mirror of
https://github.com/kuaifan/dootask.git
synced 2026-03-09 01:18:27 +00:00
173 lines
586 KiB
JavaScript
Vendored
173 lines
586 KiB
JavaScript
Vendored
(()=>{var Jo={2988:()=>{+function(P){"use strict";var y=".dropdown-backdrop",a='[data-toggle="dropdown"]',d=function(o){P(o).on("click.bs.dropdown",this.toggle)};d.VERSION="3.4.1";function i(o){var n=o.attr("data-target");n||(n=o.attr("href"),n=n&&/#[A-Za-z]/.test(n)&&n.replace(/.*(?=#[^\s]*$)/,""));var p=n!=="#"?P(document).find(n):null;return p&&p.length?p:o.parent()}function r(o){o&&o.which===3||(P(y).remove(),P(a).each(function(){var n=P(this),p=i(n),g={relatedTarget:this};p.hasClass("open")&&(o&&o.type=="click"&&/input|textarea/i.test(o.target.tagName)&&P.contains(p[0],o.target)||(p.trigger(o=P.Event("hide.bs.dropdown",g)),!o.isDefaultPrevented()&&(n.attr("aria-expanded","false"),p.removeClass("open").trigger(P.Event("hidden.bs.dropdown",g)))))}))}d.prototype.toggle=function(o){var n=P(this);if(!n.is(".disabled, :disabled")){var p=i(n),g=p.hasClass("open");if(r(),!g){"ontouchstart"in document.documentElement&&!p.closest(".navbar-nav").length&&P(document.createElement("div")).addClass("dropdown-backdrop").insertAfter(P(this)).on("click",r);var s={relatedTarget:this};if(p.trigger(o=P.Event("show.bs.dropdown",s)),o.isDefaultPrevented())return;n.trigger("focus").attr("aria-expanded","true"),p.toggleClass("open").trigger(P.Event("shown.bs.dropdown",s))}return!1}},d.prototype.keydown=function(o){if(!(!/(38|40|27|32)/.test(o.which)||/input|textarea/i.test(o.target.tagName))){var n=P(this);if(o.preventDefault(),o.stopPropagation(),!n.is(".disabled, :disabled")){var p=i(n),g=p.hasClass("open");if(!g&&o.which!=27||g&&o.which==27)return o.which==27&&p.find(a).trigger("focus"),n.trigger("click");var s=" li:not(.disabled):visible a",m=p.find(".dropdown-menu"+s);if(m.length){var c=m.index(o.target);o.which==38&&c>0&&c--,o.which==40&&c<m.length-1&&c++,~c||(c=0),m.eq(c).trigger("focus")}}}};function u(o){return this.each(function(){var n=P(this),p=n.data("bs.dropdown");p||n.data("bs.dropdown",p=new d(this)),typeof o=="string"&&p[o].call(n)})}var h=P.fn.dropdown;P.fn.dropdown=u,P.fn.dropdown.Constructor=d,P.fn.dropdown.noConflict=function(){return P.fn.dropdown=h,this},P(document).on("click.bs.dropdown.data-api",r).on("click.bs.dropdown.data-api",".dropdown form",function(o){o.stopPropagation()}).on("click.bs.dropdown.data-api",a,d.prototype.toggle).on("keydown.bs.dropdown.data-api",a,d.prototype.keydown).on("keydown.bs.dropdown.data-api",".dropdown-menu",d.prototype.keydown)}(jQuery)},5638:()=>{+function(P){"use strict";var y=function(i,r){this.init("popover",i,r)};if(!P.fn.tooltip)throw new Error("Popover requires tooltip.js");y.VERSION="3.4.1",y.DEFAULTS=P.extend({},P.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=P.extend({},P.fn.tooltip.Constructor.prototype),y.prototype.constructor=y,y.prototype.getDefaults=function(){return y.DEFAULTS},y.prototype.setContent=function(){var i=this.tip(),r=this.getTitle(),u=this.getContent();if(this.options.html){var h=typeof u;this.options.sanitize&&(r=this.sanitizeHtml(r),h==="string"&&(u=this.sanitizeHtml(u))),i.find(".popover-title").html(r),i.find(".popover-content").children().detach().end()[h==="string"?"html":"append"](u)}else i.find(".popover-title").text(r),i.find(".popover-content").children().detach().end().text(u);i.removeClass("fade top bottom left right in"),i.find(".popover-title").html()||i.find(".popover-title").hide()},y.prototype.hasContent=function(){return this.getTitle()||this.getContent()},y.prototype.getContent=function(){var i=this.$element,r=this.options;return i.attr("data-content")||(typeof r.content=="function"?r.content.call(i[0]):r.content)},y.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")};function a(i){return this.each(function(){var r=P(this),u=r.data("bs.popover"),h=typeof i=="object"&&i;!u&&/destroy|hide/.test(i)||(u||r.data("bs.popover",u=new y(this,h)),typeof i=="string"&&u[i]())})}var d=P.fn.popover;P.fn.popover=a,P.fn.popover.Constructor=y,P.fn.popover.noConflict=function(){return P.fn.popover=d,this}}(jQuery)},954:()=>{+function(P){"use strict";function y(i,r){this.$body=P(document.body),this.$scrollElement=P(i).is(document.body)?P(window):P(i),this.options=P.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",P.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 i=this,r="offset",u=0;this.offsets=[],this.targets=[],this.scrollHeight=this.getScrollHeight(),P.isWindow(this.$scrollElement[0])||(r="position",u=this.$scrollElement.scrollTop()),this.$body.find(this.selector).map(function(){var h=P(this),o=h.data("target")||h.attr("href"),n=/^#./.test(o)&&P(o);return n&&n.length&&n.is(":visible")&&[[n[r]().top+u,o]]||null}).sort(function(h,o){return h[0]-o[0]}).each(function(){i.offsets.push(this[0]),i.targets.push(this[1])})},y.prototype.process=function(){var i=this.$scrollElement.scrollTop()+this.options.offset,r=this.getScrollHeight(),u=this.options.offset+r-this.$scrollElement.height(),h=this.offsets,o=this.targets,n=this.activeTarget,p;if(this.scrollHeight!=r&&this.refresh(),i>=u)return n!=(p=o[o.length-1])&&this.activate(p);if(n&&i<h[0])return this.activeTarget=null,this.clear();for(p=h.length;p--;)n!=o[p]&&i>=h[p]&&(h[p+1]===void 0||i<h[p+1])&&this.activate(o[p])},y.prototype.activate=function(i){this.activeTarget=i,this.clear();var r=this.selector+'[data-target="'+i+'"],'+this.selector+'[href="'+i+'"]',u=P(r).parents("li").addClass("active");u.parent(".dropdown-menu").length&&(u=u.closest("li.dropdown").addClass("active")),u.trigger("activate.bs.scrollspy")},y.prototype.clear=function(){P(this.selector).parentsUntil(this.options.target,".active").removeClass("active")};function a(i){return this.each(function(){var r=P(this),u=r.data("bs.scrollspy"),h=typeof i=="object"&&i;u||r.data("bs.scrollspy",u=new y(this,h)),typeof i=="string"&&u[i]()})}var d=P.fn.scrollspy;P.fn.scrollspy=a,P.fn.scrollspy.Constructor=y,P.fn.scrollspy.noConflict=function(){return P.fn.scrollspy=d,this},P(window).on("load.bs.scrollspy.data-api",function(){P('[data-spy="scroll"]').each(function(){var i=P(this);a.call(i,i.data())})})}(jQuery)},1313:()=>{+function(P){"use strict";var y=function(r){this.element=P(r)};y.VERSION="3.4.1",y.TRANSITION_DURATION=150,y.prototype.show=function(){var r=this.element,u=r.closest("ul:not(.dropdown-menu)"),h=r.data("target");if(h||(h=r.attr("href"),h=h&&h.replace(/.*(?=#[^\s]*$)/,"")),!r.parent("li").hasClass("active")){var o=u.find(".active:last a"),n=P.Event("hide.bs.tab",{relatedTarget:r[0]}),p=P.Event("show.bs.tab",{relatedTarget:o[0]});if(o.trigger(n),r.trigger(p),!(p.isDefaultPrevented()||n.isDefaultPrevented())){var g=P(document).find(h);this.activate(r.closest("li"),u),this.activate(g,g.parent(),function(){o.trigger({type:"hidden.bs.tab",relatedTarget:r[0]}),r.trigger({type:"shown.bs.tab",relatedTarget:o[0]})})}}},y.prototype.activate=function(r,u,h){var o=u.find("> .active"),n=h&&P.support.transition&&(o.length&&o.hasClass("fade")||!!u.find("> .fade").length);function p(){o.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),n?(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),h&&h()}o.length&&n?o.one("bsTransitionEnd",p).emulateTransitionEnd(y.TRANSITION_DURATION):p(),o.removeClass("in")};function a(r){return this.each(function(){var u=P(this),h=u.data("bs.tab");h||u.data("bs.tab",h=new y(this)),typeof r=="string"&&h[r]()})}var d=P.fn.tab;P.fn.tab=a,P.fn.tab.Constructor=y,P.fn.tab.noConflict=function(){return P.fn.tab=d,this};var i=function(r){r.preventDefault(),a.call(P(this),"show")};P(document).on("click.bs.tab.data-api",'[data-toggle="tab"]',i).on("click.bs.tab.data-api",'[data-toggle="pill"]',i)}(jQuery)},8480:()=>{+function(P){"use strict";var y=["sanitize","whiteList","sanitizeFn"],a=["background","cite","href","itemtype","longdesc","poster","src","xlink:href"],d=/^aria-[\w-]*$/i,i={"*":["class","dir","id","lang","role",d],a:["target","href","title","rel"],area:[],b:[],br:[],col:[],code:[],div:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:["src","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},r=/^(?:(?:https?|mailto|ftp|tel|file):|[^&:/?#]*(?:[/?#]|$))/gi,u=/^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 h(s,m){var c=s.nodeName.toLowerCase();if(P.inArray(c,m)!==-1)return P.inArray(c,a)!==-1?Boolean(s.nodeValue.match(r)||s.nodeValue.match(u)):!0;for(var f=P(m).filter(function(E,C){return C instanceof RegExp}),A=0,v=f.length;A<v;A++)if(c.match(f[A]))return!0;return!1}function o(s,m,c){if(s.length===0)return s;if(c&&typeof c=="function")return c(s);if(!document.implementation||!document.implementation.createHTMLDocument)return s;var f=document.implementation.createHTMLDocument("sanitization");f.body.innerHTML=s;for(var A=P.map(m,function(w,T){return T}),v=P(f.body).find("*"),E=0,C=v.length;E<C;E++){var S=v[E],b=S.nodeName.toLowerCase();if(P.inArray(b,A)===-1){S.parentNode.removeChild(S);continue}for(var D=P.map(S.attributes,function(w){return w}),N=[].concat(m["*"]||[],m[b]||[]),L=0,I=D.length;L<I;L++)h(D[L],N)||S.removeAttribute(D[L].nodeName)}return f.body.innerHTML}var n=function(s,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",s,m)};n.VERSION="3.4.1",n.TRANSITION_DURATION=150,n.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:i},n.prototype.init=function(s,m,c){if(this.enabled=!0,this.type=s,this.$element=P(m),this.options=this.getOptions(c),this.$viewport=this.options.viewport&&P(document).find(P.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 f=this.options.trigger.split(" "),A=f.length;A--;){var v=f[A];if(v=="click")this.$element.on("click."+this.type,this.options.selector,P.proxy(this.toggle,this));else if(v!="manual"){var E=v=="hover"?"mouseenter":"focusin",C=v=="hover"?"mouseleave":"focusout";this.$element.on(E+"."+this.type,this.options.selector,P.proxy(this.enter,this)),this.$element.on(C+"."+this.type,this.options.selector,P.proxy(this.leave,this))}}this.options.selector?this._options=P.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},n.prototype.getDefaults=function(){return n.DEFAULTS},n.prototype.getOptions=function(s){var m=this.$element.data();for(var c in m)m.hasOwnProperty(c)&&P.inArray(c,y)!==-1&&delete m[c];return s=P.extend({},this.getDefaults(),m,s),s.delay&&typeof s.delay=="number"&&(s.delay={show:s.delay,hide:s.delay}),s.sanitize&&(s.template=o(s.template,s.whiteList,s.sanitizeFn)),s},n.prototype.getDelegateOptions=function(){var s={},m=this.getDefaults();return this._options&&P.each(this._options,function(c,f){m[c]!=f&&(s[c]=f)}),s},n.prototype.enter=function(s){var m=s instanceof this.constructor?s:P(s.currentTarget).data("bs."+this.type);if(m||(m=new this.constructor(s.currentTarget,this.getDelegateOptions()),P(s.currentTarget).data("bs."+this.type,m)),s instanceof P.Event&&(m.inState[s.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)},n.prototype.isInStateTrue=function(){for(var s in this.inState)if(this.inState[s])return!0;return!1},n.prototype.leave=function(s){var m=s instanceof this.constructor?s:P(s.currentTarget).data("bs."+this.type);if(m||(m=new this.constructor(s.currentTarget,this.getDelegateOptions()),P(s.currentTarget).data("bs."+this.type,m)),s instanceof P.Event&&(m.inState[s.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)}},n.prototype.show=function(){var s=P.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){this.$element.trigger(s);var m=P.contains(this.$element[0].ownerDocument.documentElement,this.$element[0]);if(s.isDefaultPrevented()||!m)return;var c=this,f=this.tip(),A=this.getUID(this.type);this.setContent(),f.attr("id",A),this.$element.attr("aria-describedby",A),this.options.animation&&f.addClass("fade");var v=typeof this.options.placement=="function"?this.options.placement.call(this,f[0],this.$element[0]):this.options.placement,E=/\s?auto?\s?/i,C=E.test(v);C&&(v=v.replace(E,"")||"top"),f.detach().css({top:0,left:0,display:"block"}).addClass(v).data("bs."+this.type,this),this.options.container?f.appendTo(P(document).find(this.options.container)):f.insertAfter(this.$element),this.$element.trigger("inserted.bs."+this.type);var S=this.getPosition(),b=f[0].offsetWidth,D=f[0].offsetHeight;if(C){var N=v,L=this.getPosition(this.$viewport);v=v=="bottom"&&S.bottom+D>L.bottom?"top":v=="top"&&S.top-D<L.top?"bottom":v=="right"&&S.right+b>L.width?"left":v=="left"&&S.left-b<L.left?"right":v,f.removeClass(N).addClass(v)}var I=this.getCalculatedOffset(v,S,b,D);this.applyPlacement(I,v);var w=function(){var T=c.hoverState;c.$element.trigger("shown.bs."+c.type),c.hoverState=null,T=="out"&&c.leave(c)};P.support.transition&&this.$tip.hasClass("fade")?f.one("bsTransitionEnd",w).emulateTransitionEnd(n.TRANSITION_DURATION):w()}},n.prototype.applyPlacement=function(s,m){var c=this.tip(),f=c[0].offsetWidth,A=c[0].offsetHeight,v=parseInt(c.css("margin-top"),10),E=parseInt(c.css("margin-left"),10);isNaN(v)&&(v=0),isNaN(E)&&(E=0),s.top+=v,s.left+=E,P.offset.setOffset(c[0],P.extend({using:function(I){c.css({top:Math.round(I.top),left:Math.round(I.left)})}},s),0),c.addClass("in");var C=c[0].offsetWidth,S=c[0].offsetHeight;m=="top"&&S!=A&&(s.top=s.top+A-S);var b=this.getViewportAdjustedDelta(m,s,C,S);b.left?s.left+=b.left:s.top+=b.top;var D=/top|bottom/.test(m),N=D?b.left*2-f+C:b.top*2-A+S,L=D?"offsetWidth":"offsetHeight";c.offset(s),this.replaceArrow(N,c[0][L],D)},n.prototype.replaceArrow=function(s,m,c){this.arrow().css(c?"left":"top",50*(1-s/m)+"%").css(c?"top":"left","")},n.prototype.setContent=function(){var s=this.tip(),m=this.getTitle();this.options.html?(this.options.sanitize&&(m=o(m,this.options.whiteList,this.options.sanitizeFn)),s.find(".tooltip-inner").html(m)):s.find(".tooltip-inner").text(m),s.removeClass("fade in top bottom left right")},n.prototype.hide=function(s){var m=this,c=P(this.$tip),f=P.Event("hide.bs."+this.type);function A(){m.hoverState!="in"&&c.detach(),m.$element&&m.$element.removeAttr("aria-describedby").trigger("hidden.bs."+m.type),s&&s()}if(this.$element.trigger(f),!f.isDefaultPrevented())return c.removeClass("in"),P.support.transition&&c.hasClass("fade")?c.one("bsTransitionEnd",A).emulateTransitionEnd(n.TRANSITION_DURATION):A(),this.hoverState=null,this},n.prototype.fixTitle=function(){var s=this.$element;(s.attr("title")||typeof s.attr("data-original-title")!="string")&&s.attr("data-original-title",s.attr("title")||"").attr("title","")},n.prototype.hasContent=function(){return this.getTitle()},n.prototype.getPosition=function(s){s=s||this.$element;var m=s[0],c=m.tagName=="BODY",f=m.getBoundingClientRect();f.width==null&&(f=P.extend({},f,{width:f.right-f.left,height:f.bottom-f.top}));var A=window.SVGElement&&m instanceof window.SVGElement,v=c?{top:0,left:0}:A?null:s.offset(),E={scroll:c?document.documentElement.scrollTop||document.body.scrollTop:s.scrollTop()},C=c?{width:P(window).width(),height:P(window).height()}:null;return P.extend({},f,E,C,v)},n.prototype.getCalculatedOffset=function(s,m,c,f){return s=="bottom"?{top:m.top+m.height,left:m.left+m.width/2-c/2}:s=="top"?{top:m.top-f,left:m.left+m.width/2-c/2}:s=="left"?{top:m.top+m.height/2-f/2,left:m.left-c}:{top:m.top+m.height/2-f/2,left:m.left+m.width}},n.prototype.getViewportAdjustedDelta=function(s,m,c,f){var A={top:0,left:0};if(!this.$viewport)return A;var v=this.options.viewport&&this.options.viewport.padding||0,E=this.getPosition(this.$viewport);if(/right|left/.test(s)){var C=m.top-v-E.scroll,S=m.top+v-E.scroll+f;C<E.top?A.top=E.top-C:S>E.top+E.height&&(A.top=E.top+E.height-S)}else{var b=m.left-v,D=m.left+v+c;b<E.left?A.left=E.left-b:D>E.right&&(A.left=E.left+E.width-D)}return A},n.prototype.getTitle=function(){var s,m=this.$element,c=this.options;return s=m.attr("data-original-title")||(typeof c.title=="function"?c.title.call(m[0]):c.title),s},n.prototype.getUID=function(s){do s+=~~(Math.random()*1e6);while(document.getElementById(s));return s},n.prototype.tip=function(){if(!this.$tip&&(this.$tip=P(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},n.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},n.prototype.enable=function(){this.enabled=!0},n.prototype.disable=function(){this.enabled=!1},n.prototype.toggleEnabled=function(){this.enabled=!this.enabled},n.prototype.toggle=function(s){var m=this;s&&(m=P(s.currentTarget).data("bs."+this.type),m||(m=new this.constructor(s.currentTarget,this.getDelegateOptions()),P(s.currentTarget).data("bs."+this.type,m))),s?(m.inState.click=!m.inState.click,m.isInStateTrue()?m.enter(m):m.leave(m)):m.tip().hasClass("in")?m.leave(m):m.enter(m)},n.prototype.destroy=function(){var s=this;clearTimeout(this.timeout),this.hide(function(){s.$element.off("."+s.type).removeData("bs."+s.type),s.$tip&&s.$tip.detach(),s.$tip=null,s.$arrow=null,s.$viewport=null,s.$element=null})},n.prototype.sanitizeHtml=function(s){return o(s,this.options.whiteList,this.options.sanitizeFn)};function p(s){return this.each(function(){var m=P(this),c=m.data("bs.tooltip"),f=typeof s=="object"&&s;!c&&/destroy|hide/.test(s)||(c||m.data("bs.tooltip",c=new n(this,f)),typeof s=="string"&&c[s]())})}var g=P.fn.tooltip;P.fn.tooltip=p,P.fn.tooltip.Constructor=n,P.fn.tooltip.noConflict=function(){return P.fn.tooltip=g,this}}(jQuery)},7030:P=>{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},a=-1,d=1,i=0;y.Diff=function(r,u){return[r,u]},y.prototype.diff_main=function(r,u,h,o){typeof o=="undefined"&&(this.Diff_Timeout<=0?o=Number.MAX_VALUE:o=new Date().getTime()+this.Diff_Timeout*1e3);var n=o;if(r==null||u==null)throw new Error("Null input. (diff_main)");if(r==u)return r?[new y.Diff(i,r)]:[];typeof h=="undefined"&&(h=!0);var p=h,g=this.diff_commonPrefix(r,u),s=r.substring(0,g);r=r.substring(g),u=u.substring(g),g=this.diff_commonSuffix(r,u);var m=r.substring(r.length-g);r=r.substring(0,r.length-g),u=u.substring(0,u.length-g);var c=this.diff_compute_(r,u,p,n);return s&&c.unshift(new y.Diff(i,s)),m&&c.push(new y.Diff(i,m)),this.diff_cleanupMerge(c),c},y.prototype.diff_compute_=function(r,u,h,o){var n;if(!r)return[new y.Diff(d,u)];if(!u)return[new y.Diff(a,r)];var p=r.length>u.length?r:u,g=r.length>u.length?u:r,s=p.indexOf(g);if(s!=-1)return n=[new y.Diff(d,p.substring(0,s)),new y.Diff(i,g),new y.Diff(d,p.substring(s+g.length))],r.length>u.length&&(n[0][0]=n[2][0]=a),n;if(g.length==1)return[new y.Diff(a,r),new y.Diff(d,u)];var m=this.diff_halfMatch_(r,u);if(m){var c=m[0],f=m[1],A=m[2],v=m[3],E=m[4],C=this.diff_main(c,A,h,o),S=this.diff_main(f,v,h,o);return C.concat([new y.Diff(i,E)],S)}return h&&r.length>100&&u.length>100?this.diff_lineMode_(r,u,o):this.diff_bisect_(r,u,o)},y.prototype.diff_lineMode_=function(r,u,h){var o=this.diff_linesToChars_(r,u);r=o.chars1,u=o.chars2;var n=o.lineArray,p=this.diff_main(r,u,!1,h);this.diff_charsToLines_(p,n),this.diff_cleanupSemantic(p),p.push(new y.Diff(i,""));for(var g=0,s=0,m=0,c="",f="";g<p.length;){switch(p[g][0]){case d:m++,f+=p[g][1];break;case a:s++,c+=p[g][1];break;case i:if(s>=1&&m>=1){p.splice(g-s-m,s+m),g=g-s-m;for(var A=this.diff_main(c,f,!1,h),v=A.length-1;v>=0;v--)p.splice(g,0,A[v]);g=g+A.length}m=0,s=0,c="",f="";break}g++}return p.pop(),p},y.prototype.diff_bisect_=function(r,u,h){for(var o=r.length,n=u.length,p=Math.ceil((o+n)/2),g=p,s=2*p,m=new Array(s),c=new Array(s),f=0;f<s;f++)m[f]=-1,c[f]=-1;m[g+1]=0,c[g+1]=0;for(var A=o-n,v=A%2!=0,E=0,C=0,S=0,b=0,D=0;D<p&&!(new Date().getTime()>h);D++){for(var N=-D+E;N<=D-C;N+=2){var L=g+N,I;N==-D||N!=D&&m[L-1]<m[L+1]?I=m[L+1]:I=m[L-1]+1;for(var w=I-N;I<o&&w<n&&r.charAt(I)==u.charAt(w);)I++,w++;if(m[L]=I,I>o)C+=2;else if(w>n)E+=2;else if(v){var T=g+A-N;if(T>=0&&T<s&&c[T]!=-1){var R=o-c[T];if(I>=R)return this.diff_bisectSplit_(r,u,I,w,h)}}}for(var M=-D+S;M<=D-b;M+=2){var T=g+M,R;M==-D||M!=D&&c[T-1]<c[T+1]?R=c[T+1]:R=c[T-1]+1;for(var U=R-M;R<o&&U<n&&r.charAt(o-R-1)==u.charAt(n-U-1);)R++,U++;if(c[T]=R,R>o)b+=2;else if(U>n)S+=2;else if(!v){var L=g+A-M;if(L>=0&&L<s&&m[L]!=-1){var I=m[L],w=g+I-L;if(R=o-R,I>=R)return this.diff_bisectSplit_(r,u,I,w,h)}}}}return[new y.Diff(a,r),new y.Diff(d,u)]},y.prototype.diff_bisectSplit_=function(r,u,h,o,n){var p=r.substring(0,h),g=u.substring(0,o),s=r.substring(h),m=u.substring(o),c=this.diff_main(p,g,!1,n),f=this.diff_main(s,m,!1,n);return c.concat(f)},y.prototype.diff_linesToChars_=function(r,u){var h=[],o={};h[0]="";function n(m){for(var c="",f=0,A=-1,v=h.length;A<m.length-1;){A=m.indexOf(`
|
|
`,f),A==-1&&(A=m.length-1);var E=m.substring(f,A+1);(o.hasOwnProperty?o.hasOwnProperty(E):o[E]!==void 0)?c+=String.fromCharCode(o[E]):(v==p&&(E=m.substring(f),A=m.length),c+=String.fromCharCode(v),o[E]=v,h[v++]=E),f=A+1}return c}var p=4e4,g=n(r);p=65535;var s=n(u);return{chars1:g,chars2:s,lineArray:h}},y.prototype.diff_charsToLines_=function(r,u){for(var h=0;h<r.length;h++){for(var o=r[h][1],n=[],p=0;p<o.length;p++)n[p]=u[o.charCodeAt(p)];r[h][1]=n.join("")}},y.prototype.diff_commonPrefix=function(r,u){if(!r||!u||r.charAt(0)!=u.charAt(0))return 0;for(var h=0,o=Math.min(r.length,u.length),n=o,p=0;h<n;)r.substring(p,n)==u.substring(p,n)?(h=n,p=h):o=n,n=Math.floor((o-h)/2+h);return n},y.prototype.diff_commonSuffix=function(r,u){if(!r||!u||r.charAt(r.length-1)!=u.charAt(u.length-1))return 0;for(var h=0,o=Math.min(r.length,u.length),n=o,p=0;h<n;)r.substring(r.length-n,r.length-p)==u.substring(u.length-n,u.length-p)?(h=n,p=h):o=n,n=Math.floor((o-h)/2+h);return n},y.prototype.diff_commonOverlap_=function(r,u){var h=r.length,o=u.length;if(h==0||o==0)return 0;h>o?r=r.substring(h-o):h<o&&(u=u.substring(0,h));var n=Math.min(h,o);if(r==u)return n;for(var p=0,g=1;;){var s=r.substring(n-g),m=u.indexOf(s);if(m==-1)return p;g+=m,(m==0||r.substring(n-g)==u.substring(0,g))&&(p=g,g++)}},y.prototype.diff_halfMatch_=function(r,u){if(this.Diff_Timeout<=0)return null;var h=r.length>u.length?r:u,o=r.length>u.length?u:r;if(h.length<4||o.length*2<h.length)return null;var n=this;function p(C,S,b){for(var D=C.substring(b,b+Math.floor(C.length/4)),N=-1,L="",I,w,T,R;(N=S.indexOf(D,N+1))!=-1;){var M=n.diff_commonPrefix(C.substring(b),S.substring(N)),U=n.diff_commonSuffix(C.substring(0,b),S.substring(0,N));L.length<U+M&&(L=S.substring(N-U,N)+S.substring(N,N+M),I=C.substring(0,b-U),w=C.substring(b+M),T=S.substring(0,N-U),R=S.substring(N+M))}return L.length*2>=C.length?[I,w,T,R,L]:null}var g=p(h,o,Math.ceil(h.length/4)),s=p(h,o,Math.ceil(h.length/2)),m;if(!g&&!s)return null;s?g?m=g[4].length>s[4].length?g:s:m=s:m=g;var c,f,A,v;r.length>u.length?(c=m[0],f=m[1],A=m[2],v=m[3]):(A=m[0],v=m[1],c=m[2],f=m[3]);var E=m[4];return[c,f,A,v,E]},y.prototype.diff_cleanupSemantic=function(r){for(var u=!1,h=[],o=0,n=null,p=0,g=0,s=0,m=0,c=0;p<r.length;)r[p][0]==i?(h[o++]=p,g=m,s=c,m=0,c=0,n=r[p][1]):(r[p][0]==d?m+=r[p][1].length:c+=r[p][1].length,n&&n.length<=Math.max(g,s)&&n.length<=Math.max(m,c)&&(r.splice(h[o-1],0,new y.Diff(a,n)),r[h[o-1]+1][0]=d,o--,o--,p=o>0?h[o-1]:-1,g=0,s=0,m=0,c=0,n=null,u=!0)),p++;for(u&&this.diff_cleanupMerge(r),this.diff_cleanupSemanticLossless(r),p=1;p<r.length;){if(r[p-1][0]==a&&r[p][0]==d){var f=r[p-1][1],A=r[p][1],v=this.diff_commonOverlap_(f,A),E=this.diff_commonOverlap_(A,f);v>=E?(v>=f.length/2||v>=A.length/2)&&(r.splice(p,0,new y.Diff(i,A.substring(0,v))),r[p-1][1]=f.substring(0,f.length-v),r[p+1][1]=A.substring(v),p++):(E>=f.length/2||E>=A.length/2)&&(r.splice(p,0,new y.Diff(i,f.substring(0,E))),r[p-1][0]=d,r[p-1][1]=A.substring(0,A.length-E),r[p+1][0]=a,r[p+1][1]=f.substring(E),p++),p++}p++}},y.prototype.diff_cleanupSemanticLossless=function(r){function u(E,C){if(!E||!C)return 6;var S=E.charAt(E.length-1),b=C.charAt(0),D=S.match(y.nonAlphaNumericRegex_),N=b.match(y.nonAlphaNumericRegex_),L=D&&S.match(y.whitespaceRegex_),I=N&&b.match(y.whitespaceRegex_),w=L&&S.match(y.linebreakRegex_),T=I&&b.match(y.linebreakRegex_),R=w&&E.match(y.blanklineEndRegex_),M=T&&C.match(y.blanklineStartRegex_);return R||M?5:w||T?4:D&&!L&&I?3:L||I?2:D||N?1:0}for(var h=1;h<r.length-1;){if(r[h-1][0]==i&&r[h+1][0]==i){var o=r[h-1][1],n=r[h][1],p=r[h+1][1],g=this.diff_commonSuffix(o,n);if(g){var s=n.substring(n.length-g);o=o.substring(0,o.length-g),n=s+n.substring(0,n.length-g),p=s+p}for(var m=o,c=n,f=p,A=u(o,n)+u(n,p);n.charAt(0)===p.charAt(0);){o+=n.charAt(0),n=n.substring(1)+p.charAt(0),p=p.substring(1);var v=u(o,n)+u(n,p);v>=A&&(A=v,m=o,c=n,f=p)}r[h-1][1]!=m&&(m?r[h-1][1]=m:(r.splice(h-1,1),h--),r[h][1]=c,f?r[h+1][1]=f:(r.splice(h+1,1),h--))}h++}},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 u=!1,h=[],o=0,n=null,p=0,g=!1,s=!1,m=!1,c=!1;p<r.length;)r[p][0]==i?(r[p][1].length<this.Diff_EditCost&&(m||c)?(h[o++]=p,g=m,s=c,n=r[p][1]):(o=0,n=null),m=c=!1):(r[p][0]==a?c=!0:m=!0,n&&(g&&s&&m&&c||n.length<this.Diff_EditCost/2&&g+s+m+c==3)&&(r.splice(h[o-1],0,new y.Diff(a,n)),r[h[o-1]+1][0]=d,o--,n=null,g&&s?(m=c=!0,o=0):(o--,p=o>0?h[o-1]:-1,m=c=!1),u=!0)),p++;u&&this.diff_cleanupMerge(r)},y.prototype.diff_cleanupMerge=function(r){r.push(new y.Diff(i,""));for(var u=0,h=0,o=0,n="",p="",g;u<r.length;)switch(r[u][0]){case d:o++,p+=r[u][1],u++;break;case a:h++,n+=r[u][1],u++;break;case i:h+o>1?(h!==0&&o!==0&&(g=this.diff_commonPrefix(p,n),g!==0&&(u-h-o>0&&r[u-h-o-1][0]==i?r[u-h-o-1][1]+=p.substring(0,g):(r.splice(0,0,new y.Diff(i,p.substring(0,g))),u++),p=p.substring(g),n=n.substring(g)),g=this.diff_commonSuffix(p,n),g!==0&&(r[u][1]=p.substring(p.length-g)+r[u][1],p=p.substring(0,p.length-g),n=n.substring(0,n.length-g))),u-=h+o,r.splice(u,h+o),n.length&&(r.splice(u,0,new y.Diff(a,n)),u++),p.length&&(r.splice(u,0,new y.Diff(d,p)),u++),u++):u!==0&&r[u-1][0]==i?(r[u-1][1]+=r[u][1],r.splice(u,1)):u++,o=0,h=0,n="",p="";break}r[r.length-1][1]===""&&r.pop();var s=!1;for(u=1;u<r.length-1;)r[u-1][0]==i&&r[u+1][0]==i&&(r[u][1].substring(r[u][1].length-r[u-1][1].length)==r[u-1][1]?(r[u][1]=r[u-1][1]+r[u][1].substring(0,r[u][1].length-r[u-1][1].length),r[u+1][1]=r[u-1][1]+r[u+1][1],r.splice(u-1,1),s=!0):r[u][1].substring(0,r[u+1][1].length)==r[u+1][1]&&(r[u-1][1]+=r[u+1][1],r[u][1]=r[u][1].substring(r[u+1][1].length)+r[u+1][1],r.splice(u+1,1),s=!0)),u++;s&&this.diff_cleanupMerge(r)},y.prototype.diff_xIndex=function(r,u){var h=0,o=0,n=0,p=0,g;for(g=0;g<r.length&&(r[g][0]!==d&&(h+=r[g][1].length),r[g][0]!==a&&(o+=r[g][1].length),!(h>u));g++)n=h,p=o;return r.length!=g&&r[g][0]===a?p:p+(u-n)},y.prototype.diff_prettyHtml=function(r){for(var u=[],h=/&/g,o=/</g,n=/>/g,p=/\n/g,g=0;g<r.length;g++){var s=r[g][0],m=r[g][1],c=m.replace(h,"&").replace(o,"<").replace(n,">").replace(p,"¶<br>");switch(s){case d:u[g]='<ins style="background:#e6ffe6;">'+c+"</ins>";break;case a:u[g]='<del style="background:#ffe6e6;">'+c+"</del>";break;case i:u[g]="<span>"+c+"</span>";break}}return u.join("")},y.prototype.diff_text1=function(r){for(var u=[],h=0;h<r.length;h++)r[h][0]!==d&&(u[h]=r[h][1]);return u.join("")},y.prototype.diff_text2=function(r){for(var u=[],h=0;h<r.length;h++)r[h][0]!==a&&(u[h]=r[h][1]);return u.join("")},y.prototype.diff_levenshtein=function(r){for(var u=0,h=0,o=0,n=0;n<r.length;n++){var p=r[n][0],g=r[n][1];switch(p){case d:h+=g.length;break;case a:o+=g.length;break;case i:u+=Math.max(h,o),h=0,o=0;break}}return u+=Math.max(h,o),u},y.prototype.diff_toDelta=function(r){for(var u=[],h=0;h<r.length;h++)switch(r[h][0]){case d:u[h]="+"+encodeURI(r[h][1]);break;case a:u[h]="-"+r[h][1].length;break;case i:u[h]="="+r[h][1].length;break}return u.join(" ").replace(/%20/g," ")},y.prototype.diff_fromDelta=function(r,u){for(var h=[],o=0,n=0,p=u.split(/\t/g),g=0;g<p.length;g++){var s=p[g].substring(1);switch(p[g].charAt(0)){case"+":try{h[o++]=new y.Diff(d,decodeURI(s))}catch(f){throw new Error("Illegal escape in diff_fromDelta: "+s)}break;case"-":case"=":var m=parseInt(s,10);if(isNaN(m)||m<0)throw new Error("Invalid number in diff_fromDelta: "+s);var c=r.substring(n,n+=m);p[g].charAt(0)=="="?h[o++]=new y.Diff(i,c):h[o++]=new y.Diff(a,c);break;default:if(p[g])throw new Error("Invalid diff operation in diff_fromDelta: "+p[g])}}if(n!=r.length)throw new Error("Delta length ("+n+") does not equal source text length ("+r.length+").");return h},y.prototype.match_main=function(r,u,h){if(r==null||u==null||h==null)throw new Error("Null input. (match_main)");return h=Math.max(0,Math.min(h,r.length)),r==u?0:r.length?r.substring(h,h+u.length)==u?h:this.match_bitap_(r,u,h):-1},y.prototype.match_bitap_=function(r,u,h){if(u.length>this.Match_MaxBits)throw new Error("Pattern too long for this browser.");var o=this.match_alphabet_(u),n=this;function p(I,w){var T=I/u.length,R=Math.abs(h-w);return n.Match_Distance?T+R/n.Match_Distance:R?1:T}var g=this.Match_Threshold,s=r.indexOf(u,h);s!=-1&&(g=Math.min(p(0,s),g),s=r.lastIndexOf(u,h+u.length),s!=-1&&(g=Math.min(p(0,s),g)));var m=1<<u.length-1;s=-1;for(var c,f,A=u.length+r.length,v,E=0;E<u.length;E++){for(c=0,f=A;c<f;)p(E,h+f)<=g?c=f:A=f,f=Math.floor((A-c)/2+c);A=f;var C=Math.max(1,h-f+1),S=Math.min(h+f,r.length)+u.length,b=Array(S+2);b[S+1]=(1<<E)-1;for(var D=S;D>=C;D--){var N=o[r.charAt(D-1)];if(E===0?b[D]=(b[D+1]<<1|1)&N:b[D]=(b[D+1]<<1|1)&N|((v[D+1]|v[D])<<1|1)|v[D+1],b[D]&m){var L=p(E,D-1);if(L<=g)if(g=L,s=D-1,s>h)C=Math.max(1,2*h-s);else break}}if(p(E+1,h)>g)break;v=b}return s},y.prototype.match_alphabet_=function(r){for(var u={},h=0;h<r.length;h++)u[r.charAt(h)]=0;for(var h=0;h<r.length;h++)u[r.charAt(h)]|=1<<r.length-h-1;return u},y.prototype.patch_addContext_=function(r,u){if(u.length!=0){if(r.start2===null)throw Error("patch not initialized");for(var h=u.substring(r.start2,r.start2+r.length1),o=0;u.indexOf(h)!=u.lastIndexOf(h)&&h.length<this.Match_MaxBits-this.Patch_Margin-this.Patch_Margin;)o+=this.Patch_Margin,h=u.substring(r.start2-o,r.start2+r.length1+o);o+=this.Patch_Margin;var n=u.substring(r.start2-o,r.start2);n&&r.diffs.unshift(new y.Diff(i,n));var p=u.substring(r.start2+r.length1,r.start2+r.length1+o);p&&r.diffs.push(new y.Diff(i,p)),r.start1-=n.length,r.start2-=n.length,r.length1+=n.length+p.length,r.length2+=n.length+p.length}},y.prototype.patch_make=function(r,u,h){var o,n;if(typeof r=="string"&&typeof u=="string"&&typeof h=="undefined")o=r,n=this.diff_main(o,u,!0),n.length>2&&(this.diff_cleanupSemantic(n),this.diff_cleanupEfficiency(n));else if(r&&typeof r=="object"&&typeof u=="undefined"&&typeof h=="undefined")n=r,o=this.diff_text1(n);else if(typeof r=="string"&&u&&typeof u=="object"&&typeof h=="undefined")o=r,n=u;else if(typeof r=="string"&&typeof u=="string"&&h&&typeof h=="object")o=r,n=h;else throw new Error("Unknown call format to patch_make.");if(n.length===0)return[];for(var p=[],g=new y.patch_obj,s=0,m=0,c=0,f=o,A=o,v=0;v<n.length;v++){var E=n[v][0],C=n[v][1];switch(!s&&E!==i&&(g.start1=m,g.start2=c),E){case d:g.diffs[s++]=n[v],g.length2+=C.length,A=A.substring(0,c)+C+A.substring(c);break;case a:g.length1+=C.length,g.diffs[s++]=n[v],A=A.substring(0,c)+A.substring(c+C.length);break;case i:C.length<=2*this.Patch_Margin&&s&&n.length!=v+1?(g.diffs[s++]=n[v],g.length1+=C.length,g.length2+=C.length):C.length>=2*this.Patch_Margin&&s&&(this.patch_addContext_(g,f),p.push(g),g=new y.patch_obj,s=0,f=A,m=c);break}E!==d&&(m+=C.length),E!==a&&(c+=C.length)}return s&&(this.patch_addContext_(g,f),p.push(g)),p},y.prototype.patch_deepCopy=function(r){for(var u=[],h=0;h<r.length;h++){var o=r[h],n=new y.patch_obj;n.diffs=[];for(var p=0;p<o.diffs.length;p++)n.diffs[p]=new y.Diff(o.diffs[p][0],o.diffs[p][1]);n.start1=o.start1,n.start2=o.start2,n.length1=o.length1,n.length2=o.length2,u[h]=n}return u},y.prototype.patch_apply=function(r,u){if(r.length==0)return[u,[]];r=this.patch_deepCopy(r);var h=this.patch_addPadding(r);u=h+u+h,this.patch_splitMax(r);for(var o=0,n=[],p=0;p<r.length;p++){var g=r[p].start2+o,s=this.diff_text1(r[p].diffs),m,c=-1;if(s.length>this.Match_MaxBits?(m=this.match_main(u,s.substring(0,this.Match_MaxBits),g),m!=-1&&(c=this.match_main(u,s.substring(s.length-this.Match_MaxBits),g+s.length-this.Match_MaxBits),(c==-1||m>=c)&&(m=-1))):m=this.match_main(u,s,g),m==-1)n[p]=!1,o-=r[p].length2-r[p].length1;else{n[p]=!0,o=m-g;var f;if(c==-1?f=u.substring(m,m+s.length):f=u.substring(m,c+this.Match_MaxBits),s==f)u=u.substring(0,m)+this.diff_text2(r[p].diffs)+u.substring(m+s.length);else{var A=this.diff_main(s,f,!1);if(s.length>this.Match_MaxBits&&this.diff_levenshtein(A)/s.length>this.Patch_DeleteThreshold)n[p]=!1;else{this.diff_cleanupSemanticLossless(A);for(var v=0,E,C=0;C<r[p].diffs.length;C++){var S=r[p].diffs[C];S[0]!==i&&(E=this.diff_xIndex(A,v)),S[0]===d?u=u.substring(0,m+E)+S[1]+u.substring(m+E):S[0]===a&&(u=u.substring(0,m+E)+u.substring(m+this.diff_xIndex(A,v+S[1].length))),S[0]!==a&&(v+=S[1].length)}}}}}return u=u.substring(h.length,u.length-h.length),[u,n]},y.prototype.patch_addPadding=function(r){for(var u=this.Patch_Margin,h="",o=1;o<=u;o++)h+=String.fromCharCode(o);for(var o=0;o<r.length;o++)r[o].start1+=u,r[o].start2+=u;var n=r[0],p=n.diffs;if(p.length==0||p[0][0]!=i)p.unshift(new y.Diff(i,h)),n.start1-=u,n.start2-=u,n.length1+=u,n.length2+=u;else if(u>p[0][1].length){var g=u-p[0][1].length;p[0][1]=h.substring(p[0][1].length)+p[0][1],n.start1-=g,n.start2-=g,n.length1+=g,n.length2+=g}if(n=r[r.length-1],p=n.diffs,p.length==0||p[p.length-1][0]!=i)p.push(new y.Diff(i,h)),n.length1+=u,n.length2+=u;else if(u>p[p.length-1][1].length){var g=u-p[p.length-1][1].length;p[p.length-1][1]+=h.substring(0,g),n.length1+=g,n.length2+=g}return h},y.prototype.patch_splitMax=function(r){for(var u=this.Match_MaxBits,h=0;h<r.length;h++)if(!(r[h].length1<=u)){var o=r[h];r.splice(h--,1);for(var n=o.start1,p=o.start2,g="";o.diffs.length!==0;){var s=new y.patch_obj,m=!0;for(s.start1=n-g.length,s.start2=p-g.length,g!==""&&(s.length1=s.length2=g.length,s.diffs.push(new y.Diff(i,g)));o.diffs.length!==0&&s.length1<u-this.Patch_Margin;){var c=o.diffs[0][0],f=o.diffs[0][1];c===d?(s.length2+=f.length,p+=f.length,s.diffs.push(o.diffs.shift()),m=!1):c===a&&s.diffs.length==1&&s.diffs[0][0]==i&&f.length>2*u?(s.length1+=f.length,n+=f.length,m=!1,s.diffs.push(new y.Diff(c,f)),o.diffs.shift()):(f=f.substring(0,u-s.length1-this.Patch_Margin),s.length1+=f.length,n+=f.length,c===i?(s.length2+=f.length,p+=f.length):m=!1,s.diffs.push(new y.Diff(c,f)),f==o.diffs[0][1]?o.diffs.shift():o.diffs[0][1]=o.diffs[0][1].substring(f.length))}g=this.diff_text2(s.diffs),g=g.substring(g.length-this.Patch_Margin);var A=this.diff_text1(o.diffs).substring(0,this.Patch_Margin);A!==""&&(s.length1+=A.length,s.length2+=A.length,s.diffs.length!==0&&s.diffs[s.diffs.length-1][0]===i?s.diffs[s.diffs.length-1][1]+=A:s.diffs.push(new y.Diff(i,A))),m||r.splice(++h,0,s)}}},y.prototype.patch_toText=function(r){for(var u=[],h=0;h<r.length;h++)u[h]=r[h];return u.join("")},y.prototype.patch_fromText=function(r){var u=[];if(!r)return u;for(var h=r.split(`
|
|
`),o=0,n=/^@@ -(\d+),?(\d*) \+(\d+),?(\d*) @@$/;o<h.length;){var p=h[o].match(n);if(!p)throw new Error("Invalid patch string: "+h[o]);var g=new y.patch_obj;for(u.push(g),g.start1=parseInt(p[1],10),p[2]===""?(g.start1--,g.length1=1):p[2]=="0"?g.length1=0:(g.start1--,g.length1=parseInt(p[2],10)),g.start2=parseInt(p[3],10),p[4]===""?(g.start2--,g.length2=1):p[4]=="0"?g.length2=0:(g.start2--,g.length2=parseInt(p[4],10)),o++;o<h.length;){var s=h[o].charAt(0);try{var m=decodeURI(h[o].substring(1))}catch(c){throw new Error("Illegal escape in patch_fromText: "+m)}if(s=="-")g.diffs.push(new y.Diff(a,m));else if(s=="+")g.diffs.push(new y.Diff(d,m));else if(s==" ")g.diffs.push(new y.Diff(i,m));else{if(s=="@")break;if(s!=="")throw new Error('Invalid patch mode "'+s+'" in: '+m)}o++}}return u},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,u;this.length1===0?r=this.start1+",0":this.length1==1?r=this.start1+1:r=this.start1+1+","+this.length1,this.length2===0?u=this.start2+",0":this.length2==1?u=this.start2+1:u=this.start2+1+","+this.length2;for(var h=["@@ -"+r+" +"+u+` @@
|
|
`],o,n=0;n<this.diffs.length;n++){switch(this.diffs[n][0]){case d:o="+";break;case a:o="-";break;case i:o=" ";break}h[n+1]=o+encodeURI(this.diffs[n][1])+`
|
|
`}return h.join("").replace(/%20/g," ")},P.exports=y,P.exports.diff_match_patch=y,P.exports.DIFF_DELETE=a,P.exports.DIFF_INSERT=d,P.exports.DIFF_EQUAL=i},7455:function(P){/**!
|
|
|
|
@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,a){P.exports=a()})(this,function(){return function(y){function a(i){if(d[i])return d[i].exports;var r=d[i]={exports:{},id:i,loaded:!1};return y[i].call(r.exports,r,r.exports,a),r.loaded=!0,r.exports}var d={};return a.m=y,a.c=d,a.p="",a(0)}([function(y,a,d){"use strict";function i(){var S=E();return S.compile=function(b,D){return g.compile(b,D,S)},S.precompile=function(b,D){return g.precompile(b,D,S)},S.AST=n.default,S.Compiler=g.Compiler,S.JavaScriptCompiler=m.default,S.Parser=p.parser,S.parse=p.parse,S.parseWithoutProcessing=p.parseWithoutProcessing,S}var r=d(1).default;a.__esModule=!0;var u=d(2),h=r(u),o=d(45),n=r(o),p=d(46),g=d(51),s=d(52),m=r(s),c=d(49),f=r(c),A=d(44),v=r(A),E=h.default.create,C=i();C.create=i,v.default(C),C.Visitor=f.default,C.default=C,a.default=C,y.exports=a.default},function(y,a){"use strict";a.default=function(d){return d&&d.__esModule?d:{default:d}},a.__esModule=!0},function(y,a,d){"use strict";function i(){var S=new o.HandlebarsEnvironment;return c.extend(S,o),S.SafeString=p.default,S.Exception=s.default,S.Utils=c,S.escapeExpression=c.escapeExpression,S.VM=A,S.template=function(b){return A.template(b,S)},S}var r=d(3).default,u=d(1).default;a.__esModule=!0;var h=d(4),o=r(h),n=d(37),p=u(n),g=d(6),s=u(g),m=d(5),c=r(m),f=d(38),A=r(f),v=d(44),E=u(v),C=i();C.create=i,E.default(C),C.default=C,a.default=C,y.exports=a.default},function(y,a){"use strict";a.default=function(d){if(d&&d.__esModule)return d;var i={};if(d!=null)for(var r in d)Object.prototype.hasOwnProperty.call(d,r)&&(i[r]=d[r]);return i.default=d,i},a.__esModule=!0},function(y,a,d){"use strict";function i(S,b,D){this.helpers=S||{},this.partials=b||{},this.decorators=D||{},n.registerDefaultHelpers(this),p.registerDefaultDecorators(this)}var r=d(1).default;a.__esModule=!0,a.HandlebarsEnvironment=i;var u=d(5),h=d(6),o=r(h),n=d(10),p=d(30),g=d(32),s=r(g),m=d(33),c="4.7.7";a.VERSION=c;var f=8;a.COMPILER_REVISION=f;var A=7;a.LAST_COMPATIBLE_COMPILER_REVISION=A;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"};a.REVISION_CHANGES=v;var E="[object Object]";i.prototype={constructor:i,logger:s.default,log:s.default.log,registerHelper:function(S,b){if(u.toString.call(S)===E){if(b)throw new o.default("Arg not supported with multiple helpers");u.extend(this.helpers,S)}else this.helpers[S]=b},unregisterHelper:function(S){delete this.helpers[S]},registerPartial:function(S,b){if(u.toString.call(S)===E)u.extend(this.partials,S);else{if(typeof b=="undefined")throw new o.default('Attempting to register a partial called "'+S+'" as undefined');this.partials[S]=b}},unregisterPartial:function(S){delete this.partials[S]},registerDecorator:function(S,b){if(u.toString.call(S)===E){if(b)throw new o.default("Arg not supported with multiple decorators");u.extend(this.decorators,S)}else this.decorators[S]=b},unregisterDecorator:function(S){delete this.decorators[S]},resetLoggedPropertyAccesses:function(){m.resetLoggedProperties()}};var C=s.default.log;a.log=C,a.createFrame=u.createFrame,a.logger=s.default},function(y,a){"use strict";function d(v){return g[v]}function i(v){for(var E=1;E<arguments.length;E++)for(var C in arguments[E])Object.prototype.hasOwnProperty.call(arguments[E],C)&&(v[C]=arguments[E][C]);return v}function r(v,E){for(var C=0,S=v.length;C<S;C++)if(v[C]===E)return C;return-1}function u(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(s,d):v}function h(v){return!v&&v!==0||!(!A(v)||v.length!==0)}function o(v){var E=i({},v);return E._parent=v,E}function n(v,E){return v.path=E,v}function p(v,E){return(v?v+".":"")+E}a.__esModule=!0,a.extend=i,a.indexOf=r,a.escapeExpression=u,a.isEmpty=h,a.createFrame=o,a.blockParams=n,a.appendContextPath=p;var g={"&":"&","<":"<",">":">",'"':""","'":"'","`":"`","=":"="},s=/[&<>"'`=]/g,m=/[&<>"'`=]/,c=Object.prototype.toString;a.toString=c;var f=function(v){return typeof v=="function"};f(/x/)&&(a.isFunction=f=function(v){return typeof v=="function"&&c.call(v)==="[object Function]"}),a.isFunction=f;var A=Array.isArray||function(v){return!(!v||typeof v!="object")&&c.call(v)==="[object Array]"};a.isArray=A},function(y,a,d){"use strict";function i(h,o){var n=o&&o.loc,p=void 0,g=void 0,s=void 0,m=void 0;n&&(p=n.start.line,g=n.end.line,s=n.start.column,m=n.end.column,h+=" - "+p+":"+s);for(var c=Error.prototype.constructor.call(this,h),f=0;f<u.length;f++)this[u[f]]=c[u[f]];Error.captureStackTrace&&Error.captureStackTrace(this,i);try{n&&(this.lineNumber=p,this.endLineNumber=g,r?(Object.defineProperty(this,"column",{value:s,enumerable:!0}),Object.defineProperty(this,"endColumn",{value:m,enumerable:!0})):(this.column=s,this.endColumn=m))}catch(A){}}var r=d(7).default;a.__esModule=!0;var u=["description","fileName","lineNumber","endLineNumber","message","name","number","stack"];i.prototype=new Error,a.default=i,y.exports=a.default},function(y,a,d){y.exports={default:d(8),__esModule:!0}},function(y,a,d){var i=d(9);y.exports=function(r,u,h){return i.setDesc(r,u,h)}},function(y,a){var d=Object;y.exports={create:d.create,getProto:d.getPrototypeOf,isEnum:{}.propertyIsEnumerable,getDesc:d.getOwnPropertyDescriptor,setDesc:d.defineProperty,setDescs:d.defineProperties,getKeys:d.keys,getNames:d.getOwnPropertyNames,getSymbols:d.getOwnPropertySymbols,each:[].forEach}},function(y,a,d){"use strict";function i(b){o.default(b),p.default(b),s.default(b),c.default(b),A.default(b),E.default(b),S.default(b)}function r(b,D,N){b.helpers[D]&&(b.hooks[D]=b.helpers[D],N||delete b.helpers[D])}var u=d(1).default;a.__esModule=!0,a.registerDefaultHelpers=i,a.moveHelperToHooks=r;var h=d(11),o=u(h),n=d(12),p=u(n),g=d(25),s=u(g),m=d(26),c=u(m),f=d(27),A=u(f),v=d(28),E=u(v),C=d(29),S=u(C)},function(y,a,d){"use strict";a.__esModule=!0;var i=d(5);a.default=function(r){r.registerHelper("blockHelperMissing",function(u,h){var o=h.inverse,n=h.fn;if(u===!0)return n(this);if(u===!1||u==null)return o(this);if(i.isArray(u))return u.length>0?(h.ids&&(h.ids=[h.name]),r.helpers.each(u,h)):o(this);if(h.data&&h.ids){var p=i.createFrame(h.data);p.contextPath=i.appendContextPath(h.data.contextPath,h.name),h={data:p}}return n(u,h)})},y.exports=a.default},function(y,a,d){(function(i){"use strict";var r=d(13).default,u=d(1).default;a.__esModule=!0;var h=d(5),o=d(6),n=u(o);a.default=function(p){p.registerHelper("each",function(g,s){function m(L,I,w){E&&(E.key=L,E.index=I,E.first=I===0,E.last=!!w,C&&(E.contextPath=C+L)),v+=c(g[L],{data:E,blockParams:h.blockParams([g[L],L],[C+L,null])})}if(!s)throw new n.default("Must pass iterator to #each");var c=s.fn,f=s.inverse,A=0,v="",E=void 0,C=void 0;if(s.data&&s.ids&&(C=h.appendContextPath(s.data.contextPath,s.ids[0])+"."),h.isFunction(g)&&(g=g.call(this)),s.data&&(E=h.createFrame(s.data)),g&&typeof g=="object")if(h.isArray(g))for(var S=g.length;A<S;A++)A in g&&m(A,A,A===g.length-1);else if(i.Symbol&&g[i.Symbol.iterator]){for(var b=[],D=g[i.Symbol.iterator](),N=D.next();!N.done;N=D.next())b.push(N.value);g=b;for(var S=g.length;A<S;A++)m(A,A,A===g.length-1)}else(function(){var L=void 0;r(g).forEach(function(I){L!==void 0&&m(L,A-1),L=I,A++}),L!==void 0&&m(L,A-1,!0)})();return A===0&&(v=f(this)),v})},y.exports=a.default}).call(a,function(){return this}())},function(y,a,d){y.exports={default:d(14),__esModule:!0}},function(y,a,d){d(15),y.exports=d(21).Object.keys},function(y,a,d){var i=d(16);d(18)("keys",function(r){return function(u){return r(i(u))}})},function(y,a,d){var i=d(17);y.exports=function(r){return Object(i(r))}},function(y,a){y.exports=function(d){if(d==null)throw TypeError("Can't call method on "+d);return d}},function(y,a,d){var i=d(19),r=d(21),u=d(24);y.exports=function(h,o){var n=(r.Object||{})[h]||Object[h],p={};p[h]=o(n),i(i.S+i.F*u(function(){n(1)}),"Object",p)}},function(y,a,d){var i=d(20),r=d(21),u=d(22),h="prototype",o=function(n,p,g){var s,m,c,f=n&o.F,A=n&o.G,v=n&o.S,E=n&o.P,C=n&o.B,S=n&o.W,b=A?r:r[p]||(r[p]={}),D=A?i:v?i[p]:(i[p]||{})[h];A&&(g=p);for(s in g)m=!f&&D&&s in D,m&&s in b||(c=m?D[s]:g[s],b[s]=A&&typeof D[s]!="function"?g[s]:C&&m?u(c,i):S&&D[s]==c?function(N){var L=function(I){return this instanceof N?new N(I):N(I)};return L[h]=N[h],L}(c):E&&typeof c=="function"?u(Function.call,c):c,E&&((b[h]||(b[h]={}))[s]=c))};o.F=1,o.G=2,o.S=4,o.P=8,o.B=16,o.W=32,y.exports=o},function(y,a){var d=y.exports=typeof window!="undefined"&&window.Math==Math?window:typeof self!="undefined"&&self.Math==Math?self:Function("return this")();typeof __g=="number"&&(__g=d)},function(y,a){var d=y.exports={version:"1.2.6"};typeof __e=="number"&&(__e=d)},function(y,a,d){var i=d(23);y.exports=function(r,u,h){if(i(r),u===void 0)return r;switch(h){case 1:return function(o){return r.call(u,o)};case 2:return function(o,n){return r.call(u,o,n)};case 3:return function(o,n,p){return r.call(u,o,n,p)}}return function(){return r.apply(u,arguments)}}},function(y,a){y.exports=function(d){if(typeof d!="function")throw TypeError(d+" is not a function!");return d}},function(y,a){y.exports=function(d){try{return!!d()}catch(i){return!0}}},function(y,a,d){"use strict";var i=d(1).default;a.__esModule=!0;var r=d(6),u=i(r);a.default=function(h){h.registerHelper("helperMissing",function(){if(arguments.length!==1)throw new u.default('Missing helper: "'+arguments[arguments.length-1].name+'"')})},y.exports=a.default},function(y,a,d){"use strict";var i=d(1).default;a.__esModule=!0;var r=d(5),u=d(6),h=i(u);a.default=function(o){o.registerHelper("if",function(n,p){if(arguments.length!=2)throw new h.default("#if requires exactly one argument");return r.isFunction(n)&&(n=n.call(this)),!p.hash.includeZero&&!n||r.isEmpty(n)?p.inverse(this):p.fn(this)}),o.registerHelper("unless",function(n,p){if(arguments.length!=2)throw new h.default("#unless requires exactly one argument");return o.helpers.if.call(this,n,{fn:p.inverse,inverse:p.fn,hash:p.hash})})},y.exports=a.default},function(y,a){"use strict";a.__esModule=!0,a.default=function(d){d.registerHelper("log",function(){for(var i=[void 0],r=arguments[arguments.length-1],u=0;u<arguments.length-1;u++)i.push(arguments[u]);var h=1;r.hash.level!=null?h=r.hash.level:r.data&&r.data.level!=null&&(h=r.data.level),i[0]=h,d.log.apply(d,i)})},y.exports=a.default},function(y,a){"use strict";a.__esModule=!0,a.default=function(d){d.registerHelper("lookup",function(i,r,u){return i&&u.lookupProperty(i,r)})},y.exports=a.default},function(y,a,d){"use strict";var i=d(1).default;a.__esModule=!0;var r=d(5),u=d(6),h=i(u);a.default=function(o){o.registerHelper("with",function(n,p){if(arguments.length!=2)throw new h.default("#with requires exactly one argument");r.isFunction(n)&&(n=n.call(this));var g=p.fn;if(r.isEmpty(n))return p.inverse(this);var s=p.data;return p.data&&p.ids&&(s=r.createFrame(p.data),s.contextPath=r.appendContextPath(p.data.contextPath,p.ids[0])),g(n,{data:s,blockParams:r.blockParams([n],[s&&s.contextPath])})})},y.exports=a.default},function(y,a,d){"use strict";function i(o){h.default(o)}var r=d(1).default;a.__esModule=!0,a.registerDefaultDecorators=i;var u=d(31),h=r(u)},function(y,a,d){"use strict";a.__esModule=!0;var i=d(5);a.default=function(r){r.registerDecorator("inline",function(u,h,o,n){var p=u;return h.partials||(h.partials={},p=function(g,s){var m=o.partials;o.partials=i.extend({},m,h.partials);var c=u(g,s);return o.partials=m,c}),h.partials[n.args[0]]=n.fn,p})},y.exports=a.default},function(y,a,d){"use strict";a.__esModule=!0;var i=d(5),r={methodMap:["debug","info","warn","error"],level:"info",lookupLevel:function(u){if(typeof u=="string"){var h=i.indexOf(r.methodMap,u.toLowerCase());u=h>=0?h:parseInt(u,10)}return u},log:function(u){if(u=r.lookupLevel(u),typeof console!="undefined"&&r.lookupLevel(r.level)<=u){var h=r.methodMap[u];console[h]||(h="log");for(var o=arguments.length,n=Array(o>1?o-1:0),p=1;p<o;p++)n[p-1]=arguments[p];console[h].apply(console,n)}}};a.default=r,y.exports=a.default},function(y,a,d){"use strict";function i(A){var v=n(null);v.constructor=!1,v.__defineGetter__=!1,v.__defineSetter__=!1,v.__lookupGetter__=!1;var E=n(null);return E.__proto__=!1,{properties:{whitelist:s.createNewLookupObject(E,A.allowedProtoProperties),defaultValue:A.allowProtoPropertiesByDefault},methods:{whitelist:s.createNewLookupObject(v,A.allowedProtoMethods),defaultValue:A.allowProtoMethodsByDefault}}}function r(A,v,E){return u(typeof A=="function"?v.methods:v.properties,E)}function u(A,v){return A.whitelist[v]!==void 0?A.whitelist[v]===!0:A.defaultValue!==void 0?A.defaultValue:(h(v),!1)}function h(A){f[A]!==!0&&(f[A]=!0,c.log("error",'Handlebars: Access has been denied to resolve the property "'+A+`" 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 o(){p(f).forEach(function(A){delete f[A]})}var n=d(34).default,p=d(13).default,g=d(3).default;a.__esModule=!0,a.createProtoAccessControl=i,a.resultIsAllowed=r,a.resetLoggedProperties=o;var s=d(36),m=d(32),c=g(m),f=n(null)},function(y,a,d){y.exports={default:d(35),__esModule:!0}},function(y,a,d){var i=d(9);y.exports=function(r,u){return i.create(r,u)}},function(y,a,d){"use strict";function i(){for(var h=arguments.length,o=Array(h),n=0;n<h;n++)o[n]=arguments[n];return u.extend.apply(void 0,[r(null)].concat(o))}var r=d(34).default;a.__esModule=!0,a.createNewLookupObject=i;var u=d(5)},function(y,a){"use strict";function d(i){this.string=i}a.__esModule=!0,d.prototype.toString=d.prototype.toHTML=function(){return""+this.string},a.default=d,y.exports=a.default},function(y,a,d){"use strict";function i(w){var T=w&&w[0]||1,R=D.COMPILER_REVISION;if(!(T>=D.LAST_COMPATIBLE_COMPILER_REVISION&&T<=D.COMPILER_REVISION)){if(T<D.LAST_COMPATIBLE_COMPILER_REVISION){var M=D.REVISION_CHANGES[R],U=D.REVISION_CHANGES[T];throw new b.default("Template was precompiled with an older version of Handlebars than the current runtime. Please update your precompiler to a newer version ("+M+") or downgrade your runtime to an older version ("+U+").")}throw new b.default("Template was precompiled with a newer version of Handlebars than the current runtime. Please update your runtime to a newer version ("+w[1]+").")}}function r(w,T){function R(k,W,$){$.hash&&(W=C.extend({},W,$.hash),$.ids&&($.ids[0]=!0)),k=T.VM.resolvePartial.call(this,k,W,$);var V=C.extend({},$,{hooks:this.hooks,protoAccessControl:this.protoAccessControl}),K=T.VM.invokePartial.call(this,k,W,V);if(K==null&&T.compile&&($.partials[$.name]=T.compile(k,w.compilerOptions,T),K=$.partials[$.name](W,V)),K!=null){if($.indent){for(var Q=K.split(`
|
|
`),oe=0,ce=Q.length;oe<ce&&(Q[oe]||oe+1!==ce);oe++)Q[oe]=$.indent+Q[oe];K=Q.join(`
|
|
`)}return K}throw new b.default("The partial "+$.name+" could not be compiled when running in runtime-only mode")}function M(k){function W(oe){return""+w.main(z,oe,z.helpers,z.partials,V,Q,K)}var $=arguments.length<=1||arguments[1]===void 0?{}:arguments[1],V=$.data;M._setup($),!$.partial&&w.useData&&(V=p(k,V));var K=void 0,Q=w.useBlockParams?[]:void 0;return w.useDepths&&(K=$.depths?k!=$.depths[0]?[k].concat($.depths):$.depths:[k]),(W=g(w.main,W,z,$.depths||[],V,Q))(k,$)}if(!T)throw new b.default("No environment passed to template");if(!w||!w.main)throw new b.default("Unknown template object: "+typeof w);w.main.decorator=w.main_d,T.VM.checkRevision(w.compiler);var U=w.compiler&&w.compiler[0]===7,z={strict:function(k,W,$){if(!(k&&W in k))throw new b.default('"'+W+'" not defined in '+k,{loc:$});return z.lookupProperty(k,W)},lookupProperty:function(k,W){var $=k[W];return $==null||Object.prototype.hasOwnProperty.call(k,W)||I.resultIsAllowed($,z.protoAccessControl,W)?$:void 0},lookup:function(k,W){for(var $=k.length,V=0;V<$;V++){var K=k[V]&&z.lookupProperty(k[V],W);if(K!=null)return k[V][W]}},lambda:function(k,W){return typeof k=="function"?k.call(W):k},escapeExpression:C.escapeExpression,invokePartial:R,fn:function(k){var W=w[k];return W.decorator=w[k+"_d"],W},programs:[],program:function(k,W,$,V,K){var Q=this.programs[k],oe=this.fn(k);return W||K||V||$?Q=u(this,k,oe,W,$,V,K):Q||(Q=this.programs[k]=u(this,k,oe)),Q},data:function(k,W){for(;k&&W--;)k=k._parent;return k},mergeIfNeeded:function(k,W){var $=k||W;return k&&W&&k!==W&&($=C.extend({},W,k)),$},nullContext:c({}),noop:T.VM.noop,compilerInfo:w.compiler};return M.isTop=!0,M._setup=function(k){if(k.partial)z.protoAccessControl=k.protoAccessControl,z.helpers=k.helpers,z.partials=k.partials,z.decorators=k.decorators,z.hooks=k.hooks;else{var W=C.extend({},T.helpers,k.helpers);s(W,z),z.helpers=W,w.usePartial&&(z.partials=z.mergeIfNeeded(k.partials,T.partials)),(w.usePartial||w.useDecorators)&&(z.decorators=C.extend({},T.decorators,k.decorators)),z.hooks={},z.protoAccessControl=I.createProtoAccessControl(k);var $=k.allowCallsToHelperMissing||U;N.moveHelperToHooks(z,"helperMissing",$),N.moveHelperToHooks(z,"blockHelperMissing",$)}},M._child=function(k,W,$,V){if(w.useBlockParams&&!$)throw new b.default("must pass block params");if(w.useDepths&&!V)throw new b.default("must pass parent depths");return u(z,k,w[k],W,0,$,V)},M}function u(w,T,R,M,U,z,k){function W($){var V=arguments.length<=1||arguments[1]===void 0?{}:arguments[1],K=k;return!k||$==k[0]||$===w.nullContext&&k[0]===null||(K=[$].concat(k)),R(w,$,w.helpers,w.partials,V.data||M,z&&[V.blockParams].concat(z),K)}return W=g(R,W,w,k,M,z),W.program=T,W.depth=k?k.length:0,W.blockParams=U||0,W}function h(w,T,R){return w?w.call||R.name||(R.name=w,w=R.partials[w]):w=R.name==="@partial-block"?R.data["partial-block"]:R.partials[R.name],w}function o(w,T,R){var M=R.data&&R.data["partial-block"];R.partial=!0,R.ids&&(R.data.contextPath=R.ids[0]||R.data.contextPath);var U=void 0;if(R.fn&&R.fn!==n&&function(){R.data=D.createFrame(R.data);var z=R.fn;U=R.data["partial-block"]=function(k){var W=arguments.length<=1||arguments[1]===void 0?{}:arguments[1];return W.data=D.createFrame(W.data),W.data["partial-block"]=M,z(k,W)},z.partials&&(R.partials=C.extend({},R.partials,z.partials))}(),w===void 0&&U&&(w=U),w===void 0)throw new b.default("The partial "+R.name+" could not be found");if(w instanceof Function)return w(T,R)}function n(){return""}function p(w,T){return T&&"root"in T||(T=T?D.createFrame(T):{},T.root=w),T}function g(w,T,R,M,U,z){if(w.decorator){var k={};T=w.decorator(T,k,R,M&&M[0],U,z,M),C.extend(T,k)}return T}function s(w,T){f(w).forEach(function(R){var M=w[R];w[R]=m(M,T)})}function m(w,T){var R=T.lookupProperty;return L.wrapHelper(w,function(M){return C.extend({lookupProperty:R},M)})}var c=d(39).default,f=d(13).default,A=d(3).default,v=d(1).default;a.__esModule=!0,a.checkRevision=i,a.template=r,a.wrapProgram=u,a.resolvePartial=h,a.invokePartial=o,a.noop=n;var E=d(5),C=A(E),S=d(6),b=v(S),D=d(4),N=d(10),L=d(43),I=d(33)},function(y,a,d){y.exports={default:d(40),__esModule:!0}},function(y,a,d){d(41),y.exports=d(21).Object.seal},function(y,a,d){var i=d(42);d(18)("seal",function(r){return function(u){return r&&i(u)?r(u):u}})},function(y,a){y.exports=function(d){return typeof d=="object"?d!==null:typeof d=="function"}},function(y,a){"use strict";function d(i,r){if(typeof i!="function")return i;var u=function(){var h=arguments[arguments.length-1];return arguments[arguments.length-1]=r(h),i.apply(this,arguments)};return u}a.__esModule=!0,a.wrapHelper=d},function(y,a){(function(d){"use strict";a.__esModule=!0,a.default=function(i){var r=typeof d!="undefined"?d:window,u=r.Handlebars;i.noConflict=function(){return r.Handlebars===i&&(r.Handlebars=u),i}},y.exports=a.default}).call(a,function(){return this}())},function(y,a){"use strict";a.__esModule=!0;var d={helpers:{helperExpression:function(i){return i.type==="SubExpression"||(i.type==="MustacheStatement"||i.type==="BlockStatement")&&!!(i.params&&i.params.length||i.hash)},scopedId:function(i){return/^\.|this\b/.test(i.original)},simpleId:function(i){return i.parts.length===1&&!d.helpers.scopedId(i)&&!i.depth}}};a.default=d,y.exports=a.default},function(y,a,d){"use strict";function i(A,v){if(A.type==="Program")return A;n.default.yy=f,f.locInfo=function(C){return new f.SourceLocation(v&&v.srcName,C)};var E=n.default.parse(A);return E}function r(A,v){var E=i(A,v),C=new g.default(v);return C.accept(E)}var u=d(1).default,h=d(3).default;a.__esModule=!0,a.parseWithoutProcessing=i,a.parse=r;var o=d(47),n=u(o),p=d(48),g=u(p),s=d(50),m=h(s),c=d(5);a.parser=n.default;var f={};c.extend(f,m)},function(y,a){"use strict";a.__esModule=!0;var d=function(){function i(){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(h,o,n,p,g,s,m){var c=s.length-1;switch(g){case 1:return s[c-1];case 2:this.$=p.prepareProgram(s[c]);break;case 3:this.$=s[c];break;case 4:this.$=s[c];break;case 5:this.$=s[c];break;case 6:this.$=s[c];break;case 7:this.$=s[c];break;case 8:this.$=s[c];break;case 9:this.$={type:"CommentStatement",value:p.stripComment(s[c]),strip:p.stripFlags(s[c],s[c]),loc:p.locInfo(this._$)};break;case 10:this.$={type:"ContentStatement",original:s[c],value:s[c],loc:p.locInfo(this._$)};break;case 11:this.$=p.prepareRawBlock(s[c-2],s[c-1],s[c],this._$);break;case 12:this.$={path:s[c-3],params:s[c-2],hash:s[c-1]};break;case 13:this.$=p.prepareBlock(s[c-3],s[c-2],s[c-1],s[c],!1,this._$);break;case 14:this.$=p.prepareBlock(s[c-3],s[c-2],s[c-1],s[c],!0,this._$);break;case 15:this.$={open:s[c-5],path:s[c-4],params:s[c-3],hash:s[c-2],blockParams:s[c-1],strip:p.stripFlags(s[c-5],s[c])};break;case 16:this.$={path:s[c-4],params:s[c-3],hash:s[c-2],blockParams:s[c-1],strip:p.stripFlags(s[c-5],s[c])};break;case 17:this.$={path:s[c-4],params:s[c-3],hash:s[c-2],blockParams:s[c-1],strip:p.stripFlags(s[c-5],s[c])};break;case 18:this.$={strip:p.stripFlags(s[c-1],s[c-1]),program:s[c]};break;case 19:var f=p.prepareBlock(s[c-2],s[c-1],s[c],s[c],!1,this._$),A=p.prepareProgram([f],s[c-1].loc);A.chained=!0,this.$={strip:s[c-2].strip,program:A,chain:!0};break;case 20:this.$=s[c];break;case 21:this.$={path:s[c-1],strip:p.stripFlags(s[c-2],s[c])};break;case 22:this.$=p.prepareMustache(s[c-3],s[c-2],s[c-1],s[c-4],p.stripFlags(s[c-4],s[c]),this._$);break;case 23:this.$=p.prepareMustache(s[c-3],s[c-2],s[c-1],s[c-4],p.stripFlags(s[c-4],s[c]),this._$);break;case 24:this.$={type:"PartialStatement",name:s[c-3],params:s[c-2],hash:s[c-1],indent:"",strip:p.stripFlags(s[c-4],s[c]),loc:p.locInfo(this._$)};break;case 25:this.$=p.preparePartialBlock(s[c-2],s[c-1],s[c],this._$);break;case 26:this.$={path:s[c-3],params:s[c-2],hash:s[c-1],strip:p.stripFlags(s[c-4],s[c])};break;case 27:this.$=s[c];break;case 28:this.$=s[c];break;case 29:this.$={type:"SubExpression",path:s[c-3],params:s[c-2],hash:s[c-1],loc:p.locInfo(this._$)};break;case 30:this.$={type:"Hash",pairs:s[c],loc:p.locInfo(this._$)};break;case 31:this.$={type:"HashPair",key:p.id(s[c-2]),value:s[c],loc:p.locInfo(this._$)};break;case 32:this.$=p.id(s[c-1]);break;case 33:this.$=s[c];break;case 34:this.$=s[c];break;case 35:this.$={type:"StringLiteral",value:s[c],original:s[c],loc:p.locInfo(this._$)};break;case 36:this.$={type:"NumberLiteral",value:Number(s[c]),original:Number(s[c]),loc:p.locInfo(this._$)};break;case 37:this.$={type:"BooleanLiteral",value:s[c]==="true",original:s[c]==="true",loc:p.locInfo(this._$)};break;case 38:this.$={type:"UndefinedLiteral",original:void 0,value:void 0,loc:p.locInfo(this._$)};break;case 39:this.$={type:"NullLiteral",original:null,value:null,loc:p.locInfo(this._$)};break;case 40:this.$=s[c];break;case 41:this.$=s[c];break;case 42:this.$=p.preparePath(!0,s[c],this._$);break;case 43:this.$=p.preparePath(!1,s[c],this._$);break;case 44:s[c-2].push({part:p.id(s[c]),original:s[c],separator:s[c-1]}),this.$=s[c-2];break;case 45:this.$=[{part:p.id(s[c]),original:s[c]}];break;case 46:this.$=[];break;case 47:s[c-1].push(s[c]);break;case 48:this.$=[];break;case 49:s[c-1].push(s[c]);break;case 50:this.$=[];break;case 51:s[c-1].push(s[c]);break;case 58:this.$=[];break;case 59:s[c-1].push(s[c]);break;case 64:this.$=[];break;case 65:s[c-1].push(s[c]);break;case 70:this.$=[];break;case 71:s[c-1].push(s[c]);break;case 78:this.$=[];break;case 79:s[c-1].push(s[c]);break;case 82:this.$=[];break;case 83:s[c-1].push(s[c]);break;case 86:this.$=[];break;case 87:s[c-1].push(s[c]);break;case 90:this.$=[];break;case 91:s[c-1].push(s[c]);break;case 94:this.$=[];break;case 95:s[c-1].push(s[c]);break;case 98:this.$=[s[c]];break;case 99:s[c-1].push(s[c]);break;case 100:this.$=[s[c]];break;case 101:s[c-1].push(s[c])}},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(h,o){throw new Error(h)},parse:function(h){function o(){var z;return z=n.lexer.lex()||1,typeof z!="number"&&(z=n.symbols_[z]||z),z}var n=this,p=[0],g=[null],s=[],m=this.table,c="",f=0,A=0,v=0;this.lexer.setInput(h),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;s.push(E);var C=this.lexer.options&&this.lexer.options.ranges;typeof this.yy.parseError=="function"&&(this.parseError=this.yy.parseError);for(var S,b,D,N,L,I,w,T,R,M={};;){if(D=p[p.length-1],this.defaultActions[D]?N=this.defaultActions[D]:(S!==null&&typeof S!="undefined"||(S=o()),N=m[D]&&m[D][S]),typeof N=="undefined"||!N.length||!N[0]){var U="";if(!v){R=[];for(I in m[D])this.terminals_[I]&&I>2&&R.push("'"+this.terminals_[I]+"'");U=this.lexer.showPosition?"Parse error on line "+(f+1)+`:
|
|
`+this.lexer.showPosition()+`
|
|
Expecting `+R.join(", ")+", got '"+(this.terminals_[S]||S)+"'":"Parse error on line "+(f+1)+": Unexpected "+(S==1?"end of input":"'"+(this.terminals_[S]||S)+"'"),this.parseError(U,{text:this.lexer.match,token:this.terminals_[S]||S,line:this.lexer.yylineno,loc:E,expected:R})}}if(N[0]instanceof Array&&N.length>1)throw new Error("Parse Error: multiple actions possible at state: "+D+", token: "+S);switch(N[0]){case 1:p.push(S),g.push(this.lexer.yytext),s.push(this.lexer.yylloc),p.push(N[1]),S=null,b?(S=b,b=null):(A=this.lexer.yyleng,c=this.lexer.yytext,f=this.lexer.yylineno,E=this.lexer.yylloc,v>0&&v--);break;case 2:if(w=this.productions_[N[1]][1],M.$=g[g.length-w],M._$={first_line:s[s.length-(w||1)].first_line,last_line:s[s.length-1].last_line,first_column:s[s.length-(w||1)].first_column,last_column:s[s.length-1].last_column},C&&(M._$.range=[s[s.length-(w||1)].range[0],s[s.length-1].range[1]]),L=this.performAction.call(M,c,A,f,this.yy,N[1],g,s),typeof L!="undefined")return L;w&&(p=p.slice(0,-1*w*2),g=g.slice(0,-1*w),s=s.slice(0,-1*w)),p.push(this.productions_[N[1]][0]),g.push(M.$),s.push(M._$),T=m[p[p.length-2]][p[p.length-1]],p.push(T);break;case 3:return!0}}return!0}},u=function(){var h={EOF:1,parseError:function(o,n){if(!this.yy.parser)throw new Error(o);this.yy.parser.parseError(o,n)},setInput:function(o){return this._input=o,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 o=this._input[0];this.yytext+=o,this.yyleng++,this.offset++,this.match+=o,this.matched+=o;var n=o.match(/(?:\r\n?|\n).*/g);return n?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),o},unput:function(o){var n=o.length,p=o.split(/(?:\r\n?|\n)/g);this._input=o+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-n-1),this.offset-=n;var g=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),p.length-1&&(this.yylineno-=p.length-1);var s=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:p?(p.length===g.length?this.yylloc.first_column:0)+g[g.length-p.length].length-p[0].length:this.yylloc.first_column-n},this.options.ranges&&(this.yylloc.range=[s[0],s[0]+this.yyleng-n]),this},more:function(){return this._more=!0,this},less:function(o){this.unput(this.match.slice(o))},pastInput:function(){var o=this.matched.substr(0,this.matched.length-this.match.length);return(o.length>20?"...":"")+o.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var o=this.match;return o.length<20&&(o+=this._input.substr(0,20-o.length)),(o.substr(0,20)+(o.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var o=this.pastInput(),n=new Array(o.length+1).join("-");return o+this.upcomingInput()+`
|
|
`+n+"^"},next:function(){if(this.done)return this.EOF;this._input||(this.done=!0);var o,n,p,g,s;this._more||(this.yytext="",this.match="");for(var m=this._currentRules(),c=0;c<m.length&&(p=this._input.match(this.rules[m[c]]),!p||n&&!(p[0].length>n[0].length)||(n=p,g=c,this.options.flex));c++);return n?(s=n[0].match(/(?:\r\n?|\n).*/g),s&&(this.yylineno+=s.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:s?s[s.length-1].length-s[s.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+n[0].length},this.yytext+=n[0],this.match+=n[0],this.matches=n,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(n[0].length),this.matched+=n[0],o=this.performAction.call(this,this.yy,this,m[g],this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),o||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 o=this.next();return typeof o!="undefined"?o:this.lex()},begin:function(o){this.conditionStack.push(o)},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(o){this.begin(o)}};return h.options={},h.performAction=function(o,n,p,g){function s(m,c){return n.yytext=n.yytext.substring(m,n.yyleng-c+m)}switch(p){case 0:if(n.yytext.slice(-2)==="\\\\"?(s(0,1),this.begin("mu")):n.yytext.slice(-1)==="\\"?(s(0,1),this.begin("emu")):this.begin("mu"),n.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:(s(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(n.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 n.yytext=s(1,2).replace(/\\"/g,'"'),80;case 32:return n.yytext=s(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 n.yytext=n.yytext.replace(/\\([\\\]])/g,"$1"),72;case 43:return"INVALID";case 44:return 5}},h.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\/.)|]))))/,/^(?:\[(\\\]|[^\]])*\])/,/^(?:.)/,/^(?:$)/],h.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}},h}();return r.lexer=u,i.prototype=r,r.Parser=i,new i}();a.default=d,y.exports=a.default},function(y,a,d){"use strict";function i(){var s=arguments.length<=0||arguments[0]===void 0?{}:arguments[0];this.options=s}function r(s,m,c){m===void 0&&(m=s.length);var f=s[m-1],A=s[m-2];return f?f.type==="ContentStatement"?(A||!c?/\r?\n\s*?$/:/(^|\r?\n)\s*?$/).test(f.original):void 0:c}function u(s,m,c){m===void 0&&(m=-1);var f=s[m+1],A=s[m+2];return f?f.type==="ContentStatement"?(A||!c?/^\s*?\r?\n/:/^\s*?(\r?\n|$)/).test(f.original):void 0:c}function h(s,m,c){var f=s[m==null?0:m+1];if(f&&f.type==="ContentStatement"&&(c||!f.rightStripped)){var A=f.value;f.value=f.value.replace(c?/^\s+/:/^[ \t]*\r?\n?/,""),f.rightStripped=f.value!==A}}function o(s,m,c){var f=s[m==null?s.length-1:m-1];if(f&&f.type==="ContentStatement"&&(c||!f.leftStripped)){var A=f.value;return f.value=f.value.replace(c?/\s+$/:/[ \t]+$/,""),f.leftStripped=f.value!==A,f.leftStripped}}var n=d(1).default;a.__esModule=!0;var p=d(49),g=n(p);i.prototype=new g.default,i.prototype.Program=function(s){var m=!this.options.ignoreStandalone,c=!this.isRootSeen;this.isRootSeen=!0;for(var f=s.body,A=0,v=f.length;A<v;A++){var E=f[A],C=this.accept(E);if(C){var S=r(f,A,c),b=u(f,A,c),D=C.openStandalone&&S,N=C.closeStandalone&&b,L=C.inlineStandalone&&S&&b;C.close&&h(f,A,!0),C.open&&o(f,A,!0),m&&L&&(h(f,A),o(f,A)&&E.type==="PartialStatement"&&(E.indent=/([ \t]+$)/.exec(f[A-1].original)[1])),m&&D&&(h((E.program||E.inverse).body),o(f,A)),m&&N&&(h(f,A),o((E.inverse||E.program).body))}}return s},i.prototype.BlockStatement=i.prototype.DecoratorBlock=i.prototype.PartialBlockStatement=function(s){this.accept(s.program),this.accept(s.inverse);var m=s.program||s.inverse,c=s.program&&s.inverse,f=c,A=c;if(c&&c.chained)for(f=c.body[0].program;A.chained;)A=A.body[A.body.length-1].program;var v={open:s.openStrip.open,close:s.closeStrip.close,openStandalone:u(m.body),closeStandalone:r((f||m).body)};if(s.openStrip.close&&h(m.body,null,!0),c){var E=s.inverseStrip;E.open&&o(m.body,null,!0),E.close&&h(f.body,null,!0),s.closeStrip.open&&o(A.body,null,!0),!this.options.ignoreStandalone&&r(m.body)&&u(f.body)&&(o(m.body),h(f.body))}else s.closeStrip.open&&o(m.body,null,!0);return v},i.prototype.Decorator=i.prototype.MustacheStatement=function(s){return s.strip},i.prototype.PartialStatement=i.prototype.CommentStatement=function(s){var m=s.strip||{};return{inlineStandalone:!0,open:m.open,close:m.close}},a.default=i,y.exports=a.default},function(y,a,d){"use strict";function i(){this.parents=[]}function r(g){this.acceptRequired(g,"path"),this.acceptArray(g.params),this.acceptKey(g,"hash")}function u(g){r.call(this,g),this.acceptKey(g,"program"),this.acceptKey(g,"inverse")}function h(g){this.acceptRequired(g,"name"),this.acceptArray(g.params),this.acceptKey(g,"hash")}var o=d(1).default;a.__esModule=!0;var n=d(6),p=o(n);i.prototype={constructor:i,mutating:!1,acceptKey:function(g,s){var m=this.accept(g[s]);if(this.mutating){if(m&&!i.prototype[m.type])throw new p.default('Unexpected node type "'+m.type+'" found when accepting '+s+" on "+g.type);g[s]=m}},acceptRequired:function(g,s){if(this.acceptKey(g,s),!g[s])throw new p.default(g.type+" requires "+s)},acceptArray:function(g){for(var s=0,m=g.length;s<m;s++)this.acceptKey(g,s),g[s]||(g.splice(s,1),s--,m--)},accept:function(g){if(g){if(!this[g.type])throw new p.default("Unknown type: "+g.type,g);this.current&&this.parents.unshift(this.current),this.current=g;var s=this[g.type](g);return this.current=this.parents.shift(),!this.mutating||s?s:s!==!1?g:void 0}},Program:function(g){this.acceptArray(g.body)},MustacheStatement:r,Decorator:r,BlockStatement:u,DecoratorBlock:u,PartialStatement:h,PartialBlockStatement:function(g){h.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")}},a.default=i,y.exports=a.default},function(y,a,d){"use strict";function i(E,C){if(C=C.path?C.path.original:C,E.path.original!==C){var S={loc:E.path.loc};throw new v.default(E.path.original+" doesn't match "+C,S)}}function r(E,C){this.source=E,this.start={line:C.first_line,column:C.first_column},this.end={line:C.last_line,column:C.last_column}}function u(E){return/^\[.*\]$/.test(E)?E.substring(1,E.length-1):E}function h(E,C){return{open:E.charAt(2)==="~",close:C.charAt(C.length-3)==="~"}}function o(E){return E.replace(/^\{\{~?!-?-?/,"").replace(/-?-?~?\}\}$/,"")}function n(E,C,S){S=this.locInfo(S);for(var b=E?"@":"",D=[],N=0,L=0,I=C.length;L<I;L++){var w=C[L].part,T=C[L].original!==w;if(b+=(C[L].separator||"")+w,T||w!==".."&&w!=="."&&w!=="this")D.push(w);else{if(D.length>0)throw new v.default("Invalid path: "+b,{loc:S});w===".."&&N++}}return{type:"PathExpression",data:E,depth:N,parts:D,original:b,loc:S}}function p(E,C,S,b,D,N){var L=b.charAt(3)||b.charAt(2),I=L!=="{"&&L!=="&",w=/\*/.test(b);return{type:w?"Decorator":"MustacheStatement",path:E,params:C,hash:S,escaped:I,strip:D,loc:this.locInfo(N)}}function g(E,C,S,b){i(E,S),b=this.locInfo(b);var D={type:"Program",body:C,strip:{},loc:b};return{type:"BlockStatement",path:E.path,params:E.params,hash:E.hash,program:D,openStrip:{},inverseStrip:{},closeStrip:{},loc:b}}function s(E,C,S,b,D,N){b&&b.path&&i(E,b);var L=/\*/.test(E.open);C.blockParams=E.blockParams;var I=void 0,w=void 0;if(S){if(L)throw new v.default("Unexpected inverse block on decorator",S);S.chain&&(S.program.body[0].closeStrip=b.strip),w=S.strip,I=S.program}return D&&(D=I,I=C,C=D),{type:L?"DecoratorBlock":"BlockStatement",path:E.path,params:E.params,hash:E.hash,program:C,inverse:I,openStrip:E.strip,inverseStrip:w,closeStrip:b&&b.strip,loc:this.locInfo(N)}}function m(E,C){if(!C&&E.length){var S=E[0].loc,b=E[E.length-1].loc;S&&b&&(C={source:S.source,start:{line:S.start.line,column:S.start.column},end:{line:b.end.line,column:b.end.column}})}return{type:"Program",body:E,strip:{},loc:C}}function c(E,C,S,b){return i(E,S),{type:"PartialBlockStatement",name:E.path,params:E.params,hash:E.hash,program:C,openStrip:E.strip,closeStrip:S&&S.strip,loc:this.locInfo(b)}}var f=d(1).default;a.__esModule=!0,a.SourceLocation=r,a.id=u,a.stripFlags=h,a.stripComment=o,a.preparePath=n,a.prepareMustache=p,a.prepareRawBlock=g,a.prepareBlock=s,a.prepareProgram=m,a.preparePartialBlock=c;var A=d(6),v=f(A)},function(y,a,d){"use strict";function i(){}function r(v,E,C){if(v==null||typeof v!="string"&&v.type!=="Program")throw new s.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 S=C.parse(v,E),b=new C.Compiler().compile(S,E);return new C.JavaScriptCompiler().compile(b,E)}function u(v,E,C){function S(){var N=C.parse(v,E),L=new C.Compiler().compile(N,E),I=new C.JavaScriptCompiler().compile(L,E,void 0,!0);return C.template(I)}function b(N,L){return D||(D=S()),D.call(this,N,L)}if(E===void 0&&(E={}),v==null||typeof v!="string"&&v.type!=="Program")throw new s.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 D=void 0;return b._setup=function(N){return D||(D=S()),D._setup(N)},b._child=function(N,L,I,w){return D||(D=S()),D._child(N,L,I,w)},b}function h(v,E){if(v===E)return!0;if(m.isArray(v)&&m.isArray(E)&&v.length===E.length){for(var C=0;C<v.length;C++)if(!h(v[C],E[C]))return!1;return!0}}function o(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 n=d(34).default,p=d(1).default;a.__esModule=!0,a.Compiler=i,a.precompile=r,a.compile=u;var g=d(6),s=p(g),m=d(5),c=d(45),f=p(c),A=[].slice;i.prototype={compiler:i,equals:function(v){var E=this.opcodes.length;if(v.opcodes.length!==E)return!1;for(var C=0;C<E;C++){var S=this.opcodes[C],b=v.opcodes[C];if(S.opcode!==b.opcode||!h(S.args,b.args))return!1}E=this.children.length;for(var C=0;C<E;C++)if(!this.children[C].equals(v.children[C]))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(n(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,C=E.compile(v,this.options),S=this.guid++;return this.usePartial=this.usePartial||C.usePartial,this.children[S]=C,this.useDepths=this.useDepths||C.useDepths,S},accept:function(v){if(!this[v.type])throw new s.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,C=E.length,S=0;S<C;S++)this.accept(E[S]);return this.options.blockParams.shift(),this.isSimple=C===1,this.blockParams=v.blockParams?v.blockParams.length:0,this},BlockStatement:function(v){o(v);var E=v.program,C=v.inverse;E=E&&this.compileProgram(E),C=C&&this.compileProgram(C);var S=this.classifySexpr(v);S==="helper"?this.helperSexpr(v,E,C):S==="simple"?(this.simpleSexpr(v),this.opcode("pushProgram",E),this.opcode("pushProgram",C),this.opcode("emptyHash"),this.opcode("blockValue",v.path.original)):(this.ambiguousSexpr(v,E,C),this.opcode("pushProgram",E),this.opcode("pushProgram",C),this.opcode("emptyHash"),this.opcode("ambiguousBlockValue")),this.opcode("append")},DecoratorBlock:function(v){var E=v.program&&this.compileProgram(v.program),C=this.setupFullMustacheParams(v,E,void 0),S=v.path;this.useDecorators=!0,this.opcode("registerDecorator",C.length,S.original)},PartialStatement:function(v){this.usePartial=!0;var E=v.program;E&&(E=this.compileProgram(v.program));var C=v.params;if(C.length>1)throw new s.default("Unsupported number of partial arguments: "+C.length,v);C.length||(this.options.explicitPartialContext?this.opcode("pushLiteral","undefined"):C.push({type:"PathExpression",parts:[],depth:0}));var S=v.name.original,b=v.name.type==="SubExpression";b&&this.accept(v.name),this.setupFullMustacheParams(v,E,void 0,!0);var D=v.indent||"";this.options.preventIndent&&D&&(this.opcode("appendContent",D),D=""),this.opcode("invokePartial",b,S,D),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){o(v);var E=this.classifySexpr(v);E==="simple"?this.simpleSexpr(v):E==="helper"?this.helperSexpr(v):this.ambiguousSexpr(v)},ambiguousSexpr:function(v,E,C){var S=v.path,b=S.parts[0],D=E!=null||C!=null;this.opcode("getContext",S.depth),this.opcode("pushProgram",E),this.opcode("pushProgram",C),S.strict=!0,this.accept(S),this.opcode("invokeAmbiguous",b,D)},simpleSexpr:function(v){var E=v.path;E.strict=!0,this.accept(E),this.opcode("resolvePossibleLambda")},helperSexpr:function(v,E,C){var S=this.setupFullMustacheParams(v,E,C),b=v.path,D=b.parts[0];if(this.options.knownHelpers[D])this.opcode("invokeKnownHelper",S.length,D);else{if(this.options.knownHelpersOnly)throw new s.default("You specified knownHelpersOnly, but used the unknown helper "+D,v);b.strict=!0,b.falsy=!0,this.accept(b),this.opcode("invokeHelper",S.length,b.original,f.default.helpers.simpleId(b))}},PathExpression:function(v){this.addDepth(v.depth),this.opcode("getContext",v.depth);var E=v.parts[0],C=f.default.helpers.scopedId(v),S=!v.depth&&!C&&this.blockParamIndex(E);S?this.opcode("lookupBlockParam",S,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,C):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,C=0,S=E.length;for(this.opcode("pushHash");C<S;C++)this.pushParam(E[C].value);for(;C--;)this.opcode("assignToHash",E[C].key);this.opcode("popHash")},opcode:function(v){this.opcodes.push({opcode:v,args:A.call(arguments,1),loc:this.sourceNode[0].loc})},addDepth:function(v){v&&(this.useDepths=!0)},classifySexpr:function(v){var E=f.default.helpers.simpleId(v.path),C=E&&!!this.blockParamIndex(v.path.parts[0]),S=!C&&f.default.helpers.helperExpression(v),b=!C&&(S||E);if(b&&!S){var D=v.path.parts[0],N=this.options;N.knownHelpers[D]?S=!0:N.knownHelpersOnly&&(b=!1)}return S?"helper":b?"ambiguous":"simple"},pushParams:function(v){for(var E=0,C=v.length;E<C;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 C=void 0;if(!v.parts||f.default.helpers.scopedId(v)||v.depth||(C=this.blockParamIndex(v.parts[0])),C){var S=v.parts.slice(1).join(".");this.opcode("pushId","BlockParam",C,S)}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,C,S){var b=v.params;return this.pushParams(b),this.opcode("pushProgram",E),this.opcode("pushProgram",C),v.hash?this.accept(v.hash):this.opcode("emptyHash",S),b},blockParamIndex:function(v){for(var E=0,C=this.options.blockParams.length;E<C;E++){var S=this.options.blockParams[E],b=S&&m.indexOf(S,v);if(S&&b>=0)return[E,b]}}}},function(y,a,d){"use strict";function i(f){this.value=f}function r(){}function u(f,A,v,E){var C=A.popStack(),S=0,b=v.length;for(f&&b--;S<b;S++)C=A.nameLookup(C,v[S],E);return f?[A.aliasable("container.strict"),"(",C,", ",A.quotedString(v[S]),", ",JSON.stringify(A.source.currentLocation)," )"]:C}var h=d(13).default,o=d(1).default;a.__esModule=!0;var n=d(4),p=d(6),g=o(p),s=d(5),m=d(53),c=o(m);r.prototype={nameLookup:function(f,A){return this.internalNameLookup(f,A)},depthedLookup:function(f){return[this.aliasable("container.lookup"),"(depths, ",JSON.stringify(f),")"]},compilerInfo:function(){var f=n.COMPILER_REVISION,A=n.REVISION_CHANGES[f];return[f,A]},appendToBuffer:function(f,A,v){return s.isArray(f)||(f=[f]),f=this.source.wrap(f,A),this.environment.isSimple?["return ",f,";"]:v?["buffer += ",f,";"]:(f.appendToBuffer=!0,f)},initializeBuffer:function(){return this.quotedString("")},internalNameLookup:function(f,A){return this.lookupPropertyFunctionIsUsed=!0,["lookupProperty(",f,",",JSON.stringify(A),")"]},lookupPropertyFunctionIsUsed:!1,compile:function(f,A,v,E){this.environment=f,this.options=A,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(f,A),this.useDepths=this.useDepths||f.useDepths||f.useDecorators||this.options.compat,this.useBlockParams=this.useBlockParams||f.useBlockParams;var C=f.opcodes,S=void 0,b=void 0,D=void 0,N=void 0;for(D=0,N=C.length;D<N;D++)S=C[D],this.source.currentLocation=S.loc,b=b||S.loc,this[S.opcode].apply(this,S.args);if(this.source.currentLocation=b,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 L=this.createFunctionContext(E);if(this.isChild)return L;var I={compiler:this.compilerInfo(),main:L};this.decorators&&(I.main_d=this.decorators,I.useDecorators=!0);var w=this.context,T=w.programs,R=w.decorators;for(D=0,N=T.length;D<N;D++)T[D]&&(I[D]=T[D],R[D]&&(I[D+"_d"]=R[D],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),A.srcName?(I=I.toStringWithSourceMap({file:A.destName}),I.map=I.map&&I.map.toString()):I=I.toString()),I},preamble:function(){this.lastContext=0,this.source=new c.default(this.options.srcName),this.decorators=new c.default(this.options.srcName)},createFunctionContext:function(f){var A=this,v="",E=this.stackVars.concat(this.registers.list);E.length>0&&(v+=", "+E.join(", "));var C=0;h(this.aliases).forEach(function(D){var N=A.aliases[D];N.children&&N.referenceCount>1&&(v+=", alias"+ ++C+"="+D,N.children[0]="alias"+C)}),this.lookupPropertyFunctionIsUsed&&(v+=", "+this.lookupPropertyFunctionVarDeclaration());var S=["container","depth0","helpers","partials","data"];(this.useBlockParams||this.useDepths)&&S.push("blockParams"),this.useDepths&&S.push("depths");var b=this.mergeSource(v);return f?(S.push(b),Function.apply(this,S)):this.source.wrap(["function(",S.join(","),`) {
|
|
`,b,"}"])},mergeSource:function(f){var A=this.environment.isSimple,v=!this.forceBuffer,E=void 0,C=void 0,S=void 0,b=void 0;return this.source.each(function(D){D.appendToBuffer?(S?D.prepend(" + "):S=D,b=D):(S&&(C?S.prepend("buffer += "):E=!0,b.add(";"),S=b=void 0),C=!0,A||(v=!1))}),v?S?(S.prepend("return "),b.add(";")):C||this.source.push('return "";'):(f+=", buffer = "+(E?"":this.initializeBuffer()),S?(S.prepend("return buffer + "),b.add(";")):this.source.push("return buffer;")),f&&this.source.prepend("var "+f.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(f){var A=this.aliasable("container.hooks.blockHelperMissing"),v=[this.contextName(0)];this.setupHelperArgs(f,0,v);var E=this.popStack();v.splice(1,0,E),this.push(this.source.functionCall(A,"call",v))},ambiguousBlockValue:function(){var f=this.aliasable("container.hooks.blockHelperMissing"),A=[this.contextName(0)];this.setupHelperArgs("",0,A,!0),this.flushInline();var v=this.topStack();A.splice(1,0,v),this.pushSource(["if (!",this.lastHelper,") { ",v," = ",this.source.functionCall(f,"call",A),"}"])},appendContent:function(f){this.pendingContent?f=this.pendingContent+f:this.pendingLocation=this.source.currentLocation,this.pendingContent=f},append:function(){if(this.isInline())this.replaceStack(function(A){return[" != null ? ",A,' : ""']}),this.pushSource(this.appendToBuffer(this.popStack()));else{var f=this.popStack();this.pushSource(["if (",f," != null) { ",this.appendToBuffer(f,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(f){this.lastContext=f},pushContext:function(){this.pushStackLiteral(this.contextName(this.lastContext))},lookupOnContext:function(f,A,v,E){var C=0;E||!this.options.compat||this.lastContext?this.pushContext():this.push(this.depthedLookup(f[C++])),this.resolvePath("context",f,C,A,v)},lookupBlockParam:function(f,A){this.useBlockParams=!0,this.push(["blockParams[",f[0],"][",f[1],"]"]),this.resolvePath("context",A,1)},lookupData:function(f,A,v){f?this.pushStackLiteral("container.data(data, "+f+")"):this.pushStackLiteral("data"),this.resolvePath("data",A,0,!0,v)},resolvePath:function(f,A,v,E,C){var S=this;if(this.options.strict||this.options.assumeObjects)return void this.push(u(this.options.strict&&C,this,A,f));for(var b=A.length;v<b;v++)this.replaceStack(function(D){var N=S.nameLookup(D,A[v],f);return E?[" && ",N]:[" != null ? ",N," : ",D]})},resolvePossibleLambda:function(){this.push([this.aliasable("container.lambda"),"(",this.popStack(),", ",this.contextName(0),")"])},pushStringParam:function(f,A){this.pushContext(),this.pushString(A),A!=="SubExpression"&&(typeof f=="string"?this.pushString(f):this.pushStackLiteral(f))},emptyHash:function(f){this.trackIds&&this.push("{}"),this.stringParams&&(this.push("{}"),this.push("{}")),this.pushStackLiteral(f?"undefined":"{}")},pushHash:function(){this.hash&&this.hashes.push(this.hash),this.hash={values:{},types:[],contexts:[],ids:[]}},popHash:function(){var f=this.hash;this.hash=this.hashes.pop(),this.trackIds&&this.push(this.objectLiteral(f.ids)),this.stringParams&&(this.push(this.objectLiteral(f.contexts)),this.push(this.objectLiteral(f.types))),this.push(this.objectLiteral(f.values))},pushString:function(f){this.pushStackLiteral(this.quotedString(f))},pushLiteral:function(f){this.pushStackLiteral(f)},pushProgram:function(f){f!=null?this.pushStackLiteral(this.programExpression(f)):this.pushStackLiteral(null)},registerDecorator:function(f,A){var v=this.nameLookup("decorators",A,"decorator"),E=this.setupHelperArgs(A,f);this.decorators.push(["fn = ",this.decorators.functionCall(v,"",["fn","props","container",E])," || fn;"])},invokeHelper:function(f,A,v){var E=this.popStack(),C=this.setupHelper(f,A),S=[];v&&S.push(C.name),S.push(E),this.options.strict||S.push(this.aliasable("container.hooks.helperMissing"));var b=["(",this.itemsSeparatedBy(S,"||"),")"],D=this.source.functionCall(b,"call",C.callParams);this.push(D)},itemsSeparatedBy:function(f,A){var v=[];v.push(f[0]);for(var E=1;E<f.length;E++)v.push(A,f[E]);return v},invokeKnownHelper:function(f,A){var v=this.setupHelper(f,A);this.push(this.source.functionCall(v.name,"call",v.callParams))},invokeAmbiguous:function(f,A){this.useRegister("helper");var v=this.popStack();this.emptyHash();var E=this.setupHelper(0,f,A),C=this.lastHelper=this.nameLookup("helpers",f,"helper"),S=["(","(helper = ",C," || ",v,")"];this.options.strict||(S[0]="(helper = ",S.push(" != null ? helper : ",this.aliasable("container.hooks.helperMissing"))),this.push(["(",S,E.paramsInit?["),(",E.paramsInit]:[],"),","(typeof helper === ",this.aliasable('"function"')," ? ",this.source.functionCall("helper","call",E.callParams)," : helper))"])},invokePartial:function(f,A,v){var E=[],C=this.setupParams(A,1,E);f&&(A=this.popStack(),delete C.name),v&&(C.indent=JSON.stringify(v)),C.helpers="helpers",C.partials="partials",C.decorators="container.decorators",f?E.unshift(A):E.unshift(this.nameLookup("partials",A,"partial")),this.options.compat&&(C.depths="depths"),C=this.objectLiteral(C),E.push(C),this.push(this.source.functionCall("container.invokePartial","",E))},assignToHash:function(f){var A=this.popStack(),v=void 0,E=void 0,C=void 0;this.trackIds&&(C=this.popStack()),this.stringParams&&(E=this.popStack(),v=this.popStack());var S=this.hash;v&&(S.contexts[f]=v),E&&(S.types[f]=E),C&&(S.ids[f]=C),S.values[f]=A},pushId:function(f,A,v){f==="BlockParam"?this.pushStackLiteral("blockParams["+A[0]+"].path["+A[1]+"]"+(v?" + "+JSON.stringify("."+v):"")):f==="PathExpression"?this.pushString(A):f==="SubExpression"?this.pushStackLiteral("true"):this.pushStackLiteral("null")},compiler:r,compileChildren:function(f,A){for(var v=f.children,E=void 0,C=void 0,S=0,b=v.length;S<b;S++){E=v[S],C=new this.compiler;var D=this.matchExistingProgram(E);if(D==null){this.context.programs.push("");var N=this.context.programs.length;E.index=N,E.name="program"+N,this.context.programs[N]=C.compile(E,A,this.context,!this.precompile),this.context.decorators[N]=C.decorators,this.context.environments[N]=E,this.useDepths=this.useDepths||C.useDepths,this.useBlockParams=this.useBlockParams||C.useBlockParams,E.useDepths=this.useDepths,E.useBlockParams=this.useBlockParams}else E.index=D.index,E.name="program"+D.index,this.useDepths=this.useDepths||D.useDepths,this.useBlockParams=this.useBlockParams||D.useBlockParams}},matchExistingProgram:function(f){for(var A=0,v=this.context.environments.length;A<v;A++){var E=this.context.environments[A];if(E&&E.equals(f))return E}},programExpression:function(f){var A=this.environment.children[f],v=[A.index,"data",A.blockParams];return(this.useBlockParams||this.useDepths)&&v.push("blockParams"),this.useDepths&&v.push("depths"),"container.program("+v.join(", ")+")"},useRegister:function(f){this.registers[f]||(this.registers[f]=!0,this.registers.list.push(f))},push:function(f){return f instanceof i||(f=this.source.wrap(f)),this.inlineStack.push(f),f},pushStackLiteral:function(f){this.push(new i(f))},pushSource:function(f){this.pendingContent&&(this.source.push(this.appendToBuffer(this.source.quotedString(this.pendingContent),this.pendingLocation)),this.pendingContent=void 0),f&&this.source.push(f)},replaceStack:function(f){var A=["("],v=void 0,E=void 0,C=void 0;if(!this.isInline())throw new g.default("replaceStack on non-inline");var S=this.popStack(!0);if(S instanceof i)v=[S.value],A=["(",v],C=!0;else{E=!0;var b=this.incrStack();A=["((",this.push(b)," = ",S,")"],v=this.topStack()}var D=f.call(this,v);C||this.popStack(),E&&this.stackSlot--,this.push(A.concat(D,")"))},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 f=this.inlineStack;this.inlineStack=[];for(var A=0,v=f.length;A<v;A++){var E=f[A];if(E instanceof i)this.compileStack.push(E);else{var C=this.incrStack();this.pushSource([C," = ",E,";"]),this.compileStack.push(C)}}},isInline:function(){return this.inlineStack.length},popStack:function(f){var A=this.isInline(),v=(A?this.inlineStack:this.compileStack).pop();if(!f&&v instanceof i)return v.value;if(!A){if(!this.stackSlot)throw new g.default("Invalid stack pop");this.stackSlot--}return v},topStack:function(){var f=this.isInline()?this.inlineStack:this.compileStack,A=f[f.length-1];return A instanceof i?A.value:A},contextName:function(f){return this.useDepths&&f?"depths["+f+"]":"depth"+f},quotedString:function(f){return this.source.quotedString(f)},objectLiteral:function(f){return this.source.objectLiteral(f)},aliasable:function(f){var A=this.aliases[f];return A?(A.referenceCount++,A):(A=this.aliases[f]=this.source.wrap(f),A.aliasable=!0,A.referenceCount=1,A)},setupHelper:function(f,A,v){var E=[],C=this.setupHelperArgs(A,f,E,v),S=this.nameLookup("helpers",A,"helper"),b=this.aliasable(this.contextName(0)+" != null ? "+this.contextName(0)+" : (container.nullContext || {})");return{params:E,paramsInit:C,name:S,callParams:[b].concat(E)}},setupParams:function(f,A,v){var E={},C=[],S=[],b=[],D=!v,N=void 0;D&&(v=[]),E.name=this.quotedString(f),E.hash=this.popStack(),this.trackIds&&(E.hashIds=this.popStack()),this.stringParams&&(E.hashTypes=this.popStack(),E.hashContexts=this.popStack());var L=this.popStack(),I=this.popStack();(I||L)&&(E.fn=I||"container.noop",E.inverse=L||"container.noop");for(var w=A;w--;)N=this.popStack(),v[w]=N,this.trackIds&&(b[w]=this.popStack()),this.stringParams&&(S[w]=this.popStack(),C[w]=this.popStack());return D&&(E.args=this.source.generateArray(v)),this.trackIds&&(E.ids=this.source.generateArray(b)),this.stringParams&&(E.types=this.source.generateArray(S),E.contexts=this.source.generateArray(C)),this.options.data&&(E.data="data"),this.useBlockParams&&(E.blockParams="blockParams"),E},setupHelperArgs:function(f,A,v,E){var C=this.setupParams(f,A,v);return C.loc=JSON.stringify(this.source.currentLocation),C=this.objectLiteral(C),E?(this.useRegister("options"),v.push("options"),["options=",C]):v?(v.push(C),""):C}},function(){for(var f="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(" "),A=r.RESERVED_WORDS={},v=0,E=f.length;v<E;v++)A[f[v]]=!0}(),r.isValidJavaScriptVariableName=function(f){return!r.RESERVED_WORDS[f]&&/^[a-zA-Z_$][0-9a-zA-Z_$]*$/.test(f)},a.default=r,y.exports=a.default},function(y,a,d){"use strict";function i(n,p,g){if(h.isArray(n)){for(var s=[],m=0,c=n.length;m<c;m++)s.push(p.wrap(n[m],g));return s}return typeof n=="boolean"||typeof n=="number"?n+"":n}function r(n){this.srcFile=n,this.source=[]}var u=d(13).default;a.__esModule=!0;var h=d(5),o=void 0;try{}catch(n){}o||(o=function(n,p,g,s){this.src="",s&&this.add(s)},o.prototype={add:function(n){h.isArray(n)&&(n=n.join("")),this.src+=n},prepend:function(n){h.isArray(n)&&(n=n.join("")),this.src=n+this.src},toStringWithSourceMap:function(){return{code:this.toString()}},toString:function(){return this.src}}),r.prototype={isEmpty:function(){return!this.source.length},prepend:function(n,p){this.source.unshift(this.wrap(n,p))},push:function(n,p){this.source.push(this.wrap(n,p))},merge:function(){var n=this.empty();return this.each(function(p){n.add([" ",p,`
|
|
`])}),n},each:function(n){for(var p=0,g=this.source.length;p<g;p++)n(this.source[p])},empty:function(){var n=this.currentLocation||{start:{}};return new o(n.start.line,n.start.column,this.srcFile)},wrap:function(n){var p=arguments.length<=1||arguments[1]===void 0?this.currentLocation||{start:{}}:arguments[1];return n instanceof o?n:(n=i(n,this,p),new o(p.start.line,p.start.column,this.srcFile,n))},functionCall:function(n,p,g){return g=this.generateList(g),this.wrap([n,p?"."+p+"(":"(",g,")"])},quotedString:function(n){return'"'+(n+"").replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")+'"'},objectLiteral:function(n){var p=this,g=[];u(n).forEach(function(m){var c=i(n[m],p);c!=="undefined"&&g.push([p.quotedString(m),":",c])});var s=this.generateList(g);return s.prepend("{"),s.add("}"),s},generateList:function(n){for(var p=this.empty(),g=0,s=n.length;g<s;g++)g&&p.add(","),p.add(i(n[g],this));return p},generateArray:function(n){var p=this.generateList(n);return p.prepend("["),p.add("]"),p}},a.default=r,y.exports=a.default}])})},5547:(P,y,a)=>{var d,i;d=[a(264),a(5422),a(4995),a(3153),a(2954),a(6880),a(4330),a(7116),a(5535),a(1188),a(1210),a(8433)],i=function(r,u,h,o,n,p,g){"use strict";var s=/%20/g,m=/#.*$/,c=/([?&])_=[^&]*/,f=/^(.*?):[ \t]*([^\r\n]*)$/mg,A=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,v=/^(?:GET|HEAD)$/,E=/^\/\//,C={},S={},b="*/".concat("*"),D=u.createElement("a");D.href=n.href;function N(R){return function(M,U){typeof M!="string"&&(U=M,M="*");var z,k=0,W=M.toLowerCase().match(o)||[];if(h(U))for(;z=W[k++];)z[0]==="+"?(z=z.slice(1)||"*",(R[z]=R[z]||[]).unshift(U)):(R[z]=R[z]||[]).push(U)}}function L(R,M,U,z){var k={},W=R===S;function $(V){var K;return k[V]=!0,r.each(R[V]||[],function(Q,oe){var ce=oe(M,U,z);if(typeof ce=="string"&&!W&&!k[ce])return M.dataTypes.unshift(ce),$(ce),!1;if(W)return!(K=ce)}),K}return $(M.dataTypes[0])||!k["*"]&&$("*")}function I(R,M){var U,z,k=r.ajaxSettings.flatOptions||{};for(U in M)M[U]!==void 0&&((k[U]?R:z||(z={}))[U]=M[U]);return z&&r.extend(!0,R,z),R}function w(R,M,U){for(var z,k,W,$,V=R.contents,K=R.dataTypes;K[0]==="*";)K.shift(),z===void 0&&(z=R.mimeType||M.getResponseHeader("Content-Type"));if(z){for(k in V)if(V[k]&&V[k].test(z)){K.unshift(k);break}}if(K[0]in U)W=K[0];else{for(k in U){if(!K[0]||R.converters[k+" "+K[0]]){W=k;break}$||($=k)}W=W||$}if(W)return W!==K[0]&&K.unshift(W),U[W]}function T(R,M,U,z){var k,W,$,V,K,Q={},oe=R.dataTypes.slice();if(oe[1])for($ in R.converters)Q[$.toLowerCase()]=R.converters[$];for(W=oe.shift();W;)if(R.responseFields[W]&&(U[R.responseFields[W]]=M),!K&&z&&R.dataFilter&&(M=R.dataFilter(M,R.dataType)),K=W,W=oe.shift(),W){if(W==="*")W=K;else if(K!=="*"&&K!==W){if($=Q[K+" "+W]||Q["* "+W],!$){for(k in Q)if(V=k.split(" "),V[1]===W&&($=Q[K+" "+V[0]]||Q["* "+V[0]],$)){$===!0?$=Q[k]:Q[k]!==!0&&(W=V[0],oe.unshift(V[1]));break}}if($!==!0)if($&&R.throws)M=$(M);else try{M=$(M)}catch(ce){return{state:"parsererror",error:$?ce:"No conversion from "+K+" to "+W}}}}return{state:"success",data:M}}return r.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:n.href,type:"GET",isLocal:A.test(n.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":b,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(R,M){return M?I(I(R,r.ajaxSettings),M):I(r.ajaxSettings,R)},ajaxPrefilter:N(C),ajaxTransport:N(S),ajax:function(R,M){typeof R=="object"&&(M=R,R=void 0),M=M||{};var U,z,k,W,$,V,K,Q,oe,ce,J=r.ajaxSetup({},M),ve=J.context||J,Ae=J.context&&(ve.nodeType||ve.jquery)?r(ve):r.event,Pe=r.Deferred(),Qe=r.Callbacks("once memory"),mt=J.statusCode||{},Pt={},bt={},kt="canceled",Le={readyState:0,getResponseHeader:function(Be){var je;if(K){if(!W)for(W={};je=f.exec(k);)W[je[1].toLowerCase()+" "]=(W[je[1].toLowerCase()+" "]||[]).concat(je[2]);je=W[Be.toLowerCase()+" "]}return je==null?null:je.join(", ")},getAllResponseHeaders:function(){return K?k:null},setRequestHeader:function(Be,je){return K==null&&(Be=bt[Be.toLowerCase()]=bt[Be.toLowerCase()]||Be,Pt[Be]=je),this},overrideMimeType:function(Be){return K==null&&(J.mimeType=Be),this},statusCode:function(Be){var je;if(Be)if(K)Le.always(Be[Le.status]);else for(je in Be)mt[je]=[mt[je],Be[je]];return this},abort:function(Be){var je=Be||kt;return U&&U.abort(je),St(0,je),this}};if(Pe.promise(Le),J.url=((R||J.url||n.href)+"").replace(E,n.protocol+"//"),J.type=M.method||M.type||J.method||J.type,J.dataTypes=(J.dataType||"*").toLowerCase().match(o)||[""],J.crossDomain==null){V=u.createElement("a");try{V.href=J.url,V.href=V.href,J.crossDomain=D.protocol+"//"+D.host!=V.protocol+"//"+V.host}catch(Be){J.crossDomain=!0}}if(J.data&&J.processData&&typeof J.data!="string"&&(J.data=r.param(J.data,J.traditional)),L(C,J,M,Le),K)return Le;Q=r.event&&J.global,Q&&r.active++===0&&r.event.trigger("ajaxStart"),J.type=J.type.toUpperCase(),J.hasContent=!v.test(J.type),z=J.url.replace(m,""),J.hasContent?J.data&&J.processData&&(J.contentType||"").indexOf("application/x-www-form-urlencoded")===0&&(J.data=J.data.replace(s,"+")):(ce=J.url.slice(z.length),J.data&&(J.processData||typeof J.data=="string")&&(z+=(g.test(z)?"&":"?")+J.data,delete J.data),J.cache===!1&&(z=z.replace(c,"$1"),ce=(g.test(z)?"&":"?")+"_="+p.guid+++ce),J.url=z+ce),J.ifModified&&(r.lastModified[z]&&Le.setRequestHeader("If-Modified-Since",r.lastModified[z]),r.etag[z]&&Le.setRequestHeader("If-None-Match",r.etag[z])),(J.data&&J.hasContent&&J.contentType!==!1||M.contentType)&&Le.setRequestHeader("Content-Type",J.contentType),Le.setRequestHeader("Accept",J.dataTypes[0]&&J.accepts[J.dataTypes[0]]?J.accepts[J.dataTypes[0]]+(J.dataTypes[0]!=="*"?", "+b+"; q=0.01":""):J.accepts["*"]);for(oe in J.headers)Le.setRequestHeader(oe,J.headers[oe]);if(J.beforeSend&&(J.beforeSend.call(ve,Le,J)===!1||K))return Le.abort();if(kt="abort",Qe.add(J.complete),Le.done(J.success),Le.fail(J.error),U=L(S,J,M,Le),!U)St(-1,"No Transport");else{if(Le.readyState=1,Q&&Ae.trigger("ajaxSend",[Le,J]),K)return Le;J.async&&J.timeout>0&&($=window.setTimeout(function(){Le.abort("timeout")},J.timeout));try{K=!1,U.send(Pt,St)}catch(Be){if(K)throw Be;St(-1,Be)}}function St(Be,je,Jt,gr){var rt,Ie,fe,Ne,be,Z=je;K||(K=!0,$&&window.clearTimeout($),U=void 0,k=gr||"",Le.readyState=Be>0?4:0,rt=Be>=200&&Be<300||Be===304,Jt&&(Ne=w(J,Le,Jt)),!rt&&r.inArray("script",J.dataTypes)>-1&&r.inArray("json",J.dataTypes)<0&&(J.converters["text script"]=function(){}),Ne=T(J,Ne,Le,rt),rt?(J.ifModified&&(be=Le.getResponseHeader("Last-Modified"),be&&(r.lastModified[z]=be),be=Le.getResponseHeader("etag"),be&&(r.etag[z]=be)),Be===204||J.type==="HEAD"?Z="nocontent":Be===304?Z="notmodified":(Z=Ne.state,Ie=Ne.data,fe=Ne.error,rt=!fe)):(fe=Z,(Be||!Z)&&(Z="error",Be<0&&(Be=0))),Le.status=Be,Le.statusText=(je||Z)+"",rt?Pe.resolveWith(ve,[Ie,Z,Le]):Pe.rejectWith(ve,[Le,Z,fe]),Le.statusCode(mt),mt=void 0,Q&&Ae.trigger(rt?"ajaxSuccess":"ajaxError",[Le,J,rt?Ie:fe]),Qe.fireWith(ve,[Le,Z]),Q&&(Ae.trigger("ajaxComplete",[Le,J]),--r.active||r.event.trigger("ajaxStop")))}return Le},getJSON:function(R,M,U){return r.get(R,M,U,"json")},getScript:function(R,M){return r.get(R,void 0,M,"script")}}),r.each(["get","post"],function(R,M){r[M]=function(U,z,k,W){return h(z)&&(W=W||k,k=z,z=void 0),r.ajax(r.extend({url:U,type:M,dataType:W,data:z,success:k},r.isPlainObject(U)&&U))}}),r.ajaxPrefilter(function(R){var M;for(M in R.headers)M.toLowerCase()==="content-type"&&(R.contentType=R.headers[M]||"")}),r}.apply(y,d),i!==void 0&&(P.exports=i)},3004:(P,y,a)=>{var d,i;d=[a(264),a(4995),a(6880),a(4330),a(5547)],i=function(r,u,h,o){"use strict";var n=[],p=/(=)\?(?=&|$)|\?\?/;r.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var g=n.pop()||r.expando+"_"+h.guid++;return this[g]=!0,g}}),r.ajaxPrefilter("json jsonp",function(g,s,m){var c,f,A,v=g.jsonp!==!1&&(p.test(g.url)?"url":typeof g.data=="string"&&(g.contentType||"").indexOf("application/x-www-form-urlencoded")===0&&p.test(g.data)&&"data");if(v||g.dataTypes[0]==="jsonp")return c=g.jsonpCallback=u(g.jsonpCallback)?g.jsonpCallback():g.jsonpCallback,v?g[v]=g[v].replace(p,"$1"+c):g.jsonp!==!1&&(g.url+=(o.test(g.url)?"&":"?")+g.jsonp+"="+c),g.converters["script json"]=function(){return A||r.error(c+" was not called"),A[0]},g.dataTypes[0]="json",f=window[c],window[c]=function(){A=arguments},m.always(function(){f===void 0?r(window).removeProp(c):window[c]=f,g[c]&&(g.jsonpCallback=s.jsonpCallback,n.push(c)),A&&u(f)&&f(A[0]),A=f=void 0}),"script"})}.apply(y,d),i!==void 0&&(P.exports=i)},2926:(P,y,a)=>{var d,i;d=[a(264),a(5242),a(4995),a(2023),a(5547),a(3599),a(9921),a(5704)],i=function(r,u,h){"use strict";r.fn.load=function(o,n,p){var g,s,m,c=this,f=o.indexOf(" ");return f>-1&&(g=u(o.slice(f)),o=o.slice(0,f)),h(n)?(p=n,n=void 0):n&&typeof n=="object"&&(s="POST"),c.length>0&&r.ajax({url:o,type:s||"GET",dataType:"html",data:n}).done(function(A){m=arguments,c.html(g?r("<div>").append(r.parseHTML(A)).find(g):A)}).always(p&&function(A,v){c.each(function(){p.apply(this,m||[A.responseText,v,A])})}),this}}.apply(y,d),i!==void 0&&(P.exports=i)},2377:(P,y,a)=>{var d,i;d=[a(264),a(5422),a(5547)],i=function(r,u){"use strict";r.ajaxPrefilter(function(h){h.crossDomain&&(h.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(h){return r.globalEval(h),h}}}),r.ajaxPrefilter("script",function(h){h.cache===void 0&&(h.cache=!1),h.crossDomain&&(h.type="GET")}),r.ajaxTransport("script",function(h){if(h.crossDomain||h.scriptAttrs){var o,n;return{send:function(p,g){o=r("<script>").attr(h.scriptAttrs||{}).prop({charset:h.scriptCharset,src:h.url}).on("load error",n=function(s){o.remove(),n=null,s&&g(s.type==="error"?404:200,s.type)}),u.head.appendChild(o[0])},abort:function(){n&&n()}}}})}.apply(y,d),i!==void 0&&(P.exports=i)},2954:(P,y,a)=>{var d;d=function(){"use strict";return window.location}.call(y,a,y,P),d!==void 0&&(P.exports=d)},6880:(P,y,a)=>{var d;d=function(){"use strict";return{guid:Date.now()}}.call(y,a,y,P),d!==void 0&&(P.exports=d)},4330:(P,y,a)=>{var d;d=function(){"use strict";return/\?/}.call(y,a,y,P),d!==void 0&&(P.exports=d)},2037:(P,y,a)=>{var d,i;d=[a(264),a(2276),a(5547)],i=function(r,u){"use strict";r.ajaxSettings.xhr=function(){try{return new window.XMLHttpRequest}catch(n){}};var h={0:200,1223:204},o=r.ajaxSettings.xhr();u.cors=!!o&&"withCredentials"in o,u.ajax=o=!!o,r.ajaxTransport(function(n){var p,g;if(u.cors||o&&!n.crossDomain)return{send:function(s,m){var c,f=n.xhr();if(f.open(n.type,n.url,n.async,n.username,n.password),n.xhrFields)for(c in n.xhrFields)f[c]=n.xhrFields[c];n.mimeType&&f.overrideMimeType&&f.overrideMimeType(n.mimeType),!n.crossDomain&&!s["X-Requested-With"]&&(s["X-Requested-With"]="XMLHttpRequest");for(c in s)f.setRequestHeader(c,s[c]);p=function(A){return function(){p&&(p=g=f.onload=f.onerror=f.onabort=f.ontimeout=f.onreadystatechange=null,A==="abort"?f.abort():A==="error"?typeof f.status!="number"?m(0,"error"):m(f.status,f.statusText):m(h[f.status]||f.status,f.statusText,(f.responseType||"text")!=="text"||typeof f.responseText!="string"?{binary:f.response}:{text:f.responseText},f.getAllResponseHeaders()))}},f.onload=p(),g=f.onerror=f.ontimeout=p("error"),f.onabort!==void 0?f.onabort=g:f.onreadystatechange=function(){f.readyState===4&&window.setTimeout(function(){p&&g()})},p=p("abort");try{f.send(n.hasContent&&n.data||null)}catch(A){if(p)throw A}},abort:function(){p&&p()}}})}.apply(y,d),i!==void 0&&(P.exports=i)},2622:(P,y,a)=>{var d,i;d=[a(264),a(2501),a(3291),a(8612),a(173)],i=function(r){"use strict";return r}.apply(y,d),i!==void 0&&(P.exports=i)},2501:(P,y,a)=>{var d,i;d=[a(264),a(9355),a(7473),a(2025),a(3153),a(5704)],i=function(r,u,h,o,n){"use strict";var p,g=r.expr.attrHandle;r.fn.extend({attr:function(s,m){return u(this,r.attr,s,m,arguments.length>1)},removeAttr:function(s){return this.each(function(){r.removeAttr(this,s)})}}),r.extend({attr:function(s,m,c){var f,A,v=s.nodeType;if(!(v===3||v===8||v===2)){if(typeof s.getAttribute=="undefined")return r.prop(s,m,c);if((v!==1||!r.isXMLDoc(s))&&(A=r.attrHooks[m.toLowerCase()]||(r.expr.match.bool.test(m)?p:void 0)),c!==void 0){if(c===null){r.removeAttr(s,m);return}return A&&"set"in A&&(f=A.set(s,c,m))!==void 0?f:(s.setAttribute(m,c+""),c)}return A&&"get"in A&&(f=A.get(s,m))!==null?f:(f=r.find.attr(s,m),f==null?void 0:f)}},attrHooks:{type:{set:function(s,m){if(!o.radioValue&&m==="radio"&&h(s,"input")){var c=s.value;return s.setAttribute("type",m),c&&(s.value=c),m}}}},removeAttr:function(s,m){var c,f=0,A=m&&m.match(n);if(A&&s.nodeType===1)for(;c=A[f++];)s.removeAttribute(c)}}),p={set:function(s,m,c){return m===!1?r.removeAttr(s,c):s.setAttribute(c,c),c}},r.each(r.expr.match.bool.source.match(/\w+/g),function(s,m){var c=g[m]||r.find.attr;g[m]=function(f,A,v){var E,C,S=A.toLowerCase();return v||(C=g[S],g[S]=E,E=c(f,A,v)!=null?S:null,g[S]=C),E}})}.apply(y,d),i!==void 0&&(P.exports=i)},8612:(P,y,a)=>{var d,i;d=[a(264),a(5242),a(4995),a(3153),a(5840),a(7116)],i=function(r,u,h,o,n){"use strict";function p(s){return s.getAttribute&&s.getAttribute("class")||""}function g(s){return Array.isArray(s)?s:typeof s=="string"?s.match(o)||[]:[]}r.fn.extend({addClass:function(s){var m,c,f,A,v,E;return h(s)?this.each(function(C){r(this).addClass(s.call(this,C,p(this)))}):(m=g(s),m.length?this.each(function(){if(f=p(this),c=this.nodeType===1&&" "+u(f)+" ",c){for(v=0;v<m.length;v++)A=m[v],c.indexOf(" "+A+" ")<0&&(c+=A+" ");E=u(c),f!==E&&this.setAttribute("class",E)}}):this)},removeClass:function(s){var m,c,f,A,v,E;return h(s)?this.each(function(C){r(this).removeClass(s.call(this,C,p(this)))}):arguments.length?(m=g(s),m.length?this.each(function(){if(f=p(this),c=this.nodeType===1&&" "+u(f)+" ",c){for(v=0;v<m.length;v++)for(A=m[v];c.indexOf(" "+A+" ")>-1;)c=c.replace(" "+A+" "," ");E=u(c),f!==E&&this.setAttribute("class",E)}}):this):this.attr("class","")},toggleClass:function(s,m){var c,f,A,v,E=typeof s,C=E==="string"||Array.isArray(s);return h(s)?this.each(function(S){r(this).toggleClass(s.call(this,S,p(this),m),m)}):typeof m=="boolean"&&C?m?this.addClass(s):this.removeClass(s):(c=g(s),this.each(function(){if(C)for(v=r(this),A=0;A<c.length;A++)f=c[A],v.hasClass(f)?v.removeClass(f):v.addClass(f);else(s===void 0||E==="boolean")&&(f=p(this),f&&n.set(this,"__className__",f),this.setAttribute&&this.setAttribute("class",f||s===!1?"":n.get(this,"__className__")||""))}))},hasClass:function(s){var m,c,f=0;for(m=" "+s+" ";c=this[f++];)if(c.nodeType===1&&(" "+u(p(c))+" ").indexOf(m)>-1)return!0;return!1}})}.apply(y,d),i!==void 0&&(P.exports=i)},3291:(P,y,a)=>{var d,i;d=[a(264),a(9355),a(2025),a(5704)],i=function(r,u,h){"use strict";var o=/^(?:input|select|textarea|button)$/i,n=/^(?:a|area)$/i;r.fn.extend({prop:function(p,g){return u(this,r.prop,p,g,arguments.length>1)},removeProp:function(p){return this.each(function(){delete this[r.propFix[p]||p]})}}),r.extend({prop:function(p,g,s){var m,c,f=p.nodeType;if(!(f===3||f===8||f===2))return(f!==1||!r.isXMLDoc(p))&&(g=r.propFix[g]||g,c=r.propHooks[g]),s!==void 0?c&&"set"in c&&(m=c.set(p,s,g))!==void 0?m:p[g]=s:c&&"get"in c&&(m=c.get(p,g))!==null?m:p[g]},propHooks:{tabIndex:{get:function(p){var g=r.find.attr(p,"tabindex");return g?parseInt(g,10):o.test(p.nodeName)||n.test(p.nodeName)&&p.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),h.optSelected||(r.propHooks.selected={get:function(p){var g=p.parentNode;return g&&g.parentNode&&g.parentNode.selectedIndex,null},set:function(p){var g=p.parentNode;g&&(g.selectedIndex,g.parentNode&&g.parentNode.selectedIndex)}}),r.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){r.propFix[this.toLowerCase()]=this})}.apply(y,d),i!==void 0&&(P.exports=i)},2025:(P,y,a)=>{var d,i;d=[a(5422),a(2276)],i=function(r,u){"use strict";return function(){var h=r.createElement("input"),o=r.createElement("select"),n=o.appendChild(r.createElement("option"));h.type="checkbox",u.checkOn=h.value!=="",u.optSelected=n.selected,h=r.createElement("input"),h.value="t",h.type="radio",u.radioValue=h.value==="t"}(),u}.apply(y,d),i!==void 0&&(P.exports=i)},173:(P,y,a)=>{var d,i;d=[a(264),a(5242),a(2025),a(7473),a(4995),a(7116)],i=function(r,u,h,o,n){"use strict";var p=/\r/g;r.fn.extend({val:function(g){var s,m,c,f=this[0];return arguments.length?(c=n(g),this.each(function(A){var v;this.nodeType===1&&(c?v=g.call(this,A,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+""})),s=r.valHooks[this.type]||r.valHooks[this.nodeName.toLowerCase()],(!s||!("set"in s)||s.set(this,v,"value")===void 0)&&(this.value=v))})):f?(s=r.valHooks[f.type]||r.valHooks[f.nodeName.toLowerCase()],s&&"get"in s&&(m=s.get(f,"value"))!==void 0?m:(m=f.value,typeof m=="string"?m.replace(p,""):m==null?"":m)):void 0}}),r.extend({valHooks:{option:{get:function(g){var s=r.find.attr(g,"value");return s!=null?s:u(r.text(g))}},select:{get:function(g){var s,m,c,f=g.options,A=g.selectedIndex,v=g.type==="select-one",E=v?null:[],C=v?A+1:f.length;for(A<0?c=C:c=v?A:0;c<C;c++)if(m=f[c],(m.selected||c===A)&&!m.disabled&&(!m.parentNode.disabled||!o(m.parentNode,"optgroup"))){if(s=r(m).val(),v)return s;E.push(s)}return E},set:function(g,s){for(var m,c,f=g.options,A=r.makeArray(s),v=f.length;v--;)c=f[v],(c.selected=r.inArray(r.valHooks.option.get(c),A)>-1)&&(m=!0);return m||(g.selectedIndex=-1),A}}}}),r.each(["radio","checkbox"],function(){r.valHooks[this]={set:function(g,s){if(Array.isArray(s))return g.checked=r.inArray(r(g).val(),s)>-1}},h.checkOn||(r.valHooks[this].get=function(g){return g.getAttribute("value")===null?"on":g.value})})}.apply(y,d),i!==void 0&&(P.exports=i)},2503:(P,y,a)=>{var d,i;d=[a(264),a(6282),a(4995),a(3153)],i=function(r,u,h,o){"use strict";function n(p){var g={};return r.each(p.match(o)||[],function(s,m){g[m]=!0}),g}return r.Callbacks=function(p){p=typeof p=="string"?n(p):r.extend({},p);var g,s,m,c,f=[],A=[],v=-1,E=function(){for(c=c||p.once,m=g=!0;A.length;v=-1)for(s=A.shift();++v<f.length;)f[v].apply(s[0],s[1])===!1&&p.stopOnFalse&&(v=f.length,s=!1);p.memory||(s=!1),g=!1,c&&(s?f=[]:f="")},C={add:function(){return f&&(s&&!g&&(v=f.length-1,A.push(s)),function S(b){r.each(b,function(D,N){h(N)?(!p.unique||!C.has(N))&&f.push(N):N&&N.length&&u(N)!=="string"&&S(N)})}(arguments),s&&!g&&E()),this},remove:function(){return r.each(arguments,function(S,b){for(var D;(D=r.inArray(b,f,D))>-1;)f.splice(D,1),D<=v&&v--}),this},has:function(S){return S?r.inArray(S,f)>-1:f.length>0},empty:function(){return f&&(f=[]),this},disable:function(){return c=A=[],f=s="",this},disabled:function(){return!f},lock:function(){return c=A=[],!s&&!g&&(f=s=""),this},locked:function(){return!!c},fireWith:function(S,b){return c||(b=b||[],b=[S,b.slice?b.slice():b],A.push(b),g||E()),this},fire:function(){return C.fireWith(this,arguments),this},fired:function(){return!!m}};return C},r}.apply(y,d),i!==void 0&&(P.exports=i)},264:(P,y,a)=>{var d,i;d=[a(8081),a(792),a(9916),a(1216),a(5695),a(1221),a(7204),a(1030),a(1878),a(6856),a(6234),a(2276),a(4995),a(5718),a(9342),a(6282)],i=function(r,u,h,o,n,p,g,s,m,c,f,A,v,E,C,S){"use strict";var b="3.7.0",D=/HTML$/i,N=function(I,w){return new N.fn.init(I,w)};N.fn=N.prototype={jquery:b,constructor:N,length:0,toArray:function(){return h.call(this)},get:function(I){return I==null?h.call(this):I<0?this[I+this.length]:this[I]},pushStack:function(I){var w=N.merge(this.constructor(),I);return w.prevObject=this,w},each:function(I){return N.each(this,I)},map:function(I){return this.pushStack(N.map(this,function(w,T){return I.call(w,T,w)}))},slice:function(){return this.pushStack(h.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(N.grep(this,function(I,w){return(w+1)%2}))},odd:function(){return this.pushStack(N.grep(this,function(I,w){return w%2}))},eq:function(I){var w=this.length,T=+I+(I<0?w:0);return this.pushStack(T>=0&&T<w?[this[T]]:[])},end:function(){return this.prevObject||this.constructor()},push:n,sort:r.sort,splice:r.splice},N.extend=N.fn.extend=function(){var I,w,T,R,M,U,z=arguments[0]||{},k=1,W=arguments.length,$=!1;for(typeof z=="boolean"&&($=z,z=arguments[k]||{},k++),typeof z!="object"&&!v(z)&&(z={}),k===W&&(z=this,k--);k<W;k++)if((I=arguments[k])!=null)for(w in I)R=I[w],!(w==="__proto__"||z===R)&&($&&R&&(N.isPlainObject(R)||(M=Array.isArray(R)))?(T=z[w],M&&!Array.isArray(T)?U=[]:!M&&!N.isPlainObject(T)?U={}:U=T,M=!1,z[w]=N.extend($,U,R)):R!==void 0&&(z[w]=R));return z},N.extend({expando:"jQuery"+(b+Math.random()).replace(/\D/g,""),isReady:!0,error:function(I){throw new Error(I)},noop:function(){},isPlainObject:function(I){var w,T;return!I||s.call(I)!=="[object Object]"?!1:(w=u(I),w?(T=m.call(w,"constructor")&&w.constructor,typeof T=="function"&&c.call(T)===f):!0)},isEmptyObject:function(I){var w;for(w in I)return!1;return!0},globalEval:function(I,w,T){C(I,{nonce:w&&w.nonce},T)},each:function(I,w){var T,R=0;if(L(I))for(T=I.length;R<T&&w.call(I[R],R,I[R])!==!1;R++);else for(R in I)if(w.call(I[R],R,I[R])===!1)break;return I},text:function(I){var w,T="",R=0,M=I.nodeType;if(M){if(M===1||M===9||M===11)return I.textContent;if(M===3||M===4)return I.nodeValue}else for(;w=I[R++];)T+=N.text(w);return T},makeArray:function(I,w){var T=w||[];return I!=null&&(L(Object(I))?N.merge(T,typeof I=="string"?[I]:I):n.call(T,I)),T},inArray:function(I,w,T){return w==null?-1:p.call(w,I,T)},isXMLDoc:function(I){var w=I&&I.namespaceURI,T=I&&(I.ownerDocument||I).documentElement;return!D.test(w||T&&T.nodeName||"HTML")},merge:function(I,w){for(var T=+w.length,R=0,M=I.length;R<T;R++)I[M++]=w[R];return I.length=M,I},grep:function(I,w,T){for(var R,M=[],U=0,z=I.length,k=!T;U<z;U++)R=!w(I[U],U),R!==k&&M.push(I[U]);return M},map:function(I,w,T){var R,M,U=0,z=[];if(L(I))for(R=I.length;U<R;U++)M=w(I[U],U,T),M!=null&&z.push(M);else for(U in I)M=w(I[U],U,T),M!=null&&z.push(M);return o(z)},guid:1,support:A}),typeof Symbol=="function"&&(N.fn[Symbol.iterator]=r[Symbol.iterator]),N.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(I,w){g["[object "+w+"]"]=w.toLowerCase()});function L(I){var w=!!I&&"length"in I&&I.length,T=S(I);return v(I)||E(I)?!1:T==="array"||w===0||typeof w=="number"&&w>0&&w-1 in I}return N}.apply(y,d),i!==void 0&&(P.exports=i)},9342:(P,y,a)=>{var d,i;d=[a(5422)],i=function(r){"use strict";var u={type:!0,src:!0,nonce:!0,noModule:!0};function h(o,n,p){p=p||r;var g,s,m=p.createElement("script");if(m.text=o,n)for(g in u)s=n[g]||n.getAttribute&&n.getAttribute(g),s&&m.setAttribute(g,s);p.head.appendChild(m).parentNode.removeChild(m)}return h}.apply(y,d),i!==void 0&&(P.exports=i)},9355:(P,y,a)=>{var d,i;d=[a(264),a(6282),a(4995)],i=function(r,u,h){"use strict";var o=function(n,p,g,s,m,c,f){var A=0,v=n.length,E=g==null;if(u(g)==="object"){m=!0;for(A in g)o(n,p,A,g[A],!0,c,f)}else if(s!==void 0&&(m=!0,h(s)||(f=!0),E&&(f?(p.call(n,s),p=null):(E=p,p=function(C,S,b){return E.call(r(C),b)})),p))for(;A<v;A++)p(n[A],g,f?s:s.call(n[A],A,p(n[A],g)));return m?n:E?p.call(n):v?p(n[0],g):c};return o}.apply(y,d),i!==void 0&&(P.exports=i)},882:(P,y)=>{var a,d;a=[],d=function(){"use strict";var i=/^-ms-/,r=/-([a-z])/g;function u(o,n){return n.toUpperCase()}function h(o){return o.replace(i,"ms-").replace(r,u)}return h}.apply(y,a),d!==void 0&&(P.exports=d)},7116:(P,y,a)=>{var d,i;d=[a(264),a(5422),a(4995),a(8132),a(6563)],i=function(r,u,h,o){"use strict";var n,p=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/,g=r.fn.init=function(s,m,c){var f,A;if(!s)return this;if(c=c||n,typeof s=="string")if(s[0]==="<"&&s[s.length-1]===">"&&s.length>=3?f=[null,s,null]:f=p.exec(s),f&&(f[1]||!m))if(f[1]){if(m=m instanceof r?m[0]:m,r.merge(this,r.parseHTML(f[1],m&&m.nodeType?m.ownerDocument||m:u,!0)),o.test(f[1])&&r.isPlainObject(m))for(f in m)h(this[f])?this[f](m[f]):this.attr(f,m[f]);return this}else return A=u.getElementById(f[2]),A&&(this[0]=A,this.length=1),this;else return!m||m.jquery?(m||c).find(s):this.constructor(m).find(s);else{if(s.nodeType)return this[0]=s,this.length=1,this;if(h(s))return c.ready!==void 0?c.ready(s):s(r)}return r.makeArray(s,this)};return g.prototype=r.fn,n=r(u),g}.apply(y,d),i!==void 0&&(P.exports=i)},7358:(P,y,a)=>{var d,i;d=[a(264),a(7246),a(9302)],i=function(r,u){"use strict";var h=function(n){return r.contains(n.ownerDocument,n)},o={composed:!0};return u.getRootNode&&(h=function(n){return r.contains(n.ownerDocument,n)||n.getRootNode(o)===n.ownerDocument}),h}.apply(y,d),i!==void 0&&(P.exports=i)},7473:(P,y,a)=>{var d;d=function(){"use strict";function i(r,u){return r.nodeName&&r.nodeName.toLowerCase()===u.toLowerCase()}return i}.call(y,a,y,P),d!==void 0&&(P.exports=d)},2023:(P,y,a)=>{var d,i;d=[a(264),a(5422),a(8132),a(9906),a(8896)],i=function(r,u,h,o,n){"use strict";return r.parseHTML=function(p,g,s){if(typeof p!="string")return[];typeof g=="boolean"&&(s=g,g=!1);var m,c,f;return g||(n.createHTMLDocument?(g=u.implementation.createHTMLDocument(""),m=g.createElement("base"),m.href=u.location.href,g.head.appendChild(m)):g=u),c=h.exec(p),f=!s&&[],c?[g.createElement(c[1])]:(c=o([p],g,f),f&&f.length&&r(f).remove(),r.merge([],c.childNodes))},r.parseHTML}.apply(y,d),i!==void 0&&(P.exports=i)},5535:(P,y,a)=>{var d,i;d=[a(264)],i=function(r){"use strict";return r.parseXML=function(u){var h,o;if(!u||typeof u!="string")return null;try{h=new window.DOMParser().parseFromString(u,"text/xml")}catch(n){}return o=h&&h.getElementsByTagName("parsererror")[0],(!h||o)&&r.error("Invalid XML: "+(o?r.map(o.childNodes,function(n){return n.textContent}).join(`
|
|
`):u)),h},r.parseXML}.apply(y,d),i!==void 0&&(P.exports=i)},1038:(P,y,a)=>{var d,i;d=[a(264),a(5422),a(5506),a(1210)],i=function(r,u){"use strict";var h=r.Deferred();r.fn.ready=function(n){return h.then(n).catch(function(p){r.readyException(p)}),this},r.extend({isReady:!1,readyWait:1,ready:function(n){(n===!0?--r.readyWait:r.isReady)||(r.isReady=!0,!(n!==!0&&--r.readyWait>0)&&h.resolveWith(u,[r]))}}),r.ready.then=h.then;function o(){u.removeEventListener("DOMContentLoaded",o),window.removeEventListener("load",o),r.ready()}u.readyState==="complete"||u.readyState!=="loading"&&!u.documentElement.doScroll?window.setTimeout(r.ready):(u.addEventListener("DOMContentLoaded",o),window.addEventListener("load",o))}.apply(y,d),i!==void 0&&(P.exports=i)},5506:(P,y,a)=>{var d,i;d=[a(264)],i=function(r){"use strict";r.readyException=function(u){window.setTimeout(function(){throw u})}}.apply(y,d),i!==void 0&&(P.exports=i)},5242:(P,y,a)=>{var d,i;d=[a(3153)],i=function(r){"use strict";function u(h){var o=h.match(r)||[];return o.join(" ")}return u}.apply(y,d),i!==void 0&&(P.exports=i)},8896:(P,y,a)=>{var d,i;d=[a(5422),a(2276)],i=function(r,u){"use strict";return u.createHTMLDocument=function(){var h=r.implementation.createHTMLDocument("").body;return h.innerHTML="<form></form><form></form>",h.childNodes.length===2}(),u}.apply(y,d),i!==void 0&&(P.exports=i)},6282:(P,y,a)=>{var d,i;d=[a(7204),a(1030)],i=function(r,u){"use strict";function h(o){return o==null?o+"":typeof o=="object"||typeof o=="function"?r[u.call(o)]||"object":typeof o}return h}.apply(y,d),i!==void 0&&(P.exports=i)},8132:(P,y,a)=>{var d;d=function(){"use strict";return/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i}.call(y,a,y,P),d!==void 0&&(P.exports=d)},9456:(P,y,a)=>{var d,i;d=[a(264),a(9355),a(882),a(7473),a(7445),a(3169),a(4517),a(6744),a(8657),a(9868),a(4682),a(4991),a(1153),a(7517),a(4068),a(7116),a(1038),a(5704)],i=function(r,u,h,o,n,p,g,s,m,c,f,A,v,E,C){"use strict";var S=/^(none|table(?!-c[ea]).+)/,b={position:"absolute",visibility:"hidden",display:"block"},D={letterSpacing:"0",fontWeight:"400"};function N(w,T,R){var M=n.exec(T);return M?Math.max(0,M[2]-(R||0))+(M[3]||"px"):T}function L(w,T,R,M,U,z){var k=T==="width"?1:0,W=0,$=0,V=0;if(R===(M?"border":"content"))return 0;for(;k<4;k+=2)R==="margin"&&(V+=r.css(w,R+s[k],!0,U)),M?(R==="content"&&($-=r.css(w,"padding"+s[k],!0,U)),R!=="margin"&&($-=r.css(w,"border"+s[k]+"Width",!0,U))):($+=r.css(w,"padding"+s[k],!0,U),R!=="padding"?$+=r.css(w,"border"+s[k]+"Width",!0,U):W+=r.css(w,"border"+s[k]+"Width",!0,U));return!M&&z>=0&&($+=Math.max(0,Math.ceil(w["offset"+T[0].toUpperCase()+T.slice(1)]-z-$-W-.5))||0),$+V}function I(w,T,R){var M=m(w),U=!E.boxSizingReliable()||R,z=U&&r.css(w,"boxSizing",!1,M)==="border-box",k=z,W=f(w,T,M),$="offset"+T[0].toUpperCase()+T.slice(1);if(p.test(W)){if(!R)return W;W="auto"}return(!E.boxSizingReliable()&&z||!E.reliableTrDimensions()&&o(w,"tr")||W==="auto"||!parseFloat(W)&&r.css(w,"display",!1,M)==="inline")&&w.getClientRects().length&&(z=r.css(w,"boxSizing",!1,M)==="border-box",k=$ in w,k&&(W=w[$])),W=parseFloat(W)||0,W+L(w,T,R||(z?"border":"content"),k,M,W)+"px"}return r.extend({cssHooks:{opacity:{get:function(w,T){if(T){var R=f(w,"opacity");return R===""?"1":R}}}},cssNumber:{animationIterationCount:!0,aspectRatio:!0,borderImageSlice:!0,columnCount:!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,scale:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeMiterlimit:!0,strokeOpacity:!0},cssProps:{},style:function(w,T,R,M){if(!(!w||w.nodeType===3||w.nodeType===8||!w.style)){var U,z,k,W=h(T),$=g.test(T),V=w.style;if($||(T=C(W)),k=r.cssHooks[T]||r.cssHooks[W],R!==void 0){if(z=typeof R,z==="string"&&(U=n.exec(R))&&U[1]&&(R=A(w,T,U),z="number"),R==null||R!==R)return;z==="number"&&!$&&(R+=U&&U[3]||(r.cssNumber[W]?"":"px")),!E.clearCloneStyle&&R===""&&T.indexOf("background")===0&&(V[T]="inherit"),(!k||!("set"in k)||(R=k.set(w,R,M))!==void 0)&&($?V.setProperty(T,R):V[T]=R)}else return k&&"get"in k&&(U=k.get(w,!1,M))!==void 0?U:V[T]}},css:function(w,T,R,M){var U,z,k,W=h(T),$=g.test(T);return $||(T=C(W)),k=r.cssHooks[T]||r.cssHooks[W],k&&"get"in k&&(U=k.get(w,!0,R)),U===void 0&&(U=f(w,T,M)),U==="normal"&&T in D&&(U=D[T]),R===""||R?(z=parseFloat(U),R===!0||isFinite(z)?z||0:U):U}}),r.each(["height","width"],function(w,T){r.cssHooks[T]={get:function(R,M,U){if(M)return S.test(r.css(R,"display"))&&(!R.getClientRects().length||!R.getBoundingClientRect().width)?c(R,b,function(){return I(R,T,U)}):I(R,T,U)},set:function(R,M,U){var z,k=m(R),W=!E.scrollboxSize()&&k.position==="absolute",$=W||U,V=$&&r.css(R,"boxSizing",!1,k)==="border-box",K=U?L(R,T,U,V,k):0;return V&&W&&(K-=Math.ceil(R["offset"+T[0].toUpperCase()+T.slice(1)]-parseFloat(k[T])-L(R,T,"border",!1,k)-.5)),K&&(z=n.exec(M))&&(z[3]||"px")!=="px"&&(R.style[T]=M,M=r.css(R,T)),N(R,M,K)}}}),r.cssHooks.marginLeft=v(E.reliableMarginLeft,function(w,T){if(T)return(parseFloat(f(w,"marginLeft"))||w.getBoundingClientRect().left-c(w,{marginLeft:0},function(){return w.getBoundingClientRect().left}))+"px"}),r.each({margin:"",padding:"",border:"Width"},function(w,T){r.cssHooks[w+T]={expand:function(R){for(var M=0,U={},z=typeof R=="string"?R.split(" "):[R];M<4;M++)U[w+s[M]+T]=z[M]||z[M-2]||z[0];return U}},w!=="margin"&&(r.cssHooks[w+T].set=N)}),r.fn.extend({css:function(w,T){return u(this,function(R,M,U){var z,k,W={},$=0;if(Array.isArray(M)){for(z=m(R),k=M.length;$<k;$++)W[M[$]]=r.css(R,M[$],!1,z);return W}return U!==void 0?r.style(R,M,U):r.css(R,M)},w,T,arguments.length>1)}}),r}.apply(y,d),i!==void 0&&(P.exports=i)},1153:(P,y,a)=>{var d;d=function(){"use strict";function i(r,u){return{get:function(){if(r()){delete this.get;return}return(this.get=u).apply(this,arguments)}}}return i}.call(y,a,y,P),d!==void 0&&(P.exports=d)},4991:(P,y,a)=>{var d,i;d=[a(264),a(7445)],i=function(r,u){"use strict";function h(o,n,p,g){var s,m,c=20,f=g?function(){return g.cur()}:function(){return r.css(o,n,"")},A=f(),v=p&&p[3]||(r.cssNumber[n]?"":"px"),E=o.nodeType&&(r.cssNumber[n]||v!=="px"&&+A)&&u.exec(r.css(o,n));if(E&&E[3]!==v){for(A=A/2,v=v||E[3],E=+A||1;c--;)r.style(o,n,E+v),(1-m)*(1-(m=f()/A||.5))<=0&&(c=0),E=E/m;E=E*2,r.style(o,n,E+v),p=p||[]}return p&&(E=+E||+A||0,s=p[1]?E+(p[1]+1)*p[2]:+p[2],g&&(g.unit=v,g.start=E,g.end=s)),s}return h}.apply(y,d),i!==void 0&&(P.exports=i)},4682:(P,y,a)=>{var d,i;d=[a(264),a(7358),a(3529),a(3169),a(8657),a(4517),a(9509),a(7517)],i=function(r,u,h,o,n,p,g,s){"use strict";function m(c,f,A){var v,E,C,S,b=p.test(f),D=c.style;return A=A||n(c),A&&(S=A.getPropertyValue(f)||A[f],b&&S&&(S=S.replace(g,"$1")||void 0),S===""&&!u(c)&&(S=r.style(c,f)),!s.pixelBoxStyles()&&o.test(S)&&h.test(f)&&(v=D.width,E=D.minWidth,C=D.maxWidth,D.minWidth=D.maxWidth=D.width=S,S=A.width,D.width=v,D.minWidth=E,D.maxWidth=C)),S!==void 0?S+"":S}return m}.apply(y,d),i!==void 0&&(P.exports=i)},4068:(P,y,a)=>{var d,i;d=[a(5422),a(264)],i=function(r,u){"use strict";var h=["Webkit","Moz","ms"],o=r.createElement("div").style,n={};function p(s){for(var m=s[0].toUpperCase()+s.slice(1),c=h.length;c--;)if(s=h[c]+m,s in o)return s}function g(s){var m=u.cssProps[s]||n[s];return m||(s in o?s:n[s]=p(s)||s)}return g}.apply(y,d),i!==void 0&&(P.exports=i)},1722:(P,y,a)=>{var d,i;d=[a(264),a(5704)],i=function(r){"use strict";r.expr.pseudos.hidden=function(u){return!r.expr.pseudos.visible(u)},r.expr.pseudos.visible=function(u){return!!(u.offsetWidth||u.offsetHeight||u.getClientRects().length)}}.apply(y,d),i!==void 0&&(P.exports=i)},2524:(P,y,a)=>{var d,i;d=[a(264),a(5840),a(7774)],i=function(r,u,h){"use strict";var o={};function n(g){var s,m=g.ownerDocument,c=g.nodeName,f=o[c];return f||(s=m.body.appendChild(m.createElement(c)),f=r.css(s,"display"),s.parentNode.removeChild(s),f==="none"&&(f="block"),o[c]=f,f)}function p(g,s){for(var m,c,f=[],A=0,v=g.length;A<v;A++)c=g[A],c.style&&(m=c.style.display,s?(m==="none"&&(f[A]=u.get(c,"display")||null,f[A]||(c.style.display="")),c.style.display===""&&h(c)&&(f[A]=n(c))):m!=="none"&&(f[A]="none",u.set(c,"display",m)));for(A=0;A<v;A++)f[A]!=null&&(g[A].style.display=f[A]);return g}return r.fn.extend({show:function(){return p(this,!0)},hide:function(){return p(this)},toggle:function(g){return typeof g=="boolean"?g?this.show():this.hide():this.each(function(){h(this)?r(this).show():r(this).hide()})}}),p}.apply(y,d),i!==void 0&&(P.exports=i)},7517:(P,y,a)=>{var d,i;d=[a(264),a(5422),a(7246),a(2276)],i=function(r,u,h,o){"use strict";return function(){function n(){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%",h.appendChild(v).appendChild(E);var C=window.getComputedStyle(E);g=C.top!=="1%",A=p(C.marginLeft)===12,E.style.right="60%",c=p(C.right)===36,s=p(C.width)===36,E.style.position="absolute",m=p(E.offsetWidth/3)===12,h.removeChild(v),E=null}}function p(C){return Math.round(parseFloat(C))}var g,s,m,c,f,A,v=u.createElement("div"),E=u.createElement("div");E.style&&(E.style.backgroundClip="content-box",E.cloneNode(!0).style.backgroundClip="",o.clearCloneStyle=E.style.backgroundClip==="content-box",r.extend(o,{boxSizingReliable:function(){return n(),s},pixelBoxStyles:function(){return n(),c},pixelPosition:function(){return n(),g},reliableMarginLeft:function(){return n(),A},scrollboxSize:function(){return n(),m},reliableTrDimensions:function(){var C,S,b,D;return f==null&&(C=u.createElement("table"),S=u.createElement("tr"),b=u.createElement("div"),C.style.cssText="position:absolute;left:-11111px;border-collapse:separate",S.style.cssText="border:1px solid",S.style.height="1px",b.style.height="9px",b.style.display="block",h.appendChild(C).appendChild(S).appendChild(b),D=window.getComputedStyle(S),f=parseInt(D.height,10)+parseInt(D.borderTopWidth,10)+parseInt(D.borderBottomWidth,10)===S.offsetHeight,h.removeChild(C)),f}}))}(),o}.apply(y,d),i!==void 0&&(P.exports=i)},6744:(P,y,a)=>{var d;d=function(){"use strict";return["Top","Right","Bottom","Left"]}.call(y,a,y,P),d!==void 0&&(P.exports=d)},8657:(P,y,a)=>{var d;d=function(){"use strict";return function(i){var r=i.ownerDocument.defaultView;return(!r||!r.opener)&&(r=window),r.getComputedStyle(i)}}.call(y,a,y,P),d!==void 0&&(P.exports=d)},7774:(P,y,a)=>{var d,i;d=[a(264),a(7358)],i=function(r,u){"use strict";return function(h,o){return h=o||h,h.style.display==="none"||h.style.display===""&&u(h)&&r.css(h,"display")==="none"}}.apply(y,d),i!==void 0&&(P.exports=i)},3529:(P,y,a)=>{var d,i;d=[a(6744)],i=function(r){"use strict";return new RegExp(r.join("|"),"i")}.apply(y,d),i!==void 0&&(P.exports=i)},4517:(P,y,a)=>{var d;d=function(){"use strict";return/^--/}.call(y,a,y,P),d!==void 0&&(P.exports=d)},3169:(P,y,a)=>{var d,i;d=[a(2228)],i=function(r){"use strict";return new RegExp("^("+r+")(?!px)[a-z%]+$","i")}.apply(y,d),i!==void 0&&(P.exports=i)},9868:(P,y,a)=>{var d;d=function(){"use strict";return function(i,r,u){var h,o,n={};for(o in r)n[o]=i.style[o],i.style[o]=r[o];h=u.call(i);for(o in r)i.style[o]=n[o];return h}}.call(y,a,y,P),d!==void 0&&(P.exports=d)},5255:(P,y,a)=>{var d,i;d=[a(264),a(9355),a(882),a(5840),a(6379)],i=function(r,u,h,o,n){"use strict";var p=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,g=/[A-Z]/g;function s(c){return c==="true"?!0:c==="false"?!1:c==="null"?null:c===+c+""?+c:p.test(c)?JSON.parse(c):c}function m(c,f,A){var v;if(A===void 0&&c.nodeType===1)if(v="data-"+f.replace(g,"-$&").toLowerCase(),A=c.getAttribute(v),typeof A=="string"){try{A=s(A)}catch(E){}n.set(c,f,A)}else A=void 0;return A}return r.extend({hasData:function(c){return n.hasData(c)||o.hasData(c)},data:function(c,f,A){return n.access(c,f,A)},removeData:function(c,f){n.remove(c,f)},_data:function(c,f,A){return o.access(c,f,A)},_removeData:function(c,f){o.remove(c,f)}}),r.fn.extend({data:function(c,f){var A,v,E,C=this[0],S=C&&C.attributes;if(c===void 0){if(this.length&&(E=n.get(C),C.nodeType===1&&!o.get(C,"hasDataAttrs"))){for(A=S.length;A--;)S[A]&&(v=S[A].name,v.indexOf("data-")===0&&(v=h(v.slice(5)),m(C,v,E[v])));o.set(C,"hasDataAttrs",!0)}return E}return typeof c=="object"?this.each(function(){n.set(this,c)}):u(this,function(b){var D;if(C&&b===void 0)return D=n.get(C,c),D!==void 0||(D=m(C,c),D!==void 0)?D:void 0;this.each(function(){n.set(this,c,b)})},null,f,arguments.length>1,null,!0)},removeData:function(c){return this.each(function(){n.remove(this,c)})}}),r}.apply(y,d),i!==void 0&&(P.exports=i)},3968:(P,y,a)=>{var d,i;d=[a(264),a(882),a(3153),a(490)],i=function(r,u,h,o){"use strict";function n(){this.expando=r.expando+n.uid++}return n.uid=1,n.prototype={cache:function(p){var g=p[this.expando];return g||(g={},o(p)&&(p.nodeType?p[this.expando]=g:Object.defineProperty(p,this.expando,{value:g,configurable:!0}))),g},set:function(p,g,s){var m,c=this.cache(p);if(typeof g=="string")c[u(g)]=s;else for(m in g)c[u(m)]=g[m];return c},get:function(p,g){return g===void 0?this.cache(p):p[this.expando]&&p[this.expando][u(g)]},access:function(p,g,s){return g===void 0||g&&typeof g=="string"&&s===void 0?this.get(p,g):(this.set(p,g,s),s!==void 0?s:g)},remove:function(p,g){var s,m=p[this.expando];if(m!==void 0){if(g!==void 0)for(Array.isArray(g)?g=g.map(u):(g=u(g),g=g in m?[g]:g.match(h)||[]),s=g.length;s--;)delete m[g[s]];(g===void 0||r.isEmptyObject(m))&&(p.nodeType?p[this.expando]=void 0:delete p[this.expando])}},hasData:function(p){var g=p[this.expando];return g!==void 0&&!r.isEmptyObject(g)}},n}.apply(y,d),i!==void 0&&(P.exports=i)},490:(P,y,a)=>{var d;d=function(){"use strict";return function(i){return i.nodeType===1||i.nodeType===9||!+i.nodeType}}.call(y,a,y,P),d!==void 0&&(P.exports=d)},5840:(P,y,a)=>{var d,i;d=[a(3968)],i=function(r){"use strict";return new r}.apply(y,d),i!==void 0&&(P.exports=i)},6379:(P,y,a)=>{var d,i;d=[a(3968)],i=function(r){"use strict";return new r}.apply(y,d),i!==void 0&&(P.exports=i)},1210:(P,y,a)=>{var d,i;d=[a(264),a(4995),a(9916),a(2503)],i=function(r,u,h){"use strict";function o(g){return g}function n(g){throw g}function p(g,s,m,c){var f;try{g&&u(f=g.promise)?f.call(g).done(s).fail(m):g&&u(f=g.then)?f.call(g,s,m):s.apply(void 0,[g].slice(c))}catch(A){m.apply(void 0,[A])}}return r.extend({Deferred:function(g){var s=[["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",c={state:function(){return m},always:function(){return f.done(arguments).fail(arguments),this},catch:function(A){return c.then(null,A)},pipe:function(){var A=arguments;return r.Deferred(function(v){r.each(s,function(E,C){var S=u(A[C[4]])&&A[C[4]];f[C[1]](function(){var b=S&&S.apply(this,arguments);b&&u(b.promise)?b.promise().progress(v.notify).done(v.resolve).fail(v.reject):v[C[0]+"With"](this,S?[b]:arguments)})}),A=null}).promise()},then:function(A,v,E){var C=0;function S(b,D,N,L){return function(){var I=this,w=arguments,T=function(){var M,U;if(!(b<C)){if(M=N.apply(I,w),M===D.promise())throw new TypeError("Thenable self-resolution");U=M&&(typeof M=="object"||typeof M=="function")&&M.then,u(U)?L?U.call(M,S(C,D,o,L),S(C,D,n,L)):(C++,U.call(M,S(C,D,o,L),S(C,D,n,L),S(C,D,o,D.notifyWith))):(N!==o&&(I=void 0,w=[M]),(L||D.resolveWith)(I,w))}},R=L?T:function(){try{T()}catch(M){r.Deferred.exceptionHook&&r.Deferred.exceptionHook(M,R.error),b+1>=C&&(N!==n&&(I=void 0,w=[M]),D.rejectWith(I,w))}};b?R():(r.Deferred.getErrorHook?R.error=r.Deferred.getErrorHook():r.Deferred.getStackHook&&(R.error=r.Deferred.getStackHook()),window.setTimeout(R))}}return r.Deferred(function(b){s[0][3].add(S(0,b,u(E)?E:o,b.notifyWith)),s[1][3].add(S(0,b,u(A)?A:o)),s[2][3].add(S(0,b,u(v)?v:n))}).promise()},promise:function(A){return A!=null?r.extend(A,c):c}},f={};return r.each(s,function(A,v){var E=v[2],C=v[5];c[v[1]]=E.add,C&&E.add(function(){m=C},s[3-A][2].disable,s[3-A][3].disable,s[0][2].lock,s[0][3].lock),E.add(v[3].fire),f[v[0]]=function(){return f[v[0]+"With"](this===f?void 0:this,arguments),this},f[v[0]+"With"]=E.fireWith}),c.promise(f),g&&g.call(f,f),f},when:function(g){var s=arguments.length,m=s,c=Array(m),f=h.call(arguments),A=r.Deferred(),v=function(E){return function(C){c[E]=this,f[E]=arguments.length>1?h.call(arguments):C,--s||A.resolveWith(c,f)}};if(s<=1&&(p(g,A.done(v(m)).resolve,A.reject,!s),A.state()==="pending"||u(f[m]&&f[m].then)))return A.then();for(;m--;)p(f[m],v(m),A.reject);return A.promise()}}),r}.apply(y,d),i!==void 0&&(P.exports=i)},7781:(P,y,a)=>{var d,i;d=[a(264),a(1210)],i=function(r){"use strict";var u=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;r.Deferred.exceptionHook=function(h,o){window.console&&window.console.warn&&h&&u.test(h.name)&&window.console.warn("jQuery.Deferred exception: "+h.message,h.stack,o)}}.apply(y,d),i!==void 0&&(P.exports=i)},7018:(P,y,a)=>{var d,i;d=[a(264),a(7473),a(882),a(6282),a(4995),a(5718),a(9916),a(7361),a(1528)],i=function(r,u,h,o,n,p,g){"use strict";var s=/^[\s\uFEFF\xA0]+|([^\s\uFEFF\xA0])[\s\uFEFF\xA0]+$/g;r.proxy=function(m,c){var f,A,v;if(typeof c=="string"&&(f=m[c],c=m,m=f),!!n(m))return A=g.call(arguments,2),v=function(){return m.apply(c||this,A.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=u,r.isFunction=n,r.isWindow=p,r.camelCase=h,r.type=o,r.now=Date.now,r.isNumeric=function(m){var c=r.type(m);return(c==="number"||c==="string")&&!isNaN(m-parseFloat(m))},r.trim=function(m){return m==null?"":(m+"").replace(s,"$1")}}.apply(y,d),i!==void 0&&(P.exports=i)},7361:(P,y,a)=>{var d,i;d=[a(264),a(5547),a(5156)],i=function(r){"use strict";r.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(u,h){r.fn[h]=function(o){return this.on(h,o)}})}.apply(y,d),i!==void 0&&(P.exports=i)},1528:(P,y,a)=>{var d,i;d=[a(264),a(5156),a(1188)],i=function(r){"use strict";r.fn.extend({bind:function(u,h,o){return this.on(u,null,h,o)},unbind:function(u,h){return this.off(u,null,h)},delegate:function(u,h,o,n){return this.on(h,u,o,n)},undelegate:function(u,h,o){return arguments.length===1?this.off(u,"**"):this.off(h,u||"**",o)},hover:function(u,h){return this.mouseenter(u).mouseleave(h||u)}}),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(u,h){r.fn[h]=function(o,n){return arguments.length>0?this.on(h,null,o,n):this.trigger(h)}})}.apply(y,d),i!==void 0&&(P.exports=i)},9922:(P,y,a)=>{var d,i;d=[a(264),a(9355),a(5718),a(9456)],i=function(r,u,h){"use strict";return r.each({Height:"height",Width:"width"},function(o,n){r.each({padding:"inner"+o,content:n,"":"outer"+o},function(p,g){r.fn[g]=function(s,m){var c=arguments.length&&(p||typeof s!="boolean"),f=p||(s===!0||m===!0?"margin":"border");return u(this,function(A,v,E){var C;return h(A)?g.indexOf("outer")===0?A["inner"+o]:A.document.documentElement["client"+o]:A.nodeType===9?(C=A.documentElement,Math.max(A.body["scroll"+o],C["scroll"+o],A.body["offset"+o],C["offset"+o],C["client"+o])):E===void 0?r.css(A,v,f):r.style(A,v,E,f)},n,c?s:void 0,c)}})}),r}.apply(y,d),i!==void 0&&(P.exports=i)},7309:(P,y,a)=>{var d,i;d=[a(264),a(882),a(5422),a(4995),a(7445),a(3153),a(6744),a(7774),a(4991),a(5840),a(2524),a(7116),a(1090),a(1210),a(3599),a(9921),a(9456),a(9048)],i=function(r,u,h,o,n,p,g,s,m,c,f){"use strict";var A,v,E=/^(?:toggle|show|hide)$/,C=/queueHooks$/;function S(){v&&(h.hidden===!1&&window.requestAnimationFrame?window.requestAnimationFrame(S):window.setTimeout(S,r.fx.interval),r.fx.tick())}function b(){return window.setTimeout(function(){A=void 0}),A=Date.now()}function D(T,R){var M,U=0,z={height:T};for(R=R?1:0;U<4;U+=2-R)M=g[U],z["margin"+M]=z["padding"+M]=T;return R&&(z.opacity=z.width=T),z}function N(T,R,M){for(var U,z=(w.tweeners[R]||[]).concat(w.tweeners["*"]),k=0,W=z.length;k<W;k++)if(U=z[k].call(M,R,T))return U}function L(T,R,M){var U,z,k,W,$,V,K,Q,oe="width"in R||"height"in R,ce=this,J={},ve=T.style,Ae=T.nodeType&&s(T),Pe=c.get(T,"fxshow");M.queue||(W=r._queueHooks(T,"fx"),W.unqueued==null&&(W.unqueued=0,$=W.empty.fire,W.empty.fire=function(){W.unqueued||$()}),W.unqueued++,ce.always(function(){ce.always(function(){W.unqueued--,r.queue(T,"fx").length||W.empty.fire()})}));for(U in R)if(z=R[U],E.test(z)){if(delete R[U],k=k||z==="toggle",z===(Ae?"hide":"show"))if(z==="show"&&Pe&&Pe[U]!==void 0)Ae=!0;else continue;J[U]=Pe&&Pe[U]||r.style(T,U)}if(V=!r.isEmptyObject(R),!(!V&&r.isEmptyObject(J))){oe&&T.nodeType===1&&(M.overflow=[ve.overflow,ve.overflowX,ve.overflowY],K=Pe&&Pe.display,K==null&&(K=c.get(T,"display")),Q=r.css(T,"display"),Q==="none"&&(K?Q=K:(f([T],!0),K=T.style.display||K,Q=r.css(T,"display"),f([T]))),(Q==="inline"||Q==="inline-block"&&K!=null)&&r.css(T,"float")==="none"&&(V||(ce.done(function(){ve.display=K}),K==null&&(Q=ve.display,K=Q==="none"?"":Q)),ve.display="inline-block")),M.overflow&&(ve.overflow="hidden",ce.always(function(){ve.overflow=M.overflow[0],ve.overflowX=M.overflow[1],ve.overflowY=M.overflow[2]})),V=!1;for(U in J)V||(Pe?"hidden"in Pe&&(Ae=Pe.hidden):Pe=c.access(T,"fxshow",{display:K}),k&&(Pe.hidden=!Ae),Ae&&f([T],!0),ce.done(function(){Ae||f([T]),c.remove(T,"fxshow");for(U in J)r.style(T,U,J[U])})),V=N(Ae?Pe[U]:0,U,ce),U in Pe||(Pe[U]=V.start,Ae&&(V.end=V.start,V.start=0))}}function I(T,R){var M,U,z,k,W;for(M in T)if(U=u(M),z=R[U],k=T[M],Array.isArray(k)&&(z=k[1],k=T[M]=k[0]),M!==U&&(T[U]=k,delete T[M]),W=r.cssHooks[U],W&&"expand"in W){k=W.expand(k),delete T[U];for(M in k)M in T||(T[M]=k[M],R[M]=z)}else R[U]=z}function w(T,R,M){var U,z,k=0,W=w.prefilters.length,$=r.Deferred().always(function(){delete V.elem}),V=function(){if(z)return!1;for(var oe=A||b(),ce=Math.max(0,K.startTime+K.duration-oe),J=ce/K.duration||0,ve=1-J,Ae=0,Pe=K.tweens.length;Ae<Pe;Ae++)K.tweens[Ae].run(ve);return $.notifyWith(T,[K,ve,ce]),ve<1&&Pe?ce:(Pe||$.notifyWith(T,[K,1,0]),$.resolveWith(T,[K]),!1)},K=$.promise({elem:T,props:r.extend({},R),opts:r.extend(!0,{specialEasing:{},easing:r.easing._default},M),originalProperties:R,originalOptions:M,startTime:A||b(),duration:M.duration,tweens:[],createTween:function(oe,ce){var J=r.Tween(T,K.opts,oe,ce,K.opts.specialEasing[oe]||K.opts.easing);return K.tweens.push(J),J},stop:function(oe){var ce=0,J=oe?K.tweens.length:0;if(z)return this;for(z=!0;ce<J;ce++)K.tweens[ce].run(1);return oe?($.notifyWith(T,[K,1,0]),$.resolveWith(T,[K,oe])):$.rejectWith(T,[K,oe]),this}}),Q=K.props;for(I(Q,K.opts.specialEasing);k<W;k++)if(U=w.prefilters[k].call(K,T,Q,K.opts),U)return o(U.stop)&&(r._queueHooks(K.elem,K.opts.queue).stop=U.stop.bind(U)),U;return r.map(Q,N,K),o(K.opts.start)&&K.opts.start.call(T,K),K.progress(K.opts.progress).done(K.opts.done,K.opts.complete).fail(K.opts.fail).always(K.opts.always),r.fx.timer(r.extend(V,{elem:T,anim:K,queue:K.opts.queue})),K}return r.Animation=r.extend(w,{tweeners:{"*":[function(T,R){var M=this.createTween(T,R);return m(M.elem,T,n.exec(R),M),M}]},tweener:function(T,R){o(T)?(R=T,T=["*"]):T=T.match(p);for(var M,U=0,z=T.length;U<z;U++)M=T[U],w.tweeners[M]=w.tweeners[M]||[],w.tweeners[M].unshift(R)},prefilters:[L],prefilter:function(T,R){R?w.prefilters.unshift(T):w.prefilters.push(T)}}),r.speed=function(T,R,M){var U=T&&typeof T=="object"?r.extend({},T):{complete:M||!M&&R||o(T)&&T,duration:T,easing:M&&R||R&&!o(R)&&R};return r.fx.off?U.duration=0:typeof U.duration!="number"&&(U.duration in r.fx.speeds?U.duration=r.fx.speeds[U.duration]:U.duration=r.fx.speeds._default),(U.queue==null||U.queue===!0)&&(U.queue="fx"),U.old=U.complete,U.complete=function(){o(U.old)&&U.old.call(this),U.queue&&r.dequeue(this,U.queue)},U},r.fn.extend({fadeTo:function(T,R,M,U){return this.filter(s).css("opacity",0).show().end().animate({opacity:R},T,M,U)},animate:function(T,R,M,U){var z=r.isEmptyObject(T),k=r.speed(R,M,U),W=function(){var $=w(this,r.extend({},T),k);(z||c.get(this,"finish"))&&$.stop(!0)};return W.finish=W,z||k.queue===!1?this.each(W):this.queue(k.queue,W)},stop:function(T,R,M){var U=function(z){var k=z.stop;delete z.stop,k(M)};return typeof T!="string"&&(M=R,R=T,T=void 0),R&&this.queue(T||"fx",[]),this.each(function(){var z=!0,k=T!=null&&T+"queueHooks",W=r.timers,$=c.get(this);if(k)$[k]&&$[k].stop&&U($[k]);else for(k in $)$[k]&&$[k].stop&&C.test(k)&&U($[k]);for(k=W.length;k--;)W[k].elem===this&&(T==null||W[k].queue===T)&&(W[k].anim.stop(M),z=!1,W.splice(k,1));(z||!M)&&r.dequeue(this,T)})},finish:function(T){return T!==!1&&(T=T||"fx"),this.each(function(){var R,M=c.get(this),U=M[T+"queue"],z=M[T+"queueHooks"],k=r.timers,W=U?U.length:0;for(M.finish=!0,r.queue(this,T,[]),z&&z.stop&&z.stop.call(this,!0),R=k.length;R--;)k[R].elem===this&&k[R].queue===T&&(k[R].anim.stop(!0),k.splice(R,1));for(R=0;R<W;R++)U[R]&&U[R].finish&&U[R].finish.call(this);delete M.finish})}}),r.each(["toggle","show","hide"],function(T,R){var M=r.fn[R];r.fn[R]=function(U,z,k){return U==null||typeof U=="boolean"?M.apply(this,arguments):this.animate(D(R,!0),U,z,k)}}),r.each({slideDown:D("show"),slideUp:D("hide"),slideToggle:D("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(T,R){r.fn[T]=function(M,U,z){return this.animate(R,M,U,z)}}),r.timers=[],r.fx.tick=function(){var T,R=0,M=r.timers;for(A=Date.now();R<M.length;R++)T=M[R],!T()&&M[R]===T&&M.splice(R--,1);M.length||r.fx.stop(),A=void 0},r.fx.timer=function(T){r.timers.push(T),r.fx.start()},r.fx.interval=13,r.fx.start=function(){v||(v=!0,S())},r.fx.stop=function(){v=null},r.fx.speeds={slow:600,fast:200,_default:400},r}.apply(y,d),i!==void 0&&(P.exports=i)},9048:(P,y,a)=>{var d,i;d=[a(264),a(4068),a(9456)],i=function(r,u){"use strict";function h(o,n,p,g,s){return new h.prototype.init(o,n,p,g,s)}r.Tween=h,h.prototype={constructor:h,init:function(o,n,p,g,s,m){this.elem=o,this.prop=p,this.easing=s||r.easing._default,this.options=n,this.start=this.now=this.cur(),this.end=g,this.unit=m||(r.cssNumber[p]?"":"px")},cur:function(){var o=h.propHooks[this.prop];return o&&o.get?o.get(this):h.propHooks._default.get(this)},run:function(o){var n,p=h.propHooks[this.prop];return this.options.duration?this.pos=n=r.easing[this.easing](o,this.options.duration*o,0,1,this.options.duration):this.pos=n=o,this.now=(this.end-this.start)*n+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),p&&p.set?p.set(this):h.propHooks._default.set(this),this}},h.prototype.init.prototype=h.prototype,h.propHooks={_default:{get:function(o){var n;return o.elem.nodeType!==1||o.elem[o.prop]!=null&&o.elem.style[o.prop]==null?o.elem[o.prop]:(n=r.css(o.elem,o.prop,""),!n||n==="auto"?0:n)},set:function(o){r.fx.step[o.prop]?r.fx.step[o.prop](o):o.elem.nodeType===1&&(r.cssHooks[o.prop]||o.elem.style[u(o.prop)]!=null)?r.style(o.elem,o.prop,o.now+o.unit):o.elem[o.prop]=o.now}}},h.propHooks.scrollTop=h.propHooks.scrollLeft={set:function(o){o.elem.nodeType&&o.elem.parentNode&&(o.elem[o.prop]=o.now)}},r.easing={linear:function(o){return o},swing:function(o){return .5-Math.cos(o*Math.PI)/2},_default:"swing"},r.fx=h.prototype.init,r.fx.step={}}.apply(y,d),i!==void 0&&(P.exports=i)},6795:(P,y,a)=>{var d,i;d=[a(264),a(5704),a(7309)],i=function(r){"use strict";r.expr.pseudos.animated=function(u){return r.grep(r.timers,function(h){return u===h.elem}).length}}.apply(y,d),i!==void 0&&(P.exports=i)},5156:(P,y,a)=>{var d,i;d=[a(264),a(5422),a(7246),a(4995),a(3153),a(3899),a(9916),a(490),a(5840),a(7473),a(7116),a(5704)],i=function(r,u,h,o,n,p,g,s,m,c){"use strict";var f=/^([^.]*)(?:\.(.+)|)/;function A(){return!0}function v(){return!1}function E(S,b,D,N,L,I){var w,T;if(typeof b=="object"){typeof D!="string"&&(N=N||D,D=void 0);for(T in b)E(S,T,D,N,b[T],I);return S}if(N==null&&L==null?(L=D,N=D=void 0):L==null&&(typeof D=="string"?(L=N,N=void 0):(L=N,N=D,D=void 0)),L===!1)L=v;else if(!L)return S;return I===1&&(w=L,L=function(R){return r().off(R),w.apply(this,arguments)},L.guid=w.guid||(w.guid=r.guid++)),S.each(function(){r.event.add(this,b,L,N,D)})}r.event={global:{},add:function(S,b,D,N,L){var I,w,T,R,M,U,z,k,W,$,V,K=m.get(S);if(s(S))for(D.handler&&(I=D,D=I.handler,L=I.selector),L&&r.find.matchesSelector(h,L),D.guid||(D.guid=r.guid++),(R=K.events)||(R=K.events=Object.create(null)),(w=K.handle)||(w=K.handle=function(Q){return typeof r!="undefined"&&r.event.triggered!==Q.type?r.event.dispatch.apply(S,arguments):void 0}),b=(b||"").match(n)||[""],M=b.length;M--;)T=f.exec(b[M])||[],W=V=T[1],$=(T[2]||"").split(".").sort(),W&&(z=r.event.special[W]||{},W=(L?z.delegateType:z.bindType)||W,z=r.event.special[W]||{},U=r.extend({type:W,origType:V,data:N,handler:D,guid:D.guid,selector:L,needsContext:L&&r.expr.match.needsContext.test(L),namespace:$.join(".")},I),(k=R[W])||(k=R[W]=[],k.delegateCount=0,(!z.setup||z.setup.call(S,N,$,w)===!1)&&S.addEventListener&&S.addEventListener(W,w)),z.add&&(z.add.call(S,U),U.handler.guid||(U.handler.guid=D.guid)),L?k.splice(k.delegateCount++,0,U):k.push(U),r.event.global[W]=!0)},remove:function(S,b,D,N,L){var I,w,T,R,M,U,z,k,W,$,V,K=m.hasData(S)&&m.get(S);if(!(!K||!(R=K.events))){for(b=(b||"").match(n)||[""],M=b.length;M--;){if(T=f.exec(b[M])||[],W=V=T[1],$=(T[2]||"").split(".").sort(),!W){for(W in R)r.event.remove(S,W+b[M],D,N,!0);continue}for(z=r.event.special[W]||{},W=(N?z.delegateType:z.bindType)||W,k=R[W]||[],T=T[2]&&new RegExp("(^|\\.)"+$.join("\\.(?:.*\\.|)")+"(\\.|$)"),w=I=k.length;I--;)U=k[I],(L||V===U.origType)&&(!D||D.guid===U.guid)&&(!T||T.test(U.namespace))&&(!N||N===U.selector||N==="**"&&U.selector)&&(k.splice(I,1),U.selector&&k.delegateCount--,z.remove&&z.remove.call(S,U));w&&!k.length&&((!z.teardown||z.teardown.call(S,$,K.handle)===!1)&&r.removeEvent(S,W,K.handle),delete R[W])}r.isEmptyObject(R)&&m.remove(S,"handle events")}},dispatch:function(S){var b,D,N,L,I,w,T=new Array(arguments.length),R=r.event.fix(S),M=(m.get(this,"events")||Object.create(null))[R.type]||[],U=r.event.special[R.type]||{};for(T[0]=R,b=1;b<arguments.length;b++)T[b]=arguments[b];if(R.delegateTarget=this,!(U.preDispatch&&U.preDispatch.call(this,R)===!1)){for(w=r.event.handlers.call(this,R,M),b=0;(L=w[b++])&&!R.isPropagationStopped();)for(R.currentTarget=L.elem,D=0;(I=L.handlers[D++])&&!R.isImmediatePropagationStopped();)(!R.rnamespace||I.namespace===!1||R.rnamespace.test(I.namespace))&&(R.handleObj=I,R.data=I.data,N=((r.event.special[I.origType]||{}).handle||I.handler).apply(L.elem,T),N!==void 0&&(R.result=N)===!1&&(R.preventDefault(),R.stopPropagation()));return U.postDispatch&&U.postDispatch.call(this,R),R.result}},handlers:function(S,b){var D,N,L,I,w,T=[],R=b.delegateCount,M=S.target;if(R&&M.nodeType&&!(S.type==="click"&&S.button>=1)){for(;M!==this;M=M.parentNode||this)if(M.nodeType===1&&!(S.type==="click"&&M.disabled===!0)){for(I=[],w={},D=0;D<R;D++)N=b[D],L=N.selector+" ",w[L]===void 0&&(w[L]=N.needsContext?r(L,this).index(M)>-1:r.find(L,this,null,[M]).length),w[L]&&I.push(N);I.length&&T.push({elem:M,handlers:I})}}return M=this,R<b.length&&T.push({elem:M,handlers:b.slice(R)}),T},addProp:function(S,b){Object.defineProperty(r.Event.prototype,S,{enumerable:!0,configurable:!0,get:o(b)?function(){if(this.originalEvent)return b(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[S]},set:function(D){Object.defineProperty(this,S,{enumerable:!0,configurable:!0,writable:!0,value:D})}})},fix:function(S){return S[r.expando]?S:new r.Event(S)},special:{load:{noBubble:!0},click:{setup:function(S){var b=this||S;return p.test(b.type)&&b.click&&c(b,"input")&&C(b,"click",!0),!1},trigger:function(S){var b=this||S;return p.test(b.type)&&b.click&&c(b,"input")&&C(b,"click"),!0},_default:function(S){var b=S.target;return p.test(b.type)&&b.click&&c(b,"input")&&m.get(b,"click")||c(b,"a")}},beforeunload:{postDispatch:function(S){S.result!==void 0&&S.originalEvent&&(S.originalEvent.returnValue=S.result)}}}};function C(S,b,D){if(!D){m.get(S,b)===void 0&&r.event.add(S,b,A);return}m.set(S,b,!1),r.event.add(S,b,{namespace:!1,handler:function(N){var L,I=m.get(this,b);if(N.isTrigger&1&&this[b]){if(I)(r.event.special[b]||{}).delegateType&&N.stopPropagation();else if(I=g.call(arguments),m.set(this,b,I),this[b](),L=m.get(this,b),m.set(this,b,!1),I!==L)return N.stopImmediatePropagation(),N.preventDefault(),L}else I&&(m.set(this,b,r.event.trigger(I[0],I.slice(1),this)),N.stopPropagation(),N.isImmediatePropagationStopped=A)}})}return r.removeEvent=function(S,b,D){S.removeEventListener&&S.removeEventListener(b,D)},r.Event=function(S,b){if(!(this instanceof r.Event))return new r.Event(S,b);S&&S.type?(this.originalEvent=S,this.type=S.type,this.isDefaultPrevented=S.defaultPrevented||S.defaultPrevented===void 0&&S.returnValue===!1?A:v,this.target=S.target&&S.target.nodeType===3?S.target.parentNode:S.target,this.currentTarget=S.currentTarget,this.relatedTarget=S.relatedTarget):this.type=S,b&&r.extend(this,b),this.timeStamp=S&&S.timeStamp||Date.now(),this[r.expando]=!0},r.Event.prototype={constructor:r.Event,isDefaultPrevented:v,isPropagationStopped:v,isImmediatePropagationStopped:v,isSimulated:!1,preventDefault:function(){var S=this.originalEvent;this.isDefaultPrevented=A,S&&!this.isSimulated&&S.preventDefault()},stopPropagation:function(){var S=this.originalEvent;this.isPropagationStopped=A,S&&!this.isSimulated&&S.stopPropagation()},stopImmediatePropagation:function(){var S=this.originalEvent;this.isImmediatePropagationStopped=A,S&&!this.isSimulated&&S.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(S,b){function D(N){if(u.documentMode){var L=m.get(this,"handle"),I=r.event.fix(N);I.type=N.type==="focusin"?"focus":"blur",I.isSimulated=!0,L(N),I.target===I.currentTarget&&L(I)}else r.event.simulate(b,N.target,r.event.fix(N))}r.event.special[S]={setup:function(){var N;if(C(this,S,!0),u.documentMode)N=m.get(this,b),N||this.addEventListener(b,D),m.set(this,b,(N||0)+1);else return!1},trigger:function(){return C(this,S),!0},teardown:function(){var N;if(u.documentMode)N=m.get(this,b)-1,N?m.set(this,b,N):(this.removeEventListener(b,D),m.remove(this,b));else return!1},_default:function(N){return m.get(N.target,S)},delegateType:b},r.event.special[b]={setup:function(){var N=this.ownerDocument||this.document||this,L=u.documentMode?this:N,I=m.get(L,b);I||(u.documentMode?this.addEventListener(b,D):N.addEventListener(S,D,!0)),m.set(L,b,(I||0)+1)},teardown:function(){var N=this.ownerDocument||this.document||this,L=u.documentMode?this:N,I=m.get(L,b)-1;I?m.set(L,b,I):(u.documentMode?this.removeEventListener(b,D):N.removeEventListener(S,D,!0),m.remove(L,b))}}}),r.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(S,b){r.event.special[S]={delegateType:b,bindType:b,handle:function(D){var N,L=this,I=D.relatedTarget,w=D.handleObj;return(!I||I!==L&&!r.contains(L,I))&&(D.type=w.origType,N=w.handler.apply(this,arguments),D.type=b),N}}}),r.fn.extend({on:function(S,b,D,N){return E(this,S,b,D,N)},one:function(S,b,D,N){return E(this,S,b,D,N,1)},off:function(S,b,D){var N,L;if(S&&S.preventDefault&&S.handleObj)return N=S.handleObj,r(S.delegateTarget).off(N.namespace?N.origType+"."+N.namespace:N.origType,N.selector,N.handler),this;if(typeof S=="object"){for(L in S)this.off(L,b,S[L]);return this}return(b===!1||typeof b=="function")&&(D=b,b=void 0),D===!1&&(D=v),this.each(function(){r.event.remove(this,S,D,b)})}}),r}.apply(y,d),i!==void 0&&(P.exports=i)},1188:(P,y,a)=>{var d,i;d=[a(264),a(5422),a(5840),a(490),a(1878),a(4995),a(5718),a(5156)],i=function(r,u,h,o,n,p,g){"use strict";var s=/^(?:focusinfocus|focusoutblur)$/,m=function(c){c.stopPropagation()};return r.extend(r.event,{trigger:function(c,f,A,v){var E,C,S,b,D,N,L,I,w=[A||u],T=n.call(c,"type")?c.type:c,R=n.call(c,"namespace")?c.namespace.split("."):[];if(C=I=S=A=A||u,!(A.nodeType===3||A.nodeType===8)&&!s.test(T+r.event.triggered)&&(T.indexOf(".")>-1&&(R=T.split("."),T=R.shift(),R.sort()),D=T.indexOf(":")<0&&"on"+T,c=c[r.expando]?c:new r.Event(T,typeof c=="object"&&c),c.isTrigger=v?2:3,c.namespace=R.join("."),c.rnamespace=c.namespace?new RegExp("(^|\\.)"+R.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,c.result=void 0,c.target||(c.target=A),f=f==null?[c]:r.makeArray(f,[c]),L=r.event.special[T]||{},!(!v&&L.trigger&&L.trigger.apply(A,f)===!1))){if(!v&&!L.noBubble&&!g(A)){for(b=L.delegateType||T,s.test(b+T)||(C=C.parentNode);C;C=C.parentNode)w.push(C),S=C;S===(A.ownerDocument||u)&&w.push(S.defaultView||S.parentWindow||window)}for(E=0;(C=w[E++])&&!c.isPropagationStopped();)I=C,c.type=E>1?b:L.bindType||T,N=(h.get(C,"events")||Object.create(null))[c.type]&&h.get(C,"handle"),N&&N.apply(C,f),N=D&&C[D],N&&N.apply&&o(C)&&(c.result=N.apply(C,f),c.result===!1&&c.preventDefault());return c.type=T,!v&&!c.isDefaultPrevented()&&(!L._default||L._default.apply(w.pop(),f)===!1)&&o(A)&&D&&p(A[T])&&!g(A)&&(S=A[D],S&&(A[D]=null),r.event.triggered=T,c.isPropagationStopped()&&I.addEventListener(T,m),A[T](),c.isPropagationStopped()&&I.removeEventListener(T,m),r.event.triggered=void 0,S&&(A[D]=S)),c.result}},simulate:function(c,f,A){var v=r.extend(new r.Event,A,{type:c,isSimulated:!0});r.event.trigger(v,null,f)}}),r.fn.extend({trigger:function(c,f){return this.each(function(){r.event.trigger(c,f,this)})},triggerHandler:function(c,f){var A=this[0];if(A)return r.event.trigger(c,f,A,!0)}}),r}.apply(y,d),i!==void 0&&(P.exports=i)},5454:(P,y,a)=>{var d,i,d,i;d=[a(264)],i=function(r){"use strict";d=[],i=function(){return r}.apply(y,d),i!==void 0&&(P.exports=i)}.apply(y,d),i!==void 0&&(P.exports=i)},1569:(P,y,a)=>{var d,i;d=[a(264)],i=function(r){"use strict";var u=window.jQuery,h=window.$;r.noConflict=function(o){return window.$===r&&(window.$=h),o&&window.jQuery===r&&(window.jQuery=u),r},typeof noGlobal=="undefined"&&(window.jQuery=window.$=r)}.apply(y,d),i!==void 0&&(P.exports=i)},1044:(P,y,a)=>{var d,i;d=[a(264),a(5704),a(3599),a(2503),a(1210),a(7781),a(1038),a(5255),a(1090),a(5511),a(2622),a(5156),a(9921),a(8801),a(7286),a(9456),a(1722),a(8433),a(5547),a(2037),a(2377),a(3004),a(2926),a(5535),a(2023),a(7309),a(6795),a(1145),a(9922),a(7018),a(5454),a(1569)],i=function(r){"use strict";return r}.apply(y,d),i!==void 0&&(P.exports=i)},9921:(P,y,a)=>{var d,i;d=[a(264),a(7358),a(1216),a(4995),a(5695),a(3899),a(9355),a(1859),a(8500),a(8438),a(11),a(7882),a(9906),a(8379),a(5840),a(6379),a(490),a(9342),a(7473),a(7116),a(3599),a(5704),a(5156)],i=function(r,u,h,o,n,p,g,s,m,c,f,A,v,E,C,S,b,D,N){"use strict";var L=/<script|<style|<link/i,I=/checked\s*(?:[^=]|=\s*.checked.)/i,w=/^\s*<!\[CDATA\[|\]\]>\s*$/g;function T($,V){return N($,"table")&&N(V.nodeType!==11?V:V.firstChild,"tr")&&r($).children("tbody")[0]||$}function R($){return $.type=($.getAttribute("type")!==null)+"/"+$.type,$}function M($){return($.type||"").slice(0,5)==="true/"?$.type=$.type.slice(5):$.removeAttribute("type"),$}function U($,V){var K,Q,oe,ce,J,ve,Ae;if(V.nodeType===1){if(C.hasData($)&&(ce=C.get($),Ae=ce.events,Ae)){C.remove(V,"handle events");for(oe in Ae)for(K=0,Q=Ae[oe].length;K<Q;K++)r.event.add(V,oe,Ae[oe][K])}S.hasData($)&&(J=S.access($),ve=r.extend({},J),S.set(V,ve))}}function z($,V){var K=V.nodeName.toLowerCase();K==="input"&&p.test($.type)?V.checked=$.checked:(K==="input"||K==="textarea")&&(V.defaultValue=$.defaultValue)}function k($,V,K,Q){V=h(V);var oe,ce,J,ve,Ae,Pe,Qe=0,mt=$.length,Pt=mt-1,bt=V[0],kt=o(bt);if(kt||mt>1&&typeof bt=="string"&&!E.checkClone&&I.test(bt))return $.each(function(Le){var St=$.eq(Le);kt&&(V[0]=bt.call(this,Le,St.html())),k(St,V,K,Q)});if(mt&&(oe=v(V,$[0].ownerDocument,!1,$,Q),ce=oe.firstChild,oe.childNodes.length===1&&(oe=ce),ce||Q)){for(J=r.map(f(oe,"script"),R),ve=J.length;Qe<mt;Qe++)Ae=oe,Qe!==Pt&&(Ae=r.clone(Ae,!0,!0),ve&&r.merge(J,f(Ae,"script"))),K.call($[Qe],Ae,Qe);if(ve)for(Pe=J[J.length-1].ownerDocument,r.map(J,M),Qe=0;Qe<ve;Qe++)Ae=J[Qe],m.test(Ae.type||"")&&!C.access(Ae,"globalEval")&&r.contains(Pe,Ae)&&(Ae.src&&(Ae.type||"").toLowerCase()!=="module"?r._evalUrl&&!Ae.noModule&&r._evalUrl(Ae.src,{nonce:Ae.nonce||Ae.getAttribute("nonce")},Pe):D(Ae.textContent.replace(w,""),Ae,Pe))}return $}function W($,V,K){for(var Q,oe=V?r.filter(V,$):$,ce=0;(Q=oe[ce])!=null;ce++)!K&&Q.nodeType===1&&r.cleanData(f(Q)),Q.parentNode&&(K&&u(Q)&&A(f(Q,"script")),Q.parentNode.removeChild(Q));return $}return r.extend({htmlPrefilter:function($){return $},clone:function($,V,K){var Q,oe,ce,J,ve=$.cloneNode(!0),Ae=u($);if(!E.noCloneChecked&&($.nodeType===1||$.nodeType===11)&&!r.isXMLDoc($))for(J=f(ve),ce=f($),Q=0,oe=ce.length;Q<oe;Q++)z(ce[Q],J[Q]);if(V)if(K)for(ce=ce||f($),J=J||f(ve),Q=0,oe=ce.length;Q<oe;Q++)U(ce[Q],J[Q]);else U($,ve);return J=f(ve,"script"),J.length>0&&A(J,!Ae&&f($,"script")),ve},cleanData:function($){for(var V,K,Q,oe=r.event.special,ce=0;(K=$[ce])!==void 0;ce++)if(b(K)){if(V=K[C.expando]){if(V.events)for(Q in V.events)oe[Q]?r.event.remove(K,Q):r.removeEvent(K,Q,V.handle);K[C.expando]=void 0}K[S.expando]&&(K[S.expando]=void 0)}}}),r.fn.extend({detach:function($){return W(this,$,!0)},remove:function($){return W(this,$)},text:function($){return g(this,function(V){return V===void 0?r.text(this):this.empty().each(function(){(this.nodeType===1||this.nodeType===11||this.nodeType===9)&&(this.textContent=V)})},null,$,arguments.length)},append:function(){return k(this,arguments,function($){if(this.nodeType===1||this.nodeType===11||this.nodeType===9){var V=T(this,$);V.appendChild($)}})},prepend:function(){return k(this,arguments,function($){if(this.nodeType===1||this.nodeType===11||this.nodeType===9){var V=T(this,$);V.insertBefore($,V.firstChild)}})},before:function(){return k(this,arguments,function($){this.parentNode&&this.parentNode.insertBefore($,this)})},after:function(){return k(this,arguments,function($){this.parentNode&&this.parentNode.insertBefore($,this.nextSibling)})},empty:function(){for(var $,V=0;($=this[V])!=null;V++)$.nodeType===1&&(r.cleanData(f($,!1)),$.textContent="");return this},clone:function($,V){return $=$==null?!1:$,V=V==null?$:V,this.map(function(){return r.clone(this,$,V)})},html:function($){return g(this,function(V){var K=this[0]||{},Q=0,oe=this.length;if(V===void 0&&K.nodeType===1)return K.innerHTML;if(typeof V=="string"&&!L.test(V)&&!c[(s.exec(V)||["",""])[1].toLowerCase()]){V=r.htmlPrefilter(V);try{for(;Q<oe;Q++)K=this[Q]||{},K.nodeType===1&&(r.cleanData(f(K,!1)),K.innerHTML=V);K=0}catch(ce){}}K&&this.empty().append(V)},null,$,arguments.length)},replaceWith:function(){var $=[];return k(this,arguments,function(V){var K=this.parentNode;r.inArray(this,$)<0&&(r.cleanData(f(this)),K&&K.replaceChild(V,this))},$)}}),r.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function($,V){r.fn[$]=function(K){for(var Q,oe=[],ce=r(K),J=ce.length-1,ve=0;ve<=J;ve++)Q=ve===J?this:this.clone(!0),r(ce[ve])[V](Q),n.apply(oe,Q.get());return this.pushStack(oe)}}),r}.apply(y,d),i!==void 0&&(P.exports=i)},8801:(P,y,a)=>{var d,i;d=[a(5547)],i=function(r){"use strict";return r._evalUrl=function(u,h,o){return r.ajax({url:u,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(n){r.globalEval(n,h,o)}})},r._evalUrl}.apply(y,d),i!==void 0&&(P.exports=i)},9906:(P,y,a)=>{var d,i;d=[a(264),a(6282),a(7358),a(1859),a(8500),a(8438),a(11),a(7882)],i=function(r,u,h,o,n,p,g,s){"use strict";var m=/<|&#?\w+;/;function c(f,A,v,E,C){for(var S,b,D,N,L,I,w=A.createDocumentFragment(),T=[],R=0,M=f.length;R<M;R++)if(S=f[R],S||S===0)if(u(S)==="object")r.merge(T,S.nodeType?[S]:S);else if(!m.test(S))T.push(A.createTextNode(S));else{for(b=b||w.appendChild(A.createElement("div")),D=(o.exec(S)||["",""])[1].toLowerCase(),N=p[D]||p._default,b.innerHTML=N[1]+r.htmlPrefilter(S)+N[2],I=N[0];I--;)b=b.lastChild;r.merge(T,b.childNodes),b=w.firstChild,b.textContent=""}for(w.textContent="",R=0;S=T[R++];){if(E&&r.inArray(S,E)>-1){C&&C.push(S);continue}if(L=h(S),b=g(w.appendChild(S),"script"),L&&s(b),v)for(I=0;S=b[I++];)n.test(S.type||"")&&v.push(S)}return w}return c}.apply(y,d),i!==void 0&&(P.exports=i)},11:(P,y,a)=>{var d,i;d=[a(264),a(7473)],i=function(r,u){"use strict";function h(o,n){var p;return typeof o.getElementsByTagName!="undefined"?p=o.getElementsByTagName(n||"*"):typeof o.querySelectorAll!="undefined"?p=o.querySelectorAll(n||"*"):p=[],n===void 0||n&&u(o,n)?r.merge([o],p):p}return h}.apply(y,d),i!==void 0&&(P.exports=i)},7882:(P,y,a)=>{var d,i;d=[a(5840)],i=function(r){"use strict";function u(h,o){for(var n=0,p=h.length;n<p;n++)r.set(h[n],"globalEval",!o||r.get(o[n],"globalEval"))}return u}.apply(y,d),i!==void 0&&(P.exports=i)},8379:(P,y,a)=>{var d,i;d=[a(5422),a(2276)],i=function(r,u){"use strict";return function(){var h=r.createDocumentFragment(),o=h.appendChild(r.createElement("div")),n=r.createElement("input");n.setAttribute("type","radio"),n.setAttribute("checked","checked"),n.setAttribute("name","t"),o.appendChild(n),u.checkClone=o.cloneNode(!0).cloneNode(!0).lastChild.checked,o.innerHTML="<textarea>x</textarea>",u.noCloneChecked=!!o.cloneNode(!0).lastChild.defaultValue,o.innerHTML="<option></option>",u.option=!!o.lastChild}(),u}.apply(y,d),i!==void 0&&(P.exports=i)},8500:(P,y,a)=>{var d;d=function(){"use strict";return/^$|^module$|\/(?:java|ecma)script/i}.call(y,a,y,P),d!==void 0&&(P.exports=d)},1859:(P,y,a)=>{var d;d=function(){"use strict";return/<([a-z][^\/\0>\x20\t\r\n\f]*)/i}.call(y,a,y,P),d!==void 0&&(P.exports=d)},8438:(P,y,a)=>{var d,i;d=[a(8379)],i=function(r){"use strict";var u={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 u.tbody=u.tfoot=u.colgroup=u.caption=u.thead,u.th=u.td,r.option||(u.optgroup=u.option=[1,"<select multiple='multiple'>","</select>"]),u}.apply(y,d),i!==void 0&&(P.exports=i)},1145:(P,y,a)=>{var d,i;d=[a(264),a(9355),a(7246),a(4995),a(3169),a(4682),a(1153),a(7517),a(5718),a(7116),a(9456),a(5704)],i=function(r,u,h,o,n,p,g,s,m){"use strict";return r.offset={setOffset:function(c,f,A){var v,E,C,S,b,D,N,L=r.css(c,"position"),I=r(c),w={};L==="static"&&(c.style.position="relative"),b=I.offset(),C=r.css(c,"top"),D=r.css(c,"left"),N=(L==="absolute"||L==="fixed")&&(C+D).indexOf("auto")>-1,N?(v=I.position(),S=v.top,E=v.left):(S=parseFloat(C)||0,E=parseFloat(D)||0),o(f)&&(f=f.call(c,A,r.extend({},b))),f.top!=null&&(w.top=f.top-b.top+S),f.left!=null&&(w.left=f.left-b.left+E),"using"in f?f.using.call(c,w):I.css(w)}},r.fn.extend({offset:function(c){if(arguments.length)return c===void 0?this:this.each(function(E){r.offset.setOffset(this,c,E)});var f,A,v=this[0];if(v)return v.getClientRects().length?(f=v.getBoundingClientRect(),A=v.ownerDocument.defaultView,{top:f.top+A.pageYOffset,left:f.left+A.pageXOffset}):{top:0,left:0}},position:function(){if(this[0]){var c,f,A,v=this[0],E={top:0,left:0};if(r.css(v,"position")==="fixed")f=v.getBoundingClientRect();else{for(f=this.offset(),A=v.ownerDocument,c=v.offsetParent||A.documentElement;c&&(c===A.body||c===A.documentElement)&&r.css(c,"position")==="static";)c=c.parentNode;c&&c!==v&&c.nodeType===1&&(E=r(c).offset(),E.top+=r.css(c,"borderTopWidth",!0),E.left+=r.css(c,"borderLeftWidth",!0))}return{top:f.top-E.top-r.css(v,"marginTop",!0),left:f.left-E.left-r.css(v,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){for(var c=this.offsetParent;c&&r.css(c,"position")==="static";)c=c.offsetParent;return c||h})}}),r.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(c,f){var A=f==="pageYOffset";r.fn[c]=function(v){return u(this,function(E,C,S){var b;if(m(E)?b=E:E.nodeType===9&&(b=E.defaultView),S===void 0)return b?b[f]:E[C];b?b.scrollTo(A?b.pageXOffset:S,A?S:b.pageYOffset):E[C]=S},c,v,arguments.length)}}),r.each(["top","left"],function(c,f){r.cssHooks[f]=g(s.pixelPosition,function(A,v){if(v)return v=p(A,f),n.test(v)?r(A).position()[f]+"px":v})}),r}.apply(y,d),i!==void 0&&(P.exports=i)},1090:(P,y,a)=>{var d,i;d=[a(264),a(5840),a(1210),a(2503)],i=function(r,u){"use strict";return r.extend({queue:function(h,o,n){var p;if(h)return o=(o||"fx")+"queue",p=u.get(h,o),n&&(!p||Array.isArray(n)?p=u.access(h,o,r.makeArray(n)):p.push(n)),p||[]},dequeue:function(h,o){o=o||"fx";var n=r.queue(h,o),p=n.length,g=n.shift(),s=r._queueHooks(h,o),m=function(){r.dequeue(h,o)};g==="inprogress"&&(g=n.shift(),p--),g&&(o==="fx"&&n.unshift("inprogress"),delete s.stop,g.call(h,m,s)),!p&&s&&s.empty.fire()},_queueHooks:function(h,o){var n=o+"queueHooks";return u.get(h,n)||u.access(h,n,{empty:r.Callbacks("once memory").add(function(){u.remove(h,[o+"queue",n])})})}}),r.fn.extend({queue:function(h,o){var n=2;return typeof h!="string"&&(o=h,h="fx",n--),arguments.length<n?r.queue(this[0],h):o===void 0?this:this.each(function(){var p=r.queue(this,h,o);r._queueHooks(this,h),h==="fx"&&p[0]!=="inprogress"&&r.dequeue(this,h)})},dequeue:function(h){return this.each(function(){r.dequeue(this,h)})},clearQueue:function(h){return this.queue(h||"fx",[])},promise:function(h,o){var n,p=1,g=r.Deferred(),s=this,m=this.length,c=function(){--p||g.resolveWith(s,[s])};for(typeof h!="string"&&(o=h,h=void 0),h=h||"fx";m--;)n=u.get(s[m],h+"queueHooks"),n&&n.empty&&(p++,n.empty.add(c));return c(),g.promise(o)}}),r}.apply(y,d),i!==void 0&&(P.exports=i)},5511:(P,y,a)=>{var d,i;d=[a(264),a(1090),a(7309)],i=function(r){"use strict";return r.fn.delay=function(u,h){return u=r.fx&&r.fx.speeds[u]||u,h=h||"fx",this.queue(h,function(o,n){var p=window.setTimeout(o,u);n.stop=function(){window.clearTimeout(p)}})},r.fn.delay}.apply(y,d),i!==void 0&&(P.exports=i)},5704:(P,y,a)=>{var d,i;d=[a(264),a(7473),a(8081),a(5422),a(1221),a(1878),a(5893),a(5695),a(9916),a(476),a(1421),a(2666),a(9509),a(2276),a(9302),a(7902)],i=function(r,u,h,o,n,p,g,s,m,c,f,A,v,E){"use strict";var C=o,S=s;(function(){var b,D,N,L,I,w=S,T,R,M,U,z,k=r.expando,W=0,$=0,V=me(),K=me(),Q=me(),oe=me(),ce=function(B,Y){return B===Y&&(I=!0),0},J="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",ve="(?:\\\\[\\da-fA-F]{1,6}"+A+"?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+",Ae="\\["+A+"*("+ve+")(?:"+A+"*([*^$|!~]?=)"+A+`*(?:'((?:\\\\.|[^\\\\'])*)'|"((?:\\\\.|[^\\\\"])*)"|(`+ve+"))|)"+A+"*\\]",Pe=":("+ve+`)(?:\\((('((?:\\\\.|[^\\\\'])*)'|"((?:\\\\.|[^\\\\"])*)")|((?:\\\\.|[^\\\\()[\\]]|`+Ae+")*)|.*)\\)|)",Qe=new RegExp(A+"+","g"),mt=new RegExp("^"+A+"*,"+A+"*"),Pt=new RegExp("^"+A+"*([>+~]|"+A+")"+A+"*"),bt=new RegExp(A+"|>"),kt=new RegExp(Pe),Le=new RegExp("^"+ve+"$"),St={ID:new RegExp("^#("+ve+")"),CLASS:new RegExp("^\\.("+ve+")"),TAG:new RegExp("^("+ve+"|[*])"),ATTR:new RegExp("^"+Ae),PSEUDO:new RegExp("^"+Pe),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+A+"*(even|odd|(([+-]|)(\\d*)n|)"+A+"*(?:([+-]|)"+A+"*(\\d+)|))"+A+"*\\)|)","i"),bool:new RegExp("^(?:"+J+")$","i"),needsContext:new RegExp("^"+A+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+A+"*((?:-\\d)?\\d*)"+A+"*\\)|)(?=[^-]|$)","i")},Be=/^(?:input|select|textarea|button)$/i,je=/^h\d$/i,Jt=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,gr=/[+~]/,rt=new RegExp("\\\\[\\da-fA-F]{1,6}"+A+"?|\\\\([^\\r\\n\\f])","g"),Ie=function(B,Y){var q="0x"+B.slice(1)-65536;return Y||(q<0?String.fromCharCode(q+65536):String.fromCharCode(q>>10|55296,q&1023|56320))},fe=function(){at()},Ne=Ct(function(B){return B.disabled===!0&&u(B,"fieldset")},{dir:"parentNode",next:"legend"});function be(){try{return T.activeElement}catch(B){}}try{w.apply(h=m.call(C.childNodes),C.childNodes),h[C.childNodes.length].nodeType}catch(B){w={apply:function(Y,q){S.apply(Y,m.call(q))},call:function(Y){S.apply(Y,m.call(arguments,1))}}}function Z(B,Y,q,ee){var ne,ye,Se,De,Ee,Ue,ie,re=Y&&Y.ownerDocument,le=Y?Y.nodeType:9;if(q=q||[],typeof B!="string"||!B||le!==1&&le!==9&&le!==11)return q;if(!ee&&(at(Y),Y=Y||T,M)){if(le!==11&&(Ee=Jt.exec(B)))if(ne=Ee[1]){if(le===9)if(Se=Y.getElementById(ne)){if(Se.id===ne)return w.call(q,Se),q}else return q;else if(re&&(Se=re.getElementById(ne))&&Z.contains(Y,Se)&&Se.id===ne)return w.call(q,Se),q}else{if(Ee[2])return w.apply(q,Y.getElementsByTagName(B)),q;if((ne=Ee[3])&&Y.getElementsByClassName)return w.apply(q,Y.getElementsByClassName(ne)),q}if(!oe[B+" "]&&(!U||!U.test(B))){if(ie=B,re=Y,le===1&&(bt.test(B)||Pt.test(B))){for(re=gr.test(B)&&qe(Y.parentNode)||Y,(re!=Y||!E.scope)&&((De=Y.getAttribute("id"))?De=r.escapeSelector(De):Y.setAttribute("id",De=k)),Ue=Wt(B),ye=Ue.length;ye--;)Ue[ye]=(De?"#"+De:":scope")+" "+Rt(Ue[ye]);ie=Ue.join(",")}try{return w.apply(q,re.querySelectorAll(ie)),q}catch(ae){oe(B,!0)}finally{De===k&&Y.removeAttribute("id")}}}return Mr(B.replace(v,"$1"),Y,q,ee)}function me(){var B=[];function Y(q,ee){return B.push(q+" ")>D.cacheLength&&delete Y[B.shift()],Y[q+" "]=ee}return Y}function de(B){return B[k]=!0,B}function ge(B){var Y=T.createElement("fieldset");try{return!!B(Y)}catch(q){return!1}finally{Y.parentNode&&Y.parentNode.removeChild(Y),Y=null}}function Re(B){return function(Y){return u(Y,"input")&&Y.type===B}}function We(B){return function(Y){return(u(Y,"input")||u(Y,"button"))&&Y.type===B}}function $e(B){return function(Y){return"form"in Y?Y.parentNode&&Y.disabled===!1?"label"in Y?"label"in Y.parentNode?Y.parentNode.disabled===B:Y.disabled===B:Y.isDisabled===B||Y.isDisabled!==!B&&Ne(Y)===B:Y.disabled===B:"label"in Y?Y.disabled===B:!1}}function Ge(B){return de(function(Y){return Y=+Y,de(function(q,ee){for(var ne,ye=B([],q.length,Y),Se=ye.length;Se--;)q[ne=ye[Se]]&&(q[ne]=!(ee[ne]=q[ne]))})})}function qe(B){return B&&typeof B.getElementsByTagName!="undefined"&&B}function at(B){var Y,q=B?B.ownerDocument||B:C;return q==T||q.nodeType!==9||!q.documentElement||(T=q,R=T.documentElement,M=!r.isXMLDoc(T),z=R.matches||R.webkitMatchesSelector||R.msMatchesSelector,C!=T&&(Y=T.defaultView)&&Y.top!==Y&&Y.addEventListener("unload",fe),E.getById=ge(function(ee){return R.appendChild(ee).id=r.expando,!T.getElementsByName||!T.getElementsByName(r.expando).length}),E.disconnectedMatch=ge(function(ee){return z.call(ee,"*")}),E.scope=ge(function(){return T.querySelectorAll(":scope")}),E.cssHas=ge(function(){try{return T.querySelector(":has(*,:jqfake)"),!1}catch(ee){return!0}}),E.getById?(D.filter.ID=function(ee){var ne=ee.replace(rt,Ie);return function(ye){return ye.getAttribute("id")===ne}},D.find.ID=function(ee,ne){if(typeof ne.getElementById!="undefined"&&M){var ye=ne.getElementById(ee);return ye?[ye]:[]}}):(D.filter.ID=function(ee){var ne=ee.replace(rt,Ie);return function(ye){var Se=typeof ye.getAttributeNode!="undefined"&&ye.getAttributeNode("id");return Se&&Se.value===ne}},D.find.ID=function(ee,ne){if(typeof ne.getElementById!="undefined"&&M){var ye,Se,De,Ee=ne.getElementById(ee);if(Ee){if(ye=Ee.getAttributeNode("id"),ye&&ye.value===ee)return[Ee];for(De=ne.getElementsByName(ee),Se=0;Ee=De[Se++];)if(ye=Ee.getAttributeNode("id"),ye&&ye.value===ee)return[Ee]}return[]}}),D.find.TAG=function(ee,ne){return typeof ne.getElementsByTagName!="undefined"?ne.getElementsByTagName(ee):ne.querySelectorAll(ee)},D.find.CLASS=function(ee,ne){if(typeof ne.getElementsByClassName!="undefined"&&M)return ne.getElementsByClassName(ee)},U=[],ge(function(ee){var ne;R.appendChild(ee).innerHTML="<a id='"+k+"' href='' disabled='disabled'></a><select id='"+k+"-\r\\' disabled='disabled'><option selected=''></option></select>",ee.querySelectorAll("[selected]").length||U.push("\\["+A+"*(?:value|"+J+")"),ee.querySelectorAll("[id~="+k+"-]").length||U.push("~="),ee.querySelectorAll("a#"+k+"+*").length||U.push(".#.+[+~]"),ee.querySelectorAll(":checked").length||U.push(":checked"),ne=T.createElement("input"),ne.setAttribute("type","hidden"),ee.appendChild(ne).setAttribute("name","D"),R.appendChild(ee).disabled=!0,ee.querySelectorAll(":disabled").length!==2&&U.push(":enabled",":disabled"),ne=T.createElement("input"),ne.setAttribute("name",""),ee.appendChild(ne),ee.querySelectorAll("[name='']").length||U.push("\\["+A+"*name"+A+"*="+A+`*(?:''|"")`)}),E.cssHas||U.push(":has"),U=U.length&&new RegExp(U.join("|")),ce=function(ee,ne){if(ee===ne)return I=!0,0;var ye=!ee.compareDocumentPosition-!ne.compareDocumentPosition;return ye||(ye=(ee.ownerDocument||ee)==(ne.ownerDocument||ne)?ee.compareDocumentPosition(ne):1,ye&1||!E.sortDetached&&ne.compareDocumentPosition(ee)===ye?ee===T||ee.ownerDocument==C&&Z.contains(C,ee)?-1:ne===T||ne.ownerDocument==C&&Z.contains(C,ne)?1:L?n.call(L,ee)-n.call(L,ne):0:ye&4?-1:1)}),T}Z.matches=function(B,Y){return Z(B,null,null,Y)},Z.matchesSelector=function(B,Y){if(at(B),M&&!oe[Y+" "]&&(!U||!U.test(Y)))try{var q=z.call(B,Y);if(q||E.disconnectedMatch||B.document&&B.document.nodeType!==11)return q}catch(ee){oe(Y,!0)}return Z(Y,T,null,[B]).length>0},Z.contains=function(B,Y){return(B.ownerDocument||B)!=T&&at(B),r.contains(B,Y)},Z.attr=function(B,Y){(B.ownerDocument||B)!=T&&at(B);var q=D.attrHandle[Y.toLowerCase()],ee=q&&p.call(D.attrHandle,Y.toLowerCase())?q(B,Y,!M):void 0;return ee!==void 0?ee:B.getAttribute(Y)},Z.error=function(B){throw new Error("Syntax error, unrecognized expression: "+B)},r.uniqueSort=function(B){var Y,q=[],ee=0,ne=0;if(I=!E.sortStable,L=!E.sortStable&&m.call(B,0),c.call(B,ce),I){for(;Y=B[ne++];)Y===B[ne]&&(ee=q.push(ne));for(;ee--;)f.call(B,q[ee],1)}return L=null,B},r.fn.uniqueSort=function(){return this.pushStack(r.uniqueSort(m.apply(this)))},D=r.expr={cacheLength:50,createPseudo:de,match:St,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(B){return B[1]=B[1].replace(rt,Ie),B[3]=(B[3]||B[4]||B[5]||"").replace(rt,Ie),B[2]==="~="&&(B[3]=" "+B[3]+" "),B.slice(0,4)},CHILD:function(B){return B[1]=B[1].toLowerCase(),B[1].slice(0,3)==="nth"?(B[3]||Z.error(B[0]),B[4]=+(B[4]?B[5]+(B[6]||1):2*(B[3]==="even"||B[3]==="odd")),B[5]=+(B[7]+B[8]||B[3]==="odd")):B[3]&&Z.error(B[0]),B},PSEUDO:function(B){var Y,q=!B[6]&&B[2];return St.CHILD.test(B[0])?null:(B[3]?B[2]=B[4]||B[5]||"":q&&kt.test(q)&&(Y=Wt(q,!0))&&(Y=q.indexOf(")",q.length-Y)-q.length)&&(B[0]=B[0].slice(0,Y),B[2]=q.slice(0,Y)),B.slice(0,3))}},filter:{TAG:function(B){var Y=B.replace(rt,Ie).toLowerCase();return B==="*"?function(){return!0}:function(q){return u(q,Y)}},CLASS:function(B){var Y=V[B+" "];return Y||(Y=new RegExp("(^|"+A+")"+B+"("+A+"|$)"))&&V(B,function(q){return Y.test(typeof q.className=="string"&&q.className||typeof q.getAttribute!="undefined"&&q.getAttribute("class")||"")})},ATTR:function(B,Y,q){return function(ee){var ne=Z.attr(ee,B);return ne==null?Y==="!=":Y?(ne+="",Y==="="?ne===q:Y==="!="?ne!==q:Y==="^="?q&&ne.indexOf(q)===0:Y==="*="?q&&ne.indexOf(q)>-1:Y==="$="?q&&ne.slice(-q.length)===q:Y==="~="?(" "+ne.replace(Qe," ")+" ").indexOf(q)>-1:Y==="|="?ne===q||ne.slice(0,q.length+1)===q+"-":!1):!0}},CHILD:function(B,Y,q,ee,ne){var ye=B.slice(0,3)!=="nth",Se=B.slice(-4)!=="last",De=Y==="of-type";return ee===1&&ne===0?function(Ee){return!!Ee.parentNode}:function(Ee,Ue,ie){var re,le,ae,Ce,ke,xe=ye!==Se?"nextSibling":"previousSibling",ot=Ee.parentNode,vt=De&&Ee.nodeName.toLowerCase(),xt=!ie&&!De,dt=!1;if(ot){if(ye){for(;xe;){for(ae=Ee;ae=ae[xe];)if(De?u(ae,vt):ae.nodeType===1)return!1;ke=xe=B==="only"&&!ke&&"nextSibling"}return!0}if(ke=[Se?ot.firstChild:ot.lastChild],Se&&xt){for(le=ot[k]||(ot[k]={}),re=le[B]||[],Ce=re[0]===W&&re[1],dt=Ce&&re[2],ae=Ce&&ot.childNodes[Ce];ae=++Ce&&ae&&ae[xe]||(dt=Ce=0)||ke.pop();)if(ae.nodeType===1&&++dt&&ae===Ee){le[B]=[W,Ce,dt];break}}else if(xt&&(le=Ee[k]||(Ee[k]={}),re=le[B]||[],Ce=re[0]===W&&re[1],dt=Ce),dt===!1)for(;(ae=++Ce&&ae&&ae[xe]||(dt=Ce=0)||ke.pop())&&!((De?u(ae,vt):ae.nodeType===1)&&++dt&&(xt&&(le=ae[k]||(ae[k]={}),le[B]=[W,dt]),ae===Ee)););return dt-=ne,dt===ee||dt%ee===0&&dt/ee>=0}}},PSEUDO:function(B,Y){var q,ee=D.pseudos[B]||D.setFilters[B.toLowerCase()]||Z.error("unsupported pseudo: "+B);return ee[k]?ee(Y):ee.length>1?(q=[B,B,"",Y],D.setFilters.hasOwnProperty(B.toLowerCase())?de(function(ne,ye){for(var Se,De=ee(ne,Y),Ee=De.length;Ee--;)Se=n.call(ne,De[Ee]),ne[Se]=!(ye[Se]=De[Ee])}):function(ne){return ee(ne,0,q)}):ee}},pseudos:{not:de(function(B){var Y=[],q=[],ee=yt(B.replace(v,"$1"));return ee[k]?de(function(ne,ye,Se,De){for(var Ee,Ue=ee(ne,null,De,[]),ie=ne.length;ie--;)(Ee=Ue[ie])&&(ne[ie]=!(ye[ie]=Ee))}):function(ne,ye,Se){return Y[0]=ne,ee(Y,null,Se,q),Y[0]=null,!q.pop()}}),has:de(function(B){return function(Y){return Z(B,Y).length>0}}),contains:de(function(B){return B=B.replace(rt,Ie),function(Y){return(Y.textContent||r.text(Y)).indexOf(B)>-1}}),lang:de(function(B){return Le.test(B||"")||Z.error("unsupported lang: "+B),B=B.replace(rt,Ie).toLowerCase(),function(Y){var q;do if(q=M?Y.lang:Y.getAttribute("xml:lang")||Y.getAttribute("lang"))return q=q.toLowerCase(),q===B||q.indexOf(B+"-")===0;while((Y=Y.parentNode)&&Y.nodeType===1);return!1}}),target:function(B){var Y=window.location&&window.location.hash;return Y&&Y.slice(1)===B.id},root:function(B){return B===R},focus:function(B){return B===be()&&T.hasFocus()&&!!(B.type||B.href||~B.tabIndex)},enabled:$e(!1),disabled:$e(!0),checked:function(B){return u(B,"input")&&!!B.checked||u(B,"option")&&!!B.selected},selected:function(B){return B.parentNode&&B.parentNode.selectedIndex,B.selected===!0},empty:function(B){for(B=B.firstChild;B;B=B.nextSibling)if(B.nodeType<6)return!1;return!0},parent:function(B){return!D.pseudos.empty(B)},header:function(B){return je.test(B.nodeName)},input:function(B){return Be.test(B.nodeName)},button:function(B){return u(B,"input")&&B.type==="button"||u(B,"button")},text:function(B){var Y;return u(B,"input")&&B.type==="text"&&((Y=B.getAttribute("type"))==null||Y.toLowerCase()==="text")},first:Ge(function(){return[0]}),last:Ge(function(B,Y){return[Y-1]}),eq:Ge(function(B,Y,q){return[q<0?q+Y:q]}),even:Ge(function(B,Y){for(var q=0;q<Y;q+=2)B.push(q);return B}),odd:Ge(function(B,Y){for(var q=1;q<Y;q+=2)B.push(q);return B}),lt:Ge(function(B,Y,q){var ee;for(q<0?ee=q+Y:q>Y?ee=Y:ee=q;--ee>=0;)B.push(ee);return B}),gt:Ge(function(B,Y,q){for(var ee=q<0?q+Y:q;++ee<Y;)B.push(ee);return B})}},D.pseudos.nth=D.pseudos.eq;for(b in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})D.pseudos[b]=Re(b);for(b in{submit:!0,reset:!0})D.pseudos[b]=We(b);function ct(){}ct.prototype=D.filters=D.pseudos,D.setFilters=new ct;function Wt(B,Y){var q,ee,ne,ye,Se,De,Ee,Ue=K[B+" "];if(Ue)return Y?0:Ue.slice(0);for(Se=B,De=[],Ee=D.preFilter;Se;){(!q||(ee=mt.exec(Se)))&&(ee&&(Se=Se.slice(ee[0].length)||Se),De.push(ne=[])),q=!1,(ee=Pt.exec(Se))&&(q=ee.shift(),ne.push({value:q,type:ee[0].replace(v," ")}),Se=Se.slice(q.length));for(ye in D.filter)(ee=St[ye].exec(Se))&&(!Ee[ye]||(ee=Ee[ye](ee)))&&(q=ee.shift(),ne.push({value:q,type:ye,matches:ee}),Se=Se.slice(q.length));if(!q)break}return Y?Se.length:Se?Z.error(B):K(B,De).slice(0)}function Rt(B){for(var Y=0,q=B.length,ee="";Y<q;Y++)ee+=B[Y].value;return ee}function Ct(B,Y,q){var ee=Y.dir,ne=Y.next,ye=ne||ee,Se=q&&ye==="parentNode",De=$++;return Y.first?function(Ee,Ue,ie){for(;Ee=Ee[ee];)if(Ee.nodeType===1||Se)return B(Ee,Ue,ie);return!1}:function(Ee,Ue,ie){var re,le,ae=[W,De];if(ie){for(;Ee=Ee[ee];)if((Ee.nodeType===1||Se)&&B(Ee,Ue,ie))return!0}else for(;Ee=Ee[ee];)if(Ee.nodeType===1||Se)if(le=Ee[k]||(Ee[k]={}),ne&&u(Ee,ne))Ee=Ee[ee]||Ee;else{if((re=le[ye])&&re[0]===W&&re[1]===De)return ae[2]=re[2];if(le[ye]=ae,ae[2]=B(Ee,Ue,ie))return!0}return!1}}function ur(B){return B.length>1?function(Y,q,ee){for(var ne=B.length;ne--;)if(!B[ne](Y,q,ee))return!1;return!0}:B[0]}function fr(B,Y,q){for(var ee=0,ne=Y.length;ee<ne;ee++)Z(B,Y[ee],q);return q}function Cr(B,Y,q,ee,ne){for(var ye,Se=[],De=0,Ee=B.length,Ue=Y!=null;De<Ee;De++)(ye=B[De])&&(!q||q(ye,ee,ne))&&(Se.push(ye),Ue&&Y.push(De));return Se}function kr(B,Y,q,ee,ne,ye){return ee&&!ee[k]&&(ee=kr(ee)),ne&&!ne[k]&&(ne=kr(ne,ye)),de(function(Se,De,Ee,Ue){var ie,re,le,ae,Ce=[],ke=[],xe=De.length,ot=Se||fr(Y||"*",Ee.nodeType?[Ee]:Ee,[]),vt=B&&(Se||!Y)?Cr(ot,Ce,B,Ee,Ue):ot;if(q?(ae=ne||(Se?B:xe||ee)?[]:De,q(vt,ae,Ee,Ue)):ae=vt,ee)for(ie=Cr(ae,ke),ee(ie,[],Ee,Ue),re=ie.length;re--;)(le=ie[re])&&(ae[ke[re]]=!(vt[ke[re]]=le));if(Se){if(ne||B){if(ne){for(ie=[],re=ae.length;re--;)(le=ae[re])&&ie.push(vt[re]=le);ne(null,ae=[],ie,Ue)}for(re=ae.length;re--;)(le=ae[re])&&(ie=ne?n.call(Se,le):Ce[re])>-1&&(Se[ie]=!(De[ie]=le))}}else ae=Cr(ae===De?ae.splice(xe,ae.length):ae),ne?ne(null,De,ae,Ue):w.apply(De,ae)})}function Ft(B){for(var Y,q,ee,ne=B.length,ye=D.relative[B[0].type],Se=ye||D.relative[" "],De=ye?1:0,Ee=Ct(function(re){return re===Y},Se,!0),Ue=Ct(function(re){return n.call(Y,re)>-1},Se,!0),ie=[function(re,le,ae){var Ce=!ye&&(ae||le!=N)||((Y=le).nodeType?Ee(re,le,ae):Ue(re,le,ae));return Y=null,Ce}];De<ne;De++)if(q=D.relative[B[De].type])ie=[Ct(ur(ie),q)];else{if(q=D.filter[B[De].type].apply(null,B[De].matches),q[k]){for(ee=++De;ee<ne&&!D.relative[B[ee].type];ee++);return kr(De>1&&ur(ie),De>1&&Rt(B.slice(0,De-1).concat({value:B[De-2].type===" "?"*":""})).replace(v,"$1"),q,De<ee&&Ft(B.slice(De,ee)),ee<ne&&Ft(B=B.slice(ee)),ee<ne&&Rt(B))}ie.push(q)}return ur(ie)}function Fr(B,Y){var q=Y.length>0,ee=B.length>0,ne=function(ye,Se,De,Ee,Ue){var ie,re,le,ae=0,Ce="0",ke=ye&&[],xe=[],ot=N,vt=ye||ee&&D.find.TAG("*",Ue),xt=W+=ot==null?1:Math.random()||.1,dt=vt.length;for(Ue&&(N=Se==T||Se||Ue);Ce!==dt&&(ie=vt[Ce])!=null;Ce++){if(ee&&ie){for(re=0,!Se&&ie.ownerDocument!=T&&(at(ie),De=!M);le=B[re++];)if(le(ie,Se||T,De)){w.call(Ee,ie);break}Ue&&(W=xt)}q&&((ie=!le&&ie)&&ae--,ye&&ke.push(ie))}if(ae+=Ce,q&&Ce!==ae){for(re=0;le=Y[re++];)le(ke,xe,Se,De);if(ye){if(ae>0)for(;Ce--;)ke[Ce]||xe[Ce]||(xe[Ce]=g.call(Ee));xe=Cr(xe)}w.apply(Ee,xe),Ue&&!ye&&xe.length>0&&ae+Y.length>1&&r.uniqueSort(Ee)}return Ue&&(W=xt,N=ot),ke};return q?de(ne):ne}function yt(B,Y){var q,ee=[],ne=[],ye=Q[B+" "];if(!ye){for(Y||(Y=Wt(B)),q=Y.length;q--;)ye=Ft(Y[q]),ye[k]?ee.push(ye):ne.push(ye);ye=Q(B,Fr(ne,ee)),ye.selector=B}return ye}function Mr(B,Y,q,ee){var ne,ye,Se,De,Ee,Ue=typeof B=="function"&&B,ie=!ee&&Wt(B=Ue.selector||B);if(q=q||[],ie.length===1){if(ye=ie[0]=ie[0].slice(0),ye.length>2&&(Se=ye[0]).type==="ID"&&Y.nodeType===9&&M&&D.relative[ye[1].type]){if(Y=(D.find.ID(Se.matches[0].replace(rt,Ie),Y)||[])[0],Y)Ue&&(Y=Y.parentNode);else return q;B=B.slice(ye.shift().value.length)}for(ne=St.needsContext.test(B)?0:ye.length;ne--&&(Se=ye[ne],!D.relative[De=Se.type]);)if((Ee=D.find[De])&&(ee=Ee(Se.matches[0].replace(rt,Ie),gr.test(ye[0].type)&&qe(Y.parentNode)||Y))){if(ye.splice(ne,1),B=ee.length&&Rt(ye),!B)return w.apply(q,ee),q;break}}return(Ue||yt(B,ie))(ee,Y,!M,q,!Y||gr.test(B)&&qe(Y.parentNode)||Y),q}E.sortStable=k.split("").sort(ce).join("")===k,at(),E.sortDetached=ge(function(B){return B.compareDocumentPosition(T.createElement("fieldset"))&1}),r.find=Z,r.expr[":"]=r.expr.pseudos,r.unique=r.uniqueSort,Z.compile=yt,Z.select=Mr,Z.setDocument=at,Z.escape=r.escapeSelector,Z.getText=r.text,Z.isXML=r.isXMLDoc,Z.selectors=r.expr,Z.support=r.support,Z.uniqueSort=r.uniqueSort})()}.apply(y,d),i!==void 0&&(P.exports=i)},9302:(P,y,a)=>{var d,i;d=[a(264)],i=function(r){"use strict";r.contains=function(u,h){var o=h&&h.parentNode;return u===o||!!(o&&o.nodeType===1&&(u.contains?u.contains(o):u.compareDocumentPosition&&u.compareDocumentPosition(o)&16))}}.apply(y,d),i!==void 0&&(P.exports=i)},7902:(P,y,a)=>{var d,i;d=[a(264)],i=function(r){"use strict";var u=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\x80-\uFFFF\w-]/g;function h(o,n){return n?o==="\0"?"\uFFFD":o.slice(0,-1)+"\\"+o.charCodeAt(o.length-1).toString(16)+" ":"\\"+o}r.escapeSelector=function(o){return(o+"").replace(u,h)}}.apply(y,d),i!==void 0&&(P.exports=i)},8433:(P,y,a)=>{var d,i;d=[a(264),a(6282),a(3899),a(4995),a(7116),a(3599),a(3291)],i=function(r,u,h,o){"use strict";var n=/\[\]$/,p=/\r?\n/g,g=/^(?:submit|button|image|reset|file)$/i,s=/^(?:input|select|textarea|keygen)/i;function m(c,f,A,v){var E;if(Array.isArray(f))r.each(f,function(C,S){A||n.test(c)?v(c,S):m(c+"["+(typeof S=="object"&&S!=null?C:"")+"]",S,A,v)});else if(!A&&u(f)==="object")for(E in f)m(c+"["+E+"]",f[E],A,v);else v(c,f)}return r.param=function(c,f){var A,v=[],E=function(C,S){var b=o(S)?S():S;v[v.length]=encodeURIComponent(C)+"="+encodeURIComponent(b==null?"":b)};if(c==null)return"";if(Array.isArray(c)||c.jquery&&!r.isPlainObject(c))r.each(c,function(){E(this.name,this.value)});else for(A in c)m(A,c[A],f,E);return v.join("&")},r.fn.extend({serialize:function(){return r.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var c=r.prop(this,"elements");return c?r.makeArray(c):this}).filter(function(){var c=this.type;return this.name&&!r(this).is(":disabled")&&s.test(this.nodeName)&&!g.test(c)&&(this.checked||!h.test(c))}).map(function(c,f){var A=r(this).val();return A==null?null:Array.isArray(A)?r.map(A,function(v){return{name:f.name,value:v.replace(p,`\r
|
|
`)}}):{name:f.name,value:A.replace(p,`\r
|
|
`)}}).get()}}),r}.apply(y,d),i!==void 0&&(P.exports=i)},3599:(P,y,a)=>{var d,i;d=[a(264),a(792),a(1221),a(6219),a(6921),a(2711),a(7473),a(7116),a(6563),a(5704)],i=function(r,u,h,o,n,p,g){"use strict";var s=/^(?:parents|prev(?:Until|All))/,m={children:!0,contents:!0,next:!0,prev:!0};r.fn.extend({has:function(f){var A=r(f,this),v=A.length;return this.filter(function(){for(var E=0;E<v;E++)if(r.contains(this,A[E]))return!0})},closest:function(f,A){var v,E=0,C=this.length,S=[],b=typeof f!="string"&&r(f);if(!p.test(f)){for(;E<C;E++)for(v=this[E];v&&v!==A;v=v.parentNode)if(v.nodeType<11&&(b?b.index(v)>-1:v.nodeType===1&&r.find.matchesSelector(v,f))){S.push(v);break}}return this.pushStack(S.length>1?r.uniqueSort(S):S)},index:function(f){return f?typeof f=="string"?h.call(r(f),this[0]):h.call(this,f.jquery?f[0]:f):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(f,A){return this.pushStack(r.uniqueSort(r.merge(this.get(),r(f,A))))},addBack:function(f){return this.add(f==null?this.prevObject:this.prevObject.filter(f))}});function c(f,A){for(;(f=f[A])&&f.nodeType!==1;);return f}return r.each({parent:function(f){var A=f.parentNode;return A&&A.nodeType!==11?A:null},parents:function(f){return o(f,"parentNode")},parentsUntil:function(f,A,v){return o(f,"parentNode",v)},next:function(f){return c(f,"nextSibling")},prev:function(f){return c(f,"previousSibling")},nextAll:function(f){return o(f,"nextSibling")},prevAll:function(f){return o(f,"previousSibling")},nextUntil:function(f,A,v){return o(f,"nextSibling",v)},prevUntil:function(f,A,v){return o(f,"previousSibling",v)},siblings:function(f){return n((f.parentNode||{}).firstChild,f)},children:function(f){return n(f.firstChild)},contents:function(f){return f.contentDocument!=null&&u(f.contentDocument)?f.contentDocument:(g(f,"template")&&(f=f.content||f),r.merge([],f.childNodes))}},function(f,A){r.fn[f]=function(v,E){var C=r.map(this,A,v);return f.slice(-5)!=="Until"&&(E=v),E&&typeof E=="string"&&(C=r.filter(E,C)),this.length>1&&(m[f]||r.uniqueSort(C),s.test(f)&&C.reverse()),this.pushStack(C)}}),r}.apply(y,d),i!==void 0&&(P.exports=i)},6563:(P,y,a)=>{var d,i;d=[a(264),a(1221),a(4995),a(2711),a(5704)],i=function(r,u,h,o){"use strict";function n(p,g,s){return h(g)?r.grep(p,function(m,c){return!!g.call(m,c,m)!==s}):g.nodeType?r.grep(p,function(m){return m===g!==s}):typeof g!="string"?r.grep(p,function(m){return u.call(g,m)>-1!==s}):r.filter(g,p,s)}r.filter=function(p,g,s){var m=g[0];return s&&(p=":not("+p+")"),g.length===1&&m.nodeType===1?r.find.matchesSelector(m,p)?[m]:[]:r.find.matches(p,r.grep(g,function(c){return c.nodeType===1}))},r.fn.extend({find:function(p){var g,s,m=this.length,c=this;if(typeof p!="string")return this.pushStack(r(p).filter(function(){for(g=0;g<m;g++)if(r.contains(c[g],this))return!0}));for(s=this.pushStack([]),g=0;g<m;g++)r.find(p,c[g],s);return m>1?r.uniqueSort(s):s},filter:function(p){return this.pushStack(n(this,p||[],!1))},not:function(p){return this.pushStack(n(this,p||[],!0))},is:function(p){return!!n(this,typeof p=="string"&&o.test(p)?r(p):p||[],!1).length}})}.apply(y,d),i!==void 0&&(P.exports=i)},6219:(P,y,a)=>{var d,i;d=[a(264)],i=function(r){"use strict";return function(u,h,o){for(var n=[],p=o!==void 0;(u=u[h])&&u.nodeType!==9;)if(u.nodeType===1){if(p&&r(u).is(o))break;n.push(u)}return n}}.apply(y,d),i!==void 0&&(P.exports=i)},2711:(P,y,a)=>{var d,i;d=[a(264),a(5704)],i=function(r){"use strict";return r.expr.match.needsContext}.apply(y,d),i!==void 0&&(P.exports=i)},6921:(P,y,a)=>{var d;d=function(){"use strict";return function(i,r){for(var u=[];i;i=i.nextSibling)i.nodeType===1&&i!==r&&u.push(i);return u}}.call(y,a,y,P),d!==void 0&&(P.exports=d)},6234:(P,y,a)=>{var d,i;d=[a(6856)],i=function(r){"use strict";return r.call(Object)}.apply(y,d),i!==void 0&&(P.exports=i)},8081:(P,y,a)=>{var d;d=function(){"use strict";return[]}.call(y,a,y,P),d!==void 0&&(P.exports=d)},7204:(P,y,a)=>{var d;d=function(){"use strict";return{}}.call(y,a,y,P),d!==void 0&&(P.exports=d)},5422:(P,y,a)=>{var d;d=function(){"use strict";return window.document}.call(y,a,y,P),d!==void 0&&(P.exports=d)},7246:(P,y,a)=>{var d,i;d=[a(5422)],i=function(r){"use strict";return r.documentElement}.apply(y,d),i!==void 0&&(P.exports=i)},1216:(P,y,a)=>{var d,i;d=[a(8081)],i=function(r){"use strict";return r.flat?function(u){return r.flat.call(u)}:function(u){return r.concat.apply([],u)}}.apply(y,d),i!==void 0&&(P.exports=i)},6856:(P,y,a)=>{var d,i;d=[a(1878)],i=function(r){"use strict";return r.toString}.apply(y,d),i!==void 0&&(P.exports=i)},792:(P,y,a)=>{var d;d=function(){"use strict";return Object.getPrototypeOf}.call(y,a,y,P),d!==void 0&&(P.exports=d)},1878:(P,y,a)=>{var d,i;d=[a(7204)],i=function(r){"use strict";return r.hasOwnProperty}.apply(y,d),i!==void 0&&(P.exports=i)},1221:(P,y,a)=>{var d,i;d=[a(8081)],i=function(r){"use strict";return r.indexOf}.apply(y,d),i!==void 0&&(P.exports=i)},4995:(P,y,a)=>{var d;d=function(){"use strict";return function(r){return typeof r=="function"&&typeof r.nodeType!="number"&&typeof r.item!="function"}}.call(y,a,y,P),d!==void 0&&(P.exports=d)},5718:(P,y,a)=>{var d;d=function(){"use strict";return function(r){return r!=null&&r===r.window}}.call(y,a,y,P),d!==void 0&&(P.exports=d)},2228:(P,y,a)=>{var d;d=function(){"use strict";return/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source}.call(y,a,y,P),d!==void 0&&(P.exports=d)},5893:(P,y,a)=>{var d,i;d=[a(8081)],i=function(r){"use strict";return r.pop}.apply(y,d),i!==void 0&&(P.exports=i)},5695:(P,y,a)=>{var d,i;d=[a(8081)],i=function(r){"use strict";return r.push}.apply(y,d),i!==void 0&&(P.exports=i)},3899:(P,y,a)=>{var d;d=function(){"use strict";return/^(?:checkbox|radio)$/i}.call(y,a,y,P),d!==void 0&&(P.exports=d)},7445:(P,y,a)=>{var d,i;d=[a(2228)],i=function(r){"use strict";return new RegExp("^(?:([+-])=|)("+r+")([a-z%]*)$","i")}.apply(y,d),i!==void 0&&(P.exports=i)},3153:(P,y,a)=>{var d;d=function(){"use strict";return/[^\x20\t\r\n\f]+/g}.call(y,a,y,P),d!==void 0&&(P.exports=d)},9509:(P,y,a)=>{var d,i;d=[a(2666)],i=function(r){"use strict";return new RegExp("^"+r+"+|((?:^|[^\\\\])(?:\\\\.)*)"+r+"+$","g")}.apply(y,d),i!==void 0&&(P.exports=i)},9916:(P,y,a)=>{var d,i;d=[a(8081)],i=function(r){"use strict";return r.slice}.apply(y,d),i!==void 0&&(P.exports=i)},476:(P,y,a)=>{var d,i;d=[a(8081)],i=function(r){"use strict";return r.sort}.apply(y,d),i!==void 0&&(P.exports=i)},1421:(P,y,a)=>{var d,i;d=[a(8081)],i=function(r){"use strict";return r.splice}.apply(y,d),i!==void 0&&(P.exports=i)},2276:(P,y,a)=>{var d;d=function(){"use strict";return{}}.call(y,a,y,P),d!==void 0&&(P.exports=d)},1030:(P,y,a)=>{var d,i;d=[a(7204)],i=function(r){"use strict";return r.toString}.apply(y,d),i!==void 0&&(P.exports=i)},2666:(P,y,a)=>{var d;d=function(){"use strict";return"[\\x20\\t\\r\\n\\f]"}.call(y,a,y,P),d!==void 0&&(P.exports=d)},7286:(P,y,a)=>{var d,i;d=[a(264),a(4995),a(7116),a(9921),a(3599)],i=function(r,u){"use strict";return r.fn.extend({wrapAll:function(h){var o;return this[0]&&(u(h)&&(h=h.call(this[0])),o=r(h,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&o.insertBefore(this[0]),o.map(function(){for(var n=this;n.firstElementChild;)n=n.firstElementChild;return n}).append(this)),this},wrapInner:function(h){return u(h)?this.each(function(o){r(this).wrapInner(h.call(this,o))}):this.each(function(){var o=r(this),n=o.contents();n.length?n.wrapAll(h):o.append(h)})},wrap:function(h){var o=u(h);return this.each(function(n){r(this).wrapAll(o?h.call(this,n):h)})},unwrap:function(h){return this.parent(h).not("body").each(function(){r(this).replaceWith(this.childNodes)}),this}}),r}.apply(y,d),i!==void 0&&(P.exports=i)},1893:function(P,y,a){P=a.nmd(P);var d;/**
|
|
* @license
|
|
* Lodash <https://lodash.com/>
|
|
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
* Released under MIT license <https://lodash.com/license>
|
|
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
*/(function(){var i,r="4.17.21",u=200,h="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",o="Expected a function",n="Invalid `variable` option passed into `_.template`",p="__lodash_hash_undefined__",g=500,s="__lodash_placeholder__",m=1,c=2,f=4,A=1,v=2,E=1,C=2,S=4,b=8,D=16,N=32,L=64,I=128,w=256,T=512,R=30,M="...",U=800,z=16,k=1,W=2,$=3,V=1/0,K=9007199254740991,Q=17976931348623157e292,oe=0/0,ce=4294967295,J=ce-1,ve=ce>>>1,Ae=[["ary",I],["bind",E],["bindKey",C],["curry",b],["curryRight",D],["flip",T],["partial",N],["partialRight",L],["rearg",w]],Pe="[object Arguments]",Qe="[object Array]",mt="[object AsyncFunction]",Pt="[object Boolean]",bt="[object Date]",kt="[object DOMException]",Le="[object Error]",St="[object Function]",Be="[object GeneratorFunction]",je="[object Map]",Jt="[object Number]",gr="[object Null]",rt="[object Object]",Ie="[object Promise]",fe="[object Proxy]",Ne="[object RegExp]",be="[object Set]",Z="[object String]",me="[object Symbol]",de="[object Undefined]",ge="[object WeakMap]",Re="[object WeakSet]",We="[object ArrayBuffer]",$e="[object DataView]",Ge="[object Float32Array]",qe="[object Float64Array]",at="[object Int8Array]",ct="[object Int16Array]",Wt="[object Int32Array]",Rt="[object Uint8Array]",Ct="[object Uint8ClampedArray]",ur="[object Uint16Array]",fr="[object Uint32Array]",Cr=/\b__p \+= '';/g,kr=/\b(__p \+=) '' \+/g,Ft=/(__e\(.*?\)|\b__t\)) \+\n'';/g,Fr=/&(?:amp|lt|gt|quot|#39);/g,yt=/[&<>"']/g,Mr=RegExp(Fr.source),B=RegExp(yt.source),Y=/<%-([\s\S]+?)%>/g,q=/<%([\s\S]+?)%>/g,ee=/<%=([\s\S]+?)%>/g,ne=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,ye=/^\w*$/,Se=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,De=/[\\^$.*+?()[\]{}|]/g,Ee=RegExp(De.source),Ue=/^\s+/,ie=/\s/,re=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,le=/\{\n\/\* \[wrapped with (.+)\] \*/,ae=/,? & /,Ce=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,ke=/[()=,{}\[\]\/\s]/,xe=/\\(\\)?/g,ot=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,vt=/\w*$/,xt=/^[-+]0x[0-9a-f]+$/i,dt=/^0b[01]+$/i,nt=/^\[object .+?Constructor\]$/,et=/^0o[0-7]+$/i,cn=/^(?:0|[1-9]\d*)$/,Ps=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,ai=/($^)/,Yr=/['\n\r\u2028\u2029\\]/g,Pi="\\ud800-\\udfff",qo="\\u0300-\\u036f",Qo="\\ufe20-\\ufe2f",el="\\u20d0-\\u20ff",bs=qo+Qo+el,Cs="\\u2700-\\u27bf",Ts="a-z\\xdf-\\xf6\\xf8-\\xff",tl="\\xac\\xb1\\xd7\\xf7",rl="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",il="\\u2000-\\u206f",nl=" \\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",Ds="A-Z\\xc0-\\xd6\\xd8-\\xde",Ns="\\ufe0e\\ufe0f",xs=tl+rl+il+nl,dn="['\u2019]",sl="["+Pi+"]",ws="["+xs+"]",bi="["+bs+"]",Is="\\d+",al="["+Cs+"]",Rs="["+Ts+"]",Os="[^"+Pi+xs+Is+Cs+Ts+Ds+"]",hn="\\ud83c[\\udffb-\\udfff]",ol="(?:"+bi+"|"+hn+")",Ls="[^"+Pi+"]",gn="(?:\\ud83c[\\udde6-\\uddff]){2}",mn="[\\ud800-\\udbff][\\udc00-\\udfff]",Vr="["+Ds+"]",ks="\\u200d",Fs="(?:"+Rs+"|"+Os+")",ll="(?:"+Vr+"|"+Os+")",Ms="(?:"+dn+"(?:d|ll|m|re|s|t|ve))?",Bs="(?:"+dn+"(?:D|LL|M|RE|S|T|VE))?",$s=ol+"?",Ws="["+Ns+"]?",pl="(?:"+ks+"(?:"+[Ls,gn,mn].join("|")+")"+Ws+$s+")*",ul="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",fl="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",Us=Ws+$s+pl,cl="(?:"+[al,gn,mn].join("|")+")"+Us,dl="(?:"+[Ls+bi+"?",bi,gn,mn,sl].join("|")+")",hl=RegExp(dn,"g"),gl=RegExp(bi,"g"),yn=RegExp(hn+"(?="+hn+")|"+dl+Us,"g"),ml=RegExp([Vr+"?"+Rs+"+"+Ms+"(?="+[ws,Vr,"$"].join("|")+")",ll+"+"+Bs+"(?="+[ws,Vr+Fs,"$"].join("|")+")",Vr+"?"+Fs+"+"+Ms,Vr+"+"+Bs,fl,ul,Is,cl].join("|"),"g"),yl=RegExp("["+ks+Pi+bs+Ns+"]"),vl=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,Al=["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"],Sl=-1,ft={};ft[Ge]=ft[qe]=ft[at]=ft[ct]=ft[Wt]=ft[Rt]=ft[Ct]=ft[ur]=ft[fr]=!0,ft[Pe]=ft[Qe]=ft[We]=ft[Pt]=ft[$e]=ft[bt]=ft[Le]=ft[St]=ft[je]=ft[Jt]=ft[rt]=ft[Ne]=ft[be]=ft[Z]=ft[ge]=!1;var ut={};ut[Pe]=ut[Qe]=ut[We]=ut[$e]=ut[Pt]=ut[bt]=ut[Ge]=ut[qe]=ut[at]=ut[ct]=ut[Wt]=ut[je]=ut[Jt]=ut[rt]=ut[Ne]=ut[be]=ut[Z]=ut[me]=ut[Rt]=ut[Ct]=ut[ur]=ut[fr]=!0,ut[Le]=ut[St]=ut[ge]=!1;var El={\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"},_l={"&":"&","<":"<",">":">",'"':""","'":"'"},Pl={"&":"&","<":"<",">":">",""":'"',"'":"'"},bl={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},Cl=parseFloat,Tl=parseInt,Hs=typeof a.g=="object"&&a.g&&a.g.Object===Object&&a.g,Dl=typeof self=="object"&&self&&self.Object===Object&&self,wt=Hs||Dl||Function("return this")(),Ks=y&&!y.nodeType&&y,oi=Ks&&!0&&P&&!P.nodeType&&P,Gs=oi&&oi.exports===Ks,vn=Gs&&Hs.process,qt=function(){try{var X=oi&&oi.require&&oi.require("util").types;return X||vn&&vn.binding&&vn.binding("util")}catch(se){}}(),zs=qt&&qt.isArrayBuffer,Ys=qt&&qt.isDate,Vs=qt&&qt.isMap,Xs=qt&&qt.isRegExp,js=qt&&qt.isSet,Zs=qt&&qt.isTypedArray;function zt(X,se,te){switch(te.length){case 0:return X.call(se);case 1:return X.call(se,te[0]);case 2:return X.call(se,te[0],te[1]);case 3:return X.call(se,te[0],te[1],te[2])}return X.apply(se,te)}function Nl(X,se,te,Te){for(var He=-1,it=X==null?0:X.length;++He<it;){var Tt=X[He];se(Te,Tt,te(Tt),X)}return Te}function Qt(X,se){for(var te=-1,Te=X==null?0:X.length;++te<Te&&se(X[te],te,X)!==!1;);return X}function xl(X,se){for(var te=X==null?0:X.length;te--&&se(X[te],te,X)!==!1;);return X}function Js(X,se){for(var te=-1,Te=X==null?0:X.length;++te<Te;)if(!se(X[te],te,X))return!1;return!0}function Tr(X,se){for(var te=-1,Te=X==null?0:X.length,He=0,it=[];++te<Te;){var Tt=X[te];se(Tt,te,X)&&(it[He++]=Tt)}return it}function Ci(X,se){var te=X==null?0:X.length;return!!te&&Xr(X,se,0)>-1}function An(X,se,te){for(var Te=-1,He=X==null?0:X.length;++Te<He;)if(te(se,X[Te]))return!0;return!1}function ht(X,se){for(var te=-1,Te=X==null?0:X.length,He=Array(Te);++te<Te;)He[te]=se(X[te],te,X);return He}function Dr(X,se){for(var te=-1,Te=se.length,He=X.length;++te<Te;)X[He+te]=se[te];return X}function Sn(X,se,te,Te){var He=-1,it=X==null?0:X.length;for(Te&&it&&(te=X[++He]);++He<it;)te=se(te,X[He],He,X);return te}function wl(X,se,te,Te){var He=X==null?0:X.length;for(Te&&He&&(te=X[--He]);He--;)te=se(te,X[He],He,X);return te}function En(X,se){for(var te=-1,Te=X==null?0:X.length;++te<Te;)if(se(X[te],te,X))return!0;return!1}var Il=_n("length");function Rl(X){return X.split("")}function Ol(X){return X.match(Ce)||[]}function qs(X,se,te){var Te;return te(X,function(He,it,Tt){if(se(He,it,Tt))return Te=it,!1}),Te}function Ti(X,se,te,Te){for(var He=X.length,it=te+(Te?1:-1);Te?it--:++it<He;)if(se(X[it],it,X))return it;return-1}function Xr(X,se,te){return se===se?zl(X,se,te):Ti(X,Qs,te)}function Ll(X,se,te,Te){for(var He=te-1,it=X.length;++He<it;)if(Te(X[He],se))return He;return-1}function Qs(X){return X!==X}function ea(X,se){var te=X==null?0:X.length;return te?bn(X,se)/te:oe}function _n(X){return function(se){return se==null?i:se[X]}}function Pn(X){return function(se){return X==null?i:X[se]}}function ta(X,se,te,Te,He){return He(X,function(it,Tt,pt){te=Te?(Te=!1,it):se(te,it,Tt,pt)}),te}function kl(X,se){var te=X.length;for(X.sort(se);te--;)X[te]=X[te].value;return X}function bn(X,se){for(var te,Te=-1,He=X.length;++Te<He;){var it=se(X[Te]);it!==i&&(te=te===i?it:te+it)}return te}function Cn(X,se){for(var te=-1,Te=Array(X);++te<X;)Te[te]=se(te);return Te}function Fl(X,se){return ht(se,function(te){return[te,X[te]]})}function ra(X){return X&&X.slice(0,aa(X)+1).replace(Ue,"")}function Yt(X){return function(se){return X(se)}}function Tn(X,se){return ht(se,function(te){return X[te]})}function li(X,se){return X.has(se)}function ia(X,se){for(var te=-1,Te=X.length;++te<Te&&Xr(se,X[te],0)>-1;);return te}function na(X,se){for(var te=X.length;te--&&Xr(se,X[te],0)>-1;);return te}function Ml(X,se){for(var te=X.length,Te=0;te--;)X[te]===se&&++Te;return Te}var Bl=Pn(El),$l=Pn(_l);function Wl(X){return"\\"+bl[X]}function Ul(X,se){return X==null?i:X[se]}function jr(X){return yl.test(X)}function Hl(X){return vl.test(X)}function Kl(X){for(var se,te=[];!(se=X.next()).done;)te.push(se.value);return te}function Dn(X){var se=-1,te=Array(X.size);return X.forEach(function(Te,He){te[++se]=[He,Te]}),te}function sa(X,se){return function(te){return X(se(te))}}function Nr(X,se){for(var te=-1,Te=X.length,He=0,it=[];++te<Te;){var Tt=X[te];(Tt===se||Tt===s)&&(X[te]=s,it[He++]=te)}return it}function Di(X){var se=-1,te=Array(X.size);return X.forEach(function(Te){te[++se]=Te}),te}function Gl(X){var se=-1,te=Array(X.size);return X.forEach(function(Te){te[++se]=[Te,Te]}),te}function zl(X,se,te){for(var Te=te-1,He=X.length;++Te<He;)if(X[Te]===se)return Te;return-1}function Yl(X,se,te){for(var Te=te+1;Te--;)if(X[Te]===se)return Te;return Te}function Zr(X){return jr(X)?Xl(X):Il(X)}function ar(X){return jr(X)?jl(X):Rl(X)}function aa(X){for(var se=X.length;se--&&ie.test(X.charAt(se)););return se}var Vl=Pn(Pl);function Xl(X){for(var se=yn.lastIndex=0;yn.test(X);)++se;return se}function jl(X){return X.match(yn)||[]}function Zl(X){return X.match(ml)||[]}var Jl=function X(se){se=se==null?wt:Ni.defaults(wt.Object(),se,Ni.pick(wt,Al));var te=se.Array,Te=se.Date,He=se.Error,it=se.Function,Tt=se.Math,pt=se.Object,Nn=se.RegExp,ql=se.String,er=se.TypeError,xi=te.prototype,Ql=it.prototype,Jr=pt.prototype,wi=se["__core-js_shared__"],Ii=Ql.toString,lt=Jr.hasOwnProperty,ep=0,oa=function(){var e=/[^.]+$/.exec(wi&&wi.keys&&wi.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}(),Ri=Jr.toString,tp=Ii.call(pt),rp=wt._,ip=Nn("^"+Ii.call(lt).replace(De,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Oi=Gs?se.Buffer:i,xr=se.Symbol,Li=se.Uint8Array,la=Oi?Oi.allocUnsafe:i,ki=sa(pt.getPrototypeOf,pt),pa=pt.create,ua=Jr.propertyIsEnumerable,Fi=xi.splice,fa=xr?xr.isConcatSpreadable:i,pi=xr?xr.iterator:i,Br=xr?xr.toStringTag:i,Mi=function(){try{var e=Kr(pt,"defineProperty");return e({},"",{}),e}catch(t){}}(),np=se.clearTimeout!==wt.clearTimeout&&se.clearTimeout,sp=Te&&Te.now!==wt.Date.now&&Te.now,ap=se.setTimeout!==wt.setTimeout&&se.setTimeout,Bi=Tt.ceil,$i=Tt.floor,xn=pt.getOwnPropertySymbols,op=Oi?Oi.isBuffer:i,ca=se.isFinite,lp=xi.join,pp=sa(pt.keys,pt),Dt=Tt.max,Ot=Tt.min,up=Te.now,fp=se.parseInt,da=Tt.random,cp=xi.reverse,wn=Kr(se,"DataView"),ui=Kr(se,"Map"),In=Kr(se,"Promise"),qr=Kr(se,"Set"),fi=Kr(se,"WeakMap"),ci=Kr(pt,"create"),Wi=fi&&new fi,Qr={},dp=Gr(wn),hp=Gr(ui),gp=Gr(In),mp=Gr(qr),yp=Gr(fi),Ui=xr?xr.prototype:i,di=Ui?Ui.valueOf:i,ha=Ui?Ui.toString:i;function O(e){if(At(e)&&!Ke(e)&&!(e instanceof Ze)){if(e instanceof tr)return e;if(lt.call(e,"__wrapped__"))return mo(e)}return new tr(e)}var ei=function(){function e(){}return function(t){if(!gt(t))return{};if(pa)return pa(t);e.prototype=t;var l=new e;return e.prototype=i,l}}();function Hi(){}function tr(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=i}O.templateSettings={escape:Y,evaluate:q,interpolate:ee,variable:"",imports:{_:O}},O.prototype=Hi.prototype,O.prototype.constructor=O,tr.prototype=ei(Hi.prototype),tr.prototype.constructor=tr;function Ze(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=ce,this.__views__=[]}function vp(){var e=new Ze(this.__wrapped__);return e.__actions__=Ut(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=Ut(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=Ut(this.__views__),e}function Ap(){if(this.__filtered__){var e=new Ze(this);e.__dir__=-1,e.__filtered__=!0}else e=this.clone(),e.__dir__*=-1;return e}function Sp(){var e=this.__wrapped__.value(),t=this.__dir__,l=Ke(e),_=t<0,x=l?e.length:0,F=Ru(0,x,this.__views__),H=F.start,G=F.end,j=G-H,pe=_?G:H-1,ue=this.__iteratees__,he=ue.length,_e=0,we=Ot(j,this.__takeCount__);if(!l||!_&&x==j&&we==j)return Ba(e,this.__actions__);var Fe=[];e:for(;j--&&_e<we;){pe+=t;for(var Ye=-1,Me=e[pe];++Ye<he;){var Xe=ue[Ye],Je=Xe.iteratee,jt=Xe.type,$t=Je(Me);if(jt==W)Me=$t;else if(!$t){if(jt==k)continue e;break e}}Fe[_e++]=Me}return Fe}Ze.prototype=ei(Hi.prototype),Ze.prototype.constructor=Ze;function $r(e){var t=-1,l=e==null?0:e.length;for(this.clear();++t<l;){var _=e[t];this.set(_[0],_[1])}}function Ep(){this.__data__=ci?ci(null):{},this.size=0}function _p(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}function Pp(e){var t=this.__data__;if(ci){var l=t[e];return l===p?i:l}return lt.call(t,e)?t[e]:i}function bp(e){var t=this.__data__;return ci?t[e]!==i:lt.call(t,e)}function Cp(e,t){var l=this.__data__;return this.size+=this.has(e)?0:1,l[e]=ci&&t===i?p:t,this}$r.prototype.clear=Ep,$r.prototype.delete=_p,$r.prototype.get=Pp,$r.prototype.has=bp,$r.prototype.set=Cp;function mr(e){var t=-1,l=e==null?0:e.length;for(this.clear();++t<l;){var _=e[t];this.set(_[0],_[1])}}function Tp(){this.__data__=[],this.size=0}function Dp(e){var t=this.__data__,l=Ki(t,e);if(l<0)return!1;var _=t.length-1;return l==_?t.pop():Fi.call(t,l,1),--this.size,!0}function Np(e){var t=this.__data__,l=Ki(t,e);return l<0?i:t[l][1]}function xp(e){return Ki(this.__data__,e)>-1}function wp(e,t){var l=this.__data__,_=Ki(l,e);return _<0?(++this.size,l.push([e,t])):l[_][1]=t,this}mr.prototype.clear=Tp,mr.prototype.delete=Dp,mr.prototype.get=Np,mr.prototype.has=xp,mr.prototype.set=wp;function yr(e){var t=-1,l=e==null?0:e.length;for(this.clear();++t<l;){var _=e[t];this.set(_[0],_[1])}}function Ip(){this.size=0,this.__data__={hash:new $r,map:new(ui||mr),string:new $r}}function Rp(e){var t=tn(this,e).delete(e);return this.size-=t?1:0,t}function Op(e){return tn(this,e).get(e)}function Lp(e){return tn(this,e).has(e)}function kp(e,t){var l=tn(this,e),_=l.size;return l.set(e,t),this.size+=l.size==_?0:1,this}yr.prototype.clear=Ip,yr.prototype.delete=Rp,yr.prototype.get=Op,yr.prototype.has=Lp,yr.prototype.set=kp;function Wr(e){var t=-1,l=e==null?0:e.length;for(this.__data__=new yr;++t<l;)this.add(e[t])}function Fp(e){return this.__data__.set(e,p),this}function Mp(e){return this.__data__.has(e)}Wr.prototype.add=Wr.prototype.push=Fp,Wr.prototype.has=Mp;function or(e){var t=this.__data__=new mr(e);this.size=t.size}function Bp(){this.__data__=new mr,this.size=0}function $p(e){var t=this.__data__,l=t.delete(e);return this.size=t.size,l}function Wp(e){return this.__data__.get(e)}function Up(e){return this.__data__.has(e)}function Hp(e,t){var l=this.__data__;if(l instanceof mr){var _=l.__data__;if(!ui||_.length<u-1)return _.push([e,t]),this.size=++l.size,this;l=this.__data__=new yr(_)}return l.set(e,t),this.size=l.size,this}or.prototype.clear=Bp,or.prototype.delete=$p,or.prototype.get=Wp,or.prototype.has=Up,or.prototype.set=Hp;function ga(e,t){var l=Ke(e),_=!l&&zr(e),x=!l&&!_&&Lr(e),F=!l&&!_&&!x&&ni(e),H=l||_||x||F,G=H?Cn(e.length,ql):[],j=G.length;for(var pe in e)(t||lt.call(e,pe))&&!(H&&(pe=="length"||x&&(pe=="offset"||pe=="parent")||F&&(pe=="buffer"||pe=="byteLength"||pe=="byteOffset")||Er(pe,j)))&&G.push(pe);return G}function ma(e){var t=e.length;return t?e[Hn(0,t-1)]:i}function Kp(e,t){return rn(Ut(e),Ur(t,0,e.length))}function Gp(e){return rn(Ut(e))}function Rn(e,t,l){(l!==i&&!lr(e[t],l)||l===i&&!(t in e))&&vr(e,t,l)}function hi(e,t,l){var _=e[t];(!(lt.call(e,t)&&lr(_,l))||l===i&&!(t in e))&&vr(e,t,l)}function Ki(e,t){for(var l=e.length;l--;)if(lr(e[l][0],t))return l;return-1}function zp(e,t,l,_){return wr(e,function(x,F,H){t(_,x,l(x),H)}),_}function ya(e,t){return e&&dr(t,Nt(t),e)}function Yp(e,t){return e&&dr(t,Kt(t),e)}function vr(e,t,l){t=="__proto__"&&Mi?Mi(e,t,{configurable:!0,enumerable:!0,value:l,writable:!0}):e[t]=l}function On(e,t){for(var l=-1,_=t.length,x=te(_),F=e==null;++l<_;)x[l]=F?i:ds(e,t[l]);return x}function Ur(e,t,l){return e===e&&(l!==i&&(e=e<=l?e:l),t!==i&&(e=e>=t?e:t)),e}function rr(e,t,l,_,x,F){var H,G=t&m,j=t&c,pe=t&f;if(l&&(H=x?l(e,_,x,F):l(e)),H!==i)return H;if(!gt(e))return e;var ue=Ke(e);if(ue){if(H=Lu(e),!G)return Ut(e,H)}else{var he=Lt(e),_e=he==St||he==Be;if(Lr(e))return Ua(e,G);if(he==rt||he==Pe||_e&&!x){if(H=j||_e?{}:ao(e),!G)return j?Pu(e,Yp(H,e)):_u(e,ya(H,e))}else{if(!ut[he])return x?e:{};H=ku(e,he,G)}}F||(F=new or);var we=F.get(e);if(we)return we;F.set(e,H),Fo(e)?e.forEach(function(Me){H.add(rr(Me,t,l,Me,e,F))}):Lo(e)&&e.forEach(function(Me,Xe){H.set(Xe,rr(Me,t,l,Xe,e,F))});var Fe=pe?j?Qn:qn:j?Kt:Nt,Ye=ue?i:Fe(e);return Qt(Ye||e,function(Me,Xe){Ye&&(Xe=Me,Me=e[Xe]),hi(H,Xe,rr(Me,t,l,Xe,e,F))}),H}function Vp(e){var t=Nt(e);return function(l){return va(l,e,t)}}function va(e,t,l){var _=l.length;if(e==null)return!_;for(e=pt(e);_--;){var x=l[_],F=t[x],H=e[x];if(H===i&&!(x in e)||!F(H))return!1}return!0}function Aa(e,t,l){if(typeof e!="function")throw new er(o);return Ei(function(){e.apply(i,l)},t)}function gi(e,t,l,_){var x=-1,F=Ci,H=!0,G=e.length,j=[],pe=t.length;if(!G)return j;l&&(t=ht(t,Yt(l))),_?(F=An,H=!1):t.length>=u&&(F=li,H=!1,t=new Wr(t));e:for(;++x<G;){var ue=e[x],he=l==null?ue:l(ue);if(ue=_||ue!==0?ue:0,H&&he===he){for(var _e=pe;_e--;)if(t[_e]===he)continue e;j.push(ue)}else F(t,he,_)||j.push(ue)}return j}var wr=Ya(cr),Sa=Ya(kn,!0);function Xp(e,t){var l=!0;return wr(e,function(_,x,F){return l=!!t(_,x,F),l}),l}function Gi(e,t,l){for(var _=-1,x=e.length;++_<x;){var F=e[_],H=t(F);if(H!=null&&(G===i?H===H&&!Xt(H):l(H,G)))var G=H,j=F}return j}function jp(e,t,l,_){var x=e.length;for(l=ze(l),l<0&&(l=-l>x?0:x+l),_=_===i||_>x?x:ze(_),_<0&&(_+=x),_=l>_?0:Bo(_);l<_;)e[l++]=t;return e}function Ea(e,t){var l=[];return wr(e,function(_,x,F){t(_,x,F)&&l.push(_)}),l}function It(e,t,l,_,x){var F=-1,H=e.length;for(l||(l=Mu),x||(x=[]);++F<H;){var G=e[F];t>0&&l(G)?t>1?It(G,t-1,l,_,x):Dr(x,G):_||(x[x.length]=G)}return x}var Ln=Va(),_a=Va(!0);function cr(e,t){return e&&Ln(e,t,Nt)}function kn(e,t){return e&&_a(e,t,Nt)}function zi(e,t){return Tr(t,function(l){return _r(e[l])})}function Hr(e,t){t=Rr(t,e);for(var l=0,_=t.length;e!=null&&l<_;)e=e[hr(t[l++])];return l&&l==_?e:i}function Pa(e,t,l){var _=t(e);return Ke(e)?_:Dr(_,l(e))}function Mt(e){return e==null?e===i?de:gr:Br&&Br in pt(e)?Iu(e):Gu(e)}function Fn(e,t){return e>t}function Zp(e,t){return e!=null&<.call(e,t)}function Jp(e,t){return e!=null&&t in pt(e)}function qp(e,t,l){return e>=Ot(t,l)&&e<Dt(t,l)}function Mn(e,t,l){for(var _=l?An:Ci,x=e[0].length,F=e.length,H=F,G=te(F),j=1/0,pe=[];H--;){var ue=e[H];H&&t&&(ue=ht(ue,Yt(t))),j=Ot(ue.length,j),G[H]=!l&&(t||x>=120&&ue.length>=120)?new Wr(H&&ue):i}ue=e[0];var he=-1,_e=G[0];e:for(;++he<x&&pe.length<j;){var we=ue[he],Fe=t?t(we):we;if(we=l||we!==0?we:0,!(_e?li(_e,Fe):_(pe,Fe,l))){for(H=F;--H;){var Ye=G[H];if(!(Ye?li(Ye,Fe):_(e[H],Fe,l)))continue e}_e&&_e.push(Fe),pe.push(we)}}return pe}function Qp(e,t,l,_){return cr(e,function(x,F,H){t(_,l(x),F,H)}),_}function mi(e,t,l){t=Rr(t,e),e=uo(e,t);var _=e==null?e:e[hr(nr(t))];return _==null?i:zt(_,e,l)}function ba(e){return At(e)&&Mt(e)==Pe}function eu(e){return At(e)&&Mt(e)==We}function tu(e){return At(e)&&Mt(e)==bt}function yi(e,t,l,_,x){return e===t?!0:e==null||t==null||!At(e)&&!At(t)?e!==e&&t!==t:ru(e,t,l,_,yi,x)}function ru(e,t,l,_,x,F){var H=Ke(e),G=Ke(t),j=H?Qe:Lt(e),pe=G?Qe:Lt(t);j=j==Pe?rt:j,pe=pe==Pe?rt:pe;var ue=j==rt,he=pe==rt,_e=j==pe;if(_e&&Lr(e)){if(!Lr(t))return!1;H=!0,ue=!1}if(_e&&!ue)return F||(F=new or),H||ni(e)?io(e,t,l,_,x,F):xu(e,t,j,l,_,x,F);if(!(l&A)){var we=ue&<.call(e,"__wrapped__"),Fe=he&<.call(t,"__wrapped__");if(we||Fe){var Ye=we?e.value():e,Me=Fe?t.value():t;return F||(F=new or),x(Ye,Me,l,_,F)}}return _e?(F||(F=new or),wu(e,t,l,_,x,F)):!1}function iu(e){return At(e)&&Lt(e)==je}function Bn(e,t,l,_){var x=l.length,F=x,H=!_;if(e==null)return!F;for(e=pt(e);x--;){var G=l[x];if(H&&G[2]?G[1]!==e[G[0]]:!(G[0]in e))return!1}for(;++x<F;){G=l[x];var j=G[0],pe=e[j],ue=G[1];if(H&&G[2]){if(pe===i&&!(j in e))return!1}else{var he=new or;if(_)var _e=_(pe,ue,j,e,t,he);if(!(_e===i?yi(ue,pe,A|v,_,he):_e))return!1}}return!0}function Ca(e){if(!gt(e)||$u(e))return!1;var t=_r(e)?ip:nt;return t.test(Gr(e))}function nu(e){return At(e)&&Mt(e)==Ne}function su(e){return At(e)&&Lt(e)==be}function au(e){return At(e)&&pn(e.length)&&!!ft[Mt(e)]}function Ta(e){return typeof e=="function"?e:e==null?Gt:typeof e=="object"?Ke(e)?xa(e[0],e[1]):Na(e):jo(e)}function $n(e){if(!Si(e))return pp(e);var t=[];for(var l in pt(e))lt.call(e,l)&&l!="constructor"&&t.push(l);return t}function ou(e){if(!gt(e))return Ku(e);var t=Si(e),l=[];for(var _ in e)_=="constructor"&&(t||!lt.call(e,_))||l.push(_);return l}function Wn(e,t){return e<t}function Da(e,t){var l=-1,_=Ht(e)?te(e.length):[];return wr(e,function(x,F,H){_[++l]=t(x,F,H)}),_}function Na(e){var t=ts(e);return t.length==1&&t[0][2]?lo(t[0][0],t[0][1]):function(l){return l===e||Bn(l,e,t)}}function xa(e,t){return is(e)&&oo(t)?lo(hr(e),t):function(l){var _=ds(l,e);return _===i&&_===t?hs(l,e):yi(t,_,A|v)}}function Yi(e,t,l,_,x){e!==t&&Ln(t,function(F,H){if(x||(x=new or),gt(F))lu(e,t,H,l,Yi,_,x);else{var G=_?_(ss(e,H),F,H+"",e,t,x):i;G===i&&(G=F),Rn(e,H,G)}},Kt)}function lu(e,t,l,_,x,F,H){var G=ss(e,l),j=ss(t,l),pe=H.get(j);if(pe){Rn(e,l,pe);return}var ue=F?F(G,j,l+"",e,t,H):i,he=ue===i;if(he){var _e=Ke(j),we=!_e&&Lr(j),Fe=!_e&&!we&&ni(j);ue=j,_e||we||Fe?Ke(G)?ue=G:Et(G)?ue=Ut(G):we?(he=!1,ue=Ua(j,!0)):Fe?(he=!1,ue=Ha(j,!0)):ue=[]:_i(j)||zr(j)?(ue=G,zr(G)?ue=$o(G):(!gt(G)||_r(G))&&(ue=ao(j))):he=!1}he&&(H.set(j,ue),x(ue,j,_,F,H),H.delete(j)),Rn(e,l,ue)}function wa(e,t){var l=e.length;if(l)return t+=t<0?l:0,Er(t,l)?e[t]:i}function Ia(e,t,l){t.length?t=ht(t,function(F){return Ke(F)?function(H){return Hr(H,F.length===1?F[0]:F)}:F}):t=[Gt];var _=-1;t=ht(t,Yt(Oe()));var x=Da(e,function(F,H,G){var j=ht(t,function(pe){return pe(F)});return{criteria:j,index:++_,value:F}});return kl(x,function(F,H){return Eu(F,H,l)})}function pu(e,t){return Ra(e,t,function(l,_){return hs(e,_)})}function Ra(e,t,l){for(var _=-1,x=t.length,F={};++_<x;){var H=t[_],G=Hr(e,H);l(G,H)&&vi(F,Rr(H,e),G)}return F}function uu(e){return function(t){return Hr(t,e)}}function Un(e,t,l,_){var x=_?Ll:Xr,F=-1,H=t.length,G=e;for(e===t&&(t=Ut(t)),l&&(G=ht(e,Yt(l)));++F<H;)for(var j=0,pe=t[F],ue=l?l(pe):pe;(j=x(G,ue,j,_))>-1;)G!==e&&Fi.call(G,j,1),Fi.call(e,j,1);return e}function Oa(e,t){for(var l=e?t.length:0,_=l-1;l--;){var x=t[l];if(l==_||x!==F){var F=x;Er(x)?Fi.call(e,x,1):zn(e,x)}}return e}function Hn(e,t){return e+$i(da()*(t-e+1))}function fu(e,t,l,_){for(var x=-1,F=Dt(Bi((t-e)/(l||1)),0),H=te(F);F--;)H[_?F:++x]=e,e+=l;return H}function Kn(e,t){var l="";if(!e||t<1||t>K)return l;do t%2&&(l+=e),t=$i(t/2),t&&(e+=e);while(t);return l}function Ve(e,t){return as(po(e,t,Gt),e+"")}function cu(e){return ma(si(e))}function du(e,t){var l=si(e);return rn(l,Ur(t,0,l.length))}function vi(e,t,l,_){if(!gt(e))return e;t=Rr(t,e);for(var x=-1,F=t.length,H=F-1,G=e;G!=null&&++x<F;){var j=hr(t[x]),pe=l;if(j==="__proto__"||j==="constructor"||j==="prototype")return e;if(x!=H){var ue=G[j];pe=_?_(ue,j,G):i,pe===i&&(pe=gt(ue)?ue:Er(t[x+1])?[]:{})}hi(G,j,pe),G=G[j]}return e}var La=Wi?function(e,t){return Wi.set(e,t),e}:Gt,hu=Mi?function(e,t){return Mi(e,"toString",{configurable:!0,enumerable:!1,value:ms(t),writable:!0})}:Gt;function gu(e){return rn(si(e))}function ir(e,t,l){var _=-1,x=e.length;t<0&&(t=-t>x?0:x+t),l=l>x?x:l,l<0&&(l+=x),x=t>l?0:l-t>>>0,t>>>=0;for(var F=te(x);++_<x;)F[_]=e[_+t];return F}function mu(e,t){var l;return wr(e,function(_,x,F){return l=t(_,x,F),!l}),!!l}function Vi(e,t,l){var _=0,x=e==null?_:e.length;if(typeof t=="number"&&t===t&&x<=ve){for(;_<x;){var F=_+x>>>1,H=e[F];H!==null&&!Xt(H)&&(l?H<=t:H<t)?_=F+1:x=F}return x}return Gn(e,t,Gt,l)}function Gn(e,t,l,_){var x=0,F=e==null?0:e.length;if(F===0)return 0;t=l(t);for(var H=t!==t,G=t===null,j=Xt(t),pe=t===i;x<F;){var ue=$i((x+F)/2),he=l(e[ue]),_e=he!==i,we=he===null,Fe=he===he,Ye=Xt(he);if(H)var Me=_||Fe;else pe?Me=Fe&&(_||_e):G?Me=Fe&&_e&&(_||!we):j?Me=Fe&&_e&&!we&&(_||!Ye):we||Ye?Me=!1:Me=_?he<=t:he<t;Me?x=ue+1:F=ue}return Ot(F,J)}function ka(e,t){for(var l=-1,_=e.length,x=0,F=[];++l<_;){var H=e[l],G=t?t(H):H;if(!l||!lr(G,j)){var j=G;F[x++]=H===0?0:H}}return F}function Fa(e){return typeof e=="number"?e:Xt(e)?oe:+e}function Vt(e){if(typeof e=="string")return e;if(Ke(e))return ht(e,Vt)+"";if(Xt(e))return ha?ha.call(e):"";var t=e+"";return t=="0"&&1/e==-V?"-0":t}function Ir(e,t,l){var _=-1,x=Ci,F=e.length,H=!0,G=[],j=G;if(l)H=!1,x=An;else if(F>=u){var pe=t?null:Du(e);if(pe)return Di(pe);H=!1,x=li,j=new Wr}else j=t?[]:G;e:for(;++_<F;){var ue=e[_],he=t?t(ue):ue;if(ue=l||ue!==0?ue:0,H&&he===he){for(var _e=j.length;_e--;)if(j[_e]===he)continue e;t&&j.push(he),G.push(ue)}else x(j,he,l)||(j!==G&&j.push(he),G.push(ue))}return G}function zn(e,t){return t=Rr(t,e),e=uo(e,t),e==null||delete e[hr(nr(t))]}function Ma(e,t,l,_){return vi(e,t,l(Hr(e,t)),_)}function Xi(e,t,l,_){for(var x=e.length,F=_?x:-1;(_?F--:++F<x)&&t(e[F],F,e););return l?ir(e,_?0:F,_?F+1:x):ir(e,_?F+1:0,_?x:F)}function Ba(e,t){var l=e;return l instanceof Ze&&(l=l.value()),Sn(t,function(_,x){return x.func.apply(x.thisArg,Dr([_],x.args))},l)}function Yn(e,t,l){var _=e.length;if(_<2)return _?Ir(e[0]):[];for(var x=-1,F=te(_);++x<_;)for(var H=e[x],G=-1;++G<_;)G!=x&&(F[x]=gi(F[x]||H,e[G],t,l));return Ir(It(F,1),t,l)}function $a(e,t,l){for(var _=-1,x=e.length,F=t.length,H={};++_<x;){var G=_<F?t[_]:i;l(H,e[_],G)}return H}function Vn(e){return Et(e)?e:[]}function Xn(e){return typeof e=="function"?e:Gt}function Rr(e,t){return Ke(e)?e:is(e,t)?[e]:go(st(e))}var yu=Ve;function Or(e,t,l){var _=e.length;return l=l===i?_:l,!t&&l>=_?e:ir(e,t,l)}var Wa=np||function(e){return wt.clearTimeout(e)};function Ua(e,t){if(t)return e.slice();var l=e.length,_=la?la(l):new e.constructor(l);return e.copy(_),_}function jn(e){var t=new e.constructor(e.byteLength);return new Li(t).set(new Li(e)),t}function vu(e,t){var l=t?jn(e.buffer):e.buffer;return new e.constructor(l,e.byteOffset,e.byteLength)}function Au(e){var t=new e.constructor(e.source,vt.exec(e));return t.lastIndex=e.lastIndex,t}function Su(e){return di?pt(di.call(e)):{}}function Ha(e,t){var l=t?jn(e.buffer):e.buffer;return new e.constructor(l,e.byteOffset,e.length)}function Ka(e,t){if(e!==t){var l=e!==i,_=e===null,x=e===e,F=Xt(e),H=t!==i,G=t===null,j=t===t,pe=Xt(t);if(!G&&!pe&&!F&&e>t||F&&H&&j&&!G&&!pe||_&&H&&j||!l&&j||!x)return 1;if(!_&&!F&&!pe&&e<t||pe&&l&&x&&!_&&!F||G&&l&&x||!H&&x||!j)return-1}return 0}function Eu(e,t,l){for(var _=-1,x=e.criteria,F=t.criteria,H=x.length,G=l.length;++_<H;){var j=Ka(x[_],F[_]);if(j){if(_>=G)return j;var pe=l[_];return j*(pe=="desc"?-1:1)}}return e.index-t.index}function Ga(e,t,l,_){for(var x=-1,F=e.length,H=l.length,G=-1,j=t.length,pe=Dt(F-H,0),ue=te(j+pe),he=!_;++G<j;)ue[G]=t[G];for(;++x<H;)(he||x<F)&&(ue[l[x]]=e[x]);for(;pe--;)ue[G++]=e[x++];return ue}function za(e,t,l,_){for(var x=-1,F=e.length,H=-1,G=l.length,j=-1,pe=t.length,ue=Dt(F-G,0),he=te(ue+pe),_e=!_;++x<ue;)he[x]=e[x];for(var we=x;++j<pe;)he[we+j]=t[j];for(;++H<G;)(_e||x<F)&&(he[we+l[H]]=e[x++]);return he}function Ut(e,t){var l=-1,_=e.length;for(t||(t=te(_));++l<_;)t[l]=e[l];return t}function dr(e,t,l,_){var x=!l;l||(l={});for(var F=-1,H=t.length;++F<H;){var G=t[F],j=_?_(l[G],e[G],G,l,e):i;j===i&&(j=e[G]),x?vr(l,G,j):hi(l,G,j)}return l}function _u(e,t){return dr(e,rs(e),t)}function Pu(e,t){return dr(e,no(e),t)}function ji(e,t){return function(l,_){var x=Ke(l)?Nl:zp,F=t?t():{};return x(l,e,Oe(_,2),F)}}function ti(e){return Ve(function(t,l){var _=-1,x=l.length,F=x>1?l[x-1]:i,H=x>2?l[2]:i;for(F=e.length>3&&typeof F=="function"?(x--,F):i,H&&Bt(l[0],l[1],H)&&(F=x<3?i:F,x=1),t=pt(t);++_<x;){var G=l[_];G&&e(t,G,_,F)}return t})}function Ya(e,t){return function(l,_){if(l==null)return l;if(!Ht(l))return e(l,_);for(var x=l.length,F=t?x:-1,H=pt(l);(t?F--:++F<x)&&_(H[F],F,H)!==!1;);return l}}function Va(e){return function(t,l,_){for(var x=-1,F=pt(t),H=_(t),G=H.length;G--;){var j=H[e?G:++x];if(l(F[j],j,F)===!1)break}return t}}function bu(e,t,l){var _=t&E,x=Ai(e);function F(){var H=this&&this!==wt&&this instanceof F?x:e;return H.apply(_?l:this,arguments)}return F}function Xa(e){return function(t){t=st(t);var l=jr(t)?ar(t):i,_=l?l[0]:t.charAt(0),x=l?Or(l,1).join(""):t.slice(1);return _[e]()+x}}function ri(e){return function(t){return Sn(Vo(Yo(t).replace(hl,"")),e,"")}}function Ai(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 l=ei(e.prototype),_=e.apply(l,t);return gt(_)?_:l}}function Cu(e,t,l){var _=Ai(e);function x(){for(var F=arguments.length,H=te(F),G=F,j=ii(x);G--;)H[G]=arguments[G];var pe=F<3&&H[0]!==j&&H[F-1]!==j?[]:Nr(H,j);if(F-=pe.length,F<l)return Qa(e,t,Zi,x.placeholder,i,H,pe,i,i,l-F);var ue=this&&this!==wt&&this instanceof x?_:e;return zt(ue,this,H)}return x}function ja(e){return function(t,l,_){var x=pt(t);if(!Ht(t)){var F=Oe(l,3);t=Nt(t),l=function(G){return F(x[G],G,x)}}var H=e(t,l,_);return H>-1?x[F?t[H]:H]:i}}function Za(e){return Sr(function(t){var l=t.length,_=l,x=tr.prototype.thru;for(e&&t.reverse();_--;){var F=t[_];if(typeof F!="function")throw new er(o);if(x&&!H&&en(F)=="wrapper")var H=new tr([],!0)}for(_=H?_:l;++_<l;){F=t[_];var G=en(F),j=G=="wrapper"?es(F):i;j&&ns(j[0])&&j[1]==(I|b|N|w)&&!j[4].length&&j[9]==1?H=H[en(j[0])].apply(H,j[3]):H=F.length==1&&ns(F)?H[G]():H.thru(F)}return function(){var pe=arguments,ue=pe[0];if(H&&pe.length==1&&Ke(ue))return H.plant(ue).value();for(var he=0,_e=l?t[he].apply(this,pe):ue;++he<l;)_e=t[he].call(this,_e);return _e}})}function Zi(e,t,l,_,x,F,H,G,j,pe){var ue=t&I,he=t&E,_e=t&C,we=t&(b|D),Fe=t&T,Ye=_e?i:Ai(e);function Me(){for(var Xe=arguments.length,Je=te(Xe),jt=Xe;jt--;)Je[jt]=arguments[jt];if(we)var $t=ii(Me),Zt=Ml(Je,$t);if(_&&(Je=Ga(Je,_,x,we)),F&&(Je=za(Je,F,H,we)),Xe-=Zt,we&&Xe<pe){var _t=Nr(Je,$t);return Qa(e,t,Zi,Me.placeholder,l,Je,_t,G,j,pe-Xe)}var pr=he?l:this,br=_e?pr[e]:e;return Xe=Je.length,G?Je=zu(Je,G):Fe&&Xe>1&&Je.reverse(),ue&&j<Xe&&(Je.length=j),this&&this!==wt&&this instanceof Me&&(br=Ye||Ai(br)),br.apply(pr,Je)}return Me}function Ja(e,t){return function(l,_){return Qp(l,e,t(_),{})}}function Ji(e,t){return function(l,_){var x;if(l===i&&_===i)return t;if(l!==i&&(x=l),_!==i){if(x===i)return _;typeof l=="string"||typeof _=="string"?(l=Vt(l),_=Vt(_)):(l=Fa(l),_=Fa(_)),x=e(l,_)}return x}}function Zn(e){return Sr(function(t){return t=ht(t,Yt(Oe())),Ve(function(l){var _=this;return e(t,function(x){return zt(x,_,l)})})})}function qi(e,t){t=t===i?" ":Vt(t);var l=t.length;if(l<2)return l?Kn(t,e):t;var _=Kn(t,Bi(e/Zr(t)));return jr(t)?Or(ar(_),0,e).join(""):_.slice(0,e)}function Tu(e,t,l,_){var x=t&E,F=Ai(e);function H(){for(var G=-1,j=arguments.length,pe=-1,ue=_.length,he=te(ue+j),_e=this&&this!==wt&&this instanceof H?F:e;++pe<ue;)he[pe]=_[pe];for(;j--;)he[pe++]=arguments[++G];return zt(_e,x?l:this,he)}return H}function qa(e){return function(t,l,_){return _&&typeof _!="number"&&Bt(t,l,_)&&(l=_=i),t=Pr(t),l===i?(l=t,t=0):l=Pr(l),_=_===i?t<l?1:-1:Pr(_),fu(t,l,_,e)}}function Qi(e){return function(t,l){return typeof t=="string"&&typeof l=="string"||(t=sr(t),l=sr(l)),e(t,l)}}function Qa(e,t,l,_,x,F,H,G,j,pe){var ue=t&b,he=ue?H:i,_e=ue?i:H,we=ue?F:i,Fe=ue?i:F;t|=ue?N:L,t&=~(ue?L:N),t&S||(t&=~(E|C));var Ye=[e,t,x,we,he,Fe,_e,G,j,pe],Me=l.apply(i,Ye);return ns(e)&&fo(Me,Ye),Me.placeholder=_,co(Me,e,t)}function Jn(e){var t=Tt[e];return function(l,_){if(l=sr(l),_=_==null?0:Ot(ze(_),292),_&&ca(l)){var x=(st(l)+"e").split("e"),F=t(x[0]+"e"+(+x[1]+_));return x=(st(F)+"e").split("e"),+(x[0]+"e"+(+x[1]-_))}return t(l)}}var Du=qr&&1/Di(new qr([,-0]))[1]==V?function(e){return new qr(e)}:As;function eo(e){return function(t){var l=Lt(t);return l==je?Dn(t):l==be?Gl(t):Fl(t,e(t))}}function Ar(e,t,l,_,x,F,H,G){var j=t&C;if(!j&&typeof e!="function")throw new er(o);var pe=_?_.length:0;if(pe||(t&=~(N|L),_=x=i),H=H===i?H:Dt(ze(H),0),G=G===i?G:ze(G),pe-=x?x.length:0,t&L){var ue=_,he=x;_=x=i}var _e=j?i:es(e),we=[e,t,l,_,x,ue,he,F,H,G];if(_e&&Hu(we,_e),e=we[0],t=we[1],l=we[2],_=we[3],x=we[4],G=we[9]=we[9]===i?j?0:e.length:Dt(we[9]-pe,0),!G&&t&(b|D)&&(t&=~(b|D)),!t||t==E)var Fe=bu(e,t,l);else t==b||t==D?Fe=Cu(e,t,G):(t==N||t==(E|N))&&!x.length?Fe=Tu(e,t,l,_):Fe=Zi.apply(i,we);var Ye=_e?La:fo;return co(Ye(Fe,we),e,t)}function to(e,t,l,_){return e===i||lr(e,Jr[l])&&!lt.call(_,l)?t:e}function ro(e,t,l,_,x,F){return gt(e)&>(t)&&(F.set(t,e),Yi(e,t,i,ro,F),F.delete(t)),e}function Nu(e){return _i(e)?i:e}function io(e,t,l,_,x,F){var H=l&A,G=e.length,j=t.length;if(G!=j&&!(H&&j>G))return!1;var pe=F.get(e),ue=F.get(t);if(pe&&ue)return pe==t&&ue==e;var he=-1,_e=!0,we=l&v?new Wr:i;for(F.set(e,t),F.set(t,e);++he<G;){var Fe=e[he],Ye=t[he];if(_)var Me=H?_(Ye,Fe,he,t,e,F):_(Fe,Ye,he,e,t,F);if(Me!==i){if(Me)continue;_e=!1;break}if(we){if(!En(t,function(Xe,Je){if(!li(we,Je)&&(Fe===Xe||x(Fe,Xe,l,_,F)))return we.push(Je)})){_e=!1;break}}else if(!(Fe===Ye||x(Fe,Ye,l,_,F))){_e=!1;break}}return F.delete(e),F.delete(t),_e}function xu(e,t,l,_,x,F,H){switch(l){case $e:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case We:return!(e.byteLength!=t.byteLength||!F(new Li(e),new Li(t)));case Pt:case bt:case Jt:return lr(+e,+t);case Le:return e.name==t.name&&e.message==t.message;case Ne:case Z:return e==t+"";case je:var G=Dn;case be:var j=_&A;if(G||(G=Di),e.size!=t.size&&!j)return!1;var pe=H.get(e);if(pe)return pe==t;_|=v,H.set(e,t);var ue=io(G(e),G(t),_,x,F,H);return H.delete(e),ue;case me:if(di)return di.call(e)==di.call(t)}return!1}function wu(e,t,l,_,x,F){var H=l&A,G=qn(e),j=G.length,pe=qn(t),ue=pe.length;if(j!=ue&&!H)return!1;for(var he=j;he--;){var _e=G[he];if(!(H?_e in t:lt.call(t,_e)))return!1}var we=F.get(e),Fe=F.get(t);if(we&&Fe)return we==t&&Fe==e;var Ye=!0;F.set(e,t),F.set(t,e);for(var Me=H;++he<j;){_e=G[he];var Xe=e[_e],Je=t[_e];if(_)var jt=H?_(Je,Xe,_e,t,e,F):_(Xe,Je,_e,e,t,F);if(!(jt===i?Xe===Je||x(Xe,Je,l,_,F):jt)){Ye=!1;break}Me||(Me=_e=="constructor")}if(Ye&&!Me){var $t=e.constructor,Zt=t.constructor;$t!=Zt&&"constructor"in e&&"constructor"in t&&!(typeof $t=="function"&&$t instanceof $t&&typeof Zt=="function"&&Zt instanceof Zt)&&(Ye=!1)}return F.delete(e),F.delete(t),Ye}function Sr(e){return as(po(e,i,Ao),e+"")}function qn(e){return Pa(e,Nt,rs)}function Qn(e){return Pa(e,Kt,no)}var es=Wi?function(e){return Wi.get(e)}:As;function en(e){for(var t=e.name+"",l=Qr[t],_=lt.call(Qr,t)?l.length:0;_--;){var x=l[_],F=x.func;if(F==null||F==e)return x.name}return t}function ii(e){var t=lt.call(O,"placeholder")?O:e;return t.placeholder}function Oe(){var e=O.iteratee||ys;return e=e===ys?Ta:e,arguments.length?e(arguments[0],arguments[1]):e}function tn(e,t){var l=e.__data__;return Bu(t)?l[typeof t=="string"?"string":"hash"]:l.map}function ts(e){for(var t=Nt(e),l=t.length;l--;){var _=t[l],x=e[_];t[l]=[_,x,oo(x)]}return t}function Kr(e,t){var l=Ul(e,t);return Ca(l)?l:i}function Iu(e){var t=lt.call(e,Br),l=e[Br];try{e[Br]=i;var _=!0}catch(F){}var x=Ri.call(e);return _&&(t?e[Br]=l:delete e[Br]),x}var rs=xn?function(e){return e==null?[]:(e=pt(e),Tr(xn(e),function(t){return ua.call(e,t)}))}:Ss,no=xn?function(e){for(var t=[];e;)Dr(t,rs(e)),e=ki(e);return t}:Ss,Lt=Mt;(wn&&Lt(new wn(new ArrayBuffer(1)))!=$e||ui&&Lt(new ui)!=je||In&&Lt(In.resolve())!=Ie||qr&&Lt(new qr)!=be||fi&&Lt(new fi)!=ge)&&(Lt=function(e){var t=Mt(e),l=t==rt?e.constructor:i,_=l?Gr(l):"";if(_)switch(_){case dp:return $e;case hp:return je;case gp:return Ie;case mp:return be;case yp:return ge}return t});function Ru(e,t,l){for(var _=-1,x=l.length;++_<x;){var F=l[_],H=F.size;switch(F.type){case"drop":e+=H;break;case"dropRight":t-=H;break;case"take":t=Ot(t,e+H);break;case"takeRight":e=Dt(e,t-H);break}}return{start:e,end:t}}function Ou(e){var t=e.match(le);return t?t[1].split(ae):[]}function so(e,t,l){t=Rr(t,e);for(var _=-1,x=t.length,F=!1;++_<x;){var H=hr(t[_]);if(!(F=e!=null&&l(e,H)))break;e=e[H]}return F||++_!=x?F:(x=e==null?0:e.length,!!x&&pn(x)&&Er(H,x)&&(Ke(e)||zr(e)))}function Lu(e){var t=e.length,l=new e.constructor(t);return t&&typeof e[0]=="string"&<.call(e,"index")&&(l.index=e.index,l.input=e.input),l}function ao(e){return typeof e.constructor=="function"&&!Si(e)?ei(ki(e)):{}}function ku(e,t,l){var _=e.constructor;switch(t){case We:return jn(e);case Pt:case bt:return new _(+e);case $e:return vu(e,l);case Ge:case qe:case at:case ct:case Wt:case Rt:case Ct:case ur:case fr:return Ha(e,l);case je:return new _;case Jt:case Z:return new _(e);case Ne:return Au(e);case be:return new _;case me:return Su(e)}}function Fu(e,t){var l=t.length;if(!l)return e;var _=l-1;return t[_]=(l>1?"& ":"")+t[_],t=t.join(l>2?", ":" "),e.replace(re,`{
|
|
/* [wrapped with `+t+`] */
|
|
`)}function Mu(e){return Ke(e)||zr(e)||!!(fa&&e&&e[fa])}function Er(e,t){var l=typeof e;return t=t==null?K:t,!!t&&(l=="number"||l!="symbol"&&cn.test(e))&&e>-1&&e%1==0&&e<t}function Bt(e,t,l){if(!gt(l))return!1;var _=typeof t;return(_=="number"?Ht(l)&&Er(t,l.length):_=="string"&&t in l)?lr(l[t],e):!1}function is(e,t){if(Ke(e))return!1;var l=typeof e;return l=="number"||l=="symbol"||l=="boolean"||e==null||Xt(e)?!0:ye.test(e)||!ne.test(e)||t!=null&&e in pt(t)}function Bu(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}function ns(e){var t=en(e),l=O[t];if(typeof l!="function"||!(t in Ze.prototype))return!1;if(e===l)return!0;var _=es(l);return!!_&&e===_[0]}function $u(e){return!!oa&&oa in e}var Wu=wi?_r:Es;function Si(e){var t=e&&e.constructor,l=typeof t=="function"&&t.prototype||Jr;return e===l}function oo(e){return e===e&&!gt(e)}function lo(e,t){return function(l){return l==null?!1:l[e]===t&&(t!==i||e in pt(l))}}function Uu(e){var t=on(e,function(_){return l.size===g&&l.clear(),_}),l=t.cache;return t}function Hu(e,t){var l=e[1],_=t[1],x=l|_,F=x<(E|C|I),H=_==I&&l==b||_==I&&l==w&&e[7].length<=t[8]||_==(I|w)&&t[7].length<=t[8]&&l==b;if(!(F||H))return e;_&E&&(e[2]=t[2],x|=l&E?0:S);var G=t[3];if(G){var j=e[3];e[3]=j?Ga(j,G,t[4]):G,e[4]=j?Nr(e[3],s):t[4]}return G=t[5],G&&(j=e[5],e[5]=j?za(j,G,t[6]):G,e[6]=j?Nr(e[5],s):t[6]),G=t[7],G&&(e[7]=G),_&I&&(e[8]=e[8]==null?t[8]:Ot(e[8],t[8])),e[9]==null&&(e[9]=t[9]),e[0]=t[0],e[1]=x,e}function Ku(e){var t=[];if(e!=null)for(var l in pt(e))t.push(l);return t}function Gu(e){return Ri.call(e)}function po(e,t,l){return t=Dt(t===i?e.length-1:t,0),function(){for(var _=arguments,x=-1,F=Dt(_.length-t,0),H=te(F);++x<F;)H[x]=_[t+x];x=-1;for(var G=te(t+1);++x<t;)G[x]=_[x];return G[t]=l(H),zt(e,this,G)}}function uo(e,t){return t.length<2?e:Hr(e,ir(t,0,-1))}function zu(e,t){for(var l=e.length,_=Ot(t.length,l),x=Ut(e);_--;){var F=t[_];e[_]=Er(F,l)?x[F]:i}return e}function ss(e,t){if(!(t==="constructor"&&typeof e[t]=="function")&&t!="__proto__")return e[t]}var fo=ho(La),Ei=ap||function(e,t){return wt.setTimeout(e,t)},as=ho(hu);function co(e,t,l){var _=t+"";return as(e,Fu(_,Yu(Ou(_),l)))}function ho(e){var t=0,l=0;return function(){var _=up(),x=z-(_-l);if(l=_,x>0){if(++t>=U)return arguments[0]}else t=0;return e.apply(i,arguments)}}function rn(e,t){var l=-1,_=e.length,x=_-1;for(t=t===i?_:t;++l<t;){var F=Hn(l,x),H=e[F];e[F]=e[l],e[l]=H}return e.length=t,e}var go=Uu(function(e){var t=[];return e.charCodeAt(0)===46&&t.push(""),e.replace(Se,function(l,_,x,F){t.push(x?F.replace(xe,"$1"):_||l)}),t});function hr(e){if(typeof e=="string"||Xt(e))return e;var t=e+"";return t=="0"&&1/e==-V?"-0":t}function Gr(e){if(e!=null){try{return Ii.call(e)}catch(t){}try{return e+""}catch(t){}}return""}function Yu(e,t){return Qt(Ae,function(l){var _="_."+l[0];t&l[1]&&!Ci(e,_)&&e.push(_)}),e.sort()}function mo(e){if(e instanceof Ze)return e.clone();var t=new tr(e.__wrapped__,e.__chain__);return t.__actions__=Ut(e.__actions__),t.__index__=e.__index__,t.__values__=e.__values__,t}function Vu(e,t,l){(l?Bt(e,t,l):t===i)?t=1:t=Dt(ze(t),0);var _=e==null?0:e.length;if(!_||t<1)return[];for(var x=0,F=0,H=te(Bi(_/t));x<_;)H[F++]=ir(e,x,x+=t);return H}function Xu(e){for(var t=-1,l=e==null?0:e.length,_=0,x=[];++t<l;){var F=e[t];F&&(x[_++]=F)}return x}function ju(){var e=arguments.length;if(!e)return[];for(var t=te(e-1),l=arguments[0],_=e;_--;)t[_-1]=arguments[_];return Dr(Ke(l)?Ut(l):[l],It(t,1))}var Zu=Ve(function(e,t){return Et(e)?gi(e,It(t,1,Et,!0)):[]}),Ju=Ve(function(e,t){var l=nr(t);return Et(l)&&(l=i),Et(e)?gi(e,It(t,1,Et,!0),Oe(l,2)):[]}),qu=Ve(function(e,t){var l=nr(t);return Et(l)&&(l=i),Et(e)?gi(e,It(t,1,Et,!0),i,l):[]});function Qu(e,t,l){var _=e==null?0:e.length;return _?(t=l||t===i?1:ze(t),ir(e,t<0?0:t,_)):[]}function ef(e,t,l){var _=e==null?0:e.length;return _?(t=l||t===i?1:ze(t),t=_-t,ir(e,0,t<0?0:t)):[]}function tf(e,t){return e&&e.length?Xi(e,Oe(t,3),!0,!0):[]}function rf(e,t){return e&&e.length?Xi(e,Oe(t,3),!0):[]}function nf(e,t,l,_){var x=e==null?0:e.length;return x?(l&&typeof l!="number"&&Bt(e,t,l)&&(l=0,_=x),jp(e,t,l,_)):[]}function yo(e,t,l){var _=e==null?0:e.length;if(!_)return-1;var x=l==null?0:ze(l);return x<0&&(x=Dt(_+x,0)),Ti(e,Oe(t,3),x)}function vo(e,t,l){var _=e==null?0:e.length;if(!_)return-1;var x=_-1;return l!==i&&(x=ze(l),x=l<0?Dt(_+x,0):Ot(x,_-1)),Ti(e,Oe(t,3),x,!0)}function Ao(e){var t=e==null?0:e.length;return t?It(e,1):[]}function sf(e){var t=e==null?0:e.length;return t?It(e,V):[]}function af(e,t){var l=e==null?0:e.length;return l?(t=t===i?1:ze(t),It(e,t)):[]}function of(e){for(var t=-1,l=e==null?0:e.length,_={};++t<l;){var x=e[t];_[x[0]]=x[1]}return _}function So(e){return e&&e.length?e[0]:i}function lf(e,t,l){var _=e==null?0:e.length;if(!_)return-1;var x=l==null?0:ze(l);return x<0&&(x=Dt(_+x,0)),Xr(e,t,x)}function pf(e){var t=e==null?0:e.length;return t?ir(e,0,-1):[]}var uf=Ve(function(e){var t=ht(e,Vn);return t.length&&t[0]===e[0]?Mn(t):[]}),ff=Ve(function(e){var t=nr(e),l=ht(e,Vn);return t===nr(l)?t=i:l.pop(),l.length&&l[0]===e[0]?Mn(l,Oe(t,2)):[]}),cf=Ve(function(e){var t=nr(e),l=ht(e,Vn);return t=typeof t=="function"?t:i,t&&l.pop(),l.length&&l[0]===e[0]?Mn(l,i,t):[]});function df(e,t){return e==null?"":lp.call(e,t)}function nr(e){var t=e==null?0:e.length;return t?e[t-1]:i}function hf(e,t,l){var _=e==null?0:e.length;if(!_)return-1;var x=_;return l!==i&&(x=ze(l),x=x<0?Dt(_+x,0):Ot(x,_-1)),t===t?Yl(e,t,x):Ti(e,Qs,x,!0)}function gf(e,t){return e&&e.length?wa(e,ze(t)):i}var mf=Ve(Eo);function Eo(e,t){return e&&e.length&&t&&t.length?Un(e,t):e}function yf(e,t,l){return e&&e.length&&t&&t.length?Un(e,t,Oe(l,2)):e}function vf(e,t,l){return e&&e.length&&t&&t.length?Un(e,t,i,l):e}var Af=Sr(function(e,t){var l=e==null?0:e.length,_=On(e,t);return Oa(e,ht(t,function(x){return Er(x,l)?+x:x}).sort(Ka)),_});function Sf(e,t){var l=[];if(!(e&&e.length))return l;var _=-1,x=[],F=e.length;for(t=Oe(t,3);++_<F;){var H=e[_];t(H,_,e)&&(l.push(H),x.push(_))}return Oa(e,x),l}function os(e){return e==null?e:cp.call(e)}function Ef(e,t,l){var _=e==null?0:e.length;return _?(l&&typeof l!="number"&&Bt(e,t,l)?(t=0,l=_):(t=t==null?0:ze(t),l=l===i?_:ze(l)),ir(e,t,l)):[]}function _f(e,t){return Vi(e,t)}function Pf(e,t,l){return Gn(e,t,Oe(l,2))}function bf(e,t){var l=e==null?0:e.length;if(l){var _=Vi(e,t);if(_<l&&lr(e[_],t))return _}return-1}function Cf(e,t){return Vi(e,t,!0)}function Tf(e,t,l){return Gn(e,t,Oe(l,2),!0)}function Df(e,t){var l=e==null?0:e.length;if(l){var _=Vi(e,t,!0)-1;if(lr(e[_],t))return _}return-1}function Nf(e){return e&&e.length?ka(e):[]}function xf(e,t){return e&&e.length?ka(e,Oe(t,2)):[]}function wf(e){var t=e==null?0:e.length;return t?ir(e,1,t):[]}function If(e,t,l){return e&&e.length?(t=l||t===i?1:ze(t),ir(e,0,t<0?0:t)):[]}function Rf(e,t,l){var _=e==null?0:e.length;return _?(t=l||t===i?1:ze(t),t=_-t,ir(e,t<0?0:t,_)):[]}function Of(e,t){return e&&e.length?Xi(e,Oe(t,3),!1,!0):[]}function Lf(e,t){return e&&e.length?Xi(e,Oe(t,3)):[]}var kf=Ve(function(e){return Ir(It(e,1,Et,!0))}),Ff=Ve(function(e){var t=nr(e);return Et(t)&&(t=i),Ir(It(e,1,Et,!0),Oe(t,2))}),Mf=Ve(function(e){var t=nr(e);return t=typeof t=="function"?t:i,Ir(It(e,1,Et,!0),i,t)});function Bf(e){return e&&e.length?Ir(e):[]}function $f(e,t){return e&&e.length?Ir(e,Oe(t,2)):[]}function Wf(e,t){return t=typeof t=="function"?t:i,e&&e.length?Ir(e,i,t):[]}function ls(e){if(!(e&&e.length))return[];var t=0;return e=Tr(e,function(l){if(Et(l))return t=Dt(l.length,t),!0}),Cn(t,function(l){return ht(e,_n(l))})}function _o(e,t){if(!(e&&e.length))return[];var l=ls(e);return t==null?l:ht(l,function(_){return zt(t,i,_)})}var Uf=Ve(function(e,t){return Et(e)?gi(e,t):[]}),Hf=Ve(function(e){return Yn(Tr(e,Et))}),Kf=Ve(function(e){var t=nr(e);return Et(t)&&(t=i),Yn(Tr(e,Et),Oe(t,2))}),Gf=Ve(function(e){var t=nr(e);return t=typeof t=="function"?t:i,Yn(Tr(e,Et),i,t)}),zf=Ve(ls);function Yf(e,t){return $a(e||[],t||[],hi)}function Vf(e,t){return $a(e||[],t||[],vi)}var Xf=Ve(function(e){var t=e.length,l=t>1?e[t-1]:i;return l=typeof l=="function"?(e.pop(),l):i,_o(e,l)});function Po(e){var t=O(e);return t.__chain__=!0,t}function jf(e,t){return t(e),e}function nn(e,t){return t(e)}var Zf=Sr(function(e){var t=e.length,l=t?e[0]:0,_=this.__wrapped__,x=function(F){return On(F,e)};return t>1||this.__actions__.length||!(_ instanceof Ze)||!Er(l)?this.thru(x):(_=_.slice(l,+l+(t?1:0)),_.__actions__.push({func:nn,args:[x],thisArg:i}),new tr(_,this.__chain__).thru(function(F){return t&&!F.length&&F.push(i),F}))});function Jf(){return Po(this)}function qf(){return new tr(this.value(),this.__chain__)}function Qf(){this.__values__===i&&(this.__values__=Mo(this.value()));var e=this.__index__>=this.__values__.length,t=e?i:this.__values__[this.__index__++];return{done:e,value:t}}function ec(){return this}function tc(e){for(var t,l=this;l instanceof Hi;){var _=mo(l);_.__index__=0,_.__values__=i,t?x.__wrapped__=_:t=_;var x=_;l=l.__wrapped__}return x.__wrapped__=e,t}function rc(){var e=this.__wrapped__;if(e instanceof Ze){var t=e;return this.__actions__.length&&(t=new Ze(this)),t=t.reverse(),t.__actions__.push({func:nn,args:[os],thisArg:i}),new tr(t,this.__chain__)}return this.thru(os)}function ic(){return Ba(this.__wrapped__,this.__actions__)}var nc=ji(function(e,t,l){lt.call(e,l)?++e[l]:vr(e,l,1)});function sc(e,t,l){var _=Ke(e)?Js:Xp;return l&&Bt(e,t,l)&&(t=i),_(e,Oe(t,3))}function ac(e,t){var l=Ke(e)?Tr:Ea;return l(e,Oe(t,3))}var oc=ja(yo),lc=ja(vo);function pc(e,t){return It(sn(e,t),1)}function uc(e,t){return It(sn(e,t),V)}function fc(e,t,l){return l=l===i?1:ze(l),It(sn(e,t),l)}function bo(e,t){var l=Ke(e)?Qt:wr;return l(e,Oe(t,3))}function Co(e,t){var l=Ke(e)?xl:Sa;return l(e,Oe(t,3))}var cc=ji(function(e,t,l){lt.call(e,l)?e[l].push(t):vr(e,l,[t])});function dc(e,t,l,_){e=Ht(e)?e:si(e),l=l&&!_?ze(l):0;var x=e.length;return l<0&&(l=Dt(x+l,0)),un(e)?l<=x&&e.indexOf(t,l)>-1:!!x&&Xr(e,t,l)>-1}var hc=Ve(function(e,t,l){var _=-1,x=typeof t=="function",F=Ht(e)?te(e.length):[];return wr(e,function(H){F[++_]=x?zt(t,H,l):mi(H,t,l)}),F}),gc=ji(function(e,t,l){vr(e,l,t)});function sn(e,t){var l=Ke(e)?ht:Da;return l(e,Oe(t,3))}function mc(e,t,l,_){return e==null?[]:(Ke(t)||(t=t==null?[]:[t]),l=_?i:l,Ke(l)||(l=l==null?[]:[l]),Ia(e,t,l))}var yc=ji(function(e,t,l){e[l?0:1].push(t)},function(){return[[],[]]});function vc(e,t,l){var _=Ke(e)?Sn:ta,x=arguments.length<3;return _(e,Oe(t,4),l,x,wr)}function Ac(e,t,l){var _=Ke(e)?wl:ta,x=arguments.length<3;return _(e,Oe(t,4),l,x,Sa)}function Sc(e,t){var l=Ke(e)?Tr:Ea;return l(e,ln(Oe(t,3)))}function Ec(e){var t=Ke(e)?ma:cu;return t(e)}function _c(e,t,l){(l?Bt(e,t,l):t===i)?t=1:t=ze(t);var _=Ke(e)?Kp:du;return _(e,t)}function Pc(e){var t=Ke(e)?Gp:gu;return t(e)}function bc(e){if(e==null)return 0;if(Ht(e))return un(e)?Zr(e):e.length;var t=Lt(e);return t==je||t==be?e.size:$n(e).length}function Cc(e,t,l){var _=Ke(e)?En:mu;return l&&Bt(e,t,l)&&(t=i),_(e,Oe(t,3))}var Tc=Ve(function(e,t){if(e==null)return[];var l=t.length;return l>1&&Bt(e,t[0],t[1])?t=[]:l>2&&Bt(t[0],t[1],t[2])&&(t=[t[0]]),Ia(e,It(t,1),[])}),an=sp||function(){return wt.Date.now()};function Dc(e,t){if(typeof t!="function")throw new er(o);return e=ze(e),function(){if(--e<1)return t.apply(this,arguments)}}function To(e,t,l){return t=l?i:t,t=e&&t==null?e.length:t,Ar(e,I,i,i,i,i,t)}function Do(e,t){var l;if(typeof t!="function")throw new er(o);return e=ze(e),function(){return--e>0&&(l=t.apply(this,arguments)),e<=1&&(t=i),l}}var ps=Ve(function(e,t,l){var _=E;if(l.length){var x=Nr(l,ii(ps));_|=N}return Ar(e,_,t,l,x)}),No=Ve(function(e,t,l){var _=E|C;if(l.length){var x=Nr(l,ii(No));_|=N}return Ar(t,_,e,l,x)});function xo(e,t,l){t=l?i:t;var _=Ar(e,b,i,i,i,i,i,t);return _.placeholder=xo.placeholder,_}function wo(e,t,l){t=l?i:t;var _=Ar(e,D,i,i,i,i,i,t);return _.placeholder=wo.placeholder,_}function Io(e,t,l){var _,x,F,H,G,j,pe=0,ue=!1,he=!1,_e=!0;if(typeof e!="function")throw new er(o);t=sr(t)||0,gt(l)&&(ue=!!l.leading,he="maxWait"in l,F=he?Dt(sr(l.maxWait)||0,t):F,_e="trailing"in l?!!l.trailing:_e);function we(_t){var pr=_,br=x;return _=x=i,pe=_t,H=e.apply(br,pr),H}function Fe(_t){return pe=_t,G=Ei(Xe,t),ue?we(_t):H}function Ye(_t){var pr=_t-j,br=_t-pe,Zo=t-pr;return he?Ot(Zo,F-br):Zo}function Me(_t){var pr=_t-j,br=_t-pe;return j===i||pr>=t||pr<0||he&&br>=F}function Xe(){var _t=an();if(Me(_t))return Je(_t);G=Ei(Xe,Ye(_t))}function Je(_t){return G=i,_e&&_?we(_t):(_=x=i,H)}function jt(){G!==i&&Wa(G),pe=0,_=j=x=G=i}function $t(){return G===i?H:Je(an())}function Zt(){var _t=an(),pr=Me(_t);if(_=arguments,x=this,j=_t,pr){if(G===i)return Fe(j);if(he)return Wa(G),G=Ei(Xe,t),we(j)}return G===i&&(G=Ei(Xe,t)),H}return Zt.cancel=jt,Zt.flush=$t,Zt}var Nc=Ve(function(e,t){return Aa(e,1,t)}),xc=Ve(function(e,t,l){return Aa(e,sr(t)||0,l)});function wc(e){return Ar(e,T)}function on(e,t){if(typeof e!="function"||t!=null&&typeof t!="function")throw new er(o);var l=function(){var _=arguments,x=t?t.apply(this,_):_[0],F=l.cache;if(F.has(x))return F.get(x);var H=e.apply(this,_);return l.cache=F.set(x,H)||F,H};return l.cache=new(on.Cache||yr),l}on.Cache=yr;function ln(e){if(typeof e!="function")throw new er(o);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 Ic(e){return Do(2,e)}var Rc=yu(function(e,t){t=t.length==1&&Ke(t[0])?ht(t[0],Yt(Oe())):ht(It(t,1),Yt(Oe()));var l=t.length;return Ve(function(_){for(var x=-1,F=Ot(_.length,l);++x<F;)_[x]=t[x].call(this,_[x]);return zt(e,this,_)})}),us=Ve(function(e,t){var l=Nr(t,ii(us));return Ar(e,N,i,t,l)}),Ro=Ve(function(e,t){var l=Nr(t,ii(Ro));return Ar(e,L,i,t,l)}),Oc=Sr(function(e,t){return Ar(e,w,i,i,i,t)});function Lc(e,t){if(typeof e!="function")throw new er(o);return t=t===i?t:ze(t),Ve(e,t)}function kc(e,t){if(typeof e!="function")throw new er(o);return t=t==null?0:Dt(ze(t),0),Ve(function(l){var _=l[t],x=Or(l,0,t);return _&&Dr(x,_),zt(e,this,x)})}function Fc(e,t,l){var _=!0,x=!0;if(typeof e!="function")throw new er(o);return gt(l)&&(_="leading"in l?!!l.leading:_,x="trailing"in l?!!l.trailing:x),Io(e,t,{leading:_,maxWait:t,trailing:x})}function Mc(e){return To(e,1)}function Bc(e,t){return us(Xn(t),e)}function $c(){if(!arguments.length)return[];var e=arguments[0];return Ke(e)?e:[e]}function Wc(e){return rr(e,f)}function Uc(e,t){return t=typeof t=="function"?t:i,rr(e,f,t)}function Hc(e){return rr(e,m|f)}function Kc(e,t){return t=typeof t=="function"?t:i,rr(e,m|f,t)}function Gc(e,t){return t==null||va(e,t,Nt(t))}function lr(e,t){return e===t||e!==e&&t!==t}var zc=Qi(Fn),Yc=Qi(function(e,t){return e>=t}),zr=ba(function(){return arguments}())?ba:function(e){return At(e)&<.call(e,"callee")&&!ua.call(e,"callee")},Ke=te.isArray,Vc=zs?Yt(zs):eu;function Ht(e){return e!=null&&pn(e.length)&&!_r(e)}function Et(e){return At(e)&&Ht(e)}function Xc(e){return e===!0||e===!1||At(e)&&Mt(e)==Pt}var Lr=op||Es,jc=Ys?Yt(Ys):tu;function Zc(e){return At(e)&&e.nodeType===1&&!_i(e)}function Jc(e){if(e==null)return!0;if(Ht(e)&&(Ke(e)||typeof e=="string"||typeof e.splice=="function"||Lr(e)||ni(e)||zr(e)))return!e.length;var t=Lt(e);if(t==je||t==be)return!e.size;if(Si(e))return!$n(e).length;for(var l in e)if(lt.call(e,l))return!1;return!0}function qc(e,t){return yi(e,t)}function Qc(e,t,l){l=typeof l=="function"?l:i;var _=l?l(e,t):i;return _===i?yi(e,t,i,l):!!_}function fs(e){if(!At(e))return!1;var t=Mt(e);return t==Le||t==kt||typeof e.message=="string"&&typeof e.name=="string"&&!_i(e)}function ed(e){return typeof e=="number"&&ca(e)}function _r(e){if(!gt(e))return!1;var t=Mt(e);return t==St||t==Be||t==mt||t==fe}function Oo(e){return typeof e=="number"&&e==ze(e)}function pn(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=K}function gt(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}function At(e){return e!=null&&typeof e=="object"}var Lo=Vs?Yt(Vs):iu;function td(e,t){return e===t||Bn(e,t,ts(t))}function rd(e,t,l){return l=typeof l=="function"?l:i,Bn(e,t,ts(t),l)}function id(e){return ko(e)&&e!=+e}function nd(e){if(Wu(e))throw new He(h);return Ca(e)}function sd(e){return e===null}function ad(e){return e==null}function ko(e){return typeof e=="number"||At(e)&&Mt(e)==Jt}function _i(e){if(!At(e)||Mt(e)!=rt)return!1;var t=ki(e);if(t===null)return!0;var l=lt.call(t,"constructor")&&t.constructor;return typeof l=="function"&&l instanceof l&&Ii.call(l)==tp}var cs=Xs?Yt(Xs):nu;function od(e){return Oo(e)&&e>=-K&&e<=K}var Fo=js?Yt(js):su;function un(e){return typeof e=="string"||!Ke(e)&&At(e)&&Mt(e)==Z}function Xt(e){return typeof e=="symbol"||At(e)&&Mt(e)==me}var ni=Zs?Yt(Zs):au;function ld(e){return e===i}function pd(e){return At(e)&&Lt(e)==ge}function ud(e){return At(e)&&Mt(e)==Re}var fd=Qi(Wn),cd=Qi(function(e,t){return e<=t});function Mo(e){if(!e)return[];if(Ht(e))return un(e)?ar(e):Ut(e);if(pi&&e[pi])return Kl(e[pi]());var t=Lt(e),l=t==je?Dn:t==be?Di:si;return l(e)}function Pr(e){if(!e)return e===0?e:0;if(e=sr(e),e===V||e===-V){var t=e<0?-1:1;return t*Q}return e===e?e:0}function ze(e){var t=Pr(e),l=t%1;return t===t?l?t-l:t:0}function Bo(e){return e?Ur(ze(e),0,ce):0}function sr(e){if(typeof e=="number")return e;if(Xt(e))return oe;if(gt(e)){var t=typeof e.valueOf=="function"?e.valueOf():e;e=gt(t)?t+"":t}if(typeof e!="string")return e===0?e:+e;e=ra(e);var l=dt.test(e);return l||et.test(e)?Tl(e.slice(2),l?2:8):xt.test(e)?oe:+e}function $o(e){return dr(e,Kt(e))}function dd(e){return e?Ur(ze(e),-K,K):e===0?e:0}function st(e){return e==null?"":Vt(e)}var hd=ti(function(e,t){if(Si(t)||Ht(t)){dr(t,Nt(t),e);return}for(var l in t)lt.call(t,l)&&hi(e,l,t[l])}),Wo=ti(function(e,t){dr(t,Kt(t),e)}),fn=ti(function(e,t,l,_){dr(t,Kt(t),e,_)}),gd=ti(function(e,t,l,_){dr(t,Nt(t),e,_)}),md=Sr(On);function yd(e,t){var l=ei(e);return t==null?l:ya(l,t)}var vd=Ve(function(e,t){e=pt(e);var l=-1,_=t.length,x=_>2?t[2]:i;for(x&&Bt(t[0],t[1],x)&&(_=1);++l<_;)for(var F=t[l],H=Kt(F),G=-1,j=H.length;++G<j;){var pe=H[G],ue=e[pe];(ue===i||lr(ue,Jr[pe])&&!lt.call(e,pe))&&(e[pe]=F[pe])}return e}),Ad=Ve(function(e){return e.push(i,ro),zt(Uo,i,e)});function Sd(e,t){return qs(e,Oe(t,3),cr)}function Ed(e,t){return qs(e,Oe(t,3),kn)}function _d(e,t){return e==null?e:Ln(e,Oe(t,3),Kt)}function Pd(e,t){return e==null?e:_a(e,Oe(t,3),Kt)}function bd(e,t){return e&&cr(e,Oe(t,3))}function Cd(e,t){return e&&kn(e,Oe(t,3))}function Td(e){return e==null?[]:zi(e,Nt(e))}function Dd(e){return e==null?[]:zi(e,Kt(e))}function ds(e,t,l){var _=e==null?i:Hr(e,t);return _===i?l:_}function Nd(e,t){return e!=null&&so(e,t,Zp)}function hs(e,t){return e!=null&&so(e,t,Jp)}var xd=Ja(function(e,t,l){t!=null&&typeof t.toString!="function"&&(t=Ri.call(t)),e[t]=l},ms(Gt)),wd=Ja(function(e,t,l){t!=null&&typeof t.toString!="function"&&(t=Ri.call(t)),lt.call(e,t)?e[t].push(l):e[t]=[l]},Oe),Id=Ve(mi);function Nt(e){return Ht(e)?ga(e):$n(e)}function Kt(e){return Ht(e)?ga(e,!0):ou(e)}function Rd(e,t){var l={};return t=Oe(t,3),cr(e,function(_,x,F){vr(l,t(_,x,F),_)}),l}function Od(e,t){var l={};return t=Oe(t,3),cr(e,function(_,x,F){vr(l,x,t(_,x,F))}),l}var Ld=ti(function(e,t,l){Yi(e,t,l)}),Uo=ti(function(e,t,l,_){Yi(e,t,l,_)}),kd=Sr(function(e,t){var l={};if(e==null)return l;var _=!1;t=ht(t,function(F){return F=Rr(F,e),_||(_=F.length>1),F}),dr(e,Qn(e),l),_&&(l=rr(l,m|c|f,Nu));for(var x=t.length;x--;)zn(l,t[x]);return l});function Fd(e,t){return Ho(e,ln(Oe(t)))}var Md=Sr(function(e,t){return e==null?{}:pu(e,t)});function Ho(e,t){if(e==null)return{};var l=ht(Qn(e),function(_){return[_]});return t=Oe(t),Ra(e,l,function(_,x){return t(_,x[0])})}function Bd(e,t,l){t=Rr(t,e);var _=-1,x=t.length;for(x||(x=1,e=i);++_<x;){var F=e==null?i:e[hr(t[_])];F===i&&(_=x,F=l),e=_r(F)?F.call(e):F}return e}function $d(e,t,l){return e==null?e:vi(e,t,l)}function Wd(e,t,l,_){return _=typeof _=="function"?_:i,e==null?e:vi(e,t,l,_)}var Ko=eo(Nt),Go=eo(Kt);function Ud(e,t,l){var _=Ke(e),x=_||Lr(e)||ni(e);if(t=Oe(t,4),l==null){var F=e&&e.constructor;x?l=_?new F:[]:gt(e)?l=_r(F)?ei(ki(e)):{}:l={}}return(x?Qt:cr)(e,function(H,G,j){return t(l,H,G,j)}),l}function Hd(e,t){return e==null?!0:zn(e,t)}function Kd(e,t,l){return e==null?e:Ma(e,t,Xn(l))}function Gd(e,t,l,_){return _=typeof _=="function"?_:i,e==null?e:Ma(e,t,Xn(l),_)}function si(e){return e==null?[]:Tn(e,Nt(e))}function zd(e){return e==null?[]:Tn(e,Kt(e))}function Yd(e,t,l){return l===i&&(l=t,t=i),l!==i&&(l=sr(l),l=l===l?l:0),t!==i&&(t=sr(t),t=t===t?t:0),Ur(sr(e),t,l)}function Vd(e,t,l){return t=Pr(t),l===i?(l=t,t=0):l=Pr(l),e=sr(e),qp(e,t,l)}function Xd(e,t,l){if(l&&typeof l!="boolean"&&Bt(e,t,l)&&(t=l=i),l===i&&(typeof t=="boolean"?(l=t,t=i):typeof e=="boolean"&&(l=e,e=i)),e===i&&t===i?(e=0,t=1):(e=Pr(e),t===i?(t=e,e=0):t=Pr(t)),e>t){var _=e;e=t,t=_}if(l||e%1||t%1){var x=da();return Ot(e+x*(t-e+Cl("1e-"+((x+"").length-1))),t)}return Hn(e,t)}var jd=ri(function(e,t,l){return t=t.toLowerCase(),e+(l?zo(t):t)});function zo(e){return gs(st(e).toLowerCase())}function Yo(e){return e=st(e),e&&e.replace(Ps,Bl).replace(gl,"")}function Zd(e,t,l){e=st(e),t=Vt(t);var _=e.length;l=l===i?_:Ur(ze(l),0,_);var x=l;return l-=t.length,l>=0&&e.slice(l,x)==t}function Jd(e){return e=st(e),e&&B.test(e)?e.replace(yt,$l):e}function qd(e){return e=st(e),e&&Ee.test(e)?e.replace(De,"\\$&"):e}var Qd=ri(function(e,t,l){return e+(l?"-":"")+t.toLowerCase()}),eh=ri(function(e,t,l){return e+(l?" ":"")+t.toLowerCase()}),th=Xa("toLowerCase");function rh(e,t,l){e=st(e),t=ze(t);var _=t?Zr(e):0;if(!t||_>=t)return e;var x=(t-_)/2;return qi($i(x),l)+e+qi(Bi(x),l)}function ih(e,t,l){e=st(e),t=ze(t);var _=t?Zr(e):0;return t&&_<t?e+qi(t-_,l):e}function nh(e,t,l){e=st(e),t=ze(t);var _=t?Zr(e):0;return t&&_<t?qi(t-_,l)+e:e}function sh(e,t,l){return l||t==null?t=0:t&&(t=+t),fp(st(e).replace(Ue,""),t||0)}function ah(e,t,l){return(l?Bt(e,t,l):t===i)?t=1:t=ze(t),Kn(st(e),t)}function oh(){var e=arguments,t=st(e[0]);return e.length<3?t:t.replace(e[1],e[2])}var lh=ri(function(e,t,l){return e+(l?"_":"")+t.toLowerCase()});function ph(e,t,l){return l&&typeof l!="number"&&Bt(e,t,l)&&(t=l=i),l=l===i?ce:l>>>0,l?(e=st(e),e&&(typeof t=="string"||t!=null&&!cs(t))&&(t=Vt(t),!t&&jr(e))?Or(ar(e),0,l):e.split(t,l)):[]}var uh=ri(function(e,t,l){return e+(l?" ":"")+gs(t)});function fh(e,t,l){return e=st(e),l=l==null?0:Ur(ze(l),0,e.length),t=Vt(t),e.slice(l,l+t.length)==t}function ch(e,t,l){var _=O.templateSettings;l&&Bt(e,t,l)&&(t=i),e=st(e),t=fn({},t,_,to);var x=fn({},t.imports,_.imports,to),F=Nt(x),H=Tn(x,F),G,j,pe=0,ue=t.interpolate||ai,he="__p += '",_e=Nn((t.escape||ai).source+"|"+ue.source+"|"+(ue===ee?ot:ai).source+"|"+(t.evaluate||ai).source+"|$","g"),we="//# sourceURL="+(lt.call(t,"sourceURL")?(t.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++Sl+"]")+`
|
|
`;e.replace(_e,function(Me,Xe,Je,jt,$t,Zt){return Je||(Je=jt),he+=e.slice(pe,Zt).replace(Yr,Wl),Xe&&(G=!0,he+=`' +
|
|
__e(`+Xe+`) +
|
|
'`),$t&&(j=!0,he+=`';
|
|
`+$t+`;
|
|
__p += '`),Je&&(he+=`' +
|
|
((__t = (`+Je+`)) == null ? '' : __t) +
|
|
'`),pe=Zt+Me.length,Me}),he+=`';
|
|
`;var Fe=lt.call(t,"variable")&&t.variable;if(!Fe)he=`with (obj) {
|
|
`+he+`
|
|
}
|
|
`;else if(ke.test(Fe))throw new He(n);he=(j?he.replace(Cr,""):he).replace(kr,"$1").replace(Ft,"$1;"),he="function("+(Fe||"obj")+`) {
|
|
`+(Fe?"":`obj || (obj = {});
|
|
`)+"var __t, __p = ''"+(G?", __e = _.escape":"")+(j?`, __j = Array.prototype.join;
|
|
function print() { __p += __j.call(arguments, '') }
|
|
`:`;
|
|
`)+he+`return __p
|
|
}`;var Ye=Xo(function(){return it(F,we+"return "+he).apply(i,H)});if(Ye.source=he,fs(Ye))throw Ye;return Ye}function dh(e){return st(e).toLowerCase()}function hh(e){return st(e).toUpperCase()}function gh(e,t,l){if(e=st(e),e&&(l||t===i))return ra(e);if(!e||!(t=Vt(t)))return e;var _=ar(e),x=ar(t),F=ia(_,x),H=na(_,x)+1;return Or(_,F,H).join("")}function mh(e,t,l){if(e=st(e),e&&(l||t===i))return e.slice(0,aa(e)+1);if(!e||!(t=Vt(t)))return e;var _=ar(e),x=na(_,ar(t))+1;return Or(_,0,x).join("")}function yh(e,t,l){if(e=st(e),e&&(l||t===i))return e.replace(Ue,"");if(!e||!(t=Vt(t)))return e;var _=ar(e),x=ia(_,ar(t));return Or(_,x).join("")}function vh(e,t){var l=R,_=M;if(gt(t)){var x="separator"in t?t.separator:x;l="length"in t?ze(t.length):l,_="omission"in t?Vt(t.omission):_}e=st(e);var F=e.length;if(jr(e)){var H=ar(e);F=H.length}if(l>=F)return e;var G=l-Zr(_);if(G<1)return _;var j=H?Or(H,0,G).join(""):e.slice(0,G);if(x===i)return j+_;if(H&&(G+=j.length-G),cs(x)){if(e.slice(G).search(x)){var pe,ue=j;for(x.global||(x=Nn(x.source,st(vt.exec(x))+"g")),x.lastIndex=0;pe=x.exec(ue);)var he=pe.index;j=j.slice(0,he===i?G:he)}}else if(e.indexOf(Vt(x),G)!=G){var _e=j.lastIndexOf(x);_e>-1&&(j=j.slice(0,_e))}return j+_}function Ah(e){return e=st(e),e&&Mr.test(e)?e.replace(Fr,Vl):e}var Sh=ri(function(e,t,l){return e+(l?" ":"")+t.toUpperCase()}),gs=Xa("toUpperCase");function Vo(e,t,l){return e=st(e),t=l?i:t,t===i?Hl(e)?Zl(e):Ol(e):e.match(t)||[]}var Xo=Ve(function(e,t){try{return zt(e,i,t)}catch(l){return fs(l)?l:new He(l)}}),Eh=Sr(function(e,t){return Qt(t,function(l){l=hr(l),vr(e,l,ps(e[l],e))}),e});function _h(e){var t=e==null?0:e.length,l=Oe();return e=t?ht(e,function(_){if(typeof _[1]!="function")throw new er(o);return[l(_[0]),_[1]]}):[],Ve(function(_){for(var x=-1;++x<t;){var F=e[x];if(zt(F[0],this,_))return zt(F[1],this,_)}})}function Ph(e){return Vp(rr(e,m))}function ms(e){return function(){return e}}function bh(e,t){return e==null||e!==e?t:e}var Ch=Za(),Th=Za(!0);function Gt(e){return e}function ys(e){return Ta(typeof e=="function"?e:rr(e,m))}function Dh(e){return Na(rr(e,m))}function Nh(e,t){return xa(e,rr(t,m))}var xh=Ve(function(e,t){return function(l){return mi(l,e,t)}}),wh=Ve(function(e,t){return function(l){return mi(e,l,t)}});function vs(e,t,l){var _=Nt(t),x=zi(t,_);l==null&&!(gt(t)&&(x.length||!_.length))&&(l=t,t=e,e=this,x=zi(t,Nt(t)));var F=!(gt(l)&&"chain"in l)||!!l.chain,H=_r(e);return Qt(x,function(G){var j=t[G];e[G]=j,H&&(e.prototype[G]=function(){var pe=this.__chain__;if(F||pe){var ue=e(this.__wrapped__),he=ue.__actions__=Ut(this.__actions__);return he.push({func:j,args:arguments,thisArg:e}),ue.__chain__=pe,ue}return j.apply(e,Dr([this.value()],arguments))})}),e}function Ih(){return wt._===this&&(wt._=rp),this}function As(){}function Rh(e){return e=ze(e),Ve(function(t){return wa(t,e)})}var Oh=Zn(ht),Lh=Zn(Js),kh=Zn(En);function jo(e){return is(e)?_n(hr(e)):uu(e)}function Fh(e){return function(t){return e==null?i:Hr(e,t)}}var Mh=qa(),Bh=qa(!0);function Ss(){return[]}function Es(){return!1}function $h(){return{}}function Wh(){return""}function Uh(){return!0}function Hh(e,t){if(e=ze(e),e<1||e>K)return[];var l=ce,_=Ot(e,ce);t=Oe(t),e-=ce;for(var x=Cn(_,t);++l<e;)t(l);return x}function Kh(e){return Ke(e)?ht(e,hr):Xt(e)?[e]:Ut(go(st(e)))}function Gh(e){var t=++ep;return st(e)+t}var zh=Ji(function(e,t){return e+t},0),Yh=Jn("ceil"),Vh=Ji(function(e,t){return e/t},1),Xh=Jn("floor");function jh(e){return e&&e.length?Gi(e,Gt,Fn):i}function Zh(e,t){return e&&e.length?Gi(e,Oe(t,2),Fn):i}function Jh(e){return ea(e,Gt)}function qh(e,t){return ea(e,Oe(t,2))}function Qh(e){return e&&e.length?Gi(e,Gt,Wn):i}function eg(e,t){return e&&e.length?Gi(e,Oe(t,2),Wn):i}var tg=Ji(function(e,t){return e*t},1),rg=Jn("round"),ig=Ji(function(e,t){return e-t},0);function ng(e){return e&&e.length?bn(e,Gt):0}function sg(e,t){return e&&e.length?bn(e,Oe(t,2)):0}return O.after=Dc,O.ary=To,O.assign=hd,O.assignIn=Wo,O.assignInWith=fn,O.assignWith=gd,O.at=md,O.before=Do,O.bind=ps,O.bindAll=Eh,O.bindKey=No,O.castArray=$c,O.chain=Po,O.chunk=Vu,O.compact=Xu,O.concat=ju,O.cond=_h,O.conforms=Ph,O.constant=ms,O.countBy=nc,O.create=yd,O.curry=xo,O.curryRight=wo,O.debounce=Io,O.defaults=vd,O.defaultsDeep=Ad,O.defer=Nc,O.delay=xc,O.difference=Zu,O.differenceBy=Ju,O.differenceWith=qu,O.drop=Qu,O.dropRight=ef,O.dropRightWhile=tf,O.dropWhile=rf,O.fill=nf,O.filter=ac,O.flatMap=pc,O.flatMapDeep=uc,O.flatMapDepth=fc,O.flatten=Ao,O.flattenDeep=sf,O.flattenDepth=af,O.flip=wc,O.flow=Ch,O.flowRight=Th,O.fromPairs=of,O.functions=Td,O.functionsIn=Dd,O.groupBy=cc,O.initial=pf,O.intersection=uf,O.intersectionBy=ff,O.intersectionWith=cf,O.invert=xd,O.invertBy=wd,O.invokeMap=hc,O.iteratee=ys,O.keyBy=gc,O.keys=Nt,O.keysIn=Kt,O.map=sn,O.mapKeys=Rd,O.mapValues=Od,O.matches=Dh,O.matchesProperty=Nh,O.memoize=on,O.merge=Ld,O.mergeWith=Uo,O.method=xh,O.methodOf=wh,O.mixin=vs,O.negate=ln,O.nthArg=Rh,O.omit=kd,O.omitBy=Fd,O.once=Ic,O.orderBy=mc,O.over=Oh,O.overArgs=Rc,O.overEvery=Lh,O.overSome=kh,O.partial=us,O.partialRight=Ro,O.partition=yc,O.pick=Md,O.pickBy=Ho,O.property=jo,O.propertyOf=Fh,O.pull=mf,O.pullAll=Eo,O.pullAllBy=yf,O.pullAllWith=vf,O.pullAt=Af,O.range=Mh,O.rangeRight=Bh,O.rearg=Oc,O.reject=Sc,O.remove=Sf,O.rest=Lc,O.reverse=os,O.sampleSize=_c,O.set=$d,O.setWith=Wd,O.shuffle=Pc,O.slice=Ef,O.sortBy=Tc,O.sortedUniq=Nf,O.sortedUniqBy=xf,O.split=ph,O.spread=kc,O.tail=wf,O.take=If,O.takeRight=Rf,O.takeRightWhile=Of,O.takeWhile=Lf,O.tap=jf,O.throttle=Fc,O.thru=nn,O.toArray=Mo,O.toPairs=Ko,O.toPairsIn=Go,O.toPath=Kh,O.toPlainObject=$o,O.transform=Ud,O.unary=Mc,O.union=kf,O.unionBy=Ff,O.unionWith=Mf,O.uniq=Bf,O.uniqBy=$f,O.uniqWith=Wf,O.unset=Hd,O.unzip=ls,O.unzipWith=_o,O.update=Kd,O.updateWith=Gd,O.values=si,O.valuesIn=zd,O.without=Uf,O.words=Vo,O.wrap=Bc,O.xor=Hf,O.xorBy=Kf,O.xorWith=Gf,O.zip=zf,O.zipObject=Yf,O.zipObjectDeep=Vf,O.zipWith=Xf,O.entries=Ko,O.entriesIn=Go,O.extend=Wo,O.extendWith=fn,vs(O,O),O.add=zh,O.attempt=Xo,O.camelCase=jd,O.capitalize=zo,O.ceil=Yh,O.clamp=Yd,O.clone=Wc,O.cloneDeep=Hc,O.cloneDeepWith=Kc,O.cloneWith=Uc,O.conformsTo=Gc,O.deburr=Yo,O.defaultTo=bh,O.divide=Vh,O.endsWith=Zd,O.eq=lr,O.escape=Jd,O.escapeRegExp=qd,O.every=sc,O.find=oc,O.findIndex=yo,O.findKey=Sd,O.findLast=lc,O.findLastIndex=vo,O.findLastKey=Ed,O.floor=Xh,O.forEach=bo,O.forEachRight=Co,O.forIn=_d,O.forInRight=Pd,O.forOwn=bd,O.forOwnRight=Cd,O.get=ds,O.gt=zc,O.gte=Yc,O.has=Nd,O.hasIn=hs,O.head=So,O.identity=Gt,O.includes=dc,O.indexOf=lf,O.inRange=Vd,O.invoke=Id,O.isArguments=zr,O.isArray=Ke,O.isArrayBuffer=Vc,O.isArrayLike=Ht,O.isArrayLikeObject=Et,O.isBoolean=Xc,O.isBuffer=Lr,O.isDate=jc,O.isElement=Zc,O.isEmpty=Jc,O.isEqual=qc,O.isEqualWith=Qc,O.isError=fs,O.isFinite=ed,O.isFunction=_r,O.isInteger=Oo,O.isLength=pn,O.isMap=Lo,O.isMatch=td,O.isMatchWith=rd,O.isNaN=id,O.isNative=nd,O.isNil=ad,O.isNull=sd,O.isNumber=ko,O.isObject=gt,O.isObjectLike=At,O.isPlainObject=_i,O.isRegExp=cs,O.isSafeInteger=od,O.isSet=Fo,O.isString=un,O.isSymbol=Xt,O.isTypedArray=ni,O.isUndefined=ld,O.isWeakMap=pd,O.isWeakSet=ud,O.join=df,O.kebabCase=Qd,O.last=nr,O.lastIndexOf=hf,O.lowerCase=eh,O.lowerFirst=th,O.lt=fd,O.lte=cd,O.max=jh,O.maxBy=Zh,O.mean=Jh,O.meanBy=qh,O.min=Qh,O.minBy=eg,O.stubArray=Ss,O.stubFalse=Es,O.stubObject=$h,O.stubString=Wh,O.stubTrue=Uh,O.multiply=tg,O.nth=gf,O.noConflict=Ih,O.noop=As,O.now=an,O.pad=rh,O.padEnd=ih,O.padStart=nh,O.parseInt=sh,O.random=Xd,O.reduce=vc,O.reduceRight=Ac,O.repeat=ah,O.replace=oh,O.result=Bd,O.round=rg,O.runInContext=X,O.sample=Ec,O.size=bc,O.snakeCase=lh,O.some=Cc,O.sortedIndex=_f,O.sortedIndexBy=Pf,O.sortedIndexOf=bf,O.sortedLastIndex=Cf,O.sortedLastIndexBy=Tf,O.sortedLastIndexOf=Df,O.startCase=uh,O.startsWith=fh,O.subtract=ig,O.sum=ng,O.sumBy=sg,O.template=ch,O.times=Hh,O.toFinite=Pr,O.toInteger=ze,O.toLength=Bo,O.toLower=dh,O.toNumber=sr,O.toSafeInteger=dd,O.toString=st,O.toUpper=hh,O.trim=gh,O.trimEnd=mh,O.trimStart=yh,O.truncate=vh,O.unescape=Ah,O.uniqueId=Gh,O.upperCase=Sh,O.upperFirst=gs,O.each=bo,O.eachRight=Co,O.first=So,vs(O,function(){var e={};return cr(O,function(t,l){lt.call(O.prototype,l)||(e[l]=t)}),e}(),{chain:!1}),O.VERSION=r,Qt(["bind","bindKey","curry","curryRight","partial","partialRight"],function(e){O[e].placeholder=O}),Qt(["drop","take"],function(e,t){Ze.prototype[e]=function(l){l=l===i?1:Dt(ze(l),0);var _=this.__filtered__&&!t?new Ze(this):this.clone();return _.__filtered__?_.__takeCount__=Ot(l,_.__takeCount__):_.__views__.push({size:Ot(l,ce),type:e+(_.__dir__<0?"Right":"")}),_},Ze.prototype[e+"Right"]=function(l){return this.reverse()[e](l).reverse()}}),Qt(["filter","map","takeWhile"],function(e,t){var l=t+1,_=l==k||l==$;Ze.prototype[e]=function(x){var F=this.clone();return F.__iteratees__.push({iteratee:Oe(x,3),type:l}),F.__filtered__=F.__filtered__||_,F}}),Qt(["head","last"],function(e,t){var l="take"+(t?"Right":"");Ze.prototype[e]=function(){return this[l](1).value()[0]}}),Qt(["initial","tail"],function(e,t){var l="drop"+(t?"":"Right");Ze.prototype[e]=function(){return this.__filtered__?new Ze(this):this[l](1)}}),Ze.prototype.compact=function(){return this.filter(Gt)},Ze.prototype.find=function(e){return this.filter(e).head()},Ze.prototype.findLast=function(e){return this.reverse().find(e)},Ze.prototype.invokeMap=Ve(function(e,t){return typeof e=="function"?new Ze(this):this.map(function(l){return mi(l,e,t)})}),Ze.prototype.reject=function(e){return this.filter(ln(Oe(e)))},Ze.prototype.slice=function(e,t){e=ze(e);var l=this;return l.__filtered__&&(e>0||t<0)?new Ze(l):(e<0?l=l.takeRight(-e):e&&(l=l.drop(e)),t!==i&&(t=ze(t),l=t<0?l.dropRight(-t):l.take(t-e)),l)},Ze.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},Ze.prototype.toArray=function(){return this.take(ce)},cr(Ze.prototype,function(e,t){var l=/^(?:filter|find|map|reject)|While$/.test(t),_=/^(?:head|last)$/.test(t),x=O[_?"take"+(t=="last"?"Right":""):t],F=_||/^find/.test(t);x&&(O.prototype[t]=function(){var H=this.__wrapped__,G=_?[1]:arguments,j=H instanceof Ze,pe=G[0],ue=j||Ke(H),he=function(Xe){var Je=x.apply(O,Dr([Xe],G));return _&&_e?Je[0]:Je};ue&&l&&typeof pe=="function"&&pe.length!=1&&(j=ue=!1);var _e=this.__chain__,we=!!this.__actions__.length,Fe=F&&!_e,Ye=j&&!we;if(!F&&ue){H=Ye?H:new Ze(this);var Me=e.apply(H,G);return Me.__actions__.push({func:nn,args:[he],thisArg:i}),new tr(Me,_e)}return Fe&&Ye?e.apply(this,G):(Me=this.thru(he),Fe?_?Me.value()[0]:Me.value():Me)})}),Qt(["pop","push","shift","sort","splice","unshift"],function(e){var t=xi[e],l=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",_=/^(?:pop|shift)$/.test(e);O.prototype[e]=function(){var x=arguments;if(_&&!this.__chain__){var F=this.value();return t.apply(Ke(F)?F:[],x)}return this[l](function(H){return t.apply(Ke(H)?H:[],x)})}}),cr(Ze.prototype,function(e,t){var l=O[t];if(l){var _=l.name+"";lt.call(Qr,_)||(Qr[_]=[]),Qr[_].push({name:t,func:l})}}),Qr[Zi(i,C).name]=[{name:"wrapper",func:i}],Ze.prototype.clone=vp,Ze.prototype.reverse=Ap,Ze.prototype.value=Sp,O.prototype.at=Zf,O.prototype.chain=Jf,O.prototype.commit=qf,O.prototype.next=Qf,O.prototype.plant=tc,O.prototype.reverse=rc,O.prototype.toJSON=O.prototype.valueOf=O.prototype.value=ic,O.prototype.first=O.prototype.head,pi&&(O.prototype[pi]=ec),O},Ni=Jl();wt._=Ni,d=function(){return Ni}.call(y,a,y,P),d!==i&&(P.exports=d)}).call(this)},4106:(P,y,a)=>{"use strict";const d=a(6482),i=Symbol("max"),r=Symbol("length"),u=Symbol("lengthCalculator"),h=Symbol("allowStale"),o=Symbol("maxAge"),n=Symbol("dispose"),p=Symbol("noDisposeOnSet"),g=Symbol("lruList"),s=Symbol("cache"),m=Symbol("updateAgeOnGet"),c=()=>1;class f{constructor(N){if(typeof N=="number"&&(N={max:N}),N||(N={}),N.max&&(typeof N.max!="number"||N.max<0))throw new TypeError("max must be a non-negative number");const L=this[i]=N.max||1/0,I=N.length||c;if(this[u]=typeof I!="function"?c:I,this[h]=N.stale||!1,N.maxAge&&typeof N.maxAge!="number")throw new TypeError("maxAge must be a number");this[o]=N.maxAge||0,this[n]=N.dispose,this[p]=N.noDisposeOnSet||!1,this[m]=N.updateAgeOnGet||!1,this.reset()}set max(N){if(typeof N!="number"||N<0)throw new TypeError("max must be a non-negative number");this[i]=N||1/0,E(this)}get max(){return this[i]}set allowStale(N){this[h]=!!N}get allowStale(){return this[h]}set maxAge(N){if(typeof N!="number")throw new TypeError("maxAge must be a non-negative number");this[o]=N,E(this)}get maxAge(){return this[o]}set lengthCalculator(N){typeof N!="function"&&(N=c),N!==this[u]&&(this[u]=N,this[r]=0,this[g].forEach(L=>{L.length=this[u](L.value,L.key),this[r]+=L.length})),E(this)}get lengthCalculator(){return this[u]}get length(){return this[r]}get itemCount(){return this[g].length}rforEach(N,L){L=L||this;for(let I=this[g].tail;I!==null;){const w=I.prev;b(this,N,I,L),I=w}}forEach(N,L){L=L||this;for(let I=this[g].head;I!==null;){const w=I.next;b(this,N,I,L),I=w}}keys(){return this[g].toArray().map(N=>N.key)}values(){return this[g].toArray().map(N=>N.value)}reset(){this[n]&&this[g]&&this[g].length&&this[g].forEach(N=>this[n](N.key,N.value)),this[s]=new Map,this[g]=new d,this[r]=0}dump(){return this[g].map(N=>v(this,N)?!1:{k:N.key,v:N.value,e:N.now+(N.maxAge||0)}).toArray().filter(N=>N)}dumpLru(){return this[g]}set(N,L,I){if(I=I||this[o],I&&typeof I!="number")throw new TypeError("maxAge must be a number");const w=I?Date.now():0,T=this[u](L,N);if(this[s].has(N)){if(T>this[i])return C(this,this[s].get(N)),!1;const U=this[s].get(N).value;return this[n]&&(this[p]||this[n](N,U.value)),U.now=w,U.maxAge=I,U.value=L,this[r]+=T-U.length,U.length=T,this.get(N),E(this),!0}const R=new S(N,L,T,w,I);return R.length>this[i]?(this[n]&&this[n](N,L),!1):(this[r]+=R.length,this[g].unshift(R),this[s].set(N,this[g].head),E(this),!0)}has(N){if(!this[s].has(N))return!1;const L=this[s].get(N).value;return!v(this,L)}get(N){return A(this,N,!0)}peek(N){return A(this,N,!1)}pop(){const N=this[g].tail;return N?(C(this,N),N.value):null}del(N){C(this,this[s].get(N))}load(N){this.reset();const L=Date.now();for(let I=N.length-1;I>=0;I--){const w=N[I],T=w.e||0;if(T===0)this.set(w.k,w.v);else{const R=T-L;R>0&&this.set(w.k,w.v,R)}}}prune(){this[s].forEach((N,L)=>A(this,L,!1))}}const A=(D,N,L)=>{const I=D[s].get(N);if(I){const w=I.value;if(v(D,w)){if(C(D,I),!D[h])return}else L&&(D[m]&&(I.value.now=Date.now()),D[g].unshiftNode(I));return w.value}},v=(D,N)=>{if(!N||!N.maxAge&&!D[o])return!1;const L=Date.now()-N.now;return N.maxAge?L>N.maxAge:D[o]&&L>D[o]},E=D=>{if(D[r]>D[i])for(let N=D[g].tail;D[r]>D[i]&&N!==null;){const L=N.prev;C(D,N),N=L}},C=(D,N)=>{if(N){const L=N.value;D[n]&&D[n](L.key,L.value),D[r]-=L.length,D[s].delete(L.key),D[g].removeNode(N)}};class S{constructor(N,L,I,w,T){this.key=N,this.value=L,this.length=I,this.now=w,this.maxAge=T||0}}const b=(D,N,L,I)=>{let w=L.value;v(D,w)&&(C(D,L),D[h]||(w=void 0)),w&&N.call(I,w.value,w.key,D)};P.exports=f},7496:()=>{(function(P){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",a={pattern:/(^(["']?)\w+\2)[ \t]+\S.*/,lookbehind:!0,alias:"punctuation",inside:null},d={bash:a,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})/};P.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+(?:\.\w+)*(?=\+?=)/,inside:{environment:{pattern:RegExp("(^|[\\s;|&]|[<>]\\()"+y),lookbehind:!0,alias:"constant"}},alias:"variable",lookbehind:!0},parameter:{pattern:/(^|\s)-{1,2}(?:\w+:[+-]?)?\w+(?:\.\w+)*(?=[=\s]|$)/,alias:"variable",lookbehind:!0},string:[{pattern:/((?:^|[^<])<<-?\s*)(\w+)\s[\s\S]*?(?:\r?\n|\r)\2/,lookbehind:!0,greedy:!0,inside:d},{pattern:/((?:^|[^<])<<-?\s*)(["'])(\w+)\2\s[\s\S]*?(?:\r?\n|\r)\3/,lookbehind:!0,greedy:!0,inside:{bash:a}},{pattern:/(^|[^\\](?:\\\\)*)"(?:\\[\s\S]|\$\([^)]+\)|\$(?!\()|`[^`]+`|[^"\\`$])*"/,lookbehind:!0,greedy:!0,inside:d},{pattern:/(^|[^$\\])'[^']*'/,lookbehind:!0,greedy:!0},{pattern:/\$'(?:[^'\\]|\\[\s\S])*'/,greedy:!0,inside:{entity:d.entity}}],environment:{pattern:RegExp("\\$?"+y),alias:"constant"},variable:d.variable,function:{pattern:/(^|[\s;|&]|[<>]\()(?:add|apropos|apt|apt-cache|apt-get|aptitude|aspell|automysqlbackup|awk|basename|bash|bc|bconsole|bg|bzip2|cal|cargo|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|java|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|sysctl|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}},a.inside=P.languages.bash;for(var i=["comment","function-name","for-or-select","assign-left","parameter","string","environment","function","keyword","builtin","boolean","file-descriptor","operator","punctuation","number"],r=d.variable[1].inside,u=0;u<i.length;u++)r[i[u]]=P.languages.bash[i[u]];P.languages.sh=P.languages.bash,P.languages.shell=P.languages.bash})(Prism)},841:()=>{(function(P){P.languages.diff={coord:[/^(?:\*{3}|-{3}|\+{3}).*$/m,/^@@.*@@$/m,/^\d.*$/m]};var y={"deleted-sign":"-","deleted-arrow":"<","inserted-sign":"+","inserted-arrow":">",unchanged:" ",diff:"!"};Object.keys(y).forEach(function(a){var d=y[a],i=[];/^\w+$/.test(a)||i.push(/\w+/.exec(a)[0]),a==="diff"&&i.push("bold"),P.languages.diff[a]={pattern:RegExp("^(?:["+d+`].*(?:\r
|
|
?|
|
|
|(?![\\s\\S])))+`,"m"),alias:i,inside:{line:{pattern:/(.)(?=[\s\S]).*(?:\r\n?|\n)?/,lookbehind:!0},prefix:{pattern:/[\s\S]/,alias:/\w+/.exec(a)[0]}}}}),Object.defineProperty(P.languages.diff,"PREFIXES",{value:y})})(Prism)},9881:()=>{(function(P){function y(n){return RegExp("(^(?:"+n+"):[ ]*(?![ ]))[^]+","i")}P.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:P.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:P.languages.csp},{pattern:y(/Public-Key-Pins(?:-Report-Only)?/.source),lookbehind:!0,alias:["hpkp","languages-hpkp"],inside:P.languages.hpkp},{pattern:y(/Strict-Transport-Security/.source),lookbehind:!0,alias:["hsts","languages-hsts"],inside:P.languages.hsts},{pattern:y(/[^:]+/.source),lookbehind:!0}],"header-name":{pattern:/^[^:]+/,alias:"keyword"},punctuation:/^:/}}};var a=P.languages,d={"application/javascript":a.javascript,"application/json":a.json||a.javascript,"application/xml":a.xml,"text/xml":a.xml,"text/html":a.html,"text/css":a.css,"text/plain":a.plain},i={"application/json":!0,"application/xml":!0};function r(n){var p=n.replace(/^[a-z]+\//,""),g="\\w+/(?:[\\w.-]+\\+)+"+p+"(?![+\\w.-])";return"(?:"+n+"|"+g+")"}var u;for(var h in d)if(d[h]){u=u||{};var o=i[h]?r(h):h;u[h.replace(/\//g,"-")]={pattern:RegExp("("+/content-type:\s*/.source+o+/(?:(?:\r\n?|\n)[\w-].*)*(?:\r(?:\n|(?!\n))|\n)/.source+")"+/[^ \t\w-][\s\S]*/.source,"i"),lookbehind:!0,inside:d[h]}}u&&P.languages.insertBefore("http","header",u)})(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://,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},1494:()=>{(function(){if(typeof Prism=="undefined"||typeof document=="undefined")return;if(!Prism.plugins.toolbar){console.warn("Copy to Clipboard plugin loaded before Toolbar plugin.");return}function P(r,u){r.addEventListener("click",function(){a(u)})}function y(r){var u=document.createElement("textarea");u.value=r.getText(),u.style.top="0",u.style.left="0",u.style.position="fixed",document.body.appendChild(u),u.focus(),u.select();try{var h=document.execCommand("copy");setTimeout(function(){h?r.success():r.error()},1)}catch(o){setTimeout(function(){r.error(o)},1)}document.body.removeChild(u)}function a(r){navigator.clipboard?navigator.clipboard.writeText(r.getText()).then(r.success,function(){y(r)}):y(r)}function d(r){window.getSelection().selectAllChildren(r)}function i(r){var u={copy:"Copy","copy-error":"Press Ctrl+C to copy","copy-success":"Copied!","copy-timeout":5e3},h="data-prismjs-";for(var o in u){for(var n=h+o,p=r;p&&!p.hasAttribute(n);)p=p.parentElement;p&&(u[o]=p.getAttribute(n))}return u}Prism.plugins.toolbar.registerButton("copy-to-clipboard",function(r){var u=r.element,h=i(u),o=document.createElement("button");o.className="copy-to-clipboard-button",o.setAttribute("type","button");var n=document.createElement("span");return o.appendChild(n),g("copy"),P(o,{getText:function(){return u.textContent},success:function(){g("copy-success"),p()},error:function(){g("copy-error"),setTimeout(function(){d(u)},1),p()}}),o;function p(){setTimeout(function(){g("copy")},h["copy-timeout"])}function g(s){n.textContent=h[s],o.setAttribute("data-copy-state",s)}})})()},9747:()=>{(function(){if(typeof Prism!="undefined"){var P=/^diff-([\w-]+)/i,y=/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/g,a=RegExp(/(?:__|[^\r\n<])*(?:\r\n?|\n|(?:__|[^\r\n<])(?![^\r\n]))/.source.replace(/__/g,function(){return y.source}),"gi"),d=!1;Prism.hooks.add("before-sanity-check",function(i){var r=i.language;P.test(r)&&!i.grammar&&(i.grammar=Prism.languages[r]=Prism.languages.diff)}),Prism.hooks.add("before-tokenize",function(i){!d&&!Prism.languages.diff&&!Prism.plugins.autoloader&&(d=!0,console.warn("Prism's Diff Highlight plugin requires the Diff language definition (prism-diff.js).Make sure the language definition is loaded or use Prism's Autoloader plugin."));var r=i.language;P.test(r)&&!Prism.languages[r]&&(Prism.languages[r]=Prism.languages.diff)}),Prism.hooks.add("wrap",function(i){var r,u;if(i.language!=="diff"){var h=P.exec(i.language);if(!h)return;r=h[1],u=Prism.languages[r]}var o=Prism.languages.diff&&Prism.languages.diff.PREFIXES;if(o&&i.type in o){var n=i.content.replace(y,""),p=n.replace(/</g,"<").replace(/&/g,"&"),g=p.replace(/(^|[\r\n])./g,"$1"),s;u?s=Prism.highlight(g,u,r):s=Prism.util.encode(g);var m=new Prism.Token("prefix",o[i.type],[/\w+/.exec(i.type)[0]]),c=Prism.Token.stringify(m,i.language),f=[],A;for(a.lastIndex=0;A=a.exec(s);)f.push(c+A[0]);/(?:^|[\r\n]).$/.test(p)&&f.push(c),i.content=f.join(""),u&&i.classes.push("language-"+r)}})}})()},6238:()=>{(function(){if(typeof Prism=="undefined"||typeof document=="undefined")return;var P=[],y={},a=function(){};Prism.plugins.toolbar={};var d=Prism.plugins.toolbar.registerButton=function(u,h){var o;if(typeof h=="function"?o=h:o=function(n){var p;return typeof h.onClick=="function"?(p=document.createElement("button"),p.type="button",p.addEventListener("click",function(){h.onClick.call(this,n)})):typeof h.url=="string"?(p=document.createElement("a"),p.href=h.url):p=document.createElement("span"),h.className&&p.classList.add(h.className),p.textContent=h.text,p},u in y){console.warn('There is a button with the key "'+u+'" registered already.');return}P.push(y[u]=o)};function i(u){for(;u;){var h=u.getAttribute("data-toolbar-order");if(h!=null)return h=h.trim(),h.length?h.split(/\s*,\s*/g):[];u=u.parentElement}}var r=Prism.plugins.toolbar.hook=function(u){var h=u.element.parentNode;if(!(!h||!/pre/i.test(h.nodeName))&&!h.parentNode.classList.contains("code-toolbar")){var o=document.createElement("div");o.classList.add("code-toolbar"),h.parentNode.insertBefore(o,h),o.appendChild(h);var n=document.createElement("div");n.classList.add("toolbar");var p=P,g=i(u.element);g&&(p=g.map(function(s){return y[s]||a})),p.forEach(function(s){var m=s(u);if(m){var c=document.createElement("div");c.classList.add("toolbar-item"),c.appendChild(m),n.appendChild(c)}}),o.appendChild(n)}};d("label",function(u){var h=u.element.parentNode;if(!(!h||!/pre/i.test(h.nodeName))&&h.hasAttribute("data-label")){var o,n,p=h.getAttribute("data-label");try{n=document.querySelector("template#"+p)}catch(g){}return n?o=n.content:(h.hasAttribute("data-url")?(o=document.createElement("a"),o.href=h.getAttribute("data-url")):o=document.createElement("span"),o.textContent=p),o}}),Prism.hooks.add("complete",r)})()},1309:(P,y,a)=>{var d=typeof window!="undefined"?window:typeof WorkerGlobalScope!="undefined"&&self instanceof WorkerGlobalScope?self:{};/**
|
|
* Prism: Lightweight, robust, elegant syntax highlighting
|
|
*
|
|
* @license MIT <https://opensource.org/licenses/MIT>
|
|
* @author Lea Verou <https://lea.verou.me>
|
|
* @namespace
|
|
* @public
|
|
*/var i=function(r){var u=/(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,h=0,o={},n={manual:r.Prism&&r.Prism.manual,disableWorkerMessageHandler:r.Prism&&r.Prism.disableWorkerMessageHandler,util:{encode:function S(b){return b instanceof p?new p(b.type,S(b.content),b.alias):Array.isArray(b)?b.map(S):b.replace(/&/g,"&").replace(/</g,"<").replace(/\u00a0/g," ")},type:function(S){return Object.prototype.toString.call(S).slice(8,-1)},objId:function(S){return S.__id||Object.defineProperty(S,"__id",{value:++h}),S.__id},clone:function S(b,D){D=D||{};var N,L;switch(n.util.type(b)){case"Object":if(L=n.util.objId(b),D[L])return D[L];N={},D[L]=N;for(var I in b)b.hasOwnProperty(I)&&(N[I]=S(b[I],D));return N;case"Array":return L=n.util.objId(b),D[L]?D[L]:(N=[],D[L]=N,b.forEach(function(w,T){N[T]=S(w,D)}),N);default:return b}},getLanguage:function(S){for(;S;){var b=u.exec(S.className);if(b)return b[1].toLowerCase();S=S.parentElement}return"none"},setLanguage:function(S,b){S.className=S.className.replace(RegExp(u,"gi"),""),S.classList.add("language-"+b)},currentScript:function(){if(typeof document=="undefined")return null;if("currentScript"in document&&1<2)return document.currentScript;try{throw new Error}catch(N){var S=(/at [^(\r\n]*\((.*):[^:]+:[^:]+\)$/i.exec(N.stack)||[])[1];if(S){var b=document.getElementsByTagName("script");for(var D in b)if(b[D].src==S)return b[D]}return null}},isActive:function(S,b,D){for(var N="no-"+b;S;){var L=S.classList;if(L.contains(b))return!0;if(L.contains(N))return!1;S=S.parentElement}return!!D}},languages:{plain:o,plaintext:o,text:o,txt:o,extend:function(S,b){var D=n.util.clone(n.languages[S]);for(var N in b)D[N]=b[N];return D},insertBefore:function(S,b,D,N){N=N||n.languages;var L=N[S],I={};for(var w in L)if(L.hasOwnProperty(w)){if(w==b)for(var T in D)D.hasOwnProperty(T)&&(I[T]=D[T]);D.hasOwnProperty(w)||(I[w]=L[w])}var R=N[S];return N[S]=I,n.languages.DFS(n.languages,function(M,U){U===R&&M!=S&&(this[M]=I)}),I},DFS:function S(b,D,N,L){L=L||{};var I=n.util.objId;for(var w in b)if(b.hasOwnProperty(w)){D.call(b,w,b[w],N||w);var T=b[w],R=n.util.type(T);R==="Object"&&!L[I(T)]?(L[I(T)]=!0,S(T,D,null,L)):R==="Array"&&!L[I(T)]&&(L[I(T)]=!0,S(T,D,w,L))}}},plugins:{},highlightAll:function(S,b){n.highlightAllUnder(document,S,b)},highlightAllUnder:function(S,b,D){var N={callback:D,container:S,selector:'code[class*="language-"], [class*="language-"] code, code[class*="lang-"], [class*="lang-"] code'};n.hooks.run("before-highlightall",N),N.elements=Array.prototype.slice.apply(N.container.querySelectorAll(N.selector)),n.hooks.run("before-all-elements-highlight",N);for(var L=0,I;I=N.elements[L++];)n.highlightElement(I,b===!0,N.callback)},highlightElement:function(S,b,D){var N=n.util.getLanguage(S),L=n.languages[N];n.util.setLanguage(S,N);var I=S.parentElement;I&&I.nodeName.toLowerCase()==="pre"&&n.util.setLanguage(I,N);var w=S.textContent,T={element:S,language:N,grammar:L,code:w};function R(U){T.highlightedCode=U,n.hooks.run("before-insert",T),T.element.innerHTML=T.highlightedCode,n.hooks.run("after-highlight",T),n.hooks.run("complete",T),D&&D.call(T.element)}if(n.hooks.run("before-sanity-check",T),I=T.element.parentElement,I&&I.nodeName.toLowerCase()==="pre"&&!I.hasAttribute("tabindex")&&I.setAttribute("tabindex","0"),!T.code){n.hooks.run("complete",T),D&&D.call(T.element);return}if(n.hooks.run("before-highlight",T),!T.grammar){R(n.util.encode(T.code));return}if(b&&r.Worker){var M=new Worker(n.filename);M.onmessage=function(U){R(U.data)},M.postMessage(JSON.stringify({language:T.language,code:T.code,immediateClose:!0}))}else R(n.highlight(T.code,T.grammar,T.language))},highlight:function(S,b,D){var N={code:S,grammar:b,language:D};if(n.hooks.run("before-tokenize",N),!N.grammar)throw new Error('The language "'+N.language+'" has no grammar.');return N.tokens=n.tokenize(N.code,N.grammar),n.hooks.run("after-tokenize",N),p.stringify(n.util.encode(N.tokens),N.language)},tokenize:function(S,b){var D=b.rest;if(D){for(var N in D)b[N]=D[N];delete b.rest}var L=new m;return c(L,L.head,S),s(S,L,b,L.head,0),A(L)},hooks:{all:{},add:function(S,b){var D=n.hooks.all;D[S]=D[S]||[],D[S].push(b)},run:function(S,b){var D=n.hooks.all[S];if(!(!D||!D.length))for(var N=0,L;L=D[N++];)L(b)}},Token:p};r.Prism=n;function p(S,b,D,N){this.type=S,this.content=b,this.alias=D,this.length=(N||"").length|0}p.stringify=function S(b,D){if(typeof b=="string")return b;if(Array.isArray(b)){var N="";return b.forEach(function(R){N+=S(R,D)}),N}var L={type:b.type,content:S(b.content,D),tag:"span",classes:["token",b.type],attributes:{},language:D},I=b.alias;I&&(Array.isArray(I)?Array.prototype.push.apply(L.classes,I):L.classes.push(I)),n.hooks.run("wrap",L);var w="";for(var T in L.attributes)w+=" "+T+'="'+(L.attributes[T]||"").replace(/"/g,""")+'"';return"<"+L.tag+' class="'+L.classes.join(" ")+'"'+w+">"+L.content+"</"+L.tag+">"};function g(S,b,D,N){S.lastIndex=b;var L=S.exec(D);if(L&&N&&L[1]){var I=L[1].length;L.index+=I,L[0]=L[0].slice(I)}return L}function s(S,b,D,N,L,I){for(var w in D)if(!(!D.hasOwnProperty(w)||!D[w])){var T=D[w];T=Array.isArray(T)?T:[T];for(var R=0;R<T.length;++R){if(I&&I.cause==w+","+R)return;var M=T[R],U=M.inside,z=!!M.lookbehind,k=!!M.greedy,W=M.alias;if(k&&!M.pattern.global){var $=M.pattern.toString().match(/[imsuy]*$/)[0];M.pattern=RegExp(M.pattern.source,$+"g")}for(var V=M.pattern||M,K=N.next,Q=L;K!==b.tail&&!(I&&Q>=I.reach);Q+=K.value.length,K=K.next){var oe=K.value;if(b.length>S.length)return;if(!(oe instanceof p)){var ce=1,J;if(k){if(J=g(V,Q,S,z),!J||J.index>=S.length)break;var Qe=J.index,ve=J.index+J[0].length,Ae=Q;for(Ae+=K.value.length;Qe>=Ae;)K=K.next,Ae+=K.value.length;if(Ae-=K.value.length,Q=Ae,K.value instanceof p)continue;for(var Pe=K;Pe!==b.tail&&(Ae<ve||typeof Pe.value=="string");Pe=Pe.next)ce++,Ae+=Pe.value.length;ce--,oe=S.slice(Q,Ae),J.index-=Q}else if(J=g(V,0,oe,z),!J)continue;var Qe=J.index,mt=J[0],Pt=oe.slice(0,Qe),bt=oe.slice(Qe+mt.length),kt=Q+oe.length;I&&kt>I.reach&&(I.reach=kt);var Le=K.prev;Pt&&(Le=c(b,Le,Pt),Q+=Pt.length),f(b,Le,ce);var St=new p(w,U?n.tokenize(mt,U):mt,W,mt);if(K=c(b,Le,St),bt&&c(b,K,bt),ce>1){var Be={cause:w+","+R,reach:kt};s(S,b,D,K.prev,Q,Be),I&&Be.reach>I.reach&&(I.reach=Be.reach)}}}}}}function m(){var S={value:null,prev:null,next:null},b={value:null,prev:S,next:null};S.next=b,this.head=S,this.tail=b,this.length=0}function c(S,b,D){var N=b.next,L={value:D,prev:b,next:N};return b.next=L,N.prev=L,S.length++,L}function f(S,b,D){for(var N=b.next,L=0;L<D&&N!==S.tail;L++)N=N.next;b.next=N,N.prev=b,S.length-=L}function A(S){for(var b=[],D=S.head.next;D!==S.tail;)b.push(D.value),D=D.next;return b}if(!r.document)return r.addEventListener&&(n.disableWorkerMessageHandler||r.addEventListener("message",function(S){var b=JSON.parse(S.data),D=b.language,N=b.code,L=b.immediateClose;r.postMessage(n.highlight(N,n.languages[D],D)),L&&r.close()},!1)),n;var v=n.util.currentScript();v&&(n.filename=v.src,v.hasAttribute("data-manual")&&(n.manual=!0));function E(){n.manual||n.highlightAll()}if(!n.manual){var C=document.readyState;C==="loading"||C==="interactive"&&v&&v.defer?document.addEventListener("DOMContentLoaded",E):window.requestAnimationFrame?window.requestAnimationFrame(E):window.setTimeout(E,16)}return n}(d);P.exports&&(P.exports=i),typeof a.g!="undefined"&&(a.g.Prism=i),i.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"},{pattern:/^(\s*)["']|["']$/,lookbehind:!0}]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]},i.languages.markup.tag.inside["attr-value"].inside.entity=i.languages.markup.entity,i.languages.markup.doctype.inside["internal-subset"].inside=i.languages.markup,i.hooks.add("wrap",function(r){r.type==="entity"&&(r.attributes.title=r.content.replace(/&/,"&"))}),Object.defineProperty(i.languages.markup.tag,"addInlined",{value:function(u,h){var o={};o["language-"+h]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:i.languages[h]},o.cdata=/^<!\[CDATA\[|\]\]>$/i;var n={"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:o}};n["language-"+h]={pattern:/[\s\S]+/,inside:i.languages[h]};var p={};p[u]={pattern:RegExp(/(<__[^>]*>)(?:<!\[CDATA\[(?:[^\]]|\](?!\]>))*\]\]>|(?!<!\[CDATA\[)[\s\S])*?(?=<\/__>)/.source.replace(/__/g,function(){return u}),"i"),lookbehind:!0,greedy:!0,inside:n},i.languages.insertBefore("markup","cdata",p)}}),Object.defineProperty(i.languages.markup.tag,"addAttribute",{value:function(r,u){i.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:[u,"language-"+u],inside:i.languages[u]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}}),i.languages.html=i.languages.markup,i.languages.mathml=i.languages.markup,i.languages.svg=i.languages.markup,i.languages.xml=i.languages.extend("markup",{}),i.languages.ssml=i.languages.xml,i.languages.atom=i.languages.xml,i.languages.rss=i.languages.xml,function(r){var u=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/;r.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:RegExp("@[\\w-](?:"+/[^;{\s"']|\s+(?!\s)/.source+"|"+u.source+")*?"+/(?:;|(?=\s*\{))/.source),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\\((?:"+u.source+"|"+/(?:[^\\\r\n()"']|\\[\s\S])*/.source+")\\)","i"),greedy:!0,inside:{function:/^url/i,punctuation:/^\(|\)$/,string:{pattern:RegExp("^"+u.source+"$"),alias:"url"}}},selector:{pattern:RegExp(`(^|[{}\\s])[^{}\\s](?:[^{};"'\\s]|\\s+(?![\\s{])|`+u.source+")*(?=\\s*\\{)"),lookbehind:!0},string:{pattern:u,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 h=r.languages.markup;h&&(h.tag.addInlined("style","css"),h.tag.addAttribute("style","css"))}(i),i.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:/[{}[\];(),.:]/},i.languages.javascript=i.languages.extend("clike",{"class-name":[i.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}|\?\?=?|\?\.?|[~:]/}),i.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/,i.languages.insertBefore("javascript","keyword",{regex:{pattern:RegExp(/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)/.source+/\//.source+"(?:"+/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}/.source+"|"+/(?:\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.)*\])*\])*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}v[dgimyus]{0,7}/.source+")"+/(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/.source),lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:i.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:i.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:i.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:i.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:i.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/}),i.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:i.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"}}),i.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}}),i.languages.markup&&(i.languages.markup.tag.addInlined("script","javascript"),i.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")),i.languages.js=i.languages.javascript,function(){if(typeof i=="undefined"||typeof document=="undefined")return;Element.prototype.matches||(Element.prototype.matches=Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector);var r="Loading\u2026",u=function(v,E){return"\u2716 Error "+v+" while fetching file: "+E},h="\u2716 Error: File does not exist or is empty",o={js:"javascript",py:"python",rb:"ruby",ps1:"powershell",psm1:"powershell",sh:"bash",bat:"batch",h:"c",tex:"latex"},n="data-src-status",p="loading",g="loaded",s="failed",m="pre[data-src]:not(["+n+'="'+g+'"]):not(['+n+'="'+p+'"])';function c(v,E,C){var S=new XMLHttpRequest;S.open("GET",v,!0),S.onreadystatechange=function(){S.readyState==4&&(S.status<400&&S.responseText?E(S.responseText):S.status>=400?C(u(S.status,S.statusText)):C(h))},S.send(null)}function f(v){var E=/^\s*(\d+)\s*(?:(,)\s*(?:(\d+)\s*)?)?$/.exec(v||"");if(E){var C=Number(E[1]),S=E[2],b=E[3];return S?b?[C,Number(b)]:[C,void 0]:[C,C]}}i.hooks.add("before-highlightall",function(v){v.selector+=", "+m}),i.hooks.add("before-sanity-check",function(v){var E=v.element;if(E.matches(m)){v.code="",E.setAttribute(n,p);var C=E.appendChild(document.createElement("CODE"));C.textContent=r;var S=E.getAttribute("data-src"),b=v.language;if(b==="none"){var D=(/\.(\w+)$/.exec(S)||[,"none"])[1];b=o[D]||D}i.util.setLanguage(C,b),i.util.setLanguage(E,b);var N=i.plugins.autoloader;N&&N.loadLanguages(b),c(S,function(L){E.setAttribute(n,g);var I=f(E.getAttribute("data-range"));if(I){var w=L.split(/\r\n?|\n/g),T=I[0],R=I[1]==null?w.length:I[1];T<0&&(T+=w.length),T=Math.max(0,Math.min(T-1,w.length)),R<0&&(R+=w.length),R=Math.max(0,Math.min(R,w.length)),L=w.slice(T,R).join(`
|
|
`),E.hasAttribute("data-start")||E.setAttribute("data-start",String(T+1))}C.textContent=L,i.highlightElement(C)},function(L){E.setAttribute(n,s),C.textContent=L})}}),i.plugins.fileHighlight={highlight:function(E){for(var C=(E||document).querySelectorAll(m),S=0,b;b=C[S++];)i.highlightElement(b)}};var A=!1;i.fileHighlight=function(){A||(console.warn("Prism.fileHighlight is deprecated. Use `Prism.plugins.fileHighlight.highlight` instead."),A=!0),i.plugins.fileHighlight.highlight.apply(this,arguments)}}()},1681:(P,y,a)=>{const d=Symbol("SemVer ANY");class i{static get ANY(){return d}constructor(m,c){if(c=r(c),m instanceof i){if(m.loose===!!c.loose)return m;m=m.value}m=m.trim().split(/\s+/).join(" "),n("comparator",m,c),this.options=c,this.loose=!!c.loose,this.parse(m),this.semver===d?this.value="":this.value=this.operator+this.semver.version,n("comp",this)}parse(m){const c=this.options.loose?u[h.COMPARATORLOOSE]:u[h.COMPARATOR],f=m.match(c);if(!f)throw new TypeError(`Invalid comparator: ${m}`);this.operator=f[1]!==void 0?f[1]:"",this.operator==="="&&(this.operator=""),f[2]?this.semver=new p(f[2],this.options.loose):this.semver=d}toString(){return this.value}test(m){if(n("Comparator.test",m,this.options.loose),this.semver===d||m===d)return!0;if(typeof m=="string")try{m=new p(m,this.options)}catch(c){return!1}return o(m,this.operator,this.semver,this.options)}intersects(m,c){if(!(m instanceof i))throw new TypeError("a Comparator is required");return this.operator===""?this.value===""?!0:new g(m.value,c).test(this.value):m.operator===""?m.value===""?!0:new g(this.value,c).test(m.semver):(c=r(c),c.includePrerelease&&(this.value==="<0.0.0-0"||m.value==="<0.0.0-0")||!c.includePrerelease&&(this.value.startsWith("<0.0.0")||m.value.startsWith("<0.0.0"))?!1:!!(this.operator.startsWith(">")&&m.operator.startsWith(">")||this.operator.startsWith("<")&&m.operator.startsWith("<")||this.semver.version===m.semver.version&&this.operator.includes("=")&&m.operator.includes("=")||o(this.semver,"<",m.semver,c)&&this.operator.startsWith(">")&&m.operator.startsWith("<")||o(this.semver,">",m.semver,c)&&this.operator.startsWith("<")&&m.operator.startsWith(">")))}}P.exports=i;const r=a(1372),{safeRe:u,t:h}=a(3038),o=a(9668),n=a(6385),p=a(6984),g=a(7990)},7990:(P,y,a)=>{class d{constructor(W,$){if($=u($),W instanceof d)return W.loose===!!$.loose&&W.includePrerelease===!!$.includePrerelease?W:new d(W.raw,$);if(W instanceof h)return this.raw=W.value,this.set=[[W]],this.format(),this;if(this.options=$,this.loose=!!$.loose,this.includePrerelease=!!$.includePrerelease,this.raw=W.trim().split(/\s+/).join(" "),this.set=this.raw.split("||").map(V=>this.parseRange(V.trim())).filter(V=>V.length),!this.set.length)throw new TypeError(`Invalid SemVer Range: ${this.raw}`);if(this.set.length>1){const V=this.set[0];if(this.set=this.set.filter(K=>!v(K[0])),this.set.length===0)this.set=[V];else if(this.set.length>1){for(const K of this.set)if(K.length===1&&E(K[0])){this.set=[K];break}}}this.format()}format(){return this.range=this.set.map(W=>W.join(" ").trim()).join("||").trim(),this.range}toString(){return this.range}parseRange(W){const V=((this.options.includePrerelease&&f)|(this.options.loose&&A))+":"+W,K=r.get(V);if(K)return K;const Q=this.options.loose,oe=Q?p[g.HYPHENRANGELOOSE]:p[g.HYPHENRANGE];W=W.replace(oe,U(this.options.includePrerelease)),o("hyphen replace",W),W=W.replace(p[g.COMPARATORTRIM],s),o("comparator trim",W),W=W.replace(p[g.TILDETRIM],m),o("tilde trim",W),W=W.replace(p[g.CARETTRIM],c),o("caret trim",W);let ce=W.split(" ").map(Pe=>S(Pe,this.options)).join(" ").split(/\s+/).map(Pe=>M(Pe,this.options));Q&&(ce=ce.filter(Pe=>(o("loose invalid filter",Pe,this.options),!!Pe.match(p[g.COMPARATORLOOSE])))),o("range list",ce);const J=new Map,ve=ce.map(Pe=>new h(Pe,this.options));for(const Pe of ve){if(v(Pe))return[Pe];J.set(Pe.value,Pe)}J.size>1&&J.has("")&&J.delete("");const Ae=[...J.values()];return r.set(V,Ae),Ae}intersects(W,$){if(!(W instanceof d))throw new TypeError("a Range is required");return this.set.some(V=>C(V,$)&&W.set.some(K=>C(K,$)&&V.every(Q=>K.every(oe=>Q.intersects(oe,$)))))}test(W){if(!W)return!1;if(typeof W=="string")try{W=new n(W,this.options)}catch($){return!1}for(let $=0;$<this.set.length;$++)if(z(this.set[$],W,this.options))return!0;return!1}}P.exports=d;const i=a(4106),r=new i({max:1e3}),u=a(1372),h=a(1681),o=a(6385),n=a(6984),{safeRe:p,t:g,comparatorTrimReplace:s,tildeTrimReplace:m,caretTrimReplace:c}=a(3038),{FLAG_INCLUDE_PRERELEASE:f,FLAG_LOOSE:A}=a(9138),v=k=>k.value==="<0.0.0-0",E=k=>k.value==="",C=(k,W)=>{let $=!0;const V=k.slice();let K=V.pop();for(;$&&V.length;)$=V.every(Q=>K.intersects(Q,W)),K=V.pop();return $},S=(k,W)=>(o("comp",k,W),k=L(k,W),o("caret",k),k=D(k,W),o("tildes",k),k=w(k,W),o("xrange",k),k=R(k,W),o("stars",k),k),b=k=>!k||k.toLowerCase()==="x"||k==="*",D=(k,W)=>k.trim().split(/\s+/).map($=>N($,W)).join(" "),N=(k,W)=>{const $=W.loose?p[g.TILDELOOSE]:p[g.TILDE];return k.replace($,(V,K,Q,oe,ce)=>{o("tilde",k,V,K,Q,oe,ce);let J;return b(K)?J="":b(Q)?J=`>=${K}.0.0 <${+K+1}.0.0-0`:b(oe)?J=`>=${K}.${Q}.0 <${K}.${+Q+1}.0-0`:ce?(o("replaceTilde pr",ce),J=`>=${K}.${Q}.${oe}-${ce} <${K}.${+Q+1}.0-0`):J=`>=${K}.${Q}.${oe} <${K}.${+Q+1}.0-0`,o("tilde return",J),J})},L=(k,W)=>k.trim().split(/\s+/).map($=>I($,W)).join(" "),I=(k,W)=>{o("caret",k,W);const $=W.loose?p[g.CARETLOOSE]:p[g.CARET],V=W.includePrerelease?"-0":"";return k.replace($,(K,Q,oe,ce,J)=>{o("caret",k,K,Q,oe,ce,J);let ve;return b(Q)?ve="":b(oe)?ve=`>=${Q}.0.0${V} <${+Q+1}.0.0-0`:b(ce)?Q==="0"?ve=`>=${Q}.${oe}.0${V} <${Q}.${+oe+1}.0-0`:ve=`>=${Q}.${oe}.0${V} <${+Q+1}.0.0-0`:J?(o("replaceCaret pr",J),Q==="0"?oe==="0"?ve=`>=${Q}.${oe}.${ce}-${J} <${Q}.${oe}.${+ce+1}-0`:ve=`>=${Q}.${oe}.${ce}-${J} <${Q}.${+oe+1}.0-0`:ve=`>=${Q}.${oe}.${ce}-${J} <${+Q+1}.0.0-0`):(o("no pr"),Q==="0"?oe==="0"?ve=`>=${Q}.${oe}.${ce}${V} <${Q}.${oe}.${+ce+1}-0`:ve=`>=${Q}.${oe}.${ce}${V} <${Q}.${+oe+1}.0-0`:ve=`>=${Q}.${oe}.${ce} <${+Q+1}.0.0-0`),o("caret return",ve),ve})},w=(k,W)=>(o("replaceXRanges",k,W),k.split(/\s+/).map($=>T($,W)).join(" ")),T=(k,W)=>{k=k.trim();const $=W.loose?p[g.XRANGELOOSE]:p[g.XRANGE];return k.replace($,(V,K,Q,oe,ce,J)=>{o("xRange",k,V,K,Q,oe,ce,J);const ve=b(Q),Ae=ve||b(oe),Pe=Ae||b(ce),Qe=Pe;return K==="="&&Qe&&(K=""),J=W.includePrerelease?"-0":"",ve?K===">"||K==="<"?V="<0.0.0-0":V="*":K&&Qe?(Ae&&(oe=0),ce=0,K===">"?(K=">=",Ae?(Q=+Q+1,oe=0,ce=0):(oe=+oe+1,ce=0)):K==="<="&&(K="<",Ae?Q=+Q+1:oe=+oe+1),K==="<"&&(J="-0"),V=`${K+Q}.${oe}.${ce}${J}`):Ae?V=`>=${Q}.0.0${J} <${+Q+1}.0.0-0`:Pe&&(V=`>=${Q}.${oe}.0${J} <${Q}.${+oe+1}.0-0`),o("xRange return",V),V})},R=(k,W)=>(o("replaceStars",k,W),k.trim().replace(p[g.STAR],"")),M=(k,W)=>(o("replaceGTE0",k,W),k.trim().replace(p[W.includePrerelease?g.GTE0PRE:g.GTE0],"")),U=k=>(W,$,V,K,Q,oe,ce,J,ve,Ae,Pe,Qe,mt)=>(b(V)?$="":b(K)?$=`>=${V}.0.0${k?"-0":""}`:b(Q)?$=`>=${V}.${K}.0${k?"-0":""}`:oe?$=`>=${$}`:$=`>=${$}${k?"-0":""}`,b(ve)?J="":b(Ae)?J=`<${+ve+1}.0.0-0`:b(Pe)?J=`<${ve}.${+Ae+1}.0-0`:Qe?J=`<=${ve}.${Ae}.${Pe}-${Qe}`:k?J=`<${ve}.${Ae}.${+Pe+1}-0`:J=`<=${J}`,`${$} ${J}`.trim()),z=(k,W,$)=>{for(let V=0;V<k.length;V++)if(!k[V].test(W))return!1;if(W.prerelease.length&&!$.includePrerelease){for(let V=0;V<k.length;V++)if(o(k[V].semver),k[V].semver!==h.ANY&&k[V].semver.prerelease.length>0){const K=k[V].semver;if(K.major===W.major&&K.minor===W.minor&&K.patch===W.patch)return!0}return!1}return!0}},6984:(P,y,a)=>{const d=a(6385),{MAX_LENGTH:i,MAX_SAFE_INTEGER:r}=a(9138),{safeRe:u,t:h}=a(3038),o=a(1372),{compareIdentifiers:n}=a(2534);class p{constructor(s,m){if(m=o(m),s instanceof p){if(s.loose===!!m.loose&&s.includePrerelease===!!m.includePrerelease)return s;s=s.version}else if(typeof s!="string")throw new TypeError(`Invalid version. Must be a string. Got type "${typeof s}".`);if(s.length>i)throw new TypeError(`version is longer than ${i} characters`);d("SemVer",s,m),this.options=m,this.loose=!!m.loose,this.includePrerelease=!!m.includePrerelease;const c=s.trim().match(m.loose?u[h.LOOSE]:u[h.FULL]);if(!c)throw new TypeError(`Invalid Version: ${s}`);if(this.raw=s,this.major=+c[1],this.minor=+c[2],this.patch=+c[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");c[4]?this.prerelease=c[4].split(".").map(f=>{if(/^[0-9]+$/.test(f)){const A=+f;if(A>=0&&A<r)return A}return f}):this.prerelease=[],this.build=c[5]?c[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(s){if(d("SemVer.compare",this.version,this.options,s),!(s instanceof p)){if(typeof s=="string"&&s===this.version)return 0;s=new p(s,this.options)}return s.version===this.version?0:this.compareMain(s)||this.comparePre(s)}compareMain(s){return s instanceof p||(s=new p(s,this.options)),n(this.major,s.major)||n(this.minor,s.minor)||n(this.patch,s.patch)}comparePre(s){if(s instanceof p||(s=new p(s,this.options)),this.prerelease.length&&!s.prerelease.length)return-1;if(!this.prerelease.length&&s.prerelease.length)return 1;if(!this.prerelease.length&&!s.prerelease.length)return 0;let m=0;do{const c=this.prerelease[m],f=s.prerelease[m];if(d("prerelease compare",m,c,f),c===void 0&&f===void 0)return 0;if(f===void 0)return 1;if(c===void 0)return-1;if(c===f)continue;return n(c,f)}while(++m)}compareBuild(s){s instanceof p||(s=new p(s,this.options));let m=0;do{const c=this.build[m],f=s.build[m];if(d("prerelease compare",m,c,f),c===void 0&&f===void 0)return 0;if(f===void 0)return 1;if(c===void 0)return-1;if(c===f)continue;return n(c,f)}while(++m)}inc(s,m,c){switch(s){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",m,c);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",m,c);break;case"prepatch":this.prerelease.length=0,this.inc("patch",m,c),this.inc("pre",m,c);break;case"prerelease":this.prerelease.length===0&&this.inc("patch",m,c),this.inc("pre",m,c);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":{const f=Number(c)?1:0;if(!m&&c===!1)throw new Error("invalid increment argument: identifier is empty");if(this.prerelease.length===0)this.prerelease=[f];else{let A=this.prerelease.length;for(;--A>=0;)typeof this.prerelease[A]=="number"&&(this.prerelease[A]++,A=-2);if(A===-1){if(m===this.prerelease.join(".")&&c===!1)throw new Error("invalid increment argument: identifier already exists");this.prerelease.push(f)}}if(m){let A=[m,f];c===!1&&(A=[m]),n(this.prerelease[0],m)===0?isNaN(this.prerelease[1])&&(this.prerelease=A):this.prerelease=A}break}default:throw new Error(`invalid increment argument: ${s}`)}return this.raw=this.format(),this.build.length&&(this.raw+=`+${this.build.join(".")}`),this}}P.exports=p},2492:(P,y,a)=>{const d=a(8139),i=(r,u)=>{const h=d(r.trim().replace(/^[=v]+/,""),u);return h?h.version:null};P.exports=i},9668:(P,y,a)=>{const d=a(8401),i=a(6803),r=a(9542),u=a(9887),h=a(7561),o=a(215),n=(p,g,s,m)=>{switch(g){case"===":return typeof p=="object"&&(p=p.version),typeof s=="object"&&(s=s.version),p===s;case"!==":return typeof p=="object"&&(p=p.version),typeof s=="object"&&(s=s.version),p!==s;case"":case"=":case"==":return d(p,s,m);case"!=":return i(p,s,m);case">":return r(p,s,m);case">=":return u(p,s,m);case"<":return h(p,s,m);case"<=":return o(p,s,m);default:throw new TypeError(`Invalid operator: ${g}`)}};P.exports=n},48:(P,y,a)=>{const d=a(6984),i=a(8139),{safeRe:r,t:u}=a(3038),h=(o,n)=>{if(o instanceof d)return o;if(typeof o=="number"&&(o=String(o)),typeof o!="string")return null;n=n||{};let p=null;if(!n.rtl)p=o.match(r[u.COERCE]);else{let g;for(;(g=r[u.COERCERTL].exec(o))&&(!p||p.index+p[0].length!==o.length);)(!p||g.index+g[0].length!==p.index+p[0].length)&&(p=g),r[u.COERCERTL].lastIndex=g.index+g[1].length+g[2].length;r[u.COERCERTL].lastIndex=-1}return p===null?null:i(`${p[2]}.${p[3]||"0"}.${p[4]||"0"}`,n)};P.exports=h},4317:(P,y,a)=>{const d=a(6984),i=(r,u,h)=>{const o=new d(r,h),n=new d(u,h);return o.compare(n)||o.compareBuild(n)};P.exports=i},3821:(P,y,a)=>{const d=a(4350),i=(r,u)=>d(r,u,!0);P.exports=i},4350:(P,y,a)=>{const d=a(6984),i=(r,u,h)=>new d(r,h).compare(new d(u,h));P.exports=i},9756:(P,y,a)=>{const d=a(8139),i=(r,u)=>{const h=d(r,null,!0),o=d(u,null,!0),n=h.compare(o);if(n===0)return null;const p=n>0,g=p?h:o,s=p?o:h,m=!!g.prerelease.length;if(!!s.prerelease.length&&!m)return!s.patch&&!s.minor?"major":g.patch?"patch":g.minor?"minor":"major";const f=m?"pre":"";return h.major!==o.major?f+"major":h.minor!==o.minor?f+"minor":h.patch!==o.patch?f+"patch":"prerelease"};P.exports=i},8401:(P,y,a)=>{const d=a(4350),i=(r,u,h)=>d(r,u,h)===0;P.exports=i},9542:(P,y,a)=>{const d=a(4350),i=(r,u,h)=>d(r,u,h)>0;P.exports=i},9887:(P,y,a)=>{const d=a(4350),i=(r,u,h)=>d(r,u,h)>=0;P.exports=i},8742:(P,y,a)=>{const d=a(6984),i=(r,u,h,o,n)=>{typeof h=="string"&&(n=o,o=h,h=void 0);try{return new d(r instanceof d?r.version:r,h).inc(u,o,n).version}catch(p){return null}};P.exports=i},7561:(P,y,a)=>{const d=a(4350),i=(r,u,h)=>d(r,u,h)<0;P.exports=i},215:(P,y,a)=>{const d=a(4350),i=(r,u,h)=>d(r,u,h)<=0;P.exports=i},5803:(P,y,a)=>{const d=a(6984),i=(r,u)=>new d(r,u).major;P.exports=i},8475:(P,y,a)=>{const d=a(6984),i=(r,u)=>new d(r,u).minor;P.exports=i},6803:(P,y,a)=>{const d=a(4350),i=(r,u,h)=>d(r,u,h)!==0;P.exports=i},8139:(P,y,a)=>{const d=a(6984),i=(r,u,h=!1)=>{if(r instanceof d)return r;try{return new d(r,u)}catch(o){if(!h)return null;throw o}};P.exports=i},9616:(P,y,a)=>{const d=a(6984),i=(r,u)=>new d(r,u).patch;P.exports=i},306:(P,y,a)=>{const d=a(8139),i=(r,u)=>{const h=d(r,u);return h&&h.prerelease.length?h.prerelease:null};P.exports=i},8747:(P,y,a)=>{const d=a(4350),i=(r,u,h)=>d(u,r,h);P.exports=i},4764:(P,y,a)=>{const d=a(4317),i=(r,u)=>r.sort((h,o)=>d(o,h,u));P.exports=i},5414:(P,y,a)=>{const d=a(7990),i=(r,u,h)=>{try{u=new d(u,h)}catch(o){return!1}return u.test(r)};P.exports=i},2795:(P,y,a)=>{const d=a(4317),i=(r,u)=>r.sort((h,o)=>d(h,o,u));P.exports=i},3889:(P,y,a)=>{const d=a(8139),i=(r,u)=>{const h=d(r,u);return h?h.version:null};P.exports=i},3475:(P,y,a)=>{const d=a(3038),i=a(9138),r=a(6984),u=a(2534),h=a(8139),o=a(3889),n=a(2492),p=a(8742),g=a(9756),s=a(5803),m=a(8475),c=a(9616),f=a(306),A=a(4350),v=a(8747),E=a(3821),C=a(4317),S=a(2795),b=a(4764),D=a(9542),N=a(7561),L=a(8401),I=a(6803),w=a(9887),T=a(215),R=a(9668),M=a(48),U=a(1681),z=a(7990),k=a(5414),W=a(4787),$=a(2563),V=a(5587),K=a(31),Q=a(2864),oe=a(1391),ce=a(7443),J=a(4310),ve=a(9919),Ae=a(3505),Pe=a(3678);P.exports={parse:h,valid:o,clean:n,inc:p,diff:g,major:s,minor:m,patch:c,prerelease:f,compare:A,rcompare:v,compareLoose:E,compareBuild:C,sort:S,rsort:b,gt:D,lt:N,eq:L,neq:I,gte:w,lte:T,cmp:R,coerce:M,Comparator:U,Range:z,satisfies:k,toComparators:W,maxSatisfying:$,minSatisfying:V,minVersion:K,validRange:Q,outside:oe,gtr:ce,ltr:J,intersects:ve,simplifyRange:Ae,subset:Pe,SemVer:r,re:d.re,src:d.src,tokens:d.t,SEMVER_SPEC_VERSION:i.SEMVER_SPEC_VERSION,RELEASE_TYPES:i.RELEASE_TYPES,compareIdentifiers:u.compareIdentifiers,rcompareIdentifiers:u.rcompareIdentifiers}},9138:P=>{const y="2.0.0",d=Number.MAX_SAFE_INTEGER||9007199254740991,i=16,r=256-6,u=["major","premajor","minor","preminor","patch","prepatch","prerelease"];P.exports={MAX_LENGTH:256,MAX_SAFE_COMPONENT_LENGTH:i,MAX_SAFE_BUILD_LENGTH:r,MAX_SAFE_INTEGER:d,RELEASE_TYPES:u,SEMVER_SPEC_VERSION:y,FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2}},6385:P=>{const y=typeof process=="object"&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?(...a)=>console.error("SEMVER",...a):()=>{};P.exports=y},2534:P=>{const y=/^[0-9]+$/,a=(i,r)=>{const u=y.test(i),h=y.test(r);return u&&h&&(i=+i,r=+r),i===r?0:u&&!h?-1:h&&!u?1:i<r?-1:1},d=(i,r)=>a(r,i);P.exports={compareIdentifiers:a,rcompareIdentifiers:d}},1372:P=>{const y=Object.freeze({loose:!0}),a=Object.freeze({}),d=i=>i?typeof i!="object"?y:i:a;P.exports=d},3038:(P,y,a)=>{const{MAX_SAFE_COMPONENT_LENGTH:d,MAX_SAFE_BUILD_LENGTH:i,MAX_LENGTH:r}=a(9138),u=a(6385);y=P.exports={};const h=y.re=[],o=y.safeRe=[],n=y.src=[],p=y.t={};let g=0;const s="[a-zA-Z0-9-]",m=[["\\s",1],["\\d",r],[s,i]],c=A=>{for(const[v,E]of m)A=A.split(`${v}*`).join(`${v}{0,${E}}`).split(`${v}+`).join(`${v}{1,${E}}`);return A},f=(A,v,E)=>{const C=c(v),S=g++;u(A,S,v),p[A]=S,n[S]=v,h[S]=new RegExp(v,E?"g":void 0),o[S]=new RegExp(C,E?"g":void 0)};f("NUMERICIDENTIFIER","0|[1-9]\\d*"),f("NUMERICIDENTIFIERLOOSE","\\d+"),f("NONNUMERICIDENTIFIER",`\\d*[a-zA-Z-]${s}*`),f("MAINVERSION",`(${n[p.NUMERICIDENTIFIER]})\\.(${n[p.NUMERICIDENTIFIER]})\\.(${n[p.NUMERICIDENTIFIER]})`),f("MAINVERSIONLOOSE",`(${n[p.NUMERICIDENTIFIERLOOSE]})\\.(${n[p.NUMERICIDENTIFIERLOOSE]})\\.(${n[p.NUMERICIDENTIFIERLOOSE]})`),f("PRERELEASEIDENTIFIER",`(?:${n[p.NUMERICIDENTIFIER]}|${n[p.NONNUMERICIDENTIFIER]})`),f("PRERELEASEIDENTIFIERLOOSE",`(?:${n[p.NUMERICIDENTIFIERLOOSE]}|${n[p.NONNUMERICIDENTIFIER]})`),f("PRERELEASE",`(?:-(${n[p.PRERELEASEIDENTIFIER]}(?:\\.${n[p.PRERELEASEIDENTIFIER]})*))`),f("PRERELEASELOOSE",`(?:-?(${n[p.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${n[p.PRERELEASEIDENTIFIERLOOSE]})*))`),f("BUILDIDENTIFIER",`${s}+`),f("BUILD",`(?:\\+(${n[p.BUILDIDENTIFIER]}(?:\\.${n[p.BUILDIDENTIFIER]})*))`),f("FULLPLAIN",`v?${n[p.MAINVERSION]}${n[p.PRERELEASE]}?${n[p.BUILD]}?`),f("FULL",`^${n[p.FULLPLAIN]}$`),f("LOOSEPLAIN",`[v=\\s]*${n[p.MAINVERSIONLOOSE]}${n[p.PRERELEASELOOSE]}?${n[p.BUILD]}?`),f("LOOSE",`^${n[p.LOOSEPLAIN]}$`),f("GTLT","((?:<|>)?=?)"),f("XRANGEIDENTIFIERLOOSE",`${n[p.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),f("XRANGEIDENTIFIER",`${n[p.NUMERICIDENTIFIER]}|x|X|\\*`),f("XRANGEPLAIN",`[v=\\s]*(${n[p.XRANGEIDENTIFIER]})(?:\\.(${n[p.XRANGEIDENTIFIER]})(?:\\.(${n[p.XRANGEIDENTIFIER]})(?:${n[p.PRERELEASE]})?${n[p.BUILD]}?)?)?`),f("XRANGEPLAINLOOSE",`[v=\\s]*(${n[p.XRANGEIDENTIFIERLOOSE]})(?:\\.(${n[p.XRANGEIDENTIFIERLOOSE]})(?:\\.(${n[p.XRANGEIDENTIFIERLOOSE]})(?:${n[p.PRERELEASELOOSE]})?${n[p.BUILD]}?)?)?`),f("XRANGE",`^${n[p.GTLT]}\\s*${n[p.XRANGEPLAIN]}$`),f("XRANGELOOSE",`^${n[p.GTLT]}\\s*${n[p.XRANGEPLAINLOOSE]}$`),f("COERCE",`(^|[^\\d])(\\d{1,${d}})(?:\\.(\\d{1,${d}}))?(?:\\.(\\d{1,${d}}))?(?:$|[^\\d])`),f("COERCERTL",n[p.COERCE],!0),f("LONETILDE","(?:~>?)"),f("TILDETRIM",`(\\s*)${n[p.LONETILDE]}\\s+`,!0),y.tildeTrimReplace="$1~",f("TILDE",`^${n[p.LONETILDE]}${n[p.XRANGEPLAIN]}$`),f("TILDELOOSE",`^${n[p.LONETILDE]}${n[p.XRANGEPLAINLOOSE]}$`),f("LONECARET","(?:\\^)"),f("CARETTRIM",`(\\s*)${n[p.LONECARET]}\\s+`,!0),y.caretTrimReplace="$1^",f("CARET",`^${n[p.LONECARET]}${n[p.XRANGEPLAIN]}$`),f("CARETLOOSE",`^${n[p.LONECARET]}${n[p.XRANGEPLAINLOOSE]}$`),f("COMPARATORLOOSE",`^${n[p.GTLT]}\\s*(${n[p.LOOSEPLAIN]})$|^$`),f("COMPARATOR",`^${n[p.GTLT]}\\s*(${n[p.FULLPLAIN]})$|^$`),f("COMPARATORTRIM",`(\\s*)${n[p.GTLT]}\\s*(${n[p.LOOSEPLAIN]}|${n[p.XRANGEPLAIN]})`,!0),y.comparatorTrimReplace="$1$2$3",f("HYPHENRANGE",`^\\s*(${n[p.XRANGEPLAIN]})\\s+-\\s+(${n[p.XRANGEPLAIN]})\\s*$`),f("HYPHENRANGELOOSE",`^\\s*(${n[p.XRANGEPLAINLOOSE]})\\s+-\\s+(${n[p.XRANGEPLAINLOOSE]})\\s*$`),f("STAR","(<|>)?=?\\s*\\*"),f("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$"),f("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")},7443:(P,y,a)=>{const d=a(1391),i=(r,u,h)=>d(r,u,">",h);P.exports=i},9919:(P,y,a)=>{const d=a(7990),i=(r,u,h)=>(r=new d(r,h),u=new d(u,h),r.intersects(u,h));P.exports=i},4310:(P,y,a)=>{const d=a(1391),i=(r,u,h)=>d(r,u,"<",h);P.exports=i},2563:(P,y,a)=>{const d=a(6984),i=a(7990),r=(u,h,o)=>{let n=null,p=null,g=null;try{g=new i(h,o)}catch(s){return null}return u.forEach(s=>{g.test(s)&&(!n||p.compare(s)===-1)&&(n=s,p=new d(n,o))}),n};P.exports=r},5587:(P,y,a)=>{const d=a(6984),i=a(7990),r=(u,h,o)=>{let n=null,p=null,g=null;try{g=new i(h,o)}catch(s){return null}return u.forEach(s=>{g.test(s)&&(!n||p.compare(s)===1)&&(n=s,p=new d(n,o))}),n};P.exports=r},31:(P,y,a)=>{const d=a(6984),i=a(7990),r=a(9542),u=(h,o)=>{h=new i(h,o);let n=new d("0.0.0");if(h.test(n)||(n=new d("0.0.0-0"),h.test(n)))return n;n=null;for(let p=0;p<h.set.length;++p){const g=h.set[p];let s=null;g.forEach(m=>{const c=new d(m.semver.version);switch(m.operator){case">":c.prerelease.length===0?c.patch++:c.prerelease.push(0),c.raw=c.format();case"":case">=":(!s||r(c,s))&&(s=c);break;case"<":case"<=":break;default:throw new Error(`Unexpected operation: ${m.operator}`)}}),s&&(!n||r(n,s))&&(n=s)}return n&&h.test(n)?n:null};P.exports=u},1391:(P,y,a)=>{const d=a(6984),i=a(1681),{ANY:r}=i,u=a(7990),h=a(5414),o=a(9542),n=a(7561),p=a(215),g=a(9887),s=(m,c,f,A)=>{m=new d(m,A),c=new u(c,A);let v,E,C,S,b;switch(f){case">":v=o,E=p,C=n,S=">",b=">=";break;case"<":v=n,E=g,C=o,S="<",b="<=";break;default:throw new TypeError('Must provide a hilo val of "<" or ">"')}if(h(m,c,A))return!1;for(let D=0;D<c.set.length;++D){const N=c.set[D];let L=null,I=null;if(N.forEach(w=>{w.semver===r&&(w=new i(">=0.0.0")),L=L||w,I=I||w,v(w.semver,L.semver,A)?L=w:C(w.semver,I.semver,A)&&(I=w)}),L.operator===S||L.operator===b||(!I.operator||I.operator===S)&&E(m,I.semver))return!1;if(I.operator===b&&C(m,I.semver))return!1}return!0};P.exports=s},3505:(P,y,a)=>{const d=a(5414),i=a(4350);P.exports=(r,u,h)=>{const o=[];let n=null,p=null;const g=r.sort((f,A)=>i(f,A,h));for(const f of g)d(f,u,h)?(p=f,n||(n=f)):(p&&o.push([n,p]),p=null,n=null);n&&o.push([n,null]);const s=[];for(const[f,A]of o)f===A?s.push(f):!A&&f===g[0]?s.push("*"):A?f===g[0]?s.push(`<=${A}`):s.push(`${f} - ${A}`):s.push(`>=${f}`);const m=s.join(" || "),c=typeof u.raw=="string"?u.raw:String(u);return m.length<c.length?m:u}},3678:(P,y,a)=>{const d=a(7990),i=a(1681),{ANY:r}=i,u=a(5414),h=a(4350),o=(c,f,A={})=>{if(c===f)return!0;c=new d(c,A),f=new d(f,A);let v=!1;e:for(const E of c.set){for(const C of f.set){const S=g(E,C,A);if(v=v||S!==null,S)continue e}if(v)return!1}return!0},n=[new i(">=0.0.0-0")],p=[new i(">=0.0.0")],g=(c,f,A)=>{if(c===f)return!0;if(c.length===1&&c[0].semver===r){if(f.length===1&&f[0].semver===r)return!0;A.includePrerelease?c=n:c=p}if(f.length===1&&f[0].semver===r){if(A.includePrerelease)return!0;f=p}const v=new Set;let E,C;for(const T of c)T.operator===">"||T.operator===">="?E=s(E,T,A):T.operator==="<"||T.operator==="<="?C=m(C,T,A):v.add(T.semver);if(v.size>1)return null;let S;if(E&&C){if(S=h(E.semver,C.semver,A),S>0)return null;if(S===0&&(E.operator!==">="||C.operator!=="<="))return null}for(const T of v){if(E&&!u(T,String(E),A)||C&&!u(T,String(C),A))return null;for(const R of f)if(!u(T,String(R),A))return!1;return!0}let b,D,N,L,I=C&&!A.includePrerelease&&C.semver.prerelease.length?C.semver:!1,w=E&&!A.includePrerelease&&E.semver.prerelease.length?E.semver:!1;I&&I.prerelease.length===1&&C.operator==="<"&&I.prerelease[0]===0&&(I=!1);for(const T of f){if(L=L||T.operator===">"||T.operator===">=",N=N||T.operator==="<"||T.operator==="<=",E){if(w&&T.semver.prerelease&&T.semver.prerelease.length&&T.semver.major===w.major&&T.semver.minor===w.minor&&T.semver.patch===w.patch&&(w=!1),T.operator===">"||T.operator===">="){if(b=s(E,T,A),b===T&&b!==E)return!1}else if(E.operator===">="&&!u(E.semver,String(T),A))return!1}if(C){if(I&&T.semver.prerelease&&T.semver.prerelease.length&&T.semver.major===I.major&&T.semver.minor===I.minor&&T.semver.patch===I.patch&&(I=!1),T.operator==="<"||T.operator==="<="){if(D=m(C,T,A),D===T&&D!==C)return!1}else if(C.operator==="<="&&!u(C.semver,String(T),A))return!1}if(!T.operator&&(C||E)&&S!==0)return!1}return!(E&&N&&!C&&S!==0||C&&L&&!E&&S!==0||w||I)},s=(c,f,A)=>{if(!c)return f;const v=h(c.semver,f.semver,A);return v>0?c:v<0||f.operator===">"&&c.operator===">="?f:c},m=(c,f,A)=>{if(!c)return f;const v=h(c.semver,f.semver,A);return v<0?c:v>0||f.operator==="<"&&c.operator==="<="?f:c};P.exports=o},4787:(P,y,a)=>{const d=a(7990),i=(r,u)=>new d(r,u).set.map(h=>h.map(o=>o.value).join(" ").trim().split(" "));P.exports=i},2864:(P,y,a)=>{const d=a(7990),i=(r,u)=>{try{return new d(r,u).range||"*"}catch(h){return null}};P.exports=i},6685:P=>{"use strict";P.exports=function(y){y.prototype[Symbol.iterator]=function*(){for(let a=this.head;a;a=a.next)yield a.value}}},6482:(P,y,a)=>{"use strict";P.exports=d,d.Node=h,d.create=d;function d(o){var n=this;if(n instanceof d||(n=new d),n.tail=null,n.head=null,n.length=0,o&&typeof o.forEach=="function")o.forEach(function(s){n.push(s)});else if(arguments.length>0)for(var p=0,g=arguments.length;p<g;p++)n.push(arguments[p]);return n}d.prototype.removeNode=function(o){if(o.list!==this)throw new Error("removing node which does not belong to this list");var n=o.next,p=o.prev;return n&&(n.prev=p),p&&(p.next=n),o===this.head&&(this.head=n),o===this.tail&&(this.tail=p),o.list.length--,o.next=null,o.prev=null,o.list=null,n},d.prototype.unshiftNode=function(o){if(o!==this.head){o.list&&o.list.removeNode(o);var n=this.head;o.list=this,o.next=n,n&&(n.prev=o),this.head=o,this.tail||(this.tail=o),this.length++}},d.prototype.pushNode=function(o){if(o!==this.tail){o.list&&o.list.removeNode(o);var n=this.tail;o.list=this,o.prev=n,n&&(n.next=o),this.tail=o,this.head||(this.head=o),this.length++}},d.prototype.push=function(){for(var o=0,n=arguments.length;o<n;o++)r(this,arguments[o]);return this.length},d.prototype.unshift=function(){for(var o=0,n=arguments.length;o<n;o++)u(this,arguments[o]);return this.length},d.prototype.pop=function(){if(this.tail){var o=this.tail.value;return this.tail=this.tail.prev,this.tail?this.tail.next=null:this.head=null,this.length--,o}},d.prototype.shift=function(){if(this.head){var o=this.head.value;return this.head=this.head.next,this.head?this.head.prev=null:this.tail=null,this.length--,o}},d.prototype.forEach=function(o,n){n=n||this;for(var p=this.head,g=0;p!==null;g++)o.call(n,p.value,g,this),p=p.next},d.prototype.forEachReverse=function(o,n){n=n||this;for(var p=this.tail,g=this.length-1;p!==null;g--)o.call(n,p.value,g,this),p=p.prev},d.prototype.get=function(o){for(var n=0,p=this.head;p!==null&&n<o;n++)p=p.next;if(n===o&&p!==null)return p.value},d.prototype.getReverse=function(o){for(var n=0,p=this.tail;p!==null&&n<o;n++)p=p.prev;if(n===o&&p!==null)return p.value},d.prototype.map=function(o,n){n=n||this;for(var p=new d,g=this.head;g!==null;)p.push(o.call(n,g.value,this)),g=g.next;return p},d.prototype.mapReverse=function(o,n){n=n||this;for(var p=new d,g=this.tail;g!==null;)p.push(o.call(n,g.value,this)),g=g.prev;return p},d.prototype.reduce=function(o,n){var p,g=this.head;if(arguments.length>1)p=n;else if(this.head)g=this.head.next,p=this.head.value;else throw new TypeError("Reduce of empty list with no initial value");for(var s=0;g!==null;s++)p=o(p,g.value,s),g=g.next;return p},d.prototype.reduceReverse=function(o,n){var p,g=this.tail;if(arguments.length>1)p=n;else if(this.tail)g=this.tail.prev,p=this.tail.value;else throw new TypeError("Reduce of empty list with no initial value");for(var s=this.length-1;g!==null;s--)p=o(p,g.value,s),g=g.prev;return p},d.prototype.toArray=function(){for(var o=new Array(this.length),n=0,p=this.head;p!==null;n++)o[n]=p.value,p=p.next;return o},d.prototype.toArrayReverse=function(){for(var o=new Array(this.length),n=0,p=this.tail;p!==null;n++)o[n]=p.value,p=p.prev;return o},d.prototype.slice=function(o,n){n=n||this.length,n<0&&(n+=this.length),o=o||0,o<0&&(o+=this.length);var p=new d;if(n<o||n<0)return p;o<0&&(o=0),n>this.length&&(n=this.length);for(var g=0,s=this.head;s!==null&&g<o;g++)s=s.next;for(;s!==null&&g<n;g++,s=s.next)p.push(s.value);return p},d.prototype.sliceReverse=function(o,n){n=n||this.length,n<0&&(n+=this.length),o=o||0,o<0&&(o+=this.length);var p=new d;if(n<o||n<0)return p;o<0&&(o=0),n>this.length&&(n=this.length);for(var g=this.length,s=this.tail;s!==null&&g>n;g--)s=s.prev;for(;s!==null&&g>o;g--,s=s.prev)p.push(s.value);return p},d.prototype.splice=function(o,n,...p){o>this.length&&(o=this.length-1),o<0&&(o=this.length+o);for(var g=0,s=this.head;s!==null&&g<o;g++)s=s.next;for(var m=[],g=0;s&&g<n;g++)m.push(s.value),s=this.removeNode(s);s===null&&(s=this.tail),s!==this.head&&s!==this.tail&&(s=s.prev);for(var g=0;g<p.length;g++)s=i(this,s,p[g]);return m},d.prototype.reverse=function(){for(var o=this.head,n=this.tail,p=o;p!==null;p=p.prev){var g=p.prev;p.prev=p.next,p.next=g}return this.head=n,this.tail=o,this};function i(o,n,p){var g=n===o.head?new h(p,null,n,o):new h(p,n,n.next,o);return g.next===null&&(o.tail=g),g.prev===null&&(o.head=g),o.length++,g}function r(o,n){o.tail=new h(n,o.tail,null,o),o.head||(o.head=o.tail),o.length++}function u(o,n){o.head=new h(n,null,o.head,o),o.tail||(o.tail=o.head),o.length++}function h(o,n,p,g){if(!(this instanceof h))return new h(o,n,p,g);this.list=g,this.value=o,n?(n.next=this,this.prev=n):this.prev=null,p?(p.prev=this,this.next=p):this.next=null}try{a(6685)(d)}catch(o){}}},_s={};function tt(P){var y=_s[P];if(y!==void 0)return y.exports;var a=_s[P]={id:P,loaded:!1,exports:{}};return Jo[P].call(a.exports,a,a.exports,tt),a.loaded=!0,a.exports}tt.n=P=>{var y=P&&P.__esModule?()=>P.default:()=>P;return tt.d(y,{a:y}),y},tt.d=(P,y)=>{for(var a in y)tt.o(y,a)&&!tt.o(P,a)&&Object.defineProperty(P,a,{enumerable:!0,get:y[a]})},tt.g=function(){if(typeof globalThis=="object")return globalThis;try{return this||new Function("return this")()}catch(P){if(typeof window=="object")return window}}(),tt.o=(P,y)=>Object.prototype.hasOwnProperty.call(P,y),tt.nmd=P=>(P.paths=[],P.children||(P.children=[]),P);var ag={};(()=>{var rt;"use strict";var P=tt(1044),y=tt.n(P),a=tt(1893),d=tt(3475),i=tt.n(d),r=tt(7455),u=tt.n(r),h=tt(2988),o=tt(8480),n=tt(5638),p=tt(954),g=tt(1313),s=tt(1309),m=tt.n(s),c=tt(7496),f=tt(841),A=tt(4726),v=tt(9881),E=tt(2200),C=tt(6238),S=tt(1494),b=tt(9747);class D{hydrate(fe,Ne){const be=new URL(fe,typeof window=="undefined"?"https://dummy.base":window.location.origin),Z={};be.pathname.split("/").forEach((me,de)=>{if(me.charAt(0)===":"){const ge=me.slice(1);typeof Ne[ge]!="undefined"&&(be.pathname=be.pathname.replace(me,encodeURIComponent(Ne[ge])),Z[ge]=Ne[ge])}});for(const me in Ne)(typeof Z[me]=="undefined"||be.searchParams.has(me))&&be.searchParams.set(me,Ne[me]);return be.toString()}}function N(){y()(".sample-request-send").off("click"),y()(".sample-request-send").on("click",function(Ie){Ie.preventDefault();const fe=y()(this).parents("article"),Ne=fe.data("group"),be=fe.data("name"),Z=fe.data("version");T(Ne,be,Z,y()(this).data("type"))}),y()(".sample-request-clear").off("click"),y()(".sample-request-clear").on("click",function(Ie){Ie.preventDefault();const fe=y()(this).parents("article"),Ne=fe.data("group"),be=fe.data("name"),Z=fe.data("version");R(Ne,be,Z)})}function L(Ie){return Ie.replace(/{(.+?)}/g,":$1")}function I(Ie,fe){const Ne=Ie.find(".sample-request-url").val(),be=new D,Z=L(Ne);return be.hydrate(Z,fe)}function w(Ie){const fe={};["header","query","body"].forEach(be=>{const Z={};try{Ie.find(y()(`[data-family="${be}"]:visible`)).each((me,de)=>{const ge=de.dataset.name;let Re=de.value;if(de.type==="checkbox")if(de.checked)Re="on";else return!0;if(!Re&&!de.dataset.optional&&de.type!=="checkbox")return y()(de).addClass("border-danger"),!0;Z[ge]=Re})}catch(me){return}fe[be]=Z});const Ne=Ie.find(y()('[data-family="body-json"]'));return Ne.is(":visible")?(fe.body=Ne.val(),fe.header["Content-Type"]="application/json"):fe.header["Content-Type"]="multipart/form-data",fe}function T(Ie,fe,Ne,be){const Z=y()(`article[data-group="${Ie}"][data-name="${fe}"][data-version="${Ne}"]`),me=w(Z),de={};if(de.url=I(Z,me.query),de.headers=me.header,de.headers["Content-Type"]==="application/json")de.data=me.body;else if(de.headers["Content-Type"]==="multipart/form-data"){const We=new FormData;for(const[$e,Ge]of Object.entries(me.body))We.append($e,Ge);de.data=We,de.processData=!1,delete de.headers["Content-Type"],de.contentType=!1}de.type=be,de.success=ge,de.error=Re,y().ajax(de),Z.find(".sample-request-response").fadeTo(200,1),Z.find(".sample-request-response-json").html("Loading...");function ge(We,$e,Ge){let qe;try{qe=JSON.parse(Ge.responseText),qe=JSON.stringify(qe,null,4)}catch(at){qe=Ge.responseText}Z.find(".sample-request-response-json").text(qe),m().highlightAll()}function Re(We,$e,Ge){let qe="Error "+We.status+": "+Ge,at;try{at=JSON.parse(We.responseText),at=JSON.stringify(at,null,4)}catch(ct){at=We.responseText}at&&(qe+=`
|
|
`+at),Z.find(".sample-request-response").is(":visible")&&Z.find(".sample-request-response").fadeTo(1,.1),Z.find(".sample-request-response").fadeTo(250,1),Z.find(".sample-request-response-json").text(qe),m().highlightAll()}}function R(Ie,fe,Ne){const be=y()('article[data-group="'+Ie+'"][data-name="'+fe+'"][data-version="'+Ne+'"]');be.find(".sample-request-response-json").html(""),be.find(".sample-request-response").hide(),be.find(".sample-request-input").each((me,de)=>{de.value=de.placeholder!==de.dataset.name?de.placeholder:""});const Z=be.find(".sample-request-url");Z.val(Z.prop("defaultValue"))}const M={"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:","Toggle navigation":"Canvia la navegaci\xF3",Type:"Tipus",url:"url",Copy:"Copiar","Press Ctrl+C to copy":"Premeu Ctrl+C per copiar","copied!":"Copiat!"},U={"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:","Toggle navigation":"P\u0159epnout navigaci",Type:"Typ",url:"url",Copy:"Kop\xEDrovat","Press Ctrl+C to copy":"Stisknut\xEDm kombinace kl\xE1ves Ctrl+C zkop\xEDrujte","copied!":"Zkop\xEDrovan\xFD!"},z={"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:","Toggle navigation":"Navigation ein-/ausblenden",Type:"Typ",url:"url",Copy:"Kopieren","Press Ctrl+C to copy":"Dr\xFCcken Sie Ctrl+C zum kopieren","Copied!":"Kopiert!"},k={"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:","Toggle navigation":"Alternar navegaci\xF3n",Type:"Tipo",url:"url",Copy:"Copiar","Press Ctrl+C to copy":"Presione Ctrl+C para copiar","copied!":"\xA1Copiado!"},W={"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 :","Toggle navigation":"Basculer la navigation",Type:"Type",url:"url",Copy:"Copier","Press Ctrl+C to copy":"Appuyez sur Ctrl+C pour copier","copied!":"Copi\xE9!"},$={"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:","Toggle navigation":"Attiva/disattiva la navigazione",Type:"Tipo",url:"url",Copy:"Copiare","Press Ctrl+C to copy":"Premere CTRL+C per copiare","copied!":"Copiato!"},V={"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:","Toggle navigation":"Navigatie in-/uitschakelen",Type:"Type",url:"url",Copy:"Kopi\xEBren","Press Ctrl+C to copy":"Druk op Ctrl+C om te kopi\xEBren","copied!":"Gekopieerd!"},K={"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:","Toggle navigation":"Prze\u0142\u0105cz nawigacj\u0119",Type:"Typ",url:"url",Copy:"Kopiowa\u0107","Press Ctrl+C to copy":"Naci\u015Bnij Ctrl+C, aby skopiowa\u0107","copied!":"Kopiowane!"},Q={"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:","Toggle navigation":"Alternar navega\xE7\xE3o",Type:"Tipo",url:"url",Copy:"Copiar","Press Ctrl+C to copy":"Pressione Ctrl+C para copiar","copied!":"Copiado!"},oe={"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:","Toggle navigation":"Comutarea navig\u0103rii",Type:"Tip",url:"url",Copy:"Copie","Press Ctrl+C to copy":"Ap\u0103sa\u021Bi Ctrl+C pentru a copia","copied!":"Copiat!"},ce={"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:","Toggle navigation":"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0438",Type:"\u0422\u0438\u043F",url:"URL",Copy:"\u0421\u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C","Press Ctrl+C to copy":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 Ctrl+C, \u0447\u0442\u043E\u0431\u044B \u0441\u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C","copied!":"\u0421\u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u043E!"},J={"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:","Toggle navigation":"Navigasyonu de\u011Fi\u015Ftir",Type:"Tip",url:"url",Copy:"Kopya etmek","Press Ctrl+C to copy":"Kopyalamak i\xE7in Ctrl+C tu\u015Flar\u0131na bas\u0131n","copied!":"Kopya -lanan!"},ve={"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:","Toggle navigation":"Chuy\u1EC3n \u0111\u1ED5i \u0111i\u1EC1u h\u01B0\u1EDBng",Type:"Ki\u1EC3u",url:"li\xEAn k\u1EBFt",Copy:"B\u1EA3n sao","Press Ctrl+C to copy":"Nh\u1EA5n Ctrl+C \u0111\u1EC3 sao ch\xE9p","copied!":"Sao ch\xE9p!"},Ae={"Allowed values:":"\u5141\u8BB8\u503C:",Body:"\u8BF7\u6C42\u4F53","Compare all with predecessor":"\u4E0E\u6240\u6709\u4E4B\u524D\u7684\u7248\u672C\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:",DEPRECATED:"\u5F03\u7528",Description:"\u63CF\u8FF0","Error 4xx":"\u8BF7\u6C42\u5931\u8D25\uFF084xx\uFF09",Field:"\u5B57\u6BB5","Filter...":"\u7B5B\u9009\u2026",General:"\u6982\u8981","Generated with":"\u6784\u5EFA\u4E8E",Header:"\u8BF7\u6C42\u5934",Headers:"\u8BF7\u6C42\u5934",Name:"\u540D\u79F0","No response values.":"\u65E0\u8FD4\u56DE\u503C.","No value":"\u7A7A\u503C",optional:"\u53EF\u9009",Parameter:"\u53C2\u6570",Parameters:"\u53C2\u6570","Permission:":"\u6743\u9650:","Query Parameter(s)":"\u67E5\u8BE2\u53C2\u6570","Query Parameters":"\u67E5\u8BE2\u53C2\u6570","Request Body":"\u8BF7\u6C42\u6570\u636E",required:"\u5FC5\u9700",Reset:"\u91CD\u7F6E",Response:"\u8FD4\u56DE",Send:"\u53D1\u9001","Send a Sample Request":"\u53D1\u9001\u793A\u4F8B\u8BF7\u6C42","show up to version:":"\u663E\u793A\u6307\u5B9A\u7248\u672C:","Size range:":"\u53D6\u503C\u8303\u56F4:","Success 200":"\u8BF7\u6C42\u6210\u529F\uFF08200\uFF09","Toggle navigation":"\u5207\u63DB\u5C0E\u822A",Type:"\u7C7B\u578B",url:"\u5730\u5740",Copy:"\u590D\u5236\u6587\u672C","Press Ctrl+C to copy":"\u6309Ctrl+C\u590D\u5236","copied!":"\u6587\u672C\u5DF2\u590D\u5236!"},Pe={ca:M,cn:Ae,cs:U,de:z,es:k,en:{},fr:W,it:$,nl:V,pl:K,pt:Q,pt_br:Q,ro:oe,ru:ce,tr:J,vi:ve,zh:Ae,zh_cn:Ae},Qe=((rt=window.navigator.language)!=null?rt:"en-GB").toLowerCase().substr(0,2);let mt=Pe[Qe]?Pe[Qe]:Pe.en;function Pt(Ie){const fe=mt[Ie];return fe===void 0?Ie:fe}function bt(Ie){if(!Object.prototype.hasOwnProperty.call(Pe,Ie))throw new Error(`Invalid value for language setting! Available values are ${Object.keys(Pe).join(",")}`);mt=Pe[Ie]}const kt=Ie=>{let fe={};const Ne=(me,de)=>de.split(".").reduce((ge,Re)=>{if(ge){if(ge[Re])return ge[Re];if(Array.isArray(ge)&&ge[0]&&ge[0][Re])return ge[0][Re]}return null},me),be=(me,de,ge)=>{me?Array.isArray(me)?me.length?me[0][de]=ge:me.push({[de]:ge}):me[de]=ge:fe[de]=ge};Ie.forEach(me=>{const{parentNode:de,field:ge,type:Re}=me[0],We=de?Ne(fe,de.path):void 0,$e=We?ge.substring(de.path.length+1):ge,Ge=Re.indexOf("[]")!==-1;Re.indexOf("Object")!==-1?be(We,$e,Ge?[]:{}):be(We,$e,Ge?[]:me[1])});const Z=Object.keys(fe);return Z.length===1&&Ie[0][0].optional&&(fe=fe[Z[0]]),Le(fe)};function Le(Ie){return JSON.stringify(Ie,null,4)}function St(Ie){const fe=[];return Ie.forEach(Ne=>{let be;switch(Ne.type.toLowerCase()){case"string":be=Ne.defaultValue||"";break;case"boolean":be=Boolean(Ne.defaultValue)||!1;break;case"number":be=parseInt(Ne.defaultValue||0,10);break;case"date":be=Ne.defaultValue||new Date().toLocaleDateString(window.navigator.language);break}fe.push([Ne,be])}),kt(fe)}var Be=tt(7030);class je extends Be{constructor(fe){super(),this.testMode=fe}diffMain(fe,Ne,be,Z){return super.diff_main(this._stripHtml(fe),this._stripHtml(Ne),be,Z)}diffLineMode(fe,Ne){const be=this.diff_linesToChars_(fe,Ne),Z=be.chars1,me=be.chars2,de=be.lineArray,ge=super.diff_main(Z,me,!1);return this.diff_charsToLines_(ge,de),ge}diffPrettyHtml(fe){const Ne=[],be=/&/g,Z=/</g,me=/>/g,de=/\n/g;for(let ge=0;ge<fe.length;ge++){const Re=fe[ge][0],$e=fe[ge][1].replace(be,"&").replace(Z,"<").replace(me,">").replace(de,"¶<br>");switch(Re){case Be.DIFF_INSERT:Ne[ge]="<ins>"+$e+"</ins>";break;case Be.DIFF_DELETE:Ne[ge]="<del>"+$e+"</del>";break;case Be.DIFF_EQUAL:Ne[ge]="<span>"+$e+"</span>";break}}return Ne.join("")}diffPrettyCode(fe){const Ne=[],be=/\n/g;for(let Z=0;Z<fe.length;Z++){const me=fe[Z][0],de=fe[Z][1],ge=de.match(be)?"":`
|
|
`;switch(me){case Be.DIFF_INSERT:Ne[Z]=de.replace(/^(.)/gm,"+ $1")+ge;break;case Be.DIFF_DELETE:Ne[Z]=de.replace(/^(.)/gm,"- $1")+ge;break;case Be.DIFF_EQUAL:Ne[Z]=de.replace(/^(.)/gm," $1");break}}return Ne.join("")}diffCleanupSemantic(fe){return this.diff_cleanupSemantic(fe)}_stripHtml(fe){if(this.testMode)return fe;const Ne=document.createElement("div");return Ne.innerHTML=fe,Ne.textContent||Ne.innerText||""}}function Jt(){u().registerHelper("markdown",function(Z){return Z&&(Z=Z.replace(/((\[(.*?)\])?\(#)((.+?):(.+?))(\))/mg,function(me,de,ge,Re,We,$e,Ge){const qe=Re||$e+"/"+Ge;return'<a href="#api-'+$e+"-"+Ge+'">'+qe+"</a>"}),Z)}),u().registerHelper("setInputType",function(Z){switch(Z){case"File":case"Email":case"Color":case"Number":case"Date":return Z[0].toLowerCase()+Z.substring(1);case"Boolean":return"checkbox";default:return"text"}});let Ie;u().registerHelper("startTimer",function(Z){return Ie=new Date,""}),u().registerHelper("stopTimer",function(Z){return console.log(new Date-Ie),""}),u().registerHelper("__",function(Z){return Pt(Z)}),u().registerHelper("cl",function(Z){return console.log(Z),""}),u().registerHelper("underscoreToSpace",function(Z){return Z.replace(/(_+)/g," ")}),u().registerHelper("removeDblQuotes",function(Z){return Z.replace(/"/g,"")}),u().registerHelper("assign",function(Z){if(arguments.length>0){const me=typeof arguments[1];let de=null;(me==="string"||me==="number"||me==="boolean")&&(de=arguments[1]),u().registerHelper(Z,function(){return de})}return""}),u().registerHelper("nl2br",function(Z){return Ne(Z)}),u().registerHelper("ifNotObject",function(Z,me){return Z&&Z.indexOf("Object")!==0?me.fn(this):me.inverse(this)}),u().registerHelper("ifCond",function(Z,me,de,ge){switch(me){case"==":return Z==de?ge.fn(this):ge.inverse(this);case"===":return Z===de?ge.fn(this):ge.inverse(this);case"!=":return Z!=de?ge.fn(this):ge.inverse(this);case"!==":return Z!==de?ge.fn(this):ge.inverse(this);case"<":return Z<de?ge.fn(this):ge.inverse(this);case"<=":return Z<=de?ge.fn(this):ge.inverse(this);case">":return Z>de?ge.fn(this):ge.inverse(this);case">=":return Z>=de?ge.fn(this):ge.inverse(this);case"&&":return Z&&de?ge.fn(this):ge.inverse(this);case"||":return Z||de?ge.fn(this):ge.inverse(this);default:return ge.inverse(this)}});const fe={};u().registerHelper("subTemplate",function(Z,me){fe[Z]||(fe[Z]=u().compile(document.getElementById("template-"+Z).innerHTML));const de=fe[Z],ge=y().extend({},this,me.hash);return new(u()).SafeString(de(ge))}),u().registerHelper("toLowerCase",function(Z){return Z&&typeof Z=="string"?Z.toLowerCase():""}),u().registerHelper("dot2bracket",function(Z){const{parentNode:me,field:de,isArray:ge}=Z;let Re="";if(me){let We=Z;do{const $e=We.parentNode;$e.isArray&&(Re=`[]${Re}`),$e.parentNode?Re=`[${$e.field.substring($e.parentNode.path.length+1)}]${Re}`:Re=$e.field+Re,We=We.parentNode}while(We.parentNode);Re+=`[${de.substring(me.path.length+1)}]`}else Re=de,ge&&(Re+="[]");return Re}),u().registerHelper("nestObject",function(Z){const{parentNode:me,field:de}=Z;return me?" ".repeat(me.path.split(".").length)+de.substring(me.path.length+1):de});function Ne(Z){return(""+Z).replace(/(?:^|<\/pre>)[^]*?(?:<pre>|$)/g,me=>me.replace(/([^>\r\n]?)(\r\n|\n\r|\r|\n)/g,"$1<br>$2"))}u().registerHelper("each_compare_list_field",function(Z,me,de){const ge=de.hash.field,Re=[];Z&&Z.forEach(function($e){const Ge=$e;Ge.key=$e[ge],Re.push(Ge)});const We=[];return me&&me.forEach(function($e){const Ge=$e;Ge.key=$e[ge],We.push(Ge)}),be("key",Re,We,de)}),u().registerHelper("each_compare_keys",function(Z,me,de){const ge=[];Z&&Object.keys(Z).forEach(function($e){const Ge={};Ge.value=Z[$e],Ge.key=$e,ge.push(Ge)});const Re=[];return me&&Object.keys(me).forEach(function($e){const Ge={};Ge.value=me[$e],Ge.key=$e,Re.push(Ge)}),be("key",ge,Re,de)}),u().registerHelper("body2json",function(Z,me){return St(Z)}),u().registerHelper("each_compare_field",function(Z,me,de){return be("field",Z,me,de)}),u().registerHelper("each_compare_title",function(Z,me,de){return be("title",Z,me,de)}),u().registerHelper("reformat",function(Z,me){if(me==="json")try{return JSON.stringify(JSON.parse(Z.trim()),null," ")}catch(de){}return Z}),u().registerHelper("showDiff",function(Z,me,de){let ge="";if(Z===me)ge=Z;else{if(!Z)return me;if(!me)return Z;const Re=new je;if(de==="code"){const We=Re.diffLineMode(me,Z);ge=Re.diffPrettyCode(We)}else{const We=Re.diffMain(me,Z);Re.diffCleanupSemantic(We),ge=Re.diffPrettyHtml(We),ge=ge.replace(/¶/gm,""),de==="nl2br"&&(ge=Ne(ge))}}return ge});function be(Z,me,de,ge){const Re=[];let We=0;me&&me.forEach(function(qe){let at=!1;if(de&&de.forEach(function(ct){if(qe[Z]===ct[Z]){const Wt={typeSame:!0,source:qe,compare:ct,index:We};Re.push(Wt),at=!0,We++}}),!at){const ct={typeIns:!0,source:qe,index:We};Re.push(ct),We++}}),de&&de.forEach(function(qe){let at=!1;if(me&&me.forEach(function(ct){ct[Z]===qe[Z]&&(at=!0)}),!at){const ct={typeDel:!0,compare:qe,index:We};Re.push(ct),We++}});let $e="";const Ge=Re.length;for(const qe in Re)parseInt(qe,10)===Ge-1&&(Re[qe]._last=!0),$e=$e+ge.fn(Re[qe]);return $e}}document.addEventListener("DOMContentLoaded",()=>{gr(),N(),m().highlightAll()});function gr(){var Ue;let Ie=[{parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"key",isArray:!1,description:"<p>@return string</p>"}]}},type:"",url:"",version:"0.0.0",filename:"PublicController.php",groupTitle:"/home/node/apidoc/PublicController.php",group:"/home/node/apidoc/PublicController.php",name:""},{parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"key",isArray:!1,description:""},{group:"Parameter",type:"String",optional:!1,field:"mac",isArray:!1,description:"<p>\u4F7F\u7528\u9017\u53F7\u5206\u5272\u591A\u4E2A</p>"},{group:"Parameter",type:"String",optional:!1,field:"time",isArray:!1,description:"<p>@return string</p>"}]}},type:"",url:"",version:"0.0.0",filename:"PublicController.php",groupTitle:"/home/node/apidoc/PublicController.php",group:"/home/node/apidoc/PublicController.php",name:""},{type:"post",url:"api/approve/export",title:"18. \u5BFC\u51FA\u6570\u636E",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"approve",name:"export",query:[{group:"Query",type:"String",optional:!1,field:"proc_def_name",isArray:!1,description:"<p>\u6D41\u7A0B\u5206\u7C7B</p>"},{group:"Query",type:"String",optional:!1,field:"is_finished",isArray:!1,description:"<p>\u662F\u5426\u5B8C\u6210</p>"}],success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ApproveController.php",groupTitle:"\u5DE5\u4F5C\u6D41"},{type:"get",url:"api/approve/identitylinkHistory/findParticipant",title:"16. \u67E5\u8BE2\u6D41\u7A0B\u5B9E\u4F8B\u7684\u53C2\u4E0E\u8005\uFF08\u5DF2\u7ED3\u675F\uFF09",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"approve",name:"identitylinkHistory__findParticipant",query:[{group:"Query",type:"Number",optional:!1,field:"proc_inst_id",isArray:!1,description:"<p>\u6D41\u7A0B\u5B9E\u4F8BID</p>"}],success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ApproveController.php",groupTitle:"\u5DE5\u4F5C\u6D41"},{type:"get",url:"api/approve/identitylink/findParticipant",title:"12. \u67E5\u8BE2\u6D41\u7A0B\u5B9E\u4F8B\u7684\u53C2\u4E0E\u8005\uFF08\u5BA1\u6279\u4E2D\uFF09",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"approve",name:"identitylink__findParticipant",query:[{group:"Query",type:"Number",optional:!1,field:"proc_inst_id",isArray:!1,description:"<p>\u6D41\u7A0B\u5B9E\u4F8BID</p>"}],success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ApproveController.php",groupTitle:"\u5DE5\u4F5C\u6D41"},{type:"post",url:"api/approve/procHistory/findProcNotify",title:"15. \u67E5\u8BE2\u6284\u9001\u6211\u7684\u6D41\u7A0B\uFF08\u5DF2\u7ED3\u675F\uFF09",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"approve",name:"procHistory__findProcNotify",query:[{group:"Query",type:"String",optional:!1,field:"proc_def_name",isArray:!1,description:"<p>\u6D41\u7A0B\u5206\u7C7B</p>"},{group:"Query",type:"Number",optional:!1,field:"page",isArray:!1,description:"<p>\u9875\u7801</p>"},{group:"Query",type:"Number",optional:!1,field:"page_size",isArray:!1,description:"<p>\u6BCF\u9875\u6761\u6570</p>"}],success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ApproveController.php",groupTitle:"\u5DE5\u4F5C\u6D41"},{type:"post",url:"api/approve/procHistory/findTask",title:"13. \u67E5\u8BE2\u9700\u8981\u6211\u5BA1\u6279\u7684\u6D41\u7A0B\uFF08\u5DF2\u7ED3\u675F\uFF09",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"approve",name:"procHistory__findTask",query:[{group:"Query",type:"String",optional:!1,field:"proc_def_name",isArray:!1,description:"<p>\u6D41\u7A0B\u5206\u7C7B</p>"},{group:"Query",type:"Number",optional:!1,field:"page",isArray:!1,description:"<p>\u9875\u7801</p>"},{group:"Query",type:"Number",optional:!1,field:"page_size",isArray:!1,description:"<p>\u6BCF\u9875\u6761\u6570</p>"}],success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ApproveController.php",groupTitle:"\u5DE5\u4F5C\u6D41"},{type:"post",url:"api/approve/procHistory/startByMyself",title:"14. \u67E5\u8BE2\u6211\u542F\u52A8\u7684\u6D41\u7A0B\uFF08\u5DF2\u7ED3\u675F\uFF09",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"approve",name:"procHistory__startByMyself",query:[{group:"Query",type:"Number",optional:!1,field:"page",isArray:!1,description:"<p>\u9875\u7801</p>"},{group:"Query",type:"Number",optional:!1,field:"page_size",isArray:!1,description:"<p>\u6BCF\u9875\u6761\u6570</p>"}],success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ApproveController.php",groupTitle:"\u5DE5\u4F5C\u6D41"},{type:"post",url:"api/approve/procdef/all",title:"02. \u67E5\u8BE2\u6D41\u7A0B\u5B9A\u4E49",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"approve",name:"procdef__all",query:[{group:"Query",type:"String",optional:!1,field:"name",isArray:!1,description:"<p>\u6D41\u7A0B\u540D\u79F0</p>"}],success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ApproveController.php",groupTitle:"\u5DE5\u4F5C\u6D41"},{type:"get",url:"api/approve/procdef/del",title:"03. \u5220\u9664\u6D41\u7A0B\u5B9A\u4E49",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"approve",name:"procdef__del",query:[{group:"Query",type:"String",optional:!1,field:"id",isArray:!1,description:"<p>\u6D41\u7A0BID</p>"}],success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ApproveController.php",groupTitle:"\u5DE5\u4F5C\u6D41"},{type:"post",url:"api/approve/process/addGlobalComment",title:"05. \u6DFB\u52A0\u5168\u5C40\u8BC4\u8BBA",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"approve",name:"process__addGlobalComment",query:[{group:"Query",type:"Number",optional:!1,field:"proc_inst_id",isArray:!1,description:"<p>\u6D41\u7A0B\u5B9E\u4F8BID</p>"},{group:"Query",type:"String",optional:!1,field:"content",isArray:!1,description:"<p>\u8BC4\u8BBA\u5185\u5BB9</p>"}],success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ApproveController.php",groupTitle:"\u5DE5\u4F5C\u6D41"},{type:"get",url:"api/approve/process/detail",title:"17. \u6839\u636E\u6D41\u7A0BID\u67E5\u8BE2\u6D41\u7A0B\u8BE6\u60C5",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"approve",name:"process__detail",query:[{group:"Query",type:"Number",optional:!1,field:"id",isArray:!1,description:"<p>\u6D41\u7A0BID</p>"}],success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ApproveController.php",groupTitle:"\u5DE5\u4F5C\u6D41"},{type:"post",url:"api/approve/process/findProcNotify",title:"11. \u67E5\u8BE2\u6284\u9001\u6211\u7684\u6D41\u7A0B\uFF08\u5BA1\u6279\u4E2D\uFF09",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"approve",name:"process__findProcNotify",query:[{group:"Query",type:"Number",optional:!1,field:"userid",isArray:!1,description:"<p>\u7528\u6237ID</p>"},{group:"Query",type:"String",optional:!1,field:"proc_def_name",isArray:!1,description:"<p>\u6D41\u7A0B\u5206\u7C7B</p>"},{group:"Query",type:"Number",optional:!1,field:"page",isArray:!1,description:"<p>\u9875\u7801</p>"},{group:"Query",type:"Number",optional:!1,field:"page_size",isArray:!1,description:"<p>\u6BCF\u9875\u6761\u6570</p>"}],success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ApproveController.php",groupTitle:"\u5DE5\u4F5C\u6D41"},{type:"post",url:"api/approve/process/findTask",title:"08. \u67E5\u8BE2\u9700\u8981\u6211\u5BA1\u6279\u7684\u6D41\u7A0B\uFF08\u5BA1\u6279\u4E2D\uFF09",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"approve",name:"process__findTask",query:[{group:"Query",type:"String",optional:!1,field:"proc_def_name",isArray:!1,description:"<p>\u6D41\u7A0B\u540D\u79F0</p>"},{group:"Query",type:"Number",optional:!1,field:"page",isArray:!1,description:"<p>\u9875\u7801</p>"},{group:"Query",type:"Number",optional:!1,field:"page_size",isArray:!1,description:"<p>\u6BCF\u9875\u6761\u6570</p>"}],success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ApproveController.php",groupTitle:"\u5DE5\u4F5C\u6D41"},{type:"post",url:"api/approve/process/start",title:"04. \u542F\u52A8\u6D41\u7A0B\uFF08\u5BA1\u6279\u4E2D\uFF09",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"approve",name:"process__start",query:[{group:"Query",type:"String",optional:!1,field:"proc_name",isArray:!1,description:"<p>\u6D41\u7A0B\u540D\u79F0</p>"},{group:"Query",type:"Number",optional:!1,field:"department_id",isArray:!1,description:"<p>\u90E8\u95E8ID</p>"}],success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ApproveController.php",groupTitle:"\u5DE5\u4F5C\u6D41"},{type:"post",url:"api/approve/process/startByMyself",title:"10. \u67E5\u8BE2\u6211\u542F\u52A8\u7684\u6D41\u7A0B\uFF08\u5BA1\u6279\u4E2D\uFF09",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"approve",name:"process__startByMyself",query:[{group:"Query",type:"Number",optional:!1,field:"page",isArray:!1,description:"<p>\u9875\u7801</p>"},{group:"Query",type:"Number",optional:!1,field:"page_size",isArray:!1,description:"<p>\u6BCF\u9875\u6761\u6570</p>"}],success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ApproveController.php",groupTitle:"\u5DE5\u4F5C\u6D41"},{type:"post",url:"api/approve/process/startByMyselfAll",title:"09. \u67E5\u8BE2\u6211\u542F\u52A8\u7684\u6D41\u7A0B\uFF08\u5168\u90E8\uFF09",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"approve",name:"process__startByMyselfAll",query:[{group:"Query",type:"String",optional:!1,field:"proc_def_name",isArray:!1,description:"<p>\u6D41\u7A0B\u5206\u7C7B</p>"},{group:"Query",type:"Number",optional:!1,field:"page",isArray:!1,description:"<p>\u9875\u7801</p>"},{group:"Query",type:"Number",optional:!1,field:"page_size",isArray:!1,description:"<p>\u6BCF\u9875\u6761\u6570</p>"}],success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ApproveController.php",groupTitle:"\u5DE5\u4F5C\u6D41"},{type:"post",url:"api/approve/task/complete",title:"06. \u5BA1\u6279",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"approve",name:"task__complete",query:[{group:"Query",type:"Number",optional:!1,field:"task_id",isArray:!1,description:"<p>\u6D41\u7A0BID</p>"},{group:"Query",type:"String",optional:!1,field:"pass",isArray:!1,description:"<p>\u6807\u9898 [true-\u901A\u8FC7\uFF0Cfalse-\u62D2\u7EDD]</p>"},{group:"Query",type:"String",optional:!1,field:"comment",isArray:!1,description:"<p>\u8BC4\u8BBA</p>"}],success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ApproveController.php",groupTitle:"\u5DE5\u4F5C\u6D41"},{type:"post",url:"api/approve/task/withdraw",title:"07. \u64A4\u56DE",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"approve",name:"task__withdraw",query:[{group:"Query",type:"Number",optional:!1,field:"task_id",isArray:!1,description:"<p>\u6D41\u7A0BID</p>"},{group:"Query",type:"Number",optional:!1,field:"proc_inst_id",isArray:!1,description:"<p>\u6D41\u7A0B\u5B9E\u4F8BID</p>"}],success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ApproveController.php",groupTitle:"\u5DE5\u4F5C\u6D41"},{type:"get",url:"api/dialog/group/add",title:"33. \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:"String",optional:!0,field:"avatar",isArray:!1,description:"<p>\u7FA4\u5934\u50CF</p>"},{group:"Parameter",type:"String",optional:!0,field:"chat_name",isArray:!1,description:"<p>\u7FA4\u540D\u79F0</p>"},{group:"Parameter",type:"Array",optional:!1,field:"userids",isArray:!1,description:"<p>\u7FA4\u6210\u5458\uFF0C\u683C\u5F0F: [userid1, userid2, userid3]</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"DialogController.php",groupTitle:"\u5BF9\u8BDD"},{type:"get",url:"api/dialog/group/adduser",title:"35. \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",isArray:!1,description:"<p>\u4F1A\u8BDDID</p>"},{group:"Parameter",type:"Array",optional:!1,field:"userids",isArray:!1,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",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"DialogController.php",groupTitle:"\u5BF9\u8BDD"},{type:"get",url:"api/dialog/group/deluser",title:"36. \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",isArray:!1,description:"<p>\u4F1A\u8BDDID</p>"},{group:"Parameter",type:"Array",optional:!0,field:"userids",isArray:!1,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",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"DialogController.php",groupTitle:"\u5BF9\u8BDD"},{type:"get",url:"api/dialog/group/disband",title:"38. \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",isArray:!1,description:"<p>\u4F1A\u8BDDID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"DialogController.php",groupTitle:"\u5BF9\u8BDD"},{type:"get",url:"api/dialog/group/edit",title:"34. \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",isArray:!1,description:"<p>\u4F1A\u8BDDID</p>"},{group:"Parameter",type:"String",optional:!0,field:"avatar",isArray:!1,description:"<p>\u7FA4\u5934\u50CF</p>"},{group:"Parameter",type:"String",optional:!0,field:"chat_name",isArray:!1,description:"<p>\u7FA4\u540D\u79F0</p>"},{group:"Parameter",type:"Number",optional:!0,field:"admin",isArray:!1,description:"<p>\u7CFB\u7EDF\u7BA1\u7406\u5458\u64CD\u4F5C\uFF081\uFF1A\u53EA\u5224\u65AD\u662F\u4E0D\u662F\u7CFB\u7EDF\u7BA1\u7406\u5458\uFF0C\u5426\u5219\u5224\u65AD\u662F\u5426\u7FA4\u7BA1\u7406\u5458\uFF09</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"DialogController.php",groupTitle:"\u5BF9\u8BDD"},{type:"get",url:"api/dialog/group/searchuser",title:"39. \u641C\u7D22\u4E2A\u4EBA\u7FA4\uFF08\u4EC5\u9650\u7BA1\u7406\u5458\uFF09",description:"<p>\u9700\u8981token\u8EAB\u4EFD\uFF0C\u7528\u4E8E\u521B\u5EFA\u90E8\u95E8\u641C\u7D22\u4E2A\u4EBA\u7FA4\u7EC4</p>",version:"1.0.0",group:"dialog",name:"group__searchuser",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"key",isArray:!1,description:"<p>\u5173\u952E\u8BCD</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"DialogController.php",groupTitle:"\u5BF9\u8BDD"},{type:"get",url:"api/dialog/group/transfer",title:"37. \u8F6C\u8BA9\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__transfer",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"dialog_id",isArray:!1,description:"<p>\u4F1A\u8BDDID</p>"},{group:"Parameter",type:"Number",optional:!1,field:"userid",isArray:!1,description:"<p>\u65B0\u7684\u7FA4\u4E3B</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,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:"timerange",isArray:!1,description:"<p>\u65F6\u95F4\u8303\u56F4\uFF08\u5982\uFF1A1678248944,1678248944\uFF09</p> <ul> <li>\u7B2C\u4E00\u4E2A\u65F6\u95F4: \u8BFB\u53D6\u5728\u8FD9\u4E2A\u65F6\u95F4\u4E4B\u540E\u66F4\u65B0\u7684\u6570\u636E</li> <li>\u7B2C\u4E8C\u4E2A\u65F6\u95F4: \u8BFB\u53D6\u5728\u8FD9\u4E2A\u65F6\u95F4\u4E4B\u540E\u5220\u9664\u7684\u6570\u636EID\uFF08\u7B2C1\u9875\u9644\u52A0\u8FD4\u56DE\u6570\u636E: deleted_id\uFF09</li> </ul>"},{group:"Parameter",type:"Number",optional:!0,field:"page",isArray:!1,description:"<p>\u5F53\u524D\u9875\uFF0C\u9ED8\u8BA4:1</p>"},{group:"Parameter",type:"Number",optional:!0,field:"pagesize",isArray:!1,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",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"DialogController.php",groupTitle:"\u5BF9\u8BDD"},{type:"get",url:"api/dialog/msg/detail",title:"22. \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",isArray:!1,description:"<p>\u6D88\u606FID</p>"},{group:"Parameter",type:"String",optional:!1,field:"only_update_at",isArray:!1,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",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"DialogController.php",groupTitle:"\u5BF9\u8BDD"},{type:"get",url:"api/dialog/msg/done",title:"32. \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",isArray:!1,description:"<p>\u5F85\u529E\u6570\u636EID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"DialogController.php",groupTitle:"\u5BF9\u8BDD"},{type:"get",url:"api/dialog/msg/download",title:"23. \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",isArray:!1,description:"<p>\u6D88\u606FID</p>"},{group:"Parameter",type:"String",optional:!1,field:"down",isArray:!1,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",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"DialogController.php",groupTitle:"\u5BF9\u8BDD"},{type:"get",url:"api/dialog/msg/emoji",title:"28. 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",isArray:!1,description:"<p>\u6D88\u606FID</p>"},{group:"Parameter",type:"String",optional:!1,field:"symbol",isArray:!1,description:"<p>\u56DE\u590D\u6216\u53D6\u6D88\u7684emoji\u8868\u60C5</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"DialogController.php",groupTitle:"\u5BF9\u8BDD"},{type:"get",url:"api/dialog/msg/forward",title:"27. \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",isArray:!1,description:"<p>\u6D88\u606FID</p>"},{group:"Parameter",type:"Array",optional:!1,field:"dialogids",isArray:!1,description:"<p>\u8F6C\u53D1\u7ED9\u7684\u5BF9\u8BDDID</p>"},{group:"Parameter",type:"Array",optional:!1,field:"userids",isArray:!1,description:"<p>\u8F6C\u53D1\u7ED9\u7684\u6210\u5458ID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,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",isArray:!1,description:"<p>\u5BF9\u8BDDID</p>"},{group:"Parameter",type:"Number",optional:!0,field:"msg_id",isArray:!1,description:"<p>\u6D88\u606FID</p>"},{group:"Parameter",type:"Number",optional:!0,field:"position_id",isArray:!1,description:"<p>\u6B64\u6D88\u606FID\u524D\u540E\u7684\u6570\u636E</p>"},{group:"Parameter",type:"Number",optional:!0,field:"prev_id",isArray:!1,description:"<p>\u6B64\u6D88\u606FID\u4E4B\u524D\u7684\u6570\u636E</p>"},{group:"Parameter",type:"Number",optional:!0,field:"next_id",isArray:!1,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 > prev_id > next_id</li> </ul>"},{group:"Parameter",type:"String",optional:!0,field:"msg_type",isArray:!1,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",isArray:!1,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",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"DialogController.php",groupTitle:"\u5BF9\u8BDD"},{type:"get",url:"api/dialog/msg/mark",title:"25. \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",isArray:!1,description:"<p>\u4F1A\u8BDDID</p>"},{group:"Parameter",type:"String",optional:!1,field:"type",isArray:!1,description:"<p>\u7C7B\u578B</p> <ul> <li>read: \u5DF2\u8BFB</li> <li>unread: \u672A\u8BFB</li> </ul>"},{group:"Parameter",type:"Number",optional:!0,field:"after_msg_id",isArray:!1,description:"<p>\u4EC5\u6807\u8BB0\u5DF2\u8BFB\u6307\u5B9A\u4E4B\u540E\uFF08\u542B\uFF09\u7684\u6D88\u606F</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"DialogController.php",groupTitle:"\u5BF9\u8BDD"},{type:"get",url:"api/dialog/msg/one",title:"11. \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",isArray:!1,description:"<p>\u6D88\u606FID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"DialogController.php",groupTitle:"\u5BF9\u8BDD"},{type:"get",url:"api/dialog/msg/read",title:"12. \u5DF2\u8BFB\u804A\u5929\u6D88\u606F",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"dialog",name:"msg__read",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"id",isArray:!1,description:"<p>\u6D88\u606FID\uFF08\u7EC4\uFF09</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"DialogController.php",groupTitle:"\u5BF9\u8BDD"},{type:"get",url:"api/dialog/msg/readlist",title:"21. \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",isArray:!1,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",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"DialogController.php",groupTitle:"\u5BF9\u8BDD"},{type:"get",url:"api/dialog/msg/search",title:"10. \u641C\u7D22\u6D88\u606F\u4F4D\u7F6E",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"dialog",name:"msg__search",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"dialog_id",isArray:!1,description:"<p>\u5BF9\u8BDDID</p>"},{group:"Parameter",type:"String",optional:!1,field:"key",isArray:!1,description:"<p>\u641C\u7D22\u5173\u952E\u8BCD</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"DialogController.php",groupTitle:"\u5BF9\u8BDD"},{type:"post",url:"api/dialog/msg/sendanon",title:"20. \u53D1\u9001\u533F\u540D\u6D88\u606F",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"dialog",name:"msg__sendanon",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"userid",isArray:!1,description:"<p>\u5BF9\u65B9\u4F1A\u5458ID</p>"},{group:"Parameter",type:"String",optional:!1,field:"text",isArray:!1,description:"<p>\u6D88\u606F\u5185\u5BB9</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"DialogController.php",groupTitle:"\u5BF9\u8BDD"},{type:"post",url:"api/dialog/msg/sendfile",title:"17. \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",isArray:!1,description:"<p>\u5BF9\u8BDDID</p>"},{group:"Parameter",type:"Number",optional:!0,field:"reply_id",isArray:!1,description:"<p>\u56DE\u590DID</p>"},{group:"Parameter",type:"Number",optional:!0,field:"image_attachment",isArray:!1,description:"<p>\u56FE\u7247\u662F\u5426\u4E5F\u5B58\u5230\u9644\u4EF6</p>"},{group:"Parameter",type:"String",optional:!0,field:"filename",isArray:!1,description:"<p>post-\u6587\u4EF6\u540D\u79F0</p>"},{group:"Parameter",type:"String",optional:!0,field:"image64",isArray:!1,description:"<p>post-base64\u56FE\u7247\uFF08\u4E8C\u9009\u4E00\uFF09</p>"},{group:"Parameter",type:"File",optional:!0,field:"files",isArray:!1,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",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"DialogController.php",groupTitle:"\u5BF9\u8BDD"},{type:"post",url:"api/dialog/msg/sendfiles",title:"18. \u7FA4\u53D1\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:"String",optional:!1,field:"user_ids",isArray:!1,description:"<p>\u7528\u6237ID</p>"},{group:"Parameter",type:"String",optional:!1,field:"dialog_ids",isArray:!1,description:"<p>\u5BF9\u8BDDID\uFF08user_ids \u4E8C\u9009\u4E00\uFF09</p>"},{group:"Parameter",type:"Number",optional:!0,field:"reply_id",isArray:!1,description:"<p>\u56DE\u590DID</p>"},{group:"Parameter",type:"Number",optional:!0,field:"image_attachment",isArray:!1,description:"<p>\u56FE\u7247\u662F\u5426\u4E5F\u5B58\u5230\u9644\u4EF6</p>"},{group:"Parameter",type:"String",optional:!0,field:"filename",isArray:!1,description:"<p>post-\u6587\u4EF6\u540D\u79F0</p>"},{group:"Parameter",type:"String",optional:!0,field:"image64",isArray:!1,description:"<p>post-base64\u56FE\u7247\uFF08\u4E8C\u9009\u4E00\uFF09</p>"},{group:"Parameter",type:"File",optional:!0,field:"files",isArray:!1,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",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"DialogController.php",groupTitle:"\u5BF9\u8BDD"},{type:"get",url:"api/dialog/msg/sendfileid",title:"19. \u901A\u8FC7\u6587\u4EF6ID\u53D1\u9001\u6587\u4EF6",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"dialog",name:"msg__sendfileid",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"file_id",isArray:!1,description:"<p>\u6D88\u606FID</p>"},{group:"Parameter",type:"Array",optional:!1,field:"dialogids",isArray:!1,description:"<p>\u8F6C\u53D1\u7ED9\u7684\u5BF9\u8BDDID</p>"},{group:"Parameter",type:"Array",optional:!1,field:"userids",isArray:!1,description:"<p>\u8F6C\u53D1\u7ED9\u7684\u6210\u5458ID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"DialogController.php",groupTitle:"\u5BF9\u8BDD"},{type:"post",url:"api/dialog/msg/sendrecord",title:"16. \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",isArray:!1,description:"<p>\u5BF9\u8BDDID</p>"},{group:"Parameter",type:"Number",optional:!0,field:"reply_id",isArray:!1,description:"<p>\u56DE\u590DID</p>"},{group:"Parameter",type:"String",optional:!1,field:"base64",isArray:!1,description:"<p>\u8BED\u97F3base64</p>"},{group:"Parameter",type:"Number",optional:!1,field:"duration",isArray:!1,description:"<p>\u8BED\u97F3\u65F6\u957F\uFF08\u6BEB\u79D2\uFF09</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"DialogController.php",groupTitle:"\u5BF9\u8BDD"},{type:"post",url:"api/dialog/msg/sendtext",title:"15. \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",isArray:!1,description:"<p>\u5BF9\u8BDDID</p>"},{group:"Parameter",type:"String",optional:!1,field:"text",isArray:!1,description:"<p>\u6D88\u606F\u5185\u5BB9</p>"},{group:"Parameter",type:"String",optional:!0,field:"text_type",isArray:!1,description:"<p>\u6D88\u606F\u7C7B\u578B</p> <ul> <li>html: HTML\uFF08\u9ED8\u8BA4\uFF09</li> <li>md: MARKDOWN</li> </ul>"},{group:"Parameter",type:"Number",optional:!0,field:"update_id",isArray:!1,description:"<p>\u66F4\u65B0\u6D88\u606FID\uFF08\u4F18\u5148\u5927\u4E8E reply_id\uFF09</p>"},{group:"Parameter",type:"String",optional:!0,field:"update_mark",isArray:!1,description:"<p>\u662F\u5426\u66F4\u65B0\u6807\u8BB0</p> <ul> <li>no: \u4E0D\u6807\u8BB0\uFF08\u4EC5\u673A\u5668\u4EBA\u652F\u6301\uFF09</li> <li>yes: \u6807\u8BB0\uFF08\u9ED8\u8BA4\uFF09</li> </ul>"},{group:"Parameter",type:"Number",optional:!0,field:"reply_id",isArray:!1,description:"<p>\u56DE\u590DID</p>"},{group:"Parameter",type:"String",optional:!0,field:"silence",isArray:!1,description:"<p>\u662F\u5426\u9759\u9ED8\u53D1\u9001</p> <ul> <li>no: \u6B63\u5E38\u53D1\u9001\uFF08\u9ED8\u8BA4\uFF09</li> <li>yes: \u9759\u9ED8\u53D1\u9001</li> </ul>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"DialogController.php",groupTitle:"\u5BF9\u8BDD"},{type:"get",url:"api/dialog/msg/silence",title:"26. \u6D88\u606F\u514D\u6253\u6270",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"dialog",name:"msg__silence",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"dialog_id",isArray:!1,description:"<p>\u4F1A\u8BDDID</p>"},{group:"Parameter",type:"String",optional:!1,field:"type",isArray:!1,description:"<p>\u7C7B\u578B</p> <ul> <li>set</li> <li>cancel</li> </ul>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"DialogController.php",groupTitle:"\u5BF9\u8BDD"},{type:"post",url:"api/dialog/msg/stream",title:"14. \u901A\u77E5\u6210\u5458\u76D1\u542C\u6D88\u606F",description:"<p>\u901A\u77E5\u6307\u5B9A\u4F1A\u5458EventSource\u76D1\u542C\u6D41\u52A8\u6D88\u606F</p>",version:"1.0.0",group:"dialog",name:"msg__stream",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"dialog_id",isArray:!1,description:"<p>\u5BF9\u8BDDID</p>"},{group:"Parameter",type:"Number",optional:!1,field:"userid",isArray:!1,description:"<p>\u901A\u77E5\u4F1A\u5458ID</p>"},{group:"Parameter",type:"String",optional:!1,field:"stream_url",isArray:!1,description:"<p>\u6D41\u52A8\u6D88\u606F\u5730\u5740</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"DialogController.php",groupTitle:"\u5BF9\u8BDD"},{type:"get",url:"api/dialog/msg/tag",title:"29. \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",isArray:!1,description:"<p>\u6D88\u606FID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"DialogController.php",groupTitle:"\u5BF9\u8BDD"},{type:"get",url:"api/dialog/msg/todo",title:"30. \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",isArray:!1,description:"<p>\u6D88\u606FID</p>"},{group:"Parameter",type:"String",optional:!1,field:"type",isArray:!1,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",isArray:!1,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",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"DialogController.php",groupTitle:"\u5BF9\u8BDD"},{type:"get",url:"api/dialog/msg/todolist",title:"31. \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",isArray:!1,description:"<p>\u6D88\u606FID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"DialogController.php",groupTitle:"\u5BF9\u8BDD"},{type:"get",url:"api/dialog/msg/unread",title:"13. \u83B7\u53D6\u672A\u8BFB\u6D88\u606F\u6570\u636E",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"dialog",name:"msg__unread",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"dialog_id",isArray:!1,description:"<p>\u5BF9\u8BDDID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]},examples:[{title:"data:",content:`{
|
|
"id": 43,
|
|
"unread": 308,
|
|
"mention": 11,
|
|
"user_at": "2020-12-12 00:00:00.000",
|
|
"user_ms": 1677558147167,
|
|
}`,type:"json"}]},filename:"DialogController.php",groupTitle:"\u5BF9\u8BDD"},{type:"get",url:"api/dialog/msg/withdraw",title:"24. \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",isArray:!1,description:"<p>\u6D88\u606FID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,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",isArray:!1,description:"<p>\u5BF9\u8BDDID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,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",isArray:!1,description:"<p>\u5BF9\u8BDD\u4F1A\u5458ID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,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",isArray:!1,description:"<p>\u6D88\u606F\u5173\u952E\u8BCD</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,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",isArray:!1,description:"<p>\u4F1A\u8BDDID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,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",isArray:!1,description:"<p>\u4F1A\u8BDDID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,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",isArray:!1,description:"<p>\u4F1A\u8BDDID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,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",isArray:!1,description:"<p>\u4F1A\u8BDDID</p>"},{group:"Parameter",type:"Number",optional:!0,field:"getuser",isArray:!1,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",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,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",isArray:!1,description:"<p>\u9879\u76EE\u540D\u79F0</p>"},{group:"Parameter",type:"String",optional:!1,field:"type",isArray:!1,description:"<p>\u6587\u4EF6\u7C7B\u578B</p>"},{group:"Parameter",type:"Number",optional:!0,field:"id",isArray:!1,description:"<p>\u6587\u4EF6ID\uFF08\u8D4B\u503C\u4FEE\u6539\u6587\u4EF6\u540D\u79F0\uFF09</p>"},{group:"Parameter",type:"Number",optional:!0,field:"pid",isArray:!1,description:"<p>\u7236\u7EA7ID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,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",isArray:!1,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",isArray:!1,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",isArray:!1,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",isArray:!1,description:"<p>\u8BFB\u53D6\u5386\u53F2\u8BB0\u5F55ID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,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",isArray:!1,description:"<p>\u6587\u4EF6ID</p>"},{group:"Parameter",type:"Number",optional:!0,field:"page",isArray:!1,description:"<p>\u5F53\u524D\u9875\uFF0C\u9ED8\u8BA4:1</p>"},{group:"Parameter",type:"Number",optional:!0,field:"pagesize",isArray:!1,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",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,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",isArray:!1,description:"<p>\u6587\u4EF6ID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,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",isArray:!1,description:"<p>\u6587\u4EF6ID</p>"},{group:"Parameter",type:"Number",optional:!1,field:"history_id",isArray:!1,description:"<p>\u5386\u53F2\u6570\u636EID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,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",isArray:!1,description:"<p>\u6587\u4EF6ID</p>"},{group:"Parameter",type:"Object",optional:!0,field:"D",isArray:!1,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",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,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",isArray:!1,description:"<p>\u7236\u7EA7ID</p>"},{group:"Parameter",type:"String",optional:!0,field:"files",isArray:!1,description:"<p>\u6587\u4EF6\u540D</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,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",isArray:!1,description:"<p>\u6587\u4EF6ID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,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",isArray:!1,description:"<p>\u6587\u4EF6ID</p>"},{group:"Parameter",type:"String",optional:!1,field:"refresh",isArray:!1,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",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,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",isArray:!1,description:"<p>\u7236\u7EA7ID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,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:"Number",optional:!1,field:"pid",isArray:!1,description:"<p>\u79FB\u52A8\u5230\u7684\u6587\u4EF6\u5939ID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,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",isArray:!1,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",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,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",success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,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:"link",isArray:!1,description:"<p>\u901A\u8FC7\u5206\u4EAB\u5730\u5740\u641C\u7D22\uFF08\u5982\uFF1Ahttps://t.hitosea.com/single/file/ODcwOCwzOSxpa0JBS2lmVQ==\uFF09</p>"},{group:"Parameter",type:"String",optional:!0,field:"key",isArray:!1,description:"<p>\u5173\u952E\u8BCD</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,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",isArray:!1,description:"<p>\u6587\u4EF6ID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,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",isArray:!1,description:"<p>\u6587\u4EF6ID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,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",isArray:!1,description:"<p>\u6587\u4EF6ID</p>"},{group:"Parameter",type:"Array",optional:!0,field:"userids",isArray:!1,description:"<p>\u5171\u4EAB\u6210\u5458\uFF0C\u683C\u5F0F: [userid1, userid2, userid3]</p>"},{group:"Parameter",type:"Number",optional:!0,field:"permission",isArray:!1,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",isArray:!1,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",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,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",isArray:!1,description:"<p>\u9879\u76EE\u540D\u79F0</p>"},{group:"Parameter",type:"String",optional:!0,field:"desc",isArray:!1,description:"<p>\u9879\u76EE\u4ECB\u7ECD</p>"},{group:"Parameter",type:"String",optional:!0,field:"columns",isArray:!1,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",isArray:!1,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",isArray:!1,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",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,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",isArray:!1,description:"<p>\u9879\u76EEID</p>"},{group:"Parameter",type:"String",optional:!0,field:"type",isArray:!1,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",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,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",isArray:!1,description:"<p>\u9879\u76EEID</p>"},{group:"Parameter",type:"String",optional:!1,field:"name",isArray:!1,description:"<p>\u5217\u8868\u540D\u79F0</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,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",isArray:!1,description:"<p>\u9879\u76EEID</p>"},{group:"Parameter",type:"Number",optional:!0,field:"page",isArray:!1,description:"<p>\u5F53\u524D\u9875\uFF0C\u9ED8\u8BA4:1</p>"},{group:"Parameter",type:"Number",optional:!0,field:"pagesize",isArray:!1,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",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,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",isArray:!1,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",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,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",isArray:!1,description:"<p>\u5217\u8868ID</p>"},{group:"Parameter",type:"String",optional:!0,field:"name",isArray:!1,description:"<p>\u5217\u8868\u540D\u79F0</p>"},{group:"Parameter",type:"String",optional:!0,field:"color",isArray:!1,description:"<p>\u989C\u8272</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,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",isArray:!1,description:"<p>\u9879\u76EEID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ProjectController.php",groupTitle:"\u9879\u76EE"},{type:"get",url:"api/project/flow/delete",title:"39. \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",isArray:!1,description:"<p>\u9879\u76EEID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ProjectController.php",groupTitle:"\u9879\u76EE"},{type:"get",url:"api/project/flow/list",title:"37. \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",isArray:!1,description:"<p>\u9879\u76EEID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ProjectController.php",groupTitle:"\u9879\u76EE"},{type:"post",url:"api/project/flow/save",title:"38. \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",isArray:!1,description:"<p>\u9879\u76EEID</p>"},{group:"Parameter",type:"Array",optional:!1,field:"flows",isArray:!1,description:"<p>\u5DE5\u4F5C\u6D41\u6570\u636E</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,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",isArray:!1,description:"<p>\u9879\u76EEID</p>"},{group:"Parameter",type:"String",optional:!1,field:"refresh",isArray:!1,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",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,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",isArray:!1,description:""}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,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",isArray:!1,description:""}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,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",isArray:!1,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",isArray:!1,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",isArray:!1,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",isArray:!1,description:"<p>\u540C\u65F6\u53D6\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:"String",optional:!0,field:"getuserid",isArray:!1,description:"<p>\u540C\u65F6\u53D6\u6210\u5458ID</p> <ul> <li>no\uFF1A\u4E0D\u53D6\uFF08\u9ED8\u8BA4\uFF09</li> <li>yes\uFF1A\u53D6\u5217\u8868</li> </ul>"},{group:"Parameter",type:"String",optional:!0,field:"getstatistics",isArray:!1,description:"<p>\u540C\u65F6\u53D6\u4EFB\u52A1\u7EDF\u8BA1</p> <ul> <li>no\uFF1A\u4E0D\u53D6</li> <li>yes\uFF1A\u53D6\u7EDF\u8BA1\uFF08\u9ED8\u8BA4\uFF09</li> </ul>"},{group:"Parameter",type:"Object",optional:!0,field:"keys",isArray:!1,description:"<p>\u641C\u7D22\u6761\u4EF6</p> <ul> <li>keys.name: \u9879\u76EE\u540D\u79F0</li> </ul>"},{group:"Parameter",type:"String",optional:!0,field:"timerange",isArray:!1,description:"<p>\u65F6\u95F4\u8303\u56F4\uFF08\u5982\uFF1A1678248944,1678248944\uFF09</p> <ul> <li>\u7B2C\u4E00\u4E2A\u65F6\u95F4: \u8BFB\u53D6\u5728\u8FD9\u4E2A\u65F6\u95F4\u4E4B\u540E\u66F4\u65B0\u7684\u6570\u636E</li> <li>\u7B2C\u4E8C\u4E2A\u65F6\u95F4: \u8BFB\u53D6\u5728\u8FD9\u4E2A\u65F6\u95F4\u4E4B\u540E\u5220\u9664\u7684\u6570\u636EID\uFF08\u7B2C1\u9875\u9644\u52A0\u8FD4\u56DE\u6570\u636E: deleted_id\uFF09</li> </ul>"},{group:"Parameter",type:"Number",optional:!0,field:"page",isArray:!1,description:"<p>\u5F53\u524D\u9875\uFF0C\u9ED8\u8BA4:1</p>"},{group:"Parameter",type:"Number",optional:!0,field:"pagesize",isArray:!1,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",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,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:"40. \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",isArray:!1,description:"<p>\u9879\u76EEID</p>"},{group:"Parameter",type:"Number",optional:!1,field:"task_id",isArray:!1,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",isArray:!1,description:"<p>\u5F53\u524D\u9875\uFF0C\u9ED8\u8BA4:1</p>"},{group:"Parameter",type:"Number",optional:!0,field:"pagesize",isArray:!1,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",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,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",isArray:!1,description:"<p>\u9879\u76EEID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,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",isArray:!1,description:"<p>\u9879\u76EEID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,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",isArray:!1,description:"<p>\u9879\u76EEID</p>"},{group:"Parameter",type:"Object",optional:!1,field:"sort",isArray:!1,description:"<p>\u6392\u5E8F\u6570\u636E</p>"},{group:"Parameter",type:"Number",optional:!0,field:"only_column",isArray:!1,description:"<p>\u4EC5\u66F4\u65B0\u5217\u8868</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ProjectController.php",groupTitle:"\u9879\u76EE"},{type:"post",url:"api/project/task/add",title:"29. \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",isArray:!1,description:"<p>\u9879\u76EEID</p>"},{group:"Parameter",type:"mixed",optional:!0,field:"column_id",isArray:!1,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",isArray:!1,description:"<p>\u4EFB\u52A1\u63CF\u8FF0</p>"},{group:"Parameter",type:"String",optional:!0,field:"content",isArray:!1,description:"<p>\u4EFB\u52A1\u8BE6\u60C5</p>"},{group:"Parameter",type:"Array",optional:!0,field:"times",isArray:!1,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",isArray:!1,description:"<p>\u8D1F\u8D23\u4EBA</p>"},{group:"Parameter",type:"Number",optional:!0,field:"top",isArray:!1,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",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ProjectController.php",groupTitle:"\u9879\u76EE"},{type:"get",url:"api/project/task/addsub",title:"30. \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",isArray:!1,description:"<p>\u4EFB\u52A1ID</p>"},{group:"Parameter",type:"String",optional:!1,field:"name",isArray:!1,description:"<p>\u4EFB\u52A1\u63CF\u8FF0</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ProjectController.php",groupTitle:"\u9879\u76EE"},{type:"get",url:"api/project/task/archived",title:"33. \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",isArray:!1,description:"<p>\u4EFB\u52A1ID</p>"},{group:"Parameter",type:"String",optional:!0,field:"type",isArray:!1,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",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ProjectController.php",groupTitle:"\u9879\u76EE"},{type:"get",url:"api/project/task/content",title:"24. \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",isArray:!1,description:"<p>\u4EFB\u52A1ID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ProjectController.php",groupTitle:"\u9879\u76EE"},{type:"get",url:"api/project/task/dialog",title:"32. \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",isArray:!1,description:"<p>\u4EFB\u52A1ID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ProjectController.php",groupTitle:"\u9879\u76EE"},{type:"get",url:"api/project/task/down",title:"22. \u4E0B\u8F7D\u5BFC\u51FA\u7684\u4EFB\u52A1",version:"1.0.0",group:"project",name:"task__down",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"key",isArray:!1,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",isArray:!1,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/easylists",title:"19. \u4EFB\u52A1\u5217\u8868-\u7B80\u5355\u7684",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"project",name:"task__easylists",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!0,field:"taskid",isArray:!1,description:"<p>\u6392\u9664\u7684\u4EFB\u52A1ID</p>"},{group:"Parameter",type:"String",optional:!0,field:"userid",isArray:!1,description:"<p>\u7528\u6237ID\uFF08\u5982\uFF1A1,2\uFF09</p>"},{group:"Parameter",type:"String",optional:!0,field:"timerange",isArray:!1,description:"<p>\u65F6\u95F4\u8303\u56F4\uFF08\u5982\uFF1A2022-03-01 12:12:12,2022-05-01 12:12:12\uFF09</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ProjectController.php",groupTitle:"\u9879\u76EE"},{type:"get",url:"api/project/task/export",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__export",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!0,field:"type",isArray:!1,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",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ProjectController.php",groupTitle:"\u9879\u76EE"},{type:"get",url:"api/project/task/exportoverdue",title:"21. \u5BFC\u51FA\u8D85\u671F\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__exportoverdue",success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ProjectController.php",groupTitle:"\u9879\u76EE"},{type:"get",url:"api/project/task/filedelete",title:"26. \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",isArray:!1,description:"<p>\u6587\u4EF6ID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ProjectController.php",groupTitle:"\u9879\u76EE"},{type:"get",url:"api/project/task/filedetail",title:"27. \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",isArray:!1,description:"<p>\u6587\u4EF6ID</p>"},{group:"Parameter",type:"String",optional:!1,field:"only_update_at",isArray:!1,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",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ProjectController.php",groupTitle:"\u9879\u76EE"},{type:"get",url:"api/project/task/filedown",title:"28. \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",isArray:!1,description:"<p>\u6587\u4EF6ID</p>"},{group:"Parameter",type:"String",optional:!1,field:"down",isArray:!1,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",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ProjectController.php",groupTitle:"\u9879\u76EE"},{type:"get",url:"api/project/task/files",title:"25. \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",isArray:!1,description:"<p>\u4EFB\u52A1ID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ProjectController.php",groupTitle:"\u9879\u76EE"},{type:"get",url:"api/project/task/flow",title:"36. \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",isArray:!1,description:"<p>\u4EFB\u52A1ID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,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",isArray:!1,description:"<p>\u641C\u7D22\u6761\u4EF6</p> <ul> <li>keys.name: ID\u3001\u4EFB\u52A1\u540D\u79F0</li> </ul>"},{group:"Parameter",type:"Number",optional:!0,field:"project_id",isArray:!1,description:"<p>\u9879\u76EEID</p>"},{group:"Parameter",type:"Number",optional:!0,field:"parent_id",isArray:!1,description:"<p>\u4E3B\u4EFB\u52A1ID\uFF08project_id && 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:"timerange",isArray:!1,description:"<p>\u65F6\u95F4\u8303\u56F4\uFF08\u5982\uFF1A1678248944,1678248944\uFF09</p> <ul> <li>\u7B2C\u4E00\u4E2A\u65F6\u95F4: \u8BFB\u53D6\u5728\u8FD9\u4E2A\u65F6\u95F4\u4E4B\u540E\u66F4\u65B0\u7684\u6570\u636E</li> <li>\u7B2C\u4E8C\u4E2A\u65F6\u95F4: \u8BFB\u53D6\u5728\u8FD9\u4E2A\u65F6\u95F4\u4E4B\u540E\u5220\u9664\u7684\u6570\u636EID\uFF08\u7B2C1\u9875\u9644\u52A0\u8FD4\u56DE\u6570\u636E: deleted_id\uFF09</li> </ul>"},{group:"Parameter",type:"String",optional:!0,field:"archived",isArray:!1,description:"<p>\u5F52\u6863\u72B6\u6001</p> <ul> <li>all\uFF1A\u6240\u6709\uFF08parent_id > 0 \u65F6\u5F3A\u5236 all\uFF09</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",isArray:!1,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:!0,field:"sorts",isArray:!1,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",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ProjectController.php",groupTitle:"\u9879\u76EE"},{type:"get",url:"api/project/task/one",title:"23. \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",isArray:!1,description:"<p>\u4EFB\u52A1ID</p>"},{group:"Parameter",type:"String",optional:!0,field:"archived",isArray:!1,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",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ProjectController.php",groupTitle:"\u9879\u76EE"},{type:"get",url:"api/project/task/remove",title:"34. \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",isArray:!1,description:"<p>\u4EFB\u52A1ID</p>"},{group:"Parameter",type:"String",optional:!1,field:"type",isArray:!1,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",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ProjectController.php",groupTitle:"\u9879\u76EE"},{type:"get",url:"api/project/task/resetfromlog",title:"35. \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",isArray:!1,description:"<p>\u4EFB\u52A1ID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ProjectController.php",groupTitle:"\u9879\u76EE"},{type:"post",url:"api/project/task/update",title:"31. \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",isArray:!1,description:"<p>\u4EFB\u52A1ID</p>"},{group:"Parameter",type:"String",optional:!0,field:"name",isArray:!1,description:"<p>\u4EFB\u52A1\u63CF\u8FF0</p>"},{group:"Parameter",type:"Array",optional:!0,field:"times",isArray:!1,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",isArray:!1,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",isArray:!1,description:"<p>\u4FEE\u6539\u8D1F\u8D23\u4EBA</p>"},{group:"Parameter",type:"String",optional:!0,field:"content",isArray:!1,description:"<p>\u4EFB\u52A1\u8BE6\u60C5\uFF08\u5B50\u4EFB\u52A1\u4E0D\u652F\u6301\uFF09</p>"},{group:"Parameter",type:"String",optional:!0,field:"color",isArray:!1,description:"<p>\u80CC\u666F\u8272\uFF08\u5B50\u4EFB\u52A1\u4E0D\u652F\u6301\uFF09</p>"},{group:"Parameter",type:"Array",optional:!0,field:"assist",isArray:!1,description:"<p>\u4FEE\u6539\u534F\u52A9\u4EBA\u5458\uFF08\u5B50\u4EFB\u52A1\u4E0D\u652F\u6301\uFF09</p>"},{group:"Parameter",type:"Array",optional:!0,field:"visibility_appointor",isArray:!1,description:"<p>\u4FEE\u6539\u53EF\u89C1\u6027\u4EBA\u5458</p>"},{group:"Parameter",type:"Number",optional:!0,field:"p_level",isArray:!1,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",isArray:!1,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",isArray:!1,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",isArray:!1,description:"<p>\u4EFB\u52A1\u72B6\u6001\uFF0C\u5DE5\u4F5C\u6D41\u72B6\u6001ID</p>"},{group:"Parameter",type:"String|false",optional:!0,field:"complete_at",isArray:!1,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",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ProjectController.php",groupTitle:"\u9879\u76EE"},{type:"get",url:"api/project/top",title:"41. \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",isArray:!1,description:"<p>\u9879\u76EEID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,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",isArray:!1,description:"<p>\u9879\u76EEID</p>"},{group:"Parameter",type:"Number",optional:!1,field:"owner_userid",isArray:!1,description:"<p>\u65B0\u7684\u9879\u76EE\u8D1F\u8D23\u4EBAID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,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",isArray:!1,description:"<p>\u9879\u76EEID</p>"},{group:"Parameter",type:"String",optional:!1,field:"name",isArray:!1,description:"<p>\u9879\u76EE\u540D\u79F0</p>"},{group:"Parameter",type:"String",optional:!0,field:"desc",isArray:!1,description:"<p>\u9879\u76EE\u4ECB\u7ECD</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,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",isArray:!1,description:"<p>\u9879\u76EEID</p>"},{group:"Parameter",type:"Number",optional:!1,field:"userid",isArray:!1,description:"<p>\u6210\u5458ID \u6216 \u6210\u5458ID\u7EC4</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,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",isArray:!1,description:"<p>\u62A5\u544Aid</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ReportController.php",groupTitle:"\u6C47\u62A5"},{type:"get",url:"api/report/last_submitter",title:"07. \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",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ReportController.php",groupTitle:"\u6C47\u62A5"},{type:"get",url:"api/report/mark",title:"06. \u6807\u8BB0\u5DF2\u8BFB/\u672A\u8BFB",version:"1.0.0",group:"report",name:"mark",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"id",isArray:!1,description:"<p>\u62A5\u544Aid\uFF08\u7EC4\uFF09</p>"},{group:"Parameter",type:"Number",optional:!1,field:"action",isArray:!1,description:"<p>\u64CD\u4F5C</p> <ul> <li>read: \u6807\u8BB0\u5DF2\u8BFB\uFF08\u9ED8\u8BA4\uFF09</li> <li>unread: \u6807\u8BB0\u672A\u8BFB</li> </ul>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,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",isArray:!1,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",isArray:!1,description:"<p>\u5F53\u524D\u9875\uFF0C\u9ED8\u8BA4:1</p>"},{group:"Parameter",type:"Number",optional:!0,field:"pagesize",isArray:!1,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",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ReportController.php",groupTitle:"\u6C47\u62A5"},{type:"get",url:"api/report/read",title:"09. \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",isArray:!1,description:"<p>\u62A5\u544Aid</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,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",isArray:!1,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",isArray:!1,description:"<p>\u5F53\u524D\u9875\uFF0C\u9ED8\u8BA4:1</p>"},{group:"Parameter",type:"Number",optional:!0,field:"pagesize",isArray:!1,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",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,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:!1,field:"id",isArray:!1,description:"<p>\u6C47\u62A5ID\uFF0C0\u4E3A\u65B0\u5EFA</p>"},{group:"Parameter",type:"String",optional:!1,field:"title",isArray:!1,description:"<p>\u6C47\u62A5\u6807\u9898</p>"},{group:"Parameter",type:"Array",optional:!1,field:"type",isArray:!1,description:"<p>\u6C47\u62A5\u7C7B\u578B\uFF0Cweekly:\u5468\u62A5\uFF0Cdaily:\u65E5\u62A5</p>"},{group:"Parameter",type:"Number",optional:!1,field:"content",isArray:!1,description:"<p>\u5185\u5BB9</p>"},{group:"Parameter",type:"Number",optional:!0,field:"receive",isArray:!1,description:"<p>\u6C47\u62A5\u5BF9\u8C61</p>"},{group:"Parameter",type:"Number",optional:!1,field:"offset",isArray:!1,description:"<p>\u65F6\u95F4\u504F\u79FB\u91CF</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,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",isArray:!1,description:"<p>\u6C47\u62A5\u7C7B\u578B\uFF0Cweekly:\u5468\u62A5\uFF0Cdaily:\u65E5\u62A5</p>"},{group:"Parameter",type:"Number",optional:!0,field:"offset",isArray:!1,description:"<p>\u504F\u79FB\u91CF</p>"},{group:"Parameter",type:"String",optional:!0,field:"date",isArray:!1,description:"<p>\u65F6\u95F4</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ReportController.php",groupTitle:"\u6C47\u62A5"},{type:"get",url:"api/report/unread",title:"08. \u83B7\u53D6\u672A\u8BFB",version:"1.0.0",group:"report",name:"unread",success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"ReportController.php",groupTitle:"\u6C47\u62A5"},{type:"get",url:"api/system/checkin/down",title:"23. \u4E0B\u8F7D\u5BFC\u51FA\u7684\u7B7E\u5230\u6570\u636E",version:"1.0.0",group:"system",name:"checkin__down",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"key",isArray:!1,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",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E\uFF08\u76F4\u63A5\u4E0B\u8F7D\u6587\u4EF6\uFF09</p>"}]}},filename:"SystemController.php",groupTitle:"\u7CFB\u7EDF"},{type:"get",url:"api/system/checkin/export",title:"22. \u5BFC\u51FA\u7B7E\u5230\u6570\u636E\uFF08\u9650\u7BA1\u7406\u5458\uFF09",version:"1.0.0",group:"system",name:"checkin__export",success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"SystemController.php",groupTitle:"\u7CFB\u7EDF"},{type:"post",url:"api/system/column/template",title:"10. \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",isArray:!1,description:"<ul> <li>get: \u83B7\u53D6\uFF08\u9ED8\u8BA4\uFF09</li> <li>save: \u4FDD\u5B58\uFF08\u9650\u7BA1\u7406\u5458\uFF09</li> </ul>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"SystemController.php",groupTitle:"\u7CFB\u7EDF"},{type:"get",url:"api/system/demo",title:"08. \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",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"SystemController.php",groupTitle:"\u7CFB\u7EDF"},{type:"get",url:"api/approve/down",title:"19. \u4E0B\u8F7D\u5BFC\u51FA\u7684\u5BA1\u6279\u6570\u636E",version:"1.0.0",group:"system",name:"down",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"key",isArray:!1,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",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E\uFF08\u76F4\u63A5\u4E0B\u8F7D\u6587\u4EF6\uFF09</p>"}]}},filename:"ApproveController.php",groupTitle:"\u7CFB\u7EDF"},{type:"get",url:"api/system/email/check",title:"21. \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",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"SystemController.php",groupTitle:"\u7CFB\u7EDF"},{type:"post",url:"api/system/fileupload",title:"19. \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",isArray:!1,description:"<p>\u56FE\u7247base64</p>"},{group:"Parameter",type:"String",optional:!1,field:"filename",isArray:!1,description:"<p>\u6587\u4EF6\u540D</p>"},{group:"Parameter",type:"String",optional:!0,field:"files",isArray:!1,description:"<p>\u6587\u4EF6\u540D</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"SystemController.php",groupTitle:"\u7CFB\u7EDF"},{type:"get",url:"api/system/get/cnip",title:"14. \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",isArray:!1,description:"<p>IP\u503C</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"SystemController.php",groupTitle:"\u7CFB\u7EDF"},{type:"get",url:"api/system/get/info",title:"12. \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",isArray:!1,description:"<p>key\u503C</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"SystemController.php",groupTitle:"\u7CFB\u7EDF"},{type:"get",url:"api/system/get/ip",title:"13. \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",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"SystemController.php",groupTitle:"\u7CFB\u7EDF"},{type:"get",url:"api/system/get/ipgcj02",title:"15. \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",isArray:!1,description:"<p>IP\u503C</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"SystemController.php",groupTitle:"\u7CFB\u7EDF"},{type:"get",url:"api/system/get/ipinfo",title:"16. \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",isArray:!1,description:"<p>IP\u503C</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"SystemController.php",groupTitle:"\u7CFB\u7EDF"},{type:"get",url:"api/system/get/updatelog",title:"20. \u83B7\u53D6\u66F4\u65B0\u65E5\u5FD7",description:"<p>\u83B7\u53D6\u66F4\u65B0\u65E5\u5FD7</p>",version:"1.0.0",group:"system",name:"get__updatelog",success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"SystemController.php",groupTitle:"\u7CFB\u7EDF"},{type:"post",url:"api/system/imgupload",title:"17. \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",isArray:!1,description:"<p>post-\u56FE\u7247\u5BF9\u8C61</p>"},{group:"Parameter",type:"String",optional:!0,field:"image64",isArray:!1,description:"<p>post-\u56FE\u7247base64\uFF08\u4E0E'image'\u4E8C\u9009\u4E00\uFF09</p>"},{group:"Parameter",type:"String",optional:!1,field:"filename",isArray:!1,description:"<p>post-\u6587\u4EF6\u540D</p>"},{group:"Parameter",type:"Number",optional:!0,field:"width",isArray:!1,description:"<p>\u538B\u7F29\u56FE\u7247\u5BBD\uFF08\u9ED8\u8BA40\uFF09</p>"},{group:"Parameter",type:"Number",optional:!0,field:"height",isArray:!1,description:"<p>\u538B\u7F29\u56FE\u7247\u9AD8\uFF08\u9ED8\u8BA40\uFF09</p>"},{group:"Parameter",type:"String",optional:!0,field:"whcut",isArray:!1,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",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"SystemController.php",groupTitle:"\u7CFB\u7EDF"},{type:"get",url:"api/system/get/imgview",title:"18. \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",isArray:!1,description:"<p>\u8DEF\u5F84</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"SystemController.php",groupTitle:"\u7CFB\u7EDF"},{type:"post",url:"api/system/license",title:"11. License",description:"<p>\u83B7\u53D6License\u4FE1\u606F\u3001\u4FDD\u5B58License\uFF08\u9650\u7BA1\u7406\u5458\uFF09</p>",version:"1.0.0",group:"system",name:"license",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"type",isArray:!1,description:"<ul> <li>get: \u83B7\u53D6</li> <li>save: \u4FDD\u5B58</li> </ul>"},{group:"Parameter",type:"String",optional:!1,field:"license",isArray:!1,description:"<p>License \u539F\u6587</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"SystemController.php",groupTitle:"\u7CFB\u7EDF"},{type:"post",url:"api/system/priority",title:"09. \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",isArray:!1,description:"<ul> <li>get: \u83B7\u53D6\uFF08\u9ED8\u8BA4\uFF09</li> <li>save: \u4FDD\u5B58\uFF08\u9650\u7BA1\u7406\u5458\uFF09</li> </ul>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,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",success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"SystemController.php",groupTitle:"\u7CFB\u7EDF"},{type:"get",url:"api/system/setting/aibot",title:"04. \u83B7\u53D6\u4F1A\u8BAE\u8BBE\u7F6E\u3001\u4FDD\u5B58AI\u673A\u5668\u4EBA\u8BBE\u7F6E\uFF08\u9650\u7BA1\u7406\u5458\uFF09",version:"1.0.0",group:"system",name:"setting__aibot",success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"SystemController.php",groupTitle:"\u7CFB\u7EDF"},{type:"get",url:"api/system/setting/apppush",title:"06. \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",success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"SystemController.php",groupTitle:"\u7CFB\u7EDF"},{type:"get",url:"api/system/setting/checkin",title:"05. \u83B7\u53D6\u7B7E\u5230\u8BBE\u7F6E\u3001\u4FDD\u5B58\u7B7E\u5230\u8BBE\u7F6E\uFF08\u9650\u7BA1\u7406\u5458\uFF09",version:"1.0.0",group:"system",name:"setting__checkin",success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,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",success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,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",success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"SystemController.php",groupTitle:"\u7CFB\u7EDF"},{type:"get",url:"api/system/setting/thirdaccess",title:"07. \u7B2C\u4E09\u65B9\u5E10\u53F7\uFF08\u9650\u7BA1\u7406\u5458\uFF09",version:"1.0.0",group:"system",name:"setting__thirdaccess",success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"SystemController.php",groupTitle:"\u7CFB\u7EDF"},{type:"get",url:"api/system/version",title:"24. \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",isArray:!1,description:""},{group:"Success 200",type:"String",optional:!1,field:"publish",isArray:!1,description:""}]}},filename:"SystemController.php",groupTitle:"\u7CFB\u7EDF"},{type:"get",url:"api/users/basic",title:"11. \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",isArray:!1,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",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"UsersController.php",groupTitle:"\u4F1A\u5458"},{type:"post",url:"api/users/bot/edit",title:"30. \u7F16\u8F91\u673A\u5668\u4EBA",description:"<p>\u9700\u8981token\u8EAB\u4EFD\uFF0C\u7F16\u8F91 \u6211\u7684\u673A\u5668\u4EBA \u6216 \u7BA1\u7406\u5458\u4FEE\u6539\u7CFB\u7EDF\u673A\u5668\u4EBA \u4FE1\u606F</p>",version:"1.0.0",group:"users",name:"bot__edit",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"id",isArray:!1,description:"<p>\u673A\u5668\u4EBAID</p>"},{group:"Parameter",type:"String",optional:!0,field:"name",isArray:!1,description:"<p>\u673A\u5668\u4EBA\u540D\u79F0</p>"},{group:"Parameter",type:"String",optional:!0,field:"avatar",isArray:!1,description:"<p>\u673A\u5668\u4EBA\u5934\u50CF</p>"},{group:"Parameter",type:"Number",optional:!0,field:"clear_day",isArray:!1,description:"<p>\u6E05\u7406\u5929\u6570\uFF08\u4EC5 \u6211\u7684\u673A\u5668\u4EBA\uFF09</p>"},{group:"Parameter",type:"String",optional:!0,field:"webhook_url",isArray:!1,description:"<p>Webhook\u5730\u5740\uFF08\u4EC5 \u6211\u7684\u673A\u5668\u4EBA\uFF09</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"UsersController.php",groupTitle:"\u4F1A\u5458"},{type:"get",url:"api/users/bot/info",title:"29. \u673A\u5668\u4EBA\u4FE1\u606F",description:"<p>\u9700\u8981token\u8EAB\u4EFD\uFF0C\u83B7\u53D6\u6211\u7684\u673A\u5668\u4EBA\u4FE1\u606F</p>",version:"1.0.0",group:"users",name:"bot__info",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"id",isArray:!1,description:"<p>\u673A\u5668\u4EBAID</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"UsersController.php",groupTitle:"\u4F1A\u5458"},{type:"get",url:"api/users/checkin/get",title:"24. \u83B7\u53D6\u7B7E\u5230\u8BBE\u7F6E",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"users",name:"checkin__get",success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"UsersController.php",groupTitle:"\u4F1A\u5458"},{type:"get",url:"api/users/checkin/list",title:"26. \u83B7\u53D6\u7B7E\u5230\u6570\u636E",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"users",name:"checkin__list",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"ym",isArray:!1,description:"<p>\u5E74-\u6708\uFF08\u5982\uFF1A2020-01\uFF09</p>"},{group:"Parameter",type:"Number",optional:!0,field:"before",isArray:!1,description:"<p>\u53D6\u6708\u4EFD\u4E4B\u524D\u7684\u6570\u636E\uFF08\u5355\u4F4D\uFF1A\u6708\u6570\uFF0C\u6700\u59273\uFF09</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"UsersController.php",groupTitle:"\u4F1A\u5458"},{type:"post",url:"api/users/checkin/save",title:"25. \u4FDD\u5B58\u7B7E\u5230\u8BBE\u7F6E",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"users",name:"checkin__save",success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"UsersController.php",groupTitle:"\u4F1A\u5458"},{type:"get",url:"api/users/delete/account",title:"20. \u5220\u9664\u5E10\u53F7",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"users",name:"delete__account",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"email",isArray:!1,description:"<p>\u5E10\u53F7\u90AE\u7BB1</p>"},{group:"Parameter",type:"String",optional:!1,field:"code",isArray:!1,description:"<p>\u90AE\u7BB1\u9A8C\u8BC1\u7801</p>"},{group:"Parameter",type:"String",optional:!1,field:"reason",isArray:!1,description:"<p>\u6CE8\u9500\u7406\u7531</p>"},{group:"Parameter",type:"String",optional:!1,field:"password",isArray:!1,description:"<p>\u767B\u5F55\u5BC6\u7801</p>"},{group:"Parameter",type:"Number",optional:!1,field:"type",isArray:!1,description:"<p>\u7C7B\u578B</p> <ul> <li>warning: \u63D0\u4EA4\u6821\u9A8C</li> <li>confirm: \u786E\u8BA4\u5220\u9664</li> </ul>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"UsersController.php",groupTitle:"\u4F1A\u5458"},{type:"get",url:"api/users/department/add",title:"22. \u65B0\u5EFA\u3001\u4FEE\u6539\u90E8\u95E8\uFF08\u9650\u7BA1\u7406\u5458\uFF09",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"users",name:"department__add",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!0,field:"id",isArray:!1,description:"<p>\u90E8\u95E8id\uFF0C\u7559\u7A7A\u4E3A\u521B\u5EFA\u90E8\u95E8</p>"},{group:"Parameter",type:"String",optional:!1,field:"name",isArray:!1,description:"<p>\u90E8\u95E8\u540D\u79F0</p>"},{group:"Parameter",type:"Number",optional:!0,field:"parent_id",isArray:!1,description:"<p>\u4E0A\u7EA7\u90E8\u95E8ID</p>"},{group:"Parameter",type:"Number",optional:!1,field:"owner_userid",isArray:!1,description:"<p>\u90E8\u95E8\u8D1F\u8D23\u4EBAID</p>"},{group:"Parameter",type:"String",optional:!0,field:"dialog_group",isArray:!1,description:"<p>\u90E8\u95E8\u7FA4\uFF08\u4EC5\u521B\u5EFA\u90E8\u95E8\u65F6\u6709\u6548\uFF09</p> <ul> <li>new: \u521B\u5EFA\uFF08\u9ED8\u8BA4\uFF09</li> <li>use: \u4F7F\u7528\u73B0\u6709\u7FA4</li> </ul>"},{group:"Parameter",type:"Number",optional:!0,field:"dialog_useid",isArray:!1,description:"<p>\u4F7F\u7528\u73B0\u6709\u7FA4ID\uFF08dialog_group=use\u65F6\u6709\u6548\uFF09</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"UsersController.php",groupTitle:"\u4F1A\u5458"},{type:"get",url:"api/users/department/del",title:"23. \u5220\u9664\u90E8\u95E8\uFF08\u9650\u7BA1\u7406\u5458\uFF09",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"users",name:"department__del",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"id",isArray:!1,description:"<p>\u90E8\u95E8id</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"UsersController.php",groupTitle:"\u4F1A\u5458"},{type:"get",url:"api/users/department/list",title:"21. \u90E8\u95E8\u5217\u8868\uFF08\u9650\u7BA1\u7406\u5458\uFF09",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"users",name:"department__list",success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"UsersController.php",groupTitle:"\u4F1A\u5458"},{type:"get",url:"api/users/email/edit",title:"19. \u4FEE\u6539\u90AE\u7BB1",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"users",name:"edit__email",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"newEmail",isArray:!1,description:"<p>\u65B0\u90AE\u7BB1\u5730\u5740</p>"},{group:"Parameter",type:"String",optional:!1,field:"code",isArray:!1,description:"<p>\u90AE\u7BB1\u9A8C\u8BC1\u7801</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"UsersController.php",groupTitle:"\u4F1A\u5458"},{type:"get",url:"api/users/editdata",title:"08. \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",isArray:!1,description:"<p>\u4F1A\u5458\u5934\u50CF\uFF08\u5730\u5740\uFF09</p>"},{group:"Parameter",type:"String",optional:!0,field:"tel",isArray:!1,description:"<p>\u7535\u8BDD</p>"},{group:"Parameter",type:"String",optional:!0,field:"nickname",isArray:!1,description:"<p>\u6635\u79F0</p>"},{group:"Parameter",type:"String",optional:!0,field:"profession",isArray:!1,description:"<p>\u804C\u4F4D/\u804C\u79F0</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E\uFF08\u540C"\u83B7\u53D6\u6211\u7684\u4FE1\u606F"\u63A5\u53E3\uFF09</p>"}]}},filename:"UsersController.php",groupTitle:"\u4F1A\u5458"},{type:"get",url:"api/users/editpass",title:"09. \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",isArray:!1,description:"<p>\u65E7\u5BC6\u7801</p>"},{group:"Parameter",type:"String",optional:!1,field:"newpass",isArray:!1,description:"<p>\u65B0\u5BC6\u7801</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E\uFF08\u540C"\u83B7\u53D6\u6211\u7684\u4FE1\u606F"\u63A5\u53E3\uFF09</p>"}]}},filename:"UsersController.php",groupTitle:"\u4F1A\u5458"},{type:"get",url:"api/users/email/send",title:"18. \u53D1\u9001\u90AE\u7BB1\u9A8C\u8BC1\u7801",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"users",name:"email__send",parameter:{fields:{Parameter:[{group:"Parameter",type:"Number",optional:!1,field:"type",isArray:!1,description:"<p>\u90AE\u4EF6\u7C7B\u578B</p>"},{group:"Parameter",type:"String",optional:!1,field:"email",isArray:!1,description:"<p>\u90AE\u7BB1\u5730\u5740</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"UsersController.php",groupTitle:"\u4F1A\u5458"},{type:"get",url:"api/users/email/verification",title:"14. \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",isArray:!1,description:"<p>\u9A8C\u8BC1\u53C2\u6570</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"UsersController.php",groupTitle:"\u4F1A\u5458"},{type:"get",url:"api/users/info",title:"07. \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",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]},examples:[{title:"data:",content:`{
|
|
"userid": 1,
|
|
"identity": [ ],
|
|
"department": [ ],
|
|
"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/key/client",title:"28. \u5BA2\u6237\u7AEFKEY",description:"<p>\u83B7\u53D6\u5BA2\u6237\u7AEFKEY\uFF0C\u7528\u4E8E\u52A0\u5BC6\u6570\u636E\u53D1\u9001\u7ED9\u670D\u52A1\u7AEF</p>",version:"1.0.0",group:"users",name:"key__client",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!0,field:"client_id",isArray:!1,description:"<p>\u5BA2\u6237\u7AEFID\uFF08\u5E0C\u671B\u4E0D\u53D8\u7684\uFF0C\u9664\u975E\u6E05\u9664\u6D4F\u89C8\u5668\u7F13\u5B58\u6216\u8005\u5378\u8F7D\u5E94\u7528\uFF09</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"UsersController.php",groupTitle:"\u4F1A\u5458"},{type:"get",url:"api/users/lists",title:"12. \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",isArray:!1,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> <li>keys.bot \u662F\u5426\u5305\u542B\u673A\u5668\u4EBA <ul> <li>yes: \u4EC5\u673A\u5668\u4EBA</li> <li>all: \u5168\u90E8</li> <li>\u5176\u4ED6\u503C: \u975E\u673A\u5668\u4EBA\uFF08\u9ED8\u8BA4\uFF09</li> </ul> </li> <li>keys.department \u90E8\u95E8ID\uFF080\u8868\u793A\u9ED8\u8BA4\u90E8\u95E8\uFF0C\u4E0D\u8D4B\u503C\u83B7\u53D6\u6240\u6709\u90E8\u95E8\uFF09</li> <li>keys.checkin_mac \u7B7E\u5230mac\u5730\u5740\uFF08get_checkin_mac=1\u65F6\u6709\u6548\uFF09</li> </ul>"},{group:"Parameter",type:"Number",optional:!0,field:"get_checkin_mac",isArray:!1,description:"<p>\u83B7\u53D6\u7B7E\u5230mac\u5730\u5740</p> <ul> <li>0: \u4E0D\u83B7\u53D6\uFF08\u9ED8\u8BA4\uFF09</li> <li>1: \u83B7\u53D6</li> </ul>"},{group:"Parameter",type:"Number",optional:!0,field:"page",isArray:!1,description:"<p>\u5F53\u524D\u9875\uFF0C\u9ED8\u8BA4:1</p>"},{group:"Parameter",type:"Number",optional:!0,field:"pagesize",isArray:!1,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",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,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",isArray:!1,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",isArray:!1,description:"<p>\u90AE\u7BB1</p>"},{group:"Parameter",type:"String",optional:!1,field:"password",isArray:!1,description:"<p>\u5BC6\u7801</p>"},{group:"Parameter",type:"String",optional:!0,field:"code",isArray:!1,description:"<p>\u767B\u5F55\u9A8C\u8BC1\u7801</p>"},{group:"Parameter",type:"String",optional:!0,field:"code_key",isArray:!1,description:"<p>\u9A8C\u8BC1\u7801\u901A\u8FC7key\u9A8C\u8BC1</p>"},{group:"Parameter",type:"String",optional:!0,field:"invite",isArray:!1,description:"<p>\u6CE8\u518C\u9080\u8BF7\u7801</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E\uFF08\u540C"\u83B7\u53D6\u6211\u7684\u4FE1\u606F"\u63A5\u53E3\uFF09</p>"}]}},filename:"UsersController.php",groupTitle:"\u4F1A\u5458"},{type:"get",url:"api/users/login/codeimg",title:"04. \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",isArray:!1,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:"05. \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",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"UsersController.php",groupTitle:"\u4F1A\u5458"},{type:"get",url:"api/users/login/needcode",title:"03. \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",isArray:!1,description:"<p>\u7528\u6237\u540D</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,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",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"UsersController.php",groupTitle:"\u4F1A\u5458"},{type:"get",url:"api/users/login/qrcode",title:"02. \u4E8C\u7EF4\u7801\u767B\u5F55",description:"<p>\u901A\u8FC7\u4E8C\u7EF4\u7801code\u767B\u5F55 (\u6216\uFF1A\u662F\u5426\u767B\u5F55\u6210\u529F)</p>",version:"1.0.0",group:"users",name:"login__qrcode",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"type",isArray:!1,description:"<p>\u7C7B\u578B</p> <ul> <li>login: \u767B\u5F55\uFF08\u7528\u4E8E\uFF1Aapp\u767B\u5F55\uFF09</li> <li>status: \u72B6\u6001 (\u9ED8\u8BA4\uFF0C\u7528\u4E8E\uFF1A\u7F51\u9875\u3001\u5BA2\u6237\u7AEF\u83B7\u53D6)</li> </ul>"},{group:"Parameter",type:"String",optional:!1,field:"code",isArray:!1,description:"<p>\u4E8C\u7EF4\u7801 code</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,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",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,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",isArray:!1,description:"<p>\u9891\u9053ID\uFF08\u4E0D\u662F\u6570\u5B57\uFF09</p>"},{group:"Parameter",type:"Array",optional:!1,field:"userids",isArray:!1,description:"<p>\u9080\u8BF7\u6210\u5458</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,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",isArray:!1,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",isArray:!1,description:"<p>\u9891\u9053ID\uFF08\u4E0D\u662F\u6570\u5B57\uFF09</p>"},{group:"Parameter",type:"String",optional:!0,field:"name",isArray:!1,description:"<p>\u4F1A\u8BDDID</p>"},{group:"Parameter",type:"Array",optional:!0,field:"userids",isArray:!1,description:"<p>\u9080\u8BF7\u6210\u5458</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"UsersController.php",groupTitle:"\u4F1A\u5458"},{type:"get",url:"api/users/operation",title:"13. \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",isArray:!1,description:"<p>\u4F1A\u5458ID</p>"},{group:"Parameter",type:"String",optional:!0,field:"type",isArray:!1,description:"<p>\u64CD\u4F5C</p> <ul> <li>setadmin \u8BBE\u4E3A\u7BA1\u7406\u5458</li> <li>clearadmin \u53D6\u6D88\u7BA1\u7406\u5458</li> <li>settemp \u8BBE\u4E3A\u4E34\u65F6\u5E10\u53F7</li> <li>cleartemp \u53D6\u6D88\u4E34\u65F6\u8EAB\u4EFD\uFF08\u53D6\u6D88\u4E34\u65F6\u5E10\u53F7\uFF09</li> <li>checkin_macs \u4FEE\u6539\u81EA\u52A8\u7B7E\u5230mac\u5730\u5740\uFF08\u9700\u8981\u53C2\u6570 checkin_macs\uFF09</li> <li>department \u4FEE\u6539\u90E8\u95E8\uFF08\u9700\u8981\u53C2\u6570 department\uFF09</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\uFF08\u9700\u8981\u53C2\u6570 delete_reason\uFF09</li> </ul>"},{group:"Parameter",type:"String",optional:!0,field:"email",isArray:!1,description:"<p>\u90AE\u7BB1\u5730\u5740</p>"},{group:"Parameter",type:"String",optional:!0,field:"tel",isArray:!1,description:"<p>\u8054\u7CFB\u7535\u8BDD</p>"},{group:"Parameter",type:"String",optional:!0,field:"password",isArray:!1,description:"<p>\u65B0\u7684\u5BC6\u7801</p>"},{group:"Parameter",type:"String",optional:!0,field:"nickname",isArray:!1,description:"<p>\u6635\u79F0</p>"},{group:"Parameter",type:"String",optional:!0,field:"profession",isArray:!1,description:"<p>\u804C\u4F4D</p>"},{group:"Parameter",type:"String",optional:!0,field:"checkin_macs",isArray:!1,description:"<p>\u81EA\u52A8\u7B7E\u5230mac\u5730\u5740</p>"},{group:"Parameter",type:"String",optional:!0,field:"department",isArray:!1,description:"<p>\u90E8\u95E8</p>"},{group:"Parameter",type:"String",optional:!0,field:"disable_time",isArray:!1,description:"<p>\u79BB\u804C\u65F6\u95F4</p>"},{group:"Parameter",type:"String",optional:!0,field:"transfer_userid",isArray:!1,description:"<p>\u79BB\u804C\u4EA4\u63A5\u4EBA</p>"},{group:"Parameter",type:"String",optional:!0,field:"delete_reason",isArray:!1,description:"<p>\u5220\u9664\u539F\u56E0</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"UsersController.php",groupTitle:"\u4F1A\u5458"},{type:"get",url:"api/users/reg/needinvite",title:"06. \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",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"UsersController.php",groupTitle:"\u4F1A\u5458"},{type:"get",url:"api/users/search",title:"10. \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",isArray:!1,description:"<p>\u641C\u7D22\u6761\u4EF6</p> <ul> <li>keys.key \u6635\u79F0\u3001\u62FC\u97F3\u3001\u90AE\u7BB1\u5173\u952E\u5B57</li> <li>keys.disable 0-\u6392\u9664\u79BB\u804C\uFF08\u9ED8\u8BA4\uFF09\uFF0C1-\u4EC5\u79BB\u804C\uFF0C2-\u542B\u79BB\u804C</li> <li>keys.bot 0-\u6392\u9664\u673A\u5668\u4EBA\uFF08\u9ED8\u8BA4\uFF09\uFF0C1-\u4EC5\u673A\u5668\u4EBA\uFF0C2-\u542B\u673A\u5668\u4EBA</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",isArray:!1,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",isArray:!1,description:"<p>\u5728\u8FD9\u4E2A\u65F6\u95F4\u6233\u4E4B\u540E\u66F4\u65B0\u7684</p>"},{group:"Parameter",type:"Number",optional:!1,field:"state",isArray:!1,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",isArray:!1,description:"<p>\u83B7\u53D6\u6570\u91CF\uFF0C10-100</p>"},{group:"Parameter",type:"Number",optional:!0,field:"page",isArray:!1,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",isArray:!1,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",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"UsersController.php",groupTitle:"\u4F1A\u5458"},{type:"get",url:"api/users/share/list",title:"31. \u83B7\u53D6\u5206\u4EAB\u5217\u8868",version:"1.0.0",group:"users",name:"share__list",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!0,field:"type",isArray:!1,description:"<p>\u5206\u4EAB\u7C7B\u578B\uFF1Afile-\u6587\u4EF6\uFF0Ctext-\u5217\u8868 \u9ED8\u8BA4file</p>"},{group:"Parameter",type:"Number",optional:!0,field:"pid",isArray:!1,description:"<p>\u7236\u7EA7\u6587\u4EF6id\uFF0C\u7528\u4E8E\u83B7\u53D6\u5B50\u76EE\u5F55\u548C\u4E0A\u4F20\u5230\u6307\u5B9A\u76EE\u5F55\u7684id</p>"},{group:"Parameter",type:"Number",optional:!0,field:"upload_file_id",isArray:!1,description:"<p>\u4E0A\u4F20\u6587\u4EF6id</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"UsersController.php",groupTitle:"\u4F1A\u5458"},{type:"get",url:"api/users/socket/status",title:"27. \u83B7\u53D6socket\u72B6\u6001",description:"<p>\u9700\u8981token\u8EAB\u4EFD</p>",version:"1.0.0",group:"users",name:"socket__status",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!0,field:"fd",isArray:!1,description:""}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"UsersController.php",groupTitle:"\u4F1A\u5458"},{type:"get",url:"api/users/umeng/alias",title:"15. \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",isArray:!1,description:"<p>\u522B\u540D</p>"}]}},success:{fields:{"Success 200":[{group:"Success 200",type:"Number",optional:!1,field:"ret",isArray:!1,description:"<p>\u8FD4\u56DE\u72B6\u6001\u7801\uFF081\u6B63\u786E\u30010\u9519\u8BEF\uFF09</p>"},{group:"Success 200",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u8FD4\u56DE\u4FE1\u606F\uFF08\u9519\u8BEF\u63CF\u8FF0\uFF09</p>"},{group:"Success 200",type:"Object",optional:!1,field:"data",isArray:!1,description:"<p>\u8FD4\u56DE\u6570\u636E</p>"}]}},filename:"UsersController.php",groupTitle:"\u4F1A\u5458"},{type:"get",url:"api/approve/verifyToken",title:"01. \u9A8C\u8BC1APi\u767B\u5F55",version:"1.0.0",group:"users",name:"verifyToken",success:{fields:{"Success 200":[{group:"Success 200",type:"String",optional:!1,field:"version",isArray:!1,description:""},{group:"Success 200",type:"String",optional:!1,field:"publish",isArray:!1,description:""}]}},filename:"ApproveController.php",groupTitle:"\u4F1A\u5458"}];const fe={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:"Sun Aug 06 2023 06:22:11 GMT+0000 (Coordinated Universal Time)",url:"https://apidocjs.com",version:"1.1.0"}};Jt();const Ne=u().compile(y()("#template-header").html()),be=u().compile(y()("#template-footer").html()),Z=u().compile(y()("#template-article").html()),me=u().compile(y()("#template-compare-article").html()),de=u().compile(y()("#template-generator").html()),ge=u().compile(y()("#template-project").html()),Re=u().compile(y()("#template-sections").html()),We=u().compile(y()("#template-sidenav").html()),$e={aloneDisplay:!1,showRequiredLabels:!1,withGenerator:!0,withCompare:!0};fe.template=Object.assign($e,(Ue=fe.template)!=null?Ue:{}),fe.template.forceLanguage&&bt(fe.template.forceLanguage);const Ge=(0,a.groupBy)(Ie,ie=>ie.group),qe={};y().each(Ge,(ie,re)=>{qe[ie]=(0,a.groupBy)(re,le=>le.name)});const at=[];y().each(qe,(ie,re)=>{let le=[];y().each(re,(ae,Ce)=>{const ke=Ce[0].title;ke&&le.push(ke.toLowerCase()+"#~#"+ae)}),le.sort(),fe.order&&(le=De(le,fe.order,"#~#")),le.forEach(ae=>{const ke=ae.split("#~#")[1];re[ke].forEach(xe=>{at.push(xe)})})}),Ie=at;let ct={};const Wt={};let Rt={};Rt[fe.version]=1,y().each(Ie,(ie,re)=>{ct[re.group]=1,Wt[re.group]=re.groupTitle||re.group,Rt[re.version]=1}),ct=Object.keys(ct),ct.sort(),fe.order&&(ct=Ee(Wt,fe.order)),Rt=Object.keys(Rt),Rt.sort(i().compare),Rt.reverse();const Ct=[];ct.forEach(ie=>{Ct.push({group:ie,isHeader:!0,title:Wt[ie]});let re="";Ie.forEach(le=>{le.group===ie&&(re!==le.name?Ct.push({title:le.title,group:ie,name:le.name,type:le.type,version:le.version,url:le.url}):Ct.push({title:le.title,group:ie,hidden:!0,name:le.name,type:le.type,version:le.version,url:le.url}),re=le.name)})});function ur(ie,re,le){let ae=!1;if(!re)return ae;const Ce=re.match(/<h(1|2).*?>(.+?)<\/h(1|2)>/gi);return Ce&&Ce.forEach(function(ke){const xe=ke.substring(2,3),ot=ke.replace(/<.+?>/g,""),vt=ke.match(/id="api-([^-]+)(?:-(.+))?"/),xt=vt?vt[1]:null,dt=vt?vt[2]:null;xe==="1"&&ot&&xt&&(ie.splice(le,0,{group:xt,isHeader:!0,title:ot,isFixed:!0}),le++,ae=!0),xe==="2"&&ot&&xt&&dt&&(ie.splice(le,0,{group:xt,name:dt,isHeader:!1,title:ot,isFixed:!1,version:"1.0"}),le++)}),ae}let fr;if(fe.header&&(fr=ur(Ct,fe.header.content,0),fr||Ct.unshift({group:"_header",isHeader:!0,title:fe.header.title==null?Pt("General"):fe.header.title,isFixed:!0})),fe.footer){const ie=Ct.length;fr=ur(Ct,fe.footer.content,Ct.length),!fr&&fe.footer.title!=null&&Ct.splice(ie,0,{group:"_footer",isHeader:!0,title:fe.footer.title,isFixed:!0})}const Cr=fe.title?fe.title:"apiDoc: "+fe.name+" - "+fe.version;y()(document).attr("title",Cr),y()("#loader").remove();const kr={nav:Ct};y()("#sidenav").append(We(kr)),y()("#generator").append(de(fe)),(0,a.extend)(fe,{versions:Rt}),y()("#project").append(ge(fe)),fe.header&&y()("#header").append(Ne(fe.header)),fe.footer&&(y()("#footer").append(be(fe.footer)),fe.template.aloneDisplay&&document.getElementById("api-_footer").classList.add("hide"));const Ft={};let Fr="";ct.forEach(function(ie){const re=[];let le="",ae={},Ce=ie,ke="";Ft[ie]={},Ie.forEach(function(xe){ie===xe.group&&(le!==xe.name?(Ie.forEach(function(ot){ie===ot.group&&xe.name===ot.name&&(Object.prototype.hasOwnProperty.call(Ft[xe.group],xe.name)||(Ft[xe.group][xe.name]=[]),Ft[xe.group][xe.name].push(ot.version))}),ae={article:xe,versions:Ft[xe.group][xe.name]}):ae={article:xe,hidden:!0,versions:Ft[xe.group][xe.name]},fe.sampleUrl&&fe.sampleUrl===!0&&(fe.sampleUrl=window.location.origin),fe.url&&ae.article.url.substr(0,4).toLowerCase()!=="http"&&(ae.article.url=fe.url+ae.article.url),ne(ae,xe),xe.groupTitle&&(Ce=xe.groupTitle),xe.groupDescription&&(ke=xe.groupDescription),re.push({article:Z(ae),group:xe.group,name:xe.name,aloneDisplay:fe.template.aloneDisplay}),le=xe.name)}),ae={group:ie,title:Ce,description:ke,articles:re,aloneDisplay:fe.template.aloneDisplay},Fr+=Re(ae)}),y()("#sections").append(Fr),fe.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(ie){ie.preventDefault();const re=this.getAttribute("href");if(fe.template.aloneDisplay){const le=document.querySelector(".sidenav > li.active");le&&le.classList.remove("active"),this.parentNode.classList.add("active")}else{const le=document.querySelector(re);le&&y()("html,body").animate({scrollTop:le.offsetTop},400)}window.location.hash=re});function yt(ie){let re=!1;return y().each(ie,le=>{re=re||(0,a.some)(ie[le],ae=>ae.type)}),re}function Mr(){y()('button[data-toggle="popover"]').popover().click(function(re){re.preventDefault()});const ie=y()("#version strong").html();if(y()("#sidenav li").removeClass("is-new"),fe.template.withCompare&&y()("#sidenav li[data-version='"+ie+"']").each(function(){const re=y()(this).data("group"),le=y()(this).data("name"),ae=y()("#sidenav li[data-group='"+re+"'][data-name='"+le+"']").length,Ce=y()("#sidenav li[data-group='"+re+"'][data-name='"+le+"']").index(y()(this));(ae===1||Ce===ae-1)&&y()(this).addClass("is-new")}),y()(".nav-tabs-examples a").click(function(re){re.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())}),fe.template.aloneDisplay&&(y()(".show-group").click(function(){const re="."+y()(this).attr("data-group")+"-group",le="."+y()(this).attr("data-group")+"-article";y()(".show-api-group").addClass("hide"),y()(re).removeClass("hide"),y()(".show-api-article").addClass("hide"),y()(le).removeClass("hide")}),y()(".show-api").click(function(){const re=this.getAttribute("href").substring(1),le=document.getElementById("version").textContent.trim(),ae=`.${this.dataset.name}-article`,Ce=`[id="${re}-${le}"]`,ke=`.${this.dataset.group}-group`;y()(".show-api-group").addClass("hide"),y()(ke).removeClass("hide"),y()(".show-api-article").addClass("hide");let xe=y()(ae);y()(Ce).length&&(xe=y()(Ce).parent()),xe.removeClass("hide"),re.match(/_(header|footer)/)&&document.getElementById(re).classList.remove("hide")})),fe.template.aloneDisplay||y()("body").scrollspy("refresh"),fe.template.aloneDisplay){const re=decodeURI(window.location.hash);if(re!=null&&re.length!==0){const le=document.getElementById("version").textContent.trim(),ae=document.querySelector(`li .${re.slice(1)}-init`),Ce=document.querySelector(`li[data-version="${le}"] .show-api.${re.slice(1)}-init`);let ke=ae;Ce&&(ke=Ce),ke.click()}}}function B(ie){typeof ie=="undefined"?ie=y()("#version strong").html():y()("#version strong").html(ie),y()("article").addClass("hide"),y()("#sidenav li:not(.nav-fixed)").addClass("hide");const re={};document.querySelectorAll("article[data-version]").forEach(le=>{const ae=le.dataset.group,Ce=le.dataset.name,ke=le.dataset.version,xe=ae+Ce;!re[xe]&&i().lte(ke,ie)&&(re[xe]=!0,document.querySelector(`article[data-group="${ae}"][data-name="${Ce}"][data-version="${ke}"]`).classList.remove("hide"),document.querySelector(`#sidenav li[data-group="${ae}"][data-name="${Ce}"][data-version="${ke}"]`).classList.remove("hide"),document.querySelector(`#sidenav li.nav-header[data-group="${ae}"]`).classList.remove("hide"))}),y()("article[data-version]").each(function(le){const ae=y()(this).data("group");y()("section#api-"+ae).removeClass("hide"),y()("section#api-"+ae+" article:visible").length===0?y()("section#api-"+ae).addClass("hide"):y()("section#api-"+ae).removeClass("hide")})}if(B(),y()("#versions li.version a").on("click",function(ie){ie.preventDefault(),B(y()(this).html())}),y()("#compareAllWithPredecessor").on("click",ee),y()("article .versions li.version a").on("click",q),y().urlParam=function(ie){const re=new RegExp("[\\?&]"+ie+"=([^&#]*)").exec(window.location.href);return re&&re[1]?re[1]:null},y().urlParam("compare")&&y()("#compareAllWithPredecessor").trigger("click"),window.location.hash){const ie=decodeURI(window.location.hash);y()(ie).length>0&&y()("html,body").animate({scrollTop:parseInt(y()(ie).offset().top)},0)}document.querySelector('[data-toggle="offcanvas"]').addEventListener("click",function(){const ie=document.querySelector(".row-offcanvas");ie&&ie.classList.toggle("active")}),y()("#scrollingNav .sidenav-search input.search").focus(),y()('[data-action="filter-search"]').on("keyup",Y(ie=>{const re=ie.currentTarget.value.toLowerCase();y()(".sidenav a.nav-list-item").filter((le,ae)=>y()(ae).toggle(y()(ae).text().toLowerCase().indexOf(re)>-1))},200)),y()("span.search-reset").on("click",function(){y()("#scrollingNav .sidenav-search input.search").val("").focus(),y()(".sidenav").find("a.nav-list-item").show()});function Y(ie,re){let le=null;return(...ae)=>{clearTimeout(le),le=setTimeout(ie.bind(this,...ae),re||0)}}function q(ie){ie.preventDefault();const re=y()(this).parents("article"),le=y()(this).html(),ae=re.find(".version"),Ce=ae.find("strong").html();ae.find("strong").html(le);const ke=re.data("group"),xe=re.data("name"),ot=re.data("version"),vt=re.data("compare-version");if(vt!==le&&!(!vt&&ot===le)){if(vt&&Ft[ke][xe][0]===le||ot===le)Se(ke,xe,ot);else{let xt={},dt={};y().each(qe[ke][xe],function(ai,Yr){Yr.version===ot&&(xt=Yr),Yr.version===le&&(dt=Yr)});const nt={article:xt,compare:dt,versions:Ft[ke][xe]};nt.article.id=nt.article.group+"-"+nt.article.name+"-"+nt.article.version,nt.article.id=nt.article.id.replace(/\./g,"_"),nt.compare.id=nt.compare.group+"-"+nt.compare.name+"-"+nt.compare.version,nt.compare.id=nt.compare.id.replace(/\./g,"_");let et=xt;et.header&&et.header.fields&&(nt._hasTypeInHeaderFields=yt(et.header.fields)),et.parameter&&et.parameter.fields&&(nt._hasTypeInParameterFields=yt(et.parameter.fields)),et.error&&et.error.fields&&(nt._hasTypeInErrorFields=yt(et.error.fields)),et.success&&et.success.fields&&(nt._hasTypeInSuccessFields=yt(et.success.fields)),et.info&&et.info.fields&&(nt._hasTypeInInfoFields=yt(et.info.fields)),et=dt,nt._hasTypeInHeaderFields!==!0&&et.header&&et.header.fields&&(nt._hasTypeInHeaderFields=yt(et.header.fields)),nt._hasTypeInParameterFields!==!0&&et.parameter&&et.parameter.fields&&(nt._hasTypeInParameterFields=yt(et.parameter.fields)),nt._hasTypeInErrorFields!==!0&&et.error&&et.error.fields&&(nt._hasTypeInErrorFields=yt(et.error.fields)),nt._hasTypeInSuccessFields!==!0&&et.success&&et.success.fields&&(nt._hasTypeInSuccessFields=yt(et.success.fields)),nt._hasTypeInInfoFields!==!0&&et.info&&et.info.fields&&(nt._hasTypeInInfoFields=yt(et.info.fields));const cn=me(nt);re.after(cn),re.next().find(".versions li.version a").on("click",q),y()("#sidenav li[data-group='"+ke+"'][data-name='"+xe+"'][data-version='"+Ce+"']").addClass("has-modifications"),re.remove()}Mr(),m().highlightAll()}}function ee(ie){ie.preventDefault(),y()("article:visible .versions").each(function(){const le=y()(this).parents("article").data("version");let ae=null;y()(this).find("li.version a").each(function(){y()(this).html()<le&&!ae&&(ae=y()(this))}),ae&&ae.trigger("click")})}function ne(ie,re){ie.id=ie.article.group+"-"+ie.article.name+"-"+ie.article.version,ie.id=ie.id.replace(/\./g,"_"),re.header&&re.header.fields&&(ie._hasTypeInHeaderFields=yt(re.header.fields)),re.parameter&&re.parameter.fields&&(ie._hasTypeInParameterFields=yt(re.parameter.fields)),re.error&&re.error.fields&&(ie._hasTypeInErrorFields=yt(re.error.fields)),re.success&&re.success.fields&&(ie._hasTypeInSuccessFields=yt(re.success.fields)),re.info&&re.info.fields&&(ie._hasTypeInInfoFields=yt(re.info.fields)),ie.template=fe.template}function ye(ie,re,le){let ae={};y().each(qe[ie][re],function(ke,xe){xe.version===le&&(ae=xe)});const Ce={article:ae,versions:Ft[ie][re]};return ne(Ce,ae),Z(Ce)}function Se(ie,re,le){const ae=y()("article[data-group='"+ie+"'][data-name='"+re+"']:visible"),Ce=ye(ie,re,le);ae.after(Ce),ae.next().find(".versions li.version a").on("click",q),y()("#sidenav li[data-group='"+ie+"'][data-name='"+re+"'][data-version='"+le+"']").removeClass("has-modifications"),ae.remove()}function De(ie,re,le){const ae=[];return re.forEach(function(Ce){le?ie.forEach(function(ke){const xe=ke.split(le);(xe[0]===Ce||xe[1]===Ce)&&ae.push(ke)}):ie.forEach(function(ke){ke===Ce&&ae.push(Ce)})}),ie.forEach(function(Ce){ae.indexOf(Ce)===-1&&ae.push(Ce)}),ae}function Ee(ie,re){const le=[];return re.forEach(ae=>{Object.keys(ie).forEach(Ce=>{ie[Ce].replace(/_/g," ")===ae&&le.push(Ce)})}),Object.keys(ie).forEach(ae=>{le.indexOf(ae)===-1&&le.push(ae)}),le}Mr()}})()})();
|