dootask/public/docs/assets/main.bundle.js
2022-07-08 19:20:07 +08:00

175 lines
528 KiB
JavaScript
Vendored

(()=>{var il={2988:()=>{+function(w){"use strict";var y=".dropdown-backdrop",o='[data-toggle="dropdown"]',h=function(p){w(p).on("click.bs.dropdown",this.toggle)};h.VERSION="3.4.1";function n(p){var s=p.attr("data-target");s||(s=p.attr("href"),s=s&&/#[A-Za-z]/.test(s)&&s.replace(/.*(?=#[^\s]*$)/,""));var u=s!=="#"?w(document).find(s):null;return u&&u.length?u:p.parent()}function r(p){p&&p.which===3||(w(y).remove(),w(o).each(function(){var s=w(this),u=n(s),g={relatedTarget:this};!u.hasClass("open")||p&&p.type=="click"&&/input|textarea/i.test(p.target.tagName)&&w.contains(u[0],p.target)||(u.trigger(p=w.Event("hide.bs.dropdown",g)),!p.isDefaultPrevented()&&(s.attr("aria-expanded","false"),u.removeClass("open").trigger(w.Event("hidden.bs.dropdown",g))))}))}h.prototype.toggle=function(p){var s=w(this);if(!s.is(".disabled, :disabled")){var u=n(s),g=u.hasClass("open");if(r(),!g){"ontouchstart"in document.documentElement&&!u.closest(".navbar-nav").length&&w(document.createElement("div")).addClass("dropdown-backdrop").insertAfter(w(this)).on("click",r);var i={relatedTarget:this};if(u.trigger(p=w.Event("show.bs.dropdown",i)),p.isDefaultPrevented())return;s.trigger("focus").attr("aria-expanded","true"),u.toggleClass("open").trigger(w.Event("shown.bs.dropdown",i))}return!1}},h.prototype.keydown=function(p){if(!(!/(38|40|27|32)/.test(p.which)||/input|textarea/i.test(p.target.tagName))){var s=w(this);if(p.preventDefault(),p.stopPropagation(),!s.is(".disabled, :disabled")){var u=n(s),g=u.hasClass("open");if(!g&&p.which!=27||g&&p.which==27)return p.which==27&&u.find(o).trigger("focus"),s.trigger("click");var i=" li:not(.disabled):visible a",m=u.find(".dropdown-menu"+i);if(!!m.length){var f=m.index(p.target);p.which==38&&f>0&&f--,p.which==40&&f<m.length-1&&f++,~f||(f=0),m.eq(f).trigger("focus")}}}};function l(p){return this.each(function(){var s=w(this),u=s.data("bs.dropdown");u||s.data("bs.dropdown",u=new h(this)),typeof p=="string"&&u[p].call(s)})}var c=w.fn.dropdown;w.fn.dropdown=l,w.fn.dropdown.Constructor=h,w.fn.dropdown.noConflict=function(){return w.fn.dropdown=c,this},w(document).on("click.bs.dropdown.data-api",r).on("click.bs.dropdown.data-api",".dropdown form",function(p){p.stopPropagation()}).on("click.bs.dropdown.data-api",o,h.prototype.toggle).on("keydown.bs.dropdown.data-api",o,h.prototype.keydown).on("keydown.bs.dropdown.data-api",".dropdown-menu",h.prototype.keydown)}(jQuery)},5638:()=>{+function(w){"use strict";var y=function(n,r){this.init("popover",n,r)};if(!w.fn.tooltip)throw new Error("Popover requires tooltip.js");y.VERSION="3.4.1",y.DEFAULTS=w.extend({},w.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=w.extend({},w.fn.tooltip.Constructor.prototype),y.prototype.constructor=y,y.prototype.getDefaults=function(){return y.DEFAULTS},y.prototype.setContent=function(){var n=this.tip(),r=this.getTitle(),l=this.getContent();if(this.options.html){var c=typeof l;this.options.sanitize&&(r=this.sanitizeHtml(r),c==="string"&&(l=this.sanitizeHtml(l))),n.find(".popover-title").html(r),n.find(".popover-content").children().detach().end()[c==="string"?"html":"append"](l)}else n.find(".popover-title").text(r),n.find(".popover-content").children().detach().end().text(l);n.removeClass("fade top bottom left right in"),n.find(".popover-title").html()||n.find(".popover-title").hide()},y.prototype.hasContent=function(){return this.getTitle()||this.getContent()},y.prototype.getContent=function(){var n=this.$element,r=this.options;return n.attr("data-content")||(typeof r.content=="function"?r.content.call(n[0]):r.content)},y.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")};function o(n){return this.each(function(){var r=w(this),l=r.data("bs.popover"),c=typeof n=="object"&&n;!l&&/destroy|hide/.test(n)||(l||r.data("bs.popover",l=new y(this,c)),typeof n=="string"&&l[n]())})}var h=w.fn.popover;w.fn.popover=o,w.fn.popover.Constructor=y,w.fn.popover.noConflict=function(){return w.fn.popover=h,this}}(jQuery)},954:()=>{+function(w){"use strict";function y(n,r){this.$body=w(document.body),this.$scrollElement=w(n).is(document.body)?w(window):w(n),this.options=w.extend({},y.DEFAULTS,r),this.selector=(this.options.target||"")+" .nav li > a",this.offsets=[],this.targets=[],this.activeTarget=null,this.scrollHeight=0,this.$scrollElement.on("scroll.bs.scrollspy",w.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 n=this,r="offset",l=0;this.offsets=[],this.targets=[],this.scrollHeight=this.getScrollHeight(),w.isWindow(this.$scrollElement[0])||(r="position",l=this.$scrollElement.scrollTop()),this.$body.find(this.selector).map(function(){var c=w(this),p=c.data("target")||c.attr("href"),s=/^#./.test(p)&&w(p);return s&&s.length&&s.is(":visible")&&[[s[r]().top+l,p]]||null}).sort(function(c,p){return c[0]-p[0]}).each(function(){n.offsets.push(this[0]),n.targets.push(this[1])})},y.prototype.process=function(){var n=this.$scrollElement.scrollTop()+this.options.offset,r=this.getScrollHeight(),l=this.options.offset+r-this.$scrollElement.height(),c=this.offsets,p=this.targets,s=this.activeTarget,u;if(this.scrollHeight!=r&&this.refresh(),n>=l)return s!=(u=p[p.length-1])&&this.activate(u);if(s&&n<c[0])return this.activeTarget=null,this.clear();for(u=c.length;u--;)s!=p[u]&&n>=c[u]&&(c[u+1]===void 0||n<c[u+1])&&this.activate(p[u])},y.prototype.activate=function(n){this.activeTarget=n,this.clear();var r=this.selector+'[data-target="'+n+'"],'+this.selector+'[href="'+n+'"]',l=w(r).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(){w(this.selector).parentsUntil(this.options.target,".active").removeClass("active")};function o(n){return this.each(function(){var r=w(this),l=r.data("bs.scrollspy"),c=typeof n=="object"&&n;l||r.data("bs.scrollspy",l=new y(this,c)),typeof n=="string"&&l[n]()})}var h=w.fn.scrollspy;w.fn.scrollspy=o,w.fn.scrollspy.Constructor=y,w.fn.scrollspy.noConflict=function(){return w.fn.scrollspy=h,this},w(window).on("load.bs.scrollspy.data-api",function(){w('[data-spy="scroll"]').each(function(){var n=w(this);o.call(n,n.data())})})}(jQuery)},1313:()=>{+function(w){"use strict";var y=function(r){this.element=w(r)};y.VERSION="3.4.1",y.TRANSITION_DURATION=150,y.prototype.show=function(){var r=this.element,l=r.closest("ul:not(.dropdown-menu)"),c=r.data("target");if(c||(c=r.attr("href"),c=c&&c.replace(/.*(?=#[^\s]*$)/,"")),!r.parent("li").hasClass("active")){var p=l.find(".active:last a"),s=w.Event("hide.bs.tab",{relatedTarget:r[0]}),u=w.Event("show.bs.tab",{relatedTarget:p[0]});if(p.trigger(s),r.trigger(u),!(u.isDefaultPrevented()||s.isDefaultPrevented())){var g=w(document).find(c);this.activate(r.closest("li"),l),this.activate(g,g.parent(),function(){p.trigger({type:"hidden.bs.tab",relatedTarget:r[0]}),r.trigger({type:"shown.bs.tab",relatedTarget:p[0]})})}}},y.prototype.activate=function(r,l,c){var p=l.find("> .active"),s=c&&w.support.transition&&(p.length&&p.hasClass("fade")||!!l.find("> .fade").length);function u(){p.removeClass("active").find("> .dropdown-menu > .active").removeClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!1),r.addClass("active").find('[data-toggle="tab"]').attr("aria-expanded",!0),s?(r[0].offsetWidth,r.addClass("in")):r.removeClass("fade"),r.parent(".dropdown-menu").length&&r.closest("li.dropdown").addClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!0),c&&c()}p.length&&s?p.one("bsTransitionEnd",u).emulateTransitionEnd(y.TRANSITION_DURATION):u(),p.removeClass("in")};function o(r){return this.each(function(){var l=w(this),c=l.data("bs.tab");c||l.data("bs.tab",c=new y(this)),typeof r=="string"&&c[r]()})}var h=w.fn.tab;w.fn.tab=o,w.fn.tab.Constructor=y,w.fn.tab.noConflict=function(){return w.fn.tab=h,this};var n=function(r){r.preventDefault(),o.call(w(this),"show")};w(document).on("click.bs.tab.data-api",'[data-toggle="tab"]',n).on("click.bs.tab.data-api",'[data-toggle="pill"]',n)}(jQuery)},8480:()=>{+function(w){"use strict";var y=["sanitize","whiteList","sanitizeFn"],o=["background","cite","href","itemtype","longdesc","poster","src","xlink:href"],h=/^aria-[\w-]*$/i,n={"*":["class","dir","id","lang","role",h],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:[]},r=/^(?:(?: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(w.inArray(f,m)!==-1)return w.inArray(f,o)!==-1?Boolean(i.nodeValue.match(r)||i.nodeValue.match(l)):!0;for(var d=w(m).filter(function(E,x){return x instanceof RegExp}),S=0,v=d.length;S<v;S++)if(f.match(d[S]))return!0;return!1}function p(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 d=document.implementation.createHTMLDocument("sanitization");d.body.innerHTML=i;for(var S=w.map(m,function(R,C){return C}),v=w(d.body).find("*"),E=0,x=v.length;E<x;E++){var P=v[E],T=P.nodeName.toLowerCase();if(w.inArray(T,S)===-1){P.parentNode.removeChild(P);continue}for(var _=w.map(P.attributes,function(R){return R}),b=[].concat(m["*"]||[],m[T]||[]),D=0,I=_.length;D<I;D++)c(_[D],b)||P.removeAttribute(_[D].nodeName)}return d.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:n},s.prototype.init=function(i,m,f){if(this.enabled=!0,this.type=i,this.$element=w(m),this.options=this.getOptions(f),this.$viewport=this.options.viewport&&w(document).find(w.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 d=this.options.trigger.split(" "),S=d.length;S--;){var v=d[S];if(v=="click")this.$element.on("click."+this.type,this.options.selector,w.proxy(this.toggle,this));else if(v!="manual"){var E=v=="hover"?"mouseenter":"focusin",x=v=="hover"?"mouseleave":"focusout";this.$element.on(E+"."+this.type,this.options.selector,w.proxy(this.enter,this)),this.$element.on(x+"."+this.type,this.options.selector,w.proxy(this.leave,this))}}this.options.selector?this._options=w.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)&&w.inArray(f,y)!==-1&&delete m[f];return i=w.extend({},this.getDefaults(),m,i),i.delay&&typeof i.delay=="number"&&(i.delay={show:i.delay,hide:i.delay}),i.sanitize&&(i.template=p(i.template,i.whiteList,i.sanitizeFn)),i},s.prototype.getDelegateOptions=function(){var i={},m=this.getDefaults();return this._options&&w.each(this._options,function(f,d){m[f]!=d&&(i[f]=d)}),i},s.prototype.enter=function(i){var m=i instanceof this.constructor?i:w(i.currentTarget).data("bs."+this.type);if(m||(m=new this.constructor(i.currentTarget,this.getDelegateOptions()),w(i.currentTarget).data("bs."+this.type,m)),i instanceof w.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:w(i.currentTarget).data("bs."+this.type);if(m||(m=new this.constructor(i.currentTarget,this.getDelegateOptions()),w(i.currentTarget).data("bs."+this.type,m)),i instanceof w.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=w.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){this.$element.trigger(i);var m=w.contains(this.$element[0].ownerDocument.documentElement,this.$element[0]);if(i.isDefaultPrevented()||!m)return;var f=this,d=this.tip(),S=this.getUID(this.type);this.setContent(),d.attr("id",S),this.$element.attr("aria-describedby",S),this.options.animation&&d.addClass("fade");var v=typeof this.options.placement=="function"?this.options.placement.call(this,d[0],this.$element[0]):this.options.placement,E=/\s?auto?\s?/i,x=E.test(v);x&&(v=v.replace(E,"")||"top"),d.detach().css({top:0,left:0,display:"block"}).addClass(v).data("bs."+this.type,this),this.options.container?d.appendTo(w(document).find(this.options.container)):d.insertAfter(this.$element),this.$element.trigger("inserted.bs."+this.type);var P=this.getPosition(),T=d[0].offsetWidth,_=d[0].offsetHeight;if(x){var b=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,d.removeClass(b).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)};w.support.transition&&this.$tip.hasClass("fade")?d.one("bsTransitionEnd",R).emulateTransitionEnd(s.TRANSITION_DURATION):R()}},s.prototype.applyPlacement=function(i,m){var f=this.tip(),d=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,w.offset.setOffset(f[0],w.extend({using:function(I){f.css({top:Math.round(I.top),left:Math.round(I.left)})}},i),0),f.addClass("in");var x=f[0].offsetWidth,P=f[0].offsetHeight;m=="top"&&P!=S&&(i.top=i.top+S-P);var T=this.getViewportAdjustedDelta(m,i,x,P);T.left?i.left+=T.left:i.top+=T.top;var _=/top|bottom/.test(m),b=_?T.left*2-d+x:T.top*2-S+P,D=_?"offsetWidth":"offsetHeight";f.offset(i),this.replaceArrow(b,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=p(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=w(this.$tip),d=w.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(d),!d.isDefaultPrevented())return f.removeClass("in"),w.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",d=m.getBoundingClientRect();d.width==null&&(d=w.extend({},d,{width:d.right-d.left,height:d.bottom-d.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()},x=f?{width:w(window).width(),height:w(window).height()}:null;return w.extend({},d,E,x,v)},s.prototype.getCalculatedOffset=function(i,m,f,d){return i=="bottom"?{top:m.top+m.height,left:m.left+m.width/2-f/2}:i=="top"?{top:m.top-d,left:m.left+m.width/2-f/2}:i=="left"?{top:m.top+m.height/2-d/2,left:m.left-f}:{top:m.top+m.height/2-d/2,left:m.left+m.width}},s.prototype.getViewportAdjustedDelta=function(i,m,f,d){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 x=m.top-v-E.scroll,P=m.top+v-E.scroll+d;x<E.top?S.top=E.top-x: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=w(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=w(i.currentTarget).data("bs."+this.type),m||(m=new this.constructor(i.currentTarget,this.getDelegateOptions()),w(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 p(i,this.options.whiteList,this.options.sanitizeFn)};function u(i){return this.each(function(){var m=w(this),f=m.data("bs.tooltip"),d=typeof i=="object"&&i;!f&&/destroy|hide/.test(i)||(f||m.data("bs.tooltip",f=new s(this,d)),typeof i=="string"&&f[i]())})}var g=w.fn.tooltip;w.fn.tooltip=u,w.fn.tooltip.Constructor=s,w.fn.tooltip.noConflict=function(){return w.fn.tooltip=g,this}}(jQuery)},7030:w=>{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,h=1,n=0;y.Diff=function(r,l){return[r,l]},y.prototype.diff_main=function(r,l,c,p){typeof p=="undefined"&&(this.Diff_Timeout<=0?p=Number.MAX_VALUE:p=new Date().getTime()+this.Diff_Timeout*1e3);var s=p;if(r==null||l==null)throw new Error("Null input. (diff_main)");if(r==l)return r?[new y.Diff(n,r)]:[];typeof c=="undefined"&&(c=!0);var u=c,g=this.diff_commonPrefix(r,l),i=r.substring(0,g);r=r.substring(g),l=l.substring(g),g=this.diff_commonSuffix(r,l);var m=r.substring(r.length-g);r=r.substring(0,r.length-g),l=l.substring(0,l.length-g);var f=this.diff_compute_(r,l,u,s);return i&&f.unshift(new y.Diff(n,i)),m&&f.push(new y.Diff(n,m)),this.diff_cleanupMerge(f),f},y.prototype.diff_compute_=function(r,l,c,p){var s;if(!r)return[new y.Diff(h,l)];if(!l)return[new y.Diff(o,r)];var u=r.length>l.length?r:l,g=r.length>l.length?l:r,i=u.indexOf(g);if(i!=-1)return s=[new y.Diff(h,u.substring(0,i)),new y.Diff(n,g),new y.Diff(h,u.substring(i+g.length))],r.length>l.length&&(s[0][0]=s[2][0]=o),s;if(g.length==1)return[new y.Diff(o,r),new y.Diff(h,l)];var m=this.diff_halfMatch_(r,l);if(m){var f=m[0],d=m[1],S=m[2],v=m[3],E=m[4],x=this.diff_main(f,S,c,p),P=this.diff_main(d,v,c,p);return x.concat([new y.Diff(n,E)],P)}return c&&r.length>100&&l.length>100?this.diff_lineMode_(r,l,p):this.diff_bisect_(r,l,p)},y.prototype.diff_lineMode_=function(r,l,c){var p=this.diff_linesToChars_(r,l);r=p.chars1,l=p.chars2;var s=p.lineArray,u=this.diff_main(r,l,!1,c);this.diff_charsToLines_(u,s),this.diff_cleanupSemantic(u),u.push(new y.Diff(n,""));for(var g=0,i=0,m=0,f="",d="";g<u.length;){switch(u[g][0]){case h:m++,d+=u[g][1];break;case o:i++,f+=u[g][1];break;case n:if(i>=1&&m>=1){u.splice(g-i-m,i+m),g=g-i-m;for(var S=this.diff_main(f,d,!1,c),v=S.length-1;v>=0;v--)u.splice(g,0,S[v]);g=g+S.length}m=0,i=0,f="",d="";break}g++}return u.pop(),u},y.prototype.diff_bisect_=function(r,l,c){for(var p=r.length,s=l.length,u=Math.ceil((p+s)/2),g=u,i=2*u,m=new Array(i),f=new Array(i),d=0;d<i;d++)m[d]=-1,f[d]=-1;m[g+1]=0,f[g+1]=0;for(var S=p-s,v=S%2!=0,E=0,x=0,P=0,T=0,_=0;_<u&&!(new Date().getTime()>c);_++){for(var b=-_+E;b<=_-x;b+=2){var D=g+b,I;b==-_||b!=_&&m[D-1]<m[D+1]?I=m[D+1]:I=m[D-1]+1;for(var R=I-b;I<p&&R<s&&r.charAt(I)==l.charAt(R);)I++,R++;if(m[D]=I,I>p)x+=2;else if(R>s)E+=2;else if(v){var C=g+S-b;if(C>=0&&C<i&&f[C]!=-1){var O=p-f[C];if(I>=O)return this.diff_bisectSplit_(r,l,I,R,c)}}}for(var $=-_+P;$<=_-T;$+=2){var C=g+$,O;$==-_||$!=_&&f[C-1]<f[C+1]?O=f[C+1]:O=f[C-1]+1;for(var M=O-$;O<p&&M<s&&r.charAt(p-O-1)==l.charAt(s-M-1);)O++,M++;if(f[C]=O,O>p)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(O=p-O,I>=O)return this.diff_bisectSplit_(r,l,I,R,c)}}}}return[new y.Diff(o,r),new y.Diff(h,l)]},y.prototype.diff_bisectSplit_=function(r,l,c,p,s){var u=r.substring(0,c),g=l.substring(0,p),i=r.substring(c),m=l.substring(p),f=this.diff_main(u,g,!1,s),d=this.diff_main(i,m,!1,s);return f.concat(d)},y.prototype.diff_linesToChars_=function(r,l){var c=[],p={};c[0]="";function s(m){for(var f="",d=0,S=-1,v=c.length;S<m.length-1;){S=m.indexOf(`
`,d),S==-1&&(S=m.length-1);var E=m.substring(d,S+1);(p.hasOwnProperty?p.hasOwnProperty(E):p[E]!==void 0)?f+=String.fromCharCode(p[E]):(v==u&&(E=m.substring(d),S=m.length),f+=String.fromCharCode(v),p[E]=v,c[v++]=E),d=S+1}return f}var u=4e4,g=s(r);u=65535;var i=s(l);return{chars1:g,chars2:i,lineArray:c}},y.prototype.diff_charsToLines_=function(r,l){for(var c=0;c<r.length;c++){for(var p=r[c][1],s=[],u=0;u<p.length;u++)s[u]=l[p.charCodeAt(u)];r[c][1]=s.join("")}},y.prototype.diff_commonPrefix=function(r,l){if(!r||!l||r.charAt(0)!=l.charAt(0))return 0;for(var c=0,p=Math.min(r.length,l.length),s=p,u=0;c<s;)r.substring(u,s)==l.substring(u,s)?(c=s,u=c):p=s,s=Math.floor((p-c)/2+c);return s},y.prototype.diff_commonSuffix=function(r,l){if(!r||!l||r.charAt(r.length-1)!=l.charAt(l.length-1))return 0;for(var c=0,p=Math.min(r.length,l.length),s=p,u=0;c<s;)r.substring(r.length-s,r.length-u)==l.substring(l.length-s,l.length-u)?(c=s,u=c):p=s,s=Math.floor((p-c)/2+c);return s},y.prototype.diff_commonOverlap_=function(r,l){var c=r.length,p=l.length;if(c==0||p==0)return 0;c>p?r=r.substring(c-p):c<p&&(l=l.substring(0,c));var s=Math.min(c,p);if(r==l)return s;for(var u=0,g=1;;){var i=r.substring(s-g),m=l.indexOf(i);if(m==-1)return u;g+=m,(m==0||r.substring(s-g)==l.substring(0,g))&&(u=g,g++)}},y.prototype.diff_halfMatch_=function(r,l){if(this.Diff_Timeout<=0)return null;var c=r.length>l.length?r:l,p=r.length>l.length?l:r;if(c.length<4||p.length*2<c.length)return null;var s=this;function u(x,P,T){for(var _=x.substring(T,T+Math.floor(x.length/4)),b=-1,D="",I,R,C,O;(b=P.indexOf(_,b+1))!=-1;){var $=s.diff_commonPrefix(x.substring(T),P.substring(b)),M=s.diff_commonSuffix(x.substring(0,T),P.substring(0,b));D.length<M+$&&(D=P.substring(b-M,b)+P.substring(b,b+$),I=x.substring(0,T-M),R=x.substring(T+$),C=P.substring(0,b-M),O=P.substring(b+$))}return D.length*2>=x.length?[I,R,C,O,D]:null}var g=u(c,p,Math.ceil(c.length/4)),i=u(c,p,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,d,S,v;r.length>l.length?(f=m[0],d=m[1],S=m[2],v=m[3]):(S=m[0],v=m[1],f=m[2],d=m[3]);var E=m[4];return[f,d,S,v,E]},y.prototype.diff_cleanupSemantic=function(r){for(var l=!1,c=[],p=0,s=null,u=0,g=0,i=0,m=0,f=0;u<r.length;)r[u][0]==n?(c[p++]=u,g=m,i=f,m=0,f=0,s=r[u][1]):(r[u][0]==h?m+=r[u][1].length:f+=r[u][1].length,s&&s.length<=Math.max(g,i)&&s.length<=Math.max(m,f)&&(r.splice(c[p-1],0,new y.Diff(o,s)),r[c[p-1]+1][0]=h,p--,p--,u=p>0?c[p-1]:-1,g=0,i=0,m=0,f=0,s=null,l=!0)),u++;for(l&&this.diff_cleanupMerge(r),this.diff_cleanupSemanticLossless(r),u=1;u<r.length;){if(r[u-1][0]==o&&r[u][0]==h){var d=r[u-1][1],S=r[u][1],v=this.diff_commonOverlap_(d,S),E=this.diff_commonOverlap_(S,d);v>=E?(v>=d.length/2||v>=S.length/2)&&(r.splice(u,0,new y.Diff(n,S.substring(0,v))),r[u-1][1]=d.substring(0,d.length-v),r[u+1][1]=S.substring(v),u++):(E>=d.length/2||E>=S.length/2)&&(r.splice(u,0,new y.Diff(n,d.substring(0,E))),r[u-1][0]=h,r[u-1][1]=S.substring(0,S.length-E),r[u+1][0]=o,r[u+1][1]=d.substring(E),u++),u++}u++}},y.prototype.diff_cleanupSemanticLossless=function(r){function l(E,x){if(!E||!x)return 6;var P=E.charAt(E.length-1),T=x.charAt(0),_=P.match(y.nonAlphaNumericRegex_),b=T.match(y.nonAlphaNumericRegex_),D=_&&P.match(y.whitespaceRegex_),I=b&&T.match(y.whitespaceRegex_),R=D&&P.match(y.linebreakRegex_),C=I&&T.match(y.linebreakRegex_),O=R&&E.match(y.blanklineEndRegex_),$=C&&x.match(y.blanklineStartRegex_);return O||$?5:R||C?4:_&&!D&&I?3:D||I?2:_||b?1:0}for(var c=1;c<r.length-1;){if(r[c-1][0]==n&&r[c+1][0]==n){var p=r[c-1][1],s=r[c][1],u=r[c+1][1],g=this.diff_commonSuffix(p,s);if(g){var i=s.substring(s.length-g);p=p.substring(0,p.length-g),s=i+s.substring(0,s.length-g),u=i+u}for(var m=p,f=s,d=u,S=l(p,s)+l(s,u);s.charAt(0)===u.charAt(0);){p+=s.charAt(0),s=s.substring(1)+u.charAt(0),u=u.substring(1);var v=l(p,s)+l(s,u);v>=S&&(S=v,m=p,f=s,d=u)}r[c-1][1]!=m&&(m?r[c-1][1]=m:(r.splice(c-1,1),c--),r[c][1]=f,d?r[c+1][1]=d:(r.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(r){for(var l=!1,c=[],p=0,s=null,u=0,g=!1,i=!1,m=!1,f=!1;u<r.length;)r[u][0]==n?(r[u][1].length<this.Diff_EditCost&&(m||f)?(c[p++]=u,g=m,i=f,s=r[u][1]):(p=0,s=null),m=f=!1):(r[u][0]==o?f=!0:m=!0,s&&(g&&i&&m&&f||s.length<this.Diff_EditCost/2&&g+i+m+f==3)&&(r.splice(c[p-1],0,new y.Diff(o,s)),r[c[p-1]+1][0]=h,p--,s=null,g&&i?(m=f=!0,p=0):(p--,u=p>0?c[p-1]:-1,m=f=!1),l=!0)),u++;l&&this.diff_cleanupMerge(r)},y.prototype.diff_cleanupMerge=function(r){r.push(new y.Diff(n,""));for(var l=0,c=0,p=0,s="",u="",g;l<r.length;)switch(r[l][0]){case h:p++,u+=r[l][1],l++;break;case o:c++,s+=r[l][1],l++;break;case n:c+p>1?(c!==0&&p!==0&&(g=this.diff_commonPrefix(u,s),g!==0&&(l-c-p>0&&r[l-c-p-1][0]==n?r[l-c-p-1][1]+=u.substring(0,g):(r.splice(0,0,new y.Diff(n,u.substring(0,g))),l++),u=u.substring(g),s=s.substring(g)),g=this.diff_commonSuffix(u,s),g!==0&&(r[l][1]=u.substring(u.length-g)+r[l][1],u=u.substring(0,u.length-g),s=s.substring(0,s.length-g))),l-=c+p,r.splice(l,c+p),s.length&&(r.splice(l,0,new y.Diff(o,s)),l++),u.length&&(r.splice(l,0,new y.Diff(h,u)),l++),l++):l!==0&&r[l-1][0]==n?(r[l-1][1]+=r[l][1],r.splice(l,1)):l++,p=0,c=0,s="",u="";break}r[r.length-1][1]===""&&r.pop();var i=!1;for(l=1;l<r.length-1;)r[l-1][0]==n&&r[l+1][0]==n&&(r[l][1].substring(r[l][1].length-r[l-1][1].length)==r[l-1][1]?(r[l][1]=r[l-1][1]+r[l][1].substring(0,r[l][1].length-r[l-1][1].length),r[l+1][1]=r[l-1][1]+r[l+1][1],r.splice(l-1,1),i=!0):r[l][1].substring(0,r[l+1][1].length)==r[l+1][1]&&(r[l-1][1]+=r[l+1][1],r[l][1]=r[l][1].substring(r[l+1][1].length)+r[l+1][1],r.splice(l+1,1),i=!0)),l++;i&&this.diff_cleanupMerge(r)},y.prototype.diff_xIndex=function(r,l){var c=0,p=0,s=0,u=0,g;for(g=0;g<r.length&&(r[g][0]!==h&&(c+=r[g][1].length),r[g][0]!==o&&(p+=r[g][1].length),!(c>l));g++)s=c,u=p;return r.length!=g&&r[g][0]===o?u:u+(l-s)},y.prototype.diff_prettyHtml=function(r){for(var l=[],c=/&/g,p=/</g,s=/>/g,u=/\n/g,g=0;g<r.length;g++){var i=r[g][0],m=r[g][1],f=m.replace(c,"&amp;").replace(p,"&lt;").replace(s,"&gt;").replace(u,"&para;<br>");switch(i){case h:l[g]='<ins style="background:#e6ffe6;">'+f+"</ins>";break;case o:l[g]='<del style="background:#ffe6e6;">'+f+"</del>";break;case n:l[g]="<span>"+f+"</span>";break}}return l.join("")},y.prototype.diff_text1=function(r){for(var l=[],c=0;c<r.length;c++)r[c][0]!==h&&(l[c]=r[c][1]);return l.join("")},y.prototype.diff_text2=function(r){for(var l=[],c=0;c<r.length;c++)r[c][0]!==o&&(l[c]=r[c][1]);return l.join("")},y.prototype.diff_levenshtein=function(r){for(var l=0,c=0,p=0,s=0;s<r.length;s++){var u=r[s][0],g=r[s][1];switch(u){case h:c+=g.length;break;case o:p+=g.length;break;case n:l+=Math.max(c,p),c=0,p=0;break}}return l+=Math.max(c,p),l},y.prototype.diff_toDelta=function(r){for(var l=[],c=0;c<r.length;c++)switch(r[c][0]){case h:l[c]="+"+encodeURI(r[c][1]);break;case o:l[c]="-"+r[c][1].length;break;case n:l[c]="="+r[c][1].length;break}return l.join(" ").replace(/%20/g," ")},y.prototype.diff_fromDelta=function(r,l){for(var c=[],p=0,s=0,u=l.split(/\t/g),g=0;g<u.length;g++){var i=u[g].substring(1);switch(u[g].charAt(0)){case"+":try{c[p++]=new y.Diff(h,decodeURI(i))}catch(d){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=r.substring(s,s+=m);u[g].charAt(0)=="="?c[p++]=new y.Diff(n,f):c[p++]=new y.Diff(o,f);break;default:if(u[g])throw new Error("Invalid diff operation in diff_fromDelta: "+u[g])}}if(s!=r.length)throw new Error("Delta length ("+s+") does not equal source text length ("+r.length+").");return c},y.prototype.match_main=function(r,l,c){if(r==null||l==null||c==null)throw new Error("Null input. (match_main)");return c=Math.max(0,Math.min(c,r.length)),r==l?0:r.length?r.substring(c,c+l.length)==l?c:this.match_bitap_(r,l,c):-1},y.prototype.match_bitap_=function(r,l,c){if(l.length>this.Match_MaxBits)throw new Error("Pattern too long for this browser.");var p=this.match_alphabet_(l),s=this;function u(I,R){var C=I/l.length,O=Math.abs(c-R);return s.Match_Distance?C+O/s.Match_Distance:O?1:C}var g=this.Match_Threshold,i=r.indexOf(l,c);i!=-1&&(g=Math.min(u(0,i),g),i=r.lastIndexOf(l,c+l.length),i!=-1&&(g=Math.min(u(0,i),g)));var m=1<<l.length-1;i=-1;for(var f,d,S=l.length+r.length,v,E=0;E<l.length;E++){for(f=0,d=S;f<d;)u(E,c+d)<=g?f=d:S=d,d=Math.floor((S-f)/2+f);S=d;var x=Math.max(1,c-d+1),P=Math.min(c+d,r.length)+l.length,T=Array(P+2);T[P+1]=(1<<E)-1;for(var _=P;_>=x;_--){var b=p[r.charAt(_-1)];if(E===0?T[_]=(T[_+1]<<1|1)&b:T[_]=(T[_+1]<<1|1)&b|((v[_+1]|v[_])<<1|1)|v[_+1],T[_]&m){var D=u(E,_-1);if(D<=g)if(g=D,i=_-1,i>c)x=Math.max(1,2*c-i);else break}}if(u(E+1,c)>g)break;v=T}return i},y.prototype.match_alphabet_=function(r){for(var l={},c=0;c<r.length;c++)l[r.charAt(c)]=0;for(var c=0;c<r.length;c++)l[r.charAt(c)]|=1<<r.length-c-1;return l},y.prototype.patch_addContext_=function(r,l){if(l.length!=0){if(r.start2===null)throw Error("patch not initialized");for(var c=l.substring(r.start2,r.start2+r.length1),p=0;l.indexOf(c)!=l.lastIndexOf(c)&&c.length<this.Match_MaxBits-this.Patch_Margin-this.Patch_Margin;)p+=this.Patch_Margin,c=l.substring(r.start2-p,r.start2+r.length1+p);p+=this.Patch_Margin;var s=l.substring(r.start2-p,r.start2);s&&r.diffs.unshift(new y.Diff(n,s));var u=l.substring(r.start2+r.length1,r.start2+r.length1+p);u&&r.diffs.push(new y.Diff(n,u)),r.start1-=s.length,r.start2-=s.length,r.length1+=s.length+u.length,r.length2+=s.length+u.length}},y.prototype.patch_make=function(r,l,c){var p,s;if(typeof r=="string"&&typeof l=="string"&&typeof c=="undefined")p=r,s=this.diff_main(p,l,!0),s.length>2&&(this.diff_cleanupSemantic(s),this.diff_cleanupEfficiency(s));else if(r&&typeof r=="object"&&typeof l=="undefined"&&typeof c=="undefined")s=r,p=this.diff_text1(s);else if(typeof r=="string"&&l&&typeof l=="object"&&typeof c=="undefined")p=r,s=l;else if(typeof r=="string"&&typeof l=="string"&&c&&typeof c=="object")p=r,s=c;else throw new Error("Unknown call format to patch_make.");if(s.length===0)return[];for(var u=[],g=new y.patch_obj,i=0,m=0,f=0,d=p,S=p,v=0;v<s.length;v++){var E=s[v][0],x=s[v][1];switch(!i&&E!==n&&(g.start1=m,g.start2=f),E){case h:g.diffs[i++]=s[v],g.length2+=x.length,S=S.substring(0,f)+x+S.substring(f);break;case o:g.length1+=x.length,g.diffs[i++]=s[v],S=S.substring(0,f)+S.substring(f+x.length);break;case n:x.length<=2*this.Patch_Margin&&i&&s.length!=v+1?(g.diffs[i++]=s[v],g.length1+=x.length,g.length2+=x.length):x.length>=2*this.Patch_Margin&&i&&(this.patch_addContext_(g,d),u.push(g),g=new y.patch_obj,i=0,d=S,m=f);break}E!==h&&(m+=x.length),E!==o&&(f+=x.length)}return i&&(this.patch_addContext_(g,d),u.push(g)),u},y.prototype.patch_deepCopy=function(r){for(var l=[],c=0;c<r.length;c++){var p=r[c],s=new y.patch_obj;s.diffs=[];for(var u=0;u<p.diffs.length;u++)s.diffs[u]=new y.Diff(p.diffs[u][0],p.diffs[u][1]);s.start1=p.start1,s.start2=p.start2,s.length1=p.length1,s.length2=p.length2,l[c]=s}return l},y.prototype.patch_apply=function(r,l){if(r.length==0)return[l,[]];r=this.patch_deepCopy(r);var c=this.patch_addPadding(r);l=c+l+c,this.patch_splitMax(r);for(var p=0,s=[],u=0;u<r.length;u++){var g=r[u].start2+p,i=this.diff_text1(r[u].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[u]=!1,p-=r[u].length2-r[u].length1;else{s[u]=!0,p=m-g;var d;if(f==-1?d=l.substring(m,m+i.length):d=l.substring(m,f+this.Match_MaxBits),i==d)l=l.substring(0,m)+this.diff_text2(r[u].diffs)+l.substring(m+i.length);else{var S=this.diff_main(i,d,!1);if(i.length>this.Match_MaxBits&&this.diff_levenshtein(S)/i.length>this.Patch_DeleteThreshold)s[u]=!1;else{this.diff_cleanupSemanticLossless(S);for(var v=0,E,x=0;x<r[u].diffs.length;x++){var P=r[u].diffs[x];P[0]!==n&&(E=this.diff_xIndex(S,v)),P[0]===h?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(r){for(var l=this.Patch_Margin,c="",p=1;p<=l;p++)c+=String.fromCharCode(p);for(var p=0;p<r.length;p++)r[p].start1+=l,r[p].start2+=l;var s=r[0],u=s.diffs;if(u.length==0||u[0][0]!=n)u.unshift(new y.Diff(n,c)),s.start1-=l,s.start2-=l,s.length1+=l,s.length2+=l;else if(l>u[0][1].length){var g=l-u[0][1].length;u[0][1]=c.substring(u[0][1].length)+u[0][1],s.start1-=g,s.start2-=g,s.length1+=g,s.length2+=g}if(s=r[r.length-1],u=s.diffs,u.length==0||u[u.length-1][0]!=n)u.push(new y.Diff(n,c)),s.length1+=l,s.length2+=l;else if(l>u[u.length-1][1].length){var g=l-u[u.length-1][1].length;u[u.length-1][1]+=c.substring(0,g),s.length1+=g,s.length2+=g}return c},y.prototype.patch_splitMax=function(r){for(var l=this.Match_MaxBits,c=0;c<r.length;c++)if(!(r[c].length1<=l)){var p=r[c];r.splice(c--,1);for(var s=p.start1,u=p.start2,g="";p.diffs.length!==0;){var i=new y.patch_obj,m=!0;for(i.start1=s-g.length,i.start2=u-g.length,g!==""&&(i.length1=i.length2=g.length,i.diffs.push(new y.Diff(n,g)));p.diffs.length!==0&&i.length1<l-this.Patch_Margin;){var f=p.diffs[0][0],d=p.diffs[0][1];f===h?(i.length2+=d.length,u+=d.length,i.diffs.push(p.diffs.shift()),m=!1):f===o&&i.diffs.length==1&&i.diffs[0][0]==n&&d.length>2*l?(i.length1+=d.length,s+=d.length,m=!1,i.diffs.push(new y.Diff(f,d)),p.diffs.shift()):(d=d.substring(0,l-i.length1-this.Patch_Margin),i.length1+=d.length,s+=d.length,f===n?(i.length2+=d.length,u+=d.length):m=!1,i.diffs.push(new y.Diff(f,d)),d==p.diffs[0][1]?p.diffs.shift():p.diffs[0][1]=p.diffs[0][1].substring(d.length))}g=this.diff_text2(i.diffs),g=g.substring(g.length-this.Patch_Margin);var S=this.diff_text1(p.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]===n?i.diffs[i.diffs.length-1][1]+=S:i.diffs.push(new y.Diff(n,S))),m||r.splice(++c,0,i)}}},y.prototype.patch_toText=function(r){for(var l=[],c=0;c<r.length;c++)l[c]=r[c];return l.join("")},y.prototype.patch_fromText=function(r){var l=[];if(!r)return l;for(var c=r.split(`
`),p=0,s=/^@@ -(\d+),?(\d*) \+(\d+),?(\d*) @@$/;p<c.length;){var u=c[p].match(s);if(!u)throw new Error("Invalid patch string: "+c[p]);var g=new y.patch_obj;for(l.push(g),g.start1=parseInt(u[1],10),u[2]===""?(g.start1--,g.length1=1):u[2]=="0"?g.length1=0:(g.start1--,g.length1=parseInt(u[2],10)),g.start2=parseInt(u[3],10),u[4]===""?(g.start2--,g.length2=1):u[4]=="0"?g.length2=0:(g.start2--,g.length2=parseInt(u[4],10)),p++;p<c.length;){var i=c[p].charAt(0);try{var m=decodeURI(c[p].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(h,m));else if(i==" ")g.diffs.push(new y.Diff(n,m));else{if(i=="@")break;if(i!=="")throw new Error('Invalid patch mode "'+i+'" in: '+m)}p++}}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 r,l;this.length1===0?r=this.start1+",0":this.length1==1?r=this.start1+1:r=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=["@@ -"+r+" +"+l+` @@
`],p,s=0;s<this.diffs.length;s++){switch(this.diffs[s][0]){case h:p="+";break;case o:p="-";break;case n:p=" ";break}c[s+1]=p+encodeURI(this.diffs[s][1])+`
`}return c.join("").replace(/%20/g," ")},w.exports=y,w.exports.diff_match_patch=y,w.exports.DIFF_DELETE=o,w.exports.DIFF_INSERT=h,w.exports.DIFF_EQUAL=n},7455:function(w){/**!
@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){w.exports=o()})(this,function(){return function(y){function o(n){if(h[n])return h[n].exports;var r=h[n]={exports:{},id:n,loaded:!1};return y[n].call(r.exports,r,r.exports,o),r.loaded=!0,r.exports}var h={};return o.m=y,o.c=h,o.p="",o(0)}([function(y,o,h){"use strict";function n(){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=u.parser,P.parse=u.parse,P.parseWithoutProcessing=u.parseWithoutProcessing,P}var r=h(1).default;o.__esModule=!0;var l=h(2),c=r(l),p=h(45),s=r(p),u=h(46),g=h(51),i=h(52),m=r(i),f=h(49),d=r(f),S=h(44),v=r(S),E=c.default.create,x=n();x.create=n,v.default(x),x.Visitor=d.default,x.default=x,o.default=x,y.exports=o.default},function(y,o){"use strict";o.default=function(h){return h&&h.__esModule?h:{default:h}},o.__esModule=!0},function(y,o,h){"use strict";function n(){var P=new p.HandlebarsEnvironment;return f.extend(P,p),P.SafeString=u.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 r=h(3).default,l=h(1).default;o.__esModule=!0;var c=h(4),p=r(c),s=h(37),u=l(s),g=h(6),i=l(g),m=h(5),f=r(m),d=h(38),S=r(d),v=h(44),E=l(v),x=n();x.create=n,E.default(x),x.default=x,o.default=x,y.exports=o.default},function(y,o){"use strict";o.default=function(h){if(h&&h.__esModule)return h;var n={};if(h!=null)for(var r in h)Object.prototype.hasOwnProperty.call(h,r)&&(n[r]=h[r]);return n.default=h,n},o.__esModule=!0},function(y,o,h){"use strict";function n(P,T,_){this.helpers=P||{},this.partials=T||{},this.decorators=_||{},s.registerDefaultHelpers(this),u.registerDefaultDecorators(this)}var r=h(1).default;o.__esModule=!0,o.HandlebarsEnvironment=n;var l=h(5),c=h(6),p=r(c),s=h(10),u=h(30),g=h(32),i=r(g),m=h(33),f="4.7.7";o.VERSION=f;var d=8;o.COMPILER_REVISION=d;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]";n.prototype={constructor:n,logger:i.default,log:i.default.log,registerHelper:function(P,T){if(l.toString.call(P)===E){if(T)throw new p.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 p.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 p.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 x=i.default.log;o.log=x,o.createFrame=l.createFrame,o.logger=i.default},function(y,o){"use strict";function h(v){return g[v]}function n(v){for(var E=1;E<arguments.length;E++)for(var x in arguments[E])Object.prototype.hasOwnProperty.call(arguments[E],x)&&(v[x]=arguments[E][x]);return v}function r(v,E){for(var x=0,P=v.length;x<P;x++)if(v[x]===E)return x;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,h):v}function c(v){return!v&&v!==0||!(!S(v)||v.length!==0)}function p(v){var E=n({},v);return E._parent=v,E}function s(v,E){return v.path=E,v}function u(v,E){return(v?v+".":"")+E}o.__esModule=!0,o.extend=n,o.indexOf=r,o.escapeExpression=l,o.isEmpty=c,o.createFrame=p,o.blockParams=s,o.appendContextPath=u;var g={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#x27;","`":"&#x60;","=":"&#x3D;"},i=/[&<>"'`=]/g,m=/[&<>"'`=]/,f=Object.prototype.toString;o.toString=f;var d=function(v){return typeof v=="function"};d(/x/)&&(o.isFunction=d=function(v){return typeof v=="function"&&f.call(v)==="[object Function]"}),o.isFunction=d;var S=Array.isArray||function(v){return!(!v||typeof v!="object")&&f.call(v)==="[object Array]"};o.isArray=S},function(y,o,h){"use strict";function n(c,p){var s=p&&p.loc,u=void 0,g=void 0,i=void 0,m=void 0;s&&(u=s.start.line,g=s.end.line,i=s.start.column,m=s.end.column,c+=" - "+u+":"+i);for(var f=Error.prototype.constructor.call(this,c),d=0;d<l.length;d++)this[l[d]]=f[l[d]];Error.captureStackTrace&&Error.captureStackTrace(this,n);try{s&&(this.lineNumber=u,this.endLineNumber=g,r?(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 r=h(7).default;o.__esModule=!0;var l=["description","fileName","lineNumber","endLineNumber","message","name","number","stack"];n.prototype=new Error,o.default=n,y.exports=o.default},function(y,o,h){y.exports={default:h(8),__esModule:!0}},function(y,o,h){var n=h(9);y.exports=function(r,l,c){return n.setDesc(r,l,c)}},function(y,o){var h=Object;y.exports={create:h.create,getProto:h.getPrototypeOf,isEnum:{}.propertyIsEnumerable,getDesc:h.getOwnPropertyDescriptor,setDesc:h.defineProperty,setDescs:h.defineProperties,getKeys:h.keys,getNames:h.getOwnPropertyNames,getSymbols:h.getOwnPropertySymbols,each:[].forEach}},function(y,o,h){"use strict";function n(T){p.default(T),u.default(T),i.default(T),f.default(T),S.default(T),E.default(T),P.default(T)}function r(T,_,b){T.helpers[_]&&(T.hooks[_]=T.helpers[_],b||delete T.helpers[_])}var l=h(1).default;o.__esModule=!0,o.registerDefaultHelpers=n,o.moveHelperToHooks=r;var c=h(11),p=l(c),s=h(12),u=l(s),g=h(25),i=l(g),m=h(26),f=l(m),d=h(27),S=l(d),v=h(28),E=l(v),x=h(29),P=l(x)},function(y,o,h){"use strict";o.__esModule=!0;var n=h(5);o.default=function(r){r.registerHelper("blockHelperMissing",function(l,c){var p=c.inverse,s=c.fn;if(l===!0)return s(this);if(l===!1||l==null)return p(this);if(n.isArray(l))return l.length>0?(c.ids&&(c.ids=[c.name]),r.helpers.each(l,c)):p(this);if(c.data&&c.ids){var u=n.createFrame(c.data);u.contextPath=n.appendContextPath(c.data.contextPath,c.name),c={data:u}}return s(l,c)})},y.exports=o.default},function(y,o,h){(function(n){"use strict";var r=h(13).default,l=h(1).default;o.__esModule=!0;var c=h(5),p=h(6),s=l(p);o.default=function(u){u.registerHelper("each",function(g,i){function m(D,I,R){E&&(E.key=D,E.index=I,E.first=I===0,E.last=!!R,x&&(E.contextPath=x+D)),v+=f(g[D],{data:E,blockParams:c.blockParams([g[D],D],[x+D,null])})}if(!i)throw new s.default("Must pass iterator to #each");var f=i.fn,d=i.inverse,S=0,v="",E=void 0,x=void 0;if(i.data&&i.ids&&(x=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(n.Symbol&&g[n.Symbol.iterator]){for(var T=[],_=g[n.Symbol.iterator](),b=_.next();!b.done;b=_.next())T.push(b.value);g=T;for(var P=g.length;S<P;S++)m(S,S,S===g.length-1)}else(function(){var D=void 0;r(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=d(this)),v})},y.exports=o.default}).call(o,function(){return this}())},function(y,o,h){y.exports={default:h(14),__esModule:!0}},function(y,o,h){h(15),y.exports=h(21).Object.keys},function(y,o,h){var n=h(16);h(18)("keys",function(r){return function(l){return r(n(l))}})},function(y,o,h){var n=h(17);y.exports=function(r){return Object(n(r))}},function(y,o){y.exports=function(h){if(h==null)throw TypeError("Can't call method on "+h);return h}},function(y,o,h){var n=h(19),r=h(21),l=h(24);y.exports=function(c,p){var s=(r.Object||{})[c]||Object[c],u={};u[c]=p(s),n(n.S+n.F*l(function(){s(1)}),"Object",u)}},function(y,o,h){var n=h(20),r=h(21),l=h(22),c="prototype",p=function(s,u,g){var i,m,f,d=s&p.F,S=s&p.G,v=s&p.S,E=s&p.P,x=s&p.B,P=s&p.W,T=S?r:r[u]||(r[u]={}),_=S?n:v?n[u]:(n[u]||{})[c];S&&(g=u);for(i in g)m=!d&&_&&i in _,m&&i in T||(f=m?_[i]:g[i],T[i]=S&&typeof _[i]!="function"?g[i]:x&&m?l(f,n):P&&_[i]==f?function(b){var D=function(I){return this instanceof b?new b(I):b(I)};return D[c]=b[c],D}(f):E&&typeof f=="function"?l(Function.call,f):f,E&&((T[c]||(T[c]={}))[i]=f))};p.F=1,p.G=2,p.S=4,p.P=8,p.B=16,p.W=32,y.exports=p},function(y,o){var h=y.exports=typeof window!="undefined"&&window.Math==Math?window:typeof self!="undefined"&&self.Math==Math?self:Function("return this")();typeof __g=="number"&&(__g=h)},function(y,o){var h=y.exports={version:"1.2.6"};typeof __e=="number"&&(__e=h)},function(y,o,h){var n=h(23);y.exports=function(r,l,c){if(n(r),l===void 0)return r;switch(c){case 1:return function(p){return r.call(l,p)};case 2:return function(p,s){return r.call(l,p,s)};case 3:return function(p,s,u){return r.call(l,p,s,u)}}return function(){return r.apply(l,arguments)}}},function(y,o){y.exports=function(h){if(typeof h!="function")throw TypeError(h+" is not a function!");return h}},function(y,o){y.exports=function(h){try{return!!h()}catch(n){return!0}}},function(y,o,h){"use strict";var n=h(1).default;o.__esModule=!0;var r=h(6),l=n(r);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,h){"use strict";var n=h(1).default;o.__esModule=!0;var r=h(5),l=h(6),c=n(l);o.default=function(p){p.registerHelper("if",function(s,u){if(arguments.length!=2)throw new c.default("#if requires exactly one argument");return r.isFunction(s)&&(s=s.call(this)),!u.hash.includeZero&&!s||r.isEmpty(s)?u.inverse(this):u.fn(this)}),p.registerHelper("unless",function(s,u){if(arguments.length!=2)throw new c.default("#unless requires exactly one argument");return p.helpers.if.call(this,s,{fn:u.inverse,inverse:u.fn,hash:u.hash})})},y.exports=o.default},function(y,o){"use strict";o.__esModule=!0,o.default=function(h){h.registerHelper("log",function(){for(var n=[void 0],r=arguments[arguments.length-1],l=0;l<arguments.length-1;l++)n.push(arguments[l]);var c=1;r.hash.level!=null?c=r.hash.level:r.data&&r.data.level!=null&&(c=r.data.level),n[0]=c,h.log.apply(h,n)})},y.exports=o.default},function(y,o){"use strict";o.__esModule=!0,o.default=function(h){h.registerHelper("lookup",function(n,r,l){return n&&l.lookupProperty(n,r)})},y.exports=o.default},function(y,o,h){"use strict";var n=h(1).default;o.__esModule=!0;var r=h(5),l=h(6),c=n(l);o.default=function(p){p.registerHelper("with",function(s,u){if(arguments.length!=2)throw new c.default("#with requires exactly one argument");r.isFunction(s)&&(s=s.call(this));var g=u.fn;if(r.isEmpty(s))return u.inverse(this);var i=u.data;return u.data&&u.ids&&(i=r.createFrame(u.data),i.contextPath=r.appendContextPath(u.data.contextPath,u.ids[0])),g(s,{data:i,blockParams:r.blockParams([s],[i&&i.contextPath])})})},y.exports=o.default},function(y,o,h){"use strict";function n(p){c.default(p)}var r=h(1).default;o.__esModule=!0,o.registerDefaultDecorators=n;var l=h(31),c=r(l)},function(y,o,h){"use strict";o.__esModule=!0;var n=h(5);o.default=function(r){r.registerDecorator("inline",function(l,c,p,s){var u=l;return c.partials||(c.partials={},u=function(g,i){var m=p.partials;p.partials=n.extend({},m,c.partials);var f=l(g,i);return p.partials=m,f}),c.partials[s.args[0]]=s.fn,u})},y.exports=o.default},function(y,o,h){"use strict";o.__esModule=!0;var n=h(5),r={methodMap:["debug","info","warn","error"],level:"info",lookupLevel:function(l){if(typeof l=="string"){var c=n.indexOf(r.methodMap,l.toLowerCase());l=c>=0?c:parseInt(l,10)}return l},log:function(l){if(l=r.lookupLevel(l),typeof console!="undefined"&&r.lookupLevel(r.level)<=l){var c=r.methodMap[l];console[c]||(c="log");for(var p=arguments.length,s=Array(p>1?p-1:0),u=1;u<p;u++)s[u-1]=arguments[u];console[c].apply(console,s)}}};o.default=r,y.exports=o.default},function(y,o,h){"use strict";function n(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 r(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){d[S]!==!0&&(d[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 p(){u(d).forEach(function(S){delete d[S]})}var s=h(34).default,u=h(13).default,g=h(3).default;o.__esModule=!0,o.createProtoAccessControl=n,o.resultIsAllowed=r,o.resetLoggedProperties=p;var i=h(36),m=h(32),f=g(m),d=s(null)},function(y,o,h){y.exports={default:h(35),__esModule:!0}},function(y,o,h){var n=h(9);y.exports=function(r,l){return n.create(r,l)}},function(y,o,h){"use strict";function n(){for(var c=arguments.length,p=Array(c),s=0;s<c;s++)p[s]=arguments[s];return l.extend.apply(void 0,[r(null)].concat(p))}var r=h(34).default;o.__esModule=!0,o.createNewLookupObject=n;var l=h(5)},function(y,o){"use strict";function h(n){this.string=n}o.__esModule=!0,h.prototype.toString=h.prototype.toHTML=function(){return""+this.string},o.default=h,y.exports=o.default},function(y,o,h){"use strict";function n(R){var C=R&&R[0]||1,O=_.COMPILER_REVISION;if(!(C>=_.LAST_COMPATIBLE_COMPILER_REVISION&&C<=_.COMPILER_REVISION)){if(C<_.LAST_COMPATIBLE_COMPILER_REVISION){var $=_.REVISION_CHANGES[O],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 r(R,C){function O(W,G,U){U.hash&&(G=x.extend({},G,U.hash),U.ids&&(U.ids[0]=!0)),W=C.VM.resolvePartial.call(this,W,G,U);var Y=x.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,he=te.length;ae<he&&(te[ae]||ae+1!==he);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(k,ae,k.helpers,k.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=u(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,k,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,k={strict:function(W,G,U){if(!(W&&G in W))throw new T.default('"'+G+'" not defined in '+W,{loc:U});return k.lookupProperty(W,G)},lookupProperty:function(W,G){var U=W[G];return U==null||Object.prototype.hasOwnProperty.call(W,G)||I.resultIsAllowed(U,k.protoAccessControl,G)?U:void 0},lookup:function(W,G){for(var U=W.length,Y=0;Y<U;Y++){var z=W[Y]&&k.lookupProperty(W[Y],G);if(z!=null)return W[Y][G]}},lambda:function(W,G){return typeof W=="function"?W.call(G):W},escapeExpression:x.escapeExpression,invokePartial:O,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=x.extend({},G,W)),U},nullContext:f({}),noop:C.VM.noop,compilerInfo:R.compiler};return $.isTop=!0,$._setup=function(W){if(W.partial)k.protoAccessControl=W.protoAccessControl,k.helpers=W.helpers,k.partials=W.partials,k.decorators=W.decorators,k.hooks=W.hooks;else{var G=x.extend({},C.helpers,W.helpers);i(G,k),k.helpers=G,R.usePartial&&(k.partials=k.mergeIfNeeded(W.partials,C.partials)),(R.usePartial||R.useDecorators)&&(k.decorators=x.extend({},C.decorators,W.decorators)),k.hooks={},k.protoAccessControl=I.createProtoAccessControl(W);var U=W.allowCallsToHelperMissing||M;b.moveHelperToHooks(k,"helperMissing",U),b.moveHelperToHooks(k,"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(k,W,R[W],G,0,U,Y)},$}function l(R,C,O,$,M,k,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)),O(R,U,R.helpers,R.partials,Y.data||$,k&&[Y.blockParams].concat(k),z)}return G=g(O,G,R,W,$,k),G.program=C,G.depth=W?W.length:0,G.blockParams=M||0,G}function c(R,C,O){return R?R.call||O.name||(O.name=R,R=O.partials[R]):R=O.name==="@partial-block"?O.data["partial-block"]:O.partials[O.name],R}function p(R,C,O){var $=O.data&&O.data["partial-block"];O.partial=!0,O.ids&&(O.data.contextPath=O.ids[0]||O.data.contextPath);var M=void 0;if(O.fn&&O.fn!==s&&function(){O.data=_.createFrame(O.data);var k=O.fn;M=O.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"]=$,k(W,G)},k.partials&&(O.partials=x.extend({},O.partials,k.partials))}(),R===void 0&&M&&(R=M),R===void 0)throw new T.default("The partial "+O.name+" could not be found");if(R instanceof Function)return R(C,O)}function s(){return""}function u(R,C){return C&&"root"in C||(C=C?_.createFrame(C):{},C.root=R),C}function g(R,C,O,$,M,k){if(R.decorator){var W={};C=R.decorator(C,W,O,$&&$[0],M,k,$),x.extend(C,W)}return C}function i(R,C){d(R).forEach(function(O){var $=R[O];R[O]=m($,C)})}function m(R,C){var O=C.lookupProperty;return D.wrapHelper(R,function($){return x.extend({lookupProperty:O},$)})}var f=h(39).default,d=h(13).default,S=h(3).default,v=h(1).default;o.__esModule=!0,o.checkRevision=n,o.template=r,o.wrapProgram=l,o.resolvePartial=c,o.invokePartial=p,o.noop=s;var E=h(5),x=S(E),P=h(6),T=v(P),_=h(4),b=h(10),D=h(43),I=h(33)},function(y,o,h){y.exports={default:h(40),__esModule:!0}},function(y,o,h){h(41),y.exports=h(21).Object.seal},function(y,o,h){var n=h(42);h(18)("seal",function(r){return function(l){return r&&n(l)?r(l):l}})},function(y,o){y.exports=function(h){return typeof h=="object"?h!==null:typeof h=="function"}},function(y,o){"use strict";function h(n,r){if(typeof n!="function")return n;var l=function(){var c=arguments[arguments.length-1];return arguments[arguments.length-1]=r(c),n.apply(this,arguments)};return l}o.__esModule=!0,o.wrapHelper=h},function(y,o){(function(h){"use strict";o.__esModule=!0,o.default=function(n){var r=typeof h!="undefined"?h:window,l=r.Handlebars;n.noConflict=function(){return r.Handlebars===n&&(r.Handlebars=l),n}},y.exports=o.default}).call(o,function(){return this}())},function(y,o){"use strict";o.__esModule=!0;var h={helpers:{helperExpression:function(n){return n.type==="SubExpression"||(n.type==="MustacheStatement"||n.type==="BlockStatement")&&!!(n.params&&n.params.length||n.hash)},scopedId:function(n){return/^\.|this\b/.test(n.original)},simpleId:function(n){return n.parts.length===1&&!h.helpers.scopedId(n)&&!n.depth}}};o.default=h,y.exports=o.default},function(y,o,h){"use strict";function n(S,v){if(S.type==="Program")return S;s.default.yy=d,d.locInfo=function(x){return new d.SourceLocation(v&&v.srcName,x)};var E=s.default.parse(S);return E}function r(S,v){var E=n(S,v),x=new g.default(v);return x.accept(E)}var l=h(1).default,c=h(3).default;o.__esModule=!0,o.parseWithoutProcessing=n,o.parse=r;var p=h(47),s=l(p),u=h(48),g=l(u),i=h(50),m=c(i),f=h(5);o.parser=s.default;var d={};f.extend(d,m)},function(y,o){"use strict";o.__esModule=!0;var h=function(){function n(){this.yy={}}var r={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,p,s,u,g,i,m){var f=i.length-1;switch(g){case 1:return i[f-1];case 2:this.$=u.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:u.stripComment(i[f]),strip:u.stripFlags(i[f],i[f]),loc:u.locInfo(this._$)};break;case 10:this.$={type:"ContentStatement",original:i[f],value:i[f],loc:u.locInfo(this._$)};break;case 11:this.$=u.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.$=u.prepareBlock(i[f-3],i[f-2],i[f-1],i[f],!1,this._$);break;case 14:this.$=u.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:u.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:u.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:u.stripFlags(i[f-5],i[f])};break;case 18:this.$={strip:u.stripFlags(i[f-1],i[f-1]),program:i[f]};break;case 19:var d=u.prepareBlock(i[f-2],i[f-1],i[f],i[f],!1,this._$),S=u.prepareProgram([d],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:u.stripFlags(i[f-2],i[f])};break;case 22:this.$=u.prepareMustache(i[f-3],i[f-2],i[f-1],i[f-4],u.stripFlags(i[f-4],i[f]),this._$);break;case 23:this.$=u.prepareMustache(i[f-3],i[f-2],i[f-1],i[f-4],u.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:u.stripFlags(i[f-4],i[f]),loc:u.locInfo(this._$)};break;case 25:this.$=u.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:u.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:u.locInfo(this._$)};break;case 30:this.$={type:"Hash",pairs:i[f],loc:u.locInfo(this._$)};break;case 31:this.$={type:"HashPair",key:u.id(i[f-2]),value:i[f],loc:u.locInfo(this._$)};break;case 32:this.$=u.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:u.locInfo(this._$)};break;case 36:this.$={type:"NumberLiteral",value:Number(i[f]),original:Number(i[f]),loc:u.locInfo(this._$)};break;case 37:this.$={type:"BooleanLiteral",value:i[f]==="true",original:i[f]==="true",loc:u.locInfo(this._$)};break;case 38:this.$={type:"UndefinedLiteral",original:void 0,value:void 0,loc:u.locInfo(this._$)};break;case 39:this.$={type:"NullLiteral",original:null,value:null,loc:u.locInfo(this._$)};break;case 40:this.$=i[f];break;case 41:this.$=i[f];break;case 42:this.$=u.preparePath(!0,i[f],this._$);break;case 43:this.$=u.preparePath(!1,i[f],this._$);break;case 44:i[f-2].push({part:u.id(i[f]),original:i[f],separator:i[f-1]}),this.$=i[f-2];break;case 45:this.$=[{part:u.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,p){throw new Error(c)},parse:function(c){function p(){var k;return k=s.lexer.lex()||1,typeof k!="number"&&(k=s.symbols_[k]||k),k}var s=this,u=[0],g=[null],i=[],m=this.table,f="",d=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 x=this.lexer.options&&this.lexer.options.ranges;typeof this.yy.parseError=="function"&&(this.parseError=this.yy.parseError);for(var P,T,_,b,D,I,R,C,O,$={};;){if(_=u[u.length-1],this.defaultActions[_]?b=this.defaultActions[_]:(P!==null&&typeof P!="undefined"||(P=p()),b=m[_]&&m[_][P]),typeof b=="undefined"||!b.length||!b[0]){var M="";if(!v){O=[];for(I in m[_])this.terminals_[I]&&I>2&&O.push("'"+this.terminals_[I]+"'");M=this.lexer.showPosition?"Parse error on line "+(d+1)+`:
`+this.lexer.showPosition()+`
Expecting `+O.join(", ")+", got '"+(this.terminals_[P]||P)+"'":"Parse error on line "+(d+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:O})}}if(b[0]instanceof Array&&b.length>1)throw new Error("Parse Error: multiple actions possible at state: "+_+", token: "+P);switch(b[0]){case 1:u.push(P),g.push(this.lexer.yytext),i.push(this.lexer.yylloc),u.push(b[1]),P=null,T?(P=T,T=null):(S=this.lexer.yyleng,f=this.lexer.yytext,d=this.lexer.yylineno,E=this.lexer.yylloc,v>0&&v--);break;case 2:if(R=this.productions_[b[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},x&&($._$.range=[i[i.length-(R||1)].range[0],i[i.length-1].range[1]]),D=this.performAction.call($,f,S,d,this.yy,b[1],g,i),typeof D!="undefined")return D;R&&(u=u.slice(0,-1*R*2),g=g.slice(0,-1*R),i=i.slice(0,-1*R)),u.push(this.productions_[b[1]][0]),g.push($.$),i.push($._$),C=m[u[u.length-2]][u[u.length-1]],u.push(C);break;case 3:return!0}}return!0}},l=function(){var c={EOF:1,parseError:function(p,s){if(!this.yy.parser)throw new Error(p);this.yy.parser.parseError(p,s)},setInput:function(p){return this._input=p,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 p=this._input[0];this.yytext+=p,this.yyleng++,this.offset++,this.match+=p,this.matched+=p;var s=p.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),p},unput:function(p){var s=p.length,u=p.split(/(?:\r\n?|\n)/g);this._input=p+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),u.length-1&&(this.yylineno-=u.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:u?(u.length===g.length?this.yylloc.first_column:0)+g[g.length-u.length].length-u[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(p){this.unput(this.match.slice(p))},pastInput:function(){var p=this.matched.substr(0,this.matched.length-this.match.length);return(p.length>20?"...":"")+p.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var p=this.match;return p.length<20&&(p+=this._input.substr(0,20-p.length)),(p.substr(0,20)+(p.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var p=this.pastInput(),s=new Array(p.length+1).join("-");return p+this.upcomingInput()+`
`+s+"^"},next:function(){if(this.done)return this.EOF;this._input||(this.done=!0);var p,s,u,g,i;this._more||(this.yytext="",this.match="");for(var m=this._currentRules(),f=0;f<m.length&&(u=this._input.match(this.rules[m[f]]),!u||s&&!(u[0].length>s[0].length)||(s=u,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],p=this.performAction.call(this,this.yy,this,m[g],this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),p||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 p=this.next();return typeof p!="undefined"?p:this.lex()},begin:function(p){this.conditionStack.push(p)},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(p){this.begin(p)}};return c.options={},c.performAction=function(p,s,u,g){function i(m,f){return s.yytext=s.yytext.substring(m,s.yyleng-f+m)}switch(u){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 r.lexer=l,n.prototype=r,r.Parser=n,new n}();o.default=h,y.exports=o.default},function(y,o,h){"use strict";function n(){var i=arguments.length<=0||arguments[0]===void 0?{}:arguments[0];this.options=i}function r(i,m,f){m===void 0&&(m=i.length);var d=i[m-1],S=i[m-2];return d?d.type==="ContentStatement"?(S||!f?/\r?\n\s*?$/:/(^|\r?\n)\s*?$/).test(d.original):void 0:f}function l(i,m,f){m===void 0&&(m=-1);var d=i[m+1],S=i[m+2];return d?d.type==="ContentStatement"?(S||!f?/^\s*?\r?\n/:/^\s*?(\r?\n|$)/).test(d.original):void 0:f}function c(i,m,f){var d=i[m==null?0:m+1];if(d&&d.type==="ContentStatement"&&(f||!d.rightStripped)){var S=d.value;d.value=d.value.replace(f?/^\s+/:/^[ \t]*\r?\n?/,""),d.rightStripped=d.value!==S}}function p(i,m,f){var d=i[m==null?i.length-1:m-1];if(d&&d.type==="ContentStatement"&&(f||!d.leftStripped)){var S=d.value;return d.value=d.value.replace(f?/\s+$/:/[ \t]+$/,""),d.leftStripped=d.value!==S,d.leftStripped}}var s=h(1).default;o.__esModule=!0;var u=h(49),g=s(u);n.prototype=new g.default,n.prototype.Program=function(i){var m=!this.options.ignoreStandalone,f=!this.isRootSeen;this.isRootSeen=!0;for(var d=i.body,S=0,v=d.length;S<v;S++){var E=d[S],x=this.accept(E);if(x){var P=r(d,S,f),T=l(d,S,f),_=x.openStandalone&&P,b=x.closeStandalone&&T,D=x.inlineStandalone&&P&&T;x.close&&c(d,S,!0),x.open&&p(d,S,!0),m&&D&&(c(d,S),p(d,S)&&E.type==="PartialStatement"&&(E.indent=/([ \t]+$)/.exec(d[S-1].original)[1])),m&&_&&(c((E.program||E.inverse).body),p(d,S)),m&&b&&(c(d,S),p((E.inverse||E.program).body))}}return i},n.prototype.BlockStatement=n.prototype.DecoratorBlock=n.prototype.PartialBlockStatement=function(i){this.accept(i.program),this.accept(i.inverse);var m=i.program||i.inverse,f=i.program&&i.inverse,d=f,S=f;if(f&&f.chained)for(d=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:r((d||m).body)};if(i.openStrip.close&&c(m.body,null,!0),f){var E=i.inverseStrip;E.open&&p(m.body,null,!0),E.close&&c(d.body,null,!0),i.closeStrip.open&&p(S.body,null,!0),!this.options.ignoreStandalone&&r(m.body)&&l(d.body)&&(p(m.body),c(d.body))}else i.closeStrip.open&&p(m.body,null,!0);return v},n.prototype.Decorator=n.prototype.MustacheStatement=function(i){return i.strip},n.prototype.PartialStatement=n.prototype.CommentStatement=function(i){var m=i.strip||{};return{inlineStandalone:!0,open:m.open,close:m.close}},o.default=n,y.exports=o.default},function(y,o,h){"use strict";function n(){this.parents=[]}function r(g){this.acceptRequired(g,"path"),this.acceptArray(g.params),this.acceptKey(g,"hash")}function l(g){r.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 p=h(1).default;o.__esModule=!0;var s=h(6),u=p(s);n.prototype={constructor:n,mutating:!1,acceptKey:function(g,i){var m=this.accept(g[i]);if(this.mutating){if(m&&!n.prototype[m.type])throw new u.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 u.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 u.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:r,Decorator:r,BlockStatement:l,DecoratorBlock:l,PartialStatement:c,PartialBlockStatement:function(g){c.call(this,g),this.acceptKey(g,"program")},ContentStatement:function(){},CommentStatement:function(){},SubExpression:r,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=n,y.exports=o.default},function(y,o,h){"use strict";function n(E,x){if(x=x.path?x.path.original:x,E.path.original!==x){var P={loc:E.path.loc};throw new v.default(E.path.original+" doesn't match "+x,P)}}function r(E,x){this.source=E,this.start={line:x.first_line,column:x.first_column},this.end={line:x.last_line,column:x.last_column}}function l(E){return/^\[.*\]$/.test(E)?E.substring(1,E.length-1):E}function c(E,x){return{open:E.charAt(2)==="~",close:x.charAt(x.length-3)==="~"}}function p(E){return E.replace(/^\{\{~?!-?-?/,"").replace(/-?-?~?\}\}$/,"")}function s(E,x,P){P=this.locInfo(P);for(var T=E?"@":"",_=[],b=0,D=0,I=x.length;D<I;D++){var R=x[D].part,C=x[D].original!==R;if(T+=(x[D].separator||"")+R,C||R!==".."&&R!=="."&&R!=="this")_.push(R);else{if(_.length>0)throw new v.default("Invalid path: "+T,{loc:P});R===".."&&b++}}return{type:"PathExpression",data:E,depth:b,parts:_,original:T,loc:P}}function u(E,x,P,T,_,b){var D=T.charAt(3)||T.charAt(2),I=D!=="{"&&D!=="&",R=/\*/.test(T);return{type:R?"Decorator":"MustacheStatement",path:E,params:x,hash:P,escaped:I,strip:_,loc:this.locInfo(b)}}function g(E,x,P,T){n(E,P),T=this.locInfo(T);var _={type:"Program",body:x,strip:{},loc:T};return{type:"BlockStatement",path:E.path,params:E.params,hash:E.hash,program:_,openStrip:{},inverseStrip:{},closeStrip:{},loc:T}}function i(E,x,P,T,_,b){T&&T.path&&n(E,T);var D=/\*/.test(E.open);x.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=x,x=_),{type:D?"DecoratorBlock":"BlockStatement",path:E.path,params:E.params,hash:E.hash,program:x,inverse:I,openStrip:E.strip,inverseStrip:R,closeStrip:T&&T.strip,loc:this.locInfo(b)}}function m(E,x){if(!x&&E.length){var P=E[0].loc,T=E[E.length-1].loc;P&&T&&(x={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:x}}function f(E,x,P,T){return n(E,P),{type:"PartialBlockStatement",name:E.path,params:E.params,hash:E.hash,program:x,openStrip:E.strip,closeStrip:P&&P.strip,loc:this.locInfo(T)}}var d=h(1).default;o.__esModule=!0,o.SourceLocation=r,o.id=l,o.stripFlags=c,o.stripComment=p,o.preparePath=s,o.prepareMustache=u,o.prepareRawBlock=g,o.prepareBlock=i,o.prepareProgram=m,o.preparePartialBlock=f;var S=h(6),v=d(S)},function(y,o,h){"use strict";function n(){}function r(v,E,x){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=x.parse(v,E),T=new x.Compiler().compile(P,E);return new x.JavaScriptCompiler().compile(T,E)}function l(v,E,x){function P(){var b=x.parse(v,E),D=new x.Compiler().compile(b,E),I=new x.JavaScriptCompiler().compile(D,E,void 0,!0);return x.template(I)}function T(b,D){return _||(_=P()),_.call(this,b,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(b){return _||(_=P()),_._setup(b)},T._child=function(b,D,I,R){return _||(_=P()),_._child(b,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 x=0;x<v.length;x++)if(!c(v[x],E[x]))return!1;return!0}}function p(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=h(34).default,u=h(1).default;o.__esModule=!0,o.Compiler=n,o.precompile=r,o.compile=l;var g=h(6),i=u(g),m=h(5),f=h(45),d=u(f),S=[].slice;n.prototype={compiler:n,equals:function(v){var E=this.opcodes.length;if(v.opcodes.length!==E)return!1;for(var x=0;x<E;x++){var P=this.opcodes[x],T=v.opcodes[x];if(P.opcode!==T.opcode||!c(P.args,T.args))return!1}E=this.children.length;for(var x=0;x<E;x++)if(!this.children[x].equals(v.children[x]))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,x=E.compile(v,this.options),P=this.guid++;return this.usePartial=this.usePartial||x.usePartial,this.children[P]=x,this.useDepths=this.useDepths||x.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,x=E.length,P=0;P<x;P++)this.accept(E[P]);return this.options.blockParams.shift(),this.isSimple=x===1,this.blockParams=v.blockParams?v.blockParams.length:0,this},BlockStatement:function(v){p(v);var E=v.program,x=v.inverse;E=E&&this.compileProgram(E),x=x&&this.compileProgram(x);var P=this.classifySexpr(v);P==="helper"?this.helperSexpr(v,E,x):P==="simple"?(this.simpleSexpr(v),this.opcode("pushProgram",E),this.opcode("pushProgram",x),this.opcode("emptyHash"),this.opcode("blockValue",v.path.original)):(this.ambiguousSexpr(v,E,x),this.opcode("pushProgram",E),this.opcode("pushProgram",x),this.opcode("emptyHash"),this.opcode("ambiguousBlockValue")),this.opcode("append")},DecoratorBlock:function(v){var E=v.program&&this.compileProgram(v.program),x=this.setupFullMustacheParams(v,E,void 0),P=v.path;this.useDecorators=!0,this.opcode("registerDecorator",x.length,P.original)},PartialStatement:function(v){this.usePartial=!0;var E=v.program;E&&(E=this.compileProgram(v.program));var x=v.params;if(x.length>1)throw new i.default("Unsupported number of partial arguments: "+x.length,v);x.length||(this.options.explicitPartialContext?this.opcode("pushLiteral","undefined"):x.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){p(v);var E=this.classifySexpr(v);E==="simple"?this.simpleSexpr(v):E==="helper"?this.helperSexpr(v):this.ambiguousSexpr(v)},ambiguousSexpr:function(v,E,x){var P=v.path,T=P.parts[0],_=E!=null||x!=null;this.opcode("getContext",P.depth),this.opcode("pushProgram",E),this.opcode("pushProgram",x),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,x){var P=this.setupFullMustacheParams(v,E,x),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,d.default.helpers.simpleId(T))}},PathExpression:function(v){this.addDepth(v.depth),this.opcode("getContext",v.depth);var E=v.parts[0],x=d.default.helpers.scopedId(v),P=!v.depth&&!x&&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,x):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,x=0,P=E.length;for(this.opcode("pushHash");x<P;x++)this.pushParam(E[x].value);for(;x--;)this.opcode("assignToHash",E[x].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=d.default.helpers.simpleId(v.path),x=E&&!!this.blockParamIndex(v.path.parts[0]),P=!x&&d.default.helpers.helperExpression(v),T=!x&&(P||E);if(T&&!P){var _=v.path.parts[0],b=this.options;b.knownHelpers[_]?P=!0:b.knownHelpersOnly&&(T=!1)}return P?"helper":T?"ambiguous":"simple"},pushParams:function(v){for(var E=0,x=v.length;E<x;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 x=void 0;if(!v.parts||d.default.helpers.scopedId(v)||v.depth||(x=this.blockParamIndex(v.parts[0])),x){var P=v.parts.slice(1).join(".");this.opcode("pushId","BlockParam",x,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,x,P){var T=v.params;return this.pushParams(T),this.opcode("pushProgram",E),this.opcode("pushProgram",x),v.hash?this.accept(v.hash):this.opcode("emptyHash",P),T},blockParamIndex:function(v){for(var E=0,x=this.options.blockParams.length;E<x;E++){var P=this.options.blockParams[E],T=P&&m.indexOf(P,v);if(P&&T>=0)return[E,T]}}}},function(y,o,h){"use strict";function n(d){this.value=d}function r(){}function l(d,S,v,E){var x=S.popStack(),P=0,T=v.length;for(d&&T--;P<T;P++)x=S.nameLookup(x,v[P],E);return d?[S.aliasable("container.strict"),"(",x,", ",S.quotedString(v[P]),", ",JSON.stringify(S.source.currentLocation)," )"]:x}var c=h(13).default,p=h(1).default;o.__esModule=!0;var s=h(4),u=h(6),g=p(u),i=h(5),m=h(53),f=p(m);r.prototype={nameLookup:function(d,S){return this.internalNameLookup(d,S)},depthedLookup:function(d){return[this.aliasable("container.lookup"),"(depths, ",JSON.stringify(d),")"]},compilerInfo:function(){var d=s.COMPILER_REVISION,S=s.REVISION_CHANGES[d];return[d,S]},appendToBuffer:function(d,S,v){return i.isArray(d)||(d=[d]),d=this.source.wrap(d,S),this.environment.isSimple?["return ",d,";"]:v?["buffer += ",d,";"]:(d.appendToBuffer=!0,d)},initializeBuffer:function(){return this.quotedString("")},internalNameLookup:function(d,S){return this.lookupPropertyFunctionIsUsed=!0,["lookupProperty(",d,",",JSON.stringify(S),")"]},lookupPropertyFunctionIsUsed:!1,compile:function(d,S,v,E){this.environment=d,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(d,S),this.useDepths=this.useDepths||d.useDepths||d.useDecorators||this.options.compat,this.useBlockParams=this.useBlockParams||d.useBlockParams;var x=d.opcodes,P=void 0,T=void 0,_=void 0,b=void 0;for(_=0,b=x.length;_<b;_++)P=x[_],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,O=R.decorators;for(_=0,b=C.length;_<b;_++)C[_]&&(I[_]=C[_],O[_]&&(I[_+"_d"]=O[_],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(d){var S=this,v="",E=this.stackVars.concat(this.registers.list);E.length>0&&(v+=", "+E.join(", "));var x=0;c(this.aliases).forEach(function(_){var b=S.aliases[_];b.children&&b.referenceCount>1&&(v+=", alias"+ ++x+"="+_,b.children[0]="alias"+x)}),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 d?(P.push(T),Function.apply(this,P)):this.source.wrap(["function(",P.join(","),`) {
`,T,"}"])},mergeSource:function(d){var S=this.environment.isSimple,v=!this.forceBuffer,E=void 0,x=void 0,P=void 0,T=void 0;return this.source.each(function(_){_.appendToBuffer?(P?_.prepend(" + "):P=_,T=_):(P&&(x?P.prepend("buffer += "):E=!0,T.add(";"),P=T=void 0),x=!0,S||(v=!1))}),v?P?(P.prepend("return "),T.add(";")):x||this.source.push('return "";'):(d+=", buffer = "+(E?"":this.initializeBuffer()),P?(P.prepend("return buffer + "),T.add(";")):this.source.push("return buffer;")),d&&this.source.prepend("var "+d.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(d){var S=this.aliasable("container.hooks.blockHelperMissing"),v=[this.contextName(0)];this.setupHelperArgs(d,0,v);var E=this.popStack();v.splice(1,0,E),this.push(this.source.functionCall(S,"call",v))},ambiguousBlockValue:function(){var d=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(d,"call",S),"}"])},appendContent:function(d){this.pendingContent?d=this.pendingContent+d:this.pendingLocation=this.source.currentLocation,this.pendingContent=d},append:function(){if(this.isInline())this.replaceStack(function(S){return[" != null ? ",S,' : ""']}),this.pushSource(this.appendToBuffer(this.popStack()));else{var d=this.popStack();this.pushSource(["if (",d," != null) { ",this.appendToBuffer(d,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(d){this.lastContext=d},pushContext:function(){this.pushStackLiteral(this.contextName(this.lastContext))},lookupOnContext:function(d,S,v,E){var x=0;E||!this.options.compat||this.lastContext?this.pushContext():this.push(this.depthedLookup(d[x++])),this.resolvePath("context",d,x,S,v)},lookupBlockParam:function(d,S){this.useBlockParams=!0,this.push(["blockParams[",d[0],"][",d[1],"]"]),this.resolvePath("context",S,1)},lookupData:function(d,S,v){d?this.pushStackLiteral("container.data(data, "+d+")"):this.pushStackLiteral("data"),this.resolvePath("data",S,0,!0,v)},resolvePath:function(d,S,v,E,x){var P=this;if(this.options.strict||this.options.assumeObjects)return void this.push(l(this.options.strict&&x,this,S,d));for(var T=S.length;v<T;v++)this.replaceStack(function(_){var b=P.nameLookup(_,S[v],d);return E?[" && ",b]:[" != null ? ",b," : ",_]})},resolvePossibleLambda:function(){this.push([this.aliasable("container.lambda"),"(",this.popStack(),", ",this.contextName(0),")"])},pushStringParam:function(d,S){this.pushContext(),this.pushString(S),S!=="SubExpression"&&(typeof d=="string"?this.pushString(d):this.pushStackLiteral(d))},emptyHash:function(d){this.trackIds&&this.push("{}"),this.stringParams&&(this.push("{}"),this.push("{}")),this.pushStackLiteral(d?"undefined":"{}")},pushHash:function(){this.hash&&this.hashes.push(this.hash),this.hash={values:{},types:[],contexts:[],ids:[]}},popHash:function(){var d=this.hash;this.hash=this.hashes.pop(),this.trackIds&&this.push(this.objectLiteral(d.ids)),this.stringParams&&(this.push(this.objectLiteral(d.contexts)),this.push(this.objectLiteral(d.types))),this.push(this.objectLiteral(d.values))},pushString:function(d){this.pushStackLiteral(this.quotedString(d))},pushLiteral:function(d){this.pushStackLiteral(d)},pushProgram:function(d){d!=null?this.pushStackLiteral(this.programExpression(d)):this.pushStackLiteral(null)},registerDecorator:function(d,S){var v=this.nameLookup("decorators",S,"decorator"),E=this.setupHelperArgs(S,d);this.decorators.push(["fn = ",this.decorators.functionCall(v,"",["fn","props","container",E])," || fn;"])},invokeHelper:function(d,S,v){var E=this.popStack(),x=this.setupHelper(d,S),P=[];v&&P.push(x.name),P.push(E),this.options.strict||P.push(this.aliasable("container.hooks.helperMissing"));var T=["(",this.itemsSeparatedBy(P,"||"),")"],_=this.source.functionCall(T,"call",x.callParams);this.push(_)},itemsSeparatedBy:function(d,S){var v=[];v.push(d[0]);for(var E=1;E<d.length;E++)v.push(S,d[E]);return v},invokeKnownHelper:function(d,S){var v=this.setupHelper(d,S);this.push(this.source.functionCall(v.name,"call",v.callParams))},invokeAmbiguous:function(d,S){this.useRegister("helper");var v=this.popStack();this.emptyHash();var E=this.setupHelper(0,d,S),x=this.lastHelper=this.nameLookup("helpers",d,"helper"),P=["(","(helper = ",x," || ",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(d,S,v){var E=[],x=this.setupParams(S,1,E);d&&(S=this.popStack(),delete x.name),v&&(x.indent=JSON.stringify(v)),x.helpers="helpers",x.partials="partials",x.decorators="container.decorators",d?E.unshift(S):E.unshift(this.nameLookup("partials",S,"partial")),this.options.compat&&(x.depths="depths"),x=this.objectLiteral(x),E.push(x),this.push(this.source.functionCall("container.invokePartial","",E))},assignToHash:function(d){var S=this.popStack(),v=void 0,E=void 0,x=void 0;this.trackIds&&(x=this.popStack()),this.stringParams&&(E=this.popStack(),v=this.popStack());var P=this.hash;v&&(P.contexts[d]=v),E&&(P.types[d]=E),x&&(P.ids[d]=x),P.values[d]=S},pushId:function(d,S,v){d==="BlockParam"?this.pushStackLiteral("blockParams["+S[0]+"].path["+S[1]+"]"+(v?" + "+JSON.stringify("."+v):"")):d==="PathExpression"?this.pushString(S):d==="SubExpression"?this.pushStackLiteral("true"):this.pushStackLiteral("null")},compiler:r,compileChildren:function(d,S){for(var v=d.children,E=void 0,x=void 0,P=0,T=v.length;P<T;P++){E=v[P],x=new this.compiler;var _=this.matchExistingProgram(E);if(_==null){this.context.programs.push("");var b=this.context.programs.length;E.index=b,E.name="program"+b,this.context.programs[b]=x.compile(E,S,this.context,!this.precompile),this.context.decorators[b]=x.decorators,this.context.environments[b]=E,this.useDepths=this.useDepths||x.useDepths,this.useBlockParams=this.useBlockParams||x.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(d){for(var S=0,v=this.context.environments.length;S<v;S++){var E=this.context.environments[S];if(E&&E.equals(d))return E}},programExpression:function(d){var S=this.environment.children[d],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(d){this.registers[d]||(this.registers[d]=!0,this.registers.list.push(d))},push:function(d){return d instanceof n||(d=this.source.wrap(d)),this.inlineStack.push(d),d},pushStackLiteral:function(d){this.push(new n(d))},pushSource:function(d){this.pendingContent&&(this.source.push(this.appendToBuffer(this.source.quotedString(this.pendingContent),this.pendingLocation)),this.pendingContent=void 0),d&&this.source.push(d)},replaceStack:function(d){var S=["("],v=void 0,E=void 0,x=void 0;if(!this.isInline())throw new g.default("replaceStack on non-inline");var P=this.popStack(!0);if(P instanceof n)v=[P.value],S=["(",v],x=!0;else{E=!0;var T=this.incrStack();S=["((",this.push(T)," = ",P,")"],v=this.topStack()}var _=d.call(this,v);x||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 d=this.inlineStack;this.inlineStack=[];for(var S=0,v=d.length;S<v;S++){var E=d[S];if(E instanceof n)this.compileStack.push(E);else{var x=this.incrStack();this.pushSource([x," = ",E,";"]),this.compileStack.push(x)}}},isInline:function(){return this.inlineStack.length},popStack:function(d){var S=this.isInline(),v=(S?this.inlineStack:this.compileStack).pop();if(!d&&v instanceof n)return v.value;if(!S){if(!this.stackSlot)throw new g.default("Invalid stack pop");this.stackSlot--}return v},topStack:function(){var d=this.isInline()?this.inlineStack:this.compileStack,S=d[d.length-1];return S instanceof n?S.value:S},contextName:function(d){return this.useDepths&&d?"depths["+d+"]":"depth"+d},quotedString:function(d){return this.source.quotedString(d)},objectLiteral:function(d){return this.source.objectLiteral(d)},aliasable:function(d){var S=this.aliases[d];return S?(S.referenceCount++,S):(S=this.aliases[d]=this.source.wrap(d),S.aliasable=!0,S.referenceCount=1,S)},setupHelper:function(d,S,v){var E=[],x=this.setupHelperArgs(S,d,E,v),P=this.nameLookup("helpers",S,"helper"),T=this.aliasable(this.contextName(0)+" != null ? "+this.contextName(0)+" : (container.nullContext || {})");return{params:E,paramsInit:x,name:P,callParams:[T].concat(E)}},setupParams:function(d,S,v){var E={},x=[],P=[],T=[],_=!v,b=void 0;_&&(v=[]),E.name=this.quotedString(d),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--;)b=this.popStack(),v[R]=b,this.trackIds&&(T[R]=this.popStack()),this.stringParams&&(P[R]=this.popStack(),x[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(x)),this.options.data&&(E.data="data"),this.useBlockParams&&(E.blockParams="blockParams"),E},setupHelperArgs:function(d,S,v,E){var x=this.setupParams(d,S,v);return x.loc=JSON.stringify(this.source.currentLocation),x=this.objectLiteral(x),E?(this.useRegister("options"),v.push("options"),["options=",x]):v?(v.push(x),""):x}},function(){for(var d="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=r.RESERVED_WORDS={},v=0,E=d.length;v<E;v++)S[d[v]]=!0}(),r.isValidJavaScriptVariableName=function(d){return!r.RESERVED_WORDS[d]&&/^[a-zA-Z_$][0-9a-zA-Z_$]*$/.test(d)},o.default=r,y.exports=o.default},function(y,o,h){"use strict";function n(s,u,g){if(c.isArray(s)){for(var i=[],m=0,f=s.length;m<f;m++)i.push(u.wrap(s[m],g));return i}return typeof s=="boolean"||typeof s=="number"?s+"":s}function r(s){this.srcFile=s,this.source=[]}var l=h(13).default;o.__esModule=!0;var c=h(5),p=void 0;try{}catch(s){}p||(p=function(s,u,g,i){this.src="",i&&this.add(i)},p.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}}),r.prototype={isEmpty:function(){return!this.source.length},prepend:function(s,u){this.source.unshift(this.wrap(s,u))},push:function(s,u){this.source.push(this.wrap(s,u))},merge:function(){var s=this.empty();return this.each(function(u){s.add([" ",u,`
`])}),s},each:function(s){for(var u=0,g=this.source.length;u<g;u++)s(this.source[u])},empty:function(){var s=this.currentLocation||{start:{}};return new p(s.start.line,s.start.column,this.srcFile)},wrap:function(s){var u=arguments.length<=1||arguments[1]===void 0?this.currentLocation||{start:{}}:arguments[1];return s instanceof p?s:(s=n(s,this,u),new p(u.start.line,u.start.column,this.srcFile,s))},functionCall:function(s,u,g){return g=this.generateList(g),this.wrap([s,u?"."+u+"(":"(",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 u=this,g=[];l(s).forEach(function(m){var f=n(s[m],u);f!=="undefined"&&g.push([u.quotedString(m),":",f])});var i=this.generateList(g);return i.prepend("{"),i.add("}"),i},generateList:function(s){for(var u=this.empty(),g=0,i=s.length;g<i;g++)g&&u.add(","),u.add(n(s[g],this));return u},generateArray:function(s){var u=this.generateList(s);return u.prepend("["),u.add("]"),u}},o.default=r,y.exports=o.default}])})},9475:(w,y,o)=>{var h;/*!
* 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(n){var r,l,c,p,s,u,g,i,m,f,d,S,v,E,x,P,T,_,b,D="sizzle"+1*new Date,I=n.document,R=0,C=0,O=tr(),$=tr(),M=tr(),k=tr(),W=function(F,H){return F===H&&(d=!0),0},G={}.hasOwnProperty,U=[],Y=U.pop,z=U.push,te=U.push,ae=U.slice,he=function(F,H){for(var V=0,ne=F.length;V<ne;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+"|>"),Bt=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,kr=/^(?:input|select|textarea|button)$/i,Pt=/^h\d$/i,Yt=/^[^{]+\{\s*\[native \w/,mr=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,Ft=/[+~]/,pt=new RegExp("\\\\[\\da-fA-F]{1,6}"+ye+"?|\\\\([^\\r\\n\\f])","g"),dt=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))},xr=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,tn=function(F,H){return H?F==="\0"?"\uFFFD":F.slice(0,-1)+"\\"+F.charCodeAt(F.length-1).toString(16)+" ":"\\"+F},er=function(){S()},vn=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 ne=H.length,Z=0;H[ne++]=V[Z++];);H.length=ne-1}}}function tt(F,H,V,ne){var Z,ie,oe,Se,_e,Oe,Le,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(!ne&&(S(H),H=H||v,x)){if(Ze!==11&&(_e=mr.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))&&b(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&&!k[F+" "]&&(!P||!P.test(F))&&(Ze!==1||H.nodeName.toLowerCase()!=="object")){if(Le=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(xr,tn):H.setAttribute("id",Se=D)),Oe=u(F),ie=Oe.length;ie--;)Oe[ie]=(Se?"#"+Se:":scope")+" "+ke(Oe[ie]);Le=Oe.join(",")}try{return te.apply(V,Me.querySelectorAll(Le)),V}catch(at){k(F,!0)}finally{Se===D&&H.removeAttribute("id")}}}return i(F.replace(Nt,"$1"),H,V,ne)}function tr(){var F=[];function H(V,ne){return F.push(V+" ")>c.cacheLength&&delete H[F.shift()],H[V+" "]=ne}return H}function Mt(F){return F[D]=!0,F}function de(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("|"),ne=V.length;ne--;)c.attrHandle[V[ne]]=H}function fe(F,H){var V=H&&F,ne=V&&F.nodeType===1&&H.nodeType===1&&F.sourceIndex-H.sourceIndex;if(ne)return ne;if(V){for(;V=V.nextSibling;)if(V===H)return-1}return F?1:-1}function xe(F){return function(H){var V=H.nodeName.toLowerCase();return V==="input"&&H.type===F}}function re(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&&vn(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,ne){for(var Z,ie=F([],V.length,H),oe=ie.length;oe--;)V[Z=ie[oe]]&&(V[Z]=!(ne[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,ne=F?F.ownerDocument||F:I;return ne==v||ne.nodeType!==9||!ne.documentElement||(v=ne,E=v.documentElement,x=!s(v),I!=v&&(V=v.defaultView)&&V.top!==V&&(V.addEventListener?V.addEventListener("unload",er,!1):V.attachEvent&&V.attachEvent("onunload",er)),l.scope=de(function(Z){return E.appendChild(Z).appendChild(v.createElement("div")),typeof Z.querySelectorAll!="undefined"&&!Z.querySelectorAll(":scope fieldset div").length}),l.attributes=de(function(Z){return Z.className="i",!Z.getAttribute("className")}),l.getElementsByTagName=de(function(Z){return Z.appendChild(v.createComment("")),!Z.getElementsByTagName("*").length}),l.getElementsByClassName=Yt.test(v.getElementsByClassName),l.getById=de(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(pt,dt);return function(oe){return oe.getAttribute("id")===ie}},c.find.ID=function(Z,ie){if(typeof ie.getElementById!="undefined"&&x){var oe=ie.getElementById(Z);return oe?[oe]:[]}}):(c.filter.ID=function(Z){var ie=Z.replace(pt,dt);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"&&x){var oe,Se,_e,Oe=ie.getElementById(Z);if(Oe){if(oe=Oe.getAttributeNode("id"),oe&&oe.value===Z)return[Oe];for(_e=ie.getElementsByName(Z),Se=0;Oe=_e[Se++];)if(oe=Oe.getAttributeNode("id"),oe&&oe.value===Z)return[Oe]}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,Oe=ie.getElementsByTagName(Z);if(Z==="*"){for(;oe=Oe[_e++];)oe.nodeType===1&&Se.push(oe);return Se}return Oe},c.find.CLASS=l.getElementsByClassName&&function(Z,ie){if(typeof ie.getElementsByClassName!="undefined"&&x)return ie.getElementsByClassName(Z)},T=[],P=[],(l.qsa=Yt.test(v.querySelectorAll))&&(de(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]")}),de(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))&&de(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),b=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 d=!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&&b(I,Z)?-1:ie==v||ie.ownerDocument==I&&b(I,ie)?1:f?he(f,Z)-he(f,ie):0:oe&4?-1:1)}:function(Z,ie){if(Z===ie)return d=!0,0;var oe,Se=0,_e=Z.parentNode,Oe=ie.parentNode,Le=[Z],Me=[ie];if(!_e||!Oe)return Z==v?-1:ie==v?1:_e?-1:Oe?1:f?he(f,Z)-he(f,ie):0;if(_e===Oe)return fe(Z,ie);for(oe=Z;oe=oe.parentNode;)Le.unshift(oe);for(oe=ie;oe=oe.parentNode;)Me.unshift(oe);for(;Le[Se]===Me[Se];)Se++;return Se?fe(Le[Se],Me[Se]):Le[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&&x&&!k[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(ne){k(H,!0)}return tt(H,v,null,[F]).length>0},tt.contains=function(F,H){return(F.ownerDocument||F)!=v&&S(F),b(F,H)},tt.attr=function(F,H){(F.ownerDocument||F)!=v&&S(F);var V=c.attrHandle[H.toLowerCase()],ne=V&&G.call(c.attrHandle,H.toLowerCase())?V(F,H,!x):void 0;return ne!==void 0?ne:l.attributes||!x?F.getAttribute(H):(ne=F.getAttributeNode(H))&&ne.specified?ne.value:null},tt.escape=function(F){return(F+"").replace(xr,tn)},tt.error=function(F){throw new Error("Syntax error, unrecognized expression: "+F)},tt.uniqueSort=function(F){var H,V=[],ne=0,Z=0;if(d=!l.detectDuplicates,f=!l.sortStable&&F.slice(0),F.sort(W),d){for(;H=F[Z++];)H===F[Z]&&(ne=V.push(Z));for(;ne--;)F.splice(V[ne],1)}return f=null,F},p=tt.getText=function(F){var H,V="",ne=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+=p(F)}else if(Z===3||Z===4)return F.nodeValue}else for(;H=F[ne++];)V+=p(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(pt,dt),F[3]=(F[3]||F[4]||F[5]||"").replace(pt,dt),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&&Bt.test(V)&&(H=u(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(pt,dt).toLowerCase();return F==="*"?function(){return!0}:function(V){return V.nodeName&&V.nodeName.toLowerCase()===H}},CLASS:function(F){var H=O[F+" "];return H||(H=new RegExp("(^|"+ye+")"+F+"("+ye+"|$)"))&&O(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(ne){var Z=tt.attr(ne,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,ne,Z){var ie=F.slice(0,3)!=="nth",oe=F.slice(-4)!=="last",Se=H==="of-type";return ne===1&&Z===0?function(_e){return!!_e.parentNode}:function(_e,Oe,Le){var Me,Ze,at,Fe,_t,Tt,ve=ie!==oe?"nextSibling":"previousSibling",le=_e.parentNode,Ae=Se&&_e.nodeName.toLowerCase(),be=!Le&&!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&&be){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(be&&(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&&(be&&(at=Fe[D]||(Fe[D]={}),Ze=at[Fe.uniqueID]||(at[Fe.uniqueID]={}),Ze[F]=[R,Ie]),Fe===_e)););return Ie-=Z,Ie===ne||Ie%ne===0&&Ie/ne>=0}}},PSEUDO:function(F,H){var V,ne=c.pseudos[F]||c.setFilters[F.toLowerCase()]||tt.error("unsupported pseudo: "+F);return ne[D]?ne(H):ne.length>1?(V=[F,F,"",H],c.setFilters.hasOwnProperty(F.toLowerCase())?Mt(function(Z,ie){for(var oe,Se=ne(Z,H),_e=Se.length;_e--;)oe=he(Z,Se[_e]),Z[oe]=!(ie[oe]=Se[_e])}):function(Z){return ne(Z,0,V)}):ne}},pseudos:{not:Mt(function(F){var H=[],V=[],ne=g(F.replace(Nt,"$1"));return ne[D]?Mt(function(Z,ie,oe,Se){for(var _e,Oe=ne(Z,null,Se,[]),Le=Z.length;Le--;)(_e=Oe[Le])&&(Z[Le]=!(ie[Le]=_e))}):function(Z,ie,oe){return H[0]=Z,ne(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(pt,dt),function(H){return(H.textContent||p(H)).indexOf(F)>-1}}),lang:Mt(function(F){return Je.test(F||"")||tt.error("unsupported lang: "+F),F=F.replace(pt,dt).toLowerCase(),function(H){var V;do if(V=x?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=n.location&&n.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 kr.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 ne=V<0?V+H:V>H?H:V;--ne>=0;)F.push(ne);return F}),gt:ce(function(F,H,V){for(var ne=V<0?V+H:V;++ne<H;)F.push(ne);return F})}},c.pseudos.nth=c.pseudos.eq;for(r in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})c.pseudos[r]=xe(r);for(r in{submit:!0,reset:!0})c.pseudos[r]=re(r);function Re(){}Re.prototype=c.filters=c.pseudos,c.setFilters=new Re,u=tt.tokenize=function(F,H){var V,ne,Z,ie,oe,Se,_e,Oe=$[F+" "];if(Oe)return H?0:Oe.slice(0);for(oe=F,Se=[],_e=c.preFilter;oe;){(!V||(ne=Rt.exec(oe)))&&(ne&&(oe=oe.slice(ne[0].length)||oe),Se.push(Z=[])),V=!1,(ne=Gt.exec(oe))&&(V=ne.shift(),Z.push({value:V,type:ne[0].replace(Nt," ")}),oe=oe.slice(V.length));for(ie in c.filter)(ne=et[ie].exec(oe))&&(!_e[ie]||(ne=_e[ie](ne)))&&(V=ne.shift(),Z.push({value:V,type:ie,matches:ne}),oe=oe.slice(V.length));if(!V)break}return H?oe.length:oe?tt.error(F):$(F,Se).slice(0)};function ke(F){for(var H=0,V=F.length,ne="";H<V;H++)ne+=F[H].value;return ne}function Ce(F,H,V){var ne=H.dir,Z=H.next,ie=Z||ne,oe=V&&ie==="parentNode",Se=C++;return H.first?function(_e,Oe,Le){for(;_e=_e[ne];)if(_e.nodeType===1||oe)return F(_e,Oe,Le);return!1}:function(_e,Oe,Le){var Me,Ze,at,Fe=[R,Se];if(Le){for(;_e=_e[ne];)if((_e.nodeType===1||oe)&&F(_e,Oe,Le))return!0}else for(;_e=_e[ne];)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[ne]||_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,Oe,Le))return!0}return!1}}function De(F){return F.length>1?function(H,V,ne){for(var Z=F.length;Z--;)if(!F[Z](H,V,ne))return!1;return!0}:F[0]}function Be(F,H,V){for(var ne=0,Z=H.length;ne<Z;ne++)tt(F,H[ne],V);return V}function Ge(F,H,V,ne,Z){for(var ie,oe=[],Se=0,_e=F.length,Oe=H!=null;Se<_e;Se++)(ie=F[Se])&&(!V||V(ie,ne,Z))&&(oe.push(ie),Oe&&H.push(Se));return oe}function it(F,H,V,ne,Z,ie){return ne&&!ne[D]&&(ne=it(ne)),Z&&!Z[D]&&(Z=it(Z,ie)),Mt(function(oe,Se,_e,Oe){var Le,Me,Ze,at=[],Fe=[],_t=Se.length,Tt=oe||Be(H||"*",_e.nodeType?[_e]:_e,[]),ve=F&&(oe||!H)?Ge(Tt,at,F,_e,Oe):Tt,le=V?Z||(oe?F:_t||ne)?[]:Se:ve;if(V&&V(ve,le,_e,Oe),ne)for(Le=Ge(le,Fe),ne(Le,[],_e,Oe),Me=Le.length;Me--;)(Ze=Le[Me])&&(le[Fe[Me]]=!(ve[Fe[Me]]=Ze));if(oe){if(Z||F){if(Z){for(Le=[],Me=le.length;Me--;)(Ze=le[Me])&&Le.push(ve[Me]=Ze);Z(null,le=[],Le,Oe)}for(Me=le.length;Me--;)(Ze=le[Me])&&(Le=Z?he(oe,Ze):at[Me])>-1&&(oe[Le]=!(Se[Le]=Ze))}}else le=Ge(le===Se?le.splice(_t,le.length):le),Z?Z(null,Se,le,Oe):te.apply(Se,le)})}function xt(F){for(var H,V,ne,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),Oe=Ce(function(Me){return he(H,Me)>-1},oe,!0),Le=[function(Me,Ze,at){var Fe=!ie&&(at||Ze!==m)||((H=Ze).nodeType?_e(Me,Ze,at):Oe(Me,Ze,at));return H=null,Fe}];Se<Z;Se++)if(V=c.relative[F[Se].type])Le=[Ce(De(Le),V)];else{if(V=c.filter[F[Se].type].apply(null,F[Se].matches),V[D]){for(ne=++Se;ne<Z&&!c.relative[F[ne].type];ne++);return it(Se>1&&De(Le),Se>1&&ke(F.slice(0,Se-1).concat({value:F[Se-2].type===" "?"*":""})).replace(Nt,"$1"),V,Se<ne&&xt(F.slice(Se,ne)),ne<Z&&xt(F=F.slice(ne)),ne<Z&&ke(F))}Le.push(V)}return De(Le)}function Ve(F,H){var V=H.length>0,ne=F.length>0,Z=function(ie,oe,Se,_e,Oe){var Le,Me,Ze,at=0,Fe="0",_t=ie&&[],Tt=[],ve=m,le=ie||ne&&c.find.TAG("*",Oe),Ae=R+=ve==null?1:Math.random()||.1,be=le.length;for(Oe&&(m=oe==v||oe||Oe);Fe!==be&&(Le=le[Fe])!=null;Fe++){if(ne&&Le){for(Me=0,!oe&&Le.ownerDocument!=v&&(S(Le),Se=!x);Ze=F[Me++];)if(Ze(Le,oe||v,Se)){_e.push(Le);break}Oe&&(R=Ae)}V&&((Le=!Ze&&Le)&&at--,ie&&_t.push(Le))}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),Oe&&!ie&&Tt.length>0&&at+H.length>1&&tt.uniqueSort(_e)}return Oe&&(R=Ae,m=ve),_t};return V?Mt(Z):Z}g=tt.compile=function(F,H){var V,ne=[],Z=[],ie=M[F+" "];if(!ie){for(H||(H=u(F)),V=H.length;V--;)ie=xt(H[V]),ie[D]?ne.push(ie):Z.push(ie);ie=M(F,Ve(Z,ne)),ie.selector=F}return ie},i=tt.select=function(F,H,V,ne){var Z,ie,oe,Se,_e,Oe=typeof F=="function"&&F,Le=!ne&&u(F=Oe.selector||F);if(V=V||[],Le.length===1){if(ie=Le[0]=Le[0].slice(0),ie.length>2&&(oe=ie[0]).type==="ID"&&H.nodeType===9&&x&&c.relative[ie[1].type]){if(H=(c.find.ID(oe.matches[0].replace(pt,dt),H)||[])[0],H)Oe&&(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])&&(ne=_e(oe.matches[0].replace(pt,dt),Ft.test(ie[0].type)&&Ee(H.parentNode)||H))){if(ie.splice(Z,1),F=ne.length&&ke(ie),!F)return te.apply(V,ne),V;break}}return(Oe||g(F,Le))(ne,H,!x,V,!H||Ft.test(F)&&Ee(H.parentNode)||H),V},l.sortStable=D.split("").sort(W).join("")===D,l.detectDuplicates=!!d,S(),l.sortDetached=de(function(F){return F.compareDocumentPosition(v.createElement("fieldset"))&1}),de(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||!de(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}),de(function(F){return F.getAttribute("disabled")==null})||q(Q,function(F,H,V){var ne;if(!V)return F[H]===!0?H.toLowerCase():(ne=F.getAttributeNode(H))&&ne.specified?ne.value:null});var yt=n.Sizzle;tt.noConflict=function(){return n.Sizzle===tt&&(n.Sizzle=yt),tt},h=function(){return tt}.call(y,o,y,w),h!==void 0&&(w.exports=h)})(window)},5547:(w,y,o)=>{var h,n;h=[o(264),o(5422),o(4995),o(3153),o(2954),o(6880),o(4330),o(7116),o(5535),o(1188),o(1210),o(8433)],n=function(r,l,c,p,s,u,g){"use strict";var i=/%20/g,m=/#.*$/,f=/([?&])_=[^&]*/,d=/^(.*?):[ \t]*([^\r\n]*)$/mg,S=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,v=/^(?:GET|HEAD)$/,E=/^\/\//,x={},P={},T="*/".concat("*"),_=l.createElement("a");_.href=s.href;function b(O){return function($,M){typeof $!="string"&&(M=$,$="*");var k,W=0,G=$.toLowerCase().match(p)||[];if(c(M))for(;k=G[W++];)k[0]==="+"?(k=k.slice(1)||"*",(O[k]=O[k]||[]).unshift(M)):(O[k]=O[k]||[]).push(M)}}function D(O,$,M,k){var W={},G=O===P;function U(Y){var z;return W[Y]=!0,r.each(O[Y]||[],function(te,ae){var he=ae($,M,k);if(typeof he=="string"&&!G&&!W[he])return $.dataTypes.unshift(he),U(he),!1;if(G)return!(z=he)}),z}return U($.dataTypes[0])||!W["*"]&&U("*")}function I(O,$){var M,k,W=r.ajaxSettings.flatOptions||{};for(M in $)$[M]!==void 0&&((W[M]?O:k||(k={}))[M]=$[M]);return k&&r.extend(!0,O,k),O}function R(O,$,M){for(var k,W,G,U,Y=O.contents,z=O.dataTypes;z[0]==="*";)z.shift(),k===void 0&&(k=O.mimeType||$.getResponseHeader("Content-Type"));if(k){for(W in Y)if(Y[W]&&Y[W].test(k)){z.unshift(W);break}}if(z[0]in M)G=z[0];else{for(W in M){if(!z[0]||O.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(O,$,M,k){var W,G,U,Y,z,te={},ae=O.dataTypes.slice();if(ae[1])for(U in O.converters)te[U.toLowerCase()]=O.converters[U];for(G=ae.shift();G;)if(O.responseFields[G]&&(M[O.responseFields[G]]=$),!z&&k&&O.dataFilter&&($=O.dataFilter($,O.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&&O.throws)$=U($);else try{$=U($)}catch(he){return{state:"parsererror",error:U?he:"No conversion from "+z+" to "+G}}}}return{state:"success",data:$}}return r.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":r.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(O,$){return $?I(I(O,r.ajaxSettings),$):I(r.ajaxSettings,O)},ajaxPrefilter:b(x),ajaxTransport:b(P),ajax:function(O,$){typeof O=="object"&&($=O,O=void 0),$=$||{};var M,k,W,G,U,Y,z,te,ae,he,Q=r.ajaxSetup({},$),ye=Q.context||Q,Pe=Q.context&&(ye.nodeType||ye.jquery)?r(ye):r.event,ze=r.Deferred(),mt=r.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=d.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),Bt(0,et),this}};if(ze.promise(Ke),Q.url=((O||Q.url||s.href)+"").replace(E,s.protocol+"//"),Q.type=$.method||$.type||Q.method||Q.type,Q.dataTypes=(Q.dataType||"*").toLowerCase().match(p)||[""],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=r.param(Q.data,Q.traditional)),D(x,Q,$,Ke),z)return Ke;te=r.event&&Q.global,te&&r.active++===0&&r.event.trigger("ajaxStart"),Q.type=Q.type.toUpperCase(),Q.hasContent=!v.test(Q.type),k=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,"+")):(he=Q.url.slice(k.length),Q.data&&(Q.processData||typeof Q.data=="string")&&(k+=(g.test(k)?"&":"?")+Q.data,delete Q.data),Q.cache===!1&&(k=k.replace(f,"$1"),he=(g.test(k)?"&":"?")+"_="+u.guid+++he),Q.url=k+he),Q.ifModified&&(r.lastModified[k]&&Ke.setRequestHeader("If-Modified-Since",r.lastModified[k]),r.etag[k]&&Ke.setRequestHeader("If-None-Match",r.etag[k])),(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)Bt(-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,Bt)}catch(Je){if(z)throw Je;Bt(-1,Je)}}function Bt(Je,et,zt,kr){var Pt,Yt,mr,Ft,pt,dt=et;z||(z=!0,U&&window.clearTimeout(U),M=void 0,W=kr||"",Ke.readyState=Je>0?4:0,Pt=Je>=200&&Je<300||Je===304,zt&&(Ft=R(Q,Ke,zt)),!Pt&&r.inArray("script",Q.dataTypes)>-1&&r.inArray("json",Q.dataTypes)<0&&(Q.converters["text script"]=function(){}),Ft=C(Q,Ft,Ke,Pt),Pt?(Q.ifModified&&(pt=Ke.getResponseHeader("Last-Modified"),pt&&(r.lastModified[k]=pt),pt=Ke.getResponseHeader("etag"),pt&&(r.etag[k]=pt)),Je===204||Q.type==="HEAD"?dt="nocontent":Je===304?dt="notmodified":(dt=Ft.state,Yt=Ft.data,mr=Ft.error,Pt=!mr)):(mr=dt,(Je||!dt)&&(dt="error",Je<0&&(Je=0))),Ke.status=Je,Ke.statusText=(et||dt)+"",Pt?ze.resolveWith(ye,[Yt,dt,Ke]):ze.rejectWith(ye,[Ke,dt,mr]),Ke.statusCode(It),It=void 0,te&&Pe.trigger(Pt?"ajaxSuccess":"ajaxError",[Ke,Q,Pt?Yt:mr]),mt.fireWith(ye,[Ke,dt]),te&&(Pe.trigger("ajaxComplete",[Ke,Q]),--r.active||r.event.trigger("ajaxStop")))}return Ke},getJSON:function(O,$,M){return r.get(O,$,M,"json")},getScript:function(O,$){return r.get(O,void 0,$,"script")}}),r.each(["get","post"],function(O,$){r[$]=function(M,k,W,G){return c(k)&&(G=G||W,W=k,k=void 0),r.ajax(r.extend({url:M,type:$,dataType:G,data:k,success:W},r.isPlainObject(M)&&M))}}),r.ajaxPrefilter(function(O){var $;for($ in O.headers)$.toLowerCase()==="content-type"&&(O.contentType=O.headers[$]||"")}),r}.apply(y,h),n!==void 0&&(w.exports=n)},3004:(w,y,o)=>{var h,n;h=[o(264),o(4995),o(6880),o(4330),o(5547)],n=function(r,l,c,p){"use strict";var s=[],u=/(=)\?(?=&|$)|\?\?/;r.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var g=s.pop()||r.expando+"_"+c.guid++;return this[g]=!0,g}}),r.ajaxPrefilter("json jsonp",function(g,i,m){var f,d,S,v=g.jsonp!==!1&&(u.test(g.url)?"url":typeof g.data=="string"&&(g.contentType||"").indexOf("application/x-www-form-urlencoded")===0&&u.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(u,"$1"+f):g.jsonp!==!1&&(g.url+=(p.test(g.url)?"&":"?")+g.jsonp+"="+f),g.converters["script json"]=function(){return S||r.error(f+" was not called"),S[0]},g.dataTypes[0]="json",d=window[f],window[f]=function(){S=arguments},m.always(function(){d===void 0?r(window).removeProp(f):window[f]=d,g[f]&&(g.jsonpCallback=i.jsonpCallback,s.push(f)),S&&l(d)&&d(S[0]),S=d=void 0}),"script"})}.apply(y,h),n!==void 0&&(w.exports=n)},2926:(w,y,o)=>{var h,n;h=[o(264),o(5242),o(4995),o(2023),o(5547),o(3599),o(9921),o(5704)],n=function(r,l,c){"use strict";r.fn.load=function(p,s,u){var g,i,m,f=this,d=p.indexOf(" ");return d>-1&&(g=l(p.slice(d)),p=p.slice(0,d)),c(s)?(u=s,s=void 0):s&&typeof s=="object"&&(i="POST"),f.length>0&&r.ajax({url:p,type:i||"GET",dataType:"html",data:s}).done(function(S){m=arguments,f.html(g?r("<div>").append(r.parseHTML(S)).find(g):S)}).always(u&&function(S,v){f.each(function(){u.apply(this,m||[S.responseText,v,S])})}),this}}.apply(y,h),n!==void 0&&(w.exports=n)},2377:(w,y,o)=>{var h,n;h=[o(264),o(5422),o(5547)],n=function(r,l){"use strict";r.ajaxPrefilter(function(c){c.crossDomain&&(c.contents.script=!1)}),r.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 r.globalEval(c),c}}}),r.ajaxPrefilter("script",function(c){c.cache===void 0&&(c.cache=!1),c.crossDomain&&(c.type="GET")}),r.ajaxTransport("script",function(c){if(c.crossDomain||c.scriptAttrs){var p,s;return{send:function(u,g){p=r("<script>").attr(c.scriptAttrs||{}).prop({charset:c.scriptCharset,src:c.url}).on("load error",s=function(i){p.remove(),s=null,i&&g(i.type==="error"?404:200,i.type)}),l.head.appendChild(p[0])},abort:function(){s&&s()}}}})}.apply(y,h),n!==void 0&&(w.exports=n)},2954:(w,y,o)=>{var h;h=function(){"use strict";return window.location}.call(y,o,y,w),h!==void 0&&(w.exports=h)},6880:(w,y,o)=>{var h;h=function(){"use strict";return{guid:Date.now()}}.call(y,o,y,w),h!==void 0&&(w.exports=h)},4330:(w,y,o)=>{var h;h=function(){"use strict";return/\?/}.call(y,o,y,w),h!==void 0&&(w.exports=h)},2037:(w,y,o)=>{var h,n;h=[o(264),o(2276),o(5547)],n=function(r,l){"use strict";r.ajaxSettings.xhr=function(){try{return new window.XMLHttpRequest}catch(s){}};var c={0:200,1223:204},p=r.ajaxSettings.xhr();l.cors=!!p&&"withCredentials"in p,l.ajax=p=!!p,r.ajaxTransport(function(s){var u,g;if(l.cors||p&&!s.crossDomain)return{send:function(i,m){var f,d=s.xhr();if(d.open(s.type,s.url,s.async,s.username,s.password),s.xhrFields)for(f in s.xhrFields)d[f]=s.xhrFields[f];s.mimeType&&d.overrideMimeType&&d.overrideMimeType(s.mimeType),!s.crossDomain&&!i["X-Requested-With"]&&(i["X-Requested-With"]="XMLHttpRequest");for(f in i)d.setRequestHeader(f,i[f]);u=function(S){return function(){u&&(u=g=d.onload=d.onerror=d.onabort=d.ontimeout=d.onreadystatechange=null,S==="abort"?d.abort():S==="error"?typeof d.status!="number"?m(0,"error"):m(d.status,d.statusText):m(c[d.status]||d.status,d.statusText,(d.responseType||"text")!=="text"||typeof d.responseText!="string"?{binary:d.response}:{text:d.responseText},d.getAllResponseHeaders()))}},d.onload=u(),g=d.onerror=d.ontimeout=u("error"),d.onabort!==void 0?d.onabort=g:d.onreadystatechange=function(){d.readyState===4&&window.setTimeout(function(){u&&g()})},u=u("abort");try{d.send(s.hasContent&&s.data||null)}catch(S){if(u)throw S}},abort:function(){u&&u()}}})}.apply(y,h),n!==void 0&&(w.exports=n)},2622:(w,y,o)=>{var h,n;h=[o(264),o(2501),o(3291),o(8612),o(173)],n=function(r){"use strict";return r}.apply(y,h),n!==void 0&&(w.exports=n)},2501:(w,y,o)=>{var h,n;h=[o(264),o(9355),o(7473),o(2025),o(3153),o(5704)],n=function(r,l,c,p,s){"use strict";var u,g=r.expr.attrHandle;r.fn.extend({attr:function(i,m){return l(this,r.attr,i,m,arguments.length>1)},removeAttr:function(i){return this.each(function(){r.removeAttr(this,i)})}}),r.extend({attr:function(i,m,f){var d,S,v=i.nodeType;if(!(v===3||v===8||v===2)){if(typeof i.getAttribute=="undefined")return r.prop(i,m,f);if((v!==1||!r.isXMLDoc(i))&&(S=r.attrHooks[m.toLowerCase()]||(r.expr.match.bool.test(m)?u:void 0)),f!==void 0){if(f===null){r.removeAttr(i,m);return}return S&&"set"in S&&(d=S.set(i,f,m))!==void 0?d:(i.setAttribute(m,f+""),f)}return S&&"get"in S&&(d=S.get(i,m))!==null?d:(d=r.find.attr(i,m),d==null?void 0:d)}},attrHooks:{type:{set:function(i,m){if(!p.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,d=0,S=m&&m.match(s);if(S&&i.nodeType===1)for(;f=S[d++];)i.removeAttribute(f)}}),u={set:function(i,m,f){return m===!1?r.removeAttr(i,f):i.setAttribute(f,f),f}},r.each(r.expr.match.bool.source.match(/\w+/g),function(i,m){var f=g[m]||r.find.attr;g[m]=function(d,S,v){var E,x,P=S.toLowerCase();return v||(x=g[P],g[P]=E,E=f(d,S,v)!=null?P:null,g[P]=x),E}})}.apply(y,h),n!==void 0&&(w.exports=n)},8612:(w,y,o)=>{var h,n;h=[o(264),o(5242),o(4995),o(3153),o(5840),o(7116)],n=function(r,l,c,p,s){"use strict";function u(i){return i.getAttribute&&i.getAttribute("class")||""}function g(i){return Array.isArray(i)?i:typeof i=="string"?i.match(p)||[]:[]}r.fn.extend({addClass:function(i){var m,f,d,S,v,E,x,P=0;if(c(i))return this.each(function(T){r(this).addClass(i.call(this,T,u(this)))});if(m=g(i),m.length){for(;f=this[P++];)if(S=u(f),d=f.nodeType===1&&" "+l(S)+" ",d){for(E=0;v=m[E++];)d.indexOf(" "+v+" ")<0&&(d+=v+" ");x=l(d),S!==x&&f.setAttribute("class",x)}}return this},removeClass:function(i){var m,f,d,S,v,E,x,P=0;if(c(i))return this.each(function(T){r(this).removeClass(i.call(this,T,u(this)))});if(!arguments.length)return this.attr("class","");if(m=g(i),m.length){for(;f=this[P++];)if(S=u(f),d=f.nodeType===1&&" "+l(S)+" ",d){for(E=0;v=m[E++];)for(;d.indexOf(" "+v+" ")>-1;)d=d.replace(" "+v+" "," ");x=l(d),S!==x&&f.setAttribute("class",x)}}return this},toggleClass:function(i,m){var f=typeof i,d=f==="string"||Array.isArray(i);return typeof m=="boolean"&&d?m?this.addClass(i):this.removeClass(i):c(i)?this.each(function(S){r(this).toggleClass(i.call(this,S,u(this),m),m)}):this.each(function(){var S,v,E,x;if(d)for(v=0,E=r(this),x=g(i);S=x[v++];)E.hasClass(S)?E.removeClass(S):E.addClass(S);else(i===void 0||f==="boolean")&&(S=u(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,d=0;for(m=" "+i+" ";f=this[d++];)if(f.nodeType===1&&(" "+l(u(f))+" ").indexOf(m)>-1)return!0;return!1}})}.apply(y,h),n!==void 0&&(w.exports=n)},3291:(w,y,o)=>{var h,n;h=[o(264),o(9355),o(2025),o(5704)],n=function(r,l,c){"use strict";var p=/^(?:input|select|textarea|button)$/i,s=/^(?:a|area)$/i;r.fn.extend({prop:function(u,g){return l(this,r.prop,u,g,arguments.length>1)},removeProp:function(u){return this.each(function(){delete this[r.propFix[u]||u]})}}),r.extend({prop:function(u,g,i){var m,f,d=u.nodeType;if(!(d===3||d===8||d===2))return(d!==1||!r.isXMLDoc(u))&&(g=r.propFix[g]||g,f=r.propHooks[g]),i!==void 0?f&&"set"in f&&(m=f.set(u,i,g))!==void 0?m:u[g]=i:f&&"get"in f&&(m=f.get(u,g))!==null?m:u[g]},propHooks:{tabIndex:{get:function(u){var g=r.find.attr(u,"tabindex");return g?parseInt(g,10):p.test(u.nodeName)||s.test(u.nodeName)&&u.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),c.optSelected||(r.propHooks.selected={get:function(u){var g=u.parentNode;return g&&g.parentNode&&g.parentNode.selectedIndex,null},set:function(u){var g=u.parentNode;g&&(g.selectedIndex,g.parentNode&&g.parentNode.selectedIndex)}}),r.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){r.propFix[this.toLowerCase()]=this})}.apply(y,h),n!==void 0&&(w.exports=n)},2025:(w,y,o)=>{var h,n;h=[o(5422),o(2276)],n=function(r,l){"use strict";return function(){var c=r.createElement("input"),p=r.createElement("select"),s=p.appendChild(r.createElement("option"));c.type="checkbox",l.checkOn=c.value!=="",l.optSelected=s.selected,c=r.createElement("input"),c.value="t",c.type="radio",l.radioValue=c.value==="t"}(),l}.apply(y,h),n!==void 0&&(w.exports=n)},173:(w,y,o)=>{var h,n;h=[o(264),o(5242),o(2025),o(7473),o(4995),o(7116)],n=function(r,l,c,p,s){"use strict";var u=/\r/g;r.fn.extend({val:function(g){var i,m,f,d=this[0];return arguments.length?(f=s(g),this.each(function(S){var v;this.nodeType===1&&(f?v=g.call(this,S,r(this).val()):v=g,v==null?v="":typeof v=="number"?v+="":Array.isArray(v)&&(v=r.map(v,function(E){return E==null?"":E+""})),i=r.valHooks[this.type]||r.valHooks[this.nodeName.toLowerCase()],(!i||!("set"in i)||i.set(this,v,"value")===void 0)&&(this.value=v))})):d?(i=r.valHooks[d.type]||r.valHooks[d.nodeName.toLowerCase()],i&&"get"in i&&(m=i.get(d,"value"))!==void 0?m:(m=d.value,typeof m=="string"?m.replace(u,""):m==null?"":m)):void 0}}),r.extend({valHooks:{option:{get:function(g){var i=r.find.attr(g,"value");return i!=null?i:l(r.text(g))}},select:{get:function(g){var i,m,f,d=g.options,S=g.selectedIndex,v=g.type==="select-one",E=v?null:[],x=v?S+1:d.length;for(S<0?f=x:f=v?S:0;f<x;f++)if(m=d[f],(m.selected||f===S)&&!m.disabled&&(!m.parentNode.disabled||!p(m.parentNode,"optgroup"))){if(i=r(m).val(),v)return i;E.push(i)}return E},set:function(g,i){for(var m,f,d=g.options,S=r.makeArray(i),v=d.length;v--;)f=d[v],(f.selected=r.inArray(r.valHooks.option.get(f),S)>-1)&&(m=!0);return m||(g.selectedIndex=-1),S}}}}),r.each(["radio","checkbox"],function(){r.valHooks[this]={set:function(g,i){if(Array.isArray(i))return g.checked=r.inArray(r(g).val(),i)>-1}},c.checkOn||(r.valHooks[this].get=function(g){return g.getAttribute("value")===null?"on":g.value})})}.apply(y,h),n!==void 0&&(w.exports=n)},2503:(w,y,o)=>{var h,n;h=[o(264),o(6282),o(4995),o(3153)],n=function(r,l,c,p){"use strict";function s(u){var g={};return r.each(u.match(p)||[],function(i,m){g[m]=!0}),g}return r.Callbacks=function(u){u=typeof u=="string"?s(u):r.extend({},u);var g,i,m,f,d=[],S=[],v=-1,E=function(){for(f=f||u.once,m=g=!0;S.length;v=-1)for(i=S.shift();++v<d.length;)d[v].apply(i[0],i[1])===!1&&u.stopOnFalse&&(v=d.length,i=!1);u.memory||(i=!1),g=!1,f&&(i?d=[]:d="")},x={add:function(){return d&&(i&&!g&&(v=d.length-1,S.push(i)),function P(T){r.each(T,function(_,b){c(b)?(!u.unique||!x.has(b))&&d.push(b):b&&b.length&&l(b)!=="string"&&P(b)})}(arguments),i&&!g&&E()),this},remove:function(){return r.each(arguments,function(P,T){for(var _;(_=r.inArray(T,d,_))>-1;)d.splice(_,1),_<=v&&v--}),this},has:function(P){return P?r.inArray(P,d)>-1:d.length>0},empty:function(){return d&&(d=[]),this},disable:function(){return f=S=[],d=i="",this},disabled:function(){return!d},lock:function(){return f=S=[],!i&&!g&&(d=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 x.fireWith(this,arguments),this},fired:function(){return!!m}};return x},r}.apply(y,h),n!==void 0&&(w.exports=n)},264:(w,y,o)=>{var h,n;h=[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)],n=function(r,l,c,p,s,u,g,i,m,f,d,S,v,E,x,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:r.sort,splice:r.splice},_.extend=_.fn.extend=function(){var D,I,R,C,O,$,M=arguments[0]||{},k=1,W=arguments.length,G=!1;for(typeof M=="boolean"&&(G=M,M=arguments[k]||{},k++),typeof M!="object"&&!v(M)&&(M={}),k===W&&(M=this,k--);k<W;k++)if((D=arguments[k])!=null)for(I in D)C=D[I],!(I==="__proto__"||M===C)&&(G&&C&&(_.isPlainObject(C)||(O=Array.isArray(C)))?(R=M[I],O&&!Array.isArray(R)?$=[]:!O&&!_.isPlainObject(R)?$={}:$=R,O=!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)===d):!0)},isEmptyObject:function(D){var I;for(I in D)return!1;return!0},globalEval:function(D,I,R){x(D,{nonce:I&&I.nonce},R)},each:function(D,I){var R,C=0;if(b(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&&(b(Object(D))?_.merge(R,typeof D=="string"?[D]:D):s.call(R,D)),R},inArray:function(D,I,R){return I==null?-1:u.call(I,D,R)},merge:function(D,I){for(var R=+I.length,C=0,O=D.length;C<R;C++)D[O++]=I[C];return D.length=O,D},grep:function(D,I,R){for(var C,O=[],$=0,M=D.length,k=!R;$<M;$++)C=!I(D[$],$),C!==k&&O.push(D[$]);return O},map:function(D,I,R){var C,O,$=0,M=[];if(b(D))for(C=D.length;$<C;$++)O=I(D[$],$,R),O!=null&&M.push(O);else for($ in D)O=I(D[$],$,R),O!=null&&M.push(O);return p(M)},guid:1,support:S}),typeof Symbol=="function"&&(_.fn[Symbol.iterator]=r[Symbol.iterator]),_.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(D,I){g["[object "+I+"]"]=I.toLowerCase()});function b(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,h),n!==void 0&&(w.exports=n)},9342:(w,y,o)=>{var h,n;h=[o(5422)],n=function(r){"use strict";var l={type:!0,src:!0,nonce:!0,noModule:!0};function c(p,s,u){u=u||r;var g,i,m=u.createElement("script");if(m.text=p,s)for(g in l)i=s[g]||s.getAttribute&&s.getAttribute(g),i&&m.setAttribute(g,i);u.head.appendChild(m).parentNode.removeChild(m)}return c}.apply(y,h),n!==void 0&&(w.exports=n)},9355:(w,y,o)=>{var h,n;h=[o(264),o(6282),o(4995)],n=function(r,l,c){"use strict";var p=function(s,u,g,i,m,f,d){var S=0,v=s.length,E=g==null;if(l(g)==="object"){m=!0;for(S in g)p(s,u,S,g[S],!0,f,d)}else if(i!==void 0&&(m=!0,c(i)||(d=!0),E&&(d?(u.call(s,i),u=null):(E=u,u=function(x,P,T){return E.call(r(x),T)})),u))for(;S<v;S++)u(s[S],g,d?i:i.call(s[S],S,u(s[S],g)));return m?s:E?u.call(s):v?u(s[0],g):f};return p}.apply(y,h),n!==void 0&&(w.exports=n)},882:(w,y)=>{var o,h;o=[],h=function(){"use strict";var n=/^-ms-/,r=/-([a-z])/g;function l(p,s){return s.toUpperCase()}function c(p){return p.replace(n,"ms-").replace(r,l)}return c}.apply(y,o),h!==void 0&&(w.exports=h)},7116:(w,y,o)=>{var h,n;h=[o(264),o(5422),o(4995),o(8132),o(6563)],n=function(r,l,c,p){"use strict";var s,u=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/,g=r.fn.init=function(i,m,f){var d,S;if(!i)return this;if(f=f||s,typeof i=="string")if(i[0]==="<"&&i[i.length-1]===">"&&i.length>=3?d=[null,i,null]:d=u.exec(i),d&&(d[1]||!m))if(d[1]){if(m=m instanceof r?m[0]:m,r.merge(this,r.parseHTML(d[1],m&&m.nodeType?m.ownerDocument||m:l,!0)),p.test(d[1])&&r.isPlainObject(m))for(d in m)c(this[d])?this[d](m[d]):this.attr(d,m[d]);return this}else return S=l.getElementById(d[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(r)}return r.makeArray(i,this)};return g.prototype=r.fn,s=r(l),g}.apply(y,h),n!==void 0&&(w.exports=n)},7358:(w,y,o)=>{var h,n;h=[o(264),o(7246),o(5704)],n=function(r,l){"use strict";var c=function(s){return r.contains(s.ownerDocument,s)},p={composed:!0};return l.getRootNode&&(c=function(s){return r.contains(s.ownerDocument,s)||s.getRootNode(p)===s.ownerDocument}),c}.apply(y,h),n!==void 0&&(w.exports=n)},7473:(w,y,o)=>{var h;h=function(){"use strict";function n(r,l){return r.nodeName&&r.nodeName.toLowerCase()===l.toLowerCase()}return n}.call(y,o,y,w),h!==void 0&&(w.exports=h)},2023:(w,y,o)=>{var h,n;h=[o(264),o(5422),o(8132),o(9906),o(8896)],n=function(r,l,c,p,s){"use strict";return r.parseHTML=function(u,g,i){if(typeof u!="string")return[];typeof g=="boolean"&&(i=g,g=!1);var m,f,d;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(u),d=!i&&[],f?[g.createElement(f[1])]:(f=p([u],g,d),d&&d.length&&r(d).remove(),r.merge([],f.childNodes))},r.parseHTML}.apply(y,h),n!==void 0&&(w.exports=n)},5535:(w,y,o)=>{var h,n;h=[o(264)],n=function(r){"use strict";return r.parseXML=function(l){var c,p;if(!l||typeof l!="string")return null;try{c=new window.DOMParser().parseFromString(l,"text/xml")}catch(s){}return p=c&&c.getElementsByTagName("parsererror")[0],(!c||p)&&r.error("Invalid XML: "+(p?r.map(p.childNodes,function(s){return s.textContent}).join(`
`):l)),c},r.parseXML}.apply(y,h),n!==void 0&&(w.exports=n)},1038:(w,y,o)=>{var h,n;h=[o(264),o(5422),o(5506),o(1210)],n=function(r,l){"use strict";var c=r.Deferred();r.fn.ready=function(s){return c.then(s).catch(function(u){r.readyException(u)}),this},r.extend({isReady:!1,readyWait:1,ready:function(s){(s===!0?--r.readyWait:r.isReady)||(r.isReady=!0,!(s!==!0&&--r.readyWait>0)&&c.resolveWith(l,[r]))}}),r.ready.then=c.then;function p(){l.removeEventListener("DOMContentLoaded",p),window.removeEventListener("load",p),r.ready()}l.readyState==="complete"||l.readyState!=="loading"&&!l.documentElement.doScroll?window.setTimeout(r.ready):(l.addEventListener("DOMContentLoaded",p),window.addEventListener("load",p))}.apply(y,h),n!==void 0&&(w.exports=n)},5506:(w,y,o)=>{var h,n;h=[o(264)],n=function(r){"use strict";r.readyException=function(l){window.setTimeout(function(){throw l})}}.apply(y,h),n!==void 0&&(w.exports=n)},5242:(w,y,o)=>{var h,n;h=[o(3153)],n=function(r){"use strict";function l(c){var p=c.match(r)||[];return p.join(" ")}return l}.apply(y,h),n!==void 0&&(w.exports=n)},8896:(w,y,o)=>{var h,n;h=[o(5422),o(2276)],n=function(r,l){"use strict";return l.createHTMLDocument=function(){var c=r.implementation.createHTMLDocument("").body;return c.innerHTML="<form></form><form></form>",c.childNodes.length===2}(),l}.apply(y,h),n!==void 0&&(w.exports=n)},6282:(w,y,o)=>{var h,n;h=[o(7204),o(1030)],n=function(r,l){"use strict";function c(p){return p==null?p+"":typeof p=="object"||typeof p=="function"?r[l.call(p)]||"object":typeof p}return c}.apply(y,h),n!==void 0&&(w.exports=n)},8132:(w,y,o)=>{var h;h=function(){"use strict";return/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i}.call(y,o,y,w),h!==void 0&&(w.exports=h)},9456:(w,y,o)=>{var h,n;h=[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)],n=function(r,l,c,p,s,u,g,i,m,f,d,S,v,E){"use strict";var x=/^(none|table(?!-c[ea]).+)/,P=/^--/,T={position:"absolute",visibility:"hidden",display:"block"},_={letterSpacing:"0",fontWeight:"400"};function b(R,C,O){var $=s.exec(C);return $?Math.max(0,$[2]-(O||0))+($[3]||"px"):C}function D(R,C,O,$,M,k){var W=C==="width"?1:0,G=0,U=0;if(O===($?"border":"content"))return 0;for(;W<4;W+=2)O==="margin"&&(U+=r.css(R,O+g[W],!0,M)),$?(O==="content"&&(U-=r.css(R,"padding"+g[W],!0,M)),O!=="margin"&&(U-=r.css(R,"border"+g[W]+"Width",!0,M))):(U+=r.css(R,"padding"+g[W],!0,M),O!=="padding"?U+=r.css(R,"border"+g[W]+"Width",!0,M):G+=r.css(R,"border"+g[W]+"Width",!0,M));return!$&&k>=0&&(U+=Math.max(0,Math.ceil(R["offset"+C[0].toUpperCase()+C.slice(1)]-k-U-G-.5))||0),U}function I(R,C,O){var $=i(R),M=!v.boxSizingReliable()||O,k=M&&r.css(R,"boxSizing",!1,$)==="border-box",W=k,G=f(R,C,$),U="offset"+C[0].toUpperCase()+C.slice(1);if(u.test(G)){if(!O)return G;G="auto"}return(!v.boxSizingReliable()&&k||!v.reliableTrDimensions()&&p(R,"tr")||G==="auto"||!parseFloat(G)&&r.css(R,"display",!1,$)==="inline")&&R.getClientRects().length&&(k=r.css(R,"boxSizing",!1,$)==="border-box",W=U in R,W&&(G=R[U])),G=parseFloat(G)||0,G+D(R,C,O||(k?"border":"content"),W,$,G)+"px"}return r.extend({cssHooks:{opacity:{get:function(R,C){if(C){var O=f(R,"opacity");return O===""?"1":O}}}},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,O,$){if(!(!R||R.nodeType===3||R.nodeType===8||!R.style)){var M,k,W,G=c(C),U=P.test(C),Y=R.style;if(U||(C=E(G)),W=r.cssHooks[C]||r.cssHooks[G],O!==void 0){if(k=typeof O,k==="string"&&(M=s.exec(O))&&M[1]&&(O=d(R,C,M),k="number"),O==null||O!==O)return;k==="number"&&!U&&(O+=M&&M[3]||(r.cssNumber[G]?"":"px")),!v.clearCloneStyle&&O===""&&C.indexOf("background")===0&&(Y[C]="inherit"),(!W||!("set"in W)||(O=W.set(R,O,$))!==void 0)&&(U?Y.setProperty(C,O):Y[C]=O)}else return W&&"get"in W&&(M=W.get(R,!1,$))!==void 0?M:Y[C]}},css:function(R,C,O,$){var M,k,W,G=c(C),U=P.test(C);return U||(C=E(G)),W=r.cssHooks[C]||r.cssHooks[G],W&&"get"in W&&(M=W.get(R,!0,O)),M===void 0&&(M=f(R,C,$)),M==="normal"&&C in _&&(M=_[C]),O===""||O?(k=parseFloat(M),O===!0||isFinite(k)?k||0:M):M}}),r.each(["height","width"],function(R,C){r.cssHooks[C]={get:function(O,$,M){if($)return x.test(r.css(O,"display"))&&(!O.getClientRects().length||!O.getBoundingClientRect().width)?m(O,T,function(){return I(O,C,M)}):I(O,C,M)},set:function(O,$,M){var k,W=i(O),G=!v.scrollboxSize()&&W.position==="absolute",U=G||M,Y=U&&r.css(O,"boxSizing",!1,W)==="border-box",z=M?D(O,C,M,Y,W):0;return Y&&G&&(z-=Math.ceil(O["offset"+C[0].toUpperCase()+C.slice(1)]-parseFloat(W[C])-D(O,C,"border",!1,W)-.5)),z&&(k=s.exec($))&&(k[3]||"px")!=="px"&&(O.style[C]=$,$=r.css(O,C)),b(O,$,z)}}}),r.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"}),r.each({margin:"",padding:"",border:"Width"},function(R,C){r.cssHooks[R+C]={expand:function(O){for(var $=0,M={},k=typeof O=="string"?O.split(" "):[O];$<4;$++)M[R+g[$]+C]=k[$]||k[$-2]||k[0];return M}},R!=="margin"&&(r.cssHooks[R+C].set=b)}),r.fn.extend({css:function(R,C){return l(this,function(O,$,M){var k,W,G={},U=0;if(Array.isArray($)){for(k=i(O),W=$.length;U<W;U++)G[$[U]]=r.css(O,$[U],!1,k);return G}return M!==void 0?r.style(O,$,M):r.css(O,$)},R,C,arguments.length>1)}}),r}.apply(y,h),n!==void 0&&(w.exports=n)},1153:(w,y,o)=>{var h;h=function(){"use strict";function n(r,l){return{get:function(){if(r()){delete this.get;return}return(this.get=l).apply(this,arguments)}}}return n}.call(y,o,y,w),h!==void 0&&(w.exports=h)},4991:(w,y,o)=>{var h,n;h=[o(264),o(7445)],n=function(r,l){"use strict";function c(p,s,u,g){var i,m,f=20,d=g?function(){return g.cur()}:function(){return r.css(p,s,"")},S=d(),v=u&&u[3]||(r.cssNumber[s]?"":"px"),E=p.nodeType&&(r.cssNumber[s]||v!=="px"&&+S)&&l.exec(r.css(p,s));if(E&&E[3]!==v){for(S=S/2,v=v||E[3],E=+S||1;f--;)r.style(p,s,E+v),(1-m)*(1-(m=d()/S||.5))<=0&&(f=0),E=E/m;E=E*2,r.style(p,s,E+v),u=u||[]}return u&&(E=+E||+S||0,i=u[1]?E+(u[1]+1)*u[2]:+u[2],g&&(g.unit=v,g.start=E,g.end=i)),i}return c}.apply(y,h),n!==void 0&&(w.exports=n)},4682:(w,y,o)=>{var h,n;h=[o(264),o(7358),o(3529),o(3169),o(8657),o(7517)],n=function(r,l,c,p,s,u){"use strict";function g(i,m,f){var d,S,v,E,x=i.style;return f=f||s(i),f&&(E=f.getPropertyValue(m)||f[m],E===""&&!l(i)&&(E=r.style(i,m)),!u.pixelBoxStyles()&&p.test(E)&&c.test(m)&&(d=x.width,S=x.minWidth,v=x.maxWidth,x.minWidth=x.maxWidth=x.width=E,E=f.width,x.width=d,x.minWidth=S,x.maxWidth=v)),E!==void 0?E+"":E}return g}.apply(y,h),n!==void 0&&(w.exports=n)},4068:(w,y,o)=>{var h,n;h=[o(5422),o(264)],n=function(r,l){"use strict";var c=["Webkit","Moz","ms"],p=r.createElement("div").style,s={};function u(i){for(var m=i[0].toUpperCase()+i.slice(1),f=c.length;f--;)if(i=c[f]+m,i in p)return i}function g(i){var m=l.cssProps[i]||s[i];return m||(i in p?i:s[i]=u(i)||i)}return g}.apply(y,h),n!==void 0&&(w.exports=n)},1722:(w,y,o)=>{var h,n;h=[o(264),o(5704)],n=function(r){"use strict";r.expr.pseudos.hidden=function(l){return!r.expr.pseudos.visible(l)},r.expr.pseudos.visible=function(l){return!!(l.offsetWidth||l.offsetHeight||l.getClientRects().length)}}.apply(y,h),n!==void 0&&(w.exports=n)},2524:(w,y,o)=>{var h,n;h=[o(264),o(5840),o(7774)],n=function(r,l,c){"use strict";var p={};function s(g){var i,m=g.ownerDocument,f=g.nodeName,d=p[f];return d||(i=m.body.appendChild(m.createElement(f)),d=r.css(i,"display"),i.parentNode.removeChild(i),d==="none"&&(d="block"),p[f]=d,d)}function u(g,i){for(var m,f,d=[],S=0,v=g.length;S<v;S++)f=g[S],!!f.style&&(m=f.style.display,i?(m==="none"&&(d[S]=l.get(f,"display")||null,d[S]||(f.style.display="")),f.style.display===""&&c(f)&&(d[S]=s(f))):m!=="none"&&(d[S]="none",l.set(f,"display",m)));for(S=0;S<v;S++)d[S]!=null&&(g[S].style.display=d[S]);return g}return r.fn.extend({show:function(){return u(this,!0)},hide:function(){return u(this)},toggle:function(g){return typeof g=="boolean"?g?this.show():this.hide():this.each(function(){c(this)?r(this).show():r(this).hide()})}}),u}.apply(y,h),n!==void 0&&(w.exports=n)},7517:(w,y,o)=>{var h,n;h=[o(264),o(5422),o(7246),o(2276)],n=function(r,l,c,p){"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 x=window.getComputedStyle(E);g=x.top!=="1%",S=u(x.marginLeft)===12,E.style.right="60%",f=u(x.right)===36,i=u(x.width)===36,E.style.position="absolute",m=u(E.offsetWidth/3)===12,c.removeChild(v),E=null}}function u(x){return Math.round(parseFloat(x))}var g,i,m,f,d,S,v=l.createElement("div"),E=l.createElement("div");!E.style||(E.style.backgroundClip="content-box",E.cloneNode(!0).style.backgroundClip="",p.clearCloneStyle=E.style.backgroundClip==="content-box",r.extend(p,{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 x,P,T,_;return d==null&&(x=l.createElement("table"),P=l.createElement("tr"),T=l.createElement("div"),x.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(x).appendChild(P).appendChild(T),_=window.getComputedStyle(P),d=parseInt(_.height,10)+parseInt(_.borderTopWidth,10)+parseInt(_.borderBottomWidth,10)===P.offsetHeight,c.removeChild(x)),d}}))}(),p}.apply(y,h),n!==void 0&&(w.exports=n)},6744:(w,y,o)=>{var h;h=function(){"use strict";return["Top","Right","Bottom","Left"]}.call(y,o,y,w),h!==void 0&&(w.exports=h)},8657:(w,y,o)=>{var h;h=function(){"use strict";return function(n){var r=n.ownerDocument.defaultView;return(!r||!r.opener)&&(r=window),r.getComputedStyle(n)}}.call(y,o,y,w),h!==void 0&&(w.exports=h)},7774:(w,y,o)=>{var h,n;h=[o(264),o(7358)],n=function(r,l){"use strict";return function(c,p){return c=p||c,c.style.display==="none"||c.style.display===""&&l(c)&&r.css(c,"display")==="none"}}.apply(y,h),n!==void 0&&(w.exports=n)},3529:(w,y,o)=>{var h,n;h=[o(6744)],n=function(r){"use strict";return new RegExp(r.join("|"),"i")}.apply(y,h),n!==void 0&&(w.exports=n)},3169:(w,y,o)=>{var h,n;h=[o(2228)],n=function(r){"use strict";return new RegExp("^("+r+")(?!px)[a-z%]+$","i")}.apply(y,h),n!==void 0&&(w.exports=n)},9868:(w,y,o)=>{var h;h=function(){"use strict";return function(n,r,l){var c,p,s={};for(p in r)s[p]=n.style[p],n.style[p]=r[p];c=l.call(n);for(p in r)n.style[p]=s[p];return c}}.call(y,o,y,w),h!==void 0&&(w.exports=h)},5255:(w,y,o)=>{var h,n;h=[o(264),o(9355),o(882),o(5840),o(6379)],n=function(r,l,c,p,s){"use strict";var u=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,g=/[A-Z]/g;function i(f){return f==="true"?!0:f==="false"?!1:f==="null"?null:f===+f+""?+f:u.test(f)?JSON.parse(f):f}function m(f,d,S){var v;if(S===void 0&&f.nodeType===1)if(v="data-"+d.replace(g,"-$&").toLowerCase(),S=f.getAttribute(v),typeof S=="string"){try{S=i(S)}catch(E){}s.set(f,d,S)}else S=void 0;return S}return r.extend({hasData:function(f){return s.hasData(f)||p.hasData(f)},data:function(f,d,S){return s.access(f,d,S)},removeData:function(f,d){s.remove(f,d)},_data:function(f,d,S){return p.access(f,d,S)},_removeData:function(f,d){p.remove(f,d)}}),r.fn.extend({data:function(f,d){var S,v,E,x=this[0],P=x&&x.attributes;if(f===void 0){if(this.length&&(E=s.get(x),x.nodeType===1&&!p.get(x,"hasDataAttrs"))){for(S=P.length;S--;)P[S]&&(v=P[S].name,v.indexOf("data-")===0&&(v=c(v.slice(5)),m(x,v,E[v])));p.set(x,"hasDataAttrs",!0)}return E}return typeof f=="object"?this.each(function(){s.set(this,f)}):l(this,function(T){var _;if(x&&T===void 0)return _=s.get(x,f),_!==void 0||(_=m(x,f),_!==void 0)?_:void 0;this.each(function(){s.set(this,f,T)})},null,d,arguments.length>1,null,!0)},removeData:function(f){return this.each(function(){s.remove(this,f)})}}),r}.apply(y,h),n!==void 0&&(w.exports=n)},3968:(w,y,o)=>{var h,n;h=[o(264),o(882),o(3153),o(490)],n=function(r,l,c,p){"use strict";function s(){this.expando=r.expando+s.uid++}return s.uid=1,s.prototype={cache:function(u){var g=u[this.expando];return g||(g={},p(u)&&(u.nodeType?u[this.expando]=g:Object.defineProperty(u,this.expando,{value:g,configurable:!0}))),g},set:function(u,g,i){var m,f=this.cache(u);if(typeof g=="string")f[l(g)]=i;else for(m in g)f[l(m)]=g[m];return f},get:function(u,g){return g===void 0?this.cache(u):u[this.expando]&&u[this.expando][l(g)]},access:function(u,g,i){return g===void 0||g&&typeof g=="string"&&i===void 0?this.get(u,g):(this.set(u,g,i),i!==void 0?i:g)},remove:function(u,g){var i,m=u[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||r.isEmptyObject(m))&&(u.nodeType?u[this.expando]=void 0:delete u[this.expando])}},hasData:function(u){var g=u[this.expando];return g!==void 0&&!r.isEmptyObject(g)}},s}.apply(y,h),n!==void 0&&(w.exports=n)},490:(w,y,o)=>{var h;h=function(){"use strict";return function(n){return n.nodeType===1||n.nodeType===9||!+n.nodeType}}.call(y,o,y,w),h!==void 0&&(w.exports=h)},5840:(w,y,o)=>{var h,n;h=[o(3968)],n=function(r){"use strict";return new r}.apply(y,h),n!==void 0&&(w.exports=n)},6379:(w,y,o)=>{var h,n;h=[o(3968)],n=function(r){"use strict";return new r}.apply(y,h),n!==void 0&&(w.exports=n)},1210:(w,y,o)=>{var h,n;h=[o(264),o(4995),o(9916),o(2503)],n=function(r,l,c){"use strict";function p(g){return g}function s(g){throw g}function u(g,i,m,f){var d;try{g&&l(d=g.promise)?d.call(g).done(i).fail(m):g&&l(d=g.then)?d.call(g,i,m):i.apply(void 0,[g].slice(f))}catch(S){m.apply(void 0,[S])}}return r.extend({Deferred:function(g){var i=[["notify","progress",r.Callbacks("memory"),r.Callbacks("memory"),2],["resolve","done",r.Callbacks("once memory"),r.Callbacks("once memory"),0,"resolved"],["reject","fail",r.Callbacks("once memory"),r.Callbacks("once memory"),1,"rejected"]],m="pending",f={state:function(){return m},always:function(){return d.done(arguments).fail(arguments),this},catch:function(S){return f.then(null,S)},pipe:function(){var S=arguments;return r.Deferred(function(v){r.each(i,function(E,x){var P=l(S[x[4]])&&S[x[4]];d[x[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[x[0]+"With"](this,P?[T]:arguments)})}),S=null}).promise()},then:function(S,v,E){var x=0;function P(T,_,b,D){return function(){var I=this,R=arguments,C=function(){var $,M;if(!(T<x)){if($=b.apply(I,R),$===_.promise())throw new TypeError("Thenable self-resolution");M=$&&(typeof $=="object"||typeof $=="function")&&$.then,l(M)?D?M.call($,P(x,_,p,D),P(x,_,s,D)):(x++,M.call($,P(x,_,p,D),P(x,_,s,D),P(x,_,p,_.notifyWith))):(b!==p&&(I=void 0,R=[$]),(D||_.resolveWith)(I,R))}},O=D?C:function(){try{C()}catch($){r.Deferred.exceptionHook&&r.Deferred.exceptionHook($,O.stackTrace),T+1>=x&&(b!==s&&(I=void 0,R=[$]),_.rejectWith(I,R))}};T?O():(r.Deferred.getStackHook&&(O.stackTrace=r.Deferred.getStackHook()),window.setTimeout(O))}}return r.Deferred(function(T){i[0][3].add(P(0,T,l(E)?E:p,T.notifyWith)),i[1][3].add(P(0,T,l(S)?S:p)),i[2][3].add(P(0,T,l(v)?v:s))}).promise()},promise:function(S){return S!=null?r.extend(S,f):f}},d={};return r.each(i,function(S,v){var E=v[2],x=v[5];f[v[1]]=E.add,x&&E.add(function(){m=x},i[3-S][2].disable,i[3-S][3].disable,i[0][2].lock,i[0][3].lock),E.add(v[3].fire),d[v[0]]=function(){return d[v[0]+"With"](this===d?void 0:this,arguments),this},d[v[0]+"With"]=E.fireWith}),f.promise(d),g&&g.call(d,d),d},when:function(g){var i=arguments.length,m=i,f=Array(m),d=c.call(arguments),S=r.Deferred(),v=function(E){return function(x){f[E]=this,d[E]=arguments.length>1?c.call(arguments):x,--i||S.resolveWith(f,d)}};if(i<=1&&(u(g,S.done(v(m)).resolve,S.reject,!i),S.state()==="pending"||l(d[m]&&d[m].then)))return S.then();for(;m--;)u(d[m],v(m),S.reject);return S.promise()}}),r}.apply(y,h),n!==void 0&&(w.exports=n)},7781:(w,y,o)=>{var h,n;h=[o(264),o(1210)],n=function(r){"use strict";var l=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;r.Deferred.exceptionHook=function(c,p){window.console&&window.console.warn&&c&&l.test(c.name)&&window.console.warn("jQuery.Deferred exception: "+c.message,c.stack,p)}}.apply(y,h),n!==void 0&&(w.exports=n)},7018:(w,y,o)=>{var h,n;h=[o(264),o(7473),o(882),o(6282),o(4995),o(5718),o(9916),o(7361),o(1528)],n=function(r,l,c,p,s,u,g){"use strict";var i=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;r.proxy=function(m,f){var d,S,v;if(typeof f=="string"&&(d=m[f],f=m,m=d),!!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||r.guid++,v},r.holdReady=function(m){m?r.readyWait++:r.ready(!0)},r.isArray=Array.isArray,r.parseJSON=JSON.parse,r.nodeName=l,r.isFunction=s,r.isWindow=u,r.camelCase=c,r.type=p,r.now=Date.now,r.isNumeric=function(m){var f=r.type(m);return(f==="number"||f==="string")&&!isNaN(m-parseFloat(m))},r.trim=function(m){return m==null?"":(m+"").replace(i,"")}}.apply(y,h),n!==void 0&&(w.exports=n)},7361:(w,y,o)=>{var h,n;h=[o(264),o(5547),o(5156)],n=function(r){"use strict";r.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(l,c){r.fn[c]=function(p){return this.on(c,p)}})}.apply(y,h),n!==void 0&&(w.exports=n)},1528:(w,y,o)=>{var h,n;h=[o(264),o(5156),o(1188)],n=function(r){"use strict";r.fn.extend({bind:function(l,c,p){return this.on(l,null,c,p)},unbind:function(l,c){return this.off(l,null,c)},delegate:function(l,c,p,s){return this.on(c,l,p,s)},undelegate:function(l,c,p){return arguments.length===1?this.off(l,"**"):this.off(c,l||"**",p)},hover:function(l,c){return this.mouseenter(l).mouseleave(c||l)}}),r.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){r.fn[c]=function(p,s){return arguments.length>0?this.on(c,null,p,s):this.trigger(c)}})}.apply(y,h),n!==void 0&&(w.exports=n)},9922:(w,y,o)=>{var h,n;h=[o(264),o(9355),o(5718),o(9456)],n=function(r,l,c){"use strict";return r.each({Height:"height",Width:"width"},function(p,s){r.each({padding:"inner"+p,content:s,"":"outer"+p},function(u,g){r.fn[g]=function(i,m){var f=arguments.length&&(u||typeof i!="boolean"),d=u||(i===!0||m===!0?"margin":"border");return l(this,function(S,v,E){var x;return c(S)?g.indexOf("outer")===0?S["inner"+p]:S.document.documentElement["client"+p]:S.nodeType===9?(x=S.documentElement,Math.max(S.body["scroll"+p],x["scroll"+p],S.body["offset"+p],x["offset"+p],x["client"+p])):E===void 0?r.css(S,v,d):r.style(S,v,E,d)},s,f?i:void 0,f)}})}),r}.apply(y,h),n!==void 0&&(w.exports=n)},7309:(w,y,o)=>{var h,n;h=[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)],n=function(r,l,c,p,s,u,g,i,m,f,d){"use strict";var S,v,E=/^(?:toggle|show|hide)$/,x=/queueHooks$/;function P(){v&&(c.hidden===!1&&window.requestAnimationFrame?window.requestAnimationFrame(P):window.setTimeout(P,r.fx.interval),r.fx.tick())}function T(){return window.setTimeout(function(){S=void 0}),S=Date.now()}function _(C,O){var $,M=0,k={height:C};for(O=O?1:0;M<4;M+=2-O)$=g[M],k["margin"+$]=k["padding"+$]=C;return O&&(k.opacity=k.width=C),k}function b(C,O,$){for(var M,k=(R.tweeners[O]||[]).concat(R.tweeners["*"]),W=0,G=k.length;W<G;W++)if(M=k[W].call($,O,C))return M}function D(C,O,$){var M,k,W,G,U,Y,z,te,ae="width"in O||"height"in O,he=this,Q={},ye=C.style,Pe=C.nodeType&&i(C),ze=f.get(C,"fxshow");$.queue||(G=r._queueHooks(C,"fx"),G.unqueued==null&&(G.unqueued=0,U=G.empty.fire,G.empty.fire=function(){G.unqueued||U()}),G.unqueued++,he.always(function(){he.always(function(){G.unqueued--,r.queue(C,"fx").length||G.empty.fire()})}));for(M in O)if(k=O[M],E.test(k)){if(delete O[M],W=W||k==="toggle",k===(Pe?"hide":"show"))if(k==="show"&&ze&&ze[M]!==void 0)Pe=!0;else continue;Q[M]=ze&&ze[M]||r.style(C,M)}if(Y=!r.isEmptyObject(O),!(!Y&&r.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=r.css(C,"display"),te==="none"&&(z?te=z:(d([C],!0),z=C.style.display||z,te=r.css(C,"display"),d([C]))),(te==="inline"||te==="inline-block"&&z!=null)&&r.css(C,"float")==="none"&&(Y||(he.done(function(){ye.display=z}),z==null&&(te=ye.display,z=te==="none"?"":te)),ye.display="inline-block")),$.overflow&&(ye.overflow="hidden",he.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&&d([C],!0),he.done(function(){Pe||d([C]),f.remove(C,"fxshow");for(M in Q)r.style(C,M,Q[M])})),Y=b(Pe?ze[M]:0,M,he),M in ze||(ze[M]=Y.start,Pe&&(Y.end=Y.start,Y.start=0))}}function I(C,O){var $,M,k,W,G;for($ in C)if(M=l($),k=O[M],W=C[$],Array.isArray(W)&&(k=W[1],W=C[$]=W[0]),$!==M&&(C[M]=W,delete C[$]),G=r.cssHooks[M],G&&"expand"in G){W=G.expand(W),delete C[M];for($ in W)$ in C||(C[$]=W[$],O[$]=k)}else O[M]=k}function R(C,O,$){var M,k,W=0,G=R.prefilters.length,U=r.Deferred().always(function(){delete Y.elem}),Y=function(){if(k)return!1;for(var ae=S||T(),he=Math.max(0,z.startTime+z.duration-ae),Q=he/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,he]),ye<1&&ze?he:(ze||U.notifyWith(C,[z,1,0]),U.resolveWith(C,[z]),!1)},z=U.promise({elem:C,props:r.extend({},O),opts:r.extend(!0,{specialEasing:{},easing:r.easing._default},$),originalProperties:O,originalOptions:$,startTime:S||T(),duration:$.duration,tweens:[],createTween:function(ae,he){var Q=r.Tween(C,z.opts,ae,he,z.opts.specialEasing[ae]||z.opts.easing);return z.tweens.push(Q),Q},stop:function(ae){var he=0,Q=ae?z.tweens.length:0;if(k)return this;for(k=!0;he<Q;he++)z.tweens[he].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 p(M.stop)&&(r._queueHooks(z.elem,z.opts.queue).stop=M.stop.bind(M)),M;return r.map(te,b,z),p(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),r.fx.timer(r.extend(Y,{elem:C,anim:z,queue:z.opts.queue})),z}return r.Animation=r.extend(R,{tweeners:{"*":[function(C,O){var $=this.createTween(C,O);return m($.elem,C,s.exec(O),$),$}]},tweener:function(C,O){p(C)?(O=C,C=["*"]):C=C.match(u);for(var $,M=0,k=C.length;M<k;M++)$=C[M],R.tweeners[$]=R.tweeners[$]||[],R.tweeners[$].unshift(O)},prefilters:[D],prefilter:function(C,O){O?R.prefilters.unshift(C):R.prefilters.push(C)}}),r.speed=function(C,O,$){var M=C&&typeof C=="object"?r.extend({},C):{complete:$||!$&&O||p(C)&&C,duration:C,easing:$&&O||O&&!p(O)&&O};return r.fx.off?M.duration=0:typeof M.duration!="number"&&(M.duration in r.fx.speeds?M.duration=r.fx.speeds[M.duration]:M.duration=r.fx.speeds._default),(M.queue==null||M.queue===!0)&&(M.queue="fx"),M.old=M.complete,M.complete=function(){p(M.old)&&M.old.call(this),M.queue&&r.dequeue(this,M.queue)},M},r.fn.extend({fadeTo:function(C,O,$,M){return this.filter(i).css("opacity",0).show().end().animate({opacity:O},C,$,M)},animate:function(C,O,$,M){var k=r.isEmptyObject(C),W=r.speed(O,$,M),G=function(){var U=R(this,r.extend({},C),W);(k||f.get(this,"finish"))&&U.stop(!0)};return G.finish=G,k||W.queue===!1?this.each(G):this.queue(W.queue,G)},stop:function(C,O,$){var M=function(k){var W=k.stop;delete k.stop,W($)};return typeof C!="string"&&($=O,O=C,C=void 0),O&&this.queue(C||"fx",[]),this.each(function(){var k=!0,W=C!=null&&C+"queueHooks",G=r.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&&x.test(W)&&M(U[W]);for(W=G.length;W--;)G[W].elem===this&&(C==null||G[W].queue===C)&&(G[W].anim.stop($),k=!1,G.splice(W,1));(k||!$)&&r.dequeue(this,C)})},finish:function(C){return C!==!1&&(C=C||"fx"),this.each(function(){var O,$=f.get(this),M=$[C+"queue"],k=$[C+"queueHooks"],W=r.timers,G=M?M.length:0;for($.finish=!0,r.queue(this,C,[]),k&&k.stop&&k.stop.call(this,!0),O=W.length;O--;)W[O].elem===this&&W[O].queue===C&&(W[O].anim.stop(!0),W.splice(O,1));for(O=0;O<G;O++)M[O]&&M[O].finish&&M[O].finish.call(this);delete $.finish})}}),r.each(["toggle","show","hide"],function(C,O){var $=r.fn[O];r.fn[O]=function(M,k,W){return M==null||typeof M=="boolean"?$.apply(this,arguments):this.animate(_(O,!0),M,k,W)}}),r.each({slideDown:_("show"),slideUp:_("hide"),slideToggle:_("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(C,O){r.fn[C]=function($,M,k){return this.animate(O,$,M,k)}}),r.timers=[],r.fx.tick=function(){var C,O=0,$=r.timers;for(S=Date.now();O<$.length;O++)C=$[O],!C()&&$[O]===C&&$.splice(O--,1);$.length||r.fx.stop(),S=void 0},r.fx.timer=function(C){r.timers.push(C),r.fx.start()},r.fx.interval=13,r.fx.start=function(){v||(v=!0,P())},r.fx.stop=function(){v=null},r.fx.speeds={slow:600,fast:200,_default:400},r}.apply(y,h),n!==void 0&&(w.exports=n)},9048:(w,y,o)=>{var h,n;h=[o(264),o(4068),o(9456)],n=function(r,l){"use strict";function c(p,s,u,g,i){return new c.prototype.init(p,s,u,g,i)}r.Tween=c,c.prototype={constructor:c,init:function(p,s,u,g,i,m){this.elem=p,this.prop=u,this.easing=i||r.easing._default,this.options=s,this.start=this.now=this.cur(),this.end=g,this.unit=m||(r.cssNumber[u]?"":"px")},cur:function(){var p=c.propHooks[this.prop];return p&&p.get?p.get(this):c.propHooks._default.get(this)},run:function(p){var s,u=c.propHooks[this.prop];return this.options.duration?this.pos=s=r.easing[this.easing](p,this.options.duration*p,0,1,this.options.duration):this.pos=s=p,this.now=(this.end-this.start)*s+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),u&&u.set?u.set(this):c.propHooks._default.set(this),this}},c.prototype.init.prototype=c.prototype,c.propHooks={_default:{get:function(p){var s;return p.elem.nodeType!==1||p.elem[p.prop]!=null&&p.elem.style[p.prop]==null?p.elem[p.prop]:(s=r.css(p.elem,p.prop,""),!s||s==="auto"?0:s)},set:function(p){r.fx.step[p.prop]?r.fx.step[p.prop](p):p.elem.nodeType===1&&(r.cssHooks[p.prop]||p.elem.style[l(p.prop)]!=null)?r.style(p.elem,p.prop,p.now+p.unit):p.elem[p.prop]=p.now}}},c.propHooks.scrollTop=c.propHooks.scrollLeft={set:function(p){p.elem.nodeType&&p.elem.parentNode&&(p.elem[p.prop]=p.now)}},r.easing={linear:function(p){return p},swing:function(p){return .5-Math.cos(p*Math.PI)/2},_default:"swing"},r.fx=c.prototype.init,r.fx.step={}}.apply(y,h),n!==void 0&&(w.exports=n)},6795:(w,y,o)=>{var h,n;h=[o(264),o(5704),o(7309)],n=function(r){"use strict";r.expr.pseudos.animated=function(l){return r.grep(r.timers,function(c){return l===c.elem}).length}}.apply(y,h),n!==void 0&&(w.exports=n)},5156:(w,y,o)=>{var h,n;h=[o(264),o(5422),o(7246),o(4995),o(3153),o(3899),o(9916),o(490),o(5840),o(7473),o(7116),o(5704)],n=function(r,l,c,p,s,u,g,i,m,f){"use strict";var d=/^([^.]*)(?:\.(.+)|)/;function S(){return!0}function v(){return!1}function E(_,b){return _===x()==(b==="focus")}function x(){try{return l.activeElement}catch(_){}}function P(_,b,D,I,R,C){var O,$;if(typeof b=="object"){typeof D!="string"&&(I=I||D,D=void 0);for($ in b)P(_,$,D,I,b[$],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&&(O=R,R=function(M){return r().off(M),O.apply(this,arguments)},R.guid=O.guid||(O.guid=r.guid++)),_.each(function(){r.event.add(this,b,R,I,D)})}r.event={global:{},add:function(_,b,D,I,R){var C,O,$,M,k,W,G,U,Y,z,te,ae=m.get(_);if(!!i(_))for(D.handler&&(C=D,D=C.handler,R=C.selector),R&&r.find.matchesSelector(c,R),D.guid||(D.guid=r.guid++),(M=ae.events)||(M=ae.events=Object.create(null)),(O=ae.handle)||(O=ae.handle=function(he){return typeof r!="undefined"&&r.event.triggered!==he.type?r.event.dispatch.apply(_,arguments):void 0}),b=(b||"").match(s)||[""],k=b.length;k--;)$=d.exec(b[k])||[],Y=te=$[1],z=($[2]||"").split(".").sort(),!!Y&&(G=r.event.special[Y]||{},Y=(R?G.delegateType:G.bindType)||Y,G=r.event.special[Y]||{},W=r.extend({type:Y,origType:te,data:I,handler:D,guid:D.guid,selector:R,needsContext:R&&r.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,O)===!1)&&_.addEventListener&&_.addEventListener(Y,O)),G.add&&(G.add.call(_,W),W.handler.guid||(W.handler.guid=D.guid)),R?U.splice(U.delegateCount++,0,W):U.push(W),r.event.global[Y]=!0)},remove:function(_,b,D,I,R){var C,O,$,M,k,W,G,U,Y,z,te,ae=m.hasData(_)&&m.get(_);if(!(!ae||!(M=ae.events))){for(b=(b||"").match(s)||[""],k=b.length;k--;){if($=d.exec(b[k])||[],Y=te=$[1],z=($[2]||"").split(".").sort(),!Y){for(Y in M)r.event.remove(_,Y+b[k],D,I,!0);continue}for(G=r.event.special[Y]||{},Y=(I?G.delegateType:G.bindType)||Y,U=M[Y]||[],$=$[2]&&new RegExp("(^|\\.)"+z.join("\\.(?:.*\\.|)")+"(\\.|$)"),O=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));O&&!U.length&&((!G.teardown||G.teardown.call(_,z,ae.handle)===!1)&&r.removeEvent(_,Y,ae.handle),delete M[Y])}r.isEmptyObject(M)&&m.remove(_,"handle events")}},dispatch:function(_){var b,D,I,R,C,O,$=new Array(arguments.length),M=r.event.fix(_),k=(m.get(this,"events")||Object.create(null))[M.type]||[],W=r.event.special[M.type]||{};for($[0]=M,b=1;b<arguments.length;b++)$[b]=arguments[b];if(M.delegateTarget=this,!(W.preDispatch&&W.preDispatch.call(this,M)===!1)){for(O=r.event.handlers.call(this,M,k),b=0;(R=O[b++])&&!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=((r.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(_,b){var D,I,R,C,O,$=[],M=b.delegateCount,k=_.target;if(M&&k.nodeType&&!(_.type==="click"&&_.button>=1)){for(;k!==this;k=k.parentNode||this)if(k.nodeType===1&&!(_.type==="click"&&k.disabled===!0)){for(C=[],O={},D=0;D<M;D++)I=b[D],R=I.selector+" ",O[R]===void 0&&(O[R]=I.needsContext?r(R,this).index(k)>-1:r.find(R,this,null,[k]).length),O[R]&&C.push(I);C.length&&$.push({elem:k,handlers:C})}}return k=this,M<b.length&&$.push({elem:k,handlers:b.slice(M)}),$},addProp:function(_,b){Object.defineProperty(r.Event.prototype,_,{enumerable:!0,configurable:!0,get:p(b)?function(){if(this.originalEvent)return b(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 _[r.expando]?_:new r.Event(_)},special:{load:{noBubble:!0},click:{setup:function(_){var b=this||_;return u.test(b.type)&&b.click&&f(b,"input")&&T(b,"click",S),!1},trigger:function(_){var b=this||_;return u.test(b.type)&&b.click&&f(b,"input")&&T(b,"click"),!0},_default:function(_){var b=_.target;return u.test(b.type)&&b.click&&f(b,"input")&&m.get(b,"click")||f(b,"a")}},beforeunload:{postDispatch:function(_){_.result!==void 0&&_.originalEvent&&(_.originalEvent.returnValue=_.result)}}}};function T(_,b,D){if(!D){m.get(_,b)===void 0&&r.event.add(_,b,S);return}m.set(_,b,!1),r.event.add(_,b,{namespace:!1,handler:function(I){var R,C,O=m.get(this,b);if(I.isTrigger&1&&this[b]){if(O.length)(r.event.special[b]||{}).delegateType&&I.stopPropagation();else if(O=g.call(arguments),m.set(this,b,O),R=D(this,b),this[b](),C=m.get(this,b),O!==C||R?m.set(this,b,!1):C={},O!==C)return I.stopImmediatePropagation(),I.preventDefault(),C&&C.value}else O.length&&(m.set(this,b,{value:r.event.trigger(r.extend(O[0],r.Event.prototype),O.slice(1),this)}),I.stopImmediatePropagation())}})}return r.removeEvent=function(_,b,D){_.removeEventListener&&_.removeEventListener(b,D)},r.Event=function(_,b){if(!(this instanceof r.Event))return new r.Event(_,b);_&&_.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=_,b&&r.extend(this,b),this.timeStamp=_&&_.timeStamp||Date.now(),this[r.expando]=!0},r.Event.prototype={constructor:r.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()}},r.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},r.event.addProp),r.each({focus:"focusin",blur:"focusout"},function(_,b){r.event.special[_]={setup:function(){return T(this,_,E),!1},trigger:function(){return T(this,_),!0},_default:function(){return!0},delegateType:b}}),r.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(_,b){r.event.special[_]={delegateType:b,bindType:b,handle:function(D){var I,R=this,C=D.relatedTarget,O=D.handleObj;return(!C||C!==R&&!r.contains(R,C))&&(D.type=O.origType,I=O.handler.apply(this,arguments),D.type=b),I}}}),r.fn.extend({on:function(_,b,D,I){return P(this,_,b,D,I)},one:function(_,b,D,I){return P(this,_,b,D,I,1)},off:function(_,b,D){var I,R;if(_&&_.preventDefault&&_.handleObj)return I=_.handleObj,r(_.delegateTarget).off(I.namespace?I.origType+"."+I.namespace:I.origType,I.selector,I.handler),this;if(typeof _=="object"){for(R in _)this.off(R,b,_[R]);return this}return(b===!1||typeof b=="function")&&(D=b,b=void 0),D===!1&&(D=v),this.each(function(){r.event.remove(this,_,D,b)})}}),r}.apply(y,h),n!==void 0&&(w.exports=n)},8270:(w,y,o)=>{var h,n;h=[o(264),o(5840),o(3334),o(5156),o(1188)],n=function(r,l,c){"use strict";return c.focusin||r.each({focus:"focusin",blur:"focusout"},function(p,s){var u=function(g){r.event.simulate(s,g.target,r.event.fix(g))};r.event.special[s]={setup:function(){var g=this.ownerDocument||this.document||this,i=l.access(g,s);i||g.addEventListener(p,u,!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(p,u,!0),l.remove(g,s))}}}),r}.apply(y,h),n!==void 0&&(w.exports=n)},3334:(w,y,o)=>{var h,n;h=[o(2276)],n=function(r){"use strict";return r.focusin="onfocusin"in window,r}.apply(y,h),n!==void 0&&(w.exports=n)},1188:(w,y,o)=>{var h,n;h=[o(264),o(5422),o(5840),o(490),o(1878),o(4995),o(5718),o(5156)],n=function(r,l,c,p,s,u,g){"use strict";var i=/^(?:focusinfocus|focusoutblur)$/,m=function(f){f.stopPropagation()};return r.extend(r.event,{trigger:function(f,d,S,v){var E,x,P,T,_,b,D,I,R=[S||l],C=s.call(f,"type")?f.type:f,O=s.call(f,"namespace")?f.namespace.split("."):[];if(x=I=P=S=S||l,!(S.nodeType===3||S.nodeType===8)&&!i.test(C+r.event.triggered)&&(C.indexOf(".")>-1&&(O=C.split("."),C=O.shift(),O.sort()),_=C.indexOf(":")<0&&"on"+C,f=f[r.expando]?f:new r.Event(C,typeof f=="object"&&f),f.isTrigger=v?2:3,f.namespace=O.join("."),f.rnamespace=f.namespace?new RegExp("(^|\\.)"+O.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,f.result=void 0,f.target||(f.target=S),d=d==null?[f]:r.makeArray(d,[f]),D=r.event.special[C]||{},!(!v&&D.trigger&&D.trigger.apply(S,d)===!1))){if(!v&&!D.noBubble&&!g(S)){for(T=D.delegateType||C,i.test(T+C)||(x=x.parentNode);x;x=x.parentNode)R.push(x),P=x;P===(S.ownerDocument||l)&&R.push(P.defaultView||P.parentWindow||window)}for(E=0;(x=R[E++])&&!f.isPropagationStopped();)I=x,f.type=E>1?T:D.bindType||C,b=(c.get(x,"events")||Object.create(null))[f.type]&&c.get(x,"handle"),b&&b.apply(x,d),b=_&&x[_],b&&b.apply&&p(x)&&(f.result=b.apply(x,d),f.result===!1&&f.preventDefault());return f.type=C,!v&&!f.isDefaultPrevented()&&(!D._default||D._default.apply(R.pop(),d)===!1)&&p(S)&&_&&u(S[C])&&!g(S)&&(P=S[_],P&&(S[_]=null),r.event.triggered=C,f.isPropagationStopped()&&I.addEventListener(C,m),S[C](),f.isPropagationStopped()&&I.removeEventListener(C,m),r.event.triggered=void 0,P&&(S[_]=P)),f.result}},simulate:function(f,d,S){var v=r.extend(new r.Event,S,{type:f,isSimulated:!0});r.event.trigger(v,null,d)}}),r.fn.extend({trigger:function(f,d){return this.each(function(){r.event.trigger(f,d,this)})},triggerHandler:function(f,d){var S=this[0];if(S)return r.event.trigger(f,d,S,!0)}}),r}.apply(y,h),n!==void 0&&(w.exports=n)},5454:(w,y,o)=>{var h,n,h,n;h=[o(264)],n=function(r){"use strict";h=[],n=function(){return r}.apply(y,h),n!==void 0&&(w.exports=n)}.apply(y,h),n!==void 0&&(w.exports=n)},1569:(w,y,o)=>{var h,n;h=[o(264)],n=function(r){"use strict";var l=window.jQuery,c=window.$;r.noConflict=function(p){return window.$===r&&(window.$=c),p&&window.jQuery===r&&(window.jQuery=l),r},typeof noGlobal=="undefined"&&(window.jQuery=window.$=r)}.apply(y,h),n!==void 0&&(w.exports=n)},1044:(w,y,o)=>{var h,n;h=[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)],n=function(r){"use strict";return r}.apply(y,h),n!==void 0&&(w.exports=n)},9921:(w,y,o)=>{var h,n;h=[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)],n=function(r,l,c,p,s,u,g,i,m,f,d,S,v,E,x,P,T,_,b){"use strict";var D=/<script|<style|<link/i,I=/checked\s*(?:[^=]|=\s*.checked.)/i,R=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;function C(U,Y){return b(U,"table")&&b(Y.nodeType!==11?Y:Y.firstChild,"tr")&&r(U).children("tbody")[0]||U}function O(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,he,Q,ye,Pe;if(Y.nodeType===1){if(x.hasData(U)&&(he=x.get(U),Pe=he.events,Pe)){x.remove(Y,"handle events");for(ae in Pe)for(z=0,te=Pe[ae].length;z<te;z++)r.event.add(Y,ae,Pe[ae][z])}P.hasData(U)&&(Q=P.access(U),ye=r.extend({},Q),P.set(Y,ye))}}function k(U,Y){var z=Y.nodeName.toLowerCase();z==="input"&&u.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,he,Q,ye,Pe,ze,mt=0,It=U.length,Nt=It-1,Rt=Y[0],Gt=p(Rt);if(Gt||It>1&&typeof Rt=="string"&&!E.checkClone&&I.test(Rt))return U.each(function(Ke){var Bt=U.eq(Ke);Gt&&(Y[0]=Rt.call(this,Ke,Bt.html())),W(Bt,Y,z,te)});if(It&&(ae=v(Y,U[0].ownerDocument,!1,U,te),he=ae.firstChild,ae.childNodes.length===1&&(ae=he),he||te)){for(Q=r.map(d(ae,"script"),O),ye=Q.length;mt<It;mt++)Pe=ae,mt!==Nt&&(Pe=r.clone(Pe,!0,!0),ye&&r.merge(Q,d(Pe,"script"))),z.call(U[mt],Pe,mt);if(ye)for(ze=Q[Q.length-1].ownerDocument,r.map(Q,$),mt=0;mt<ye;mt++)Pe=Q[mt],m.test(Pe.type||"")&&!x.access(Pe,"globalEval")&&r.contains(ze,Pe)&&(Pe.src&&(Pe.type||"").toLowerCase()!=="module"?r._evalUrl&&!Pe.noModule&&r._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?r.filter(Y,U):U,he=0;(te=ae[he])!=null;he++)!z&&te.nodeType===1&&r.cleanData(d(te)),te.parentNode&&(z&&l(te)&&S(d(te,"script")),te.parentNode.removeChild(te));return U}return r.extend({htmlPrefilter:function(U){return U},clone:function(U,Y,z){var te,ae,he,Q,ye=U.cloneNode(!0),Pe=l(U);if(!E.noCloneChecked&&(U.nodeType===1||U.nodeType===11)&&!r.isXMLDoc(U))for(Q=d(ye),he=d(U),te=0,ae=he.length;te<ae;te++)k(he[te],Q[te]);if(Y)if(z)for(he=he||d(U),Q=Q||d(ye),te=0,ae=he.length;te<ae;te++)M(he[te],Q[te]);else M(U,ye);return Q=d(ye,"script"),Q.length>0&&S(Q,!Pe&&d(U,"script")),ye},cleanData:function(U){for(var Y,z,te,ae=r.event.special,he=0;(z=U[he])!==void 0;he++)if(T(z)){if(Y=z[x.expando]){if(Y.events)for(te in Y.events)ae[te]?r.event.remove(z,te):r.removeEvent(z,te,Y.handle);z[x.expando]=void 0}z[P.expando]&&(z[P.expando]=void 0)}}}),r.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?r.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&&(r.cleanData(d(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 r.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=r.htmlPrefilter(Y);try{for(;te<ae;te++)z=this[te]||{},z.nodeType===1&&(r.cleanData(d(z,!1)),z.innerHTML=Y);z=0}catch(he){}}z&&this.empty().append(Y)},null,U,arguments.length)},replaceWith:function(){var U=[];return W(this,arguments,function(Y){var z=this.parentNode;r.inArray(this,U)<0&&(r.cleanData(d(this)),z&&z.replaceChild(Y,this))},U)}}),r.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(U,Y){r.fn[U]=function(z){for(var te,ae=[],he=r(z),Q=he.length-1,ye=0;ye<=Q;ye++)te=ye===Q?this:this.clone(!0),r(he[ye])[Y](te),s.apply(ae,te.get());return this.pushStack(ae)}}),r}.apply(y,h),n!==void 0&&(w.exports=n)},8801:(w,y,o)=>{var h,n;h=[o(5547)],n=function(r){"use strict";return r._evalUrl=function(l,c,p){return r.ajax({url:l,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(s){r.globalEval(s,c,p)}})},r._evalUrl}.apply(y,h),n!==void 0&&(w.exports=n)},9906:(w,y,o)=>{var h,n;h=[o(264),o(6282),o(7358),o(1859),o(8500),o(8438),o(11),o(7882)],n=function(r,l,c,p,s,u,g,i){"use strict";var m=/<|&#?\w+;/;function f(d,S,v,E,x){for(var P,T,_,b,D,I,R=S.createDocumentFragment(),C=[],O=0,$=d.length;O<$;O++)if(P=d[O],P||P===0)if(l(P)==="object")r.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")),_=(p.exec(P)||["",""])[1].toLowerCase(),b=u[_]||u._default,T.innerHTML=b[1]+r.htmlPrefilter(P)+b[2],I=b[0];I--;)T=T.lastChild;r.merge(C,T.childNodes),T=R.firstChild,T.textContent=""}for(R.textContent="",O=0;P=C[O++];){if(E&&r.inArray(P,E)>-1){x&&x.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,h),n!==void 0&&(w.exports=n)},11:(w,y,o)=>{var h,n;h=[o(264),o(7473)],n=function(r,l){"use strict";function c(p,s){var u;return typeof p.getElementsByTagName!="undefined"?u=p.getElementsByTagName(s||"*"):typeof p.querySelectorAll!="undefined"?u=p.querySelectorAll(s||"*"):u=[],s===void 0||s&&l(p,s)?r.merge([p],u):u}return c}.apply(y,h),n!==void 0&&(w.exports=n)},7882:(w,y,o)=>{var h,n;h=[o(5840)],n=function(r){"use strict";function l(c,p){for(var s=0,u=c.length;s<u;s++)r.set(c[s],"globalEval",!p||r.get(p[s],"globalEval"))}return l}.apply(y,h),n!==void 0&&(w.exports=n)},8379:(w,y,o)=>{var h,n;h=[o(5422),o(2276)],n=function(r,l){"use strict";return function(){var c=r.createDocumentFragment(),p=c.appendChild(r.createElement("div")),s=r.createElement("input");s.setAttribute("type","radio"),s.setAttribute("checked","checked"),s.setAttribute("name","t"),p.appendChild(s),l.checkClone=p.cloneNode(!0).cloneNode(!0).lastChild.checked,p.innerHTML="<textarea>x</textarea>",l.noCloneChecked=!!p.cloneNode(!0).lastChild.defaultValue,p.innerHTML="<option></option>",l.option=!!p.lastChild}(),l}.apply(y,h),n!==void 0&&(w.exports=n)},8500:(w,y,o)=>{var h;h=function(){"use strict";return/^$|^module$|\/(?:java|ecma)script/i}.call(y,o,y,w),h!==void 0&&(w.exports=h)},1859:(w,y,o)=>{var h;h=function(){"use strict";return/<([a-z][^\/\0>\x20\t\r\n\f]*)/i}.call(y,o,y,w),h!==void 0&&(w.exports=h)},8438:(w,y,o)=>{var h,n;h=[o(8379)],n=function(r){"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,r.option||(l.optgroup=l.option=[1,"<select multiple='multiple'>","</select>"]),l}.apply(y,h),n!==void 0&&(w.exports=n)},1145:(w,y,o)=>{var h,n;h=[o(264),o(9355),o(7246),o(4995),o(3169),o(4682),o(1153),o(7517),o(5718),o(7116),o(9456),o(5704)],n=function(r,l,c,p,s,u,g,i,m){"use strict";return r.offset={setOffset:function(f,d,S){var v,E,x,P,T,_,b,D=r.css(f,"position"),I=r(f),R={};D==="static"&&(f.style.position="relative"),T=I.offset(),x=r.css(f,"top"),_=r.css(f,"left"),b=(D==="absolute"||D==="fixed")&&(x+_).indexOf("auto")>-1,b?(v=I.position(),P=v.top,E=v.left):(P=parseFloat(x)||0,E=parseFloat(_)||0),p(d)&&(d=d.call(f,S,r.extend({},T))),d.top!=null&&(R.top=d.top-T.top+P),d.left!=null&&(R.left=d.left-T.left+E),"using"in d?d.using.call(f,R):I.css(R)}},r.fn.extend({offset:function(f){if(arguments.length)return f===void 0?this:this.each(function(E){r.offset.setOffset(this,f,E)});var d,S,v=this[0];if(!!v)return v.getClientRects().length?(d=v.getBoundingClientRect(),S=v.ownerDocument.defaultView,{top:d.top+S.pageYOffset,left:d.left+S.pageXOffset}):{top:0,left:0}},position:function(){if(!!this[0]){var f,d,S,v=this[0],E={top:0,left:0};if(r.css(v,"position")==="fixed")d=v.getBoundingClientRect();else{for(d=this.offset(),S=v.ownerDocument,f=v.offsetParent||S.documentElement;f&&(f===S.body||f===S.documentElement)&&r.css(f,"position")==="static";)f=f.parentNode;f&&f!==v&&f.nodeType===1&&(E=r(f).offset(),E.top+=r.css(f,"borderTopWidth",!0),E.left+=r.css(f,"borderLeftWidth",!0))}return{top:d.top-E.top-r.css(v,"marginTop",!0),left:d.left-E.left-r.css(v,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){for(var f=this.offsetParent;f&&r.css(f,"position")==="static";)f=f.offsetParent;return f||c})}}),r.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(f,d){var S=d==="pageYOffset";r.fn[f]=function(v){return l(this,function(E,x,P){var T;if(m(E)?T=E:E.nodeType===9&&(T=E.defaultView),P===void 0)return T?T[d]:E[x];T?T.scrollTo(S?T.pageXOffset:P,S?P:T.pageYOffset):E[x]=P},f,v,arguments.length)}}),r.each(["top","left"],function(f,d){r.cssHooks[d]=g(i.pixelPosition,function(S,v){if(v)return v=u(S,d),s.test(v)?r(S).position()[d]+"px":v})}),r}.apply(y,h),n!==void 0&&(w.exports=n)},1090:(w,y,o)=>{var h,n;h=[o(264),o(5840),o(1210),o(2503)],n=function(r,l){"use strict";return r.extend({queue:function(c,p,s){var u;if(c)return p=(p||"fx")+"queue",u=l.get(c,p),s&&(!u||Array.isArray(s)?u=l.access(c,p,r.makeArray(s)):u.push(s)),u||[]},dequeue:function(c,p){p=p||"fx";var s=r.queue(c,p),u=s.length,g=s.shift(),i=r._queueHooks(c,p),m=function(){r.dequeue(c,p)};g==="inprogress"&&(g=s.shift(),u--),g&&(p==="fx"&&s.unshift("inprogress"),delete i.stop,g.call(c,m,i)),!u&&i&&i.empty.fire()},_queueHooks:function(c,p){var s=p+"queueHooks";return l.get(c,s)||l.access(c,s,{empty:r.Callbacks("once memory").add(function(){l.remove(c,[p+"queue",s])})})}}),r.fn.extend({queue:function(c,p){var s=2;return typeof c!="string"&&(p=c,c="fx",s--),arguments.length<s?r.queue(this[0],c):p===void 0?this:this.each(function(){var u=r.queue(this,c,p);r._queueHooks(this,c),c==="fx"&&u[0]!=="inprogress"&&r.dequeue(this,c)})},dequeue:function(c){return this.each(function(){r.dequeue(this,c)})},clearQueue:function(c){return this.queue(c||"fx",[])},promise:function(c,p){var s,u=1,g=r.Deferred(),i=this,m=this.length,f=function(){--u||g.resolveWith(i,[i])};for(typeof c!="string"&&(p=c,c=void 0),c=c||"fx";m--;)s=l.get(i[m],c+"queueHooks"),s&&s.empty&&(u++,s.empty.add(f));return f(),g.promise(p)}}),r}.apply(y,h),n!==void 0&&(w.exports=n)},5511:(w,y,o)=>{var h,n;h=[o(264),o(1090),o(7309)],n=function(r){"use strict";return r.fn.delay=function(l,c){return l=r.fx&&r.fx.speeds[l]||l,c=c||"fx",this.queue(c,function(p,s){var u=window.setTimeout(p,l);s.stop=function(){window.clearTimeout(u)}})},r.fn.delay}.apply(y,h),n!==void 0&&(w.exports=n)},3727:(w,y,o)=>{var h,n;h=[o(264),o(9475)],n=function(r,l){"use strict";r.find=l,r.expr=l.selectors,r.expr[":"]=r.expr.pseudos,r.uniqueSort=r.unique=l.uniqueSort,r.text=l.getText,r.isXMLDoc=l.isXML,r.contains=l.contains,r.escapeSelector=l.escape}.apply(y,h),n!==void 0&&(w.exports=n)},5704:(w,y,o)=>{var h,n;h=[o(3727)],n=function(){"use strict"}.apply(y,h),n!==void 0&&(w.exports=n)},8433:(w,y,o)=>{var h,n;h=[o(264),o(6282),o(3899),o(4995),o(7116),o(3599),o(3291)],n=function(r,l,c,p){"use strict";var s=/\[\]$/,u=/\r?\n/g,g=/^(?:submit|button|image|reset|file)$/i,i=/^(?:input|select|textarea|keygen)/i;function m(f,d,S,v){var E;if(Array.isArray(d))r.each(d,function(x,P){S||s.test(f)?v(f,P):m(f+"["+(typeof P=="object"&&P!=null?x:"")+"]",P,S,v)});else if(!S&&l(d)==="object")for(E in d)m(f+"["+E+"]",d[E],S,v);else v(f,d)}return r.param=function(f,d){var S,v=[],E=function(x,P){var T=p(P)?P():P;v[v.length]=encodeURIComponent(x)+"="+encodeURIComponent(T==null?"":T)};if(f==null)return"";if(Array.isArray(f)||f.jquery&&!r.isPlainObject(f))r.each(f,function(){E(this.name,this.value)});else for(S in f)m(S,f[S],d,E);return v.join("&")},r.fn.extend({serialize:function(){return r.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var f=r.prop(this,"elements");return f?r.makeArray(f):this}).filter(function(){var f=this.type;return this.name&&!r(this).is(":disabled")&&i.test(this.nodeName)&&!g.test(f)&&(this.checked||!c.test(f))}).map(function(f,d){var S=r(this).val();return S==null?null:Array.isArray(S)?r.map(S,function(v){return{name:d.name,value:v.replace(u,`\r
`)}}):{name:d.name,value:S.replace(u,`\r
`)}}).get()}}),r}.apply(y,h),n!==void 0&&(w.exports=n)},3599:(w,y,o)=>{var h,n;h=[o(264),o(792),o(1221),o(6219),o(6921),o(2711),o(7473),o(7116),o(6563),o(5704)],n=function(r,l,c,p,s,u,g){"use strict";var i=/^(?:parents|prev(?:Until|All))/,m={children:!0,contents:!0,next:!0,prev:!0};r.fn.extend({has:function(d){var S=r(d,this),v=S.length;return this.filter(function(){for(var E=0;E<v;E++)if(r.contains(this,S[E]))return!0})},closest:function(d,S){var v,E=0,x=this.length,P=[],T=typeof d!="string"&&r(d);if(!u.test(d)){for(;E<x;E++)for(v=this[E];v&&v!==S;v=v.parentNode)if(v.nodeType<11&&(T?T.index(v)>-1:v.nodeType===1&&r.find.matchesSelector(v,d))){P.push(v);break}}return this.pushStack(P.length>1?r.uniqueSort(P):P)},index:function(d){return d?typeof d=="string"?c.call(r(d),this[0]):c.call(this,d.jquery?d[0]:d):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(d,S){return this.pushStack(r.uniqueSort(r.merge(this.get(),r(d,S))))},addBack:function(d){return this.add(d==null?this.prevObject:this.prevObject.filter(d))}});function f(d,S){for(;(d=d[S])&&d.nodeType!==1;);return d}return r.each({parent:function(d){var S=d.parentNode;return S&&S.nodeType!==11?S:null},parents:function(d){return p(d,"parentNode")},parentsUntil:function(d,S,v){return p(d,"parentNode",v)},next:function(d){return f(d,"nextSibling")},prev:function(d){return f(d,"previousSibling")},nextAll:function(d){return p(d,"nextSibling")},prevAll:function(d){return p(d,"previousSibling")},nextUntil:function(d,S,v){return p(d,"nextSibling",v)},prevUntil:function(d,S,v){return p(d,"previousSibling",v)},siblings:function(d){return s((d.parentNode||{}).firstChild,d)},children:function(d){return s(d.firstChild)},contents:function(d){return d.contentDocument!=null&&l(d.contentDocument)?d.contentDocument:(g(d,"template")&&(d=d.content||d),r.merge([],d.childNodes))}},function(d,S){r.fn[d]=function(v,E){var x=r.map(this,S,v);return d.slice(-5)!=="Until"&&(E=v),E&&typeof E=="string"&&(x=r.filter(E,x)),this.length>1&&(m[d]||r.uniqueSort(x),i.test(d)&&x.reverse()),this.pushStack(x)}}),r}.apply(y,h),n!==void 0&&(w.exports=n)},6563:(w,y,o)=>{var h,n;h=[o(264),o(1221),o(4995),o(2711),o(5704)],n=function(r,l,c,p){"use strict";function s(u,g,i){return c(g)?r.grep(u,function(m,f){return!!g.call(m,f,m)!==i}):g.nodeType?r.grep(u,function(m){return m===g!==i}):typeof g!="string"?r.grep(u,function(m){return l.call(g,m)>-1!==i}):r.filter(g,u,i)}r.filter=function(u,g,i){var m=g[0];return i&&(u=":not("+u+")"),g.length===1&&m.nodeType===1?r.find.matchesSelector(m,u)?[m]:[]:r.find.matches(u,r.grep(g,function(f){return f.nodeType===1}))},r.fn.extend({find:function(u){var g,i,m=this.length,f=this;if(typeof u!="string")return this.pushStack(r(u).filter(function(){for(g=0;g<m;g++)if(r.contains(f[g],this))return!0}));for(i=this.pushStack([]),g=0;g<m;g++)r.find(u,f[g],i);return m>1?r.uniqueSort(i):i},filter:function(u){return this.pushStack(s(this,u||[],!1))},not:function(u){return this.pushStack(s(this,u||[],!0))},is:function(u){return!!s(this,typeof u=="string"&&p.test(u)?r(u):u||[],!1).length}})}.apply(y,h),n!==void 0&&(w.exports=n)},6219:(w,y,o)=>{var h,n;h=[o(264)],n=function(r){"use strict";return function(l,c,p){for(var s=[],u=p!==void 0;(l=l[c])&&l.nodeType!==9;)if(l.nodeType===1){if(u&&r(l).is(p))break;s.push(l)}return s}}.apply(y,h),n!==void 0&&(w.exports=n)},2711:(w,y,o)=>{var h,n;h=[o(264),o(5704)],n=function(r){"use strict";return r.expr.match.needsContext}.apply(y,h),n!==void 0&&(w.exports=n)},6921:(w,y,o)=>{var h;h=function(){"use strict";return function(n,r){for(var l=[];n;n=n.nextSibling)n.nodeType===1&&n!==r&&l.push(n);return l}}.call(y,o,y,w),h!==void 0&&(w.exports=h)},6234:(w,y,o)=>{var h,n;h=[o(6856)],n=function(r){"use strict";return r.call(Object)}.apply(y,h),n!==void 0&&(w.exports=n)},8081:(w,y,o)=>{var h;h=function(){"use strict";return[]}.call(y,o,y,w),h!==void 0&&(w.exports=h)},7204:(w,y,o)=>{var h;h=function(){"use strict";return{}}.call(y,o,y,w),h!==void 0&&(w.exports=h)},5422:(w,y,o)=>{var h;h=function(){"use strict";return window.document}.call(y,o,y,w),h!==void 0&&(w.exports=h)},7246:(w,y,o)=>{var h,n;h=[o(5422)],n=function(r){"use strict";return r.documentElement}.apply(y,h),n!==void 0&&(w.exports=n)},1216:(w,y,o)=>{var h,n;h=[o(8081)],n=function(r){"use strict";return r.flat?function(l){return r.flat.call(l)}:function(l){return r.concat.apply([],l)}}.apply(y,h),n!==void 0&&(w.exports=n)},6856:(w,y,o)=>{var h,n;h=[o(1878)],n=function(r){"use strict";return r.toString}.apply(y,h),n!==void 0&&(w.exports=n)},792:(w,y,o)=>{var h;h=function(){"use strict";return Object.getPrototypeOf}.call(y,o,y,w),h!==void 0&&(w.exports=h)},1878:(w,y,o)=>{var h,n;h=[o(7204)],n=function(r){"use strict";return r.hasOwnProperty}.apply(y,h),n!==void 0&&(w.exports=n)},1221:(w,y,o)=>{var h,n;h=[o(8081)],n=function(r){"use strict";return r.indexOf}.apply(y,h),n!==void 0&&(w.exports=n)},4995:(w,y,o)=>{var h;h=function(){"use strict";return function(r){return typeof r=="function"&&typeof r.nodeType!="number"&&typeof r.item!="function"}}.call(y,o,y,w),h!==void 0&&(w.exports=h)},5718:(w,y,o)=>{var h;h=function(){"use strict";return function(r){return r!=null&&r===r.window}}.call(y,o,y,w),h!==void 0&&(w.exports=h)},2228:(w,y,o)=>{var h;h=function(){"use strict";return/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source}.call(y,o,y,w),h!==void 0&&(w.exports=h)},5695:(w,y,o)=>{var h,n;h=[o(8081)],n=function(r){"use strict";return r.push}.apply(y,h),n!==void 0&&(w.exports=n)},3899:(w,y,o)=>{var h;h=function(){"use strict";return/^(?:checkbox|radio)$/i}.call(y,o,y,w),h!==void 0&&(w.exports=h)},7445:(w,y,o)=>{var h,n;h=[o(2228)],n=function(r){"use strict";return new RegExp("^(?:([+-])=|)("+r+")([a-z%]*)$","i")}.apply(y,h),n!==void 0&&(w.exports=n)},3153:(w,y,o)=>{var h;h=function(){"use strict";return/[^\x20\t\r\n\f]+/g}.call(y,o,y,w),h!==void 0&&(w.exports=h)},9916:(w,y,o)=>{var h,n;h=[o(8081)],n=function(r){"use strict";return r.slice}.apply(y,h),n!==void 0&&(w.exports=n)},2276:(w,y,o)=>{var h;h=function(){"use strict";return{}}.call(y,o,y,w),h!==void 0&&(w.exports=h)},1030:(w,y,o)=>{var h,n;h=[o(7204)],n=function(r){"use strict";return r.toString}.apply(y,h),n!==void 0&&(w.exports=n)},7286:(w,y,o)=>{var h,n;h=[o(264),o(4995),o(7116),o(9921),o(3599)],n=function(r,l){"use strict";return r.fn.extend({wrapAll:function(c){var p;return this[0]&&(l(c)&&(c=c.call(this[0])),p=r(c,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&p.insertBefore(this[0]),p.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(p){r(this).wrapInner(c.call(this,p))}):this.each(function(){var p=r(this),s=p.contents();s.length?s.wrapAll(c):p.append(c)})},wrap:function(c){var p=l(c);return this.each(function(s){r(this).wrapAll(p?c.call(this,s):c)})},unwrap:function(c){return this.parent(c).not("body").each(function(){r(this).replaceWith(this.childNodes)}),this}}),r}.apply(y,h),n!==void 0&&(w.exports=n)},1893:function(w,y,o){w=o.nmd(w);var h;/**
* @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 n,r="4.17.21",l=200,c="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",p="Expected a function",s="Invalid `variable` option passed into `_.template`",u="__lodash_hash_undefined__",g=500,i="__lodash_placeholder__",m=1,f=2,d=4,S=1,v=2,E=1,x=2,P=4,T=8,_=16,b=32,D=64,I=128,R=256,C=512,O=30,$="...",M=800,k=16,W=1,G=2,U=3,Y=1/0,z=9007199254740991,te=17976931348623157e292,ae=0/0,he=4294967295,Q=he-1,ye=he>>>1,Pe=[["ary",I],["bind",E],["bindKey",x],["curry",T],["curryRight",_],["flip",C],["partial",b],["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]",Bt="[object Function]",Je="[object GeneratorFunction]",et="[object Map]",zt="[object Number]",kr="[object Null]",Pt="[object Object]",Yt="[object Promise]",mr="[object Proxy]",Ft="[object RegExp]",pt="[object Set]",dt="[object String]",xr="[object Symbol]",tn="[object Undefined]",er="[object WeakMap]",vn="[object WeakSet]",tt="[object ArrayBuffer]",tr="[object DataView]",Mt="[object Float32Array]",de="[object Float64Array]",q="[object Int8Array]",fe="[object Int16Array]",xe="[object Int32Array]",re="[object Uint8Array]",me="[object Uint8ClampedArray]",ce="[object Uint16Array]",Ee="[object Uint32Array]",Re=/\b__p \+= '';/g,ke=/\b(__p \+=) '' \+/g,Ce=/(__e\(.*?\)|\b__t\)) \+\n'';/g,De=/&(?:amp|lt|gt|quot|#39);/g,Be=/[&<>"']/g,Ge=RegExp(De.source),it=RegExp(Be.source),xt=/<%-([\s\S]+?)%>/g,Ve=/<%([\s\S]+?)%>/g,yt=/<%=([\s\S]+?)%>/g,F=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,H=/^\w*$/,V=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,ne=/[\\^$.*+?()[\]{}|]/g,Z=RegExp(ne.source),ie=/^\s+/,oe=/\s/,Se=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,_e=/\{\n\/\* \[wrapped with (.+)\] \*/,Oe=/,? & /,Le=/[^\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*)$/,be=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,Ie=/($^)/,st=/['\n\r\u2028\u2029\\]/g,$e="\\ud800-\\udfff",Ut="\\u0300-\\u036f",Ar="\\ufe20-\\ufe2f",Pr="\\u20d0-\\u20ff",Tr=Ut+Ar+Pr,ht="\\u2700-\\u27bf",gt="a-z\\xdf-\\xf6\\xf8-\\xff",Ai="\\xac\\xb1\\xd7\\xf7",Rs="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",Os="\\u2000-\\u206f",rn=" \\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",Ls="A-Z\\xc0-\\xd6\\xd8-\\xde",Fs="\\ufe0e\\ufe0f",Ms=Ai+Rs+Os+rn,Pi="['\u2019]",sl="["+$e+"]",ks="["+Ms+"]",Ln="["+Tr+"]",Bs="\\d+",ol="["+ht+"]",$s="["+gt+"]",Ws="[^"+$e+Ms+Bs+ht+gt+Ls+"]",_i="\\ud83c[\\udffb-\\udfff]",al="(?:"+Ln+"|"+_i+")",Us="[^"+$e+"]",bi="(?:\\ud83c[\\udde6-\\uddff]){2}",wi="[\\ud800-\\udbff][\\udc00-\\udfff]",nn="["+Ls+"]",Hs="\\u200d",Ks="(?:"+$s+"|"+Ws+")",ll="(?:"+nn+"|"+Ws+")",Gs="(?:"+Pi+"(?:d|ll|m|re|s|t|ve))?",zs="(?:"+Pi+"(?:D|LL|M|RE|S|T|VE))?",Ys=al+"?",Vs="["+Fs+"]?",pl="(?:"+Hs+"(?:"+[Us,bi,wi].join("|")+")"+Vs+Ys+")*",ul="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",cl="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",Xs=Vs+Ys+pl,fl="(?:"+[ol,bi,wi].join("|")+")"+Xs,dl="(?:"+[Us+Ln+"?",Ln,bi,wi,sl].join("|")+")",hl=RegExp(Pi,"g"),gl=RegExp(Ln,"g"),xi=RegExp(_i+"(?="+_i+")|"+dl+Xs,"g"),ml=RegExp([nn+"?"+$s+"+"+Gs+"(?="+[ks,nn,"$"].join("|")+")",ll+"+"+zs+"(?="+[ks,nn+Ks,"$"].join("|")+")",nn+"?"+Ks+"+"+Gs,nn+"+"+zs,cl,ul,Bs,fl].join("|"),"g"),vl=RegExp("["+Hs+$e+Tr+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[de]=Et[q]=Et[fe]=Et[xe]=Et[re]=Et[me]=Et[ce]=Et[Ee]=!0,Et[ze]=Et[mt]=Et[tt]=Et[Nt]=Et[tr]=Et[Rt]=Et[Ke]=Et[Bt]=Et[et]=Et[zt]=Et[Pt]=Et[Ft]=Et[pt]=Et[dt]=Et[er]=!1;var St={};St[ze]=St[mt]=St[tt]=St[tr]=St[Nt]=St[Rt]=St[Mt]=St[de]=St[q]=St[fe]=St[xe]=St[et]=St[zt]=St[Pt]=St[Ft]=St[pt]=St[dt]=St[xr]=St[re]=St[me]=St[ce]=St[Ee]=!0,St[Ke]=St[Bt]=St[er]=!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;":"'"},bl={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},wl=parseFloat,xl=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,yn=Js&&!0&&w&&!w.nodeType&&w,js=yn&&yn.exports===Js,Ti=js&&Zs.process,lr=function(){try{var J=yn&&yn.require&&yn.require("util").types;return J||Ti&&Ti.binding&&Ti.binding("util")}catch(se){}}(),qs=lr&&lr.isArrayBuffer,Qs=lr&&lr.isDate,eo=lr&&lr.isMap,to=lr&&lr.isRegExp,ro=lr&&lr.isSet,no=lr&&lr.isTypedArray;function rr(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 Ot=J[Ye];se(Te,Ot,ee(Ot),J)}return Te}function pr(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 Br(J,se){for(var ee=-1,Te=J==null?0:J.length,Ye=0,lt=[];++ee<Te;){var Ot=J[ee];se(Ot,ee,J)&&(lt[Ye++]=Ot)}return lt}function Fn(J,se){var ee=J==null?0:J.length;return!!ee&&sn(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 $r(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 Ol(J){return J.match(Le)||[]}function so(J,se,ee){var Te;return ee(J,function(Ye,lt,Ot){if(se(Ye,lt,Ot))return Te=lt,!1}),Te}function Mn(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 sn(J,se,ee){return se===se?zl(J,se,ee):Mn(J,oo,ee)}function Ll(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?Oi(J,se)/ee:ae}function Ii(J){return function(se){return se==null?n:se[J]}}function Ri(J){return function(se){return J==null?n:J[se]}}function lo(J,se,ee,Te,Ye){return Ye(J,function(lt,Ot,vt){ee=Te?(Te=!1,lt):se(ee,lt,Ot,vt)}),ee}function Fl(J,se){var ee=J.length;for(J.sort(se);ee--;)J[ee]=J[ee].value;return J}function Oi(J,se){for(var ee,Te=-1,Ye=J.length;++Te<Ye;){var lt=se(J[Te]);lt!==n&&(ee=ee===n?lt:ee+lt)}return ee}function Li(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 po(J){return J&&J.slice(0,ho(J)+1).replace(ie,"")}function nr(J){return function(se){return J(se)}}function Fi(J,se){return At(se,function(ee){return J[ee]})}function Sn(J,se){return J.has(se)}function uo(J,se){for(var ee=-1,Te=J.length;++ee<Te&&sn(se,J[ee],0)>-1;);return ee}function co(J,se){for(var ee=J.length;ee--&&sn(se,J[ee],0)>-1;);return ee}function kl(J,se){for(var ee=J.length,Te=0;ee--;)J[ee]===se&&++Te;return Te}var Bl=Ri(Al),$l=Ri(Pl);function Wl(J){return"\\"+bl[J]}function Ul(J,se){return J==null?n:J[se]}function on(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 Wr(J,se){for(var ee=-1,Te=J.length,Ye=0,lt=[];++ee<Te;){var Ot=J[ee];(Ot===se||Ot===i)&&(J[ee]=i,lt[Ye++]=ee)}return lt}function kn(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 an(J){return on(J)?Xl(J):Il(J)}function vr(J){return on(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=xi.lastIndex=0;xi.test(J);)++se;return se}function Zl(J){return J.match(xi)||[]}function Jl(J){return J.match(ml)||[]}var jl=function J(se){se=se==null?$t:Bn.defaults($t.Object(),se,Bn.pick($t,Sl));var ee=se.Array,Te=se.Date,Ye=se.Error,lt=se.Function,Ot=se.Math,vt=se.Object,ki=se.RegExp,ql=se.String,ur=se.TypeError,$n=ee.prototype,Ql=lt.prototype,ln=vt.prototype,Wn=se["__core-js_shared__"],Un=Ql.toString,ft=ln.hasOwnProperty,ep=0,go=function(){var e=/[^.]+$/.exec(Wn&&Wn.keys&&Wn.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}(),Hn=ln.toString,tp=Un.call(vt),rp=$t._,np=ki("^"+Un.call(ft).replace(ne,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Kn=js?se.Buffer:n,Ur=se.Symbol,Gn=se.Uint8Array,mo=Kn?Kn.allocUnsafe:n,zn=fo(vt.getPrototypeOf,vt),vo=vt.create,yo=ln.propertyIsEnumerable,Yn=$n.splice,So=Ur?Ur.isConcatSpreadable:n,En=Ur?Ur.iterator:n,Vr=Ur?Ur.toStringTag:n,Vn=function(){try{var e=qr(vt,"defineProperty");return e({},"",{}),e}catch(t){}}(),ip=se.clearTimeout!==$t.clearTimeout&&se.clearTimeout,sp=Te&&Te.now!==$t.Date.now&&Te.now,op=se.setTimeout!==$t.setTimeout&&se.setTimeout,Xn=Ot.ceil,Zn=Ot.floor,Bi=vt.getOwnPropertySymbols,ap=Kn?Kn.isBuffer:n,Eo=se.isFinite,lp=$n.join,pp=fo(vt.keys,vt),Lt=Ot.max,Ht=Ot.min,up=Te.now,cp=se.parseInt,Ao=Ot.random,fp=$n.reverse,$i=qr(se,"DataView"),An=qr(se,"Map"),Wi=qr(se,"Promise"),pn=qr(se,"Set"),Pn=qr(se,"WeakMap"),_n=qr(vt,"create"),Jn=Pn&&new Pn,un={},dp=Qr($i),hp=Qr(An),gp=Qr(Wi),mp=Qr(pn),vp=Qr(Pn),jn=Ur?Ur.prototype:n,bn=jn?jn.valueOf:n,Po=jn?jn.toString:n;function L(e){if(wt(e)&&!Xe(e)&&!(e instanceof nt)){if(e instanceof cr)return e;if(ft.call(e,"__wrapped__"))return _a(e)}return new cr(e)}var cn=function(){function e(){}return function(t){if(!bt(t))return{};if(vo)return vo(t);e.prototype=t;var a=new e;return e.prototype=n,a}}();function qn(){}function cr(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=n}L.templateSettings={escape:xt,evaluate:Ve,interpolate:yt,variable:"",imports:{_:L}},L.prototype=qn.prototype,L.prototype.constructor=L,cr.prototype=cn(qn.prototype),cr.prototype.constructor=cr;function nt(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=he,this.__views__=[]}function yp(){var e=new nt(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 Sp(){if(this.__filtered__){var e=new nt(this);e.__dir__=-1,e.__filtered__=!0}else e=this.clone(),e.__dir__*=-1;return e}function Ep(){var e=this.__wrapped__.value(),t=this.__dir__,a=Xe(e),A=t<0,N=a?e.length:0,B=Ru(0,N,this.__views__),K=B.start,X=B.end,j=X-K,pe=A?X:K-1,ue=this.__iteratees__,ge=ue.length,we=0,Ne=Ht(j,this.__takeCount__);if(!a||!A&&N==j&&Ne==j)return Yo(e,this.__actions__);var Ue=[];e:for(;j--&&we<Ne;){pe+=t;for(var qe=-1,He=e[pe];++qe<ge;){var rt=ue[qe],ot=rt.iteratee,or=rt.type,Zt=ot(He);if(or==G)He=Zt;else if(!Zt){if(or==W)continue e;break e}}Ue[we++]=He}return Ue}nt.prototype=cn(qn.prototype),nt.prototype.constructor=nt;function Xr(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 Ap(){this.__data__=_n?_n(null):{},this.size=0}function Pp(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}function _p(e){var t=this.__data__;if(_n){var a=t[e];return a===u?n:a}return ft.call(t,e)?t[e]:n}function bp(e){var t=this.__data__;return _n?t[e]!==n:ft.call(t,e)}function wp(e,t){var a=this.__data__;return this.size+=this.has(e)?0:1,a[e]=_n&&t===n?u:t,this}Xr.prototype.clear=Ap,Xr.prototype.delete=Pp,Xr.prototype.get=_p,Xr.prototype.has=bp,Xr.prototype.set=wp;function Dr(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 xp(){this.__data__=[],this.size=0}function Tp(e){var t=this.__data__,a=Qn(t,e);if(a<0)return!1;var A=t.length-1;return a==A?t.pop():Yn.call(t,a,1),--this.size,!0}function Dp(e){var t=this.__data__,a=Qn(t,e);return a<0?n:t[a][1]}function Cp(e){return Qn(this.__data__,e)>-1}function Np(e,t){var a=this.__data__,A=Qn(a,e);return A<0?(++this.size,a.push([e,t])):a[A][1]=t,this}Dr.prototype.clear=xp,Dr.prototype.delete=Tp,Dr.prototype.get=Dp,Dr.prototype.has=Cp,Dr.prototype.set=Np;function Cr(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 Ip(){this.size=0,this.__data__={hash:new Xr,map:new(An||Dr),string:new Xr}}function Rp(e){var t=ci(this,e).delete(e);return this.size-=t?1:0,t}function Op(e){return ci(this,e).get(e)}function Lp(e){return ci(this,e).has(e)}function Fp(e,t){var a=ci(this,e),A=a.size;return a.set(e,t),this.size+=a.size==A?0:1,this}Cr.prototype.clear=Ip,Cr.prototype.delete=Rp,Cr.prototype.get=Op,Cr.prototype.has=Lp,Cr.prototype.set=Fp;function Zr(e){var t=-1,a=e==null?0:e.length;for(this.__data__=new Cr;++t<a;)this.add(e[t])}function Mp(e){return this.__data__.set(e,u),this}function kp(e){return this.__data__.has(e)}Zr.prototype.add=Zr.prototype.push=Mp,Zr.prototype.has=kp;function yr(e){var t=this.__data__=new Dr(e);this.size=t.size}function Bp(){this.__data__=new Dr,this.size=0}function $p(e){var t=this.__data__,a=t.delete(e);return this.size=t.size,a}function Wp(e){return this.__data__.get(e)}function Up(e){return this.__data__.has(e)}function Hp(e,t){var a=this.__data__;if(a instanceof Dr){var A=a.__data__;if(!An||A.length<l-1)return A.push([e,t]),this.size=++a.size,this;a=this.__data__=new Cr(A)}return a.set(e,t),this.size=a.size,this}yr.prototype.clear=Bp,yr.prototype.delete=$p,yr.prototype.get=Wp,yr.prototype.has=Up,yr.prototype.set=Hp;function _o(e,t){var a=Xe(e),A=!a&&en(e),N=!a&&!A&&Yr(e),B=!a&&!A&&!N&&gn(e),K=a||A||N||B,X=K?Li(e.length,ql):[],j=X.length;for(var pe in e)(t||ft.call(e,pe))&&!(K&&(pe=="length"||N&&(pe=="offset"||pe=="parent")||B&&(pe=="buffer"||pe=="byteLength"||pe=="byteOffset")||Or(pe,j)))&&X.push(pe);return X}function bo(e){var t=e.length;return t?e[ji(0,t-1)]:n}function Kp(e,t){return fi(Jt(e),Jr(t,0,e.length))}function Gp(e){return fi(Jt(e))}function Ui(e,t,a){(a!==n&&!Sr(e[t],a)||a===n&&!(t in e))&&Nr(e,t,a)}function wn(e,t,a){var A=e[t];(!(ft.call(e,t)&&Sr(A,a))||a===n&&!(t in e))&&Nr(e,t,a)}function Qn(e,t){for(var a=e.length;a--;)if(Sr(e[a][0],t))return a;return-1}function zp(e,t,a,A){return Hr(e,function(N,B,K){t(A,N,a(N),K)}),A}function wo(e,t){return e&&br(t,kt(t),e)}function Yp(e,t){return e&&br(t,qt(t),e)}function Nr(e,t,a){t=="__proto__"&&Vn?Vn(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),B=e==null;++a<A;)N[a]=B?n:Ps(e,t[a]);return N}function Jr(e,t,a){return e===e&&(a!==n&&(e=e<=a?e:a),t!==n&&(e=e>=t?e:t)),e}function fr(e,t,a,A,N,B){var K,X=t&m,j=t&f,pe=t&d;if(a&&(K=N?a(e,A,N,B):a(e)),K!==n)return K;if(!bt(e))return e;var ue=Xe(e);if(ue){if(K=Lu(e),!X)return Jt(e,K)}else{var ge=Kt(e),we=ge==Bt||ge==Je;if(Yr(e))return Zo(e,X);if(ge==Pt||ge==ze||we&&!N){if(K=j||we?{}:ha(e),!X)return j?_u(e,Yp(K,e)):Pu(e,wo(K,e))}else{if(!St[ge])return N?e:{};K=Fu(e,ge,X)}}B||(B=new yr);var Ne=B.get(e);if(Ne)return Ne;B.set(e,K),Ka(e)?e.forEach(function(He){K.add(fr(He,t,a,He,e,B))}):Ua(e)&&e.forEach(function(He,rt){K.set(rt,fr(He,t,a,rt,e,B))});var Ue=pe?j?ls:as:j?qt:kt,qe=ue?n:Ue(e);return pr(qe||e,function(He,rt){qe&&(rt=He,He=e[rt]),wn(K,rt,fr(He,t,a,rt,e,B))}),K}function Vp(e){var t=kt(e);return function(a){return xo(a,e,t)}}function xo(e,t,a){var A=a.length;if(e==null)return!A;for(e=vt(e);A--;){var N=a[A],B=t[N],K=e[N];if(K===n&&!(N in e)||!B(K))return!1}return!0}function To(e,t,a){if(typeof e!="function")throw new ur(p);return Rn(function(){e.apply(n,a)},t)}function xn(e,t,a,A){var N=-1,B=Fn,K=!0,X=e.length,j=[],pe=t.length;if(!X)return j;a&&(t=At(t,nr(a))),A?(B=Di,K=!1):t.length>=l&&(B=Sn,K=!1,t=new Zr(t));e:for(;++N<X;){var ue=e[N],ge=a==null?ue:a(ue);if(ue=A||ue!==0?ue:0,K&&ge===ge){for(var we=pe;we--;)if(t[we]===ge)continue e;j.push(ue)}else B(t,ge,A)||j.push(ue)}return j}var Hr=ea(_r),Do=ea(Gi,!0);function Xp(e,t){var a=!0;return Hr(e,function(A,N,B){return a=!!t(A,N,B),a}),a}function ei(e,t,a){for(var A=-1,N=e.length;++A<N;){var B=e[A],K=t(B);if(K!=null&&(X===n?K===K&&!sr(K):a(K,X)))var X=K,j=B}return j}function Zp(e,t,a,A){var N=e.length;for(a=je(a),a<0&&(a=-a>N?0:N+a),A=A===n||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 Hr(e,function(A,N,B){t(A,N,B)&&a.push(A)}),a}function Wt(e,t,a,A,N){var B=-1,K=e.length;for(a||(a=ku),N||(N=[]);++B<K;){var X=e[B];t>0&&a(X)?t>1?Wt(X,t-1,a,A,N):$r(N,X):A||(N[N.length]=X)}return N}var Ki=ta(),No=ta(!0);function _r(e,t){return e&&Ki(e,t,kt)}function Gi(e,t){return e&&No(e,t,kt)}function ti(e,t){return Br(t,function(a){return Lr(e[a])})}function jr(e,t){t=Gr(t,e);for(var a=0,A=t.length;e!=null&&a<A;)e=e[wr(t[a++])];return a&&a==A?e:n}function Io(e,t,a){var A=t(e);return Xe(e)?A:$r(A,a(e))}function Vt(e){return e==null?e===n?tn:kr:Vr&&Vr in vt(e)?Iu(e):Gu(e)}function zi(e,t){return e>t}function Jp(e,t){return e!=null&&ft.call(e,t)}function jp(e,t){return e!=null&&t in vt(e)}function qp(e,t,a){return e>=Ht(t,a)&&e<Lt(t,a)}function Yi(e,t,a){for(var A=a?Di:Fn,N=e[0].length,B=e.length,K=B,X=ee(B),j=1/0,pe=[];K--;){var ue=e[K];K&&t&&(ue=At(ue,nr(t))),j=Ht(ue.length,j),X[K]=!a&&(t||N>=120&&ue.length>=120)?new Zr(K&&ue):n}ue=e[0];var ge=-1,we=X[0];e:for(;++ge<N&&pe.length<j;){var Ne=ue[ge],Ue=t?t(Ne):Ne;if(Ne=a||Ne!==0?Ne:0,!(we?Sn(we,Ue):A(pe,Ue,a))){for(K=B;--K;){var qe=X[K];if(!(qe?Sn(qe,Ue):A(e[K],Ue,a)))continue e}we&&we.push(Ue),pe.push(Ne)}}return pe}function Qp(e,t,a,A){return _r(e,function(N,B,K){t(A,a(N),B,K)}),A}function Tn(e,t,a){t=Gr(t,e),e=ya(e,t);var A=e==null?e:e[wr(hr(t))];return A==null?n:rr(A,e,a)}function Ro(e){return wt(e)&&Vt(e)==ze}function eu(e){return wt(e)&&Vt(e)==tt}function tu(e){return wt(e)&&Vt(e)==Rt}function Dn(e,t,a,A,N){return e===t?!0:e==null||t==null||!wt(e)&&!wt(t)?e!==e&&t!==t:ru(e,t,a,A,Dn,N)}function ru(e,t,a,A,N,B){var K=Xe(e),X=Xe(t),j=K?mt:Kt(e),pe=X?mt:Kt(t);j=j==ze?Pt:j,pe=pe==ze?Pt:pe;var ue=j==Pt,ge=pe==Pt,we=j==pe;if(we&&Yr(e)){if(!Yr(t))return!1;K=!0,ue=!1}if(we&&!ue)return B||(B=new yr),K||gn(e)?ca(e,t,a,A,N,B):Cu(e,t,j,a,A,N,B);if(!(a&S)){var Ne=ue&&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 B||(B=new yr),N(qe,He,a,A,B)}}return we?(B||(B=new yr),Nu(e,t,a,A,N,B)):!1}function nu(e){return wt(e)&&Kt(e)==et}function Vi(e,t,a,A){var N=a.length,B=N,K=!A;if(e==null)return!B;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<B;){X=a[N];var j=X[0],pe=e[j],ue=X[1];if(K&&X[2]){if(pe===n&&!(j in e))return!1}else{var ge=new yr;if(A)var we=A(pe,ue,j,e,t,ge);if(!(we===n?Dn(ue,pe,S|v,A,ge):we))return!1}}return!0}function Oo(e){if(!bt(e)||$u(e))return!1;var t=Lr(e)?np:ve;return t.test(Qr(e))}function iu(e){return wt(e)&&Vt(e)==Ft}function su(e){return wt(e)&&Kt(e)==pt}function ou(e){return wt(e)&&yi(e.length)&&!!Et[Vt(e)]}function Lo(e){return typeof e=="function"?e:e==null?Qt:typeof e=="object"?Xe(e)?ko(e[0],e[1]):Mo(e):rl(e)}function Xi(e){if(!In(e))return pp(e);var t=[];for(var a in vt(e))ft.call(e,a)&&a!="constructor"&&t.push(a);return t}function au(e){if(!bt(e))return Ku(e);var t=In(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 Hr(e,function(N,B,K){A[++a]=t(N,B,K)}),A}function Mo(e){var t=us(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 ko(e,t){return fs(e)&&ga(t)?ma(wr(e),t):function(a){var A=Ps(a,e);return A===n&&A===t?_s(a,e):Dn(t,A,S|v)}}function ri(e,t,a,A,N){e!==t&&Ki(t,function(B,K){if(N||(N=new yr),bt(B))lu(e,t,K,a,ri,A,N);else{var X=A?A(hs(e,K),B,K+"",e,t,N):n;X===n&&(X=B),Ui(e,K,X)}},qt)}function lu(e,t,a,A,N,B,K){var X=hs(e,a),j=hs(t,a),pe=K.get(j);if(pe){Ui(e,a,pe);return}var ue=B?B(X,j,a+"",e,t,K):n,ge=ue===n;if(ge){var we=Xe(j),Ne=!we&&Yr(j),Ue=!we&&!Ne&&gn(j);ue=j,we||Ne||Ue?Xe(X)?ue=X:Dt(X)?ue=Jt(X):Ne?(ge=!1,ue=Zo(j,!0)):Ue?(ge=!1,ue=Jo(j,!0)):ue=[]:On(j)||en(j)?(ue=X,en(X)?ue=Ya(X):(!bt(X)||Lr(X))&&(ue=ha(j))):ge=!1}ge&&(K.set(j,ue),N(ue,j,A,B,K),K.delete(j)),Ui(e,a,ue)}function Bo(e,t){var a=e.length;if(!!a)return t+=t<0?a:0,Or(t,a)?e[t]:n}function $o(e,t,a){t.length?t=At(t,function(B){return Xe(B)?function(K){return jr(K,B.length===1?B[0]:B)}:B}):t=[Qt];var A=-1;t=At(t,nr(We()));var N=Fo(e,function(B,K,X){var j=At(t,function(pe){return pe(B)});return{criteria:j,index:++A,value:B}});return Fl(N,function(B,K){return Au(B,K,a)})}function pu(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,B={};++A<N;){var K=t[A],X=jr(e,K);a(X,K)&&Cn(B,Gr(K,e),X)}return B}function uu(e){return function(t){return jr(t,e)}}function Ji(e,t,a,A){var N=A?Ll:sn,B=-1,K=t.length,X=e;for(e===t&&(t=Jt(t)),a&&(X=At(e,nr(a)));++B<K;)for(var j=0,pe=t[B],ue=a?a(pe):pe;(j=N(X,ue,j,A))>-1;)X!==e&&Yn.call(X,j,1),Yn.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!==B){var B=N;Or(N)?Yn.call(e,N,1):es(e,N)}}return e}function ji(e,t){return e+Zn(Ao()*(t-e+1))}function cu(e,t,a,A){for(var N=-1,B=Lt(Xn((t-e)/(a||1)),0),K=ee(B);B--;)K[A?B:++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=Zn(t/2),t&&(e+=e);while(t);return a}function Qe(e,t){return gs(va(e,t,Qt),e+"")}function fu(e){return bo(mn(e))}function du(e,t){var a=mn(e);return fi(a,Jr(t,0,a.length))}function Cn(e,t,a,A){if(!bt(e))return e;t=Gr(t,e);for(var N=-1,B=t.length,K=B-1,X=e;X!=null&&++N<B;){var j=wr(t[N]),pe=a;if(j==="__proto__"||j==="constructor"||j==="prototype")return e;if(N!=K){var ue=X[j];pe=A?A(ue,j,X):n,pe===n&&(pe=bt(ue)?ue:Or(t[N+1])?[]:{})}wn(X,j,pe),X=X[j]}return e}var Ho=Jn?function(e,t){return Jn.set(e,t),e}:Qt,hu=Vn?function(e,t){return Vn(e,"toString",{configurable:!0,enumerable:!1,value:ws(t),writable:!0})}:Qt;function gu(e){return fi(mn(e))}function dr(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 B=ee(N);++A<N;)B[A]=e[A+t];return B}function mu(e,t){var a;return Hr(e,function(A,N,B){return a=t(A,N,B),!a}),!!a}function ni(e,t,a){var A=0,N=e==null?A:e.length;if(typeof t=="number"&&t===t&&N<=ye){for(;A<N;){var B=A+N>>>1,K=e[B];K!==null&&!sr(K)&&(a?K<=t:K<t)?A=B+1:N=B}return N}return Qi(e,t,Qt,a)}function Qi(e,t,a,A){var N=0,B=e==null?0:e.length;if(B===0)return 0;t=a(t);for(var K=t!==t,X=t===null,j=sr(t),pe=t===n;N<B;){var ue=Zn((N+B)/2),ge=a(e[ue]),we=ge!==n,Ne=ge===null,Ue=ge===ge,qe=sr(ge);if(K)var He=A||Ue;else pe?He=Ue&&(A||we):X?He=Ue&&we&&(A||!Ne):j?He=Ue&&we&&!Ne&&(A||!qe):Ne||qe?He=!1:He=A?ge<=t:ge<t;He?N=ue+1:B=ue}return Ht(B,Q)}function Ko(e,t){for(var a=-1,A=e.length,N=0,B=[];++a<A;){var K=e[a],X=t?t(K):K;if(!a||!Sr(X,j)){var j=X;B[N++]=K===0?0:K}}return B}function Go(e){return typeof e=="number"?e:sr(e)?ae:+e}function ir(e){if(typeof e=="string")return e;if(Xe(e))return At(e,ir)+"";if(sr(e))return Po?Po.call(e):"";var t=e+"";return t=="0"&&1/e==-Y?"-0":t}function Kr(e,t,a){var A=-1,N=Fn,B=e.length,K=!0,X=[],j=X;if(a)K=!1,N=Di;else if(B>=l){var pe=t?null:Tu(e);if(pe)return kn(pe);K=!1,N=Sn,j=new Zr}else j=t?[]:X;e:for(;++A<B;){var ue=e[A],ge=t?t(ue):ue;if(ue=a||ue!==0?ue:0,K&&ge===ge){for(var we=j.length;we--;)if(j[we]===ge)continue e;t&&j.push(ge),X.push(ue)}else N(j,ge,a)||(j!==X&&j.push(ge),X.push(ue))}return X}function es(e,t){return t=Gr(t,e),e=ya(e,t),e==null||delete e[wr(hr(t))]}function zo(e,t,a,A){return Cn(e,t,a(jr(e,t)),A)}function ii(e,t,a,A){for(var N=e.length,B=A?N:-1;(A?B--:++B<N)&&t(e[B],B,e););return a?dr(e,A?0:B,A?B+1:N):dr(e,A?B+1:0,A?N:B)}function Yo(e,t){var a=e;return a instanceof nt&&(a=a.value()),Ci(t,function(A,N){return N.func.apply(N.thisArg,$r([A],N.args))},a)}function ts(e,t,a){var A=e.length;if(A<2)return A?Kr(e[0]):[];for(var N=-1,B=ee(A);++N<A;)for(var K=e[N],X=-1;++X<A;)X!=N&&(B[N]=xn(B[N]||K,e[X],t,a));return Kr(Wt(B,1),t,a)}function Vo(e,t,a){for(var A=-1,N=e.length,B=t.length,K={};++A<N;){var X=A<B?t[A]:n;a(K,e[A],X)}return K}function rs(e){return Dt(e)?e:[]}function ns(e){return typeof e=="function"?e:Qt}function Gr(e,t){return Xe(e)?e:fs(e,t)?[e]:Pa(ut(e))}var vu=Qe;function zr(e,t,a){var A=e.length;return a=a===n?A:a,!t&&a>=A?e:dr(e,t,a)}var Xo=ip||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 Gn(t).set(new Gn(e)),t}function yu(e,t){var a=t?is(e.buffer):e.buffer;return new e.constructor(a,e.byteOffset,e.byteLength)}function Su(e){var t=new e.constructor(e.source,Fe.exec(e));return t.lastIndex=e.lastIndex,t}function Eu(e){return bn?vt(bn.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!==n,A=e===null,N=e===e,B=sr(e),K=t!==n,X=t===null,j=t===t,pe=sr(t);if(!X&&!pe&&!B&&e>t||B&&K&&j&&!X&&!pe||A&&K&&j||!a&&j||!N)return 1;if(!A&&!B&&!pe&&e<t||pe&&a&&N&&!A&&!B||X&&a&&N||!K&&N||!j)return-1}return 0}function Au(e,t,a){for(var A=-1,N=e.criteria,B=t.criteria,K=N.length,X=a.length;++A<K;){var j=jo(N[A],B[A]);if(j){if(A>=X)return j;var pe=a[A];return j*(pe=="desc"?-1:1)}}return e.index-t.index}function qo(e,t,a,A){for(var N=-1,B=e.length,K=a.length,X=-1,j=t.length,pe=Lt(B-K,0),ue=ee(j+pe),ge=!A;++X<j;)ue[X]=t[X];for(;++N<K;)(ge||N<B)&&(ue[a[N]]=e[N]);for(;pe--;)ue[X++]=e[N++];return ue}function Qo(e,t,a,A){for(var N=-1,B=e.length,K=-1,X=a.length,j=-1,pe=t.length,ue=Lt(B-X,0),ge=ee(ue+pe),we=!A;++N<ue;)ge[N]=e[N];for(var Ne=N;++j<pe;)ge[Ne+j]=t[j];for(;++K<X;)(we||N<B)&&(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 br(e,t,a,A){var N=!a;a||(a={});for(var B=-1,K=t.length;++B<K;){var X=t[B],j=A?A(a[X],e[X],X,a,e):n;j===n&&(j=e[X]),N?Nr(a,X,j):wn(a,X,j)}return a}function Pu(e,t){return br(e,cs(e),t)}function _u(e,t){return br(e,fa(e),t)}function si(e,t){return function(a,A){var N=Xe(a)?Dl:zp,B=t?t():{};return N(a,e,We(A,2),B)}}function fn(e){return Qe(function(t,a){var A=-1,N=a.length,B=N>1?a[N-1]:n,K=N>2?a[2]:n;for(B=e.length>3&&typeof B=="function"?(N--,B):n,K&&Xt(a[0],a[1],K)&&(B=N<3?n:B,N=1),t=vt(t);++A<N;){var X=a[A];X&&e(t,X,A,B)}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,B=t?N:-1,K=vt(a);(t?B--:++B<N)&&A(K[B],B,K)!==!1;);return a}}function ta(e){return function(t,a,A){for(var N=-1,B=vt(t),K=A(t),X=K.length;X--;){var j=K[e?X:++N];if(a(B[j],j,B)===!1)break}return t}}function bu(e,t,a){var A=t&E,N=Nn(e);function B(){var K=this&&this!==$t&&this instanceof B?N:e;return K.apply(A?a:this,arguments)}return B}function ra(e){return function(t){t=ut(t);var a=on(t)?vr(t):n,A=a?a[0]:t.charAt(0),N=a?zr(a,1).join(""):t.slice(1);return A[e]()+N}}function dn(e){return function(t){return Ci(el(Qa(t).replace(hl,"")),e,"")}}function Nn(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=cn(e.prototype),A=e.apply(a,t);return bt(A)?A:a}}function wu(e,t,a){var A=Nn(e);function N(){for(var B=arguments.length,K=ee(B),X=B,j=hn(N);X--;)K[X]=arguments[X];var pe=B<3&&K[0]!==j&&K[B-1]!==j?[]:Wr(K,j);if(B-=pe.length,B<a)return aa(e,t,oi,N.placeholder,n,K,pe,n,n,a-B);var ue=this&&this!==$t&&this instanceof N?A:e;return rr(ue,this,K)}return N}function na(e){return function(t,a,A){var N=vt(t);if(!jt(t)){var B=We(a,3);t=kt(t),a=function(X){return B(N[X],X,N)}}var K=e(t,a,A);return K>-1?N[B?t[K]:K]:n}}function ia(e){return Rr(function(t){var a=t.length,A=a,N=cr.prototype.thru;for(e&&t.reverse();A--;){var B=t[A];if(typeof B!="function")throw new ur(p);if(N&&!K&&ui(B)=="wrapper")var K=new cr([],!0)}for(A=K?A:a;++A<a;){B=t[A];var X=ui(B),j=X=="wrapper"?ps(B):n;j&&ds(j[0])&&j[1]==(I|T|b|R)&&!j[4].length&&j[9]==1?K=K[ui(j[0])].apply(K,j[3]):K=B.length==1&&ds(B)?K[X]():K.thru(B)}return function(){var pe=arguments,ue=pe[0];if(K&&pe.length==1&&Xe(ue))return K.plant(ue).value();for(var ge=0,we=a?t[ge].apply(this,pe):ue;++ge<a;)we=t[ge].call(this,we);return we}})}function oi(e,t,a,A,N,B,K,X,j,pe){var ue=t&I,ge=t&E,we=t&x,Ne=t&(T|_),Ue=t&C,qe=we?n:Nn(e);function He(){for(var rt=arguments.length,ot=ee(rt),or=rt;or--;)ot[or]=arguments[or];if(Ne)var Zt=hn(He),ar=kl(ot,Zt);if(A&&(ot=qo(ot,A,N,Ne)),B&&(ot=Qo(ot,B,K,Ne)),rt-=ar,Ne&&rt<pe){var Ct=Wr(ot,Zt);return aa(e,t,oi,He.placeholder,a,ot,Ct,X,j,pe-rt)}var Er=ge?a:this,Mr=we?Er[e]:e;return rt=ot.length,X?ot=zu(ot,X):Ue&&rt>1&&ot.reverse(),ue&&j<rt&&(ot.length=j),this&&this!==$t&&this instanceof He&&(Mr=qe||Nn(Mr)),Mr.apply(Er,ot)}return He}function sa(e,t){return function(a,A){return Qp(a,e,t(A),{})}}function ai(e,t){return function(a,A){var N;if(a===n&&A===n)return t;if(a!==n&&(N=a),A!==n){if(N===n)return A;typeof a=="string"||typeof A=="string"?(a=ir(a),A=ir(A)):(a=Go(a),A=Go(A)),N=e(a,A)}return N}}function ss(e){return Rr(function(t){return t=At(t,nr(We())),Qe(function(a){var A=this;return e(t,function(N){return rr(N,A,a)})})})}function li(e,t){t=t===n?" ":ir(t);var a=t.length;if(a<2)return a?qi(t,e):t;var A=qi(t,Xn(e/an(t)));return on(t)?zr(vr(A),0,e).join(""):A.slice(0,e)}function xu(e,t,a,A){var N=t&E,B=Nn(e);function K(){for(var X=-1,j=arguments.length,pe=-1,ue=A.length,ge=ee(ue+j),we=this&&this!==$t&&this instanceof K?B:e;++pe<ue;)ge[pe]=A[pe];for(;j--;)ge[pe++]=arguments[++X];return rr(we,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=n),t=Fr(t),a===n?(a=t,t=0):a=Fr(a),A=A===n?t<a?1:-1:Fr(A),cu(t,a,A,e)}}function pi(e){return function(t,a){return typeof t=="string"&&typeof a=="string"||(t=gr(t),a=gr(a)),e(t,a)}}function aa(e,t,a,A,N,B,K,X,j,pe){var ue=t&T,ge=ue?K:n,we=ue?n:K,Ne=ue?B:n,Ue=ue?n:B;t|=ue?b:D,t&=~(ue?D:b),t&P||(t&=~(E|x));var qe=[e,t,N,Ne,ge,Ue,we,X,j,pe],He=a.apply(n,qe);return ds(e)&&Sa(He,qe),He.placeholder=A,Ea(He,e,t)}function os(e){var t=Ot[e];return function(a,A){if(a=gr(a),A=A==null?0:Ht(je(A),292),A&&Eo(a)){var N=(ut(a)+"e").split("e"),B=t(N[0]+"e"+(+N[1]+A));return N=(ut(B)+"e").split("e"),+(N[0]+"e"+(+N[1]-A))}return t(a)}}var Tu=pn&&1/kn(new pn([,-0]))[1]==Y?function(e){return new pn(e)}:Ds;function la(e){return function(t){var a=Kt(t);return a==et?Mi(t):a==pt?Gl(t):Ml(t,e(t))}}function Ir(e,t,a,A,N,B,K,X){var j=t&x;if(!j&&typeof e!="function")throw new ur(p);var pe=A?A.length:0;if(pe||(t&=~(b|D),A=N=n),K=K===n?K:Lt(je(K),0),X=X===n?X:je(X),pe-=N?N.length:0,t&D){var ue=A,ge=N;A=N=n}var we=j?n:ps(e),Ne=[e,t,a,A,N,ue,ge,B,K,X];if(we&&Hu(Ne,we),e=Ne[0],t=Ne[1],a=Ne[2],A=Ne[3],N=Ne[4],X=Ne[9]=Ne[9]===n?j?0:e.length:Lt(Ne[9]-pe,0),!X&&t&(T|_)&&(t&=~(T|_)),!t||t==E)var Ue=bu(e,t,a);else t==T||t==_?Ue=wu(e,t,X):(t==b||t==(E|b))&&!N.length?Ue=xu(e,t,a,A):Ue=oi.apply(n,Ne);var qe=we?Ho:Sa;return Ea(qe(Ue,Ne),e,t)}function pa(e,t,a,A){return e===n||Sr(e,ln[a])&&!ft.call(A,a)?t:e}function ua(e,t,a,A,N,B){return bt(e)&&bt(t)&&(B.set(t,e),ri(e,t,n,ua,B),B.delete(t)),e}function Du(e){return On(e)?n:e}function ca(e,t,a,A,N,B){var K=a&S,X=e.length,j=t.length;if(X!=j&&!(K&&j>X))return!1;var pe=B.get(e),ue=B.get(t);if(pe&&ue)return pe==t&&ue==e;var ge=-1,we=!0,Ne=a&v?new Zr:n;for(B.set(e,t),B.set(t,e);++ge<X;){var Ue=e[ge],qe=t[ge];if(A)var He=K?A(qe,Ue,ge,t,e,B):A(Ue,qe,ge,e,t,B);if(He!==n){if(He)continue;we=!1;break}if(Ne){if(!Ni(t,function(rt,ot){if(!Sn(Ne,ot)&&(Ue===rt||N(Ue,rt,a,A,B)))return Ne.push(ot)})){we=!1;break}}else if(!(Ue===qe||N(Ue,qe,a,A,B))){we=!1;break}}return B.delete(e),B.delete(t),we}function Cu(e,t,a,A,N,B,K){switch(a){case tr:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case tt:return!(e.byteLength!=t.byteLength||!B(new Gn(e),new Gn(t)));case Nt:case Rt:case zt:return Sr(+e,+t);case Ke:return e.name==t.name&&e.message==t.message;case Ft:case dt:return e==t+"";case et:var X=Mi;case pt:var j=A&S;if(X||(X=kn),e.size!=t.size&&!j)return!1;var pe=K.get(e);if(pe)return pe==t;A|=v,K.set(e,t);var ue=ca(X(e),X(t),A,N,B,K);return K.delete(e),ue;case xr:if(bn)return bn.call(e)==bn.call(t)}return!1}function Nu(e,t,a,A,N,B){var K=a&S,X=as(e),j=X.length,pe=as(t),ue=pe.length;if(j!=ue&&!K)return!1;for(var ge=j;ge--;){var we=X[ge];if(!(K?we in t:ft.call(t,we)))return!1}var Ne=B.get(e),Ue=B.get(t);if(Ne&&Ue)return Ne==t&&Ue==e;var qe=!0;B.set(e,t),B.set(t,e);for(var He=K;++ge<j;){we=X[ge];var rt=e[we],ot=t[we];if(A)var or=K?A(ot,rt,we,t,e,B):A(rt,ot,we,e,t,B);if(!(or===n?rt===ot||N(rt,ot,a,A,B):or)){qe=!1;break}He||(He=we=="constructor")}if(qe&&!He){var Zt=e.constructor,ar=t.constructor;Zt!=ar&&"constructor"in e&&"constructor"in t&&!(typeof Zt=="function"&&Zt instanceof Zt&&typeof ar=="function"&&ar instanceof ar)&&(qe=!1)}return B.delete(e),B.delete(t),qe}function Rr(e){return gs(va(e,n,xa),e+"")}function as(e){return Io(e,kt,cs)}function ls(e){return Io(e,qt,fa)}var ps=Jn?function(e){return Jn.get(e)}:Ds;function ui(e){for(var t=e.name+"",a=un[t],A=ft.call(un,t)?a.length:0;A--;){var N=a[A],B=N.func;if(B==null||B==e)return N.name}return t}function hn(e){var t=ft.call(L,"placeholder")?L:e;return t.placeholder}function We(){var e=L.iteratee||xs;return e=e===xs?Lo:e,arguments.length?e(arguments[0],arguments[1]):e}function ci(e,t){var a=e.__data__;return Bu(t)?a[typeof t=="string"?"string":"hash"]:a.map}function us(e){for(var t=kt(e),a=t.length;a--;){var A=t[a],N=e[A];t[a]=[A,N,ga(N)]}return t}function qr(e,t){var a=Ul(e,t);return Oo(a)?a:n}function Iu(e){var t=ft.call(e,Vr),a=e[Vr];try{e[Vr]=n;var A=!0}catch(B){}var N=Hn.call(e);return A&&(t?e[Vr]=a:delete e[Vr]),N}var cs=Bi?function(e){return e==null?[]:(e=vt(e),Br(Bi(e),function(t){return yo.call(e,t)}))}:Cs,fa=Bi?function(e){for(var t=[];e;)$r(t,cs(e)),e=zn(e);return t}:Cs,Kt=Vt;($i&&Kt(new $i(new ArrayBuffer(1)))!=tr||An&&Kt(new An)!=et||Wi&&Kt(Wi.resolve())!=Yt||pn&&Kt(new pn)!=pt||Pn&&Kt(new Pn)!=er)&&(Kt=function(e){var t=Vt(e),a=t==Pt?e.constructor:n,A=a?Qr(a):"";if(A)switch(A){case dp:return tr;case hp:return et;case gp:return Yt;case mp:return pt;case vp:return er}return t});function Ru(e,t,a){for(var A=-1,N=a.length;++A<N;){var B=a[A],K=B.size;switch(B.type){case"drop":e+=K;break;case"dropRight":t-=K;break;case"take":t=Ht(t,e+K);break;case"takeRight":e=Lt(e,t-K);break}}return{start:e,end:t}}function Ou(e){var t=e.match(_e);return t?t[1].split(Oe):[]}function da(e,t,a){t=Gr(t,e);for(var A=-1,N=t.length,B=!1;++A<N;){var K=wr(t[A]);if(!(B=e!=null&&a(e,K)))break;e=e[K]}return B||++A!=N?B:(N=e==null?0:e.length,!!N&&yi(N)&&Or(K,N)&&(Xe(e)||en(e)))}function Lu(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 ha(e){return typeof e.constructor=="function"&&!In(e)?cn(zn(e)):{}}function Fu(e,t,a){var A=e.constructor;switch(t){case tt:return is(e);case Nt:case Rt:return new A(+e);case tr:return yu(e,a);case Mt:case de:case q:case fe:case xe:case re:case me:case ce:case Ee:return Jo(e,a);case et:return new A;case zt:case dt:return new A(e);case Ft:return Su(e);case pt:return new A;case xr:return Eu(e)}}function Mu(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 ku(e){return Xe(e)||en(e)||!!(So&&e&&e[So])}function Or(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(!bt(a))return!1;var A=typeof t;return(A=="number"?jt(a)&&Or(t,a.length):A=="string"&&t in a)?Sr(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||sr(e)?!0:H.test(e)||!F.test(e)||t!=null&&e in vt(t)}function Bu(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}function ds(e){var t=ui(e),a=L[t];if(typeof a!="function"||!(t in nt.prototype))return!1;if(e===a)return!0;var A=ps(a);return!!A&&e===A[0]}function $u(e){return!!go&&go in e}var Wu=Wn?Lr:Ns;function In(e){var t=e&&e.constructor,a=typeof t=="function"&&t.prototype||ln;return e===a}function ga(e){return e===e&&!bt(e)}function ma(e,t){return function(a){return a==null?!1:a[e]===t&&(t!==n||e in vt(a))}}function Uu(e){var t=mi(e,function(A){return a.size===g&&a.clear(),A}),a=t.cache;return t}function Hu(e,t){var a=e[1],A=t[1],N=a|A,B=N<(E|x|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(!(B||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?Wr(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?Wr(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 Ku(e){var t=[];if(e!=null)for(var a in vt(e))t.push(a);return t}function Gu(e){return Hn.call(e)}function va(e,t,a){return t=Lt(t===n?e.length-1:t,0),function(){for(var A=arguments,N=-1,B=Lt(A.length-t,0),K=ee(B);++N<B;)K[N]=A[t+N];N=-1;for(var X=ee(t+1);++N<t;)X[N]=A[N];return X[t]=a(K),rr(e,this,X)}}function ya(e,t){return t.length<2?e:jr(e,dr(t,0,-1))}function zu(e,t){for(var a=e.length,A=Ht(t.length,a),N=Jt(e);A--;){var B=t[A];e[A]=Or(B,a)?N[B]:n}return e}function hs(e,t){if(!(t==="constructor"&&typeof e[t]=="function")&&t!="__proto__")return e[t]}var Sa=Aa(Ho),Rn=op||function(e,t){return $t.setTimeout(e,t)},gs=Aa(hu);function Ea(e,t,a){var A=t+"";return gs(e,Mu(A,Yu(Ou(A),a)))}function Aa(e){var t=0,a=0;return function(){var A=up(),N=k-(A-a);if(a=A,N>0){if(++t>=M)return arguments[0]}else t=0;return e.apply(n,arguments)}}function fi(e,t){var a=-1,A=e.length,N=A-1;for(t=t===n?A:t;++a<t;){var B=ji(a,N),K=e[B];e[B]=e[a],e[a]=K}return e.length=t,e}var Pa=Uu(function(e){var t=[];return e.charCodeAt(0)===46&&t.push(""),e.replace(V,function(a,A,N,B){t.push(N?B.replace(Ze,"$1"):A||a)}),t});function wr(e){if(typeof e=="string"||sr(e))return e;var t=e+"";return t=="0"&&1/e==-Y?"-0":t}function Qr(e){if(e!=null){try{return Un.call(e)}catch(t){}try{return e+""}catch(t){}}return""}function Yu(e,t){return pr(Pe,function(a){var A="_."+a[0];t&a[1]&&!Fn(e,A)&&e.push(A)}),e.sort()}function _a(e){if(e instanceof nt)return e.clone();var t=new cr(e.__wrapped__,e.__chain__);return t.__actions__=Jt(e.__actions__),t.__index__=e.__index__,t.__values__=e.__values__,t}function Vu(e,t,a){(a?Xt(e,t,a):t===n)?t=1:t=Lt(je(t),0);var A=e==null?0:e.length;if(!A||t<1)return[];for(var N=0,B=0,K=ee(Xn(A/t));N<A;)K[B++]=dr(e,N,N+=t);return K}function Xu(e){for(var t=-1,a=e==null?0:e.length,A=0,N=[];++t<a;){var B=e[t];B&&(N[A++]=B)}return N}function Zu(){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 $r(Xe(a)?Jt(a):[a],Wt(t,1))}var Ju=Qe(function(e,t){return Dt(e)?xn(e,Wt(t,1,Dt,!0)):[]}),ju=Qe(function(e,t){var a=hr(t);return Dt(a)&&(a=n),Dt(e)?xn(e,Wt(t,1,Dt,!0),We(a,2)):[]}),qu=Qe(function(e,t){var a=hr(t);return Dt(a)&&(a=n),Dt(e)?xn(e,Wt(t,1,Dt,!0),n,a):[]});function Qu(e,t,a){var A=e==null?0:e.length;return A?(t=a||t===n?1:je(t),dr(e,t<0?0:t,A)):[]}function ec(e,t,a){var A=e==null?0:e.length;return A?(t=a||t===n?1:je(t),t=A-t,dr(e,0,t<0?0:t)):[]}function tc(e,t){return e&&e.length?ii(e,We(t,3),!0,!0):[]}function rc(e,t){return e&&e.length?ii(e,We(t,3),!0):[]}function nc(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),Zp(e,t,a,A)):[]}function ba(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=Lt(A+N,0)),Mn(e,We(t,3),N)}function wa(e,t,a){var A=e==null?0:e.length;if(!A)return-1;var N=A-1;return a!==n&&(N=je(a),N=a<0?Lt(A+N,0):Ht(N,A-1)),Mn(e,We(t,3),N,!0)}function xa(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===n?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]:n}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=Lt(A+N,0)),sn(e,t,N)}function lc(e){var t=e==null?0:e.length;return t?dr(e,0,-1):[]}var pc=Qe(function(e){var t=At(e,rs);return t.length&&t[0]===e[0]?Yi(t):[]}),uc=Qe(function(e){var t=hr(e),a=At(e,rs);return t===hr(a)?t=n:a.pop(),a.length&&a[0]===e[0]?Yi(a,We(t,2)):[]}),cc=Qe(function(e){var t=hr(e),a=At(e,rs);return t=typeof t=="function"?t:n,t&&a.pop(),a.length&&a[0]===e[0]?Yi(a,n,t):[]});function fc(e,t){return e==null?"":lp.call(e,t)}function hr(e){var t=e==null?0:e.length;return t?e[t-1]:n}function dc(e,t,a){var A=e==null?0:e.length;if(!A)return-1;var N=A;return a!==n&&(N=je(a),N=N<0?Lt(A+N,0):Ht(N,A-1)),t===t?Yl(e,t,N):Mn(e,oo,N,!0)}function hc(e,t){return e&&e.length?Bo(e,je(t)):n}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,n,a):e}var yc=Rr(function(e,t){var a=e==null?0:e.length,A=Hi(e,t);return Uo(e,At(t,function(N){return Or(N,a)?+N:N}).sort(jo)),A});function Sc(e,t){var a=[];if(!(e&&e.length))return a;var A=-1,N=[],B=e.length;for(t=We(t,3);++A<B;){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:fp.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===n?A:je(a)),dr(e,t,a)):[]}function Ac(e,t){return ni(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=ni(e,t);if(A<a&&Sr(e[A],t))return A}return-1}function bc(e,t){return ni(e,t,!0)}function wc(e,t,a){return Qi(e,t,We(a,2),!0)}function xc(e,t){var a=e==null?0:e.length;if(a){var A=ni(e,t,!0)-1;if(Sr(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?dr(e,1,t):[]}function Nc(e,t,a){return e&&e.length?(t=a||t===n?1:je(t),dr(e,0,t<0?0:t)):[]}function Ic(e,t,a){var A=e==null?0:e.length;return A?(t=a||t===n?1:je(t),t=A-t,dr(e,t<0?0:t,A)):[]}function Rc(e,t){return e&&e.length?ii(e,We(t,3),!1,!0):[]}function Oc(e,t){return e&&e.length?ii(e,We(t,3)):[]}var Lc=Qe(function(e){return Kr(Wt(e,1,Dt,!0))}),Fc=Qe(function(e){var t=hr(e);return Dt(t)&&(t=n),Kr(Wt(e,1,Dt,!0),We(t,2))}),Mc=Qe(function(e){var t=hr(e);return t=typeof t=="function"?t:n,Kr(Wt(e,1,Dt,!0),n,t)});function kc(e){return e&&e.length?Kr(e):[]}function Bc(e,t){return e&&e.length?Kr(e,We(t,2)):[]}function $c(e,t){return t=typeof t=="function"?t:n,e&&e.length?Kr(e,n,t):[]}function vs(e){if(!(e&&e.length))return[];var t=0;return e=Br(e,function(a){if(Dt(a))return t=Lt(a.length,t),!0}),Li(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 rr(t,n,A)})}var Wc=Qe(function(e,t){return Dt(e)?xn(e,t):[]}),Uc=Qe(function(e){return ts(Br(e,Dt))}),Hc=Qe(function(e){var t=hr(e);return Dt(t)&&(t=n),ts(Br(e,Dt),We(t,2))}),Kc=Qe(function(e){var t=hr(e);return t=typeof t=="function"?t:n,ts(Br(e,Dt),n,t)}),Gc=Qe(vs);function zc(e,t){return Vo(e||[],t||[],wn)}function Yc(e,t){return Vo(e||[],t||[],Cn)}var Vc=Qe(function(e){var t=e.length,a=t>1?e[t-1]:n;return a=typeof a=="function"?(e.pop(),a):n,Ca(e,a)});function Na(e){var t=L(e);return t.__chain__=!0,t}function Xc(e,t){return t(e),e}function di(e,t){return t(e)}var Zc=Rr(function(e){var t=e.length,a=t?e[0]:0,A=this.__wrapped__,N=function(B){return Hi(B,e)};return t>1||this.__actions__.length||!(A instanceof nt)||!Or(a)?this.thru(N):(A=A.slice(a,+a+(t?1:0)),A.__actions__.push({func:di,args:[N],thisArg:n}),new cr(A,this.__chain__).thru(function(B){return t&&!B.length&&B.push(n),B}))});function Jc(){return Na(this)}function jc(){return new cr(this.value(),this.__chain__)}function qc(){this.__values__===n&&(this.__values__=Ga(this.value()));var e=this.__index__>=this.__values__.length,t=e?n:this.__values__[this.__index__++];return{done:e,value:t}}function Qc(){return this}function ef(e){for(var t,a=this;a instanceof qn;){var A=_a(a);A.__index__=0,A.__values__=n,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 nt){var t=e;return this.__actions__.length&&(t=new nt(this)),t=t.reverse(),t.__actions__.push({func:di,args:[ms],thisArg:n}),new cr(t,this.__chain__)}return this.thru(ms)}function rf(){return Yo(this.__wrapped__,this.__actions__)}var nf=si(function(e,t,a){ft.call(e,a)?++e[a]:Nr(e,a,1)});function sf(e,t,a){var A=Xe(e)?io:Xp;return a&&Xt(e,t,a)&&(t=n),A(e,We(t,3))}function of(e,t){var a=Xe(e)?Br:Co;return a(e,We(t,3))}var af=na(ba),lf=na(wa);function pf(e,t){return Wt(hi(e,t),1)}function uf(e,t){return Wt(hi(e,t),Y)}function cf(e,t,a){return a=a===n?1:je(a),Wt(hi(e,t),a)}function Ia(e,t){var a=Xe(e)?pr:Hr;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):Nr(e,a,[t])});function df(e,t,a,A){e=jt(e)?e:mn(e),a=a&&!A?je(a):0;var N=e.length;return a<0&&(a=Lt(N+a,0)),Si(e)?a<=N&&e.indexOf(t,a)>-1:!!N&&sn(e,t,a)>-1}var hf=Qe(function(e,t,a){var A=-1,N=typeof t=="function",B=jt(e)?ee(e.length):[];return Hr(e,function(K){B[++A]=N?rr(t,K,a):Tn(K,t,a)}),B}),gf=si(function(e,t,a){Nr(e,a,t)});function hi(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?n: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,Hr)}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)?Br:Co;return a(e,vi(We(t,3)))}function Af(e){var t=Xe(e)?bo:fu;return t(e)}function Pf(e,t,a){(a?Xt(e,t,a):t===n)?t=1:t=je(t);var A=Xe(e)?Kp:du;return A(e,t)}function _f(e){var t=Xe(e)?Gp:gu;return t(e)}function bf(e){if(e==null)return 0;if(jt(e))return Si(e)?an(e):e.length;var t=Kt(e);return t==et||t==pt?e.size:Xi(e).length}function wf(e,t,a){var A=Xe(e)?Ni:mu;return a&&Xt(e,t,a)&&(t=n),A(e,We(t,3))}var xf=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=sp||function(){return $t.Date.now()};function Tf(e,t){if(typeof t!="function")throw new ur(p);return e=je(e),function(){if(--e<1)return t.apply(this,arguments)}}function Oa(e,t,a){return t=a?n:t,t=e&&t==null?e.length:t,Ir(e,I,n,n,n,n,t)}function La(e,t){var a;if(typeof t!="function")throw new ur(p);return e=je(e),function(){return--e>0&&(a=t.apply(this,arguments)),e<=1&&(t=n),a}}var ys=Qe(function(e,t,a){var A=E;if(a.length){var N=Wr(a,hn(ys));A|=b}return Ir(e,A,t,a,N)}),Fa=Qe(function(e,t,a){var A=E|x;if(a.length){var N=Wr(a,hn(Fa));A|=b}return Ir(t,A,e,a,N)});function Ma(e,t,a){t=a?n:t;var A=Ir(e,T,n,n,n,n,n,t);return A.placeholder=Ma.placeholder,A}function ka(e,t,a){t=a?n:t;var A=Ir(e,_,n,n,n,n,n,t);return A.placeholder=ka.placeholder,A}function Ba(e,t,a){var A,N,B,K,X,j,pe=0,ue=!1,ge=!1,we=!0;if(typeof e!="function")throw new ur(p);t=gr(t)||0,bt(a)&&(ue=!!a.leading,ge="maxWait"in a,B=ge?Lt(gr(a.maxWait)||0,t):B,we="trailing"in a?!!a.trailing:we);function Ne(Ct){var Er=A,Mr=N;return A=N=n,pe=Ct,K=e.apply(Mr,Er),K}function Ue(Ct){return pe=Ct,X=Rn(rt,t),ue?Ne(Ct):K}function qe(Ct){var Er=Ct-j,Mr=Ct-pe,nl=t-Er;return ge?Ht(nl,B-Mr):nl}function He(Ct){var Er=Ct-j,Mr=Ct-pe;return j===n||Er>=t||Er<0||ge&&Mr>=B}function rt(){var Ct=gi();if(He(Ct))return ot(Ct);X=Rn(rt,qe(Ct))}function ot(Ct){return X=n,we&&A?Ne(Ct):(A=N=n,K)}function or(){X!==n&&Xo(X),pe=0,A=j=N=X=n}function Zt(){return X===n?K:ot(gi())}function ar(){var Ct=gi(),Er=He(Ct);if(A=arguments,N=this,j=Ct,Er){if(X===n)return Ue(j);if(ge)return Xo(X),X=Rn(rt,t),Ne(j)}return X===n&&(X=Rn(rt,t)),K}return ar.cancel=or,ar.flush=Zt,ar}var Df=Qe(function(e,t){return To(e,1,t)}),Cf=Qe(function(e,t,a){return To(e,gr(t)||0,a)});function Nf(e){return Ir(e,C)}function mi(e,t){if(typeof e!="function"||t!=null&&typeof t!="function")throw new ur(p);var a=function(){var A=arguments,N=t?t.apply(this,A):A[0],B=a.cache;if(B.has(N))return B.get(N);var K=e.apply(this,A);return a.cache=B.set(N,K)||B,K};return a.cache=new(mi.Cache||Cr),a}mi.Cache=Cr;function vi(e){if(typeof e!="function")throw new ur(p);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 La(2,e)}var Rf=vu(function(e,t){t=t.length==1&&Xe(t[0])?At(t[0],nr(We())):At(Wt(t,1),nr(We()));var a=t.length;return Qe(function(A){for(var N=-1,B=Ht(A.length,a);++N<B;)A[N]=t[N].call(this,A[N]);return rr(e,this,A)})}),Ss=Qe(function(e,t){var a=Wr(t,hn(Ss));return Ir(e,b,n,t,a)}),$a=Qe(function(e,t){var a=Wr(t,hn($a));return Ir(e,D,n,t,a)}),Of=Rr(function(e,t){return Ir(e,R,n,n,n,t)});function Lf(e,t){if(typeof e!="function")throw new ur(p);return t=t===n?t:je(t),Qe(e,t)}function Ff(e,t){if(typeof e!="function")throw new ur(p);return t=t==null?0:Lt(je(t),0),Qe(function(a){var A=a[t],N=zr(a,0,t);return A&&$r(N,A),rr(e,this,N)})}function Mf(e,t,a){var A=!0,N=!0;if(typeof e!="function")throw new ur(p);return bt(a)&&(A="leading"in a?!!a.leading:A,N="trailing"in a?!!a.trailing:N),Ba(e,t,{leading:A,maxWait:t,trailing:N})}function kf(e){return Oa(e,1)}function Bf(e,t){return Ss(ns(t),e)}function $f(){if(!arguments.length)return[];var e=arguments[0];return Xe(e)?e:[e]}function Wf(e){return fr(e,d)}function Uf(e,t){return t=typeof t=="function"?t:n,fr(e,d,t)}function Hf(e){return fr(e,m|d)}function Kf(e,t){return t=typeof t=="function"?t:n,fr(e,m|d,t)}function Gf(e,t){return t==null||xo(e,t,kt(t))}function Sr(e,t){return e===t||e!==e&&t!==t}var zf=pi(zi),Yf=pi(function(e,t){return e>=t}),en=Ro(function(){return arguments}())?Ro:function(e){return wt(e)&&ft.call(e,"callee")&&!yo.call(e,"callee")},Xe=ee.isArray,Vf=qs?nr(qs):eu;function jt(e){return e!=null&&yi(e.length)&&!Lr(e)}function Dt(e){return wt(e)&&jt(e)}function Xf(e){return e===!0||e===!1||wt(e)&&Vt(e)==Nt}var Yr=ap||Ns,Zf=Qs?nr(Qs):tu;function Jf(e){return wt(e)&&e.nodeType===1&&!On(e)}function jf(e){if(e==null)return!0;if(jt(e)&&(Xe(e)||typeof e=="string"||typeof e.splice=="function"||Yr(e)||gn(e)||en(e)))return!e.length;var t=Kt(e);if(t==et||t==pt)return!e.size;if(In(e))return!Xi(e).length;for(var a in e)if(ft.call(e,a))return!1;return!0}function qf(e,t){return Dn(e,t)}function Qf(e,t,a){a=typeof a=="function"?a:n;var A=a?a(e,t):n;return A===n?Dn(e,t,n,a):!!A}function Es(e){if(!wt(e))return!1;var t=Vt(e);return t==Ke||t==Gt||typeof e.message=="string"&&typeof e.name=="string"&&!On(e)}function ed(e){return typeof e=="number"&&Eo(e)}function Lr(e){if(!bt(e))return!1;var t=Vt(e);return t==Bt||t==Je||t==It||t==mr}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 bt(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}function wt(e){return e!=null&&typeof e=="object"}var Ua=eo?nr(eo):nu;function td(e,t){return e===t||Vi(e,t,us(t))}function rd(e,t,a){return a=typeof a=="function"?a:n,Vi(e,t,us(t),a)}function nd(e){return Ha(e)&&e!=+e}function id(e){if(Wu(e))throw new Ye(c);return Oo(e)}function sd(e){return e===null}function od(e){return e==null}function Ha(e){return typeof e=="number"||wt(e)&&Vt(e)==zt}function On(e){if(!wt(e)||Vt(e)!=Pt)return!1;var t=zn(e);if(t===null)return!0;var a=ft.call(t,"constructor")&&t.constructor;return typeof a=="function"&&a instanceof a&&Un.call(a)==tp}var As=to?nr(to):iu;function ad(e){return Wa(e)&&e>=-z&&e<=z}var Ka=ro?nr(ro):su;function Si(e){return typeof e=="string"||!Xe(e)&&wt(e)&&Vt(e)==dt}function sr(e){return typeof e=="symbol"||wt(e)&&Vt(e)==xr}var gn=no?nr(no):ou;function ld(e){return e===n}function pd(e){return wt(e)&&Kt(e)==er}function ud(e){return wt(e)&&Vt(e)==vn}var cd=pi(Zi),fd=pi(function(e,t){return e<=t});function Ga(e){if(!e)return[];if(jt(e))return Si(e)?vr(e):Jt(e);if(En&&e[En])return Kl(e[En]());var t=Kt(e),a=t==et?Mi:t==pt?kn:mn;return a(e)}function Fr(e){if(!e)return e===0?e:0;if(e=gr(e),e===Y||e===-Y){var t=e<0?-1:1;return t*te}return e===e?e:0}function je(e){var t=Fr(e),a=t%1;return t===t?a?t-a:t:0}function za(e){return e?Jr(je(e),0,he):0}function gr(e){if(typeof e=="number")return e;if(sr(e))return ae;if(bt(e)){var t=typeof e.valueOf=="function"?e.valueOf():e;e=bt(t)?t+"":t}if(typeof e!="string")return e===0?e:+e;e=po(e);var a=Tt.test(e);return a||le.test(e)?xl(e.slice(2),a?2:8):_t.test(e)?ae:+e}function Ya(e){return br(e,qt(e))}function dd(e){return e?Jr(je(e),-z,z):e===0?e:0}function ut(e){return e==null?"":ir(e)}var hd=fn(function(e,t){if(In(t)||jt(t)){br(t,kt(t),e);return}for(var a in t)ft.call(t,a)&&wn(e,a,t[a])}),Va=fn(function(e,t){br(t,qt(t),e)}),Ei=fn(function(e,t,a,A){br(t,qt(t),e,A)}),gd=fn(function(e,t,a,A){br(t,kt(t),e,A)}),md=Rr(Hi);function vd(e,t){var a=cn(e);return t==null?a:wo(a,t)}var yd=Qe(function(e,t){e=vt(e);var a=-1,A=t.length,N=A>2?t[2]:n;for(N&&Xt(t[0],t[1],N)&&(A=1);++a<A;)for(var B=t[a],K=qt(B),X=-1,j=K.length;++X<j;){var pe=K[X],ue=e[pe];(ue===n||Sr(ue,ln[pe])&&!ft.call(e,pe))&&(e[pe]=B[pe])}return e}),Sd=Qe(function(e){return e.push(n,ua),rr(Xa,n,e)});function Ed(e,t){return so(e,We(t,3),_r)}function Ad(e,t){return so(e,We(t,3),Gi)}function Pd(e,t){return e==null?e:Ki(e,We(t,3),qt)}function _d(e,t){return e==null?e:No(e,We(t,3),qt)}function bd(e,t){return e&&_r(e,We(t,3))}function wd(e,t){return e&&Gi(e,We(t,3))}function xd(e){return e==null?[]:ti(e,kt(e))}function Td(e){return e==null?[]:ti(e,qt(e))}function Ps(e,t,a){var A=e==null?n:jr(e,t);return A===n?a:A}function Dd(e,t){return e!=null&&da(e,t,Jp)}function _s(e,t){return e!=null&&da(e,t,jp)}var Cd=sa(function(e,t,a){t!=null&&typeof t.toString!="function"&&(t=Hn.call(t)),e[t]=a},ws(Qt)),Nd=sa(function(e,t,a){t!=null&&typeof t.toString!="function"&&(t=Hn.call(t)),ft.call(e,t)?e[t].push(a):e[t]=[a]},We),Id=Qe(Tn);function kt(e){return jt(e)?_o(e):Xi(e)}function qt(e){return jt(e)?_o(e,!0):au(e)}function Rd(e,t){var a={};return t=We(t,3),_r(e,function(A,N,B){Nr(a,t(A,N,B),A)}),a}function Od(e,t){var a={};return t=We(t,3),_r(e,function(A,N,B){Nr(a,N,t(A,N,B))}),a}var Ld=fn(function(e,t,a){ri(e,t,a)}),Xa=fn(function(e,t,a,A){ri(e,t,a,A)}),Fd=Rr(function(e,t){var a={};if(e==null)return a;var A=!1;t=At(t,function(B){return B=Gr(B,e),A||(A=B.length>1),B}),br(e,ls(e),a),A&&(a=fr(a,m|f|d,Du));for(var N=t.length;N--;)es(a,t[N]);return a});function Md(e,t){return Za(e,vi(We(t)))}var kd=Rr(function(e,t){return e==null?{}:pu(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 Bd(e,t,a){t=Gr(t,e);var A=-1,N=t.length;for(N||(N=1,e=n);++A<N;){var B=e==null?n:e[wr(t[A])];B===n&&(A=N,B=a),e=Lr(B)?B.call(e):B}return e}function $d(e,t,a){return e==null?e:Cn(e,t,a)}function Wd(e,t,a,A){return A=typeof A=="function"?A:n,e==null?e:Cn(e,t,a,A)}var Ja=la(kt),ja=la(qt);function Ud(e,t,a){var A=Xe(e),N=A||Yr(e)||gn(e);if(t=We(t,4),a==null){var B=e&&e.constructor;N?a=A?new B:[]:bt(e)?a=Lr(B)?cn(zn(e)):{}:a={}}return(N?pr:_r)(e,function(K,X,j){return t(a,K,X,j)}),a}function Hd(e,t){return e==null?!0:es(e,t)}function Kd(e,t,a){return e==null?e:zo(e,t,ns(a))}function Gd(e,t,a,A){return A=typeof A=="function"?A:n,e==null?e:zo(e,t,ns(a),A)}function mn(e){return e==null?[]:Fi(e,kt(e))}function zd(e){return e==null?[]:Fi(e,qt(e))}function Yd(e,t,a){return a===n&&(a=t,t=n),a!==n&&(a=gr(a),a=a===a?a:0),t!==n&&(t=gr(t),t=t===t?t:0),Jr(gr(e),t,a)}function Vd(e,t,a){return t=Fr(t),a===n?(a=t,t=0):a=Fr(a),e=gr(e),qp(e,t,a)}function Xd(e,t,a){if(a&&typeof a!="boolean"&&Xt(e,t,a)&&(t=a=n),a===n&&(typeof t=="boolean"?(a=t,t=n):typeof e=="boolean"&&(a=e,e=n)),e===n&&t===n?(e=0,t=1):(e=Fr(e),t===n?(t=e,e=0):t=Fr(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+wl("1e-"+((N+"").length-1))),t)}return ji(e,t)}var Zd=dn(function(e,t,a){return t=t.toLowerCase(),e+(a?qa(t):t)});function qa(e){return bs(ut(e).toLowerCase())}function Qa(e){return e=ut(e),e&&e.replace(be,Bl).replace(gl,"")}function Jd(e,t,a){e=ut(e),t=ir(t);var A=e.length;a=a===n?A:Jr(je(a),0,A);var N=a;return a-=t.length,a>=0&&e.slice(a,N)==t}function jd(e){return e=ut(e),e&&it.test(e)?e.replace(Be,$l):e}function qd(e){return e=ut(e),e&&Z.test(e)?e.replace(ne,"\\$&"):e}var Qd=dn(function(e,t,a){return e+(a?"-":"")+t.toLowerCase()}),eh=dn(function(e,t,a){return e+(a?" ":"")+t.toLowerCase()}),th=ra("toLowerCase");function rh(e,t,a){e=ut(e),t=je(t);var A=t?an(e):0;if(!t||A>=t)return e;var N=(t-A)/2;return li(Zn(N),a)+e+li(Xn(N),a)}function nh(e,t,a){e=ut(e),t=je(t);var A=t?an(e):0;return t&&A<t?e+li(t-A,a):e}function ih(e,t,a){e=ut(e),t=je(t);var A=t?an(e):0;return t&&A<t?li(t-A,a)+e:e}function sh(e,t,a){return a||t==null?t=0:t&&(t=+t),cp(ut(e).replace(ie,""),t||0)}function oh(e,t,a){return(a?Xt(e,t,a):t===n)?t=1:t=je(t),qi(ut(e),t)}function ah(){var e=arguments,t=ut(e[0]);return e.length<3?t:t.replace(e[1],e[2])}var lh=dn(function(e,t,a){return e+(a?"_":"")+t.toLowerCase()});function ph(e,t,a){return a&&typeof a!="number"&&Xt(e,t,a)&&(t=a=n),a=a===n?he:a>>>0,a?(e=ut(e),e&&(typeof t=="string"||t!=null&&!As(t))&&(t=ir(t),!t&&on(e))?zr(vr(e),0,a):e.split(t,a)):[]}var uh=dn(function(e,t,a){return e+(a?" ":"")+bs(t)});function ch(e,t,a){return e=ut(e),a=a==null?0:Jr(je(a),0,e.length),t=ir(t),e.slice(a,a+t.length)==t}function fh(e,t,a){var A=L.templateSettings;a&&Xt(e,t,a)&&(t=n),e=ut(e),t=Ei({},t,A,pa);var N=Ei({},t.imports,A.imports,pa),B=kt(N),K=Fi(N,B),X,j,pe=0,ue=t.interpolate||Ie,ge="__p += '",we=ki((t.escape||Ie).source+"|"+ue.source+"|"+(ue===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(we,function(He,rt,ot,or,Zt,ar){return ot||(ot=or),ge+=e.slice(pe,ar).replace(st,Wl),rt&&(X=!0,ge+=`' +
__e(`+rt+`) +
'`),Zt&&(j=!0,ge+=`';
`+Zt+`;
__p += '`),ot&&(ge+=`' +
((__t = (`+ot+`)) == null ? '' : __t) +
'`),pe=ar+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(ke,"$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(B,Ne+"return "+ge).apply(n,K)});if(qe.source=ge,Es(qe))throw qe;return qe}function dh(e){return ut(e).toLowerCase()}function hh(e){return ut(e).toUpperCase()}function gh(e,t,a){if(e=ut(e),e&&(a||t===n))return po(e);if(!e||!(t=ir(t)))return e;var A=vr(e),N=vr(t),B=uo(A,N),K=co(A,N)+1;return zr(A,B,K).join("")}function mh(e,t,a){if(e=ut(e),e&&(a||t===n))return e.slice(0,ho(e)+1);if(!e||!(t=ir(t)))return e;var A=vr(e),N=co(A,vr(t))+1;return zr(A,0,N).join("")}function vh(e,t,a){if(e=ut(e),e&&(a||t===n))return e.replace(ie,"");if(!e||!(t=ir(t)))return e;var A=vr(e),N=uo(A,vr(t));return zr(A,N).join("")}function yh(e,t){var a=O,A=$;if(bt(t)){var N="separator"in t?t.separator:N;a="length"in t?je(t.length):a,A="omission"in t?ir(t.omission):A}e=ut(e);var B=e.length;if(on(e)){var K=vr(e);B=K.length}if(a>=B)return e;var X=a-an(A);if(X<1)return A;var j=K?zr(K,0,X).join(""):e.slice(0,X);if(N===n)return j+A;if(K&&(X+=j.length-X),As(N)){if(e.slice(X).search(N)){var pe,ue=j;for(N.global||(N=ki(N.source,ut(Fe.exec(N))+"g")),N.lastIndex=0;pe=N.exec(ue);)var ge=pe.index;j=j.slice(0,ge===n?X:ge)}}else if(e.indexOf(ir(N),X)!=X){var we=j.lastIndexOf(N);we>-1&&(j=j.slice(0,we))}return j+A}function Sh(e){return e=ut(e),e&&Ge.test(e)?e.replace(De,Vl):e}var Eh=dn(function(e,t,a){return e+(a?" ":"")+t.toUpperCase()}),bs=ra("toUpperCase");function el(e,t,a){return e=ut(e),t=a?n:t,t===n?Hl(e)?Jl(e):Ol(e):e.match(t)||[]}var tl=Qe(function(e,t){try{return rr(e,n,t)}catch(a){return Es(a)?a:new Ye(a)}}),Ah=Rr(function(e,t){return pr(t,function(a){a=wr(a),Nr(e,a,ys(e[a],e))}),e});function Ph(e){var t=e==null?0:e.length,a=We();return e=t?At(e,function(A){if(typeof A[1]!="function")throw new ur(p);return[a(A[0]),A[1]]}):[],Qe(function(A){for(var N=-1;++N<t;){var B=e[N];if(rr(B[0],this,A))return rr(B[1],this,A)}})}function _h(e){return Vp(fr(e,m))}function ws(e){return function(){return e}}function bh(e,t){return e==null||e!==e?t:e}var wh=ia(),xh=ia(!0);function Qt(e){return e}function xs(e){return Lo(typeof e=="function"?e:fr(e,m))}function Th(e){return Mo(fr(e,m))}function Dh(e,t){return ko(e,fr(t,m))}var Ch=Qe(function(e,t){return function(a){return Tn(a,e,t)}}),Nh=Qe(function(e,t){return function(a){return Tn(e,a,t)}});function Ts(e,t,a){var A=kt(t),N=ti(t,A);a==null&&!(bt(t)&&(N.length||!A.length))&&(a=t,t=e,e=this,N=ti(t,kt(t)));var B=!(bt(a)&&"chain"in a)||!!a.chain,K=Lr(e);return pr(N,function(X){var j=t[X];e[X]=j,K&&(e.prototype[X]=function(){var pe=this.__chain__;if(B||pe){var ue=e(this.__wrapped__),ge=ue.__actions__=Jt(this.__actions__);return ge.push({func:j,args:arguments,thisArg:e}),ue.__chain__=pe,ue}return j.apply(e,$r([this.value()],arguments))})}),e}function Ih(){return $t._===this&&($t._=rp),this}function Ds(){}function Rh(e){return e=je(e),Qe(function(t){return Bo(t,e)})}var Oh=ss(At),Lh=ss(io),Fh=ss(Ni);function rl(e){return fs(e)?Ii(wr(e)):uu(e)}function Mh(e){return function(t){return e==null?n:jr(e,t)}}var kh=oa(),Bh=oa(!0);function Cs(){return[]}function Ns(){return!1}function $h(){return{}}function Wh(){return""}function Uh(){return!0}function Hh(e,t){if(e=je(e),e<1||e>z)return[];var a=he,A=Ht(e,he);t=We(t),e-=he;for(var N=Li(A,t);++a<e;)t(a);return N}function Kh(e){return Xe(e)?At(e,wr):sr(e)?[e]:Jt(Pa(ut(e)))}function Gh(e){var t=++ep;return ut(e)+t}var zh=ai(function(e,t){return e+t},0),Yh=os("ceil"),Vh=ai(function(e,t){return e/t},1),Xh=os("floor");function Zh(e){return e&&e.length?ei(e,Qt,zi):n}function Jh(e,t){return e&&e.length?ei(e,We(t,2),zi):n}function jh(e){return ao(e,Qt)}function qh(e,t){return ao(e,We(t,2))}function Qh(e){return e&&e.length?ei(e,Qt,Zi):n}function eg(e,t){return e&&e.length?ei(e,We(t,2),Zi):n}var tg=ai(function(e,t){return e*t},1),rg=os("round"),ng=ai(function(e,t){return e-t},0);function ig(e){return e&&e.length?Oi(e,Qt):0}function sg(e,t){return e&&e.length?Oi(e,We(t,2)):0}return L.after=Tf,L.ary=Oa,L.assign=hd,L.assignIn=Va,L.assignInWith=Ei,L.assignWith=gd,L.at=md,L.before=La,L.bind=ys,L.bindAll=Ah,L.bindKey=Fa,L.castArray=$f,L.chain=Na,L.chunk=Vu,L.compact=Xu,L.concat=Zu,L.cond=Ph,L.conforms=_h,L.constant=ws,L.countBy=nf,L.create=vd,L.curry=Ma,L.curryRight=ka,L.debounce=Ba,L.defaults=yd,L.defaultsDeep=Sd,L.defer=Df,L.delay=Cf,L.difference=Ju,L.differenceBy=ju,L.differenceWith=qu,L.drop=Qu,L.dropRight=ec,L.dropRightWhile=tc,L.dropWhile=rc,L.fill=nc,L.filter=of,L.flatMap=pf,L.flatMapDeep=uf,L.flatMapDepth=cf,L.flatten=xa,L.flattenDeep=ic,L.flattenDepth=sc,L.flip=Nf,L.flow=wh,L.flowRight=xh,L.fromPairs=oc,L.functions=xd,L.functionsIn=Td,L.groupBy=ff,L.initial=lc,L.intersection=pc,L.intersectionBy=uc,L.intersectionWith=cc,L.invert=Cd,L.invertBy=Nd,L.invokeMap=hf,L.iteratee=xs,L.keyBy=gf,L.keys=kt,L.keysIn=qt,L.map=hi,L.mapKeys=Rd,L.mapValues=Od,L.matches=Th,L.matchesProperty=Dh,L.memoize=mi,L.merge=Ld,L.mergeWith=Xa,L.method=Ch,L.methodOf=Nh,L.mixin=Ts,L.negate=vi,L.nthArg=Rh,L.omit=Fd,L.omitBy=Md,L.once=If,L.orderBy=mf,L.over=Oh,L.overArgs=Rf,L.overEvery=Lh,L.overSome=Fh,L.partial=Ss,L.partialRight=$a,L.partition=vf,L.pick=kd,L.pickBy=Za,L.property=rl,L.propertyOf=Mh,L.pull=gc,L.pullAll=Da,L.pullAllBy=mc,L.pullAllWith=vc,L.pullAt=yc,L.range=kh,L.rangeRight=Bh,L.rearg=Of,L.reject=Ef,L.remove=Sc,L.rest=Lf,L.reverse=ms,L.sampleSize=Pf,L.set=$d,L.setWith=Wd,L.shuffle=_f,L.slice=Ec,L.sortBy=xf,L.sortedUniq=Tc,L.sortedUniqBy=Dc,L.split=ph,L.spread=Ff,L.tail=Cc,L.take=Nc,L.takeRight=Ic,L.takeRightWhile=Rc,L.takeWhile=Oc,L.tap=Xc,L.throttle=Mf,L.thru=di,L.toArray=Ga,L.toPairs=Ja,L.toPairsIn=ja,L.toPath=Kh,L.toPlainObject=Ya,L.transform=Ud,L.unary=kf,L.union=Lc,L.unionBy=Fc,L.unionWith=Mc,L.uniq=kc,L.uniqBy=Bc,L.uniqWith=$c,L.unset=Hd,L.unzip=vs,L.unzipWith=Ca,L.update=Kd,L.updateWith=Gd,L.values=mn,L.valuesIn=zd,L.without=Wc,L.words=el,L.wrap=Bf,L.xor=Uc,L.xorBy=Hc,L.xorWith=Kc,L.zip=Gc,L.zipObject=zc,L.zipObjectDeep=Yc,L.zipWith=Vc,L.entries=Ja,L.entriesIn=ja,L.extend=Va,L.extendWith=Ei,Ts(L,L),L.add=zh,L.attempt=tl,L.camelCase=Zd,L.capitalize=qa,L.ceil=Yh,L.clamp=Yd,L.clone=Wf,L.cloneDeep=Hf,L.cloneDeepWith=Kf,L.cloneWith=Uf,L.conformsTo=Gf,L.deburr=Qa,L.defaultTo=bh,L.divide=Vh,L.endsWith=Jd,L.eq=Sr,L.escape=jd,L.escapeRegExp=qd,L.every=sf,L.find=af,L.findIndex=ba,L.findKey=Ed,L.findLast=lf,L.findLastIndex=wa,L.findLastKey=Ad,L.floor=Xh,L.forEach=Ia,L.forEachRight=Ra,L.forIn=Pd,L.forInRight=_d,L.forOwn=bd,L.forOwnRight=wd,L.get=Ps,L.gt=zf,L.gte=Yf,L.has=Dd,L.hasIn=_s,L.head=Ta,L.identity=Qt,L.includes=df,L.indexOf=ac,L.inRange=Vd,L.invoke=Id,L.isArguments=en,L.isArray=Xe,L.isArrayBuffer=Vf,L.isArrayLike=jt,L.isArrayLikeObject=Dt,L.isBoolean=Xf,L.isBuffer=Yr,L.isDate=Zf,L.isElement=Jf,L.isEmpty=jf,L.isEqual=qf,L.isEqualWith=Qf,L.isError=Es,L.isFinite=ed,L.isFunction=Lr,L.isInteger=Wa,L.isLength=yi,L.isMap=Ua,L.isMatch=td,L.isMatchWith=rd,L.isNaN=nd,L.isNative=id,L.isNil=od,L.isNull=sd,L.isNumber=Ha,L.isObject=bt,L.isObjectLike=wt,L.isPlainObject=On,L.isRegExp=As,L.isSafeInteger=ad,L.isSet=Ka,L.isString=Si,L.isSymbol=sr,L.isTypedArray=gn,L.isUndefined=ld,L.isWeakMap=pd,L.isWeakSet=ud,L.join=fc,L.kebabCase=Qd,L.last=hr,L.lastIndexOf=dc,L.lowerCase=eh,L.lowerFirst=th,L.lt=cd,L.lte=fd,L.max=Zh,L.maxBy=Jh,L.mean=jh,L.meanBy=qh,L.min=Qh,L.minBy=eg,L.stubArray=Cs,L.stubFalse=Ns,L.stubObject=$h,L.stubString=Wh,L.stubTrue=Uh,L.multiply=tg,L.nth=hc,L.noConflict=Ih,L.noop=Ds,L.now=gi,L.pad=rh,L.padEnd=nh,L.padStart=ih,L.parseInt=sh,L.random=Xd,L.reduce=yf,L.reduceRight=Sf,L.repeat=oh,L.replace=ah,L.result=Bd,L.round=rg,L.runInContext=J,L.sample=Af,L.size=bf,L.snakeCase=lh,L.some=wf,L.sortedIndex=Ac,L.sortedIndexBy=Pc,L.sortedIndexOf=_c,L.sortedLastIndex=bc,L.sortedLastIndexBy=wc,L.sortedLastIndexOf=xc,L.startCase=uh,L.startsWith=ch,L.subtract=ng,L.sum=ig,L.sumBy=sg,L.template=fh,L.times=Hh,L.toFinite=Fr,L.toInteger=je,L.toLength=za,L.toLower=dh,L.toNumber=gr,L.toSafeInteger=dd,L.toString=ut,L.toUpper=hh,L.trim=gh,L.trimEnd=mh,L.trimStart=vh,L.truncate=yh,L.unescape=Sh,L.uniqueId=Gh,L.upperCase=Eh,L.upperFirst=bs,L.each=Ia,L.eachRight=Ra,L.first=Ta,Ts(L,function(){var e={};return _r(L,function(t,a){ft.call(L.prototype,a)||(e[a]=t)}),e}(),{chain:!1}),L.VERSION=r,pr(["bind","bindKey","curry","curryRight","partial","partialRight"],function(e){L[e].placeholder=L}),pr(["drop","take"],function(e,t){nt.prototype[e]=function(a){a=a===n?1:Lt(je(a),0);var A=this.__filtered__&&!t?new nt(this):this.clone();return A.__filtered__?A.__takeCount__=Ht(a,A.__takeCount__):A.__views__.push({size:Ht(a,he),type:e+(A.__dir__<0?"Right":"")}),A},nt.prototype[e+"Right"]=function(a){return this.reverse()[e](a).reverse()}}),pr(["filter","map","takeWhile"],function(e,t){var a=t+1,A=a==W||a==U;nt.prototype[e]=function(N){var B=this.clone();return B.__iteratees__.push({iteratee:We(N,3),type:a}),B.__filtered__=B.__filtered__||A,B}}),pr(["head","last"],function(e,t){var a="take"+(t?"Right":"");nt.prototype[e]=function(){return this[a](1).value()[0]}}),pr(["initial","tail"],function(e,t){var a="drop"+(t?"":"Right");nt.prototype[e]=function(){return this.__filtered__?new nt(this):this[a](1)}}),nt.prototype.compact=function(){return this.filter(Qt)},nt.prototype.find=function(e){return this.filter(e).head()},nt.prototype.findLast=function(e){return this.reverse().find(e)},nt.prototype.invokeMap=Qe(function(e,t){return typeof e=="function"?new nt(this):this.map(function(a){return Tn(a,e,t)})}),nt.prototype.reject=function(e){return this.filter(vi(We(e)))},nt.prototype.slice=function(e,t){e=je(e);var a=this;return a.__filtered__&&(e>0||t<0)?new nt(a):(e<0?a=a.takeRight(-e):e&&(a=a.drop(e)),t!==n&&(t=je(t),a=t<0?a.dropRight(-t):a.take(t-e)),a)},nt.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},nt.prototype.toArray=function(){return this.take(he)},_r(nt.prototype,function(e,t){var a=/^(?:filter|find|map|reject)|While$/.test(t),A=/^(?:head|last)$/.test(t),N=L[A?"take"+(t=="last"?"Right":""):t],B=A||/^find/.test(t);!N||(L.prototype[t]=function(){var K=this.__wrapped__,X=A?[1]:arguments,j=K instanceof nt,pe=X[0],ue=j||Xe(K),ge=function(rt){var ot=N.apply(L,$r([rt],X));return A&&we?ot[0]:ot};ue&&a&&typeof pe=="function"&&pe.length!=1&&(j=ue=!1);var we=this.__chain__,Ne=!!this.__actions__.length,Ue=B&&!we,qe=j&&!Ne;if(!B&&ue){K=qe?K:new nt(this);var He=e.apply(K,X);return He.__actions__.push({func:di,args:[ge],thisArg:n}),new cr(He,we)}return Ue&&qe?e.apply(this,X):(He=this.thru(ge),Ue?A?He.value()[0]:He.value():He)})}),pr(["pop","push","shift","sort","splice","unshift"],function(e){var t=$n[e],a=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",A=/^(?:pop|shift)$/.test(e);L.prototype[e]=function(){var N=arguments;if(A&&!this.__chain__){var B=this.value();return t.apply(Xe(B)?B:[],N)}return this[a](function(K){return t.apply(Xe(K)?K:[],N)})}}),_r(nt.prototype,function(e,t){var a=L[t];if(a){var A=a.name+"";ft.call(un,A)||(un[A]=[]),un[A].push({name:t,func:a})}}),un[oi(n,x).name]=[{name:"wrapper",func:n}],nt.prototype.clone=yp,nt.prototype.reverse=Sp,nt.prototype.value=Ep,L.prototype.at=Zc,L.prototype.chain=Jc,L.prototype.commit=jc,L.prototype.next=qc,L.prototype.plant=ef,L.prototype.reverse=tf,L.prototype.toJSON=L.prototype.valueOf=L.prototype.value=rf,L.prototype.first=L.prototype.head,En&&(L.prototype[En]=Qc),L},Bn=jl();$t._=Bn,h=function(){return Bn}.call(y,o,y,w),h!==n&&(w.exports=h)}).call(this)},4106:(w,y,o)=>{"use strict";const h=o(6482),n=Symbol("max"),r=Symbol("length"),l=Symbol("lengthCalculator"),c=Symbol("allowStale"),p=Symbol("maxAge"),s=Symbol("dispose"),u=Symbol("noDisposeOnSet"),g=Symbol("lruList"),i=Symbol("cache"),m=Symbol("updateAgeOnGet"),f=()=>1;class d{constructor(b){if(typeof b=="number"&&(b={max:b}),b||(b={}),b.max&&(typeof b.max!="number"||b.max<0))throw new TypeError("max must be a non-negative number");const D=this[n]=b.max||1/0,I=b.length||f;if(this[l]=typeof I!="function"?f:I,this[c]=b.stale||!1,b.maxAge&&typeof b.maxAge!="number")throw new TypeError("maxAge must be a number");this[p]=b.maxAge||0,this[s]=b.dispose,this[u]=b.noDisposeOnSet||!1,this[m]=b.updateAgeOnGet||!1,this.reset()}set max(b){if(typeof b!="number"||b<0)throw new TypeError("max must be a non-negative number");this[n]=b||1/0,E(this)}get max(){return this[n]}set allowStale(b){this[c]=!!b}get allowStale(){return this[c]}set maxAge(b){if(typeof b!="number")throw new TypeError("maxAge must be a non-negative number");this[p]=b,E(this)}get maxAge(){return this[p]}set lengthCalculator(b){typeof b!="function"&&(b=f),b!==this[l]&&(this[l]=b,this[r]=0,this[g].forEach(D=>{D.length=this[l](D.value,D.key),this[r]+=D.length})),E(this)}get lengthCalculator(){return this[l]}get length(){return this[r]}get itemCount(){return this[g].length}rforEach(b,D){D=D||this;for(let I=this[g].tail;I!==null;){const R=I.prev;T(this,b,I,D),I=R}}forEach(b,D){D=D||this;for(let I=this[g].head;I!==null;){const R=I.next;T(this,b,I,D),I=R}}keys(){return this[g].toArray().map(b=>b.key)}values(){return this[g].toArray().map(b=>b.value)}reset(){this[s]&&this[g]&&this[g].length&&this[g].forEach(b=>this[s](b.key,b.value)),this[i]=new Map,this[g]=new h,this[r]=0}dump(){return this[g].map(b=>v(this,b)?!1:{k:b.key,v:b.value,e:b.now+(b.maxAge||0)}).toArray().filter(b=>b)}dumpLru(){return this[g]}set(b,D,I){if(I=I||this[p],I&&typeof I!="number")throw new TypeError("maxAge must be a number");const R=I?Date.now():0,C=this[l](D,b);if(this[i].has(b)){if(C>this[n])return x(this,this[i].get(b)),!1;const M=this[i].get(b).value;return this[s]&&(this[u]||this[s](b,M.value)),M.now=R,M.maxAge=I,M.value=D,this[r]+=C-M.length,M.length=C,this.get(b),E(this),!0}const O=new P(b,D,C,R,I);return O.length>this[n]?(this[s]&&this[s](b,D),!1):(this[r]+=O.length,this[g].unshift(O),this[i].set(b,this[g].head),E(this),!0)}has(b){if(!this[i].has(b))return!1;const D=this[i].get(b).value;return!v(this,D)}get(b){return S(this,b,!0)}peek(b){return S(this,b,!1)}pop(){const b=this[g].tail;return b?(x(this,b),b.value):null}del(b){x(this,this[i].get(b))}load(b){this.reset();const D=Date.now();for(let I=b.length-1;I>=0;I--){const R=b[I],C=R.e||0;if(C===0)this.set(R.k,R.v);else{const O=C-D;O>0&&this.set(R.k,R.v,O)}}}prune(){this[i].forEach((b,D)=>S(this,D,!1))}}const S=(_,b,D)=>{const I=_[i].get(b);if(I){const R=I.value;if(v(_,R)){if(x(_,I),!_[c])return}else D&&(_[m]&&(I.value.now=Date.now()),_[g].unshiftNode(I));return R.value}},v=(_,b)=>{if(!b||!b.maxAge&&!_[p])return!1;const D=Date.now()-b.now;return b.maxAge?D>b.maxAge:_[p]&&D>_[p]},E=_=>{if(_[r]>_[n])for(let b=_[g].tail;_[r]>_[n]&&b!==null;){const D=b.prev;x(_,b),b=D}},x=(_,b)=>{if(b){const D=b.value;_[s]&&_[s](D.key,D.value),_[r]-=D.length,_[i].delete(D.key),_[g].removeNode(b)}};class P{constructor(b,D,I,R,C){this.key=b,this.value=D,this.length=I,this.now=R,this.maxAge=C||0}}const T=(_,b,D,I)=>{let R=D.value;v(_,R)&&(x(_,D),_[c]||(R=void 0)),R&&b.call(I,R.value,R.key,_)};w.exports=d},7496:()=>{(function(w){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},h={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})/};w.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:h},{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:h},{pattern:/(^|[^$\\])'[^']*'/,lookbehind:!0,greedy:!0},{pattern:/\$'(?:[^'\\]|\\[\s\S])*'/,greedy:!0,inside:{entity:h.entity}}],environment:{pattern:RegExp("\\$?"+y),alias:"constant"},variable:h.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=w.languages.bash;for(var n=["comment","function-name","for-or-select","assign-left","string","environment","function","keyword","builtin","boolean","file-descriptor","operator","punctuation","number"],r=h.variable[1].inside,l=0;l<n.length;l++)r[n[l]]=w.languages.bash[n[l]];w.languages.shell=w.languages.bash})(Prism)},9881:()=>{(function(w){function y(s){return RegExp("(^(?:"+s+"):[ ]*(?![ ]))[^]+","i")}w.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:w.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:w.languages.csp},{pattern:y(/Public-Key-Pins(?:-Report-Only)?/.source),lookbehind:!0,alias:["hpkp","languages-hpkp"],inside:w.languages.hpkp},{pattern:y(/Strict-Transport-Security/.source),lookbehind:!0,alias:["hsts","languages-hsts"],inside:w.languages.hsts},{pattern:y(/[^:]+/.source),lookbehind:!0}],"header-name":{pattern:/^[^:]+/,alias:"keyword"},punctuation:/^:/}}};var o=w.languages,h={"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},n={"application/json":!0,"application/xml":!0};function r(s){var u=s.replace(/^[a-z]+\//,""),g="\\w+/(?:[\\w.-]+\\+)+"+u+"(?![+\\w.-])";return"(?:"+s+"|"+g+")"}var l;for(var c in h)if(h[c]){l=l||{};var p=n[c]?r(c):c;l[c.replace(/\//g,"-")]={pattern:RegExp("("+/content-type:\s*/.source+p+/(?:(?:\r\n?|\n)[\w-].*)*(?:\r(?:\n|(?!\n))|\n)/.source+")"+/[^ \t\w-][\s\S]*/.source,"i"),lookbehind:!0,inside:h[c]}}l&&w.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:(w,y,o)=>{var h=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 n=function(r){var l=/(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,c=0,p={},s={manual:r.Prism&&r.Prism.manual,disableWorkerMessageHandler:r.Prism&&r.Prism.disableWorkerMessageHandler,util:{encode:function P(T){return T instanceof u?new u(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 b,D;switch(s.util.type(T)){case"Object":if(D=s.util.objId(T),_[D])return _[D];b={},_[D]=b;for(var I in T)T.hasOwnProperty(I)&&(b[I]=P(T[I],_));return b;case"Array":return D=s.util.objId(T),_[D]?_[D]:(b=[],_[D]=b,T.forEach(function(R,C){b[C]=P(R,_)}),b);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(b){var P=(/at [^(\r\n]*\((.*):[^:]+:[^:]+\)$/i.exec(b.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 b="no-"+T;P;){var D=P.classList;if(D.contains(T))return!0;if(D.contains(b))return!1;P=P.parentElement}return!!_}},languages:{plain:p,plaintext:p,text:p,txt:p,extend:function(P,T){var _=s.util.clone(s.languages[P]);for(var b in T)_[b]=T[b];return _},insertBefore:function(P,T,_,b){b=b||s.languages;var D=b[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 O=b[P];return b[P]=I,s.languages.DFS(s.languages,function($,M){M===O&&$!=P&&(this[$]=I)}),I},DFS:function P(T,_,b,D){D=D||{};var I=s.util.objId;for(var R in T)if(T.hasOwnProperty(R)){_.call(T,R,T[R],b||R);var C=T[R],O=s.util.type(C);O==="Object"&&!D[I(C)]?(D[I(C)]=!0,P(C,_,null,D)):O==="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 b={callback:_,container:P,selector:'code[class*="language-"], [class*="language-"] code, code[class*="lang-"], [class*="lang-"] code'};s.hooks.run("before-highlightall",b),b.elements=Array.prototype.slice.apply(b.container.querySelectorAll(b.selector)),s.hooks.run("before-all-elements-highlight",b);for(var D=0,I;I=b.elements[D++];)s.highlightElement(I,T===!0,b.callback)},highlightElement:function(P,T,_){var b=s.util.getLanguage(P),D=s.languages[b];s.util.setLanguage(P,b);var I=P.parentElement;I&&I.nodeName.toLowerCase()==="pre"&&s.util.setLanguage(I,b);var R=P.textContent,C={element:P,language:b,grammar:D,code:R};function O(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){O(s.util.encode(C.code));return}if(T&&r.Worker){var $=new Worker(s.filename);$.onmessage=function(M){O(M.data)},$.postMessage(JSON.stringify({language:C.language,code:C.code,immediateClose:!0}))}else O(s.highlight(C.code,C.grammar,C.language))},highlight:function(P,T,_){var b={code:P,grammar:T,language:_};return s.hooks.run("before-tokenize",b),b.tokens=s.tokenize(b.code,b.grammar),s.hooks.run("after-tokenize",b),u.stringify(s.util.encode(b.tokens),b.language)},tokenize:function(P,T){var _=T.rest;if(_){for(var b in _)T[b]=_[b];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 b=0,D;D=_[b++];)D(T)}},Token:u};r.Prism=s;function u(P,T,_,b){this.type=P,this.content=T,this.alias=_,this.length=(b||"").length|0}u.stringify=function P(T,_){if(typeof T=="string")return T;if(Array.isArray(T)){var b="";return T.forEach(function(O){b+=P(O,_)}),b}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,_,b){P.lastIndex=T;var D=P.exec(_);if(D&&b&&D[1]){var I=D[1].length;D.index+=I,D[0]=D[0].slice(I)}return D}function i(P,T,_,b,D,I){for(var R in _)if(!(!_.hasOwnProperty(R)||!_[R])){var C=_[R];C=Array.isArray(C)?C:[C];for(var O=0;O<C.length;++O){if(I&&I.cause==R+","+O)return;var $=C[O],M=$.inside,k=!!$.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=b.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 u)){var he=1,Q;if(W){if(Q=g(Y,te,P,k),!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 u)continue;for(var ze=z;ze!==T.tail&&(Pe<ye||typeof ze.value=="string");ze=ze.next)he++,Pe+=ze.value.length;he--,ae=P.slice(te,Pe),Q.index-=te}else if(Q=g(Y,0,ae,k),!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),d(T,Ke,he);var Bt=new u(R,M?s.tokenize(It,M):It,G,It);if(z=f(T,Ke,Bt),Rt&&f(T,z,Rt),he>1){var Je={cause:R+","+O,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 b=T.next,D={value:_,prev:T,next:b};return T.next=D,b.prev=D,P.length++,D}function d(P,T,_){for(var b=T.next,D=0;D<_&&b!==P.tail;D++)b=b.next;T.next=b,b.prev=T,P.length-=D}function S(P){for(var T=[],_=P.head.next;_!==P.tail;)T.push(_.value),_=_.next;return T}if(!r.document)return r.addEventListener&&(s.disableWorkerMessageHandler||r.addEventListener("message",function(P){var T=JSON.parse(P.data),_=T.language,b=T.code,D=T.immediateClose;r.postMessage(s.highlight(b,s.languages[_],_)),D&&r.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 x=document.readyState;x==="loading"||x==="interactive"&&v&&v.defer?document.addEventListener("DOMContentLoaded",E):window.requestAnimationFrame?window.requestAnimationFrame(E):window.setTimeout(E,16)}return s}(h);w.exports&&(w.exports=n),typeof o.g!="undefined"&&(o.g.Prism=n),n.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]},n.languages.markup.tag.inside["attr-value"].inside.entity=n.languages.markup.entity,n.languages.markup.doctype.inside["internal-subset"].inside=n.languages.markup,n.hooks.add("wrap",function(r){r.type==="entity"&&(r.attributes.title=r.content.replace(/&amp;/,"&"))}),Object.defineProperty(n.languages.markup.tag,"addInlined",{value:function(l,c){var p={};p["language-"+c]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:n.languages[c]},p.cdata=/^<!\[CDATA\[|\]\]>$/i;var s={"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:p}};s["language-"+c]={pattern:/[\s\S]+/,inside:n.languages[c]};var u={};u[l]={pattern:RegExp(/(<__[^>]*>)(?:<!\[CDATA\[(?:[^\]]|\](?!\]>))*\]\]>|(?!<!\[CDATA\[)[\s\S])*?(?=<\/__>)/.source.replace(/__/g,function(){return l}),"i"),lookbehind:!0,greedy:!0,inside:s},n.languages.insertBefore("markup","cdata",u)}}),Object.defineProperty(n.languages.markup.tag,"addAttribute",{value:function(r,l){n.languages.markup.tag.inside["special-attr"].push({pattern:RegExp(/(^|["'\s])/.source+"(?:"+r+")"+/\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:n.languages[l]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}}),n.languages.html=n.languages.markup,n.languages.mathml=n.languages.markup,n.languages.svg=n.languages.markup,n.languages.xml=n.languages.extend("markup",{}),n.languages.ssml=n.languages.xml,n.languages.atom=n.languages.xml,n.languages.rss=n.languages.xml,function(r){var l=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/;r.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:/[(){};:,]/},r.languages.css.atrule.inside.rest=r.languages.css;var c=r.languages.markup;c&&(c.tag.addInlined("style","css"),c.tag.addAttribute("style","css"))}(n),n.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:/[{}[\];(),.:]/},n.languages.javascript=n.languages.extend("clike",{"class-name":[n.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}|\?\?=?|\?\.?|[~:]/}),n.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/,n.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:n.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:n.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:n.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:n.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:n.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/}),n.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:n.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"}}),n.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}}),n.languages.markup&&(n.languages.markup.tag.addInlined("script","javascript"),n.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")),n.languages.js=n.languages.javascript,function(){if(typeof n=="undefined"||typeof document=="undefined")return;Element.prototype.matches||(Element.prototype.matches=Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector);var r="Loading\u2026",l=function(v,E){return"\u2716 Error "+v+" while fetching file: "+E},c="\u2716 Error: File does not exist or is empty",p={js:"javascript",py:"python",rb:"ruby",ps1:"powershell",psm1:"powershell",sh:"bash",bat:"batch",h:"c",tex:"latex"},s="data-src-status",u="loading",g="loaded",i="failed",m="pre[data-src]:not(["+s+'="'+g+'"]):not(['+s+'="'+u+'"])';function f(v,E,x){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?x(l(P.status,P.statusText)):x(c))},P.send(null)}function d(v){var E=/^\s*(\d+)\s*(?:(,)\s*(?:(\d+)\s*)?)?$/.exec(v||"");if(E){var x=Number(E[1]),P=E[2],T=E[3];return P?T?[x,Number(T)]:[x,void 0]:[x,x]}}n.hooks.add("before-highlightall",function(v){v.selector+=", "+m}),n.hooks.add("before-sanity-check",function(v){var E=v.element;if(E.matches(m)){v.code="",E.setAttribute(s,u);var x=E.appendChild(document.createElement("CODE"));x.textContent=r;var P=E.getAttribute("data-src"),T=v.language;if(T==="none"){var _=(/\.(\w+)$/.exec(P)||[,"none"])[1];T=p[_]||_}n.util.setLanguage(x,T),n.util.setLanguage(E,T);var b=n.plugins.autoloader;b&&b.loadLanguages(T),f(P,function(D){E.setAttribute(s,g);var I=d(E.getAttribute("data-range"));if(I){var R=D.split(/\r\n?|\n/g),C=I[0],O=I[1]==null?R.length:I[1];C<0&&(C+=R.length),C=Math.max(0,Math.min(C-1,R.length)),O<0&&(O+=R.length),O=Math.max(0,Math.min(O,R.length)),D=R.slice(C,O).join(`
`),E.hasAttribute("data-start")||E.setAttribute("data-start",String(C+1))}x.textContent=D,n.highlightElement(x)},function(D){E.setAttribute(s,i),x.textContent=D})}}),n.plugins.fileHighlight={highlight:function(E){for(var x=(E||document).querySelectorAll(m),P=0,T;T=x[P++];)n.highlightElement(T)}};var S=!1;n.fileHighlight=function(){S||(console.warn("Prism.fileHighlight is deprecated. Use `Prism.plugins.fileHighlight.highlight` instead."),S=!0),n.plugins.fileHighlight.highlight.apply(this,arguments)}}()},9827:(w,y)=>{"use strict";var o=Object.prototype.hasOwnProperty,h;function n(p){try{return decodeURIComponent(p.replace(/\+/g," "))}catch(s){return null}}function r(p){try{return encodeURIComponent(p)}catch(s){return null}}function l(p){for(var s=/([^=?#&]+)=?([^&]*)/g,u={},g;g=s.exec(p);){var i=n(g[1]),m=n(g[2]);i===null||m===null||i in u||(u[i]=m)}return u}function c(p,s){s=s||"";var u=[],g,i;typeof s!="string"&&(s="?");for(i in p)if(o.call(p,i)){if(g=p[i],!g&&(g===null||g===h||isNaN(g))&&(g=""),i=r(i),g=r(g),i===null||g===null)continue;u.push(i+"="+g)}return u.length?s+u.join("&"):""}y.stringify=c,y.parse=l},7294:w=>{"use strict";w.exports=function(o,h){if(h=h.split(":")[0],o=+o,!o)return!1;switch(h){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:(w,y,o)=>{const h=Symbol("SemVer ANY");class n{static get ANY(){return h}constructor(m,f){if(f=r(f),m instanceof n){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===h?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],d=m.match(f);if(!d)throw new TypeError(`Invalid comparator: ${m}`);this.operator=d[1]!==void 0?d[1]:"",this.operator==="="&&(this.operator=""),d[2]?this.semver=new u(d[2],this.options.loose):this.semver=h}toString(){return this.value}test(m){if(s("Comparator.test",m,this.options.loose),this.semver===h||m===h)return!0;if(typeof m=="string")try{m=new u(m,this.options)}catch(f){return!1}return p(m,this.operator,this.semver,this.options)}intersects(m,f){if(!(m instanceof n))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 d=(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==="<="),x=p(this.semver,"<",m.semver,f)&&(this.operator===">="||this.operator===">")&&(m.operator==="<="||m.operator==="<"),P=p(this.semver,">",m.semver,f)&&(this.operator==="<="||this.operator==="<")&&(m.operator===">="||m.operator===">");return d||S||v&&E||x||P}}w.exports=n;const r=o(1372),{re:l,t:c}=o(3038),p=o(9668),s=o(6385),u=o(6984),g=o(7990)},7990:(w,y,o)=>{class h{constructor(k,W){if(W=l(W),k instanceof h)return k.loose===!!W.loose&&k.includePrerelease===!!W.includePrerelease?k:new h(k.raw,W);if(k instanceof c)return this.raw=k.value,this.set=[[k]],this.format(),this;if(this.options=W,this.loose=!!W.loose,this.includePrerelease=!!W.includePrerelease,this.raw=k,this.set=k.split(/\s*\|\|\s*/).map(G=>this.parseRange(G.trim())).filter(G=>G.length),!this.set.length)throw new TypeError(`Invalid SemVer Range: ${k}`);if(this.set.length>1){const G=this.set[0];if(this.set=this.set.filter(U=>!d(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(k=>k.join(" ").trim()).join("||").trim(),this.range}toString(){return this.range}parseRange(k){k=k.trim();const G=`parseRange:${Object.keys(this.options).join(",")}:${k}`,U=r.get(G);if(U)return U;const Y=this.options.loose,z=Y?u[g.HYPHENRANGELOOSE]:u[g.HYPHENRANGE];k=k.replace(z,O(this.options.includePrerelease)),p("hyphen replace",k),k=k.replace(u[g.COMPARATORTRIM],i),p("comparator trim",k,u[g.COMPARATORTRIM]),k=k.replace(u[g.TILDETRIM],m),k=k.replace(u[g.CARETTRIM],f),k=k.split(/\s+/).join(" ");const te=Y?u[g.COMPARATORLOOSE]:u[g.COMPARATOR],ae=k.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)),he=ae.length,Q=new Map;for(const Pe of ae){if(d(Pe))return[Pe];Q.set(Pe.value,Pe)}Q.size>1&&Q.has("")&&Q.delete("");const ye=[...Q.values()];return r.set(G,ye),ye}intersects(k,W){if(!(k instanceof h))throw new TypeError("a Range is required");return this.set.some(G=>v(G,W)&&k.set.some(U=>v(U,W)&&G.every(Y=>U.every(z=>Y.intersects(z,W)))))}test(k){if(!k)return!1;if(typeof k=="string")try{k=new s(k,this.options)}catch(W){return!1}for(let W=0;W<this.set.length;W++)if($(this.set[W],k,this.options))return!0;return!1}}w.exports=h;const n=o(4106),r=new n({max:1e3}),l=o(1372),c=o(1681),p=o(6385),s=o(6984),{re:u,t:g,comparatorTrimReplace:i,tildeTrimReplace:m,caretTrimReplace:f}=o(3038),d=M=>M.value==="<0.0.0-0",S=M=>M.value==="",v=(M,k)=>{let W=!0;const G=M.slice();let U=G.pop();for(;W&&G.length;)W=G.every(Y=>U.intersects(Y,k)),U=G.pop();return W},E=(M,k)=>(p("comp",M,k),M=_(M,k),p("caret",M),M=P(M,k),p("tildes",M),M=D(M,k),p("xrange",M),M=R(M,k),p("stars",M),M),x=M=>!M||M.toLowerCase()==="x"||M==="*",P=(M,k)=>M.trim().split(/\s+/).map(W=>T(W,k)).join(" "),T=(M,k)=>{const W=k.loose?u[g.TILDELOOSE]:u[g.TILDE];return M.replace(W,(G,U,Y,z,te)=>{p("tilde",M,G,U,Y,z,te);let ae;return x(U)?ae="":x(Y)?ae=`>=${U}.0.0 <${+U+1}.0.0-0`:x(z)?ae=`>=${U}.${Y}.0 <${U}.${+Y+1}.0-0`:te?(p("replaceTilde pr",te),ae=`>=${U}.${Y}.${z}-${te} <${U}.${+Y+1}.0-0`):ae=`>=${U}.${Y}.${z} <${U}.${+Y+1}.0-0`,p("tilde return",ae),ae})},_=(M,k)=>M.trim().split(/\s+/).map(W=>b(W,k)).join(" "),b=(M,k)=>{p("caret",M,k);const W=k.loose?u[g.CARETLOOSE]:u[g.CARET],G=k.includePrerelease?"-0":"";return M.replace(W,(U,Y,z,te,ae)=>{p("caret",M,U,Y,z,te,ae);let he;return x(Y)?he="":x(z)?he=`>=${Y}.0.0${G} <${+Y+1}.0.0-0`:x(te)?Y==="0"?he=`>=${Y}.${z}.0${G} <${Y}.${+z+1}.0-0`:he=`>=${Y}.${z}.0${G} <${+Y+1}.0.0-0`:ae?(p("replaceCaret pr",ae),Y==="0"?z==="0"?he=`>=${Y}.${z}.${te}-${ae} <${Y}.${z}.${+te+1}-0`:he=`>=${Y}.${z}.${te}-${ae} <${Y}.${+z+1}.0-0`:he=`>=${Y}.${z}.${te}-${ae} <${+Y+1}.0.0-0`):(p("no pr"),Y==="0"?z==="0"?he=`>=${Y}.${z}.${te}${G} <${Y}.${z}.${+te+1}-0`:he=`>=${Y}.${z}.${te}${G} <${Y}.${+z+1}.0-0`:he=`>=${Y}.${z}.${te} <${+Y+1}.0.0-0`),p("caret return",he),he})},D=(M,k)=>(p("replaceXRanges",M,k),M.split(/\s+/).map(W=>I(W,k)).join(" ")),I=(M,k)=>{M=M.trim();const W=k.loose?u[g.XRANGELOOSE]:u[g.XRANGE];return M.replace(W,(G,U,Y,z,te,ae)=>{p("xRange",M,G,U,Y,z,te,ae);const he=x(Y),Q=he||x(z),ye=Q||x(te),Pe=ye;return U==="="&&Pe&&(U=""),ae=k.includePrerelease?"-0":"",he?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`),p("xRange return",G),G})},R=(M,k)=>(p("replaceStars",M,k),M.trim().replace(u[g.STAR],"")),C=(M,k)=>(p("replaceGTE0",M,k),M.trim().replace(u[k.includePrerelease?g.GTE0PRE:g.GTE0],"")),O=M=>(k,W,G,U,Y,z,te,ae,he,Q,ye,Pe,ze)=>(x(G)?W="":x(U)?W=`>=${G}.0.0${M?"-0":""}`:x(Y)?W=`>=${G}.${U}.0${M?"-0":""}`:z?W=`>=${W}`:W=`>=${W}${M?"-0":""}`,x(he)?ae="":x(Q)?ae=`<${+he+1}.0.0-0`:x(ye)?ae=`<${he}.${+Q+1}.0-0`:Pe?ae=`<=${he}.${Q}.${ye}-${Pe}`:M?ae=`<${he}.${Q}.${+ye+1}-0`:ae=`<=${ae}`,`${W} ${ae}`.trim()),$=(M,k,W)=>{for(let G=0;G<M.length;G++)if(!M[G].test(k))return!1;if(k.prerelease.length&&!W.includePrerelease){for(let G=0;G<M.length;G++)if(p(M[G].semver),M[G].semver!==c.ANY&&M[G].semver.prerelease.length>0){const U=M[G].semver;if(U.major===k.major&&U.minor===k.minor&&U.patch===k.patch)return!0}return!1}return!0}},6984:(w,y,o)=>{const h=o(6385),{MAX_LENGTH:n,MAX_SAFE_INTEGER:r}=o(9138),{re:l,t:c}=o(3038),p=o(1372),{compareIdentifiers:s}=o(2534);class u{constructor(i,m){if(m=p(m),i instanceof u){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>n)throw new TypeError(`version is longer than ${n} characters`);h("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>r||this.major<0)throw new TypeError("Invalid major version");if(this.minor>r||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>r||this.patch<0)throw new TypeError("Invalid patch version");f[4]?this.prerelease=f[4].split(".").map(d=>{if(/^[0-9]+$/.test(d)){const S=+d;if(S>=0&&S<r)return S}return d}):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(h("SemVer.compare",this.version,this.options,i),!(i instanceof u)){if(typeof i=="string"&&i===this.version)return 0;i=new u(i,this.options)}return i.version===this.version?0:this.compareMain(i)||this.comparePre(i)}compareMain(i){return i instanceof u||(i=new u(i,this.options)),s(this.major,i.major)||s(this.minor,i.minor)||s(this.patch,i.patch)}comparePre(i){if(i instanceof u||(i=new u(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],d=i.prerelease[m];if(h("prerelease compare",m,f,d),f===void 0&&d===void 0)return 0;if(d===void 0)return 1;if(f===void 0)return-1;if(f===d)continue;return s(f,d)}while(++m)}compareBuild(i){i instanceof u||(i=new u(i,this.options));let m=0;do{const f=this.build[m],d=i.build[m];if(h("prerelease compare",m,f,d),f===void 0&&d===void 0)return 0;if(d===void 0)return 1;if(f===void 0)return-1;if(f===d)continue;return s(f,d)}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}}w.exports=u},2492:(w,y,o)=>{const h=o(8139),n=(r,l)=>{const c=h(r.trim().replace(/^[=v]+/,""),l);return c?c.version:null};w.exports=n},9668:(w,y,o)=>{const h=o(8401),n=o(6803),r=o(9542),l=o(9887),c=o(7561),p=o(215),s=(u,g,i,m)=>{switch(g){case"===":return typeof u=="object"&&(u=u.version),typeof i=="object"&&(i=i.version),u===i;case"!==":return typeof u=="object"&&(u=u.version),typeof i=="object"&&(i=i.version),u!==i;case"":case"=":case"==":return h(u,i,m);case"!=":return n(u,i,m);case">":return r(u,i,m);case">=":return l(u,i,m);case"<":return c(u,i,m);case"<=":return p(u,i,m);default:throw new TypeError(`Invalid operator: ${g}`)}};w.exports=s},48:(w,y,o)=>{const h=o(6984),n=o(8139),{re:r,t:l}=o(3038),c=(p,s)=>{if(p instanceof h)return p;if(typeof p=="number"&&(p=String(p)),typeof p!="string")return null;s=s||{};let u=null;if(!s.rtl)u=p.match(r[l.COERCE]);else{let g;for(;(g=r[l.COERCERTL].exec(p))&&(!u||u.index+u[0].length!==p.length);)(!u||g.index+g[0].length!==u.index+u[0].length)&&(u=g),r[l.COERCERTL].lastIndex=g.index+g[1].length+g[2].length;r[l.COERCERTL].lastIndex=-1}return u===null?null:n(`${u[2]}.${u[3]||"0"}.${u[4]||"0"}`,s)};w.exports=c},4317:(w,y,o)=>{const h=o(6984),n=(r,l,c)=>{const p=new h(r,c),s=new h(l,c);return p.compare(s)||p.compareBuild(s)};w.exports=n},3821:(w,y,o)=>{const h=o(4350),n=(r,l)=>h(r,l,!0);w.exports=n},4350:(w,y,o)=>{const h=o(6984),n=(r,l,c)=>new h(r,c).compare(new h(l,c));w.exports=n},9756:(w,y,o)=>{const h=o(8139),n=o(8401),r=(l,c)=>{if(n(l,c))return null;{const p=h(l),s=h(c),u=p.prerelease.length||s.prerelease.length,g=u?"pre":"",i=u?"prerelease":"";for(const m in p)if((m==="major"||m==="minor"||m==="patch")&&p[m]!==s[m])return g+m;return i}};w.exports=r},8401:(w,y,o)=>{const h=o(4350),n=(r,l,c)=>h(r,l,c)===0;w.exports=n},9542:(w,y,o)=>{const h=o(4350),n=(r,l,c)=>h(r,l,c)>0;w.exports=n},9887:(w,y,o)=>{const h=o(4350),n=(r,l,c)=>h(r,l,c)>=0;w.exports=n},8742:(w,y,o)=>{const h=o(6984),n=(r,l,c,p)=>{typeof c=="string"&&(p=c,c=void 0);try{return new h(r,c).inc(l,p).version}catch(s){return null}};w.exports=n},7561:(w,y,o)=>{const h=o(4350),n=(r,l,c)=>h(r,l,c)<0;w.exports=n},215:(w,y,o)=>{const h=o(4350),n=(r,l,c)=>h(r,l,c)<=0;w.exports=n},5803:(w,y,o)=>{const h=o(6984),n=(r,l)=>new h(r,l).major;w.exports=n},8475:(w,y,o)=>{const h=o(6984),n=(r,l)=>new h(r,l).minor;w.exports=n},6803:(w,y,o)=>{const h=o(4350),n=(r,l,c)=>h(r,l,c)!==0;w.exports=n},8139:(w,y,o)=>{const{MAX_LENGTH:h}=o(9138),{re:n,t:r}=o(3038),l=o(6984),c=o(1372),p=(s,u)=>{if(u=c(u),s instanceof l)return s;if(typeof s!="string"||s.length>h||!(u.loose?n[r.LOOSE]:n[r.FULL]).test(s))return null;try{return new l(s,u)}catch(i){return null}};w.exports=p},9616:(w,y,o)=>{const h=o(6984),n=(r,l)=>new h(r,l).patch;w.exports=n},306:(w,y,o)=>{const h=o(8139),n=(r,l)=>{const c=h(r,l);return c&&c.prerelease.length?c.prerelease:null};w.exports=n},8747:(w,y,o)=>{const h=o(4350),n=(r,l,c)=>h(l,r,c);w.exports=n},4764:(w,y,o)=>{const h=o(4317),n=(r,l)=>r.sort((c,p)=>h(p,c,l));w.exports=n},5414:(w,y,o)=>{const h=o(7990),n=(r,l,c)=>{try{l=new h(l,c)}catch(p){return!1}return l.test(r)};w.exports=n},2795:(w,y,o)=>{const h=o(4317),n=(r,l)=>r.sort((c,p)=>h(c,p,l));w.exports=n},3889:(w,y,o)=>{const h=o(8139),n=(r,l)=>{const c=h(r,l);return c?c.version:null};w.exports=n},3475:(w,y,o)=>{const h=o(3038);w.exports={re:h.re,src:h.src,tokens:h.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:w=>{const y="2.0.0",h=Number.MAX_SAFE_INTEGER||9007199254740991,n=16;w.exports={SEMVER_SPEC_VERSION:y,MAX_LENGTH:256,MAX_SAFE_INTEGER:h,MAX_SAFE_COMPONENT_LENGTH:n}},6385:w=>{const y=typeof process=="object"&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?(...o)=>console.error("SEMVER",...o):()=>{};w.exports=y},2534:w=>{const y=/^[0-9]+$/,o=(n,r)=>{const l=y.test(n),c=y.test(r);return l&&c&&(n=+n,r=+r),n===r?0:l&&!c?-1:c&&!l?1:n<r?-1:1},h=(n,r)=>o(r,n);w.exports={compareIdentifiers:o,rcompareIdentifiers:h}},1372:w=>{const y=["includePrerelease","loose","rtl"],o=h=>h?typeof h!="object"?{loose:!0}:y.filter(n=>h[n]).reduce((n,r)=>(n[r]=!0,n),{}):{};w.exports=o},3038:(w,y,o)=>{const{MAX_SAFE_COMPONENT_LENGTH:h}=o(9138),n=o(6385);y=w.exports={};const r=y.re=[],l=y.src=[],c=y.t={};let p=0;const s=(u,g,i)=>{const m=p++;n(m,g),c[u]=m,l[m]=g,r[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,${h}})(?:\\.(\\d{1,${h}}))?(?:\\.(\\d{1,${h}}))?(?:$|[^\\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:(w,y,o)=>{const h=o(1391),n=(r,l,c)=>h(r,l,">",c);w.exports=n},9919:(w,y,o)=>{const h=o(7990),n=(r,l,c)=>(r=new h(r,c),l=new h(l,c),r.intersects(l));w.exports=n},4310:(w,y,o)=>{const h=o(1391),n=(r,l,c)=>h(r,l,"<",c);w.exports=n},2563:(w,y,o)=>{const h=o(6984),n=o(7990),r=(l,c,p)=>{let s=null,u=null,g=null;try{g=new n(c,p)}catch(i){return null}return l.forEach(i=>{g.test(i)&&(!s||u.compare(i)===-1)&&(s=i,u=new h(s,p))}),s};w.exports=r},5587:(w,y,o)=>{const h=o(6984),n=o(7990),r=(l,c,p)=>{let s=null,u=null,g=null;try{g=new n(c,p)}catch(i){return null}return l.forEach(i=>{g.test(i)&&(!s||u.compare(i)===1)&&(s=i,u=new h(s,p))}),s};w.exports=r},31:(w,y,o)=>{const h=o(6984),n=o(7990),r=o(9542),l=(c,p)=>{c=new n(c,p);let s=new h("0.0.0");if(c.test(s)||(s=new h("0.0.0-0"),c.test(s)))return s;s=null;for(let u=0;u<c.set.length;++u){const g=c.set[u];let i=null;g.forEach(m=>{const f=new h(m.semver.version);switch(m.operator){case">":f.prerelease.length===0?f.patch++:f.prerelease.push(0),f.raw=f.format();case"":case">=":(!i||r(f,i))&&(i=f);break;case"<":case"<=":break;default:throw new Error(`Unexpected operation: ${m.operator}`)}}),i&&(!s||r(s,i))&&(s=i)}return s&&c.test(s)?s:null};w.exports=l},1391:(w,y,o)=>{const h=o(6984),n=o(1681),{ANY:r}=n,l=o(7990),c=o(5414),p=o(9542),s=o(7561),u=o(215),g=o(9887),i=(m,f,d,S)=>{m=new h(m,S),f=new l(f,S);let v,E,x,P,T;switch(d){case">":v=p,E=u,x=s,P=">",T=">=";break;case"<":v=s,E=g,x=p,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 b=f.set[_];let D=null,I=null;if(b.forEach(R=>{R.semver===r&&(R=new n(">=0.0.0")),D=D||R,I=I||R,v(R.semver,D.semver,S)?D=R:x(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&&x(m,I.semver))return!1}return!0};w.exports=i},3505:(w,y,o)=>{const h=o(5414),n=o(4350);w.exports=(r,l,c)=>{const p=[];let s=null,u=null;const g=r.sort((d,S)=>n(d,S,c));for(const d of g)h(d,l,c)?(u=d,s||(s=d)):(u&&p.push([s,u]),u=null,s=null);s&&p.push([s,null]);const i=[];for(const[d,S]of p)d===S?i.push(d):!S&&d===g[0]?i.push("*"):S?d===g[0]?i.push(`<=${S}`):i.push(`${d} - ${S}`):i.push(`>=${d}`);const m=i.join(" || "),f=typeof l.raw=="string"?l.raw:String(l);return m.length<f.length?m:l}},3678:(w,y,o)=>{const h=o(7990),n=o(1681),{ANY:r}=n,l=o(5414),c=o(4350),p=(i,m,f={})=>{if(i===m)return!0;i=new h(i,f),m=new h(m,f);let d=!1;e:for(const S of i.set){for(const v of m.set){const E=s(S,v,f);if(d=d||E!==null,E)continue e}if(d)return!1}return!0},s=(i,m,f)=>{if(i===m)return!0;if(i.length===1&&i[0].semver===r){if(m.length===1&&m[0].semver===r)return!0;f.includePrerelease?i=[new n(">=0.0.0-0")]:i=[new n(">=0.0.0")]}if(m.length===1&&m[0].semver===r){if(f.includePrerelease)return!0;m=[new n(">=0.0.0")]}const d=new Set;let S,v;for(const I of i)I.operator===">"||I.operator===">="?S=u(S,I,f):I.operator==="<"||I.operator==="<="?v=g(v,I,f):d.add(I.semver);if(d.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 d){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 x,P,T,_,b=v&&!f.includePrerelease&&v.semver.prerelease.length?v.semver:!1,D=S&&!f.includePrerelease&&S.semver.prerelease.length?S.semver:!1;b&&b.prerelease.length===1&&v.operator==="<"&&b.prerelease[0]===0&&(b=!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(x=u(S,I,f),x===I&&x!==S)return!1}else if(S.operator===">="&&!l(S.semver,String(I),f))return!1}if(v){if(b&&I.semver.prerelease&&I.semver.prerelease.length&&I.semver.major===b.major&&I.semver.minor===b.minor&&I.semver.patch===b.patch&&(b=!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||b)},u=(i,m,f)=>{if(!i)return m;const d=c(i.semver,m.semver,f);return d>0?i:d<0||m.operator===">"&&i.operator===">="?m:i},g=(i,m,f)=>{if(!i)return m;const d=c(i.semver,m.semver,f);return d<0?i:d>0||m.operator==="<"&&i.operator==="<="?m:i};w.exports=p},4787:(w,y,o)=>{const h=o(7990),n=(r,l)=>new h(r,l).set.map(c=>c.map(p=>p.value).join(" ").trim().split(" "));w.exports=n},2864:(w,y,o)=>{const h=o(7990),n=(r,l)=>{try{return new h(r,l).range||"*"}catch(c){return null}};w.exports=n},6614:(w,y,o)=>{"use strict";var h=o(7294),n=o(9827),r=/^[A-Za-z][A-Za-z0-9+-.]*:\/\//,l=/^([a-z][a-z0-9.+-]*:)?(\/\/)?([\\/]+)?([\S\s]*)/i,c=/^[a-zA-Z]:/,p="[\\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("^"+p+"+");function u(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 b={},D=typeof P,I;if(P.protocol==="blob:")b=new v(unescape(P.pathname),{});else if(D==="string"){b=new v(P,{});for(I in i)delete b[I]}else if(D==="object"){for(I in P)I in i||(b[I]=P[I]);b.slashes===void 0&&(b.slashes=r.test(P.href))}return b}function f(P){return P==="file:"||P==="ftp:"||P==="http:"||P==="https:"||P==="ws:"||P==="wss:"}function d(P,T){P=u(P),T=T||{};var _=l.exec(P),b=_[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],b==="file:"?R>=2&&(C=C.slice(2)):f(b)?C=_[4]:b?D&&(C=C.slice(2)):R>=2&&f(T.protocol)&&(C=_[4]),{protocol:b,slashes:D||f(b),slashesCount:R,rest:C}}function S(P,T){if(P==="")return T;for(var _=(T||"/").split("/").slice(0,-1).concat(P.split("/")),b=_.length,D=_[b-1],I=!1,R=0;b--;)_[b]==="."?_.splice(b,1):_[b]===".."?(_.splice(b,1),R++):R&&(b===0&&(I=!0),_.splice(b,1),R--);return I&&_.unshift(""),(D==="."||D==="..")&&_.push(""),_.join("/")}function v(P,T,_){if(P=u(P),!(this instanceof v))return new v(P,T,_);var b,D,I,R,C,O,$=g.slice(),M=typeof T,k=this,W=0;for(M!=="object"&&M!=="string"&&(_=T,T=null),_&&typeof _!="function"&&(_=n.parse),T=m(T),D=d(P||"",T),b=!D.protocol&&!D.slashes,k.slashes=D.slashes||b&&T.slashes,k.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(k.protocol)))&&($[3]=[/(.*)/,"pathname"]);W<$.length;W++){if(R=$[W],typeof R=="function"){P=R(P,k);continue}I=R[0],O=R[1],I!==I?k[O]=P:typeof I=="string"?~(C=P.indexOf(I))&&(typeof R[2]=="number"?(k[O]=P.slice(0,C),P=P.slice(C+R[2])):(k[O]=P.slice(C),P=P.slice(0,C))):(C=I.exec(P))&&(k[O]=C[1],P=P.slice(0,C.index)),k[O]=k[O]||b&&R[3]&&T[O]||"",R[4]&&(k[O]=k[O].toLowerCase())}_&&(k.query=_(k.query)),b&&T.slashes&&k.pathname.charAt(0)!=="/"&&(k.pathname!==""||T.pathname!=="")&&(k.pathname=S(k.pathname,T.pathname)),k.pathname.charAt(0)!=="/"&&f(k.protocol)&&(k.pathname="/"+k.pathname),h(k.port,k.protocol)||(k.host=k.hostname,k.port=""),k.username=k.password="",k.auth&&(R=k.auth.split(":"),k.username=R[0],k.password=R[1]||""),k.origin=k.protocol!=="file:"&&f(k.protocol)&&k.host?k.protocol+"//"+k.host:"null",k.href=k.toString()}function E(P,T,_){var b=this;switch(P){case"query":typeof T=="string"&&T.length&&(T=(_||n.parse)(T)),b[P]=T;break;case"port":b[P]=T,h(T,b.protocol)?T&&(b.host=b.hostname+":"+T):(b.host=b.hostname,b[P]="");break;case"hostname":b[P]=T,b.port&&(T+=":"+b.port),b.host=T;break;case"host":b[P]=T,/:\d+$/.test(T)?(T=T.split(":"),b.port=T.pop(),b.hostname=T.join(":")):(b.hostname=T,b.port="");break;case"protocol":b.protocol=T.toLowerCase(),b.slashes=!_;break;case"pathname":case"hash":if(T){var D=P==="pathname"?"/":"#";b[P]=T.charAt(0)!==D?D+T:T}else b[P]=T;break;case"username":case"password":b[P]=encodeURIComponent(T);break;case"auth":var I=T.split(":");b.username=I[0],b.password=I.length===2?I[1]:""}for(var R=0;R<g.length;R++){var C=g[R];C[4]&&(b[C[1]]=b[C[1]].toLowerCase())}return b.auth=b.password?b.username+":"+b.password:b.username,b.origin=b.protocol!=="file:"&&f(b.protocol)&&b.host?b.protocol+"//"+b.host:"null",b.href=b.toString(),b}function x(P){(!P||typeof P!="function")&&(P=n.stringify);var T,_=this,b=_.protocol;b&&b.charAt(b.length-1)!==":"&&(b+=":");var D=b+(_.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:x},v.extractProtocol=d,v.location=m,v.trimLeft=u,v.qs=n,w.exports=v},6685:w=>{"use strict";w.exports=function(y){y.prototype[Symbol.iterator]=function*(){for(let o=this.head;o;o=o.next)yield o.value}}},6482:(w,y,o)=>{"use strict";w.exports=h,h.Node=c,h.create=h;function h(p){var s=this;if(s instanceof h||(s=new h),s.tail=null,s.head=null,s.length=0,p&&typeof p.forEach=="function")p.forEach(function(i){s.push(i)});else if(arguments.length>0)for(var u=0,g=arguments.length;u<g;u++)s.push(arguments[u]);return s}h.prototype.removeNode=function(p){if(p.list!==this)throw new Error("removing node which does not belong to this list");var s=p.next,u=p.prev;return s&&(s.prev=u),u&&(u.next=s),p===this.head&&(this.head=s),p===this.tail&&(this.tail=u),p.list.length--,p.next=null,p.prev=null,p.list=null,s},h.prototype.unshiftNode=function(p){if(p!==this.head){p.list&&p.list.removeNode(p);var s=this.head;p.list=this,p.next=s,s&&(s.prev=p),this.head=p,this.tail||(this.tail=p),this.length++}},h.prototype.pushNode=function(p){if(p!==this.tail){p.list&&p.list.removeNode(p);var s=this.tail;p.list=this,p.prev=s,s&&(s.next=p),this.tail=p,this.head||(this.head=p),this.length++}},h.prototype.push=function(){for(var p=0,s=arguments.length;p<s;p++)r(this,arguments[p]);return this.length},h.prototype.unshift=function(){for(var p=0,s=arguments.length;p<s;p++)l(this,arguments[p]);return this.length},h.prototype.pop=function(){if(!!this.tail){var p=this.tail.value;return this.tail=this.tail.prev,this.tail?this.tail.next=null:this.head=null,this.length--,p}},h.prototype.shift=function(){if(!!this.head){var p=this.head.value;return this.head=this.head.next,this.head?this.head.prev=null:this.tail=null,this.length--,p}},h.prototype.forEach=function(p,s){s=s||this;for(var u=this.head,g=0;u!==null;g++)p.call(s,u.value,g,this),u=u.next},h.prototype.forEachReverse=function(p,s){s=s||this;for(var u=this.tail,g=this.length-1;u!==null;g--)p.call(s,u.value,g,this),u=u.prev},h.prototype.get=function(p){for(var s=0,u=this.head;u!==null&&s<p;s++)u=u.next;if(s===p&&u!==null)return u.value},h.prototype.getReverse=function(p){for(var s=0,u=this.tail;u!==null&&s<p;s++)u=u.prev;if(s===p&&u!==null)return u.value},h.prototype.map=function(p,s){s=s||this;for(var u=new h,g=this.head;g!==null;)u.push(p.call(s,g.value,this)),g=g.next;return u},h.prototype.mapReverse=function(p,s){s=s||this;for(var u=new h,g=this.tail;g!==null;)u.push(p.call(s,g.value,this)),g=g.prev;return u},h.prototype.reduce=function(p,s){var u,g=this.head;if(arguments.length>1)u=s;else if(this.head)g=this.head.next,u=this.head.value;else throw new TypeError("Reduce of empty list with no initial value");for(var i=0;g!==null;i++)u=p(u,g.value,i),g=g.next;return u},h.prototype.reduceReverse=function(p,s){var u,g=this.tail;if(arguments.length>1)u=s;else if(this.tail)g=this.tail.prev,u=this.tail.value;else throw new TypeError("Reduce of empty list with no initial value");for(var i=this.length-1;g!==null;i--)u=p(u,g.value,i),g=g.prev;return u},h.prototype.toArray=function(){for(var p=new Array(this.length),s=0,u=this.head;u!==null;s++)p[s]=u.value,u=u.next;return p},h.prototype.toArrayReverse=function(){for(var p=new Array(this.length),s=0,u=this.tail;u!==null;s++)p[s]=u.value,u=u.prev;return p},h.prototype.slice=function(p,s){s=s||this.length,s<0&&(s+=this.length),p=p||0,p<0&&(p+=this.length);var u=new h;if(s<p||s<0)return u;p<0&&(p=0),s>this.length&&(s=this.length);for(var g=0,i=this.head;i!==null&&g<p;g++)i=i.next;for(;i!==null&&g<s;g++,i=i.next)u.push(i.value);return u},h.prototype.sliceReverse=function(p,s){s=s||this.length,s<0&&(s+=this.length),p=p||0,p<0&&(p+=this.length);var u=new h;if(s<p||s<0)return u;p<0&&(p=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>p;g--,i=i.prev)u.push(i.value);return u},h.prototype.splice=function(p,s,...u){p>this.length&&(p=this.length-1),p<0&&(p=this.length+p);for(var g=0,i=this.head;i!==null&&g<p;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<u.length;g++)i=n(this,i,u[g]);return m},h.prototype.reverse=function(){for(var p=this.head,s=this.tail,u=p;u!==null;u=u.prev){var g=u.prev;u.prev=u.next,u.next=g}return this.head=s,this.tail=p,this};function n(p,s,u){var g=s===p.head?new c(u,null,s,p):new c(u,s,s.next,p);return g.next===null&&(p.tail=g),g.prev===null&&(p.head=g),p.length++,g}function r(p,s){p.tail=new c(s,p.tail,null,p),p.head||(p.head=p.tail),p.length++}function l(p,s){p.head=new c(s,null,p.head,p),p.tail||(p.tail=p.head),p.length++}function c(p,s,u,g){if(!(this instanceof c))return new c(p,s,u,g);this.list=g,this.value=p,s?(s.next=this,this.prev=s):this.prev=null,u?(u.prev=this,this.next=u):this.next=null}try{o(6685)(h)}catch(p){}}},Is={};function ct(w){var y=Is[w];if(y!==void 0)return y.exports;var o=Is[w]={id:w,loaded:!1,exports:{}};return il[w].call(o.exports,o,o.exports,ct),o.loaded=!0,o.exports}ct.n=w=>{var y=w&&w.__esModule?()=>w.default:()=>w;return ct.d(y,{a:y}),y},ct.d=(w,y)=>{for(var o in y)ct.o(y,o)&&!ct.o(w,o)&&Object.defineProperty(w,o,{enumerable:!0,get:y[o]})},ct.g=function(){if(typeof globalThis=="object")return globalThis;try{return this||new Function("return this")()}catch(w){if(typeof window=="object")return window}}(),ct.o=(w,y)=>Object.prototype.hasOwnProperty.call(w,y),ct.nmd=w=>(w.paths=[],w.children||(w.children=[]),w);var og={};(()=>{var Mt;"use strict";var w=ct(1044),y=ct.n(w),o=ct(1893),h=ct(3475),n=ct.n(h),r=ct(7455),l=ct.n(r),c=ct(2988),p=ct(8480),s=ct(5638),u=ct(954),g=ct(1313),i=ct(1309),m=ct.n(i),f=ct(7496),d=ct(4726),S=ct(9881),v=ct(2200),E=ct(6614);function x(de){for(var q=[],fe=0;fe<de.length;){var xe=de[fe];if(xe==="*"||xe==="+"||xe==="?"){q.push({type:"MODIFIER",index:fe,value:de[fe++]});continue}if(xe==="\\"){q.push({type:"ESCAPED_CHAR",index:fe++,value:de[fe++]});continue}if(xe==="{"){q.push({type:"OPEN",index:fe,value:de[fe++]});continue}if(xe==="}"){q.push({type:"CLOSE",index:fe,value:de[fe++]});continue}if(xe===":"){for(var re="",me=fe+1;me<de.length;){var ce=de.charCodeAt(me);if(ce>=48&&ce<=57||ce>=65&&ce<=90||ce>=97&&ce<=122||ce===95){re+=de[me++];continue}break}if(!re)throw new TypeError("Missing parameter name at "+fe);q.push({type:"NAME",index:fe,value:re}),fe=me;continue}if(xe==="("){var Ee=1,Re="",me=fe+1;if(de[me]==="?")throw new TypeError('Pattern cannot start with "?" at '+me);for(;me<de.length;){if(de[me]==="\\"){Re+=de[me++]+de[me++];continue}if(de[me]===")"){if(Ee--,Ee===0){me++;break}}else if(de[me]==="("&&(Ee++,de[me+1]!=="?"))throw new TypeError("Capturing groups are not allowed at "+me);Re+=de[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:de[fe++]})}return q.push({type:"END",index:fe,value:""}),q}function P(de,q){q===void 0&&(q={});for(var fe=x(de),xe=q.prefixes,re=xe===void 0?"./":xe,me="[^"+I(q.delimiter||"/#?")+"]+?",ce=[],Ee=0,Re=0,ke="",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)},Be=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"),xt=Ce("PATTERN");if(it||xt){var Ve=Ge||"";re.indexOf(Ve)===-1&&(ke+=Ve,Ve=""),ke&&(ce.push(ke),ke=""),ce.push({name:it||Ee++,prefix:Ve,suffix:"",pattern:xt||me,modifier:Ce("MODIFIER")||""});continue}var yt=Ge||Ce("ESCAPED_CHAR");if(yt){ke+=yt;continue}ke&&(ce.push(ke),ke="");var F=Ce("OPEN");if(F){var Ve=Be(),H=Ce("NAME")||"",V=Ce("PATTERN")||"",ne=Be();De("CLOSE"),ce.push({name:H||(V?Ee++:""),pattern:H&&!V?me:V,prefix:Ve,suffix:ne,modifier:Ce("MODIFIER")||""});continue}De("END")}return ce}function T(de,q){return _(P(de,q),q)}function _(de,q){q===void 0&&(q={});var fe=R(q),xe=q.encode,re=xe===void 0?function(Re){return Re}:xe,me=q.validate,ce=me===void 0?!0:me,Ee=de.map(function(Re){if(typeof Re=="object")return new RegExp("^(?:"+Re.pattern+")$",fe)});return function(Re){for(var ke="",Ce=0;Ce<de.length;Ce++){var De=de[Ce];if(typeof De=="string"){ke+=De;continue}var Be=Re?Re[De.name]:void 0,Ge=De.modifier==="?"||De.modifier==="*",it=De.modifier==="*"||De.modifier==="+";if(Array.isArray(Be)){if(!it)throw new TypeError('Expected "'+De.name+'" to not repeat, but got an array');if(Be.length===0){if(Ge)continue;throw new TypeError('Expected "'+De.name+'" to not be empty')}for(var xt=0;xt<Be.length;xt++){var Ve=re(Be[xt],De);if(ce&&!Ee[Ce].test(Ve))throw new TypeError('Expected all "'+De.name+'" to match "'+De.pattern+'", but got "'+Ve+'"');ke+=De.prefix+Ve+De.suffix}continue}if(typeof Be=="string"||typeof Be=="number"){var Ve=re(String(Be),De);if(ce&&!Ee[Ce].test(Ve))throw new TypeError('Expected "'+De.name+'" to match "'+De.pattern+'", but got "'+Ve+'"');ke+=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 ke}}function b(de,q){var fe=[],xe=k(de,fe,q);return D(xe,fe,q)}function D(de,q,fe){fe===void 0&&(fe={});var xe=fe.decode,re=xe===void 0?function(me){return me}:xe;return function(me){var ce=de.exec(me);if(!ce)return!1;for(var Ee=ce[0],Re=ce.index,ke=Object.create(null),Ce=function(Be){if(ce[Be]===void 0)return"continue";var Ge=q[Be-1];Ge.modifier==="*"||Ge.modifier==="+"?ke[Ge.name]=ce[Be].split(Ge.prefix+Ge.suffix).map(function(it){return re(it,Ge)}):ke[Ge.name]=re(ce[Be],Ge)},De=1;De<ce.length;De++)Ce(De);return{path:Ee,index:Re,params:ke}}}function I(de){return de.replace(/([.+*?=^!:${}()[\]|/\\])/g,"\\$1")}function R(de){return de&&de.sensitive?"":"i"}function C(de,q){if(!q)return de;for(var fe=/\((?:\?<(.*?)>)?(?!\?)/g,xe=0,re=fe.exec(de.source);re;)q.push({name:re[1]||xe++,prefix:"",suffix:"",modifier:"",pattern:""}),re=fe.exec(de.source);return de}function O(de,q,fe){var xe=de.map(function(re){return k(re,q,fe).source});return new RegExp("(?:"+xe.join("|")+")",R(fe))}function $(de,q,fe){return M(P(de,fe),q,fe)}function M(de,q,fe){fe===void 0&&(fe={});for(var xe=fe.strict,re=xe===void 0?!1:xe,me=fe.start,ce=me===void 0?!0:me,Ee=fe.end,Re=Ee===void 0?!0:Ee,ke=fe.encode,Ce=ke===void 0?function(Z){return Z}:ke,De="["+I(fe.endsWith||"")+"]|$",Be="["+I(fe.delimiter||"/#?")+"]",Ge=ce?"^":"",it=0,xt=de;it<xt.length;it++){var Ve=xt[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)re||(Ge+=Be+"?"),Ge+=fe.endsWith?"(?="+De+")":"$";else{var V=de[de.length-1],ne=typeof V=="string"?Be.indexOf(V[V.length-1])>-1:V===void 0;re||(Ge+="(?:"+Be+"(?="+De+"))?"),ne||(Ge+="(?="+Be+"|"+De+")")}return new RegExp(Ge,R(fe))}function k(de,q,fe){return de instanceof RegExp?C(de,q):Array.isArray(de)?O(de,q,fe):$(de,q,fe)}class W{hydrate(q,fe){const xe=q,re=new E(q),me=[];return k(re.pathname,me),me.forEach(ce=>{q=q.replace(":"+ce.name,encodeURIComponent(fe[ce.name]))}),q+=q.indexOf("?")===-1?"?":"&",Object.keys(fe).forEach(ce=>{xe.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(de){de.preventDefault();const q=y()(this).parents("article"),fe=q.data("group"),xe=q.data("name"),re=q.data("version");te(fe,xe,re,y()(this).data("type"))}),y()(".sample-request-clear").off("click"),y()(".sample-request-clear").on("click",function(de){de.preventDefault();const q=y()(this).parents("article"),fe=q.data("group"),xe=q.data("name"),re=q.data("version");ae(fe,xe,re)})}function U(de){return de.replace(/{(.+?)}/g,":$1")}function Y(de,q){const fe=de.find(".sample-request-url").val(),xe=new W,re=U(fe);return xe.hydrate(re,q)}function z(de){const q={};["header","query","body"].forEach(xe=>{const re={};try{de.find(y()(`[data-family="${xe}"]: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;re[Ee]=Re})}catch(me){return}q[xe]=re});const fe=de.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(de,q,fe,xe){const re=y()(`article[data-group="${de}"][data-name="${q}"][data-version="${fe}"]`),me=z(re),ce={};if(ce.url=Y(re,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 ke=new FormData;for(const[Ce,De]of Object.entries(me.body))ke.append(Ce,De);ce.data=ke,ce.processData=!1,(xe==="get"||xe==="delete")&&delete ce.headers["Content-Type"]}ce.type=xe,ce.success=Ee,ce.error=Re,y().ajax(ce),re.find(".sample-request-response").fadeTo(200,1),re.find(".sample-request-response-json").html("Loading...");function Ee(ke,Ce,De){let Be;try{Be=JSON.parse(De.responseText),Be=JSON.stringify(Be,null,4)}catch(Ge){Be=De.responseText}re.find(".sample-request-response-json").text(Be),m().highlightAll()}function Re(ke,Ce,De){let Be="Error "+ke.status+": "+De,Ge;try{Ge=JSON.parse(ke.responseText),Ge=JSON.stringify(Ge,null,4)}catch(it){Ge=ke.responseText}Ge&&(Be+=`
`+Ge),re.find(".sample-request-response").is(":visible")&&re.find(".sample-request-response").fadeTo(1,.1),re.find(".sample-request-response").fadeTo(250,1),re.find(".sample-request-response-json").text(Be),m().highlightAll()}}function ae(de,q,fe){const xe=y()('article[data-group="'+de+'"][data-name="'+q+'"][data-version="'+fe+'"]');xe.find(".sample-request-response-json").html(""),xe.find(".sample-request-response").hide(),xe.find(".sample-request-input").each((me,ce)=>{ce.value=ce.placeholder!==ce.dataset.name?ce.placeholder:""});const re=xe.find(".sample-request-url");re.val(re.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"}},kr=((Mt=window.navigator.language)!=null?Mt:"en-GB").toLowerCase().substr(0,2);let Pt=zt[kr]?zt[kr]:zt.en;function Yt(de){const q=Pt[de];return q===void 0?de:q}function mr(de){Pt=zt[de]}const{defaultsDeep:Ft}=o,pt=(de,q)=>{const fe=(xe,re,me,ce)=>({[re]:me+1<ce.length?xe:q});return de.reduceRight(fe,{})},dt=de=>{let q={};return de.forEach(fe=>{const xe=pt(fe[0].split("."),fe[1]);q=Ft(q,xe)}),xr(q)};function xr(de){return JSON.stringify(de,null,4)}function tn(de){const q=[];return de.forEach(fe=>{let xe;switch(fe.type.toLowerCase()){case"string":xe=fe.defaultValue||"";break;case"boolean":xe=Boolean(fe.defaultValue)||!1;break;case"number":xe=parseInt(fe.defaultValue||0,10);break;case"date":xe=fe.defaultValue||new Date().toLocaleDateString(window.navigator.language);break}q.push([fe.field,xe])}),dt(q)}var er=ct(7030);class vn extends er{constructor(q){super();this.testMode=q}diffMain(q,fe,xe,re){return super.diff_main(this._stripHtml(q),this._stripHtml(fe),xe,re)}diffPrettyHtml(q){const fe=[],xe=/&/g,re=/</g,me=/>/g,ce=/\n/g;for(let Ee=0;Ee<q.length;Ee++){const Re=q[Ee][0],Ce=q[Ee][1].replace(xe,"&amp;").replace(re,"&lt;").replace(me,"&gt;").replace(ce,"&para;<br>");switch(Re){case er.DIFF_INSERT:fe[Ee]="<ins>"+Ce+"</ins>";break;case er.DIFF_DELETE:fe[Ee]="<del>"+Ce+"</del>";break;case er.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(re){return re&&(re=re.replace(/((\[(.*?)\])?\(#)((.+?):(.+?))(\))/mg,function(me,ce,Ee,Re,ke,Ce,De){const Be=Re||Ce+"/"+De;return'<a href="#api-'+Ce+"-"+De+'">'+Be+"</a>"}),re)}),l().registerHelper("setInputType",function(re){switch(re){case"File":case"Email":case"Color":case"Number":case"Date":return re[0].toLowerCase()+re.substring(1);case"Boolean":return"checkbox";default:return"text"}});let de;l().registerHelper("startTimer",function(re){return de=new Date,""}),l().registerHelper("stopTimer",function(re){return console.log(new Date-de),""}),l().registerHelper("__",function(re){return Yt(re)}),l().registerHelper("cl",function(re){return console.log(re),""}),l().registerHelper("underscoreToSpace",function(re){return re.replace(/(_+)/g," ")}),l().registerHelper("removeDblQuotes",function(re){return re.replace(/"/g,"")}),l().registerHelper("assign",function(re){if(arguments.length>0){const me=typeof arguments[1];let ce=null;(me==="string"||me==="number"||me==="boolean")&&(ce=arguments[1]),l().registerHelper(re,function(){return ce})}return""}),l().registerHelper("nl2br",function(re){return fe(re)}),l().registerHelper("ifCond",function(re,me,ce,Ee){switch(me){case"==":return re==ce?Ee.fn(this):Ee.inverse(this);case"===":return re===ce?Ee.fn(this):Ee.inverse(this);case"!=":return re!=ce?Ee.fn(this):Ee.inverse(this);case"!==":return re!==ce?Ee.fn(this):Ee.inverse(this);case"<":return re<ce?Ee.fn(this):Ee.inverse(this);case"<=":return re<=ce?Ee.fn(this):Ee.inverse(this);case">":return re>ce?Ee.fn(this):Ee.inverse(this);case">=":return re>=ce?Ee.fn(this):Ee.inverse(this);case"&&":return re&&ce?Ee.fn(this):Ee.inverse(this);case"||":return re||ce?Ee.fn(this):Ee.inverse(this);default:return Ee.inverse(this)}});const q={};l().registerHelper("subTemplate",function(re,me){q[re]||(q[re]=l().compile(document.getElementById("template-"+re).innerHTML));const ce=q[re],Ee=y().extend({},this,me.hash);return new(l()).SafeString(ce(Ee))}),l().registerHelper("toLowerCase",function(re){return re&&typeof re=="string"?re.toLowerCase():""}),l().registerHelper("splitFill",function(re,me,ce){const Ee=re.split(me);return new Array(Ee.length).join(ce)+Ee[Ee.length-1]});function fe(re){return(""+re).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(re,me,ce){const Ee=ce.hash.field,Re=[];re&&re.forEach(function(Ce){const De=Ce;De.key=Ce[Ee],Re.push(De)});const ke=[];return me&&me.forEach(function(Ce){const De=Ce;De.key=Ce[Ee],ke.push(De)}),xe("key",Re,ke,ce)}),l().registerHelper("each_compare_keys",function(re,me,ce){const Ee=[];re&&Object.keys(re).forEach(function(Ce){const De={};De.value=re[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)}),xe("key",Ee,Re,ce)}),l().registerHelper("body2json",function(re,me){return tn(re)}),l().registerHelper("each_compare_field",function(re,me,ce){return xe("field",re,me,ce)}),l().registerHelper("each_compare_title",function(re,me,ce){return xe("title",re,me,ce)}),l().registerHelper("reformat",function(re,me){if(me==="json")try{return JSON.stringify(JSON.parse(re.trim()),null," ")}catch(ce){}return re}),l().registerHelper("showDiff",function(re,me,ce){let Ee="";if(re===me)Ee=re;else{if(!re)return me;if(!me)return re;const Re=new vn,ke=Re.diffMain(me,re);Re.diffCleanupSemantic(ke),Ee=Re.diffPrettyHtml(ke),Ee=Ee.replace(/&para;/gm,"")}return ce==="nl2br"&&(Ee=fe(Ee)),Ee});function xe(re,me,ce,Ee){const Re=[];let ke=0;me&&me.forEach(function(Be){let Ge=!1;if(ce&&ce.forEach(function(it){if(Be[re]===it[re]){const xt={typeSame:!0,source:Be,compare:it,index:ke};Re.push(xt),Ge=!0,ke++}}),!Ge){const it={typeIns:!0,source:Be,index:ke};Re.push(it),ke++}}),ce&&ce.forEach(function(Be){let Ge=!1;if(me&&me.forEach(function(it){it[re]===Be[re]&&(Ge=!0)}),!Ge){const it={typeDel:!0,compare:Be,index:ke};Re.push(it),ke++}});let Ce="";const De=Re.length;for(const Be in Re)parseInt(Be,10)===De-1&&(Re[Be]._last=!0),Ce=Ce+Ee.fn(Re[Be]);return Ce}}document.addEventListener("DOMContentLoaded",()=>{tr(),G(),m().highlightAll()});function tr(){var Tt;let de=[{type:"get",url:"api/dialog/group/add",title:"26. \u65B0\u589E\u7FA4\u7EC4",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"dialog",name:"group__add",parameter:{fields:{Parameter:[{group:"Parameter",type:"Array",optional:!1,field:"userids",description:"<p>\u7FA4\u6210\u5458\uFF0C\u683C\u5F0F: [userid1, userid2, userid3]</p>"},{group:"Parameter",type:"String",optional:!1,field:"chat_name",description:"<p>\u7FA4\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:"DialogController.php",groupTitle:"\u5BF9\u8BDD"},{type:"get",url:"api/dialog/group/adduser",title:"28. \u6DFB\u52A0\u7FA4\u6210\u5458",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p> <ul> <li>\u6709\u7FA4\u4E3B\u65F6\uFF1A\u53EA\u6709\u7FA4\u4E3B\u53EF\u4EE5\u9080\u8BF7</li> <li>\u6CA1\u6709\u7FA4\u4E3B\u65F6\uFF1A\u7FA4\u5185\u6210\u5458\u90FD\u53EF\u4EE5\u9080\u8BF7</li> </ul>",version:"1.0.0",group:"dialog",name:"group__adduser",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"dialog_id",description:"<p>\u4F1A\u8BDDID</p>"},{group:"Parameter",type:"Array",optional:!1,field:"userids",description:"<p>\u65B0\u589E\u7684\u7FA4\u6210\u5458\uFF0C\u683C\u5F0F: [userid1, userid2, userid3]</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/group/deluser",title:"29. \u79FB\u51FA\uFF08\u9000\u51FA\uFF09\u7FA4\u6210\u5458",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p> <ul> <li>\u53EA\u6709\u7FA4\u4E3B\u3001\u9080\u8BF7\u4EBA\u53EF\u4EE5\u8E22\u4EBA</li> <li>\u7FA4\u4E3B\u3001\u4EFB\u52A1\u4EBA\u5458\u3001\u9879\u76EE\u4EBA\u5458\u4E0D\u53EF\u88AB\u8E22\u6216\u9000\u51FA</li> </ul>",version:"1.0.0",group:"dialog",name:"group__adduser",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"dialog_id",description:"<p>\u4F1A\u8BDDID</p>"},{group:"Parameter",type:"Array",optional:!1,field:"userids",description:"<p>\u79FB\u51FA\u7684\u7FA4\u6210\u5458\uFF0C\u683C\u5F0F: [userid1, userid2, userid3]</p> <ul> <li>\u7559\u7A7A\u8868\u793A\u81EA\u5DF1\u9000\u51FA</li> <li>\u6709\u503C\u8868\u793A\u79FB\u51FA\uFF0C\u4EC5\u9650\u7FA4\u4E3B\u64CD\u4F5C</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/group/disband",title:"30. \u89E3\u6563\u7FA4\u7EC4",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p> <ul> <li>\u53EA\u6709\u7FA4\u4E3B\u4E14\u662F\u4E2A\u4EBA\u7C7B\u578B\u7FA4\u53EF\u4EE5\u89E3\u6563</li> </ul>",version:"1.0.0",group:"dialog",name:"group__disband",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/dialog/group/edit",title:"27. \u4FEE\u6539\u7FA4\u7EC4",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"dialog",name:"group__edit",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"dialog_id",description:"<p>\u4F1A\u8BDDID</p>"},{group:"Parameter",type:"String",optional:!1,field:"chat_name",description:"<p>\u7FA4\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:"DialogController.php",groupTitle:"\u5BF9\u8BDD"},{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:"String",optional:!0,field:"at_after",description:"<p>\u53EA\u8BFB\u53D6\u5728\u8FD9\u4E2A\u65F6\u95F4\u4E4B\u540E\u66F4\u65B0\u7684\u5BF9\u8BDD</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:"DialogController.php",groupTitle:"\u5BF9\u8BDD"},{type:"get",url:"api/dialog/msg/detail",title:"16. \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/done",title:"25. \u5B8C\u6210\u5F85\u529E",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"dialog",name:"msg__done",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"id",description:"<p>\u5F85\u529E\u6570\u636EID</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/download",title:"17. \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>"},{group:"Parameter",type:"String",optional:!1,field:"down",description:"<p>\u76F4\u63A5\u4E0B\u8F7D</p> <ul> <li>yes: \u4E0B\u8F7D\uFF08\u9ED8\u8BA4\uFF09</li> <li>preview: \u8F6C\u9884\u89C8\u5730\u5740</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/emoji",title:"21. emoji\u56DE\u590D",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"dialog",name:"msg__emoji",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"msg_id",description:"<p>\u6D88\u606FID</p>"},{group:"Parameter",type:"String",optional:!1,field:"symbol",description:"<p>\u56DE\u590D\u6216\u53D6\u6D88\u7684emoji\u8868\u60C5</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/forward",title:"20. \u8F6C\u53D1\u6D88\u606F\u7ED9",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"dialog",name:"msg__forward",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"msg_id",description:"<p>\u6D88\u606FID</p>"},{group:"Parameter",type:"Array",optional:!1,field:"userids",description:"<p>\u8F6C\u53D1\u7ED9\u7684\u6210\u5458</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/list",title:"09. \u83B7\u53D6\u6D88\u606F\u5217\u8868",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"dialog",name:"msg__list",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"dialog_id",description:"<p>\u5BF9\u8BDDID</p>"},{group:"Parameter",type:"Number",optional:!1,field:"msg_id",description:"<p>\u6D88\u606FID</p>"},{group:"Parameter",type:"Number",optional:!0,field:"position_id",description:"<p>\u6B64\u6D88\u606FID\u524D\u540E\u7684\u6570\u636E</p>"},{group:"Parameter",type:"Number",optional:!0,field:"prev_id",description:"<p>\u6B64\u6D88\u606FID\u4E4B\u524D\u7684\u6570\u636E</p>"},{group:"Parameter",type:"Number",optional:!0,field:"next_id",description:"<p>\u6B64\u6D88\u606FID\u4E4B\u540E\u7684\u6570\u636E</p> <ul> <li>position_id\u3001prev_id\u3001next_id \u53EA\u6709\u4E00\u4E2A\u6709\u6548\uFF0C\u4F18\u5148\u5FAA\u5E8F\u4E3A\uFF1Aposition_id &gt; prev_id &gt; next_id</li> </ul>"},{group:"Parameter",type:"String",optional:!0,field:"msg_type",description:"<p>\u6D88\u606F\u7C7B\u578B</p> <ul> <li>tag: \u6807\u8BB0</li> <li>link: \u94FE\u63A5</li> <li>text: \u6587\u672C</li> <li>image: \u56FE\u7247</li> <li>file: \u6587\u4EF6</li> <li>record: \u5F55\u97F3</li> <li>meeting: \u4F1A\u8BAE</li> </ul>"},{group:"Parameter",type:"Number",optional:!0,field:"take",description:"<p>\u83B7\u53D6\u6761\u6570\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/mark",title:"19. \u6D88\u606F\u6807\u8BB0\u64CD\u4F5C",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"dialog",name:"msg__mark",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"dialog_id",description:"<p>\u4F1A\u8BDDID</p>"},{group:"Parameter",type:"String",optional:!1,field:"type",description:"<p>\u7C7B\u578B</p> <ul> <li>read</li> <li>unread</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/one",title:"10. \u83B7\u53D6\u5355\u6761\u6D88\u606F",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"dialog",name:"msg__one",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/readlist",title:"15. \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:"14. \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:"Number",optional:!0,field:"reply_id",description:"<p>\u56DE\u590DID</p>"},{group:"Parameter",type:"Number",optional:!0,field:"image_attachment",description:"<p>\u56FE\u7247\u662F\u5426\u4E5F\u5B58\u5230\u9644\u4EF6</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/sendrecord",title:"13. \u53D1\u9001\u8BED\u97F3",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"dialog",name:"msg__sendrecord",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"dialog_id",description:"<p>\u5BF9\u8BDDID</p>"},{group:"Parameter",type:"Number",optional:!0,field:"reply_id",description:"<p>\u56DE\u590DID</p>"},{group:"Parameter",type:"String",optional:!1,field:"base64",description:"<p>\u8BED\u97F3base64</p>"},{group:"Parameter",type:"Number",optional:!1,field:"duration",description:"<p>\u8BED\u97F3\u65F6\u957F\uFF08\u6BEB\u79D2\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:"12. \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:"Number",optional:!0,field:"update_id",description:"<p>\u66F4\u65B0\u6D88\u606FID\uFF08\u4F18\u5148\u5927\u4E8Ereply_id\uFF09</p>"},{group:"Parameter",type:"Number",optional:!0,field:"reply_id",description:"<p>\u56DE\u590DID</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/tag",title:"22. \u6807\u6CE8/\u53D6\u6D88\u6807\u6CE8",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"dialog",name:"msg__tag",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/todo",title:"23. \u8BBE\u5F85\u529E/\u53D6\u6D88\u5F85\u529E",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"dialog",name:"msg__todo",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"msg_id",description:"<p>\u6D88\u606FID</p>"},{group:"Parameter",type:"String",optional:!1,field:"type",description:"<p>\u8BBE\u5F85\u529E\u5BF9\u8C61</p> <ul> <li>all: \u4F1A\u8BDD\u5168\u90E8\u6210\u5458\uFF08\u9ED8\u8BA4\uFF09</li> <li>user: \u4F1A\u8BDD\u6307\u5B9A\u6210\u5458</li> </ul>"},{group:"Parameter",type:"Array",optional:!1,field:"userids",description:"<p>\u4F1A\u5458ID\u7EC4\uFF08type=user\u6709\u6548\uFF0C\u683C\u5F0F: [userid1, userid2, userid3]\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:"get",url:"api/dialog/msg/todolist",title:"24. \u83B7\u53D6\u6D88\u606F\u5F85\u529E\u60C5\u51B5",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"dialog",name:"msg__todolist",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/unread",title:"11. \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>"}]},examples:[{title:"data:",content:`{
"unread": 43, // \u672A\u8BFB\u6D88\u606F\u6570
"last_umid": 308 // \u6700\u65B0\u7684\u4E00\u6761\u672A\u8BFB\u6D88\u606FID\uFF0C\u7528\u4E8E\u5224\u65AD\u662F\u5426\u66F4\u65B0\u524D\u7AEF\u7684\u672A\u8BFB\u6570\u91CF
}`,type:"json"}]},filename:"DialogController.php",groupTitle:"\u5BF9\u8BDD"},{type:"get",url:"api/dialog/msg/withdraw",title:"18. \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:"03. \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/open/user",title:"08. \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/search",title:"02. \u641C\u7D22\u4F1A\u8BDD",description:"<p>\u6839\u636E\u6D88\u606F\u5173\u952E\u8BCD\u641C\u7D22\u76F8\u5173\u4F1A\u8BDD\uFF0C\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"dialog",name:"search",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"key",description:"<p>\u6D88\u606F\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:"DialogController.php",groupTitle:"\u5BF9\u8BDD"},{type:"get",url:"api/dialog/tel",title:"07. \u83B7\u53D6\u5BF9\u65B9\u8054\u7CFB\u7535\u8BDD",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"dialog",name:"tel",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/dialog/todo",title:"05. \u83B7\u53D6\u4F1A\u8BDD\u5F85\u529E",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"dialog",name:"todo",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/dialog/top",title:"06. \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/dialog/user",title:"04. \u83B7\u53D6\u4F1A\u8BDD\u6210\u5458",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"dialog",name:"user",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"dialog_id",description:"<p>\u4F1A\u8BDDID</p>"},{group:"Parameter",type:"Number",optional:!0,field:"getuser",description:"<p>\u83B7\u53D6\u4F1A\u5458\u8BE6\u60C5\uFF081: \u8FD4\u56DE\u4F1A\u5458\u6635\u79F0\u3001\u90AE\u7BB1\u7B49\u57FA\u672C\u4FE1\u606F\uFF0C0: \u9ED8\u8BA4\u4E0D\u8FD4\u56DE\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:"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\uFF0C\u9664\u975E\u662Fpreview\uFF09</li> <li>preview: \u8F6C\u9884\u89C8\u5730\u5740</li> </ul>"},{group:"Parameter",type:"Number",optional:!0,field:"history_id",description:"<p>\u8BFB\u53D6\u5386\u53F2\u8BB0\u5F55ID</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/history",title:"12. \u83B7\u53D6\u5185\u5BB9\u5386\u53F2",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"file",name:"content__history",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"id",description:"<p>\u6587\u4EF6ID</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:"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/restore",title:"13. \u6062\u590D\u6587\u4EF6\u5386\u53F2",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"file",name:"content__restore",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"id",description:"<p>\u6587\u4EF6ID</p>"},{group:"Parameter",type:"Number",optional:!1,field:"history_id",description:"<p>\u5386\u53F2\u6570\u636EID</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:"17. \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:"14. \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:"16. \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:"15. \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>"},{group:"Parameter",type:"Number",optional:!0,field:"force",description:"<p>\u8BBE\u7F6E\u5171\u4EAB\u65F6\u662F\u5426\u5FFD\u7565\u63D0\u9192</p> <ul> <li>0\uFF1A\u5982\u679C\u5B50\u6587\u4EF6\u5939\u5DF2\u5B58\u5728\u5171\u4EAB\u5219ret\u8FD4\u56DE-3001\uFF08\u9ED8\u8BA4\uFF09</li> <li>1\uFF1A\u5FFD\u7565\u63D0\u9192</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>"},{group:"Parameter",type:"Number",optional:!0,field:"personal",description:"<p>\u4E2A\u4EBA\u9879\u76EE\uFF0C\u6CE8\u518C\u6210\u529F\u65F6\u521B\u5EFA\uFF08\u4EC5\u652F\u6301\u521B\u5EFA\u4E00\u4E2A\u4E2A\u4EBA\u9879\u76EE\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/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:"37. \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:"35. \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:"36. \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:"type",description:"<p>\u9879\u76EE\u7C7B\u578B</p> <ul> <li>all\uFF1A\u5168\u90E8\uFF08\u9ED8\u8BA4\uFF09</li> <li>team\uFF1A\u56E2\u961F\u9879\u76EE</li> <li>personal\uFF1A\u4E2A\u4EBA\u9879\u76EE</li> </ul>"},{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:"38. \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:"27. \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:"28. \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:"31. \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:"22. \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:"30. \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/down",title:"20. \u5BFC\u51FA\u4EFB\u52A1\uFF08\u9650\u7BA1\u7406\u5458\uFF09",description:"<p>\u5BFC\u51FA\u6307\u5B9A\u8303\u56F4\u4EFB\u52A1\uFF08\u5DF2\u5B8C\u6210\u3001\u672A\u5B8C\u6210\u3001\u5DF2\u5F52\u6863\uFF09\uFF0C\u8FD4\u56DE\u4E0B\u8F7D\u5730\u5740\uFF0C\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"project",name:"task__down",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"key",description:"<p>\u901A\u8FC7export\u63A5\u53E3\u5F97\u5230\u7684\u4E0B\u8F7D\u94A5\u5319</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"File",optional:!1,field:"data",description:"<p>\u8FD4\u56DE\u6570\u636E\uFF08\u76F4\u63A5\u4E0B\u8F7D\u6587\u4EF6\uFF09</p>"}]}},filename:"ProjectController.php",groupTitle:"\u9879\u76EE"},{type:"get",url:"api/project/task/export",title:"19. \u5BFC\u51FA\u4EFB\u52A1\uFF08\u9650\u7BA1\u7406\u5458\uFF09",description:"<p>\u5BFC\u51FA\u6307\u5B9A\u8303\u56F4\u4EFB\u52A1\uFF08\u5DF2\u5B8C\u6210\u3001\u672A\u5B8C\u6210\u3001\u5DF2\u5F52\u6863\uFF09\uFF0C\u8FD4\u56DE\u4E0B\u8F7D\u5730\u5740\uFF0C\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"project",name:"task__export",parameter:{fields:{Parameter:[{group:"Parameter",type:"Array",optional:!0,field:"userid",description:"<p>\u6307\u5B9A\u4F1A\u5458\uFF0C\u5982\uFF1A[1, 2]</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:"type",description:"<ul> <li>createdTime \u4EFB\u52A1\u521B\u5EFA\u65F6\u95F4</li> <li>taskTime \u4EFB\u52A1\u8BA1\u5212\u65F6\u95F4\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/filedelete",title:"24. \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:"25. \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:"26. \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>"},{group:"Parameter",type:"String",optional:!1,field:"down",description:"<p>\u76F4\u63A5\u4E0B\u8F7D</p> <ul> <li>yes: \u4E0B\u8F7D\uFF08\u9ED8\u8BA4\uFF09</li> <li>preview: \u8F6C\u9884\u89C8\u5730\u5740</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/files",title:"23. \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:"34. \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:"String",optional:!0,field:"deleted",description:"<p>\u662F\u5426\u8BFB\u53D6\u5DF2\u5220\u9664</p> <ul> <li>all\uFF1A\u6240\u6709</li> <li>yes\uFF1A\u5DF2\u5220\u9664</li> <li>no\uFF1A\u672A\u5220\u9664\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:"21. \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:"32. \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>"},{group:"Parameter",type:"String",optional:!1,field:"type",description:"<ul> <li>recovery: \u8FD8\u539F</li> <li>delete: \u5220\u9664\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/resetfromlog",title:"33. \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:"29. \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:"String",optional:!0,field:"loop",description:"<p>\u91CD\u590D\u5468\u671F\uFF0C\u6570\u5B57\u4EE3\u8868\u5929\u6570\uFF08\u5B50\u4EFB\u52A1\u4E0D\u652F\u6301\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/top",title:"39. \u9879\u76EE\u7F6E\u9876",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"project",name:"top",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/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:"Object",optional:!0,field:"keys",description:"<p>\u641C\u7D22\u6761\u4EF6</p> <ul> <li>keys.type: \u6C47\u62A5\u7C7B\u578B\uFF0Cweekly:\u5468\u62A5\uFF0Cdaily:\u65E5\u62A5</li> <li>keys.created_at: \u6C47\u62A5\u65F6\u95F4</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:"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:"Object",optional:!0,field:"keys",description:"<p>\u641C\u7D22\u6761\u4EF6</p> <ul> <li>keys.key: \u5173\u952E\u8BCD</li> <li>keys.type: \u6C47\u62A5\u7C7B\u578B\uFF0Cweekly:\u5468\u62A5\uFF0Cdaily:\u65E5\u62A5</li> <li>keys.created_at: \u6C47\u62A5\u65F6\u95F4</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:"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:"07. \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:"05. \u83B7\u53D6\u6F14\u793A\u5E10\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:"get",url:"api/system/email/check",title:"17. \u90AE\u4EF6\u53D1\u9001\u6D4B\u8BD5\uFF08\u9650\u7BA1\u7406\u5458\uFF09",description:"<p>\u6D4B\u8BD5\u914D\u7F6E\u90AE\u7BB1\u662F\u5426\u80FD\u53D1\u9001\u90AE\u4EF6</p>",version:"1.0.0",group:"system",name:"email__check",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:"15. \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:"10. \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:"08. \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:"09. \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:"11. \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:"12. \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:"get",url:"api/system/get/starthome",title:"16. \u542F\u52A8\u9996\u9875\u8BBE\u7F6E\u4FE1\u606F",description:"<p>\u7528\u4E8E\u5224\u65AD\u6CE8\u518C\u662F\u5426\u9700\u8981\u542F\u52A8\u9996\u9875</p>",version:"1.0.0",group:"system",name:"get__starthome",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:"13. \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:"File",optional:!1,field:"image",description:"<p>post-\u56FE\u7247\u5BF9\u8C61</p>"},{group:"Parameter",type:"String",optional:!0,field:"image64",description:"<p>post-\u56FE\u7247base64\uFF08\u4E0E'image'\u4E8C\u9009\u4E00\uFF09</p>"},{group:"Parameter",type:"String",optional:!1,field:"filename",description:"<p>post-\u6587\u4EF6\u540D</p>"},{group:"Parameter",type:"Number",optional:!0,field:"width",description:"<p>\u538B\u7F29\u56FE\u7247\u5BBD\uFF08\u9ED8\u8BA40\uFF09</p>"},{group:"Parameter",type:"Number",optional:!0,field:"height",description:"<p>\u538B\u7F29\u56FE\u7247\u9AD8\uFF08\u9ED8\u8BA40\uFF09</p>"},{group:"Parameter",type:"String",optional:!0,field:"whcut",description:"<p>\u538B\u7F29\u65B9\u5F0F</p> <ul> <li>1\uFF1A\u88C1\u5207\uFF08\u9ED8\u8BA4\uFF0C\u5BBD\u3001\u9AD8\u975E0\u6709\u6548\uFF09</li> <li>0\uFF1A\u7F29\u653E</li> <li>-1\u6216'auto'\uFF1A\u4FDD\u6301\u7B49\u6BD4\u88C1\u5207</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/system/get/imgview",title:"14. \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:"06. \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\uFF1A['reg', 'reg_invite', 'login_code', 'password_policy', 'project_invite', 'chat_information', 'auto_archived', 'archived_day', 'all_group_mute', 'start_home', 'home_footer']\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/system/setting/apppush",title:"04. \u83B7\u53D6APP\u63A8\u9001\u8BBE\u7F6E\u3001\u4FDD\u5B58APP\u63A8\u9001\u8BBE\u7F6E\uFF08\u9650\u7BA1\u7406\u5458\uFF09",version:"1.0.0",group:"system",name:"setting__apppush",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\u8BBE\u7F6E\uFF08\u53C2\u6570\uFF1A['push', 'ios_key', 'ios_secret', 'android_key', 'android_secret']\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/system/setting/email",title:"02. \u83B7\u53D6\u90AE\u7BB1\u8BBE\u7F6E\u3001\u4FDD\u5B58\u90AE\u7BB1\u8BBE\u7F6E\uFF08\u9650\u7BA1\u7406\u5458\uFF09",version:"1.0.0",group:"system",name:"setting__email",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\u8BBE\u7F6E\uFF08\u53C2\u6570\uFF1A['smtp_server', 'port', 'account', 'password', 'reg_verify', 'notice', 'task_start_minute', 'task_remind_hours', 'task_remind_hours2', 'notice_msg', 'msg_unread_user_minute', 'msg_unread_group_minute', 'ignore_addr']\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/system/setting/meeting",title:"03. \u83B7\u53D6\u4F1A\u8BAE\u8BBE\u7F6E\u3001\u4FDD\u5B58\u4F1A\u8BAE\u8BBE\u7F6E\uFF08\u9650\u7BA1\u7406\u5458\uFF09",version:"1.0.0",group:"system",name:"setting__meeting",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\u8BBE\u7F6E\uFF08\u53C2\u6570\uFF1A['open', 'appid', 'app_certificate']\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/system/version",title:"18. \u83B7\u53D6\u7248\u672C\u53F7",version:"1.0.0",group:"system",name:"version",success:{fields:{"Success 200":[{group:"Success 200",type:"String",optional:!1,field:"version",description:""},{group:"Success 200",type:"String",optional:!1,field:"publish",description:""}]}},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:"tel",description:"<p>\u7535\u8BDD</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/email/verification",title:"13. \u90AE\u7BB1\u9A8C\u8BC1",description:"<p>\u4E0D\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"users",name:"email__verification",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"code",description:"<p>\u9A8C\u8BC1\u53C2\u6570</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.key \u90AE\u7BB1/\u7535\u8BDD/\u6635\u79F0/\u804C\u4F4D\uFF08\u8D4B\u503C\u540Ekeys.email\u3001keys.tel\u3001keys.nickname\u3001keys.profession\u5931\u6548\uFF09</li> <li>keys.email \u90AE\u7BB1</li> <li>keys.tel \u7535\u8BDD</li> <li>keys.nickname \u6635\u79F0</li> <li>keys.profession \u804C\u4F4D</li> <li>keys.identity \u8EAB\u4EFD\uFF08\u5982\uFF1Aadmin\u3001noadmin\uFF09</li> <li>keys.disable \u662F\u5426\u79BB\u804C <ul> <li>yes: \u4EC5\u79BB\u804C</li> <li>all: \u5168\u90E8</li> <li>\u5176\u4ED6\u503C: \u4EC5\u5728\u804C\uFF08\u9ED8\u8BA4\uFF09</li> </ul> </li> <li>keys.email_verity \u90AE\u7BB1\u662F\u5426\u8BA4\u8BC1 <ul> <li>yes: \u5DF2\u8BA4\u8BC1</li> <li>no: \u672A\u8BA4\u8BC1</li> <li>\u5176\u4ED6\u503C: \u5168\u90E8\uFF08\u9ED8\u8BA4\uFF09</li> </ul> </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",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/meeting/invitation",title:"17. \u3010\u4F1A\u8BAE\u3011\u53D1\u9001\u9080\u8BF7",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"users",name:"meeting__invitation",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"meetingid",description:"<p>\u9891\u9053ID\uFF08\u4E0D\u662F\u6570\u5B57\uFF09</p>"},{group:"Parameter",type:"Array",optional:!1,field:"userids",description:"<p>\u9080\u8BF7\u6210\u5458</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/meeting/open",title:"16. \u3010\u4F1A\u8BAE\u3011\u521B\u5EFA\u4F1A\u8BAE\u3001\u52A0\u5165\u4F1A\u8BAE",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"users",name:"meeting__open",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"type",description:"<p>\u7C7B\u578B</p> <ul> <li>create: \u521B\u5EFA\u4F1A\u8BAE\uFF0C\u6709\u6548\u53C2\u6570\uFF1Aname\u3001userids</li> <li>join: \u52A0\u5165\u4F1A\u8BAE\uFF0C\u6709\u6548\u53C2\u6570\uFF1Ameetingid (\u5FC5\u586B)</li> </ul>"},{group:"Parameter",type:"String",optional:!0,field:"meetingid",description:"<p>\u9891\u9053ID\uFF08\u4E0D\u662F\u6570\u5B57\uFF09</p>"},{group:"Parameter",type:"String",optional:!0,field:"name",description:"<p>\u4F1A\u8BDDID</p>"},{group:"Parameter",type:"Array",optional:!0,field:"userids",description:"<p>\u9080\u8BF7\u6210\u5458</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/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\u79BB\u804C\uFF08\u9700\u8981\u53C2\u6570 disable_time\u3001transfer_userid\uFF09</li> <li>cleardisable \u53D6\u6D88\u79BB\u804C</li> <li>delete \u5220\u9664\u4F1A\u5458</li> </ul>"},{group:"Parameter",type:"String",optional:!0,field:"email",description:"<p>\u90AE\u7BB1\u5730\u5740</p>"},{group:"Parameter",type:"String",optional:!0,field:"tel",description:"<p>\u8054\u7CFB\u7535\u8BDD</p>"},{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>"},{group:"Parameter",type:"String",optional:!0,field:"disable_time",description:"<p>\u79BB\u804C\u65F6\u95F4</p>"},{group:"Parameter",type:"String",optional:!0,field:"transfer_userid",description:"<p>\u79BB\u804C\u4EA4\u63A5\u4EBA</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> <li>keys.dialog_id \u5728\u6307\u5B9A\u5BF9\u8BDDID</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:!1,field:"updated_time",description:"<p>\u5728\u8FD9\u4E2A\u65F6\u95F4\u6233\u4E4B\u540E\u66F4\u65B0\u7684</p>"},{group:"Parameter",type:"Number",optional:!1,field:"state",description:"<p>\u83B7\u53D6\u5728\u7EBF\u72B6\u6001</p> <ul> <li>0: \u4E0D\u83B7\u53D6\uFF08\u9ED8\u8BA4\uFF09</li> <li>1: \u83B7\u53D6\u4F1A\u5458\u5728\u7EBF\u72B6\u6001\uFF0C\u8FD4\u56DE\u6570\u636E\u591A\u4E00\u4E2Aonline\u503C</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"},{type:"get",url:"api/users/umeng/alias",title:"14. \u8BBE\u7F6E\u53CB\u76DF\u522B\u540D",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"users",name:"umeng__alias",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"alias",description:"<p>\u522B\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\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/ws/exist",title:"15. websocket\u662F\u5426\u5B58\u5728",description:"<p>\u67E5\u8BE2websocket\u8FDE\u63A5\u662F\u5426\u5B58\u5728</p>",version:"1.0.0",group:"users",name:"ws__exist",success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u5B58\u5728\u30010\u4E0D\u5B58\u5728\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"}];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:"Fri Jul 08 2022 11:19:42 GMT+0000 (Coordinated Universal Time)",url:"https://apidocjs.com",version:"0.50.4"}};tt();const fe=l().compile(y()("#template-header").html()),xe=l().compile(y()("#template-footer").html()),re=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()),ke=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&&mr(q.template.forceLanguage);const De=(0,o.groupBy)(de,ve=>ve.group),Be={};y().each(De,(ve,le)=>{Be[ve]=(0,o.groupBy)(le,Ae=>Ae.name)});const Ge=[];y().each(Be,(ve,le)=>{let Ae=[];y().each(le,(be,Ie)=>{const st=Ie[0].title;st&&Ae.push(st.toLowerCase()+"#~#"+be)}),Ae.sort(),q.order&&(Ae=Fe(Ae,q.order,"#~#")),Ae.forEach(be=>{const st=be.split("#~#")[1];le[st].forEach($e=>{Ge.push($e)})})}),de=Ge;let it={};const xt={};let Ve={};Ve[q.version]=1,y().each(de,(ve,le)=>{it[le.group]=1,xt[le.group]=le.groupTitle||le.group,Ve[le.version]=1}),it=Object.keys(it),it.sort(),q.order&&(it=_t(xt,q.order)),Ve=Object.keys(Ve),Ve.sort(n().compare),Ve.reverse();const yt=[];it.forEach(ve=>{yt.push({group:ve,isHeader:!0,title:xt[ve]});let le="";de.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 be=!1;if(!le)return be;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,""),Ar=st.match(/id="api-([^-]+)(?:-(.+))?"/),Pr=Ar?Ar[1]:null,Tr=Ar?Ar[2]:null;$e==="1"&&Ut&&Pr&&(ve.splice(Ae,0,{group:Pr,isHeader:!0,title:Ut,isFixed:!0}),Ae++,be=!0),$e==="2"&&Ut&&Pr&&Tr&&(ve.splice(Ae,0,{group:Pr,name:Tr,isHeader:!1,title:Ut,isFixed:!1,version:"1.0"}),Ae++)}),be}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 ne={nav:yt};y()("#sidenav").append(ke(ne)),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(xe(q.footer)),q.template.aloneDisplay&&document.getElementById("api-_footer").classList.add("hide"));const Z={};let ie="";it.forEach(function(ve){const le=[];let Ae="",be={},Ie=ve,st="";Z[ve]={},de.forEach(function($e){ve===$e.group&&(Ae!==$e.name?(de.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))}),be={article:$e,versions:Z[$e.group][$e.name]}):be={article:$e,hidden:!0,versions:Z[$e.group][$e.name]},q.sampleUrl&&q.sampleUrl===!0&&(q.sampleUrl=window.location.origin),q.url&&be.article.url.substr(0,4).toLowerCase()!=="http"&&(be.article.url=q.url+be.article.url),Me(be,$e),$e.groupTitle&&(Ie=$e.groupTitle),$e.groupDescription&&(st=$e.groupDescription),le.push({article:re(be),group:$e.group,name:$e.name,aloneDisplay:q.template.aloneDisplay}),Ae=$e.name)}),be={group:ve,title:Ie,description:st,articles:le,aloneDisplay:q.template.aloneDisplay},ie+=Re(be)}),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],be=>be.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"),be=y()("#sidenav li[data-group='"+le+"'][data-name='"+Ae+"']").length,Ie=y()("#sidenav li[data-group='"+le+"'][data-name='"+Ae+"']").index(y()(this));(be===1||Ie===be-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(),be=`.${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()(be);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(),be=document.querySelector(`li .${le.slice(1)}-init`),Ie=document.querySelector(`li[data-version="${Ae}"] .show-api.${le.slice(1)}-init`);let st=be;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 be=Ae.dataset.group,Ie=Ae.dataset.name,st=Ae.dataset.version,$e=be+Ie;!le[$e]&&n().lte(st,ve)&&(le[$e]=!0,document.querySelector(`article[data-group="${be}"][data-name="${Ie}"][data-version="${st}"]`).classList.remove("hide"),document.querySelector(`#sidenav li[data-group="${be}"][data-name="${Ie}"][data-version="${st}"]`).classList.remove("hide"),document.querySelector(`#sidenav li.nav-header[data-group="${be}"]`).classList.remove("hide"))}),y()("article[data-version]").each(function(Ae){const be=y()(this).data("group");y()("section#api-"+be).removeClass("hide"),y()("section#api-"+be+" article:visible").length===0?y()("section#api-"+be).addClass("hide"):y()("section#api-"+be).removeClass("hide")})}if(_e(),y()("#versions li.version a").on("click",function(ve){ve.preventDefault(),_e(y()(this).html())}),y()("#compareAllWithPredecessor").on("click",Le),y()("article .versions li.version a").on("click",Oe),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,be)=>{y()(be).show(),be.innerText.toLowerCase().includes(le)||y()(be).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 Oe(ve){ve.preventDefault();const le=y()(this).parents("article"),Ae=y()(this).html(),be=le.find(".version"),Ie=be.find("strong").html();be.find("strong").html(Ae);const st=le.data("group"),$e=le.data("name"),Ut=le.data("version"),Ar=le.data("compare-version");if(Ar!==Ae&&!(!Ar&&Ut===Ae)){if(Ar&&Z[st][$e][0]===Ae||Ut===Ae)at(st,$e,Ut);else{let Pr={},Tr={};y().each(Be[st][$e],function(Os,rn){rn.version===Ut&&(Pr=rn),rn.version===Ae&&(Tr=rn)});const ht={article:Pr,compare:Tr,versions:Z[st][$e]};ht.article.id=ht.article.group+"-"+ht.article.name+"-"+ht.article.version,ht.article.id=ht.article.id.replace(/\./g,"_"),ht.compare.id=ht.compare.group+"-"+ht.compare.name+"-"+ht.compare.version,ht.compare.id=ht.compare.id.replace(/\./g,"_");let gt=Pr;gt.parameter&&gt.parameter.fields&&(ht._hasTypeInParameterFields=oe(gt.parameter.fields)),gt.error&&gt.error.fields&&(ht._hasTypeInErrorFields=oe(gt.error.fields)),gt.success&&gt.success.fields&&(ht._hasTypeInSuccessFields=oe(gt.success.fields)),gt.info&&gt.info.fields&&(ht._hasTypeInInfoFields=oe(gt.info.fields)),gt=Tr,ht._hasTypeInParameterFields!==!0&&gt.parameter&&gt.parameter.fields&&(ht._hasTypeInParameterFields=oe(gt.parameter.fields)),ht._hasTypeInErrorFields!==!0&&gt.error&&gt.error.fields&&(ht._hasTypeInErrorFields=oe(gt.error.fields)),ht._hasTypeInSuccessFields!==!0&&gt.success&&gt.success.fields&&(ht._hasTypeInSuccessFields=oe(gt.success.fields)),ht._hasTypeInInfoFields!==!0&&gt.info&&gt.info.fields&&(ht._hasTypeInInfoFields=oe(gt.info.fields));const Ai=me(ht);le.after(Ai),le.next().find(".versions li.version a").on("click",Oe),y()("#sidenav li[data-group='"+st+"'][data-name='"+$e+"'][data-version='"+Ie+"']").addClass("has-modifications"),le.remove()}m().highlightAll()}}function Le(ve){ve.preventDefault(),y()("article:visible .versions").each(function(){const Ae=y()(this).parents("article").data("version");let be=null;y()(this).find("li.version a").each(function(){y()(this).html()<Ae&&!be&&(be=y()(this))}),be&&be.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 be={};y().each(Be[ve][le],function(st,$e){$e.version===Ae&&(be=$e)});const Ie={article:be,versions:Z[ve][le]};return Me(Ie,be),re(Ie)}function at(ve,le,Ae){const be=y()("article[data-group='"+ve+"'][data-name='"+le+"']:visible"),Ie=Ze(ve,le,Ae);be.after(Ie),be.next().find(".versions li.version a").on("click",Oe),y()("#sidenav li[data-group='"+ve+"'][data-name='"+le+"'][data-version='"+Ae+"']").removeClass("has-modifications"),be.remove()}function Fe(ve,le,Ae){const be=[];return le.forEach(function(Ie){Ae?ve.forEach(function(st){const $e=st.split(Ae);($e[0]===Ie||$e[1]===Ie)&&be.push(st)}):ve.forEach(function(st){st===Ie&&be.push(Ie)})}),ve.forEach(function(Ie){be.indexOf(Ie)===-1&&be.push(Ie)}),be}function _t(ve,le){const Ae=[];return le.forEach(be=>{Object.keys(ve).forEach(Ie=>{ve[Ie].replace(/_/g," ")===be&&Ae.push(Ie)})}),Object.keys(ve).forEach(be=>{Ae.indexOf(be)===-1&&Ae.push(be)}),Ae}Se()}})()})();