dootask/public/docs/assets/main.bundle.js
2022-02-23 22:57:33 +08:00

172 lines
490 KiB
JavaScript

(()=>{var il={2988:()=>{+function(x){"use strict";var y=".dropdown-backdrop",o='[data-toggle="dropdown"]',d=function(u){x(u).on("click.bs.dropdown",this.toggle)};d.VERSION="3.4.1";function r(u){var s=u.attr("data-target");s||(s=u.attr("href"),s=s&&/#[A-Za-z]/.test(s)&&s.replace(/.*(?=#[^\s]*$)/,""));var p=s!=="#"?x(document).find(s):null;return p&&p.length?p:u.parent()}function n(u){u&&u.which===3||(x(y).remove(),x(o).each(function(){var s=x(this),p=r(s),g={relatedTarget:this};!p.hasClass("open")||u&&u.type=="click"&&/input|textarea/i.test(u.target.tagName)&&x.contains(p[0],u.target)||(p.trigger(u=x.Event("hide.bs.dropdown",g)),!u.isDefaultPrevented()&&(s.attr("aria-expanded","false"),p.removeClass("open").trigger(x.Event("hidden.bs.dropdown",g))))}))}d.prototype.toggle=function(u){var s=x(this);if(!s.is(".disabled, :disabled")){var p=r(s),g=p.hasClass("open");if(n(),!g){"ontouchstart"in document.documentElement&&!p.closest(".navbar-nav").length&&x(document.createElement("div")).addClass("dropdown-backdrop").insertAfter(x(this)).on("click",n);var i={relatedTarget:this};if(p.trigger(u=x.Event("show.bs.dropdown",i)),u.isDefaultPrevented())return;s.trigger("focus").attr("aria-expanded","true"),p.toggleClass("open").trigger(x.Event("shown.bs.dropdown",i))}return!1}},d.prototype.keydown=function(u){if(!(!/(38|40|27|32)/.test(u.which)||/input|textarea/i.test(u.target.tagName))){var s=x(this);if(u.preventDefault(),u.stopPropagation(),!s.is(".disabled, :disabled")){var p=r(s),g=p.hasClass("open");if(!g&&u.which!=27||g&&u.which==27)return u.which==27&&p.find(o).trigger("focus"),s.trigger("click");var i=" li:not(.disabled):visible a",m=p.find(".dropdown-menu"+i);if(!!m.length){var f=m.index(u.target);u.which==38&&f>0&&f--,u.which==40&&f<m.length-1&&f++,~f||(f=0),m.eq(f).trigger("focus")}}}};function l(u){return this.each(function(){var s=x(this),p=s.data("bs.dropdown");p||s.data("bs.dropdown",p=new d(this)),typeof u=="string"&&p[u].call(s)})}var c=x.fn.dropdown;x.fn.dropdown=l,x.fn.dropdown.Constructor=d,x.fn.dropdown.noConflict=function(){return x.fn.dropdown=c,this},x(document).on("click.bs.dropdown.data-api",n).on("click.bs.dropdown.data-api",".dropdown form",function(u){u.stopPropagation()}).on("click.bs.dropdown.data-api",o,d.prototype.toggle).on("keydown.bs.dropdown.data-api",o,d.prototype.keydown).on("keydown.bs.dropdown.data-api",".dropdown-menu",d.prototype.keydown)}(jQuery)},5638:()=>{+function(x){"use strict";var y=function(r,n){this.init("popover",r,n)};if(!x.fn.tooltip)throw new Error("Popover requires tooltip.js");y.VERSION="3.4.1",y.DEFAULTS=x.extend({},x.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:'<div class="popover" role="tooltip"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'}),y.prototype=x.extend({},x.fn.tooltip.Constructor.prototype),y.prototype.constructor=y,y.prototype.getDefaults=function(){return y.DEFAULTS},y.prototype.setContent=function(){var r=this.tip(),n=this.getTitle(),l=this.getContent();if(this.options.html){var c=typeof l;this.options.sanitize&&(n=this.sanitizeHtml(n),c==="string"&&(l=this.sanitizeHtml(l))),r.find(".popover-title").html(n),r.find(".popover-content").children().detach().end()[c==="string"?"html":"append"](l)}else r.find(".popover-title").text(n),r.find(".popover-content").children().detach().end().text(l);r.removeClass("fade top bottom left right in"),r.find(".popover-title").html()||r.find(".popover-title").hide()},y.prototype.hasContent=function(){return this.getTitle()||this.getContent()},y.prototype.getContent=function(){var r=this.$element,n=this.options;return r.attr("data-content")||(typeof n.content=="function"?n.content.call(r[0]):n.content)},y.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")};function o(r){return this.each(function(){var n=x(this),l=n.data("bs.popover"),c=typeof r=="object"&&r;!l&&/destroy|hide/.test(r)||(l||n.data("bs.popover",l=new y(this,c)),typeof r=="string"&&l[r]())})}var d=x.fn.popover;x.fn.popover=o,x.fn.popover.Constructor=y,x.fn.popover.noConflict=function(){return x.fn.popover=d,this}}(jQuery)},954:()=>{+function(x){"use strict";function y(r,n){this.$body=x(document.body),this.$scrollElement=x(r).is(document.body)?x(window):x(r),this.options=x.extend({},y.DEFAULTS,n),this.selector=(this.options.target||"")+" .nav li > a",this.offsets=[],this.targets=[],this.activeTarget=null,this.scrollHeight=0,this.$scrollElement.on("scroll.bs.scrollspy",x.proxy(this.process,this)),this.refresh(),this.process()}y.VERSION="3.4.1",y.DEFAULTS={offset:10},y.prototype.getScrollHeight=function(){return this.$scrollElement[0].scrollHeight||Math.max(this.$body[0].scrollHeight,document.documentElement.scrollHeight)},y.prototype.refresh=function(){var r=this,n="offset",l=0;this.offsets=[],this.targets=[],this.scrollHeight=this.getScrollHeight(),x.isWindow(this.$scrollElement[0])||(n="position",l=this.$scrollElement.scrollTop()),this.$body.find(this.selector).map(function(){var c=x(this),u=c.data("target")||c.attr("href"),s=/^#./.test(u)&&x(u);return s&&s.length&&s.is(":visible")&&[[s[n]().top+l,u]]||null}).sort(function(c,u){return c[0]-u[0]}).each(function(){r.offsets.push(this[0]),r.targets.push(this[1])})},y.prototype.process=function(){var r=this.$scrollElement.scrollTop()+this.options.offset,n=this.getScrollHeight(),l=this.options.offset+n-this.$scrollElement.height(),c=this.offsets,u=this.targets,s=this.activeTarget,p;if(this.scrollHeight!=n&&this.refresh(),r>=l)return s!=(p=u[u.length-1])&&this.activate(p);if(s&&r<c[0])return this.activeTarget=null,this.clear();for(p=c.length;p--;)s!=u[p]&&r>=c[p]&&(c[p+1]===void 0||r<c[p+1])&&this.activate(u[p])},y.prototype.activate=function(r){this.activeTarget=r,this.clear();var n=this.selector+'[data-target="'+r+'"],'+this.selector+'[href="'+r+'"]',l=x(n).parents("li").addClass("active");l.parent(".dropdown-menu").length&&(l=l.closest("li.dropdown").addClass("active")),l.trigger("activate.bs.scrollspy")},y.prototype.clear=function(){x(this.selector).parentsUntil(this.options.target,".active").removeClass("active")};function o(r){return this.each(function(){var n=x(this),l=n.data("bs.scrollspy"),c=typeof r=="object"&&r;l||n.data("bs.scrollspy",l=new y(this,c)),typeof r=="string"&&l[r]()})}var d=x.fn.scrollspy;x.fn.scrollspy=o,x.fn.scrollspy.Constructor=y,x.fn.scrollspy.noConflict=function(){return x.fn.scrollspy=d,this},x(window).on("load.bs.scrollspy.data-api",function(){x('[data-spy="scroll"]').each(function(){var r=x(this);o.call(r,r.data())})})}(jQuery)},1313:()=>{+function(x){"use strict";var y=function(n){this.element=x(n)};y.VERSION="3.4.1",y.TRANSITION_DURATION=150,y.prototype.show=function(){var n=this.element,l=n.closest("ul:not(.dropdown-menu)"),c=n.data("target");if(c||(c=n.attr("href"),c=c&&c.replace(/.*(?=#[^\s]*$)/,"")),!n.parent("li").hasClass("active")){var u=l.find(".active:last a"),s=x.Event("hide.bs.tab",{relatedTarget:n[0]}),p=x.Event("show.bs.tab",{relatedTarget:u[0]});if(u.trigger(s),n.trigger(p),!(p.isDefaultPrevented()||s.isDefaultPrevented())){var g=x(document).find(c);this.activate(n.closest("li"),l),this.activate(g,g.parent(),function(){u.trigger({type:"hidden.bs.tab",relatedTarget:n[0]}),n.trigger({type:"shown.bs.tab",relatedTarget:u[0]})})}}},y.prototype.activate=function(n,l,c){var u=l.find("> .active"),s=c&&x.support.transition&&(u.length&&u.hasClass("fade")||!!l.find("> .fade").length);function p(){u.removeClass("active").find("> .dropdown-menu > .active").removeClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!1),n.addClass("active").find('[data-toggle="tab"]').attr("aria-expanded",!0),s?(n[0].offsetWidth,n.addClass("in")):n.removeClass("fade"),n.parent(".dropdown-menu").length&&n.closest("li.dropdown").addClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!0),c&&c()}u.length&&s?u.one("bsTransitionEnd",p).emulateTransitionEnd(y.TRANSITION_DURATION):p(),u.removeClass("in")};function o(n){return this.each(function(){var l=x(this),c=l.data("bs.tab");c||l.data("bs.tab",c=new y(this)),typeof n=="string"&&c[n]()})}var d=x.fn.tab;x.fn.tab=o,x.fn.tab.Constructor=y,x.fn.tab.noConflict=function(){return x.fn.tab=d,this};var r=function(n){n.preventDefault(),o.call(x(this),"show")};x(document).on("click.bs.tab.data-api",'[data-toggle="tab"]',r).on("click.bs.tab.data-api",'[data-toggle="pill"]',r)}(jQuery)},8480:()=>{+function(x){"use strict";var y=["sanitize","whiteList","sanitizeFn"],o=["background","cite","href","itemtype","longdesc","poster","src","xlink:href"],d=/^aria-[\w-]*$/i,r={"*":["class","dir","id","lang","role",d],a:["target","href","title","rel"],area:[],b:[],br:[],col:[],code:[],div:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:["src","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},n=/^(?:(?:https?|mailto|ftp|tel|file):|[^&:/?#]*(?:[/?#]|$))/gi,l=/^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[a-z0-9+/]+=*$/i;function c(i,m){var f=i.nodeName.toLowerCase();if(x.inArray(f,m)!==-1)return x.inArray(f,o)!==-1?Boolean(i.nodeValue.match(n)||i.nodeValue.match(l)):!0;for(var h=x(m).filter(function(E,b){return b instanceof RegExp}),S=0,v=h.length;S<v;S++)if(f.match(h[S]))return!0;return!1}function u(i,m,f){if(i.length===0)return i;if(f&&typeof f=="function")return f(i);if(!document.implementation||!document.implementation.createHTMLDocument)return i;var h=document.implementation.createHTMLDocument("sanitization");h.body.innerHTML=i;for(var S=x.map(m,function(R,C){return C}),v=x(h.body).find("*"),E=0,b=v.length;E<b;E++){var P=v[E],T=P.nodeName.toLowerCase();if(x.inArray(T,S)===-1){P.parentNode.removeChild(P);continue}for(var _=x.map(P.attributes,function(R){return R}),w=[].concat(m["*"]||[],m[T]||[]),D=0,I=_.length;D<I;D++)c(_[D],w)||P.removeAttribute(_[D].nodeName)}return h.body.innerHTML}var s=function(i,m){this.type=null,this.options=null,this.enabled=null,this.timeout=null,this.hoverState=null,this.$element=null,this.inState=null,this.init("tooltip",i,m)};s.VERSION="3.4.1",s.TRANSITION_DURATION=150,s.DEFAULTS={animation:!0,placement:"top",selector:!1,template:'<div class="tooltip" role="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,container:!1,viewport:{selector:"body",padding:0},sanitize:!0,sanitizeFn:null,whiteList:r},s.prototype.init=function(i,m,f){if(this.enabled=!0,this.type=i,this.$element=x(m),this.options=this.getOptions(f),this.$viewport=this.options.viewport&&x(document).find(x.isFunction(this.options.viewport)?this.options.viewport.call(this,this.$element):this.options.viewport.selector||this.options.viewport),this.inState={click:!1,hover:!1,focus:!1},this.$element[0]instanceof document.constructor&&!this.options.selector)throw new Error("`selector` option must be specified when initializing "+this.type+" on the window.document object!");for(var h=this.options.trigger.split(" "),S=h.length;S--;){var v=h[S];if(v=="click")this.$element.on("click."+this.type,this.options.selector,x.proxy(this.toggle,this));else if(v!="manual"){var E=v=="hover"?"mouseenter":"focusin",b=v=="hover"?"mouseleave":"focusout";this.$element.on(E+"."+this.type,this.options.selector,x.proxy(this.enter,this)),this.$element.on(b+"."+this.type,this.options.selector,x.proxy(this.leave,this))}}this.options.selector?this._options=x.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},s.prototype.getDefaults=function(){return s.DEFAULTS},s.prototype.getOptions=function(i){var m=this.$element.data();for(var f in m)m.hasOwnProperty(f)&&x.inArray(f,y)!==-1&&delete m[f];return i=x.extend({},this.getDefaults(),m,i),i.delay&&typeof i.delay=="number"&&(i.delay={show:i.delay,hide:i.delay}),i.sanitize&&(i.template=u(i.template,i.whiteList,i.sanitizeFn)),i},s.prototype.getDelegateOptions=function(){var i={},m=this.getDefaults();return this._options&&x.each(this._options,function(f,h){m[f]!=h&&(i[f]=h)}),i},s.prototype.enter=function(i){var m=i instanceof this.constructor?i:x(i.currentTarget).data("bs."+this.type);if(m||(m=new this.constructor(i.currentTarget,this.getDelegateOptions()),x(i.currentTarget).data("bs."+this.type,m)),i instanceof x.Event&&(m.inState[i.type=="focusin"?"focus":"hover"]=!0),m.tip().hasClass("in")||m.hoverState=="in"){m.hoverState="in";return}if(clearTimeout(m.timeout),m.hoverState="in",!m.options.delay||!m.options.delay.show)return m.show();m.timeout=setTimeout(function(){m.hoverState=="in"&&m.show()},m.options.delay.show)},s.prototype.isInStateTrue=function(){for(var i in this.inState)if(this.inState[i])return!0;return!1},s.prototype.leave=function(i){var m=i instanceof this.constructor?i:x(i.currentTarget).data("bs."+this.type);if(m||(m=new this.constructor(i.currentTarget,this.getDelegateOptions()),x(i.currentTarget).data("bs."+this.type,m)),i instanceof x.Event&&(m.inState[i.type=="focusout"?"focus":"hover"]=!1),!m.isInStateTrue()){if(clearTimeout(m.timeout),m.hoverState="out",!m.options.delay||!m.options.delay.hide)return m.hide();m.timeout=setTimeout(function(){m.hoverState=="out"&&m.hide()},m.options.delay.hide)}},s.prototype.show=function(){var i=x.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){this.$element.trigger(i);var m=x.contains(this.$element[0].ownerDocument.documentElement,this.$element[0]);if(i.isDefaultPrevented()||!m)return;var f=this,h=this.tip(),S=this.getUID(this.type);this.setContent(),h.attr("id",S),this.$element.attr("aria-describedby",S),this.options.animation&&h.addClass("fade");var v=typeof this.options.placement=="function"?this.options.placement.call(this,h[0],this.$element[0]):this.options.placement,E=/\s?auto?\s?/i,b=E.test(v);b&&(v=v.replace(E,"")||"top"),h.detach().css({top:0,left:0,display:"block"}).addClass(v).data("bs."+this.type,this),this.options.container?h.appendTo(x(document).find(this.options.container)):h.insertAfter(this.$element),this.$element.trigger("inserted.bs."+this.type);var P=this.getPosition(),T=h[0].offsetWidth,_=h[0].offsetHeight;if(b){var w=v,D=this.getPosition(this.$viewport);v=v=="bottom"&&P.bottom+_>D.bottom?"top":v=="top"&&P.top-_<D.top?"bottom":v=="right"&&P.right+T>D.width?"left":v=="left"&&P.left-T<D.left?"right":v,h.removeClass(w).addClass(v)}var I=this.getCalculatedOffset(v,P,T,_);this.applyPlacement(I,v);var R=function(){var C=f.hoverState;f.$element.trigger("shown.bs."+f.type),f.hoverState=null,C=="out"&&f.leave(f)};x.support.transition&&this.$tip.hasClass("fade")?h.one("bsTransitionEnd",R).emulateTransitionEnd(s.TRANSITION_DURATION):R()}},s.prototype.applyPlacement=function(i,m){var f=this.tip(),h=f[0].offsetWidth,S=f[0].offsetHeight,v=parseInt(f.css("margin-top"),10),E=parseInt(f.css("margin-left"),10);isNaN(v)&&(v=0),isNaN(E)&&(E=0),i.top+=v,i.left+=E,x.offset.setOffset(f[0],x.extend({using:function(I){f.css({top:Math.round(I.top),left:Math.round(I.left)})}},i),0),f.addClass("in");var b=f[0].offsetWidth,P=f[0].offsetHeight;m=="top"&&P!=S&&(i.top=i.top+S-P);var T=this.getViewportAdjustedDelta(m,i,b,P);T.left?i.left+=T.left:i.top+=T.top;var _=/top|bottom/.test(m),w=_?T.left*2-h+b:T.top*2-S+P,D=_?"offsetWidth":"offsetHeight";f.offset(i),this.replaceArrow(w,f[0][D],_)},s.prototype.replaceArrow=function(i,m,f){this.arrow().css(f?"left":"top",50*(1-i/m)+"%").css(f?"top":"left","")},s.prototype.setContent=function(){var i=this.tip(),m=this.getTitle();this.options.html?(this.options.sanitize&&(m=u(m,this.options.whiteList,this.options.sanitizeFn)),i.find(".tooltip-inner").html(m)):i.find(".tooltip-inner").text(m),i.removeClass("fade in top bottom left right")},s.prototype.hide=function(i){var m=this,f=x(this.$tip),h=x.Event("hide.bs."+this.type);function S(){m.hoverState!="in"&&f.detach(),m.$element&&m.$element.removeAttr("aria-describedby").trigger("hidden.bs."+m.type),i&&i()}if(this.$element.trigger(h),!h.isDefaultPrevented())return f.removeClass("in"),x.support.transition&&f.hasClass("fade")?f.one("bsTransitionEnd",S).emulateTransitionEnd(s.TRANSITION_DURATION):S(),this.hoverState=null,this},s.prototype.fixTitle=function(){var i=this.$element;(i.attr("title")||typeof i.attr("data-original-title")!="string")&&i.attr("data-original-title",i.attr("title")||"").attr("title","")},s.prototype.hasContent=function(){return this.getTitle()},s.prototype.getPosition=function(i){i=i||this.$element;var m=i[0],f=m.tagName=="BODY",h=m.getBoundingClientRect();h.width==null&&(h=x.extend({},h,{width:h.right-h.left,height:h.bottom-h.top}));var S=window.SVGElement&&m instanceof window.SVGElement,v=f?{top:0,left:0}:S?null:i.offset(),E={scroll:f?document.documentElement.scrollTop||document.body.scrollTop:i.scrollTop()},b=f?{width:x(window).width(),height:x(window).height()}:null;return x.extend({},h,E,b,v)},s.prototype.getCalculatedOffset=function(i,m,f,h){return i=="bottom"?{top:m.top+m.height,left:m.left+m.width/2-f/2}:i=="top"?{top:m.top-h,left:m.left+m.width/2-f/2}:i=="left"?{top:m.top+m.height/2-h/2,left:m.left-f}:{top:m.top+m.height/2-h/2,left:m.left+m.width}},s.prototype.getViewportAdjustedDelta=function(i,m,f,h){var S={top:0,left:0};if(!this.$viewport)return S;var v=this.options.viewport&&this.options.viewport.padding||0,E=this.getPosition(this.$viewport);if(/right|left/.test(i)){var b=m.top-v-E.scroll,P=m.top+v-E.scroll+h;b<E.top?S.top=E.top-b:P>E.top+E.height&&(S.top=E.top+E.height-P)}else{var T=m.left-v,_=m.left+v+f;T<E.left?S.left=E.left-T:_>E.right&&(S.left=E.left+E.width-_)}return S},s.prototype.getTitle=function(){var i,m=this.$element,f=this.options;return i=m.attr("data-original-title")||(typeof f.title=="function"?f.title.call(m[0]):f.title),i},s.prototype.getUID=function(i){do i+=~~(Math.random()*1e6);while(document.getElementById(i));return i},s.prototype.tip=function(){if(!this.$tip&&(this.$tip=x(this.options.template),this.$tip.length!=1))throw new Error(this.type+" `template` option must consist of exactly 1 top-level element!");return this.$tip},s.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},s.prototype.enable=function(){this.enabled=!0},s.prototype.disable=function(){this.enabled=!1},s.prototype.toggleEnabled=function(){this.enabled=!this.enabled},s.prototype.toggle=function(i){var m=this;i&&(m=x(i.currentTarget).data("bs."+this.type),m||(m=new this.constructor(i.currentTarget,this.getDelegateOptions()),x(i.currentTarget).data("bs."+this.type,m))),i?(m.inState.click=!m.inState.click,m.isInStateTrue()?m.enter(m):m.leave(m)):m.tip().hasClass("in")?m.leave(m):m.enter(m)},s.prototype.destroy=function(){var i=this;clearTimeout(this.timeout),this.hide(function(){i.$element.off("."+i.type).removeData("bs."+i.type),i.$tip&&i.$tip.detach(),i.$tip=null,i.$arrow=null,i.$viewport=null,i.$element=null})},s.prototype.sanitizeHtml=function(i){return u(i,this.options.whiteList,this.options.sanitizeFn)};function p(i){return this.each(function(){var m=x(this),f=m.data("bs.tooltip"),h=typeof i=="object"&&i;!f&&/destroy|hide/.test(i)||(f||m.data("bs.tooltip",f=new s(this,h)),typeof i=="string"&&f[i]())})}var g=x.fn.tooltip;x.fn.tooltip=p,x.fn.tooltip.Constructor=s,x.fn.tooltip.noConflict=function(){return x.fn.tooltip=g,this}}(jQuery)},7030:x=>{var y=function(){this.Diff_Timeout=1,this.Diff_EditCost=4,this.Match_Threshold=.5,this.Match_Distance=1e3,this.Patch_DeleteThreshold=.5,this.Patch_Margin=4,this.Match_MaxBits=32},o=-1,d=1,r=0;y.Diff=function(n,l){return[n,l]},y.prototype.diff_main=function(n,l,c,u){typeof u=="undefined"&&(this.Diff_Timeout<=0?u=Number.MAX_VALUE:u=new Date().getTime()+this.Diff_Timeout*1e3);var s=u;if(n==null||l==null)throw new Error("Null input. (diff_main)");if(n==l)return n?[new y.Diff(r,n)]:[];typeof c=="undefined"&&(c=!0);var p=c,g=this.diff_commonPrefix(n,l),i=n.substring(0,g);n=n.substring(g),l=l.substring(g),g=this.diff_commonSuffix(n,l);var m=n.substring(n.length-g);n=n.substring(0,n.length-g),l=l.substring(0,l.length-g);var f=this.diff_compute_(n,l,p,s);return i&&f.unshift(new y.Diff(r,i)),m&&f.push(new y.Diff(r,m)),this.diff_cleanupMerge(f),f},y.prototype.diff_compute_=function(n,l,c,u){var s;if(!n)return[new y.Diff(d,l)];if(!l)return[new y.Diff(o,n)];var p=n.length>l.length?n:l,g=n.length>l.length?l:n,i=p.indexOf(g);if(i!=-1)return s=[new y.Diff(d,p.substring(0,i)),new y.Diff(r,g),new y.Diff(d,p.substring(i+g.length))],n.length>l.length&&(s[0][0]=s[2][0]=o),s;if(g.length==1)return[new y.Diff(o,n),new y.Diff(d,l)];var m=this.diff_halfMatch_(n,l);if(m){var f=m[0],h=m[1],S=m[2],v=m[3],E=m[4],b=this.diff_main(f,S,c,u),P=this.diff_main(h,v,c,u);return b.concat([new y.Diff(r,E)],P)}return c&&n.length>100&&l.length>100?this.diff_lineMode_(n,l,u):this.diff_bisect_(n,l,u)},y.prototype.diff_lineMode_=function(n,l,c){var u=this.diff_linesToChars_(n,l);n=u.chars1,l=u.chars2;var s=u.lineArray,p=this.diff_main(n,l,!1,c);this.diff_charsToLines_(p,s),this.diff_cleanupSemantic(p),p.push(new y.Diff(r,""));for(var g=0,i=0,m=0,f="",h="";g<p.length;){switch(p[g][0]){case d:m++,h+=p[g][1];break;case o:i++,f+=p[g][1];break;case r:if(i>=1&&m>=1){p.splice(g-i-m,i+m),g=g-i-m;for(var S=this.diff_main(f,h,!1,c),v=S.length-1;v>=0;v--)p.splice(g,0,S[v]);g=g+S.length}m=0,i=0,f="",h="";break}g++}return p.pop(),p},y.prototype.diff_bisect_=function(n,l,c){for(var u=n.length,s=l.length,p=Math.ceil((u+s)/2),g=p,i=2*p,m=new Array(i),f=new Array(i),h=0;h<i;h++)m[h]=-1,f[h]=-1;m[g+1]=0,f[g+1]=0;for(var S=u-s,v=S%2!=0,E=0,b=0,P=0,T=0,_=0;_<p&&!(new Date().getTime()>c);_++){for(var w=-_+E;w<=_-b;w+=2){var D=g+w,I;w==-_||w!=_&&m[D-1]<m[D+1]?I=m[D+1]:I=m[D-1]+1;for(var R=I-w;I<u&&R<s&&n.charAt(I)==l.charAt(R);)I++,R++;if(m[D]=I,I>u)b+=2;else if(R>s)E+=2;else if(v){var C=g+S-w;if(C>=0&&C<i&&f[C]!=-1){var L=u-f[C];if(I>=L)return this.diff_bisectSplit_(n,l,I,R,c)}}}for(var $=-_+P;$<=_-T;$+=2){var C=g+$,L;$==-_||$!=_&&f[C-1]<f[C+1]?L=f[C+1]:L=f[C-1]+1;for(var M=L-$;L<u&&M<s&&n.charAt(u-L-1)==l.charAt(s-M-1);)L++,M++;if(f[C]=L,L>u)T+=2;else if(M>s)P+=2;else if(!v){var D=g+S-$;if(D>=0&&D<i&&m[D]!=-1){var I=m[D],R=g+I-D;if(L=u-L,I>=L)return this.diff_bisectSplit_(n,l,I,R,c)}}}}return[new y.Diff(o,n),new y.Diff(d,l)]},y.prototype.diff_bisectSplit_=function(n,l,c,u,s){var p=n.substring(0,c),g=l.substring(0,u),i=n.substring(c),m=l.substring(u),f=this.diff_main(p,g,!1,s),h=this.diff_main(i,m,!1,s);return f.concat(h)},y.prototype.diff_linesToChars_=function(n,l){var c=[],u={};c[0]="";function s(m){for(var f="",h=0,S=-1,v=c.length;S<m.length-1;){S=m.indexOf(`
`,h),S==-1&&(S=m.length-1);var E=m.substring(h,S+1);(u.hasOwnProperty?u.hasOwnProperty(E):u[E]!==void 0)?f+=String.fromCharCode(u[E]):(v==p&&(E=m.substring(h),S=m.length),f+=String.fromCharCode(v),u[E]=v,c[v++]=E),h=S+1}return f}var p=4e4,g=s(n);p=65535;var i=s(l);return{chars1:g,chars2:i,lineArray:c}},y.prototype.diff_charsToLines_=function(n,l){for(var c=0;c<n.length;c++){for(var u=n[c][1],s=[],p=0;p<u.length;p++)s[p]=l[u.charCodeAt(p)];n[c][1]=s.join("")}},y.prototype.diff_commonPrefix=function(n,l){if(!n||!l||n.charAt(0)!=l.charAt(0))return 0;for(var c=0,u=Math.min(n.length,l.length),s=u,p=0;c<s;)n.substring(p,s)==l.substring(p,s)?(c=s,p=c):u=s,s=Math.floor((u-c)/2+c);return s},y.prototype.diff_commonSuffix=function(n,l){if(!n||!l||n.charAt(n.length-1)!=l.charAt(l.length-1))return 0;for(var c=0,u=Math.min(n.length,l.length),s=u,p=0;c<s;)n.substring(n.length-s,n.length-p)==l.substring(l.length-s,l.length-p)?(c=s,p=c):u=s,s=Math.floor((u-c)/2+c);return s},y.prototype.diff_commonOverlap_=function(n,l){var c=n.length,u=l.length;if(c==0||u==0)return 0;c>u?n=n.substring(c-u):c<u&&(l=l.substring(0,c));var s=Math.min(c,u);if(n==l)return s;for(var p=0,g=1;;){var i=n.substring(s-g),m=l.indexOf(i);if(m==-1)return p;g+=m,(m==0||n.substring(s-g)==l.substring(0,g))&&(p=g,g++)}},y.prototype.diff_halfMatch_=function(n,l){if(this.Diff_Timeout<=0)return null;var c=n.length>l.length?n:l,u=n.length>l.length?l:n;if(c.length<4||u.length*2<c.length)return null;var s=this;function p(b,P,T){for(var _=b.substring(T,T+Math.floor(b.length/4)),w=-1,D="",I,R,C,L;(w=P.indexOf(_,w+1))!=-1;){var $=s.diff_commonPrefix(b.substring(T),P.substring(w)),M=s.diff_commonSuffix(b.substring(0,T),P.substring(0,w));D.length<M+$&&(D=P.substring(w-M,w)+P.substring(w,w+$),I=b.substring(0,T-M),R=b.substring(T+$),C=P.substring(0,w-M),L=P.substring(w+$))}return D.length*2>=b.length?[I,R,C,L,D]:null}var g=p(c,u,Math.ceil(c.length/4)),i=p(c,u,Math.ceil(c.length/2)),m;if(!g&&!i)return null;i?g?m=g[4].length>i[4].length?g:i:m=i:m=g;var f,h,S,v;n.length>l.length?(f=m[0],h=m[1],S=m[2],v=m[3]):(S=m[0],v=m[1],f=m[2],h=m[3]);var E=m[4];return[f,h,S,v,E]},y.prototype.diff_cleanupSemantic=function(n){for(var l=!1,c=[],u=0,s=null,p=0,g=0,i=0,m=0,f=0;p<n.length;)n[p][0]==r?(c[u++]=p,g=m,i=f,m=0,f=0,s=n[p][1]):(n[p][0]==d?m+=n[p][1].length:f+=n[p][1].length,s&&s.length<=Math.max(g,i)&&s.length<=Math.max(m,f)&&(n.splice(c[u-1],0,new y.Diff(o,s)),n[c[u-1]+1][0]=d,u--,u--,p=u>0?c[u-1]:-1,g=0,i=0,m=0,f=0,s=null,l=!0)),p++;for(l&&this.diff_cleanupMerge(n),this.diff_cleanupSemanticLossless(n),p=1;p<n.length;){if(n[p-1][0]==o&&n[p][0]==d){var h=n[p-1][1],S=n[p][1],v=this.diff_commonOverlap_(h,S),E=this.diff_commonOverlap_(S,h);v>=E?(v>=h.length/2||v>=S.length/2)&&(n.splice(p,0,new y.Diff(r,S.substring(0,v))),n[p-1][1]=h.substring(0,h.length-v),n[p+1][1]=S.substring(v),p++):(E>=h.length/2||E>=S.length/2)&&(n.splice(p,0,new y.Diff(r,h.substring(0,E))),n[p-1][0]=d,n[p-1][1]=S.substring(0,S.length-E),n[p+1][0]=o,n[p+1][1]=h.substring(E),p++),p++}p++}},y.prototype.diff_cleanupSemanticLossless=function(n){function l(E,b){if(!E||!b)return 6;var P=E.charAt(E.length-1),T=b.charAt(0),_=P.match(y.nonAlphaNumericRegex_),w=T.match(y.nonAlphaNumericRegex_),D=_&&P.match(y.whitespaceRegex_),I=w&&T.match(y.whitespaceRegex_),R=D&&P.match(y.linebreakRegex_),C=I&&T.match(y.linebreakRegex_),L=R&&E.match(y.blanklineEndRegex_),$=C&&b.match(y.blanklineStartRegex_);return L||$?5:R||C?4:_&&!D&&I?3:D||I?2:_||w?1:0}for(var c=1;c<n.length-1;){if(n[c-1][0]==r&&n[c+1][0]==r){var u=n[c-1][1],s=n[c][1],p=n[c+1][1],g=this.diff_commonSuffix(u,s);if(g){var i=s.substring(s.length-g);u=u.substring(0,u.length-g),s=i+s.substring(0,s.length-g),p=i+p}for(var m=u,f=s,h=p,S=l(u,s)+l(s,p);s.charAt(0)===p.charAt(0);){u+=s.charAt(0),s=s.substring(1)+p.charAt(0),p=p.substring(1);var v=l(u,s)+l(s,p);v>=S&&(S=v,m=u,f=s,h=p)}n[c-1][1]!=m&&(m?n[c-1][1]=m:(n.splice(c-1,1),c--),n[c][1]=f,h?n[c+1][1]=h:(n.splice(c+1,1),c--))}c++}},y.nonAlphaNumericRegex_=/[^a-zA-Z0-9]/,y.whitespaceRegex_=/\s/,y.linebreakRegex_=/[\r\n]/,y.blanklineEndRegex_=/\n\r?\n$/,y.blanklineStartRegex_=/^\r?\n\r?\n/,y.prototype.diff_cleanupEfficiency=function(n){for(var l=!1,c=[],u=0,s=null,p=0,g=!1,i=!1,m=!1,f=!1;p<n.length;)n[p][0]==r?(n[p][1].length<this.Diff_EditCost&&(m||f)?(c[u++]=p,g=m,i=f,s=n[p][1]):(u=0,s=null),m=f=!1):(n[p][0]==o?f=!0:m=!0,s&&(g&&i&&m&&f||s.length<this.Diff_EditCost/2&&g+i+m+f==3)&&(n.splice(c[u-1],0,new y.Diff(o,s)),n[c[u-1]+1][0]=d,u--,s=null,g&&i?(m=f=!0,u=0):(u--,p=u>0?c[u-1]:-1,m=f=!1),l=!0)),p++;l&&this.diff_cleanupMerge(n)},y.prototype.diff_cleanupMerge=function(n){n.push(new y.Diff(r,""));for(var l=0,c=0,u=0,s="",p="",g;l<n.length;)switch(n[l][0]){case d:u++,p+=n[l][1],l++;break;case o:c++,s+=n[l][1],l++;break;case r:c+u>1?(c!==0&&u!==0&&(g=this.diff_commonPrefix(p,s),g!==0&&(l-c-u>0&&n[l-c-u-1][0]==r?n[l-c-u-1][1]+=p.substring(0,g):(n.splice(0,0,new y.Diff(r,p.substring(0,g))),l++),p=p.substring(g),s=s.substring(g)),g=this.diff_commonSuffix(p,s),g!==0&&(n[l][1]=p.substring(p.length-g)+n[l][1],p=p.substring(0,p.length-g),s=s.substring(0,s.length-g))),l-=c+u,n.splice(l,c+u),s.length&&(n.splice(l,0,new y.Diff(o,s)),l++),p.length&&(n.splice(l,0,new y.Diff(d,p)),l++),l++):l!==0&&n[l-1][0]==r?(n[l-1][1]+=n[l][1],n.splice(l,1)):l++,u=0,c=0,s="",p="";break}n[n.length-1][1]===""&&n.pop();var i=!1;for(l=1;l<n.length-1;)n[l-1][0]==r&&n[l+1][0]==r&&(n[l][1].substring(n[l][1].length-n[l-1][1].length)==n[l-1][1]?(n[l][1]=n[l-1][1]+n[l][1].substring(0,n[l][1].length-n[l-1][1].length),n[l+1][1]=n[l-1][1]+n[l+1][1],n.splice(l-1,1),i=!0):n[l][1].substring(0,n[l+1][1].length)==n[l+1][1]&&(n[l-1][1]+=n[l+1][1],n[l][1]=n[l][1].substring(n[l+1][1].length)+n[l+1][1],n.splice(l+1,1),i=!0)),l++;i&&this.diff_cleanupMerge(n)},y.prototype.diff_xIndex=function(n,l){var c=0,u=0,s=0,p=0,g;for(g=0;g<n.length&&(n[g][0]!==d&&(c+=n[g][1].length),n[g][0]!==o&&(u+=n[g][1].length),!(c>l));g++)s=c,p=u;return n.length!=g&&n[g][0]===o?p:p+(l-s)},y.prototype.diff_prettyHtml=function(n){for(var l=[],c=/&/g,u=/</g,s=/>/g,p=/\n/g,g=0;g<n.length;g++){var i=n[g][0],m=n[g][1],f=m.replace(c,"&amp;").replace(u,"&lt;").replace(s,"&gt;").replace(p,"&para;<br>");switch(i){case d:l[g]='<ins style="background:#e6ffe6;">'+f+"</ins>";break;case o:l[g]='<del style="background:#ffe6e6;">'+f+"</del>";break;case r:l[g]="<span>"+f+"</span>";break}}return l.join("")},y.prototype.diff_text1=function(n){for(var l=[],c=0;c<n.length;c++)n[c][0]!==d&&(l[c]=n[c][1]);return l.join("")},y.prototype.diff_text2=function(n){for(var l=[],c=0;c<n.length;c++)n[c][0]!==o&&(l[c]=n[c][1]);return l.join("")},y.prototype.diff_levenshtein=function(n){for(var l=0,c=0,u=0,s=0;s<n.length;s++){var p=n[s][0],g=n[s][1];switch(p){case d:c+=g.length;break;case o:u+=g.length;break;case r:l+=Math.max(c,u),c=0,u=0;break}}return l+=Math.max(c,u),l},y.prototype.diff_toDelta=function(n){for(var l=[],c=0;c<n.length;c++)switch(n[c][0]){case d:l[c]="+"+encodeURI(n[c][1]);break;case o:l[c]="-"+n[c][1].length;break;case r:l[c]="="+n[c][1].length;break}return l.join(" ").replace(/%20/g," ")},y.prototype.diff_fromDelta=function(n,l){for(var c=[],u=0,s=0,p=l.split(/\t/g),g=0;g<p.length;g++){var i=p[g].substring(1);switch(p[g].charAt(0)){case"+":try{c[u++]=new y.Diff(d,decodeURI(i))}catch(h){throw new Error("Illegal escape in diff_fromDelta: "+i)}break;case"-":case"=":var m=parseInt(i,10);if(isNaN(m)||m<0)throw new Error("Invalid number in diff_fromDelta: "+i);var f=n.substring(s,s+=m);p[g].charAt(0)=="="?c[u++]=new y.Diff(r,f):c[u++]=new y.Diff(o,f);break;default:if(p[g])throw new Error("Invalid diff operation in diff_fromDelta: "+p[g])}}if(s!=n.length)throw new Error("Delta length ("+s+") does not equal source text length ("+n.length+").");return c},y.prototype.match_main=function(n,l,c){if(n==null||l==null||c==null)throw new Error("Null input. (match_main)");return c=Math.max(0,Math.min(c,n.length)),n==l?0:n.length?n.substring(c,c+l.length)==l?c:this.match_bitap_(n,l,c):-1},y.prototype.match_bitap_=function(n,l,c){if(l.length>this.Match_MaxBits)throw new Error("Pattern too long for this browser.");var u=this.match_alphabet_(l),s=this;function p(I,R){var C=I/l.length,L=Math.abs(c-R);return s.Match_Distance?C+L/s.Match_Distance:L?1:C}var g=this.Match_Threshold,i=n.indexOf(l,c);i!=-1&&(g=Math.min(p(0,i),g),i=n.lastIndexOf(l,c+l.length),i!=-1&&(g=Math.min(p(0,i),g)));var m=1<<l.length-1;i=-1;for(var f,h,S=l.length+n.length,v,E=0;E<l.length;E++){for(f=0,h=S;f<h;)p(E,c+h)<=g?f=h:S=h,h=Math.floor((S-f)/2+f);S=h;var b=Math.max(1,c-h+1),P=Math.min(c+h,n.length)+l.length,T=Array(P+2);T[P+1]=(1<<E)-1;for(var _=P;_>=b;_--){var w=u[n.charAt(_-1)];if(E===0?T[_]=(T[_+1]<<1|1)&w:T[_]=(T[_+1]<<1|1)&w|((v[_+1]|v[_])<<1|1)|v[_+1],T[_]&m){var D=p(E,_-1);if(D<=g)if(g=D,i=_-1,i>c)b=Math.max(1,2*c-i);else break}}if(p(E+1,c)>g)break;v=T}return i},y.prototype.match_alphabet_=function(n){for(var l={},c=0;c<n.length;c++)l[n.charAt(c)]=0;for(var c=0;c<n.length;c++)l[n.charAt(c)]|=1<<n.length-c-1;return l},y.prototype.patch_addContext_=function(n,l){if(l.length!=0){if(n.start2===null)throw Error("patch not initialized");for(var c=l.substring(n.start2,n.start2+n.length1),u=0;l.indexOf(c)!=l.lastIndexOf(c)&&c.length<this.Match_MaxBits-this.Patch_Margin-this.Patch_Margin;)u+=this.Patch_Margin,c=l.substring(n.start2-u,n.start2+n.length1+u);u+=this.Patch_Margin;var s=l.substring(n.start2-u,n.start2);s&&n.diffs.unshift(new y.Diff(r,s));var p=l.substring(n.start2+n.length1,n.start2+n.length1+u);p&&n.diffs.push(new y.Diff(r,p)),n.start1-=s.length,n.start2-=s.length,n.length1+=s.length+p.length,n.length2+=s.length+p.length}},y.prototype.patch_make=function(n,l,c){var u,s;if(typeof n=="string"&&typeof l=="string"&&typeof c=="undefined")u=n,s=this.diff_main(u,l,!0),s.length>2&&(this.diff_cleanupSemantic(s),this.diff_cleanupEfficiency(s));else if(n&&typeof n=="object"&&typeof l=="undefined"&&typeof c=="undefined")s=n,u=this.diff_text1(s);else if(typeof n=="string"&&l&&typeof l=="object"&&typeof c=="undefined")u=n,s=l;else if(typeof n=="string"&&typeof l=="string"&&c&&typeof c=="object")u=n,s=c;else throw new Error("Unknown call format to patch_make.");if(s.length===0)return[];for(var p=[],g=new y.patch_obj,i=0,m=0,f=0,h=u,S=u,v=0;v<s.length;v++){var E=s[v][0],b=s[v][1];switch(!i&&E!==r&&(g.start1=m,g.start2=f),E){case d:g.diffs[i++]=s[v],g.length2+=b.length,S=S.substring(0,f)+b+S.substring(f);break;case o:g.length1+=b.length,g.diffs[i++]=s[v],S=S.substring(0,f)+S.substring(f+b.length);break;case r:b.length<=2*this.Patch_Margin&&i&&s.length!=v+1?(g.diffs[i++]=s[v],g.length1+=b.length,g.length2+=b.length):b.length>=2*this.Patch_Margin&&i&&(this.patch_addContext_(g,h),p.push(g),g=new y.patch_obj,i=0,h=S,m=f);break}E!==d&&(m+=b.length),E!==o&&(f+=b.length)}return i&&(this.patch_addContext_(g,h),p.push(g)),p},y.prototype.patch_deepCopy=function(n){for(var l=[],c=0;c<n.length;c++){var u=n[c],s=new y.patch_obj;s.diffs=[];for(var p=0;p<u.diffs.length;p++)s.diffs[p]=new y.Diff(u.diffs[p][0],u.diffs[p][1]);s.start1=u.start1,s.start2=u.start2,s.length1=u.length1,s.length2=u.length2,l[c]=s}return l},y.prototype.patch_apply=function(n,l){if(n.length==0)return[l,[]];n=this.patch_deepCopy(n);var c=this.patch_addPadding(n);l=c+l+c,this.patch_splitMax(n);for(var u=0,s=[],p=0;p<n.length;p++){var g=n[p].start2+u,i=this.diff_text1(n[p].diffs),m,f=-1;if(i.length>this.Match_MaxBits?(m=this.match_main(l,i.substring(0,this.Match_MaxBits),g),m!=-1&&(f=this.match_main(l,i.substring(i.length-this.Match_MaxBits),g+i.length-this.Match_MaxBits),(f==-1||m>=f)&&(m=-1))):m=this.match_main(l,i,g),m==-1)s[p]=!1,u-=n[p].length2-n[p].length1;else{s[p]=!0,u=m-g;var h;if(f==-1?h=l.substring(m,m+i.length):h=l.substring(m,f+this.Match_MaxBits),i==h)l=l.substring(0,m)+this.diff_text2(n[p].diffs)+l.substring(m+i.length);else{var S=this.diff_main(i,h,!1);if(i.length>this.Match_MaxBits&&this.diff_levenshtein(S)/i.length>this.Patch_DeleteThreshold)s[p]=!1;else{this.diff_cleanupSemanticLossless(S);for(var v=0,E,b=0;b<n[p].diffs.length;b++){var P=n[p].diffs[b];P[0]!==r&&(E=this.diff_xIndex(S,v)),P[0]===d?l=l.substring(0,m+E)+P[1]+l.substring(m+E):P[0]===o&&(l=l.substring(0,m+E)+l.substring(m+this.diff_xIndex(S,v+P[1].length))),P[0]!==o&&(v+=P[1].length)}}}}}return l=l.substring(c.length,l.length-c.length),[l,s]},y.prototype.patch_addPadding=function(n){for(var l=this.Patch_Margin,c="",u=1;u<=l;u++)c+=String.fromCharCode(u);for(var u=0;u<n.length;u++)n[u].start1+=l,n[u].start2+=l;var s=n[0],p=s.diffs;if(p.length==0||p[0][0]!=r)p.unshift(new y.Diff(r,c)),s.start1-=l,s.start2-=l,s.length1+=l,s.length2+=l;else if(l>p[0][1].length){var g=l-p[0][1].length;p[0][1]=c.substring(p[0][1].length)+p[0][1],s.start1-=g,s.start2-=g,s.length1+=g,s.length2+=g}if(s=n[n.length-1],p=s.diffs,p.length==0||p[p.length-1][0]!=r)p.push(new y.Diff(r,c)),s.length1+=l,s.length2+=l;else if(l>p[p.length-1][1].length){var g=l-p[p.length-1][1].length;p[p.length-1][1]+=c.substring(0,g),s.length1+=g,s.length2+=g}return c},y.prototype.patch_splitMax=function(n){for(var l=this.Match_MaxBits,c=0;c<n.length;c++)if(!(n[c].length1<=l)){var u=n[c];n.splice(c--,1);for(var s=u.start1,p=u.start2,g="";u.diffs.length!==0;){var i=new y.patch_obj,m=!0;for(i.start1=s-g.length,i.start2=p-g.length,g!==""&&(i.length1=i.length2=g.length,i.diffs.push(new y.Diff(r,g)));u.diffs.length!==0&&i.length1<l-this.Patch_Margin;){var f=u.diffs[0][0],h=u.diffs[0][1];f===d?(i.length2+=h.length,p+=h.length,i.diffs.push(u.diffs.shift()),m=!1):f===o&&i.diffs.length==1&&i.diffs[0][0]==r&&h.length>2*l?(i.length1+=h.length,s+=h.length,m=!1,i.diffs.push(new y.Diff(f,h)),u.diffs.shift()):(h=h.substring(0,l-i.length1-this.Patch_Margin),i.length1+=h.length,s+=h.length,f===r?(i.length2+=h.length,p+=h.length):m=!1,i.diffs.push(new y.Diff(f,h)),h==u.diffs[0][1]?u.diffs.shift():u.diffs[0][1]=u.diffs[0][1].substring(h.length))}g=this.diff_text2(i.diffs),g=g.substring(g.length-this.Patch_Margin);var S=this.diff_text1(u.diffs).substring(0,this.Patch_Margin);S!==""&&(i.length1+=S.length,i.length2+=S.length,i.diffs.length!==0&&i.diffs[i.diffs.length-1][0]===r?i.diffs[i.diffs.length-1][1]+=S:i.diffs.push(new y.Diff(r,S))),m||n.splice(++c,0,i)}}},y.prototype.patch_toText=function(n){for(var l=[],c=0;c<n.length;c++)l[c]=n[c];return l.join("")},y.prototype.patch_fromText=function(n){var l=[];if(!n)return l;for(var c=n.split(`
`),u=0,s=/^@@ -(\d+),?(\d*) \+(\d+),?(\d*) @@$/;u<c.length;){var p=c[u].match(s);if(!p)throw new Error("Invalid patch string: "+c[u]);var g=new y.patch_obj;for(l.push(g),g.start1=parseInt(p[1],10),p[2]===""?(g.start1--,g.length1=1):p[2]=="0"?g.length1=0:(g.start1--,g.length1=parseInt(p[2],10)),g.start2=parseInt(p[3],10),p[4]===""?(g.start2--,g.length2=1):p[4]=="0"?g.length2=0:(g.start2--,g.length2=parseInt(p[4],10)),u++;u<c.length;){var i=c[u].charAt(0);try{var m=decodeURI(c[u].substring(1))}catch(f){throw new Error("Illegal escape in patch_fromText: "+m)}if(i=="-")g.diffs.push(new y.Diff(o,m));else if(i=="+")g.diffs.push(new y.Diff(d,m));else if(i==" ")g.diffs.push(new y.Diff(r,m));else{if(i=="@")break;if(i!=="")throw new Error('Invalid patch mode "'+i+'" in: '+m)}u++}}return l},y.patch_obj=function(){this.diffs=[],this.start1=null,this.start2=null,this.length1=0,this.length2=0},y.patch_obj.prototype.toString=function(){var n,l;this.length1===0?n=this.start1+",0":this.length1==1?n=this.start1+1:n=this.start1+1+","+this.length1,this.length2===0?l=this.start2+",0":this.length2==1?l=this.start2+1:l=this.start2+1+","+this.length2;for(var c=["@@ -"+n+" +"+l+` @@
`],u,s=0;s<this.diffs.length;s++){switch(this.diffs[s][0]){case d:u="+";break;case o:u="-";break;case r:u=" ";break}c[s+1]=u+encodeURI(this.diffs[s][1])+`
`}return c.join("").replace(/%20/g," ")},x.exports=y,x.exports.diff_match_patch=y,x.exports.DIFF_DELETE=o,x.exports.DIFF_INSERT=d,x.exports.DIFF_EQUAL=r},7455:function(x){/**!
@license
handlebars v4.7.7
Copyright (C) 2011-2019 by Yehuda Katz
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/(function(y,o){x.exports=o()})(this,function(){return function(y){function o(r){if(d[r])return d[r].exports;var n=d[r]={exports:{},id:r,loaded:!1};return y[r].call(n.exports,n,n.exports,o),n.loaded=!0,n.exports}var d={};return o.m=y,o.c=d,o.p="",o(0)}([function(y,o,d){"use strict";function r(){var P=E();return P.compile=function(T,_){return g.compile(T,_,P)},P.precompile=function(T,_){return g.precompile(T,_,P)},P.AST=s.default,P.Compiler=g.Compiler,P.JavaScriptCompiler=m.default,P.Parser=p.parser,P.parse=p.parse,P.parseWithoutProcessing=p.parseWithoutProcessing,P}var n=d(1).default;o.__esModule=!0;var l=d(2),c=n(l),u=d(45),s=n(u),p=d(46),g=d(51),i=d(52),m=n(i),f=d(49),h=n(f),S=d(44),v=n(S),E=c.default.create,b=r();b.create=r,v.default(b),b.Visitor=h.default,b.default=b,o.default=b,y.exports=o.default},function(y,o){"use strict";o.default=function(d){return d&&d.__esModule?d:{default:d}},o.__esModule=!0},function(y,o,d){"use strict";function r(){var P=new u.HandlebarsEnvironment;return f.extend(P,u),P.SafeString=p.default,P.Exception=i.default,P.Utils=f,P.escapeExpression=f.escapeExpression,P.VM=S,P.template=function(T){return S.template(T,P)},P}var n=d(3).default,l=d(1).default;o.__esModule=!0;var c=d(4),u=n(c),s=d(37),p=l(s),g=d(6),i=l(g),m=d(5),f=n(m),h=d(38),S=n(h),v=d(44),E=l(v),b=r();b.create=r,E.default(b),b.default=b,o.default=b,y.exports=o.default},function(y,o){"use strict";o.default=function(d){if(d&&d.__esModule)return d;var r={};if(d!=null)for(var n in d)Object.prototype.hasOwnProperty.call(d,n)&&(r[n]=d[n]);return r.default=d,r},o.__esModule=!0},function(y,o,d){"use strict";function r(P,T,_){this.helpers=P||{},this.partials=T||{},this.decorators=_||{},s.registerDefaultHelpers(this),p.registerDefaultDecorators(this)}var n=d(1).default;o.__esModule=!0,o.HandlebarsEnvironment=r;var l=d(5),c=d(6),u=n(c),s=d(10),p=d(30),g=d(32),i=n(g),m=d(33),f="4.7.7";o.VERSION=f;var h=8;o.COMPILER_REVISION=h;var S=7;o.LAST_COMPATIBLE_COMPILER_REVISION=S;var v={1:"<= 1.0.rc.2",2:"== 1.0.0-rc.3",3:"== 1.0.0-rc.4",4:"== 1.x.x",5:"== 2.0.0-alpha.x",6:">= 2.0.0-beta.1",7:">= 4.0.0 <4.3.0",8:">= 4.3.0"};o.REVISION_CHANGES=v;var E="[object Object]";r.prototype={constructor:r,logger:i.default,log:i.default.log,registerHelper:function(P,T){if(l.toString.call(P)===E){if(T)throw new u.default("Arg not supported with multiple helpers");l.extend(this.helpers,P)}else this.helpers[P]=T},unregisterHelper:function(P){delete this.helpers[P]},registerPartial:function(P,T){if(l.toString.call(P)===E)l.extend(this.partials,P);else{if(typeof T=="undefined")throw new u.default('Attempting to register a partial called "'+P+'" as undefined');this.partials[P]=T}},unregisterPartial:function(P){delete this.partials[P]},registerDecorator:function(P,T){if(l.toString.call(P)===E){if(T)throw new u.default("Arg not supported with multiple decorators");l.extend(this.decorators,P)}else this.decorators[P]=T},unregisterDecorator:function(P){delete this.decorators[P]},resetLoggedPropertyAccesses:function(){m.resetLoggedProperties()}};var b=i.default.log;o.log=b,o.createFrame=l.createFrame,o.logger=i.default},function(y,o){"use strict";function d(v){return g[v]}function r(v){for(var E=1;E<arguments.length;E++)for(var b in arguments[E])Object.prototype.hasOwnProperty.call(arguments[E],b)&&(v[b]=arguments[E][b]);return v}function n(v,E){for(var b=0,P=v.length;b<P;b++)if(v[b]===E)return b;return-1}function l(v){if(typeof v!="string"){if(v&&v.toHTML)return v.toHTML();if(v==null)return"";if(!v)return v+"";v=""+v}return m.test(v)?v.replace(i,d):v}function c(v){return!v&&v!==0||!(!S(v)||v.length!==0)}function u(v){var E=r({},v);return E._parent=v,E}function s(v,E){return v.path=E,v}function p(v,E){return(v?v+".":"")+E}o.__esModule=!0,o.extend=r,o.indexOf=n,o.escapeExpression=l,o.isEmpty=c,o.createFrame=u,o.blockParams=s,o.appendContextPath=p;var g={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#x27;","`":"&#x60;","=":"&#x3D;"},i=/[&<>"'`=]/g,m=/[&<>"'`=]/,f=Object.prototype.toString;o.toString=f;var h=function(v){return typeof v=="function"};h(/x/)&&(o.isFunction=h=function(v){return typeof v=="function"&&f.call(v)==="[object Function]"}),o.isFunction=h;var S=Array.isArray||function(v){return!(!v||typeof v!="object")&&f.call(v)==="[object Array]"};o.isArray=S},function(y,o,d){"use strict";function r(c,u){var s=u&&u.loc,p=void 0,g=void 0,i=void 0,m=void 0;s&&(p=s.start.line,g=s.end.line,i=s.start.column,m=s.end.column,c+=" - "+p+":"+i);for(var f=Error.prototype.constructor.call(this,c),h=0;h<l.length;h++)this[l[h]]=f[l[h]];Error.captureStackTrace&&Error.captureStackTrace(this,r);try{s&&(this.lineNumber=p,this.endLineNumber=g,n?(Object.defineProperty(this,"column",{value:i,enumerable:!0}),Object.defineProperty(this,"endColumn",{value:m,enumerable:!0})):(this.column=i,this.endColumn=m))}catch(S){}}var n=d(7).default;o.__esModule=!0;var l=["description","fileName","lineNumber","endLineNumber","message","name","number","stack"];r.prototype=new Error,o.default=r,y.exports=o.default},function(y,o,d){y.exports={default:d(8),__esModule:!0}},function(y,o,d){var r=d(9);y.exports=function(n,l,c){return r.setDesc(n,l,c)}},function(y,o){var d=Object;y.exports={create:d.create,getProto:d.getPrototypeOf,isEnum:{}.propertyIsEnumerable,getDesc:d.getOwnPropertyDescriptor,setDesc:d.defineProperty,setDescs:d.defineProperties,getKeys:d.keys,getNames:d.getOwnPropertyNames,getSymbols:d.getOwnPropertySymbols,each:[].forEach}},function(y,o,d){"use strict";function r(T){u.default(T),p.default(T),i.default(T),f.default(T),S.default(T),E.default(T),P.default(T)}function n(T,_,w){T.helpers[_]&&(T.hooks[_]=T.helpers[_],w||delete T.helpers[_])}var l=d(1).default;o.__esModule=!0,o.registerDefaultHelpers=r,o.moveHelperToHooks=n;var c=d(11),u=l(c),s=d(12),p=l(s),g=d(25),i=l(g),m=d(26),f=l(m),h=d(27),S=l(h),v=d(28),E=l(v),b=d(29),P=l(b)},function(y,o,d){"use strict";o.__esModule=!0;var r=d(5);o.default=function(n){n.registerHelper("blockHelperMissing",function(l,c){var u=c.inverse,s=c.fn;if(l===!0)return s(this);if(l===!1||l==null)return u(this);if(r.isArray(l))return l.length>0?(c.ids&&(c.ids=[c.name]),n.helpers.each(l,c)):u(this);if(c.data&&c.ids){var p=r.createFrame(c.data);p.contextPath=r.appendContextPath(c.data.contextPath,c.name),c={data:p}}return s(l,c)})},y.exports=o.default},function(y,o,d){(function(r){"use strict";var n=d(13).default,l=d(1).default;o.__esModule=!0;var c=d(5),u=d(6),s=l(u);o.default=function(p){p.registerHelper("each",function(g,i){function m(D,I,R){E&&(E.key=D,E.index=I,E.first=I===0,E.last=!!R,b&&(E.contextPath=b+D)),v+=f(g[D],{data:E,blockParams:c.blockParams([g[D],D],[b+D,null])})}if(!i)throw new s.default("Must pass iterator to #each");var f=i.fn,h=i.inverse,S=0,v="",E=void 0,b=void 0;if(i.data&&i.ids&&(b=c.appendContextPath(i.data.contextPath,i.ids[0])+"."),c.isFunction(g)&&(g=g.call(this)),i.data&&(E=c.createFrame(i.data)),g&&typeof g=="object")if(c.isArray(g))for(var P=g.length;S<P;S++)S in g&&m(S,S,S===g.length-1);else if(r.Symbol&&g[r.Symbol.iterator]){for(var T=[],_=g[r.Symbol.iterator](),w=_.next();!w.done;w=_.next())T.push(w.value);g=T;for(var P=g.length;S<P;S++)m(S,S,S===g.length-1)}else(function(){var D=void 0;n(g).forEach(function(I){D!==void 0&&m(D,S-1),D=I,S++}),D!==void 0&&m(D,S-1,!0)})();return S===0&&(v=h(this)),v})},y.exports=o.default}).call(o,function(){return this}())},function(y,o,d){y.exports={default:d(14),__esModule:!0}},function(y,o,d){d(15),y.exports=d(21).Object.keys},function(y,o,d){var r=d(16);d(18)("keys",function(n){return function(l){return n(r(l))}})},function(y,o,d){var r=d(17);y.exports=function(n){return Object(r(n))}},function(y,o){y.exports=function(d){if(d==null)throw TypeError("Can't call method on "+d);return d}},function(y,o,d){var r=d(19),n=d(21),l=d(24);y.exports=function(c,u){var s=(n.Object||{})[c]||Object[c],p={};p[c]=u(s),r(r.S+r.F*l(function(){s(1)}),"Object",p)}},function(y,o,d){var r=d(20),n=d(21),l=d(22),c="prototype",u=function(s,p,g){var i,m,f,h=s&u.F,S=s&u.G,v=s&u.S,E=s&u.P,b=s&u.B,P=s&u.W,T=S?n:n[p]||(n[p]={}),_=S?r:v?r[p]:(r[p]||{})[c];S&&(g=p);for(i in g)m=!h&&_&&i in _,m&&i in T||(f=m?_[i]:g[i],T[i]=S&&typeof _[i]!="function"?g[i]:b&&m?l(f,r):P&&_[i]==f?function(w){var D=function(I){return this instanceof w?new w(I):w(I)};return D[c]=w[c],D}(f):E&&typeof f=="function"?l(Function.call,f):f,E&&((T[c]||(T[c]={}))[i]=f))};u.F=1,u.G=2,u.S=4,u.P=8,u.B=16,u.W=32,y.exports=u},function(y,o){var d=y.exports=typeof window!="undefined"&&window.Math==Math?window:typeof self!="undefined"&&self.Math==Math?self:Function("return this")();typeof __g=="number"&&(__g=d)},function(y,o){var d=y.exports={version:"1.2.6"};typeof __e=="number"&&(__e=d)},function(y,o,d){var r=d(23);y.exports=function(n,l,c){if(r(n),l===void 0)return n;switch(c){case 1:return function(u){return n.call(l,u)};case 2:return function(u,s){return n.call(l,u,s)};case 3:return function(u,s,p){return n.call(l,u,s,p)}}return function(){return n.apply(l,arguments)}}},function(y,o){y.exports=function(d){if(typeof d!="function")throw TypeError(d+" is not a function!");return d}},function(y,o){y.exports=function(d){try{return!!d()}catch(r){return!0}}},function(y,o,d){"use strict";var r=d(1).default;o.__esModule=!0;var n=d(6),l=r(n);o.default=function(c){c.registerHelper("helperMissing",function(){if(arguments.length!==1)throw new l.default('Missing helper: "'+arguments[arguments.length-1].name+'"')})},y.exports=o.default},function(y,o,d){"use strict";var r=d(1).default;o.__esModule=!0;var n=d(5),l=d(6),c=r(l);o.default=function(u){u.registerHelper("if",function(s,p){if(arguments.length!=2)throw new c.default("#if requires exactly one argument");return n.isFunction(s)&&(s=s.call(this)),!p.hash.includeZero&&!s||n.isEmpty(s)?p.inverse(this):p.fn(this)}),u.registerHelper("unless",function(s,p){if(arguments.length!=2)throw new c.default("#unless requires exactly one argument");return u.helpers.if.call(this,s,{fn:p.inverse,inverse:p.fn,hash:p.hash})})},y.exports=o.default},function(y,o){"use strict";o.__esModule=!0,o.default=function(d){d.registerHelper("log",function(){for(var r=[void 0],n=arguments[arguments.length-1],l=0;l<arguments.length-1;l++)r.push(arguments[l]);var c=1;n.hash.level!=null?c=n.hash.level:n.data&&n.data.level!=null&&(c=n.data.level),r[0]=c,d.log.apply(d,r)})},y.exports=o.default},function(y,o){"use strict";o.__esModule=!0,o.default=function(d){d.registerHelper("lookup",function(r,n,l){return r&&l.lookupProperty(r,n)})},y.exports=o.default},function(y,o,d){"use strict";var r=d(1).default;o.__esModule=!0;var n=d(5),l=d(6),c=r(l);o.default=function(u){u.registerHelper("with",function(s,p){if(arguments.length!=2)throw new c.default("#with requires exactly one argument");n.isFunction(s)&&(s=s.call(this));var g=p.fn;if(n.isEmpty(s))return p.inverse(this);var i=p.data;return p.data&&p.ids&&(i=n.createFrame(p.data),i.contextPath=n.appendContextPath(p.data.contextPath,p.ids[0])),g(s,{data:i,blockParams:n.blockParams([s],[i&&i.contextPath])})})},y.exports=o.default},function(y,o,d){"use strict";function r(u){c.default(u)}var n=d(1).default;o.__esModule=!0,o.registerDefaultDecorators=r;var l=d(31),c=n(l)},function(y,o,d){"use strict";o.__esModule=!0;var r=d(5);o.default=function(n){n.registerDecorator("inline",function(l,c,u,s){var p=l;return c.partials||(c.partials={},p=function(g,i){var m=u.partials;u.partials=r.extend({},m,c.partials);var f=l(g,i);return u.partials=m,f}),c.partials[s.args[0]]=s.fn,p})},y.exports=o.default},function(y,o,d){"use strict";o.__esModule=!0;var r=d(5),n={methodMap:["debug","info","warn","error"],level:"info",lookupLevel:function(l){if(typeof l=="string"){var c=r.indexOf(n.methodMap,l.toLowerCase());l=c>=0?c:parseInt(l,10)}return l},log:function(l){if(l=n.lookupLevel(l),typeof console!="undefined"&&n.lookupLevel(n.level)<=l){var c=n.methodMap[l];console[c]||(c="log");for(var u=arguments.length,s=Array(u>1?u-1:0),p=1;p<u;p++)s[p-1]=arguments[p];console[c].apply(console,s)}}};o.default=n,y.exports=o.default},function(y,o,d){"use strict";function r(S){var v=s(null);v.constructor=!1,v.__defineGetter__=!1,v.__defineSetter__=!1,v.__lookupGetter__=!1;var E=s(null);return E.__proto__=!1,{properties:{whitelist:i.createNewLookupObject(E,S.allowedProtoProperties),defaultValue:S.allowProtoPropertiesByDefault},methods:{whitelist:i.createNewLookupObject(v,S.allowedProtoMethods),defaultValue:S.allowProtoMethodsByDefault}}}function n(S,v,E){return l(typeof S=="function"?v.methods:v.properties,E)}function l(S,v){return S.whitelist[v]!==void 0?S.whitelist[v]===!0:S.defaultValue!==void 0?S.defaultValue:(c(v),!1)}function c(S){h[S]!==!0&&(h[S]=!0,f.log("error",'Handlebars: Access has been denied to resolve the property "'+S+`" because it is not an "own property" of its parent.
You can add a runtime option to disable the check or this warning:
See https://handlebarsjs.com/api-reference/runtime-options.html#options-to-control-prototype-access for details`))}function u(){p(h).forEach(function(S){delete h[S]})}var s=d(34).default,p=d(13).default,g=d(3).default;o.__esModule=!0,o.createProtoAccessControl=r,o.resultIsAllowed=n,o.resetLoggedProperties=u;var i=d(36),m=d(32),f=g(m),h=s(null)},function(y,o,d){y.exports={default:d(35),__esModule:!0}},function(y,o,d){var r=d(9);y.exports=function(n,l){return r.create(n,l)}},function(y,o,d){"use strict";function r(){for(var c=arguments.length,u=Array(c),s=0;s<c;s++)u[s]=arguments[s];return l.extend.apply(void 0,[n(null)].concat(u))}var n=d(34).default;o.__esModule=!0,o.createNewLookupObject=r;var l=d(5)},function(y,o){"use strict";function d(r){this.string=r}o.__esModule=!0,d.prototype.toString=d.prototype.toHTML=function(){return""+this.string},o.default=d,y.exports=o.default},function(y,o,d){"use strict";function r(R){var C=R&&R[0]||1,L=_.COMPILER_REVISION;if(!(C>=_.LAST_COMPATIBLE_COMPILER_REVISION&&C<=_.COMPILER_REVISION)){if(C<_.LAST_COMPATIBLE_COMPILER_REVISION){var $=_.REVISION_CHANGES[L],M=_.REVISION_CHANGES[C];throw new T.default("Template was precompiled with an older version of Handlebars than the current runtime. Please update your precompiler to a newer version ("+$+") or downgrade your runtime to an older version ("+M+").")}throw new T.default("Template was precompiled with a newer version of Handlebars than the current runtime. Please update your runtime to a newer version ("+R[1]+").")}}function n(R,C){function L(W,G,U){U.hash&&(G=b.extend({},G,U.hash),U.ids&&(U.ids[0]=!0)),W=C.VM.resolvePartial.call(this,W,G,U);var Y=b.extend({},U,{hooks:this.hooks,protoAccessControl:this.protoAccessControl}),z=C.VM.invokePartial.call(this,W,G,Y);if(z==null&&C.compile&&(U.partials[U.name]=C.compile(W,R.compilerOptions,C),z=U.partials[U.name](G,Y)),z!=null){if(U.indent){for(var te=z.split(`
`),ae=0,de=te.length;ae<de&&(te[ae]||ae+1!==de);ae++)te[ae]=U.indent+te[ae];z=te.join(`
`)}return z}throw new T.default("The partial "+U.name+" could not be compiled when running in runtime-only mode")}function $(W){function G(ae){return""+R.main(B,ae,B.helpers,B.partials,Y,te,z)}var U=arguments.length<=1||arguments[1]===void 0?{}:arguments[1],Y=U.data;$._setup(U),!U.partial&&R.useData&&(Y=p(W,Y));var z=void 0,te=R.useBlockParams?[]:void 0;return R.useDepths&&(z=U.depths?W!=U.depths[0]?[W].concat(U.depths):U.depths:[W]),(G=g(R.main,G,B,U.depths||[],Y,te))(W,U)}if(!C)throw new T.default("No environment passed to template");if(!R||!R.main)throw new T.default("Unknown template object: "+typeof R);R.main.decorator=R.main_d,C.VM.checkRevision(R.compiler);var M=R.compiler&&R.compiler[0]===7,B={strict:function(W,G,U){if(!(W&&G in W))throw new T.default('"'+G+'" not defined in '+W,{loc:U});return B.lookupProperty(W,G)},lookupProperty:function(W,G){var U=W[G];return U==null||Object.prototype.hasOwnProperty.call(W,G)||I.resultIsAllowed(U,B.protoAccessControl,G)?U:void 0},lookup:function(W,G){for(var U=W.length,Y=0;Y<U;Y++){var z=W[Y]&&B.lookupProperty(W[Y],G);if(z!=null)return W[Y][G]}},lambda:function(W,G){return typeof W=="function"?W.call(G):W},escapeExpression:b.escapeExpression,invokePartial:L,fn:function(W){var G=R[W];return G.decorator=R[W+"_d"],G},programs:[],program:function(W,G,U,Y,z){var te=this.programs[W],ae=this.fn(W);return G||z||Y||U?te=l(this,W,ae,G,U,Y,z):te||(te=this.programs[W]=l(this,W,ae)),te},data:function(W,G){for(;W&&G--;)W=W._parent;return W},mergeIfNeeded:function(W,G){var U=W||G;return W&&G&&W!==G&&(U=b.extend({},G,W)),U},nullContext:f({}),noop:C.VM.noop,compilerInfo:R.compiler};return $.isTop=!0,$._setup=function(W){if(W.partial)B.protoAccessControl=W.protoAccessControl,B.helpers=W.helpers,B.partials=W.partials,B.decorators=W.decorators,B.hooks=W.hooks;else{var G=b.extend({},C.helpers,W.helpers);i(G,B),B.helpers=G,R.usePartial&&(B.partials=B.mergeIfNeeded(W.partials,C.partials)),(R.usePartial||R.useDecorators)&&(B.decorators=b.extend({},C.decorators,W.decorators)),B.hooks={},B.protoAccessControl=I.createProtoAccessControl(W);var U=W.allowCallsToHelperMissing||M;w.moveHelperToHooks(B,"helperMissing",U),w.moveHelperToHooks(B,"blockHelperMissing",U)}},$._child=function(W,G,U,Y){if(R.useBlockParams&&!U)throw new T.default("must pass block params");if(R.useDepths&&!Y)throw new T.default("must pass parent depths");return l(B,W,R[W],G,0,U,Y)},$}function l(R,C,L,$,M,B,W){function G(U){var Y=arguments.length<=1||arguments[1]===void 0?{}:arguments[1],z=W;return!W||U==W[0]||U===R.nullContext&&W[0]===null||(z=[U].concat(W)),L(R,U,R.helpers,R.partials,Y.data||$,B&&[Y.blockParams].concat(B),z)}return G=g(L,G,R,W,$,B),G.program=C,G.depth=W?W.length:0,G.blockParams=M||0,G}function c(R,C,L){return R?R.call||L.name||(L.name=R,R=L.partials[R]):R=L.name==="@partial-block"?L.data["partial-block"]:L.partials[L.name],R}function u(R,C,L){var $=L.data&&L.data["partial-block"];L.partial=!0,L.ids&&(L.data.contextPath=L.ids[0]||L.data.contextPath);var M=void 0;if(L.fn&&L.fn!==s&&function(){L.data=_.createFrame(L.data);var B=L.fn;M=L.data["partial-block"]=function(W){var G=arguments.length<=1||arguments[1]===void 0?{}:arguments[1];return G.data=_.createFrame(G.data),G.data["partial-block"]=$,B(W,G)},B.partials&&(L.partials=b.extend({},L.partials,B.partials))}(),R===void 0&&M&&(R=M),R===void 0)throw new T.default("The partial "+L.name+" could not be found");if(R instanceof Function)return R(C,L)}function s(){return""}function p(R,C){return C&&"root"in C||(C=C?_.createFrame(C):{},C.root=R),C}function g(R,C,L,$,M,B){if(R.decorator){var W={};C=R.decorator(C,W,L,$&&$[0],M,B,$),b.extend(C,W)}return C}function i(R,C){h(R).forEach(function(L){var $=R[L];R[L]=m($,C)})}function m(R,C){var L=C.lookupProperty;return D.wrapHelper(R,function($){return b.extend({lookupProperty:L},$)})}var f=d(39).default,h=d(13).default,S=d(3).default,v=d(1).default;o.__esModule=!0,o.checkRevision=r,o.template=n,o.wrapProgram=l,o.resolvePartial=c,o.invokePartial=u,o.noop=s;var E=d(5),b=S(E),P=d(6),T=v(P),_=d(4),w=d(10),D=d(43),I=d(33)},function(y,o,d){y.exports={default:d(40),__esModule:!0}},function(y,o,d){d(41),y.exports=d(21).Object.seal},function(y,o,d){var r=d(42);d(18)("seal",function(n){return function(l){return n&&r(l)?n(l):l}})},function(y,o){y.exports=function(d){return typeof d=="object"?d!==null:typeof d=="function"}},function(y,o){"use strict";function d(r,n){if(typeof r!="function")return r;var l=function(){var c=arguments[arguments.length-1];return arguments[arguments.length-1]=n(c),r.apply(this,arguments)};return l}o.__esModule=!0,o.wrapHelper=d},function(y,o){(function(d){"use strict";o.__esModule=!0,o.default=function(r){var n=typeof d!="undefined"?d:window,l=n.Handlebars;r.noConflict=function(){return n.Handlebars===r&&(n.Handlebars=l),r}},y.exports=o.default}).call(o,function(){return this}())},function(y,o){"use strict";o.__esModule=!0;var d={helpers:{helperExpression:function(r){return r.type==="SubExpression"||(r.type==="MustacheStatement"||r.type==="BlockStatement")&&!!(r.params&&r.params.length||r.hash)},scopedId:function(r){return/^\.|this\b/.test(r.original)},simpleId:function(r){return r.parts.length===1&&!d.helpers.scopedId(r)&&!r.depth}}};o.default=d,y.exports=o.default},function(y,o,d){"use strict";function r(S,v){if(S.type==="Program")return S;s.default.yy=h,h.locInfo=function(b){return new h.SourceLocation(v&&v.srcName,b)};var E=s.default.parse(S);return E}function n(S,v){var E=r(S,v),b=new g.default(v);return b.accept(E)}var l=d(1).default,c=d(3).default;o.__esModule=!0,o.parseWithoutProcessing=r,o.parse=n;var u=d(47),s=l(u),p=d(48),g=l(p),i=d(50),m=c(i),f=d(5);o.parser=s.default;var h={};f.extend(h,m)},function(y,o){"use strict";o.__esModule=!0;var d=function(){function r(){this.yy={}}var n={trace:function(){},yy:{},symbols_:{error:2,root:3,program:4,EOF:5,program_repetition0:6,statement:7,mustache:8,block:9,rawBlock:10,partial:11,partialBlock:12,content:13,COMMENT:14,CONTENT:15,openRawBlock:16,rawBlock_repetition0:17,END_RAW_BLOCK:18,OPEN_RAW_BLOCK:19,helperName:20,openRawBlock_repetition0:21,openRawBlock_option0:22,CLOSE_RAW_BLOCK:23,openBlock:24,block_option0:25,closeBlock:26,openInverse:27,block_option1:28,OPEN_BLOCK:29,openBlock_repetition0:30,openBlock_option0:31,openBlock_option1:32,CLOSE:33,OPEN_INVERSE:34,openInverse_repetition0:35,openInverse_option0:36,openInverse_option1:37,openInverseChain:38,OPEN_INVERSE_CHAIN:39,openInverseChain_repetition0:40,openInverseChain_option0:41,openInverseChain_option1:42,inverseAndProgram:43,INVERSE:44,inverseChain:45,inverseChain_option0:46,OPEN_ENDBLOCK:47,OPEN:48,mustache_repetition0:49,mustache_option0:50,OPEN_UNESCAPED:51,mustache_repetition1:52,mustache_option1:53,CLOSE_UNESCAPED:54,OPEN_PARTIAL:55,partialName:56,partial_repetition0:57,partial_option0:58,openPartialBlock:59,OPEN_PARTIAL_BLOCK:60,openPartialBlock_repetition0:61,openPartialBlock_option0:62,param:63,sexpr:64,OPEN_SEXPR:65,sexpr_repetition0:66,sexpr_option0:67,CLOSE_SEXPR:68,hash:69,hash_repetition_plus0:70,hashSegment:71,ID:72,EQUALS:73,blockParams:74,OPEN_BLOCK_PARAMS:75,blockParams_repetition_plus0:76,CLOSE_BLOCK_PARAMS:77,path:78,dataName:79,STRING:80,NUMBER:81,BOOLEAN:82,UNDEFINED:83,NULL:84,DATA:85,pathSegments:86,SEP:87,$accept:0,$end:1},terminals_:{2:"error",5:"EOF",14:"COMMENT",15:"CONTENT",18:"END_RAW_BLOCK",19:"OPEN_RAW_BLOCK",23:"CLOSE_RAW_BLOCK",29:"OPEN_BLOCK",33:"CLOSE",34:"OPEN_INVERSE",39:"OPEN_INVERSE_CHAIN",44:"INVERSE",47:"OPEN_ENDBLOCK",48:"OPEN",51:"OPEN_UNESCAPED",54:"CLOSE_UNESCAPED",55:"OPEN_PARTIAL",60:"OPEN_PARTIAL_BLOCK",65:"OPEN_SEXPR",68:"CLOSE_SEXPR",72:"ID",73:"EQUALS",75:"OPEN_BLOCK_PARAMS",77:"CLOSE_BLOCK_PARAMS",80:"STRING",81:"NUMBER",82:"BOOLEAN",83:"UNDEFINED",84:"NULL",85:"DATA",87:"SEP"},productions_:[0,[3,2],[4,1],[7,1],[7,1],[7,1],[7,1],[7,1],[7,1],[7,1],[13,1],[10,3],[16,5],[9,4],[9,4],[24,6],[27,6],[38,6],[43,2],[45,3],[45,1],[26,3],[8,5],[8,5],[11,5],[12,3],[59,5],[63,1],[63,1],[64,5],[69,1],[71,3],[74,3],[20,1],[20,1],[20,1],[20,1],[20,1],[20,1],[20,1],[56,1],[56,1],[79,2],[78,1],[86,3],[86,1],[6,0],[6,2],[17,0],[17,2],[21,0],[21,2],[22,0],[22,1],[25,0],[25,1],[28,0],[28,1],[30,0],[30,2],[31,0],[31,1],[32,0],[32,1],[35,0],[35,2],[36,0],[36,1],[37,0],[37,1],[40,0],[40,2],[41,0],[41,1],[42,0],[42,1],[46,0],[46,1],[49,0],[49,2],[50,0],[50,1],[52,0],[52,2],[53,0],[53,1],[57,0],[57,2],[58,0],[58,1],[61,0],[61,2],[62,0],[62,1],[66,0],[66,2],[67,0],[67,1],[70,1],[70,2],[76,1],[76,2]],performAction:function(c,u,s,p,g,i,m){var f=i.length-1;switch(g){case 1:return i[f-1];case 2:this.$=p.prepareProgram(i[f]);break;case 3:this.$=i[f];break;case 4:this.$=i[f];break;case 5:this.$=i[f];break;case 6:this.$=i[f];break;case 7:this.$=i[f];break;case 8:this.$=i[f];break;case 9:this.$={type:"CommentStatement",value:p.stripComment(i[f]),strip:p.stripFlags(i[f],i[f]),loc:p.locInfo(this._$)};break;case 10:this.$={type:"ContentStatement",original:i[f],value:i[f],loc:p.locInfo(this._$)};break;case 11:this.$=p.prepareRawBlock(i[f-2],i[f-1],i[f],this._$);break;case 12:this.$={path:i[f-3],params:i[f-2],hash:i[f-1]};break;case 13:this.$=p.prepareBlock(i[f-3],i[f-2],i[f-1],i[f],!1,this._$);break;case 14:this.$=p.prepareBlock(i[f-3],i[f-2],i[f-1],i[f],!0,this._$);break;case 15:this.$={open:i[f-5],path:i[f-4],params:i[f-3],hash:i[f-2],blockParams:i[f-1],strip:p.stripFlags(i[f-5],i[f])};break;case 16:this.$={path:i[f-4],params:i[f-3],hash:i[f-2],blockParams:i[f-1],strip:p.stripFlags(i[f-5],i[f])};break;case 17:this.$={path:i[f-4],params:i[f-3],hash:i[f-2],blockParams:i[f-1],strip:p.stripFlags(i[f-5],i[f])};break;case 18:this.$={strip:p.stripFlags(i[f-1],i[f-1]),program:i[f]};break;case 19:var h=p.prepareBlock(i[f-2],i[f-1],i[f],i[f],!1,this._$),S=p.prepareProgram([h],i[f-1].loc);S.chained=!0,this.$={strip:i[f-2].strip,program:S,chain:!0};break;case 20:this.$=i[f];break;case 21:this.$={path:i[f-1],strip:p.stripFlags(i[f-2],i[f])};break;case 22:this.$=p.prepareMustache(i[f-3],i[f-2],i[f-1],i[f-4],p.stripFlags(i[f-4],i[f]),this._$);break;case 23:this.$=p.prepareMustache(i[f-3],i[f-2],i[f-1],i[f-4],p.stripFlags(i[f-4],i[f]),this._$);break;case 24:this.$={type:"PartialStatement",name:i[f-3],params:i[f-2],hash:i[f-1],indent:"",strip:p.stripFlags(i[f-4],i[f]),loc:p.locInfo(this._$)};break;case 25:this.$=p.preparePartialBlock(i[f-2],i[f-1],i[f],this._$);break;case 26:this.$={path:i[f-3],params:i[f-2],hash:i[f-1],strip:p.stripFlags(i[f-4],i[f])};break;case 27:this.$=i[f];break;case 28:this.$=i[f];break;case 29:this.$={type:"SubExpression",path:i[f-3],params:i[f-2],hash:i[f-1],loc:p.locInfo(this._$)};break;case 30:this.$={type:"Hash",pairs:i[f],loc:p.locInfo(this._$)};break;case 31:this.$={type:"HashPair",key:p.id(i[f-2]),value:i[f],loc:p.locInfo(this._$)};break;case 32:this.$=p.id(i[f-1]);break;case 33:this.$=i[f];break;case 34:this.$=i[f];break;case 35:this.$={type:"StringLiteral",value:i[f],original:i[f],loc:p.locInfo(this._$)};break;case 36:this.$={type:"NumberLiteral",value:Number(i[f]),original:Number(i[f]),loc:p.locInfo(this._$)};break;case 37:this.$={type:"BooleanLiteral",value:i[f]==="true",original:i[f]==="true",loc:p.locInfo(this._$)};break;case 38:this.$={type:"UndefinedLiteral",original:void 0,value:void 0,loc:p.locInfo(this._$)};break;case 39:this.$={type:"NullLiteral",original:null,value:null,loc:p.locInfo(this._$)};break;case 40:this.$=i[f];break;case 41:this.$=i[f];break;case 42:this.$=p.preparePath(!0,i[f],this._$);break;case 43:this.$=p.preparePath(!1,i[f],this._$);break;case 44:i[f-2].push({part:p.id(i[f]),original:i[f],separator:i[f-1]}),this.$=i[f-2];break;case 45:this.$=[{part:p.id(i[f]),original:i[f]}];break;case 46:this.$=[];break;case 47:i[f-1].push(i[f]);break;case 48:this.$=[];break;case 49:i[f-1].push(i[f]);break;case 50:this.$=[];break;case 51:i[f-1].push(i[f]);break;case 58:this.$=[];break;case 59:i[f-1].push(i[f]);break;case 64:this.$=[];break;case 65:i[f-1].push(i[f]);break;case 70:this.$=[];break;case 71:i[f-1].push(i[f]);break;case 78:this.$=[];break;case 79:i[f-1].push(i[f]);break;case 82:this.$=[];break;case 83:i[f-1].push(i[f]);break;case 86:this.$=[];break;case 87:i[f-1].push(i[f]);break;case 90:this.$=[];break;case 91:i[f-1].push(i[f]);break;case 94:this.$=[];break;case 95:i[f-1].push(i[f]);break;case 98:this.$=[i[f]];break;case 99:i[f-1].push(i[f]);break;case 100:this.$=[i[f]];break;case 101:i[f-1].push(i[f])}},table:[{3:1,4:2,5:[2,46],6:3,14:[2,46],15:[2,46],19:[2,46],29:[2,46],34:[2,46],48:[2,46],51:[2,46],55:[2,46],60:[2,46]},{1:[3]},{5:[1,4]},{5:[2,2],7:5,8:6,9:7,10:8,11:9,12:10,13:11,14:[1,12],15:[1,20],16:17,19:[1,23],24:15,27:16,29:[1,21],34:[1,22],39:[2,2],44:[2,2],47:[2,2],48:[1,13],51:[1,14],55:[1,18],59:19,60:[1,24]},{1:[2,1]},{5:[2,47],14:[2,47],15:[2,47],19:[2,47],29:[2,47],34:[2,47],39:[2,47],44:[2,47],47:[2,47],48:[2,47],51:[2,47],55:[2,47],60:[2,47]},{5:[2,3],14:[2,3],15:[2,3],19:[2,3],29:[2,3],34:[2,3],39:[2,3],44:[2,3],47:[2,3],48:[2,3],51:[2,3],55:[2,3],60:[2,3]},{5:[2,4],14:[2,4],15:[2,4],19:[2,4],29:[2,4],34:[2,4],39:[2,4],44:[2,4],47:[2,4],48:[2,4],51:[2,4],55:[2,4],60:[2,4]},{5:[2,5],14:[2,5],15:[2,5],19:[2,5],29:[2,5],34:[2,5],39:[2,5],44:[2,5],47:[2,5],48:[2,5],51:[2,5],55:[2,5],60:[2,5]},{5:[2,6],14:[2,6],15:[2,6],19:[2,6],29:[2,6],34:[2,6],39:[2,6],44:[2,6],47:[2,6],48:[2,6],51:[2,6],55:[2,6],60:[2,6]},{5:[2,7],14:[2,7],15:[2,7],19:[2,7],29:[2,7],34:[2,7],39:[2,7],44:[2,7],47:[2,7],48:[2,7],51:[2,7],55:[2,7],60:[2,7]},{5:[2,8],14:[2,8],15:[2,8],19:[2,8],29:[2,8],34:[2,8],39:[2,8],44:[2,8],47:[2,8],48:[2,8],51:[2,8],55:[2,8],60:[2,8]},{5:[2,9],14:[2,9],15:[2,9],19:[2,9],29:[2,9],34:[2,9],39:[2,9],44:[2,9],47:[2,9],48:[2,9],51:[2,9],55:[2,9],60:[2,9]},{20:25,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:36,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{4:37,6:3,14:[2,46],15:[2,46],19:[2,46],29:[2,46],34:[2,46],39:[2,46],44:[2,46],47:[2,46],48:[2,46],51:[2,46],55:[2,46],60:[2,46]},{4:38,6:3,14:[2,46],15:[2,46],19:[2,46],29:[2,46],34:[2,46],44:[2,46],47:[2,46],48:[2,46],51:[2,46],55:[2,46],60:[2,46]},{15:[2,48],17:39,18:[2,48]},{20:41,56:40,64:42,65:[1,43],72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{4:44,6:3,14:[2,46],15:[2,46],19:[2,46],29:[2,46],34:[2,46],47:[2,46],48:[2,46],51:[2,46],55:[2,46],60:[2,46]},{5:[2,10],14:[2,10],15:[2,10],18:[2,10],19:[2,10],29:[2,10],34:[2,10],39:[2,10],44:[2,10],47:[2,10],48:[2,10],51:[2,10],55:[2,10],60:[2,10]},{20:45,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:46,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:47,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:41,56:48,64:42,65:[1,43],72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{33:[2,78],49:49,65:[2,78],72:[2,78],80:[2,78],81:[2,78],82:[2,78],83:[2,78],84:[2,78],85:[2,78]},{23:[2,33],33:[2,33],54:[2,33],65:[2,33],68:[2,33],72:[2,33],75:[2,33],80:[2,33],81:[2,33],82:[2,33],83:[2,33],84:[2,33],85:[2,33]},{23:[2,34],33:[2,34],54:[2,34],65:[2,34],68:[2,34],72:[2,34],75:[2,34],80:[2,34],81:[2,34],82:[2,34],83:[2,34],84:[2,34],85:[2,34]},{23:[2,35],33:[2,35],54:[2,35],65:[2,35],68:[2,35],72:[2,35],75:[2,35],80:[2,35],81:[2,35],82:[2,35],83:[2,35],84:[2,35],85:[2,35]},{23:[2,36],33:[2,36],54:[2,36],65:[2,36],68:[2,36],72:[2,36],75:[2,36],80:[2,36],81:[2,36],82:[2,36],83:[2,36],84:[2,36],85:[2,36]},{23:[2,37],33:[2,37],54:[2,37],65:[2,37],68:[2,37],72:[2,37],75:[2,37],80:[2,37],81:[2,37],82:[2,37],83:[2,37],84:[2,37],85:[2,37]},{23:[2,38],33:[2,38],54:[2,38],65:[2,38],68:[2,38],72:[2,38],75:[2,38],80:[2,38],81:[2,38],82:[2,38],83:[2,38],84:[2,38],85:[2,38]},{23:[2,39],33:[2,39],54:[2,39],65:[2,39],68:[2,39],72:[2,39],75:[2,39],80:[2,39],81:[2,39],82:[2,39],83:[2,39],84:[2,39],85:[2,39]},{23:[2,43],33:[2,43],54:[2,43],65:[2,43],68:[2,43],72:[2,43],75:[2,43],80:[2,43],81:[2,43],82:[2,43],83:[2,43],84:[2,43],85:[2,43],87:[1,50]},{72:[1,35],86:51},{23:[2,45],33:[2,45],54:[2,45],65:[2,45],68:[2,45],72:[2,45],75:[2,45],80:[2,45],81:[2,45],82:[2,45],83:[2,45],84:[2,45],85:[2,45],87:[2,45]},{52:52,54:[2,82],65:[2,82],72:[2,82],80:[2,82],81:[2,82],82:[2,82],83:[2,82],84:[2,82],85:[2,82]},{25:53,38:55,39:[1,57],43:56,44:[1,58],45:54,47:[2,54]},{28:59,43:60,44:[1,58],47:[2,56]},{13:62,15:[1,20],18:[1,61]},{33:[2,86],57:63,65:[2,86],72:[2,86],80:[2,86],81:[2,86],82:[2,86],83:[2,86],84:[2,86],85:[2,86]},{33:[2,40],65:[2,40],72:[2,40],80:[2,40],81:[2,40],82:[2,40],83:[2,40],84:[2,40],85:[2,40]},{33:[2,41],65:[2,41],72:[2,41],80:[2,41],81:[2,41],82:[2,41],83:[2,41],84:[2,41],85:[2,41]},{20:64,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{26:65,47:[1,66]},{30:67,33:[2,58],65:[2,58],72:[2,58],75:[2,58],80:[2,58],81:[2,58],82:[2,58],83:[2,58],84:[2,58],85:[2,58]},{33:[2,64],35:68,65:[2,64],72:[2,64],75:[2,64],80:[2,64],81:[2,64],82:[2,64],83:[2,64],84:[2,64],85:[2,64]},{21:69,23:[2,50],65:[2,50],72:[2,50],80:[2,50],81:[2,50],82:[2,50],83:[2,50],84:[2,50],85:[2,50]},{33:[2,90],61:70,65:[2,90],72:[2,90],80:[2,90],81:[2,90],82:[2,90],83:[2,90],84:[2,90],85:[2,90]},{20:74,33:[2,80],50:71,63:72,64:75,65:[1,43],69:73,70:76,71:77,72:[1,78],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{72:[1,79]},{23:[2,42],33:[2,42],54:[2,42],65:[2,42],68:[2,42],72:[2,42],75:[2,42],80:[2,42],81:[2,42],82:[2,42],83:[2,42],84:[2,42],85:[2,42],87:[1,50]},{20:74,53:80,54:[2,84],63:81,64:75,65:[1,43],69:82,70:76,71:77,72:[1,78],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{26:83,47:[1,66]},{47:[2,55]},{4:84,6:3,14:[2,46],15:[2,46],19:[2,46],29:[2,46],34:[2,46],39:[2,46],44:[2,46],47:[2,46],48:[2,46],51:[2,46],55:[2,46],60:[2,46]},{47:[2,20]},{20:85,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{4:86,6:3,14:[2,46],15:[2,46],19:[2,46],29:[2,46],34:[2,46],47:[2,46],48:[2,46],51:[2,46],55:[2,46],60:[2,46]},{26:87,47:[1,66]},{47:[2,57]},{5:[2,11],14:[2,11],15:[2,11],19:[2,11],29:[2,11],34:[2,11],39:[2,11],44:[2,11],47:[2,11],48:[2,11],51:[2,11],55:[2,11],60:[2,11]},{15:[2,49],18:[2,49]},{20:74,33:[2,88],58:88,63:89,64:75,65:[1,43],69:90,70:76,71:77,72:[1,78],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{65:[2,94],66:91,68:[2,94],72:[2,94],80:[2,94],81:[2,94],82:[2,94],83:[2,94],84:[2,94],85:[2,94]},{5:[2,25],14:[2,25],15:[2,25],19:[2,25],29:[2,25],34:[2,25],39:[2,25],44:[2,25],47:[2,25],48:[2,25],51:[2,25],55:[2,25],60:[2,25]},{20:92,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:74,31:93,33:[2,60],63:94,64:75,65:[1,43],69:95,70:76,71:77,72:[1,78],75:[2,60],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:74,33:[2,66],36:96,63:97,64:75,65:[1,43],69:98,70:76,71:77,72:[1,78],75:[2,66],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:74,22:99,23:[2,52],63:100,64:75,65:[1,43],69:101,70:76,71:77,72:[1,78],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:74,33:[2,92],62:102,63:103,64:75,65:[1,43],69:104,70:76,71:77,72:[1,78],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{33:[1,105]},{33:[2,79],65:[2,79],72:[2,79],80:[2,79],81:[2,79],82:[2,79],83:[2,79],84:[2,79],85:[2,79]},{33:[2,81]},{23:[2,27],33:[2,27],54:[2,27],65:[2,27],68:[2,27],72:[2,27],75:[2,27],80:[2,27],81:[2,27],82:[2,27],83:[2,27],84:[2,27],85:[2,27]},{23:[2,28],33:[2,28],54:[2,28],65:[2,28],68:[2,28],72:[2,28],75:[2,28],80:[2,28],81:[2,28],82:[2,28],83:[2,28],84:[2,28],85:[2,28]},{23:[2,30],33:[2,30],54:[2,30],68:[2,30],71:106,72:[1,107],75:[2,30]},{23:[2,98],33:[2,98],54:[2,98],68:[2,98],72:[2,98],75:[2,98]},{23:[2,45],33:[2,45],54:[2,45],65:[2,45],68:[2,45],72:[2,45],73:[1,108],75:[2,45],80:[2,45],81:[2,45],82:[2,45],83:[2,45],84:[2,45],85:[2,45],87:[2,45]},{23:[2,44],33:[2,44],54:[2,44],65:[2,44],68:[2,44],72:[2,44],75:[2,44],80:[2,44],81:[2,44],82:[2,44],83:[2,44],84:[2,44],85:[2,44],87:[2,44]},{54:[1,109]},{54:[2,83],65:[2,83],72:[2,83],80:[2,83],81:[2,83],82:[2,83],83:[2,83],84:[2,83],85:[2,83]},{54:[2,85]},{5:[2,13],14:[2,13],15:[2,13],19:[2,13],29:[2,13],34:[2,13],39:[2,13],44:[2,13],47:[2,13],48:[2,13],51:[2,13],55:[2,13],60:[2,13]},{38:55,39:[1,57],43:56,44:[1,58],45:111,46:110,47:[2,76]},{33:[2,70],40:112,65:[2,70],72:[2,70],75:[2,70],80:[2,70],81:[2,70],82:[2,70],83:[2,70],84:[2,70],85:[2,70]},{47:[2,18]},{5:[2,14],14:[2,14],15:[2,14],19:[2,14],29:[2,14],34:[2,14],39:[2,14],44:[2,14],47:[2,14],48:[2,14],51:[2,14],55:[2,14],60:[2,14]},{33:[1,113]},{33:[2,87],65:[2,87],72:[2,87],80:[2,87],81:[2,87],82:[2,87],83:[2,87],84:[2,87],85:[2,87]},{33:[2,89]},{20:74,63:115,64:75,65:[1,43],67:114,68:[2,96],69:116,70:76,71:77,72:[1,78],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{33:[1,117]},{32:118,33:[2,62],74:119,75:[1,120]},{33:[2,59],65:[2,59],72:[2,59],75:[2,59],80:[2,59],81:[2,59],82:[2,59],83:[2,59],84:[2,59],85:[2,59]},{33:[2,61],75:[2,61]},{33:[2,68],37:121,74:122,75:[1,120]},{33:[2,65],65:[2,65],72:[2,65],75:[2,65],80:[2,65],81:[2,65],82:[2,65],83:[2,65],84:[2,65],85:[2,65]},{33:[2,67],75:[2,67]},{23:[1,123]},{23:[2,51],65:[2,51],72:[2,51],80:[2,51],81:[2,51],82:[2,51],83:[2,51],84:[2,51],85:[2,51]},{23:[2,53]},{33:[1,124]},{33:[2,91],65:[2,91],72:[2,91],80:[2,91],81:[2,91],82:[2,91],83:[2,91],84:[2,91],85:[2,91]},{33:[2,93]},{5:[2,22],14:[2,22],15:[2,22],19:[2,22],29:[2,22],34:[2,22],39:[2,22],44:[2,22],47:[2,22],48:[2,22],51:[2,22],55:[2,22],60:[2,22]},{23:[2,99],33:[2,99],54:[2,99],68:[2,99],72:[2,99],75:[2,99]},{73:[1,108]},{20:74,63:125,64:75,65:[1,43],72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{5:[2,23],14:[2,23],15:[2,23],19:[2,23],29:[2,23],34:[2,23],39:[2,23],44:[2,23],47:[2,23],48:[2,23],51:[2,23],55:[2,23],60:[2,23]},{47:[2,19]},{47:[2,77]},{20:74,33:[2,72],41:126,63:127,64:75,65:[1,43],69:128,70:76,71:77,72:[1,78],75:[2,72],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{5:[2,24],14:[2,24],15:[2,24],19:[2,24],29:[2,24],34:[2,24],39:[2,24],44:[2,24],47:[2,24],48:[2,24],51:[2,24],55:[2,24],60:[2,24]},{68:[1,129]},{65:[2,95],68:[2,95],72:[2,95],80:[2,95],81:[2,95],82:[2,95],83:[2,95],84:[2,95],85:[2,95]},{68:[2,97]},{5:[2,21],14:[2,21],15:[2,21],19:[2,21],29:[2,21],34:[2,21],39:[2,21],44:[2,21],47:[2,21],48:[2,21],51:[2,21],55:[2,21],60:[2,21]},{33:[1,130]},{33:[2,63]},{72:[1,132],76:131},{33:[1,133]},{33:[2,69]},{15:[2,12],18:[2,12]},{14:[2,26],15:[2,26],19:[2,26],29:[2,26],34:[2,26],47:[2,26],48:[2,26],51:[2,26],55:[2,26],60:[2,26]},{23:[2,31],33:[2,31],54:[2,31],68:[2,31],72:[2,31],75:[2,31]},{33:[2,74],42:134,74:135,75:[1,120]},{33:[2,71],65:[2,71],72:[2,71],75:[2,71],80:[2,71],81:[2,71],82:[2,71],83:[2,71],84:[2,71],85:[2,71]},{33:[2,73],75:[2,73]},{23:[2,29],33:[2,29],54:[2,29],65:[2,29],68:[2,29],72:[2,29],75:[2,29],80:[2,29],81:[2,29],82:[2,29],83:[2,29],84:[2,29],85:[2,29]},{14:[2,15],15:[2,15],19:[2,15],29:[2,15],34:[2,15],39:[2,15],44:[2,15],47:[2,15],48:[2,15],51:[2,15],55:[2,15],60:[2,15]},{72:[1,137],77:[1,136]},{72:[2,100],77:[2,100]},{14:[2,16],15:[2,16],19:[2,16],29:[2,16],34:[2,16],44:[2,16],47:[2,16],48:[2,16],51:[2,16],55:[2,16],60:[2,16]},{33:[1,138]},{33:[2,75]},{33:[2,32]},{72:[2,101],77:[2,101]},{14:[2,17],15:[2,17],19:[2,17],29:[2,17],34:[2,17],39:[2,17],44:[2,17],47:[2,17],48:[2,17],51:[2,17],55:[2,17],60:[2,17]}],defaultActions:{4:[2,1],54:[2,55],56:[2,20],60:[2,57],73:[2,81],82:[2,85],86:[2,18],90:[2,89],101:[2,53],104:[2,93],110:[2,19],111:[2,77],116:[2,97],119:[2,63],122:[2,69],135:[2,75],136:[2,32]},parseError:function(c,u){throw new Error(c)},parse:function(c){function u(){var B;return B=s.lexer.lex()||1,typeof B!="number"&&(B=s.symbols_[B]||B),B}var s=this,p=[0],g=[null],i=[],m=this.table,f="",h=0,S=0,v=0;this.lexer.setInput(c),this.lexer.yy=this.yy,this.yy.lexer=this.lexer,this.yy.parser=this,typeof this.lexer.yylloc=="undefined"&&(this.lexer.yylloc={});var E=this.lexer.yylloc;i.push(E);var b=this.lexer.options&&this.lexer.options.ranges;typeof this.yy.parseError=="function"&&(this.parseError=this.yy.parseError);for(var P,T,_,w,D,I,R,C,L,$={};;){if(_=p[p.length-1],this.defaultActions[_]?w=this.defaultActions[_]:(P!==null&&typeof P!="undefined"||(P=u()),w=m[_]&&m[_][P]),typeof w=="undefined"||!w.length||!w[0]){var M="";if(!v){L=[];for(I in m[_])this.terminals_[I]&&I>2&&L.push("'"+this.terminals_[I]+"'");M=this.lexer.showPosition?"Parse error on line "+(h+1)+`:
`+this.lexer.showPosition()+`
Expecting `+L.join(", ")+", got '"+(this.terminals_[P]||P)+"'":"Parse error on line "+(h+1)+": Unexpected "+(P==1?"end of input":"'"+(this.terminals_[P]||P)+"'"),this.parseError(M,{text:this.lexer.match,token:this.terminals_[P]||P,line:this.lexer.yylineno,loc:E,expected:L})}}if(w[0]instanceof Array&&w.length>1)throw new Error("Parse Error: multiple actions possible at state: "+_+", token: "+P);switch(w[0]){case 1:p.push(P),g.push(this.lexer.yytext),i.push(this.lexer.yylloc),p.push(w[1]),P=null,T?(P=T,T=null):(S=this.lexer.yyleng,f=this.lexer.yytext,h=this.lexer.yylineno,E=this.lexer.yylloc,v>0&&v--);break;case 2:if(R=this.productions_[w[1]][1],$.$=g[g.length-R],$._$={first_line:i[i.length-(R||1)].first_line,last_line:i[i.length-1].last_line,first_column:i[i.length-(R||1)].first_column,last_column:i[i.length-1].last_column},b&&($._$.range=[i[i.length-(R||1)].range[0],i[i.length-1].range[1]]),D=this.performAction.call($,f,S,h,this.yy,w[1],g,i),typeof D!="undefined")return D;R&&(p=p.slice(0,-1*R*2),g=g.slice(0,-1*R),i=i.slice(0,-1*R)),p.push(this.productions_[w[1]][0]),g.push($.$),i.push($._$),C=m[p[p.length-2]][p[p.length-1]],p.push(C);break;case 3:return!0}}return!0}},l=function(){var c={EOF:1,parseError:function(u,s){if(!this.yy.parser)throw new Error(u);this.yy.parser.parseError(u,s)},setInput:function(u){return this._input=u,this._more=this._less=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},input:function(){var u=this._input[0];this.yytext+=u,this.yyleng++,this.offset++,this.match+=u,this.matched+=u;var s=u.match(/(?:\r\n?|\n).*/g);return s?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),u},unput:function(u){var s=u.length,p=u.split(/(?:\r\n?|\n)/g);this._input=u+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-s-1),this.offset-=s;var g=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),p.length-1&&(this.yylineno-=p.length-1);var i=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:p?(p.length===g.length?this.yylloc.first_column:0)+g[g.length-p.length].length-p[0].length:this.yylloc.first_column-s},this.options.ranges&&(this.yylloc.range=[i[0],i[0]+this.yyleng-s]),this},more:function(){return this._more=!0,this},less:function(u){this.unput(this.match.slice(u))},pastInput:function(){var u=this.matched.substr(0,this.matched.length-this.match.length);return(u.length>20?"...":"")+u.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var u=this.match;return u.length<20&&(u+=this._input.substr(0,20-u.length)),(u.substr(0,20)+(u.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var u=this.pastInput(),s=new Array(u.length+1).join("-");return u+this.upcomingInput()+`
`+s+"^"},next:function(){if(this.done)return this.EOF;this._input||(this.done=!0);var u,s,p,g,i;this._more||(this.yytext="",this.match="");for(var m=this._currentRules(),f=0;f<m.length&&(p=this._input.match(this.rules[m[f]]),!p||s&&!(p[0].length>s[0].length)||(s=p,g=f,this.options.flex));f++);return s?(i=s[0].match(/(?:\r\n?|\n).*/g),i&&(this.yylineno+=i.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:i?i[i.length-1].length-i[i.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+s[0].length},this.yytext+=s[0],this.match+=s[0],this.matches=s,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._input=this._input.slice(s[0].length),this.matched+=s[0],u=this.performAction.call(this,this.yy,this,m[g],this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),u||void 0):this._input===""?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+`. Unrecognized text.
`+this.showPosition(),{text:"",token:null,line:this.yylineno})},lex:function(){var u=this.next();return typeof u!="undefined"?u:this.lex()},begin:function(u){this.conditionStack.push(u)},popState:function(){return this.conditionStack.pop()},_currentRules:function(){return this.conditions[this.conditionStack[this.conditionStack.length-1]].rules},topState:function(){return this.conditionStack[this.conditionStack.length-2]},pushState:function(u){this.begin(u)}};return c.options={},c.performAction=function(u,s,p,g){function i(m,f){return s.yytext=s.yytext.substring(m,s.yyleng-f+m)}switch(p){case 0:if(s.yytext.slice(-2)==="\\\\"?(i(0,1),this.begin("mu")):s.yytext.slice(-1)==="\\"?(i(0,1),this.begin("emu")):this.begin("mu"),s.yytext)return 15;break;case 1:return 15;case 2:return this.popState(),15;case 3:return this.begin("raw"),15;case 4:return this.popState(),this.conditionStack[this.conditionStack.length-1]==="raw"?15:(i(5,9),"END_RAW_BLOCK");case 5:return 15;case 6:return this.popState(),14;case 7:return 65;case 8:return 68;case 9:return 19;case 10:return this.popState(),this.begin("raw"),23;case 11:return 55;case 12:return 60;case 13:return 29;case 14:return 47;case 15:return this.popState(),44;case 16:return this.popState(),44;case 17:return 34;case 18:return 39;case 19:return 51;case 20:return 48;case 21:this.unput(s.yytext),this.popState(),this.begin("com");break;case 22:return this.popState(),14;case 23:return 48;case 24:return 73;case 25:return 72;case 26:return 72;case 27:return 87;case 28:break;case 29:return this.popState(),54;case 30:return this.popState(),33;case 31:return s.yytext=i(1,2).replace(/\\"/g,'"'),80;case 32:return s.yytext=i(1,2).replace(/\\'/g,"'"),80;case 33:return 85;case 34:return 82;case 35:return 82;case 36:return 83;case 37:return 84;case 38:return 81;case 39:return 75;case 40:return 77;case 41:return 72;case 42:return s.yytext=s.yytext.replace(/\\([\\\]])/g,"$1"),72;case 43:return"INVALID";case 44:return 5}},c.rules=[/^(?:[^\x00]*?(?=(\{\{)))/,/^(?:[^\x00]+)/,/^(?:[^\x00]{2,}?(?=(\{\{|\\\{\{|\\\\\{\{|$)))/,/^(?:\{\{\{\{(?=[^\/]))/,/^(?:\{\{\{\{\/[^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=[=}\s\/.])\}\}\}\})/,/^(?:[^\x00]+?(?=(\{\{\{\{)))/,/^(?:[\s\S]*?--(~)?\}\})/,/^(?:\()/,/^(?:\))/,/^(?:\{\{\{\{)/,/^(?:\}\}\}\})/,/^(?:\{\{(~)?>)/,/^(?:\{\{(~)?#>)/,/^(?:\{\{(~)?#\*?)/,/^(?:\{\{(~)?\/)/,/^(?:\{\{(~)?\^\s*(~)?\}\})/,/^(?:\{\{(~)?\s*else\s*(~)?\}\})/,/^(?:\{\{(~)?\^)/,/^(?:\{\{(~)?\s*else\b)/,/^(?:\{\{(~)?\{)/,/^(?:\{\{(~)?&)/,/^(?:\{\{(~)?!--)/,/^(?:\{\{(~)?![\s\S]*?\}\})/,/^(?:\{\{(~)?\*?)/,/^(?:=)/,/^(?:\.\.)/,/^(?:\.(?=([=~}\s\/.)|])))/,/^(?:[\/.])/,/^(?:\s+)/,/^(?:\}(~)?\}\})/,/^(?:(~)?\}\})/,/^(?:"(\\["]|[^"])*")/,/^(?:'(\\[']|[^'])*')/,/^(?:@)/,/^(?:true(?=([~}\s)])))/,/^(?:false(?=([~}\s)])))/,/^(?:undefined(?=([~}\s)])))/,/^(?:null(?=([~}\s)])))/,/^(?:-?[0-9]+(?:\.[0-9]+)?(?=([~}\s)])))/,/^(?:as\s+\|)/,/^(?:\|)/,/^(?:([^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=([=~}\s\/.)|]))))/,/^(?:\[(\\\]|[^\]])*\])/,/^(?:.)/,/^(?:$)/],c.conditions={mu:{rules:[7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44],inclusive:!1},emu:{rules:[2],inclusive:!1},com:{rules:[6],inclusive:!1},raw:{rules:[3,4,5],inclusive:!1},INITIAL:{rules:[0,1,44],inclusive:!0}},c}();return n.lexer=l,r.prototype=n,n.Parser=r,new r}();o.default=d,y.exports=o.default},function(y,o,d){"use strict";function r(){var i=arguments.length<=0||arguments[0]===void 0?{}:arguments[0];this.options=i}function n(i,m,f){m===void 0&&(m=i.length);var h=i[m-1],S=i[m-2];return h?h.type==="ContentStatement"?(S||!f?/\r?\n\s*?$/:/(^|\r?\n)\s*?$/).test(h.original):void 0:f}function l(i,m,f){m===void 0&&(m=-1);var h=i[m+1],S=i[m+2];return h?h.type==="ContentStatement"?(S||!f?/^\s*?\r?\n/:/^\s*?(\r?\n|$)/).test(h.original):void 0:f}function c(i,m,f){var h=i[m==null?0:m+1];if(h&&h.type==="ContentStatement"&&(f||!h.rightStripped)){var S=h.value;h.value=h.value.replace(f?/^\s+/:/^[ \t]*\r?\n?/,""),h.rightStripped=h.value!==S}}function u(i,m,f){var h=i[m==null?i.length-1:m-1];if(h&&h.type==="ContentStatement"&&(f||!h.leftStripped)){var S=h.value;return h.value=h.value.replace(f?/\s+$/:/[ \t]+$/,""),h.leftStripped=h.value!==S,h.leftStripped}}var s=d(1).default;o.__esModule=!0;var p=d(49),g=s(p);r.prototype=new g.default,r.prototype.Program=function(i){var m=!this.options.ignoreStandalone,f=!this.isRootSeen;this.isRootSeen=!0;for(var h=i.body,S=0,v=h.length;S<v;S++){var E=h[S],b=this.accept(E);if(b){var P=n(h,S,f),T=l(h,S,f),_=b.openStandalone&&P,w=b.closeStandalone&&T,D=b.inlineStandalone&&P&&T;b.close&&c(h,S,!0),b.open&&u(h,S,!0),m&&D&&(c(h,S),u(h,S)&&E.type==="PartialStatement"&&(E.indent=/([ \t]+$)/.exec(h[S-1].original)[1])),m&&_&&(c((E.program||E.inverse).body),u(h,S)),m&&w&&(c(h,S),u((E.inverse||E.program).body))}}return i},r.prototype.BlockStatement=r.prototype.DecoratorBlock=r.prototype.PartialBlockStatement=function(i){this.accept(i.program),this.accept(i.inverse);var m=i.program||i.inverse,f=i.program&&i.inverse,h=f,S=f;if(f&&f.chained)for(h=f.body[0].program;S.chained;)S=S.body[S.body.length-1].program;var v={open:i.openStrip.open,close:i.closeStrip.close,openStandalone:l(m.body),closeStandalone:n((h||m).body)};if(i.openStrip.close&&c(m.body,null,!0),f){var E=i.inverseStrip;E.open&&u(m.body,null,!0),E.close&&c(h.body,null,!0),i.closeStrip.open&&u(S.body,null,!0),!this.options.ignoreStandalone&&n(m.body)&&l(h.body)&&(u(m.body),c(h.body))}else i.closeStrip.open&&u(m.body,null,!0);return v},r.prototype.Decorator=r.prototype.MustacheStatement=function(i){return i.strip},r.prototype.PartialStatement=r.prototype.CommentStatement=function(i){var m=i.strip||{};return{inlineStandalone:!0,open:m.open,close:m.close}},o.default=r,y.exports=o.default},function(y,o,d){"use strict";function r(){this.parents=[]}function n(g){this.acceptRequired(g,"path"),this.acceptArray(g.params),this.acceptKey(g,"hash")}function l(g){n.call(this,g),this.acceptKey(g,"program"),this.acceptKey(g,"inverse")}function c(g){this.acceptRequired(g,"name"),this.acceptArray(g.params),this.acceptKey(g,"hash")}var u=d(1).default;o.__esModule=!0;var s=d(6),p=u(s);r.prototype={constructor:r,mutating:!1,acceptKey:function(g,i){var m=this.accept(g[i]);if(this.mutating){if(m&&!r.prototype[m.type])throw new p.default('Unexpected node type "'+m.type+'" found when accepting '+i+" on "+g.type);g[i]=m}},acceptRequired:function(g,i){if(this.acceptKey(g,i),!g[i])throw new p.default(g.type+" requires "+i)},acceptArray:function(g){for(var i=0,m=g.length;i<m;i++)this.acceptKey(g,i),g[i]||(g.splice(i,1),i--,m--)},accept:function(g){if(g){if(!this[g.type])throw new p.default("Unknown type: "+g.type,g);this.current&&this.parents.unshift(this.current),this.current=g;var i=this[g.type](g);return this.current=this.parents.shift(),!this.mutating||i?i:i!==!1?g:void 0}},Program:function(g){this.acceptArray(g.body)},MustacheStatement:n,Decorator:n,BlockStatement:l,DecoratorBlock:l,PartialStatement:c,PartialBlockStatement:function(g){c.call(this,g),this.acceptKey(g,"program")},ContentStatement:function(){},CommentStatement:function(){},SubExpression:n,PathExpression:function(){},StringLiteral:function(){},NumberLiteral:function(){},BooleanLiteral:function(){},UndefinedLiteral:function(){},NullLiteral:function(){},Hash:function(g){this.acceptArray(g.pairs)},HashPair:function(g){this.acceptRequired(g,"value")}},o.default=r,y.exports=o.default},function(y,o,d){"use strict";function r(E,b){if(b=b.path?b.path.original:b,E.path.original!==b){var P={loc:E.path.loc};throw new v.default(E.path.original+" doesn't match "+b,P)}}function n(E,b){this.source=E,this.start={line:b.first_line,column:b.first_column},this.end={line:b.last_line,column:b.last_column}}function l(E){return/^\[.*\]$/.test(E)?E.substring(1,E.length-1):E}function c(E,b){return{open:E.charAt(2)==="~",close:b.charAt(b.length-3)==="~"}}function u(E){return E.replace(/^\{\{~?!-?-?/,"").replace(/-?-?~?\}\}$/,"")}function s(E,b,P){P=this.locInfo(P);for(var T=E?"@":"",_=[],w=0,D=0,I=b.length;D<I;D++){var R=b[D].part,C=b[D].original!==R;if(T+=(b[D].separator||"")+R,C||R!==".."&&R!=="."&&R!=="this")_.push(R);else{if(_.length>0)throw new v.default("Invalid path: "+T,{loc:P});R===".."&&w++}}return{type:"PathExpression",data:E,depth:w,parts:_,original:T,loc:P}}function p(E,b,P,T,_,w){var D=T.charAt(3)||T.charAt(2),I=D!=="{"&&D!=="&",R=/\*/.test(T);return{type:R?"Decorator":"MustacheStatement",path:E,params:b,hash:P,escaped:I,strip:_,loc:this.locInfo(w)}}function g(E,b,P,T){r(E,P),T=this.locInfo(T);var _={type:"Program",body:b,strip:{},loc:T};return{type:"BlockStatement",path:E.path,params:E.params,hash:E.hash,program:_,openStrip:{},inverseStrip:{},closeStrip:{},loc:T}}function i(E,b,P,T,_,w){T&&T.path&&r(E,T);var D=/\*/.test(E.open);b.blockParams=E.blockParams;var I=void 0,R=void 0;if(P){if(D)throw new v.default("Unexpected inverse block on decorator",P);P.chain&&(P.program.body[0].closeStrip=T.strip),R=P.strip,I=P.program}return _&&(_=I,I=b,b=_),{type:D?"DecoratorBlock":"BlockStatement",path:E.path,params:E.params,hash:E.hash,program:b,inverse:I,openStrip:E.strip,inverseStrip:R,closeStrip:T&&T.strip,loc:this.locInfo(w)}}function m(E,b){if(!b&&E.length){var P=E[0].loc,T=E[E.length-1].loc;P&&T&&(b={source:P.source,start:{line:P.start.line,column:P.start.column},end:{line:T.end.line,column:T.end.column}})}return{type:"Program",body:E,strip:{},loc:b}}function f(E,b,P,T){return r(E,P),{type:"PartialBlockStatement",name:E.path,params:E.params,hash:E.hash,program:b,openStrip:E.strip,closeStrip:P&&P.strip,loc:this.locInfo(T)}}var h=d(1).default;o.__esModule=!0,o.SourceLocation=n,o.id=l,o.stripFlags=c,o.stripComment=u,o.preparePath=s,o.prepareMustache=p,o.prepareRawBlock=g,o.prepareBlock=i,o.prepareProgram=m,o.preparePartialBlock=f;var S=d(6),v=h(S)},function(y,o,d){"use strict";function r(){}function n(v,E,b){if(v==null||typeof v!="string"&&v.type!=="Program")throw new i.default("You must pass a string or Handlebars AST to Handlebars.precompile. You passed "+v);E=E||{},"data"in E||(E.data=!0),E.compat&&(E.useDepths=!0);var P=b.parse(v,E),T=new b.Compiler().compile(P,E);return new b.JavaScriptCompiler().compile(T,E)}function l(v,E,b){function P(){var w=b.parse(v,E),D=new b.Compiler().compile(w,E),I=new b.JavaScriptCompiler().compile(D,E,void 0,!0);return b.template(I)}function T(w,D){return _||(_=P()),_.call(this,w,D)}if(E===void 0&&(E={}),v==null||typeof v!="string"&&v.type!=="Program")throw new i.default("You must pass a string or Handlebars AST to Handlebars.compile. You passed "+v);E=m.extend({},E),"data"in E||(E.data=!0),E.compat&&(E.useDepths=!0);var _=void 0;return T._setup=function(w){return _||(_=P()),_._setup(w)},T._child=function(w,D,I,R){return _||(_=P()),_._child(w,D,I,R)},T}function c(v,E){if(v===E)return!0;if(m.isArray(v)&&m.isArray(E)&&v.length===E.length){for(var b=0;b<v.length;b++)if(!c(v[b],E[b]))return!1;return!0}}function u(v){if(!v.path.parts){var E=v.path;v.path={type:"PathExpression",data:!1,depth:0,parts:[E.original+""],original:E.original+"",loc:E.loc}}}var s=d(34).default,p=d(1).default;o.__esModule=!0,o.Compiler=r,o.precompile=n,o.compile=l;var g=d(6),i=p(g),m=d(5),f=d(45),h=p(f),S=[].slice;r.prototype={compiler:r,equals:function(v){var E=this.opcodes.length;if(v.opcodes.length!==E)return!1;for(var b=0;b<E;b++){var P=this.opcodes[b],T=v.opcodes[b];if(P.opcode!==T.opcode||!c(P.args,T.args))return!1}E=this.children.length;for(var b=0;b<E;b++)if(!this.children[b].equals(v.children[b]))return!1;return!0},guid:0,compile:function(v,E){return this.sourceNode=[],this.opcodes=[],this.children=[],this.options=E,this.stringParams=E.stringParams,this.trackIds=E.trackIds,E.blockParams=E.blockParams||[],E.knownHelpers=m.extend(s(null),{helperMissing:!0,blockHelperMissing:!0,each:!0,if:!0,unless:!0,with:!0,log:!0,lookup:!0},E.knownHelpers),this.accept(v)},compileProgram:function(v){var E=new this.compiler,b=E.compile(v,this.options),P=this.guid++;return this.usePartial=this.usePartial||b.usePartial,this.children[P]=b,this.useDepths=this.useDepths||b.useDepths,P},accept:function(v){if(!this[v.type])throw new i.default("Unknown type: "+v.type,v);this.sourceNode.unshift(v);var E=this[v.type](v);return this.sourceNode.shift(),E},Program:function(v){this.options.blockParams.unshift(v.blockParams);for(var E=v.body,b=E.length,P=0;P<b;P++)this.accept(E[P]);return this.options.blockParams.shift(),this.isSimple=b===1,this.blockParams=v.blockParams?v.blockParams.length:0,this},BlockStatement:function(v){u(v);var E=v.program,b=v.inverse;E=E&&this.compileProgram(E),b=b&&this.compileProgram(b);var P=this.classifySexpr(v);P==="helper"?this.helperSexpr(v,E,b):P==="simple"?(this.simpleSexpr(v),this.opcode("pushProgram",E),this.opcode("pushProgram",b),this.opcode("emptyHash"),this.opcode("blockValue",v.path.original)):(this.ambiguousSexpr(v,E,b),this.opcode("pushProgram",E),this.opcode("pushProgram",b),this.opcode("emptyHash"),this.opcode("ambiguousBlockValue")),this.opcode("append")},DecoratorBlock:function(v){var E=v.program&&this.compileProgram(v.program),b=this.setupFullMustacheParams(v,E,void 0),P=v.path;this.useDecorators=!0,this.opcode("registerDecorator",b.length,P.original)},PartialStatement:function(v){this.usePartial=!0;var E=v.program;E&&(E=this.compileProgram(v.program));var b=v.params;if(b.length>1)throw new i.default("Unsupported number of partial arguments: "+b.length,v);b.length||(this.options.explicitPartialContext?this.opcode("pushLiteral","undefined"):b.push({type:"PathExpression",parts:[],depth:0}));var P=v.name.original,T=v.name.type==="SubExpression";T&&this.accept(v.name),this.setupFullMustacheParams(v,E,void 0,!0);var _=v.indent||"";this.options.preventIndent&&_&&(this.opcode("appendContent",_),_=""),this.opcode("invokePartial",T,P,_),this.opcode("append")},PartialBlockStatement:function(v){this.PartialStatement(v)},MustacheStatement:function(v){this.SubExpression(v),v.escaped&&!this.options.noEscape?this.opcode("appendEscaped"):this.opcode("append")},Decorator:function(v){this.DecoratorBlock(v)},ContentStatement:function(v){v.value&&this.opcode("appendContent",v.value)},CommentStatement:function(){},SubExpression:function(v){u(v);var E=this.classifySexpr(v);E==="simple"?this.simpleSexpr(v):E==="helper"?this.helperSexpr(v):this.ambiguousSexpr(v)},ambiguousSexpr:function(v,E,b){var P=v.path,T=P.parts[0],_=E!=null||b!=null;this.opcode("getContext",P.depth),this.opcode("pushProgram",E),this.opcode("pushProgram",b),P.strict=!0,this.accept(P),this.opcode("invokeAmbiguous",T,_)},simpleSexpr:function(v){var E=v.path;E.strict=!0,this.accept(E),this.opcode("resolvePossibleLambda")},helperSexpr:function(v,E,b){var P=this.setupFullMustacheParams(v,E,b),T=v.path,_=T.parts[0];if(this.options.knownHelpers[_])this.opcode("invokeKnownHelper",P.length,_);else{if(this.options.knownHelpersOnly)throw new i.default("You specified knownHelpersOnly, but used the unknown helper "+_,v);T.strict=!0,T.falsy=!0,this.accept(T),this.opcode("invokeHelper",P.length,T.original,h.default.helpers.simpleId(T))}},PathExpression:function(v){this.addDepth(v.depth),this.opcode("getContext",v.depth);var E=v.parts[0],b=h.default.helpers.scopedId(v),P=!v.depth&&!b&&this.blockParamIndex(E);P?this.opcode("lookupBlockParam",P,v.parts):E?v.data?(this.options.data=!0,this.opcode("lookupData",v.depth,v.parts,v.strict)):this.opcode("lookupOnContext",v.parts,v.falsy,v.strict,b):this.opcode("pushContext")},StringLiteral:function(v){this.opcode("pushString",v.value)},NumberLiteral:function(v){this.opcode("pushLiteral",v.value)},BooleanLiteral:function(v){this.opcode("pushLiteral",v.value)},UndefinedLiteral:function(){this.opcode("pushLiteral","undefined")},NullLiteral:function(){this.opcode("pushLiteral","null")},Hash:function(v){var E=v.pairs,b=0,P=E.length;for(this.opcode("pushHash");b<P;b++)this.pushParam(E[b].value);for(;b--;)this.opcode("assignToHash",E[b].key);this.opcode("popHash")},opcode:function(v){this.opcodes.push({opcode:v,args:S.call(arguments,1),loc:this.sourceNode[0].loc})},addDepth:function(v){v&&(this.useDepths=!0)},classifySexpr:function(v){var E=h.default.helpers.simpleId(v.path),b=E&&!!this.blockParamIndex(v.path.parts[0]),P=!b&&h.default.helpers.helperExpression(v),T=!b&&(P||E);if(T&&!P){var _=v.path.parts[0],w=this.options;w.knownHelpers[_]?P=!0:w.knownHelpersOnly&&(T=!1)}return P?"helper":T?"ambiguous":"simple"},pushParams:function(v){for(var E=0,b=v.length;E<b;E++)this.pushParam(v[E])},pushParam:function(v){var E=v.value!=null?v.value:v.original||"";if(this.stringParams)E.replace&&(E=E.replace(/^(\.?\.\/)*/g,"").replace(/\//g,".")),v.depth&&this.addDepth(v.depth),this.opcode("getContext",v.depth||0),this.opcode("pushStringParam",E,v.type),v.type==="SubExpression"&&this.accept(v);else{if(this.trackIds){var b=void 0;if(!v.parts||h.default.helpers.scopedId(v)||v.depth||(b=this.blockParamIndex(v.parts[0])),b){var P=v.parts.slice(1).join(".");this.opcode("pushId","BlockParam",b,P)}else E=v.original||E,E.replace&&(E=E.replace(/^this(?:\.|$)/,"").replace(/^\.\//,"").replace(/^\.$/,"")),this.opcode("pushId",v.type,E)}this.accept(v)}},setupFullMustacheParams:function(v,E,b,P){var T=v.params;return this.pushParams(T),this.opcode("pushProgram",E),this.opcode("pushProgram",b),v.hash?this.accept(v.hash):this.opcode("emptyHash",P),T},blockParamIndex:function(v){for(var E=0,b=this.options.blockParams.length;E<b;E++){var P=this.options.blockParams[E],T=P&&m.indexOf(P,v);if(P&&T>=0)return[E,T]}}}},function(y,o,d){"use strict";function r(h){this.value=h}function n(){}function l(h,S,v,E){var b=S.popStack(),P=0,T=v.length;for(h&&T--;P<T;P++)b=S.nameLookup(b,v[P],E);return h?[S.aliasable("container.strict"),"(",b,", ",S.quotedString(v[P]),", ",JSON.stringify(S.source.currentLocation)," )"]:b}var c=d(13).default,u=d(1).default;o.__esModule=!0;var s=d(4),p=d(6),g=u(p),i=d(5),m=d(53),f=u(m);n.prototype={nameLookup:function(h,S){return this.internalNameLookup(h,S)},depthedLookup:function(h){return[this.aliasable("container.lookup"),"(depths, ",JSON.stringify(h),")"]},compilerInfo:function(){var h=s.COMPILER_REVISION,S=s.REVISION_CHANGES[h];return[h,S]},appendToBuffer:function(h,S,v){return i.isArray(h)||(h=[h]),h=this.source.wrap(h,S),this.environment.isSimple?["return ",h,";"]:v?["buffer += ",h,";"]:(h.appendToBuffer=!0,h)},initializeBuffer:function(){return this.quotedString("")},internalNameLookup:function(h,S){return this.lookupPropertyFunctionIsUsed=!0,["lookupProperty(",h,",",JSON.stringify(S),")"]},lookupPropertyFunctionIsUsed:!1,compile:function(h,S,v,E){this.environment=h,this.options=S,this.stringParams=this.options.stringParams,this.trackIds=this.options.trackIds,this.precompile=!E,this.name=this.environment.name,this.isChild=!!v,this.context=v||{decorators:[],programs:[],environments:[]},this.preamble(),this.stackSlot=0,this.stackVars=[],this.aliases={},this.registers={list:[]},this.hashes=[],this.compileStack=[],this.inlineStack=[],this.blockParams=[],this.compileChildren(h,S),this.useDepths=this.useDepths||h.useDepths||h.useDecorators||this.options.compat,this.useBlockParams=this.useBlockParams||h.useBlockParams;var b=h.opcodes,P=void 0,T=void 0,_=void 0,w=void 0;for(_=0,w=b.length;_<w;_++)P=b[_],this.source.currentLocation=P.loc,T=T||P.loc,this[P.opcode].apply(this,P.args);if(this.source.currentLocation=T,this.pushSource(""),this.stackSlot||this.inlineStack.length||this.compileStack.length)throw new g.default("Compile completed with content left on stack");this.decorators.isEmpty()?this.decorators=void 0:(this.useDecorators=!0,this.decorators.prepend(["var decorators = container.decorators, ",this.lookupPropertyFunctionVarDeclaration(),`;
`]),this.decorators.push("return fn;"),E?this.decorators=Function.apply(this,["fn","props","container","depth0","data","blockParams","depths",this.decorators.merge()]):(this.decorators.prepend(`function(fn, props, container, depth0, data, blockParams, depths) {
`),this.decorators.push(`}
`),this.decorators=this.decorators.merge()));var D=this.createFunctionContext(E);if(this.isChild)return D;var I={compiler:this.compilerInfo(),main:D};this.decorators&&(I.main_d=this.decorators,I.useDecorators=!0);var R=this.context,C=R.programs,L=R.decorators;for(_=0,w=C.length;_<w;_++)C[_]&&(I[_]=C[_],L[_]&&(I[_+"_d"]=L[_],I.useDecorators=!0));return this.environment.usePartial&&(I.usePartial=!0),this.options.data&&(I.useData=!0),this.useDepths&&(I.useDepths=!0),this.useBlockParams&&(I.useBlockParams=!0),this.options.compat&&(I.compat=!0),E?I.compilerOptions=this.options:(I.compiler=JSON.stringify(I.compiler),this.source.currentLocation={start:{line:1,column:0}},I=this.objectLiteral(I),S.srcName?(I=I.toStringWithSourceMap({file:S.destName}),I.map=I.map&&I.map.toString()):I=I.toString()),I},preamble:function(){this.lastContext=0,this.source=new f.default(this.options.srcName),this.decorators=new f.default(this.options.srcName)},createFunctionContext:function(h){var S=this,v="",E=this.stackVars.concat(this.registers.list);E.length>0&&(v+=", "+E.join(", "));var b=0;c(this.aliases).forEach(function(_){var w=S.aliases[_];w.children&&w.referenceCount>1&&(v+=", alias"+ ++b+"="+_,w.children[0]="alias"+b)}),this.lookupPropertyFunctionIsUsed&&(v+=", "+this.lookupPropertyFunctionVarDeclaration());var P=["container","depth0","helpers","partials","data"];(this.useBlockParams||this.useDepths)&&P.push("blockParams"),this.useDepths&&P.push("depths");var T=this.mergeSource(v);return h?(P.push(T),Function.apply(this,P)):this.source.wrap(["function(",P.join(","),`) {
`,T,"}"])},mergeSource:function(h){var S=this.environment.isSimple,v=!this.forceBuffer,E=void 0,b=void 0,P=void 0,T=void 0;return this.source.each(function(_){_.appendToBuffer?(P?_.prepend(" + "):P=_,T=_):(P&&(b?P.prepend("buffer += "):E=!0,T.add(";"),P=T=void 0),b=!0,S||(v=!1))}),v?P?(P.prepend("return "),T.add(";")):b||this.source.push('return "";'):(h+=", buffer = "+(E?"":this.initializeBuffer()),P?(P.prepend("return buffer + "),T.add(";")):this.source.push("return buffer;")),h&&this.source.prepend("var "+h.substring(2)+(E?"":`;
`)),this.source.merge()},lookupPropertyFunctionVarDeclaration:function(){return`
lookupProperty = container.lookupProperty || function(parent, propertyName) {
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
return parent[propertyName];
}
return undefined
}
`.trim()},blockValue:function(h){var S=this.aliasable("container.hooks.blockHelperMissing"),v=[this.contextName(0)];this.setupHelperArgs(h,0,v);var E=this.popStack();v.splice(1,0,E),this.push(this.source.functionCall(S,"call",v))},ambiguousBlockValue:function(){var h=this.aliasable("container.hooks.blockHelperMissing"),S=[this.contextName(0)];this.setupHelperArgs("",0,S,!0),this.flushInline();var v=this.topStack();S.splice(1,0,v),this.pushSource(["if (!",this.lastHelper,") { ",v," = ",this.source.functionCall(h,"call",S),"}"])},appendContent:function(h){this.pendingContent?h=this.pendingContent+h:this.pendingLocation=this.source.currentLocation,this.pendingContent=h},append:function(){if(this.isInline())this.replaceStack(function(S){return[" != null ? ",S,' : ""']}),this.pushSource(this.appendToBuffer(this.popStack()));else{var h=this.popStack();this.pushSource(["if (",h," != null) { ",this.appendToBuffer(h,void 0,!0)," }"]),this.environment.isSimple&&this.pushSource(["else { ",this.appendToBuffer("''",void 0,!0)," }"])}},appendEscaped:function(){this.pushSource(this.appendToBuffer([this.aliasable("container.escapeExpression"),"(",this.popStack(),")"]))},getContext:function(h){this.lastContext=h},pushContext:function(){this.pushStackLiteral(this.contextName(this.lastContext))},lookupOnContext:function(h,S,v,E){var b=0;E||!this.options.compat||this.lastContext?this.pushContext():this.push(this.depthedLookup(h[b++])),this.resolvePath("context",h,b,S,v)},lookupBlockParam:function(h,S){this.useBlockParams=!0,this.push(["blockParams[",h[0],"][",h[1],"]"]),this.resolvePath("context",S,1)},lookupData:function(h,S,v){h?this.pushStackLiteral("container.data(data, "+h+")"):this.pushStackLiteral("data"),this.resolvePath("data",S,0,!0,v)},resolvePath:function(h,S,v,E,b){var P=this;if(this.options.strict||this.options.assumeObjects)return void this.push(l(this.options.strict&&b,this,S,h));for(var T=S.length;v<T;v++)this.replaceStack(function(_){var w=P.nameLookup(_,S[v],h);return E?[" && ",w]:[" != null ? ",w," : ",_]})},resolvePossibleLambda:function(){this.push([this.aliasable("container.lambda"),"(",this.popStack(),", ",this.contextName(0),")"])},pushStringParam:function(h,S){this.pushContext(),this.pushString(S),S!=="SubExpression"&&(typeof h=="string"?this.pushString(h):this.pushStackLiteral(h))},emptyHash:function(h){this.trackIds&&this.push("{}"),this.stringParams&&(this.push("{}"),this.push("{}")),this.pushStackLiteral(h?"undefined":"{}")},pushHash:function(){this.hash&&this.hashes.push(this.hash),this.hash={values:{},types:[],contexts:[],ids:[]}},popHash:function(){var h=this.hash;this.hash=this.hashes.pop(),this.trackIds&&this.push(this.objectLiteral(h.ids)),this.stringParams&&(this.push(this.objectLiteral(h.contexts)),this.push(this.objectLiteral(h.types))),this.push(this.objectLiteral(h.values))},pushString:function(h){this.pushStackLiteral(this.quotedString(h))},pushLiteral:function(h){this.pushStackLiteral(h)},pushProgram:function(h){h!=null?this.pushStackLiteral(this.programExpression(h)):this.pushStackLiteral(null)},registerDecorator:function(h,S){var v=this.nameLookup("decorators",S,"decorator"),E=this.setupHelperArgs(S,h);this.decorators.push(["fn = ",this.decorators.functionCall(v,"",["fn","props","container",E])," || fn;"])},invokeHelper:function(h,S,v){var E=this.popStack(),b=this.setupHelper(h,S),P=[];v&&P.push(b.name),P.push(E),this.options.strict||P.push(this.aliasable("container.hooks.helperMissing"));var T=["(",this.itemsSeparatedBy(P,"||"),")"],_=this.source.functionCall(T,"call",b.callParams);this.push(_)},itemsSeparatedBy:function(h,S){var v=[];v.push(h[0]);for(var E=1;E<h.length;E++)v.push(S,h[E]);return v},invokeKnownHelper:function(h,S){var v=this.setupHelper(h,S);this.push(this.source.functionCall(v.name,"call",v.callParams))},invokeAmbiguous:function(h,S){this.useRegister("helper");var v=this.popStack();this.emptyHash();var E=this.setupHelper(0,h,S),b=this.lastHelper=this.nameLookup("helpers",h,"helper"),P=["(","(helper = ",b," || ",v,")"];this.options.strict||(P[0]="(helper = ",P.push(" != null ? helper : ",this.aliasable("container.hooks.helperMissing"))),this.push(["(",P,E.paramsInit?["),(",E.paramsInit]:[],"),","(typeof helper === ",this.aliasable('"function"')," ? ",this.source.functionCall("helper","call",E.callParams)," : helper))"])},invokePartial:function(h,S,v){var E=[],b=this.setupParams(S,1,E);h&&(S=this.popStack(),delete b.name),v&&(b.indent=JSON.stringify(v)),b.helpers="helpers",b.partials="partials",b.decorators="container.decorators",h?E.unshift(S):E.unshift(this.nameLookup("partials",S,"partial")),this.options.compat&&(b.depths="depths"),b=this.objectLiteral(b),E.push(b),this.push(this.source.functionCall("container.invokePartial","",E))},assignToHash:function(h){var S=this.popStack(),v=void 0,E=void 0,b=void 0;this.trackIds&&(b=this.popStack()),this.stringParams&&(E=this.popStack(),v=this.popStack());var P=this.hash;v&&(P.contexts[h]=v),E&&(P.types[h]=E),b&&(P.ids[h]=b),P.values[h]=S},pushId:function(h,S,v){h==="BlockParam"?this.pushStackLiteral("blockParams["+S[0]+"].path["+S[1]+"]"+(v?" + "+JSON.stringify("."+v):"")):h==="PathExpression"?this.pushString(S):h==="SubExpression"?this.pushStackLiteral("true"):this.pushStackLiteral("null")},compiler:n,compileChildren:function(h,S){for(var v=h.children,E=void 0,b=void 0,P=0,T=v.length;P<T;P++){E=v[P],b=new this.compiler;var _=this.matchExistingProgram(E);if(_==null){this.context.programs.push("");var w=this.context.programs.length;E.index=w,E.name="program"+w,this.context.programs[w]=b.compile(E,S,this.context,!this.precompile),this.context.decorators[w]=b.decorators,this.context.environments[w]=E,this.useDepths=this.useDepths||b.useDepths,this.useBlockParams=this.useBlockParams||b.useBlockParams,E.useDepths=this.useDepths,E.useBlockParams=this.useBlockParams}else E.index=_.index,E.name="program"+_.index,this.useDepths=this.useDepths||_.useDepths,this.useBlockParams=this.useBlockParams||_.useBlockParams}},matchExistingProgram:function(h){for(var S=0,v=this.context.environments.length;S<v;S++){var E=this.context.environments[S];if(E&&E.equals(h))return E}},programExpression:function(h){var S=this.environment.children[h],v=[S.index,"data",S.blockParams];return(this.useBlockParams||this.useDepths)&&v.push("blockParams"),this.useDepths&&v.push("depths"),"container.program("+v.join(", ")+")"},useRegister:function(h){this.registers[h]||(this.registers[h]=!0,this.registers.list.push(h))},push:function(h){return h instanceof r||(h=this.source.wrap(h)),this.inlineStack.push(h),h},pushStackLiteral:function(h){this.push(new r(h))},pushSource:function(h){this.pendingContent&&(this.source.push(this.appendToBuffer(this.source.quotedString(this.pendingContent),this.pendingLocation)),this.pendingContent=void 0),h&&this.source.push(h)},replaceStack:function(h){var S=["("],v=void 0,E=void 0,b=void 0;if(!this.isInline())throw new g.default("replaceStack on non-inline");var P=this.popStack(!0);if(P instanceof r)v=[P.value],S=["(",v],b=!0;else{E=!0;var T=this.incrStack();S=["((",this.push(T)," = ",P,")"],v=this.topStack()}var _=h.call(this,v);b||this.popStack(),E&&this.stackSlot--,this.push(S.concat(_,")"))},incrStack:function(){return this.stackSlot++,this.stackSlot>this.stackVars.length&&this.stackVars.push("stack"+this.stackSlot),this.topStackName()},topStackName:function(){return"stack"+this.stackSlot},flushInline:function(){var h=this.inlineStack;this.inlineStack=[];for(var S=0,v=h.length;S<v;S++){var E=h[S];if(E instanceof r)this.compileStack.push(E);else{var b=this.incrStack();this.pushSource([b," = ",E,";"]),this.compileStack.push(b)}}},isInline:function(){return this.inlineStack.length},popStack:function(h){var S=this.isInline(),v=(S?this.inlineStack:this.compileStack).pop();if(!h&&v instanceof r)return v.value;if(!S){if(!this.stackSlot)throw new g.default("Invalid stack pop");this.stackSlot--}return v},topStack:function(){var h=this.isInline()?this.inlineStack:this.compileStack,S=h[h.length-1];return S instanceof r?S.value:S},contextName:function(h){return this.useDepths&&h?"depths["+h+"]":"depth"+h},quotedString:function(h){return this.source.quotedString(h)},objectLiteral:function(h){return this.source.objectLiteral(h)},aliasable:function(h){var S=this.aliases[h];return S?(S.referenceCount++,S):(S=this.aliases[h]=this.source.wrap(h),S.aliasable=!0,S.referenceCount=1,S)},setupHelper:function(h,S,v){var E=[],b=this.setupHelperArgs(S,h,E,v),P=this.nameLookup("helpers",S,"helper"),T=this.aliasable(this.contextName(0)+" != null ? "+this.contextName(0)+" : (container.nullContext || {})");return{params:E,paramsInit:b,name:P,callParams:[T].concat(E)}},setupParams:function(h,S,v){var E={},b=[],P=[],T=[],_=!v,w=void 0;_&&(v=[]),E.name=this.quotedString(h),E.hash=this.popStack(),this.trackIds&&(E.hashIds=this.popStack()),this.stringParams&&(E.hashTypes=this.popStack(),E.hashContexts=this.popStack());var D=this.popStack(),I=this.popStack();(I||D)&&(E.fn=I||"container.noop",E.inverse=D||"container.noop");for(var R=S;R--;)w=this.popStack(),v[R]=w,this.trackIds&&(T[R]=this.popStack()),this.stringParams&&(P[R]=this.popStack(),b[R]=this.popStack());return _&&(E.args=this.source.generateArray(v)),this.trackIds&&(E.ids=this.source.generateArray(T)),this.stringParams&&(E.types=this.source.generateArray(P),E.contexts=this.source.generateArray(b)),this.options.data&&(E.data="data"),this.useBlockParams&&(E.blockParams="blockParams"),E},setupHelperArgs:function(h,S,v,E){var b=this.setupParams(h,S,v);return b.loc=JSON.stringify(this.source.currentLocation),b=this.objectLiteral(b),E?(this.useRegister("options"),v.push("options"),["options=",b]):v?(v.push(b),""):b}},function(){for(var h="break else new var case finally return void catch for switch while continue function this with default if throw delete in try do instanceof typeof abstract enum int short boolean export interface static byte extends long super char final native synchronized class float package throws const goto private transient debugger implements protected volatile double import public let yield await null true false".split(" "),S=n.RESERVED_WORDS={},v=0,E=h.length;v<E;v++)S[h[v]]=!0}(),n.isValidJavaScriptVariableName=function(h){return!n.RESERVED_WORDS[h]&&/^[a-zA-Z_$][0-9a-zA-Z_$]*$/.test(h)},o.default=n,y.exports=o.default},function(y,o,d){"use strict";function r(s,p,g){if(c.isArray(s)){for(var i=[],m=0,f=s.length;m<f;m++)i.push(p.wrap(s[m],g));return i}return typeof s=="boolean"||typeof s=="number"?s+"":s}function n(s){this.srcFile=s,this.source=[]}var l=d(13).default;o.__esModule=!0;var c=d(5),u=void 0;try{}catch(s){}u||(u=function(s,p,g,i){this.src="",i&&this.add(i)},u.prototype={add:function(s){c.isArray(s)&&(s=s.join("")),this.src+=s},prepend:function(s){c.isArray(s)&&(s=s.join("")),this.src=s+this.src},toStringWithSourceMap:function(){return{code:this.toString()}},toString:function(){return this.src}}),n.prototype={isEmpty:function(){return!this.source.length},prepend:function(s,p){this.source.unshift(this.wrap(s,p))},push:function(s,p){this.source.push(this.wrap(s,p))},merge:function(){var s=this.empty();return this.each(function(p){s.add([" ",p,`
`])}),s},each:function(s){for(var p=0,g=this.source.length;p<g;p++)s(this.source[p])},empty:function(){var s=this.currentLocation||{start:{}};return new u(s.start.line,s.start.column,this.srcFile)},wrap:function(s){var p=arguments.length<=1||arguments[1]===void 0?this.currentLocation||{start:{}}:arguments[1];return s instanceof u?s:(s=r(s,this,p),new u(p.start.line,p.start.column,this.srcFile,s))},functionCall:function(s,p,g){return g=this.generateList(g),this.wrap([s,p?"."+p+"(":"(",g,")"])},quotedString:function(s){return'"'+(s+"").replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")+'"'},objectLiteral:function(s){var p=this,g=[];l(s).forEach(function(m){var f=r(s[m],p);f!=="undefined"&&g.push([p.quotedString(m),":",f])});var i=this.generateList(g);return i.prepend("{"),i.add("}"),i},generateList:function(s){for(var p=this.empty(),g=0,i=s.length;g<i;g++)g&&p.add(","),p.add(r(s[g],this));return p},generateArray:function(s){var p=this.generateList(s);return p.prepend("["),p.add("]"),p}},o.default=n,y.exports=o.default}])})},9475:(x,y,o)=>{var d;/*!
* Sizzle CSS Selector Engine v2.3.6
* https://sizzlejs.com/
*
* Copyright JS Foundation and other contributors
* Released under the MIT license
* https://js.foundation/
*
* Date: 2021-02-16
*/(function(r){var n,l,c,u,s,p,g,i,m,f,h,S,v,E,b,P,T,_,w,D="sizzle"+1*new Date,I=r.document,R=0,C=0,L=tn(),$=tn(),M=tn(),B=tn(),W=function(F,H){return F===H&&(h=!0),0},G={}.hasOwnProperty,U=[],Y=U.pop,z=U.push,te=U.push,ae=U.slice,de=function(F,H){for(var V=0,re=F.length;V<re;V++)if(F[V]===H)return V;return-1},Q="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",ye="[\\x20\\t\\r\\n\\f]",Pe="(?:\\\\[\\da-fA-F]{1,6}"+ye+"?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+",ze="\\["+ye+"*("+Pe+")(?:"+ye+"*([*^$|!~]?=)"+ye+`*(?:'((?:\\\\.|[^\\\\'])*)'|"((?:\\\\.|[^\\\\"])*)"|(`+Pe+"))|)"+ye+"*\\]",mt=":("+Pe+`)(?:\\((('((?:\\\\.|[^\\\\'])*)'|"((?:\\\\.|[^\\\\"])*)")|((?:\\\\.|[^\\\\()[\\]]|`+ze+")*)|.*)\\)|)",It=new RegExp(ye+"+","g"),Nt=new RegExp("^"+ye+"+|((?:^|[^\\\\])(?:\\\\.)*)"+ye+"+$","g"),Rt=new RegExp("^"+ye+"*,"+ye+"*"),Gt=new RegExp("^"+ye+"*([>+~]|"+ye+")"+ye+"*"),Ke=new RegExp(ye+"|>"),kt=new RegExp(mt),Je=new RegExp("^"+Pe+"$"),et={ID:new RegExp("^#("+Pe+")"),CLASS:new RegExp("^\\.("+Pe+")"),TAG:new RegExp("^("+Pe+"|[*])"),ATTR:new RegExp("^"+ze),PSEUDO:new RegExp("^"+mt),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+ye+"*(even|odd|(([+-]|)(\\d*)n|)"+ye+"*(?:([+-]|)"+ye+"*(\\d+)|))"+ye+"*\\)|)","i"),bool:new RegExp("^(?:"+Q+")$","i"),needsContext:new RegExp("^"+ye+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+ye+"*((?:-\\d)?\\d*)"+ye+"*\\)|)(?=[^-]|$)","i")},zt=/HTML$/i,kn=/^(?:input|select|textarea|button)$/i,Pt=/^h\d$/i,Yt=/^[^{]+\{\s*\[native \w/,vn=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,Ft=/[+~]/,ut=new RegExp("\\\\[\\da-fA-F]{1,6}"+ye+"?|\\\\([^\\r\\n\\f])","g"),ht=function(F,H){var V="0x"+F.slice(1)-65536;return H||(V<0?String.fromCharCode(V+65536):String.fromCharCode(V>>10|55296,V&1023|56320))},Tn=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,nr=function(F,H){return H?F==="\0"?"\uFFFD":F.slice(0,-1)+"\\"+F.charCodeAt(F.length-1).toString(16)+" ":"\\"+F},en=function(){S()},vr=Ce(function(F){return F.disabled===!0&&F.nodeName.toLowerCase()==="fieldset"},{dir:"parentNode",next:"legend"});try{te.apply(U=ae.call(I.childNodes),I.childNodes),U[I.childNodes.length].nodeType}catch(F){te={apply:U.length?function(H,V){z.apply(H,ae.call(V))}:function(H,V){for(var re=H.length,Z=0;H[re++]=V[Z++];);H.length=re-1}}}function tt(F,H,V,re){var Z,ie,oe,Se,_e,Le,Oe,Me=H&&H.ownerDocument,Ze=H?H.nodeType:9;if(V=V||[],typeof F!="string"||!F||Ze!==1&&Ze!==9&&Ze!==11)return V;if(!re&&(S(H),H=H||v,b)){if(Ze!==11&&(_e=vn.exec(F)))if(Z=_e[1]){if(Ze===9)if(oe=H.getElementById(Z)){if(oe.id===Z)return V.push(oe),V}else return V;else if(Me&&(oe=Me.getElementById(Z))&&w(H,oe)&&oe.id===Z)return V.push(oe),V}else{if(_e[2])return te.apply(V,H.getElementsByTagName(F)),V;if((Z=_e[3])&&l.getElementsByClassName&&H.getElementsByClassName)return te.apply(V,H.getElementsByClassName(Z)),V}if(l.qsa&&!B[F+" "]&&(!P||!P.test(F))&&(Ze!==1||H.nodeName.toLowerCase()!=="object")){if(Oe=F,Me=H,Ze===1&&(Ke.test(F)||Gt.test(F))){for(Me=Ft.test(F)&&Ee(H.parentNode)||H,(Me!==H||!l.scope)&&((Se=H.getAttribute("id"))?Se=Se.replace(Tn,nr):H.setAttribute("id",Se=D)),Le=p(F),ie=Le.length;ie--;)Le[ie]=(Se?"#"+Se:":scope")+" "+Be(Le[ie]);Oe=Le.join(",")}try{return te.apply(V,Me.querySelectorAll(Oe)),V}catch(at){B(F,!0)}finally{Se===D&&H.removeAttribute("id")}}}return i(F.replace(Nt,"$1"),H,V,re)}function tn(){var F=[];function H(V,re){return F.push(V+" ")>c.cacheLength&&delete H[F.shift()],H[V+" "]=re}return H}function Mt(F){return F[D]=!0,F}function he(F){var H=v.createElement("fieldset");try{return!!F(H)}catch(V){return!1}finally{H.parentNode&&H.parentNode.removeChild(H),H=null}}function q(F,H){for(var V=F.split("|"),re=V.length;re--;)c.attrHandle[V[re]]=H}function fe(F,H){var V=H&&F,re=V&&F.nodeType===1&&H.nodeType===1&&F.sourceIndex-H.sourceIndex;if(re)return re;if(V){for(;V=V.nextSibling;)if(V===H)return-1}return F?1:-1}function be(F){return function(H){var V=H.nodeName.toLowerCase();return V==="input"&&H.type===F}}function ne(F){return function(H){var V=H.nodeName.toLowerCase();return(V==="input"||V==="button")&&H.type===F}}function me(F){return function(H){return"form"in H?H.parentNode&&H.disabled===!1?"label"in H?"label"in H.parentNode?H.parentNode.disabled===F:H.disabled===F:H.isDisabled===F||H.isDisabled!==!F&&vr(H)===F:H.disabled===F:"label"in H?H.disabled===F:!1}}function ce(F){return Mt(function(H){return H=+H,Mt(function(V,re){for(var Z,ie=F([],V.length,H),oe=ie.length;oe--;)V[Z=ie[oe]]&&(V[Z]=!(re[Z]=V[Z]))})})}function Ee(F){return F&&typeof F.getElementsByTagName!="undefined"&&F}l=tt.support={},s=tt.isXML=function(F){var H=F&&F.namespaceURI,V=F&&(F.ownerDocument||F).documentElement;return!zt.test(H||V&&V.nodeName||"HTML")},S=tt.setDocument=function(F){var H,V,re=F?F.ownerDocument||F:I;return re==v||re.nodeType!==9||!re.documentElement||(v=re,E=v.documentElement,b=!s(v),I!=v&&(V=v.defaultView)&&V.top!==V&&(V.addEventListener?V.addEventListener("unload",en,!1):V.attachEvent&&V.attachEvent("onunload",en)),l.scope=he(function(Z){return E.appendChild(Z).appendChild(v.createElement("div")),typeof Z.querySelectorAll!="undefined"&&!Z.querySelectorAll(":scope fieldset div").length}),l.attributes=he(function(Z){return Z.className="i",!Z.getAttribute("className")}),l.getElementsByTagName=he(function(Z){return Z.appendChild(v.createComment("")),!Z.getElementsByTagName("*").length}),l.getElementsByClassName=Yt.test(v.getElementsByClassName),l.getById=he(function(Z){return E.appendChild(Z).id=D,!v.getElementsByName||!v.getElementsByName(D).length}),l.getById?(c.filter.ID=function(Z){var ie=Z.replace(ut,ht);return function(oe){return oe.getAttribute("id")===ie}},c.find.ID=function(Z,ie){if(typeof ie.getElementById!="undefined"&&b){var oe=ie.getElementById(Z);return oe?[oe]:[]}}):(c.filter.ID=function(Z){var ie=Z.replace(ut,ht);return function(oe){var Se=typeof oe.getAttributeNode!="undefined"&&oe.getAttributeNode("id");return Se&&Se.value===ie}},c.find.ID=function(Z,ie){if(typeof ie.getElementById!="undefined"&&b){var oe,Se,_e,Le=ie.getElementById(Z);if(Le){if(oe=Le.getAttributeNode("id"),oe&&oe.value===Z)return[Le];for(_e=ie.getElementsByName(Z),Se=0;Le=_e[Se++];)if(oe=Le.getAttributeNode("id"),oe&&oe.value===Z)return[Le]}return[]}}),c.find.TAG=l.getElementsByTagName?function(Z,ie){if(typeof ie.getElementsByTagName!="undefined")return ie.getElementsByTagName(Z);if(l.qsa)return ie.querySelectorAll(Z)}:function(Z,ie){var oe,Se=[],_e=0,Le=ie.getElementsByTagName(Z);if(Z==="*"){for(;oe=Le[_e++];)oe.nodeType===1&&Se.push(oe);return Se}return Le},c.find.CLASS=l.getElementsByClassName&&function(Z,ie){if(typeof ie.getElementsByClassName!="undefined"&&b)return ie.getElementsByClassName(Z)},T=[],P=[],(l.qsa=Yt.test(v.querySelectorAll))&&(he(function(Z){var ie;E.appendChild(Z).innerHTML="<a id='"+D+"'></a><select id='"+D+"-\r\\' msallowcapture=''><option selected=''></option></select>",Z.querySelectorAll("[msallowcapture^='']").length&&P.push("[*^$]="+ye+`*(?:''|"")`),Z.querySelectorAll("[selected]").length||P.push("\\["+ye+"*(?:value|"+Q+")"),Z.querySelectorAll("[id~="+D+"-]").length||P.push("~="),ie=v.createElement("input"),ie.setAttribute("name",""),Z.appendChild(ie),Z.querySelectorAll("[name='']").length||P.push("\\["+ye+"*name"+ye+"*="+ye+`*(?:''|"")`),Z.querySelectorAll(":checked").length||P.push(":checked"),Z.querySelectorAll("a#"+D+"+*").length||P.push(".#.+[+~]"),Z.querySelectorAll("\\\f"),P.push("[\\r\\n\\f]")}),he(function(Z){Z.innerHTML="<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>";var ie=v.createElement("input");ie.setAttribute("type","hidden"),Z.appendChild(ie).setAttribute("name","D"),Z.querySelectorAll("[name=d]").length&&P.push("name"+ye+"*[*^$|!~]?="),Z.querySelectorAll(":enabled").length!==2&&P.push(":enabled",":disabled"),E.appendChild(Z).disabled=!0,Z.querySelectorAll(":disabled").length!==2&&P.push(":enabled",":disabled"),Z.querySelectorAll("*,:x"),P.push(",.*:")})),(l.matchesSelector=Yt.test(_=E.matches||E.webkitMatchesSelector||E.mozMatchesSelector||E.oMatchesSelector||E.msMatchesSelector))&&he(function(Z){l.disconnectedMatch=_.call(Z,"*"),_.call(Z,"[s!='']:x"),T.push("!=",mt)}),P=P.length&&new RegExp(P.join("|")),T=T.length&&new RegExp(T.join("|")),H=Yt.test(E.compareDocumentPosition),w=H||Yt.test(E.contains)?function(Z,ie){var oe=Z.nodeType===9?Z.documentElement:Z,Se=ie&&ie.parentNode;return Z===Se||!!(Se&&Se.nodeType===1&&(oe.contains?oe.contains(Se):Z.compareDocumentPosition&&Z.compareDocumentPosition(Se)&16))}:function(Z,ie){if(ie){for(;ie=ie.parentNode;)if(ie===Z)return!0}return!1},W=H?function(Z,ie){if(Z===ie)return h=!0,0;var oe=!Z.compareDocumentPosition-!ie.compareDocumentPosition;return oe||(oe=(Z.ownerDocument||Z)==(ie.ownerDocument||ie)?Z.compareDocumentPosition(ie):1,oe&1||!l.sortDetached&&ie.compareDocumentPosition(Z)===oe?Z==v||Z.ownerDocument==I&&w(I,Z)?-1:ie==v||ie.ownerDocument==I&&w(I,ie)?1:f?de(f,Z)-de(f,ie):0:oe&4?-1:1)}:function(Z,ie){if(Z===ie)return h=!0,0;var oe,Se=0,_e=Z.parentNode,Le=ie.parentNode,Oe=[Z],Me=[ie];if(!_e||!Le)return Z==v?-1:ie==v?1:_e?-1:Le?1:f?de(f,Z)-de(f,ie):0;if(_e===Le)return fe(Z,ie);for(oe=Z;oe=oe.parentNode;)Oe.unshift(oe);for(oe=ie;oe=oe.parentNode;)Me.unshift(oe);for(;Oe[Se]===Me[Se];)Se++;return Se?fe(Oe[Se],Me[Se]):Oe[Se]==I?-1:Me[Se]==I?1:0}),v},tt.matches=function(F,H){return tt(F,null,null,H)},tt.matchesSelector=function(F,H){if(S(F),l.matchesSelector&&b&&!B[H+" "]&&(!T||!T.test(H))&&(!P||!P.test(H)))try{var V=_.call(F,H);if(V||l.disconnectedMatch||F.document&&F.document.nodeType!==11)return V}catch(re){B(H,!0)}return tt(H,v,null,[F]).length>0},tt.contains=function(F,H){return(F.ownerDocument||F)!=v&&S(F),w(F,H)},tt.attr=function(F,H){(F.ownerDocument||F)!=v&&S(F);var V=c.attrHandle[H.toLowerCase()],re=V&&G.call(c.attrHandle,H.toLowerCase())?V(F,H,!b):void 0;return re!==void 0?re:l.attributes||!b?F.getAttribute(H):(re=F.getAttributeNode(H))&&re.specified?re.value:null},tt.escape=function(F){return(F+"").replace(Tn,nr)},tt.error=function(F){throw new Error("Syntax error, unrecognized expression: "+F)},tt.uniqueSort=function(F){var H,V=[],re=0,Z=0;if(h=!l.detectDuplicates,f=!l.sortStable&&F.slice(0),F.sort(W),h){for(;H=F[Z++];)H===F[Z]&&(re=V.push(Z));for(;re--;)F.splice(V[re],1)}return f=null,F},u=tt.getText=function(F){var H,V="",re=0,Z=F.nodeType;if(Z){if(Z===1||Z===9||Z===11){if(typeof F.textContent=="string")return F.textContent;for(F=F.firstChild;F;F=F.nextSibling)V+=u(F)}else if(Z===3||Z===4)return F.nodeValue}else for(;H=F[re++];)V+=u(H);return V},c=tt.selectors={cacheLength:50,createPseudo:Mt,match:et,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(F){return F[1]=F[1].replace(ut,ht),F[3]=(F[3]||F[4]||F[5]||"").replace(ut,ht),F[2]==="~="&&(F[3]=" "+F[3]+" "),F.slice(0,4)},CHILD:function(F){return F[1]=F[1].toLowerCase(),F[1].slice(0,3)==="nth"?(F[3]||tt.error(F[0]),F[4]=+(F[4]?F[5]+(F[6]||1):2*(F[3]==="even"||F[3]==="odd")),F[5]=+(F[7]+F[8]||F[3]==="odd")):F[3]&&tt.error(F[0]),F},PSEUDO:function(F){var H,V=!F[6]&&F[2];return et.CHILD.test(F[0])?null:(F[3]?F[2]=F[4]||F[5]||"":V&&kt.test(V)&&(H=p(V,!0))&&(H=V.indexOf(")",V.length-H)-V.length)&&(F[0]=F[0].slice(0,H),F[2]=V.slice(0,H)),F.slice(0,3))}},filter:{TAG:function(F){var H=F.replace(ut,ht).toLowerCase();return F==="*"?function(){return!0}:function(V){return V.nodeName&&V.nodeName.toLowerCase()===H}},CLASS:function(F){var H=L[F+" "];return H||(H=new RegExp("(^|"+ye+")"+F+"("+ye+"|$)"))&&L(F,function(V){return H.test(typeof V.className=="string"&&V.className||typeof V.getAttribute!="undefined"&&V.getAttribute("class")||"")})},ATTR:function(F,H,V){return function(re){var Z=tt.attr(re,F);return Z==null?H==="!=":H?(Z+="",H==="="?Z===V:H==="!="?Z!==V:H==="^="?V&&Z.indexOf(V)===0:H==="*="?V&&Z.indexOf(V)>-1:H==="$="?V&&Z.slice(-V.length)===V:H==="~="?(" "+Z.replace(It," ")+" ").indexOf(V)>-1:H==="|="?Z===V||Z.slice(0,V.length+1)===V+"-":!1):!0}},CHILD:function(F,H,V,re,Z){var ie=F.slice(0,3)!=="nth",oe=F.slice(-4)!=="last",Se=H==="of-type";return re===1&&Z===0?function(_e){return!!_e.parentNode}:function(_e,Le,Oe){var Me,Ze,at,Fe,_t,Tt,ve=ie!==oe?"nextSibling":"previousSibling",le=_e.parentNode,Ae=Se&&_e.nodeName.toLowerCase(),we=!Oe&&!Se,Ie=!1;if(le){if(ie){for(;ve;){for(Fe=_e;Fe=Fe[ve];)if(Se?Fe.nodeName.toLowerCase()===Ae:Fe.nodeType===1)return!1;Tt=ve=F==="only"&&!Tt&&"nextSibling"}return!0}if(Tt=[oe?le.firstChild:le.lastChild],oe&&we){for(Fe=le,at=Fe[D]||(Fe[D]={}),Ze=at[Fe.uniqueID]||(at[Fe.uniqueID]={}),Me=Ze[F]||[],_t=Me[0]===R&&Me[1],Ie=_t&&Me[2],Fe=_t&&le.childNodes[_t];Fe=++_t&&Fe&&Fe[ve]||(Ie=_t=0)||Tt.pop();)if(Fe.nodeType===1&&++Ie&&Fe===_e){Ze[F]=[R,_t,Ie];break}}else if(we&&(Fe=_e,at=Fe[D]||(Fe[D]={}),Ze=at[Fe.uniqueID]||(at[Fe.uniqueID]={}),Me=Ze[F]||[],_t=Me[0]===R&&Me[1],Ie=_t),Ie===!1)for(;(Fe=++_t&&Fe&&Fe[ve]||(Ie=_t=0)||Tt.pop())&&!((Se?Fe.nodeName.toLowerCase()===Ae:Fe.nodeType===1)&&++Ie&&(we&&(at=Fe[D]||(Fe[D]={}),Ze=at[Fe.uniqueID]||(at[Fe.uniqueID]={}),Ze[F]=[R,Ie]),Fe===_e)););return Ie-=Z,Ie===re||Ie%re===0&&Ie/re>=0}}},PSEUDO:function(F,H){var V,re=c.pseudos[F]||c.setFilters[F.toLowerCase()]||tt.error("unsupported pseudo: "+F);return re[D]?re(H):re.length>1?(V=[F,F,"",H],c.setFilters.hasOwnProperty(F.toLowerCase())?Mt(function(Z,ie){for(var oe,Se=re(Z,H),_e=Se.length;_e--;)oe=de(Z,Se[_e]),Z[oe]=!(ie[oe]=Se[_e])}):function(Z){return re(Z,0,V)}):re}},pseudos:{not:Mt(function(F){var H=[],V=[],re=g(F.replace(Nt,"$1"));return re[D]?Mt(function(Z,ie,oe,Se){for(var _e,Le=re(Z,null,Se,[]),Oe=Z.length;Oe--;)(_e=Le[Oe])&&(Z[Oe]=!(ie[Oe]=_e))}):function(Z,ie,oe){return H[0]=Z,re(H,null,oe,V),H[0]=null,!V.pop()}}),has:Mt(function(F){return function(H){return tt(F,H).length>0}}),contains:Mt(function(F){return F=F.replace(ut,ht),function(H){return(H.textContent||u(H)).indexOf(F)>-1}}),lang:Mt(function(F){return Je.test(F||"")||tt.error("unsupported lang: "+F),F=F.replace(ut,ht).toLowerCase(),function(H){var V;do if(V=b?H.lang:H.getAttribute("xml:lang")||H.getAttribute("lang"))return V=V.toLowerCase(),V===F||V.indexOf(F+"-")===0;while((H=H.parentNode)&&H.nodeType===1);return!1}}),target:function(F){var H=r.location&&r.location.hash;return H&&H.slice(1)===F.id},root:function(F){return F===E},focus:function(F){return F===v.activeElement&&(!v.hasFocus||v.hasFocus())&&!!(F.type||F.href||~F.tabIndex)},enabled:me(!1),disabled:me(!0),checked:function(F){var H=F.nodeName.toLowerCase();return H==="input"&&!!F.checked||H==="option"&&!!F.selected},selected:function(F){return F.parentNode&&F.parentNode.selectedIndex,F.selected===!0},empty:function(F){for(F=F.firstChild;F;F=F.nextSibling)if(F.nodeType<6)return!1;return!0},parent:function(F){return!c.pseudos.empty(F)},header:function(F){return Pt.test(F.nodeName)},input:function(F){return kn.test(F.nodeName)},button:function(F){var H=F.nodeName.toLowerCase();return H==="input"&&F.type==="button"||H==="button"},text:function(F){var H;return F.nodeName.toLowerCase()==="input"&&F.type==="text"&&((H=F.getAttribute("type"))==null||H.toLowerCase()==="text")},first:ce(function(){return[0]}),last:ce(function(F,H){return[H-1]}),eq:ce(function(F,H,V){return[V<0?V+H:V]}),even:ce(function(F,H){for(var V=0;V<H;V+=2)F.push(V);return F}),odd:ce(function(F,H){for(var V=1;V<H;V+=2)F.push(V);return F}),lt:ce(function(F,H,V){for(var re=V<0?V+H:V>H?H:V;--re>=0;)F.push(re);return F}),gt:ce(function(F,H,V){for(var re=V<0?V+H:V;++re<H;)F.push(re);return F})}},c.pseudos.nth=c.pseudos.eq;for(n in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})c.pseudos[n]=be(n);for(n in{submit:!0,reset:!0})c.pseudos[n]=ne(n);function Re(){}Re.prototype=c.filters=c.pseudos,c.setFilters=new Re,p=tt.tokenize=function(F,H){var V,re,Z,ie,oe,Se,_e,Le=$[F+" "];if(Le)return H?0:Le.slice(0);for(oe=F,Se=[],_e=c.preFilter;oe;){(!V||(re=Rt.exec(oe)))&&(re&&(oe=oe.slice(re[0].length)||oe),Se.push(Z=[])),V=!1,(re=Gt.exec(oe))&&(V=re.shift(),Z.push({value:V,type:re[0].replace(Nt," ")}),oe=oe.slice(V.length));for(ie in c.filter)(re=et[ie].exec(oe))&&(!_e[ie]||(re=_e[ie](re)))&&(V=re.shift(),Z.push({value:V,type:ie,matches:re}),oe=oe.slice(V.length));if(!V)break}return H?oe.length:oe?tt.error(F):$(F,Se).slice(0)};function Be(F){for(var H=0,V=F.length,re="";H<V;H++)re+=F[H].value;return re}function Ce(F,H,V){var re=H.dir,Z=H.next,ie=Z||re,oe=V&&ie==="parentNode",Se=C++;return H.first?function(_e,Le,Oe){for(;_e=_e[re];)if(_e.nodeType===1||oe)return F(_e,Le,Oe);return!1}:function(_e,Le,Oe){var Me,Ze,at,Fe=[R,Se];if(Oe){for(;_e=_e[re];)if((_e.nodeType===1||oe)&&F(_e,Le,Oe))return!0}else for(;_e=_e[re];)if(_e.nodeType===1||oe)if(at=_e[D]||(_e[D]={}),Ze=at[_e.uniqueID]||(at[_e.uniqueID]={}),Z&&Z===_e.nodeName.toLowerCase())_e=_e[re]||_e;else{if((Me=Ze[ie])&&Me[0]===R&&Me[1]===Se)return Fe[2]=Me[2];if(Ze[ie]=Fe,Fe[2]=F(_e,Le,Oe))return!0}return!1}}function De(F){return F.length>1?function(H,V,re){for(var Z=F.length;Z--;)if(!F[Z](H,V,re))return!1;return!0}:F[0]}function ke(F,H,V){for(var re=0,Z=H.length;re<Z;re++)tt(F,H[re],V);return V}function Ge(F,H,V,re,Z){for(var ie,oe=[],Se=0,_e=F.length,Le=H!=null;Se<_e;Se++)(ie=F[Se])&&(!V||V(ie,re,Z))&&(oe.push(ie),Le&&H.push(Se));return oe}function it(F,H,V,re,Z,ie){return re&&!re[D]&&(re=it(re)),Z&&!Z[D]&&(Z=it(Z,ie)),Mt(function(oe,Se,_e,Le){var Oe,Me,Ze,at=[],Fe=[],_t=Se.length,Tt=oe||ke(H||"*",_e.nodeType?[_e]:_e,[]),ve=F&&(oe||!H)?Ge(Tt,at,F,_e,Le):Tt,le=V?Z||(oe?F:_t||re)?[]:Se:ve;if(V&&V(ve,le,_e,Le),re)for(Oe=Ge(le,Fe),re(Oe,[],_e,Le),Me=Oe.length;Me--;)(Ze=Oe[Me])&&(le[Fe[Me]]=!(ve[Fe[Me]]=Ze));if(oe){if(Z||F){if(Z){for(Oe=[],Me=le.length;Me--;)(Ze=le[Me])&&Oe.push(ve[Me]=Ze);Z(null,le=[],Oe,Le)}for(Me=le.length;Me--;)(Ze=le[Me])&&(Oe=Z?de(oe,Ze):at[Me])>-1&&(oe[Oe]=!(Se[Oe]=Ze))}}else le=Ge(le===Se?le.splice(_t,le.length):le),Z?Z(null,Se,le,Le):te.apply(Se,le)})}function bt(F){for(var H,V,re,Z=F.length,ie=c.relative[F[0].type],oe=ie||c.relative[" "],Se=ie?1:0,_e=Ce(function(Me){return Me===H},oe,!0),Le=Ce(function(Me){return de(H,Me)>-1},oe,!0),Oe=[function(Me,Ze,at){var Fe=!ie&&(at||Ze!==m)||((H=Ze).nodeType?_e(Me,Ze,at):Le(Me,Ze,at));return H=null,Fe}];Se<Z;Se++)if(V=c.relative[F[Se].type])Oe=[Ce(De(Oe),V)];else{if(V=c.filter[F[Se].type].apply(null,F[Se].matches),V[D]){for(re=++Se;re<Z&&!c.relative[F[re].type];re++);return it(Se>1&&De(Oe),Se>1&&Be(F.slice(0,Se-1).concat({value:F[Se-2].type===" "?"*":""})).replace(Nt,"$1"),V,Se<re&&bt(F.slice(Se,re)),re<Z&&bt(F=F.slice(re)),re<Z&&Be(F))}Oe.push(V)}return De(Oe)}function Ve(F,H){var V=H.length>0,re=F.length>0,Z=function(ie,oe,Se,_e,Le){var Oe,Me,Ze,at=0,Fe="0",_t=ie&&[],Tt=[],ve=m,le=ie||re&&c.find.TAG("*",Le),Ae=R+=ve==null?1:Math.random()||.1,we=le.length;for(Le&&(m=oe==v||oe||Le);Fe!==we&&(Oe=le[Fe])!=null;Fe++){if(re&&Oe){for(Me=0,!oe&&Oe.ownerDocument!=v&&(S(Oe),Se=!b);Ze=F[Me++];)if(Ze(Oe,oe||v,Se)){_e.push(Oe);break}Le&&(R=Ae)}V&&((Oe=!Ze&&Oe)&&at--,ie&&_t.push(Oe))}if(at+=Fe,V&&Fe!==at){for(Me=0;Ze=H[Me++];)Ze(_t,Tt,oe,Se);if(ie){if(at>0)for(;Fe--;)_t[Fe]||Tt[Fe]||(Tt[Fe]=Y.call(_e));Tt=Ge(Tt)}te.apply(_e,Tt),Le&&!ie&&Tt.length>0&&at+H.length>1&&tt.uniqueSort(_e)}return Le&&(R=Ae,m=ve),_t};return V?Mt(Z):Z}g=tt.compile=function(F,H){var V,re=[],Z=[],ie=M[F+" "];if(!ie){for(H||(H=p(F)),V=H.length;V--;)ie=bt(H[V]),ie[D]?re.push(ie):Z.push(ie);ie=M(F,Ve(Z,re)),ie.selector=F}return ie},i=tt.select=function(F,H,V,re){var Z,ie,oe,Se,_e,Le=typeof F=="function"&&F,Oe=!re&&p(F=Le.selector||F);if(V=V||[],Oe.length===1){if(ie=Oe[0]=Oe[0].slice(0),ie.length>2&&(oe=ie[0]).type==="ID"&&H.nodeType===9&&b&&c.relative[ie[1].type]){if(H=(c.find.ID(oe.matches[0].replace(ut,ht),H)||[])[0],H)Le&&(H=H.parentNode);else return V;F=F.slice(ie.shift().value.length)}for(Z=et.needsContext.test(F)?0:ie.length;Z--&&(oe=ie[Z],!c.relative[Se=oe.type]);)if((_e=c.find[Se])&&(re=_e(oe.matches[0].replace(ut,ht),Ft.test(ie[0].type)&&Ee(H.parentNode)||H))){if(ie.splice(Z,1),F=re.length&&Be(ie),!F)return te.apply(V,re),V;break}}return(Le||g(F,Oe))(re,H,!b,V,!H||Ft.test(F)&&Ee(H.parentNode)||H),V},l.sortStable=D.split("").sort(W).join("")===D,l.detectDuplicates=!!h,S(),l.sortDetached=he(function(F){return F.compareDocumentPosition(v.createElement("fieldset"))&1}),he(function(F){return F.innerHTML="<a href='#'></a>",F.firstChild.getAttribute("href")==="#"})||q("type|href|height|width",function(F,H,V){if(!V)return F.getAttribute(H,H.toLowerCase()==="type"?1:2)}),(!l.attributes||!he(function(F){return F.innerHTML="<input/>",F.firstChild.setAttribute("value",""),F.firstChild.getAttribute("value")===""}))&&q("value",function(F,H,V){if(!V&&F.nodeName.toLowerCase()==="input")return F.defaultValue}),he(function(F){return F.getAttribute("disabled")==null})||q(Q,function(F,H,V){var re;if(!V)return F[H]===!0?H.toLowerCase():(re=F.getAttributeNode(H))&&re.specified?re.value:null});var yt=r.Sizzle;tt.noConflict=function(){return r.Sizzle===tt&&(r.Sizzle=yt),tt},d=function(){return tt}.call(y,o,y,x),d!==void 0&&(x.exports=d)})(window)},5547:(x,y,o)=>{var d,r;d=[o(264),o(5422),o(4995),o(3153),o(2954),o(6880),o(4330),o(7116),o(5535),o(1188),o(1210),o(8433)],r=function(n,l,c,u,s,p,g){"use strict";var i=/%20/g,m=/#.*$/,f=/([?&])_=[^&]*/,h=/^(.*?):[ \t]*([^\r\n]*)$/mg,S=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,v=/^(?:GET|HEAD)$/,E=/^\/\//,b={},P={},T="*/".concat("*"),_=l.createElement("a");_.href=s.href;function w(L){return function($,M){typeof $!="string"&&(M=$,$="*");var B,W=0,G=$.toLowerCase().match(u)||[];if(c(M))for(;B=G[W++];)B[0]==="+"?(B=B.slice(1)||"*",(L[B]=L[B]||[]).unshift(M)):(L[B]=L[B]||[]).push(M)}}function D(L,$,M,B){var W={},G=L===P;function U(Y){var z;return W[Y]=!0,n.each(L[Y]||[],function(te,ae){var de=ae($,M,B);if(typeof de=="string"&&!G&&!W[de])return $.dataTypes.unshift(de),U(de),!1;if(G)return!(z=de)}),z}return U($.dataTypes[0])||!W["*"]&&U("*")}function I(L,$){var M,B,W=n.ajaxSettings.flatOptions||{};for(M in $)$[M]!==void 0&&((W[M]?L:B||(B={}))[M]=$[M]);return B&&n.extend(!0,L,B),L}function R(L,$,M){for(var B,W,G,U,Y=L.contents,z=L.dataTypes;z[0]==="*";)z.shift(),B===void 0&&(B=L.mimeType||$.getResponseHeader("Content-Type"));if(B){for(W in Y)if(Y[W]&&Y[W].test(B)){z.unshift(W);break}}if(z[0]in M)G=z[0];else{for(W in M){if(!z[0]||L.converters[W+" "+z[0]]){G=W;break}U||(U=W)}G=G||U}if(G)return G!==z[0]&&z.unshift(G),M[G]}function C(L,$,M,B){var W,G,U,Y,z,te={},ae=L.dataTypes.slice();if(ae[1])for(U in L.converters)te[U.toLowerCase()]=L.converters[U];for(G=ae.shift();G;)if(L.responseFields[G]&&(M[L.responseFields[G]]=$),!z&&B&&L.dataFilter&&($=L.dataFilter($,L.dataType)),z=G,G=ae.shift(),G){if(G==="*")G=z;else if(z!=="*"&&z!==G){if(U=te[z+" "+G]||te["* "+G],!U){for(W in te)if(Y=W.split(" "),Y[1]===G&&(U=te[z+" "+Y[0]]||te["* "+Y[0]],U)){U===!0?U=te[W]:te[W]!==!0&&(G=Y[0],ae.unshift(Y[1]));break}}if(U!==!0)if(U&&L.throws)$=U($);else try{$=U($)}catch(de){return{state:"parsererror",error:U?de:"No conversion from "+z+" to "+G}}}}return{state:"success",data:$}}return n.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:s.href,type:"GET",isLocal:S.test(s.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":T,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":n.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(L,$){return $?I(I(L,n.ajaxSettings),$):I(n.ajaxSettings,L)},ajaxPrefilter:w(b),ajaxTransport:w(P),ajax:function(L,$){typeof L=="object"&&($=L,L=void 0),$=$||{};var M,B,W,G,U,Y,z,te,ae,de,Q=n.ajaxSetup({},$),ye=Q.context||Q,Pe=Q.context&&(ye.nodeType||ye.jquery)?n(ye):n.event,ze=n.Deferred(),mt=n.Callbacks("once memory"),It=Q.statusCode||{},Nt={},Rt={},Gt="canceled",Ke={readyState:0,getResponseHeader:function(Je){var et;if(z){if(!G)for(G={};et=h.exec(W);)G[et[1].toLowerCase()+" "]=(G[et[1].toLowerCase()+" "]||[]).concat(et[2]);et=G[Je.toLowerCase()+" "]}return et==null?null:et.join(", ")},getAllResponseHeaders:function(){return z?W:null},setRequestHeader:function(Je,et){return z==null&&(Je=Rt[Je.toLowerCase()]=Rt[Je.toLowerCase()]||Je,Nt[Je]=et),this},overrideMimeType:function(Je){return z==null&&(Q.mimeType=Je),this},statusCode:function(Je){var et;if(Je)if(z)Ke.always(Je[Ke.status]);else for(et in Je)It[et]=[It[et],Je[et]];return this},abort:function(Je){var et=Je||Gt;return M&&M.abort(et),kt(0,et),this}};if(ze.promise(Ke),Q.url=((L||Q.url||s.href)+"").replace(E,s.protocol+"//"),Q.type=$.method||$.type||Q.method||Q.type,Q.dataTypes=(Q.dataType||"*").toLowerCase().match(u)||[""],Q.crossDomain==null){Y=l.createElement("a");try{Y.href=Q.url,Y.href=Y.href,Q.crossDomain=_.protocol+"//"+_.host!=Y.protocol+"//"+Y.host}catch(Je){Q.crossDomain=!0}}if(Q.data&&Q.processData&&typeof Q.data!="string"&&(Q.data=n.param(Q.data,Q.traditional)),D(b,Q,$,Ke),z)return Ke;te=n.event&&Q.global,te&&n.active++===0&&n.event.trigger("ajaxStart"),Q.type=Q.type.toUpperCase(),Q.hasContent=!v.test(Q.type),B=Q.url.replace(m,""),Q.hasContent?Q.data&&Q.processData&&(Q.contentType||"").indexOf("application/x-www-form-urlencoded")===0&&(Q.data=Q.data.replace(i,"+")):(de=Q.url.slice(B.length),Q.data&&(Q.processData||typeof Q.data=="string")&&(B+=(g.test(B)?"&":"?")+Q.data,delete Q.data),Q.cache===!1&&(B=B.replace(f,"$1"),de=(g.test(B)?"&":"?")+"_="+p.guid+++de),Q.url=B+de),Q.ifModified&&(n.lastModified[B]&&Ke.setRequestHeader("If-Modified-Since",n.lastModified[B]),n.etag[B]&&Ke.setRequestHeader("If-None-Match",n.etag[B])),(Q.data&&Q.hasContent&&Q.contentType!==!1||$.contentType)&&Ke.setRequestHeader("Content-Type",Q.contentType),Ke.setRequestHeader("Accept",Q.dataTypes[0]&&Q.accepts[Q.dataTypes[0]]?Q.accepts[Q.dataTypes[0]]+(Q.dataTypes[0]!=="*"?", "+T+"; q=0.01":""):Q.accepts["*"]);for(ae in Q.headers)Ke.setRequestHeader(ae,Q.headers[ae]);if(Q.beforeSend&&(Q.beforeSend.call(ye,Ke,Q)===!1||z))return Ke.abort();if(Gt="abort",mt.add(Q.complete),Ke.done(Q.success),Ke.fail(Q.error),M=D(P,Q,$,Ke),!M)kt(-1,"No Transport");else{if(Ke.readyState=1,te&&Pe.trigger("ajaxSend",[Ke,Q]),z)return Ke;Q.async&&Q.timeout>0&&(U=window.setTimeout(function(){Ke.abort("timeout")},Q.timeout));try{z=!1,M.send(Nt,kt)}catch(Je){if(z)throw Je;kt(-1,Je)}}function kt(Je,et,zt,kn){var Pt,Yt,vn,Ft,ut,ht=et;z||(z=!0,U&&window.clearTimeout(U),M=void 0,W=kn||"",Ke.readyState=Je>0?4:0,Pt=Je>=200&&Je<300||Je===304,zt&&(Ft=R(Q,Ke,zt)),!Pt&&n.inArray("script",Q.dataTypes)>-1&&n.inArray("json",Q.dataTypes)<0&&(Q.converters["text script"]=function(){}),Ft=C(Q,Ft,Ke,Pt),Pt?(Q.ifModified&&(ut=Ke.getResponseHeader("Last-Modified"),ut&&(n.lastModified[B]=ut),ut=Ke.getResponseHeader("etag"),ut&&(n.etag[B]=ut)),Je===204||Q.type==="HEAD"?ht="nocontent":Je===304?ht="notmodified":(ht=Ft.state,Yt=Ft.data,vn=Ft.error,Pt=!vn)):(vn=ht,(Je||!ht)&&(ht="error",Je<0&&(Je=0))),Ke.status=Je,Ke.statusText=(et||ht)+"",Pt?ze.resolveWith(ye,[Yt,ht,Ke]):ze.rejectWith(ye,[Ke,ht,vn]),Ke.statusCode(It),It=void 0,te&&Pe.trigger(Pt?"ajaxSuccess":"ajaxError",[Ke,Q,Pt?Yt:vn]),mt.fireWith(ye,[Ke,ht]),te&&(Pe.trigger("ajaxComplete",[Ke,Q]),--n.active||n.event.trigger("ajaxStop")))}return Ke},getJSON:function(L,$,M){return n.get(L,$,M,"json")},getScript:function(L,$){return n.get(L,void 0,$,"script")}}),n.each(["get","post"],function(L,$){n[$]=function(M,B,W,G){return c(B)&&(G=G||W,W=B,B=void 0),n.ajax(n.extend({url:M,type:$,dataType:G,data:B,success:W},n.isPlainObject(M)&&M))}}),n.ajaxPrefilter(function(L){var $;for($ in L.headers)$.toLowerCase()==="content-type"&&(L.contentType=L.headers[$]||"")}),n}.apply(y,d),r!==void 0&&(x.exports=r)},3004:(x,y,o)=>{var d,r;d=[o(264),o(4995),o(6880),o(4330),o(5547)],r=function(n,l,c,u){"use strict";var s=[],p=/(=)\?(?=&|$)|\?\?/;n.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var g=s.pop()||n.expando+"_"+c.guid++;return this[g]=!0,g}}),n.ajaxPrefilter("json jsonp",function(g,i,m){var f,h,S,v=g.jsonp!==!1&&(p.test(g.url)?"url":typeof g.data=="string"&&(g.contentType||"").indexOf("application/x-www-form-urlencoded")===0&&p.test(g.data)&&"data");if(v||g.dataTypes[0]==="jsonp")return f=g.jsonpCallback=l(g.jsonpCallback)?g.jsonpCallback():g.jsonpCallback,v?g[v]=g[v].replace(p,"$1"+f):g.jsonp!==!1&&(g.url+=(u.test(g.url)?"&":"?")+g.jsonp+"="+f),g.converters["script json"]=function(){return S||n.error(f+" was not called"),S[0]},g.dataTypes[0]="json",h=window[f],window[f]=function(){S=arguments},m.always(function(){h===void 0?n(window).removeProp(f):window[f]=h,g[f]&&(g.jsonpCallback=i.jsonpCallback,s.push(f)),S&&l(h)&&h(S[0]),S=h=void 0}),"script"})}.apply(y,d),r!==void 0&&(x.exports=r)},2926:(x,y,o)=>{var d,r;d=[o(264),o(5242),o(4995),o(2023),o(5547),o(3599),o(9921),o(5704)],r=function(n,l,c){"use strict";n.fn.load=function(u,s,p){var g,i,m,f=this,h=u.indexOf(" ");return h>-1&&(g=l(u.slice(h)),u=u.slice(0,h)),c(s)?(p=s,s=void 0):s&&typeof s=="object"&&(i="POST"),f.length>0&&n.ajax({url:u,type:i||"GET",dataType:"html",data:s}).done(function(S){m=arguments,f.html(g?n("<div>").append(n.parseHTML(S)).find(g):S)}).always(p&&function(S,v){f.each(function(){p.apply(this,m||[S.responseText,v,S])})}),this}}.apply(y,d),r!==void 0&&(x.exports=r)},2377:(x,y,o)=>{var d,r;d=[o(264),o(5422),o(5547)],r=function(n,l){"use strict";n.ajaxPrefilter(function(c){c.crossDomain&&(c.contents.script=!1)}),n.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(c){return n.globalEval(c),c}}}),n.ajaxPrefilter("script",function(c){c.cache===void 0&&(c.cache=!1),c.crossDomain&&(c.type="GET")}),n.ajaxTransport("script",function(c){if(c.crossDomain||c.scriptAttrs){var u,s;return{send:function(p,g){u=n("<script>").attr(c.scriptAttrs||{}).prop({charset:c.scriptCharset,src:c.url}).on("load error",s=function(i){u.remove(),s=null,i&&g(i.type==="error"?404:200,i.type)}),l.head.appendChild(u[0])},abort:function(){s&&s()}}}})}.apply(y,d),r!==void 0&&(x.exports=r)},2954:(x,y,o)=>{var d;d=function(){"use strict";return window.location}.call(y,o,y,x),d!==void 0&&(x.exports=d)},6880:(x,y,o)=>{var d;d=function(){"use strict";return{guid:Date.now()}}.call(y,o,y,x),d!==void 0&&(x.exports=d)},4330:(x,y,o)=>{var d;d=function(){"use strict";return/\?/}.call(y,o,y,x),d!==void 0&&(x.exports=d)},2037:(x,y,o)=>{var d,r;d=[o(264),o(2276),o(5547)],r=function(n,l){"use strict";n.ajaxSettings.xhr=function(){try{return new window.XMLHttpRequest}catch(s){}};var c={0:200,1223:204},u=n.ajaxSettings.xhr();l.cors=!!u&&"withCredentials"in u,l.ajax=u=!!u,n.ajaxTransport(function(s){var p,g;if(l.cors||u&&!s.crossDomain)return{send:function(i,m){var f,h=s.xhr();if(h.open(s.type,s.url,s.async,s.username,s.password),s.xhrFields)for(f in s.xhrFields)h[f]=s.xhrFields[f];s.mimeType&&h.overrideMimeType&&h.overrideMimeType(s.mimeType),!s.crossDomain&&!i["X-Requested-With"]&&(i["X-Requested-With"]="XMLHttpRequest");for(f in i)h.setRequestHeader(f,i[f]);p=function(S){return function(){p&&(p=g=h.onload=h.onerror=h.onabort=h.ontimeout=h.onreadystatechange=null,S==="abort"?h.abort():S==="error"?typeof h.status!="number"?m(0,"error"):m(h.status,h.statusText):m(c[h.status]||h.status,h.statusText,(h.responseType||"text")!=="text"||typeof h.responseText!="string"?{binary:h.response}:{text:h.responseText},h.getAllResponseHeaders()))}},h.onload=p(),g=h.onerror=h.ontimeout=p("error"),h.onabort!==void 0?h.onabort=g:h.onreadystatechange=function(){h.readyState===4&&window.setTimeout(function(){p&&g()})},p=p("abort");try{h.send(s.hasContent&&s.data||null)}catch(S){if(p)throw S}},abort:function(){p&&p()}}})}.apply(y,d),r!==void 0&&(x.exports=r)},2622:(x,y,o)=>{var d,r;d=[o(264),o(2501),o(3291),o(8612),o(173)],r=function(n){"use strict";return n}.apply(y,d),r!==void 0&&(x.exports=r)},2501:(x,y,o)=>{var d,r;d=[o(264),o(9355),o(7473),o(2025),o(3153),o(5704)],r=function(n,l,c,u,s){"use strict";var p,g=n.expr.attrHandle;n.fn.extend({attr:function(i,m){return l(this,n.attr,i,m,arguments.length>1)},removeAttr:function(i){return this.each(function(){n.removeAttr(this,i)})}}),n.extend({attr:function(i,m,f){var h,S,v=i.nodeType;if(!(v===3||v===8||v===2)){if(typeof i.getAttribute=="undefined")return n.prop(i,m,f);if((v!==1||!n.isXMLDoc(i))&&(S=n.attrHooks[m.toLowerCase()]||(n.expr.match.bool.test(m)?p:void 0)),f!==void 0){if(f===null){n.removeAttr(i,m);return}return S&&"set"in S&&(h=S.set(i,f,m))!==void 0?h:(i.setAttribute(m,f+""),f)}return S&&"get"in S&&(h=S.get(i,m))!==null?h:(h=n.find.attr(i,m),h==null?void 0:h)}},attrHooks:{type:{set:function(i,m){if(!u.radioValue&&m==="radio"&&c(i,"input")){var f=i.value;return i.setAttribute("type",m),f&&(i.value=f),m}}}},removeAttr:function(i,m){var f,h=0,S=m&&m.match(s);if(S&&i.nodeType===1)for(;f=S[h++];)i.removeAttribute(f)}}),p={set:function(i,m,f){return m===!1?n.removeAttr(i,f):i.setAttribute(f,f),f}},n.each(n.expr.match.bool.source.match(/\w+/g),function(i,m){var f=g[m]||n.find.attr;g[m]=function(h,S,v){var E,b,P=S.toLowerCase();return v||(b=g[P],g[P]=E,E=f(h,S,v)!=null?P:null,g[P]=b),E}})}.apply(y,d),r!==void 0&&(x.exports=r)},8612:(x,y,o)=>{var d,r;d=[o(264),o(5242),o(4995),o(3153),o(5840),o(7116)],r=function(n,l,c,u,s){"use strict";function p(i){return i.getAttribute&&i.getAttribute("class")||""}function g(i){return Array.isArray(i)?i:typeof i=="string"?i.match(u)||[]:[]}n.fn.extend({addClass:function(i){var m,f,h,S,v,E,b,P=0;if(c(i))return this.each(function(T){n(this).addClass(i.call(this,T,p(this)))});if(m=g(i),m.length){for(;f=this[P++];)if(S=p(f),h=f.nodeType===1&&" "+l(S)+" ",h){for(E=0;v=m[E++];)h.indexOf(" "+v+" ")<0&&(h+=v+" ");b=l(h),S!==b&&f.setAttribute("class",b)}}return this},removeClass:function(i){var m,f,h,S,v,E,b,P=0;if(c(i))return this.each(function(T){n(this).removeClass(i.call(this,T,p(this)))});if(!arguments.length)return this.attr("class","");if(m=g(i),m.length){for(;f=this[P++];)if(S=p(f),h=f.nodeType===1&&" "+l(S)+" ",h){for(E=0;v=m[E++];)for(;h.indexOf(" "+v+" ")>-1;)h=h.replace(" "+v+" "," ");b=l(h),S!==b&&f.setAttribute("class",b)}}return this},toggleClass:function(i,m){var f=typeof i,h=f==="string"||Array.isArray(i);return typeof m=="boolean"&&h?m?this.addClass(i):this.removeClass(i):c(i)?this.each(function(S){n(this).toggleClass(i.call(this,S,p(this),m),m)}):this.each(function(){var S,v,E,b;if(h)for(v=0,E=n(this),b=g(i);S=b[v++];)E.hasClass(S)?E.removeClass(S):E.addClass(S);else(i===void 0||f==="boolean")&&(S=p(this),S&&s.set(this,"__className__",S),this.setAttribute&&this.setAttribute("class",S||i===!1?"":s.get(this,"__className__")||""))})},hasClass:function(i){var m,f,h=0;for(m=" "+i+" ";f=this[h++];)if(f.nodeType===1&&(" "+l(p(f))+" ").indexOf(m)>-1)return!0;return!1}})}.apply(y,d),r!==void 0&&(x.exports=r)},3291:(x,y,o)=>{var d,r;d=[o(264),o(9355),o(2025),o(5704)],r=function(n,l,c){"use strict";var u=/^(?:input|select|textarea|button)$/i,s=/^(?:a|area)$/i;n.fn.extend({prop:function(p,g){return l(this,n.prop,p,g,arguments.length>1)},removeProp:function(p){return this.each(function(){delete this[n.propFix[p]||p]})}}),n.extend({prop:function(p,g,i){var m,f,h=p.nodeType;if(!(h===3||h===8||h===2))return(h!==1||!n.isXMLDoc(p))&&(g=n.propFix[g]||g,f=n.propHooks[g]),i!==void 0?f&&"set"in f&&(m=f.set(p,i,g))!==void 0?m:p[g]=i:f&&"get"in f&&(m=f.get(p,g))!==null?m:p[g]},propHooks:{tabIndex:{get:function(p){var g=n.find.attr(p,"tabindex");return g?parseInt(g,10):u.test(p.nodeName)||s.test(p.nodeName)&&p.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),c.optSelected||(n.propHooks.selected={get:function(p){var g=p.parentNode;return g&&g.parentNode&&g.parentNode.selectedIndex,null},set:function(p){var g=p.parentNode;g&&(g.selectedIndex,g.parentNode&&g.parentNode.selectedIndex)}}),n.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){n.propFix[this.toLowerCase()]=this})}.apply(y,d),r!==void 0&&(x.exports=r)},2025:(x,y,o)=>{var d,r;d=[o(5422),o(2276)],r=function(n,l){"use strict";return function(){var c=n.createElement("input"),u=n.createElement("select"),s=u.appendChild(n.createElement("option"));c.type="checkbox",l.checkOn=c.value!=="",l.optSelected=s.selected,c=n.createElement("input"),c.value="t",c.type="radio",l.radioValue=c.value==="t"}(),l}.apply(y,d),r!==void 0&&(x.exports=r)},173:(x,y,o)=>{var d,r;d=[o(264),o(5242),o(2025),o(7473),o(4995),o(7116)],r=function(n,l,c,u,s){"use strict";var p=/\r/g;n.fn.extend({val:function(g){var i,m,f,h=this[0];return arguments.length?(f=s(g),this.each(function(S){var v;this.nodeType===1&&(f?v=g.call(this,S,n(this).val()):v=g,v==null?v="":typeof v=="number"?v+="":Array.isArray(v)&&(v=n.map(v,function(E){return E==null?"":E+""})),i=n.valHooks[this.type]||n.valHooks[this.nodeName.toLowerCase()],(!i||!("set"in i)||i.set(this,v,"value")===void 0)&&(this.value=v))})):h?(i=n.valHooks[h.type]||n.valHooks[h.nodeName.toLowerCase()],i&&"get"in i&&(m=i.get(h,"value"))!==void 0?m:(m=h.value,typeof m=="string"?m.replace(p,""):m==null?"":m)):void 0}}),n.extend({valHooks:{option:{get:function(g){var i=n.find.attr(g,"value");return i!=null?i:l(n.text(g))}},select:{get:function(g){var i,m,f,h=g.options,S=g.selectedIndex,v=g.type==="select-one",E=v?null:[],b=v?S+1:h.length;for(S<0?f=b:f=v?S:0;f<b;f++)if(m=h[f],(m.selected||f===S)&&!m.disabled&&(!m.parentNode.disabled||!u(m.parentNode,"optgroup"))){if(i=n(m).val(),v)return i;E.push(i)}return E},set:function(g,i){for(var m,f,h=g.options,S=n.makeArray(i),v=h.length;v--;)f=h[v],(f.selected=n.inArray(n.valHooks.option.get(f),S)>-1)&&(m=!0);return m||(g.selectedIndex=-1),S}}}}),n.each(["radio","checkbox"],function(){n.valHooks[this]={set:function(g,i){if(Array.isArray(i))return g.checked=n.inArray(n(g).val(),i)>-1}},c.checkOn||(n.valHooks[this].get=function(g){return g.getAttribute("value")===null?"on":g.value})})}.apply(y,d),r!==void 0&&(x.exports=r)},2503:(x,y,o)=>{var d,r;d=[o(264),o(6282),o(4995),o(3153)],r=function(n,l,c,u){"use strict";function s(p){var g={};return n.each(p.match(u)||[],function(i,m){g[m]=!0}),g}return n.Callbacks=function(p){p=typeof p=="string"?s(p):n.extend({},p);var g,i,m,f,h=[],S=[],v=-1,E=function(){for(f=f||p.once,m=g=!0;S.length;v=-1)for(i=S.shift();++v<h.length;)h[v].apply(i[0],i[1])===!1&&p.stopOnFalse&&(v=h.length,i=!1);p.memory||(i=!1),g=!1,f&&(i?h=[]:h="")},b={add:function(){return h&&(i&&!g&&(v=h.length-1,S.push(i)),function P(T){n.each(T,function(_,w){c(w)?(!p.unique||!b.has(w))&&h.push(w):w&&w.length&&l(w)!=="string"&&P(w)})}(arguments),i&&!g&&E()),this},remove:function(){return n.each(arguments,function(P,T){for(var _;(_=n.inArray(T,h,_))>-1;)h.splice(_,1),_<=v&&v--}),this},has:function(P){return P?n.inArray(P,h)>-1:h.length>0},empty:function(){return h&&(h=[]),this},disable:function(){return f=S=[],h=i="",this},disabled:function(){return!h},lock:function(){return f=S=[],!i&&!g&&(h=i=""),this},locked:function(){return!!f},fireWith:function(P,T){return f||(T=T||[],T=[P,T.slice?T.slice():T],S.push(T),g||E()),this},fire:function(){return b.fireWith(this,arguments),this},fired:function(){return!!m}};return b},n}.apply(y,d),r!==void 0&&(x.exports=r)},264:(x,y,o)=>{var d,r;d=[o(8081),o(792),o(9916),o(1216),o(5695),o(1221),o(7204),o(1030),o(1878),o(6856),o(6234),o(2276),o(4995),o(5718),o(9342),o(6282)],r=function(n,l,c,u,s,p,g,i,m,f,h,S,v,E,b,P){"use strict";var T="3.6.0",_=function(D,I){return new _.fn.init(D,I)};_.fn=_.prototype={jquery:T,constructor:_,length:0,toArray:function(){return c.call(this)},get:function(D){return D==null?c.call(this):D<0?this[D+this.length]:this[D]},pushStack:function(D){var I=_.merge(this.constructor(),D);return I.prevObject=this,I},each:function(D){return _.each(this,D)},map:function(D){return this.pushStack(_.map(this,function(I,R){return D.call(I,R,I)}))},slice:function(){return this.pushStack(c.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(_.grep(this,function(D,I){return(I+1)%2}))},odd:function(){return this.pushStack(_.grep(this,function(D,I){return I%2}))},eq:function(D){var I=this.length,R=+D+(D<0?I:0);return this.pushStack(R>=0&&R<I?[this[R]]:[])},end:function(){return this.prevObject||this.constructor()},push:s,sort:n.sort,splice:n.splice},_.extend=_.fn.extend=function(){var D,I,R,C,L,$,M=arguments[0]||{},B=1,W=arguments.length,G=!1;for(typeof M=="boolean"&&(G=M,M=arguments[B]||{},B++),typeof M!="object"&&!v(M)&&(M={}),B===W&&(M=this,B--);B<W;B++)if((D=arguments[B])!=null)for(I in D)C=D[I],!(I==="__proto__"||M===C)&&(G&&C&&(_.isPlainObject(C)||(L=Array.isArray(C)))?(R=M[I],L&&!Array.isArray(R)?$=[]:!L&&!_.isPlainObject(R)?$={}:$=R,L=!1,M[I]=_.extend(G,$,C)):C!==void 0&&(M[I]=C));return M},_.extend({expando:"jQuery"+(T+Math.random()).replace(/\D/g,""),isReady:!0,error:function(D){throw new Error(D)},noop:function(){},isPlainObject:function(D){var I,R;return!D||i.call(D)!=="[object Object]"?!1:(I=l(D),I?(R=m.call(I,"constructor")&&I.constructor,typeof R=="function"&&f.call(R)===h):!0)},isEmptyObject:function(D){var I;for(I in D)return!1;return!0},globalEval:function(D,I,R){b(D,{nonce:I&&I.nonce},R)},each:function(D,I){var R,C=0;if(w(D))for(R=D.length;C<R&&I.call(D[C],C,D[C])!==!1;C++);else for(C in D)if(I.call(D[C],C,D[C])===!1)break;return D},makeArray:function(D,I){var R=I||[];return D!=null&&(w(Object(D))?_.merge(R,typeof D=="string"?[D]:D):s.call(R,D)),R},inArray:function(D,I,R){return I==null?-1:p.call(I,D,R)},merge:function(D,I){for(var R=+I.length,C=0,L=D.length;C<R;C++)D[L++]=I[C];return D.length=L,D},grep:function(D,I,R){for(var C,L=[],$=0,M=D.length,B=!R;$<M;$++)C=!I(D[$],$),C!==B&&L.push(D[$]);return L},map:function(D,I,R){var C,L,$=0,M=[];if(w(D))for(C=D.length;$<C;$++)L=I(D[$],$,R),L!=null&&M.push(L);else for($ in D)L=I(D[$],$,R),L!=null&&M.push(L);return u(M)},guid:1,support:S}),typeof Symbol=="function"&&(_.fn[Symbol.iterator]=n[Symbol.iterator]),_.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(D,I){g["[object "+I+"]"]=I.toLowerCase()});function w(D){var I=!!D&&"length"in D&&D.length,R=P(D);return v(D)||E(D)?!1:R==="array"||I===0||typeof I=="number"&&I>0&&I-1 in D}return _}.apply(y,d),r!==void 0&&(x.exports=r)},9342:(x,y,o)=>{var d,r;d=[o(5422)],r=function(n){"use strict";var l={type:!0,src:!0,nonce:!0,noModule:!0};function c(u,s,p){p=p||n;var g,i,m=p.createElement("script");if(m.text=u,s)for(g in l)i=s[g]||s.getAttribute&&s.getAttribute(g),i&&m.setAttribute(g,i);p.head.appendChild(m).parentNode.removeChild(m)}return c}.apply(y,d),r!==void 0&&(x.exports=r)},9355:(x,y,o)=>{var d,r;d=[o(264),o(6282),o(4995)],r=function(n,l,c){"use strict";var u=function(s,p,g,i,m,f,h){var S=0,v=s.length,E=g==null;if(l(g)==="object"){m=!0;for(S in g)u(s,p,S,g[S],!0,f,h)}else if(i!==void 0&&(m=!0,c(i)||(h=!0),E&&(h?(p.call(s,i),p=null):(E=p,p=function(b,P,T){return E.call(n(b),T)})),p))for(;S<v;S++)p(s[S],g,h?i:i.call(s[S],S,p(s[S],g)));return m?s:E?p.call(s):v?p(s[0],g):f};return u}.apply(y,d),r!==void 0&&(x.exports=r)},882:(x,y)=>{var o,d;o=[],d=function(){"use strict";var r=/^-ms-/,n=/-([a-z])/g;function l(u,s){return s.toUpperCase()}function c(u){return u.replace(r,"ms-").replace(n,l)}return c}.apply(y,o),d!==void 0&&(x.exports=d)},7116:(x,y,o)=>{var d,r;d=[o(264),o(5422),o(4995),o(8132),o(6563)],r=function(n,l,c,u){"use strict";var s,p=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/,g=n.fn.init=function(i,m,f){var h,S;if(!i)return this;if(f=f||s,typeof i=="string")if(i[0]==="<"&&i[i.length-1]===">"&&i.length>=3?h=[null,i,null]:h=p.exec(i),h&&(h[1]||!m))if(h[1]){if(m=m instanceof n?m[0]:m,n.merge(this,n.parseHTML(h[1],m&&m.nodeType?m.ownerDocument||m:l,!0)),u.test(h[1])&&n.isPlainObject(m))for(h in m)c(this[h])?this[h](m[h]):this.attr(h,m[h]);return this}else return S=l.getElementById(h[2]),S&&(this[0]=S,this.length=1),this;else return!m||m.jquery?(m||f).find(i):this.constructor(m).find(i);else{if(i.nodeType)return this[0]=i,this.length=1,this;if(c(i))return f.ready!==void 0?f.ready(i):i(n)}return n.makeArray(i,this)};return g.prototype=n.fn,s=n(l),g}.apply(y,d),r!==void 0&&(x.exports=r)},7358:(x,y,o)=>{var d,r;d=[o(264),o(7246),o(5704)],r=function(n,l){"use strict";var c=function(s){return n.contains(s.ownerDocument,s)},u={composed:!0};return l.getRootNode&&(c=function(s){return n.contains(s.ownerDocument,s)||s.getRootNode(u)===s.ownerDocument}),c}.apply(y,d),r!==void 0&&(x.exports=r)},7473:(x,y,o)=>{var d;d=function(){"use strict";function r(n,l){return n.nodeName&&n.nodeName.toLowerCase()===l.toLowerCase()}return r}.call(y,o,y,x),d!==void 0&&(x.exports=d)},2023:(x,y,o)=>{var d,r;d=[o(264),o(5422),o(8132),o(9906),o(8896)],r=function(n,l,c,u,s){"use strict";return n.parseHTML=function(p,g,i){if(typeof p!="string")return[];typeof g=="boolean"&&(i=g,g=!1);var m,f,h;return g||(s.createHTMLDocument?(g=l.implementation.createHTMLDocument(""),m=g.createElement("base"),m.href=l.location.href,g.head.appendChild(m)):g=l),f=c.exec(p),h=!i&&[],f?[g.createElement(f[1])]:(f=u([p],g,h),h&&h.length&&n(h).remove(),n.merge([],f.childNodes))},n.parseHTML}.apply(y,d),r!==void 0&&(x.exports=r)},5535:(x,y,o)=>{var d,r;d=[o(264)],r=function(n){"use strict";return n.parseXML=function(l){var c,u;if(!l||typeof l!="string")return null;try{c=new window.DOMParser().parseFromString(l,"text/xml")}catch(s){}return u=c&&c.getElementsByTagName("parsererror")[0],(!c||u)&&n.error("Invalid XML: "+(u?n.map(u.childNodes,function(s){return s.textContent}).join(`
`):l)),c},n.parseXML}.apply(y,d),r!==void 0&&(x.exports=r)},1038:(x,y,o)=>{var d,r;d=[o(264),o(5422),o(5506),o(1210)],r=function(n,l){"use strict";var c=n.Deferred();n.fn.ready=function(s){return c.then(s).catch(function(p){n.readyException(p)}),this},n.extend({isReady:!1,readyWait:1,ready:function(s){(s===!0?--n.readyWait:n.isReady)||(n.isReady=!0,!(s!==!0&&--n.readyWait>0)&&c.resolveWith(l,[n]))}}),n.ready.then=c.then;function u(){l.removeEventListener("DOMContentLoaded",u),window.removeEventListener("load",u),n.ready()}l.readyState==="complete"||l.readyState!=="loading"&&!l.documentElement.doScroll?window.setTimeout(n.ready):(l.addEventListener("DOMContentLoaded",u),window.addEventListener("load",u))}.apply(y,d),r!==void 0&&(x.exports=r)},5506:(x,y,o)=>{var d,r;d=[o(264)],r=function(n){"use strict";n.readyException=function(l){window.setTimeout(function(){throw l})}}.apply(y,d),r!==void 0&&(x.exports=r)},5242:(x,y,o)=>{var d,r;d=[o(3153)],r=function(n){"use strict";function l(c){var u=c.match(n)||[];return u.join(" ")}return l}.apply(y,d),r!==void 0&&(x.exports=r)},8896:(x,y,o)=>{var d,r;d=[o(5422),o(2276)],r=function(n,l){"use strict";return l.createHTMLDocument=function(){var c=n.implementation.createHTMLDocument("").body;return c.innerHTML="<form></form><form></form>",c.childNodes.length===2}(),l}.apply(y,d),r!==void 0&&(x.exports=r)},6282:(x,y,o)=>{var d,r;d=[o(7204),o(1030)],r=function(n,l){"use strict";function c(u){return u==null?u+"":typeof u=="object"||typeof u=="function"?n[l.call(u)]||"object":typeof u}return c}.apply(y,d),r!==void 0&&(x.exports=r)},8132:(x,y,o)=>{var d;d=function(){"use strict";return/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i}.call(y,o,y,x),d!==void 0&&(x.exports=d)},9456:(x,y,o)=>{var d,r;d=[o(264),o(9355),o(882),o(7473),o(7445),o(3169),o(6744),o(8657),o(9868),o(4682),o(4991),o(1153),o(7517),o(4068),o(7116),o(1038),o(5704)],r=function(n,l,c,u,s,p,g,i,m,f,h,S,v,E){"use strict";var b=/^(none|table(?!-c[ea]).+)/,P=/^--/,T={position:"absolute",visibility:"hidden",display:"block"},_={letterSpacing:"0",fontWeight:"400"};function w(R,C,L){var $=s.exec(C);return $?Math.max(0,$[2]-(L||0))+($[3]||"px"):C}function D(R,C,L,$,M,B){var W=C==="width"?1:0,G=0,U=0;if(L===($?"border":"content"))return 0;for(;W<4;W+=2)L==="margin"&&(U+=n.css(R,L+g[W],!0,M)),$?(L==="content"&&(U-=n.css(R,"padding"+g[W],!0,M)),L!=="margin"&&(U-=n.css(R,"border"+g[W]+"Width",!0,M))):(U+=n.css(R,"padding"+g[W],!0,M),L!=="padding"?U+=n.css(R,"border"+g[W]+"Width",!0,M):G+=n.css(R,"border"+g[W]+"Width",!0,M));return!$&&B>=0&&(U+=Math.max(0,Math.ceil(R["offset"+C[0].toUpperCase()+C.slice(1)]-B-U-G-.5))||0),U}function I(R,C,L){var $=i(R),M=!v.boxSizingReliable()||L,B=M&&n.css(R,"boxSizing",!1,$)==="border-box",W=B,G=f(R,C,$),U="offset"+C[0].toUpperCase()+C.slice(1);if(p.test(G)){if(!L)return G;G="auto"}return(!v.boxSizingReliable()&&B||!v.reliableTrDimensions()&&u(R,"tr")||G==="auto"||!parseFloat(G)&&n.css(R,"display",!1,$)==="inline")&&R.getClientRects().length&&(B=n.css(R,"boxSizing",!1,$)==="border-box",W=U in R,W&&(G=R[U])),G=parseFloat(G)||0,G+D(R,C,L||(B?"border":"content"),W,$,G)+"px"}return n.extend({cssHooks:{opacity:{get:function(R,C){if(C){var L=f(R,"opacity");return L===""?"1":L}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(R,C,L,$){if(!(!R||R.nodeType===3||R.nodeType===8||!R.style)){var M,B,W,G=c(C),U=P.test(C),Y=R.style;if(U||(C=E(G)),W=n.cssHooks[C]||n.cssHooks[G],L!==void 0){if(B=typeof L,B==="string"&&(M=s.exec(L))&&M[1]&&(L=h(R,C,M),B="number"),L==null||L!==L)return;B==="number"&&!U&&(L+=M&&M[3]||(n.cssNumber[G]?"":"px")),!v.clearCloneStyle&&L===""&&C.indexOf("background")===0&&(Y[C]="inherit"),(!W||!("set"in W)||(L=W.set(R,L,$))!==void 0)&&(U?Y.setProperty(C,L):Y[C]=L)}else return W&&"get"in W&&(M=W.get(R,!1,$))!==void 0?M:Y[C]}},css:function(R,C,L,$){var M,B,W,G=c(C),U=P.test(C);return U||(C=E(G)),W=n.cssHooks[C]||n.cssHooks[G],W&&"get"in W&&(M=W.get(R,!0,L)),M===void 0&&(M=f(R,C,$)),M==="normal"&&C in _&&(M=_[C]),L===""||L?(B=parseFloat(M),L===!0||isFinite(B)?B||0:M):M}}),n.each(["height","width"],function(R,C){n.cssHooks[C]={get:function(L,$,M){if($)return b.test(n.css(L,"display"))&&(!L.getClientRects().length||!L.getBoundingClientRect().width)?m(L,T,function(){return I(L,C,M)}):I(L,C,M)},set:function(L,$,M){var B,W=i(L),G=!v.scrollboxSize()&&W.position==="absolute",U=G||M,Y=U&&n.css(L,"boxSizing",!1,W)==="border-box",z=M?D(L,C,M,Y,W):0;return Y&&G&&(z-=Math.ceil(L["offset"+C[0].toUpperCase()+C.slice(1)]-parseFloat(W[C])-D(L,C,"border",!1,W)-.5)),z&&(B=s.exec($))&&(B[3]||"px")!=="px"&&(L.style[C]=$,$=n.css(L,C)),w(L,$,z)}}}),n.cssHooks.marginLeft=S(v.reliableMarginLeft,function(R,C){if(C)return(parseFloat(f(R,"marginLeft"))||R.getBoundingClientRect().left-m(R,{marginLeft:0},function(){return R.getBoundingClientRect().left}))+"px"}),n.each({margin:"",padding:"",border:"Width"},function(R,C){n.cssHooks[R+C]={expand:function(L){for(var $=0,M={},B=typeof L=="string"?L.split(" "):[L];$<4;$++)M[R+g[$]+C]=B[$]||B[$-2]||B[0];return M}},R!=="margin"&&(n.cssHooks[R+C].set=w)}),n.fn.extend({css:function(R,C){return l(this,function(L,$,M){var B,W,G={},U=0;if(Array.isArray($)){for(B=i(L),W=$.length;U<W;U++)G[$[U]]=n.css(L,$[U],!1,B);return G}return M!==void 0?n.style(L,$,M):n.css(L,$)},R,C,arguments.length>1)}}),n}.apply(y,d),r!==void 0&&(x.exports=r)},1153:(x,y,o)=>{var d;d=function(){"use strict";function r(n,l){return{get:function(){if(n()){delete this.get;return}return(this.get=l).apply(this,arguments)}}}return r}.call(y,o,y,x),d!==void 0&&(x.exports=d)},4991:(x,y,o)=>{var d,r;d=[o(264),o(7445)],r=function(n,l){"use strict";function c(u,s,p,g){var i,m,f=20,h=g?function(){return g.cur()}:function(){return n.css(u,s,"")},S=h(),v=p&&p[3]||(n.cssNumber[s]?"":"px"),E=u.nodeType&&(n.cssNumber[s]||v!=="px"&&+S)&&l.exec(n.css(u,s));if(E&&E[3]!==v){for(S=S/2,v=v||E[3],E=+S||1;f--;)n.style(u,s,E+v),(1-m)*(1-(m=h()/S||.5))<=0&&(f=0),E=E/m;E=E*2,n.style(u,s,E+v),p=p||[]}return p&&(E=+E||+S||0,i=p[1]?E+(p[1]+1)*p[2]:+p[2],g&&(g.unit=v,g.start=E,g.end=i)),i}return c}.apply(y,d),r!==void 0&&(x.exports=r)},4682:(x,y,o)=>{var d,r;d=[o(264),o(7358),o(3529),o(3169),o(8657),o(7517)],r=function(n,l,c,u,s,p){"use strict";function g(i,m,f){var h,S,v,E,b=i.style;return f=f||s(i),f&&(E=f.getPropertyValue(m)||f[m],E===""&&!l(i)&&(E=n.style(i,m)),!p.pixelBoxStyles()&&u.test(E)&&c.test(m)&&(h=b.width,S=b.minWidth,v=b.maxWidth,b.minWidth=b.maxWidth=b.width=E,E=f.width,b.width=h,b.minWidth=S,b.maxWidth=v)),E!==void 0?E+"":E}return g}.apply(y,d),r!==void 0&&(x.exports=r)},4068:(x,y,o)=>{var d,r;d=[o(5422),o(264)],r=function(n,l){"use strict";var c=["Webkit","Moz","ms"],u=n.createElement("div").style,s={};function p(i){for(var m=i[0].toUpperCase()+i.slice(1),f=c.length;f--;)if(i=c[f]+m,i in u)return i}function g(i){var m=l.cssProps[i]||s[i];return m||(i in u?i:s[i]=p(i)||i)}return g}.apply(y,d),r!==void 0&&(x.exports=r)},1722:(x,y,o)=>{var d,r;d=[o(264),o(5704)],r=function(n){"use strict";n.expr.pseudos.hidden=function(l){return!n.expr.pseudos.visible(l)},n.expr.pseudos.visible=function(l){return!!(l.offsetWidth||l.offsetHeight||l.getClientRects().length)}}.apply(y,d),r!==void 0&&(x.exports=r)},2524:(x,y,o)=>{var d,r;d=[o(264),o(5840),o(7774)],r=function(n,l,c){"use strict";var u={};function s(g){var i,m=g.ownerDocument,f=g.nodeName,h=u[f];return h||(i=m.body.appendChild(m.createElement(f)),h=n.css(i,"display"),i.parentNode.removeChild(i),h==="none"&&(h="block"),u[f]=h,h)}function p(g,i){for(var m,f,h=[],S=0,v=g.length;S<v;S++)f=g[S],!!f.style&&(m=f.style.display,i?(m==="none"&&(h[S]=l.get(f,"display")||null,h[S]||(f.style.display="")),f.style.display===""&&c(f)&&(h[S]=s(f))):m!=="none"&&(h[S]="none",l.set(f,"display",m)));for(S=0;S<v;S++)h[S]!=null&&(g[S].style.display=h[S]);return g}return n.fn.extend({show:function(){return p(this,!0)},hide:function(){return p(this)},toggle:function(g){return typeof g=="boolean"?g?this.show():this.hide():this.each(function(){c(this)?n(this).show():n(this).hide()})}}),p}.apply(y,d),r!==void 0&&(x.exports=r)},7517:(x,y,o)=>{var d,r;d=[o(264),o(5422),o(7246),o(2276)],r=function(n,l,c,u){"use strict";return function(){function s(){if(!!E){v.style.cssText="position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0",E.style.cssText="position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%",c.appendChild(v).appendChild(E);var b=window.getComputedStyle(E);g=b.top!=="1%",S=p(b.marginLeft)===12,E.style.right="60%",f=p(b.right)===36,i=p(b.width)===36,E.style.position="absolute",m=p(E.offsetWidth/3)===12,c.removeChild(v),E=null}}function p(b){return Math.round(parseFloat(b))}var g,i,m,f,h,S,v=l.createElement("div"),E=l.createElement("div");!E.style||(E.style.backgroundClip="content-box",E.cloneNode(!0).style.backgroundClip="",u.clearCloneStyle=E.style.backgroundClip==="content-box",n.extend(u,{boxSizingReliable:function(){return s(),i},pixelBoxStyles:function(){return s(),f},pixelPosition:function(){return s(),g},reliableMarginLeft:function(){return s(),S},scrollboxSize:function(){return s(),m},reliableTrDimensions:function(){var b,P,T,_;return h==null&&(b=l.createElement("table"),P=l.createElement("tr"),T=l.createElement("div"),b.style.cssText="position:absolute;left:-11111px;border-collapse:separate",P.style.cssText="border:1px solid",P.style.height="1px",T.style.height="9px",T.style.display="block",c.appendChild(b).appendChild(P).appendChild(T),_=window.getComputedStyle(P),h=parseInt(_.height,10)+parseInt(_.borderTopWidth,10)+parseInt(_.borderBottomWidth,10)===P.offsetHeight,c.removeChild(b)),h}}))}(),u}.apply(y,d),r!==void 0&&(x.exports=r)},6744:(x,y,o)=>{var d;d=function(){"use strict";return["Top","Right","Bottom","Left"]}.call(y,o,y,x),d!==void 0&&(x.exports=d)},8657:(x,y,o)=>{var d;d=function(){"use strict";return function(r){var n=r.ownerDocument.defaultView;return(!n||!n.opener)&&(n=window),n.getComputedStyle(r)}}.call(y,o,y,x),d!==void 0&&(x.exports=d)},7774:(x,y,o)=>{var d,r;d=[o(264),o(7358)],r=function(n,l){"use strict";return function(c,u){return c=u||c,c.style.display==="none"||c.style.display===""&&l(c)&&n.css(c,"display")==="none"}}.apply(y,d),r!==void 0&&(x.exports=r)},3529:(x,y,o)=>{var d,r;d=[o(6744)],r=function(n){"use strict";return new RegExp(n.join("|"),"i")}.apply(y,d),r!==void 0&&(x.exports=r)},3169:(x,y,o)=>{var d,r;d=[o(2228)],r=function(n){"use strict";return new RegExp("^("+n+")(?!px)[a-z%]+$","i")}.apply(y,d),r!==void 0&&(x.exports=r)},9868:(x,y,o)=>{var d;d=function(){"use strict";return function(r,n,l){var c,u,s={};for(u in n)s[u]=r.style[u],r.style[u]=n[u];c=l.call(r);for(u in n)r.style[u]=s[u];return c}}.call(y,o,y,x),d!==void 0&&(x.exports=d)},5255:(x,y,o)=>{var d,r;d=[o(264),o(9355),o(882),o(5840),o(6379)],r=function(n,l,c,u,s){"use strict";var p=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,g=/[A-Z]/g;function i(f){return f==="true"?!0:f==="false"?!1:f==="null"?null:f===+f+""?+f:p.test(f)?JSON.parse(f):f}function m(f,h,S){var v;if(S===void 0&&f.nodeType===1)if(v="data-"+h.replace(g,"-$&").toLowerCase(),S=f.getAttribute(v),typeof S=="string"){try{S=i(S)}catch(E){}s.set(f,h,S)}else S=void 0;return S}return n.extend({hasData:function(f){return s.hasData(f)||u.hasData(f)},data:function(f,h,S){return s.access(f,h,S)},removeData:function(f,h){s.remove(f,h)},_data:function(f,h,S){return u.access(f,h,S)},_removeData:function(f,h){u.remove(f,h)}}),n.fn.extend({data:function(f,h){var S,v,E,b=this[0],P=b&&b.attributes;if(f===void 0){if(this.length&&(E=s.get(b),b.nodeType===1&&!u.get(b,"hasDataAttrs"))){for(S=P.length;S--;)P[S]&&(v=P[S].name,v.indexOf("data-")===0&&(v=c(v.slice(5)),m(b,v,E[v])));u.set(b,"hasDataAttrs",!0)}return E}return typeof f=="object"?this.each(function(){s.set(this,f)}):l(this,function(T){var _;if(b&&T===void 0)return _=s.get(b,f),_!==void 0||(_=m(b,f),_!==void 0)?_:void 0;this.each(function(){s.set(this,f,T)})},null,h,arguments.length>1,null,!0)},removeData:function(f){return this.each(function(){s.remove(this,f)})}}),n}.apply(y,d),r!==void 0&&(x.exports=r)},3968:(x,y,o)=>{var d,r;d=[o(264),o(882),o(3153),o(490)],r=function(n,l,c,u){"use strict";function s(){this.expando=n.expando+s.uid++}return s.uid=1,s.prototype={cache:function(p){var g=p[this.expando];return g||(g={},u(p)&&(p.nodeType?p[this.expando]=g:Object.defineProperty(p,this.expando,{value:g,configurable:!0}))),g},set:function(p,g,i){var m,f=this.cache(p);if(typeof g=="string")f[l(g)]=i;else for(m in g)f[l(m)]=g[m];return f},get:function(p,g){return g===void 0?this.cache(p):p[this.expando]&&p[this.expando][l(g)]},access:function(p,g,i){return g===void 0||g&&typeof g=="string"&&i===void 0?this.get(p,g):(this.set(p,g,i),i!==void 0?i:g)},remove:function(p,g){var i,m=p[this.expando];if(m!==void 0){if(g!==void 0)for(Array.isArray(g)?g=g.map(l):(g=l(g),g=g in m?[g]:g.match(c)||[]),i=g.length;i--;)delete m[g[i]];(g===void 0||n.isEmptyObject(m))&&(p.nodeType?p[this.expando]=void 0:delete p[this.expando])}},hasData:function(p){var g=p[this.expando];return g!==void 0&&!n.isEmptyObject(g)}},s}.apply(y,d),r!==void 0&&(x.exports=r)},490:(x,y,o)=>{var d;d=function(){"use strict";return function(r){return r.nodeType===1||r.nodeType===9||!+r.nodeType}}.call(y,o,y,x),d!==void 0&&(x.exports=d)},5840:(x,y,o)=>{var d,r;d=[o(3968)],r=function(n){"use strict";return new n}.apply(y,d),r!==void 0&&(x.exports=r)},6379:(x,y,o)=>{var d,r;d=[o(3968)],r=function(n){"use strict";return new n}.apply(y,d),r!==void 0&&(x.exports=r)},1210:(x,y,o)=>{var d,r;d=[o(264),o(4995),o(9916),o(2503)],r=function(n,l,c){"use strict";function u(g){return g}function s(g){throw g}function p(g,i,m,f){var h;try{g&&l(h=g.promise)?h.call(g).done(i).fail(m):g&&l(h=g.then)?h.call(g,i,m):i.apply(void 0,[g].slice(f))}catch(S){m.apply(void 0,[S])}}return n.extend({Deferred:function(g){var i=[["notify","progress",n.Callbacks("memory"),n.Callbacks("memory"),2],["resolve","done",n.Callbacks("once memory"),n.Callbacks("once memory"),0,"resolved"],["reject","fail",n.Callbacks("once memory"),n.Callbacks("once memory"),1,"rejected"]],m="pending",f={state:function(){return m},always:function(){return h.done(arguments).fail(arguments),this},catch:function(S){return f.then(null,S)},pipe:function(){var S=arguments;return n.Deferred(function(v){n.each(i,function(E,b){var P=l(S[b[4]])&&S[b[4]];h[b[1]](function(){var T=P&&P.apply(this,arguments);T&&l(T.promise)?T.promise().progress(v.notify).done(v.resolve).fail(v.reject):v[b[0]+"With"](this,P?[T]:arguments)})}),S=null}).promise()},then:function(S,v,E){var b=0;function P(T,_,w,D){return function(){var I=this,R=arguments,C=function(){var $,M;if(!(T<b)){if($=w.apply(I,R),$===_.promise())throw new TypeError("Thenable self-resolution");M=$&&(typeof $=="object"||typeof $=="function")&&$.then,l(M)?D?M.call($,P(b,_,u,D),P(b,_,s,D)):(b++,M.call($,P(b,_,u,D),P(b,_,s,D),P(b,_,u,_.notifyWith))):(w!==u&&(I=void 0,R=[$]),(D||_.resolveWith)(I,R))}},L=D?C:function(){try{C()}catch($){n.Deferred.exceptionHook&&n.Deferred.exceptionHook($,L.stackTrace),T+1>=b&&(w!==s&&(I=void 0,R=[$]),_.rejectWith(I,R))}};T?L():(n.Deferred.getStackHook&&(L.stackTrace=n.Deferred.getStackHook()),window.setTimeout(L))}}return n.Deferred(function(T){i[0][3].add(P(0,T,l(E)?E:u,T.notifyWith)),i[1][3].add(P(0,T,l(S)?S:u)),i[2][3].add(P(0,T,l(v)?v:s))}).promise()},promise:function(S){return S!=null?n.extend(S,f):f}},h={};return n.each(i,function(S,v){var E=v[2],b=v[5];f[v[1]]=E.add,b&&E.add(function(){m=b},i[3-S][2].disable,i[3-S][3].disable,i[0][2].lock,i[0][3].lock),E.add(v[3].fire),h[v[0]]=function(){return h[v[0]+"With"](this===h?void 0:this,arguments),this},h[v[0]+"With"]=E.fireWith}),f.promise(h),g&&g.call(h,h),h},when:function(g){var i=arguments.length,m=i,f=Array(m),h=c.call(arguments),S=n.Deferred(),v=function(E){return function(b){f[E]=this,h[E]=arguments.length>1?c.call(arguments):b,--i||S.resolveWith(f,h)}};if(i<=1&&(p(g,S.done(v(m)).resolve,S.reject,!i),S.state()==="pending"||l(h[m]&&h[m].then)))return S.then();for(;m--;)p(h[m],v(m),S.reject);return S.promise()}}),n}.apply(y,d),r!==void 0&&(x.exports=r)},7781:(x,y,o)=>{var d,r;d=[o(264),o(1210)],r=function(n){"use strict";var l=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;n.Deferred.exceptionHook=function(c,u){window.console&&window.console.warn&&c&&l.test(c.name)&&window.console.warn("jQuery.Deferred exception: "+c.message,c.stack,u)}}.apply(y,d),r!==void 0&&(x.exports=r)},7018:(x,y,o)=>{var d,r;d=[o(264),o(7473),o(882),o(6282),o(4995),o(5718),o(9916),o(7361),o(1528)],r=function(n,l,c,u,s,p,g){"use strict";var i=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;n.proxy=function(m,f){var h,S,v;if(typeof f=="string"&&(h=m[f],f=m,m=h),!!s(m))return S=g.call(arguments,2),v=function(){return m.apply(f||this,S.concat(g.call(arguments)))},v.guid=m.guid=m.guid||n.guid++,v},n.holdReady=function(m){m?n.readyWait++:n.ready(!0)},n.isArray=Array.isArray,n.parseJSON=JSON.parse,n.nodeName=l,n.isFunction=s,n.isWindow=p,n.camelCase=c,n.type=u,n.now=Date.now,n.isNumeric=function(m){var f=n.type(m);return(f==="number"||f==="string")&&!isNaN(m-parseFloat(m))},n.trim=function(m){return m==null?"":(m+"").replace(i,"")}}.apply(y,d),r!==void 0&&(x.exports=r)},7361:(x,y,o)=>{var d,r;d=[o(264),o(5547),o(5156)],r=function(n){"use strict";n.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(l,c){n.fn[c]=function(u){return this.on(c,u)}})}.apply(y,d),r!==void 0&&(x.exports=r)},1528:(x,y,o)=>{var d,r;d=[o(264),o(5156),o(1188)],r=function(n){"use strict";n.fn.extend({bind:function(l,c,u){return this.on(l,null,c,u)},unbind:function(l,c){return this.off(l,null,c)},delegate:function(l,c,u,s){return this.on(c,l,u,s)},undelegate:function(l,c,u){return arguments.length===1?this.off(l,"**"):this.off(c,l||"**",u)},hover:function(l,c){return this.mouseenter(l).mouseleave(c||l)}}),n.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(l,c){n.fn[c]=function(u,s){return arguments.length>0?this.on(c,null,u,s):this.trigger(c)}})}.apply(y,d),r!==void 0&&(x.exports=r)},9922:(x,y,o)=>{var d,r;d=[o(264),o(9355),o(5718),o(9456)],r=function(n,l,c){"use strict";return n.each({Height:"height",Width:"width"},function(u,s){n.each({padding:"inner"+u,content:s,"":"outer"+u},function(p,g){n.fn[g]=function(i,m){var f=arguments.length&&(p||typeof i!="boolean"),h=p||(i===!0||m===!0?"margin":"border");return l(this,function(S,v,E){var b;return c(S)?g.indexOf("outer")===0?S["inner"+u]:S.document.documentElement["client"+u]:S.nodeType===9?(b=S.documentElement,Math.max(S.body["scroll"+u],b["scroll"+u],S.body["offset"+u],b["offset"+u],b["client"+u])):E===void 0?n.css(S,v,h):n.style(S,v,E,h)},s,f?i:void 0,f)}})}),n}.apply(y,d),r!==void 0&&(x.exports=r)},7309:(x,y,o)=>{var d,r;d=[o(264),o(882),o(5422),o(4995),o(7445),o(3153),o(6744),o(7774),o(4991),o(5840),o(2524),o(7116),o(1090),o(1210),o(3599),o(9921),o(9456),o(9048)],r=function(n,l,c,u,s,p,g,i,m,f,h){"use strict";var S,v,E=/^(?:toggle|show|hide)$/,b=/queueHooks$/;function P(){v&&(c.hidden===!1&&window.requestAnimationFrame?window.requestAnimationFrame(P):window.setTimeout(P,n.fx.interval),n.fx.tick())}function T(){return window.setTimeout(function(){S=void 0}),S=Date.now()}function _(C,L){var $,M=0,B={height:C};for(L=L?1:0;M<4;M+=2-L)$=g[M],B["margin"+$]=B["padding"+$]=C;return L&&(B.opacity=B.width=C),B}function w(C,L,$){for(var M,B=(R.tweeners[L]||[]).concat(R.tweeners["*"]),W=0,G=B.length;W<G;W++)if(M=B[W].call($,L,C))return M}function D(C,L,$){var M,B,W,G,U,Y,z,te,ae="width"in L||"height"in L,de=this,Q={},ye=C.style,Pe=C.nodeType&&i(C),ze=f.get(C,"fxshow");$.queue||(G=n._queueHooks(C,"fx"),G.unqueued==null&&(G.unqueued=0,U=G.empty.fire,G.empty.fire=function(){G.unqueued||U()}),G.unqueued++,de.always(function(){de.always(function(){G.unqueued--,n.queue(C,"fx").length||G.empty.fire()})}));for(M in L)if(B=L[M],E.test(B)){if(delete L[M],W=W||B==="toggle",B===(Pe?"hide":"show"))if(B==="show"&&ze&&ze[M]!==void 0)Pe=!0;else continue;Q[M]=ze&&ze[M]||n.style(C,M)}if(Y=!n.isEmptyObject(L),!(!Y&&n.isEmptyObject(Q))){ae&&C.nodeType===1&&($.overflow=[ye.overflow,ye.overflowX,ye.overflowY],z=ze&&ze.display,z==null&&(z=f.get(C,"display")),te=n.css(C,"display"),te==="none"&&(z?te=z:(h([C],!0),z=C.style.display||z,te=n.css(C,"display"),h([C]))),(te==="inline"||te==="inline-block"&&z!=null)&&n.css(C,"float")==="none"&&(Y||(de.done(function(){ye.display=z}),z==null&&(te=ye.display,z=te==="none"?"":te)),ye.display="inline-block")),$.overflow&&(ye.overflow="hidden",de.always(function(){ye.overflow=$.overflow[0],ye.overflowX=$.overflow[1],ye.overflowY=$.overflow[2]})),Y=!1;for(M in Q)Y||(ze?"hidden"in ze&&(Pe=ze.hidden):ze=f.access(C,"fxshow",{display:z}),W&&(ze.hidden=!Pe),Pe&&h([C],!0),de.done(function(){Pe||h([C]),f.remove(C,"fxshow");for(M in Q)n.style(C,M,Q[M])})),Y=w(Pe?ze[M]:0,M,de),M in ze||(ze[M]=Y.start,Pe&&(Y.end=Y.start,Y.start=0))}}function I(C,L){var $,M,B,W,G;for($ in C)if(M=l($),B=L[M],W=C[$],Array.isArray(W)&&(B=W[1],W=C[$]=W[0]),$!==M&&(C[M]=W,delete C[$]),G=n.cssHooks[M],G&&"expand"in G){W=G.expand(W),delete C[M];for($ in W)$ in C||(C[$]=W[$],L[$]=B)}else L[M]=B}function R(C,L,$){var M,B,W=0,G=R.prefilters.length,U=n.Deferred().always(function(){delete Y.elem}),Y=function(){if(B)return!1;for(var ae=S||T(),de=Math.max(0,z.startTime+z.duration-ae),Q=de/z.duration||0,ye=1-Q,Pe=0,ze=z.tweens.length;Pe<ze;Pe++)z.tweens[Pe].run(ye);return U.notifyWith(C,[z,ye,de]),ye<1&&ze?de:(ze||U.notifyWith(C,[z,1,0]),U.resolveWith(C,[z]),!1)},z=U.promise({elem:C,props:n.extend({},L),opts:n.extend(!0,{specialEasing:{},easing:n.easing._default},$),originalProperties:L,originalOptions:$,startTime:S||T(),duration:$.duration,tweens:[],createTween:function(ae,de){var Q=n.Tween(C,z.opts,ae,de,z.opts.specialEasing[ae]||z.opts.easing);return z.tweens.push(Q),Q},stop:function(ae){var de=0,Q=ae?z.tweens.length:0;if(B)return this;for(B=!0;de<Q;de++)z.tweens[de].run(1);return ae?(U.notifyWith(C,[z,1,0]),U.resolveWith(C,[z,ae])):U.rejectWith(C,[z,ae]),this}}),te=z.props;for(I(te,z.opts.specialEasing);W<G;W++)if(M=R.prefilters[W].call(z,C,te,z.opts),M)return u(M.stop)&&(n._queueHooks(z.elem,z.opts.queue).stop=M.stop.bind(M)),M;return n.map(te,w,z),u(z.opts.start)&&z.opts.start.call(C,z),z.progress(z.opts.progress).done(z.opts.done,z.opts.complete).fail(z.opts.fail).always(z.opts.always),n.fx.timer(n.extend(Y,{elem:C,anim:z,queue:z.opts.queue})),z}return n.Animation=n.extend(R,{tweeners:{"*":[function(C,L){var $=this.createTween(C,L);return m($.elem,C,s.exec(L),$),$}]},tweener:function(C,L){u(C)?(L=C,C=["*"]):C=C.match(p);for(var $,M=0,B=C.length;M<B;M++)$=C[M],R.tweeners[$]=R.tweeners[$]||[],R.tweeners[$].unshift(L)},prefilters:[D],prefilter:function(C,L){L?R.prefilters.unshift(C):R.prefilters.push(C)}}),n.speed=function(C,L,$){var M=C&&typeof C=="object"?n.extend({},C):{complete:$||!$&&L||u(C)&&C,duration:C,easing:$&&L||L&&!u(L)&&L};return n.fx.off?M.duration=0:typeof M.duration!="number"&&(M.duration in n.fx.speeds?M.duration=n.fx.speeds[M.duration]:M.duration=n.fx.speeds._default),(M.queue==null||M.queue===!0)&&(M.queue="fx"),M.old=M.complete,M.complete=function(){u(M.old)&&M.old.call(this),M.queue&&n.dequeue(this,M.queue)},M},n.fn.extend({fadeTo:function(C,L,$,M){return this.filter(i).css("opacity",0).show().end().animate({opacity:L},C,$,M)},animate:function(C,L,$,M){var B=n.isEmptyObject(C),W=n.speed(L,$,M),G=function(){var U=R(this,n.extend({},C),W);(B||f.get(this,"finish"))&&U.stop(!0)};return G.finish=G,B||W.queue===!1?this.each(G):this.queue(W.queue,G)},stop:function(C,L,$){var M=function(B){var W=B.stop;delete B.stop,W($)};return typeof C!="string"&&($=L,L=C,C=void 0),L&&this.queue(C||"fx",[]),this.each(function(){var B=!0,W=C!=null&&C+"queueHooks",G=n.timers,U=f.get(this);if(W)U[W]&&U[W].stop&&M(U[W]);else for(W in U)U[W]&&U[W].stop&&b.test(W)&&M(U[W]);for(W=G.length;W--;)G[W].elem===this&&(C==null||G[W].queue===C)&&(G[W].anim.stop($),B=!1,G.splice(W,1));(B||!$)&&n.dequeue(this,C)})},finish:function(C){return C!==!1&&(C=C||"fx"),this.each(function(){var L,$=f.get(this),M=$[C+"queue"],B=$[C+"queueHooks"],W=n.timers,G=M?M.length:0;for($.finish=!0,n.queue(this,C,[]),B&&B.stop&&B.stop.call(this,!0),L=W.length;L--;)W[L].elem===this&&W[L].queue===C&&(W[L].anim.stop(!0),W.splice(L,1));for(L=0;L<G;L++)M[L]&&M[L].finish&&M[L].finish.call(this);delete $.finish})}}),n.each(["toggle","show","hide"],function(C,L){var $=n.fn[L];n.fn[L]=function(M,B,W){return M==null||typeof M=="boolean"?$.apply(this,arguments):this.animate(_(L,!0),M,B,W)}}),n.each({slideDown:_("show"),slideUp:_("hide"),slideToggle:_("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(C,L){n.fn[C]=function($,M,B){return this.animate(L,$,M,B)}}),n.timers=[],n.fx.tick=function(){var C,L=0,$=n.timers;for(S=Date.now();L<$.length;L++)C=$[L],!C()&&$[L]===C&&$.splice(L--,1);$.length||n.fx.stop(),S=void 0},n.fx.timer=function(C){n.timers.push(C),n.fx.start()},n.fx.interval=13,n.fx.start=function(){v||(v=!0,P())},n.fx.stop=function(){v=null},n.fx.speeds={slow:600,fast:200,_default:400},n}.apply(y,d),r!==void 0&&(x.exports=r)},9048:(x,y,o)=>{var d,r;d=[o(264),o(4068),o(9456)],r=function(n,l){"use strict";function c(u,s,p,g,i){return new c.prototype.init(u,s,p,g,i)}n.Tween=c,c.prototype={constructor:c,init:function(u,s,p,g,i,m){this.elem=u,this.prop=p,this.easing=i||n.easing._default,this.options=s,this.start=this.now=this.cur(),this.end=g,this.unit=m||(n.cssNumber[p]?"":"px")},cur:function(){var u=c.propHooks[this.prop];return u&&u.get?u.get(this):c.propHooks._default.get(this)},run:function(u){var s,p=c.propHooks[this.prop];return this.options.duration?this.pos=s=n.easing[this.easing](u,this.options.duration*u,0,1,this.options.duration):this.pos=s=u,this.now=(this.end-this.start)*s+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),p&&p.set?p.set(this):c.propHooks._default.set(this),this}},c.prototype.init.prototype=c.prototype,c.propHooks={_default:{get:function(u){var s;return u.elem.nodeType!==1||u.elem[u.prop]!=null&&u.elem.style[u.prop]==null?u.elem[u.prop]:(s=n.css(u.elem,u.prop,""),!s||s==="auto"?0:s)},set:function(u){n.fx.step[u.prop]?n.fx.step[u.prop](u):u.elem.nodeType===1&&(n.cssHooks[u.prop]||u.elem.style[l(u.prop)]!=null)?n.style(u.elem,u.prop,u.now+u.unit):u.elem[u.prop]=u.now}}},c.propHooks.scrollTop=c.propHooks.scrollLeft={set:function(u){u.elem.nodeType&&u.elem.parentNode&&(u.elem[u.prop]=u.now)}},n.easing={linear:function(u){return u},swing:function(u){return .5-Math.cos(u*Math.PI)/2},_default:"swing"},n.fx=c.prototype.init,n.fx.step={}}.apply(y,d),r!==void 0&&(x.exports=r)},6795:(x,y,o)=>{var d,r;d=[o(264),o(5704),o(7309)],r=function(n){"use strict";n.expr.pseudos.animated=function(l){return n.grep(n.timers,function(c){return l===c.elem}).length}}.apply(y,d),r!==void 0&&(x.exports=r)},5156:(x,y,o)=>{var d,r;d=[o(264),o(5422),o(7246),o(4995),o(3153),o(3899),o(9916),o(490),o(5840),o(7473),o(7116),o(5704)],r=function(n,l,c,u,s,p,g,i,m,f){"use strict";var h=/^([^.]*)(?:\.(.+)|)/;function S(){return!0}function v(){return!1}function E(_,w){return _===b()==(w==="focus")}function b(){try{return l.activeElement}catch(_){}}function P(_,w,D,I,R,C){var L,$;if(typeof w=="object"){typeof D!="string"&&(I=I||D,D=void 0);for($ in w)P(_,$,D,I,w[$],C);return _}if(I==null&&R==null?(R=D,I=D=void 0):R==null&&(typeof D=="string"?(R=I,I=void 0):(R=I,I=D,D=void 0)),R===!1)R=v;else if(!R)return _;return C===1&&(L=R,R=function(M){return n().off(M),L.apply(this,arguments)},R.guid=L.guid||(L.guid=n.guid++)),_.each(function(){n.event.add(this,w,R,I,D)})}n.event={global:{},add:function(_,w,D,I,R){var C,L,$,M,B,W,G,U,Y,z,te,ae=m.get(_);if(!!i(_))for(D.handler&&(C=D,D=C.handler,R=C.selector),R&&n.find.matchesSelector(c,R),D.guid||(D.guid=n.guid++),(M=ae.events)||(M=ae.events=Object.create(null)),(L=ae.handle)||(L=ae.handle=function(de){return typeof n!="undefined"&&n.event.triggered!==de.type?n.event.dispatch.apply(_,arguments):void 0}),w=(w||"").match(s)||[""],B=w.length;B--;)$=h.exec(w[B])||[],Y=te=$[1],z=($[2]||"").split(".").sort(),!!Y&&(G=n.event.special[Y]||{},Y=(R?G.delegateType:G.bindType)||Y,G=n.event.special[Y]||{},W=n.extend({type:Y,origType:te,data:I,handler:D,guid:D.guid,selector:R,needsContext:R&&n.expr.match.needsContext.test(R),namespace:z.join(".")},C),(U=M[Y])||(U=M[Y]=[],U.delegateCount=0,(!G.setup||G.setup.call(_,I,z,L)===!1)&&_.addEventListener&&_.addEventListener(Y,L)),G.add&&(G.add.call(_,W),W.handler.guid||(W.handler.guid=D.guid)),R?U.splice(U.delegateCount++,0,W):U.push(W),n.event.global[Y]=!0)},remove:function(_,w,D,I,R){var C,L,$,M,B,W,G,U,Y,z,te,ae=m.hasData(_)&&m.get(_);if(!(!ae||!(M=ae.events))){for(w=(w||"").match(s)||[""],B=w.length;B--;){if($=h.exec(w[B])||[],Y=te=$[1],z=($[2]||"").split(".").sort(),!Y){for(Y in M)n.event.remove(_,Y+w[B],D,I,!0);continue}for(G=n.event.special[Y]||{},Y=(I?G.delegateType:G.bindType)||Y,U=M[Y]||[],$=$[2]&&new RegExp("(^|\\.)"+z.join("\\.(?:.*\\.|)")+"(\\.|$)"),L=C=U.length;C--;)W=U[C],(R||te===W.origType)&&(!D||D.guid===W.guid)&&(!$||$.test(W.namespace))&&(!I||I===W.selector||I==="**"&&W.selector)&&(U.splice(C,1),W.selector&&U.delegateCount--,G.remove&&G.remove.call(_,W));L&&!U.length&&((!G.teardown||G.teardown.call(_,z,ae.handle)===!1)&&n.removeEvent(_,Y,ae.handle),delete M[Y])}n.isEmptyObject(M)&&m.remove(_,"handle events")}},dispatch:function(_){var w,D,I,R,C,L,$=new Array(arguments.length),M=n.event.fix(_),B=(m.get(this,"events")||Object.create(null))[M.type]||[],W=n.event.special[M.type]||{};for($[0]=M,w=1;w<arguments.length;w++)$[w]=arguments[w];if(M.delegateTarget=this,!(W.preDispatch&&W.preDispatch.call(this,M)===!1)){for(L=n.event.handlers.call(this,M,B),w=0;(R=L[w++])&&!M.isPropagationStopped();)for(M.currentTarget=R.elem,D=0;(C=R.handlers[D++])&&!M.isImmediatePropagationStopped();)(!M.rnamespace||C.namespace===!1||M.rnamespace.test(C.namespace))&&(M.handleObj=C,M.data=C.data,I=((n.event.special[C.origType]||{}).handle||C.handler).apply(R.elem,$),I!==void 0&&(M.result=I)===!1&&(M.preventDefault(),M.stopPropagation()));return W.postDispatch&&W.postDispatch.call(this,M),M.result}},handlers:function(_,w){var D,I,R,C,L,$=[],M=w.delegateCount,B=_.target;if(M&&B.nodeType&&!(_.type==="click"&&_.button>=1)){for(;B!==this;B=B.parentNode||this)if(B.nodeType===1&&!(_.type==="click"&&B.disabled===!0)){for(C=[],L={},D=0;D<M;D++)I=w[D],R=I.selector+" ",L[R]===void 0&&(L[R]=I.needsContext?n(R,this).index(B)>-1:n.find(R,this,null,[B]).length),L[R]&&C.push(I);C.length&&$.push({elem:B,handlers:C})}}return B=this,M<w.length&&$.push({elem:B,handlers:w.slice(M)}),$},addProp:function(_,w){Object.defineProperty(n.Event.prototype,_,{enumerable:!0,configurable:!0,get:u(w)?function(){if(this.originalEvent)return w(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[_]},set:function(D){Object.defineProperty(this,_,{enumerable:!0,configurable:!0,writable:!0,value:D})}})},fix:function(_){return _[n.expando]?_:new n.Event(_)},special:{load:{noBubble:!0},click:{setup:function(_){var w=this||_;return p.test(w.type)&&w.click&&f(w,"input")&&T(w,"click",S),!1},trigger:function(_){var w=this||_;return p.test(w.type)&&w.click&&f(w,"input")&&T(w,"click"),!0},_default:function(_){var w=_.target;return p.test(w.type)&&w.click&&f(w,"input")&&m.get(w,"click")||f(w,"a")}},beforeunload:{postDispatch:function(_){_.result!==void 0&&_.originalEvent&&(_.originalEvent.returnValue=_.result)}}}};function T(_,w,D){if(!D){m.get(_,w)===void 0&&n.event.add(_,w,S);return}m.set(_,w,!1),n.event.add(_,w,{namespace:!1,handler:function(I){var R,C,L=m.get(this,w);if(I.isTrigger&1&&this[w]){if(L.length)(n.event.special[w]||{}).delegateType&&I.stopPropagation();else if(L=g.call(arguments),m.set(this,w,L),R=D(this,w),this[w](),C=m.get(this,w),L!==C||R?m.set(this,w,!1):C={},L!==C)return I.stopImmediatePropagation(),I.preventDefault(),C&&C.value}else L.length&&(m.set(this,w,{value:n.event.trigger(n.extend(L[0],n.Event.prototype),L.slice(1),this)}),I.stopImmediatePropagation())}})}return n.removeEvent=function(_,w,D){_.removeEventListener&&_.removeEventListener(w,D)},n.Event=function(_,w){if(!(this instanceof n.Event))return new n.Event(_,w);_&&_.type?(this.originalEvent=_,this.type=_.type,this.isDefaultPrevented=_.defaultPrevented||_.defaultPrevented===void 0&&_.returnValue===!1?S:v,this.target=_.target&&_.target.nodeType===3?_.target.parentNode:_.target,this.currentTarget=_.currentTarget,this.relatedTarget=_.relatedTarget):this.type=_,w&&n.extend(this,w),this.timeStamp=_&&_.timeStamp||Date.now(),this[n.expando]=!0},n.Event.prototype={constructor:n.Event,isDefaultPrevented:v,isPropagationStopped:v,isImmediatePropagationStopped:v,isSimulated:!1,preventDefault:function(){var _=this.originalEvent;this.isDefaultPrevented=S,_&&!this.isSimulated&&_.preventDefault()},stopPropagation:function(){var _=this.originalEvent;this.isPropagationStopped=S,_&&!this.isSimulated&&_.stopPropagation()},stopImmediatePropagation:function(){var _=this.originalEvent;this.isImmediatePropagationStopped=S,_&&!this.isSimulated&&_.stopImmediatePropagation(),this.stopPropagation()}},n.each({altKey:!0,bubbles:!0,cancelable:!0,changedTouches:!0,ctrlKey:!0,detail:!0,eventPhase:!0,metaKey:!0,pageX:!0,pageY:!0,shiftKey:!0,view:!0,char:!0,code:!0,charCode:!0,key:!0,keyCode:!0,button:!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,screenY:!0,targetTouches:!0,toElement:!0,touches:!0,which:!0},n.event.addProp),n.each({focus:"focusin",blur:"focusout"},function(_,w){n.event.special[_]={setup:function(){return T(this,_,E),!1},trigger:function(){return T(this,_),!0},_default:function(){return!0},delegateType:w}}),n.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(_,w){n.event.special[_]={delegateType:w,bindType:w,handle:function(D){var I,R=this,C=D.relatedTarget,L=D.handleObj;return(!C||C!==R&&!n.contains(R,C))&&(D.type=L.origType,I=L.handler.apply(this,arguments),D.type=w),I}}}),n.fn.extend({on:function(_,w,D,I){return P(this,_,w,D,I)},one:function(_,w,D,I){return P(this,_,w,D,I,1)},off:function(_,w,D){var I,R;if(_&&_.preventDefault&&_.handleObj)return I=_.handleObj,n(_.delegateTarget).off(I.namespace?I.origType+"."+I.namespace:I.origType,I.selector,I.handler),this;if(typeof _=="object"){for(R in _)this.off(R,w,_[R]);return this}return(w===!1||typeof w=="function")&&(D=w,w=void 0),D===!1&&(D=v),this.each(function(){n.event.remove(this,_,D,w)})}}),n}.apply(y,d),r!==void 0&&(x.exports=r)},8270:(x,y,o)=>{var d,r;d=[o(264),o(5840),o(3334),o(5156),o(1188)],r=function(n,l,c){"use strict";return c.focusin||n.each({focus:"focusin",blur:"focusout"},function(u,s){var p=function(g){n.event.simulate(s,g.target,n.event.fix(g))};n.event.special[s]={setup:function(){var g=this.ownerDocument||this.document||this,i=l.access(g,s);i||g.addEventListener(u,p,!0),l.access(g,s,(i||0)+1)},teardown:function(){var g=this.ownerDocument||this.document||this,i=l.access(g,s)-1;i?l.access(g,s,i):(g.removeEventListener(u,p,!0),l.remove(g,s))}}}),n}.apply(y,d),r!==void 0&&(x.exports=r)},3334:(x,y,o)=>{var d,r;d=[o(2276)],r=function(n){"use strict";return n.focusin="onfocusin"in window,n}.apply(y,d),r!==void 0&&(x.exports=r)},1188:(x,y,o)=>{var d,r;d=[o(264),o(5422),o(5840),o(490),o(1878),o(4995),o(5718),o(5156)],r=function(n,l,c,u,s,p,g){"use strict";var i=/^(?:focusinfocus|focusoutblur)$/,m=function(f){f.stopPropagation()};return n.extend(n.event,{trigger:function(f,h,S,v){var E,b,P,T,_,w,D,I,R=[S||l],C=s.call(f,"type")?f.type:f,L=s.call(f,"namespace")?f.namespace.split("."):[];if(b=I=P=S=S||l,!(S.nodeType===3||S.nodeType===8)&&!i.test(C+n.event.triggered)&&(C.indexOf(".")>-1&&(L=C.split("."),C=L.shift(),L.sort()),_=C.indexOf(":")<0&&"on"+C,f=f[n.expando]?f:new n.Event(C,typeof f=="object"&&f),f.isTrigger=v?2:3,f.namespace=L.join("."),f.rnamespace=f.namespace?new RegExp("(^|\\.)"+L.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,f.result=void 0,f.target||(f.target=S),h=h==null?[f]:n.makeArray(h,[f]),D=n.event.special[C]||{},!(!v&&D.trigger&&D.trigger.apply(S,h)===!1))){if(!v&&!D.noBubble&&!g(S)){for(T=D.delegateType||C,i.test(T+C)||(b=b.parentNode);b;b=b.parentNode)R.push(b),P=b;P===(S.ownerDocument||l)&&R.push(P.defaultView||P.parentWindow||window)}for(E=0;(b=R[E++])&&!f.isPropagationStopped();)I=b,f.type=E>1?T:D.bindType||C,w=(c.get(b,"events")||Object.create(null))[f.type]&&c.get(b,"handle"),w&&w.apply(b,h),w=_&&b[_],w&&w.apply&&u(b)&&(f.result=w.apply(b,h),f.result===!1&&f.preventDefault());return f.type=C,!v&&!f.isDefaultPrevented()&&(!D._default||D._default.apply(R.pop(),h)===!1)&&u(S)&&_&&p(S[C])&&!g(S)&&(P=S[_],P&&(S[_]=null),n.event.triggered=C,f.isPropagationStopped()&&I.addEventListener(C,m),S[C](),f.isPropagationStopped()&&I.removeEventListener(C,m),n.event.triggered=void 0,P&&(S[_]=P)),f.result}},simulate:function(f,h,S){var v=n.extend(new n.Event,S,{type:f,isSimulated:!0});n.event.trigger(v,null,h)}}),n.fn.extend({trigger:function(f,h){return this.each(function(){n.event.trigger(f,h,this)})},triggerHandler:function(f,h){var S=this[0];if(S)return n.event.trigger(f,h,S,!0)}}),n}.apply(y,d),r!==void 0&&(x.exports=r)},5454:(x,y,o)=>{var d,r,d,r;d=[o(264)],r=function(n){"use strict";d=[],r=function(){return n}.apply(y,d),r!==void 0&&(x.exports=r)}.apply(y,d),r!==void 0&&(x.exports=r)},1569:(x,y,o)=>{var d,r;d=[o(264)],r=function(n){"use strict";var l=window.jQuery,c=window.$;n.noConflict=function(u){return window.$===n&&(window.$=c),u&&window.jQuery===n&&(window.jQuery=l),n},typeof noGlobal=="undefined"&&(window.jQuery=window.$=n)}.apply(y,d),r!==void 0&&(x.exports=r)},1044:(x,y,o)=>{var d,r;d=[o(264),o(5704),o(3599),o(2503),o(1210),o(7781),o(1038),o(5255),o(1090),o(5511),o(2622),o(5156),o(8270),o(9921),o(8801),o(7286),o(9456),o(1722),o(8433),o(5547),o(2037),o(2377),o(3004),o(2926),o(5535),o(2023),o(7309),o(6795),o(1145),o(9922),o(7018),o(5454),o(1569)],r=function(n){"use strict";return n}.apply(y,d),r!==void 0&&(x.exports=r)},9921:(x,y,o)=>{var d,r;d=[o(264),o(7358),o(1216),o(4995),o(5695),o(3899),o(9355),o(1859),o(8500),o(8438),o(11),o(7882),o(9906),o(8379),o(5840),o(6379),o(490),o(9342),o(7473),o(7116),o(3599),o(5704),o(5156)],r=function(n,l,c,u,s,p,g,i,m,f,h,S,v,E,b,P,T,_,w){"use strict";var D=/<script|<style|<link/i,I=/checked\s*(?:[^=]|=\s*.checked.)/i,R=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;function C(U,Y){return w(U,"table")&&w(Y.nodeType!==11?Y:Y.firstChild,"tr")&&n(U).children("tbody")[0]||U}function L(U){return U.type=(U.getAttribute("type")!==null)+"/"+U.type,U}function $(U){return(U.type||"").slice(0,5)==="true/"?U.type=U.type.slice(5):U.removeAttribute("type"),U}function M(U,Y){var z,te,ae,de,Q,ye,Pe;if(Y.nodeType===1){if(b.hasData(U)&&(de=b.get(U),Pe=de.events,Pe)){b.remove(Y,"handle events");for(ae in Pe)for(z=0,te=Pe[ae].length;z<te;z++)n.event.add(Y,ae,Pe[ae][z])}P.hasData(U)&&(Q=P.access(U),ye=n.extend({},Q),P.set(Y,ye))}}function B(U,Y){var z=Y.nodeName.toLowerCase();z==="input"&&p.test(U.type)?Y.checked=U.checked:(z==="input"||z==="textarea")&&(Y.defaultValue=U.defaultValue)}function W(U,Y,z,te){Y=c(Y);var ae,de,Q,ye,Pe,ze,mt=0,It=U.length,Nt=It-1,Rt=Y[0],Gt=u(Rt);if(Gt||It>1&&typeof Rt=="string"&&!E.checkClone&&I.test(Rt))return U.each(function(Ke){var kt=U.eq(Ke);Gt&&(Y[0]=Rt.call(this,Ke,kt.html())),W(kt,Y,z,te)});if(It&&(ae=v(Y,U[0].ownerDocument,!1,U,te),de=ae.firstChild,ae.childNodes.length===1&&(ae=de),de||te)){for(Q=n.map(h(ae,"script"),L),ye=Q.length;mt<It;mt++)Pe=ae,mt!==Nt&&(Pe=n.clone(Pe,!0,!0),ye&&n.merge(Q,h(Pe,"script"))),z.call(U[mt],Pe,mt);if(ye)for(ze=Q[Q.length-1].ownerDocument,n.map(Q,$),mt=0;mt<ye;mt++)Pe=Q[mt],m.test(Pe.type||"")&&!b.access(Pe,"globalEval")&&n.contains(ze,Pe)&&(Pe.src&&(Pe.type||"").toLowerCase()!=="module"?n._evalUrl&&!Pe.noModule&&n._evalUrl(Pe.src,{nonce:Pe.nonce||Pe.getAttribute("nonce")},ze):_(Pe.textContent.replace(R,""),Pe,ze))}return U}function G(U,Y,z){for(var te,ae=Y?n.filter(Y,U):U,de=0;(te=ae[de])!=null;de++)!z&&te.nodeType===1&&n.cleanData(h(te)),te.parentNode&&(z&&l(te)&&S(h(te,"script")),te.parentNode.removeChild(te));return U}return n.extend({htmlPrefilter:function(U){return U},clone:function(U,Y,z){var te,ae,de,Q,ye=U.cloneNode(!0),Pe=l(U);if(!E.noCloneChecked&&(U.nodeType===1||U.nodeType===11)&&!n.isXMLDoc(U))for(Q=h(ye),de=h(U),te=0,ae=de.length;te<ae;te++)B(de[te],Q[te]);if(Y)if(z)for(de=de||h(U),Q=Q||h(ye),te=0,ae=de.length;te<ae;te++)M(de[te],Q[te]);else M(U,ye);return Q=h(ye,"script"),Q.length>0&&S(Q,!Pe&&h(U,"script")),ye},cleanData:function(U){for(var Y,z,te,ae=n.event.special,de=0;(z=U[de])!==void 0;de++)if(T(z)){if(Y=z[b.expando]){if(Y.events)for(te in Y.events)ae[te]?n.event.remove(z,te):n.removeEvent(z,te,Y.handle);z[b.expando]=void 0}z[P.expando]&&(z[P.expando]=void 0)}}}),n.fn.extend({detach:function(U){return G(this,U,!0)},remove:function(U){return G(this,U)},text:function(U){return g(this,function(Y){return Y===void 0?n.text(this):this.empty().each(function(){(this.nodeType===1||this.nodeType===11||this.nodeType===9)&&(this.textContent=Y)})},null,U,arguments.length)},append:function(){return W(this,arguments,function(U){if(this.nodeType===1||this.nodeType===11||this.nodeType===9){var Y=C(this,U);Y.appendChild(U)}})},prepend:function(){return W(this,arguments,function(U){if(this.nodeType===1||this.nodeType===11||this.nodeType===9){var Y=C(this,U);Y.insertBefore(U,Y.firstChild)}})},before:function(){return W(this,arguments,function(U){this.parentNode&&this.parentNode.insertBefore(U,this)})},after:function(){return W(this,arguments,function(U){this.parentNode&&this.parentNode.insertBefore(U,this.nextSibling)})},empty:function(){for(var U,Y=0;(U=this[Y])!=null;Y++)U.nodeType===1&&(n.cleanData(h(U,!1)),U.textContent="");return this},clone:function(U,Y){return U=U==null?!1:U,Y=Y==null?U:Y,this.map(function(){return n.clone(this,U,Y)})},html:function(U){return g(this,function(Y){var z=this[0]||{},te=0,ae=this.length;if(Y===void 0&&z.nodeType===1)return z.innerHTML;if(typeof Y=="string"&&!D.test(Y)&&!f[(i.exec(Y)||["",""])[1].toLowerCase()]){Y=n.htmlPrefilter(Y);try{for(;te<ae;te++)z=this[te]||{},z.nodeType===1&&(n.cleanData(h(z,!1)),z.innerHTML=Y);z=0}catch(de){}}z&&this.empty().append(Y)},null,U,arguments.length)},replaceWith:function(){var U=[];return W(this,arguments,function(Y){var z=this.parentNode;n.inArray(this,U)<0&&(n.cleanData(h(this)),z&&z.replaceChild(Y,this))},U)}}),n.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(U,Y){n.fn[U]=function(z){for(var te,ae=[],de=n(z),Q=de.length-1,ye=0;ye<=Q;ye++)te=ye===Q?this:this.clone(!0),n(de[ye])[Y](te),s.apply(ae,te.get());return this.pushStack(ae)}}),n}.apply(y,d),r!==void 0&&(x.exports=r)},8801:(x,y,o)=>{var d,r;d=[o(5547)],r=function(n){"use strict";return n._evalUrl=function(l,c,u){return n.ajax({url:l,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(s){n.globalEval(s,c,u)}})},n._evalUrl}.apply(y,d),r!==void 0&&(x.exports=r)},9906:(x,y,o)=>{var d,r;d=[o(264),o(6282),o(7358),o(1859),o(8500),o(8438),o(11),o(7882)],r=function(n,l,c,u,s,p,g,i){"use strict";var m=/<|&#?\w+;/;function f(h,S,v,E,b){for(var P,T,_,w,D,I,R=S.createDocumentFragment(),C=[],L=0,$=h.length;L<$;L++)if(P=h[L],P||P===0)if(l(P)==="object")n.merge(C,P.nodeType?[P]:P);else if(!m.test(P))C.push(S.createTextNode(P));else{for(T=T||R.appendChild(S.createElement("div")),_=(u.exec(P)||["",""])[1].toLowerCase(),w=p[_]||p._default,T.innerHTML=w[1]+n.htmlPrefilter(P)+w[2],I=w[0];I--;)T=T.lastChild;n.merge(C,T.childNodes),T=R.firstChild,T.textContent=""}for(R.textContent="",L=0;P=C[L++];){if(E&&n.inArray(P,E)>-1){b&&b.push(P);continue}if(D=c(P),T=g(R.appendChild(P),"script"),D&&i(T),v)for(I=0;P=T[I++];)s.test(P.type||"")&&v.push(P)}return R}return f}.apply(y,d),r!==void 0&&(x.exports=r)},11:(x,y,o)=>{var d,r;d=[o(264),o(7473)],r=function(n,l){"use strict";function c(u,s){var p;return typeof u.getElementsByTagName!="undefined"?p=u.getElementsByTagName(s||"*"):typeof u.querySelectorAll!="undefined"?p=u.querySelectorAll(s||"*"):p=[],s===void 0||s&&l(u,s)?n.merge([u],p):p}return c}.apply(y,d),r!==void 0&&(x.exports=r)},7882:(x,y,o)=>{var d,r;d=[o(5840)],r=function(n){"use strict";function l(c,u){for(var s=0,p=c.length;s<p;s++)n.set(c[s],"globalEval",!u||n.get(u[s],"globalEval"))}return l}.apply(y,d),r!==void 0&&(x.exports=r)},8379:(x,y,o)=>{var d,r;d=[o(5422),o(2276)],r=function(n,l){"use strict";return function(){var c=n.createDocumentFragment(),u=c.appendChild(n.createElement("div")),s=n.createElement("input");s.setAttribute("type","radio"),s.setAttribute("checked","checked"),s.setAttribute("name","t"),u.appendChild(s),l.checkClone=u.cloneNode(!0).cloneNode(!0).lastChild.checked,u.innerHTML="<textarea>x</textarea>",l.noCloneChecked=!!u.cloneNode(!0).lastChild.defaultValue,u.innerHTML="<option></option>",l.option=!!u.lastChild}(),l}.apply(y,d),r!==void 0&&(x.exports=r)},8500:(x,y,o)=>{var d;d=function(){"use strict";return/^$|^module$|\/(?:java|ecma)script/i}.call(y,o,y,x),d!==void 0&&(x.exports=d)},1859:(x,y,o)=>{var d;d=function(){"use strict";return/<([a-z][^\/\0>\x20\t\r\n\f]*)/i}.call(y,o,y,x),d!==void 0&&(x.exports=d)},8438:(x,y,o)=>{var d,r;d=[o(8379)],r=function(n){"use strict";var l={thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};return l.tbody=l.tfoot=l.colgroup=l.caption=l.thead,l.th=l.td,n.option||(l.optgroup=l.option=[1,"<select multiple='multiple'>","</select>"]),l}.apply(y,d),r!==void 0&&(x.exports=r)},1145:(x,y,o)=>{var d,r;d=[o(264),o(9355),o(7246),o(4995),o(3169),o(4682),o(1153),o(7517),o(5718),o(7116),o(9456),o(5704)],r=function(n,l,c,u,s,p,g,i,m){"use strict";return n.offset={setOffset:function(f,h,S){var v,E,b,P,T,_,w,D=n.css(f,"position"),I=n(f),R={};D==="static"&&(f.style.position="relative"),T=I.offset(),b=n.css(f,"top"),_=n.css(f,"left"),w=(D==="absolute"||D==="fixed")&&(b+_).indexOf("auto")>-1,w?(v=I.position(),P=v.top,E=v.left):(P=parseFloat(b)||0,E=parseFloat(_)||0),u(h)&&(h=h.call(f,S,n.extend({},T))),h.top!=null&&(R.top=h.top-T.top+P),h.left!=null&&(R.left=h.left-T.left+E),"using"in h?h.using.call(f,R):I.css(R)}},n.fn.extend({offset:function(f){if(arguments.length)return f===void 0?this:this.each(function(E){n.offset.setOffset(this,f,E)});var h,S,v=this[0];if(!!v)return v.getClientRects().length?(h=v.getBoundingClientRect(),S=v.ownerDocument.defaultView,{top:h.top+S.pageYOffset,left:h.left+S.pageXOffset}):{top:0,left:0}},position:function(){if(!!this[0]){var f,h,S,v=this[0],E={top:0,left:0};if(n.css(v,"position")==="fixed")h=v.getBoundingClientRect();else{for(h=this.offset(),S=v.ownerDocument,f=v.offsetParent||S.documentElement;f&&(f===S.body||f===S.documentElement)&&n.css(f,"position")==="static";)f=f.parentNode;f&&f!==v&&f.nodeType===1&&(E=n(f).offset(),E.top+=n.css(f,"borderTopWidth",!0),E.left+=n.css(f,"borderLeftWidth",!0))}return{top:h.top-E.top-n.css(v,"marginTop",!0),left:h.left-E.left-n.css(v,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){for(var f=this.offsetParent;f&&n.css(f,"position")==="static";)f=f.offsetParent;return f||c})}}),n.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(f,h){var S=h==="pageYOffset";n.fn[f]=function(v){return l(this,function(E,b,P){var T;if(m(E)?T=E:E.nodeType===9&&(T=E.defaultView),P===void 0)return T?T[h]:E[b];T?T.scrollTo(S?T.pageXOffset:P,S?P:T.pageYOffset):E[b]=P},f,v,arguments.length)}}),n.each(["top","left"],function(f,h){n.cssHooks[h]=g(i.pixelPosition,function(S,v){if(v)return v=p(S,h),s.test(v)?n(S).position()[h]+"px":v})}),n}.apply(y,d),r!==void 0&&(x.exports=r)},1090:(x,y,o)=>{var d,r;d=[o(264),o(5840),o(1210),o(2503)],r=function(n,l){"use strict";return n.extend({queue:function(c,u,s){var p;if(c)return u=(u||"fx")+"queue",p=l.get(c,u),s&&(!p||Array.isArray(s)?p=l.access(c,u,n.makeArray(s)):p.push(s)),p||[]},dequeue:function(c,u){u=u||"fx";var s=n.queue(c,u),p=s.length,g=s.shift(),i=n._queueHooks(c,u),m=function(){n.dequeue(c,u)};g==="inprogress"&&(g=s.shift(),p--),g&&(u==="fx"&&s.unshift("inprogress"),delete i.stop,g.call(c,m,i)),!p&&i&&i.empty.fire()},_queueHooks:function(c,u){var s=u+"queueHooks";return l.get(c,s)||l.access(c,s,{empty:n.Callbacks("once memory").add(function(){l.remove(c,[u+"queue",s])})})}}),n.fn.extend({queue:function(c,u){var s=2;return typeof c!="string"&&(u=c,c="fx",s--),arguments.length<s?n.queue(this[0],c):u===void 0?this:this.each(function(){var p=n.queue(this,c,u);n._queueHooks(this,c),c==="fx"&&p[0]!=="inprogress"&&n.dequeue(this,c)})},dequeue:function(c){return this.each(function(){n.dequeue(this,c)})},clearQueue:function(c){return this.queue(c||"fx",[])},promise:function(c,u){var s,p=1,g=n.Deferred(),i=this,m=this.length,f=function(){--p||g.resolveWith(i,[i])};for(typeof c!="string"&&(u=c,c=void 0),c=c||"fx";m--;)s=l.get(i[m],c+"queueHooks"),s&&s.empty&&(p++,s.empty.add(f));return f(),g.promise(u)}}),n}.apply(y,d),r!==void 0&&(x.exports=r)},5511:(x,y,o)=>{var d,r;d=[o(264),o(1090),o(7309)],r=function(n){"use strict";return n.fn.delay=function(l,c){return l=n.fx&&n.fx.speeds[l]||l,c=c||"fx",this.queue(c,function(u,s){var p=window.setTimeout(u,l);s.stop=function(){window.clearTimeout(p)}})},n.fn.delay}.apply(y,d),r!==void 0&&(x.exports=r)},3727:(x,y,o)=>{var d,r;d=[o(264),o(9475)],r=function(n,l){"use strict";n.find=l,n.expr=l.selectors,n.expr[":"]=n.expr.pseudos,n.uniqueSort=n.unique=l.uniqueSort,n.text=l.getText,n.isXMLDoc=l.isXML,n.contains=l.contains,n.escapeSelector=l.escape}.apply(y,d),r!==void 0&&(x.exports=r)},5704:(x,y,o)=>{var d,r;d=[o(3727)],r=function(){"use strict"}.apply(y,d),r!==void 0&&(x.exports=r)},8433:(x,y,o)=>{var d,r;d=[o(264),o(6282),o(3899),o(4995),o(7116),o(3599),o(3291)],r=function(n,l,c,u){"use strict";var s=/\[\]$/,p=/\r?\n/g,g=/^(?:submit|button|image|reset|file)$/i,i=/^(?:input|select|textarea|keygen)/i;function m(f,h,S,v){var E;if(Array.isArray(h))n.each(h,function(b,P){S||s.test(f)?v(f,P):m(f+"["+(typeof P=="object"&&P!=null?b:"")+"]",P,S,v)});else if(!S&&l(h)==="object")for(E in h)m(f+"["+E+"]",h[E],S,v);else v(f,h)}return n.param=function(f,h){var S,v=[],E=function(b,P){var T=u(P)?P():P;v[v.length]=encodeURIComponent(b)+"="+encodeURIComponent(T==null?"":T)};if(f==null)return"";if(Array.isArray(f)||f.jquery&&!n.isPlainObject(f))n.each(f,function(){E(this.name,this.value)});else for(S in f)m(S,f[S],h,E);return v.join("&")},n.fn.extend({serialize:function(){return n.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var f=n.prop(this,"elements");return f?n.makeArray(f):this}).filter(function(){var f=this.type;return this.name&&!n(this).is(":disabled")&&i.test(this.nodeName)&&!g.test(f)&&(this.checked||!c.test(f))}).map(function(f,h){var S=n(this).val();return S==null?null:Array.isArray(S)?n.map(S,function(v){return{name:h.name,value:v.replace(p,`\r
`)}}):{name:h.name,value:S.replace(p,`\r
`)}}).get()}}),n}.apply(y,d),r!==void 0&&(x.exports=r)},3599:(x,y,o)=>{var d,r;d=[o(264),o(792),o(1221),o(6219),o(6921),o(2711),o(7473),o(7116),o(6563),o(5704)],r=function(n,l,c,u,s,p,g){"use strict";var i=/^(?:parents|prev(?:Until|All))/,m={children:!0,contents:!0,next:!0,prev:!0};n.fn.extend({has:function(h){var S=n(h,this),v=S.length;return this.filter(function(){for(var E=0;E<v;E++)if(n.contains(this,S[E]))return!0})},closest:function(h,S){var v,E=0,b=this.length,P=[],T=typeof h!="string"&&n(h);if(!p.test(h)){for(;E<b;E++)for(v=this[E];v&&v!==S;v=v.parentNode)if(v.nodeType<11&&(T?T.index(v)>-1:v.nodeType===1&&n.find.matchesSelector(v,h))){P.push(v);break}}return this.pushStack(P.length>1?n.uniqueSort(P):P)},index:function(h){return h?typeof h=="string"?c.call(n(h),this[0]):c.call(this,h.jquery?h[0]:h):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(h,S){return this.pushStack(n.uniqueSort(n.merge(this.get(),n(h,S))))},addBack:function(h){return this.add(h==null?this.prevObject:this.prevObject.filter(h))}});function f(h,S){for(;(h=h[S])&&h.nodeType!==1;);return h}return n.each({parent:function(h){var S=h.parentNode;return S&&S.nodeType!==11?S:null},parents:function(h){return u(h,"parentNode")},parentsUntil:function(h,S,v){return u(h,"parentNode",v)},next:function(h){return f(h,"nextSibling")},prev:function(h){return f(h,"previousSibling")},nextAll:function(h){return u(h,"nextSibling")},prevAll:function(h){return u(h,"previousSibling")},nextUntil:function(h,S,v){return u(h,"nextSibling",v)},prevUntil:function(h,S,v){return u(h,"previousSibling",v)},siblings:function(h){return s((h.parentNode||{}).firstChild,h)},children:function(h){return s(h.firstChild)},contents:function(h){return h.contentDocument!=null&&l(h.contentDocument)?h.contentDocument:(g(h,"template")&&(h=h.content||h),n.merge([],h.childNodes))}},function(h,S){n.fn[h]=function(v,E){var b=n.map(this,S,v);return h.slice(-5)!=="Until"&&(E=v),E&&typeof E=="string"&&(b=n.filter(E,b)),this.length>1&&(m[h]||n.uniqueSort(b),i.test(h)&&b.reverse()),this.pushStack(b)}}),n}.apply(y,d),r!==void 0&&(x.exports=r)},6563:(x,y,o)=>{var d,r;d=[o(264),o(1221),o(4995),o(2711),o(5704)],r=function(n,l,c,u){"use strict";function s(p,g,i){return c(g)?n.grep(p,function(m,f){return!!g.call(m,f,m)!==i}):g.nodeType?n.grep(p,function(m){return m===g!==i}):typeof g!="string"?n.grep(p,function(m){return l.call(g,m)>-1!==i}):n.filter(g,p,i)}n.filter=function(p,g,i){var m=g[0];return i&&(p=":not("+p+")"),g.length===1&&m.nodeType===1?n.find.matchesSelector(m,p)?[m]:[]:n.find.matches(p,n.grep(g,function(f){return f.nodeType===1}))},n.fn.extend({find:function(p){var g,i,m=this.length,f=this;if(typeof p!="string")return this.pushStack(n(p).filter(function(){for(g=0;g<m;g++)if(n.contains(f[g],this))return!0}));for(i=this.pushStack([]),g=0;g<m;g++)n.find(p,f[g],i);return m>1?n.uniqueSort(i):i},filter:function(p){return this.pushStack(s(this,p||[],!1))},not:function(p){return this.pushStack(s(this,p||[],!0))},is:function(p){return!!s(this,typeof p=="string"&&u.test(p)?n(p):p||[],!1).length}})}.apply(y,d),r!==void 0&&(x.exports=r)},6219:(x,y,o)=>{var d,r;d=[o(264)],r=function(n){"use strict";return function(l,c,u){for(var s=[],p=u!==void 0;(l=l[c])&&l.nodeType!==9;)if(l.nodeType===1){if(p&&n(l).is(u))break;s.push(l)}return s}}.apply(y,d),r!==void 0&&(x.exports=r)},2711:(x,y,o)=>{var d,r;d=[o(264),o(5704)],r=function(n){"use strict";return n.expr.match.needsContext}.apply(y,d),r!==void 0&&(x.exports=r)},6921:(x,y,o)=>{var d;d=function(){"use strict";return function(r,n){for(var l=[];r;r=r.nextSibling)r.nodeType===1&&r!==n&&l.push(r);return l}}.call(y,o,y,x),d!==void 0&&(x.exports=d)},6234:(x,y,o)=>{var d,r;d=[o(6856)],r=function(n){"use strict";return n.call(Object)}.apply(y,d),r!==void 0&&(x.exports=r)},8081:(x,y,o)=>{var d;d=function(){"use strict";return[]}.call(y,o,y,x),d!==void 0&&(x.exports=d)},7204:(x,y,o)=>{var d;d=function(){"use strict";return{}}.call(y,o,y,x),d!==void 0&&(x.exports=d)},5422:(x,y,o)=>{var d;d=function(){"use strict";return window.document}.call(y,o,y,x),d!==void 0&&(x.exports=d)},7246:(x,y,o)=>{var d,r;d=[o(5422)],r=function(n){"use strict";return n.documentElement}.apply(y,d),r!==void 0&&(x.exports=r)},1216:(x,y,o)=>{var d,r;d=[o(8081)],r=function(n){"use strict";return n.flat?function(l){return n.flat.call(l)}:function(l){return n.concat.apply([],l)}}.apply(y,d),r!==void 0&&(x.exports=r)},6856:(x,y,o)=>{var d,r;d=[o(1878)],r=function(n){"use strict";return n.toString}.apply(y,d),r!==void 0&&(x.exports=r)},792:(x,y,o)=>{var d;d=function(){"use strict";return Object.getPrototypeOf}.call(y,o,y,x),d!==void 0&&(x.exports=d)},1878:(x,y,o)=>{var d,r;d=[o(7204)],r=function(n){"use strict";return n.hasOwnProperty}.apply(y,d),r!==void 0&&(x.exports=r)},1221:(x,y,o)=>{var d,r;d=[o(8081)],r=function(n){"use strict";return n.indexOf}.apply(y,d),r!==void 0&&(x.exports=r)},4995:(x,y,o)=>{var d;d=function(){"use strict";return function(n){return typeof n=="function"&&typeof n.nodeType!="number"&&typeof n.item!="function"}}.call(y,o,y,x),d!==void 0&&(x.exports=d)},5718:(x,y,o)=>{var d;d=function(){"use strict";return function(n){return n!=null&&n===n.window}}.call(y,o,y,x),d!==void 0&&(x.exports=d)},2228:(x,y,o)=>{var d;d=function(){"use strict";return/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source}.call(y,o,y,x),d!==void 0&&(x.exports=d)},5695:(x,y,o)=>{var d,r;d=[o(8081)],r=function(n){"use strict";return n.push}.apply(y,d),r!==void 0&&(x.exports=r)},3899:(x,y,o)=>{var d;d=function(){"use strict";return/^(?:checkbox|radio)$/i}.call(y,o,y,x),d!==void 0&&(x.exports=d)},7445:(x,y,o)=>{var d,r;d=[o(2228)],r=function(n){"use strict";return new RegExp("^(?:([+-])=|)("+n+")([a-z%]*)$","i")}.apply(y,d),r!==void 0&&(x.exports=r)},3153:(x,y,o)=>{var d;d=function(){"use strict";return/[^\x20\t\r\n\f]+/g}.call(y,o,y,x),d!==void 0&&(x.exports=d)},9916:(x,y,o)=>{var d,r;d=[o(8081)],r=function(n){"use strict";return n.slice}.apply(y,d),r!==void 0&&(x.exports=r)},2276:(x,y,o)=>{var d;d=function(){"use strict";return{}}.call(y,o,y,x),d!==void 0&&(x.exports=d)},1030:(x,y,o)=>{var d,r;d=[o(7204)],r=function(n){"use strict";return n.toString}.apply(y,d),r!==void 0&&(x.exports=r)},7286:(x,y,o)=>{var d,r;d=[o(264),o(4995),o(7116),o(9921),o(3599)],r=function(n,l){"use strict";return n.fn.extend({wrapAll:function(c){var u;return this[0]&&(l(c)&&(c=c.call(this[0])),u=n(c,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&u.insertBefore(this[0]),u.map(function(){for(var s=this;s.firstElementChild;)s=s.firstElementChild;return s}).append(this)),this},wrapInner:function(c){return l(c)?this.each(function(u){n(this).wrapInner(c.call(this,u))}):this.each(function(){var u=n(this),s=u.contents();s.length?s.wrapAll(c):u.append(c)})},wrap:function(c){var u=l(c);return this.each(function(s){n(this).wrapAll(u?c.call(this,s):c)})},unwrap:function(c){return this.parent(c).not("body").each(function(){n(this).replaceWith(this.childNodes)}),this}}),n}.apply(y,d),r!==void 0&&(x.exports=r)},1893:function(x,y,o){x=o.nmd(x);var d;/**
* @license
* Lodash <https://lodash.com/>
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
* Released under MIT license <https://lodash.com/license>
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
*/(function(){var r,n="4.17.21",l=200,c="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",u="Expected a function",s="Invalid `variable` option passed into `_.template`",p="__lodash_hash_undefined__",g=500,i="__lodash_placeholder__",m=1,f=2,h=4,S=1,v=2,E=1,b=2,P=4,T=8,_=16,w=32,D=64,I=128,R=256,C=512,L=30,$="...",M=800,B=16,W=1,G=2,U=3,Y=1/0,z=9007199254740991,te=17976931348623157e292,ae=0/0,de=4294967295,Q=de-1,ye=de>>>1,Pe=[["ary",I],["bind",E],["bindKey",b],["curry",T],["curryRight",_],["flip",C],["partial",w],["partialRight",D],["rearg",R]],ze="[object Arguments]",mt="[object Array]",It="[object AsyncFunction]",Nt="[object Boolean]",Rt="[object Date]",Gt="[object DOMException]",Ke="[object Error]",kt="[object Function]",Je="[object GeneratorFunction]",et="[object Map]",zt="[object Number]",kn="[object Null]",Pt="[object Object]",Yt="[object Promise]",vn="[object Proxy]",Ft="[object RegExp]",ut="[object Set]",ht="[object String]",Tn="[object Symbol]",nr="[object Undefined]",en="[object WeakMap]",vr="[object WeakSet]",tt="[object ArrayBuffer]",tn="[object DataView]",Mt="[object Float32Array]",he="[object Float64Array]",q="[object Int8Array]",fe="[object Int16Array]",be="[object Int32Array]",ne="[object Uint8Array]",me="[object Uint8ClampedArray]",ce="[object Uint16Array]",Ee="[object Uint32Array]",Re=/\b__p \+= '';/g,Be=/\b(__p \+=) '' \+/g,Ce=/(__e\(.*?\)|\b__t\)) \+\n'';/g,De=/&(?:amp|lt|gt|quot|#39);/g,ke=/[&<>"']/g,Ge=RegExp(De.source),it=RegExp(ke.source),bt=/<%-([\s\S]+?)%>/g,Ve=/<%([\s\S]+?)%>/g,yt=/<%=([\s\S]+?)%>/g,F=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,H=/^\w*$/,V=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,re=/[\\^$.*+?()[\]{}|]/g,Z=RegExp(re.source),ie=/^\s+/,oe=/\s/,Se=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,_e=/\{\n\/\* \[wrapped with (.+)\] \*/,Le=/,? & /,Oe=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,Me=/[()=,{}\[\]\/\s]/,Ze=/\\(\\)?/g,at=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,Fe=/\w*$/,_t=/^[-+]0x[0-9a-f]+$/i,Tt=/^0b[01]+$/i,ve=/^\[object .+?Constructor\]$/,le=/^0o[0-7]+$/i,Ae=/^(?:0|[1-9]\d*)$/,we=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,Ie=/($^)/,st=/['\n\r\u2028\u2029\\]/g,$e="\\ud800-\\udfff",Ut="\\u0300-\\u036f",Pn="\\ufe20-\\ufe2f",_n="\\u20d0-\\u20ff",Dn=Ut+Pn+_n,dt="\\u2700-\\u27bf",gt="a-z\\xdf-\\xf6\\xf8-\\xff",Ai="\\xac\\xb1\\xd7\\xf7",Rs="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",Ls="\\u2000-\\u206f",rr=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",Os="A-Z\\xc0-\\xd6\\xd8-\\xde",Fs="\\ufe0e\\ufe0f",Ms=Ai+Rs+Ls+rr,Pi="['\u2019]",sl="["+$e+"]",Bs="["+Ms+"]",Or="["+Dn+"]",ks="\\d+",ol="["+dt+"]",$s="["+gt+"]",Ws="[^"+$e+Ms+ks+dt+gt+Os+"]",_i="\\ud83c[\\udffb-\\udfff]",al="(?:"+Or+"|"+_i+")",Us="[^"+$e+"]",wi="(?:\\ud83c[\\udde6-\\uddff]){2}",xi="[\\ud800-\\udbff][\\udc00-\\udfff]",ir="["+Os+"]",Hs="\\u200d",Ks="(?:"+$s+"|"+Ws+")",ll="(?:"+ir+"|"+Ws+")",Gs="(?:"+Pi+"(?:d|ll|m|re|s|t|ve))?",zs="(?:"+Pi+"(?:D|LL|M|RE|S|T|VE))?",Ys=al+"?",Vs="["+Fs+"]?",ul="(?:"+Hs+"(?:"+[Us,wi,xi].join("|")+")"+Vs+Ys+")*",pl="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",cl="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",Xs=Vs+Ys+ul,fl="(?:"+[ol,wi,xi].join("|")+")"+Xs,hl="(?:"+[Us+Or+"?",Or,wi,xi,sl].join("|")+")",dl=RegExp(Pi,"g"),gl=RegExp(Or,"g"),bi=RegExp(_i+"(?="+_i+")|"+hl+Xs,"g"),ml=RegExp([ir+"?"+$s+"+"+Gs+"(?="+[Bs,ir,"$"].join("|")+")",ll+"+"+zs+"(?="+[Bs,ir+Ks,"$"].join("|")+")",ir+"?"+Ks+"+"+Gs,ir+"+"+zs,cl,pl,ks,fl].join("|"),"g"),vl=RegExp("["+Hs+$e+Dn+Fs+"]"),yl=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,Sl=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],El=-1,Et={};Et[Mt]=Et[he]=Et[q]=Et[fe]=Et[be]=Et[ne]=Et[me]=Et[ce]=Et[Ee]=!0,Et[ze]=Et[mt]=Et[tt]=Et[Nt]=Et[tn]=Et[Rt]=Et[Ke]=Et[kt]=Et[et]=Et[zt]=Et[Pt]=Et[Ft]=Et[ut]=Et[ht]=Et[en]=!1;var St={};St[ze]=St[mt]=St[tt]=St[tn]=St[Nt]=St[Rt]=St[Mt]=St[he]=St[q]=St[fe]=St[be]=St[et]=St[zt]=St[Pt]=St[Ft]=St[ut]=St[ht]=St[Tn]=St[ne]=St[me]=St[ce]=St[Ee]=!0,St[Ke]=St[kt]=St[en]=!1;var Al={\u00C0:"A",\u00C1:"A",\u00C2:"A",\u00C3:"A",\u00C4:"A",\u00C5:"A",\u00E0:"a",\u00E1:"a",\u00E2:"a",\u00E3:"a",\u00E4:"a",\u00E5:"a",\u00C7:"C",\u00E7:"c",\u00D0:"D",\u00F0:"d",\u00C8:"E",\u00C9:"E",\u00CA:"E",\u00CB:"E",\u00E8:"e",\u00E9:"e",\u00EA:"e",\u00EB:"e",\u00CC:"I",\u00CD:"I",\u00CE:"I",\u00CF:"I",\u00EC:"i",\u00ED:"i",\u00EE:"i",\u00EF:"i",\u00D1:"N",\u00F1:"n",\u00D2:"O",\u00D3:"O",\u00D4:"O",\u00D5:"O",\u00D6:"O",\u00D8:"O",\u00F2:"o",\u00F3:"o",\u00F4:"o",\u00F5:"o",\u00F6:"o",\u00F8:"o",\u00D9:"U",\u00DA:"U",\u00DB:"U",\u00DC:"U",\u00F9:"u",\u00FA:"u",\u00FB:"u",\u00FC:"u",\u00DD:"Y",\u00FD:"y",\u00FF:"y",\u00C6:"Ae",\u00E6:"ae",\u00DE:"Th",\u00FE:"th",\u00DF:"ss",\u0100:"A",\u0102:"A",\u0104:"A",\u0101:"a",\u0103:"a",\u0105:"a",\u0106:"C",\u0108:"C",\u010A:"C",\u010C:"C",\u0107:"c",\u0109:"c",\u010B:"c",\u010D:"c",\u010E:"D",\u0110:"D",\u010F:"d",\u0111:"d",\u0112:"E",\u0114:"E",\u0116:"E",\u0118:"E",\u011A:"E",\u0113:"e",\u0115:"e",\u0117:"e",\u0119:"e",\u011B:"e",\u011C:"G",\u011E:"G",\u0120:"G",\u0122:"G",\u011D:"g",\u011F:"g",\u0121:"g",\u0123:"g",\u0124:"H",\u0126:"H",\u0125:"h",\u0127:"h",\u0128:"I",\u012A:"I",\u012C:"I",\u012E:"I",\u0130:"I",\u0129:"i",\u012B:"i",\u012D:"i",\u012F:"i",\u0131:"i",\u0134:"J",\u0135:"j",\u0136:"K",\u0137:"k",\u0138:"k",\u0139:"L",\u013B:"L",\u013D:"L",\u013F:"L",\u0141:"L",\u013A:"l",\u013C:"l",\u013E:"l",\u0140:"l",\u0142:"l",\u0143:"N",\u0145:"N",\u0147:"N",\u014A:"N",\u0144:"n",\u0146:"n",\u0148:"n",\u014B:"n",\u014C:"O",\u014E:"O",\u0150:"O",\u014D:"o",\u014F:"o",\u0151:"o",\u0154:"R",\u0156:"R",\u0158:"R",\u0155:"r",\u0157:"r",\u0159:"r",\u015A:"S",\u015C:"S",\u015E:"S",\u0160:"S",\u015B:"s",\u015D:"s",\u015F:"s",\u0161:"s",\u0162:"T",\u0164:"T",\u0166:"T",\u0163:"t",\u0165:"t",\u0167:"t",\u0168:"U",\u016A:"U",\u016C:"U",\u016E:"U",\u0170:"U",\u0172:"U",\u0169:"u",\u016B:"u",\u016D:"u",\u016F:"u",\u0171:"u",\u0173:"u",\u0174:"W",\u0175:"w",\u0176:"Y",\u0177:"y",\u0178:"Y",\u0179:"Z",\u017B:"Z",\u017D:"Z",\u017A:"z",\u017C:"z",\u017E:"z",\u0132:"IJ",\u0133:"ij",\u0152:"Oe",\u0153:"oe",\u0149:"'n",\u017F:"s"},Pl={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},_l={"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"},wl={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},xl=parseFloat,bl=parseInt,Zs=typeof o.g=="object"&&o.g&&o.g.Object===Object&&o.g,Tl=typeof self=="object"&&self&&self.Object===Object&&self,$t=Zs||Tl||Function("return this")(),Js=y&&!y.nodeType&&y,yr=Js&&!0&&x&&!x.nodeType&&x,js=yr&&yr.exports===Js,Ti=js&&Zs.process,un=function(){try{var J=yr&&yr.require&&yr.require("util").types;return J||Ti&&Ti.binding&&Ti.binding("util")}catch(se){}}(),qs=un&&un.isArrayBuffer,Qs=un&&un.isDate,eo=un&&un.isMap,to=un&&un.isRegExp,no=un&&un.isSet,ro=un&&un.isTypedArray;function nn(J,se,ee){switch(ee.length){case 0:return J.call(se);case 1:return J.call(se,ee[0]);case 2:return J.call(se,ee[0],ee[1]);case 3:return J.call(se,ee[0],ee[1],ee[2])}return J.apply(se,ee)}function Dl(J,se,ee,Te){for(var Ye=-1,lt=J==null?0:J.length;++Ye<lt;){var Lt=J[Ye];se(Te,Lt,ee(Lt),J)}return Te}function pn(J,se){for(var ee=-1,Te=J==null?0:J.length;++ee<Te&&se(J[ee],ee,J)!==!1;);return J}function Cl(J,se){for(var ee=J==null?0:J.length;ee--&&se(J[ee],ee,J)!==!1;);return J}function io(J,se){for(var ee=-1,Te=J==null?0:J.length;++ee<Te;)if(!se(J[ee],ee,J))return!1;return!0}function $n(J,se){for(var ee=-1,Te=J==null?0:J.length,Ye=0,lt=[];++ee<Te;){var Lt=J[ee];se(Lt,ee,J)&&(lt[Ye++]=Lt)}return lt}function Fr(J,se){var ee=J==null?0:J.length;return!!ee&&sr(J,se,0)>-1}function Di(J,se,ee){for(var Te=-1,Ye=J==null?0:J.length;++Te<Ye;)if(ee(se,J[Te]))return!0;return!1}function At(J,se){for(var ee=-1,Te=J==null?0:J.length,Ye=Array(Te);++ee<Te;)Ye[ee]=se(J[ee],ee,J);return Ye}function Wn(J,se){for(var ee=-1,Te=se.length,Ye=J.length;++ee<Te;)J[Ye+ee]=se[ee];return J}function Ci(J,se,ee,Te){var Ye=-1,lt=J==null?0:J.length;for(Te&&lt&&(ee=J[++Ye]);++Ye<lt;)ee=se(ee,J[Ye],Ye,J);return ee}function Nl(J,se,ee,Te){var Ye=J==null?0:J.length;for(Te&&Ye&&(ee=J[--Ye]);Ye--;)ee=se(ee,J[Ye],Ye,J);return ee}function Ni(J,se){for(var ee=-1,Te=J==null?0:J.length;++ee<Te;)if(se(J[ee],ee,J))return!0;return!1}var Il=Ii("length");function Rl(J){return J.split("")}function Ll(J){return J.match(Oe)||[]}function so(J,se,ee){var Te;return ee(J,function(Ye,lt,Lt){if(se(Ye,lt,Lt))return Te=lt,!1}),Te}function Mr(J,se,ee,Te){for(var Ye=J.length,lt=ee+(Te?1:-1);Te?lt--:++lt<Ye;)if(se(J[lt],lt,J))return lt;return-1}function sr(J,se,ee){return se===se?zl(J,se,ee):Mr(J,oo,ee)}function Ol(J,se,ee,Te){for(var Ye=ee-1,lt=J.length;++Ye<lt;)if(Te(J[Ye],se))return Ye;return-1}function oo(J){return J!==J}function ao(J,se){var ee=J==null?0:J.length;return ee?Li(J,se)/ee:ae}function Ii(J){return function(se){return se==null?r:se[J]}}function Ri(J){return function(se){return J==null?r:J[se]}}function lo(J,se,ee,Te,Ye){return Ye(J,function(lt,Lt,vt){ee=Te?(Te=!1,lt):se(ee,lt,Lt,vt)}),ee}function Fl(J,se){var ee=J.length;for(J.sort(se);ee--;)J[ee]=J[ee].value;return J}function Li(J,se){for(var ee,Te=-1,Ye=J.length;++Te<Ye;){var lt=se(J[Te]);lt!==r&&(ee=ee===r?lt:ee+lt)}return ee}function Oi(J,se){for(var ee=-1,Te=Array(J);++ee<J;)Te[ee]=se(ee);return Te}function Ml(J,se){return At(se,function(ee){return[ee,J[ee]]})}function uo(J){return J&&J.slice(0,ho(J)+1).replace(ie,"")}function rn(J){return function(se){return J(se)}}function Fi(J,se){return At(se,function(ee){return J[ee]})}function Sr(J,se){return J.has(se)}function po(J,se){for(var ee=-1,Te=J.length;++ee<Te&&sr(se,J[ee],0)>-1;);return ee}function co(J,se){for(var ee=J.length;ee--&&sr(se,J[ee],0)>-1;);return ee}function Bl(J,se){for(var ee=J.length,Te=0;ee--;)J[ee]===se&&++Te;return Te}var kl=Ri(Al),$l=Ri(Pl);function Wl(J){return"\\"+wl[J]}function Ul(J,se){return J==null?r:J[se]}function or(J){return vl.test(J)}function Hl(J){return yl.test(J)}function Kl(J){for(var se,ee=[];!(se=J.next()).done;)ee.push(se.value);return ee}function Mi(J){var se=-1,ee=Array(J.size);return J.forEach(function(Te,Ye){ee[++se]=[Ye,Te]}),ee}function fo(J,se){return function(ee){return J(se(ee))}}function Un(J,se){for(var ee=-1,Te=J.length,Ye=0,lt=[];++ee<Te;){var Lt=J[ee];(Lt===se||Lt===i)&&(J[ee]=i,lt[Ye++]=ee)}return lt}function Br(J){var se=-1,ee=Array(J.size);return J.forEach(function(Te){ee[++se]=Te}),ee}function Gl(J){var se=-1,ee=Array(J.size);return J.forEach(function(Te){ee[++se]=[Te,Te]}),ee}function zl(J,se,ee){for(var Te=ee-1,Ye=J.length;++Te<Ye;)if(J[Te]===se)return Te;return-1}function Yl(J,se,ee){for(var Te=ee+1;Te--;)if(J[Te]===se)return Te;return Te}function ar(J){return or(J)?Xl(J):Il(J)}function yn(J){return or(J)?Zl(J):Rl(J)}function ho(J){for(var se=J.length;se--&&oe.test(J.charAt(se)););return se}var Vl=Ri(_l);function Xl(J){for(var se=bi.lastIndex=0;bi.test(J);)++se;return se}function Zl(J){return J.match(bi)||[]}function Jl(J){return J.match(ml)||[]}var jl=function J(se){se=se==null?$t:kr.defaults($t.Object(),se,kr.pick($t,Sl));var ee=se.Array,Te=se.Date,Ye=se.Error,lt=se.Function,Lt=se.Math,vt=se.Object,Bi=se.RegExp,ql=se.String,cn=se.TypeError,$r=ee.prototype,Ql=lt.prototype,lr=vt.prototype,Wr=se["__core-js_shared__"],Ur=Ql.toString,ft=lr.hasOwnProperty,eu=0,go=function(){var e=/[^.]+$/.exec(Wr&&Wr.keys&&Wr.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}(),Hr=lr.toString,tu=Ur.call(vt),nu=$t._,ru=Bi("^"+Ur.call(ft).replace(re,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Kr=js?se.Buffer:r,Hn=se.Symbol,Gr=se.Uint8Array,mo=Kr?Kr.allocUnsafe:r,zr=fo(vt.getPrototypeOf,vt),vo=vt.create,yo=lr.propertyIsEnumerable,Yr=$r.splice,So=Hn?Hn.isConcatSpreadable:r,Er=Hn?Hn.iterator:r,Xn=Hn?Hn.toStringTag:r,Vr=function(){try{var e=Qn(vt,"defineProperty");return e({},"",{}),e}catch(t){}}(),iu=se.clearTimeout!==$t.clearTimeout&&se.clearTimeout,su=Te&&Te.now!==$t.Date.now&&Te.now,ou=se.setTimeout!==$t.setTimeout&&se.setTimeout,Xr=Lt.ceil,Zr=Lt.floor,ki=vt.getOwnPropertySymbols,au=Kr?Kr.isBuffer:r,Eo=se.isFinite,lu=$r.join,uu=fo(vt.keys,vt),Ot=Lt.max,Ht=Lt.min,pu=Te.now,cu=se.parseInt,Ao=Lt.random,fu=$r.reverse,$i=Qn(se,"DataView"),Ar=Qn(se,"Map"),Wi=Qn(se,"Promise"),ur=Qn(se,"Set"),Pr=Qn(se,"WeakMap"),_r=Qn(vt,"create"),Jr=Pr&&new Pr,pr={},hu=er($i),du=er(Ar),gu=er(Wi),mu=er(ur),vu=er(Pr),jr=Hn?Hn.prototype:r,wr=jr?jr.valueOf:r,Po=jr?jr.toString:r;function O(e){if(xt(e)&&!Xe(e)&&!(e instanceof rt)){if(e instanceof fn)return e;if(ft.call(e,"__wrapped__"))return _a(e)}return new fn(e)}var cr=function(){function e(){}return function(t){if(!wt(t))return{};if(vo)return vo(t);e.prototype=t;var a=new e;return e.prototype=r,a}}();function qr(){}function fn(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=r}O.templateSettings={escape:bt,evaluate:Ve,interpolate:yt,variable:"",imports:{_:O}},O.prototype=qr.prototype,O.prototype.constructor=O,fn.prototype=cr(qr.prototype),fn.prototype.constructor=fn;function rt(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=de,this.__views__=[]}function yu(){var e=new rt(this.__wrapped__);return e.__actions__=Jt(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=Jt(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=Jt(this.__views__),e}function Su(){if(this.__filtered__){var e=new rt(this);e.__dir__=-1,e.__filtered__=!0}else e=this.clone(),e.__dir__*=-1;return e}function Eu(){var e=this.__wrapped__.value(),t=this.__dir__,a=Xe(e),A=t<0,N=a?e.length:0,k=Rp(0,N,this.__views__),K=k.start,X=k.end,j=X-K,ue=A?X:K-1,pe=this.__iteratees__,ge=pe.length,xe=0,Ne=Ht(j,this.__takeCount__);if(!a||!A&&N==j&&Ne==j)return Yo(e,this.__actions__);var Ue=[];e:for(;j--&&xe<Ne;){ue+=t;for(var qe=-1,He=e[ue];++qe<ge;){var nt=pe[qe],ot=nt.iteratee,an=nt.type,Zt=ot(He);if(an==G)He=Zt;else if(!Zt){if(an==W)continue e;break e}}Ue[xe++]=He}return Ue}rt.prototype=cr(qr.prototype),rt.prototype.constructor=rt;function Zn(e){var t=-1,a=e==null?0:e.length;for(this.clear();++t<a;){var A=e[t];this.set(A[0],A[1])}}function Au(){this.__data__=_r?_r(null):{},this.size=0}function Pu(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}function _u(e){var t=this.__data__;if(_r){var a=t[e];return a===p?r:a}return ft.call(t,e)?t[e]:r}function wu(e){var t=this.__data__;return _r?t[e]!==r:ft.call(t,e)}function xu(e,t){var a=this.__data__;return this.size+=this.has(e)?0:1,a[e]=_r&&t===r?p:t,this}Zn.prototype.clear=Au,Zn.prototype.delete=Pu,Zn.prototype.get=_u,Zn.prototype.has=wu,Zn.prototype.set=xu;function Cn(e){var t=-1,a=e==null?0:e.length;for(this.clear();++t<a;){var A=e[t];this.set(A[0],A[1])}}function bu(){this.__data__=[],this.size=0}function Tu(e){var t=this.__data__,a=Qr(t,e);if(a<0)return!1;var A=t.length-1;return a==A?t.pop():Yr.call(t,a,1),--this.size,!0}function Du(e){var t=this.__data__,a=Qr(t,e);return a<0?r:t[a][1]}function Cu(e){return Qr(this.__data__,e)>-1}function Nu(e,t){var a=this.__data__,A=Qr(a,e);return A<0?(++this.size,a.push([e,t])):a[A][1]=t,this}Cn.prototype.clear=bu,Cn.prototype.delete=Tu,Cn.prototype.get=Du,Cn.prototype.has=Cu,Cn.prototype.set=Nu;function Nn(e){var t=-1,a=e==null?0:e.length;for(this.clear();++t<a;){var A=e[t];this.set(A[0],A[1])}}function Iu(){this.size=0,this.__data__={hash:new Zn,map:new(Ar||Cn),string:new Zn}}function Ru(e){var t=ci(this,e).delete(e);return this.size-=t?1:0,t}function Lu(e){return ci(this,e).get(e)}function Ou(e){return ci(this,e).has(e)}function Fu(e,t){var a=ci(this,e),A=a.size;return a.set(e,t),this.size+=a.size==A?0:1,this}Nn.prototype.clear=Iu,Nn.prototype.delete=Ru,Nn.prototype.get=Lu,Nn.prototype.has=Ou,Nn.prototype.set=Fu;function Jn(e){var t=-1,a=e==null?0:e.length;for(this.__data__=new Nn;++t<a;)this.add(e[t])}function Mu(e){return this.__data__.set(e,p),this}function Bu(e){return this.__data__.has(e)}Jn.prototype.add=Jn.prototype.push=Mu,Jn.prototype.has=Bu;function Sn(e){var t=this.__data__=new Cn(e);this.size=t.size}function ku(){this.__data__=new Cn,this.size=0}function $u(e){var t=this.__data__,a=t.delete(e);return this.size=t.size,a}function Wu(e){return this.__data__.get(e)}function Uu(e){return this.__data__.has(e)}function Hu(e,t){var a=this.__data__;if(a instanceof Cn){var A=a.__data__;if(!Ar||A.length<l-1)return A.push([e,t]),this.size=++a.size,this;a=this.__data__=new Nn(A)}return a.set(e,t),this.size=a.size,this}Sn.prototype.clear=ku,Sn.prototype.delete=$u,Sn.prototype.get=Wu,Sn.prototype.has=Uu,Sn.prototype.set=Hu;function _o(e,t){var a=Xe(e),A=!a&&tr(e),N=!a&&!A&&Vn(e),k=!a&&!A&&!N&&gr(e),K=a||A||N||k,X=K?Oi(e.length,ql):[],j=X.length;for(var ue in e)(t||ft.call(e,ue))&&!(K&&(ue=="length"||N&&(ue=="offset"||ue=="parent")||k&&(ue=="buffer"||ue=="byteLength"||ue=="byteOffset")||On(ue,j)))&&X.push(ue);return X}function wo(e){var t=e.length;return t?e[ji(0,t-1)]:r}function Ku(e,t){return fi(Jt(e),jn(t,0,e.length))}function Gu(e){return fi(Jt(e))}function Ui(e,t,a){(a!==r&&!En(e[t],a)||a===r&&!(t in e))&&In(e,t,a)}function xr(e,t,a){var A=e[t];(!(ft.call(e,t)&&En(A,a))||a===r&&!(t in e))&&In(e,t,a)}function Qr(e,t){for(var a=e.length;a--;)if(En(e[a][0],t))return a;return-1}function zu(e,t,a,A){return Kn(e,function(N,k,K){t(A,N,a(N),K)}),A}function xo(e,t){return e&&xn(t,Bt(t),e)}function Yu(e,t){return e&&xn(t,qt(t),e)}function In(e,t,a){t=="__proto__"&&Vr?Vr(e,t,{configurable:!0,enumerable:!0,value:a,writable:!0}):e[t]=a}function Hi(e,t){for(var a=-1,A=t.length,N=ee(A),k=e==null;++a<A;)N[a]=k?r:Ps(e,t[a]);return N}function jn(e,t,a){return e===e&&(a!==r&&(e=e<=a?e:a),t!==r&&(e=e>=t?e:t)),e}function hn(e,t,a,A,N,k){var K,X=t&m,j=t&f,ue=t&h;if(a&&(K=N?a(e,A,N,k):a(e)),K!==r)return K;if(!wt(e))return e;var pe=Xe(e);if(pe){if(K=Op(e),!X)return Jt(e,K)}else{var ge=Kt(e),xe=ge==kt||ge==Je;if(Vn(e))return Zo(e,X);if(ge==Pt||ge==ze||xe&&!N){if(K=j||xe?{}:da(e),!X)return j?_p(e,Yu(K,e)):Pp(e,xo(K,e))}else{if(!St[ge])return N?e:{};K=Fp(e,ge,X)}}k||(k=new Sn);var Ne=k.get(e);if(Ne)return Ne;k.set(e,K),Ka(e)?e.forEach(function(He){K.add(hn(He,t,a,He,e,k))}):Ua(e)&&e.forEach(function(He,nt){K.set(nt,hn(He,t,a,nt,e,k))});var Ue=ue?j?ls:as:j?qt:Bt,qe=pe?r:Ue(e);return pn(qe||e,function(He,nt){qe&&(nt=He,He=e[nt]),xr(K,nt,hn(He,t,a,nt,e,k))}),K}function Vu(e){var t=Bt(e);return function(a){return bo(a,e,t)}}function bo(e,t,a){var A=a.length;if(e==null)return!A;for(e=vt(e);A--;){var N=a[A],k=t[N],K=e[N];if(K===r&&!(N in e)||!k(K))return!1}return!0}function To(e,t,a){if(typeof e!="function")throw new cn(u);return Rr(function(){e.apply(r,a)},t)}function br(e,t,a,A){var N=-1,k=Fr,K=!0,X=e.length,j=[],ue=t.length;if(!X)return j;a&&(t=At(t,rn(a))),A?(k=Di,K=!1):t.length>=l&&(k=Sr,K=!1,t=new Jn(t));e:for(;++N<X;){var pe=e[N],ge=a==null?pe:a(pe);if(pe=A||pe!==0?pe:0,K&&ge===ge){for(var xe=ue;xe--;)if(t[xe]===ge)continue e;j.push(pe)}else k(t,ge,A)||j.push(pe)}return j}var Kn=ea(wn),Do=ea(Gi,!0);function Xu(e,t){var a=!0;return Kn(e,function(A,N,k){return a=!!t(A,N,k),a}),a}function ei(e,t,a){for(var A=-1,N=e.length;++A<N;){var k=e[A],K=t(k);if(K!=null&&(X===r?K===K&&!on(K):a(K,X)))var X=K,j=k}return j}function Zu(e,t,a,A){var N=e.length;for(a=je(a),a<0&&(a=-a>N?0:N+a),A=A===r||A>N?N:je(A),A<0&&(A+=N),A=a>A?0:za(A);a<A;)e[a++]=t;return e}function Co(e,t){var a=[];return Kn(e,function(A,N,k){t(A,N,k)&&a.push(A)}),a}function Wt(e,t,a,A,N){var k=-1,K=e.length;for(a||(a=Bp),N||(N=[]);++k<K;){var X=e[k];t>0&&a(X)?t>1?Wt(X,t-1,a,A,N):Wn(N,X):A||(N[N.length]=X)}return N}var Ki=ta(),No=ta(!0);function wn(e,t){return e&&Ki(e,t,Bt)}function Gi(e,t){return e&&No(e,t,Bt)}function ti(e,t){return $n(t,function(a){return Fn(e[a])})}function qn(e,t){t=zn(t,e);for(var a=0,A=t.length;e!=null&&a<A;)e=e[bn(t[a++])];return a&&a==A?e:r}function Io(e,t,a){var A=t(e);return Xe(e)?A:Wn(A,a(e))}function Vt(e){return e==null?e===r?nr:kn:Xn&&Xn in vt(e)?Ip(e):Gp(e)}function zi(e,t){return e>t}function Ju(e,t){return e!=null&&ft.call(e,t)}function ju(e,t){return e!=null&&t in vt(e)}function qu(e,t,a){return e>=Ht(t,a)&&e<Ot(t,a)}function Yi(e,t,a){for(var A=a?Di:Fr,N=e[0].length,k=e.length,K=k,X=ee(k),j=1/0,ue=[];K--;){var pe=e[K];K&&t&&(pe=At(pe,rn(t))),j=Ht(pe.length,j),X[K]=!a&&(t||N>=120&&pe.length>=120)?new Jn(K&&pe):r}pe=e[0];var ge=-1,xe=X[0];e:for(;++ge<N&&ue.length<j;){var Ne=pe[ge],Ue=t?t(Ne):Ne;if(Ne=a||Ne!==0?Ne:0,!(xe?Sr(xe,Ue):A(ue,Ue,a))){for(K=k;--K;){var qe=X[K];if(!(qe?Sr(qe,Ue):A(e[K],Ue,a)))continue e}xe&&xe.push(Ue),ue.push(Ne)}}return ue}function Qu(e,t,a,A){return wn(e,function(N,k,K){t(A,a(N),k,K)}),A}function Tr(e,t,a){t=zn(t,e),e=ya(e,t);var A=e==null?e:e[bn(gn(t))];return A==null?r:nn(A,e,a)}function Ro(e){return xt(e)&&Vt(e)==ze}function ep(e){return xt(e)&&Vt(e)==tt}function tp(e){return xt(e)&&Vt(e)==Rt}function Dr(e,t,a,A,N){return e===t?!0:e==null||t==null||!xt(e)&&!xt(t)?e!==e&&t!==t:np(e,t,a,A,Dr,N)}function np(e,t,a,A,N,k){var K=Xe(e),X=Xe(t),j=K?mt:Kt(e),ue=X?mt:Kt(t);j=j==ze?Pt:j,ue=ue==ze?Pt:ue;var pe=j==Pt,ge=ue==Pt,xe=j==ue;if(xe&&Vn(e)){if(!Vn(t))return!1;K=!0,pe=!1}if(xe&&!pe)return k||(k=new Sn),K||gr(e)?ca(e,t,a,A,N,k):Cp(e,t,j,a,A,N,k);if(!(a&S)){var Ne=pe&&ft.call(e,"__wrapped__"),Ue=ge&&ft.call(t,"__wrapped__");if(Ne||Ue){var qe=Ne?e.value():e,He=Ue?t.value():t;return k||(k=new Sn),N(qe,He,a,A,k)}}return xe?(k||(k=new Sn),Np(e,t,a,A,N,k)):!1}function rp(e){return xt(e)&&Kt(e)==et}function Vi(e,t,a,A){var N=a.length,k=N,K=!A;if(e==null)return!k;for(e=vt(e);N--;){var X=a[N];if(K&&X[2]?X[1]!==e[X[0]]:!(X[0]in e))return!1}for(;++N<k;){X=a[N];var j=X[0],ue=e[j],pe=X[1];if(K&&X[2]){if(ue===r&&!(j in e))return!1}else{var ge=new Sn;if(A)var xe=A(ue,pe,j,e,t,ge);if(!(xe===r?Dr(pe,ue,S|v,A,ge):xe))return!1}}return!0}function Lo(e){if(!wt(e)||$p(e))return!1;var t=Fn(e)?ru:ve;return t.test(er(e))}function ip(e){return xt(e)&&Vt(e)==Ft}function sp(e){return xt(e)&&Kt(e)==ut}function op(e){return xt(e)&&yi(e.length)&&!!Et[Vt(e)]}function Oo(e){return typeof e=="function"?e:e==null?Qt:typeof e=="object"?Xe(e)?Bo(e[0],e[1]):Mo(e):nl(e)}function Xi(e){if(!Ir(e))return uu(e);var t=[];for(var a in vt(e))ft.call(e,a)&&a!="constructor"&&t.push(a);return t}function ap(e){if(!wt(e))return Kp(e);var t=Ir(e),a=[];for(var A in e)A=="constructor"&&(t||!ft.call(e,A))||a.push(A);return a}function Zi(e,t){return e<t}function Fo(e,t){var a=-1,A=jt(e)?ee(e.length):[];return Kn(e,function(N,k,K){A[++a]=t(N,k,K)}),A}function Mo(e){var t=ps(e);return t.length==1&&t[0][2]?ma(t[0][0],t[0][1]):function(a){return a===e||Vi(a,e,t)}}function Bo(e,t){return fs(e)&&ga(t)?ma(bn(e),t):function(a){var A=Ps(a,e);return A===r&&A===t?_s(a,e):Dr(t,A,S|v)}}function ni(e,t,a,A,N){e!==t&&Ki(t,function(k,K){if(N||(N=new Sn),wt(k))lp(e,t,K,a,ni,A,N);else{var X=A?A(ds(e,K),k,K+"",e,t,N):r;X===r&&(X=k),Ui(e,K,X)}},qt)}function lp(e,t,a,A,N,k,K){var X=ds(e,a),j=ds(t,a),ue=K.get(j);if(ue){Ui(e,a,ue);return}var pe=k?k(X,j,a+"",e,t,K):r,ge=pe===r;if(ge){var xe=Xe(j),Ne=!xe&&Vn(j),Ue=!xe&&!Ne&&gr(j);pe=j,xe||Ne||Ue?Xe(X)?pe=X:Dt(X)?pe=Jt(X):Ne?(ge=!1,pe=Zo(j,!0)):Ue?(ge=!1,pe=Jo(j,!0)):pe=[]:Lr(j)||tr(j)?(pe=X,tr(X)?pe=Ya(X):(!wt(X)||Fn(X))&&(pe=da(j))):ge=!1}ge&&(K.set(j,pe),N(pe,j,A,k,K),K.delete(j)),Ui(e,a,pe)}function ko(e,t){var a=e.length;if(!!a)return t+=t<0?a:0,On(t,a)?e[t]:r}function $o(e,t,a){t.length?t=At(t,function(k){return Xe(k)?function(K){return qn(K,k.length===1?k[0]:k)}:k}):t=[Qt];var A=-1;t=At(t,rn(We()));var N=Fo(e,function(k,K,X){var j=At(t,function(ue){return ue(k)});return{criteria:j,index:++A,value:k}});return Fl(N,function(k,K){return Ap(k,K,a)})}function up(e,t){return Wo(e,t,function(a,A){return _s(e,A)})}function Wo(e,t,a){for(var A=-1,N=t.length,k={};++A<N;){var K=t[A],X=qn(e,K);a(X,K)&&Cr(k,zn(K,e),X)}return k}function pp(e){return function(t){return qn(t,e)}}function Ji(e,t,a,A){var N=A?Ol:sr,k=-1,K=t.length,X=e;for(e===t&&(t=Jt(t)),a&&(X=At(e,rn(a)));++k<K;)for(var j=0,ue=t[k],pe=a?a(ue):ue;(j=N(X,pe,j,A))>-1;)X!==e&&Yr.call(X,j,1),Yr.call(e,j,1);return e}function Uo(e,t){for(var a=e?t.length:0,A=a-1;a--;){var N=t[a];if(a==A||N!==k){var k=N;On(N)?Yr.call(e,N,1):es(e,N)}}return e}function ji(e,t){return e+Zr(Ao()*(t-e+1))}function cp(e,t,a,A){for(var N=-1,k=Ot(Xr((t-e)/(a||1)),0),K=ee(k);k--;)K[A?k:++N]=e,e+=a;return K}function qi(e,t){var a="";if(!e||t<1||t>z)return a;do t%2&&(a+=e),t=Zr(t/2),t&&(e+=e);while(t);return a}function Qe(e,t){return gs(va(e,t,Qt),e+"")}function fp(e){return wo(mr(e))}function hp(e,t){var a=mr(e);return fi(a,jn(t,0,a.length))}function Cr(e,t,a,A){if(!wt(e))return e;t=zn(t,e);for(var N=-1,k=t.length,K=k-1,X=e;X!=null&&++N<k;){var j=bn(t[N]),ue=a;if(j==="__proto__"||j==="constructor"||j==="prototype")return e;if(N!=K){var pe=X[j];ue=A?A(pe,j,X):r,ue===r&&(ue=wt(pe)?pe:On(t[N+1])?[]:{})}xr(X,j,ue),X=X[j]}return e}var Ho=Jr?function(e,t){return Jr.set(e,t),e}:Qt,dp=Vr?function(e,t){return Vr(e,"toString",{configurable:!0,enumerable:!1,value:xs(t),writable:!0})}:Qt;function gp(e){return fi(mr(e))}function dn(e,t,a){var A=-1,N=e.length;t<0&&(t=-t>N?0:N+t),a=a>N?N:a,a<0&&(a+=N),N=t>a?0:a-t>>>0,t>>>=0;for(var k=ee(N);++A<N;)k[A]=e[A+t];return k}function mp(e,t){var a;return Kn(e,function(A,N,k){return a=t(A,N,k),!a}),!!a}function ri(e,t,a){var A=0,N=e==null?A:e.length;if(typeof t=="number"&&t===t&&N<=ye){for(;A<N;){var k=A+N>>>1,K=e[k];K!==null&&!on(K)&&(a?K<=t:K<t)?A=k+1:N=k}return N}return Qi(e,t,Qt,a)}function Qi(e,t,a,A){var N=0,k=e==null?0:e.length;if(k===0)return 0;t=a(t);for(var K=t!==t,X=t===null,j=on(t),ue=t===r;N<k;){var pe=Zr((N+k)/2),ge=a(e[pe]),xe=ge!==r,Ne=ge===null,Ue=ge===ge,qe=on(ge);if(K)var He=A||Ue;else ue?He=Ue&&(A||xe):X?He=Ue&&xe&&(A||!Ne):j?He=Ue&&xe&&!Ne&&(A||!qe):Ne||qe?He=!1:He=A?ge<=t:ge<t;He?N=pe+1:k=pe}return Ht(k,Q)}function Ko(e,t){for(var a=-1,A=e.length,N=0,k=[];++a<A;){var K=e[a],X=t?t(K):K;if(!a||!En(X,j)){var j=X;k[N++]=K===0?0:K}}return k}function Go(e){return typeof e=="number"?e:on(e)?ae:+e}function sn(e){if(typeof e=="string")return e;if(Xe(e))return At(e,sn)+"";if(on(e))return Po?Po.call(e):"";var t=e+"";return t=="0"&&1/e==-Y?"-0":t}function Gn(e,t,a){var A=-1,N=Fr,k=e.length,K=!0,X=[],j=X;if(a)K=!1,N=Di;else if(k>=l){var ue=t?null:Tp(e);if(ue)return Br(ue);K=!1,N=Sr,j=new Jn}else j=t?[]:X;e:for(;++A<k;){var pe=e[A],ge=t?t(pe):pe;if(pe=a||pe!==0?pe:0,K&&ge===ge){for(var xe=j.length;xe--;)if(j[xe]===ge)continue e;t&&j.push(ge),X.push(pe)}else N(j,ge,a)||(j!==X&&j.push(ge),X.push(pe))}return X}function es(e,t){return t=zn(t,e),e=ya(e,t),e==null||delete e[bn(gn(t))]}function zo(e,t,a,A){return Cr(e,t,a(qn(e,t)),A)}function ii(e,t,a,A){for(var N=e.length,k=A?N:-1;(A?k--:++k<N)&&t(e[k],k,e););return a?dn(e,A?0:k,A?k+1:N):dn(e,A?k+1:0,A?N:k)}function Yo(e,t){var a=e;return a instanceof rt&&(a=a.value()),Ci(t,function(A,N){return N.func.apply(N.thisArg,Wn([A],N.args))},a)}function ts(e,t,a){var A=e.length;if(A<2)return A?Gn(e[0]):[];for(var N=-1,k=ee(A);++N<A;)for(var K=e[N],X=-1;++X<A;)X!=N&&(k[N]=br(k[N]||K,e[X],t,a));return Gn(Wt(k,1),t,a)}function Vo(e,t,a){for(var A=-1,N=e.length,k=t.length,K={};++A<N;){var X=A<k?t[A]:r;a(K,e[A],X)}return K}function ns(e){return Dt(e)?e:[]}function rs(e){return typeof e=="function"?e:Qt}function zn(e,t){return Xe(e)?e:fs(e,t)?[e]:Pa(pt(e))}var vp=Qe;function Yn(e,t,a){var A=e.length;return a=a===r?A:a,!t&&a>=A?e:dn(e,t,a)}var Xo=iu||function(e){return $t.clearTimeout(e)};function Zo(e,t){if(t)return e.slice();var a=e.length,A=mo?mo(a):new e.constructor(a);return e.copy(A),A}function is(e){var t=new e.constructor(e.byteLength);return new Gr(t).set(new Gr(e)),t}function yp(e,t){var a=t?is(e.buffer):e.buffer;return new e.constructor(a,e.byteOffset,e.byteLength)}function Sp(e){var t=new e.constructor(e.source,Fe.exec(e));return t.lastIndex=e.lastIndex,t}function Ep(e){return wr?vt(wr.call(e)):{}}function Jo(e,t){var a=t?is(e.buffer):e.buffer;return new e.constructor(a,e.byteOffset,e.length)}function jo(e,t){if(e!==t){var a=e!==r,A=e===null,N=e===e,k=on(e),K=t!==r,X=t===null,j=t===t,ue=on(t);if(!X&&!ue&&!k&&e>t||k&&K&&j&&!X&&!ue||A&&K&&j||!a&&j||!N)return 1;if(!A&&!k&&!ue&&e<t||ue&&a&&N&&!A&&!k||X&&a&&N||!K&&N||!j)return-1}return 0}function Ap(e,t,a){for(var A=-1,N=e.criteria,k=t.criteria,K=N.length,X=a.length;++A<K;){var j=jo(N[A],k[A]);if(j){if(A>=X)return j;var ue=a[A];return j*(ue=="desc"?-1:1)}}return e.index-t.index}function qo(e,t,a,A){for(var N=-1,k=e.length,K=a.length,X=-1,j=t.length,ue=Ot(k-K,0),pe=ee(j+ue),ge=!A;++X<j;)pe[X]=t[X];for(;++N<K;)(ge||N<k)&&(pe[a[N]]=e[N]);for(;ue--;)pe[X++]=e[N++];return pe}function Qo(e,t,a,A){for(var N=-1,k=e.length,K=-1,X=a.length,j=-1,ue=t.length,pe=Ot(k-X,0),ge=ee(pe+ue),xe=!A;++N<pe;)ge[N]=e[N];for(var Ne=N;++j<ue;)ge[Ne+j]=t[j];for(;++K<X;)(xe||N<k)&&(ge[Ne+a[K]]=e[N++]);return ge}function Jt(e,t){var a=-1,A=e.length;for(t||(t=ee(A));++a<A;)t[a]=e[a];return t}function xn(e,t,a,A){var N=!a;a||(a={});for(var k=-1,K=t.length;++k<K;){var X=t[k],j=A?A(a[X],e[X],X,a,e):r;j===r&&(j=e[X]),N?In(a,X,j):xr(a,X,j)}return a}function Pp(e,t){return xn(e,cs(e),t)}function _p(e,t){return xn(e,fa(e),t)}function si(e,t){return function(a,A){var N=Xe(a)?Dl:zu,k=t?t():{};return N(a,e,We(A,2),k)}}function fr(e){return Qe(function(t,a){var A=-1,N=a.length,k=N>1?a[N-1]:r,K=N>2?a[2]:r;for(k=e.length>3&&typeof k=="function"?(N--,k):r,K&&Xt(a[0],a[1],K)&&(k=N<3?r:k,N=1),t=vt(t);++A<N;){var X=a[A];X&&e(t,X,A,k)}return t})}function ea(e,t){return function(a,A){if(a==null)return a;if(!jt(a))return e(a,A);for(var N=a.length,k=t?N:-1,K=vt(a);(t?k--:++k<N)&&A(K[k],k,K)!==!1;);return a}}function ta(e){return function(t,a,A){for(var N=-1,k=vt(t),K=A(t),X=K.length;X--;){var j=K[e?X:++N];if(a(k[j],j,k)===!1)break}return t}}function wp(e,t,a){var A=t&E,N=Nr(e);function k(){var K=this&&this!==$t&&this instanceof k?N:e;return K.apply(A?a:this,arguments)}return k}function na(e){return function(t){t=pt(t);var a=or(t)?yn(t):r,A=a?a[0]:t.charAt(0),N=a?Yn(a,1).join(""):t.slice(1);return A[e]()+N}}function hr(e){return function(t){return Ci(el(Qa(t).replace(dl,"")),e,"")}}function Nr(e){return function(){var t=arguments;switch(t.length){case 0:return new e;case 1:return new e(t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3]);case 5:return new e(t[0],t[1],t[2],t[3],t[4]);case 6:return new e(t[0],t[1],t[2],t[3],t[4],t[5]);case 7:return new e(t[0],t[1],t[2],t[3],t[4],t[5],t[6])}var a=cr(e.prototype),A=e.apply(a,t);return wt(A)?A:a}}function xp(e,t,a){var A=Nr(e);function N(){for(var k=arguments.length,K=ee(k),X=k,j=dr(N);X--;)K[X]=arguments[X];var ue=k<3&&K[0]!==j&&K[k-1]!==j?[]:Un(K,j);if(k-=ue.length,k<a)return aa(e,t,oi,N.placeholder,r,K,ue,r,r,a-k);var pe=this&&this!==$t&&this instanceof N?A:e;return nn(pe,this,K)}return N}function ra(e){return function(t,a,A){var N=vt(t);if(!jt(t)){var k=We(a,3);t=Bt(t),a=function(X){return k(N[X],X,N)}}var K=e(t,a,A);return K>-1?N[k?t[K]:K]:r}}function ia(e){return Ln(function(t){var a=t.length,A=a,N=fn.prototype.thru;for(e&&t.reverse();A--;){var k=t[A];if(typeof k!="function")throw new cn(u);if(N&&!K&&pi(k)=="wrapper")var K=new fn([],!0)}for(A=K?A:a;++A<a;){k=t[A];var X=pi(k),j=X=="wrapper"?us(k):r;j&&hs(j[0])&&j[1]==(I|T|w|R)&&!j[4].length&&j[9]==1?K=K[pi(j[0])].apply(K,j[3]):K=k.length==1&&hs(k)?K[X]():K.thru(k)}return function(){var ue=arguments,pe=ue[0];if(K&&ue.length==1&&Xe(pe))return K.plant(pe).value();for(var ge=0,xe=a?t[ge].apply(this,ue):pe;++ge<a;)xe=t[ge].call(this,xe);return xe}})}function oi(e,t,a,A,N,k,K,X,j,ue){var pe=t&I,ge=t&E,xe=t&b,Ne=t&(T|_),Ue=t&C,qe=xe?r:Nr(e);function He(){for(var nt=arguments.length,ot=ee(nt),an=nt;an--;)ot[an]=arguments[an];if(Ne)var Zt=dr(He),ln=Bl(ot,Zt);if(A&&(ot=qo(ot,A,N,Ne)),k&&(ot=Qo(ot,k,K,Ne)),nt-=ln,Ne&&nt<ue){var Ct=Un(ot,Zt);return aa(e,t,oi,He.placeholder,a,ot,Ct,X,j,ue-nt)}var An=ge?a:this,Bn=xe?An[e]:e;return nt=ot.length,X?ot=zp(ot,X):Ue&&nt>1&&ot.reverse(),pe&&j<nt&&(ot.length=j),this&&this!==$t&&this instanceof He&&(Bn=qe||Nr(Bn)),Bn.apply(An,ot)}return He}function sa(e,t){return function(a,A){return Qu(a,e,t(A),{})}}function ai(e,t){return function(a,A){var N;if(a===r&&A===r)return t;if(a!==r&&(N=a),A!==r){if(N===r)return A;typeof a=="string"||typeof A=="string"?(a=sn(a),A=sn(A)):(a=Go(a),A=Go(A)),N=e(a,A)}return N}}function ss(e){return Ln(function(t){return t=At(t,rn(We())),Qe(function(a){var A=this;return e(t,function(N){return nn(N,A,a)})})})}function li(e,t){t=t===r?" ":sn(t);var a=t.length;if(a<2)return a?qi(t,e):t;var A=qi(t,Xr(e/ar(t)));return or(t)?Yn(yn(A),0,e).join(""):A.slice(0,e)}function bp(e,t,a,A){var N=t&E,k=Nr(e);function K(){for(var X=-1,j=arguments.length,ue=-1,pe=A.length,ge=ee(pe+j),xe=this&&this!==$t&&this instanceof K?k:e;++ue<pe;)ge[ue]=A[ue];for(;j--;)ge[ue++]=arguments[++X];return nn(xe,N?a:this,ge)}return K}function oa(e){return function(t,a,A){return A&&typeof A!="number"&&Xt(t,a,A)&&(a=A=r),t=Mn(t),a===r?(a=t,t=0):a=Mn(a),A=A===r?t<a?1:-1:Mn(A),cp(t,a,A,e)}}function ui(e){return function(t,a){return typeof t=="string"&&typeof a=="string"||(t=mn(t),a=mn(a)),e(t,a)}}function aa(e,t,a,A,N,k,K,X,j,ue){var pe=t&T,ge=pe?K:r,xe=pe?r:K,Ne=pe?k:r,Ue=pe?r:k;t|=pe?w:D,t&=~(pe?D:w),t&P||(t&=~(E|b));var qe=[e,t,N,Ne,ge,Ue,xe,X,j,ue],He=a.apply(r,qe);return hs(e)&&Sa(He,qe),He.placeholder=A,Ea(He,e,t)}function os(e){var t=Lt[e];return function(a,A){if(a=mn(a),A=A==null?0:Ht(je(A),292),A&&Eo(a)){var N=(pt(a)+"e").split("e"),k=t(N[0]+"e"+(+N[1]+A));return N=(pt(k)+"e").split("e"),+(N[0]+"e"+(+N[1]-A))}return t(a)}}var Tp=ur&&1/Br(new ur([,-0]))[1]==Y?function(e){return new ur(e)}:Ds;function la(e){return function(t){var a=Kt(t);return a==et?Mi(t):a==ut?Gl(t):Ml(t,e(t))}}function Rn(e,t,a,A,N,k,K,X){var j=t&b;if(!j&&typeof e!="function")throw new cn(u);var ue=A?A.length:0;if(ue||(t&=~(w|D),A=N=r),K=K===r?K:Ot(je(K),0),X=X===r?X:je(X),ue-=N?N.length:0,t&D){var pe=A,ge=N;A=N=r}var xe=j?r:us(e),Ne=[e,t,a,A,N,pe,ge,k,K,X];if(xe&&Hp(Ne,xe),e=Ne[0],t=Ne[1],a=Ne[2],A=Ne[3],N=Ne[4],X=Ne[9]=Ne[9]===r?j?0:e.length:Ot(Ne[9]-ue,0),!X&&t&(T|_)&&(t&=~(T|_)),!t||t==E)var Ue=wp(e,t,a);else t==T||t==_?Ue=xp(e,t,X):(t==w||t==(E|w))&&!N.length?Ue=bp(e,t,a,A):Ue=oi.apply(r,Ne);var qe=xe?Ho:Sa;return Ea(qe(Ue,Ne),e,t)}function ua(e,t,a,A){return e===r||En(e,lr[a])&&!ft.call(A,a)?t:e}function pa(e,t,a,A,N,k){return wt(e)&&wt(t)&&(k.set(t,e),ni(e,t,r,pa,k),k.delete(t)),e}function Dp(e){return Lr(e)?r:e}function ca(e,t,a,A,N,k){var K=a&S,X=e.length,j=t.length;if(X!=j&&!(K&&j>X))return!1;var ue=k.get(e),pe=k.get(t);if(ue&&pe)return ue==t&&pe==e;var ge=-1,xe=!0,Ne=a&v?new Jn:r;for(k.set(e,t),k.set(t,e);++ge<X;){var Ue=e[ge],qe=t[ge];if(A)var He=K?A(qe,Ue,ge,t,e,k):A(Ue,qe,ge,e,t,k);if(He!==r){if(He)continue;xe=!1;break}if(Ne){if(!Ni(t,function(nt,ot){if(!Sr(Ne,ot)&&(Ue===nt||N(Ue,nt,a,A,k)))return Ne.push(ot)})){xe=!1;break}}else if(!(Ue===qe||N(Ue,qe,a,A,k))){xe=!1;break}}return k.delete(e),k.delete(t),xe}function Cp(e,t,a,A,N,k,K){switch(a){case tn:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case tt:return!(e.byteLength!=t.byteLength||!k(new Gr(e),new Gr(t)));case Nt:case Rt:case zt:return En(+e,+t);case Ke:return e.name==t.name&&e.message==t.message;case Ft:case ht:return e==t+"";case et:var X=Mi;case ut:var j=A&S;if(X||(X=Br),e.size!=t.size&&!j)return!1;var ue=K.get(e);if(ue)return ue==t;A|=v,K.set(e,t);var pe=ca(X(e),X(t),A,N,k,K);return K.delete(e),pe;case Tn:if(wr)return wr.call(e)==wr.call(t)}return!1}function Np(e,t,a,A,N,k){var K=a&S,X=as(e),j=X.length,ue=as(t),pe=ue.length;if(j!=pe&&!K)return!1;for(var ge=j;ge--;){var xe=X[ge];if(!(K?xe in t:ft.call(t,xe)))return!1}var Ne=k.get(e),Ue=k.get(t);if(Ne&&Ue)return Ne==t&&Ue==e;var qe=!0;k.set(e,t),k.set(t,e);for(var He=K;++ge<j;){xe=X[ge];var nt=e[xe],ot=t[xe];if(A)var an=K?A(ot,nt,xe,t,e,k):A(nt,ot,xe,e,t,k);if(!(an===r?nt===ot||N(nt,ot,a,A,k):an)){qe=!1;break}He||(He=xe=="constructor")}if(qe&&!He){var Zt=e.constructor,ln=t.constructor;Zt!=ln&&"constructor"in e&&"constructor"in t&&!(typeof Zt=="function"&&Zt instanceof Zt&&typeof ln=="function"&&ln instanceof ln)&&(qe=!1)}return k.delete(e),k.delete(t),qe}function Ln(e){return gs(va(e,r,ba),e+"")}function as(e){return Io(e,Bt,cs)}function ls(e){return Io(e,qt,fa)}var us=Jr?function(e){return Jr.get(e)}:Ds;function pi(e){for(var t=e.name+"",a=pr[t],A=ft.call(pr,t)?a.length:0;A--;){var N=a[A],k=N.func;if(k==null||k==e)return N.name}return t}function dr(e){var t=ft.call(O,"placeholder")?O:e;return t.placeholder}function We(){var e=O.iteratee||bs;return e=e===bs?Oo:e,arguments.length?e(arguments[0],arguments[1]):e}function ci(e,t){var a=e.__data__;return kp(t)?a[typeof t=="string"?"string":"hash"]:a.map}function ps(e){for(var t=Bt(e),a=t.length;a--;){var A=t[a],N=e[A];t[a]=[A,N,ga(N)]}return t}function Qn(e,t){var a=Ul(e,t);return Lo(a)?a:r}function Ip(e){var t=ft.call(e,Xn),a=e[Xn];try{e[Xn]=r;var A=!0}catch(k){}var N=Hr.call(e);return A&&(t?e[Xn]=a:delete e[Xn]),N}var cs=ki?function(e){return e==null?[]:(e=vt(e),$n(ki(e),function(t){return yo.call(e,t)}))}:Cs,fa=ki?function(e){for(var t=[];e;)Wn(t,cs(e)),e=zr(e);return t}:Cs,Kt=Vt;($i&&Kt(new $i(new ArrayBuffer(1)))!=tn||Ar&&Kt(new Ar)!=et||Wi&&Kt(Wi.resolve())!=Yt||ur&&Kt(new ur)!=ut||Pr&&Kt(new Pr)!=en)&&(Kt=function(e){var t=Vt(e),a=t==Pt?e.constructor:r,A=a?er(a):"";if(A)switch(A){case hu:return tn;case du:return et;case gu:return Yt;case mu:return ut;case vu:return en}return t});function Rp(e,t,a){for(var A=-1,N=a.length;++A<N;){var k=a[A],K=k.size;switch(k.type){case"drop":e+=K;break;case"dropRight":t-=K;break;case"take":t=Ht(t,e+K);break;case"takeRight":e=Ot(e,t-K);break}}return{start:e,end:t}}function Lp(e){var t=e.match(_e);return t?t[1].split(Le):[]}function ha(e,t,a){t=zn(t,e);for(var A=-1,N=t.length,k=!1;++A<N;){var K=bn(t[A]);if(!(k=e!=null&&a(e,K)))break;e=e[K]}return k||++A!=N?k:(N=e==null?0:e.length,!!N&&yi(N)&&On(K,N)&&(Xe(e)||tr(e)))}function Op(e){var t=e.length,a=new e.constructor(t);return t&&typeof e[0]=="string"&&ft.call(e,"index")&&(a.index=e.index,a.input=e.input),a}function da(e){return typeof e.constructor=="function"&&!Ir(e)?cr(zr(e)):{}}function Fp(e,t,a){var A=e.constructor;switch(t){case tt:return is(e);case Nt:case Rt:return new A(+e);case tn:return yp(e,a);case Mt:case he:case q:case fe:case be:case ne:case me:case ce:case Ee:return Jo(e,a);case et:return new A;case zt:case ht:return new A(e);case Ft:return Sp(e);case ut:return new A;case Tn:return Ep(e)}}function Mp(e,t){var a=t.length;if(!a)return e;var A=a-1;return t[A]=(a>1?"& ":"")+t[A],t=t.join(a>2?", ":" "),e.replace(Se,`{
/* [wrapped with `+t+`] */
`)}function Bp(e){return Xe(e)||tr(e)||!!(So&&e&&e[So])}function On(e,t){var a=typeof e;return t=t==null?z:t,!!t&&(a=="number"||a!="symbol"&&Ae.test(e))&&e>-1&&e%1==0&&e<t}function Xt(e,t,a){if(!wt(a))return!1;var A=typeof t;return(A=="number"?jt(a)&&On(t,a.length):A=="string"&&t in a)?En(a[t],e):!1}function fs(e,t){if(Xe(e))return!1;var a=typeof e;return a=="number"||a=="symbol"||a=="boolean"||e==null||on(e)?!0:H.test(e)||!F.test(e)||t!=null&&e in vt(t)}function kp(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}function hs(e){var t=pi(e),a=O[t];if(typeof a!="function"||!(t in rt.prototype))return!1;if(e===a)return!0;var A=us(a);return!!A&&e===A[0]}function $p(e){return!!go&&go in e}var Wp=Wr?Fn:Ns;function Ir(e){var t=e&&e.constructor,a=typeof t=="function"&&t.prototype||lr;return e===a}function ga(e){return e===e&&!wt(e)}function ma(e,t){return function(a){return a==null?!1:a[e]===t&&(t!==r||e in vt(a))}}function Up(e){var t=mi(e,function(A){return a.size===g&&a.clear(),A}),a=t.cache;return t}function Hp(e,t){var a=e[1],A=t[1],N=a|A,k=N<(E|b|I),K=A==I&&a==T||A==I&&a==R&&e[7].length<=t[8]||A==(I|R)&&t[7].length<=t[8]&&a==T;if(!(k||K))return e;A&E&&(e[2]=t[2],N|=a&E?0:P);var X=t[3];if(X){var j=e[3];e[3]=j?qo(j,X,t[4]):X,e[4]=j?Un(e[3],i):t[4]}return X=t[5],X&&(j=e[5],e[5]=j?Qo(j,X,t[6]):X,e[6]=j?Un(e[5],i):t[6]),X=t[7],X&&(e[7]=X),A&I&&(e[8]=e[8]==null?t[8]:Ht(e[8],t[8])),e[9]==null&&(e[9]=t[9]),e[0]=t[0],e[1]=N,e}function Kp(e){var t=[];if(e!=null)for(var a in vt(e))t.push(a);return t}function Gp(e){return Hr.call(e)}function va(e,t,a){return t=Ot(t===r?e.length-1:t,0),function(){for(var A=arguments,N=-1,k=Ot(A.length-t,0),K=ee(k);++N<k;)K[N]=A[t+N];N=-1;for(var X=ee(t+1);++N<t;)X[N]=A[N];return X[t]=a(K),nn(e,this,X)}}function ya(e,t){return t.length<2?e:qn(e,dn(t,0,-1))}function zp(e,t){for(var a=e.length,A=Ht(t.length,a),N=Jt(e);A--;){var k=t[A];e[A]=On(k,a)?N[k]:r}return e}function ds(e,t){if(!(t==="constructor"&&typeof e[t]=="function")&&t!="__proto__")return e[t]}var Sa=Aa(Ho),Rr=ou||function(e,t){return $t.setTimeout(e,t)},gs=Aa(dp);function Ea(e,t,a){var A=t+"";return gs(e,Mp(A,Yp(Lp(A),a)))}function Aa(e){var t=0,a=0;return function(){var A=pu(),N=B-(A-a);if(a=A,N>0){if(++t>=M)return arguments[0]}else t=0;return e.apply(r,arguments)}}function fi(e,t){var a=-1,A=e.length,N=A-1;for(t=t===r?A:t;++a<t;){var k=ji(a,N),K=e[k];e[k]=e[a],e[a]=K}return e.length=t,e}var Pa=Up(function(e){var t=[];return e.charCodeAt(0)===46&&t.push(""),e.replace(V,function(a,A,N,k){t.push(N?k.replace(Ze,"$1"):A||a)}),t});function bn(e){if(typeof e=="string"||on(e))return e;var t=e+"";return t=="0"&&1/e==-Y?"-0":t}function er(e){if(e!=null){try{return Ur.call(e)}catch(t){}try{return e+""}catch(t){}}return""}function Yp(e,t){return pn(Pe,function(a){var A="_."+a[0];t&a[1]&&!Fr(e,A)&&e.push(A)}),e.sort()}function _a(e){if(e instanceof rt)return e.clone();var t=new fn(e.__wrapped__,e.__chain__);return t.__actions__=Jt(e.__actions__),t.__index__=e.__index__,t.__values__=e.__values__,t}function Vp(e,t,a){(a?Xt(e,t,a):t===r)?t=1:t=Ot(je(t),0);var A=e==null?0:e.length;if(!A||t<1)return[];for(var N=0,k=0,K=ee(Xr(A/t));N<A;)K[k++]=dn(e,N,N+=t);return K}function Xp(e){for(var t=-1,a=e==null?0:e.length,A=0,N=[];++t<a;){var k=e[t];k&&(N[A++]=k)}return N}function Zp(){var e=arguments.length;if(!e)return[];for(var t=ee(e-1),a=arguments[0],A=e;A--;)t[A-1]=arguments[A];return Wn(Xe(a)?Jt(a):[a],Wt(t,1))}var Jp=Qe(function(e,t){return Dt(e)?br(e,Wt(t,1,Dt,!0)):[]}),jp=Qe(function(e,t){var a=gn(t);return Dt(a)&&(a=r),Dt(e)?br(e,Wt(t,1,Dt,!0),We(a,2)):[]}),qp=Qe(function(e,t){var a=gn(t);return Dt(a)&&(a=r),Dt(e)?br(e,Wt(t,1,Dt,!0),r,a):[]});function Qp(e,t,a){var A=e==null?0:e.length;return A?(t=a||t===r?1:je(t),dn(e,t<0?0:t,A)):[]}function ec(e,t,a){var A=e==null?0:e.length;return A?(t=a||t===r?1:je(t),t=A-t,dn(e,0,t<0?0:t)):[]}function tc(e,t){return e&&e.length?ii(e,We(t,3),!0,!0):[]}function nc(e,t){return e&&e.length?ii(e,We(t,3),!0):[]}function rc(e,t,a,A){var N=e==null?0:e.length;return N?(a&&typeof a!="number"&&Xt(e,t,a)&&(a=0,A=N),Zu(e,t,a,A)):[]}function wa(e,t,a){var A=e==null?0:e.length;if(!A)return-1;var N=a==null?0:je(a);return N<0&&(N=Ot(A+N,0)),Mr(e,We(t,3),N)}function xa(e,t,a){var A=e==null?0:e.length;if(!A)return-1;var N=A-1;return a!==r&&(N=je(a),N=a<0?Ot(A+N,0):Ht(N,A-1)),Mr(e,We(t,3),N,!0)}function ba(e){var t=e==null?0:e.length;return t?Wt(e,1):[]}function ic(e){var t=e==null?0:e.length;return t?Wt(e,Y):[]}function sc(e,t){var a=e==null?0:e.length;return a?(t=t===r?1:je(t),Wt(e,t)):[]}function oc(e){for(var t=-1,a=e==null?0:e.length,A={};++t<a;){var N=e[t];A[N[0]]=N[1]}return A}function Ta(e){return e&&e.length?e[0]:r}function ac(e,t,a){var A=e==null?0:e.length;if(!A)return-1;var N=a==null?0:je(a);return N<0&&(N=Ot(A+N,0)),sr(e,t,N)}function lc(e){var t=e==null?0:e.length;return t?dn(e,0,-1):[]}var uc=Qe(function(e){var t=At(e,ns);return t.length&&t[0]===e[0]?Yi(t):[]}),pc=Qe(function(e){var t=gn(e),a=At(e,ns);return t===gn(a)?t=r:a.pop(),a.length&&a[0]===e[0]?Yi(a,We(t,2)):[]}),cc=Qe(function(e){var t=gn(e),a=At(e,ns);return t=typeof t=="function"?t:r,t&&a.pop(),a.length&&a[0]===e[0]?Yi(a,r,t):[]});function fc(e,t){return e==null?"":lu.call(e,t)}function gn(e){var t=e==null?0:e.length;return t?e[t-1]:r}function hc(e,t,a){var A=e==null?0:e.length;if(!A)return-1;var N=A;return a!==r&&(N=je(a),N=N<0?Ot(A+N,0):Ht(N,A-1)),t===t?Yl(e,t,N):Mr(e,oo,N,!0)}function dc(e,t){return e&&e.length?ko(e,je(t)):r}var gc=Qe(Da);function Da(e,t){return e&&e.length&&t&&t.length?Ji(e,t):e}function mc(e,t,a){return e&&e.length&&t&&t.length?Ji(e,t,We(a,2)):e}function vc(e,t,a){return e&&e.length&&t&&t.length?Ji(e,t,r,a):e}var yc=Ln(function(e,t){var a=e==null?0:e.length,A=Hi(e,t);return Uo(e,At(t,function(N){return On(N,a)?+N:N}).sort(jo)),A});function Sc(e,t){var a=[];if(!(e&&e.length))return a;var A=-1,N=[],k=e.length;for(t=We(t,3);++A<k;){var K=e[A];t(K,A,e)&&(a.push(K),N.push(A))}return Uo(e,N),a}function ms(e){return e==null?e:fu.call(e)}function Ec(e,t,a){var A=e==null?0:e.length;return A?(a&&typeof a!="number"&&Xt(e,t,a)?(t=0,a=A):(t=t==null?0:je(t),a=a===r?A:je(a)),dn(e,t,a)):[]}function Ac(e,t){return ri(e,t)}function Pc(e,t,a){return Qi(e,t,We(a,2))}function _c(e,t){var a=e==null?0:e.length;if(a){var A=ri(e,t);if(A<a&&En(e[A],t))return A}return-1}function wc(e,t){return ri(e,t,!0)}function xc(e,t,a){return Qi(e,t,We(a,2),!0)}function bc(e,t){var a=e==null?0:e.length;if(a){var A=ri(e,t,!0)-1;if(En(e[A],t))return A}return-1}function Tc(e){return e&&e.length?Ko(e):[]}function Dc(e,t){return e&&e.length?Ko(e,We(t,2)):[]}function Cc(e){var t=e==null?0:e.length;return t?dn(e,1,t):[]}function Nc(e,t,a){return e&&e.length?(t=a||t===r?1:je(t),dn(e,0,t<0?0:t)):[]}function Ic(e,t,a){var A=e==null?0:e.length;return A?(t=a||t===r?1:je(t),t=A-t,dn(e,t<0?0:t,A)):[]}function Rc(e,t){return e&&e.length?ii(e,We(t,3),!1,!0):[]}function Lc(e,t){return e&&e.length?ii(e,We(t,3)):[]}var Oc=Qe(function(e){return Gn(Wt(e,1,Dt,!0))}),Fc=Qe(function(e){var t=gn(e);return Dt(t)&&(t=r),Gn(Wt(e,1,Dt,!0),We(t,2))}),Mc=Qe(function(e){var t=gn(e);return t=typeof t=="function"?t:r,Gn(Wt(e,1,Dt,!0),r,t)});function Bc(e){return e&&e.length?Gn(e):[]}function kc(e,t){return e&&e.length?Gn(e,We(t,2)):[]}function $c(e,t){return t=typeof t=="function"?t:r,e&&e.length?Gn(e,r,t):[]}function vs(e){if(!(e&&e.length))return[];var t=0;return e=$n(e,function(a){if(Dt(a))return t=Ot(a.length,t),!0}),Oi(t,function(a){return At(e,Ii(a))})}function Ca(e,t){if(!(e&&e.length))return[];var a=vs(e);return t==null?a:At(a,function(A){return nn(t,r,A)})}var Wc=Qe(function(e,t){return Dt(e)?br(e,t):[]}),Uc=Qe(function(e){return ts($n(e,Dt))}),Hc=Qe(function(e){var t=gn(e);return Dt(t)&&(t=r),ts($n(e,Dt),We(t,2))}),Kc=Qe(function(e){var t=gn(e);return t=typeof t=="function"?t:r,ts($n(e,Dt),r,t)}),Gc=Qe(vs);function zc(e,t){return Vo(e||[],t||[],xr)}function Yc(e,t){return Vo(e||[],t||[],Cr)}var Vc=Qe(function(e){var t=e.length,a=t>1?e[t-1]:r;return a=typeof a=="function"?(e.pop(),a):r,Ca(e,a)});function Na(e){var t=O(e);return t.__chain__=!0,t}function Xc(e,t){return t(e),e}function hi(e,t){return t(e)}var Zc=Ln(function(e){var t=e.length,a=t?e[0]:0,A=this.__wrapped__,N=function(k){return Hi(k,e)};return t>1||this.__actions__.length||!(A instanceof rt)||!On(a)?this.thru(N):(A=A.slice(a,+a+(t?1:0)),A.__actions__.push({func:hi,args:[N],thisArg:r}),new fn(A,this.__chain__).thru(function(k){return t&&!k.length&&k.push(r),k}))});function Jc(){return Na(this)}function jc(){return new fn(this.value(),this.__chain__)}function qc(){this.__values__===r&&(this.__values__=Ga(this.value()));var e=this.__index__>=this.__values__.length,t=e?r:this.__values__[this.__index__++];return{done:e,value:t}}function Qc(){return this}function ef(e){for(var t,a=this;a instanceof qr;){var A=_a(a);A.__index__=0,A.__values__=r,t?N.__wrapped__=A:t=A;var N=A;a=a.__wrapped__}return N.__wrapped__=e,t}function tf(){var e=this.__wrapped__;if(e instanceof rt){var t=e;return this.__actions__.length&&(t=new rt(this)),t=t.reverse(),t.__actions__.push({func:hi,args:[ms],thisArg:r}),new fn(t,this.__chain__)}return this.thru(ms)}function nf(){return Yo(this.__wrapped__,this.__actions__)}var rf=si(function(e,t,a){ft.call(e,a)?++e[a]:In(e,a,1)});function sf(e,t,a){var A=Xe(e)?io:Xu;return a&&Xt(e,t,a)&&(t=r),A(e,We(t,3))}function of(e,t){var a=Xe(e)?$n:Co;return a(e,We(t,3))}var af=ra(wa),lf=ra(xa);function uf(e,t){return Wt(di(e,t),1)}function pf(e,t){return Wt(di(e,t),Y)}function cf(e,t,a){return a=a===r?1:je(a),Wt(di(e,t),a)}function Ia(e,t){var a=Xe(e)?pn:Kn;return a(e,We(t,3))}function Ra(e,t){var a=Xe(e)?Cl:Do;return a(e,We(t,3))}var ff=si(function(e,t,a){ft.call(e,a)?e[a].push(t):In(e,a,[t])});function hf(e,t,a,A){e=jt(e)?e:mr(e),a=a&&!A?je(a):0;var N=e.length;return a<0&&(a=Ot(N+a,0)),Si(e)?a<=N&&e.indexOf(t,a)>-1:!!N&&sr(e,t,a)>-1}var df=Qe(function(e,t,a){var A=-1,N=typeof t=="function",k=jt(e)?ee(e.length):[];return Kn(e,function(K){k[++A]=N?nn(t,K,a):Tr(K,t,a)}),k}),gf=si(function(e,t,a){In(e,a,t)});function di(e,t){var a=Xe(e)?At:Fo;return a(e,We(t,3))}function mf(e,t,a,A){return e==null?[]:(Xe(t)||(t=t==null?[]:[t]),a=A?r:a,Xe(a)||(a=a==null?[]:[a]),$o(e,t,a))}var vf=si(function(e,t,a){e[a?0:1].push(t)},function(){return[[],[]]});function yf(e,t,a){var A=Xe(e)?Ci:lo,N=arguments.length<3;return A(e,We(t,4),a,N,Kn)}function Sf(e,t,a){var A=Xe(e)?Nl:lo,N=arguments.length<3;return A(e,We(t,4),a,N,Do)}function Ef(e,t){var a=Xe(e)?$n:Co;return a(e,vi(We(t,3)))}function Af(e){var t=Xe(e)?wo:fp;return t(e)}function Pf(e,t,a){(a?Xt(e,t,a):t===r)?t=1:t=je(t);var A=Xe(e)?Ku:hp;return A(e,t)}function _f(e){var t=Xe(e)?Gu:gp;return t(e)}function wf(e){if(e==null)return 0;if(jt(e))return Si(e)?ar(e):e.length;var t=Kt(e);return t==et||t==ut?e.size:Xi(e).length}function xf(e,t,a){var A=Xe(e)?Ni:mp;return a&&Xt(e,t,a)&&(t=r),A(e,We(t,3))}var bf=Qe(function(e,t){if(e==null)return[];var a=t.length;return a>1&&Xt(e,t[0],t[1])?t=[]:a>2&&Xt(t[0],t[1],t[2])&&(t=[t[0]]),$o(e,Wt(t,1),[])}),gi=su||function(){return $t.Date.now()};function Tf(e,t){if(typeof t!="function")throw new cn(u);return e=je(e),function(){if(--e<1)return t.apply(this,arguments)}}function La(e,t,a){return t=a?r:t,t=e&&t==null?e.length:t,Rn(e,I,r,r,r,r,t)}function Oa(e,t){var a;if(typeof t!="function")throw new cn(u);return e=je(e),function(){return--e>0&&(a=t.apply(this,arguments)),e<=1&&(t=r),a}}var ys=Qe(function(e,t,a){var A=E;if(a.length){var N=Un(a,dr(ys));A|=w}return Rn(e,A,t,a,N)}),Fa=Qe(function(e,t,a){var A=E|b;if(a.length){var N=Un(a,dr(Fa));A|=w}return Rn(t,A,e,a,N)});function Ma(e,t,a){t=a?r:t;var A=Rn(e,T,r,r,r,r,r,t);return A.placeholder=Ma.placeholder,A}function Ba(e,t,a){t=a?r:t;var A=Rn(e,_,r,r,r,r,r,t);return A.placeholder=Ba.placeholder,A}function ka(e,t,a){var A,N,k,K,X,j,ue=0,pe=!1,ge=!1,xe=!0;if(typeof e!="function")throw new cn(u);t=mn(t)||0,wt(a)&&(pe=!!a.leading,ge="maxWait"in a,k=ge?Ot(mn(a.maxWait)||0,t):k,xe="trailing"in a?!!a.trailing:xe);function Ne(Ct){var An=A,Bn=N;return A=N=r,ue=Ct,K=e.apply(Bn,An),K}function Ue(Ct){return ue=Ct,X=Rr(nt,t),pe?Ne(Ct):K}function qe(Ct){var An=Ct-j,Bn=Ct-ue,rl=t-An;return ge?Ht(rl,k-Bn):rl}function He(Ct){var An=Ct-j,Bn=Ct-ue;return j===r||An>=t||An<0||ge&&Bn>=k}function nt(){var Ct=gi();if(He(Ct))return ot(Ct);X=Rr(nt,qe(Ct))}function ot(Ct){return X=r,xe&&A?Ne(Ct):(A=N=r,K)}function an(){X!==r&&Xo(X),ue=0,A=j=N=X=r}function Zt(){return X===r?K:ot(gi())}function ln(){var Ct=gi(),An=He(Ct);if(A=arguments,N=this,j=Ct,An){if(X===r)return Ue(j);if(ge)return Xo(X),X=Rr(nt,t),Ne(j)}return X===r&&(X=Rr(nt,t)),K}return ln.cancel=an,ln.flush=Zt,ln}var Df=Qe(function(e,t){return To(e,1,t)}),Cf=Qe(function(e,t,a){return To(e,mn(t)||0,a)});function Nf(e){return Rn(e,C)}function mi(e,t){if(typeof e!="function"||t!=null&&typeof t!="function")throw new cn(u);var a=function(){var A=arguments,N=t?t.apply(this,A):A[0],k=a.cache;if(k.has(N))return k.get(N);var K=e.apply(this,A);return a.cache=k.set(N,K)||k,K};return a.cache=new(mi.Cache||Nn),a}mi.Cache=Nn;function vi(e){if(typeof e!="function")throw new cn(u);return function(){var t=arguments;switch(t.length){case 0:return!e.call(this);case 1:return!e.call(this,t[0]);case 2:return!e.call(this,t[0],t[1]);case 3:return!e.call(this,t[0],t[1],t[2])}return!e.apply(this,t)}}function If(e){return Oa(2,e)}var Rf=vp(function(e,t){t=t.length==1&&Xe(t[0])?At(t[0],rn(We())):At(Wt(t,1),rn(We()));var a=t.length;return Qe(function(A){for(var N=-1,k=Ht(A.length,a);++N<k;)A[N]=t[N].call(this,A[N]);return nn(e,this,A)})}),Ss=Qe(function(e,t){var a=Un(t,dr(Ss));return Rn(e,w,r,t,a)}),$a=Qe(function(e,t){var a=Un(t,dr($a));return Rn(e,D,r,t,a)}),Lf=Ln(function(e,t){return Rn(e,R,r,r,r,t)});function Of(e,t){if(typeof e!="function")throw new cn(u);return t=t===r?t:je(t),Qe(e,t)}function Ff(e,t){if(typeof e!="function")throw new cn(u);return t=t==null?0:Ot(je(t),0),Qe(function(a){var A=a[t],N=Yn(a,0,t);return A&&Wn(N,A),nn(e,this,N)})}function Mf(e,t,a){var A=!0,N=!0;if(typeof e!="function")throw new cn(u);return wt(a)&&(A="leading"in a?!!a.leading:A,N="trailing"in a?!!a.trailing:N),ka(e,t,{leading:A,maxWait:t,trailing:N})}function Bf(e){return La(e,1)}function kf(e,t){return Ss(rs(t),e)}function $f(){if(!arguments.length)return[];var e=arguments[0];return Xe(e)?e:[e]}function Wf(e){return hn(e,h)}function Uf(e,t){return t=typeof t=="function"?t:r,hn(e,h,t)}function Hf(e){return hn(e,m|h)}function Kf(e,t){return t=typeof t=="function"?t:r,hn(e,m|h,t)}function Gf(e,t){return t==null||bo(e,t,Bt(t))}function En(e,t){return e===t||e!==e&&t!==t}var zf=ui(zi),Yf=ui(function(e,t){return e>=t}),tr=Ro(function(){return arguments}())?Ro:function(e){return xt(e)&&ft.call(e,"callee")&&!yo.call(e,"callee")},Xe=ee.isArray,Vf=qs?rn(qs):ep;function jt(e){return e!=null&&yi(e.length)&&!Fn(e)}function Dt(e){return xt(e)&&jt(e)}function Xf(e){return e===!0||e===!1||xt(e)&&Vt(e)==Nt}var Vn=au||Ns,Zf=Qs?rn(Qs):tp;function Jf(e){return xt(e)&&e.nodeType===1&&!Lr(e)}function jf(e){if(e==null)return!0;if(jt(e)&&(Xe(e)||typeof e=="string"||typeof e.splice=="function"||Vn(e)||gr(e)||tr(e)))return!e.length;var t=Kt(e);if(t==et||t==ut)return!e.size;if(Ir(e))return!Xi(e).length;for(var a in e)if(ft.call(e,a))return!1;return!0}function qf(e,t){return Dr(e,t)}function Qf(e,t,a){a=typeof a=="function"?a:r;var A=a?a(e,t):r;return A===r?Dr(e,t,r,a):!!A}function Es(e){if(!xt(e))return!1;var t=Vt(e);return t==Ke||t==Gt||typeof e.message=="string"&&typeof e.name=="string"&&!Lr(e)}function eh(e){return typeof e=="number"&&Eo(e)}function Fn(e){if(!wt(e))return!1;var t=Vt(e);return t==kt||t==Je||t==It||t==vn}function Wa(e){return typeof e=="number"&&e==je(e)}function yi(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=z}function wt(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}function xt(e){return e!=null&&typeof e=="object"}var Ua=eo?rn(eo):rp;function th(e,t){return e===t||Vi(e,t,ps(t))}function nh(e,t,a){return a=typeof a=="function"?a:r,Vi(e,t,ps(t),a)}function rh(e){return Ha(e)&&e!=+e}function ih(e){if(Wp(e))throw new Ye(c);return Lo(e)}function sh(e){return e===null}function oh(e){return e==null}function Ha(e){return typeof e=="number"||xt(e)&&Vt(e)==zt}function Lr(e){if(!xt(e)||Vt(e)!=Pt)return!1;var t=zr(e);if(t===null)return!0;var a=ft.call(t,"constructor")&&t.constructor;return typeof a=="function"&&a instanceof a&&Ur.call(a)==tu}var As=to?rn(to):ip;function ah(e){return Wa(e)&&e>=-z&&e<=z}var Ka=no?rn(no):sp;function Si(e){return typeof e=="string"||!Xe(e)&&xt(e)&&Vt(e)==ht}function on(e){return typeof e=="symbol"||xt(e)&&Vt(e)==Tn}var gr=ro?rn(ro):op;function lh(e){return e===r}function uh(e){return xt(e)&&Kt(e)==en}function ph(e){return xt(e)&&Vt(e)==vr}var ch=ui(Zi),fh=ui(function(e,t){return e<=t});function Ga(e){if(!e)return[];if(jt(e))return Si(e)?yn(e):Jt(e);if(Er&&e[Er])return Kl(e[Er]());var t=Kt(e),a=t==et?Mi:t==ut?Br:mr;return a(e)}function Mn(e){if(!e)return e===0?e:0;if(e=mn(e),e===Y||e===-Y){var t=e<0?-1:1;return t*te}return e===e?e:0}function je(e){var t=Mn(e),a=t%1;return t===t?a?t-a:t:0}function za(e){return e?jn(je(e),0,de):0}function mn(e){if(typeof e=="number")return e;if(on(e))return ae;if(wt(e)){var t=typeof e.valueOf=="function"?e.valueOf():e;e=wt(t)?t+"":t}if(typeof e!="string")return e===0?e:+e;e=uo(e);var a=Tt.test(e);return a||le.test(e)?bl(e.slice(2),a?2:8):_t.test(e)?ae:+e}function Ya(e){return xn(e,qt(e))}function hh(e){return e?jn(je(e),-z,z):e===0?e:0}function pt(e){return e==null?"":sn(e)}var dh=fr(function(e,t){if(Ir(t)||jt(t)){xn(t,Bt(t),e);return}for(var a in t)ft.call(t,a)&&xr(e,a,t[a])}),Va=fr(function(e,t){xn(t,qt(t),e)}),Ei=fr(function(e,t,a,A){xn(t,qt(t),e,A)}),gh=fr(function(e,t,a,A){xn(t,Bt(t),e,A)}),mh=Ln(Hi);function vh(e,t){var a=cr(e);return t==null?a:xo(a,t)}var yh=Qe(function(e,t){e=vt(e);var a=-1,A=t.length,N=A>2?t[2]:r;for(N&&Xt(t[0],t[1],N)&&(A=1);++a<A;)for(var k=t[a],K=qt(k),X=-1,j=K.length;++X<j;){var ue=K[X],pe=e[ue];(pe===r||En(pe,lr[ue])&&!ft.call(e,ue))&&(e[ue]=k[ue])}return e}),Sh=Qe(function(e){return e.push(r,pa),nn(Xa,r,e)});function Eh(e,t){return so(e,We(t,3),wn)}function Ah(e,t){return so(e,We(t,3),Gi)}function Ph(e,t){return e==null?e:Ki(e,We(t,3),qt)}function _h(e,t){return e==null?e:No(e,We(t,3),qt)}function wh(e,t){return e&&wn(e,We(t,3))}function xh(e,t){return e&&Gi(e,We(t,3))}function bh(e){return e==null?[]:ti(e,Bt(e))}function Th(e){return e==null?[]:ti(e,qt(e))}function Ps(e,t,a){var A=e==null?r:qn(e,t);return A===r?a:A}function Dh(e,t){return e!=null&&ha(e,t,Ju)}function _s(e,t){return e!=null&&ha(e,t,ju)}var Ch=sa(function(e,t,a){t!=null&&typeof t.toString!="function"&&(t=Hr.call(t)),e[t]=a},xs(Qt)),Nh=sa(function(e,t,a){t!=null&&typeof t.toString!="function"&&(t=Hr.call(t)),ft.call(e,t)?e[t].push(a):e[t]=[a]},We),Ih=Qe(Tr);function Bt(e){return jt(e)?_o(e):Xi(e)}function qt(e){return jt(e)?_o(e,!0):ap(e)}function Rh(e,t){var a={};return t=We(t,3),wn(e,function(A,N,k){In(a,t(A,N,k),A)}),a}function Lh(e,t){var a={};return t=We(t,3),wn(e,function(A,N,k){In(a,N,t(A,N,k))}),a}var Oh=fr(function(e,t,a){ni(e,t,a)}),Xa=fr(function(e,t,a,A){ni(e,t,a,A)}),Fh=Ln(function(e,t){var a={};if(e==null)return a;var A=!1;t=At(t,function(k){return k=zn(k,e),A||(A=k.length>1),k}),xn(e,ls(e),a),A&&(a=hn(a,m|f|h,Dp));for(var N=t.length;N--;)es(a,t[N]);return a});function Mh(e,t){return Za(e,vi(We(t)))}var Bh=Ln(function(e,t){return e==null?{}:up(e,t)});function Za(e,t){if(e==null)return{};var a=At(ls(e),function(A){return[A]});return t=We(t),Wo(e,a,function(A,N){return t(A,N[0])})}function kh(e,t,a){t=zn(t,e);var A=-1,N=t.length;for(N||(N=1,e=r);++A<N;){var k=e==null?r:e[bn(t[A])];k===r&&(A=N,k=a),e=Fn(k)?k.call(e):k}return e}function $h(e,t,a){return e==null?e:Cr(e,t,a)}function Wh(e,t,a,A){return A=typeof A=="function"?A:r,e==null?e:Cr(e,t,a,A)}var Ja=la(Bt),ja=la(qt);function Uh(e,t,a){var A=Xe(e),N=A||Vn(e)||gr(e);if(t=We(t,4),a==null){var k=e&&e.constructor;N?a=A?new k:[]:wt(e)?a=Fn(k)?cr(zr(e)):{}:a={}}return(N?pn:wn)(e,function(K,X,j){return t(a,K,X,j)}),a}function Hh(e,t){return e==null?!0:es(e,t)}function Kh(e,t,a){return e==null?e:zo(e,t,rs(a))}function Gh(e,t,a,A){return A=typeof A=="function"?A:r,e==null?e:zo(e,t,rs(a),A)}function mr(e){return e==null?[]:Fi(e,Bt(e))}function zh(e){return e==null?[]:Fi(e,qt(e))}function Yh(e,t,a){return a===r&&(a=t,t=r),a!==r&&(a=mn(a),a=a===a?a:0),t!==r&&(t=mn(t),t=t===t?t:0),jn(mn(e),t,a)}function Vh(e,t,a){return t=Mn(t),a===r?(a=t,t=0):a=Mn(a),e=mn(e),qu(e,t,a)}function Xh(e,t,a){if(a&&typeof a!="boolean"&&Xt(e,t,a)&&(t=a=r),a===r&&(typeof t=="boolean"?(a=t,t=r):typeof e=="boolean"&&(a=e,e=r)),e===r&&t===r?(e=0,t=1):(e=Mn(e),t===r?(t=e,e=0):t=Mn(t)),e>t){var A=e;e=t,t=A}if(a||e%1||t%1){var N=Ao();return Ht(e+N*(t-e+xl("1e-"+((N+"").length-1))),t)}return ji(e,t)}var Zh=hr(function(e,t,a){return t=t.toLowerCase(),e+(a?qa(t):t)});function qa(e){return ws(pt(e).toLowerCase())}function Qa(e){return e=pt(e),e&&e.replace(we,kl).replace(gl,"")}function Jh(e,t,a){e=pt(e),t=sn(t);var A=e.length;a=a===r?A:jn(je(a),0,A);var N=a;return a-=t.length,a>=0&&e.slice(a,N)==t}function jh(e){return e=pt(e),e&&it.test(e)?e.replace(ke,$l):e}function qh(e){return e=pt(e),e&&Z.test(e)?e.replace(re,"\\$&"):e}var Qh=hr(function(e,t,a){return e+(a?"-":"")+t.toLowerCase()}),ed=hr(function(e,t,a){return e+(a?" ":"")+t.toLowerCase()}),td=na("toLowerCase");function nd(e,t,a){e=pt(e),t=je(t);var A=t?ar(e):0;if(!t||A>=t)return e;var N=(t-A)/2;return li(Zr(N),a)+e+li(Xr(N),a)}function rd(e,t,a){e=pt(e),t=je(t);var A=t?ar(e):0;return t&&A<t?e+li(t-A,a):e}function id(e,t,a){e=pt(e),t=je(t);var A=t?ar(e):0;return t&&A<t?li(t-A,a)+e:e}function sd(e,t,a){return a||t==null?t=0:t&&(t=+t),cu(pt(e).replace(ie,""),t||0)}function od(e,t,a){return(a?Xt(e,t,a):t===r)?t=1:t=je(t),qi(pt(e),t)}function ad(){var e=arguments,t=pt(e[0]);return e.length<3?t:t.replace(e[1],e[2])}var ld=hr(function(e,t,a){return e+(a?"_":"")+t.toLowerCase()});function ud(e,t,a){return a&&typeof a!="number"&&Xt(e,t,a)&&(t=a=r),a=a===r?de:a>>>0,a?(e=pt(e),e&&(typeof t=="string"||t!=null&&!As(t))&&(t=sn(t),!t&&or(e))?Yn(yn(e),0,a):e.split(t,a)):[]}var pd=hr(function(e,t,a){return e+(a?" ":"")+ws(t)});function cd(e,t,a){return e=pt(e),a=a==null?0:jn(je(a),0,e.length),t=sn(t),e.slice(a,a+t.length)==t}function fd(e,t,a){var A=O.templateSettings;a&&Xt(e,t,a)&&(t=r),e=pt(e),t=Ei({},t,A,ua);var N=Ei({},t.imports,A.imports,ua),k=Bt(N),K=Fi(N,k),X,j,ue=0,pe=t.interpolate||Ie,ge="__p += '",xe=Bi((t.escape||Ie).source+"|"+pe.source+"|"+(pe===yt?at:Ie).source+"|"+(t.evaluate||Ie).source+"|$","g"),Ne="//# sourceURL="+(ft.call(t,"sourceURL")?(t.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++El+"]")+`
`;e.replace(xe,function(He,nt,ot,an,Zt,ln){return ot||(ot=an),ge+=e.slice(ue,ln).replace(st,Wl),nt&&(X=!0,ge+=`' +
__e(`+nt+`) +
'`),Zt&&(j=!0,ge+=`';
`+Zt+`;
__p += '`),ot&&(ge+=`' +
((__t = (`+ot+`)) == null ? '' : __t) +
'`),ue=ln+He.length,He}),ge+=`';
`;var Ue=ft.call(t,"variable")&&t.variable;if(!Ue)ge=`with (obj) {
`+ge+`
}
`;else if(Me.test(Ue))throw new Ye(s);ge=(j?ge.replace(Re,""):ge).replace(Be,"$1").replace(Ce,"$1;"),ge="function("+(Ue||"obj")+`) {
`+(Ue?"":`obj || (obj = {});
`)+"var __t, __p = ''"+(X?", __e = _.escape":"")+(j?`, __j = Array.prototype.join;
function print() { __p += __j.call(arguments, '') }
`:`;
`)+ge+`return __p
}`;var qe=tl(function(){return lt(k,Ne+"return "+ge).apply(r,K)});if(qe.source=ge,Es(qe))throw qe;return qe}function hd(e){return pt(e).toLowerCase()}function dd(e){return pt(e).toUpperCase()}function gd(e,t,a){if(e=pt(e),e&&(a||t===r))return uo(e);if(!e||!(t=sn(t)))return e;var A=yn(e),N=yn(t),k=po(A,N),K=co(A,N)+1;return Yn(A,k,K).join("")}function md(e,t,a){if(e=pt(e),e&&(a||t===r))return e.slice(0,ho(e)+1);if(!e||!(t=sn(t)))return e;var A=yn(e),N=co(A,yn(t))+1;return Yn(A,0,N).join("")}function vd(e,t,a){if(e=pt(e),e&&(a||t===r))return e.replace(ie,"");if(!e||!(t=sn(t)))return e;var A=yn(e),N=po(A,yn(t));return Yn(A,N).join("")}function yd(e,t){var a=L,A=$;if(wt(t)){var N="separator"in t?t.separator:N;a="length"in t?je(t.length):a,A="omission"in t?sn(t.omission):A}e=pt(e);var k=e.length;if(or(e)){var K=yn(e);k=K.length}if(a>=k)return e;var X=a-ar(A);if(X<1)return A;var j=K?Yn(K,0,X).join(""):e.slice(0,X);if(N===r)return j+A;if(K&&(X+=j.length-X),As(N)){if(e.slice(X).search(N)){var ue,pe=j;for(N.global||(N=Bi(N.source,pt(Fe.exec(N))+"g")),N.lastIndex=0;ue=N.exec(pe);)var ge=ue.index;j=j.slice(0,ge===r?X:ge)}}else if(e.indexOf(sn(N),X)!=X){var xe=j.lastIndexOf(N);xe>-1&&(j=j.slice(0,xe))}return j+A}function Sd(e){return e=pt(e),e&&Ge.test(e)?e.replace(De,Vl):e}var Ed=hr(function(e,t,a){return e+(a?" ":"")+t.toUpperCase()}),ws=na("toUpperCase");function el(e,t,a){return e=pt(e),t=a?r:t,t===r?Hl(e)?Jl(e):Ll(e):e.match(t)||[]}var tl=Qe(function(e,t){try{return nn(e,r,t)}catch(a){return Es(a)?a:new Ye(a)}}),Ad=Ln(function(e,t){return pn(t,function(a){a=bn(a),In(e,a,ys(e[a],e))}),e});function Pd(e){var t=e==null?0:e.length,a=We();return e=t?At(e,function(A){if(typeof A[1]!="function")throw new cn(u);return[a(A[0]),A[1]]}):[],Qe(function(A){for(var N=-1;++N<t;){var k=e[N];if(nn(k[0],this,A))return nn(k[1],this,A)}})}function _d(e){return Vu(hn(e,m))}function xs(e){return function(){return e}}function wd(e,t){return e==null||e!==e?t:e}var xd=ia(),bd=ia(!0);function Qt(e){return e}function bs(e){return Oo(typeof e=="function"?e:hn(e,m))}function Td(e){return Mo(hn(e,m))}function Dd(e,t){return Bo(e,hn(t,m))}var Cd=Qe(function(e,t){return function(a){return Tr(a,e,t)}}),Nd=Qe(function(e,t){return function(a){return Tr(e,a,t)}});function Ts(e,t,a){var A=Bt(t),N=ti(t,A);a==null&&!(wt(t)&&(N.length||!A.length))&&(a=t,t=e,e=this,N=ti(t,Bt(t)));var k=!(wt(a)&&"chain"in a)||!!a.chain,K=Fn(e);return pn(N,function(X){var j=t[X];e[X]=j,K&&(e.prototype[X]=function(){var ue=this.__chain__;if(k||ue){var pe=e(this.__wrapped__),ge=pe.__actions__=Jt(this.__actions__);return ge.push({func:j,args:arguments,thisArg:e}),pe.__chain__=ue,pe}return j.apply(e,Wn([this.value()],arguments))})}),e}function Id(){return $t._===this&&($t._=nu),this}function Ds(){}function Rd(e){return e=je(e),Qe(function(t){return ko(t,e)})}var Ld=ss(At),Od=ss(io),Fd=ss(Ni);function nl(e){return fs(e)?Ii(bn(e)):pp(e)}function Md(e){return function(t){return e==null?r:qn(e,t)}}var Bd=oa(),kd=oa(!0);function Cs(){return[]}function Ns(){return!1}function $d(){return{}}function Wd(){return""}function Ud(){return!0}function Hd(e,t){if(e=je(e),e<1||e>z)return[];var a=de,A=Ht(e,de);t=We(t),e-=de;for(var N=Oi(A,t);++a<e;)t(a);return N}function Kd(e){return Xe(e)?At(e,bn):on(e)?[e]:Jt(Pa(pt(e)))}function Gd(e){var t=++eu;return pt(e)+t}var zd=ai(function(e,t){return e+t},0),Yd=os("ceil"),Vd=ai(function(e,t){return e/t},1),Xd=os("floor");function Zd(e){return e&&e.length?ei(e,Qt,zi):r}function Jd(e,t){return e&&e.length?ei(e,We(t,2),zi):r}function jd(e){return ao(e,Qt)}function qd(e,t){return ao(e,We(t,2))}function Qd(e){return e&&e.length?ei(e,Qt,Zi):r}function eg(e,t){return e&&e.length?ei(e,We(t,2),Zi):r}var tg=ai(function(e,t){return e*t},1),ng=os("round"),rg=ai(function(e,t){return e-t},0);function ig(e){return e&&e.length?Li(e,Qt):0}function sg(e,t){return e&&e.length?Li(e,We(t,2)):0}return O.after=Tf,O.ary=La,O.assign=dh,O.assignIn=Va,O.assignInWith=Ei,O.assignWith=gh,O.at=mh,O.before=Oa,O.bind=ys,O.bindAll=Ad,O.bindKey=Fa,O.castArray=$f,O.chain=Na,O.chunk=Vp,O.compact=Xp,O.concat=Zp,O.cond=Pd,O.conforms=_d,O.constant=xs,O.countBy=rf,O.create=vh,O.curry=Ma,O.curryRight=Ba,O.debounce=ka,O.defaults=yh,O.defaultsDeep=Sh,O.defer=Df,O.delay=Cf,O.difference=Jp,O.differenceBy=jp,O.differenceWith=qp,O.drop=Qp,O.dropRight=ec,O.dropRightWhile=tc,O.dropWhile=nc,O.fill=rc,O.filter=of,O.flatMap=uf,O.flatMapDeep=pf,O.flatMapDepth=cf,O.flatten=ba,O.flattenDeep=ic,O.flattenDepth=sc,O.flip=Nf,O.flow=xd,O.flowRight=bd,O.fromPairs=oc,O.functions=bh,O.functionsIn=Th,O.groupBy=ff,O.initial=lc,O.intersection=uc,O.intersectionBy=pc,O.intersectionWith=cc,O.invert=Ch,O.invertBy=Nh,O.invokeMap=df,O.iteratee=bs,O.keyBy=gf,O.keys=Bt,O.keysIn=qt,O.map=di,O.mapKeys=Rh,O.mapValues=Lh,O.matches=Td,O.matchesProperty=Dd,O.memoize=mi,O.merge=Oh,O.mergeWith=Xa,O.method=Cd,O.methodOf=Nd,O.mixin=Ts,O.negate=vi,O.nthArg=Rd,O.omit=Fh,O.omitBy=Mh,O.once=If,O.orderBy=mf,O.over=Ld,O.overArgs=Rf,O.overEvery=Od,O.overSome=Fd,O.partial=Ss,O.partialRight=$a,O.partition=vf,O.pick=Bh,O.pickBy=Za,O.property=nl,O.propertyOf=Md,O.pull=gc,O.pullAll=Da,O.pullAllBy=mc,O.pullAllWith=vc,O.pullAt=yc,O.range=Bd,O.rangeRight=kd,O.rearg=Lf,O.reject=Ef,O.remove=Sc,O.rest=Of,O.reverse=ms,O.sampleSize=Pf,O.set=$h,O.setWith=Wh,O.shuffle=_f,O.slice=Ec,O.sortBy=bf,O.sortedUniq=Tc,O.sortedUniqBy=Dc,O.split=ud,O.spread=Ff,O.tail=Cc,O.take=Nc,O.takeRight=Ic,O.takeRightWhile=Rc,O.takeWhile=Lc,O.tap=Xc,O.throttle=Mf,O.thru=hi,O.toArray=Ga,O.toPairs=Ja,O.toPairsIn=ja,O.toPath=Kd,O.toPlainObject=Ya,O.transform=Uh,O.unary=Bf,O.union=Oc,O.unionBy=Fc,O.unionWith=Mc,O.uniq=Bc,O.uniqBy=kc,O.uniqWith=$c,O.unset=Hh,O.unzip=vs,O.unzipWith=Ca,O.update=Kh,O.updateWith=Gh,O.values=mr,O.valuesIn=zh,O.without=Wc,O.words=el,O.wrap=kf,O.xor=Uc,O.xorBy=Hc,O.xorWith=Kc,O.zip=Gc,O.zipObject=zc,O.zipObjectDeep=Yc,O.zipWith=Vc,O.entries=Ja,O.entriesIn=ja,O.extend=Va,O.extendWith=Ei,Ts(O,O),O.add=zd,O.attempt=tl,O.camelCase=Zh,O.capitalize=qa,O.ceil=Yd,O.clamp=Yh,O.clone=Wf,O.cloneDeep=Hf,O.cloneDeepWith=Kf,O.cloneWith=Uf,O.conformsTo=Gf,O.deburr=Qa,O.defaultTo=wd,O.divide=Vd,O.endsWith=Jh,O.eq=En,O.escape=jh,O.escapeRegExp=qh,O.every=sf,O.find=af,O.findIndex=wa,O.findKey=Eh,O.findLast=lf,O.findLastIndex=xa,O.findLastKey=Ah,O.floor=Xd,O.forEach=Ia,O.forEachRight=Ra,O.forIn=Ph,O.forInRight=_h,O.forOwn=wh,O.forOwnRight=xh,O.get=Ps,O.gt=zf,O.gte=Yf,O.has=Dh,O.hasIn=_s,O.head=Ta,O.identity=Qt,O.includes=hf,O.indexOf=ac,O.inRange=Vh,O.invoke=Ih,O.isArguments=tr,O.isArray=Xe,O.isArrayBuffer=Vf,O.isArrayLike=jt,O.isArrayLikeObject=Dt,O.isBoolean=Xf,O.isBuffer=Vn,O.isDate=Zf,O.isElement=Jf,O.isEmpty=jf,O.isEqual=qf,O.isEqualWith=Qf,O.isError=Es,O.isFinite=eh,O.isFunction=Fn,O.isInteger=Wa,O.isLength=yi,O.isMap=Ua,O.isMatch=th,O.isMatchWith=nh,O.isNaN=rh,O.isNative=ih,O.isNil=oh,O.isNull=sh,O.isNumber=Ha,O.isObject=wt,O.isObjectLike=xt,O.isPlainObject=Lr,O.isRegExp=As,O.isSafeInteger=ah,O.isSet=Ka,O.isString=Si,O.isSymbol=on,O.isTypedArray=gr,O.isUndefined=lh,O.isWeakMap=uh,O.isWeakSet=ph,O.join=fc,O.kebabCase=Qh,O.last=gn,O.lastIndexOf=hc,O.lowerCase=ed,O.lowerFirst=td,O.lt=ch,O.lte=fh,O.max=Zd,O.maxBy=Jd,O.mean=jd,O.meanBy=qd,O.min=Qd,O.minBy=eg,O.stubArray=Cs,O.stubFalse=Ns,O.stubObject=$d,O.stubString=Wd,O.stubTrue=Ud,O.multiply=tg,O.nth=dc,O.noConflict=Id,O.noop=Ds,O.now=gi,O.pad=nd,O.padEnd=rd,O.padStart=id,O.parseInt=sd,O.random=Xh,O.reduce=yf,O.reduceRight=Sf,O.repeat=od,O.replace=ad,O.result=kh,O.round=ng,O.runInContext=J,O.sample=Af,O.size=wf,O.snakeCase=ld,O.some=xf,O.sortedIndex=Ac,O.sortedIndexBy=Pc,O.sortedIndexOf=_c,O.sortedLastIndex=wc,O.sortedLastIndexBy=xc,O.sortedLastIndexOf=bc,O.startCase=pd,O.startsWith=cd,O.subtract=rg,O.sum=ig,O.sumBy=sg,O.template=fd,O.times=Hd,O.toFinite=Mn,O.toInteger=je,O.toLength=za,O.toLower=hd,O.toNumber=mn,O.toSafeInteger=hh,O.toString=pt,O.toUpper=dd,O.trim=gd,O.trimEnd=md,O.trimStart=vd,O.truncate=yd,O.unescape=Sd,O.uniqueId=Gd,O.upperCase=Ed,O.upperFirst=ws,O.each=Ia,O.eachRight=Ra,O.first=Ta,Ts(O,function(){var e={};return wn(O,function(t,a){ft.call(O.prototype,a)||(e[a]=t)}),e}(),{chain:!1}),O.VERSION=n,pn(["bind","bindKey","curry","curryRight","partial","partialRight"],function(e){O[e].placeholder=O}),pn(["drop","take"],function(e,t){rt.prototype[e]=function(a){a=a===r?1:Ot(je(a),0);var A=this.__filtered__&&!t?new rt(this):this.clone();return A.__filtered__?A.__takeCount__=Ht(a,A.__takeCount__):A.__views__.push({size:Ht(a,de),type:e+(A.__dir__<0?"Right":"")}),A},rt.prototype[e+"Right"]=function(a){return this.reverse()[e](a).reverse()}}),pn(["filter","map","takeWhile"],function(e,t){var a=t+1,A=a==W||a==U;rt.prototype[e]=function(N){var k=this.clone();return k.__iteratees__.push({iteratee:We(N,3),type:a}),k.__filtered__=k.__filtered__||A,k}}),pn(["head","last"],function(e,t){var a="take"+(t?"Right":"");rt.prototype[e]=function(){return this[a](1).value()[0]}}),pn(["initial","tail"],function(e,t){var a="drop"+(t?"":"Right");rt.prototype[e]=function(){return this.__filtered__?new rt(this):this[a](1)}}),rt.prototype.compact=function(){return this.filter(Qt)},rt.prototype.find=function(e){return this.filter(e).head()},rt.prototype.findLast=function(e){return this.reverse().find(e)},rt.prototype.invokeMap=Qe(function(e,t){return typeof e=="function"?new rt(this):this.map(function(a){return Tr(a,e,t)})}),rt.prototype.reject=function(e){return this.filter(vi(We(e)))},rt.prototype.slice=function(e,t){e=je(e);var a=this;return a.__filtered__&&(e>0||t<0)?new rt(a):(e<0?a=a.takeRight(-e):e&&(a=a.drop(e)),t!==r&&(t=je(t),a=t<0?a.dropRight(-t):a.take(t-e)),a)},rt.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},rt.prototype.toArray=function(){return this.take(de)},wn(rt.prototype,function(e,t){var a=/^(?:filter|find|map|reject)|While$/.test(t),A=/^(?:head|last)$/.test(t),N=O[A?"take"+(t=="last"?"Right":""):t],k=A||/^find/.test(t);!N||(O.prototype[t]=function(){var K=this.__wrapped__,X=A?[1]:arguments,j=K instanceof rt,ue=X[0],pe=j||Xe(K),ge=function(nt){var ot=N.apply(O,Wn([nt],X));return A&&xe?ot[0]:ot};pe&&a&&typeof ue=="function"&&ue.length!=1&&(j=pe=!1);var xe=this.__chain__,Ne=!!this.__actions__.length,Ue=k&&!xe,qe=j&&!Ne;if(!k&&pe){K=qe?K:new rt(this);var He=e.apply(K,X);return He.__actions__.push({func:hi,args:[ge],thisArg:r}),new fn(He,xe)}return Ue&&qe?e.apply(this,X):(He=this.thru(ge),Ue?A?He.value()[0]:He.value():He)})}),pn(["pop","push","shift","sort","splice","unshift"],function(e){var t=$r[e],a=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",A=/^(?:pop|shift)$/.test(e);O.prototype[e]=function(){var N=arguments;if(A&&!this.__chain__){var k=this.value();return t.apply(Xe(k)?k:[],N)}return this[a](function(K){return t.apply(Xe(K)?K:[],N)})}}),wn(rt.prototype,function(e,t){var a=O[t];if(a){var A=a.name+"";ft.call(pr,A)||(pr[A]=[]),pr[A].push({name:t,func:a})}}),pr[oi(r,b).name]=[{name:"wrapper",func:r}],rt.prototype.clone=yu,rt.prototype.reverse=Su,rt.prototype.value=Eu,O.prototype.at=Zc,O.prototype.chain=Jc,O.prototype.commit=jc,O.prototype.next=qc,O.prototype.plant=ef,O.prototype.reverse=tf,O.prototype.toJSON=O.prototype.valueOf=O.prototype.value=nf,O.prototype.first=O.prototype.head,Er&&(O.prototype[Er]=Qc),O},kr=jl();$t._=kr,d=function(){return kr}.call(y,o,y,x),d!==r&&(x.exports=d)}).call(this)},4106:(x,y,o)=>{"use strict";const d=o(6482),r=Symbol("max"),n=Symbol("length"),l=Symbol("lengthCalculator"),c=Symbol("allowStale"),u=Symbol("maxAge"),s=Symbol("dispose"),p=Symbol("noDisposeOnSet"),g=Symbol("lruList"),i=Symbol("cache"),m=Symbol("updateAgeOnGet"),f=()=>1;class h{constructor(w){if(typeof w=="number"&&(w={max:w}),w||(w={}),w.max&&(typeof w.max!="number"||w.max<0))throw new TypeError("max must be a non-negative number");const D=this[r]=w.max||1/0,I=w.length||f;if(this[l]=typeof I!="function"?f:I,this[c]=w.stale||!1,w.maxAge&&typeof w.maxAge!="number")throw new TypeError("maxAge must be a number");this[u]=w.maxAge||0,this[s]=w.dispose,this[p]=w.noDisposeOnSet||!1,this[m]=w.updateAgeOnGet||!1,this.reset()}set max(w){if(typeof w!="number"||w<0)throw new TypeError("max must be a non-negative number");this[r]=w||1/0,E(this)}get max(){return this[r]}set allowStale(w){this[c]=!!w}get allowStale(){return this[c]}set maxAge(w){if(typeof w!="number")throw new TypeError("maxAge must be a non-negative number");this[u]=w,E(this)}get maxAge(){return this[u]}set lengthCalculator(w){typeof w!="function"&&(w=f),w!==this[l]&&(this[l]=w,this[n]=0,this[g].forEach(D=>{D.length=this[l](D.value,D.key),this[n]+=D.length})),E(this)}get lengthCalculator(){return this[l]}get length(){return this[n]}get itemCount(){return this[g].length}rforEach(w,D){D=D||this;for(let I=this[g].tail;I!==null;){const R=I.prev;T(this,w,I,D),I=R}}forEach(w,D){D=D||this;for(let I=this[g].head;I!==null;){const R=I.next;T(this,w,I,D),I=R}}keys(){return this[g].toArray().map(w=>w.key)}values(){return this[g].toArray().map(w=>w.value)}reset(){this[s]&&this[g]&&this[g].length&&this[g].forEach(w=>this[s](w.key,w.value)),this[i]=new Map,this[g]=new d,this[n]=0}dump(){return this[g].map(w=>v(this,w)?!1:{k:w.key,v:w.value,e:w.now+(w.maxAge||0)}).toArray().filter(w=>w)}dumpLru(){return this[g]}set(w,D,I){if(I=I||this[u],I&&typeof I!="number")throw new TypeError("maxAge must be a number");const R=I?Date.now():0,C=this[l](D,w);if(this[i].has(w)){if(C>this[r])return b(this,this[i].get(w)),!1;const M=this[i].get(w).value;return this[s]&&(this[p]||this[s](w,M.value)),M.now=R,M.maxAge=I,M.value=D,this[n]+=C-M.length,M.length=C,this.get(w),E(this),!0}const L=new P(w,D,C,R,I);return L.length>this[r]?(this[s]&&this[s](w,D),!1):(this[n]+=L.length,this[g].unshift(L),this[i].set(w,this[g].head),E(this),!0)}has(w){if(!this[i].has(w))return!1;const D=this[i].get(w).value;return!v(this,D)}get(w){return S(this,w,!0)}peek(w){return S(this,w,!1)}pop(){const w=this[g].tail;return w?(b(this,w),w.value):null}del(w){b(this,this[i].get(w))}load(w){this.reset();const D=Date.now();for(let I=w.length-1;I>=0;I--){const R=w[I],C=R.e||0;if(C===0)this.set(R.k,R.v);else{const L=C-D;L>0&&this.set(R.k,R.v,L)}}}prune(){this[i].forEach((w,D)=>S(this,D,!1))}}const S=(_,w,D)=>{const I=_[i].get(w);if(I){const R=I.value;if(v(_,R)){if(b(_,I),!_[c])return}else D&&(_[m]&&(I.value.now=Date.now()),_[g].unshiftNode(I));return R.value}},v=(_,w)=>{if(!w||!w.maxAge&&!_[u])return!1;const D=Date.now()-w.now;return w.maxAge?D>w.maxAge:_[u]&&D>_[u]},E=_=>{if(_[n]>_[r])for(let w=_[g].tail;_[n]>_[r]&&w!==null;){const D=w.prev;b(_,w),w=D}},b=(_,w)=>{if(w){const D=w.value;_[s]&&_[s](D.key,D.value),_[n]-=D.length,_[i].delete(D.key),_[g].removeNode(w)}};class P{constructor(w,D,I,R,C){this.key=w,this.value=D,this.length=I,this.now=R,this.maxAge=C||0}}const T=(_,w,D,I)=>{let R=D.value;v(_,R)&&(b(_,D),_[c]||(R=void 0)),R&&w.call(I,R.value,R.key,_)};x.exports=h},7496:()=>{(function(x){var y="\\b(?:BASH|BASHOPTS|BASH_ALIASES|BASH_ARGC|BASH_ARGV|BASH_CMDS|BASH_COMPLETION_COMPAT_DIR|BASH_LINENO|BASH_REMATCH|BASH_SOURCE|BASH_VERSINFO|BASH_VERSION|COLORTERM|COLUMNS|COMP_WORDBREAKS|DBUS_SESSION_BUS_ADDRESS|DEFAULTS_PATH|DESKTOP_SESSION|DIRSTACK|DISPLAY|EUID|GDMSESSION|GDM_LANG|GNOME_KEYRING_CONTROL|GNOME_KEYRING_PID|GPG_AGENT_INFO|GROUPS|HISTCONTROL|HISTFILE|HISTFILESIZE|HISTSIZE|HOME|HOSTNAME|HOSTTYPE|IFS|INSTANCE|JOB|LANG|LANGUAGE|LC_ADDRESS|LC_ALL|LC_IDENTIFICATION|LC_MEASUREMENT|LC_MONETARY|LC_NAME|LC_NUMERIC|LC_PAPER|LC_TELEPHONE|LC_TIME|LESSCLOSE|LESSOPEN|LINES|LOGNAME|LS_COLORS|MACHTYPE|MAILCHECK|MANDATORY_PATH|NO_AT_BRIDGE|OLDPWD|OPTERR|OPTIND|ORBIT_SOCKETDIR|OSTYPE|PAPERSIZE|PATH|PIPESTATUS|PPID|PS1|PS2|PS3|PS4|PWD|RANDOM|REPLY|SECONDS|SELINUX_INIT|SESSION|SESSIONTYPE|SESSION_MANAGER|SHELL|SHELLOPTS|SHLVL|SSH_AUTH_SOCK|TERM|UID|UPSTART_EVENTS|UPSTART_INSTANCE|UPSTART_JOB|UPSTART_SESSION|USER|WINDOWID|XAUTHORITY|XDG_CONFIG_DIRS|XDG_CURRENT_DESKTOP|XDG_DATA_DIRS|XDG_GREETER_DATA_DIR|XDG_MENU_PREFIX|XDG_RUNTIME_DIR|XDG_SEAT|XDG_SEAT_PATH|XDG_SESSION_DESKTOP|XDG_SESSION_ID|XDG_SESSION_PATH|XDG_SESSION_TYPE|XDG_VTNR|XMODIFIERS)\\b",o={pattern:/(^(["']?)\w+\2)[ \t]+\S.*/,lookbehind:!0,alias:"punctuation",inside:null},d={bash:o,environment:{pattern:RegExp("\\$"+y),alias:"constant"},variable:[{pattern:/\$?\(\([\s\S]+?\)\)/,greedy:!0,inside:{variable:[{pattern:/(^\$\(\([\s\S]+)\)\)/,lookbehind:!0},/^\$\(\(/],number:/\b0x[\dA-Fa-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[Ee]-?\d+)?/,operator:/--|\+\+|\*\*=?|<<=?|>>=?|&&|\|\||[=!+\-*/%<>^&|]=?|[?~:]/,punctuation:/\(\(?|\)\)?|,|;/}},{pattern:/\$\((?:\([^)]+\)|[^()])+\)|`[^`]+`/,greedy:!0,inside:{variable:/^\$\(|^`|\)$|`$/}},{pattern:/\$\{[^}]+\}/,greedy:!0,inside:{operator:/:[-=?+]?|[!\/]|##?|%%?|\^\^?|,,?/,punctuation:/[\[\]]/,environment:{pattern:RegExp("(\\{)"+y),lookbehind:!0,alias:"constant"}}},/\$(?:\w+|[#?*!@$])/],entity:/\\(?:[abceEfnrtv\\"]|O?[0-7]{1,3}|U[0-9a-fA-F]{8}|u[0-9a-fA-F]{4}|x[0-9a-fA-F]{1,2})/};x.languages.bash={shebang:{pattern:/^#!\s*\/.*/,alias:"important"},comment:{pattern:/(^|[^"{\\$])#.*/,lookbehind:!0},"function-name":[{pattern:/(\bfunction\s+)[\w-]+(?=(?:\s*\(?:\s*\))?\s*\{)/,lookbehind:!0,alias:"function"},{pattern:/\b[\w-]+(?=\s*\(\s*\)\s*\{)/,alias:"function"}],"for-or-select":{pattern:/(\b(?:for|select)\s+)\w+(?=\s+in\s)/,alias:"variable",lookbehind:!0},"assign-left":{pattern:/(^|[\s;|&]|[<>]\()\w+(?=\+?=)/,inside:{environment:{pattern:RegExp("(^|[\\s;|&]|[<>]\\()"+y),lookbehind:!0,alias:"constant"}},alias:"variable",lookbehind:!0},string:[{pattern:/((?:^|[^<])<<-?\s*)(\w+)\s[\s\S]*?(?:\r?\n|\r)\2/,lookbehind:!0,greedy:!0,inside:d},{pattern:/((?:^|[^<])<<-?\s*)(["'])(\w+)\2\s[\s\S]*?(?:\r?\n|\r)\3/,lookbehind:!0,greedy:!0,inside:{bash:o}},{pattern:/(^|[^\\](?:\\\\)*)"(?:\\[\s\S]|\$\([^)]+\)|\$(?!\()|`[^`]+`|[^"\\`$])*"/,lookbehind:!0,greedy:!0,inside:d},{pattern:/(^|[^$\\])'[^']*'/,lookbehind:!0,greedy:!0},{pattern:/\$'(?:[^'\\]|\\[\s\S])*'/,greedy:!0,inside:{entity:d.entity}}],environment:{pattern:RegExp("\\$?"+y),alias:"constant"},variable:d.variable,function:{pattern:/(^|[\s;|&]|[<>]\()(?:add|apropos|apt|apt-cache|apt-get|aptitude|aspell|automysqlbackup|awk|basename|bash|bc|bconsole|bg|bzip2|cal|cat|cfdisk|chgrp|chkconfig|chmod|chown|chroot|cksum|clear|cmp|column|comm|composer|cp|cron|crontab|csplit|curl|cut|date|dc|dd|ddrescue|debootstrap|df|diff|diff3|dig|dir|dircolors|dirname|dirs|dmesg|docker|docker-compose|du|egrep|eject|env|ethtool|expand|expect|expr|fdformat|fdisk|fg|fgrep|file|find|fmt|fold|format|free|fsck|ftp|fuser|gawk|git|gparted|grep|groupadd|groupdel|groupmod|groups|grub-mkconfig|gzip|halt|head|hg|history|host|hostname|htop|iconv|id|ifconfig|ifdown|ifup|import|install|ip|jobs|join|kill|killall|less|link|ln|locate|logname|logrotate|look|lpc|lpr|lprint|lprintd|lprintq|lprm|ls|lsof|lynx|make|man|mc|mdadm|mkconfig|mkdir|mke2fs|mkfifo|mkfs|mkisofs|mknod|mkswap|mmv|more|most|mount|mtools|mtr|mutt|mv|nano|nc|netstat|nice|nl|node|nohup|notify-send|npm|nslookup|op|open|parted|passwd|paste|pathchk|ping|pkill|pnpm|podman|podman-compose|popd|pr|printcap|printenv|ps|pushd|pv|quota|quotacheck|quotactl|ram|rar|rcp|reboot|remsync|rename|renice|rev|rm|rmdir|rpm|rsync|scp|screen|sdiff|sed|sendmail|seq|service|sftp|sh|shellcheck|shuf|shutdown|sleep|slocate|sort|split|ssh|stat|strace|su|sudo|sum|suspend|swapon|sync|tac|tail|tar|tee|time|timeout|top|touch|tr|traceroute|tsort|tty|umount|uname|unexpand|uniq|units|unrar|unshar|unzip|update-grub|uptime|useradd|userdel|usermod|users|uudecode|uuencode|v|vcpkg|vdir|vi|vim|virsh|vmstat|wait|watch|wc|wget|whereis|which|who|whoami|write|xargs|xdg-open|yarn|yes|zenity|zip|zsh|zypper)(?=$|[)\s;|&])/,lookbehind:!0},keyword:{pattern:/(^|[\s;|&]|[<>]\()(?:case|do|done|elif|else|esac|fi|for|function|if|in|select|then|until|while)(?=$|[)\s;|&])/,lookbehind:!0},builtin:{pattern:/(^|[\s;|&]|[<>]\()(?:\.|:|alias|bind|break|builtin|caller|cd|command|continue|declare|echo|enable|eval|exec|exit|export|getopts|hash|help|let|local|logout|mapfile|printf|pwd|read|readarray|readonly|return|set|shift|shopt|source|test|times|trap|type|typeset|ulimit|umask|unalias|unset)(?=$|[)\s;|&])/,lookbehind:!0,alias:"class-name"},boolean:{pattern:/(^|[\s;|&]|[<>]\()(?:false|true)(?=$|[)\s;|&])/,lookbehind:!0},"file-descriptor":{pattern:/\B&\d\b/,alias:"important"},operator:{pattern:/\d?<>|>\||\+=|=[=~]?|!=?|<<[<-]?|[&\d]?>>|\d[<>]&?|[<>][&=]?|&[>&]?|\|[&|]?/,inside:{"file-descriptor":{pattern:/^\d/,alias:"important"}}},punctuation:/\$?\(\(?|\)\)?|\.\.|[{}[\];\\]/,number:{pattern:/(^|\s)(?:[1-9]\d*|0)(?:[.,]\d+)?\b/,lookbehind:!0}},o.inside=x.languages.bash;for(var r=["comment","function-name","for-or-select","assign-left","string","environment","function","keyword","builtin","boolean","file-descriptor","operator","punctuation","number"],n=d.variable[1].inside,l=0;l<r.length;l++)n[r[l]]=x.languages.bash[r[l]];x.languages.shell=x.languages.bash})(Prism)},9881:()=>{(function(x){function y(s){return RegExp("(^(?:"+s+"):[ ]*(?![ ]))[^]+","i")}x.languages.http={"request-line":{pattern:/^(?:CONNECT|DELETE|GET|HEAD|OPTIONS|PATCH|POST|PRI|PUT|SEARCH|TRACE)\s(?:https?:\/\/|\/)\S*\sHTTP\/[\d.]+/m,inside:{method:{pattern:/^[A-Z]+\b/,alias:"property"},"request-target":{pattern:/^(\s)(?:https?:\/\/|\/)\S*(?=\s)/,lookbehind:!0,alias:"url",inside:x.languages.uri},"http-version":{pattern:/^(\s)HTTP\/[\d.]+/,lookbehind:!0,alias:"property"}}},"response-status":{pattern:/^HTTP\/[\d.]+ \d+ .+/m,inside:{"http-version":{pattern:/^HTTP\/[\d.]+/,alias:"property"},"status-code":{pattern:/^(\s)\d+(?=\s)/,lookbehind:!0,alias:"number"},"reason-phrase":{pattern:/^(\s).+/,lookbehind:!0,alias:"string"}}},header:{pattern:/^[\w-]+:.+(?:(?:\r\n?|\n)[ \t].+)*/m,inside:{"header-value":[{pattern:y(/Content-Security-Policy/.source),lookbehind:!0,alias:["csp","languages-csp"],inside:x.languages.csp},{pattern:y(/Public-Key-Pins(?:-Report-Only)?/.source),lookbehind:!0,alias:["hpkp","languages-hpkp"],inside:x.languages.hpkp},{pattern:y(/Strict-Transport-Security/.source),lookbehind:!0,alias:["hsts","languages-hsts"],inside:x.languages.hsts},{pattern:y(/[^:]+/.source),lookbehind:!0}],"header-name":{pattern:/^[^:]+/,alias:"keyword"},punctuation:/^:/}}};var o=x.languages,d={"application/javascript":o.javascript,"application/json":o.json||o.javascript,"application/xml":o.xml,"text/xml":o.xml,"text/html":o.html,"text/css":o.css,"text/plain":o.plain},r={"application/json":!0,"application/xml":!0};function n(s){var p=s.replace(/^[a-z]+\//,""),g="\\w+/(?:[\\w.-]+\\+)+"+p+"(?![+\\w.-])";return"(?:"+s+"|"+g+")"}var l;for(var c in d)if(d[c]){l=l||{};var u=r[c]?n(c):c;l[c.replace(/\//g,"-")]={pattern:RegExp("("+/content-type:\s*/.source+u+/(?:(?:\r\n?|\n)[\w-].*)*(?:\r(?:\n|(?!\n))|\n)/.source+")"+/[^ \t\w-][\s\S]*/.source,"i"),lookbehind:!0,inside:d[c]}}l&&x.languages.insertBefore("http","header",l)})(Prism)},4726:()=>{Prism.languages.json={property:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?=\s*:)/,lookbehind:!0,greedy:!0},string:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?!\s*:)/,lookbehind:!0,greedy:!0},comment:{pattern:/\/\/.*|\/\*[\s\S]*?(?:\*\/|$)/,greedy:!0},number:/-?\b\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i,punctuation:/[{}[\],]/,operator:/:/,boolean:/\b(?:false|true)\b/,null:{pattern:/\bnull\b/,alias:"keyword"}},Prism.languages.webmanifest=Prism.languages.json},2200:()=>{Prism.languages.python={comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0,greedy:!0},"string-interpolation":{pattern:/(?:f|fr|rf)(?:("""|''')[\s\S]*?\1|("|')(?:\\.|(?!\2)[^\\\r\n])*\2)/i,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^{])(?:\{\{)*)\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}])+\})+\})+\}/,lookbehind:!0,inside:{"format-spec":{pattern:/(:)[^:(){}]+(?=\}$)/,lookbehind:!0},"conversion-option":{pattern:/![sra](?=[:}]$)/,alias:"punctuation"},rest:null}},string:/[\s\S]+/}},"triple-quoted-string":{pattern:/(?:[rub]|br|rb)?("""|''')[\s\S]*?\1/i,greedy:!0,alias:"string"},string:{pattern:/(?:[rub]|br|rb)?("|')(?:\\.|(?!\1)[^\\\r\n])*\1/i,greedy:!0},function:{pattern:/((?:^|\s)def[ \t]+)[a-zA-Z_]\w*(?=\s*\()/g,lookbehind:!0},"class-name":{pattern:/(\bclass\s+)\w+/i,lookbehind:!0},decorator:{pattern:/(^[\t ]*)@\w+(?:\.\w+)*/m,lookbehind:!0,alias:["annotation","punctuation"],inside:{punctuation:/\./}},keyword:/\b(?:_(?=\s*:)|and|as|assert|async|await|break|case|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|match|nonlocal|not|or|pass|print|raise|return|try|while|with|yield)\b/,builtin:/\b(?:__import__|abs|all|any|apply|ascii|basestring|bin|bool|buffer|bytearray|bytes|callable|chr|classmethod|cmp|coerce|compile|complex|delattr|dict|dir|divmod|enumerate|eval|execfile|file|filter|float|format|frozenset|getattr|globals|hasattr|hash|help|hex|id|input|int|intern|isinstance|issubclass|iter|len|list|locals|long|map|max|memoryview|min|next|object|oct|open|ord|pow|property|range|raw_input|reduce|reload|repr|reversed|round|set|setattr|slice|sorted|staticmethod|str|sum|super|tuple|type|unichr|unicode|vars|xrange|zip)\b/,boolean:/\b(?:False|None|True)\b/,number:/\b0(?:b(?:_?[01])+|o(?:_?[0-7])+|x(?:_?[a-f0-9])+)\b|(?:\b\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\B\.\d+(?:_\d+)*)(?:e[+-]?\d+(?:_\d+)*)?j?(?!\w)/i,operator:/[-+%=]=?|!=|:=|\*\*?=?|\/\/?=?|<[<=>]?|>[=>]?|[&|^~]/,punctuation:/[{}[\];(),.:]/},Prism.languages.python["string-interpolation"].inside.interpolation.inside.rest=Prism.languages.python,Prism.languages.py=Prism.languages.python},1309:(x,y,o)=>{var d=typeof window!="undefined"?window:typeof WorkerGlobalScope!="undefined"&&self instanceof WorkerGlobalScope?self:{};/**
* Prism: Lightweight, robust, elegant syntax highlighting
*
* @license MIT <https://opensource.org/licenses/MIT>
* @author Lea Verou <https://lea.verou.me>
* @namespace
* @public
*/var r=function(n){var l=/(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,c=0,u={},s={manual:n.Prism&&n.Prism.manual,disableWorkerMessageHandler:n.Prism&&n.Prism.disableWorkerMessageHandler,util:{encode:function P(T){return T instanceof p?new p(T.type,P(T.content),T.alias):Array.isArray(T)?T.map(P):T.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/\u00a0/g," ")},type:function(P){return Object.prototype.toString.call(P).slice(8,-1)},objId:function(P){return P.__id||Object.defineProperty(P,"__id",{value:++c}),P.__id},clone:function P(T,_){_=_||{};var w,D;switch(s.util.type(T)){case"Object":if(D=s.util.objId(T),_[D])return _[D];w={},_[D]=w;for(var I in T)T.hasOwnProperty(I)&&(w[I]=P(T[I],_));return w;case"Array":return D=s.util.objId(T),_[D]?_[D]:(w=[],_[D]=w,T.forEach(function(R,C){w[C]=P(R,_)}),w);default:return T}},getLanguage:function(P){for(;P;){var T=l.exec(P.className);if(T)return T[1].toLowerCase();P=P.parentElement}return"none"},setLanguage:function(P,T){P.className=P.className.replace(RegExp(l,"gi"),""),P.classList.add("language-"+T)},currentScript:function(){if(typeof document=="undefined")return null;if("currentScript"in document&&1<2)return document.currentScript;try{throw new Error}catch(w){var P=(/at [^(\r\n]*\((.*):[^:]+:[^:]+\)$/i.exec(w.stack)||[])[1];if(P){var T=document.getElementsByTagName("script");for(var _ in T)if(T[_].src==P)return T[_]}return null}},isActive:function(P,T,_){for(var w="no-"+T;P;){var D=P.classList;if(D.contains(T))return!0;if(D.contains(w))return!1;P=P.parentElement}return!!_}},languages:{plain:u,plaintext:u,text:u,txt:u,extend:function(P,T){var _=s.util.clone(s.languages[P]);for(var w in T)_[w]=T[w];return _},insertBefore:function(P,T,_,w){w=w||s.languages;var D=w[P],I={};for(var R in D)if(D.hasOwnProperty(R)){if(R==T)for(var C in _)_.hasOwnProperty(C)&&(I[C]=_[C]);_.hasOwnProperty(R)||(I[R]=D[R])}var L=w[P];return w[P]=I,s.languages.DFS(s.languages,function($,M){M===L&&$!=P&&(this[$]=I)}),I},DFS:function P(T,_,w,D){D=D||{};var I=s.util.objId;for(var R in T)if(T.hasOwnProperty(R)){_.call(T,R,T[R],w||R);var C=T[R],L=s.util.type(C);L==="Object"&&!D[I(C)]?(D[I(C)]=!0,P(C,_,null,D)):L==="Array"&&!D[I(C)]&&(D[I(C)]=!0,P(C,_,R,D))}}},plugins:{},highlightAll:function(P,T){s.highlightAllUnder(document,P,T)},highlightAllUnder:function(P,T,_){var w={callback:_,container:P,selector:'code[class*="language-"], [class*="language-"] code, code[class*="lang-"], [class*="lang-"] code'};s.hooks.run("before-highlightall",w),w.elements=Array.prototype.slice.apply(w.container.querySelectorAll(w.selector)),s.hooks.run("before-all-elements-highlight",w);for(var D=0,I;I=w.elements[D++];)s.highlightElement(I,T===!0,w.callback)},highlightElement:function(P,T,_){var w=s.util.getLanguage(P),D=s.languages[w];s.util.setLanguage(P,w);var I=P.parentElement;I&&I.nodeName.toLowerCase()==="pre"&&s.util.setLanguage(I,w);var R=P.textContent,C={element:P,language:w,grammar:D,code:R};function L(M){C.highlightedCode=M,s.hooks.run("before-insert",C),C.element.innerHTML=C.highlightedCode,s.hooks.run("after-highlight",C),s.hooks.run("complete",C),_&&_.call(C.element)}if(s.hooks.run("before-sanity-check",C),I=C.element.parentElement,I&&I.nodeName.toLowerCase()==="pre"&&!I.hasAttribute("tabindex")&&I.setAttribute("tabindex","0"),!C.code){s.hooks.run("complete",C),_&&_.call(C.element);return}if(s.hooks.run("before-highlight",C),!C.grammar){L(s.util.encode(C.code));return}if(T&&n.Worker){var $=new Worker(s.filename);$.onmessage=function(M){L(M.data)},$.postMessage(JSON.stringify({language:C.language,code:C.code,immediateClose:!0}))}else L(s.highlight(C.code,C.grammar,C.language))},highlight:function(P,T,_){var w={code:P,grammar:T,language:_};return s.hooks.run("before-tokenize",w),w.tokens=s.tokenize(w.code,w.grammar),s.hooks.run("after-tokenize",w),p.stringify(s.util.encode(w.tokens),w.language)},tokenize:function(P,T){var _=T.rest;if(_){for(var w in _)T[w]=_[w];delete T.rest}var D=new m;return f(D,D.head,P),i(P,D,T,D.head,0),S(D)},hooks:{all:{},add:function(P,T){var _=s.hooks.all;_[P]=_[P]||[],_[P].push(T)},run:function(P,T){var _=s.hooks.all[P];if(!(!_||!_.length))for(var w=0,D;D=_[w++];)D(T)}},Token:p};n.Prism=s;function p(P,T,_,w){this.type=P,this.content=T,this.alias=_,this.length=(w||"").length|0}p.stringify=function P(T,_){if(typeof T=="string")return T;if(Array.isArray(T)){var w="";return T.forEach(function(L){w+=P(L,_)}),w}var D={type:T.type,content:P(T.content,_),tag:"span",classes:["token",T.type],attributes:{},language:_},I=T.alias;I&&(Array.isArray(I)?Array.prototype.push.apply(D.classes,I):D.classes.push(I)),s.hooks.run("wrap",D);var R="";for(var C in D.attributes)R+=" "+C+'="'+(D.attributes[C]||"").replace(/"/g,"&quot;")+'"';return"<"+D.tag+' class="'+D.classes.join(" ")+'"'+R+">"+D.content+"</"+D.tag+">"};function g(P,T,_,w){P.lastIndex=T;var D=P.exec(_);if(D&&w&&D[1]){var I=D[1].length;D.index+=I,D[0]=D[0].slice(I)}return D}function i(P,T,_,w,D,I){for(var R in _)if(!(!_.hasOwnProperty(R)||!_[R])){var C=_[R];C=Array.isArray(C)?C:[C];for(var L=0;L<C.length;++L){if(I&&I.cause==R+","+L)return;var $=C[L],M=$.inside,B=!!$.lookbehind,W=!!$.greedy,G=$.alias;if(W&&!$.pattern.global){var U=$.pattern.toString().match(/[imsuy]*$/)[0];$.pattern=RegExp($.pattern.source,U+"g")}for(var Y=$.pattern||$,z=w.next,te=D;z!==T.tail&&!(I&&te>=I.reach);te+=z.value.length,z=z.next){var ae=z.value;if(T.length>P.length)return;if(!(ae instanceof p)){var de=1,Q;if(W){if(Q=g(Y,te,P,B),!Q||Q.index>=P.length)break;var mt=Q.index,ye=Q.index+Q[0].length,Pe=te;for(Pe+=z.value.length;mt>=Pe;)z=z.next,Pe+=z.value.length;if(Pe-=z.value.length,te=Pe,z.value instanceof p)continue;for(var ze=z;ze!==T.tail&&(Pe<ye||typeof ze.value=="string");ze=ze.next)de++,Pe+=ze.value.length;de--,ae=P.slice(te,Pe),Q.index-=te}else if(Q=g(Y,0,ae,B),!Q)continue;var mt=Q.index,It=Q[0],Nt=ae.slice(0,mt),Rt=ae.slice(mt+It.length),Gt=te+ae.length;I&&Gt>I.reach&&(I.reach=Gt);var Ke=z.prev;Nt&&(Ke=f(T,Ke,Nt),te+=Nt.length),h(T,Ke,de);var kt=new p(R,M?s.tokenize(It,M):It,G,It);if(z=f(T,Ke,kt),Rt&&f(T,z,Rt),de>1){var Je={cause:R+","+L,reach:Gt};i(P,T,_,z.prev,te,Je),I&&Je.reach>I.reach&&(I.reach=Je.reach)}}}}}}function m(){var P={value:null,prev:null,next:null},T={value:null,prev:P,next:null};P.next=T,this.head=P,this.tail=T,this.length=0}function f(P,T,_){var w=T.next,D={value:_,prev:T,next:w};return T.next=D,w.prev=D,P.length++,D}function h(P,T,_){for(var w=T.next,D=0;D<_&&w!==P.tail;D++)w=w.next;T.next=w,w.prev=T,P.length-=D}function S(P){for(var T=[],_=P.head.next;_!==P.tail;)T.push(_.value),_=_.next;return T}if(!n.document)return n.addEventListener&&(s.disableWorkerMessageHandler||n.addEventListener("message",function(P){var T=JSON.parse(P.data),_=T.language,w=T.code,D=T.immediateClose;n.postMessage(s.highlight(w,s.languages[_],_)),D&&n.close()},!1)),s;var v=s.util.currentScript();v&&(s.filename=v.src,v.hasAttribute("data-manual")&&(s.manual=!0));function E(){s.manual||s.highlightAll()}if(!s.manual){var b=document.readyState;b==="loading"||b==="interactive"&&v&&v.defer?document.addEventListener("DOMContentLoaded",E):window.requestAnimationFrame?window.requestAnimationFrame(E):window.setTimeout(E,16)}return s}(d);x.exports&&(x.exports=r),typeof o.g!="undefined"&&(o.g.Prism=r),r.languages.markup={comment:{pattern:/<!--(?:(?!<!--)[\s\S])*?-->/,greedy:!0},prolog:{pattern:/<\?[\s\S]+?\?>/,greedy:!0},doctype:{pattern:/<!DOCTYPE(?:[^>"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|<!--(?:[^-]|-(?!->))*-->)*\]\s*)?>/i,greedy:!0,inside:{"internal-subset":{pattern:/(^[^\[]*\[)[\s\S]+(?=\]>$)/,lookbehind:!0,greedy:!0,inside:null},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},punctuation:/^<!|>$|[[\]]/,"doctype-tag":/^DOCTYPE/i,name:/[^\s<>'"]+/}},cdata:{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,greedy:!0},tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"special-attr":[],"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,inside:{punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]},r.languages.markup.tag.inside["attr-value"].inside.entity=r.languages.markup.entity,r.languages.markup.doctype.inside["internal-subset"].inside=r.languages.markup,r.hooks.add("wrap",function(n){n.type==="entity"&&(n.attributes.title=n.content.replace(/&amp;/,"&"))}),Object.defineProperty(r.languages.markup.tag,"addInlined",{value:function(l,c){var u={};u["language-"+c]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:r.languages[c]},u.cdata=/^<!\[CDATA\[|\]\]>$/i;var s={"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:u}};s["language-"+c]={pattern:/[\s\S]+/,inside:r.languages[c]};var p={};p[l]={pattern:RegExp(/(<__[^>]*>)(?:<!\[CDATA\[(?:[^\]]|\](?!\]>))*\]\]>|(?!<!\[CDATA\[)[\s\S])*?(?=<\/__>)/.source.replace(/__/g,function(){return l}),"i"),lookbehind:!0,greedy:!0,inside:s},r.languages.insertBefore("markup","cdata",p)}}),Object.defineProperty(r.languages.markup.tag,"addAttribute",{value:function(n,l){r.languages.markup.tag.inside["special-attr"].push({pattern:RegExp(/(^|["'\s])/.source+"(?:"+n+")"+/\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source,"i"),lookbehind:!0,inside:{"attr-name":/^[^\s=]+/,"attr-value":{pattern:/=[\s\S]+/,inside:{value:{pattern:/(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/,lookbehind:!0,alias:[l,"language-"+l],inside:r.languages[l]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}}),r.languages.html=r.languages.markup,r.languages.mathml=r.languages.markup,r.languages.svg=r.languages.markup,r.languages.xml=r.languages.extend("markup",{}),r.languages.ssml=r.languages.xml,r.languages.atom=r.languages.xml,r.languages.rss=r.languages.xml,function(n){var l=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/;n.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:/@[\w-](?:[^;{\s]|\s+(?![\s{]))*(?:;|(?=\s*\{))/,inside:{rule:/^@[\w-]+/,"selector-function-argument":{pattern:/(\bselector\s*\(\s*(?![\s)]))(?:[^()\s]|\s+(?![\s)])|\((?:[^()]|\([^()]*\))*\))+(?=\s*\))/,lookbehind:!0,alias:"selector"},keyword:{pattern:/(^|[^\w-])(?:and|not|only|or)(?![\w-])/,lookbehind:!0}}},url:{pattern:RegExp("\\burl\\((?:"+l.source+"|"+/(?:[^\\\r\n()"']|\\[\s\S])*/.source+")\\)","i"),greedy:!0,inside:{function:/^url/i,punctuation:/^\(|\)$/,string:{pattern:RegExp("^"+l.source+"$"),alias:"url"}}},selector:{pattern:RegExp(`(^|[{}\\s])[^{}\\s](?:[^{};"'\\s]|\\s+(?![\\s{])|`+l.source+")*(?=\\s*\\{)"),lookbehind:!0},string:{pattern:l,greedy:!0},property:{pattern:/(^|[^-\w\xA0-\uFFFF])(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*(?=\s*:)/i,lookbehind:!0},important:/!important\b/i,function:{pattern:/(^|[^-a-z0-9])[-a-z0-9]+(?=\()/i,lookbehind:!0},punctuation:/[(){};:,]/},n.languages.css.atrule.inside.rest=n.languages.css;var c=n.languages.markup;c&&(c.tag.addInlined("style","css"),c.tag.addAttribute("style","css"))}(r),r.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|trait)\s+|\bcatch\s+\()[\w.\\]+/i,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:break|catch|continue|do|else|finally|for|function|if|in|instanceof|new|null|return|throw|try|while)\b/,boolean:/\b(?:false|true)\b/,function:/\b\w+(?=\()/,number:/\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i,operator:/[<>]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/,punctuation:/[{}[\];(),.:]/},r.languages.javascript=r.languages.extend("clike",{"class-name":[r.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:constructor|prototype))/,lookbehind:!0}],keyword:[{pattern:/((?:^|\})\s*)catch\b/,lookbehind:!0},{pattern:/(^|[^.]|\.\.\.\s*)\b(?:as|assert(?=\s*\{)|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally(?=\s*(?:\{|$))|for|from(?=\s*(?:['"]|$))|function|(?:get|set)(?=\s*(?:[#\[$\w\xA0-\uFFFF]|$))|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,lookbehind:!0}],function:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,number:{pattern:RegExp(/(^|[^\w$])/.source+"(?:"+(/NaN|Infinity/.source+"|"+/0[bB][01]+(?:_[01]+)*n?/.source+"|"+/0[oO][0-7]+(?:_[0-7]+)*n?/.source+"|"+/0[xX][\dA-Fa-f]+(?:_[\dA-Fa-f]+)*n?/.source+"|"+/\d+(?:_\d+)*n/.source+"|"+/(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[Ee][+-]?\d+(?:_\d+)*)?/.source)+")"+/(?![\w$])/.source),lookbehind:!0},operator:/--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/}),r.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/,r.languages.insertBefore("javascript","keyword",{regex:{pattern:/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)\/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/,lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:r.languages.regex},"regex-delimiter":/^\/|\/$/,"regex-flags":/^[a-z]+$/}},"function-variable":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,alias:"function"},parameter:[{pattern:/(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/,lookbehind:!0,inside:r.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:r.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:r.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/,lookbehind:!0,inside:r.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/}),r.languages.insertBefore("javascript","string",{hashbang:{pattern:/^#!.*/,greedy:!0,alias:"comment"},"template-string":{pattern:/`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:r.languages.javascript}},string:/[\s\S]+/}},"string-property":{pattern:/((?:^|[,{])[ \t]*)(["'])(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2(?=\s*:)/m,lookbehind:!0,greedy:!0,alias:"property"}}),r.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}}),r.languages.markup&&(r.languages.markup.tag.addInlined("script","javascript"),r.languages.markup.tag.addAttribute(/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source,"javascript")),r.languages.js=r.languages.javascript,function(){if(typeof r=="undefined"||typeof document=="undefined")return;Element.prototype.matches||(Element.prototype.matches=Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector);var n="Loading\u2026",l=function(v,E){return"\u2716 Error "+v+" while fetching file: "+E},c="\u2716 Error: File does not exist or is empty",u={js:"javascript",py:"python",rb:"ruby",ps1:"powershell",psm1:"powershell",sh:"bash",bat:"batch",h:"c",tex:"latex"},s="data-src-status",p="loading",g="loaded",i="failed",m="pre[data-src]:not(["+s+'="'+g+'"]):not(['+s+'="'+p+'"])';function f(v,E,b){var P=new XMLHttpRequest;P.open("GET",v,!0),P.onreadystatechange=function(){P.readyState==4&&(P.status<400&&P.responseText?E(P.responseText):P.status>=400?b(l(P.status,P.statusText)):b(c))},P.send(null)}function h(v){var E=/^\s*(\d+)\s*(?:(,)\s*(?:(\d+)\s*)?)?$/.exec(v||"");if(E){var b=Number(E[1]),P=E[2],T=E[3];return P?T?[b,Number(T)]:[b,void 0]:[b,b]}}r.hooks.add("before-highlightall",function(v){v.selector+=", "+m}),r.hooks.add("before-sanity-check",function(v){var E=v.element;if(E.matches(m)){v.code="",E.setAttribute(s,p);var b=E.appendChild(document.createElement("CODE"));b.textContent=n;var P=E.getAttribute("data-src"),T=v.language;if(T==="none"){var _=(/\.(\w+)$/.exec(P)||[,"none"])[1];T=u[_]||_}r.util.setLanguage(b,T),r.util.setLanguage(E,T);var w=r.plugins.autoloader;w&&w.loadLanguages(T),f(P,function(D){E.setAttribute(s,g);var I=h(E.getAttribute("data-range"));if(I){var R=D.split(/\r\n?|\n/g),C=I[0],L=I[1]==null?R.length:I[1];C<0&&(C+=R.length),C=Math.max(0,Math.min(C-1,R.length)),L<0&&(L+=R.length),L=Math.max(0,Math.min(L,R.length)),D=R.slice(C,L).join(`
`),E.hasAttribute("data-start")||E.setAttribute("data-start",String(C+1))}b.textContent=D,r.highlightElement(b)},function(D){E.setAttribute(s,i),b.textContent=D})}}),r.plugins.fileHighlight={highlight:function(E){for(var b=(E||document).querySelectorAll(m),P=0,T;T=b[P++];)r.highlightElement(T)}};var S=!1;r.fileHighlight=function(){S||(console.warn("Prism.fileHighlight is deprecated. Use `Prism.plugins.fileHighlight.highlight` instead."),S=!0),r.plugins.fileHighlight.highlight.apply(this,arguments)}}()},9827:(x,y)=>{"use strict";var o=Object.prototype.hasOwnProperty,d;function r(u){try{return decodeURIComponent(u.replace(/\+/g," "))}catch(s){return null}}function n(u){try{return encodeURIComponent(u)}catch(s){return null}}function l(u){for(var s=/([^=?#&]+)=?([^&]*)/g,p={},g;g=s.exec(u);){var i=r(g[1]),m=r(g[2]);i===null||m===null||i in p||(p[i]=m)}return p}function c(u,s){s=s||"";var p=[],g,i;typeof s!="string"&&(s="?");for(i in u)if(o.call(u,i)){if(g=u[i],!g&&(g===null||g===d||isNaN(g))&&(g=""),i=n(i),g=n(g),i===null||g===null)continue;p.push(i+"="+g)}return p.length?s+p.join("&"):""}y.stringify=c,y.parse=l},7294:x=>{"use strict";x.exports=function(o,d){if(d=d.split(":")[0],o=+o,!o)return!1;switch(d){case"http":case"ws":return o!==80;case"https":case"wss":return o!==443;case"ftp":return o!==21;case"gopher":return o!==70;case"file":return!1}return o!==0}},1681:(x,y,o)=>{const d=Symbol("SemVer ANY");class r{static get ANY(){return d}constructor(m,f){if(f=n(f),m instanceof r){if(m.loose===!!f.loose)return m;m=m.value}s("comparator",m,f),this.options=f,this.loose=!!f.loose,this.parse(m),this.semver===d?this.value="":this.value=this.operator+this.semver.version,s("comp",this)}parse(m){const f=this.options.loose?l[c.COMPARATORLOOSE]:l[c.COMPARATOR],h=m.match(f);if(!h)throw new TypeError(`Invalid comparator: ${m}`);this.operator=h[1]!==void 0?h[1]:"",this.operator==="="&&(this.operator=""),h[2]?this.semver=new p(h[2],this.options.loose):this.semver=d}toString(){return this.value}test(m){if(s("Comparator.test",m,this.options.loose),this.semver===d||m===d)return!0;if(typeof m=="string")try{m=new p(m,this.options)}catch(f){return!1}return u(m,this.operator,this.semver,this.options)}intersects(m,f){if(!(m instanceof r))throw new TypeError("a Comparator is required");if((!f||typeof f!="object")&&(f={loose:!!f,includePrerelease:!1}),this.operator==="")return this.value===""?!0:new g(m.value,f).test(this.value);if(m.operator==="")return m.value===""?!0:new g(this.value,f).test(m.semver);const h=(this.operator===">="||this.operator===">")&&(m.operator===">="||m.operator===">"),S=(this.operator==="<="||this.operator==="<")&&(m.operator==="<="||m.operator==="<"),v=this.semver.version===m.semver.version,E=(this.operator===">="||this.operator==="<=")&&(m.operator===">="||m.operator==="<="),b=u(this.semver,"<",m.semver,f)&&(this.operator===">="||this.operator===">")&&(m.operator==="<="||m.operator==="<"),P=u(this.semver,">",m.semver,f)&&(this.operator==="<="||this.operator==="<")&&(m.operator===">="||m.operator===">");return h||S||v&&E||b||P}}x.exports=r;const n=o(1372),{re:l,t:c}=o(3038),u=o(9668),s=o(6385),p=o(6984),g=o(7990)},7990:(x,y,o)=>{class d{constructor(B,W){if(W=l(W),B instanceof d)return B.loose===!!W.loose&&B.includePrerelease===!!W.includePrerelease?B:new d(B.raw,W);if(B instanceof c)return this.raw=B.value,this.set=[[B]],this.format(),this;if(this.options=W,this.loose=!!W.loose,this.includePrerelease=!!W.includePrerelease,this.raw=B,this.set=B.split(/\s*\|\|\s*/).map(G=>this.parseRange(G.trim())).filter(G=>G.length),!this.set.length)throw new TypeError(`Invalid SemVer Range: ${B}`);if(this.set.length>1){const G=this.set[0];if(this.set=this.set.filter(U=>!h(U[0])),this.set.length===0)this.set=[G];else if(this.set.length>1){for(const U of this.set)if(U.length===1&&S(U[0])){this.set=[U];break}}}this.format()}format(){return this.range=this.set.map(B=>B.join(" ").trim()).join("||").trim(),this.range}toString(){return this.range}parseRange(B){B=B.trim();const G=`parseRange:${Object.keys(this.options).join(",")}:${B}`,U=n.get(G);if(U)return U;const Y=this.options.loose,z=Y?p[g.HYPHENRANGELOOSE]:p[g.HYPHENRANGE];B=B.replace(z,L(this.options.includePrerelease)),u("hyphen replace",B),B=B.replace(p[g.COMPARATORTRIM],i),u("comparator trim",B,p[g.COMPARATORTRIM]),B=B.replace(p[g.TILDETRIM],m),B=B.replace(p[g.CARETTRIM],f),B=B.split(/\s+/).join(" ");const te=Y?p[g.COMPARATORLOOSE]:p[g.COMPARATOR],ae=B.split(" ").map(Pe=>E(Pe,this.options)).join(" ").split(/\s+/).map(Pe=>C(Pe,this.options)).filter(this.options.loose?Pe=>!!Pe.match(te):()=>!0).map(Pe=>new c(Pe,this.options)),de=ae.length,Q=new Map;for(const Pe of ae){if(h(Pe))return[Pe];Q.set(Pe.value,Pe)}Q.size>1&&Q.has("")&&Q.delete("");const ye=[...Q.values()];return n.set(G,ye),ye}intersects(B,W){if(!(B instanceof d))throw new TypeError("a Range is required");return this.set.some(G=>v(G,W)&&B.set.some(U=>v(U,W)&&G.every(Y=>U.every(z=>Y.intersects(z,W)))))}test(B){if(!B)return!1;if(typeof B=="string")try{B=new s(B,this.options)}catch(W){return!1}for(let W=0;W<this.set.length;W++)if($(this.set[W],B,this.options))return!0;return!1}}x.exports=d;const r=o(4106),n=new r({max:1e3}),l=o(1372),c=o(1681),u=o(6385),s=o(6984),{re:p,t:g,comparatorTrimReplace:i,tildeTrimReplace:m,caretTrimReplace:f}=o(3038),h=M=>M.value==="<0.0.0-0",S=M=>M.value==="",v=(M,B)=>{let W=!0;const G=M.slice();let U=G.pop();for(;W&&G.length;)W=G.every(Y=>U.intersects(Y,B)),U=G.pop();return W},E=(M,B)=>(u("comp",M,B),M=_(M,B),u("caret",M),M=P(M,B),u("tildes",M),M=D(M,B),u("xrange",M),M=R(M,B),u("stars",M),M),b=M=>!M||M.toLowerCase()==="x"||M==="*",P=(M,B)=>M.trim().split(/\s+/).map(W=>T(W,B)).join(" "),T=(M,B)=>{const W=B.loose?p[g.TILDELOOSE]:p[g.TILDE];return M.replace(W,(G,U,Y,z,te)=>{u("tilde",M,G,U,Y,z,te);let ae;return b(U)?ae="":b(Y)?ae=`>=${U}.0.0 <${+U+1}.0.0-0`:b(z)?ae=`>=${U}.${Y}.0 <${U}.${+Y+1}.0-0`:te?(u("replaceTilde pr",te),ae=`>=${U}.${Y}.${z}-${te} <${U}.${+Y+1}.0-0`):ae=`>=${U}.${Y}.${z} <${U}.${+Y+1}.0-0`,u("tilde return",ae),ae})},_=(M,B)=>M.trim().split(/\s+/).map(W=>w(W,B)).join(" "),w=(M,B)=>{u("caret",M,B);const W=B.loose?p[g.CARETLOOSE]:p[g.CARET],G=B.includePrerelease?"-0":"";return M.replace(W,(U,Y,z,te,ae)=>{u("caret",M,U,Y,z,te,ae);let de;return b(Y)?de="":b(z)?de=`>=${Y}.0.0${G} <${+Y+1}.0.0-0`:b(te)?Y==="0"?de=`>=${Y}.${z}.0${G} <${Y}.${+z+1}.0-0`:de=`>=${Y}.${z}.0${G} <${+Y+1}.0.0-0`:ae?(u("replaceCaret pr",ae),Y==="0"?z==="0"?de=`>=${Y}.${z}.${te}-${ae} <${Y}.${z}.${+te+1}-0`:de=`>=${Y}.${z}.${te}-${ae} <${Y}.${+z+1}.0-0`:de=`>=${Y}.${z}.${te}-${ae} <${+Y+1}.0.0-0`):(u("no pr"),Y==="0"?z==="0"?de=`>=${Y}.${z}.${te}${G} <${Y}.${z}.${+te+1}-0`:de=`>=${Y}.${z}.${te}${G} <${Y}.${+z+1}.0-0`:de=`>=${Y}.${z}.${te} <${+Y+1}.0.0-0`),u("caret return",de),de})},D=(M,B)=>(u("replaceXRanges",M,B),M.split(/\s+/).map(W=>I(W,B)).join(" ")),I=(M,B)=>{M=M.trim();const W=B.loose?p[g.XRANGELOOSE]:p[g.XRANGE];return M.replace(W,(G,U,Y,z,te,ae)=>{u("xRange",M,G,U,Y,z,te,ae);const de=b(Y),Q=de||b(z),ye=Q||b(te),Pe=ye;return U==="="&&Pe&&(U=""),ae=B.includePrerelease?"-0":"",de?U===">"||U==="<"?G="<0.0.0-0":G="*":U&&Pe?(Q&&(z=0),te=0,U===">"?(U=">=",Q?(Y=+Y+1,z=0,te=0):(z=+z+1,te=0)):U==="<="&&(U="<",Q?Y=+Y+1:z=+z+1),U==="<"&&(ae="-0"),G=`${U+Y}.${z}.${te}${ae}`):Q?G=`>=${Y}.0.0${ae} <${+Y+1}.0.0-0`:ye&&(G=`>=${Y}.${z}.0${ae} <${Y}.${+z+1}.0-0`),u("xRange return",G),G})},R=(M,B)=>(u("replaceStars",M,B),M.trim().replace(p[g.STAR],"")),C=(M,B)=>(u("replaceGTE0",M,B),M.trim().replace(p[B.includePrerelease?g.GTE0PRE:g.GTE0],"")),L=M=>(B,W,G,U,Y,z,te,ae,de,Q,ye,Pe,ze)=>(b(G)?W="":b(U)?W=`>=${G}.0.0${M?"-0":""}`:b(Y)?W=`>=${G}.${U}.0${M?"-0":""}`:z?W=`>=${W}`:W=`>=${W}${M?"-0":""}`,b(de)?ae="":b(Q)?ae=`<${+de+1}.0.0-0`:b(ye)?ae=`<${de}.${+Q+1}.0-0`:Pe?ae=`<=${de}.${Q}.${ye}-${Pe}`:M?ae=`<${de}.${Q}.${+ye+1}-0`:ae=`<=${ae}`,`${W} ${ae}`.trim()),$=(M,B,W)=>{for(let G=0;G<M.length;G++)if(!M[G].test(B))return!1;if(B.prerelease.length&&!W.includePrerelease){for(let G=0;G<M.length;G++)if(u(M[G].semver),M[G].semver!==c.ANY&&M[G].semver.prerelease.length>0){const U=M[G].semver;if(U.major===B.major&&U.minor===B.minor&&U.patch===B.patch)return!0}return!1}return!0}},6984:(x,y,o)=>{const d=o(6385),{MAX_LENGTH:r,MAX_SAFE_INTEGER:n}=o(9138),{re:l,t:c}=o(3038),u=o(1372),{compareIdentifiers:s}=o(2534);class p{constructor(i,m){if(m=u(m),i instanceof p){if(i.loose===!!m.loose&&i.includePrerelease===!!m.includePrerelease)return i;i=i.version}else if(typeof i!="string")throw new TypeError(`Invalid Version: ${i}`);if(i.length>r)throw new TypeError(`version is longer than ${r} characters`);d("SemVer",i,m),this.options=m,this.loose=!!m.loose,this.includePrerelease=!!m.includePrerelease;const f=i.trim().match(m.loose?l[c.LOOSE]:l[c.FULL]);if(!f)throw new TypeError(`Invalid Version: ${i}`);if(this.raw=i,this.major=+f[1],this.minor=+f[2],this.patch=+f[3],this.major>n||this.major<0)throw new TypeError("Invalid major version");if(this.minor>n||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>n||this.patch<0)throw new TypeError("Invalid patch version");f[4]?this.prerelease=f[4].split(".").map(h=>{if(/^[0-9]+$/.test(h)){const S=+h;if(S>=0&&S<n)return S}return h}):this.prerelease=[],this.build=f[5]?f[5].split("."):[],this.format()}format(){return this.version=`${this.major}.${this.minor}.${this.patch}`,this.prerelease.length&&(this.version+=`-${this.prerelease.join(".")}`),this.version}toString(){return this.version}compare(i){if(d("SemVer.compare",this.version,this.options,i),!(i instanceof p)){if(typeof i=="string"&&i===this.version)return 0;i=new p(i,this.options)}return i.version===this.version?0:this.compareMain(i)||this.comparePre(i)}compareMain(i){return i instanceof p||(i=new p(i,this.options)),s(this.major,i.major)||s(this.minor,i.minor)||s(this.patch,i.patch)}comparePre(i){if(i instanceof p||(i=new p(i,this.options)),this.prerelease.length&&!i.prerelease.length)return-1;if(!this.prerelease.length&&i.prerelease.length)return 1;if(!this.prerelease.length&&!i.prerelease.length)return 0;let m=0;do{const f=this.prerelease[m],h=i.prerelease[m];if(d("prerelease compare",m,f,h),f===void 0&&h===void 0)return 0;if(h===void 0)return 1;if(f===void 0)return-1;if(f===h)continue;return s(f,h)}while(++m)}compareBuild(i){i instanceof p||(i=new p(i,this.options));let m=0;do{const f=this.build[m],h=i.build[m];if(d("prerelease compare",m,f,h),f===void 0&&h===void 0)return 0;if(h===void 0)return 1;if(f===void 0)return-1;if(f===h)continue;return s(f,h)}while(++m)}inc(i,m){switch(i){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",m);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",m);break;case"prepatch":this.prerelease.length=0,this.inc("patch",m),this.inc("pre",m);break;case"prerelease":this.prerelease.length===0&&this.inc("patch",m),this.inc("pre",m);break;case"major":(this.minor!==0||this.patch!==0||this.prerelease.length===0)&&this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":(this.patch!==0||this.prerelease.length===0)&&this.minor++,this.patch=0,this.prerelease=[];break;case"patch":this.prerelease.length===0&&this.patch++,this.prerelease=[];break;case"pre":if(this.prerelease.length===0)this.prerelease=[0];else{let f=this.prerelease.length;for(;--f>=0;)typeof this.prerelease[f]=="number"&&(this.prerelease[f]++,f=-2);f===-1&&this.prerelease.push(0)}m&&(this.prerelease[0]===m?isNaN(this.prerelease[1])&&(this.prerelease=[m,0]):this.prerelease=[m,0]);break;default:throw new Error(`invalid increment argument: ${i}`)}return this.format(),this.raw=this.version,this}}x.exports=p},2492:(x,y,o)=>{const d=o(8139),r=(n,l)=>{const c=d(n.trim().replace(/^[=v]+/,""),l);return c?c.version:null};x.exports=r},9668:(x,y,o)=>{const d=o(8401),r=o(6803),n=o(9542),l=o(9887),c=o(7561),u=o(215),s=(p,g,i,m)=>{switch(g){case"===":return typeof p=="object"&&(p=p.version),typeof i=="object"&&(i=i.version),p===i;case"!==":return typeof p=="object"&&(p=p.version),typeof i=="object"&&(i=i.version),p!==i;case"":case"=":case"==":return d(p,i,m);case"!=":return r(p,i,m);case">":return n(p,i,m);case">=":return l(p,i,m);case"<":return c(p,i,m);case"<=":return u(p,i,m);default:throw new TypeError(`Invalid operator: ${g}`)}};x.exports=s},48:(x,y,o)=>{const d=o(6984),r=o(8139),{re:n,t:l}=o(3038),c=(u,s)=>{if(u instanceof d)return u;if(typeof u=="number"&&(u=String(u)),typeof u!="string")return null;s=s||{};let p=null;if(!s.rtl)p=u.match(n[l.COERCE]);else{let g;for(;(g=n[l.COERCERTL].exec(u))&&(!p||p.index+p[0].length!==u.length);)(!p||g.index+g[0].length!==p.index+p[0].length)&&(p=g),n[l.COERCERTL].lastIndex=g.index+g[1].length+g[2].length;n[l.COERCERTL].lastIndex=-1}return p===null?null:r(`${p[2]}.${p[3]||"0"}.${p[4]||"0"}`,s)};x.exports=c},4317:(x,y,o)=>{const d=o(6984),r=(n,l,c)=>{const u=new d(n,c),s=new d(l,c);return u.compare(s)||u.compareBuild(s)};x.exports=r},3821:(x,y,o)=>{const d=o(4350),r=(n,l)=>d(n,l,!0);x.exports=r},4350:(x,y,o)=>{const d=o(6984),r=(n,l,c)=>new d(n,c).compare(new d(l,c));x.exports=r},9756:(x,y,o)=>{const d=o(8139),r=o(8401),n=(l,c)=>{if(r(l,c))return null;{const u=d(l),s=d(c),p=u.prerelease.length||s.prerelease.length,g=p?"pre":"",i=p?"prerelease":"";for(const m in u)if((m==="major"||m==="minor"||m==="patch")&&u[m]!==s[m])return g+m;return i}};x.exports=n},8401:(x,y,o)=>{const d=o(4350),r=(n,l,c)=>d(n,l,c)===0;x.exports=r},9542:(x,y,o)=>{const d=o(4350),r=(n,l,c)=>d(n,l,c)>0;x.exports=r},9887:(x,y,o)=>{const d=o(4350),r=(n,l,c)=>d(n,l,c)>=0;x.exports=r},8742:(x,y,o)=>{const d=o(6984),r=(n,l,c,u)=>{typeof c=="string"&&(u=c,c=void 0);try{return new d(n,c).inc(l,u).version}catch(s){return null}};x.exports=r},7561:(x,y,o)=>{const d=o(4350),r=(n,l,c)=>d(n,l,c)<0;x.exports=r},215:(x,y,o)=>{const d=o(4350),r=(n,l,c)=>d(n,l,c)<=0;x.exports=r},5803:(x,y,o)=>{const d=o(6984),r=(n,l)=>new d(n,l).major;x.exports=r},8475:(x,y,o)=>{const d=o(6984),r=(n,l)=>new d(n,l).minor;x.exports=r},6803:(x,y,o)=>{const d=o(4350),r=(n,l,c)=>d(n,l,c)!==0;x.exports=r},8139:(x,y,o)=>{const{MAX_LENGTH:d}=o(9138),{re:r,t:n}=o(3038),l=o(6984),c=o(1372),u=(s,p)=>{if(p=c(p),s instanceof l)return s;if(typeof s!="string"||s.length>d||!(p.loose?r[n.LOOSE]:r[n.FULL]).test(s))return null;try{return new l(s,p)}catch(i){return null}};x.exports=u},9616:(x,y,o)=>{const d=o(6984),r=(n,l)=>new d(n,l).patch;x.exports=r},306:(x,y,o)=>{const d=o(8139),r=(n,l)=>{const c=d(n,l);return c&&c.prerelease.length?c.prerelease:null};x.exports=r},8747:(x,y,o)=>{const d=o(4350),r=(n,l,c)=>d(l,n,c);x.exports=r},4764:(x,y,o)=>{const d=o(4317),r=(n,l)=>n.sort((c,u)=>d(u,c,l));x.exports=r},5414:(x,y,o)=>{const d=o(7990),r=(n,l,c)=>{try{l=new d(l,c)}catch(u){return!1}return l.test(n)};x.exports=r},2795:(x,y,o)=>{const d=o(4317),r=(n,l)=>n.sort((c,u)=>d(c,u,l));x.exports=r},3889:(x,y,o)=>{const d=o(8139),r=(n,l)=>{const c=d(n,l);return c?c.version:null};x.exports=r},3475:(x,y,o)=>{const d=o(3038);x.exports={re:d.re,src:d.src,tokens:d.t,SEMVER_SPEC_VERSION:o(9138).SEMVER_SPEC_VERSION,SemVer:o(6984),compareIdentifiers:o(2534).compareIdentifiers,rcompareIdentifiers:o(2534).rcompareIdentifiers,parse:o(8139),valid:o(3889),clean:o(2492),inc:o(8742),diff:o(9756),major:o(5803),minor:o(8475),patch:o(9616),prerelease:o(306),compare:o(4350),rcompare:o(8747),compareLoose:o(3821),compareBuild:o(4317),sort:o(2795),rsort:o(4764),gt:o(9542),lt:o(7561),eq:o(8401),neq:o(6803),gte:o(9887),lte:o(215),cmp:o(9668),coerce:o(48),Comparator:o(1681),Range:o(7990),satisfies:o(5414),toComparators:o(4787),maxSatisfying:o(2563),minSatisfying:o(5587),minVersion:o(31),validRange:o(2864),outside:o(1391),gtr:o(7443),ltr:o(4310),intersects:o(9919),simplifyRange:o(3505),subset:o(3678)}},9138:x=>{const y="2.0.0",o=256,d=Number.MAX_SAFE_INTEGER||9007199254740991,r=16;x.exports={SEMVER_SPEC_VERSION:y,MAX_LENGTH:o,MAX_SAFE_INTEGER:d,MAX_SAFE_COMPONENT_LENGTH:r}},6385:x=>{const y=typeof process=="object"&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?(...o)=>console.error("SEMVER",...o):()=>{};x.exports=y},2534:x=>{const y=/^[0-9]+$/,o=(r,n)=>{const l=y.test(r),c=y.test(n);return l&&c&&(r=+r,n=+n),r===n?0:l&&!c?-1:c&&!l?1:r<n?-1:1},d=(r,n)=>o(n,r);x.exports={compareIdentifiers:o,rcompareIdentifiers:d}},1372:x=>{const y=["includePrerelease","loose","rtl"],o=d=>d?typeof d!="object"?{loose:!0}:y.filter(r=>d[r]).reduce((r,n)=>(r[n]=!0,r),{}):{};x.exports=o},3038:(x,y,o)=>{const{MAX_SAFE_COMPONENT_LENGTH:d}=o(9138),r=o(6385);y=x.exports={};const n=y.re=[],l=y.src=[],c=y.t={};let u=0;const s=(p,g,i)=>{const m=u++;r(m,g),c[p]=m,l[m]=g,n[m]=new RegExp(g,i?"g":void 0)};s("NUMERICIDENTIFIER","0|[1-9]\\d*"),s("NUMERICIDENTIFIERLOOSE","[0-9]+"),s("NONNUMERICIDENTIFIER","\\d*[a-zA-Z-][a-zA-Z0-9-]*"),s("MAINVERSION",`(${l[c.NUMERICIDENTIFIER]})\\.(${l[c.NUMERICIDENTIFIER]})\\.(${l[c.NUMERICIDENTIFIER]})`),s("MAINVERSIONLOOSE",`(${l[c.NUMERICIDENTIFIERLOOSE]})\\.(${l[c.NUMERICIDENTIFIERLOOSE]})\\.(${l[c.NUMERICIDENTIFIERLOOSE]})`),s("PRERELEASEIDENTIFIER",`(?:${l[c.NUMERICIDENTIFIER]}|${l[c.NONNUMERICIDENTIFIER]})`),s("PRERELEASEIDENTIFIERLOOSE",`(?:${l[c.NUMERICIDENTIFIERLOOSE]}|${l[c.NONNUMERICIDENTIFIER]})`),s("PRERELEASE",`(?:-(${l[c.PRERELEASEIDENTIFIER]}(?:\\.${l[c.PRERELEASEIDENTIFIER]})*))`),s("PRERELEASELOOSE",`(?:-?(${l[c.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${l[c.PRERELEASEIDENTIFIERLOOSE]})*))`),s("BUILDIDENTIFIER","[0-9A-Za-z-]+"),s("BUILD",`(?:\\+(${l[c.BUILDIDENTIFIER]}(?:\\.${l[c.BUILDIDENTIFIER]})*))`),s("FULLPLAIN",`v?${l[c.MAINVERSION]}${l[c.PRERELEASE]}?${l[c.BUILD]}?`),s("FULL",`^${l[c.FULLPLAIN]}$`),s("LOOSEPLAIN",`[v=\\s]*${l[c.MAINVERSIONLOOSE]}${l[c.PRERELEASELOOSE]}?${l[c.BUILD]}?`),s("LOOSE",`^${l[c.LOOSEPLAIN]}$`),s("GTLT","((?:<|>)?=?)"),s("XRANGEIDENTIFIERLOOSE",`${l[c.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),s("XRANGEIDENTIFIER",`${l[c.NUMERICIDENTIFIER]}|x|X|\\*`),s("XRANGEPLAIN",`[v=\\s]*(${l[c.XRANGEIDENTIFIER]})(?:\\.(${l[c.XRANGEIDENTIFIER]})(?:\\.(${l[c.XRANGEIDENTIFIER]})(?:${l[c.PRERELEASE]})?${l[c.BUILD]}?)?)?`),s("XRANGEPLAINLOOSE",`[v=\\s]*(${l[c.XRANGEIDENTIFIERLOOSE]})(?:\\.(${l[c.XRANGEIDENTIFIERLOOSE]})(?:\\.(${l[c.XRANGEIDENTIFIERLOOSE]})(?:${l[c.PRERELEASELOOSE]})?${l[c.BUILD]}?)?)?`),s("XRANGE",`^${l[c.GTLT]}\\s*${l[c.XRANGEPLAIN]}$`),s("XRANGELOOSE",`^${l[c.GTLT]}\\s*${l[c.XRANGEPLAINLOOSE]}$`),s("COERCE",`(^|[^\\d])(\\d{1,${d}})(?:\\.(\\d{1,${d}}))?(?:\\.(\\d{1,${d}}))?(?:$|[^\\d])`),s("COERCERTL",l[c.COERCE],!0),s("LONETILDE","(?:~>?)"),s("TILDETRIM",`(\\s*)${l[c.LONETILDE]}\\s+`,!0),y.tildeTrimReplace="$1~",s("TILDE",`^${l[c.LONETILDE]}${l[c.XRANGEPLAIN]}$`),s("TILDELOOSE",`^${l[c.LONETILDE]}${l[c.XRANGEPLAINLOOSE]}$`),s("LONECARET","(?:\\^)"),s("CARETTRIM",`(\\s*)${l[c.LONECARET]}\\s+`,!0),y.caretTrimReplace="$1^",s("CARET",`^${l[c.LONECARET]}${l[c.XRANGEPLAIN]}$`),s("CARETLOOSE",`^${l[c.LONECARET]}${l[c.XRANGEPLAINLOOSE]}$`),s("COMPARATORLOOSE",`^${l[c.GTLT]}\\s*(${l[c.LOOSEPLAIN]})$|^$`),s("COMPARATOR",`^${l[c.GTLT]}\\s*(${l[c.FULLPLAIN]})$|^$`),s("COMPARATORTRIM",`(\\s*)${l[c.GTLT]}\\s*(${l[c.LOOSEPLAIN]}|${l[c.XRANGEPLAIN]})`,!0),y.comparatorTrimReplace="$1$2$3",s("HYPHENRANGE",`^\\s*(${l[c.XRANGEPLAIN]})\\s+-\\s+(${l[c.XRANGEPLAIN]})\\s*$`),s("HYPHENRANGELOOSE",`^\\s*(${l[c.XRANGEPLAINLOOSE]})\\s+-\\s+(${l[c.XRANGEPLAINLOOSE]})\\s*$`),s("STAR","(<|>)?=?\\s*\\*"),s("GTE0","^\\s*>=\\s*0.0.0\\s*$"),s("GTE0PRE","^\\s*>=\\s*0.0.0-0\\s*$")},7443:(x,y,o)=>{const d=o(1391),r=(n,l,c)=>d(n,l,">",c);x.exports=r},9919:(x,y,o)=>{const d=o(7990),r=(n,l,c)=>(n=new d(n,c),l=new d(l,c),n.intersects(l));x.exports=r},4310:(x,y,o)=>{const d=o(1391),r=(n,l,c)=>d(n,l,"<",c);x.exports=r},2563:(x,y,o)=>{const d=o(6984),r=o(7990),n=(l,c,u)=>{let s=null,p=null,g=null;try{g=new r(c,u)}catch(i){return null}return l.forEach(i=>{g.test(i)&&(!s||p.compare(i)===-1)&&(s=i,p=new d(s,u))}),s};x.exports=n},5587:(x,y,o)=>{const d=o(6984),r=o(7990),n=(l,c,u)=>{let s=null,p=null,g=null;try{g=new r(c,u)}catch(i){return null}return l.forEach(i=>{g.test(i)&&(!s||p.compare(i)===1)&&(s=i,p=new d(s,u))}),s};x.exports=n},31:(x,y,o)=>{const d=o(6984),r=o(7990),n=o(9542),l=(c,u)=>{c=new r(c,u);let s=new d("0.0.0");if(c.test(s)||(s=new d("0.0.0-0"),c.test(s)))return s;s=null;for(let p=0;p<c.set.length;++p){const g=c.set[p];let i=null;g.forEach(m=>{const f=new d(m.semver.version);switch(m.operator){case">":f.prerelease.length===0?f.patch++:f.prerelease.push(0),f.raw=f.format();case"":case">=":(!i||n(f,i))&&(i=f);break;case"<":case"<=":break;default:throw new Error(`Unexpected operation: ${m.operator}`)}}),i&&(!s||n(s,i))&&(s=i)}return s&&c.test(s)?s:null};x.exports=l},1391:(x,y,o)=>{const d=o(6984),r=o(1681),{ANY:n}=r,l=o(7990),c=o(5414),u=o(9542),s=o(7561),p=o(215),g=o(9887),i=(m,f,h,S)=>{m=new d(m,S),f=new l(f,S);let v,E,b,P,T;switch(h){case">":v=u,E=p,b=s,P=">",T=">=";break;case"<":v=s,E=g,b=u,P="<",T="<=";break;default:throw new TypeError('Must provide a hilo val of "<" or ">"')}if(c(m,f,S))return!1;for(let _=0;_<f.set.length;++_){const w=f.set[_];let D=null,I=null;if(w.forEach(R=>{R.semver===n&&(R=new r(">=0.0.0")),D=D||R,I=I||R,v(R.semver,D.semver,S)?D=R:b(R.semver,I.semver,S)&&(I=R)}),D.operator===P||D.operator===T||(!I.operator||I.operator===P)&&E(m,I.semver))return!1;if(I.operator===T&&b(m,I.semver))return!1}return!0};x.exports=i},3505:(x,y,o)=>{const d=o(5414),r=o(4350);x.exports=(n,l,c)=>{const u=[];let s=null,p=null;const g=n.sort((h,S)=>r(h,S,c));for(const h of g)d(h,l,c)?(p=h,s||(s=h)):(p&&u.push([s,p]),p=null,s=null);s&&u.push([s,null]);const i=[];for(const[h,S]of u)h===S?i.push(h):!S&&h===g[0]?i.push("*"):S?h===g[0]?i.push(`<=${S}`):i.push(`${h} - ${S}`):i.push(`>=${h}`);const m=i.join(" || "),f=typeof l.raw=="string"?l.raw:String(l);return m.length<f.length?m:l}},3678:(x,y,o)=>{const d=o(7990),r=o(1681),{ANY:n}=r,l=o(5414),c=o(4350),u=(i,m,f={})=>{if(i===m)return!0;i=new d(i,f),m=new d(m,f);let h=!1;e:for(const S of i.set){for(const v of m.set){const E=s(S,v,f);if(h=h||E!==null,E)continue e}if(h)return!1}return!0},s=(i,m,f)=>{if(i===m)return!0;if(i.length===1&&i[0].semver===n){if(m.length===1&&m[0].semver===n)return!0;f.includePrerelease?i=[new r(">=0.0.0-0")]:i=[new r(">=0.0.0")]}if(m.length===1&&m[0].semver===n){if(f.includePrerelease)return!0;m=[new r(">=0.0.0")]}const h=new Set;let S,v;for(const I of i)I.operator===">"||I.operator===">="?S=p(S,I,f):I.operator==="<"||I.operator==="<="?v=g(v,I,f):h.add(I.semver);if(h.size>1)return null;let E;if(S&&v){if(E=c(S.semver,v.semver,f),E>0)return null;if(E===0&&(S.operator!==">="||v.operator!=="<="))return null}for(const I of h){if(S&&!l(I,String(S),f)||v&&!l(I,String(v),f))return null;for(const R of m)if(!l(I,String(R),f))return!1;return!0}let b,P,T,_,w=v&&!f.includePrerelease&&v.semver.prerelease.length?v.semver:!1,D=S&&!f.includePrerelease&&S.semver.prerelease.length?S.semver:!1;w&&w.prerelease.length===1&&v.operator==="<"&&w.prerelease[0]===0&&(w=!1);for(const I of m){if(_=_||I.operator===">"||I.operator===">=",T=T||I.operator==="<"||I.operator==="<=",S){if(D&&I.semver.prerelease&&I.semver.prerelease.length&&I.semver.major===D.major&&I.semver.minor===D.minor&&I.semver.patch===D.patch&&(D=!1),I.operator===">"||I.operator===">="){if(b=p(S,I,f),b===I&&b!==S)return!1}else if(S.operator===">="&&!l(S.semver,String(I),f))return!1}if(v){if(w&&I.semver.prerelease&&I.semver.prerelease.length&&I.semver.major===w.major&&I.semver.minor===w.minor&&I.semver.patch===w.patch&&(w=!1),I.operator==="<"||I.operator==="<="){if(P=g(v,I,f),P===I&&P!==v)return!1}else if(v.operator==="<="&&!l(v.semver,String(I),f))return!1}if(!I.operator&&(v||S)&&E!==0)return!1}return!(S&&T&&!v&&E!==0||v&&_&&!S&&E!==0||D||w)},p=(i,m,f)=>{if(!i)return m;const h=c(i.semver,m.semver,f);return h>0?i:h<0||m.operator===">"&&i.operator===">="?m:i},g=(i,m,f)=>{if(!i)return m;const h=c(i.semver,m.semver,f);return h<0?i:h>0||m.operator==="<"&&i.operator==="<="?m:i};x.exports=u},4787:(x,y,o)=>{const d=o(7990),r=(n,l)=>new d(n,l).set.map(c=>c.map(u=>u.value).join(" ").trim().split(" "));x.exports=r},2864:(x,y,o)=>{const d=o(7990),r=(n,l)=>{try{return new d(n,l).range||"*"}catch(c){return null}};x.exports=r},6614:(x,y,o)=>{"use strict";var d=o(7294),r=o(9827),n=/^[A-Za-z][A-Za-z0-9+-.]*:\/\//,l=/^([a-z][a-z0-9.+-]*:)?(\/\/)?([\\/]+)?([\S\s]*)/i,c=/^[a-zA-Z]:/,u="[\\x09\\x0A\\x0B\\x0C\\x0D\\x20\\xA0\\u1680\\u180E\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200A\\u202F\\u205F\\u3000\\u2028\\u2029\\uFEFF]",s=new RegExp("^"+u+"+");function p(P){return(P||"").toString().replace(s,"")}var g=[["#","hash"],["?","query"],function(T,_){return f(_.protocol)?T.replace(/\\/g,"/"):T},["/","pathname"],["@","auth",1],[NaN,"host",void 0,1,1],[/:(\d+)$/,"port",void 0,1],[NaN,"hostname",void 0,1,1]],i={hash:1,query:1};function m(P){var T;typeof window!="undefined"?T=window:typeof o.g!="undefined"?T=o.g:typeof self!="undefined"?T=self:T={};var _=T.location||{};P=P||_;var w={},D=typeof P,I;if(P.protocol==="blob:")w=new v(unescape(P.pathname),{});else if(D==="string"){w=new v(P,{});for(I in i)delete w[I]}else if(D==="object"){for(I in P)I in i||(w[I]=P[I]);w.slashes===void 0&&(w.slashes=n.test(P.href))}return w}function f(P){return P==="file:"||P==="ftp:"||P==="http:"||P==="https:"||P==="ws:"||P==="wss:"}function h(P,T){P=p(P),T=T||{};var _=l.exec(P),w=_[1]?_[1].toLowerCase():"",D=!!_[2],I=!!_[3],R=0,C;return D?I?(C=_[2]+_[3]+_[4],R=_[2].length+_[3].length):(C=_[2]+_[4],R=_[2].length):I?(C=_[3]+_[4],R=_[3].length):C=_[4],w==="file:"?R>=2&&(C=C.slice(2)):f(w)?C=_[4]:w?D&&(C=C.slice(2)):R>=2&&f(T.protocol)&&(C=_[4]),{protocol:w,slashes:D||f(w),slashesCount:R,rest:C}}function S(P,T){if(P==="")return T;for(var _=(T||"/").split("/").slice(0,-1).concat(P.split("/")),w=_.length,D=_[w-1],I=!1,R=0;w--;)_[w]==="."?_.splice(w,1):_[w]===".."?(_.splice(w,1),R++):R&&(w===0&&(I=!0),_.splice(w,1),R--);return I&&_.unshift(""),(D==="."||D==="..")&&_.push(""),_.join("/")}function v(P,T,_){if(P=p(P),!(this instanceof v))return new v(P,T,_);var w,D,I,R,C,L,$=g.slice(),M=typeof T,B=this,W=0;for(M!=="object"&&M!=="string"&&(_=T,T=null),_&&typeof _!="function"&&(_=r.parse),T=m(T),D=h(P||"",T),w=!D.protocol&&!D.slashes,B.slashes=D.slashes||w&&T.slashes,B.protocol=D.protocol||T.protocol||"",P=D.rest,(D.protocol==="file:"&&(D.slashesCount!==2||c.test(P))||!D.slashes&&(D.protocol||D.slashesCount<2||!f(B.protocol)))&&($[3]=[/(.*)/,"pathname"]);W<$.length;W++){if(R=$[W],typeof R=="function"){P=R(P,B);continue}I=R[0],L=R[1],I!==I?B[L]=P:typeof I=="string"?~(C=P.indexOf(I))&&(typeof R[2]=="number"?(B[L]=P.slice(0,C),P=P.slice(C+R[2])):(B[L]=P.slice(C),P=P.slice(0,C))):(C=I.exec(P))&&(B[L]=C[1],P=P.slice(0,C.index)),B[L]=B[L]||w&&R[3]&&T[L]||"",R[4]&&(B[L]=B[L].toLowerCase())}_&&(B.query=_(B.query)),w&&T.slashes&&B.pathname.charAt(0)!=="/"&&(B.pathname!==""||T.pathname!=="")&&(B.pathname=S(B.pathname,T.pathname)),B.pathname.charAt(0)!=="/"&&f(B.protocol)&&(B.pathname="/"+B.pathname),d(B.port,B.protocol)||(B.host=B.hostname,B.port=""),B.username=B.password="",B.auth&&(R=B.auth.split(":"),B.username=R[0],B.password=R[1]||""),B.origin=B.protocol!=="file:"&&f(B.protocol)&&B.host?B.protocol+"//"+B.host:"null",B.href=B.toString()}function E(P,T,_){var w=this;switch(P){case"query":typeof T=="string"&&T.length&&(T=(_||r.parse)(T)),w[P]=T;break;case"port":w[P]=T,d(T,w.protocol)?T&&(w.host=w.hostname+":"+T):(w.host=w.hostname,w[P]="");break;case"hostname":w[P]=T,w.port&&(T+=":"+w.port),w.host=T;break;case"host":w[P]=T,/:\d+$/.test(T)?(T=T.split(":"),w.port=T.pop(),w.hostname=T.join(":")):(w.hostname=T,w.port="");break;case"protocol":w.protocol=T.toLowerCase(),w.slashes=!_;break;case"pathname":case"hash":if(T){var D=P==="pathname"?"/":"#";w[P]=T.charAt(0)!==D?D+T:T}else w[P]=T;break;case"username":case"password":w[P]=encodeURIComponent(T);break;case"auth":var I=T.split(":");w.username=I[0],w.password=I.length===2?I[1]:""}for(var R=0;R<g.length;R++){var C=g[R];C[4]&&(w[C[1]]=w[C[1]].toLowerCase())}return w.auth=w.password?w.username+":"+w.password:w.username,w.origin=w.protocol!=="file:"&&f(w.protocol)&&w.host?w.protocol+"//"+w.host:"null",w.href=w.toString(),w}function b(P){(!P||typeof P!="function")&&(P=r.stringify);var T,_=this,w=_.protocol;w&&w.charAt(w.length-1)!==":"&&(w+=":");var D=w+(_.protocol&&_.slashes||f(_.protocol)?"//":"");return _.username?(D+=_.username,_.password&&(D+=":"+_.password),D+="@"):_.password&&(D+=":"+_.password,D+="@"),D+=_.host+_.pathname,T=typeof _.query=="object"?P(_.query):_.query,T&&(D+=T.charAt(0)!=="?"?"?"+T:T),_.hash&&(D+=_.hash),D}v.prototype={set:E,toString:b},v.extractProtocol=h,v.location=m,v.trimLeft=p,v.qs=r,x.exports=v},6685:x=>{"use strict";x.exports=function(y){y.prototype[Symbol.iterator]=function*(){for(let o=this.head;o;o=o.next)yield o.value}}},6482:(x,y,o)=>{"use strict";x.exports=d,d.Node=c,d.create=d;function d(u){var s=this;if(s instanceof d||(s=new d),s.tail=null,s.head=null,s.length=0,u&&typeof u.forEach=="function")u.forEach(function(i){s.push(i)});else if(arguments.length>0)for(var p=0,g=arguments.length;p<g;p++)s.push(arguments[p]);return s}d.prototype.removeNode=function(u){if(u.list!==this)throw new Error("removing node which does not belong to this list");var s=u.next,p=u.prev;return s&&(s.prev=p),p&&(p.next=s),u===this.head&&(this.head=s),u===this.tail&&(this.tail=p),u.list.length--,u.next=null,u.prev=null,u.list=null,s},d.prototype.unshiftNode=function(u){if(u!==this.head){u.list&&u.list.removeNode(u);var s=this.head;u.list=this,u.next=s,s&&(s.prev=u),this.head=u,this.tail||(this.tail=u),this.length++}},d.prototype.pushNode=function(u){if(u!==this.tail){u.list&&u.list.removeNode(u);var s=this.tail;u.list=this,u.prev=s,s&&(s.next=u),this.tail=u,this.head||(this.head=u),this.length++}},d.prototype.push=function(){for(var u=0,s=arguments.length;u<s;u++)n(this,arguments[u]);return this.length},d.prototype.unshift=function(){for(var u=0,s=arguments.length;u<s;u++)l(this,arguments[u]);return this.length},d.prototype.pop=function(){if(!!this.tail){var u=this.tail.value;return this.tail=this.tail.prev,this.tail?this.tail.next=null:this.head=null,this.length--,u}},d.prototype.shift=function(){if(!!this.head){var u=this.head.value;return this.head=this.head.next,this.head?this.head.prev=null:this.tail=null,this.length--,u}},d.prototype.forEach=function(u,s){s=s||this;for(var p=this.head,g=0;p!==null;g++)u.call(s,p.value,g,this),p=p.next},d.prototype.forEachReverse=function(u,s){s=s||this;for(var p=this.tail,g=this.length-1;p!==null;g--)u.call(s,p.value,g,this),p=p.prev},d.prototype.get=function(u){for(var s=0,p=this.head;p!==null&&s<u;s++)p=p.next;if(s===u&&p!==null)return p.value},d.prototype.getReverse=function(u){for(var s=0,p=this.tail;p!==null&&s<u;s++)p=p.prev;if(s===u&&p!==null)return p.value},d.prototype.map=function(u,s){s=s||this;for(var p=new d,g=this.head;g!==null;)p.push(u.call(s,g.value,this)),g=g.next;return p},d.prototype.mapReverse=function(u,s){s=s||this;for(var p=new d,g=this.tail;g!==null;)p.push(u.call(s,g.value,this)),g=g.prev;return p},d.prototype.reduce=function(u,s){var p,g=this.head;if(arguments.length>1)p=s;else if(this.head)g=this.head.next,p=this.head.value;else throw new TypeError("Reduce of empty list with no initial value");for(var i=0;g!==null;i++)p=u(p,g.value,i),g=g.next;return p},d.prototype.reduceReverse=function(u,s){var p,g=this.tail;if(arguments.length>1)p=s;else if(this.tail)g=this.tail.prev,p=this.tail.value;else throw new TypeError("Reduce of empty list with no initial value");for(var i=this.length-1;g!==null;i--)p=u(p,g.value,i),g=g.prev;return p},d.prototype.toArray=function(){for(var u=new Array(this.length),s=0,p=this.head;p!==null;s++)u[s]=p.value,p=p.next;return u},d.prototype.toArrayReverse=function(){for(var u=new Array(this.length),s=0,p=this.tail;p!==null;s++)u[s]=p.value,p=p.prev;return u},d.prototype.slice=function(u,s){s=s||this.length,s<0&&(s+=this.length),u=u||0,u<0&&(u+=this.length);var p=new d;if(s<u||s<0)return p;u<0&&(u=0),s>this.length&&(s=this.length);for(var g=0,i=this.head;i!==null&&g<u;g++)i=i.next;for(;i!==null&&g<s;g++,i=i.next)p.push(i.value);return p},d.prototype.sliceReverse=function(u,s){s=s||this.length,s<0&&(s+=this.length),u=u||0,u<0&&(u+=this.length);var p=new d;if(s<u||s<0)return p;u<0&&(u=0),s>this.length&&(s=this.length);for(var g=this.length,i=this.tail;i!==null&&g>s;g--)i=i.prev;for(;i!==null&&g>u;g--,i=i.prev)p.push(i.value);return p},d.prototype.splice=function(u,s,...p){u>this.length&&(u=this.length-1),u<0&&(u=this.length+u);for(var g=0,i=this.head;i!==null&&g<u;g++)i=i.next;for(var m=[],g=0;i&&g<s;g++)m.push(i.value),i=this.removeNode(i);i===null&&(i=this.tail),i!==this.head&&i!==this.tail&&(i=i.prev);for(var g=0;g<p.length;g++)i=r(this,i,p[g]);return m},d.prototype.reverse=function(){for(var u=this.head,s=this.tail,p=u;p!==null;p=p.prev){var g=p.prev;p.prev=p.next,p.next=g}return this.head=s,this.tail=u,this};function r(u,s,p){var g=s===u.head?new c(p,null,s,u):new c(p,s,s.next,u);return g.next===null&&(u.tail=g),g.prev===null&&(u.head=g),u.length++,g}function n(u,s){u.tail=new c(s,u.tail,null,u),u.head||(u.head=u.tail),u.length++}function l(u,s){u.head=new c(s,null,u.head,u),u.tail||(u.tail=u.head),u.length++}function c(u,s,p,g){if(!(this instanceof c))return new c(u,s,p,g);this.list=g,this.value=u,s?(s.next=this,this.prev=s):this.prev=null,p?(p.prev=this,this.next=p):this.next=null}try{o(6685)(d)}catch(u){}}},Is={};function ct(x){var y=Is[x];if(y!==void 0)return y.exports;var o=Is[x]={id:x,loaded:!1,exports:{}};return il[x].call(o.exports,o,o.exports,ct),o.loaded=!0,o.exports}ct.n=x=>{var y=x&&x.__esModule?()=>x.default:()=>x;return ct.d(y,{a:y}),y},ct.d=(x,y)=>{for(var o in y)ct.o(y,o)&&!ct.o(x,o)&&Object.defineProperty(x,o,{enumerable:!0,get:y[o]})},ct.g=function(){if(typeof globalThis=="object")return globalThis;try{return this||new Function("return this")()}catch(x){if(typeof window=="object")return window}}(),ct.o=(x,y)=>Object.prototype.hasOwnProperty.call(x,y),ct.nmd=x=>(x.paths=[],x.children||(x.children=[]),x);var og={};(()=>{var Mt;"use strict";var x=ct(1044),y=ct.n(x),o=ct(1893),d=ct(3475),r=ct.n(d),n=ct(7455),l=ct.n(n),c=ct(2988),u=ct(8480),s=ct(5638),p=ct(954),g=ct(1313),i=ct(1309),m=ct.n(i),f=ct(7496),h=ct(4726),S=ct(9881),v=ct(2200),E=ct(6614);function b(he){for(var q=[],fe=0;fe<he.length;){var be=he[fe];if(be==="*"||be==="+"||be==="?"){q.push({type:"MODIFIER",index:fe,value:he[fe++]});continue}if(be==="\\"){q.push({type:"ESCAPED_CHAR",index:fe++,value:he[fe++]});continue}if(be==="{"){q.push({type:"OPEN",index:fe,value:he[fe++]});continue}if(be==="}"){q.push({type:"CLOSE",index:fe,value:he[fe++]});continue}if(be===":"){for(var ne="",me=fe+1;me<he.length;){var ce=he.charCodeAt(me);if(ce>=48&&ce<=57||ce>=65&&ce<=90||ce>=97&&ce<=122||ce===95){ne+=he[me++];continue}break}if(!ne)throw new TypeError("Missing parameter name at "+fe);q.push({type:"NAME",index:fe,value:ne}),fe=me;continue}if(be==="("){var Ee=1,Re="",me=fe+1;if(he[me]==="?")throw new TypeError('Pattern cannot start with "?" at '+me);for(;me<he.length;){if(he[me]==="\\"){Re+=he[me++]+he[me++];continue}if(he[me]===")"){if(Ee--,Ee===0){me++;break}}else if(he[me]==="("&&(Ee++,he[me+1]!=="?"))throw new TypeError("Capturing groups are not allowed at "+me);Re+=he[me++]}if(Ee)throw new TypeError("Unbalanced pattern at "+fe);if(!Re)throw new TypeError("Missing pattern at "+fe);q.push({type:"PATTERN",index:fe,value:Re}),fe=me;continue}q.push({type:"CHAR",index:fe,value:he[fe++]})}return q.push({type:"END",index:fe,value:""}),q}function P(he,q){q===void 0&&(q={});for(var fe=b(he),be=q.prefixes,ne=be===void 0?"./":be,me="[^"+I(q.delimiter||"/#?")+"]+?",ce=[],Ee=0,Re=0,Be="",Ce=function(Z){if(Re<fe.length&&fe[Re].type===Z)return fe[Re++].value},De=function(Z){var ie=Ce(Z);if(ie!==void 0)return ie;var oe=fe[Re],Se=oe.type,_e=oe.index;throw new TypeError("Unexpected "+Se+" at "+_e+", expected "+Z)},ke=function(){for(var Z="",ie;ie=Ce("CHAR")||Ce("ESCAPED_CHAR");)Z+=ie;return Z};Re<fe.length;){var Ge=Ce("CHAR"),it=Ce("NAME"),bt=Ce("PATTERN");if(it||bt){var Ve=Ge||"";ne.indexOf(Ve)===-1&&(Be+=Ve,Ve=""),Be&&(ce.push(Be),Be=""),ce.push({name:it||Ee++,prefix:Ve,suffix:"",pattern:bt||me,modifier:Ce("MODIFIER")||""});continue}var yt=Ge||Ce("ESCAPED_CHAR");if(yt){Be+=yt;continue}Be&&(ce.push(Be),Be="");var F=Ce("OPEN");if(F){var Ve=ke(),H=Ce("NAME")||"",V=Ce("PATTERN")||"",re=ke();De("CLOSE"),ce.push({name:H||(V?Ee++:""),pattern:H&&!V?me:V,prefix:Ve,suffix:re,modifier:Ce("MODIFIER")||""});continue}De("END")}return ce}function T(he,q){return _(P(he,q),q)}function _(he,q){q===void 0&&(q={});var fe=R(q),be=q.encode,ne=be===void 0?function(Re){return Re}:be,me=q.validate,ce=me===void 0?!0:me,Ee=he.map(function(Re){if(typeof Re=="object")return new RegExp("^(?:"+Re.pattern+")$",fe)});return function(Re){for(var Be="",Ce=0;Ce<he.length;Ce++){var De=he[Ce];if(typeof De=="string"){Be+=De;continue}var ke=Re?Re[De.name]:void 0,Ge=De.modifier==="?"||De.modifier==="*",it=De.modifier==="*"||De.modifier==="+";if(Array.isArray(ke)){if(!it)throw new TypeError('Expected "'+De.name+'" to not repeat, but got an array');if(ke.length===0){if(Ge)continue;throw new TypeError('Expected "'+De.name+'" to not be empty')}for(var bt=0;bt<ke.length;bt++){var Ve=ne(ke[bt],De);if(ce&&!Ee[Ce].test(Ve))throw new TypeError('Expected all "'+De.name+'" to match "'+De.pattern+'", but got "'+Ve+'"');Be+=De.prefix+Ve+De.suffix}continue}if(typeof ke=="string"||typeof ke=="number"){var Ve=ne(String(ke),De);if(ce&&!Ee[Ce].test(Ve))throw new TypeError('Expected "'+De.name+'" to match "'+De.pattern+'", but got "'+Ve+'"');Be+=De.prefix+Ve+De.suffix;continue}if(!Ge){var yt=it?"an array":"a string";throw new TypeError('Expected "'+De.name+'" to be '+yt)}}return Be}}function w(he,q){var fe=[],be=B(he,fe,q);return D(be,fe,q)}function D(he,q,fe){fe===void 0&&(fe={});var be=fe.decode,ne=be===void 0?function(me){return me}:be;return function(me){var ce=he.exec(me);if(!ce)return!1;for(var Ee=ce[0],Re=ce.index,Be=Object.create(null),Ce=function(ke){if(ce[ke]===void 0)return"continue";var Ge=q[ke-1];Ge.modifier==="*"||Ge.modifier==="+"?Be[Ge.name]=ce[ke].split(Ge.prefix+Ge.suffix).map(function(it){return ne(it,Ge)}):Be[Ge.name]=ne(ce[ke],Ge)},De=1;De<ce.length;De++)Ce(De);return{path:Ee,index:Re,params:Be}}}function I(he){return he.replace(/([.+*?=^!:${}()[\]|/\\])/g,"\\$1")}function R(he){return he&&he.sensitive?"":"i"}function C(he,q){if(!q)return he;for(var fe=/\((?:\?<(.*?)>)?(?!\?)/g,be=0,ne=fe.exec(he.source);ne;)q.push({name:ne[1]||be++,prefix:"",suffix:"",modifier:"",pattern:""}),ne=fe.exec(he.source);return he}function L(he,q,fe){var be=he.map(function(ne){return B(ne,q,fe).source});return new RegExp("(?:"+be.join("|")+")",R(fe))}function $(he,q,fe){return M(P(he,fe),q,fe)}function M(he,q,fe){fe===void 0&&(fe={});for(var be=fe.strict,ne=be===void 0?!1:be,me=fe.start,ce=me===void 0?!0:me,Ee=fe.end,Re=Ee===void 0?!0:Ee,Be=fe.encode,Ce=Be===void 0?function(Z){return Z}:Be,De="["+I(fe.endsWith||"")+"]|$",ke="["+I(fe.delimiter||"/#?")+"]",Ge=ce?"^":"",it=0,bt=he;it<bt.length;it++){var Ve=bt[it];if(typeof Ve=="string")Ge+=I(Ce(Ve));else{var yt=I(Ce(Ve.prefix)),F=I(Ce(Ve.suffix));if(Ve.pattern)if(q&&q.push(Ve),yt||F)if(Ve.modifier==="+"||Ve.modifier==="*"){var H=Ve.modifier==="*"?"?":"";Ge+="(?:"+yt+"((?:"+Ve.pattern+")(?:"+F+yt+"(?:"+Ve.pattern+"))*)"+F+")"+H}else Ge+="(?:"+yt+"("+Ve.pattern+")"+F+")"+Ve.modifier;else Ge+="("+Ve.pattern+")"+Ve.modifier;else Ge+="(?:"+yt+F+")"+Ve.modifier}}if(Re)ne||(Ge+=ke+"?"),Ge+=fe.endsWith?"(?="+De+")":"$";else{var V=he[he.length-1],re=typeof V=="string"?ke.indexOf(V[V.length-1])>-1:V===void 0;ne||(Ge+="(?:"+ke+"(?="+De+"))?"),re||(Ge+="(?="+ke+"|"+De+")")}return new RegExp(Ge,R(fe))}function B(he,q,fe){return he instanceof RegExp?C(he,q):Array.isArray(he)?L(he,q,fe):$(he,q,fe)}class W{hydrate(q,fe){const be=q,ne=new E(q),me=[];return B(ne.pathname,me),me.forEach(ce=>{q=q.replace(":"+ce.name,encodeURIComponent(fe[ce.name]))}),q+=q.indexOf("?")===-1?"?":"&",Object.keys(fe).forEach(ce=>{be.indexOf(":"+ce)===-1&&(q+=ce+"="+encodeURIComponent(fe[ce])+"&")}),q.replace(/[?&]$/,"")}}function G(){y()(".sample-request-send").off("click"),y()(".sample-request-send").on("click",function(he){he.preventDefault();const q=y()(this).parents("article"),fe=q.data("group"),be=q.data("name"),ne=q.data("version");te(fe,be,ne,y()(this).data("type"))}),y()(".sample-request-clear").off("click"),y()(".sample-request-clear").on("click",function(he){he.preventDefault();const q=y()(this).parents("article"),fe=q.data("group"),be=q.data("name"),ne=q.data("version");ae(fe,be,ne)})}function U(he){return he.replace(/{(.+?)}/g,":$1")}function Y(he,q){const fe=he.find(".sample-request-url").val(),be=new W,ne=U(fe);return be.hydrate(ne,q)}function z(he){const q={};["header","query","body"].forEach(be=>{const ne={};try{he.find(y()(`[data-family="${be}"]:visible`)).each((me,ce)=>{const Ee=ce.dataset.name;let Re=ce.value;if(ce.type==="checkbox")if(ce.checked)Re="on";else return!0;if(!Re&&!ce.dataset.optional&&ce.type!=="checkbox")return y()(ce).addClass("border-danger"),!0;ne[Ee]=Re})}catch(me){return}q[be]=ne});const fe=he.find(y()('[data-family="body-json"]'));return fe.is(":visible")?(q.body=fe.val(),q.header["Content-Type"]="application/json"):q.header["Content-Type"]="multipart/form-data",q}function te(he,q,fe,be){const ne=y()(`article[data-group="${he}"][data-name="${q}"][data-version="${fe}"]`),me=z(ne),ce={};if(ce.url=Y(ne,me.query),ce.headers=me.header,ce.headers["Content-Type"]==="application/json")ce.data=me.body;else if(ce.headers["Content-Type"]==="multipart/form-data"){const Be=new FormData;for(const[Ce,De]of Object.entries(me.body))Be.append(Ce,De);ce.data=Be,ce.processData=!1,(be==="get"||be==="delete")&&delete ce.headers["Content-Type"]}ce.type=be,ce.success=Ee,ce.error=Re,y().ajax(ce),ne.find(".sample-request-response").fadeTo(200,1),ne.find(".sample-request-response-json").html("Loading...");function Ee(Be,Ce,De){let ke;try{ke=JSON.parse(De.responseText),ke=JSON.stringify(ke,null,4)}catch(Ge){ke=De.responseText}ne.find(".sample-request-response-json").text(ke),m().highlightAll()}function Re(Be,Ce,De){let ke="Error "+Be.status+": "+De,Ge;try{Ge=JSON.parse(Be.responseText),Ge=JSON.stringify(Ge,null,4)}catch(it){Ge=Be.responseText}Ge&&(ke+=`
`+Ge),ne.find(".sample-request-response").is(":visible")&&ne.find(".sample-request-response").fadeTo(1,.1),ne.find(".sample-request-response").fadeTo(250,1),ne.find(".sample-request-response-json").text(ke),m().highlightAll()}}function ae(he,q,fe){const be=y()('article[data-group="'+he+'"][data-name="'+q+'"][data-version="'+fe+'"]');be.find(".sample-request-response-json").html(""),be.find(".sample-request-response").hide(),be.find(".sample-request-input").each((me,ce)=>{ce.value=ce.placeholder!==ce.dataset.name?ce.placeholder:""});const ne=be.find(".sample-request-url");ne.val(ne.prop("defaultValue"))}const zt={ca:{"Allowed values:":"Valors permesos:","Compare all with predecessor":"Comparar tot amb versi\xF3 anterior","compare changes to:":"comparar canvis amb:","compared to":"comparat amb","Default value:":"Valor per defecte:",Description:"Descripci\xF3",Field:"Camp",General:"General","Generated with":"Generat amb",Name:"Nom","No response values.":"Sense valors en la resposta.",optional:"opcional",Parameter:"Par\xE0metre","Permission:":"Permisos:",Response:"Resposta",Send:"Enviar","Send a Sample Request":"Enviar una petici\xF3 d'exemple","show up to version:":"mostrar versi\xF3:","Size range:":"Tamany de rang:",Type:"Tipus",url:"url"},cs:{"Allowed values:":"Povolen\xE9 hodnoty:","Compare all with predecessor":"Porovnat v\u0161e s p\u0159edchoz\xEDmi verzemi","compare changes to:":"porovnat zm\u011Bny s:","compared to":"porovnat s","Default value:":"V\xFDchoz\xED hodnota:",Description:"Popis",Field:"Pole",General:"Obecn\xE9","Generated with":"Vygenerov\xE1no pomoc\xED",Name:"N\xE1zev","No response values.":"Nebyly vr\xE1ceny \u017E\xE1dn\xE9 hodnoty.",optional:"voliteln\xE9",Parameter:"Parametr","Permission:":"Opr\xE1vn\u011Bn\xED:",Response:"Odpov\u011B\u010F",Send:"Odeslat","Send a Sample Request":"Odeslat uk\xE1zkov\xFD po\u017Eadavek","show up to version:":"zobrazit po verzi:","Size range:":"Rozsah velikosti:",Type:"Typ",url:"url"},de:{"Allowed values:":"Erlaubte Werte:","Compare all with predecessor":"Vergleiche alle mit ihren Vorg\xE4ngern","compare changes to:":"vergleiche \xC4nderungen mit:","compared to":"verglichen mit","Default value:":"Standardwert:",Description:"Beschreibung",Field:"Feld",General:"Allgemein","Generated with":"Erstellt mit",Name:"Name","No response values.":"Keine R\xFCckgabewerte.",optional:"optional",Parameter:"Parameter","Permission:":"Berechtigung:",Response:"Antwort",Send:"Senden","Send a Sample Request":"Eine Beispielanfrage senden","show up to version:":"zeige bis zur Version:","Size range:":"Gr\xF6\xDFenbereich:",Type:"Typ",url:"url"},es:{"Allowed values:":"Valores permitidos:","Compare all with predecessor":"Comparar todo con versi\xF3n anterior","compare changes to:":"comparar cambios con:","compared to":"comparado con","Default value:":"Valor por defecto:",Description:"Descripci\xF3n",Field:"Campo",General:"General","Generated with":"Generado con",Name:"Nombre","No response values.":"Sin valores en la respuesta.",optional:"opcional",Parameter:"Par\xE1metro","Permission:":"Permisos:",Response:"Respuesta",Send:"Enviar","Send a Sample Request":"Enviar una petici\xF3n de ejemplo","show up to version:":"mostrar a versi\xF3n:","Size range:":"Tama\xF1o de rango:",Type:"Tipo",url:"url"},en:{},fr:{"Allowed values:":"Valeurs autoris\xE9es :",Body:"Corps","Compare all with predecessor":"Tout comparer avec ...","compare changes to:":"comparer les changements \xE0 :","compared to":"comparer \xE0","Default value:":"Valeur par d\xE9faut :",Description:"Description",Field:"Champ",General:"G\xE9n\xE9ral","Generated with":"G\xE9n\xE9r\xE9 avec",Header:"En-t\xEAte",Headers:"En-t\xEAtes",Name:"Nom","No response values.":"Aucune valeur de r\xE9ponse.","No value":"Aucune valeur",optional:"optionnel",Parameter:"Param\xE8tre",Parameters:"Param\xE8tres","Permission:":"Permission :","Query Parameter(s)":"Param\xE8tre(s) de la requ\xEAte","Query Parameters":"Param\xE8tres de la requ\xEAte","Request Body":"Corps de la requ\xEAte",required:"requis",Response:"R\xE9ponse",Send:"Envoyer","Send a Sample Request":"Envoyer une requ\xEAte repr\xE9sentative","show up to version:":"Montrer \xE0 partir de la version :","Size range:":"Ordre de grandeur :",Type:"Type",url:"url"},it:{"Allowed values:":"Valori permessi:","Compare all with predecessor":"Confronta tutto con versioni precedenti","compare changes to:":"confronta modifiche con:","compared to":"confrontato con","Default value:":"Valore predefinito:",Description:"Descrizione",Field:"Campo",General:"Generale","Generated with":"Creato con",Name:"Nome","No response values.":"Nessun valore di risposta.",optional:"opzionale",Parameter:"Parametro","Permission:":"Permessi:",Response:"Risposta",Send:"Invia","Send a Sample Request":"Invia una richiesta di esempio","show up to version:":"mostra alla versione:","Size range:":"Intervallo dimensione:",Type:"Tipo",url:"url"},nl:{"Allowed values:":"Toegestane waarden:","Compare all with predecessor":"Vergelijk alle met voorgaande versie","compare changes to:":"vergelijk veranderingen met:","compared to":"vergelijk met","Default value:":"Standaard waarde:",Description:"Omschrijving",Field:"Veld",General:"Algemeen","Generated with":"Gegenereerd met",Name:"Naam","No response values.":"Geen response waardes.",optional:"optioneel",Parameter:"Parameter","Permission:":"Permissie:",Response:"Antwoorden",Send:"Sturen","Send a Sample Request":"Stuur een sample aanvragen","show up to version:":"toon tot en met versie:","Size range:":"Maatbereik:",Type:"Type",url:"url"},pl:{"Allowed values:":"Dozwolone warto\u015Bci:","Compare all with predecessor":"Por\xF3wnaj z poprzednimi wersjami","compare changes to:":"por\xF3wnaj zmiany do:","compared to":"por\xF3wnaj do:","Default value:":"Warto\u015B\u0107 domy\u015Blna:",Description:"Opis",Field:"Pole",General:"Generalnie","Generated with":"Wygenerowano z",Name:"Nazwa","No response values.":"Brak odpowiedzi.",optional:"opcjonalny",Parameter:"Parametr","Permission:":"Uprawnienia:",Response:"Odpowied\u017A",Send:"Wy\u015Blij","Send a Sample Request":"Wy\u015Blij przyk\u0142adowe \u017C\u0105danie","show up to version:":"poka\u017C do wersji:","Size range:":"Zakres rozmiaru:",Type:"Typ",url:"url"},pt:{"Allowed values:":"Valores permitidos:","Compare all with predecessor":"Compare todos com antecessores","compare changes to:":"comparar altera\xE7\xF5es com:","compared to":"comparado com","Default value:":"Valor padr\xE3o:",Description:"Descri\xE7\xE3o",Field:"Campo",General:"Geral","Generated with":"Gerado com",Name:"Nome","No response values.":"Sem valores de resposta.",optional:"opcional",Parameter:"Par\xE2metro","Permission:":"Permiss\xE3o:",Response:"Resposta",Send:"Enviar","Send a Sample Request":"Enviar um Exemplo de Pedido","show up to version:":"aparecer para a vers\xE3o:","Size range:":"Faixa de tamanho:",Type:"Tipo",url:"url"},ro:{"Allowed values:":"Valori permise:","Compare all with predecessor":"Compar\u0103 toate cu versiunea precedent\u0103","compare changes to:":"compar\u0103 cu versiunea:","compared to":"comparat cu","Default value:":"Valoare implicit\u0103:",Description:"Descriere",Field:"C\xE2mp",General:"General","Generated with":"Generat cu",Name:"Nume","No response values.":"Nici o valoare returnat\u0103.",optional:"op\u021Bional",Parameter:"Parametru","Permission:":"Permisiune:",Response:"R\u0103spuns",Send:"Trimite","Send a Sample Request":"Trimite o cerere de prob\u0103","show up to version:":"arat\u0103 p\xE2n\u0103 la versiunea:","Size range:":"Interval permis:",Type:"Tip",url:"url"},ru:{"Allowed values:":"\u0414\u043E\u043F\u0443\u0441\u0442\u0438\u043C\u044B\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F:","Compare all with predecessor":"\u0421\u0440\u0430\u0432\u043D\u0438\u0442\u044C \u0441 \u043F\u0440\u0435\u0434\u044B\u0434\u0443\u0449\u0435\u0439 \u0432\u0435\u0440\u0441\u0438\u0435\u0439","compare changes to:":"\u0441\u0440\u0430\u0432\u043D\u0438\u0442\u044C \u0441:","compared to":"\u0432 \u0441\u0440\u0430\u0432\u043D\u0435\u043D\u0438\u0438 \u0441","Default value:":"\u041F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E:",Description:"\u041E\u043F\u0438\u0441\u0430\u043D\u0438\u0435",Field:"\u041D\u0430\u0437\u0432\u0430\u043D\u0438\u0435",General:"\u041E\u0431\u0449\u0430\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F","Generated with":"\u0421\u0433\u0435\u043D\u0435\u0440\u0438\u0440\u043E\u0432\u0430\u043D\u043E \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E",Name:"\u041D\u0430\u0437\u0432\u0430\u043D\u0438\u0435","No response values.":"\u041D\u0435\u0442 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0439 \u0434\u043B\u044F \u043E\u0442\u0432\u0435\u0442\u0430.",optional:"\u043D\u0435\u043E\u0431\u044F\u0437\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0439",Parameter:"\u041F\u0430\u0440\u0430\u043C\u0435\u0442\u0440","Permission:":"\u0420\u0430\u0437\u0440\u0435\u0448\u0435\u043D\u043E:",Response:"\u041E\u0442\u0432\u0435\u0442",Send:"\u041E\u0442\u043F\u0440\u0430\u0432\u0438\u0442\u044C","Send a Sample Request":"\u041E\u0442\u043F\u0440\u0430\u0432\u0438\u0442\u044C \u0442\u0435\u0441\u0442\u043E\u0432\u044B\u0439 \u0437\u0430\u043F\u0440\u043E\u0441","show up to version:":"\u043F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0432\u0435\u0440\u0441\u0438\u044E:","Size range:":"\u041E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F:",Type:"\u0422\u0438\u043F",url:"URL"},tr:{"Allowed values:":"\u0130zin verilen de\u011Ferler:","Compare all with predecessor":"T\xFCm\xFCn\xFC \xF6ncekiler ile kar\u015F\u0131la\u015Ft\u0131r","compare changes to:":"de\u011Fi\u015Fiklikleri kar\u015F\u0131la\u015Ft\u0131r:","compared to":"kar\u015F\u0131la\u015Ft\u0131r","Default value:":"Varsay\u0131lan de\u011Fer:",Description:"A\xE7\u0131klama",Field:"Alan",General:"Genel","Generated with":"Olu\u015Fturan",Name:"\u0130sim","No response values.":"D\xF6n\xFC\u015F verisi yok.",optional:"opsiyonel",Parameter:"Parametre","Permission:":"\u0130zin:",Response:"D\xF6n\xFC\u015F",Send:"G\xF6nder","Send a Sample Request":"\xD6rnek istek g\xF6nder","show up to version:":"bu versiyona kadar g\xF6ster:","Size range:":"Boyut aral\u0131\u011F\u0131:",Type:"Tip",url:"url"},vi:{"Allowed values:":"Gi\xE1 tr\u1ECB ch\u1EA5p nh\u1EADn:","Compare all with predecessor":"So s\xE1nh v\u1EDBi t\u1EA5t c\u1EA3 phi\xEAn b\u1EA3n tr\u01B0\u1EDBc","compare changes to:":"so s\xE1nh s\u1EF1 thay \u0111\u1ED5i v\u1EDBi:","compared to":"so s\xE1nh v\u1EDBi","Default value:":"Gi\xE1 tr\u1ECB m\u1EB7c \u0111\u1ECBnh:",Description:"Ch\xFA th\xEDch",Field:"Tr\u01B0\u1EDDng d\u1EEF li\u1EC7u",General:"T\u1ED5ng quan","Generated with":"\u0110\u01B0\u1EE3c t\u1EA1o b\u1EDFi",Name:"T\xEAn","No response values.":"Kh\xF4ng c\xF3 k\u1EBFt qu\u1EA3 tr\u1EA3 v\u1EC1.",optional:"T\xF9y ch\u1ECDn",Parameter:"Tham s\u1ED1","Permission:":"Quy\u1EC1n h\u1EA1n:",Response:"K\u1EBFt qu\u1EA3",Send:"G\u1EEDi","Send a Sample Request":"G\u1EEDi m\u1ED9t y\xEAu c\u1EA7u m\u1EABu","show up to version:":"hi\u1EC3n th\u1ECB phi\xEAn b\u1EA3n:","Size range:":"K\xEDch c\u1EE1:",Type:"Ki\u1EC3u",url:"li\xEAn k\u1EBFt"},zh:{"Allowed values:":"\u5141\u8BB8\u503C:",Body:"\u8EAB\u4F53","Compare all with predecessor":"\u4E0E\u6240\u6709\u8F83\u65E9\u7684\u6BD4\u8F83","compare changes to:":"\u5C06\u5F53\u524D\u7248\u672C\u4E0E\u6307\u5B9A\u7248\u672C\u6BD4\u8F83:","compared to":"\u76F8\u6BD4\u4E8E","Default value:":"\u9ED8\u8BA4\u503C:",Description:"\u63CF\u8FF0",Field:"\u5B57\u6BB5",General:"\u6982\u8981","Generated with":"\u57FA\u4E8E",Name:"\u540D\u79F0","No response values.":"\u65E0\u8FD4\u56DE\u503C.",optional:"\u53EF\u9009",Parameter:"\u53C2\u6570",Parameters:"\u53C2\u6570",Headers:"\u5934\u90E8\u53C2\u6570","Permission:":"\u6743\u9650:",Response:"\u8FD4\u56DE",required:"\u5FC5\u9700\u7684",Send:"\u53D1\u9001","Send a Sample Request":"\u53D1\u9001\u793A\u4F8B\u8BF7\u6C42","show up to version:":"\u663E\u793A\u5230\u6307\u5B9A\u7248\u672C:","Size range:":"\u53D6\u503C\u8303\u56F4:",Type:"\u7C7B\u578B",url:"\u7F51\u5740"}},kn=((Mt=window.navigator.language)!=null?Mt:"en-GB").toLowerCase().substr(0,2);let Pt=zt[kn]?zt[kn]:zt.en;function Yt(he){const q=Pt[he];return q===void 0?he:q}function vn(he){Pt=zt[he]}const{defaultsDeep:Ft}=o,ut=(he,q)=>{const fe=(be,ne,me,ce)=>({[ne]:me+1<ce.length?be:q});return he.reduceRight(fe,{})},ht=he=>{let q={};return he.forEach(fe=>{const be=ut(fe[0].split("."),fe[1]);q=Ft(q,be)}),Tn(q)};function Tn(he){return JSON.stringify(he,null,4)}function nr(he){const q=[];return he.forEach(fe=>{let be;switch(fe.type.toLowerCase()){case"string":be=fe.defaultValue||"";break;case"boolean":be=Boolean(fe.defaultValue)||!1;break;case"number":be=parseInt(fe.defaultValue||0,10);break;case"date":be=fe.defaultValue||new Date().toLocaleDateString(window.navigator.language);break}q.push([fe.field,be])}),ht(q)}var en=ct(7030);class vr extends en{constructor(q){super();this.testMode=q}diffMain(q,fe,be,ne){return super.diff_main(this._stripHtml(q),this._stripHtml(fe),be,ne)}diffPrettyHtml(q){const fe=[],be=/&/g,ne=/</g,me=/>/g,ce=/\n/g;for(let Ee=0;Ee<q.length;Ee++){const Re=q[Ee][0],Ce=q[Ee][1].replace(be,"&amp;").replace(ne,"&lt;").replace(me,"&gt;").replace(ce,"&para;<br>");switch(Re){case en.DIFF_INSERT:fe[Ee]="<ins>"+Ce+"</ins>";break;case en.DIFF_DELETE:fe[Ee]="<del>"+Ce+"</del>";break;case en.DIFF_EQUAL:fe[Ee]="<span>"+Ce+"</span>";break}}return fe.join("")}diffCleanupSemantic(q){return this.diff_cleanupSemantic(q)}_stripHtml(q){if(this.testMode)return q;const fe=document.createElement("div");return fe.innerHTML=q,fe.textContent||fe.innerText||""}}function tt(){l().registerHelper("markdown",function(ne){return ne&&(ne=ne.replace(/((\[(.*?)\])?\(#)((.+?):(.+?))(\))/mg,function(me,ce,Ee,Re,Be,Ce,De){const ke=Re||Ce+"/"+De;return'<a href="#api-'+Ce+"-"+De+'">'+ke+"</a>"}),ne)}),l().registerHelper("setInputType",function(ne){switch(ne){case"File":case"Email":case"Color":case"Number":case"Date":return ne[0].toLowerCase()+ne.substring(1);case"Boolean":return"checkbox";default:return"text"}});let he;l().registerHelper("startTimer",function(ne){return he=new Date,""}),l().registerHelper("stopTimer",function(ne){return console.log(new Date-he),""}),l().registerHelper("__",function(ne){return Yt(ne)}),l().registerHelper("cl",function(ne){return console.log(ne),""}),l().registerHelper("underscoreToSpace",function(ne){return ne.replace(/(_+)/g," ")}),l().registerHelper("removeDblQuotes",function(ne){return ne.replace(/"/g,"")}),l().registerHelper("assign",function(ne){if(arguments.length>0){const me=typeof arguments[1];let ce=null;(me==="string"||me==="number"||me==="boolean")&&(ce=arguments[1]),l().registerHelper(ne,function(){return ce})}return""}),l().registerHelper("nl2br",function(ne){return fe(ne)}),l().registerHelper("ifCond",function(ne,me,ce,Ee){switch(me){case"==":return ne==ce?Ee.fn(this):Ee.inverse(this);case"===":return ne===ce?Ee.fn(this):Ee.inverse(this);case"!=":return ne!=ce?Ee.fn(this):Ee.inverse(this);case"!==":return ne!==ce?Ee.fn(this):Ee.inverse(this);case"<":return ne<ce?Ee.fn(this):Ee.inverse(this);case"<=":return ne<=ce?Ee.fn(this):Ee.inverse(this);case">":return ne>ce?Ee.fn(this):Ee.inverse(this);case">=":return ne>=ce?Ee.fn(this):Ee.inverse(this);case"&&":return ne&&ce?Ee.fn(this):Ee.inverse(this);case"||":return ne||ce?Ee.fn(this):Ee.inverse(this);default:return Ee.inverse(this)}});const q={};l().registerHelper("subTemplate",function(ne,me){q[ne]||(q[ne]=l().compile(document.getElementById("template-"+ne).innerHTML));const ce=q[ne],Ee=y().extend({},this,me.hash);return new(l()).SafeString(ce(Ee))}),l().registerHelper("toLowerCase",function(ne){return ne&&typeof ne=="string"?ne.toLowerCase():""}),l().registerHelper("splitFill",function(ne,me,ce){const Ee=ne.split(me);return new Array(Ee.length).join(ce)+Ee[Ee.length-1]});function fe(ne){return(""+ne).replace(/(?:^|<\/pre>)[^]*?(?:<pre>|$)/g,me=>me.replace(/([^>\r\n]?)(\r\n|\n\r|\r|\n)/g,"$1<br>$2"))}l().registerHelper("each_compare_list_field",function(ne,me,ce){const Ee=ce.hash.field,Re=[];ne&&ne.forEach(function(Ce){const De=Ce;De.key=Ce[Ee],Re.push(De)});const Be=[];return me&&me.forEach(function(Ce){const De=Ce;De.key=Ce[Ee],Be.push(De)}),be("key",Re,Be,ce)}),l().registerHelper("each_compare_keys",function(ne,me,ce){const Ee=[];ne&&Object.keys(ne).forEach(function(Ce){const De={};De.value=ne[Ce],De.key=Ce,Ee.push(De)});const Re=[];return me&&Object.keys(me).forEach(function(Ce){const De={};De.value=me[Ce],De.key=Ce,Re.push(De)}),be("key",Ee,Re,ce)}),l().registerHelper("body2json",function(ne,me){return nr(ne)}),l().registerHelper("each_compare_field",function(ne,me,ce){return be("field",ne,me,ce)}),l().registerHelper("each_compare_title",function(ne,me,ce){return be("title",ne,me,ce)}),l().registerHelper("reformat",function(ne,me){if(me==="json")try{return JSON.stringify(JSON.parse(ne.trim()),null," ")}catch(ce){}return ne}),l().registerHelper("showDiff",function(ne,me,ce){let Ee="";if(ne===me)Ee=ne;else{if(!ne)return me;if(!me)return ne;const Re=new vr,Be=Re.diffMain(me,ne);Re.diffCleanupSemantic(Be),Ee=Re.diffPrettyHtml(Be),Ee=Ee.replace(/&para;/gm,"")}return ce==="nl2br"&&(Ee=fe(Ee)),Ee});function be(ne,me,ce,Ee){const Re=[];let Be=0;me&&me.forEach(function(ke){let Ge=!1;if(ce&&ce.forEach(function(it){if(ke[ne]===it[ne]){const bt={typeSame:!0,source:ke,compare:it,index:Be};Re.push(bt),Ge=!0,Be++}}),!Ge){const it={typeIns:!0,source:ke,index:Be};Re.push(it),Be++}}),ce&&ce.forEach(function(ke){let Ge=!1;if(me&&me.forEach(function(it){it[ne]===ke[ne]&&(Ge=!0)}),!Ge){const it={typeDel:!0,compare:ke,index:Be};Re.push(it),Be++}});let Ce="";const De=Re.length;for(const ke in Re)parseInt(ke,10)===De-1&&(Re[ke]._last=!0),Ce=Ce+Ee.fn(Re[ke]);return Ce}}document.addEventListener("DOMContentLoaded",()=>{tn(),G(),m().highlightAll()});function tn(){var Tt;let he=[{type:"get",url:"api/dialog/lists",title:"01. \u5BF9\u8BDD\u5217\u8868",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"dialog",name:"lists",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!0,field:"page",description:"<p>\u5F53\u524D\u9875\uFF0C\u9ED8\u8BA4:1</p>"},{group:"Parameter",type:"Number",optional:!0,field:"pagesize",description:"<p>\u6BCF\u9875\u663E\u793A\u6570\u91CF\uFF0C\u9ED8\u8BA4:100\uFF0C\u6700\u5927:200</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"DialogController.php",groupTitle:"\u5BF9\u8BDD"},{type:"get",url:"api/dialog/msg/detail",title:"09. \u6D88\u606F\u8BE6\u60C5",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"dialog",name:"msg__detail",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"msg_id",description:"<p>\u6D88\u606FID</p>"},{group:"Parameter",type:"String",optional:!1,field:"only_update_at",description:"<p>\u4EC5\u83B7\u53D6update_at\u5B57\u6BB5</p> <ul> <li>no (\u9ED8\u8BA4)</li> <li>yes</li> </ul>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"DialogController.php",groupTitle:"\u5BF9\u8BDD"},{type:"get",url:"api/dialog/msg/download",title:"10. \u6587\u4EF6\u4E0B\u8F7D",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"dialog",name:"msg__download",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"msg_id",description:"<p>\u6D88\u606FID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"DialogController.php",groupTitle:"\u5BF9\u8BDD"},{type:"get",url:"api/dialog/msg/lists",title:"04. \u83B7\u53D6\u6D88\u606F\u5217\u8868",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"dialog",name:"msg__lists",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"dialog_id",description:"<p>\u5BF9\u8BDDID</p>"},{group:"Parameter",type:"Number",optional:!0,field:"page",description:"<p>\u5F53\u524D\u9875\uFF0C\u9ED8\u8BA4:1</p>"},{group:"Parameter",type:"Number",optional:!0,field:"pagesize",description:"<p>\u6BCF\u9875\u663E\u793A\u6570\u91CF\uFF0C\u9ED8\u8BA4:50\uFF0C\u6700\u5927:100</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"DialogController.php",groupTitle:"\u5BF9\u8BDD"},{type:"get",url:"api/dialog/msg/readlist",title:"08. \u83B7\u53D6\u6D88\u606F\u9605\u8BFB\u60C5\u51B5",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"dialog",name:"msg__readlist",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"msg_id",description:"<p>\u6D88\u606FID\uFF08\u9700\u8981\u662F\u6D88\u606F\u7684\u53D1\u9001\u4EBA\uFF09</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"DialogController.php",groupTitle:"\u5BF9\u8BDD"},{type:"post",url:"api/dialog/msg/sendfile",title:"07. \u6587\u4EF6\u4E0A\u4F20",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"dialog",name:"msg__sendfile",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"dialog_id",description:"<p>\u5BF9\u8BDDID</p>"},{group:"Parameter",type:"String",optional:!0,field:"filename",description:"<p>post-\u6587\u4EF6\u540D\u79F0</p>"},{group:"Parameter",type:"String",optional:!0,field:"image64",description:"<p>post-base64\u56FE\u7247\uFF08\u4E8C\u9009\u4E00\uFF09</p>"},{group:"Parameter",type:"File",optional:!0,field:"files",description:"<p>post-\u6587\u4EF6\u5BF9\u8C61\uFF08\u4E8C\u9009\u4E00\uFF09</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"DialogController.php",groupTitle:"\u5BF9\u8BDD"},{type:"post",url:"api/dialog/msg/sendtext",title:"06. \u53D1\u9001\u6D88\u606F",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"dialog",name:"msg__sendtext",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"dialog_id",description:"<p>\u5BF9\u8BDDID</p>"},{group:"Parameter",type:"String",optional:!1,field:"text",description:"<p>\u6D88\u606F\u5185\u5BB9</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"DialogController.php",groupTitle:"\u5BF9\u8BDD"},{type:"get",url:"api/dialog/msg/unread",title:"05. \u83B7\u53D6\u672A\u8BFB\u6D88\u606F\u6570\u91CF",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"dialog",name:"msg__unread",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!0,field:"dialog_id",description:"<p>\u5BF9\u8BDDID\uFF0C\u7559\u7A7A\u83B7\u53D6\u603B\u672A\u8BFB\u6D88\u606F\u6570\u91CF</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"DialogController.php",groupTitle:"\u5BF9\u8BDD"},{type:"get",url:"api/dialog/msg/withdraw",title:"11. \u804A\u5929\u6D88\u606F\u64A4\u56DE",description:"<p>\u6D88\u606F\u64A4\u56DE\u9650\u523624\u5C0F\u65F6\u5185\uFF0C\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"dialog",name:"msg__withdraw",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"msg_id",description:"<p>\u6D88\u606FID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"DialogController.php",groupTitle:"\u5BF9\u8BDD"},{type:"get",url:"api/dialog/one",title:"02. \u83B7\u53D6\u5355\u4E2A\u4F1A\u8BDD\u4FE1\u606F",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"dialog",name:"one",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"dialog_id",description:"<p>\u5BF9\u8BDDID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"DialogController.php",groupTitle:"\u5BF9\u8BDD"},{type:"get",url:"api/dialog/msg/user",title:"03. \u6253\u5F00\u4F1A\u8BDD",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"dialog",name:"open__user",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"userid",description:"<p>\u5BF9\u8BDD\u4F1A\u5458ID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"DialogController.php",groupTitle:"\u5BF9\u8BDD"},{type:"get",url:"api/dialog/top",title:"12. \u4F1A\u8BDD\u7F6E\u9876",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"dialog",name:"top",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"dialog_id",description:"<p>\u4F1A\u8BDDID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"DialogController.php",groupTitle:"\u5BF9\u8BDD"},{type:"get",url:"api/file/add",title:"04. \u6DFB\u52A0\u3001\u4FEE\u6539\u6587\u4EF6(\u5939)",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"file",name:"add",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"name",description:"<p>\u9879\u76EE\u540D\u79F0</p>"},{group:"Parameter",type:"String",optional:!1,field:"type",description:"<p>\u6587\u4EF6\u7C7B\u578B</p>"},{group:"Parameter",type:"Number",optional:!0,field:"id",description:"<p>\u6587\u4EF6ID\uFF08\u8D4B\u503C\u4FEE\u6539\u6587\u4EF6\u540D\u79F0\uFF09</p>"},{group:"Parameter",type:"Number",optional:!0,field:"pid",description:"<p>\u7236\u7EA7ID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"FileController.php",groupTitle:"\u6587\u4EF6"},{type:"get",url:"api/file/content",title:"08. \u83B7\u53D6\u6587\u4EF6\u5185\u5BB9",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"file",name:"content",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number|String",optional:!1,field:"id",description:"<ul> <li>Number: \u6587\u4EF6ID\uFF08\u9700\u8981\u767B\u5F55\uFF09</li> <li>String: \u94FE\u63A5\u7801\uFF08\u4E0D\u9700\u8981\u767B\u5F55\uFF0C\u7528\u4E8E\u9884\u89C8\uFF09</li> </ul>"},{group:"Parameter",type:"String",optional:!1,field:"only_update_at",description:"<p>\u4EC5\u83B7\u53D6update_at\u5B57\u6BB5</p> <ul> <li>no (\u9ED8\u8BA4)</li> <li>yes</li> </ul>"},{group:"Parameter",type:"String",optional:!1,field:"down",description:"<p>\u76F4\u63A5\u4E0B\u8F7D</p> <ul> <li>no: \u6D4F\u89C8\uFF08\u9ED8\u8BA4\uFF09</li> <li>yes: \u4E0B\u8F7D\uFF08office\u6587\u4EF6\u76F4\u63A5\u4E0B\u8F7D\uFF09</li> </ul>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"FileController.php",groupTitle:"\u6587\u4EF6"},{type:"get",url:"api/file/content/office",title:"10. \u4FDD\u5B58\u6587\u4EF6\u5185\u5BB9\uFF08office\uFF09",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"file",name:"content__office",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"id",description:"<p>\u6587\u4EF6ID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"FileController.php",groupTitle:"\u6587\u4EF6"},{type:"get",url:"api/file/content/save",title:"09. \u4FDD\u5B58\u6587\u4EF6\u5185\u5BB9",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"file",name:"content__save",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"id",description:"<p>\u6587\u4EF6ID</p>"},{group:"Parameter",type:"Object",optional:!0,field:"D",description:"<p>Request Payload \u63D0\u4EA4</p> <ul> <li>content: \u5185\u5BB9</li> </ul>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"FileController.php",groupTitle:"\u6587\u4EF6"},{type:"get",url:"api/file/content/upload",title:"11. \u4FDD\u5B58\u6587\u4EF6\u5185\u5BB9\uFF08\u4E0A\u4F20\u6587\u4EF6\uFF09",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"file",name:"content__upload",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!0,field:"pid",description:"<p>\u7236\u7EA7ID</p>"},{group:"Parameter",type:"String",optional:!0,field:"files",description:"<p>\u6587\u4EF6\u540D</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"FileController.php",groupTitle:"\u6587\u4EF6"},{type:"get",url:"api/file/copy",title:"05. \u590D\u5236\u6587\u4EF6(\u5939)",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"file",name:"copy",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"id",description:"<p>\u6587\u4EF6ID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"FileController.php",groupTitle:"\u6587\u4EF6"},{type:"get",url:"api/file/link",title:"15. \u83B7\u53D6\u94FE\u63A5",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"file",name:"link",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"id",description:"<p>\u6587\u4EF6ID</p>"},{group:"Parameter",type:"String",optional:!1,field:"refresh",description:"<p>\u5237\u65B0\u94FE\u63A5</p> <ul> <li>no: \u53EA\u83B7\u53D6\uFF08\u9ED8\u8BA4\uFF09</li> <li>yes: \u5237\u65B0\u94FE\u63A5\uFF0C\u4E4B\u524D\u7684\u5C06\u5931\u6548</li> </ul>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"FileController.php",groupTitle:"\u6587\u4EF6"},{type:"get",url:"api/file/lists",title:"01. \u83B7\u53D6\u6587\u4EF6\u5217\u8868",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"file",name:"lists",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!0,field:"pid",description:"<p>\u7236\u7EA7ID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"FileController.php",groupTitle:"\u6587\u4EF6"},{type:"get",url:"api/file/move",title:"06. \u79FB\u52A8\u6587\u4EF6(\u5939)",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"file",name:"move",parameter:{fields:{Parameter:[{group:"Parameter",type:"Numbers",optional:!1,field:"ids",description:"<p>\u6587\u4EF6ID\uFF08\u683C\u5F0F\uFF1A[id1, id2]\uFF09</p>"},{group:"Parameter",type:"Number",optional:!1,field:"pid",description:"<p>\u79FB\u52A8\u5230\u7684\u6587\u4EF6\u5939ID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"FileController.php",groupTitle:"\u6587\u4EF6"},{type:"get",url:"api/file/one",title:"02. \u83B7\u53D6\u5355\u6761\u6570\u636E",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"file",name:"one",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number|String",optional:!1,field:"id",description:"<ul> <li>Number \u6587\u4EF6ID\uFF08\u9700\u8981\u767B\u5F55\uFF09</li> <li>String \u94FE\u63A5\u7801\uFF08\u4E0D\u9700\u8981\u767B\u5F55\uFF0C\u7528\u4E8E\u9884\u89C8\uFF09</li> </ul>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"FileController.php",groupTitle:"\u6587\u4EF6"},{type:"get",url:"api/file/remove",title:"07. \u5220\u9664\u6587\u4EF6(\u5939)",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"file",name:"remove",parameter:{fields:{Parameter:[{group:"Parameter",type:"Numbers",optional:!1,field:"ids",description:"<p>\u6587\u4EF6ID\uFF08\u683C\u5F0F\uFF1A[id1, id2]\uFF09</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"FileController.php",groupTitle:"\u6587\u4EF6"},{type:"get",url:"api/file/search",title:"03. \u641C\u7D22\u6587\u4EF6\u5217\u8868",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"file",name:"search",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!0,field:"key",description:"<p>\u5173\u952E\u8BCD</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"FileController.php",groupTitle:"\u6587\u4EF6"},{type:"get",url:"api/file/share",title:"12. \u83B7\u53D6\u5171\u4EAB\u4FE1\u606F",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"file",name:"share",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"id",description:"<p>\u6587\u4EF6ID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"FileController.php",groupTitle:"\u6587\u4EF6"},{type:"get",url:"api/file/share/out",title:"14. \u9000\u51FA\u5171\u4EAB",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"file",name:"share__out",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"id",description:"<p>\u6587\u4EF6ID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"FileController.php",groupTitle:"\u6587\u4EF6"},{type:"get",url:"api/file/share/update",title:"13. \u8BBE\u7F6E\u5171\u4EAB",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"file",name:"share__update",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"id",description:"<p>\u6587\u4EF6ID</p>"},{group:"Parameter",type:"Array",optional:!0,field:"userids",description:"<p>\u5171\u4EAB\u6210\u5458\uFF0C\u683C\u5F0F: [userid1, userid2, userid3]</p>"},{group:"Parameter",type:"Number",optional:!0,field:"permission",description:"<p>\u5171\u4EAB\u65B9\u5F0F</p> <ul> <li>0\uFF1A\u53EA\u8BFB</li> <li>1\uFF1A\u8BFB\u5199</li> <li>-1: \u5220\u9664</li> </ul>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"FileController.php",groupTitle:"\u6587\u4EF6"},{type:"get",url:"api/project/add",title:"03. \u6DFB\u52A0\u9879\u76EE",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"project",name:"add",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"name",description:"<p>\u9879\u76EE\u540D\u79F0</p>"},{group:"Parameter",type:"String",optional:!0,field:"desc",description:"<p>\u9879\u76EE\u4ECB\u7ECD</p>"},{group:"Parameter",type:"String",optional:!0,field:"columns",description:"<p>\u5217\u8868\uFF0C\u683C\u5F0F\uFF1A\u5217\u8868\u540D\u79F01,\u5217\u8868\u540D\u79F02</p>"},{group:"Parameter",type:"String",optional:!0,field:"flow",description:"<p>\u5F00\u542F\u6D41\u7A0B</p> <ul> <li>open: \u5F00\u542F</li> <li>close: \u5173\u95ED\uFF08\u9ED8\u8BA4\uFF09</li> </ul>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ProjectController.php",groupTitle:"\u9879\u76EE"},{type:"get",url:"api/project/archived",title:"12. \u5F52\u6863\u9879\u76EE",description:"<p>\u9700\u8981token\u8EAB\u4EFD\uFF08\u9650\uFF1A\u9879\u76EE\u8D1F\u8D23\u4EBA\uFF09</p>",version:"1.0.0",group:"project",name:"archived",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"project_id",description:"<p>\u9879\u76EEID</p>"},{group:"Parameter",type:"String",optional:!0,field:"type",description:"<p>\u7C7B\u578B</p> <ul> <li>add\uFF1A\u5F52\u6863\uFF08\u9ED8\u8BA4\uFF09</li> <li>recovery\uFF1A\u8FD8\u539F\u5F52\u6863</li> </ul>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ProjectController.php",groupTitle:"\u9879\u76EE"},{type:"get",url:"api/project/column/add",title:"15. \u6DFB\u52A0\u4EFB\u52A1\u5217\u8868",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"project",name:"column__add",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"project_id",description:"<p>\u9879\u76EEID</p>"},{group:"Parameter",type:"String",optional:!1,field:"name",description:"<p>\u5217\u8868\u540D\u79F0</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ProjectController.php",groupTitle:"\u9879\u76EE"},{type:"get",url:"api/project/column/lists",title:"14. \u83B7\u53D6\u4EFB\u52A1\u5217\u8868",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"project",name:"column__lists",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"project_id",description:"<p>\u9879\u76EEID</p>"},{group:"Parameter",type:"Number",optional:!0,field:"page",description:"<p>\u5F53\u524D\u9875\uFF0C\u9ED8\u8BA4:1</p>"},{group:"Parameter",type:"Number",optional:!0,field:"pagesize",description:"<p>\u6BCF\u9875\u663E\u793A\u6570\u91CF\uFF0C\u9ED8\u8BA4:100\uFF0C\u6700\u5927:200</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ProjectController.php",groupTitle:"\u9879\u76EE"},{type:"get",url:"api/project/column/remove",title:"17. \u5220\u9664\u4EFB\u52A1\u5217\u8868",description:"<p>\u9700\u8981token\u8EAB\u4EFD\uFF08\u9650\uFF1A\u9879\u76EE\u8D1F\u8D23\u4EBA\uFF09</p>",version:"1.0.0",group:"project",name:"column__remove",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"column_id",description:"<p>\u5217\u8868ID\uFF08\u7559\u7A7A\u4E3A\u6DFB\u52A0\u5217\u8868\uFF09</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ProjectController.php",groupTitle:"\u9879\u76EE"},{type:"get",url:"api/project/column/update",title:"16. \u4FEE\u6539\u4EFB\u52A1\u5217\u8868",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"project",name:"column__update",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"column_id",description:"<p>\u5217\u8868ID</p>"},{group:"Parameter",type:"String",optional:!0,field:"name",description:"<p>\u5217\u8868\u540D\u79F0</p>"},{group:"Parameter",type:"String",optional:!0,field:"color",description:"<p>\u989C\u8272</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ProjectController.php",groupTitle:"\u9879\u76EE"},{type:"get",url:"api/project/exit",title:"11. \u9000\u51FA\u9879\u76EE",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"project",name:"exit",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"project_id",description:"<p>\u9879\u76EEID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ProjectController.php",groupTitle:"\u9879\u76EE"},{type:"get",url:"api/project/flow/delete",title:"35. \u5220\u9664\u5DE5\u4F5C\u6D41",description:"<p>\u9700\u8981token\u8EAB\u4EFD\uFF08\u9650\uFF1A\u9879\u76EE\u8D1F\u8D23\u4EBA\uFF09</p>",version:"1.0.0",group:"project",name:"flow__delete",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"project_id",description:"<p>\u9879\u76EEID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ProjectController.php",groupTitle:"\u9879\u76EE"},{type:"get",url:"api/project/flow/list",title:"33. \u5DE5\u4F5C\u6D41\u5217\u8868",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"project",name:"flow__list",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"project_id",description:"<p>\u9879\u76EEID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ProjectController.php",groupTitle:"\u9879\u76EE"},{type:"post",url:"api/project/flow/save",title:"34. \u4FDD\u5B58\u5DE5\u4F5C\u6D41",description:"<p>\u9700\u8981token\u8EAB\u4EFD\uFF08\u9650\uFF1A\u9879\u76EE\u8D1F\u8D23\u4EBA\uFF09</p>",version:"1.0.0",group:"project",name:"flow__save",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"project_id",description:"<p>\u9879\u76EEID</p>"},{group:"Parameter",type:"Array",optional:!1,field:"flows",description:"<p>\u5DE5\u4F5C\u6D41\u6570\u636E</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ProjectController.php",groupTitle:"\u9879\u76EE"},{type:"get",url:"api/project/invite",title:"06. \u83B7\u53D6\u9080\u8BF7\u94FE\u63A5",description:"<p>\u9700\u8981token\u8EAB\u4EFD\uFF08\u9650\uFF1A\u9879\u76EE\u8D1F\u8D23\u4EBA\uFF09</p>",version:"1.0.0",group:"project",name:"invite",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"project_id",description:"<p>\u9879\u76EEID</p>"},{group:"Parameter",type:"String",optional:!1,field:"refresh",description:"<p>\u5237\u65B0\u94FE\u63A5</p> <ul> <li>no: \u53EA\u83B7\u53D6\uFF08\u9ED8\u8BA4\uFF09</li> <li>yes: \u5237\u65B0\u94FE\u63A5\uFF0C\u4E4B\u524D\u7684\u5C06\u5931\u6548</li> </ul>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ProjectController.php",groupTitle:"\u9879\u76EE"},{type:"get",url:"api/project/invite/info",title:"07. \u901A\u8FC7\u9080\u8BF7\u94FE\u63A5code\u83B7\u53D6\u9879\u76EE\u4FE1\u606F",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"project",name:"invite__info",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"code",description:""}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ProjectController.php",groupTitle:"\u9879\u76EE"},{type:"get",url:"api/project/invite/join",title:"08. \u901A\u8FC7\u9080\u8BF7\u94FE\u63A5code\u52A0\u5165\u9879\u76EE",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"project",name:"invite__join",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"code",description:""}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ProjectController.php",groupTitle:"\u9879\u76EE"},{type:"get",url:"api/project/lists",title:"01. \u83B7\u53D6\u9879\u76EE\u5217\u8868",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"project",name:"lists",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!0,field:"all",description:"<p>\u662F\u5426\u67E5\u770B\u6240\u6709\u9879\u76EE\uFF08\u9650\u5236\u7BA1\u7406\u5458\uFF09</p>"},{group:"Parameter",type:"String",optional:!0,field:"archived",description:"<p>\u5F52\u6863\u72B6\u6001</p> <ul> <li>all\uFF1A\u5168\u90E8</li> <li>no\uFF1A\u672A\u5F52\u6863\uFF08\u9ED8\u8BA4\uFF09</li> <li>yes\uFF1A\u5DF2\u5F52\u6863</li> </ul>"},{group:"Parameter",type:"String",optional:!0,field:"getcolumn",description:"<p>\u540C\u65F6\u53D6\u9879\u76EE\u5217\u8868</p> <ul> <li>no\uFF1A\u4E0D\u53D6\uFF08\u9ED8\u8BA4\uFF09</li> <li>yes\uFF1A\u53D6\u5217\u8868</li> </ul>"},{group:"Parameter",type:"Object",optional:!0,field:"keys",description:"<p>\u641C\u7D22\u6761\u4EF6</p> <ul> <li>keys.name: \u9879\u76EE\u540D\u79F0</li> </ul>"},{group:"Parameter",type:"Number",optional:!0,field:"page",description:"<p>\u5F53\u524D\u9875\uFF0C\u9ED8\u8BA4:1</p>"},{group:"Parameter",type:"Number",optional:!0,field:"pagesize",description:"<p>\u6BCF\u9875\u663E\u793A\u6570\u91CF\uFF0C\u9ED8\u8BA4:50\uFF0C\u6700\u5927:100</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]},examples:[{title:"sampleData:",content:`{
"data": [
{
"id": 7,
"name": "\u{1F3E2} \u4EA7\u54C1\u5B98\u7F51\u9879\u76EE",
"desc": "\u8BBE\u7F6E\u5404\u5C0F\u7EC4\u6210\u5458\u7684\u5DE5\u4F5C\u5217\u8868\uFF0C\u5404\u81EA\u9886\u53D6\u6216\u9886\u5BFC\u5206\u914D\u4EFB\u52A1\uFF0C\u5C06\u505A\u597D\u7684\u4EFB\u52A1\u5206\u671F\u5F52\u6863\uFF0C\u65B9\u4FBF\u590D\u76D8\uFF01",
"userid": 1,
"dialog_id": 15,
"archived_at": null,
"archived_userid": 0,
"created_at": "2022-01-02 06:23:15",
"updated_at": "2022-01-02 07:12:33",
"owner": 1, // \u662F\u5426\u9879\u76EE\u8D1F\u8D23\u4EBA
"owner_userid": 1, // \u9879\u76EE\u8D1F\u8D23\u4EBAID
"task_num": 9,
"task_complete": 0,
"task_percent": 0,
"task_my_num": 8,
"task_my_complete": 0,
"task_my_percent": 0,
},
],
"current_page": 1, // \u5F53\u524D\u9875\u6570
"last_page": 1, // \u4E0B\u4E00\u9875\u6570
"total": 6, // \u603B\u8BA1\u6570\uFF08\u5F53\u524D\u67E5\u8BE2\u6761\u4EF6\uFF09
"total_all": 6 // \u603B\u8BA1\u6570\uFF08\u5168\u90E8\uFF09
}`,type:"json"}]},filename:"ProjectController.php",groupTitle:"\u9879\u76EE"},{type:"get",url:"api/project/log/lists",title:"36. \u83B7\u53D6\u9879\u76EE\u3001\u4EFB\u52A1\u65E5\u5FD7",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"project",name:"log__lists",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"project_id",description:"<p>\u9879\u76EEID</p>"},{group:"Parameter",type:"Number",optional:!1,field:"task_id",description:"<p>\u4EFB\u52A1ID\uFF08\u4E0E \u9879\u76EEID \u4E8C\u9009\u4E00\uFF0C\u4EFB\u52A1ID\u4F18\u5148\uFF09</p>"},{group:"Parameter",type:"Number",optional:!0,field:"page",description:"<p>\u5F53\u524D\u9875\uFF0C\u9ED8\u8BA4:1</p>"},{group:"Parameter",type:"Number",optional:!0,field:"pagesize",description:"<p>\u6BCF\u9875\u663E\u793A\u6570\u91CF\uFF0C\u9ED8\u8BA4:20\uFF0C\u6700\u5927:100</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ProjectController.php",groupTitle:"\u9879\u76EE"},{type:"get",url:"api/project/one",title:"02. \u83B7\u53D6\u4E00\u4E2A\u9879\u76EE\u4FE1\u606F",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"project",name:"one",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"project_id",description:"<p>\u9879\u76EEID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]},examples:[{title:"sampleData:",content:`{
"id": 7,
"name": "\u{1F3E2} \u4EA7\u54C1\u5B98\u7F51\u9879\u76EE",
"desc": "\u8BBE\u7F6E\u5404\u5C0F\u7EC4\u6210\u5458\u7684\u5DE5\u4F5C\u5217\u8868\uFF0C\u5404\u81EA\u9886\u53D6\u6216\u9886\u5BFC\u5206\u914D\u4EFB\u52A1\uFF0C\u5C06\u505A\u597D\u7684\u4EFB\u52A1\u5206\u671F\u5F52\u6863\uFF0C\u65B9\u4FBF\u590D\u76D8\uFF01",
"userid": 1,
"dialog_id": 15,
"archived_at": null,
"archived_userid": 0,
"created_at": "2022-01-02 06:23:15",
"updated_at": "2022-01-02 07:12:33",
"owner": 1, // \u662F\u5426\u9879\u76EE\u8D1F\u8D23\u4EBA
"owner_userid": 1, // \u9879\u76EE\u8D1F\u8D23\u4EBAID
"project_user": [ // \u9879\u76EE\u6210\u5458
{
"id": 2,
"project_id": 2,
"userid": 1,
"owner": 1,
"created_at": "2022-01-02 00:55:32",
"updated_at": "2022-01-02 00:55:32"
}
],
"task_num": 9,
"task_complete": 0,
"task_percent": 0,
"task_my_num": 8,
"task_my_complete": 0,
"task_my_percent": 0,
}`,type:"json"}]},filename:"ProjectController.php",groupTitle:"\u9879\u76EE"},{type:"get",url:"api/project/remove",title:"13. \u5220\u9664\u9879\u76EE",description:"<p>\u9700\u8981token\u8EAB\u4EFD\uFF08\u9650\uFF1A\u9879\u76EE\u8D1F\u8D23\u4EBA\uFF09</p>",version:"1.0.0",group:"project",name:"remove",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"project_id",description:"<p>\u9879\u76EEID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ProjectController.php",groupTitle:"\u9879\u76EE"},{type:"get",url:"api/project/sort",title:"10. \u6392\u5E8F\u4EFB\u52A1",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"project",name:"sort",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"project_id",description:"<p>\u9879\u76EEID</p>"},{group:"Parameter",type:"Object",optional:!1,field:"sort",description:"<p>\u6392\u5E8F\u6570\u636E</p>"},{group:"Parameter",type:"Number",optional:!0,field:"only_column",description:"<p>\u4EC5\u66F4\u65B0\u5217\u8868</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ProjectController.php",groupTitle:"\u9879\u76EE"},{type:"post",url:"api/project/task/add",title:"25. \u6DFB\u52A0\u4EFB\u52A1",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"project",name:"task__add",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"project_id",description:"<p>\u9879\u76EEID</p>"},{group:"Parameter",type:"mixed",optional:!0,field:"column_id",description:"<p>\u5217\u8868ID\uFF0C\u4EFB\u610F\u503C\u81EA\u52A8\u521B\u5EFA\uFF0C\u7559\u7A7A\u53D6\u7B2C\u4E00\u4E2A</p>"},{group:"Parameter",type:"String",optional:!1,field:"name",description:"<p>\u4EFB\u52A1\u63CF\u8FF0</p>"},{group:"Parameter",type:"String",optional:!0,field:"content",description:"<p>\u4EFB\u52A1\u8BE6\u60C5</p>"},{group:"Parameter",type:"Array",optional:!0,field:"times",description:"<p>\u8BA1\u5212\u65F6\u95F4\uFF08\u683C\u5F0F\uFF1A\u5F00\u59CB\u65F6\u95F4,\u7ED3\u675F\u65F6\u95F4\uFF1B\u5982\uFF1A2020-01-01 00:00,2020-01-01 23:59\uFF09</p>"},{group:"Parameter",type:"Number",optional:!0,field:"owner",description:"<p>\u8D1F\u8D23\u4EBA</p>"},{group:"Parameter",type:"Array",optional:!0,field:"subtasks",description:"<p>\u5B50\u4EFB\u52A1\uFF08\u683C\u5F0F\uFF1A[{name,owner,times}]\uFF09</p>"},{group:"Parameter",type:"Number",optional:!0,field:"top",description:"<p>\u6DFB\u52A0\u7684\u4EFB\u52A1\u6392\u5230\u5217\u8868\u6700\u524D\u9762</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ProjectController.php",groupTitle:"\u9879\u76EE"},{type:"get",url:"api/project/task/addsub",title:"26. \u6DFB\u52A0\u5B50\u4EFB\u52A1",description:"<p>\u9700\u8981token\u8EAB\u4EFD\uFF08\u9650\uFF1A\u9879\u76EE\u3001\u4EFB\u52A1\u8D1F\u8D23\u4EBA\uFF09</p>",version:"1.0.0",group:"project",name:"task__addsub",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"task_id",description:"<p>\u4EFB\u52A1ID</p>"},{group:"Parameter",type:"String",optional:!1,field:"name",description:"<p>\u4EFB\u52A1\u63CF\u8FF0</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ProjectController.php",groupTitle:"\u9879\u76EE"},{type:"get",url:"api/project/task/archived",title:"29. \u5F52\u6863\u4EFB\u52A1",description:"<p>\u9700\u8981token\u8EAB\u4EFD\uFF08\u9650\uFF1A\u9879\u76EE\u3001\u4EFB\u52A1\u8D1F\u8D23\u4EBA\uFF09</p>",version:"1.0.0",group:"project",name:"task__archived",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"task_id",description:"<p>\u4EFB\u52A1ID</p>"},{group:"Parameter",type:"String",optional:!0,field:"type",description:"<p>\u7C7B\u578B</p> <ul> <li>add\uFF1A\u5F52\u6863\uFF08\u9ED8\u8BA4\uFF09</li> <li>recovery\uFF1A\u8FD8\u539F\u5F52\u6863</li> </ul>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ProjectController.php",groupTitle:"\u9879\u76EE"},{type:"get",url:"api/project/task/content",title:"20. \u83B7\u53D6\u4EFB\u52A1\u8BE6\u7EC6\u63CF\u8FF0",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"project",name:"task__content",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"task_id",description:"<p>\u4EFB\u52A1ID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ProjectController.php",groupTitle:"\u9879\u76EE"},{type:"get",url:"api/project/task/dialog",title:"28. \u521B\u5EFA/\u83B7\u53D6\u804A\u5929\u5BA4",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"project",name:"task__dialog",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"task_id",description:"<p>\u4EFB\u52A1ID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ProjectController.php",groupTitle:"\u9879\u76EE"},{type:"get",url:"api/project/task/filedelete",title:"22. \u5220\u9664\u4EFB\u52A1\u6587\u4EF6",description:"<p>\u9700\u8981token\u8EAB\u4EFD\uFF08\u9650\uFF1A\u9879\u76EE\u3001\u4EFB\u52A1\u8D1F\u8D23\u4EBA\uFF09</p>",version:"1.0.0",group:"project",name:"task__filedelete",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"file_id",description:"<p>\u6587\u4EF6ID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ProjectController.php",groupTitle:"\u9879\u76EE"},{type:"get",url:"api/project/task/filedetail",title:"23. \u83B7\u53D6\u4EFB\u52A1\u6587\u4EF6\u8BE6\u60C5",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"project",name:"task__filedetail",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"file_id",description:"<p>\u6587\u4EF6ID</p>"},{group:"Parameter",type:"String",optional:!1,field:"only_update_at",description:"<p>\u4EC5\u83B7\u53D6update_at\u5B57\u6BB5</p> <ul> <li>no (\u9ED8\u8BA4)</li> <li>yes</li> </ul>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ProjectController.php",groupTitle:"\u9879\u76EE"},{type:"get",url:"api/project/task/filedown",title:"24. \u4E0B\u8F7D\u4EFB\u52A1\u6587\u4EF6",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"project",name:"task__filedown",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"file_id",description:"<p>\u6587\u4EF6ID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ProjectController.php",groupTitle:"\u9879\u76EE"},{type:"get",url:"api/project/task/files",title:"21. \u83B7\u53D6\u4EFB\u52A1\u6587\u4EF6\u5217\u8868",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"project",name:"task__files",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"task_id",description:"<p>\u4EFB\u52A1ID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ProjectController.php",groupTitle:"\u9879\u76EE"},{type:"get",url:"api/project/task/flow",title:"32. \u4EFB\u52A1\u5DE5\u4F5C\u6D41\u4FE1\u606F",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"project",name:"task__flow",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"task_id",description:"<p>\u4EFB\u52A1ID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ProjectController.php",groupTitle:"\u9879\u76EE"},{type:"get",url:"api/project/task/lists",title:"18. \u4EFB\u52A1\u5217\u8868",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"project",name:"task__lists",parameter:{fields:{Parameter:[{group:"Parameter",type:"Object",optional:!0,field:"keys",description:"<p>\u641C\u7D22\u6761\u4EF6</p> <ul> <li>keys.name: \u4EFB\u52A1\u540D\u79F0</li> </ul>"},{group:"Parameter",type:"Number",optional:!0,field:"project_id",description:"<p>\u9879\u76EEID</p>"},{group:"Parameter",type:"Number",optional:!0,field:"parent_id",description:"<p>\u4E3B\u4EFB\u52A1ID\uFF08project_id &amp;&amp; parent_id \u2264 0 \u65F6 \u4EC5\u67E5\u8BE2\u81EA\u5DF1\u53C2\u4E0E\u7684\u4EFB\u52A1\uFF09</p> <ul> <li>\u5927\u4E8E0\uFF1A\u6307\u5B9A\u4E3B\u4EFB\u52A1\u4E0B\u7684\u5B50\u4EFB\u52A1</li> <li>\u7B49\u4E8E-1\uFF1A\u8868\u793A\u4EC5\u4E3B\u4EFB\u52A1</li> </ul>"},{group:"Parameter",type:"String",optional:!0,field:"name",description:"<p>\u4EFB\u52A1\u63CF\u8FF0\u5173\u952E\u8BCD</p>"},{group:"Parameter",type:"Array",optional:!0,field:"time",description:"<p>\u6307\u5B9A\u65F6\u95F4\u8303\u56F4\uFF0C\u5982\uFF1A['2020-12-12', '2020-12-30']</p>"},{group:"Parameter",type:"String",optional:!0,field:"time_before",description:"<p>\u6307\u5B9A\u65F6\u95F4\u4E4B\u524D\uFF0C\u5982\uFF1A2020-12-30 00:00:00\uFF08\u586B\u5199\u6B64\u9879\u65F6 time \u53C2\u6570\u65E0\u6548\uFF09</p>"},{group:"Parameter",type:"String",optional:!0,field:"complete",description:"<p>\u5B8C\u6210\u72B6\u6001</p> <ul> <li>all\uFF1A\u6240\u6709\uFF08\u9ED8\u8BA4\uFF09</li> <li>yes\uFF1A\u5DF2\u5B8C\u6210</li> <li>no\uFF1A\u672A\u5B8C\u6210</li> </ul>"},{group:"Parameter",type:"String",optional:!0,field:"archived",description:"<p>\u5F52\u6863\u72B6\u6001</p> <ul> <li>all\uFF1A\u6240\u6709</li> <li>yes\uFF1A\u5DF2\u5F52\u6863</li> <li>no\uFF1A\u672A\u5F52\u6863\uFF08\u9ED8\u8BA4\uFF09</li> </ul>"},{group:"Parameter",type:"Object",optional:!1,field:"sorts",description:"<p>\u6392\u5E8F\u65B9\u5F0F</p> <ul> <li>sorts.complete_at \u5B8C\u6210\u65F6\u95F4\uFF1Aasc|desc</li> <li>sorts.archived_at \u5F52\u6863\u65F6\u95F4\uFF1Aasc|desc</li> <li>sorts.end_at \u5230\u671F\u65F6\u95F4\uFF1Aasc|desc</li> </ul>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ProjectController.php",groupTitle:"\u9879\u76EE"},{type:"get",url:"api/project/task/one",title:"19. \u83B7\u53D6\u5355\u4E2A\u4EFB\u52A1\u4FE1\u606F",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"project",name:"task__one",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"task_id",description:"<p>\u4EFB\u52A1ID</p>"},{group:"Parameter",type:"String",optional:!0,field:"archived",description:"<p>\u5F52\u6863\u72B6\u6001</p> <ul> <li>all\uFF1A\u6240\u6709</li> <li>yes\uFF1A\u5DF2\u5F52\u6863</li> <li>no\uFF1A\u672A\u5F52\u6863\uFF08\u9ED8\u8BA4\uFF09</li> </ul>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ProjectController.php",groupTitle:"\u9879\u76EE"},{type:"get",url:"api/project/task/remove",title:"30. \u5220\u9664\u4EFB\u52A1",description:"<p>\u9700\u8981token\u8EAB\u4EFD\uFF08\u9650\uFF1A\u9879\u76EE\u3001\u4EFB\u52A1\u8D1F\u8D23\u4EBA\uFF09</p>",version:"1.0.0",group:"project",name:"task__remove",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"task_id",description:"<p>\u4EFB\u52A1ID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ProjectController.php",groupTitle:"\u9879\u76EE"},{type:"get",url:"api/project/task/resetfromlog",title:"31. \u6839\u636E\u65E5\u5FD7\u91CD\u7F6E\u4EFB\u52A1",description:"<p>\u9700\u8981token\u8EAB\u4EFD\uFF08\u9650\uFF1A\u9879\u76EE\u3001\u4EFB\u52A1\u8D1F\u8D23\u4EBA\uFF09</p>",version:"1.0.0",group:"project",name:"task__resetfromlog",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"task_id",description:"<p>\u4EFB\u52A1ID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ProjectController.php",groupTitle:"\u9879\u76EE"},{type:"post",url:"api/project/task/update",title:"27. \u4FEE\u6539\u4EFB\u52A1\u3001\u5B50\u4EFB\u52A1",description:"<p>\u9700\u8981token\u8EAB\u4EFD\uFF08\u9650\uFF1A\u9879\u76EE\u3001\u4EFB\u52A1\u8D1F\u8D23\u4EBA\uFF09</p>",version:"1.0.0",group:"project",name:"task__update",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"task_id",description:"<p>\u4EFB\u52A1ID</p>"},{group:"Parameter",type:"String",optional:!0,field:"name",description:"<p>\u4EFB\u52A1\u63CF\u8FF0</p>"},{group:"Parameter",type:"Array",optional:!0,field:"times",description:"<p>\u8BA1\u5212\u65F6\u95F4\uFF08\u683C\u5F0F\uFF1A\u5F00\u59CB\u65F6\u95F4,\u7ED3\u675F\u65F6\u95F4\uFF1B\u5982\uFF1A2020-01-01 00:00,2020-01-01 23:59\uFF09</p>"},{group:"Parameter",type:"Array",optional:!0,field:"owner",description:"<p>\u4FEE\u6539\u8D1F\u8D23\u4EBA</p>"},{group:"Parameter",type:"String",optional:!0,field:"content",description:"<p>\u4EFB\u52A1\u8BE6\u60C5\uFF08\u5B50\u4EFB\u52A1\u4E0D\u652F\u6301\uFF09</p>"},{group:"Parameter",type:"String",optional:!0,field:"color",description:"<p>\u80CC\u666F\u8272\uFF08\u5B50\u4EFB\u52A1\u4E0D\u652F\u6301\uFF09</p>"},{group:"Parameter",type:"Array",optional:!0,field:"assist",description:"<p>\u4FEE\u6539\u534F\u52A9\u4EBA\u5458\uFF08\u5B50\u4EFB\u52A1\u4E0D\u652F\u6301\uFF09</p>"},{group:"Parameter",type:"Number",optional:!0,field:"p_level",description:"<p>\u4F18\u5148\u7EA7\u76F8\u5173\uFF08\u5B50\u4EFB\u52A1\u4E0D\u652F\u6301\uFF09</p>"},{group:"Parameter",type:"String",optional:!0,field:"p_name",description:"<p>\u4F18\u5148\u7EA7\u76F8\u5173\uFF08\u5B50\u4EFB\u52A1\u4E0D\u652F\u6301\uFF09</p>"},{group:"Parameter",type:"String",optional:!0,field:"p_color",description:"<p>\u4F18\u5148\u7EA7\u76F8\u5173\uFF08\u5B50\u4EFB\u52A1\u4E0D\u652F\u6301\uFF09</p>"},{group:"Parameter",type:"Number",optional:!0,field:"flow_item_id",description:"<p>\u4EFB\u52A1\u72B6\u6001\uFF0C\u5DE5\u4F5C\u6D41\u72B6\u6001ID</p>"},{group:"Parameter",type:"String|false",optional:!0,field:"complete_at",description:"<p>\u5B8C\u6210\u65F6\u95F4\uFF08\u5982\uFF1A2020-01-01 00:00\uFF0Cfalse\u8868\u793A\u672A\u5B8C\u6210\uFF09</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ProjectController.php",groupTitle:"\u9879\u76EE"},{type:"get",url:"api/project/transfer",title:"09. \u79FB\u4EA4\u9879\u76EE",description:"<p>\u9700\u8981token\u8EAB\u4EFD\uFF08\u9650\uFF1A\u9879\u76EE\u8D1F\u8D23\u4EBA\uFF09</p>",version:"1.0.0",group:"project",name:"transfer",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"project_id",description:"<p>\u9879\u76EEID</p>"},{group:"Parameter",type:"Number",optional:!1,field:"owner_userid",description:"<p>\u65B0\u7684\u9879\u76EE\u8D1F\u8D23\u4EBAID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ProjectController.php",groupTitle:"\u9879\u76EE"},{type:"get",url:"api/project/update",title:"04. \u4FEE\u6539\u9879\u76EE",description:"<p>\u9700\u8981token\u8EAB\u4EFD\uFF08\u9650\uFF1A\u9879\u76EE\u8D1F\u8D23\u4EBA\uFF09</p>",version:"1.0.0",group:"project",name:"update",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"project_id",description:"<p>\u9879\u76EEID</p>"},{group:"Parameter",type:"String",optional:!1,field:"name",description:"<p>\u9879\u76EE\u540D\u79F0</p>"},{group:"Parameter",type:"String",optional:!0,field:"desc",description:"<p>\u9879\u76EE\u4ECB\u7ECD</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ProjectController.php",groupTitle:"\u9879\u76EE"},{type:"get",url:"api/project/user",title:"05. \u4FEE\u6539\u9879\u76EE\u6210\u5458",description:"<p>\u9700\u8981token\u8EAB\u4EFD\uFF08\u9650\uFF1A\u9879\u76EE\u8D1F\u8D23\u4EBA\uFF09</p>",version:"1.0.0",group:"project",name:"user",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"project_id",description:"<p>\u9879\u76EEID</p>"},{group:"Parameter",type:"Number",optional:!1,field:"userid",description:"<p>\u6210\u5458ID \u6216 \u6210\u5458ID\u7EC4</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ProjectController.php",groupTitle:"\u9879\u76EE"},{type:"get",url:"api/report/detail",title:"05. \u62A5\u544A\u8BE6\u60C5",version:"1.0.0",group:"report",name:"detail",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!0,field:"id",description:"<p>\u62A5\u544Aid</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ReportController.php",groupTitle:"\u6C47\u62A5"},{type:"get",url:"api/report/last_submitter",title:"06. \u83B7\u53D6\u6700\u540E\u4E00\u6B21\u63D0\u4EA4\u7684\u63A5\u6536\u4EBA",version:"1.0.0",group:"report",name:"last_submitter",success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ReportController.php",groupTitle:"\u6C47\u62A5"},{type:"get",url:"api/report/my",title:"01. \u6211\u53D1\u9001\u7684\u6C47\u62A5",version:"1.0.0",group:"report",name:"my",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!0,field:"type",description:"<p>\u6C47\u62A5\u7C7B\u578B\uFF0Cweekly:\u5468\u62A5\uFF0Cdaily:\u65E5\u62A5</p>"},{group:"Parameter",type:"Array",optional:!0,field:"created_at",description:"<p>\u6C47\u62A5\u65F6\u95F4</p>"},{group:"Parameter",type:"Number",optional:!0,field:"page",description:"<p>\u5F53\u524D\u9875\uFF0C\u9ED8\u8BA4:1</p>"},{group:"Parameter",type:"Number",optional:!0,field:"pagesize",description:"<p>\u6BCF\u9875\u663E\u793A\u6570\u91CF\uFF0C\u9ED8\u8BA4:20\uFF0C\u6700\u5927:50</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ReportController.php",groupTitle:"\u6C47\u62A5"},{type:"get",url:"api/report/read",title:"08. \u6807\u8BB0\u6C47\u62A5\u5DF2\u8BFB\uFF0C\u53EF\u6279\u91CF",version:"1.0.0",group:"report",name:"read",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!0,field:"ids",description:"<p>\u62A5\u544Aid</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ReportController.php",groupTitle:"\u6C47\u62A5"},{type:"get",url:"api/report/receive",title:"02. \u6211\u63A5\u6536\u7684\u6C47\u62A5",version:"1.0.0",group:"report",name:"receive",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!0,field:"username",description:"<p>\u4F1A\u5458\u540D</p>"},{group:"Parameter",type:"String",optional:!0,field:"type",description:"<p>\u6C47\u62A5\u7C7B\u578B\uFF0Cweekly:\u5468\u62A5\uFF0Cdaily:\u65E5\u62A5</p>"},{group:"Parameter",type:"Array",optional:!0,field:"created_at",description:"<p>\u6C47\u62A5\u65F6\u95F4</p>"},{group:"Parameter",type:"Number",optional:!0,field:"page",description:"<p>\u5F53\u524D\u9875\uFF0C\u9ED8\u8BA4:1</p>"},{group:"Parameter",type:"Number",optional:!0,field:"pagesize",description:"<p>\u6BCF\u9875\u663E\u793A\u6570\u91CF\uFF0C\u9ED8\u8BA4:20\uFF0C\u6700\u5927:50</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ReportController.php",groupTitle:"\u6C47\u62A5"},{type:"get",url:"api/report/store",title:"03. \u4FDD\u5B58\u5E76\u53D1\u9001\u5DE5\u4F5C\u6C47\u62A5",version:"1.0.0",group:"report",name:"store",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!0,field:"id",description:"<p>\u6C47\u62A5ID</p>"},{group:"Parameter",type:"String",optional:!0,field:"title",description:"<p>\u6C47\u62A5\u6807\u9898</p>"},{group:"Parameter",type:"Array",optional:!0,field:"type",description:"<p>\u6C47\u62A5\u7C7B\u578B\uFF0Cweekly:\u5468\u62A5\uFF0Cdaily:\u65E5\u62A5</p>"},{group:"Parameter",type:"Number",optional:!0,field:"content",description:"<p>\u5185\u5BB9</p>"},{group:"Parameter",type:"Number",optional:!0,field:"receive",description:"<p>\u6C47\u62A5\u5BF9\u8C61</p>"},{group:"Parameter",type:"Number",optional:!0,field:"offset",description:"<p>\u504F\u79FB\u91CF</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ReportController.php",groupTitle:"\u6C47\u62A5"},{type:"get",url:"api/report/template",title:"04. \u751F\u6210\u6C47\u62A5\u6A21\u677F",version:"1.0.0",group:"report",name:"template",parameter:{fields:{Parameter:[{group:"Parameter",type:"Array",optional:!0,field:"type",description:"<p>\u6C47\u62A5\u7C7B\u578B\uFF0Cweekly:\u5468\u62A5\uFF0Cdaily:\u65E5\u62A5</p>"},{group:"Parameter",type:"Number",optional:!0,field:"offset",description:"<p>\u504F\u79FB\u91CF</p>"},{group:"Parameter",type:"String",optional:!0,field:"date",description:"<p>\u65F6\u95F4</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ReportController.php",groupTitle:"\u6C47\u62A5"},{type:"get",url:"api/report/unread",title:"07. \u83B7\u53D6\u672A\u8BFB",version:"1.0.0",group:"report",name:"unread",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!0,field:"userid",description:"<p>\u7528\u6237id</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ReportController.php",groupTitle:"\u6C47\u62A5"},{type:"post",url:"api/system/column/template",title:"04. \u521B\u5EFA\u9879\u76EE\u6A21\u677F",description:"<p>\u83B7\u53D6\u521B\u5EFA\u9879\u76EE\u6A21\u677F\u3001\u4FDD\u5B58\u521B\u5EFA\u9879\u76EE\u6A21\u677F</p>",version:"1.0.0",group:"system",name:"column__template",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"type",description:"<ul> <li>get: \u83B7\u53D6\uFF08\u9ED8\u8BA4\uFF09</li> <li>save: \u4FDD\u5B58\uFF08\u9650\u7BA1\u7406\u5458\uFF09</li> </ul>"},{group:"Parameter",type:"Array",optional:!1,field:"list",description:"<p>\u4F18\u5148\u7EA7\u6570\u636E\uFF0C\u683C\u5F0F\uFF1A[{name,columns}]</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"SystemController.php",groupTitle:"\u7CFB\u7EDF"},{type:"get",url:"api/system/demo",title:"02. \u83B7\u53D6\u6F14\u793A\u8D26\u53F7",version:"1.0.0",group:"system",name:"demo",success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"SystemController.php",groupTitle:"\u7CFB\u7EDF"},{type:"post",url:"api/system/fileupload",title:"12. \u4E0A\u4F20\u6587\u4EF6",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"system",name:"fileupload",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!0,field:"image64",description:"<p>\u56FE\u7247base64</p>"},{group:"Parameter",type:"String",optional:!1,field:"filename",description:"<p>\u6587\u4EF6\u540D</p>"},{group:"Parameter",type:"String",optional:!0,field:"files",description:"<p>\u6587\u4EF6\u540D</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"SystemController.php",groupTitle:"\u7CFB\u7EDF"},{type:"get",url:"api/system/get/cnip",title:"07. \u662F\u5426\u4E2D\u56FDIP\u5730\u5740",version:"1.0.0",group:"system",name:"get__cnip",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"ip",description:"<p>IP\u503C</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"SystemController.php",groupTitle:"\u7CFB\u7EDF"},{type:"get",url:"api/system/get/info",title:"05. \u83B7\u53D6\u7EC8\u7AEF\u8BE6\u7EC6\u4FE1\u606F",version:"1.0.0",group:"system",name:"get__info",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"key",description:"<p>key\u503C</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"SystemController.php",groupTitle:"\u7CFB\u7EDF"},{type:"get",url:"api/system/get/ip",title:"06. \u83B7\u53D6IP\u5730\u5740",version:"1.0.0",group:"system",name:"get__ip",success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"SystemController.php",groupTitle:"\u7CFB\u7EDF"},{type:"get",url:"api/system/get/ipgcj02",title:"08. \u83B7\u53D6IP\u5730\u5740\u7ECF\u7EAC\u5EA6",version:"1.0.0",group:"system",name:"get__ipgcj02",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"ip",description:"<p>IP\u503C</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"SystemController.php",groupTitle:"\u7CFB\u7EDF"},{type:"get",url:"api/system/get/ipinfo",title:"09. \u83B7\u53D6IP\u5730\u5740\u8BE6\u7EC6\u4FE1\u606F",version:"1.0.0",group:"system",name:"get__ipinfo",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"ip",description:"<p>IP\u503C</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"SystemController.php",groupTitle:"\u7CFB\u7EDF"},{type:"post",url:"api/system/imgupload",title:"10. \u4E0A\u4F20\u56FE\u7247",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"system",name:"imgupload",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"image64",description:"<p>\u56FE\u7247base64</p>"},{group:"Parameter",type:"String",optional:!1,field:"filename",description:"<p>\u6587\u4EF6\u540D</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"SystemController.php",groupTitle:"\u7CFB\u7EDF"},{type:"get",url:"api/system/get/imgview",title:"11. \u6D4F\u89C8\u56FE\u7247\u7A7A\u95F4",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"system",name:"imgview",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"path",description:"<p>\u8DEF\u5F84</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"SystemController.php",groupTitle:"\u7CFB\u7EDF"},{type:"post",url:"api/system/priority",title:"03. \u4EFB\u52A1\u4F18\u5148\u7EA7",description:"<p>\u83B7\u53D6\u4EFB\u52A1\u4F18\u5148\u7EA7\u3001\u4FDD\u5B58\u4EFB\u52A1\u4F18\u5148\u7EA7</p>",version:"1.0.0",group:"system",name:"priority",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"type",description:"<ul> <li>get: \u83B7\u53D6\uFF08\u9ED8\u8BA4\uFF09</li> <li>save: \u4FDD\u5B58\uFF08\u9650\u7BA1\u7406\u5458\uFF09</li> </ul>"},{group:"Parameter",type:"Array",optional:!1,field:"list",description:"<p>\u4F18\u5148\u7EA7\u6570\u636E\uFF0C\u683C\u5F0F\uFF1A[{name,color,days,priority}]</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"SystemController.php",groupTitle:"\u7CFB\u7EDF"},{type:"get",url:"api/system/setting",title:"01. \u83B7\u53D6\u8BBE\u7F6E\u3001\u4FDD\u5B58\u8BBE\u7F6E",version:"1.0.0",group:"system",name:"setting",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"type",description:"<ul> <li>get: \u83B7\u53D6\uFF08\u9ED8\u8BA4\uFF09</li> <li>all: \u83B7\u53D6\u6240\u6709\uFF08\u9700\u8981\u7BA1\u7406\u5458\u6743\u9650\uFF09</li> <li>save: \u4FDD\u5B58\u8BBE\u7F6E\uFF08\u53C2\u6570\uFF1Areg\u3001reg_invite\u3001login_code\u3001password_policy\u3001project_invite\u3001chat_nickname\u3001auto_archived\u3001archived_day\uFF09</li> </ul>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"SystemController.php",groupTitle:"\u7CFB\u7EDF"},{type:"get",url:"api/users/basic",title:"10. \u83B7\u53D6\u6307\u5B9A\u4F1A\u5458\u57FA\u7840\u4FE1\u606F",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"users",name:"basic",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"userid",description:"<p>\u4F1A\u5458ID(\u591A\u4E2A\u683C\u5F0F\uFF1AjsonArray\uFF0C\u4E00\u6B21\u6700\u591A50\u4E2A)</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"UsersController.php",groupTitle:"\u4F1A\u5458"},{type:"get",url:"api/users/editdata",title:"07. \u4FEE\u6539\u81EA\u5DF1\u7684\u8D44\u6599",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"users",name:"editdata",parameter:{fields:{Parameter:[{group:"Parameter",type:"Object",optional:!0,field:"userimg",description:"<p>\u4F1A\u5458\u5934\u50CF\uFF08\u5730\u5740\uFF09</p>"},{group:"Parameter",type:"String",optional:!0,field:"nickname",description:"<p>\u6635\u79F0</p>"},{group:"Parameter",type:"String",optional:!0,field:"profession",description:"<p>\u804C\u4F4D/\u804C\u79F0</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E\uFF08\u540C&quot;\u83B7\u53D6\u6211\u7684\u4FE1\u606F&quot;\u63A5\u53E3\uFF09</p>"}]}},filename:"UsersController.php",groupTitle:"\u4F1A\u5458"},{type:"get",url:"api/users/editpass",title:"08. \u4FEE\u6539\u81EA\u5DF1\u7684\u5BC6\u7801",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"users",name:"editpass",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"oldpass",description:"<p>\u65E7\u5BC6\u7801</p>"},{group:"Parameter",type:"String",optional:!1,field:"newpass",description:"<p>\u65B0\u5BC6\u7801</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E\uFF08\u540C&quot;\u83B7\u53D6\u6211\u7684\u4FE1\u606F&quot;\u63A5\u53E3\uFF09</p>"}]}},filename:"UsersController.php",groupTitle:"\u4F1A\u5458"},{type:"get",url:"api/users/info",title:"06. \u83B7\u53D6\u6211\u7684\u4FE1\u606F",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"users",name:"info",success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]},examples:[{title:"data:",content:`{
"userid": 1,
"identity": [ ],
"az": "",
"email": "admin@admin.com",
"nickname": "admin",
"userimg": "",
"login_num": 10,
"changepass": 0,
"last_ip": "127.0.0.1",
"last_at": "2021-06-01 12:00:00",
"line_ip": "127.0.0.1",
"line_at": "2021-06-01 12:00:00",
"created_ip": "",
}`,type:"json"}]},filename:"UsersController.php",groupTitle:"\u4F1A\u5458"},{type:"get",url:"api/users/lists",title:"11. \u4F1A\u5458\u5217\u8868\uFF08\u9650\u7BA1\u7406\u5458\uFF09",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"users",name:"lists",parameter:{fields:{Parameter:[{group:"Parameter",type:"Object",optional:!0,field:"keys",description:"<p>\u641C\u7D22\u6761\u4EF6</p> <ul> <li>keys.email \u90AE\u7BB1</li> <li>keys.nickname \u6635\u79F0</li> <li>keys.profession \u804C\u4F4D</li> </ul>"},{group:"Parameter",type:"Number",optional:!0,field:"page",description:"<p>\u5F53\u524D\u9875\uFF0C\u9ED8\u8BA4:1</p>"},{group:"Parameter",type:"Number",optional:!0,field:"pagesize",description:"<p>\u6BCF\u9875\u663E\u793A\u6570\u91CF\uFF0C\u9ED8\u8BA4:20\uFF0C\u6700\u5927:50</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"UsersController.php",groupTitle:"\u4F1A\u5458"},{type:"get",url:"api/users/login",title:"01. \u767B\u5F55\u3001\u6CE8\u518C",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"users",name:"login",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"type",description:"<p>\u7C7B\u578B</p> <ul> <li>login:\u767B\u5F55\uFF08\u9ED8\u8BA4\uFF09</li> <li>reg:\u6CE8\u518C</li> </ul>"},{group:"Parameter",type:"String",optional:!1,field:"email",description:"<p>\u90AE\u7BB1</p>"},{group:"Parameter",type:"String",optional:!1,field:"password",description:"<p>\u5BC6\u7801</p>"},{group:"Parameter",type:"String",optional:!0,field:"code",description:"<p>\u767B\u5F55\u9A8C\u8BC1\u7801</p>"},{group:"Parameter",type:"String",optional:!0,field:"invite",description:"<p>\u6CE8\u518C\u9080\u8BF7\u7801</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E\uFF08\u540C&quot;\u83B7\u53D6\u6211\u7684\u4FE1\u606F&quot;\u63A5\u53E3\uFF09</p>"}]}},filename:"UsersController.php",groupTitle:"\u4F1A\u5458"},{type:"get",url:"api/users/login/codeimg",title:"03. \u9A8C\u8BC1\u7801\u56FE\u7247",description:"<p>\u7528\u4E8E\u5224\u65AD\u662F\u5426\u9700\u8981\u767B\u5F55\u9A8C\u8BC1\u7801</p>",version:"1.0.0",group:"users",name:"login__codeimg",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"email",description:"<p>\u7528\u6237\u540D</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Image",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E\uFF08\u76F4\u63A5\u8F93\u51FA\u56FE\u7247\uFF09</p>"}]}},filename:"UsersController.php",groupTitle:"\u4F1A\u5458"},{type:"get",url:"api/users/login/codejson",title:"04. \u9A8C\u8BC1\u7801json",description:"<p>\u7528\u4E8E\u5224\u65AD\u662F\u5426\u9700\u8981\u767B\u5F55\u9A8C\u8BC1\u7801</p>",version:"1.0.0",group:"users",name:"login__codejson",success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"UsersController.php",groupTitle:"\u4F1A\u5458"},{type:"get",url:"api/users/login/needcode",title:"02. \u662F\u5426\u9700\u8981\u9A8C\u8BC1\u7801",description:"<p>\u7528\u4E8E\u5224\u65AD\u662F\u5426\u9700\u8981\u767B\u5F55\u9A8C\u8BC1\u7801</p>",version:"1.0.0",group:"users",name:"login__needcode",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"email",description:"<p>\u7528\u6237\u540D</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u9700\u8981\u30010\u4E0D\u9700\u8981\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"UsersController.php",groupTitle:"\u4F1A\u5458"},{type:"get",url:"api/users/operation",title:"12. \u64CD\u4F5C\u4F1A\u5458\uFF08\u9650\u7BA1\u7406\u5458\uFF09",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"users",name:"operation",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"userid",description:"<p>\u4F1A\u5458ID</p>"},{group:"Parameter",type:"String",optional:!0,field:"type",description:"<p>\u64CD\u4F5C</p> <ul> <li>setadmin \u8BBE\u4E3A\u7BA1\u7406\u5458</li> <li>clearadmin \u53D6\u6D88\u7BA1\u7406\u5458</li> <li>setdisable \u8BBE\u4E3A\u7981\u7528</li> <li>cleardisable \u53D6\u6D88\u7981\u7528</li> <li>delete \u5220\u9664\u4F1A\u5458</li> </ul>"},{group:"Parameter",type:"String",optional:!0,field:"password",description:"<p>\u65B0\u7684\u5BC6\u7801</p>"},{group:"Parameter",type:"String",optional:!0,field:"nickname",description:"<p>\u6635\u79F0</p>"},{group:"Parameter",type:"String",optional:!0,field:"profession",description:"<p>\u804C\u4F4D</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"UsersController.php",groupTitle:"\u4F1A\u5458"},{type:"get",url:"api/users/reg/needinvite",title:"05. \u662F\u5426\u9700\u8981\u9080\u8BF7\u7801",description:"<p>\u7528\u4E8E\u5224\u65AD\u6CE8\u518C\u662F\u5426\u9700\u8981\u9080\u8BF7\u7801</p>",version:"1.0.0",group:"users",name:"reg__needinvite",success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"UsersController.php",groupTitle:"\u4F1A\u5458"},{type:"get",url:"api/users/search",title:"09. \u641C\u7D22\u4F1A\u5458\u5217\u8868",description:"<p>\u641C\u7D22\u4F1A\u5458\u5217\u8868</p>",version:"1.0.0",group:"users",name:"searchinfo",parameter:{fields:{Parameter:[{group:"Parameter",type:"Object",optional:!1,field:"keys",description:"<p>\u641C\u7D22\u6761\u4EF6</p> <ul> <li>keys.key \u6635\u79F0\u3001\u90AE\u7BB1\u5173\u952E\u5B57</li> <li>keys.disable 0-\u6392\u9664\u7981\u6B62\uFF08\u9ED8\u8BA4\uFF09\uFF0C1-\u542B\u7981\u6B62\uFF0C2-\u4EC5\u7981\u6B62</li> <li>keys.project_id \u5728\u6307\u5B9A\u9879\u76EEID</li> <li>keys.no_project_id \u4E0D\u5728\u6307\u5B9A\u9879\u76EEID</li> </ul>"},{group:"Parameter",type:"Object",optional:!1,field:"sorts",description:"<p>\u6392\u5E8F\u65B9\u5F0F</p> <ul> <li>sorts.az \u6309\u5B57\u6BCD\uFF1Aasc|desc</li> </ul>"},{group:"Parameter",type:"Number",optional:!0,field:"take",description:"<p>\u83B7\u53D6\u6570\u91CF\uFF0C10-100</p>"},{group:"Parameter",type:"Number",optional:!0,field:"page",description:"<p>\u5F53\u524D\u9875\uFF0C\u9ED8\u8BA4:1\uFF08\u8D4B\u503C\u5206\u9875\u6A21\u5F0F\uFF0Ctake\u53C2\u6570\u65E0\u6548\uFF09</p>"},{group:"Parameter",type:"Number",optional:!0,field:"pagesize",description:"<p>\u6BCF\u9875\u663E\u793A\u6570\u91CF\uFF0C\u9ED8\u8BA4:10\uFF0C\u6700\u5927:100</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"UsersController.php",groupTitle:"\u4F1A\u5458"}];const q={name:"API",version:"1.0.0",description:"APP\u63A5\u53E3\u6587\u6863",title:"APP\u63A5\u53E3",url:"https://\u4F60\u7684\u57DF\u540D/",template:{withGenerator:!1},sampleUrl:!1,defaultVersion:"0.0.0",apidoc:"0.3.0",generator:{name:"apidoc",time:"Wed Feb 23 2022 14:56:36 GMT+0000 (Coordinated Universal Time)",url:"https://apidocjs.com",version:"0.50.3"}};tt();const fe=l().compile(y()("#template-header").html()),be=l().compile(y()("#template-footer").html()),ne=l().compile(y()("#template-article").html()),me=l().compile(y()("#template-compare-article").html()),ce=l().compile(y()("#template-generator").html()),Ee=l().compile(y()("#template-project").html()),Re=l().compile(y()("#template-sections").html()),Be=l().compile(y()("#template-sidenav").html()),Ce={aloneDisplay:!1,showRequiredLabels:!1,withGenerator:!0,withCompare:!0};q.template=Object.assign(Ce,(Tt=q.template)!=null?Tt:{}),q.template.forceLanguage&&vn(q.template.forceLanguage);const De=(0,o.groupBy)(he,ve=>ve.group),ke={};y().each(De,(ve,le)=>{ke[ve]=(0,o.groupBy)(le,Ae=>Ae.name)});const Ge=[];y().each(ke,(ve,le)=>{let Ae=[];y().each(le,(we,Ie)=>{const st=Ie[0].title;st&&Ae.push(st.toLowerCase()+"#~#"+we)}),Ae.sort(),q.order&&(Ae=Fe(Ae,q.order,"#~#")),Ae.forEach(we=>{const st=we.split("#~#")[1];le[st].forEach($e=>{Ge.push($e)})})}),he=Ge;let it={};const bt={};let Ve={};Ve[q.version]=1,y().each(he,(ve,le)=>{it[le.group]=1,bt[le.group]=le.groupTitle||le.group,Ve[le.version]=1}),it=Object.keys(it),it.sort(),q.order&&(it=_t(bt,q.order)),Ve=Object.keys(Ve),Ve.sort(r().compare),Ve.reverse();const yt=[];it.forEach(ve=>{yt.push({group:ve,isHeader:!0,title:bt[ve]});let le="";he.forEach(Ae=>{Ae.group===ve&&(le!==Ae.name?yt.push({title:Ae.title,group:ve,name:Ae.name,type:Ae.type,version:Ae.version,url:Ae.url}):yt.push({title:Ae.title,group:ve,hidden:!0,name:Ae.name,type:Ae.type,version:Ae.version,url:Ae.url}),le=Ae.name)})});function F(ve,le,Ae){let we=!1;if(!le)return we;const Ie=le.match(/<h(1|2).*?>(.+?)<\/h(1|2)>/gi);return Ie&&Ie.forEach(function(st){const $e=st.substring(2,3),Ut=st.replace(/<.+?>/g,""),Pn=st.match(/id="api-([^-]+)(?:-(.+))?"/),_n=Pn?Pn[1]:null,Dn=Pn?Pn[2]:null;$e==="1"&&Ut&&_n&&(ve.splice(Ae,0,{group:_n,isHeader:!0,title:Ut,isFixed:!0}),Ae++,we=!0),$e==="2"&&Ut&&_n&&Dn&&(ve.splice(Ae,0,{group:_n,name:Dn,isHeader:!1,title:Ut,isFixed:!1,version:"1.0"}),Ae++)}),we}let H;if(q.header&&(H=F(yt,q.header.content,0),H||yt.unshift({group:"_header",isHeader:!0,title:q.header.title==null?Yt("General"):q.header.title,isFixed:!0})),q.footer){const ve=yt.length;H=F(yt,q.footer.content,yt.length),!H&&q.footer.title!=null&&yt.splice(ve,0,{group:"_footer",isHeader:!0,title:q.footer.title,isFixed:!0})}const V=q.title?q.title:"apiDoc: "+q.name+" - "+q.version;y()(document).attr("title",V),y()("#loader").remove();const re={nav:yt};y()("#sidenav").append(Be(re)),y()("#generator").append(ce(q)),(0,o.extend)(q,{versions:Ve}),y()("#project").append(Ee(q)),q.header&&y()("#header").append(fe(q.header)),q.footer&&(y()("#footer").append(be(q.footer)),q.template.aloneDisplay&&document.getElementById("api-_footer").classList.add("hide"));const Z={};let ie="";it.forEach(function(ve){const le=[];let Ae="",we={},Ie=ve,st="";Z[ve]={},he.forEach(function($e){ve===$e.group&&(Ae!==$e.name?(he.forEach(function(Ut){ve===Ut.group&&$e.name===Ut.name&&(Object.prototype.hasOwnProperty.call(Z[$e.group],$e.name)||(Z[$e.group][$e.name]=[]),Z[$e.group][$e.name].push(Ut.version))}),we={article:$e,versions:Z[$e.group][$e.name]}):we={article:$e,hidden:!0,versions:Z[$e.group][$e.name]},q.sampleUrl&&q.sampleUrl===!0&&(q.sampleUrl=window.location.origin),q.url&&we.article.url.substr(0,4).toLowerCase()!=="http"&&(we.article.url=q.url+we.article.url),Me(we,$e),$e.groupTitle&&(Ie=$e.groupTitle),$e.groupDescription&&(st=$e.groupDescription),le.push({article:ne(we),group:$e.group,name:$e.name,aloneDisplay:q.template.aloneDisplay}),Ae=$e.name)}),we={group:ve,title:Ie,description:st,articles:le,aloneDisplay:q.template.aloneDisplay},ie+=Re(we)}),y()("#sections").append(ie),q.template.aloneDisplay||(document.body.dataset.spy="scroll",y()("body").scrollspy({target:"#scrollingNav"})),y()(".form-control").on("focus change",function(){y()(this).removeClass("border-danger")}),y()(".sidenav").find("a").on("click",function(ve){ve.preventDefault();const le=this.getAttribute("href");if(q.template.aloneDisplay){const Ae=document.querySelector(".sidenav > li.active");Ae&&Ae.classList.remove("active"),this.parentNode.classList.add("active")}else{const Ae=document.querySelector(le);Ae&&y()("html,body").animate({scrollTop:Ae.offsetTop},400)}window.location.hash=le});function oe(ve){let le=!1;return y().each(ve,Ae=>{le=le||(0,o.some)(ve[Ae],we=>we.type)}),le}function Se(){y()('button[data-toggle="popover"]').popover().click(function(le){le.preventDefault()});const ve=y()("#version strong").html();if(y()("#sidenav li").removeClass("is-new"),q.template.withCompare&&y()("#sidenav li[data-version='"+ve+"']").each(function(){const le=y()(this).data("group"),Ae=y()(this).data("name"),we=y()("#sidenav li[data-group='"+le+"'][data-name='"+Ae+"']").length,Ie=y()("#sidenav li[data-group='"+le+"'][data-name='"+Ae+"']").index(y()(this));(we===1||Ie===we-1)&&y()(this).addClass("is-new")}),y()(".nav-tabs-examples a").click(function(le){le.preventDefault(),y()(this).tab("show")}),y()(".nav-tabs-examples").find("a:first").tab("show"),y()(".sample-request-content-type-switch").change(function(){y()(this).val()==="body-form-data"?(y()("#sample-request-body-json-input-"+y()(this).data("id")).hide(),y()("#sample-request-body-form-input-"+y()(this).data("id")).show()):(y()("#sample-request-body-form-input-"+y()(this).data("id")).hide(),y()("#sample-request-body-json-input-"+y()(this).data("id")).show())}),q.template.aloneDisplay&&(y()(".show-group").click(function(){const le="."+y()(this).attr("data-group")+"-group",Ae="."+y()(this).attr("data-group")+"-article";y()(".show-api-group").addClass("hide"),y()(le).removeClass("hide"),y()(".show-api-article").addClass("hide"),y()(Ae).removeClass("hide")}),y()(".show-api").click(function(){const le=this.getAttribute("href").substring(1),Ae=document.getElementById("version").textContent.trim(),we=`.${this.dataset.name}-article`,Ie=`[id="${le}-${Ae}"]`,st=`.${this.dataset.group}-group`;y()(".show-api-group").addClass("hide"),y()(st).removeClass("hide"),y()(".show-api-article").addClass("hide");let $e=y()(we);y()(Ie).length&&($e=y()(Ie).parent()),$e.removeClass("hide"),le.match(/_(header|footer)/)&&document.getElementById(le).classList.remove("hide")})),q.template.aloneDisplay||y()("body").scrollspy("refresh"),q.template.aloneDisplay){const le=window.location.hash;if(le!=null&&le.length!==0){const Ae=document.getElementById("version").textContent.trim(),we=document.querySelector(`li .${le.slice(1)}-init`),Ie=document.querySelector(`li[data-version="${Ae}"] .show-api.${le.slice(1)}-init`);let st=we;Ie&&(st=Ie),st.click()}}}function _e(ve){typeof ve=="undefined"?ve=y()("#version strong").html():y()("#version strong").html(ve),y()("article").addClass("hide"),y()("#sidenav li:not(.nav-fixed)").addClass("hide");const le={};document.querySelectorAll("article[data-version]").forEach(Ae=>{const we=Ae.dataset.group,Ie=Ae.dataset.name,st=Ae.dataset.version,$e=we+Ie;!le[$e]&&r().lte(st,ve)&&(le[$e]=!0,document.querySelector(`article[data-group="${we}"][data-name="${Ie}"][data-version="${st}"]`).classList.remove("hide"),document.querySelector(`#sidenav li[data-group="${we}"][data-name="${Ie}"][data-version="${st}"]`).classList.remove("hide"),document.querySelector(`#sidenav li.nav-header[data-group="${we}"]`).classList.remove("hide"))}),y()("article[data-version]").each(function(Ae){const we=y()(this).data("group");y()("section#api-"+we).removeClass("hide"),y()("section#api-"+we+" article:visible").length===0?y()("section#api-"+we).addClass("hide"):y()("section#api-"+we).removeClass("hide")})}if(_e(),y()("#versions li.version a").on("click",function(ve){ve.preventDefault(),_e(y()(this).html())}),y()("#compareAllWithPredecessor").on("click",Oe),y()("article .versions li.version a").on("click",Le),y().urlParam=function(ve){const le=new RegExp("[\\?&amp;]"+ve+"=([^&amp;#]*)").exec(window.location.href);return le&&le[1]?le[1]:null},y().urlParam("compare")&&y()("#compareAllWithPredecessor").trigger("click"),window.location.hash){const ve=decodeURI(window.location.hash);y()(ve).length>0&&y()("html,body").animate({scrollTop:parseInt(y()(ve).offset().top)},0)}y()("#scrollingNav .sidenav-search input.search").focus(),y()('[data-action="filter-search"]').on("keyup",ve=>{const le=ve.currentTarget.value;y()(".sidenav").find("a.nav-list-item").each((Ae,we)=>{y()(we).show(),we.innerText.toLowerCase().includes(le)||y()(we).hide()})}),y()("span.search-reset").on("click",function(){y()("#scrollingNav .sidenav-search input.search").val("").focus(),y()(".sidenav").find("a.nav-list-item").show()});function Le(ve){ve.preventDefault();const le=y()(this).parents("article"),Ae=y()(this).html(),we=le.find(".version"),Ie=we.find("strong").html();we.find("strong").html(Ae);const st=le.data("group"),$e=le.data("name"),Ut=le.data("version"),Pn=le.data("compare-version");if(Pn!==Ae&&!(!Pn&&Ut===Ae)){if(Pn&&Z[st][$e][0]===Ae||Ut===Ae)at(st,$e,Ut);else{let _n={},Dn={};y().each(ke[st][$e],function(Ls,rr){rr.version===Ut&&(_n=rr),rr.version===Ae&&(Dn=rr)});const dt={article:_n,compare:Dn,versions:Z[st][$e]};dt.article.id=dt.article.group+"-"+dt.article.name+"-"+dt.article.version,dt.article.id=dt.article.id.replace(/\./g,"_"),dt.compare.id=dt.compare.group+"-"+dt.compare.name+"-"+dt.compare.version,dt.compare.id=dt.compare.id.replace(/\./g,"_");let gt=_n;gt.parameter&&gt.parameter.fields&&(dt._hasTypeInParameterFields=oe(gt.parameter.fields)),gt.error&&gt.error.fields&&(dt._hasTypeInErrorFields=oe(gt.error.fields)),gt.success&&gt.success.fields&&(dt._hasTypeInSuccessFields=oe(gt.success.fields)),gt.info&&gt.info.fields&&(dt._hasTypeInInfoFields=oe(gt.info.fields)),gt=Dn,dt._hasTypeInParameterFields!==!0&&gt.parameter&&gt.parameter.fields&&(dt._hasTypeInParameterFields=oe(gt.parameter.fields)),dt._hasTypeInErrorFields!==!0&&gt.error&&gt.error.fields&&(dt._hasTypeInErrorFields=oe(gt.error.fields)),dt._hasTypeInSuccessFields!==!0&&gt.success&&gt.success.fields&&(dt._hasTypeInSuccessFields=oe(gt.success.fields)),dt._hasTypeInInfoFields!==!0&&gt.info&&gt.info.fields&&(dt._hasTypeInInfoFields=oe(gt.info.fields));const Ai=me(dt);le.after(Ai),le.next().find(".versions li.version a").on("click",Le),y()("#sidenav li[data-group='"+st+"'][data-name='"+$e+"'][data-version='"+Ie+"']").addClass("has-modifications"),le.remove()}m().highlightAll()}}function Oe(ve){ve.preventDefault(),y()("article:visible .versions").each(function(){const Ae=y()(this).parents("article").data("version");let we=null;y()(this).find("li.version a").each(function(){y()(this).html()<Ae&&!we&&(we=y()(this))}),we&&we.trigger("click")})}function Me(ve,le){ve.id=ve.article.group+"-"+ve.article.name+"-"+ve.article.version,ve.id=ve.id.replace(/\./g,"_"),le.header&&le.header.fields&&(ve._hasTypeInHeaderFields=oe(le.header.fields)),le.parameter&&le.parameter.fields&&(ve._hasTypeInParameterFields=oe(le.parameter.fields)),le.error&&le.error.fields&&(ve._hasTypeInErrorFields=oe(le.error.fields)),le.success&&le.success.fields&&(ve._hasTypeInSuccessFields=oe(le.success.fields)),le.info&&le.info.fields&&(ve._hasTypeInInfoFields=oe(le.info.fields)),ve.template=q.template}function Ze(ve,le,Ae){let we={};y().each(ke[ve][le],function(st,$e){$e.version===Ae&&(we=$e)});const Ie={article:we,versions:Z[ve][le]};return Me(Ie,we),ne(Ie)}function at(ve,le,Ae){const we=y()("article[data-group='"+ve+"'][data-name='"+le+"']:visible"),Ie=Ze(ve,le,Ae);we.after(Ie),we.next().find(".versions li.version a").on("click",Le),y()("#sidenav li[data-group='"+ve+"'][data-name='"+le+"'][data-version='"+Ae+"']").removeClass("has-modifications"),we.remove()}function Fe(ve,le,Ae){const we=[];return le.forEach(function(Ie){Ae?ve.forEach(function(st){const $e=st.split(Ae);($e[0]===Ie||$e[1]===Ie)&&we.push(st)}):ve.forEach(function(st){st===Ie&&we.push(Ie)})}),ve.forEach(function(Ie){we.indexOf(Ie)===-1&&we.push(Ie)}),we}function _t(ve,le){const Ae=[];return le.forEach(we=>{Object.keys(ve).forEach(Ie=>{ve[Ie].replace(/_/g," ")===we&&Ae.push(Ie)})}),Object.keys(ve).forEach(we=>{Ae.indexOf(we)===-1&&Ae.push(we)}),Ae}Se()}})()})();