From 05e4ea6f178b0a7a0697de8c4ac51900af69c8d3 Mon Sep 17 00:00:00 2001 From: owen2han Date: Thu, 11 Jan 2024 11:15:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20=20=E8=AE=BE=E7=BD=AEvm?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E5=8F=98=E9=87=8F=20=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/assets/main.bundle.js | 44 +++++++++++++++++++------------------ docs/index.html | 20 ++++++++--------- src/public/connector-pub.js | 5 ++++- 3 files changed, 37 insertions(+), 32 deletions(-) diff --git a/docs/assets/main.bundle.js b/docs/assets/main.bundle.js index f282c62..a5e0379 100644 --- a/docs/assets/main.bundle.js +++ b/docs/assets/main.bundle.js @@ -1,5 +1,5 @@ -(()=>{var Za={9737:()=>{+function(I){"use strict";var g=".dropdown-backdrop",s='[data-toggle="dropdown"]',c=function(a){I(a).on("click.bs.dropdown",this.toggle)};c.VERSION="3.4.1";function r(a){var i=a.attr("data-target");i||(i=a.attr("href"),i=i&&/#[A-Za-z]/.test(i)&&i.replace(/.*(?=#[^\s]*$)/,""));var l=i!=="#"?I(document).find(i):null;return l&&l.length?l:a.parent()}function n(a){a&&a.which===3||(I(g).remove(),I(s).each(function(){var i=I(this),l=r(i),m={relatedTarget:this};l.hasClass("open")&&(a&&a.type=="click"&&/input|textarea/i.test(a.target.tagName)&&I.contains(l[0],a.target)||(l.trigger(a=I.Event("hide.bs.dropdown",m)),!a.isDefaultPrevented()&&(i.attr("aria-expanded","false"),l.removeClass("open").trigger(I.Event("hidden.bs.dropdown",m)))))}))}c.prototype.toggle=function(a){var i=I(this);if(!i.is(".disabled, :disabled")){var l=r(i),m=l.hasClass("open");if(n(),!m){"ontouchstart"in document.documentElement&&!l.closest(".navbar-nav").length&&I(document.createElement("div")).addClass("dropdown-backdrop").insertAfter(I(this)).on("click",n);var o={relatedTarget:this};if(l.trigger(a=I.Event("show.bs.dropdown",o)),a.isDefaultPrevented())return;i.trigger("focus").attr("aria-expanded","true"),l.toggleClass("open").trigger(I.Event("shown.bs.dropdown",o))}return!1}},c.prototype.keydown=function(a){if(!(!/(38|40|27|32)/.test(a.which)||/input|textarea/i.test(a.target.tagName))){var i=I(this);if(a.preventDefault(),a.stopPropagation(),!i.is(".disabled, :disabled")){var l=r(i),m=l.hasClass("open");if(!m&&a.which!=27||m&&a.which==27)return a.which==27&&l.find(s).trigger("focus"),i.trigger("click");var o=" li:not(.disabled):visible a",v=l.find(".dropdown-menu"+o);if(v.length){var h=v.index(a.target);a.which==38&&h>0&&h--,a.which==40&&h{+function(I){"use strict";var g=function(r,n){this.init("popover",r,n)};if(!I.fn.tooltip)throw new Error("Popover requires tooltip.js");g.VERSION="3.4.1",g.DEFAULTS=I.extend({},I.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:''}),g.prototype=I.extend({},I.fn.tooltip.Constructor.prototype),g.prototype.constructor=g,g.prototype.getDefaults=function(){return g.DEFAULTS},g.prototype.setContent=function(){var r=this.tip(),n=this.getTitle(),u=this.getContent();if(this.options.html){var d=typeof u;this.options.sanitize&&(n=this.sanitizeHtml(n),d==="string"&&(u=this.sanitizeHtml(u))),r.find(".popover-title").html(n),r.find(".popover-content").children().detach().end()[d==="string"?"html":"append"](u)}else r.find(".popover-title").text(n),r.find(".popover-content").children().detach().end().text(u);r.removeClass("fade top bottom left right in"),r.find(".popover-title").html()||r.find(".popover-title").hide()},g.prototype.hasContent=function(){return this.getTitle()||this.getContent()},g.prototype.getContent=function(){var r=this.$element,n=this.options;return r.attr("data-content")||(typeof n.content=="function"?n.content.call(r[0]):n.content)},g.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")};function s(r){return this.each(function(){var n=I(this),u=n.data("bs.popover"),d=typeof r=="object"&&r;!u&&/destroy|hide/.test(r)||(u||n.data("bs.popover",u=new g(this,d)),typeof r=="string"&&u[r]())})}var c=I.fn.popover;I.fn.popover=s,I.fn.popover.Constructor=g,I.fn.popover.noConflict=function(){return I.fn.popover=c,this}}(jQuery)},3497:()=>{+function(I){"use strict";function g(r,n){this.$body=I(document.body),this.$scrollElement=I(r).is(document.body)?I(window):I(r),this.options=I.extend({},g.DEFAULTS,n),this.selector=(this.options.target||"")+" .nav li > a",this.offsets=[],this.targets=[],this.activeTarget=null,this.scrollHeight=0,this.$scrollElement.on("scroll.bs.scrollspy",I.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 r=this,n="offset",u=0;this.offsets=[],this.targets=[],this.scrollHeight=this.getScrollHeight(),I.isWindow(this.$scrollElement[0])||(n="position",u=this.$scrollElement.scrollTop()),this.$body.find(this.selector).map(function(){var d=I(this),a=d.data("target")||d.attr("href"),i=/^#./.test(a)&&I(a);return i&&i.length&&i.is(":visible")&&[[i[n]().top+u,a]]||null}).sort(function(d,a){return d[0]-a[0]}).each(function(){r.offsets.push(this[0]),r.targets.push(this[1])})},g.prototype.process=function(){var r=this.$scrollElement.scrollTop()+this.options.offset,n=this.getScrollHeight(),u=this.options.offset+n-this.$scrollElement.height(),d=this.offsets,a=this.targets,i=this.activeTarget,l;if(this.scrollHeight!=n&&this.refresh(),r>=u)return i!=(l=a[a.length-1])&&this.activate(l);if(i&&r=d[l]&&(d[l+1]===void 0||r{+function(I){"use strict";var g=function(n){this.element=I(n)};g.VERSION="3.4.1",g.TRANSITION_DURATION=150,g.prototype.show=function(){var n=this.element,u=n.closest("ul:not(.dropdown-menu)"),d=n.data("target");if(d||(d=n.attr("href"),d=d&&d.replace(/.*(?=#[^\s]*$)/,"")),!n.parent("li").hasClass("active")){var a=u.find(".active:last a"),i=I.Event("hide.bs.tab",{relatedTarget:n[0]}),l=I.Event("show.bs.tab",{relatedTarget:a[0]});if(a.trigger(i),n.trigger(l),!(l.isDefaultPrevented()||i.isDefaultPrevented())){var m=I(document).find(d);this.activate(n.closest("li"),u),this.activate(m,m.parent(),function(){a.trigger({type:"hidden.bs.tab",relatedTarget:n[0]}),n.trigger({type:"shown.bs.tab",relatedTarget:a[0]})})}}},g.prototype.activate=function(n,u,d){var a=u.find("> .active"),i=d&&I.support.transition&&(a.length&&a.hasClass("fade")||!!u.find("> .fade").length);function l(){a.removeClass("active").find("> .dropdown-menu > .active").removeClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!1),n.addClass("active").find('[data-toggle="tab"]').attr("aria-expanded",!0),i?(n[0].offsetWidth,n.addClass("in")):n.removeClass("fade"),n.parent(".dropdown-menu").length&&n.closest("li.dropdown").addClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!0),d&&d()}a.length&&i?a.one("bsTransitionEnd",l).emulateTransitionEnd(g.TRANSITION_DURATION):l(),a.removeClass("in")};function s(n){return this.each(function(){var u=I(this),d=u.data("bs.tab");d||u.data("bs.tab",d=new g(this)),typeof n=="string"&&d[n]()})}var c=I.fn.tab;I.fn.tab=s,I.fn.tab.Constructor=g,I.fn.tab.noConflict=function(){return I.fn.tab=c,this};var r=function(n){n.preventDefault(),s.call(I(this),"show")};I(document).on("click.bs.tab.data-api",'[data-toggle="tab"]',r).on("click.bs.tab.data-api",'[data-toggle="pill"]',r)}(jQuery)},6278:()=>{+function(I){"use strict";var g=["sanitize","whiteList","sanitizeFn"],s=["background","cite","href","itemtype","longdesc","poster","src","xlink:href"],c=/^aria-[\w-]*$/i,r={"*":["class","dir","id","lang","role",c],a:["target","href","title","rel"],area:[],b:[],br:[],col:[],code:[],div:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:["src","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},n=/^(?:(?:https?|mailto|ftp|tel|file):|[^&:/?#]*(?:[/?#]|$))/gi,u=/^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[a-z0-9+/]+=*$/i;function d(o,v){var h=o.nodeName.toLowerCase();if(I.inArray(h,v)!==-1)return I.inArray(h,s)!==-1?Boolean(o.nodeValue.match(n)||o.nodeValue.match(u)):!0;for(var f=I(v).filter(function(S,_){return _ instanceof RegExp}),A=0,y=f.length;A
',trigger:"hover focus",title:"",delay:0,html:!1,container:!1,viewport:{selector:"body",padding:0},sanitize:!0,sanitizeFn:null,whiteList:r},i.prototype.init=function(o,v,h){if(this.enabled=!0,this.type=o,this.$element=I(v),this.options=this.getOptions(h),this.$viewport=this.options.viewport&&I(document).find(I.isFunction(this.options.viewport)?this.options.viewport.call(this,this.$element):this.options.viewport.selector||this.options.viewport),this.inState={click:!1,hover:!1,focus:!1},this.$element[0]instanceof document.constructor&&!this.options.selector)throw new Error("`selector` option must be specified when initializing "+this.type+" on the window.document object!");for(var f=this.options.trigger.split(" "),A=f.length;A--;){var y=f[A];if(y=="click")this.$element.on("click."+this.type,this.options.selector,I.proxy(this.toggle,this));else if(y!="manual"){var S=y=="hover"?"mouseenter":"focusin",_=y=="hover"?"mouseleave":"focusout";this.$element.on(S+"."+this.type,this.options.selector,I.proxy(this.enter,this)),this.$element.on(_+"."+this.type,this.options.selector,I.proxy(this.leave,this))}}this.options.selector?this._options=I.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},i.prototype.getDefaults=function(){return i.DEFAULTS},i.prototype.getOptions=function(o){var v=this.$element.data();for(var h in v)v.hasOwnProperty(h)&&I.inArray(h,g)!==-1&&delete v[h];return o=I.extend({},this.getDefaults(),v,o),o.delay&&typeof o.delay=="number"&&(o.delay={show:o.delay,hide:o.delay}),o.sanitize&&(o.template=a(o.template,o.whiteList,o.sanitizeFn)),o},i.prototype.getDelegateOptions=function(){var o={},v=this.getDefaults();return this._options&&I.each(this._options,function(h,f){v[h]!=f&&(o[h]=f)}),o},i.prototype.enter=function(o){var v=o instanceof this.constructor?o:I(o.currentTarget).data("bs."+this.type);if(v||(v=new this.constructor(o.currentTarget,this.getDelegateOptions()),I(o.currentTarget).data("bs."+this.type,v)),o instanceof I.Event&&(v.inState[o.type=="focusin"?"focus":"hover"]=!0),v.tip().hasClass("in")||v.hoverState=="in"){v.hoverState="in";return}if(clearTimeout(v.timeout),v.hoverState="in",!v.options.delay||!v.options.delay.show)return v.show();v.timeout=setTimeout(function(){v.hoverState=="in"&&v.show()},v.options.delay.show)},i.prototype.isInStateTrue=function(){for(var o in this.inState)if(this.inState[o])return!0;return!1},i.prototype.leave=function(o){var v=o instanceof this.constructor?o:I(o.currentTarget).data("bs."+this.type);if(v||(v=new this.constructor(o.currentTarget,this.getDelegateOptions()),I(o.currentTarget).data("bs."+this.type,v)),o instanceof I.Event&&(v.inState[o.type=="focusout"?"focus":"hover"]=!1),!v.isInStateTrue()){if(clearTimeout(v.timeout),v.hoverState="out",!v.options.delay||!v.options.delay.hide)return v.hide();v.timeout=setTimeout(function(){v.hoverState=="out"&&v.hide()},v.options.delay.hide)}},i.prototype.show=function(){var o=I.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){this.$element.trigger(o);var v=I.contains(this.$element[0].ownerDocument.documentElement,this.$element[0]);if(o.isDefaultPrevented()||!v)return;var h=this,f=this.tip(),A=this.getUID(this.type);this.setContent(),f.attr("id",A),this.$element.attr("aria-describedby",A),this.options.animation&&f.addClass("fade");var y=typeof this.options.placement=="function"?this.options.placement.call(this,f[0],this.$element[0]):this.options.placement,S=/\s?auto?\s?/i,_=S.test(y);_&&(y=y.replace(S,"")||"top"),f.detach().css({top:0,left:0,display:"block"}).addClass(y).data("bs."+this.type,this),this.options.container?f.appendTo(I(document).find(this.options.container)):f.insertAfter(this.$element),this.$element.trigger("inserted.bs."+this.type);var E=this.getPosition(),x=f[0].offsetWidth,C=f[0].offsetHeight;if(_){var N=y,M=this.getPosition(this.$viewport);y=y=="bottom"&&E.bottom+C>M.bottom?"top":y=="top"&&E.top-CM.width?"left":y=="left"&&E.left-xS.top+S.height&&(A.top=S.top+S.height-E)}else{var x=v.left-y,C=v.left+y+h;xS.right&&(A.left=S.left+S.width-C)}return A},i.prototype.getTitle=function(){var o,v=this.$element,h=this.options;return o=v.attr("data-original-title")||(typeof h.title=="function"?h.title.call(v[0]):h.title),o},i.prototype.getUID=function(o){do o+=~~(Math.random()*1e6);while(document.getElementById(o));return o},i.prototype.tip=function(){if(!this.$tip&&(this.$tip=I(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},i.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},i.prototype.enable=function(){this.enabled=!0},i.prototype.disable=function(){this.enabled=!1},i.prototype.toggleEnabled=function(){this.enabled=!this.enabled},i.prototype.toggle=function(o){var v=this;o&&(v=I(o.currentTarget).data("bs."+this.type),v||(v=new this.constructor(o.currentTarget,this.getDelegateOptions()),I(o.currentTarget).data("bs."+this.type,v))),o?(v.inState.click=!v.inState.click,v.isInStateTrue()?v.enter(v):v.leave(v)):v.tip().hasClass("in")?v.leave(v):v.enter(v)},i.prototype.destroy=function(){var o=this;clearTimeout(this.timeout),this.hide(function(){o.$element.off("."+o.type).removeData("bs."+o.type),o.$tip&&o.$tip.detach(),o.$tip=null,o.$arrow=null,o.$viewport=null,o.$element=null})},i.prototype.sanitizeHtml=function(o){return a(o,this.options.whiteList,this.options.sanitizeFn)};function l(o){return this.each(function(){var v=I(this),h=v.data("bs.tooltip"),f=typeof o=="object"&&o;!h&&/destroy|hide/.test(o)||(h||v.data("bs.tooltip",h=new i(this,f)),typeof o=="string"&&h[o]())})}var m=I.fn.tooltip;I.fn.tooltip=l,I.fn.tooltip.Constructor=i,I.fn.tooltip.noConflict=function(){return I.fn.tooltip=m,this}}(jQuery)},2027:I=>{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},s=-1,c=1,r=0;g.Diff=function(n,u){return[n,u]},g.prototype.diff_main=function(n,u,d,a){typeof a=="undefined"&&(this.Diff_Timeout<=0?a=Number.MAX_VALUE:a=new Date().getTime()+this.Diff_Timeout*1e3);var i=a;if(n==null||u==null)throw new Error("Null input. (diff_main)");if(n==u)return n?[new g.Diff(r,n)]:[];typeof d=="undefined"&&(d=!0);var l=d,m=this.diff_commonPrefix(n,u),o=n.substring(0,m);n=n.substring(m),u=u.substring(m),m=this.diff_commonSuffix(n,u);var v=n.substring(n.length-m);n=n.substring(0,n.length-m),u=u.substring(0,u.length-m);var h=this.diff_compute_(n,u,l,i);return o&&h.unshift(new g.Diff(r,o)),v&&h.push(new g.Diff(r,v)),this.diff_cleanupMerge(h),h},g.prototype.diff_compute_=function(n,u,d,a){var i;if(!n)return[new g.Diff(c,u)];if(!u)return[new g.Diff(s,n)];var l=n.length>u.length?n:u,m=n.length>u.length?u:n,o=l.indexOf(m);if(o!=-1)return i=[new g.Diff(c,l.substring(0,o)),new g.Diff(r,m),new g.Diff(c,l.substring(o+m.length))],n.length>u.length&&(i[0][0]=i[2][0]=s),i;if(m.length==1)return[new g.Diff(s,n),new g.Diff(c,u)];var v=this.diff_halfMatch_(n,u);if(v){var h=v[0],f=v[1],A=v[2],y=v[3],S=v[4],_=this.diff_main(h,A,d,a),E=this.diff_main(f,y,d,a);return _.concat([new g.Diff(r,S)],E)}return d&&n.length>100&&u.length>100?this.diff_lineMode_(n,u,a):this.diff_bisect_(n,u,a)},g.prototype.diff_lineMode_=function(n,u,d){var a=this.diff_linesToChars_(n,u);n=a.chars1,u=a.chars2;var i=a.lineArray,l=this.diff_main(n,u,!1,d);this.diff_charsToLines_(l,i),this.diff_cleanupSemantic(l),l.push(new g.Diff(r,""));for(var m=0,o=0,v=0,h="",f="";m=1&&v>=1){l.splice(m-o-v,o+v),m=m-o-v;for(var A=this.diff_main(h,f,!1,d),y=A.length-1;y>=0;y--)l.splice(m,0,A[y]);m=m+A.length}v=0,o=0,h="",f="";break}m++}return l.pop(),l},g.prototype.diff_bisect_=function(n,u,d){for(var a=n.length,i=u.length,l=Math.ceil((a+i)/2),m=l,o=2*l,v=new Array(o),h=new Array(o),f=0;fd);C++){for(var N=-C+S;N<=C-_;N+=2){var M=m+N,P;N==-C||N!=C&&v[M-1]a)_+=2;else if(D>i)S+=2;else if(y){var T=m+A-N;if(T>=0&&T=R)return this.diff_bisectSplit_(n,u,P,D,d)}}}for(var F=-C+E;F<=C-x;F+=2){var T=m+F,R;F==-C||F!=C&&h[T-1]a)x+=2;else if($>i)E+=2;else if(!y){var M=m+A-F;if(M>=0&&M=R)return this.diff_bisectSplit_(n,u,P,D,d)}}}}return[new g.Diff(s,n),new g.Diff(c,u)]},g.prototype.diff_bisectSplit_=function(n,u,d,a,i){var l=n.substring(0,d),m=u.substring(0,a),o=n.substring(d),v=u.substring(a),h=this.diff_main(l,m,!1,i),f=this.diff_main(o,v,!1,i);return h.concat(f)},g.prototype.diff_linesToChars_=function(n,u){var d=[],a={};d[0]="";function i(v){for(var h="",f=0,A=-1,y=d.length;Aa?n=n.substring(d-a):du.length?n:u,a=n.length>u.length?u:n;if(d.length<4||a.length*2=_.length?[P,D,T,R,M]:null}var m=l(d,a,Math.ceil(d.length/4)),o=l(d,a,Math.ceil(d.length/2)),v;if(!m&&!o)return null;o?m?v=m[4].length>o[4].length?m:o:v=o:v=m;var h,f,A,y;n.length>u.length?(h=v[0],f=v[1],A=v[2],y=v[3]):(A=v[0],y=v[1],h=v[2],f=v[3]);var S=v[4];return[h,f,A,y,S]},g.prototype.diff_cleanupSemantic=function(n){for(var u=!1,d=[],a=0,i=null,l=0,m=0,o=0,v=0,h=0;l0?d[a-1]:-1,m=0,o=0,v=0,h=0,i=null,u=!0)),l++;for(u&&this.diff_cleanupMerge(n),this.diff_cleanupSemanticLossless(n),l=1;l=S?(y>=f.length/2||y>=A.length/2)&&(n.splice(l,0,new g.Diff(r,A.substring(0,y))),n[l-1][1]=f.substring(0,f.length-y),n[l+1][1]=A.substring(y),l++):(S>=f.length/2||S>=A.length/2)&&(n.splice(l,0,new g.Diff(r,f.substring(0,S))),n[l-1][0]=c,n[l-1][1]=A.substring(0,A.length-S),n[l+1][0]=s,n[l+1][1]=f.substring(S),l++),l++}l++}},g.prototype.diff_cleanupSemanticLossless=function(n){function u(S,_){if(!S||!_)return 6;var E=S.charAt(S.length-1),x=_.charAt(0),C=E.match(g.nonAlphaNumericRegex_),N=x.match(g.nonAlphaNumericRegex_),M=C&&E.match(g.whitespaceRegex_),P=N&&x.match(g.whitespaceRegex_),D=M&&E.match(g.linebreakRegex_),T=P&&x.match(g.linebreakRegex_),R=D&&S.match(g.blanklineEndRegex_),F=T&&_.match(g.blanklineStartRegex_);return R||F?5:D||T?4:C&&!M&&P?3:M||P?2:C||N?1:0}for(var d=1;d=A&&(A=y,v=a,h=i,f=l)}n[d-1][1]!=v&&(v?n[d-1][1]=v:(n.splice(d-1,1),d--),n[d][1]=h,f?n[d+1][1]=f:(n.splice(d+1,1),d--))}d++}},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(n){for(var u=!1,d=[],a=0,i=null,l=0,m=!1,o=!1,v=!1,h=!1;l0?d[a-1]:-1,v=h=!1),u=!0)),l++;u&&this.diff_cleanupMerge(n)},g.prototype.diff_cleanupMerge=function(n){n.push(new g.Diff(r,""));for(var u=0,d=0,a=0,i="",l="",m;u1?(d!==0&&a!==0&&(m=this.diff_commonPrefix(l,i),m!==0&&(u-d-a>0&&n[u-d-a-1][0]==r?n[u-d-a-1][1]+=l.substring(0,m):(n.splice(0,0,new g.Diff(r,l.substring(0,m))),u++),l=l.substring(m),i=i.substring(m)),m=this.diff_commonSuffix(l,i),m!==0&&(n[u][1]=l.substring(l.length-m)+n[u][1],l=l.substring(0,l.length-m),i=i.substring(0,i.length-m))),u-=d+a,n.splice(u,d+a),i.length&&(n.splice(u,0,new g.Diff(s,i)),u++),l.length&&(n.splice(u,0,new g.Diff(c,l)),u++),u++):u!==0&&n[u-1][0]==r?(n[u-1][1]+=n[u][1],n.splice(u,1)):u++,a=0,d=0,i="",l="";break}n[n.length-1][1]===""&&n.pop();var o=!1;for(u=1;uu));m++)i=d,l=a;return n.length!=m&&n[m][0]===s?l:l+(u-i)},g.prototype.diff_prettyHtml=function(n){for(var u=[],d=/&/g,a=//g,l=/\n/g,m=0;m");switch(o){case c:u[m]=''+h+"";break;case s:u[m]=''+h+"";break;case r:u[m]=""+h+"";break}}return u.join("")},g.prototype.diff_text1=function(n){for(var u=[],d=0;dthis.Match_MaxBits)throw new Error("Pattern too long for this browser.");var a=this.match_alphabet_(u),i=this;function l(P,D){var T=P/u.length,R=Math.abs(d-D);return i.Match_Distance?T+R/i.Match_Distance:R?1:T}var m=this.Match_Threshold,o=n.indexOf(u,d);o!=-1&&(m=Math.min(l(0,o),m),o=n.lastIndexOf(u,d+u.length),o!=-1&&(m=Math.min(l(0,o),m)));var v=1<=_;C--){var N=a[n.charAt(C-1)];if(S===0?x[C]=(x[C+1]<<1|1)&N:x[C]=(x[C+1]<<1|1)&N|((y[C+1]|y[C])<<1|1)|y[C+1],x[C]&v){var M=l(S,C-1);if(M<=m)if(m=M,o=C-1,o>d)_=Math.max(1,2*d-o);else break}}if(l(S+1,d)>m)break;y=x}return o},g.prototype.match_alphabet_=function(n){for(var u={},d=0;d2&&(this.diff_cleanupSemantic(i),this.diff_cleanupEfficiency(i));else if(n&&typeof n=="object"&&typeof u=="undefined"&&typeof d=="undefined")i=n,a=this.diff_text1(i);else if(typeof n=="string"&&u&&typeof u=="object"&&typeof d=="undefined")a=n,i=u;else if(typeof n=="string"&&typeof u=="string"&&d&&typeof d=="object")a=n,i=d;else throw new Error("Unknown call format to patch_make.");if(i.length===0)return[];for(var l=[],m=new g.patch_obj,o=0,v=0,h=0,f=a,A=a,y=0;y=2*this.Patch_Margin&&o&&(this.patch_addContext_(m,f),l.push(m),m=new g.patch_obj,o=0,f=A,v=h);break}S!==c&&(v+=_.length),S!==s&&(h+=_.length)}return o&&(this.patch_addContext_(m,f),l.push(m)),l},g.prototype.patch_deepCopy=function(n){for(var u=[],d=0;dthis.Match_MaxBits?(v=this.match_main(u,o.substring(0,this.Match_MaxBits),m),v!=-1&&(h=this.match_main(u,o.substring(o.length-this.Match_MaxBits),m+o.length-this.Match_MaxBits),(h==-1||v>=h)&&(v=-1))):v=this.match_main(u,o,m),v==-1)i[l]=!1,a-=n[l].length2-n[l].length1;else{i[l]=!0,a=v-m;var f;if(h==-1?f=u.substring(v,v+o.length):f=u.substring(v,h+this.Match_MaxBits),o==f)u=u.substring(0,v)+this.diff_text2(n[l].diffs)+u.substring(v+o.length);else{var A=this.diff_main(o,f,!1);if(o.length>this.Match_MaxBits&&this.diff_levenshtein(A)/o.length>this.Patch_DeleteThreshold)i[l]=!1;else{this.diff_cleanupSemanticLossless(A);for(var y=0,S,_=0;_l[0][1].length){var m=u-l[0][1].length;l[0][1]=d.substring(l[0][1].length)+l[0][1],i.start1-=m,i.start2-=m,i.length1+=m,i.length2+=m}if(i=n[n.length-1],l=i.diffs,l.length==0||l[l.length-1][0]!=r)l.push(new g.Diff(r,d)),i.length1+=u,i.length2+=u;else if(u>l[l.length-1][1].length){var m=u-l[l.length-1][1].length;l[l.length-1][1]+=d.substring(0,m),i.length1+=m,i.length2+=m}return d},g.prototype.patch_splitMax=function(n){for(var u=this.Match_MaxBits,d=0;d2*u?(o.length1+=f.length,i+=f.length,v=!1,o.diffs.push(new g.Diff(h,f)),a.diffs.shift()):(f=f.substring(0,u-o.length1-this.Patch_Margin),o.length1+=f.length,i+=f.length,h===r?(o.length2+=f.length,l+=f.length):v=!1,o.diffs.push(new g.Diff(h,f)),f==a.diffs[0][1]?a.diffs.shift():a.diffs[0][1]=a.diffs[0][1].substring(f.length))}m=this.diff_text2(o.diffs),m=m.substring(m.length-this.Patch_Margin);var A=this.diff_text1(a.diffs).substring(0,this.Patch_Margin);A!==""&&(o.length1+=A.length,o.length2+=A.length,o.diffs.length!==0&&o.diffs[o.diffs.length-1][0]===r?o.diffs[o.diffs.length-1][1]+=A:o.diffs.push(new g.Diff(r,A))),v||n.splice(++d,0,o)}}},g.prototype.patch_toText=function(n){for(var u=[],d=0;d{var Za={9737:()=>{+function(I){"use strict";var g=".dropdown-backdrop",s='[data-toggle="dropdown"]',c=function(a){I(a).on("click.bs.dropdown",this.toggle)};c.VERSION="3.4.1";function r(a){var i=a.attr("data-target");i||(i=a.attr("href"),i=i&&/#[A-Za-z]/.test(i)&&i.replace(/.*(?=#[^\s]*$)/,""));var l=i!=="#"?I(document).find(i):null;return l&&l.length?l:a.parent()}function n(a){a&&a.which===3||(I(g).remove(),I(s).each(function(){var i=I(this),l=r(i),m={relatedTarget:this};l.hasClass("open")&&(a&&a.type=="click"&&/input|textarea/i.test(a.target.tagName)&&I.contains(l[0],a.target)||(l.trigger(a=I.Event("hide.bs.dropdown",m)),!a.isDefaultPrevented()&&(i.attr("aria-expanded","false"),l.removeClass("open").trigger(I.Event("hidden.bs.dropdown",m)))))}))}c.prototype.toggle=function(a){var i=I(this);if(!i.is(".disabled, :disabled")){var l=r(i),m=l.hasClass("open");if(n(),!m){"ontouchstart"in document.documentElement&&!l.closest(".navbar-nav").length&&I(document.createElement("div")).addClass("dropdown-backdrop").insertAfter(I(this)).on("click",n);var o={relatedTarget:this};if(l.trigger(a=I.Event("show.bs.dropdown",o)),a.isDefaultPrevented())return;i.trigger("focus").attr("aria-expanded","true"),l.toggleClass("open").trigger(I.Event("shown.bs.dropdown",o))}return!1}},c.prototype.keydown=function(a){if(!(!/(38|40|27|32)/.test(a.which)||/input|textarea/i.test(a.target.tagName))){var i=I(this);if(a.preventDefault(),a.stopPropagation(),!i.is(".disabled, :disabled")){var l=r(i),m=l.hasClass("open");if(!m&&a.which!=27||m&&a.which==27)return a.which==27&&l.find(s).trigger("focus"),i.trigger("click");var o=" li:not(.disabled):visible a",v=l.find(".dropdown-menu"+o);if(v.length){var h=v.index(a.target);a.which==38&&h>0&&h--,a.which==40&&h{+function(I){"use strict";var g=function(r,n){this.init("popover",r,n)};if(!I.fn.tooltip)throw new Error("Popover requires tooltip.js");g.VERSION="3.4.1",g.DEFAULTS=I.extend({},I.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:''}),g.prototype=I.extend({},I.fn.tooltip.Constructor.prototype),g.prototype.constructor=g,g.prototype.getDefaults=function(){return g.DEFAULTS},g.prototype.setContent=function(){var r=this.tip(),n=this.getTitle(),u=this.getContent();if(this.options.html){var d=typeof u;this.options.sanitize&&(n=this.sanitizeHtml(n),d==="string"&&(u=this.sanitizeHtml(u))),r.find(".popover-title").html(n),r.find(".popover-content").children().detach().end()[d==="string"?"html":"append"](u)}else r.find(".popover-title").text(n),r.find(".popover-content").children().detach().end().text(u);r.removeClass("fade top bottom left right in"),r.find(".popover-title").html()||r.find(".popover-title").hide()},g.prototype.hasContent=function(){return this.getTitle()||this.getContent()},g.prototype.getContent=function(){var r=this.$element,n=this.options;return r.attr("data-content")||(typeof n.content=="function"?n.content.call(r[0]):n.content)},g.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")};function s(r){return this.each(function(){var n=I(this),u=n.data("bs.popover"),d=typeof r=="object"&&r;!u&&/destroy|hide/.test(r)||(u||n.data("bs.popover",u=new g(this,d)),typeof r=="string"&&u[r]())})}var c=I.fn.popover;I.fn.popover=s,I.fn.popover.Constructor=g,I.fn.popover.noConflict=function(){return I.fn.popover=c,this}}(jQuery)},3497:()=>{+function(I){"use strict";function g(r,n){this.$body=I(document.body),this.$scrollElement=I(r).is(document.body)?I(window):I(r),this.options=I.extend({},g.DEFAULTS,n),this.selector=(this.options.target||"")+" .nav li > a",this.offsets=[],this.targets=[],this.activeTarget=null,this.scrollHeight=0,this.$scrollElement.on("scroll.bs.scrollspy",I.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 r=this,n="offset",u=0;this.offsets=[],this.targets=[],this.scrollHeight=this.getScrollHeight(),I.isWindow(this.$scrollElement[0])||(n="position",u=this.$scrollElement.scrollTop()),this.$body.find(this.selector).map(function(){var d=I(this),a=d.data("target")||d.attr("href"),i=/^#./.test(a)&&I(a);return i&&i.length&&i.is(":visible")&&[[i[n]().top+u,a]]||null}).sort(function(d,a){return d[0]-a[0]}).each(function(){r.offsets.push(this[0]),r.targets.push(this[1])})},g.prototype.process=function(){var r=this.$scrollElement.scrollTop()+this.options.offset,n=this.getScrollHeight(),u=this.options.offset+n-this.$scrollElement.height(),d=this.offsets,a=this.targets,i=this.activeTarget,l;if(this.scrollHeight!=n&&this.refresh(),r>=u)return i!=(l=a[a.length-1])&&this.activate(l);if(i&&r=d[l]&&(d[l+1]===void 0||r{+function(I){"use strict";var g=function(n){this.element=I(n)};g.VERSION="3.4.1",g.TRANSITION_DURATION=150,g.prototype.show=function(){var n=this.element,u=n.closest("ul:not(.dropdown-menu)"),d=n.data("target");if(d||(d=n.attr("href"),d=d&&d.replace(/.*(?=#[^\s]*$)/,"")),!n.parent("li").hasClass("active")){var a=u.find(".active:last a"),i=I.Event("hide.bs.tab",{relatedTarget:n[0]}),l=I.Event("show.bs.tab",{relatedTarget:a[0]});if(a.trigger(i),n.trigger(l),!(l.isDefaultPrevented()||i.isDefaultPrevented())){var m=I(document).find(d);this.activate(n.closest("li"),u),this.activate(m,m.parent(),function(){a.trigger({type:"hidden.bs.tab",relatedTarget:n[0]}),n.trigger({type:"shown.bs.tab",relatedTarget:a[0]})})}}},g.prototype.activate=function(n,u,d){var a=u.find("> .active"),i=d&&I.support.transition&&(a.length&&a.hasClass("fade")||!!u.find("> .fade").length);function l(){a.removeClass("active").find("> .dropdown-menu > .active").removeClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!1),n.addClass("active").find('[data-toggle="tab"]').attr("aria-expanded",!0),i?(n[0].offsetWidth,n.addClass("in")):n.removeClass("fade"),n.parent(".dropdown-menu").length&&n.closest("li.dropdown").addClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!0),d&&d()}a.length&&i?a.one("bsTransitionEnd",l).emulateTransitionEnd(g.TRANSITION_DURATION):l(),a.removeClass("in")};function s(n){return this.each(function(){var u=I(this),d=u.data("bs.tab");d||u.data("bs.tab",d=new g(this)),typeof n=="string"&&d[n]()})}var c=I.fn.tab;I.fn.tab=s,I.fn.tab.Constructor=g,I.fn.tab.noConflict=function(){return I.fn.tab=c,this};var r=function(n){n.preventDefault(),s.call(I(this),"show")};I(document).on("click.bs.tab.data-api",'[data-toggle="tab"]',r).on("click.bs.tab.data-api",'[data-toggle="pill"]',r)}(jQuery)},6278:()=>{+function(I){"use strict";var g=["sanitize","whiteList","sanitizeFn"],s=["background","cite","href","itemtype","longdesc","poster","src","xlink:href"],c=/^aria-[\w-]*$/i,r={"*":["class","dir","id","lang","role",c],a:["target","href","title","rel"],area:[],b:[],br:[],col:[],code:[],div:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:["src","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},n=/^(?:(?:https?|mailto|ftp|tel|file):|[^&:/?#]*(?:[/?#]|$))/gi,u=/^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[a-z0-9+/]+=*$/i;function d(o,v){var h=o.nodeName.toLowerCase();if(I.inArray(h,v)!==-1)return I.inArray(h,s)!==-1?Boolean(o.nodeValue.match(n)||o.nodeValue.match(u)):!0;for(var f=I(v).filter(function(S,_){return _ instanceof RegExp}),A=0,y=f.length;A
',trigger:"hover focus",title:"",delay:0,html:!1,container:!1,viewport:{selector:"body",padding:0},sanitize:!0,sanitizeFn:null,whiteList:r},i.prototype.init=function(o,v,h){if(this.enabled=!0,this.type=o,this.$element=I(v),this.options=this.getOptions(h),this.$viewport=this.options.viewport&&I(document).find(I.isFunction(this.options.viewport)?this.options.viewport.call(this,this.$element):this.options.viewport.selector||this.options.viewport),this.inState={click:!1,hover:!1,focus:!1},this.$element[0]instanceof document.constructor&&!this.options.selector)throw new Error("`selector` option must be specified when initializing "+this.type+" on the window.document object!");for(var f=this.options.trigger.split(" "),A=f.length;A--;){var y=f[A];if(y=="click")this.$element.on("click."+this.type,this.options.selector,I.proxy(this.toggle,this));else if(y!="manual"){var S=y=="hover"?"mouseenter":"focusin",_=y=="hover"?"mouseleave":"focusout";this.$element.on(S+"."+this.type,this.options.selector,I.proxy(this.enter,this)),this.$element.on(_+"."+this.type,this.options.selector,I.proxy(this.leave,this))}}this.options.selector?this._options=I.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},i.prototype.getDefaults=function(){return i.DEFAULTS},i.prototype.getOptions=function(o){var v=this.$element.data();for(var h in v)v.hasOwnProperty(h)&&I.inArray(h,g)!==-1&&delete v[h];return o=I.extend({},this.getDefaults(),v,o),o.delay&&typeof o.delay=="number"&&(o.delay={show:o.delay,hide:o.delay}),o.sanitize&&(o.template=a(o.template,o.whiteList,o.sanitizeFn)),o},i.prototype.getDelegateOptions=function(){var o={},v=this.getDefaults();return this._options&&I.each(this._options,function(h,f){v[h]!=f&&(o[h]=f)}),o},i.prototype.enter=function(o){var v=o instanceof this.constructor?o:I(o.currentTarget).data("bs."+this.type);if(v||(v=new this.constructor(o.currentTarget,this.getDelegateOptions()),I(o.currentTarget).data("bs."+this.type,v)),o instanceof I.Event&&(v.inState[o.type=="focusin"?"focus":"hover"]=!0),v.tip().hasClass("in")||v.hoverState=="in"){v.hoverState="in";return}if(clearTimeout(v.timeout),v.hoverState="in",!v.options.delay||!v.options.delay.show)return v.show();v.timeout=setTimeout(function(){v.hoverState=="in"&&v.show()},v.options.delay.show)},i.prototype.isInStateTrue=function(){for(var o in this.inState)if(this.inState[o])return!0;return!1},i.prototype.leave=function(o){var v=o instanceof this.constructor?o:I(o.currentTarget).data("bs."+this.type);if(v||(v=new this.constructor(o.currentTarget,this.getDelegateOptions()),I(o.currentTarget).data("bs."+this.type,v)),o instanceof I.Event&&(v.inState[o.type=="focusout"?"focus":"hover"]=!1),!v.isInStateTrue()){if(clearTimeout(v.timeout),v.hoverState="out",!v.options.delay||!v.options.delay.hide)return v.hide();v.timeout=setTimeout(function(){v.hoverState=="out"&&v.hide()},v.options.delay.hide)}},i.prototype.show=function(){var o=I.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){this.$element.trigger(o);var v=I.contains(this.$element[0].ownerDocument.documentElement,this.$element[0]);if(o.isDefaultPrevented()||!v)return;var h=this,f=this.tip(),A=this.getUID(this.type);this.setContent(),f.attr("id",A),this.$element.attr("aria-describedby",A),this.options.animation&&f.addClass("fade");var y=typeof this.options.placement=="function"?this.options.placement.call(this,f[0],this.$element[0]):this.options.placement,S=/\s?auto?\s?/i,_=S.test(y);_&&(y=y.replace(S,"")||"top"),f.detach().css({top:0,left:0,display:"block"}).addClass(y).data("bs."+this.type,this),this.options.container?f.appendTo(I(document).find(this.options.container)):f.insertAfter(this.$element),this.$element.trigger("inserted.bs."+this.type);var E=this.getPosition(),x=f[0].offsetWidth,N=f[0].offsetHeight;if(_){var C=y,M=this.getPosition(this.$viewport);y=y=="bottom"&&E.bottom+N>M.bottom?"top":y=="top"&&E.top-NM.width?"left":y=="left"&&E.left-xS.top+S.height&&(A.top=S.top+S.height-E)}else{var x=v.left-y,N=v.left+y+h;xS.right&&(A.left=S.left+S.width-N)}return A},i.prototype.getTitle=function(){var o,v=this.$element,h=this.options;return o=v.attr("data-original-title")||(typeof h.title=="function"?h.title.call(v[0]):h.title),o},i.prototype.getUID=function(o){do o+=~~(Math.random()*1e6);while(document.getElementById(o));return o},i.prototype.tip=function(){if(!this.$tip&&(this.$tip=I(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},i.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},i.prototype.enable=function(){this.enabled=!0},i.prototype.disable=function(){this.enabled=!1},i.prototype.toggleEnabled=function(){this.enabled=!this.enabled},i.prototype.toggle=function(o){var v=this;o&&(v=I(o.currentTarget).data("bs."+this.type),v||(v=new this.constructor(o.currentTarget,this.getDelegateOptions()),I(o.currentTarget).data("bs."+this.type,v))),o?(v.inState.click=!v.inState.click,v.isInStateTrue()?v.enter(v):v.leave(v)):v.tip().hasClass("in")?v.leave(v):v.enter(v)},i.prototype.destroy=function(){var o=this;clearTimeout(this.timeout),this.hide(function(){o.$element.off("."+o.type).removeData("bs."+o.type),o.$tip&&o.$tip.detach(),o.$tip=null,o.$arrow=null,o.$viewport=null,o.$element=null})},i.prototype.sanitizeHtml=function(o){return a(o,this.options.whiteList,this.options.sanitizeFn)};function l(o){return this.each(function(){var v=I(this),h=v.data("bs.tooltip"),f=typeof o=="object"&&o;!h&&/destroy|hide/.test(o)||(h||v.data("bs.tooltip",h=new i(this,f)),typeof o=="string"&&h[o]())})}var m=I.fn.tooltip;I.fn.tooltip=l,I.fn.tooltip.Constructor=i,I.fn.tooltip.noConflict=function(){return I.fn.tooltip=m,this}}(jQuery)},2027:I=>{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},s=-1,c=1,r=0;g.Diff=function(n,u){return[n,u]},g.prototype.diff_main=function(n,u,d,a){typeof a=="undefined"&&(this.Diff_Timeout<=0?a=Number.MAX_VALUE:a=new Date().getTime()+this.Diff_Timeout*1e3);var i=a;if(n==null||u==null)throw new Error("Null input. (diff_main)");if(n==u)return n?[new g.Diff(r,n)]:[];typeof d=="undefined"&&(d=!0);var l=d,m=this.diff_commonPrefix(n,u),o=n.substring(0,m);n=n.substring(m),u=u.substring(m),m=this.diff_commonSuffix(n,u);var v=n.substring(n.length-m);n=n.substring(0,n.length-m),u=u.substring(0,u.length-m);var h=this.diff_compute_(n,u,l,i);return o&&h.unshift(new g.Diff(r,o)),v&&h.push(new g.Diff(r,v)),this.diff_cleanupMerge(h),h},g.prototype.diff_compute_=function(n,u,d,a){var i;if(!n)return[new g.Diff(c,u)];if(!u)return[new g.Diff(s,n)];var l=n.length>u.length?n:u,m=n.length>u.length?u:n,o=l.indexOf(m);if(o!=-1)return i=[new g.Diff(c,l.substring(0,o)),new g.Diff(r,m),new g.Diff(c,l.substring(o+m.length))],n.length>u.length&&(i[0][0]=i[2][0]=s),i;if(m.length==1)return[new g.Diff(s,n),new g.Diff(c,u)];var v=this.diff_halfMatch_(n,u);if(v){var h=v[0],f=v[1],A=v[2],y=v[3],S=v[4],_=this.diff_main(h,A,d,a),E=this.diff_main(f,y,d,a);return _.concat([new g.Diff(r,S)],E)}return d&&n.length>100&&u.length>100?this.diff_lineMode_(n,u,a):this.diff_bisect_(n,u,a)},g.prototype.diff_lineMode_=function(n,u,d){var a=this.diff_linesToChars_(n,u);n=a.chars1,u=a.chars2;var i=a.lineArray,l=this.diff_main(n,u,!1,d);this.diff_charsToLines_(l,i),this.diff_cleanupSemantic(l),l.push(new g.Diff(r,""));for(var m=0,o=0,v=0,h="",f="";m=1&&v>=1){l.splice(m-o-v,o+v),m=m-o-v;for(var A=this.diff_main(h,f,!1,d),y=A.length-1;y>=0;y--)l.splice(m,0,A[y]);m=m+A.length}v=0,o=0,h="",f="";break}m++}return l.pop(),l},g.prototype.diff_bisect_=function(n,u,d){for(var a=n.length,i=u.length,l=Math.ceil((a+i)/2),m=l,o=2*l,v=new Array(o),h=new Array(o),f=0;fd);N++){for(var C=-N+S;C<=N-_;C+=2){var M=m+C,P;C==-N||C!=N&&v[M-1]a)_+=2;else if(D>i)S+=2;else if(y){var T=m+A-C;if(T>=0&&T=R)return this.diff_bisectSplit_(n,u,P,D,d)}}}for(var F=-N+E;F<=N-x;F+=2){var T=m+F,R;F==-N||F!=N&&h[T-1]a)x+=2;else if($>i)E+=2;else if(!y){var M=m+A-F;if(M>=0&&M=R)return this.diff_bisectSplit_(n,u,P,D,d)}}}}return[new g.Diff(s,n),new g.Diff(c,u)]},g.prototype.diff_bisectSplit_=function(n,u,d,a,i){var l=n.substring(0,d),m=u.substring(0,a),o=n.substring(d),v=u.substring(a),h=this.diff_main(l,m,!1,i),f=this.diff_main(o,v,!1,i);return h.concat(f)},g.prototype.diff_linesToChars_=function(n,u){var d=[],a={};d[0]="";function i(v){for(var h="",f=0,A=-1,y=d.length;Aa?n=n.substring(d-a):du.length?n:u,a=n.length>u.length?u:n;if(d.length<4||a.length*2=_.length?[P,D,T,R,M]:null}var m=l(d,a,Math.ceil(d.length/4)),o=l(d,a,Math.ceil(d.length/2)),v;if(!m&&!o)return null;o?m?v=m[4].length>o[4].length?m:o:v=o:v=m;var h,f,A,y;n.length>u.length?(h=v[0],f=v[1],A=v[2],y=v[3]):(A=v[0],y=v[1],h=v[2],f=v[3]);var S=v[4];return[h,f,A,y,S]},g.prototype.diff_cleanupSemantic=function(n){for(var u=!1,d=[],a=0,i=null,l=0,m=0,o=0,v=0,h=0;l0?d[a-1]:-1,m=0,o=0,v=0,h=0,i=null,u=!0)),l++;for(u&&this.diff_cleanupMerge(n),this.diff_cleanupSemanticLossless(n),l=1;l=S?(y>=f.length/2||y>=A.length/2)&&(n.splice(l,0,new g.Diff(r,A.substring(0,y))),n[l-1][1]=f.substring(0,f.length-y),n[l+1][1]=A.substring(y),l++):(S>=f.length/2||S>=A.length/2)&&(n.splice(l,0,new g.Diff(r,f.substring(0,S))),n[l-1][0]=c,n[l-1][1]=A.substring(0,A.length-S),n[l+1][0]=s,n[l+1][1]=f.substring(S),l++),l++}l++}},g.prototype.diff_cleanupSemanticLossless=function(n){function u(S,_){if(!S||!_)return 6;var E=S.charAt(S.length-1),x=_.charAt(0),N=E.match(g.nonAlphaNumericRegex_),C=x.match(g.nonAlphaNumericRegex_),M=N&&E.match(g.whitespaceRegex_),P=C&&x.match(g.whitespaceRegex_),D=M&&E.match(g.linebreakRegex_),T=P&&x.match(g.linebreakRegex_),R=D&&S.match(g.blanklineEndRegex_),F=T&&_.match(g.blanklineStartRegex_);return R||F?5:D||T?4:N&&!M&&P?3:M||P?2:N||C?1:0}for(var d=1;d=A&&(A=y,v=a,h=i,f=l)}n[d-1][1]!=v&&(v?n[d-1][1]=v:(n.splice(d-1,1),d--),n[d][1]=h,f?n[d+1][1]=f:(n.splice(d+1,1),d--))}d++}},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(n){for(var u=!1,d=[],a=0,i=null,l=0,m=!1,o=!1,v=!1,h=!1;l0?d[a-1]:-1,v=h=!1),u=!0)),l++;u&&this.diff_cleanupMerge(n)},g.prototype.diff_cleanupMerge=function(n){n.push(new g.Diff(r,""));for(var u=0,d=0,a=0,i="",l="",m;u1?(d!==0&&a!==0&&(m=this.diff_commonPrefix(l,i),m!==0&&(u-d-a>0&&n[u-d-a-1][0]==r?n[u-d-a-1][1]+=l.substring(0,m):(n.splice(0,0,new g.Diff(r,l.substring(0,m))),u++),l=l.substring(m),i=i.substring(m)),m=this.diff_commonSuffix(l,i),m!==0&&(n[u][1]=l.substring(l.length-m)+n[u][1],l=l.substring(0,l.length-m),i=i.substring(0,i.length-m))),u-=d+a,n.splice(u,d+a),i.length&&(n.splice(u,0,new g.Diff(s,i)),u++),l.length&&(n.splice(u,0,new g.Diff(c,l)),u++),u++):u!==0&&n[u-1][0]==r?(n[u-1][1]+=n[u][1],n.splice(u,1)):u++,a=0,d=0,i="",l="";break}n[n.length-1][1]===""&&n.pop();var o=!1;for(u=1;uu));m++)i=d,l=a;return n.length!=m&&n[m][0]===s?l:l+(u-i)},g.prototype.diff_prettyHtml=function(n){for(var u=[],d=/&/g,a=//g,l=/\n/g,m=0;m");switch(o){case c:u[m]=''+h+"";break;case s:u[m]=''+h+"";break;case r:u[m]=""+h+"";break}}return u.join("")},g.prototype.diff_text1=function(n){for(var u=[],d=0;dthis.Match_MaxBits)throw new Error("Pattern too long for this browser.");var a=this.match_alphabet_(u),i=this;function l(P,D){var T=P/u.length,R=Math.abs(d-D);return i.Match_Distance?T+R/i.Match_Distance:R?1:T}var m=this.Match_Threshold,o=n.indexOf(u,d);o!=-1&&(m=Math.min(l(0,o),m),o=n.lastIndexOf(u,d+u.length),o!=-1&&(m=Math.min(l(0,o),m)));var v=1<=_;N--){var C=a[n.charAt(N-1)];if(S===0?x[N]=(x[N+1]<<1|1)&C:x[N]=(x[N+1]<<1|1)&C|((y[N+1]|y[N])<<1|1)|y[N+1],x[N]&v){var M=l(S,N-1);if(M<=m)if(m=M,o=N-1,o>d)_=Math.max(1,2*d-o);else break}}if(l(S+1,d)>m)break;y=x}return o},g.prototype.match_alphabet_=function(n){for(var u={},d=0;d2&&(this.diff_cleanupSemantic(i),this.diff_cleanupEfficiency(i));else if(n&&typeof n=="object"&&typeof u=="undefined"&&typeof d=="undefined")i=n,a=this.diff_text1(i);else if(typeof n=="string"&&u&&typeof u=="object"&&typeof d=="undefined")a=n,i=u;else if(typeof n=="string"&&typeof u=="string"&&d&&typeof d=="object")a=n,i=d;else throw new Error("Unknown call format to patch_make.");if(i.length===0)return[];for(var l=[],m=new g.patch_obj,o=0,v=0,h=0,f=a,A=a,y=0;y=2*this.Patch_Margin&&o&&(this.patch_addContext_(m,f),l.push(m),m=new g.patch_obj,o=0,f=A,v=h);break}S!==c&&(v+=_.length),S!==s&&(h+=_.length)}return o&&(this.patch_addContext_(m,f),l.push(m)),l},g.prototype.patch_deepCopy=function(n){for(var u=[],d=0;dthis.Match_MaxBits?(v=this.match_main(u,o.substring(0,this.Match_MaxBits),m),v!=-1&&(h=this.match_main(u,o.substring(o.length-this.Match_MaxBits),m+o.length-this.Match_MaxBits),(h==-1||v>=h)&&(v=-1))):v=this.match_main(u,o,m),v==-1)i[l]=!1,a-=n[l].length2-n[l].length1;else{i[l]=!0,a=v-m;var f;if(h==-1?f=u.substring(v,v+o.length):f=u.substring(v,h+this.Match_MaxBits),o==f)u=u.substring(0,v)+this.diff_text2(n[l].diffs)+u.substring(v+o.length);else{var A=this.diff_main(o,f,!1);if(o.length>this.Match_MaxBits&&this.diff_levenshtein(A)/o.length>this.Patch_DeleteThreshold)i[l]=!1;else{this.diff_cleanupSemanticLossless(A);for(var y=0,S,_=0;_l[0][1].length){var m=u-l[0][1].length;l[0][1]=d.substring(l[0][1].length)+l[0][1],i.start1-=m,i.start2-=m,i.length1+=m,i.length2+=m}if(i=n[n.length-1],l=i.diffs,l.length==0||l[l.length-1][0]!=r)l.push(new g.Diff(r,d)),i.length1+=u,i.length2+=u;else if(u>l[l.length-1][1].length){var m=u-l[l.length-1][1].length;l[l.length-1][1]+=d.substring(0,m),i.length1+=m,i.length2+=m}return d},g.prototype.patch_splitMax=function(n){for(var u=this.Match_MaxBits,d=0;d2*u?(o.length1+=f.length,i+=f.length,v=!1,o.diffs.push(new g.Diff(h,f)),a.diffs.shift()):(f=f.substring(0,u-o.length1-this.Patch_Margin),o.length1+=f.length,i+=f.length,h===r?(o.length2+=f.length,l+=f.length):v=!1,o.diffs.push(new g.Diff(h,f)),f==a.diffs[0][1]?a.diffs.shift():a.diffs[0][1]=a.diffs[0][1].substring(f.length))}m=this.diff_text2(o.diffs),m=m.substring(m.length-this.Patch_Margin);var A=this.diff_text1(a.diffs).substring(0,this.Patch_Margin);A!==""&&(o.length1+=A.length,o.length2+=A.length,o.diffs.length!==0&&o.diffs[o.diffs.length-1][0]===r?o.diffs[o.diffs.length-1][1]+=A:o.diffs.push(new g.Diff(r,A))),v||n.splice(++d,0,o)}}},g.prototype.patch_toText=function(n){for(var u=[],d=0;d= 2.0.0-beta.1",7:">= 4.0.0 <4.3.0",8:">= 4.3.0"};s.REVISION_CHANGES=y;var S="[object Object]";r.prototype={constructor:r,logger:o.default,log:o.default.log,registerHelper:function(E,x){if(u.toString.call(E)===S){if(x)throw new a.default("Arg not supported with multiple helpers");u.extend(this.helpers,E)}else this.helpers[E]=x},unregisterHelper:function(E){delete this.helpers[E]},registerPartial:function(E,x){if(u.toString.call(E)===S)u.extend(this.partials,E);else{if(typeof x=="undefined")throw new a.default('Attempting to register a partial called "'+E+'" as undefined');this.partials[E]=x}},unregisterPartial:function(E){delete this.partials[E]},registerDecorator:function(E,x){if(u.toString.call(E)===S){if(x)throw new a.default("Arg not supported with multiple decorators");u.extend(this.decorators,E)}else this.decorators[E]=x},unregisterDecorator:function(E){delete this.decorators[E]},resetLoggedPropertyAccesses:function(){v.resetLoggedProperties()}};var _=o.default.log;s.log=_,s.createFrame=u.createFrame,s.logger=o.default},function(g,s){"use strict";function c(y){return m[y]}function r(y){for(var S=1;S":">",'"':""","'":"'","`":"`","=":"="},o=/[&<>"'`=]/g,v=/[&<>"'`=]/,h=Object.prototype.toString;s.toString=h;var f=function(y){return typeof y=="function"};f(/x/)&&(s.isFunction=f=function(y){return typeof y=="function"&&h.call(y)==="[object Function]"}),s.isFunction=f;var A=Array.isArray||function(y){return!(!y||typeof y!="object")&&h.call(y)==="[object Array]"};s.isArray=A},function(g,s,c){"use strict";function r(d,a){var i=a&&a.loc,l=void 0,m=void 0,o=void 0,v=void 0;i&&(l=i.start.line,m=i.end.line,o=i.start.column,v=i.end.column,d+=" - "+l+":"+o);for(var h=Error.prototype.constructor.call(this,d),f=0;f0?(d.ids&&(d.ids=[d.name]),n.helpers.each(u,d)):a(this);if(d.data&&d.ids){var l=r.createFrame(d.data);l.contextPath=r.appendContextPath(d.data.contextPath,d.name),d={data:l}}return i(u,d)})},g.exports=s.default},function(g,s,c){"use strict";var r=c(13).default,n=c(43).default,u=c(55).default,d=c(60).default,a=c(1).default;s.__esModule=!0;var i=c(5),l=c(6),m=a(l);s.default=function(o){o.registerHelper("each",function(v,h){function f(D,T,R){E&&(E.key=D,E.index=T,E.first=T===0,E.last=!!R,x&&(E.contextPath=x+D)),_+=A(v[D],{data:E,blockParams:i.blockParams([v[D],D],[x+D,null])})}if(!h)throw new m.default("Must pass iterator to #each");var A=h.fn,y=h.inverse,S=0,_="",E=void 0,x=void 0;if(h.data&&h.ids&&(x=i.appendContextPath(h.data.contextPath,h.ids[0])+"."),i.isFunction(v)&&(v=v.call(this)),h.data&&(E=i.createFrame(h.data)),v&&typeof v=="object")if(i.isArray(v))for(var C=v.length;Sht;)pe(fe,Se=Me[ht++],Ne[Se]);return fe},Ae=function(fe,Ne){return Ne===void 0?M(fe):J(M(fe),Ne)},Ee=function(fe){var Ne=z.call(this,fe);return!(Ne||!u(this,fe)||!u(H,fe)||u(this,$)&&this[$][fe])||Ne},be=function(fe,Ne){var Se=C(fe=E(fe),Ne);return!Se||!u(H,Ne)||u(fe,$)&&fe[$][Ne]||(Se.enumerable=!0),Se},Ze=function(fe){for(var Ne,Se=P(E(fe)),Me=[],ht=0;Se.length>ht;)u(H,Ne=Se[ht++])||Ne==$||Me.push(Ne);return Me},ft=function(fe){for(var Ne,Se=P(E(fe)),Me=[],ht=0;Se.length>ht;)u(H,Ne=Se[ht++])&&Me.push(H[Ne]);return Me},At=function(fe){if(fe!==void 0&&!ie(fe)){for(var Ne,Se,Me=[fe],ht=1,Ut=arguments;Ut.length>ht;)Me.push(Ut[ht++]);return Ne=Me[1],typeof Ne=="function"&&(Se=Ne),!Se&&S(Ne)||(Ne=function(tt,Oe){if(Se&&(Oe=Se.call(this,tt,Oe)),!ie(Oe))return Oe}),Me[1]=Ne,R.apply(T,Me)}},Et=l(function(){var fe=D();return R([fe])!="[null]"||R({a:fe})!="{}"||R(Object(fe))!="{}"});k||(D=function(){if(ie(this))throw TypeError("Symbol is not a constructor");return q(v(arguments.length>0?arguments[0]:void 0))},i(D.prototype,"toString",function(){return this._k}),ie=function(fe){return fe instanceof D},r.create=Ae,r.isEnum=Ee,r.getDesc=be,r.setDesc=pe,r.setDescs=J,r.getNames=A.get=Ze,r.getSymbols=ft,d&&!c(41)&&i(G,"propertyIsEnumerable",Ee,!0));var wt={for:function(fe){return u(L,fe+="")?L[fe]:L[fe]=D(fe)},keyFor:function(fe){return f(L,fe)},useSetter:function(){F=!0},useSimple:function(){F=!1}};r.each.call("hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),function(fe){var Ne=h(fe);wt[fe]=k?Ne:q(Ne)}),F=!0,a(a.G+a.W,{Symbol:D}),a(a.S,"Symbol",wt),a(a.S+a.F*!k,"Object",{create:Ae,defineProperty:pe,defineProperties:J,getOwnPropertyDescriptor:be,getOwnPropertyNames:Ze,getOwnPropertySymbols:ft}),T&&a(a.S+a.F*(!k||Et),"JSON",{stringify:At}),o(D,"Symbol"),o(Math,"Math",!0),o(n.JSON,"JSON",!0)},function(g,s){var c=g.exports=typeof window!="undefined"&&window.Math==Math?window:typeof self!="undefined"&&self.Math==Math?self:Function("return this")();typeof __g=="number"&&(__g=c)},function(g,s){var c={}.hasOwnProperty;g.exports=function(r,n){return c.call(r,n)}},function(g,s,c){g.exports=!c(19)(function(){return Object.defineProperty({},"a",{get:function(){return 7}}).a!=7})},function(g,s){g.exports=function(c){try{return!!c()}catch(r){return!0}}},function(g,s,c){var r=c(16),n=c(21),u=c(22),d="prototype",a=function(i,l,m){var o,v,h,f=i&a.F,A=i&a.G,y=i&a.S,S=i&a.P,_=i&a.B,E=i&a.W,x=A?n:n[l]||(n[l]={}),C=A?r:y?r[l]:(r[l]||{})[d];A&&(m=l);for(o in m)v=!f&&C&&o in C,v&&o in x||(h=v?C[o]:m[o],x[o]=A&&typeof C[o]!="function"?m[o]:_&&v?u(h,r):E&&C[o]==h?function(N){var M=function(P){return this instanceof N?new N(P):N(P)};return M[d]=N[d],M}(h):S&&typeof h=="function"?u(Function.call,h):h,S&&((x[d]||(x[d]={}))[o]=h))};a.F=1,a.G=2,a.S=4,a.P=8,a.B=16,a.W=32,g.exports=a},function(g,s){var c=g.exports={version:"1.2.6"};typeof __e=="number"&&(__e=c)},function(g,s,c){var r=c(23);g.exports=function(n,u,d){if(r(n),u===void 0)return n;switch(d){case 1:return function(a){return n.call(u,a)};case 2:return function(a,i){return n.call(u,a,i)};case 3:return function(a,i,l){return n.call(u,a,i,l)}}return function(){return n.apply(u,arguments)}}},function(g,s){g.exports=function(c){if(typeof c!="function")throw TypeError(c+" is not a function!");return c}},function(g,s,c){g.exports=c(25)},function(g,s,c){var r=c(9),n=c(26);g.exports=c(18)?function(u,d,a){return r.setDesc(u,d,n(1,a))}:function(u,d,a){return u[d]=a,u}},function(g,s){g.exports=function(c,r){return{enumerable:!(1&c),configurable:!(2&c),writable:!(4&c),value:r}}},function(g,s,c){var r=c(16),n="__core-js_shared__",u=r[n]||(r[n]={});g.exports=function(d){return u[d]||(u[d]={})}},function(g,s,c){var r=c(9).setDesc,n=c(17),u=c(29)("toStringTag");g.exports=function(d,a,i){d&&!n(d=i?d:d.prototype,u)&&r(d,u,{configurable:!0,value:a})}},function(g,s,c){var r=c(27)("wks"),n=c(30),u=c(16).Symbol;g.exports=function(d){return r[d]||(r[d]=u&&u[d]||(u||n)("Symbol."+d))}},function(g,s){var c=0,r=Math.random();g.exports=function(n){return"Symbol(".concat(n===void 0?"":n,")_",(++c+r).toString(36))}},function(g,s,c){var r=c(9),n=c(32);g.exports=function(u,d){for(var a,i=n(u),l=r.getKeys(i),m=l.length,o=0;m>o;)if(i[a=l[o++]]===d)return a}},function(g,s,c){var r=c(33),n=c(35);g.exports=function(u){return r(n(u))}},function(g,s,c){var r=c(34);g.exports=Object("z").propertyIsEnumerable(0)?Object:function(n){return r(n)=="String"?n.split(""):Object(n)}},function(g,s){var c={}.toString;g.exports=function(r){return c.call(r).slice(8,-1)}},function(g,s){g.exports=function(c){if(c==null)throw TypeError("Can't call method on "+c);return c}},function(g,s,c){var r=c(32),n=c(9).getNames,u={}.toString,d=typeof window=="object"&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],a=function(i){try{return n(i)}catch(l){return d.slice()}};g.exports.get=function(i){return d&&u.call(i)=="[object Window]"?a(i):n(r(i))}},function(g,s,c){var r=c(9);g.exports=function(n){var u=r.getKeys(n),d=r.getSymbols;if(d)for(var a,i=d(n),l=r.isEnum,m=0;i.length>m;)l.call(n,a=i[m++])&&u.push(a);return u}},function(g,s,c){var r=c(34);g.exports=Array.isArray||function(n){return r(n)=="Array"}},function(g,s,c){var r=c(40);g.exports=function(n){if(!r(n))throw TypeError(n+" is not an object!");return n}},function(g,s){g.exports=function(c){return typeof c=="object"?c!==null:typeof c=="function"}},function(g,s){g.exports=!0},function(g,s){},function(g,s,c){g.exports={default:c(44),__esModule:!0}},function(g,s,c){c(45),c(51),g.exports=c(29)("iterator")},function(g,s,c){"use strict";var r=c(46)(!0);c(48)(String,"String",function(n){this._t=String(n),this._i=0},function(){var n,u=this._t,d=this._i;return d>=u.length?{value:void 0,done:!0}:(n=r(u,d),this._i+=n.length,{value:n,done:!1})})},function(g,s,c){var r=c(47),n=c(35);g.exports=function(u){return function(d,a){var i,l,m=String(n(d)),o=r(a),v=m.length;return o<0||o>=v?u?"":void 0:(i=m.charCodeAt(o),i<55296||i>56319||o+1===v||(l=m.charCodeAt(o+1))<56320||l>57343?u?m.charAt(o):i:u?m.slice(o,o+2):(i-55296<<10)+(l-56320)+65536)}}},function(g,s){var c=Math.ceil,r=Math.floor;g.exports=function(n){return isNaN(n=+n)?0:(n>0?r:c)(n)}},function(g,s,c){"use strict";var r=c(41),n=c(20),u=c(24),d=c(25),a=c(17),i=c(49),l=c(50),m=c(28),o=c(9).getProto,v=c(29)("iterator"),h=!([].keys&&"next"in[].keys()),f="@@iterator",A="keys",y="values",S=function(){return this};g.exports=function(_,E,x,C,N,M,P){l(x,E,C);var D,T,R=function(U){if(!h&&U in L)return L[U];switch(U){case A:return function(){return new x(this,U)};case y:return function(){return new x(this,U)}}return function(){return new x(this,U)}},F=E+" Iterator",$=N==y,z=!1,L=_.prototype,H=L[v]||L[f]||N&&L[N],k=H||R(N);if(H){var G=o(k.call(new _));m(G,F,!0),!r&&a(L,f)&&d(G,v,S),$&&H.name!==y&&(z=!0,k=function(){return H.call(this)})}if(r&&!P||!h&&!z&&L[v]||d(L,v,k),i[E]=k,i[F]=S,N)if(D={values:$?k:R(y),keys:M?k:R(A),entries:$?R("entries"):k},P)for(T in D)T in L||u(L,T,D[T]);else n(n.P+n.F*(h||z),E,D);return D}},function(g,s){g.exports={}},function(g,s,c){"use strict";var r=c(9),n=c(26),u=c(28),d={};c(25)(d,c(29)("iterator"),function(){return this}),g.exports=function(a,i,l){a.prototype=r.create(d,{next:n(1,l)}),u(a,i+" Iterator")}},function(g,s,c){c(52);var r=c(49);r.NodeList=r.HTMLCollection=r.Array},function(g,s,c){"use strict";var r=c(53),n=c(54),u=c(49),d=c(32);g.exports=c(48)(Array,"Array",function(a,i){this._t=d(a),this._i=0,this._k=i},function(){var a=this._t,i=this._k,l=this._i++;return!a||l>=a.length?(this._t=void 0,n(1)):i=="keys"?n(0,l):i=="values"?n(0,a[l]):n(0,[l,a[l]])},"values"),u.Arguments=u.Array,r("keys"),r("values"),r("entries")},function(g,s){g.exports=function(){}},function(g,s){g.exports=function(c,r){return{value:r,done:!!c}}},function(g,s,c){g.exports={default:c(56),__esModule:!0}},function(g,s,c){c(51),c(45),g.exports=c(57)},function(g,s,c){var r=c(39),n=c(58);g.exports=c(21).getIterator=function(u){var d=n(u);if(typeof d!="function")throw TypeError(u+" is not iterable!");return r(d.call(u))}},function(g,s,c){var r=c(59),n=c(29)("iterator"),u=c(49);g.exports=c(21).getIteratorMethod=function(d){if(d!=null)return d[n]||d["@@iterator"]||u[r(d)]}},function(g,s,c){var r=c(34),n=c(29)("toStringTag"),u=r(function(){return arguments}())=="Arguments";g.exports=function(d){var a,i,l;return d===void 0?"Undefined":d===null?"Null":typeof(i=(a=Object(d))[n])=="string"?i:u?r(a):(l=r(a))=="Object"&&typeof a.callee=="function"?"Arguments":l}},function(g,s,c){g.exports={default:c(61),__esModule:!0}},function(g,s,c){c(62),g.exports=c(21).Object.keys},function(g,s,c){var r=c(63);c(64)("keys",function(n){return function(u){return n(r(u))}})},function(g,s,c){var r=c(35);g.exports=function(n){return Object(r(n))}},function(g,s,c){var r=c(20),n=c(21),u=c(19);g.exports=function(d,a){var i=(n.Object||{})[d]||Object[d],l={};l[d]=a(i),r(r.S+r.F*u(function(){i(1)}),"Object",l)}},function(g,s,c){"use strict";var r=c(1).default;s.__esModule=!0;var n=c(6),u=r(n);s.default=function(d){d.registerHelper("helperMissing",function(){if(arguments.length!==1)throw new u.default('Missing helper: "'+arguments[arguments.length-1].name+'"')})},g.exports=s.default},function(g,s,c){"use strict";var r=c(1).default;s.__esModule=!0;var n=c(5),u=c(6),d=r(u);s.default=function(a){a.registerHelper("if",function(i,l){if(arguments.length!=2)throw new d.default("#if requires exactly one argument");return n.isFunction(i)&&(i=i.call(this)),!l.hash.includeZero&&!i||n.isEmpty(i)?l.inverse(this):l.fn(this)}),a.registerHelper("unless",function(i,l){if(arguments.length!=2)throw new d.default("#unless requires exactly one argument");return a.helpers.if.call(this,i,{fn:l.inverse,inverse:l.fn,hash:l.hash})})},g.exports=s.default},function(g,s){"use strict";s.__esModule=!0,s.default=function(c){c.registerHelper("log",function(){for(var r=[void 0],n=arguments[arguments.length-1],u=0;u=0?d:parseInt(u,10)}return u},log:function(u){if(u=n.lookupLevel(u),typeof console!="undefined"&&n.lookupLevel(n.level)<=u){var d=n.methodMap[u];console[d]||(d="log");for(var a=arguments.length,i=Array(a>1?a-1:0),l=1;l= 2.0.0-beta.1",7:">= 4.0.0 <4.3.0",8:">= 4.3.0"};s.REVISION_CHANGES=y;var S="[object Object]";r.prototype={constructor:r,logger:o.default,log:o.default.log,registerHelper:function(E,x){if(u.toString.call(E)===S){if(x)throw new a.default("Arg not supported with multiple helpers");u.extend(this.helpers,E)}else this.helpers[E]=x},unregisterHelper:function(E){delete this.helpers[E]},registerPartial:function(E,x){if(u.toString.call(E)===S)u.extend(this.partials,E);else{if(typeof x=="undefined")throw new a.default('Attempting to register a partial called "'+E+'" as undefined');this.partials[E]=x}},unregisterPartial:function(E){delete this.partials[E]},registerDecorator:function(E,x){if(u.toString.call(E)===S){if(x)throw new a.default("Arg not supported with multiple decorators");u.extend(this.decorators,E)}else this.decorators[E]=x},unregisterDecorator:function(E){delete this.decorators[E]},resetLoggedPropertyAccesses:function(){v.resetLoggedProperties()}};var _=o.default.log;s.log=_,s.createFrame=u.createFrame,s.logger=o.default},function(g,s){"use strict";function c(y){return m[y]}function r(y){for(var S=1;S":">",'"':""","'":"'","`":"`","=":"="},o=/[&<>"'`=]/g,v=/[&<>"'`=]/,h=Object.prototype.toString;s.toString=h;var f=function(y){return typeof y=="function"};f(/x/)&&(s.isFunction=f=function(y){return typeof y=="function"&&h.call(y)==="[object Function]"}),s.isFunction=f;var A=Array.isArray||function(y){return!(!y||typeof y!="object")&&h.call(y)==="[object Array]"};s.isArray=A},function(g,s,c){"use strict";function r(d,a){var i=a&&a.loc,l=void 0,m=void 0,o=void 0,v=void 0;i&&(l=i.start.line,m=i.end.line,o=i.start.column,v=i.end.column,d+=" - "+l+":"+o);for(var h=Error.prototype.constructor.call(this,d),f=0;f0?(d.ids&&(d.ids=[d.name]),n.helpers.each(u,d)):a(this);if(d.data&&d.ids){var l=r.createFrame(d.data);l.contextPath=r.appendContextPath(d.data.contextPath,d.name),d={data:l}}return i(u,d)})},g.exports=s.default},function(g,s,c){"use strict";var r=c(13).default,n=c(43).default,u=c(55).default,d=c(60).default,a=c(1).default;s.__esModule=!0;var i=c(5),l=c(6),m=a(l);s.default=function(o){o.registerHelper("each",function(v,h){function f(D,T,R){E&&(E.key=D,E.index=T,E.first=T===0,E.last=!!R,x&&(E.contextPath=x+D)),_+=A(v[D],{data:E,blockParams:i.blockParams([v[D],D],[x+D,null])})}if(!h)throw new m.default("Must pass iterator to #each");var A=h.fn,y=h.inverse,S=0,_="",E=void 0,x=void 0;if(h.data&&h.ids&&(x=i.appendContextPath(h.data.contextPath,h.ids[0])+"."),i.isFunction(v)&&(v=v.call(this)),h.data&&(E=i.createFrame(h.data)),v&&typeof v=="object")if(i.isArray(v))for(var N=v.length;Sht;)pe(fe,Se=Me[ht++],Ce[Se]);return fe},Ae=function(fe,Ce){return Ce===void 0?M(fe):J(M(fe),Ce)},Ee=function(fe){var Ce=z.call(this,fe);return!(Ce||!u(this,fe)||!u(H,fe)||u(this,$)&&this[$][fe])||Ce},be=function(fe,Ce){var Se=N(fe=E(fe),Ce);return!Se||!u(H,Ce)||u(fe,$)&&fe[$][Ce]||(Se.enumerable=!0),Se},Ze=function(fe){for(var Ce,Se=P(E(fe)),Me=[],ht=0;Se.length>ht;)u(H,Ce=Se[ht++])||Ce==$||Me.push(Ce);return Me},ft=function(fe){for(var Ce,Se=P(E(fe)),Me=[],ht=0;Se.length>ht;)u(H,Ce=Se[ht++])&&Me.push(H[Ce]);return Me},At=function(fe){if(fe!==void 0&&!ie(fe)){for(var Ce,Se,Me=[fe],ht=1,Ut=arguments;Ut.length>ht;)Me.push(Ut[ht++]);return Ce=Me[1],typeof Ce=="function"&&(Se=Ce),!Se&&S(Ce)||(Ce=function(tt,Oe){if(Se&&(Oe=Se.call(this,tt,Oe)),!ie(Oe))return Oe}),Me[1]=Ce,R.apply(T,Me)}},Et=l(function(){var fe=D();return R([fe])!="[null]"||R({a:fe})!="{}"||R(Object(fe))!="{}"});k||(D=function(){if(ie(this))throw TypeError("Symbol is not a constructor");return q(v(arguments.length>0?arguments[0]:void 0))},i(D.prototype,"toString",function(){return this._k}),ie=function(fe){return fe instanceof D},r.create=Ae,r.isEnum=Ee,r.getDesc=be,r.setDesc=pe,r.setDescs=J,r.getNames=A.get=Ze,r.getSymbols=ft,d&&!c(41)&&i(G,"propertyIsEnumerable",Ee,!0));var wt={for:function(fe){return u(L,fe+="")?L[fe]:L[fe]=D(fe)},keyFor:function(fe){return f(L,fe)},useSetter:function(){F=!0},useSimple:function(){F=!1}};r.each.call("hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),function(fe){var Ce=h(fe);wt[fe]=k?Ce:q(Ce)}),F=!0,a(a.G+a.W,{Symbol:D}),a(a.S,"Symbol",wt),a(a.S+a.F*!k,"Object",{create:Ae,defineProperty:pe,defineProperties:J,getOwnPropertyDescriptor:be,getOwnPropertyNames:Ze,getOwnPropertySymbols:ft}),T&&a(a.S+a.F*(!k||Et),"JSON",{stringify:At}),o(D,"Symbol"),o(Math,"Math",!0),o(n.JSON,"JSON",!0)},function(g,s){var c=g.exports=typeof window!="undefined"&&window.Math==Math?window:typeof self!="undefined"&&self.Math==Math?self:Function("return this")();typeof __g=="number"&&(__g=c)},function(g,s){var c={}.hasOwnProperty;g.exports=function(r,n){return c.call(r,n)}},function(g,s,c){g.exports=!c(19)(function(){return Object.defineProperty({},"a",{get:function(){return 7}}).a!=7})},function(g,s){g.exports=function(c){try{return!!c()}catch(r){return!0}}},function(g,s,c){var r=c(16),n=c(21),u=c(22),d="prototype",a=function(i,l,m){var o,v,h,f=i&a.F,A=i&a.G,y=i&a.S,S=i&a.P,_=i&a.B,E=i&a.W,x=A?n:n[l]||(n[l]={}),N=A?r:y?r[l]:(r[l]||{})[d];A&&(m=l);for(o in m)v=!f&&N&&o in N,v&&o in x||(h=v?N[o]:m[o],x[o]=A&&typeof N[o]!="function"?m[o]:_&&v?u(h,r):E&&N[o]==h?function(C){var M=function(P){return this instanceof C?new C(P):C(P)};return M[d]=C[d],M}(h):S&&typeof h=="function"?u(Function.call,h):h,S&&((x[d]||(x[d]={}))[o]=h))};a.F=1,a.G=2,a.S=4,a.P=8,a.B=16,a.W=32,g.exports=a},function(g,s){var c=g.exports={version:"1.2.6"};typeof __e=="number"&&(__e=c)},function(g,s,c){var r=c(23);g.exports=function(n,u,d){if(r(n),u===void 0)return n;switch(d){case 1:return function(a){return n.call(u,a)};case 2:return function(a,i){return n.call(u,a,i)};case 3:return function(a,i,l){return n.call(u,a,i,l)}}return function(){return n.apply(u,arguments)}}},function(g,s){g.exports=function(c){if(typeof c!="function")throw TypeError(c+" is not a function!");return c}},function(g,s,c){g.exports=c(25)},function(g,s,c){var r=c(9),n=c(26);g.exports=c(18)?function(u,d,a){return r.setDesc(u,d,n(1,a))}:function(u,d,a){return u[d]=a,u}},function(g,s){g.exports=function(c,r){return{enumerable:!(1&c),configurable:!(2&c),writable:!(4&c),value:r}}},function(g,s,c){var r=c(16),n="__core-js_shared__",u=r[n]||(r[n]={});g.exports=function(d){return u[d]||(u[d]={})}},function(g,s,c){var r=c(9).setDesc,n=c(17),u=c(29)("toStringTag");g.exports=function(d,a,i){d&&!n(d=i?d:d.prototype,u)&&r(d,u,{configurable:!0,value:a})}},function(g,s,c){var r=c(27)("wks"),n=c(30),u=c(16).Symbol;g.exports=function(d){return r[d]||(r[d]=u&&u[d]||(u||n)("Symbol."+d))}},function(g,s){var c=0,r=Math.random();g.exports=function(n){return"Symbol(".concat(n===void 0?"":n,")_",(++c+r).toString(36))}},function(g,s,c){var r=c(9),n=c(32);g.exports=function(u,d){for(var a,i=n(u),l=r.getKeys(i),m=l.length,o=0;m>o;)if(i[a=l[o++]]===d)return a}},function(g,s,c){var r=c(33),n=c(35);g.exports=function(u){return r(n(u))}},function(g,s,c){var r=c(34);g.exports=Object("z").propertyIsEnumerable(0)?Object:function(n){return r(n)=="String"?n.split(""):Object(n)}},function(g,s){var c={}.toString;g.exports=function(r){return c.call(r).slice(8,-1)}},function(g,s){g.exports=function(c){if(c==null)throw TypeError("Can't call method on "+c);return c}},function(g,s,c){var r=c(32),n=c(9).getNames,u={}.toString,d=typeof window=="object"&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],a=function(i){try{return n(i)}catch(l){return d.slice()}};g.exports.get=function(i){return d&&u.call(i)=="[object Window]"?a(i):n(r(i))}},function(g,s,c){var r=c(9);g.exports=function(n){var u=r.getKeys(n),d=r.getSymbols;if(d)for(var a,i=d(n),l=r.isEnum,m=0;i.length>m;)l.call(n,a=i[m++])&&u.push(a);return u}},function(g,s,c){var r=c(34);g.exports=Array.isArray||function(n){return r(n)=="Array"}},function(g,s,c){var r=c(40);g.exports=function(n){if(!r(n))throw TypeError(n+" is not an object!");return n}},function(g,s){g.exports=function(c){return typeof c=="object"?c!==null:typeof c=="function"}},function(g,s){g.exports=!0},function(g,s){},function(g,s,c){g.exports={default:c(44),__esModule:!0}},function(g,s,c){c(45),c(51),g.exports=c(29)("iterator")},function(g,s,c){"use strict";var r=c(46)(!0);c(48)(String,"String",function(n){this._t=String(n),this._i=0},function(){var n,u=this._t,d=this._i;return d>=u.length?{value:void 0,done:!0}:(n=r(u,d),this._i+=n.length,{value:n,done:!1})})},function(g,s,c){var r=c(47),n=c(35);g.exports=function(u){return function(d,a){var i,l,m=String(n(d)),o=r(a),v=m.length;return o<0||o>=v?u?"":void 0:(i=m.charCodeAt(o),i<55296||i>56319||o+1===v||(l=m.charCodeAt(o+1))<56320||l>57343?u?m.charAt(o):i:u?m.slice(o,o+2):(i-55296<<10)+(l-56320)+65536)}}},function(g,s){var c=Math.ceil,r=Math.floor;g.exports=function(n){return isNaN(n=+n)?0:(n>0?r:c)(n)}},function(g,s,c){"use strict";var r=c(41),n=c(20),u=c(24),d=c(25),a=c(17),i=c(49),l=c(50),m=c(28),o=c(9).getProto,v=c(29)("iterator"),h=!([].keys&&"next"in[].keys()),f="@@iterator",A="keys",y="values",S=function(){return this};g.exports=function(_,E,x,N,C,M,P){l(x,E,N);var D,T,R=function(U){if(!h&&U in L)return L[U];switch(U){case A:return function(){return new x(this,U)};case y:return function(){return new x(this,U)}}return function(){return new x(this,U)}},F=E+" Iterator",$=C==y,z=!1,L=_.prototype,H=L[v]||L[f]||C&&L[C],k=H||R(C);if(H){var G=o(k.call(new _));m(G,F,!0),!r&&a(L,f)&&d(G,v,S),$&&H.name!==y&&(z=!0,k=function(){return H.call(this)})}if(r&&!P||!h&&!z&&L[v]||d(L,v,k),i[E]=k,i[F]=S,C)if(D={values:$?k:R(y),keys:M?k:R(A),entries:$?R("entries"):k},P)for(T in D)T in L||u(L,T,D[T]);else n(n.P+n.F*(h||z),E,D);return D}},function(g,s){g.exports={}},function(g,s,c){"use strict";var r=c(9),n=c(26),u=c(28),d={};c(25)(d,c(29)("iterator"),function(){return this}),g.exports=function(a,i,l){a.prototype=r.create(d,{next:n(1,l)}),u(a,i+" Iterator")}},function(g,s,c){c(52);var r=c(49);r.NodeList=r.HTMLCollection=r.Array},function(g,s,c){"use strict";var r=c(53),n=c(54),u=c(49),d=c(32);g.exports=c(48)(Array,"Array",function(a,i){this._t=d(a),this._i=0,this._k=i},function(){var a=this._t,i=this._k,l=this._i++;return!a||l>=a.length?(this._t=void 0,n(1)):i=="keys"?n(0,l):i=="values"?n(0,a[l]):n(0,[l,a[l]])},"values"),u.Arguments=u.Array,r("keys"),r("values"),r("entries")},function(g,s){g.exports=function(){}},function(g,s){g.exports=function(c,r){return{value:r,done:!!c}}},function(g,s,c){g.exports={default:c(56),__esModule:!0}},function(g,s,c){c(51),c(45),g.exports=c(57)},function(g,s,c){var r=c(39),n=c(58);g.exports=c(21).getIterator=function(u){var d=n(u);if(typeof d!="function")throw TypeError(u+" is not iterable!");return r(d.call(u))}},function(g,s,c){var r=c(59),n=c(29)("iterator"),u=c(49);g.exports=c(21).getIteratorMethod=function(d){if(d!=null)return d[n]||d["@@iterator"]||u[r(d)]}},function(g,s,c){var r=c(34),n=c(29)("toStringTag"),u=r(function(){return arguments}())=="Arguments";g.exports=function(d){var a,i,l;return d===void 0?"Undefined":d===null?"Null":typeof(i=(a=Object(d))[n])=="string"?i:u?r(a):(l=r(a))=="Object"&&typeof a.callee=="function"?"Arguments":l}},function(g,s,c){g.exports={default:c(61),__esModule:!0}},function(g,s,c){c(62),g.exports=c(21).Object.keys},function(g,s,c){var r=c(63);c(64)("keys",function(n){return function(u){return n(r(u))}})},function(g,s,c){var r=c(35);g.exports=function(n){return Object(r(n))}},function(g,s,c){var r=c(20),n=c(21),u=c(19);g.exports=function(d,a){var i=(n.Object||{})[d]||Object[d],l={};l[d]=a(i),r(r.S+r.F*u(function(){i(1)}),"Object",l)}},function(g,s,c){"use strict";var r=c(1).default;s.__esModule=!0;var n=c(6),u=r(n);s.default=function(d){d.registerHelper("helperMissing",function(){if(arguments.length!==1)throw new u.default('Missing helper: "'+arguments[arguments.length-1].name+'"')})},g.exports=s.default},function(g,s,c){"use strict";var r=c(1).default;s.__esModule=!0;var n=c(5),u=c(6),d=r(u);s.default=function(a){a.registerHelper("if",function(i,l){if(arguments.length!=2)throw new d.default("#if requires exactly one argument");return n.isFunction(i)&&(i=i.call(this)),!l.hash.includeZero&&!i||n.isEmpty(i)?l.inverse(this):l.fn(this)}),a.registerHelper("unless",function(i,l){if(arguments.length!=2)throw new d.default("#unless requires exactly one argument");return a.helpers.if.call(this,i,{fn:l.inverse,inverse:l.fn,hash:l.hash})})},g.exports=s.default},function(g,s){"use strict";s.__esModule=!0,s.default=function(c){c.registerHelper("log",function(){for(var r=[void 0],n=arguments[arguments.length-1],u=0;u=0?d:parseInt(u,10)}return u},log:function(u){if(u=n.lookupLevel(u),typeof console!="undefined"&&n.lookupLevel(n.level)<=u){var d=n.methodMap[u];console[d]||(d="log");for(var a=arguments.length,i=Array(a>1?a-1:0),l=1;l=C.LAST_COMPATIBLE_COMPILER_REVISION&&T<=C.COMPILER_REVISION)){if(T=N.LAST_COMPATIBLE_COMPILER_REVISION&&T<=N.COMPILER_REVISION)){if(T2&&R.push("'"+this.terminals_[P]+"'");$=this.lexer.showPosition?"Parse error on line "+(f+1)+`: +`)}return U}throw new x.default("The partial "+k.name+" could not be compiled when running in runtime-only mode")}function F(L){function H(ie){return""+D.main(z,ie,z.helpers,z.partials,G,q,U)}var k=arguments.length<=1||arguments[1]===void 0?{}:arguments[1],G=k.data;F._setup(k),!k.partial&&D.useData&&(G=l(L,G));var U=void 0,q=D.useBlockParams?[]:void 0;return D.useDepths&&(U=k.depths?L!=k.depths[0]?[L].concat(k.depths):k.depths:[L]),(H=m(D.main,H,z,k.depths||[],G,q))(L,k)}if(!T)throw new x.default("No environment passed to template");if(!D||!D.main)throw new x.default("Unknown template object: "+typeof D);D.main.decorator=D.main_d,T.VM.checkRevision(D.compiler);var $=D.compiler&&D.compiler[0]===7,z={strict:function(L,H,k){if(!(L&&H in L))throw new x.default('"'+H+'" not defined in '+L,{loc:k});return z.lookupProperty(L,H)},lookupProperty:function(L,H){var k=L[H];return k==null||Object.prototype.hasOwnProperty.call(L,H)||P.resultIsAllowed(k,z.protoAccessControl,H)?k:void 0},lookup:function(L,H){for(var k=L.length,G=0;G2&&R.push("'"+this.terminals_[P]+"'");$=this.lexer.showPosition?"Parse error on line "+(f+1)+`: `+this.lexer.showPosition()+` -Expecting `+R.join(", ")+", got '"+(this.terminals_[E]||E)+"'":"Parse error on line "+(f+1)+": Unexpected "+(E==1?"end of input":"'"+(this.terminals_[E]||E)+"'"),this.parseError($,{text:this.lexer.match,token:this.terminals_[E]||E,line:this.lexer.yylineno,loc:S,expected:R})}}if(N[0]instanceof Array&&N.length>1)throw new Error("Parse Error: multiple actions possible at state: "+C+", token: "+E);switch(N[0]){case 1:l.push(E),m.push(this.lexer.yytext),o.push(this.lexer.yylloc),l.push(N[1]),E=null,x?(E=x,x=null):(A=this.lexer.yyleng,h=this.lexer.yytext,f=this.lexer.yylineno,S=this.lexer.yylloc,y>0&&y--);break;case 2:if(D=this.productions_[N[1]][1],F.$=m[m.length-D],F._$={first_line:o[o.length-(D||1)].first_line,last_line:o[o.length-1].last_line,first_column:o[o.length-(D||1)].first_column,last_column:o[o.length-1].last_column},_&&(F._$.range=[o[o.length-(D||1)].range[0],o[o.length-1].range[1]]),M=this.performAction.call(F,h,A,f,this.yy,N[1],m,o),typeof M!="undefined")return M;D&&(l=l.slice(0,-1*D*2),m=m.slice(0,-1*D),o=o.slice(0,-1*D)),l.push(this.productions_[N[1]][0]),m.push(F.$),o.push(F._$),T=v[l[l.length-2]][l[l.length-1]],l.push(T);break;case 3:return!0}}return!0}},u=function(){var d={EOF:1,parseError:function(a,i){if(!this.yy.parser)throw new Error(a);this.yy.parser.parseError(a,i)},setInput:function(a){return this._input=a,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 a=this._input[0];this.yytext+=a,this.yyleng++,this.offset++,this.match+=a,this.matched+=a;var i=a.match(/(?:\r\n?|\n).*/g);return i?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),a},unput:function(a){var i=a.length,l=a.split(/(?:\r\n?|\n)/g);this._input=a+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-i-1),this.offset-=i;var m=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),l.length-1&&(this.yylineno-=l.length-1);var o=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:l?(l.length===m.length?this.yylloc.first_column:0)+m[m.length-l.length].length-l[0].length:this.yylloc.first_column-i},this.options.ranges&&(this.yylloc.range=[o[0],o[0]+this.yyleng-i]),this},more:function(){return this._more=!0,this},less:function(a){this.unput(this.match.slice(a))},pastInput:function(){var a=this.matched.substr(0,this.matched.length-this.match.length);return(a.length>20?"...":"")+a.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var a=this.match;return a.length<20&&(a+=this._input.substr(0,20-a.length)),(a.substr(0,20)+(a.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var a=this.pastInput(),i=new Array(a.length+1).join("-");return a+this.upcomingInput()+` +Expecting `+R.join(", ")+", got '"+(this.terminals_[E]||E)+"'":"Parse error on line "+(f+1)+": Unexpected "+(E==1?"end of input":"'"+(this.terminals_[E]||E)+"'"),this.parseError($,{text:this.lexer.match,token:this.terminals_[E]||E,line:this.lexer.yylineno,loc:S,expected:R})}}if(C[0]instanceof Array&&C.length>1)throw new Error("Parse Error: multiple actions possible at state: "+N+", token: "+E);switch(C[0]){case 1:l.push(E),m.push(this.lexer.yytext),o.push(this.lexer.yylloc),l.push(C[1]),E=null,x?(E=x,x=null):(A=this.lexer.yyleng,h=this.lexer.yytext,f=this.lexer.yylineno,S=this.lexer.yylloc,y>0&&y--);break;case 2:if(D=this.productions_[C[1]][1],F.$=m[m.length-D],F._$={first_line:o[o.length-(D||1)].first_line,last_line:o[o.length-1].last_line,first_column:o[o.length-(D||1)].first_column,last_column:o[o.length-1].last_column},_&&(F._$.range=[o[o.length-(D||1)].range[0],o[o.length-1].range[1]]),M=this.performAction.call(F,h,A,f,this.yy,C[1],m,o),typeof M!="undefined")return M;D&&(l=l.slice(0,-1*D*2),m=m.slice(0,-1*D),o=o.slice(0,-1*D)),l.push(this.productions_[C[1]][0]),m.push(F.$),o.push(F._$),T=v[l[l.length-2]][l[l.length-1]],l.push(T);break;case 3:return!0}}return!0}},u=function(){var d={EOF:1,parseError:function(a,i){if(!this.yy.parser)throw new Error(a);this.yy.parser.parseError(a,i)},setInput:function(a){return this._input=a,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 a=this._input[0];this.yytext+=a,this.yyleng++,this.offset++,this.match+=a,this.matched+=a;var i=a.match(/(?:\r\n?|\n).*/g);return i?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),a},unput:function(a){var i=a.length,l=a.split(/(?:\r\n?|\n)/g);this._input=a+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-i-1),this.offset-=i;var m=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),l.length-1&&(this.yylineno-=l.length-1);var o=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:l?(l.length===m.length?this.yylloc.first_column:0)+m[m.length-l.length].length-l[0].length:this.yylloc.first_column-i},this.options.ranges&&(this.yylloc.range=[o[0],o[0]+this.yyleng-i]),this},more:function(){return this._more=!0,this},less:function(a){this.unput(this.match.slice(a))},pastInput:function(){var a=this.matched.substr(0,this.matched.length-this.match.length);return(a.length>20?"...":"")+a.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var a=this.match;return a.length<20&&(a+=this._input.substr(0,20-a.length)),(a.substr(0,20)+(a.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var a=this.pastInput(),i=new Array(a.length+1).join("-");return a+this.upcomingInput()+` `+i+"^"},next:function(){if(this.done)return this.EOF;this._input||(this.done=!0);var a,i,l,m,o;this._more||(this.yytext="",this.match="");for(var v=this._currentRules(),h=0;hi[0].length)||(i=l,m=h,this.options.flex));h++);return i?(o=i[0].match(/(?:\r\n?|\n).*/g),o&&(this.yylineno+=o.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:o?o[o.length-1].length-o[o.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+i[0].length},this.yytext+=i[0],this.match+=i[0],this.matches=i,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(i[0].length),this.matched+=i[0],a=this.performAction.call(this,this.yy,this,v[m],this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),a||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 a=this.next();return typeof a!="undefined"?a:this.lex()},begin:function(a){this.conditionStack.push(a)},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(a){this.begin(a)}};return d.options={},d.performAction=function(a,i,l,m){function o(v,h){return i.yytext=i.yytext.substring(v,i.yyleng-h+v)}switch(l){case 0:if(i.yytext.slice(-2)==="\\\\"?(o(0,1),this.begin("mu")):i.yytext.slice(-1)==="\\"?(o(0,1),this.begin("emu")):this.begin("mu"),i.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:(o(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(i.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 i.yytext=o(1,2).replace(/\\"/g,'"'),80;case 32:return i.yytext=o(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 i.yytext=i.yytext.replace(/\\([\\\]])/g,"$1"),72;case 43:return"INVALID";case 44:return 5}},d.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\/.)|]))))/,/^(?:\[(\\\]|[^\]])*\])/,/^(?:.)/,/^(?:$)/],d.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}},d}();return n.lexer=u,r.prototype=n,n.Parser=r,new r}();s.default=c,g.exports=s.default},function(g,s,c){"use strict";function r(){var o=arguments.length<=0||arguments[0]===void 0?{}:arguments[0];this.options=o}function n(o,v,h){v===void 0&&(v=o.length);var f=o[v-1],A=o[v-2];return f?f.type==="ContentStatement"?(A||!h?/\r?\n\s*?$/:/(^|\r?\n)\s*?$/).test(f.original):void 0:h}function u(o,v,h){v===void 0&&(v=-1);var f=o[v+1],A=o[v+2];return f?f.type==="ContentStatement"?(A||!h?/^\s*?\r?\n/:/^\s*?(\r?\n|$)/).test(f.original):void 0:h}function d(o,v,h){var f=o[v==null?0:v+1];if(f&&f.type==="ContentStatement"&&(h||!f.rightStripped)){var A=f.value;f.value=f.value.replace(h?/^\s+/:/^[ \t]*\r?\n?/,""),f.rightStripped=f.value!==A}}function a(o,v,h){var f=o[v==null?o.length-1:v-1];if(f&&f.type==="ContentStatement"&&(h||!f.leftStripped)){var A=f.value;return f.value=f.value.replace(h?/\s+$/:/[ \t]+$/,""),f.leftStripped=f.value!==A,f.leftStripped}}var i=c(1).default;s.__esModule=!0;var l=c(88),m=i(l);r.prototype=new m.default,r.prototype.Program=function(o){var v=!this.options.ignoreStandalone,h=!this.isRootSeen;this.isRootSeen=!0;for(var f=o.body,A=0,y=f.length;A0)throw new y.default("Invalid path: "+x,{loc:E});D===".."&&N++}}return{type:"PathExpression",data:S,depth:N,parts:C,original:x,loc:E}}function l(S,_,E,x,C,N){var M=x.charAt(3)||x.charAt(2),P=M!=="{"&&M!=="&",D=/\*/.test(x);return{type:D?"Decorator":"MustacheStatement",path:S,params:_,hash:E,escaped:P,strip:C,loc:this.locInfo(N)}}function m(S,_,E,x){r(S,E),x=this.locInfo(x);var C={type:"Program",body:_,strip:{},loc:x};return{type:"BlockStatement",path:S.path,params:S.params,hash:S.hash,program:C,openStrip:{},inverseStrip:{},closeStrip:{},loc:x}}function o(S,_,E,x,C,N){x&&x.path&&r(S,x);var M=/\*/.test(S.open);_.blockParams=S.blockParams;var P=void 0,D=void 0;if(E){if(M)throw new y.default("Unexpected inverse block on decorator",E);E.chain&&(E.program.body[0].closeStrip=x.strip),D=E.strip,P=E.program}return C&&(C=P,P=_,_=C),{type:M?"DecoratorBlock":"BlockStatement",path:S.path,params:S.params,hash:S.hash,program:_,inverse:P,openStrip:S.strip,inverseStrip:D,closeStrip:x&&x.strip,loc:this.locInfo(N)}}function v(S,_){if(!_&&S.length){var E=S[0].loc,x=S[S.length-1].loc;E&&x&&(_={source:E.source,start:{line:E.start.line,column:E.start.column},end:{line:x.end.line,column:x.end.column}})}return{type:"Program",body:S,strip:{},loc:_}}function h(S,_,E,x){return r(S,E),{type:"PartialBlockStatement",name:S.path,params:S.params,hash:S.hash,program:_,openStrip:S.strip,closeStrip:E&&E.strip,loc:this.locInfo(x)}}var f=c(1).default;s.__esModule=!0,s.SourceLocation=n,s.id=u,s.stripFlags=d,s.stripComment=a,s.preparePath=i,s.prepareMustache=l,s.prepareRawBlock=m,s.prepareBlock=o,s.prepareProgram=v,s.preparePartialBlock=h;var A=c(6),y=f(A)},function(g,s,c){"use strict";function r(){}function n(y,S,_){if(y==null||typeof y!="string"&&y.type!=="Program")throw new o.default("You must pass a string or Handlebars AST to Handlebars.precompile. You passed "+y);S=S||{},"data"in S||(S.data=!0),S.compat&&(S.useDepths=!0);var E=_.parse(y,S),x=new _.Compiler().compile(E,S);return new _.JavaScriptCompiler().compile(x,S)}function u(y,S,_){function E(){var N=_.parse(y,S),M=new _.Compiler().compile(N,S),P=new _.JavaScriptCompiler().compile(M,S,void 0,!0);return _.template(P)}function x(N,M){return C||(C=E()),C.call(this,N,M)}if(S===void 0&&(S={}),y==null||typeof y!="string"&&y.type!=="Program")throw new o.default("You must pass a string or Handlebars AST to Handlebars.compile. You passed "+y);S=v.extend({},S),"data"in S||(S.data=!0),S.compat&&(S.useDepths=!0);var C=void 0;return x._setup=function(N){return C||(C=E()),C._setup(N)},x._child=function(N,M,P,D){return C||(C=E()),C._child(N,M,P,D)},x}function d(y,S){if(y===S)return!0;if(v.isArray(y)&&v.isArray(S)&&y.length===S.length){for(var _=0;_1)throw new o.default("Unsupported number of partial arguments: "+_.length,y);_.length||(this.options.explicitPartialContext?this.opcode("pushLiteral","undefined"):_.push({type:"PathExpression",parts:[],depth:0}));var E=y.name.original,x=y.name.type==="SubExpression";x&&this.accept(y.name),this.setupFullMustacheParams(y,S,void 0,!0);var C=y.indent||"";this.options.preventIndent&&C&&(this.opcode("appendContent",C),C=""),this.opcode("invokePartial",x,E,C),this.opcode("append")},PartialBlockStatement:function(y){this.PartialStatement(y)},MustacheStatement:function(y){this.SubExpression(y),y.escaped&&!this.options.noEscape?this.opcode("appendEscaped"):this.opcode("append")},Decorator:function(y){this.DecoratorBlock(y)},ContentStatement:function(y){y.value&&this.opcode("appendContent",y.value)},CommentStatement:function(){},SubExpression:function(y){a(y);var S=this.classifySexpr(y);S==="simple"?this.simpleSexpr(y):S==="helper"?this.helperSexpr(y):this.ambiguousSexpr(y)},ambiguousSexpr:function(y,S,_){var E=y.path,x=E.parts[0],C=S!=null||_!=null;this.opcode("getContext",E.depth),this.opcode("pushProgram",S),this.opcode("pushProgram",_),E.strict=!0,this.accept(E),this.opcode("invokeAmbiguous",x,C)},simpleSexpr:function(y){var S=y.path;S.strict=!0,this.accept(S),this.opcode("resolvePossibleLambda")},helperSexpr:function(y,S,_){var E=this.setupFullMustacheParams(y,S,_),x=y.path,C=x.parts[0];if(this.options.knownHelpers[C])this.opcode("invokeKnownHelper",E.length,C);else{if(this.options.knownHelpersOnly)throw new o.default("You specified knownHelpersOnly, but used the unknown helper "+C,y);x.strict=!0,x.falsy=!0,this.accept(x),this.opcode("invokeHelper",E.length,x.original,f.default.helpers.simpleId(x))}},PathExpression:function(y){this.addDepth(y.depth),this.opcode("getContext",y.depth);var S=y.parts[0],_=f.default.helpers.scopedId(y),E=!y.depth&&!_&&this.blockParamIndex(S);E?this.opcode("lookupBlockParam",E,y.parts):S?y.data?(this.options.data=!0,this.opcode("lookupData",y.depth,y.parts,y.strict)):this.opcode("lookupOnContext",y.parts,y.falsy,y.strict,_):this.opcode("pushContext")},StringLiteral:function(y){this.opcode("pushString",y.value)},NumberLiteral:function(y){this.opcode("pushLiteral",y.value)},BooleanLiteral:function(y){this.opcode("pushLiteral",y.value)},UndefinedLiteral:function(){this.opcode("pushLiteral","undefined")},NullLiteral:function(){this.opcode("pushLiteral","null")},Hash:function(y){var S=y.pairs,_=0,E=S.length;for(this.opcode("pushHash");_=0)return[S,x]}}}},function(g,s,c){"use strict";function r(f){this.value=f}function n(){}function u(f,A,y,S,_){var E=A.popStack(),x=y.length;for(f&&x--;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\/.)|]))))/,/^(?:\[(\\\]|[^\]])*\])/,/^(?:.)/,/^(?:$)/],d.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}},d}();return n.lexer=u,r.prototype=n,n.Parser=r,new r}();s.default=c,g.exports=s.default},function(g,s,c){"use strict";function r(){var o=arguments.length<=0||arguments[0]===void 0?{}:arguments[0];this.options=o}function n(o,v,h){v===void 0&&(v=o.length);var f=o[v-1],A=o[v-2];return f?f.type==="ContentStatement"?(A||!h?/\r?\n\s*?$/:/(^|\r?\n)\s*?$/).test(f.original):void 0:h}function u(o,v,h){v===void 0&&(v=-1);var f=o[v+1],A=o[v+2];return f?f.type==="ContentStatement"?(A||!h?/^\s*?\r?\n/:/^\s*?(\r?\n|$)/).test(f.original):void 0:h}function d(o,v,h){var f=o[v==null?0:v+1];if(f&&f.type==="ContentStatement"&&(h||!f.rightStripped)){var A=f.value;f.value=f.value.replace(h?/^\s+/:/^[ \t]*\r?\n?/,""),f.rightStripped=f.value!==A}}function a(o,v,h){var f=o[v==null?o.length-1:v-1];if(f&&f.type==="ContentStatement"&&(h||!f.leftStripped)){var A=f.value;return f.value=f.value.replace(h?/\s+$/:/[ \t]+$/,""),f.leftStripped=f.value!==A,f.leftStripped}}var i=c(1).default;s.__esModule=!0;var l=c(88),m=i(l);r.prototype=new m.default,r.prototype.Program=function(o){var v=!this.options.ignoreStandalone,h=!this.isRootSeen;this.isRootSeen=!0;for(var f=o.body,A=0,y=f.length;A0)throw new y.default("Invalid path: "+x,{loc:E});D===".."&&C++}}return{type:"PathExpression",data:S,depth:C,parts:N,original:x,loc:E}}function l(S,_,E,x,N,C){var M=x.charAt(3)||x.charAt(2),P=M!=="{"&&M!=="&",D=/\*/.test(x);return{type:D?"Decorator":"MustacheStatement",path:S,params:_,hash:E,escaped:P,strip:N,loc:this.locInfo(C)}}function m(S,_,E,x){r(S,E),x=this.locInfo(x);var N={type:"Program",body:_,strip:{},loc:x};return{type:"BlockStatement",path:S.path,params:S.params,hash:S.hash,program:N,openStrip:{},inverseStrip:{},closeStrip:{},loc:x}}function o(S,_,E,x,N,C){x&&x.path&&r(S,x);var M=/\*/.test(S.open);_.blockParams=S.blockParams;var P=void 0,D=void 0;if(E){if(M)throw new y.default("Unexpected inverse block on decorator",E);E.chain&&(E.program.body[0].closeStrip=x.strip),D=E.strip,P=E.program}return N&&(N=P,P=_,_=N),{type:M?"DecoratorBlock":"BlockStatement",path:S.path,params:S.params,hash:S.hash,program:_,inverse:P,openStrip:S.strip,inverseStrip:D,closeStrip:x&&x.strip,loc:this.locInfo(C)}}function v(S,_){if(!_&&S.length){var E=S[0].loc,x=S[S.length-1].loc;E&&x&&(_={source:E.source,start:{line:E.start.line,column:E.start.column},end:{line:x.end.line,column:x.end.column}})}return{type:"Program",body:S,strip:{},loc:_}}function h(S,_,E,x){return r(S,E),{type:"PartialBlockStatement",name:S.path,params:S.params,hash:S.hash,program:_,openStrip:S.strip,closeStrip:E&&E.strip,loc:this.locInfo(x)}}var f=c(1).default;s.__esModule=!0,s.SourceLocation=n,s.id=u,s.stripFlags=d,s.stripComment=a,s.preparePath=i,s.prepareMustache=l,s.prepareRawBlock=m,s.prepareBlock=o,s.prepareProgram=v,s.preparePartialBlock=h;var A=c(6),y=f(A)},function(g,s,c){"use strict";function r(){}function n(y,S,_){if(y==null||typeof y!="string"&&y.type!=="Program")throw new o.default("You must pass a string or Handlebars AST to Handlebars.precompile. You passed "+y);S=S||{},"data"in S||(S.data=!0),S.compat&&(S.useDepths=!0);var E=_.parse(y,S),x=new _.Compiler().compile(E,S);return new _.JavaScriptCompiler().compile(x,S)}function u(y,S,_){function E(){var C=_.parse(y,S),M=new _.Compiler().compile(C,S),P=new _.JavaScriptCompiler().compile(M,S,void 0,!0);return _.template(P)}function x(C,M){return N||(N=E()),N.call(this,C,M)}if(S===void 0&&(S={}),y==null||typeof y!="string"&&y.type!=="Program")throw new o.default("You must pass a string or Handlebars AST to Handlebars.compile. You passed "+y);S=v.extend({},S),"data"in S||(S.data=!0),S.compat&&(S.useDepths=!0);var N=void 0;return x._setup=function(C){return N||(N=E()),N._setup(C)},x._child=function(C,M,P,D){return N||(N=E()),N._child(C,M,P,D)},x}function d(y,S){if(y===S)return!0;if(v.isArray(y)&&v.isArray(S)&&y.length===S.length){for(var _=0;_1)throw new o.default("Unsupported number of partial arguments: "+_.length,y);_.length||(this.options.explicitPartialContext?this.opcode("pushLiteral","undefined"):_.push({type:"PathExpression",parts:[],depth:0}));var E=y.name.original,x=y.name.type==="SubExpression";x&&this.accept(y.name),this.setupFullMustacheParams(y,S,void 0,!0);var N=y.indent||"";this.options.preventIndent&&N&&(this.opcode("appendContent",N),N=""),this.opcode("invokePartial",x,E,N),this.opcode("append")},PartialBlockStatement:function(y){this.PartialStatement(y)},MustacheStatement:function(y){this.SubExpression(y),y.escaped&&!this.options.noEscape?this.opcode("appendEscaped"):this.opcode("append")},Decorator:function(y){this.DecoratorBlock(y)},ContentStatement:function(y){y.value&&this.opcode("appendContent",y.value)},CommentStatement:function(){},SubExpression:function(y){a(y);var S=this.classifySexpr(y);S==="simple"?this.simpleSexpr(y):S==="helper"?this.helperSexpr(y):this.ambiguousSexpr(y)},ambiguousSexpr:function(y,S,_){var E=y.path,x=E.parts[0],N=S!=null||_!=null;this.opcode("getContext",E.depth),this.opcode("pushProgram",S),this.opcode("pushProgram",_),E.strict=!0,this.accept(E),this.opcode("invokeAmbiguous",x,N)},simpleSexpr:function(y){var S=y.path;S.strict=!0,this.accept(S),this.opcode("resolvePossibleLambda")},helperSexpr:function(y,S,_){var E=this.setupFullMustacheParams(y,S,_),x=y.path,N=x.parts[0];if(this.options.knownHelpers[N])this.opcode("invokeKnownHelper",E.length,N);else{if(this.options.knownHelpersOnly)throw new o.default("You specified knownHelpersOnly, but used the unknown helper "+N,y);x.strict=!0,x.falsy=!0,this.accept(x),this.opcode("invokeHelper",E.length,x.original,f.default.helpers.simpleId(x))}},PathExpression:function(y){this.addDepth(y.depth),this.opcode("getContext",y.depth);var S=y.parts[0],_=f.default.helpers.scopedId(y),E=!y.depth&&!_&&this.blockParamIndex(S);E?this.opcode("lookupBlockParam",E,y.parts):S?y.data?(this.options.data=!0,this.opcode("lookupData",y.depth,y.parts,y.strict)):this.opcode("lookupOnContext",y.parts,y.falsy,y.strict,_):this.opcode("pushContext")},StringLiteral:function(y){this.opcode("pushString",y.value)},NumberLiteral:function(y){this.opcode("pushLiteral",y.value)},BooleanLiteral:function(y){this.opcode("pushLiteral",y.value)},UndefinedLiteral:function(){this.opcode("pushLiteral","undefined")},NullLiteral:function(){this.opcode("pushLiteral","null")},Hash:function(y){var S=y.pairs,_=0,E=S.length;for(this.opcode("pushHash");_=0)return[S,x]}}}},function(g,s,c){"use strict";function r(f){this.value=f}function n(){}function u(f,A,y,S,_){var E=A.popStack(),x=y.length;for(f&&x--;S0&&(y+=", "+S.join(", "));var _=0;d(this.aliases).forEach(function(C){var N=A.aliases[C];N.children&&N.referenceCount>1&&(y+=", alias"+ ++_+"="+C,N.children[0]="alias"+_)}),this.lookupPropertyFunctionIsUsed&&(y+=", "+this.lookupPropertyFunctionVarDeclaration());var E=["container","depth0","helpers","partials","data"];(this.useBlockParams||this.useDepths)&&E.push("blockParams"),this.useDepths&&E.push("depths");var x=this.mergeSource(y);return f?(E.push(x),Function.apply(this,E)):this.source.wrap(["function(",E.join(","),`) { - `,x,"}"])},mergeSource:function(f){var A=this.environment.isSimple,y=!this.forceBuffer,S=void 0,_=void 0,E=void 0,x=void 0;return this.source.each(function(C){C.appendToBuffer?(E?C.prepend(" + "):E=C,x=C):(E&&(_?E.prepend("buffer += "):S=!0,x.add(";"),E=x=void 0),_=!0,A||(y=!1))}),y?E?(E.prepend("return "),x.add(";")):_||this.source.push('return "";'):(f+=", buffer = "+(S?"":this.initializeBuffer()),E?(E.prepend("return buffer + "),x.add(";")):this.source.push("return buffer;")),f&&this.source.prepend("var "+f.substring(2)+(S?"":`; +`),this.decorators=this.decorators.merge()));var M=this.createFunctionContext(S);if(this.isChild)return M;var P={compiler:this.compilerInfo(),main:M};this.decorators&&(P.main_d=this.decorators,P.useDecorators=!0);var D=this.context,T=D.programs,R=D.decorators;for(N=0,C=T.length;N0&&(y+=", "+S.join(", "));var _=0;d(this.aliases).forEach(function(N){var C=A.aliases[N];C.children&&C.referenceCount>1&&(y+=", alias"+ ++_+"="+N,C.children[0]="alias"+_)}),this.lookupPropertyFunctionIsUsed&&(y+=", "+this.lookupPropertyFunctionVarDeclaration());var E=["container","depth0","helpers","partials","data"];(this.useBlockParams||this.useDepths)&&E.push("blockParams"),this.useDepths&&E.push("depths");var x=this.mergeSource(y);return f?(E.push(x),Function.apply(this,E)):this.source.wrap(["function(",E.join(","),`) { + `,x,"}"])},mergeSource:function(f){var A=this.environment.isSimple,y=!this.forceBuffer,S=void 0,_=void 0,E=void 0,x=void 0;return this.source.each(function(N){N.appendToBuffer?(E?N.prepend(" + "):E=N,x=N):(E&&(_?E.prepend("buffer += "):S=!0,x.add(";"),E=x=void 0),_=!0,A||(y=!1))}),y?E?(E.prepend("return "),x.add(";")):_||this.source.push('return "";'):(f+=", buffer = "+(S?"":this.initializeBuffer()),E?(E.prepend("return buffer + "),x.add(";")):this.source.push("return buffer;")),f&&this.source.prepend("var "+f.substring(2)+(S?"":`; `)),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_[E]||E)+"'":"Parse error on l } return undefined } - `.trim()},blockValue:function(f){var A=this.aliasable("container.hooks.blockHelperMissing"),y=[this.contextName(0)];this.setupHelperArgs(f,0,y);var S=this.popStack();y.splice(1,0,S),this.push(this.source.functionCall(A,"call",y))},ambiguousBlockValue:function(){var f=this.aliasable("container.hooks.blockHelperMissing"),A=[this.contextName(0)];this.setupHelperArgs("",0,A,!0),this.flushInline();var y=this.topStack();A.splice(1,0,y),this.pushSource(["if (!",this.lastHelper,") { ",y," = ",this.source.functionCall(f,"call",A),"}"])},appendContent:function(f){this.pendingContent?f=this.pendingContent+f:this.pendingLocation=this.source.currentLocation,this.pendingContent=f},append:function(){if(this.isInline())this.replaceStack(function(A){return[" != null ? ",A,' : ""']}),this.pushSource(this.appendToBuffer(this.popStack()));else{var f=this.popStack();this.pushSource(["if (",f," != null) { ",this.appendToBuffer(f,void 0,!0)," }"]),this.environment.isSimple&&this.pushSource(["else { ",this.appendToBuffer("''",void 0,!0)," }"])}},appendEscaped:function(){this.pushSource(this.appendToBuffer([this.aliasable("container.escapeExpression"),"(",this.popStack(),")"]))},getContext:function(f){this.lastContext=f},pushContext:function(){this.pushStackLiteral(this.contextName(this.lastContext))},lookupOnContext:function(f,A,y,S){var _=0;S||!this.options.compat||this.lastContext?this.pushContext():this.push(this.depthedLookup(f[_++])),this.resolvePath("context",f,_,A,y)},lookupBlockParam:function(f,A){this.useBlockParams=!0,this.push(["blockParams[",f[0],"][",f[1],"]"]),this.resolvePath("context",A,1)},lookupData:function(f,A,y){f?this.pushStackLiteral("container.data(data, "+f+")"):this.pushStackLiteral("data"),this.resolvePath("data",A,0,!0,y)},resolvePath:function(f,A,y,S,_){var E=this;if(this.options.strict||this.options.assumeObjects)return void this.push(u(this.options.strict&&_,this,A,y,f));for(var x=A.length;ythis.stackVars.length&&this.stackVars.push("stack"+this.stackSlot),this.topStackName()},topStackName:function(){return"stack"+this.stackSlot},flushInline:function(){var f=this.inlineStack;this.inlineStack=[];for(var A=0,y=f.length;A{var c,r;c=[s(8934),s(7792),s(2134),s(8663),s(454),s(6981),s(7661),s(8048),s(461),s(1045),s(6525),s(5385)],r=function(n,u,d,a,i,l,m){"use strict";var o=/%20/g,v=/#.*$/,h=/([?&])_=[^&]*/,f=/^(.*?):[ \t]*([^\r\n]*)$/mg,A=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,y=/^(?:GET|HEAD)$/,S=/^\/\//,_={},E={},x="*/".concat("*"),C=u.createElement("a");C.href=i.href;function N(R){return function(F,$){typeof F!="string"&&($=F,F="*");var z,L=0,H=F.toLowerCase().match(a)||[];if(d($))for(;z=H[L++];)z[0]==="+"?(z=z.slice(1)||"*",(R[z]=R[z]||[]).unshift($)):(R[z]=R[z]||[]).push($)}}function M(R,F,$,z){var L={},H=R===E;function k(G){var U;return L[G]=!0,n.each(R[G]||[],function(q,ie){var pe=ie(F,$,z);if(typeof pe=="string"&&!H&&!L[pe])return F.dataTypes.unshift(pe),k(pe),!1;if(H)return!(U=pe)}),U}return k(F.dataTypes[0])||!L["*"]&&k("*")}function P(R,F){var $,z,L=n.ajaxSettings.flatOptions||{};for($ in F)F[$]!==void 0&&((L[$]?R:z||(z={}))[$]=F[$]);return z&&n.extend(!0,R,z),R}function D(R,F,$){for(var z,L,H,k,G=R.contents,U=R.dataTypes;U[0]==="*";)U.shift(),z===void 0&&(z=R.mimeType||F.getResponseHeader("Content-Type"));if(z){for(L in G)if(G[L]&&G[L].test(z)){U.unshift(L);break}}if(U[0]in $)H=U[0];else{for(L in $){if(!U[0]||R.converters[L+" "+U[0]]){H=L;break}k||(k=L)}H=H||k}if(H)return H!==U[0]&&U.unshift(H),$[H]}function T(R,F,$,z){var L,H,k,G,U,q={},ie=R.dataTypes.slice();if(ie[1])for(k in R.converters)q[k.toLowerCase()]=R.converters[k];for(H=ie.shift();H;)if(R.responseFields[H]&&($[R.responseFields[H]]=F),!U&&z&&R.dataFilter&&(F=R.dataFilter(F,R.dataType)),U=H,H=ie.shift(),H){if(H==="*")H=U;else if(U!=="*"&&U!==H){if(k=q[U+" "+H]||q["* "+H],!k){for(L in q)if(G=L.split(" "),G[1]===H&&(k=q[U+" "+G[0]]||q["* "+G[0]],k)){k===!0?k=q[L]:q[L]!==!0&&(H=G[0],ie.unshift(G[1]));break}}if(k!==!0)if(k&&R.throws)F=k(F);else try{F=k(F)}catch(pe){return{state:"parsererror",error:k?pe:"No conversion from "+U+" to "+H}}}}return{state:"success",data:F}}return n.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:i.href,type:"GET",isLocal:A.test(i.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":x,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":n.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(R,F){return F?P(P(R,n.ajaxSettings),F):P(n.ajaxSettings,R)},ajaxPrefilter:N(_),ajaxTransport:N(E),ajax:function(R,F){typeof R=="object"&&(F=R,R=void 0),F=F||{};var $,z,L,H,k,G,U,q,ie,pe,J=n.ajaxSetup({},F),Ae=J.context||J,Ee=J.context&&(Ae.nodeType||Ae.jquery)?n(Ae):n.event,be=n.Deferred(),Ze=n.Callbacks("once memory"),ft=J.statusCode||{},At={},Et={},wt="canceled",fe={readyState:0,getResponseHeader:function(Se){var Me;if(U){if(!H)for(H={};Me=f.exec(L);)H[Me[1].toLowerCase()+" "]=(H[Me[1].toLowerCase()+" "]||[]).concat(Me[2]);Me=H[Se.toLowerCase()+" "]}return Me==null?null:Me.join(", ")},getAllResponseHeaders:function(){return U?L:null},setRequestHeader:function(Se,Me){return U==null&&(Se=Et[Se.toLowerCase()]=Et[Se.toLowerCase()]||Se,At[Se]=Me),this},overrideMimeType:function(Se){return U==null&&(J.mimeType=Se),this},statusCode:function(Se){var Me;if(Se)if(U)fe.always(Se[fe.status]);else for(Me in Se)ft[Me]=[ft[Me],Se[Me]];return this},abort:function(Se){var Me=Se||wt;return $&&$.abort(Me),Ne(0,Me),this}};if(be.promise(fe),J.url=((R||J.url||i.href)+"").replace(S,i.protocol+"//"),J.type=F.method||F.type||J.method||J.type,J.dataTypes=(J.dataType||"*").toLowerCase().match(a)||[""],J.crossDomain==null){G=u.createElement("a");try{G.href=J.url,G.href=G.href,J.crossDomain=C.protocol+"//"+C.host!=G.protocol+"//"+G.host}catch(Se){J.crossDomain=!0}}if(J.data&&J.processData&&typeof J.data!="string"&&(J.data=n.param(J.data,J.traditional)),M(_,J,F,fe),U)return fe;q=n.event&&J.global,q&&n.active++===0&&n.event.trigger("ajaxStart"),J.type=J.type.toUpperCase(),J.hasContent=!y.test(J.type),z=J.url.replace(v,""),J.hasContent?J.data&&J.processData&&(J.contentType||"").indexOf("application/x-www-form-urlencoded")===0&&(J.data=J.data.replace(o,"+")):(pe=J.url.slice(z.length),J.data&&(J.processData||typeof J.data=="string")&&(z+=(m.test(z)?"&":"?")+J.data,delete J.data),J.cache===!1&&(z=z.replace(h,"$1"),pe=(m.test(z)?"&":"?")+"_="+l.guid+++pe),J.url=z+pe),J.ifModified&&(n.lastModified[z]&&fe.setRequestHeader("If-Modified-Since",n.lastModified[z]),n.etag[z]&&fe.setRequestHeader("If-None-Match",n.etag[z])),(J.data&&J.hasContent&&J.contentType!==!1||F.contentType)&&fe.setRequestHeader("Content-Type",J.contentType),fe.setRequestHeader("Accept",J.dataTypes[0]&&J.accepts[J.dataTypes[0]]?J.accepts[J.dataTypes[0]]+(J.dataTypes[0]!=="*"?", "+x+"; q=0.01":""):J.accepts["*"]);for(ie in J.headers)fe.setRequestHeader(ie,J.headers[ie]);if(J.beforeSend&&(J.beforeSend.call(Ae,fe,J)===!1||U))return fe.abort();if(wt="abort",Ze.add(J.complete),fe.done(J.success),fe.fail(J.error),$=M(E,J,F,fe),!$)Ne(-1,"No Transport");else{if(fe.readyState=1,q&&Ee.trigger("ajaxSend",[fe,J]),U)return fe;J.async&&J.timeout>0&&(k=window.setTimeout(function(){fe.abort("timeout")},J.timeout));try{U=!1,$.send(At,Ne)}catch(Se){if(U)throw Se;Ne(-1,Se)}}function Ne(Se,Me,ht,Ut){var tt,Oe,de,Re,Te,Z=Me;U||(U=!0,k&&window.clearTimeout(k),$=void 0,L=Ut||"",fe.readyState=Se>0?4:0,tt=Se>=200&&Se<300||Se===304,ht&&(Re=D(J,fe,ht)),!tt&&n.inArray("script",J.dataTypes)>-1&&n.inArray("json",J.dataTypes)<0&&(J.converters["text script"]=function(){}),Re=T(J,Re,fe,tt),tt?(J.ifModified&&(Te=fe.getResponseHeader("Last-Modified"),Te&&(n.lastModified[z]=Te),Te=fe.getResponseHeader("etag"),Te&&(n.etag[z]=Te)),Se===204||J.type==="HEAD"?Z="nocontent":Se===304?Z="notmodified":(Z=Re.state,Oe=Re.data,de=Re.error,tt=!de)):(de=Z,(Se||!Z)&&(Z="error",Se<0&&(Se=0))),fe.status=Se,fe.statusText=(Me||Z)+"",tt?be.resolveWith(Ae,[Oe,Z,fe]):be.rejectWith(Ae,[fe,Z,de]),fe.statusCode(ft),ft=void 0,q&&Ee.trigger(tt?"ajaxSuccess":"ajaxError",[fe,J,tt?Oe:de]),Ze.fireWith(Ae,[fe,Z]),q&&(Ee.trigger("ajaxComplete",[fe,J]),--n.active||n.event.trigger("ajaxStop")))}return fe},getJSON:function(R,F,$){return n.get(R,F,$,"json")},getScript:function(R,F){return n.get(R,void 0,F,"script")}}),n.each(["get","post"],function(R,F){n[F]=function($,z,L,H){return d(z)&&(H=H||L,L=z,z=void 0),n.ajax(n.extend({url:$,type:F,dataType:H,data:z,success:L},n.isPlainObject($)&&$))}}),n.ajaxPrefilter(function(R){var F;for(F in R.headers)F.toLowerCase()==="content-type"&&(R.contentType=R.headers[F]||"")}),n}.apply(g,c),r!==void 0&&(I.exports=r)},7533:(I,g,s)=>{var c,r;c=[s(8934),s(2134),s(6981),s(7661),s(7178)],r=function(n,u,d,a){"use strict";var i=[],l=/(=)\?(?=&|$)|\?\?/;n.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var m=i.pop()||n.expando+"_"+d.guid++;return this[m]=!0,m}}),n.ajaxPrefilter("json jsonp",function(m,o,v){var h,f,A,y=m.jsonp!==!1&&(l.test(m.url)?"url":typeof m.data=="string"&&(m.contentType||"").indexOf("application/x-www-form-urlencoded")===0&&l.test(m.data)&&"data");if(y||m.dataTypes[0]==="jsonp")return h=m.jsonpCallback=u(m.jsonpCallback)?m.jsonpCallback():m.jsonpCallback,y?m[y]=m[y].replace(l,"$1"+h):m.jsonp!==!1&&(m.url+=(a.test(m.url)?"&":"?")+m.jsonp+"="+h),m.converters["script json"]=function(){return A||n.error(h+" was not called"),A[0]},m.dataTypes[0]="json",f=window[h],window[h]=function(){A=arguments},v.always(function(){f===void 0?n(window).removeProp(h):window[h]=f,m[h]&&(m.jsonpCallback=o.jsonpCallback,i.push(h)),A&&u(f)&&f(A[0]),A=f=void 0}),"script"})}.apply(g,c),r!==void 0&&(I.exports=r)},4581:(I,g,s)=>{var c,r;c=[s(8934),s(4552),s(2134),s(2889),s(7178),s(8482),s(2632),s(655)],r=function(n,u,d){"use strict";n.fn.load=function(a,i,l){var m,o,v,h=this,f=a.indexOf(" ");return f>-1&&(m=u(a.slice(f)),a=a.slice(0,f)),d(i)?(l=i,i=void 0):i&&typeof i=="object"&&(o="POST"),h.length>0&&n.ajax({url:a,type:o||"GET",dataType:"html",data:i}).done(function(A){v=arguments,h.html(m?n("
").append(n.parseHTML(A)).find(m):A)}).always(l&&function(A,y){h.each(function(){l.apply(this,v||[A.responseText,y,A])})}),this}}.apply(g,c),r!==void 0&&(I.exports=r)},5488:(I,g,s)=>{var c,r;c=[s(8934),s(7792),s(7178)],r=function(n,u){"use strict";n.ajaxPrefilter(function(d){d.crossDomain&&(d.contents.script=!1)}),n.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(d){return n.globalEval(d),d}}}),n.ajaxPrefilter("script",function(d){d.cache===void 0&&(d.cache=!1),d.crossDomain&&(d.type="GET")}),n.ajaxTransport("script",function(d){if(d.crossDomain||d.scriptAttrs){var a,i;return{send:function(l,m){a=n(" + diff --git a/src/public/connector-pub.js b/src/public/connector-pub.js index a490e40..3043857 100644 --- a/src/public/connector-pub.js +++ b/src/public/connector-pub.js @@ -10,13 +10,16 @@ * @apiBody {String} id id * @apiBody {String} method 接口标识,值为“boat3_pub_connector_list” * @apiBody {Object} params 参数 - * @apiBody {String} params.connectorId connectorId + * @apiBody {number} params.limit 每页记录数,默认10 + * @apiBody {number} params.skip 跳过多少条记录,默认0,计算公式(pageNo-1)*limit,pageNo 为第几页 * @apiParamExample {json} Request-Example: * { * "jsonrpc": "2.0", * "id": "11", * "method": "boat3_pub_connector_list", * "params": { + * "limit":10, + * "skip":0 * } * } *