diff --git a/electron/package.json b/electron/package.json index c337ce0df..e4bbd114c 100644 --- a/electron/package.json +++ b/electron/package.json @@ -1,6 +1,6 @@ { "name": "DooTask", - "version": "0.7.72", + "version": "0.7.73", "description": "DooTask is task management system.", "main": "main.js", "license": "MIT", diff --git a/package.json b/package.json index da637424c..c8c7446a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "DooTask", - "version": "0.7.72", + "version": "0.7.73", "description": "DooTask is task management system.", "scripts": { "start": "./cmd dev", diff --git a/public/docs/assets/main.bundle.js b/public/docs/assets/main.bundle.js index f35da3057..6326754c7 100644 --- a/public/docs/assets/main.bundle.js +++ b/public/docs/assets/main.bundle.js @@ -1,5 +1,5 @@ -(()=>{var il={2988:()=>{+function(x){"use strict";var y=".dropdown-backdrop",o='[data-toggle="dropdown"]',d=function(u){x(u).on("click.bs.dropdown",this.toggle)};d.VERSION="3.4.1";function r(u){var s=u.attr("data-target");s||(s=u.attr("href"),s=s&&/#[A-Za-z]/.test(s)&&s.replace(/.*(?=#[^\s]*$)/,""));var p=s!=="#"?x(document).find(s):null;return p&&p.length?p:u.parent()}function n(u){u&&u.which===3||(x(y).remove(),x(o).each(function(){var s=x(this),p=r(s),g={relatedTarget:this};!p.hasClass("open")||u&&u.type=="click"&&/input|textarea/i.test(u.target.tagName)&&x.contains(p[0],u.target)||(p.trigger(u=x.Event("hide.bs.dropdown",g)),!u.isDefaultPrevented()&&(s.attr("aria-expanded","false"),p.removeClass("open").trigger(x.Event("hidden.bs.dropdown",g))))}))}d.prototype.toggle=function(u){var s=x(this);if(!s.is(".disabled, :disabled")){var p=r(s),g=p.hasClass("open");if(n(),!g){"ontouchstart"in document.documentElement&&!p.closest(".navbar-nav").length&&x(document.createElement("div")).addClass("dropdown-backdrop").insertAfter(x(this)).on("click",n);var i={relatedTarget:this};if(p.trigger(u=x.Event("show.bs.dropdown",i)),u.isDefaultPrevented())return;s.trigger("focus").attr("aria-expanded","true"),p.toggleClass("open").trigger(x.Event("shown.bs.dropdown",i))}return!1}},d.prototype.keydown=function(u){if(!(!/(38|40|27|32)/.test(u.which)||/input|textarea/i.test(u.target.tagName))){var s=x(this);if(u.preventDefault(),u.stopPropagation(),!s.is(".disabled, :disabled")){var p=r(s),g=p.hasClass("open");if(!g&&u.which!=27||g&&u.which==27)return u.which==27&&p.find(o).trigger("focus"),s.trigger("click");var i=" li:not(.disabled):visible a",m=p.find(".dropdown-menu"+i);if(!!m.length){var f=m.index(u.target);u.which==38&&f>0&&f--,u.which==40&&f{+function(x){"use strict";var y=function(r,n){this.init("popover",r,n)};if(!x.fn.tooltip)throw new Error("Popover requires tooltip.js");y.VERSION="3.4.1",y.DEFAULTS=x.extend({},x.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:''}),y.prototype=x.extend({},x.fn.tooltip.Constructor.prototype),y.prototype.constructor=y,y.prototype.getDefaults=function(){return y.DEFAULTS},y.prototype.setContent=function(){var r=this.tip(),n=this.getTitle(),l=this.getContent();if(this.options.html){var c=typeof l;this.options.sanitize&&(n=this.sanitizeHtml(n),c==="string"&&(l=this.sanitizeHtml(l))),r.find(".popover-title").html(n),r.find(".popover-content").children().detach().end()[c==="string"?"html":"append"](l)}else r.find(".popover-title").text(n),r.find(".popover-content").children().detach().end().text(l);r.removeClass("fade top bottom left right in"),r.find(".popover-title").html()||r.find(".popover-title").hide()},y.prototype.hasContent=function(){return this.getTitle()||this.getContent()},y.prototype.getContent=function(){var r=this.$element,n=this.options;return r.attr("data-content")||(typeof n.content=="function"?n.content.call(r[0]):n.content)},y.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")};function o(r){return this.each(function(){var n=x(this),l=n.data("bs.popover"),c=typeof r=="object"&&r;!l&&/destroy|hide/.test(r)||(l||n.data("bs.popover",l=new y(this,c)),typeof r=="string"&&l[r]())})}var d=x.fn.popover;x.fn.popover=o,x.fn.popover.Constructor=y,x.fn.popover.noConflict=function(){return x.fn.popover=d,this}}(jQuery)},954:()=>{+function(x){"use strict";function y(r,n){this.$body=x(document.body),this.$scrollElement=x(r).is(document.body)?x(window):x(r),this.options=x.extend({},y.DEFAULTS,n),this.selector=(this.options.target||"")+" .nav li > a",this.offsets=[],this.targets=[],this.activeTarget=null,this.scrollHeight=0,this.$scrollElement.on("scroll.bs.scrollspy",x.proxy(this.process,this)),this.refresh(),this.process()}y.VERSION="3.4.1",y.DEFAULTS={offset:10},y.prototype.getScrollHeight=function(){return this.$scrollElement[0].scrollHeight||Math.max(this.$body[0].scrollHeight,document.documentElement.scrollHeight)},y.prototype.refresh=function(){var r=this,n="offset",l=0;this.offsets=[],this.targets=[],this.scrollHeight=this.getScrollHeight(),x.isWindow(this.$scrollElement[0])||(n="position",l=this.$scrollElement.scrollTop()),this.$body.find(this.selector).map(function(){var c=x(this),u=c.data("target")||c.attr("href"),s=/^#./.test(u)&&x(u);return s&&s.length&&s.is(":visible")&&[[s[n]().top+l,u]]||null}).sort(function(c,u){return c[0]-u[0]}).each(function(){r.offsets.push(this[0]),r.targets.push(this[1])})},y.prototype.process=function(){var r=this.$scrollElement.scrollTop()+this.options.offset,n=this.getScrollHeight(),l=this.options.offset+n-this.$scrollElement.height(),c=this.offsets,u=this.targets,s=this.activeTarget,p;if(this.scrollHeight!=n&&this.refresh(),r>=l)return s!=(p=u[u.length-1])&&this.activate(p);if(s&&r=c[p]&&(c[p+1]===void 0||r{+function(x){"use strict";var y=function(n){this.element=x(n)};y.VERSION="3.4.1",y.TRANSITION_DURATION=150,y.prototype.show=function(){var n=this.element,l=n.closest("ul:not(.dropdown-menu)"),c=n.data("target");if(c||(c=n.attr("href"),c=c&&c.replace(/.*(?=#[^\s]*$)/,"")),!n.parent("li").hasClass("active")){var u=l.find(".active:last a"),s=x.Event("hide.bs.tab",{relatedTarget:n[0]}),p=x.Event("show.bs.tab",{relatedTarget:u[0]});if(u.trigger(s),n.trigger(p),!(p.isDefaultPrevented()||s.isDefaultPrevented())){var g=x(document).find(c);this.activate(n.closest("li"),l),this.activate(g,g.parent(),function(){u.trigger({type:"hidden.bs.tab",relatedTarget:n[0]}),n.trigger({type:"shown.bs.tab",relatedTarget:u[0]})})}}},y.prototype.activate=function(n,l,c){var u=l.find("> .active"),s=c&&x.support.transition&&(u.length&&u.hasClass("fade")||!!l.find("> .fade").length);function p(){u.removeClass("active").find("> .dropdown-menu > .active").removeClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!1),n.addClass("active").find('[data-toggle="tab"]').attr("aria-expanded",!0),s?(n[0].offsetWidth,n.addClass("in")):n.removeClass("fade"),n.parent(".dropdown-menu").length&&n.closest("li.dropdown").addClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!0),c&&c()}u.length&&s?u.one("bsTransitionEnd",p).emulateTransitionEnd(y.TRANSITION_DURATION):p(),u.removeClass("in")};function o(n){return this.each(function(){var l=x(this),c=l.data("bs.tab");c||l.data("bs.tab",c=new y(this)),typeof n=="string"&&c[n]()})}var d=x.fn.tab;x.fn.tab=o,x.fn.tab.Constructor=y,x.fn.tab.noConflict=function(){return x.fn.tab=d,this};var r=function(n){n.preventDefault(),o.call(x(this),"show")};x(document).on("click.bs.tab.data-api",'[data-toggle="tab"]',r).on("click.bs.tab.data-api",'[data-toggle="pill"]',r)}(jQuery)},8480:()=>{+function(x){"use strict";var y=["sanitize","whiteList","sanitizeFn"],o=["background","cite","href","itemtype","longdesc","poster","src","xlink:href"],d=/^aria-[\w-]*$/i,r={"*":["class","dir","id","lang","role",d],a:["target","href","title","rel"],area:[],b:[],br:[],col:[],code:[],div:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:["src","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},n=/^(?:(?:https?|mailto|ftp|tel|file):|[^&:/?#]*(?:[/?#]|$))/gi,l=/^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[a-z0-9+/]+=*$/i;function c(i,m){var f=i.nodeName.toLowerCase();if(x.inArray(f,m)!==-1)return x.inArray(f,o)!==-1?Boolean(i.nodeValue.match(n)||i.nodeValue.match(l)):!0;for(var h=x(m).filter(function(S,T){return T instanceof RegExp}),E=0,v=h.length;E
',trigger:"hover focus",title:"",delay:0,html:!1,container:!1,viewport:{selector:"body",padding:0},sanitize:!0,sanitizeFn:null,whiteList:r},s.prototype.init=function(i,m,f){if(this.enabled=!0,this.type=i,this.$element=x(m),this.options=this.getOptions(f),this.$viewport=this.options.viewport&&x(document).find(x.isFunction(this.options.viewport)?this.options.viewport.call(this,this.$element):this.options.viewport.selector||this.options.viewport),this.inState={click:!1,hover:!1,focus:!1},this.$element[0]instanceof document.constructor&&!this.options.selector)throw new Error("`selector` option must be specified when initializing "+this.type+" on the window.document object!");for(var h=this.options.trigger.split(" "),E=h.length;E--;){var v=h[E];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",T=v=="hover"?"mouseleave":"focusout";this.$element.on(S+"."+this.type,this.options.selector,x.proxy(this.enter,this)),this.$element.on(T+"."+this.type,this.options.selector,x.proxy(this.leave,this))}}this.options.selector?this._options=x.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},s.prototype.getDefaults=function(){return s.DEFAULTS},s.prototype.getOptions=function(i){var m=this.$element.data();for(var f in m)m.hasOwnProperty(f)&&x.inArray(f,y)!==-1&&delete m[f];return i=x.extend({},this.getDefaults(),m,i),i.delay&&typeof i.delay=="number"&&(i.delay={show:i.delay,hide:i.delay}),i.sanitize&&(i.template=u(i.template,i.whiteList,i.sanitizeFn)),i},s.prototype.getDelegateOptions=function(){var i={},m=this.getDefaults();return this._options&&x.each(this._options,function(f,h){m[f]!=h&&(i[f]=h)}),i},s.prototype.enter=function(i){var m=i instanceof this.constructor?i:x(i.currentTarget).data("bs."+this.type);if(m||(m=new this.constructor(i.currentTarget,this.getDelegateOptions()),x(i.currentTarget).data("bs."+this.type,m)),i instanceof x.Event&&(m.inState[i.type=="focusin"?"focus":"hover"]=!0),m.tip().hasClass("in")||m.hoverState=="in"){m.hoverState="in";return}if(clearTimeout(m.timeout),m.hoverState="in",!m.options.delay||!m.options.delay.show)return m.show();m.timeout=setTimeout(function(){m.hoverState=="in"&&m.show()},m.options.delay.show)},s.prototype.isInStateTrue=function(){for(var i in this.inState)if(this.inState[i])return!0;return!1},s.prototype.leave=function(i){var m=i instanceof this.constructor?i:x(i.currentTarget).data("bs."+this.type);if(m||(m=new this.constructor(i.currentTarget,this.getDelegateOptions()),x(i.currentTarget).data("bs."+this.type,m)),i instanceof x.Event&&(m.inState[i.type=="focusout"?"focus":"hover"]=!1),!m.isInStateTrue()){if(clearTimeout(m.timeout),m.hoverState="out",!m.options.delay||!m.options.delay.hide)return m.hide();m.timeout=setTimeout(function(){m.hoverState=="out"&&m.hide()},m.options.delay.hide)}},s.prototype.show=function(){var i=x.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){this.$element.trigger(i);var m=x.contains(this.$element[0].ownerDocument.documentElement,this.$element[0]);if(i.isDefaultPrevented()||!m)return;var f=this,h=this.tip(),E=this.getUID(this.type);this.setContent(),h.attr("id",E),this.$element.attr("aria-describedby",E),this.options.animation&&h.addClass("fade");var v=typeof this.options.placement=="function"?this.options.placement.call(this,h[0],this.$element[0]):this.options.placement,S=/\s?auto?\s?/i,T=S.test(v);T&&(v=v.replace(S,"")||"top"),h.detach().css({top:0,left:0,display:"block"}).addClass(v).data("bs."+this.type,this),this.options.container?h.appendTo(x(document).find(this.options.container)):h.insertAfter(this.$element),this.$element.trigger("inserted.bs."+this.type);var P=this.getPosition(),b=h[0].offsetWidth,_=h[0].offsetHeight;if(T){var w=v,C=this.getPosition(this.$viewport);v=v=="bottom"&&P.bottom+_>C.bottom?"top":v=="top"&&P.top-_C.width?"left":v=="left"&&P.left-bS.top+S.height&&(E.top=S.top+S.height-P)}else{var b=m.left-v,_=m.left+v+f;bS.right&&(E.left=S.left+S.width-_)}return E},s.prototype.getTitle=function(){var i,m=this.$element,f=this.options;return i=m.attr("data-original-title")||(typeof f.title=="function"?f.title.call(m[0]):f.title),i},s.prototype.getUID=function(i){do i+=~~(Math.random()*1e6);while(document.getElementById(i));return i},s.prototype.tip=function(){if(!this.$tip&&(this.$tip=x(this.options.template),this.$tip.length!=1))throw new Error(this.type+" `template` option must consist of exactly 1 top-level element!");return this.$tip},s.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},s.prototype.enable=function(){this.enabled=!0},s.prototype.disable=function(){this.enabled=!1},s.prototype.toggleEnabled=function(){this.enabled=!this.enabled},s.prototype.toggle=function(i){var m=this;i&&(m=x(i.currentTarget).data("bs."+this.type),m||(m=new this.constructor(i.currentTarget,this.getDelegateOptions()),x(i.currentTarget).data("bs."+this.type,m))),i?(m.inState.click=!m.inState.click,m.isInStateTrue()?m.enter(m):m.leave(m)):m.tip().hasClass("in")?m.leave(m):m.enter(m)},s.prototype.destroy=function(){var i=this;clearTimeout(this.timeout),this.hide(function(){i.$element.off("."+i.type).removeData("bs."+i.type),i.$tip&&i.$tip.detach(),i.$tip=null,i.$arrow=null,i.$viewport=null,i.$element=null})},s.prototype.sanitizeHtml=function(i){return u(i,this.options.whiteList,this.options.sanitizeFn)};function p(i){return this.each(function(){var m=x(this),f=m.data("bs.tooltip"),h=typeof i=="object"&&i;!f&&/destroy|hide/.test(i)||(f||m.data("bs.tooltip",f=new s(this,h)),typeof i=="string"&&f[i]())})}var g=x.fn.tooltip;x.fn.tooltip=p,x.fn.tooltip.Constructor=s,x.fn.tooltip.noConflict=function(){return x.fn.tooltip=g,this}}(jQuery)},7030:x=>{var y=function(){this.Diff_Timeout=1,this.Diff_EditCost=4,this.Match_Threshold=.5,this.Match_Distance=1e3,this.Patch_DeleteThreshold=.5,this.Patch_Margin=4,this.Match_MaxBits=32},o=-1,d=1,r=0;y.Diff=function(n,l){return[n,l]},y.prototype.diff_main=function(n,l,c,u){typeof u=="undefined"&&(this.Diff_Timeout<=0?u=Number.MAX_VALUE:u=new Date().getTime()+this.Diff_Timeout*1e3);var s=u;if(n==null||l==null)throw new Error("Null input. (diff_main)");if(n==l)return n?[new y.Diff(r,n)]:[];typeof c=="undefined"&&(c=!0);var p=c,g=this.diff_commonPrefix(n,l),i=n.substring(0,g);n=n.substring(g),l=l.substring(g),g=this.diff_commonSuffix(n,l);var m=n.substring(n.length-g);n=n.substring(0,n.length-g),l=l.substring(0,l.length-g);var f=this.diff_compute_(n,l,p,s);return i&&f.unshift(new y.Diff(r,i)),m&&f.push(new y.Diff(r,m)),this.diff_cleanupMerge(f),f},y.prototype.diff_compute_=function(n,l,c,u){var s;if(!n)return[new y.Diff(d,l)];if(!l)return[new y.Diff(o,n)];var p=n.length>l.length?n:l,g=n.length>l.length?l:n,i=p.indexOf(g);if(i!=-1)return s=[new y.Diff(d,p.substring(0,i)),new y.Diff(r,g),new y.Diff(d,p.substring(i+g.length))],n.length>l.length&&(s[0][0]=s[2][0]=o),s;if(g.length==1)return[new y.Diff(o,n),new y.Diff(d,l)];var m=this.diff_halfMatch_(n,l);if(m){var f=m[0],h=m[1],E=m[2],v=m[3],S=m[4],T=this.diff_main(f,E,c,u),P=this.diff_main(h,v,c,u);return T.concat([new y.Diff(r,S)],P)}return c&&n.length>100&&l.length>100?this.diff_lineMode_(n,l,u):this.diff_bisect_(n,l,u)},y.prototype.diff_lineMode_=function(n,l,c){var u=this.diff_linesToChars_(n,l);n=u.chars1,l=u.chars2;var s=u.lineArray,p=this.diff_main(n,l,!1,c);this.diff_charsToLines_(p,s),this.diff_cleanupSemantic(p),p.push(new y.Diff(r,""));for(var g=0,i=0,m=0,f="",h="";g=1&&m>=1){p.splice(g-i-m,i+m),g=g-i-m;for(var E=this.diff_main(f,h,!1,c),v=E.length-1;v>=0;v--)p.splice(g,0,E[v]);g=g+E.length}m=0,i=0,f="",h="";break}g++}return p.pop(),p},y.prototype.diff_bisect_=function(n,l,c){for(var u=n.length,s=l.length,p=Math.ceil((u+s)/2),g=p,i=2*p,m=new Array(i),f=new Array(i),h=0;hc);_++){for(var w=-_+S;w<=_-T;w+=2){var C=g+w,I;w==-_||w!=_&&m[C-1]u)T+=2;else if(R>s)S+=2;else if(v){var D=g+E-w;if(D>=0&&D=L)return this.diff_bisectSplit_(n,l,I,R,c)}}}for(var $=-_+P;$<=_-b;$+=2){var D=g+$,L;$==-_||$!=_&&f[D-1]u)b+=2;else if(M>s)P+=2;else if(!v){var C=g+E-$;if(C>=0&&C=L)return this.diff_bisectSplit_(n,l,I,R,c)}}}}return[new y.Diff(o,n),new y.Diff(d,l)]},y.prototype.diff_bisectSplit_=function(n,l,c,u,s){var p=n.substring(0,c),g=l.substring(0,u),i=n.substring(c),m=l.substring(u),f=this.diff_main(p,g,!1,s),h=this.diff_main(i,m,!1,s);return f.concat(h)},y.prototype.diff_linesToChars_=function(n,l){var c=[],u={};c[0]="";function s(m){for(var f="",h=0,E=-1,v=c.length;Eu?n=n.substring(c-u):cl.length?n:l,u=n.length>l.length?l:n;if(c.length<4||u.length*2=T.length?[I,R,D,L,C]:null}var g=p(c,u,Math.ceil(c.length/4)),i=p(c,u,Math.ceil(c.length/2)),m;if(!g&&!i)return null;i?g?m=g[4].length>i[4].length?g:i:m=i:m=g;var f,h,E,v;n.length>l.length?(f=m[0],h=m[1],E=m[2],v=m[3]):(E=m[0],v=m[1],f=m[2],h=m[3]);var S=m[4];return[f,h,E,v,S]},y.prototype.diff_cleanupSemantic=function(n){for(var l=!1,c=[],u=0,s=null,p=0,g=0,i=0,m=0,f=0;p0?c[u-1]:-1,g=0,i=0,m=0,f=0,s=null,l=!0)),p++;for(l&&this.diff_cleanupMerge(n),this.diff_cleanupSemanticLossless(n),p=1;p=S?(v>=h.length/2||v>=E.length/2)&&(n.splice(p,0,new y.Diff(r,E.substring(0,v))),n[p-1][1]=h.substring(0,h.length-v),n[p+1][1]=E.substring(v),p++):(S>=h.length/2||S>=E.length/2)&&(n.splice(p,0,new y.Diff(r,h.substring(0,S))),n[p-1][0]=d,n[p-1][1]=E.substring(0,E.length-S),n[p+1][0]=o,n[p+1][1]=h.substring(S),p++),p++}p++}},y.prototype.diff_cleanupSemanticLossless=function(n){function l(S,T){if(!S||!T)return 6;var P=S.charAt(S.length-1),b=T.charAt(0),_=P.match(y.nonAlphaNumericRegex_),w=b.match(y.nonAlphaNumericRegex_),C=_&&P.match(y.whitespaceRegex_),I=w&&b.match(y.whitespaceRegex_),R=C&&P.match(y.linebreakRegex_),D=I&&b.match(y.linebreakRegex_),L=R&&S.match(y.blanklineEndRegex_),$=D&&T.match(y.blanklineStartRegex_);return L||$?5:R||D?4:_&&!C&&I?3:C||I?2:_||w?1:0}for(var c=1;c=E&&(E=v,m=u,f=s,h=p)}n[c-1][1]!=m&&(m?n[c-1][1]=m:(n.splice(c-1,1),c--),n[c][1]=f,h?n[c+1][1]=h:(n.splice(c+1,1),c--))}c++}},y.nonAlphaNumericRegex_=/[^a-zA-Z0-9]/,y.whitespaceRegex_=/\s/,y.linebreakRegex_=/[\r\n]/,y.blanklineEndRegex_=/\n\r?\n$/,y.blanklineStartRegex_=/^\r?\n\r?\n/,y.prototype.diff_cleanupEfficiency=function(n){for(var l=!1,c=[],u=0,s=null,p=0,g=!1,i=!1,m=!1,f=!1;p0?c[u-1]:-1,m=f=!1),l=!0)),p++;l&&this.diff_cleanupMerge(n)},y.prototype.diff_cleanupMerge=function(n){n.push(new y.Diff(r,""));for(var l=0,c=0,u=0,s="",p="",g;l1?(c!==0&&u!==0&&(g=this.diff_commonPrefix(p,s),g!==0&&(l-c-u>0&&n[l-c-u-1][0]==r?n[l-c-u-1][1]+=p.substring(0,g):(n.splice(0,0,new y.Diff(r,p.substring(0,g))),l++),p=p.substring(g),s=s.substring(g)),g=this.diff_commonSuffix(p,s),g!==0&&(n[l][1]=p.substring(p.length-g)+n[l][1],p=p.substring(0,p.length-g),s=s.substring(0,s.length-g))),l-=c+u,n.splice(l,c+u),s.length&&(n.splice(l,0,new y.Diff(o,s)),l++),p.length&&(n.splice(l,0,new y.Diff(d,p)),l++),l++):l!==0&&n[l-1][0]==r?(n[l-1][1]+=n[l][1],n.splice(l,1)):l++,u=0,c=0,s="",p="";break}n[n.length-1][1]===""&&n.pop();var i=!1;for(l=1;ll));g++)s=c,p=u;return n.length!=g&&n[g][0]===o?p:p+(l-s)},y.prototype.diff_prettyHtml=function(n){for(var l=[],c=/&/g,u=//g,p=/\n/g,g=0;g");switch(i){case d:l[g]=''+f+"";break;case o:l[g]=''+f+"";break;case r:l[g]=""+f+"";break}}return l.join("")},y.prototype.diff_text1=function(n){for(var l=[],c=0;cthis.Match_MaxBits)throw new Error("Pattern too long for this browser.");var u=this.match_alphabet_(l),s=this;function p(I,R){var D=I/l.length,L=Math.abs(c-R);return s.Match_Distance?D+L/s.Match_Distance:L?1:D}var g=this.Match_Threshold,i=n.indexOf(l,c);i!=-1&&(g=Math.min(p(0,i),g),i=n.lastIndexOf(l,c+l.length),i!=-1&&(g=Math.min(p(0,i),g)));var m=1<=T;_--){var w=u[n.charAt(_-1)];if(S===0?b[_]=(b[_+1]<<1|1)&w:b[_]=(b[_+1]<<1|1)&w|((v[_+1]|v[_])<<1|1)|v[_+1],b[_]&m){var C=p(S,_-1);if(C<=g)if(g=C,i=_-1,i>c)T=Math.max(1,2*c-i);else break}}if(p(S+1,c)>g)break;v=b}return i},y.prototype.match_alphabet_=function(n){for(var l={},c=0;c2&&(this.diff_cleanupSemantic(s),this.diff_cleanupEfficiency(s));else if(n&&typeof n=="object"&&typeof l=="undefined"&&typeof c=="undefined")s=n,u=this.diff_text1(s);else if(typeof n=="string"&&l&&typeof l=="object"&&typeof c=="undefined")u=n,s=l;else if(typeof n=="string"&&typeof l=="string"&&c&&typeof c=="object")u=n,s=c;else throw new Error("Unknown call format to patch_make.");if(s.length===0)return[];for(var p=[],g=new y.patch_obj,i=0,m=0,f=0,h=u,E=u,v=0;v=2*this.Patch_Margin&&i&&(this.patch_addContext_(g,h),p.push(g),g=new y.patch_obj,i=0,h=E,m=f);break}S!==d&&(m+=T.length),S!==o&&(f+=T.length)}return i&&(this.patch_addContext_(g,h),p.push(g)),p},y.prototype.patch_deepCopy=function(n){for(var l=[],c=0;cthis.Match_MaxBits?(m=this.match_main(l,i.substring(0,this.Match_MaxBits),g),m!=-1&&(f=this.match_main(l,i.substring(i.length-this.Match_MaxBits),g+i.length-this.Match_MaxBits),(f==-1||m>=f)&&(m=-1))):m=this.match_main(l,i,g),m==-1)s[p]=!1,u-=n[p].length2-n[p].length1;else{s[p]=!0,u=m-g;var h;if(f==-1?h=l.substring(m,m+i.length):h=l.substring(m,f+this.Match_MaxBits),i==h)l=l.substring(0,m)+this.diff_text2(n[p].diffs)+l.substring(m+i.length);else{var E=this.diff_main(i,h,!1);if(i.length>this.Match_MaxBits&&this.diff_levenshtein(E)/i.length>this.Patch_DeleteThreshold)s[p]=!1;else{this.diff_cleanupSemanticLossless(E);for(var v=0,S,T=0;Tp[0][1].length){var g=l-p[0][1].length;p[0][1]=c.substring(p[0][1].length)+p[0][1],s.start1-=g,s.start2-=g,s.length1+=g,s.length2+=g}if(s=n[n.length-1],p=s.diffs,p.length==0||p[p.length-1][0]!=r)p.push(new y.Diff(r,c)),s.length1+=l,s.length2+=l;else if(l>p[p.length-1][1].length){var g=l-p[p.length-1][1].length;p[p.length-1][1]+=c.substring(0,g),s.length1+=g,s.length2+=g}return c},y.prototype.patch_splitMax=function(n){for(var l=this.Match_MaxBits,c=0;c2*l?(i.length1+=h.length,s+=h.length,m=!1,i.diffs.push(new y.Diff(f,h)),u.diffs.shift()):(h=h.substring(0,l-i.length1-this.Patch_Margin),i.length1+=h.length,s+=h.length,f===r?(i.length2+=h.length,p+=h.length):m=!1,i.diffs.push(new y.Diff(f,h)),h==u.diffs[0][1]?u.diffs.shift():u.diffs[0][1]=u.diffs[0][1].substring(h.length))}g=this.diff_text2(i.diffs),g=g.substring(g.length-this.Patch_Margin);var E=this.diff_text1(u.diffs).substring(0,this.Patch_Margin);E!==""&&(i.length1+=E.length,i.length2+=E.length,i.diffs.length!==0&&i.diffs[i.diffs.length-1][0]===r?i.diffs[i.diffs.length-1][1]+=E:i.diffs.push(new y.Diff(r,E))),m||n.splice(++c,0,i)}}},y.prototype.patch_toText=function(n){for(var l=[],c=0;c{var il={2988:()=>{+function(x){"use strict";var y=".dropdown-backdrop",o='[data-toggle="dropdown"]',d=function(u){x(u).on("click.bs.dropdown",this.toggle)};d.VERSION="3.4.1";function r(u){var s=u.attr("data-target");s||(s=u.attr("href"),s=s&&/#[A-Za-z]/.test(s)&&s.replace(/.*(?=#[^\s]*$)/,""));var p=s!=="#"?x(document).find(s):null;return p&&p.length?p:u.parent()}function n(u){u&&u.which===3||(x(y).remove(),x(o).each(function(){var s=x(this),p=r(s),g={relatedTarget:this};!p.hasClass("open")||u&&u.type=="click"&&/input|textarea/i.test(u.target.tagName)&&x.contains(p[0],u.target)||(p.trigger(u=x.Event("hide.bs.dropdown",g)),!u.isDefaultPrevented()&&(s.attr("aria-expanded","false"),p.removeClass("open").trigger(x.Event("hidden.bs.dropdown",g))))}))}d.prototype.toggle=function(u){var s=x(this);if(!s.is(".disabled, :disabled")){var p=r(s),g=p.hasClass("open");if(n(),!g){"ontouchstart"in document.documentElement&&!p.closest(".navbar-nav").length&&x(document.createElement("div")).addClass("dropdown-backdrop").insertAfter(x(this)).on("click",n);var i={relatedTarget:this};if(p.trigger(u=x.Event("show.bs.dropdown",i)),u.isDefaultPrevented())return;s.trigger("focus").attr("aria-expanded","true"),p.toggleClass("open").trigger(x.Event("shown.bs.dropdown",i))}return!1}},d.prototype.keydown=function(u){if(!(!/(38|40|27|32)/.test(u.which)||/input|textarea/i.test(u.target.tagName))){var s=x(this);if(u.preventDefault(),u.stopPropagation(),!s.is(".disabled, :disabled")){var p=r(s),g=p.hasClass("open");if(!g&&u.which!=27||g&&u.which==27)return u.which==27&&p.find(o).trigger("focus"),s.trigger("click");var i=" li:not(.disabled):visible a",m=p.find(".dropdown-menu"+i);if(!!m.length){var f=m.index(u.target);u.which==38&&f>0&&f--,u.which==40&&f{+function(x){"use strict";var y=function(r,n){this.init("popover",r,n)};if(!x.fn.tooltip)throw new Error("Popover requires tooltip.js");y.VERSION="3.4.1",y.DEFAULTS=x.extend({},x.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:''}),y.prototype=x.extend({},x.fn.tooltip.Constructor.prototype),y.prototype.constructor=y,y.prototype.getDefaults=function(){return y.DEFAULTS},y.prototype.setContent=function(){var r=this.tip(),n=this.getTitle(),l=this.getContent();if(this.options.html){var c=typeof l;this.options.sanitize&&(n=this.sanitizeHtml(n),c==="string"&&(l=this.sanitizeHtml(l))),r.find(".popover-title").html(n),r.find(".popover-content").children().detach().end()[c==="string"?"html":"append"](l)}else r.find(".popover-title").text(n),r.find(".popover-content").children().detach().end().text(l);r.removeClass("fade top bottom left right in"),r.find(".popover-title").html()||r.find(".popover-title").hide()},y.prototype.hasContent=function(){return this.getTitle()||this.getContent()},y.prototype.getContent=function(){var r=this.$element,n=this.options;return r.attr("data-content")||(typeof n.content=="function"?n.content.call(r[0]):n.content)},y.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")};function o(r){return this.each(function(){var n=x(this),l=n.data("bs.popover"),c=typeof r=="object"&&r;!l&&/destroy|hide/.test(r)||(l||n.data("bs.popover",l=new y(this,c)),typeof r=="string"&&l[r]())})}var d=x.fn.popover;x.fn.popover=o,x.fn.popover.Constructor=y,x.fn.popover.noConflict=function(){return x.fn.popover=d,this}}(jQuery)},954:()=>{+function(x){"use strict";function y(r,n){this.$body=x(document.body),this.$scrollElement=x(r).is(document.body)?x(window):x(r),this.options=x.extend({},y.DEFAULTS,n),this.selector=(this.options.target||"")+" .nav li > a",this.offsets=[],this.targets=[],this.activeTarget=null,this.scrollHeight=0,this.$scrollElement.on("scroll.bs.scrollspy",x.proxy(this.process,this)),this.refresh(),this.process()}y.VERSION="3.4.1",y.DEFAULTS={offset:10},y.prototype.getScrollHeight=function(){return this.$scrollElement[0].scrollHeight||Math.max(this.$body[0].scrollHeight,document.documentElement.scrollHeight)},y.prototype.refresh=function(){var r=this,n="offset",l=0;this.offsets=[],this.targets=[],this.scrollHeight=this.getScrollHeight(),x.isWindow(this.$scrollElement[0])||(n="position",l=this.$scrollElement.scrollTop()),this.$body.find(this.selector).map(function(){var c=x(this),u=c.data("target")||c.attr("href"),s=/^#./.test(u)&&x(u);return s&&s.length&&s.is(":visible")&&[[s[n]().top+l,u]]||null}).sort(function(c,u){return c[0]-u[0]}).each(function(){r.offsets.push(this[0]),r.targets.push(this[1])})},y.prototype.process=function(){var r=this.$scrollElement.scrollTop()+this.options.offset,n=this.getScrollHeight(),l=this.options.offset+n-this.$scrollElement.height(),c=this.offsets,u=this.targets,s=this.activeTarget,p;if(this.scrollHeight!=n&&this.refresh(),r>=l)return s!=(p=u[u.length-1])&&this.activate(p);if(s&&r=c[p]&&(c[p+1]===void 0||r{+function(x){"use strict";var y=function(n){this.element=x(n)};y.VERSION="3.4.1",y.TRANSITION_DURATION=150,y.prototype.show=function(){var n=this.element,l=n.closest("ul:not(.dropdown-menu)"),c=n.data("target");if(c||(c=n.attr("href"),c=c&&c.replace(/.*(?=#[^\s]*$)/,"")),!n.parent("li").hasClass("active")){var u=l.find(".active:last a"),s=x.Event("hide.bs.tab",{relatedTarget:n[0]}),p=x.Event("show.bs.tab",{relatedTarget:u[0]});if(u.trigger(s),n.trigger(p),!(p.isDefaultPrevented()||s.isDefaultPrevented())){var g=x(document).find(c);this.activate(n.closest("li"),l),this.activate(g,g.parent(),function(){u.trigger({type:"hidden.bs.tab",relatedTarget:n[0]}),n.trigger({type:"shown.bs.tab",relatedTarget:u[0]})})}}},y.prototype.activate=function(n,l,c){var u=l.find("> .active"),s=c&&x.support.transition&&(u.length&&u.hasClass("fade")||!!l.find("> .fade").length);function p(){u.removeClass("active").find("> .dropdown-menu > .active").removeClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!1),n.addClass("active").find('[data-toggle="tab"]').attr("aria-expanded",!0),s?(n[0].offsetWidth,n.addClass("in")):n.removeClass("fade"),n.parent(".dropdown-menu").length&&n.closest("li.dropdown").addClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!0),c&&c()}u.length&&s?u.one("bsTransitionEnd",p).emulateTransitionEnd(y.TRANSITION_DURATION):p(),u.removeClass("in")};function o(n){return this.each(function(){var l=x(this),c=l.data("bs.tab");c||l.data("bs.tab",c=new y(this)),typeof n=="string"&&c[n]()})}var d=x.fn.tab;x.fn.tab=o,x.fn.tab.Constructor=y,x.fn.tab.noConflict=function(){return x.fn.tab=d,this};var r=function(n){n.preventDefault(),o.call(x(this),"show")};x(document).on("click.bs.tab.data-api",'[data-toggle="tab"]',r).on("click.bs.tab.data-api",'[data-toggle="pill"]',r)}(jQuery)},8480:()=>{+function(x){"use strict";var y=["sanitize","whiteList","sanitizeFn"],o=["background","cite","href","itemtype","longdesc","poster","src","xlink:href"],d=/^aria-[\w-]*$/i,r={"*":["class","dir","id","lang","role",d],a:["target","href","title","rel"],area:[],b:[],br:[],col:[],code:[],div:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:["src","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},n=/^(?:(?:https?|mailto|ftp|tel|file):|[^&:/?#]*(?:[/?#]|$))/gi,l=/^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[a-z0-9+/]+=*$/i;function c(i,m){var f=i.nodeName.toLowerCase();if(x.inArray(f,m)!==-1)return x.inArray(f,o)!==-1?Boolean(i.nodeValue.match(n)||i.nodeValue.match(l)):!0;for(var h=x(m).filter(function(S,T){return T instanceof RegExp}),E=0,v=h.length;E
',trigger:"hover focus",title:"",delay:0,html:!1,container:!1,viewport:{selector:"body",padding:0},sanitize:!0,sanitizeFn:null,whiteList:r},s.prototype.init=function(i,m,f){if(this.enabled=!0,this.type=i,this.$element=x(m),this.options=this.getOptions(f),this.$viewport=this.options.viewport&&x(document).find(x.isFunction(this.options.viewport)?this.options.viewport.call(this,this.$element):this.options.viewport.selector||this.options.viewport),this.inState={click:!1,hover:!1,focus:!1},this.$element[0]instanceof document.constructor&&!this.options.selector)throw new Error("`selector` option must be specified when initializing "+this.type+" on the window.document object!");for(var h=this.options.trigger.split(" "),E=h.length;E--;){var v=h[E];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",T=v=="hover"?"mouseleave":"focusout";this.$element.on(S+"."+this.type,this.options.selector,x.proxy(this.enter,this)),this.$element.on(T+"."+this.type,this.options.selector,x.proxy(this.leave,this))}}this.options.selector?this._options=x.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},s.prototype.getDefaults=function(){return s.DEFAULTS},s.prototype.getOptions=function(i){var m=this.$element.data();for(var f in m)m.hasOwnProperty(f)&&x.inArray(f,y)!==-1&&delete m[f];return i=x.extend({},this.getDefaults(),m,i),i.delay&&typeof i.delay=="number"&&(i.delay={show:i.delay,hide:i.delay}),i.sanitize&&(i.template=u(i.template,i.whiteList,i.sanitizeFn)),i},s.prototype.getDelegateOptions=function(){var i={},m=this.getDefaults();return this._options&&x.each(this._options,function(f,h){m[f]!=h&&(i[f]=h)}),i},s.prototype.enter=function(i){var m=i instanceof this.constructor?i:x(i.currentTarget).data("bs."+this.type);if(m||(m=new this.constructor(i.currentTarget,this.getDelegateOptions()),x(i.currentTarget).data("bs."+this.type,m)),i instanceof x.Event&&(m.inState[i.type=="focusin"?"focus":"hover"]=!0),m.tip().hasClass("in")||m.hoverState=="in"){m.hoverState="in";return}if(clearTimeout(m.timeout),m.hoverState="in",!m.options.delay||!m.options.delay.show)return m.show();m.timeout=setTimeout(function(){m.hoverState=="in"&&m.show()},m.options.delay.show)},s.prototype.isInStateTrue=function(){for(var i in this.inState)if(this.inState[i])return!0;return!1},s.prototype.leave=function(i){var m=i instanceof this.constructor?i:x(i.currentTarget).data("bs."+this.type);if(m||(m=new this.constructor(i.currentTarget,this.getDelegateOptions()),x(i.currentTarget).data("bs."+this.type,m)),i instanceof x.Event&&(m.inState[i.type=="focusout"?"focus":"hover"]=!1),!m.isInStateTrue()){if(clearTimeout(m.timeout),m.hoverState="out",!m.options.delay||!m.options.delay.hide)return m.hide();m.timeout=setTimeout(function(){m.hoverState=="out"&&m.hide()},m.options.delay.hide)}},s.prototype.show=function(){var i=x.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){this.$element.trigger(i);var m=x.contains(this.$element[0].ownerDocument.documentElement,this.$element[0]);if(i.isDefaultPrevented()||!m)return;var f=this,h=this.tip(),E=this.getUID(this.type);this.setContent(),h.attr("id",E),this.$element.attr("aria-describedby",E),this.options.animation&&h.addClass("fade");var v=typeof this.options.placement=="function"?this.options.placement.call(this,h[0],this.$element[0]):this.options.placement,S=/\s?auto?\s?/i,T=S.test(v);T&&(v=v.replace(S,"")||"top"),h.detach().css({top:0,left:0,display:"block"}).addClass(v).data("bs."+this.type,this),this.options.container?h.appendTo(x(document).find(this.options.container)):h.insertAfter(this.$element),this.$element.trigger("inserted.bs."+this.type);var P=this.getPosition(),b=h[0].offsetWidth,_=h[0].offsetHeight;if(T){var w=v,D=this.getPosition(this.$viewport);v=v=="bottom"&&P.bottom+_>D.bottom?"top":v=="top"&&P.top-_D.width?"left":v=="left"&&P.left-bS.top+S.height&&(E.top=S.top+S.height-P)}else{var b=m.left-v,_=m.left+v+f;bS.right&&(E.left=S.left+S.width-_)}return E},s.prototype.getTitle=function(){var i,m=this.$element,f=this.options;return i=m.attr("data-original-title")||(typeof f.title=="function"?f.title.call(m[0]):f.title),i},s.prototype.getUID=function(i){do i+=~~(Math.random()*1e6);while(document.getElementById(i));return i},s.prototype.tip=function(){if(!this.$tip&&(this.$tip=x(this.options.template),this.$tip.length!=1))throw new Error(this.type+" `template` option must consist of exactly 1 top-level element!");return this.$tip},s.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},s.prototype.enable=function(){this.enabled=!0},s.prototype.disable=function(){this.enabled=!1},s.prototype.toggleEnabled=function(){this.enabled=!this.enabled},s.prototype.toggle=function(i){var m=this;i&&(m=x(i.currentTarget).data("bs."+this.type),m||(m=new this.constructor(i.currentTarget,this.getDelegateOptions()),x(i.currentTarget).data("bs."+this.type,m))),i?(m.inState.click=!m.inState.click,m.isInStateTrue()?m.enter(m):m.leave(m)):m.tip().hasClass("in")?m.leave(m):m.enter(m)},s.prototype.destroy=function(){var i=this;clearTimeout(this.timeout),this.hide(function(){i.$element.off("."+i.type).removeData("bs."+i.type),i.$tip&&i.$tip.detach(),i.$tip=null,i.$arrow=null,i.$viewport=null,i.$element=null})},s.prototype.sanitizeHtml=function(i){return u(i,this.options.whiteList,this.options.sanitizeFn)};function p(i){return this.each(function(){var m=x(this),f=m.data("bs.tooltip"),h=typeof i=="object"&&i;!f&&/destroy|hide/.test(i)||(f||m.data("bs.tooltip",f=new s(this,h)),typeof i=="string"&&f[i]())})}var g=x.fn.tooltip;x.fn.tooltip=p,x.fn.tooltip.Constructor=s,x.fn.tooltip.noConflict=function(){return x.fn.tooltip=g,this}}(jQuery)},7030:x=>{var y=function(){this.Diff_Timeout=1,this.Diff_EditCost=4,this.Match_Threshold=.5,this.Match_Distance=1e3,this.Patch_DeleteThreshold=.5,this.Patch_Margin=4,this.Match_MaxBits=32},o=-1,d=1,r=0;y.Diff=function(n,l){return[n,l]},y.prototype.diff_main=function(n,l,c,u){typeof u=="undefined"&&(this.Diff_Timeout<=0?u=Number.MAX_VALUE:u=new Date().getTime()+this.Diff_Timeout*1e3);var s=u;if(n==null||l==null)throw new Error("Null input. (diff_main)");if(n==l)return n?[new y.Diff(r,n)]:[];typeof c=="undefined"&&(c=!0);var p=c,g=this.diff_commonPrefix(n,l),i=n.substring(0,g);n=n.substring(g),l=l.substring(g),g=this.diff_commonSuffix(n,l);var m=n.substring(n.length-g);n=n.substring(0,n.length-g),l=l.substring(0,l.length-g);var f=this.diff_compute_(n,l,p,s);return i&&f.unshift(new y.Diff(r,i)),m&&f.push(new y.Diff(r,m)),this.diff_cleanupMerge(f),f},y.prototype.diff_compute_=function(n,l,c,u){var s;if(!n)return[new y.Diff(d,l)];if(!l)return[new y.Diff(o,n)];var p=n.length>l.length?n:l,g=n.length>l.length?l:n,i=p.indexOf(g);if(i!=-1)return s=[new y.Diff(d,p.substring(0,i)),new y.Diff(r,g),new y.Diff(d,p.substring(i+g.length))],n.length>l.length&&(s[0][0]=s[2][0]=o),s;if(g.length==1)return[new y.Diff(o,n),new y.Diff(d,l)];var m=this.diff_halfMatch_(n,l);if(m){var f=m[0],h=m[1],E=m[2],v=m[3],S=m[4],T=this.diff_main(f,E,c,u),P=this.diff_main(h,v,c,u);return T.concat([new y.Diff(r,S)],P)}return c&&n.length>100&&l.length>100?this.diff_lineMode_(n,l,u):this.diff_bisect_(n,l,u)},y.prototype.diff_lineMode_=function(n,l,c){var u=this.diff_linesToChars_(n,l);n=u.chars1,l=u.chars2;var s=u.lineArray,p=this.diff_main(n,l,!1,c);this.diff_charsToLines_(p,s),this.diff_cleanupSemantic(p),p.push(new y.Diff(r,""));for(var g=0,i=0,m=0,f="",h="";g=1&&m>=1){p.splice(g-i-m,i+m),g=g-i-m;for(var E=this.diff_main(f,h,!1,c),v=E.length-1;v>=0;v--)p.splice(g,0,E[v]);g=g+E.length}m=0,i=0,f="",h="";break}g++}return p.pop(),p},y.prototype.diff_bisect_=function(n,l,c){for(var u=n.length,s=l.length,p=Math.ceil((u+s)/2),g=p,i=2*p,m=new Array(i),f=new Array(i),h=0;hc);_++){for(var w=-_+S;w<=_-T;w+=2){var D=g+w,I;w==-_||w!=_&&m[D-1]u)T+=2;else if(R>s)S+=2;else if(v){var C=g+E-w;if(C>=0&&C=L)return this.diff_bisectSplit_(n,l,I,R,c)}}}for(var $=-_+P;$<=_-b;$+=2){var C=g+$,L;$==-_||$!=_&&f[C-1]u)b+=2;else if(M>s)P+=2;else if(!v){var D=g+E-$;if(D>=0&&D=L)return this.diff_bisectSplit_(n,l,I,R,c)}}}}return[new y.Diff(o,n),new y.Diff(d,l)]},y.prototype.diff_bisectSplit_=function(n,l,c,u,s){var p=n.substring(0,c),g=l.substring(0,u),i=n.substring(c),m=l.substring(u),f=this.diff_main(p,g,!1,s),h=this.diff_main(i,m,!1,s);return f.concat(h)},y.prototype.diff_linesToChars_=function(n,l){var c=[],u={};c[0]="";function s(m){for(var f="",h=0,E=-1,v=c.length;Eu?n=n.substring(c-u):cl.length?n:l,u=n.length>l.length?l:n;if(c.length<4||u.length*2=T.length?[I,R,C,L,D]:null}var g=p(c,u,Math.ceil(c.length/4)),i=p(c,u,Math.ceil(c.length/2)),m;if(!g&&!i)return null;i?g?m=g[4].length>i[4].length?g:i:m=i:m=g;var f,h,E,v;n.length>l.length?(f=m[0],h=m[1],E=m[2],v=m[3]):(E=m[0],v=m[1],f=m[2],h=m[3]);var S=m[4];return[f,h,E,v,S]},y.prototype.diff_cleanupSemantic=function(n){for(var l=!1,c=[],u=0,s=null,p=0,g=0,i=0,m=0,f=0;p0?c[u-1]:-1,g=0,i=0,m=0,f=0,s=null,l=!0)),p++;for(l&&this.diff_cleanupMerge(n),this.diff_cleanupSemanticLossless(n),p=1;p=S?(v>=h.length/2||v>=E.length/2)&&(n.splice(p,0,new y.Diff(r,E.substring(0,v))),n[p-1][1]=h.substring(0,h.length-v),n[p+1][1]=E.substring(v),p++):(S>=h.length/2||S>=E.length/2)&&(n.splice(p,0,new y.Diff(r,h.substring(0,S))),n[p-1][0]=d,n[p-1][1]=E.substring(0,E.length-S),n[p+1][0]=o,n[p+1][1]=h.substring(S),p++),p++}p++}},y.prototype.diff_cleanupSemanticLossless=function(n){function l(S,T){if(!S||!T)return 6;var P=S.charAt(S.length-1),b=T.charAt(0),_=P.match(y.nonAlphaNumericRegex_),w=b.match(y.nonAlphaNumericRegex_),D=_&&P.match(y.whitespaceRegex_),I=w&&b.match(y.whitespaceRegex_),R=D&&P.match(y.linebreakRegex_),C=I&&b.match(y.linebreakRegex_),L=R&&S.match(y.blanklineEndRegex_),$=C&&T.match(y.blanklineStartRegex_);return L||$?5:R||C?4:_&&!D&&I?3:D||I?2:_||w?1:0}for(var c=1;c=E&&(E=v,m=u,f=s,h=p)}n[c-1][1]!=m&&(m?n[c-1][1]=m:(n.splice(c-1,1),c--),n[c][1]=f,h?n[c+1][1]=h:(n.splice(c+1,1),c--))}c++}},y.nonAlphaNumericRegex_=/[^a-zA-Z0-9]/,y.whitespaceRegex_=/\s/,y.linebreakRegex_=/[\r\n]/,y.blanklineEndRegex_=/\n\r?\n$/,y.blanklineStartRegex_=/^\r?\n\r?\n/,y.prototype.diff_cleanupEfficiency=function(n){for(var l=!1,c=[],u=0,s=null,p=0,g=!1,i=!1,m=!1,f=!1;p0?c[u-1]:-1,m=f=!1),l=!0)),p++;l&&this.diff_cleanupMerge(n)},y.prototype.diff_cleanupMerge=function(n){n.push(new y.Diff(r,""));for(var l=0,c=0,u=0,s="",p="",g;l1?(c!==0&&u!==0&&(g=this.diff_commonPrefix(p,s),g!==0&&(l-c-u>0&&n[l-c-u-1][0]==r?n[l-c-u-1][1]+=p.substring(0,g):(n.splice(0,0,new y.Diff(r,p.substring(0,g))),l++),p=p.substring(g),s=s.substring(g)),g=this.diff_commonSuffix(p,s),g!==0&&(n[l][1]=p.substring(p.length-g)+n[l][1],p=p.substring(0,p.length-g),s=s.substring(0,s.length-g))),l-=c+u,n.splice(l,c+u),s.length&&(n.splice(l,0,new y.Diff(o,s)),l++),p.length&&(n.splice(l,0,new y.Diff(d,p)),l++),l++):l!==0&&n[l-1][0]==r?(n[l-1][1]+=n[l][1],n.splice(l,1)):l++,u=0,c=0,s="",p="";break}n[n.length-1][1]===""&&n.pop();var i=!1;for(l=1;ll));g++)s=c,p=u;return n.length!=g&&n[g][0]===o?p:p+(l-s)},y.prototype.diff_prettyHtml=function(n){for(var l=[],c=/&/g,u=//g,p=/\n/g,g=0;g");switch(i){case d:l[g]=''+f+"";break;case o:l[g]=''+f+"";break;case r:l[g]=""+f+"";break}}return l.join("")},y.prototype.diff_text1=function(n){for(var l=[],c=0;cthis.Match_MaxBits)throw new Error("Pattern too long for this browser.");var u=this.match_alphabet_(l),s=this;function p(I,R){var C=I/l.length,L=Math.abs(c-R);return s.Match_Distance?C+L/s.Match_Distance:L?1:C}var g=this.Match_Threshold,i=n.indexOf(l,c);i!=-1&&(g=Math.min(p(0,i),g),i=n.lastIndexOf(l,c+l.length),i!=-1&&(g=Math.min(p(0,i),g)));var m=1<=T;_--){var w=u[n.charAt(_-1)];if(S===0?b[_]=(b[_+1]<<1|1)&w:b[_]=(b[_+1]<<1|1)&w|((v[_+1]|v[_])<<1|1)|v[_+1],b[_]&m){var D=p(S,_-1);if(D<=g)if(g=D,i=_-1,i>c)T=Math.max(1,2*c-i);else break}}if(p(S+1,c)>g)break;v=b}return i},y.prototype.match_alphabet_=function(n){for(var l={},c=0;c2&&(this.diff_cleanupSemantic(s),this.diff_cleanupEfficiency(s));else if(n&&typeof n=="object"&&typeof l=="undefined"&&typeof c=="undefined")s=n,u=this.diff_text1(s);else if(typeof n=="string"&&l&&typeof l=="object"&&typeof c=="undefined")u=n,s=l;else if(typeof n=="string"&&typeof l=="string"&&c&&typeof c=="object")u=n,s=c;else throw new Error("Unknown call format to patch_make.");if(s.length===0)return[];for(var p=[],g=new y.patch_obj,i=0,m=0,f=0,h=u,E=u,v=0;v=2*this.Patch_Margin&&i&&(this.patch_addContext_(g,h),p.push(g),g=new y.patch_obj,i=0,h=E,m=f);break}S!==d&&(m+=T.length),S!==o&&(f+=T.length)}return i&&(this.patch_addContext_(g,h),p.push(g)),p},y.prototype.patch_deepCopy=function(n){for(var l=[],c=0;cthis.Match_MaxBits?(m=this.match_main(l,i.substring(0,this.Match_MaxBits),g),m!=-1&&(f=this.match_main(l,i.substring(i.length-this.Match_MaxBits),g+i.length-this.Match_MaxBits),(f==-1||m>=f)&&(m=-1))):m=this.match_main(l,i,g),m==-1)s[p]=!1,u-=n[p].length2-n[p].length1;else{s[p]=!0,u=m-g;var h;if(f==-1?h=l.substring(m,m+i.length):h=l.substring(m,f+this.Match_MaxBits),i==h)l=l.substring(0,m)+this.diff_text2(n[p].diffs)+l.substring(m+i.length);else{var E=this.diff_main(i,h,!1);if(i.length>this.Match_MaxBits&&this.diff_levenshtein(E)/i.length>this.Patch_DeleteThreshold)s[p]=!1;else{this.diff_cleanupSemanticLossless(E);for(var v=0,S,T=0;Tp[0][1].length){var g=l-p[0][1].length;p[0][1]=c.substring(p[0][1].length)+p[0][1],s.start1-=g,s.start2-=g,s.length1+=g,s.length2+=g}if(s=n[n.length-1],p=s.diffs,p.length==0||p[p.length-1][0]!=r)p.push(new y.Diff(r,c)),s.length1+=l,s.length2+=l;else if(l>p[p.length-1][1].length){var g=l-p[p.length-1][1].length;p[p.length-1][1]+=c.substring(0,g),s.length1+=g,s.length2+=g}return c},y.prototype.patch_splitMax=function(n){for(var l=this.Match_MaxBits,c=0;c2*l?(i.length1+=h.length,s+=h.length,m=!1,i.diffs.push(new y.Diff(f,h)),u.diffs.shift()):(h=h.substring(0,l-i.length1-this.Patch_Margin),i.length1+=h.length,s+=h.length,f===r?(i.length2+=h.length,p+=h.length):m=!1,i.diffs.push(new y.Diff(f,h)),h==u.diffs[0][1]?u.diffs.shift():u.diffs[0][1]=u.diffs[0][1].substring(h.length))}g=this.diff_text2(i.diffs),g=g.substring(g.length-this.Patch_Margin);var E=this.diff_text1(u.diffs).substring(0,this.Patch_Margin);E!==""&&(i.length1+=E.length,i.length2+=E.length,i.diffs.length!==0&&i.diffs[i.diffs.length-1][0]===r?i.diffs[i.diffs.length-1][1]+=E:i.diffs.push(new y.Diff(r,E))),m||n.splice(++c,0,i)}}},y.prototype.patch_toText=function(n){for(var l=[],c=0;c= 2.0.0-beta.1",7:">= 4.0.0 <4.3.0",8:">= 4.3.0"};o.REVISION_CHANGES=v;var S="[object Object]";r.prototype={constructor:r,logger:i.default,log:i.default.log,registerHelper:function(P,b){if(l.toString.call(P)===S){if(b)throw new u.default("Arg not supported with multiple helpers");l.extend(this.helpers,P)}else this.helpers[P]=b},unregisterHelper:function(P){delete this.helpers[P]},registerPartial:function(P,b){if(l.toString.call(P)===S)l.extend(this.partials,P);else{if(typeof b=="undefined")throw new u.default('Attempting to register a partial called "'+P+'" as undefined');this.partials[P]=b}},unregisterPartial:function(P){delete this.partials[P]},registerDecorator:function(P,b){if(l.toString.call(P)===S){if(b)throw new u.default("Arg not supported with multiple decorators");l.extend(this.decorators,P)}else this.decorators[P]=b},unregisterDecorator:function(P){delete this.decorators[P]},resetLoggedPropertyAccesses:function(){m.resetLoggedProperties()}};var T=i.default.log;o.log=T,o.createFrame=l.createFrame,o.logger=i.default},function(y,o){"use strict";function d(v){return g[v]}function r(v){for(var S=1;S":">",'"':""","'":"'","`":"`","=":"="},i=/[&<>"'`=]/g,m=/[&<>"'`=]/,f=Object.prototype.toString;o.toString=f;var h=function(v){return typeof v=="function"};h(/x/)&&(o.isFunction=h=function(v){return typeof v=="function"&&f.call(v)==="[object Function]"}),o.isFunction=h;var E=Array.isArray||function(v){return!(!v||typeof v!="object")&&f.call(v)==="[object Array]"};o.isArray=E},function(y,o,d){"use strict";function r(c,u){var s=u&&u.loc,p=void 0,g=void 0,i=void 0,m=void 0;s&&(p=s.start.line,g=s.end.line,i=s.start.column,m=s.end.column,c+=" - "+p+":"+i);for(var f=Error.prototype.constructor.call(this,c),h=0;h0?(c.ids&&(c.ids=[c.name]),n.helpers.each(l,c)):u(this);if(c.data&&c.ids){var p=r.createFrame(c.data);p.contextPath=r.appendContextPath(c.data.contextPath,c.name),c={data:p}}return s(l,c)})},y.exports=o.default},function(y,o,d){(function(r){"use strict";var n=d(13).default,l=d(1).default;o.__esModule=!0;var c=d(5),u=d(6),s=l(u);o.default=function(p){p.registerHelper("each",function(g,i){function m(C,I,R){S&&(S.key=C,S.index=I,S.first=I===0,S.last=!!R,T&&(S.contextPath=T+C)),v+=f(g[C],{data:S,blockParams:c.blockParams([g[C],C],[T+C,null])})}if(!i)throw new s.default("Must pass iterator to #each");var f=i.fn,h=i.inverse,E=0,v="",S=void 0,T=void 0;if(i.data&&i.ids&&(T=c.appendContextPath(i.data.contextPath,i.ids[0])+"."),c.isFunction(g)&&(g=g.call(this)),i.data&&(S=c.createFrame(i.data)),g&&typeof g=="object")if(c.isArray(g))for(var P=g.length;E=0?c:parseInt(l,10)}return l},log:function(l){if(l=n.lookupLevel(l),typeof console!="undefined"&&n.lookupLevel(n.level)<=l){var c=n.methodMap[l];console[c]||(c="log");for(var u=arguments.length,s=Array(u>1?u-1:0),p=1;p= 2.0.0-beta.1",7:">= 4.0.0 <4.3.0",8:">= 4.3.0"};o.REVISION_CHANGES=v;var S="[object Object]";r.prototype={constructor:r,logger:i.default,log:i.default.log,registerHelper:function(P,b){if(l.toString.call(P)===S){if(b)throw new u.default("Arg not supported with multiple helpers");l.extend(this.helpers,P)}else this.helpers[P]=b},unregisterHelper:function(P){delete this.helpers[P]},registerPartial:function(P,b){if(l.toString.call(P)===S)l.extend(this.partials,P);else{if(typeof b=="undefined")throw new u.default('Attempting to register a partial called "'+P+'" as undefined');this.partials[P]=b}},unregisterPartial:function(P){delete this.partials[P]},registerDecorator:function(P,b){if(l.toString.call(P)===S){if(b)throw new u.default("Arg not supported with multiple decorators");l.extend(this.decorators,P)}else this.decorators[P]=b},unregisterDecorator:function(P){delete this.decorators[P]},resetLoggedPropertyAccesses:function(){m.resetLoggedProperties()}};var T=i.default.log;o.log=T,o.createFrame=l.createFrame,o.logger=i.default},function(y,o){"use strict";function d(v){return g[v]}function r(v){for(var S=1;S":">",'"':""","'":"'","`":"`","=":"="},i=/[&<>"'`=]/g,m=/[&<>"'`=]/,f=Object.prototype.toString;o.toString=f;var h=function(v){return typeof v=="function"};h(/x/)&&(o.isFunction=h=function(v){return typeof v=="function"&&f.call(v)==="[object Function]"}),o.isFunction=h;var E=Array.isArray||function(v){return!(!v||typeof v!="object")&&f.call(v)==="[object Array]"};o.isArray=E},function(y,o,d){"use strict";function r(c,u){var s=u&&u.loc,p=void 0,g=void 0,i=void 0,m=void 0;s&&(p=s.start.line,g=s.end.line,i=s.start.column,m=s.end.column,c+=" - "+p+":"+i);for(var f=Error.prototype.constructor.call(this,c),h=0;h0?(c.ids&&(c.ids=[c.name]),n.helpers.each(l,c)):u(this);if(c.data&&c.ids){var p=r.createFrame(c.data);p.contextPath=r.appendContextPath(c.data.contextPath,c.name),c={data:p}}return s(l,c)})},y.exports=o.default},function(y,o,d){(function(r){"use strict";var n=d(13).default,l=d(1).default;o.__esModule=!0;var c=d(5),u=d(6),s=l(u);o.default=function(p){p.registerHelper("each",function(g,i){function m(D,I,R){S&&(S.key=D,S.index=I,S.first=I===0,S.last=!!R,T&&(S.contextPath=T+D)),v+=f(g[D],{data:S,blockParams:c.blockParams([g[D],D],[T+D,null])})}if(!i)throw new s.default("Must pass iterator to #each");var f=i.fn,h=i.inverse,E=0,v="",S=void 0,T=void 0;if(i.data&&i.ids&&(T=c.appendContextPath(i.data.contextPath,i.ids[0])+"."),c.isFunction(g)&&(g=g.call(this)),i.data&&(S=c.createFrame(i.data)),g&&typeof g=="object")if(c.isArray(g))for(var P=g.length;E=0?c:parseInt(l,10)}return l},log:function(l){if(l=n.lookupLevel(l),typeof console!="undefined"&&n.lookupLevel(n.level)<=l){var c=n.methodMap[l];console[c]||(c="log");for(var u=arguments.length,s=Array(u>1?u-1:0),p=1;p=_.LAST_COMPATIBLE_COMPILER_REVISION&&D<=_.COMPILER_REVISION)){if(D<_.LAST_COMPATIBLE_COMPILER_REVISION){var $=_.REVISION_CHANGES[L],M=_.REVISION_CHANGES[D];throw new b.default("Template was precompiled with an older version of Handlebars than the current runtime. Please update your precompiler to a newer version ("+$+") or downgrade your runtime to an older version ("+M+").")}throw new b.default("Template was precompiled with a newer version of Handlebars than the current runtime. Please update your runtime to a newer version ("+R[1]+").")}}function n(R,D){function L(W,G,U){U.hash&&(G=T.extend({},G,U.hash),U.ids&&(U.ids[0]=!0)),W=D.VM.resolvePartial.call(this,W,G,U);var Y=T.extend({},U,{hooks:this.hooks,protoAccessControl:this.protoAccessControl}),z=D.VM.invokePartial.call(this,W,G,Y);if(z==null&&D.compile&&(U.partials[U.name]=D.compile(W,R.compilerOptions,D),z=U.partials[U.name](G,Y)),z!=null){if(U.indent){for(var te=z.split(` +See https://handlebarsjs.com/api-reference/runtime-options.html#options-to-control-prototype-access for details`))}function u(){p(h).forEach(function(E){delete h[E]})}var s=d(34).default,p=d(13).default,g=d(3).default;o.__esModule=!0,o.createProtoAccessControl=r,o.resultIsAllowed=n,o.resetLoggedProperties=u;var i=d(36),m=d(32),f=g(m),h=s(null)},function(y,o,d){y.exports={default:d(35),__esModule:!0}},function(y,o,d){var r=d(9);y.exports=function(n,l){return r.create(n,l)}},function(y,o,d){"use strict";function r(){for(var c=arguments.length,u=Array(c),s=0;s=_.LAST_COMPATIBLE_COMPILER_REVISION&&C<=_.COMPILER_REVISION)){if(C<_.LAST_COMPATIBLE_COMPILER_REVISION){var $=_.REVISION_CHANGES[L],M=_.REVISION_CHANGES[C];throw new b.default("Template was precompiled with an older version of Handlebars than the current runtime. Please update your precompiler to a newer version ("+$+") or downgrade your runtime to an older version ("+M+").")}throw new b.default("Template was precompiled with a newer version of Handlebars than the current runtime. Please update your runtime to a newer version ("+R[1]+").")}}function n(R,C){function L(W,G,U){U.hash&&(G=T.extend({},G,U.hash),U.ids&&(U.ids[0]=!0)),W=C.VM.resolvePartial.call(this,W,G,U);var Y=T.extend({},U,{hooks:this.hooks,protoAccessControl:this.protoAccessControl}),z=C.VM.invokePartial.call(this,W,G,Y);if(z==null&&C.compile&&(U.partials[U.name]=C.compile(W,R.compilerOptions,C),z=U.partials[U.name](G,Y)),z!=null){if(U.indent){for(var te=z.split(` `),ae=0,de=te.length;ae2&&L.push("'"+this.terminals_[I]+"'");M=this.lexer.showPosition?"Parse error on line "+(h+1)+`: +`)}return z}throw new b.default("The partial "+U.name+" could not be compiled when running in runtime-only mode")}function $(W){function G(ae){return""+R.main(B,ae,B.helpers,B.partials,Y,te,z)}var U=arguments.length<=1||arguments[1]===void 0?{}:arguments[1],Y=U.data;$._setup(U),!U.partial&&R.useData&&(Y=p(W,Y));var z=void 0,te=R.useBlockParams?[]:void 0;return R.useDepths&&(z=U.depths?W!=U.depths[0]?[W].concat(U.depths):U.depths:[W]),(G=g(R.main,G,B,U.depths||[],Y,te))(W,U)}if(!C)throw new b.default("No environment passed to template");if(!R||!R.main)throw new b.default("Unknown template object: "+typeof R);R.main.decorator=R.main_d,C.VM.checkRevision(R.compiler);var M=R.compiler&&R.compiler[0]===7,B={strict:function(W,G,U){if(!(W&&G in W))throw new b.default('"'+G+'" not defined in '+W,{loc:U});return B.lookupProperty(W,G)},lookupProperty:function(W,G){var U=W[G];return U==null||Object.prototype.hasOwnProperty.call(W,G)||I.resultIsAllowed(U,B.protoAccessControl,G)?U:void 0},lookup:function(W,G){for(var U=W.length,Y=0;Y2&&L.push("'"+this.terminals_[I]+"'");M=this.lexer.showPosition?"Parse error on line "+(h+1)+`: `+this.lexer.showPosition()+` -Expecting `+L.join(", ")+", got '"+(this.terminals_[P]||P)+"'":"Parse error on line "+(h+1)+": Unexpected "+(P==1?"end of input":"'"+(this.terminals_[P]||P)+"'"),this.parseError(M,{text:this.lexer.match,token:this.terminals_[P]||P,line:this.lexer.yylineno,loc:S,expected:L})}}if(w[0]instanceof Array&&w.length>1)throw new Error("Parse Error: multiple actions possible at state: "+_+", token: "+P);switch(w[0]){case 1:p.push(P),g.push(this.lexer.yytext),i.push(this.lexer.yylloc),p.push(w[1]),P=null,b?(P=b,b=null):(E=this.lexer.yyleng,f=this.lexer.yytext,h=this.lexer.yylineno,S=this.lexer.yylloc,v>0&&v--);break;case 2:if(R=this.productions_[w[1]][1],$.$=g[g.length-R],$._$={first_line:i[i.length-(R||1)].first_line,last_line:i[i.length-1].last_line,first_column:i[i.length-(R||1)].first_column,last_column:i[i.length-1].last_column},T&&($._$.range=[i[i.length-(R||1)].range[0],i[i.length-1].range[1]]),C=this.performAction.call($,f,E,h,this.yy,w[1],g,i),typeof C!="undefined")return C;R&&(p=p.slice(0,-1*R*2),g=g.slice(0,-1*R),i=i.slice(0,-1*R)),p.push(this.productions_[w[1]][0]),g.push($.$),i.push($._$),D=m[p[p.length-2]][p[p.length-1]],p.push(D);break;case 3:return!0}}return!0}},l=function(){var c={EOF:1,parseError:function(u,s){if(!this.yy.parser)throw new Error(u);this.yy.parser.parseError(u,s)},setInput:function(u){return this._input=u,this._more=this._less=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},input:function(){var u=this._input[0];this.yytext+=u,this.yyleng++,this.offset++,this.match+=u,this.matched+=u;var s=u.match(/(?:\r\n?|\n).*/g);return s?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),u},unput:function(u){var s=u.length,p=u.split(/(?:\r\n?|\n)/g);this._input=u+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-s-1),this.offset-=s;var g=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),p.length-1&&(this.yylineno-=p.length-1);var i=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:p?(p.length===g.length?this.yylloc.first_column:0)+g[g.length-p.length].length-p[0].length:this.yylloc.first_column-s},this.options.ranges&&(this.yylloc.range=[i[0],i[0]+this.yyleng-s]),this},more:function(){return this._more=!0,this},less:function(u){this.unput(this.match.slice(u))},pastInput:function(){var u=this.matched.substr(0,this.matched.length-this.match.length);return(u.length>20?"...":"")+u.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var u=this.match;return u.length<20&&(u+=this._input.substr(0,20-u.length)),(u.substr(0,20)+(u.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var u=this.pastInput(),s=new Array(u.length+1).join("-");return u+this.upcomingInput()+` +Expecting `+L.join(", ")+", got '"+(this.terminals_[P]||P)+"'":"Parse error on line "+(h+1)+": Unexpected "+(P==1?"end of input":"'"+(this.terminals_[P]||P)+"'"),this.parseError(M,{text:this.lexer.match,token:this.terminals_[P]||P,line:this.lexer.yylineno,loc:S,expected:L})}}if(w[0]instanceof Array&&w.length>1)throw new Error("Parse Error: multiple actions possible at state: "+_+", token: "+P);switch(w[0]){case 1:p.push(P),g.push(this.lexer.yytext),i.push(this.lexer.yylloc),p.push(w[1]),P=null,b?(P=b,b=null):(E=this.lexer.yyleng,f=this.lexer.yytext,h=this.lexer.yylineno,S=this.lexer.yylloc,v>0&&v--);break;case 2:if(R=this.productions_[w[1]][1],$.$=g[g.length-R],$._$={first_line:i[i.length-(R||1)].first_line,last_line:i[i.length-1].last_line,first_column:i[i.length-(R||1)].first_column,last_column:i[i.length-1].last_column},T&&($._$.range=[i[i.length-(R||1)].range[0],i[i.length-1].range[1]]),D=this.performAction.call($,f,E,h,this.yy,w[1],g,i),typeof D!="undefined")return D;R&&(p=p.slice(0,-1*R*2),g=g.slice(0,-1*R),i=i.slice(0,-1*R)),p.push(this.productions_[w[1]][0]),g.push($.$),i.push($._$),C=m[p[p.length-2]][p[p.length-1]],p.push(C);break;case 3:return!0}}return!0}},l=function(){var c={EOF:1,parseError:function(u,s){if(!this.yy.parser)throw new Error(u);this.yy.parser.parseError(u,s)},setInput:function(u){return this._input=u,this._more=this._less=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},input:function(){var u=this._input[0];this.yytext+=u,this.yyleng++,this.offset++,this.match+=u,this.matched+=u;var s=u.match(/(?:\r\n?|\n).*/g);return s?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),u},unput:function(u){var s=u.length,p=u.split(/(?:\r\n?|\n)/g);this._input=u+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-s-1),this.offset-=s;var g=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),p.length-1&&(this.yylineno-=p.length-1);var i=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:p?(p.length===g.length?this.yylloc.first_column:0)+g[g.length-p.length].length-p[0].length:this.yylloc.first_column-s},this.options.ranges&&(this.yylloc.range=[i[0],i[0]+this.yyleng-s]),this},more:function(){return this._more=!0,this},less:function(u){this.unput(this.match.slice(u))},pastInput:function(){var u=this.matched.substr(0,this.matched.length-this.match.length);return(u.length>20?"...":"")+u.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var u=this.match;return u.length<20&&(u+=this._input.substr(0,20-u.length)),(u.substr(0,20)+(u.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var u=this.pastInput(),s=new Array(u.length+1).join("-");return u+this.upcomingInput()+` `+s+"^"},next:function(){if(this.done)return this.EOF;this._input||(this.done=!0);var u,s,p,g,i;this._more||(this.yytext="",this.match="");for(var m=this._currentRules(),f=0;fs[0].length)||(s=p,g=f,this.options.flex));f++);return s?(i=s[0].match(/(?:\r\n?|\n).*/g),i&&(this.yylineno+=i.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:i?i[i.length-1].length-i[i.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+s[0].length},this.yytext+=s[0],this.match+=s[0],this.matches=s,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._input=this._input.slice(s[0].length),this.matched+=s[0],u=this.performAction.call(this,this.yy,this,m[g],this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),u||void 0):this._input===""?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+`. Unrecognized text. -`+this.showPosition(),{text:"",token:null,line:this.yylineno})},lex:function(){var u=this.next();return typeof u!="undefined"?u:this.lex()},begin:function(u){this.conditionStack.push(u)},popState:function(){return this.conditionStack.pop()},_currentRules:function(){return this.conditions[this.conditionStack[this.conditionStack.length-1]].rules},topState:function(){return this.conditionStack[this.conditionStack.length-2]},pushState:function(u){this.begin(u)}};return c.options={},c.performAction=function(u,s,p,g){function i(m,f){return s.yytext=s.yytext.substring(m,s.yyleng-f+m)}switch(p){case 0:if(s.yytext.slice(-2)==="\\\\"?(i(0,1),this.begin("mu")):s.yytext.slice(-1)==="\\"?(i(0,1),this.begin("emu")):this.begin("mu"),s.yytext)return 15;break;case 1:return 15;case 2:return this.popState(),15;case 3:return this.begin("raw"),15;case 4:return this.popState(),this.conditionStack[this.conditionStack.length-1]==="raw"?15:(i(5,9),"END_RAW_BLOCK");case 5:return 15;case 6:return this.popState(),14;case 7:return 65;case 8:return 68;case 9:return 19;case 10:return this.popState(),this.begin("raw"),23;case 11:return 55;case 12:return 60;case 13:return 29;case 14:return 47;case 15:return this.popState(),44;case 16:return this.popState(),44;case 17:return 34;case 18:return 39;case 19:return 51;case 20:return 48;case 21:this.unput(s.yytext),this.popState(),this.begin("com");break;case 22:return this.popState(),14;case 23:return 48;case 24:return 73;case 25:return 72;case 26:return 72;case 27:return 87;case 28:break;case 29:return this.popState(),54;case 30:return this.popState(),33;case 31:return s.yytext=i(1,2).replace(/\\"/g,'"'),80;case 32:return s.yytext=i(1,2).replace(/\\'/g,"'"),80;case 33:return 85;case 34:return 82;case 35:return 82;case 36:return 83;case 37:return 84;case 38:return 81;case 39:return 75;case 40:return 77;case 41:return 72;case 42:return s.yytext=s.yytext.replace(/\\([\\\]])/g,"$1"),72;case 43:return"INVALID";case 44:return 5}},c.rules=[/^(?:[^\x00]*?(?=(\{\{)))/,/^(?:[^\x00]+)/,/^(?:[^\x00]{2,}?(?=(\{\{|\\\{\{|\\\\\{\{|$)))/,/^(?:\{\{\{\{(?=[^\/]))/,/^(?:\{\{\{\{\/[^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=[=}\s\/.])\}\}\}\})/,/^(?:[^\x00]+?(?=(\{\{\{\{)))/,/^(?:[\s\S]*?--(~)?\}\})/,/^(?:\()/,/^(?:\))/,/^(?:\{\{\{\{)/,/^(?:\}\}\}\})/,/^(?:\{\{(~)?>)/,/^(?:\{\{(~)?#>)/,/^(?:\{\{(~)?#\*?)/,/^(?:\{\{(~)?\/)/,/^(?:\{\{(~)?\^\s*(~)?\}\})/,/^(?:\{\{(~)?\s*else\s*(~)?\}\})/,/^(?:\{\{(~)?\^)/,/^(?:\{\{(~)?\s*else\b)/,/^(?:\{\{(~)?\{)/,/^(?:\{\{(~)?&)/,/^(?:\{\{(~)?!--)/,/^(?:\{\{(~)?![\s\S]*?\}\})/,/^(?:\{\{(~)?\*?)/,/^(?:=)/,/^(?:\.\.)/,/^(?:\.(?=([=~}\s\/.)|])))/,/^(?:[\/.])/,/^(?:\s+)/,/^(?:\}(~)?\}\})/,/^(?:(~)?\}\})/,/^(?:"(\\["]|[^"])*")/,/^(?:'(\\[']|[^'])*')/,/^(?:@)/,/^(?:true(?=([~}\s)])))/,/^(?:false(?=([~}\s)])))/,/^(?:undefined(?=([~}\s)])))/,/^(?:null(?=([~}\s)])))/,/^(?:-?[0-9]+(?:\.[0-9]+)?(?=([~}\s)])))/,/^(?:as\s+\|)/,/^(?:\|)/,/^(?:([^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=([=~}\s\/.)|]))))/,/^(?:\[(\\\]|[^\]])*\])/,/^(?:.)/,/^(?:$)/],c.conditions={mu:{rules:[7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44],inclusive:!1},emu:{rules:[2],inclusive:!1},com:{rules:[6],inclusive:!1},raw:{rules:[3,4,5],inclusive:!1},INITIAL:{rules:[0,1,44],inclusive:!0}},c}();return n.lexer=l,r.prototype=n,n.Parser=r,new r}();o.default=d,y.exports=o.default},function(y,o,d){"use strict";function r(){var i=arguments.length<=0||arguments[0]===void 0?{}:arguments[0];this.options=i}function n(i,m,f){m===void 0&&(m=i.length);var h=i[m-1],E=i[m-2];return h?h.type==="ContentStatement"?(E||!f?/\r?\n\s*?$/:/(^|\r?\n)\s*?$/).test(h.original):void 0:f}function l(i,m,f){m===void 0&&(m=-1);var h=i[m+1],E=i[m+2];return h?h.type==="ContentStatement"?(E||!f?/^\s*?\r?\n/:/^\s*?(\r?\n|$)/).test(h.original):void 0:f}function c(i,m,f){var h=i[m==null?0:m+1];if(h&&h.type==="ContentStatement"&&(f||!h.rightStripped)){var E=h.value;h.value=h.value.replace(f?/^\s+/:/^[ \t]*\r?\n?/,""),h.rightStripped=h.value!==E}}function u(i,m,f){var h=i[m==null?i.length-1:m-1];if(h&&h.type==="ContentStatement"&&(f||!h.leftStripped)){var E=h.value;return h.value=h.value.replace(f?/\s+$/:/[ \t]+$/,""),h.leftStripped=h.value!==E,h.leftStripped}}var s=d(1).default;o.__esModule=!0;var p=d(49),g=s(p);r.prototype=new g.default,r.prototype.Program=function(i){var m=!this.options.ignoreStandalone,f=!this.isRootSeen;this.isRootSeen=!0;for(var h=i.body,E=0,v=h.length;E0)throw new v.default("Invalid path: "+b,{loc:P});R===".."&&w++}}return{type:"PathExpression",data:S,depth:w,parts:_,original:b,loc:P}}function p(S,T,P,b,_,w){var C=b.charAt(3)||b.charAt(2),I=C!=="{"&&C!=="&",R=/\*/.test(b);return{type:R?"Decorator":"MustacheStatement",path:S,params:T,hash:P,escaped:I,strip:_,loc:this.locInfo(w)}}function g(S,T,P,b){r(S,P),b=this.locInfo(b);var _={type:"Program",body:T,strip:{},loc:b};return{type:"BlockStatement",path:S.path,params:S.params,hash:S.hash,program:_,openStrip:{},inverseStrip:{},closeStrip:{},loc:b}}function i(S,T,P,b,_,w){b&&b.path&&r(S,b);var C=/\*/.test(S.open);T.blockParams=S.blockParams;var I=void 0,R=void 0;if(P){if(C)throw new v.default("Unexpected inverse block on decorator",P);P.chain&&(P.program.body[0].closeStrip=b.strip),R=P.strip,I=P.program}return _&&(_=I,I=T,T=_),{type:C?"DecoratorBlock":"BlockStatement",path:S.path,params:S.params,hash:S.hash,program:T,inverse:I,openStrip:S.strip,inverseStrip:R,closeStrip:b&&b.strip,loc:this.locInfo(w)}}function m(S,T){if(!T&&S.length){var P=S[0].loc,b=S[S.length-1].loc;P&&b&&(T={source:P.source,start:{line:P.start.line,column:P.start.column},end:{line:b.end.line,column:b.end.column}})}return{type:"Program",body:S,strip:{},loc:T}}function f(S,T,P,b){return r(S,P),{type:"PartialBlockStatement",name:S.path,params:S.params,hash:S.hash,program:T,openStrip:S.strip,closeStrip:P&&P.strip,loc:this.locInfo(b)}}var h=d(1).default;o.__esModule=!0,o.SourceLocation=n,o.id=l,o.stripFlags=c,o.stripComment=u,o.preparePath=s,o.prepareMustache=p,o.prepareRawBlock=g,o.prepareBlock=i,o.prepareProgram=m,o.preparePartialBlock=f;var E=d(6),v=h(E)},function(y,o,d){"use strict";function r(){}function n(v,S,T){if(v==null||typeof v!="string"&&v.type!=="Program")throw new i.default("You must pass a string or Handlebars AST to Handlebars.precompile. You passed "+v);S=S||{},"data"in S||(S.data=!0),S.compat&&(S.useDepths=!0);var P=T.parse(v,S),b=new T.Compiler().compile(P,S);return new T.JavaScriptCompiler().compile(b,S)}function l(v,S,T){function P(){var w=T.parse(v,S),C=new T.Compiler().compile(w,S),I=new T.JavaScriptCompiler().compile(C,S,void 0,!0);return T.template(I)}function b(w,C){return _||(_=P()),_.call(this,w,C)}if(S===void 0&&(S={}),v==null||typeof v!="string"&&v.type!=="Program")throw new i.default("You must pass a string or Handlebars AST to Handlebars.compile. You passed "+v);S=m.extend({},S),"data"in S||(S.data=!0),S.compat&&(S.useDepths=!0);var _=void 0;return b._setup=function(w){return _||(_=P()),_._setup(w)},b._child=function(w,C,I,R){return _||(_=P()),_._child(w,C,I,R)},b}function c(v,S){if(v===S)return!0;if(m.isArray(v)&&m.isArray(S)&&v.length===S.length){for(var T=0;T1)throw new i.default("Unsupported number of partial arguments: "+T.length,v);T.length||(this.options.explicitPartialContext?this.opcode("pushLiteral","undefined"):T.push({type:"PathExpression",parts:[],depth:0}));var P=v.name.original,b=v.name.type==="SubExpression";b&&this.accept(v.name),this.setupFullMustacheParams(v,S,void 0,!0);var _=v.indent||"";this.options.preventIndent&&_&&(this.opcode("appendContent",_),_=""),this.opcode("invokePartial",b,P,_),this.opcode("append")},PartialBlockStatement:function(v){this.PartialStatement(v)},MustacheStatement:function(v){this.SubExpression(v),v.escaped&&!this.options.noEscape?this.opcode("appendEscaped"):this.opcode("append")},Decorator:function(v){this.DecoratorBlock(v)},ContentStatement:function(v){v.value&&this.opcode("appendContent",v.value)},CommentStatement:function(){},SubExpression:function(v){u(v);var S=this.classifySexpr(v);S==="simple"?this.simpleSexpr(v):S==="helper"?this.helperSexpr(v):this.ambiguousSexpr(v)},ambiguousSexpr:function(v,S,T){var P=v.path,b=P.parts[0],_=S!=null||T!=null;this.opcode("getContext",P.depth),this.opcode("pushProgram",S),this.opcode("pushProgram",T),P.strict=!0,this.accept(P),this.opcode("invokeAmbiguous",b,_)},simpleSexpr:function(v){var S=v.path;S.strict=!0,this.accept(S),this.opcode("resolvePossibleLambda")},helperSexpr:function(v,S,T){var P=this.setupFullMustacheParams(v,S,T),b=v.path,_=b.parts[0];if(this.options.knownHelpers[_])this.opcode("invokeKnownHelper",P.length,_);else{if(this.options.knownHelpersOnly)throw new i.default("You specified knownHelpersOnly, but used the unknown helper "+_,v);b.strict=!0,b.falsy=!0,this.accept(b),this.opcode("invokeHelper",P.length,b.original,h.default.helpers.simpleId(b))}},PathExpression:function(v){this.addDepth(v.depth),this.opcode("getContext",v.depth);var S=v.parts[0],T=h.default.helpers.scopedId(v),P=!v.depth&&!T&&this.blockParamIndex(S);P?this.opcode("lookupBlockParam",P,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,T):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,T=0,P=S.length;for(this.opcode("pushHash");T=0)return[S,b]}}}},function(y,o,d){"use strict";function r(h){this.value=h}function n(){}function l(h,E,v,S){var T=E.popStack(),P=0,b=v.length;for(h&&b--;P@\[-\^`\{-~]+(?=[=}\s\/.])\}\}\}\})/,/^(?:[^\x00]+?(?=(\{\{\{\{)))/,/^(?:[\s\S]*?--(~)?\}\})/,/^(?:\()/,/^(?:\))/,/^(?:\{\{\{\{)/,/^(?:\}\}\}\})/,/^(?:\{\{(~)?>)/,/^(?:\{\{(~)?#>)/,/^(?:\{\{(~)?#\*?)/,/^(?:\{\{(~)?\/)/,/^(?:\{\{(~)?\^\s*(~)?\}\})/,/^(?:\{\{(~)?\s*else\s*(~)?\}\})/,/^(?:\{\{(~)?\^)/,/^(?:\{\{(~)?\s*else\b)/,/^(?:\{\{(~)?\{)/,/^(?:\{\{(~)?&)/,/^(?:\{\{(~)?!--)/,/^(?:\{\{(~)?![\s\S]*?\}\})/,/^(?:\{\{(~)?\*?)/,/^(?:=)/,/^(?:\.\.)/,/^(?:\.(?=([=~}\s\/.)|])))/,/^(?:[\/.])/,/^(?:\s+)/,/^(?:\}(~)?\}\})/,/^(?:(~)?\}\})/,/^(?:"(\\["]|[^"])*")/,/^(?:'(\\[']|[^'])*')/,/^(?:@)/,/^(?:true(?=([~}\s)])))/,/^(?:false(?=([~}\s)])))/,/^(?:undefined(?=([~}\s)])))/,/^(?:null(?=([~}\s)])))/,/^(?:-?[0-9]+(?:\.[0-9]+)?(?=([~}\s)])))/,/^(?:as\s+\|)/,/^(?:\|)/,/^(?:([^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=([=~}\s\/.)|]))))/,/^(?:\[(\\\]|[^\]])*\])/,/^(?:.)/,/^(?:$)/],c.conditions={mu:{rules:[7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44],inclusive:!1},emu:{rules:[2],inclusive:!1},com:{rules:[6],inclusive:!1},raw:{rules:[3,4,5],inclusive:!1},INITIAL:{rules:[0,1,44],inclusive:!0}},c}();return n.lexer=l,r.prototype=n,n.Parser=r,new r}();o.default=d,y.exports=o.default},function(y,o,d){"use strict";function r(){var i=arguments.length<=0||arguments[0]===void 0?{}:arguments[0];this.options=i}function n(i,m,f){m===void 0&&(m=i.length);var h=i[m-1],E=i[m-2];return h?h.type==="ContentStatement"?(E||!f?/\r?\n\s*?$/:/(^|\r?\n)\s*?$/).test(h.original):void 0:f}function l(i,m,f){m===void 0&&(m=-1);var h=i[m+1],E=i[m+2];return h?h.type==="ContentStatement"?(E||!f?/^\s*?\r?\n/:/^\s*?(\r?\n|$)/).test(h.original):void 0:f}function c(i,m,f){var h=i[m==null?0:m+1];if(h&&h.type==="ContentStatement"&&(f||!h.rightStripped)){var E=h.value;h.value=h.value.replace(f?/^\s+/:/^[ \t]*\r?\n?/,""),h.rightStripped=h.value!==E}}function u(i,m,f){var h=i[m==null?i.length-1:m-1];if(h&&h.type==="ContentStatement"&&(f||!h.leftStripped)){var E=h.value;return h.value=h.value.replace(f?/\s+$/:/[ \t]+$/,""),h.leftStripped=h.value!==E,h.leftStripped}}var s=d(1).default;o.__esModule=!0;var p=d(49),g=s(p);r.prototype=new g.default,r.prototype.Program=function(i){var m=!this.options.ignoreStandalone,f=!this.isRootSeen;this.isRootSeen=!0;for(var h=i.body,E=0,v=h.length;E0)throw new v.default("Invalid path: "+b,{loc:P});R===".."&&w++}}return{type:"PathExpression",data:S,depth:w,parts:_,original:b,loc:P}}function p(S,T,P,b,_,w){var D=b.charAt(3)||b.charAt(2),I=D!=="{"&&D!=="&",R=/\*/.test(b);return{type:R?"Decorator":"MustacheStatement",path:S,params:T,hash:P,escaped:I,strip:_,loc:this.locInfo(w)}}function g(S,T,P,b){r(S,P),b=this.locInfo(b);var _={type:"Program",body:T,strip:{},loc:b};return{type:"BlockStatement",path:S.path,params:S.params,hash:S.hash,program:_,openStrip:{},inverseStrip:{},closeStrip:{},loc:b}}function i(S,T,P,b,_,w){b&&b.path&&r(S,b);var D=/\*/.test(S.open);T.blockParams=S.blockParams;var I=void 0,R=void 0;if(P){if(D)throw new v.default("Unexpected inverse block on decorator",P);P.chain&&(P.program.body[0].closeStrip=b.strip),R=P.strip,I=P.program}return _&&(_=I,I=T,T=_),{type:D?"DecoratorBlock":"BlockStatement",path:S.path,params:S.params,hash:S.hash,program:T,inverse:I,openStrip:S.strip,inverseStrip:R,closeStrip:b&&b.strip,loc:this.locInfo(w)}}function m(S,T){if(!T&&S.length){var P=S[0].loc,b=S[S.length-1].loc;P&&b&&(T={source:P.source,start:{line:P.start.line,column:P.start.column},end:{line:b.end.line,column:b.end.column}})}return{type:"Program",body:S,strip:{},loc:T}}function f(S,T,P,b){return r(S,P),{type:"PartialBlockStatement",name:S.path,params:S.params,hash:S.hash,program:T,openStrip:S.strip,closeStrip:P&&P.strip,loc:this.locInfo(b)}}var h=d(1).default;o.__esModule=!0,o.SourceLocation=n,o.id=l,o.stripFlags=c,o.stripComment=u,o.preparePath=s,o.prepareMustache=p,o.prepareRawBlock=g,o.prepareBlock=i,o.prepareProgram=m,o.preparePartialBlock=f;var E=d(6),v=h(E)},function(y,o,d){"use strict";function r(){}function n(v,S,T){if(v==null||typeof v!="string"&&v.type!=="Program")throw new i.default("You must pass a string or Handlebars AST to Handlebars.precompile. You passed "+v);S=S||{},"data"in S||(S.data=!0),S.compat&&(S.useDepths=!0);var P=T.parse(v,S),b=new T.Compiler().compile(P,S);return new T.JavaScriptCompiler().compile(b,S)}function l(v,S,T){function P(){var w=T.parse(v,S),D=new T.Compiler().compile(w,S),I=new T.JavaScriptCompiler().compile(D,S,void 0,!0);return T.template(I)}function b(w,D){return _||(_=P()),_.call(this,w,D)}if(S===void 0&&(S={}),v==null||typeof v!="string"&&v.type!=="Program")throw new i.default("You must pass a string or Handlebars AST to Handlebars.compile. You passed "+v);S=m.extend({},S),"data"in S||(S.data=!0),S.compat&&(S.useDepths=!0);var _=void 0;return b._setup=function(w){return _||(_=P()),_._setup(w)},b._child=function(w,D,I,R){return _||(_=P()),_._child(w,D,I,R)},b}function c(v,S){if(v===S)return!0;if(m.isArray(v)&&m.isArray(S)&&v.length===S.length){for(var T=0;T1)throw new i.default("Unsupported number of partial arguments: "+T.length,v);T.length||(this.options.explicitPartialContext?this.opcode("pushLiteral","undefined"):T.push({type:"PathExpression",parts:[],depth:0}));var P=v.name.original,b=v.name.type==="SubExpression";b&&this.accept(v.name),this.setupFullMustacheParams(v,S,void 0,!0);var _=v.indent||"";this.options.preventIndent&&_&&(this.opcode("appendContent",_),_=""),this.opcode("invokePartial",b,P,_),this.opcode("append")},PartialBlockStatement:function(v){this.PartialStatement(v)},MustacheStatement:function(v){this.SubExpression(v),v.escaped&&!this.options.noEscape?this.opcode("appendEscaped"):this.opcode("append")},Decorator:function(v){this.DecoratorBlock(v)},ContentStatement:function(v){v.value&&this.opcode("appendContent",v.value)},CommentStatement:function(){},SubExpression:function(v){u(v);var S=this.classifySexpr(v);S==="simple"?this.simpleSexpr(v):S==="helper"?this.helperSexpr(v):this.ambiguousSexpr(v)},ambiguousSexpr:function(v,S,T){var P=v.path,b=P.parts[0],_=S!=null||T!=null;this.opcode("getContext",P.depth),this.opcode("pushProgram",S),this.opcode("pushProgram",T),P.strict=!0,this.accept(P),this.opcode("invokeAmbiguous",b,_)},simpleSexpr:function(v){var S=v.path;S.strict=!0,this.accept(S),this.opcode("resolvePossibleLambda")},helperSexpr:function(v,S,T){var P=this.setupFullMustacheParams(v,S,T),b=v.path,_=b.parts[0];if(this.options.knownHelpers[_])this.opcode("invokeKnownHelper",P.length,_);else{if(this.options.knownHelpersOnly)throw new i.default("You specified knownHelpersOnly, but used the unknown helper "+_,v);b.strict=!0,b.falsy=!0,this.accept(b),this.opcode("invokeHelper",P.length,b.original,h.default.helpers.simpleId(b))}},PathExpression:function(v){this.addDepth(v.depth),this.opcode("getContext",v.depth);var S=v.parts[0],T=h.default.helpers.scopedId(v),P=!v.depth&&!T&&this.blockParamIndex(S);P?this.opcode("lookupBlockParam",P,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,T):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,T=0,P=S.length;for(this.opcode("pushHash");T=0)return[S,b]}}}},function(y,o,d){"use strict";function r(h){this.value=h}function n(){}function l(h,E,v,S){var T=E.popStack(),P=0,b=v.length;for(h&&b--;P0&&(v+=", "+S.join(", "));var T=0;c(this.aliases).forEach(function(_){var w=E.aliases[_];w.children&&w.referenceCount>1&&(v+=", alias"+ ++T+"="+_,w.children[0]="alias"+T)}),this.lookupPropertyFunctionIsUsed&&(v+=", "+this.lookupPropertyFunctionVarDeclaration());var P=["container","depth0","helpers","partials","data"];(this.useBlockParams||this.useDepths)&&P.push("blockParams"),this.useDepths&&P.push("depths");var b=this.mergeSource(v);return h?(P.push(b),Function.apply(this,P)):this.source.wrap(["function(",P.join(","),`) { +`),this.decorators=this.decorators.merge()));var D=this.createFunctionContext(S);if(this.isChild)return D;var I={compiler:this.compilerInfo(),main:D};this.decorators&&(I.main_d=this.decorators,I.useDecorators=!0);var R=this.context,C=R.programs,L=R.decorators;for(_=0,w=C.length;_0&&(v+=", "+S.join(", "));var T=0;c(this.aliases).forEach(function(_){var w=E.aliases[_];w.children&&w.referenceCount>1&&(v+=", alias"+ ++T+"="+_,w.children[0]="alias"+T)}),this.lookupPropertyFunctionIsUsed&&(v+=", "+this.lookupPropertyFunctionVarDeclaration());var P=["container","depth0","helpers","partials","data"];(this.useBlockParams||this.useDepths)&&P.push("blockParams"),this.useDepths&&P.push("depths");var b=this.mergeSource(v);return h?(P.push(b),Function.apply(this,P)):this.source.wrap(["function(",P.join(","),`) { `,b,"}"])},mergeSource:function(h){var E=this.environment.isSimple,v=!this.forceBuffer,S=void 0,T=void 0,P=void 0,b=void 0;return this.source.each(function(_){_.appendToBuffer?(P?_.prepend(" + "):P=_,b=_):(P&&(T?P.prepend("buffer += "):S=!0,b.add(";"),P=b=void 0),T=!0,E||(v=!1))}),v?P?(P.prepend("return "),b.add(";")):T||this.source.push('return "";'):(h+=", buffer = "+(S?"":this.initializeBuffer()),P?(P.prepend("return buffer + "),b.add(";")):this.source.push("return buffer;")),h&&this.source.prepend("var "+h.substring(2)+(S?"":`; `)),this.source.merge()},lookupPropertyFunctionVarDeclaration:function(){return` lookupProperty = container.lookupProperty || function(parent, propertyName) { @@ -47,7 +47,7 @@ Expecting `+L.join(", ")+", got '"+(this.terminals_[P]||P)+"'":"Parse error on l } return undefined } - `.trim()},blockValue:function(h){var E=this.aliasable("container.hooks.blockHelperMissing"),v=[this.contextName(0)];this.setupHelperArgs(h,0,v);var S=this.popStack();v.splice(1,0,S),this.push(this.source.functionCall(E,"call",v))},ambiguousBlockValue:function(){var h=this.aliasable("container.hooks.blockHelperMissing"),E=[this.contextName(0)];this.setupHelperArgs("",0,E,!0),this.flushInline();var v=this.topStack();E.splice(1,0,v),this.pushSource(["if (!",this.lastHelper,") { ",v," = ",this.source.functionCall(h,"call",E),"}"])},appendContent:function(h){this.pendingContent?h=this.pendingContent+h:this.pendingLocation=this.source.currentLocation,this.pendingContent=h},append:function(){if(this.isInline())this.replaceStack(function(E){return[" != null ? ",E,' : ""']}),this.pushSource(this.appendToBuffer(this.popStack()));else{var h=this.popStack();this.pushSource(["if (",h," != null) { ",this.appendToBuffer(h,void 0,!0)," }"]),this.environment.isSimple&&this.pushSource(["else { ",this.appendToBuffer("''",void 0,!0)," }"])}},appendEscaped:function(){this.pushSource(this.appendToBuffer([this.aliasable("container.escapeExpression"),"(",this.popStack(),")"]))},getContext:function(h){this.lastContext=h},pushContext:function(){this.pushStackLiteral(this.contextName(this.lastContext))},lookupOnContext:function(h,E,v,S){var T=0;S||!this.options.compat||this.lastContext?this.pushContext():this.push(this.depthedLookup(h[T++])),this.resolvePath("context",h,T,E,v)},lookupBlockParam:function(h,E){this.useBlockParams=!0,this.push(["blockParams[",h[0],"][",h[1],"]"]),this.resolvePath("context",E,1)},lookupData:function(h,E,v){h?this.pushStackLiteral("container.data(data, "+h+")"):this.pushStackLiteral("data"),this.resolvePath("data",E,0,!0,v)},resolvePath:function(h,E,v,S,T){var P=this;if(this.options.strict||this.options.assumeObjects)return void this.push(l(this.options.strict&&T,this,E,h));for(var b=E.length;vthis.stackVars.length&&this.stackVars.push("stack"+this.stackSlot),this.topStackName()},topStackName:function(){return"stack"+this.stackSlot},flushInline:function(){var h=this.inlineStack;this.inlineStack=[];for(var E=0,v=h.length;Ethis.stackVars.length&&this.stackVars.push("stack"+this.stackSlot),this.topStackName()},topStackName:function(){return"stack"+this.stackSlot},flushInline:function(){var h=this.inlineStack;this.inlineStack=[];for(var E=0,v=h.length;E{var d;/*! * Sizzle CSS Selector Engine v2.3.6 * https://sizzlejs.com/ @@ -57,8 +57,8 @@ Expecting `+L.join(", ")+", got '"+(this.terminals_[P]||P)+"'":"Parse error on l * https://js.foundation/ * * Date: 2021-02-16 -*/(function(r){var n,l,c,u,s,p,g,i,m,f,h,E,v,S,T,P,b,_,w,C="sizzle"+1*new Date,I=r.document,R=0,D=0,L=tn(),$=tn(),M=tn(),B=tn(),W=function(F,H){return F===H&&(h=!0),0},G={}.hasOwnProperty,U=[],Y=U.pop,z=U.push,te=U.push,ae=U.slice,de=function(F,H){for(var V=0,re=F.length;V+~]|"+ye+")"+ye+"*"),Ke=new RegExp(ye+"|>"),kt=new RegExp(mt),Je=new RegExp("^"+Pe+"$"),et={ID:new RegExp("^#("+Pe+")"),CLASS:new RegExp("^\\.("+Pe+")"),TAG:new RegExp("^("+Pe+"|[*])"),ATTR:new RegExp("^"+ze),PSEUDO:new RegExp("^"+mt),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+ye+"*(even|odd|(([+-]|)(\\d*)n|)"+ye+"*(?:([+-]|)"+ye+"*(\\d+)|))"+ye+"*\\)|)","i"),bool:new RegExp("^(?:"+Q+")$","i"),needsContext:new RegExp("^"+ye+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+ye+"*((?:-\\d)?\\d*)"+ye+"*\\)|)(?=[^-]|$)","i")},zt=/HTML$/i,kn=/^(?:input|select|textarea|button)$/i,Pt=/^h\d$/i,Yt=/^[^{]+\{\s*\[native \w/,vn=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,Ft=/[+~]/,ut=new RegExp("\\\\[\\da-fA-F]{1,6}"+ye+"?|\\\\([^\\r\\n\\f])","g"),ht=function(F,H){var V="0x"+F.slice(1)-65536;return H||(V<0?String.fromCharCode(V+65536):String.fromCharCode(V>>10|55296,V&1023|56320))},bn=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,nr=function(F,H){return H?F==="\0"?"\uFFFD":F.slice(0,-1)+"\\"+F.charCodeAt(F.length-1).toString(16)+" ":"\\"+F},en=function(){E()},vr=De(function(F){return F.disabled===!0&&F.nodeName.toLowerCase()==="fieldset"},{dir:"parentNode",next:"legend"});try{te.apply(U=ae.call(I.childNodes),I.childNodes),U[I.childNodes.length].nodeType}catch(F){te={apply:U.length?function(H,V){z.apply(H,ae.call(V))}:function(H,V){for(var re=H.length,Z=0;H[re++]=V[Z++];);H.length=re-1}}}function tt(F,H,V,re){var Z,ie,oe,Ee,_e,Le,Oe,Me=H&&H.ownerDocument,Ze=H?H.nodeType:9;if(V=V||[],typeof F!="string"||!F||Ze!==1&&Ze!==9&&Ze!==11)return V;if(!re&&(E(H),H=H||v,T)){if(Ze!==11&&(_e=vn.exec(F)))if(Z=_e[1]){if(Ze===9)if(oe=H.getElementById(Z)){if(oe.id===Z)return V.push(oe),V}else return V;else if(Me&&(oe=Me.getElementById(Z))&&w(H,oe)&&oe.id===Z)return V.push(oe),V}else{if(_e[2])return te.apply(V,H.getElementsByTagName(F)),V;if((Z=_e[3])&&l.getElementsByClassName&&H.getElementsByClassName)return te.apply(V,H.getElementsByClassName(Z)),V}if(l.qsa&&!B[F+" "]&&(!P||!P.test(F))&&(Ze!==1||H.nodeName.toLowerCase()!=="object")){if(Oe=F,Me=H,Ze===1&&(Ke.test(F)||Gt.test(F))){for(Me=Ft.test(F)&&Se(H.parentNode)||H,(Me!==H||!l.scope)&&((Ee=H.getAttribute("id"))?Ee=Ee.replace(bn,nr):H.setAttribute("id",Ee=C)),Le=p(F),ie=Le.length;ie--;)Le[ie]=(Ee?"#"+Ee:":scope")+" "+Be(Le[ie]);Oe=Le.join(",")}try{return te.apply(V,Me.querySelectorAll(Oe)),V}catch(at){B(F,!0)}finally{Ee===C&&H.removeAttribute("id")}}}return i(F.replace(Nt,"$1"),H,V,re)}function tn(){var F=[];function H(V,re){return F.push(V+" ")>c.cacheLength&&delete H[F.shift()],H[V+" "]=re}return H}function Mt(F){return F[C]=!0,F}function he(F){var H=v.createElement("fieldset");try{return!!F(H)}catch(V){return!1}finally{H.parentNode&&H.parentNode.removeChild(H),H=null}}function q(F,H){for(var V=F.split("|"),re=V.length;re--;)c.attrHandle[V[re]]=H}function fe(F,H){var V=H&&F,re=V&&F.nodeType===1&&H.nodeType===1&&F.sourceIndex-H.sourceIndex;if(re)return re;if(V){for(;V=V.nextSibling;)if(V===H)return-1}return F?1:-1}function Te(F){return function(H){var V=H.nodeName.toLowerCase();return V==="input"&&H.type===F}}function ne(F){return function(H){var V=H.nodeName.toLowerCase();return(V==="input"||V==="button")&&H.type===F}}function me(F){return function(H){return"form"in H?H.parentNode&&H.disabled===!1?"label"in H?"label"in H.parentNode?H.parentNode.disabled===F:H.disabled===F:H.isDisabled===F||H.isDisabled!==!F&&vr(H)===F:H.disabled===F:"label"in H?H.disabled===F:!1}}function ce(F){return Mt(function(H){return H=+H,Mt(function(V,re){for(var Z,ie=F([],V.length,H),oe=ie.length;oe--;)V[Z=ie[oe]]&&(V[Z]=!(re[Z]=V[Z]))})})}function Se(F){return F&&typeof F.getElementsByTagName!="undefined"&&F}l=tt.support={},s=tt.isXML=function(F){var H=F&&F.namespaceURI,V=F&&(F.ownerDocument||F).documentElement;return!zt.test(H||V&&V.nodeName||"HTML")},E=tt.setDocument=function(F){var H,V,re=F?F.ownerDocument||F:I;return re==v||re.nodeType!==9||!re.documentElement||(v=re,S=v.documentElement,T=!s(v),I!=v&&(V=v.defaultView)&&V.top!==V&&(V.addEventListener?V.addEventListener("unload",en,!1):V.attachEvent&&V.attachEvent("onunload",en)),l.scope=he(function(Z){return S.appendChild(Z).appendChild(v.createElement("div")),typeof Z.querySelectorAll!="undefined"&&!Z.querySelectorAll(":scope fieldset div").length}),l.attributes=he(function(Z){return Z.className="i",!Z.getAttribute("className")}),l.getElementsByTagName=he(function(Z){return Z.appendChild(v.createComment("")),!Z.getElementsByTagName("*").length}),l.getElementsByClassName=Yt.test(v.getElementsByClassName),l.getById=he(function(Z){return S.appendChild(Z).id=C,!v.getElementsByName||!v.getElementsByName(C).length}),l.getById?(c.filter.ID=function(Z){var ie=Z.replace(ut,ht);return function(oe){return oe.getAttribute("id")===ie}},c.find.ID=function(Z,ie){if(typeof ie.getElementById!="undefined"&&T){var oe=ie.getElementById(Z);return oe?[oe]:[]}}):(c.filter.ID=function(Z){var ie=Z.replace(ut,ht);return function(oe){var Ee=typeof oe.getAttributeNode!="undefined"&&oe.getAttributeNode("id");return Ee&&Ee.value===ie}},c.find.ID=function(Z,ie){if(typeof ie.getElementById!="undefined"&&T){var oe,Ee,_e,Le=ie.getElementById(Z);if(Le){if(oe=Le.getAttributeNode("id"),oe&&oe.value===Z)return[Le];for(_e=ie.getElementsByName(Z),Ee=0;Le=_e[Ee++];)if(oe=Le.getAttributeNode("id"),oe&&oe.value===Z)return[Le]}return[]}}),c.find.TAG=l.getElementsByTagName?function(Z,ie){if(typeof ie.getElementsByTagName!="undefined")return ie.getElementsByTagName(Z);if(l.qsa)return ie.querySelectorAll(Z)}:function(Z,ie){var oe,Ee=[],_e=0,Le=ie.getElementsByTagName(Z);if(Z==="*"){for(;oe=Le[_e++];)oe.nodeType===1&&Ee.push(oe);return Ee}return Le},c.find.CLASS=l.getElementsByClassName&&function(Z,ie){if(typeof ie.getElementsByClassName!="undefined"&&T)return ie.getElementsByClassName(Z)},b=[],P=[],(l.qsa=Yt.test(v.querySelectorAll))&&(he(function(Z){var ie;S.appendChild(Z).innerHTML="",Z.querySelectorAll("[msallowcapture^='']").length&&P.push("[*^$]="+ye+`*(?:''|"")`),Z.querySelectorAll("[selected]").length||P.push("\\["+ye+"*(?:value|"+Q+")"),Z.querySelectorAll("[id~="+C+"-]").length||P.push("~="),ie=v.createElement("input"),ie.setAttribute("name",""),Z.appendChild(ie),Z.querySelectorAll("[name='']").length||P.push("\\["+ye+"*name"+ye+"*="+ye+`*(?:''|"")`),Z.querySelectorAll(":checked").length||P.push(":checked"),Z.querySelectorAll("a#"+C+"+*").length||P.push(".#.+[+~]"),Z.querySelectorAll("\\\f"),P.push("[\\r\\n\\f]")}),he(function(Z){Z.innerHTML="";var ie=v.createElement("input");ie.setAttribute("type","hidden"),Z.appendChild(ie).setAttribute("name","D"),Z.querySelectorAll("[name=d]").length&&P.push("name"+ye+"*[*^$|!~]?="),Z.querySelectorAll(":enabled").length!==2&&P.push(":enabled",":disabled"),S.appendChild(Z).disabled=!0,Z.querySelectorAll(":disabled").length!==2&&P.push(":enabled",":disabled"),Z.querySelectorAll("*,:x"),P.push(",.*:")})),(l.matchesSelector=Yt.test(_=S.matches||S.webkitMatchesSelector||S.mozMatchesSelector||S.oMatchesSelector||S.msMatchesSelector))&&he(function(Z){l.disconnectedMatch=_.call(Z,"*"),_.call(Z,"[s!='']:x"),b.push("!=",mt)}),P=P.length&&new RegExp(P.join("|")),b=b.length&&new RegExp(b.join("|")),H=Yt.test(S.compareDocumentPosition),w=H||Yt.test(S.contains)?function(Z,ie){var oe=Z.nodeType===9?Z.documentElement:Z,Ee=ie&&ie.parentNode;return Z===Ee||!!(Ee&&Ee.nodeType===1&&(oe.contains?oe.contains(Ee):Z.compareDocumentPosition&&Z.compareDocumentPosition(Ee)&16))}:function(Z,ie){if(ie){for(;ie=ie.parentNode;)if(ie===Z)return!0}return!1},W=H?function(Z,ie){if(Z===ie)return h=!0,0;var oe=!Z.compareDocumentPosition-!ie.compareDocumentPosition;return oe||(oe=(Z.ownerDocument||Z)==(ie.ownerDocument||ie)?Z.compareDocumentPosition(ie):1,oe&1||!l.sortDetached&&ie.compareDocumentPosition(Z)===oe?Z==v||Z.ownerDocument==I&&w(I,Z)?-1:ie==v||ie.ownerDocument==I&&w(I,ie)?1:f?de(f,Z)-de(f,ie):0:oe&4?-1:1)}:function(Z,ie){if(Z===ie)return h=!0,0;var oe,Ee=0,_e=Z.parentNode,Le=ie.parentNode,Oe=[Z],Me=[ie];if(!_e||!Le)return Z==v?-1:ie==v?1:_e?-1:Le?1:f?de(f,Z)-de(f,ie):0;if(_e===Le)return fe(Z,ie);for(oe=Z;oe=oe.parentNode;)Oe.unshift(oe);for(oe=ie;oe=oe.parentNode;)Me.unshift(oe);for(;Oe[Ee]===Me[Ee];)Ee++;return Ee?fe(Oe[Ee],Me[Ee]):Oe[Ee]==I?-1:Me[Ee]==I?1:0}),v},tt.matches=function(F,H){return tt(F,null,null,H)},tt.matchesSelector=function(F,H){if(E(F),l.matchesSelector&&T&&!B[H+" "]&&(!b||!b.test(H))&&(!P||!P.test(H)))try{var V=_.call(F,H);if(V||l.disconnectedMatch||F.document&&F.document.nodeType!==11)return V}catch(re){B(H,!0)}return tt(H,v,null,[F]).length>0},tt.contains=function(F,H){return(F.ownerDocument||F)!=v&&E(F),w(F,H)},tt.attr=function(F,H){(F.ownerDocument||F)!=v&&E(F);var V=c.attrHandle[H.toLowerCase()],re=V&&G.call(c.attrHandle,H.toLowerCase())?V(F,H,!T):void 0;return re!==void 0?re:l.attributes||!T?F.getAttribute(H):(re=F.getAttributeNode(H))&&re.specified?re.value:null},tt.escape=function(F){return(F+"").replace(bn,nr)},tt.error=function(F){throw new Error("Syntax error, unrecognized expression: "+F)},tt.uniqueSort=function(F){var H,V=[],re=0,Z=0;if(h=!l.detectDuplicates,f=!l.sortStable&&F.slice(0),F.sort(W),h){for(;H=F[Z++];)H===F[Z]&&(re=V.push(Z));for(;re--;)F.splice(V[re],1)}return f=null,F},u=tt.getText=function(F){var H,V="",re=0,Z=F.nodeType;if(Z){if(Z===1||Z===9||Z===11){if(typeof F.textContent=="string")return F.textContent;for(F=F.firstChild;F;F=F.nextSibling)V+=u(F)}else if(Z===3||Z===4)return F.nodeValue}else for(;H=F[re++];)V+=u(H);return V},c=tt.selectors={cacheLength:50,createPseudo:Mt,match:et,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(F){return F[1]=F[1].replace(ut,ht),F[3]=(F[3]||F[4]||F[5]||"").replace(ut,ht),F[2]==="~="&&(F[3]=" "+F[3]+" "),F.slice(0,4)},CHILD:function(F){return F[1]=F[1].toLowerCase(),F[1].slice(0,3)==="nth"?(F[3]||tt.error(F[0]),F[4]=+(F[4]?F[5]+(F[6]||1):2*(F[3]==="even"||F[3]==="odd")),F[5]=+(F[7]+F[8]||F[3]==="odd")):F[3]&&tt.error(F[0]),F},PSEUDO:function(F){var H,V=!F[6]&&F[2];return et.CHILD.test(F[0])?null:(F[3]?F[2]=F[4]||F[5]||"":V&&kt.test(V)&&(H=p(V,!0))&&(H=V.indexOf(")",V.length-H)-V.length)&&(F[0]=F[0].slice(0,H),F[2]=V.slice(0,H)),F.slice(0,3))}},filter:{TAG:function(F){var H=F.replace(ut,ht).toLowerCase();return F==="*"?function(){return!0}:function(V){return V.nodeName&&V.nodeName.toLowerCase()===H}},CLASS:function(F){var H=L[F+" "];return H||(H=new RegExp("(^|"+ye+")"+F+"("+ye+"|$)"))&&L(F,function(V){return H.test(typeof V.className=="string"&&V.className||typeof V.getAttribute!="undefined"&&V.getAttribute("class")||"")})},ATTR:function(F,H,V){return function(re){var Z=tt.attr(re,F);return Z==null?H==="!=":H?(Z+="",H==="="?Z===V:H==="!="?Z!==V:H==="^="?V&&Z.indexOf(V)===0:H==="*="?V&&Z.indexOf(V)>-1:H==="$="?V&&Z.slice(-V.length)===V:H==="~="?(" "+Z.replace(It," ")+" ").indexOf(V)>-1:H==="|="?Z===V||Z.slice(0,V.length+1)===V+"-":!1):!0}},CHILD:function(F,H,V,re,Z){var ie=F.slice(0,3)!=="nth",oe=F.slice(-4)!=="last",Ee=H==="of-type";return re===1&&Z===0?function(_e){return!!_e.parentNode}:function(_e,Le,Oe){var Me,Ze,at,Fe,_t,bt,ve=ie!==oe?"nextSibling":"previousSibling",le=_e.parentNode,Ae=Ee&&_e.nodeName.toLowerCase(),we=!Oe&&!Ee,Ie=!1;if(le){if(ie){for(;ve;){for(Fe=_e;Fe=Fe[ve];)if(Ee?Fe.nodeName.toLowerCase()===Ae:Fe.nodeType===1)return!1;bt=ve=F==="only"&&!bt&&"nextSibling"}return!0}if(bt=[oe?le.firstChild:le.lastChild],oe&&we){for(Fe=le,at=Fe[C]||(Fe[C]={}),Ze=at[Fe.uniqueID]||(at[Fe.uniqueID]={}),Me=Ze[F]||[],_t=Me[0]===R&&Me[1],Ie=_t&&Me[2],Fe=_t&&le.childNodes[_t];Fe=++_t&&Fe&&Fe[ve]||(Ie=_t=0)||bt.pop();)if(Fe.nodeType===1&&++Ie&&Fe===_e){Ze[F]=[R,_t,Ie];break}}else if(we&&(Fe=_e,at=Fe[C]||(Fe[C]={}),Ze=at[Fe.uniqueID]||(at[Fe.uniqueID]={}),Me=Ze[F]||[],_t=Me[0]===R&&Me[1],Ie=_t),Ie===!1)for(;(Fe=++_t&&Fe&&Fe[ve]||(Ie=_t=0)||bt.pop())&&!((Ee?Fe.nodeName.toLowerCase()===Ae:Fe.nodeType===1)&&++Ie&&(we&&(at=Fe[C]||(Fe[C]={}),Ze=at[Fe.uniqueID]||(at[Fe.uniqueID]={}),Ze[F]=[R,Ie]),Fe===_e)););return Ie-=Z,Ie===re||Ie%re===0&&Ie/re>=0}}},PSEUDO:function(F,H){var V,re=c.pseudos[F]||c.setFilters[F.toLowerCase()]||tt.error("unsupported pseudo: "+F);return re[C]?re(H):re.length>1?(V=[F,F,"",H],c.setFilters.hasOwnProperty(F.toLowerCase())?Mt(function(Z,ie){for(var oe,Ee=re(Z,H),_e=Ee.length;_e--;)oe=de(Z,Ee[_e]),Z[oe]=!(ie[oe]=Ee[_e])}):function(Z){return re(Z,0,V)}):re}},pseudos:{not:Mt(function(F){var H=[],V=[],re=g(F.replace(Nt,"$1"));return re[C]?Mt(function(Z,ie,oe,Ee){for(var _e,Le=re(Z,null,Ee,[]),Oe=Z.length;Oe--;)(_e=Le[Oe])&&(Z[Oe]=!(ie[Oe]=_e))}):function(Z,ie,oe){return H[0]=Z,re(H,null,oe,V),H[0]=null,!V.pop()}}),has:Mt(function(F){return function(H){return tt(F,H).length>0}}),contains:Mt(function(F){return F=F.replace(ut,ht),function(H){return(H.textContent||u(H)).indexOf(F)>-1}}),lang:Mt(function(F){return Je.test(F||"")||tt.error("unsupported lang: "+F),F=F.replace(ut,ht).toLowerCase(),function(H){var V;do if(V=T?H.lang:H.getAttribute("xml:lang")||H.getAttribute("lang"))return V=V.toLowerCase(),V===F||V.indexOf(F+"-")===0;while((H=H.parentNode)&&H.nodeType===1);return!1}}),target:function(F){var H=r.location&&r.location.hash;return H&&H.slice(1)===F.id},root:function(F){return F===S},focus:function(F){return F===v.activeElement&&(!v.hasFocus||v.hasFocus())&&!!(F.type||F.href||~F.tabIndex)},enabled:me(!1),disabled:me(!0),checked:function(F){var H=F.nodeName.toLowerCase();return H==="input"&&!!F.checked||H==="option"&&!!F.selected},selected:function(F){return F.parentNode&&F.parentNode.selectedIndex,F.selected===!0},empty:function(F){for(F=F.firstChild;F;F=F.nextSibling)if(F.nodeType<6)return!1;return!0},parent:function(F){return!c.pseudos.empty(F)},header:function(F){return Pt.test(F.nodeName)},input:function(F){return kn.test(F.nodeName)},button:function(F){var H=F.nodeName.toLowerCase();return H==="input"&&F.type==="button"||H==="button"},text:function(F){var H;return F.nodeName.toLowerCase()==="input"&&F.type==="text"&&((H=F.getAttribute("type"))==null||H.toLowerCase()==="text")},first:ce(function(){return[0]}),last:ce(function(F,H){return[H-1]}),eq:ce(function(F,H,V){return[V<0?V+H:V]}),even:ce(function(F,H){for(var V=0;VH?H:V;--re>=0;)F.push(re);return F}),gt:ce(function(F,H,V){for(var re=V<0?V+H:V;++re1?function(H,V,re){for(var Z=F.length;Z--;)if(!F[Z](H,V,re))return!1;return!0}:F[0]}function ke(F,H,V){for(var re=0,Z=H.length;re-1&&(oe[Oe]=!(Ee[Oe]=Ze))}}else le=Ge(le===Ee?le.splice(_t,le.length):le),Z?Z(null,Ee,le,Le):te.apply(Ee,le)})}function Tt(F){for(var H,V,re,Z=F.length,ie=c.relative[F[0].type],oe=ie||c.relative[" "],Ee=ie?1:0,_e=De(function(Me){return Me===H},oe,!0),Le=De(function(Me){return de(H,Me)>-1},oe,!0),Oe=[function(Me,Ze,at){var Fe=!ie&&(at||Ze!==m)||((H=Ze).nodeType?_e(Me,Ze,at):Le(Me,Ze,at));return H=null,Fe}];Ee1&&Ce(Oe),Ee>1&&Be(F.slice(0,Ee-1).concat({value:F[Ee-2].type===" "?"*":""})).replace(Nt,"$1"),V,Ee0,re=F.length>0,Z=function(ie,oe,Ee,_e,Le){var Oe,Me,Ze,at=0,Fe="0",_t=ie&&[],bt=[],ve=m,le=ie||re&&c.find.TAG("*",Le),Ae=R+=ve==null?1:Math.random()||.1,we=le.length;for(Le&&(m=oe==v||oe||Le);Fe!==we&&(Oe=le[Fe])!=null;Fe++){if(re&&Oe){for(Me=0,!oe&&Oe.ownerDocument!=v&&(E(Oe),Ee=!T);Ze=F[Me++];)if(Ze(Oe,oe||v,Ee)){_e.push(Oe);break}Le&&(R=Ae)}V&&((Oe=!Ze&&Oe)&&at--,ie&&_t.push(Oe))}if(at+=Fe,V&&Fe!==at){for(Me=0;Ze=H[Me++];)Ze(_t,bt,oe,Ee);if(ie){if(at>0)for(;Fe--;)_t[Fe]||bt[Fe]||(bt[Fe]=Y.call(_e));bt=Ge(bt)}te.apply(_e,bt),Le&&!ie&&bt.length>0&&at+H.length>1&&tt.uniqueSort(_e)}return Le&&(R=Ae,m=ve),_t};return V?Mt(Z):Z}g=tt.compile=function(F,H){var V,re=[],Z=[],ie=M[F+" "];if(!ie){for(H||(H=p(F)),V=H.length;V--;)ie=Tt(H[V]),ie[C]?re.push(ie):Z.push(ie);ie=M(F,Ve(Z,re)),ie.selector=F}return ie},i=tt.select=function(F,H,V,re){var Z,ie,oe,Ee,_e,Le=typeof F=="function"&&F,Oe=!re&&p(F=Le.selector||F);if(V=V||[],Oe.length===1){if(ie=Oe[0]=Oe[0].slice(0),ie.length>2&&(oe=ie[0]).type==="ID"&&H.nodeType===9&&T&&c.relative[ie[1].type]){if(H=(c.find.ID(oe.matches[0].replace(ut,ht),H)||[])[0],H)Le&&(H=H.parentNode);else return V;F=F.slice(ie.shift().value.length)}for(Z=et.needsContext.test(F)?0:ie.length;Z--&&(oe=ie[Z],!c.relative[Ee=oe.type]);)if((_e=c.find[Ee])&&(re=_e(oe.matches[0].replace(ut,ht),Ft.test(ie[0].type)&&Se(H.parentNode)||H))){if(ie.splice(Z,1),F=re.length&&Be(ie),!F)return te.apply(V,re),V;break}}return(Le||g(F,Oe))(re,H,!T,V,!H||Ft.test(F)&&Se(H.parentNode)||H),V},l.sortStable=C.split("").sort(W).join("")===C,l.detectDuplicates=!!h,E(),l.sortDetached=he(function(F){return F.compareDocumentPosition(v.createElement("fieldset"))&1}),he(function(F){return F.innerHTML="",F.firstChild.getAttribute("href")==="#"})||q("type|href|height|width",function(F,H,V){if(!V)return F.getAttribute(H,H.toLowerCase()==="type"?1:2)}),(!l.attributes||!he(function(F){return F.innerHTML="",F.firstChild.setAttribute("value",""),F.firstChild.getAttribute("value")===""}))&&q("value",function(F,H,V){if(!V&&F.nodeName.toLowerCase()==="input")return F.defaultValue}),he(function(F){return F.getAttribute("disabled")==null})||q(Q,function(F,H,V){var re;if(!V)return F[H]===!0?H.toLowerCase():(re=F.getAttributeNode(H))&&re.specified?re.value:null});var yt=r.Sizzle;tt.noConflict=function(){return r.Sizzle===tt&&(r.Sizzle=yt),tt},d=function(){return tt}.call(y,o,y,x),d!==void 0&&(x.exports=d)})(window)},5547:(x,y,o)=>{var d,r;d=[o(264),o(5422),o(4995),o(3153),o(2954),o(6880),o(4330),o(7116),o(5535),o(1188),o(1210),o(8433)],r=function(n,l,c,u,s,p,g){"use strict";var i=/%20/g,m=/#.*$/,f=/([?&])_=[^&]*/,h=/^(.*?):[ \t]*([^\r\n]*)$/mg,E=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,v=/^(?:GET|HEAD)$/,S=/^\/\//,T={},P={},b="*/".concat("*"),_=l.createElement("a");_.href=s.href;function w(L){return function($,M){typeof $!="string"&&(M=$,$="*");var B,W=0,G=$.toLowerCase().match(u)||[];if(c(M))for(;B=G[W++];)B[0]==="+"?(B=B.slice(1)||"*",(L[B]=L[B]||[]).unshift(M)):(L[B]=L[B]||[]).push(M)}}function C(L,$,M,B){var W={},G=L===P;function U(Y){var z;return W[Y]=!0,n.each(L[Y]||[],function(te,ae){var de=ae($,M,B);if(typeof de=="string"&&!G&&!W[de])return $.dataTypes.unshift(de),U(de),!1;if(G)return!(z=de)}),z}return U($.dataTypes[0])||!W["*"]&&U("*")}function I(L,$){var M,B,W=n.ajaxSettings.flatOptions||{};for(M in $)$[M]!==void 0&&((W[M]?L:B||(B={}))[M]=$[M]);return B&&n.extend(!0,L,B),L}function R(L,$,M){for(var B,W,G,U,Y=L.contents,z=L.dataTypes;z[0]==="*";)z.shift(),B===void 0&&(B=L.mimeType||$.getResponseHeader("Content-Type"));if(B){for(W in Y)if(Y[W]&&Y[W].test(B)){z.unshift(W);break}}if(z[0]in M)G=z[0];else{for(W in M){if(!z[0]||L.converters[W+" "+z[0]]){G=W;break}U||(U=W)}G=G||U}if(G)return G!==z[0]&&z.unshift(G),M[G]}function D(L,$,M,B){var W,G,U,Y,z,te={},ae=L.dataTypes.slice();if(ae[1])for(U in L.converters)te[U.toLowerCase()]=L.converters[U];for(G=ae.shift();G;)if(L.responseFields[G]&&(M[L.responseFields[G]]=$),!z&&B&&L.dataFilter&&($=L.dataFilter($,L.dataType)),z=G,G=ae.shift(),G){if(G==="*")G=z;else if(z!=="*"&&z!==G){if(U=te[z+" "+G]||te["* "+G],!U){for(W in te)if(Y=W.split(" "),Y[1]===G&&(U=te[z+" "+Y[0]]||te["* "+Y[0]],U)){U===!0?U=te[W]:te[W]!==!0&&(G=Y[0],ae.unshift(Y[1]));break}}if(U!==!0)if(U&&L.throws)$=U($);else try{$=U($)}catch(de){return{state:"parsererror",error:U?de:"No conversion from "+z+" to "+G}}}}return{state:"success",data:$}}return n.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:s.href,type:"GET",isLocal:E.test(s.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":b,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":n.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(L,$){return $?I(I(L,n.ajaxSettings),$):I(n.ajaxSettings,L)},ajaxPrefilter:w(T),ajaxTransport:w(P),ajax:function(L,$){typeof L=="object"&&($=L,L=void 0),$=$||{};var M,B,W,G,U,Y,z,te,ae,de,Q=n.ajaxSetup({},$),ye=Q.context||Q,Pe=Q.context&&(ye.nodeType||ye.jquery)?n(ye):n.event,ze=n.Deferred(),mt=n.Callbacks("once memory"),It=Q.statusCode||{},Nt={},Rt={},Gt="canceled",Ke={readyState:0,getResponseHeader:function(Je){var et;if(z){if(!G)for(G={};et=h.exec(W);)G[et[1].toLowerCase()+" "]=(G[et[1].toLowerCase()+" "]||[]).concat(et[2]);et=G[Je.toLowerCase()+" "]}return et==null?null:et.join(", ")},getAllResponseHeaders:function(){return z?W:null},setRequestHeader:function(Je,et){return z==null&&(Je=Rt[Je.toLowerCase()]=Rt[Je.toLowerCase()]||Je,Nt[Je]=et),this},overrideMimeType:function(Je){return z==null&&(Q.mimeType=Je),this},statusCode:function(Je){var et;if(Je)if(z)Ke.always(Je[Ke.status]);else for(et in Je)It[et]=[It[et],Je[et]];return this},abort:function(Je){var et=Je||Gt;return M&&M.abort(et),kt(0,et),this}};if(ze.promise(Ke),Q.url=((L||Q.url||s.href)+"").replace(S,s.protocol+"//"),Q.type=$.method||$.type||Q.method||Q.type,Q.dataTypes=(Q.dataType||"*").toLowerCase().match(u)||[""],Q.crossDomain==null){Y=l.createElement("a");try{Y.href=Q.url,Y.href=Y.href,Q.crossDomain=_.protocol+"//"+_.host!=Y.protocol+"//"+Y.host}catch(Je){Q.crossDomain=!0}}if(Q.data&&Q.processData&&typeof Q.data!="string"&&(Q.data=n.param(Q.data,Q.traditional)),C(T,Q,$,Ke),z)return Ke;te=n.event&&Q.global,te&&n.active++===0&&n.event.trigger("ajaxStart"),Q.type=Q.type.toUpperCase(),Q.hasContent=!v.test(Q.type),B=Q.url.replace(m,""),Q.hasContent?Q.data&&Q.processData&&(Q.contentType||"").indexOf("application/x-www-form-urlencoded")===0&&(Q.data=Q.data.replace(i,"+")):(de=Q.url.slice(B.length),Q.data&&(Q.processData||typeof Q.data=="string")&&(B+=(g.test(B)?"&":"?")+Q.data,delete Q.data),Q.cache===!1&&(B=B.replace(f,"$1"),de=(g.test(B)?"&":"?")+"_="+p.guid+++de),Q.url=B+de),Q.ifModified&&(n.lastModified[B]&&Ke.setRequestHeader("If-Modified-Since",n.lastModified[B]),n.etag[B]&&Ke.setRequestHeader("If-None-Match",n.etag[B])),(Q.data&&Q.hasContent&&Q.contentType!==!1||$.contentType)&&Ke.setRequestHeader("Content-Type",Q.contentType),Ke.setRequestHeader("Accept",Q.dataTypes[0]&&Q.accepts[Q.dataTypes[0]]?Q.accepts[Q.dataTypes[0]]+(Q.dataTypes[0]!=="*"?", "+b+"; q=0.01":""):Q.accepts["*"]);for(ae in Q.headers)Ke.setRequestHeader(ae,Q.headers[ae]);if(Q.beforeSend&&(Q.beforeSend.call(ye,Ke,Q)===!1||z))return Ke.abort();if(Gt="abort",mt.add(Q.complete),Ke.done(Q.success),Ke.fail(Q.error),M=C(P,Q,$,Ke),!M)kt(-1,"No Transport");else{if(Ke.readyState=1,te&&Pe.trigger("ajaxSend",[Ke,Q]),z)return Ke;Q.async&&Q.timeout>0&&(U=window.setTimeout(function(){Ke.abort("timeout")},Q.timeout));try{z=!1,M.send(Nt,kt)}catch(Je){if(z)throw Je;kt(-1,Je)}}function kt(Je,et,zt,kn){var Pt,Yt,vn,Ft,ut,ht=et;z||(z=!0,U&&window.clearTimeout(U),M=void 0,W=kn||"",Ke.readyState=Je>0?4:0,Pt=Je>=200&&Je<300||Je===304,zt&&(Ft=R(Q,Ke,zt)),!Pt&&n.inArray("script",Q.dataTypes)>-1&&n.inArray("json",Q.dataTypes)<0&&(Q.converters["text script"]=function(){}),Ft=D(Q,Ft,Ke,Pt),Pt?(Q.ifModified&&(ut=Ke.getResponseHeader("Last-Modified"),ut&&(n.lastModified[B]=ut),ut=Ke.getResponseHeader("etag"),ut&&(n.etag[B]=ut)),Je===204||Q.type==="HEAD"?ht="nocontent":Je===304?ht="notmodified":(ht=Ft.state,Yt=Ft.data,vn=Ft.error,Pt=!vn)):(vn=ht,(Je||!ht)&&(ht="error",Je<0&&(Je=0))),Ke.status=Je,Ke.statusText=(et||ht)+"",Pt?ze.resolveWith(ye,[Yt,ht,Ke]):ze.rejectWith(ye,[Ke,ht,vn]),Ke.statusCode(It),It=void 0,te&&Pe.trigger(Pt?"ajaxSuccess":"ajaxError",[Ke,Q,Pt?Yt:vn]),mt.fireWith(ye,[Ke,ht]),te&&(Pe.trigger("ajaxComplete",[Ke,Q]),--n.active||n.event.trigger("ajaxStop")))}return Ke},getJSON:function(L,$,M){return n.get(L,$,M,"json")},getScript:function(L,$){return n.get(L,void 0,$,"script")}}),n.each(["get","post"],function(L,$){n[$]=function(M,B,W,G){return c(B)&&(G=G||W,W=B,B=void 0),n.ajax(n.extend({url:M,type:$,dataType:G,data:B,success:W},n.isPlainObject(M)&&M))}}),n.ajaxPrefilter(function(L){var $;for($ in L.headers)$.toLowerCase()==="content-type"&&(L.contentType=L.headers[$]||"")}),n}.apply(y,d),r!==void 0&&(x.exports=r)},3004:(x,y,o)=>{var d,r;d=[o(264),o(4995),o(6880),o(4330),o(5547)],r=function(n,l,c,u){"use strict";var s=[],p=/(=)\?(?=&|$)|\?\?/;n.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var g=s.pop()||n.expando+"_"+c.guid++;return this[g]=!0,g}}),n.ajaxPrefilter("json jsonp",function(g,i,m){var f,h,E,v=g.jsonp!==!1&&(p.test(g.url)?"url":typeof g.data=="string"&&(g.contentType||"").indexOf("application/x-www-form-urlencoded")===0&&p.test(g.data)&&"data");if(v||g.dataTypes[0]==="jsonp")return f=g.jsonpCallback=l(g.jsonpCallback)?g.jsonpCallback():g.jsonpCallback,v?g[v]=g[v].replace(p,"$1"+f):g.jsonp!==!1&&(g.url+=(u.test(g.url)?"&":"?")+g.jsonp+"="+f),g.converters["script json"]=function(){return E||n.error(f+" was not called"),E[0]},g.dataTypes[0]="json",h=window[f],window[f]=function(){E=arguments},m.always(function(){h===void 0?n(window).removeProp(f):window[f]=h,g[f]&&(g.jsonpCallback=i.jsonpCallback,s.push(f)),E&&l(h)&&h(E[0]),E=h=void 0}),"script"})}.apply(y,d),r!==void 0&&(x.exports=r)},2926:(x,y,o)=>{var d,r;d=[o(264),o(5242),o(4995),o(2023),o(5547),o(3599),o(9921),o(5704)],r=function(n,l,c){"use strict";n.fn.load=function(u,s,p){var g,i,m,f=this,h=u.indexOf(" ");return h>-1&&(g=l(u.slice(h)),u=u.slice(0,h)),c(s)?(p=s,s=void 0):s&&typeof s=="object"&&(i="POST"),f.length>0&&n.ajax({url:u,type:i||"GET",dataType:"html",data:s}).done(function(E){m=arguments,f.html(g?n("
").append(n.parseHTML(E)).find(g):E)}).always(p&&function(E,v){f.each(function(){p.apply(this,m||[E.responseText,v,E])})}),this}}.apply(y,d),r!==void 0&&(x.exports=r)},2377:(x,y,o)=>{var d,r;d=[o(264),o(5422),o(5547)],r=function(n,l){"use strict";n.ajaxPrefilter(function(c){c.crossDomain&&(c.contents.script=!1)}),n.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(c){return n.globalEval(c),c}}}),n.ajaxPrefilter("script",function(c){c.cache===void 0&&(c.cache=!1),c.crossDomain&&(c.type="GET")}),n.ajaxTransport("script",function(c){if(c.crossDomain||c.scriptAttrs){var u,s;return{send:function(p,g){u=n("