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

Installation

start from 01.nooble.md

Wiki

-

API (WiP)

-`},template:{forceLanguage:"en"},title:"Domophone API",url:"https://yourserver.yourdomain/mobile",sampleUrl:!1,defaultVersion:"0.0.0",apidoc:"0.3.0",generator:{name:"apidoc",time:"Fri Sep 06 2024 11:08:07 GMT+0300 (\u041C\u043E\u0441\u043A\u0432\u0430, \u0441\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u043E\u0435 \u0432\u0440\u0435\u043C\u044F)",url:"https://apidocjs.com",version:"1.2.0"}};ht();const Ie=l().compile(g()("#template-header").html()),Ce=l().compile(g()("#template-footer").html()),J=l().compile(g()("#template-article").html()),ye=l().compile(g()("#template-compare-article").html()),he=l().compile(g()("#template-generator").html()),ve=l().compile(g()("#template-project").html()),Me=l().compile(g()("#template-sections").html()),Ke=l().compile(g()("#template-sidenav").html()),We={aloneDisplay:!1,showRequiredLabels:!1,withGenerator:!0,withCompare:!0};de.template=Object.assign(We,(Ve=de.template)!=null?Ve:{}),de.template.forceLanguage&&St(de.template.forceLanguage);const Ye=(0,i.groupBy)(Oe,ie=>ie.group),et={};g().each(Ye,(ie,ne)=>{et[ie]=(0,i.groupBy)(ne,ue=>ue.name)});const lt=[];g().each(et,(ie,ne)=>{let ue=[];g().each(ne,(le,Te)=>{const He=Te[0].title;He&&ue.push(He.toLowerCase()+"#~#"+le)}),ue.sort(),de.order&&(ue=De(ue,de.order,"#~#")),ue.forEach(le=>{const He=le.split("#~#")[1];ne[He].forEach(Re=>{lt.push(Re)})})}),Oe=lt;let gt={};const kt={};let Lt={};Lt[de.version]=1,g().each(Oe,(ie,ne)=>{gt[ne.group]=1,kt[ne.group]=ne.groupTitle||ne.group,Lt[ne.version]=1}),gt=Object.keys(gt),gt.sort(),de.order&&(gt=Pe(kt,de.order)),Lt=Object.keys(Lt),Lt.sort(n().compare),Lt.reverse();const Ct=[];gt.forEach(ie=>{Ct.push({group:ie,isHeader:!0,title:kt[ie]});let ne="";Oe.forEach(ue=>{ue.group===ie&&(ne!==ue.name?Ct.push({title:ue.title,group:ie,name:ue.name,type:ue.type,version:ue.version,url:ue.url}):Ct.push({title:ue.title,group:ie,hidden:!0,name:ue.name,type:ue.type,version:ue.version,url:ue.url}),ne=ue.name)})});function fr(ie,ne,ue){let le=!1;if(!ne)return le;const Te=ne.match(/(.+?)<\/h(1|2)>/gi);return Te&&Te.forEach(function(He){const Re=He.substring(2,3),ut=He.replace(/<.+?>/g,""),bt=He.match(/id="api-([^-]+)(?:-(.+))?"/),It=bt?bt[1]:null,mt=bt?bt[2]:null;Re==="1"&&ut&&It&&(ie.splice(ue,0,{group:It,isHeader:!0,title:ut,isFixed:!0}),ue++,le=!0),Re==="2"&&ut&&It&&mt&&(ie.splice(ue,0,{group:It,name:mt,isHeader:!1,title:ut,isFixed:!1,version:"1.0"}),ue++)}),le}let cr;if(de.header&&(cr=fr(Ct,de.header.content,0),cr||Ct.unshift({group:"_header",isHeader:!0,title:de.header.title==null?At("General"):de.header.title,isFixed:!0})),de.footer){const ie=Ct.length;cr=fr(Ct,de.footer.content,Ct.length),!cr&&de.footer.title!=null&&Ct.splice(ie,0,{group:"_footer",isHeader:!0,title:de.footer.title,isFixed:!0})}const xr=de.title?de.title:"apiDoc: "+de.name+" - "+de.version;g()(document).attr("title",xr),g()("#loader").remove();const Fr={nav:Ct};g()("#sidenav").append(Ke(Fr)),g()("#generator").append(he(de)),(0,i.extend)(de,{versions:Lt}),g()("#project").append(ve(de)),de.header&&g()("#header").append(Ie(de.header)),de.footer&&(g()("#footer").append(Ce(de.footer)),de.template.aloneDisplay&&document.getElementById("api-_footer").classList.add("hide"));const Bt={};let Mr="";gt.forEach(function(ie){const ne=[];let ue="",le={},Te=ie,He="";Bt[ie]={},Oe.forEach(function(Re){ie===Re.group&&(ue!==Re.name?(Oe.forEach(function(ut){ie===ut.group&&Re.name===ut.name&&(Object.prototype.hasOwnProperty.call(Bt[Re.group],Re.name)||(Bt[Re.group][Re.name]=[]),Bt[Re.group][Re.name].push(ut.version))}),le={article:Re,versions:Bt[Re.group][Re.name]}):le={article:Re,hidden:!0,versions:Bt[Re.group][Re.name]},de.sampleUrl&&de.sampleUrl===!0&&(de.sampleUrl=window.location.origin),de.url&&le.article.url.substr(0,4).toLowerCase()!=="http"&&(le.article.url=de.url+le.article.url),oe(le,Re),Re.groupTitle&&(Te=Re.groupTitle),Re.groupDescription&&(He=Re.groupDescription),ne.push({article:J(le),group:Re.group,name:Re.name,aloneDisplay:de.template.aloneDisplay}),ue=Re.name)}),le={group:ie,title:Te,description:He,articles:ne,aloneDisplay:de.template.aloneDisplay},Mr+=Me(le)}),g()("#sections").append(Mr),de.template.aloneDisplay||(document.body.dataset.spy="scroll",g()("body").scrollspy({target:"#scrollingNav"})),g()(".form-control").on("focus change",function(){g()(this).removeClass("border-danger")}),g()(".sidenav").find("a").on("click",function(ie){ie.preventDefault();const ne=this.getAttribute("href");if(de.template.aloneDisplay){const ue=document.querySelector(".sidenav > li.active");ue&&ue.classList.remove("active"),this.parentNode.classList.add("active")}else{const ue=document.querySelector(ne);ue&&g()("html,body").animate({scrollTop:ue.offsetTop},400)}window.location.hash=ne});function Et(ie){let ne=!1;return g().each(ie,ue=>{ne=ne||(0,i.some)(ie[ue],le=>le.type)}),ne}function kr(){g()('button[data-toggle="popover"]').popover().click(function(ne){ne.preventDefault()});const ie=g()("#version strong").html();if(g()("#sidenav li").removeClass("is-new"),de.template.withCompare&&g()("#sidenav li[data-version='"+ie+"']").each(function(){const ne=g()(this).data("group"),ue=g()(this).data("name"),le=g()("#sidenav li[data-group='"+ne+"'][data-name='"+ue+"']").length,Te=g()("#sidenav li[data-group='"+ne+"'][data-name='"+ue+"']").index(g()(this));(le===1||Te===le-1)&&g()(this).addClass("is-new")}),g()(".nav-tabs-examples a").click(function(ne){ne.preventDefault(),g()(this).tab("show")}),g()(".nav-tabs-examples").find("a:first").tab("show"),g()(".sample-request-content-type-switch").change(function(){g()(this).val()==="body-form-data"?(g()("#sample-request-body-json-input-"+g()(this).data("id")).hide(),g()("#sample-request-body-form-input-"+g()(this).data("id")).show()):(g()("#sample-request-body-form-input-"+g()(this).data("id")).hide(),g()("#sample-request-body-json-input-"+g()(this).data("id")).show())}),de.template.aloneDisplay&&(g()(".show-group").click(function(){const ne="."+g()(this).attr("data-group")+"-group",ue="."+g()(this).attr("data-group")+"-article";g()(".show-api-group").addClass("hide"),g()(ne).removeClass("hide"),g()(".show-api-article").addClass("hide"),g()(ue).removeClass("hide")}),g()(".show-api").click(function(){const ne=this.getAttribute("href").substring(1),ue=document.getElementById("version").textContent.trim(),le=`.${this.dataset.name}-article`,Te=`[id="${ne}-${ue}"]`,He=`.${this.dataset.group}-group`;g()(".show-api-group").addClass("hide"),g()(He).removeClass("hide"),g()(".show-api-article").addClass("hide");let Re=g()(le);g()(Te).length&&(Re=g()(Te).parent()),Re.removeClass("hide"),ne.match(/_(header|footer)/)&&document.getElementById(ne).classList.remove("hide")})),de.template.aloneDisplay||g()("body").scrollspy("refresh"),de.template.aloneDisplay){const ne=decodeURI(window.location.hash);if(ne!=null&&ne.length!==0){const ue=document.getElementById("version").textContent.trim(),le=document.querySelector(`li .${ne.slice(1)}-init`),Te=document.querySelector(`li[data-version="${ue}"] .show-api.${ne.slice(1)}-init`);let He=le;Te&&(He=Te),He.click()}}}function B(ie){typeof ie=="undefined"?ie=g()("#version strong").html():g()("#version strong").html(ie),g()("article").addClass("hide"),g()("#sidenav li:not(.nav-fixed)").addClass("hide");const ne={};document.querySelectorAll("article[data-version]").forEach(ue=>{const le=ue.dataset.group,Te=ue.dataset.name,He=ue.dataset.version,Re=le+Te;!ne[Re]&&n().lte(He,ie)&&(ne[Re]=!0,document.querySelector(`article[data-group="${le}"][data-name="${Te}"][data-version="${He}"]`).classList.remove("hide"),document.querySelector(`#sidenav li[data-group="${le}"][data-name="${Te}"][data-version="${He}"]`).classList.remove("hide"),document.querySelector(`#sidenav li.nav-header[data-group="${le}"]`).classList.remove("hide"))}),g()("article[data-version]").each(function(ue){const le=g()(this).data("group");g()("section#api-"+le).removeClass("hide"),g()("section#api-"+le+" article:visible").length===0?g()("section#api-"+le).addClass("hide"):g()("section#api-"+le).removeClass("hide")})}if(B(),g()("#versions li.version a").on("click",function(ie){ie.preventDefault(),B(g()(this).html())}),g()("#compareAllWithPredecessor").on("click",ee),g()("article .versions li.version a").on("click",q),g().urlParam=function(ie){const ne=new RegExp("[\\?&]"+ie+"=([^&#]*)").exec(window.location.href);return ne&&ne[1]?ne[1]:null},g().urlParam("compare")&&g()("#compareAllWithPredecessor").trigger("click"),window.location.hash){const ie=decodeURI(window.location.hash);g()(ie).length>0&&g()("html,body").animate({scrollTop:parseInt(g()(ie).offset().top)},0)}document.querySelector('[data-toggle="offcanvas"]').addEventListener("click",function(){const ie=document.querySelector(".row-offcanvas");ie&&ie.classList.toggle("active")}),g()("#scrollingNav .sidenav-search input.search").focus(),g()('[data-action="filter-search"]').on("keyup",Y(ie=>{const ne=ie.currentTarget.value.toLowerCase();g()(".sidenav a.nav-list-item").filter((ue,le)=>g()(le).toggle(g()(le).text().toLowerCase().indexOf(ne)>-1))},200)),g()("span.search-reset").on("click",function(){g()("#scrollingNav .sidenav-search input.search").val("").focus(),g()(".sidenav").find("a.nav-list-item").show()});function Y(ie,ne){let ue=null;return(...le)=>{clearTimeout(ue),ue=setTimeout(ie.bind(this,...le),ne||0)}}function q(ie){ie.preventDefault();const ne=g()(this).parents("article"),ue=g()(this).html(),le=ne.find(".version"),Te=le.find("strong").html();le.find("strong").html(ue);const He=ne.data("group"),Re=ne.data("name"),ut=ne.data("version"),bt=ne.data("compare-version");if(bt!==ue&&!(!bt&&ut===ue)){if(bt&&Bt[He][Re][0]===ue||ut===ue)be(He,Re,ut);else{let It={},mt={};g().each(et[He][Re],function(an,zr){zr.version===ut&&(It=zr),zr.version===ue&&(mt=zr)});const ot={article:It,compare:mt,versions:Bt[He][Re]};ot.article.id=ot.article.group+"-"+ot.article.name+"-"+ot.article.version,ot.article.id=ot.article.id.replace(/\./g,"_"),ot.compare.id=ot.compare.group+"-"+ot.compare.name+"-"+ot.compare.version,ot.compare.id=ot.compare.id.replace(/\./g,"_");let rt=It;rt.header&&rt.header.fields&&(ot._hasTypeInHeaderFields=Et(rt.header.fields)),rt.parameter&&rt.parameter.fields&&(ot._hasTypeInParameterFields=Et(rt.parameter.fields)),rt.error&&rt.error.fields&&(ot._hasTypeInErrorFields=Et(rt.error.fields)),rt.success&&rt.success.fields&&(ot._hasTypeInSuccessFields=Et(rt.success.fields)),rt.info&&rt.info.fields&&(ot._hasTypeInInfoFields=Et(rt.info.fields)),rt=mt,ot._hasTypeInHeaderFields!==!0&&rt.header&&rt.header.fields&&(ot._hasTypeInHeaderFields=Et(rt.header.fields)),ot._hasTypeInParameterFields!==!0&&rt.parameter&&rt.parameter.fields&&(ot._hasTypeInParameterFields=Et(rt.parameter.fields)),ot._hasTypeInErrorFields!==!0&&rt.error&&rt.error.fields&&(ot._hasTypeInErrorFields=Et(rt.error.fields)),ot._hasTypeInSuccessFields!==!0&&rt.success&&rt.success.fields&&(ot._hasTypeInSuccessFields=Et(rt.success.fields)),ot._hasTypeInInfoFields!==!0&&rt.info&&rt.info.fields&&(ot._hasTypeInInfoFields=Et(rt.info.fields));const ci=ye(ot);ne.after(ci),ne.next().find(".versions li.version a").on("click",q),g()("#sidenav li[data-group='"+He+"'][data-name='"+Re+"'][data-version='"+Te+"']").addClass("has-modifications"),ne.remove()}kr(),m().highlightAll()}}function ee(ie){ie.preventDefault(),g()("article:visible .versions").each(function(){const ue=g()(this).parents("article").data("version");let le=null;g()(this).find("li.version a").each(function(){g()(this).html(){Object.keys(ie).forEach(Te=>{ie[Te].replace(/_/g," ")===le&&ue.push(Te)})}),Object.keys(ie).forEach(le=>{ue.indexOf(le)===-1&&ue.push(le)}),ue}kr()}})()})(); +

