123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132 |
- (()=>{var Zo={4912:()=>{+function(x){"use strict";var g=".dropdown-backdrop",i='[data-toggle="dropdown"]',u=function(c){x(c).on("click.bs.dropdown",this.toggle)};u.VERSION="3.4.1";function n(c){var s=c.attr("data-target");s||(s=c.attr("href"),s=s&&/#[A-Za-z]/.test(s)&&s.replace(/.*(?=#[^\s]*$)/,""));var f=s!=="#"?x(document).find(s):null;return f&&f.length?f:c.parent()}function r(c){c&&c.which===3||(x(g).remove(),x(i).each(function(){var s=x(this),f=n(s),y={relatedTarget:this};f.hasClass("open")&&(c&&c.type=="click"&&/input|textarea/i.test(c.target.tagName)&&x.contains(f[0],c.target)||(f.trigger(c=x.Event("hide.bs.dropdown",y)),!c.isDefaultPrevented()&&(s.attr("aria-expanded","false"),f.removeClass("open").trigger(x.Event("hidden.bs.dropdown",y)))))}))}u.prototype.toggle=function(c){var s=x(this);if(!s.is(".disabled, :disabled")){var f=n(s),y=f.hasClass("open");if(r(),!y){"ontouchstart"in document.documentElement&&!f.closest(".navbar-nav").length&&x(document.createElement("div")).addClass("dropdown-backdrop").insertAfter(x(this)).on("click",r);var a={relatedTarget:this};if(f.trigger(c=x.Event("show.bs.dropdown",a)),c.isDefaultPrevented())return;s.trigger("focus").attr("aria-expanded","true"),f.toggleClass("open").trigger(x.Event("shown.bs.dropdown",a))}return!1}},u.prototype.keydown=function(c){if(!(!/(38|40|27|32)/.test(c.which)||/input|textarea/i.test(c.target.tagName))){var s=x(this);if(c.preventDefault(),c.stopPropagation(),!s.is(".disabled, :disabled")){var f=n(s),y=f.hasClass("open");if(!y&&c.which!=27||y&&c.which==27)return c.which==27&&f.find(i).trigger("focus"),s.trigger("click");var a=" li:not(.disabled):visible a",m=f.find(".dropdown-menu"+a);if(m.length){var d=m.index(c.target);c.which==38&&d>0&&d--,c.which==40&&d<m.length-1&&d++,~d||(d=0),m.eq(d).trigger("focus")}}}};function l(c){return this.each(function(){var s=x(this),f=s.data("bs.dropdown");f||s.data("bs.dropdown",f=new u(this)),typeof c=="string"&&f[c].call(s)})}var h=x.fn.dropdown;x.fn.dropdown=l,x.fn.dropdown.Constructor=u,x.fn.dropdown.noConflict=function(){return x.fn.dropdown=h,this},x(document).on("click.bs.dropdown.data-api",r).on("click.bs.dropdown.data-api",".dropdown form",function(c){c.stopPropagation()}).on("click.bs.dropdown.data-api",i,u.prototype.toggle).on("keydown.bs.dropdown.data-api",i,u.prototype.keydown).on("keydown.bs.dropdown.data-api",".dropdown-menu",u.prototype.keydown)}(jQuery)},4856:()=>{+function(x){"use strict";var g=function(n,r){this.init("popover",n,r)};if(!x.fn.tooltip)throw new Error("Popover requires tooltip.js");g.VERSION="3.4.1",g.DEFAULTS=x.extend({},x.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:'<div class="popover" role="tooltip"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'}),g.prototype=x.extend({},x.fn.tooltip.Constructor.prototype),g.prototype.constructor=g,g.prototype.getDefaults=function(){return g.DEFAULTS},g.prototype.setContent=function(){var n=this.tip(),r=this.getTitle(),l=this.getContent();if(this.options.html){var h=typeof l;this.options.sanitize&&(r=this.sanitizeHtml(r),h==="string"&&(l=this.sanitizeHtml(l))),n.find(".popover-title").html(r),n.find(".popover-content").children().detach().end()[h==="string"?"html":"append"](l)}else n.find(".popover-title").text(r),n.find(".popover-content").children().detach().end().text(l);n.removeClass("fade top bottom left right in"),n.find(".popover-title").html()||n.find(".popover-title").hide()},g.prototype.hasContent=function(){return this.getTitle()||this.getContent()},g.prototype.getContent=function(){var n=this.$element,r=this.options;return n.attr("data-content")||(typeof r.content=="function"?r.content.call(n[0]):r.content)},g.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")};function i(n){return this.each(function(){var r=x(this),l=r.data("bs.popover"),h=typeof n=="object"&&n;!l&&/destroy|hide/.test(n)||(l||r.data("bs.popover",l=new g(this,h)),typeof n=="string"&&l[n]())})}var u=x.fn.popover;x.fn.popover=i,x.fn.popover.Constructor=g,x.fn.popover.noConflict=function(){return x.fn.popover=u,this}}(jQuery)},2208:()=>{+function(x){"use strict";function g(n,r){this.$body=x(document.body),this.$scrollElement=x(n).is(document.body)?x(window):x(n),this.options=x.extend({},g.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",x.proxy(this.process,this)),this.refresh(),this.process()}g.VERSION="3.4.1",g.DEFAULTS={offset:10},g.prototype.getScrollHeight=function(){return this.$scrollElement[0].scrollHeight||Math.max(this.$body[0].scrollHeight,document.documentElement.scrollHeight)},g.prototype.refresh=function(){var n=this,r="offset",l=0;this.offsets=[],this.targets=[],this.scrollHeight=this.getScrollHeight(),x.isWindow(this.$scrollElement[0])||(r="position",l=this.$scrollElement.scrollTop()),this.$body.find(this.selector).map(function(){var h=x(this),c=h.data("target")||h.attr("href"),s=/^#./.test(c)&&x(c);return s&&s.length&&s.is(":visible")&&[[s[r]().top+l,c]]||null}).sort(function(h,c){return h[0]-c[0]}).each(function(){n.offsets.push(this[0]),n.targets.push(this[1])})},g.prototype.process=function(){var n=this.$scrollElement.scrollTop()+this.options.offset,r=this.getScrollHeight(),l=this.options.offset+r-this.$scrollElement.height(),h=this.offsets,c=this.targets,s=this.activeTarget,f;if(this.scrollHeight!=r&&this.refresh(),n>=l)return s!=(f=c[c.length-1])&&this.activate(f);if(s&&n<h[0])return this.activeTarget=null,this.clear();for(f=h.length;f--;)s!=c[f]&&n>=h[f]&&(h[f+1]===void 0||n<h[f+1])&&this.activate(c[f])},g.prototype.activate=function(n){this.activeTarget=n,this.clear();var r=this.selector+'[data-target="'+n+'"],'+this.selector+'[href="'+n+'"]',l=x(r).parents("li").addClass("active");l.parent(".dropdown-menu").length&&(l=l.closest("li.dropdown").addClass("active")),l.trigger("activate.bs.scrollspy")},g.prototype.clear=function(){x(this.selector).parentsUntil(this.options.target,".active").removeClass("active")};function i(n){return this.each(function(){var r=x(this),l=r.data("bs.scrollspy"),h=typeof n=="object"&&n;l||r.data("bs.scrollspy",l=new g(this,h)),typeof n=="string"&&l[n]()})}var u=x.fn.scrollspy;x.fn.scrollspy=i,x.fn.scrollspy.Constructor=g,x.fn.scrollspy.noConflict=function(){return x.fn.scrollspy=u,this},x(window).on("load.bs.scrollspy.data-api",function(){x('[data-spy="scroll"]').each(function(){var n=x(this);i.call(n,n.data())})})}(jQuery)},9954:()=>{+function(x){"use strict";var g=function(r){this.element=x(r)};g.VERSION="3.4.1",g.TRANSITION_DURATION=150,g.prototype.show=function(){var r=this.element,l=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 c=l.find(".active:last a"),s=x.Event("hide.bs.tab",{relatedTarget:r[0]}),f=x.Event("show.bs.tab",{relatedTarget:c[0]});if(c.trigger(s),r.trigger(f),!(f.isDefaultPrevented()||s.isDefaultPrevented())){var y=x(document).find(h);this.activate(r.closest("li"),l),this.activate(y,y.parent(),function(){c.trigger({type:"hidden.bs.tab",relatedTarget:r[0]}),r.trigger({type:"shown.bs.tab",relatedTarget:c[0]})})}}},g.prototype.activate=function(r,l,h){var c=l.find("> .active"),s=h&&x.support.transition&&(c.length&&c.hasClass("fade")||!!l.find("> .fade").length);function f(){c.removeClass("active").find("> .dropdown-menu > .active").removeClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!1),r.addClass("active").find('[data-toggle="tab"]').attr("aria-expanded",!0),s?(r[0].offsetWidth,r.addClass("in")):r.removeClass("fade"),r.parent(".dropdown-menu").length&&r.closest("li.dropdown").addClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!0),h&&h()}c.length&&s?c.one("bsTransitionEnd",f).emulateTransitionEnd(g.TRANSITION_DURATION):f(),c.removeClass("in")};function i(r){return this.each(function(){var l=x(this),h=l.data("bs.tab");h||l.data("bs.tab",h=new g(this)),typeof r=="string"&&h[r]()})}var u=x.fn.tab;x.fn.tab=i,x.fn.tab.Constructor=g,x.fn.tab.noConflict=function(){return x.fn.tab=u,this};var n=function(r){r.preventDefault(),i.call(x(this),"show")};x(document).on("click.bs.tab.data-api",'[data-toggle="tab"]',n).on("click.bs.tab.data-api",'[data-toggle="pill"]',n)}(jQuery)},9898:()=>{+function(x){"use strict";var g=["sanitize","whiteList","sanitizeFn"],i=["background","cite","href","itemtype","longdesc","poster","src","xlink:href"],u=/^aria-[\w-]*$/i,n={"*":["class","dir","id","lang","role",u],a:["target","href","title","rel"],area:[],b:[],br:[],col:[],code:[],div:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:["src","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},r=/^(?:(?:https?|mailto|ftp|tel|file):|[^&:/?#]*(?:[/?#]|$))/gi,l=/^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[a-z0-9+/]+=*$/i;function h(a,m){var d=a.nodeName.toLowerCase();if(x.inArray(d,m)!==-1)return x.inArray(d,i)!==-1?Boolean(a.nodeValue.match(r)||a.nodeValue.match(l)):!0;for(var p=x(m).filter(function(S,N){return N instanceof RegExp}),A=0,v=p.length;A<v;A++)if(d.match(p[A]))return!0;return!1}function c(a,m,d){if(a.length===0)return a;if(d&&typeof d=="function")return d(a);if(!document.implementation||!document.implementation.createHTMLDocument)return a;var p=document.implementation.createHTMLDocument("sanitization");p.body.innerHTML=a;for(var A=x.map(m,function(T,w){return w}),v=x(p.body).find("*"),S=0,N=v.length;S<N;S++){var E=v[S],_=E.nodeName.toLowerCase();if(x.inArray(_,A)===-1){E.parentNode.removeChild(E);continue}for(var P=x.map(E.attributes,function(T){return T}),I=[].concat(m["*"]||[],m[_]||[]),k=0,R=P.length;k<R;k++)h(P[k],I)||E.removeAttribute(P[k].nodeName)}return p.body.innerHTML}var s=function(a,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",a,m)};s.VERSION="3.4.1",s.TRANSITION_DURATION=150,s.DEFAULTS={animation:!0,placement:"top",selector:!1,template:'<div class="tooltip" role="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,container:!1,viewport:{selector:"body",padding:0},sanitize:!0,sanitizeFn:null,whiteList:n},s.prototype.init=function(a,m,d){if(this.enabled=!0,this.type=a,this.$element=x(m),this.options=this.getOptions(d),this.$viewport=this.options.viewport&&x(document).find(x.isFunction(this.options.viewport)?this.options.viewport.call(this,this.$element):this.options.viewport.selector||this.options.viewport),this.inState={click:!1,hover:!1,focus:!1},this.$element[0]instanceof document.constructor&&!this.options.selector)throw new Error("`selector` option must be specified when initializing "+this.type+" on the window.document object!");for(var p=this.options.trigger.split(" "),A=p.length;A--;){var v=p[A];if(v=="click")this.$element.on("click."+this.type,this.options.selector,x.proxy(this.toggle,this));else if(v!="manual"){var S=v=="hover"?"mouseenter":"focusin",N=v=="hover"?"mouseleave":"focusout";this.$element.on(S+"."+this.type,this.options.selector,x.proxy(this.enter,this)),this.$element.on(N+"."+this.type,this.options.selector,x.proxy(this.leave,this))}}this.options.selector?this._options=x.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},s.prototype.getDefaults=function(){return s.DEFAULTS},s.prototype.getOptions=function(a){var m=this.$element.data();for(var d in m)m.hasOwnProperty(d)&&x.inArray(d,g)!==-1&&delete m[d];return a=x.extend({},this.getDefaults(),m,a),a.delay&&typeof a.delay=="number"&&(a.delay={show:a.delay,hide:a.delay}),a.sanitize&&(a.template=c(a.template,a.whiteList,a.sanitizeFn)),a},s.prototype.getDelegateOptions=function(){var a={},m=this.getDefaults();return this._options&&x.each(this._options,function(d,p){m[d]!=p&&(a[d]=p)}),a},s.prototype.enter=function(a){var m=a instanceof this.constructor?a:x(a.currentTarget).data("bs."+this.type);if(m||(m=new this.constructor(a.currentTarget,this.getDelegateOptions()),x(a.currentTarget).data("bs."+this.type,m)),a instanceof x.Event&&(m.inState[a.type=="focusin"?"focus":"hover"]=!0),m.tip().hasClass("in")||m.hoverState=="in"){m.hoverState="in";return}if(clearTimeout(m.timeout),m.hoverState="in",!m.options.delay||!m.options.delay.show)return m.show();m.timeout=setTimeout(function(){m.hoverState=="in"&&m.show()},m.options.delay.show)},s.prototype.isInStateTrue=function(){for(var a in this.inState)if(this.inState[a])return!0;return!1},s.prototype.leave=function(a){var m=a instanceof this.constructor?a:x(a.currentTarget).data("bs."+this.type);if(m||(m=new this.constructor(a.currentTarget,this.getDelegateOptions()),x(a.currentTarget).data("bs."+this.type,m)),a instanceof x.Event&&(m.inState[a.type=="focusout"?"focus":"hover"]=!1),!m.isInStateTrue()){if(clearTimeout(m.timeout),m.hoverState="out",!m.options.delay||!m.options.delay.hide)return m.hide();m.timeout=setTimeout(function(){m.hoverState=="out"&&m.hide()},m.options.delay.hide)}},s.prototype.show=function(){var a=x.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){this.$element.trigger(a);var m=x.contains(this.$element[0].ownerDocument.documentElement,this.$element[0]);if(a.isDefaultPrevented()||!m)return;var d=this,p=this.tip(),A=this.getUID(this.type);this.setContent(),p.attr("id",A),this.$element.attr("aria-describedby",A),this.options.animation&&p.addClass("fade");var v=typeof this.options.placement=="function"?this.options.placement.call(this,p[0],this.$element[0]):this.options.placement,S=/\s?auto?\s?/i,N=S.test(v);N&&(v=v.replace(S,"")||"top"),p.detach().css({top:0,left:0,display:"block"}).addClass(v).data("bs."+this.type,this),this.options.container?p.appendTo(x(document).find(this.options.container)):p.insertAfter(this.$element),this.$element.trigger("inserted.bs."+this.type);var E=this.getPosition(),_=p[0].offsetWidth,P=p[0].offsetHeight;if(N){var I=v,k=this.getPosition(this.$viewport);v=v=="bottom"&&E.bottom+P>k.bottom?"top":v=="top"&&E.top-P<k.top?"bottom":v=="right"&&E.right+_>k.width?"left":v=="left"&&E.left-_<k.left?"right":v,p.removeClass(I).addClass(v)}var R=this.getCalculatedOffset(v,E,_,P);this.applyPlacement(R,v);var T=function(){var w=d.hoverState;d.$element.trigger("shown.bs."+d.type),d.hoverState=null,w=="out"&&d.leave(d)};x.support.transition&&this.$tip.hasClass("fade")?p.one("bsTransitionEnd",T).emulateTransitionEnd(s.TRANSITION_DURATION):T()}},s.prototype.applyPlacement=function(a,m){var d=this.tip(),p=d[0].offsetWidth,A=d[0].offsetHeight,v=parseInt(d.css("margin-top"),10),S=parseInt(d.css("margin-left"),10);isNaN(v)&&(v=0),isNaN(S)&&(S=0),a.top+=v,a.left+=S,x.offset.setOffset(d[0],x.extend({using:function(R){d.css({top:Math.round(R.top),left:Math.round(R.left)})}},a),0),d.addClass("in");var N=d[0].offsetWidth,E=d[0].offsetHeight;m=="top"&&E!=A&&(a.top=a.top+A-E);var _=this.getViewportAdjustedDelta(m,a,N,E);_.left?a.left+=_.left:a.top+=_.top;var P=/top|bottom/.test(m),I=P?_.left*2-p+N:_.top*2-A+E,k=P?"offsetWidth":"offsetHeight";d.offset(a),this.replaceArrow(I,d[0][k],P)},s.prototype.replaceArrow=function(a,m,d){this.arrow().css(d?"left":"top",50*(1-a/m)+"%").css(d?"top":"left","")},s.prototype.setContent=function(){var a=this.tip(),m=this.getTitle();this.options.html?(this.options.sanitize&&(m=c(m,this.options.whiteList,this.options.sanitizeFn)),a.find(".tooltip-inner").html(m)):a.find(".tooltip-inner").text(m),a.removeClass("fade in top bottom left right")},s.prototype.hide=function(a){var m=this,d=x(this.$tip),p=x.Event("hide.bs."+this.type);function A(){m.hoverState!="in"&&d.detach(),m.$element&&m.$element.removeAttr("aria-describedby").trigger("hidden.bs."+m.type),a&&a()}if(this.$element.trigger(p),!p.isDefaultPrevented())return d.removeClass("in"),x.support.transition&&d.hasClass("fade")?d.one("bsTransitionEnd",A).emulateTransitionEnd(s.TRANSITION_DURATION):A(),this.hoverState=null,this},s.prototype.fixTitle=function(){var a=this.$element;(a.attr("title")||typeof a.attr("data-original-title")!="string")&&a.attr("data-original-title",a.attr("title")||"").attr("title","")},s.prototype.hasContent=function(){return this.getTitle()},s.prototype.getPosition=function(a){a=a||this.$element;var m=a[0],d=m.tagName=="BODY",p=m.getBoundingClientRect();p.width==null&&(p=x.extend({},p,{width:p.right-p.left,height:p.bottom-p.top}));var A=window.SVGElement&&m instanceof window.SVGElement,v=d?{top:0,left:0}:A?null:a.offset(),S={scroll:d?document.documentElement.scrollTop||document.body.scrollTop:a.scrollTop()},N=d?{width:x(window).width(),height:x(window).height()}:null;return x.extend({},p,S,N,v)},s.prototype.getCalculatedOffset=function(a,m,d,p){return a=="bottom"?{top:m.top+m.height,left:m.left+m.width/2-d/2}:a=="top"?{top:m.top-p,left:m.left+m.width/2-d/2}:a=="left"?{top:m.top+m.height/2-p/2,left:m.left-d}:{top:m.top+m.height/2-p/2,left:m.left+m.width}},s.prototype.getViewportAdjustedDelta=function(a,m,d,p){var A={top:0,left:0};if(!this.$viewport)return A;var v=this.options.viewport&&this.options.viewport.padding||0,S=this.getPosition(this.$viewport);if(/right|left/.test(a)){var N=m.top-v-S.scroll,E=m.top+v-S.scroll+p;N<S.top?A.top=S.top-N:E>S.top+S.height&&(A.top=S.top+S.height-E)}else{var _=m.left-v,P=m.left+v+d;_<S.left?A.left=S.left-_:P>S.right&&(A.left=S.left+S.width-P)}return A},s.prototype.getTitle=function(){var a,m=this.$element,d=this.options;return a=m.attr("data-original-title")||(typeof d.title=="function"?d.title.call(m[0]):d.title),a},s.prototype.getUID=function(a){do a+=~~(Math.random()*1e6);while(document.getElementById(a));return a},s.prototype.tip=function(){if(!this.$tip&&(this.$tip=x(this.options.template),this.$tip.length!=1))throw new Error(this.type+" `template` option must consist of exactly 1 top-level element!");return this.$tip},s.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},s.prototype.enable=function(){this.enabled=!0},s.prototype.disable=function(){this.enabled=!1},s.prototype.toggleEnabled=function(){this.enabled=!this.enabled},s.prototype.toggle=function(a){var m=this;a&&(m=x(a.currentTarget).data("bs."+this.type),m||(m=new this.constructor(a.currentTarget,this.getDelegateOptions()),x(a.currentTarget).data("bs."+this.type,m))),a?(m.inState.click=!m.inState.click,m.isInStateTrue()?m.enter(m):m.leave(m)):m.tip().hasClass("in")?m.leave(m):m.enter(m)},s.prototype.destroy=function(){var a=this;clearTimeout(this.timeout),this.hide(function(){a.$element.off("."+a.type).removeData("bs."+a.type),a.$tip&&a.$tip.detach(),a.$tip=null,a.$arrow=null,a.$viewport=null,a.$element=null})},s.prototype.sanitizeHtml=function(a){return c(a,this.options.whiteList,this.options.sanitizeFn)};function f(a){return this.each(function(){var m=x(this),d=m.data("bs.tooltip"),p=typeof a=="object"&&a;!d&&/destroy|hide/.test(a)||(d||m.data("bs.tooltip",d=new s(this,p)),typeof a=="string"&&d[a]())})}var y=x.fn.tooltip;x.fn.tooltip=f,x.fn.tooltip.Constructor=s,x.fn.tooltip.noConflict=function(){return x.fn.tooltip=y,this}}(jQuery)},2189:x=>{var g=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},i=-1,u=1,n=0;g.Diff=function(r,l){return[r,l]},g.prototype.diff_main=function(r,l,h,c){typeof c=="undefined"&&(this.Diff_Timeout<=0?c=Number.MAX_VALUE:c=new Date().getTime()+this.Diff_Timeout*1e3);var s=c;if(r==null||l==null)throw new Error("Null input. (diff_main)");if(r==l)return r?[new g.Diff(n,r)]:[];typeof h=="undefined"&&(h=!0);var f=h,y=this.diff_commonPrefix(r,l),a=r.substring(0,y);r=r.substring(y),l=l.substring(y),y=this.diff_commonSuffix(r,l);var m=r.substring(r.length-y);r=r.substring(0,r.length-y),l=l.substring(0,l.length-y);var d=this.diff_compute_(r,l,f,s);return a&&d.unshift(new g.Diff(n,a)),m&&d.push(new g.Diff(n,m)),this.diff_cleanupMerge(d),d},g.prototype.diff_compute_=function(r,l,h,c){var s;if(!r)return[new g.Diff(u,l)];if(!l)return[new g.Diff(i,r)];var f=r.length>l.length?r:l,y=r.length>l.length?l:r,a=f.indexOf(y);if(a!=-1)return s=[new g.Diff(u,f.substring(0,a)),new g.Diff(n,y),new g.Diff(u,f.substring(a+y.length))],r.length>l.length&&(s[0][0]=s[2][0]=i),s;if(y.length==1)return[new g.Diff(i,r),new g.Diff(u,l)];var m=this.diff_halfMatch_(r,l);if(m){var d=m[0],p=m[1],A=m[2],v=m[3],S=m[4],N=this.diff_main(d,A,h,c),E=this.diff_main(p,v,h,c);return N.concat([new g.Diff(n,S)],E)}return h&&r.length>100&&l.length>100?this.diff_lineMode_(r,l,c):this.diff_bisect_(r,l,c)},g.prototype.diff_lineMode_=function(r,l,h){var c=this.diff_linesToChars_(r,l);r=c.chars1,l=c.chars2;var s=c.lineArray,f=this.diff_main(r,l,!1,h);this.diff_charsToLines_(f,s),this.diff_cleanupSemantic(f),f.push(new g.Diff(n,""));for(var y=0,a=0,m=0,d="",p="";y<f.length;){switch(f[y][0]){case u:m++,p+=f[y][1];break;case i:a++,d+=f[y][1];break;case n:if(a>=1&&m>=1){f.splice(y-a-m,a+m),y=y-a-m;for(var A=this.diff_main(d,p,!1,h),v=A.length-1;v>=0;v--)f.splice(y,0,A[v]);y=y+A.length}m=0,a=0,d="",p="";break}y++}return f.pop(),f},g.prototype.diff_bisect_=function(r,l,h){for(var c=r.length,s=l.length,f=Math.ceil((c+s)/2),y=f,a=2*f,m=new Array(a),d=new Array(a),p=0;p<a;p++)m[p]=-1,d[p]=-1;m[y+1]=0,d[y+1]=0;for(var A=c-s,v=A%2!=0,S=0,N=0,E=0,_=0,P=0;P<f&&!(new Date().getTime()>h);P++){for(var I=-P+S;I<=P-N;I+=2){var k=y+I,R;I==-P||I!=P&&m[k-1]<m[k+1]?R=m[k+1]:R=m[k-1]+1;for(var T=R-I;R<c&&T<s&&r.charAt(R)==l.charAt(T);)R++,T++;if(m[k]=R,R>c)N+=2;else if(T>s)S+=2;else if(v){var w=y+A-I;if(w>=0&&w<a&&d[w]!=-1){var D=c-d[w];if(R>=D)return this.diff_bisectSplit_(r,l,R,T,h)}}}for(var F=-P+E;F<=P-_;F+=2){var w=y+F,D;F==-P||F!=P&&d[w-1]<d[w+1]?D=d[w+1]:D=d[w-1]+1;for(var H=D-F;D<c&&H<s&&r.charAt(c-D-1)==l.charAt(s-H-1);)D++,H++;if(d[w]=D,D>c)_+=2;else if(H>s)E+=2;else if(!v){var k=y+A-F;if(k>=0&&k<a&&m[k]!=-1){var R=m[k],T=y+R-k;if(D=c-D,R>=D)return this.diff_bisectSplit_(r,l,R,T,h)}}}}return[new g.Diff(i,r),new g.Diff(u,l)]},g.prototype.diff_bisectSplit_=function(r,l,h,c,s){var f=r.substring(0,h),y=l.substring(0,c),a=r.substring(h),m=l.substring(c),d=this.diff_main(f,y,!1,s),p=this.diff_main(a,m,!1,s);return d.concat(p)},g.prototype.diff_linesToChars_=function(r,l){var h=[],c={};h[0]="";function s(m){for(var d="",p=0,A=-1,v=h.length;A<m.length-1;){A=m.indexOf(`
- `,p),A==-1&&(A=m.length-1);var S=m.substring(p,A+1);(c.hasOwnProperty?c.hasOwnProperty(S):c[S]!==void 0)?d+=String.fromCharCode(c[S]):(v==f&&(S=m.substring(p),A=m.length),d+=String.fromCharCode(v),c[S]=v,h[v++]=S),p=A+1}return d}var f=4e4,y=s(r);f=65535;var a=s(l);return{chars1:y,chars2:a,lineArray:h}},g.prototype.diff_charsToLines_=function(r,l){for(var h=0;h<r.length;h++){for(var c=r[h][1],s=[],f=0;f<c.length;f++)s[f]=l[c.charCodeAt(f)];r[h][1]=s.join("")}},g.prototype.diff_commonPrefix=function(r,l){if(!r||!l||r.charAt(0)!=l.charAt(0))return 0;for(var h=0,c=Math.min(r.length,l.length),s=c,f=0;h<s;)r.substring(f,s)==l.substring(f,s)?(h=s,f=h):c=s,s=Math.floor((c-h)/2+h);return s},g.prototype.diff_commonSuffix=function(r,l){if(!r||!l||r.charAt(r.length-1)!=l.charAt(l.length-1))return 0;for(var h=0,c=Math.min(r.length,l.length),s=c,f=0;h<s;)r.substring(r.length-s,r.length-f)==l.substring(l.length-s,l.length-f)?(h=s,f=h):c=s,s=Math.floor((c-h)/2+h);return s},g.prototype.diff_commonOverlap_=function(r,l){var h=r.length,c=l.length;if(h==0||c==0)return 0;h>c?r=r.substring(h-c):h<c&&(l=l.substring(0,h));var s=Math.min(h,c);if(r==l)return s;for(var f=0,y=1;;){var a=r.substring(s-y),m=l.indexOf(a);if(m==-1)return f;y+=m,(m==0||r.substring(s-y)==l.substring(0,y))&&(f=y,y++)}},g.prototype.diff_halfMatch_=function(r,l){if(this.Diff_Timeout<=0)return null;var h=r.length>l.length?r:l,c=r.length>l.length?l:r;if(h.length<4||c.length*2<h.length)return null;var s=this;function f(N,E,_){for(var P=N.substring(_,_+Math.floor(N.length/4)),I=-1,k="",R,T,w,D;(I=E.indexOf(P,I+1))!=-1;){var F=s.diff_commonPrefix(N.substring(_),E.substring(I)),H=s.diff_commonSuffix(N.substring(0,_),E.substring(0,I));k.length<H+F&&(k=E.substring(I-H,I)+E.substring(I,I+F),R=N.substring(0,_-H),T=N.substring(_+F),w=E.substring(0,I-H),D=E.substring(I+F))}return k.length*2>=N.length?[R,T,w,D,k]:null}var y=f(h,c,Math.ceil(h.length/4)),a=f(h,c,Math.ceil(h.length/2)),m;if(!y&&!a)return null;a?y?m=y[4].length>a[4].length?y:a:m=a:m=y;var d,p,A,v;r.length>l.length?(d=m[0],p=m[1],A=m[2],v=m[3]):(A=m[0],v=m[1],d=m[2],p=m[3]);var S=m[4];return[d,p,A,v,S]},g.prototype.diff_cleanupSemantic=function(r){for(var l=!1,h=[],c=0,s=null,f=0,y=0,a=0,m=0,d=0;f<r.length;)r[f][0]==n?(h[c++]=f,y=m,a=d,m=0,d=0,s=r[f][1]):(r[f][0]==u?m+=r[f][1].length:d+=r[f][1].length,s&&s.length<=Math.max(y,a)&&s.length<=Math.max(m,d)&&(r.splice(h[c-1],0,new g.Diff(i,s)),r[h[c-1]+1][0]=u,c--,c--,f=c>0?h[c-1]:-1,y=0,a=0,m=0,d=0,s=null,l=!0)),f++;for(l&&this.diff_cleanupMerge(r),this.diff_cleanupSemanticLossless(r),f=1;f<r.length;){if(r[f-1][0]==i&&r[f][0]==u){var p=r[f-1][1],A=r[f][1],v=this.diff_commonOverlap_(p,A),S=this.diff_commonOverlap_(A,p);v>=S?(v>=p.length/2||v>=A.length/2)&&(r.splice(f,0,new g.Diff(n,A.substring(0,v))),r[f-1][1]=p.substring(0,p.length-v),r[f+1][1]=A.substring(v),f++):(S>=p.length/2||S>=A.length/2)&&(r.splice(f,0,new g.Diff(n,p.substring(0,S))),r[f-1][0]=u,r[f-1][1]=A.substring(0,A.length-S),r[f+1][0]=i,r[f+1][1]=p.substring(S),f++),f++}f++}},g.prototype.diff_cleanupSemanticLossless=function(r){function l(S,N){if(!S||!N)return 6;var E=S.charAt(S.length-1),_=N.charAt(0),P=E.match(g.nonAlphaNumericRegex_),I=_.match(g.nonAlphaNumericRegex_),k=P&&E.match(g.whitespaceRegex_),R=I&&_.match(g.whitespaceRegex_),T=k&&E.match(g.linebreakRegex_),w=R&&_.match(g.linebreakRegex_),D=T&&S.match(g.blanklineEndRegex_),F=w&&N.match(g.blanklineStartRegex_);return D||F?5:T||w?4:P&&!k&&R?3:k||R?2:P||I?1:0}for(var h=1;h<r.length-1;){if(r[h-1][0]==n&&r[h+1][0]==n){var c=r[h-1][1],s=r[h][1],f=r[h+1][1],y=this.diff_commonSuffix(c,s);if(y){var a=s.substring(s.length-y);c=c.substring(0,c.length-y),s=a+s.substring(0,s.length-y),f=a+f}for(var m=c,d=s,p=f,A=l(c,s)+l(s,f);s.charAt(0)===f.charAt(0);){c+=s.charAt(0),s=s.substring(1)+f.charAt(0),f=f.substring(1);var v=l(c,s)+l(s,f);v>=A&&(A=v,m=c,d=s,p=f)}r[h-1][1]!=m&&(m?r[h-1][1]=m:(r.splice(h-1,1),h--),r[h][1]=d,p?r[h+1][1]=p:(r.splice(h+1,1),h--))}h++}},g.nonAlphaNumericRegex_=/[^a-zA-Z0-9]/,g.whitespaceRegex_=/\s/,g.linebreakRegex_=/[\r\n]/,g.blanklineEndRegex_=/\n\r?\n$/,g.blanklineStartRegex_=/^\r?\n\r?\n/,g.prototype.diff_cleanupEfficiency=function(r){for(var l=!1,h=[],c=0,s=null,f=0,y=!1,a=!1,m=!1,d=!1;f<r.length;)r[f][0]==n?(r[f][1].length<this.Diff_EditCost&&(m||d)?(h[c++]=f,y=m,a=d,s=r[f][1]):(c=0,s=null),m=d=!1):(r[f][0]==i?d=!0:m=!0,s&&(y&&a&&m&&d||s.length<this.Diff_EditCost/2&&y+a+m+d==3)&&(r.splice(h[c-1],0,new g.Diff(i,s)),r[h[c-1]+1][0]=u,c--,s=null,y&&a?(m=d=!0,c=0):(c--,f=c>0?h[c-1]:-1,m=d=!1),l=!0)),f++;l&&this.diff_cleanupMerge(r)},g.prototype.diff_cleanupMerge=function(r){r.push(new g.Diff(n,""));for(var l=0,h=0,c=0,s="",f="",y;l<r.length;)switch(r[l][0]){case u:c++,f+=r[l][1],l++;break;case i:h++,s+=r[l][1],l++;break;case n:h+c>1?(h!==0&&c!==0&&(y=this.diff_commonPrefix(f,s),y!==0&&(l-h-c>0&&r[l-h-c-1][0]==n?r[l-h-c-1][1]+=f.substring(0,y):(r.splice(0,0,new g.Diff(n,f.substring(0,y))),l++),f=f.substring(y),s=s.substring(y)),y=this.diff_commonSuffix(f,s),y!==0&&(r[l][1]=f.substring(f.length-y)+r[l][1],f=f.substring(0,f.length-y),s=s.substring(0,s.length-y))),l-=h+c,r.splice(l,h+c),s.length&&(r.splice(l,0,new g.Diff(i,s)),l++),f.length&&(r.splice(l,0,new g.Diff(u,f)),l++),l++):l!==0&&r[l-1][0]==n?(r[l-1][1]+=r[l][1],r.splice(l,1)):l++,c=0,h=0,s="",f="";break}r[r.length-1][1]===""&&r.pop();var a=!1;for(l=1;l<r.length-1;)r[l-1][0]==n&&r[l+1][0]==n&&(r[l][1].substring(r[l][1].length-r[l-1][1].length)==r[l-1][1]?(r[l][1]=r[l-1][1]+r[l][1].substring(0,r[l][1].length-r[l-1][1].length),r[l+1][1]=r[l-1][1]+r[l+1][1],r.splice(l-1,1),a=!0):r[l][1].substring(0,r[l+1][1].length)==r[l+1][1]&&(r[l-1][1]+=r[l+1][1],r[l][1]=r[l][1].substring(r[l+1][1].length)+r[l+1][1],r.splice(l+1,1),a=!0)),l++;a&&this.diff_cleanupMerge(r)},g.prototype.diff_xIndex=function(r,l){var h=0,c=0,s=0,f=0,y;for(y=0;y<r.length&&(r[y][0]!==u&&(h+=r[y][1].length),r[y][0]!==i&&(c+=r[y][1].length),!(h>l));y++)s=h,f=c;return r.length!=y&&r[y][0]===i?f:f+(l-s)},g.prototype.diff_prettyHtml=function(r){for(var l=[],h=/&/g,c=/</g,s=/>/g,f=/\n/g,y=0;y<r.length;y++){var a=r[y][0],m=r[y][1],d=m.replace(h,"&").replace(c,"<").replace(s,">").replace(f,"¶<br>");switch(a){case u:l[y]='<ins style="background:#e6ffe6;">'+d+"</ins>";break;case i:l[y]='<del style="background:#ffe6e6;">'+d+"</del>";break;case n:l[y]="<span>"+d+"</span>";break}}return l.join("")},g.prototype.diff_text1=function(r){for(var l=[],h=0;h<r.length;h++)r[h][0]!==u&&(l[h]=r[h][1]);return l.join("")},g.prototype.diff_text2=function(r){for(var l=[],h=0;h<r.length;h++)r[h][0]!==i&&(l[h]=r[h][1]);return l.join("")},g.prototype.diff_levenshtein=function(r){for(var l=0,h=0,c=0,s=0;s<r.length;s++){var f=r[s][0],y=r[s][1];switch(f){case u:h+=y.length;break;case i:c+=y.length;break;case n:l+=Math.max(h,c),h=0,c=0;break}}return l+=Math.max(h,c),l},g.prototype.diff_toDelta=function(r){for(var l=[],h=0;h<r.length;h++)switch(r[h][0]){case u:l[h]="+"+encodeURI(r[h][1]);break;case i:l[h]="-"+r[h][1].length;break;case n:l[h]="="+r[h][1].length;break}return l.join(" ").replace(/%20/g," ")},g.prototype.diff_fromDelta=function(r,l){for(var h=[],c=0,s=0,f=l.split(/\t/g),y=0;y<f.length;y++){var a=f[y].substring(1);switch(f[y].charAt(0)){case"+":try{h[c++]=new g.Diff(u,decodeURI(a))}catch(p){throw new Error("Illegal escape in diff_fromDelta: "+a)}break;case"-":case"=":var m=parseInt(a,10);if(isNaN(m)||m<0)throw new Error("Invalid number in diff_fromDelta: "+a);var d=r.substring(s,s+=m);f[y].charAt(0)=="="?h[c++]=new g.Diff(n,d):h[c++]=new g.Diff(i,d);break;default:if(f[y])throw new Error("Invalid diff operation in diff_fromDelta: "+f[y])}}if(s!=r.length)throw new Error("Delta length ("+s+") does not equal source text length ("+r.length+").");return h},g.prototype.match_main=function(r,l,h){if(r==null||l==null||h==null)throw new Error("Null input. (match_main)");return h=Math.max(0,Math.min(h,r.length)),r==l?0:r.length?r.substring(h,h+l.length)==l?h:this.match_bitap_(r,l,h):-1},g.prototype.match_bitap_=function(r,l,h){if(l.length>this.Match_MaxBits)throw new Error("Pattern too long for this browser.");var c=this.match_alphabet_(l),s=this;function f(R,T){var w=R/l.length,D=Math.abs(h-T);return s.Match_Distance?w+D/s.Match_Distance:D?1:w}var y=this.Match_Threshold,a=r.indexOf(l,h);a!=-1&&(y=Math.min(f(0,a),y),a=r.lastIndexOf(l,h+l.length),a!=-1&&(y=Math.min(f(0,a),y)));var m=1<<l.length-1;a=-1;for(var d,p,A=l.length+r.length,v,S=0;S<l.length;S++){for(d=0,p=A;d<p;)f(S,h+p)<=y?d=p:A=p,p=Math.floor((A-d)/2+d);A=p;var N=Math.max(1,h-p+1),E=Math.min(h+p,r.length)+l.length,_=Array(E+2);_[E+1]=(1<<S)-1;for(var P=E;P>=N;P--){var I=c[r.charAt(P-1)];if(S===0?_[P]=(_[P+1]<<1|1)&I:_[P]=(_[P+1]<<1|1)&I|((v[P+1]|v[P])<<1|1)|v[P+1],_[P]&m){var k=f(S,P-1);if(k<=y)if(y=k,a=P-1,a>h)N=Math.max(1,2*h-a);else break}}if(f(S+1,h)>y)break;v=_}return a},g.prototype.match_alphabet_=function(r){for(var l={},h=0;h<r.length;h++)l[r.charAt(h)]=0;for(var h=0;h<r.length;h++)l[r.charAt(h)]|=1<<r.length-h-1;return l},g.prototype.patch_addContext_=function(r,l){if(l.length!=0){if(r.start2===null)throw Error("patch not initialized");for(var h=l.substring(r.start2,r.start2+r.length1),c=0;l.indexOf(h)!=l.lastIndexOf(h)&&h.length<this.Match_MaxBits-this.Patch_Margin-this.Patch_Margin;)c+=this.Patch_Margin,h=l.substring(r.start2-c,r.start2+r.length1+c);c+=this.Patch_Margin;var s=l.substring(r.start2-c,r.start2);s&&r.diffs.unshift(new g.Diff(n,s));var f=l.substring(r.start2+r.length1,r.start2+r.length1+c);f&&r.diffs.push(new g.Diff(n,f)),r.start1-=s.length,r.start2-=s.length,r.length1+=s.length+f.length,r.length2+=s.length+f.length}},g.prototype.patch_make=function(r,l,h){var c,s;if(typeof r=="string"&&typeof l=="string"&&typeof h=="undefined")c=r,s=this.diff_main(c,l,!0),s.length>2&&(this.diff_cleanupSemantic(s),this.diff_cleanupEfficiency(s));else if(r&&typeof r=="object"&&typeof l=="undefined"&&typeof h=="undefined")s=r,c=this.diff_text1(s);else if(typeof r=="string"&&l&&typeof l=="object"&&typeof h=="undefined")c=r,s=l;else if(typeof r=="string"&&typeof l=="string"&&h&&typeof h=="object")c=r,s=h;else throw new Error("Unknown call format to patch_make.");if(s.length===0)return[];for(var f=[],y=new g.patch_obj,a=0,m=0,d=0,p=c,A=c,v=0;v<s.length;v++){var S=s[v][0],N=s[v][1];switch(!a&&S!==n&&(y.start1=m,y.start2=d),S){case u:y.diffs[a++]=s[v],y.length2+=N.length,A=A.substring(0,d)+N+A.substring(d);break;case i:y.length1+=N.length,y.diffs[a++]=s[v],A=A.substring(0,d)+A.substring(d+N.length);break;case n:N.length<=2*this.Patch_Margin&&a&&s.length!=v+1?(y.diffs[a++]=s[v],y.length1+=N.length,y.length2+=N.length):N.length>=2*this.Patch_Margin&&a&&(this.patch_addContext_(y,p),f.push(y),y=new g.patch_obj,a=0,p=A,m=d);break}S!==u&&(m+=N.length),S!==i&&(d+=N.length)}return a&&(this.patch_addContext_(y,p),f.push(y)),f},g.prototype.patch_deepCopy=function(r){for(var l=[],h=0;h<r.length;h++){var c=r[h],s=new g.patch_obj;s.diffs=[];for(var f=0;f<c.diffs.length;f++)s.diffs[f]=new g.Diff(c.diffs[f][0],c.diffs[f][1]);s.start1=c.start1,s.start2=c.start2,s.length1=c.length1,s.length2=c.length2,l[h]=s}return l},g.prototype.patch_apply=function(r,l){if(r.length==0)return[l,[]];r=this.patch_deepCopy(r);var h=this.patch_addPadding(r);l=h+l+h,this.patch_splitMax(r);for(var c=0,s=[],f=0;f<r.length;f++){var y=r[f].start2+c,a=this.diff_text1(r[f].diffs),m,d=-1;if(a.length>this.Match_MaxBits?(m=this.match_main(l,a.substring(0,this.Match_MaxBits),y),m!=-1&&(d=this.match_main(l,a.substring(a.length-this.Match_MaxBits),y+a.length-this.Match_MaxBits),(d==-1||m>=d)&&(m=-1))):m=this.match_main(l,a,y),m==-1)s[f]=!1,c-=r[f].length2-r[f].length1;else{s[f]=!0,c=m-y;var p;if(d==-1?p=l.substring(m,m+a.length):p=l.substring(m,d+this.Match_MaxBits),a==p)l=l.substring(0,m)+this.diff_text2(r[f].diffs)+l.substring(m+a.length);else{var A=this.diff_main(a,p,!1);if(a.length>this.Match_MaxBits&&this.diff_levenshtein(A)/a.length>this.Patch_DeleteThreshold)s[f]=!1;else{this.diff_cleanupSemanticLossless(A);for(var v=0,S,N=0;N<r[f].diffs.length;N++){var E=r[f].diffs[N];E[0]!==n&&(S=this.diff_xIndex(A,v)),E[0]===u?l=l.substring(0,m+S)+E[1]+l.substring(m+S):E[0]===i&&(l=l.substring(0,m+S)+l.substring(m+this.diff_xIndex(A,v+E[1].length))),E[0]!==i&&(v+=E[1].length)}}}}}return l=l.substring(h.length,l.length-h.length),[l,s]},g.prototype.patch_addPadding=function(r){for(var l=this.Patch_Margin,h="",c=1;c<=l;c++)h+=String.fromCharCode(c);for(var c=0;c<r.length;c++)r[c].start1+=l,r[c].start2+=l;var s=r[0],f=s.diffs;if(f.length==0||f[0][0]!=n)f.unshift(new g.Diff(n,h)),s.start1-=l,s.start2-=l,s.length1+=l,s.length2+=l;else if(l>f[0][1].length){var y=l-f[0][1].length;f[0][1]=h.substring(f[0][1].length)+f[0][1],s.start1-=y,s.start2-=y,s.length1+=y,s.length2+=y}if(s=r[r.length-1],f=s.diffs,f.length==0||f[f.length-1][0]!=n)f.push(new g.Diff(n,h)),s.length1+=l,s.length2+=l;else if(l>f[f.length-1][1].length){var y=l-f[f.length-1][1].length;f[f.length-1][1]+=h.substring(0,y),s.length1+=y,s.length2+=y}return h},g.prototype.patch_splitMax=function(r){for(var l=this.Match_MaxBits,h=0;h<r.length;h++)if(!(r[h].length1<=l)){var c=r[h];r.splice(h--,1);for(var s=c.start1,f=c.start2,y="";c.diffs.length!==0;){var a=new g.patch_obj,m=!0;for(a.start1=s-y.length,a.start2=f-y.length,y!==""&&(a.length1=a.length2=y.length,a.diffs.push(new g.Diff(n,y)));c.diffs.length!==0&&a.length1<l-this.Patch_Margin;){var d=c.diffs[0][0],p=c.diffs[0][1];d===u?(a.length2+=p.length,f+=p.length,a.diffs.push(c.diffs.shift()),m=!1):d===i&&a.diffs.length==1&&a.diffs[0][0]==n&&p.length>2*l?(a.length1+=p.length,s+=p.length,m=!1,a.diffs.push(new g.Diff(d,p)),c.diffs.shift()):(p=p.substring(0,l-a.length1-this.Patch_Margin),a.length1+=p.length,s+=p.length,d===n?(a.length2+=p.length,f+=p.length):m=!1,a.diffs.push(new g.Diff(d,p)),p==c.diffs[0][1]?c.diffs.shift():c.diffs[0][1]=c.diffs[0][1].substring(p.length))}y=this.diff_text2(a.diffs),y=y.substring(y.length-this.Patch_Margin);var A=this.diff_text1(c.diffs).substring(0,this.Patch_Margin);A!==""&&(a.length1+=A.length,a.length2+=A.length,a.diffs.length!==0&&a.diffs[a.diffs.length-1][0]===n?a.diffs[a.diffs.length-1][1]+=A:a.diffs.push(new g.Diff(n,A))),m||r.splice(++h,0,a)}}},g.prototype.patch_toText=function(r){for(var l=[],h=0;h<r.length;h++)l[h]=r[h];return l.join("")},g.prototype.patch_fromText=function(r){var l=[];if(!r)return l;for(var h=r.split(`
- `),c=0,s=/^@@ -(\d+),?(\d*) \+(\d+),?(\d*) @@$/;c<h.length;){var f=h[c].match(s);if(!f)throw new Error("Invalid patch string: "+h[c]);var y=new g.patch_obj;for(l.push(y),y.start1=parseInt(f[1],10),f[2]===""?(y.start1--,y.length1=1):f[2]=="0"?y.length1=0:(y.start1--,y.length1=parseInt(f[2],10)),y.start2=parseInt(f[3],10),f[4]===""?(y.start2--,y.length2=1):f[4]=="0"?y.length2=0:(y.start2--,y.length2=parseInt(f[4],10)),c++;c<h.length;){var a=h[c].charAt(0);try{var m=decodeURI(h[c].substring(1))}catch(d){throw new Error("Illegal escape in patch_fromText: "+m)}if(a=="-")y.diffs.push(new g.Diff(i,m));else if(a=="+")y.diffs.push(new g.Diff(u,m));else if(a==" ")y.diffs.push(new g.Diff(n,m));else{if(a=="@")break;if(a!=="")throw new Error('Invalid patch mode "'+a+'" in: '+m)}c++}}return l},g.patch_obj=function(){this.diffs=[],this.start1=null,this.start2=null,this.length1=0,this.length2=0},g.patch_obj.prototype.toString=function(){var r,l;this.length1===0?r=this.start1+",0":this.length1==1?r=this.start1+1:r=this.start1+1+","+this.length1,this.length2===0?l=this.start2+",0":this.length2==1?l=this.start2+1:l=this.start2+1+","+this.length2;for(var h=["@@ -"+r+" +"+l+` @@
- `],c,s=0;s<this.diffs.length;s++){switch(this.diffs[s][0]){case u:c="+";break;case i:c="-";break;case n:c=" ";break}h[s+1]=c+encodeURI(this.diffs[s][1])+`
- `}return h.join("").replace(/%20/g," ")},x.exports=g,x.exports.diff_match_patch=g,x.exports.DIFF_DELETE=i,x.exports.DIFF_INSERT=u,x.exports.DIFF_EQUAL=n},2334:function(x){/**!
- @license
- handlebars v4.7.8
- 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(g,i){x.exports=i()})(this,function(){return function(g){function i(n){if(u[n])return u[n].exports;var r=u[n]={exports:{},id:n,loaded:!1};return g[n].call(r.exports,r,r.exports,i),r.loaded=!0,r.exports}var u={};return i.m=g,i.c=u,i.p="",i(0)}([function(g,i,u){"use strict";function n(){var E=S();return E.compile=function(_,P){return y.compile(_,P,E)},E.precompile=function(_,P){return y.precompile(_,P,E)},E.AST=s.default,E.Compiler=y.Compiler,E.JavaScriptCompiler=m.default,E.Parser=f.parser,E.parse=f.parse,E.parseWithoutProcessing=f.parseWithoutProcessing,E}var r=u(1).default;i.__esModule=!0;var l=u(2),h=r(l),c=u(84),s=r(c),f=u(85),y=u(90),a=u(91),m=r(a),d=u(88),p=r(d),A=u(83),v=r(A),S=h.default.create,N=n();N.create=n,v.default(N),N.Visitor=p.default,N.default=N,i.default=N,g.exports=i.default},function(g,i){"use strict";i.default=function(u){return u&&u.__esModule?u:{default:u}},i.__esModule=!0},function(g,i,u){"use strict";function n(){var E=new c.HandlebarsEnvironment;return d.extend(E,c),E.SafeString=f.default,E.Exception=a.default,E.Utils=d,E.escapeExpression=d.escapeExpression,E.VM=A,E.template=function(_){return A.template(_,E)},E}var r=u(3).default,l=u(1).default;i.__esModule=!0;var h=u(4),c=r(h),s=u(77),f=l(s),y=u(6),a=l(y),m=u(5),d=r(m),p=u(78),A=r(p),v=u(83),S=l(v),N=n();N.create=n,S.default(N),N.default=N,i.default=N,g.exports=i.default},function(g,i){"use strict";i.default=function(u){if(u&&u.__esModule)return u;var n={};if(u!=null)for(var r in u)Object.prototype.hasOwnProperty.call(u,r)&&(n[r]=u[r]);return n.default=u,n},i.__esModule=!0},function(g,i,u){"use strict";function n(E,_,P){this.helpers=E||{},this.partials=_||{},this.decorators=P||{},s.registerDefaultHelpers(this),f.registerDefaultDecorators(this)}var r=u(1).default;i.__esModule=!0,i.HandlebarsEnvironment=n;var l=u(5),h=u(6),c=r(h),s=u(10),f=u(70),y=u(72),a=r(y),m=u(73),d="4.7.8";i.VERSION=d;var p=8;i.COMPILER_REVISION=p;var A=7;i.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"};i.REVISION_CHANGES=v;var S="[object Object]";n.prototype={constructor:n,logger:a.default,log:a.default.log,registerHelper:function(E,_){if(l.toString.call(E)===S){if(_)throw new c.default("Arg not supported with multiple helpers");l.extend(this.helpers,E)}else this.helpers[E]=_},unregisterHelper:function(E){delete this.helpers[E]},registerPartial:function(E,_){if(l.toString.call(E)===S)l.extend(this.partials,E);else{if(typeof _=="undefined")throw new c.default('Attempting to register a partial called "'+E+'" as undefined');this.partials[E]=_}},unregisterPartial:function(E){delete this.partials[E]},registerDecorator:function(E,_){if(l.toString.call(E)===S){if(_)throw new c.default("Arg not supported with multiple decorators");l.extend(this.decorators,E)}else this.decorators[E]=_},unregisterDecorator:function(E){delete this.decorators[E]},resetLoggedPropertyAccesses:function(){m.resetLoggedProperties()}};var N=a.default.log;i.log=N,i.createFrame=l.createFrame,i.logger=a.default},function(g,i){"use strict";function u(v){return y[v]}function n(v){for(var S=1;S<arguments.length;S++)for(var N in arguments[S])Object.prototype.hasOwnProperty.call(arguments[S],N)&&(v[N]=arguments[S][N]);return v}function r(v,S){for(var N=0,E=v.length;N<E;N++)if(v[N]===S)return N;return-1}function l(v){if(typeof v!="string"){if(v&&v.toHTML)return v.toHTML();if(v==null)return"";if(!v)return v+"";v=""+v}return m.test(v)?v.replace(a,u):v}function h(v){return!v&&v!==0||!(!A(v)||v.length!==0)}function c(v){var S=n({},v);return S._parent=v,S}function s(v,S){return v.path=S,v}function f(v,S){return(v?v+".":"")+S}i.__esModule=!0,i.extend=n,i.indexOf=r,i.escapeExpression=l,i.isEmpty=h,i.createFrame=c,i.blockParams=s,i.appendContextPath=f;var y={"&":"&","<":"<",">":">",'"':""","'":"'","`":"`","=":"="},a=/[&<>"'`=]/g,m=/[&<>"'`=]/,d=Object.prototype.toString;i.toString=d;var p=function(v){return typeof v=="function"};p(/x/)&&(i.isFunction=p=function(v){return typeof v=="function"&&d.call(v)==="[object Function]"}),i.isFunction=p;var A=Array.isArray||function(v){return!(!v||typeof v!="object")&&d.call(v)==="[object Array]"};i.isArray=A},function(g,i,u){"use strict";function n(h,c){var s=c&&c.loc,f=void 0,y=void 0,a=void 0,m=void 0;s&&(f=s.start.line,y=s.end.line,a=s.start.column,m=s.end.column,h+=" - "+f+":"+a);for(var d=Error.prototype.constructor.call(this,h),p=0;p<l.length;p++)this[l[p]]=d[l[p]];Error.captureStackTrace&&Error.captureStackTrace(this,n);try{s&&(this.lineNumber=f,this.endLineNumber=y,r?(Object.defineProperty(this,"column",{value:a,enumerable:!0}),Object.defineProperty(this,"endColumn",{value:m,enumerable:!0})):(this.column=a,this.endColumn=m))}catch(A){}}var r=u(7).default;i.__esModule=!0;var l=["description","fileName","lineNumber","endLineNumber","message","name","number","stack"];n.prototype=new Error,i.default=n,g.exports=i.default},function(g,i,u){g.exports={default:u(8),__esModule:!0}},function(g,i,u){var n=u(9);g.exports=function(r,l,h){return n.setDesc(r,l,h)}},function(g,i){var u=Object;g.exports={create:u.create,getProto:u.getPrototypeOf,isEnum:{}.propertyIsEnumerable,getDesc:u.getOwnPropertyDescriptor,setDesc:u.defineProperty,setDescs:u.defineProperties,getKeys:u.keys,getNames:u.getOwnPropertyNames,getSymbols:u.getOwnPropertySymbols,each:[].forEach}},function(g,i,u){"use strict";function n(_){c.default(_),f.default(_),a.default(_),d.default(_),A.default(_),S.default(_),E.default(_)}function r(_,P,I){_.helpers[P]&&(_.hooks[P]=_.helpers[P],I||delete _.helpers[P])}var l=u(1).default;i.__esModule=!0,i.registerDefaultHelpers=n,i.moveHelperToHooks=r;var h=u(11),c=l(h),s=u(12),f=l(s),y=u(65),a=l(y),m=u(66),d=l(m),p=u(67),A=l(p),v=u(68),S=l(v),N=u(69),E=l(N)},function(g,i,u){"use strict";i.__esModule=!0;var n=u(5);i.default=function(r){r.registerHelper("blockHelperMissing",function(l,h){var c=h.inverse,s=h.fn;if(l===!0)return s(this);if(l===!1||l==null)return c(this);if(n.isArray(l))return l.length>0?(h.ids&&(h.ids=[h.name]),r.helpers.each(l,h)):c(this);if(h.data&&h.ids){var f=n.createFrame(h.data);f.contextPath=n.appendContextPath(h.data.contextPath,h.name),h={data:f}}return s(l,h)})},g.exports=i.default},function(g,i,u){"use strict";var n=u(13).default,r=u(43).default,l=u(55).default,h=u(60).default,c=u(1).default;i.__esModule=!0;var s=u(5),f=u(6),y=c(f);i.default=function(a){a.registerHelper("each",function(m,d){function p(T,w,D){E&&(E.key=T,E.index=w,E.first=w===0,E.last=!!D,_&&(E.contextPath=_+T)),N+=A(m[T],{data:E,blockParams:s.blockParams([m[T],T],[_+T,null])})}if(!d)throw new y.default("Must pass iterator to #each");var A=d.fn,v=d.inverse,S=0,N="",E=void 0,_=void 0;if(d.data&&d.ids&&(_=s.appendContextPath(d.data.contextPath,d.ids[0])+"."),s.isFunction(m)&&(m=m.call(this)),d.data&&(E=s.createFrame(d.data)),m&&typeof m=="object")if(s.isArray(m))for(var P=m.length;S<P;S++)S in m&&p(S,S,S===m.length-1);else if(typeof n=="function"&&m[r]){for(var I=[],k=l(m),R=k.next();!R.done;R=k.next())I.push(R.value);m=I;for(var P=m.length;S<P;S++)p(S,S,S===m.length-1)}else(function(){var T=void 0;h(m).forEach(function(w){T!==void 0&&p(T,S-1),T=w,S++}),T!==void 0&&p(T,S-1,!0)})();return S===0&&(N=v(this)),N})},g.exports=i.default},function(g,i,u){g.exports={default:u(14),__esModule:!0}},function(g,i,u){u(15),u(42),g.exports=u(21).Symbol},function(g,i,u){"use strict";var n=u(9),r=u(16),l=u(17),h=u(18),c=u(20),s=u(24),f=u(19),y=u(27),a=u(28),m=u(30),d=u(29),p=u(31),A=u(36),v=u(37),S=u(38),N=u(39),E=u(32),_=u(26),P=n.getDesc,I=n.setDesc,k=n.create,R=A.get,T=r.Symbol,w=r.JSON,D=w&&w.stringify,F=!1,H=d("_hidden"),K=n.isEnum,$=y("symbol-registry"),W=y("symbols"),M=typeof T=="function",z=Object.prototype,U=h&&f(function(){return k(I({},"a",{get:function(){return I(this,"a",{value:7}).a}})).a!=7})?function(de,Ce,Se){var Me=P(z,Ce);Me&&delete z[Ce],I(de,Ce,Se),Me&&de!==z&&I(z,Ce,Me)}:I,Q=function(de){var Ce=W[de]=k(T.prototype);return Ce._k=de,h&&F&&U(z,de,{configurable:!0,set:function(Se){l(this,H)&&l(this[H],de)&&(this[H][de]=!1),U(this,de,_(1,Se))}}),Ce},re=function(de){return typeof de=="symbol"},ae=function(de,Ce,Se){return Se&&l(W,Ce)?(Se.enumerable?(l(de,H)&&de[H][Ce]&&(de[H][Ce]=!1),Se=k(Se,{enumerable:_(0,!1)})):(l(de,H)||I(de,H,_(1,{})),de[H][Ce]=!0),U(de,Ce,Se)):I(de,Ce,Se)},Z=function(de,Ce){N(de);for(var Se,Me=v(Ce=E(Ce)),ht=0,Ut=Me.length;Ut>ht;)ae(de,Se=Me[ht++],Ce[Se]);return de},me=function(de,Ce){return Ce===void 0?k(de):Z(k(de),Ce)},Ae=function(de){var Ce=K.call(this,de);return!(Ce||!l(this,de)||!l(W,de)||l(this,H)&&this[H][de])||Ce},Ne=function(de,Ce){var Se=P(de=E(de),Ce);return!Se||!l(W,Ce)||l(de,H)&&de[H][Ce]||(Se.enumerable=!0),Se},ke=function(de){for(var Ce,Se=R(E(de)),Me=[],ht=0;Se.length>ht;)l(W,Ce=Se[ht++])||Ce==H||Me.push(Ce);return Me},at=function(de){for(var Ce,Se=R(E(de)),Me=[],ht=0;Se.length>ht;)l(W,Ce=Se[ht++])&&Me.push(W[Ce]);return Me},At=function(de){if(de!==void 0&&!re(de)){for(var Ce,Se,Me=[de],ht=1,Ut=arguments;Ut.length>ht;)Me.push(Ut[ht++]);return Ce=Me[1],typeof Ce=="function"&&(Se=Ce),!Se&&S(Ce)||(Ce=function(tt,Oe){if(Se&&(Oe=Se.call(this,tt,Oe)),!re(Oe))return Oe}),Me[1]=Ce,D.apply(w,Me)}},Et=f(function(){var de=T();return D([de])!="[null]"||D({a:de})!="{}"||D(Object(de))!="{}"});M||(T=function(){if(re(this))throw TypeError("Symbol is not a constructor");return Q(m(arguments.length>0?arguments[0]:void 0))},s(T.prototype,"toString",function(){return this._k}),re=function(de){return de instanceof T},n.create=me,n.isEnum=Ae,n.getDesc=Ne,n.setDesc=ae,n.setDescs=Z,n.getNames=A.get=ke,n.getSymbols=at,h&&!u(41)&&s(z,"propertyIsEnumerable",Ae,!0));var Tt={for:function(de){return l($,de+="")?$[de]:$[de]=T(de)},keyFor:function(de){return p($,de)},useSetter:function(){F=!0},useSimple:function(){F=!1}};n.each.call("hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),function(de){var Ce=d(de);Tt[de]=M?Ce:Q(Ce)}),F=!0,c(c.G+c.W,{Symbol:T}),c(c.S,"Symbol",Tt),c(c.S+c.F*!M,"Object",{create:me,defineProperty:ae,defineProperties:Z,getOwnPropertyDescriptor:Ne,getOwnPropertyNames:ke,getOwnPropertySymbols:at}),w&&c(c.S+c.F*(!M||Et),"JSON",{stringify:At}),a(T,"Symbol"),a(Math,"Math",!0),a(r.JSON,"JSON",!0)},function(g,i){var u=g.exports=typeof window!="undefined"&&window.Math==Math?window:typeof self!="undefined"&&self.Math==Math?self:Function("return this")();typeof __g=="number"&&(__g=u)},function(g,i){var u={}.hasOwnProperty;g.exports=function(n,r){return u.call(n,r)}},function(g,i,u){g.exports=!u(19)(function(){return Object.defineProperty({},"a",{get:function(){return 7}}).a!=7})},function(g,i){g.exports=function(u){try{return!!u()}catch(n){return!0}}},function(g,i,u){var n=u(16),r=u(21),l=u(22),h="prototype",c=function(s,f,y){var a,m,d,p=s&c.F,A=s&c.G,v=s&c.S,S=s&c.P,N=s&c.B,E=s&c.W,_=A?r:r[f]||(r[f]={}),P=A?n:v?n[f]:(n[f]||{})[h];A&&(y=f);for(a in y)m=!p&&P&&a in P,m&&a in _||(d=m?P[a]:y[a],_[a]=A&&typeof P[a]!="function"?y[a]:N&&m?l(d,n):E&&P[a]==d?function(I){var k=function(R){return this instanceof I?new I(R):I(R)};return k[h]=I[h],k}(d):S&&typeof d=="function"?l(Function.call,d):d,S&&((_[h]||(_[h]={}))[a]=d))};c.F=1,c.G=2,c.S=4,c.P=8,c.B=16,c.W=32,g.exports=c},function(g,i){var u=g.exports={version:"1.2.6"};typeof __e=="number"&&(__e=u)},function(g,i,u){var n=u(23);g.exports=function(r,l,h){if(n(r),l===void 0)return r;switch(h){case 1:return function(c){return r.call(l,c)};case 2:return function(c,s){return r.call(l,c,s)};case 3:return function(c,s,f){return r.call(l,c,s,f)}}return function(){return r.apply(l,arguments)}}},function(g,i){g.exports=function(u){if(typeof u!="function")throw TypeError(u+" is not a function!");return u}},function(g,i,u){g.exports=u(25)},function(g,i,u){var n=u(9),r=u(26);g.exports=u(18)?function(l,h,c){return n.setDesc(l,h,r(1,c))}:function(l,h,c){return l[h]=c,l}},function(g,i){g.exports=function(u,n){return{enumerable:!(1&u),configurable:!(2&u),writable:!(4&u),value:n}}},function(g,i,u){var n=u(16),r="__core-js_shared__",l=n[r]||(n[r]={});g.exports=function(h){return l[h]||(l[h]={})}},function(g,i,u){var n=u(9).setDesc,r=u(17),l=u(29)("toStringTag");g.exports=function(h,c,s){h&&!r(h=s?h:h.prototype,l)&&n(h,l,{configurable:!0,value:c})}},function(g,i,u){var n=u(27)("wks"),r=u(30),l=u(16).Symbol;g.exports=function(h){return n[h]||(n[h]=l&&l[h]||(l||r)("Symbol."+h))}},function(g,i){var u=0,n=Math.random();g.exports=function(r){return"Symbol(".concat(r===void 0?"":r,")_",(++u+n).toString(36))}},function(g,i,u){var n=u(9),r=u(32);g.exports=function(l,h){for(var c,s=r(l),f=n.getKeys(s),y=f.length,a=0;y>a;)if(s[c=f[a++]]===h)return c}},function(g,i,u){var n=u(33),r=u(35);g.exports=function(l){return n(r(l))}},function(g,i,u){var n=u(34);g.exports=Object("z").propertyIsEnumerable(0)?Object:function(r){return n(r)=="String"?r.split(""):Object(r)}},function(g,i){var u={}.toString;g.exports=function(n){return u.call(n).slice(8,-1)}},function(g,i){g.exports=function(u){if(u==null)throw TypeError("Can't call method on "+u);return u}},function(g,i,u){var n=u(32),r=u(9).getNames,l={}.toString,h=typeof window=="object"&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],c=function(s){try{return r(s)}catch(f){return h.slice()}};g.exports.get=function(s){return h&&l.call(s)=="[object Window]"?c(s):r(n(s))}},function(g,i,u){var n=u(9);g.exports=function(r){var l=n.getKeys(r),h=n.getSymbols;if(h)for(var c,s=h(r),f=n.isEnum,y=0;s.length>y;)f.call(r,c=s[y++])&&l.push(c);return l}},function(g,i,u){var n=u(34);g.exports=Array.isArray||function(r){return n(r)=="Array"}},function(g,i,u){var n=u(40);g.exports=function(r){if(!n(r))throw TypeError(r+" is not an object!");return r}},function(g,i){g.exports=function(u){return typeof u=="object"?u!==null:typeof u=="function"}},function(g,i){g.exports=!0},function(g,i){},function(g,i,u){g.exports={default:u(44),__esModule:!0}},function(g,i,u){u(45),u(51),g.exports=u(29)("iterator")},function(g,i,u){"use strict";var n=u(46)(!0);u(48)(String,"String",function(r){this._t=String(r),this._i=0},function(){var r,l=this._t,h=this._i;return h>=l.length?{value:void 0,done:!0}:(r=n(l,h),this._i+=r.length,{value:r,done:!1})})},function(g,i,u){var n=u(47),r=u(35);g.exports=function(l){return function(h,c){var s,f,y=String(r(h)),a=n(c),m=y.length;return a<0||a>=m?l?"":void 0:(s=y.charCodeAt(a),s<55296||s>56319||a+1===m||(f=y.charCodeAt(a+1))<56320||f>57343?l?y.charAt(a):s:l?y.slice(a,a+2):(s-55296<<10)+(f-56320)+65536)}}},function(g,i){var u=Math.ceil,n=Math.floor;g.exports=function(r){return isNaN(r=+r)?0:(r>0?n:u)(r)}},function(g,i,u){"use strict";var n=u(41),r=u(20),l=u(24),h=u(25),c=u(17),s=u(49),f=u(50),y=u(28),a=u(9).getProto,m=u(29)("iterator"),d=!([].keys&&"next"in[].keys()),p="@@iterator",A="keys",v="values",S=function(){return this};g.exports=function(N,E,_,P,I,k,R){f(_,E,P);var T,w,D=function(U){if(!d&&U in $)return $[U];switch(U){case A:return function(){return new _(this,U)};case v:return function(){return new _(this,U)}}return function(){return new _(this,U)}},F=E+" Iterator",H=I==v,K=!1,$=N.prototype,W=$[m]||$[p]||I&&$[I],M=W||D(I);if(W){var z=a(M.call(new N));y(z,F,!0),!n&&c($,p)&&h(z,m,S),H&&W.name!==v&&(K=!0,M=function(){return W.call(this)})}if(n&&!R||!d&&!K&&$[m]||h($,m,M),s[E]=M,s[F]=S,I)if(T={values:H?M:D(v),keys:k?M:D(A),entries:H?D("entries"):M},R)for(w in T)w in $||l($,w,T[w]);else r(r.P+r.F*(d||K),E,T);return T}},function(g,i){g.exports={}},function(g,i,u){"use strict";var n=u(9),r=u(26),l=u(28),h={};u(25)(h,u(29)("iterator"),function(){return this}),g.exports=function(c,s,f){c.prototype=n.create(h,{next:r(1,f)}),l(c,s+" Iterator")}},function(g,i,u){u(52);var n=u(49);n.NodeList=n.HTMLCollection=n.Array},function(g,i,u){"use strict";var n=u(53),r=u(54),l=u(49),h=u(32);g.exports=u(48)(Array,"Array",function(c,s){this._t=h(c),this._i=0,this._k=s},function(){var c=this._t,s=this._k,f=this._i++;return!c||f>=c.length?(this._t=void 0,r(1)):s=="keys"?r(0,f):s=="values"?r(0,c[f]):r(0,[f,c[f]])},"values"),l.Arguments=l.Array,n("keys"),n("values"),n("entries")},function(g,i){g.exports=function(){}},function(g,i){g.exports=function(u,n){return{value:n,done:!!u}}},function(g,i,u){g.exports={default:u(56),__esModule:!0}},function(g,i,u){u(51),u(45),g.exports=u(57)},function(g,i,u){var n=u(39),r=u(58);g.exports=u(21).getIterator=function(l){var h=r(l);if(typeof h!="function")throw TypeError(l+" is not iterable!");return n(h.call(l))}},function(g,i,u){var n=u(59),r=u(29)("iterator"),l=u(49);g.exports=u(21).getIteratorMethod=function(h){if(h!=null)return h[r]||h["@@iterator"]||l[n(h)]}},function(g,i,u){var n=u(34),r=u(29)("toStringTag"),l=n(function(){return arguments}())=="Arguments";g.exports=function(h){var c,s,f;return h===void 0?"Undefined":h===null?"Null":typeof(s=(c=Object(h))[r])=="string"?s:l?n(c):(f=n(c))=="Object"&&typeof c.callee=="function"?"Arguments":f}},function(g,i,u){g.exports={default:u(61),__esModule:!0}},function(g,i,u){u(62),g.exports=u(21).Object.keys},function(g,i,u){var n=u(63);u(64)("keys",function(r){return function(l){return r(n(l))}})},function(g,i,u){var n=u(35);g.exports=function(r){return Object(n(r))}},function(g,i,u){var n=u(20),r=u(21),l=u(19);g.exports=function(h,c){var s=(r.Object||{})[h]||Object[h],f={};f[h]=c(s),n(n.S+n.F*l(function(){s(1)}),"Object",f)}},function(g,i,u){"use strict";var n=u(1).default;i.__esModule=!0;var r=u(6),l=n(r);i.default=function(h){h.registerHelper("helperMissing",function(){if(arguments.length!==1)throw new l.default('Missing helper: "'+arguments[arguments.length-1].name+'"')})},g.exports=i.default},function(g,i,u){"use strict";var n=u(1).default;i.__esModule=!0;var r=u(5),l=u(6),h=n(l);i.default=function(c){c.registerHelper("if",function(s,f){if(arguments.length!=2)throw new h.default("#if requires exactly one argument");return r.isFunction(s)&&(s=s.call(this)),!f.hash.includeZero&&!s||r.isEmpty(s)?f.inverse(this):f.fn(this)}),c.registerHelper("unless",function(s,f){if(arguments.length!=2)throw new h.default("#unless requires exactly one argument");return c.helpers.if.call(this,s,{fn:f.inverse,inverse:f.fn,hash:f.hash})})},g.exports=i.default},function(g,i){"use strict";i.__esModule=!0,i.default=function(u){u.registerHelper("log",function(){for(var n=[void 0],r=arguments[arguments.length-1],l=0;l<arguments.length-1;l++)n.push(arguments[l]);var h=1;r.hash.level!=null?h=r.hash.level:r.data&&r.data.level!=null&&(h=r.data.level),n[0]=h,u.log.apply(u,n)})},g.exports=i.default},function(g,i){"use strict";i.__esModule=!0,i.default=function(u){u.registerHelper("lookup",function(n,r,l){return n&&l.lookupProperty(n,r)})},g.exports=i.default},function(g,i,u){"use strict";var n=u(1).default;i.__esModule=!0;var r=u(5),l=u(6),h=n(l);i.default=function(c){c.registerHelper("with",function(s,f){if(arguments.length!=2)throw new h.default("#with requires exactly one argument");r.isFunction(s)&&(s=s.call(this));var y=f.fn;if(r.isEmpty(s))return f.inverse(this);var a=f.data;return f.data&&f.ids&&(a=r.createFrame(f.data),a.contextPath=r.appendContextPath(f.data.contextPath,f.ids[0])),y(s,{data:a,blockParams:r.blockParams([s],[a&&a.contextPath])})})},g.exports=i.default},function(g,i,u){"use strict";function n(c){h.default(c)}var r=u(1).default;i.__esModule=!0,i.registerDefaultDecorators=n;var l=u(71),h=r(l)},function(g,i,u){"use strict";i.__esModule=!0;var n=u(5);i.default=function(r){r.registerDecorator("inline",function(l,h,c,s){var f=l;return h.partials||(h.partials={},f=function(y,a){var m=c.partials;c.partials=n.extend({},m,h.partials);var d=l(y,a);return c.partials=m,d}),h.partials[s.args[0]]=s.fn,f})},g.exports=i.default},function(g,i,u){"use strict";i.__esModule=!0;var n=u(5),r={methodMap:["debug","info","warn","error"],level:"info",lookupLevel:function(l){if(typeof l=="string"){var h=n.indexOf(r.methodMap,l.toLowerCase());l=h>=0?h:parseInt(l,10)}return l},log:function(l){if(l=r.lookupLevel(l),typeof console!="undefined"&&r.lookupLevel(r.level)<=l){var h=r.methodMap[l];console[h]||(h="log");for(var c=arguments.length,s=Array(c>1?c-1:0),f=1;f<c;f++)s[f-1]=arguments[f];console[h].apply(console,s)}}};i.default=r,g.exports=i.default},function(g,i,u){"use strict";function n(A){var v=s(null);v.constructor=!1,v.__defineGetter__=!1,v.__defineSetter__=!1,v.__lookupGetter__=!1;var S=s(null);return S.__proto__=!1,{properties:{whitelist:a.createNewLookupObject(S,A.allowedProtoProperties),defaultValue:A.allowProtoPropertiesByDefault},methods:{whitelist:a.createNewLookupObject(v,A.allowedProtoMethods),defaultValue:A.allowProtoMethodsByDefault}}}function r(A,v,S){return l(typeof A=="function"?v.methods:v.properties,S)}function l(A,v){return A.whitelist[v]!==void 0?A.whitelist[v]===!0:A.defaultValue!==void 0?A.defaultValue:(h(v),!1)}function h(A){p[A]!==!0&&(p[A]=!0,d.default.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 c(){f(p).forEach(function(A){delete p[A]})}var s=u(74).default,f=u(60).default,y=u(1).default;i.__esModule=!0,i.createProtoAccessControl=n,i.resultIsAllowed=r,i.resetLoggedProperties=c;var a=u(76),m=u(72),d=y(m),p=s(null)},function(g,i,u){g.exports={default:u(75),__esModule:!0}},function(g,i,u){var n=u(9);g.exports=function(r,l){return n.create(r,l)}},function(g,i,u){"use strict";function n(){for(var h=arguments.length,c=Array(h),s=0;s<h;s++)c[s]=arguments[s];return l.extend.apply(void 0,[r(null)].concat(c))}var r=u(74).default;i.__esModule=!0,i.createNewLookupObject=n;var l=u(5)},function(g,i){"use strict";function u(n){this.string=n}i.__esModule=!0,u.prototype.toString=u.prototype.toHTML=function(){return""+this.string},i.default=u,g.exports=i.default},function(g,i,u){"use strict";function n(T){var w=T&&T[0]||1,D=P.COMPILER_REVISION;if(!(w>=P.LAST_COMPATIBLE_COMPILER_REVISION&&w<=P.COMPILER_REVISION)){if(w<P.LAST_COMPATIBLE_COMPILER_REVISION){var F=P.REVISION_CHANGES[D],H=P.REVISION_CHANGES[w];throw new _.default("Template was precompiled with an older version of Handlebars than the current runtime. Please update your precompiler to a newer version ("+F+") or downgrade your runtime to an older version ("+H+").")}throw new _.default("Template was precompiled with a newer version of Handlebars than the current runtime. Please update your runtime to a newer version ("+T[1]+").")}}function r(T,w){function D($,W,M){M.hash&&(W=N.extend({},W,M.hash),M.ids&&(M.ids[0]=!0)),$=w.VM.resolvePartial.call(this,$,W,M);var z=N.extend({},M,{hooks:this.hooks,protoAccessControl:this.protoAccessControl}),U=w.VM.invokePartial.call(this,$,W,z);if(U==null&&w.compile&&(M.partials[M.name]=w.compile($,T.compilerOptions,w),U=M.partials[M.name](W,z)),U!=null){if(M.indent){for(var Q=U.split(`
- `),re=0,ae=Q.length;re<ae&&(Q[re]||re+1!==ae);re++)Q[re]=M.indent+Q[re];U=Q.join(`
- `)}return U}throw new _.default("The partial "+M.name+" could not be compiled when running in runtime-only mode")}function F($){function W(re){return""+T.main(K,re,K.helpers,K.partials,z,Q,U)}var M=arguments.length<=1||arguments[1]===void 0?{}:arguments[1],z=M.data;F._setup(M),!M.partial&&T.useData&&(z=f($,z));var U=void 0,Q=T.useBlockParams?[]:void 0;return T.useDepths&&(U=M.depths?$!=M.depths[0]?[$].concat(M.depths):M.depths:[$]),(W=y(T.main,W,K,M.depths||[],z,Q))($,M)}if(!w)throw new _.default("No environment passed to template");if(!T||!T.main)throw new _.default("Unknown template object: "+typeof T);T.main.decorator=T.main_d,w.VM.checkRevision(T.compiler);var H=T.compiler&&T.compiler[0]===7,K={strict:function($,W,M){if(!($&&W in $))throw new _.default('"'+W+'" not defined in '+$,{loc:M});return K.lookupProperty($,W)},lookupProperty:function($,W){var M=$[W];return M==null||Object.prototype.hasOwnProperty.call($,W)||R.resultIsAllowed(M,K.protoAccessControl,W)?M:void 0},lookup:function($,W){for(var M=$.length,z=0;z<M;z++){var U=$[z]&&K.lookupProperty($[z],W);if(U!=null)return $[z][W]}},lambda:function($,W){return typeof $=="function"?$.call(W):$},escapeExpression:N.escapeExpression,invokePartial:D,fn:function($){var W=T[$];return W.decorator=T[$+"_d"],W},programs:[],program:function($,W,M,z,U){var Q=this.programs[$],re=this.fn($);return W||U||z||M?Q=l(this,$,re,W,M,z,U):Q||(Q=this.programs[$]=l(this,$,re)),Q},data:function($,W){for(;$&&W--;)$=$._parent;return $},mergeIfNeeded:function($,W){var M=$||W;return $&&W&&$!==W&&(M=N.extend({},W,$)),M},nullContext:d({}),noop:w.VM.noop,compilerInfo:T.compiler};return F.isTop=!0,F._setup=function($){if($.partial)K.protoAccessControl=$.protoAccessControl,K.helpers=$.helpers,K.partials=$.partials,K.decorators=$.decorators,K.hooks=$.hooks;else{var W=N.extend({},w.helpers,$.helpers);a(W,K),K.helpers=W,T.usePartial&&(K.partials=K.mergeIfNeeded($.partials,w.partials)),(T.usePartial||T.useDecorators)&&(K.decorators=N.extend({},w.decorators,$.decorators)),K.hooks={},K.protoAccessControl=R.createProtoAccessControl($);var M=$.allowCallsToHelperMissing||H;I.moveHelperToHooks(K,"helperMissing",M),I.moveHelperToHooks(K,"blockHelperMissing",M)}},F._child=function($,W,M,z){if(T.useBlockParams&&!M)throw new _.default("must pass block params");if(T.useDepths&&!z)throw new _.default("must pass parent depths");return l(K,$,T[$],W,0,M,z)},F}function l(T,w,D,F,H,K,$){function W(M){var z=arguments.length<=1||arguments[1]===void 0?{}:arguments[1],U=$;return!$||M==$[0]||M===T.nullContext&&$[0]===null||(U=[M].concat($)),D(T,M,T.helpers,T.partials,z.data||F,K&&[z.blockParams].concat(K),U)}return W=y(D,W,T,$,F,K),W.program=w,W.depth=$?$.length:0,W.blockParams=H||0,W}function h(T,w,D){return T?T.call||D.name||(D.name=T,T=D.partials[T]):T=D.name==="@partial-block"?D.data["partial-block"]:D.partials[D.name],T}function c(T,w,D){var F=D.data&&D.data["partial-block"];D.partial=!0,D.ids&&(D.data.contextPath=D.ids[0]||D.data.contextPath);var H=void 0;if(D.fn&&D.fn!==s&&function(){D.data=P.createFrame(D.data);var K=D.fn;H=D.data["partial-block"]=function($){var W=arguments.length<=1||arguments[1]===void 0?{}:arguments[1];return W.data=P.createFrame(W.data),W.data["partial-block"]=F,K($,W)},K.partials&&(D.partials=N.extend({},D.partials,K.partials))}(),T===void 0&&H&&(T=H),T===void 0)throw new _.default("The partial "+D.name+" could not be found");if(T instanceof Function)return T(w,D)}function s(){return""}function f(T,w){return w&&"root"in w||(w=w?P.createFrame(w):{},w.root=T),w}function y(T,w,D,F,H,K){if(T.decorator){var $={};w=T.decorator(w,$,D,F&&F[0],H,K,F),N.extend(w,$)}return w}function a(T,w){p(T).forEach(function(D){var F=T[D];T[D]=m(F,w)})}function m(T,w){var D=w.lookupProperty;return k.wrapHelper(T,function(F){return N.extend({lookupProperty:D},F)})}var d=u(79).default,p=u(60).default,A=u(3).default,v=u(1).default;i.__esModule=!0,i.checkRevision=n,i.template=r,i.wrapProgram=l,i.resolvePartial=h,i.invokePartial=c,i.noop=s;var S=u(5),N=A(S),E=u(6),_=v(E),P=u(4),I=u(10),k=u(82),R=u(73)},function(g,i,u){g.exports={default:u(80),__esModule:!0}},function(g,i,u){u(81),g.exports=u(21).Object.seal},function(g,i,u){var n=u(40);u(64)("seal",function(r){return function(l){return r&&n(l)?r(l):l}})},function(g,i){"use strict";function u(n,r){if(typeof n!="function")return n;var l=function(){var h=arguments[arguments.length-1];return arguments[arguments.length-1]=r(h),n.apply(this,arguments)};return l}i.__esModule=!0,i.wrapHelper=u},function(g,i){"use strict";i.__esModule=!0,i.default=function(u){(function(){typeof globalThis!="object"&&(Object.prototype.__defineGetter__("__magic__",function(){return this}),__magic__.globalThis=__magic__,delete Object.prototype.__magic__)})();var n=globalThis.Handlebars;u.noConflict=function(){return globalThis.Handlebars===u&&(globalThis.Handlebars=n),u}},g.exports=i.default},function(g,i){"use strict";i.__esModule=!0;var u={helpers:{helperExpression:function(n){return n.type==="SubExpression"||(n.type==="MustacheStatement"||n.type==="BlockStatement")&&!!(n.params&&n.params.length||n.hash)},scopedId:function(n){return/^\.|this\b/.test(n.original)},simpleId:function(n){return n.parts.length===1&&!u.helpers.scopedId(n)&&!n.depth}}};i.default=u,g.exports=i.default},function(g,i,u){"use strict";function n(A,v){if(A.type==="Program")return A;s.default.yy=p,p.locInfo=function(N){return new p.SourceLocation(v&&v.srcName,N)};var S=s.default.parse(A);return S}function r(A,v){var S=n(A,v),N=new y.default(v);return N.accept(S)}var l=u(1).default,h=u(3).default;i.__esModule=!0,i.parseWithoutProcessing=n,i.parse=r;var c=u(86),s=l(c),f=u(87),y=l(f),a=u(89),m=h(a),d=u(5);i.parser=s.default;var p={};d.extend(p,m)},function(g,i){"use strict";i.__esModule=!0;var u=function(){function n(){this.yy={}}var r={trace:function(){},yy:{},symbols_:{error:2,root:3,program:4,EOF:5,program_repetition0:6,statement:7,mustache:8,block:9,rawBlock:10,partial:11,partialBlock:12,content:13,COMMENT:14,CONTENT:15,openRawBlock:16,rawBlock_repetition0:17,END_RAW_BLOCK:18,OPEN_RAW_BLOCK:19,helperName:20,openRawBlock_repetition0:21,openRawBlock_option0:22,CLOSE_RAW_BLOCK:23,openBlock:24,block_option0:25,closeBlock:26,openInverse:27,block_option1:28,OPEN_BLOCK:29,openBlock_repetition0:30,openBlock_option0:31,openBlock_option1:32,CLOSE:33,OPEN_INVERSE:34,openInverse_repetition0:35,openInverse_option0:36,openInverse_option1:37,openInverseChain:38,OPEN_INVERSE_CHAIN:39,openInverseChain_repetition0:40,openInverseChain_option0:41,openInverseChain_option1:42,inverseAndProgram:43,INVERSE:44,inverseChain:45,inverseChain_option0:46,OPEN_ENDBLOCK:47,OPEN:48,mustache_repetition0:49,mustache_option0:50,OPEN_UNESCAPED:51,mustache_repetition1:52,mustache_option1:53,CLOSE_UNESCAPED:54,OPEN_PARTIAL:55,partialName:56,partial_repetition0:57,partial_option0:58,openPartialBlock:59,OPEN_PARTIAL_BLOCK:60,openPartialBlock_repetition0:61,openPartialBlock_option0:62,param:63,sexpr:64,OPEN_SEXPR:65,sexpr_repetition0:66,sexpr_option0:67,CLOSE_SEXPR:68,hash:69,hash_repetition_plus0:70,hashSegment:71,ID:72,EQUALS:73,blockParams:74,OPEN_BLOCK_PARAMS:75,blockParams_repetition_plus0:76,CLOSE_BLOCK_PARAMS:77,path:78,dataName:79,STRING:80,NUMBER:81,BOOLEAN:82,UNDEFINED:83,NULL:84,DATA:85,pathSegments:86,SEP:87,$accept:0,$end:1},terminals_:{2:"error",5:"EOF",14:"COMMENT",15:"CONTENT",18:"END_RAW_BLOCK",19:"OPEN_RAW_BLOCK",23:"CLOSE_RAW_BLOCK",29:"OPEN_BLOCK",33:"CLOSE",34:"OPEN_INVERSE",39:"OPEN_INVERSE_CHAIN",44:"INVERSE",47:"OPEN_ENDBLOCK",48:"OPEN",51:"OPEN_UNESCAPED",54:"CLOSE_UNESCAPED",55:"OPEN_PARTIAL",60:"OPEN_PARTIAL_BLOCK",65:"OPEN_SEXPR",68:"CLOSE_SEXPR",72:"ID",73:"EQUALS",75:"OPEN_BLOCK_PARAMS",77:"CLOSE_BLOCK_PARAMS",80:"STRING",81:"NUMBER",82:"BOOLEAN",83:"UNDEFINED",84:"NULL",85:"DATA",87:"SEP"},productions_:[0,[3,2],[4,1],[7,1],[7,1],[7,1],[7,1],[7,1],[7,1],[7,1],[13,1],[10,3],[16,5],[9,4],[9,4],[24,6],[27,6],[38,6],[43,2],[45,3],[45,1],[26,3],[8,5],[8,5],[11,5],[12,3],[59,5],[63,1],[63,1],[64,5],[69,1],[71,3],[74,3],[20,1],[20,1],[20,1],[20,1],[20,1],[20,1],[20,1],[56,1],[56,1],[79,2],[78,1],[86,3],[86,1],[6,0],[6,2],[17,0],[17,2],[21,0],[21,2],[22,0],[22,1],[25,0],[25,1],[28,0],[28,1],[30,0],[30,2],[31,0],[31,1],[32,0],[32,1],[35,0],[35,2],[36,0],[36,1],[37,0],[37,1],[40,0],[40,2],[41,0],[41,1],[42,0],[42,1],[46,0],[46,1],[49,0],[49,2],[50,0],[50,1],[52,0],[52,2],[53,0],[53,1],[57,0],[57,2],[58,0],[58,1],[61,0],[61,2],[62,0],[62,1],[66,0],[66,2],[67,0],[67,1],[70,1],[70,2],[76,1],[76,2]],performAction:function(h,c,s,f,y,a,m){var d=a.length-1;switch(y){case 1:return a[d-1];case 2:this.$=f.prepareProgram(a[d]);break;case 3:this.$=a[d];break;case 4:this.$=a[d];break;case 5:this.$=a[d];break;case 6:this.$=a[d];break;case 7:this.$=a[d];break;case 8:this.$=a[d];break;case 9:this.$={type:"CommentStatement",value:f.stripComment(a[d]),strip:f.stripFlags(a[d],a[d]),loc:f.locInfo(this._$)};break;case 10:this.$={type:"ContentStatement",original:a[d],value:a[d],loc:f.locInfo(this._$)};break;case 11:this.$=f.prepareRawBlock(a[d-2],a[d-1],a[d],this._$);break;case 12:this.$={path:a[d-3],params:a[d-2],hash:a[d-1]};break;case 13:this.$=f.prepareBlock(a[d-3],a[d-2],a[d-1],a[d],!1,this._$);break;case 14:this.$=f.prepareBlock(a[d-3],a[d-2],a[d-1],a[d],!0,this._$);break;case 15:this.$={open:a[d-5],path:a[d-4],params:a[d-3],hash:a[d-2],blockParams:a[d-1],strip:f.stripFlags(a[d-5],a[d])};break;case 16:this.$={path:a[d-4],params:a[d-3],hash:a[d-2],blockParams:a[d-1],strip:f.stripFlags(a[d-5],a[d])};break;case 17:this.$={path:a[d-4],params:a[d-3],hash:a[d-2],blockParams:a[d-1],strip:f.stripFlags(a[d-5],a[d])};break;case 18:this.$={strip:f.stripFlags(a[d-1],a[d-1]),program:a[d]};break;case 19:var p=f.prepareBlock(a[d-2],a[d-1],a[d],a[d],!1,this._$),A=f.prepareProgram([p],a[d-1].loc);A.chained=!0,this.$={strip:a[d-2].strip,program:A,chain:!0};break;case 20:this.$=a[d];break;case 21:this.$={path:a[d-1],strip:f.stripFlags(a[d-2],a[d])};break;case 22:this.$=f.prepareMustache(a[d-3],a[d-2],a[d-1],a[d-4],f.stripFlags(a[d-4],a[d]),this._$);break;case 23:this.$=f.prepareMustache(a[d-3],a[d-2],a[d-1],a[d-4],f.stripFlags(a[d-4],a[d]),this._$);break;case 24:this.$={type:"PartialStatement",name:a[d-3],params:a[d-2],hash:a[d-1],indent:"",strip:f.stripFlags(a[d-4],a[d]),loc:f.locInfo(this._$)};break;case 25:this.$=f.preparePartialBlock(a[d-2],a[d-1],a[d],this._$);break;case 26:this.$={path:a[d-3],params:a[d-2],hash:a[d-1],strip:f.stripFlags(a[d-4],a[d])};break;case 27:this.$=a[d];break;case 28:this.$=a[d];break;case 29:this.$={type:"SubExpression",path:a[d-3],params:a[d-2],hash:a[d-1],loc:f.locInfo(this._$)};break;case 30:this.$={type:"Hash",pairs:a[d],loc:f.locInfo(this._$)};break;case 31:this.$={type:"HashPair",key:f.id(a[d-2]),value:a[d],loc:f.locInfo(this._$)};break;case 32:this.$=f.id(a[d-1]);break;case 33:this.$=a[d];break;case 34:this.$=a[d];break;case 35:this.$={type:"StringLiteral",value:a[d],original:a[d],loc:f.locInfo(this._$)};break;case 36:this.$={type:"NumberLiteral",value:Number(a[d]),original:Number(a[d]),loc:f.locInfo(this._$)};break;case 37:this.$={type:"BooleanLiteral",value:a[d]==="true",original:a[d]==="true",loc:f.locInfo(this._$)};break;case 38:this.$={type:"UndefinedLiteral",original:void 0,value:void 0,loc:f.locInfo(this._$)};break;case 39:this.$={type:"NullLiteral",original:null,value:null,loc:f.locInfo(this._$)};break;case 40:this.$=a[d];break;case 41:this.$=a[d];break;case 42:this.$=f.preparePath(!0,a[d],this._$);break;case 43:this.$=f.preparePath(!1,a[d],this._$);break;case 44:a[d-2].push({part:f.id(a[d]),original:a[d],separator:a[d-1]}),this.$=a[d-2];break;case 45:this.$=[{part:f.id(a[d]),original:a[d]}];break;case 46:this.$=[];break;case 47:a[d-1].push(a[d]);break;case 48:this.$=[];break;case 49:a[d-1].push(a[d]);break;case 50:this.$=[];break;case 51:a[d-1].push(a[d]);break;case 58:this.$=[];break;case 59:a[d-1].push(a[d]);break;case 64:this.$=[];break;case 65:a[d-1].push(a[d]);break;case 70:this.$=[];break;case 71:a[d-1].push(a[d]);break;case 78:this.$=[];break;case 79:a[d-1].push(a[d]);break;case 82:this.$=[];break;case 83:a[d-1].push(a[d]);break;case 86:this.$=[];break;case 87:a[d-1].push(a[d]);break;case 90:this.$=[];break;case 91:a[d-1].push(a[d]);break;case 94:this.$=[];break;case 95:a[d-1].push(a[d]);break;case 98:this.$=[a[d]];break;case 99:a[d-1].push(a[d]);break;case 100:this.$=[a[d]];break;case 101:a[d-1].push(a[d])}},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,c){throw new Error(h)},parse:function(h){function c(){var K;return K=s.lexer.lex()||1,typeof K!="number"&&(K=s.symbols_[K]||K),K}var s=this,f=[0],y=[null],a=[],m=this.table,d="",p=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 S=this.lexer.yylloc;a.push(S);var N=this.lexer.options&&this.lexer.options.ranges;typeof this.yy.parseError=="function"&&(this.parseError=this.yy.parseError);for(var E,_,P,I,k,R,T,w,D,F={};;){if(P=f[f.length-1],this.defaultActions[P]?I=this.defaultActions[P]:(E!==null&&typeof E!="undefined"||(E=c()),I=m[P]&&m[P][E]),typeof I=="undefined"||!I.length||!I[0]){var H="";if(!v){D=[];for(R in m[P])this.terminals_[R]&&R>2&&D.push("'"+this.terminals_[R]+"'");H=this.lexer.showPosition?"Parse error on line "+(p+1)+`:
- `+this.lexer.showPosition()+`
- Expecting `+D.join(", ")+", got '"+(this.terminals_[E]||E)+"'":"Parse error on line "+(p+1)+": Unexpected "+(E==1?"end of input":"'"+(this.terminals_[E]||E)+"'"),this.parseError(H,{text:this.lexer.match,token:this.terminals_[E]||E,line:this.lexer.yylineno,loc:S,expected:D})}}if(I[0]instanceof Array&&I.length>1)throw new Error("Parse Error: multiple actions possible at state: "+P+", token: "+E);switch(I[0]){case 1:f.push(E),y.push(this.lexer.yytext),a.push(this.lexer.yylloc),f.push(I[1]),E=null,_?(E=_,_=null):(A=this.lexer.yyleng,d=this.lexer.yytext,p=this.lexer.yylineno,S=this.lexer.yylloc,v>0&&v--);break;case 2:if(T=this.productions_[I[1]][1],F.$=y[y.length-T],F._$={first_line:a[a.length-(T||1)].first_line,last_line:a[a.length-1].last_line,first_column:a[a.length-(T||1)].first_column,last_column:a[a.length-1].last_column},N&&(F._$.range=[a[a.length-(T||1)].range[0],a[a.length-1].range[1]]),k=this.performAction.call(F,d,A,p,this.yy,I[1],y,a),typeof k!="undefined")return k;T&&(f=f.slice(0,-1*T*2),y=y.slice(0,-1*T),a=a.slice(0,-1*T)),f.push(this.productions_[I[1]][0]),y.push(F.$),a.push(F._$),w=m[f[f.length-2]][f[f.length-1]],f.push(w);break;case 3:return!0}}return!0}},l=function(){var h={EOF:1,parseError:function(c,s){if(!this.yy.parser)throw new Error(c);this.yy.parser.parseError(c,s)},setInput:function(c){return this._input=c,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 c=this._input[0];this.yytext+=c,this.yyleng++,this.offset++,this.match+=c,this.matched+=c;var s=c.match(/(?:\r\n?|\n).*/g);return s?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),c},unput:function(c){var s=c.length,f=c.split(/(?:\r\n?|\n)/g);this._input=c+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-s-1),this.offset-=s;var y=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),f.length-1&&(this.yylineno-=f.length-1);var a=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:f?(f.length===y.length?this.yylloc.first_column:0)+y[y.length-f.length].length-f[0].length:this.yylloc.first_column-s},this.options.ranges&&(this.yylloc.range=[a[0],a[0]+this.yyleng-s]),this},more:function(){return this._more=!0,this},less:function(c){this.unput(this.match.slice(c))},pastInput:function(){var c=this.matched.substr(0,this.matched.length-this.match.length);return(c.length>20?"...":"")+c.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var c=this.match;return c.length<20&&(c+=this._input.substr(0,20-c.length)),(c.substr(0,20)+(c.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var c=this.pastInput(),s=new Array(c.length+1).join("-");return c+this.upcomingInput()+`
- `+s+"^"},next:function(){if(this.done)return this.EOF;this._input||(this.done=!0);var c,s,f,y,a;this._more||(this.yytext="",this.match="");for(var m=this._currentRules(),d=0;d<m.length&&(f=this._input.match(this.rules[m[d]]),!f||s&&!(f[0].length>s[0].length)||(s=f,y=d,this.options.flex));d++);return s?(a=s[0].match(/(?:\r\n?|\n).*/g),a&&(this.yylineno+=a.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:a?a[a.length-1].length-a[a.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+s[0].length},this.yytext+=s[0],this.match+=s[0],this.matches=s,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._input=this._input.slice(s[0].length),this.matched+=s[0],c=this.performAction.call(this,this.yy,this,m[y],this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),c||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 c=this.next();return typeof c!="undefined"?c:this.lex()},begin:function(c){this.conditionStack.push(c)},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(c){this.begin(c)}};return h.options={},h.performAction=function(c,s,f,y){function a(m,d){return s.yytext=s.yytext.substring(m,s.yyleng-d+m)}switch(f){case 0:if(s.yytext.slice(-2)==="\\\\"?(a(0,1),this.begin("mu")):s.yytext.slice(-1)==="\\"?(a(0,1),this.begin("emu")):this.begin("mu"),s.yytext)return 15;break;case 1:return 15;case 2:return this.popState(),15;case 3:return this.begin("raw"),15;case 4:return this.popState(),this.conditionStack[this.conditionStack.length-1]==="raw"?15:(a(5,9),"END_RAW_BLOCK");case 5:return 15;case 6:return this.popState(),14;case 7:return 65;case 8:return 68;case 9:return 19;case 10:return this.popState(),this.begin("raw"),23;case 11:return 55;case 12:return 60;case 13:return 29;case 14:return 47;case 15:return this.popState(),44;case 16:return this.popState(),44;case 17:return 34;case 18:return 39;case 19:return 51;case 20:return 48;case 21:this.unput(s.yytext),this.popState(),this.begin("com");break;case 22:return this.popState(),14;case 23:return 48;case 24:return 73;case 25:return 72;case 26:return 72;case 27:return 87;case 28:break;case 29:return this.popState(),54;case 30:return this.popState(),33;case 31:return s.yytext=a(1,2).replace(/\\"/g,'"'),80;case 32:return s.yytext=a(1,2).replace(/\\'/g,"'"),80;case 33:return 85;case 34:return 82;case 35:return 82;case 36:return 83;case 37:return 84;case 38:return 81;case 39:return 75;case 40:return 77;case 41:return 72;case 42:return s.yytext=s.yytext.replace(/\\([\\\]])/g,"$1"),72;case 43:return"INVALID";case 44:return 5}},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=l,n.prototype=r,r.Parser=n,new n}();i.default=u,g.exports=i.default},function(g,i,u){"use strict";function n(){var a=arguments.length<=0||arguments[0]===void 0?{}:arguments[0];this.options=a}function r(a,m,d){m===void 0&&(m=a.length);var p=a[m-1],A=a[m-2];return p?p.type==="ContentStatement"?(A||!d?/\r?\n\s*?$/:/(^|\r?\n)\s*?$/).test(p.original):void 0:d}function l(a,m,d){m===void 0&&(m=-1);var p=a[m+1],A=a[m+2];return p?p.type==="ContentStatement"?(A||!d?/^\s*?\r?\n/:/^\s*?(\r?\n|$)/).test(p.original):void 0:d}function h(a,m,d){var p=a[m==null?0:m+1];if(p&&p.type==="ContentStatement"&&(d||!p.rightStripped)){var A=p.value;p.value=p.value.replace(d?/^\s+/:/^[ \t]*\r?\n?/,""),p.rightStripped=p.value!==A}}function c(a,m,d){var p=a[m==null?a.length-1:m-1];if(p&&p.type==="ContentStatement"&&(d||!p.leftStripped)){var A=p.value;return p.value=p.value.replace(d?/\s+$/:/[ \t]+$/,""),p.leftStripped=p.value!==A,p.leftStripped}}var s=u(1).default;i.__esModule=!0;var f=u(88),y=s(f);n.prototype=new y.default,n.prototype.Program=function(a){var m=!this.options.ignoreStandalone,d=!this.isRootSeen;this.isRootSeen=!0;for(var p=a.body,A=0,v=p.length;A<v;A++){var S=p[A],N=this.accept(S);if(N){var E=r(p,A,d),_=l(p,A,d),P=N.openStandalone&&E,I=N.closeStandalone&&_,k=N.inlineStandalone&&E&&_;N.close&&h(p,A,!0),N.open&&c(p,A,!0),m&&k&&(h(p,A),c(p,A)&&S.type==="PartialStatement"&&(S.indent=/([ \t]+$)/.exec(p[A-1].original)[1])),m&&P&&(h((S.program||S.inverse).body),c(p,A)),m&&I&&(h(p,A),c((S.inverse||S.program).body))}}return a},n.prototype.BlockStatement=n.prototype.DecoratorBlock=n.prototype.PartialBlockStatement=function(a){this.accept(a.program),this.accept(a.inverse);var m=a.program||a.inverse,d=a.program&&a.inverse,p=d,A=d;if(d&&d.chained)for(p=d.body[0].program;A.chained;)A=A.body[A.body.length-1].program;var v={open:a.openStrip.open,close:a.closeStrip.close,openStandalone:l(m.body),closeStandalone:r((p||m).body)};if(a.openStrip.close&&h(m.body,null,!0),d){var S=a.inverseStrip;S.open&&c(m.body,null,!0),S.close&&h(p.body,null,!0),a.closeStrip.open&&c(A.body,null,!0),!this.options.ignoreStandalone&&r(m.body)&&l(p.body)&&(c(m.body),h(p.body))}else a.closeStrip.open&&c(m.body,null,!0);return v},n.prototype.Decorator=n.prototype.MustacheStatement=function(a){return a.strip},n.prototype.PartialStatement=n.prototype.CommentStatement=function(a){var m=a.strip||{};return{inlineStandalone:!0,open:m.open,close:m.close}},i.default=n,g.exports=i.default},function(g,i,u){"use strict";function n(){this.parents=[]}function r(y){this.acceptRequired(y,"path"),this.acceptArray(y.params),this.acceptKey(y,"hash")}function l(y){r.call(this,y),this.acceptKey(y,"program"),this.acceptKey(y,"inverse")}function h(y){this.acceptRequired(y,"name"),this.acceptArray(y.params),this.acceptKey(y,"hash")}var c=u(1).default;i.__esModule=!0;var s=u(6),f=c(s);n.prototype={constructor:n,mutating:!1,acceptKey:function(y,a){var m=this.accept(y[a]);if(this.mutating){if(m&&!n.prototype[m.type])throw new f.default('Unexpected node type "'+m.type+'" found when accepting '+a+" on "+y.type);y[a]=m}},acceptRequired:function(y,a){if(this.acceptKey(y,a),!y[a])throw new f.default(y.type+" requires "+a)},acceptArray:function(y){for(var a=0,m=y.length;a<m;a++)this.acceptKey(y,a),y[a]||(y.splice(a,1),a--,m--)},accept:function(y){if(y){if(!this[y.type])throw new f.default("Unknown type: "+y.type,y);this.current&&this.parents.unshift(this.current),this.current=y;var a=this[y.type](y);return this.current=this.parents.shift(),!this.mutating||a?a:a!==!1?y:void 0}},Program:function(y){this.acceptArray(y.body)},MustacheStatement:r,Decorator:r,BlockStatement:l,DecoratorBlock:l,PartialStatement:h,PartialBlockStatement:function(y){h.call(this,y),this.acceptKey(y,"program")},ContentStatement:function(){},CommentStatement:function(){},SubExpression:r,PathExpression:function(){},StringLiteral:function(){},NumberLiteral:function(){},BooleanLiteral:function(){},UndefinedLiteral:function(){},NullLiteral:function(){},Hash:function(y){this.acceptArray(y.pairs)},HashPair:function(y){this.acceptRequired(y,"value")}},i.default=n,g.exports=i.default},function(g,i,u){"use strict";function n(S,N){if(N=N.path?N.path.original:N,S.path.original!==N){var E={loc:S.path.loc};throw new v.default(S.path.original+" doesn't match "+N,E)}}function r(S,N){this.source=S,this.start={line:N.first_line,column:N.first_column},this.end={line:N.last_line,column:N.last_column}}function l(S){return/^\[.*\]$/.test(S)?S.substring(1,S.length-1):S}function h(S,N){return{open:S.charAt(2)==="~",close:N.charAt(N.length-3)==="~"}}function c(S){return S.replace(/^\{\{~?!-?-?/,"").replace(/-?-?~?\}\}$/,"")}function s(S,N,E){E=this.locInfo(E);for(var _=S?"@":"",P=[],I=0,k=0,R=N.length;k<R;k++){var T=N[k].part,w=N[k].original!==T;if(_+=(N[k].separator||"")+T,w||T!==".."&&T!=="."&&T!=="this")P.push(T);else{if(P.length>0)throw new v.default("Invalid path: "+_,{loc:E});T===".."&&I++}}return{type:"PathExpression",data:S,depth:I,parts:P,original:_,loc:E}}function f(S,N,E,_,P,I){var k=_.charAt(3)||_.charAt(2),R=k!=="{"&&k!=="&",T=/\*/.test(_);return{type:T?"Decorator":"MustacheStatement",path:S,params:N,hash:E,escaped:R,strip:P,loc:this.locInfo(I)}}function y(S,N,E,_){n(S,E),_=this.locInfo(_);var P={type:"Program",body:N,strip:{},loc:_};return{type:"BlockStatement",path:S.path,params:S.params,hash:S.hash,program:P,openStrip:{},inverseStrip:{},closeStrip:{},loc:_}}function a(S,N,E,_,P,I){_&&_.path&&n(S,_);var k=/\*/.test(S.open);N.blockParams=S.blockParams;var R=void 0,T=void 0;if(E){if(k)throw new v.default("Unexpected inverse block on decorator",E);E.chain&&(E.program.body[0].closeStrip=_.strip),T=E.strip,R=E.program}return P&&(P=R,R=N,N=P),{type:k?"DecoratorBlock":"BlockStatement",path:S.path,params:S.params,hash:S.hash,program:N,inverse:R,openStrip:S.strip,inverseStrip:T,closeStrip:_&&_.strip,loc:this.locInfo(I)}}function m(S,N){if(!N&&S.length){var E=S[0].loc,_=S[S.length-1].loc;E&&_&&(N={source:E.source,start:{line:E.start.line,column:E.start.column},end:{line:_.end.line,column:_.end.column}})}return{type:"Program",body:S,strip:{},loc:N}}function d(S,N,E,_){return n(S,E),{type:"PartialBlockStatement",name:S.path,params:S.params,hash:S.hash,program:N,openStrip:S.strip,closeStrip:E&&E.strip,loc:this.locInfo(_)}}var p=u(1).default;i.__esModule=!0,i.SourceLocation=r,i.id=l,i.stripFlags=h,i.stripComment=c,i.preparePath=s,i.prepareMustache=f,i.prepareRawBlock=y,i.prepareBlock=a,i.prepareProgram=m,i.preparePartialBlock=d;var A=u(6),v=p(A)},function(g,i,u){"use strict";function n(){}function r(v,S,N){if(v==null||typeof v!="string"&&v.type!=="Program")throw new a.default("You must pass a string or Handlebars AST to Handlebars.precompile. You passed "+v);S=S||{},"data"in S||(S.data=!0),S.compat&&(S.useDepths=!0);var E=N.parse(v,S),_=new N.Compiler().compile(E,S);return new N.JavaScriptCompiler().compile(_,S)}function l(v,S,N){function E(){var I=N.parse(v,S),k=new N.Compiler().compile(I,S),R=new N.JavaScriptCompiler().compile(k,S,void 0,!0);return N.template(R)}function _(I,k){return P||(P=E()),P.call(this,I,k)}if(S===void 0&&(S={}),v==null||typeof v!="string"&&v.type!=="Program")throw new a.default("You must pass a string or Handlebars AST to Handlebars.compile. You passed "+v);S=m.extend({},S),"data"in S||(S.data=!0),S.compat&&(S.useDepths=!0);var P=void 0;return _._setup=function(I){return P||(P=E()),P._setup(I)},_._child=function(I,k,R,T){return P||(P=E()),P._child(I,k,R,T)},_}function h(v,S){if(v===S)return!0;if(m.isArray(v)&&m.isArray(S)&&v.length===S.length){for(var N=0;N<v.length;N++)if(!h(v[N],S[N]))return!1;return!0}}function c(v){if(!v.path.parts){var S=v.path;v.path={type:"PathExpression",data:!1,depth:0,parts:[S.original+""],original:S.original+"",loc:S.loc}}}var s=u(74).default,f=u(1).default;i.__esModule=!0,i.Compiler=n,i.precompile=r,i.compile=l;var y=u(6),a=f(y),m=u(5),d=u(84),p=f(d),A=[].slice;n.prototype={compiler:n,equals:function(v){var S=this.opcodes.length;if(v.opcodes.length!==S)return!1;for(var N=0;N<S;N++){var E=this.opcodes[N],_=v.opcodes[N];if(E.opcode!==_.opcode||!h(E.args,_.args))return!1}S=this.children.length;for(var N=0;N<S;N++)if(!this.children[N].equals(v.children[N]))return!1;return!0},guid:0,compile:function(v,S){return this.sourceNode=[],this.opcodes=[],this.children=[],this.options=S,this.stringParams=S.stringParams,this.trackIds=S.trackIds,S.blockParams=S.blockParams||[],S.knownHelpers=m.extend(s(null),{helperMissing:!0,blockHelperMissing:!0,each:!0,if:!0,unless:!0,with:!0,log:!0,lookup:!0},S.knownHelpers),this.accept(v)},compileProgram:function(v){var S=new this.compiler,N=S.compile(v,this.options),E=this.guid++;return this.usePartial=this.usePartial||N.usePartial,this.children[E]=N,this.useDepths=this.useDepths||N.useDepths,E},accept:function(v){if(!this[v.type])throw new a.default("Unknown type: "+v.type,v);this.sourceNode.unshift(v);var S=this[v.type](v);return this.sourceNode.shift(),S},Program:function(v){this.options.blockParams.unshift(v.blockParams);for(var S=v.body,N=S.length,E=0;E<N;E++)this.accept(S[E]);return this.options.blockParams.shift(),this.isSimple=N===1,this.blockParams=v.blockParams?v.blockParams.length:0,this},BlockStatement:function(v){c(v);var S=v.program,N=v.inverse;S=S&&this.compileProgram(S),N=N&&this.compileProgram(N);var E=this.classifySexpr(v);E==="helper"?this.helperSexpr(v,S,N):E==="simple"?(this.simpleSexpr(v),this.opcode("pushProgram",S),this.opcode("pushProgram",N),this.opcode("emptyHash"),this.opcode("blockValue",v.path.original)):(this.ambiguousSexpr(v,S,N),this.opcode("pushProgram",S),this.opcode("pushProgram",N),this.opcode("emptyHash"),this.opcode("ambiguousBlockValue")),this.opcode("append")},DecoratorBlock:function(v){var S=v.program&&this.compileProgram(v.program),N=this.setupFullMustacheParams(v,S,void 0),E=v.path;this.useDecorators=!0,this.opcode("registerDecorator",N.length,E.original)},PartialStatement:function(v){this.usePartial=!0;var S=v.program;S&&(S=this.compileProgram(v.program));var N=v.params;if(N.length>1)throw new a.default("Unsupported number of partial arguments: "+N.length,v);N.length||(this.options.explicitPartialContext?this.opcode("pushLiteral","undefined"):N.push({type:"PathExpression",parts:[],depth:0}));var E=v.name.original,_=v.name.type==="SubExpression";_&&this.accept(v.name),this.setupFullMustacheParams(v,S,void 0,!0);var P=v.indent||"";this.options.preventIndent&&P&&(this.opcode("appendContent",P),P=""),this.opcode("invokePartial",_,E,P),this.opcode("append")},PartialBlockStatement:function(v){this.PartialStatement(v)},MustacheStatement:function(v){this.SubExpression(v),v.escaped&&!this.options.noEscape?this.opcode("appendEscaped"):this.opcode("append")},Decorator:function(v){this.DecoratorBlock(v)},ContentStatement:function(v){v.value&&this.opcode("appendContent",v.value)},CommentStatement:function(){},SubExpression:function(v){c(v);var S=this.classifySexpr(v);S==="simple"?this.simpleSexpr(v):S==="helper"?this.helperSexpr(v):this.ambiguousSexpr(v)},ambiguousSexpr:function(v,S,N){var E=v.path,_=E.parts[0],P=S!=null||N!=null;this.opcode("getContext",E.depth),this.opcode("pushProgram",S),this.opcode("pushProgram",N),E.strict=!0,this.accept(E),this.opcode("invokeAmbiguous",_,P)},simpleSexpr:function(v){var S=v.path;S.strict=!0,this.accept(S),this.opcode("resolvePossibleLambda")},helperSexpr:function(v,S,N){var E=this.setupFullMustacheParams(v,S,N),_=v.path,P=_.parts[0];if(this.options.knownHelpers[P])this.opcode("invokeKnownHelper",E.length,P);else{if(this.options.knownHelpersOnly)throw new a.default("You specified knownHelpersOnly, but used the unknown helper "+P,v);_.strict=!0,_.falsy=!0,this.accept(_),this.opcode("invokeHelper",E.length,_.original,p.default.helpers.simpleId(_))}},PathExpression:function(v){this.addDepth(v.depth),this.opcode("getContext",v.depth);var S=v.parts[0],N=p.default.helpers.scopedId(v),E=!v.depth&&!N&&this.blockParamIndex(S);E?this.opcode("lookupBlockParam",E,v.parts):S?v.data?(this.options.data=!0,this.opcode("lookupData",v.depth,v.parts,v.strict)):this.opcode("lookupOnContext",v.parts,v.falsy,v.strict,N):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 S=v.pairs,N=0,E=S.length;for(this.opcode("pushHash");N<E;N++)this.pushParam(S[N].value);for(;N--;)this.opcode("assignToHash",S[N].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 S=p.default.helpers.simpleId(v.path),N=S&&!!this.blockParamIndex(v.path.parts[0]),E=!N&&p.default.helpers.helperExpression(v),_=!N&&(E||S);if(_&&!E){var P=v.path.parts[0],I=this.options;I.knownHelpers[P]?E=!0:I.knownHelpersOnly&&(_=!1)}return E?"helper":_?"ambiguous":"simple"},pushParams:function(v){for(var S=0,N=v.length;S<N;S++)this.pushParam(v[S])},pushParam:function(v){var S=v.value!=null?v.value:v.original||"";if(this.stringParams)S.replace&&(S=S.replace(/^(\.?\.\/)*/g,"").replace(/\//g,".")),v.depth&&this.addDepth(v.depth),this.opcode("getContext",v.depth||0),this.opcode("pushStringParam",S,v.type),v.type==="SubExpression"&&this.accept(v);else{if(this.trackIds){var N=void 0;if(!v.parts||p.default.helpers.scopedId(v)||v.depth||(N=this.blockParamIndex(v.parts[0])),N){var E=v.parts.slice(1).join(".");this.opcode("pushId","BlockParam",N,E)}else S=v.original||S,S.replace&&(S=S.replace(/^this(?:\.|$)/,"").replace(/^\.\//,"").replace(/^\.$/,"")),this.opcode("pushId",v.type,S)}this.accept(v)}},setupFullMustacheParams:function(v,S,N,E){var _=v.params;return this.pushParams(_),this.opcode("pushProgram",S),this.opcode("pushProgram",N),v.hash?this.accept(v.hash):this.opcode("emptyHash",E),_},blockParamIndex:function(v){for(var S=0,N=this.options.blockParams.length;S<N;S++){var E=this.options.blockParams[S],_=E&&m.indexOf(E,v);if(E&&_>=0)return[S,_]}}}},function(g,i,u){"use strict";function n(p){this.value=p}function r(){}function l(p,A,v,S,N){var E=A.popStack(),_=v.length;for(p&&_--;S<_;S++)E=A.nameLookup(E,v[S],N);return p?[A.aliasable("container.strict"),"(",E,", ",A.quotedString(v[S]),", ",JSON.stringify(A.source.currentLocation)," )"]:E}var h=u(60).default,c=u(1).default;i.__esModule=!0;var s=u(4),f=u(6),y=c(f),a=u(5),m=u(92),d=c(m);r.prototype={nameLookup:function(p,A){return this.internalNameLookup(p,A)},depthedLookup:function(p){return[this.aliasable("container.lookup"),"(depths, ",JSON.stringify(p),")"]},compilerInfo:function(){var p=s.COMPILER_REVISION,A=s.REVISION_CHANGES[p];return[p,A]},appendToBuffer:function(p,A,v){return a.isArray(p)||(p=[p]),p=this.source.wrap(p,A),this.environment.isSimple?["return ",p,";"]:v?["buffer += ",p,";"]:(p.appendToBuffer=!0,p)},initializeBuffer:function(){return this.quotedString("")},internalNameLookup:function(p,A){return this.lookupPropertyFunctionIsUsed=!0,["lookupProperty(",p,",",JSON.stringify(A),")"]},lookupPropertyFunctionIsUsed:!1,compile:function(p,A,v,S){this.environment=p,this.options=A,this.stringParams=this.options.stringParams,this.trackIds=this.options.trackIds,this.precompile=!S,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(p,A),this.useDepths=this.useDepths||p.useDepths||p.useDecorators||this.options.compat,this.useBlockParams=this.useBlockParams||p.useBlockParams;var N=p.opcodes,E=void 0,_=void 0,P=void 0,I=void 0;for(P=0,I=N.length;P<I;P++)E=N[P],this.source.currentLocation=E.loc,_=_||E.loc,this[E.opcode].apply(this,E.args);if(this.source.currentLocation=_,this.pushSource(""),this.stackSlot||this.inlineStack.length||this.compileStack.length)throw new y.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;"),S?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 k=this.createFunctionContext(S);if(this.isChild)return k;var R={compiler:this.compilerInfo(),main:k};this.decorators&&(R.main_d=this.decorators,R.useDecorators=!0);var T=this.context,w=T.programs,D=T.decorators;for(P=0,I=w.length;P<I;P++)w[P]&&(R[P]=w[P],D[P]&&(R[P+"_d"]=D[P],R.useDecorators=!0));return this.environment.usePartial&&(R.usePartial=!0),this.options.data&&(R.useData=!0),this.useDepths&&(R.useDepths=!0),this.useBlockParams&&(R.useBlockParams=!0),this.options.compat&&(R.compat=!0),S?R.compilerOptions=this.options:(R.compiler=JSON.stringify(R.compiler),this.source.currentLocation={start:{line:1,column:0}},R=this.objectLiteral(R),A.srcName?(R=R.toStringWithSourceMap({file:A.destName}),R.map=R.map&&R.map.toString()):R=R.toString()),R},preamble:function(){this.lastContext=0,this.source=new d.default(this.options.srcName),this.decorators=new d.default(this.options.srcName)},createFunctionContext:function(p){var A=this,v="",S=this.stackVars.concat(this.registers.list);S.length>0&&(v+=", "+S.join(", "));var N=0;h(this.aliases).forEach(function(P){var I=A.aliases[P];I.children&&I.referenceCount>1&&(v+=", alias"+ ++N+"="+P,I.children[0]="alias"+N)}),this.lookupPropertyFunctionIsUsed&&(v+=", "+this.lookupPropertyFunctionVarDeclaration());var E=["container","depth0","helpers","partials","data"];(this.useBlockParams||this.useDepths)&&E.push("blockParams"),this.useDepths&&E.push("depths");var _=this.mergeSource(v);return p?(E.push(_),Function.apply(this,E)):this.source.wrap(["function(",E.join(","),`) {
- `,_,"}"])},mergeSource:function(p){var A=this.environment.isSimple,v=!this.forceBuffer,S=void 0,N=void 0,E=void 0,_=void 0;return this.source.each(function(P){P.appendToBuffer?(E?P.prepend(" + "):E=P,_=P):(E&&(N?E.prepend("buffer += "):S=!0,_.add(";"),E=_=void 0),N=!0,A||(v=!1))}),v?E?(E.prepend("return "),_.add(";")):N||this.source.push('return "";'):(p+=", buffer = "+(S?"":this.initializeBuffer()),E?(E.prepend("return buffer + "),_.add(";")):this.source.push("return buffer;")),p&&this.source.prepend("var "+p.substring(2)+(S?"":`;
- `)),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(p){var A=this.aliasable("container.hooks.blockHelperMissing"),v=[this.contextName(0)];this.setupHelperArgs(p,0,v);var S=this.popStack();v.splice(1,0,S),this.push(this.source.functionCall(A,"call",v))},ambiguousBlockValue:function(){var p=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(p,"call",A),"}"])},appendContent:function(p){this.pendingContent?p=this.pendingContent+p:this.pendingLocation=this.source.currentLocation,this.pendingContent=p},append:function(){if(this.isInline())this.replaceStack(function(A){return[" != null ? ",A,' : ""']}),this.pushSource(this.appendToBuffer(this.popStack()));else{var p=this.popStack();this.pushSource(["if (",p," != null) { ",this.appendToBuffer(p,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(p){this.lastContext=p},pushContext:function(){this.pushStackLiteral(this.contextName(this.lastContext))},lookupOnContext:function(p,A,v,S){var N=0;S||!this.options.compat||this.lastContext?this.pushContext():this.push(this.depthedLookup(p[N++])),this.resolvePath("context",p,N,A,v)},lookupBlockParam:function(p,A){this.useBlockParams=!0,this.push(["blockParams[",p[0],"][",p[1],"]"]),this.resolvePath("context",A,1)},lookupData:function(p,A,v){p?this.pushStackLiteral("container.data(data, "+p+")"):this.pushStackLiteral("data"),this.resolvePath("data",A,0,!0,v)},resolvePath:function(p,A,v,S,N){var E=this;if(this.options.strict||this.options.assumeObjects)return void this.push(l(this.options.strict&&N,this,A,v,p));for(var _=A.length;v<_;v++)this.replaceStack(function(P){var I=E.nameLookup(P,A[v],p);return S?[" && ",I]:[" != null ? ",I," : ",P]})},resolvePossibleLambda:function(){this.push([this.aliasable("container.lambda"),"(",this.popStack(),", ",this.contextName(0),")"])},pushStringParam:function(p,A){this.pushContext(),this.pushString(A),A!=="SubExpression"&&(typeof p=="string"?this.pushString(p):this.pushStackLiteral(p))},emptyHash:function(p){this.trackIds&&this.push("{}"),this.stringParams&&(this.push("{}"),this.push("{}")),this.pushStackLiteral(p?"undefined":"{}")},pushHash:function(){this.hash&&this.hashes.push(this.hash),this.hash={values:{},types:[],contexts:[],ids:[]}},popHash:function(){var p=this.hash;this.hash=this.hashes.pop(),this.trackIds&&this.push(this.objectLiteral(p.ids)),this.stringParams&&(this.push(this.objectLiteral(p.contexts)),this.push(this.objectLiteral(p.types))),this.push(this.objectLiteral(p.values))},pushString:function(p){this.pushStackLiteral(this.quotedString(p))},pushLiteral:function(p){this.pushStackLiteral(p)},pushProgram:function(p){p!=null?this.pushStackLiteral(this.programExpression(p)):this.pushStackLiteral(null)},registerDecorator:function(p,A){var v=this.nameLookup("decorators",A,"decorator"),S=this.setupHelperArgs(A,p);this.decorators.push(["fn = ",this.decorators.functionCall(v,"",["fn","props","container",S])," || fn;"])},invokeHelper:function(p,A,v){var S=this.popStack(),N=this.setupHelper(p,A),E=[];v&&E.push(N.name),E.push(S),this.options.strict||E.push(this.aliasable("container.hooks.helperMissing"));var _=["(",this.itemsSeparatedBy(E,"||"),")"],P=this.source.functionCall(_,"call",N.callParams);this.push(P)},itemsSeparatedBy:function(p,A){var v=[];v.push(p[0]);for(var S=1;S<p.length;S++)v.push(A,p[S]);return v},invokeKnownHelper:function(p,A){var v=this.setupHelper(p,A);this.push(this.source.functionCall(v.name,"call",v.callParams))},invokeAmbiguous:function(p,A){this.useRegister("helper");var v=this.popStack();this.emptyHash();var S=this.setupHelper(0,p,A),N=this.lastHelper=this.nameLookup("helpers",p,"helper"),E=["(","(helper = ",N," || ",v,")"];this.options.strict||(E[0]="(helper = ",E.push(" != null ? helper : ",this.aliasable("container.hooks.helperMissing"))),this.push(["(",E,S.paramsInit?["),(",S.paramsInit]:[],"),","(typeof helper === ",this.aliasable('"function"')," ? ",this.source.functionCall("helper","call",S.callParams)," : helper))"])},invokePartial:function(p,A,v){var S=[],N=this.setupParams(A,1,S);p&&(A=this.popStack(),delete N.name),v&&(N.indent=JSON.stringify(v)),N.helpers="helpers",N.partials="partials",N.decorators="container.decorators",p?S.unshift(A):S.unshift(this.nameLookup("partials",A,"partial")),this.options.compat&&(N.depths="depths"),N=this.objectLiteral(N),S.push(N),this.push(this.source.functionCall("container.invokePartial","",S))},assignToHash:function(p){var A=this.popStack(),v=void 0,S=void 0,N=void 0;this.trackIds&&(N=this.popStack()),this.stringParams&&(S=this.popStack(),v=this.popStack());var E=this.hash;v&&(E.contexts[p]=v),S&&(E.types[p]=S),N&&(E.ids[p]=N),E.values[p]=A},pushId:function(p,A,v){p==="BlockParam"?this.pushStackLiteral("blockParams["+A[0]+"].path["+A[1]+"]"+(v?" + "+JSON.stringify("."+v):"")):p==="PathExpression"?this.pushString(A):p==="SubExpression"?this.pushStackLiteral("true"):this.pushStackLiteral("null")},compiler:r,compileChildren:function(p,A){for(var v=p.children,S=void 0,N=void 0,E=0,_=v.length;E<_;E++){S=v[E],N=new this.compiler;var P=this.matchExistingProgram(S);if(P==null){this.context.programs.push("");var I=this.context.programs.length;S.index=I,S.name="program"+I,this.context.programs[I]=N.compile(S,A,this.context,!this.precompile),this.context.decorators[I]=N.decorators,this.context.environments[I]=S,this.useDepths=this.useDepths||N.useDepths,this.useBlockParams=this.useBlockParams||N.useBlockParams,S.useDepths=this.useDepths,S.useBlockParams=this.useBlockParams}else S.index=P.index,S.name="program"+P.index,this.useDepths=this.useDepths||P.useDepths,this.useBlockParams=this.useBlockParams||P.useBlockParams}},matchExistingProgram:function(p){for(var A=0,v=this.context.environments.length;A<v;A++){var S=this.context.environments[A];if(S&&S.equals(p))return S}},programExpression:function(p){var A=this.environment.children[p],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(p){this.registers[p]||(this.registers[p]=!0,this.registers.list.push(p))},push:function(p){return p instanceof n||(p=this.source.wrap(p)),this.inlineStack.push(p),p},pushStackLiteral:function(p){this.push(new n(p))},pushSource:function(p){this.pendingContent&&(this.source.push(this.appendToBuffer(this.source.quotedString(this.pendingContent),this.pendingLocation)),this.pendingContent=void 0),p&&this.source.push(p)},replaceStack:function(p){var A=["("],v=void 0,S=void 0,N=void 0;if(!this.isInline())throw new y.default("replaceStack on non-inline");var E=this.popStack(!0);if(E instanceof n)v=[E.value],A=["(",v],N=!0;else{S=!0;var _=this.incrStack();A=["((",this.push(_)," = ",E,")"],v=this.topStack()}var P=p.call(this,v);N||this.popStack(),S&&this.stackSlot--,this.push(A.concat(P,")"))},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 p=this.inlineStack;this.inlineStack=[];for(var A=0,v=p.length;A<v;A++){var S=p[A];if(S instanceof n)this.compileStack.push(S);else{var N=this.incrStack();this.pushSource([N," = ",S,";"]),this.compileStack.push(N)}}},isInline:function(){return this.inlineStack.length},popStack:function(p){var A=this.isInline(),v=(A?this.inlineStack:this.compileStack).pop();if(!p&&v instanceof n)return v.value;if(!A){if(!this.stackSlot)throw new y.default("Invalid stack pop");this.stackSlot--}return v},topStack:function(){var p=this.isInline()?this.inlineStack:this.compileStack,A=p[p.length-1];return A instanceof n?A.value:A},contextName:function(p){return this.useDepths&&p?"depths["+p+"]":"depth"+p},quotedString:function(p){return this.source.quotedString(p)},objectLiteral:function(p){return this.source.objectLiteral(p)},aliasable:function(p){var A=this.aliases[p];return A?(A.referenceCount++,A):(A=this.aliases[p]=this.source.wrap(p),A.aliasable=!0,A.referenceCount=1,A)},setupHelper:function(p,A,v){var S=[],N=this.setupHelperArgs(A,p,S,v),E=this.nameLookup("helpers",A,"helper"),_=this.aliasable(this.contextName(0)+" != null ? "+this.contextName(0)+" : (container.nullContext || {})");return{params:S,paramsInit:N,name:E,callParams:[_].concat(S)}},setupParams:function(p,A,v){var S={},N=[],E=[],_=[],P=!v,I=void 0;P&&(v=[]),S.name=this.quotedString(p),S.hash=this.popStack(),this.trackIds&&(S.hashIds=this.popStack()),this.stringParams&&(S.hashTypes=this.popStack(),S.hashContexts=this.popStack());var k=this.popStack(),R=this.popStack();(R||k)&&(S.fn=R||"container.noop",S.inverse=k||"container.noop");for(var T=A;T--;)I=this.popStack(),v[T]=I,this.trackIds&&(_[T]=this.popStack()),this.stringParams&&(E[T]=this.popStack(),N[T]=this.popStack());return P&&(S.args=this.source.generateArray(v)),this.trackIds&&(S.ids=this.source.generateArray(_)),this.stringParams&&(S.types=this.source.generateArray(E),S.contexts=this.source.generateArray(N)),this.options.data&&(S.data="data"),this.useBlockParams&&(S.blockParams="blockParams"),S},setupHelperArgs:function(p,A,v,S){var N=this.setupParams(p,A,v);return N.loc=JSON.stringify(this.source.currentLocation),N=this.objectLiteral(N),S?(this.useRegister("options"),v.push("options"),["options=",N]):v?(v.push(N),""):N}},function(){for(var p="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,S=p.length;v<S;v++)A[p[v]]=!0}(),r.isValidJavaScriptVariableName=function(p){return!r.RESERVED_WORDS[p]&&/^[a-zA-Z_$][0-9a-zA-Z_$]*$/.test(p)},i.default=r,g.exports=i.default},function(g,i,u){"use strict";function n(s,f,y){if(h.isArray(s)){for(var a=[],m=0,d=s.length;m<d;m++)a.push(f.wrap(s[m],y));return a}return typeof s=="boolean"||typeof s=="number"?s+"":s}function r(s){this.srcFile=s,this.source=[]}var l=u(60).default;i.__esModule=!0;var h=u(5),c=void 0;try{}catch(s){}c||(c=function(s,f,y,a){this.src="",a&&this.add(a)},c.prototype={add:function(s){h.isArray(s)&&(s=s.join("")),this.src+=s},prepend:function(s){h.isArray(s)&&(s=s.join("")),this.src=s+this.src},toStringWithSourceMap:function(){return{code:this.toString()}},toString:function(){return this.src}}),r.prototype={isEmpty:function(){return!this.source.length},prepend:function(s,f){this.source.unshift(this.wrap(s,f))},push:function(s,f){this.source.push(this.wrap(s,f))},merge:function(){var s=this.empty();return this.each(function(f){s.add([" ",f,`
- `])}),s},each:function(s){for(var f=0,y=this.source.length;f<y;f++)s(this.source[f])},empty:function(){var s=this.currentLocation||{start:{}};return new c(s.start.line,s.start.column,this.srcFile)},wrap:function(s){var f=arguments.length<=1||arguments[1]===void 0?this.currentLocation||{start:{}}:arguments[1];return s instanceof c?s:(s=n(s,this,f),new c(f.start.line,f.start.column,this.srcFile,s))},functionCall:function(s,f,y){return y=this.generateList(y),this.wrap([s,f?"."+f+"(":"(",y,")"])},quotedString:function(s){return'"'+(s+"").replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")+'"'},objectLiteral:function(s){var f=this,y=[];l(s).forEach(function(m){var d=n(s[m],f);d!=="undefined"&&y.push([f.quotedString(m),":",d])});var a=this.generateList(y);return a.prepend("{"),a.add("}"),a},generateList:function(s){for(var f=this.empty(),y=0,a=s.length;y<a;y++)y&&f.add(","),f.add(n(s[y],this));return f},generateArray:function(s){var f=this.generateList(s);return f.prepend("["),f.add("]"),f}},i.default=r,g.exports=i.default}])})},9978:(x,g,i)=>{var u,n;u=[i(8411),i(8543),i(1382),i(9091),i(5780),i(1628),i(1205),i(9340),i(1074),i(3985),i(6599),i(3040)],n=function(r,l,h,c,s,f,y){"use strict";var a=/%20/g,m=/#.*$/,d=/([?&])_=[^&]*/,p=/^(.*?):[ \t]*([^\r\n]*)$/mg,A=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,v=/^(?:GET|HEAD)$/,S=/^\/\//,N={},E={},_="*/".concat("*"),P=l.createElement("a");P.href=s.href;function I(D){return function(F,H){typeof F!="string"&&(H=F,F="*");var K,$=0,W=F.toLowerCase().match(c)||[];if(h(H))for(;K=W[$++];)K[0]==="+"?(K=K.slice(1)||"*",(D[K]=D[K]||[]).unshift(H)):(D[K]=D[K]||[]).push(H)}}function k(D,F,H,K){var $={},W=D===E;function M(z){var U;return $[z]=!0,r.each(D[z]||[],function(Q,re){var ae=re(F,H,K);if(typeof ae=="string"&&!W&&!$[ae])return F.dataTypes.unshift(ae),M(ae),!1;if(W)return!(U=ae)}),U}return M(F.dataTypes[0])||!$["*"]&&M("*")}function R(D,F){var H,K,$=r.ajaxSettings.flatOptions||{};for(H in F)F[H]!==void 0&&(($[H]?D:K||(K={}))[H]=F[H]);return K&&r.extend(!0,D,K),D}function T(D,F,H){for(var K,$,W,M,z=D.contents,U=D.dataTypes;U[0]==="*";)U.shift(),K===void 0&&(K=D.mimeType||F.getResponseHeader("Content-Type"));if(K){for($ in z)if(z[$]&&z[$].test(K)){U.unshift($);break}}if(U[0]in H)W=U[0];else{for($ in H){if(!U[0]||D.converters[$+" "+U[0]]){W=$;break}M||(M=$)}W=W||M}if(W)return W!==U[0]&&U.unshift(W),H[W]}function w(D,F,H,K){var $,W,M,z,U,Q={},re=D.dataTypes.slice();if(re[1])for(M in D.converters)Q[M.toLowerCase()]=D.converters[M];for(W=re.shift();W;)if(D.responseFields[W]&&(H[D.responseFields[W]]=F),!U&&K&&D.dataFilter&&(F=D.dataFilter(F,D.dataType)),U=W,W=re.shift(),W){if(W==="*")W=U;else if(U!=="*"&&U!==W){if(M=Q[U+" "+W]||Q["* "+W],!M){for($ in Q)if(z=$.split(" "),z[1]===W&&(M=Q[U+" "+z[0]]||Q["* "+z[0]],M)){M===!0?M=Q[$]:Q[$]!==!0&&(W=z[0],re.unshift(z[1]));break}}if(M!==!0)if(M&&D.throws)F=M(F);else try{F=M(F)}catch(ae){return{state:"parsererror",error:M?ae:"No conversion from "+U+" to "+W}}}}return{state:"success",data:F}}return r.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:s.href,type:"GET",isLocal:A.test(s.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":_,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(D,F){return F?R(R(D,r.ajaxSettings),F):R(r.ajaxSettings,D)},ajaxPrefilter:I(N),ajaxTransport:I(E),ajax:function(D,F){typeof D=="object"&&(F=D,D=void 0),F=F||{};var H,K,$,W,M,z,U,Q,re,ae,Z=r.ajaxSetup({},F),me=Z.context||Z,Ae=Z.context&&(me.nodeType||me.jquery)?r(me):r.event,Ne=r.Deferred(),ke=r.Callbacks("once memory"),at=Z.statusCode||{},At={},Et={},Tt="canceled",de={readyState:0,getResponseHeader:function(Se){var Me;if(U){if(!W)for(W={};Me=p.exec($);)W[Me[1].toLowerCase()+" "]=(W[Me[1].toLowerCase()+" "]||[]).concat(Me[2]);Me=W[Se.toLowerCase()+" "]}return Me==null?null:Me.join(", ")},getAllResponseHeaders:function(){return U?$:null},setRequestHeader:function(Se,Me){return U==null&&(Se=Et[Se.toLowerCase()]=Et[Se.toLowerCase()]||Se,At[Se]=Me),this},overrideMimeType:function(Se){return U==null&&(Z.mimeType=Se),this},statusCode:function(Se){var Me;if(Se)if(U)de.always(Se[de.status]);else for(Me in Se)at[Me]=[at[Me],Se[Me]];return this},abort:function(Se){var Me=Se||Tt;return H&&H.abort(Me),Ce(0,Me),this}};if(Ne.promise(de),Z.url=((D||Z.url||s.href)+"").replace(S,s.protocol+"//"),Z.type=F.method||F.type||Z.method||Z.type,Z.dataTypes=(Z.dataType||"*").toLowerCase().match(c)||[""],Z.crossDomain==null){z=l.createElement("a");try{z.href=Z.url,z.href=z.href,Z.crossDomain=P.protocol+"//"+P.host!=z.protocol+"//"+z.host}catch(Se){Z.crossDomain=!0}}if(Z.data&&Z.processData&&typeof Z.data!="string"&&(Z.data=r.param(Z.data,Z.traditional)),k(N,Z,F,de),U)return de;Q=r.event&&Z.global,Q&&r.active++===0&&r.event.trigger("ajaxStart"),Z.type=Z.type.toUpperCase(),Z.hasContent=!v.test(Z.type),K=Z.url.replace(m,""),Z.hasContent?Z.data&&Z.processData&&(Z.contentType||"").indexOf("application/x-www-form-urlencoded")===0&&(Z.data=Z.data.replace(a,"+")):(ae=Z.url.slice(K.length),Z.data&&(Z.processData||typeof Z.data=="string")&&(K+=(y.test(K)?"&":"?")+Z.data,delete Z.data),Z.cache===!1&&(K=K.replace(d,"$1"),ae=(y.test(K)?"&":"?")+"_="+f.guid+++ae),Z.url=K+ae),Z.ifModified&&(r.lastModified[K]&&de.setRequestHeader("If-Modified-Since",r.lastModified[K]),r.etag[K]&&de.setRequestHeader("If-None-Match",r.etag[K])),(Z.data&&Z.hasContent&&Z.contentType!==!1||F.contentType)&&de.setRequestHeader("Content-Type",Z.contentType),de.setRequestHeader("Accept",Z.dataTypes[0]&&Z.accepts[Z.dataTypes[0]]?Z.accepts[Z.dataTypes[0]]+(Z.dataTypes[0]!=="*"?", "+_+"; q=0.01":""):Z.accepts["*"]);for(re in Z.headers)de.setRequestHeader(re,Z.headers[re]);if(Z.beforeSend&&(Z.beforeSend.call(me,de,Z)===!1||U))return de.abort();if(Tt="abort",ke.add(Z.complete),de.done(Z.success),de.fail(Z.error),H=k(E,Z,F,de),!H)Ce(-1,"No Transport");else{if(de.readyState=1,Q&&Ae.trigger("ajaxSend",[de,Z]),U)return de;Z.async&&Z.timeout>0&&(M=window.setTimeout(function(){de.abort("timeout")},Z.timeout));try{U=!1,H.send(At,Ce)}catch(Se){if(U)throw Se;Ce(-1,Se)}}function Ce(Se,Me,ht,Ut){var tt,Oe,ce,Re,we,J=Me;U||(U=!0,M&&window.clearTimeout(M),H=void 0,$=Ut||"",de.readyState=Se>0?4:0,tt=Se>=200&&Se<300||Se===304,ht&&(Re=T(Z,de,ht)),!tt&&r.inArray("script",Z.dataTypes)>-1&&r.inArray("json",Z.dataTypes)<0&&(Z.converters["text script"]=function(){}),Re=w(Z,Re,de,tt),tt?(Z.ifModified&&(we=de.getResponseHeader("Last-Modified"),we&&(r.lastModified[K]=we),we=de.getResponseHeader("etag"),we&&(r.etag[K]=we)),Se===204||Z.type==="HEAD"?J="nocontent":Se===304?J="notmodified":(J=Re.state,Oe=Re.data,ce=Re.error,tt=!ce)):(ce=J,(Se||!J)&&(J="error",Se<0&&(Se=0))),de.status=Se,de.statusText=(Me||J)+"",tt?Ne.resolveWith(me,[Oe,J,de]):Ne.rejectWith(me,[de,J,ce]),de.statusCode(at),at=void 0,Q&&Ae.trigger(tt?"ajaxSuccess":"ajaxError",[de,Z,tt?Oe:ce]),ke.fireWith(me,[de,J]),Q&&(Ae.trigger("ajaxComplete",[de,Z]),--r.active||r.event.trigger("ajaxStop")))}return de},getJSON:function(D,F,H){return r.get(D,F,H,"json")},getScript:function(D,F){return r.get(D,void 0,F,"script")}}),r.each(["get","post"],function(D,F){r[F]=function(H,K,$,W){return h(K)&&(W=W||$,$=K,K=void 0),r.ajax(r.extend({url:H,type:F,dataType:W,data:K,success:$},r.isPlainObject(H)&&H))}}),r.ajaxPrefilter(function(D){var F;for(F in D.headers)F.toLowerCase()==="content-type"&&(D.contentType=D.headers[F]||"")}),r}.apply(g,u),n!==void 0&&(x.exports=n)},4139:(x,g,i)=>{var u,n;u=[i(8411),i(1382),i(1628),i(1205),i(9978)],n=function(r,l,h,c){"use strict";var s=[],f=/(=)\?(?=&|$)|\?\?/;r.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var y=s.pop()||r.expando+"_"+h.guid++;return this[y]=!0,y}}),r.ajaxPrefilter("json jsonp",function(y,a,m){var d,p,A,v=y.jsonp!==!1&&(f.test(y.url)?"url":typeof y.data=="string"&&(y.contentType||"").indexOf("application/x-www-form-urlencoded")===0&&f.test(y.data)&&"data");if(v||y.dataTypes[0]==="jsonp")return d=y.jsonpCallback=l(y.jsonpCallback)?y.jsonpCallback():y.jsonpCallback,v?y[v]=y[v].replace(f,"$1"+d):y.jsonp!==!1&&(y.url+=(c.test(y.url)?"&":"?")+y.jsonp+"="+d),y.converters["script json"]=function(){return A||r.error(d+" was not called"),A[0]},y.dataTypes[0]="json",p=window[d],window[d]=function(){A=arguments},m.always(function(){p===void 0?r(window).removeProp(d):window[d]=p,y[d]&&(y.jsonpCallback=a.jsonpCallback,s.push(d)),A&&l(p)&&p(A[0]),A=p=void 0}),"script"})}.apply(g,u),n!==void 0&&(x.exports=n)},9165:(x,g,i)=>{var u,n;u=[i(8411),i(9266),i(1382),i(3814),i(9978),i(2569),i(7957),i(4553)],n=function(r,l,h){"use strict";r.fn.load=function(c,s,f){var y,a,m,d=this,p=c.indexOf(" ");return p>-1&&(y=l(c.slice(p)),c=c.slice(0,p)),h(s)?(f=s,s=void 0):s&&typeof s=="object"&&(a="POST"),d.length>0&&r.ajax({url:c,type:a||"GET",dataType:"html",data:s}).done(function(A){m=arguments,d.html(y?r("<div>").append(r.parseHTML(A)).find(y):A)}).always(f&&function(A,v){d.each(function(){f.apply(this,m||[A.responseText,v,A])})}),this}}.apply(g,u),n!==void 0&&(x.exports=n)},8498:(x,g,i)=>{var u,n;u=[i(8411),i(8543),i(9978)],n=function(r,l){"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 c,s;return{send:function(f,y){c=r("<script>").attr(h.scriptAttrs||{}).prop({charset:h.scriptCharset,src:h.url}).on("load error",s=function(a){c.remove(),s=null,a&&y(a.type==="error"?404:200,a.type)}),l.head.appendChild(c[0])},abort:function(){s&&s()}}}})}.apply(g,u),n!==void 0&&(x.exports=n)},5780:(x,g,i)=>{var u;u=function(){"use strict";return window.location}.call(g,i,g,x),u!==void 0&&(x.exports=u)},1628:(x,g,i)=>{var u;u=function(){"use strict";return{guid:Date.now()}}.call(g,i,g,x),u!==void 0&&(x.exports=u)},1205:(x,g,i)=>{var u;u=function(){"use strict";return/\?/}.call(g,i,g,x),u!==void 0&&(x.exports=u)},4895:(x,g,i)=>{var u,n;u=[i(8411),i(107),i(9978)],n=function(r,l){"use strict";r.ajaxSettings.xhr=function(){try{return new window.XMLHttpRequest}catch(s){}};var h={0:200,1223:204},c=r.ajaxSettings.xhr();l.cors=!!c&&"withCredentials"in c,l.ajax=c=!!c,r.ajaxTransport(function(s){var f,y;if(l.cors||c&&!s.crossDomain)return{send:function(a,m){var d,p=s.xhr();if(p.open(s.type,s.url,s.async,s.username,s.password),s.xhrFields)for(d in s.xhrFields)p[d]=s.xhrFields[d];s.mimeType&&p.overrideMimeType&&p.overrideMimeType(s.mimeType),!s.crossDomain&&!a["X-Requested-With"]&&(a["X-Requested-With"]="XMLHttpRequest");for(d in a)p.setRequestHeader(d,a[d]);f=function(A){return function(){f&&(f=y=p.onload=p.onerror=p.onabort=p.ontimeout=p.onreadystatechange=null,A==="abort"?p.abort():A==="error"?typeof p.status!="number"?m(0,"error"):m(p.status,p.statusText):m(h[p.status]||p.status,p.statusText,(p.responseType||"text")!=="text"||typeof p.responseText!="string"?{binary:p.response}:{text:p.responseText},p.getAllResponseHeaders()))}},p.onload=f(),y=p.onerror=p.ontimeout=f("error"),p.onabort!==void 0?p.onabort=y:p.onreadystatechange=function(){p.readyState===4&&window.setTimeout(function(){f&&y()})},f=f("abort");try{p.send(s.hasContent&&s.data||null)}catch(A){if(f)throw A}},abort:function(){f&&f()}}})}.apply(g,u),n!==void 0&&(x.exports=n)},5549:(x,g,i)=>{var u,n;u=[i(8411),i(6439),i(5933),i(9142),i(7065)],n=function(r){"use strict";return r}.apply(g,u),n!==void 0&&(x.exports=n)},6439:(x,g,i)=>{var u,n;u=[i(8411),i(6756),i(9773),i(5581),i(9091),i(4553)],n=function(r,l,h,c,s){"use strict";var f,y=r.expr.attrHandle;r.fn.extend({attr:function(a,m){return l(this,r.attr,a,m,arguments.length>1)},removeAttr:function(a){return this.each(function(){r.removeAttr(this,a)})}}),r.extend({attr:function(a,m,d){var p,A,v=a.nodeType;if(!(v===3||v===8||v===2)){if(typeof a.getAttribute=="undefined")return r.prop(a,m,d);if((v!==1||!r.isXMLDoc(a))&&(A=r.attrHooks[m.toLowerCase()]||(r.expr.match.bool.test(m)?f:void 0)),d!==void 0){if(d===null){r.removeAttr(a,m);return}return A&&"set"in A&&(p=A.set(a,d,m))!==void 0?p:(a.setAttribute(m,d+""),d)}return A&&"get"in A&&(p=A.get(a,m))!==null?p:(p=r.find.attr(a,m),p==null?void 0:p)}},attrHooks:{type:{set:function(a,m){if(!c.radioValue&&m==="radio"&&h(a,"input")){var d=a.value;return a.setAttribute("type",m),d&&(a.value=d),m}}}},removeAttr:function(a,m){var d,p=0,A=m&&m.match(s);if(A&&a.nodeType===1)for(;d=A[p++];)a.removeAttribute(d)}}),f={set:function(a,m,d){return m===!1?r.removeAttr(a,d):a.setAttribute(d,d),d}},r.each(r.expr.match.bool.source.match(/\w+/g),function(a,m){var d=y[m]||r.find.attr;y[m]=function(p,A,v){var S,N,E=A.toLowerCase();return v||(N=y[E],y[E]=S,S=d(p,A,v)!=null?E:null,y[E]=N),S}})}.apply(g,u),n!==void 0&&(x.exports=n)},9142:(x,g,i)=>{var u,n;u=[i(8411),i(9266),i(1382),i(9091),i(9192),i(9340)],n=function(r,l,h,c,s){"use strict";function f(a){return a.getAttribute&&a.getAttribute("class")||""}function y(a){return Array.isArray(a)?a:typeof a=="string"?a.match(c)||[]:[]}r.fn.extend({addClass:function(a){var m,d,p,A,v,S;return h(a)?this.each(function(N){r(this).addClass(a.call(this,N,f(this)))}):(m=y(a),m.length?this.each(function(){if(p=f(this),d=this.nodeType===1&&" "+l(p)+" ",d){for(v=0;v<m.length;v++)A=m[v],d.indexOf(" "+A+" ")<0&&(d+=A+" ");S=l(d),p!==S&&this.setAttribute("class",S)}}):this)},removeClass:function(a){var m,d,p,A,v,S;return h(a)?this.each(function(N){r(this).removeClass(a.call(this,N,f(this)))}):arguments.length?(m=y(a),m.length?this.each(function(){if(p=f(this),d=this.nodeType===1&&" "+l(p)+" ",d){for(v=0;v<m.length;v++)for(A=m[v];d.indexOf(" "+A+" ")>-1;)d=d.replace(" "+A+" "," ");S=l(d),p!==S&&this.setAttribute("class",S)}}):this):this.attr("class","")},toggleClass:function(a,m){var d,p,A,v,S=typeof a,N=S==="string"||Array.isArray(a);return h(a)?this.each(function(E){r(this).toggleClass(a.call(this,E,f(this),m),m)}):typeof m=="boolean"&&N?m?this.addClass(a):this.removeClass(a):(d=y(a),this.each(function(){if(N)for(v=r(this),A=0;A<d.length;A++)p=d[A],v.hasClass(p)?v.removeClass(p):v.addClass(p);else(a===void 0||S==="boolean")&&(p=f(this),p&&s.set(this,"__className__",p),this.setAttribute&&this.setAttribute("class",p||a===!1?"":s.get(this,"__className__")||""))}))},hasClass:function(a){var m,d,p=0;for(m=" "+a+" ";d=this[p++];)if(d.nodeType===1&&(" "+l(f(d))+" ").indexOf(m)>-1)return!0;return!1}})}.apply(g,u),n!==void 0&&(x.exports=n)},5933:(x,g,i)=>{var u,n;u=[i(8411),i(6756),i(5581),i(4553)],n=function(r,l,h){"use strict";var c=/^(?:input|select|textarea|button)$/i,s=/^(?:a|area)$/i;r.fn.extend({prop:function(f,y){return l(this,r.prop,f,y,arguments.length>1)},removeProp:function(f){return this.each(function(){delete this[r.propFix[f]||f]})}}),r.extend({prop:function(f,y,a){var m,d,p=f.nodeType;if(!(p===3||p===8||p===2))return(p!==1||!r.isXMLDoc(f))&&(y=r.propFix[y]||y,d=r.propHooks[y]),a!==void 0?d&&"set"in d&&(m=d.set(f,a,y))!==void 0?m:f[y]=a:d&&"get"in d&&(m=d.get(f,y))!==null?m:f[y]},propHooks:{tabIndex:{get:function(f){var y=r.find.attr(f,"tabindex");return y?parseInt(y,10):c.test(f.nodeName)||s.test(f.nodeName)&&f.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),h.optSelected||(r.propHooks.selected={get:function(f){var y=f.parentNode;return y&&y.parentNode&&y.parentNode.selectedIndex,null},set:function(f){var y=f.parentNode;y&&(y.selectedIndex,y.parentNode&&y.parentNode.selectedIndex)}}),r.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){r.propFix[this.toLowerCase()]=this})}.apply(g,u),n!==void 0&&(x.exports=n)},5581:(x,g,i)=>{var u,n;u=[i(8543),i(107)],n=function(r,l){"use strict";return function(){var h=r.createElement("input"),c=r.createElement("select"),s=c.appendChild(r.createElement("option"));h.type="checkbox",l.checkOn=h.value!=="",l.optSelected=s.selected,h=r.createElement("input"),h.value="t",h.type="radio",l.radioValue=h.value==="t"}(),l}.apply(g,u),n!==void 0&&(x.exports=n)},7065:(x,g,i)=>{var u,n;u=[i(8411),i(9266),i(5581),i(9773),i(1382),i(9340)],n=function(r,l,h,c,s){"use strict";var f=/\r/g;r.fn.extend({val:function(y){var a,m,d,p=this[0];return arguments.length?(d=s(y),this.each(function(A){var v;this.nodeType===1&&(d?v=y.call(this,A,r(this).val()):v=y,v==null?v="":typeof v=="number"?v+="":Array.isArray(v)&&(v=r.map(v,function(S){return S==null?"":S+""})),a=r.valHooks[this.type]||r.valHooks[this.nodeName.toLowerCase()],(!a||!("set"in a)||a.set(this,v,"value")===void 0)&&(this.value=v))})):p?(a=r.valHooks[p.type]||r.valHooks[p.nodeName.toLowerCase()],a&&"get"in a&&(m=a.get(p,"value"))!==void 0?m:(m=p.value,typeof m=="string"?m.replace(f,""):m==null?"":m)):void 0}}),r.extend({valHooks:{option:{get:function(y){var a=r.find.attr(y,"value");return a!=null?a:l(r.text(y))}},select:{get:function(y){var a,m,d,p=y.options,A=y.selectedIndex,v=y.type==="select-one",S=v?null:[],N=v?A+1:p.length;for(A<0?d=N:d=v?A:0;d<N;d++)if(m=p[d],(m.selected||d===A)&&!m.disabled&&(!m.parentNode.disabled||!c(m.parentNode,"optgroup"))){if(a=r(m).val(),v)return a;S.push(a)}return S},set:function(y,a){for(var m,d,p=y.options,A=r.makeArray(a),v=p.length;v--;)d=p[v],(d.selected=r.inArray(r.valHooks.option.get(d),A)>-1)&&(m=!0);return m||(y.selectedIndex=-1),A}}}}),r.each(["radio","checkbox"],function(){r.valHooks[this]={set:function(y,a){if(Array.isArray(a))return y.checked=r.inArray(r(y).val(),a)>-1}},h.checkOn||(r.valHooks[this].get=function(y){return y.getAttribute("value")===null?"on":y.value})})}.apply(g,u),n!==void 0&&(x.exports=n)},3682:(x,g,i)=>{var u,n;u=[i(8411),i(8519),i(1382),i(9091)],n=function(r,l,h,c){"use strict";function s(f){var y={};return r.each(f.match(c)||[],function(a,m){y[m]=!0}),y}return r.Callbacks=function(f){f=typeof f=="string"?s(f):r.extend({},f);var y,a,m,d,p=[],A=[],v=-1,S=function(){for(d=d||f.once,m=y=!0;A.length;v=-1)for(a=A.shift();++v<p.length;)p[v].apply(a[0],a[1])===!1&&f.stopOnFalse&&(v=p.length,a=!1);f.memory||(a=!1),y=!1,d&&(a?p=[]:p="")},N={add:function(){return p&&(a&&!y&&(v=p.length-1,A.push(a)),function E(_){r.each(_,function(P,I){h(I)?(!f.unique||!N.has(I))&&p.push(I):I&&I.length&&l(I)!=="string"&&E(I)})}(arguments),a&&!y&&S()),this},remove:function(){return r.each(arguments,function(E,_){for(var P;(P=r.inArray(_,p,P))>-1;)p.splice(P,1),P<=v&&v--}),this},has:function(E){return E?r.inArray(E,p)>-1:p.length>0},empty:function(){return p&&(p=[]),this},disable:function(){return d=A=[],p=a="",this},disabled:function(){return!p},lock:function(){return d=A=[],!a&&!y&&(p=a=""),this},locked:function(){return!!d},fireWith:function(E,_){return d||(_=_||[],_=[E,_.slice?_.slice():_],A.push(_),y||S()),this},fire:function(){return N.fireWith(this,arguments),this},fired:function(){return!!m}};return N},r}.apply(g,u),n!==void 0&&(x.exports=n)},8411:(x,g,i)=>{var u,n;u=[i(2283),i(2332),i(5950),i(8305),i(7298),i(4733),i(8320),i(4122),i(1402),i(2122),i(8928),i(107),i(1382),i(7346),i(2710),i(8519)],n=function(r,l,h,c,s,f,y,a,m,d,p,A,v,S,N,E){"use strict";var _="3.7.1",P=/HTML$/i,I=function(R,T){return new I.fn.init(R,T)};I.fn=I.prototype={jquery:_,constructor:I,length:0,toArray:function(){return h.call(this)},get:function(R){return R==null?h.call(this):R<0?this[R+this.length]:this[R]},pushStack:function(R){var T=I.merge(this.constructor(),R);return T.prevObject=this,T},each:function(R){return I.each(this,R)},map:function(R){return this.pushStack(I.map(this,function(T,w){return R.call(T,w,T)}))},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(I.grep(this,function(R,T){return(T+1)%2}))},odd:function(){return this.pushStack(I.grep(this,function(R,T){return T%2}))},eq:function(R){var T=this.length,w=+R+(R<0?T:0);return this.pushStack(w>=0&&w<T?[this[w]]:[])},end:function(){return this.prevObject||this.constructor()},push:s,sort:r.sort,splice:r.splice},I.extend=I.fn.extend=function(){var R,T,w,D,F,H,K=arguments[0]||{},$=1,W=arguments.length,M=!1;for(typeof K=="boolean"&&(M=K,K=arguments[$]||{},$++),typeof K!="object"&&!v(K)&&(K={}),$===W&&(K=this,$--);$<W;$++)if((R=arguments[$])!=null)for(T in R)D=R[T],!(T==="__proto__"||K===D)&&(M&&D&&(I.isPlainObject(D)||(F=Array.isArray(D)))?(w=K[T],F&&!Array.isArray(w)?H=[]:!F&&!I.isPlainObject(w)?H={}:H=w,F=!1,K[T]=I.extend(M,H,D)):D!==void 0&&(K[T]=D));return K},I.extend({expando:"jQuery"+(_+Math.random()).replace(/\D/g,""),isReady:!0,error:function(R){throw new Error(R)},noop:function(){},isPlainObject:function(R){var T,w;return!R||a.call(R)!=="[object Object]"?!1:(T=l(R),T?(w=m.call(T,"constructor")&&T.constructor,typeof w=="function"&&d.call(w)===p):!0)},isEmptyObject:function(R){var T;for(T in R)return!1;return!0},globalEval:function(R,T,w){N(R,{nonce:T&&T.nonce},w)},each:function(R,T){var w,D=0;if(k(R))for(w=R.length;D<w&&T.call(R[D],D,R[D])!==!1;D++);else for(D in R)if(T.call(R[D],D,R[D])===!1)break;return R},text:function(R){var T,w="",D=0,F=R.nodeType;if(!F)for(;T=R[D++];)w+=I.text(T);return F===1||F===11?R.textContent:F===9?R.documentElement.textContent:F===3||F===4?R.nodeValue:w},makeArray:function(R,T){var w=T||[];return R!=null&&(k(Object(R))?I.merge(w,typeof R=="string"?[R]:R):s.call(w,R)),w},inArray:function(R,T,w){return T==null?-1:f.call(T,R,w)},isXMLDoc:function(R){var T=R&&R.namespaceURI,w=R&&(R.ownerDocument||R).documentElement;return!P.test(T||w&&w.nodeName||"HTML")},merge:function(R,T){for(var w=+T.length,D=0,F=R.length;D<w;D++)R[F++]=T[D];return R.length=F,R},grep:function(R,T,w){for(var D,F=[],H=0,K=R.length,$=!w;H<K;H++)D=!T(R[H],H),D!==$&&F.push(R[H]);return F},map:function(R,T,w){var D,F,H=0,K=[];if(k(R))for(D=R.length;H<D;H++)F=T(R[H],H,w),F!=null&&K.push(F);else for(H in R)F=T(R[H],H,w),F!=null&&K.push(F);return c(K)},guid:1,support:A}),typeof Symbol=="function"&&(I.fn[Symbol.iterator]=r[Symbol.iterator]),I.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(R,T){y["[object "+T+"]"]=T.toLowerCase()});function k(R){var T=!!R&&"length"in R&&R.length,w=E(R);return v(R)||S(R)?!1:w==="array"||T===0||typeof T=="number"&&T>0&&T-1 in R}return I}.apply(g,u),n!==void 0&&(x.exports=n)},2710:(x,g,i)=>{var u,n;u=[i(8543)],n=function(r){"use strict";var l={type:!0,src:!0,nonce:!0,noModule:!0};function h(c,s,f){f=f||r;var y,a,m=f.createElement("script");if(m.text=c,s)for(y in l)a=s[y]||s.getAttribute&&s.getAttribute(y),a&&m.setAttribute(y,a);f.head.appendChild(m).parentNode.removeChild(m)}return h}.apply(g,u),n!==void 0&&(x.exports=n)},6756:(x,g,i)=>{var u,n;u=[i(8411),i(8519),i(1382)],n=function(r,l,h){"use strict";var c=function(s,f,y,a,m,d,p){var A=0,v=s.length,S=y==null;if(l(y)==="object"){m=!0;for(A in y)c(s,f,A,y[A],!0,d,p)}else if(a!==void 0&&(m=!0,h(a)||(p=!0),S&&(p?(f.call(s,a),f=null):(S=f,f=function(N,E,_){return S.call(r(N),_)})),f))for(;A<v;A++)f(s[A],y,p?a:a.call(s[A],A,f(s[A],y)));return m?s:S?f.call(s):v?f(s[0],y):d};return c}.apply(g,u),n!==void 0&&(x.exports=n)},9758:(x,g)=>{var i,u;i=[],u=function(){"use strict";var n=/^-ms-/,r=/-([a-z])/g;function l(c,s){return s.toUpperCase()}function h(c){return c.replace(n,"ms-").replace(r,l)}return h}.apply(g,i),u!==void 0&&(x.exports=u)},9340:(x,g,i)=>{var u,n;u=[i(8411),i(8543),i(1382),i(3894),i(8269)],n=function(r,l,h,c){"use strict";var s,f=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/,y=r.fn.init=function(a,m,d){var p,A;if(!a)return this;if(d=d||s,typeof a=="string")if(a[0]==="<"&&a[a.length-1]===">"&&a.length>=3?p=[null,a,null]:p=f.exec(a),p&&(p[1]||!m))if(p[1]){if(m=m instanceof r?m[0]:m,r.merge(this,r.parseHTML(p[1],m&&m.nodeType?m.ownerDocument||m:l,!0)),c.test(p[1])&&r.isPlainObject(m))for(p in m)h(this[p])?this[p](m[p]):this.attr(p,m[p]);return this}else return A=l.getElementById(p[2]),A&&(this[0]=A,this.length=1),this;else return!m||m.jquery?(m||d).find(a):this.constructor(m).find(a);else{if(a.nodeType)return this[0]=a,this.length=1,this;if(h(a))return d.ready!==void 0?d.ready(a):a(r)}return r.makeArray(a,this)};return y.prototype=r.fn,s=r(l),y}.apply(g,u),n!==void 0&&(x.exports=n)},5194:(x,g,i)=>{var u,n;u=[i(8411),i(7623),i(685)],n=function(r,l){"use strict";var h=function(s){return r.contains(s.ownerDocument,s)},c={composed:!0};return l.getRootNode&&(h=function(s){return r.contains(s.ownerDocument,s)||s.getRootNode(c)===s.ownerDocument}),h}.apply(g,u),n!==void 0&&(x.exports=n)},9773:(x,g,i)=>{var u;u=function(){"use strict";function n(r,l){return r.nodeName&&r.nodeName.toLowerCase()===l.toLowerCase()}return n}.call(g,i,g,x),u!==void 0&&(x.exports=u)},3814:(x,g,i)=>{var u,n;u=[i(8411),i(8543),i(3894),i(7414),i(203)],n=function(r,l,h,c,s){"use strict";return r.parseHTML=function(f,y,a){if(typeof f!="string")return[];typeof y=="boolean"&&(a=y,y=!1);var m,d,p;return y||(s.createHTMLDocument?(y=l.implementation.createHTMLDocument(""),m=y.createElement("base"),m.href=l.location.href,y.head.appendChild(m)):y=l),d=h.exec(f),p=!a&&[],d?[y.createElement(d[1])]:(d=c([f],y,p),p&&p.length&&r(p).remove(),r.merge([],d.childNodes))},r.parseHTML}.apply(g,u),n!==void 0&&(x.exports=n)},1074:(x,g,i)=>{var u,n;u=[i(8411)],n=function(r){"use strict";return r.parseXML=function(l){var h,c;if(!l||typeof l!="string")return null;try{h=new window.DOMParser().parseFromString(l,"text/xml")}catch(s){}return c=h&&h.getElementsByTagName("parsererror")[0],(!h||c)&&r.error("Invalid XML: "+(c?r.map(c.childNodes,function(s){return s.textContent}).join(`
- `):l)),h},r.parseXML}.apply(g,u),n!==void 0&&(x.exports=n)},1791:(x,g,i)=>{var u,n;u=[i(8411),i(8543),i(1114),i(6599)],n=function(r,l){"use strict";var h=r.Deferred();r.fn.ready=function(s){return h.then(s).catch(function(f){r.readyException(f)}),this},r.extend({isReady:!1,readyWait:1,ready:function(s){(s===!0?--r.readyWait:r.isReady)||(r.isReady=!0,!(s!==!0&&--r.readyWait>0)&&h.resolveWith(l,[r]))}}),r.ready.then=h.then;function c(){l.removeEventListener("DOMContentLoaded",c),window.removeEventListener("load",c),r.ready()}l.readyState==="complete"||l.readyState!=="loading"&&!l.documentElement.doScroll?window.setTimeout(r.ready):(l.addEventListener("DOMContentLoaded",c),window.addEventListener("load",c))}.apply(g,u),n!==void 0&&(x.exports=n)},1114:(x,g,i)=>{var u,n;u=[i(8411)],n=function(r){"use strict";r.readyException=function(l){window.setTimeout(function(){throw l})}}.apply(g,u),n!==void 0&&(x.exports=n)},9266:(x,g,i)=>{var u,n;u=[i(9091)],n=function(r){"use strict";function l(h){var c=h.match(r)||[];return c.join(" ")}return l}.apply(g,u),n!==void 0&&(x.exports=n)},203:(x,g,i)=>{var u,n;u=[i(8543),i(107)],n=function(r,l){"use strict";return l.createHTMLDocument=function(){var h=r.implementation.createHTMLDocument("").body;return h.innerHTML="<form></form><form></form>",h.childNodes.length===2}(),l}.apply(g,u),n!==void 0&&(x.exports=n)},8519:(x,g,i)=>{var u,n;u=[i(8320),i(4122)],n=function(r,l){"use strict";function h(c){return c==null?c+"":typeof c=="object"||typeof c=="function"?r[l.call(c)]||"object":typeof c}return h}.apply(g,u),n!==void 0&&(x.exports=n)},3894:(x,g,i)=>{var u;u=function(){"use strict";return/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i}.call(g,i,g,x),u!==void 0&&(x.exports=u)},9229:(x,g,i)=>{var u,n;u=[i(8411),i(6756),i(9758),i(9773),i(403),i(945),i(8064),i(1483),i(3934),i(1821),i(9617),i(5748),i(3629),i(541),i(5744),i(9340),i(1791),i(4553)],n=function(r,l,h,c,s,f,y,a,m,d,p,A,v,S,N){"use strict";var E=/^(none|table(?!-c[ea]).+)/,_={position:"absolute",visibility:"hidden",display:"block"},P={letterSpacing:"0",fontWeight:"400"};function I(T,w,D){var F=s.exec(w);return F?Math.max(0,F[2]-(D||0))+(F[3]||"px"):w}function k(T,w,D,F,H,K){var $=w==="width"?1:0,W=0,M=0,z=0;if(D===(F?"border":"content"))return 0;for(;$<4;$+=2)D==="margin"&&(z+=r.css(T,D+a[$],!0,H)),F?(D==="content"&&(M-=r.css(T,"padding"+a[$],!0,H)),D!=="margin"&&(M-=r.css(T,"border"+a[$]+"Width",!0,H))):(M+=r.css(T,"padding"+a[$],!0,H),D!=="padding"?M+=r.css(T,"border"+a[$]+"Width",!0,H):W+=r.css(T,"border"+a[$]+"Width",!0,H));return!F&&K>=0&&(M+=Math.max(0,Math.ceil(T["offset"+w[0].toUpperCase()+w.slice(1)]-K-M-W-.5))||0),M+z}function R(T,w,D){var F=m(T),H=!S.boxSizingReliable()||D,K=H&&r.css(T,"boxSizing",!1,F)==="border-box",$=K,W=p(T,w,F),M="offset"+w[0].toUpperCase()+w.slice(1);if(f.test(W)){if(!D)return W;W="auto"}return(!S.boxSizingReliable()&&K||!S.reliableTrDimensions()&&c(T,"tr")||W==="auto"||!parseFloat(W)&&r.css(T,"display",!1,F)==="inline")&&T.getClientRects().length&&(K=r.css(T,"boxSizing",!1,F)==="border-box",$=M in T,$&&(W=T[M])),W=parseFloat(W)||0,W+k(T,w,D||(K?"border":"content"),$,F,W)+"px"}return r.extend({cssHooks:{opacity:{get:function(T,w){if(w){var D=p(T,"opacity");return D===""?"1":D}}}},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(T,w,D,F){if(!(!T||T.nodeType===3||T.nodeType===8||!T.style)){var H,K,$,W=h(w),M=y.test(w),z=T.style;if(M||(w=N(W)),$=r.cssHooks[w]||r.cssHooks[W],D!==void 0){if(K=typeof D,K==="string"&&(H=s.exec(D))&&H[1]&&(D=A(T,w,H),K="number"),D==null||D!==D)return;K==="number"&&!M&&(D+=H&&H[3]||(r.cssNumber[W]?"":"px")),!S.clearCloneStyle&&D===""&&w.indexOf("background")===0&&(z[w]="inherit"),(!$||!("set"in $)||(D=$.set(T,D,F))!==void 0)&&(M?z.setProperty(w,D):z[w]=D)}else return $&&"get"in $&&(H=$.get(T,!1,F))!==void 0?H:z[w]}},css:function(T,w,D,F){var H,K,$,W=h(w),M=y.test(w);return M||(w=N(W)),$=r.cssHooks[w]||r.cssHooks[W],$&&"get"in $&&(H=$.get(T,!0,D)),H===void 0&&(H=p(T,w,F)),H==="normal"&&w in P&&(H=P[w]),D===""||D?(K=parseFloat(H),D===!0||isFinite(K)?K||0:H):H}}),r.each(["height","width"],function(T,w){r.cssHooks[w]={get:function(D,F,H){if(F)return E.test(r.css(D,"display"))&&(!D.getClientRects().length||!D.getBoundingClientRect().width)?d(D,_,function(){return R(D,w,H)}):R(D,w,H)},set:function(D,F,H){var K,$=m(D),W=!S.scrollboxSize()&&$.position==="absolute",M=W||H,z=M&&r.css(D,"boxSizing",!1,$)==="border-box",U=H?k(D,w,H,z,$):0;return z&&W&&(U-=Math.ceil(D["offset"+w[0].toUpperCase()+w.slice(1)]-parseFloat($[w])-k(D,w,"border",!1,$)-.5)),U&&(K=s.exec(F))&&(K[3]||"px")!=="px"&&(D.style[w]=F,F=r.css(D,w)),I(D,F,U)}}}),r.cssHooks.marginLeft=v(S.reliableMarginLeft,function(T,w){if(w)return(parseFloat(p(T,"marginLeft"))||T.getBoundingClientRect().left-d(T,{marginLeft:0},function(){return T.getBoundingClientRect().left}))+"px"}),r.each({margin:"",padding:"",border:"Width"},function(T,w){r.cssHooks[T+w]={expand:function(D){for(var F=0,H={},K=typeof D=="string"?D.split(" "):[D];F<4;F++)H[T+a[F]+w]=K[F]||K[F-2]||K[0];return H}},T!=="margin"&&(r.cssHooks[T+w].set=I)}),r.fn.extend({css:function(T,w){return l(this,function(D,F,H){var K,$,W={},M=0;if(Array.isArray(F)){for(K=m(D),$=F.length;M<$;M++)W[F[M]]=r.css(D,F[M],!1,K);return W}return H!==void 0?r.style(D,F,H):r.css(D,F)},T,w,arguments.length>1)}}),r}.apply(g,u),n!==void 0&&(x.exports=n)},3629:(x,g,i)=>{var u;u=function(){"use strict";function n(r,l){return{get:function(){if(r()){delete this.get;return}return(this.get=l).apply(this,arguments)}}}return n}.call(g,i,g,x),u!==void 0&&(x.exports=u)},5748:(x,g,i)=>{var u,n;u=[i(8411),i(403)],n=function(r,l){"use strict";function h(c,s,f,y){var a,m,d=20,p=y?function(){return y.cur()}:function(){return r.css(c,s,"")},A=p(),v=f&&f[3]||(r.cssNumber[s]?"":"px"),S=c.nodeType&&(r.cssNumber[s]||v!=="px"&&+A)&&l.exec(r.css(c,s));if(S&&S[3]!==v){for(A=A/2,v=v||S[3],S=+A||1;d--;)r.style(c,s,S+v),(1-m)*(1-(m=p()/A||.5))<=0&&(d=0),S=S/m;S=S*2,r.style(c,s,S+v),f=f||[]}return f&&(S=+S||+A||0,a=f[1]?S+(f[1]+1)*f[2]:+f[2],y&&(y.unit=v,y.start=S,y.end=a)),a}return h}.apply(g,u),n!==void 0&&(x.exports=n)},9617:(x,g,i)=>{var u,n;u=[i(8411),i(5194),i(8088),i(945),i(3934),i(8064),i(8919),i(541)],n=function(r,l,h,c,s,f,y,a){"use strict";function m(d,p,A){var v,S,N,E,_=f.test(p),P=d.style;return A=A||s(d),A&&(E=A.getPropertyValue(p)||A[p],_&&E&&(E=E.replace(y,"$1")||void 0),E===""&&!l(d)&&(E=r.style(d,p)),!a.pixelBoxStyles()&&c.test(E)&&h.test(p)&&(v=P.width,S=P.minWidth,N=P.maxWidth,P.minWidth=P.maxWidth=P.width=E,E=A.width,P.width=v,P.minWidth=S,P.maxWidth=N)),E!==void 0?E+"":E}return m}.apply(g,u),n!==void 0&&(x.exports=n)},5744:(x,g,i)=>{var u,n;u=[i(8543),i(8411)],n=function(r,l){"use strict";var h=["Webkit","Moz","ms"],c=r.createElement("div").style,s={};function f(a){for(var m=a[0].toUpperCase()+a.slice(1),d=h.length;d--;)if(a=h[d]+m,a in c)return a}function y(a){var m=l.cssProps[a]||s[a];return m||(a in c?a:s[a]=f(a)||a)}return y}.apply(g,u),n!==void 0&&(x.exports=n)},1896:(x,g,i)=>{var u,n;u=[i(8411),i(4553)],n=function(r){"use strict";r.expr.pseudos.hidden=function(l){return!r.expr.pseudos.visible(l)},r.expr.pseudos.visible=function(l){return!!(l.offsetWidth||l.offsetHeight||l.getClientRects().length)}}.apply(g,u),n!==void 0&&(x.exports=n)},4213:(x,g,i)=>{var u,n;u=[i(8411),i(9192),i(4385)],n=function(r,l,h){"use strict";var c={};function s(y){var a,m=y.ownerDocument,d=y.nodeName,p=c[d];return p||(a=m.body.appendChild(m.createElement(d)),p=r.css(a,"display"),a.parentNode.removeChild(a),p==="none"&&(p="block"),c[d]=p,p)}function f(y,a){for(var m,d,p=[],A=0,v=y.length;A<v;A++)d=y[A],d.style&&(m=d.style.display,a?(m==="none"&&(p[A]=l.get(d,"display")||null,p[A]||(d.style.display="")),d.style.display===""&&h(d)&&(p[A]=s(d))):m!=="none"&&(p[A]="none",l.set(d,"display",m)));for(A=0;A<v;A++)p[A]!=null&&(y[A].style.display=p[A]);return y}return r.fn.extend({show:function(){return f(this,!0)},hide:function(){return f(this)},toggle:function(y){return typeof y=="boolean"?y?this.show():this.hide():this.each(function(){h(this)?r(this).show():r(this).hide()})}}),f}.apply(g,u),n!==void 0&&(x.exports=n)},541:(x,g,i)=>{var u,n;u=[i(8411),i(8543),i(7623),i(107)],n=function(r,l,h,c){"use strict";return function(){function s(){if(S){v.style.cssText="position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0",S.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(S);var N=window.getComputedStyle(S);y=N.top!=="1%",A=f(N.marginLeft)===12,S.style.right="60%",d=f(N.right)===36,a=f(N.width)===36,S.style.position="absolute",m=f(S.offsetWidth/3)===12,h.removeChild(v),S=null}}function f(N){return Math.round(parseFloat(N))}var y,a,m,d,p,A,v=l.createElement("div"),S=l.createElement("div");S.style&&(S.style.backgroundClip="content-box",S.cloneNode(!0).style.backgroundClip="",c.clearCloneStyle=S.style.backgroundClip==="content-box",r.extend(c,{boxSizingReliable:function(){return s(),a},pixelBoxStyles:function(){return s(),d},pixelPosition:function(){return s(),y},reliableMarginLeft:function(){return s(),A},scrollboxSize:function(){return s(),m},reliableTrDimensions:function(){var N,E,_,P;return p==null&&(N=l.createElement("table"),E=l.createElement("tr"),_=l.createElement("div"),N.style.cssText="position:absolute;left:-11111px;border-collapse:separate",E.style.cssText="box-sizing:content-box;border:1px solid",E.style.height="1px",_.style.height="9px",_.style.display="block",h.appendChild(N).appendChild(E).appendChild(_),P=window.getComputedStyle(E),p=parseInt(P.height,10)+parseInt(P.borderTopWidth,10)+parseInt(P.borderBottomWidth,10)===E.offsetHeight,h.removeChild(N)),p}}))}(),c}.apply(g,u),n!==void 0&&(x.exports=n)},1483:(x,g,i)=>{var u;u=function(){"use strict";return["Top","Right","Bottom","Left"]}.call(g,i,g,x),u!==void 0&&(x.exports=u)},3934:(x,g,i)=>{var u;u=function(){"use strict";return function(n){var r=n.ownerDocument.defaultView;return(!r||!r.opener)&&(r=window),r.getComputedStyle(n)}}.call(g,i,g,x),u!==void 0&&(x.exports=u)},4385:(x,g,i)=>{var u,n;u=[i(8411),i(5194)],n=function(r,l){"use strict";return function(h,c){return h=c||h,h.style.display==="none"||h.style.display===""&&l(h)&&r.css(h,"display")==="none"}}.apply(g,u),n!==void 0&&(x.exports=n)},8088:(x,g,i)=>{var u,n;u=[i(1483)],n=function(r){"use strict";return new RegExp(r.join("|"),"i")}.apply(g,u),n!==void 0&&(x.exports=n)},8064:(x,g,i)=>{var u;u=function(){"use strict";return/^--/}.call(g,i,g,x),u!==void 0&&(x.exports=u)},945:(x,g,i)=>{var u,n;u=[i(210)],n=function(r){"use strict";return new RegExp("^("+r+")(?!px)[a-z%]+$","i")}.apply(g,u),n!==void 0&&(x.exports=n)},1821:(x,g,i)=>{var u;u=function(){"use strict";return function(n,r,l){var h,c,s={};for(c in r)s[c]=n.style[c],n.style[c]=r[c];h=l.call(n);for(c in r)n.style[c]=s[c];return h}}.call(g,i,g,x),u!==void 0&&(x.exports=u)},7076:(x,g,i)=>{var u,n;u=[i(8411),i(6756),i(9758),i(9192),i(7814)],n=function(r,l,h,c,s){"use strict";var f=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,y=/[A-Z]/g;function a(d){return d==="true"?!0:d==="false"?!1:d==="null"?null:d===+d+""?+d:f.test(d)?JSON.parse(d):d}function m(d,p,A){var v;if(A===void 0&&d.nodeType===1)if(v="data-"+p.replace(y,"-$&").toLowerCase(),A=d.getAttribute(v),typeof A=="string"){try{A=a(A)}catch(S){}s.set(d,p,A)}else A=void 0;return A}return r.extend({hasData:function(d){return s.hasData(d)||c.hasData(d)},data:function(d,p,A){return s.access(d,p,A)},removeData:function(d,p){s.remove(d,p)},_data:function(d,p,A){return c.access(d,p,A)},_removeData:function(d,p){c.remove(d,p)}}),r.fn.extend({data:function(d,p){var A,v,S,N=this[0],E=N&&N.attributes;if(d===void 0){if(this.length&&(S=s.get(N),N.nodeType===1&&!c.get(N,"hasDataAttrs"))){for(A=E.length;A--;)E[A]&&(v=E[A].name,v.indexOf("data-")===0&&(v=h(v.slice(5)),m(N,v,S[v])));c.set(N,"hasDataAttrs",!0)}return S}return typeof d=="object"?this.each(function(){s.set(this,d)}):l(this,function(_){var P;if(N&&_===void 0)return P=s.get(N,d),P!==void 0||(P=m(N,d),P!==void 0)?P:void 0;this.each(function(){s.set(this,d,_)})},null,p,arguments.length>1,null,!0)},removeData:function(d){return this.each(function(){s.remove(this,d)})}}),r}.apply(g,u),n!==void 0&&(x.exports=n)},4172:(x,g,i)=>{var u,n;u=[i(8411),i(9758),i(9091),i(8149)],n=function(r,l,h,c){"use strict";function s(){this.expando=r.expando+s.uid++}return s.uid=1,s.prototype={cache:function(f){var y=f[this.expando];return y||(y={},c(f)&&(f.nodeType?f[this.expando]=y:Object.defineProperty(f,this.expando,{value:y,configurable:!0}))),y},set:function(f,y,a){var m,d=this.cache(f);if(typeof y=="string")d[l(y)]=a;else for(m in y)d[l(m)]=y[m];return d},get:function(f,y){return y===void 0?this.cache(f):f[this.expando]&&f[this.expando][l(y)]},access:function(f,y,a){return y===void 0||y&&typeof y=="string"&&a===void 0?this.get(f,y):(this.set(f,y,a),a!==void 0?a:y)},remove:function(f,y){var a,m=f[this.expando];if(m!==void 0){if(y!==void 0)for(Array.isArray(y)?y=y.map(l):(y=l(y),y=y in m?[y]:y.match(h)||[]),a=y.length;a--;)delete m[y[a]];(y===void 0||r.isEmptyObject(m))&&(f.nodeType?f[this.expando]=void 0:delete f[this.expando])}},hasData:function(f){var y=f[this.expando];return y!==void 0&&!r.isEmptyObject(y)}},s}.apply(g,u),n!==void 0&&(x.exports=n)},8149:(x,g,i)=>{var u;u=function(){"use strict";return function(n){return n.nodeType===1||n.nodeType===9||!+n.nodeType}}.call(g,i,g,x),u!==void 0&&(x.exports=u)},9192:(x,g,i)=>{var u,n;u=[i(4172)],n=function(r){"use strict";return new r}.apply(g,u),n!==void 0&&(x.exports=n)},7814:(x,g,i)=>{var u,n;u=[i(4172)],n=function(r){"use strict";return new r}.apply(g,u),n!==void 0&&(x.exports=n)},6599:(x,g,i)=>{var u,n;u=[i(8411),i(1382),i(5950),i(3682)],n=function(r,l,h){"use strict";function c(y){return y}function s(y){throw y}function f(y,a,m,d){var p;try{y&&l(p=y.promise)?p.call(y).done(a).fail(m):y&&l(p=y.then)?p.call(y,a,m):a.apply(void 0,[y].slice(d))}catch(A){m.apply(void 0,[A])}}return r.extend({Deferred:function(y){var a=[["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",d={state:function(){return m},always:function(){return p.done(arguments).fail(arguments),this},catch:function(A){return d.then(null,A)},pipe:function(){var A=arguments;return r.Deferred(function(v){r.each(a,function(S,N){var E=l(A[N[4]])&&A[N[4]];p[N[1]](function(){var _=E&&E.apply(this,arguments);_&&l(_.promise)?_.promise().progress(v.notify).done(v.resolve).fail(v.reject):v[N[0]+"With"](this,E?[_]:arguments)})}),A=null}).promise()},then:function(A,v,S){var N=0;function E(_,P,I,k){return function(){var R=this,T=arguments,w=function(){var F,H;if(!(_<N)){if(F=I.apply(R,T),F===P.promise())throw new TypeError("Thenable self-resolution");H=F&&(typeof F=="object"||typeof F=="function")&&F.then,l(H)?k?H.call(F,E(N,P,c,k),E(N,P,s,k)):(N++,H.call(F,E(N,P,c,k),E(N,P,s,k),E(N,P,c,P.notifyWith))):(I!==c&&(R=void 0,T=[F]),(k||P.resolveWith)(R,T))}},D=k?w:function(){try{w()}catch(F){r.Deferred.exceptionHook&&r.Deferred.exceptionHook(F,D.error),_+1>=N&&(I!==s&&(R=void 0,T=[F]),P.rejectWith(R,T))}};_?D():(r.Deferred.getErrorHook?D.error=r.Deferred.getErrorHook():r.Deferred.getStackHook&&(D.error=r.Deferred.getStackHook()),window.setTimeout(D))}}return r.Deferred(function(_){a[0][3].add(E(0,_,l(S)?S:c,_.notifyWith)),a[1][3].add(E(0,_,l(A)?A:c)),a[2][3].add(E(0,_,l(v)?v:s))}).promise()},promise:function(A){return A!=null?r.extend(A,d):d}},p={};return r.each(a,function(A,v){var S=v[2],N=v[5];d[v[1]]=S.add,N&&S.add(function(){m=N},a[3-A][2].disable,a[3-A][3].disable,a[0][2].lock,a[0][3].lock),S.add(v[3].fire),p[v[0]]=function(){return p[v[0]+"With"](this===p?void 0:this,arguments),this},p[v[0]+"With"]=S.fireWith}),d.promise(p),y&&y.call(p,p),p},when:function(y){var a=arguments.length,m=a,d=Array(m),p=h.call(arguments),A=r.Deferred(),v=function(S){return function(N){d[S]=this,p[S]=arguments.length>1?h.call(arguments):N,--a||A.resolveWith(d,p)}};if(a<=1&&(f(y,A.done(v(m)).resolve,A.reject,!a),A.state()==="pending"||l(p[m]&&p[m].then)))return A.then();for(;m--;)f(p[m],v(m),A.reject);return A.promise()}}),r}.apply(g,u),n!==void 0&&(x.exports=n)},5850:(x,g,i)=>{var u,n;u=[i(8411),i(6599)],n=function(r){"use strict";var l=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;r.Deferred.exceptionHook=function(h,c){window.console&&window.console.warn&&h&&l.test(h.name)&&window.console.warn("jQuery.Deferred exception: "+h.message,h.stack,c)}}.apply(g,u),n!==void 0&&(x.exports=n)},6353:(x,g,i)=>{var u,n;u=[i(8411),i(9773),i(9758),i(8519),i(1382),i(7346),i(5950),i(6962),i(2738)],n=function(r,l,h,c,s,f,y){"use strict";var a=/^[\s\uFEFF\xA0]+|([^\s\uFEFF\xA0])[\s\uFEFF\xA0]+$/g;r.proxy=function(m,d){var p,A,v;if(typeof d=="string"&&(p=m[d],d=m,m=p),!!s(m))return A=y.call(arguments,2),v=function(){return m.apply(d||this,A.concat(y.call(arguments)))},v.guid=m.guid=m.guid||r.guid++,v},r.holdReady=function(m){m?r.readyWait++:r.ready(!0)},r.isArray=Array.isArray,r.parseJSON=JSON.parse,r.nodeName=l,r.isFunction=s,r.isWindow=f,r.camelCase=h,r.type=c,r.now=Date.now,r.isNumeric=function(m){var d=r.type(m);return(d==="number"||d==="string")&&!isNaN(m-parseFloat(m))},r.trim=function(m){return m==null?"":(m+"").replace(a,"$1")}}.apply(g,u),n!==void 0&&(x.exports=n)},6962:(x,g,i)=>{var u,n;u=[i(8411),i(9978),i(8926)],n=function(r){"use strict";r.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(l,h){r.fn[h]=function(c){return this.on(h,c)}})}.apply(g,u),n!==void 0&&(x.exports=n)},2738:(x,g,i)=>{var u,n;u=[i(8411),i(8926),i(3985)],n=function(r){"use strict";r.fn.extend({bind:function(l,h,c){return this.on(l,null,h,c)},unbind:function(l,h){return this.off(l,null,h)},delegate:function(l,h,c,s){return this.on(h,l,c,s)},undelegate:function(l,h,c){return arguments.length===1?this.off(l,"**"):this.off(h,l||"**",c)},hover:function(l,h){return this.on("mouseenter",l).on("mouseleave",h||l)}}),r.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(l,h){r.fn[h]=function(c,s){return arguments.length>0?this.on(h,null,c,s):this.trigger(h)}})}.apply(g,u),n!==void 0&&(x.exports=n)},4041:(x,g,i)=>{var u,n;u=[i(8411),i(6756),i(7346),i(9229)],n=function(r,l,h){"use strict";return r.each({Height:"height",Width:"width"},function(c,s){r.each({padding:"inner"+c,content:s,"":"outer"+c},function(f,y){r.fn[y]=function(a,m){var d=arguments.length&&(f||typeof a!="boolean"),p=f||(a===!0||m===!0?"margin":"border");return l(this,function(A,v,S){var N;return h(A)?y.indexOf("outer")===0?A["inner"+c]:A.document.documentElement["client"+c]:A.nodeType===9?(N=A.documentElement,Math.max(A.body["scroll"+c],N["scroll"+c],A.body["offset"+c],N["offset"+c],N["client"+c])):S===void 0?r.css(A,v,p):r.style(A,v,S,p)},s,d?a:void 0,d)}})}),r}.apply(g,u),n!==void 0&&(x.exports=n)},2512:(x,g,i)=>{var u,n;u=[i(8411),i(9758),i(8543),i(1382),i(403),i(9091),i(1483),i(4385),i(5748),i(9192),i(4213),i(9340),i(1801),i(6599),i(2569),i(7957),i(9229),i(4560)],n=function(r,l,h,c,s,f,y,a,m,d,p){"use strict";var A,v,S=/^(?:toggle|show|hide)$/,N=/queueHooks$/;function E(){v&&(h.hidden===!1&&window.requestAnimationFrame?window.requestAnimationFrame(E):window.setTimeout(E,r.fx.interval),r.fx.tick())}function _(){return window.setTimeout(function(){A=void 0}),A=Date.now()}function P(w,D){var F,H=0,K={height:w};for(D=D?1:0;H<4;H+=2-D)F=y[H],K["margin"+F]=K["padding"+F]=w;return D&&(K.opacity=K.width=w),K}function I(w,D,F){for(var H,K=(T.tweeners[D]||[]).concat(T.tweeners["*"]),$=0,W=K.length;$<W;$++)if(H=K[$].call(F,D,w))return H}function k(w,D,F){var H,K,$,W,M,z,U,Q,re="width"in D||"height"in D,ae=this,Z={},me=w.style,Ae=w.nodeType&&a(w),Ne=d.get(w,"fxshow");F.queue||(W=r._queueHooks(w,"fx"),W.unqueued==null&&(W.unqueued=0,M=W.empty.fire,W.empty.fire=function(){W.unqueued||M()}),W.unqueued++,ae.always(function(){ae.always(function(){W.unqueued--,r.queue(w,"fx").length||W.empty.fire()})}));for(H in D)if(K=D[H],S.test(K)){if(delete D[H],$=$||K==="toggle",K===(Ae?"hide":"show"))if(K==="show"&&Ne&&Ne[H]!==void 0)Ae=!0;else continue;Z[H]=Ne&&Ne[H]||r.style(w,H)}if(z=!r.isEmptyObject(D),!(!z&&r.isEmptyObject(Z))){re&&w.nodeType===1&&(F.overflow=[me.overflow,me.overflowX,me.overflowY],U=Ne&&Ne.display,U==null&&(U=d.get(w,"display")),Q=r.css(w,"display"),Q==="none"&&(U?Q=U:(p([w],!0),U=w.style.display||U,Q=r.css(w,"display"),p([w]))),(Q==="inline"||Q==="inline-block"&&U!=null)&&r.css(w,"float")==="none"&&(z||(ae.done(function(){me.display=U}),U==null&&(Q=me.display,U=Q==="none"?"":Q)),me.display="inline-block")),F.overflow&&(me.overflow="hidden",ae.always(function(){me.overflow=F.overflow[0],me.overflowX=F.overflow[1],me.overflowY=F.overflow[2]})),z=!1;for(H in Z)z||(Ne?"hidden"in Ne&&(Ae=Ne.hidden):Ne=d.access(w,"fxshow",{display:U}),$&&(Ne.hidden=!Ae),Ae&&p([w],!0),ae.done(function(){Ae||p([w]),d.remove(w,"fxshow");for(H in Z)r.style(w,H,Z[H])})),z=I(Ae?Ne[H]:0,H,ae),H in Ne||(Ne[H]=z.start,Ae&&(z.end=z.start,z.start=0))}}function R(w,D){var F,H,K,$,W;for(F in w)if(H=l(F),K=D[H],$=w[F],Array.isArray($)&&(K=$[1],$=w[F]=$[0]),F!==H&&(w[H]=$,delete w[F]),W=r.cssHooks[H],W&&"expand"in W){$=W.expand($),delete w[H];for(F in $)F in w||(w[F]=$[F],D[F]=K)}else D[H]=K}function T(w,D,F){var H,K,$=0,W=T.prefilters.length,M=r.Deferred().always(function(){delete z.elem}),z=function(){if(K)return!1;for(var re=A||_(),ae=Math.max(0,U.startTime+U.duration-re),Z=ae/U.duration||0,me=1-Z,Ae=0,Ne=U.tweens.length;Ae<Ne;Ae++)U.tweens[Ae].run(me);return M.notifyWith(w,[U,me,ae]),me<1&&Ne?ae:(Ne||M.notifyWith(w,[U,1,0]),M.resolveWith(w,[U]),!1)},U=M.promise({elem:w,props:r.extend({},D),opts:r.extend(!0,{specialEasing:{},easing:r.easing._default},F),originalProperties:D,originalOptions:F,startTime:A||_(),duration:F.duration,tweens:[],createTween:function(re,ae){var Z=r.Tween(w,U.opts,re,ae,U.opts.specialEasing[re]||U.opts.easing);return U.tweens.push(Z),Z},stop:function(re){var ae=0,Z=re?U.tweens.length:0;if(K)return this;for(K=!0;ae<Z;ae++)U.tweens[ae].run(1);return re?(M.notifyWith(w,[U,1,0]),M.resolveWith(w,[U,re])):M.rejectWith(w,[U,re]),this}}),Q=U.props;for(R(Q,U.opts.specialEasing);$<W;$++)if(H=T.prefilters[$].call(U,w,Q,U.opts),H)return c(H.stop)&&(r._queueHooks(U.elem,U.opts.queue).stop=H.stop.bind(H)),H;return r.map(Q,I,U),c(U.opts.start)&&U.opts.start.call(w,U),U.progress(U.opts.progress).done(U.opts.done,U.opts.complete).fail(U.opts.fail).always(U.opts.always),r.fx.timer(r.extend(z,{elem:w,anim:U,queue:U.opts.queue})),U}return r.Animation=r.extend(T,{tweeners:{"*":[function(w,D){var F=this.createTween(w,D);return m(F.elem,w,s.exec(D),F),F}]},tweener:function(w,D){c(w)?(D=w,w=["*"]):w=w.match(f);for(var F,H=0,K=w.length;H<K;H++)F=w[H],T.tweeners[F]=T.tweeners[F]||[],T.tweeners[F].unshift(D)},prefilters:[k],prefilter:function(w,D){D?T.prefilters.unshift(w):T.prefilters.push(w)}}),r.speed=function(w,D,F){var H=w&&typeof w=="object"?r.extend({},w):{complete:F||!F&&D||c(w)&&w,duration:w,easing:F&&D||D&&!c(D)&&D};return r.fx.off?H.duration=0:typeof H.duration!="number"&&(H.duration in r.fx.speeds?H.duration=r.fx.speeds[H.duration]:H.duration=r.fx.speeds._default),(H.queue==null||H.queue===!0)&&(H.queue="fx"),H.old=H.complete,H.complete=function(){c(H.old)&&H.old.call(this),H.queue&&r.dequeue(this,H.queue)},H},r.fn.extend({fadeTo:function(w,D,F,H){return this.filter(a).css("opacity",0).show().end().animate({opacity:D},w,F,H)},animate:function(w,D,F,H){var K=r.isEmptyObject(w),$=r.speed(D,F,H),W=function(){var M=T(this,r.extend({},w),$);(K||d.get(this,"finish"))&&M.stop(!0)};return W.finish=W,K||$.queue===!1?this.each(W):this.queue($.queue,W)},stop:function(w,D,F){var H=function(K){var $=K.stop;delete K.stop,$(F)};return typeof w!="string"&&(F=D,D=w,w=void 0),D&&this.queue(w||"fx",[]),this.each(function(){var K=!0,$=w!=null&&w+"queueHooks",W=r.timers,M=d.get(this);if($)M[$]&&M[$].stop&&H(M[$]);else for($ in M)M[$]&&M[$].stop&&N.test($)&&H(M[$]);for($=W.length;$--;)W[$].elem===this&&(w==null||W[$].queue===w)&&(W[$].anim.stop(F),K=!1,W.splice($,1));(K||!F)&&r.dequeue(this,w)})},finish:function(w){return w!==!1&&(w=w||"fx"),this.each(function(){var D,F=d.get(this),H=F[w+"queue"],K=F[w+"queueHooks"],$=r.timers,W=H?H.length:0;for(F.finish=!0,r.queue(this,w,[]),K&&K.stop&&K.stop.call(this,!0),D=$.length;D--;)$[D].elem===this&&$[D].queue===w&&($[D].anim.stop(!0),$.splice(D,1));for(D=0;D<W;D++)H[D]&&H[D].finish&&H[D].finish.call(this);delete F.finish})}}),r.each(["toggle","show","hide"],function(w,D){var F=r.fn[D];r.fn[D]=function(H,K,$){return H==null||typeof H=="boolean"?F.apply(this,arguments):this.animate(P(D,!0),H,K,$)}}),r.each({slideDown:P("show"),slideUp:P("hide"),slideToggle:P("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(w,D){r.fn[w]=function(F,H,K){return this.animate(D,F,H,K)}}),r.timers=[],r.fx.tick=function(){var w,D=0,F=r.timers;for(A=Date.now();D<F.length;D++)w=F[D],!w()&&F[D]===w&&F.splice(D--,1);F.length||r.fx.stop(),A=void 0},r.fx.timer=function(w){r.timers.push(w),r.fx.start()},r.fx.interval=13,r.fx.start=function(){v||(v=!0,E())},r.fx.stop=function(){v=null},r.fx.speeds={slow:600,fast:200,_default:400},r}.apply(g,u),n!==void 0&&(x.exports=n)},4560:(x,g,i)=>{var u,n;u=[i(8411),i(5744),i(9229)],n=function(r,l){"use strict";function h(c,s,f,y,a){return new h.prototype.init(c,s,f,y,a)}r.Tween=h,h.prototype={constructor:h,init:function(c,s,f,y,a,m){this.elem=c,this.prop=f,this.easing=a||r.easing._default,this.options=s,this.start=this.now=this.cur(),this.end=y,this.unit=m||(r.cssNumber[f]?"":"px")},cur:function(){var c=h.propHooks[this.prop];return c&&c.get?c.get(this):h.propHooks._default.get(this)},run:function(c){var s,f=h.propHooks[this.prop];return this.options.duration?this.pos=s=r.easing[this.easing](c,this.options.duration*c,0,1,this.options.duration):this.pos=s=c,this.now=(this.end-this.start)*s+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),f&&f.set?f.set(this):h.propHooks._default.set(this),this}},h.prototype.init.prototype=h.prototype,h.propHooks={_default:{get:function(c){var s;return c.elem.nodeType!==1||c.elem[c.prop]!=null&&c.elem.style[c.prop]==null?c.elem[c.prop]:(s=r.css(c.elem,c.prop,""),!s||s==="auto"?0:s)},set:function(c){r.fx.step[c.prop]?r.fx.step[c.prop](c):c.elem.nodeType===1&&(r.cssHooks[c.prop]||c.elem.style[l(c.prop)]!=null)?r.style(c.elem,c.prop,c.now+c.unit):c.elem[c.prop]=c.now}}},h.propHooks.scrollTop=h.propHooks.scrollLeft={set:function(c){c.elem.nodeType&&c.elem.parentNode&&(c.elem[c.prop]=c.now)}},r.easing={linear:function(c){return c},swing:function(c){return .5-Math.cos(c*Math.PI)/2},_default:"swing"},r.fx=h.prototype.init,r.fx.step={}}.apply(g,u),n!==void 0&&(x.exports=n)},5547:(x,g,i)=>{var u,n;u=[i(8411),i(4553),i(2512)],n=function(r){"use strict";r.expr.pseudos.animated=function(l){return r.grep(r.timers,function(h){return l===h.elem}).length}}.apply(g,u),n!==void 0&&(x.exports=n)},8926:(x,g,i)=>{var u,n;u=[i(8411),i(8543),i(7623),i(1382),i(9091),i(8404),i(5950),i(8149),i(9192),i(9773),i(9340),i(4553)],n=function(r,l,h,c,s,f,y,a,m,d){"use strict";var p=/^([^.]*)(?:\.(.+)|)/;function A(){return!0}function v(){return!1}function S(E,_,P,I,k,R){var T,w;if(typeof _=="object"){typeof P!="string"&&(I=I||P,P=void 0);for(w in _)S(E,w,P,I,_[w],R);return E}if(I==null&&k==null?(k=P,I=P=void 0):k==null&&(typeof P=="string"?(k=I,I=void 0):(k=I,I=P,P=void 0)),k===!1)k=v;else if(!k)return E;return R===1&&(T=k,k=function(D){return r().off(D),T.apply(this,arguments)},k.guid=T.guid||(T.guid=r.guid++)),E.each(function(){r.event.add(this,_,k,I,P)})}r.event={global:{},add:function(E,_,P,I,k){var R,T,w,D,F,H,K,$,W,M,z,U=m.get(E);if(a(E))for(P.handler&&(R=P,P=R.handler,k=R.selector),k&&r.find.matchesSelector(h,k),P.guid||(P.guid=r.guid++),(D=U.events)||(D=U.events=Object.create(null)),(T=U.handle)||(T=U.handle=function(Q){return typeof r!="undefined"&&r.event.triggered!==Q.type?r.event.dispatch.apply(E,arguments):void 0}),_=(_||"").match(s)||[""],F=_.length;F--;)w=p.exec(_[F])||[],W=z=w[1],M=(w[2]||"").split(".").sort(),W&&(K=r.event.special[W]||{},W=(k?K.delegateType:K.bindType)||W,K=r.event.special[W]||{},H=r.extend({type:W,origType:z,data:I,handler:P,guid:P.guid,selector:k,needsContext:k&&r.expr.match.needsContext.test(k),namespace:M.join(".")},R),($=D[W])||($=D[W]=[],$.delegateCount=0,(!K.setup||K.setup.call(E,I,M,T)===!1)&&E.addEventListener&&E.addEventListener(W,T)),K.add&&(K.add.call(E,H),H.handler.guid||(H.handler.guid=P.guid)),k?$.splice($.delegateCount++,0,H):$.push(H),r.event.global[W]=!0)},remove:function(E,_,P,I,k){var R,T,w,D,F,H,K,$,W,M,z,U=m.hasData(E)&&m.get(E);if(!(!U||!(D=U.events))){for(_=(_||"").match(s)||[""],F=_.length;F--;){if(w=p.exec(_[F])||[],W=z=w[1],M=(w[2]||"").split(".").sort(),!W){for(W in D)r.event.remove(E,W+_[F],P,I,!0);continue}for(K=r.event.special[W]||{},W=(I?K.delegateType:K.bindType)||W,$=D[W]||[],w=w[2]&&new RegExp("(^|\\.)"+M.join("\\.(?:.*\\.|)")+"(\\.|$)"),T=R=$.length;R--;)H=$[R],(k||z===H.origType)&&(!P||P.guid===H.guid)&&(!w||w.test(H.namespace))&&(!I||I===H.selector||I==="**"&&H.selector)&&($.splice(R,1),H.selector&&$.delegateCount--,K.remove&&K.remove.call(E,H));T&&!$.length&&((!K.teardown||K.teardown.call(E,M,U.handle)===!1)&&r.removeEvent(E,W,U.handle),delete D[W])}r.isEmptyObject(D)&&m.remove(E,"handle events")}},dispatch:function(E){var _,P,I,k,R,T,w=new Array(arguments.length),D=r.event.fix(E),F=(m.get(this,"events")||Object.create(null))[D.type]||[],H=r.event.special[D.type]||{};for(w[0]=D,_=1;_<arguments.length;_++)w[_]=arguments[_];if(D.delegateTarget=this,!(H.preDispatch&&H.preDispatch.call(this,D)===!1)){for(T=r.event.handlers.call(this,D,F),_=0;(k=T[_++])&&!D.isPropagationStopped();)for(D.currentTarget=k.elem,P=0;(R=k.handlers[P++])&&!D.isImmediatePropagationStopped();)(!D.rnamespace||R.namespace===!1||D.rnamespace.test(R.namespace))&&(D.handleObj=R,D.data=R.data,I=((r.event.special[R.origType]||{}).handle||R.handler).apply(k.elem,w),I!==void 0&&(D.result=I)===!1&&(D.preventDefault(),D.stopPropagation()));return H.postDispatch&&H.postDispatch.call(this,D),D.result}},handlers:function(E,_){var P,I,k,R,T,w=[],D=_.delegateCount,F=E.target;if(D&&F.nodeType&&!(E.type==="click"&&E.button>=1)){for(;F!==this;F=F.parentNode||this)if(F.nodeType===1&&!(E.type==="click"&&F.disabled===!0)){for(R=[],T={},P=0;P<D;P++)I=_[P],k=I.selector+" ",T[k]===void 0&&(T[k]=I.needsContext?r(k,this).index(F)>-1:r.find(k,this,null,[F]).length),T[k]&&R.push(I);R.length&&w.push({elem:F,handlers:R})}}return F=this,D<_.length&&w.push({elem:F,handlers:_.slice(D)}),w},addProp:function(E,_){Object.defineProperty(r.Event.prototype,E,{enumerable:!0,configurable:!0,get:c(_)?function(){if(this.originalEvent)return _(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[E]},set:function(P){Object.defineProperty(this,E,{enumerable:!0,configurable:!0,writable:!0,value:P})}})},fix:function(E){return E[r.expando]?E:new r.Event(E)},special:{load:{noBubble:!0},click:{setup:function(E){var _=this||E;return f.test(_.type)&&_.click&&d(_,"input")&&N(_,"click",!0),!1},trigger:function(E){var _=this||E;return f.test(_.type)&&_.click&&d(_,"input")&&N(_,"click"),!0},_default:function(E){var _=E.target;return f.test(_.type)&&_.click&&d(_,"input")&&m.get(_,"click")||d(_,"a")}},beforeunload:{postDispatch:function(E){E.result!==void 0&&E.originalEvent&&(E.originalEvent.returnValue=E.result)}}}};function N(E,_,P){if(!P){m.get(E,_)===void 0&&r.event.add(E,_,A);return}m.set(E,_,!1),r.event.add(E,_,{namespace:!1,handler:function(I){var k,R=m.get(this,_);if(I.isTrigger&1&&this[_]){if(R)(r.event.special[_]||{}).delegateType&&I.stopPropagation();else if(R=y.call(arguments),m.set(this,_,R),this[_](),k=m.get(this,_),m.set(this,_,!1),R!==k)return I.stopImmediatePropagation(),I.preventDefault(),k}else R&&(m.set(this,_,r.event.trigger(R[0],R.slice(1),this)),I.stopPropagation(),I.isImmediatePropagationStopped=A)}})}return r.removeEvent=function(E,_,P){E.removeEventListener&&E.removeEventListener(_,P)},r.Event=function(E,_){if(!(this instanceof r.Event))return new r.Event(E,_);E&&E.type?(this.originalEvent=E,this.type=E.type,this.isDefaultPrevented=E.defaultPrevented||E.defaultPrevented===void 0&&E.returnValue===!1?A:v,this.target=E.target&&E.target.nodeType===3?E.target.parentNode:E.target,this.currentTarget=E.currentTarget,this.relatedTarget=E.relatedTarget):this.type=E,_&&r.extend(this,_),this.timeStamp=E&&E.timeStamp||Date.now(),this[r.expando]=!0},r.Event.prototype={constructor:r.Event,isDefaultPrevented:v,isPropagationStopped:v,isImmediatePropagationStopped:v,isSimulated:!1,preventDefault:function(){var E=this.originalEvent;this.isDefaultPrevented=A,E&&!this.isSimulated&&E.preventDefault()},stopPropagation:function(){var E=this.originalEvent;this.isPropagationStopped=A,E&&!this.isSimulated&&E.stopPropagation()},stopImmediatePropagation:function(){var E=this.originalEvent;this.isImmediatePropagationStopped=A,E&&!this.isSimulated&&E.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(E,_){function P(I){if(l.documentMode){var k=m.get(this,"handle"),R=r.event.fix(I);R.type=I.type==="focusin"?"focus":"blur",R.isSimulated=!0,k(I),R.target===R.currentTarget&&k(R)}else r.event.simulate(_,I.target,r.event.fix(I))}r.event.special[E]={setup:function(){var I;if(N(this,E,!0),l.documentMode)I=m.get(this,_),I||this.addEventListener(_,P),m.set(this,_,(I||0)+1);else return!1},trigger:function(){return N(this,E),!0},teardown:function(){var I;if(l.documentMode)I=m.get(this,_)-1,I?m.set(this,_,I):(this.removeEventListener(_,P),m.remove(this,_));else return!1},_default:function(I){return m.get(I.target,E)},delegateType:_},r.event.special[_]={setup:function(){var I=this.ownerDocument||this.document||this,k=l.documentMode?this:I,R=m.get(k,_);R||(l.documentMode?this.addEventListener(_,P):I.addEventListener(E,P,!0)),m.set(k,_,(R||0)+1)},teardown:function(){var I=this.ownerDocument||this.document||this,k=l.documentMode?this:I,R=m.get(k,_)-1;R?m.set(k,_,R):(l.documentMode?this.removeEventListener(_,P):I.removeEventListener(E,P,!0),m.remove(k,_))}}}),r.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(E,_){r.event.special[E]={delegateType:_,bindType:_,handle:function(P){var I,k=this,R=P.relatedTarget,T=P.handleObj;return(!R||R!==k&&!r.contains(k,R))&&(P.type=T.origType,I=T.handler.apply(this,arguments),P.type=_),I}}}),r.fn.extend({on:function(E,_,P,I){return S(this,E,_,P,I)},one:function(E,_,P,I){return S(this,E,_,P,I,1)},off:function(E,_,P){var I,k;if(E&&E.preventDefault&&E.handleObj)return I=E.handleObj,r(E.delegateTarget).off(I.namespace?I.origType+"."+I.namespace:I.origType,I.selector,I.handler),this;if(typeof E=="object"){for(k in E)this.off(k,_,E[k]);return this}return(_===!1||typeof _=="function")&&(P=_,_=void 0),P===!1&&(P=v),this.each(function(){r.event.remove(this,E,P,_)})}}),r}.apply(g,u),n!==void 0&&(x.exports=n)},3985:(x,g,i)=>{var u,n;u=[i(8411),i(8543),i(9192),i(8149),i(1402),i(1382),i(7346),i(8926)],n=function(r,l,h,c,s,f,y){"use strict";var a=/^(?:focusinfocus|focusoutblur)$/,m=function(d){d.stopPropagation()};return r.extend(r.event,{trigger:function(d,p,A,v){var S,N,E,_,P,I,k,R,T=[A||l],w=s.call(d,"type")?d.type:d,D=s.call(d,"namespace")?d.namespace.split("."):[];if(N=R=E=A=A||l,!(A.nodeType===3||A.nodeType===8)&&!a.test(w+r.event.triggered)&&(w.indexOf(".")>-1&&(D=w.split("."),w=D.shift(),D.sort()),P=w.indexOf(":")<0&&"on"+w,d=d[r.expando]?d:new r.Event(w,typeof d=="object"&&d),d.isTrigger=v?2:3,d.namespace=D.join("."),d.rnamespace=d.namespace?new RegExp("(^|\\.)"+D.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,d.result=void 0,d.target||(d.target=A),p=p==null?[d]:r.makeArray(p,[d]),k=r.event.special[w]||{},!(!v&&k.trigger&&k.trigger.apply(A,p)===!1))){if(!v&&!k.noBubble&&!y(A)){for(_=k.delegateType||w,a.test(_+w)||(N=N.parentNode);N;N=N.parentNode)T.push(N),E=N;E===(A.ownerDocument||l)&&T.push(E.defaultView||E.parentWindow||window)}for(S=0;(N=T[S++])&&!d.isPropagationStopped();)R=N,d.type=S>1?_:k.bindType||w,I=(h.get(N,"events")||Object.create(null))[d.type]&&h.get(N,"handle"),I&&I.apply(N,p),I=P&&N[P],I&&I.apply&&c(N)&&(d.result=I.apply(N,p),d.result===!1&&d.preventDefault());return d.type=w,!v&&!d.isDefaultPrevented()&&(!k._default||k._default.apply(T.pop(),p)===!1)&&c(A)&&P&&f(A[w])&&!y(A)&&(E=A[P],E&&(A[P]=null),r.event.triggered=w,d.isPropagationStopped()&&R.addEventListener(w,m),A[w](),d.isPropagationStopped()&&R.removeEventListener(w,m),r.event.triggered=void 0,E&&(A[P]=E)),d.result}},simulate:function(d,p,A){var v=r.extend(new r.Event,A,{type:d,isSimulated:!0});r.event.trigger(v,null,p)}}),r.fn.extend({trigger:function(d,p){return this.each(function(){r.event.trigger(d,p,this)})},triggerHandler:function(d,p){var A=this[0];if(A)return r.event.trigger(d,p,A,!0)}}),r}.apply(g,u),n!==void 0&&(x.exports=n)},336:(x,g,i)=>{var u,n,u,n;u=[i(8411)],n=function(r){"use strict";u=[],n=function(){return r}.apply(g,u),n!==void 0&&(x.exports=n)}.apply(g,u),n!==void 0&&(x.exports=n)},2155:(x,g,i)=>{var u,n;u=[i(8411)],n=function(r){"use strict";var l=window.jQuery,h=window.$;r.noConflict=function(c){return window.$===r&&(window.$=h),c&&window.jQuery===r&&(window.jQuery=l),r},typeof noGlobal=="undefined"&&(window.jQuery=window.$=r)}.apply(g,u),n!==void 0&&(x.exports=n)},2726:(x,g,i)=>{var u,n;u=[i(8411),i(4553),i(2569),i(3682),i(6599),i(5850),i(1791),i(7076),i(1801),i(981),i(5549),i(8926),i(7957),i(1580),i(5868),i(9229),i(1896),i(3040),i(9978),i(4895),i(8498),i(4139),i(9165),i(1074),i(3814),i(2512),i(5547),i(7651),i(4041),i(6353),i(336),i(2155)],n=function(r){"use strict";return r}.apply(g,u),n!==void 0&&(x.exports=n)},7957:(x,g,i)=>{var u,n;u=[i(8411),i(5194),i(8305),i(1382),i(7298),i(8404),i(6756),i(211),i(1193),i(1044),i(4143),i(759),i(7414),i(4773),i(9192),i(7814),i(8149),i(2710),i(9773),i(9340),i(2569),i(4553),i(8926)],n=function(r,l,h,c,s,f,y,a,m,d,p,A,v,S,N,E,_,P,I){"use strict";var k=/<script|<style|<link/i,R=/checked\s*(?:[^=]|=\s*.checked.)/i,T=/^\s*<!\[CDATA\[|\]\]>\s*$/g;function w(M,z){return I(M,"table")&&I(z.nodeType!==11?z:z.firstChild,"tr")&&r(M).children("tbody")[0]||M}function D(M){return M.type=(M.getAttribute("type")!==null)+"/"+M.type,M}function F(M){return(M.type||"").slice(0,5)==="true/"?M.type=M.type.slice(5):M.removeAttribute("type"),M}function H(M,z){var U,Q,re,ae,Z,me,Ae;if(z.nodeType===1){if(N.hasData(M)&&(ae=N.get(M),Ae=ae.events,Ae)){N.remove(z,"handle events");for(re in Ae)for(U=0,Q=Ae[re].length;U<Q;U++)r.event.add(z,re,Ae[re][U])}E.hasData(M)&&(Z=E.access(M),me=r.extend({},Z),E.set(z,me))}}function K(M,z){var U=z.nodeName.toLowerCase();U==="input"&&f.test(M.type)?z.checked=M.checked:(U==="input"||U==="textarea")&&(z.defaultValue=M.defaultValue)}function $(M,z,U,Q){z=h(z);var re,ae,Z,me,Ae,Ne,ke=0,at=M.length,At=at-1,Et=z[0],Tt=c(Et);if(Tt||at>1&&typeof Et=="string"&&!S.checkClone&&R.test(Et))return M.each(function(de){var Ce=M.eq(de);Tt&&(z[0]=Et.call(this,de,Ce.html())),$(Ce,z,U,Q)});if(at&&(re=v(z,M[0].ownerDocument,!1,M,Q),ae=re.firstChild,re.childNodes.length===1&&(re=ae),ae||Q)){for(Z=r.map(p(re,"script"),D),me=Z.length;ke<at;ke++)Ae=re,ke!==At&&(Ae=r.clone(Ae,!0,!0),me&&r.merge(Z,p(Ae,"script"))),U.call(M[ke],Ae,ke);if(me)for(Ne=Z[Z.length-1].ownerDocument,r.map(Z,F),ke=0;ke<me;ke++)Ae=Z[ke],m.test(Ae.type||"")&&!N.access(Ae,"globalEval")&&r.contains(Ne,Ae)&&(Ae.src&&(Ae.type||"").toLowerCase()!=="module"?r._evalUrl&&!Ae.noModule&&r._evalUrl(Ae.src,{nonce:Ae.nonce||Ae.getAttribute("nonce")},Ne):P(Ae.textContent.replace(T,""),Ae,Ne))}return M}function W(M,z,U){for(var Q,re=z?r.filter(z,M):M,ae=0;(Q=re[ae])!=null;ae++)!U&&Q.nodeType===1&&r.cleanData(p(Q)),Q.parentNode&&(U&&l(Q)&&A(p(Q,"script")),Q.parentNode.removeChild(Q));return M}return r.extend({htmlPrefilter:function(M){return M},clone:function(M,z,U){var Q,re,ae,Z,me=M.cloneNode(!0),Ae=l(M);if(!S.noCloneChecked&&(M.nodeType===1||M.nodeType===11)&&!r.isXMLDoc(M))for(Z=p(me),ae=p(M),Q=0,re=ae.length;Q<re;Q++)K(ae[Q],Z[Q]);if(z)if(U)for(ae=ae||p(M),Z=Z||p(me),Q=0,re=ae.length;Q<re;Q++)H(ae[Q],Z[Q]);else H(M,me);return Z=p(me,"script"),Z.length>0&&A(Z,!Ae&&p(M,"script")),me},cleanData:function(M){for(var z,U,Q,re=r.event.special,ae=0;(U=M[ae])!==void 0;ae++)if(_(U)){if(z=U[N.expando]){if(z.events)for(Q in z.events)re[Q]?r.event.remove(U,Q):r.removeEvent(U,Q,z.handle);U[N.expando]=void 0}U[E.expando]&&(U[E.expando]=void 0)}}}),r.fn.extend({detach:function(M){return W(this,M,!0)},remove:function(M){return W(this,M)},text:function(M){return y(this,function(z){return z===void 0?r.text(this):this.empty().each(function(){(this.nodeType===1||this.nodeType===11||this.nodeType===9)&&(this.textContent=z)})},null,M,arguments.length)},append:function(){return $(this,arguments,function(M){if(this.nodeType===1||this.nodeType===11||this.nodeType===9){var z=w(this,M);z.appendChild(M)}})},prepend:function(){return $(this,arguments,function(M){if(this.nodeType===1||this.nodeType===11||this.nodeType===9){var z=w(this,M);z.insertBefore(M,z.firstChild)}})},before:function(){return $(this,arguments,function(M){this.parentNode&&this.parentNode.insertBefore(M,this)})},after:function(){return $(this,arguments,function(M){this.parentNode&&this.parentNode.insertBefore(M,this.nextSibling)})},empty:function(){for(var M,z=0;(M=this[z])!=null;z++)M.nodeType===1&&(r.cleanData(p(M,!1)),M.textContent="");return this},clone:function(M,z){return M=M==null?!1:M,z=z==null?M:z,this.map(function(){return r.clone(this,M,z)})},html:function(M){return y(this,function(z){var U=this[0]||{},Q=0,re=this.length;if(z===void 0&&U.nodeType===1)return U.innerHTML;if(typeof z=="string"&&!k.test(z)&&!d[(a.exec(z)||["",""])[1].toLowerCase()]){z=r.htmlPrefilter(z);try{for(;Q<re;Q++)U=this[Q]||{},U.nodeType===1&&(r.cleanData(p(U,!1)),U.innerHTML=z);U=0}catch(ae){}}U&&this.empty().append(z)},null,M,arguments.length)},replaceWith:function(){var M=[];return $(this,arguments,function(z){var U=this.parentNode;r.inArray(this,M)<0&&(r.cleanData(p(this)),U&&U.replaceChild(z,this))},M)}}),r.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(M,z){r.fn[M]=function(U){for(var Q,re=[],ae=r(U),Z=ae.length-1,me=0;me<=Z;me++)Q=me===Z?this:this.clone(!0),r(ae[me])[z](Q),s.apply(re,Q.get());return this.pushStack(re)}}),r}.apply(g,u),n!==void 0&&(x.exports=n)},1580:(x,g,i)=>{var u,n;u=[i(9978)],n=function(r){"use strict";return r._evalUrl=function(l,h,c){return r.ajax({url:l,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(s){r.globalEval(s,h,c)}})},r._evalUrl}.apply(g,u),n!==void 0&&(x.exports=n)},7414:(x,g,i)=>{var u,n;u=[i(8411),i(8519),i(5194),i(211),i(1193),i(1044),i(4143),i(759)],n=function(r,l,h,c,s,f,y,a){"use strict";var m=/<|&#?\w+;/;function d(p,A,v,S,N){for(var E,_,P,I,k,R,T=A.createDocumentFragment(),w=[],D=0,F=p.length;D<F;D++)if(E=p[D],E||E===0)if(l(E)==="object")r.merge(w,E.nodeType?[E]:E);else if(!m.test(E))w.push(A.createTextNode(E));else{for(_=_||T.appendChild(A.createElement("div")),P=(c.exec(E)||["",""])[1].toLowerCase(),I=f[P]||f._default,_.innerHTML=I[1]+r.htmlPrefilter(E)+I[2],R=I[0];R--;)_=_.lastChild;r.merge(w,_.childNodes),_=T.firstChild,_.textContent=""}for(T.textContent="",D=0;E=w[D++];){if(S&&r.inArray(E,S)>-1){N&&N.push(E);continue}if(k=h(E),_=y(T.appendChild(E),"script"),k&&a(_),v)for(R=0;E=_[R++];)s.test(E.type||"")&&v.push(E)}return T}return d}.apply(g,u),n!==void 0&&(x.exports=n)},4143:(x,g,i)=>{var u,n;u=[i(8411),i(9773)],n=function(r,l){"use strict";function h(c,s){var f;return typeof c.getElementsByTagName!="undefined"?f=c.getElementsByTagName(s||"*"):typeof c.querySelectorAll!="undefined"?f=c.querySelectorAll(s||"*"):f=[],s===void 0||s&&l(c,s)?r.merge([c],f):f}return h}.apply(g,u),n!==void 0&&(x.exports=n)},759:(x,g,i)=>{var u,n;u=[i(9192)],n=function(r){"use strict";function l(h,c){for(var s=0,f=h.length;s<f;s++)r.set(h[s],"globalEval",!c||r.get(c[s],"globalEval"))}return l}.apply(g,u),n!==void 0&&(x.exports=n)},4773:(x,g,i)=>{var u,n;u=[i(8543),i(107)],n=function(r,l){"use strict";return function(){var h=r.createDocumentFragment(),c=h.appendChild(r.createElement("div")),s=r.createElement("input");s.setAttribute("type","radio"),s.setAttribute("checked","checked"),s.setAttribute("name","t"),c.appendChild(s),l.checkClone=c.cloneNode(!0).cloneNode(!0).lastChild.checked,c.innerHTML="<textarea>x</textarea>",l.noCloneChecked=!!c.cloneNode(!0).lastChild.defaultValue,c.innerHTML="<option></option>",l.option=!!c.lastChild}(),l}.apply(g,u),n!==void 0&&(x.exports=n)},1193:(x,g,i)=>{var u;u=function(){"use strict";return/^$|^module$|\/(?:java|ecma)script/i}.call(g,i,g,x),u!==void 0&&(x.exports=u)},211:(x,g,i)=>{var u;u=function(){"use strict";return/<([a-z][^\/\0>\x20\t\r\n\f]*)/i}.call(g,i,g,x),u!==void 0&&(x.exports=u)},1044:(x,g,i)=>{var u,n;u=[i(4773)],n=function(r){"use strict";var l={thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};return l.tbody=l.tfoot=l.colgroup=l.caption=l.thead,l.th=l.td,r.option||(l.optgroup=l.option=[1,"<select multiple='multiple'>","</select>"]),l}.apply(g,u),n!==void 0&&(x.exports=n)},7651:(x,g,i)=>{var u,n;u=[i(8411),i(6756),i(7623),i(1382),i(945),i(9617),i(3629),i(541),i(7346),i(9340),i(9229),i(4553)],n=function(r,l,h,c,s,f,y,a,m){"use strict";return r.offset={setOffset:function(d,p,A){var v,S,N,E,_,P,I,k=r.css(d,"position"),R=r(d),T={};k==="static"&&(d.style.position="relative"),_=R.offset(),N=r.css(d,"top"),P=r.css(d,"left"),I=(k==="absolute"||k==="fixed")&&(N+P).indexOf("auto")>-1,I?(v=R.position(),E=v.top,S=v.left):(E=parseFloat(N)||0,S=parseFloat(P)||0),c(p)&&(p=p.call(d,A,r.extend({},_))),p.top!=null&&(T.top=p.top-_.top+E),p.left!=null&&(T.left=p.left-_.left+S),"using"in p?p.using.call(d,T):R.css(T)}},r.fn.extend({offset:function(d){if(arguments.length)return d===void 0?this:this.each(function(S){r.offset.setOffset(this,d,S)});var p,A,v=this[0];if(v)return v.getClientRects().length?(p=v.getBoundingClientRect(),A=v.ownerDocument.defaultView,{top:p.top+A.pageYOffset,left:p.left+A.pageXOffset}):{top:0,left:0}},position:function(){if(this[0]){var d,p,A,v=this[0],S={top:0,left:0};if(r.css(v,"position")==="fixed")p=v.getBoundingClientRect();else{for(p=this.offset(),A=v.ownerDocument,d=v.offsetParent||A.documentElement;d&&(d===A.body||d===A.documentElement)&&r.css(d,"position")==="static";)d=d.parentNode;d&&d!==v&&d.nodeType===1&&(S=r(d).offset(),S.top+=r.css(d,"borderTopWidth",!0),S.left+=r.css(d,"borderLeftWidth",!0))}return{top:p.top-S.top-r.css(v,"marginTop",!0),left:p.left-S.left-r.css(v,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){for(var d=this.offsetParent;d&&r.css(d,"position")==="static";)d=d.offsetParent;return d||h})}}),r.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(d,p){var A=p==="pageYOffset";r.fn[d]=function(v){return l(this,function(S,N,E){var _;if(m(S)?_=S:S.nodeType===9&&(_=S.defaultView),E===void 0)return _?_[p]:S[N];_?_.scrollTo(A?_.pageXOffset:E,A?E:_.pageYOffset):S[N]=E},d,v,arguments.length)}}),r.each(["top","left"],function(d,p){r.cssHooks[p]=y(a.pixelPosition,function(A,v){if(v)return v=f(A,p),s.test(v)?r(A).position()[p]+"px":v})}),r}.apply(g,u),n!==void 0&&(x.exports=n)},1801:(x,g,i)=>{var u,n;u=[i(8411),i(9192),i(6599),i(3682)],n=function(r,l){"use strict";return r.extend({queue:function(h,c,s){var f;if(h)return c=(c||"fx")+"queue",f=l.get(h,c),s&&(!f||Array.isArray(s)?f=l.access(h,c,r.makeArray(s)):f.push(s)),f||[]},dequeue:function(h,c){c=c||"fx";var s=r.queue(h,c),f=s.length,y=s.shift(),a=r._queueHooks(h,c),m=function(){r.dequeue(h,c)};y==="inprogress"&&(y=s.shift(),f--),y&&(c==="fx"&&s.unshift("inprogress"),delete a.stop,y.call(h,m,a)),!f&&a&&a.empty.fire()},_queueHooks:function(h,c){var s=c+"queueHooks";return l.get(h,s)||l.access(h,s,{empty:r.Callbacks("once memory").add(function(){l.remove(h,[c+"queue",s])})})}}),r.fn.extend({queue:function(h,c){var s=2;return typeof h!="string"&&(c=h,h="fx",s--),arguments.length<s?r.queue(this[0],h):c===void 0?this:this.each(function(){var f=r.queue(this,h,c);r._queueHooks(this,h),h==="fx"&&f[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,c){var s,f=1,y=r.Deferred(),a=this,m=this.length,d=function(){--f||y.resolveWith(a,[a])};for(typeof h!="string"&&(c=h,h=void 0),h=h||"fx";m--;)s=l.get(a[m],h+"queueHooks"),s&&s.empty&&(f++,s.empty.add(d));return d(),y.promise(c)}}),r}.apply(g,u),n!==void 0&&(x.exports=n)},981:(x,g,i)=>{var u,n;u=[i(8411),i(1801),i(2512)],n=function(r){"use strict";return r.fn.delay=function(l,h){return l=r.fx&&r.fx.speeds[l]||l,h=h||"fx",this.queue(h,function(c,s){var f=window.setTimeout(c,l);s.stop=function(){window.clearTimeout(f)}})},r.fn.delay}.apply(g,u),n!==void 0&&(x.exports=n)},4553:(x,g,i)=>{var u,n;u=[i(8411),i(9773),i(2283),i(8543),i(4733),i(1402),i(7507),i(7298),i(5950),i(9518),i(1338),i(9619),i(8919),i(107),i(685),i(7410)],n=function(r,l,h,c,s,f,y,a,m,d,p,A,v,S){"use strict";var N=c,E=a;(function(){var _,P,I,k,R,T=E,w,D,F,H,K,$=r.expando,W=0,M=0,z=ye(),U=ye(),Q=ye(),re=ye(),ae=function(B,Y){return B===Y&&(R=!0),0},Z="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",me="(?:\\\\[\\da-fA-F]{1,6}"+A+"?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+",Ae="\\["+A+"*("+me+")(?:"+A+"*([*^$|!~]?=)"+A+`*(?:'((?:\\\\.|[^\\\\'])*)'|"((?:\\\\.|[^\\\\"])*)"|(`+me+"))|)"+A+"*\\]",Ne=":("+me+`)(?:\\((('((?:\\\\.|[^\\\\'])*)'|"((?:\\\\.|[^\\\\"])*)")|((?:\\\\.|[^\\\\()[\\]]|`+Ae+")*)|.*)\\)|)",ke=new RegExp(A+"+","g"),at=new RegExp("^"+A+"*,"+A+"*"),At=new RegExp("^"+A+"*([>+~]|"+A+")"+A+"*"),Et=new RegExp(A+"|>"),Tt=new RegExp(Ne),de=new RegExp("^"+me+"$"),Ce={ID:new RegExp("^#("+me+")"),CLASS:new RegExp("^\\.("+me+")"),TAG:new RegExp("^("+me+"|[*])"),ATTR:new RegExp("^"+Ae),PSEUDO:new RegExp("^"+Ne),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("^(?:"+Z+")$","i"),needsContext:new RegExp("^"+A+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+A+"*((?:-\\d)?\\d*)"+A+"*\\)|)(?=[^-]|$)","i")},Se=/^(?:input|select|textarea|button)$/i,Me=/^h\d$/i,ht=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,Ut=/[+~]/,tt=new RegExp("\\\\[\\da-fA-F]{1,6}"+A+"?|\\\\([^\\r\\n\\f])","g"),Oe=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))},ce=function(){lt()},Re=wt(function(B){return B.disabled===!0&&l(B,"fieldset")},{dir:"parentNode",next:"legend"});function we(){try{return w.activeElement}catch(B){}}try{T.apply(h=m.call(N.childNodes),N.childNodes),h[N.childNodes.length].nodeType}catch(B){T={apply:function(Y,q){E.apply(Y,m.call(q))},call:function(Y){E.apply(Y,m.call(arguments,1))}}}function J(B,Y,q,ee){var se,Ee,be,De,xe,Ke,ie,ne=Y&&Y.ownerDocument,ue=Y?Y.nodeType:9;if(q=q||[],typeof B!="string"||!B||ue!==1&&ue!==9&&ue!==11)return q;if(!ee&&(lt(Y),Y=Y||w,F)){if(ue!==11&&(xe=ht.exec(B)))if(se=xe[1]){if(ue===9)if(be=Y.getElementById(se)){if(be.id===se)return T.call(q,be),q}else return q;else if(ne&&(be=ne.getElementById(se))&&J.contains(Y,be)&&be.id===se)return T.call(q,be),q}else{if(xe[2])return T.apply(q,Y.getElementsByTagName(B)),q;if((se=xe[3])&&Y.getElementsByClassName)return T.apply(q,Y.getElementsByClassName(se)),q}if(!re[B+" "]&&(!H||!H.test(B))){if(ie=B,ne=Y,ue===1&&(Et.test(B)||At.test(B))){for(ne=Ut.test(B)&&Qe(Y.parentNode)||Y,(ne!=Y||!S.scope)&&((De=Y.getAttribute("id"))?De=r.escapeSelector(De):Y.setAttribute("id",De=$)),Ke=kt(B),Ee=Ke.length;Ee--;)Ke[Ee]=(De?"#"+De:":scope")+" "+Lt(Ke[Ee]);ie=Ke.join(",")}try{return T.apply(q,ne.querySelectorAll(ie)),q}catch(le){re(B,!0)}finally{De===$&&Y.removeAttribute("id")}}}return kr(B.replace(v,"$1"),Y,q,ee)}function ye(){var B=[];function Y(q,ee){return B.push(q+" ")>P.cacheLength&&delete Y[B.shift()],Y[q+" "]=ee}return Y}function he(B){return B[$]=!0,B}function ve(B){var Y=w.createElement("fieldset");try{return!!B(Y)}catch(q){return!1}finally{Y.parentNode&&Y.parentNode.removeChild(Y),Y=null}}function Fe(B){return function(Y){return l(Y,"input")&&Y.type===B}}function Ge(B){return function(Y){return(l(Y,"input")||l(Y,"button"))&&Y.type===B}}function Ue(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&&Re(Y)===B:Y.disabled===B:"label"in Y?Y.disabled===B:!1}}function Ye(B){return he(function(Y){return Y=+Y,he(function(q,ee){for(var se,Ee=B([],q.length,Y),be=Ee.length;be--;)q[se=Ee[be]]&&(q[se]=!(ee[se]=q[se]))})})}function Qe(B){return B&&typeof B.getElementsByTagName!="undefined"&&B}function lt(B){var Y,q=B?B.ownerDocument||B:N;return q==w||q.nodeType!==9||!q.documentElement||(w=q,D=w.documentElement,F=!r.isXMLDoc(w),K=D.matches||D.webkitMatchesSelector||D.msMatchesSelector,D.msMatchesSelector&&N!=w&&(Y=w.defaultView)&&Y.top!==Y&&Y.addEventListener("unload",ce),S.getById=ve(function(ee){return D.appendChild(ee).id=r.expando,!w.getElementsByName||!w.getElementsByName(r.expando).length}),S.disconnectedMatch=ve(function(ee){return K.call(ee,"*")}),S.scope=ve(function(){return w.querySelectorAll(":scope")}),S.cssHas=ve(function(){try{return w.querySelector(":has(*,:jqfake)"),!1}catch(ee){return!0}}),S.getById?(P.filter.ID=function(ee){var se=ee.replace(tt,Oe);return function(Ee){return Ee.getAttribute("id")===se}},P.find.ID=function(ee,se){if(typeof se.getElementById!="undefined"&&F){var Ee=se.getElementById(ee);return Ee?[Ee]:[]}}):(P.filter.ID=function(ee){var se=ee.replace(tt,Oe);return function(Ee){var be=typeof Ee.getAttributeNode!="undefined"&&Ee.getAttributeNode("id");return be&&be.value===se}},P.find.ID=function(ee,se){if(typeof se.getElementById!="undefined"&&F){var Ee,be,De,xe=se.getElementById(ee);if(xe){if(Ee=xe.getAttributeNode("id"),Ee&&Ee.value===ee)return[xe];for(De=se.getElementsByName(ee),be=0;xe=De[be++];)if(Ee=xe.getAttributeNode("id"),Ee&&Ee.value===ee)return[xe]}return[]}}),P.find.TAG=function(ee,se){return typeof se.getElementsByTagName!="undefined"?se.getElementsByTagName(ee):se.querySelectorAll(ee)},P.find.CLASS=function(ee,se){if(typeof se.getElementsByClassName!="undefined"&&F)return se.getElementsByClassName(ee)},H=[],ve(function(ee){var se;D.appendChild(ee).innerHTML="<a id='"+$+"' href='' disabled='disabled'></a><select id='"+$+"-\r\\' disabled='disabled'><option selected=''></option></select>",ee.querySelectorAll("[selected]").length||H.push("\\["+A+"*(?:value|"+Z+")"),ee.querySelectorAll("[id~="+$+"-]").length||H.push("~="),ee.querySelectorAll("a#"+$+"+*").length||H.push(".#.+[+~]"),ee.querySelectorAll(":checked").length||H.push(":checked"),se=w.createElement("input"),se.setAttribute("type","hidden"),ee.appendChild(se).setAttribute("name","D"),D.appendChild(ee).disabled=!0,ee.querySelectorAll(":disabled").length!==2&&H.push(":enabled",":disabled"),se=w.createElement("input"),se.setAttribute("name",""),ee.appendChild(se),ee.querySelectorAll("[name='']").length||H.push("\\["+A+"*name"+A+"*="+A+`*(?:''|"")`)}),S.cssHas||H.push(":has"),H=H.length&&new RegExp(H.join("|")),ae=function(ee,se){if(ee===se)return R=!0,0;var Ee=!ee.compareDocumentPosition-!se.compareDocumentPosition;return Ee||(Ee=(ee.ownerDocument||ee)==(se.ownerDocument||se)?ee.compareDocumentPosition(se):1,Ee&1||!S.sortDetached&&se.compareDocumentPosition(ee)===Ee?ee===w||ee.ownerDocument==N&&J.contains(N,ee)?-1:se===w||se.ownerDocument==N&&J.contains(N,se)?1:k?s.call(k,ee)-s.call(k,se):0:Ee&4?-1:1)}),w}J.matches=function(B,Y){return J(B,null,null,Y)},J.matchesSelector=function(B,Y){if(lt(B),F&&!re[Y+" "]&&(!H||!H.test(Y)))try{var q=K.call(B,Y);if(q||S.disconnectedMatch||B.document&&B.document.nodeType!==11)return q}catch(ee){re(Y,!0)}return J(Y,w,null,[B]).length>0},J.contains=function(B,Y){return(B.ownerDocument||B)!=w&<(B),r.contains(B,Y)},J.attr=function(B,Y){(B.ownerDocument||B)!=w&<(B);var q=P.attrHandle[Y.toLowerCase()],ee=q&&f.call(P.attrHandle,Y.toLowerCase())?q(B,Y,!F):void 0;return ee!==void 0?ee:B.getAttribute(Y)},J.error=function(B){throw new Error("Syntax error, unrecognized expression: "+B)},r.uniqueSort=function(B){var Y,q=[],ee=0,se=0;if(R=!S.sortStable,k=!S.sortStable&&m.call(B,0),d.call(B,ae),R){for(;Y=B[se++];)Y===B[se]&&(ee=q.push(se));for(;ee--;)p.call(B,q[ee],1)}return k=null,B},r.fn.uniqueSort=function(){return this.pushStack(r.uniqueSort(m.apply(this)))},P=r.expr={cacheLength:50,createPseudo:he,match:Ce,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(tt,Oe),B[3]=(B[3]||B[4]||B[5]||"").replace(tt,Oe),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]||J.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]&&J.error(B[0]),B},PSEUDO:function(B){var Y,q=!B[6]&&B[2];return Ce.CHILD.test(B[0])?null:(B[3]?B[2]=B[4]||B[5]||"":q&&Tt.test(q)&&(Y=kt(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(tt,Oe).toLowerCase();return B==="*"?function(){return!0}:function(q){return l(q,Y)}},CLASS:function(B){var Y=z[B+" "];return Y||(Y=new RegExp("(^|"+A+")"+B+"("+A+"|$)"))&&z(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 se=J.attr(ee,B);return se==null?Y==="!=":Y?(se+="",Y==="="?se===q:Y==="!="?se!==q:Y==="^="?q&&se.indexOf(q)===0:Y==="*="?q&&se.indexOf(q)>-1:Y==="$="?q&&se.slice(-q.length)===q:Y==="~="?(" "+se.replace(ke," ")+" ").indexOf(q)>-1:Y==="|="?se===q||se.slice(0,q.length+1)===q+"-":!1):!0}},CHILD:function(B,Y,q,ee,se){var Ee=B.slice(0,3)!=="nth",be=B.slice(-4)!=="last",De=Y==="of-type";return ee===1&&se===0?function(xe){return!!xe.parentNode}:function(xe,Ke,ie){var ne,ue,le,Pe,$e,Ie=Ee!==be?"nextSibling":"previousSibling",ut=xe.parentNode,bt=De&&xe.nodeName.toLowerCase(),Rt=!ie&&!De,mt=!1;if(ut){if(Ee){for(;Ie;){for(le=xe;le=le[Ie];)if(De?l(le,bt):le.nodeType===1)return!1;$e=Ie=B==="only"&&!$e&&"nextSibling"}return!0}if($e=[be?ut.firstChild:ut.lastChild],be&&Rt){for(ue=ut[$]||(ut[$]={}),ne=ue[B]||[],Pe=ne[0]===W&&ne[1],mt=Pe&&ne[2],le=Pe&&ut.childNodes[Pe];le=++Pe&&le&&le[Ie]||(mt=Pe=0)||$e.pop();)if(le.nodeType===1&&++mt&&le===xe){ue[B]=[W,Pe,mt];break}}else if(Rt&&(ue=xe[$]||(xe[$]={}),ne=ue[B]||[],Pe=ne[0]===W&&ne[1],mt=Pe),mt===!1)for(;(le=++Pe&&le&&le[Ie]||(mt=Pe=0)||$e.pop())&&!((De?l(le,bt):le.nodeType===1)&&++mt&&(Rt&&(ue=le[$]||(le[$]={}),ue[B]=[W,mt]),le===xe)););return mt-=se,mt===ee||mt%ee===0&&mt/ee>=0}}},PSEUDO:function(B,Y){var q,ee=P.pseudos[B]||P.setFilters[B.toLowerCase()]||J.error("unsupported pseudo: "+B);return ee[$]?ee(Y):ee.length>1?(q=[B,B,"",Y],P.setFilters.hasOwnProperty(B.toLowerCase())?he(function(se,Ee){for(var be,De=ee(se,Y),xe=De.length;xe--;)be=s.call(se,De[xe]),se[be]=!(Ee[be]=De[xe])}):function(se){return ee(se,0,q)}):ee}},pseudos:{not:he(function(B){var Y=[],q=[],ee=St(B.replace(v,"$1"));return ee[$]?he(function(se,Ee,be,De){for(var xe,Ke=ee(se,null,De,[]),ie=se.length;ie--;)(xe=Ke[ie])&&(se[ie]=!(Ee[ie]=xe))}):function(se,Ee,be){return Y[0]=se,ee(Y,null,be,q),Y[0]=null,!q.pop()}}),has:he(function(B){return function(Y){return J(B,Y).length>0}}),contains:he(function(B){return B=B.replace(tt,Oe),function(Y){return(Y.textContent||r.text(Y)).indexOf(B)>-1}}),lang:he(function(B){return de.test(B||"")||J.error("unsupported lang: "+B),B=B.replace(tt,Oe).toLowerCase(),function(Y){var q;do if(q=F?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===D},focus:function(B){return B===we()&&w.hasFocus()&&!!(B.type||B.href||~B.tabIndex)},enabled:Ue(!1),disabled:Ue(!0),checked:function(B){return l(B,"input")&&!!B.checked||l(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!P.pseudos.empty(B)},header:function(B){return Me.test(B.nodeName)},input:function(B){return Se.test(B.nodeName)},button:function(B){return l(B,"input")&&B.type==="button"||l(B,"button")},text:function(B){var Y;return l(B,"input")&&B.type==="text"&&((Y=B.getAttribute("type"))==null||Y.toLowerCase()==="text")},first:Ye(function(){return[0]}),last:Ye(function(B,Y){return[Y-1]}),eq:Ye(function(B,Y,q){return[q<0?q+Y:q]}),even:Ye(function(B,Y){for(var q=0;q<Y;q+=2)B.push(q);return B}),odd:Ye(function(B,Y){for(var q=1;q<Y;q+=2)B.push(q);return B}),lt:Ye(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:Ye(function(B,Y,q){for(var ee=q<0?q+Y:q;++ee<Y;)B.push(ee);return B})}},P.pseudos.nth=P.pseudos.eq;for(_ in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})P.pseudos[_]=Fe(_);for(_ in{submit:!0,reset:!0})P.pseudos[_]=Ge(_);function gt(){}gt.prototype=P.filters=P.pseudos,P.setFilters=new gt;function kt(B,Y){var q,ee,se,Ee,be,De,xe,Ke=U[B+" "];if(Ke)return Y?0:Ke.slice(0);for(be=B,De=[],xe=P.preFilter;be;){(!q||(ee=at.exec(be)))&&(ee&&(be=be.slice(ee[0].length)||be),De.push(se=[])),q=!1,(ee=At.exec(be))&&(q=ee.shift(),se.push({value:q,type:ee[0].replace(v," ")}),be=be.slice(q.length));for(Ee in P.filter)(ee=Ce[Ee].exec(be))&&(!xe[Ee]||(ee=xe[Ee](ee)))&&(q=ee.shift(),se.push({value:q,type:Ee,matches:ee}),be=be.slice(q.length));if(!q)break}return Y?be.length:be?J.error(B):U(B,De).slice(0)}function Lt(B){for(var Y=0,q=B.length,ee="";Y<q;Y++)ee+=B[Y].value;return ee}function wt(B,Y,q){var ee=Y.dir,se=Y.next,Ee=se||ee,be=q&&Ee==="parentNode",De=M++;return Y.first?function(xe,Ke,ie){for(;xe=xe[ee];)if(xe.nodeType===1||be)return B(xe,Ke,ie);return!1}:function(xe,Ke,ie){var ne,ue,le=[W,De];if(ie){for(;xe=xe[ee];)if((xe.nodeType===1||be)&&B(xe,Ke,ie))return!0}else for(;xe=xe[ee];)if(xe.nodeType===1||be)if(ue=xe[$]||(xe[$]={}),se&&l(xe,se))xe=xe[ee]||xe;else{if((ne=ue[Ee])&&ne[0]===W&&ne[1]===De)return le[2]=ne[2];if(ue[Ee]=le,le[2]=B(xe,Ke,ie))return!0}return!1}}function fr(B){return B.length>1?function(Y,q,ee){for(var se=B.length;se--;)if(!B[se](Y,q,ee))return!1;return!0}:B[0]}function dr(B,Y,q){for(var ee=0,se=Y.length;ee<se;ee++)J(B,Y[ee],q);return q}function Nr(B,Y,q,ee,se){for(var Ee,be=[],De=0,xe=B.length,Ke=Y!=null;De<xe;De++)(Ee=B[De])&&(!q||q(Ee,ee,se))&&(be.push(Ee),Ke&&Y.push(De));return be}function Mr(B,Y,q,ee,se,Ee){return ee&&!ee[$]&&(ee=Mr(ee)),se&&!se[$]&&(se=Mr(se,Ee)),he(function(be,De,xe,Ke){var ie,ne,ue,le,Pe=[],$e=[],Ie=De.length,ut=be||dr(Y||"*",xe.nodeType?[xe]:xe,[]),bt=B&&(be||!Y)?Nr(ut,Pe,B,xe,Ke):ut;if(q?(le=se||(be?B:Ie||ee)?[]:De,q(bt,le,xe,Ke)):le=bt,ee)for(ie=Nr(le,$e),ee(ie,[],xe,Ke),ne=ie.length;ne--;)(ue=ie[ne])&&(le[$e[ne]]=!(bt[$e[ne]]=ue));if(be){if(se||B){if(se){for(ie=[],ne=le.length;ne--;)(ue=le[ne])&&ie.push(bt[ne]=ue);se(null,le=[],ie,Ke)}for(ne=le.length;ne--;)(ue=le[ne])&&(ie=se?s.call(be,ue):Pe[ne])>-1&&(be[ie]=!(De[ie]=ue))}}else le=Nr(le===De?le.splice(Ie,le.length):le),se?se(null,De,le,Ke):T.apply(De,le)})}function Bt(B){for(var Y,q,ee,se=B.length,Ee=P.relative[B[0].type],be=Ee||P.relative[" "],De=Ee?1:0,xe=wt(function(ne){return ne===Y},be,!0),Ke=wt(function(ne){return s.call(Y,ne)>-1},be,!0),ie=[function(ne,ue,le){var Pe=!Ee&&(le||ue!=I)||((Y=ue).nodeType?xe(ne,ue,le):Ke(ne,ue,le));return Y=null,Pe}];De<se;De++)if(q=P.relative[B[De].type])ie=[wt(fr(ie),q)];else{if(q=P.filter[B[De].type].apply(null,B[De].matches),q[$]){for(ee=++De;ee<se&&!P.relative[B[ee].type];ee++);return Mr(De>1&&fr(ie),De>1&&Lt(B.slice(0,De-1).concat({value:B[De-2].type===" "?"*":""})).replace(v,"$1"),q,De<ee&&Bt(B.slice(De,ee)),ee<se&&Bt(B=B.slice(ee)),ee<se&&Lt(B))}ie.push(q)}return fr(ie)}function Fr(B,Y){var q=Y.length>0,ee=B.length>0,se=function(Ee,be,De,xe,Ke){var ie,ne,ue,le=0,Pe="0",$e=Ee&&[],Ie=[],ut=I,bt=Ee||ee&&P.find.TAG("*",Ke),Rt=W+=ut==null?1:Math.random()||.1,mt=bt.length;for(Ke&&(I=be==w||be||Ke);Pe!==mt&&(ie=bt[Pe])!=null;Pe++){if(ee&&ie){for(ne=0,!be&&ie.ownerDocument!=w&&(lt(ie),De=!F);ue=B[ne++];)if(ue(ie,be||w,De)){T.call(xe,ie);break}Ke&&(W=Rt)}q&&((ie=!ue&&ie)&&le--,Ee&&$e.push(ie))}if(le+=Pe,q&&Pe!==le){for(ne=0;ue=Y[ne++];)ue($e,Ie,be,De);if(Ee){if(le>0)for(;Pe--;)$e[Pe]||Ie[Pe]||(Ie[Pe]=y.call(xe));Ie=Nr(Ie)}T.apply(xe,Ie),Ke&&!Ee&&Ie.length>0&&le+Y.length>1&&r.uniqueSort(xe)}return Ke&&(W=Rt,I=ut),$e};return q?he(se):se}function St(B,Y){var q,ee=[],se=[],Ee=Q[B+" "];if(!Ee){for(Y||(Y=kt(B)),q=Y.length;q--;)Ee=Bt(Y[q]),Ee[$]?ee.push(Ee):se.push(Ee);Ee=Q(B,Fr(se,ee)),Ee.selector=B}return Ee}function kr(B,Y,q,ee){var se,Ee,be,De,xe,Ke=typeof B=="function"&&B,ie=!ee&&kt(B=Ke.selector||B);if(q=q||[],ie.length===1){if(Ee=ie[0]=ie[0].slice(0),Ee.length>2&&(be=Ee[0]).type==="ID"&&Y.nodeType===9&&F&&P.relative[Ee[1].type]){if(Y=(P.find.ID(be.matches[0].replace(tt,Oe),Y)||[])[0],Y)Ke&&(Y=Y.parentNode);else return q;B=B.slice(Ee.shift().value.length)}for(se=Ce.needsContext.test(B)?0:Ee.length;se--&&(be=Ee[se],!P.relative[De=be.type]);)if((xe=P.find[De])&&(ee=xe(be.matches[0].replace(tt,Oe),Ut.test(Ee[0].type)&&Qe(Y.parentNode)||Y))){if(Ee.splice(se,1),B=ee.length&&Lt(Ee),!B)return T.apply(q,ee),q;break}}return(Ke||St(B,ie))(ee,Y,!F,q,!Y||Ut.test(B)&&Qe(Y.parentNode)||Y),q}S.sortStable=$.split("").sort(ae).join("")===$,lt(),S.sortDetached=ve(function(B){return B.compareDocumentPosition(w.createElement("fieldset"))&1}),r.find=J,r.expr[":"]=r.expr.pseudos,r.unique=r.uniqueSort,J.compile=St,J.select=kr,J.setDocument=lt,J.tokenize=kt,J.escape=r.escapeSelector,J.getText=r.text,J.isXML=r.isXMLDoc,J.selectors=r.expr,J.support=r.support,J.uniqueSort=r.uniqueSort})()}.apply(g,u),n!==void 0&&(x.exports=n)},685:(x,g,i)=>{var u,n;u=[i(8411)],n=function(r){"use strict";r.contains=function(l,h){var c=h&&h.parentNode;return l===c||!!(c&&c.nodeType===1&&(l.contains?l.contains(c):l.compareDocumentPosition&&l.compareDocumentPosition(c)&16))}}.apply(g,u),n!==void 0&&(x.exports=n)},7410:(x,g,i)=>{var u,n;u=[i(8411)],n=function(r){"use strict";var l=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\x80-\uFFFF\w-]/g;function h(c,s){return s?c==="\0"?"\uFFFD":c.slice(0,-1)+"\\"+c.charCodeAt(c.length-1).toString(16)+" ":"\\"+c}r.escapeSelector=function(c){return(c+"").replace(l,h)}}.apply(g,u),n!==void 0&&(x.exports=n)},3040:(x,g,i)=>{var u,n;u=[i(8411),i(8519),i(8404),i(1382),i(9340),i(2569),i(5933)],n=function(r,l,h,c){"use strict";var s=/\[\]$/,f=/\r?\n/g,y=/^(?:submit|button|image|reset|file)$/i,a=/^(?:input|select|textarea|keygen)/i;function m(d,p,A,v){var S;if(Array.isArray(p))r.each(p,function(N,E){A||s.test(d)?v(d,E):m(d+"["+(typeof E=="object"&&E!=null?N:"")+"]",E,A,v)});else if(!A&&l(p)==="object")for(S in p)m(d+"["+S+"]",p[S],A,v);else v(d,p)}return r.param=function(d,p){var A,v=[],S=function(N,E){var _=c(E)?E():E;v[v.length]=encodeURIComponent(N)+"="+encodeURIComponent(_==null?"":_)};if(d==null)return"";if(Array.isArray(d)||d.jquery&&!r.isPlainObject(d))r.each(d,function(){S(this.name,this.value)});else for(A in d)m(A,d[A],p,S);return v.join("&")},r.fn.extend({serialize:function(){return r.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var d=r.prop(this,"elements");return d?r.makeArray(d):this}).filter(function(){var d=this.type;return this.name&&!r(this).is(":disabled")&&a.test(this.nodeName)&&!y.test(d)&&(this.checked||!h.test(d))}).map(function(d,p){var A=r(this).val();return A==null?null:Array.isArray(A)?r.map(A,function(v){return{name:p.name,value:v.replace(f,`\r
- `)}}):{name:p.name,value:A.replace(f,`\r
- `)}}).get()}}),r}.apply(g,u),n!==void 0&&(x.exports=n)},2569:(x,g,i)=>{var u,n;u=[i(8411),i(2332),i(4733),i(8811),i(3617),i(2998),i(9773),i(9340),i(8269),i(4553)],n=function(r,l,h,c,s,f,y){"use strict";var a=/^(?:parents|prev(?:Until|All))/,m={children:!0,contents:!0,next:!0,prev:!0};r.fn.extend({has:function(p){var A=r(p,this),v=A.length;return this.filter(function(){for(var S=0;S<v;S++)if(r.contains(this,A[S]))return!0})},closest:function(p,A){var v,S=0,N=this.length,E=[],_=typeof p!="string"&&r(p);if(!f.test(p)){for(;S<N;S++)for(v=this[S];v&&v!==A;v=v.parentNode)if(v.nodeType<11&&(_?_.index(v)>-1:v.nodeType===1&&r.find.matchesSelector(v,p))){E.push(v);break}}return this.pushStack(E.length>1?r.uniqueSort(E):E)},index:function(p){return p?typeof p=="string"?h.call(r(p),this[0]):h.call(this,p.jquery?p[0]:p):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(p,A){return this.pushStack(r.uniqueSort(r.merge(this.get(),r(p,A))))},addBack:function(p){return this.add(p==null?this.prevObject:this.prevObject.filter(p))}});function d(p,A){for(;(p=p[A])&&p.nodeType!==1;);return p}return r.each({parent:function(p){var A=p.parentNode;return A&&A.nodeType!==11?A:null},parents:function(p){return c(p,"parentNode")},parentsUntil:function(p,A,v){return c(p,"parentNode",v)},next:function(p){return d(p,"nextSibling")},prev:function(p){return d(p,"previousSibling")},nextAll:function(p){return c(p,"nextSibling")},prevAll:function(p){return c(p,"previousSibling")},nextUntil:function(p,A,v){return c(p,"nextSibling",v)},prevUntil:function(p,A,v){return c(p,"previousSibling",v)},siblings:function(p){return s((p.parentNode||{}).firstChild,p)},children:function(p){return s(p.firstChild)},contents:function(p){return p.contentDocument!=null&&l(p.contentDocument)?p.contentDocument:(y(p,"template")&&(p=p.content||p),r.merge([],p.childNodes))}},function(p,A){r.fn[p]=function(v,S){var N=r.map(this,A,v);return p.slice(-5)!=="Until"&&(S=v),S&&typeof S=="string"&&(N=r.filter(S,N)),this.length>1&&(m[p]||r.uniqueSort(N),a.test(p)&&N.reverse()),this.pushStack(N)}}),r}.apply(g,u),n!==void 0&&(x.exports=n)},8269:(x,g,i)=>{var u,n;u=[i(8411),i(4733),i(1382),i(2998),i(4553)],n=function(r,l,h,c){"use strict";function s(f,y,a){return h(y)?r.grep(f,function(m,d){return!!y.call(m,d,m)!==a}):y.nodeType?r.grep(f,function(m){return m===y!==a}):typeof y!="string"?r.grep(f,function(m){return l.call(y,m)>-1!==a}):r.filter(y,f,a)}r.filter=function(f,y,a){var m=y[0];return a&&(f=":not("+f+")"),y.length===1&&m.nodeType===1?r.find.matchesSelector(m,f)?[m]:[]:r.find.matches(f,r.grep(y,function(d){return d.nodeType===1}))},r.fn.extend({find:function(f){var y,a,m=this.length,d=this;if(typeof f!="string")return this.pushStack(r(f).filter(function(){for(y=0;y<m;y++)if(r.contains(d[y],this))return!0}));for(a=this.pushStack([]),y=0;y<m;y++)r.find(f,d[y],a);return m>1?r.uniqueSort(a):a},filter:function(f){return this.pushStack(s(this,f||[],!1))},not:function(f){return this.pushStack(s(this,f||[],!0))},is:function(f){return!!s(this,typeof f=="string"&&c.test(f)?r(f):f||[],!1).length}})}.apply(g,u),n!==void 0&&(x.exports=n)},8811:(x,g,i)=>{var u,n;u=[i(8411)],n=function(r){"use strict";return function(l,h,c){for(var s=[],f=c!==void 0;(l=l[h])&&l.nodeType!==9;)if(l.nodeType===1){if(f&&r(l).is(c))break;s.push(l)}return s}}.apply(g,u),n!==void 0&&(x.exports=n)},2998:(x,g,i)=>{var u,n;u=[i(8411),i(4553)],n=function(r){"use strict";return r.expr.match.needsContext}.apply(g,u),n!==void 0&&(x.exports=n)},3617:(x,g,i)=>{var u;u=function(){"use strict";return function(n,r){for(var l=[];n;n=n.nextSibling)n.nodeType===1&&n!==r&&l.push(n);return l}}.call(g,i,g,x),u!==void 0&&(x.exports=u)},8928:(x,g,i)=>{var u,n;u=[i(2122)],n=function(r){"use strict";return r.call(Object)}.apply(g,u),n!==void 0&&(x.exports=n)},2283:(x,g,i)=>{var u;u=function(){"use strict";return[]}.call(g,i,g,x),u!==void 0&&(x.exports=u)},8320:(x,g,i)=>{var u;u=function(){"use strict";return{}}.call(g,i,g,x),u!==void 0&&(x.exports=u)},8543:(x,g,i)=>{var u;u=function(){"use strict";return window.document}.call(g,i,g,x),u!==void 0&&(x.exports=u)},7623:(x,g,i)=>{var u,n;u=[i(8543)],n=function(r){"use strict";return r.documentElement}.apply(g,u),n!==void 0&&(x.exports=n)},8305:(x,g,i)=>{var u,n;u=[i(2283)],n=function(r){"use strict";return r.flat?function(l){return r.flat.call(l)}:function(l){return r.concat.apply([],l)}}.apply(g,u),n!==void 0&&(x.exports=n)},2122:(x,g,i)=>{var u,n;u=[i(1402)],n=function(r){"use strict";return r.toString}.apply(g,u),n!==void 0&&(x.exports=n)},2332:(x,g,i)=>{var u;u=function(){"use strict";return Object.getPrototypeOf}.call(g,i,g,x),u!==void 0&&(x.exports=u)},1402:(x,g,i)=>{var u,n;u=[i(8320)],n=function(r){"use strict";return r.hasOwnProperty}.apply(g,u),n!==void 0&&(x.exports=n)},4733:(x,g,i)=>{var u,n;u=[i(2283)],n=function(r){"use strict";return r.indexOf}.apply(g,u),n!==void 0&&(x.exports=n)},1382:(x,g,i)=>{var u;u=function(){"use strict";return function(r){return typeof r=="function"&&typeof r.nodeType!="number"&&typeof r.item!="function"}}.call(g,i,g,x),u!==void 0&&(x.exports=u)},7346:(x,g,i)=>{var u;u=function(){"use strict";return function(r){return r!=null&&r===r.window}}.call(g,i,g,x),u!==void 0&&(x.exports=u)},210:(x,g,i)=>{var u;u=function(){"use strict";return/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source}.call(g,i,g,x),u!==void 0&&(x.exports=u)},7507:(x,g,i)=>{var u,n;u=[i(2283)],n=function(r){"use strict";return r.pop}.apply(g,u),n!==void 0&&(x.exports=n)},7298:(x,g,i)=>{var u,n;u=[i(2283)],n=function(r){"use strict";return r.push}.apply(g,u),n!==void 0&&(x.exports=n)},8404:(x,g,i)=>{var u;u=function(){"use strict";return/^(?:checkbox|radio)$/i}.call(g,i,g,x),u!==void 0&&(x.exports=u)},403:(x,g,i)=>{var u,n;u=[i(210)],n=function(r){"use strict";return new RegExp("^(?:([+-])=|)("+r+")([a-z%]*)$","i")}.apply(g,u),n!==void 0&&(x.exports=n)},9091:(x,g,i)=>{var u;u=function(){"use strict";return/[^\x20\t\r\n\f]+/g}.call(g,i,g,x),u!==void 0&&(x.exports=u)},8919:(x,g,i)=>{var u,n;u=[i(9619)],n=function(r){"use strict";return new RegExp("^"+r+"+|((?:^|[^\\\\])(?:\\\\.)*)"+r+"+$","g")}.apply(g,u),n!==void 0&&(x.exports=n)},5950:(x,g,i)=>{var u,n;u=[i(2283)],n=function(r){"use strict";return r.slice}.apply(g,u),n!==void 0&&(x.exports=n)},9518:(x,g,i)=>{var u,n;u=[i(2283)],n=function(r){"use strict";return r.sort}.apply(g,u),n!==void 0&&(x.exports=n)},1338:(x,g,i)=>{var u,n;u=[i(2283)],n=function(r){"use strict";return r.splice}.apply(g,u),n!==void 0&&(x.exports=n)},107:(x,g,i)=>{var u;u=function(){"use strict";return{}}.call(g,i,g,x),u!==void 0&&(x.exports=u)},4122:(x,g,i)=>{var u,n;u=[i(8320)],n=function(r){"use strict";return r.toString}.apply(g,u),n!==void 0&&(x.exports=n)},9619:(x,g,i)=>{var u;u=function(){"use strict";return"[\\x20\\t\\r\\n\\f]"}.call(g,i,g,x),u!==void 0&&(x.exports=u)},5868:(x,g,i)=>{var u,n;u=[i(8411),i(1382),i(9340),i(7957),i(2569)],n=function(r,l){"use strict";return r.fn.extend({wrapAll:function(h){var c;return this[0]&&(l(h)&&(h=h.call(this[0])),c=r(h,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&c.insertBefore(this[0]),c.map(function(){for(var s=this;s.firstElementChild;)s=s.firstElementChild;return s}).append(this)),this},wrapInner:function(h){return l(h)?this.each(function(c){r(this).wrapInner(h.call(this,c))}):this.each(function(){var c=r(this),s=c.contents();s.length?s.wrapAll(h):c.append(h)})},wrap:function(h){var c=l(h);return this.each(function(s){r(this).wrapAll(c?h.call(this,s):h)})},unwrap:function(h){return this.parent(h).not("body").each(function(){r(this).replaceWith(this.childNodes)}),this}}),r}.apply(g,u),n!==void 0&&(x.exports=n)},2543:function(x,g,i){x=i.nmd(x);var u;/**
- * @license
- * Lodash <https://lodash.com/>
- * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
- * Released under MIT license <https://lodash.com/license>
- * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
- * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
- */(function(){var n,r="4.17.21",l=200,h="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",c="Expected a function",s="Invalid `variable` option passed into `_.template`",f="__lodash_hash_undefined__",y=500,a="__lodash_placeholder__",m=1,d=2,p=4,A=1,v=2,S=1,N=2,E=4,_=8,P=16,I=32,k=64,R=128,T=256,w=512,D=30,F="...",H=800,K=16,$=1,W=2,M=3,z=1/0,U=9007199254740991,Q=17976931348623157e292,re=0/0,ae=4294967295,Z=ae-1,me=ae>>>1,Ae=[["ary",R],["bind",S],["bindKey",N],["curry",_],["curryRight",P],["flip",w],["partial",I],["partialRight",k],["rearg",T]],Ne="[object Arguments]",ke="[object Array]",at="[object AsyncFunction]",At="[object Boolean]",Et="[object Date]",Tt="[object DOMException]",de="[object Error]",Ce="[object Function]",Se="[object GeneratorFunction]",Me="[object Map]",ht="[object Number]",Ut="[object Null]",tt="[object Object]",Oe="[object Promise]",ce="[object Proxy]",Re="[object RegExp]",we="[object Set]",J="[object String]",ye="[object Symbol]",he="[object Undefined]",ve="[object WeakMap]",Fe="[object WeakSet]",Ge="[object ArrayBuffer]",Ue="[object DataView]",Ye="[object Float32Array]",Qe="[object Float64Array]",lt="[object Int8Array]",gt="[object Int16Array]",kt="[object Int32Array]",Lt="[object Uint8Array]",wt="[object Uint8ClampedArray]",fr="[object Uint16Array]",dr="[object Uint32Array]",Nr=/\b__p \+= '';/g,Mr=/\b(__p \+=) '' \+/g,Bt=/(__e\(.*?\)|\b__t\)) \+\n'';/g,Fr=/&(?:amp|lt|gt|quot|#39);/g,St=/[&<>"']/g,kr=RegExp(Fr.source),B=RegExp(St.source),Y=/<%-([\s\S]+?)%>/g,q=/<%([\s\S]+?)%>/g,ee=/<%=([\s\S]+?)%>/g,se=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Ee=/^\w*$/,be=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,De=/[\\^$.*+?()[\]{}|]/g,xe=RegExp(De.source),Ke=/^\s+/,ie=/\s/,ne=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,ue=/\{\n\/\* \[wrapped with (.+)\] \*/,le=/,? & /,Pe=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,$e=/[()=,{}\[\]\/\s]/,Ie=/\\(\\)?/g,ut=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,bt=/\w*$/,Rt=/^[-+]0x[0-9a-f]+$/i,mt=/^0b[01]+$/i,st=/^\[object .+?Constructor\]$/,rt=/^0o[0-7]+$/i,di=/^(?:0|[1-9]\d*)$/,xa=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,on=/($^)/,Vr=/['\n\r\u2028\u2029\\]/g,_n="\\ud800-\\udfff",qo="\\u0300-\\u036f",Qo="\\ufe20-\\ufe2f",el="\\u20d0-\\u20ff",_a=qo+Qo+el,Na="\\u2700-\\u27bf",wa="a-z\\xdf-\\xf6\\xf8-\\xff",tl="\\xac\\xb1\\xd7\\xf7",rl="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",nl="\\u2000-\\u206f",il=" \\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",Pa="A-Z\\xc0-\\xd6\\xd8-\\xde",Ca="\\ufe0e\\ufe0f",Ta=tl+rl+nl+il,ci="['\u2019]",al="["+_n+"]",Da="["+Ta+"]",Nn="["+_a+"]",Ra="\\d+",sl="["+Na+"]",Ia="["+wa+"]",Oa="[^"+_n+Ta+Ra+Na+wa+Pa+"]",hi="\\ud83c[\\udffb-\\udfff]",ol="(?:"+Nn+"|"+hi+")",La="[^"+_n+"]",gi="(?:\\ud83c[\\udde6-\\uddff]){2}",mi="[\\ud800-\\udbff][\\udc00-\\udfff]",Yr="["+Pa+"]",Ma="\\u200d",Fa="(?:"+Ia+"|"+Oa+")",ll="(?:"+Yr+"|"+Oa+")",ka="(?:"+ci+"(?:d|ll|m|re|s|t|ve))?",Ba="(?:"+ci+"(?:D|LL|M|RE|S|T|VE))?",$a=ol+"?",Ha="["+Ca+"]?",ul="(?:"+Ma+"(?:"+[La,gi,mi].join("|")+")"+Ha+$a+")*",pl="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",fl="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",Wa=Ha+$a+ul,dl="(?:"+[sl,gi,mi].join("|")+")"+Wa,cl="(?:"+[La+Nn+"?",Nn,gi,mi,al].join("|")+")",hl=RegExp(ci,"g"),gl=RegExp(Nn,"g"),vi=RegExp(hi+"(?="+hi+")|"+cl+Wa,"g"),ml=RegExp([Yr+"?"+Ia+"+"+ka+"(?="+[Da,Yr,"$"].join("|")+")",ll+"+"+Ba+"(?="+[Da,Yr+Fa,"$"].join("|")+")",Yr+"?"+Fa+"+"+ka,Yr+"+"+Ba,fl,pl,Ra,dl].join("|"),"g"),vl=RegExp("["+Ma+_n+_a+Ca+"]"),yl=/[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"],El=-1,ct={};ct[Ye]=ct[Qe]=ct[lt]=ct[gt]=ct[kt]=ct[Lt]=ct[wt]=ct[fr]=ct[dr]=!0,ct[Ne]=ct[ke]=ct[Ge]=ct[At]=ct[Ue]=ct[Et]=ct[de]=ct[Ce]=ct[Me]=ct[ht]=ct[tt]=ct[Re]=ct[we]=ct[J]=ct[ve]=!1;var dt={};dt[Ne]=dt[ke]=dt[Ge]=dt[Ue]=dt[At]=dt[Et]=dt[Ye]=dt[Qe]=dt[lt]=dt[gt]=dt[kt]=dt[Me]=dt[ht]=dt[tt]=dt[Re]=dt[we]=dt[J]=dt[ye]=dt[Lt]=dt[wt]=dt[fr]=dt[dr]=!0,dt[de]=dt[Ce]=dt[ve]=!1;var Sl={\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"},bl={"&":"&","<":"<",">":">",'"':""","'":"'"},xl={"&":"&","<":"<",">":">",""":'"',"'":"'"},_l={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},Nl=parseFloat,wl=parseInt,Ua=typeof i.g=="object"&&i.g&&i.g.Object===Object&&i.g,Pl=typeof self=="object"&&self&&self.Object===Object&&self,It=Ua||Pl||Function("return this")(),Ga=g&&!g.nodeType&&g,ln=Ga&&!0&&x&&!x.nodeType&&x,Ka=ln&&ln.exports===Ga,yi=Ka&&Ua.process,Qt=function(){try{var X=ln&&ln.require&&ln.require("util").types;return X||yi&&yi.binding&&yi.binding("util")}catch(oe){}}(),za=Qt&&Qt.isArrayBuffer,Va=Qt&&Qt.isDate,Ya=Qt&&Qt.isMap,Xa=Qt&&Qt.isRegExp,ja=Qt&&Qt.isSet,Ja=Qt&&Qt.isTypedArray;function Yt(X,oe,te){switch(te.length){case 0:return X.call(oe);case 1:return X.call(oe,te[0]);case 2:return X.call(oe,te[0],te[1]);case 3:return X.call(oe,te[0],te[1],te[2])}return X.apply(oe,te)}function Cl(X,oe,te,Te){for(var ze=-1,it=X==null?0:X.length;++ze<it;){var Pt=X[ze];oe(Te,Pt,te(Pt),X)}return Te}function er(X,oe){for(var te=-1,Te=X==null?0:X.length;++te<Te&&oe(X[te],te,X)!==!1;);return X}function Tl(X,oe){for(var te=X==null?0:X.length;te--&&oe(X[te],te,X)!==!1;);return X}function Za(X,oe){for(var te=-1,Te=X==null?0:X.length;++te<Te;)if(!oe(X[te],te,X))return!1;return!0}function wr(X,oe){for(var te=-1,Te=X==null?0:X.length,ze=0,it=[];++te<Te;){var Pt=X[te];oe(Pt,te,X)&&(it[ze++]=Pt)}return it}function wn(X,oe){var te=X==null?0:X.length;return!!te&&Xr(X,oe,0)>-1}function Ai(X,oe,te){for(var Te=-1,ze=X==null?0:X.length;++Te<ze;)if(te(oe,X[Te]))return!0;return!1}function vt(X,oe){for(var te=-1,Te=X==null?0:X.length,ze=Array(Te);++te<Te;)ze[te]=oe(X[te],te,X);return ze}function Pr(X,oe){for(var te=-1,Te=oe.length,ze=X.length;++te<Te;)X[ze+te]=oe[te];return X}function Ei(X,oe,te,Te){var ze=-1,it=X==null?0:X.length;for(Te&&it&&(te=X[++ze]);++ze<it;)te=oe(te,X[ze],ze,X);return te}function Dl(X,oe,te,Te){var ze=X==null?0:X.length;for(Te&&ze&&(te=X[--ze]);ze--;)te=oe(te,X[ze],ze,X);return te}function Si(X,oe){for(var te=-1,Te=X==null?0:X.length;++te<Te;)if(oe(X[te],te,X))return!0;return!1}var Rl=bi("length");function Il(X){return X.split("")}function Ol(X){return X.match(Pe)||[]}function qa(X,oe,te){var Te;return te(X,function(ze,it,Pt){if(oe(ze,it,Pt))return Te=it,!1}),Te}function Pn(X,oe,te,Te){for(var ze=X.length,it=te+(Te?1:-1);Te?it--:++it<ze;)if(oe(X[it],it,X))return it;return-1}function Xr(X,oe,te){return oe===oe?zl(X,oe,te):Pn(X,Qa,te)}function Ll(X,oe,te,Te){for(var ze=te-1,it=X.length;++ze<it;)if(Te(X[ze],oe))return ze;return-1}function Qa(X){return X!==X}function es(X,oe){var te=X==null?0:X.length;return te?_i(X,oe)/te:re}function bi(X){return function(oe){return oe==null?n:oe[X]}}function xi(X){return function(oe){return X==null?n:X[oe]}}function ts(X,oe,te,Te,ze){return ze(X,function(it,Pt,ft){te=Te?(Te=!1,it):oe(te,it,Pt,ft)}),te}function Ml(X,oe){var te=X.length;for(X.sort(oe);te--;)X[te]=X[te].value;return X}function _i(X,oe){for(var te,Te=-1,ze=X.length;++Te<ze;){var it=oe(X[Te]);it!==n&&(te=te===n?it:te+it)}return te}function Ni(X,oe){for(var te=-1,Te=Array(X);++te<X;)Te[te]=oe(te);return Te}function Fl(X,oe){return vt(oe,function(te){return[te,X[te]]})}function rs(X){return X&&X.slice(0,ss(X)+1).replace(Ke,"")}function Xt(X){return function(oe){return X(oe)}}function wi(X,oe){return vt(oe,function(te){return X[te]})}function un(X,oe){return X.has(oe)}function ns(X,oe){for(var te=-1,Te=X.length;++te<Te&&Xr(oe,X[te],0)>-1;);return te}function is(X,oe){for(var te=X.length;te--&&Xr(oe,X[te],0)>-1;);return te}function kl(X,oe){for(var te=X.length,Te=0;te--;)X[te]===oe&&++Te;return Te}var Bl=xi(Sl),$l=xi(bl);function Hl(X){return"\\"+_l[X]}function Wl(X,oe){return X==null?n:X[oe]}function jr(X){return vl.test(X)}function Ul(X){return yl.test(X)}function Gl(X){for(var oe,te=[];!(oe=X.next()).done;)te.push(oe.value);return te}function Pi(X){var oe=-1,te=Array(X.size);return X.forEach(function(Te,ze){te[++oe]=[ze,Te]}),te}function as(X,oe){return function(te){return X(oe(te))}}function Cr(X,oe){for(var te=-1,Te=X.length,ze=0,it=[];++te<Te;){var Pt=X[te];(Pt===oe||Pt===a)&&(X[te]=a,it[ze++]=te)}return it}function Cn(X){var oe=-1,te=Array(X.size);return X.forEach(function(Te){te[++oe]=Te}),te}function Kl(X){var oe=-1,te=Array(X.size);return X.forEach(function(Te){te[++oe]=[Te,Te]}),te}function zl(X,oe,te){for(var Te=te-1,ze=X.length;++Te<ze;)if(X[Te]===oe)return Te;return-1}function Vl(X,oe,te){for(var Te=te+1;Te--;)if(X[Te]===oe)return Te;return Te}function Jr(X){return jr(X)?Xl(X):Rl(X)}function or(X){return jr(X)?jl(X):Il(X)}function ss(X){for(var oe=X.length;oe--&&ie.test(X.charAt(oe)););return oe}var Yl=xi(xl);function Xl(X){for(var oe=vi.lastIndex=0;vi.test(X);)++oe;return oe}function jl(X){return X.match(vi)||[]}function Jl(X){return X.match(ml)||[]}var Zl=function X(oe){oe=oe==null?It:Tn.defaults(It.Object(),oe,Tn.pick(It,Al));var te=oe.Array,Te=oe.Date,ze=oe.Error,it=oe.Function,Pt=oe.Math,ft=oe.Object,Ci=oe.RegExp,ql=oe.String,tr=oe.TypeError,Dn=te.prototype,Ql=it.prototype,Zr=ft.prototype,Rn=oe["__core-js_shared__"],In=Ql.toString,pt=Zr.hasOwnProperty,eu=0,os=function(){var e=/[^.]+$/.exec(Rn&&Rn.keys&&Rn.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}(),On=Zr.toString,tu=In.call(ft),ru=It._,nu=Ci("^"+In.call(pt).replace(De,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Ln=Ka?oe.Buffer:n,Tr=oe.Symbol,Mn=oe.Uint8Array,ls=Ln?Ln.allocUnsafe:n,Fn=as(ft.getPrototypeOf,ft),us=ft.create,ps=Zr.propertyIsEnumerable,kn=Dn.splice,fs=Tr?Tr.isConcatSpreadable:n,pn=Tr?Tr.iterator:n,Br=Tr?Tr.toStringTag:n,Bn=function(){try{var e=Gr(ft,"defineProperty");return e({},"",{}),e}catch(t){}}(),iu=oe.clearTimeout!==It.clearTimeout&&oe.clearTimeout,au=Te&&Te.now!==It.Date.now&&Te.now,su=oe.setTimeout!==It.setTimeout&&oe.setTimeout,$n=Pt.ceil,Hn=Pt.floor,Ti=ft.getOwnPropertySymbols,ou=Ln?Ln.isBuffer:n,ds=oe.isFinite,lu=Dn.join,uu=as(ft.keys,ft),Ct=Pt.max,Mt=Pt.min,pu=Te.now,fu=oe.parseInt,cs=Pt.random,du=Dn.reverse,Di=Gr(oe,"DataView"),fn=Gr(oe,"Map"),Ri=Gr(oe,"Promise"),qr=Gr(oe,"Set"),dn=Gr(oe,"WeakMap"),cn=Gr(ft,"create"),Wn=dn&&new dn,Qr={},cu=Kr(Di),hu=Kr(fn),gu=Kr(Ri),mu=Kr(qr),vu=Kr(dn),Un=Tr?Tr.prototype:n,hn=Un?Un.valueOf:n,hs=Un?Un.toString:n;function O(e){if(xt(e)&&!Ve(e)&&!(e instanceof qe)){if(e instanceof rr)return e;if(pt.call(e,"__wrapped__"))return mo(e)}return new rr(e)}var en=function(){function e(){}return function(t){if(!yt(t))return{};if(us)return us(t);e.prototype=t;var o=new e;return e.prototype=n,o}}();function Gn(){}function rr(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=n}O.templateSettings={escape:Y,evaluate:q,interpolate:ee,variable:"",imports:{_:O}},O.prototype=Gn.prototype,O.prototype.constructor=O,rr.prototype=en(Gn.prototype),rr.prototype.constructor=rr;function qe(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=ae,this.__views__=[]}function yu(){var e=new qe(this.__wrapped__);return e.__actions__=Gt(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=Gt(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=Gt(this.__views__),e}function Au(){if(this.__filtered__){var e=new qe(this);e.__dir__=-1,e.__filtered__=!0}else e=this.clone(),e.__dir__*=-1;return e}function Eu(){var e=this.__wrapped__.value(),t=this.__dir__,o=Ve(e),b=t<0,C=o?e.length:0,L=Ip(0,C,this.__views__),G=L.start,V=L.end,j=V-G,pe=b?V:G-1,fe=this.__iteratees__,ge=fe.length,_e=0,Le=Mt(j,this.__takeCount__);if(!o||!b&&C==j&&Le==j)return Bs(e,this.__actions__);var He=[];e:for(;j--&&_e<Le;){pe+=t;for(var je=-1,We=e[pe];++je<ge;){var Ze=fe[je],et=Ze.iteratee,Zt=Ze.type,Wt=et(We);if(Zt==W)We=Wt;else if(!Wt){if(Zt==$)continue e;break e}}He[_e++]=We}return He}qe.prototype=en(Gn.prototype),qe.prototype.constructor=qe;function $r(e){var t=-1,o=e==null?0:e.length;for(this.clear();++t<o;){var b=e[t];this.set(b[0],b[1])}}function Su(){this.__data__=cn?cn(null):{},this.size=0}function bu(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}function xu(e){var t=this.__data__;if(cn){var o=t[e];return o===f?n:o}return pt.call(t,e)?t[e]:n}function _u(e){var t=this.__data__;return cn?t[e]!==n:pt.call(t,e)}function Nu(e,t){var o=this.__data__;return this.size+=this.has(e)?0:1,o[e]=cn&&t===n?f:t,this}$r.prototype.clear=Su,$r.prototype.delete=bu,$r.prototype.get=xu,$r.prototype.has=_u,$r.prototype.set=Nu;function mr(e){var t=-1,o=e==null?0:e.length;for(this.clear();++t<o;){var b=e[t];this.set(b[0],b[1])}}function wu(){this.__data__=[],this.size=0}function Pu(e){var t=this.__data__,o=Kn(t,e);if(o<0)return!1;var b=t.length-1;return o==b?t.pop():kn.call(t,o,1),--this.size,!0}function Cu(e){var t=this.__data__,o=Kn(t,e);return o<0?n:t[o][1]}function Tu(e){return Kn(this.__data__,e)>-1}function Du(e,t){var o=this.__data__,b=Kn(o,e);return b<0?(++this.size,o.push([e,t])):o[b][1]=t,this}mr.prototype.clear=wu,mr.prototype.delete=Pu,mr.prototype.get=Cu,mr.prototype.has=Tu,mr.prototype.set=Du;function vr(e){var t=-1,o=e==null?0:e.length;for(this.clear();++t<o;){var b=e[t];this.set(b[0],b[1])}}function Ru(){this.size=0,this.__data__={hash:new $r,map:new(fn||mr),string:new $r}}function Iu(e){var t=ri(this,e).delete(e);return this.size-=t?1:0,t}function Ou(e){return ri(this,e).get(e)}function Lu(e){return ri(this,e).has(e)}function Mu(e,t){var o=ri(this,e),b=o.size;return o.set(e,t),this.size+=o.size==b?0:1,this}vr.prototype.clear=Ru,vr.prototype.delete=Iu,vr.prototype.get=Ou,vr.prototype.has=Lu,vr.prototype.set=Mu;function Hr(e){var t=-1,o=e==null?0:e.length;for(this.__data__=new vr;++t<o;)this.add(e[t])}function Fu(e){return this.__data__.set(e,f),this}function ku(e){return this.__data__.has(e)}Hr.prototype.add=Hr.prototype.push=Fu,Hr.prototype.has=ku;function lr(e){var t=this.__data__=new mr(e);this.size=t.size}function Bu(){this.__data__=new mr,this.size=0}function $u(e){var t=this.__data__,o=t.delete(e);return this.size=t.size,o}function Hu(e){return this.__data__.get(e)}function Wu(e){return this.__data__.has(e)}function Uu(e,t){var o=this.__data__;if(o instanceof mr){var b=o.__data__;if(!fn||b.length<l-1)return b.push([e,t]),this.size=++o.size,this;o=this.__data__=new vr(b)}return o.set(e,t),this.size=o.size,this}lr.prototype.clear=Bu,lr.prototype.delete=$u,lr.prototype.get=Hu,lr.prototype.has=Wu,lr.prototype.set=Uu;function gs(e,t){var o=Ve(e),b=!o&&zr(e),C=!o&&!b&&Lr(e),L=!o&&!b&&!C&&an(e),G=o||b||C||L,V=G?Ni(e.length,ql):[],j=V.length;for(var pe in e)(t||pt.call(e,pe))&&!(G&&(pe=="length"||C&&(pe=="offset"||pe=="parent")||L&&(pe=="buffer"||pe=="byteLength"||pe=="byteOffset")||Sr(pe,j)))&&V.push(pe);return V}function ms(e){var t=e.length;return t?e[Ui(0,t-1)]:n}function Gu(e,t){return ni(Gt(e),Wr(t,0,e.length))}function Ku(e){return ni(Gt(e))}function Ii(e,t,o){(o!==n&&!ur(e[t],o)||o===n&&!(t in e))&&yr(e,t,o)}function gn(e,t,o){var b=e[t];(!(pt.call(e,t)&&ur(b,o))||o===n&&!(t in e))&&yr(e,t,o)}function Kn(e,t){for(var o=e.length;o--;)if(ur(e[o][0],t))return o;return-1}function zu(e,t,o,b){return Dr(e,function(C,L,G){t(b,C,o(C),G)}),b}function vs(e,t){return e&&hr(t,Dt(t),e)}function Vu(e,t){return e&&hr(t,zt(t),e)}function yr(e,t,o){t=="__proto__"&&Bn?Bn(e,t,{configurable:!0,enumerable:!0,value:o,writable:!0}):e[t]=o}function Oi(e,t){for(var o=-1,b=t.length,C=te(b),L=e==null;++o<b;)C[o]=L?n:ca(e,t[o]);return C}function Wr(e,t,o){return e===e&&(o!==n&&(e=e<=o?e:o),t!==n&&(e=e>=t?e:t)),e}function nr(e,t,o,b,C,L){var G,V=t&m,j=t&d,pe=t&p;if(o&&(G=C?o(e,b,C,L):o(e)),G!==n)return G;if(!yt(e))return e;var fe=Ve(e);if(fe){if(G=Lp(e),!V)return Gt(e,G)}else{var ge=Ft(e),_e=ge==Ce||ge==Se;if(Lr(e))return Ws(e,V);if(ge==tt||ge==Ne||_e&&!C){if(G=j||_e?{}:so(e),!V)return j?xp(e,Vu(G,e)):bp(e,vs(G,e))}else{if(!dt[ge])return C?e:{};G=Mp(e,ge,V)}}L||(L=new lr);var Le=L.get(e);if(Le)return Le;L.set(e,G),Fo(e)?e.forEach(function(We){G.add(nr(We,t,o,We,e,L))}):Lo(e)&&e.forEach(function(We,Ze){G.set(Ze,nr(We,t,o,Ze,e,L))});var He=pe?j?Qi:qi:j?zt:Dt,je=fe?n:He(e);return er(je||e,function(We,Ze){je&&(Ze=We,We=e[Ze]),gn(G,Ze,nr(We,t,o,Ze,e,L))}),G}function Yu(e){var t=Dt(e);return function(o){return ys(o,e,t)}}function ys(e,t,o){var b=o.length;if(e==null)return!b;for(e=ft(e);b--;){var C=o[b],L=t[C],G=e[C];if(G===n&&!(C in e)||!L(G))return!1}return!0}function As(e,t,o){if(typeof e!="function")throw new tr(c);return bn(function(){e.apply(n,o)},t)}function mn(e,t,o,b){var C=-1,L=wn,G=!0,V=e.length,j=[],pe=t.length;if(!V)return j;o&&(t=vt(t,Xt(o))),b?(L=Ai,G=!1):t.length>=l&&(L=un,G=!1,t=new Hr(t));e:for(;++C<V;){var fe=e[C],ge=o==null?fe:o(fe);if(fe=b||fe!==0?fe:0,G&&ge===ge){for(var _e=pe;_e--;)if(t[_e]===ge)continue e;j.push(fe)}else L(t,ge,b)||j.push(fe)}return j}var Dr=Vs(cr),Es=Vs(Mi,!0);function Xu(e,t){var o=!0;return Dr(e,function(b,C,L){return o=!!t(b,C,L),o}),o}function zn(e,t,o){for(var b=-1,C=e.length;++b<C;){var L=e[b],G=t(L);if(G!=null&&(V===n?G===G&&!Jt(G):o(G,V)))var V=G,j=L}return j}function ju(e,t,o,b){var C=e.length;for(o=Xe(o),o<0&&(o=-o>C?0:C+o),b=b===n||b>C?C:Xe(b),b<0&&(b+=C),b=o>b?0:Bo(b);o<b;)e[o++]=t;return e}function Ss(e,t){var o=[];return Dr(e,function(b,C,L){t(b,C,L)&&o.push(b)}),o}function Ot(e,t,o,b,C){var L=-1,G=e.length;for(o||(o=kp),C||(C=[]);++L<G;){var V=e[L];t>0&&o(V)?t>1?Ot(V,t-1,o,b,C):Pr(C,V):b||(C[C.length]=V)}return C}var Li=Ys(),bs=Ys(!0);function cr(e,t){return e&&Li(e,t,Dt)}function Mi(e,t){return e&&bs(e,t,Dt)}function Vn(e,t){return wr(t,function(o){return br(e[o])})}function Ur(e,t){t=Ir(t,e);for(var o=0,b=t.length;e!=null&&o<b;)e=e[gr(t[o++])];return o&&o==b?e:n}function xs(e,t,o){var b=t(e);return Ve(e)?b:Pr(b,o(e))}function $t(e){return e==null?e===n?he:Ut:Br&&Br in ft(e)?Rp(e):Kp(e)}function Fi(e,t){return e>t}function Ju(e,t){return e!=null&&pt.call(e,t)}function Zu(e,t){return e!=null&&t in ft(e)}function qu(e,t,o){return e>=Mt(t,o)&&e<Ct(t,o)}function ki(e,t,o){for(var b=o?Ai:wn,C=e[0].length,L=e.length,G=L,V=te(L),j=1/0,pe=[];G--;){var fe=e[G];G&&t&&(fe=vt(fe,Xt(t))),j=Mt(fe.length,j),V[G]=!o&&(t||C>=120&&fe.length>=120)?new Hr(G&&fe):n}fe=e[0];var ge=-1,_e=V[0];e:for(;++ge<C&&pe.length<j;){var Le=fe[ge],He=t?t(Le):Le;if(Le=o||Le!==0?Le:0,!(_e?un(_e,He):b(pe,He,o))){for(G=L;--G;){var je=V[G];if(!(je?un(je,He):b(e[G],He,o)))continue e}_e&&_e.push(He),pe.push(Le)}}return pe}function Qu(e,t,o,b){return cr(e,function(C,L,G){t(b,o(C),L,G)}),b}function vn(e,t,o){t=Ir(t,e),e=po(e,t);var b=e==null?e:e[gr(ar(t))];return b==null?n:Yt(b,e,o)}function _s(e){return xt(e)&&$t(e)==Ne}function ep(e){return xt(e)&&$t(e)==Ge}function tp(e){return xt(e)&&$t(e)==Et}function yn(e,t,o,b,C){return e===t?!0:e==null||t==null||!xt(e)&&!xt(t)?e!==e&&t!==t:rp(e,t,o,b,yn,C)}function rp(e,t,o,b,C,L){var G=Ve(e),V=Ve(t),j=G?ke:Ft(e),pe=V?ke:Ft(t);j=j==Ne?tt:j,pe=pe==Ne?tt:pe;var fe=j==tt,ge=pe==tt,_e=j==pe;if(_e&&Lr(e)){if(!Lr(t))return!1;G=!0,fe=!1}if(_e&&!fe)return L||(L=new lr),G||an(e)?no(e,t,o,b,C,L):Tp(e,t,j,o,b,C,L);if(!(o&A)){var Le=fe&&pt.call(e,"__wrapped__"),He=ge&&pt.call(t,"__wrapped__");if(Le||He){var je=Le?e.value():e,We=He?t.value():t;return L||(L=new lr),C(je,We,o,b,L)}}return _e?(L||(L=new lr),Dp(e,t,o,b,C,L)):!1}function np(e){return xt(e)&&Ft(e)==Me}function Bi(e,t,o,b){var C=o.length,L=C,G=!b;if(e==null)return!L;for(e=ft(e);C--;){var V=o[C];if(G&&V[2]?V[1]!==e[V[0]]:!(V[0]in e))return!1}for(;++C<L;){V=o[C];var j=V[0],pe=e[j],fe=V[1];if(G&&V[2]){if(pe===n&&!(j in e))return!1}else{var ge=new lr;if(b)var _e=b(pe,fe,j,e,t,ge);if(!(_e===n?yn(fe,pe,A|v,b,ge):_e))return!1}}return!0}function Ns(e){if(!yt(e)||$p(e))return!1;var t=br(e)?nu:st;return t.test(Kr(e))}function ip(e){return xt(e)&&$t(e)==Re}function ap(e){return xt(e)&&Ft(e)==we}function sp(e){return xt(e)&&ui(e.length)&&!!ct[$t(e)]}function ws(e){return typeof e=="function"?e:e==null?Vt:typeof e=="object"?Ve(e)?Ts(e[0],e[1]):Cs(e):jo(e)}function $i(e){if(!Sn(e))return uu(e);var t=[];for(var o in ft(e))pt.call(e,o)&&o!="constructor"&&t.push(o);return t}function op(e){if(!yt(e))return Gp(e);var t=Sn(e),o=[];for(var b in e)b=="constructor"&&(t||!pt.call(e,b))||o.push(b);return o}function Hi(e,t){return e<t}function Ps(e,t){var o=-1,b=Kt(e)?te(e.length):[];return Dr(e,function(C,L,G){b[++o]=t(C,L,G)}),b}function Cs(e){var t=ta(e);return t.length==1&&t[0][2]?lo(t[0][0],t[0][1]):function(o){return o===e||Bi(o,e,t)}}function Ts(e,t){return na(e)&&oo(t)?lo(gr(e),t):function(o){var b=ca(o,e);return b===n&&b===t?ha(o,e):yn(t,b,A|v)}}function Yn(e,t,o,b,C){e!==t&&Li(t,function(L,G){if(C||(C=new lr),yt(L))lp(e,t,G,o,Yn,b,C);else{var V=b?b(aa(e,G),L,G+"",e,t,C):n;V===n&&(V=L),Ii(e,G,V)}},zt)}function lp(e,t,o,b,C,L,G){var V=aa(e,o),j=aa(t,o),pe=G.get(j);if(pe){Ii(e,o,pe);return}var fe=L?L(V,j,o+"",e,t,G):n,ge=fe===n;if(ge){var _e=Ve(j),Le=!_e&&Lr(j),He=!_e&&!Le&&an(j);fe=j,_e||Le||He?Ve(V)?fe=V:_t(V)?fe=Gt(V):Le?(ge=!1,fe=Ws(j,!0)):He?(ge=!1,fe=Us(j,!0)):fe=[]:xn(j)||zr(j)?(fe=V,zr(V)?fe=$o(V):(!yt(V)||br(V))&&(fe=so(j))):ge=!1}ge&&(G.set(j,fe),C(fe,j,b,L,G),G.delete(j)),Ii(e,o,fe)}function Ds(e,t){var o=e.length;if(o)return t+=t<0?o:0,Sr(t,o)?e[t]:n}function Rs(e,t,o){t.length?t=vt(t,function(L){return Ve(L)?function(G){return Ur(G,L.length===1?L[0]:L)}:L}):t=[Vt];var b=-1;t=vt(t,Xt(Be()));var C=Ps(e,function(L,G,V){var j=vt(t,function(pe){return pe(L)});return{criteria:j,index:++b,value:L}});return Ml(C,function(L,G){return Sp(L,G,o)})}function up(e,t){return Is(e,t,function(o,b){return ha(e,b)})}function Is(e,t,o){for(var b=-1,C=t.length,L={};++b<C;){var G=t[b],V=Ur(e,G);o(V,G)&&An(L,Ir(G,e),V)}return L}function pp(e){return function(t){return Ur(t,e)}}function Wi(e,t,o,b){var C=b?Ll:Xr,L=-1,G=t.length,V=e;for(e===t&&(t=Gt(t)),o&&(V=vt(e,Xt(o)));++L<G;)for(var j=0,pe=t[L],fe=o?o(pe):pe;(j=C(V,fe,j,b))>-1;)V!==e&&kn.call(V,j,1),kn.call(e,j,1);return e}function Os(e,t){for(var o=e?t.length:0,b=o-1;o--;){var C=t[o];if(o==b||C!==L){var L=C;Sr(C)?kn.call(e,C,1):zi(e,C)}}return e}function Ui(e,t){return e+Hn(cs()*(t-e+1))}function fp(e,t,o,b){for(var C=-1,L=Ct($n((t-e)/(o||1)),0),G=te(L);L--;)G[b?L:++C]=e,e+=o;return G}function Gi(e,t){var o="";if(!e||t<1||t>U)return o;do t%2&&(o+=e),t=Hn(t/2),t&&(e+=e);while(t);return o}function Je(e,t){return sa(uo(e,t,Vt),e+"")}function dp(e){return ms(sn(e))}function cp(e,t){var o=sn(e);return ni(o,Wr(t,0,o.length))}function An(e,t,o,b){if(!yt(e))return e;t=Ir(t,e);for(var C=-1,L=t.length,G=L-1,V=e;V!=null&&++C<L;){var j=gr(t[C]),pe=o;if(j==="__proto__"||j==="constructor"||j==="prototype")return e;if(C!=G){var fe=V[j];pe=b?b(fe,j,V):n,pe===n&&(pe=yt(fe)?fe:Sr(t[C+1])?[]:{})}gn(V,j,pe),V=V[j]}return e}var Ls=Wn?function(e,t){return Wn.set(e,t),e}:Vt,hp=Bn?function(e,t){return Bn(e,"toString",{configurable:!0,enumerable:!1,value:ma(t),writable:!0})}:Vt;function gp(e){return ni(sn(e))}function ir(e,t,o){var b=-1,C=e.length;t<0&&(t=-t>C?0:C+t),o=o>C?C:o,o<0&&(o+=C),C=t>o?0:o-t>>>0,t>>>=0;for(var L=te(C);++b<C;)L[b]=e[b+t];return L}function mp(e,t){var o;return Dr(e,function(b,C,L){return o=t(b,C,L),!o}),!!o}function Xn(e,t,o){var b=0,C=e==null?b:e.length;if(typeof t=="number"&&t===t&&C<=me){for(;b<C;){var L=b+C>>>1,G=e[L];G!==null&&!Jt(G)&&(o?G<=t:G<t)?b=L+1:C=L}return C}return Ki(e,t,Vt,o)}function Ki(e,t,o,b){var C=0,L=e==null?0:e.length;if(L===0)return 0;t=o(t);for(var G=t!==t,V=t===null,j=Jt(t),pe=t===n;C<L;){var fe=Hn((C+L)/2),ge=o(e[fe]),_e=ge!==n,Le=ge===null,He=ge===ge,je=Jt(ge);if(G)var We=b||He;else pe?We=He&&(b||_e):V?We=He&&_e&&(b||!Le):j?We=He&&_e&&!Le&&(b||!je):Le||je?We=!1:We=b?ge<=t:ge<t;We?C=fe+1:L=fe}return Mt(L,Z)}function Ms(e,t){for(var o=-1,b=e.length,C=0,L=[];++o<b;){var G=e[o],V=t?t(G):G;if(!o||!ur(V,j)){var j=V;L[C++]=G===0?0:G}}return L}function Fs(e){return typeof e=="number"?e:Jt(e)?re:+e}function jt(e){if(typeof e=="string")return e;if(Ve(e))return vt(e,jt)+"";if(Jt(e))return hs?hs.call(e):"";var t=e+"";return t=="0"&&1/e==-z?"-0":t}function Rr(e,t,o){var b=-1,C=wn,L=e.length,G=!0,V=[],j=V;if(o)G=!1,C=Ai;else if(L>=l){var pe=t?null:Pp(e);if(pe)return Cn(pe);G=!1,C=un,j=new Hr}else j=t?[]:V;e:for(;++b<L;){var fe=e[b],ge=t?t(fe):fe;if(fe=o||fe!==0?fe:0,G&&ge===ge){for(var _e=j.length;_e--;)if(j[_e]===ge)continue e;t&&j.push(ge),V.push(fe)}else C(j,ge,o)||(j!==V&&j.push(ge),V.push(fe))}return V}function zi(e,t){return t=Ir(t,e),e=po(e,t),e==null||delete e[gr(ar(t))]}function ks(e,t,o,b){return An(e,t,o(Ur(e,t)),b)}function jn(e,t,o,b){for(var C=e.length,L=b?C:-1;(b?L--:++L<C)&&t(e[L],L,e););return o?ir(e,b?0:L,b?L+1:C):ir(e,b?L+1:0,b?C:L)}function Bs(e,t){var o=e;return o instanceof qe&&(o=o.value()),Ei(t,function(b,C){return C.func.apply(C.thisArg,Pr([b],C.args))},o)}function Vi(e,t,o){var b=e.length;if(b<2)return b?Rr(e[0]):[];for(var C=-1,L=te(b);++C<b;)for(var G=e[C],V=-1;++V<b;)V!=C&&(L[C]=mn(L[C]||G,e[V],t,o));return Rr(Ot(L,1),t,o)}function $s(e,t,o){for(var b=-1,C=e.length,L=t.length,G={};++b<C;){var V=b<L?t[b]:n;o(G,e[b],V)}return G}function Yi(e){return _t(e)?e:[]}function Xi(e){return typeof e=="function"?e:Vt}function Ir(e,t){return Ve(e)?e:na(e,t)?[e]:go(ot(e))}var vp=Je;function Or(e,t,o){var b=e.length;return o=o===n?b:o,!t&&o>=b?e:ir(e,t,o)}var Hs=iu||function(e){return It.clearTimeout(e)};function Ws(e,t){if(t)return e.slice();var o=e.length,b=ls?ls(o):new e.constructor(o);return e.copy(b),b}function ji(e){var t=new e.constructor(e.byteLength);return new Mn(t).set(new Mn(e)),t}function yp(e,t){var o=t?ji(e.buffer):e.buffer;return new e.constructor(o,e.byteOffset,e.byteLength)}function Ap(e){var t=new e.constructor(e.source,bt.exec(e));return t.lastIndex=e.lastIndex,t}function Ep(e){return hn?ft(hn.call(e)):{}}function Us(e,t){var o=t?ji(e.buffer):e.buffer;return new e.constructor(o,e.byteOffset,e.length)}function Gs(e,t){if(e!==t){var o=e!==n,b=e===null,C=e===e,L=Jt(e),G=t!==n,V=t===null,j=t===t,pe=Jt(t);if(!V&&!pe&&!L&&e>t||L&&G&&j&&!V&&!pe||b&&G&&j||!o&&j||!C)return 1;if(!b&&!L&&!pe&&e<t||pe&&o&&C&&!b&&!L||V&&o&&C||!G&&C||!j)return-1}return 0}function Sp(e,t,o){for(var b=-1,C=e.criteria,L=t.criteria,G=C.length,V=o.length;++b<G;){var j=Gs(C[b],L[b]);if(j){if(b>=V)return j;var pe=o[b];return j*(pe=="desc"?-1:1)}}return e.index-t.index}function Ks(e,t,o,b){for(var C=-1,L=e.length,G=o.length,V=-1,j=t.length,pe=Ct(L-G,0),fe=te(j+pe),ge=!b;++V<j;)fe[V]=t[V];for(;++C<G;)(ge||C<L)&&(fe[o[C]]=e[C]);for(;pe--;)fe[V++]=e[C++];return fe}function zs(e,t,o,b){for(var C=-1,L=e.length,G=-1,V=o.length,j=-1,pe=t.length,fe=Ct(L-V,0),ge=te(fe+pe),_e=!b;++C<fe;)ge[C]=e[C];for(var Le=C;++j<pe;)ge[Le+j]=t[j];for(;++G<V;)(_e||C<L)&&(ge[Le+o[G]]=e[C++]);return ge}function Gt(e,t){var o=-1,b=e.length;for(t||(t=te(b));++o<b;)t[o]=e[o];return t}function hr(e,t,o,b){var C=!o;o||(o={});for(var L=-1,G=t.length;++L<G;){var V=t[L],j=b?b(o[V],e[V],V,o,e):n;j===n&&(j=e[V]),C?yr(o,V,j):gn(o,V,j)}return o}function bp(e,t){return hr(e,ra(e),t)}function xp(e,t){return hr(e,io(e),t)}function Jn(e,t){return function(o,b){var C=Ve(o)?Cl:zu,L=t?t():{};return C(o,e,Be(b,2),L)}}function tn(e){return Je(function(t,o){var b=-1,C=o.length,L=C>1?o[C-1]:n,G=C>2?o[2]:n;for(L=e.length>3&&typeof L=="function"?(C--,L):n,G&&Ht(o[0],o[1],G)&&(L=C<3?n:L,C=1),t=ft(t);++b<C;){var V=o[b];V&&e(t,V,b,L)}return t})}function Vs(e,t){return function(o,b){if(o==null)return o;if(!Kt(o))return e(o,b);for(var C=o.length,L=t?C:-1,G=ft(o);(t?L--:++L<C)&&b(G[L],L,G)!==!1;);return o}}function Ys(e){return function(t,o,b){for(var C=-1,L=ft(t),G=b(t),V=G.length;V--;){var j=G[e?V:++C];if(o(L[j],j,L)===!1)break}return t}}function _p(e,t,o){var b=t&S,C=En(e);function L(){var G=this&&this!==It&&this instanceof L?C:e;return G.apply(b?o:this,arguments)}return L}function Xs(e){return function(t){t=ot(t);var o=jr(t)?or(t):n,b=o?o[0]:t.charAt(0),C=o?Or(o,1).join(""):t.slice(1);return b[e]()+C}}function rn(e){return function(t){return Ei(Yo(Vo(t).replace(hl,"")),e,"")}}function En(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 o=en(e.prototype),b=e.apply(o,t);return yt(b)?b:o}}function Np(e,t,o){var b=En(e);function C(){for(var L=arguments.length,G=te(L),V=L,j=nn(C);V--;)G[V]=arguments[V];var pe=L<3&&G[0]!==j&&G[L-1]!==j?[]:Cr(G,j);if(L-=pe.length,L<o)return Qs(e,t,Zn,C.placeholder,n,G,pe,n,n,o-L);var fe=this&&this!==It&&this instanceof C?b:e;return Yt(fe,this,G)}return C}function js(e){return function(t,o,b){var C=ft(t);if(!Kt(t)){var L=Be(o,3);t=Dt(t),o=function(V){return L(C[V],V,C)}}var G=e(t,o,b);return G>-1?C[L?t[G]:G]:n}}function Js(e){return Er(function(t){var o=t.length,b=o,C=rr.prototype.thru;for(e&&t.reverse();b--;){var L=t[b];if(typeof L!="function")throw new tr(c);if(C&&!G&&ti(L)=="wrapper")var G=new rr([],!0)}for(b=G?b:o;++b<o;){L=t[b];var V=ti(L),j=V=="wrapper"?ea(L):n;j&&ia(j[0])&&j[1]==(R|_|I|T)&&!j[4].length&&j[9]==1?G=G[ti(j[0])].apply(G,j[3]):G=L.length==1&&ia(L)?G[V]():G.thru(L)}return function(){var pe=arguments,fe=pe[0];if(G&&pe.length==1&&Ve(fe))return G.plant(fe).value();for(var ge=0,_e=o?t[ge].apply(this,pe):fe;++ge<o;)_e=t[ge].call(this,_e);return _e}})}function Zn(e,t,o,b,C,L,G,V,j,pe){var fe=t&R,ge=t&S,_e=t&N,Le=t&(_|P),He=t&w,je=_e?n:En(e);function We(){for(var Ze=arguments.length,et=te(Ze),Zt=Ze;Zt--;)et[Zt]=arguments[Zt];if(Le)var Wt=nn(We),qt=kl(et,Wt);if(b&&(et=Ks(et,b,C,Le)),L&&(et=zs(et,L,G,Le)),Ze-=qt,Le&&Ze<pe){var Nt=Cr(et,Wt);return Qs(e,t,Zn,We.placeholder,o,et,Nt,V,j,pe-Ze)}var pr=ge?o:this,_r=_e?pr[e]:e;return Ze=et.length,V?et=zp(et,V):He&&Ze>1&&et.reverse(),fe&&j<Ze&&(et.length=j),this&&this!==It&&this instanceof We&&(_r=je||En(_r)),_r.apply(pr,et)}return We}function Zs(e,t){return function(o,b){return Qu(o,e,t(b),{})}}function qn(e,t){return function(o,b){var C;if(o===n&&b===n)return t;if(o!==n&&(C=o),b!==n){if(C===n)return b;typeof o=="string"||typeof b=="string"?(o=jt(o),b=jt(b)):(o=Fs(o),b=Fs(b)),C=e(o,b)}return C}}function Ji(e){return Er(function(t){return t=vt(t,Xt(Be())),Je(function(o){var b=this;return e(t,function(C){return Yt(C,b,o)})})})}function Qn(e,t){t=t===n?" ":jt(t);var o=t.length;if(o<2)return o?Gi(t,e):t;var b=Gi(t,$n(e/Jr(t)));return jr(t)?Or(or(b),0,e).join(""):b.slice(0,e)}function wp(e,t,o,b){var C=t&S,L=En(e);function G(){for(var V=-1,j=arguments.length,pe=-1,fe=b.length,ge=te(fe+j),_e=this&&this!==It&&this instanceof G?L:e;++pe<fe;)ge[pe]=b[pe];for(;j--;)ge[pe++]=arguments[++V];return Yt(_e,C?o:this,ge)}return G}function qs(e){return function(t,o,b){return b&&typeof b!="number"&&Ht(t,o,b)&&(o=b=n),t=xr(t),o===n?(o=t,t=0):o=xr(o),b=b===n?t<o?1:-1:xr(b),fp(t,o,b,e)}}function ei(e){return function(t,o){return typeof t=="string"&&typeof o=="string"||(t=sr(t),o=sr(o)),e(t,o)}}function Qs(e,t,o,b,C,L,G,V,j,pe){var fe=t&_,ge=fe?G:n,_e=fe?n:G,Le=fe?L:n,He=fe?n:L;t|=fe?I:k,t&=~(fe?k:I),t&E||(t&=~(S|N));var je=[e,t,C,Le,ge,He,_e,V,j,pe],We=o.apply(n,je);return ia(e)&&fo(We,je),We.placeholder=b,co(We,e,t)}function Zi(e){var t=Pt[e];return function(o,b){if(o=sr(o),b=b==null?0:Mt(Xe(b),292),b&&ds(o)){var C=(ot(o)+"e").split("e"),L=t(C[0]+"e"+(+C[1]+b));return C=(ot(L)+"e").split("e"),+(C[0]+"e"+(+C[1]-b))}return t(o)}}var Pp=qr&&1/Cn(new qr([,-0]))[1]==z?function(e){return new qr(e)}:Aa;function eo(e){return function(t){var o=Ft(t);return o==Me?Pi(t):o==we?Kl(t):Fl(t,e(t))}}function Ar(e,t,o,b,C,L,G,V){var j=t&N;if(!j&&typeof e!="function")throw new tr(c);var pe=b?b.length:0;if(pe||(t&=~(I|k),b=C=n),G=G===n?G:Ct(Xe(G),0),V=V===n?V:Xe(V),pe-=C?C.length:0,t&k){var fe=b,ge=C;b=C=n}var _e=j?n:ea(e),Le=[e,t,o,b,C,fe,ge,L,G,V];if(_e&&Up(Le,_e),e=Le[0],t=Le[1],o=Le[2],b=Le[3],C=Le[4],V=Le[9]=Le[9]===n?j?0:e.length:Ct(Le[9]-pe,0),!V&&t&(_|P)&&(t&=~(_|P)),!t||t==S)var He=_p(e,t,o);else t==_||t==P?He=Np(e,t,V):(t==I||t==(S|I))&&!C.length?He=wp(e,t,o,b):He=Zn.apply(n,Le);var je=_e?Ls:fo;return co(je(He,Le),e,t)}function to(e,t,o,b){return e===n||ur(e,Zr[o])&&!pt.call(b,o)?t:e}function ro(e,t,o,b,C,L){return yt(e)&&yt(t)&&(L.set(t,e),Yn(e,t,n,ro,L),L.delete(t)),e}function Cp(e){return xn(e)?n:e}function no(e,t,o,b,C,L){var G=o&A,V=e.length,j=t.length;if(V!=j&&!(G&&j>V))return!1;var pe=L.get(e),fe=L.get(t);if(pe&&fe)return pe==t&&fe==e;var ge=-1,_e=!0,Le=o&v?new Hr:n;for(L.set(e,t),L.set(t,e);++ge<V;){var He=e[ge],je=t[ge];if(b)var We=G?b(je,He,ge,t,e,L):b(He,je,ge,e,t,L);if(We!==n){if(We)continue;_e=!1;break}if(Le){if(!Si(t,function(Ze,et){if(!un(Le,et)&&(He===Ze||C(He,Ze,o,b,L)))return Le.push(et)})){_e=!1;break}}else if(!(He===je||C(He,je,o,b,L))){_e=!1;break}}return L.delete(e),L.delete(t),_e}function Tp(e,t,o,b,C,L,G){switch(o){case Ue:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case Ge:return!(e.byteLength!=t.byteLength||!L(new Mn(e),new Mn(t)));case At:case Et:case ht:return ur(+e,+t);case de:return e.name==t.name&&e.message==t.message;case Re:case J:return e==t+"";case Me:var V=Pi;case we:var j=b&A;if(V||(V=Cn),e.size!=t.size&&!j)return!1;var pe=G.get(e);if(pe)return pe==t;b|=v,G.set(e,t);var fe=no(V(e),V(t),b,C,L,G);return G.delete(e),fe;case ye:if(hn)return hn.call(e)==hn.call(t)}return!1}function Dp(e,t,o,b,C,L){var G=o&A,V=qi(e),j=V.length,pe=qi(t),fe=pe.length;if(j!=fe&&!G)return!1;for(var ge=j;ge--;){var _e=V[ge];if(!(G?_e in t:pt.call(t,_e)))return!1}var Le=L.get(e),He=L.get(t);if(Le&&He)return Le==t&&He==e;var je=!0;L.set(e,t),L.set(t,e);for(var We=G;++ge<j;){_e=V[ge];var Ze=e[_e],et=t[_e];if(b)var Zt=G?b(et,Ze,_e,t,e,L):b(Ze,et,_e,e,t,L);if(!(Zt===n?Ze===et||C(Ze,et,o,b,L):Zt)){je=!1;break}We||(We=_e=="constructor")}if(je&&!We){var Wt=e.constructor,qt=t.constructor;Wt!=qt&&"constructor"in e&&"constructor"in t&&!(typeof Wt=="function"&&Wt instanceof Wt&&typeof qt=="function"&&qt instanceof qt)&&(je=!1)}return L.delete(e),L.delete(t),je}function Er(e){return sa(uo(e,n,Ao),e+"")}function qi(e){return xs(e,Dt,ra)}function Qi(e){return xs(e,zt,io)}var ea=Wn?function(e){return Wn.get(e)}:Aa;function ti(e){for(var t=e.name+"",o=Qr[t],b=pt.call(Qr,t)?o.length:0;b--;){var C=o[b],L=C.func;if(L==null||L==e)return C.name}return t}function nn(e){var t=pt.call(O,"placeholder")?O:e;return t.placeholder}function Be(){var e=O.iteratee||va;return e=e===va?ws:e,arguments.length?e(arguments[0],arguments[1]):e}function ri(e,t){var o=e.__data__;return Bp(t)?o[typeof t=="string"?"string":"hash"]:o.map}function ta(e){for(var t=Dt(e),o=t.length;o--;){var b=t[o],C=e[b];t[o]=[b,C,oo(C)]}return t}function Gr(e,t){var o=Wl(e,t);return Ns(o)?o:n}function Rp(e){var t=pt.call(e,Br),o=e[Br];try{e[Br]=n;var b=!0}catch(L){}var C=On.call(e);return b&&(t?e[Br]=o:delete e[Br]),C}var ra=Ti?function(e){return e==null?[]:(e=ft(e),wr(Ti(e),function(t){return ps.call(e,t)}))}:Ea,io=Ti?function(e){for(var t=[];e;)Pr(t,ra(e)),e=Fn(e);return t}:Ea,Ft=$t;(Di&&Ft(new Di(new ArrayBuffer(1)))!=Ue||fn&&Ft(new fn)!=Me||Ri&&Ft(Ri.resolve())!=Oe||qr&&Ft(new qr)!=we||dn&&Ft(new dn)!=ve)&&(Ft=function(e){var t=$t(e),o=t==tt?e.constructor:n,b=o?Kr(o):"";if(b)switch(b){case cu:return Ue;case hu:return Me;case gu:return Oe;case mu:return we;case vu:return ve}return t});function Ip(e,t,o){for(var b=-1,C=o.length;++b<C;){var L=o[b],G=L.size;switch(L.type){case"drop":e+=G;break;case"dropRight":t-=G;break;case"take":t=Mt(t,e+G);break;case"takeRight":e=Ct(e,t-G);break}}return{start:e,end:t}}function Op(e){var t=e.match(ue);return t?t[1].split(le):[]}function ao(e,t,o){t=Ir(t,e);for(var b=-1,C=t.length,L=!1;++b<C;){var G=gr(t[b]);if(!(L=e!=null&&o(e,G)))break;e=e[G]}return L||++b!=C?L:(C=e==null?0:e.length,!!C&&ui(C)&&Sr(G,C)&&(Ve(e)||zr(e)))}function Lp(e){var t=e.length,o=new e.constructor(t);return t&&typeof e[0]=="string"&&pt.call(e,"index")&&(o.index=e.index,o.input=e.input),o}function so(e){return typeof e.constructor=="function"&&!Sn(e)?en(Fn(e)):{}}function Mp(e,t,o){var b=e.constructor;switch(t){case Ge:return ji(e);case At:case Et:return new b(+e);case Ue:return yp(e,o);case Ye:case Qe:case lt:case gt:case kt:case Lt:case wt:case fr:case dr:return Us(e,o);case Me:return new b;case ht:case J:return new b(e);case Re:return Ap(e);case we:return new b;case ye:return Ep(e)}}function Fp(e,t){var o=t.length;if(!o)return e;var b=o-1;return t[b]=(o>1?"& ":"")+t[b],t=t.join(o>2?", ":" "),e.replace(ne,`{
- /* [wrapped with `+t+`] */
- `)}function kp(e){return Ve(e)||zr(e)||!!(fs&&e&&e[fs])}function Sr(e,t){var o=typeof e;return t=t==null?U:t,!!t&&(o=="number"||o!="symbol"&&di.test(e))&&e>-1&&e%1==0&&e<t}function Ht(e,t,o){if(!yt(o))return!1;var b=typeof t;return(b=="number"?Kt(o)&&Sr(t,o.length):b=="string"&&t in o)?ur(o[t],e):!1}function na(e,t){if(Ve(e))return!1;var o=typeof e;return o=="number"||o=="symbol"||o=="boolean"||e==null||Jt(e)?!0:Ee.test(e)||!se.test(e)||t!=null&&e in ft(t)}function Bp(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}function ia(e){var t=ti(e),o=O[t];if(typeof o!="function"||!(t in qe.prototype))return!1;if(e===o)return!0;var b=ea(o);return!!b&&e===b[0]}function $p(e){return!!os&&os in e}var Hp=Rn?br:Sa;function Sn(e){var t=e&&e.constructor,o=typeof t=="function"&&t.prototype||Zr;return e===o}function oo(e){return e===e&&!yt(e)}function lo(e,t){return function(o){return o==null?!1:o[e]===t&&(t!==n||e in ft(o))}}function Wp(e){var t=oi(e,function(b){return o.size===y&&o.clear(),b}),o=t.cache;return t}function Up(e,t){var o=e[1],b=t[1],C=o|b,L=C<(S|N|R),G=b==R&&o==_||b==R&&o==T&&e[7].length<=t[8]||b==(R|T)&&t[7].length<=t[8]&&o==_;if(!(L||G))return e;b&S&&(e[2]=t[2],C|=o&S?0:E);var V=t[3];if(V){var j=e[3];e[3]=j?Ks(j,V,t[4]):V,e[4]=j?Cr(e[3],a):t[4]}return V=t[5],V&&(j=e[5],e[5]=j?zs(j,V,t[6]):V,e[6]=j?Cr(e[5],a):t[6]),V=t[7],V&&(e[7]=V),b&R&&(e[8]=e[8]==null?t[8]:Mt(e[8],t[8])),e[9]==null&&(e[9]=t[9]),e[0]=t[0],e[1]=C,e}function Gp(e){var t=[];if(e!=null)for(var o in ft(e))t.push(o);return t}function Kp(e){return On.call(e)}function uo(e,t,o){return t=Ct(t===n?e.length-1:t,0),function(){for(var b=arguments,C=-1,L=Ct(b.length-t,0),G=te(L);++C<L;)G[C]=b[t+C];C=-1;for(var V=te(t+1);++C<t;)V[C]=b[C];return V[t]=o(G),Yt(e,this,V)}}function po(e,t){return t.length<2?e:Ur(e,ir(t,0,-1))}function zp(e,t){for(var o=e.length,b=Mt(t.length,o),C=Gt(e);b--;){var L=t[b];e[b]=Sr(L,o)?C[L]:n}return e}function aa(e,t){if(!(t==="constructor"&&typeof e[t]=="function")&&t!="__proto__")return e[t]}var fo=ho(Ls),bn=su||function(e,t){return It.setTimeout(e,t)},sa=ho(hp);function co(e,t,o){var b=t+"";return sa(e,Fp(b,Vp(Op(b),o)))}function ho(e){var t=0,o=0;return function(){var b=pu(),C=K-(b-o);if(o=b,C>0){if(++t>=H)return arguments[0]}else t=0;return e.apply(n,arguments)}}function ni(e,t){var o=-1,b=e.length,C=b-1;for(t=t===n?b:t;++o<t;){var L=Ui(o,C),G=e[L];e[L]=e[o],e[o]=G}return e.length=t,e}var go=Wp(function(e){var t=[];return e.charCodeAt(0)===46&&t.push(""),e.replace(be,function(o,b,C,L){t.push(C?L.replace(Ie,"$1"):b||o)}),t});function gr(e){if(typeof e=="string"||Jt(e))return e;var t=e+"";return t=="0"&&1/e==-z?"-0":t}function Kr(e){if(e!=null){try{return In.call(e)}catch(t){}try{return e+""}catch(t){}}return""}function Vp(e,t){return er(Ae,function(o){var b="_."+o[0];t&o[1]&&!wn(e,b)&&e.push(b)}),e.sort()}function mo(e){if(e instanceof qe)return e.clone();var t=new rr(e.__wrapped__,e.__chain__);return t.__actions__=Gt(e.__actions__),t.__index__=e.__index__,t.__values__=e.__values__,t}function Yp(e,t,o){(o?Ht(e,t,o):t===n)?t=1:t=Ct(Xe(t),0);var b=e==null?0:e.length;if(!b||t<1)return[];for(var C=0,L=0,G=te($n(b/t));C<b;)G[L++]=ir(e,C,C+=t);return G}function Xp(e){for(var t=-1,o=e==null?0:e.length,b=0,C=[];++t<o;){var L=e[t];L&&(C[b++]=L)}return C}function jp(){var e=arguments.length;if(!e)return[];for(var t=te(e-1),o=arguments[0],b=e;b--;)t[b-1]=arguments[b];return Pr(Ve(o)?Gt(o):[o],Ot(t,1))}var Jp=Je(function(e,t){return _t(e)?mn(e,Ot(t,1,_t,!0)):[]}),Zp=Je(function(e,t){var o=ar(t);return _t(o)&&(o=n),_t(e)?mn(e,Ot(t,1,_t,!0),Be(o,2)):[]}),qp=Je(function(e,t){var o=ar(t);return _t(o)&&(o=n),_t(e)?mn(e,Ot(t,1,_t,!0),n,o):[]});function Qp(e,t,o){var b=e==null?0:e.length;return b?(t=o||t===n?1:Xe(t),ir(e,t<0?0:t,b)):[]}function ef(e,t,o){var b=e==null?0:e.length;return b?(t=o||t===n?1:Xe(t),t=b-t,ir(e,0,t<0?0:t)):[]}function tf(e,t){return e&&e.length?jn(e,Be(t,3),!0,!0):[]}function rf(e,t){return e&&e.length?jn(e,Be(t,3),!0):[]}function nf(e,t,o,b){var C=e==null?0:e.length;return C?(o&&typeof o!="number"&&Ht(e,t,o)&&(o=0,b=C),ju(e,t,o,b)):[]}function vo(e,t,o){var b=e==null?0:e.length;if(!b)return-1;var C=o==null?0:Xe(o);return C<0&&(C=Ct(b+C,0)),Pn(e,Be(t,3),C)}function yo(e,t,o){var b=e==null?0:e.length;if(!b)return-1;var C=b-1;return o!==n&&(C=Xe(o),C=o<0?Ct(b+C,0):Mt(C,b-1)),Pn(e,Be(t,3),C,!0)}function Ao(e){var t=e==null?0:e.length;return t?Ot(e,1):[]}function af(e){var t=e==null?0:e.length;return t?Ot(e,z):[]}function sf(e,t){var o=e==null?0:e.length;return o?(t=t===n?1:Xe(t),Ot(e,t)):[]}function of(e){for(var t=-1,o=e==null?0:e.length,b={};++t<o;){var C=e[t];b[C[0]]=C[1]}return b}function Eo(e){return e&&e.length?e[0]:n}function lf(e,t,o){var b=e==null?0:e.length;if(!b)return-1;var C=o==null?0:Xe(o);return C<0&&(C=Ct(b+C,0)),Xr(e,t,C)}function uf(e){var t=e==null?0:e.length;return t?ir(e,0,-1):[]}var pf=Je(function(e){var t=vt(e,Yi);return t.length&&t[0]===e[0]?ki(t):[]}),ff=Je(function(e){var t=ar(e),o=vt(e,Yi);return t===ar(o)?t=n:o.pop(),o.length&&o[0]===e[0]?ki(o,Be(t,2)):[]}),df=Je(function(e){var t=ar(e),o=vt(e,Yi);return t=typeof t=="function"?t:n,t&&o.pop(),o.length&&o[0]===e[0]?ki(o,n,t):[]});function cf(e,t){return e==null?"":lu.call(e,t)}function ar(e){var t=e==null?0:e.length;return t?e[t-1]:n}function hf(e,t,o){var b=e==null?0:e.length;if(!b)return-1;var C=b;return o!==n&&(C=Xe(o),C=C<0?Ct(b+C,0):Mt(C,b-1)),t===t?Vl(e,t,C):Pn(e,Qa,C,!0)}function gf(e,t){return e&&e.length?Ds(e,Xe(t)):n}var mf=Je(So);function So(e,t){return e&&e.length&&t&&t.length?Wi(e,t):e}function vf(e,t,o){return e&&e.length&&t&&t.length?Wi(e,t,Be(o,2)):e}function yf(e,t,o){return e&&e.length&&t&&t.length?Wi(e,t,n,o):e}var Af=Er(function(e,t){var o=e==null?0:e.length,b=Oi(e,t);return Os(e,vt(t,function(C){return Sr(C,o)?+C:C}).sort(Gs)),b});function Ef(e,t){var o=[];if(!(e&&e.length))return o;var b=-1,C=[],L=e.length;for(t=Be(t,3);++b<L;){var G=e[b];t(G,b,e)&&(o.push(G),C.push(b))}return Os(e,C),o}function oa(e){return e==null?e:du.call(e)}function Sf(e,t,o){var b=e==null?0:e.length;return b?(o&&typeof o!="number"&&Ht(e,t,o)?(t=0,o=b):(t=t==null?0:Xe(t),o=o===n?b:Xe(o)),ir(e,t,o)):[]}function bf(e,t){return Xn(e,t)}function xf(e,t,o){return Ki(e,t,Be(o,2))}function _f(e,t){var o=e==null?0:e.length;if(o){var b=Xn(e,t);if(b<o&&ur(e[b],t))return b}return-1}function Nf(e,t){return Xn(e,t,!0)}function wf(e,t,o){return Ki(e,t,Be(o,2),!0)}function Pf(e,t){var o=e==null?0:e.length;if(o){var b=Xn(e,t,!0)-1;if(ur(e[b],t))return b}return-1}function Cf(e){return e&&e.length?Ms(e):[]}function Tf(e,t){return e&&e.length?Ms(e,Be(t,2)):[]}function Df(e){var t=e==null?0:e.length;return t?ir(e,1,t):[]}function Rf(e,t,o){return e&&e.length?(t=o||t===n?1:Xe(t),ir(e,0,t<0?0:t)):[]}function If(e,t,o){var b=e==null?0:e.length;return b?(t=o||t===n?1:Xe(t),t=b-t,ir(e,t<0?0:t,b)):[]}function Of(e,t){return e&&e.length?jn(e,Be(t,3),!1,!0):[]}function Lf(e,t){return e&&e.length?jn(e,Be(t,3)):[]}var Mf=Je(function(e){return Rr(Ot(e,1,_t,!0))}),Ff=Je(function(e){var t=ar(e);return _t(t)&&(t=n),Rr(Ot(e,1,_t,!0),Be(t,2))}),kf=Je(function(e){var t=ar(e);return t=typeof t=="function"?t:n,Rr(Ot(e,1,_t,!0),n,t)});function Bf(e){return e&&e.length?Rr(e):[]}function $f(e,t){return e&&e.length?Rr(e,Be(t,2)):[]}function Hf(e,t){return t=typeof t=="function"?t:n,e&&e.length?Rr(e,n,t):[]}function la(e){if(!(e&&e.length))return[];var t=0;return e=wr(e,function(o){if(_t(o))return t=Ct(o.length,t),!0}),Ni(t,function(o){return vt(e,bi(o))})}function bo(e,t){if(!(e&&e.length))return[];var o=la(e);return t==null?o:vt(o,function(b){return Yt(t,n,b)})}var Wf=Je(function(e,t){return _t(e)?mn(e,t):[]}),Uf=Je(function(e){return Vi(wr(e,_t))}),Gf=Je(function(e){var t=ar(e);return _t(t)&&(t=n),Vi(wr(e,_t),Be(t,2))}),Kf=Je(function(e){var t=ar(e);return t=typeof t=="function"?t:n,Vi(wr(e,_t),n,t)}),zf=Je(la);function Vf(e,t){return $s(e||[],t||[],gn)}function Yf(e,t){return $s(e||[],t||[],An)}var Xf=Je(function(e){var t=e.length,o=t>1?e[t-1]:n;return o=typeof o=="function"?(e.pop(),o):n,bo(e,o)});function xo(e){var t=O(e);return t.__chain__=!0,t}function jf(e,t){return t(e),e}function ii(e,t){return t(e)}var Jf=Er(function(e){var t=e.length,o=t?e[0]:0,b=this.__wrapped__,C=function(L){return Oi(L,e)};return t>1||this.__actions__.length||!(b instanceof qe)||!Sr(o)?this.thru(C):(b=b.slice(o,+o+(t?1:0)),b.__actions__.push({func:ii,args:[C],thisArg:n}),new rr(b,this.__chain__).thru(function(L){return t&&!L.length&&L.push(n),L}))});function Zf(){return xo(this)}function qf(){return new rr(this.value(),this.__chain__)}function Qf(){this.__values__===n&&(this.__values__=ko(this.value()));var e=this.__index__>=this.__values__.length,t=e?n:this.__values__[this.__index__++];return{done:e,value:t}}function ed(){return this}function td(e){for(var t,o=this;o instanceof Gn;){var b=mo(o);b.__index__=0,b.__values__=n,t?C.__wrapped__=b:t=b;var C=b;o=o.__wrapped__}return C.__wrapped__=e,t}function rd(){var e=this.__wrapped__;if(e instanceof qe){var t=e;return this.__actions__.length&&(t=new qe(this)),t=t.reverse(),t.__actions__.push({func:ii,args:[oa],thisArg:n}),new rr(t,this.__chain__)}return this.thru(oa)}function nd(){return Bs(this.__wrapped__,this.__actions__)}var id=Jn(function(e,t,o){pt.call(e,o)?++e[o]:yr(e,o,1)});function ad(e,t,o){var b=Ve(e)?Za:Xu;return o&&Ht(e,t,o)&&(t=n),b(e,Be(t,3))}function sd(e,t){var o=Ve(e)?wr:Ss;return o(e,Be(t,3))}var od=js(vo),ld=js(yo);function ud(e,t){return Ot(ai(e,t),1)}function pd(e,t){return Ot(ai(e,t),z)}function fd(e,t,o){return o=o===n?1:Xe(o),Ot(ai(e,t),o)}function _o(e,t){var o=Ve(e)?er:Dr;return o(e,Be(t,3))}function No(e,t){var o=Ve(e)?Tl:Es;return o(e,Be(t,3))}var dd=Jn(function(e,t,o){pt.call(e,o)?e[o].push(t):yr(e,o,[t])});function cd(e,t,o,b){e=Kt(e)?e:sn(e),o=o&&!b?Xe(o):0;var C=e.length;return o<0&&(o=Ct(C+o,0)),pi(e)?o<=C&&e.indexOf(t,o)>-1:!!C&&Xr(e,t,o)>-1}var hd=Je(function(e,t,o){var b=-1,C=typeof t=="function",L=Kt(e)?te(e.length):[];return Dr(e,function(G){L[++b]=C?Yt(t,G,o):vn(G,t,o)}),L}),gd=Jn(function(e,t,o){yr(e,o,t)});function ai(e,t){var o=Ve(e)?vt:Ps;return o(e,Be(t,3))}function md(e,t,o,b){return e==null?[]:(Ve(t)||(t=t==null?[]:[t]),o=b?n:o,Ve(o)||(o=o==null?[]:[o]),Rs(e,t,o))}var vd=Jn(function(e,t,o){e[o?0:1].push(t)},function(){return[[],[]]});function yd(e,t,o){var b=Ve(e)?Ei:ts,C=arguments.length<3;return b(e,Be(t,4),o,C,Dr)}function Ad(e,t,o){var b=Ve(e)?Dl:ts,C=arguments.length<3;return b(e,Be(t,4),o,C,Es)}function Ed(e,t){var o=Ve(e)?wr:Ss;return o(e,li(Be(t,3)))}function Sd(e){var t=Ve(e)?ms:dp;return t(e)}function bd(e,t,o){(o?Ht(e,t,o):t===n)?t=1:t=Xe(t);var b=Ve(e)?Gu:cp;return b(e,t)}function xd(e){var t=Ve(e)?Ku:gp;return t(e)}function _d(e){if(e==null)return 0;if(Kt(e))return pi(e)?Jr(e):e.length;var t=Ft(e);return t==Me||t==we?e.size:$i(e).length}function Nd(e,t,o){var b=Ve(e)?Si:mp;return o&&Ht(e,t,o)&&(t=n),b(e,Be(t,3))}var wd=Je(function(e,t){if(e==null)return[];var o=t.length;return o>1&&Ht(e,t[0],t[1])?t=[]:o>2&&Ht(t[0],t[1],t[2])&&(t=[t[0]]),Rs(e,Ot(t,1),[])}),si=au||function(){return It.Date.now()};function Pd(e,t){if(typeof t!="function")throw new tr(c);return e=Xe(e),function(){if(--e<1)return t.apply(this,arguments)}}function wo(e,t,o){return t=o?n:t,t=e&&t==null?e.length:t,Ar(e,R,n,n,n,n,t)}function Po(e,t){var o;if(typeof t!="function")throw new tr(c);return e=Xe(e),function(){return--e>0&&(o=t.apply(this,arguments)),e<=1&&(t=n),o}}var ua=Je(function(e,t,o){var b=S;if(o.length){var C=Cr(o,nn(ua));b|=I}return Ar(e,b,t,o,C)}),Co=Je(function(e,t,o){var b=S|N;if(o.length){var C=Cr(o,nn(Co));b|=I}return Ar(t,b,e,o,C)});function To(e,t,o){t=o?n:t;var b=Ar(e,_,n,n,n,n,n,t);return b.placeholder=To.placeholder,b}function Do(e,t,o){t=o?n:t;var b=Ar(e,P,n,n,n,n,n,t);return b.placeholder=Do.placeholder,b}function Ro(e,t,o){var b,C,L,G,V,j,pe=0,fe=!1,ge=!1,_e=!0;if(typeof e!="function")throw new tr(c);t=sr(t)||0,yt(o)&&(fe=!!o.leading,ge="maxWait"in o,L=ge?Ct(sr(o.maxWait)||0,t):L,_e="trailing"in o?!!o.trailing:_e);function Le(Nt){var pr=b,_r=C;return b=C=n,pe=Nt,G=e.apply(_r,pr),G}function He(Nt){return pe=Nt,V=bn(Ze,t),fe?Le(Nt):G}function je(Nt){var pr=Nt-j,_r=Nt-pe,Jo=t-pr;return ge?Mt(Jo,L-_r):Jo}function We(Nt){var pr=Nt-j,_r=Nt-pe;return j===n||pr>=t||pr<0||ge&&_r>=L}function Ze(){var Nt=si();if(We(Nt))return et(Nt);V=bn(Ze,je(Nt))}function et(Nt){return V=n,_e&&b?Le(Nt):(b=C=n,G)}function Zt(){V!==n&&Hs(V),pe=0,b=j=C=V=n}function Wt(){return V===n?G:et(si())}function qt(){var Nt=si(),pr=We(Nt);if(b=arguments,C=this,j=Nt,pr){if(V===n)return He(j);if(ge)return Hs(V),V=bn(Ze,t),Le(j)}return V===n&&(V=bn(Ze,t)),G}return qt.cancel=Zt,qt.flush=Wt,qt}var Cd=Je(function(e,t){return As(e,1,t)}),Td=Je(function(e,t,o){return As(e,sr(t)||0,o)});function Dd(e){return Ar(e,w)}function oi(e,t){if(typeof e!="function"||t!=null&&typeof t!="function")throw new tr(c);var o=function(){var b=arguments,C=t?t.apply(this,b):b[0],L=o.cache;if(L.has(C))return L.get(C);var G=e.apply(this,b);return o.cache=L.set(C,G)||L,G};return o.cache=new(oi.Cache||vr),o}oi.Cache=vr;function li(e){if(typeof e!="function")throw new tr(c);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 Rd(e){return Po(2,e)}var Id=vp(function(e,t){t=t.length==1&&Ve(t[0])?vt(t[0],Xt(Be())):vt(Ot(t,1),Xt(Be()));var o=t.length;return Je(function(b){for(var C=-1,L=Mt(b.length,o);++C<L;)b[C]=t[C].call(this,b[C]);return Yt(e,this,b)})}),pa=Je(function(e,t){var o=Cr(t,nn(pa));return Ar(e,I,n,t,o)}),Io=Je(function(e,t){var o=Cr(t,nn(Io));return Ar(e,k,n,t,o)}),Od=Er(function(e,t){return Ar(e,T,n,n,n,t)});function Ld(e,t){if(typeof e!="function")throw new tr(c);return t=t===n?t:Xe(t),Je(e,t)}function Md(e,t){if(typeof e!="function")throw new tr(c);return t=t==null?0:Ct(Xe(t),0),Je(function(o){var b=o[t],C=Or(o,0,t);return b&&Pr(C,b),Yt(e,this,C)})}function Fd(e,t,o){var b=!0,C=!0;if(typeof e!="function")throw new tr(c);return yt(o)&&(b="leading"in o?!!o.leading:b,C="trailing"in o?!!o.trailing:C),Ro(e,t,{leading:b,maxWait:t,trailing:C})}function kd(e){return wo(e,1)}function Bd(e,t){return pa(Xi(t),e)}function $d(){if(!arguments.length)return[];var e=arguments[0];return Ve(e)?e:[e]}function Hd(e){return nr(e,p)}function Wd(e,t){return t=typeof t=="function"?t:n,nr(e,p,t)}function Ud(e){return nr(e,m|p)}function Gd(e,t){return t=typeof t=="function"?t:n,nr(e,m|p,t)}function Kd(e,t){return t==null||ys(e,t,Dt(t))}function ur(e,t){return e===t||e!==e&&t!==t}var zd=ei(Fi),Vd=ei(function(e,t){return e>=t}),zr=_s(function(){return arguments}())?_s:function(e){return xt(e)&&pt.call(e,"callee")&&!ps.call(e,"callee")},Ve=te.isArray,Yd=za?Xt(za):ep;function Kt(e){return e!=null&&ui(e.length)&&!br(e)}function _t(e){return xt(e)&&Kt(e)}function Xd(e){return e===!0||e===!1||xt(e)&&$t(e)==At}var Lr=ou||Sa,jd=Va?Xt(Va):tp;function Jd(e){return xt(e)&&e.nodeType===1&&!xn(e)}function Zd(e){if(e==null)return!0;if(Kt(e)&&(Ve(e)||typeof e=="string"||typeof e.splice=="function"||Lr(e)||an(e)||zr(e)))return!e.length;var t=Ft(e);if(t==Me||t==we)return!e.size;if(Sn(e))return!$i(e).length;for(var o in e)if(pt.call(e,o))return!1;return!0}function qd(e,t){return yn(e,t)}function Qd(e,t,o){o=typeof o=="function"?o:n;var b=o?o(e,t):n;return b===n?yn(e,t,n,o):!!b}function fa(e){if(!xt(e))return!1;var t=$t(e);return t==de||t==Tt||typeof e.message=="string"&&typeof e.name=="string"&&!xn(e)}function ec(e){return typeof e=="number"&&ds(e)}function br(e){if(!yt(e))return!1;var t=$t(e);return t==Ce||t==Se||t==at||t==ce}function Oo(e){return typeof e=="number"&&e==Xe(e)}function ui(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=U}function yt(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}function xt(e){return e!=null&&typeof e=="object"}var Lo=Ya?Xt(Ya):np;function tc(e,t){return e===t||Bi(e,t,ta(t))}function rc(e,t,o){return o=typeof o=="function"?o:n,Bi(e,t,ta(t),o)}function nc(e){return Mo(e)&&e!=+e}function ic(e){if(Hp(e))throw new ze(h);return Ns(e)}function ac(e){return e===null}function sc(e){return e==null}function Mo(e){return typeof e=="number"||xt(e)&&$t(e)==ht}function xn(e){if(!xt(e)||$t(e)!=tt)return!1;var t=Fn(e);if(t===null)return!0;var o=pt.call(t,"constructor")&&t.constructor;return typeof o=="function"&&o instanceof o&&In.call(o)==tu}var da=Xa?Xt(Xa):ip;function oc(e){return Oo(e)&&e>=-U&&e<=U}var Fo=ja?Xt(ja):ap;function pi(e){return typeof e=="string"||!Ve(e)&&xt(e)&&$t(e)==J}function Jt(e){return typeof e=="symbol"||xt(e)&&$t(e)==ye}var an=Ja?Xt(Ja):sp;function lc(e){return e===n}function uc(e){return xt(e)&&Ft(e)==ve}function pc(e){return xt(e)&&$t(e)==Fe}var fc=ei(Hi),dc=ei(function(e,t){return e<=t});function ko(e){if(!e)return[];if(Kt(e))return pi(e)?or(e):Gt(e);if(pn&&e[pn])return Gl(e[pn]());var t=Ft(e),o=t==Me?Pi:t==we?Cn:sn;return o(e)}function xr(e){if(!e)return e===0?e:0;if(e=sr(e),e===z||e===-z){var t=e<0?-1:1;return t*Q}return e===e?e:0}function Xe(e){var t=xr(e),o=t%1;return t===t?o?t-o:t:0}function Bo(e){return e?Wr(Xe(e),0,ae):0}function sr(e){if(typeof e=="number")return e;if(Jt(e))return re;if(yt(e)){var t=typeof e.valueOf=="function"?e.valueOf():e;e=yt(t)?t+"":t}if(typeof e!="string")return e===0?e:+e;e=rs(e);var o=mt.test(e);return o||rt.test(e)?wl(e.slice(2),o?2:8):Rt.test(e)?re:+e}function $o(e){return hr(e,zt(e))}function cc(e){return e?Wr(Xe(e),-U,U):e===0?e:0}function ot(e){return e==null?"":jt(e)}var hc=tn(function(e,t){if(Sn(t)||Kt(t)){hr(t,Dt(t),e);return}for(var o in t)pt.call(t,o)&&gn(e,o,t[o])}),Ho=tn(function(e,t){hr(t,zt(t),e)}),fi=tn(function(e,t,o,b){hr(t,zt(t),e,b)}),gc=tn(function(e,t,o,b){hr(t,Dt(t),e,b)}),mc=Er(Oi);function vc(e,t){var o=en(e);return t==null?o:vs(o,t)}var yc=Je(function(e,t){e=ft(e);var o=-1,b=t.length,C=b>2?t[2]:n;for(C&&Ht(t[0],t[1],C)&&(b=1);++o<b;)for(var L=t[o],G=zt(L),V=-1,j=G.length;++V<j;){var pe=G[V],fe=e[pe];(fe===n||ur(fe,Zr[pe])&&!pt.call(e,pe))&&(e[pe]=L[pe])}return e}),Ac=Je(function(e){return e.push(n,ro),Yt(Wo,n,e)});function Ec(e,t){return qa(e,Be(t,3),cr)}function Sc(e,t){return qa(e,Be(t,3),Mi)}function bc(e,t){return e==null?e:Li(e,Be(t,3),zt)}function xc(e,t){return e==null?e:bs(e,Be(t,3),zt)}function _c(e,t){return e&&cr(e,Be(t,3))}function Nc(e,t){return e&&Mi(e,Be(t,3))}function wc(e){return e==null?[]:Vn(e,Dt(e))}function Pc(e){return e==null?[]:Vn(e,zt(e))}function ca(e,t,o){var b=e==null?n:Ur(e,t);return b===n?o:b}function Cc(e,t){return e!=null&&ao(e,t,Ju)}function ha(e,t){return e!=null&&ao(e,t,Zu)}var Tc=Zs(function(e,t,o){t!=null&&typeof t.toString!="function"&&(t=On.call(t)),e[t]=o},ma(Vt)),Dc=Zs(function(e,t,o){t!=null&&typeof t.toString!="function"&&(t=On.call(t)),pt.call(e,t)?e[t].push(o):e[t]=[o]},Be),Rc=Je(vn);function Dt(e){return Kt(e)?gs(e):$i(e)}function zt(e){return Kt(e)?gs(e,!0):op(e)}function Ic(e,t){var o={};return t=Be(t,3),cr(e,function(b,C,L){yr(o,t(b,C,L),b)}),o}function Oc(e,t){var o={};return t=Be(t,3),cr(e,function(b,C,L){yr(o,C,t(b,C,L))}),o}var Lc=tn(function(e,t,o){Yn(e,t,o)}),Wo=tn(function(e,t,o,b){Yn(e,t,o,b)}),Mc=Er(function(e,t){var o={};if(e==null)return o;var b=!1;t=vt(t,function(L){return L=Ir(L,e),b||(b=L.length>1),L}),hr(e,Qi(e),o),b&&(o=nr(o,m|d|p,Cp));for(var C=t.length;C--;)zi(o,t[C]);return o});function Fc(e,t){return Uo(e,li(Be(t)))}var kc=Er(function(e,t){return e==null?{}:up(e,t)});function Uo(e,t){if(e==null)return{};var o=vt(Qi(e),function(b){return[b]});return t=Be(t),Is(e,o,function(b,C){return t(b,C[0])})}function Bc(e,t,o){t=Ir(t,e);var b=-1,C=t.length;for(C||(C=1,e=n);++b<C;){var L=e==null?n:e[gr(t[b])];L===n&&(b=C,L=o),e=br(L)?L.call(e):L}return e}function $c(e,t,o){return e==null?e:An(e,t,o)}function Hc(e,t,o,b){return b=typeof b=="function"?b:n,e==null?e:An(e,t,o,b)}var Go=eo(Dt),Ko=eo(zt);function Wc(e,t,o){var b=Ve(e),C=b||Lr(e)||an(e);if(t=Be(t,4),o==null){var L=e&&e.constructor;C?o=b?new L:[]:yt(e)?o=br(L)?en(Fn(e)):{}:o={}}return(C?er:cr)(e,function(G,V,j){return t(o,G,V,j)}),o}function Uc(e,t){return e==null?!0:zi(e,t)}function Gc(e,t,o){return e==null?e:ks(e,t,Xi(o))}function Kc(e,t,o,b){return b=typeof b=="function"?b:n,e==null?e:ks(e,t,Xi(o),b)}function sn(e){return e==null?[]:wi(e,Dt(e))}function zc(e){return e==null?[]:wi(e,zt(e))}function Vc(e,t,o){return o===n&&(o=t,t=n),o!==n&&(o=sr(o),o=o===o?o:0),t!==n&&(t=sr(t),t=t===t?t:0),Wr(sr(e),t,o)}function Yc(e,t,o){return t=xr(t),o===n?(o=t,t=0):o=xr(o),e=sr(e),qu(e,t,o)}function Xc(e,t,o){if(o&&typeof o!="boolean"&&Ht(e,t,o)&&(t=o=n),o===n&&(typeof t=="boolean"?(o=t,t=n):typeof e=="boolean"&&(o=e,e=n)),e===n&&t===n?(e=0,t=1):(e=xr(e),t===n?(t=e,e=0):t=xr(t)),e>t){var b=e;e=t,t=b}if(o||e%1||t%1){var C=cs();return Mt(e+C*(t-e+Nl("1e-"+((C+"").length-1))),t)}return Ui(e,t)}var jc=rn(function(e,t,o){return t=t.toLowerCase(),e+(o?zo(t):t)});function zo(e){return ga(ot(e).toLowerCase())}function Vo(e){return e=ot(e),e&&e.replace(xa,Bl).replace(gl,"")}function Jc(e,t,o){e=ot(e),t=jt(t);var b=e.length;o=o===n?b:Wr(Xe(o),0,b);var C=o;return o-=t.length,o>=0&&e.slice(o,C)==t}function Zc(e){return e=ot(e),e&&B.test(e)?e.replace(St,$l):e}function qc(e){return e=ot(e),e&&xe.test(e)?e.replace(De,"\\$&"):e}var Qc=rn(function(e,t,o){return e+(o?"-":"")+t.toLowerCase()}),eh=rn(function(e,t,o){return e+(o?" ":"")+t.toLowerCase()}),th=Xs("toLowerCase");function rh(e,t,o){e=ot(e),t=Xe(t);var b=t?Jr(e):0;if(!t||b>=t)return e;var C=(t-b)/2;return Qn(Hn(C),o)+e+Qn($n(C),o)}function nh(e,t,o){e=ot(e),t=Xe(t);var b=t?Jr(e):0;return t&&b<t?e+Qn(t-b,o):e}function ih(e,t,o){e=ot(e),t=Xe(t);var b=t?Jr(e):0;return t&&b<t?Qn(t-b,o)+e:e}function ah(e,t,o){return o||t==null?t=0:t&&(t=+t),fu(ot(e).replace(Ke,""),t||0)}function sh(e,t,o){return(o?Ht(e,t,o):t===n)?t=1:t=Xe(t),Gi(ot(e),t)}function oh(){var e=arguments,t=ot(e[0]);return e.length<3?t:t.replace(e[1],e[2])}var lh=rn(function(e,t,o){return e+(o?"_":"")+t.toLowerCase()});function uh(e,t,o){return o&&typeof o!="number"&&Ht(e,t,o)&&(t=o=n),o=o===n?ae:o>>>0,o?(e=ot(e),e&&(typeof t=="string"||t!=null&&!da(t))&&(t=jt(t),!t&&jr(e))?Or(or(e),0,o):e.split(t,o)):[]}var ph=rn(function(e,t,o){return e+(o?" ":"")+ga(t)});function fh(e,t,o){return e=ot(e),o=o==null?0:Wr(Xe(o),0,e.length),t=jt(t),e.slice(o,o+t.length)==t}function dh(e,t,o){var b=O.templateSettings;o&&Ht(e,t,o)&&(t=n),e=ot(e),t=fi({},t,b,to);var C=fi({},t.imports,b.imports,to),L=Dt(C),G=wi(C,L),V,j,pe=0,fe=t.interpolate||on,ge="__p += '",_e=Ci((t.escape||on).source+"|"+fe.source+"|"+(fe===ee?ut:on).source+"|"+(t.evaluate||on).source+"|$","g"),Le="//# sourceURL="+(pt.call(t,"sourceURL")?(t.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++El+"]")+`
- `;e.replace(_e,function(We,Ze,et,Zt,Wt,qt){return et||(et=Zt),ge+=e.slice(pe,qt).replace(Vr,Hl),Ze&&(V=!0,ge+=`' +
- __e(`+Ze+`) +
- '`),Wt&&(j=!0,ge+=`';
- `+Wt+`;
- __p += '`),et&&(ge+=`' +
- ((__t = (`+et+`)) == null ? '' : __t) +
- '`),pe=qt+We.length,We}),ge+=`';
- `;var He=pt.call(t,"variable")&&t.variable;if(!He)ge=`with (obj) {
- `+ge+`
- }
- `;else if($e.test(He))throw new ze(s);ge=(j?ge.replace(Nr,""):ge).replace(Mr,"$1").replace(Bt,"$1;"),ge="function("+(He||"obj")+`) {
- `+(He?"":`obj || (obj = {});
- `)+"var __t, __p = ''"+(V?", __e = _.escape":"")+(j?`, __j = Array.prototype.join;
- function print() { __p += __j.call(arguments, '') }
- `:`;
- `)+ge+`return __p
- }`;var je=Xo(function(){return it(L,Le+"return "+ge).apply(n,G)});if(je.source=ge,fa(je))throw je;return je}function ch(e){return ot(e).toLowerCase()}function hh(e){return ot(e).toUpperCase()}function gh(e,t,o){if(e=ot(e),e&&(o||t===n))return rs(e);if(!e||!(t=jt(t)))return e;var b=or(e),C=or(t),L=ns(b,C),G=is(b,C)+1;return Or(b,L,G).join("")}function mh(e,t,o){if(e=ot(e),e&&(o||t===n))return e.slice(0,ss(e)+1);if(!e||!(t=jt(t)))return e;var b=or(e),C=is(b,or(t))+1;return Or(b,0,C).join("")}function vh(e,t,o){if(e=ot(e),e&&(o||t===n))return e.replace(Ke,"");if(!e||!(t=jt(t)))return e;var b=or(e),C=ns(b,or(t));return Or(b,C).join("")}function yh(e,t){var o=D,b=F;if(yt(t)){var C="separator"in t?t.separator:C;o="length"in t?Xe(t.length):o,b="omission"in t?jt(t.omission):b}e=ot(e);var L=e.length;if(jr(e)){var G=or(e);L=G.length}if(o>=L)return e;var V=o-Jr(b);if(V<1)return b;var j=G?Or(G,0,V).join(""):e.slice(0,V);if(C===n)return j+b;if(G&&(V+=j.length-V),da(C)){if(e.slice(V).search(C)){var pe,fe=j;for(C.global||(C=Ci(C.source,ot(bt.exec(C))+"g")),C.lastIndex=0;pe=C.exec(fe);)var ge=pe.index;j=j.slice(0,ge===n?V:ge)}}else if(e.indexOf(jt(C),V)!=V){var _e=j.lastIndexOf(C);_e>-1&&(j=j.slice(0,_e))}return j+b}function Ah(e){return e=ot(e),e&&kr.test(e)?e.replace(Fr,Yl):e}var Eh=rn(function(e,t,o){return e+(o?" ":"")+t.toUpperCase()}),ga=Xs("toUpperCase");function Yo(e,t,o){return e=ot(e),t=o?n:t,t===n?Ul(e)?Jl(e):Ol(e):e.match(t)||[]}var Xo=Je(function(e,t){try{return Yt(e,n,t)}catch(o){return fa(o)?o:new ze(o)}}),Sh=Er(function(e,t){return er(t,function(o){o=gr(o),yr(e,o,ua(e[o],e))}),e});function bh(e){var t=e==null?0:e.length,o=Be();return e=t?vt(e,function(b){if(typeof b[1]!="function")throw new tr(c);return[o(b[0]),b[1]]}):[],Je(function(b){for(var C=-1;++C<t;){var L=e[C];if(Yt(L[0],this,b))return Yt(L[1],this,b)}})}function xh(e){return Yu(nr(e,m))}function ma(e){return function(){return e}}function _h(e,t){return e==null||e!==e?t:e}var Nh=Js(),wh=Js(!0);function Vt(e){return e}function va(e){return ws(typeof e=="function"?e:nr(e,m))}function Ph(e){return Cs(nr(e,m))}function Ch(e,t){return Ts(e,nr(t,m))}var Th=Je(function(e,t){return function(o){return vn(o,e,t)}}),Dh=Je(function(e,t){return function(o){return vn(e,o,t)}});function ya(e,t,o){var b=Dt(t),C=Vn(t,b);o==null&&!(yt(t)&&(C.length||!b.length))&&(o=t,t=e,e=this,C=Vn(t,Dt(t)));var L=!(yt(o)&&"chain"in o)||!!o.chain,G=br(e);return er(C,function(V){var j=t[V];e[V]=j,G&&(e.prototype[V]=function(){var pe=this.__chain__;if(L||pe){var fe=e(this.__wrapped__),ge=fe.__actions__=Gt(this.__actions__);return ge.push({func:j,args:arguments,thisArg:e}),fe.__chain__=pe,fe}return j.apply(e,Pr([this.value()],arguments))})}),e}function Rh(){return It._===this&&(It._=ru),this}function Aa(){}function Ih(e){return e=Xe(e),Je(function(t){return Ds(t,e)})}var Oh=Ji(vt),Lh=Ji(Za),Mh=Ji(Si);function jo(e){return na(e)?bi(gr(e)):pp(e)}function Fh(e){return function(t){return e==null?n:Ur(e,t)}}var kh=qs(),Bh=qs(!0);function Ea(){return[]}function Sa(){return!1}function $h(){return{}}function Hh(){return""}function Wh(){return!0}function Uh(e,t){if(e=Xe(e),e<1||e>U)return[];var o=ae,b=Mt(e,ae);t=Be(t),e-=ae;for(var C=Ni(b,t);++o<e;)t(o);return C}function Gh(e){return Ve(e)?vt(e,gr):Jt(e)?[e]:Gt(go(ot(e)))}function Kh(e){var t=++eu;return ot(e)+t}var zh=qn(function(e,t){return e+t},0),Vh=Zi("ceil"),Yh=qn(function(e,t){return e/t},1),Xh=Zi("floor");function jh(e){return e&&e.length?zn(e,Vt,Fi):n}function Jh(e,t){return e&&e.length?zn(e,Be(t,2),Fi):n}function Zh(e){return es(e,Vt)}function qh(e,t){return es(e,Be(t,2))}function Qh(e){return e&&e.length?zn(e,Vt,Hi):n}function eg(e,t){return e&&e.length?zn(e,Be(t,2),Hi):n}var tg=qn(function(e,t){return e*t},1),rg=Zi("round"),ng=qn(function(e,t){return e-t},0);function ig(e){return e&&e.length?_i(e,Vt):0}function ag(e,t){return e&&e.length?_i(e,Be(t,2)):0}return O.after=Pd,O.ary=wo,O.assign=hc,O.assignIn=Ho,O.assignInWith=fi,O.assignWith=gc,O.at=mc,O.before=Po,O.bind=ua,O.bindAll=Sh,O.bindKey=Co,O.castArray=$d,O.chain=xo,O.chunk=Yp,O.compact=Xp,O.concat=jp,O.cond=bh,O.conforms=xh,O.constant=ma,O.countBy=id,O.create=vc,O.curry=To,O.curryRight=Do,O.debounce=Ro,O.defaults=yc,O.defaultsDeep=Ac,O.defer=Cd,O.delay=Td,O.difference=Jp,O.differenceBy=Zp,O.differenceWith=qp,O.drop=Qp,O.dropRight=ef,O.dropRightWhile=tf,O.dropWhile=rf,O.fill=nf,O.filter=sd,O.flatMap=ud,O.flatMapDeep=pd,O.flatMapDepth=fd,O.flatten=Ao,O.flattenDeep=af,O.flattenDepth=sf,O.flip=Dd,O.flow=Nh,O.flowRight=wh,O.fromPairs=of,O.functions=wc,O.functionsIn=Pc,O.groupBy=dd,O.initial=uf,O.intersection=pf,O.intersectionBy=ff,O.intersectionWith=df,O.invert=Tc,O.invertBy=Dc,O.invokeMap=hd,O.iteratee=va,O.keyBy=gd,O.keys=Dt,O.keysIn=zt,O.map=ai,O.mapKeys=Ic,O.mapValues=Oc,O.matches=Ph,O.matchesProperty=Ch,O.memoize=oi,O.merge=Lc,O.mergeWith=Wo,O.method=Th,O.methodOf=Dh,O.mixin=ya,O.negate=li,O.nthArg=Ih,O.omit=Mc,O.omitBy=Fc,O.once=Rd,O.orderBy=md,O.over=Oh,O.overArgs=Id,O.overEvery=Lh,O.overSome=Mh,O.partial=pa,O.partialRight=Io,O.partition=vd,O.pick=kc,O.pickBy=Uo,O.property=jo,O.propertyOf=Fh,O.pull=mf,O.pullAll=So,O.pullAllBy=vf,O.pullAllWith=yf,O.pullAt=Af,O.range=kh,O.rangeRight=Bh,O.rearg=Od,O.reject=Ed,O.remove=Ef,O.rest=Ld,O.reverse=oa,O.sampleSize=bd,O.set=$c,O.setWith=Hc,O.shuffle=xd,O.slice=Sf,O.sortBy=wd,O.sortedUniq=Cf,O.sortedUniqBy=Tf,O.split=uh,O.spread=Md,O.tail=Df,O.take=Rf,O.takeRight=If,O.takeRightWhile=Of,O.takeWhile=Lf,O.tap=jf,O.throttle=Fd,O.thru=ii,O.toArray=ko,O.toPairs=Go,O.toPairsIn=Ko,O.toPath=Gh,O.toPlainObject=$o,O.transform=Wc,O.unary=kd,O.union=Mf,O.unionBy=Ff,O.unionWith=kf,O.uniq=Bf,O.uniqBy=$f,O.uniqWith=Hf,O.unset=Uc,O.unzip=la,O.unzipWith=bo,O.update=Gc,O.updateWith=Kc,O.values=sn,O.valuesIn=zc,O.without=Wf,O.words=Yo,O.wrap=Bd,O.xor=Uf,O.xorBy=Gf,O.xorWith=Kf,O.zip=zf,O.zipObject=Vf,O.zipObjectDeep=Yf,O.zipWith=Xf,O.entries=Go,O.entriesIn=Ko,O.extend=Ho,O.extendWith=fi,ya(O,O),O.add=zh,O.attempt=Xo,O.camelCase=jc,O.capitalize=zo,O.ceil=Vh,O.clamp=Vc,O.clone=Hd,O.cloneDeep=Ud,O.cloneDeepWith=Gd,O.cloneWith=Wd,O.conformsTo=Kd,O.deburr=Vo,O.defaultTo=_h,O.divide=Yh,O.endsWith=Jc,O.eq=ur,O.escape=Zc,O.escapeRegExp=qc,O.every=ad,O.find=od,O.findIndex=vo,O.findKey=Ec,O.findLast=ld,O.findLastIndex=yo,O.findLastKey=Sc,O.floor=Xh,O.forEach=_o,O.forEachRight=No,O.forIn=bc,O.forInRight=xc,O.forOwn=_c,O.forOwnRight=Nc,O.get=ca,O.gt=zd,O.gte=Vd,O.has=Cc,O.hasIn=ha,O.head=Eo,O.identity=Vt,O.includes=cd,O.indexOf=lf,O.inRange=Yc,O.invoke=Rc,O.isArguments=zr,O.isArray=Ve,O.isArrayBuffer=Yd,O.isArrayLike=Kt,O.isArrayLikeObject=_t,O.isBoolean=Xd,O.isBuffer=Lr,O.isDate=jd,O.isElement=Jd,O.isEmpty=Zd,O.isEqual=qd,O.isEqualWith=Qd,O.isError=fa,O.isFinite=ec,O.isFunction=br,O.isInteger=Oo,O.isLength=ui,O.isMap=Lo,O.isMatch=tc,O.isMatchWith=rc,O.isNaN=nc,O.isNative=ic,O.isNil=sc,O.isNull=ac,O.isNumber=Mo,O.isObject=yt,O.isObjectLike=xt,O.isPlainObject=xn,O.isRegExp=da,O.isSafeInteger=oc,O.isSet=Fo,O.isString=pi,O.isSymbol=Jt,O.isTypedArray=an,O.isUndefined=lc,O.isWeakMap=uc,O.isWeakSet=pc,O.join=cf,O.kebabCase=Qc,O.last=ar,O.lastIndexOf=hf,O.lowerCase=eh,O.lowerFirst=th,O.lt=fc,O.lte=dc,O.max=jh,O.maxBy=Jh,O.mean=Zh,O.meanBy=qh,O.min=Qh,O.minBy=eg,O.stubArray=Ea,O.stubFalse=Sa,O.stubObject=$h,O.stubString=Hh,O.stubTrue=Wh,O.multiply=tg,O.nth=gf,O.noConflict=Rh,O.noop=Aa,O.now=si,O.pad=rh,O.padEnd=nh,O.padStart=ih,O.parseInt=ah,O.random=Xc,O.reduce=yd,O.reduceRight=Ad,O.repeat=sh,O.replace=oh,O.result=Bc,O.round=rg,O.runInContext=X,O.sample=Sd,O.size=_d,O.snakeCase=lh,O.some=Nd,O.sortedIndex=bf,O.sortedIndexBy=xf,O.sortedIndexOf=_f,O.sortedLastIndex=Nf,O.sortedLastIndexBy=wf,O.sortedLastIndexOf=Pf,O.startCase=ph,O.startsWith=fh,O.subtract=ng,O.sum=ig,O.sumBy=ag,O.template=dh,O.times=Uh,O.toFinite=xr,O.toInteger=Xe,O.toLength=Bo,O.toLower=ch,O.toNumber=sr,O.toSafeInteger=cc,O.toString=ot,O.toUpper=hh,O.trim=gh,O.trimEnd=mh,O.trimStart=vh,O.truncate=yh,O.unescape=Ah,O.uniqueId=Kh,O.upperCase=Eh,O.upperFirst=ga,O.each=_o,O.eachRight=No,O.first=Eo,ya(O,function(){var e={};return cr(O,function(t,o){pt.call(O.prototype,o)||(e[o]=t)}),e}(),{chain:!1}),O.VERSION=r,er(["bind","bindKey","curry","curryRight","partial","partialRight"],function(e){O[e].placeholder=O}),er(["drop","take"],function(e,t){qe.prototype[e]=function(o){o=o===n?1:Ct(Xe(o),0);var b=this.__filtered__&&!t?new qe(this):this.clone();return b.__filtered__?b.__takeCount__=Mt(o,b.__takeCount__):b.__views__.push({size:Mt(o,ae),type:e+(b.__dir__<0?"Right":"")}),b},qe.prototype[e+"Right"]=function(o){return this.reverse()[e](o).reverse()}}),er(["filter","map","takeWhile"],function(e,t){var o=t+1,b=o==$||o==M;qe.prototype[e]=function(C){var L=this.clone();return L.__iteratees__.push({iteratee:Be(C,3),type:o}),L.__filtered__=L.__filtered__||b,L}}),er(["head","last"],function(e,t){var o="take"+(t?"Right":"");qe.prototype[e]=function(){return this[o](1).value()[0]}}),er(["initial","tail"],function(e,t){var o="drop"+(t?"":"Right");qe.prototype[e]=function(){return this.__filtered__?new qe(this):this[o](1)}}),qe.prototype.compact=function(){return this.filter(Vt)},qe.prototype.find=function(e){return this.filter(e).head()},qe.prototype.findLast=function(e){return this.reverse().find(e)},qe.prototype.invokeMap=Je(function(e,t){return typeof e=="function"?new qe(this):this.map(function(o){return vn(o,e,t)})}),qe.prototype.reject=function(e){return this.filter(li(Be(e)))},qe.prototype.slice=function(e,t){e=Xe(e);var o=this;return o.__filtered__&&(e>0||t<0)?new qe(o):(e<0?o=o.takeRight(-e):e&&(o=o.drop(e)),t!==n&&(t=Xe(t),o=t<0?o.dropRight(-t):o.take(t-e)),o)},qe.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},qe.prototype.toArray=function(){return this.take(ae)},cr(qe.prototype,function(e,t){var o=/^(?:filter|find|map|reject)|While$/.test(t),b=/^(?:head|last)$/.test(t),C=O[b?"take"+(t=="last"?"Right":""):t],L=b||/^find/.test(t);C&&(O.prototype[t]=function(){var G=this.__wrapped__,V=b?[1]:arguments,j=G instanceof qe,pe=V[0],fe=j||Ve(G),ge=function(Ze){var et=C.apply(O,Pr([Ze],V));return b&&_e?et[0]:et};fe&&o&&typeof pe=="function"&&pe.length!=1&&(j=fe=!1);var _e=this.__chain__,Le=!!this.__actions__.length,He=L&&!_e,je=j&&!Le;if(!L&&fe){G=je?G:new qe(this);var We=e.apply(G,V);return We.__actions__.push({func:ii,args:[ge],thisArg:n}),new rr(We,_e)}return He&&je?e.apply(this,V):(We=this.thru(ge),He?b?We.value()[0]:We.value():We)})}),er(["pop","push","shift","sort","splice","unshift"],function(e){var t=Dn[e],o=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",b=/^(?:pop|shift)$/.test(e);O.prototype[e]=function(){var C=arguments;if(b&&!this.__chain__){var L=this.value();return t.apply(Ve(L)?L:[],C)}return this[o](function(G){return t.apply(Ve(G)?G:[],C)})}}),cr(qe.prototype,function(e,t){var o=O[t];if(o){var b=o.name+"";pt.call(Qr,b)||(Qr[b]=[]),Qr[b].push({name:t,func:o})}}),Qr[Zn(n,N).name]=[{name:"wrapper",func:n}],qe.prototype.clone=yu,qe.prototype.reverse=Au,qe.prototype.value=Eu,O.prototype.at=Jf,O.prototype.chain=Zf,O.prototype.commit=qf,O.prototype.next=Qf,O.prototype.plant=td,O.prototype.reverse=rd,O.prototype.toJSON=O.prototype.valueOf=O.prototype.value=nd,O.prototype.first=O.prototype.head,pn&&(O.prototype[pn]=ed),O},Tn=Zl();It._=Tn,u=function(){return Tn}.call(g,i,g,x),u!==n&&(x.exports=u)}).call(this)},7022:()=>{(function(x){var g="\\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",i={pattern:/(^(["']?)\w+\2)[ \t]+\S.*/,lookbehind:!0,alias:"punctuation",inside:null},u={bash:i,environment:{pattern:RegExp("\\$"+g),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("(\\{)"+g),lookbehind:!0,alias:"constant"}}},/\$(?:\w+|[#?*!@$])/],entity:/\\(?:[abceEfnrtv\\"]|O?[0-7]{1,3}|U[0-9a-fA-F]{8}|u[0-9a-fA-F]{4}|x[0-9a-fA-F]{1,2})/};x.languages.bash={shebang:{pattern:/^#!\s*\/.*/,alias:"important"},comment:{pattern:/(^|[^"{\\$])#.*/,lookbehind:!0},"function-name":[{pattern:/(\bfunction\s+)[\w-]+(?=(?:\s*\(?:\s*\))?\s*\{)/,lookbehind:!0,alias:"function"},{pattern:/\b[\w-]+(?=\s*\(\s*\)\s*\{)/,alias:"function"}],"for-or-select":{pattern:/(\b(?:for|select)\s+)\w+(?=\s+in\s)/,alias:"variable",lookbehind:!0},"assign-left":{pattern:/(^|[\s;|&]|[<>]\()\w+(?:\.\w+)*(?=\+?=)/,inside:{environment:{pattern:RegExp("(^|[\\s;|&]|[<>]\\()"+g),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:u},{pattern:/((?:^|[^<])<<-?\s*)(["'])(\w+)\2\s[\s\S]*?(?:\r?\n|\r)\3/,lookbehind:!0,greedy:!0,inside:{bash:i}},{pattern:/(^|[^\\](?:\\\\)*)"(?:\\[\s\S]|\$\([^)]+\)|\$(?!\()|`[^`]+`|[^"\\`$])*"/,lookbehind:!0,greedy:!0,inside:u},{pattern:/(^|[^$\\])'[^']*'/,lookbehind:!0,greedy:!0},{pattern:/\$'(?:[^'\\]|\\[\s\S])*'/,greedy:!0,inside:{entity:u.entity}}],environment:{pattern:RegExp("\\$?"+g),alias:"constant"},variable:u.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}},i.inside=x.languages.bash;for(var n=["comment","function-name","for-or-select","assign-left","parameter","string","environment","function","keyword","builtin","boolean","file-descriptor","operator","punctuation","number"],r=u.variable[1].inside,l=0;l<n.length;l++)r[n[l]]=x.languages.bash[n[l]];x.languages.sh=x.languages.bash,x.languages.shell=x.languages.bash})(Prism)},7839:()=>{(function(x){x.languages.diff={coord:[/^(?:\*{3}|-{3}|\+{3}).*$/m,/^@@.*@@$/m,/^\d.*$/m]};var g={"deleted-sign":"-","deleted-arrow":"<","inserted-sign":"+","inserted-arrow":">",unchanged:" ",diff:"!"};Object.keys(g).forEach(function(i){var u=g[i],n=[];/^\w+$/.test(i)||n.push(/\w+/.exec(i)[0]),i==="diff"&&n.push("bold"),x.languages.diff[i]={pattern:RegExp("^(?:["+u+`].*(?:\r
- ?|
- |(?![\\s\\S])))+`,"m"),alias:n,inside:{line:{pattern:/(.)(?=[\s\S]).*(?:\r\n?|\n)?/,lookbehind:!0},prefix:{pattern:/[\s\S]/,alias:/\w+/.exec(i)[0]}}}}),Object.defineProperty(x.languages.diff,"PREFIXES",{value:g})})(Prism)},4784:()=>{(function(x){function g(s){return RegExp("(^(?:"+s+"):[ ]*(?![ ]))[^]+","i")}x.languages.http={"request-line":{pattern:/^(?:CONNECT|DELETE|GET|HEAD|OPTIONS|PATCH|POST|PRI|PUT|SEARCH|TRACE)\s(?:https?:\/\/|\/)\S*\sHTTP\/[\d.]+/m,inside:{method:{pattern:/^[A-Z]+\b/,alias:"property"},"request-target":{pattern:/^(\s)(?:https?:\/\/|\/)\S*(?=\s)/,lookbehind:!0,alias:"url",inside:x.languages.uri},"http-version":{pattern:/^(\s)HTTP\/[\d.]+/,lookbehind:!0,alias:"property"}}},"response-status":{pattern:/^HTTP\/[\d.]+ \d+ .+/m,inside:{"http-version":{pattern:/^HTTP\/[\d.]+/,alias:"property"},"status-code":{pattern:/^(\s)\d+(?=\s)/,lookbehind:!0,alias:"number"},"reason-phrase":{pattern:/^(\s).+/,lookbehind:!0,alias:"string"}}},header:{pattern:/^[\w-]+:.+(?:(?:\r\n?|\n)[ \t].+)*/m,inside:{"header-value":[{pattern:g(/Content-Security-Policy/.source),lookbehind:!0,alias:["csp","languages-csp"],inside:x.languages.csp},{pattern:g(/Public-Key-Pins(?:-Report-Only)?/.source),lookbehind:!0,alias:["hpkp","languages-hpkp"],inside:x.languages.hpkp},{pattern:g(/Strict-Transport-Security/.source),lookbehind:!0,alias:["hsts","languages-hsts"],inside:x.languages.hsts},{pattern:g(/[^:]+/.source),lookbehind:!0}],"header-name":{pattern:/^[^:]+/,alias:"keyword"},punctuation:/^:/}}};var i=x.languages,u={"application/javascript":i.javascript,"application/json":i.json||i.javascript,"application/xml":i.xml,"text/xml":i.xml,"text/html":i.html,"text/css":i.css,"text/plain":i.plain},n={"application/json":!0,"application/xml":!0};function r(s){var f=s.replace(/^[a-z]+\//,""),y="\\w+/(?:[\\w.-]+\\+)+"+f+"(?![+\\w.-])";return"(?:"+s+"|"+y+")"}var l;for(var h in u)if(u[h]){l=l||{};var c=n[h]?r(h):h;l[h.replace(/\//g,"-")]={pattern:RegExp("("+/content-type:\s*/.source+c+/(?:(?:\r\n?|\n)[\w-].*)*(?:\r(?:\n|(?!\n))|\n)/.source+")"+/[^ \t\w-][\s\S]*/.source,"i"),lookbehind:!0,inside:u[h]}}l&&x.languages.insertBefore("http","header",l)})(Prism)},2514:()=>{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},2342:()=>{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},9445:()=>{(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 x(r,l){r.addEventListener("click",function(){i(l)})}function g(r){var l=document.createElement("textarea");l.value=r.getText(),l.style.top="0",l.style.left="0",l.style.position="fixed",document.body.appendChild(l),l.focus(),l.select();try{var h=document.execCommand("copy");setTimeout(function(){h?r.success():r.error()},1)}catch(c){setTimeout(function(){r.error(c)},1)}document.body.removeChild(l)}function i(r){navigator.clipboard?navigator.clipboard.writeText(r.getText()).then(r.success,function(){g(r)}):g(r)}function u(r){window.getSelection().selectAllChildren(r)}function n(r){var l={copy:"Copy","copy-error":"Press Ctrl+C to copy","copy-success":"Copied!","copy-timeout":5e3},h="data-prismjs-";for(var c in l){for(var s=h+c,f=r;f&&!f.hasAttribute(s);)f=f.parentElement;f&&(l[c]=f.getAttribute(s))}return l}Prism.plugins.toolbar.registerButton("copy-to-clipboard",function(r){var l=r.element,h=n(l),c=document.createElement("button");c.className="copy-to-clipboard-button",c.setAttribute("type","button");var s=document.createElement("span");return c.appendChild(s),y("copy"),x(c,{getText:function(){return l.textContent},success:function(){y("copy-success"),f()},error:function(){y("copy-error"),setTimeout(function(){u(l)},1),f()}}),c;function f(){setTimeout(function(){y("copy")},h["copy-timeout"])}function y(a){s.textContent=h[a],c.setAttribute("data-copy-state",a)}})})()},8347:()=>{(function(){if(typeof Prism!="undefined"){var x=/^diff-([\w-]+)/i,g=/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/g,i=RegExp(/(?:__|[^\r\n<])*(?:\r\n?|\n|(?:__|[^\r\n<])(?![^\r\n]))/.source.replace(/__/g,function(){return g.source}),"gi"),u=!1;Prism.hooks.add("before-sanity-check",function(n){var r=n.language;x.test(r)&&!n.grammar&&(n.grammar=Prism.languages[r]=Prism.languages.diff)}),Prism.hooks.add("before-tokenize",function(n){!u&&!Prism.languages.diff&&!Prism.plugins.autoloader&&(u=!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=n.language;x.test(r)&&!Prism.languages[r]&&(Prism.languages[r]=Prism.languages.diff)}),Prism.hooks.add("wrap",function(n){var r,l;if(n.language!=="diff"){var h=x.exec(n.language);if(!h)return;r=h[1],l=Prism.languages[r]}var c=Prism.languages.diff&&Prism.languages.diff.PREFIXES;if(c&&n.type in c){var s=n.content.replace(g,""),f=s.replace(/</g,"<").replace(/&/g,"&"),y=f.replace(/(^|[\r\n])./g,"$1"),a;l?a=Prism.highlight(y,l,r):a=Prism.util.encode(y);var m=new Prism.Token("prefix",c[n.type],[/\w+/.exec(n.type)[0]]),d=Prism.Token.stringify(m,n.language),p=[],A;for(i.lastIndex=0;A=i.exec(a);)p.push(d+A[0]);/(?:^|[\r\n]).$/.test(f)&&p.push(d),n.content=p.join(""),l&&n.classes.push("language-"+r)}})}})()},301:()=>{(function(){if(typeof Prism=="undefined"||typeof document=="undefined")return;var x=[],g={},i=function(){};Prism.plugins.toolbar={};var u=Prism.plugins.toolbar.registerButton=function(l,h){var c;if(typeof h=="function"?c=h:c=function(s){var f;return typeof h.onClick=="function"?(f=document.createElement("button"),f.type="button",f.addEventListener("click",function(){h.onClick.call(this,s)})):typeof h.url=="string"?(f=document.createElement("a"),f.href=h.url):f=document.createElement("span"),h.className&&f.classList.add(h.className),f.textContent=h.text,f},l in g){console.warn('There is a button with the key "'+l+'" registered already.');return}x.push(g[l]=c)};function n(l){for(;l;){var h=l.getAttribute("data-toolbar-order");if(h!=null)return h=h.trim(),h.length?h.split(/\s*,\s*/g):[];l=l.parentElement}}var r=Prism.plugins.toolbar.hook=function(l){var h=l.element.parentNode;if(!(!h||!/pre/i.test(h.nodeName))&&!h.parentNode.classList.contains("code-toolbar")){var c=document.createElement("div");c.classList.add("code-toolbar"),h.parentNode.insertBefore(c,h),c.appendChild(h);var s=document.createElement("div");s.classList.add("toolbar");var f=x,y=n(l.element);y&&(f=y.map(function(a){return g[a]||i})),f.forEach(function(a){var m=a(l);if(m){var d=document.createElement("div");d.classList.add("toolbar-item"),d.appendChild(m),s.appendChild(d)}}),c.appendChild(s)}};u("label",function(l){var h=l.element.parentNode;if(!(!h||!/pre/i.test(h.nodeName))&&h.hasAttribute("data-label")){var c,s,f=h.getAttribute("data-label");try{s=document.querySelector("template#"+f)}catch(y){}return s?c=s.content:(h.hasAttribute("data-url")?(c=document.createElement("a"),c.href=h.getAttribute("data-url")):c=document.createElement("span"),c.textContent=f),c}}),Prism.hooks.add("complete",r)})()},8848:(x,g,i)=>{var u=typeof window!="undefined"?window:typeof WorkerGlobalScope!="undefined"&&self instanceof WorkerGlobalScope?self:{};/**
- * Prism: Lightweight, robust, elegant syntax highlighting
- *
- * @license MIT <https://opensource.org/licenses/MIT>
- * @author Lea Verou <https://lea.verou.me>
- * @namespace
- * @public
- */var n=function(r){var l=/(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,h=0,c={},s={manual:r.Prism&&r.Prism.manual,disableWorkerMessageHandler:r.Prism&&r.Prism.disableWorkerMessageHandler,util:{encode:function E(_){return _ instanceof f?new f(_.type,E(_.content),_.alias):Array.isArray(_)?_.map(E):_.replace(/&/g,"&").replace(/</g,"<").replace(/\u00a0/g," ")},type:function(E){return Object.prototype.toString.call(E).slice(8,-1)},objId:function(E){return E.__id||Object.defineProperty(E,"__id",{value:++h}),E.__id},clone:function E(_,P){P=P||{};var I,k;switch(s.util.type(_)){case"Object":if(k=s.util.objId(_),P[k])return P[k];I={},P[k]=I;for(var R in _)_.hasOwnProperty(R)&&(I[R]=E(_[R],P));return I;case"Array":return k=s.util.objId(_),P[k]?P[k]:(I=[],P[k]=I,_.forEach(function(T,w){I[w]=E(T,P)}),I);default:return _}},getLanguage:function(E){for(;E;){var _=l.exec(E.className);if(_)return _[1].toLowerCase();E=E.parentElement}return"none"},setLanguage:function(E,_){E.className=E.className.replace(RegExp(l,"gi"),""),E.classList.add("language-"+_)},currentScript:function(){if(typeof document=="undefined")return null;if("currentScript"in document&&1<2)return document.currentScript;try{throw new Error}catch(I){var E=(/at [^(\r\n]*\((.*):[^:]+:[^:]+\)$/i.exec(I.stack)||[])[1];if(E){var _=document.getElementsByTagName("script");for(var P in _)if(_[P].src==E)return _[P]}return null}},isActive:function(E,_,P){for(var I="no-"+_;E;){var k=E.classList;if(k.contains(_))return!0;if(k.contains(I))return!1;E=E.parentElement}return!!P}},languages:{plain:c,plaintext:c,text:c,txt:c,extend:function(E,_){var P=s.util.clone(s.languages[E]);for(var I in _)P[I]=_[I];return P},insertBefore:function(E,_,P,I){I=I||s.languages;var k=I[E],R={};for(var T in k)if(k.hasOwnProperty(T)){if(T==_)for(var w in P)P.hasOwnProperty(w)&&(R[w]=P[w]);P.hasOwnProperty(T)||(R[T]=k[T])}var D=I[E];return I[E]=R,s.languages.DFS(s.languages,function(F,H){H===D&&F!=E&&(this[F]=R)}),R},DFS:function E(_,P,I,k){k=k||{};var R=s.util.objId;for(var T in _)if(_.hasOwnProperty(T)){P.call(_,T,_[T],I||T);var w=_[T],D=s.util.type(w);D==="Object"&&!k[R(w)]?(k[R(w)]=!0,E(w,P,null,k)):D==="Array"&&!k[R(w)]&&(k[R(w)]=!0,E(w,P,T,k))}}},plugins:{},highlightAll:function(E,_){s.highlightAllUnder(document,E,_)},highlightAllUnder:function(E,_,P){var I={callback:P,container:E,selector:'code[class*="language-"], [class*="language-"] code, code[class*="lang-"], [class*="lang-"] code'};s.hooks.run("before-highlightall",I),I.elements=Array.prototype.slice.apply(I.container.querySelectorAll(I.selector)),s.hooks.run("before-all-elements-highlight",I);for(var k=0,R;R=I.elements[k++];)s.highlightElement(R,_===!0,I.callback)},highlightElement:function(E,_,P){var I=s.util.getLanguage(E),k=s.languages[I];s.util.setLanguage(E,I);var R=E.parentElement;R&&R.nodeName.toLowerCase()==="pre"&&s.util.setLanguage(R,I);var T=E.textContent,w={element:E,language:I,grammar:k,code:T};function D(H){w.highlightedCode=H,s.hooks.run("before-insert",w),w.element.innerHTML=w.highlightedCode,s.hooks.run("after-highlight",w),s.hooks.run("complete",w),P&&P.call(w.element)}if(s.hooks.run("before-sanity-check",w),R=w.element.parentElement,R&&R.nodeName.toLowerCase()==="pre"&&!R.hasAttribute("tabindex")&&R.setAttribute("tabindex","0"),!w.code){s.hooks.run("complete",w),P&&P.call(w.element);return}if(s.hooks.run("before-highlight",w),!w.grammar){D(s.util.encode(w.code));return}if(_&&r.Worker){var F=new Worker(s.filename);F.onmessage=function(H){D(H.data)},F.postMessage(JSON.stringify({language:w.language,code:w.code,immediateClose:!0}))}else D(s.highlight(w.code,w.grammar,w.language))},highlight:function(E,_,P){var I={code:E,grammar:_,language:P};if(s.hooks.run("before-tokenize",I),!I.grammar)throw new Error('The language "'+I.language+'" has no grammar.');return I.tokens=s.tokenize(I.code,I.grammar),s.hooks.run("after-tokenize",I),f.stringify(s.util.encode(I.tokens),I.language)},tokenize:function(E,_){var P=_.rest;if(P){for(var I in P)_[I]=P[I];delete _.rest}var k=new m;return d(k,k.head,E),a(E,k,_,k.head,0),A(k)},hooks:{all:{},add:function(E,_){var P=s.hooks.all;P[E]=P[E]||[],P[E].push(_)},run:function(E,_){var P=s.hooks.all[E];if(!(!P||!P.length))for(var I=0,k;k=P[I++];)k(_)}},Token:f};r.Prism=s;function f(E,_,P,I){this.type=E,this.content=_,this.alias=P,this.length=(I||"").length|0}f.stringify=function E(_,P){if(typeof _=="string")return _;if(Array.isArray(_)){var I="";return _.forEach(function(D){I+=E(D,P)}),I}var k={type:_.type,content:E(_.content,P),tag:"span",classes:["token",_.type],attributes:{},language:P},R=_.alias;R&&(Array.isArray(R)?Array.prototype.push.apply(k.classes,R):k.classes.push(R)),s.hooks.run("wrap",k);var T="";for(var w in k.attributes)T+=" "+w+'="'+(k.attributes[w]||"").replace(/"/g,""")+'"';return"<"+k.tag+' class="'+k.classes.join(" ")+'"'+T+">"+k.content+"</"+k.tag+">"};function y(E,_,P,I){E.lastIndex=_;var k=E.exec(P);if(k&&I&&k[1]){var R=k[1].length;k.index+=R,k[0]=k[0].slice(R)}return k}function a(E,_,P,I,k,R){for(var T in P)if(!(!P.hasOwnProperty(T)||!P[T])){var w=P[T];w=Array.isArray(w)?w:[w];for(var D=0;D<w.length;++D){if(R&&R.cause==T+","+D)return;var F=w[D],H=F.inside,K=!!F.lookbehind,$=!!F.greedy,W=F.alias;if($&&!F.pattern.global){var M=F.pattern.toString().match(/[imsuy]*$/)[0];F.pattern=RegExp(F.pattern.source,M+"g")}for(var z=F.pattern||F,U=I.next,Q=k;U!==_.tail&&!(R&&Q>=R.reach);Q+=U.value.length,U=U.next){var re=U.value;if(_.length>E.length)return;if(!(re instanceof f)){var ae=1,Z;if($){if(Z=y(z,Q,E,K),!Z||Z.index>=E.length)break;var ke=Z.index,me=Z.index+Z[0].length,Ae=Q;for(Ae+=U.value.length;ke>=Ae;)U=U.next,Ae+=U.value.length;if(Ae-=U.value.length,Q=Ae,U.value instanceof f)continue;for(var Ne=U;Ne!==_.tail&&(Ae<me||typeof Ne.value=="string");Ne=Ne.next)ae++,Ae+=Ne.value.length;ae--,re=E.slice(Q,Ae),Z.index-=Q}else if(Z=y(z,0,re,K),!Z)continue;var ke=Z.index,at=Z[0],At=re.slice(0,ke),Et=re.slice(ke+at.length),Tt=Q+re.length;R&&Tt>R.reach&&(R.reach=Tt);var de=U.prev;At&&(de=d(_,de,At),Q+=At.length),p(_,de,ae);var Ce=new f(T,H?s.tokenize(at,H):at,W,at);if(U=d(_,de,Ce),Et&&d(_,U,Et),ae>1){var Se={cause:T+","+D,reach:Tt};a(E,_,P,U.prev,Q,Se),R&&Se.reach>R.reach&&(R.reach=Se.reach)}}}}}}function m(){var E={value:null,prev:null,next:null},_={value:null,prev:E,next:null};E.next=_,this.head=E,this.tail=_,this.length=0}function d(E,_,P){var I=_.next,k={value:P,prev:_,next:I};return _.next=k,I.prev=k,E.length++,k}function p(E,_,P){for(var I=_.next,k=0;k<P&&I!==E.tail;k++)I=I.next;_.next=I,I.prev=_,E.length-=k}function A(E){for(var _=[],P=E.head.next;P!==E.tail;)_.push(P.value),P=P.next;return _}if(!r.document)return r.addEventListener&&(s.disableWorkerMessageHandler||r.addEventListener("message",function(E){var _=JSON.parse(E.data),P=_.language,I=_.code,k=_.immediateClose;r.postMessage(s.highlight(I,s.languages[P],P)),k&&r.close()},!1)),s;var v=s.util.currentScript();v&&(s.filename=v.src,v.hasAttribute("data-manual")&&(s.manual=!0));function S(){s.manual||s.highlightAll()}if(!s.manual){var N=document.readyState;N==="loading"||N==="interactive"&&v&&v.defer?document.addEventListener("DOMContentLoaded",S):window.requestAnimationFrame?window.requestAnimationFrame(S):window.setTimeout(S,16)}return s}(u);x.exports&&(x.exports=n),typeof i.g!="undefined"&&(i.g.Prism=n),n.languages.markup={comment:{pattern:/<!--(?:(?!<!--)[\s\S])*?-->/,greedy:!0},prolog:{pattern:/<\?[\s\S]+?\?>/,greedy:!0},doctype:{pattern:/<!DOCTYPE(?:[^>"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|<!--(?:[^-]|-(?!->))*-->)*\]\s*)?>/i,greedy:!0,inside:{"internal-subset":{pattern:/(^[^\[]*\[)[\s\S]+(?=\]>$)/,lookbehind:!0,greedy:!0,inside:null},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},punctuation:/^<!|>$|[[\]]/,"doctype-tag":/^DOCTYPE/i,name:/[^\s<>'"]+/}},cdata:{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,greedy:!0},tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"special-attr":[],"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,inside:{punctuation:[{pattern:/^=/,alias:"attr-equals"},{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]},n.languages.markup.tag.inside["attr-value"].inside.entity=n.languages.markup.entity,n.languages.markup.doctype.inside["internal-subset"].inside=n.languages.markup,n.hooks.add("wrap",function(r){r.type==="entity"&&(r.attributes.title=r.content.replace(/&/,"&"))}),Object.defineProperty(n.languages.markup.tag,"addInlined",{value:function(l,h){var c={};c["language-"+h]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:n.languages[h]},c.cdata=/^<!\[CDATA\[|\]\]>$/i;var s={"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:c}};s["language-"+h]={pattern:/[\s\S]+/,inside:n.languages[h]};var f={};f[l]={pattern:RegExp(/(<__[^>]*>)(?:<!\[CDATA\[(?:[^\]]|\](?!\]>))*\]\]>|(?!<!\[CDATA\[)[\s\S])*?(?=<\/__>)/.source.replace(/__/g,function(){return l}),"i"),lookbehind:!0,greedy:!0,inside:s},n.languages.insertBefore("markup","cdata",f)}}),Object.defineProperty(n.languages.markup.tag,"addAttribute",{value:function(r,l){n.languages.markup.tag.inside["special-attr"].push({pattern:RegExp(/(^|["'\s])/.source+"(?:"+r+")"+/\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source,"i"),lookbehind:!0,inside:{"attr-name":/^[^\s=]+/,"attr-value":{pattern:/=[\s\S]+/,inside:{value:{pattern:/(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/,lookbehind:!0,alias:[l,"language-"+l],inside:n.languages[l]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}}),n.languages.html=n.languages.markup,n.languages.mathml=n.languages.markup,n.languages.svg=n.languages.markup,n.languages.xml=n.languages.extend("markup",{}),n.languages.ssml=n.languages.xml,n.languages.atom=n.languages.xml,n.languages.rss=n.languages.xml,function(r){var l=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/;r.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:RegExp("@[\\w-](?:"+/[^;{\s"']|\s+(?!\s)/.source+"|"+l.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\\((?:"+l.source+"|"+/(?:[^\\\r\n()"']|\\[\s\S])*/.source+")\\)","i"),greedy:!0,inside:{function:/^url/i,punctuation:/^\(|\)$/,string:{pattern:RegExp("^"+l.source+"$"),alias:"url"}}},selector:{pattern:RegExp(`(^|[{}\\s])[^{}\\s](?:[^{};"'\\s]|\\s+(?![\\s{])|`+l.source+")*(?=\\s*\\{)"),lookbehind:!0},string:{pattern:l,greedy:!0},property:{pattern:/(^|[^-\w\xA0-\uFFFF])(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*(?=\s*:)/i,lookbehind:!0},important:/!important\b/i,function:{pattern:/(^|[^-a-z0-9])[-a-z0-9]+(?=\()/i,lookbehind:!0},punctuation:/[(){};:,]/},r.languages.css.atrule.inside.rest=r.languages.css;var h=r.languages.markup;h&&(h.tag.addInlined("style","css"),h.tag.addAttribute("style","css"))}(n),n.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|trait)\s+|\bcatch\s+\()[\w.\\]+/i,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:break|catch|continue|do|else|finally|for|function|if|in|instanceof|new|null|return|throw|try|while)\b/,boolean:/\b(?:false|true)\b/,function:/\b\w+(?=\()/,number:/\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i,operator:/[<>]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/,punctuation:/[{}[\];(),.:]/},n.languages.javascript=n.languages.extend("clike",{"class-name":[n.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:constructor|prototype))/,lookbehind:!0}],keyword:[{pattern:/((?:^|\})\s*)catch\b/,lookbehind:!0},{pattern:/(^|[^.]|\.\.\.\s*)\b(?:as|assert(?=\s*\{)|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally(?=\s*(?:\{|$))|for|from(?=\s*(?:['"]|$))|function|(?:get|set)(?=\s*(?:[#\[$\w\xA0-\uFFFF]|$))|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,lookbehind:!0}],function:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,number:{pattern:RegExp(/(^|[^\w$])/.source+"(?:"+(/NaN|Infinity/.source+"|"+/0[bB][01]+(?:_[01]+)*n?/.source+"|"+/0[oO][0-7]+(?:_[0-7]+)*n?/.source+"|"+/0[xX][\dA-Fa-f]+(?:_[\dA-Fa-f]+)*n?/.source+"|"+/\d+(?:_\d+)*n/.source+"|"+/(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[Ee][+-]?\d+(?:_\d+)*)?/.source)+")"+/(?![\w$])/.source),lookbehind:!0},operator:/--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/}),n.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/,n.languages.insertBefore("javascript","keyword",{regex:{pattern: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:n.languages.regex},"regex-delimiter":/^\/|\/$/,"regex-flags":/^[a-z]+$/}},"function-variable":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,alias:"function"},parameter:[{pattern:/(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/,lookbehind:!0,inside:n.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:n.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:n.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/,lookbehind:!0,inside:n.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/}),n.languages.insertBefore("javascript","string",{hashbang:{pattern:/^#!.*/,greedy:!0,alias:"comment"},"template-string":{pattern:/`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:n.languages.javascript}},string:/[\s\S]+/}},"string-property":{pattern:/((?:^|[,{])[ \t]*)(["'])(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2(?=\s*:)/m,lookbehind:!0,greedy:!0,alias:"property"}}),n.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}}),n.languages.markup&&(n.languages.markup.tag.addInlined("script","javascript"),n.languages.markup.tag.addAttribute(/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source,"javascript")),n.languages.js=n.languages.javascript,function(){if(typeof n=="undefined"||typeof document=="undefined")return;Element.prototype.matches||(Element.prototype.matches=Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector);var r="Loading\u2026",l=function(v,S){return"\u2716 Error "+v+" while fetching file: "+S},h="\u2716 Error: File does not exist or is empty",c={js:"javascript",py:"python",rb:"ruby",ps1:"powershell",psm1:"powershell",sh:"bash",bat:"batch",h:"c",tex:"latex"},s="data-src-status",f="loading",y="loaded",a="failed",m="pre[data-src]:not(["+s+'="'+y+'"]):not(['+s+'="'+f+'"])';function d(v,S,N){var E=new XMLHttpRequest;E.open("GET",v,!0),E.onreadystatechange=function(){E.readyState==4&&(E.status<400&&E.responseText?S(E.responseText):E.status>=400?N(l(E.status,E.statusText)):N(h))},E.send(null)}function p(v){var S=/^\s*(\d+)\s*(?:(,)\s*(?:(\d+)\s*)?)?$/.exec(v||"");if(S){var N=Number(S[1]),E=S[2],_=S[3];return E?_?[N,Number(_)]:[N,void 0]:[N,N]}}n.hooks.add("before-highlightall",function(v){v.selector+=", "+m}),n.hooks.add("before-sanity-check",function(v){var S=v.element;if(S.matches(m)){v.code="",S.setAttribute(s,f);var N=S.appendChild(document.createElement("CODE"));N.textContent=r;var E=S.getAttribute("data-src"),_=v.language;if(_==="none"){var P=(/\.(\w+)$/.exec(E)||[,"none"])[1];_=c[P]||P}n.util.setLanguage(N,_),n.util.setLanguage(S,_);var I=n.plugins.autoloader;I&&I.loadLanguages(_),d(E,function(k){S.setAttribute(s,y);var R=p(S.getAttribute("data-range"));if(R){var T=k.split(/\r\n?|\n/g),w=R[0],D=R[1]==null?T.length:R[1];w<0&&(w+=T.length),w=Math.max(0,Math.min(w-1,T.length)),D<0&&(D+=T.length),D=Math.max(0,Math.min(D,T.length)),k=T.slice(w,D).join(`
- `),S.hasAttribute("data-start")||S.setAttribute("data-start",String(w+1))}N.textContent=k,n.highlightElement(N)},function(k){S.setAttribute(s,a),N.textContent=k})}}),n.plugins.fileHighlight={highlight:function(S){for(var N=(S||document).querySelectorAll(m),E=0,_;_=N[E++];)n.highlightElement(_)}};var A=!1;n.fileHighlight=function(){A||(console.warn("Prism.fileHighlight is deprecated. Use `Prism.plugins.fileHighlight.highlight` instead."),A=!0),n.plugins.fileHighlight.highlight.apply(this,arguments)}}()},3904:(x,g,i)=>{const u=Symbol("SemVer ANY");class n{static get ANY(){return u}constructor(m,d){if(d=r(d),m instanceof n){if(m.loose===!!d.loose)return m;m=m.value}m=m.trim().split(/\s+/).join(" "),s("comparator",m,d),this.options=d,this.loose=!!d.loose,this.parse(m),this.semver===u?this.value="":this.value=this.operator+this.semver.version,s("comp",this)}parse(m){const d=this.options.loose?l[h.COMPARATORLOOSE]:l[h.COMPARATOR],p=m.match(d);if(!p)throw new TypeError(`Invalid comparator: ${m}`);this.operator=p[1]!==void 0?p[1]:"",this.operator==="="&&(this.operator=""),p[2]?this.semver=new f(p[2],this.options.loose):this.semver=u}toString(){return this.value}test(m){if(s("Comparator.test",m,this.options.loose),this.semver===u||m===u)return!0;if(typeof m=="string")try{m=new f(m,this.options)}catch(d){return!1}return c(m,this.operator,this.semver,this.options)}intersects(m,d){if(!(m instanceof n))throw new TypeError("a Comparator is required");return this.operator===""?this.value===""?!0:new y(m.value,d).test(this.value):m.operator===""?m.value===""?!0:new y(this.value,d).test(m.semver):(d=r(d),d.includePrerelease&&(this.value==="<0.0.0-0"||m.value==="<0.0.0-0")||!d.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("=")||c(this.semver,"<",m.semver,d)&&this.operator.startsWith(">")&&m.operator.startsWith("<")||c(this.semver,">",m.semver,d)&&this.operator.startsWith("<")&&m.operator.startsWith(">")))}}x.exports=n;const r=i(8587),{safeRe:l,t:h}=i(9718),c=i(2111),s=i(7272),f=i(3908),y=i(8311)},8311:(x,g,i)=>{const u=/\s+/g;class n{constructor(M,z){if(z=h(z),M instanceof n)return M.loose===!!z.loose&&M.includePrerelease===!!z.includePrerelease?M:new n(M.raw,z);if(M instanceof c)return this.raw=M.value,this.set=[[M]],this.formatted=void 0,this;if(this.options=z,this.loose=!!z.loose,this.includePrerelease=!!z.includePrerelease,this.raw=M.trim().replace(u," "),this.set=this.raw.split("||").map(U=>this.parseRange(U.trim())).filter(U=>U.length),!this.set.length)throw new TypeError(`Invalid SemVer Range: ${this.raw}`);if(this.set.length>1){const U=this.set[0];if(this.set=this.set.filter(Q=>!S(Q[0])),this.set.length===0)this.set=[U];else if(this.set.length>1){for(const Q of this.set)if(Q.length===1&&N(Q[0])){this.set=[Q];break}}}this.formatted=void 0}get range(){if(this.formatted===void 0){this.formatted="";for(let M=0;M<this.set.length;M++){M>0&&(this.formatted+="||");const z=this.set[M];for(let U=0;U<z.length;U++)U>0&&(this.formatted+=" "),this.formatted+=z[U].toString().trim()}}return this.formatted}format(){return this.range}toString(){return this.range}parseRange(M){const U=((this.options.includePrerelease&&A)|(this.options.loose&&v))+":"+M,Q=l.get(U);if(Q)return Q;const re=this.options.loose,ae=re?y[a.HYPHENRANGELOOSE]:y[a.HYPHENRANGE];M=M.replace(ae,K(this.options.includePrerelease)),s("hyphen replace",M),M=M.replace(y[a.COMPARATORTRIM],m),s("comparator trim",M),M=M.replace(y[a.TILDETRIM],d),s("tilde trim",M),M=M.replace(y[a.CARETTRIM],p),s("caret trim",M);let Z=M.split(" ").map(ke=>_(ke,this.options)).join(" ").split(/\s+/).map(ke=>H(ke,this.options));re&&(Z=Z.filter(ke=>(s("loose invalid filter",ke,this.options),!!ke.match(y[a.COMPARATORLOOSE])))),s("range list",Z);const me=new Map,Ae=Z.map(ke=>new c(ke,this.options));for(const ke of Ae){if(S(ke))return[ke];me.set(ke.value,ke)}me.size>1&&me.has("")&&me.delete("");const Ne=[...me.values()];return l.set(U,Ne),Ne}intersects(M,z){if(!(M instanceof n))throw new TypeError("a Range is required");return this.set.some(U=>E(U,z)&&M.set.some(Q=>E(Q,z)&&U.every(re=>Q.every(ae=>re.intersects(ae,z)))))}test(M){if(!M)return!1;if(typeof M=="string")try{M=new f(M,this.options)}catch(z){return!1}for(let z=0;z<this.set.length;z++)if($(this.set[z],M,this.options))return!0;return!1}}x.exports=n;const r=i(8794),l=new r,h=i(8587),c=i(3904),s=i(7272),f=i(3908),{safeRe:y,t:a,comparatorTrimReplace:m,tildeTrimReplace:d,caretTrimReplace:p}=i(9718),{FLAG_INCLUDE_PRERELEASE:A,FLAG_LOOSE:v}=i(6874),S=W=>W.value==="<0.0.0-0",N=W=>W.value==="",E=(W,M)=>{let z=!0;const U=W.slice();let Q=U.pop();for(;z&&U.length;)z=U.every(re=>Q.intersects(re,M)),Q=U.pop();return z},_=(W,M)=>(s("comp",W,M),W=R(W,M),s("caret",W),W=I(W,M),s("tildes",W),W=w(W,M),s("xrange",W),W=F(W,M),s("stars",W),W),P=W=>!W||W.toLowerCase()==="x"||W==="*",I=(W,M)=>W.trim().split(/\s+/).map(z=>k(z,M)).join(" "),k=(W,M)=>{const z=M.loose?y[a.TILDELOOSE]:y[a.TILDE];return W.replace(z,(U,Q,re,ae,Z)=>{s("tilde",W,U,Q,re,ae,Z);let me;return P(Q)?me="":P(re)?me=`>=${Q}.0.0 <${+Q+1}.0.0-0`:P(ae)?me=`>=${Q}.${re}.0 <${Q}.${+re+1}.0-0`:Z?(s("replaceTilde pr",Z),me=`>=${Q}.${re}.${ae}-${Z} <${Q}.${+re+1}.0-0`):me=`>=${Q}.${re}.${ae} <${Q}.${+re+1}.0-0`,s("tilde return",me),me})},R=(W,M)=>W.trim().split(/\s+/).map(z=>T(z,M)).join(" "),T=(W,M)=>{s("caret",W,M);const z=M.loose?y[a.CARETLOOSE]:y[a.CARET],U=M.includePrerelease?"-0":"";return W.replace(z,(Q,re,ae,Z,me)=>{s("caret",W,Q,re,ae,Z,me);let Ae;return P(re)?Ae="":P(ae)?Ae=`>=${re}.0.0${U} <${+re+1}.0.0-0`:P(Z)?re==="0"?Ae=`>=${re}.${ae}.0${U} <${re}.${+ae+1}.0-0`:Ae=`>=${re}.${ae}.0${U} <${+re+1}.0.0-0`:me?(s("replaceCaret pr",me),re==="0"?ae==="0"?Ae=`>=${re}.${ae}.${Z}-${me} <${re}.${ae}.${+Z+1}-0`:Ae=`>=${re}.${ae}.${Z}-${me} <${re}.${+ae+1}.0-0`:Ae=`>=${re}.${ae}.${Z}-${me} <${+re+1}.0.0-0`):(s("no pr"),re==="0"?ae==="0"?Ae=`>=${re}.${ae}.${Z}${U} <${re}.${ae}.${+Z+1}-0`:Ae=`>=${re}.${ae}.${Z}${U} <${re}.${+ae+1}.0-0`:Ae=`>=${re}.${ae}.${Z} <${+re+1}.0.0-0`),s("caret return",Ae),Ae})},w=(W,M)=>(s("replaceXRanges",W,M),W.split(/\s+/).map(z=>D(z,M)).join(" ")),D=(W,M)=>{W=W.trim();const z=M.loose?y[a.XRANGELOOSE]:y[a.XRANGE];return W.replace(z,(U,Q,re,ae,Z,me)=>{s("xRange",W,U,Q,re,ae,Z,me);const Ae=P(re),Ne=Ae||P(ae),ke=Ne||P(Z),at=ke;return Q==="="&&at&&(Q=""),me=M.includePrerelease?"-0":"",Ae?Q===">"||Q==="<"?U="<0.0.0-0":U="*":Q&&at?(Ne&&(ae=0),Z=0,Q===">"?(Q=">=",Ne?(re=+re+1,ae=0,Z=0):(ae=+ae+1,Z=0)):Q==="<="&&(Q="<",Ne?re=+re+1:ae=+ae+1),Q==="<"&&(me="-0"),U=`${Q+re}.${ae}.${Z}${me}`):Ne?U=`>=${re}.0.0${me} <${+re+1}.0.0-0`:ke&&(U=`>=${re}.${ae}.0${me} <${re}.${+ae+1}.0-0`),s("xRange return",U),U})},F=(W,M)=>(s("replaceStars",W,M),W.trim().replace(y[a.STAR],"")),H=(W,M)=>(s("replaceGTE0",W,M),W.trim().replace(y[M.includePrerelease?a.GTE0PRE:a.GTE0],"")),K=W=>(M,z,U,Q,re,ae,Z,me,Ae,Ne,ke,at)=>(P(U)?z="":P(Q)?z=`>=${U}.0.0${W?"-0":""}`:P(re)?z=`>=${U}.${Q}.0${W?"-0":""}`:ae?z=`>=${z}`:z=`>=${z}${W?"-0":""}`,P(Ae)?me="":P(Ne)?me=`<${+Ae+1}.0.0-0`:P(ke)?me=`<${Ae}.${+Ne+1}.0-0`:at?me=`<=${Ae}.${Ne}.${ke}-${at}`:W?me=`<${Ae}.${Ne}.${+ke+1}-0`:me=`<=${me}`,`${z} ${me}`.trim()),$=(W,M,z)=>{for(let U=0;U<W.length;U++)if(!W[U].test(M))return!1;if(M.prerelease.length&&!z.includePrerelease){for(let U=0;U<W.length;U++)if(s(W[U].semver),W[U].semver!==c.ANY&&W[U].semver.prerelease.length>0){const Q=W[U].semver;if(Q.major===M.major&&Q.minor===M.minor&&Q.patch===M.patch)return!0}return!1}return!0}},3908:(x,g,i)=>{const u=i(7272),{MAX_LENGTH:n,MAX_SAFE_INTEGER:r}=i(6874),{safeRe:l,t:h}=i(9718),c=i(8587),{compareIdentifiers:s}=i(1123);class f{constructor(a,m){if(m=c(m),a instanceof f){if(a.loose===!!m.loose&&a.includePrerelease===!!m.includePrerelease)return a;a=a.version}else if(typeof a!="string")throw new TypeError(`Invalid version. Must be a string. Got type "${typeof a}".`);if(a.length>n)throw new TypeError(`version is longer than ${n} characters`);u("SemVer",a,m),this.options=m,this.loose=!!m.loose,this.includePrerelease=!!m.includePrerelease;const d=a.trim().match(m.loose?l[h.LOOSE]:l[h.FULL]);if(!d)throw new TypeError(`Invalid Version: ${a}`);if(this.raw=a,this.major=+d[1],this.minor=+d[2],this.patch=+d[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");d[4]?this.prerelease=d[4].split(".").map(p=>{if(/^[0-9]+$/.test(p)){const A=+p;if(A>=0&&A<r)return A}return p}):this.prerelease=[],this.build=d[5]?d[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(a){if(u("SemVer.compare",this.version,this.options,a),!(a instanceof f)){if(typeof a=="string"&&a===this.version)return 0;a=new f(a,this.options)}return a.version===this.version?0:this.compareMain(a)||this.comparePre(a)}compareMain(a){return a instanceof f||(a=new f(a,this.options)),s(this.major,a.major)||s(this.minor,a.minor)||s(this.patch,a.patch)}comparePre(a){if(a instanceof f||(a=new f(a,this.options)),this.prerelease.length&&!a.prerelease.length)return-1;if(!this.prerelease.length&&a.prerelease.length)return 1;if(!this.prerelease.length&&!a.prerelease.length)return 0;let m=0;do{const d=this.prerelease[m],p=a.prerelease[m];if(u("prerelease compare",m,d,p),d===void 0&&p===void 0)return 0;if(p===void 0)return 1;if(d===void 0)return-1;if(d===p)continue;return s(d,p)}while(++m)}compareBuild(a){a instanceof f||(a=new f(a,this.options));let m=0;do{const d=this.build[m],p=a.build[m];if(u("build compare",m,d,p),d===void 0&&p===void 0)return 0;if(p===void 0)return 1;if(d===void 0)return-1;if(d===p)continue;return s(d,p)}while(++m)}inc(a,m,d){switch(a){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",m,d);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",m,d);break;case"prepatch":this.prerelease.length=0,this.inc("patch",m,d),this.inc("pre",m,d);break;case"prerelease":this.prerelease.length===0&&this.inc("patch",m,d),this.inc("pre",m,d);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 p=Number(d)?1:0;if(!m&&d===!1)throw new Error("invalid increment argument: identifier is empty");if(this.prerelease.length===0)this.prerelease=[p];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(".")&&d===!1)throw new Error("invalid increment argument: identifier already exists");this.prerelease.push(p)}}if(m){let A=[m,p];d===!1&&(A=[m]),s(this.prerelease[0],m)===0?isNaN(this.prerelease[1])&&(this.prerelease=A):this.prerelease=A}break}default:throw new Error(`invalid increment argument: ${a}`)}return this.raw=this.format(),this.build.length&&(this.raw+=`+${this.build.join(".")}`),this}}x.exports=f},5033:(x,g,i)=>{const u=i(144),n=(r,l)=>{const h=u(r.trim().replace(/^[=v]+/,""),l);return h?h.version:null};x.exports=n},2111:(x,g,i)=>{const u=i(4641),n=i(3999),r=i(5580),l=i(4089),h=i(7059),c=i(5200),s=(f,y,a,m)=>{switch(y){case"===":return typeof f=="object"&&(f=f.version),typeof a=="object"&&(a=a.version),f===a;case"!==":return typeof f=="object"&&(f=f.version),typeof a=="object"&&(a=a.version),f!==a;case"":case"=":case"==":return u(f,a,m);case"!=":return n(f,a,m);case">":return r(f,a,m);case">=":return l(f,a,m);case"<":return h(f,a,m);case"<=":return c(f,a,m);default:throw new TypeError(`Invalid operator: ${y}`)}};x.exports=s},6170:(x,g,i)=>{const u=i(3908),n=i(144),{safeRe:r,t:l}=i(9718),h=(c,s)=>{if(c instanceof u)return c;if(typeof c=="number"&&(c=String(c)),typeof c!="string")return null;s=s||{};let f=null;if(!s.rtl)f=c.match(s.includePrerelease?r[l.COERCEFULL]:r[l.COERCE]);else{const A=s.includePrerelease?r[l.COERCERTLFULL]:r[l.COERCERTL];let v;for(;(v=A.exec(c))&&(!f||f.index+f[0].length!==c.length);)(!f||v.index+v[0].length!==f.index+f[0].length)&&(f=v),A.lastIndex=v.index+v[1].length+v[2].length;A.lastIndex=-1}if(f===null)return null;const y=f[2],a=f[3]||"0",m=f[4]||"0",d=s.includePrerelease&&f[5]?`-${f[5]}`:"",p=s.includePrerelease&&f[6]?`+${f[6]}`:"";return n(`${y}.${a}.${m}${d}${p}`,s)};x.exports=h},909:(x,g,i)=>{const u=i(3908),n=(r,l,h)=>{const c=new u(r,h),s=new u(l,h);return c.compare(s)||c.compareBuild(s)};x.exports=n},1763:(x,g,i)=>{const u=i(560),n=(r,l)=>u(r,l,!0);x.exports=n},560:(x,g,i)=>{const u=i(3908),n=(r,l,h)=>new u(r,h).compare(new u(l,h));x.exports=n},1832:(x,g,i)=>{const u=i(144),n=(r,l)=>{const h=u(r,null,!0),c=u(l,null,!0),s=h.compare(c);if(s===0)return null;const f=s>0,y=f?h:c,a=f?c:h,m=!!y.prerelease.length;if(!!a.prerelease.length&&!m)return!a.patch&&!a.minor?"major":y.patch?"patch":y.minor?"minor":"major";const p=m?"pre":"";return h.major!==c.major?p+"major":h.minor!==c.minor?p+"minor":h.patch!==c.patch?p+"patch":"prerelease"};x.exports=n},4641:(x,g,i)=>{const u=i(560),n=(r,l,h)=>u(r,l,h)===0;x.exports=n},5580:(x,g,i)=>{const u=i(560),n=(r,l,h)=>u(r,l,h)>0;x.exports=n},4089:(x,g,i)=>{const u=i(560),n=(r,l,h)=>u(r,l,h)>=0;x.exports=n},3007:(x,g,i)=>{const u=i(3908),n=(r,l,h,c,s)=>{typeof h=="string"&&(s=c,c=h,h=void 0);try{return new u(r instanceof u?r.version:r,h).inc(l,c,s).version}catch(f){return null}};x.exports=n},7059:(x,g,i)=>{const u=i(560),n=(r,l,h)=>u(r,l,h)<0;x.exports=n},5200:(x,g,i)=>{const u=i(560),n=(r,l,h)=>u(r,l,h)<=0;x.exports=n},2938:(x,g,i)=>{const u=i(3908),n=(r,l)=>new u(r,l).major;x.exports=n},6254:(x,g,i)=>{const u=i(3908),n=(r,l)=>new u(r,l).minor;x.exports=n},3999:(x,g,i)=>{const u=i(560),n=(r,l,h)=>u(r,l,h)!==0;x.exports=n},144:(x,g,i)=>{const u=i(3908),n=(r,l,h=!1)=>{if(r instanceof u)return r;try{return new u(r,l)}catch(c){if(!h)return null;throw c}};x.exports=n},4493:(x,g,i)=>{const u=i(3908),n=(r,l)=>new u(r,l).patch;x.exports=n},1729:(x,g,i)=>{const u=i(144),n=(r,l)=>{const h=u(r,l);return h&&h.prerelease.length?h.prerelease:null};x.exports=n},9970:(x,g,i)=>{const u=i(560),n=(r,l,h)=>u(l,r,h);x.exports=n},4277:(x,g,i)=>{const u=i(909),n=(r,l)=>r.sort((h,c)=>u(c,h,l));x.exports=n},7638:(x,g,i)=>{const u=i(8311),n=(r,l,h)=>{try{l=new u(l,h)}catch(c){return!1}return l.test(r)};x.exports=n},3927:(x,g,i)=>{const u=i(909),n=(r,l)=>r.sort((h,c)=>u(h,c,l));x.exports=n},6953:(x,g,i)=>{const u=i(144),n=(r,l)=>{const h=u(r,l);return h?h.version:null};x.exports=n},9589:(x,g,i)=>{const u=i(9718),n=i(6874),r=i(3908),l=i(1123),h=i(144),c=i(6953),s=i(5033),f=i(3007),y=i(1832),a=i(2938),m=i(6254),d=i(4493),p=i(1729),A=i(560),v=i(9970),S=i(1763),N=i(909),E=i(3927),_=i(4277),P=i(5580),I=i(7059),k=i(4641),R=i(3999),T=i(4089),w=i(5200),D=i(2111),F=i(6170),H=i(3904),K=i(8311),$=i(7638),W=i(7631),M=i(9628),z=i(270),U=i(1261),Q=i(3874),re=i(7075),ae=i(5571),Z=i(5342),me=i(6780),Ae=i(2525),Ne=i(5032);x.exports={parse:h,valid:c,clean:s,inc:f,diff:y,major:a,minor:m,patch:d,prerelease:p,compare:A,rcompare:v,compareLoose:S,compareBuild:N,sort:E,rsort:_,gt:P,lt:I,eq:k,neq:R,gte:T,lte:w,cmp:D,coerce:F,Comparator:H,Range:K,satisfies:$,toComparators:W,maxSatisfying:M,minSatisfying:z,minVersion:U,validRange:Q,outside:re,gtr:ae,ltr:Z,intersects:me,simplifyRange:Ae,subset:Ne,SemVer:r,re:u.re,src:u.src,tokens:u.t,SEMVER_SPEC_VERSION:n.SEMVER_SPEC_VERSION,RELEASE_TYPES:n.RELEASE_TYPES,compareIdentifiers:l.compareIdentifiers,rcompareIdentifiers:l.rcompareIdentifiers}},6874:x=>{const g="2.0.0",u=Number.MAX_SAFE_INTEGER||9007199254740991,n=16,r=256-6,l=["major","premajor","minor","preminor","patch","prepatch","prerelease"];x.exports={MAX_LENGTH:256,MAX_SAFE_COMPONENT_LENGTH:n,MAX_SAFE_BUILD_LENGTH:r,MAX_SAFE_INTEGER:u,RELEASE_TYPES:l,SEMVER_SPEC_VERSION:g,FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2}},7272:x=>{const g=typeof process=="object"&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?(...i)=>console.error("SEMVER",...i):()=>{};x.exports=g},1123:x=>{const g=/^[0-9]+$/,i=(n,r)=>{const l=g.test(n),h=g.test(r);return l&&h&&(n=+n,r=+r),n===r?0:l&&!h?-1:h&&!l?1:n<r?-1:1},u=(n,r)=>i(r,n);x.exports={compareIdentifiers:i,rcompareIdentifiers:u}},8794:x=>{class g{constructor(){this.max=1e3,this.map=new Map}get(u){const n=this.map.get(u);if(n!==void 0)return this.map.delete(u),this.map.set(u,n),n}delete(u){return this.map.delete(u)}set(u,n){if(!this.delete(u)&&n!==void 0){if(this.map.size>=this.max){const l=this.map.keys().next().value;this.delete(l)}this.map.set(u,n)}return this}}x.exports=g},8587:x=>{const g=Object.freeze({loose:!0}),i=Object.freeze({}),u=n=>n?typeof n!="object"?g:n:i;x.exports=u},9718:(x,g,i)=>{const{MAX_SAFE_COMPONENT_LENGTH:u,MAX_SAFE_BUILD_LENGTH:n,MAX_LENGTH:r}=i(6874),l=i(7272);g=x.exports={};const h=g.re=[],c=g.safeRe=[],s=g.src=[],f=g.t={};let y=0;const a="[a-zA-Z0-9-]",m=[["\\s",1],["\\d",r],[a,n]],d=A=>{for(const[v,S]of m)A=A.split(`${v}*`).join(`${v}{0,${S}}`).split(`${v}+`).join(`${v}{1,${S}}`);return A},p=(A,v,S)=>{const N=d(v),E=y++;l(A,E,v),f[A]=E,s[E]=v,h[E]=new RegExp(v,S?"g":void 0),c[E]=new RegExp(N,S?"g":void 0)};p("NUMERICIDENTIFIER","0|[1-9]\\d*"),p("NUMERICIDENTIFIERLOOSE","\\d+"),p("NONNUMERICIDENTIFIER",`\\d*[a-zA-Z-]${a}*`),p("MAINVERSION",`(${s[f.NUMERICIDENTIFIER]})\\.(${s[f.NUMERICIDENTIFIER]})\\.(${s[f.NUMERICIDENTIFIER]})`),p("MAINVERSIONLOOSE",`(${s[f.NUMERICIDENTIFIERLOOSE]})\\.(${s[f.NUMERICIDENTIFIERLOOSE]})\\.(${s[f.NUMERICIDENTIFIERLOOSE]})`),p("PRERELEASEIDENTIFIER",`(?:${s[f.NUMERICIDENTIFIER]}|${s[f.NONNUMERICIDENTIFIER]})`),p("PRERELEASEIDENTIFIERLOOSE",`(?:${s[f.NUMERICIDENTIFIERLOOSE]}|${s[f.NONNUMERICIDENTIFIER]})`),p("PRERELEASE",`(?:-(${s[f.PRERELEASEIDENTIFIER]}(?:\\.${s[f.PRERELEASEIDENTIFIER]})*))`),p("PRERELEASELOOSE",`(?:-?(${s[f.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${s[f.PRERELEASEIDENTIFIERLOOSE]})*))`),p("BUILDIDENTIFIER",`${a}+`),p("BUILD",`(?:\\+(${s[f.BUILDIDENTIFIER]}(?:\\.${s[f.BUILDIDENTIFIER]})*))`),p("FULLPLAIN",`v?${s[f.MAINVERSION]}${s[f.PRERELEASE]}?${s[f.BUILD]}?`),p("FULL",`^${s[f.FULLPLAIN]}$`),p("LOOSEPLAIN",`[v=\\s]*${s[f.MAINVERSIONLOOSE]}${s[f.PRERELEASELOOSE]}?${s[f.BUILD]}?`),p("LOOSE",`^${s[f.LOOSEPLAIN]}$`),p("GTLT","((?:<|>)?=?)"),p("XRANGEIDENTIFIERLOOSE",`${s[f.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),p("XRANGEIDENTIFIER",`${s[f.NUMERICIDENTIFIER]}|x|X|\\*`),p("XRANGEPLAIN",`[v=\\s]*(${s[f.XRANGEIDENTIFIER]})(?:\\.(${s[f.XRANGEIDENTIFIER]})(?:\\.(${s[f.XRANGEIDENTIFIER]})(?:${s[f.PRERELEASE]})?${s[f.BUILD]}?)?)?`),p("XRANGEPLAINLOOSE",`[v=\\s]*(${s[f.XRANGEIDENTIFIERLOOSE]})(?:\\.(${s[f.XRANGEIDENTIFIERLOOSE]})(?:\\.(${s[f.XRANGEIDENTIFIERLOOSE]})(?:${s[f.PRERELEASELOOSE]})?${s[f.BUILD]}?)?)?`),p("XRANGE",`^${s[f.GTLT]}\\s*${s[f.XRANGEPLAIN]}$`),p("XRANGELOOSE",`^${s[f.GTLT]}\\s*${s[f.XRANGEPLAINLOOSE]}$`),p("COERCEPLAIN",`(^|[^\\d])(\\d{1,${u}})(?:\\.(\\d{1,${u}}))?(?:\\.(\\d{1,${u}}))?`),p("COERCE",`${s[f.COERCEPLAIN]}(?:$|[^\\d])`),p("COERCEFULL",s[f.COERCEPLAIN]+`(?:${s[f.PRERELEASE]})?(?:${s[f.BUILD]})?(?:$|[^\\d])`),p("COERCERTL",s[f.COERCE],!0),p("COERCERTLFULL",s[f.COERCEFULL],!0),p("LONETILDE","(?:~>?)"),p("TILDETRIM",`(\\s*)${s[f.LONETILDE]}\\s+`,!0),g.tildeTrimReplace="$1~",p("TILDE",`^${s[f.LONETILDE]}${s[f.XRANGEPLAIN]}$`),p("TILDELOOSE",`^${s[f.LONETILDE]}${s[f.XRANGEPLAINLOOSE]}$`),p("LONECARET","(?:\\^)"),p("CARETTRIM",`(\\s*)${s[f.LONECARET]}\\s+`,!0),g.caretTrimReplace="$1^",p("CARET",`^${s[f.LONECARET]}${s[f.XRANGEPLAIN]}$`),p("CARETLOOSE",`^${s[f.LONECARET]}${s[f.XRANGEPLAINLOOSE]}$`),p("COMPARATORLOOSE",`^${s[f.GTLT]}\\s*(${s[f.LOOSEPLAIN]})$|^$`),p("COMPARATOR",`^${s[f.GTLT]}\\s*(${s[f.FULLPLAIN]})$|^$`),p("COMPARATORTRIM",`(\\s*)${s[f.GTLT]}\\s*(${s[f.LOOSEPLAIN]}|${s[f.XRANGEPLAIN]})`,!0),g.comparatorTrimReplace="$1$2$3",p("HYPHENRANGE",`^\\s*(${s[f.XRANGEPLAIN]})\\s+-\\s+(${s[f.XRANGEPLAIN]})\\s*$`),p("HYPHENRANGELOOSE",`^\\s*(${s[f.XRANGEPLAINLOOSE]})\\s+-\\s+(${s[f.XRANGEPLAINLOOSE]})\\s*$`),p("STAR","(<|>)?=?\\s*\\*"),p("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$"),p("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")},5571:(x,g,i)=>{const u=i(7075),n=(r,l,h)=>u(r,l,">",h);x.exports=n},6780:(x,g,i)=>{const u=i(8311),n=(r,l,h)=>(r=new u(r,h),l=new u(l,h),r.intersects(l,h));x.exports=n},5342:(x,g,i)=>{const u=i(7075),n=(r,l,h)=>u(r,l,"<",h);x.exports=n},9628:(x,g,i)=>{const u=i(3908),n=i(8311),r=(l,h,c)=>{let s=null,f=null,y=null;try{y=new n(h,c)}catch(a){return null}return l.forEach(a=>{y.test(a)&&(!s||f.compare(a)===-1)&&(s=a,f=new u(s,c))}),s};x.exports=r},270:(x,g,i)=>{const u=i(3908),n=i(8311),r=(l,h,c)=>{let s=null,f=null,y=null;try{y=new n(h,c)}catch(a){return null}return l.forEach(a=>{y.test(a)&&(!s||f.compare(a)===1)&&(s=a,f=new u(s,c))}),s};x.exports=r},1261:(x,g,i)=>{const u=i(3908),n=i(8311),r=i(5580),l=(h,c)=>{h=new n(h,c);let s=new u("0.0.0");if(h.test(s)||(s=new u("0.0.0-0"),h.test(s)))return s;s=null;for(let f=0;f<h.set.length;++f){const y=h.set[f];let a=null;y.forEach(m=>{const d=new u(m.semver.version);switch(m.operator){case">":d.prerelease.length===0?d.patch++:d.prerelease.push(0),d.raw=d.format();case"":case">=":(!a||r(d,a))&&(a=d);break;case"<":case"<=":break;default:throw new Error(`Unexpected operation: ${m.operator}`)}}),a&&(!s||r(s,a))&&(s=a)}return s&&h.test(s)?s:null};x.exports=l},7075:(x,g,i)=>{const u=i(3908),n=i(3904),{ANY:r}=n,l=i(8311),h=i(7638),c=i(5580),s=i(7059),f=i(5200),y=i(4089),a=(m,d,p,A)=>{m=new u(m,A),d=new l(d,A);let v,S,N,E,_;switch(p){case">":v=c,S=f,N=s,E=">",_=">=";break;case"<":v=s,S=y,N=c,E="<",_="<=";break;default:throw new TypeError('Must provide a hilo val of "<" or ">"')}if(h(m,d,A))return!1;for(let P=0;P<d.set.length;++P){const I=d.set[P];let k=null,R=null;if(I.forEach(T=>{T.semver===r&&(T=new n(">=0.0.0")),k=k||T,R=R||T,v(T.semver,k.semver,A)?k=T:N(T.semver,R.semver,A)&&(R=T)}),k.operator===E||k.operator===_||(!R.operator||R.operator===E)&&S(m,R.semver))return!1;if(R.operator===_&&N(m,R.semver))return!1}return!0};x.exports=a},2525:(x,g,i)=>{const u=i(7638),n=i(560);x.exports=(r,l,h)=>{const c=[];let s=null,f=null;const y=r.sort((p,A)=>n(p,A,h));for(const p of y)u(p,l,h)?(f=p,s||(s=p)):(f&&c.push([s,f]),f=null,s=null);s&&c.push([s,null]);const a=[];for(const[p,A]of c)p===A?a.push(p):!A&&p===y[0]?a.push("*"):A?p===y[0]?a.push(`<=${A}`):a.push(`${p} - ${A}`):a.push(`>=${p}`);const m=a.join(" || "),d=typeof l.raw=="string"?l.raw:String(l);return m.length<d.length?m:l}},5032:(x,g,i)=>{const u=i(8311),n=i(3904),{ANY:r}=n,l=i(7638),h=i(560),c=(d,p,A={})=>{if(d===p)return!0;d=new u(d,A),p=new u(p,A);let v=!1;e:for(const S of d.set){for(const N of p.set){const E=y(S,N,A);if(v=v||E!==null,E)continue e}if(v)return!1}return!0},s=[new n(">=0.0.0-0")],f=[new n(">=0.0.0")],y=(d,p,A)=>{if(d===p)return!0;if(d.length===1&&d[0].semver===r){if(p.length===1&&p[0].semver===r)return!0;A.includePrerelease?d=s:d=f}if(p.length===1&&p[0].semver===r){if(A.includePrerelease)return!0;p=f}const v=new Set;let S,N;for(const w of d)w.operator===">"||w.operator===">="?S=a(S,w,A):w.operator==="<"||w.operator==="<="?N=m(N,w,A):v.add(w.semver);if(v.size>1)return null;let E;if(S&&N){if(E=h(S.semver,N.semver,A),E>0)return null;if(E===0&&(S.operator!==">="||N.operator!=="<="))return null}for(const w of v){if(S&&!l(w,String(S),A)||N&&!l(w,String(N),A))return null;for(const D of p)if(!l(w,String(D),A))return!1;return!0}let _,P,I,k,R=N&&!A.includePrerelease&&N.semver.prerelease.length?N.semver:!1,T=S&&!A.includePrerelease&&S.semver.prerelease.length?S.semver:!1;R&&R.prerelease.length===1&&N.operator==="<"&&R.prerelease[0]===0&&(R=!1);for(const w of p){if(k=k||w.operator===">"||w.operator===">=",I=I||w.operator==="<"||w.operator==="<=",S){if(T&&w.semver.prerelease&&w.semver.prerelease.length&&w.semver.major===T.major&&w.semver.minor===T.minor&&w.semver.patch===T.patch&&(T=!1),w.operator===">"||w.operator===">="){if(_=a(S,w,A),_===w&&_!==S)return!1}else if(S.operator===">="&&!l(S.semver,String(w),A))return!1}if(N){if(R&&w.semver.prerelease&&w.semver.prerelease.length&&w.semver.major===R.major&&w.semver.minor===R.minor&&w.semver.patch===R.patch&&(R=!1),w.operator==="<"||w.operator==="<="){if(P=m(N,w,A),P===w&&P!==N)return!1}else if(N.operator==="<="&&!l(N.semver,String(w),A))return!1}if(!w.operator&&(N||S)&&E!==0)return!1}return!(S&&I&&!N&&E!==0||N&&k&&!S&&E!==0||T||R)},a=(d,p,A)=>{if(!d)return p;const v=h(d.semver,p.semver,A);return v>0?d:v<0||p.operator===">"&&d.operator===">="?p:d},m=(d,p,A)=>{if(!d)return p;const v=h(d.semver,p.semver,A);return v<0?d:v>0||p.operator==="<"&&d.operator==="<="?p:d};x.exports=c},7631:(x,g,i)=>{const u=i(8311),n=(r,l)=>new u(r,l).set.map(h=>h.map(c=>c.value).join(" ").trim().split(" "));x.exports=n},3874:(x,g,i)=>{const u=i(8311),n=(r,l)=>{try{return new u(r,l).range||"*"}catch(h){return null}};x.exports=n}},ba={};function nt(x){var g=ba[x];if(g!==void 0)return g.exports;var i=ba[x]={id:x,loaded:!1,exports:{}};return Zo[x].call(i.exports,i,i.exports,nt),i.loaded=!0,i.exports}nt.n=x=>{var g=x&&x.__esModule?()=>x.default:()=>x;return nt.d(g,{a:g}),g},nt.d=(x,g)=>{for(var i in g)nt.o(g,i)&&!nt.o(x,i)&&Object.defineProperty(x,i,{enumerable:!0,get:g[i]})},nt.g=function(){if(typeof globalThis=="object")return globalThis;try{return this||new Function("return this")()}catch(x){if(typeof window=="object")return window}}(),nt.o=(x,g)=>Object.prototype.hasOwnProperty.call(x,g),nt.nmd=x=>(x.paths=[],x.children||(x.children=[]),x);var sg={};(()=>{var tt;"use strict";var x=nt(2726),g=nt.n(x),i=nt(2543),u=nt(9589),n=nt.n(u),r=nt(2334),l=nt.n(r),h=nt(4912),c=nt(9898),s=nt(4856),f=nt(2208),y=nt(9954),a=nt(8848),m=nt.n(a),d=nt(7022),p=nt(7839),A=nt(2514),v=nt(4784),S=nt(2342),N=nt(301),E=nt(9445),_=nt(8347);class P{hydrate(ce,Re){const we=new URL(ce,typeof window=="undefined"?"https://dummy.base":window.location.origin),J={};we.pathname.split("/").forEach((ye,he)=>{if(ye.charAt(0)===":"){const ve=ye.slice(1);typeof Re[ve]!="undefined"&&(we.pathname=we.pathname.replace(ye,encodeURIComponent(Re[ve])),J[ve]=Re[ve])}});for(const ye in Re)(typeof J[ye]=="undefined"||we.searchParams.has(ye))&&we.searchParams.set(ye,Re[ye]);return we.toString()}}function I(){g()(".sample-request-send").off("click"),g()(".sample-request-send").on("click",function(Oe){Oe.preventDefault();const ce=g()(this).parents("article"),Re=ce.data("group"),we=ce.data("name"),J=ce.data("version");w(Re,we,J,g()(this).data("type"))}),g()(".sample-request-clear").off("click"),g()(".sample-request-clear").on("click",function(Oe){Oe.preventDefault();const ce=g()(this).parents("article"),Re=ce.data("group"),we=ce.data("name"),J=ce.data("version");D(Re,we,J)})}function k(Oe){return Oe.replace(/{(.+?)}/g,":$1")}function R(Oe,ce){const Re=Oe.find(".sample-request-url").val(),we=new P,J=k(Re);return we.hydrate(J,ce)}function T(Oe){const ce={};["header","query","body"].forEach(we=>{const J={};try{Oe.find(g()(`[data-family="${we}"]:visible`)).each((ye,he)=>{const ve=he.dataset.name;let Fe=he.value;if(he.type==="checkbox")if(he.checked)Fe="on";else return!0;if(!Fe&&!he.dataset.optional&&he.type!=="checkbox")return g()(he).addClass("border-danger"),!0;J[ve]=Fe})}catch(ye){return}ce[we]=J});const Re=Oe.find(g()('[data-family="body-json"]'));return Re.is(":visible")?(ce.body=Re.val(),ce.header["Content-Type"]="application/json"):ce.header["Content-Type"]="multipart/form-data",ce}function w(Oe,ce,Re,we){const J=g()(`article[data-group="${Oe}"][data-name="${ce}"][data-version="${Re}"]`),ye=T(J),he={};if(ye.query=Object.fromEntries(Object.entries(ye.query).filter(([Ge,Ue])=>Ue!=="")),he.url=R(J,ye.query),he.headers=ye.header,he.headers["Content-Type"]==="application/json")he.data=ye.body;else if(he.headers["Content-Type"]==="multipart/form-data"){const Ge=new FormData;for(const[Ue,Ye]of Object.entries(ye.body))Ge.append(Ue,Ye);he.data=Ge,he.processData=!1,delete he.headers["Content-Type"],he.contentType=!1}he.type=we,he.success=ve,he.error=Fe,g().ajax(he),J.find(".sample-request-response").fadeTo(200,1),J.find(".sample-request-response-json").html("Loading...");function ve(Ge,Ue,Ye){let Qe;try{Qe=JSON.parse(Ye.responseText),Qe=JSON.stringify(Qe,null,4)}catch(lt){Qe=Ye.responseText}successResponse(Qe),J.find(".sample-request-response-json").text(Qe),m().highlightAll()}function Fe(Ge,Ue,Ye){let Qe="Error "+Ge.status+": "+Ye,lt;try{lt=JSON.parse(Ge.responseText),lt=JSON.stringify(lt,null,4)}catch(gt){lt=Ge.responseText}lt&&(Qe+=`
- `+lt),J.find(".sample-request-response").is(":visible")&&J.find(".sample-request-response").fadeTo(1,.1),J.find(".sample-request-response").fadeTo(250,1),J.find(".sample-request-response-json").text(Qe),m().highlightAll()}}function D(Oe,ce,Re){const we=g()('article[data-group="'+Oe+'"][data-name="'+ce+'"][data-version="'+Re+'"]');we.find(".sample-request-response-json").html(""),we.find(".sample-request-response").hide(),we.find(".sample-request-input").each((ye,he)=>{he.value=he.placeholder!==he.dataset.name?he.placeholder:""});const J=we.find(".sample-request-url");J.val(J.prop("defaultValue"))}const F={"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!"},H={"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!"},K={"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!"},$={"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!"},M={"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!"},z={"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!"},U={"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!"},re={"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!"},ae={"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!"},Z={"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!"},me={"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!"},Ne={ca:F,cn:Ae,cs:H,de:K,es:$,en:{},fr:W,it:M,nl:z,pl:U,pt:Q,pt_br:Q,ro:re,ru:ae,tr:Z,vi:me,zh:Ae,zh_cn:Ae},ke=((tt=window.navigator.language)!=null?tt:"en-GB").toLowerCase().substr(0,2);let at=Ne[ke]?Ne[ke]:Ne.en;function At(Oe){const ce=at[Oe];return ce===void 0?Oe:ce}function Et(Oe){if(!Object.prototype.hasOwnProperty.call(Ne,Oe))throw new Error(`Invalid value for language setting! Available values are ${Object.keys(Ne).join(",")}`);at=Ne[Oe]}const Tt=Oe=>{let ce={};const Re=(ye,he)=>he.split(".").reduce((ve,Fe)=>{if(ve){if(ve[Fe])return ve[Fe];if(Array.isArray(ve)&&ve[0]&&ve[0][Fe])return ve[0][Fe]}return null},ye),we=(ye,he,ve)=>{ye?Array.isArray(ye)?ye.length?ye[0][he]=ve:ye.push({[he]:ve}):ye[he]=ve:ce[he]=ve};Oe.forEach(ye=>{const{parentNode:he,field:ve,type:Fe}=ye[0],Ge=he?Re(ce,he.path):void 0,Ue=Ge?ve.substring(he.path.length+1):ve,Ye=Fe.indexOf("[]")!==-1;Fe.indexOf("Object")!==-1?we(Ge,Ue,Ye?[]:{}):we(Ge,Ue,Ye?[]:ye[1])});const J=Object.keys(ce);return J.length===1&&Oe[0][0].optional&&(ce=ce[J[0]]),de(ce)};function de(Oe){return JSON.stringify(Oe,null,4)}function Ce(Oe){const ce=[];return Oe.forEach(Re=>{let we;switch(Re.type.toLowerCase()){case"string":we=Re.defaultValue||"";break;case"boolean":we=Boolean(Re.defaultValue)||!1;break;case"number":we=parseInt(Re.defaultValue||0,10);break;case"date":we=Re.defaultValue||new Date().toLocaleDateString(window.navigator.language);break}ce.push([Re,we])}),Tt(ce)}var Se=nt(2189);class Me extends Se{constructor(ce){super(),this.testMode=ce}diffMain(ce,Re,we,J){return super.diff_main(this._stripHtml(ce),this._stripHtml(Re),we,J)}diffLineMode(ce,Re){const we=this.diff_linesToChars_(ce,Re),J=we.chars1,ye=we.chars2,he=we.lineArray,ve=super.diff_main(J,ye,!1);return this.diff_charsToLines_(ve,he),ve}diffPrettyHtml(ce){const Re=[],we=/&/g,J=/</g,ye=/>/g,he=/\n/g;for(let ve=0;ve<ce.length;ve++){const Fe=ce[ve][0],Ue=ce[ve][1].replace(we,"&").replace(J,"<").replace(ye,">").replace(he,"¶<br>");switch(Fe){case Se.DIFF_INSERT:Re[ve]="<ins>"+Ue+"</ins>";break;case Se.DIFF_DELETE:Re[ve]="<del>"+Ue+"</del>";break;case Se.DIFF_EQUAL:Re[ve]="<span>"+Ue+"</span>";break}}return Re.join("")}diffPrettyCode(ce){const Re=[],we=/\n/g;for(let J=0;J<ce.length;J++){const ye=ce[J][0],he=ce[J][1],ve=he.match(we)?"":`
- `;switch(ye){case Se.DIFF_INSERT:Re[J]=he.replace(/^(.)/gm,"+ $1")+ve;break;case Se.DIFF_DELETE:Re[J]=he.replace(/^(.)/gm,"- $1")+ve;break;case Se.DIFF_EQUAL:Re[J]=he.replace(/^(.)/gm," $1");break}}return Re.join("")}diffCleanupSemantic(ce){return this.diff_cleanupSemantic(ce)}_stripHtml(ce){if(this.testMode)return ce;const Re=document.createElement("div");return Re.innerHTML=ce,Re.textContent||Re.innerText||""}}function ht(){l().registerHelper("markdown",function(J){return J&&(J=J.replace(/((\[(.*?)\])?\(#)((.+?):(.+?))(\))/mg,function(ye,he,ve,Fe,Ge,Ue,Ye){const Qe=Fe||Ue+"/"+Ye;return'<a href="#api-'+Ue+"-"+Ye+'">'+Qe+"</a>"}),J)}),l().registerHelper("setInputType",function(J){switch(J){case"File":case"Email":case"Color":case"Number":case"Date":return J[0].toLowerCase()+J.substring(1);case"Boolean":return"checkbox";default:return"text"}});let Oe;l().registerHelper("startTimer",function(J){return Oe=new Date,""}),l().registerHelper("stopTimer",function(J){return console.log(new Date-Oe),""}),l().registerHelper("__",function(J){return At(J)}),l().registerHelper("cl",function(J){return console.log(J),""}),l().registerHelper("underscoreToSpace",function(J){return J.replace(/(_+)/g," ")}),l().registerHelper("removeDblQuotes",function(J){return J.replace(/"/g,"")}),l().registerHelper("assign",function(J){if(arguments.length>0){const ye=typeof arguments[1];let he=null;(ye==="string"||ye==="number"||ye==="boolean")&&(he=arguments[1]),l().registerHelper(J,function(){return he})}return""}),l().registerHelper("nl2br",function(J){return Re(J)}),l().registerHelper("ifNotObject",function(J,ye){return J&&J.indexOf("Object")!==0?ye.fn(this):ye.inverse(this)}),l().registerHelper("ifCond",function(J,ye,he,ve){switch(ye){case"==":return J==he?ve.fn(this):ve.inverse(this);case"===":return J===he?ve.fn(this):ve.inverse(this);case"!=":return J!=he?ve.fn(this):ve.inverse(this);case"!==":return J!==he?ve.fn(this):ve.inverse(this);case"<":return J<he?ve.fn(this):ve.inverse(this);case"<=":return J<=he?ve.fn(this):ve.inverse(this);case">":return J>he?ve.fn(this):ve.inverse(this);case">=":return J>=he?ve.fn(this):ve.inverse(this);case"&&":return J&&he?ve.fn(this):ve.inverse(this);case"||":return J||he?ve.fn(this):ve.inverse(this);default:return ve.inverse(this)}});const ce={};l().registerHelper("subTemplate",function(J,ye){ce[J]||(ce[J]=l().compile(document.getElementById("template-"+J).innerHTML));const he=ce[J],ve=g().extend({},this,ye.hash);return new(l()).SafeString(he(ve))}),l().registerHelper("toLowerCase",function(J){return J&&typeof J=="string"?J.toLowerCase():""}),l().registerHelper("dot2bracket",function(J){const{parentNode:ye,field:he,isArray:ve}=J;let Fe="";if(ye){let Ge=J;do{const Ue=Ge.parentNode;Ue.isArray&&(Fe=`[]${Fe}`),Ue.parentNode?Fe=`[${Ue.field.substring(Ue.parentNode.path.length+1)}]${Fe}`:Fe=Ue.field+Fe,Ge=Ge.parentNode}while(Ge.parentNode);Fe+=`[${he.substring(ye.path.length+1)}]`}else Fe=he,ve&&(Fe+="[]");return Fe}),l().registerHelper("nestObject",function(J){const{parentNode:ye,field:he}=J;return ye?" ".repeat(ye.path.split(".").length)+he.substring(ye.path.length+1):he});function Re(J){return(""+J).replace(/(?:^|<\/pre>)[^]*?(?:<pre>|$)/g,ye=>ye.replace(/([^>\r\n]?)(\r\n|\n\r|\r|\n)/g,"$1<br>$2"))}l().registerHelper("each_compare_list_field",function(J,ye,he){const ve=he.hash.field,Fe=[];J&&J.forEach(function(Ue){const Ye=Ue;Ye.key=Ue[ve],Fe.push(Ye)});const Ge=[];return ye&&ye.forEach(function(Ue){const Ye=Ue;Ye.key=Ue[ve],Ge.push(Ye)}),we("key",Fe,Ge,he)}),l().registerHelper("each_compare_keys",function(J,ye,he){const ve=[];J&&Object.keys(J).forEach(function(Ue){const Ye={};Ye.value=J[Ue],Ye.key=Ue,ve.push(Ye)});const Fe=[];return ye&&Object.keys(ye).forEach(function(Ue){const Ye={};Ye.value=ye[Ue],Ye.key=Ue,Fe.push(Ye)}),we("key",ve,Fe,he)}),l().registerHelper("body2json",function(J,ye){return Ce(J)}),l().registerHelper("each_compare_field",function(J,ye,he){return we("field",J,ye,he)}),l().registerHelper("each_compare_title",function(J,ye,he){return we("title",J,ye,he)}),l().registerHelper("reformat",function(J,ye){if(ye==="json")try{return JSON.stringify(JSON.parse(J.trim()),null," ")}catch(he){}return J}),l().registerHelper("showDiff",function(J,ye,he){let ve="";if(J===ye)ve=J;else{if(!J)return ye;if(!ye)return J;const Fe=new Me;if(he==="code"){const Ge=Fe.diffLineMode(ye,J);ve=Fe.diffPrettyCode(Ge)}else{const Ge=Fe.diffMain(ye,J);Fe.diffCleanupSemantic(Ge),ve=Fe.diffPrettyHtml(Ge),ve=ve.replace(/¶/gm,""),he==="nl2br"&&(ve=Re(ve))}}return ve});function we(J,ye,he,ve){const Fe=[];let Ge=0;ye&&ye.forEach(function(Qe){let lt=!1;if(he&&he.forEach(function(gt){if(Qe[J]===gt[J]){const kt={typeSame:!0,source:Qe,compare:gt,index:Ge};Fe.push(kt),lt=!0,Ge++}}),!lt){const gt={typeIns:!0,source:Qe,index:Ge};Fe.push(gt),Ge++}}),he&&he.forEach(function(Qe){let lt=!1;if(ye&&ye.forEach(function(gt){gt[J]===Qe[J]&&(lt=!0)}),!lt){const gt={typeDel:!0,compare:Qe,index:Ge};Fe.push(gt),Ge++}});let Ue="";const Ye=Fe.length;for(const Qe in Fe)parseInt(Qe,10)===Ye-1&&(Fe[Qe]._last=!0),Ue=Ue+ve.fn(Fe[Qe]);return Ue}}document.addEventListener("DOMContentLoaded",()=>{Ut(),I(),m().highlightAll()});function Ut(){var Ke;let Oe=[{type:"get",url:"/getErrorCode",title:"\u9519\u8BEF\u4EE3\u7801",group:"Error",description:"<p>\u4E0B\u9762\u5217\u51FA\u4E00\u4E9B\u5E38\u89C1\u7684\u9519\u8BEF\u4EE3\u7801\uFF1A</p> <table> <thead> <tr> <th>code</th> <th>\u8BF4\u660E</th> </tr> </thead> <tbody> <tr> <td>-1</td> <td>\u672A\u77E5\u9519\u8BEF\uFF0C\u8054\u7CFB\u5F00\u53D1\u4EBA\u5458</td> </tr> <tr> <td>0</td> <td>OK \u8BF7\u6C42\u6210\u529F</td> </tr> <tr> <td>101001</td> <td>\u7528\u6237\u4E0D\u5B58\u5728</td> </tr> <tr> <td>101002</td> <td>\u5BC6\u7801\u9519\u8BEF</td> </tr> <tr> <td>101003</td> <td>\u9A8C\u8BC1\u7801\u9519\u8BEF</td> </tr> <tr> <td>101004</td> <td>\u9A8C\u8BC1\u7801\u5DF2\u8FC7\u671F</td> </tr> <tr> <td>101005</td> <td>\u5BC6\u7801\u4E0D\u4E00\u81F4</td> </tr> <tr> <td>101006</td> <td>\u7528\u6237\u540D\u5DF2\u5B58\u5728\uFF0C\u8BF7\u76F4\u63A5\u767B\u5F55</td> </tr> <tr> <td>101007</td> <td>\u90AE\u7BB1\u5DF2\u5B58\u5728\uFF0C\u8BF7\u76F4\u63A5\u767B\u5F55</td> </tr> <tr> <td>101008</td> <td>\u7528\u6237\u540D\u9519\u8BEF</td> </tr> <tr> <td>101009</td> <td>\u53C2\u6570\u9A8C\u8BC1\u5931\u8D25\uFF0C\u5177\u4F53\u9519\u8BEF\u4FE1\u606F\u89C1 data</td> </tr> <tr> <td>101010</td> <td>\u7CFB\u7EDF\u9519\u8BEF</td> </tr> <tr> <td>101011</td> <td>\u6CA1\u6709\u767B\u5F55\uFF0C\u8BF7\u68C0\u67E5\u767B\u5F55\u72B6\u6001</td> </tr> <tr> <td>101012</td> <td>\u7981\u6B62\u6536\u85CF\u81EA\u5DF1</td> </tr> <tr> <td>101013</td> <td>\u5148\u586B\u5199\u57FA\u672C\u4FE1\u606F</td> </tr> <tr> <td>101014</td> <td>\u8BF7\u6C42\u5730\u5740\u4E0D\u5B58\u5728\uFF0C\u8BF7\u68C0\u67E5\u8BF7\u6C42\u5730\u5740\u662F\u5426\u6B63\u786E</td> </tr> <tr> <td>101015</td> <td>\u4E0A\u4F20\u7684\u5934\u50CF\u5FC5\u987B\u662F\u6B63\u65B9\u5F62\u7684\uFF0C\u5982\u679C\u7528\u6237\u6240\u9009\u7684\u56FE\u7247\u4E0D\u662F\u65B9\u5F62\u7684\uFF0C\u8BF7\u88C1\u526A\u540E\u4E0A\u4F20</td> </tr> <tr> <td>101016</td> <td>\u6CA1\u6709\u5339\u914D\u5230\u5408\u9002\u7684\u5BF9\u8C61</td> </tr> <tr> <td>101017</td> <td>\u53EF\u6536\u85CF\u6570\u8FBE\u5230\u6700\u5927\u503C\uFF0C\u5B8C\u5584\u8D44\u6599\u53EF\u83B7\u53D6\u66F4\u591A\u6570\u91CF</td> </tr> <tr> <td>101018</td> <td>\u53D1\u9001\u5931\u8D25</td> </tr> <tr> <td>101019</td> <td>\u624B\u673A\u53F7\u7801\u4E0D\u6B63\u786E</td> </tr> <tr> <td>101020</td> <td>\u5E16\u5B50\u4E0D\u5B58\u5728</td> </tr> <tr> <td>101021</td> <td>\u6587\u4EF6\u4E0A\u4F20\u9519\u8BEF</td> </tr> <tr> <td>101022</td> <td>\u9080\u8BF7\u7801\u9519\u8BEF</td> </tr> <tr> <td>101023</td> <td>\u7528\u6237\u5DF2\u5728\u5176\u4ED6\u8BBE\u5907\u767B\u5F55</td> </tr> <tr> <td>101024</td> <td>\u5269\u4F59\u62BD\u5956\u6B21\u6570\u4E0D\u8DB3</td> </tr> <tr> <td>101025</td> <td>\u5730\u5740\u6570\u91CF\u6700\u591A10\u6761</td> </tr> <tr> <td>101026</td> <td>post\u8BF7\u6C42\u9519\u8BEF</td> </tr> <tr> <td>101027</td> <td>IM \u9519\u8BEF</td> </tr> <tr> <td>101028</td> <td>\u624B\u673A\u53F7\u5DF2\u5B58\u5728\u6216\u5DF2\u7ED1\u5B9A\u5176\u4ED6\u8D26\u53F7\uFF0C\u8BF7\u76F4\u63A5\u767B\u5F55\u6216\u7ED1\u5B9A\u5176\u5B83\u624B\u673A\u53F7</td> </tr> <tr> <td>101029</td> <td>\u8C37\u6B4C\u767B\u5F55\u9519\u8BEF</td> </tr> <tr> <td>101030</td> <td>\u804A\u5929\u4F59\u989D\u4E0D\u8DB3</td> </tr> <tr> <td>101031</td> <td>\u94B1\u5305\u4F59\u989D\u4E0D\u8DB3</td> </tr> <tr> <td>101032</td> <td>Facebook \u9519\u8BEF</td> </tr> <tr> <td>101033</td> <td>\u8D44\u6599\u9A8C\u8BC1\u5931\u8D25\uFF0C\u8BF7\u68C0\u67E5\u5F53\u524D\u662F\u5426\u662F\u5F85\u9A8C\u8BC1\u72B6\u6001</td> </tr> </tbody> </table>",version:"1.0.0",filename:"Admin.php",groupTitle:"Error",name:"GetGeterrorcode"},{type:"post",url:"/admin/upload/uploadFile",title:"\u4E0A\u4F20\u6587\u4EF6",group:"Upload",version:"1.0.0",parameter:{fields:{Parameter:[{group:"Parameter",type:"File",optional:!1,field:"image",isArray:!1,description:"<p>\u56FE\u50CF\u6587\u4EF6\u7684\u8DEF\u5F84\uFF08\u672C\u5730\u8DEF\u5F84\uFF09</p> <ul> <li>\u6587\u4EF6\u5927\u5C0F\u9650\u5236\uFF1A\u6700\u5927 10MB\u3002</li> <li>\u652F\u6301\u56FE\u50CF\u683C\u5F0F\uFF1A<code>jpg</code>, <code>jpeg</code>, <code>png</code>\uFF0C<code>webp</code>\u3002</li> </ul>"}]}},filename:"Upload.php",groupTitle:"Upload",name:"PostAdminUploadUploadfile",sampleRequest:[{url:"https://bot.testx2.cc/admin/upload/uploadFile"}],success:{fields:{\u6210\u529F:[{group:"\u6210\u529F",type:"Number",optional:!1,field:"code",isArray:!1,defaultValue:"0",description:`<p>\u9519\u8BEF\u4EE3\u7801 0-\u8BF7\u6C42\u6210\u529F \u8BE6\u89C1 <a href="javascript:;" onclick="toMenu('Error','GetGeterrorcode')">\u9519\u8BEF\u4EE3\u7801</a></p>`},{group:"\u6210\u529F",type:"Number",optional:!1,field:"timestamp",isArray:!1,description:"<p>\u670D\u52A1\u5668\u65F6\u95F4\u6233</p>"},{group:"\u6210\u529F",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u9519\u8BEF\u4FE1\u606F OK\u4E3A\u6210\u529F</p>"},{group:"\u6210\u529F",type:"Array",optional:!0,field:"data",isArray:!1,description:"<p>\u6570\u636E \u82E5code!=0 \u5219\u4E3A\u9519\u8BEF\u6570\u636E\uFF0Ccode=101009 \u8BE5\u503C\u4E3A\u9A8C\u8BC1\u5931\u8D25\u7684\u8BE6\u60C5</p>"}]}},header:{fields:{Header:[{group:"Header",type:"String",optional:!1,field:"Authorization",isArray:!1,description:"<p>"Bearer "+ token</p>"}]}}},{type:"post",url:"/admin/upload/uploadVideo",title:"\u4E0A\u4F20\u89C6\u9891",group:"Upload",version:"1.0.0",parameter:{fields:{Parameter:[{group:"Parameter",type:"File",optional:!1,field:"file",isArray:!1,description:"<p>\u9644\u4EF6\u7684\u8DEF\u5F84\uFF08\u672C\u5730\u8DEF\u5F84\uFF09</p> <ul> <li>\u6587\u4EF6\u5927\u5C0F\u9650\u5236\uFF1A\u6700\u5927 50MB\u3002</li> <li>\u652F\u6301\u89C6\u9891\u683C\u5F0F\uFF1A<code>mp4</code>,<code>mov</code>,<code>avi</code>,<code>webm</code></li> </ul>"}]}},filename:"Upload.php",groupTitle:"Upload",name:"PostAdminUploadUploadvideo",sampleRequest:[{url:"https://bot.testx2.cc/admin/upload/uploadVideo"}],success:{fields:{\u6210\u529F:[{group:"\u6210\u529F",type:"Number",optional:!1,field:"code",isArray:!1,defaultValue:"0",description:`<p>\u9519\u8BEF\u4EE3\u7801 0-\u8BF7\u6C42\u6210\u529F \u8BE6\u89C1 <a href="javascript:;" onclick="toMenu('Error','GetGeterrorcode')">\u9519\u8BEF\u4EE3\u7801</a></p>`},{group:"\u6210\u529F",type:"Number",optional:!1,field:"timestamp",isArray:!1,description:"<p>\u670D\u52A1\u5668\u65F6\u95F4\u6233</p>"},{group:"\u6210\u529F",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u9519\u8BEF\u4FE1\u606F OK\u4E3A\u6210\u529F</p>"},{group:"\u6210\u529F",type:"Array",optional:!0,field:"data",isArray:!1,description:"<p>\u6570\u636E \u82E5code!=0 \u5219\u4E3A\u9519\u8BEF\u6570\u636E\uFF0Ccode=101009 \u8BE5\u503C\u4E3A\u9A8C\u8BC1\u5931\u8D25\u7684\u8BE6\u60C5</p>"}]}},header:{fields:{Header:[{group:"Header",type:"String",optional:!1,field:"Authorization",isArray:!1,description:"<p>"Bearer "+ token</p>"}]}}},{type:"get",url:"/admin/user",title:"\u4F1A\u5458\u5217\u8868",group:"\u4F1A\u5458\u7BA1\u7406",version:"1.0.0",parameter:{fields:{Parameter:[{group:"Parameter",type:"int",optional:!0,field:"page",isArray:!1,defaultValue:"1",description:""},{group:"Parameter",type:"int",optional:!0,field:"limit",isArray:!1,defaultValue:"10",description:""},{group:"Parameter",type:"string",optional:!0,field:"first_name",isArray:!1,description:"<p>\u7528\u6237\u6635\u79F0</p>"},{group:"Parameter",type:"string",optional:!0,field:"member_id",isArray:!1,description:"<p>\u623F\u4E3B tg\u4F1A\u5458ID</p>"},{group:"Parameter",type:"string",optional:!0,field:"game_id",isArray:!1,description:"<p>\u6E38\u620FID</p>"}]}},success:{fields:{data:[{group:"data",type:"Object",optional:!1,field:"data",isArray:!1,description:""},{group:"data",type:"int",optional:!1,parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.total",isArray:!1,description:"<p>\u6570\u91CF</p>"},{group:"data",type:"Object[]",optional:!1,parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",isArray:!0,description:"<p>\u5217\u8868</p>"},{group:"data",type:"int",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.id",isArray:!1,description:""},{group:"data",type:"int",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.member_id",isArray:!1,description:"<p>tg\u4F1A\u5458id</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.first_name",isArray:!1,description:"<p>\u6635\u79F0</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.usdt",isArray:!1,description:"<p>\u7528\u6237usdt\u94B1\u5305\u5730\u5740</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.game_id",isArray:!1,description:"<p>\u6E38\u620FID</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.updated_at",isArray:!1,description:""},{group:"data",type:"string",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.created_at",isArray:!1,description:""}],\u6210\u529F:[{group:"\u6210\u529F",type:"Number",optional:!1,field:"code",isArray:!1,defaultValue:"0",description:`<p>\u9519\u8BEF\u4EE3\u7801 0-\u8BF7\u6C42\u6210\u529F \u8BE6\u89C1 <a href="javascript:;" onclick="toMenu('Error','GetGeterrorcode')">\u9519\u8BEF\u4EE3\u7801</a></p>`},{group:"\u6210\u529F",type:"Number",optional:!1,field:"timestamp",isArray:!1,description:"<p>\u670D\u52A1\u5668\u65F6\u95F4\u6233</p>"},{group:"\u6210\u529F",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u9519\u8BEF\u4FE1\u606F OK\u4E3A\u6210\u529F</p>"},{group:"\u6210\u529F",type:"Array",optional:!0,field:"data",isArray:!1,description:"<p>\u6570\u636E \u82E5code!=0 \u5219\u4E3A\u9519\u8BEF\u6570\u636E\uFF0Ccode=101009 \u8BE5\u503C\u4E3A\u9A8C\u8BC1\u5931\u8D25\u7684\u8BE6\u60C5</p>"}]}},filename:"User.php",groupTitle:"\u4F1A\u5458\u7BA1\u7406",name:"GetAdminUser",sampleRequest:[{url:"https://bot.testx2.cc/admin/user"}],header:{fields:{Header:[{group:"Header",type:"String",optional:!1,field:"Authorization",isArray:!1,description:"<p>"Bearer "+ token</p>"}]}}},{type:"get",url:"/admin/wallet",title:"\u5145\u503C\u5217\u8868",group:"\u5145\u503C\u7BA1\u7406",description:"<p>\u5982\u679C\u5217\u8868\u7684type=2 \u5E76\u4E14 status = 0 <br/>\u90A3\u4E48\u4EE3\u8868\u8FD9\u6761\u6570\u636E\u662F\u9700\u8981\u540E\u53F0\u624B\u52A8\u5BA1\u6838\u7684 \u9700\u8981\u6709\u5BA1\u6838\u6309\u94AE\uFF0C\u5BA1\u6838\u901A\u8FC7\u6216\u8005\u62D2\u7EDD\uFF0C\u5176\u5B83\u60C5\u51B5\u5219\u4E0D\u9700\u8981\u5BA1\u6838\u6309\u94AE</p>",version:"1.0.0",parameter:{fields:{Parameter:[{group:"Parameter",type:"int",optional:!0,field:"page",isArray:!1,defaultValue:"1",description:""},{group:"Parameter",type:"int",optional:!0,field:"limit",isArray:!1,defaultValue:"10",description:""},{group:"Parameter",type:"string",optional:!0,field:"member_id",isArray:!1,description:"<p>\u623F\u4E3B tg\u4F1A\u5458ID</p>"},{group:"Parameter",type:"int",optional:!0,field:"status",isArray:!1,description:"<p>\u72B6\u6001</p> <ul> <li>0 \u5F85\u786E\u8BA4</li> <li>1 \u5DF2\u786E\u8BA4</li> <li>2 \u5931\u8D25</li> <li>3 \u5DF2\u5FFD\u7565</li> </ul>"}]}},success:{fields:{data:[{group:"data",type:"Object",optional:!1,field:"data",isArray:!1,description:""},{group:"data",type:"int",optional:!1,parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.total",isArray:!1,description:"<p>\u6570\u91CF</p>"},{group:"data",type:"Object[]",optional:!1,parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",isArray:!0,description:"<p>\u5217\u8868</p>"},{group:"data",type:"int",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.id",isArray:!1,description:""},{group:"data",type:"int",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.member_id",isArray:!1,description:"<p>tg\u4F1A\u5458id</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.net",isArray:!1,description:"<p>\u94FE\u63A5\u7C7B\u578B</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.coin",isArray:!1,description:"<p>\u5E01\u79CD</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.amount",isArray:!1,description:"<p>\u5145\u503C\u6570\u91CF</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.to_address",isArray:!1,description:"<p>\u5145\u503C\u5730\u5740\uFF08\u5E73\u53F0\u5730\u5740\uFF09</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.from_address",isArray:!1,description:"<p>\u8F6C\u51FA\u5730\u5740\uFF08\u7528\u6237\u53D1\u8D77\u5730\u5740\uFF09</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.txid",isArray:!1,description:"<p>\u94FE\u4E0A\u4EA4\u6613\u54C8\u5E0C</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.block_time",isArray:!1,description:"<p>\u533A\u5757\u65F6\u95F4</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.block_height",isArray:!1,description:""},{group:"data",type:"int",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.confirmations",isArray:!1,description:"<p>\u786E\u8BA4\u6570</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.updated_at",isArray:!1,description:""},{group:"data",type:"string",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.created_at",isArray:!1,description:""},{group:"data",type:"int",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.status",isArray:!1,description:"<p>\u72B6\u6001</p> <ul> <li>0 \u5F85\u786E\u8BA4</li> <li>1 \u5DF2\u786E\u8BA4</li> <li>2 \u5931\u8D25</li> <li>3 \u5DF2\u5FFD\u7565</li> </ul>"},{group:"data",type:"int",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.type",isArray:!1,description:"<p>\u5145\u503C\u7C7B\u578B</p> <ul> <li>1 \u81EA\u52A8</li> <li>2 \u624B\u52A8</li> </ul>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.image",isArray:!1,description:"<p>\u5145\u503C\u8F6C\u8D26\u51ED\u8BC1\u56FE\u7247</p>"}],\u6210\u529F:[{group:"\u6210\u529F",type:"Number",optional:!1,field:"code",isArray:!1,defaultValue:"0",description:`<p>\u9519\u8BEF\u4EE3\u7801 0-\u8BF7\u6C42\u6210\u529F \u8BE6\u89C1 <a href="javascript:;" onclick="toMenu('Error','GetGeterrorcode')">\u9519\u8BEF\u4EE3\u7801</a></p>`},{group:"\u6210\u529F",type:"Number",optional:!1,field:"timestamp",isArray:!1,description:"<p>\u670D\u52A1\u5668\u65F6\u95F4\u6233</p>"},{group:"\u6210\u529F",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u9519\u8BEF\u4FE1\u606F OK\u4E3A\u6210\u529F</p>"},{group:"\u6210\u529F",type:"Array",optional:!0,field:"data",isArray:!1,description:"<p>\u6570\u636E \u82E5code!=0 \u5219\u4E3A\u9519\u8BEF\u6570\u636E\uFF0Ccode=101009 \u8BE5\u503C\u4E3A\u9A8C\u8BC1\u5931\u8D25\u7684\u8BE6\u60C5</p>"}]}},filename:"Wallet.php",groupTitle:"\u5145\u503C\u7BA1\u7406",name:"GetAdminWallet",sampleRequest:[{url:"https://bot.testx2.cc/admin/wallet"}],header:{fields:{Header:[{group:"Header",type:"String",optional:!1,field:"Authorization",isArray:!1,description:"<p>"Bearer "+ token</p>"}]}}},{type:"get",url:"/admin/wallet/getPendingTasks",title:"\u5F85\u5904\u7406\u4EFB\u52A1",description:"<p>\u540E\u53F0\u6BCF\u969410\u79D2\uFF0C\u8F6E\u8BE2\u8BF7\u6C42\u8FD9\u4E2A\u63A5\u53E3\u83B7\u53D6\u5F85\u5904\u7406\u7684\u4EFB\u52A1\u6570\uFF0C\u5982\u679C\u6709\u5F85\u5904\u7406\u7684\u4EFB\u52A1\uFF0C\u5219\u64AD\u653E\u97F3\u4E50</p>",group:"\u5145\u503C\u7BA1\u7406",version:"1.0.0",success:{fields:{data:[{group:"data",type:"Object",optional:!1,field:"data",isArray:!1,description:""},{group:"data",type:"int",optional:!1,parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.recharge_task",isArray:!1,description:"<p>\u5F85\u5904\u7406\u5145\u503C\u4EFB\u52A1</p>"},{group:"data",type:"int",optional:!1,parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.withdraw_task",isArray:!1,description:"<p>\u5F85\u5904\u7406\u63D0\u73B0\u4EFB\u52A1</p>"}],\u6210\u529F:[{group:"\u6210\u529F",type:"Number",optional:!1,field:"code",isArray:!1,defaultValue:"0",description:`<p>\u9519\u8BEF\u4EE3\u7801 0-\u8BF7\u6C42\u6210\u529F \u8BE6\u89C1 <a href="javascript:;" onclick="toMenu('Error','GetGeterrorcode')">\u9519\u8BEF\u4EE3\u7801</a></p>`},{group:"\u6210\u529F",type:"Number",optional:!1,field:"timestamp",isArray:!1,description:"<p>\u670D\u52A1\u5668\u65F6\u95F4\u6233</p>"},{group:"\u6210\u529F",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u9519\u8BEF\u4FE1\u606F OK\u4E3A\u6210\u529F</p>"},{group:"\u6210\u529F",type:"Array",optional:!0,field:"data",isArray:!1,description:"<p>\u6570\u636E \u82E5code!=0 \u5219\u4E3A\u9519\u8BEF\u6570\u636E\uFF0Ccode=101009 \u8BE5\u503C\u4E3A\u9A8C\u8BC1\u5931\u8D25\u7684\u8BE6\u60C5</p>"}]}},filename:"Wallet.php",groupTitle:"\u5145\u503C\u7BA1\u7406",name:"GetAdminWalletGetpendingtasks",sampleRequest:[{url:"https://bot.testx2.cc/admin/wallet/getPendingTasks"}],header:{fields:{Header:[{group:"Header",type:"String",optional:!1,field:"Authorization",isArray:!1,description:"<p>"Bearer "+ token</p>"}]}}},{type:"post",url:"/admin/wallet/topUp",title:"\u4EBA\u5DE5\u5145\u503C",group:"\u5145\u503C\u7BA1\u7406",version:"1.0.0",parameter:{fields:{Parameter:[{group:"Parameter",type:"float",optional:!1,field:"amount",isArray:!1,description:"<p>\u5145\u503C\u91D1\u989D</p> <ul> <li>\u53EF\u4EE5\u662F\u8D1F\u6570 \u8D1F\u6570\u5219\u4E3A\u6263\u6B3E</li> </ul>"},{group:"Parameter",type:"string",optional:!1,field:"member_id",isArray:!1,description:"<p>\u4F1A\u5458ID</p>"},{group:"Parameter",type:"string",optional:!1,field:"remark",isArray:!1,description:"<p>\u5145\u503C/\u6263\u6B3E \u8BF4\u660E</p>"}]}},filename:"Wallet.php",groupTitle:"\u5145\u503C\u7BA1\u7406",name:"PostAdminWalletTopup",sampleRequest:[{url:"https://bot.testx2.cc/admin/wallet/topUp"}],success:{fields:{\u6210\u529F:[{group:"\u6210\u529F",type:"Number",optional:!1,field:"code",isArray:!1,defaultValue:"0",description:`<p>\u9519\u8BEF\u4EE3\u7801 0-\u8BF7\u6C42\u6210\u529F \u8BE6\u89C1 <a href="javascript:;" onclick="toMenu('Error','GetGeterrorcode')">\u9519\u8BEF\u4EE3\u7801</a></p>`},{group:"\u6210\u529F",type:"Number",optional:!1,field:"timestamp",isArray:!1,description:"<p>\u670D\u52A1\u5668\u65F6\u95F4\u6233</p>"},{group:"\u6210\u529F",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u9519\u8BEF\u4FE1\u606F OK\u4E3A\u6210\u529F</p>"},{group:"\u6210\u529F",type:"Array",optional:!0,field:"data",isArray:!1,description:"<p>\u6570\u636E \u82E5code!=0 \u5219\u4E3A\u9519\u8BEF\u6570\u636E\uFF0Ccode=101009 \u8BE5\u503C\u4E3A\u9A8C\u8BC1\u5931\u8D25\u7684\u8BE6\u60C5</p>"}]}},header:{fields:{Header:[{group:"Header",type:"String",optional:!1,field:"Authorization",isArray:!1,description:"<p>"Bearer "+ token</p>"}]}}},{type:"post",url:"/admin/wallet/verifyRecharge",title:"\u5BA1\u6838",group:"\u5145\u503C\u7BA1\u7406",version:"1.0.0",parameter:{fields:{Parameter:[{group:"Parameter",type:"int",optional:!1,field:"id",isArray:!1,description:"<p>\u5145\u503C\u8868\u7684ID</p>"},{group:"Parameter",type:"int",optional:!1,field:"status",isArray:!1,description:"<p>\u72B6\u6001</p> <ul> <li>1 \u901A\u8FC7</li> <li>2 \u62D2\u7EDD</li> </ul>"},{group:"Parameter",type:"string",optional:!0,field:"remark",isArray:!1,description:"<p>\u8BF4\u660E</p> <ul> <li>\u5F53status =2 \u65F6\uFF0C\u6B64\u53C2\u6570\u5FC5\u586B</li> </ul>"}]}},filename:"Wallet.php",groupTitle:"\u5145\u503C\u7BA1\u7406",name:"PostAdminWalletVerifyrecharge",sampleRequest:[{url:"https://bot.testx2.cc/admin/wallet/verifyRecharge"}],success:{fields:{\u6210\u529F:[{group:"\u6210\u529F",type:"Number",optional:!1,field:"code",isArray:!1,defaultValue:"0",description:`<p>\u9519\u8BEF\u4EE3\u7801 0-\u8BF7\u6C42\u6210\u529F \u8BE6\u89C1 <a href="javascript:;" onclick="toMenu('Error','GetGeterrorcode')">\u9519\u8BEF\u4EE3\u7801</a></p>`},{group:"\u6210\u529F",type:"Number",optional:!1,field:"timestamp",isArray:!1,description:"<p>\u670D\u52A1\u5668\u65F6\u95F4\u6233</p>"},{group:"\u6210\u529F",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u9519\u8BEF\u4FE1\u606F OK\u4E3A\u6210\u529F</p>"},{group:"\u6210\u529F",type:"Array",optional:!0,field:"data",isArray:!1,description:"<p>\u6570\u636E \u82E5code!=0 \u5219\u4E3A\u9519\u8BEF\u6570\u636E\uFF0Ccode=101009 \u8BE5\u503C\u4E3A\u9A8C\u8BC1\u5931\u8D25\u7684\u8BE6\u60C5</p>"}]}},header:{fields:{Header:[{group:"Header",type:"String",optional:!1,field:"Authorization",isArray:!1,description:"<p>"Bearer "+ token</p>"}]}}},{type:"get",url:"/admin/room",title:"\u6E38\u620F\u623F\u95F4",group:"\u623F\u95F4\u7BA1\u7406",version:"1.0.0",parameter:{fields:{Parameter:[{group:"Parameter",type:"int",optional:!0,field:"page",isArray:!1,defaultValue:"1",description:""},{group:"Parameter",type:"int",optional:!0,field:"limit",isArray:!1,defaultValue:"10",description:""},{group:"Parameter",type:"string",optional:!0,field:"room_id",isArray:!1,description:"<p>\u623F\u95F4\u53F7</p>"},{group:"Parameter",type:"string",optional:!0,field:"member_id",isArray:!1,description:"<p>\u623F\u4E3B tg\u4F1A\u5458ID</p>"},{group:"Parameter",type:"int",optional:!0,field:"status",isArray:!1,description:"<p>\u72B6\u6001</p> <ul> <li>0 \u521B\u5EFA\u4E2D</li> <li>1 \u521B\u5EFA\u5B8C\u6210</li> <li>2 \u6E38\u620F\u4E2D</li> <li>3 \u5DF2\u7ED3\u7B97</li> </ul>"}]}},success:{fields:{data:[{group:"data",type:"Object",optional:!1,field:"data",isArray:!1,description:""},{group:"data",type:"int",optional:!1,parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.total",isArray:!1,description:"<p>\u6570\u91CF</p>"},{group:"data",type:"Object[]",optional:!1,parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",isArray:!0,description:"<p>\u5217\u8868</p>"},{group:"data",type:"int",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.id",isArray:!1,description:""},{group:"data",type:"string",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.room_id",isArray:!1,description:"<p>\u623F\u95F4\u53F7</p>"},{group:"data",type:"int",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.member_id",isArray:!1,description:"<p>\u623F\u4E3B tg\u4F1A\u5458id</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.game_name",isArray:!1,description:"<p>\u6E38\u620F\u540D\u79F0</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.base_score",isArray:!1,description:"<p>\u5E95\u5206</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.participants",isArray:!1,description:"<p>\u4EBA\u6570</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.rounds",isArray:!1,description:"<p>\u5C40\u6570</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.join_count",isArray:!1,description:"<p>\u5DF2\u52A0\u5165\u4EBA\u6570</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.updated_at",isArray:!1,description:""},{group:"data",type:"string",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.created_at",isArray:!1,description:""},{group:"data",type:"int",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.status",isArray:!1,description:"<p>\u72B6\u6001</p> <ul> <li>0 \u521B\u5EFA\u4E2D</li> <li>1 \u521B\u5EFA\u5B8C\u6210</li> <li>2 \u6E38\u620F\u4E2D</li> <li>3 \u5DF2\u7ED3\u7B97</li> </ul>"}],\u6210\u529F:[{group:"\u6210\u529F",type:"Number",optional:!1,field:"code",isArray:!1,defaultValue:"0",description:`<p>\u9519\u8BEF\u4EE3\u7801 0-\u8BF7\u6C42\u6210\u529F \u8BE6\u89C1 <a href="javascript:;" onclick="toMenu('Error','GetGeterrorcode')">\u9519\u8BEF\u4EE3\u7801</a></p>`},{group:"\u6210\u529F",type:"Number",optional:!1,field:"timestamp",isArray:!1,description:"<p>\u670D\u52A1\u5668\u65F6\u95F4\u6233</p>"},{group:"\u6210\u529F",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u9519\u8BEF\u4FE1\u606F OK\u4E3A\u6210\u529F</p>"},{group:"\u6210\u529F",type:"Array",optional:!0,field:"data",isArray:!1,description:"<p>\u6570\u636E \u82E5code!=0 \u5219\u4E3A\u9519\u8BEF\u6570\u636E\uFF0Ccode=101009 \u8BE5\u503C\u4E3A\u9A8C\u8BC1\u5931\u8D25\u7684\u8BE6\u60C5</p>"}]}},filename:"Room.php",groupTitle:"\u623F\u95F4\u7BA1\u7406",name:"GetAdminRoom",sampleRequest:[{url:"https://bot.testx2.cc/admin/room"}],header:{fields:{Header:[{group:"Header",type:"String",optional:!1,field:"Authorization",isArray:!1,description:"<p>"Bearer "+ token</p>"}]}}},{type:"get",url:"/admin/room/details",title:"\u5BF9\u5C40\u8BE6\u60C5",group:"\u623F\u95F4\u7BA1\u7406",version:"1.0.0",parameter:{fields:{Parameter:[{group:"Parameter",type:"string",optional:!1,field:"room_id",isArray:!1,description:"<p>\u623F\u95F4\u53F7</p>"}]}},success:{fields:{data:[{group:"data",type:"Object",optional:!1,field:"data",isArray:!1,description:""},{group:"data",type:"int",optional:!1,parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.id",isArray:!1,description:"<p>\u8BE6\u60C5ID</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.room_id",isArray:!1,description:"<p>\u623F\u95F4\u53F7</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.member_id",isArray:!1,description:"<p>\u4F1A\u5458ID</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.game_id",isArray:!1,description:"<p>\u6E38\u620FID</p>"},{group:"data",type:"int",optional:!1,parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.status",isArray:!1,description:"<p>\u4EBA\u5458\u72B6\u6001</p> <ul> <li>0 \u5F85\u51C6\u5907</li> <li>1 \u5DF2\u51C6\u5907</li> <li>2 \u6E38\u620F\u4E2D</li> <li>3 \u5F85\u7ED3\u7B97</li> <li>4 \u5DF2\u7ED3\u7B97</li> </ul>"},{group:"data",type:"int",optional:!1,parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.score",isArray:!1,description:"<p>\u5F97\u5206</p>"},{group:"data",type:"float",optional:!1,parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.brokerage",isArray:!1,description:"<p>\u62BD\u4F63\u91D1\u989D</p>"},{group:"data",type:"float",optional:!1,parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.real_score",isArray:!1,description:"<p>\u771F\u5B9E\u83B7\u5F97\u7684\u91D1\u989D</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.screenshot",isArray:!1,description:"<p>\u7ED3\u7B97\u622A\u56FE</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.first_name",isArray:!1,description:"<p>\u7528\u6237\u6635\u79F0</p>"}],\u6210\u529F:[{group:"\u6210\u529F",type:"Number",optional:!1,field:"code",isArray:!1,defaultValue:"0",description:`<p>\u9519\u8BEF\u4EE3\u7801 0-\u8BF7\u6C42\u6210\u529F \u8BE6\u89C1 <a href="javascript:;" onclick="toMenu('Error','GetGeterrorcode')">\u9519\u8BEF\u4EE3\u7801</a></p>`},{group:"\u6210\u529F",type:"Number",optional:!1,field:"timestamp",isArray:!1,description:"<p>\u670D\u52A1\u5668\u65F6\u95F4\u6233</p>"},{group:"\u6210\u529F",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u9519\u8BEF\u4FE1\u606F OK\u4E3A\u6210\u529F</p>"},{group:"\u6210\u529F",type:"Array",optional:!0,field:"data",isArray:!1,description:"<p>\u6570\u636E \u82E5code!=0 \u5219\u4E3A\u9519\u8BEF\u6570\u636E\uFF0Ccode=101009 \u8BE5\u503C\u4E3A\u9A8C\u8BC1\u5931\u8D25\u7684\u8BE6\u60C5</p>"}]}},filename:"Room.php",groupTitle:"\u623F\u95F4\u7BA1\u7406",name:"GetAdminRoomDetails",sampleRequest:[{url:"https://bot.testx2.cc/admin/room/details"}],header:{fields:{Header:[{group:"Header",type:"String",optional:!1,field:"Authorization",isArray:!1,description:"<p>"Bearer "+ token</p>"}]}}},{type:"post",url:"/admin/room/completed",title:"\u7ED3\u7B97",group:"\u623F\u95F4\u7BA1\u7406",version:"1.0.0",parameter:{fields:{Parameter:[{group:"Parameter",type:"string",optional:!1,field:"room_id",isArray:!1,description:"<p>\u623F\u95F4\u53F7</p>"}]}},filename:"Room.php",groupTitle:"\u623F\u95F4\u7BA1\u7406",name:"PostAdminRoomCompleted",sampleRequest:[{url:"https://bot.testx2.cc/admin/room/completed"}],success:{fields:{\u6210\u529F:[{group:"\u6210\u529F",type:"Number",optional:!1,field:"code",isArray:!1,defaultValue:"0",description:`<p>\u9519\u8BEF\u4EE3\u7801 0-\u8BF7\u6C42\u6210\u529F \u8BE6\u89C1 <a href="javascript:;" onclick="toMenu('Error','GetGeterrorcode')">\u9519\u8BEF\u4EE3\u7801</a></p>`},{group:"\u6210\u529F",type:"Number",optional:!1,field:"timestamp",isArray:!1,description:"<p>\u670D\u52A1\u5668\u65F6\u95F4\u6233</p>"},{group:"\u6210\u529F",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u9519\u8BEF\u4FE1\u606F OK\u4E3A\u6210\u529F</p>"},{group:"\u6210\u529F",type:"Array",optional:!0,field:"data",isArray:!1,description:"<p>\u6570\u636E \u82E5code!=0 \u5219\u4E3A\u9519\u8BEF\u6570\u636E\uFF0Ccode=101009 \u8BE5\u503C\u4E3A\u9A8C\u8BC1\u5931\u8D25\u7684\u8BE6\u60C5</p>"}]}},header:{fields:{Header:[{group:"Header",type:"String",optional:!1,field:"Authorization",isArray:!1,description:"<p>"Bearer "+ token</p>"}]}}},{type:"post",url:"/admin/room/setScore",title:"\u8BBE\u7F6E\u7528\u6237\u7684\u5F97\u5206",group:"\u623F\u95F4\u7BA1\u7406",version:"1.0.0",parameter:{fields:{Parameter:[{group:"Parameter",type:"int",optional:!1,field:"id",isArray:!1,description:"<p>\u623F\u95F4\u8BE6\u60C5ID</p>"},{group:"Parameter",type:"int",optional:!1,field:"score",isArray:!1,description:"<p>\u6E38\u620F\u5F97\u5206</p>"}]}},filename:"Room.php",groupTitle:"\u623F\u95F4\u7BA1\u7406",name:"PostAdminRoomSetscore",sampleRequest:[{url:"https://bot.testx2.cc/admin/room/setScore"}],success:{fields:{\u6210\u529F:[{group:"\u6210\u529F",type:"Number",optional:!1,field:"code",isArray:!1,defaultValue:"0",description:`<p>\u9519\u8BEF\u4EE3\u7801 0-\u8BF7\u6C42\u6210\u529F \u8BE6\u89C1 <a href="javascript:;" onclick="toMenu('Error','GetGeterrorcode')">\u9519\u8BEF\u4EE3\u7801</a></p>`},{group:"\u6210\u529F",type:"Number",optional:!1,field:"timestamp",isArray:!1,description:"<p>\u670D\u52A1\u5668\u65F6\u95F4\u6233</p>"},{group:"\u6210\u529F",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u9519\u8BEF\u4FE1\u606F OK\u4E3A\u6210\u529F</p>"},{group:"\u6210\u529F",type:"Array",optional:!0,field:"data",isArray:!1,description:"<p>\u6570\u636E \u82E5code!=0 \u5219\u4E3A\u9519\u8BEF\u6570\u636E\uFF0Ccode=101009 \u8BE5\u503C\u4E3A\u9A8C\u8BC1\u5931\u8D25\u7684\u8BE6\u60C5</p>"}]}},header:{fields:{Header:[{group:"Header",type:"String",optional:!1,field:"Authorization",isArray:!1,description:"<p>"Bearer "+ token</p>"}]}}},{type:"get",url:"/admin/withdraw",title:"\u63D0\u73B0\u5217\u8868",group:"\u63D0\u73B0\u7BA1\u7406",version:"1.0.0",parameter:{fields:{Parameter:[{group:"Parameter",type:"int",optional:!0,field:"page",isArray:!1,defaultValue:"1",description:""},{group:"Parameter",type:"int",optional:!0,field:"limit",isArray:!1,defaultValue:"10",description:""},{group:"Parameter",type:"string",optional:!0,field:"member_id",isArray:!1,description:"<p>tg\u4F1A\u5458ID</p>"},{group:"Parameter",type:"int",optional:!0,field:"status",isArray:!1,description:"<p>\u72B6\u6001</p> <ul> <li>0 \u7533\u8BF7\u4E2D</li> <li>1 \u901A\u8FC7</li> <li>2 \u62D2\u7EDD</li> </ul>"}]}},success:{fields:{data:[{group:"data",type:"Object",optional:!1,field:"data",isArray:!1,description:""},{group:"data",type:"int",optional:!1,parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.total",isArray:!1,description:"<p>\u6570\u91CF</p>"},{group:"data",type:"Object[]",optional:!1,parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",isArray:!0,description:"<p>\u5217\u8868</p>"},{group:"data",type:"int",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.id",isArray:!1,description:""},{group:"data",type:"int",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.member_id",isArray:!1,description:"<p>tg\u4F1A\u5458id</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.amount",isArray:!1,description:"<p>\u63D0\u73B0\u91D1\u989D</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.service_charge",isArray:!1,description:"<p>\u624B\u7EED\u8D39</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.to_account",isArray:!1,description:"<p>\u5230\u8D26\u91D1\u989D</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.after_balance",isArray:!1,description:"<p>\u63D0\u73B0\u540E\u4F59\u989D</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.address",isArray:!1,description:"<p>\u94B1\u5305\u5730\u5740</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.updated_at",isArray:!1,description:""},{group:"data",type:"string",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.created_at",isArray:!1,description:""},{group:"data",type:"int",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.status",isArray:!1,description:"<p>\u72B6\u6001</p> <ul> <li>0 \u7533\u8BF7\u4E2D</li> <li>1 \u901A\u8FC7</li> <li>2 \u62D2\u7EDD</li> </ul>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.remark",isArray:!1,description:""}],\u6210\u529F:[{group:"\u6210\u529F",type:"Number",optional:!1,field:"code",isArray:!1,defaultValue:"0",description:`<p>\u9519\u8BEF\u4EE3\u7801 0-\u8BF7\u6C42\u6210\u529F \u8BE6\u89C1 <a href="javascript:;" onclick="toMenu('Error','GetGeterrorcode')">\u9519\u8BEF\u4EE3\u7801</a></p>`},{group:"\u6210\u529F",type:"Number",optional:!1,field:"timestamp",isArray:!1,description:"<p>\u670D\u52A1\u5668\u65F6\u95F4\u6233</p>"},{group:"\u6210\u529F",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u9519\u8BEF\u4FE1\u606F OK\u4E3A\u6210\u529F</p>"},{group:"\u6210\u529F",type:"Array",optional:!0,field:"data",isArray:!1,description:"<p>\u6570\u636E \u82E5code!=0 \u5219\u4E3A\u9519\u8BEF\u6570\u636E\uFF0Ccode=101009 \u8BE5\u503C\u4E3A\u9A8C\u8BC1\u5931\u8D25\u7684\u8BE6\u60C5</p>"}]}},filename:"Withdraw.php",groupTitle:"\u63D0\u73B0\u7BA1\u7406",name:"GetAdminWithdraw",sampleRequest:[{url:"https://bot.testx2.cc/admin/withdraw"}],header:{fields:{Header:[{group:"Header",type:"String",optional:!1,field:"Authorization",isArray:!1,description:"<p>"Bearer "+ token</p>"}]}}},{type:"post",url:"/admin/withdraw/setStatus",title:"\u901A\u8FC7|\u62D2\u7EDD",group:"\u63D0\u73B0\u7BA1\u7406",version:"1.0.0",parameter:{fields:{Parameter:[{group:"Parameter",type:"string",optional:!1,field:"id",isArray:!1,description:"<p>\u63D0\u73B0\u8868ID</p>"},{group:"Parameter",type:"int",optional:!1,field:"status",isArray:!1,description:"<p>\u72B6\u6001</p> <ul> <li>1 \u901A\u8FC7</li> <li>2 \u62D2\u7EDD</li> </ul>"}]}},filename:"Withdraw.php",groupTitle:"\u63D0\u73B0\u7BA1\u7406",name:"PostAdminWithdrawSetstatus",sampleRequest:[{url:"https://bot.testx2.cc/admin/withdraw/setStatus"}],success:{fields:{\u6210\u529F:[{group:"\u6210\u529F",type:"Number",optional:!1,field:"code",isArray:!1,defaultValue:"0",description:`<p>\u9519\u8BEF\u4EE3\u7801 0-\u8BF7\u6C42\u6210\u529F \u8BE6\u89C1 <a href="javascript:;" onclick="toMenu('Error','GetGeterrorcode')">\u9519\u8BEF\u4EE3\u7801</a></p>`},{group:"\u6210\u529F",type:"Number",optional:!1,field:"timestamp",isArray:!1,description:"<p>\u670D\u52A1\u5668\u65F6\u95F4\u6233</p>"},{group:"\u6210\u529F",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u9519\u8BEF\u4FE1\u606F OK\u4E3A\u6210\u529F</p>"},{group:"\u6210\u529F",type:"Array",optional:!0,field:"data",isArray:!1,description:"<p>\u6570\u636E \u82E5code!=0 \u5219\u4E3A\u9519\u8BEF\u6570\u636E\uFF0Ccode=101009 \u8BE5\u503C\u4E3A\u9A8C\u8BC1\u5931\u8D25\u7684\u8BE6\u60C5</p>"}]}},header:{fields:{Header:[{group:"Header",type:"String",optional:!1,field:"Authorization",isArray:!1,description:"<p>"Bearer "+ token</p>"}]}}},{type:"get",url:"/admin/game",title:"\u6E38\u620F\u5217\u8868",group:"\u6E38\u620F\u7BA1\u7406",version:"1.0.0",parameter:{fields:{Parameter:[{group:"Parameter",type:"int",optional:!0,field:"page",isArray:!1,defaultValue:"1",description:""},{group:"Parameter",type:"int",optional:!0,field:"limit",isArray:!1,defaultValue:"10",description:""},{group:"Parameter",type:"string",optional:!0,field:"game_name",isArray:!1,description:"<p>\u6E38\u620F\u540D\u79F0</p>"}]}},success:{fields:{data:[{group:"data",type:"Object",optional:!1,field:"data",isArray:!1,description:""},{group:"data",type:"int",optional:!1,parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.total",isArray:!1,description:"<p>\u6570\u91CF</p>"},{group:"data",type:"Object[]",optional:!1,parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",isArray:!0,description:"<p>\u5217\u8868</p>"},{group:"data",type:"int",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.id",isArray:!1,description:""},{group:"data",type:"int",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.game_name",isArray:!1,description:"<p>\u6E38\u620F\u540D\u79F0</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.updated_at",isArray:!1,description:""},{group:"data",type:"string",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.created_at",isArray:!1,description:""}],\u6210\u529F:[{group:"\u6210\u529F",type:"Number",optional:!1,field:"code",isArray:!1,defaultValue:"0",description:`<p>\u9519\u8BEF\u4EE3\u7801 0-\u8BF7\u6C42\u6210\u529F \u8BE6\u89C1 <a href="javascript:;" onclick="toMenu('Error','GetGeterrorcode')">\u9519\u8BEF\u4EE3\u7801</a></p>`},{group:"\u6210\u529F",type:"Number",optional:!1,field:"timestamp",isArray:!1,description:"<p>\u670D\u52A1\u5668\u65F6\u95F4\u6233</p>"},{group:"\u6210\u529F",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u9519\u8BEF\u4FE1\u606F OK\u4E3A\u6210\u529F</p>"},{group:"\u6210\u529F",type:"Array",optional:!0,field:"data",isArray:!1,description:"<p>\u6570\u636E \u82E5code!=0 \u5219\u4E3A\u9519\u8BEF\u6570\u636E\uFF0Ccode=101009 \u8BE5\u503C\u4E3A\u9A8C\u8BC1\u5931\u8D25\u7684\u8BE6\u60C5</p>"}]}},filename:"Game.php",groupTitle:"\u6E38\u620F\u7BA1\u7406",name:"GetAdminGame",sampleRequest:[{url:"https://bot.testx2.cc/admin/game"}],header:{fields:{Header:[{group:"Header",type:"String",optional:!1,field:"Authorization",isArray:!1,description:"<p>"Bearer "+ token</p>"}]}}},{type:"post",url:"/admin/game/delete",title:"\u5220\u9664",group:"\u6E38\u620F\u7BA1\u7406",version:"1.0.0",parameter:{fields:{Parameter:[{group:"Parameter",type:"int",optional:!1,field:"id",isArray:!1,description:"<p>\u8981\u5220\u9664\u7684ID</p>"}]}},filename:"Game.php",groupTitle:"\u6E38\u620F\u7BA1\u7406",name:"PostAdminGameDelete",sampleRequest:[{url:"https://bot.testx2.cc/admin/game/delete"}],success:{fields:{\u6210\u529F:[{group:"\u6210\u529F",type:"Number",optional:!1,field:"code",isArray:!1,defaultValue:"0",description:`<p>\u9519\u8BEF\u4EE3\u7801 0-\u8BF7\u6C42\u6210\u529F \u8BE6\u89C1 <a href="javascript:;" onclick="toMenu('Error','GetGeterrorcode')">\u9519\u8BEF\u4EE3\u7801</a></p>`},{group:"\u6210\u529F",type:"Number",optional:!1,field:"timestamp",isArray:!1,description:"<p>\u670D\u52A1\u5668\u65F6\u95F4\u6233</p>"},{group:"\u6210\u529F",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u9519\u8BEF\u4FE1\u606F OK\u4E3A\u6210\u529F</p>"},{group:"\u6210\u529F",type:"Array",optional:!0,field:"data",isArray:!1,description:"<p>\u6570\u636E \u82E5code!=0 \u5219\u4E3A\u9519\u8BEF\u6570\u636E\uFF0Ccode=101009 \u8BE5\u503C\u4E3A\u9A8C\u8BC1\u5931\u8D25\u7684\u8BE6\u60C5</p>"}]}},header:{fields:{Header:[{group:"Header",type:"String",optional:!1,field:"Authorization",isArray:!1,description:"<p>"Bearer "+ token</p>"}]}}},{type:"post",url:"/admin/game/update",title:"\u4FEE\u6539",description:"<p>\u66F4\u65B0\u6216\u8005\u65B0\u589E\u90FD\u7528\u8FD9\u4E2A\u63A5\u53E3</p>",group:"\u6E38\u620F\u7BA1\u7406",version:"1.0.0",parameter:{fields:{Parameter:[{group:"Parameter",type:"int",optional:!1,field:"id",isArray:!1,description:"<p>\u8981\u66F4\u65B0\u7684ID</p> <ul> <li>\u5982\u679C\u662F\u65B0\u589E\uFF0C\u5219id=0</li> </ul>"},{group:"Parameter",type:"string",optional:!1,field:"game_name",isArray:!1,description:"<p>\u6E38\u620F\u540D\u79F0</p>"}]}},filename:"Game.php",groupTitle:"\u6E38\u620F\u7BA1\u7406",name:"PostAdminGameUpdate",sampleRequest:[{url:"https://bot.testx2.cc/admin/game/update"}],success:{fields:{\u6210\u529F:[{group:"\u6210\u529F",type:"Number",optional:!1,field:"code",isArray:!1,defaultValue:"0",description:`<p>\u9519\u8BEF\u4EE3\u7801 0-\u8BF7\u6C42\u6210\u529F \u8BE6\u89C1 <a href="javascript:;" onclick="toMenu('Error','GetGeterrorcode')">\u9519\u8BEF\u4EE3\u7801</a></p>`},{group:"\u6210\u529F",type:"Number",optional:!1,field:"timestamp",isArray:!1,description:"<p>\u670D\u52A1\u5668\u65F6\u95F4\u6233</p>"},{group:"\u6210\u529F",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u9519\u8BEF\u4FE1\u606F OK\u4E3A\u6210\u529F</p>"},{group:"\u6210\u529F",type:"Array",optional:!0,field:"data",isArray:!1,description:"<p>\u6570\u636E \u82E5code!=0 \u5219\u4E3A\u9519\u8BEF\u6570\u636E\uFF0Ccode=101009 \u8BE5\u503C\u4E3A\u9A8C\u8BC1\u5931\u8D25\u7684\u8BE6\u60C5</p>"}]}},header:{fields:{Header:[{group:"Header",type:"String",optional:!1,field:"Authorization",isArray:!1,description:"<p>"Bearer "+ token</p>"}]}}},{type:"get",url:"/admin/index",title:"\u4EBA\u5458\u5217\u8868",group:"\u7BA1\u7406\u5458",version:"1.0.0",parameter:{fields:{Parameter:[{group:"Parameter",type:"int",optional:!0,field:"page",isArray:!1,defaultValue:"1",description:""},{group:"Parameter",type:"int",optional:!0,field:"limit",isArray:!1,defaultValue:"10",description:""},{group:"Parameter",type:"string",optional:!0,field:"username",isArray:!1,description:"<p>\u8D26\u53F7</p>"},{group:"Parameter",type:"string",optional:!0,field:"nickname",isArray:!1,description:"<p>\u6635\u79F0</p>"}]}},success:{fields:{data:[{group:"data",type:"Object",optional:!1,field:"data",isArray:!1,description:""},{group:"data",type:"int",optional:!1,parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.total",isArray:!1,description:"<p>\u6570\u91CF</p>"},{group:"data",type:"Object[]",optional:!1,parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",isArray:!0,description:"<p>\u5217\u8868</p>"},{group:"data",type:"int",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.id",isArray:!1,description:""},{group:"data",type:"string",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.username",isArray:!1,description:"<p>\u8D26\u53F7</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.nickname",isArray:!1,description:"<p>\u6635\u79F0</p>"},{group:"data",type:"array",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.roles_ids",isArray:!1,description:"<p>\u8D26\u53F7\u7684\u89D2\u8272</p>"},{group:"data",type:"array",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.roles_names",isArray:!1,description:"<p>\u8D26\u53F7\u7684\u89D2\u8272\u540D\u79F0</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.updated_at",isArray:!1,description:""},{group:"data",type:"string",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.created_at",isArray:!1,description:""}],\u6210\u529F:[{group:"\u6210\u529F",type:"Number",optional:!1,field:"code",isArray:!1,defaultValue:"0",description:`<p>\u9519\u8BEF\u4EE3\u7801 0-\u8BF7\u6C42\u6210\u529F \u8BE6\u89C1 <a href="javascript:;" onclick="toMenu('Error','GetGeterrorcode')">\u9519\u8BEF\u4EE3\u7801</a></p>`},{group:"\u6210\u529F",type:"Number",optional:!1,field:"timestamp",isArray:!1,description:"<p>\u670D\u52A1\u5668\u65F6\u95F4\u6233</p>"},{group:"\u6210\u529F",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u9519\u8BEF\u4FE1\u606F OK\u4E3A\u6210\u529F</p>"},{group:"\u6210\u529F",type:"Array",optional:!0,field:"data",isArray:!1,description:"<p>\u6570\u636E \u82E5code!=0 \u5219\u4E3A\u9519\u8BEF\u6570\u636E\uFF0Ccode=101009 \u8BE5\u503C\u4E3A\u9A8C\u8BC1\u5931\u8D25\u7684\u8BE6\u60C5</p>"}]}},filename:"Admin.php",groupTitle:"\u7BA1\u7406\u5458",name:"GetAdminIndex",sampleRequest:[{url:"https://bot.testx2.cc/admin/index"}],header:{fields:{Header:[{group:"Header",type:"String",optional:!1,field:"Authorization",isArray:!1,description:"<p>"Bearer "+ token</p>"}]}}},{type:"post",url:"/admin/delete",title:"\u5220\u9664\u8D26\u53F7",group:"\u7BA1\u7406\u5458",version:"1.0.0",parameter:{fields:{Parameter:[{group:"Parameter",type:"int",optional:!1,field:"id",isArray:!1,description:"<p>\u89D2\u8272ID</p>"}]}},filename:"Admin.php",groupTitle:"\u7BA1\u7406\u5458",name:"PostAdminDelete",sampleRequest:[{url:"https://bot.testx2.cc/admin/delete"}],success:{fields:{\u6210\u529F:[{group:"\u6210\u529F",type:"Number",optional:!1,field:"code",isArray:!1,defaultValue:"0",description:`<p>\u9519\u8BEF\u4EE3\u7801 0-\u8BF7\u6C42\u6210\u529F \u8BE6\u89C1 <a href="javascript:;" onclick="toMenu('Error','GetGeterrorcode')">\u9519\u8BEF\u4EE3\u7801</a></p>`},{group:"\u6210\u529F",type:"Number",optional:!1,field:"timestamp",isArray:!1,description:"<p>\u670D\u52A1\u5668\u65F6\u95F4\u6233</p>"},{group:"\u6210\u529F",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u9519\u8BEF\u4FE1\u606F OK\u4E3A\u6210\u529F</p>"},{group:"\u6210\u529F",type:"Array",optional:!0,field:"data",isArray:!1,description:"<p>\u6570\u636E \u82E5code!=0 \u5219\u4E3A\u9519\u8BEF\u6570\u636E\uFF0Ccode=101009 \u8BE5\u503C\u4E3A\u9A8C\u8BC1\u5931\u8D25\u7684\u8BE6\u60C5</p>"}]}},header:{fields:{Header:[{group:"Header",type:"String",optional:!1,field:"Authorization",isArray:!1,description:"<p>"Bearer "+ token</p>"}]}}},{type:"post",url:"/admin/login",title:"\u767B\u5F55",group:"\u7BA1\u7406\u5458",version:"1.0.0",parameter:{fields:{Parameter:[{group:"Parameter",type:"string",optional:!1,field:"username",isArray:!1,description:""},{group:"Parameter",type:"string",optional:!1,field:"password",isArray:!1,description:""}]}},success:{fields:{\u6210\u529F:[{group:"\u6210\u529F",optional:!1,field:"data",isArray:!1,description:""},{group:"\u6210\u529F",optional:!1,field:"data.token",isArray:!1,description:""},{group:"\u6210\u529F",type:"Number",optional:!1,field:"code",isArray:!1,defaultValue:"0",description:`<p>\u9519\u8BEF\u4EE3\u7801 0-\u8BF7\u6C42\u6210\u529F \u8BE6\u89C1 <a href="javascript:;" onclick="toMenu('Error','GetGeterrorcode')">\u9519\u8BEF\u4EE3\u7801</a></p>`},{group:"\u6210\u529F",type:"Number",optional:!1,field:"timestamp",isArray:!1,description:"<p>\u670D\u52A1\u5668\u65F6\u95F4\u6233</p>"},{group:"\u6210\u529F",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u9519\u8BEF\u4FE1\u606F OK\u4E3A\u6210\u529F</p>"}]}},filename:"Admin.php",groupTitle:"\u7BA1\u7406\u5458",name:"PostAdminLogin",sampleRequest:[{url:"https://bot.testx2.cc/admin/login"}]},{type:"post",url:"/admin/setPassword",title:"\u4FEE\u6539\u5BC6\u7801",group:"\u7BA1\u7406\u5458",version:"1.0.0",parameter:{fields:{Parameter:[{group:"Parameter",type:"string",optional:!1,field:"oldPassword",isArray:!1,description:"<p>\u65E7\u5BC6\u7801</p>"},{group:"Parameter",type:"string",optional:!1,field:"password",isArray:!1,description:"<p>\u65B0\u5BC6\u7801</p>"},{group:"Parameter",type:"string",optional:!1,field:"password_confirmation",isArray:!1,description:"<p>\u786E\u8BA4\u5BC6\u7801</p>"}]}},filename:"Admin.php",groupTitle:"\u7BA1\u7406\u5458",name:"PostAdminSetpassword",sampleRequest:[{url:"https://bot.testx2.cc/admin/setPassword"}],success:{fields:{\u6210\u529F:[{group:"\u6210\u529F",type:"Number",optional:!1,field:"code",isArray:!1,defaultValue:"0",description:`<p>\u9519\u8BEF\u4EE3\u7801 0-\u8BF7\u6C42\u6210\u529F \u8BE6\u89C1 <a href="javascript:;" onclick="toMenu('Error','GetGeterrorcode')">\u9519\u8BEF\u4EE3\u7801</a></p>`},{group:"\u6210\u529F",type:"Number",optional:!1,field:"timestamp",isArray:!1,description:"<p>\u670D\u52A1\u5668\u65F6\u95F4\u6233</p>"},{group:"\u6210\u529F",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u9519\u8BEF\u4FE1\u606F OK\u4E3A\u6210\u529F</p>"},{group:"\u6210\u529F",type:"Array",optional:!0,field:"data",isArray:!1,description:"<p>\u6570\u636E \u82E5code!=0 \u5219\u4E3A\u9519\u8BEF\u6570\u636E\uFF0Ccode=101009 \u8BE5\u503C\u4E3A\u9A8C\u8BC1\u5931\u8D25\u7684\u8BE6\u60C5</p>"}]}},header:{fields:{Header:[{group:"Header",type:"String",optional:!1,field:"Authorization",isArray:!1,description:"<p>"Bearer "+ token</p>"}]}}},{type:"post",url:"/admin/submit",title:"\u4FEE\u6539\u8D26\u53F7",group:"\u7BA1\u7406\u5458",version:"1.0.0",parameter:{fields:{Parameter:[{group:"Parameter",type:"int",optional:!1,field:"id",isArray:!1,description:"<p>\u89D2\u8272ID</p>"},{group:"Parameter",type:"string",optional:!1,field:"username",isArray:!1,description:"<p>\u8D26\u53F7</p>"},{group:"Parameter",type:"string",optional:!1,field:"nickname",isArray:!1,description:"<p>\u6635\u79F0</p>"},{group:"Parameter",type:"string",optional:!1,field:"password",isArray:!1,description:"<p>\u5BC6\u7801</p>"},{group:"Parameter",type:"array",optional:!1,field:"roles_ids",isArray:!1,description:"<p>\u8D26\u53F7\u89D2\u8272</p>"}]}},filename:"Admin.php",groupTitle:"\u7BA1\u7406\u5458",name:"PostAdminSubmit",sampleRequest:[{url:"https://bot.testx2.cc/admin/submit"}],success:{fields:{\u6210\u529F:[{group:"\u6210\u529F",type:"Number",optional:!1,field:"code",isArray:!1,defaultValue:"0",description:`<p>\u9519\u8BEF\u4EE3\u7801 0-\u8BF7\u6C42\u6210\u529F \u8BE6\u89C1 <a href="javascript:;" onclick="toMenu('Error','GetGeterrorcode')">\u9519\u8BEF\u4EE3\u7801</a></p>`},{group:"\u6210\u529F",type:"Number",optional:!1,field:"timestamp",isArray:!1,description:"<p>\u670D\u52A1\u5668\u65F6\u95F4\u6233</p>"},{group:"\u6210\u529F",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u9519\u8BEF\u4FE1\u606F OK\u4E3A\u6210\u529F</p>"},{group:"\u6210\u529F",type:"Array",optional:!0,field:"data",isArray:!1,description:"<p>\u6570\u636E \u82E5code!=0 \u5219\u4E3A\u9519\u8BEF\u6570\u636E\uFF0Ccode=101009 \u8BE5\u503C\u4E3A\u9A8C\u8BC1\u5931\u8D25\u7684\u8BE6\u60C5</p>"}]}},header:{fields:{Header:[{group:"Header",type:"String",optional:!1,field:"Authorization",isArray:!1,description:"<p>"Bearer "+ token</p>"}]}}},{type:"get",url:"/admin/menu",title:"\u83DC\u5355\u5217\u8868",group:"\u83DC\u5355\u7BA1\u7406",version:"1.0.0",parameter:{fields:{Parameter:[{group:"Parameter",type:"int",optional:!0,field:"page",isArray:!1,defaultValue:"1",description:""},{group:"Parameter",type:"int",optional:!0,field:"limit",isArray:!1,defaultValue:"10",description:""},{group:"Parameter",type:"string",optional:!0,field:"title",isArray:!1,description:"<p>\u83DC\u5355\u540D\u79F0</p>"},{group:"Parameter",type:"int",optional:!0,field:"parent_id",isArray:!1,description:"<p>\u4E0A\u7EA7\u83DC\u5355</p>"},{group:"Parameter",type:"int",optional:!0,field:"type",isArray:!1,description:"<p>\u7C7B\u578B 1-\u83DC\u5355 2-\u6309\u94AE</p>"}]}},success:{fields:{data:[{group:"data",type:"Object",optional:!1,field:"data",isArray:!1,description:""},{group:"data",type:"int",optional:!1,parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.total",isArray:!1,description:"<p>\u6570\u91CF</p>"},{group:"data",type:"Object[]",optional:!1,parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",isArray:!0,description:"<p>\u5217\u8868</p>"},{group:"data",type:"int",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.id",isArray:!1,description:""},{group:"data",type:"int",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.parent_id",isArray:!1,description:"<p>\u4E0A\u7EA7\u83DC\u5355</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.title",isArray:!1,description:"<p>\u83DC\u5355\u540D\u79F0</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.uri",isArray:!1,description:"<p>\u8DEF\u7531\u5730\u5740</p>"},{group:"data",type:"int",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.sort",isArray:!1,description:"<p>\u6392\u5E8F\u6807\u8BC6</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.updated_at",isArray:!1,description:""},{group:"data",type:"string",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.created_at",isArray:!1,description:""}],\u6210\u529F:[{group:"\u6210\u529F",type:"Number",optional:!1,field:"code",isArray:!1,defaultValue:"0",description:`<p>\u9519\u8BEF\u4EE3\u7801 0-\u8BF7\u6C42\u6210\u529F \u8BE6\u89C1 <a href="javascript:;" onclick="toMenu('Error','GetGeterrorcode')">\u9519\u8BEF\u4EE3\u7801</a></p>`},{group:"\u6210\u529F",type:"Number",optional:!1,field:"timestamp",isArray:!1,description:"<p>\u670D\u52A1\u5668\u65F6\u95F4\u6233</p>"},{group:"\u6210\u529F",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u9519\u8BEF\u4FE1\u606F OK\u4E3A\u6210\u529F</p>"},{group:"\u6210\u529F",type:"Array",optional:!0,field:"data",isArray:!1,description:"<p>\u6570\u636E \u82E5code!=0 \u5219\u4E3A\u9519\u8BEF\u6570\u636E\uFF0Ccode=101009 \u8BE5\u503C\u4E3A\u9A8C\u8BC1\u5931\u8D25\u7684\u8BE6\u60C5</p>"}]}},filename:"Menu.php",groupTitle:"\u83DC\u5355\u7BA1\u7406",name:"GetAdminMenu",sampleRequest:[{url:"https://bot.testx2.cc/admin/menu"}],header:{fields:{Header:[{group:"Header",type:"String",optional:!1,field:"Authorization",isArray:!1,description:"<p>"Bearer "+ token</p>"}]}}},{type:"get",url:"/admin/menu/all",title:"\u5168\u90E8\u83DC\u5355",group:"\u83DC\u5355\u7BA1\u7406",version:"1.0.0",success:{fields:{data:[{group:"data",type:"Object[]",optional:!1,field:"data",isArray:!0,description:""},{group:"data",type:"int",optional:!1,parentNode:{path:"data",field:"data",type:"Object[]",isArray:!0},field:"data.id",isArray:!1,description:"<p>\u83DC\u5355ID</p>"},{group:"data",type:"int",optional:!1,parentNode:{path:"data",field:"data",type:"Object[]",isArray:!0},field:"data.parent_id",isArray:!1,description:"<p>\u7236\u7EA7\u83DC\u5355ID</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data",field:"data",type:"Object[]",isArray:!0},field:"data.title",isArray:!1,description:"<p>\u83DC\u5355\u540D\u79F0</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data",field:"data",type:"Object[]",isArray:!0},field:"data.icon",isArray:!1,description:"<p>\u83DC\u5355\u56FE\u6807</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data",field:"data",type:"Object[]",isArray:!0},field:"data.uri",isArray:!1,description:"<p>\u83DC\u5355\u94FE\u63A5\u5730\u5740/\u8DEF\u7531</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data",field:"data",type:"Object[]",isArray:!0},field:"data.type",isArray:!1,description:"<p>\u7C7B\u578B 1-\u83DC\u5355 2-\u6309\u94AE</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data",field:"data",type:"Object[]",isArray:!0},field:"data.status",isArray:!1,description:"<p>\u72B6\u6001 1-\u663E\u793A 2-\u9690\u85CF</p>"},{group:"data",type:"int",optional:!1,parentNode:{path:"data",field:"data",type:"Object[]",isArray:!0},field:"data.sort",isArray:!1,description:"<p>\u6392\u5E8F\u503C\uFF08\u8D8A\u5C0F\u8D8A\u9760\u524D\uFF09</p>"}],\u6210\u529F:[{group:"\u6210\u529F",type:"Number",optional:!1,field:"code",isArray:!1,defaultValue:"0",description:`<p>\u9519\u8BEF\u4EE3\u7801 0-\u8BF7\u6C42\u6210\u529F \u8BE6\u89C1 <a href="javascript:;" onclick="toMenu('Error','GetGeterrorcode')">\u9519\u8BEF\u4EE3\u7801</a></p>`},{group:"\u6210\u529F",type:"Number",optional:!1,field:"timestamp",isArray:!1,description:"<p>\u670D\u52A1\u5668\u65F6\u95F4\u6233</p>"},{group:"\u6210\u529F",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u9519\u8BEF\u4FE1\u606F OK\u4E3A\u6210\u529F</p>"},{group:"\u6210\u529F",type:"Array",optional:!0,field:"data",isArray:!1,description:"<p>\u6570\u636E \u82E5code!=0 \u5219\u4E3A\u9519\u8BEF\u6570\u636E\uFF0Ccode=101009 \u8BE5\u503C\u4E3A\u9A8C\u8BC1\u5931\u8D25\u7684\u8BE6\u60C5</p>"}]}},filename:"Menu.php",groupTitle:"\u83DC\u5355\u7BA1\u7406",name:"GetAdminMenuAll",sampleRequest:[{url:"https://bot.testx2.cc/admin/menu/all"}],header:{fields:{Header:[{group:"Header",type:"String",optional:!1,field:"Authorization",isArray:!1,description:"<p>"Bearer "+ token</p>"}]}}},{type:"get",url:"/admin/menu/mineMenu",title:"\u6211\u7684\u83DC\u5355",group:"\u83DC\u5355\u7BA1\u7406",version:"1.0.0",success:{fields:{data:[{group:"data",type:"Object[]",optional:!1,field:"data",isArray:!0,description:""},{group:"data",type:"int",optional:!1,parentNode:{path:"data",field:"data",type:"Object[]",isArray:!0},field:"data.id",isArray:!1,description:"<p>\u83DC\u5355ID</p>"},{group:"data",type:"int",optional:!1,parentNode:{path:"data",field:"data",type:"Object[]",isArray:!0},field:"data.parent_id",isArray:!1,description:"<p>\u7236\u7EA7\u83DC\u5355ID</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data",field:"data",type:"Object[]",isArray:!0},field:"data.title",isArray:!1,description:"<p>\u83DC\u5355\u540D\u79F0</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data",field:"data",type:"Object[]",isArray:!0},field:"data.icon",isArray:!1,description:"<p>\u83DC\u5355\u56FE\u6807</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data",field:"data",type:"Object[]",isArray:!0},field:"data.uri",isArray:!1,description:"<p>\u83DC\u5355\u94FE\u63A5\u5730\u5740/\u8DEF\u7531</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data",field:"data",type:"Object[]",isArray:!0},field:"data.type",isArray:!1,description:"<p>\u7C7B\u578B 1-\u83DC\u5355 2-\u6309\u94AE</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data",field:"data",type:"Object[]",isArray:!0},field:"data.status",isArray:!1,description:"<p>\u72B6\u6001 1-\u663E\u793A 2-\u9690\u85CF</p>"},{group:"data",type:"int",optional:!1,parentNode:{path:"data",field:"data",type:"Object[]",isArray:!0},field:"data.sort",isArray:!1,description:"<p>\u6392\u5E8F\u503C\uFF08\u8D8A\u5C0F\u8D8A\u9760\u524D\uFF09</p>"},{group:"data",type:"array",optional:!1,parentNode:{path:"data",field:"data",type:"Object[]",isArray:!0},field:"data.children",isArray:!1,description:"<p>\u4E0B\u7EA7\u83DC\u5355</p>"}],\u6210\u529F:[{group:"\u6210\u529F",type:"Number",optional:!1,field:"code",isArray:!1,defaultValue:"0",description:`<p>\u9519\u8BEF\u4EE3\u7801 0-\u8BF7\u6C42\u6210\u529F \u8BE6\u89C1 <a href="javascript:;" onclick="toMenu('Error','GetGeterrorcode')">\u9519\u8BEF\u4EE3\u7801</a></p>`},{group:"\u6210\u529F",type:"Number",optional:!1,field:"timestamp",isArray:!1,description:"<p>\u670D\u52A1\u5668\u65F6\u95F4\u6233</p>"},{group:"\u6210\u529F",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u9519\u8BEF\u4FE1\u606F OK\u4E3A\u6210\u529F</p>"},{group:"\u6210\u529F",type:"Array",optional:!0,field:"data",isArray:!1,description:"<p>\u6570\u636E \u82E5code!=0 \u5219\u4E3A\u9519\u8BEF\u6570\u636E\uFF0Ccode=101009 \u8BE5\u503C\u4E3A\u9A8C\u8BC1\u5931\u8D25\u7684\u8BE6\u60C5</p>"}]}},filename:"Menu.php",groupTitle:"\u83DC\u5355\u7BA1\u7406",name:"GetAdminMenuMinemenu",sampleRequest:[{url:"https://bot.testx2.cc/admin/menu/mineMenu"}],header:{fields:{Header:[{group:"Header",type:"String",optional:!1,field:"Authorization",isArray:!1,description:"<p>"Bearer "+ token</p>"}]}}},{type:"get",url:"/admin/menu/tree",title:"\u83DC\u5355\u6309\u94AE\u6811",group:"\u83DC\u5355\u7BA1\u7406",version:"1.0.0",success:{fields:{data:[{group:"data",type:"Object[]",optional:!1,field:"data",isArray:!0,description:""},{group:"data",type:"int",optional:!1,parentNode:{path:"data",field:"data",type:"Object[]",isArray:!0},field:"data.id",isArray:!1,description:"<p>\u83DC\u5355ID</p>"},{group:"data",type:"int",optional:!1,parentNode:{path:"data",field:"data",type:"Object[]",isArray:!0},field:"data.parent_id",isArray:!1,description:"<p>\u7236\u7EA7\u83DC\u5355ID</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data",field:"data",type:"Object[]",isArray:!0},field:"data.title",isArray:!1,description:"<p>\u83DC\u5355\u540D\u79F0</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data",field:"data",type:"Object[]",isArray:!0},field:"data.icon",isArray:!1,description:"<p>\u83DC\u5355\u56FE\u6807</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data",field:"data",type:"Object[]",isArray:!0},field:"data.uri",isArray:!1,description:"<p>\u83DC\u5355\u94FE\u63A5\u5730\u5740/\u8DEF\u7531</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data",field:"data",type:"Object[]",isArray:!0},field:"data.type",isArray:!1,description:"<p>\u7C7B\u578B 1-\u83DC\u5355 2-\u6309\u94AE</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data",field:"data",type:"Object[]",isArray:!0},field:"data.status",isArray:!1,description:"<p>\u72B6\u6001 1-\u663E\u793A 2-\u9690\u85CF</p>"},{group:"data",type:"int",optional:!1,parentNode:{path:"data",field:"data",type:"Object[]",isArray:!0},field:"data.sort",isArray:!1,description:"<p>\u6392\u5E8F\u503C\uFF08\u8D8A\u5C0F\u8D8A\u9760\u524D\uFF09</p>"},{group:"data",type:"array",optional:!1,parentNode:{path:"data",field:"data",type:"Object[]",isArray:!0},field:"data.children",isArray:!1,description:"<p>\u4E0B\u7EA7\u83DC\u5355</p>"}],\u6210\u529F:[{group:"\u6210\u529F",type:"Number",optional:!1,field:"code",isArray:!1,defaultValue:"0",description:`<p>\u9519\u8BEF\u4EE3\u7801 0-\u8BF7\u6C42\u6210\u529F \u8BE6\u89C1 <a href="javascript:;" onclick="toMenu('Error','GetGeterrorcode')">\u9519\u8BEF\u4EE3\u7801</a></p>`},{group:"\u6210\u529F",type:"Number",optional:!1,field:"timestamp",isArray:!1,description:"<p>\u670D\u52A1\u5668\u65F6\u95F4\u6233</p>"},{group:"\u6210\u529F",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u9519\u8BEF\u4FE1\u606F OK\u4E3A\u6210\u529F</p>"},{group:"\u6210\u529F",type:"Array",optional:!0,field:"data",isArray:!1,description:"<p>\u6570\u636E \u82E5code!=0 \u5219\u4E3A\u9519\u8BEF\u6570\u636E\uFF0Ccode=101009 \u8BE5\u503C\u4E3A\u9A8C\u8BC1\u5931\u8D25\u7684\u8BE6\u60C5</p>"}]}},filename:"Menu.php",groupTitle:"\u83DC\u5355\u7BA1\u7406",name:"GetAdminMenuTree",sampleRequest:[{url:"https://bot.testx2.cc/admin/menu/tree"}],header:{fields:{Header:[{group:"Header",type:"String",optional:!1,field:"Authorization",isArray:!1,description:"<p>"Bearer "+ token</p>"}]}}},{type:"post",url:"/admin/menu/check",title:"\u63A5\u53E3\u6743\u9650\u6821\u9A8C",group:"\u83DC\u5355\u7BA1\u7406",version:"1.0.0",parameter:{fields:{Parameter:[{group:"Parameter",type:"int",optional:!1,field:"uri",isArray:!1,description:"<p>\u63A5\u53E3\u5730\u5740 \u9700\u8981\u5E26admin \u4F8B\u5B50\uFF1Aadmin/menu</p>"}]}},success:{fields:{data:[{group:"data",type:"Object[]",optional:!1,field:"data",isArray:!0,description:""}],\u6210\u529F:[{group:"\u6210\u529F",type:"Number",optional:!1,field:"code",isArray:!1,defaultValue:"0",description:`<p>\u9519\u8BEF\u4EE3\u7801 0-\u8BF7\u6C42\u6210\u529F \u8BE6\u89C1 <a href="javascript:;" onclick="toMenu('Error','GetGeterrorcode')">\u9519\u8BEF\u4EE3\u7801</a></p>`},{group:"\u6210\u529F",type:"Number",optional:!1,field:"timestamp",isArray:!1,description:"<p>\u670D\u52A1\u5668\u65F6\u95F4\u6233</p>"},{group:"\u6210\u529F",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u9519\u8BEF\u4FE1\u606F OK\u4E3A\u6210\u529F</p>"},{group:"\u6210\u529F",type:"Array",optional:!0,field:"data",isArray:!1,description:"<p>\u6570\u636E \u82E5code!=0 \u5219\u4E3A\u9519\u8BEF\u6570\u636E\uFF0Ccode=101009 \u8BE5\u503C\u4E3A\u9A8C\u8BC1\u5931\u8D25\u7684\u8BE6\u60C5</p>"}]}},filename:"Menu.php",groupTitle:"\u83DC\u5355\u7BA1\u7406",name:"PostAdminMenuCheck",sampleRequest:[{url:"https://bot.testx2.cc/admin/menu/check"}],header:{fields:{Header:[{group:"Header",type:"String",optional:!1,field:"Authorization",isArray:!1,description:"<p>"Bearer "+ token</p>"}]}}},{type:"post",url:"/admin/menu/delete",title:"\u5220\u9664",group:"\u83DC\u5355\u7BA1\u7406",version:"1.0.0",parameter:{fields:{Parameter:[{group:"Parameter",type:"int",optional:!1,field:"id",isArray:!1,description:"<p>\u83DC\u5355ID</p>"}]}},filename:"Menu.php",groupTitle:"\u83DC\u5355\u7BA1\u7406",name:"PostAdminMenuDelete",sampleRequest:[{url:"https://bot.testx2.cc/admin/menu/delete"}],success:{fields:{\u6210\u529F:[{group:"\u6210\u529F",type:"Number",optional:!1,field:"code",isArray:!1,defaultValue:"0",description:`<p>\u9519\u8BEF\u4EE3\u7801 0-\u8BF7\u6C42\u6210\u529F \u8BE6\u89C1 <a href="javascript:;" onclick="toMenu('Error','GetGeterrorcode')">\u9519\u8BEF\u4EE3\u7801</a></p>`},{group:"\u6210\u529F",type:"Number",optional:!1,field:"timestamp",isArray:!1,description:"<p>\u670D\u52A1\u5668\u65F6\u95F4\u6233</p>"},{group:"\u6210\u529F",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u9519\u8BEF\u4FE1\u606F OK\u4E3A\u6210\u529F</p>"},{group:"\u6210\u529F",type:"Array",optional:!0,field:"data",isArray:!1,description:"<p>\u6570\u636E \u82E5code!=0 \u5219\u4E3A\u9519\u8BEF\u6570\u636E\uFF0Ccode=101009 \u8BE5\u503C\u4E3A\u9A8C\u8BC1\u5931\u8D25\u7684\u8BE6\u60C5</p>"}]}},header:{fields:{Header:[{group:"Header",type:"String",optional:!1,field:"Authorization",isArray:!1,description:"<p>"Bearer "+ token</p>"}]}}},{type:"post",url:"/admin/menu/submit",title:"\u4FEE\u6539\u83DC\u5355",group:"\u83DC\u5355\u7BA1\u7406",version:"1.0.0",parameter:{fields:{Parameter:[{group:"Parameter",type:"int",optional:!1,field:"id",isArray:!1,description:"<p>\u83DC\u5355ID</p>"},{group:"Parameter",type:"string",optional:!1,field:"title",isArray:!1,description:"<p>\u83DC\u5355\u540D\u79F0</p>"},{group:"Parameter",type:"string",optional:!0,field:"uri",isArray:!1,description:"<p>\u83DC\u5355\u94FE\u63A5\u5730\u5740/\u8DEF\u7531</p>"},{group:"Parameter",type:"string",optional:!0,field:"parent_id",isArray:!1,description:"<p>\u7236\u7EA7\u83DC\u5355ID</p>"},{group:"Parameter",type:"string",optional:!0,field:"sort",isArray:!1,description:"<p>\u6392\u5E8F\u503C\uFF08\u8D8A\u5C0F\u8D8A\u9760\u524D\uFF09</p>"},{group:"Parameter",type:"string",optional:!0,field:"status",isArray:!1,description:"<p>\u72B6\u6001 1-\u663E\u793A 2-\u9690\u85CF</p>"},{group:"Parameter",type:"string",optional:!0,field:"type",isArray:!1,description:"<p>\u7C7B\u578B 1-\u83DC\u5355 2-\u6309\u94AE</p>"}]}},filename:"Menu.php",groupTitle:"\u83DC\u5355\u7BA1\u7406",name:"PostAdminMenuSubmit",sampleRequest:[{url:"https://bot.testx2.cc/admin/menu/submit"}],success:{fields:{\u6210\u529F:[{group:"\u6210\u529F",type:"Number",optional:!1,field:"code",isArray:!1,defaultValue:"0",description:`<p>\u9519\u8BEF\u4EE3\u7801 0-\u8BF7\u6C42\u6210\u529F \u8BE6\u89C1 <a href="javascript:;" onclick="toMenu('Error','GetGeterrorcode')">\u9519\u8BEF\u4EE3\u7801</a></p>`},{group:"\u6210\u529F",type:"Number",optional:!1,field:"timestamp",isArray:!1,description:"<p>\u670D\u52A1\u5668\u65F6\u95F4\u6233</p>"},{group:"\u6210\u529F",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u9519\u8BEF\u4FE1\u606F OK\u4E3A\u6210\u529F</p>"},{group:"\u6210\u529F",type:"Array",optional:!0,field:"data",isArray:!1,description:"<p>\u6570\u636E \u82E5code!=0 \u5219\u4E3A\u9519\u8BEF\u6570\u636E\uFF0Ccode=101009 \u8BE5\u503C\u4E3A\u9A8C\u8BC1\u5931\u8D25\u7684\u8BE6\u60C5</p>"}]}},header:{fields:{Header:[{group:"Header",type:"String",optional:!1,field:"Authorization",isArray:!1,description:"<p>"Bearer "+ token</p>"}]}}},{type:"get",url:"/admin/role",title:"\u89D2\u8272\u5217\u8868",group:"\u89D2\u8272\u7BA1\u7406",version:"1.0.0",parameter:{fields:{Parameter:[{group:"Parameter",type:"int",optional:!0,field:"page",isArray:!1,defaultValue:"1",description:""},{group:"Parameter",type:"int",optional:!0,field:"limit",isArray:!1,defaultValue:"10",description:""},{group:"Parameter",type:"string",optional:!0,field:"display_name",isArray:!1,description:"<p>\u89D2\u8272\u540D\u79F0</p>"}]}},success:{fields:{data:[{group:"data",type:"Object",optional:!1,field:"data",isArray:!1,description:""},{group:"data",type:"int",optional:!1,parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.total",isArray:!1,description:"<p>\u6570\u91CF</p>"},{group:"data",type:"Object[]",optional:!1,parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",isArray:!0,description:"<p>\u5217\u8868</p>"},{group:"data",type:"int",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.id",isArray:!1,description:""},{group:"data",type:"string",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.display_name",isArray:!1,description:"<p>\u89D2\u8272\u540D\u79F0\uFF08\u663E\u793A\u7528\uFF09</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.description",isArray:!1,description:"<p>\u89D2\u8272\u63CF\u8FF0</p>"},{group:"data",type:"array",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.menus_ids",isArray:!1,description:"<p>\u89D2\u8272\u62E5\u6709\u7684\u83DC\u5355</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.updated_at",isArray:!1,description:""},{group:"data",type:"string",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.created_at",isArray:!1,description:""}],\u6210\u529F:[{group:"\u6210\u529F",type:"Number",optional:!1,field:"code",isArray:!1,defaultValue:"0",description:`<p>\u9519\u8BEF\u4EE3\u7801 0-\u8BF7\u6C42\u6210\u529F \u8BE6\u89C1 <a href="javascript:;" onclick="toMenu('Error','GetGeterrorcode')">\u9519\u8BEF\u4EE3\u7801</a></p>`},{group:"\u6210\u529F",type:"Number",optional:!1,field:"timestamp",isArray:!1,description:"<p>\u670D\u52A1\u5668\u65F6\u95F4\u6233</p>"},{group:"\u6210\u529F",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u9519\u8BEF\u4FE1\u606F OK\u4E3A\u6210\u529F</p>"},{group:"\u6210\u529F",type:"Array",optional:!0,field:"data",isArray:!1,description:"<p>\u6570\u636E \u82E5code!=0 \u5219\u4E3A\u9519\u8BEF\u6570\u636E\uFF0Ccode=101009 \u8BE5\u503C\u4E3A\u9A8C\u8BC1\u5931\u8D25\u7684\u8BE6\u60C5</p>"}]}},filename:"Role.php",groupTitle:"\u89D2\u8272\u7BA1\u7406",name:"GetAdminRole",sampleRequest:[{url:"https://bot.testx2.cc/admin/role"}],header:{fields:{Header:[{group:"Header",type:"String",optional:!1,field:"Authorization",isArray:!1,description:"<p>"Bearer "+ token</p>"}]}}},{type:"get",url:"/admin/role/all",title:"\u5168\u90E8\u89D2\u8272",group:"\u89D2\u8272\u7BA1\u7406",version:"1.0.0",success:{fields:{data:[{group:"data",type:"Object[]",optional:!1,field:"data",isArray:!0,description:"<p>\u5217\u8868</p>"},{group:"data",type:"int",optional:!1,parentNode:{path:"data",field:"data",type:"Object[]",isArray:!0},field:"data.id",isArray:!1,description:""},{group:"data",type:"string",optional:!1,parentNode:{path:"data",field:"data",type:"Object[]",isArray:!0},field:"data.display_name",isArray:!1,description:"<p>\u89D2\u8272\u540D\u79F0\uFF08\u663E\u793A\u7528\uFF09</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data",field:"data",type:"Object[]",isArray:!0},field:"data.description",isArray:!1,description:"<p>\u89D2\u8272\u63CF\u8FF0</p>"},{group:"data",type:"array",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.menus_ids",isArray:!1,description:"<p>\u89D2\u8272\u62E5\u6709\u7684\u83DC\u5355</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data",field:"data",type:"Object[]",isArray:!0},field:"data.updated_at",isArray:!1,description:""},{group:"data",type:"string",optional:!1,parentNode:{path:"data",field:"data",type:"Object[]",isArray:!0},field:"data.created_at",isArray:!1,description:""}],\u6210\u529F:[{group:"\u6210\u529F",type:"Number",optional:!1,field:"code",isArray:!1,defaultValue:"0",description:`<p>\u9519\u8BEF\u4EE3\u7801 0-\u8BF7\u6C42\u6210\u529F \u8BE6\u89C1 <a href="javascript:;" onclick="toMenu('Error','GetGeterrorcode')">\u9519\u8BEF\u4EE3\u7801</a></p>`},{group:"\u6210\u529F",type:"Number",optional:!1,field:"timestamp",isArray:!1,description:"<p>\u670D\u52A1\u5668\u65F6\u95F4\u6233</p>"},{group:"\u6210\u529F",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u9519\u8BEF\u4FE1\u606F OK\u4E3A\u6210\u529F</p>"},{group:"\u6210\u529F",type:"Array",optional:!0,field:"data",isArray:!1,description:"<p>\u6570\u636E \u82E5code!=0 \u5219\u4E3A\u9519\u8BEF\u6570\u636E\uFF0Ccode=101009 \u8BE5\u503C\u4E3A\u9A8C\u8BC1\u5931\u8D25\u7684\u8BE6\u60C5</p>"}]}},filename:"Role.php",groupTitle:"\u89D2\u8272\u7BA1\u7406",name:"GetAdminRoleAll",sampleRequest:[{url:"https://bot.testx2.cc/admin/role/all"}],header:{fields:{Header:[{group:"Header",type:"String",optional:!1,field:"Authorization",isArray:!1,description:"<p>"Bearer "+ token</p>"}]}}},{type:"post",url:"/admin/role/delete",title:"\u5220\u9664\u89D2\u8272",group:"\u89D2\u8272\u7BA1\u7406",version:"1.0.0",parameter:{fields:{Parameter:[{group:"Parameter",type:"int",optional:!1,field:"id",isArray:!1,description:"<p>\u89D2\u8272ID</p>"}]}},filename:"Role.php",groupTitle:"\u89D2\u8272\u7BA1\u7406",name:"PostAdminRoleDelete",sampleRequest:[{url:"https://bot.testx2.cc/admin/role/delete"}],success:{fields:{\u6210\u529F:[{group:"\u6210\u529F",type:"Number",optional:!1,field:"code",isArray:!1,defaultValue:"0",description:`<p>\u9519\u8BEF\u4EE3\u7801 0-\u8BF7\u6C42\u6210\u529F \u8BE6\u89C1 <a href="javascript:;" onclick="toMenu('Error','GetGeterrorcode')">\u9519\u8BEF\u4EE3\u7801</a></p>`},{group:"\u6210\u529F",type:"Number",optional:!1,field:"timestamp",isArray:!1,description:"<p>\u670D\u52A1\u5668\u65F6\u95F4\u6233</p>"},{group:"\u6210\u529F",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u9519\u8BEF\u4FE1\u606F OK\u4E3A\u6210\u529F</p>"},{group:"\u6210\u529F",type:"Array",optional:!0,field:"data",isArray:!1,description:"<p>\u6570\u636E \u82E5code!=0 \u5219\u4E3A\u9519\u8BEF\u6570\u636E\uFF0Ccode=101009 \u8BE5\u503C\u4E3A\u9A8C\u8BC1\u5931\u8D25\u7684\u8BE6\u60C5</p>"}]}},header:{fields:{Header:[{group:"Header",type:"String",optional:!1,field:"Authorization",isArray:!1,description:"<p>"Bearer "+ token</p>"}]}}},{type:"post",url:"/admin/role/submit",title:"\u4FEE\u6539\u89D2\u8272",group:"\u89D2\u8272\u7BA1\u7406",version:"1.0.0",parameter:{fields:{Parameter:[{group:"Parameter",type:"int",optional:!1,field:"id",isArray:!1,description:"<p>\u89D2\u8272ID</p>"},{group:"Parameter",type:"string",optional:!1,field:"display_name",isArray:!1,description:"<p>\u89D2\u8272\u540D\u79F0\uFF08\u663E\u793A\u7528\uFF09</p>"},{group:"Parameter",type:"string",optional:!1,field:"description",isArray:!1,description:"<p>\u89D2\u8272\u63CF\u8FF0</p>"},{group:"Parameter",type:"array",optional:!0,field:"menus_ids",isArray:!1,description:"<p>\u89D2\u8272\u83DC\u5355</p>"}]}},filename:"Role.php",groupTitle:"\u89D2\u8272\u7BA1\u7406",name:"PostAdminRoleSubmit",sampleRequest:[{url:"https://bot.testx2.cc/admin/role/submit"}],success:{fields:{\u6210\u529F:[{group:"\u6210\u529F",type:"Number",optional:!1,field:"code",isArray:!1,defaultValue:"0",description:`<p>\u9519\u8BEF\u4EE3\u7801 0-\u8BF7\u6C42\u6210\u529F \u8BE6\u89C1 <a href="javascript:;" onclick="toMenu('Error','GetGeterrorcode')">\u9519\u8BEF\u4EE3\u7801</a></p>`},{group:"\u6210\u529F",type:"Number",optional:!1,field:"timestamp",isArray:!1,description:"<p>\u670D\u52A1\u5668\u65F6\u95F4\u6233</p>"},{group:"\u6210\u529F",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u9519\u8BEF\u4FE1\u606F OK\u4E3A\u6210\u529F</p>"},{group:"\u6210\u529F",type:"Array",optional:!0,field:"data",isArray:!1,description:"<p>\u6570\u636E \u82E5code!=0 \u5219\u4E3A\u9519\u8BEF\u6570\u636E\uFF0Ccode=101009 \u8BE5\u503C\u4E3A\u9A8C\u8BC1\u5931\u8D25\u7684\u8BE6\u60C5</p>"}]}},header:{fields:{Header:[{group:"Header",type:"String",optional:!1,field:"Authorization",isArray:!1,description:"<p>"Bearer "+ token</p>"}]}}},{type:"get",url:"/admin/config/get",title:"\u83B7\u53D6\u6307\u5B9A\u914D\u7F6E",group:"\u914D\u7F6E",version:"1.0.0",parameter:{fields:{Parameter:[{group:"Parameter",type:"string",optional:!1,field:"field",isArray:!1,description:"<p>\u914D\u7F6E\u9879</p> <ul> <li>base_score \u623F\u95F4\u5E95\u5206\u6570\u7EC4</li> <li>brokerage \u62BD\u4F63\u6BD4\u4F8B</li> <li>service_charge \u63D0\u73B0\u624B\u7EED\u8D39</li> <li>service_account \u5BA2\u670D\u8D26\u53F7</li> <li>receiving_address \u624B\u52A8\u6536\u6B3E \u7684\u5730\u5740</li> <li>receiving_type \u6536\u6B3E\u65B9\u5F0F 1-\u81EA\u52A8 2-\u624B\u52A8</li> <li>channel_message \u9891\u9053\u6D88\u606F</li> </ul>"}]}},success:{fields:{data:[{group:"data",type:"Object",optional:!1,field:"data",isArray:!1,description:""},{group:"data",type:"int[]",optional:!0,parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.base_score",isArray:!0,description:"<p>\u623F\u95F4\u5E95\u5206\u6570\u7EC4</p>"},{group:"data",type:"float",optional:!0,parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.brokerage",isArray:!1,description:"<p>\u62BD\u4F63\u6BD4\u4F8B</p>"},{group:"data",type:"int",optional:!0,parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.service_charge",isArray:!1,description:"<p>\u63D0\u73B0\u624B\u7EED\u8D39</p>"},{group:"data",type:"string",optional:!0,parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.service_account",isArray:!1,description:"<p>\u5BA2\u670D\u8D26\u53F7</p>"},{group:"data",type:"string",optional:!0,parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.receiving_address",isArray:!1,description:"<p>\u624B\u52A8\u6536\u6B3E \u7684\u5730\u5740</p>"},{group:"data",type:"int",optional:!0,parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.receiving_type",isArray:!1,description:"<p>\u6536\u6B3E\u65B9\u5F0F 1-\u81EA\u52A8 2-\u624B\u52A8</p>"},{group:"data",type:"Object",optional:!0,parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.channel_message",isArray:!1,description:"<p>\u9891\u9053\u6D88\u606F</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data.channel_message",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.channel_message",type:"Object",isArray:!1},field:"data.channel_message.chatId",isArray:!1,description:"<p>\u9891\u9053\u8D26\u53F7\u6216\u9891\u9053ID</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data.channel_message",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.channel_message",type:"Object",isArray:!1},field:"data.channel_message.image",isArray:!1,description:"<p>\u8981\u53D1\u9001\u9891\u9053\u6D88\u606F \u7684\u56FE\u7247URL</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data.channel_message",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.channel_message",type:"Object",isArray:!1},field:"data.channel_message.text",isArray:!1,description:"<p>\u8981\u53D1\u9001\u9891\u9053\u6D88\u606F\u6587 \u7684\u672C\u5185\u5BB9</p>"},{group:"data",type:"array",optional:!1,parentNode:{path:"data.channel_message",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.channel_message",type:"Object",isArray:!1},field:"data.channel_message.button",isArray:!1,description:"<p>\u8981\u53D1\u9001\u9891\u9053\u6D88\u606F \u7684\u5185\u8054\u6309\u94AE\uFF0C\u5177\u4F53\u7ED3\u6784\u89C1\u4E0B\u65B9</p>"}],\u6210\u529F:[{group:"\u6210\u529F",type:"Number",optional:!1,field:"code",isArray:!1,defaultValue:"0",description:`<p>\u9519\u8BEF\u4EE3\u7801 0-\u8BF7\u6C42\u6210\u529F \u8BE6\u89C1 <a href="javascript:;" onclick="toMenu('Error','GetGeterrorcode')">\u9519\u8BEF\u4EE3\u7801</a></p>`},{group:"\u6210\u529F",type:"Number",optional:!1,field:"timestamp",isArray:!1,description:"<p>\u670D\u52A1\u5668\u65F6\u95F4\u6233</p>"},{group:"\u6210\u529F",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u9519\u8BEF\u4FE1\u606F OK\u4E3A\u6210\u529F</p>"},{group:"\u6210\u529F",type:"Array",optional:!0,field:"data",isArray:!1,description:"<p>\u6570\u636E \u82E5code!=0 \u5219\u4E3A\u9519\u8BEF\u6570\u636E\uFF0Ccode=101009 \u8BE5\u503C\u4E3A\u9A8C\u8BC1\u5931\u8D25\u7684\u8BE6\u60C5</p>"}]},examples:[{title:"\u5185\u8054\u6309\u94AE\u7ED3\u6784",content:`//button \u7684\u6570\u636E\u683C\u5F0F\u5982\u4E0B
- [
- [ //\u7B2C\u4E00\u884C
- { //\u7B2C\u4E00\u884C\u6309\u94AE \u7684\u7B2C\u4E00\u4E2A\u6309\u94AE
- "text": "\u767E\u5EA6", //\u6309\u94AE\u6587\u5B57
- "url": "https://baidu.com" //\u6309\u94AE\u8DF3\u8F6C\u7684\u94FE\u63A5
- },
- { //\u7B2C\u4E00\u884C\u6309\u94AE \u7684\u7B2C\u4E8C\u4E2A\u6309\u94AE
- "text": "\u767E\u5EA6",
- "url": "https://baidu.com"
- }
- //\u66F4\u591A\u6309\u94AE...
- ],
- [ //\u7B2C\u4E8C\u884C
- {
- "text": "\u767E\u5EA6",
- "url": "https://baidu.com"
- }
- ]
- //\u66F4\u591A\u884C...
- ]`,type:"js"}]},filename:"Config.php",groupTitle:"\u914D\u7F6E",name:"GetAdminConfigGet",sampleRequest:[{url:"https://bot.testx2.cc/admin/config/get"}],header:{fields:{Header:[{group:"Header",type:"String",optional:!1,field:"Authorization",isArray:!1,description:"<p>"Bearer "+ token</p>"}]}}},{type:"get",url:"/admin/config/getAll",title:"\u83B7\u53D6\u6240\u6709\u914D\u7F6E",group:"\u914D\u7F6E",version:"1.0.0",filename:"Config.php",groupTitle:"\u914D\u7F6E",name:"GetAdminConfigGetall",sampleRequest:[{url:"https://bot.testx2.cc/admin/config/getAll"}],success:{fields:{\u6210\u529F:[{group:"\u6210\u529F",type:"Number",optional:!1,field:"code",isArray:!1,defaultValue:"0",description:`<p>\u9519\u8BEF\u4EE3\u7801 0-\u8BF7\u6C42\u6210\u529F \u8BE6\u89C1 <a href="javascript:;" onclick="toMenu('Error','GetGeterrorcode')">\u9519\u8BEF\u4EE3\u7801</a></p>`},{group:"\u6210\u529F",type:"Number",optional:!1,field:"timestamp",isArray:!1,description:"<p>\u670D\u52A1\u5668\u65F6\u95F4\u6233</p>"},{group:"\u6210\u529F",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u9519\u8BEF\u4FE1\u606F OK\u4E3A\u6210\u529F</p>"},{group:"\u6210\u529F",type:"Array",optional:!0,field:"data",isArray:!1,description:"<p>\u6570\u636E \u82E5code!=0 \u5219\u4E3A\u9519\u8BEF\u6570\u636E\uFF0Ccode=101009 \u8BE5\u503C\u4E3A\u9A8C\u8BC1\u5931\u8D25\u7684\u8BE6\u60C5</p>"}]}},header:{fields:{Header:[{group:"Header",type:"String",optional:!1,field:"Authorization",isArray:!1,description:"<p>"Bearer "+ token</p>"}]}}},{type:"post",url:"/admin/config/sendChannelMessage",title:"\u53D1\u9001\u9891\u9053\u6D88\u606F",group:"\u914D\u7F6E",version:"1.0.0",description:"<p>\u8BE5\u63A5\u53E3\u4F1A\u4FDD\u5B58\u914D\u7F6E\uFF0C\u5E76\u53D1\u9001\u9891\u9053\u6D88\u606F\uFF1B \u521B\u5EFA\u9891\u9053\u4E4B\u540E\u9700\u8981\u5C06 bot \u62C9\u8FDB\u9891\u9053\u5185\uFF0C\u7136\u540E\u5C06 bot \u8BBE\u7F6E\u4E3A\u7BA1\u7406\u5458</p>",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"chatId",isArray:!1,description:"<p>\u9891\u9053\u7684username - \u521B\u5EFA\u9891\u9053\u65F6\u5019\u586B\u5199\u7684 username</p>"},{group:"Parameter",type:"String",optional:!1,field:"type",isArray:!1,description:"<p>\u53D1\u9001\u7684\u7C7B\u578B - image\uFF1A\u56FE\u7247 - video\uFF1A\u89C6\u9891</p>"},{group:"Parameter",type:"String",optional:!1,field:"image",isArray:!1,description:"<p>\u8981\u53D1\u9001\u7684\u56FE\u7247</p>"},{group:"Parameter",type:"String",optional:!1,field:"text",isArray:!1,description:"<p>\u8981\u53D1\u9001\u7684\u6587\u5B57</p>"},{group:"Parameter",type:"Array",optional:!1,field:"button",isArray:!1,description:"<p>\u6D88\u606F\u4E2D\u7684\u6309\u94AE \u5177\u4F53\u7ED3\u6784\u8BF7\u770B\u793A\u4F8B\u4EE3\u7801</p>"},{group:"Parameter",type:"String",optional:!1,field:"video",isArray:!1,description:"<p>\u89C6\u9891</p>"},{group:"Parameter",type:"String",optional:!1,field:"video_caption",isArray:!1,description:"<p>\u89C6\u9891\u6587\u6848</p>"},{group:"Parameter",type:"Boolean",optional:!0,field:"isSend",isArray:!1,defaultValue:"true",description:"<p>\u662F\u5426\u53D1\u9001</p>"},{group:"Parameter",type:"Boolean",optional:!0,field:"isTop",isArray:!1,defaultValue:"true",description:"<p>\u662F\u5426\u7F6E\u9876</p>"}]}},examples:[{title:"button \u793A\u4F8B",content:`//button \u7684\u6570\u636E\u683C\u5F0F\u5982\u4E0B
- [
- [ //\u7B2C\u4E00\u884C
- { //\u7B2C\u4E00\u884C\u6309\u94AE \u7684\u7B2C\u4E00\u4E2A\u6309\u94AE
- "text": "\u767E\u5EA6", //\u6309\u94AE\u6587\u5B57
- "url": "https://baidu.com" //\u6309\u94AE\u8DF3\u8F6C\u7684\u94FE\u63A5
- },
- { //\u7B2C\u4E00\u884C\u6309\u94AE \u7684\u7B2C\u4E8C\u4E2A\u6309\u94AE
- "text": "\u767E\u5EA6",
- "url": "https://baidu.com"
- }
- //\u66F4\u591A\u6309\u94AE...
- ],
- [ //\u7B2C\u4E8C\u884C
- {
- "text": "\u767E\u5EA6",
- "url": "https://baidu.com"
- }
- ]
- //\u66F4\u591A\u884C...
- ]`,type:"js"}],filename:"Config.php",groupTitle:"\u914D\u7F6E",name:"PostAdminConfigSendchannelmessage",sampleRequest:[{url:"https://bot.testx2.cc/admin/config/sendChannelMessage"}],success:{fields:{\u6210\u529F:[{group:"\u6210\u529F",type:"Number",optional:!1,field:"code",isArray:!1,defaultValue:"0",description:`<p>\u9519\u8BEF\u4EE3\u7801 0-\u8BF7\u6C42\u6210\u529F \u8BE6\u89C1 <a href="javascript:;" onclick="toMenu('Error','GetGeterrorcode')">\u9519\u8BEF\u4EE3\u7801</a></p>`},{group:"\u6210\u529F",type:"Number",optional:!1,field:"timestamp",isArray:!1,description:"<p>\u670D\u52A1\u5668\u65F6\u95F4\u6233</p>"},{group:"\u6210\u529F",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u9519\u8BEF\u4FE1\u606F OK\u4E3A\u6210\u529F</p>"},{group:"\u6210\u529F",type:"Array",optional:!0,field:"data",isArray:!1,description:"<p>\u6570\u636E \u82E5code!=0 \u5219\u4E3A\u9519\u8BEF\u6570\u636E\uFF0Ccode=101009 \u8BE5\u503C\u4E3A\u9A8C\u8BC1\u5931\u8D25\u7684\u8BE6\u60C5</p>"}]}},header:{fields:{Header:[{group:"Header",type:"String",optional:!1,field:"Authorization",isArray:!1,description:"<p>"Bearer "+ token</p>"}]}}},{type:"post",url:"/admin/config/set",title:"\u4FEE\u6539\u914D\u7F6E",group:"\u914D\u7F6E",version:"1.0.0",parameter:{fields:{Parameter:[{group:"Parameter",type:"int[]",optional:!1,field:"base_score",isArray:!0,description:"<p>\u623F\u95F4\u5E95\u5206\u6570\u7EC4</p>"},{group:"Parameter",type:"string",optional:!1,field:"brokerage",isArray:!1,description:"<p>\u62BD\u4F63\u6BD4\u4F8B</p>"},{group:"Parameter",type:"string",optional:!1,field:"service_charge",isArray:!1,description:"<p>\u63D0\u73B0\u624B\u7EED\u8D39</p>"},{group:"Parameter",type:"string",optional:!1,field:"service_account",isArray:!1,description:"<p>\u5BA2\u670D\u8D26\u53F7</p>"},{group:"Parameter",type:"string",optional:!1,field:"receiving_address",isArray:!1,description:"<p>\u5145\u503C\u6536\u6B3E\u5730\u5740</p>"},{group:"Parameter",type:"string",optional:!1,field:"receiving_type",isArray:!1,description:"<p>\u6536\u6B3E\u65B9\u5F0F 1-\u81EA\u52A8 2-\u624B\u52A8</p>"}]}},filename:"Config.php",groupTitle:"\u914D\u7F6E",name:"PostAdminConfigSet",sampleRequest:[{url:"https://bot.testx2.cc/admin/config/set"}],success:{fields:{\u6210\u529F:[{group:"\u6210\u529F",type:"Number",optional:!1,field:"code",isArray:!1,defaultValue:"0",description:`<p>\u9519\u8BEF\u4EE3\u7801 0-\u8BF7\u6C42\u6210\u529F \u8BE6\u89C1 <a href="javascript:;" onclick="toMenu('Error','GetGeterrorcode')">\u9519\u8BEF\u4EE3\u7801</a></p>`},{group:"\u6210\u529F",type:"Number",optional:!1,field:"timestamp",isArray:!1,description:"<p>\u670D\u52A1\u5668\u65F6\u95F4\u6233</p>"},{group:"\u6210\u529F",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u9519\u8BEF\u4FE1\u606F OK\u4E3A\u6210\u529F</p>"},{group:"\u6210\u529F",type:"Array",optional:!0,field:"data",isArray:!1,description:"<p>\u6570\u636E \u82E5code!=0 \u5219\u4E3A\u9519\u8BEF\u6570\u636E\uFF0Ccode=101009 \u8BE5\u503C\u4E3A\u9A8C\u8BC1\u5931\u8D25\u7684\u8BE6\u60C5</p>"}]}},header:{fields:{Header:[{group:"Header",type:"String",optional:!1,field:"Authorization",isArray:!1,description:"<p>"Bearer "+ token</p>"}]}}},{type:"get",url:"/admin/balance/log",title:"\u94B1\u5305\u8BB0\u5F55",group:"\u94B1\u5305\u76F8\u5173",version:"1.0.0",parameter:{fields:{Parameter:[{group:"Parameter",type:"int",optional:!0,field:"page",isArray:!1,defaultValue:"1",description:""},{group:"Parameter",type:"int",optional:!0,field:"limit",isArray:!1,defaultValue:"10",description:""},{group:"Parameter",type:"string",optional:!0,field:"member_id",isArray:!1,description:"<p>tg\u4F1A\u5458ID</p>"}]}},success:{fields:{data:[{group:"data",type:"Object",optional:!1,field:"data",isArray:!1,description:""},{group:"data",type:"int",optional:!1,parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.total",isArray:!1,description:"<p>\u6570\u91CF</p>"},{group:"data",type:"Object[]",optional:!1,parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",isArray:!0,description:"<p>\u5217\u8868</p>"},{group:"data",type:"int",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.id",isArray:!1,description:""},{group:"data",type:"string",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.room_id",isArray:!1,description:"<p>\u623F\u95F4\u53F7\uFF0C\u5982\u679C\u662F\u7ED3\u7B97</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.member_id",isArray:!1,description:"<p>tg\u4F1A\u5458id</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.amount",isArray:!1,description:"<p>\u53D8\u52A8\u91D1\u989D</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.before_balance",isArray:!1,description:"<p>\u53D8\u52A8\u524D\u4F59\u989D</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.after_balance",isArray:!1,description:"<p>\u53D8\u52A8\u540E\u4F59\u989D</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.change_type",isArray:!1,description:"<p>\u53D8\u52A8\u7C7B\u578B\uFF0C\u5982 "\u5145\u503C"\u3001"\u63D0\u73B0"\u3001"\u7ED3\u7B97" \u7B49</p>"},{group:"data",type:"int",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.related_id",isArray:!1,description:"<p>\u76F8\u5173ID</p>"},{group:"data",type:"string",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.updated_at",isArray:!1,description:""},{group:"data",type:"string",optional:!1,parentNode:{path:"data.data",parentNode:{path:"data",field:"data",type:"Object",isArray:!1},field:"data.data",type:"Object[]",isArray:!0},field:"data.data.created_at",isArray:!1,description:""}],\u6210\u529F:[{group:"\u6210\u529F",type:"Number",optional:!1,field:"code",isArray:!1,defaultValue:"0",description:`<p>\u9519\u8BEF\u4EE3\u7801 0-\u8BF7\u6C42\u6210\u529F \u8BE6\u89C1 <a href="javascript:;" onclick="toMenu('Error','GetGeterrorcode')">\u9519\u8BEF\u4EE3\u7801</a></p>`},{group:"\u6210\u529F",type:"Number",optional:!1,field:"timestamp",isArray:!1,description:"<p>\u670D\u52A1\u5668\u65F6\u95F4\u6233</p>"},{group:"\u6210\u529F",type:"String",optional:!1,field:"msg",isArray:!1,description:"<p>\u9519\u8BEF\u4FE1\u606F OK\u4E3A\u6210\u529F</p>"},{group:"\u6210\u529F",type:"Array",optional:!0,field:"data",isArray:!1,description:"<p>\u6570\u636E \u82E5code!=0 \u5219\u4E3A\u9519\u8BEF\u6570\u636E\uFF0Ccode=101009 \u8BE5\u503C\u4E3A\u9A8C\u8BC1\u5931\u8D25\u7684\u8BE6\u60C5</p>"}]}},filename:"Balance.php",groupTitle:"\u94B1\u5305\u76F8\u5173",name:"GetAdminBalanceLog",sampleRequest:[{url:"https://bot.testx2.cc/admin/balance/log"}],header:{fields:{Header:[{group:"Header",type:"String",optional:!1,field:"Authorization",isArray:!1,description:"<p>"Bearer "+ token</p>"}]}}}];const ce={name:"API - Bot",version:"1.0.0",description:"Bot",title:"API\u6587\u6863",url:"",sampleUrl:"https://bot.testx2.cc",template:{forceLanguage:"zh_cn",withGenerator:!1,aloneDisplay:!1,showRequiredLabels:!1},defaultVersion:"0.0.0",apidoc:"0.3.0",generator:{name:"apidoc",time:"Wed Aug 06 2025 10:49:36 GMT+0800 (\u4E2D\u56FD\u6807\u51C6\u65F6\u95F4)",url:"https://apidocjs.com",version:"1.2.0"}};ht();const Re=l().compile(g()("#template-header").html()),we=l().compile(g()("#template-footer").html()),J=l().compile(g()("#template-article").html()),ye=l().compile(g()("#template-compare-article").html()),he=l().compile(g()("#template-generator").html()),ve=l().compile(g()("#template-project").html()),Fe=l().compile(g()("#template-sections").html()),Ge=l().compile(g()("#template-sidenav").html()),Ue={aloneDisplay:!1,showRequiredLabels:!1,withGenerator:!0,withCompare:!0};ce.template=Object.assign(Ue,(Ke=ce.template)!=null?Ke:{}),ce.template.forceLanguage&&Et(ce.template.forceLanguage);const Ye=(0,i.groupBy)(Oe,ie=>ie.group),Qe={};g().each(Ye,(ie,ne)=>{Qe[ie]=(0,i.groupBy)(ne,ue=>ue.name)});const lt=[];g().each(Qe,(ie,ne)=>{let ue=[];g().each(ne,(le,Pe)=>{const $e=Pe[0].title;$e&&ue.push($e.toLowerCase()+"#~#"+le)}),ue.sort(),ce.order&&(ue=De(ue,ce.order,"#~#")),ue.forEach(le=>{const $e=le.split("#~#")[1];ne[$e].forEach(Ie=>{lt.push(Ie)})})}),Oe=lt;let gt={};const kt={};let Lt={};Lt[ce.version]=1,g().each(Oe,(ie,ne)=>{gt[ne.group]=1,kt[ne.group]=ne.groupTitle||ne.group,Lt[ne.version]=1}),gt=Object.keys(gt),gt.sort(),ce.order&&(gt=xe(kt,ce.order)),Lt=Object.keys(Lt),Lt.sort(n().compare),Lt.reverse();const wt=[];gt.forEach(ie=>{wt.push({group:ie,isHeader:!0,title:kt[ie]});let ne="";Oe.forEach(ue=>{ue.group===ie&&(ne!==ue.name?wt.push({title:ue.title,group:ie,name:ue.name,type:ue.type,version:ue.version,url:ue.url}):wt.push({title:ue.title,group:ie,hidden:!0,name:ue.name,type:ue.type,version:ue.version,url:ue.url}),ne=ue.name)})});function fr(ie,ne,ue){let le=!1;if(!ne)return le;const Pe=ne.match(/<h(1|2).*?>(.+?)<\/h(1|2)>/gi);return Pe&&Pe.forEach(function($e){const Ie=$e.substring(2,3),ut=$e.replace(/<.+?>/g,""),bt=$e.match(/id="api-([^-]+)(?:-(.+))?"/),Rt=bt?bt[1]:null,mt=bt?bt[2]:null;Ie==="1"&&ut&&Rt&&(ie.splice(ue,0,{group:Rt,isHeader:!0,title:ut,isFixed:!0}),ue++,le=!0),Ie==="2"&&ut&&Rt&&mt&&(ie.splice(ue,0,{group:Rt,name:mt,isHeader:!1,title:ut,isFixed:!1,version:"1.0"}),ue++)}),le}let dr;if(ce.header&&(dr=fr(wt,ce.header.content,0),dr||wt.unshift({group:"_header",isHeader:!0,title:ce.header.title==null?At("General"):ce.header.title,isFixed:!0})),ce.footer){const ie=wt.length;dr=fr(wt,ce.footer.content,wt.length),!dr&&ce.footer.title!=null&&wt.splice(ie,0,{group:"_footer",isHeader:!0,title:ce.footer.title,isFixed:!0})}const Nr=ce.title?ce.title:"apiDoc: "+ce.name+" - "+ce.version;g()(document).attr("title",Nr),g()("#loader").remove();const Mr={nav:wt};g()("#sidenav").append(Ge(Mr)),g()("#generator").append(he(ce)),(0,i.extend)(ce,{versions:Lt}),g()("#project").append(ve(ce)),ce.header&&g()("#header").append(Re(ce.header)),ce.footer&&(g()("#footer").append(we(ce.footer)),ce.template.aloneDisplay&&document.getElementById("api-_footer").classList.add("hide"));const Bt={};let Fr="";gt.forEach(function(ie){const ne=[];let ue="",le={},Pe=ie,$e="";Bt[ie]={},Oe.forEach(function(Ie){ie===Ie.group&&(ue!==Ie.name?(Oe.forEach(function(ut){ie===ut.group&&Ie.name===ut.name&&(Object.prototype.hasOwnProperty.call(Bt[Ie.group],Ie.name)||(Bt[Ie.group][Ie.name]=[]),Bt[Ie.group][Ie.name].push(ut.version))}),le={article:Ie,versions:Bt[Ie.group][Ie.name]}):le={article:Ie,hidden:!0,versions:Bt[Ie.group][Ie.name]},ce.sampleUrl&&ce.sampleUrl===!0&&(ce.sampleUrl=window.location.origin),ce.url&&le.article.url.substr(0,4).toLowerCase()!=="http"&&(le.article.url=ce.url+le.article.url),se(le,Ie),Ie.groupTitle&&(Pe=Ie.groupTitle),Ie.groupDescription&&($e=Ie.groupDescription),ne.push({article:J(le),group:Ie.group,name:Ie.name,aloneDisplay:ce.template.aloneDisplay}),ue=Ie.name)}),le={group:ie,title:Pe,description:$e,articles:ne,aloneDisplay:ce.template.aloneDisplay},Fr+=Fe(le)}),g()("#sections").append(Fr),ce.template.aloneDisplay||(document.body.dataset.spy="scroll",g()("body").scrollspy({target:"#scrollingNav"})),g()(".form-control").on("focus change",function(){g()(this).removeClass("border-danger")}),g()(".sidenav").find("a").on("click",function(ie){ie.preventDefault();const ne=this.getAttribute("href");if(ce.template.aloneDisplay){const ue=document.querySelector(".sidenav > li.active");ue&&ue.classList.remove("active"),this.parentNode.classList.add("active")}else{const ue=document.querySelector(ne);ue&&g()("html,body").animate({scrollTop:ue.offsetTop},400)}window.location.hash=ne});function St(ie){let ne=!1;return g().each(ie,ue=>{ne=ne||(0,i.some)(ie[ue],le=>le.type)}),ne}function kr(){g()('button[data-toggle="popover"]').popover().click(function(ne){ne.preventDefault()});const ie=g()("#version strong").html();if(g()("#sidenav li").removeClass("is-new"),ce.template.withCompare&&g()("#sidenav li[data-version='"+ie+"']").each(function(){const ne=g()(this).data("group"),ue=g()(this).data("name"),le=g()("#sidenav li[data-group='"+ne+"'][data-name='"+ue+"']").length,Pe=g()("#sidenav li[data-group='"+ne+"'][data-name='"+ue+"']").index(g()(this));(le===1||Pe===le-1)&&g()(this).addClass("is-new")}),g()(".nav-tabs-examples a").click(function(ne){ne.preventDefault(),g()(this).tab("show")}),g()(".nav-tabs-examples").find("a:first").tab("show"),g()(".sample-request-content-type-switch").change(function(){g()(this).val()==="body-form-data"?(g()("#sample-request-body-json-input-"+g()(this).data("id")).hide(),g()("#sample-request-body-form-input-"+g()(this).data("id")).show()):(g()("#sample-request-body-form-input-"+g()(this).data("id")).hide(),g()("#sample-request-body-json-input-"+g()(this).data("id")).show())}),ce.template.aloneDisplay&&(g()(".show-group").click(function(){const ne="."+g()(this).attr("data-group")+"-group",ue="."+g()(this).attr("data-group")+"-article";g()(".show-api-group").addClass("hide"),g()(ne).removeClass("hide"),g()(".show-api-article").addClass("hide"),g()(ue).removeClass("hide")}),g()(".show-api").click(function(){const ne=this.getAttribute("href").substring(1),ue=document.getElementById("version").textContent.trim(),le=`.${this.dataset.name}-article`,Pe=`[id="${ne}-${ue}"]`,$e=`.${this.dataset.group}-group`;g()(".show-api-group").addClass("hide"),g()($e).removeClass("hide"),g()(".show-api-article").addClass("hide");let Ie=g()(le);g()(Pe).length&&(Ie=g()(Pe).parent()),Ie.removeClass("hide"),ne.match(/_(header|footer)/)&&document.getElementById(ne).classList.remove("hide")})),ce.template.aloneDisplay||g()("body").scrollspy("refresh"),ce.template.aloneDisplay){const ne=decodeURI(window.location.hash);if(ne!=null&&ne.length!==0){const ue=document.getElementById("version").textContent.trim(),le=document.querySelector(`li .${ne.slice(1)}-init`),Pe=document.querySelector(`li[data-version="${ue}"] .show-api.${ne.slice(1)}-init`);let $e=le;Pe&&($e=Pe),$e.click()}}}function B(ie){typeof ie=="undefined"?ie=g()("#version strong").html():g()("#version strong").html(ie),g()("article").addClass("hide"),g()("#sidenav li:not(.nav-fixed)").addClass("hide");const ne={};document.querySelectorAll("article[data-version]").forEach(ue=>{const le=ue.dataset.group,Pe=ue.dataset.name,$e=ue.dataset.version,Ie=le+Pe;!ne[Ie]&&n().lte($e,ie)&&(ne[Ie]=!0,document.querySelector(`article[data-group="${le}"][data-name="${Pe}"][data-version="${$e}"]`).classList.remove("hide"),document.querySelector(`#sidenav li[data-group="${le}"][data-name="${Pe}"][data-version="${$e}"]`).classList.remove("hide"),document.querySelector(`#sidenav li.nav-header[data-group="${le}"]`).classList.remove("hide"))}),g()("article[data-version]").each(function(ue){const le=g()(this).data("group");g()("section#api-"+le).removeClass("hide"),g()("section#api-"+le+" article:visible").length===0?g()("section#api-"+le).addClass("hide"):g()("section#api-"+le).removeClass("hide")})}if(B(),g()("#versions li.version a").on("click",function(ie){ie.preventDefault(),B(g()(this).html())}),g()("#compareAllWithPredecessor").on("click",ee),g()("article .versions li.version a").on("click",q),g().urlParam=function(ie){const ne=new RegExp("[\\?&]"+ie+"=([^&#]*)").exec(window.location.href);return ne&&ne[1]?ne[1]:null},g().urlParam("compare")&&g()("#compareAllWithPredecessor").trigger("click"),window.location.hash){const ie=decodeURI(window.location.hash);g()(ie).length>0&&g()("html,body").animate({scrollTop:parseInt(g()(ie).offset().top)},0)}document.querySelector('[data-toggle="offcanvas"]').addEventListener("click",function(){const ie=document.querySelector(".row-offcanvas");ie&&ie.classList.toggle("active")}),g()("#scrollingNav .sidenav-search input.search").focus(),g()('[data-action="filter-search"]').on("keyup",Y(ie=>{const ne=ie.currentTarget.value.toLowerCase();g()(".sidenav a.nav-list-item").filter((ue,le)=>g()(le).toggle(g()(le).text().toLowerCase().indexOf(ne)>-1))},200)),g()("span.search-reset").on("click",function(){g()("#scrollingNav .sidenav-search input.search").val("").focus(),g()(".sidenav").find("a.nav-list-item").show()});function Y(ie,ne){let ue=null;return(...le)=>{clearTimeout(ue),ue=setTimeout(ie.bind(this,...le),ne||0)}}function q(ie){ie.preventDefault();const ne=g()(this).parents("article"),ue=g()(this).html(),le=ne.find(".version"),Pe=le.find("strong").html();le.find("strong").html(ue);const $e=ne.data("group"),Ie=ne.data("name"),ut=ne.data("version"),bt=ne.data("compare-version");if(bt!==ue&&!(!bt&&ut===ue)){if(bt&&Bt[$e][Ie][0]===ue||ut===ue)be($e,Ie,ut);else{let Rt={},mt={};g().each(Qe[$e][Ie],function(on,Vr){Vr.version===ut&&(Rt=Vr),Vr.version===ue&&(mt=Vr)});const st={article:Rt,compare:mt,versions:Bt[$e][Ie]};st.article.id=st.article.group+"-"+st.article.name+"-"+st.article.version,st.article.id=st.article.id.replace(/\./g,"_"),st.compare.id=st.compare.group+"-"+st.compare.name+"-"+st.compare.version,st.compare.id=st.compare.id.replace(/\./g,"_");let rt=Rt;rt.header&&rt.header.fields&&(st._hasTypeInHeaderFields=St(rt.header.fields)),rt.parameter&&rt.parameter.fields&&(st._hasTypeInParameterFields=St(rt.parameter.fields)),rt.error&&rt.error.fields&&(st._hasTypeInErrorFields=St(rt.error.fields)),rt.success&&rt.success.fields&&(st._hasTypeInSuccessFields=St(rt.success.fields)),rt.info&&rt.info.fields&&(st._hasTypeInInfoFields=St(rt.info.fields)),rt=mt,st._hasTypeInHeaderFields!==!0&&rt.header&&rt.header.fields&&(st._hasTypeInHeaderFields=St(rt.header.fields)),st._hasTypeInParameterFields!==!0&&rt.parameter&&rt.parameter.fields&&(st._hasTypeInParameterFields=St(rt.parameter.fields)),st._hasTypeInErrorFields!==!0&&rt.error&&rt.error.fields&&(st._hasTypeInErrorFields=St(rt.error.fields)),st._hasTypeInSuccessFields!==!0&&rt.success&&rt.success.fields&&(st._hasTypeInSuccessFields=St(rt.success.fields)),st._hasTypeInInfoFields!==!0&&rt.info&&rt.info.fields&&(st._hasTypeInInfoFields=St(rt.info.fields));const di=ye(st);ne.after(di),ne.next().find(".versions li.version a").on("click",q),g()("#sidenav li[data-group='"+$e+"'][data-name='"+Ie+"'][data-version='"+Pe+"']").addClass("has-modifications"),ne.remove()}kr(),m().highlightAll()}}function ee(ie){ie.preventDefault(),g()("article:visible .versions").each(function(){const ue=g()(this).parents("article").data("version");let le=null;g()(this).find("li.version a").each(function(){g()(this).html()<ue&&!le&&(le=g()(this))}),le&&le.trigger("click")})}function se(ie,ne){ie.id=ie.article.group+"-"+ie.article.name+"-"+ie.article.version,ie.id=ie.id.replace(/\./g,"_"),ne.header&&ne.header.fields&&(ie._hasTypeInHeaderFields=St(ne.header.fields)),ne.parameter&&ne.parameter.fields&&(ie._hasTypeInParameterFields=St(ne.parameter.fields)),ne.error&&ne.error.fields&&(ie._hasTypeInErrorFields=St(ne.error.fields)),ne.success&&ne.success.fields&&(ie._hasTypeInSuccessFields=St(ne.success.fields)),ne.info&&ne.info.fields&&(ie._hasTypeInInfoFields=St(ne.info.fields)),ie.template=ce.template}function Ee(ie,ne,ue){let le={};g().each(Qe[ie][ne],function($e,Ie){Ie.version===ue&&(le=Ie)});const Pe={article:le,versions:Bt[ie][ne]};return se(Pe,le),J(Pe)}function be(ie,ne,ue){const le=g()("article[data-group='"+ie+"'][data-name='"+ne+"']:visible"),Pe=Ee(ie,ne,ue);le.after(Pe),le.next().find(".versions li.version a").on("click",q),g()("#sidenav li[data-group='"+ie+"'][data-name='"+ne+"'][data-version='"+ue+"']").removeClass("has-modifications"),le.remove()}function De(ie,ne,ue){const le=[];return ne.forEach(function(Pe){ue?ie.forEach(function($e){const Ie=$e.split(ue);(Ie[0]===Pe||Ie[1]===Pe)&&le.push($e)}):ie.forEach(function($e){$e===Pe&&le.push(Pe)})}),ie.forEach(function(Pe){le.indexOf(Pe)===-1&&le.push(Pe)}),le}function xe(ie,ne){const ue=[];return ne.forEach(le=>{Object.keys(ie).forEach(Pe=>{ie[Pe].replace(/_/g," ")===le&&ue.push(Pe)})}),Object.keys(ie).forEach(le=>{ue.indexOf(le)===-1&&ue.push(le)}),ue}kr()}})()})();
|