diff --git a/doc/api/assets/main.bundle.js b/doc/api/assets/main.bundle.js index 65f4ced6d..daba83fba 100644 --- a/doc/api/assets/main.bundle.js +++ b/doc/api/assets/main.bundle.js @@ -1,5 +1,5 @@ -(()=>{var ja={78:()=>{+function(T){"use strict";var g=".dropdown-backdrop",n='[data-toggle="dropdown"]',u=function(d){T(d).on("click.bs.dropdown",this.toggle)};u.VERSION="3.4.1";function i(d){var o=d.attr("data-target");o||(o=d.attr("href"),o=o&&/#[A-Za-z]/.test(o)&&o.replace(/.*(?=#[^\s]*$)/,""));var f=o!=="#"?T(document).find(o):null;return f&&f.length?f:d.parent()}function r(d){d&&d.which===3||(T(g).remove(),T(n).each(function(){var o=T(this),f=i(o),v={relatedTarget:this};f.hasClass("open")&&(d&&d.type=="click"&&/input|textarea/i.test(d.target.tagName)&&T.contains(f[0],d.target)||(f.trigger(d=T.Event("hide.bs.dropdown",v)),!d.isDefaultPrevented()&&(o.attr("aria-expanded","false"),f.removeClass("open").trigger(T.Event("hidden.bs.dropdown",v)))))}))}u.prototype.toggle=function(d){var o=T(this);if(!o.is(".disabled, :disabled")){var f=i(o),v=f.hasClass("open");if(r(),!v){"ontouchstart"in document.documentElement&&!f.closest(".navbar-nav").length&&T(document.createElement("div")).addClass("dropdown-backdrop").insertAfter(T(this)).on("click",r);var s={relatedTarget:this};if(f.trigger(d=T.Event("show.bs.dropdown",s)),d.isDefaultPrevented())return;o.trigger("focus").attr("aria-expanded","true"),f.toggleClass("open").trigger(T.Event("shown.bs.dropdown",s))}return!1}},u.prototype.keydown=function(d){if(!(!/(38|40|27|32)/.test(d.which)||/input|textarea/i.test(d.target.tagName))){var o=T(this);if(d.preventDefault(),d.stopPropagation(),!o.is(".disabled, :disabled")){var f=i(o),v=f.hasClass("open");if(!v&&d.which!=27||v&&d.which==27)return d.which==27&&f.find(n).trigger("focus"),o.trigger("click");var s=" li:not(.disabled):visible a",y=f.find(".dropdown-menu"+s);if(y.length){var c=y.index(d.target);d.which==38&&c>0&&c--,d.which==40&&c{+function(T){"use strict";var g=function(i,r){this.init("popover",i,r)};if(!T.fn.tooltip)throw new Error("Popover requires tooltip.js");g.VERSION="3.4.1",g.DEFAULTS=T.extend({},T.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:''}),g.prototype=T.extend({},T.fn.tooltip.Constructor.prototype),g.prototype.constructor=g,g.prototype.getDefaults=function(){return g.DEFAULTS},g.prototype.setContent=function(){var i=this.tip(),r=this.getTitle(),l=this.getContent();if(this.options.html){var h=typeof l;this.options.sanitize&&(r=this.sanitizeHtml(r),h==="string"&&(l=this.sanitizeHtml(l))),i.find(".popover-title").html(r),i.find(".popover-content").children().detach().end()[h==="string"?"html":"append"](l)}else i.find(".popover-title").text(r),i.find(".popover-content").children().detach().end().text(l);i.removeClass("fade top bottom left right in"),i.find(".popover-title").html()||i.find(".popover-title").hide()},g.prototype.hasContent=function(){return this.getTitle()||this.getContent()},g.prototype.getContent=function(){var i=this.$element,r=this.options;return i.attr("data-content")||(typeof r.content=="function"?r.content.call(i[0]):r.content)},g.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")};function n(i){return this.each(function(){var r=T(this),l=r.data("bs.popover"),h=typeof i=="object"&&i;!l&&/destroy|hide/.test(i)||(l||r.data("bs.popover",l=new g(this,h)),typeof i=="string"&&l[i]())})}var u=T.fn.popover;T.fn.popover=n,T.fn.popover.Constructor=g,T.fn.popover.noConflict=function(){return T.fn.popover=u,this}}(jQuery)},6026:()=>{+function(T){"use strict";function g(i,r){this.$body=T(document.body),this.$scrollElement=T(i).is(document.body)?T(window):T(i),this.options=T.extend({},g.DEFAULTS,r),this.selector=(this.options.target||"")+" .nav li > a",this.offsets=[],this.targets=[],this.activeTarget=null,this.scrollHeight=0,this.$scrollElement.on("scroll.bs.scrollspy",T.proxy(this.process,this)),this.refresh(),this.process()}g.VERSION="3.4.1",g.DEFAULTS={offset:10},g.prototype.getScrollHeight=function(){return this.$scrollElement[0].scrollHeight||Math.max(this.$body[0].scrollHeight,document.documentElement.scrollHeight)},g.prototype.refresh=function(){var i=this,r="offset",l=0;this.offsets=[],this.targets=[],this.scrollHeight=this.getScrollHeight(),T.isWindow(this.$scrollElement[0])||(r="position",l=this.$scrollElement.scrollTop()),this.$body.find(this.selector).map(function(){var h=T(this),d=h.data("target")||h.attr("href"),o=/^#./.test(d)&&T(d);return o&&o.length&&o.is(":visible")&&[[o[r]().top+l,d]]||null}).sort(function(h,d){return h[0]-d[0]}).each(function(){i.offsets.push(this[0]),i.targets.push(this[1])})},g.prototype.process=function(){var i=this.$scrollElement.scrollTop()+this.options.offset,r=this.getScrollHeight(),l=this.options.offset+r-this.$scrollElement.height(),h=this.offsets,d=this.targets,o=this.activeTarget,f;if(this.scrollHeight!=r&&this.refresh(),i>=l)return o!=(f=d[d.length-1])&&this.activate(f);if(o&&i=h[f]&&(h[f+1]===void 0||i{+function(T){"use strict";var g=function(r){this.element=T(r)};g.VERSION="3.4.1",g.TRANSITION_DURATION=150,g.prototype.show=function(){var r=this.element,l=r.closest("ul:not(.dropdown-menu)"),h=r.data("target");if(h||(h=r.attr("href"),h=h&&h.replace(/.*(?=#[^\s]*$)/,"")),!r.parent("li").hasClass("active")){var d=l.find(".active:last a"),o=T.Event("hide.bs.tab",{relatedTarget:r[0]}),f=T.Event("show.bs.tab",{relatedTarget:d[0]});if(d.trigger(o),r.trigger(f),!(f.isDefaultPrevented()||o.isDefaultPrevented())){var v=T(document).find(h);this.activate(r.closest("li"),l),this.activate(v,v.parent(),function(){d.trigger({type:"hidden.bs.tab",relatedTarget:r[0]}),r.trigger({type:"shown.bs.tab",relatedTarget:d[0]})})}}},g.prototype.activate=function(r,l,h){var d=l.find("> .active"),o=h&&T.support.transition&&(d.length&&d.hasClass("fade")||!!l.find("> .fade").length);function f(){d.removeClass("active").find("> .dropdown-menu > .active").removeClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!1),r.addClass("active").find('[data-toggle="tab"]').attr("aria-expanded",!0),o?(r[0].offsetWidth,r.addClass("in")):r.removeClass("fade"),r.parent(".dropdown-menu").length&&r.closest("li.dropdown").addClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!0),h&&h()}d.length&&o?d.one("bsTransitionEnd",f).emulateTransitionEnd(g.TRANSITION_DURATION):f(),d.removeClass("in")};function n(r){return this.each(function(){var l=T(this),h=l.data("bs.tab");h||l.data("bs.tab",h=new g(this)),typeof r=="string"&&h[r]()})}var u=T.fn.tab;T.fn.tab=n,T.fn.tab.Constructor=g,T.fn.tab.noConflict=function(){return T.fn.tab=u,this};var i=function(r){r.preventDefault(),n.call(T(this),"show")};T(document).on("click.bs.tab.data-api",'[data-toggle="tab"]',i).on("click.bs.tab.data-api",'[data-toggle="pill"]',i)}(jQuery)},6736:()=>{+function(T){"use strict";var g=["sanitize","whiteList","sanitizeFn"],n=["background","cite","href","itemtype","longdesc","poster","src","xlink:href"],u=/^aria-[\w-]*$/i,i={"*":["class","dir","id","lang","role",u],a:["target","href","title","rel"],area:[],b:[],br:[],col:[],code:[],div:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:["src","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},r=/^(?:(?:https?|mailto|ftp|tel|file):|[^&:/?#]*(?:[/?#]|$))/gi,l=/^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[a-z0-9+/]+=*$/i;function h(s,y){var c=s.nodeName.toLowerCase();if(T.inArray(c,y)!==-1)return T.inArray(c,n)!==-1?Boolean(s.nodeValue.match(r)||s.nodeValue.match(l)):!0;for(var p=T(y).filter(function(E,w){return w instanceof RegExp}),A=0,m=p.length;A
',trigger:"hover focus",title:"",delay:0,html:!1,container:!1,viewport:{selector:"body",padding:0},sanitize:!0,sanitizeFn:null,whiteList:i},o.prototype.init=function(s,y,c){if(this.enabled=!0,this.type=s,this.$element=T(y),this.options=this.getOptions(c),this.$viewport=this.options.viewport&&T(document).find(T.isFunction(this.options.viewport)?this.options.viewport.call(this,this.$element):this.options.viewport.selector||this.options.viewport),this.inState={click:!1,hover:!1,focus:!1},this.$element[0]instanceof document.constructor&&!this.options.selector)throw new Error("`selector` option must be specified when initializing "+this.type+" on the window.document object!");for(var p=this.options.trigger.split(" "),A=p.length;A--;){var m=p[A];if(m=="click")this.$element.on("click."+this.type,this.options.selector,T.proxy(this.toggle,this));else if(m!="manual"){var E=m=="hover"?"mouseenter":"focusin",w=m=="hover"?"mouseleave":"focusout";this.$element.on(E+"."+this.type,this.options.selector,T.proxy(this.enter,this)),this.$element.on(w+"."+this.type,this.options.selector,T.proxy(this.leave,this))}}this.options.selector?this._options=T.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},o.prototype.getDefaults=function(){return o.DEFAULTS},o.prototype.getOptions=function(s){var y=this.$element.data();for(var c in y)y.hasOwnProperty(c)&&T.inArray(c,g)!==-1&&delete y[c];return s=T.extend({},this.getDefaults(),y,s),s.delay&&typeof s.delay=="number"&&(s.delay={show:s.delay,hide:s.delay}),s.sanitize&&(s.template=d(s.template,s.whiteList,s.sanitizeFn)),s},o.prototype.getDelegateOptions=function(){var s={},y=this.getDefaults();return this._options&&T.each(this._options,function(c,p){y[c]!=p&&(s[c]=p)}),s},o.prototype.enter=function(s){var y=s instanceof this.constructor?s:T(s.currentTarget).data("bs."+this.type);if(y||(y=new this.constructor(s.currentTarget,this.getDelegateOptions()),T(s.currentTarget).data("bs."+this.type,y)),s instanceof T.Event&&(y.inState[s.type=="focusin"?"focus":"hover"]=!0),y.tip().hasClass("in")||y.hoverState=="in"){y.hoverState="in";return}if(clearTimeout(y.timeout),y.hoverState="in",!y.options.delay||!y.options.delay.show)return y.show();y.timeout=setTimeout(function(){y.hoverState=="in"&&y.show()},y.options.delay.show)},o.prototype.isInStateTrue=function(){for(var s in this.inState)if(this.inState[s])return!0;return!1},o.prototype.leave=function(s){var y=s instanceof this.constructor?s:T(s.currentTarget).data("bs."+this.type);if(y||(y=new this.constructor(s.currentTarget,this.getDelegateOptions()),T(s.currentTarget).data("bs."+this.type,y)),s instanceof T.Event&&(y.inState[s.type=="focusout"?"focus":"hover"]=!1),!y.isInStateTrue()){if(clearTimeout(y.timeout),y.hoverState="out",!y.options.delay||!y.options.delay.hide)return y.hide();y.timeout=setTimeout(function(){y.hoverState=="out"&&y.hide()},y.options.delay.hide)}},o.prototype.show=function(){var s=T.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){this.$element.trigger(s);var y=T.contains(this.$element[0].ownerDocument.documentElement,this.$element[0]);if(s.isDefaultPrevented()||!y)return;var c=this,p=this.tip(),A=this.getUID(this.type);this.setContent(),p.attr("id",A),this.$element.attr("aria-describedby",A),this.options.animation&&p.addClass("fade");var m=typeof this.options.placement=="function"?this.options.placement.call(this,p[0],this.$element[0]):this.options.placement,E=/\s?auto?\s?/i,w=E.test(m);w&&(m=m.replace(E,"")||"top"),p.detach().css({top:0,left:0,display:"block"}).addClass(m).data("bs."+this.type,this),this.options.container?p.appendTo(T(document).find(this.options.container)):p.insertAfter(this.$element),this.$element.trigger("inserted.bs."+this.type);var S=this.getPosition(),I=p[0].offsetWidth,B=p[0].offsetHeight;if(w){var _=m,H=this.getPosition(this.$viewport);m=m=="bottom"&&S.bottom+B>H.bottom?"top":m=="top"&&S.top-BH.width?"left":m=="left"&&S.left-IE.top+E.height&&(A.top=E.top+E.height-S)}else{var I=y.left-m,B=y.left+m+c;IE.right&&(A.left=E.left+E.width-B)}return A},o.prototype.getTitle=function(){var s,y=this.$element,c=this.options;return s=y.attr("data-original-title")||(typeof c.title=="function"?c.title.call(y[0]):c.title),s},o.prototype.getUID=function(s){do s+=~~(Math.random()*1e6);while(document.getElementById(s));return s},o.prototype.tip=function(){if(!this.$tip&&(this.$tip=T(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},o.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},o.prototype.enable=function(){this.enabled=!0},o.prototype.disable=function(){this.enabled=!1},o.prototype.toggleEnabled=function(){this.enabled=!this.enabled},o.prototype.toggle=function(s){var y=this;s&&(y=T(s.currentTarget).data("bs."+this.type),y||(y=new this.constructor(s.currentTarget,this.getDelegateOptions()),T(s.currentTarget).data("bs."+this.type,y))),s?(y.inState.click=!y.inState.click,y.isInStateTrue()?y.enter(y):y.leave(y)):y.tip().hasClass("in")?y.leave(y):y.enter(y)},o.prototype.destroy=function(){var s=this;clearTimeout(this.timeout),this.hide(function(){s.$element.off("."+s.type).removeData("bs."+s.type),s.$tip&&s.$tip.detach(),s.$tip=null,s.$arrow=null,s.$viewport=null,s.$element=null})},o.prototype.sanitizeHtml=function(s){return d(s,this.options.whiteList,this.options.sanitizeFn)};function f(s){return this.each(function(){var y=T(this),c=y.data("bs.tooltip"),p=typeof s=="object"&&s;!c&&/destroy|hide/.test(s)||(c||y.data("bs.tooltip",c=new o(this,p)),typeof s=="string"&&c[s]())})}var v=T.fn.tooltip;T.fn.tooltip=f,T.fn.tooltip.Constructor=o,T.fn.tooltip.noConflict=function(){return T.fn.tooltip=v,this}}(jQuery)},471:T=>{var g=function(){this.Diff_Timeout=1,this.Diff_EditCost=4,this.Match_Threshold=.5,this.Match_Distance=1e3,this.Patch_DeleteThreshold=.5,this.Patch_Margin=4,this.Match_MaxBits=32},n=-1,u=1,i=0;g.Diff=function(r,l){return[r,l]},g.prototype.diff_main=function(r,l,h,d){typeof d=="undefined"&&(this.Diff_Timeout<=0?d=Number.MAX_VALUE:d=new Date().getTime()+this.Diff_Timeout*1e3);var o=d;if(r==null||l==null)throw new Error("Null input. (diff_main)");if(r==l)return r?[new g.Diff(i,r)]:[];typeof h=="undefined"&&(h=!0);var f=h,v=this.diff_commonPrefix(r,l),s=r.substring(0,v);r=r.substring(v),l=l.substring(v),v=this.diff_commonSuffix(r,l);var y=r.substring(r.length-v);r=r.substring(0,r.length-v),l=l.substring(0,l.length-v);var c=this.diff_compute_(r,l,f,o);return s&&c.unshift(new g.Diff(i,s)),y&&c.push(new g.Diff(i,y)),this.diff_cleanupMerge(c),c},g.prototype.diff_compute_=function(r,l,h,d){var o;if(!r)return[new g.Diff(u,l)];if(!l)return[new g.Diff(n,r)];var f=r.length>l.length?r:l,v=r.length>l.length?l:r,s=f.indexOf(v);if(s!=-1)return o=[new g.Diff(u,f.substring(0,s)),new g.Diff(i,v),new g.Diff(u,f.substring(s+v.length))],r.length>l.length&&(o[0][0]=o[2][0]=n),o;if(v.length==1)return[new g.Diff(n,r),new g.Diff(u,l)];var y=this.diff_halfMatch_(r,l);if(y){var c=y[0],p=y[1],A=y[2],m=y[3],E=y[4],w=this.diff_main(c,A,h,d),S=this.diff_main(p,m,h,d);return w.concat([new g.Diff(i,E)],S)}return h&&r.length>100&&l.length>100?this.diff_lineMode_(r,l,d):this.diff_bisect_(r,l,d)},g.prototype.diff_lineMode_=function(r,l,h){var d=this.diff_linesToChars_(r,l);r=d.chars1,l=d.chars2;var o=d.lineArray,f=this.diff_main(r,l,!1,h);this.diff_charsToLines_(f,o),this.diff_cleanupSemantic(f),f.push(new g.Diff(i,""));for(var v=0,s=0,y=0,c="",p="";v=1&&y>=1){f.splice(v-s-y,s+y),v=v-s-y;for(var A=this.diff_main(c,p,!1,h),m=A.length-1;m>=0;m--)f.splice(v,0,A[m]);v=v+A.length}y=0,s=0,c="",p="";break}v++}return f.pop(),f},g.prototype.diff_bisect_=function(r,l,h){for(var d=r.length,o=l.length,f=Math.ceil((d+o)/2),v=f,s=2*f,y=new Array(s),c=new Array(s),p=0;ph);B++){for(var _=-B+E;_<=B-w;_+=2){var H=v+_,N;_==-B||_!=B&&y[H-1]d)w+=2;else if(C>o)E+=2;else if(m){var P=v+A-_;if(P>=0&&P=R)return this.diff_bisectSplit_(r,l,N,C,h)}}}for(var O=-B+S;O<=B-I;O+=2){var P=v+O,R;O==-B||O!=B&&c[P-1]d)I+=2;else if($>o)S+=2;else if(!m){var H=v+A-O;if(H>=0&&H=R)return this.diff_bisectSplit_(r,l,N,C,h)}}}}return[new g.Diff(n,r),new g.Diff(u,l)]},g.prototype.diff_bisectSplit_=function(r,l,h,d,o){var f=r.substring(0,h),v=l.substring(0,d),s=r.substring(h),y=l.substring(d),c=this.diff_main(f,v,!1,o),p=this.diff_main(s,y,!1,o);return c.concat(p)},g.prototype.diff_linesToChars_=function(r,l){var h=[],d={};h[0]="";function o(y){for(var c="",p=0,A=-1,m=h.length;Ad?r=r.substring(h-d):hl.length?r:l,d=r.length>l.length?l:r;if(h.length<4||d.length*2=w.length?[N,C,P,R,H]:null}var v=f(h,d,Math.ceil(h.length/4)),s=f(h,d,Math.ceil(h.length/2)),y;if(!v&&!s)return null;s?v?y=v[4].length>s[4].length?v:s:y=s:y=v;var c,p,A,m;r.length>l.length?(c=y[0],p=y[1],A=y[2],m=y[3]):(A=y[0],m=y[1],c=y[2],p=y[3]);var E=y[4];return[c,p,A,m,E]},g.prototype.diff_cleanupSemantic=function(r){for(var l=!1,h=[],d=0,o=null,f=0,v=0,s=0,y=0,c=0;f0?h[d-1]:-1,v=0,s=0,y=0,c=0,o=null,l=!0)),f++;for(l&&this.diff_cleanupMerge(r),this.diff_cleanupSemanticLossless(r),f=1;f=E?(m>=p.length/2||m>=A.length/2)&&(r.splice(f,0,new g.Diff(i,A.substring(0,m))),r[f-1][1]=p.substring(0,p.length-m),r[f+1][1]=A.substring(m),f++):(E>=p.length/2||E>=A.length/2)&&(r.splice(f,0,new g.Diff(i,p.substring(0,E))),r[f-1][0]=u,r[f-1][1]=A.substring(0,A.length-E),r[f+1][0]=n,r[f+1][1]=p.substring(E),f++),f++}f++}},g.prototype.diff_cleanupSemanticLossless=function(r){function l(E,w){if(!E||!w)return 6;var S=E.charAt(E.length-1),I=w.charAt(0),B=S.match(g.nonAlphaNumericRegex_),_=I.match(g.nonAlphaNumericRegex_),H=B&&S.match(g.whitespaceRegex_),N=_&&I.match(g.whitespaceRegex_),C=H&&S.match(g.linebreakRegex_),P=N&&I.match(g.linebreakRegex_),R=C&&E.match(g.blanklineEndRegex_),O=P&&w.match(g.blanklineStartRegex_);return R||O?5:C||P?4:B&&!H&&N?3:H||N?2:B||_?1:0}for(var h=1;h=A&&(A=m,y=d,c=o,p=f)}r[h-1][1]!=y&&(y?r[h-1][1]=y:(r.splice(h-1,1),h--),r[h][1]=c,p?r[h+1][1]=p:(r.splice(h+1,1),h--))}h++}},g.nonAlphaNumericRegex_=/[^a-zA-Z0-9]/,g.whitespaceRegex_=/\s/,g.linebreakRegex_=/[\r\n]/,g.blanklineEndRegex_=/\n\r?\n$/,g.blanklineStartRegex_=/^\r?\n\r?\n/,g.prototype.diff_cleanupEfficiency=function(r){for(var l=!1,h=[],d=0,o=null,f=0,v=!1,s=!1,y=!1,c=!1;f0?h[d-1]:-1,y=c=!1),l=!0)),f++;l&&this.diff_cleanupMerge(r)},g.prototype.diff_cleanupMerge=function(r){r.push(new g.Diff(i,""));for(var l=0,h=0,d=0,o="",f="",v;l1?(h!==0&&d!==0&&(v=this.diff_commonPrefix(f,o),v!==0&&(l-h-d>0&&r[l-h-d-1][0]==i?r[l-h-d-1][1]+=f.substring(0,v):(r.splice(0,0,new g.Diff(i,f.substring(0,v))),l++),f=f.substring(v),o=o.substring(v)),v=this.diff_commonSuffix(f,o),v!==0&&(r[l][1]=f.substring(f.length-v)+r[l][1],f=f.substring(0,f.length-v),o=o.substring(0,o.length-v))),l-=h+d,r.splice(l,h+d),o.length&&(r.splice(l,0,new g.Diff(n,o)),l++),f.length&&(r.splice(l,0,new g.Diff(u,f)),l++),l++):l!==0&&r[l-1][0]==i?(r[l-1][1]+=r[l][1],r.splice(l,1)):l++,d=0,h=0,o="",f="";break}r[r.length-1][1]===""&&r.pop();var s=!1;for(l=1;ll));v++)o=h,f=d;return r.length!=v&&r[v][0]===n?f:f+(l-o)},g.prototype.diff_prettyHtml=function(r){for(var l=[],h=/&/g,d=//g,f=/\n/g,v=0;v");switch(s){case u:l[v]=''+c+"";break;case n:l[v]=''+c+"";break;case i:l[v]=""+c+"";break}}return l.join("")},g.prototype.diff_text1=function(r){for(var l=[],h=0;hthis.Match_MaxBits)throw new Error("Pattern too long for this browser.");var d=this.match_alphabet_(l),o=this;function f(N,C){var P=N/l.length,R=Math.abs(h-C);return o.Match_Distance?P+R/o.Match_Distance:R?1:P}var v=this.Match_Threshold,s=r.indexOf(l,h);s!=-1&&(v=Math.min(f(0,s),v),s=r.lastIndexOf(l,h+l.length),s!=-1&&(v=Math.min(f(0,s),v)));var y=1<=w;B--){var _=d[r.charAt(B-1)];if(E===0?I[B]=(I[B+1]<<1|1)&_:I[B]=(I[B+1]<<1|1)&_|((m[B+1]|m[B])<<1|1)|m[B+1],I[B]&y){var H=f(E,B-1);if(H<=v)if(v=H,s=B-1,s>h)w=Math.max(1,2*h-s);else break}}if(f(E+1,h)>v)break;m=I}return s},g.prototype.match_alphabet_=function(r){for(var l={},h=0;h2&&(this.diff_cleanupSemantic(o),this.diff_cleanupEfficiency(o));else if(r&&typeof r=="object"&&typeof l=="undefined"&&typeof h=="undefined")o=r,d=this.diff_text1(o);else if(typeof r=="string"&&l&&typeof l=="object"&&typeof h=="undefined")d=r,o=l;else if(typeof r=="string"&&typeof l=="string"&&h&&typeof h=="object")d=r,o=h;else throw new Error("Unknown call format to patch_make.");if(o.length===0)return[];for(var f=[],v=new g.patch_obj,s=0,y=0,c=0,p=d,A=d,m=0;m=2*this.Patch_Margin&&s&&(this.patch_addContext_(v,p),f.push(v),v=new g.patch_obj,s=0,p=A,y=c);break}E!==u&&(y+=w.length),E!==n&&(c+=w.length)}return s&&(this.patch_addContext_(v,p),f.push(v)),f},g.prototype.patch_deepCopy=function(r){for(var l=[],h=0;hthis.Match_MaxBits?(y=this.match_main(l,s.substring(0,this.Match_MaxBits),v),y!=-1&&(c=this.match_main(l,s.substring(s.length-this.Match_MaxBits),v+s.length-this.Match_MaxBits),(c==-1||y>=c)&&(y=-1))):y=this.match_main(l,s,v),y==-1)o[f]=!1,d-=r[f].length2-r[f].length1;else{o[f]=!0,d=y-v;var p;if(c==-1?p=l.substring(y,y+s.length):p=l.substring(y,c+this.Match_MaxBits),s==p)l=l.substring(0,y)+this.diff_text2(r[f].diffs)+l.substring(y+s.length);else{var A=this.diff_main(s,p,!1);if(s.length>this.Match_MaxBits&&this.diff_levenshtein(A)/s.length>this.Patch_DeleteThreshold)o[f]=!1;else{this.diff_cleanupSemanticLossless(A);for(var m=0,E,w=0;wf[0][1].length){var v=l-f[0][1].length;f[0][1]=h.substring(f[0][1].length)+f[0][1],o.start1-=v,o.start2-=v,o.length1+=v,o.length2+=v}if(o=r[r.length-1],f=o.diffs,f.length==0||f[f.length-1][0]!=i)f.push(new g.Diff(i,h)),o.length1+=l,o.length2+=l;else if(l>f[f.length-1][1].length){var v=l-f[f.length-1][1].length;f[f.length-1][1]+=h.substring(0,v),o.length1+=v,o.length2+=v}return h},g.prototype.patch_splitMax=function(r){for(var l=this.Match_MaxBits,h=0;h2*l?(s.length1+=p.length,o+=p.length,y=!1,s.diffs.push(new g.Diff(c,p)),d.diffs.shift()):(p=p.substring(0,l-s.length1-this.Patch_Margin),s.length1+=p.length,o+=p.length,c===i?(s.length2+=p.length,f+=p.length):y=!1,s.diffs.push(new g.Diff(c,p)),p==d.diffs[0][1]?d.diffs.shift():d.diffs[0][1]=d.diffs[0][1].substring(p.length))}v=this.diff_text2(s.diffs),v=v.substring(v.length-this.Patch_Margin);var A=this.diff_text1(d.diffs).substring(0,this.Patch_Margin);A!==""&&(s.length1+=A.length,s.length2+=A.length,s.diffs.length!==0&&s.diffs[s.diffs.length-1][0]===i?s.diffs[s.diffs.length-1][1]+=A:s.diffs.push(new g.Diff(i,A))),y||r.splice(++h,0,s)}}},g.prototype.patch_toText=function(r){for(var l=[],h=0;h{var ja={78:()=>{+function(T){"use strict";var g=".dropdown-backdrop",n='[data-toggle="dropdown"]',u=function(d){T(d).on("click.bs.dropdown",this.toggle)};u.VERSION="3.4.1";function i(d){var o=d.attr("data-target");o||(o=d.attr("href"),o=o&&/#[A-Za-z]/.test(o)&&o.replace(/.*(?=#[^\s]*$)/,""));var f=o!=="#"?T(document).find(o):null;return f&&f.length?f:d.parent()}function r(d){d&&d.which===3||(T(g).remove(),T(n).each(function(){var o=T(this),f=i(o),v={relatedTarget:this};f.hasClass("open")&&(d&&d.type=="click"&&/input|textarea/i.test(d.target.tagName)&&T.contains(f[0],d.target)||(f.trigger(d=T.Event("hide.bs.dropdown",v)),!d.isDefaultPrevented()&&(o.attr("aria-expanded","false"),f.removeClass("open").trigger(T.Event("hidden.bs.dropdown",v)))))}))}u.prototype.toggle=function(d){var o=T(this);if(!o.is(".disabled, :disabled")){var f=i(o),v=f.hasClass("open");if(r(),!v){"ontouchstart"in document.documentElement&&!f.closest(".navbar-nav").length&&T(document.createElement("div")).addClass("dropdown-backdrop").insertAfter(T(this)).on("click",r);var s={relatedTarget:this};if(f.trigger(d=T.Event("show.bs.dropdown",s)),d.isDefaultPrevented())return;o.trigger("focus").attr("aria-expanded","true"),f.toggleClass("open").trigger(T.Event("shown.bs.dropdown",s))}return!1}},u.prototype.keydown=function(d){if(!(!/(38|40|27|32)/.test(d.which)||/input|textarea/i.test(d.target.tagName))){var o=T(this);if(d.preventDefault(),d.stopPropagation(),!o.is(".disabled, :disabled")){var f=i(o),v=f.hasClass("open");if(!v&&d.which!=27||v&&d.which==27)return d.which==27&&f.find(n).trigger("focus"),o.trigger("click");var s=" li:not(.disabled):visible a",y=f.find(".dropdown-menu"+s);if(y.length){var c=y.index(d.target);d.which==38&&c>0&&c--,d.which==40&&c{+function(T){"use strict";var g=function(i,r){this.init("popover",i,r)};if(!T.fn.tooltip)throw new Error("Popover requires tooltip.js");g.VERSION="3.4.1",g.DEFAULTS=T.extend({},T.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:''}),g.prototype=T.extend({},T.fn.tooltip.Constructor.prototype),g.prototype.constructor=g,g.prototype.getDefaults=function(){return g.DEFAULTS},g.prototype.setContent=function(){var i=this.tip(),r=this.getTitle(),l=this.getContent();if(this.options.html){var h=typeof l;this.options.sanitize&&(r=this.sanitizeHtml(r),h==="string"&&(l=this.sanitizeHtml(l))),i.find(".popover-title").html(r),i.find(".popover-content").children().detach().end()[h==="string"?"html":"append"](l)}else i.find(".popover-title").text(r),i.find(".popover-content").children().detach().end().text(l);i.removeClass("fade top bottom left right in"),i.find(".popover-title").html()||i.find(".popover-title").hide()},g.prototype.hasContent=function(){return this.getTitle()||this.getContent()},g.prototype.getContent=function(){var i=this.$element,r=this.options;return i.attr("data-content")||(typeof r.content=="function"?r.content.call(i[0]):r.content)},g.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")};function n(i){return this.each(function(){var r=T(this),l=r.data("bs.popover"),h=typeof i=="object"&&i;!l&&/destroy|hide/.test(i)||(l||r.data("bs.popover",l=new g(this,h)),typeof i=="string"&&l[i]())})}var u=T.fn.popover;T.fn.popover=n,T.fn.popover.Constructor=g,T.fn.popover.noConflict=function(){return T.fn.popover=u,this}}(jQuery)},6026:()=>{+function(T){"use strict";function g(i,r){this.$body=T(document.body),this.$scrollElement=T(i).is(document.body)?T(window):T(i),this.options=T.extend({},g.DEFAULTS,r),this.selector=(this.options.target||"")+" .nav li > a",this.offsets=[],this.targets=[],this.activeTarget=null,this.scrollHeight=0,this.$scrollElement.on("scroll.bs.scrollspy",T.proxy(this.process,this)),this.refresh(),this.process()}g.VERSION="3.4.1",g.DEFAULTS={offset:10},g.prototype.getScrollHeight=function(){return this.$scrollElement[0].scrollHeight||Math.max(this.$body[0].scrollHeight,document.documentElement.scrollHeight)},g.prototype.refresh=function(){var i=this,r="offset",l=0;this.offsets=[],this.targets=[],this.scrollHeight=this.getScrollHeight(),T.isWindow(this.$scrollElement[0])||(r="position",l=this.$scrollElement.scrollTop()),this.$body.find(this.selector).map(function(){var h=T(this),d=h.data("target")||h.attr("href"),o=/^#./.test(d)&&T(d);return o&&o.length&&o.is(":visible")&&[[o[r]().top+l,d]]||null}).sort(function(h,d){return h[0]-d[0]}).each(function(){i.offsets.push(this[0]),i.targets.push(this[1])})},g.prototype.process=function(){var i=this.$scrollElement.scrollTop()+this.options.offset,r=this.getScrollHeight(),l=this.options.offset+r-this.$scrollElement.height(),h=this.offsets,d=this.targets,o=this.activeTarget,f;if(this.scrollHeight!=r&&this.refresh(),i>=l)return o!=(f=d[d.length-1])&&this.activate(f);if(o&&i=h[f]&&(h[f+1]===void 0||i{+function(T){"use strict";var g=function(r){this.element=T(r)};g.VERSION="3.4.1",g.TRANSITION_DURATION=150,g.prototype.show=function(){var r=this.element,l=r.closest("ul:not(.dropdown-menu)"),h=r.data("target");if(h||(h=r.attr("href"),h=h&&h.replace(/.*(?=#[^\s]*$)/,"")),!r.parent("li").hasClass("active")){var d=l.find(".active:last a"),o=T.Event("hide.bs.tab",{relatedTarget:r[0]}),f=T.Event("show.bs.tab",{relatedTarget:d[0]});if(d.trigger(o),r.trigger(f),!(f.isDefaultPrevented()||o.isDefaultPrevented())){var v=T(document).find(h);this.activate(r.closest("li"),l),this.activate(v,v.parent(),function(){d.trigger({type:"hidden.bs.tab",relatedTarget:r[0]}),r.trigger({type:"shown.bs.tab",relatedTarget:d[0]})})}}},g.prototype.activate=function(r,l,h){var d=l.find("> .active"),o=h&&T.support.transition&&(d.length&&d.hasClass("fade")||!!l.find("> .fade").length);function f(){d.removeClass("active").find("> .dropdown-menu > .active").removeClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!1),r.addClass("active").find('[data-toggle="tab"]').attr("aria-expanded",!0),o?(r[0].offsetWidth,r.addClass("in")):r.removeClass("fade"),r.parent(".dropdown-menu").length&&r.closest("li.dropdown").addClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!0),h&&h()}d.length&&o?d.one("bsTransitionEnd",f).emulateTransitionEnd(g.TRANSITION_DURATION):f(),d.removeClass("in")};function n(r){return this.each(function(){var l=T(this),h=l.data("bs.tab");h||l.data("bs.tab",h=new g(this)),typeof r=="string"&&h[r]()})}var u=T.fn.tab;T.fn.tab=n,T.fn.tab.Constructor=g,T.fn.tab.noConflict=function(){return T.fn.tab=u,this};var i=function(r){r.preventDefault(),n.call(T(this),"show")};T(document).on("click.bs.tab.data-api",'[data-toggle="tab"]',i).on("click.bs.tab.data-api",'[data-toggle="pill"]',i)}(jQuery)},6736:()=>{+function(T){"use strict";var g=["sanitize","whiteList","sanitizeFn"],n=["background","cite","href","itemtype","longdesc","poster","src","xlink:href"],u=/^aria-[\w-]*$/i,i={"*":["class","dir","id","lang","role",u],a:["target","href","title","rel"],area:[],b:[],br:[],col:[],code:[],div:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:["src","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},r=/^(?:(?:https?|mailto|ftp|tel|file):|[^&:/?#]*(?:[/?#]|$))/gi,l=/^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[a-z0-9+/]+=*$/i;function h(s,y){var c=s.nodeName.toLowerCase();if(T.inArray(c,y)!==-1)return T.inArray(c,n)!==-1?Boolean(s.nodeValue.match(r)||s.nodeValue.match(l)):!0;for(var p=T(y).filter(function(E,w){return w instanceof RegExp}),A=0,m=p.length;A
',trigger:"hover focus",title:"",delay:0,html:!1,container:!1,viewport:{selector:"body",padding:0},sanitize:!0,sanitizeFn:null,whiteList:i},o.prototype.init=function(s,y,c){if(this.enabled=!0,this.type=s,this.$element=T(y),this.options=this.getOptions(c),this.$viewport=this.options.viewport&&T(document).find(T.isFunction(this.options.viewport)?this.options.viewport.call(this,this.$element):this.options.viewport.selector||this.options.viewport),this.inState={click:!1,hover:!1,focus:!1},this.$element[0]instanceof document.constructor&&!this.options.selector)throw new Error("`selector` option must be specified when initializing "+this.type+" on the window.document object!");for(var p=this.options.trigger.split(" "),A=p.length;A--;){var m=p[A];if(m=="click")this.$element.on("click."+this.type,this.options.selector,T.proxy(this.toggle,this));else if(m!="manual"){var E=m=="hover"?"mouseenter":"focusin",w=m=="hover"?"mouseleave":"focusout";this.$element.on(E+"."+this.type,this.options.selector,T.proxy(this.enter,this)),this.$element.on(w+"."+this.type,this.options.selector,T.proxy(this.leave,this))}}this.options.selector?this._options=T.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},o.prototype.getDefaults=function(){return o.DEFAULTS},o.prototype.getOptions=function(s){var y=this.$element.data();for(var c in y)y.hasOwnProperty(c)&&T.inArray(c,g)!==-1&&delete y[c];return s=T.extend({},this.getDefaults(),y,s),s.delay&&typeof s.delay=="number"&&(s.delay={show:s.delay,hide:s.delay}),s.sanitize&&(s.template=d(s.template,s.whiteList,s.sanitizeFn)),s},o.prototype.getDelegateOptions=function(){var s={},y=this.getDefaults();return this._options&&T.each(this._options,function(c,p){y[c]!=p&&(s[c]=p)}),s},o.prototype.enter=function(s){var y=s instanceof this.constructor?s:T(s.currentTarget).data("bs."+this.type);if(y||(y=new this.constructor(s.currentTarget,this.getDelegateOptions()),T(s.currentTarget).data("bs."+this.type,y)),s instanceof T.Event&&(y.inState[s.type=="focusin"?"focus":"hover"]=!0),y.tip().hasClass("in")||y.hoverState=="in"){y.hoverState="in";return}if(clearTimeout(y.timeout),y.hoverState="in",!y.options.delay||!y.options.delay.show)return y.show();y.timeout=setTimeout(function(){y.hoverState=="in"&&y.show()},y.options.delay.show)},o.prototype.isInStateTrue=function(){for(var s in this.inState)if(this.inState[s])return!0;return!1},o.prototype.leave=function(s){var y=s instanceof this.constructor?s:T(s.currentTarget).data("bs."+this.type);if(y||(y=new this.constructor(s.currentTarget,this.getDelegateOptions()),T(s.currentTarget).data("bs."+this.type,y)),s instanceof T.Event&&(y.inState[s.type=="focusout"?"focus":"hover"]=!1),!y.isInStateTrue()){if(clearTimeout(y.timeout),y.hoverState="out",!y.options.delay||!y.options.delay.hide)return y.hide();y.timeout=setTimeout(function(){y.hoverState=="out"&&y.hide()},y.options.delay.hide)}},o.prototype.show=function(){var s=T.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){this.$element.trigger(s);var y=T.contains(this.$element[0].ownerDocument.documentElement,this.$element[0]);if(s.isDefaultPrevented()||!y)return;var c=this,p=this.tip(),A=this.getUID(this.type);this.setContent(),p.attr("id",A),this.$element.attr("aria-describedby",A),this.options.animation&&p.addClass("fade");var m=typeof this.options.placement=="function"?this.options.placement.call(this,p[0],this.$element[0]):this.options.placement,E=/\s?auto?\s?/i,w=E.test(m);w&&(m=m.replace(E,"")||"top"),p.detach().css({top:0,left:0,display:"block"}).addClass(m).data("bs."+this.type,this),this.options.container?p.appendTo(T(document).find(this.options.container)):p.insertAfter(this.$element),this.$element.trigger("inserted.bs."+this.type);var S=this.getPosition(),I=p[0].offsetWidth,x=p[0].offsetHeight;if(w){var _=m,H=this.getPosition(this.$viewport);m=m=="bottom"&&S.bottom+x>H.bottom?"top":m=="top"&&S.top-xH.width?"left":m=="left"&&S.left-IE.top+E.height&&(A.top=E.top+E.height-S)}else{var I=y.left-m,x=y.left+m+c;IE.right&&(A.left=E.left+E.width-x)}return A},o.prototype.getTitle=function(){var s,y=this.$element,c=this.options;return s=y.attr("data-original-title")||(typeof c.title=="function"?c.title.call(y[0]):c.title),s},o.prototype.getUID=function(s){do s+=~~(Math.random()*1e6);while(document.getElementById(s));return s},o.prototype.tip=function(){if(!this.$tip&&(this.$tip=T(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},o.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},o.prototype.enable=function(){this.enabled=!0},o.prototype.disable=function(){this.enabled=!1},o.prototype.toggleEnabled=function(){this.enabled=!this.enabled},o.prototype.toggle=function(s){var y=this;s&&(y=T(s.currentTarget).data("bs."+this.type),y||(y=new this.constructor(s.currentTarget,this.getDelegateOptions()),T(s.currentTarget).data("bs."+this.type,y))),s?(y.inState.click=!y.inState.click,y.isInStateTrue()?y.enter(y):y.leave(y)):y.tip().hasClass("in")?y.leave(y):y.enter(y)},o.prototype.destroy=function(){var s=this;clearTimeout(this.timeout),this.hide(function(){s.$element.off("."+s.type).removeData("bs."+s.type),s.$tip&&s.$tip.detach(),s.$tip=null,s.$arrow=null,s.$viewport=null,s.$element=null})},o.prototype.sanitizeHtml=function(s){return d(s,this.options.whiteList,this.options.sanitizeFn)};function f(s){return this.each(function(){var y=T(this),c=y.data("bs.tooltip"),p=typeof s=="object"&&s;!c&&/destroy|hide/.test(s)||(c||y.data("bs.tooltip",c=new o(this,p)),typeof s=="string"&&c[s]())})}var v=T.fn.tooltip;T.fn.tooltip=f,T.fn.tooltip.Constructor=o,T.fn.tooltip.noConflict=function(){return T.fn.tooltip=v,this}}(jQuery)},471:T=>{var g=function(){this.Diff_Timeout=1,this.Diff_EditCost=4,this.Match_Threshold=.5,this.Match_Distance=1e3,this.Patch_DeleteThreshold=.5,this.Patch_Margin=4,this.Match_MaxBits=32},n=-1,u=1,i=0;g.Diff=function(r,l){return[r,l]},g.prototype.diff_main=function(r,l,h,d){typeof d=="undefined"&&(this.Diff_Timeout<=0?d=Number.MAX_VALUE:d=new Date().getTime()+this.Diff_Timeout*1e3);var o=d;if(r==null||l==null)throw new Error("Null input. (diff_main)");if(r==l)return r?[new g.Diff(i,r)]:[];typeof h=="undefined"&&(h=!0);var f=h,v=this.diff_commonPrefix(r,l),s=r.substring(0,v);r=r.substring(v),l=l.substring(v),v=this.diff_commonSuffix(r,l);var y=r.substring(r.length-v);r=r.substring(0,r.length-v),l=l.substring(0,l.length-v);var c=this.diff_compute_(r,l,f,o);return s&&c.unshift(new g.Diff(i,s)),y&&c.push(new g.Diff(i,y)),this.diff_cleanupMerge(c),c},g.prototype.diff_compute_=function(r,l,h,d){var o;if(!r)return[new g.Diff(u,l)];if(!l)return[new g.Diff(n,r)];var f=r.length>l.length?r:l,v=r.length>l.length?l:r,s=f.indexOf(v);if(s!=-1)return o=[new g.Diff(u,f.substring(0,s)),new g.Diff(i,v),new g.Diff(u,f.substring(s+v.length))],r.length>l.length&&(o[0][0]=o[2][0]=n),o;if(v.length==1)return[new g.Diff(n,r),new g.Diff(u,l)];var y=this.diff_halfMatch_(r,l);if(y){var c=y[0],p=y[1],A=y[2],m=y[3],E=y[4],w=this.diff_main(c,A,h,d),S=this.diff_main(p,m,h,d);return w.concat([new g.Diff(i,E)],S)}return h&&r.length>100&&l.length>100?this.diff_lineMode_(r,l,d):this.diff_bisect_(r,l,d)},g.prototype.diff_lineMode_=function(r,l,h){var d=this.diff_linesToChars_(r,l);r=d.chars1,l=d.chars2;var o=d.lineArray,f=this.diff_main(r,l,!1,h);this.diff_charsToLines_(f,o),this.diff_cleanupSemantic(f),f.push(new g.Diff(i,""));for(var v=0,s=0,y=0,c="",p="";v=1&&y>=1){f.splice(v-s-y,s+y),v=v-s-y;for(var A=this.diff_main(c,p,!1,h),m=A.length-1;m>=0;m--)f.splice(v,0,A[m]);v=v+A.length}y=0,s=0,c="",p="";break}v++}return f.pop(),f},g.prototype.diff_bisect_=function(r,l,h){for(var d=r.length,o=l.length,f=Math.ceil((d+o)/2),v=f,s=2*f,y=new Array(s),c=new Array(s),p=0;ph);x++){for(var _=-x+E;_<=x-w;_+=2){var H=v+_,N;_==-x||_!=x&&y[H-1]d)w+=2;else if(C>o)E+=2;else if(m){var P=v+A-_;if(P>=0&&P=R)return this.diff_bisectSplit_(r,l,N,C,h)}}}for(var O=-x+S;O<=x-I;O+=2){var P=v+O,R;O==-x||O!=x&&c[P-1]d)I+=2;else if($>o)S+=2;else if(!m){var H=v+A-O;if(H>=0&&H=R)return this.diff_bisectSplit_(r,l,N,C,h)}}}}return[new g.Diff(n,r),new g.Diff(u,l)]},g.prototype.diff_bisectSplit_=function(r,l,h,d,o){var f=r.substring(0,h),v=l.substring(0,d),s=r.substring(h),y=l.substring(d),c=this.diff_main(f,v,!1,o),p=this.diff_main(s,y,!1,o);return c.concat(p)},g.prototype.diff_linesToChars_=function(r,l){var h=[],d={};h[0]="";function o(y){for(var c="",p=0,A=-1,m=h.length;Ad?r=r.substring(h-d):hl.length?r:l,d=r.length>l.length?l:r;if(h.length<4||d.length*2=w.length?[N,C,P,R,H]:null}var v=f(h,d,Math.ceil(h.length/4)),s=f(h,d,Math.ceil(h.length/2)),y;if(!v&&!s)return null;s?v?y=v[4].length>s[4].length?v:s:y=s:y=v;var c,p,A,m;r.length>l.length?(c=y[0],p=y[1],A=y[2],m=y[3]):(A=y[0],m=y[1],c=y[2],p=y[3]);var E=y[4];return[c,p,A,m,E]},g.prototype.diff_cleanupSemantic=function(r){for(var l=!1,h=[],d=0,o=null,f=0,v=0,s=0,y=0,c=0;f0?h[d-1]:-1,v=0,s=0,y=0,c=0,o=null,l=!0)),f++;for(l&&this.diff_cleanupMerge(r),this.diff_cleanupSemanticLossless(r),f=1;f=E?(m>=p.length/2||m>=A.length/2)&&(r.splice(f,0,new g.Diff(i,A.substring(0,m))),r[f-1][1]=p.substring(0,p.length-m),r[f+1][1]=A.substring(m),f++):(E>=p.length/2||E>=A.length/2)&&(r.splice(f,0,new g.Diff(i,p.substring(0,E))),r[f-1][0]=u,r[f-1][1]=A.substring(0,A.length-E),r[f+1][0]=n,r[f+1][1]=p.substring(E),f++),f++}f++}},g.prototype.diff_cleanupSemanticLossless=function(r){function l(E,w){if(!E||!w)return 6;var S=E.charAt(E.length-1),I=w.charAt(0),x=S.match(g.nonAlphaNumericRegex_),_=I.match(g.nonAlphaNumericRegex_),H=x&&S.match(g.whitespaceRegex_),N=_&&I.match(g.whitespaceRegex_),C=H&&S.match(g.linebreakRegex_),P=N&&I.match(g.linebreakRegex_),R=C&&E.match(g.blanklineEndRegex_),O=P&&w.match(g.blanklineStartRegex_);return R||O?5:C||P?4:x&&!H&&N?3:H||N?2:x||_?1:0}for(var h=1;h=A&&(A=m,y=d,c=o,p=f)}r[h-1][1]!=y&&(y?r[h-1][1]=y:(r.splice(h-1,1),h--),r[h][1]=c,p?r[h+1][1]=p:(r.splice(h+1,1),h--))}h++}},g.nonAlphaNumericRegex_=/[^a-zA-Z0-9]/,g.whitespaceRegex_=/\s/,g.linebreakRegex_=/[\r\n]/,g.blanklineEndRegex_=/\n\r?\n$/,g.blanklineStartRegex_=/^\r?\n\r?\n/,g.prototype.diff_cleanupEfficiency=function(r){for(var l=!1,h=[],d=0,o=null,f=0,v=!1,s=!1,y=!1,c=!1;f0?h[d-1]:-1,y=c=!1),l=!0)),f++;l&&this.diff_cleanupMerge(r)},g.prototype.diff_cleanupMerge=function(r){r.push(new g.Diff(i,""));for(var l=0,h=0,d=0,o="",f="",v;l1?(h!==0&&d!==0&&(v=this.diff_commonPrefix(f,o),v!==0&&(l-h-d>0&&r[l-h-d-1][0]==i?r[l-h-d-1][1]+=f.substring(0,v):(r.splice(0,0,new g.Diff(i,f.substring(0,v))),l++),f=f.substring(v),o=o.substring(v)),v=this.diff_commonSuffix(f,o),v!==0&&(r[l][1]=f.substring(f.length-v)+r[l][1],f=f.substring(0,f.length-v),o=o.substring(0,o.length-v))),l-=h+d,r.splice(l,h+d),o.length&&(r.splice(l,0,new g.Diff(n,o)),l++),f.length&&(r.splice(l,0,new g.Diff(u,f)),l++),l++):l!==0&&r[l-1][0]==i?(r[l-1][1]+=r[l][1],r.splice(l,1)):l++,d=0,h=0,o="",f="";break}r[r.length-1][1]===""&&r.pop();var s=!1;for(l=1;ll));v++)o=h,f=d;return r.length!=v&&r[v][0]===n?f:f+(l-o)},g.prototype.diff_prettyHtml=function(r){for(var l=[],h=/&/g,d=//g,f=/\n/g,v=0;v");switch(s){case u:l[v]=''+c+"";break;case n:l[v]=''+c+"";break;case i:l[v]=""+c+"";break}}return l.join("")},g.prototype.diff_text1=function(r){for(var l=[],h=0;hthis.Match_MaxBits)throw new Error("Pattern too long for this browser.");var d=this.match_alphabet_(l),o=this;function f(N,C){var P=N/l.length,R=Math.abs(h-C);return o.Match_Distance?P+R/o.Match_Distance:R?1:P}var v=this.Match_Threshold,s=r.indexOf(l,h);s!=-1&&(v=Math.min(f(0,s),v),s=r.lastIndexOf(l,h+l.length),s!=-1&&(v=Math.min(f(0,s),v)));var y=1<=w;x--){var _=d[r.charAt(x-1)];if(E===0?I[x]=(I[x+1]<<1|1)&_:I[x]=(I[x+1]<<1|1)&_|((m[x+1]|m[x])<<1|1)|m[x+1],I[x]&y){var H=f(E,x-1);if(H<=v)if(v=H,s=x-1,s>h)w=Math.max(1,2*h-s);else break}}if(f(E+1,h)>v)break;m=I}return s},g.prototype.match_alphabet_=function(r){for(var l={},h=0;h2&&(this.diff_cleanupSemantic(o),this.diff_cleanupEfficiency(o));else if(r&&typeof r=="object"&&typeof l=="undefined"&&typeof h=="undefined")o=r,d=this.diff_text1(o);else if(typeof r=="string"&&l&&typeof l=="object"&&typeof h=="undefined")d=r,o=l;else if(typeof r=="string"&&typeof l=="string"&&h&&typeof h=="object")d=r,o=h;else throw new Error("Unknown call format to patch_make.");if(o.length===0)return[];for(var f=[],v=new g.patch_obj,s=0,y=0,c=0,p=d,A=d,m=0;m=2*this.Patch_Margin&&s&&(this.patch_addContext_(v,p),f.push(v),v=new g.patch_obj,s=0,p=A,y=c);break}E!==u&&(y+=w.length),E!==n&&(c+=w.length)}return s&&(this.patch_addContext_(v,p),f.push(v)),f},g.prototype.patch_deepCopy=function(r){for(var l=[],h=0;hthis.Match_MaxBits?(y=this.match_main(l,s.substring(0,this.Match_MaxBits),v),y!=-1&&(c=this.match_main(l,s.substring(s.length-this.Match_MaxBits),v+s.length-this.Match_MaxBits),(c==-1||y>=c)&&(y=-1))):y=this.match_main(l,s,v),y==-1)o[f]=!1,d-=r[f].length2-r[f].length1;else{o[f]=!0,d=y-v;var p;if(c==-1?p=l.substring(y,y+s.length):p=l.substring(y,c+this.Match_MaxBits),s==p)l=l.substring(0,y)+this.diff_text2(r[f].diffs)+l.substring(y+s.length);else{var A=this.diff_main(s,p,!1);if(s.length>this.Match_MaxBits&&this.diff_levenshtein(A)/s.length>this.Patch_DeleteThreshold)o[f]=!1;else{this.diff_cleanupSemanticLossless(A);for(var m=0,E,w=0;wf[0][1].length){var v=l-f[0][1].length;f[0][1]=h.substring(f[0][1].length)+f[0][1],o.start1-=v,o.start2-=v,o.length1+=v,o.length2+=v}if(o=r[r.length-1],f=o.diffs,f.length==0||f[f.length-1][0]!=i)f.push(new g.Diff(i,h)),o.length1+=l,o.length2+=l;else if(l>f[f.length-1][1].length){var v=l-f[f.length-1][1].length;f[f.length-1][1]+=h.substring(0,v),o.length1+=v,o.length2+=v}return h},g.prototype.patch_splitMax=function(r){for(var l=this.Match_MaxBits,h=0;h2*l?(s.length1+=p.length,o+=p.length,y=!1,s.diffs.push(new g.Diff(c,p)),d.diffs.shift()):(p=p.substring(0,l-s.length1-this.Patch_Margin),s.length1+=p.length,o+=p.length,c===i?(s.length2+=p.length,f+=p.length):y=!1,s.diffs.push(new g.Diff(c,p)),p==d.diffs[0][1]?d.diffs.shift():d.diffs[0][1]=d.diffs[0][1].substring(p.length))}v=this.diff_text2(s.diffs),v=v.substring(v.length-this.Patch_Margin);var A=this.diff_text1(d.diffs).substring(0,this.Patch_Margin);A!==""&&(s.length1+=A.length,s.length2+=A.length,s.diffs.length!==0&&s.diffs[s.diffs.length-1][0]===i?s.diffs[s.diffs.length-1][1]+=A:s.diffs.push(new g.Diff(i,A))),y||r.splice(++h,0,s)}}},g.prototype.patch_toText=function(r){for(var l=[],h=0;h= 2.0.0-beta.1",7:">= 4.0.0 <4.3.0",8:">= 4.3.0"};n.REVISION_CHANGES=m;var E="[object Object]";i.prototype={constructor:i,logger:s.default,log:s.default.log,registerHelper:function(S,I){if(l.toString.call(S)===E){if(I)throw new d.default("Arg not supported with multiple helpers");l.extend(this.helpers,S)}else this.helpers[S]=I},unregisterHelper:function(S){delete this.helpers[S]},registerPartial:function(S,I){if(l.toString.call(S)===E)l.extend(this.partials,S);else{if(typeof I=="undefined")throw new d.default('Attempting to register a partial called "'+S+'" as undefined');this.partials[S]=I}},unregisterPartial:function(S){delete this.partials[S]},registerDecorator:function(S,I){if(l.toString.call(S)===E){if(I)throw new d.default("Arg not supported with multiple decorators");l.extend(this.decorators,S)}else this.decorators[S]=I},unregisterDecorator:function(S){delete this.decorators[S]},resetLoggedPropertyAccesses:function(){y.resetLoggedProperties()}};var w=s.default.log;n.log=w,n.createFrame=l.createFrame,n.logger=s.default},function(g,n){"use strict";function u(m){return v[m]}function i(m){for(var E=1;E":">",'"':""","'":"'","`":"`","=":"="},s=/[&<>"'`=]/g,y=/[&<>"'`=]/,c=Object.prototype.toString;n.toString=c;var p=function(m){return typeof m=="function"};p(/x/)&&(n.isFunction=p=function(m){return typeof m=="function"&&c.call(m)==="[object Function]"}),n.isFunction=p;var A=Array.isArray||function(m){return!(!m||typeof m!="object")&&c.call(m)==="[object Array]"};n.isArray=A},function(g,n,u){"use strict";function i(h,d){var o=d&&d.loc,f=void 0,v=void 0,s=void 0,y=void 0;o&&(f=o.start.line,v=o.end.line,s=o.start.column,y=o.end.column,h+=" - "+f+":"+s);for(var c=Error.prototype.constructor.call(this,h),p=0;p0?(h.ids&&(h.ids=[h.name]),r.helpers.each(l,h)):d(this);if(h.data&&h.ids){var f=i.createFrame(h.data);f.contextPath=i.appendContextPath(h.data.contextPath,h.name),h={data:f}}return o(l,h)})},g.exports=n.default},function(g,n,u){"use strict";var i=u(13).default,r=u(43).default,l=u(55).default,h=u(60).default,d=u(1).default;n.__esModule=!0;var o=u(5),f=u(6),v=d(f);n.default=function(s){s.registerHelper("each",function(y,c){function p(C,P,R){S&&(S.key=C,S.index=P,S.first=P===0,S.last=!!R,I&&(S.contextPath=I+C)),w+=A(y[C],{data:S,blockParams:o.blockParams([y[C],C],[I+C,null])})}if(!c)throw new v.default("Must pass iterator to #each");var A=c.fn,m=c.inverse,E=0,w="",S=void 0,I=void 0;if(c.data&&c.ids&&(I=o.appendContextPath(c.data.contextPath,c.ids[0])+"."),o.isFunction(y)&&(y=y.call(this)),c.data&&(S=o.createFrame(c.data)),y&&typeof y=="object")if(o.isArray(y))for(var B=y.length;Eht;)se(ce,Ee=Le[ht++],xe[Ee]);return ce},ye=function(ce,xe){return xe===void 0?H(ce):j(H(ce),xe)},Ae=function(ce){var xe=K.call(this,ce);return!(xe||!l(this,ce)||!l(W,ce)||l(this,$)&&this[$][ce])||xe},we=function(ce,xe){var Ee=B(ce=S(ce),xe);return!Ee||!l(W,xe)||l(ce,$)&&ce[$][xe]||(Ee.enumerable=!0),Ee},He=function(ce){for(var xe,Ee=N(S(ce)),Le=[],ht=0;Ee.length>ht;)l(W,xe=Ee[ht++])||xe==$||Le.push(xe);return Le},st=function(ce){for(var xe,Ee=N(S(ce)),Le=[],ht=0;Ee.length>ht;)l(W,xe=Ee[ht++])&&Le.push(W[xe]);return Le},At=function(ce){if(ce!==void 0&&!re(ce)){for(var xe,Ee,Le=[ce],ht=1,Ut=arguments;Ut.length>ht;)Le.push(Ut[ht++]);return xe=Le[1],typeof xe=="function"&&(Ee=xe),!Ee&&E(xe)||(xe=function(tt,De){if(Ee&&(De=Ee.call(this,tt,De)),!re(De))return De}),Le[1]=xe,R.apply(P,Le)}},St=f(function(){var ce=C();return R([ce])!="[null]"||R({a:ce})!="{}"||R(Object(ce))!="{}"});L||(C=function(){if(re(this))throw TypeError("Symbol is not a constructor");return Q(y(arguments.length>0?arguments[0]:void 0))},o(C.prototype,"toString",function(){return this._k}),re=function(ce){return ce instanceof C},i.create=ye,i.isEnum=Ae,i.getDesc=we,i.setDesc=se,i.setDescs=j,i.getNames=A.get=He,i.getSymbols=st,h&&!u(41)&&o(G,"propertyIsEnumerable",Ae,!0));var Ct={for:function(ce){return l(M,ce+="")?M[ce]:M[ce]=C(ce)},keyFor:function(ce){return p(M,ce)},useSetter:function(){O=!0},useSimple:function(){O=!1}};i.each.call("hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),function(ce){var xe=c(ce);Ct[ce]=L?xe:Q(xe)}),O=!0,d(d.G+d.W,{Symbol:C}),d(d.S,"Symbol",Ct),d(d.S+d.F*!L,"Object",{create:ye,defineProperty:se,defineProperties:j,getOwnPropertyDescriptor:we,getOwnPropertyNames:He,getOwnPropertySymbols:st}),P&&d(d.S+d.F*(!L||St),"JSON",{stringify:At}),s(C,"Symbol"),s(Math,"Math",!0),s(r.JSON,"JSON",!0)},function(g,n){var u=g.exports=typeof window!="undefined"&&window.Math==Math?window:typeof self!="undefined"&&self.Math==Math?self:Function("return this")();typeof __g=="number"&&(__g=u)},function(g,n){var u={}.hasOwnProperty;g.exports=function(i,r){return u.call(i,r)}},function(g,n,u){g.exports=!u(19)(function(){return Object.defineProperty({},"a",{get:function(){return 7}}).a!=7})},function(g,n){g.exports=function(u){try{return!!u()}catch(i){return!0}}},function(g,n,u){var i=u(16),r=u(21),l=u(22),h="prototype",d=function(o,f,v){var s,y,c,p=o&d.F,A=o&d.G,m=o&d.S,E=o&d.P,w=o&d.B,S=o&d.W,I=A?r:r[f]||(r[f]={}),B=A?i:m?i[f]:(i[f]||{})[h];A&&(v=f);for(s in v)y=!p&&B&&s in B,y&&s in I||(c=y?B[s]:v[s],I[s]=A&&typeof B[s]!="function"?v[s]:w&&y?l(c,i):S&&B[s]==c?function(_){var H=function(N){return this instanceof _?new _(N):_(N)};return H[h]=_[h],H}(c):E&&typeof c=="function"?l(Function.call,c):c,E&&((I[h]||(I[h]={}))[s]=c))};d.F=1,d.G=2,d.S=4,d.P=8,d.B=16,d.W=32,g.exports=d},function(g,n){var u=g.exports={version:"1.2.6"};typeof __e=="number"&&(__e=u)},function(g,n,u){var i=u(23);g.exports=function(r,l,h){if(i(r),l===void 0)return r;switch(h){case 1:return function(d){return r.call(l,d)};case 2:return function(d,o){return r.call(l,d,o)};case 3:return function(d,o,f){return r.call(l,d,o,f)}}return function(){return r.apply(l,arguments)}}},function(g,n){g.exports=function(u){if(typeof u!="function")throw TypeError(u+" is not a function!");return u}},function(g,n,u){g.exports=u(25)},function(g,n,u){var i=u(9),r=u(26);g.exports=u(18)?function(l,h,d){return i.setDesc(l,h,r(1,d))}:function(l,h,d){return l[h]=d,l}},function(g,n){g.exports=function(u,i){return{enumerable:!(1&u),configurable:!(2&u),writable:!(4&u),value:i}}},function(g,n,u){var i=u(16),r="__core-js_shared__",l=i[r]||(i[r]={});g.exports=function(h){return l[h]||(l[h]={})}},function(g,n,u){var i=u(9).setDesc,r=u(17),l=u(29)("toStringTag");g.exports=function(h,d,o){h&&!r(h=o?h:h.prototype,l)&&i(h,l,{configurable:!0,value:d})}},function(g,n,u){var i=u(27)("wks"),r=u(30),l=u(16).Symbol;g.exports=function(h){return i[h]||(i[h]=l&&l[h]||(l||r)("Symbol."+h))}},function(g,n){var u=0,i=Math.random();g.exports=function(r){return"Symbol(".concat(r===void 0?"":r,")_",(++u+i).toString(36))}},function(g,n,u){var i=u(9),r=u(32);g.exports=function(l,h){for(var d,o=r(l),f=i.getKeys(o),v=f.length,s=0;v>s;)if(o[d=f[s++]]===h)return d}},function(g,n,u){var i=u(33),r=u(35);g.exports=function(l){return i(r(l))}},function(g,n,u){var i=u(34);g.exports=Object("z").propertyIsEnumerable(0)?Object:function(r){return i(r)=="String"?r.split(""):Object(r)}},function(g,n){var u={}.toString;g.exports=function(i){return u.call(i).slice(8,-1)}},function(g,n){g.exports=function(u){if(u==null)throw TypeError("Can't call method on "+u);return u}},function(g,n,u){var i=u(32),r=u(9).getNames,l={}.toString,h=typeof window=="object"&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],d=function(o){try{return r(o)}catch(f){return h.slice()}};g.exports.get=function(o){return h&&l.call(o)=="[object Window]"?d(o):r(i(o))}},function(g,n,u){var i=u(9);g.exports=function(r){var l=i.getKeys(r),h=i.getSymbols;if(h)for(var d,o=h(r),f=i.isEnum,v=0;o.length>v;)f.call(r,d=o[v++])&&l.push(d);return l}},function(g,n,u){var i=u(34);g.exports=Array.isArray||function(r){return i(r)=="Array"}},function(g,n,u){var i=u(40);g.exports=function(r){if(!i(r))throw TypeError(r+" is not an object!");return r}},function(g,n){g.exports=function(u){return typeof u=="object"?u!==null:typeof u=="function"}},function(g,n){g.exports=!0},function(g,n){},function(g,n,u){g.exports={default:u(44),__esModule:!0}},function(g,n,u){u(45),u(51),g.exports=u(29)("iterator")},function(g,n,u){"use strict";var i=u(46)(!0);u(48)(String,"String",function(r){this._t=String(r),this._i=0},function(){var r,l=this._t,h=this._i;return h>=l.length?{value:void 0,done:!0}:(r=i(l,h),this._i+=r.length,{value:r,done:!1})})},function(g,n,u){var i=u(47),r=u(35);g.exports=function(l){return function(h,d){var o,f,v=String(r(h)),s=i(d),y=v.length;return s<0||s>=y?l?"":void 0:(o=v.charCodeAt(s),o<55296||o>56319||s+1===y||(f=v.charCodeAt(s+1))<56320||f>57343?l?v.charAt(s):o:l?v.slice(s,s+2):(o-55296<<10)+(f-56320)+65536)}}},function(g,n){var u=Math.ceil,i=Math.floor;g.exports=function(r){return isNaN(r=+r)?0:(r>0?i:u)(r)}},function(g,n,u){"use strict";var i=u(41),r=u(20),l=u(24),h=u(25),d=u(17),o=u(49),f=u(50),v=u(28),s=u(9).getProto,y=u(29)("iterator"),c=!([].keys&&"next"in[].keys()),p="@@iterator",A="keys",m="values",E=function(){return this};g.exports=function(w,S,I,B,_,H,N){f(I,S,B);var C,P,R=function(U){if(!c&&U in M)return M[U];switch(U){case A:return function(){return new I(this,U)};case m:return function(){return new I(this,U)}}return function(){return new I(this,U)}},O=S+" Iterator",$=_==m,K=!1,M=w.prototype,W=M[y]||M[p]||_&&M[_],L=W||R(_);if(W){var G=s(L.call(new w));v(G,O,!0),!i&&d(M,p)&&h(G,y,E),$&&W.name!==m&&(K=!0,L=function(){return W.call(this)})}if(i&&!N||!c&&!K&&M[y]||h(M,y,L),o[S]=L,o[O]=E,_)if(C={values:$?L:R(m),keys:H?L:R(A),entries:$?R("entries"):L},N)for(P in C)P in M||l(M,P,C[P]);else r(r.P+r.F*(c||K),S,C);return C}},function(g,n){g.exports={}},function(g,n,u){"use strict";var i=u(9),r=u(26),l=u(28),h={};u(25)(h,u(29)("iterator"),function(){return this}),g.exports=function(d,o,f){d.prototype=i.create(h,{next:r(1,f)}),l(d,o+" Iterator")}},function(g,n,u){u(52);var i=u(49);i.NodeList=i.HTMLCollection=i.Array},function(g,n,u){"use strict";var i=u(53),r=u(54),l=u(49),h=u(32);g.exports=u(48)(Array,"Array",function(d,o){this._t=h(d),this._i=0,this._k=o},function(){var d=this._t,o=this._k,f=this._i++;return!d||f>=d.length?(this._t=void 0,r(1)):o=="keys"?r(0,f):o=="values"?r(0,d[f]):r(0,[f,d[f]])},"values"),l.Arguments=l.Array,i("keys"),i("values"),i("entries")},function(g,n){g.exports=function(){}},function(g,n){g.exports=function(u,i){return{value:i,done:!!u}}},function(g,n,u){g.exports={default:u(56),__esModule:!0}},function(g,n,u){u(51),u(45),g.exports=u(57)},function(g,n,u){var i=u(39),r=u(58);g.exports=u(21).getIterator=function(l){var h=r(l);if(typeof h!="function")throw TypeError(l+" is not iterable!");return i(h.call(l))}},function(g,n,u){var i=u(59),r=u(29)("iterator"),l=u(49);g.exports=u(21).getIteratorMethod=function(h){if(h!=null)return h[r]||h["@@iterator"]||l[i(h)]}},function(g,n,u){var i=u(34),r=u(29)("toStringTag"),l=i(function(){return arguments}())=="Arguments";g.exports=function(h){var d,o,f;return h===void 0?"Undefined":h===null?"Null":typeof(o=(d=Object(h))[r])=="string"?o:l?i(d):(f=i(d))=="Object"&&typeof d.callee=="function"?"Arguments":f}},function(g,n,u){g.exports={default:u(61),__esModule:!0}},function(g,n,u){u(62),g.exports=u(21).Object.keys},function(g,n,u){var i=u(63);u(64)("keys",function(r){return function(l){return r(i(l))}})},function(g,n,u){var i=u(35);g.exports=function(r){return Object(i(r))}},function(g,n,u){var i=u(20),r=u(21),l=u(19);g.exports=function(h,d){var o=(r.Object||{})[h]||Object[h],f={};f[h]=d(o),i(i.S+i.F*l(function(){o(1)}),"Object",f)}},function(g,n,u){"use strict";var i=u(1).default;n.__esModule=!0;var r=u(6),l=i(r);n.default=function(h){h.registerHelper("helperMissing",function(){if(arguments.length!==1)throw new l.default('Missing helper: "'+arguments[arguments.length-1].name+'"')})},g.exports=n.default},function(g,n,u){"use strict";var i=u(1).default;n.__esModule=!0;var r=u(5),l=u(6),h=i(l);n.default=function(d){d.registerHelper("if",function(o,f){if(arguments.length!=2)throw new h.default("#if requires exactly one argument");return r.isFunction(o)&&(o=o.call(this)),!f.hash.includeZero&&!o||r.isEmpty(o)?f.inverse(this):f.fn(this)}),d.registerHelper("unless",function(o,f){if(arguments.length!=2)throw new h.default("#unless requires exactly one argument");return d.helpers.if.call(this,o,{fn:f.inverse,inverse:f.fn,hash:f.hash})})},g.exports=n.default},function(g,n){"use strict";n.__esModule=!0,n.default=function(u){u.registerHelper("log",function(){for(var i=[void 0],r=arguments[arguments.length-1],l=0;l=0?h:parseInt(l,10)}return l},log:function(l){if(l=r.lookupLevel(l),typeof console!="undefined"&&r.lookupLevel(r.level)<=l){var h=r.methodMap[l];console[h]||(h="log");for(var d=arguments.length,o=Array(d>1?d-1:0),f=1;f= 2.0.0-beta.1",7:">= 4.0.0 <4.3.0",8:">= 4.3.0"};n.REVISION_CHANGES=m;var E="[object Object]";i.prototype={constructor:i,logger:s.default,log:s.default.log,registerHelper:function(S,I){if(l.toString.call(S)===E){if(I)throw new d.default("Arg not supported with multiple helpers");l.extend(this.helpers,S)}else this.helpers[S]=I},unregisterHelper:function(S){delete this.helpers[S]},registerPartial:function(S,I){if(l.toString.call(S)===E)l.extend(this.partials,S);else{if(typeof I=="undefined")throw new d.default('Attempting to register a partial called "'+S+'" as undefined');this.partials[S]=I}},unregisterPartial:function(S){delete this.partials[S]},registerDecorator:function(S,I){if(l.toString.call(S)===E){if(I)throw new d.default("Arg not supported with multiple decorators");l.extend(this.decorators,S)}else this.decorators[S]=I},unregisterDecorator:function(S){delete this.decorators[S]},resetLoggedPropertyAccesses:function(){y.resetLoggedProperties()}};var w=s.default.log;n.log=w,n.createFrame=l.createFrame,n.logger=s.default},function(g,n){"use strict";function u(m){return v[m]}function i(m){for(var E=1;E":">",'"':""","'":"'","`":"`","=":"="},s=/[&<>"'`=]/g,y=/[&<>"'`=]/,c=Object.prototype.toString;n.toString=c;var p=function(m){return typeof m=="function"};p(/x/)&&(n.isFunction=p=function(m){return typeof m=="function"&&c.call(m)==="[object Function]"}),n.isFunction=p;var A=Array.isArray||function(m){return!(!m||typeof m!="object")&&c.call(m)==="[object Array]"};n.isArray=A},function(g,n,u){"use strict";function i(h,d){var o=d&&d.loc,f=void 0,v=void 0,s=void 0,y=void 0;o&&(f=o.start.line,v=o.end.line,s=o.start.column,y=o.end.column,h+=" - "+f+":"+s);for(var c=Error.prototype.constructor.call(this,h),p=0;p0?(h.ids&&(h.ids=[h.name]),r.helpers.each(l,h)):d(this);if(h.data&&h.ids){var f=i.createFrame(h.data);f.contextPath=i.appendContextPath(h.data.contextPath,h.name),h={data:f}}return o(l,h)})},g.exports=n.default},function(g,n,u){"use strict";var i=u(13).default,r=u(43).default,l=u(55).default,h=u(60).default,d=u(1).default;n.__esModule=!0;var o=u(5),f=u(6),v=d(f);n.default=function(s){s.registerHelper("each",function(y,c){function p(C,P,R){S&&(S.key=C,S.index=P,S.first=P===0,S.last=!!R,I&&(S.contextPath=I+C)),w+=A(y[C],{data:S,blockParams:o.blockParams([y[C],C],[I+C,null])})}if(!c)throw new v.default("Must pass iterator to #each");var A=c.fn,m=c.inverse,E=0,w="",S=void 0,I=void 0;if(c.data&&c.ids&&(I=o.appendContextPath(c.data.contextPath,c.ids[0])+"."),o.isFunction(y)&&(y=y.call(this)),c.data&&(S=o.createFrame(c.data)),y&&typeof y=="object")if(o.isArray(y))for(var x=y.length;Eht;)se(ce,Ee=Le[ht++],Be[Ee]);return ce},ye=function(ce,Be){return Be===void 0?H(ce):j(H(ce),Be)},Ae=function(ce){var Be=K.call(this,ce);return!(Be||!l(this,ce)||!l(W,ce)||l(this,$)&&this[$][ce])||Be},we=function(ce,Be){var Ee=x(ce=S(ce),Be);return!Ee||!l(W,Be)||l(ce,$)&&ce[$][Be]||(Ee.enumerable=!0),Ee},He=function(ce){for(var Be,Ee=N(S(ce)),Le=[],ht=0;Ee.length>ht;)l(W,Be=Ee[ht++])||Be==$||Le.push(Be);return Le},st=function(ce){for(var Be,Ee=N(S(ce)),Le=[],ht=0;Ee.length>ht;)l(W,Be=Ee[ht++])&&Le.push(W[Be]);return Le},At=function(ce){if(ce!==void 0&&!re(ce)){for(var Be,Ee,Le=[ce],ht=1,Ut=arguments;Ut.length>ht;)Le.push(Ut[ht++]);return Be=Le[1],typeof Be=="function"&&(Ee=Be),!Ee&&E(Be)||(Be=function(tt,De){if(Ee&&(De=Ee.call(this,tt,De)),!re(De))return De}),Le[1]=Be,R.apply(P,Le)}},St=f(function(){var ce=C();return R([ce])!="[null]"||R({a:ce})!="{}"||R(Object(ce))!="{}"});L||(C=function(){if(re(this))throw TypeError("Symbol is not a constructor");return Q(y(arguments.length>0?arguments[0]:void 0))},o(C.prototype,"toString",function(){return this._k}),re=function(ce){return ce instanceof C},i.create=ye,i.isEnum=Ae,i.getDesc=we,i.setDesc=se,i.setDescs=j,i.getNames=A.get=He,i.getSymbols=st,h&&!u(41)&&o(G,"propertyIsEnumerable",Ae,!0));var Ct={for:function(ce){return l(M,ce+="")?M[ce]:M[ce]=C(ce)},keyFor:function(ce){return p(M,ce)},useSetter:function(){O=!0},useSimple:function(){O=!1}};i.each.call("hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),function(ce){var Be=c(ce);Ct[ce]=L?Be:Q(Be)}),O=!0,d(d.G+d.W,{Symbol:C}),d(d.S,"Symbol",Ct),d(d.S+d.F*!L,"Object",{create:ye,defineProperty:se,defineProperties:j,getOwnPropertyDescriptor:we,getOwnPropertyNames:He,getOwnPropertySymbols:st}),P&&d(d.S+d.F*(!L||St),"JSON",{stringify:At}),s(C,"Symbol"),s(Math,"Math",!0),s(r.JSON,"JSON",!0)},function(g,n){var u=g.exports=typeof window!="undefined"&&window.Math==Math?window:typeof self!="undefined"&&self.Math==Math?self:Function("return this")();typeof __g=="number"&&(__g=u)},function(g,n){var u={}.hasOwnProperty;g.exports=function(i,r){return u.call(i,r)}},function(g,n,u){g.exports=!u(19)(function(){return Object.defineProperty({},"a",{get:function(){return 7}}).a!=7})},function(g,n){g.exports=function(u){try{return!!u()}catch(i){return!0}}},function(g,n,u){var i=u(16),r=u(21),l=u(22),h="prototype",d=function(o,f,v){var s,y,c,p=o&d.F,A=o&d.G,m=o&d.S,E=o&d.P,w=o&d.B,S=o&d.W,I=A?r:r[f]||(r[f]={}),x=A?i:m?i[f]:(i[f]||{})[h];A&&(v=f);for(s in v)y=!p&&x&&s in x,y&&s in I||(c=y?x[s]:v[s],I[s]=A&&typeof x[s]!="function"?v[s]:w&&y?l(c,i):S&&x[s]==c?function(_){var H=function(N){return this instanceof _?new _(N):_(N)};return H[h]=_[h],H}(c):E&&typeof c=="function"?l(Function.call,c):c,E&&((I[h]||(I[h]={}))[s]=c))};d.F=1,d.G=2,d.S=4,d.P=8,d.B=16,d.W=32,g.exports=d},function(g,n){var u=g.exports={version:"1.2.6"};typeof __e=="number"&&(__e=u)},function(g,n,u){var i=u(23);g.exports=function(r,l,h){if(i(r),l===void 0)return r;switch(h){case 1:return function(d){return r.call(l,d)};case 2:return function(d,o){return r.call(l,d,o)};case 3:return function(d,o,f){return r.call(l,d,o,f)}}return function(){return r.apply(l,arguments)}}},function(g,n){g.exports=function(u){if(typeof u!="function")throw TypeError(u+" is not a function!");return u}},function(g,n,u){g.exports=u(25)},function(g,n,u){var i=u(9),r=u(26);g.exports=u(18)?function(l,h,d){return i.setDesc(l,h,r(1,d))}:function(l,h,d){return l[h]=d,l}},function(g,n){g.exports=function(u,i){return{enumerable:!(1&u),configurable:!(2&u),writable:!(4&u),value:i}}},function(g,n,u){var i=u(16),r="__core-js_shared__",l=i[r]||(i[r]={});g.exports=function(h){return l[h]||(l[h]={})}},function(g,n,u){var i=u(9).setDesc,r=u(17),l=u(29)("toStringTag");g.exports=function(h,d,o){h&&!r(h=o?h:h.prototype,l)&&i(h,l,{configurable:!0,value:d})}},function(g,n,u){var i=u(27)("wks"),r=u(30),l=u(16).Symbol;g.exports=function(h){return i[h]||(i[h]=l&&l[h]||(l||r)("Symbol."+h))}},function(g,n){var u=0,i=Math.random();g.exports=function(r){return"Symbol(".concat(r===void 0?"":r,")_",(++u+i).toString(36))}},function(g,n,u){var i=u(9),r=u(32);g.exports=function(l,h){for(var d,o=r(l),f=i.getKeys(o),v=f.length,s=0;v>s;)if(o[d=f[s++]]===h)return d}},function(g,n,u){var i=u(33),r=u(35);g.exports=function(l){return i(r(l))}},function(g,n,u){var i=u(34);g.exports=Object("z").propertyIsEnumerable(0)?Object:function(r){return i(r)=="String"?r.split(""):Object(r)}},function(g,n){var u={}.toString;g.exports=function(i){return u.call(i).slice(8,-1)}},function(g,n){g.exports=function(u){if(u==null)throw TypeError("Can't call method on "+u);return u}},function(g,n,u){var i=u(32),r=u(9).getNames,l={}.toString,h=typeof window=="object"&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],d=function(o){try{return r(o)}catch(f){return h.slice()}};g.exports.get=function(o){return h&&l.call(o)=="[object Window]"?d(o):r(i(o))}},function(g,n,u){var i=u(9);g.exports=function(r){var l=i.getKeys(r),h=i.getSymbols;if(h)for(var d,o=h(r),f=i.isEnum,v=0;o.length>v;)f.call(r,d=o[v++])&&l.push(d);return l}},function(g,n,u){var i=u(34);g.exports=Array.isArray||function(r){return i(r)=="Array"}},function(g,n,u){var i=u(40);g.exports=function(r){if(!i(r))throw TypeError(r+" is not an object!");return r}},function(g,n){g.exports=function(u){return typeof u=="object"?u!==null:typeof u=="function"}},function(g,n){g.exports=!0},function(g,n){},function(g,n,u){g.exports={default:u(44),__esModule:!0}},function(g,n,u){u(45),u(51),g.exports=u(29)("iterator")},function(g,n,u){"use strict";var i=u(46)(!0);u(48)(String,"String",function(r){this._t=String(r),this._i=0},function(){var r,l=this._t,h=this._i;return h>=l.length?{value:void 0,done:!0}:(r=i(l,h),this._i+=r.length,{value:r,done:!1})})},function(g,n,u){var i=u(47),r=u(35);g.exports=function(l){return function(h,d){var o,f,v=String(r(h)),s=i(d),y=v.length;return s<0||s>=y?l?"":void 0:(o=v.charCodeAt(s),o<55296||o>56319||s+1===y||(f=v.charCodeAt(s+1))<56320||f>57343?l?v.charAt(s):o:l?v.slice(s,s+2):(o-55296<<10)+(f-56320)+65536)}}},function(g,n){var u=Math.ceil,i=Math.floor;g.exports=function(r){return isNaN(r=+r)?0:(r>0?i:u)(r)}},function(g,n,u){"use strict";var i=u(41),r=u(20),l=u(24),h=u(25),d=u(17),o=u(49),f=u(50),v=u(28),s=u(9).getProto,y=u(29)("iterator"),c=!([].keys&&"next"in[].keys()),p="@@iterator",A="keys",m="values",E=function(){return this};g.exports=function(w,S,I,x,_,H,N){f(I,S,x);var C,P,R=function(U){if(!c&&U in M)return M[U];switch(U){case A:return function(){return new I(this,U)};case m:return function(){return new I(this,U)}}return function(){return new I(this,U)}},O=S+" Iterator",$=_==m,K=!1,M=w.prototype,W=M[y]||M[p]||_&&M[_],L=W||R(_);if(W){var G=s(L.call(new w));v(G,O,!0),!i&&d(M,p)&&h(G,y,E),$&&W.name!==m&&(K=!0,L=function(){return W.call(this)})}if(i&&!N||!c&&!K&&M[y]||h(M,y,L),o[S]=L,o[O]=E,_)if(C={values:$?L:R(m),keys:H?L:R(A),entries:$?R("entries"):L},N)for(P in C)P in M||l(M,P,C[P]);else r(r.P+r.F*(c||K),S,C);return C}},function(g,n){g.exports={}},function(g,n,u){"use strict";var i=u(9),r=u(26),l=u(28),h={};u(25)(h,u(29)("iterator"),function(){return this}),g.exports=function(d,o,f){d.prototype=i.create(h,{next:r(1,f)}),l(d,o+" Iterator")}},function(g,n,u){u(52);var i=u(49);i.NodeList=i.HTMLCollection=i.Array},function(g,n,u){"use strict";var i=u(53),r=u(54),l=u(49),h=u(32);g.exports=u(48)(Array,"Array",function(d,o){this._t=h(d),this._i=0,this._k=o},function(){var d=this._t,o=this._k,f=this._i++;return!d||f>=d.length?(this._t=void 0,r(1)):o=="keys"?r(0,f):o=="values"?r(0,d[f]):r(0,[f,d[f]])},"values"),l.Arguments=l.Array,i("keys"),i("values"),i("entries")},function(g,n){g.exports=function(){}},function(g,n){g.exports=function(u,i){return{value:i,done:!!u}}},function(g,n,u){g.exports={default:u(56),__esModule:!0}},function(g,n,u){u(51),u(45),g.exports=u(57)},function(g,n,u){var i=u(39),r=u(58);g.exports=u(21).getIterator=function(l){var h=r(l);if(typeof h!="function")throw TypeError(l+" is not iterable!");return i(h.call(l))}},function(g,n,u){var i=u(59),r=u(29)("iterator"),l=u(49);g.exports=u(21).getIteratorMethod=function(h){if(h!=null)return h[r]||h["@@iterator"]||l[i(h)]}},function(g,n,u){var i=u(34),r=u(29)("toStringTag"),l=i(function(){return arguments}())=="Arguments";g.exports=function(h){var d,o,f;return h===void 0?"Undefined":h===null?"Null":typeof(o=(d=Object(h))[r])=="string"?o:l?i(d):(f=i(d))=="Object"&&typeof d.callee=="function"?"Arguments":f}},function(g,n,u){g.exports={default:u(61),__esModule:!0}},function(g,n,u){u(62),g.exports=u(21).Object.keys},function(g,n,u){var i=u(63);u(64)("keys",function(r){return function(l){return r(i(l))}})},function(g,n,u){var i=u(35);g.exports=function(r){return Object(i(r))}},function(g,n,u){var i=u(20),r=u(21),l=u(19);g.exports=function(h,d){var o=(r.Object||{})[h]||Object[h],f={};f[h]=d(o),i(i.S+i.F*l(function(){o(1)}),"Object",f)}},function(g,n,u){"use strict";var i=u(1).default;n.__esModule=!0;var r=u(6),l=i(r);n.default=function(h){h.registerHelper("helperMissing",function(){if(arguments.length!==1)throw new l.default('Missing helper: "'+arguments[arguments.length-1].name+'"')})},g.exports=n.default},function(g,n,u){"use strict";var i=u(1).default;n.__esModule=!0;var r=u(5),l=u(6),h=i(l);n.default=function(d){d.registerHelper("if",function(o,f){if(arguments.length!=2)throw new h.default("#if requires exactly one argument");return r.isFunction(o)&&(o=o.call(this)),!f.hash.includeZero&&!o||r.isEmpty(o)?f.inverse(this):f.fn(this)}),d.registerHelper("unless",function(o,f){if(arguments.length!=2)throw new h.default("#unless requires exactly one argument");return d.helpers.if.call(this,o,{fn:f.inverse,inverse:f.fn,hash:f.hash})})},g.exports=n.default},function(g,n){"use strict";n.__esModule=!0,n.default=function(u){u.registerHelper("log",function(){for(var i=[void 0],r=arguments[arguments.length-1],l=0;l=0?h:parseInt(l,10)}return l},log:function(l){if(l=r.lookupLevel(l),typeof console!="undefined"&&r.lookupLevel(r.level)<=l){var h=r.methodMap[l];console[h]||(h="log");for(var d=arguments.length,o=Array(d>1?d-1:0),f=1;f=B.LAST_COMPATIBLE_COMPILER_REVISION&&P<=B.COMPILER_REVISION)){if(P=x.LAST_COMPATIBLE_COMPILER_REVISION&&P<=x.COMPILER_REVISION)){if(P2&&R.push("'"+this.terminals_[N]+"'");$=this.lexer.showPosition?"Parse error on line "+(p+1)+`: +`)}return U}throw new I.default("The partial "+L.name+" could not be compiled when running in runtime-only mode")}function O(M){function W(re){return""+C.main(K,re,K.helpers,K.partials,G,Q,U)}var L=arguments.length<=1||arguments[1]===void 0?{}:arguments[1],G=L.data;O._setup(L),!L.partial&&C.useData&&(G=f(M,G));var U=void 0,Q=C.useBlockParams?[]:void 0;return C.useDepths&&(U=L.depths?M!=L.depths[0]?[M].concat(L.depths):L.depths:[M]),(W=v(C.main,W,K,L.depths||[],G,Q))(M,L)}if(!P)throw new I.default("No environment passed to template");if(!C||!C.main)throw new I.default("Unknown template object: "+typeof C);C.main.decorator=C.main_d,P.VM.checkRevision(C.compiler);var $=C.compiler&&C.compiler[0]===7,K={strict:function(M,W,L){if(!(M&&W in M))throw new I.default('"'+W+'" not defined in '+M,{loc:L});return K.lookupProperty(M,W)},lookupProperty:function(M,W){var L=M[W];return L==null||Object.prototype.hasOwnProperty.call(M,W)||N.resultIsAllowed(L,K.protoAccessControl,W)?L:void 0},lookup:function(M,W){for(var L=M.length,G=0;G2&&R.push("'"+this.terminals_[N]+"'");$=this.lexer.showPosition?"Parse error on line "+(p+1)+`: `+this.lexer.showPosition()+` -Expecting `+R.join(", ")+", got '"+(this.terminals_[S]||S)+"'":"Parse error on line "+(p+1)+": Unexpected "+(S==1?"end of input":"'"+(this.terminals_[S]||S)+"'"),this.parseError($,{text:this.lexer.match,token:this.terminals_[S]||S,line:this.lexer.yylineno,loc:E,expected:R})}}if(_[0]instanceof Array&&_.length>1)throw new Error("Parse Error: multiple actions possible at state: "+B+", token: "+S);switch(_[0]){case 1:f.push(S),v.push(this.lexer.yytext),s.push(this.lexer.yylloc),f.push(_[1]),S=null,I?(S=I,I=null):(A=this.lexer.yyleng,c=this.lexer.yytext,p=this.lexer.yylineno,E=this.lexer.yylloc,m>0&&m--);break;case 2:if(C=this.productions_[_[1]][1],O.$=v[v.length-C],O._$={first_line:s[s.length-(C||1)].first_line,last_line:s[s.length-1].last_line,first_column:s[s.length-(C||1)].first_column,last_column:s[s.length-1].last_column},w&&(O._$.range=[s[s.length-(C||1)].range[0],s[s.length-1].range[1]]),H=this.performAction.call(O,c,A,p,this.yy,_[1],v,s),typeof H!="undefined")return H;C&&(f=f.slice(0,-1*C*2),v=v.slice(0,-1*C),s=s.slice(0,-1*C)),f.push(this.productions_[_[1]][0]),v.push(O.$),s.push(O._$),P=y[f[f.length-2]][f[f.length-1]],f.push(P);break;case 3:return!0}}return!0}},l=function(){var h={EOF:1,parseError:function(d,o){if(!this.yy.parser)throw new Error(d);this.yy.parser.parseError(d,o)},setInput:function(d){return this._input=d,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 d=this._input[0];this.yytext+=d,this.yyleng++,this.offset++,this.match+=d,this.matched+=d;var o=d.match(/(?:\r\n?|\n).*/g);return o?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),d},unput:function(d){var o=d.length,f=d.split(/(?:\r\n?|\n)/g);this._input=d+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-o-1),this.offset-=o;var v=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),f.length-1&&(this.yylineno-=f.length-1);var s=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:f?(f.length===v.length?this.yylloc.first_column:0)+v[v.length-f.length].length-f[0].length:this.yylloc.first_column-o},this.options.ranges&&(this.yylloc.range=[s[0],s[0]+this.yyleng-o]),this},more:function(){return this._more=!0,this},less:function(d){this.unput(this.match.slice(d))},pastInput:function(){var d=this.matched.substr(0,this.matched.length-this.match.length);return(d.length>20?"...":"")+d.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var d=this.match;return d.length<20&&(d+=this._input.substr(0,20-d.length)),(d.substr(0,20)+(d.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var d=this.pastInput(),o=new Array(d.length+1).join("-");return d+this.upcomingInput()+` +Expecting `+R.join(", ")+", got '"+(this.terminals_[S]||S)+"'":"Parse error on line "+(p+1)+": Unexpected "+(S==1?"end of input":"'"+(this.terminals_[S]||S)+"'"),this.parseError($,{text:this.lexer.match,token:this.terminals_[S]||S,line:this.lexer.yylineno,loc:E,expected:R})}}if(_[0]instanceof Array&&_.length>1)throw new Error("Parse Error: multiple actions possible at state: "+x+", token: "+S);switch(_[0]){case 1:f.push(S),v.push(this.lexer.yytext),s.push(this.lexer.yylloc),f.push(_[1]),S=null,I?(S=I,I=null):(A=this.lexer.yyleng,c=this.lexer.yytext,p=this.lexer.yylineno,E=this.lexer.yylloc,m>0&&m--);break;case 2:if(C=this.productions_[_[1]][1],O.$=v[v.length-C],O._$={first_line:s[s.length-(C||1)].first_line,last_line:s[s.length-1].last_line,first_column:s[s.length-(C||1)].first_column,last_column:s[s.length-1].last_column},w&&(O._$.range=[s[s.length-(C||1)].range[0],s[s.length-1].range[1]]),H=this.performAction.call(O,c,A,p,this.yy,_[1],v,s),typeof H!="undefined")return H;C&&(f=f.slice(0,-1*C*2),v=v.slice(0,-1*C),s=s.slice(0,-1*C)),f.push(this.productions_[_[1]][0]),v.push(O.$),s.push(O._$),P=y[f[f.length-2]][f[f.length-1]],f.push(P);break;case 3:return!0}}return!0}},l=function(){var h={EOF:1,parseError:function(d,o){if(!this.yy.parser)throw new Error(d);this.yy.parser.parseError(d,o)},setInput:function(d){return this._input=d,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 d=this._input[0];this.yytext+=d,this.yyleng++,this.offset++,this.match+=d,this.matched+=d;var o=d.match(/(?:\r\n?|\n).*/g);return o?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),d},unput:function(d){var o=d.length,f=d.split(/(?:\r\n?|\n)/g);this._input=d+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-o-1),this.offset-=o;var v=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),f.length-1&&(this.yylineno-=f.length-1);var s=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:f?(f.length===v.length?this.yylloc.first_column:0)+v[v.length-f.length].length-f[0].length:this.yylloc.first_column-o},this.options.ranges&&(this.yylloc.range=[s[0],s[0]+this.yyleng-o]),this},more:function(){return this._more=!0,this},less:function(d){this.unput(this.match.slice(d))},pastInput:function(){var d=this.matched.substr(0,this.matched.length-this.match.length);return(d.length>20?"...":"")+d.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var d=this.match;return d.length<20&&(d+=this._input.substr(0,20-d.length)),(d.substr(0,20)+(d.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var d=this.pastInput(),o=new Array(d.length+1).join("-");return d+this.upcomingInput()+` `+o+"^"},next:function(){if(this.done)return this.EOF;this._input||(this.done=!0);var d,o,f,v,s;this._more||(this.yytext="",this.match="");for(var y=this._currentRules(),c=0;co[0].length)||(o=f,v=c,this.options.flex));c++);return o?(s=o[0].match(/(?:\r\n?|\n).*/g),s&&(this.yylineno+=s.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:s?s[s.length-1].length-s[s.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+o[0].length},this.yytext+=o[0],this.match+=o[0],this.matches=o,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(o[0].length),this.matched+=o[0],d=this.performAction.call(this,this.yy,this,y[v],this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),d||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 d=this.next();return typeof d!="undefined"?d:this.lex()},begin:function(d){this.conditionStack.push(d)},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(d){this.begin(d)}};return h.options={},h.performAction=function(d,o,f,v){function s(y,c){return o.yytext=o.yytext.substring(y,o.yyleng-c+y)}switch(f){case 0:if(o.yytext.slice(-2)==="\\\\"?(s(0,1),this.begin("mu")):o.yytext.slice(-1)==="\\"?(s(0,1),this.begin("emu")):this.begin("mu"),o.yytext)return 15;break;case 1:return 15;case 2:return this.popState(),15;case 3:return this.begin("raw"),15;case 4:return this.popState(),this.conditionStack[this.conditionStack.length-1]==="raw"?15:(s(5,9),"END_RAW_BLOCK");case 5:return 15;case 6:return this.popState(),14;case 7:return 65;case 8:return 68;case 9:return 19;case 10:return this.popState(),this.begin("raw"),23;case 11:return 55;case 12:return 60;case 13:return 29;case 14:return 47;case 15:return this.popState(),44;case 16:return this.popState(),44;case 17:return 34;case 18:return 39;case 19:return 51;case 20:return 48;case 21:this.unput(o.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 o.yytext=s(1,2).replace(/\\"/g,'"'),80;case 32:return o.yytext=s(1,2).replace(/\\'/g,"'"),80;case 33:return 85;case 34:return 82;case 35:return 82;case 36:return 83;case 37:return 84;case 38:return 81;case 39:return 75;case 40:return 77;case 41:return 72;case 42:return o.yytext=o.yytext.replace(/\\([\\\]])/g,"$1"),72;case 43:return"INVALID";case 44:return 5}},h.rules=[/^(?:[^\x00]*?(?=(\{\{)))/,/^(?:[^\x00]+)/,/^(?:[^\x00]{2,}?(?=(\{\{|\\\{\{|\\\\\{\{|$)))/,/^(?:\{\{\{\{(?=[^/]))/,/^(?:\{\{\{\{\/[^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=[=}\s\/.])\}\}\}\})/,/^(?:[^\x00]+?(?=(\{\{\{\{)))/,/^(?:[\s\S]*?--(~)?\}\})/,/^(?:\()/,/^(?:\))/,/^(?:\{\{\{\{)/,/^(?:\}\}\}\})/,/^(?:\{\{(~)?>)/,/^(?:\{\{(~)?#>)/,/^(?:\{\{(~)?#\*?)/,/^(?:\{\{(~)?\/)/,/^(?:\{\{(~)?\^\s*(~)?\}\})/,/^(?:\{\{(~)?\s*else\s*(~)?\}\})/,/^(?:\{\{(~)?\^)/,/^(?:\{\{(~)?\s*else\b)/,/^(?:\{\{(~)?\{)/,/^(?:\{\{(~)?&)/,/^(?:\{\{(~)?!--)/,/^(?:\{\{(~)?![\s\S]*?\}\})/,/^(?:\{\{(~)?\*?)/,/^(?:=)/,/^(?:\.\.)/,/^(?:\.(?=([=~}\s\/.)|])))/,/^(?:[\/.])/,/^(?:\s+)/,/^(?:\}(~)?\}\})/,/^(?:(~)?\}\})/,/^(?:"(\\["]|[^"])*")/,/^(?:'(\\[']|[^'])*')/,/^(?:@)/,/^(?:true(?=([~}\s)])))/,/^(?:false(?=([~}\s)])))/,/^(?:undefined(?=([~}\s)])))/,/^(?:null(?=([~}\s)])))/,/^(?:-?[0-9]+(?:\.[0-9]+)?(?=([~}\s)])))/,/^(?:as\s+\|)/,/^(?:\|)/,/^(?:([^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=([=~}\s\/.)|]))))/,/^(?:\[(\\\]|[^\]])*\])/,/^(?:.)/,/^(?:$)/],h.conditions={mu:{rules:[7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44],inclusive:!1},emu:{rules:[2],inclusive:!1},com:{rules:[6],inclusive:!1},raw:{rules:[3,4,5],inclusive:!1},INITIAL:{rules:[0,1,44],inclusive:!0}},h}();return r.lexer=l,i.prototype=r,r.Parser=i,new i}();n.default=u,g.exports=n.default},function(g,n,u){"use strict";function i(){var s=arguments.length<=0||arguments[0]===void 0?{}:arguments[0];this.options=s}function r(s,y,c){y===void 0&&(y=s.length);var p=s[y-1],A=s[y-2];return p?p.type==="ContentStatement"?(A||!c?/\r?\n\s*?$/:/(^|\r?\n)\s*?$/).test(p.original):void 0:c}function l(s,y,c){y===void 0&&(y=-1);var p=s[y+1],A=s[y+2];return p?p.type==="ContentStatement"?(A||!c?/^\s*?\r?\n/:/^\s*?(\r?\n|$)/).test(p.original):void 0:c}function h(s,y,c){var p=s[y==null?0:y+1];if(p&&p.type==="ContentStatement"&&(c||!p.rightStripped)){var A=p.value;p.value=p.value.replace(c?/^\s+/:/^[ \t]*\r?\n?/,""),p.rightStripped=p.value!==A}}function d(s,y,c){var p=s[y==null?s.length-1:y-1];if(p&&p.type==="ContentStatement"&&(c||!p.leftStripped)){var A=p.value;return p.value=p.value.replace(c?/\s+$/:/[ \t]+$/,""),p.leftStripped=p.value!==A,p.leftStripped}}var o=u(1).default;n.__esModule=!0;var f=u(88),v=o(f);i.prototype=new v.default,i.prototype.Program=function(s){var y=!this.options.ignoreStandalone,c=!this.isRootSeen;this.isRootSeen=!0;for(var p=s.body,A=0,m=p.length;A0)throw new m.default("Invalid path: "+I,{loc:S});C===".."&&_++}}return{type:"PathExpression",data:E,depth:_,parts:B,original:I,loc:S}}function f(E,w,S,I,B,_){var H=I.charAt(3)||I.charAt(2),N=H!=="{"&&H!=="&",C=/\*/.test(I);return{type:C?"Decorator":"MustacheStatement",path:E,params:w,hash:S,escaped:N,strip:B,loc:this.locInfo(_)}}function v(E,w,S,I){i(E,S),I=this.locInfo(I);var B={type:"Program",body:w,strip:{},loc:I};return{type:"BlockStatement",path:E.path,params:E.params,hash:E.hash,program:B,openStrip:{},inverseStrip:{},closeStrip:{},loc:I}}function s(E,w,S,I,B,_){I&&I.path&&i(E,I);var H=/\*/.test(E.open);w.blockParams=E.blockParams;var N=void 0,C=void 0;if(S){if(H)throw new m.default("Unexpected inverse block on decorator",S);S.chain&&(S.program.body[0].closeStrip=I.strip),C=S.strip,N=S.program}return B&&(B=N,N=w,w=B),{type:H?"DecoratorBlock":"BlockStatement",path:E.path,params:E.params,hash:E.hash,program:w,inverse:N,openStrip:E.strip,inverseStrip:C,closeStrip:I&&I.strip,loc:this.locInfo(_)}}function y(E,w){if(!w&&E.length){var S=E[0].loc,I=E[E.length-1].loc;S&&I&&(w={source:S.source,start:{line:S.start.line,column:S.start.column},end:{line:I.end.line,column:I.end.column}})}return{type:"Program",body:E,strip:{},loc:w}}function c(E,w,S,I){return i(E,S),{type:"PartialBlockStatement",name:E.path,params:E.params,hash:E.hash,program:w,openStrip:E.strip,closeStrip:S&&S.strip,loc:this.locInfo(I)}}var p=u(1).default;n.__esModule=!0,n.SourceLocation=r,n.id=l,n.stripFlags=h,n.stripComment=d,n.preparePath=o,n.prepareMustache=f,n.prepareRawBlock=v,n.prepareBlock=s,n.prepareProgram=y,n.preparePartialBlock=c;var A=u(6),m=p(A)},function(g,n,u){"use strict";function i(){}function r(m,E,w){if(m==null||typeof m!="string"&&m.type!=="Program")throw new s.default("You must pass a string or Handlebars AST to Handlebars.precompile. You passed "+m);E=E||{},"data"in E||(E.data=!0),E.compat&&(E.useDepths=!0);var S=w.parse(m,E),I=new w.Compiler().compile(S,E);return new w.JavaScriptCompiler().compile(I,E)}function l(m,E,w){function S(){var _=w.parse(m,E),H=new w.Compiler().compile(_,E),N=new w.JavaScriptCompiler().compile(H,E,void 0,!0);return w.template(N)}function I(_,H){return B||(B=S()),B.call(this,_,H)}if(E===void 0&&(E={}),m==null||typeof m!="string"&&m.type!=="Program")throw new s.default("You must pass a string or Handlebars AST to Handlebars.compile. You passed "+m);E=y.extend({},E),"data"in E||(E.data=!0),E.compat&&(E.useDepths=!0);var B=void 0;return I._setup=function(_){return B||(B=S()),B._setup(_)},I._child=function(_,H,N,C){return B||(B=S()),B._child(_,H,N,C)},I}function h(m,E){if(m===E)return!0;if(y.isArray(m)&&y.isArray(E)&&m.length===E.length){for(var w=0;w1)throw new s.default("Unsupported number of partial arguments: "+w.length,m);w.length||(this.options.explicitPartialContext?this.opcode("pushLiteral","undefined"):w.push({type:"PathExpression",parts:[],depth:0}));var S=m.name.original,I=m.name.type==="SubExpression";I&&this.accept(m.name),this.setupFullMustacheParams(m,E,void 0,!0);var B=m.indent||"";this.options.preventIndent&&B&&(this.opcode("appendContent",B),B=""),this.opcode("invokePartial",I,S,B),this.opcode("append")},PartialBlockStatement:function(m){this.PartialStatement(m)},MustacheStatement:function(m){this.SubExpression(m),m.escaped&&!this.options.noEscape?this.opcode("appendEscaped"):this.opcode("append")},Decorator:function(m){this.DecoratorBlock(m)},ContentStatement:function(m){m.value&&this.opcode("appendContent",m.value)},CommentStatement:function(){},SubExpression:function(m){d(m);var E=this.classifySexpr(m);E==="simple"?this.simpleSexpr(m):E==="helper"?this.helperSexpr(m):this.ambiguousSexpr(m)},ambiguousSexpr:function(m,E,w){var S=m.path,I=S.parts[0],B=E!=null||w!=null;this.opcode("getContext",S.depth),this.opcode("pushProgram",E),this.opcode("pushProgram",w),S.strict=!0,this.accept(S),this.opcode("invokeAmbiguous",I,B)},simpleSexpr:function(m){var E=m.path;E.strict=!0,this.accept(E),this.opcode("resolvePossibleLambda")},helperSexpr:function(m,E,w){var S=this.setupFullMustacheParams(m,E,w),I=m.path,B=I.parts[0];if(this.options.knownHelpers[B])this.opcode("invokeKnownHelper",S.length,B);else{if(this.options.knownHelpersOnly)throw new s.default("You specified knownHelpersOnly, but used the unknown helper "+B,m);I.strict=!0,I.falsy=!0,this.accept(I),this.opcode("invokeHelper",S.length,I.original,p.default.helpers.simpleId(I))}},PathExpression:function(m){this.addDepth(m.depth),this.opcode("getContext",m.depth);var E=m.parts[0],w=p.default.helpers.scopedId(m),S=!m.depth&&!w&&this.blockParamIndex(E);S?this.opcode("lookupBlockParam",S,m.parts):E?m.data?(this.options.data=!0,this.opcode("lookupData",m.depth,m.parts,m.strict)):this.opcode("lookupOnContext",m.parts,m.falsy,m.strict,w):this.opcode("pushContext")},StringLiteral:function(m){this.opcode("pushString",m.value)},NumberLiteral:function(m){this.opcode("pushLiteral",m.value)},BooleanLiteral:function(m){this.opcode("pushLiteral",m.value)},UndefinedLiteral:function(){this.opcode("pushLiteral","undefined")},NullLiteral:function(){this.opcode("pushLiteral","null")},Hash:function(m){var E=m.pairs,w=0,S=E.length;for(this.opcode("pushHash");w=0)return[E,I]}}}},function(g,n,u){"use strict";function i(p){this.value=p}function r(){}function l(p,A,m,E,w){var S=A.popStack(),I=m.length;for(p&&I--;E@\[-\^`\{-~]+(?=[=}\s\/.])\}\}\}\})/,/^(?:[^\x00]+?(?=(\{\{\{\{)))/,/^(?:[\s\S]*?--(~)?\}\})/,/^(?:\()/,/^(?:\))/,/^(?:\{\{\{\{)/,/^(?:\}\}\}\})/,/^(?:\{\{(~)?>)/,/^(?:\{\{(~)?#>)/,/^(?:\{\{(~)?#\*?)/,/^(?:\{\{(~)?\/)/,/^(?:\{\{(~)?\^\s*(~)?\}\})/,/^(?:\{\{(~)?\s*else\s*(~)?\}\})/,/^(?:\{\{(~)?\^)/,/^(?:\{\{(~)?\s*else\b)/,/^(?:\{\{(~)?\{)/,/^(?:\{\{(~)?&)/,/^(?:\{\{(~)?!--)/,/^(?:\{\{(~)?![\s\S]*?\}\})/,/^(?:\{\{(~)?\*?)/,/^(?:=)/,/^(?:\.\.)/,/^(?:\.(?=([=~}\s\/.)|])))/,/^(?:[\/.])/,/^(?:\s+)/,/^(?:\}(~)?\}\})/,/^(?:(~)?\}\})/,/^(?:"(\\["]|[^"])*")/,/^(?:'(\\[']|[^'])*')/,/^(?:@)/,/^(?:true(?=([~}\s)])))/,/^(?:false(?=([~}\s)])))/,/^(?:undefined(?=([~}\s)])))/,/^(?:null(?=([~}\s)])))/,/^(?:-?[0-9]+(?:\.[0-9]+)?(?=([~}\s)])))/,/^(?:as\s+\|)/,/^(?:\|)/,/^(?:([^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=([=~}\s\/.)|]))))/,/^(?:\[(\\\]|[^\]])*\])/,/^(?:.)/,/^(?:$)/],h.conditions={mu:{rules:[7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44],inclusive:!1},emu:{rules:[2],inclusive:!1},com:{rules:[6],inclusive:!1},raw:{rules:[3,4,5],inclusive:!1},INITIAL:{rules:[0,1,44],inclusive:!0}},h}();return r.lexer=l,i.prototype=r,r.Parser=i,new i}();n.default=u,g.exports=n.default},function(g,n,u){"use strict";function i(){var s=arguments.length<=0||arguments[0]===void 0?{}:arguments[0];this.options=s}function r(s,y,c){y===void 0&&(y=s.length);var p=s[y-1],A=s[y-2];return p?p.type==="ContentStatement"?(A||!c?/\r?\n\s*?$/:/(^|\r?\n)\s*?$/).test(p.original):void 0:c}function l(s,y,c){y===void 0&&(y=-1);var p=s[y+1],A=s[y+2];return p?p.type==="ContentStatement"?(A||!c?/^\s*?\r?\n/:/^\s*?(\r?\n|$)/).test(p.original):void 0:c}function h(s,y,c){var p=s[y==null?0:y+1];if(p&&p.type==="ContentStatement"&&(c||!p.rightStripped)){var A=p.value;p.value=p.value.replace(c?/^\s+/:/^[ \t]*\r?\n?/,""),p.rightStripped=p.value!==A}}function d(s,y,c){var p=s[y==null?s.length-1:y-1];if(p&&p.type==="ContentStatement"&&(c||!p.leftStripped)){var A=p.value;return p.value=p.value.replace(c?/\s+$/:/[ \t]+$/,""),p.leftStripped=p.value!==A,p.leftStripped}}var o=u(1).default;n.__esModule=!0;var f=u(88),v=o(f);i.prototype=new v.default,i.prototype.Program=function(s){var y=!this.options.ignoreStandalone,c=!this.isRootSeen;this.isRootSeen=!0;for(var p=s.body,A=0,m=p.length;A0)throw new m.default("Invalid path: "+I,{loc:S});C===".."&&_++}}return{type:"PathExpression",data:E,depth:_,parts:x,original:I,loc:S}}function f(E,w,S,I,x,_){var H=I.charAt(3)||I.charAt(2),N=H!=="{"&&H!=="&",C=/\*/.test(I);return{type:C?"Decorator":"MustacheStatement",path:E,params:w,hash:S,escaped:N,strip:x,loc:this.locInfo(_)}}function v(E,w,S,I){i(E,S),I=this.locInfo(I);var x={type:"Program",body:w,strip:{},loc:I};return{type:"BlockStatement",path:E.path,params:E.params,hash:E.hash,program:x,openStrip:{},inverseStrip:{},closeStrip:{},loc:I}}function s(E,w,S,I,x,_){I&&I.path&&i(E,I);var H=/\*/.test(E.open);w.blockParams=E.blockParams;var N=void 0,C=void 0;if(S){if(H)throw new m.default("Unexpected inverse block on decorator",S);S.chain&&(S.program.body[0].closeStrip=I.strip),C=S.strip,N=S.program}return x&&(x=N,N=w,w=x),{type:H?"DecoratorBlock":"BlockStatement",path:E.path,params:E.params,hash:E.hash,program:w,inverse:N,openStrip:E.strip,inverseStrip:C,closeStrip:I&&I.strip,loc:this.locInfo(_)}}function y(E,w){if(!w&&E.length){var S=E[0].loc,I=E[E.length-1].loc;S&&I&&(w={source:S.source,start:{line:S.start.line,column:S.start.column},end:{line:I.end.line,column:I.end.column}})}return{type:"Program",body:E,strip:{},loc:w}}function c(E,w,S,I){return i(E,S),{type:"PartialBlockStatement",name:E.path,params:E.params,hash:E.hash,program:w,openStrip:E.strip,closeStrip:S&&S.strip,loc:this.locInfo(I)}}var p=u(1).default;n.__esModule=!0,n.SourceLocation=r,n.id=l,n.stripFlags=h,n.stripComment=d,n.preparePath=o,n.prepareMustache=f,n.prepareRawBlock=v,n.prepareBlock=s,n.prepareProgram=y,n.preparePartialBlock=c;var A=u(6),m=p(A)},function(g,n,u){"use strict";function i(){}function r(m,E,w){if(m==null||typeof m!="string"&&m.type!=="Program")throw new s.default("You must pass a string or Handlebars AST to Handlebars.precompile. You passed "+m);E=E||{},"data"in E||(E.data=!0),E.compat&&(E.useDepths=!0);var S=w.parse(m,E),I=new w.Compiler().compile(S,E);return new w.JavaScriptCompiler().compile(I,E)}function l(m,E,w){function S(){var _=w.parse(m,E),H=new w.Compiler().compile(_,E),N=new w.JavaScriptCompiler().compile(H,E,void 0,!0);return w.template(N)}function I(_,H){return x||(x=S()),x.call(this,_,H)}if(E===void 0&&(E={}),m==null||typeof m!="string"&&m.type!=="Program")throw new s.default("You must pass a string or Handlebars AST to Handlebars.compile. You passed "+m);E=y.extend({},E),"data"in E||(E.data=!0),E.compat&&(E.useDepths=!0);var x=void 0;return I._setup=function(_){return x||(x=S()),x._setup(_)},I._child=function(_,H,N,C){return x||(x=S()),x._child(_,H,N,C)},I}function h(m,E){if(m===E)return!0;if(y.isArray(m)&&y.isArray(E)&&m.length===E.length){for(var w=0;w1)throw new s.default("Unsupported number of partial arguments: "+w.length,m);w.length||(this.options.explicitPartialContext?this.opcode("pushLiteral","undefined"):w.push({type:"PathExpression",parts:[],depth:0}));var S=m.name.original,I=m.name.type==="SubExpression";I&&this.accept(m.name),this.setupFullMustacheParams(m,E,void 0,!0);var x=m.indent||"";this.options.preventIndent&&x&&(this.opcode("appendContent",x),x=""),this.opcode("invokePartial",I,S,x),this.opcode("append")},PartialBlockStatement:function(m){this.PartialStatement(m)},MustacheStatement:function(m){this.SubExpression(m),m.escaped&&!this.options.noEscape?this.opcode("appendEscaped"):this.opcode("append")},Decorator:function(m){this.DecoratorBlock(m)},ContentStatement:function(m){m.value&&this.opcode("appendContent",m.value)},CommentStatement:function(){},SubExpression:function(m){d(m);var E=this.classifySexpr(m);E==="simple"?this.simpleSexpr(m):E==="helper"?this.helperSexpr(m):this.ambiguousSexpr(m)},ambiguousSexpr:function(m,E,w){var S=m.path,I=S.parts[0],x=E!=null||w!=null;this.opcode("getContext",S.depth),this.opcode("pushProgram",E),this.opcode("pushProgram",w),S.strict=!0,this.accept(S),this.opcode("invokeAmbiguous",I,x)},simpleSexpr:function(m){var E=m.path;E.strict=!0,this.accept(E),this.opcode("resolvePossibleLambda")},helperSexpr:function(m,E,w){var S=this.setupFullMustacheParams(m,E,w),I=m.path,x=I.parts[0];if(this.options.knownHelpers[x])this.opcode("invokeKnownHelper",S.length,x);else{if(this.options.knownHelpersOnly)throw new s.default("You specified knownHelpersOnly, but used the unknown helper "+x,m);I.strict=!0,I.falsy=!0,this.accept(I),this.opcode("invokeHelper",S.length,I.original,p.default.helpers.simpleId(I))}},PathExpression:function(m){this.addDepth(m.depth),this.opcode("getContext",m.depth);var E=m.parts[0],w=p.default.helpers.scopedId(m),S=!m.depth&&!w&&this.blockParamIndex(E);S?this.opcode("lookupBlockParam",S,m.parts):E?m.data?(this.options.data=!0,this.opcode("lookupData",m.depth,m.parts,m.strict)):this.opcode("lookupOnContext",m.parts,m.falsy,m.strict,w):this.opcode("pushContext")},StringLiteral:function(m){this.opcode("pushString",m.value)},NumberLiteral:function(m){this.opcode("pushLiteral",m.value)},BooleanLiteral:function(m){this.opcode("pushLiteral",m.value)},UndefinedLiteral:function(){this.opcode("pushLiteral","undefined")},NullLiteral:function(){this.opcode("pushLiteral","null")},Hash:function(m){var E=m.pairs,w=0,S=E.length;for(this.opcode("pushHash");w=0)return[E,I]}}}},function(g,n,u){"use strict";function i(p){this.value=p}function r(){}function l(p,A,m,E,w){var S=A.popStack(),I=m.length;for(p&&I--;E0&&(m+=", "+E.join(", "));var w=0;h(this.aliases).forEach(function(B){var _=A.aliases[B];_.children&&_.referenceCount>1&&(m+=", alias"+ ++w+"="+B,_.children[0]="alias"+w)}),this.lookupPropertyFunctionIsUsed&&(m+=", "+this.lookupPropertyFunctionVarDeclaration());var S=["container","depth0","helpers","partials","data"];(this.useBlockParams||this.useDepths)&&S.push("blockParams"),this.useDepths&&S.push("depths");var I=this.mergeSource(m);return p?(S.push(I),Function.apply(this,S)):this.source.wrap(["function(",S.join(","),`) { - `,I,"}"])},mergeSource:function(p){var A=this.environment.isSimple,m=!this.forceBuffer,E=void 0,w=void 0,S=void 0,I=void 0;return this.source.each(function(B){B.appendToBuffer?(S?B.prepend(" + "):S=B,I=B):(S&&(w?S.prepend("buffer += "):E=!0,I.add(";"),S=I=void 0),w=!0,A||(m=!1))}),m?S?(S.prepend("return "),I.add(";")):w||this.source.push('return "";'):(p+=", buffer = "+(E?"":this.initializeBuffer()),S?(S.prepend("return buffer + "),I.add(";")):this.source.push("return buffer;")),p&&this.source.prepend("var "+p.substring(2)+(E?"":`; +`),this.decorators=this.decorators.merge()));var H=this.createFunctionContext(E);if(this.isChild)return H;var N={compiler:this.compilerInfo(),main:H};this.decorators&&(N.main_d=this.decorators,N.useDecorators=!0);var C=this.context,P=C.programs,R=C.decorators;for(x=0,_=P.length;x<_;x++)P[x]&&(N[x]=P[x],R[x]&&(N[x+"_d"]=R[x],N.useDecorators=!0));return this.environment.usePartial&&(N.usePartial=!0),this.options.data&&(N.useData=!0),this.useDepths&&(N.useDepths=!0),this.useBlockParams&&(N.useBlockParams=!0),this.options.compat&&(N.compat=!0),E?N.compilerOptions=this.options:(N.compiler=JSON.stringify(N.compiler),this.source.currentLocation={start:{line:1,column:0}},N=this.objectLiteral(N),A.srcName?(N=N.toStringWithSourceMap({file:A.destName}),N.map=N.map&&N.map.toString()):N=N.toString()),N},preamble:function(){this.lastContext=0,this.source=new c.default(this.options.srcName),this.decorators=new c.default(this.options.srcName)},createFunctionContext:function(p){var A=this,m="",E=this.stackVars.concat(this.registers.list);E.length>0&&(m+=", "+E.join(", "));var w=0;h(this.aliases).forEach(function(x){var _=A.aliases[x];_.children&&_.referenceCount>1&&(m+=", alias"+ ++w+"="+x,_.children[0]="alias"+w)}),this.lookupPropertyFunctionIsUsed&&(m+=", "+this.lookupPropertyFunctionVarDeclaration());var S=["container","depth0","helpers","partials","data"];(this.useBlockParams||this.useDepths)&&S.push("blockParams"),this.useDepths&&S.push("depths");var I=this.mergeSource(m);return p?(S.push(I),Function.apply(this,S)):this.source.wrap(["function(",S.join(","),`) { + `,I,"}"])},mergeSource:function(p){var A=this.environment.isSimple,m=!this.forceBuffer,E=void 0,w=void 0,S=void 0,I=void 0;return this.source.each(function(x){x.appendToBuffer?(S?x.prepend(" + "):S=x,I=x):(S&&(w?S.prepend("buffer += "):E=!0,I.add(";"),S=I=void 0),w=!0,A||(m=!1))}),m?S?(S.prepend("return "),I.add(";")):w||this.source.push('return "";'):(p+=", buffer = "+(E?"":this.initializeBuffer()),S?(S.prepend("return buffer + "),I.add(";")):this.source.push("return buffer;")),p&&this.source.prepend("var "+p.substring(2)+(E?"":`; `)),this.source.merge()},lookupPropertyFunctionVarDeclaration:function(){return` lookupProperty = container.lookupProperty || function(parent, propertyName) { if (Object.prototype.hasOwnProperty.call(parent, propertyName)) { @@ -47,9 +47,9 @@ Expecting `+R.join(", ")+", got '"+(this.terminals_[S]||S)+"'":"Parse error on l } return undefined } - `.trim()},blockValue:function(p){var A=this.aliasable("container.hooks.blockHelperMissing"),m=[this.contextName(0)];this.setupHelperArgs(p,0,m);var E=this.popStack();m.splice(1,0,E),this.push(this.source.functionCall(A,"call",m))},ambiguousBlockValue:function(){var p=this.aliasable("container.hooks.blockHelperMissing"),A=[this.contextName(0)];this.setupHelperArgs("",0,A,!0),this.flushInline();var m=this.topStack();A.splice(1,0,m),this.pushSource(["if (!",this.lastHelper,") { ",m," = ",this.source.functionCall(p,"call",A),"}"])},appendContent:function(p){this.pendingContent?p=this.pendingContent+p:this.pendingLocation=this.source.currentLocation,this.pendingContent=p},append:function(){if(this.isInline())this.replaceStack(function(A){return[" != null ? ",A,' : ""']}),this.pushSource(this.appendToBuffer(this.popStack()));else{var p=this.popStack();this.pushSource(["if (",p," != null) { ",this.appendToBuffer(p,void 0,!0)," }"]),this.environment.isSimple&&this.pushSource(["else { ",this.appendToBuffer("''",void 0,!0)," }"])}},appendEscaped:function(){this.pushSource(this.appendToBuffer([this.aliasable("container.escapeExpression"),"(",this.popStack(),")"]))},getContext:function(p){this.lastContext=p},pushContext:function(){this.pushStackLiteral(this.contextName(this.lastContext))},lookupOnContext:function(p,A,m,E){var w=0;E||!this.options.compat||this.lastContext?this.pushContext():this.push(this.depthedLookup(p[w++])),this.resolvePath("context",p,w,A,m)},lookupBlockParam:function(p,A){this.useBlockParams=!0,this.push(["blockParams[",p[0],"][",p[1],"]"]),this.resolvePath("context",A,1)},lookupData:function(p,A,m){p?this.pushStackLiteral("container.data(data, "+p+")"):this.pushStackLiteral("data"),this.resolvePath("data",A,0,!0,m)},resolvePath:function(p,A,m,E,w){var S=this;if(this.options.strict||this.options.assumeObjects)return void this.push(l(this.options.strict&&w,this,A,m,p));for(var I=A.length;mthis.stackVars.length&&this.stackVars.push("stack"+this.stackSlot),this.topStackName()},topStackName:function(){return"stack"+this.stackSlot},flushInline:function(){var p=this.inlineStack;this.inlineStack=[];for(var A=0,m=p.length;A{var u,i;u=[n(4153),n(3017),n(7908),n(3269),n(9406),n(2546),n(4335),n(9950),n(4840),n(6171),n(4605),n(5274)],i=function(r,l,h,d,o,f,v){"use strict";var s=/%20/g,y=/#.*$/,c=/([?&])_=[^&]*/,p=/^(.*?):[ \t]*([^\r\n]*)$/mg,A=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,m=/^(?:GET|HEAD)$/,E=/^\/\//,w={},S={},I="*/".concat("*"),B=l.createElement("a");B.href=o.href;function _(R){return function(O,$){typeof O!="string"&&($=O,O="*");var K,M=0,W=O.toLowerCase().match(d)||[];if(h($))for(;K=W[M++];)K[0]==="+"?(K=K.slice(1)||"*",(R[K]=R[K]||[]).unshift($)):(R[K]=R[K]||[]).push($)}}function H(R,O,$,K){var M={},W=R===S;function L(G){var U;return M[G]=!0,r.each(R[G]||[],function(Q,re){var se=re(O,$,K);if(typeof se=="string"&&!W&&!M[se])return O.dataTypes.unshift(se),L(se),!1;if(W)return!(U=se)}),U}return L(O.dataTypes[0])||!M["*"]&&L("*")}function N(R,O){var $,K,M=r.ajaxSettings.flatOptions||{};for($ in O)O[$]!==void 0&&((M[$]?R:K||(K={}))[$]=O[$]);return K&&r.extend(!0,R,K),R}function C(R,O,$){for(var K,M,W,L,G=R.contents,U=R.dataTypes;U[0]==="*";)U.shift(),K===void 0&&(K=R.mimeType||O.getResponseHeader("Content-Type"));if(K){for(M in G)if(G[M]&&G[M].test(K)){U.unshift(M);break}}if(U[0]in $)W=U[0];else{for(M in $){if(!U[0]||R.converters[M+" "+U[0]]){W=M;break}L||(L=M)}W=W||L}if(W)return W!==U[0]&&U.unshift(W),$[W]}function P(R,O,$,K){var M,W,L,G,U,Q={},re=R.dataTypes.slice();if(re[1])for(L in R.converters)Q[L.toLowerCase()]=R.converters[L];for(W=re.shift();W;)if(R.responseFields[W]&&($[R.responseFields[W]]=O),!U&&K&&R.dataFilter&&(O=R.dataFilter(O,R.dataType)),U=W,W=re.shift(),W){if(W==="*")W=U;else if(U!=="*"&&U!==W){if(L=Q[U+" "+W]||Q["* "+W],!L){for(M in Q)if(G=M.split(" "),G[1]===W&&(L=Q[U+" "+G[0]]||Q["* "+G[0]],L)){L===!0?L=Q[M]:Q[M]!==!0&&(W=G[0],re.unshift(G[1]));break}}if(L!==!0)if(L&&R.throws)O=L(O);else try{O=L(O)}catch(se){return{state:"parsererror",error:L?se:"No conversion from "+U+" to "+W}}}}return{state:"success",data:O}}return r.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:o.href,type:"GET",isLocal:A.test(o.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":I,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":r.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(R,O){return O?N(N(R,r.ajaxSettings),O):N(r.ajaxSettings,R)},ajaxPrefilter:_(w),ajaxTransport:_(S),ajax:function(R,O){typeof R=="object"&&(O=R,R=void 0),O=O||{};var $,K,M,W,L,G,U,Q,re,se,j=r.ajaxSetup({},O),ye=j.context||j,Ae=j.context&&(ye.nodeType||ye.jquery)?r(ye):r.event,we=r.Deferred(),He=r.Callbacks("once memory"),st=j.statusCode||{},At={},St={},Ct="canceled",ce={readyState:0,getResponseHeader:function(Ee){var Le;if(U){if(!W)for(W={};Le=p.exec(M);)W[Le[1].toLowerCase()+" "]=(W[Le[1].toLowerCase()+" "]||[]).concat(Le[2]);Le=W[Ee.toLowerCase()+" "]}return Le==null?null:Le.join(", ")},getAllResponseHeaders:function(){return U?M:null},setRequestHeader:function(Ee,Le){return U==null&&(Ee=St[Ee.toLowerCase()]=St[Ee.toLowerCase()]||Ee,At[Ee]=Le),this},overrideMimeType:function(Ee){return U==null&&(j.mimeType=Ee),this},statusCode:function(Ee){var Le;if(Ee)if(U)ce.always(Ee[ce.status]);else for(Le in Ee)st[Le]=[st[Le],Ee[Le]];return this},abort:function(Ee){var Le=Ee||Ct;return $&&$.abort(Le),xe(0,Le),this}};if(we.promise(ce),j.url=((R||j.url||o.href)+"").replace(E,o.protocol+"//"),j.type=O.method||O.type||j.method||j.type,j.dataTypes=(j.dataType||"*").toLowerCase().match(d)||[""],j.crossDomain==null){G=l.createElement("a");try{G.href=j.url,G.href=G.href,j.crossDomain=B.protocol+"//"+B.host!=G.protocol+"//"+G.host}catch(Ee){j.crossDomain=!0}}if(j.data&&j.processData&&typeof j.data!="string"&&(j.data=r.param(j.data,j.traditional)),H(w,j,O,ce),U)return ce;Q=r.event&&j.global,Q&&r.active++===0&&r.event.trigger("ajaxStart"),j.type=j.type.toUpperCase(),j.hasContent=!m.test(j.type),K=j.url.replace(y,""),j.hasContent?j.data&&j.processData&&(j.contentType||"").indexOf("application/x-www-form-urlencoded")===0&&(j.data=j.data.replace(s,"+")):(se=j.url.slice(K.length),j.data&&(j.processData||typeof j.data=="string")&&(K+=(v.test(K)?"&":"?")+j.data,delete j.data),j.cache===!1&&(K=K.replace(c,"$1"),se=(v.test(K)?"&":"?")+"_="+f.guid+++se),j.url=K+se),j.ifModified&&(r.lastModified[K]&&ce.setRequestHeader("If-Modified-Since",r.lastModified[K]),r.etag[K]&&ce.setRequestHeader("If-None-Match",r.etag[K])),(j.data&&j.hasContent&&j.contentType!==!1||O.contentType)&&ce.setRequestHeader("Content-Type",j.contentType),ce.setRequestHeader("Accept",j.dataTypes[0]&&j.accepts[j.dataTypes[0]]?j.accepts[j.dataTypes[0]]+(j.dataTypes[0]!=="*"?", "+I+"; q=0.01":""):j.accepts["*"]);for(re in j.headers)ce.setRequestHeader(re,j.headers[re]);if(j.beforeSend&&(j.beforeSend.call(ye,ce,j)===!1||U))return ce.abort();if(Ct="abort",He.add(j.complete),ce.done(j.success),ce.fail(j.error),$=H(S,j,O,ce),!$)xe(-1,"No Transport");else{if(ce.readyState=1,Q&&Ae.trigger("ajaxSend",[ce,j]),U)return ce;j.async&&j.timeout>0&&(L=window.setTimeout(function(){ce.abort("timeout")},j.timeout));try{U=!1,$.send(At,xe)}catch(Ee){if(U)throw Ee;xe(-1,Ee)}}function xe(Ee,Le,ht,Ut){var tt,De,de,Ne,Pe,Z=Le;U||(U=!0,L&&window.clearTimeout(L),$=void 0,M=Ut||"",ce.readyState=Ee>0?4:0,tt=Ee>=200&&Ee<300||Ee===304,ht&&(Ne=C(j,ce,ht)),!tt&&r.inArray("script",j.dataTypes)>-1&&r.inArray("json",j.dataTypes)<0&&(j.converters["text script"]=function(){}),Ne=P(j,Ne,ce,tt),tt?(j.ifModified&&(Pe=ce.getResponseHeader("Last-Modified"),Pe&&(r.lastModified[K]=Pe),Pe=ce.getResponseHeader("etag"),Pe&&(r.etag[K]=Pe)),Ee===204||j.type==="HEAD"?Z="nocontent":Ee===304?Z="notmodified":(Z=Ne.state,De=Ne.data,de=Ne.error,tt=!de)):(de=Z,(Ee||!Z)&&(Z="error",Ee<0&&(Ee=0))),ce.status=Ee,ce.statusText=(Le||Z)+"",tt?we.resolveWith(ye,[De,Z,ce]):we.rejectWith(ye,[ce,Z,de]),ce.statusCode(st),st=void 0,Q&&Ae.trigger(tt?"ajaxSuccess":"ajaxError",[ce,j,tt?De:de]),He.fireWith(ye,[ce,Z]),Q&&(Ae.trigger("ajaxComplete",[ce,j]),--r.active||r.event.trigger("ajaxStop")))}return ce},getJSON:function(R,O,$){return r.get(R,O,$,"json")},getScript:function(R,O){return r.get(R,void 0,O,"script")}}),r.each(["get","post"],function(R,O){r[O]=function($,K,M,W){return h(K)&&(W=W||M,M=K,K=void 0),r.ajax(r.extend({url:$,type:O,dataType:W,data:K,success:M},r.isPlainObject($)&&$))}}),r.ajaxPrefilter(function(R){var O;for(O in R.headers)O.toLowerCase()==="content-type"&&(R.contentType=R.headers[O]||"")}),r}.apply(g,u),i!==void 0&&(T.exports=i)},9965:(T,g,n)=>{var u,i;u=[n(4153),n(7908),n(2546),n(4335),n(4760)],i=function(r,l,h,d){"use strict";var o=[],f=/(=)\?(?=&|$)|\?\?/;r.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var v=o.pop()||r.expando+"_"+h.guid++;return this[v]=!0,v}}),r.ajaxPrefilter("json jsonp",function(v,s,y){var c,p,A,m=v.jsonp!==!1&&(f.test(v.url)?"url":typeof v.data=="string"&&(v.contentType||"").indexOf("application/x-www-form-urlencoded")===0&&f.test(v.data)&&"data");if(m||v.dataTypes[0]==="jsonp")return c=v.jsonpCallback=l(v.jsonpCallback)?v.jsonpCallback():v.jsonpCallback,m?v[m]=v[m].replace(f,"$1"+c):v.jsonp!==!1&&(v.url+=(d.test(v.url)?"&":"?")+v.jsonp+"="+c),v.converters["script json"]=function(){return A||r.error(c+" was not called"),A[0]},v.dataTypes[0]="json",p=window[c],window[c]=function(){A=arguments},y.always(function(){p===void 0?r(window).removeProp(c):window[c]=p,v[c]&&(v.jsonpCallback=s.jsonpCallback,o.push(c)),A&&l(p)&&p(A[0]),A=p=void 0}),"script"})}.apply(g,u),i!==void 0&&(T.exports=i)},5759:(T,g,n)=>{var u,i;u=[n(4153),n(7296),n(7908),n(3320),n(4760),n(7627),n(2019),n(1867)],i=function(r,l,h){"use strict";r.fn.load=function(d,o,f){var v,s,y,c=this,p=d.indexOf(" ");return p>-1&&(v=l(d.slice(p)),d=d.slice(0,p)),h(o)?(f=o,o=void 0):o&&typeof o=="object"&&(s="POST"),c.length>0&&r.ajax({url:d,type:s||"GET",dataType:"html",data:o}).done(function(A){y=arguments,c.html(v?r("
").append(r.parseHTML(A)).find(v):A)}).always(f&&function(A,m){c.each(function(){f.apply(this,y||[A.responseText,m,A])})}),this}}.apply(g,u),i!==void 0&&(T.exports=i)},1076:(T,g,n)=>{var u,i;u=[n(4153),n(3017),n(4760)],i=function(r,l){"use strict";r.ajaxPrefilter(function(h){h.crossDomain&&(h.contents.script=!1)}),r.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(h){return r.globalEval(h),h}}}),r.ajaxPrefilter("script",function(h){h.cache===void 0&&(h.cache=!1),h.crossDomain&&(h.type="GET")}),r.ajaxTransport("script",function(h){if(h.crossDomain||h.scriptAttrs){var d,o;return{send:function(f,v){d=r(" + diff --git a/doc/mobile/assets/main.bundle.js b/doc/mobile/assets/main.bundle.js index 6e5646251..123b99215 100644 --- a/doc/mobile/assets/main.bundle.js +++ b/doc/mobile/assets/main.bundle.js @@ -1,5 +1,5 @@ -(()=>{var ja={78:()=>{+function(P){"use strict";var g=".dropdown-backdrop",i='[data-toggle="dropdown"]',u=function(d){P(d).on("click.bs.dropdown",this.toggle)};u.VERSION="3.4.1";function n(d){var o=d.attr("data-target");o||(o=d.attr("href"),o=o&&/#[A-Za-z]/.test(o)&&o.replace(/.*(?=#[^\s]*$)/,""));var f=o!=="#"?P(document).find(o):null;return f&&f.length?f:d.parent()}function r(d){d&&d.which===3||(P(g).remove(),P(i).each(function(){var o=P(this),f=n(o),y={relatedTarget:this};f.hasClass("open")&&(d&&d.type=="click"&&/input|textarea/i.test(d.target.tagName)&&P.contains(f[0],d.target)||(f.trigger(d=P.Event("hide.bs.dropdown",y)),!d.isDefaultPrevented()&&(o.attr("aria-expanded","false"),f.removeClass("open").trigger(P.Event("hidden.bs.dropdown",y)))))}))}u.prototype.toggle=function(d){var o=P(this);if(!o.is(".disabled, :disabled")){var f=n(o),y=f.hasClass("open");if(r(),!y){"ontouchstart"in document.documentElement&&!f.closest(".navbar-nav").length&&P(document.createElement("div")).addClass("dropdown-backdrop").insertAfter(P(this)).on("click",r);var s={relatedTarget:this};if(f.trigger(d=P.Event("show.bs.dropdown",s)),d.isDefaultPrevented())return;o.trigger("focus").attr("aria-expanded","true"),f.toggleClass("open").trigger(P.Event("shown.bs.dropdown",s))}return!1}},u.prototype.keydown=function(d){if(!(!/(38|40|27|32)/.test(d.which)||/input|textarea/i.test(d.target.tagName))){var o=P(this);if(d.preventDefault(),d.stopPropagation(),!o.is(".disabled, :disabled")){var f=n(o),y=f.hasClass("open");if(!y&&d.which!=27||y&&d.which==27)return d.which==27&&f.find(i).trigger("focus"),o.trigger("click");var s=" li:not(.disabled):visible a",m=f.find(".dropdown-menu"+s);if(m.length){var c=m.index(d.target);d.which==38&&c>0&&c--,d.which==40&&c{+function(P){"use strict";var g=function(n,r){this.init("popover",n,r)};if(!P.fn.tooltip)throw new Error("Popover requires tooltip.js");g.VERSION="3.4.1",g.DEFAULTS=P.extend({},P.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:''}),g.prototype=P.extend({},P.fn.tooltip.Constructor.prototype),g.prototype.constructor=g,g.prototype.getDefaults=function(){return g.DEFAULTS},g.prototype.setContent=function(){var n=this.tip(),r=this.getTitle(),l=this.getContent();if(this.options.html){var h=typeof l;this.options.sanitize&&(r=this.sanitizeHtml(r),h==="string"&&(l=this.sanitizeHtml(l))),n.find(".popover-title").html(r),n.find(".popover-content").children().detach().end()[h==="string"?"html":"append"](l)}else n.find(".popover-title").text(r),n.find(".popover-content").children().detach().end().text(l);n.removeClass("fade top bottom left right in"),n.find(".popover-title").html()||n.find(".popover-title").hide()},g.prototype.hasContent=function(){return this.getTitle()||this.getContent()},g.prototype.getContent=function(){var n=this.$element,r=this.options;return n.attr("data-content")||(typeof r.content=="function"?r.content.call(n[0]):r.content)},g.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")};function i(n){return this.each(function(){var r=P(this),l=r.data("bs.popover"),h=typeof n=="object"&&n;!l&&/destroy|hide/.test(n)||(l||r.data("bs.popover",l=new g(this,h)),typeof n=="string"&&l[n]())})}var u=P.fn.popover;P.fn.popover=i,P.fn.popover.Constructor=g,P.fn.popover.noConflict=function(){return P.fn.popover=u,this}}(jQuery)},6026:()=>{+function(P){"use strict";function g(n,r){this.$body=P(document.body),this.$scrollElement=P(n).is(document.body)?P(window):P(n),this.options=P.extend({},g.DEFAULTS,r),this.selector=(this.options.target||"")+" .nav li > a",this.offsets=[],this.targets=[],this.activeTarget=null,this.scrollHeight=0,this.$scrollElement.on("scroll.bs.scrollspy",P.proxy(this.process,this)),this.refresh(),this.process()}g.VERSION="3.4.1",g.DEFAULTS={offset:10},g.prototype.getScrollHeight=function(){return this.$scrollElement[0].scrollHeight||Math.max(this.$body[0].scrollHeight,document.documentElement.scrollHeight)},g.prototype.refresh=function(){var n=this,r="offset",l=0;this.offsets=[],this.targets=[],this.scrollHeight=this.getScrollHeight(),P.isWindow(this.$scrollElement[0])||(r="position",l=this.$scrollElement.scrollTop()),this.$body.find(this.selector).map(function(){var h=P(this),d=h.data("target")||h.attr("href"),o=/^#./.test(d)&&P(d);return o&&o.length&&o.is(":visible")&&[[o[r]().top+l,d]]||null}).sort(function(h,d){return h[0]-d[0]}).each(function(){n.offsets.push(this[0]),n.targets.push(this[1])})},g.prototype.process=function(){var n=this.$scrollElement.scrollTop()+this.options.offset,r=this.getScrollHeight(),l=this.options.offset+r-this.$scrollElement.height(),h=this.offsets,d=this.targets,o=this.activeTarget,f;if(this.scrollHeight!=r&&this.refresh(),n>=l)return o!=(f=d[d.length-1])&&this.activate(f);if(o&&n=h[f]&&(h[f+1]===void 0||n{+function(P){"use strict";var g=function(r){this.element=P(r)};g.VERSION="3.4.1",g.TRANSITION_DURATION=150,g.prototype.show=function(){var r=this.element,l=r.closest("ul:not(.dropdown-menu)"),h=r.data("target");if(h||(h=r.attr("href"),h=h&&h.replace(/.*(?=#[^\s]*$)/,"")),!r.parent("li").hasClass("active")){var d=l.find(".active:last a"),o=P.Event("hide.bs.tab",{relatedTarget:r[0]}),f=P.Event("show.bs.tab",{relatedTarget:d[0]});if(d.trigger(o),r.trigger(f),!(f.isDefaultPrevented()||o.isDefaultPrevented())){var y=P(document).find(h);this.activate(r.closest("li"),l),this.activate(y,y.parent(),function(){d.trigger({type:"hidden.bs.tab",relatedTarget:r[0]}),r.trigger({type:"shown.bs.tab",relatedTarget:d[0]})})}}},g.prototype.activate=function(r,l,h){var d=l.find("> .active"),o=h&&P.support.transition&&(d.length&&d.hasClass("fade")||!!l.find("> .fade").length);function f(){d.removeClass("active").find("> .dropdown-menu > .active").removeClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!1),r.addClass("active").find('[data-toggle="tab"]').attr("aria-expanded",!0),o?(r[0].offsetWidth,r.addClass("in")):r.removeClass("fade"),r.parent(".dropdown-menu").length&&r.closest("li.dropdown").addClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!0),h&&h()}d.length&&o?d.one("bsTransitionEnd",f).emulateTransitionEnd(g.TRANSITION_DURATION):f(),d.removeClass("in")};function i(r){return this.each(function(){var l=P(this),h=l.data("bs.tab");h||l.data("bs.tab",h=new g(this)),typeof r=="string"&&h[r]()})}var u=P.fn.tab;P.fn.tab=i,P.fn.tab.Constructor=g,P.fn.tab.noConflict=function(){return P.fn.tab=u,this};var n=function(r){r.preventDefault(),i.call(P(this),"show")};P(document).on("click.bs.tab.data-api",'[data-toggle="tab"]',n).on("click.bs.tab.data-api",'[data-toggle="pill"]',n)}(jQuery)},6736:()=>{+function(P){"use strict";var g=["sanitize","whiteList","sanitizeFn"],i=["background","cite","href","itemtype","longdesc","poster","src","xlink:href"],u=/^aria-[\w-]*$/i,n={"*":["class","dir","id","lang","role",u],a:["target","href","title","rel"],area:[],b:[],br:[],col:[],code:[],div:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:["src","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},r=/^(?:(?:https?|mailto|ftp|tel|file):|[^&:/?#]*(?:[/?#]|$))/gi,l=/^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[a-z0-9+/]+=*$/i;function h(s,m){var c=s.nodeName.toLowerCase();if(P.inArray(c,m)!==-1)return P.inArray(c,i)!==-1?Boolean(s.nodeValue.match(r)||s.nodeValue.match(l)):!0;for(var p=P(m).filter(function(E,x){return x instanceof RegExp}),A=0,v=p.length;A
',trigger:"hover focus",title:"",delay:0,html:!1,container:!1,viewport:{selector:"body",padding:0},sanitize:!0,sanitizeFn:null,whiteList:n},o.prototype.init=function(s,m,c){if(this.enabled=!0,this.type=s,this.$element=P(m),this.options=this.getOptions(c),this.$viewport=this.options.viewport&&P(document).find(P.isFunction(this.options.viewport)?this.options.viewport.call(this,this.$element):this.options.viewport.selector||this.options.viewport),this.inState={click:!1,hover:!1,focus:!1},this.$element[0]instanceof document.constructor&&!this.options.selector)throw new Error("`selector` option must be specified when initializing "+this.type+" on the window.document object!");for(var p=this.options.trigger.split(" "),A=p.length;A--;){var v=p[A];if(v=="click")this.$element.on("click."+this.type,this.options.selector,P.proxy(this.toggle,this));else if(v!="manual"){var E=v=="hover"?"mouseenter":"focusin",x=v=="hover"?"mouseleave":"focusout";this.$element.on(E+"."+this.type,this.options.selector,P.proxy(this.enter,this)),this.$element.on(x+"."+this.type,this.options.selector,P.proxy(this.leave,this))}}this.options.selector?this._options=P.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},o.prototype.getDefaults=function(){return o.DEFAULTS},o.prototype.getOptions=function(s){var m=this.$element.data();for(var c in m)m.hasOwnProperty(c)&&P.inArray(c,g)!==-1&&delete m[c];return s=P.extend({},this.getDefaults(),m,s),s.delay&&typeof s.delay=="number"&&(s.delay={show:s.delay,hide:s.delay}),s.sanitize&&(s.template=d(s.template,s.whiteList,s.sanitizeFn)),s},o.prototype.getDelegateOptions=function(){var s={},m=this.getDefaults();return this._options&&P.each(this._options,function(c,p){m[c]!=p&&(s[c]=p)}),s},o.prototype.enter=function(s){var m=s instanceof this.constructor?s:P(s.currentTarget).data("bs."+this.type);if(m||(m=new this.constructor(s.currentTarget,this.getDelegateOptions()),P(s.currentTarget).data("bs."+this.type,m)),s instanceof P.Event&&(m.inState[s.type=="focusin"?"focus":"hover"]=!0),m.tip().hasClass("in")||m.hoverState=="in"){m.hoverState="in";return}if(clearTimeout(m.timeout),m.hoverState="in",!m.options.delay||!m.options.delay.show)return m.show();m.timeout=setTimeout(function(){m.hoverState=="in"&&m.show()},m.options.delay.show)},o.prototype.isInStateTrue=function(){for(var s in this.inState)if(this.inState[s])return!0;return!1},o.prototype.leave=function(s){var m=s instanceof this.constructor?s:P(s.currentTarget).data("bs."+this.type);if(m||(m=new this.constructor(s.currentTarget,this.getDelegateOptions()),P(s.currentTarget).data("bs."+this.type,m)),s instanceof P.Event&&(m.inState[s.type=="focusout"?"focus":"hover"]=!1),!m.isInStateTrue()){if(clearTimeout(m.timeout),m.hoverState="out",!m.options.delay||!m.options.delay.hide)return m.hide();m.timeout=setTimeout(function(){m.hoverState=="out"&&m.hide()},m.options.delay.hide)}},o.prototype.show=function(){var s=P.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){this.$element.trigger(s);var m=P.contains(this.$element[0].ownerDocument.documentElement,this.$element[0]);if(s.isDefaultPrevented()||!m)return;var c=this,p=this.tip(),A=this.getUID(this.type);this.setContent(),p.attr("id",A),this.$element.attr("aria-describedby",A),this.options.animation&&p.addClass("fade");var v=typeof this.options.placement=="function"?this.options.placement.call(this,p[0],this.$element[0]):this.options.placement,E=/\s?auto?\s?/i,x=E.test(v);x&&(v=v.replace(E,"")||"top"),p.detach().css({top:0,left:0,display:"block"}).addClass(v).data("bs."+this.type,this),this.options.container?p.appendTo(P(document).find(this.options.container)):p.insertAfter(this.$element),this.$element.trigger("inserted.bs."+this.type);var S=this.getPosition(),w=p[0].offsetWidth,T=p[0].offsetHeight;if(x){var R=v,k=this.getPosition(this.$viewport);v=v=="bottom"&&S.bottom+T>k.bottom?"top":v=="top"&&S.top-Tk.width?"left":v=="left"&&S.left-wE.top+E.height&&(A.top=E.top+E.height-S)}else{var w=m.left-v,T=m.left+v+c;wE.right&&(A.left=E.left+E.width-T)}return A},o.prototype.getTitle=function(){var s,m=this.$element,c=this.options;return s=m.attr("data-original-title")||(typeof c.title=="function"?c.title.call(m[0]):c.title),s},o.prototype.getUID=function(s){do s+=~~(Math.random()*1e6);while(document.getElementById(s));return s},o.prototype.tip=function(){if(!this.$tip&&(this.$tip=P(this.options.template),this.$tip.length!=1))throw new Error(this.type+" `template` option must consist of exactly 1 top-level element!");return this.$tip},o.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},o.prototype.enable=function(){this.enabled=!0},o.prototype.disable=function(){this.enabled=!1},o.prototype.toggleEnabled=function(){this.enabled=!this.enabled},o.prototype.toggle=function(s){var m=this;s&&(m=P(s.currentTarget).data("bs."+this.type),m||(m=new this.constructor(s.currentTarget,this.getDelegateOptions()),P(s.currentTarget).data("bs."+this.type,m))),s?(m.inState.click=!m.inState.click,m.isInStateTrue()?m.enter(m):m.leave(m)):m.tip().hasClass("in")?m.leave(m):m.enter(m)},o.prototype.destroy=function(){var s=this;clearTimeout(this.timeout),this.hide(function(){s.$element.off("."+s.type).removeData("bs."+s.type),s.$tip&&s.$tip.detach(),s.$tip=null,s.$arrow=null,s.$viewport=null,s.$element=null})},o.prototype.sanitizeHtml=function(s){return d(s,this.options.whiteList,this.options.sanitizeFn)};function f(s){return this.each(function(){var m=P(this),c=m.data("bs.tooltip"),p=typeof s=="object"&&s;!c&&/destroy|hide/.test(s)||(c||m.data("bs.tooltip",c=new o(this,p)),typeof s=="string"&&c[s]())})}var y=P.fn.tooltip;P.fn.tooltip=f,P.fn.tooltip.Constructor=o,P.fn.tooltip.noConflict=function(){return P.fn.tooltip=y,this}}(jQuery)},471:P=>{var g=function(){this.Diff_Timeout=1,this.Diff_EditCost=4,this.Match_Threshold=.5,this.Match_Distance=1e3,this.Patch_DeleteThreshold=.5,this.Patch_Margin=4,this.Match_MaxBits=32},i=-1,u=1,n=0;g.Diff=function(r,l){return[r,l]},g.prototype.diff_main=function(r,l,h,d){typeof d=="undefined"&&(this.Diff_Timeout<=0?d=Number.MAX_VALUE:d=new Date().getTime()+this.Diff_Timeout*1e3);var o=d;if(r==null||l==null)throw new Error("Null input. (diff_main)");if(r==l)return r?[new g.Diff(n,r)]:[];typeof h=="undefined"&&(h=!0);var f=h,y=this.diff_commonPrefix(r,l),s=r.substring(0,y);r=r.substring(y),l=l.substring(y),y=this.diff_commonSuffix(r,l);var m=r.substring(r.length-y);r=r.substring(0,r.length-y),l=l.substring(0,l.length-y);var c=this.diff_compute_(r,l,f,o);return s&&c.unshift(new g.Diff(n,s)),m&&c.push(new g.Diff(n,m)),this.diff_cleanupMerge(c),c},g.prototype.diff_compute_=function(r,l,h,d){var o;if(!r)return[new g.Diff(u,l)];if(!l)return[new g.Diff(i,r)];var f=r.length>l.length?r:l,y=r.length>l.length?l:r,s=f.indexOf(y);if(s!=-1)return o=[new g.Diff(u,f.substring(0,s)),new g.Diff(n,y),new g.Diff(u,f.substring(s+y.length))],r.length>l.length&&(o[0][0]=o[2][0]=i),o;if(y.length==1)return[new g.Diff(i,r),new g.Diff(u,l)];var m=this.diff_halfMatch_(r,l);if(m){var c=m[0],p=m[1],A=m[2],v=m[3],E=m[4],x=this.diff_main(c,A,h,d),S=this.diff_main(p,v,h,d);return x.concat([new g.Diff(n,E)],S)}return h&&r.length>100&&l.length>100?this.diff_lineMode_(r,l,d):this.diff_bisect_(r,l,d)},g.prototype.diff_lineMode_=function(r,l,h){var d=this.diff_linesToChars_(r,l);r=d.chars1,l=d.chars2;var o=d.lineArray,f=this.diff_main(r,l,!1,h);this.diff_charsToLines_(f,o),this.diff_cleanupSemantic(f),f.push(new g.Diff(n,""));for(var y=0,s=0,m=0,c="",p="";y=1&&m>=1){f.splice(y-s-m,s+m),y=y-s-m;for(var A=this.diff_main(c,p,!1,h),v=A.length-1;v>=0;v--)f.splice(y,0,A[v]);y=y+A.length}m=0,s=0,c="",p="";break}y++}return f.pop(),f},g.prototype.diff_bisect_=function(r,l,h){for(var d=r.length,o=l.length,f=Math.ceil((d+o)/2),y=f,s=2*f,m=new Array(s),c=new Array(s),p=0;ph);T++){for(var R=-T+E;R<=T-x;R+=2){var k=y+R,I;R==-T||R!=T&&m[k-1]d)x+=2;else if(_>o)E+=2;else if(v){var C=y+A-R;if(C>=0&&C=D)return this.diff_bisectSplit_(r,l,I,_,h)}}}for(var M=-T+S;M<=T-w;M+=2){var C=y+M,D;M==-T||M!=T&&c[C-1]d)w+=2;else if($>o)S+=2;else if(!v){var k=y+A-M;if(k>=0&&k=D)return this.diff_bisectSplit_(r,l,I,_,h)}}}}return[new g.Diff(i,r),new g.Diff(u,l)]},g.prototype.diff_bisectSplit_=function(r,l,h,d,o){var f=r.substring(0,h),y=l.substring(0,d),s=r.substring(h),m=l.substring(d),c=this.diff_main(f,y,!1,o),p=this.diff_main(s,m,!1,o);return c.concat(p)},g.prototype.diff_linesToChars_=function(r,l){var h=[],d={};h[0]="";function o(m){for(var c="",p=0,A=-1,v=h.length;Ad?r=r.substring(h-d):hl.length?r:l,d=r.length>l.length?l:r;if(h.length<4||d.length*2=x.length?[I,_,C,D,k]:null}var y=f(h,d,Math.ceil(h.length/4)),s=f(h,d,Math.ceil(h.length/2)),m;if(!y&&!s)return null;s?y?m=y[4].length>s[4].length?y:s:m=s:m=y;var c,p,A,v;r.length>l.length?(c=m[0],p=m[1],A=m[2],v=m[3]):(A=m[0],v=m[1],c=m[2],p=m[3]);var E=m[4];return[c,p,A,v,E]},g.prototype.diff_cleanupSemantic=function(r){for(var l=!1,h=[],d=0,o=null,f=0,y=0,s=0,m=0,c=0;f0?h[d-1]:-1,y=0,s=0,m=0,c=0,o=null,l=!0)),f++;for(l&&this.diff_cleanupMerge(r),this.diff_cleanupSemanticLossless(r),f=1;f=E?(v>=p.length/2||v>=A.length/2)&&(r.splice(f,0,new g.Diff(n,A.substring(0,v))),r[f-1][1]=p.substring(0,p.length-v),r[f+1][1]=A.substring(v),f++):(E>=p.length/2||E>=A.length/2)&&(r.splice(f,0,new g.Diff(n,p.substring(0,E))),r[f-1][0]=u,r[f-1][1]=A.substring(0,A.length-E),r[f+1][0]=i,r[f+1][1]=p.substring(E),f++),f++}f++}},g.prototype.diff_cleanupSemanticLossless=function(r){function l(E,x){if(!E||!x)return 6;var S=E.charAt(E.length-1),w=x.charAt(0),T=S.match(g.nonAlphaNumericRegex_),R=w.match(g.nonAlphaNumericRegex_),k=T&&S.match(g.whitespaceRegex_),I=R&&w.match(g.whitespaceRegex_),_=k&&S.match(g.linebreakRegex_),C=I&&w.match(g.linebreakRegex_),D=_&&E.match(g.blanklineEndRegex_),M=C&&x.match(g.blanklineStartRegex_);return D||M?5:_||C?4:T&&!k&&I?3:k||I?2:T||R?1:0}for(var h=1;h=A&&(A=v,m=d,c=o,p=f)}r[h-1][1]!=m&&(m?r[h-1][1]=m:(r.splice(h-1,1),h--),r[h][1]=c,p?r[h+1][1]=p:(r.splice(h+1,1),h--))}h++}},g.nonAlphaNumericRegex_=/[^a-zA-Z0-9]/,g.whitespaceRegex_=/\s/,g.linebreakRegex_=/[\r\n]/,g.blanklineEndRegex_=/\n\r?\n$/,g.blanklineStartRegex_=/^\r?\n\r?\n/,g.prototype.diff_cleanupEfficiency=function(r){for(var l=!1,h=[],d=0,o=null,f=0,y=!1,s=!1,m=!1,c=!1;f0?h[d-1]:-1,m=c=!1),l=!0)),f++;l&&this.diff_cleanupMerge(r)},g.prototype.diff_cleanupMerge=function(r){r.push(new g.Diff(n,""));for(var l=0,h=0,d=0,o="",f="",y;l1?(h!==0&&d!==0&&(y=this.diff_commonPrefix(f,o),y!==0&&(l-h-d>0&&r[l-h-d-1][0]==n?r[l-h-d-1][1]+=f.substring(0,y):(r.splice(0,0,new g.Diff(n,f.substring(0,y))),l++),f=f.substring(y),o=o.substring(y)),y=this.diff_commonSuffix(f,o),y!==0&&(r[l][1]=f.substring(f.length-y)+r[l][1],f=f.substring(0,f.length-y),o=o.substring(0,o.length-y))),l-=h+d,r.splice(l,h+d),o.length&&(r.splice(l,0,new g.Diff(i,o)),l++),f.length&&(r.splice(l,0,new g.Diff(u,f)),l++),l++):l!==0&&r[l-1][0]==n?(r[l-1][1]+=r[l][1],r.splice(l,1)):l++,d=0,h=0,o="",f="";break}r[r.length-1][1]===""&&r.pop();var s=!1;for(l=1;ll));y++)o=h,f=d;return r.length!=y&&r[y][0]===i?f:f+(l-o)},g.prototype.diff_prettyHtml=function(r){for(var l=[],h=/&/g,d=//g,f=/\n/g,y=0;y");switch(s){case u:l[y]=''+c+"";break;case i:l[y]=''+c+"";break;case n:l[y]=""+c+"";break}}return l.join("")},g.prototype.diff_text1=function(r){for(var l=[],h=0;hthis.Match_MaxBits)throw new Error("Pattern too long for this browser.");var d=this.match_alphabet_(l),o=this;function f(I,_){var C=I/l.length,D=Math.abs(h-_);return o.Match_Distance?C+D/o.Match_Distance:D?1:C}var y=this.Match_Threshold,s=r.indexOf(l,h);s!=-1&&(y=Math.min(f(0,s),y),s=r.lastIndexOf(l,h+l.length),s!=-1&&(y=Math.min(f(0,s),y)));var m=1<=x;T--){var R=d[r.charAt(T-1)];if(E===0?w[T]=(w[T+1]<<1|1)&R:w[T]=(w[T+1]<<1|1)&R|((v[T+1]|v[T])<<1|1)|v[T+1],w[T]&m){var k=f(E,T-1);if(k<=y)if(y=k,s=T-1,s>h)x=Math.max(1,2*h-s);else break}}if(f(E+1,h)>y)break;v=w}return s},g.prototype.match_alphabet_=function(r){for(var l={},h=0;h2&&(this.diff_cleanupSemantic(o),this.diff_cleanupEfficiency(o));else if(r&&typeof r=="object"&&typeof l=="undefined"&&typeof h=="undefined")o=r,d=this.diff_text1(o);else if(typeof r=="string"&&l&&typeof l=="object"&&typeof h=="undefined")d=r,o=l;else if(typeof r=="string"&&typeof l=="string"&&h&&typeof h=="object")d=r,o=h;else throw new Error("Unknown call format to patch_make.");if(o.length===0)return[];for(var f=[],y=new g.patch_obj,s=0,m=0,c=0,p=d,A=d,v=0;v=2*this.Patch_Margin&&s&&(this.patch_addContext_(y,p),f.push(y),y=new g.patch_obj,s=0,p=A,m=c);break}E!==u&&(m+=x.length),E!==i&&(c+=x.length)}return s&&(this.patch_addContext_(y,p),f.push(y)),f},g.prototype.patch_deepCopy=function(r){for(var l=[],h=0;hthis.Match_MaxBits?(m=this.match_main(l,s.substring(0,this.Match_MaxBits),y),m!=-1&&(c=this.match_main(l,s.substring(s.length-this.Match_MaxBits),y+s.length-this.Match_MaxBits),(c==-1||m>=c)&&(m=-1))):m=this.match_main(l,s,y),m==-1)o[f]=!1,d-=r[f].length2-r[f].length1;else{o[f]=!0,d=m-y;var p;if(c==-1?p=l.substring(m,m+s.length):p=l.substring(m,c+this.Match_MaxBits),s==p)l=l.substring(0,m)+this.diff_text2(r[f].diffs)+l.substring(m+s.length);else{var A=this.diff_main(s,p,!1);if(s.length>this.Match_MaxBits&&this.diff_levenshtein(A)/s.length>this.Patch_DeleteThreshold)o[f]=!1;else{this.diff_cleanupSemanticLossless(A);for(var v=0,E,x=0;xf[0][1].length){var y=l-f[0][1].length;f[0][1]=h.substring(f[0][1].length)+f[0][1],o.start1-=y,o.start2-=y,o.length1+=y,o.length2+=y}if(o=r[r.length-1],f=o.diffs,f.length==0||f[f.length-1][0]!=n)f.push(new g.Diff(n,h)),o.length1+=l,o.length2+=l;else if(l>f[f.length-1][1].length){var y=l-f[f.length-1][1].length;f[f.length-1][1]+=h.substring(0,y),o.length1+=y,o.length2+=y}return h},g.prototype.patch_splitMax=function(r){for(var l=this.Match_MaxBits,h=0;h2*l?(s.length1+=p.length,o+=p.length,m=!1,s.diffs.push(new g.Diff(c,p)),d.diffs.shift()):(p=p.substring(0,l-s.length1-this.Patch_Margin),s.length1+=p.length,o+=p.length,c===n?(s.length2+=p.length,f+=p.length):m=!1,s.diffs.push(new g.Diff(c,p)),p==d.diffs[0][1]?d.diffs.shift():d.diffs[0][1]=d.diffs[0][1].substring(p.length))}y=this.diff_text2(s.diffs),y=y.substring(y.length-this.Patch_Margin);var A=this.diff_text1(d.diffs).substring(0,this.Patch_Margin);A!==""&&(s.length1+=A.length,s.length2+=A.length,s.diffs.length!==0&&s.diffs[s.diffs.length-1][0]===n?s.diffs[s.diffs.length-1][1]+=A:s.diffs.push(new g.Diff(n,A))),m||r.splice(++h,0,s)}}},g.prototype.patch_toText=function(r){for(var l=[],h=0;h{var ja={78:()=>{+function(P){"use strict";var g=".dropdown-backdrop",i='[data-toggle="dropdown"]',u=function(d){P(d).on("click.bs.dropdown",this.toggle)};u.VERSION="3.4.1";function n(d){var o=d.attr("data-target");o||(o=d.attr("href"),o=o&&/#[A-Za-z]/.test(o)&&o.replace(/.*(?=#[^\s]*$)/,""));var f=o!=="#"?P(document).find(o):null;return f&&f.length?f:d.parent()}function r(d){d&&d.which===3||(P(g).remove(),P(i).each(function(){var o=P(this),f=n(o),y={relatedTarget:this};f.hasClass("open")&&(d&&d.type=="click"&&/input|textarea/i.test(d.target.tagName)&&P.contains(f[0],d.target)||(f.trigger(d=P.Event("hide.bs.dropdown",y)),!d.isDefaultPrevented()&&(o.attr("aria-expanded","false"),f.removeClass("open").trigger(P.Event("hidden.bs.dropdown",y)))))}))}u.prototype.toggle=function(d){var o=P(this);if(!o.is(".disabled, :disabled")){var f=n(o),y=f.hasClass("open");if(r(),!y){"ontouchstart"in document.documentElement&&!f.closest(".navbar-nav").length&&P(document.createElement("div")).addClass("dropdown-backdrop").insertAfter(P(this)).on("click",r);var s={relatedTarget:this};if(f.trigger(d=P.Event("show.bs.dropdown",s)),d.isDefaultPrevented())return;o.trigger("focus").attr("aria-expanded","true"),f.toggleClass("open").trigger(P.Event("shown.bs.dropdown",s))}return!1}},u.prototype.keydown=function(d){if(!(!/(38|40|27|32)/.test(d.which)||/input|textarea/i.test(d.target.tagName))){var o=P(this);if(d.preventDefault(),d.stopPropagation(),!o.is(".disabled, :disabled")){var f=n(o),y=f.hasClass("open");if(!y&&d.which!=27||y&&d.which==27)return d.which==27&&f.find(i).trigger("focus"),o.trigger("click");var s=" li:not(.disabled):visible a",m=f.find(".dropdown-menu"+s);if(m.length){var c=m.index(d.target);d.which==38&&c>0&&c--,d.which==40&&c{+function(P){"use strict";var g=function(n,r){this.init("popover",n,r)};if(!P.fn.tooltip)throw new Error("Popover requires tooltip.js");g.VERSION="3.4.1",g.DEFAULTS=P.extend({},P.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:''}),g.prototype=P.extend({},P.fn.tooltip.Constructor.prototype),g.prototype.constructor=g,g.prototype.getDefaults=function(){return g.DEFAULTS},g.prototype.setContent=function(){var n=this.tip(),r=this.getTitle(),l=this.getContent();if(this.options.html){var h=typeof l;this.options.sanitize&&(r=this.sanitizeHtml(r),h==="string"&&(l=this.sanitizeHtml(l))),n.find(".popover-title").html(r),n.find(".popover-content").children().detach().end()[h==="string"?"html":"append"](l)}else n.find(".popover-title").text(r),n.find(".popover-content").children().detach().end().text(l);n.removeClass("fade top bottom left right in"),n.find(".popover-title").html()||n.find(".popover-title").hide()},g.prototype.hasContent=function(){return this.getTitle()||this.getContent()},g.prototype.getContent=function(){var n=this.$element,r=this.options;return n.attr("data-content")||(typeof r.content=="function"?r.content.call(n[0]):r.content)},g.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")};function i(n){return this.each(function(){var r=P(this),l=r.data("bs.popover"),h=typeof n=="object"&&n;!l&&/destroy|hide/.test(n)||(l||r.data("bs.popover",l=new g(this,h)),typeof n=="string"&&l[n]())})}var u=P.fn.popover;P.fn.popover=i,P.fn.popover.Constructor=g,P.fn.popover.noConflict=function(){return P.fn.popover=u,this}}(jQuery)},6026:()=>{+function(P){"use strict";function g(n,r){this.$body=P(document.body),this.$scrollElement=P(n).is(document.body)?P(window):P(n),this.options=P.extend({},g.DEFAULTS,r),this.selector=(this.options.target||"")+" .nav li > a",this.offsets=[],this.targets=[],this.activeTarget=null,this.scrollHeight=0,this.$scrollElement.on("scroll.bs.scrollspy",P.proxy(this.process,this)),this.refresh(),this.process()}g.VERSION="3.4.1",g.DEFAULTS={offset:10},g.prototype.getScrollHeight=function(){return this.$scrollElement[0].scrollHeight||Math.max(this.$body[0].scrollHeight,document.documentElement.scrollHeight)},g.prototype.refresh=function(){var n=this,r="offset",l=0;this.offsets=[],this.targets=[],this.scrollHeight=this.getScrollHeight(),P.isWindow(this.$scrollElement[0])||(r="position",l=this.$scrollElement.scrollTop()),this.$body.find(this.selector).map(function(){var h=P(this),d=h.data("target")||h.attr("href"),o=/^#./.test(d)&&P(d);return o&&o.length&&o.is(":visible")&&[[o[r]().top+l,d]]||null}).sort(function(h,d){return h[0]-d[0]}).each(function(){n.offsets.push(this[0]),n.targets.push(this[1])})},g.prototype.process=function(){var n=this.$scrollElement.scrollTop()+this.options.offset,r=this.getScrollHeight(),l=this.options.offset+r-this.$scrollElement.height(),h=this.offsets,d=this.targets,o=this.activeTarget,f;if(this.scrollHeight!=r&&this.refresh(),n>=l)return o!=(f=d[d.length-1])&&this.activate(f);if(o&&n=h[f]&&(h[f+1]===void 0||n{+function(P){"use strict";var g=function(r){this.element=P(r)};g.VERSION="3.4.1",g.TRANSITION_DURATION=150,g.prototype.show=function(){var r=this.element,l=r.closest("ul:not(.dropdown-menu)"),h=r.data("target");if(h||(h=r.attr("href"),h=h&&h.replace(/.*(?=#[^\s]*$)/,"")),!r.parent("li").hasClass("active")){var d=l.find(".active:last a"),o=P.Event("hide.bs.tab",{relatedTarget:r[0]}),f=P.Event("show.bs.tab",{relatedTarget:d[0]});if(d.trigger(o),r.trigger(f),!(f.isDefaultPrevented()||o.isDefaultPrevented())){var y=P(document).find(h);this.activate(r.closest("li"),l),this.activate(y,y.parent(),function(){d.trigger({type:"hidden.bs.tab",relatedTarget:r[0]}),r.trigger({type:"shown.bs.tab",relatedTarget:d[0]})})}}},g.prototype.activate=function(r,l,h){var d=l.find("> .active"),o=h&&P.support.transition&&(d.length&&d.hasClass("fade")||!!l.find("> .fade").length);function f(){d.removeClass("active").find("> .dropdown-menu > .active").removeClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!1),r.addClass("active").find('[data-toggle="tab"]').attr("aria-expanded",!0),o?(r[0].offsetWidth,r.addClass("in")):r.removeClass("fade"),r.parent(".dropdown-menu").length&&r.closest("li.dropdown").addClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!0),h&&h()}d.length&&o?d.one("bsTransitionEnd",f).emulateTransitionEnd(g.TRANSITION_DURATION):f(),d.removeClass("in")};function i(r){return this.each(function(){var l=P(this),h=l.data("bs.tab");h||l.data("bs.tab",h=new g(this)),typeof r=="string"&&h[r]()})}var u=P.fn.tab;P.fn.tab=i,P.fn.tab.Constructor=g,P.fn.tab.noConflict=function(){return P.fn.tab=u,this};var n=function(r){r.preventDefault(),i.call(P(this),"show")};P(document).on("click.bs.tab.data-api",'[data-toggle="tab"]',n).on("click.bs.tab.data-api",'[data-toggle="pill"]',n)}(jQuery)},6736:()=>{+function(P){"use strict";var g=["sanitize","whiteList","sanitizeFn"],i=["background","cite","href","itemtype","longdesc","poster","src","xlink:href"],u=/^aria-[\w-]*$/i,n={"*":["class","dir","id","lang","role",u],a:["target","href","title","rel"],area:[],b:[],br:[],col:[],code:[],div:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:["src","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},r=/^(?:(?:https?|mailto|ftp|tel|file):|[^&:/?#]*(?:[/?#]|$))/gi,l=/^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[a-z0-9+/]+=*$/i;function h(s,m){var c=s.nodeName.toLowerCase();if(P.inArray(c,m)!==-1)return P.inArray(c,i)!==-1?Boolean(s.nodeValue.match(r)||s.nodeValue.match(l)):!0;for(var p=P(m).filter(function(E,w){return w instanceof RegExp}),A=0,v=p.length;A
',trigger:"hover focus",title:"",delay:0,html:!1,container:!1,viewport:{selector:"body",padding:0},sanitize:!0,sanitizeFn:null,whiteList:n},o.prototype.init=function(s,m,c){if(this.enabled=!0,this.type=s,this.$element=P(m),this.options=this.getOptions(c),this.$viewport=this.options.viewport&&P(document).find(P.isFunction(this.options.viewport)?this.options.viewport.call(this,this.$element):this.options.viewport.selector||this.options.viewport),this.inState={click:!1,hover:!1,focus:!1},this.$element[0]instanceof document.constructor&&!this.options.selector)throw new Error("`selector` option must be specified when initializing "+this.type+" on the window.document object!");for(var p=this.options.trigger.split(" "),A=p.length;A--;){var v=p[A];if(v=="click")this.$element.on("click."+this.type,this.options.selector,P.proxy(this.toggle,this));else if(v!="manual"){var E=v=="hover"?"mouseenter":"focusin",w=v=="hover"?"mouseleave":"focusout";this.$element.on(E+"."+this.type,this.options.selector,P.proxy(this.enter,this)),this.$element.on(w+"."+this.type,this.options.selector,P.proxy(this.leave,this))}}this.options.selector?this._options=P.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},o.prototype.getDefaults=function(){return o.DEFAULTS},o.prototype.getOptions=function(s){var m=this.$element.data();for(var c in m)m.hasOwnProperty(c)&&P.inArray(c,g)!==-1&&delete m[c];return s=P.extend({},this.getDefaults(),m,s),s.delay&&typeof s.delay=="number"&&(s.delay={show:s.delay,hide:s.delay}),s.sanitize&&(s.template=d(s.template,s.whiteList,s.sanitizeFn)),s},o.prototype.getDelegateOptions=function(){var s={},m=this.getDefaults();return this._options&&P.each(this._options,function(c,p){m[c]!=p&&(s[c]=p)}),s},o.prototype.enter=function(s){var m=s instanceof this.constructor?s:P(s.currentTarget).data("bs."+this.type);if(m||(m=new this.constructor(s.currentTarget,this.getDelegateOptions()),P(s.currentTarget).data("bs."+this.type,m)),s instanceof P.Event&&(m.inState[s.type=="focusin"?"focus":"hover"]=!0),m.tip().hasClass("in")||m.hoverState=="in"){m.hoverState="in";return}if(clearTimeout(m.timeout),m.hoverState="in",!m.options.delay||!m.options.delay.show)return m.show();m.timeout=setTimeout(function(){m.hoverState=="in"&&m.show()},m.options.delay.show)},o.prototype.isInStateTrue=function(){for(var s in this.inState)if(this.inState[s])return!0;return!1},o.prototype.leave=function(s){var m=s instanceof this.constructor?s:P(s.currentTarget).data("bs."+this.type);if(m||(m=new this.constructor(s.currentTarget,this.getDelegateOptions()),P(s.currentTarget).data("bs."+this.type,m)),s instanceof P.Event&&(m.inState[s.type=="focusout"?"focus":"hover"]=!1),!m.isInStateTrue()){if(clearTimeout(m.timeout),m.hoverState="out",!m.options.delay||!m.options.delay.hide)return m.hide();m.timeout=setTimeout(function(){m.hoverState=="out"&&m.hide()},m.options.delay.hide)}},o.prototype.show=function(){var s=P.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){this.$element.trigger(s);var m=P.contains(this.$element[0].ownerDocument.documentElement,this.$element[0]);if(s.isDefaultPrevented()||!m)return;var c=this,p=this.tip(),A=this.getUID(this.type);this.setContent(),p.attr("id",A),this.$element.attr("aria-describedby",A),this.options.animation&&p.addClass("fade");var v=typeof this.options.placement=="function"?this.options.placement.call(this,p[0],this.$element[0]):this.options.placement,E=/\s?auto?\s?/i,w=E.test(v);w&&(v=v.replace(E,"")||"top"),p.detach().css({top:0,left:0,display:"block"}).addClass(v).data("bs."+this.type,this),this.options.container?p.appendTo(P(document).find(this.options.container)):p.insertAfter(this.$element),this.$element.trigger("inserted.bs."+this.type);var S=this.getPosition(),x=p[0].offsetWidth,T=p[0].offsetHeight;if(w){var R=v,k=this.getPosition(this.$viewport);v=v=="bottom"&&S.bottom+T>k.bottom?"top":v=="top"&&S.top-Tk.width?"left":v=="left"&&S.left-xE.top+E.height&&(A.top=E.top+E.height-S)}else{var x=m.left-v,T=m.left+v+c;xE.right&&(A.left=E.left+E.width-T)}return A},o.prototype.getTitle=function(){var s,m=this.$element,c=this.options;return s=m.attr("data-original-title")||(typeof c.title=="function"?c.title.call(m[0]):c.title),s},o.prototype.getUID=function(s){do s+=~~(Math.random()*1e6);while(document.getElementById(s));return s},o.prototype.tip=function(){if(!this.$tip&&(this.$tip=P(this.options.template),this.$tip.length!=1))throw new Error(this.type+" `template` option must consist of exactly 1 top-level element!");return this.$tip},o.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},o.prototype.enable=function(){this.enabled=!0},o.prototype.disable=function(){this.enabled=!1},o.prototype.toggleEnabled=function(){this.enabled=!this.enabled},o.prototype.toggle=function(s){var m=this;s&&(m=P(s.currentTarget).data("bs."+this.type),m||(m=new this.constructor(s.currentTarget,this.getDelegateOptions()),P(s.currentTarget).data("bs."+this.type,m))),s?(m.inState.click=!m.inState.click,m.isInStateTrue()?m.enter(m):m.leave(m)):m.tip().hasClass("in")?m.leave(m):m.enter(m)},o.prototype.destroy=function(){var s=this;clearTimeout(this.timeout),this.hide(function(){s.$element.off("."+s.type).removeData("bs."+s.type),s.$tip&&s.$tip.detach(),s.$tip=null,s.$arrow=null,s.$viewport=null,s.$element=null})},o.prototype.sanitizeHtml=function(s){return d(s,this.options.whiteList,this.options.sanitizeFn)};function f(s){return this.each(function(){var m=P(this),c=m.data("bs.tooltip"),p=typeof s=="object"&&s;!c&&/destroy|hide/.test(s)||(c||m.data("bs.tooltip",c=new o(this,p)),typeof s=="string"&&c[s]())})}var y=P.fn.tooltip;P.fn.tooltip=f,P.fn.tooltip.Constructor=o,P.fn.tooltip.noConflict=function(){return P.fn.tooltip=y,this}}(jQuery)},471:P=>{var g=function(){this.Diff_Timeout=1,this.Diff_EditCost=4,this.Match_Threshold=.5,this.Match_Distance=1e3,this.Patch_DeleteThreshold=.5,this.Patch_Margin=4,this.Match_MaxBits=32},i=-1,u=1,n=0;g.Diff=function(r,l){return[r,l]},g.prototype.diff_main=function(r,l,h,d){typeof d=="undefined"&&(this.Diff_Timeout<=0?d=Number.MAX_VALUE:d=new Date().getTime()+this.Diff_Timeout*1e3);var o=d;if(r==null||l==null)throw new Error("Null input. (diff_main)");if(r==l)return r?[new g.Diff(n,r)]:[];typeof h=="undefined"&&(h=!0);var f=h,y=this.diff_commonPrefix(r,l),s=r.substring(0,y);r=r.substring(y),l=l.substring(y),y=this.diff_commonSuffix(r,l);var m=r.substring(r.length-y);r=r.substring(0,r.length-y),l=l.substring(0,l.length-y);var c=this.diff_compute_(r,l,f,o);return s&&c.unshift(new g.Diff(n,s)),m&&c.push(new g.Diff(n,m)),this.diff_cleanupMerge(c),c},g.prototype.diff_compute_=function(r,l,h,d){var o;if(!r)return[new g.Diff(u,l)];if(!l)return[new g.Diff(i,r)];var f=r.length>l.length?r:l,y=r.length>l.length?l:r,s=f.indexOf(y);if(s!=-1)return o=[new g.Diff(u,f.substring(0,s)),new g.Diff(n,y),new g.Diff(u,f.substring(s+y.length))],r.length>l.length&&(o[0][0]=o[2][0]=i),o;if(y.length==1)return[new g.Diff(i,r),new g.Diff(u,l)];var m=this.diff_halfMatch_(r,l);if(m){var c=m[0],p=m[1],A=m[2],v=m[3],E=m[4],w=this.diff_main(c,A,h,d),S=this.diff_main(p,v,h,d);return w.concat([new g.Diff(n,E)],S)}return h&&r.length>100&&l.length>100?this.diff_lineMode_(r,l,d):this.diff_bisect_(r,l,d)},g.prototype.diff_lineMode_=function(r,l,h){var d=this.diff_linesToChars_(r,l);r=d.chars1,l=d.chars2;var o=d.lineArray,f=this.diff_main(r,l,!1,h);this.diff_charsToLines_(f,o),this.diff_cleanupSemantic(f),f.push(new g.Diff(n,""));for(var y=0,s=0,m=0,c="",p="";y=1&&m>=1){f.splice(y-s-m,s+m),y=y-s-m;for(var A=this.diff_main(c,p,!1,h),v=A.length-1;v>=0;v--)f.splice(y,0,A[v]);y=y+A.length}m=0,s=0,c="",p="";break}y++}return f.pop(),f},g.prototype.diff_bisect_=function(r,l,h){for(var d=r.length,o=l.length,f=Math.ceil((d+o)/2),y=f,s=2*f,m=new Array(s),c=new Array(s),p=0;ph);T++){for(var R=-T+E;R<=T-w;R+=2){var k=y+R,I;R==-T||R!=T&&m[k-1]d)w+=2;else if(_>o)E+=2;else if(v){var C=y+A-R;if(C>=0&&C=D)return this.diff_bisectSplit_(r,l,I,_,h)}}}for(var M=-T+S;M<=T-x;M+=2){var C=y+M,D;M==-T||M!=T&&c[C-1]d)x+=2;else if($>o)S+=2;else if(!v){var k=y+A-M;if(k>=0&&k=D)return this.diff_bisectSplit_(r,l,I,_,h)}}}}return[new g.Diff(i,r),new g.Diff(u,l)]},g.prototype.diff_bisectSplit_=function(r,l,h,d,o){var f=r.substring(0,h),y=l.substring(0,d),s=r.substring(h),m=l.substring(d),c=this.diff_main(f,y,!1,o),p=this.diff_main(s,m,!1,o);return c.concat(p)},g.prototype.diff_linesToChars_=function(r,l){var h=[],d={};h[0]="";function o(m){for(var c="",p=0,A=-1,v=h.length;Ad?r=r.substring(h-d):hl.length?r:l,d=r.length>l.length?l:r;if(h.length<4||d.length*2=w.length?[I,_,C,D,k]:null}var y=f(h,d,Math.ceil(h.length/4)),s=f(h,d,Math.ceil(h.length/2)),m;if(!y&&!s)return null;s?y?m=y[4].length>s[4].length?y:s:m=s:m=y;var c,p,A,v;r.length>l.length?(c=m[0],p=m[1],A=m[2],v=m[3]):(A=m[0],v=m[1],c=m[2],p=m[3]);var E=m[4];return[c,p,A,v,E]},g.prototype.diff_cleanupSemantic=function(r){for(var l=!1,h=[],d=0,o=null,f=0,y=0,s=0,m=0,c=0;f0?h[d-1]:-1,y=0,s=0,m=0,c=0,o=null,l=!0)),f++;for(l&&this.diff_cleanupMerge(r),this.diff_cleanupSemanticLossless(r),f=1;f=E?(v>=p.length/2||v>=A.length/2)&&(r.splice(f,0,new g.Diff(n,A.substring(0,v))),r[f-1][1]=p.substring(0,p.length-v),r[f+1][1]=A.substring(v),f++):(E>=p.length/2||E>=A.length/2)&&(r.splice(f,0,new g.Diff(n,p.substring(0,E))),r[f-1][0]=u,r[f-1][1]=A.substring(0,A.length-E),r[f+1][0]=i,r[f+1][1]=p.substring(E),f++),f++}f++}},g.prototype.diff_cleanupSemanticLossless=function(r){function l(E,w){if(!E||!w)return 6;var S=E.charAt(E.length-1),x=w.charAt(0),T=S.match(g.nonAlphaNumericRegex_),R=x.match(g.nonAlphaNumericRegex_),k=T&&S.match(g.whitespaceRegex_),I=R&&x.match(g.whitespaceRegex_),_=k&&S.match(g.linebreakRegex_),C=I&&x.match(g.linebreakRegex_),D=_&&E.match(g.blanklineEndRegex_),M=C&&w.match(g.blanklineStartRegex_);return D||M?5:_||C?4:T&&!k&&I?3:k||I?2:T||R?1:0}for(var h=1;h=A&&(A=v,m=d,c=o,p=f)}r[h-1][1]!=m&&(m?r[h-1][1]=m:(r.splice(h-1,1),h--),r[h][1]=c,p?r[h+1][1]=p:(r.splice(h+1,1),h--))}h++}},g.nonAlphaNumericRegex_=/[^a-zA-Z0-9]/,g.whitespaceRegex_=/\s/,g.linebreakRegex_=/[\r\n]/,g.blanklineEndRegex_=/\n\r?\n$/,g.blanklineStartRegex_=/^\r?\n\r?\n/,g.prototype.diff_cleanupEfficiency=function(r){for(var l=!1,h=[],d=0,o=null,f=0,y=!1,s=!1,m=!1,c=!1;f0?h[d-1]:-1,m=c=!1),l=!0)),f++;l&&this.diff_cleanupMerge(r)},g.prototype.diff_cleanupMerge=function(r){r.push(new g.Diff(n,""));for(var l=0,h=0,d=0,o="",f="",y;l1?(h!==0&&d!==0&&(y=this.diff_commonPrefix(f,o),y!==0&&(l-h-d>0&&r[l-h-d-1][0]==n?r[l-h-d-1][1]+=f.substring(0,y):(r.splice(0,0,new g.Diff(n,f.substring(0,y))),l++),f=f.substring(y),o=o.substring(y)),y=this.diff_commonSuffix(f,o),y!==0&&(r[l][1]=f.substring(f.length-y)+r[l][1],f=f.substring(0,f.length-y),o=o.substring(0,o.length-y))),l-=h+d,r.splice(l,h+d),o.length&&(r.splice(l,0,new g.Diff(i,o)),l++),f.length&&(r.splice(l,0,new g.Diff(u,f)),l++),l++):l!==0&&r[l-1][0]==n?(r[l-1][1]+=r[l][1],r.splice(l,1)):l++,d=0,h=0,o="",f="";break}r[r.length-1][1]===""&&r.pop();var s=!1;for(l=1;ll));y++)o=h,f=d;return r.length!=y&&r[y][0]===i?f:f+(l-o)},g.prototype.diff_prettyHtml=function(r){for(var l=[],h=/&/g,d=//g,f=/\n/g,y=0;y");switch(s){case u:l[y]=''+c+"";break;case i:l[y]=''+c+"";break;case n:l[y]=""+c+"";break}}return l.join("")},g.prototype.diff_text1=function(r){for(var l=[],h=0;hthis.Match_MaxBits)throw new Error("Pattern too long for this browser.");var d=this.match_alphabet_(l),o=this;function f(I,_){var C=I/l.length,D=Math.abs(h-_);return o.Match_Distance?C+D/o.Match_Distance:D?1:C}var y=this.Match_Threshold,s=r.indexOf(l,h);s!=-1&&(y=Math.min(f(0,s),y),s=r.lastIndexOf(l,h+l.length),s!=-1&&(y=Math.min(f(0,s),y)));var m=1<=w;T--){var R=d[r.charAt(T-1)];if(E===0?x[T]=(x[T+1]<<1|1)&R:x[T]=(x[T+1]<<1|1)&R|((v[T+1]|v[T])<<1|1)|v[T+1],x[T]&m){var k=f(E,T-1);if(k<=y)if(y=k,s=T-1,s>h)w=Math.max(1,2*h-s);else break}}if(f(E+1,h)>y)break;v=x}return s},g.prototype.match_alphabet_=function(r){for(var l={},h=0;h2&&(this.diff_cleanupSemantic(o),this.diff_cleanupEfficiency(o));else if(r&&typeof r=="object"&&typeof l=="undefined"&&typeof h=="undefined")o=r,d=this.diff_text1(o);else if(typeof r=="string"&&l&&typeof l=="object"&&typeof h=="undefined")d=r,o=l;else if(typeof r=="string"&&typeof l=="string"&&h&&typeof h=="object")d=r,o=h;else throw new Error("Unknown call format to patch_make.");if(o.length===0)return[];for(var f=[],y=new g.patch_obj,s=0,m=0,c=0,p=d,A=d,v=0;v=2*this.Patch_Margin&&s&&(this.patch_addContext_(y,p),f.push(y),y=new g.patch_obj,s=0,p=A,m=c);break}E!==u&&(m+=w.length),E!==i&&(c+=w.length)}return s&&(this.patch_addContext_(y,p),f.push(y)),f},g.prototype.patch_deepCopy=function(r){for(var l=[],h=0;hthis.Match_MaxBits?(m=this.match_main(l,s.substring(0,this.Match_MaxBits),y),m!=-1&&(c=this.match_main(l,s.substring(s.length-this.Match_MaxBits),y+s.length-this.Match_MaxBits),(c==-1||m>=c)&&(m=-1))):m=this.match_main(l,s,y),m==-1)o[f]=!1,d-=r[f].length2-r[f].length1;else{o[f]=!0,d=m-y;var p;if(c==-1?p=l.substring(m,m+s.length):p=l.substring(m,c+this.Match_MaxBits),s==p)l=l.substring(0,m)+this.diff_text2(r[f].diffs)+l.substring(m+s.length);else{var A=this.diff_main(s,p,!1);if(s.length>this.Match_MaxBits&&this.diff_levenshtein(A)/s.length>this.Patch_DeleteThreshold)o[f]=!1;else{this.diff_cleanupSemanticLossless(A);for(var v=0,E,w=0;wf[0][1].length){var y=l-f[0][1].length;f[0][1]=h.substring(f[0][1].length)+f[0][1],o.start1-=y,o.start2-=y,o.length1+=y,o.length2+=y}if(o=r[r.length-1],f=o.diffs,f.length==0||f[f.length-1][0]!=n)f.push(new g.Diff(n,h)),o.length1+=l,o.length2+=l;else if(l>f[f.length-1][1].length){var y=l-f[f.length-1][1].length;f[f.length-1][1]+=h.substring(0,y),o.length1+=y,o.length2+=y}return h},g.prototype.patch_splitMax=function(r){for(var l=this.Match_MaxBits,h=0;h2*l?(s.length1+=p.length,o+=p.length,m=!1,s.diffs.push(new g.Diff(c,p)),d.diffs.shift()):(p=p.substring(0,l-s.length1-this.Patch_Margin),s.length1+=p.length,o+=p.length,c===n?(s.length2+=p.length,f+=p.length):m=!1,s.diffs.push(new g.Diff(c,p)),p==d.diffs[0][1]?d.diffs.shift():d.diffs[0][1]=d.diffs[0][1].substring(p.length))}y=this.diff_text2(s.diffs),y=y.substring(y.length-this.Patch_Margin);var A=this.diff_text1(d.diffs).substring(0,this.Patch_Margin);A!==""&&(s.length1+=A.length,s.length2+=A.length,s.diffs.length!==0&&s.diffs[s.diffs.length-1][0]===n?s.diffs[s.diffs.length-1][1]+=A:s.diffs.push(new g.Diff(n,A))),m||r.splice(++h,0,s)}}},g.prototype.patch_toText=function(r){for(var l=[],h=0;h= 2.0.0-beta.1",7:">= 4.0.0 <4.3.0",8:">= 4.3.0"};i.REVISION_CHANGES=v;var E="[object Object]";n.prototype={constructor:n,logger:s.default,log:s.default.log,registerHelper:function(S,w){if(l.toString.call(S)===E){if(w)throw new d.default("Arg not supported with multiple helpers");l.extend(this.helpers,S)}else this.helpers[S]=w},unregisterHelper:function(S){delete this.helpers[S]},registerPartial:function(S,w){if(l.toString.call(S)===E)l.extend(this.partials,S);else{if(typeof w=="undefined")throw new d.default('Attempting to register a partial called "'+S+'" as undefined');this.partials[S]=w}},unregisterPartial:function(S){delete this.partials[S]},registerDecorator:function(S,w){if(l.toString.call(S)===E){if(w)throw new d.default("Arg not supported with multiple decorators");l.extend(this.decorators,S)}else this.decorators[S]=w},unregisterDecorator:function(S){delete this.decorators[S]},resetLoggedPropertyAccesses:function(){m.resetLoggedProperties()}};var x=s.default.log;i.log=x,i.createFrame=l.createFrame,i.logger=s.default},function(g,i){"use strict";function u(v){return y[v]}function n(v){for(var E=1;E":">",'"':""","'":"'","`":"`","=":"="},s=/[&<>"'`=]/g,m=/[&<>"'`=]/,c=Object.prototype.toString;i.toString=c;var p=function(v){return typeof v=="function"};p(/x/)&&(i.isFunction=p=function(v){return typeof v=="function"&&c.call(v)==="[object Function]"}),i.isFunction=p;var A=Array.isArray||function(v){return!(!v||typeof v!="object")&&c.call(v)==="[object Array]"};i.isArray=A},function(g,i,u){"use strict";function n(h,d){var o=d&&d.loc,f=void 0,y=void 0,s=void 0,m=void 0;o&&(f=o.start.line,y=o.end.line,s=o.start.column,m=o.end.column,h+=" - "+f+":"+s);for(var c=Error.prototype.constructor.call(this,h),p=0;p0?(h.ids&&(h.ids=[h.name]),r.helpers.each(l,h)):d(this);if(h.data&&h.ids){var f=n.createFrame(h.data);f.contextPath=n.appendContextPath(h.data.contextPath,h.name),h={data:f}}return o(l,h)})},g.exports=i.default},function(g,i,u){"use strict";var n=u(13).default,r=u(43).default,l=u(55).default,h=u(60).default,d=u(1).default;i.__esModule=!0;var o=u(5),f=u(6),y=d(f);i.default=function(s){s.registerHelper("each",function(m,c){function p(_,C,D){S&&(S.key=_,S.index=C,S.first=C===0,S.last=!!D,w&&(S.contextPath=w+_)),x+=A(m[_],{data:S,blockParams:o.blockParams([m[_],_],[w+_,null])})}if(!c)throw new y.default("Must pass iterator to #each");var A=c.fn,v=c.inverse,E=0,x="",S=void 0,w=void 0;if(c.data&&c.ids&&(w=o.appendContextPath(c.data.contextPath,c.ids[0])+"."),o.isFunction(m)&&(m=m.call(this)),c.data&&(S=o.createFrame(c.data)),m&&typeof m=="object")if(o.isArray(m))for(var T=m.length;Eht;)se(ce,Ee=Fe[ht++],Ne[Ee]);return ce},me=function(ce,Ne){return Ne===void 0?k(ce):j(k(ce),Ne)},Ae=function(ce){var Ne=V.call(this,ce);return!(Ne||!l(this,ce)||!l(U,ce)||l(this,$)&&this[$][ce])||Ne},xe=function(ce,Ne){var Ee=T(ce=S(ce),Ne);return!Ee||!l(U,Ne)||l(ce,$)&&ce[$][Ne]||(Ee.enumerable=!0),Ee},ke=function(ce){for(var Ne,Ee=I(S(ce)),Fe=[],ht=0;Ee.length>ht;)l(U,Ne=Ee[ht++])||Ne==$||Fe.push(Ne);return Fe},st=function(ce){for(var Ne,Ee=I(S(ce)),Fe=[],ht=0;Ee.length>ht;)l(U,Ne=Ee[ht++])&&Fe.push(U[Ne]);return Fe},At=function(ce){if(ce!==void 0&&!re(ce)){for(var Ne,Ee,Fe=[ce],ht=1,Wt=arguments;Wt.length>ht;)Fe.push(Wt[ht++]);return Ne=Fe[1],typeof Ne=="function"&&(Ee=Ne),!Ee&&E(Ne)||(Ne=function(tt,Oe){if(Ee&&(Oe=Ee.call(this,tt,Oe)),!re(Oe))return Oe}),Fe[1]=Ne,D.apply(C,Fe)}},St=f(function(){var ce=_();return D([ce])!="[null]"||D({a:ce})!="{}"||D(Object(ce))!="{}"});F||(_=function(){if(re(this))throw TypeError("Symbol is not a constructor");return Q(m(arguments.length>0?arguments[0]:void 0))},o(_.prototype,"toString",function(){return this._k}),re=function(ce){return ce instanceof _},n.create=me,n.isEnum=Ae,n.getDesc=xe,n.setDesc=se,n.setDescs=j,n.getNames=A.get=ke,n.getSymbols=st,h&&!u(41)&&o(G,"propertyIsEnumerable",Ae,!0));var _t={for:function(ce){return l(H,ce+="")?H[ce]:H[ce]=_(ce)},keyFor:function(ce){return p(H,ce)},useSetter:function(){M=!0},useSimple:function(){M=!1}};n.each.call("hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),function(ce){var Ne=c(ce);_t[ce]=F?Ne:Q(Ne)}),M=!0,d(d.G+d.W,{Symbol:_}),d(d.S,"Symbol",_t),d(d.S+d.F*!F,"Object",{create:me,defineProperty:se,defineProperties:j,getOwnPropertyDescriptor:xe,getOwnPropertyNames:ke,getOwnPropertySymbols:st}),C&&d(d.S+d.F*(!F||St),"JSON",{stringify:At}),s(_,"Symbol"),s(Math,"Math",!0),s(r.JSON,"JSON",!0)},function(g,i){var u=g.exports=typeof window!="undefined"&&window.Math==Math?window:typeof self!="undefined"&&self.Math==Math?self:Function("return this")();typeof __g=="number"&&(__g=u)},function(g,i){var u={}.hasOwnProperty;g.exports=function(n,r){return u.call(n,r)}},function(g,i,u){g.exports=!u(19)(function(){return Object.defineProperty({},"a",{get:function(){return 7}}).a!=7})},function(g,i){g.exports=function(u){try{return!!u()}catch(n){return!0}}},function(g,i,u){var n=u(16),r=u(21),l=u(22),h="prototype",d=function(o,f,y){var s,m,c,p=o&d.F,A=o&d.G,v=o&d.S,E=o&d.P,x=o&d.B,S=o&d.W,w=A?r:r[f]||(r[f]={}),T=A?n:v?n[f]:(n[f]||{})[h];A&&(y=f);for(s in y)m=!p&&T&&s in T,m&&s in w||(c=m?T[s]:y[s],w[s]=A&&typeof T[s]!="function"?y[s]:x&&m?l(c,n):S&&T[s]==c?function(R){var k=function(I){return this instanceof R?new R(I):R(I)};return k[h]=R[h],k}(c):E&&typeof c=="function"?l(Function.call,c):c,E&&((w[h]||(w[h]={}))[s]=c))};d.F=1,d.G=2,d.S=4,d.P=8,d.B=16,d.W=32,g.exports=d},function(g,i){var u=g.exports={version:"1.2.6"};typeof __e=="number"&&(__e=u)},function(g,i,u){var n=u(23);g.exports=function(r,l,h){if(n(r),l===void 0)return r;switch(h){case 1:return function(d){return r.call(l,d)};case 2:return function(d,o){return r.call(l,d,o)};case 3:return function(d,o,f){return r.call(l,d,o,f)}}return function(){return r.apply(l,arguments)}}},function(g,i){g.exports=function(u){if(typeof u!="function")throw TypeError(u+" is not a function!");return u}},function(g,i,u){g.exports=u(25)},function(g,i,u){var n=u(9),r=u(26);g.exports=u(18)?function(l,h,d){return n.setDesc(l,h,r(1,d))}:function(l,h,d){return l[h]=d,l}},function(g,i){g.exports=function(u,n){return{enumerable:!(1&u),configurable:!(2&u),writable:!(4&u),value:n}}},function(g,i,u){var n=u(16),r="__core-js_shared__",l=n[r]||(n[r]={});g.exports=function(h){return l[h]||(l[h]={})}},function(g,i,u){var n=u(9).setDesc,r=u(17),l=u(29)("toStringTag");g.exports=function(h,d,o){h&&!r(h=o?h:h.prototype,l)&&n(h,l,{configurable:!0,value:d})}},function(g,i,u){var n=u(27)("wks"),r=u(30),l=u(16).Symbol;g.exports=function(h){return n[h]||(n[h]=l&&l[h]||(l||r)("Symbol."+h))}},function(g,i){var u=0,n=Math.random();g.exports=function(r){return"Symbol(".concat(r===void 0?"":r,")_",(++u+n).toString(36))}},function(g,i,u){var n=u(9),r=u(32);g.exports=function(l,h){for(var d,o=r(l),f=n.getKeys(o),y=f.length,s=0;y>s;)if(o[d=f[s++]]===h)return d}},function(g,i,u){var n=u(33),r=u(35);g.exports=function(l){return n(r(l))}},function(g,i,u){var n=u(34);g.exports=Object("z").propertyIsEnumerable(0)?Object:function(r){return n(r)=="String"?r.split(""):Object(r)}},function(g,i){var u={}.toString;g.exports=function(n){return u.call(n).slice(8,-1)}},function(g,i){g.exports=function(u){if(u==null)throw TypeError("Can't call method on "+u);return u}},function(g,i,u){var n=u(32),r=u(9).getNames,l={}.toString,h=typeof window=="object"&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],d=function(o){try{return r(o)}catch(f){return h.slice()}};g.exports.get=function(o){return h&&l.call(o)=="[object Window]"?d(o):r(n(o))}},function(g,i,u){var n=u(9);g.exports=function(r){var l=n.getKeys(r),h=n.getSymbols;if(h)for(var d,o=h(r),f=n.isEnum,y=0;o.length>y;)f.call(r,d=o[y++])&&l.push(d);return l}},function(g,i,u){var n=u(34);g.exports=Array.isArray||function(r){return n(r)=="Array"}},function(g,i,u){var n=u(40);g.exports=function(r){if(!n(r))throw TypeError(r+" is not an object!");return r}},function(g,i){g.exports=function(u){return typeof u=="object"?u!==null:typeof u=="function"}},function(g,i){g.exports=!0},function(g,i){},function(g,i,u){g.exports={default:u(44),__esModule:!0}},function(g,i,u){u(45),u(51),g.exports=u(29)("iterator")},function(g,i,u){"use strict";var n=u(46)(!0);u(48)(String,"String",function(r){this._t=String(r),this._i=0},function(){var r,l=this._t,h=this._i;return h>=l.length?{value:void 0,done:!0}:(r=n(l,h),this._i+=r.length,{value:r,done:!1})})},function(g,i,u){var n=u(47),r=u(35);g.exports=function(l){return function(h,d){var o,f,y=String(r(h)),s=n(d),m=y.length;return s<0||s>=m?l?"":void 0:(o=y.charCodeAt(s),o<55296||o>56319||s+1===m||(f=y.charCodeAt(s+1))<56320||f>57343?l?y.charAt(s):o:l?y.slice(s,s+2):(o-55296<<10)+(f-56320)+65536)}}},function(g,i){var u=Math.ceil,n=Math.floor;g.exports=function(r){return isNaN(r=+r)?0:(r>0?n:u)(r)}},function(g,i,u){"use strict";var n=u(41),r=u(20),l=u(24),h=u(25),d=u(17),o=u(49),f=u(50),y=u(28),s=u(9).getProto,m=u(29)("iterator"),c=!([].keys&&"next"in[].keys()),p="@@iterator",A="keys",v="values",E=function(){return this};g.exports=function(x,S,w,T,R,k,I){f(w,S,T);var _,C,D=function(W){if(!c&&W in H)return H[W];switch(W){case A:return function(){return new w(this,W)};case v:return function(){return new w(this,W)}}return function(){return new w(this,W)}},M=S+" Iterator",$=R==v,V=!1,H=x.prototype,U=H[m]||H[p]||R&&H[R],F=U||D(R);if(U){var G=s(F.call(new x));y(G,M,!0),!n&&d(H,p)&&h(G,m,E),$&&U.name!==v&&(V=!0,F=function(){return U.call(this)})}if(n&&!I||!c&&!V&&H[m]||h(H,m,F),o[S]=F,o[M]=E,R)if(_={values:$?F:D(v),keys:k?F:D(A),entries:$?D("entries"):F},I)for(C in _)C in H||l(H,C,_[C]);else r(r.P+r.F*(c||V),S,_);return _}},function(g,i){g.exports={}},function(g,i,u){"use strict";var n=u(9),r=u(26),l=u(28),h={};u(25)(h,u(29)("iterator"),function(){return this}),g.exports=function(d,o,f){d.prototype=n.create(h,{next:r(1,f)}),l(d,o+" Iterator")}},function(g,i,u){u(52);var n=u(49);n.NodeList=n.HTMLCollection=n.Array},function(g,i,u){"use strict";var n=u(53),r=u(54),l=u(49),h=u(32);g.exports=u(48)(Array,"Array",function(d,o){this._t=h(d),this._i=0,this._k=o},function(){var d=this._t,o=this._k,f=this._i++;return!d||f>=d.length?(this._t=void 0,r(1)):o=="keys"?r(0,f):o=="values"?r(0,d[f]):r(0,[f,d[f]])},"values"),l.Arguments=l.Array,n("keys"),n("values"),n("entries")},function(g,i){g.exports=function(){}},function(g,i){g.exports=function(u,n){return{value:n,done:!!u}}},function(g,i,u){g.exports={default:u(56),__esModule:!0}},function(g,i,u){u(51),u(45),g.exports=u(57)},function(g,i,u){var n=u(39),r=u(58);g.exports=u(21).getIterator=function(l){var h=r(l);if(typeof h!="function")throw TypeError(l+" is not iterable!");return n(h.call(l))}},function(g,i,u){var n=u(59),r=u(29)("iterator"),l=u(49);g.exports=u(21).getIteratorMethod=function(h){if(h!=null)return h[r]||h["@@iterator"]||l[n(h)]}},function(g,i,u){var n=u(34),r=u(29)("toStringTag"),l=n(function(){return arguments}())=="Arguments";g.exports=function(h){var d,o,f;return h===void 0?"Undefined":h===null?"Null":typeof(o=(d=Object(h))[r])=="string"?o:l?n(d):(f=n(d))=="Object"&&typeof d.callee=="function"?"Arguments":f}},function(g,i,u){g.exports={default:u(61),__esModule:!0}},function(g,i,u){u(62),g.exports=u(21).Object.keys},function(g,i,u){var n=u(63);u(64)("keys",function(r){return function(l){return r(n(l))}})},function(g,i,u){var n=u(35);g.exports=function(r){return Object(n(r))}},function(g,i,u){var n=u(20),r=u(21),l=u(19);g.exports=function(h,d){var o=(r.Object||{})[h]||Object[h],f={};f[h]=d(o),n(n.S+n.F*l(function(){o(1)}),"Object",f)}},function(g,i,u){"use strict";var n=u(1).default;i.__esModule=!0;var r=u(6),l=n(r);i.default=function(h){h.registerHelper("helperMissing",function(){if(arguments.length!==1)throw new l.default('Missing helper: "'+arguments[arguments.length-1].name+'"')})},g.exports=i.default},function(g,i,u){"use strict";var n=u(1).default;i.__esModule=!0;var r=u(5),l=u(6),h=n(l);i.default=function(d){d.registerHelper("if",function(o,f){if(arguments.length!=2)throw new h.default("#if requires exactly one argument");return r.isFunction(o)&&(o=o.call(this)),!f.hash.includeZero&&!o||r.isEmpty(o)?f.inverse(this):f.fn(this)}),d.registerHelper("unless",function(o,f){if(arguments.length!=2)throw new h.default("#unless requires exactly one argument");return d.helpers.if.call(this,o,{fn:f.inverse,inverse:f.fn,hash:f.hash})})},g.exports=i.default},function(g,i){"use strict";i.__esModule=!0,i.default=function(u){u.registerHelper("log",function(){for(var n=[void 0],r=arguments[arguments.length-1],l=0;l=0?h:parseInt(l,10)}return l},log:function(l){if(l=r.lookupLevel(l),typeof console!="undefined"&&r.lookupLevel(r.level)<=l){var h=r.methodMap[l];console[h]||(h="log");for(var d=arguments.length,o=Array(d>1?d-1:0),f=1;f= 2.0.0-beta.1",7:">= 4.0.0 <4.3.0",8:">= 4.3.0"};i.REVISION_CHANGES=v;var E="[object Object]";n.prototype={constructor:n,logger:s.default,log:s.default.log,registerHelper:function(S,x){if(l.toString.call(S)===E){if(x)throw new d.default("Arg not supported with multiple helpers");l.extend(this.helpers,S)}else this.helpers[S]=x},unregisterHelper:function(S){delete this.helpers[S]},registerPartial:function(S,x){if(l.toString.call(S)===E)l.extend(this.partials,S);else{if(typeof x=="undefined")throw new d.default('Attempting to register a partial called "'+S+'" as undefined');this.partials[S]=x}},unregisterPartial:function(S){delete this.partials[S]},registerDecorator:function(S,x){if(l.toString.call(S)===E){if(x)throw new d.default("Arg not supported with multiple decorators");l.extend(this.decorators,S)}else this.decorators[S]=x},unregisterDecorator:function(S){delete this.decorators[S]},resetLoggedPropertyAccesses:function(){m.resetLoggedProperties()}};var w=s.default.log;i.log=w,i.createFrame=l.createFrame,i.logger=s.default},function(g,i){"use strict";function u(v){return y[v]}function n(v){for(var E=1;E":">",'"':""","'":"'","`":"`","=":"="},s=/[&<>"'`=]/g,m=/[&<>"'`=]/,c=Object.prototype.toString;i.toString=c;var p=function(v){return typeof v=="function"};p(/x/)&&(i.isFunction=p=function(v){return typeof v=="function"&&c.call(v)==="[object Function]"}),i.isFunction=p;var A=Array.isArray||function(v){return!(!v||typeof v!="object")&&c.call(v)==="[object Array]"};i.isArray=A},function(g,i,u){"use strict";function n(h,d){var o=d&&d.loc,f=void 0,y=void 0,s=void 0,m=void 0;o&&(f=o.start.line,y=o.end.line,s=o.start.column,m=o.end.column,h+=" - "+f+":"+s);for(var c=Error.prototype.constructor.call(this,h),p=0;p0?(h.ids&&(h.ids=[h.name]),r.helpers.each(l,h)):d(this);if(h.data&&h.ids){var f=n.createFrame(h.data);f.contextPath=n.appendContextPath(h.data.contextPath,h.name),h={data:f}}return o(l,h)})},g.exports=i.default},function(g,i,u){"use strict";var n=u(13).default,r=u(43).default,l=u(55).default,h=u(60).default,d=u(1).default;i.__esModule=!0;var o=u(5),f=u(6),y=d(f);i.default=function(s){s.registerHelper("each",function(m,c){function p(_,C,D){S&&(S.key=_,S.index=C,S.first=C===0,S.last=!!D,x&&(S.contextPath=x+_)),w+=A(m[_],{data:S,blockParams:o.blockParams([m[_],_],[x+_,null])})}if(!c)throw new y.default("Must pass iterator to #each");var A=c.fn,v=c.inverse,E=0,w="",S=void 0,x=void 0;if(c.data&&c.ids&&(x=o.appendContextPath(c.data.contextPath,c.ids[0])+"."),o.isFunction(m)&&(m=m.call(this)),c.data&&(S=o.createFrame(c.data)),m&&typeof m=="object")if(o.isArray(m))for(var T=m.length;Eht;)se(ce,Ee=Fe[ht++],Ne[Ee]);return ce},me=function(ce,Ne){return Ne===void 0?k(ce):j(k(ce),Ne)},Ae=function(ce){var Ne=V.call(this,ce);return!(Ne||!l(this,ce)||!l(U,ce)||l(this,$)&&this[$][ce])||Ne},we=function(ce,Ne){var Ee=T(ce=S(ce),Ne);return!Ee||!l(U,Ne)||l(ce,$)&&ce[$][Ne]||(Ee.enumerable=!0),Ee},ke=function(ce){for(var Ne,Ee=I(S(ce)),Fe=[],ht=0;Ee.length>ht;)l(U,Ne=Ee[ht++])||Ne==$||Fe.push(Ne);return Fe},st=function(ce){for(var Ne,Ee=I(S(ce)),Fe=[],ht=0;Ee.length>ht;)l(U,Ne=Ee[ht++])&&Fe.push(U[Ne]);return Fe},At=function(ce){if(ce!==void 0&&!re(ce)){for(var Ne,Ee,Fe=[ce],ht=1,Wt=arguments;Wt.length>ht;)Fe.push(Wt[ht++]);return Ne=Fe[1],typeof Ne=="function"&&(Ee=Ne),!Ee&&E(Ne)||(Ne=function(tt,Oe){if(Ee&&(Oe=Ee.call(this,tt,Oe)),!re(Oe))return Oe}),Fe[1]=Ne,D.apply(C,Fe)}},St=f(function(){var ce=_();return D([ce])!="[null]"||D({a:ce})!="{}"||D(Object(ce))!="{}"});F||(_=function(){if(re(this))throw TypeError("Symbol is not a constructor");return Q(m(arguments.length>0?arguments[0]:void 0))},o(_.prototype,"toString",function(){return this._k}),re=function(ce){return ce instanceof _},n.create=me,n.isEnum=Ae,n.getDesc=we,n.setDesc=se,n.setDescs=j,n.getNames=A.get=ke,n.getSymbols=st,h&&!u(41)&&o(G,"propertyIsEnumerable",Ae,!0));var _t={for:function(ce){return l(H,ce+="")?H[ce]:H[ce]=_(ce)},keyFor:function(ce){return p(H,ce)},useSetter:function(){M=!0},useSimple:function(){M=!1}};n.each.call("hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),function(ce){var Ne=c(ce);_t[ce]=F?Ne:Q(Ne)}),M=!0,d(d.G+d.W,{Symbol:_}),d(d.S,"Symbol",_t),d(d.S+d.F*!F,"Object",{create:me,defineProperty:se,defineProperties:j,getOwnPropertyDescriptor:we,getOwnPropertyNames:ke,getOwnPropertySymbols:st}),C&&d(d.S+d.F*(!F||St),"JSON",{stringify:At}),s(_,"Symbol"),s(Math,"Math",!0),s(r.JSON,"JSON",!0)},function(g,i){var u=g.exports=typeof window!="undefined"&&window.Math==Math?window:typeof self!="undefined"&&self.Math==Math?self:Function("return this")();typeof __g=="number"&&(__g=u)},function(g,i){var u={}.hasOwnProperty;g.exports=function(n,r){return u.call(n,r)}},function(g,i,u){g.exports=!u(19)(function(){return Object.defineProperty({},"a",{get:function(){return 7}}).a!=7})},function(g,i){g.exports=function(u){try{return!!u()}catch(n){return!0}}},function(g,i,u){var n=u(16),r=u(21),l=u(22),h="prototype",d=function(o,f,y){var s,m,c,p=o&d.F,A=o&d.G,v=o&d.S,E=o&d.P,w=o&d.B,S=o&d.W,x=A?r:r[f]||(r[f]={}),T=A?n:v?n[f]:(n[f]||{})[h];A&&(y=f);for(s in y)m=!p&&T&&s in T,m&&s in x||(c=m?T[s]:y[s],x[s]=A&&typeof T[s]!="function"?y[s]:w&&m?l(c,n):S&&T[s]==c?function(R){var k=function(I){return this instanceof R?new R(I):R(I)};return k[h]=R[h],k}(c):E&&typeof c=="function"?l(Function.call,c):c,E&&((x[h]||(x[h]={}))[s]=c))};d.F=1,d.G=2,d.S=4,d.P=8,d.B=16,d.W=32,g.exports=d},function(g,i){var u=g.exports={version:"1.2.6"};typeof __e=="number"&&(__e=u)},function(g,i,u){var n=u(23);g.exports=function(r,l,h){if(n(r),l===void 0)return r;switch(h){case 1:return function(d){return r.call(l,d)};case 2:return function(d,o){return r.call(l,d,o)};case 3:return function(d,o,f){return r.call(l,d,o,f)}}return function(){return r.apply(l,arguments)}}},function(g,i){g.exports=function(u){if(typeof u!="function")throw TypeError(u+" is not a function!");return u}},function(g,i,u){g.exports=u(25)},function(g,i,u){var n=u(9),r=u(26);g.exports=u(18)?function(l,h,d){return n.setDesc(l,h,r(1,d))}:function(l,h,d){return l[h]=d,l}},function(g,i){g.exports=function(u,n){return{enumerable:!(1&u),configurable:!(2&u),writable:!(4&u),value:n}}},function(g,i,u){var n=u(16),r="__core-js_shared__",l=n[r]||(n[r]={});g.exports=function(h){return l[h]||(l[h]={})}},function(g,i,u){var n=u(9).setDesc,r=u(17),l=u(29)("toStringTag");g.exports=function(h,d,o){h&&!r(h=o?h:h.prototype,l)&&n(h,l,{configurable:!0,value:d})}},function(g,i,u){var n=u(27)("wks"),r=u(30),l=u(16).Symbol;g.exports=function(h){return n[h]||(n[h]=l&&l[h]||(l||r)("Symbol."+h))}},function(g,i){var u=0,n=Math.random();g.exports=function(r){return"Symbol(".concat(r===void 0?"":r,")_",(++u+n).toString(36))}},function(g,i,u){var n=u(9),r=u(32);g.exports=function(l,h){for(var d,o=r(l),f=n.getKeys(o),y=f.length,s=0;y>s;)if(o[d=f[s++]]===h)return d}},function(g,i,u){var n=u(33),r=u(35);g.exports=function(l){return n(r(l))}},function(g,i,u){var n=u(34);g.exports=Object("z").propertyIsEnumerable(0)?Object:function(r){return n(r)=="String"?r.split(""):Object(r)}},function(g,i){var u={}.toString;g.exports=function(n){return u.call(n).slice(8,-1)}},function(g,i){g.exports=function(u){if(u==null)throw TypeError("Can't call method on "+u);return u}},function(g,i,u){var n=u(32),r=u(9).getNames,l={}.toString,h=typeof window=="object"&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],d=function(o){try{return r(o)}catch(f){return h.slice()}};g.exports.get=function(o){return h&&l.call(o)=="[object Window]"?d(o):r(n(o))}},function(g,i,u){var n=u(9);g.exports=function(r){var l=n.getKeys(r),h=n.getSymbols;if(h)for(var d,o=h(r),f=n.isEnum,y=0;o.length>y;)f.call(r,d=o[y++])&&l.push(d);return l}},function(g,i,u){var n=u(34);g.exports=Array.isArray||function(r){return n(r)=="Array"}},function(g,i,u){var n=u(40);g.exports=function(r){if(!n(r))throw TypeError(r+" is not an object!");return r}},function(g,i){g.exports=function(u){return typeof u=="object"?u!==null:typeof u=="function"}},function(g,i){g.exports=!0},function(g,i){},function(g,i,u){g.exports={default:u(44),__esModule:!0}},function(g,i,u){u(45),u(51),g.exports=u(29)("iterator")},function(g,i,u){"use strict";var n=u(46)(!0);u(48)(String,"String",function(r){this._t=String(r),this._i=0},function(){var r,l=this._t,h=this._i;return h>=l.length?{value:void 0,done:!0}:(r=n(l,h),this._i+=r.length,{value:r,done:!1})})},function(g,i,u){var n=u(47),r=u(35);g.exports=function(l){return function(h,d){var o,f,y=String(r(h)),s=n(d),m=y.length;return s<0||s>=m?l?"":void 0:(o=y.charCodeAt(s),o<55296||o>56319||s+1===m||(f=y.charCodeAt(s+1))<56320||f>57343?l?y.charAt(s):o:l?y.slice(s,s+2):(o-55296<<10)+(f-56320)+65536)}}},function(g,i){var u=Math.ceil,n=Math.floor;g.exports=function(r){return isNaN(r=+r)?0:(r>0?n:u)(r)}},function(g,i,u){"use strict";var n=u(41),r=u(20),l=u(24),h=u(25),d=u(17),o=u(49),f=u(50),y=u(28),s=u(9).getProto,m=u(29)("iterator"),c=!([].keys&&"next"in[].keys()),p="@@iterator",A="keys",v="values",E=function(){return this};g.exports=function(w,S,x,T,R,k,I){f(x,S,T);var _,C,D=function(W){if(!c&&W in H)return H[W];switch(W){case A:return function(){return new x(this,W)};case v:return function(){return new x(this,W)}}return function(){return new x(this,W)}},M=S+" Iterator",$=R==v,V=!1,H=w.prototype,U=H[m]||H[p]||R&&H[R],F=U||D(R);if(U){var G=s(F.call(new w));y(G,M,!0),!n&&d(H,p)&&h(G,m,E),$&&U.name!==v&&(V=!0,F=function(){return U.call(this)})}if(n&&!I||!c&&!V&&H[m]||h(H,m,F),o[S]=F,o[M]=E,R)if(_={values:$?F:D(v),keys:k?F:D(A),entries:$?D("entries"):F},I)for(C in _)C in H||l(H,C,_[C]);else r(r.P+r.F*(c||V),S,_);return _}},function(g,i){g.exports={}},function(g,i,u){"use strict";var n=u(9),r=u(26),l=u(28),h={};u(25)(h,u(29)("iterator"),function(){return this}),g.exports=function(d,o,f){d.prototype=n.create(h,{next:r(1,f)}),l(d,o+" Iterator")}},function(g,i,u){u(52);var n=u(49);n.NodeList=n.HTMLCollection=n.Array},function(g,i,u){"use strict";var n=u(53),r=u(54),l=u(49),h=u(32);g.exports=u(48)(Array,"Array",function(d,o){this._t=h(d),this._i=0,this._k=o},function(){var d=this._t,o=this._k,f=this._i++;return!d||f>=d.length?(this._t=void 0,r(1)):o=="keys"?r(0,f):o=="values"?r(0,d[f]):r(0,[f,d[f]])},"values"),l.Arguments=l.Array,n("keys"),n("values"),n("entries")},function(g,i){g.exports=function(){}},function(g,i){g.exports=function(u,n){return{value:n,done:!!u}}},function(g,i,u){g.exports={default:u(56),__esModule:!0}},function(g,i,u){u(51),u(45),g.exports=u(57)},function(g,i,u){var n=u(39),r=u(58);g.exports=u(21).getIterator=function(l){var h=r(l);if(typeof h!="function")throw TypeError(l+" is not iterable!");return n(h.call(l))}},function(g,i,u){var n=u(59),r=u(29)("iterator"),l=u(49);g.exports=u(21).getIteratorMethod=function(h){if(h!=null)return h[r]||h["@@iterator"]||l[n(h)]}},function(g,i,u){var n=u(34),r=u(29)("toStringTag"),l=n(function(){return arguments}())=="Arguments";g.exports=function(h){var d,o,f;return h===void 0?"Undefined":h===null?"Null":typeof(o=(d=Object(h))[r])=="string"?o:l?n(d):(f=n(d))=="Object"&&typeof d.callee=="function"?"Arguments":f}},function(g,i,u){g.exports={default:u(61),__esModule:!0}},function(g,i,u){u(62),g.exports=u(21).Object.keys},function(g,i,u){var n=u(63);u(64)("keys",function(r){return function(l){return r(n(l))}})},function(g,i,u){var n=u(35);g.exports=function(r){return Object(n(r))}},function(g,i,u){var n=u(20),r=u(21),l=u(19);g.exports=function(h,d){var o=(r.Object||{})[h]||Object[h],f={};f[h]=d(o),n(n.S+n.F*l(function(){o(1)}),"Object",f)}},function(g,i,u){"use strict";var n=u(1).default;i.__esModule=!0;var r=u(6),l=n(r);i.default=function(h){h.registerHelper("helperMissing",function(){if(arguments.length!==1)throw new l.default('Missing helper: "'+arguments[arguments.length-1].name+'"')})},g.exports=i.default},function(g,i,u){"use strict";var n=u(1).default;i.__esModule=!0;var r=u(5),l=u(6),h=n(l);i.default=function(d){d.registerHelper("if",function(o,f){if(arguments.length!=2)throw new h.default("#if requires exactly one argument");return r.isFunction(o)&&(o=o.call(this)),!f.hash.includeZero&&!o||r.isEmpty(o)?f.inverse(this):f.fn(this)}),d.registerHelper("unless",function(o,f){if(arguments.length!=2)throw new h.default("#unless requires exactly one argument");return d.helpers.if.call(this,o,{fn:f.inverse,inverse:f.fn,hash:f.hash})})},g.exports=i.default},function(g,i){"use strict";i.__esModule=!0,i.default=function(u){u.registerHelper("log",function(){for(var n=[void 0],r=arguments[arguments.length-1],l=0;l=0?h:parseInt(l,10)}return l},log:function(l){if(l=r.lookupLevel(l),typeof console!="undefined"&&r.lookupLevel(r.level)<=l){var h=r.methodMap[l];console[h]||(h="log");for(var d=arguments.length,o=Array(d>1?d-1:0),f=1;f=T.LAST_COMPATIBLE_COMPILER_REVISION&&C<=T.COMPILER_REVISION)){if(C=T.LAST_COMPATIBLE_COMPILER_REVISION&&C<=T.COMPILER_REVISION)){if(C2&&D.push("'"+this.terminals_[I]+"'");$=this.lexer.showPosition?"Parse error on line "+(p+1)+`: +`)}return W}throw new x.default("The partial "+F.name+" could not be compiled when running in runtime-only mode")}function M(H){function U(re){return""+_.main(V,re,V.helpers,V.partials,G,Q,W)}var F=arguments.length<=1||arguments[1]===void 0?{}:arguments[1],G=F.data;M._setup(F),!F.partial&&_.useData&&(G=f(H,G));var W=void 0,Q=_.useBlockParams?[]:void 0;return _.useDepths&&(W=F.depths?H!=F.depths[0]?[H].concat(F.depths):F.depths:[H]),(U=y(_.main,U,V,F.depths||[],G,Q))(H,F)}if(!C)throw new x.default("No environment passed to template");if(!_||!_.main)throw new x.default("Unknown template object: "+typeof _);_.main.decorator=_.main_d,C.VM.checkRevision(_.compiler);var $=_.compiler&&_.compiler[0]===7,V={strict:function(H,U,F){if(!(H&&U in H))throw new x.default('"'+U+'" not defined in '+H,{loc:F});return V.lookupProperty(H,U)},lookupProperty:function(H,U){var F=H[U];return F==null||Object.prototype.hasOwnProperty.call(H,U)||I.resultIsAllowed(F,V.protoAccessControl,U)?F:void 0},lookup:function(H,U){for(var F=H.length,G=0;G2&&D.push("'"+this.terminals_[I]+"'");$=this.lexer.showPosition?"Parse error on line "+(p+1)+`: `+this.lexer.showPosition()+` -Expecting `+D.join(", ")+", got '"+(this.terminals_[S]||S)+"'":"Parse error on line "+(p+1)+": Unexpected "+(S==1?"end of input":"'"+(this.terminals_[S]||S)+"'"),this.parseError($,{text:this.lexer.match,token:this.terminals_[S]||S,line:this.lexer.yylineno,loc:E,expected:D})}}if(R[0]instanceof Array&&R.length>1)throw new Error("Parse Error: multiple actions possible at state: "+T+", token: "+S);switch(R[0]){case 1:f.push(S),y.push(this.lexer.yytext),s.push(this.lexer.yylloc),f.push(R[1]),S=null,w?(S=w,w=null):(A=this.lexer.yyleng,c=this.lexer.yytext,p=this.lexer.yylineno,E=this.lexer.yylloc,v>0&&v--);break;case 2:if(_=this.productions_[R[1]][1],M.$=y[y.length-_],M._$={first_line:s[s.length-(_||1)].first_line,last_line:s[s.length-1].last_line,first_column:s[s.length-(_||1)].first_column,last_column:s[s.length-1].last_column},x&&(M._$.range=[s[s.length-(_||1)].range[0],s[s.length-1].range[1]]),k=this.performAction.call(M,c,A,p,this.yy,R[1],y,s),typeof k!="undefined")return k;_&&(f=f.slice(0,-1*_*2),y=y.slice(0,-1*_),s=s.slice(0,-1*_)),f.push(this.productions_[R[1]][0]),y.push(M.$),s.push(M._$),C=m[f[f.length-2]][f[f.length-1]],f.push(C);break;case 3:return!0}}return!0}},l=function(){var h={EOF:1,parseError:function(d,o){if(!this.yy.parser)throw new Error(d);this.yy.parser.parseError(d,o)},setInput:function(d){return this._input=d,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 d=this._input[0];this.yytext+=d,this.yyleng++,this.offset++,this.match+=d,this.matched+=d;var o=d.match(/(?:\r\n?|\n).*/g);return o?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),d},unput:function(d){var o=d.length,f=d.split(/(?:\r\n?|\n)/g);this._input=d+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-o-1),this.offset-=o;var y=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),f.length-1&&(this.yylineno-=f.length-1);var s=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:f?(f.length===y.length?this.yylloc.first_column:0)+y[y.length-f.length].length-f[0].length:this.yylloc.first_column-o},this.options.ranges&&(this.yylloc.range=[s[0],s[0]+this.yyleng-o]),this},more:function(){return this._more=!0,this},less:function(d){this.unput(this.match.slice(d))},pastInput:function(){var d=this.matched.substr(0,this.matched.length-this.match.length);return(d.length>20?"...":"")+d.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var d=this.match;return d.length<20&&(d+=this._input.substr(0,20-d.length)),(d.substr(0,20)+(d.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var d=this.pastInput(),o=new Array(d.length+1).join("-");return d+this.upcomingInput()+` +Expecting `+D.join(", ")+", got '"+(this.terminals_[S]||S)+"'":"Parse error on line "+(p+1)+": Unexpected "+(S==1?"end of input":"'"+(this.terminals_[S]||S)+"'"),this.parseError($,{text:this.lexer.match,token:this.terminals_[S]||S,line:this.lexer.yylineno,loc:E,expected:D})}}if(R[0]instanceof Array&&R.length>1)throw new Error("Parse Error: multiple actions possible at state: "+T+", token: "+S);switch(R[0]){case 1:f.push(S),y.push(this.lexer.yytext),s.push(this.lexer.yylloc),f.push(R[1]),S=null,x?(S=x,x=null):(A=this.lexer.yyleng,c=this.lexer.yytext,p=this.lexer.yylineno,E=this.lexer.yylloc,v>0&&v--);break;case 2:if(_=this.productions_[R[1]][1],M.$=y[y.length-_],M._$={first_line:s[s.length-(_||1)].first_line,last_line:s[s.length-1].last_line,first_column:s[s.length-(_||1)].first_column,last_column:s[s.length-1].last_column},w&&(M._$.range=[s[s.length-(_||1)].range[0],s[s.length-1].range[1]]),k=this.performAction.call(M,c,A,p,this.yy,R[1],y,s),typeof k!="undefined")return k;_&&(f=f.slice(0,-1*_*2),y=y.slice(0,-1*_),s=s.slice(0,-1*_)),f.push(this.productions_[R[1]][0]),y.push(M.$),s.push(M._$),C=m[f[f.length-2]][f[f.length-1]],f.push(C);break;case 3:return!0}}return!0}},l=function(){var h={EOF:1,parseError:function(d,o){if(!this.yy.parser)throw new Error(d);this.yy.parser.parseError(d,o)},setInput:function(d){return this._input=d,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 d=this._input[0];this.yytext+=d,this.yyleng++,this.offset++,this.match+=d,this.matched+=d;var o=d.match(/(?:\r\n?|\n).*/g);return o?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),d},unput:function(d){var o=d.length,f=d.split(/(?:\r\n?|\n)/g);this._input=d+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-o-1),this.offset-=o;var y=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),f.length-1&&(this.yylineno-=f.length-1);var s=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:f?(f.length===y.length?this.yylloc.first_column:0)+y[y.length-f.length].length-f[0].length:this.yylloc.first_column-o},this.options.ranges&&(this.yylloc.range=[s[0],s[0]+this.yyleng-o]),this},more:function(){return this._more=!0,this},less:function(d){this.unput(this.match.slice(d))},pastInput:function(){var d=this.matched.substr(0,this.matched.length-this.match.length);return(d.length>20?"...":"")+d.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var d=this.match;return d.length<20&&(d+=this._input.substr(0,20-d.length)),(d.substr(0,20)+(d.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var d=this.pastInput(),o=new Array(d.length+1).join("-");return d+this.upcomingInput()+` `+o+"^"},next:function(){if(this.done)return this.EOF;this._input||(this.done=!0);var d,o,f,y,s;this._more||(this.yytext="",this.match="");for(var m=this._currentRules(),c=0;co[0].length)||(o=f,y=c,this.options.flex));c++);return o?(s=o[0].match(/(?:\r\n?|\n).*/g),s&&(this.yylineno+=s.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:s?s[s.length-1].length-s[s.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+o[0].length},this.yytext+=o[0],this.match+=o[0],this.matches=o,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(o[0].length),this.matched+=o[0],d=this.performAction.call(this,this.yy,this,m[y],this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),d||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 d=this.next();return typeof d!="undefined"?d:this.lex()},begin:function(d){this.conditionStack.push(d)},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(d){this.begin(d)}};return h.options={},h.performAction=function(d,o,f,y){function s(m,c){return o.yytext=o.yytext.substring(m,o.yyleng-c+m)}switch(f){case 0:if(o.yytext.slice(-2)==="\\\\"?(s(0,1),this.begin("mu")):o.yytext.slice(-1)==="\\"?(s(0,1),this.begin("emu")):this.begin("mu"),o.yytext)return 15;break;case 1:return 15;case 2:return this.popState(),15;case 3:return this.begin("raw"),15;case 4:return this.popState(),this.conditionStack[this.conditionStack.length-1]==="raw"?15:(s(5,9),"END_RAW_BLOCK");case 5:return 15;case 6:return this.popState(),14;case 7:return 65;case 8:return 68;case 9:return 19;case 10:return this.popState(),this.begin("raw"),23;case 11:return 55;case 12:return 60;case 13:return 29;case 14:return 47;case 15:return this.popState(),44;case 16:return this.popState(),44;case 17:return 34;case 18:return 39;case 19:return 51;case 20:return 48;case 21:this.unput(o.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 o.yytext=s(1,2).replace(/\\"/g,'"'),80;case 32:return o.yytext=s(1,2).replace(/\\'/g,"'"),80;case 33:return 85;case 34:return 82;case 35:return 82;case 36:return 83;case 37:return 84;case 38:return 81;case 39:return 75;case 40:return 77;case 41:return 72;case 42:return o.yytext=o.yytext.replace(/\\([\\\]])/g,"$1"),72;case 43:return"INVALID";case 44:return 5}},h.rules=[/^(?:[^\x00]*?(?=(\{\{)))/,/^(?:[^\x00]+)/,/^(?:[^\x00]{2,}?(?=(\{\{|\\\{\{|\\\\\{\{|$)))/,/^(?:\{\{\{\{(?=[^/]))/,/^(?:\{\{\{\{\/[^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=[=}\s\/.])\}\}\}\})/,/^(?:[^\x00]+?(?=(\{\{\{\{)))/,/^(?:[\s\S]*?--(~)?\}\})/,/^(?:\()/,/^(?:\))/,/^(?:\{\{\{\{)/,/^(?:\}\}\}\})/,/^(?:\{\{(~)?>)/,/^(?:\{\{(~)?#>)/,/^(?:\{\{(~)?#\*?)/,/^(?:\{\{(~)?\/)/,/^(?:\{\{(~)?\^\s*(~)?\}\})/,/^(?:\{\{(~)?\s*else\s*(~)?\}\})/,/^(?:\{\{(~)?\^)/,/^(?:\{\{(~)?\s*else\b)/,/^(?:\{\{(~)?\{)/,/^(?:\{\{(~)?&)/,/^(?:\{\{(~)?!--)/,/^(?:\{\{(~)?![\s\S]*?\}\})/,/^(?:\{\{(~)?\*?)/,/^(?:=)/,/^(?:\.\.)/,/^(?:\.(?=([=~}\s\/.)|])))/,/^(?:[\/.])/,/^(?:\s+)/,/^(?:\}(~)?\}\})/,/^(?:(~)?\}\})/,/^(?:"(\\["]|[^"])*")/,/^(?:'(\\[']|[^'])*')/,/^(?:@)/,/^(?:true(?=([~}\s)])))/,/^(?:false(?=([~}\s)])))/,/^(?:undefined(?=([~}\s)])))/,/^(?:null(?=([~}\s)])))/,/^(?:-?[0-9]+(?:\.[0-9]+)?(?=([~}\s)])))/,/^(?:as\s+\|)/,/^(?:\|)/,/^(?:([^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=([=~}\s\/.)|]))))/,/^(?:\[(\\\]|[^\]])*\])/,/^(?:.)/,/^(?:$)/],h.conditions={mu:{rules:[7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44],inclusive:!1},emu:{rules:[2],inclusive:!1},com:{rules:[6],inclusive:!1},raw:{rules:[3,4,5],inclusive:!1},INITIAL:{rules:[0,1,44],inclusive:!0}},h}();return r.lexer=l,n.prototype=r,r.Parser=n,new n}();i.default=u,g.exports=i.default},function(g,i,u){"use strict";function n(){var s=arguments.length<=0||arguments[0]===void 0?{}:arguments[0];this.options=s}function r(s,m,c){m===void 0&&(m=s.length);var p=s[m-1],A=s[m-2];return p?p.type==="ContentStatement"?(A||!c?/\r?\n\s*?$/:/(^|\r?\n)\s*?$/).test(p.original):void 0:c}function l(s,m,c){m===void 0&&(m=-1);var p=s[m+1],A=s[m+2];return p?p.type==="ContentStatement"?(A||!c?/^\s*?\r?\n/:/^\s*?(\r?\n|$)/).test(p.original):void 0:c}function h(s,m,c){var p=s[m==null?0:m+1];if(p&&p.type==="ContentStatement"&&(c||!p.rightStripped)){var A=p.value;p.value=p.value.replace(c?/^\s+/:/^[ \t]*\r?\n?/,""),p.rightStripped=p.value!==A}}function d(s,m,c){var p=s[m==null?s.length-1:m-1];if(p&&p.type==="ContentStatement"&&(c||!p.leftStripped)){var A=p.value;return p.value=p.value.replace(c?/\s+$/:/[ \t]+$/,""),p.leftStripped=p.value!==A,p.leftStripped}}var o=u(1).default;i.__esModule=!0;var f=u(88),y=o(f);n.prototype=new y.default,n.prototype.Program=function(s){var m=!this.options.ignoreStandalone,c=!this.isRootSeen;this.isRootSeen=!0;for(var p=s.body,A=0,v=p.length;A0)throw new v.default("Invalid path: "+w,{loc:S});_===".."&&R++}}return{type:"PathExpression",data:E,depth:R,parts:T,original:w,loc:S}}function f(E,x,S,w,T,R){var k=w.charAt(3)||w.charAt(2),I=k!=="{"&&k!=="&",_=/\*/.test(w);return{type:_?"Decorator":"MustacheStatement",path:E,params:x,hash:S,escaped:I,strip:T,loc:this.locInfo(R)}}function y(E,x,S,w){n(E,S),w=this.locInfo(w);var T={type:"Program",body:x,strip:{},loc:w};return{type:"BlockStatement",path:E.path,params:E.params,hash:E.hash,program:T,openStrip:{},inverseStrip:{},closeStrip:{},loc:w}}function s(E,x,S,w,T,R){w&&w.path&&n(E,w);var k=/\*/.test(E.open);x.blockParams=E.blockParams;var I=void 0,_=void 0;if(S){if(k)throw new v.default("Unexpected inverse block on decorator",S);S.chain&&(S.program.body[0].closeStrip=w.strip),_=S.strip,I=S.program}return T&&(T=I,I=x,x=T),{type:k?"DecoratorBlock":"BlockStatement",path:E.path,params:E.params,hash:E.hash,program:x,inverse:I,openStrip:E.strip,inverseStrip:_,closeStrip:w&&w.strip,loc:this.locInfo(R)}}function m(E,x){if(!x&&E.length){var S=E[0].loc,w=E[E.length-1].loc;S&&w&&(x={source:S.source,start:{line:S.start.line,column:S.start.column},end:{line:w.end.line,column:w.end.column}})}return{type:"Program",body:E,strip:{},loc:x}}function c(E,x,S,w){return n(E,S),{type:"PartialBlockStatement",name:E.path,params:E.params,hash:E.hash,program:x,openStrip:E.strip,closeStrip:S&&S.strip,loc:this.locInfo(w)}}var p=u(1).default;i.__esModule=!0,i.SourceLocation=r,i.id=l,i.stripFlags=h,i.stripComment=d,i.preparePath=o,i.prepareMustache=f,i.prepareRawBlock=y,i.prepareBlock=s,i.prepareProgram=m,i.preparePartialBlock=c;var A=u(6),v=p(A)},function(g,i,u){"use strict";function n(){}function r(v,E,x){if(v==null||typeof v!="string"&&v.type!=="Program")throw new s.default("You must pass a string or Handlebars AST to Handlebars.precompile. You passed "+v);E=E||{},"data"in E||(E.data=!0),E.compat&&(E.useDepths=!0);var S=x.parse(v,E),w=new x.Compiler().compile(S,E);return new x.JavaScriptCompiler().compile(w,E)}function l(v,E,x){function S(){var R=x.parse(v,E),k=new x.Compiler().compile(R,E),I=new x.JavaScriptCompiler().compile(k,E,void 0,!0);return x.template(I)}function w(R,k){return T||(T=S()),T.call(this,R,k)}if(E===void 0&&(E={}),v==null||typeof v!="string"&&v.type!=="Program")throw new s.default("You must pass a string or Handlebars AST to Handlebars.compile. You passed "+v);E=m.extend({},E),"data"in E||(E.data=!0),E.compat&&(E.useDepths=!0);var T=void 0;return w._setup=function(R){return T||(T=S()),T._setup(R)},w._child=function(R,k,I,_){return T||(T=S()),T._child(R,k,I,_)},w}function h(v,E){if(v===E)return!0;if(m.isArray(v)&&m.isArray(E)&&v.length===E.length){for(var x=0;x1)throw new s.default("Unsupported number of partial arguments: "+x.length,v);x.length||(this.options.explicitPartialContext?this.opcode("pushLiteral","undefined"):x.push({type:"PathExpression",parts:[],depth:0}));var S=v.name.original,w=v.name.type==="SubExpression";w&&this.accept(v.name),this.setupFullMustacheParams(v,E,void 0,!0);var T=v.indent||"";this.options.preventIndent&&T&&(this.opcode("appendContent",T),T=""),this.opcode("invokePartial",w,S,T),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){d(v);var E=this.classifySexpr(v);E==="simple"?this.simpleSexpr(v):E==="helper"?this.helperSexpr(v):this.ambiguousSexpr(v)},ambiguousSexpr:function(v,E,x){var S=v.path,w=S.parts[0],T=E!=null||x!=null;this.opcode("getContext",S.depth),this.opcode("pushProgram",E),this.opcode("pushProgram",x),S.strict=!0,this.accept(S),this.opcode("invokeAmbiguous",w,T)},simpleSexpr:function(v){var E=v.path;E.strict=!0,this.accept(E),this.opcode("resolvePossibleLambda")},helperSexpr:function(v,E,x){var S=this.setupFullMustacheParams(v,E,x),w=v.path,T=w.parts[0];if(this.options.knownHelpers[T])this.opcode("invokeKnownHelper",S.length,T);else{if(this.options.knownHelpersOnly)throw new s.default("You specified knownHelpersOnly, but used the unknown helper "+T,v);w.strict=!0,w.falsy=!0,this.accept(w),this.opcode("invokeHelper",S.length,w.original,p.default.helpers.simpleId(w))}},PathExpression:function(v){this.addDepth(v.depth),this.opcode("getContext",v.depth);var E=v.parts[0],x=p.default.helpers.scopedId(v),S=!v.depth&&!x&&this.blockParamIndex(E);S?this.opcode("lookupBlockParam",S,v.parts):E?v.data?(this.options.data=!0,this.opcode("lookupData",v.depth,v.parts,v.strict)):this.opcode("lookupOnContext",v.parts,v.falsy,v.strict,x):this.opcode("pushContext")},StringLiteral:function(v){this.opcode("pushString",v.value)},NumberLiteral:function(v){this.opcode("pushLiteral",v.value)},BooleanLiteral:function(v){this.opcode("pushLiteral",v.value)},UndefinedLiteral:function(){this.opcode("pushLiteral","undefined")},NullLiteral:function(){this.opcode("pushLiteral","null")},Hash:function(v){var E=v.pairs,x=0,S=E.length;for(this.opcode("pushHash");x=0)return[E,w]}}}},function(g,i,u){"use strict";function n(p){this.value=p}function r(){}function l(p,A,v,E,x){var S=A.popStack(),w=v.length;for(p&&w--;E@\[-\^`\{-~]+(?=[=}\s\/.])\}\}\}\})/,/^(?:[^\x00]+?(?=(\{\{\{\{)))/,/^(?:[\s\S]*?--(~)?\}\})/,/^(?:\()/,/^(?:\))/,/^(?:\{\{\{\{)/,/^(?:\}\}\}\})/,/^(?:\{\{(~)?>)/,/^(?:\{\{(~)?#>)/,/^(?:\{\{(~)?#\*?)/,/^(?:\{\{(~)?\/)/,/^(?:\{\{(~)?\^\s*(~)?\}\})/,/^(?:\{\{(~)?\s*else\s*(~)?\}\})/,/^(?:\{\{(~)?\^)/,/^(?:\{\{(~)?\s*else\b)/,/^(?:\{\{(~)?\{)/,/^(?:\{\{(~)?&)/,/^(?:\{\{(~)?!--)/,/^(?:\{\{(~)?![\s\S]*?\}\})/,/^(?:\{\{(~)?\*?)/,/^(?:=)/,/^(?:\.\.)/,/^(?:\.(?=([=~}\s\/.)|])))/,/^(?:[\/.])/,/^(?:\s+)/,/^(?:\}(~)?\}\})/,/^(?:(~)?\}\})/,/^(?:"(\\["]|[^"])*")/,/^(?:'(\\[']|[^'])*')/,/^(?:@)/,/^(?:true(?=([~}\s)])))/,/^(?:false(?=([~}\s)])))/,/^(?:undefined(?=([~}\s)])))/,/^(?:null(?=([~}\s)])))/,/^(?:-?[0-9]+(?:\.[0-9]+)?(?=([~}\s)])))/,/^(?:as\s+\|)/,/^(?:\|)/,/^(?:([^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=([=~}\s\/.)|]))))/,/^(?:\[(\\\]|[^\]])*\])/,/^(?:.)/,/^(?:$)/],h.conditions={mu:{rules:[7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44],inclusive:!1},emu:{rules:[2],inclusive:!1},com:{rules:[6],inclusive:!1},raw:{rules:[3,4,5],inclusive:!1},INITIAL:{rules:[0,1,44],inclusive:!0}},h}();return r.lexer=l,n.prototype=r,r.Parser=n,new n}();i.default=u,g.exports=i.default},function(g,i,u){"use strict";function n(){var s=arguments.length<=0||arguments[0]===void 0?{}:arguments[0];this.options=s}function r(s,m,c){m===void 0&&(m=s.length);var p=s[m-1],A=s[m-2];return p?p.type==="ContentStatement"?(A||!c?/\r?\n\s*?$/:/(^|\r?\n)\s*?$/).test(p.original):void 0:c}function l(s,m,c){m===void 0&&(m=-1);var p=s[m+1],A=s[m+2];return p?p.type==="ContentStatement"?(A||!c?/^\s*?\r?\n/:/^\s*?(\r?\n|$)/).test(p.original):void 0:c}function h(s,m,c){var p=s[m==null?0:m+1];if(p&&p.type==="ContentStatement"&&(c||!p.rightStripped)){var A=p.value;p.value=p.value.replace(c?/^\s+/:/^[ \t]*\r?\n?/,""),p.rightStripped=p.value!==A}}function d(s,m,c){var p=s[m==null?s.length-1:m-1];if(p&&p.type==="ContentStatement"&&(c||!p.leftStripped)){var A=p.value;return p.value=p.value.replace(c?/\s+$/:/[ \t]+$/,""),p.leftStripped=p.value!==A,p.leftStripped}}var o=u(1).default;i.__esModule=!0;var f=u(88),y=o(f);n.prototype=new y.default,n.prototype.Program=function(s){var m=!this.options.ignoreStandalone,c=!this.isRootSeen;this.isRootSeen=!0;for(var p=s.body,A=0,v=p.length;A0)throw new v.default("Invalid path: "+x,{loc:S});_===".."&&R++}}return{type:"PathExpression",data:E,depth:R,parts:T,original:x,loc:S}}function f(E,w,S,x,T,R){var k=x.charAt(3)||x.charAt(2),I=k!=="{"&&k!=="&",_=/\*/.test(x);return{type:_?"Decorator":"MustacheStatement",path:E,params:w,hash:S,escaped:I,strip:T,loc:this.locInfo(R)}}function y(E,w,S,x){n(E,S),x=this.locInfo(x);var T={type:"Program",body:w,strip:{},loc:x};return{type:"BlockStatement",path:E.path,params:E.params,hash:E.hash,program:T,openStrip:{},inverseStrip:{},closeStrip:{},loc:x}}function s(E,w,S,x,T,R){x&&x.path&&n(E,x);var k=/\*/.test(E.open);w.blockParams=E.blockParams;var I=void 0,_=void 0;if(S){if(k)throw new v.default("Unexpected inverse block on decorator",S);S.chain&&(S.program.body[0].closeStrip=x.strip),_=S.strip,I=S.program}return T&&(T=I,I=w,w=T),{type:k?"DecoratorBlock":"BlockStatement",path:E.path,params:E.params,hash:E.hash,program:w,inverse:I,openStrip:E.strip,inverseStrip:_,closeStrip:x&&x.strip,loc:this.locInfo(R)}}function m(E,w){if(!w&&E.length){var S=E[0].loc,x=E[E.length-1].loc;S&&x&&(w={source:S.source,start:{line:S.start.line,column:S.start.column},end:{line:x.end.line,column:x.end.column}})}return{type:"Program",body:E,strip:{},loc:w}}function c(E,w,S,x){return n(E,S),{type:"PartialBlockStatement",name:E.path,params:E.params,hash:E.hash,program:w,openStrip:E.strip,closeStrip:S&&S.strip,loc:this.locInfo(x)}}var p=u(1).default;i.__esModule=!0,i.SourceLocation=r,i.id=l,i.stripFlags=h,i.stripComment=d,i.preparePath=o,i.prepareMustache=f,i.prepareRawBlock=y,i.prepareBlock=s,i.prepareProgram=m,i.preparePartialBlock=c;var A=u(6),v=p(A)},function(g,i,u){"use strict";function n(){}function r(v,E,w){if(v==null||typeof v!="string"&&v.type!=="Program")throw new s.default("You must pass a string or Handlebars AST to Handlebars.precompile. You passed "+v);E=E||{},"data"in E||(E.data=!0),E.compat&&(E.useDepths=!0);var S=w.parse(v,E),x=new w.Compiler().compile(S,E);return new w.JavaScriptCompiler().compile(x,E)}function l(v,E,w){function S(){var R=w.parse(v,E),k=new w.Compiler().compile(R,E),I=new w.JavaScriptCompiler().compile(k,E,void 0,!0);return w.template(I)}function x(R,k){return T||(T=S()),T.call(this,R,k)}if(E===void 0&&(E={}),v==null||typeof v!="string"&&v.type!=="Program")throw new s.default("You must pass a string or Handlebars AST to Handlebars.compile. You passed "+v);E=m.extend({},E),"data"in E||(E.data=!0),E.compat&&(E.useDepths=!0);var T=void 0;return x._setup=function(R){return T||(T=S()),T._setup(R)},x._child=function(R,k,I,_){return T||(T=S()),T._child(R,k,I,_)},x}function h(v,E){if(v===E)return!0;if(m.isArray(v)&&m.isArray(E)&&v.length===E.length){for(var w=0;w1)throw new s.default("Unsupported number of partial arguments: "+w.length,v);w.length||(this.options.explicitPartialContext?this.opcode("pushLiteral","undefined"):w.push({type:"PathExpression",parts:[],depth:0}));var S=v.name.original,x=v.name.type==="SubExpression";x&&this.accept(v.name),this.setupFullMustacheParams(v,E,void 0,!0);var T=v.indent||"";this.options.preventIndent&&T&&(this.opcode("appendContent",T),T=""),this.opcode("invokePartial",x,S,T),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){d(v);var E=this.classifySexpr(v);E==="simple"?this.simpleSexpr(v):E==="helper"?this.helperSexpr(v):this.ambiguousSexpr(v)},ambiguousSexpr:function(v,E,w){var S=v.path,x=S.parts[0],T=E!=null||w!=null;this.opcode("getContext",S.depth),this.opcode("pushProgram",E),this.opcode("pushProgram",w),S.strict=!0,this.accept(S),this.opcode("invokeAmbiguous",x,T)},simpleSexpr:function(v){var E=v.path;E.strict=!0,this.accept(E),this.opcode("resolvePossibleLambda")},helperSexpr:function(v,E,w){var S=this.setupFullMustacheParams(v,E,w),x=v.path,T=x.parts[0];if(this.options.knownHelpers[T])this.opcode("invokeKnownHelper",S.length,T);else{if(this.options.knownHelpersOnly)throw new s.default("You specified knownHelpersOnly, but used the unknown helper "+T,v);x.strict=!0,x.falsy=!0,this.accept(x),this.opcode("invokeHelper",S.length,x.original,p.default.helpers.simpleId(x))}},PathExpression:function(v){this.addDepth(v.depth),this.opcode("getContext",v.depth);var E=v.parts[0],w=p.default.helpers.scopedId(v),S=!v.depth&&!w&&this.blockParamIndex(E);S?this.opcode("lookupBlockParam",S,v.parts):E?v.data?(this.options.data=!0,this.opcode("lookupData",v.depth,v.parts,v.strict)):this.opcode("lookupOnContext",v.parts,v.falsy,v.strict,w):this.opcode("pushContext")},StringLiteral:function(v){this.opcode("pushString",v.value)},NumberLiteral:function(v){this.opcode("pushLiteral",v.value)},BooleanLiteral:function(v){this.opcode("pushLiteral",v.value)},UndefinedLiteral:function(){this.opcode("pushLiteral","undefined")},NullLiteral:function(){this.opcode("pushLiteral","null")},Hash:function(v){var E=v.pairs,w=0,S=E.length;for(this.opcode("pushHash");w=0)return[E,x]}}}},function(g,i,u){"use strict";function n(p){this.value=p}function r(){}function l(p,A,v,E,w){var S=A.popStack(),x=v.length;for(p&&x--;E0&&(v+=", "+E.join(", "));var x=0;h(this.aliases).forEach(function(T){var R=A.aliases[T];R.children&&R.referenceCount>1&&(v+=", alias"+ ++x+"="+T,R.children[0]="alias"+x)}),this.lookupPropertyFunctionIsUsed&&(v+=", "+this.lookupPropertyFunctionVarDeclaration());var S=["container","depth0","helpers","partials","data"];(this.useBlockParams||this.useDepths)&&S.push("blockParams"),this.useDepths&&S.push("depths");var w=this.mergeSource(v);return p?(S.push(w),Function.apply(this,S)):this.source.wrap(["function(",S.join(","),`) { - `,w,"}"])},mergeSource:function(p){var A=this.environment.isSimple,v=!this.forceBuffer,E=void 0,x=void 0,S=void 0,w=void 0;return this.source.each(function(T){T.appendToBuffer?(S?T.prepend(" + "):S=T,w=T):(S&&(x?S.prepend("buffer += "):E=!0,w.add(";"),S=w=void 0),x=!0,A||(v=!1))}),v?S?(S.prepend("return "),w.add(";")):x||this.source.push('return "";'):(p+=", buffer = "+(E?"":this.initializeBuffer()),S?(S.prepend("return buffer + "),w.add(";")):this.source.push("return buffer;")),p&&this.source.prepend("var "+p.substring(2)+(E?"":`; +`),this.decorators=this.decorators.merge()));var k=this.createFunctionContext(E);if(this.isChild)return k;var I={compiler:this.compilerInfo(),main:k};this.decorators&&(I.main_d=this.decorators,I.useDecorators=!0);var _=this.context,C=_.programs,D=_.decorators;for(T=0,R=C.length;T0&&(v+=", "+E.join(", "));var w=0;h(this.aliases).forEach(function(T){var R=A.aliases[T];R.children&&R.referenceCount>1&&(v+=", alias"+ ++w+"="+T,R.children[0]="alias"+w)}),this.lookupPropertyFunctionIsUsed&&(v+=", "+this.lookupPropertyFunctionVarDeclaration());var S=["container","depth0","helpers","partials","data"];(this.useBlockParams||this.useDepths)&&S.push("blockParams"),this.useDepths&&S.push("depths");var x=this.mergeSource(v);return p?(S.push(x),Function.apply(this,S)):this.source.wrap(["function(",S.join(","),`) { + `,x,"}"])},mergeSource:function(p){var A=this.environment.isSimple,v=!this.forceBuffer,E=void 0,w=void 0,S=void 0,x=void 0;return this.source.each(function(T){T.appendToBuffer?(S?T.prepend(" + "):S=T,x=T):(S&&(w?S.prepend("buffer += "):E=!0,x.add(";"),S=x=void 0),w=!0,A||(v=!1))}),v?S?(S.prepend("return "),x.add(";")):w||this.source.push('return "";'):(p+=", buffer = "+(E?"":this.initializeBuffer()),S?(S.prepend("return buffer + "),x.add(";")):this.source.push("return buffer;")),p&&this.source.prepend("var "+p.substring(2)+(E?"":`; `)),this.source.merge()},lookupPropertyFunctionVarDeclaration:function(){return` lookupProperty = container.lookupProperty || function(parent, propertyName) { if (Object.prototype.hasOwnProperty.call(parent, propertyName)) { @@ -47,21 +47,21 @@ Expecting `+D.join(", ")+", got '"+(this.terminals_[S]||S)+"'":"Parse error on l } return undefined } - `.trim()},blockValue:function(p){var A=this.aliasable("container.hooks.blockHelperMissing"),v=[this.contextName(0)];this.setupHelperArgs(p,0,v);var E=this.popStack();v.splice(1,0,E),this.push(this.source.functionCall(A,"call",v))},ambiguousBlockValue:function(){var p=this.aliasable("container.hooks.blockHelperMissing"),A=[this.contextName(0)];this.setupHelperArgs("",0,A,!0),this.flushInline();var v=this.topStack();A.splice(1,0,v),this.pushSource(["if (!",this.lastHelper,") { ",v," = ",this.source.functionCall(p,"call",A),"}"])},appendContent:function(p){this.pendingContent?p=this.pendingContent+p:this.pendingLocation=this.source.currentLocation,this.pendingContent=p},append:function(){if(this.isInline())this.replaceStack(function(A){return[" != null ? ",A,' : ""']}),this.pushSource(this.appendToBuffer(this.popStack()));else{var p=this.popStack();this.pushSource(["if (",p," != null) { ",this.appendToBuffer(p,void 0,!0)," }"]),this.environment.isSimple&&this.pushSource(["else { ",this.appendToBuffer("''",void 0,!0)," }"])}},appendEscaped:function(){this.pushSource(this.appendToBuffer([this.aliasable("container.escapeExpression"),"(",this.popStack(),")"]))},getContext:function(p){this.lastContext=p},pushContext:function(){this.pushStackLiteral(this.contextName(this.lastContext))},lookupOnContext:function(p,A,v,E){var x=0;E||!this.options.compat||this.lastContext?this.pushContext():this.push(this.depthedLookup(p[x++])),this.resolvePath("context",p,x,A,v)},lookupBlockParam:function(p,A){this.useBlockParams=!0,this.push(["blockParams[",p[0],"][",p[1],"]"]),this.resolvePath("context",A,1)},lookupData:function(p,A,v){p?this.pushStackLiteral("container.data(data, "+p+")"):this.pushStackLiteral("data"),this.resolvePath("data",A,0,!0,v)},resolvePath:function(p,A,v,E,x){var S=this;if(this.options.strict||this.options.assumeObjects)return void this.push(l(this.options.strict&&x,this,A,v,p));for(var w=A.length;vthis.stackVars.length&&this.stackVars.push("stack"+this.stackSlot),this.topStackName()},topStackName:function(){return"stack"+this.stackSlot},flushInline:function(){var p=this.inlineStack;this.inlineStack=[];for(var A=0,v=p.length;A{var u,n;u=[i(4153),i(3017),i(7908),i(3269),i(9406),i(2546),i(4335),i(9950),i(4840),i(6171),i(4605),i(5274)],n=function(r,l,h,d,o,f,y){"use strict";var s=/%20/g,m=/#.*$/,c=/([?&])_=[^&]*/,p=/^(.*?):[ \t]*([^\r\n]*)$/mg,A=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,v=/^(?:GET|HEAD)$/,E=/^\/\//,x={},S={},w="*/".concat("*"),T=l.createElement("a");T.href=o.href;function R(D){return function(M,$){typeof M!="string"&&($=M,M="*");var V,H=0,U=M.toLowerCase().match(d)||[];if(h($))for(;V=U[H++];)V[0]==="+"?(V=V.slice(1)||"*",(D[V]=D[V]||[]).unshift($)):(D[V]=D[V]||[]).push($)}}function k(D,M,$,V){var H={},U=D===S;function F(G){var W;return H[G]=!0,r.each(D[G]||[],function(Q,re){var se=re(M,$,V);if(typeof se=="string"&&!U&&!H[se])return M.dataTypes.unshift(se),F(se),!1;if(U)return!(W=se)}),W}return F(M.dataTypes[0])||!H["*"]&&F("*")}function I(D,M){var $,V,H=r.ajaxSettings.flatOptions||{};for($ in M)M[$]!==void 0&&((H[$]?D:V||(V={}))[$]=M[$]);return V&&r.extend(!0,D,V),D}function _(D,M,$){for(var V,H,U,F,G=D.contents,W=D.dataTypes;W[0]==="*";)W.shift(),V===void 0&&(V=D.mimeType||M.getResponseHeader("Content-Type"));if(V){for(H in G)if(G[H]&&G[H].test(V)){W.unshift(H);break}}if(W[0]in $)U=W[0];else{for(H in $){if(!W[0]||D.converters[H+" "+W[0]]){U=H;break}F||(F=H)}U=U||F}if(U)return U!==W[0]&&W.unshift(U),$[U]}function C(D,M,$,V){var H,U,F,G,W,Q={},re=D.dataTypes.slice();if(re[1])for(F in D.converters)Q[F.toLowerCase()]=D.converters[F];for(U=re.shift();U;)if(D.responseFields[U]&&($[D.responseFields[U]]=M),!W&&V&&D.dataFilter&&(M=D.dataFilter(M,D.dataType)),W=U,U=re.shift(),U){if(U==="*")U=W;else if(W!=="*"&&W!==U){if(F=Q[W+" "+U]||Q["* "+U],!F){for(H in Q)if(G=H.split(" "),G[1]===U&&(F=Q[W+" "+G[0]]||Q["* "+G[0]],F)){F===!0?F=Q[H]:Q[H]!==!0&&(U=G[0],re.unshift(G[1]));break}}if(F!==!0)if(F&&D.throws)M=F(M);else try{M=F(M)}catch(se){return{state:"parsererror",error:F?se:"No conversion from "+W+" to "+U}}}}return{state:"success",data:M}}return r.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:o.href,type:"GET",isLocal:A.test(o.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":w,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":r.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(D,M){return M?I(I(D,r.ajaxSettings),M):I(r.ajaxSettings,D)},ajaxPrefilter:R(x),ajaxTransport:R(S),ajax:function(D,M){typeof D=="object"&&(M=D,D=void 0),M=M||{};var $,V,H,U,F,G,W,Q,re,se,j=r.ajaxSetup({},M),me=j.context||j,Ae=j.context&&(me.nodeType||me.jquery)?r(me):r.event,xe=r.Deferred(),ke=r.Callbacks("once memory"),st=j.statusCode||{},At={},St={},_t="canceled",ce={readyState:0,getResponseHeader:function(Ee){var Fe;if(W){if(!U)for(U={};Fe=p.exec(H);)U[Fe[1].toLowerCase()+" "]=(U[Fe[1].toLowerCase()+" "]||[]).concat(Fe[2]);Fe=U[Ee.toLowerCase()+" "]}return Fe==null?null:Fe.join(", ")},getAllResponseHeaders:function(){return W?H:null},setRequestHeader:function(Ee,Fe){return W==null&&(Ee=St[Ee.toLowerCase()]=St[Ee.toLowerCase()]||Ee,At[Ee]=Fe),this},overrideMimeType:function(Ee){return W==null&&(j.mimeType=Ee),this},statusCode:function(Ee){var Fe;if(Ee)if(W)ce.always(Ee[ce.status]);else for(Fe in Ee)st[Fe]=[st[Fe],Ee[Fe]];return this},abort:function(Ee){var Fe=Ee||_t;return $&&$.abort(Fe),Ne(0,Fe),this}};if(xe.promise(ce),j.url=((D||j.url||o.href)+"").replace(E,o.protocol+"//"),j.type=M.method||M.type||j.method||j.type,j.dataTypes=(j.dataType||"*").toLowerCase().match(d)||[""],j.crossDomain==null){G=l.createElement("a");try{G.href=j.url,G.href=G.href,j.crossDomain=T.protocol+"//"+T.host!=G.protocol+"//"+G.host}catch(Ee){j.crossDomain=!0}}if(j.data&&j.processData&&typeof j.data!="string"&&(j.data=r.param(j.data,j.traditional)),k(x,j,M,ce),W)return ce;Q=r.event&&j.global,Q&&r.active++===0&&r.event.trigger("ajaxStart"),j.type=j.type.toUpperCase(),j.hasContent=!v.test(j.type),V=j.url.replace(m,""),j.hasContent?j.data&&j.processData&&(j.contentType||"").indexOf("application/x-www-form-urlencoded")===0&&(j.data=j.data.replace(s,"+")):(se=j.url.slice(V.length),j.data&&(j.processData||typeof j.data=="string")&&(V+=(y.test(V)?"&":"?")+j.data,delete j.data),j.cache===!1&&(V=V.replace(c,"$1"),se=(y.test(V)?"&":"?")+"_="+f.guid+++se),j.url=V+se),j.ifModified&&(r.lastModified[V]&&ce.setRequestHeader("If-Modified-Since",r.lastModified[V]),r.etag[V]&&ce.setRequestHeader("If-None-Match",r.etag[V])),(j.data&&j.hasContent&&j.contentType!==!1||M.contentType)&&ce.setRequestHeader("Content-Type",j.contentType),ce.setRequestHeader("Accept",j.dataTypes[0]&&j.accepts[j.dataTypes[0]]?j.accepts[j.dataTypes[0]]+(j.dataTypes[0]!=="*"?", "+w+"; q=0.01":""):j.accepts["*"]);for(re in j.headers)ce.setRequestHeader(re,j.headers[re]);if(j.beforeSend&&(j.beforeSend.call(me,ce,j)===!1||W))return ce.abort();if(_t="abort",ke.add(j.complete),ce.done(j.success),ce.fail(j.error),$=k(S,j,M,ce),!$)Ne(-1,"No Transport");else{if(ce.readyState=1,Q&&Ae.trigger("ajaxSend",[ce,j]),W)return ce;j.async&&j.timeout>0&&(F=window.setTimeout(function(){ce.abort("timeout")},j.timeout));try{W=!1,$.send(At,Ne)}catch(Ee){if(W)throw Ee;Ne(-1,Ee)}}function Ne(Ee,Fe,ht,Wt){var tt,Oe,de,Ie,Ce,J=Fe;W||(W=!0,F&&window.clearTimeout(F),$=void 0,H=Wt||"",ce.readyState=Ee>0?4:0,tt=Ee>=200&&Ee<300||Ee===304,ht&&(Ie=_(j,ce,ht)),!tt&&r.inArray("script",j.dataTypes)>-1&&r.inArray("json",j.dataTypes)<0&&(j.converters["text script"]=function(){}),Ie=C(j,Ie,ce,tt),tt?(j.ifModified&&(Ce=ce.getResponseHeader("Last-Modified"),Ce&&(r.lastModified[V]=Ce),Ce=ce.getResponseHeader("etag"),Ce&&(r.etag[V]=Ce)),Ee===204||j.type==="HEAD"?J="nocontent":Ee===304?J="notmodified":(J=Ie.state,Oe=Ie.data,de=Ie.error,tt=!de)):(de=J,(Ee||!J)&&(J="error",Ee<0&&(Ee=0))),ce.status=Ee,ce.statusText=(Fe||J)+"",tt?xe.resolveWith(me,[Oe,J,ce]):xe.rejectWith(me,[ce,J,de]),ce.statusCode(st),st=void 0,Q&&Ae.trigger(tt?"ajaxSuccess":"ajaxError",[ce,j,tt?Oe:de]),ke.fireWith(me,[ce,J]),Q&&(Ae.trigger("ajaxComplete",[ce,j]),--r.active||r.event.trigger("ajaxStop")))}return ce},getJSON:function(D,M,$){return r.get(D,M,$,"json")},getScript:function(D,M){return r.get(D,void 0,M,"script")}}),r.each(["get","post"],function(D,M){r[M]=function($,V,H,U){return h(V)&&(U=U||H,H=V,V=void 0),r.ajax(r.extend({url:$,type:M,dataType:U,data:V,success:H},r.isPlainObject($)&&$))}}),r.ajaxPrefilter(function(D){var M;for(M in D.headers)M.toLowerCase()==="content-type"&&(D.contentType=D.headers[M]||"")}),r}.apply(g,u),n!==void 0&&(P.exports=n)},9965:(P,g,i)=>{var u,n;u=[i(4153),i(7908),i(2546),i(4335),i(4760)],n=function(r,l,h,d){"use strict";var o=[],f=/(=)\?(?=&|$)|\?\?/;r.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var y=o.pop()||r.expando+"_"+h.guid++;return this[y]=!0,y}}),r.ajaxPrefilter("json jsonp",function(y,s,m){var c,p,A,v=y.jsonp!==!1&&(f.test(y.url)?"url":typeof y.data=="string"&&(y.contentType||"").indexOf("application/x-www-form-urlencoded")===0&&f.test(y.data)&&"data");if(v||y.dataTypes[0]==="jsonp")return c=y.jsonpCallback=l(y.jsonpCallback)?y.jsonpCallback():y.jsonpCallback,v?y[v]=y[v].replace(f,"$1"+c):y.jsonp!==!1&&(y.url+=(d.test(y.url)?"&":"?")+y.jsonp+"="+c),y.converters["script json"]=function(){return A||r.error(c+" was not called"),A[0]},y.dataTypes[0]="json",p=window[c],window[c]=function(){A=arguments},m.always(function(){p===void 0?r(window).removeProp(c):window[c]=p,y[c]&&(y.jsonpCallback=s.jsonpCallback,o.push(c)),A&&l(p)&&p(A[0]),A=p=void 0}),"script"})}.apply(g,u),n!==void 0&&(P.exports=n)},5759:(P,g,i)=>{var u,n;u=[i(4153),i(7296),i(7908),i(3320),i(4760),i(7627),i(2019),i(1867)],n=function(r,l,h){"use strict";r.fn.load=function(d,o,f){var y,s,m,c=this,p=d.indexOf(" ");return p>-1&&(y=l(d.slice(p)),d=d.slice(0,p)),h(o)?(f=o,o=void 0):o&&typeof o=="object"&&(s="POST"),c.length>0&&r.ajax({url:d,type:s||"GET",dataType:"html",data:o}).done(function(A){m=arguments,c.html(y?r("
").append(r.parseHTML(A)).find(y):A)}).always(f&&function(A,v){c.each(function(){f.apply(this,m||[A.responseText,v,A])})}),this}}.apply(g,u),n!==void 0&&(P.exports=n)},1076:(P,g,i)=>{var u,n;u=[i(4153),i(3017),i(4760)],n=function(r,l){"use strict";r.ajaxPrefilter(function(h){h.crossDomain&&(h.contents.script=!1)}),r.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(h){return r.globalEval(h),h}}}),r.ajaxPrefilter("script",function(h){h.cache===void 0&&(h.cache=!1),h.crossDomain&&(h.type="GET")}),r.ajaxTransport("script",function(h){if(h.crossDomain||h.scriptAttrs){var d,o;return{send:function(f,y){d=r(" + diff --git a/server/api/api-header.md b/server/api/api-header.md new file mode 100644 index 000000000..e69de29bb diff --git a/server/api/apidoc.json b/server/api/apidoc.json new file mode 100644 index 000000000..3a4938ef9 --- /dev/null +++ b/server/api/apidoc.json @@ -0,0 +1,7 @@ +{ + "header": { + "title": "Common part", + "filename": "api-header.md", + "version": "1.0.0" + } +} \ No newline at end of file diff --git a/server/mobile/apidoc.json b/server/mobile/apidoc.json index 9ab773ffc..3a4938ef9 100644 --- a/server/mobile/apidoc.json +++ b/server/mobile/apidoc.json @@ -1,21 +1,7 @@ { - "name": "Domophone API", - "version": "1.1.0", - "title": "Domophone API", - "description": "Domophone API", - "url" : "https://yourserver.yourdomain/mobile", - "sampleUrl": "https://yourserver.yourdomain/mobile", - "template": { - "forceLanguage": "ru" - }, "header": { - "title": "Общая информация", + "title": "Common part", "filename": "api-header.md", - "version": "1.1.0" - }, - "apidoc": { - "title": "Domophone API", - "url" : "https://yourserver.yourdomain/mobile", - "version": "1.1.0" + "version": "1.0.0" } } \ No newline at end of file