SERVER API (WiP)

+

MOBILE API (WiP)

+`},template:{forceLanguage:"en"},title:"Domophone API",url:"https://yourserver.yourdomain/mobile",sampleUrl:!1,defaultVersion:"0.0.0",apidoc:"0.3.0",generator:{name:"apidoc",time:"Fri Sep 06 2024 11:11:34 GMT+0300 (\u041C\u043E\u0441\u043A\u0432\u0430, \u0441\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u043E\u0435 \u0432\u0440\u0435\u043C\u044F)",url:"https://apidocjs.com",version:"1.2.0"}};ht();const Ie=l().compile(g()("#template-header").html()),Ce=l().compile(g()("#template-footer").html()),J=l().compile(g()("#template-article").html()),ye=l().compile(g()("#template-compare-article").html()),he=l().compile(g()("#template-generator").html()),ve=l().compile(g()("#template-project").html()),Me=l().compile(g()("#template-sections").html()),Ke=l().compile(g()("#template-sidenav").html()),We={aloneDisplay:!1,showRequiredLabels:!1,withGenerator:!0,withCompare:!0};de.template=Object.assign(We,(Ve=de.template)!=null?Ve:{}),de.template.forceLanguage&&St(de.template.forceLanguage);const Ye=(0,i.groupBy)(Oe,ie=>ie.group),et={};g().each(Ye,(ie,ne)=>{et[ie]=(0,i.groupBy)(ne,ue=>ue.name)});const lt=[];g().each(et,(ie,ne)=>{let ue=[];g().each(ne,(le,Te)=>{const He=Te[0].title;He&&ue.push(He.toLowerCase()+"#~#"+le)}),ue.sort(),de.order&&(ue=De(ue,de.order,"#~#")),ue.forEach(le=>{const He=le.split("#~#")[1];ne[He].forEach(Re=>{lt.push(Re)})})}),Oe=lt;let gt={};const kt={};let Lt={};Lt[de.version]=1,g().each(Oe,(ie,ne)=>{gt[ne.group]=1,kt[ne.group]=ne.groupTitle||ne.group,Lt[ne.version]=1}),gt=Object.keys(gt),gt.sort(),de.order&&(gt=Pe(kt,de.order)),Lt=Object.keys(Lt),Lt.sort(n().compare),Lt.reverse();const Ct=[];gt.forEach(ie=>{Ct.push({group:ie,isHeader:!0,title:kt[ie]});let ne="";Oe.forEach(ue=>{ue.group===ie&&(ne!==ue.name?Ct.push({title:ue.title,group:ie,name:ue.name,type:ue.type,version:ue.version,url:ue.url}):Ct.push({title:ue.title,group:ie,hidden:!0,name:ue.name,type:ue.type,version:ue.version,url:ue.url}),ne=ue.name)})});function fr(ie,ne,ue){let le=!1;if(!ne)return le;const Te=ne.match(/(.+?)<\/h(1|2)>/gi);return Te&&Te.forEach(function(He){const Re=He.substring(2,3),ut=He.replace(/<.+?>/g,""),bt=He.match(/id="api-([^-]+)(?:-(.+))?"/),It=bt?bt[1]:null,mt=bt?bt[2]:null;Re==="1"&&ut&&It&&(ie.splice(ue,0,{group:It,isHeader:!0,title:ut,isFixed:!0}),ue++,le=!0),Re==="2"&&ut&&It&&mt&&(ie.splice(ue,0,{group:It,name:mt,isHeader:!1,title:ut,isFixed:!1,version:"1.0"}),ue++)}),le}let cr;if(de.header&&(cr=fr(Ct,de.header.content,0),cr||Ct.unshift({group:"_header",isHeader:!0,title:de.header.title==null?At("General"):de.header.title,isFixed:!0})),de.footer){const ie=Ct.length;cr=fr(Ct,de.footer.content,Ct.length),!cr&&de.footer.title!=null&&Ct.splice(ie,0,{group:"_footer",isHeader:!0,title:de.footer.title,isFixed:!0})}const xr=de.title?de.title:"apiDoc: "+de.name+" - "+de.version;g()(document).attr("title",xr),g()("#loader").remove();const Fr={nav:Ct};g()("#sidenav").append(Ke(Fr)),g()("#generator").append(he(de)),(0,i.extend)(de,{versions:Lt}),g()("#project").append(ve(de)),de.header&&g()("#header").append(Ie(de.header)),de.footer&&(g()("#footer").append(Ce(de.footer)),de.template.aloneDisplay&&document.getElementById("api-_footer").classList.add("hide"));const Bt={};let Mr="";gt.forEach(function(ie){const ne=[];let ue="",le={},Te=ie,He="";Bt[ie]={},Oe.forEach(function(Re){ie===Re.group&&(ue!==Re.name?(Oe.forEach(function(ut){ie===ut.group&&Re.name===ut.name&&(Object.prototype.hasOwnProperty.call(Bt[Re.group],Re.name)||(Bt[Re.group][Re.name]=[]),Bt[Re.group][Re.name].push(ut.version))}),le={article:Re,versions:Bt[Re.group][Re.name]}):le={article:Re,hidden:!0,versions:Bt[Re.group][Re.name]},de.sampleUrl&&de.sampleUrl===!0&&(de.sampleUrl=window.location.origin),de.url&&le.article.url.substr(0,4).toLowerCase()!=="http"&&(le.article.url=de.url+le.article.url),oe(le,Re),Re.groupTitle&&(Te=Re.groupTitle),Re.groupDescription&&(He=Re.groupDescription),ne.push({article:J(le),group:Re.group,name:Re.name,aloneDisplay:de.template.aloneDisplay}),ue=Re.name)}),le={group:ie,title:Te,description:He,articles:ne,aloneDisplay:de.template.aloneDisplay},Mr+=Me(le)}),g()("#sections").append(Mr),de.template.aloneDisplay||(document.body.dataset.spy="scroll",g()("body").scrollspy({target:"#scrollingNav"})),g()(".form-control").on("focus change",function(){g()(this).removeClass("border-danger")}),g()(".sidenav").find("a").on("click",function(ie){ie.preventDefault();const ne=this.getAttribute("href");if(de.template.aloneDisplay){const ue=document.querySelector(".sidenav > li.active");ue&&ue.classList.remove("active"),this.parentNode.classList.add("active")}else{const ue=document.querySelector(ne);ue&&g()("html,body").animate({scrollTop:ue.offsetTop},400)}window.location.hash=ne});function Et(ie){let ne=!1;return g().each(ie,ue=>{ne=ne||(0,i.some)(ie[ue],le=>le.type)}),ne}function kr(){g()('button[data-toggle="popover"]').popover().click(function(ne){ne.preventDefault()});const ie=g()("#version strong").html();if(g()("#sidenav li").removeClass("is-new"),de.template.withCompare&&g()("#sidenav li[data-version='"+ie+"']").each(function(){const ne=g()(this).data("group"),ue=g()(this).data("name"),le=g()("#sidenav li[data-group='"+ne+"'][data-name='"+ue+"']").length,Te=g()("#sidenav li[data-group='"+ne+"'][data-name='"+ue+"']").index(g()(this));(le===1||Te===le-1)&&g()(this).addClass("is-new")}),g()(".nav-tabs-examples a").click(function(ne){ne.preventDefault(),g()(this).tab("show")}),g()(".nav-tabs-examples").find("a:first").tab("show"),g()(".sample-request-content-type-switch").change(function(){g()(this).val()==="body-form-data"?(g()("#sample-request-body-json-input-"+g()(this).data("id")).hide(),g()("#sample-request-body-form-input-"+g()(this).data("id")).show()):(g()("#sample-request-body-form-input-"+g()(this).data("id")).hide(),g()("#sample-request-body-json-input-"+g()(this).data("id")).show())}),de.template.aloneDisplay&&(g()(".show-group").click(function(){const ne="."+g()(this).attr("data-group")+"-group",ue="."+g()(this).attr("data-group")+"-article";g()(".show-api-group").addClass("hide"),g()(ne).removeClass("hide"),g()(".show-api-article").addClass("hide"),g()(ue).removeClass("hide")}),g()(".show-api").click(function(){const ne=this.getAttribute("href").substring(1),ue=document.getElementById("version").textContent.trim(),le=`.${this.dataset.name}-article`,Te=`[id="${ne}-${ue}"]`,He=`.${this.dataset.group}-group`;g()(".show-api-group").addClass("hide"),g()(He).removeClass("hide"),g()(".show-api-article").addClass("hide");let Re=g()(le);g()(Te).length&&(Re=g()(Te).parent()),Re.removeClass("hide"),ne.match(/_(header|footer)/)&&document.getElementById(ne).classList.remove("hide")})),de.template.aloneDisplay||g()("body").scrollspy("refresh"),de.template.aloneDisplay){const ne=decodeURI(window.location.hash);if(ne!=null&&ne.length!==0){const ue=document.getElementById("version").textContent.trim(),le=document.querySelector(`li .${ne.slice(1)}-init`),Te=document.querySelector(`li[data-version="${ue}"] .show-api.${ne.slice(1)}-init`);let He=le;Te&&(He=Te),He.click()}}}function B(ie){typeof ie=="undefined"?ie=g()("#version strong").html():g()("#version strong").html(ie),g()("article").addClass("hide"),g()("#sidenav li:not(.nav-fixed)").addClass("hide");const ne={};document.querySelectorAll("article[data-version]").forEach(ue=>{const le=ue.dataset.group,Te=ue.dataset.name,He=ue.dataset.version,Re=le+Te;!ne[Re]&&n().lte(He,ie)&&(ne[Re]=!0,document.querySelector(`article[data-group="${le}"][data-name="${Te}"][data-version="${He}"]`).classList.remove("hide"),document.querySelector(`#sidenav li[data-group="${le}"][data-name="${Te}"][data-version="${He}"]`).classList.remove("hide"),document.querySelector(`#sidenav li.nav-header[data-group="${le}"]`).classList.remove("hide"))}),g()("article[data-version]").each(function(ue){const le=g()(this).data("group");g()("section#api-"+le).removeClass("hide"),g()("section#api-"+le+" article:visible").length===0?g()("section#api-"+le).addClass("hide"):g()("section#api-"+le).removeClass("hide")})}if(B(),g()("#versions li.version a").on("click",function(ie){ie.preventDefault(),B(g()(this).html())}),g()("#compareAllWithPredecessor").on("click",ee),g()("article .versions li.version a").on("click",q),g().urlParam=function(ie){const ne=new RegExp("[\\?&]"+ie+"=([^&#]*)").exec(window.location.href);return ne&&ne[1]?ne[1]:null},g().urlParam("compare")&&g()("#compareAllWithPredecessor").trigger("click"),window.location.hash){const ie=decodeURI(window.location.hash);g()(ie).length>0&&g()("html,body").animate({scrollTop:parseInt(g()(ie).offset().top)},0)}document.querySelector('[data-toggle="offcanvas"]').addEventListener("click",function(){const ie=document.querySelector(".row-offcanvas");ie&&ie.classList.toggle("active")}),g()("#scrollingNav .sidenav-search input.search").focus(),g()('[data-action="filter-search"]').on("keyup",Y(ie=>{const ne=ie.currentTarget.value.toLowerCase();g()(".sidenav a.nav-list-item").filter((ue,le)=>g()(le).toggle(g()(le).text().toLowerCase().indexOf(ne)>-1))},200)),g()("span.search-reset").on("click",function(){g()("#scrollingNav .sidenav-search input.search").val("").focus(),g()(".sidenav").find("a.nav-list-item").show()});function Y(ie,ne){let ue=null;return(...le)=>{clearTimeout(ue),ue=setTimeout(ie.bind(this,...le),ne||0)}}function q(ie){ie.preventDefault();const ne=g()(this).parents("article"),ue=g()(this).html(),le=ne.find(".version"),Te=le.find("strong").html();le.find("strong").html(ue);const He=ne.data("group"),Re=ne.data("name"),ut=ne.data("version"),bt=ne.data("compare-version");if(bt!==ue&&!(!bt&&ut===ue)){if(bt&&Bt[He][Re][0]===ue||ut===ue)be(He,Re,ut);else{let It={},mt={};g().each(et[He][Re],function(an,zr){zr.version===ut&&(It=zr),zr.version===ue&&(mt=zr)});const ot={article:It,compare:mt,versions:Bt[He][Re]};ot.article.id=ot.article.group+"-"+ot.article.name+"-"+ot.article.version,ot.article.id=ot.article.id.replace(/\./g,"_"),ot.compare.id=ot.compare.group+"-"+ot.compare.name+"-"+ot.compare.version,ot.compare.id=ot.compare.id.replace(/\./g,"_");let rt=It;rt.header&&rt.header.fields&&(ot._hasTypeInHeaderFields=Et(rt.header.fields)),rt.parameter&&rt.parameter.fields&&(ot._hasTypeInParameterFields=Et(rt.parameter.fields)),rt.error&&rt.error.fields&&(ot._hasTypeInErrorFields=Et(rt.error.fields)),rt.success&&rt.success.fields&&(ot._hasTypeInSuccessFields=Et(rt.success.fields)),rt.info&&rt.info.fields&&(ot._hasTypeInInfoFields=Et(rt.info.fields)),rt=mt,ot._hasTypeInHeaderFields!==!0&&rt.header&&rt.header.fields&&(ot._hasTypeInHeaderFields=Et(rt.header.fields)),ot._hasTypeInParameterFields!==!0&&rt.parameter&&rt.parameter.fields&&(ot._hasTypeInParameterFields=Et(rt.parameter.fields)),ot._hasTypeInErrorFields!==!0&&rt.error&&rt.error.fields&&(ot._hasTypeInErrorFields=Et(rt.error.fields)),ot._hasTypeInSuccessFields!==!0&&rt.success&&rt.success.fields&&(ot._hasTypeInSuccessFields=Et(rt.success.fields)),ot._hasTypeInInfoFields!==!0&&rt.info&&rt.info.fields&&(ot._hasTypeInInfoFields=Et(rt.info.fields));const ci=ye(ot);ne.after(ci),ne.next().find(".versions li.version a").on("click",q),g()("#sidenav li[data-group='"+He+"'][data-name='"+Re+"'][data-version='"+Te+"']").addClass("has-modifications"),ne.remove()}kr(),m().highlightAll()}}function ee(ie){ie.preventDefault(),g()("article:visible .versions").each(function(){const ue=g()(this).parents("article").data("version");let le=null;g()(this).find("li.version a").each(function(){g()(this).html(){Object.keys(ie).forEach(Te=>{ie[Te].replace(/_/g," ")===le&&ue.push(Te)})}),Object.keys(ie).forEach(le=>{ue.indexOf(le)===-1&&ue.push(le)}),ue}kr()}})()})(); diff --git a/doc/mobile/index.html b/doc/mobile/index.html index fce543280..a4e422c36 100644 --- a/doc/mobile/index.html +++ b/doc/mobile/index.html @@ -5,15 +5,15 @@ - - - - - - - - - + + + + + + + + + @@ -1042,6 +1042,6 @@

{{__ "Request Body"}}

- +