70 lines
808 KiB
JavaScript
70 lines
808 KiB
JavaScript
var Ds=Math.pow;(function(){var Ps={"./web_src/fomantic/build/semantic.js":function(){(function(l,q,le,o){"use strict";l.isWindow=l.isWindow||function(h){return h!=null&&h===h.window},q=typeof q!="undefined"&&q.Math==Math?q:typeof self!="undefined"&&self.Math==Math?self:Function("return this")(),l.api=l.fn.api=function(h){var p=l.isFunction(this)?l(q):l(this),N=p.selector||"",F=new Date().getTime(),B=[],ce=arguments[0],J=typeof ce=="string",pe=[].slice.call(arguments,1),K;return p.each(function(){var y=l.isPlainObject(h)?l.extend(!0,{},l.fn.api.settings,h):l.extend({},l.fn.api.settings),O=y.namespace,ye=y.metadata,xe=y.selector,V=y.error,C=y.className,Z="."+O,we="module-"+O,Ce=l(this),Ae=Ce.closest(xe.form),ve=y.stateContext?l(y.stateContext):Ce,te,s,I,je,Pe,b=this,L=ve[0],ae=Ce.data(we),k;k={initialize:function(){J||k.bind.events(),k.instantiate()},instantiate:function(){k.verbose("Storing instance of module",k),ae=k,Ce.data(we,ae)},destroy:function(){k.verbose("Destroying previous module for",b),Ce.removeData(we).off(Z)},bind:{events:function(){var D=k.get.event();D?(k.verbose("Attaching API events to element",D),Ce.on(D+Z,k.event.trigger)):y.on=="now"&&(k.debug("Querying API endpoint immediately"),k.query())}},decode:{json:function(D){if(D!==o&&typeof D=="string")try{D=JSON.parse(D)}catch(T){}return D}},read:{cachedResponse:function(D){var T;if(q.Storage===o){k.error(V.noStorage);return}return T=sessionStorage.getItem(D),k.debug("Using cached response",D,T),T=k.decode.json(T),T}},write:{cachedResponse:function(D,T){if(T&&T===""){k.debug("Response empty, not caching",T);return}if(q.Storage===o){k.error(V.noStorage);return}l.isPlainObject(T)&&(T=JSON.stringify(T)),sessionStorage.setItem(D,T),k.verbose("Storing cached response for url",D,T)}},query:function(){if(k.is.disabled()){k.debug("Element is disabled API request aborted");return}if(k.is.loading())if(y.interruptRequests)k.debug("Interrupting previous request"),k.abort();else{k.debug("Cancelling request, previous request is still pending");return}if(y.defaultData&&l.extend(!0,y.urlData,k.get.defaultData()),y.serializeForm&&(y.data=k.add.formData(y.data)),s=k.get.settings(),s===!1){k.cancelled=!0,k.error(V.beforeSend);return}else k.cancelled=!1;if(I=k.get.templatedURL(),!I&&!k.is.mocked()){k.error(V.missingURL);return}if(I=k.add.urlData(I),!(!I&&!k.is.mocked())){if(s.url=y.base+I,te=l.extend(!0,{},y,{type:y.method||y.type,data:je,url:y.base+I,beforeSend:y.beforeXHR,success:function(){},failure:function(){},complete:function(){}}),k.debug("Querying URL",te.url),k.verbose("Using AJAX settings",te),y.cache==="local"&&k.read.cachedResponse(I)){k.debug("Response returned from local cache"),k.request=k.create.request(),k.request.resolveWith(L,[k.read.cachedResponse(I)]);return}y.throttle?!y.throttleFirstRequest&&!k.timer?(k.debug("Sending request",je,te.method),k.send.request(),k.timer=setTimeout(function(){},y.throttle)):(k.debug("Throttling request",y.throttle),clearTimeout(k.timer),k.timer=setTimeout(function(){k.timer&&delete k.timer,k.debug("Sending throttled request",je,te.method),k.send.request()},y.throttle)):(k.debug("Sending request",je,te.method),k.send.request())}},should:{removeError:function(){return y.hideError===!0||y.hideError==="auto"&&!k.is.form()}},is:{disabled:function(){return Ce.filter(xe.disabled).length>0},expectingJSON:function(){return y.dataType==="json"||y.dataType==="jsonp"},form:function(){return Ce.is("form")||ve.is("form")},mocked:function(){return y.mockResponse||y.mockResponseAsync||y.response||y.responseAsync},input:function(){return Ce.is("input")},loading:function(){return k.request?k.request.state()=="pending":!1},abortedRequest:function(D){return D&&D.readyState!==o&&D.readyState===0?(k.verbose("XHR request determined to be aborted"),!0):(k.verbose("XHR request was not aborted"),!1)},validResponse:function(D){return!k.is.expectingJSON()||!l.isFunction(y.successTest)?(k.verbose("Response is not JSON, skipping validation",y.successTest,D),!0):(k.debug("Checking JSON returned success",y.successTest,D),y.successTest(D)?(k.debug("Response passed success test",D),!0):(k.debug("Response failed success test",D),!1))}},was:{cancelled:function(){return k.cancelled||!1},succesful:function(){return k.verbose('This behavior will be deleted due to typo. Use "was successful" instead.'),k.was.successful()},successful:function(){return k.request&&k.request.state()=="resolved"},failure:function(){return k.request&&k.request.state()=="rejected"},complete:function(){return k.request&&(k.request.state()=="resolved"||k.request.state()=="rejected")}},add:{urlData:function(D,T){var X,de;return D&&(X=D.match(y.regExp.required),de=D.match(y.regExp.optional),T=T||y.urlData,X&&(k.debug("Looking for required URL variables",X),l.each(X,function(Re,re){var M=re.indexOf("$")!==-1?re.substr(2,re.length-3):re.substr(1,re.length-2),v=l.isPlainObject(T)&&T[M]!==o?T[M]:Ce.data(M)!==o?Ce.data(M):ve.data(M)!==o?ve.data(M):T[M];if(v===o)return k.error(V.requiredParameter,M,D),D=!1,!1;k.verbose("Found required variable",M,v),v=y.encodeParameters?k.get.urlEncodedValue(v):v,D=D.replace(re,v)})),de&&(k.debug("Looking for optional URL variables",X),l.each(de,function(Re,re){var M=re.indexOf("$")!==-1?re.substr(3,re.length-4):re.substr(2,re.length-3),v=l.isPlainObject(T)&&T[M]!==o?T[M]:Ce.data(M)!==o?Ce.data(M):ve.data(M)!==o?ve.data(M):T[M];v!==o?(k.verbose("Optional variable Found",M,v),D=D.replace(re,v)):(k.verbose("Optional variable not found",M),D.indexOf("/"+re)!==-1?D=D.replace("/"+re,""):D=D.replace(re,""))}))),D},formData:function(D){var T=l.fn.serializeObject!==o,X=T?Ae.serializeObject():Ae.serialize(),de;return D=D||y.data,de=l.isPlainObject(D),de?T?(k.debug("Extending existing data with form data",D,X),D=l.extend(!0,{},D,X)):(k.error(V.missingSerialize),k.debug("Cant extend data. Replacing data with form data",D,X),D=X):(k.debug("Adding form data",X),D=X),D}},send:{request:function(){k.set.loading(),k.request=k.create.request(),k.is.mocked()?k.mockedXHR=k.create.mockedXHR():k.xhr=k.create.xhr(),y.onRequest.call(L,k.request,k.xhr)}},event:{trigger:function(D){k.query(),(D.type=="submit"||D.type=="click")&&D.preventDefault()},xhr:{always:function(){},done:function(D,T,X){var de=this,Re=new Date().getTime()-Pe,re=y.loadingDuration-Re,M=l.isFunction(y.onResponse)?k.is.expectingJSON()&&!y.rawResponse?y.onResponse.call(de,l.extend(!0,{},D)):y.onResponse.call(de,D):!1;re=re>0?re:0,M&&(k.debug("Modified API response in onResponse callback",y.onResponse,M,D),D=M),re>0&&k.debug("Response completed early delaying state change by",re),setTimeout(function(){k.is.validResponse(D)?k.request.resolveWith(de,[D,X]):k.request.rejectWith(de,[X,"invalid"])},re)},fail:function(D,T,X){var de=this,Re=new Date().getTime()-Pe,re=y.loadingDuration-Re;re=re>0?re:0,re>0&&k.debug("Response completed early delaying state change by",re),setTimeout(function(){k.is.abortedRequest(D)?k.request.rejectWith(de,[D,"aborted",X]):k.request.rejectWith(de,[D,"error",T,X])},re)}},request:{done:function(D,T){k.debug("Successful API Response",D),y.cache==="local"&&I&&(k.write.cachedResponse(I,D),k.debug("Saving server response locally",k.cache)),y.onSuccess.call(L,D,Ce,T)},complete:function(D,T){var X,de;k.was.successful()?(de=D,X=T):(X=D,de=k.get.responseFromXHR(X)),k.remove.loading(),y.onComplete.call(L,de,Ce,X)},fail:function(D,T,X){var de=k.get.responseFromXHR(D),Re=k.get.errorFromRequest(de,T,X);if(T=="aborted")return k.debug("XHR Aborted (Most likely caused by page navigation or CORS Policy)",T,X),y.onAbort.call(L,T,Ce,D),!0;T=="invalid"?k.debug("JSON did not pass success test. A server-side error has most likely occurred",de):T=="error"&&D!==o&&(k.debug("XHR produced a server error",T,X),(D.status<200||D.status>=300)&&X!==o&&X!==""&&k.error(V.statusMessage+X,te.url),y.onError.call(L,Re,Ce,D)),y.errorDuration&&T!=="aborted"&&(k.debug("Adding error state"),k.set.error(),k.should.removeError()&&setTimeout(k.remove.error,y.errorDuration)),k.debug("API Request failed",Re,D),y.onFailure.call(L,de,Ce,D)}}},create:{request:function(){return l.Deferred().always(k.event.request.complete).done(k.event.request.done).fail(k.event.request.fail)},mockedXHR:function(){var D=!1,T=!1,X=!1,de=y.mockResponse||y.response,Re=y.mockResponseAsync||y.responseAsync,re,M,v;return v=l.Deferred().always(k.event.xhr.complete).done(k.event.xhr.done).fail(k.event.xhr.fail),de?(l.isFunction(de)?(k.debug("Using specified synchronous callback",de),M=de.call(L,s)):(k.debug("Using settings specified response",de),M=de),v.resolveWith(L,[M,D,{responseText:M}])):l.isFunction(Re)&&(re=function(W){k.debug("Async callback returned response",W),W?v.resolveWith(L,[W,D,{responseText:W}]):v.rejectWith(L,[{responseText:W},T,X])},k.debug("Using specified async response callback",Re),Re.call(L,s,re)),v},xhr:function(){var D;return D=l.ajax(te).always(k.event.xhr.always).done(k.event.xhr.done).fail(k.event.xhr.fail),k.verbose("Created server request",D,te),D}},set:{error:function(){k.verbose("Adding error state to element",ve),ve.addClass(C.error)},loading:function(){k.verbose("Adding loading state to element",ve),ve.addClass(C.loading),Pe=new Date().getTime()}},remove:{error:function(){k.verbose("Removing error state from element",ve),ve.removeClass(C.error)},loading:function(){k.verbose("Removing loading state from element",ve),ve.removeClass(C.loading)}},get:{responseFromXHR:function(D){return l.isPlainObject(D)?k.is.expectingJSON()?k.decode.json(D.responseText):D.responseText:!1},errorFromRequest:function(D,T,X){return l.isPlainObject(D)&&D.error!==o?D.error:y.error[T]!==o?y.error[T]:X},request:function(){return k.request||!1},xhr:function(){return k.xhr||!1},settings:function(){var D;return D=y.beforeSend.call(Ce,y),D&&(D.success!==o&&(k.debug("Legacy success callback detected",D),k.error(V.legacyParameters,D.success),D.onSuccess=D.success),D.failure!==o&&(k.debug("Legacy failure callback detected",D),k.error(V.legacyParameters,D.failure),D.onFailure=D.failure),D.complete!==o&&(k.debug("Legacy complete callback detected",D),k.error(V.legacyParameters,D.complete),D.onComplete=D.complete)),D===o&&k.error(V.noReturnedValue),D===!1?D:D!==o?l.extend(!0,{},D):l.extend(!0,{},y)},urlEncodedValue:function(D){var T=q.decodeURIComponent(D),X=q.encodeURIComponent(D),de=T!==D;return de?(k.debug("URL value is already encoded, avoiding double encoding",D),D):(k.verbose("Encoding value using encodeURIComponent",D,X),X)},defaultData:function(){var D={};return l.isWindow(b)||(k.is.input()?D.value=Ce.val():k.is.form()||(D.text=Ce.text())),D},event:function(){return l.isWindow(b)||y.on=="now"?(k.debug("API called without element, no events attached"),!1):y.on=="auto"?Ce.is("input")?b.oninput!==o?"input":b.onpropertychange!==o?"propertychange":"keyup":Ce.is("form")?"submit":"click":y.on},templatedURL:function(D){if(D=D||Ce.data(ye.action)||y.action||!1,I=Ce.data(ye.url)||y.url||!1,I)return k.debug("Using specified url",I),I;if(D){if(k.debug("Looking up url for action",D,y.api),y.api[D]===o&&!k.is.mocked()){k.error(V.missingAction,y.action,y.api);return}I=y.api[D]}else k.is.form()&&(I=Ce.attr("action")||ve.attr("action")||!1,k.debug("No url or action specified, defaulting to form action",I));return I}},abort:function(){var D=k.get.xhr();D&&D.state()!=="resolved"&&(k.debug("Cancelling API request"),D.abort())},reset:function(){k.remove.error(),k.remove.loading()},setting:function(D,T){if(k.debug("Changing setting",D,T),l.isPlainObject(D))l.extend(!0,y,D);else if(T!==o)l.isPlainObject(y[D])?l.extend(!0,y[D],T):y[D]=T;else return y[D]},internal:function(D,T){if(l.isPlainObject(D))l.extend(!0,k,D);else if(T!==o)k[D]=T;else return k[D]},debug:function(){!y.silent&&y.debug&&(y.performance?k.performance.log(arguments):(k.debug=Function.prototype.bind.call(console.info,console,y.name+":"),k.debug.apply(console,arguments)))},verbose:function(){!y.silent&&y.verbose&&y.debug&&(y.performance?k.performance.log(arguments):(k.verbose=Function.prototype.bind.call(console.info,console,y.name+":"),k.verbose.apply(console,arguments)))},error:function(){y.silent||(k.error=Function.prototype.bind.call(console.error,console,y.name+":"),k.error.apply(console,arguments))},performance:{log:function(D){var T,X,de;y.performance&&(T=new Date().getTime(),de=F||T,X=T-de,F=T,B.push({Name:D[0],Arguments:[].slice.call(D,1)||"","Execution Time":X})),clearTimeout(k.performance.timer),k.performance.timer=setTimeout(k.performance.display,500)},display:function(){var D=y.name+":",T=0;F=!1,clearTimeout(k.performance.timer),l.each(B,function(X,de){T+=de["Execution Time"]}),D+=" "+T+"ms",N&&(D+=" '"+N+"'"),(console.group!==o||console.table!==o)&&B.length>0&&(console.groupCollapsed(D),console.table?console.table(B):l.each(B,function(X,de){console.log(de.Name+": "+de["Execution Time"]+"ms")}),console.groupEnd()),B=[]}},invoke:function(D,T,X){var de=ae,Re,re,M;return T=T||pe,X=b||X,typeof D=="string"&&de!==o&&(D=D.split(/[\. ]/),Re=D.length-1,l.each(D,function(v,W){var S=v!=Re?W+D[v+1].charAt(0).toUpperCase()+D[v+1].slice(1):D;if(l.isPlainObject(de[S])&&v!=Re)de=de[S];else{if(de[S]!==o)return re=de[S],!1;if(l.isPlainObject(de[W])&&v!=Re)de=de[W];else return de[W]!==o?(re=de[W],!1):(k.error(V.method,D),!1)}})),l.isFunction(re)?M=re.apply(X,T):re!==o&&(M=re),Array.isArray(K)?K.push(M):K!==o?K=[K,M]:M!==o&&(K=M),re}},J?(ae===o&&k.initialize(),k.invoke(ce)):(ae!==o&&ae.invoke("destroy"),k.initialize())}),K!==o?K:this},l.api.settings={name:"API",namespace:"api",debug:!1,verbose:!1,performance:!0,api:{},cache:!0,interruptRequests:!0,on:"auto",stateContext:!1,loadingDuration:0,hideError:"auto",errorDuration:2e3,encodeParameters:!0,action:!1,url:!1,base:"",urlData:{},defaultData:!0,serializeForm:!1,throttle:0,throttleFirstRequest:!0,method:"get",data:{},dataType:"json",mockResponse:!1,mockResponseAsync:!1,response:!1,responseAsync:!1,rawResponse:!1,beforeSend:function(h){return h},beforeXHR:function(h){},onRequest:function(h,p){},onResponse:!1,onSuccess:function(h,p){},onComplete:function(h,p){},onFailure:function(h,p){},onError:function(h,p){},onAbort:function(h,p){},successTest:!1,error:{beforeSend:"The before send function has aborted the request",error:"There was an error with your request",exitConditions:"API Request Aborted. Exit conditions met",JSONParse:"JSON could not be parsed during error handling",legacyParameters:"You are using legacy API success callback names",method:"The method you called is not defined",missingAction:"API action used but no url was defined",missingSerialize:"jquery-serialize-object is required to add form data to an existing data object",missingURL:"No URL specified for api event",noReturnedValue:"The beforeSend callback must return a settings object, beforeSend ignored.",noStorage:"Caching responses locally requires session storage",parseError:"There was an error parsing your request",requiredParameter:"Missing a required URL parameter: ",statusMessage:"Server gave an error: ",timeout:"Your request timed out"},regExp:{required:/\{\$*[A-z0-9]+\}/g,optional:/\{\/\$*[A-z0-9]+\}/g},className:{loading:"loading",error:"error"},selector:{disabled:".disabled",form:"form"},metadata:{action:"action",url:"url"}}})(jQuery,window,document);(function(l,q,le,o){"use strict";l.isFunction=l.isFunction||function(h){return typeof h=="function"&&typeof h.nodeType!="number"},q=typeof q!="undefined"&&q.Math==Math?q:typeof self!="undefined"&&self.Math==Math?self:Function("return this")(),l.fn.checkbox=function(h){var p=l(this),N=p.selector||"",F=new Date().getTime(),B=[],ce=arguments[0],J=typeof ce=="string",pe=[].slice.call(arguments,1),K;return p.each(function(){var y=l.extend(!0,{},l.fn.checkbox.settings,h),O=y.className,ye=y.namespace,xe=y.selector,V=y.error,C="."+ye,Z="module-"+ye,we=l(this),Ce=l(this).children(xe.label),Ae=l(this).children(xe.input),ve=Ae[0],te=!1,s=!1,I=we.data(Z),je,Pe=this,b;b={initialize:function(){b.verbose("Initializing checkbox",y),b.create.label(),b.bind.events(),b.set.tabbable(),b.hide.input(),b.observeChanges(),b.instantiate(),b.setup()},instantiate:function(){b.verbose("Storing instance of module",b),I=b,we.data(Z,b)},destroy:function(){b.verbose("Destroying module"),b.unbind.events(),b.show.input(),we.removeData(Z)},fix:{reference:function(){we.is(xe.input)&&(b.debug("Behavior called on <input> adjusting invoked element"),we=we.closest(xe.checkbox),b.refresh())}},setup:function(){b.set.initialLoad(),b.is.indeterminate()?(b.debug("Initial value is indeterminate"),b.indeterminate()):b.is.checked()?(b.debug("Initial value is checked"),b.check()):(b.debug("Initial value is unchecked"),b.uncheck()),b.remove.initialLoad()},refresh:function(){Ce=we.children(xe.label),Ae=we.children(xe.input),ve=Ae[0]},hide:{input:function(){b.verbose("Modifying <input> z-index to be unselectable"),Ae.addClass(O.hidden)}},show:{input:function(){b.verbose("Modifying <input> z-index to be selectable"),Ae.removeClass(O.hidden)}},observeChanges:function(){"MutationObserver"in q&&(je=new MutationObserver(function(L){b.debug("DOM tree modified, updating selector cache"),b.refresh()}),je.observe(Pe,{childList:!0,subtree:!0}),b.debug("Setting up mutation observer",je))},attachEvents:function(L,ae){var k=l(L);ae=l.isFunction(b[ae])?b[ae]:b.toggle,k.length>0?(b.debug("Attaching checkbox events to element",L,ae),k.on("click"+C,ae)):b.error(V.notFound)},preventDefaultOnInputTarget:function(){typeof event!="undefined"&&event!==null&&l(event.target).is(xe.input)&&(b.verbose("Preventing default check action after manual check action"),event.preventDefault())},event:{change:function(L){b.should.ignoreCallbacks()||y.onChange.call(ve)},click:function(L){var ae=l(L.target);if(ae.is(xe.input)){b.verbose("Using default check action on initialized checkbox");return}if(ae.is(xe.link)){b.debug("Clicking link inside checkbox, skipping toggle");return}b.toggle(),Ae.focus(),L.preventDefault()},keydown:function(L){var ae=L.which,k={enter:13,space:32,escape:27,left:37,up:38,right:39,down:40},D=b.get.radios(),T=D.index(we),X=D.length,de=!1;if(ae==k.left||ae==k.up?de=(T===0?X:T)-1:(ae==k.right||ae==k.down)&&(de=T===X-1?0:T+1),!b.should.ignoreCallbacks()&&de!==!1){if(y.beforeUnchecked.apply(ve)===!1)return b.verbose("Option not allowed to be unchecked, cancelling key navigation"),!1;if(y.beforeChecked.apply(l(D[de]).children(xe.input)[0])===!1)return b.verbose("Next option should not allow check, cancelling key navigation"),!1}ae==k.escape?(b.verbose("Escape key pressed blurring field"),Ae.blur(),s=!0):!L.ctrlKey&&(ae==k.space||ae==k.enter&&y.enableEnterKey)?(b.verbose("Enter/space key pressed, toggling checkbox"),b.toggle(),s=!0):s=!1},keyup:function(L){s&&L.preventDefault()}},check:function(){!b.should.allowCheck()||(b.debug("Checking checkbox",Ae),b.set.checked(),b.should.ignoreCallbacks()||(y.onChecked.call(ve),b.trigger.change()),b.preventDefaultOnInputTarget())},uncheck:function(){!b.should.allowUncheck()||(b.debug("Unchecking checkbox"),b.set.unchecked(),b.should.ignoreCallbacks()||(y.onUnchecked.call(ve),b.trigger.change()),b.preventDefaultOnInputTarget())},indeterminate:function(){if(b.should.allowIndeterminate()){b.debug("Checkbox is already indeterminate");return}b.debug("Making checkbox indeterminate"),b.set.indeterminate(),b.should.ignoreCallbacks()||(y.onIndeterminate.call(ve),b.trigger.change())},determinate:function(){if(b.should.allowDeterminate()){b.debug("Checkbox is already determinate");return}b.debug("Making checkbox determinate"),b.set.determinate(),b.should.ignoreCallbacks()||(y.onDeterminate.call(ve),b.trigger.change())},enable:function(){if(b.is.enabled()){b.debug("Checkbox is already enabled");return}b.debug("Enabling checkbox"),b.set.enabled(),b.should.ignoreCallbacks()||(y.onEnable.call(ve),y.onEnabled.call(ve),b.trigger.change())},disable:function(){if(b.is.disabled()){b.debug("Checkbox is already disabled");return}b.debug("Disabling checkbox"),b.set.disabled(),b.should.ignoreCallbacks()||(y.onDisable.call(ve),y.onDisabled.call(ve),b.trigger.change())},get:{radios:function(){var L=b.get.name();return l('input[name="'+L+'"]').closest(xe.checkbox)},otherRadios:function(){return b.get.radios().not(we)},name:function(){return Ae.attr("name")}},is:{initialLoad:function(){return te},radio:function(){return Ae.hasClass(O.radio)||Ae.attr("type")=="radio"},indeterminate:function(){return Ae.prop("indeterminate")!==o&&Ae.prop("indeterminate")},checked:function(){return Ae.prop("checked")!==o&&Ae.prop("checked")},disabled:function(){return Ae.prop("disabled")!==o&&Ae.prop("disabled")},enabled:function(){return!b.is.disabled()},determinate:function(){return!b.is.indeterminate()},unchecked:function(){return!b.is.checked()}},should:{allowCheck:function(){return b.is.determinate()&&b.is.checked()&&!b.is.initialLoad()?(b.debug("Should not allow check, checkbox is already checked"),!1):!b.should.ignoreCallbacks()&&y.beforeChecked.apply(ve)===!1?(b.debug("Should not allow check, beforeChecked cancelled"),!1):!0},allowUncheck:function(){return b.is.determinate()&&b.is.unchecked()&&!b.is.initialLoad()?(b.debug("Should not allow uncheck, checkbox is already unchecked"),!1):!b.should.ignoreCallbacks()&&y.beforeUnchecked.apply(ve)===!1?(b.debug("Should not allow uncheck, beforeUnchecked cancelled"),!1):!0},allowIndeterminate:function(){return b.is.indeterminate()&&!b.is.initialLoad()?(b.debug("Should not allow indeterminate, checkbox is already indeterminate"),!1):!b.should.ignoreCallbacks()&&y.beforeIndeterminate.apply(ve)===!1?(b.debug("Should not allow indeterminate, beforeIndeterminate cancelled"),!1):!0},allowDeterminate:function(){return b.is.determinate()&&!b.is.initialLoad()?(b.debug("Should not allow determinate, checkbox is already determinate"),!1):!b.should.ignoreCallbacks()&&y.beforeDeterminate.apply(ve)===!1?(b.debug("Should not allow determinate, beforeDeterminate cancelled"),!1):!0},ignoreCallbacks:function(){return te&&!y.fireOnInit}},can:{change:function(){return!(we.hasClass(O.disabled)||we.hasClass(O.readOnly)||Ae.prop("disabled")||Ae.prop("readonly"))},uncheck:function(){return typeof y.uncheckable=="boolean"?y.uncheckable:!b.is.radio()}},set:{initialLoad:function(){te=!0},checked:function(){if(b.verbose("Setting class to checked"),we.removeClass(O.indeterminate).addClass(O.checked),b.is.radio()&&b.uncheckOthers(),!b.is.indeterminate()&&b.is.checked()){b.debug("Input is already checked, skipping input property change");return}b.verbose("Setting state to checked",ve),Ae.prop("indeterminate",!1).prop("checked",!0)},unchecked:function(){if(b.verbose("Removing checked class"),we.removeClass(O.indeterminate).removeClass(O.checked),!b.is.indeterminate()&&b.is.unchecked()){b.debug("Input is already unchecked");return}b.debug("Setting state to unchecked"),Ae.prop("indeterminate",!1).prop("checked",!1)},indeterminate:function(){if(b.verbose("Setting class to indeterminate"),we.addClass(O.indeterminate),b.is.indeterminate()){b.debug("Input is already indeterminate, skipping input property change");return}b.debug("Setting state to indeterminate"),Ae.prop("indeterminate",!0)},determinate:function(){if(b.verbose("Removing indeterminate class"),we.removeClass(O.indeterminate),b.is.determinate()){b.debug("Input is already determinate, skipping input property change");return}b.debug("Setting state to determinate"),Ae.prop("indeterminate",!1)},disabled:function(){if(b.verbose("Setting class to disabled"),we.addClass(O.disabled),b.is.disabled()){b.debug("Input is already disabled, skipping input property change");return}b.debug("Setting state to disabled"),Ae.prop("disabled","disabled")},enabled:function(){if(b.verbose("Removing disabled class"),we.removeClass(O.disabled),b.is.enabled()){b.debug("Input is already enabled, skipping input property change");return}b.debug("Setting state to enabled"),Ae.prop("disabled",!1)},tabbable:function(){b.verbose("Adding tabindex to checkbox"),Ae.attr("tabindex")===o&&Ae.attr("tabindex",0)}},remove:{initialLoad:function(){te=!1}},trigger:{change:function(){var L=Ae[0];if(L){var ae=le.createEvent("HTMLEvents");b.verbose("Triggering native change event"),ae.initEvent("change",!0,!1),L.dispatchEvent(ae)}}},create:{label:function(){Ae.prevAll(xe.label).length>0?(Ae.prev(xe.label).detach().insertAfter(Ae),b.debug("Moving existing label",Ce)):b.has.label()||(Ce=l("<label>").insertAfter(Ae),b.debug("Creating label",Ce))}},has:{label:function(){return Ce.length>0}},bind:{events:function(){b.verbose("Attaching checkbox events"),we.on("click"+C,b.event.click).on("change"+C,b.event.change).on("keydown"+C,xe.input,b.event.keydown).on("keyup"+C,xe.input,b.event.keyup)}},unbind:{events:function(){b.debug("Removing events"),we.off(C)}},uncheckOthers:function(){var L=b.get.otherRadios();b.debug("Unchecking other radios",L),L.removeClass(O.checked)},toggle:function(){if(!b.can.change()){b.is.radio()||b.debug("Checkbox is read-only or disabled, ignoring toggle");return}b.is.indeterminate()||b.is.unchecked()?(b.debug("Currently unchecked"),b.check()):b.is.checked()&&b.can.uncheck()&&(b.debug("Currently checked"),b.uncheck())},setting:function(L,ae){if(b.debug("Changing setting",L,ae),l.isPlainObject(L))l.extend(!0,y,L);else if(ae!==o)l.isPlainObject(y[L])?l.extend(!0,y[L],ae):y[L]=ae;else return y[L]},internal:function(L,ae){if(l.isPlainObject(L))l.extend(!0,b,L);else if(ae!==o)b[L]=ae;else return b[L]},debug:function(){!y.silent&&y.debug&&(y.performance?b.performance.log(arguments):(b.debug=Function.prototype.bind.call(console.info,console,y.name+":"),b.debug.apply(console,arguments)))},verbose:function(){!y.silent&&y.verbose&&y.debug&&(y.performance?b.performance.log(arguments):(b.verbose=Function.prototype.bind.call(console.info,console,y.name+":"),b.verbose.apply(console,arguments)))},error:function(){y.silent||(b.error=Function.prototype.bind.call(console.error,console,y.name+":"),b.error.apply(console,arguments))},performance:{log:function(L){var ae,k,D;y.performance&&(ae=new Date().getTime(),D=F||ae,k=ae-D,F=ae,B.push({Name:L[0],Arguments:[].slice.call(L,1)||"",Element:Pe,"Execution Time":k})),clearTimeout(b.performance.timer),b.performance.timer=setTimeout(b.performance.display,500)},display:function(){var L=y.name+":",ae=0;F=!1,clearTimeout(b.performance.timer),l.each(B,function(k,D){ae+=D["Execution Time"]}),L+=" "+ae+"ms",N&&(L+=" '"+N+"'"),(console.group!==o||console.table!==o)&&B.length>0&&(console.groupCollapsed(L),console.table?console.table(B):l.each(B,function(k,D){console.log(D.Name+": "+D["Execution Time"]+"ms")}),console.groupEnd()),B=[]}},invoke:function(L,ae,k){var D=I,T,X,de;return ae=ae||pe,k=Pe||k,typeof L=="string"&&D!==o&&(L=L.split(/[\. ]/),T=L.length-1,l.each(L,function(Re,re){var M=Re!=T?re+L[Re+1].charAt(0).toUpperCase()+L[Re+1].slice(1):L;if(l.isPlainObject(D[M])&&Re!=T)D=D[M];else{if(D[M]!==o)return X=D[M],!1;if(l.isPlainObject(D[re])&&Re!=T)D=D[re];else return D[re]!==o?(X=D[re],!1):(b.error(V.method,L),!1)}})),l.isFunction(X)?de=X.apply(k,ae):X!==o&&(de=X),Array.isArray(K)?K.push(de):K!==o?K=[K,de]:de!==o&&(K=de),X}},J?(I===o&&b.initialize(),b.invoke(ce)):(I!==o&&I.invoke("destroy"),b.initialize())}),K!==o?K:this},l.fn.checkbox.settings={name:"Checkbox",namespace:"checkbox",silent:!1,debug:!1,verbose:!0,performance:!0,uncheckable:"auto",fireOnInit:!1,enableEnterKey:!0,onChange:function(){},beforeChecked:function(){},beforeUnchecked:function(){},beforeDeterminate:function(){},beforeIndeterminate:function(){},onChecked:function(){},onUnchecked:function(){},onDeterminate:function(){},onIndeterminate:function(){},onEnable:function(){},onDisable:function(){},onEnabled:function(){},onDisabled:function(){},className:{checked:"checked",indeterminate:"indeterminate",disabled:"disabled",hidden:"hidden",radio:"radio",readOnly:"read-only"},error:{method:"The method you called is not defined"},selector:{checkbox:".ui.checkbox",label:"label, .box",input:'input[type="checkbox"], input[type="radio"]',link:"a[href]"}}})(jQuery,window,document);(function(l,q,le,o){"use strict";l.isFunction=l.isFunction||function(h){return typeof h=="function"&&typeof h.nodeType!="number"},q=typeof q!="undefined"&&q.Math==Math?q:typeof self!="undefined"&&self.Math==Math?self:Function("return this")(),l.fn.dimmer=function(h){var p=l(this),N=new Date().getTime(),F=[],B=arguments[0],ce=typeof B=="string",J=[].slice.call(arguments,1),pe;return p.each(function(){var K=l.isPlainObject(h)?l.extend(!0,{},l.fn.dimmer.settings,h):l.extend({},l.fn.dimmer.settings),y=K.selector,O=K.namespace,ye=K.className,xe=K.error,V="."+O,C="module-"+O,Z=p.selector||"",we="ontouchstart"in le.documentElement?"touchstart":"click",Ce=l(this),Ae,ve,te=this,s=Ce.data(C),I;I={preinitialize:function(){I.is.dimmer()?(ve=Ce.parent(),Ae=Ce):(ve=Ce,I.has.dimmer()?K.dimmerName?Ae=ve.find(y.dimmer).filter("."+K.dimmerName):Ae=ve.find(y.dimmer):Ae=I.create())},initialize:function(){I.debug("Initializing dimmer",K),I.bind.events(),I.set.dimmable(),I.instantiate()},instantiate:function(){I.verbose("Storing instance of module",I),s=I,Ce.data(C,s)},destroy:function(){I.verbose("Destroying previous module",Ae),I.unbind.events(),I.remove.variation(),ve.off(V)},bind:{events:function(){K.on=="hover"?ve.on("mouseenter"+V,I.show).on("mouseleave"+V,I.hide):K.on=="click"&&ve.on(we+V,I.toggle),I.is.page()&&(I.debug("Setting as a page dimmer",ve),I.set.pageDimmer()),I.is.closable()&&(I.verbose("Adding dimmer close event",Ae),ve.on(we+V,y.dimmer,I.event.click))}},unbind:{events:function(){Ce.removeData(C),ve.off(V)}},event:{click:function(je){I.verbose("Determining if event occured on dimmer",je),(Ae.find(je.target).length===0||l(je.target).is(y.content))&&(I.hide(),je.stopImmediatePropagation())}},addContent:function(je){var Pe=l(je);I.debug("Add content to dimmer",Pe),Pe.parent()[0]!==Ae[0]&&Pe.detach().appendTo(Ae)},create:function(){var je=l(K.template.dimmer(K));return K.dimmerName&&(I.debug("Creating named dimmer",K.dimmerName),je.addClass(K.dimmerName)),je.appendTo(ve),je},show:function(je){je=l.isFunction(je)?je:function(){},I.debug("Showing dimmer",Ae,K),I.set.variation(),(!I.is.dimmed()||I.is.animating())&&I.is.enabled()?(I.animate.show(je),K.onShow.call(te),K.onChange.call(te)):I.debug("Dimmer is already shown or disabled")},hide:function(je){je=l.isFunction(je)?je:function(){},I.is.dimmed()||I.is.animating()?(I.debug("Hiding dimmer",Ae),I.animate.hide(je),K.onHide.call(te),K.onChange.call(te)):I.debug("Dimmer is not visible")},toggle:function(){I.verbose("Toggling dimmer visibility",Ae),I.is.dimmed()?I.is.closable()&&I.hide():I.show()},animate:{show:function(je){je=l.isFunction(je)?je:function(){},K.useCSS&&l.fn.transition!==o&&Ae.transition("is supported")?(K.useFlex?(I.debug("Using flex dimmer"),I.remove.legacy()):(I.debug("Using legacy non-flex dimmer"),I.set.legacy()),K.opacity!=="auto"&&I.set.opacity(),Ae.transition({displayType:K.useFlex?"flex":"block",animation:K.transition+" in",queue:!1,duration:I.get.duration(),useFailSafe:!0,onStart:function(){I.set.dimmed()},onComplete:function(){I.set.active(),je()}})):(I.verbose("Showing dimmer animation with javascript"),I.set.dimmed(),K.opacity=="auto"&&(K.opacity=.8),Ae.stop().css({opacity:0,width:"100%",height:"100%"}).fadeTo(I.get.duration(),K.opacity,function(){Ae.removeAttr("style"),I.set.active(),je()}))},hide:function(je){je=l.isFunction(je)?je:function(){},K.useCSS&&l.fn.transition!==o&&Ae.transition("is supported")?(I.verbose("Hiding dimmer with css"),Ae.transition({displayType:K.useFlex?"flex":"block",animation:K.transition+" out",queue:!1,duration:I.get.duration(),useFailSafe:!0,onComplete:function(){I.remove.dimmed(),I.remove.variation(),I.remove.active(),je()}})):(I.verbose("Hiding dimmer with javascript"),Ae.stop().fadeOut(I.get.duration(),function(){I.remove.dimmed(),I.remove.active(),Ae.removeAttr("style"),je()}))}},get:{dimmer:function(){return Ae},duration:function(){return typeof K.duration=="object"?I.is.active()?K.duration.hide:K.duration.show:K.duration}},has:{dimmer:function(){return K.dimmerName?Ce.find(y.dimmer).filter("."+K.dimmerName).length>0:Ce.find(y.dimmer).length>0}},is:{active:function(){return Ae.hasClass(ye.active)},animating:function(){return Ae.is(":animated")||Ae.hasClass(ye.animating)},closable:function(){return K.closable=="auto"?K.on!="hover":K.closable},dimmer:function(){return Ce.hasClass(ye.dimmer)},dimmable:function(){return Ce.hasClass(ye.dimmable)},dimmed:function(){return ve.hasClass(ye.dimmed)},disabled:function(){return ve.hasClass(ye.disabled)},enabled:function(){return!I.is.disabled()},page:function(){return ve.is("body")},pageDimmer:function(){return Ae.hasClass(ye.pageDimmer)}},can:{show:function(){return!Ae.hasClass(ye.disabled)}},set:{opacity:function(je){var Pe=Ae.css("background-color"),b=Pe.split(","),L=b&&b.length>=3;je=K.opacity===0?0:K.opacity||je,L?(b[2]=b[2].replace(")",""),b[3]=je+")",Pe=b.join(",")):Pe="rgba(0, 0, 0, "+je+")",I.debug("Setting opacity to",je),Ae.css("background-color",Pe)},legacy:function(){Ae.addClass(ye.legacy)},active:function(){Ae.addClass(ye.active)},dimmable:function(){ve.addClass(ye.dimmable)},dimmed:function(){ve.addClass(ye.dimmed)},pageDimmer:function(){Ae.addClass(ye.pageDimmer)},disabled:function(){Ae.addClass(ye.disabled)},variation:function(je){je=je||K.variation,je&&Ae.addClass(je)}},remove:{active:function(){Ae.removeClass(ye.active)},legacy:function(){Ae.removeClass(ye.legacy)},dimmed:function(){ve.removeClass(ye.dimmed)},disabled:function(){Ae.removeClass(ye.disabled)},variation:function(je){je=je||K.variation,je&&Ae.removeClass(je)}},setting:function(je,Pe){if(I.debug("Changing setting",je,Pe),l.isPlainObject(je))l.extend(!0,K,je);else if(Pe!==o)l.isPlainObject(K[je])?l.extend(!0,K[je],Pe):K[je]=Pe;else return K[je]},internal:function(je,Pe){if(l.isPlainObject(je))l.extend(!0,I,je);else if(Pe!==o)I[je]=Pe;else return I[je]},debug:function(){!K.silent&&K.debug&&(K.performance?I.performance.log(arguments):(I.debug=Function.prototype.bind.call(console.info,console,K.name+":"),I.debug.apply(console,arguments)))},verbose:function(){!K.silent&&K.verbose&&K.debug&&(K.performance?I.performance.log(arguments):(I.verbose=Function.prototype.bind.call(console.info,console,K.name+":"),I.verbose.apply(console,arguments)))},error:function(){K.silent||(I.error=Function.prototype.bind.call(console.error,console,K.name+":"),I.error.apply(console,arguments))},performance:{log:function(je){var Pe,b,L;K.performance&&(Pe=new Date().getTime(),L=N||Pe,b=Pe-L,N=Pe,F.push({Name:je[0],Arguments:[].slice.call(je,1)||"",Element:te,"Execution Time":b})),clearTimeout(I.performance.timer),I.performance.timer=setTimeout(I.performance.display,500)},display:function(){var je=K.name+":",Pe=0;N=!1,clearTimeout(I.performance.timer),l.each(F,function(b,L){Pe+=L["Execution Time"]}),je+=" "+Pe+"ms",Z&&(je+=" '"+Z+"'"),p.length>1&&(je+=" ("+p.length+")"),(console.group!==o||console.table!==o)&&F.length>0&&(console.groupCollapsed(je),console.table?console.table(F):l.each(F,function(b,L){console.log(L.Name+": "+L["Execution Time"]+"ms")}),console.groupEnd()),F=[]}},invoke:function(je,Pe,b){var L=s,ae,k,D;return Pe=Pe||J,b=te||b,typeof je=="string"&&L!==o&&(je=je.split(/[\. ]/),ae=je.length-1,l.each(je,function(T,X){var de=T!=ae?X+je[T+1].charAt(0).toUpperCase()+je[T+1].slice(1):je;if(l.isPlainObject(L[de])&&T!=ae)L=L[de];else{if(L[de]!==o)return k=L[de],!1;if(l.isPlainObject(L[X])&&T!=ae)L=L[X];else return L[X]!==o?(k=L[X],!1):(I.error(xe.method,je),!1)}})),l.isFunction(k)?D=k.apply(b,Pe):k!==o&&(D=k),Array.isArray(pe)?pe.push(D):pe!==o?pe=[pe,D]:D!==o&&(pe=D),k}},I.preinitialize(),ce?(s===o&&I.initialize(),I.invoke(B)):(s!==o&&s.invoke("destroy"),I.initialize())}),pe!==o?pe:this},l.fn.dimmer.settings={name:"Dimmer",namespace:"dimmer",silent:!1,debug:!1,verbose:!1,performance:!0,useFlex:!0,dimmerName:!1,variation:!1,closable:"auto",useCSS:!0,transition:"fade",on:!1,opacity:"auto",duration:{show:500,hide:500},displayLoader:!1,loaderText:!1,loaderVariation:"",onChange:function(){},onShow:function(){},onHide:function(){},error:{method:"The method you called is not defined."},className:{active:"active",animating:"animating",dimmable:"dimmable",dimmed:"dimmed",dimmer:"dimmer",disabled:"disabled",hide:"hide",legacy:"legacy",pageDimmer:"page",show:"show",loader:"ui loader"},selector:{dimmer:"> .ui.dimmer",content:".ui.dimmer > .content, .ui.dimmer > .content > .center"},template:{dimmer:function(h){var p=l("<div/>").addClass("ui dimmer"),N;return h.displayLoader&&(N=l("<div/>").addClass(h.className.loader).addClass(h.loaderVariation),h.loaderText&&(N.text(h.loaderText),N.addClass("text")),p.append(N)),p}}}})(jQuery,window,document);(function(l,q,le,o){"use strict";l.isFunction=l.isFunction||function(h){return typeof h=="function"&&typeof h.nodeType!="number"},q=typeof q!="undefined"&&q.Math==Math?q:typeof self!="undefined"&&self.Math==Math?self:Function("return this")(),l.fn.dropdown=function(h){var p=l(this),N=l(le),F=p.selector||"",B="ontouchstart"in le.documentElement,ce=B?"touchstart":"click",J=new Date().getTime(),pe=[],K=arguments[0],y=typeof K=="string",O=[].slice.call(arguments,1),ye=1,xe;return p.each(function(V){var C=l.isPlainObject(h)?l.extend(!0,{},l.fn.dropdown.settings,h):l.extend({},l.fn.dropdown.settings),Z=C.className,we=C.message,Ce=C.fields,Ae=C.keys,ve=C.metadata,te=C.namespace,s=C.regExp,I=C.selector,je=C.error,Pe=C.templates,b="."+te,L="module-"+te,ae=l(this),k=l(C.context),D=ae.find(I.text),T=ae.find(I.search),X=ae.find(I.sizer),de=ae.find(I.input),Re=ae.find(I.icon),re=ae.find(I.clearIcon),M=ae.prev().find(I.text).length>0?ae.prev().find(I.text):ae.prev(),v=ae.children(I.menu),W=v.find(I.item),S=C.hideDividers?W.parent().children(I.divider):l(),Y=!1,Ee=!1,Ne=!1,Be=!1,Ue=this,rt=ae.data(L),bt,St,jt,mi,oi,ei,gt,xi,gn,f;f={initialize:function(){f.debug("Initializing dropdown",C),f.is.alreadySetup()?f.setup.reference():(C.ignoreDiacritics&&!String.prototype.normalize&&(C.ignoreDiacritics=!1,f.error(je.noNormalize,Ue)),f.setup.layout(),C.values&&(f.set.initialLoad(),f.change.values(C.values),f.remove.initialLoad()),f.refreshData(),f.save.defaults(),f.restore.selected(),f.create.id(),f.bind.events(),f.observeChanges(),f.instantiate(),f.aria.setup())},instantiate:function(){f.verbose("Storing instance of dropdown",f),rt=f,ae.data(L,f)},destroy:function(){f.verbose("Destroying previous dropdown",ae),f.remove.tabbable(),f.remove.active(),v.transition("stop all"),v.removeClass(Z.visible).addClass(Z.hidden),ae.off(b).removeData(L),v.off(b),N.off(oi),f.disconnect.menuObserver(),f.disconnect.selectObserver(),f.disconnect.classObserver()},observeChanges:function(){"MutationObserver"in q&&(gt=new MutationObserver(f.event.select.mutation),xi=new MutationObserver(f.event.menu.mutation),gn=new MutationObserver(f.event.class.mutation),f.debug("Setting up mutation observer",gt,xi,gn),f.observe.select(),f.observe.menu(),f.observe.class())},disconnect:{menuObserver:function(){xi&&xi.disconnect()},selectObserver:function(){gt&>.disconnect()},classObserver:function(){gn&&gn.disconnect()}},observe:{select:function(){f.has.input()&>&>.observe(ae[0],{childList:!0,subtree:!0})},menu:function(){f.has.menu()&&xi&&xi.observe(v[0],{childList:!0,subtree:!0})},class:function(){f.has.search()&&gn&&gn.observe(ae[0],{attributes:!0})}},create:{id:function(){ei=(Math.random().toString(16)+"000000000").substr(2,8),oi="."+ei,f.verbose("Creating unique id for element",ei)},userChoice:function(_){var Q,Se,Te,Le;return _=_||f.get.userValues(),_?(_=Array.isArray(_)?_:[_],l.each(_,function(tt,dt){f.get.item(dt)===!1&&(Le=C.templates.addition(f.add.variables(we.addResult,dt)),Se=l("<div />").html(Le).attr("data-"+ve.value,dt).attr("data-"+ve.text,dt).addClass(Z.addition).addClass(Z.item),C.hideAdditions&&Se.addClass(Z.hidden),Q=Q===o?Se:Q.add(Se),f.verbose("Creating user choices for value",dt,Se))}),Q):!1},userLabels:function(_){var Q=f.get.userValues();Q&&(f.debug("Adding user labels",Q),l.each(Q,function(Se,Te){f.verbose("Adding custom user value"),f.add.label(Te,Te)}))},menu:function(){v=l("<div />").addClass(Z.menu).appendTo(ae)},sizer:function(){X=l("<span />").addClass(Z.sizer).insertAfter(T)}},search:function(_){_=_!==o?_:f.get.query(),f.verbose("Searching for query",_),f.has.minCharacters(_)?f.filter(_):f.hide(null,!0)},select:{firstUnfiltered:function(){f.verbose("Selecting first non-filtered element"),f.remove.selectedItem(),W.not(I.unselectable).not(I.addition+I.hidden).eq(0).addClass(Z.selected)},nextAvailable:function(_){_=_.eq(0);var Q=_.nextAll(I.item).not(I.unselectable).eq(0),Se=_.prevAll(I.item).not(I.unselectable).eq(0),Te=Q.length>0;Te?(f.verbose("Moving selection to",Q),Q.addClass(Z.selected)):(f.verbose("Moving selection to",Se),Se.addClass(Z.selected))}},aria:{setup:function(){var _=f.aria.guessRole();_==="menu"&&(ae.attr("aria-busy","true"),ae.attr("role","menu"),ae.attr("aria-haspopup","menu"),ae.attr("aria-expanded","false"),v.find(".divider").attr("role","separator"),W.attr("role","menuitem"),W.each(function(Q,Se){Se.id||(Se.id=f.aria.nextID("menuitem"))}),D=ae.find("> .text").eq(0),ae.data("content")?(D.attr("aria-hidden"),ae.attr("aria-label",ae.data("content"))):(D.attr("id",f.aria.nextID("menutext")),ae.attr("aria-labelledby",D.attr("id"))),ae.attr("aria-busy","false"))},nextID:function(_){var Q;do Q=_+"_"+ye++;while(le.getElementById(Q));return Q},setExpanded:function(_){ae.attr("aria-haspopup")&&ae.attr("aria-expanded",_)},refreshDescendant:function(){if(ae.attr("aria-haspopup")==="menu"){var _=W.not(I.unselectable).filter("."+Z.selected).eq(0),Q=v.children("."+Z.active).eq(0),Se=_.length>0?_:Q;Se?ae.attr("aria-activedescendant",Se.attr("id")):f.aria.removeDescendant()}},removeDescendant:function(){ae.attr("aria-haspopup")=="menu"&&ae.removeAttr("aria-activedescendant")},guessRole:function(){var _=ae.hasClass("icon"),Q=f.has.search(),Se=de.length>0,Te=f.is.multiple();return!_&&!Q&&!Se&&!Te?"menu":"unknown"}},setup:{api:function(){var _={debug:C.debug,urlData:{value:f.get.value(),query:f.get.query()},on:!1};f.verbose("First request, initializing API"),ae.api(_)},layout:function(){ae.is("select")&&(f.setup.select(),f.setup.returnedObject()),f.has.menu()||f.create.menu(),f.is.selection()&&f.is.clearable()&&!f.has.clearItem()&&(f.verbose("Adding clear icon"),re=l("<i />").addClass("remove icon").insertBefore(D)),f.is.search()&&!f.has.search()&&(f.verbose("Adding search input"),T=l("<input />").addClass(Z.search).prop("autocomplete","off").insertBefore(D)),f.is.multiple()&&f.is.searchSelection()&&!f.has.sizer()&&f.create.sizer(),C.allowTab&&f.set.tabbable(),W.attr("tabindex","-1")},select:function(){var _=f.get.selectValues();f.debug("Dropdown initialized on a select",_),ae.is("select")&&(de=ae),de.parent(I.dropdown).length>0?(f.debug("UI dropdown already exists. Creating dropdown menu only"),ae=de.closest(I.dropdown),f.has.menu()||f.create.menu(),v=ae.children(I.menu),f.setup.menu(_)):(f.debug("Creating entire dropdown from select"),ae=l("<div />").attr("class",de.attr("class")).addClass(Z.selection).addClass(Z.dropdown).html(Pe.dropdown(_,Ce,C.preserveHTML,C.className)).insertBefore(de),de.hasClass(Z.multiple)&&de.prop("multiple")===!1&&(f.error(je.missingMultiple),de.prop("multiple",!0)),de.is("[multiple]")&&f.set.multiple(),de.prop("disabled")&&(f.debug("Disabling dropdown"),ae.addClass(Z.disabled)),de.removeAttr("required").removeAttr("class").detach().prependTo(ae)),f.refresh()},menu:function(_){v.html(Pe.menu(_,Ce,C.preserveHTML,C.className)),W=v.find(I.item),S=C.hideDividers?W.parent().children(I.divider):l()},reference:function(){f.debug("Dropdown behavior was called on select, replacing with closest dropdown"),ae=ae.parent(I.dropdown),rt=ae.data(L),Ue=ae.get(0),f.refresh(),f.setup.returnedObject()},returnedObject:function(){var _=p.slice(0,V),Q=p.slice(V+1);p=_.add(ae).add(Q)}},refresh:function(){f.refreshSelectors(),f.refreshData()},refreshItems:function(){W=v.find(I.item),S=C.hideDividers?W.parent().children(I.divider):l()},refreshSelectors:function(){f.verbose("Refreshing selector cache"),D=ae.find(I.text),T=ae.find(I.search),de=ae.find(I.input),Re=ae.find(I.icon),M=ae.prev().find(I.text).length>0?ae.prev().find(I.text):ae.prev(),v=ae.children(I.menu),W=v.find(I.item),S=C.hideDividers?W.parent().children(I.divider):l()},refreshData:function(){f.verbose("Refreshing cached metadata"),W.removeData(ve.text).removeData(ve.value)},clearData:function(){f.verbose("Clearing metadata"),W.removeData(ve.text).removeData(ve.value),ae.removeData(ve.defaultText).removeData(ve.defaultValue).removeData(ve.placeholderText)},toggle:function(){f.verbose("Toggling menu visibility"),f.is.active()?f.hide():f.show()},show:function(_,Q){if(_=l.isFunction(_)?_:function(){},!f.can.show()&&f.is.remote()&&(f.debug("No API results retrieved, searching before show"),f.queryRemote(f.get.query(),f.show)),f.can.show()&&!f.is.active()){if(f.debug("Showing dropdown"),f.has.message()&&!(f.has.maxSelections()||f.has.allResultsFiltered())&&f.remove.message(),f.is.allFiltered())return!0;C.onShow.call(Ue)!==!1&&(f.aria.setExpanded(!0),f.aria.refreshDescendant(),f.animate.show(function(){f.can.click()&&f.bind.intent(),f.has.search()&&!Q&&f.focusSearch(),f.set.visible(),_.call(Ue)}))}},hide:function(_,Q){_=l.isFunction(_)?_:function(){},f.is.active()&&!f.is.animatingOutward()?(f.debug("Hiding dropdown"),C.onHide.call(Ue)!==!1&&(f.aria.setExpanded(!1),f.aria.removeDescendant(),f.animate.hide(function(){f.remove.visible(),f.is.focusedOnSearch()&&Q!==!0&&T.blur(),_.call(Ue)}))):f.can.click()&&f.unbind.intent(),Be=!1},hideOthers:function(){f.verbose("Finding other dropdowns to hide"),p.not(ae).has(I.menu+"."+Z.visible).dropdown("hide")},hideMenu:function(){f.verbose("Hiding menu instantaneously"),f.remove.active(),f.remove.visible(),v.transition("hide")},hideSubMenus:function(){var _=v.children(I.item).find(I.menu);f.verbose("Hiding sub menus",_),_.transition("hide")},bind:{events:function(){f.bind.keyboardEvents(),f.bind.inputEvents(),f.bind.mouseEvents()},keyboardEvents:function(){f.verbose("Binding keyboard events"),ae.on("keydown"+b,f.event.keydown),f.has.search()&&ae.on(f.get.inputEvent()+b,I.search,f.event.input),f.is.multiple()&&N.on("keydown"+oi,f.event.document.keydown)},inputEvents:function(){f.verbose("Binding input change events"),ae.on("change"+b,I.input,f.event.change)},mouseEvents:function(){f.verbose("Binding mouse events"),f.is.multiple()&&ae.on(ce+b,I.label,f.event.label.click).on(ce+b,I.remove,f.event.remove.click),f.is.searchSelection()?(ae.on("mousedown"+b,f.event.mousedown).on("mouseup"+b,f.event.mouseup).on("mousedown"+b,I.menu,f.event.menu.mousedown).on("mouseup"+b,I.menu,f.event.menu.mouseup).on(ce+b,I.icon,f.event.icon.click).on(ce+b,I.clearIcon,f.event.clearIcon.click).on("focus"+b,I.search,f.event.search.focus).on(ce+b,I.search,f.event.search.focus).on("blur"+b,I.search,f.event.search.blur).on(ce+b,I.text,f.event.text.focus),f.is.multiple()&&ae.on(ce+b,f.event.click)):(C.on=="click"?ae.on(ce+b,I.icon,f.event.icon.click).on(ce+b,f.event.test.toggle):C.on=="hover"?ae.on("mouseenter"+b,f.delay.show).on("mouseleave"+b,f.delay.hide):ae.on(C.on+b,f.toggle),ae.on("mousedown"+b,f.event.mousedown).on("mouseup"+b,f.event.mouseup).on("focus"+b,f.event.focus).on(ce+b,I.clearIcon,f.event.clearIcon.click),f.has.menuSearch()?ae.on("blur"+b,I.search,f.event.search.blur):ae.on("blur"+b,f.event.blur)),v.on((B?"touchstart":"mouseenter")+b,I.item,f.event.item.mouseenter).on("mouseleave"+b,I.item,f.event.item.mouseleave).on("click"+b,I.item,f.event.item.click)},intent:function(){f.verbose("Binding hide intent event to document"),B&&N.on("touchstart"+oi,f.event.test.touch).on("touchmove"+oi,f.event.test.touch),N.on(ce+oi,f.event.test.hide)}},unbind:{intent:function(){f.verbose("Removing hide intent event from document"),B&&N.off("touchstart"+oi).off("touchmove"+oi),N.off(ce+oi)}},filter:function(_){var Q=_!==o?_:f.get.query(),Se=function(){f.is.multiple()&&f.filterActive(),(_||!_&&f.get.activeItem().length==0)&&f.select.firstUnfiltered(),f.has.allResultsFiltered()?C.onNoResults.call(Ue,Q)?C.allowAdditions?C.hideAdditions&&(f.verbose("User addition with no menu, setting empty style"),f.set.empty(),f.hideMenu()):(f.verbose("All items filtered, showing message",Q),f.add.message(we.noResults)):(f.verbose("All items filtered, hiding dropdown",Q),f.hideMenu()):(f.remove.empty(),f.remove.message()),C.allowAdditions&&f.add.userSuggestion(f.escape.htmlEntities(_)),f.is.searchSelection()&&f.can.show()&&f.is.focusedOnSearch()&&f.show()};C.useLabels&&f.has.maxSelections()||(C.apiSettings?f.can.useAPI()?f.queryRemote(Q,function(){C.filterRemoteData&&f.filterItems(Q);var Te=de.val();Array.isArray(Te)||(Te=Te&&Te!==""?Te.split(C.delimiter):[]),l.each(Te,function(Le,tt){W.filter('[data-value="'+tt+'"]').addClass(Z.filtered)}),Se()}):f.error(je.noAPI):(f.filterItems(Q),Se()))},queryRemote:function(_,Q){var Se={errorDuration:!1,cache:"local",throttle:C.throttle,urlData:{query:_},onError:function(){f.add.message(we.serverError),Q()},onFailure:function(){f.add.message(we.serverError),Q()},onSuccess:function(Te){var Le=Te[Ce.remoteValues];Array.isArray(Le)||(Le=[]),f.remove.message();var tt={};tt[Ce.values]=Le,f.setup.menu(tt),Le.length===0&&!C.allowAdditions&&f.add.message(we.noResults),Q()}};ae.api("get request")||f.setup.api(),Se=l.extend(!0,{},Se,C.apiSettings),ae.api("setting",Se).api("query")},filterItems:function(_){var Q=f.remove.diacritics(_!==o?_:f.get.query()),Se=null,Te=f.escape.string(Q),Le=(C.ignoreSearchCase?"i":"")+"gm",tt=new RegExp("^"+Te,Le);f.has.query()&&(Se=[],f.verbose("Searching for matching values",Q),W.each(function(){var dt=l(this),kt,Nt;if(dt.hasClass(Z.unfilterable))return Se.push(this),!0;if(C.match==="both"||C.match==="text"){if(kt=f.remove.diacritics(String(f.get.choiceText(dt,!1))),kt.search(tt)!==-1)return Se.push(this),!0;if(C.fullTextSearch==="exact"&&f.exactSearch(Q,kt))return Se.push(this),!0;if(C.fullTextSearch===!0&&f.fuzzySearch(Q,kt))return Se.push(this),!0}if(C.match==="both"||C.match==="value"){if(Nt=f.remove.diacritics(String(f.get.choiceValue(dt,kt))),Nt.search(tt)!==-1)return Se.push(this),!0;if(C.fullTextSearch==="exact"&&f.exactSearch(Q,Nt))return Se.push(this),!0;if(C.fullTextSearch===!0&&f.fuzzySearch(Q,Nt))return Se.push(this),!0}})),f.debug("Showing only matched items",Q),f.remove.filteredItem(),Se&&W.not(Se).addClass(Z.filtered),f.has.query()?C.hideDividers===!0?S.addClass(Z.hidden):C.hideDividers==="empty"&&S.removeClass(Z.hidden).filter(function(){var dt=l(this).nextUntil(I.item);return(dt.length?dt:l(this)).nextUntil(I.divider).filter(I.item+":not(."+Z.filtered+")").length===0}).addClass(Z.hidden):S.removeClass(Z.hidden)},fuzzySearch:function(_,Q){var Se=Q.length,Te=_.length;if(_=C.ignoreSearchCase?_.toLowerCase():_,Q=C.ignoreSearchCase?Q.toLowerCase():Q,Te>Se)return!1;if(Te===Se)return _===Q;e:for(var Le=0,tt=0;Le<Te;Le++){for(var dt=_.charCodeAt(Le);tt<Se;)if(Q.charCodeAt(tt++)===dt)continue e;return!1}return!0},exactSearch:function(_,Q){return _=C.ignoreSearchCase?_.toLowerCase():_,Q=C.ignoreSearchCase?Q.toLowerCase():Q,Q.indexOf(_)>-1},filterActive:function(){C.useLabels&&W.filter("."+Z.active).addClass(Z.filtered)},focusSearch:function(_){f.has.search()&&!f.is.focusedOnSearch()&&(_?(ae.off("focus"+b,I.search),T.focus(),ae.on("focus"+b,I.search,f.event.search.focus)):T.focus())},blurSearch:function(){f.has.search()&&T.blur()},forceSelection:function(){var _=W.not(Z.filtered).filter("."+Z.selected).eq(0),Q=W.not(Z.filtered).filter("."+Z.active).eq(0),Se=_.length>0?_:Q,Te=Se.length>0;C.allowAdditions||Te&&!f.is.multiple()?(f.debug("Forcing partial selection to selected item",Se),f.event.item.click.call(Se,{},!0)):f.remove.searchTerm()},change:{values:function(_){C.allowAdditions||f.clear(),f.debug("Creating dropdown with specified values",_);var Q={};Q[Ce.values]=_,f.setup.menu(Q),l.each(_,function(Se,Te){if(Te.selected==!0&&(f.debug("Setting initial selection to",Te[Ce.value]),f.set.selected(Te[Ce.value]),!f.is.multiple()))return!1}),f.has.selectInput()&&(f.disconnect.selectObserver(),de.html(""),de.append("<option disabled selected value></option>"),l.each(_,function(Se,Te){var Le=C.templates.deQuote(Te[Ce.value]),tt=C.templates.escape(Te[Ce.name]||"",C.preserveHTML);de.append('<option value="'+Le+'">'+tt+"</option>")}),f.observe.select())}},event:{change:function(){Ne||(f.debug("Input changed, updating selection"),f.set.selected())},focus:function(){C.showOnFocus&&!Y&&f.is.hidden()&&!jt&&f.show()},blur:function(_){jt=le.activeElement===this,!Y&&!jt&&(f.remove.activeLabel(),f.hide())},mousedown:function(){f.is.searchSelection()?mi=!0:Y=!0},mouseup:function(){f.is.searchSelection()?mi=!1:Y=!1},click:function(_){var Q=l(_.target);Q.is(ae)&&(f.is.focusedOnSearch()?f.show():f.focusSearch())},search:{focus:function(_){Y=!0,f.is.multiple()&&f.remove.activeLabel(),(C.showOnFocus||_.type!=="focus"&&_.type!=="focusin")&&f.search()},blur:function(_){jt=le.activeElement===this,f.is.searchSelection()&&!mi&&!Ee&&!jt&&(C.forceSelection?f.forceSelection():C.allowAdditions||f.remove.searchTerm(),f.hide()),mi=!1}},clearIcon:{click:function(_){f.clear(),f.is.searchSelection()&&f.remove.searchTerm(),f.hide(),_.stopPropagation()}},icon:{click:function(_){Be=!0,f.has.search()?f.is.active()?f.blurSearch():C.showOnFocus?f.focusSearch():f.toggle():f.toggle()}},text:{focus:function(_){Y=!0,f.focusSearch()}},input:function(_){(f.is.multiple()||f.is.searchSelection())&&f.set.filtered(),clearTimeout(f.timer),f.timer=setTimeout(f.search,C.delay.search)},label:{click:function(_){var Q=l(this),Se=ae.find(I.label),Te=Se.filter("."+Z.active),Le=Q.nextAll("."+Z.active),tt=Q.prevAll("."+Z.active),dt=Le.length>0?Q.nextUntil(Le).add(Te).add(Q):Q.prevUntil(tt).add(Te).add(Q);_.shiftKey?(Te.removeClass(Z.active),dt.addClass(Z.active)):_.ctrlKey?Q.toggleClass(Z.active):(Te.removeClass(Z.active),Q.addClass(Z.active)),C.onLabelSelect.apply(this,Se.filter("."+Z.active))}},remove:{click:function(){var _=l(this).parent();_.hasClass(Z.active)?f.remove.activeLabels():f.remove.activeLabels(_)}},test:{toggle:function(_){var Q=f.is.multiple()?f.show:f.toggle;f.is.bubbledLabelClick(_)||f.is.bubbledIconClick(_)||f.determine.eventOnElement(_,Q)&&_.preventDefault()},touch:function(_){f.determine.eventOnElement(_,function(){_.type=="touchstart"?f.timer=setTimeout(function(){f.hide()},C.delay.touch):_.type=="touchmove"&&clearTimeout(f.timer)}),_.stopPropagation()},hide:function(_){f.determine.eventInModule(_,f.hide)&&Ue.id&&l(_.target).attr("for")===Ue.id&&_.preventDefault()}},class:{mutation:function(_){_.forEach(function(Q){Q.attributeName==="class"&&f.check.disabled()})}},select:{mutation:function(_){f.debug("<select> modified, recreating menu"),f.is.selectMutation(_)&&(f.disconnect.selectObserver(),f.refresh(),f.setup.select(),f.set.selected(),f.observe.select())}},menu:{mutation:function(_){var Q=_[0],Se=Q.addedNodes?l(Q.addedNodes[0]):l(!1),Te=Q.removedNodes?l(Q.removedNodes[0]):l(!1),Le=Se.add(Te),tt=Le.is(I.addition)||Le.closest(I.addition).length>0,dt=Le.is(I.message)||Le.closest(I.message).length>0;tt||dt?(f.debug("Updating item selector cache"),f.refreshItems()):(f.debug("Menu modified, updating selector cache"),f.refresh())},mousedown:function(){Ee=!0},mouseup:function(){Ee=!1}},item:{mouseenter:function(_){var Q=l(_.target),Se=l(this),Te=Se.children(I.menu),Le=Se.siblings(I.item).children(I.menu),tt=Te.length>0,dt=Te.find(Q).length>0;!dt&&tt&&(clearTimeout(f.itemTimer),f.itemTimer=setTimeout(function(){f.verbose("Showing sub-menu",Te),l.each(Le,function(){f.animate.hide(!1,l(this))}),f.animate.show(!1,Te)},C.delay.show),_.preventDefault())},mouseleave:function(_){var Q=l(this).children(I.menu);Q.length>0&&(clearTimeout(f.itemTimer),f.itemTimer=setTimeout(function(){f.verbose("Hiding sub-menu",Q),f.animate.hide(!1,Q)},C.delay.hide))},click:function(_,Q){var Se=l(this),Te=l(_?_.target:""),Le=Se.find(I.menu),tt=f.get.choiceText(Se),dt=f.get.choiceValue(Se,tt),kt=Le.length>0,Nt=Le.find(Te).length>0;le.activeElement.tagName.toLowerCase()!=="input"&&l(le.activeElement).blur(),!Nt&&(!kt||C.allowCategorySelection)&&(f.is.searchSelection()&&(C.allowAdditions&&f.remove.userAddition(),f.remove.searchTerm(),!f.is.focusedOnSearch()&&Q!=!0&&f.focusSearch(!0)),C.useLabels||(f.remove.filteredItem(),f.set.scrollPosition(Se)),f.determine.selectAction.call(this,tt,dt))}},document:{keydown:function(_){var Q=_.which,Se=f.is.inObject(Q,Ae);if(Se){var Te=ae.find(I.label),Le=Te.filter("."+Z.active),tt=Le.data(ve.value),dt=Te.index(Le),kt=Te.length,Nt=Le.length>0,ui=Le.length>1,Vi=dt===0,Zi=dt+1==kt,Pt=f.is.searchSelection(),yt=f.is.focusedOnSearch(),Ft=f.is.focused(),$t=yt&&f.get.caretPosition(!1)===0,Bt=$t&&f.get.caretPosition(!0)!==0,Yt;if(Pt&&!Nt&&!yt)return;Q==Ae.leftArrow?(Ft||$t)&&!Nt?(f.verbose("Selecting previous label"),Te.last().addClass(Z.active)):Nt&&(_.shiftKey?f.verbose("Adding previous label to selection"):(f.verbose("Selecting previous label"),Te.removeClass(Z.active)),Vi&&!ui?Le.addClass(Z.active):Le.prev(I.siblingLabel).addClass(Z.active).end(),_.preventDefault()):Q==Ae.rightArrow?(Ft&&!Nt&&Te.first().addClass(Z.active),Nt&&(_.shiftKey?f.verbose("Adding next label to selection"):(f.verbose("Selecting next label"),Te.removeClass(Z.active)),Zi?Pt?yt?Te.removeClass(Z.active):f.focusSearch():ui?Le.next(I.siblingLabel).addClass(Z.active):Le.addClass(Z.active):Le.next(I.siblingLabel).addClass(Z.active),_.preventDefault())):Q==Ae.deleteKey||Q==Ae.backspace?Nt?(f.verbose("Removing active labels"),Zi&&Pt&&!yt&&f.focusSearch(),Le.last().next(I.siblingLabel).addClass(Z.active),f.remove.activeLabels(Le),_.preventDefault()):$t&&!Bt&&!Nt&&Q==Ae.backspace&&(f.verbose("Removing last label on input backspace"),Le=Te.last().addClass(Z.active),f.remove.activeLabels(Le)):Le.removeClass(Z.active)}}},keydown:function(_){var Q=_.which,Se=f.is.inObject(Q,Ae);if(Se){var Te=W.not(I.unselectable).filter("."+Z.selected).eq(0),Le=v.children("."+Z.active).eq(0),tt=Te.length>0?Te:Le,dt=tt.length>0?tt.siblings(":not(."+Z.filtered+")").addBack():v.children(":not(."+Z.filtered+")"),kt=tt.children(I.menu),Nt=tt.closest(I.menu),ui=Nt.hasClass(Z.visible)||Nt.hasClass(Z.animating)||Nt.parent(I.menu).length>0,Vi=kt.length>0,Zi=tt.length>0,Pt=tt.not(I.unselectable).length>0,yt=Q==Ae.delimiter&&C.allowAdditions&&f.is.multiple(),Ft=C.allowAdditions&&C.hideAdditions&&(Q==Ae.enter||yt)&&Pt,$t,Bt,Yt;if(Ft&&(f.verbose("Selecting item from keyboard shortcut",tt),tt[0].click(),f.is.searchSelection()&&f.remove.searchTerm(),f.is.multiple()&&_.preventDefault()),f.is.visible()){if((Q==Ae.enter||yt)&&(Q==Ae.enter&&Zi&&Vi&&!C.allowCategorySelection?(f.verbose("Pressed enter on unselectable category, opening sub menu"),Q=Ae.rightArrow):Pt&&(f.verbose("Selecting item from keyboard shortcut",tt),tt[0].click(),f.is.searchSelection()&&(f.remove.searchTerm(),f.is.multiple()&&T.focus())),_.preventDefault()),Zi&&(Q==Ae.leftArrow&&(Bt=Nt[0]!==v[0],Bt&&(f.verbose("Left key pressed, closing sub-menu"),f.animate.hide(!1,Nt),tt.removeClass(Z.selected),Nt.closest(I.item).addClass(Z.selected),f.aria.refreshDescendant(),_.preventDefault())),Q==Ae.rightArrow&&Vi&&(f.verbose("Right key pressed, opening sub-menu"),f.animate.show(!1,kt),tt.removeClass(Z.selected),kt.find(I.item).eq(0).addClass(Z.selected),f.aria.refreshDescendant(),_.preventDefault())),Q==Ae.upArrow){if($t=Zi&&ui?tt.prevAll(I.item+":not("+I.unselectable+")").eq(0):W.eq(0),dt.index($t)<0){f.verbose("Up key pressed but reached top of current menu"),_.preventDefault();return}else f.verbose("Up key pressed, changing active item"),tt.removeClass(Z.selected),$t.addClass(Z.selected),f.aria.refreshDescendant(),f.set.scrollPosition($t),C.selectOnKeydown&&f.is.single()&&f.set.selectedItem($t);_.preventDefault()}if(Q==Ae.downArrow){if($t=Zi&&ui?$t=tt.nextAll(I.item+":not("+I.unselectable+")").eq(0):W.eq(0),$t.length===0){f.verbose("Down key pressed but reached bottom of current menu"),_.preventDefault();return}else f.verbose("Down key pressed, changing active item"),W.removeClass(Z.selected),$t.addClass(Z.selected),f.aria.refreshDescendant(),f.set.scrollPosition($t),C.selectOnKeydown&&f.is.single()&&f.set.selectedItem($t);_.preventDefault()}Q==Ae.pageUp&&(f.scrollPage("up"),_.preventDefault()),Q==Ae.pageDown&&(f.scrollPage("down"),_.preventDefault()),Q==Ae.escape&&(f.verbose("Escape key pressed, closing dropdown"),f.hide())}else yt&&_.preventDefault(),Q==Ae.downArrow&&!f.is.visible()&&(f.verbose("Down key pressed, showing dropdown"),f.show(),_.preventDefault())}else f.has.search()||f.set.selectedLetter(String.fromCharCode(Q))}},trigger:{change:function(){var _=de[0];if(_){var Q=le.createEvent("HTMLEvents");f.verbose("Triggering native change event"),Q.initEvent("change",!0,!1),_.dispatchEvent(Q)}}},determine:{selectAction:function(_,Q){bt=!0,f.verbose("Determining action",C.action),l.isFunction(f.action[C.action])?(f.verbose("Triggering preset action",C.action,_,Q),f.action[C.action].call(Ue,_,Q,this)):l.isFunction(C.action)?(f.verbose("Triggering user action",C.action,_,Q),C.action.call(Ue,_,Q,this)):f.error(je.action,C.action),bt=!1},eventInModule:function(_,Q){var Se=l(_.target),Te=Se.closest(le.documentElement).length>0,Le=Se.closest(ae).length>0;return Q=l.isFunction(Q)?Q:function(){},Te&&!Le?(f.verbose("Triggering event",Q),Q(),!0):(f.verbose("Event occurred in dropdown, canceling callback"),!1)},eventOnElement:function(_,Q){var Se=l(_.target),Te=Se.closest(I.siblingLabel),Le=le.body.contains(_.target),tt=ae.find(Te).length===0||!(f.is.multiple()&&C.useLabels),dt=Se.closest(v).length===0;return Q=l.isFunction(Q)?Q:function(){},Le&&tt&&dt?(f.verbose("Triggering event",Q),Q(),!0):(f.verbose("Event occurred in dropdown menu, canceling callback"),!1)}},action:{nothing:function(){},activate:function(_,Q,Se){Q=Q!==o?Q:_,f.can.activate(l(Se))&&(f.set.selected(Q,l(Se)),f.is.multiple()||f.hideAndClear())},select:function(_,Q,Se){Q=Q!==o?Q:_,f.can.activate(l(Se))&&(f.set.value(Q,_,l(Se)),f.is.multiple()||f.hideAndClear())},combo:function(_,Q,Se){Q=Q!==o?Q:_,f.set.selected(Q,l(Se)),f.hideAndClear()},hide:function(_,Q,Se){f.set.value(Q,_,l(Se)),f.hideAndClear()}},get:{id:function(){return ei},defaultText:function(){return ae.data(ve.defaultText)},defaultValue:function(){return ae.data(ve.defaultValue)},placeholderText:function(){return C.placeholder!="auto"&&typeof C.placeholder=="string"?C.placeholder:ae.data(ve.placeholderText)||""},text:function(){return C.preserveHTML?D.html():D.text()},query:function(){return String(T.val()).trim()},searchWidth:function(_){return _=_!==o?_:T.val(),X.text(_),Math.ceil(X.width()+1)},selectionCount:function(){var _=f.get.values(),Q;return Q=f.is.multiple()?Array.isArray(_)?_.length:0:f.get.value()!==""?1:0,Q},transition:function(_){return C.transition=="auto"?f.is.upward(_)?"slide up":"slide down":C.transition},userValues:function(){var _=f.get.values();return _?(_=Array.isArray(_)?_:[_],l.grep(_,function(Q){return f.get.item(Q)===!1})):!1},uniqueArray:function(_){return l.grep(_,function(Q,Se){return l.inArray(Q,_)===Se})},caretPosition:function(_){var Q=T.get(0),Se,Te;if(_&&"selectionEnd"in Q)return Q.selectionEnd;if(!_&&"selectionStart"in Q)return Q.selectionStart;if(le.selection)return Q.focus(),Se=le.selection.createRange(),Te=Se.text.length,_?Te:(Se.moveStart("character",-Q.value.length),Se.text.length-Te)},value:function(){var _=de.length>0?de.val():ae.data(ve.value),Q=Array.isArray(_)&&_.length===1&&_[0]==="";return _===o||Q?"":_},values:function(){var _=f.get.value();return _===""?"":!f.has.selectInput()&&f.is.multiple()?typeof _=="string"?f.escape.htmlEntities(_).split(C.delimiter):"":_},remoteValues:function(){var _=f.get.values(),Q=!1;return _&&(typeof _=="string"&&(_=[_]),l.each(_,function(Se,Te){var Le=f.read.remoteData(Te);f.verbose("Restoring value from session data",Le,Te),Le&&(Q||(Q={}),Q[Te]=Le)})),Q},choiceText:function(_,Q){if(Q=Q!==o?Q:C.preserveHTML,_)return _.find(I.menu).length>0&&(f.verbose("Retrieving text of element with sub-menu"),_=_.clone(),_.find(I.menu).remove(),_.find(I.menuIcon).remove()),_.data(ve.text)!==o?_.data(ve.text):Q?_.html().trim():_.text().trim()},choiceValue:function(_,Q){return Q=Q||f.get.choiceText(_),_?_.data(ve.value)!==o?String(_.data(ve.value)):typeof Q=="string"?String(C.ignoreSearchCase?Q.toLowerCase():Q).trim():String(Q):!1},inputEvent:function(){var _=T[0];return _?_.oninput!==o?"input":_.onpropertychange!==o?"propertychange":"keyup":!1},selectValues:function(){var _={},Q=[],Se=[];return ae.find("option").each(function(){var Te=l(this),Le=Te.html(),tt=Te.attr("disabled"),dt=Te.attr("value")!==o?Te.attr("value"):Le,kt=Te.data(ve.text)!==o?Te.data(ve.text):Le,Nt=Te.parent("optgroup");C.placeholder==="auto"&&dt===""?_.placeholder=Le:((Nt.length!==Q.length||Nt[0]!==Q[0])&&(Se.push({type:"header",divider:C.headerDivider,name:Nt.attr("label")||""}),Q=Nt),Se.push({name:Le,value:dt,text:kt,disabled:tt}))}),C.placeholder&&C.placeholder!=="auto"&&(f.debug("Setting placeholder value to",C.placeholder),_.placeholder=C.placeholder),C.sortSelect?(C.sortSelect===!0?Se.sort(function(Te,Le){return Te.name.localeCompare(Le.name)}):C.sortSelect==="natural"?Se.sort(function(Te,Le){return Te.name.toLowerCase().localeCompare(Le.name.toLowerCase())}):l.isFunction(C.sortSelect)&&Se.sort(C.sortSelect),_[Ce.values]=Se,f.debug("Retrieved and sorted values from select",_)):(_[Ce.values]=Se,f.debug("Retrieved values from select",_)),_},activeItem:function(){return W.filter("."+Z.active)},selectedItem:function(){var _=W.not(I.unselectable).filter("."+Z.selected);return _.length>0?_:W.eq(0)},itemWithAdditions:function(_){var Q=f.get.item(_),Se=f.create.userChoice(_),Te=Se&&Se.length>0;return Te&&(Q=Q.length>0?Q.add(Se):Se),Q},item:function(_,Q){var Se=!1,Te,Le;return _=_!==o?_:f.get.values()!==o?f.get.values():f.get.text(),Le=f.is.multiple()&&Array.isArray(_),Te=Le?_.length>0:_!==o&&_!==null,Q=_===""||_===!1||_===!0?!0:Q||!1,Te&&W.each(function(){var tt=l(this),dt=f.get.choiceText(tt),kt=f.get.choiceValue(tt,dt);if(!(kt===null||kt===o)){if(Le)l.inArray(f.escape.htmlEntities(String(kt)),_.map(function(Nt){return String(Nt)}))!==-1&&(Se=Se?Se.add(tt):tt);else if(Q){if(f.verbose("Ambiguous dropdown value using strict type check",tt,_),kt===_)return Se=tt,!0}else if(C.ignoreCase&&(kt=kt.toLowerCase(),_=_.toLowerCase()),f.escape.htmlEntities(String(kt))===f.escape.htmlEntities(String(_)))return f.verbose("Found select item by value",kt,_),Se=tt,!0}}),Se}},check:{maxSelections:function(_){return C.maxSelections?(_=_!==o?_:f.get.selectionCount(),_>=C.maxSelections?(f.debug("Maximum selection count reached"),C.useLabels&&(W.addClass(Z.filtered),f.add.message(we.maxSelections)),!0):(f.verbose("No longer at maximum selection count"),f.remove.message(),f.remove.filteredItem(),f.is.searchSelection()&&f.filterItems(),!1)):!0},disabled:function(){T.attr("tabindex",f.is.disabled()?-1:0)}},restore:{defaults:function(_){f.clear(_),f.restore.defaultText(),f.restore.defaultValue()},defaultText:function(){var _=f.get.defaultText(),Q=f.get.placeholderText;_===Q?(f.debug("Restoring default placeholder text",_),f.set.placeholderText(_)):(f.debug("Restoring default text",_),f.set.text(_))},placeholderText:function(){f.set.placeholderText()},defaultValue:function(){var _=f.get.defaultValue();_!==o&&(f.debug("Restoring default value",_),_!==""?(f.set.value(_),f.set.selected()):(f.remove.activeItem(),f.remove.selectedItem()))},labels:function(){C.allowAdditions&&(C.useLabels||(f.error(je.labels),C.useLabels=!0),f.debug("Restoring selected values"),f.create.userLabels()),f.check.maxSelections()},selected:function(){f.restore.values(),f.is.multiple()?(f.debug("Restoring previously selected values and labels"),f.restore.labels()):f.debug("Restoring previously selected values")},values:function(){f.set.initialLoad(),C.apiSettings&&C.saveRemoteData&&f.get.remoteValues()?f.restore.remoteValues():f.set.selected();var _=f.get.value();_&&_!==""&&!(Array.isArray(_)&&_.length===0)?de.removeClass(Z.noselection):de.addClass(Z.noselection),f.remove.initialLoad()},remoteValues:function(){var _=f.get.remoteValues();f.debug("Recreating selected from session data",_),_&&(f.is.single()?l.each(_,function(Q,Se){f.set.text(Se)}):l.each(_,function(Q,Se){f.add.label(Q,Se)}))}},read:{remoteData:function(_){var Q;if(q.Storage===o){f.error(je.noStorage);return}return Q=sessionStorage.getItem(_),Q!==o?Q:!1}},save:{defaults:function(){f.save.defaultText(),f.save.placeholderText(),f.save.defaultValue()},defaultValue:function(){var _=f.get.value();f.verbose("Saving default value as",_),ae.data(ve.defaultValue,_)},defaultText:function(){var _=f.get.text();f.verbose("Saving default text as",_),ae.data(ve.defaultText,_)},placeholderText:function(){var _;C.placeholder!==!1&&D.hasClass(Z.placeholder)&&(_=f.get.text(),f.verbose("Saving placeholder text as",_),ae.data(ve.placeholderText,_))},remoteData:function(_,Q){if(q.Storage===o){f.error(je.noStorage);return}f.verbose("Saving remote data to session storage",Q,_),sessionStorage.setItem(Q,_)}},clear:function(_){f.is.multiple()&&C.useLabels?f.remove.labels():(f.remove.activeItem(),f.remove.selectedItem(),f.remove.filteredItem()),f.set.placeholderText(),f.clearValue(_)},clearValue:function(_){f.set.value("",null,null,_)},scrollPage:function(_,Q){var Se=Q||f.get.selectedItem(),Te=Se.closest(I.menu),Le=Te.outerHeight(),tt=Te.scrollTop(),dt=W.eq(0).outerHeight(),kt=Math.floor(Le/dt),Nt=Te.prop("scrollHeight"),ui=_=="up"?tt-dt*kt:tt+dt*kt,Vi=W.not(I.unselectable),Zi,Pt,yt;yt=_=="up"?Vi.index(Se)-kt:Vi.index(Se)+kt,Zi=_=="up"?yt>=0:yt<Vi.length,Pt=Zi?Vi.eq(yt):_=="up"?Vi.first():Vi.last(),Pt.length>0&&(f.debug("Scrolling page",_,Pt),Se.removeClass(Z.selected),Pt.addClass(Z.selected),C.selectOnKeydown&&f.is.single()&&f.set.selectedItem(Pt),Te.scrollTop(ui))},set:{filtered:function(){var _=f.is.multiple(),Q=f.is.searchSelection(),Se=_&&Q,Te=Q?f.get.query():"",Le=typeof Te=="string"&&Te.length>0,tt=f.get.searchWidth(),dt=Te!=="";_&&Le&&(f.verbose("Adjusting input width",tt,C.glyphWidth),T.css("width",tt)),Le||Se&&dt?(f.verbose("Hiding placeholder text"),D.addClass(Z.filtered)):(!_||Se&&!dt)&&(f.verbose("Showing placeholder text"),D.removeClass(Z.filtered))},empty:function(){ae.addClass(Z.empty)},loading:function(){ae.addClass(Z.loading)},placeholderText:function(_){_=_||f.get.placeholderText(),f.debug("Setting placeholder text",_),f.set.text(_),D.addClass(Z.placeholder)},tabbable:function(){f.is.searchSelection()?(f.debug("Added tabindex to searchable dropdown"),T.val(""),f.check.disabled(),v.attr("tabindex",-1)):(f.debug("Added tabindex to dropdown"),ae.attr("tabindex")===o&&(ae.attr("tabindex",0),v.attr("tabindex",-1)))},initialLoad:function(){f.verbose("Setting initial load"),St=!0},activeItem:function(_){C.allowAdditions&&_.filter(I.addition).length>0?_.addClass(Z.filtered):_.addClass(Z.active)},partialSearch:function(_){var Q=f.get.query().length;T.val(_.substr(0,Q))},scrollPosition:function(_,Q){var Se=5,Te,Le,tt,dt,kt,Nt,ui,Vi,Zi,Pt;_=_||f.get.selectedItem(),Te=_.closest(I.menu),Le=_&&_.length>0,Q=Q!==o?Q:!1,f.get.activeItem().length===0&&(Q=!1),_&&Te.length>0&&Le&&(kt=_.position().top,Te.addClass(Z.loading),ui=Te.scrollTop(),Nt=Te.offset().top,kt=_.offset().top,tt=ui-Nt+kt,Q||(Vi=Te.height(),Pt=ui+Vi<tt+Se,Zi=tt-Se<ui),f.debug("Scrolling to active item",tt),(Q||Zi||Pt)&&Te.scrollTop(tt),Te.removeClass(Z.loading))},text:function(_){C.action==="combo"?(f.debug("Changing combo button text",_,M),C.preserveHTML?M.html(_):M.text(_)):C.action==="activate"&&(_!==f.get.placeholderText()&&D.removeClass(Z.placeholder),f.debug("Changing text",_,D),D.removeClass(Z.filtered),C.preserveHTML?D.html(_):D.text(_))},selectedItem:function(_){var Q=f.get.choiceValue(_),Se=f.get.choiceText(_,!1),Te=f.get.choiceText(_,!0);f.debug("Setting user selection to item",_),f.remove.activeItem(),f.set.partialSearch(Se),f.set.activeItem(_),f.set.selected(Q,_),f.set.text(Te)},selectedLetter:function(_){var Q=W.filter("."+Z.selected),Se=Q.length>0&&f.has.firstLetter(Q,_),Te=!1,Le;Se&&(Le=Q.nextAll(W).eq(0),f.has.firstLetter(Le,_)&&(Te=Le)),Te||W.each(function(){if(f.has.firstLetter(l(this),_))return Te=l(this),!1}),Te&&(f.verbose("Scrolling to next value with letter",_),f.set.scrollPosition(Te),Q.removeClass(Z.selected),Te.addClass(Z.selected),f.aria.refreshDescendant(),C.selectOnKeydown&&f.is.single()&&f.set.selectedItem(Te))},direction:function(_){C.direction=="auto"?(_?f.is.upward(_)&&f.remove.upward(_):f.remove.upward(),f.can.openDownward(_)?f.remove.upward(_):f.set.upward(_),!f.is.leftward(_)&&!f.can.openRightward(_)&&f.set.leftward(_)):C.direction=="upward"&&f.set.upward(_)},upward:function(_){var Q=_||ae;Q.addClass(Z.upward)},leftward:function(_){var Q=_||v;Q.addClass(Z.leftward)},value:function(_,Q,Se,Te){_!==o&&_!==""&&!(Array.isArray(_)&&_.length===0)?de.removeClass(Z.noselection):de.addClass(Z.noselection);var Le=f.escape.value(_),tt=de.length>0,dt=f.get.values(),kt=_!==o?String(_):_,Nt;if(tt){if(!C.allowReselection&&kt==dt&&(f.verbose("Skipping value update already same value",_,dt),!f.is.initialLoad()))return;f.is.single()&&f.has.selectInput()&&f.can.extendSelect()&&(f.debug("Adding user option",_),f.add.optionValue(_)),f.debug("Updating input value",Le,dt),Ne=!0,de.val(Le),C.fireOnInit===!1&&f.is.initialLoad()?f.debug("Input native change event ignored on initial load"):Te!==!0&&f.trigger.change(),Ne=!1}else f.verbose("Storing value in metadata",Le,de),Le!==dt&&ae.data(ve.value,kt);C.fireOnInit===!1&&f.is.initialLoad()?f.verbose("No callback on initial load",C.onChange):Te!==!0&&C.onChange.call(Ue,_,Q,Se)},active:function(){ae.addClass(Z.active)},multiple:function(){ae.addClass(Z.multiple)},visible:function(){ae.addClass(Z.visible)},exactly:function(_,Q){f.debug("Setting selected to exact values"),f.clear(),f.set.selected(_,Q)},selected:function(_,Q){var Se=f.is.multiple();Q=C.allowAdditions?Q||f.get.itemWithAdditions(_):Q||f.get.item(_),!!Q&&(f.debug("Setting selected menu item to",Q),f.is.multiple()&&f.remove.searchWidth(),f.is.single()?(f.remove.activeItem(),f.remove.selectedItem()):C.useLabels&&f.remove.selectedItem(),Q.each(function(){var Te=l(this),Le=f.get.choiceText(Te),tt=f.get.choiceValue(Te,Le),dt=Te.hasClass(Z.filtered),kt=Te.hasClass(Z.active),Nt=Te.hasClass(Z.addition),ui=Se&&Q.length==1;Se?!kt||Nt?(C.apiSettings&&C.saveRemoteData&&f.save.remoteData(Le,tt),C.useLabels?(f.add.label(tt,Le,ui),f.add.value(tt,Le,Te),f.set.activeItem(Te),f.filterActive(),f.select.nextAvailable(Q)):(f.add.value(tt,Le,Te),f.set.text(f.add.variables(we.count)),f.set.activeItem(Te))):!dt&&(C.useLabels||bt)&&(f.debug("Selected active value, removing label"),f.remove.selected(tt)):(C.apiSettings&&C.saveRemoteData&&f.save.remoteData(Le,tt),f.set.text(Le),f.set.value(tt,Le,Te),Te.addClass(Z.active).addClass(Z.selected))}),f.remove.searchTerm())}},add:{label:function(_,Q,Se){var Te=f.is.searchSelection()?T:D,Le=f.escape.value(_),tt;if(C.ignoreCase&&(Le=Le.toLowerCase()),tt=l("<a />").addClass(Z.label).attr("data-"+ve.value,Le).html(Pe.label(Le,Q,C.preserveHTML,C.className)),tt=C.onLabelCreate.call(tt,Le,Q),f.has.label(_)){f.debug("User selection already exists, skipping",Le);return}C.label.variation&&tt.addClass(C.label.variation),Se===!0?(f.debug("Animating in label",tt),tt.addClass(Z.hidden).insertBefore(Te).transition({animation:C.label.transition,debug:C.debug,verbose:C.verbose,duration:C.label.duration})):(f.debug("Adding selection label",tt),tt.insertBefore(Te))},message:function(_){var Q=v.children(I.message),Se=C.templates.message(f.add.variables(_));Q.length>0?Q.html(Se):Q=l("<div/>").html(Se).addClass(Z.message).appendTo(v)},optionValue:function(_){var Q=f.escape.value(_),Se=de.find('option[value="'+f.escape.string(Q)+'"]'),Te=Se.length>0;Te||(f.disconnect.selectObserver(),f.is.single()&&(f.verbose("Removing previous user addition"),de.find("option."+Z.addition).remove()),l("<option/>").prop("value",Q).addClass(Z.addition).html(_).appendTo(de),f.verbose("Adding user addition as an <option>",_),f.observe.select())},userSuggestion:function(_){var Q=v.children(I.addition),Se=f.get.item(_),Te=Se&&Se.not(I.addition).length,Le=Q.length>0,tt;if(!(C.useLabels&&f.has.maxSelections())){if(_===""||Te){Q.remove();return}Le?(Q.data(ve.value,_).data(ve.text,_).attr("data-"+ve.value,_).attr("data-"+ve.text,_).removeClass(Z.filtered),C.hideAdditions||(tt=C.templates.addition(f.add.variables(we.addResult,_)),Q.html(tt)),f.verbose("Replacing user suggestion with new value",Q)):(Q=f.create.userChoice(_),Q.prependTo(v),f.verbose("Adding item choice to menu corresponding with user choice addition",Q)),(!C.hideAdditions||f.is.allFiltered())&&Q.addClass(Z.selected).siblings().removeClass(Z.selected),f.refreshItems()}},variables:function(_,Q){var Se=_.search("{count}")!==-1,Te=_.search("{maxCount}")!==-1,Le=_.search("{term}")!==-1,tt,dt;return f.verbose("Adding templated variables to message",_),Se&&(tt=f.get.selectionCount(),_=_.replace("{count}",tt)),Te&&(tt=f.get.selectionCount(),_=_.replace("{maxCount}",C.maxSelections)),Le&&(dt=Q||f.get.query(),_=_.replace("{term}",dt)),_},value:function(_,Q,Se){var Te=f.get.values(),Le;if(f.has.value(_)){f.debug("Value already selected");return}if(_===""){f.debug("Cannot select blank values from multiselect");return}Array.isArray(Te)?(Le=Te.concat([_]),Le=f.get.uniqueArray(Le)):Le=[_],f.has.selectInput()?f.can.extendSelect()&&(f.debug("Adding value to select",_,Le,de),f.add.optionValue(_)):(Le=Le.join(C.delimiter),f.debug("Setting hidden input to delimited value",Le,de)),C.fireOnInit===!1&&f.is.initialLoad()?f.verbose("Skipping onadd callback on initial load",C.onAdd):C.onAdd.call(Ue,_,Q,Se),f.set.value(Le,Q,Se),f.check.maxSelections()}},remove:{active:function(){ae.removeClass(Z.active)},activeLabel:function(){ae.find(I.label).removeClass(Z.active)},empty:function(){ae.removeClass(Z.empty)},loading:function(){ae.removeClass(Z.loading)},initialLoad:function(){St=!1},upward:function(_){var Q=_||ae;Q.removeClass(Z.upward)},leftward:function(_){var Q=_||v;Q.removeClass(Z.leftward)},visible:function(){ae.removeClass(Z.visible)},activeItem:function(){W.removeClass(Z.active)},filteredItem:function(){C.useLabels&&f.has.maxSelections()||(C.useLabels&&f.is.multiple()?W.not("."+Z.active).removeClass(Z.filtered):W.removeClass(Z.filtered),C.hideDividers&&S.removeClass(Z.hidden),f.remove.empty())},optionValue:function(_){var Q=f.escape.value(_),Se=de.find('option[value="'+f.escape.string(Q)+'"]'),Te=Se.length>0;!Te||!Se.hasClass(Z.addition)||(gt&&(gt.disconnect(),f.verbose("Temporarily disconnecting mutation observer")),Se.remove(),f.verbose("Removing user addition as an <option>",Q),gt&>.observe(de[0],{childList:!0,subtree:!0}))},message:function(){v.children(I.message).remove()},searchWidth:function(){T.css("width","")},searchTerm:function(){f.verbose("Cleared search term"),T.val(""),f.set.filtered()},userAddition:function(){W.filter(I.addition).remove()},selected:function(_,Q){if(Q=C.allowAdditions?Q||f.get.itemWithAdditions(_):Q||f.get.item(_),!Q)return!1;Q.each(function(){var Se=l(this),Te=f.get.choiceText(Se),Le=f.get.choiceValue(Se,Te);f.is.multiple()?C.useLabels?(f.remove.value(Le,Te,Se),f.remove.label(Le)):(f.remove.value(Le,Te,Se),f.get.selectionCount()===0?f.set.placeholderText():f.set.text(f.add.variables(we.count))):f.remove.value(Le,Te,Se),Se.removeClass(Z.filtered).removeClass(Z.active),C.useLabels&&Se.removeClass(Z.selected)})},selectedItem:function(){W.removeClass(Z.selected)},value:function(_,Q,Se){var Te=f.get.values(),Le;_=f.escape.htmlEntities(_),f.has.selectInput()?(f.verbose("Input is <select> removing selected option",_),Le=f.remove.arrayValue(_,Te),f.remove.optionValue(_)):(f.verbose("Removing from delimited values",_),Le=f.remove.arrayValue(_,Te),Le=Le.join(C.delimiter)),C.fireOnInit===!1&&f.is.initialLoad()?f.verbose("No callback on initial load",C.onRemove):C.onRemove.call(Ue,_,Q,Se),f.set.value(Le,Q,Se),f.check.maxSelections()},arrayValue:function(_,Q){return Array.isArray(Q)||(Q=[Q]),Q=l.grep(Q,function(Se){return _!=Se}),f.verbose("Removed value from delimited string",_,Q),Q},label:function(_,Q){var Se=ae.find(I.label),Te=Se.filter("[data-"+ve.value+'="'+f.escape.string(C.ignoreCase?_.toLowerCase():_)+'"]');f.verbose("Removing label",Te),Te.remove()},activeLabels:function(_){_=_||ae.find(I.label).filter("."+Z.active),f.verbose("Removing active label selections",_),f.remove.labels(_)},labels:function(_){_=_||ae.find(I.label),f.verbose("Removing labels",_),_.each(function(){var Q=l(this),Se=Q.data(ve.value),Te=Se!==o?String(Se):Se,Le=f.is.userValue(Te);if(C.onLabelRemove.call(Q,Se)===!1){f.debug("Label remove callback cancelled removal");return}f.remove.message(),Le?(f.remove.value(Te),f.remove.label(Te)):f.remove.selected(Te)})},tabbable:function(){f.is.searchSelection()?(f.debug("Searchable dropdown initialized"),T.removeAttr("tabindex"),v.removeAttr("tabindex")):(f.debug("Simple selection dropdown initialized"),ae.removeAttr("tabindex"),v.removeAttr("tabindex"))},diacritics:function(_){return C.ignoreDiacritics?_.normalize("NFD").replace(/[\u0300-\u036f]/g,""):_}},has:{menuSearch:function(){return f.has.search()&&T.closest(v).length>0},clearItem:function(){return re.length>0},search:function(){return T.length>0},sizer:function(){return X.length>0},selectInput:function(){return de.is("select")},minCharacters:function(_){return C.minCharacters&&!Be?(_=String(_!==o?_:f.get.query()),_.length>=C.minCharacters):(Be=!1,!0)},firstLetter:function(_,Q){var Se,Te;return!_||_.length===0||typeof Q!="string"?!1:(Se=f.get.choiceText(_,!1),Q=Q.toLowerCase(),Te=String(Se).charAt(0).toLowerCase(),Q==Te)},input:function(){return de.length>0},items:function(){return W.length>0},menu:function(){return v.length>0},message:function(){return v.children(I.message).length!==0},label:function(_){var Q=f.escape.value(_),Se=ae.find(I.label);return C.ignoreCase&&(Q=Q.toLowerCase()),Se.filter("[data-"+ve.value+'="'+f.escape.string(Q)+'"]').length>0},maxSelections:function(){return C.maxSelections&&f.get.selectionCount()>=C.maxSelections},allResultsFiltered:function(){var _=W.not(I.addition);return _.filter(I.unselectable).length===_.length},userSuggestion:function(){return v.children(I.addition).length>0},query:function(){return f.get.query()!==""},value:function(_){return C.ignoreCase?f.has.valueIgnoringCase(_):f.has.valueMatchingCase(_)},valueMatchingCase:function(_){var Q=f.get.values(),Se=Array.isArray(Q)?Q&&l.inArray(_,Q)!==-1:Q==_;return!!Se},valueIgnoringCase:function(_){var Q=f.get.values(),Se=!1;return Array.isArray(Q)||(Q=[Q]),l.each(Q,function(Te,Le){if(String(_).toLowerCase()==String(Le).toLowerCase())return Se=!0,!1}),Se}},is:{active:function(){return ae.hasClass(Z.active)},animatingInward:function(){return v.transition("is inward")},animatingOutward:function(){return v.transition("is outward")},bubbledLabelClick:function(_){return l(_.target).is("select, input")&&ae.closest("label").length>0},bubbledIconClick:function(_){return l(_.target).closest(Re).length>0},alreadySetup:function(){return ae.is("select")&&ae.parent(I.dropdown).data(L)!==o&&ae.prev().length===0},animating:function(_){return _?_.transition&&_.transition("is animating"):v.transition&&v.transition("is animating")},leftward:function(_){var Q=_||v;return Q.hasClass(Z.leftward)},clearable:function(){return ae.hasClass(Z.clearable)||C.clearable},disabled:function(){return ae.hasClass(Z.disabled)},focused:function(){return le.activeElement===ae[0]},focusedOnSearch:function(){return le.activeElement===T[0]},allFiltered:function(){return(f.is.multiple()||f.has.search())&&!(C.hideAdditions==!1&&f.has.userSuggestion())&&!f.has.message()&&f.has.allResultsFiltered()},hidden:function(_){return!f.is.visible(_)},initialLoad:function(){return St},inObject:function(_,Q){var Se=!1;return l.each(Q,function(Te,Le){if(Le==_)return Se=!0,!0}),Se},multiple:function(){return ae.hasClass(Z.multiple)},remote:function(){return C.apiSettings&&f.can.useAPI()},single:function(){return!f.is.multiple()},selectMutation:function(_){var Q=!1;return l.each(_,function(Se,Te){if(l(Te.target).is("select")||l(Te.addedNodes).is("select"))return Q=!0,!1}),Q},search:function(){return ae.hasClass(Z.search)},searchSelection:function(){return f.has.search()&&T.parent(I.dropdown).length===1},selection:function(){return ae.hasClass(Z.selection)},userValue:function(_){return l.inArray(_,f.get.userValues())!==-1},upward:function(_){var Q=_||ae;return Q.hasClass(Z.upward)},visible:function(_){return _?_.hasClass(Z.visible):v.hasClass(Z.visible)},verticallyScrollableContext:function(){var _=k.get(0)!==q?k.css("overflow-y"):!1;return _=="auto"||_=="scroll"},horizontallyScrollableContext:function(){var _=k.get(0)!==q?k.css("overflow-X"):!1;return _=="auto"||_=="scroll"}},can:{activate:function(_){return!!(C.useLabels||!f.has.maxSelections()||f.has.maxSelections()&&_.hasClass(Z.active))},openDownward:function(_){var Q=_||v,Se=!0,Te={},Le;return Q.addClass(Z.loading),Le={context:{offset:k.get(0)===q?{top:0,left:0}:k.offset(),scrollTop:k.scrollTop(),height:k.outerHeight()},menu:{offset:Q.offset(),height:Q.outerHeight()}},f.is.verticallyScrollableContext()&&(Le.menu.offset.top+=Le.context.scrollTop),Te={above:Le.context.scrollTop<=Le.menu.offset.top-Le.context.offset.top-Le.menu.height,below:Le.context.scrollTop+Le.context.height>=Le.menu.offset.top-Le.context.offset.top+Le.menu.height},Te.below?(f.verbose("Dropdown can fit in context downward",Te),Se=!0):!Te.below&&!Te.above?(f.verbose("Dropdown cannot fit in either direction, favoring downward",Te),Se=!0):(f.verbose("Dropdown cannot fit below, opening upward",Te),Se=!1),Q.removeClass(Z.loading),Se},openRightward:function(_){var Q=_||v,Se=!0,Te=!1,Le;return Q.addClass(Z.loading),Le={context:{offset:k.get(0)===q?{top:0,left:0}:k.offset(),scrollLeft:k.scrollLeft(),width:k.outerWidth()},menu:{offset:Q.offset(),width:Q.outerWidth()}},f.is.horizontallyScrollableContext()&&(Le.menu.offset.left+=Le.context.scrollLeft),Te=Le.menu.offset.left-Le.context.offset.left+Le.menu.width>=Le.context.scrollLeft+Le.context.width,Te&&(f.verbose("Dropdown cannot fit in context rightward",Te),Se=!1),Q.removeClass(Z.loading),Se},click:function(){return B||C.on=="click"},extendSelect:function(){return C.allowAdditions||C.apiSettings},show:function(){return!f.is.disabled()&&(f.has.items()||f.has.message())},useAPI:function(){return l.fn.api!==o}},animate:{show:function(_,Q){var Se=Q||v,Te=Q?function(){}:function(){f.hideSubMenus(),f.hideOthers(),f.set.active()},Le;if(_=l.isFunction(_)?_:function(){},f.verbose("Doing menu show animation",Se),f.set.direction(Q),Le=f.get.transition(Q),f.is.selection()&&f.set.scrollPosition(f.get.selectedItem(),!0),f.is.hidden(Se)||f.is.animating(Se)){var tt=ae.hasClass("column")?"flex":!1;Le=="none"?(Te(),Se.transition({displayType:tt}).transition("show"),_.call(Ue)):l.fn.transition!==o&&ae.transition("is supported")?Se.transition({animation:Le+" in",debug:C.debug,verbose:C.verbose,duration:C.duration,queue:!0,onStart:Te,displayType:tt,onComplete:function(){_.call(Ue)}}):f.error(je.noTransition,Le)}},hide:function(_,Q){var Se=Q||v,Te=Q?function(){}:function(){f.can.click()&&f.unbind.intent(),f.remove.active()},Le=f.get.transition(Q);_=l.isFunction(_)?_:function(){},(f.is.visible(Se)||f.is.animating(Se))&&(f.verbose("Doing menu hide animation",Se),Le=="none"?(Te(),Se.transition("hide"),_.call(Ue)):l.fn.transition!==o&&ae.transition("is supported")?Se.transition({animation:Le+" out",duration:C.duration,debug:C.debug,verbose:C.verbose,queue:!1,onStart:Te,onComplete:function(){_.call(Ue)}}):f.error(je.transition))}},hideAndClear:function(){f.remove.searchTerm(),!f.has.maxSelections()&&(f.has.search()?f.hide(function(){f.remove.filteredItem()}):f.hide())},delay:{show:function(){f.verbose("Delaying show event to ensure user intent"),clearTimeout(f.timer),f.timer=setTimeout(f.show,C.delay.show)},hide:function(){f.verbose("Delaying hide event to ensure user intent"),clearTimeout(f.timer),f.timer=setTimeout(f.hide,C.delay.hide)}},escape:{value:function(_){var Q=Array.isArray(_),Se=typeof _=="string",Te=!Se&&!Q,Le=Se&&_.search(s.quote)!==-1,tt=[];return Te||!Le?_:(f.debug("Encoding quote values for use in select",_),Q?(l.each(_,function(dt,kt){tt.push(kt.replace(s.quote,"""))}),tt):_.replace(s.quote,"""))},string:function(_){return _=String(_),_.replace(s.escape,"\\$&")},htmlEntities:function(_){var Q=/[<>"'`]/g,Se=/[&<>"'`]/,Te={"<":"<",">":">",'"':""","'":"'","`":"`"},Le=function(tt){return Te[tt]};return Se.test(_)?(_=_.replace(/&(?![a-z0-9#]{1,6};)/,"&"),_.replace(Q,Le)):_}},setting:function(_,Q){if(f.debug("Changing setting",_,Q),l.isPlainObject(_))l.extend(!0,C,_);else if(Q!==o)l.isPlainObject(C[_])?l.extend(!0,C[_],Q):C[_]=Q;else return C[_]},internal:function(_,Q){if(l.isPlainObject(_))l.extend(!0,f,_);else if(Q!==o)f[_]=Q;else return f[_]},debug:function(){!C.silent&&C.debug&&(C.performance?f.performance.log(arguments):(f.debug=Function.prototype.bind.call(console.info,console,C.name+":"),f.debug.apply(console,arguments)))},verbose:function(){!C.silent&&C.verbose&&C.debug&&(C.performance?f.performance.log(arguments):(f.verbose=Function.prototype.bind.call(console.info,console,C.name+":"),f.verbose.apply(console,arguments)))},error:function(){C.silent||(f.error=Function.prototype.bind.call(console.error,console,C.name+":"),f.error.apply(console,arguments))},performance:{log:function(_){var Q,Se,Te;C.performance&&(Q=new Date().getTime(),Te=J||Q,Se=Q-Te,J=Q,pe.push({Name:_[0],Arguments:[].slice.call(_,1)||"",Element:Ue,"Execution Time":Se})),clearTimeout(f.performance.timer),f.performance.timer=setTimeout(f.performance.display,500)},display:function(){var _=C.name+":",Q=0;J=!1,clearTimeout(f.performance.timer),l.each(pe,function(Se,Te){Q+=Te["Execution Time"]}),_+=" "+Q+"ms",F&&(_+=" '"+F+"'"),(console.group!==o||console.table!==o)&&pe.length>0&&(console.groupCollapsed(_),console.table?console.table(pe):l.each(pe,function(Se,Te){console.log(Te.Name+": "+Te["Execution Time"]+"ms")}),console.groupEnd()),pe=[]}},invoke:function(_,Q,Se){var Te=rt,Le,tt,dt;return Q=Q||O,Se=Ue||Se,typeof _=="string"&&Te!==o&&(_=_.split(/[\. ]/),Le=_.length-1,l.each(_,function(kt,Nt){var ui=kt!=Le?Nt+_[kt+1].charAt(0).toUpperCase()+_[kt+1].slice(1):_;if(l.isPlainObject(Te[ui])&&kt!=Le)Te=Te[ui];else{if(Te[ui]!==o)return tt=Te[ui],!1;if(l.isPlainObject(Te[Nt])&&kt!=Le)Te=Te[Nt];else return Te[Nt]!==o?(tt=Te[Nt],!1):(f.error(je.method,_),!1)}})),l.isFunction(tt)?dt=tt.apply(Se,Q):tt!==o&&(dt=tt),Array.isArray(xe)?xe.push(dt):xe!==o?xe=[xe,dt]:dt!==o&&(xe=dt),tt}},y?(rt===o&&f.initialize(),f.invoke(K)):(rt!==o&&rt.invoke("destroy"),f.initialize())}),xe!==o?xe:p},l.fn.dropdown.settings={silent:!1,debug:!1,verbose:!1,performance:!0,on:"click",action:"activate",values:!1,clearable:!1,apiSettings:!1,selectOnKeydown:!0,minCharacters:0,filterRemoteData:!1,saveRemoteData:!0,throttle:200,context:q,direction:"auto",keepOnScreen:!0,match:"both",fullTextSearch:!1,ignoreDiacritics:!1,hideDividers:!1,placeholder:"auto",preserveHTML:!0,sortSelect:!1,forceSelection:!0,allowAdditions:!1,ignoreCase:!1,ignoreSearchCase:!0,hideAdditions:!0,maxSelections:!1,useLabels:!0,delimiter:",",showOnFocus:!0,allowReselection:!1,allowTab:!0,allowCategorySelection:!1,fireOnInit:!1,transition:"auto",duration:200,glyphWidth:1.037,headerDivider:!0,label:{transition:"scale",duration:200,variation:!1},delay:{hide:300,show:200,search:20,touch:50},onChange:function(h,p,N){},onAdd:function(h,p,N){},onRemove:function(h,p,N){},onLabelSelect:function(h){},onLabelCreate:function(h,p){return l(this)},onLabelRemove:function(h){return!0},onNoResults:function(h){return!0},onShow:function(){},onHide:function(){},name:"Dropdown",namespace:"dropdown",message:{addResult:"Add <b>{term}</b>",count:"{count} selected",maxSelections:"Max {maxCount} selections",noResults:"No results found.",serverError:"There was an error contacting the server"},error:{action:"You called a dropdown action that was not defined",alreadySetup:"Once a select has been initialized behaviors must be called on the created ui dropdown",labels:"Allowing user additions currently requires the use of labels.",missingMultiple:"<select> requires multiple property to be set to correctly preserve multiple values",method:"The method you called is not defined.",noAPI:"The API module is required to load resources remotely",noStorage:"Saving remote data requires session storage",noTransition:"This module requires ui transitions <https://github.com/Semantic-Org/UI-Transition>",noNormalize:'"ignoreDiacritics" setting will be ignored. Browser does not support String().normalize(). You may consider including <https://cdn.jsdelivr.net/npm/unorm@1.4.1/lib/unorm.min.js> as a polyfill.'},regExp:{escape:/[-[\]{}()*+?.,\\^$|#\s:=@]/g,quote:/"/g},metadata:{defaultText:"defaultText",defaultValue:"defaultValue",placeholderText:"placeholder",text:"text",value:"value"},fields:{remoteValues:"results",values:"values",disabled:"disabled",name:"name",value:"value",text:"text",type:"type",image:"image",imageClass:"imageClass",icon:"icon",iconClass:"iconClass",class:"class",divider:"divider"},keys:{backspace:8,delimiter:188,deleteKey:46,enter:13,escape:27,pageUp:33,pageDown:34,leftArrow:37,upArrow:38,rightArrow:39,downArrow:40},selector:{addition:".addition",divider:".divider, .header",dropdown:".ui.dropdown",hidden:".hidden",icon:"> .dropdown.icon",input:'> input[type="hidden"], > select',item:".item",label:"> .label",remove:"> .label > .delete.icon",siblingLabel:".label",menu:".menu",message:".message",menuIcon:".dropdown.icon",search:"input.search, .menu > .search > input, .menu input.search",sizer:"> span.sizer",text:"> .text:not(.icon)",unselectable:".disabled, .filtered",clearIcon:"> .remove.icon"},className:{active:"active",addition:"addition",animating:"animating",disabled:"disabled",empty:"empty",dropdown:"ui dropdown",filtered:"filtered",hidden:"hidden transition",icon:"icon",image:"image",item:"item",label:"ui label",loading:"loading",menu:"menu",message:"message",multiple:"multiple",placeholder:"default",sizer:"sizer",search:"search",selected:"selected",selection:"selection",upward:"upward",leftward:"left",visible:"visible",clearable:"clearable",noselection:"noselection",delete:"delete",header:"header",divider:"divider",groupIcon:"",unfilterable:"unfilterable"}},l.fn.dropdown.settings.templates={deQuote:function(h){return String(h).replace(/"/g,"")},escape:function(h,p){if(p)return h;var N=/[<>"'`]/g,F=/[&<>"'`]/,B={"<":"<",">":">",'"':""","'":"'","`":"`"},ce=function(J){return B[J]};return F.test(h)?(h=h.replace(/&(?![a-z0-9#]{1,6};)/,"&"),h.replace(N,ce)):h},dropdown:function(h,p,N,F){var B=h.placeholder||!1,ce="",J=l.fn.dropdown.settings.templates.escape;return ce+='<i class="dropdown icon"></i>',B?ce+='<div class="default text">'+J(B,N)+"</div>":ce+='<div class="text"></div>',ce+='<div class="'+F.menu+'">',ce+=l.fn.dropdown.settings.templates.menu(h,p,N,F),ce+="</div>",ce},menu:function(h,p,N,F){var B=h[p.values]||[],ce="",J=l.fn.dropdown.settings.templates.escape,pe=l.fn.dropdown.settings.templates.deQuote;return l.each(B,function(K,y){var O=y[p.type]?y[p.type]:"item";if(O==="item"){var ye=y[p.text]?' data-text="'+pe(y[p.text])+'"':"",xe=y[p.disabled]?F.disabled+" ":"";ce+='<div class="'+xe+(y[p.class]?pe(y[p.class]):F.item)+'" data-value="'+pe(y[p.value])+'"'+ye+">",y[p.image]&&(ce+='<img class="'+(y[p.imageClass]?pe(y[p.imageClass]):F.image)+'" src="'+pe(y[p.image])+'">'),y[p.icon]&&(ce+='<i class="'+pe(y[p.icon])+" "+(y[p.iconClass]?pe(y[p.iconClass]):F.icon)+'"></i>'),ce+=J(y[p.name]||"",N),ce+="</div>"}else if(O==="header"){var V=J(y[p.name]||"",N),C=y[p.icon]?pe(y[p.icon]):F.groupIcon;(V!==""||C!=="")&&(ce+='<div class="'+(y[p.class]?pe(y[p.class]):F.header)+'">',C!==""&&(ce+='<i class="'+C+" "+(y[p.iconClass]?pe(y[p.iconClass]):F.icon)+'"></i>'),ce+=V,ce+="</div>"),y[p.divider]&&(ce+='<div class="'+F.divider+'"></div>')}}),ce},label:function(h,p,N,F){var B=l.fn.dropdown.settings.templates.escape;return B(p,N)+'<i class="'+F.delete+' icon"></i>'},message:function(h){return h},addition:function(h){return h}}})(jQuery,window,document);(function(l,q,le,o){"use strict";l.isFunction=l.isFunction||function(h){return typeof h=="function"&&typeof h.nodeType!="number"},q=typeof q!="undefined"&&q.Math==Math?q:typeof self!="undefined"&&self.Math==Math?self:Function("return this")(),l.fn.form=function(h){var p=l(this),N=p.selector||"",F=new Date().getTime(),B=[],ce=arguments[0],J=arguments[1],pe=typeof ce=="string",K=[].slice.call(arguments,1),y;return p.each(function(){var O=l(this),ye=this,xe=[],V=!1,C,Z,we,Ce,Ae,ve,te,s,I,je,Pe,b,L,ae,k,D,T,X=!1,de=!1,Re=["clean","clean"],re,M;M={initialize:function(){M.get.settings(),pe?(re===o&&M.instantiate(),M.invoke(ce)):(re!==o&&re.invoke("destroy"),M.verbose("Initializing form validation",O,s),M.bindEvents(),M.set.defaults(),s.autoCheckRequired&&M.set.autoCheck(),M.instantiate())},instantiate:function(){M.verbose("Storing instance of module",M),re=M,O.data(D,M)},destroy:function(){M.verbose("Destroying previous module",re),M.removeEvents(),O.removeData(D)},refresh:function(){M.verbose("Refreshing selector cache"),C=O.find(Pe.field),Z=O.find(Pe.group),we=O.find(Pe.message),Ce=O.find(Pe.prompt),Ae=O.find(Pe.submit),ve=O.find(Pe.clear),te=O.find(Pe.reset)},submit:function(){M.verbose("Submitting form",O),X=!0,O.submit()},attachEvents:function(v,W){W=W||"submit",l(v).on("click"+T,function(S){M[W](),S.preventDefault()})},bindEvents:function(){M.verbose("Attaching form events"),O.on("submit"+T,M.validate.form).on("blur"+T,Pe.field,M.event.field.blur).on("click"+T,Pe.submit,M.submit).on("click"+T,Pe.reset,M.reset).on("click"+T,Pe.clear,M.clear),s.keyboardShortcuts&&O.on("keydown"+T,Pe.field,M.event.field.keydown),C.each(function(v,W){var S=l(W),Y=S.prop("type"),Ee=M.get.changeEvent(Y,S);S.on(Ee+T,M.event.field.change)}),s.preventLeaving&&l(q).on("beforeunload"+T,M.event.beforeUnload),C.on("change click keyup keydown blur",function(v){l(this).triggerHandler(v.type+".dirty")}),C.on("change.dirty click.dirty keyup.dirty keydown.dirty blur.dirty",M.determine.isDirty),O.on("dirty"+T,function(v){s.onDirty.call()}),O.on("clean"+T,function(v){s.onClean.call()})},clear:function(){C.each(function(v,W){var S=l(W),Y=S.parent(),Ee=S.closest(Z),Ne=Ee.find(Pe.prompt),Be=S.closest(Pe.uiCalendar),Ue=S.data(je.defaultValue)||"",rt=Y.is(Pe.uiCheckbox),bt=Y.is(Pe.uiDropdown)&&M.can.useElement("dropdown"),St=Be.length>0&&M.can.useElement("calendar"),jt=Ee.hasClass(b.error);jt&&(M.verbose("Resetting error on field",Ee),Ee.removeClass(b.error),Ne.remove()),bt?(M.verbose("Resetting dropdown value",Y,Ue),Y.dropdown("clear",!0)):rt?S.prop("checked",!1):St?Be.calendar("clear"):(M.verbose("Resetting field value",S,Ue),S.val(""))}),M.remove.states()},reset:function(){C.each(function(v,W){var S=l(W),Y=S.parent(),Ee=S.closest(Z),Ne=S.closest(Pe.uiCalendar),Be=Ee.find(Pe.prompt),Ue=S.data(je.defaultValue),rt=Y.is(Pe.uiCheckbox),bt=Y.is(Pe.uiDropdown)&&M.can.useElement("dropdown"),St=Ne.length>0&&M.can.useElement("calendar"),jt=Ee.hasClass(b.error);Ue!==o&&(jt&&(M.verbose("Resetting error on field",Ee),Ee.removeClass(b.error),Be.remove()),bt?(M.verbose("Resetting dropdown value",Y,Ue),Y.dropdown("restore defaults",!0)):rt?(M.verbose("Resetting checkbox value",Y,Ue),S.prop("checked",Ue)):St?Ne.calendar("set date",Ue):(M.verbose("Resetting field value",S,Ue),S.val(Ue)))}),M.remove.states()},determine:{isValid:function(){var v=!0;return l.each(I,function(W,S){M.validate.field(S,W,!0)||(v=!1)}),v},isDirty:function(v){var W=!1;C.each(function(S,Y){var Ee=l(Y),Ne=Ee.filter(Pe.checkbox).length>0,Be;Ne?Be=M.is.checkboxDirty(Ee):Be=M.is.fieldDirty(Ee),Ee.data(s.metadata.isDirty,Be),W|=Be}),W?M.set.dirty():M.set.clean(),v&&v.namespace==="dirty"&&(v.stopImmediatePropagation(),v.preventDefault())}},is:{bracketedRule:function(v){return v.type&&v.type.match(s.regExp.bracket)},shorthandFields:function(v){var W=Object.keys(v),S=v[W[0]];return M.is.shorthandRules(S)},shorthandRules:function(v){return typeof v=="string"||Array.isArray(v)},empty:function(v){return!v||v.length===0?!0:v.is(Pe.checkbox)?!v.is(":checked"):M.is.blank(v)},blank:function(v){return String(v.val()).trim()===""},valid:function(v,W){var S=!0;return v?(M.verbose("Checking if field is valid",v),M.validate.field(I[v],v,!!W)):(M.verbose("Checking if form is valid"),l.each(I,function(Y,Ee){M.is.valid(Y,W)||(S=!1)}),S)},dirty:function(){return de},clean:function(){return!de},fieldDirty:function(v){var W=v.data(je.defaultValue);W==null?W="":Array.isArray(W)&&(W=W.toString());var S=v.val();S==null?S="":Array.isArray(S)&&(S=S.toString());var Y=/^(true|false)$/i,Ee=Y.test(W)&&Y.test(S);if(Ee){var Ne=new RegExp("^"+W+"$","i");return!Ne.test(S)}return S!==W},checkboxDirty:function(v){var W=v.data(je.defaultValue),S=v.is(":checked");return W!==S},justDirty:function(){return Re[0]==="dirty"},justClean:function(){return Re[0]==="clean"}},removeEvents:function(){O.off(T),C.off(T),Ae.off(T),C.off(T)},event:{field:{keydown:function(v){var W=l(this),S=v.which,Y=W.is(Pe.input),Ee=W.is(Pe.checkbox),Ne=W.closest(Pe.uiDropdown).length>0,Be={enter:13,escape:27};S==Be.escape&&(M.verbose("Escape key pressed blurring field"),W.blur()),!v.ctrlKey&&S==Be.enter&&Y&&!Ne&&!Ee&&(V||(W.one("keyup"+T,M.event.field.keyup),M.submit(),M.debug("Enter pressed on input submitting form")),V=!0)},keyup:function(){V=!1},blur:function(v){var W=l(this),S=W.closest(Z),Y=M.get.validation(W);S.hasClass(b.error)?(M.debug("Revalidating field",W,Y),Y&&M.validate.field(Y)):s.on=="blur"&&Y&&M.validate.field(Y)},change:function(v){var W=l(this),S=W.closest(Z),Y=M.get.validation(W);Y&&(s.on=="change"||S.hasClass(b.error)&&s.revalidate)&&(clearTimeout(M.timer),M.timer=setTimeout(function(){M.debug("Revalidating field",W,M.get.validation(W)),M.validate.field(Y),s.inline||M.validate.form(!1,!0)},s.delay))}},beforeUnload:function(v){if(M.is.dirty()&&!X){var v=v||q.event;return v&&(v.returnValue=s.text.leavingMessage),s.text.leavingMessage}}},get:{ancillaryValue:function(v){return!v.type||!v.value&&!M.is.bracketedRule(v)?!1:v.value!==o?v.value:v.type.match(s.regExp.bracket)[1]+""},ruleName:function(v){return M.is.bracketedRule(v)?v.type.replace(v.type.match(s.regExp.bracket)[0],""):v.type},changeEvent:function(v,W){return v=="checkbox"||v=="radio"||v=="hidden"||W.is("select")?"change":M.get.inputEvent()},inputEvent:function(){return le.createElement("input").oninput!==o?"input":le.createElement("input").onpropertychange!==o?"propertychange":"keyup"},fieldsFromShorthand:function(v){var W={};return l.each(v,function(S,Y){typeof Y=="string"&&(Y=[Y]),W[S]={rules:[]},l.each(Y,function(Ee,Ne){W[S].rules.push({type:Ne})})}),W},prompt:function(v,W){var S=M.get.ruleName(v),Y=M.get.ancillaryValue(v),Ee=M.get.field(W.identifier),Ne=Ee.val(),Be=l.isFunction(v.prompt)?v.prompt(Ne):v.prompt||s.prompt[S]||s.text.unspecifiedRule,Ue=Be.search("{value}")!==-1,rt=Be.search("{name}")!==-1,bt,St;return Ue&&(Be=Be.replace(/\{value\}/g,Ee.val())),rt&&(bt=Ee.closest(Pe.group).find("label").eq(0),St=bt.length==1?bt.text():Ee.prop("placeholder")||s.text.unspecifiedField,Be=Be.replace(/\{name\}/g,St)),Be=Be.replace(/\{identifier\}/g,W.identifier),Be=Be.replace(/\{ruleValue\}/g,Y),v.prompt||M.verbose("Using default validation prompt for type",Be,S),Be},settings:function(){if(l.isPlainObject(h)){var v=Object.keys(h),W=v.length>0?h[v[0]].identifier!==o&&h[v[0]].rules!==o:!1;W?(s=l.extend(!0,{},l.fn.form.settings,J),I=l.extend({},l.fn.form.settings.defaults,h),M.error(s.error.oldSyntax,ye),M.verbose("Extending settings from legacy parameters",I,s)):(h.fields&&M.is.shorthandFields(h.fields)&&(h.fields=M.get.fieldsFromShorthand(h.fields)),s=l.extend(!0,{},l.fn.form.settings,h),I=l.extend({},l.fn.form.settings.defaults,s.fields),M.verbose("Extending settings",I,s))}else s=l.fn.form.settings,I=l.fn.form.settings.defaults,M.verbose("Using default form validation",I,s);k=s.namespace,je=s.metadata,Pe=s.selector,b=s.className,L=s.regExp,ae=s.error,D="module-"+k,T="."+k,re=O.data(D),M.refresh()},field:function(v){M.verbose("Finding field with identifier",v),v=M.escape.string(v);var W;return(W=C.filter("#"+v)).length>0||(W=C.filter('[name="'+v+'"]')).length>0||(W=C.filter('[name="'+v+'[]"]')).length>0||(W=C.filter("[data-"+je.validate+'="'+v+'"]')).length>0?W:l("<input/>")},fields:function(v){var W=l();return l.each(v,function(S,Y){W=W.add(M.get.field(Y))}),W},validation:function(v){var W,S;return I?(l.each(I,function(Y,Ee){S=Ee.identifier||Y,l.each(M.get.field(S),function(Ne,Be){if(Be==v[0])return Ee.identifier=S,W=Ee,!1})}),W||!1):!1},value:function(v){var W=[],S;return W.push(v),S=M.get.values.call(ye,W),S[v]},values:function(v){var W=Array.isArray(v)?M.get.fields(v):C,S={};return W.each(function(Y,Ee){var Ne=l(Ee),Be=Ne.closest(Pe.uiCalendar),Ue=Ne.prop("name"),rt=Ne.val(),bt=Ne.is(Pe.checkbox),St=Ne.is(Pe.radio),jt=Ue.indexOf("[]")!==-1,mi=Be.length>0&&M.can.useElement("calendar"),oi=bt?Ne.is(":checked"):!1;if(Ue)if(jt)Ue=Ue.replace("[]",""),S[Ue]||(S[Ue]=[]),bt?oi?S[Ue].push(rt||!0):S[Ue].push(!1):S[Ue].push(rt);else if(St)(S[Ue]===o||S[Ue]===!1)&&(S[Ue]=oi?rt||!0:!1);else if(bt)oi?S[Ue]=rt||!0:S[Ue]=!1;else if(mi){var ei=Be.calendar("get date");if(ei!==null){if(s.dateHandling=="date")S[Ue]=ei;else if(s.dateHandling=="input")S[Ue]=Be.calendar("get input date");else if(s.dateHandling=="formatter"){var gt=Be.calendar("setting","type");switch(gt){case"date":S[Ue]=s.formatter.date(ei);break;case"datetime":S[Ue]=s.formatter.datetime(ei);break;case"time":S[Ue]=s.formatter.time(ei);break;case"month":S[Ue]=s.formatter.month(ei);break;case"year":S[Ue]=s.formatter.year(ei);break;default:M.debug("Wrong calendar mode",Be,gt),S[Ue]=""}}}else S[Ue]=""}else S[Ue]=rt}),S},dirtyFields:function(){return C.filter(function(v,W){return l(W).data(je.isDirty)})}},has:{field:function(v){return M.verbose("Checking for existence of a field with identifier",v),v=M.escape.string(v),typeof v!="string"&&M.error(ae.identifier,v),C.filter("#"+v).length>0||C.filter('[name="'+v+'"]').length>0?!0:C.filter("[data-"+je.validate+'="'+v+'"]').length>0}},can:{useElement:function(v){return l.fn[v]!==o?!0:(M.error(ae.noElement.replace("{element}",v)),!1)}},escape:{string:function(v){return v=String(v),v.replace(L.escape,"\\$&")}},add:{rule:function(v,W){M.add.field(v,W)},field:function(v,W){(I[v]===o||I[v].rules===o)&&(I[v]={rules:[]});var S={rules:[]};M.is.shorthandRules(W)?(W=Array.isArray(W)?W:[W],l.each(W,function(Y,Ee){S.rules.push({type:Ee})})):S.rules=W.rules,l.each(S.rules,function(Y,Ee){l.grep(I[v].rules,function(Ne){return Ne.type==Ee.type}).length==0&&I[v].rules.push(Ee)}),M.debug("Adding rules",S.rules,I)},fields:function(v){var W;v&&M.is.shorthandFields(v)?W=M.get.fieldsFromShorthand(v):W=v,I=l.extend({},I,W)},prompt:function(v,W,S){var Y=M.get.field(v),Ee=Y.closest(Z),Ne=Ee.children(Pe.prompt),Be=Ne.length!==0;W=typeof W=="string"?[W]:W,M.verbose("Adding field error state",v),S||Ee.addClass(b.error),s.inline&&(Be||(Ne=s.templates.prompt(W,b.label),Ne.appendTo(Ee)),Ne.html(W[0]),Be?M.verbose("Inline errors are disabled, no inline error added",v):s.transition&&M.can.useElement("transition")&&O.transition("is supported")?(M.verbose("Displaying error with css transition",s.transition),Ne.transition(s.transition+" in",s.duration)):(M.verbose("Displaying error with fallback javascript animation"),Ne.fadeIn(s.duration)))},errors:function(v){M.debug("Adding form error messages",v),M.set.error(),we.html(s.templates.error(v))}},remove:{errors:function(){M.debug("Removing form error messages"),we.empty()},states:function(){O.removeClass(b.error).removeClass(b.success),s.inline||M.remove.errors(),M.determine.isDirty()},rule:function(v,W){var S=Array.isArray(W)?W:[W];if(!(I[v]===o||!Array.isArray(I[v].rules))){if(W===o){M.debug("Removed all rules"),I[v].rules=[];return}l.each(I[v].rules,function(Y,Ee){Ee&&S.indexOf(Ee.type)!==-1&&(M.debug("Removed rule",Ee.type),I[v].rules.splice(Y,1))})}},field:function(v){var W=Array.isArray(v)?v:[v];l.each(W,function(S,Y){M.remove.rule(Y)})},rules:function(v,W){Array.isArray(v)?l.each(v,function(S,Y){M.remove.rule(Y,W)}):M.remove.rule(v,W)},fields:function(v){M.remove.field(v)},prompt:function(v){var W=M.get.field(v),S=W.closest(Z),Y=S.children(Pe.prompt);S.removeClass(b.error),s.inline&&Y.is(":visible")&&(M.verbose("Removing prompt for field",v),s.transition&&M.can.useElement("transition")&&O.transition("is supported")?Y.transition(s.transition+" out",s.duration,function(){Y.remove()}):Y.fadeOut(s.duration,function(){Y.remove()}))}},set:{success:function(){O.removeClass(b.error).addClass(b.success)},defaults:function(){C.each(function(v,W){var S=l(W),Y=S.parent(),Ee=S.filter(Pe.checkbox).length>0,Ne=Y.is(Pe.uiDropdown)&&M.can.useElement("dropdown"),Be=S.closest(Pe.uiCalendar),Ue=Be.length>0&&M.can.useElement("calendar"),rt=Ee?S.is(":checked"):S.val();Ne?Y.dropdown("save defaults"):Ue&&Be.calendar("refresh"),S.data(je.defaultValue,rt),S.data(je.isDirty,!1)})},error:function(){O.removeClass(b.success).addClass(b.error)},value:function(v,W){var S={};return S[v]=W,M.set.values.call(ye,S)},values:function(v){l.isEmptyObject(v)||l.each(v,function(W,S){var Y=M.get.field(W),Ee=Y.parent(),Ne=Y.closest(Pe.uiCalendar),Be=Array.isArray(S),Ue=Ee.is(Pe.uiCheckbox)&&M.can.useElement("checkbox"),rt=Ee.is(Pe.uiDropdown)&&M.can.useElement("dropdown"),bt=Y.is(Pe.radio)&&Ue,St=Ne.length>0&&M.can.useElement("calendar"),jt=Y.length>0,mi;jt&&(Be&&Ue?(M.verbose("Selecting multiple",S,Y),Ee.checkbox("uncheck"),l.each(S,function(oi,ei){mi=Y.filter('[value="'+ei+'"]'),Ee=mi.parent(),mi.length>0&&Ee.checkbox("check")})):bt?(M.verbose("Selecting radio value",S,Y),Y.filter('[value="'+S+'"]').parent(Pe.uiCheckbox).checkbox("check")):Ue?(M.verbose("Setting checkbox value",S,Ee),S===!0||S===1?Ee.checkbox("check"):Ee.checkbox("uncheck")):rt?(M.verbose("Setting dropdown value",S,Ee),Ee.dropdown("set selected",S)):St?Ne.calendar("set date",S):(M.verbose("Setting field value",S,Y),Y.val(S)))})},dirty:function(){M.verbose("Setting state dirty"),de=!0,Re[0]=Re[1],Re[1]="dirty",M.is.justClean()&&O.trigger("dirty")},clean:function(){M.verbose("Setting state clean"),de=!1,Re[0]=Re[1],Re[1]="clean",M.is.justDirty()&&O.trigger("clean")},asClean:function(){M.set.defaults(),M.set.clean()},asDirty:function(){M.set.defaults(),M.set.dirty()},autoCheck:function(){M.debug("Enabling auto check on required fields"),C.each(function(v,W){var S=l(W),Y=l(W).closest(Z),Ee=S.filter(Pe.checkbox).length>0,Ne=S.prop("required")||Y.hasClass(b.required)||Y.parent().hasClass(b.required),Be=S.is(":disabled")||Y.hasClass(b.disabled)||Y.parent().hasClass(b.disabled),Ue=M.get.validation(S),rt=Ue?l.grep(Ue.rules,function(St){return St.type=="empty"})!==0:!1,bt=Ue.identifier||S.attr("id")||S.attr("name")||S.data(je.validate);Ne&&!Be&&!rt&&bt!==o&&(Ee?(M.verbose("Adding 'checked' rule on field",bt),M.add.rule(bt,"checked")):(M.verbose("Adding 'empty' rule on field",bt),M.add.rule(bt,"empty")))})}},validate:{form:function(v,W){var S=M.get.values();if(V)return!1;if(xe=[],M.determine.isValid()){if(M.debug("Form has no validation errors, submitting"),M.set.success(),s.inline||M.remove.errors(),W!==!0)return s.onSuccess.call(ye,v,S)}else if(M.debug("Form has errors"),X=!1,M.set.error(),s.inline||M.add.errors(xe),v&&O.data("moduleApi")!==o&&v.stopImmediatePropagation(),W!==!0)return s.onFailure.call(ye,xe,S)},field:function(v,W,S){S=S!==o?S:!0,typeof v=="string"&&(M.verbose("Validating field",v),W=v,v=I[v]);var Y=v.identifier||W,Ee=M.get.field(Y),Ne=v.depends?M.get.field(v.depends):!1,Be=!0,Ue=[];v.identifier||(M.debug("Using field name as identifier",Y),v.identifier=Y);var rt=!Ee.filter(":not(:disabled)").length;if(rt?M.debug("Field is disabled. Skipping",Y):v.optional&&M.is.blank(Ee)?M.debug("Field is optional and blank. Skipping",Y):v.depends&&M.is.empty(Ne)?M.debug("Field depends on another value that is not present or empty. Skipping",Ne):v.rules!==o&&(S&&Ee.closest(Z).removeClass(b.error),l.each(v.rules,function(bt,St){if(M.has.field(Y)){var jt=M.validate.rule(v,St,!0)||[];jt.length>0&&(M.debug("Field is invalid",Y,St.type),Ue.push(M.get.prompt(St,v)),Be=!1,S&&l(jt).closest(Z).addClass(b.error))}})),Be)S&&(M.remove.prompt(Y,Ue),s.onValid.call(Ee));else return S&&(xe=xe.concat(Ue),M.add.prompt(Y,Ue,!0),s.onInvalid.call(Ee,Ue)),!1;return!0},rule:function(v,W,S){var Y=M.get.field(v.identifier),Ee=M.get.ancillaryValue(W),Ne=M.get.ruleName(W),Be=s.rules[Ne],Ue=[],rt=Y.is(Pe.checkbox),bt=function(St){var jt=rt?l(St).filter(":checked").val():l(St).val();return jt=jt===o||jt===""||jt===null?"":s.shouldTrim?String(jt+"").trim():String(jt+""),Be.call(St,jt,Ee,O)};if(!l.isFunction(Be)){M.error(ae.noRule,Ne);return}return rt?bt(Y)||(Ue=Y):l.each(Y,function(St,jt){bt(jt)||Ue.push(jt)}),S?Ue:!(Ue.length>0)}},setting:function(v,W){if(l.isPlainObject(v))l.extend(!0,s,v);else if(W!==o)s[v]=W;else return s[v]},internal:function(v,W){if(l.isPlainObject(v))l.extend(!0,M,v);else if(W!==o)M[v]=W;else return M[v]},debug:function(){!s.silent&&s.debug&&(s.performance?M.performance.log(arguments):(M.debug=Function.prototype.bind.call(console.info,console,s.name+":"),M.debug.apply(console,arguments)))},verbose:function(){!s.silent&&s.verbose&&s.debug&&(s.performance?M.performance.log(arguments):(M.verbose=Function.prototype.bind.call(console.info,console,s.name+":"),M.verbose.apply(console,arguments)))},error:function(){s.silent||(M.error=Function.prototype.bind.call(console.error,console,s.name+":"),M.error.apply(console,arguments))},performance:{log:function(v){var W,S,Y;s.performance&&(W=new Date().getTime(),Y=F||W,S=W-Y,F=W,B.push({Name:v[0],Arguments:[].slice.call(v,1)||"",Element:ye,"Execution Time":S})),clearTimeout(M.performance.timer),M.performance.timer=setTimeout(M.performance.display,500)},display:function(){var v=s.name+":",W=0;F=!1,clearTimeout(M.performance.timer),l.each(B,function(S,Y){W+=Y["Execution Time"]}),v+=" "+W+"ms",N&&(v+=" '"+N+"'"),p.length>1&&(v+=" ("+p.length+")"),(console.group!==o||console.table!==o)&&B.length>0&&(console.groupCollapsed(v),console.table?console.table(B):l.each(B,function(S,Y){console.log(Y.Name+": "+Y["Execution Time"]+"ms")}),console.groupEnd()),B=[]}},invoke:function(v,W,S){var Y=re,Ee,Ne,Be;return W=W||K,S=ye||S,typeof v=="string"&&Y!==o&&(v=v.split(/[\. ]/),Ee=v.length-1,l.each(v,function(Ue,rt){var bt=Ue!=Ee?rt+v[Ue+1].charAt(0).toUpperCase()+v[Ue+1].slice(1):v;if(l.isPlainObject(Y[bt])&&Ue!=Ee)Y=Y[bt];else{if(Y[bt]!==o)return Ne=Y[bt],!1;if(l.isPlainObject(Y[rt])&&Ue!=Ee)Y=Y[rt];else return Y[rt]!==o&&(Ne=Y[rt]),!1}})),l.isFunction(Ne)?Be=Ne.apply(S,W):Ne!==o&&(Be=Ne),Array.isArray(y)?y.push(Be):y!==o?y=[y,Be]:Be!==o&&(y=Be),Ne}},M.initialize()}),y!==o?y:this},l.fn.form.settings={name:"Form",namespace:"form",debug:!1,verbose:!1,performance:!0,fields:!1,keyboardShortcuts:!0,on:"submit",inline:!1,delay:200,revalidate:!0,shouldTrim:!0,transition:"scale",duration:200,autoCheckRequired:!1,preventLeaving:!1,dateHandling:"date",onValid:function(){},onInvalid:function(){},onSuccess:function(){return!0},onFailure:function(){return!1},onDirty:function(){},onClean:function(){},metadata:{defaultValue:"default",validate:"validate",isDirty:"isDirty"},regExp:{htmlID:/^[a-zA-Z][\w:.-]*$/g,bracket:/\[(.*)\]/i,decimal:/^\d+\.?\d*$/,email:/^[a-z0-9!#$%&'*+\/=?^_`{|}~.-]+@[a-z0-9]([a-z0-9-]*[a-z0-9])?(\.[a-z0-9]([a-z0-9-]*[a-z0-9])?)*$/i,escape:/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|:,=@]/g,flags:/^\/(.*)\/(.*)?/,integer:/^\-?\d+$/,number:/^\-?\d*(\.\d+)?$/,url:/(https?:\/\/(?:www\.|(?!www))[^\s\.]+\.[^\s]{2,}|www\.[^\s]+\.[^\s]{2,})/i},text:{unspecifiedRule:"Please enter a valid value",unspecifiedField:"This field",leavingMessage:"There are unsaved changes on this page which will be discarded if you continue."},prompt:{empty:"{name} must have a value",checked:"{name} must be checked",email:"{name} must be a valid e-mail",url:"{name} must be a valid url",regExp:"{name} is not formatted correctly",integer:"{name} must be an integer",decimal:"{name} must be a decimal number",number:"{name} must be set to a number",is:'{name} must be "{ruleValue}"',isExactly:'{name} must be exactly "{ruleValue}"',not:'{name} cannot be set to "{ruleValue}"',notExactly:'{name} cannot be set to exactly "{ruleValue}"',contain:'{name} must contain "{ruleValue}"',containExactly:'{name} must contain exactly "{ruleValue}"',doesntContain:'{name} cannot contain "{ruleValue}"',doesntContainExactly:'{name} cannot contain exactly "{ruleValue}"',minLength:"{name} must be at least {ruleValue} characters",length:"{name} must be at least {ruleValue} characters",exactLength:"{name} must be exactly {ruleValue} characters",maxLength:"{name} cannot be longer than {ruleValue} characters",match:"{name} must match {ruleValue} field",different:"{name} must have a different value than {ruleValue} field",creditCard:"{name} must be a valid credit card number",minCount:"{name} must have at least {ruleValue} choices",exactCount:"{name} must have exactly {ruleValue} choices",maxCount:"{name} must have {ruleValue} or less choices"},selector:{checkbox:'input[type="checkbox"], input[type="radio"]',clear:".clear",field:"input:not(.search), textarea, select",group:".field",input:"input",message:".error.message",prompt:".prompt.label",radio:'input[type="radio"]',reset:'.reset:not([type="reset"])',submit:'.submit:not([type="submit"])',uiCheckbox:".ui.checkbox",uiDropdown:".ui.dropdown",uiCalendar:".ui.calendar"},className:{error:"error",label:"ui basic red pointing prompt label",pressed:"down",success:"success",required:"required",disabled:"disabled"},error:{identifier:"You must specify a string identifier for each field",method:"The method you called is not defined.",noRule:"There is no rule matching the one you specified",oldSyntax:"Starting in 2.0 forms now only take a single settings object. Validation settings converted to new syntax automatically.",noElement:"This module requires ui {element}"},templates:{error:function(h){var p='<ul class="list">';return l.each(h,function(N,F){p+="<li>"+F+"</li>"}),p+="</ul>",l(p)},prompt:function(h,p){return l("<div/>").addClass(p).html(h[0])}},formatter:{date:function(h){return Intl.DateTimeFormat("en-GB").format(h)},datetime:function(h){return Intl.DateTimeFormat("en-GB",{year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"}).format(h)},time:function(h){return Intl.DateTimeFormat("en-GB",{hour:"2-digit",minute:"2-digit",second:"2-digit"}).format(h)},month:function(h){return Intl.DateTimeFormat("en-GB",{month:"2-digit",year:"numeric"}).format(h)},year:function(h){return Intl.DateTimeFormat("en-GB",{year:"numeric"}).format(h)}},rules:{empty:function(h){return!(h===o||h===""||Array.isArray(h)&&h.length===0)},checked:function(){return l(this).filter(":checked").length>0},email:function(h){return l.fn.form.settings.regExp.email.test(h)},url:function(h){return l.fn.form.settings.regExp.url.test(h)},regExp:function(h,p){if(p instanceof RegExp)return h.match(p);var N=p.match(l.fn.form.settings.regExp.flags),F;return N&&(p=N.length>=2?N[1]:p,F=N.length>=3?N[2]:""),h.match(new RegExp(p,F))},integer:function(h,p){var N=l.fn.form.settings.regExp.integer,F,B,ce;return!p||["",".."].indexOf(p)!==-1||(p.indexOf("..")==-1?N.test(p)&&(F=B=p-0):(ce=p.split("..",2),N.test(ce[0])&&(F=ce[0]-0),N.test(ce[1])&&(B=ce[1]-0))),N.test(h)&&(F===o||h>=F)&&(B===o||h<=B)},decimal:function(h){return l.fn.form.settings.regExp.decimal.test(h)},number:function(h){return l.fn.form.settings.regExp.number.test(h)},is:function(h,p){return p=typeof p=="string"?p.toLowerCase():p,h=typeof h=="string"?h.toLowerCase():h,h==p},isExactly:function(h,p){return h==p},not:function(h,p){return h=typeof h=="string"?h.toLowerCase():h,p=typeof p=="string"?p.toLowerCase():p,h!=p},notExactly:function(h,p){return h!=p},contains:function(h,p){return p=p.replace(l.fn.form.settings.regExp.escape,"\\$&"),h.search(new RegExp(p,"i"))!==-1},containsExactly:function(h,p){return p=p.replace(l.fn.form.settings.regExp.escape,"\\$&"),h.search(new RegExp(p))!==-1},doesntContain:function(h,p){return p=p.replace(l.fn.form.settings.regExp.escape,"\\$&"),h.search(new RegExp(p,"i"))===-1},doesntContainExactly:function(h,p){return p=p.replace(l.fn.form.settings.regExp.escape,"\\$&"),h.search(new RegExp(p))===-1},minLength:function(h,p){return h!==o?h.length>=p:!1},length:function(h,p){return h!==o?h.length>=p:!1},exactLength:function(h,p){return h!==o?h.length==p:!1},maxLength:function(h,p){return h!==o?h.length<=p:!1},match:function(h,p,N){var F,B;return(B=N.find('[data-validate="'+p+'"]')).length>0||(B=N.find("#"+p)).length>0||(B=N.find('[name="'+p+'"]')).length>0?F=B.val():(B=N.find('[name="'+p+'[]"]')).length>0&&(F=B),F!==o?h.toString()==F.toString():!1},different:function(h,p,N){var F,B;return(B=N.find('[data-validate="'+p+'"]')).length>0||(B=N.find("#"+p)).length>0||(B=N.find('[name="'+p+'"]')).length>0?F=B.val():(B=N.find('[name="'+p+'[]"]')).length>0&&(F=B),F!==o?h.toString()!==F.toString():!1},creditCard:function(h,p){var N={visa:{pattern:/^4/,length:[16]},amex:{pattern:/^3[47]/,length:[15]},mastercard:{pattern:/^5[1-5]/,length:[16]},discover:{pattern:/^(6011|622(12[6-9]|1[3-9][0-9]|[2-8][0-9]{2}|9[0-1][0-9]|92[0-5]|64[4-9])|65)/,length:[16]},unionPay:{pattern:/^(62|88)/,length:[16,17,18,19]},jcb:{pattern:/^35(2[89]|[3-8][0-9])/,length:[16]},maestro:{pattern:/^(5018|5020|5038|6304|6759|676[1-3])/,length:[12,13,14,15,16,17,18,19]},dinersClub:{pattern:/^(30[0-5]|^36)/,length:[14]},laser:{pattern:/^(6304|670[69]|6771)/,length:[16,17,18,19]},visaElectron:{pattern:/^(4026|417500|4508|4844|491(3|7))/,length:[16]}},F={},B=!1,ce=typeof p=="string"?p.split(","):!1,J,pe;if(!(typeof h!="string"||h.length===0)){if(h=h.replace(/[\-]/g,""),ce&&(l.each(ce,function(xe,V){pe=N[V],pe&&(F={length:l.inArray(h.length,pe.length)!==-1,pattern:h.search(pe.pattern)!==-1},F.length&&F.pattern&&(B=!0))}),!B))return!1;if(J={number:l.inArray(h.length,N.unionPay.length)!==-1,pattern:h.search(N.unionPay.pattern)!==-1},J.number&&J.pattern)return!0;for(var K=h.length,y=0,O=[[0,1,2,3,4,5,6,7,8,9],[0,2,4,6,8,1,3,5,7,9]],ye=0;K--;)ye+=O[y][parseInt(h.charAt(K),10)],y^=1;return ye%10==0&&ye>0}},minCount:function(h,p){return p==0?!0:p==1?h!=="":h.split(",").length>=p},exactCount:function(h,p){return p==0?h==="":p==1?h!==""&&h.search(",")===-1:h.split(",").length==p},maxCount:function(h,p){return p==0?!1:p==1?h.search(",")===-1:h.split(",").length<=p}}}})(jQuery,window,document);(function(l,q,le,o){"use strict";l.isFunction=l.isFunction||function(h){return typeof h=="function"&&typeof h.nodeType!="number"},q=typeof q!="undefined"&&q.Math==Math?q:typeof self!="undefined"&&self.Math==Math?self:Function("return this")(),l.fn.modal=function(h){var p=l(this),N=l(q),F=l(le),B=l("body"),ce=p.selector||"",J=new Date().getTime(),pe=[],K=arguments[0],y=typeof K=="string",O=[].slice.call(arguments,1),ye=q.requestAnimationFrame||q.mozRequestAnimationFrame||q.webkitRequestAnimationFrame||q.msRequestAnimationFrame||function(V){setTimeout(V,0)},xe;return p.each(function(){var V=l.isPlainObject(h)?l.extend(!0,{},l.fn.modal.settings,h):l.extend({},l.fn.modal.settings),C=V.selector,Z=V.className,we=V.namespace,Ce=V.error,Ae="."+we,ve="module-"+we,te=l(this),s=l(V.context),I=te.find(C.close),je,Pe,b,L,ae,k=this,D=te.data(ve),T=!1,X,de,Re="",re="",M,v,W,S;S={initialize:function(){S.cache={},S.verbose("Initializing dimmer",s),S.create.id(),S.create.dimmer(),V.allowMultiple&&S.create.innerDimmer(),V.centered||te.addClass("top aligned"),S.refreshModals(),S.bind.events(),V.observeChanges&&S.observeChanges(),S.instantiate()},instantiate:function(){S.verbose("Storing instance of modal"),D=S,te.data(ve,D)},create:{dimmer:function(){var Y={debug:V.debug,dimmerName:"modals"},Ee=l.extend(!0,Y,V.dimmerSettings);if(l.fn.dimmer===o){S.error(Ce.dimmer);return}S.debug("Creating dimmer"),L=s.dimmer(Ee),V.detachable?(S.verbose("Modal is detachable, moving content into dimmer"),L.dimmer("add content",te)):S.set.undetached(),ae=L.dimmer("get dimmer")},id:function(){v=(Math.random().toString(16)+"000000000").substr(2,8),M="."+v,S.verbose("Creating unique id for element",v)},innerDimmer:function(){te.find(C.dimmer).length==0&&te.prepend('<div class="ui inverted dimmer"></div>')}},destroy:function(){W&&W.disconnect(),S.verbose("Destroying previous modal"),te.removeData(ve).off(Ae),N.off(M),ae.off(M),I.off(Ae),s.dimmer("destroy")},observeChanges:function(){"MutationObserver"in q&&(W=new MutationObserver(function(Y){S.debug("DOM tree modified, refreshing"),S.refresh()}),W.observe(k,{childList:!0,subtree:!0}),S.debug("Setting up mutation observer",W))},refresh:function(){S.remove.scrolling(),S.cacheSizes(),S.can.useFlex()||S.set.modalOffset(),S.set.screenHeight(),S.set.type()},refreshModals:function(){Pe=te.siblings(C.modal),je=Pe.add(te)},attachEvents:function(Y,Ee){var Ne=l(Y);Ee=l.isFunction(S[Ee])?S[Ee]:S.toggle,Ne.length>0?(S.debug("Attaching modal events to element",Y,Ee),Ne.off(Ae).on("click"+Ae,Ee)):S.error(Ce.notFound,Y)},bind:{events:function(){S.verbose("Attaching events"),te.on("click"+Ae,C.close,S.event.close).on("click"+Ae,C.approve,S.event.approve).on("click"+Ae,C.deny,S.event.deny),N.on("resize"+M,S.event.resize)},scrollLock:function(){L.get(0).addEventListener("touchmove",S.event.preventScroll,{passive:!1})}},unbind:{scrollLock:function(){L.get(0).removeEventListener("touchmove",S.event.preventScroll,{passive:!1})}},get:{id:function(){return(Math.random().toString(16)+"000000000").substr(2,8)}},event:{approve:function(){if(T||V.onApprove.call(k,l(this))===!1){S.verbose("Approve callback returned false cancelling hide");return}T=!0,S.hide(function(){T=!1})},preventScroll:function(Y){Y.target.className.indexOf("dimmer")!==-1&&Y.preventDefault()},deny:function(){if(T||V.onDeny.call(k,l(this))===!1){S.verbose("Deny callback returned false cancelling hide");return}T=!0,S.hide(function(){T=!1})},close:function(){S.hide()},mousedown:function(Y){var Ee=l(Y.target),Ne=S.is.rtl();X=Ee.closest(C.modal).length>0,X&&S.verbose("Mouse down event registered inside the modal"),de=S.is.scrolling()&&(!Ne&&l(q).outerWidth()-V.scrollbarWidth<=Y.clientX||Ne&&V.scrollbarWidth>=Y.clientX),de&&S.verbose("Mouse down event registered inside the scrollbar")},mouseup:function(Y){if(!V.closable){S.verbose("Dimmer clicked but closable setting is disabled");return}if(X){S.debug("Dimmer clicked but mouse down was initially registered inside the modal");return}if(de){S.debug("Dimmer clicked but mouse down was initially registered inside the scrollbar");return}var Ee=l(Y.target),Ne=Ee.closest(C.modal).length>0,Be=l.contains(le.documentElement,Y.target);if(!Ne&&Be&&S.is.active()&&te.hasClass(Z.front)){if(S.debug("Dimmer clicked, hiding all modals"),V.allowMultiple){if(!S.hideAll())return}else if(!S.hide())return;S.remove.clickaway()}},debounce:function(Y,Ee){clearTimeout(S.timer),S.timer=setTimeout(Y,Ee)},keyboard:function(Y){var Ee=Y.which,Ne=27;Ee==Ne&&(V.closable?(S.debug("Escape key pressed hiding modal"),te.hasClass(Z.front)&&S.hide()):S.debug("Escape key pressed, but closable is set to false"),Y.preventDefault())},resize:function(){L.dimmer("is active")&&(S.is.animating()||S.is.active())&&ye(S.refresh)}},toggle:function(){S.is.active()||S.is.animating()?S.hide():S.show()},show:function(Y){Y=l.isFunction(Y)?Y:function(){},S.refreshModals(),S.set.dimmerSettings(),S.set.dimmerStyles(),S.showModal(Y)},hide:function(Y){return Y=l.isFunction(Y)?Y:function(){},S.refreshModals(),S.hideModal(Y)},showModal:function(Y){Y=l.isFunction(Y)?Y:function(){},S.is.animating()||!S.is.active()?(S.showDimmer(),S.cacheSizes(),S.set.bodyMargin(),S.can.useFlex()?S.remove.legacy():(S.set.legacy(),S.set.modalOffset(),S.debug("Using non-flex legacy modal positioning.")),S.set.screenHeight(),S.set.type(),S.set.clickaway(),!V.allowMultiple&&S.others.active()?S.hideOthers(S.showModal):(T=!1,V.allowMultiple&&(S.others.active()&&Pe.filter("."+Z.active).find(C.dimmer).addClass("active"),V.detachable&&te.detach().appendTo(ae)),V.onShow.call(k),V.transition&&l.fn.transition!==o&&te.transition("is supported")?(S.debug("Showing modal with css animations"),te.transition({debug:V.debug,animation:V.transition+" in",queue:V.queue,duration:V.duration,useFailSafe:!0,onComplete:function(){V.onVisible.apply(k),V.keyboardShortcuts&&S.add.keyboardShortcuts(),S.save.focus(),S.set.active(),V.autofocus&&S.set.autofocus(),Y()}})):S.error(Ce.noTransition))):S.debug("Modal is already visible")},hideModal:function(Y,Ee,Ne){var Be=Pe.filter("."+Z.active).last();if(Y=l.isFunction(Y)?Y:function(){},S.debug("Hiding modal"),V.onHide.call(k,l(this))===!1)return S.verbose("Hide callback returned false cancelling hide"),T=!1,!1;(S.is.animating()||S.is.active())&&(V.transition&&l.fn.transition!==o&&te.transition("is supported")?(S.remove.active(),te.transition({debug:V.debug,animation:V.transition+" out",queue:V.queue,duration:V.duration,useFailSafe:!0,onStart:function(){!S.others.active()&&!S.others.animating()&&!Ee&&S.hideDimmer(),V.keyboardShortcuts&&!S.others.active()&&S.remove.keyboardShortcuts()},onComplete:function(){S.unbind.scrollLock(),V.allowMultiple&&(Be.addClass(Z.front),te.removeClass(Z.front),Ne?je.find(C.dimmer).removeClass("active"):Be.find(C.dimmer).removeClass("active")),V.onHidden.call(k),S.remove.dimmerStyles(),S.restore.focus(),Y()}})):S.error(Ce.noTransition))},showDimmer:function(){L.dimmer("is animating")||!L.dimmer("is active")?(S.save.bodyMargin(),S.debug("Showing dimmer"),L.dimmer("show")):S.debug("Dimmer already visible")},hideDimmer:function(){if(L.dimmer("is animating")||L.dimmer("is active"))S.unbind.scrollLock(),L.dimmer("hide",function(){S.restore.bodyMargin(),S.remove.clickaway(),S.remove.screenHeight()});else{S.debug("Dimmer is not visible cannot hide");return}},hideAll:function(Y){var Ee=je.filter("."+Z.active+", ."+Z.animating);if(Y=l.isFunction(Y)?Y:function(){},Ee.length>0){S.debug("Hiding all visible modals");var Ne=!0;return l(Ee.get().reverse()).each(function(Be,Ue){Ne&&(Ne=l(Ue).modal("hide modal",Y,!1,!0))}),Ne&&S.hideDimmer(),Ne}},hideOthers:function(Y){var Ee=Pe.filter("."+Z.active+", ."+Z.animating);Y=l.isFunction(Y)?Y:function(){},Ee.length>0&&(S.debug("Hiding other modals",Pe),Ee.modal("hide modal",Y,!0))},others:{active:function(){return Pe.filter("."+Z.active).length>0},animating:function(){return Pe.filter("."+Z.animating).length>0}},add:{keyboardShortcuts:function(){S.verbose("Adding keyboard shortcuts"),F.on("keyup"+Ae,S.event.keyboard)}},save:{focus:function(){var Y=l(le.activeElement),Ee=Y.closest(te).length>0;Ee||(b=l(le.activeElement).blur())},bodyMargin:function(){Re=B.css("margin-"+(S.can.leftBodyScrollbar()?"left":"right"));var Y=parseInt(Re.replace(/[^\d.]/g,"")),Ee=q.innerWidth-le.documentElement.clientWidth;re=Y+Ee}},restore:{focus:function(){b&&b.length>0&&V.restoreFocus&&b.focus()},bodyMargin:function(){var Y=S.can.leftBodyScrollbar()?"left":"right";B.css("margin-"+Y,Re),B.find(C.bodyFixed.replace("right",Y)).css("padding-"+Y,Re)}},remove:{active:function(){te.removeClass(Z.active)},legacy:function(){te.removeClass(Z.legacy)},clickaway:function(){V.detachable||te.off("mousedown"+M),ae.off("mousedown"+M),ae.off("mouseup"+M)},dimmerStyles:function(){ae.removeClass(Z.inverted),L.removeClass(Z.blurring)},bodyStyle:function(){B.attr("style")===""&&(S.verbose("Removing style attribute"),B.removeAttr("style"))},screenHeight:function(){S.debug("Removing page height"),B.css("height","")},keyboardShortcuts:function(){S.verbose("Removing keyboard shortcuts"),F.off("keyup"+Ae)},scrolling:function(){L.removeClass(Z.scrolling),te.removeClass(Z.scrolling)}},cacheSizes:function(){te.addClass(Z.loading);var Y=te.prop("scrollHeight"),Ee=te.outerWidth(),Ne=te.outerHeight();(S.cache.pageHeight===o||Ne!==0)&&(l.extend(S.cache,{pageHeight:l(le).outerHeight(),width:Ee,height:Ne+V.offset,scrollHeight:Y+V.offset,contextHeight:V.context=="body"?l(q).height():L.height()}),S.cache.topOffset=-(S.cache.height/2)),te.removeClass(Z.loading),S.debug("Caching modal and container sizes",S.cache)},can:{leftBodyScrollbar:function(){return S.cache.leftBodyScrollbar===o&&(S.cache.leftBodyScrollbar=S.is.rtl()&&(S.is.iframe&&!S.is.firefox()||S.is.safari()||S.is.edge()||S.is.ie())),S.cache.leftBodyScrollbar},useFlex:function(){return V.useFlex==="auto"?V.detachable&&!S.is.ie():(V.useFlex&&S.is.ie()?S.debug("useFlex true is not supported in IE"):V.useFlex&&!V.detachable&&S.debug("useFlex true in combination with detachable false is not supported"),V.useFlex)},fit:function(){var Y=S.cache.contextHeight,Ee=S.cache.contextHeight/2,Ne=S.cache.topOffset,Be=S.cache.scrollHeight,Ue=S.cache.height,rt=V.padding,bt=Ee+Ne;return Be>Ue?bt+Be+rt<Y:Ue+rt*2<Y}},is:{active:function(){return te.hasClass(Z.active)},ie:function(){if(S.cache.isIE===o){var Y=!q.ActiveXObject&&"ActiveXObject"in q,Ee="ActiveXObject"in q;S.cache.isIE=Y||Ee}return S.cache.isIE},animating:function(){return te.transition("is supported")?te.transition("is animating"):te.is(":visible")},scrolling:function(){return L.hasClass(Z.scrolling)},modernBrowser:function(){return!(q.ActiveXObject||"ActiveXObject"in q)},rtl:function(){return S.cache.isRTL===o&&(S.cache.isRTL=B.attr("dir")==="rtl"||B.css("direction")==="rtl"),S.cache.isRTL},safari:function(){return S.cache.isSafari===o&&(S.cache.isSafari=/constructor/i.test(q.HTMLElement)||!!q.ApplePaySession),S.cache.isSafari},edge:function(){return S.cache.isEdge===o&&(S.cache.isEdge=!!q.setImmediate&&!S.is.ie()),S.cache.isEdge},firefox:function(){return S.cache.isFirefox===o&&(S.cache.isFirefox=!!q.InstallTrigger),S.cache.isFirefox},iframe:function(){return self!==top}},set:{autofocus:function(){var Y=te.find("[tabindex], :input").filter(":visible").filter(function(){return l(this).closest(".disabled").length===0}),Ee=Y.filter("[autofocus]"),Ne=Ee.length>0?Ee.first():Y.first();Ne.length>0&&Ne.focus()},bodyMargin:function(){var Y=S.can.leftBodyScrollbar()?"left":"right";(V.detachable||S.can.fit())&&B.css("margin-"+Y,re+"px"),B.find(C.bodyFixed.replace("right",Y)).css("padding-"+Y,re+"px")},clickaway:function(){V.detachable||te.on("mousedown"+M,S.event.mousedown),ae.on("mousedown"+M,S.event.mousedown),ae.on("mouseup"+M,S.event.mouseup)},dimmerSettings:function(){if(l.fn.dimmer===o){S.error(Ce.dimmer);return}var Y={debug:V.debug,dimmerName:"modals",closable:"auto",useFlex:S.can.useFlex(),duration:{show:V.duration,hide:V.duration}},Ee=l.extend(!0,Y,V.dimmerSettings);V.inverted&&(Ee.variation=Ee.variation!==o?Ee.variation+" inverted":"inverted"),s.dimmer("setting",Ee)},dimmerStyles:function(){V.inverted?ae.addClass(Z.inverted):ae.removeClass(Z.inverted),V.blurring?L.addClass(Z.blurring):L.removeClass(Z.blurring)},modalOffset:function(){if(V.detachable)te.css({marginTop:!te.hasClass("aligned")&&S.can.fit()?-(S.cache.height/2):V.padding/2,marginLeft:-(S.cache.width/2)});else{var Y=S.can.fit();te.css({top:!te.hasClass("aligned")&&Y?l(le).scrollTop()+(S.cache.contextHeight-S.cache.height)/2:!Y||te.hasClass("top")?l(le).scrollTop()+V.padding:l(le).scrollTop()+(S.cache.contextHeight-S.cache.height-V.padding),marginLeft:-(S.cache.width/2)})}S.verbose("Setting modal offset for legacy mode")},screenHeight:function(){S.can.fit()?B.css("height",""):te.hasClass("bottom")||(S.debug("Modal is taller than page content, resizing page height"),B.css("height",S.cache.height+V.padding*2))},active:function(){te.addClass(Z.active+" "+Z.front),Pe.filter("."+Z.active).removeClass(Z.front)},scrolling:function(){L.addClass(Z.scrolling),te.addClass(Z.scrolling),S.unbind.scrollLock()},legacy:function(){te.addClass(Z.legacy)},type:function(){S.can.fit()?(S.verbose("Modal fits on screen"),!S.others.active()&&!S.others.animating()&&(S.remove.scrolling(),S.bind.scrollLock())):te.hasClass("bottom")?S.verbose("Bottom aligned modal not fitting on screen is unsupported for scrolling"):(S.verbose("Modal cannot fit on screen setting to scrolling"),S.set.scrolling())},undetached:function(){L.addClass(Z.undetached)}},setting:function(Y,Ee){if(S.debug("Changing setting",Y,Ee),l.isPlainObject(Y))l.extend(!0,V,Y);else if(Ee!==o)l.isPlainObject(V[Y])?l.extend(!0,V[Y],Ee):V[Y]=Ee;else return V[Y]},internal:function(Y,Ee){if(l.isPlainObject(Y))l.extend(!0,S,Y);else if(Ee!==o)S[Y]=Ee;else return S[Y]},debug:function(){!V.silent&&V.debug&&(V.performance?S.performance.log(arguments):(S.debug=Function.prototype.bind.call(console.info,console,V.name+":"),S.debug.apply(console,arguments)))},verbose:function(){!V.silent&&V.verbose&&V.debug&&(V.performance?S.performance.log(arguments):(S.verbose=Function.prototype.bind.call(console.info,console,V.name+":"),S.verbose.apply(console,arguments)))},error:function(){V.silent||(S.error=Function.prototype.bind.call(console.error,console,V.name+":"),S.error.apply(console,arguments))},performance:{log:function(Y){var Ee,Ne,Be;V.performance&&(Ee=new Date().getTime(),Be=J||Ee,Ne=Ee-Be,J=Ee,pe.push({Name:Y[0],Arguments:[].slice.call(Y,1)||"",Element:k,"Execution Time":Ne})),clearTimeout(S.performance.timer),S.performance.timer=setTimeout(S.performance.display,500)},display:function(){var Y=V.name+":",Ee=0;J=!1,clearTimeout(S.performance.timer),l.each(pe,function(Ne,Be){Ee+=Be["Execution Time"]}),Y+=" "+Ee+"ms",ce&&(Y+=" '"+ce+"'"),(console.group!==o||console.table!==o)&&pe.length>0&&(console.groupCollapsed(Y),console.table?console.table(pe):l.each(pe,function(Ne,Be){console.log(Be.Name+": "+Be["Execution Time"]+"ms")}),console.groupEnd()),pe=[]}},invoke:function(Y,Ee,Ne){var Be=D,Ue,rt,bt;return Ee=Ee||O,Ne=k||Ne,typeof Y=="string"&&Be!==o&&(Y=Y.split(/[\. ]/),Ue=Y.length-1,l.each(Y,function(St,jt){var mi=St!=Ue?jt+Y[St+1].charAt(0).toUpperCase()+Y[St+1].slice(1):Y;if(l.isPlainObject(Be[mi])&&St!=Ue)Be=Be[mi];else{if(Be[mi]!==o)return rt=Be[mi],!1;if(l.isPlainObject(Be[jt])&&St!=Ue)Be=Be[jt];else return Be[jt]!==o&&(rt=Be[jt]),!1}})),l.isFunction(rt)?bt=rt.apply(Ne,Ee):rt!==o&&(bt=rt),Array.isArray(xe)?xe.push(bt):xe!==o?xe=[xe,bt]:bt!==o&&(xe=bt),rt}},y?(D===o&&S.initialize(),S.invoke(K)):(D!==o&&D.invoke("destroy"),S.initialize())}),xe!==o?xe:this},l.fn.modal.settings={name:"Modal",namespace:"modal",useFlex:"auto",offset:0,silent:!1,debug:!1,verbose:!1,performance:!0,observeChanges:!1,allowMultiple:!1,detachable:!0,closable:!0,autofocus:!0,restoreFocus:!0,inverted:!1,blurring:!1,centered:!0,dimmerSettings:{closable:!1,useCSS:!0},keyboardShortcuts:!0,context:"body",queue:!1,duration:500,transition:"scale",padding:50,scrollbarWidth:10,onShow:function(){},onVisible:function(){},onHide:function(){return!0},onHidden:function(){},onApprove:function(){return!0},onDeny:function(){return!0},selector:{close:"> .close",approve:".actions .positive, .actions .approve, .actions .ok",deny:".actions .negative, .actions .deny, .actions .cancel",modal:".ui.modal",dimmer:"> .ui.dimmer",bodyFixed:"> .ui.fixed.menu, > .ui.right.toast-container, > .ui.right.sidebar"},error:{dimmer:"UI Dimmer, a required component is not included in this page",method:"The method you called is not defined.",notFound:"The element you specified could not be found"},className:{active:"active",animating:"animating",blurring:"blurring",inverted:"inverted",legacy:"legacy",loading:"loading",scrolling:"scrolling",undetached:"undetached",front:"front"}}})(jQuery,window,document);(function(l,q,le,o){"use strict";l.isFunction=l.isFunction||function(h){return typeof h=="function"&&typeof h.nodeType!="number"},q=typeof q!="undefined"&&q.Math==Math?q:typeof self!="undefined"&&self.Math==Math?self:Function("return this")(),l.fn.popup=function(h){var p=l(this),N=l(le),F=l(q),B=l("body"),ce=p.selector||"",J="ontouchstart"in le.documentElement?"touchstart":"click",pe=new Date().getTime(),K=[],y=arguments[0],O=typeof y=="string",ye=[].slice.call(arguments,1),xe;return p.each(function(){var V=l.isPlainObject(h)?l.extend(!0,{},l.fn.popup.settings,h):l.extend({},l.fn.popup.settings),C=V.selector,Z=V.className,we=V.error,Ce=V.metadata,Ae=V.namespace,ve="."+V.namespace,te="module-"+Ae,s=l(this),I=l(V.context),je=l(V.scrollContext),Pe=l(V.boundary),b=V.target?l(V.target):s,L,ae,k=0,D=!1,T=!1,X=this,de=s.data(te),Re,re,M,v;v={initialize:function(){v.debug("Initializing",s),v.createID(),v.bind.events(),!v.exists()&&V.preserve&&v.create(),V.observeChanges&&v.observeChanges(),v.instantiate()},instantiate:function(){v.verbose("Storing instance",v),de=v,s.data(te,de)},observeChanges:function(){"MutationObserver"in q&&(Re=new MutationObserver(v.event.documentChanged),Re.observe(le,{childList:!0,subtree:!0}),v.debug("Setting up mutation observer",Re))},refresh:function(){V.popup?L=l(V.popup).eq(0):V.inline&&(L=b.nextAll(C.popup).eq(0),V.popup=L),V.popup?(L.addClass(Z.loading),ae=v.get.offsetParent(),L.removeClass(Z.loading),V.movePopup&&v.has.popup()&&v.get.offsetParent(L)[0]!==ae[0]&&(v.debug("Moving popup to the same offset parent as target"),L.detach().appendTo(ae))):ae=V.inline?v.get.offsetParent(b):v.has.popup()?v.get.offsetParent(L):B,ae.is("html")&&ae[0]!==B[0]&&(v.debug("Setting page as offset parent"),ae=B),v.get.variation()&&v.set.variation()},reposition:function(){v.refresh(),v.set.position()},destroy:function(){v.debug("Destroying previous module"),Re&&Re.disconnect(),L&&!V.preserve&&v.removePopup(),clearTimeout(v.hideTimer),clearTimeout(v.showTimer),v.unbind.close(),v.unbind.events(),s.removeData(te)},event:{start:function(W){var S=l.isPlainObject(V.delay)?V.delay.show:V.delay;clearTimeout(v.hideTimer),(!T||T&&V.addTouchEvents)&&(v.showTimer=setTimeout(v.show,S))},end:function(){var W=l.isPlainObject(V.delay)?V.delay.hide:V.delay;clearTimeout(v.showTimer),v.hideTimer=setTimeout(v.hide,W)},touchstart:function(W){T=!0,V.addTouchEvents&&v.show()},resize:function(){v.is.visible()&&v.set.position()},documentChanged:function(W){[].forEach.call(W,function(S){S.removedNodes&&[].forEach.call(S.removedNodes,function(Y){(Y==X||l(Y).find(X).length>0)&&(v.debug("Element removed from DOM, tearing down events"),v.destroy())})})},hideGracefully:function(W){var S=l(W.target),Y=l.contains(le.documentElement,W.target),Ee=S.closest(C.popup).length>0;W&&!Ee&&Y?(v.debug("Click occurred outside popup hiding popup"),v.hide()):v.debug("Click was inside popup, keeping popup open")}},create:function(){var W=v.get.html(),S=v.get.title(),Y=v.get.content();W||Y||S?(v.debug("Creating pop-up html"),W||(W=V.templates.popup({title:S,content:Y})),L=l("<div/>").addClass(Z.popup).data(Ce.activator,s).html(W),V.inline?(v.verbose("Inserting popup element inline",L),L.insertAfter(s)):(v.verbose("Appending popup element to body",L),L.appendTo(I)),v.refresh(),v.set.variation(),V.hoverable&&v.bind.popup(),V.onCreate.call(L,X)):V.popup?(l(V.popup).data(Ce.activator,s),v.verbose("Used popup specified in settings"),v.refresh(),V.hoverable&&v.bind.popup()):b.next(C.popup).length!==0?(v.verbose("Pre-existing popup found"),V.inline=!0,V.popup=b.next(C.popup).data(Ce.activator,s),v.refresh(),V.hoverable&&v.bind.popup()):v.debug("No content specified skipping display",X)},createID:function(){M=(Math.random().toString(16)+"000000000").substr(2,8),re="."+M,v.verbose("Creating unique id for element",M)},toggle:function(){v.debug("Toggling pop-up"),v.is.hidden()?(v.debug("Popup is hidden, showing pop-up"),v.unbind.close(),v.show()):(v.debug("Popup is visible, hiding pop-up"),v.hide())},show:function(W){if(W=W||function(){},v.debug("Showing pop-up",V.transition),v.is.hidden()&&!(v.is.active()&&v.is.dropdown())){if(v.exists()||v.create(),V.onShow.call(L,X)===!1){v.debug("onShow callback returned false, cancelling popup animation");return}else!V.preserve&&!V.popup&&v.refresh();L&&v.set.position()&&(v.save.conditions(),V.exclusive&&v.hideAll(),v.animate.show(W))}},hide:function(W){if(W=W||function(){},v.is.visible()||v.is.animating()){if(V.onHide.call(L,X)===!1){v.debug("onHide callback returned false, cancelling popup animation");return}v.remove.visible(),v.unbind.close(),v.restore.conditions(),v.animate.hide(W)}},hideAll:function(){l(C.popup).filter("."+Z.popupVisible).each(function(){l(this).data(Ce.activator).popup("hide")})},exists:function(){return L?V.inline||V.popup?v.has.popup():L.closest(I).length>=1:!1},removePopup:function(){v.has.popup()&&!V.popup&&(v.debug("Removing popup",L),L.remove(),L=o,V.onRemove.call(L,X))},save:{conditions:function(){v.cache={title:s.attr("title")},v.cache.title&&s.removeAttr("title"),v.verbose("Saving original attributes",v.cache.title)}},restore:{conditions:function(){return v.cache&&v.cache.title&&(s.attr("title",v.cache.title),v.verbose("Restoring original attributes",v.cache.title)),!0}},supports:{svg:function(){return typeof SVGGraphicsElement!="undefined"}},animate:{show:function(W){W=l.isFunction(W)?W:function(){},V.transition&&l.fn.transition!==o&&s.transition("is supported")?(v.set.visible(),L.transition({animation:V.transition+" in",queue:!1,debug:V.debug,verbose:V.verbose,duration:V.duration,onComplete:function(){v.bind.close(),W.call(L,X),V.onVisible.call(L,X)}})):v.error(we.noTransition)},hide:function(W){W=l.isFunction(W)?W:function(){},v.debug("Hiding pop-up"),V.transition&&l.fn.transition!==o&&s.transition("is supported")?L.transition({animation:V.transition+" out",queue:!1,duration:V.duration,debug:V.debug,verbose:V.verbose,onComplete:function(){v.reset(),W.call(L,X),V.onHidden.call(L,X)}}):v.error(we.noTransition)}},change:{content:function(W){L.html(W)}},get:{html:function(){return s.removeData(Ce.html),s.data(Ce.html)||V.html},title:function(){return s.removeData(Ce.title),s.data(Ce.title)||V.title},content:function(){return s.removeData(Ce.content),s.data(Ce.content)||V.content||s.attr("title")},variation:function(){return s.removeData(Ce.variation),s.data(Ce.variation)||V.variation},popup:function(){return L},popupOffset:function(){return L.offset()},calculations:function(){var W=v.get.offsetParent(L),S=b[0],Y=Pe[0]==q,Ee=b.offset(),Ne=V.inline||V.popup&&V.movePopup?b.offsetParent().offset():{top:0,left:0},Be=Y?{top:0,left:0}:Pe.offset(),Ue={},rt=Y?{top:F.scrollTop(),left:F.scrollLeft()}:{top:0,left:0},bt;if(Ue={target:{element:b[0],width:b.outerWidth(),height:b.outerHeight(),top:Ee.top-Ne.top,left:Ee.left-Ne.left,margin:{}},popup:{width:L.outerWidth(),height:L.outerHeight()},parent:{width:ae.outerWidth(),height:ae.outerHeight()},screen:{top:Be.top,left:Be.left,scroll:{top:rt.top,left:rt.left},width:Pe.width(),height:Pe.height()}},W.get(0)!==ae.get(0)){var St=W.offset();Ue.target.top-=St.top,Ue.target.left-=St.left,Ue.parent.width=W.outerWidth(),Ue.parent.height=W.outerHeight()}return V.setFluidWidth&&v.is.fluid()&&(Ue.container={width:L.parent().outerWidth()},Ue.popup.width=Ue.container.width),Ue.target.margin.top=V.inline?parseInt(q.getComputedStyle(S).getPropertyValue("margin-top"),10):0,Ue.target.margin.left=V.inline?v.is.rtl()?parseInt(q.getComputedStyle(S).getPropertyValue("margin-right"),10):parseInt(q.getComputedStyle(S).getPropertyValue("margin-left"),10):0,bt=Ue.screen,Ue.boundary={top:bt.top+bt.scroll.top,bottom:bt.top+bt.scroll.top+bt.height,left:bt.left+bt.scroll.left,right:bt.left+bt.scroll.left+bt.width},Ue},id:function(){return M},startEvent:function(){return V.on=="hover"?"mouseenter":V.on=="focus"?"focus":!1},scrollEvent:function(){return"scroll"},endEvent:function(){return V.on=="hover"?"mouseleave":V.on=="focus"?"blur":!1},distanceFromBoundary:function(W,S){var Y={},Ee,Ne;return S=S||v.get.calculations(),Ee=S.popup,Ne=S.boundary,W&&(Y={top:W.top-Ne.top,left:W.left-Ne.left,right:Ne.right-(W.left+Ee.width),bottom:Ne.bottom-(W.top+Ee.height)},v.verbose("Distance from boundaries determined",W,Y)),Y},offsetParent:function(W){var S=W!==o?W[0]:b[0],Y=S.parentNode,Ee=l(Y);if(Y)for(var Ne=Ee.css("transform")==="none",Be=Ee.css("position")==="static",Ue=Ee.is("body");Y&&!Ue&&Be&&Ne;)Y=Y.parentNode,Ee=l(Y),Ne=Ee.css("transform")==="none",Be=Ee.css("position")==="static",Ue=Ee.is("body");return Ee&&Ee.length>0?Ee:l()},positions:function(){return{"top left":!1,"top center":!1,"top right":!1,"bottom left":!1,"bottom center":!1,"bottom right":!1,"left center":!1,"right center":!1}},nextPosition:function(W){var S=W.split(" "),Y=S[0],Ee=S[1],Ne={top:"bottom",bottom:"top",left:"right",right:"left"},Be={left:"center",center:"right",right:"left"},Ue={"top left":"top center","top center":"top right","top right":"right center","right center":"bottom right","bottom right":"bottom center","bottom center":"bottom left","bottom left":"left center","left center":"top left"},rt=Y=="top"||Y=="bottom",bt=!1,St=!1,jt=!1;return D||(v.verbose("All available positions available"),D=v.get.positions()),v.debug("Recording last position tried",W),D[W]=!0,V.prefer==="opposite"&&(jt=[Ne[Y],Ee],jt=jt.join(" "),bt=D[jt]===!0,v.debug("Trying opposite strategy",jt)),V.prefer==="adjacent"&&rt&&(jt=[Y,Be[Ee]],jt=jt.join(" "),St=D[jt]===!0,v.debug("Trying adjacent strategy",jt)),(St||bt)&&(v.debug("Using backup position",jt),jt=Ue[W]),jt}},set:{position:function(W,S){if(b.length===0||L.length===0){v.error(we.notFound);return}var Y,Ee,Ne,Be,Ue,rt,bt,St;if(S=S||v.get.calculations(),W=W||s.data(Ce.position)||V.position,Y=s.data(Ce.offset)||V.offset,Ee=V.distanceAway,Ne=S.target,Be=S.popup,Ue=S.parent,v.should.centerArrow(S)&&(v.verbose("Adjusting offset to center arrow on small target element"),(W=="top left"||W=="bottom left")&&(Y+=Ne.width/2,Y-=V.arrowPixelsFromEdge),(W=="top right"||W=="bottom right")&&(Y-=Ne.width/2,Y+=V.arrowPixelsFromEdge)),Ne.width===0&&Ne.height===0&&!v.is.svg(Ne.element))return v.debug("Popup target is hidden, no action taken"),!1;switch(V.inline&&(v.debug("Adding margin to calculation",Ne.margin),W=="left center"||W=="right center"?(Y+=Ne.margin.top,Ee+=-Ne.margin.left):W=="top left"||W=="top center"||W=="top right"?(Y+=Ne.margin.left,Ee-=Ne.margin.top):(Y+=Ne.margin.left,Ee+=Ne.margin.top)),v.debug("Determining popup position from calculations",W,S),v.is.rtl()&&(W=W.replace(/left|right/g,function(jt){return jt=="left"?"right":"left"}),v.debug("RTL: Popup position updated",W)),k==V.maxSearchDepth&&typeof V.lastResort=="string"&&(W=V.lastResort),W){case"top left":rt={top:"auto",bottom:Ue.height-Ne.top+Ee,left:Ne.left+Y,right:"auto"};break;case"top center":rt={bottom:Ue.height-Ne.top+Ee,left:Ne.left+Ne.width/2-Be.width/2+Y,top:"auto",right:"auto"};break;case"top right":rt={bottom:Ue.height-Ne.top+Ee,right:Ue.width-Ne.left-Ne.width-Y,top:"auto",left:"auto"};break;case"left center":rt={top:Ne.top+Ne.height/2-Be.height/2+Y,right:Ue.width-Ne.left+Ee,left:"auto",bottom:"auto"};break;case"right center":rt={top:Ne.top+Ne.height/2-Be.height/2+Y,left:Ne.left+Ne.width+Ee,bottom:"auto",right:"auto"};break;case"bottom left":rt={top:Ne.top+Ne.height+Ee,left:Ne.left+Y,bottom:"auto",right:"auto"};break;case"bottom center":rt={top:Ne.top+Ne.height+Ee,left:Ne.left+Ne.width/2-Be.width/2+Y,bottom:"auto",right:"auto"};break;case"bottom right":rt={top:Ne.top+Ne.height+Ee,right:Ue.width-Ne.left-Ne.width-Y,left:"auto",bottom:"auto"};break}if(rt===o&&v.error(we.invalidPosition,W),v.debug("Calculated popup positioning values",rt),L.css(rt).removeClass(Z.position).addClass(W).addClass(Z.loading),bt=v.get.popupOffset(),St=v.get.distanceFromBoundary(bt,S),!V.forcePosition&&v.is.offstage(St,W)){if(v.debug("Position is outside viewport",W),k<V.maxSearchDepth)return k++,W=v.get.nextPosition(W),v.debug("Trying new position",W),L?v.set.position(W,S):!1;if(V.lastResort)v.debug("No position found, showing with last position");else return v.debug("Popup could not find a position to display",L),v.error(we.cannotPlace,X),v.remove.attempts(),v.remove.loading(),v.reset(),V.onUnplaceable.call(L,X),!1}return v.debug("Position is on stage",W),v.remove.attempts(),v.remove.loading(),V.setFluidWidth&&v.is.fluid()&&v.set.fluidWidth(S),!0},fluidWidth:function(W){W=W||v.get.calculations(),v.debug("Automatically setting element width to parent width",W.parent.width),L.css("width",W.container.width)},variation:function(W){W=W||v.get.variation(),W&&v.has.popup()&&(v.verbose("Adding variation to popup",W),L.addClass(W))},visible:function(){s.addClass(Z.visible)}},remove:{loading:function(){L.removeClass(Z.loading)},variation:function(W){W=W||v.get.variation(),W&&(v.verbose("Removing variation",W),L.removeClass(W))},visible:function(){s.removeClass(Z.visible)},attempts:function(){v.verbose("Resetting all searched positions"),k=0,D=!1}},bind:{events:function(){v.debug("Binding popup events to module"),V.on=="click"&&s.on(J+ve,v.toggle),V.on=="hover"&&s.on("touchstart"+ve,v.event.touchstart),v.get.startEvent()&&s.on(v.get.startEvent()+ve,v.event.start).on(v.get.endEvent()+ve,v.event.end),V.target&&v.debug("Target set to element",b),F.on("resize"+re,v.event.resize)},popup:function(){v.verbose("Allowing hover events on popup to prevent closing"),L&&v.has.popup()&&L.on("mouseenter"+ve,v.event.start).on("mouseleave"+ve,v.event.end)},close:function(){(V.hideOnScroll===!0||V.hideOnScroll=="auto"&&V.on!="click")&&v.bind.closeOnScroll(),v.is.closable()?v.bind.clickaway():V.on=="hover"&&T&&v.bind.touchClose()},closeOnScroll:function(){v.verbose("Binding scroll close event to document"),je.one(v.get.scrollEvent()+re,v.event.hideGracefully)},touchClose:function(){v.verbose("Binding popup touchclose event to document"),N.on("touchstart"+re,function(W){v.verbose("Touched away from popup"),v.event.hideGracefully.call(X,W)})},clickaway:function(){v.verbose("Binding popup close event to document"),N.on(J+re,function(W){v.verbose("Clicked away from popup"),v.event.hideGracefully.call(X,W)})}},unbind:{events:function(){F.off(re),s.off(ve)},close:function(){N.off(re),je.off(re)}},has:{popup:function(){return L&&L.length>0}},should:{centerArrow:function(W){return!v.is.basic()&&W.target.width<=V.arrowPixelsFromEdge*2}},is:{closable:function(){return V.closable=="auto"?V.on!="hover":V.closable},offstage:function(W,S){var Y=[];return l.each(W,function(Ee,Ne){Ne<-V.jitter&&(v.debug("Position exceeds allowable distance from edge",Ee,Ne,S),Y.push(Ee))}),Y.length>0},svg:function(W){return v.supports.svg()&&W instanceof SVGGraphicsElement},basic:function(){return s.hasClass(Z.basic)},active:function(){return s.hasClass(Z.active)},animating:function(){return L!==o&&L.hasClass(Z.animating)},fluid:function(){return L!==o&&L.hasClass(Z.fluid)},visible:function(){return L!==o&&L.hasClass(Z.popupVisible)},dropdown:function(){return s.hasClass(Z.dropdown)},hidden:function(){return!v.is.visible()},rtl:function(){return s.attr("dir")==="rtl"||s.css("direction")==="rtl"}},reset:function(){v.remove.visible(),V.preserve?l.fn.transition!==o&&L.transition("remove transition"):v.removePopup()},setting:function(W,S){if(l.isPlainObject(W))l.extend(!0,V,W);else if(S!==o)V[W]=S;else return V[W]},internal:function(W,S){if(l.isPlainObject(W))l.extend(!0,v,W);else if(S!==o)v[W]=S;else return v[W]},debug:function(){!V.silent&&V.debug&&(V.performance?v.performance.log(arguments):(v.debug=Function.prototype.bind.call(console.info,console,V.name+":"),v.debug.apply(console,arguments)))},verbose:function(){!V.silent&&V.verbose&&V.debug&&(V.performance?v.performance.log(arguments):(v.verbose=Function.prototype.bind.call(console.info,console,V.name+":"),v.verbose.apply(console,arguments)))},error:function(){V.silent||(v.error=Function.prototype.bind.call(console.error,console,V.name+":"),v.error.apply(console,arguments))},performance:{log:function(W){var S,Y,Ee;V.performance&&(S=new Date().getTime(),Ee=pe||S,Y=S-Ee,pe=S,K.push({Name:W[0],Arguments:[].slice.call(W,1)||"",Element:X,"Execution Time":Y})),clearTimeout(v.performance.timer),v.performance.timer=setTimeout(v.performance.display,500)},display:function(){var W=V.name+":",S=0;pe=!1,clearTimeout(v.performance.timer),l.each(K,function(Y,Ee){S+=Ee["Execution Time"]}),W+=" "+S+"ms",ce&&(W+=" '"+ce+"'"),(console.group!==o||console.table!==o)&&K.length>0&&(console.groupCollapsed(W),console.table?console.table(K):l.each(K,function(Y,Ee){console.log(Ee.Name+": "+Ee["Execution Time"]+"ms")}),console.groupEnd()),K=[]}},invoke:function(W,S,Y){var Ee=de,Ne,Be,Ue;return S=S||ye,Y=X||Y,typeof W=="string"&&Ee!==o&&(W=W.split(/[\. ]/),Ne=W.length-1,l.each(W,function(rt,bt){var St=rt!=Ne?bt+W[rt+1].charAt(0).toUpperCase()+W[rt+1].slice(1):W;if(l.isPlainObject(Ee[St])&&rt!=Ne)Ee=Ee[St];else{if(Ee[St]!==o)return Be=Ee[St],!1;if(l.isPlainObject(Ee[bt])&&rt!=Ne)Ee=Ee[bt];else return Ee[bt]!==o&&(Be=Ee[bt]),!1}})),l.isFunction(Be)?Ue=Be.apply(Y,S):Be!==o&&(Ue=Be),Array.isArray(xe)?xe.push(Ue):xe!==o?xe=[xe,Ue]:Ue!==o&&(xe=Ue),Be}},O?(de===o&&v.initialize(),v.invoke(y)):(de!==o&&de.invoke("destroy"),v.initialize())}),xe!==o?xe:this},l.fn.popup.settings={name:"Popup",silent:!1,debug:!1,verbose:!1,performance:!0,namespace:"popup",observeChanges:!0,onCreate:function(){},onRemove:function(){},onShow:function(){},onVisible:function(){},onHide:function(){},onUnplaceable:function(){},onHidden:function(){},on:"hover",boundary:q,addTouchEvents:!0,position:"top left",forcePosition:!1,variation:"",movePopup:!0,target:!1,popup:!1,inline:!1,preserve:!1,hoverable:!1,content:!1,html:!1,title:!1,closable:!0,hideOnScroll:"auto",exclusive:!1,context:"body",scrollContext:q,prefer:"opposite",lastResort:!1,arrowPixelsFromEdge:20,delay:{show:50,hide:70},setFluidWidth:!0,duration:200,transition:"scale",distanceAway:0,jitter:2,offset:0,maxSearchDepth:15,error:{invalidPosition:"The position you specified is not a valid position",cannotPlace:"Popup does not fit within the boundaries of the viewport",method:"The method you called is not defined.",noTransition:"This module requires ui transitions <https://github.com/Semantic-Org/UI-Transition>",notFound:"The target or popup you specified does not exist on the page"},metadata:{activator:"activator",content:"content",html:"html",offset:"offset",position:"position",title:"title",variation:"variation"},className:{active:"active",basic:"basic",animating:"animating",dropdown:"dropdown",fluid:"fluid",loading:"loading",popup:"ui popup",position:"top left center bottom right",visible:"visible",popupVisible:"visible"},selector:{popup:".ui.popup"},templates:{escape:function(h){var p=/[<>"'`]/g,N=/[&<>"'`]/,F={"<":"<",">":">",'"':""","'":"'","`":"`"},B=function(ce){return F[ce]};return N.test(h)?(h=h.replace(/&(?![a-z0-9#]{1,6};)/,"&"),h.replace(p,B)):h},popup:function(h){var p="",N=l.fn.popup.settings.templates.escape;return typeof h!==o&&(typeof h.title!==o&&h.title&&(h.title=N(h.title),p+='<div class="header">'+h.title+"</div>"),typeof h.content!==o&&h.content&&(h.content=N(h.content),p+='<div class="content">'+h.content+"</div>")),p}}}})(jQuery,window,document);(function(l,q,le,o){"use strict";l.isFunction=l.isFunction||function(h){return typeof h=="function"&&typeof h.nodeType!="number"},q=typeof q!="undefined"&&q.Math==Math?q:typeof self!="undefined"&&self.Math==Math?self:Function("return this")(),l.fn.progress=function(h){var p=l(this),N=p.selector||"",F=new Date().getTime(),B=[],ce=arguments[0],J=typeof ce=="string",pe=[].slice.call(arguments,1),K;return p.each(function(){var y=l.isPlainObject(h)?l.extend(!0,{},l.fn.progress.settings,h):l.extend({},l.fn.progress.settings),O=y.className,ye=y.metadata,xe=y.namespace,V=y.selector,C=y.error,Z="."+xe,we="module-"+xe,Ce=l(this),Ae=l(this).find(V.bar),ve=l(this).find(V.progress),te=l(this).find(V.label),s=this,I=Ce.data(we),je=!1,Pe,b;b={helper:{sum:function(L){return Array.isArray(L)?L.reduce(function(ae,k){return ae+Number(k)},0):0},derivePrecision:function(L,ae){for(var k=0,D=1,T=L/ae;k<10&&(T=T*D,!(T>1));)D=Math.pow(10,k++);return D},forceArray:function(L){return Array.isArray(L)?L:isNaN(L)?typeof L=="string"?L.split(","):[]:[L]}},initialize:function(){b.set.duration(),b.set.transitionEvent(),b.debug(s),b.read.metadata(),b.read.settings(),b.instantiate()},instantiate:function(){b.verbose("Storing instance of progress",b),I=b,Ce.data(we,b)},destroy:function(){b.verbose("Destroying previous progress for",Ce),clearInterval(I.interval),b.remove.state(),Ce.removeData(we),I=o},reset:function(){b.remove.nextValue(),b.update.progress(0)},complete:function(L){(b.percent===o||b.percent<100)&&(b.remove.progressPoll(),L!==!0&&b.set.percent(100))},read:{metadata:function(){var L={percent:b.helper.forceArray(Ce.data(ye.percent)),total:Ce.data(ye.total),value:b.helper.forceArray(Ce.data(ye.value))};L.total!==o&&(b.debug("Total value set from metadata",L.total),b.set.total(L.total)),L.value.length>0&&(b.debug("Current value set from metadata",L.value),b.set.value(L.value),b.set.progress(L.value)),L.percent.length>0&&(b.debug("Current percent value set from metadata",L.percent),b.set.percent(L.percent))},settings:function(){y.total!==!1&&(b.debug("Current total set in settings",y.total),b.set.total(y.total)),y.value!==!1&&(b.debug("Current value set in settings",y.value),b.set.value(y.value),b.set.progress(b.value)),y.percent!==!1&&(b.debug("Current percent set in settings",y.percent),b.set.percent(y.percent))}},bind:{transitionEnd:function(L){var ae=b.get.transitionEnd();Ae.one(ae+Z,function(k){clearTimeout(b.failSafeTimer),L.call(this,k)}),b.failSafeTimer=setTimeout(function(){Ae.triggerHandler(ae)},y.duration+y.failSafeDelay),b.verbose("Adding fail safe timer",b.timer)}},increment:function(L){var ae,k;b.has.total()?(ae=b.get.value(),L=L||1):(ae=b.get.percent(),L=L||b.get.randomValue()),k=ae+L,b.debug("Incrementing percentage by",ae,k,L),k=b.get.normalizedValue(k),b.set.progress(k)},decrement:function(L){var ae=b.get.total(),k,D;ae?(k=b.get.value(),L=L||1,D=k-L,b.debug("Decrementing value by",L,k)):(k=b.get.percent(),L=L||b.get.randomValue(),D=k-L,b.debug("Decrementing percentage by",L,k)),D=b.get.normalizedValue(D),b.set.progress(D)},has:{progressPoll:function(){return b.progressPoll},total:function(){return b.get.total()!==!1}},get:{text:function(L,ae){var k=ae||0,D=b.get.value(k),T=b.get.total(),X=je?b.get.displayPercent(k):b.get.percent(k),de=T!==!1?Math.max(0,T-D):100-X;return L=L||"",L=L.replace("{value}",D).replace("{total}",T||0).replace("{left}",de).replace("{percent}",X).replace("{bar}",y.text.bars[k]||""),b.verbose("Adding variables to progress bar text",L),L},normalizedValue:function(L){if(L<0)return b.debug("Value cannot decrement below 0"),0;if(b.has.total()){if(L>b.total)return b.debug("Value cannot increment above total",b.total),b.total}else if(L>100)return b.debug("Value cannot increment above 100 percent"),100;return L},updateInterval:function(){return y.updateInterval=="auto"?y.duration:y.updateInterval},randomValue:function(){return b.debug("Generating random increment percentage"),Math.floor(Math.random()*y.random.max+y.random.min)},numericValue:function(L){return typeof L=="string"?L.replace(/[^\d.]/g,"")!==""?+L.replace(/[^\d.]/g,""):!1:L},transitionEnd:function(){var L=le.createElement("element"),ae={transition:"transitionend",OTransition:"oTransitionEnd",MozTransition:"transitionend",WebkitTransition:"webkitTransitionEnd"},k;for(k in ae)if(L.style[k]!==o)return ae[k]},displayPercent:function(L){var ae=l(Ae[L]),k=ae.width(),D=Ce.width(),T=parseInt(ae.css("min-width"),10),X=k>T?k/D*100:b.percent;return y.precision>0?Math.round(X*(10*y.precision))/(10*y.precision):Math.round(X)},percent:function(L){return b.percent&&b.percent[L||0]||0},value:function(L){return b.nextValue||b.value&&b.value[L||0]||0},total:function(){return b.total!==o?b.total:!1}},create:{progressPoll:function(){b.progressPoll=setTimeout(function(){b.update.toNextValue(),b.remove.progressPoll()},b.get.updateInterval())}},is:{complete:function(){return b.is.success()||b.is.warning()||b.is.error()},success:function(){return Ce.hasClass(O.success)},warning:function(){return Ce.hasClass(O.warning)},error:function(){return Ce.hasClass(O.error)},active:function(){return Ce.hasClass(O.active)},visible:function(){return Ce.is(":visible")}},remove:{progressPoll:function(){b.verbose("Removing progress poll timer"),b.progressPoll&&(clearTimeout(b.progressPoll),delete b.progressPoll)},nextValue:function(){b.verbose("Removing progress value stored for next update"),delete b.nextValue},state:function(){b.verbose("Removing stored state"),delete b.total,delete b.percent,delete b.value},active:function(){b.verbose("Removing active state"),Ce.removeClass(O.active)},success:function(){b.verbose("Removing success state"),Ce.removeClass(O.success)},warning:function(){b.verbose("Removing warning state"),Ce.removeClass(O.warning)},error:function(){b.verbose("Removing error state"),Ce.removeClass(O.error)}},set:{barWidth:function(L){b.debug("set bar width with ",L),L=b.helper.forceArray(L);var ae=-1,k=-1,D=b.helper.sum(L),T=Ae.length,X=T>1,de=L.map(function(Re,re){var M=re===T-1&&D===0,v=l(Ae[re]);return Re===0&&X&&!M?v.css("display","none"):(X&&M&&v.css("background","transparent"),ae==-1&&(ae=re),k=re,v.css({display:"block",width:Re+"%"})),parseFloat(Re)});L.forEach(function(Re,re){var M=l(Ae[re]);M.css({borderTopLeftRadius:re==ae?"":0,borderBottomLeftRadius:re==ae?"":0,borderTopRightRadius:re==k?"":0,borderBottomRightRadius:re==k?"":0})}),Ce.attr("data-percent",de)},duration:function(L){L=L||y.duration,L=typeof L=="number"?L+"ms":L,b.verbose("Setting progress bar transition duration",L),Ae.css({"transition-duration":L})},percent:function(L){L=b.helper.forceArray(L).map(function(Re){return typeof Re=="string"?+Re.replace("%",""):Re});var ae=b.has.total(),k=b.helper.sum(L),D=L.length>1&&ae,T=b.helper.sum(b.helper.forceArray(b.value));if(D&&T>b.total)b.error(C.sumExceedsTotal,T,b.total);else if(!D&&k>100)b.error(C.tooHigh,k);else if(k<0)b.error(C.tooLow,k);else{var X=y.precision>0?y.precision:D?b.helper.derivePrecision(Math.min.apply(null,b.value),b.total):0,de=L.map(function(Re){return X>0?Math.round(Re*(10*X))/(10*X):Math.round(Re)});b.percent=de,ae&&(b.value=de.map(function(Re){return X>0?Math.round(Re/100*b.total*(10*X))/(10*X):Math.round(Re/100*b.total*10)/10}),y.limitValues&&(b.value=b.value.map(function(Re){return Math.max(0,Math.min(100,Re))}))),b.set.barWidth(L),b.set.labelInterval(),b.set.labels()}y.onChange.call(s,L,b.value,b.total)},labelInterval:function(){var L=function(){b.verbose("Bar finished animating, removing continuous label updates"),clearInterval(b.interval),je=!1,b.set.labels()};clearInterval(b.interval),b.bind.transitionEnd(L),je=!0,b.interval=setInterval(function(){var ae=l.contains(le.documentElement,s);ae||(clearInterval(b.interval),je=!1),b.set.labels()},y.framerate)},labels:function(){b.verbose("Setting both bar progress and outer label text"),b.set.barLabel(),b.set.state()},label:function(L){L=L||"",L&&(L=b.get.text(L),b.verbose("Setting label to text",L),te.text(L))},state:function(L){L=L!==o?L:b.helper.sum(b.percent),L===100?y.autoSuccess&&Ae.length===1&&!(b.is.warning()||b.is.error()||b.is.success())?(b.set.success(),b.debug("Automatically triggering success at 100%")):(b.verbose("Reached 100% removing active state"),b.remove.active(),b.remove.progressPoll()):L>0?(b.verbose("Adjusting active progress bar label",L),b.set.active()):(b.remove.active(),b.set.label(y.text.active))},barLabel:function(L){ve.map(function(ae,k){var D=l(k);L!==o?D.text(b.get.text(L,ae)):y.label=="ratio"&&b.has.total()?(b.verbose("Adding ratio to bar label"),D.text(b.get.text(y.text.ratio,ae))):y.label=="percent"&&(b.verbose("Adding percentage to bar label"),D.text(b.get.text(y.text.percent,ae)))})},active:function(L){L=L||y.text.active,b.debug("Setting active state"),y.showActivity&&!b.is.active()&&Ce.addClass(O.active),b.remove.warning(),b.remove.error(),b.remove.success(),L=y.onLabelUpdate("active",L,b.value,b.total),L&&b.set.label(L),b.bind.transitionEnd(function(){y.onActive.call(s,b.value,b.total)})},success:function(L,ae){L=L||y.text.success||y.text.active,b.debug("Setting success state"),Ce.addClass(O.success),b.remove.active(),b.remove.warning(),b.remove.error(),b.complete(ae),y.text.success?(L=y.onLabelUpdate("success",L,b.value,b.total),b.set.label(L)):(L=y.onLabelUpdate("active",L,b.value,b.total),b.set.label(L)),b.bind.transitionEnd(function(){y.onSuccess.call(s,b.total)})},warning:function(L,ae){L=L||y.text.warning,b.debug("Setting warning state"),Ce.addClass(O.warning),b.remove.active(),b.remove.success(),b.remove.error(),b.complete(ae),L=y.onLabelUpdate("warning",L,b.value,b.total),L&&b.set.label(L),b.bind.transitionEnd(function(){y.onWarning.call(s,b.value,b.total)})},error:function(L,ae){L=L||y.text.error,b.debug("Setting error state"),Ce.addClass(O.error),b.remove.active(),b.remove.success(),b.remove.warning(),b.complete(ae),L=y.onLabelUpdate("error",L,b.value,b.total),L&&b.set.label(L),b.bind.transitionEnd(function(){y.onError.call(s,b.value,b.total)})},transitionEvent:function(){Pe=b.get.transitionEnd()},total:function(L){b.total=L},value:function(L){b.value=b.helper.forceArray(L)},progress:function(L){b.has.progressPoll()?(b.debug("Updated within interval, setting next update to use new value",L),b.set.nextValue(L)):(b.debug("First update in progress update interval, immediately updating",L),b.update.progress(L),b.create.progressPoll())},nextValue:function(L){b.nextValue=L}},update:{toNextValue:function(){var L=b.nextValue;L&&(b.debug("Update interval complete using last updated value",L),b.update.progress(L),b.remove.nextValue())},progress:function(L){var ae=b.has.total();ae&&b.set.value(L);var k=b.helper.forceArray(L).map(function(D){var T;return D=b.get.numericValue(D),D===!1&&b.error(C.nonNumeric,D),D=b.get.normalizedValue(D),ae?(T=b.total>0?D/b.total*100:100,b.debug("Calculating percent complete from total",T)):(T=D,b.debug("Setting value to exact percentage value",T)),T});b.set.percent(k)}},setting:function(L,ae){if(b.debug("Changing setting",L,ae),l.isPlainObject(L))l.extend(!0,y,L);else if(ae!==o)l.isPlainObject(y[L])?l.extend(!0,y[L],ae):y[L]=ae;else return y[L]},internal:function(L,ae){if(l.isPlainObject(L))l.extend(!0,b,L);else if(ae!==o)b[L]=ae;else return b[L]},debug:function(){!y.silent&&y.debug&&(y.performance?b.performance.log(arguments):(b.debug=Function.prototype.bind.call(console.info,console,y.name+":"),b.debug.apply(console,arguments)))},verbose:function(){!y.silent&&y.verbose&&y.debug&&(y.performance?b.performance.log(arguments):(b.verbose=Function.prototype.bind.call(console.info,console,y.name+":"),b.verbose.apply(console,arguments)))},error:function(){y.silent||(b.error=Function.prototype.bind.call(console.error,console,y.name+":"),b.error.apply(console,arguments))},performance:{log:function(L){var ae,k,D;y.performance&&(ae=new Date().getTime(),D=F||ae,k=ae-D,F=ae,B.push({Name:L[0],Arguments:[].slice.call(L,1)||"",Element:s,"Execution Time":k})),clearTimeout(b.performance.timer),b.performance.timer=setTimeout(b.performance.display,500)},display:function(){var L=y.name+":",ae=0;F=!1,clearTimeout(b.performance.timer),l.each(B,function(k,D){ae+=D["Execution Time"]}),L+=" "+ae+"ms",N&&(L+=" '"+N+"'"),(console.group!==o||console.table!==o)&&B.length>0&&(console.groupCollapsed(L),console.table?console.table(B):l.each(B,function(k,D){console.log(D.Name+": "+D["Execution Time"]+"ms")}),console.groupEnd()),B=[]}},invoke:function(L,ae,k){var D=I,T,X,de;return ae=ae||pe,k=s||k,typeof L=="string"&&D!==o&&(L=L.split(/[\. ]/),T=L.length-1,l.each(L,function(Re,re){var M=Re!=T?re+L[Re+1].charAt(0).toUpperCase()+L[Re+1].slice(1):L;if(l.isPlainObject(D[M])&&Re!=T)D=D[M];else{if(D[M]!==o)return X=D[M],!1;if(l.isPlainObject(D[re])&&Re!=T)D=D[re];else return D[re]!==o?(X=D[re],!1):(b.error(C.method,L),!1)}})),l.isFunction(X)?de=X.apply(k,ae):X!==o&&(de=X),Array.isArray(K)?K.push(de):K!==o?K=[K,de]:de!==o&&(K=de),X}},J?(I===o&&b.initialize(),b.invoke(ce)):(I!==o&&I.invoke("destroy"),b.initialize())}),K!==o?K:this},l.fn.progress.settings={name:"Progress",namespace:"progress",silent:!1,debug:!1,verbose:!1,performance:!0,random:{min:2,max:5},duration:300,updateInterval:"auto",autoSuccess:!0,showActivity:!0,limitValues:!0,label:"percent",precision:0,framerate:1e3/30,percent:!1,total:!1,value:!1,failSafeDelay:100,onLabelUpdate:function(h,p,N,F){return p},onChange:function(h,p,N){},onSuccess:function(h){},onActive:function(h,p){},onError:function(h,p){},onWarning:function(h,p){},error:{method:"The method you called is not defined.",nonNumeric:"Progress value is non numeric",tooHigh:"Value specified is above 100%",tooLow:"Value specified is below 0%",sumExceedsTotal:"Sum of multple values exceed total"},regExp:{variable:/\{\$*[A-z0-9]+\}/g},metadata:{percent:"percent",total:"total",value:"value"},selector:{bar:"> .bar",label:"> .label",progress:".bar > .progress"},text:{active:!1,error:!1,success:!1,warning:!1,percent:"{percent}%",ratio:"{value} of {total}",bars:[""]},className:{active:"active",error:"error",success:"success",warning:"warning"}}})(jQuery,window,document);(function(l,q,le,o){"use strict";l.isFunction=l.isFunction||function(h){return typeof h=="function"&&typeof h.nodeType!="number"},q=typeof q!="undefined"&&q.Math==Math?q:typeof self!="undefined"&&self.Math==Math?self:Function("return this")(),l.fn.search=function(h){var p=l(this),N=p.selector||"",F=new Date().getTime(),B=[],ce=arguments[0],J=typeof ce=="string",pe=[].slice.call(arguments,1),K;return l(this).each(function(){var y=l.isPlainObject(h)?l.extend(!0,{},l.fn.search.settings,h):l.extend({},l.fn.search.settings),O=y.className,ye=y.metadata,xe=y.regExp,V=y.fields,C=y.selector,Z=y.error,we=y.namespace,Ce="."+we,Ae=we+"-module",ve=l(this),te=ve.find(C.prompt),s=ve.find(C.searchButton),I=ve.find(C.results),je=ve.find(C.result),Pe=ve.find(C.category),b=this,L=ve.data(Ae),ae=!1,k=!1,D;D={initialize:function(){D.verbose("Initializing module"),D.get.settings(),D.determine.searchFields(),D.bind.events(),D.set.type(),D.create.results(),D.instantiate()},instantiate:function(){D.verbose("Storing instance of module",D),L=D,ve.data(Ae,D)},destroy:function(){D.verbose("Destroying instance"),ve.off(Ce).removeData(Ae)},refresh:function(){D.debug("Refreshing selector cache"),te=ve.find(C.prompt),s=ve.find(C.searchButton),Pe=ve.find(C.category),I=ve.find(C.results),je=ve.find(C.result)},refreshResults:function(){I=ve.find(C.results),je=ve.find(C.result)},bind:{events:function(){D.verbose("Binding events to search"),y.automatic&&(ve.on(D.get.inputEvent()+Ce,C.prompt,D.event.input),te.attr("autocomplete","off")),ve.on("focus"+Ce,C.prompt,D.event.focus).on("blur"+Ce,C.prompt,D.event.blur).on("keydown"+Ce,C.prompt,D.handleKeyboard).on("click"+Ce,C.searchButton,D.query).on("mousedown"+Ce,C.results,D.event.result.mousedown).on("mouseup"+Ce,C.results,D.event.result.mouseup).on("click"+Ce,C.result,D.event.result.click)}},determine:{searchFields:function(){h&&h.searchFields!==o&&(y.searchFields=h.searchFields)}},event:{input:function(){y.searchDelay?(clearTimeout(D.timer),D.timer=setTimeout(function(){D.is.focused()&&D.query()},y.searchDelay)):D.query()},focus:function(){D.set.focus(),y.searchOnFocus&&D.has.minimumCharacters()&&D.query(function(){D.can.show()&&D.showResults()})},blur:function(T){var X=le.activeElement===this,de=function(){D.cancel.query(),D.remove.focus(),D.timer=setTimeout(D.hideResults,y.hideDelay)};X||(k=!1,D.resultsClicked?(D.debug("Determining if user action caused search to close"),ve.one("click.close"+Ce,C.results,function(Re){if(D.is.inMessage(Re)||ae){te.focus();return}ae=!1,!D.is.animating()&&!D.is.hidden()&&de()})):(D.debug("Input blurred without user action, closing results"),de()))},result:{mousedown:function(){D.resultsClicked=!0},mouseup:function(){D.resultsClicked=!1},click:function(T){D.debug("Search result selected");var X=l(this),de=X.find(C.title).eq(0),Re=X.is("a[href]")?X:X.find("a[href]").eq(0),re=Re.attr("href")||!1,M=Re.attr("target")||!1,v=de.length>0?de.text():!1,W=D.get.results(),S=X.data(ye.result)||D.get.result(v,W);if(v&&D.set.value(v),l.isFunction(y.onSelect)&&y.onSelect.call(b,S,W)===!1){D.debug("Custom onSelect callback cancelled default select action"),ae=!0;return}D.hideResults(),re&&(T.preventDefault(),D.verbose("Opening search link found in result",Re),M=="_blank"||T.ctrlKey?q.open(re):q.location.href=re)}}},ensureVisible:function(X){var de,Re,re,M;de=X.position().top,Re=de+X.outerHeight(!0),re=I.scrollTop(),M=I.height(),parseInt(I.css("paddingTop"),0)+parseInt(I.css("paddingBottom"),0),de<0?I.scrollTop(re+de):M<Re&&I.scrollTop(re+(Re-M))},handleKeyboard:function(T){var X=ve.find(C.result),de=ve.find(C.category),Re=X.filter("."+O.active),re=X.index(Re),M=X.length,v=Re.length>0,W=T.which,S={backspace:8,enter:13,escape:27,upArrow:38,downArrow:40},Y;if(W==S.escape&&(D.verbose("Escape key pressed, blurring search field"),D.hideResults(),k=!0),D.is.visible())if(W==S.enter){if(D.verbose("Enter key pressed, selecting active result"),X.filter("."+O.active).length>0)return D.event.result.click.call(X.filter("."+O.active),T),T.preventDefault(),!1}else W==S.upArrow&&v?(D.verbose("Up key pressed, changing active result"),Y=re-1<0?re:re-1,de.removeClass(O.active),X.removeClass(O.active).eq(Y).addClass(O.active).closest(de).addClass(O.active),D.ensureVisible(X.eq(Y)),T.preventDefault()):W==S.downArrow&&(D.verbose("Down key pressed, changing active result"),Y=re+1>=M?re:re+1,de.removeClass(O.active),X.removeClass(O.active).eq(Y).addClass(O.active).closest(de).addClass(O.active),D.ensureVisible(X.eq(Y)),T.preventDefault());else W==S.enter&&(D.verbose("Enter key pressed, executing query"),D.query(),D.set.buttonPressed(),te.one("keyup",D.remove.buttonFocus))},setup:{api:function(T,X){var de={debug:y.debug,on:!1,cache:y.cache,action:"search",urlData:{query:T},onSuccess:function(Re){D.parse.response.call(b,Re,T),X()},onFailure:function(){D.displayMessage(Z.serverError),X()},onAbort:function(Re){},onError:D.error};l.extend(!0,de,y.apiSettings),D.verbose("Setting up API request",de),ve.api(de)}},can:{useAPI:function(){return l.fn.api!==o},show:function(){return D.is.focused()&&!D.is.visible()&&!D.is.empty()},transition:function(){return y.transition&&l.fn.transition!==o&&ve.transition("is supported")}},is:{animating:function(){return I.hasClass(O.animating)},hidden:function(){return I.hasClass(O.hidden)},inMessage:function(T){if(!!T.target){var X=l(T.target),de=l.contains(le.documentElement,T.target);return de&&X.closest(C.message).length>0}},empty:function(){return I.html()===""},visible:function(){return I.filter(":visible").length>0},focused:function(){return te.filter(":focus").length>0}},get:{settings:function(){l.isPlainObject(h)&&h.searchFullText&&(y.fullTextSearch=h.searchFullText,D.error(y.error.oldSearchSyntax,b)),y.ignoreDiacritics&&!String.prototype.normalize&&(y.ignoreDiacritics=!1,D.error(Z.noNormalize,b))},inputEvent:function(){var T=te[0],X=T!==o&&T.oninput!==o?"input":T!==o&&T.onpropertychange!==o?"propertychange":"keyup";return X},value:function(){return te.val()},results:function(){var T=ve.data(ye.results);return T},result:function(T,X){var de=!1;return T=T!==o?T:D.get.value(),X=X!==o?X:D.get.results(),y.type==="category"?(D.debug("Finding result that matches",T),l.each(X,function(Re,re){if(Array.isArray(re.results)&&(de=D.search.object(T,re.results)[0],de))return!1})):(D.debug("Finding result in results object",T),de=D.search.object(T,X)[0]),de||!1}},select:{firstResult:function(){D.verbose("Selecting first result"),je.first().addClass(O.active)}},set:{focus:function(){ve.addClass(O.focus)},loading:function(){ve.addClass(O.loading)},value:function(T){D.verbose("Setting search input value",T),te.val(T)},type:function(T){T=T||y.type,y.type=="category"&&ve.addClass(y.type)},buttonPressed:function(){s.addClass(O.pressed)}},remove:{loading:function(){ve.removeClass(O.loading)},focus:function(){ve.removeClass(O.focus)},buttonPressed:function(){s.removeClass(O.pressed)},diacritics:function(T){return y.ignoreDiacritics?T.normalize("NFD").replace(/[\u0300-\u036f]/g,""):T}},query:function(T){T=l.isFunction(T)?T:function(){};var X=D.get.value(),de=D.read.cache(X);T=T||function(){},D.has.minimumCharacters()?(de?(D.debug("Reading result from cache",X),D.save.results(de.results),D.addResults(de.html),D.inject.id(de.results),T()):(D.debug("Querying for",X),l.isPlainObject(y.source)||Array.isArray(y.source)?(D.search.local(X),T()):D.can.useAPI()?D.search.remote(X,T):(D.error(Z.source),T())),y.onSearchQuery.call(b,X)):D.hideResults()},search:{local:function(T){var X=D.search.object(T,y.source),de;D.set.loading(),D.save.results(X),D.debug("Returned full local search results",X),y.maxResults>0&&(D.debug("Using specified max results",X),X=X.slice(0,y.maxResults)),y.type=="category"&&(X=D.create.categoryResults(X)),de=D.generateResults({results:X}),D.remove.loading(),D.addResults(de),D.inject.id(X),D.write.cache(T,{html:de,results:X})},remote:function(T,X){X=l.isFunction(X)?X:function(){},ve.api("is loading")&&ve.api("abort"),D.setup.api(T,X),ve.api("query")},object:function(T,X,de){T=D.remove.diacritics(String(T));var Re=[],re=[],M=[],v=T.replace(xe.escape,"\\$&"),W=new RegExp(xe.beginsWith+v,"i"),S=function(Y,Ee){var Ne=l.inArray(Ee,Re)==-1,Be=l.inArray(Ee,M)==-1,Ue=l.inArray(Ee,re)==-1;Ne&&Be&&Ue&&Y.push(Ee)};return X=X||y.source,de=de!==o?de:y.searchFields,Array.isArray(de)||(de=[de]),X===o||X===!1?(D.error(Z.source),[]):(l.each(de,function(Y,Ee){l.each(X,function(Ne,Be){var Ue=typeof Be[Ee]=="string"||typeof Be[Ee]=="number";if(Ue){var rt;typeof Be[Ee]=="string"?rt=D.remove.diacritics(Be[Ee]):rt=Be[Ee].toString(),rt.search(W)!==-1?S(Re,Be):y.fullTextSearch==="exact"&&D.exactSearch(T,rt)?S(re,Be):y.fullTextSearch==!0&&D.fuzzySearch(T,rt)&&S(M,Be)}})}),l.merge(re,M),l.merge(Re,re),Re)}},exactSearch:function(T,X){return T=T.toLowerCase(),X=X.toLowerCase(),X.indexOf(T)>-1},fuzzySearch:function(T,X){var de=X.length,Re=T.length;if(typeof T!="string"||(T=T.toLowerCase(),X=X.toLowerCase(),Re>de))return!1;if(Re===de)return T===X;e:for(var re=0,M=0;re<Re;re++){for(var v=T.charCodeAt(re);M<de;)if(X.charCodeAt(M++)===v)continue e;return!1}return!0},parse:{response:function(T,X){if(Array.isArray(T)){var de={};de[V.results]=T,T=de}var Re=D.generateResults(T);D.verbose("Parsing server response",T),T!==o&&X!==o&&T[V.results]!==o&&(D.addResults(Re),D.inject.id(T[V.results]),D.write.cache(X,{html:Re,results:T[V.results]}),D.save.results(T[V.results]))}},cancel:{query:function(){D.can.useAPI()&&ve.api("abort")}},has:{minimumCharacters:function(){var T=D.get.value(),X=T.length;return X>=y.minCharacters},results:function(){if(I.length===0)return!1;var T=I.html();return T!=""}},clear:{cache:function(T){var X=ve.data(ye.cache);T?T&&X&&X[T]&&(D.debug("Removing value from cache",T),delete X[T],ve.data(ye.cache,X)):(D.debug("Clearing cache",T),ve.removeData(ye.cache))}},read:{cache:function(T){var X=ve.data(ye.cache);return y.cache?(D.verbose("Checking cache for generated html for query",T),typeof X=="object"&&X[T]!==o?X[T]:!1):!1}},create:{categoryResults:function(T){var X={};return l.each(T,function(de,Re){!Re.category||(X[Re.category]===o?(D.verbose("Creating new category of results",Re.category),X[Re.category]={name:Re.category,results:[Re]}):X[Re.category].results.push(Re))}),X},id:function(T,X){var de=T+1,Re,re;return X!==o?(Re=String.fromCharCode(97+X),re=Re+de,D.verbose("Creating category result id",re)):(re=de,D.verbose("Creating result id",re)),re},results:function(){I.length===0&&(I=l("<div />").addClass(O.results).appendTo(ve))}},inject:{result:function(T,X,de){D.verbose("Injecting result into results");var Re=de!==o?I.children().eq(de).children(C.results).first().children(C.result).eq(X):I.children(C.result).eq(X);D.verbose("Injecting results metadata",Re),Re.data(ye.result,T)},id:function(T){D.debug("Injecting unique ids into results");var X=0,de=0;return y.type==="category"?l.each(T,function(Re,re){re.results.length>0&&(de=0,l.each(re.results,function(M,v){v.id===o&&(v.id=D.create.id(de,X)),D.inject.result(v,de,X),de++}),X++)}):l.each(T,function(Re,re){re.id===o&&(re.id=D.create.id(de)),D.inject.result(re,de),de++}),T}},save:{results:function(T){D.verbose("Saving current search results to metadata",T),ve.data(ye.results,T)}},write:{cache:function(T,X){var de=ve.data(ye.cache)!==o?ve.data(ye.cache):{};y.cache&&(D.verbose("Writing generated html to cache",T,X),de[T]=X,ve.data(ye.cache,de))}},addResults:function(T){if(l.isFunction(y.onResultsAdd)&&y.onResultsAdd.call(I,T)===!1)return D.debug("onResultsAdd callback cancelled default action"),!1;T?(I.html(T),D.refreshResults(),y.selectFirstResult&&D.select.firstResult(),D.showResults()):D.hideResults(function(){I.empty()})},showResults:function(T){T=l.isFunction(T)?T:function(){},!k&&!D.is.visible()&&D.has.results()&&(D.can.transition()?(D.debug("Showing results with css animations"),I.transition({animation:y.transition+" in",debug:y.debug,verbose:y.verbose,duration:y.duration,onShow:function(){var X=ve.find(C.result).eq(0);X.length>0&&D.ensureVisible(X)},onComplete:function(){T()},queue:!0})):(D.debug("Showing results with javascript"),I.stop().fadeIn(y.duration,y.easing)),y.onResultsOpen.call(I))},hideResults:function(T){T=l.isFunction(T)?T:function(){},D.is.visible()&&(D.can.transition()?(D.debug("Hiding results with css animations"),I.transition({animation:y.transition+" out",debug:y.debug,verbose:y.verbose,duration:y.duration,onComplete:function(){T()},queue:!0})):(D.debug("Hiding results with javascript"),I.stop().fadeOut(y.duration,y.easing)),y.onResultsClose.call(I))},generateResults:function(T){D.debug("Generating html from response",T);var X=y.templates[y.type],de=l.isPlainObject(T[V.results])&&!l.isEmptyObject(T[V.results]),Re=Array.isArray(T[V.results])&&T[V.results].length>0,re="";return de||Re?(y.maxResults>0&&(de?y.type=="standard"&&D.error(Z.maxResults):T[V.results]=T[V.results].slice(0,y.maxResults)),l.isFunction(X)?re=X(T,V,y.preserveHTML):D.error(Z.noTemplate,!1)):y.showNoResults&&(re=D.displayMessage(Z.noResults,"empty",Z.noResultsHeader)),y.onResults.call(b,T),re},displayMessage:function(T,X,de){return X=X||"standard",D.debug("Displaying message",T,X,de),D.addResults(y.templates.message(T,X,de)),y.templates.message(T,X,de)},setting:function(T,X){if(l.isPlainObject(T))l.extend(!0,y,T);else if(X!==o)y[T]=X;else return y[T]},internal:function(T,X){if(l.isPlainObject(T))l.extend(!0,D,T);else if(X!==o)D[T]=X;else return D[T]},debug:function(){!y.silent&&y.debug&&(y.performance?D.performance.log(arguments):(D.debug=Function.prototype.bind.call(console.info,console,y.name+":"),D.debug.apply(console,arguments)))},verbose:function(){!y.silent&&y.verbose&&y.debug&&(y.performance?D.performance.log(arguments):(D.verbose=Function.prototype.bind.call(console.info,console,y.name+":"),D.verbose.apply(console,arguments)))},error:function(){y.silent||(D.error=Function.prototype.bind.call(console.error,console,y.name+":"),D.error.apply(console,arguments))},performance:{log:function(T){var X,de,Re;y.performance&&(X=new Date().getTime(),Re=F||X,de=X-Re,F=X,B.push({Name:T[0],Arguments:[].slice.call(T,1)||"",Element:b,"Execution Time":de})),clearTimeout(D.performance.timer),D.performance.timer=setTimeout(D.performance.display,500)},display:function(){var T=y.name+":",X=0;F=!1,clearTimeout(D.performance.timer),l.each(B,function(de,Re){X+=Re["Execution Time"]}),T+=" "+X+"ms",N&&(T+=" '"+N+"'"),p.length>1&&(T+=" ("+p.length+")"),(console.group!==o||console.table!==o)&&B.length>0&&(console.groupCollapsed(T),console.table?console.table(B):l.each(B,function(de,Re){console.log(Re.Name+": "+Re["Execution Time"]+"ms")}),console.groupEnd()),B=[]}},invoke:function(T,X,de){var Re=L,re,M,v;return X=X||pe,de=b||de,typeof T=="string"&&Re!==o&&(T=T.split(/[\. ]/),re=T.length-1,l.each(T,function(W,S){var Y=W!=re?S+T[W+1].charAt(0).toUpperCase()+T[W+1].slice(1):T;if(l.isPlainObject(Re[Y])&&W!=re)Re=Re[Y];else{if(Re[Y]!==o)return M=Re[Y],!1;if(l.isPlainObject(Re[S])&&W!=re)Re=Re[S];else return Re[S]!==o&&(M=Re[S]),!1}})),l.isFunction(M)?v=M.apply(de,X):M!==o&&(v=M),Array.isArray(K)?K.push(v):K!==o?K=[K,v]:v!==o&&(K=v),M}},J?(L===o&&D.initialize(),D.invoke(ce)):(L!==o&&L.invoke("destroy"),D.initialize())}),K!==o?K:this},l.fn.search.settings={name:"Search",namespace:"search",silent:!1,debug:!1,verbose:!1,performance:!0,type:"standard",minCharacters:1,selectFirstResult:!1,apiSettings:!1,source:!1,searchOnFocus:!0,searchFields:["id","title","description"],displayField:"",fullTextSearch:"exact",ignoreDiacritics:!1,automatic:!0,hideDelay:0,searchDelay:200,maxResults:7,cache:!0,showNoResults:!0,preserveHTML:!0,transition:"scale",duration:200,easing:"easeOutExpo",onSelect:!1,onResultsAdd:!1,onSearchQuery:function(h){},onResults:function(h){},onResultsOpen:function(){},onResultsClose:function(){},className:{animating:"animating",active:"active",empty:"empty",focus:"focus",hidden:"hidden",loading:"loading",results:"results",pressed:"down"},error:{source:"Cannot search. No source used, and Semantic API module was not included",noResultsHeader:"No Results",noResults:"Your search returned no results",logging:"Error in debug logging, exiting.",noEndpoint:"No search endpoint was specified",noTemplate:"A valid template name was not specified.",oldSearchSyntax:"searchFullText setting has been renamed fullTextSearch for consistency, please adjust your settings.",serverError:"There was an issue querying the server.",maxResults:"Results must be an array to use maxResults setting",method:"The method you called is not defined.",noNormalize:'"ignoreDiacritics" setting will be ignored. Browser does not support String().normalize(). You may consider including <https://cdn.jsdelivr.net/npm/unorm@1.4.1/lib/unorm.min.js> as a polyfill.'},metadata:{cache:"cache",results:"results",result:"result"},regExp:{escape:/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,beginsWith:"(?:s|^)"},fields:{categories:"results",categoryName:"name",categoryResults:"results",description:"description",image:"image",price:"price",results:"results",title:"title",url:"url",action:"action",actionText:"text",actionURL:"url"},selector:{prompt:".prompt",searchButton:".search.button",results:".results",message:".results > .message",category:".category",result:".result",title:".title, .name"},templates:{escape:function(h,p){if(p)return h;var N=/[<>"'`]/g,F=/[&<>"'`]/,B={"<":"<",">":">",'"':""","'":"'","`":"`"},ce=function(J){return B[J]};return F.test(h)?(h=h.replace(/&(?![a-z0-9#]{1,6};)/,"&"),h.replace(N,ce)):h},message:function(h,p,N){var F="";return h!==o&&p!==o&&(F+='<div class="message '+p+'">',N&&(F+='<div class="header">'+N+"</div>"),F+=' <div class="description">'+h+"</div>",F+="</div>"),F},category:function(h,p,N){var F="",B=l.fn.search.settings.templates.escape;return h[p.categoryResults]!==o?(l.each(h[p.categoryResults],function(ce,J){J[p.results]!==o&&J.results.length>0&&(F+='<div class="category">',J[p.categoryName]!==o&&(F+='<div class="name">'+B(J[p.categoryName],N)+"</div>"),F+='<div class="results">',l.each(J.results,function(pe,K){K[p.url]?F+='<a class="result" href="'+K[p.url].replace(/"/g,"")+'">':F+='<a class="result">',K[p.image]!==o&&(F+='<div class="image"> <img src="'+K[p.image].replace(/"/g,"")+'"></div>'),F+='<div class="content">',K[p.price]!==o&&(F+='<div class="price">'+B(K[p.price],N)+"</div>"),K[p.title]!==o&&(F+='<div class="title">'+B(K[p.title],N)+"</div>"),K[p.description]!==o&&(F+='<div class="description">'+B(K[p.description],N)+"</div>"),F+="</div>",F+="</a>"}),F+="</div>",F+="</div>")}),h[p.action]&&(p.actionURL===!1?F+='<div class="action">'+B(h[p.action][p.actionText],N)+"</div>":F+='<a href="'+h[p.action][p.actionURL].replace(/"/g,"")+'" class="action">'+B(h[p.action][p.actionText],N)+"</a>"),F):!1},standard:function(h,p,N){var F="",B=l.fn.search.settings.templates.escape;return h[p.results]!==o?(l.each(h[p.results],function(ce,J){J[p.url]?F+='<a class="result" href="'+J[p.url].replace(/"/g,"")+'">':F+='<a class="result">',J[p.image]!==o&&(F+='<div class="image"> <img src="'+J[p.image].replace(/"/g,"")+'"></div>'),F+='<div class="content">',J[p.price]!==o&&(F+='<div class="price">'+B(J[p.price],N)+"</div>"),J[p.title]!==o&&(F+='<div class="title">'+B(J[p.title],N)+"</div>"),J[p.description]!==o&&(F+='<div class="description">'+B(J[p.description],N)+"</div>"),F+="</div>",F+="</a>"}),h[p.action]&&(p.actionURL===!1?F+='<div class="action">'+B(h[p.action][p.actionText],N)+"</div>":F+='<a href="'+h[p.action][p.actionURL].replace(/"/g,"")+'" class="action">'+B(h[p.action][p.actionText],N)+"</a>"),F):!1}}}})(jQuery,window,document);(function(l,q,le,o){"use strict";l.isFunction=l.isFunction||function(h){return typeof h=="function"&&typeof h.nodeType!="number"},q=typeof q!="undefined"&&q.Math==Math?q:typeof self!="undefined"&&self.Math==Math?self:Function("return this")(),l.fn.sidebar=function(h){var p=l(this),N=l(q),F=l(le),B=l("html"),ce=l("head"),J=p.selector||"",pe=new Date().getTime(),K=[],y=arguments[0],O=typeof y=="string",ye=[].slice.call(arguments,1),xe=q.requestAnimationFrame||q.mozRequestAnimationFrame||q.webkitRequestAnimationFrame||q.msRequestAnimationFrame||function(C){setTimeout(C,0)},V;return p.each(function(){var C=l.isPlainObject(h)?l.extend(!0,{},l.fn.sidebar.settings,h):l.extend({},l.fn.sidebar.settings),Z=C.selector,we=C.className,Ce=C.namespace,Ae=C.regExp,ve=C.error,te="."+Ce,s="module-"+Ce,I=l(this),je=l(C.context),Pe=I.children(Z.sidebar),b=je.children(Z.fixed),L=je.children(Z.pusher),ae,k=this,D=I.data(s),T,X,de,Re,re;re={initialize:function(){re.debug("Initializing sidebar",h),re.create.id(),Re=re.get.transitionEvent(),C.delaySetup?xe(re.setup.layout):re.setup.layout(),xe(function(){re.setup.cache()}),re.instantiate()},instantiate:function(){re.verbose("Storing instance of module",re),D=re,I.data(s,re)},create:{id:function(){X=(Math.random().toString(16)+"000000000").substr(2,8),T="."+X,re.verbose("Creating unique id for element",X)}},destroy:function(){re.verbose("Destroying previous module for",I),I.off(te).removeData(s),re.is.ios()&&re.remove.ios(),je.off(T),N.off(T),F.off(T)},event:{clickaway:function(M){if(C.closable){var v=L.find(M.target).length>0||L.is(M.target),W=je.is(M.target);v&&(re.verbose("User clicked on dimmed page"),re.hide()),W&&(re.verbose("User clicked on dimmable context (scaled out page)"),re.hide())}},touch:function(M){},containScroll:function(M){k.scrollTop<=0&&(k.scrollTop=1),k.scrollTop+k.offsetHeight>=k.scrollHeight&&(k.scrollTop=k.scrollHeight-k.offsetHeight-1)},scroll:function(M){l(M.target).closest(Z.sidebar).length===0&&M.preventDefault()}},bind:{clickaway:function(){re.verbose("Adding clickaway events to context",je),je.on("click"+T,re.event.clickaway).on("touchend"+T,re.event.clickaway)},scrollLock:function(){C.scrollLock&&(re.debug("Disabling page scroll"),N.on("DOMMouseScroll"+T,re.event.scroll)),re.verbose("Adding events to contain sidebar scroll"),F.on("touchmove"+T,re.event.touch),I.on("scroll"+te,re.event.containScroll)}},unbind:{clickaway:function(){re.verbose("Removing clickaway events from context",je),je.off(T)},scrollLock:function(){re.verbose("Removing scroll lock from page"),F.off(T),N.off(T),I.off("scroll"+te)}},add:{inlineCSS:function(){var M=re.cache.width||I.outerWidth(),v=re.cache.height||I.outerHeight(),W=re.is.rtl(),S=re.get.direction(),Y={left:M,right:-M,top:v,bottom:-v},Ee;W&&(re.verbose("RTL detected, flipping widths"),Y.left=-M,Y.right=M),Ee="<style>",S==="left"||S==="right"?(re.debug("Adding CSS rules for animation distance",M),Ee+=" .ui.visible."+S+".sidebar ~ .fixed, .ui.visible."+S+".sidebar ~ .pusher { -webkit-transform: translate3d("+Y[S]+"px, 0, 0); transform: translate3d("+Y[S]+"px, 0, 0); }"):(S==="top"||S=="bottom")&&(Ee+=" .ui.visible."+S+".sidebar ~ .fixed, .ui.visible."+S+".sidebar ~ .pusher { -webkit-transform: translate3d(0, "+Y[S]+"px, 0); transform: translate3d(0, "+Y[S]+"px, 0); }"),re.is.ie()&&(S==="left"||S==="right"?(re.debug("Adding CSS rules for animation distance",M),Ee+=" body.pushable > .ui.visible."+S+".sidebar ~ .pusher:after { -webkit-transform: translate3d("+Y[S]+"px, 0, 0); transform: translate3d("+Y[S]+"px, 0, 0); }"):(S==="top"||S=="bottom")&&(Ee+=" body.pushable > .ui.visible."+S+".sidebar ~ .pusher:after { -webkit-transform: translate3d(0, "+Y[S]+"px, 0); transform: translate3d(0, "+Y[S]+"px, 0); }"),Ee+=" body.pushable > .ui.visible.left.sidebar ~ .ui.visible.right.sidebar ~ .pusher:after, body.pushable > .ui.visible.right.sidebar ~ .ui.visible.left.sidebar ~ .pusher:after { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }"),Ee+="</style>",ae=l(Ee).appendTo(ce),re.debug("Adding sizing css to head",ae)}},refresh:function(){re.verbose("Refreshing selector cache"),je=l(C.context),Pe=je.children(Z.sidebar),L=je.children(Z.pusher),b=je.children(Z.fixed),re.clear.cache()},refreshSidebars:function(){re.verbose("Refreshing other sidebars"),Pe=je.children(Z.sidebar)},repaint:function(){re.verbose("Forcing repaint event"),k.style.display="none";var M=k.offsetHeight;k.scrollTop=k.scrollTop,k.style.display=""},setup:{cache:function(){re.cache={width:I.outerWidth(),height:I.outerHeight()}},layout:function(){je.children(Z.pusher).length===0&&(re.debug("Adding wrapper element for sidebar"),re.error(ve.pusher),L=l('<div class="pusher" />'),je.children().not(Z.omitted).not(Pe).wrapAll(L),re.refresh()),(I.nextAll(Z.pusher).length===0||I.nextAll(Z.pusher)[0]!==L[0])&&(re.debug("Moved sidebar to correct parent element"),re.error(ve.movedSidebar,k),I.detach().prependTo(je),re.refresh()),re.clear.cache(),re.set.pushable(),re.set.direction()}},attachEvents:function(M,v){var W=l(M);v=l.isFunction(re[v])?re[v]:re.toggle,W.length>0?(re.debug("Attaching sidebar events to element",M,v),W.on("click"+te,v)):re.error(ve.notFound,M)},show:function(M){if(M=l.isFunction(M)?M:function(){},re.is.hidden()){if(re.refreshSidebars(),C.overlay&&(re.error(ve.overlay),C.transition="overlay"),re.refresh(),re.othersActive())if(re.debug("Other sidebars currently visible"),C.exclusive)if(C.transition!="overlay"){re.hideOthers(re.show);return}else re.hideOthers();else C.transition="overlay";re.pushPage(function(){M.call(k),C.onShow.call(k)}),C.onChange.call(k),C.onVisible.call(k)}else re.debug("Sidebar is already visible")},hide:function(M){M=l.isFunction(M)?M:function(){},(re.is.visible()||re.is.animating())&&(re.debug("Hiding sidebar",M),re.refreshSidebars(),re.pullPage(function(){M.call(k),C.onHidden.call(k)}),C.onChange.call(k),C.onHide.call(k))},othersAnimating:function(){return Pe.not(I).filter("."+we.animating).length>0},othersVisible:function(){return Pe.not(I).filter("."+we.visible).length>0},othersActive:function(){return re.othersVisible()||re.othersAnimating()},hideOthers:function(M){var v=Pe.not(I).filter("."+we.visible),W=v.length,S=0;M=M||function(){},v.sidebar("hide",function(){S++,S==W&&M()})},toggle:function(){re.verbose("Determining toggled direction"),re.is.hidden()?re.show():re.hide()},pushPage:function(M){var v=re.get.transition(),W=v==="overlay"||re.othersActive()?I:L,S,Y,Ee;M=l.isFunction(M)?M:function(){},C.transition=="scale down"&&re.scrollToTop(),re.set.transition(v),re.repaint(),S=function(){re.bind.clickaway(),re.add.inlineCSS(),re.set.animating(),re.set.visible()},Y=function(){re.set.dimmed()},Ee=function(Ne){Ne.target==W[0]&&(W.off(Re+T,Ee),re.remove.animating(),re.bind.scrollLock(),M.call(k))},W.off(Re+T),W.on(Re+T,Ee),xe(S),C.dimPage&&!re.othersVisible()&&xe(Y)},pullPage:function(M){var v=re.get.transition(),W=v=="overlay"||re.othersActive()?I:L,S,Y;M=l.isFunction(M)?M:function(){},re.verbose("Removing context push state",re.get.direction()),re.unbind.clickaway(),re.unbind.scrollLock(),S=function(){re.set.transition(v),re.set.animating(),re.remove.visible(),C.dimPage&&!re.othersVisible()&&L.removeClass(we.dimmed)},Y=function(Ee){Ee.target==W[0]&&(W.off(Re+T,Y),re.remove.animating(),re.remove.transition(),re.remove.inlineCSS(),(v=="scale down"||C.returnScroll&&re.is.mobile())&&re.scrollBack(),M.call(k))},W.off(Re+T),W.on(Re+T,Y),xe(S)},scrollToTop:function(){re.verbose("Scrolling to top of page to avoid animation issues"),de=l(q).scrollTop(),I.scrollTop(0),q.scrollTo(0,0)},scrollBack:function(){re.verbose("Scrolling back to original page position"),q.scrollTo(0,de)},clear:{cache:function(){re.verbose("Clearing cached dimensions"),re.cache={}}},set:{ios:function(){B.addClass(we.ios)},pushed:function(){je.addClass(we.pushed)},pushable:function(){je.addClass(we.pushable)},dimmed:function(){L.addClass(we.dimmed)},active:function(){I.addClass(we.active)},animating:function(){I.addClass(we.animating)},transition:function(M){M=M||re.get.transition(),I.addClass(M)},direction:function(M){M=M||re.get.direction(),I.addClass(we[M])},visible:function(){I.addClass(we.visible)},overlay:function(){I.addClass(we.overlay)}},remove:{inlineCSS:function(){re.debug("Removing inline css styles",ae),ae&&ae.length>0&&ae.remove()},ios:function(){B.removeClass(we.ios)},pushed:function(){je.removeClass(we.pushed)},pushable:function(){je.removeClass(we.pushable)},active:function(){I.removeClass(we.active)},animating:function(){I.removeClass(we.animating)},transition:function(M){M=M||re.get.transition(),I.removeClass(M)},direction:function(M){M=M||re.get.direction(),I.removeClass(we[M])},visible:function(){I.removeClass(we.visible)},overlay:function(){I.removeClass(we.overlay)}},get:{direction:function(){return I.hasClass(we.top)?we.top:I.hasClass(we.right)?we.right:I.hasClass(we.bottom)?we.bottom:we.left},transition:function(){var M=re.get.direction(),v;return v=re.is.mobile()?C.mobileTransition=="auto"?C.defaultTransition.mobile[M]:C.mobileTransition:C.transition=="auto"?C.defaultTransition.computer[M]:C.transition,re.verbose("Determined transition",v),v},transitionEvent:function(){var M=le.createElement("element"),v={transition:"transitionend",OTransition:"oTransitionEnd",MozTransition:"transitionend",WebkitTransition:"webkitTransitionEnd"},W;for(W in v)if(M.style[W]!==o)return v[W]}},is:{ie:function(){var M=!q.ActiveXObject&&"ActiveXObject"in q,v="ActiveXObject"in q;return M||v},ios:function(){var M=navigator.userAgent,v=M.match(Ae.ios),W=M.match(Ae.mobileChrome);return v&&!W?(re.verbose("Browser was found to be iOS",M),!0):!1},mobile:function(){var M=navigator.userAgent,v=M.match(Ae.mobile);return v?(re.verbose("Browser was found to be mobile",M),!0):(re.verbose("Browser is not mobile, using regular transition",M),!1)},hidden:function(){return!re.is.visible()},visible:function(){return I.hasClass(we.visible)},open:function(){return re.is.visible()},closed:function(){return re.is.hidden()},vertical:function(){return I.hasClass(we.top)},animating:function(){return je.hasClass(we.animating)},rtl:function(){return re.cache.rtl===o&&(re.cache.rtl=I.attr("dir")==="rtl"||I.css("direction")==="rtl"),re.cache.rtl}},setting:function(M,v){if(re.debug("Changing setting",M,v),l.isPlainObject(M))l.extend(!0,C,M);else if(v!==o)l.isPlainObject(C[M])?l.extend(!0,C[M],v):C[M]=v;else return C[M]},internal:function(M,v){if(l.isPlainObject(M))l.extend(!0,re,M);else if(v!==o)re[M]=v;else return re[M]},debug:function(){!C.silent&&C.debug&&(C.performance?re.performance.log(arguments):(re.debug=Function.prototype.bind.call(console.info,console,C.name+":"),re.debug.apply(console,arguments)))},verbose:function(){!C.silent&&C.verbose&&C.debug&&(C.performance?re.performance.log(arguments):(re.verbose=Function.prototype.bind.call(console.info,console,C.name+":"),re.verbose.apply(console,arguments)))},error:function(){C.silent||(re.error=Function.prototype.bind.call(console.error,console,C.name+":"),re.error.apply(console,arguments))},performance:{log:function(M){var v,W,S;C.performance&&(v=new Date().getTime(),S=pe||v,W=v-S,pe=v,K.push({Name:M[0],Arguments:[].slice.call(M,1)||"",Element:k,"Execution Time":W})),clearTimeout(re.performance.timer),re.performance.timer=setTimeout(re.performance.display,500)},display:function(){var M=C.name+":",v=0;pe=!1,clearTimeout(re.performance.timer),l.each(K,function(W,S){v+=S["Execution Time"]}),M+=" "+v+"ms",J&&(M+=" '"+J+"'"),(console.group!==o||console.table!==o)&&K.length>0&&(console.groupCollapsed(M),console.table?console.table(K):l.each(K,function(W,S){console.log(S.Name+": "+S["Execution Time"]+"ms")}),console.groupEnd()),K=[]}},invoke:function(M,v,W){var S=D,Y,Ee,Ne;return v=v||ye,W=k||W,typeof M=="string"&&S!==o&&(M=M.split(/[\. ]/),Y=M.length-1,l.each(M,function(Be,Ue){var rt=Be!=Y?Ue+M[Be+1].charAt(0).toUpperCase()+M[Be+1].slice(1):M;if(l.isPlainObject(S[rt])&&Be!=Y)S=S[rt];else{if(S[rt]!==o)return Ee=S[rt],!1;if(l.isPlainObject(S[Ue])&&Be!=Y)S=S[Ue];else return S[Ue]!==o?(Ee=S[Ue],!1):(re.error(ve.method,M),!1)}})),l.isFunction(Ee)?Ne=Ee.apply(W,v):Ee!==o&&(Ne=Ee),Array.isArray(V)?V.push(Ne):V!==o?V=[V,Ne]:Ne!==o&&(V=Ne),Ee}},O?(D===o&&re.initialize(),re.invoke(y)):(D!==o&&re.invoke("destroy"),re.initialize())}),V!==o?V:this},l.fn.sidebar.settings={name:"Sidebar",namespace:"sidebar",silent:!1,debug:!1,verbose:!1,performance:!0,transition:"auto",mobileTransition:"auto",defaultTransition:{computer:{left:"uncover",right:"uncover",top:"overlay",bottom:"overlay"},mobile:{left:"uncover",right:"uncover",top:"overlay",bottom:"overlay"}},context:"body",exclusive:!1,closable:!0,dimPage:!0,scrollLock:!1,returnScroll:!1,delaySetup:!1,duration:500,onChange:function(){},onShow:function(){},onHide:function(){},onHidden:function(){},onVisible:function(){},className:{active:"active",animating:"animating",dimmed:"dimmed",ios:"ios",pushable:"pushable",pushed:"pushed",right:"right",top:"top",left:"left",bottom:"bottom",visible:"visible"},selector:{fixed:".fixed",omitted:"script, link, style, .ui.modal, .ui.dimmer, .ui.nag, .ui.fixed",pusher:".pusher",sidebar:".ui.sidebar"},regExp:{ios:/(iPad|iPhone|iPod)/g,mobileChrome:/(CriOS)/g,mobile:/Mobile|iP(hone|od|ad)|Android|BlackBerry|IEMobile|Kindle|NetFront|Silk-Accelerated|(hpw|web)OS|Fennec|Minimo|Opera M(obi|ini)|Blazer|Dolfin|Dolphin|Skyfire|Zune/g},error:{method:"The method you called is not defined.",pusher:"Had to add pusher element. For optimal performance make sure body content is inside a pusher element",movedSidebar:"Had to move sidebar. For optimal performance make sure sidebar and pusher are direct children of your body tag",overlay:"The overlay setting is no longer supported, use animation: overlay",notFound:"There were no elements that matched the specified selector"}}})(jQuery,window,document);(function(l,q,le,o){l.isFunction=l.isFunction||function(h){return typeof h=="function"&&typeof h.nodeType!="number"},l.site=l.fn.site=function(h){var p=new Date().getTime(),N=[],F=arguments[0],B=typeof F=="string",ce=[].slice.call(arguments,1),J=l.isPlainObject(h)?l.extend(!0,{},l.site.settings,h):l.extend({},l.site.settings),pe=J.namespace,K=J.error,y="module-"+pe,O=l(le),ye=O,xe=this,V=ye.data(y),C,Z;return C={initialize:function(){C.instantiate()},instantiate:function(){C.verbose("Storing instance of site",C),V=C,ye.data(y,C)},normalize:function(){C.fix.console(),C.fix.requestAnimationFrame()},fix:{console:function(){C.debug("Normalizing window.console"),(console===o||console.log===o)&&(C.verbose("Console not available, normalizing events"),C.disable.console()),(typeof console.group=="undefined"||typeof console.groupEnd=="undefined"||typeof console.groupCollapsed=="undefined")&&(C.verbose("Console group not available, normalizing events"),q.console.group=function(){},q.console.groupEnd=function(){},q.console.groupCollapsed=function(){}),typeof console.markTimeline=="undefined"&&(C.verbose("Mark timeline not available, normalizing events"),q.console.markTimeline=function(){})},consoleClear:function(){C.debug("Disabling programmatic console clearing"),q.console.clear=function(){}},requestAnimationFrame:function(){C.debug("Normalizing requestAnimationFrame"),q.requestAnimationFrame===o&&(C.debug("RequestAnimationFrame not available, normalizing event"),q.requestAnimationFrame=q.requestAnimationFrame||q.mozRequestAnimationFrame||q.webkitRequestAnimationFrame||q.msRequestAnimationFrame||function(we){setTimeout(we,0)})}},moduleExists:function(we){return l.fn[we]!==o&&l.fn[we].settings!==o},enabled:{modules:function(we){var Ce=[];return we=we||J.modules,l.each(we,function(Ae,ve){C.moduleExists(ve)&&Ce.push(ve)}),Ce}},disabled:{modules:function(we){var Ce=[];return we=we||J.modules,l.each(we,function(Ae,ve){C.moduleExists(ve)||Ce.push(ve)}),Ce}},change:{setting:function(we,Ce,Ae,ve){Ae=typeof Ae=="string"?Ae==="all"?J.modules:[Ae]:Ae||J.modules,ve=ve!==o?ve:!0,l.each(Ae,function(te,s){var I=C.moduleExists(s)?l.fn[s].settings.namespace||!1:!0,je;C.moduleExists(s)&&(C.verbose("Changing default setting",we,Ce,s),l.fn[s].settings[we]=Ce,ve&&I&&(je=l(":data(module-"+I+")"),je.length>0&&(C.verbose("Modifying existing settings",je),je[s]("setting",we,Ce))))})},settings:function(we,Ce,Ae){Ce=typeof Ce=="string"?[Ce]:Ce||J.modules,Ae=Ae!==o?Ae:!0,l.each(Ce,function(ve,te){var s;C.moduleExists(te)&&(C.verbose("Changing default setting",we,te),l.extend(!0,l.fn[te].settings,we),Ae&&pe&&(s=l(":data(module-"+pe+")"),s.length>0&&(C.verbose("Modifying existing settings",s),s[te]("setting",we))))})}},enable:{console:function(){C.console(!0)},debug:function(we,Ce){we=we||J.modules,C.debug("Enabling debug for modules",we),C.change.setting("debug",!0,we,Ce)},verbose:function(we,Ce){we=we||J.modules,C.debug("Enabling verbose debug for modules",we),C.change.setting("verbose",!0,we,Ce)}},disable:{console:function(){C.console(!1)},debug:function(we,Ce){we=we||J.modules,C.debug("Disabling debug for modules",we),C.change.setting("debug",!1,we,Ce)},verbose:function(we,Ce){we=we||J.modules,C.debug("Disabling verbose debug for modules",we),C.change.setting("verbose",!1,we,Ce)}},console:function(we){if(we){if(V.cache.console===o){C.error(K.console);return}C.debug("Restoring console function"),q.console=V.cache.console}else C.debug("Disabling console function"),V.cache.console=q.console,q.console={clear:function(){},error:function(){},group:function(){},groupCollapsed:function(){},groupEnd:function(){},info:function(){},log:function(){},markTimeline:function(){},warn:function(){}}},destroy:function(){C.verbose("Destroying previous site for",ye),ye.removeData(y)},cache:{},setting:function(we,Ce){if(l.isPlainObject(we))l.extend(!0,J,we);else if(Ce!==o)J[we]=Ce;else return J[we]},internal:function(we,Ce){if(l.isPlainObject(we))l.extend(!0,C,we);else if(Ce!==o)C[we]=Ce;else return C[we]},debug:function(){J.debug&&(J.performance?C.performance.log(arguments):(C.debug=Function.prototype.bind.call(console.info,console,J.name+":"),C.debug.apply(console,arguments)))},verbose:function(){J.verbose&&J.debug&&(J.performance?C.performance.log(arguments):(C.verbose=Function.prototype.bind.call(console.info,console,J.name+":"),C.verbose.apply(console,arguments)))},error:function(){C.error=Function.prototype.bind.call(console.error,console,J.name+":"),C.error.apply(console,arguments)},performance:{log:function(we){var Ce,Ae,ve;J.performance&&(Ce=new Date().getTime(),ve=p||Ce,Ae=Ce-ve,p=Ce,N.push({Element:xe,Name:we[0],Arguments:[].slice.call(we,1)||"","Execution Time":Ae})),clearTimeout(C.performance.timer),C.performance.timer=setTimeout(C.performance.display,500)},display:function(){var we=J.name+":",Ce=0;p=!1,clearTimeout(C.performance.timer),l.each(N,function(Ae,ve){Ce+=ve["Execution Time"]}),we+=" "+Ce+"ms",(console.group!==o||console.table!==o)&&N.length>0&&(console.groupCollapsed(we),console.table?console.table(N):l.each(N,function(Ae,ve){console.log(ve.Name+": "+ve["Execution Time"]+"ms")}),console.groupEnd()),N=[]}},invoke:function(we,Ce,Ae){var ve=V,te,s,I;return Ce=Ce||ce,Ae=xe||Ae,typeof we=="string"&&ve!==o&&(we=we.split(/[\. ]/),te=we.length-1,l.each(we,function(je,Pe){var b=je!=te?Pe+we[je+1].charAt(0).toUpperCase()+we[je+1].slice(1):we;if(l.isPlainObject(ve[b])&&je!=te)ve=ve[b];else{if(ve[b]!==o)return s=ve[b],!1;if(l.isPlainObject(ve[Pe])&&je!=te)ve=ve[Pe];else return ve[Pe]!==o?(s=ve[Pe],!1):(C.error(K.method,we),!1)}})),l.isFunction(s)?I=s.apply(Ae,Ce):s!==o&&(I=s),Array.isArray(Z)?Z.push(I):Z!==o?Z=[Z,I]:I!==o&&(Z=I),s}},B?(V===o&&C.initialize(),C.invoke(F)):(V!==o&&C.destroy(),C.initialize()),Z!==o?Z:this},l.site.settings={name:"Site",namespace:"site",error:{console:"Console cannot be restored, most likely it was overwritten outside of module",method:"The method you called is not defined."},debug:!1,verbose:!1,performance:!0,modules:["accordion","api","calendar","checkbox","dimmer","dropdown","embed","form","modal","nag","popup","slider","rating","shape","sidebar","state","sticky","tab","toast","transition","visibility","visit"],siteNamespace:"site",namespaceStub:{cache:{},config:{},sections:{},section:{},utilities:{}}},l.extend(l.expr[":"],{data:l.expr.createPseudo?l.expr.createPseudo(function(h){return function(p){return!!l.data(p,h)}}):function(h,p,N){return!!l.data(h,N[3])}})})(jQuery,window,document);(function(l,q,le,o){"use strict";l.isWindow=l.isWindow||function(h){return h!=null&&h===h.window},l.isFunction=l.isFunction||function(h){return typeof h=="function"&&typeof h.nodeType!="number"},q=typeof q!="undefined"&&q.Math==Math?q:typeof self!="undefined"&&self.Math==Math?self:Function("return this")(),l.fn.tab=function(h){var p=l.isFunction(this)?l(q):l(this),N=p.selector||"",F=new Date().getTime(),B=[],ce=arguments[0],J=typeof ce=="string",pe=[].slice.call(arguments,1),K=!1,y;return p.each(function(){var O=l.isPlainObject(h)?l.extend(!0,{},l.fn.tab.settings,h):l.extend({},l.fn.tab.settings),ye=O.className,xe=O.metadata,V=O.selector,C=O.error,Z=O.regExp,we="."+O.namespace,Ce="module-"+O.namespace,Ae=l(this),ve,te,s={},I=!0,je=0,Pe=this,b=Ae.data(Ce),L,ae,k,D;k={initialize:function(){k.debug("Initializing tab menu item",Ae),k.fix.callbacks(),k.determineTabs(),k.debug("Determining tabs",O.context,te),O.auto&&k.set.auto(),k.bind.events(),O.history&&!K&&(k.initializeHistory(),K=!0),O.autoTabActivation&&b===o&&k.determine.activeTab()==null&&(k.debug("No active tab detected, setting first tab active",k.get.initialPath()),k.changeTab(O.autoTabActivation===!0?k.get.initialPath():O.autoTabActivation)),k.instantiate()},instantiate:function(){k.verbose("Storing instance of module",k),b=k,Ae.data(Ce,k)},destroy:function(){k.debug("Destroying tabs",Ae),Ae.removeData(Ce).off(we)},bind:{events:function(){l.isWindow(Pe)||(k.debug("Attaching tab activation events to element",Ae),Ae.on("click"+we,k.event.click))}},determineTabs:function(){var T;O.context==="parent"?(Ae.closest(V.ui).length>0?(T=Ae.closest(V.ui),k.verbose("Using closest UI element as parent",T)):T=Ae,ve=T.parent(),k.verbose("Determined parent element for creating context",ve)):O.context?(ve=l(O.context),k.verbose("Using selector for tab context",O.context,ve)):ve=l("body"),O.childrenOnly?(te=ve.children(V.tabs),k.debug("Searching tab context children for tabs",ve,te)):(te=ve.find(V.tabs),k.debug("Searching tab context for tabs",ve,te))},fix:{callbacks:function(){l.isPlainObject(h)&&(h.onTabLoad||h.onTabInit)&&(h.onTabLoad&&(h.onLoad=h.onTabLoad,delete h.onTabLoad,k.error(C.legacyLoad,h.onLoad)),h.onTabInit&&(h.onFirstLoad=h.onTabInit,delete h.onTabInit,k.error(C.legacyInit,h.onFirstLoad)),O=l.extend(!0,{},l.fn.tab.settings,h))}},initializeHistory:function(){if(k.debug("Initializing page state"),l.address===o)return k.error(C.state),!1;if(O.historyType=="state")if(k.debug("Using HTML5 to manage state"),O.path!==!1)l.address.history(!0).state(O.path);else return k.error(C.path),!1;l.address.bind("change",k.event.history.change)},event:{click:function(T){var X=l(this).data(xe.tab);X!==o?(O.history?(k.verbose("Updating page state",T),l.address.value(X)):(k.verbose("Changing tab",T),k.changeTab(X)),T.preventDefault()):k.debug("No tab specified")},history:{change:function(T){var X=T.pathNames.join("/")||k.get.initialPath(),de=O.templates.determineTitle(X)||!1;k.performance.display(),k.debug("History change event",X,T),D=T,X!==o&&k.changeTab(X),de&&l.address.title(de)}}},refresh:function(){L&&(k.debug("Refreshing tab",L),k.changeTab(L))},cache:{read:function(T){return T!==o?s[T]:!1},add:function(T,X){T=T||L,k.debug("Adding cached content for",T),s[T]=X},remove:function(T){T=T||L,k.debug("Removing cached content for",T),delete s[T]}},escape:{string:function(T){return T=String(T),T.replace(Z.escape,"\\$&")}},set:{auto:function(){var T=typeof O.path=="string"?O.path.replace(/\/$/,"")+"/{$tab}":"/{$tab}";k.verbose("Setting up automatic tab retrieval from server",T),l.isPlainObject(O.apiSettings)?O.apiSettings.url=T:O.apiSettings={url:T}},loading:function(T){var X=k.get.tabElement(T),de=X.hasClass(ye.loading);de||(k.verbose("Setting loading state for",X),X.addClass(ye.loading).siblings(te).removeClass(ye.active+" "+ye.loading),X.length>0&&O.onRequest.call(X[0],T))},state:function(T){l.address.value(T)}},changeTab:function(T){var X=q.history&&q.history.pushState,de=X&&O.ignoreFirstLoad&&I,Re=O.auto||l.isPlainObject(O.apiSettings),re=Re&&!de?k.utilities.pathToArray(T):k.get.defaultPathArray(T);T=k.utilities.arrayToPath(re),l.each(re,function(M,v){var W=re.slice(0,M+1),S=k.utilities.arrayToPath(W),Y=k.is.tab(S),Ee=M+1==re.length,Ne=k.get.tabElement(S),Be,Ue,rt,bt;if(k.verbose("Looking for tab",v),Y){if(k.verbose("Tab was found",v),L=S,ae=k.utilities.filterArray(re,W),Ee?bt=!0:(Ue=re.slice(0,M+2),rt=k.utilities.arrayToPath(Ue),bt=!k.is.tab(rt),bt&&k.verbose("Tab parameters found",Ue)),bt&&Re)return de?(k.debug("Ignoring remote content on first tab load",S),I=!1,k.cache.add(T,Ne.html()),k.activate.all(S),O.onFirstLoad.call(Ne[0],S,ae,D),O.onLoad.call(Ne[0],S,ae,D)):(k.activate.navigation(S),k.fetch.content(S,T)),!1;k.debug("Opened local tab",S),k.activate.all(S),k.cache.read(S)||(k.cache.add(S,!0),k.debug("First time tab loaded calling tab init"),O.onFirstLoad.call(Ne[0],S,ae,D)),O.onLoad.call(Ne[0],S,ae,D)}else if(T.search("/")==-1&&T!==""){if(T=k.escape.string(T),Be=l("#"+T+', a[name="'+T+'"]'),S=Be.closest("[data-tab]").data(xe.tab),Ne=k.get.tabElement(S),Be&&Be.length>0&&S)return k.debug("Anchor link used, opening parent tab",Ne,Be),Ne.hasClass(ye.active)||setTimeout(function(){k.scrollTo(Be)},0),k.activate.all(S),k.cache.read(S)||(k.cache.add(S,!0),k.debug("First time tab loaded calling tab init"),O.onFirstLoad.call(Ne[0],S,ae,D)),O.onLoad.call(Ne[0],S,ae,D),!1}else return k.error(C.missingTab,Ae,ve,S),!1})},scrollTo:function(T){var X=T&&T.length>0?T.offset().top:!1;X!==!1&&(k.debug("Forcing scroll to an in-page link in a hidden tab",X,T),l(le).scrollTop(X))},update:{content:function(T,X,de){var Re=k.get.tabElement(T),re=Re[0];de=de!==o?de:O.evaluateScripts,typeof O.cacheType=="string"&&O.cacheType.toLowerCase()=="dom"&&typeof X!="string"?Re.empty().append(l(X).clone(!0)):de?(k.debug("Updating HTML and evaluating inline scripts",T,X),Re.html(X)):(k.debug("Updating HTML",T,X),re.innerHTML=X)}},fetch:{content:function(T,X){var de=k.get.tabElement(T),Re={dataType:"html",encodeParameters:!1,on:"now",cache:O.alwaysRefresh,headers:{"X-Remote":!0},onSuccess:function(S){O.cacheType=="response"&&k.cache.add(X,S),k.update.content(T,S),T==L?(k.debug("Content loaded",T),k.activate.tab(T)):k.debug("Content loaded in background",T),O.onFirstLoad.call(de[0],T,ae,D),O.onLoad.call(de[0],T,ae,D),O.loadOnce?k.cache.add(X,!0):typeof O.cacheType=="string"&&O.cacheType.toLowerCase()=="dom"&&de.children().length>0?setTimeout(function(){var Y=de.children().clone(!0);Y=Y.not("script"),k.cache.add(X,Y)},0):k.cache.add(X,de.html())},urlData:{tab:X}},re=de.api("get request")||!1,M=re&&re.state()==="pending",v,W;X=X||T,W=k.cache.read(X),O.cache&&W?(k.activate.tab(T),k.debug("Adding cached content",X),O.loadOnce||(O.evaluateScripts=="once"?k.update.content(T,W,!1):k.update.content(T,W)),O.onLoad.call(de[0],T,ae,D)):M?(k.set.loading(T),k.debug("Content is already loading",X)):l.api!==o?(v=l.extend(!0,{},O.apiSettings,Re),k.debug("Retrieving remote content",X,v),k.set.loading(T),de.api(v)):k.error(C.api)}},activate:{all:function(T){k.activate.tab(T),k.activate.navigation(T)},tab:function(T){var X=k.get.tabElement(T),de=O.deactivate=="siblings"?X.siblings(te):te.not(X),Re=X.hasClass(ye.active);k.verbose("Showing tab content for",X),Re||(X.addClass(ye.active),de.removeClass(ye.active+" "+ye.loading),X.length>0&&O.onVisible.call(X[0],T))},navigation:function(T){var X=k.get.navElement(T),de=O.deactivate=="siblings"?X.siblings(p):p.not(X),Re=X.hasClass(ye.active);k.verbose("Activating tab navigation for",X,T),Re||(X.addClass(ye.active),de.removeClass(ye.active+" "+ye.loading))}},deactivate:{all:function(){k.deactivate.navigation(),k.deactivate.tabs()},navigation:function(){p.removeClass(ye.active)},tabs:function(){te.removeClass(ye.active+" "+ye.loading)}},is:{tab:function(T){return T!==o?k.get.tabElement(T).length>0:!1}},get:{initialPath:function(){return p.eq(0).data(xe.tab)||te.eq(0).data(xe.tab)},path:function(){return l.address.value()},defaultPathArray:function(T){return k.utilities.pathToArray(k.get.defaultPath(T))},defaultPath:function(T){var X=p.filter("[data-"+xe.tab+'^="'+k.escape.string(T)+'/"]').eq(0),de=X.data(xe.tab)||!1;if(de){if(k.debug("Found default tab",de),je<O.maxDepth)return je++,k.get.defaultPath(de);k.error(C.recursion)}else k.debug("No default tabs found for",T,te);return je=0,T},navElement:function(T){return T=T||L,p.filter("[data-"+xe.tab+'="'+k.escape.string(T)+'"]')},tabElement:function(T){var X,de,Re,re;return T=T||L,Re=k.utilities.pathToArray(T),re=k.utilities.last(Re),X=te.filter("[data-"+xe.tab+'="'+k.escape.string(T)+'"]'),de=te.filter("[data-"+xe.tab+'="'+k.escape.string(re)+'"]'),X.length>0?X:de},tab:function(){return L}},determine:{activeTab:function(){var T=null;return te.each(function(X,de){var Re=l(de);if(Re.hasClass(ye.active)){var re=l(this).data(xe.tab),M=p.filter("[data-"+xe.tab+'="'+k.escape.string(re)+'"]');M.hasClass(ye.active)&&(T=re)}}),T}},utilities:{filterArray:function(T,X){return l.grep(T,function(de){return l.inArray(de,X)==-1})},last:function(T){return Array.isArray(T)?T[T.length-1]:!1},pathToArray:function(T){return T===o&&(T=L),typeof T=="string"?T.split("/"):[T]},arrayToPath:function(T){return Array.isArray(T)?T.join("/"):!1}},setting:function(T,X){if(k.debug("Changing setting",T,X),l.isPlainObject(T))l.extend(!0,O,T);else if(X!==o)l.isPlainObject(O[T])?l.extend(!0,O[T],X):O[T]=X;else return O[T]},internal:function(T,X){if(l.isPlainObject(T))l.extend(!0,k,T);else if(X!==o)k[T]=X;else return k[T]},debug:function(){!O.silent&&O.debug&&(O.performance?k.performance.log(arguments):(k.debug=Function.prototype.bind.call(console.info,console,O.name+":"),k.debug.apply(console,arguments)))},verbose:function(){!O.silent&&O.verbose&&O.debug&&(O.performance?k.performance.log(arguments):(k.verbose=Function.prototype.bind.call(console.info,console,O.name+":"),k.verbose.apply(console,arguments)))},error:function(){O.silent||(k.error=Function.prototype.bind.call(console.error,console,O.name+":"),k.error.apply(console,arguments))},performance:{log:function(T){var X,de,Re;O.performance&&(X=new Date().getTime(),Re=F||X,de=X-Re,F=X,B.push({Name:T[0],Arguments:[].slice.call(T,1)||"",Element:Pe,"Execution Time":de})),clearTimeout(k.performance.timer),k.performance.timer=setTimeout(k.performance.display,500)},display:function(){var T=O.name+":",X=0;F=!1,clearTimeout(k.performance.timer),l.each(B,function(de,Re){X+=Re["Execution Time"]}),T+=" "+X+"ms",N&&(T+=" '"+N+"'"),(console.group!==o||console.table!==o)&&B.length>0&&(console.groupCollapsed(T),console.table?console.table(B):l.each(B,function(de,Re){console.log(Re.Name+": "+Re["Execution Time"]+"ms")}),console.groupEnd()),B=[]}},invoke:function(T,X,de){var Re=b,re,M,v;return X=X||pe,de=Pe||de,typeof T=="string"&&Re!==o&&(T=T.split(/[\. ]/),re=T.length-1,l.each(T,function(W,S){var Y=W!=re?S+T[W+1].charAt(0).toUpperCase()+T[W+1].slice(1):T;if(l.isPlainObject(Re[Y])&&W!=re)Re=Re[Y];else{if(Re[Y]!==o)return M=Re[Y],!1;if(l.isPlainObject(Re[S])&&W!=re)Re=Re[S];else return Re[S]!==o?(M=Re[S],!1):(k.error(C.method,T),!1)}})),l.isFunction(M)?v=M.apply(de,X):M!==o&&(v=M),Array.isArray(y)?y.push(v):y!==o?y=[y,v]:v!==o&&(y=v),M}},J?(b===o&&k.initialize(),k.invoke(ce)):(b!==o&&b.invoke("destroy"),k.initialize())}),y!==o?y:this},l.tab=function(){l(q).tab.apply(this,arguments)},l.fn.tab.settings={name:"Tab",namespace:"tab",silent:!1,debug:!1,verbose:!1,performance:!0,auto:!1,history:!1,historyType:"hash",path:!1,context:!1,childrenOnly:!1,maxDepth:25,deactivate:"siblings",alwaysRefresh:!1,cache:!0,loadOnce:!1,cacheType:"response",ignoreFirstLoad:!1,apiSettings:!1,evaluateScripts:"once",autoTabActivation:!0,onFirstLoad:function(h,p,N){},onLoad:function(h,p,N){},onVisible:function(h,p,N){},onRequest:function(h,p,N){},templates:{determineTitle:function(h){}},error:{api:"You attempted to load content without API module",method:"The method you called is not defined",missingTab:"Activated tab cannot be found. Tabs are case-sensitive.",noContent:"The tab you specified is missing a content url.",path:"History enabled, but no path was specified",recursion:"Max recursive depth reached",legacyInit:"onTabInit has been renamed to onFirstLoad in 2.0, please adjust your code.",legacyLoad:"onTabLoad has been renamed to onLoad in 2.0. Please adjust your code",state:"History requires Asual's Address library <https://github.com/asual/jquery-address>"},regExp:{escape:/[-[\]{}()*+?.,\\^$|#\s:=@]/g},metadata:{tab:"tab",loaded:"loaded",promise:"promise"},className:{loading:"loading",active:"active"},selector:{tabs:".ui.tab",ui:".ui"}}})(jQuery,window,document);(function(l,q,le,o){"use strict";l.isFunction=l.isFunction||function(h){return typeof h=="function"&&typeof h.nodeType!="number"},q=typeof q!="undefined"&&q.Math==Math?q:typeof self!="undefined"&&self.Math==Math?self:Function("return this")(),l.fn.transition=function(){var h=l(this),p=h.selector||"",N=new Date().getTime(),F=[],B=arguments,ce=B[0],J=[].slice.call(arguments,1),pe=typeof ce=="string",K;return h.each(function(y){var O=l(this),ye=this,xe,V,C,Z,we,Ce,Ae,ve,te;te={initialize:function(){xe=te.get.settings.apply(ye,B),Z=xe.className,C=xe.error,we=xe.metadata,ve="."+xe.namespace,Ae="module-"+xe.namespace,V=O.data(Ae)||te,Ce=te.get.animationEndEvent(),pe&&(pe=te.invoke(ce)),pe===!1&&(te.verbose("Converted arguments into settings object",xe),xe.interval?te.delay(xe.animate):te.animate(),te.instantiate())},instantiate:function(){te.verbose("Storing instance of module",te),V=te,O.data(Ae,V)},destroy:function(){te.verbose("Destroying previous module for",ye),O.removeData(Ae)},refresh:function(){te.verbose("Refreshing display type on next animation"),delete te.displayType},forceRepaint:function(){te.verbose("Forcing element repaint");var s=O.parent(),I=O.next();I.length===0?O.detach().appendTo(s):O.detach().insertBefore(I)},repaint:function(){te.verbose("Repainting element");var s=ye.offsetWidth},delay:function(s){var I=te.get.animationDirection(),je,Pe;I||(I=te.can.transition()?te.get.direction():"static"),s=s!==o?s:xe.interval,je=xe.reverse=="auto"&&I==Z.outward,Pe=je||xe.reverse==!0?(h.length-y)*xe.interval:y*xe.interval,te.debug("Delaying animation by",Pe),setTimeout(te.animate,Pe)},animate:function(s){if(xe=s||xe,!te.is.supported())return te.error(C.support),!1;if(te.debug("Preparing animation",xe.animation),te.is.animating()){if(xe.queue)return!xe.allowRepeats&&te.has.direction()&&te.is.occurring()&&te.queuing!==!0?te.debug("Animation is currently occurring, preventing queueing same animation",xe.animation):te.queue(xe.animation),!1;if(!xe.allowRepeats&&te.is.occurring())return te.debug("Animation is already occurring, will not execute repeated animation",xe.animation),!1;te.debug("New animation started, completing previous early",xe.animation),V.complete()}te.can.animate()?te.set.animating(xe.animation):te.error(C.noAnimation,xe.animation,ye)},reset:function(){te.debug("Resetting animation to beginning conditions"),te.remove.animationCallbacks(),te.restore.conditions(),te.remove.animating()},queue:function(s){te.debug("Queueing animation of",s),te.queuing=!0,O.one(Ce+".queue"+ve,function(){te.queuing=!1,te.repaint(),te.animate.apply(this,xe)})},complete:function(s){s&&s.target===ye&&s.stopPropagation(),te.debug("Animation complete",xe.animation),te.remove.completeCallback(),te.remove.failSafe(),te.is.looping()||(te.is.outward()?(te.verbose("Animation is outward, hiding element"),te.restore.conditions(),te.hide()):te.is.inward()?(te.verbose("Animation is outward, showing element"),te.restore.conditions(),te.show()):(te.verbose("Static animation completed"),te.restore.conditions(),xe.onComplete.call(ye)))},force:{visible:function(){var s=O.attr("style"),I=te.get.userStyle(s),je=te.get.displayType(),Pe=I+"display: "+je+" !important;",b=O[0].style.display,L=!je||b==="none"&&xe.skipInlineHidden||O[0].tagName.match(/(script|link|style)/i);return L?(te.remove.transition(),!1):(te.verbose("Overriding default display to show element",je),O.attr("style",Pe),!0)},hidden:function(){var s=O.attr("style"),I=O.css("display"),je=s===o||s==="";I!=="none"&&!te.is.hidden()?(te.verbose("Overriding default display to hide element"),O.css("display","none")):je&&O.removeAttr("style")}},has:{direction:function(s){var I=!1;return s=s||xe.animation,typeof s=="string"&&(s=s.split(" "),l.each(s,function(je,Pe){(Pe===Z.inward||Pe===Z.outward)&&(I=!0)})),I},inlineDisplay:function(){var s=O.attr("style")||"";return Array.isArray(s.match(/display.*?;/,""))}},set:{animating:function(s){te.remove.completeCallback(),s=s||xe.animation;var I=te.get.animationClass(s);te.save.animation(I),te.force.visible()&&(te.remove.hidden(),te.remove.direction(),te.start.animation(I))},duration:function(s,I){I=I||xe.duration,I=typeof I=="number"?I+"ms":I,(I||I===0)&&(te.verbose("Setting animation duration",I),O.css({"animation-duration":I}))},direction:function(s){s=s||te.get.direction(),s==Z.inward?te.set.inward():te.set.outward()},looping:function(){te.debug("Transition set to loop"),O.addClass(Z.looping)},hidden:function(){O.addClass(Z.transition).addClass(Z.hidden)},inward:function(){te.debug("Setting direction to inward"),O.removeClass(Z.outward).addClass(Z.inward)},outward:function(){te.debug("Setting direction to outward"),O.removeClass(Z.inward).addClass(Z.outward)},visible:function(){O.addClass(Z.transition).addClass(Z.visible)}},start:{animation:function(s){s=s||te.get.animationClass(),te.debug("Starting tween",s),O.addClass(s).one(Ce+".complete"+ve,te.complete),xe.useFailSafe&&te.add.failSafe(),te.set.duration(xe.duration),xe.onStart.call(ye)}},save:{animation:function(s){te.cache||(te.cache={}),te.cache.animation=s},displayType:function(s){s!=="none"&&O.data(we.displayType,s)},transitionExists:function(s,I){l.fn.transition.exists[s]=I,te.verbose("Saving existence of transition",s,I)}},restore:{conditions:function(){var s=te.get.currentAnimation();s&&(O.removeClass(s),te.verbose("Removing animation class",te.cache)),te.remove.duration()}},add:{failSafe:function(){var s=te.get.duration();te.timer=setTimeout(function(){O.triggerHandler(Ce)},s+xe.failSafeDelay),te.verbose("Adding fail safe timer",te.timer)}},remove:{animating:function(){O.removeClass(Z.animating)},animationCallbacks:function(){te.remove.queueCallback(),te.remove.completeCallback()},queueCallback:function(){O.off(".queue"+ve)},completeCallback:function(){O.off(".complete"+ve)},display:function(){O.css("display","")},direction:function(){O.removeClass(Z.inward).removeClass(Z.outward)},duration:function(){O.css("animation-duration","")},failSafe:function(){te.verbose("Removing fail safe timer",te.timer),te.timer&&clearTimeout(te.timer)},hidden:function(){O.removeClass(Z.hidden)},visible:function(){O.removeClass(Z.visible)},looping:function(){te.debug("Transitions are no longer looping"),te.is.looping()&&(te.reset(),O.removeClass(Z.looping))},transition:function(){O.removeClass(Z.transition).removeClass(Z.visible).removeClass(Z.hidden)}},get:{settings:function(s,I,je){return typeof s=="object"?l.extend(!0,{},l.fn.transition.settings,s):typeof je=="function"?l.extend({},l.fn.transition.settings,{animation:s,onComplete:je,duration:I}):typeof I=="string"||typeof I=="number"?l.extend({},l.fn.transition.settings,{animation:s,duration:I}):typeof I=="object"?l.extend({},l.fn.transition.settings,I,{animation:s}):typeof I=="function"?l.extend({},l.fn.transition.settings,{animation:s,onComplete:I}):l.extend({},l.fn.transition.settings,{animation:s})},animationClass:function(s){var I=s||xe.animation,je=te.can.transition()&&!te.has.direction()?te.get.direction()+" ":"";return Z.animating+" "+Z.transition+" "+je+I},currentAnimation:function(){return te.cache&&te.cache.animation!==o?te.cache.animation:!1},currentDirection:function(){return te.is.inward()?Z.inward:Z.outward},direction:function(){return te.is.hidden()||!te.is.visible()?Z.inward:Z.outward},animationDirection:function(s){var I;return s=s||xe.animation,typeof s=="string"&&(s=s.split(" "),l.each(s,function(je,Pe){Pe===Z.inward?I=Z.inward:Pe===Z.outward&&(I=Z.outward)})),I||!1},duration:function(s){return s=s||xe.duration,s===!1&&(s=O.css("animation-duration")||0),typeof s=="string"?s.indexOf("ms")>-1?parseFloat(s):parseFloat(s)*1e3:s},displayType:function(s){if(s=s!==o?s:!0,xe.displayType)return xe.displayType;if(s&&O.data(we.displayType)===o){var I=O.css("display");I===""||I==="none"?te.can.transition(!0):te.save.displayType(I)}return O.data(we.displayType)},userStyle:function(s){return s=s||O.attr("style")||"",s.replace(/display.*?;/,"")},transitionExists:function(s){return l.fn.transition.exists[s]},animationStartEvent:function(){var s=le.createElement("div"),I={animation:"animationstart",OAnimation:"oAnimationStart",MozAnimation:"mozAnimationStart",WebkitAnimation:"webkitAnimationStart"},je;for(je in I)if(s.style[je]!==o)return I[je];return!1},animationEndEvent:function(){var s=le.createElement("div"),I={animation:"animationend",OAnimation:"oAnimationEnd",MozAnimation:"mozAnimationEnd",WebkitAnimation:"webkitAnimationEnd"},je;for(je in I)if(s.style[je]!==o)return I[je];return!1}},can:{transition:function(s){var I=xe.animation,je=te.get.transitionExists(I),Pe=te.get.displayType(!1),b,L,ae,k,D,T;if(je===o||s){if(te.verbose("Determining whether animation exists"),b=O.attr("class"),L=O.prop("tagName"),ae=l("<"+L+" />").addClass(b).insertAfter(O),k=ae.addClass(I).removeClass(Z.inward).removeClass(Z.outward).addClass(Z.animating).addClass(Z.transition).css("animationName"),D=ae.addClass(Z.inward).css("animationName"),Pe||(Pe=ae.attr("class",b).removeAttr("style").removeClass(Z.hidden).removeClass(Z.visible).show().css("display"),te.verbose("Determining final display state",Pe),te.save.displayType(Pe)),ae.remove(),k!=D)te.debug("Direction exists for animation",I),T=!0;else if(k=="none"||!k){te.debug("No animation defined in css",I);return}else te.debug("Static animation found",I,Pe),T=!1;te.save.transitionExists(I,T)}return je!==o?je:T},animate:function(){return te.can.transition()!==o}},is:{animating:function(){return O.hasClass(Z.animating)},inward:function(){return O.hasClass(Z.inward)},outward:function(){return O.hasClass(Z.outward)},looping:function(){return O.hasClass(Z.looping)},occurring:function(s){return s=s||xe.animation,s="."+s.replace(" ","."),O.filter(s).length>0},visible:function(){return O.is(":visible")},hidden:function(){return O.css("visibility")==="hidden"},supported:function(){return Ce!==!1}},hide:function(){te.verbose("Hiding element"),te.is.animating()&&te.reset(),ye.blur(),te.remove.display(),te.remove.visible(),l.isFunction(xe.onBeforeHide)?xe.onBeforeHide.call(ye,function(){te.hideNow()}):te.hideNow()},hideNow:function(){te.set.hidden(),te.force.hidden(),xe.onHide.call(ye),xe.onComplete.call(ye)},show:function(s){te.verbose("Showing element",s),te.force.visible()&&(te.remove.hidden(),te.set.visible(),xe.onShow.call(ye),xe.onComplete.call(ye))},toggle:function(){te.is.visible()?te.hide():te.show()},stop:function(){te.debug("Stopping current animation"),O.triggerHandler(Ce)},stopAll:function(){te.debug("Stopping all animation"),te.remove.queueCallback(),O.triggerHandler(Ce)},clear:{queue:function(){te.debug("Clearing animation queue"),te.remove.queueCallback()}},enable:function(){te.verbose("Starting animation"),O.removeClass(Z.disabled)},disable:function(){te.debug("Stopping animation"),O.addClass(Z.disabled)},setting:function(s,I){if(te.debug("Changing setting",s,I),l.isPlainObject(s))l.extend(!0,xe,s);else if(I!==o)l.isPlainObject(xe[s])?l.extend(!0,xe[s],I):xe[s]=I;else return xe[s]},internal:function(s,I){if(l.isPlainObject(s))l.extend(!0,te,s);else if(I!==o)te[s]=I;else return te[s]},debug:function(){!xe.silent&&xe.debug&&(xe.performance?te.performance.log(arguments):(te.debug=Function.prototype.bind.call(console.info,console,xe.name+":"),te.debug.apply(console,arguments)))},verbose:function(){!xe.silent&&xe.verbose&&xe.debug&&(xe.performance?te.performance.log(arguments):(te.verbose=Function.prototype.bind.call(console.info,console,xe.name+":"),te.verbose.apply(console,arguments)))},error:function(){xe.silent||(te.error=Function.prototype.bind.call(console.error,console,xe.name+":"),te.error.apply(console,arguments))},performance:{log:function(s){var I,je,Pe;xe.performance&&(I=new Date().getTime(),Pe=N||I,je=I-Pe,N=I,F.push({Name:s[0],Arguments:[].slice.call(s,1)||"",Element:ye,"Execution Time":je})),clearTimeout(te.performance.timer),te.performance.timer=setTimeout(te.performance.display,500)},display:function(){var s=xe.name+":",I=0;N=!1,clearTimeout(te.performance.timer),l.each(F,function(je,Pe){I+=Pe["Execution Time"]}),s+=" "+I+"ms",p&&(s+=" '"+p+"'"),h.length>1&&(s+=" ("+h.length+")"),(console.group!==o||console.table!==o)&&F.length>0&&(console.groupCollapsed(s),console.table?console.table(F):l.each(F,function(je,Pe){console.log(Pe.Name+": "+Pe["Execution Time"]+"ms")}),console.groupEnd()),F=[]}},invoke:function(s,I,je){var Pe=V,b,L,ae;return I=I||J,je=ye||je,typeof s=="string"&&Pe!==o&&(s=s.split(/[\. ]/),b=s.length-1,l.each(s,function(k,D){var T=k!=b?D+s[k+1].charAt(0).toUpperCase()+s[k+1].slice(1):s;if(l.isPlainObject(Pe[T])&&k!=b)Pe=Pe[T];else{if(Pe[T]!==o)return L=Pe[T],!1;if(l.isPlainObject(Pe[D])&&k!=b)Pe=Pe[D];else return Pe[D]!==o&&(L=Pe[D]),!1}})),l.isFunction(L)?ae=L.apply(je,I):L!==o&&(ae=L),Array.isArray(K)?K.push(ae):K!==o?K=[K,ae]:ae!==o&&(K=ae),L!==o?L:!1}},te.initialize()}),K!==o?K:this},l.fn.transition.exists={},l.fn.transition.settings={name:"Transition",silent:!1,debug:!1,verbose:!1,performance:!0,namespace:"transition",interval:0,reverse:"auto",onStart:function(){},onComplete:function(){},onShow:function(){},onHide:function(){},useFailSafe:!0,failSafeDelay:100,allowRepeats:!1,displayType:!1,animation:"fade",duration:!1,queue:!0,skipInlineHidden:!1,metadata:{displayType:"display"},className:{animating:"animating",disabled:"disabled",hidden:"hidden",inward:"in",loading:"loading",looping:"looping",outward:"out",transition:"transition",visible:"visible"},error:{noAnimation:"Element is no longer attached to DOM. Unable to animate. Use silent setting to surpress this warning in production.",repeated:"That animation is already occurring, cancelling repeated animation",method:"The method you called is not defined",support:"This browser does not support CSS animations"}}})(jQuery,window,document)},"./web_src/js/index.js":function(l,q,le){"use strict";function o(e=""){return e?e.replace(/^.*\//,""):""}function h(e=""){const[t,i]=/.+(\.[^.]+)$/.exec(e)||[];return i||""}function p(...e){let t="";for(const i of e)!i||(t=t?`${t.replace(/\/$/,"")}/${i.replace(/^\//,"")}`:i);return t}function N(e){return Object.prototype.toString.call(e)==="[object Object]"}function F(){return document.documentElement.classList.contains("theme-arc-green")==!0||document.documentElement.classList.contains("theme-arc-blue")==!0}function B(e){return Array.from(new Set(e))}function ce(e){return e.replace(/<[^>]*>?/gm,"")}function J(e,t,i,n,a){if(i-t<n)return t;const u=Math.ceil((t+i)/2/n)*n;return matchMedia(`screen and (min-${e}:${u}${a})`).matches?J(e,u,i,n,a):J(e,t,u-n,n,a)}const{AssetUrlPrefix:pe}=window.config;le.p=p(pe,"/");var K=Object.freeze({});function y(e){return e==null}function O(e){return e!=null}function ye(e){return e===!0}function xe(e){return e===!1}function V(e){return typeof e=="string"||typeof e=="number"||typeof e=="symbol"||typeof e=="boolean"}function C(e){return e!==null&&typeof e=="object"}var Z=Object.prototype.toString;function we(e){return Z.call(e).slice(8,-1)}function Ce(e){return Z.call(e)==="[object Object]"}function Ae(e){return Z.call(e)==="[object RegExp]"}function ve(e){var t=parseFloat(String(e));return t>=0&&Math.floor(t)===t&&isFinite(e)}function te(e){return O(e)&&typeof e.then=="function"&&typeof e.catch=="function"}function s(e){return e==null?"":Array.isArray(e)||Ce(e)&&e.toString===Z?JSON.stringify(e,null,2):String(e)}function I(e){var t=parseFloat(e);return isNaN(t)?e:t}function je(e,t){for(var i=Object.create(null),n=e.split(","),a=0;a<n.length;a++)i[n[a]]=!0;return t?function(u){return i[u.toLowerCase()]}:function(u){return i[u]}}var Pe=je("slot,component",!0),b=je("key,ref,slot,slot-scope,is");function L(e,t){if(e.length){var i=e.indexOf(t);if(i>-1)return e.splice(i,1)}}var ae=Object.prototype.hasOwnProperty;function k(e,t){return ae.call(e,t)}function D(e){var t=Object.create(null);return function(n){var a=t[n];return a||(t[n]=e(n))}}var T=/-(\w)/g,X=D(function(e){return e.replace(T,function(t,i){return i?i.toUpperCase():""})}),de=D(function(e){return e.charAt(0).toUpperCase()+e.slice(1)}),Re=/\B([A-Z])/g,re=D(function(e){return e.replace(Re,"-$1").toLowerCase()});function M(e,t){function i(n){var a=arguments.length;return a?a>1?e.apply(t,arguments):e.call(t,n):e.call(t)}return i._length=e.length,i}function v(e,t){return e.bind(t)}var W=Function.prototype.bind?v:M;function S(e,t){t=t||0;for(var i=e.length-t,n=new Array(i);i--;)n[i]=e[i+t];return n}function Y(e,t){for(var i in t)e[i]=t[i];return e}function Ee(e){for(var t={},i=0;i<e.length;i++)e[i]&&Y(t,e[i]);return t}function Ne(e,t,i){}var Be=function(e,t,i){return!1},Ue=function(e){return e};function rt(e){return e.reduce(function(t,i){return t.concat(i.staticKeys||[])},[]).join(",")}function bt(e,t){if(e===t)return!0;var i=C(e),n=C(t);if(i&&n)try{var a=Array.isArray(e),u=Array.isArray(t);if(a&&u)return e.length===t.length&&e.every(function(P,ee){return bt(P,t[ee])});if(e instanceof Date&&t instanceof Date)return e.getTime()===t.getTime();if(!a&&!u){var x=Object.keys(e),R=Object.keys(t);return x.length===R.length&&x.every(function(P){return bt(e[P],t[P])})}else return!1}catch(P){return!1}else return!i&&!n?String(e)===String(t):!1}function St(e,t){for(var i=0;i<e.length;i++)if(bt(e[i],t))return i;return-1}function jt(e){var t=!1;return function(){t||(t=!0,e.apply(this,arguments))}}var mi="data-server-rendered",oi=["component","directive","filter"],ei=["beforeCreate","created","beforeMount","mounted","beforeUpdate","updated","beforeDestroy","destroyed","activated","deactivated","errorCaptured","serverPrefetch"],gt={optionMergeStrategies:Object.create(null),silent:!1,productionTip:!1,devtools:!1,performance:!1,errorHandler:null,warnHandler:null,ignoredElements:[],keyCodes:Object.create(null),isReservedTag:Be,isReservedAttr:Be,isUnknownElement:Be,getTagNamespace:Ne,parsePlatformTagName:Ue,mustUseProp:Be,async:!0,_lifecycleHooks:ei},xi=/a-zA-Z\u00B7\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u037D\u037F-\u1FFF\u200C-\u200D\u203F-\u2040\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD/;function gn(e){var t=(e+"").charCodeAt(0);return t===36||t===95}function f(e,t,i,n){Object.defineProperty(e,t,{value:i,enumerable:!!n,writable:!0,configurable:!0})}var _=new RegExp("[^"+xi.source+".$_\\d]");function Q(e){if(!_.test(e)){var t=e.split(".");return function(i){for(var n=0;n<t.length;n++){if(!i)return;i=i[t[n]]}return i}}}var Se="__proto__"in{},Te=typeof window!="undefined",Le=typeof WXEnvironment!="undefined"&&!!WXEnvironment.platform,tt=Le&&WXEnvironment.platform.toLowerCase(),dt=Te&&window.navigator.userAgent.toLowerCase(),kt=dt&&/msie|trident/.test(dt),Nt=dt&&dt.indexOf("msie 9.0")>0,ui=dt&&dt.indexOf("edge/")>0,Vi=dt&&dt.indexOf("android")>0||tt==="android",Zi=dt&&/iphone|ipad|ipod|ios/.test(dt)||tt==="ios",Pt=dt&&/chrome\/\d+/.test(dt)&&!ui,yt=dt&&/phantomjs/.test(dt),Ft=dt&&dt.match(/firefox\/(\d+)/),$t={}.watch,Bt=!1;if(Te)try{var Yt={};Object.defineProperty(Yt,"passive",{get:function(){Bt=!0}}),window.addEventListener("test-passive",null,Yt)}catch(e){}var vn,Wn=function(){return vn===void 0&&(!Te&&!Le&&typeof le.g!="undefined"?vn=le.g.process&&le.g.process.env.VUE_ENV==="server":vn=!1),vn},fn=Te&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function Vn(e){return typeof e=="function"&&/native code/.test(e.toString())}var En=typeof Symbol!="undefined"&&Vn(Symbol)&&typeof Reflect!="undefined"&&Vn(Reflect.ownKeys),dn;typeof Set!="undefined"&&Vn(Set)?dn=Set:dn=function(){function e(){this.set=Object.create(null)}return e.prototype.has=function(i){return this.set[i]===!0},e.prototype.add=function(i){this.set[i]=!0},e.prototype.clear=function(){this.set=Object.create(null)},e}();var bn=Ne,hr=null,sn=null,Wr=null;if(!1)var Dr,Pr,Vr,Pn;var xr=0,$i=function(){this.id=xr++,this.subs=[]};$i.prototype.addSub=function(t){this.subs.push(t)},$i.prototype.removeSub=function(t){L(this.subs,t)},$i.prototype.depend=function(){$i.target&&$i.target.addDep(this)},$i.prototype.notify=function(){for(var t=this.subs.slice(),i=0,n=t.length;i<n;i++)t[i].update()},$i.target=null;var mr=[];function kn(e){mr.push(e),$i.target=e}function Un(){mr.pop(),$i.target=mr[mr.length-1]}var en=function(t,i,n,a,u,x,R,P){this.tag=t,this.data=i,this.children=n,this.text=a,this.elm=u,this.ns=void 0,this.context=x,this.fnContext=void 0,this.fnOptions=void 0,this.fnScopeId=void 0,this.key=i&&i.key,this.componentOptions=R,this.componentInstance=void 0,this.parent=void 0,this.raw=!1,this.isStatic=!1,this.isRootInsert=!0,this.isComment=!1,this.isCloned=!1,this.isOnce=!1,this.asyncFactory=P,this.asyncMeta=void 0,this.isAsyncPlaceholder=!1},Cr={child:{configurable:!0}};Cr.child.get=function(){return this.componentInstance},Object.defineProperties(en.prototype,Cr);var Rn=function(e){e===void 0&&(e="");var t=new en;return t.text=e,t.isComment=!0,t};function nr(e){return new en(void 0,void 0,void 0,String(e))}function Sr(e){var t=new en(e.tag,e.data,e.children&&e.children.slice(),e.text,e.elm,e.context,e.componentOptions,e.asyncFactory);return t.ns=e.ns,t.isStatic=e.isStatic,t.key=e.key,t.isComment=e.isComment,t.fnContext=e.fnContext,t.fnOptions=e.fnOptions,t.fnScopeId=e.fnScopeId,t.asyncMeta=e.asyncMeta,t.isCloned=!0,t}var tn=Array.prototype,Oi=Object.create(tn),qr=["push","pop","shift","unshift","splice","sort","reverse"];qr.forEach(function(e){var t=tn[e];f(Oi,e,function(){for(var n=[],a=arguments.length;a--;)n[a]=arguments[a];var u=t.apply(this,n),x=this.__ob__,R;switch(e){case"push":case"unshift":R=n;break;case"splice":R=n.slice(2);break}return R&&x.observeArray(R),x.dep.notify(),u})});var Rr=Object.getOwnPropertyNames(Oi),rr=!0;function yn(e){rr=e}var ar=function(t){this.value=t,this.dep=new $i,this.vmCount=0,f(t,"__ob__",this),Array.isArray(t)?(Se?wn(t,Oi):Tr(t,Oi,Rr),this.observeArray(t)):this.walk(t)};ar.prototype.walk=function(t){for(var i=Object.keys(t),n=0;n<i.length;n++)Qn(t,i[n])},ar.prototype.observeArray=function(t){for(var i=0,n=t.length;i<n;i++)In(t[i])};function wn(e,t){e.__proto__=t}function Tr(e,t,i){for(var n=0,a=i.length;n<a;n++){var u=i[n];f(e,u,t[u])}}function In(e,t){if(!(!C(e)||e instanceof en)){var i;return k(e,"__ob__")&&e.__ob__ instanceof ar?i=e.__ob__:rr&&!Wn()&&(Array.isArray(e)||Ce(e))&&Object.isExtensible(e)&&!e._isVue&&(i=new ar(e)),t&&i&&i.vmCount++,i}}function Qn(e,t,i,n,a){var u=new $i,x=Object.getOwnPropertyDescriptor(e,t);if(!(x&&x.configurable===!1)){var R=x&&x.get,P=x&&x.set;(!R||P)&&arguments.length===2&&(i=e[t]);var ee=!a&&In(i);Object.defineProperty(e,t,{enumerable:!0,configurable:!0,get:function(){var fe=R?R.call(e):i;return $i.target&&(u.depend(),ee&&(ee.dep.depend(),Array.isArray(fe)&&an(fe))),fe},set:function(fe){var ze=R?R.call(e):i;fe===ze||fe!==fe&&ze!==ze||R&&!P||(P?P.call(e,fe):i=fe,ee=!a&&In(fe),u.notify())}})}}function Yn(e,t,i){if(Array.isArray(e)&&ve(t))return e.length=Math.max(e.length,t),e.splice(t,1,i),i;if(t in e&&!(t in Object.prototype))return e[t]=i,i;var n=e.__ob__;return e._isVue||n&&n.vmCount?i:n?(Qn(n.value,t,i),n.dep.notify(),i):(e[t]=i,i)}function Ir(e,t){if(Array.isArray(e)&&ve(t)){e.splice(t,1);return}var i=e.__ob__;e._isVue||i&&i.vmCount||!k(e,t)||(delete e[t],!!i&&i.dep.notify())}function an(e){for(var t=void 0,i=0,n=e.length;i<n;i++)t=e[i],t&&t.__ob__&&t.__ob__.dep.depend(),Array.isArray(t)&&an(t)}var ii=gt.optionMergeStrategies;function Nn(e,t){if(!t)return e;for(var i,n,a,u=En?Reflect.ownKeys(t):Object.keys(t),x=0;x<u.length;x++)i=u[x],i!=="__ob__"&&(n=e[i],a=t[i],k(e,i)?n!==a&&Ce(n)&&Ce(a)&&Nn(n,a):Yn(e,i,a));return e}function ln(e,t,i){return i?function(){var a=typeof t=="function"?t.call(i,i):t,u=typeof e=="function"?e.call(i,i):e;return a?Nn(a,u):u}:t?e?function(){return Nn(typeof t=="function"?t.call(this,this):t,typeof e=="function"?e.call(this,this):e)}:t:e}ii.data=function(e,t,i){return i?ln(e,t,i):t&&typeof t!="function"?e:ln(e,t)};function ga(e,t){var i=t?e?e.concat(t):Array.isArray(t)?t:[t]:e;return i&&ta(i)}function ta(e){for(var t=[],i=0;i<e.length;i++)t.indexOf(e[i])===-1&&t.push(e[i]);return t}ei.forEach(function(e){ii[e]=ga});function gr(e,t,i,n){var a=Object.create(e||null);return t?Y(a,t):a}oi.forEach(function(e){ii[e+"s"]=gr}),ii.watch=function(e,t,i,n){if(e===$t&&(e=void 0),t===$t&&(t=void 0),!t)return Object.create(e||null);if(!e)return t;var a={};Y(a,e);for(var u in t){var x=a[u],R=t[u];x&&!Array.isArray(x)&&(x=[x]),a[u]=x?x.concat(R):Array.isArray(R)?R:[R]}return a},ii.props=ii.methods=ii.inject=ii.computed=function(e,t,i,n){if(!e)return t;var a=Object.create(null);return Y(a,e),t&&Y(a,t),a},ii.provide=ln;var Gr=function(e,t){return t===void 0?e:t};function pn(e){for(var t in e.components)si(t)}function si(e){new RegExp("^[a-zA-Z][\\-\\.0-9_"+xi.source+"]*$").test(e)||bn('Invalid component name: "'+e+'". Component names should conform to valid custom element name in html5 specification.'),(Pe(e)||gt.isReservedTag(e))&&bn("Do not use built-in or reserved HTML elements as component id: "+e)}function ia(e,t){var i=e.props;if(!!i){var n={},a,u,x;if(Array.isArray(i))for(a=i.length;a--;)u=i[a],typeof u=="string"&&(x=X(u),n[x]={type:null});else if(Ce(i))for(var R in i)u=i[R],x=X(R),n[x]=Ce(u)?u:{type:u};e.props=n}}function Ar(e,t){var i=e.inject;if(!!i){var n=e.inject={};if(Array.isArray(i))for(var a=0;a<i.length;a++)n[i[a]]={from:i[a]};else if(Ce(i))for(var u in i){var x=i[u];n[u]=Ce(x)?Y({from:u},x):{from:x}}}}function jn(e){var t=e.directives;if(t)for(var i in t){var n=t[i];typeof n=="function"&&(t[i]={bind:n,update:n})}}function va(e,t,i){Ce(t)||bn('Invalid value for option "'+e+'": expected an Object, but got '+we(t)+".",i)}function hn(e,t,i){if(typeof t=="function"&&(t=t.options),ia(t,i),Ar(t,i),jn(t),!t._base&&(t.extends&&(e=hn(e,t.extends,i)),t.mixins))for(var n=0,a=t.mixins.length;n<a;n++)e=hn(e,t.mixins[n],i);var u={},x;for(x in e)R(x);for(x in t)k(e,x)||R(x);function R(P){var ee=ii[P]||Gr;u[P]=ee(e[P],t[P],i,P)}return u}function Nr(e,t,i,n){if(typeof i=="string"){var a=e[t];if(k(a,i))return a[i];var u=X(i);if(k(a,u))return a[u];var x=de(u);if(k(a,x))return a[x];var R=a[i]||a[u]||a[x];return R}}function Bn(e,t,i,n){var a=t[e],u=!k(i,e),x=i[e],R=Ki(Boolean,a.type);if(R>-1){if(u&&!k(a,"default"))x=!1;else if(x===""||x===re(e)){var P=Ki(String,a.type);(P<0||R<P)&&(x=!0)}}if(x===void 0){x=qn(n,a,e);var ee=rr;yn(!0),In(x),yn(ee)}return x}function qn(e,t,i){if(!!k(t,"default")){var n=t.default;return e&&e.$options.propsData&&e.$options.propsData[i]===void 0&&e._props[i]!==void 0?e._props[i]:typeof n=="function"&&Er(t.type)!=="Function"?n.call(e):n}}function vr(e,t,i,n,a){if(e.required&&a){bn('Missing required prop: "'+t+'"',n);return}if(!(i==null&&!e.required)){var u=e.type,x=!u||u===!0,R=[];if(u){Array.isArray(u)||(u=[u]);for(var P=0;P<u.length&&!x;P++){var ee=na(i,u[P]);R.push(ee.expectedType||""),x=ee.valid}}if(!x){bn(g(t,i,R),n);return}var ge=e.validator;ge&&(ge(i)||bn('Invalid prop: custom validator check failed for prop "'+t+'".',n))}}var Gn=/^(String|Number|Boolean|Function|Symbol)$/;function na(e,t){var i,n=Er(t);if(Gn.test(n)){var a=typeof e;i=a===n.toLowerCase(),!i&&a==="object"&&(i=e instanceof t)}else n==="Object"?i=Ce(e):n==="Array"?i=Array.isArray(e):i=e instanceof t;return{valid:i,expectedType:n}}function Er(e){var t=e&&e.toString().match(/^\s*function (\w+)/);return t?t[1]:""}function kr(e,t){return Er(e)===Er(t)}function Ki(e,t){if(!Array.isArray(t))return kr(t,e)?0:-1;for(var i=0,n=t.length;i<n;i++)if(kr(t[i],e))return i;return-1}function g(e,t,i){var n='Invalid prop: type check failed for prop "'+e+'". Expected '+i.map(de).join(", "),a=i[0],u=we(t),x=H(t,a),R=H(t,u);return i.length===1&&se(a)&&!he(a,u)&&(n+=" with value "+x),n+=", got "+u+" ",se(u)&&(n+="with value "+R+"."),n}function H(e,t){return t==="String"?'"'+e+'"':t==="Number"?""+Number(e):""+e}function se(e){var t=["string","number","boolean"];return t.some(function(i){return e.toLowerCase()===i})}function he(){for(var e=[],t=arguments.length;t--;)e[t]=arguments[t];return e.some(function(i){return i.toLowerCase()==="boolean"})}function Ie(e,t,i){kn();try{if(t)for(var n=t;n=n.$parent;){var a=n.$options.errorCaptured;if(a)for(var u=0;u<a.length;u++)try{var x=a[u].call(n,e,t,i)===!1;if(x)return}catch(R){Qe(R,n,"errorCaptured hook")}}Qe(e,t,i)}finally{Un()}}function qe(e,t,i,n,a){var u;try{u=i?e.apply(t,i):e.call(t),u&&!u._isVue&&te(u)&&!u._handled&&(u.catch(function(x){return Ie(x,n,a+" (Promise/async)")}),u._handled=!0)}catch(x){Ie(x,n,a)}return u}function Qe(e,t,i){if(gt.errorHandler)try{return gt.errorHandler.call(null,e,t,i)}catch(n){n!==e&&nt(n,null,"config.errorHandler")}nt(e,t,i)}function nt(e,t,i){if((Te||Le)&&typeof console!="undefined")console.error(e);else throw e}var pt=!1,Tt=[],Ht=!1;function Et(){Ht=!1;var e=Tt.slice(0);Tt.length=0;for(var t=0;t<e.length;t++)e[t]()}var At;if(typeof Promise!="undefined"&&Vn(Promise)){var ti=Promise.resolve();At=function(){ti.then(Et),Zi&&setTimeout(Ne)},pt=!0}else if(!kt&&typeof MutationObserver!="undefined"&&(Vn(MutationObserver)||MutationObserver.toString()==="[object MutationObserverConstructor]")){var _t=1,on=new MutationObserver(Et),Ln=document.createTextNode(String(_t));on.observe(Ln,{characterData:!0}),At=function(){_t=(_t+1)%2,Ln.data=String(_t)},pt=!0}else typeof setImmediate!="undefined"&&Vn(setImmediate)?At=function(){setImmediate(Et)}:At=function(){setTimeout(Et,0)};function $n(e,t){var i;if(Tt.push(function(){if(e)try{e.call(t)}catch(n){Ie(n,t,"nextTick")}else i&&i(t)}),Ht||(Ht=!0,At()),!e&&typeof Promise!="undefined")return new Promise(function(n){i=n})}var cn,Fn;if(!1)var or;var br;if(!1)var ba,ra,Mn,ya,yr,On,$a;var Lr=new dn;function r(e){c(e,Lr),Lr.clear()}function c(e,t){var i,n,a=Array.isArray(e);if(!(!a&&!C(e)||Object.isFrozen(e)||e instanceof en)){if(e.__ob__){var u=e.__ob__.dep.id;if(t.has(u))return;t.add(u)}if(a)for(i=e.length;i--;)c(e[i],t);else for(n=Object.keys(e),i=n.length;i--;)c(e[n[i]],t)}}var m=D(function(e){var t=e.charAt(0)==="&";e=t?e.slice(1):e;var i=e.charAt(0)==="~";e=i?e.slice(1):e;var n=e.charAt(0)==="!";return e=n?e.slice(1):e,{name:e,once:i,capture:n,passive:t}});function j(e,t){function i(){var n=arguments,a=i.fns;if(Array.isArray(a))for(var u=a.slice(),x=0;x<u.length;x++)qe(u[x],null,n,t,"v-on handler");else return qe(a,null,arguments,t,"v-on handler")}return i.fns=e,i}function z(e,t,i,n,a,u){var x,R,P,ee,ge;for(x in e)R=P=e[x],ee=t[x],ge=m(x),y(P)||(y(ee)?(y(P.fns)&&(P=e[x]=j(P,u)),ye(ge.once)&&(P=e[x]=a(ge.name,P,ge.capture)),i(ge.name,P,ge.capture,ge.passive,ge.params)):P!==ee&&(ee.fns=P,e[x]=ee));for(x in t)y(e[x])&&(ge=m(x),n(ge.name,t[x],ge.capture))}function U(e,t,i){e instanceof en&&(e=e.data.hook||(e.data.hook={}));var n,a=e[t];function u(){i.apply(this,arguments),L(n.fns,u)}y(a)?n=j([u]):O(a.fns)&&ye(a.merged)?(n=a,n.fns.push(u)):n=j([a,u]),n.merged=!0,e[t]=n}function ie(e,t,i){var n=t.options.props;if(!y(n)){var a={},u=e.attrs,x=e.props;if(O(u)||O(x))for(var R in n){var P=re(R);if(!1)var ee;$e(a,x,R,P,!0)||$e(a,u,R,P,!1)}return a}}function $e(e,t,i,n,a){if(O(t)){if(k(t,i))return e[i]=t[i],a||delete t[i],!0;if(k(t,n))return e[i]=t[n],a||delete t[n],!0}return!1}function _e(e){for(var t=0;t<e.length;t++)if(Array.isArray(e[t]))return Array.prototype.concat.apply([],e);return e}function Me(e){return V(e)?[nr(e)]:Array.isArray(e)?st(e):void 0}function Xe(e){return O(e)&&O(e.text)&&xe(e.isComment)}function st(e,t){var i=[],n,a,u,x;for(n=0;n<e.length;n++)a=e[n],!(y(a)||typeof a=="boolean")&&(u=i.length-1,x=i[u],Array.isArray(a)?a.length>0&&(a=st(a,(t||"")+"_"+n),Xe(a[0])&&Xe(x)&&(i[u]=nr(x.text+a[0].text),a.shift()),i.push.apply(i,a)):V(a)?Xe(x)?i[u]=nr(x.text+a):a!==""&&i.push(nr(a)):Xe(a)&&Xe(x)?i[u]=nr(x.text+a.text):(ye(e._isVList)&&O(a.tag)&&y(a.key)&&O(t)&&(a.key="__vlist"+t+"_"+n+"__"),i.push(a)));return i}function Ge(e){var t=e.$options.provide;t&&(e._provided=typeof t=="function"?t.call(e):t)}function Ze(e){var t=It(e.$options.inject,e);t&&(yn(!1),Object.keys(t).forEach(function(i){Qn(e,i,t[i])}),yn(!0))}function It(e,t){if(e){for(var i=Object.create(null),n=En?Reflect.ownKeys(e):Object.keys(e),a=0;a<n.length;a++){var u=n[a];if(u!=="__ob__"){for(var x=e[u].from,R=t;R;){if(R._provided&&k(R._provided,x)){i[u]=R._provided[x];break}R=R.$parent}if(!R&&"default"in e[u]){var P=e[u].default;i[u]=typeof P=="function"?P.call(t):P}}}return i}}function Kt(e,t){if(!e||!e.length)return{};for(var i={},n=0,a=e.length;n<a;n++){var u=e[n],x=u.data;if(x&&x.attrs&&x.attrs.slot&&delete x.attrs.slot,(u.context===t||u.fnContext===t)&&x&&x.slot!=null){var R=x.slot,P=i[R]||(i[R]=[]);u.tag==="template"?P.push.apply(P,u.children||[]):P.push(u)}else(i.default||(i.default=[])).push(u)}for(var ee in i)i[ee].every(Lt)&&delete i[ee];return i}function Lt(e){return e.isComment&&!e.asyncFactory||e.text===" "}function Di(e,t,i){var n,a=Object.keys(t).length>0,u=e?!!e.$stable:!a,x=e&&e.$key;if(!e)n={};else{if(e._normalized)return e._normalized;if(u&&i&&i!==K&&x===i.$key&&!a&&!i.$hasNormal)return i;n={};for(var R in e)e[R]&&R[0]!=="$"&&(n[R]=Fi(t,R,e[R]))}for(var P in t)P in n||(n[P]=un(t,P));return e&&Object.isExtensible(e)&&(e._normalized=n),f(n,"$stable",u),f(n,"$key",x),f(n,"$hasNormal",a),n}function Fi(e,t,i){var n=function(){var a=arguments.length?i.apply(null,arguments):i({});return a=a&&typeof a=="object"&&!Array.isArray(a)?[a]:Me(a),a&&(a.length===0||a.length===1&&a[0].isComment)?void 0:a};return i.proxy&&Object.defineProperty(e,t,{get:n,enumerable:!0,configurable:!0}),n}function un(e,t){return function(){return e[t]}}function wi(e,t){var i,n,a,u,x;if(Array.isArray(e)||typeof e=="string")for(i=new Array(e.length),n=0,a=e.length;n<a;n++)i[n]=t(e[n],n);else if(typeof e=="number")for(i=new Array(e),n=0;n<e;n++)i[n]=t(n+1,n);else if(C(e))if(En&&e[Symbol.iterator]){i=[];for(var R=e[Symbol.iterator](),P=R.next();!P.done;)i.push(t(P.value,i.length)),P=R.next()}else for(u=Object.keys(e),i=new Array(u.length),n=0,a=u.length;n<a;n++)x=u[n],i[n]=t(e[x],x,n);return O(i)||(i=[]),i._isVList=!0,i}function Xt(e,t,i,n){var a=this.$scopedSlots[e],u;a?(i=i||{},n&&(i=Y(Y({},n),i)),u=a(i)||t):u=this.$slots[e]||t;var x=i&&i.slot;return x?this.$createElement("template",{slot:x},u):u}function Qi(e){return Nr(this.$options,"filters",e,!0)||Ue}function ri(e,t){return Array.isArray(e)?e.indexOf(t)===-1:e!==t}function Mi(e,t,i,n,a){var u=gt.keyCodes[t]||i;if(a&&n&&!gt.keyCodes[t])return ri(a,n);if(u)return ri(u,e);if(n)return re(n)!==t}function $r(e,t,i,n,a){if(i&&C(i)){Array.isArray(i)&&(i=Ee(i));var u,x=function(P){if(P==="class"||P==="style"||b(P))u=e;else{var ee=e.attrs&&e.attrs.type;u=n||gt.mustUseProp(t,ee,P)?e.domProps||(e.domProps={}):e.attrs||(e.attrs={})}var ge=X(P),fe=re(P);if(!(ge in u)&&!(fe in u)&&(u[P]=i[P],a)){var ze=e.on||(e.on={});ze["update:"+P]=function(ct){i[P]=ct}}};for(var R in i)x(R)}return e}function sr(e,t){var i=this._staticTrees||(this._staticTrees=[]),n=i[e];return n&&!t||(n=i[e]=this.$options.staticRenderFns[e].call(this._renderProxy,null,this),lr(n,"__static__"+e,!1)),n}function nn(e,t,i){return lr(e,"__once__"+t+(i?"_"+i:""),!0),e}function lr(e,t,i){if(Array.isArray(e))for(var n=0;n<e.length;n++)e[n]&&typeof e[n]!="string"&&cr(e[n],t+"_"+n,i);else cr(e,t,i)}function cr(e,t,i){e.isStatic=!0,e.key=t,e.isOnce=i}function _n(e,t){if(t&&Ce(t)){var i=e.on=e.on?Y({},e.on):{};for(var n in t){var a=i[n],u=t[n];i[n]=a?[].concat(a,u):u}}return e}function Hn(e,t,i,n){t=t||{$stable:!i};for(var a=0;a<e.length;a++){var u=e[a];Array.isArray(u)?Hn(u,t,i):u&&(u.proxy&&(u.fn.proxy=!0),t[u.key]=u.fn)}return n&&(t.$key=n),t}function xn(e,t){for(var i=0;i<t.length;i+=2){var n=t[i];typeof n=="string"&&n&&(e[t[i]]=t[i+1])}return e}function ur(e,t){return typeof e=="string"?t+e:e}function Fr(e){e._o=nn,e._n=I,e._s=s,e._l=wi,e._t=Xt,e._q=bt,e._i=St,e._m=sr,e._f=Qi,e._k=Mi,e._b=$r,e._v=nr,e._e=Rn,e._u=Hn,e._g=_n,e._d=xn,e._p=ur}function Kn(e,t,i,n,a){var u=this,x=a.options,R;k(n,"_uid")?(R=Object.create(n),R._original=n):(R=n,n=n._original);var P=ye(x._compiled),ee=!P;this.data=e,this.props=t,this.children=i,this.parent=n,this.listeners=e.on||K,this.injections=It(x.inject,n),this.slots=function(){return u.$slots||Di(e.scopedSlots,u.$slots=Kt(i,n)),u.$slots},Object.defineProperty(this,"scopedSlots",{enumerable:!0,get:function(){return Di(e.scopedSlots,this.slots())}}),P&&(this.$options=x,this.$slots=this.slots(),this.$scopedSlots=Di(e.scopedSlots,this.$slots)),x._scopeId?this._c=function(ge,fe,ze,ct){var vt=Zn(R,ge,fe,ze,ct,ee);return vt&&!Array.isArray(vt)&&(vt.fnScopeId=x._scopeId,vt.fnContext=n),vt}:this._c=function(ge,fe,ze,ct){return Zn(R,ge,fe,ze,ct,ee)}}Fr(Kn.prototype);function Jn(e,t,i,n,a){var u=e.options,x={},R=u.props;if(O(R))for(var P in R)x[P]=Bn(P,R,t||K);else O(i.attrs)&&fr(x,i.attrs),O(i.props)&&fr(x,i.props);var ee=new Kn(i,x,a,n,e),ge=u.render.call(null,ee._c,ee);if(ge instanceof en)return li(ge,i,ee.parent,u,ee);if(Array.isArray(ge)){for(var fe=Me(ge)||[],ze=new Array(fe.length),ct=0;ct<fe.length;ct++)ze[ct]=li(fe[ct],i,ee.parent,u,ee);return ze}}function li(e,t,i,n,a){var u=Sr(e);return u.fnContext=i,u.fnOptions=n,t.slot&&((u.data||(u.data={})).slot=t.slot),u}function fr(e,t){for(var i in t)e[X(i)]=t[i]}var Kr={init:function(t,i){if(t.componentInstance&&!t.componentInstance._isDestroyed&&t.data.keepAlive){var n=t;Kr.prepatch(n,n)}else{var a=t.componentInstance=Hr(t,Ct);a.$mount(i?t.elm:void 0,i)}},prepatch:function(t,i){var n=i.componentOptions,a=i.componentInstance=t.componentInstance;Pi(a,n.propsData,n.listeners,i,n.children)},insert:function(t){var i=t.context,n=t.componentInstance;n._isMounted||(n._isMounted=!0,ci(n,"mounted")),t.data.keepAlive&&(i._isMounted?Gt(n):fi(n,!0))},destroy:function(t){var i=t.componentInstance;i._isDestroyed||(t.data.keepAlive?Si(i,!0):i.$destroy())}},Mr=Object.keys(Kr);function wa(e,t,i,n,a){if(!y(e)){var u=i.$options._base;if(C(e)&&(e=u.extend(e)),typeof e=="function"){var x;if(y(e.cid)&&(x=e,e=E(x,u),e===void 0))return A(x,t,i,n,a);t=t||{},Xr(e),O(t.model)&&_a(e.options,t);var R=ie(t,e,a);if(ye(e.options.functional))return Jn(e,R,t,i,n);var P=t.on;if(t.on=t.nativeOn,ye(e.options.abstract)){var ee=t.slot;t={},ee&&(t.slot=ee)}Oa(t);var ge=e.options.name||a,fe=new en("vue-component-"+e.cid+(ge?"-"+ge:""),t,void 0,void 0,void 0,i,{Ctor:e,propsData:R,listeners:P,tag:a,children:n},x);return fe}}}function Hr(e,t){var i={_isComponent:!0,_parentVnode:e,parent:t},n=e.data.inlineTemplate;return O(n)&&(i.render=n.render,i.staticRenderFns=n.staticRenderFns),new e.componentOptions.Ctor(i)}function Oa(e){for(var t=e.hook||(e.hook={}),i=0;i<Mr.length;i++){var n=Mr[i],a=t[n],u=Kr[n];a!==u&&!(a&&a._merged)&&(t[n]=a?ja(u,a):u)}}function ja(e,t){var i=function(n,a){e(n,a),t(n,a)};return i._merged=!0,i}function _a(e,t){var i=e.model&&e.model.prop||"value",n=e.model&&e.model.event||"input";(t.attrs||(t.attrs={}))[i]=t.model.value;var a=t.on||(t.on={}),u=a[n],x=t.model.callback;O(u)?(Array.isArray(u)?u.indexOf(x)===-1:u!==x)&&(a[n]=[x].concat(u)):a[n]=x}var aa=1,oa=2;function Zn(e,t,i,n,a,u){return(Array.isArray(i)||V(i))&&(a=n,n=i,i=void 0),ye(u)&&(a=oa),sa(e,t,i,n,a)}function sa(e,t,i,n,a){if(O(i)&&O(i.__ob__)||(O(i)&&O(i.is)&&(t=i.is),!t))return Rn();Array.isArray(n)&&typeof n[0]=="function"&&(i=i||{},i.scopedSlots={default:n[0]},n.length=0),a===oa?n=Me(n):a===aa&&(n=_e(n));var u,x;if(typeof t=="string"){var R;x=e.$vnode&&e.$vnode.ns||gt.getTagNamespace(t),gt.isReservedTag(t)?u=new en(gt.parsePlatformTagName(t),i,n,void 0,void 0,e):(!i||!i.pre)&&O(R=Nr(e.$options,"components",t))?u=wa(R,i,e,n,t):u=new en(t,i,n,void 0,void 0,e)}else u=wa(t,i,e,n);return Array.isArray(u)?u:O(u)?(O(x)&&la(u,x),O(i)&&ca(i),u):Rn()}function la(e,t,i){if(e.ns=t,e.tag==="foreignObject"&&(t=void 0,i=!0),O(e.children))for(var n=0,a=e.children.length;n<a;n++){var u=e.children[n];O(u.tag)&&(y(u.ns)||ye(i)&&u.tag!=="svg")&&la(u,t,i)}}function ca(e){C(e.style)&&r(e.style),C(e.class)&&r(e.class)}function zr(e){e._vnode=null,e._staticTrees=null;var t=e.$options,i=e.$vnode=t._parentVnode,n=i&&i.context;e.$slots=Kt(t._renderChildren,n),e.$scopedSlots=K,e._c=function(u,x,R,P){return Zn(e,u,x,R,P,!1)},e.$createElement=function(u,x,R,P){return Zn(e,u,x,R,P,!0)};var a=i&&i.data;Qn(e,"$attrs",a&&a.attrs||K,null,!0),Qn(e,"$listeners",t._parentListeners||K,null,!0)}var ue=null;function d(e){Fr(e.prototype),e.prototype.$nextTick=function(t){return $n(t,this)},e.prototype._render=function(){var t=this,i=t.$options,n=i.render,a=i._parentVnode;a&&(t.$scopedSlots=Di(a.data.scopedSlots,t.$slots,t.$scopedSlots)),t.$vnode=a;var u;try{ue=t,u=n.call(t._renderProxy,t.$createElement)}catch(x){Ie(x,t,"render"),u=t._vnode}finally{ue=null}return Array.isArray(u)&&u.length===1&&(u=u[0]),u instanceof en||(u=Rn()),u.parent=a,u}}function w(e,t){return(e.__esModule||En&&e[Symbol.toStringTag]==="Module")&&(e=e.default),C(e)?t.extend(e):e}function A(e,t,i,n,a){var u=Rn();return u.asyncFactory=e,u.asyncMeta={data:t,context:i,children:n,tag:a},u}function E(e,t){if(ye(e.error)&&O(e.errorComp))return e.errorComp;if(O(e.resolved))return e.resolved;var i=ue;if(i&&O(e.owners)&&e.owners.indexOf(i)===-1&&e.owners.push(i),ye(e.loading)&&O(e.loadingComp))return e.loadingComp;if(i&&!O(e.owners)){var n=e.owners=[i],a=!0,u=null,x=null;i.$on("hook:destroyed",function(){return L(n,i)});var R=function(fe){for(var ze=0,ct=n.length;ze<ct;ze++)n[ze].$forceUpdate();fe&&(n.length=0,u!==null&&(clearTimeout(u),u=null),x!==null&&(clearTimeout(x),x=null))},P=jt(function(fe){e.resolved=w(fe,t),a?n.length=0:R(!0)}),ee=jt(function(fe){O(e.errorComp)&&(e.error=!0,R(!0))}),ge=e(P,ee);return C(ge)&&(te(ge)?y(e.resolved)&&ge.then(P,ee):te(ge.component)&&(ge.component.then(P,ee),O(ge.error)&&(e.errorComp=w(ge.error,t)),O(ge.loading)&&(e.loadingComp=w(ge.loading,t),ge.delay===0?e.loading=!0:u=setTimeout(function(){u=null,y(e.resolved)&&y(e.error)&&(e.loading=!0,R(!1))},ge.delay||200)),O(ge.timeout)&&(x=setTimeout(function(){x=null,y(e.resolved)&&ee(null)},ge.timeout)))),a=!1,e.loading?e.loadingComp:e.resolved}}function G(e){return e.isComment&&e.asyncFactory}function ne(e){if(Array.isArray(e))for(var t=0;t<e.length;t++){var i=e[t];if(O(i)&&(O(i.componentOptions)||G(i)))return i}}function me(e){e._events=Object.create(null),e._hasHookEvent=!1;var t=e.$options._parentListeners;t&&ht(e,t)}var Oe;function We(e,t){Oe.$on(e,t)}function et(e,t){Oe.$off(e,t)}function ot(e,t){var i=Oe;return function n(){var a=t.apply(null,arguments);a!==null&&i.$off(e,n)}}function ht(e,t,i){Oe=e,z(t,i||{},We,et,ot,e),Oe=void 0}function ut(e){var t=/^hook:/;e.prototype.$on=function(i,n){var a=this;if(Array.isArray(i))for(var u=0,x=i.length;u<x;u++)a.$on(i[u],n);else(a._events[i]||(a._events[i]=[])).push(n),t.test(i)&&(a._hasHookEvent=!0);return a},e.prototype.$once=function(i,n){var a=this;function u(){a.$off(i,u),n.apply(a,arguments)}return u.fn=n,a.$on(i,u),a},e.prototype.$off=function(i,n){var a=this;if(!arguments.length)return a._events=Object.create(null),a;if(Array.isArray(i)){for(var u=0,x=i.length;u<x;u++)a.$off(i[u],n);return a}var R=a._events[i];if(!R)return a;if(!n)return a._events[i]=null,a;for(var P,ee=R.length;ee--;)if(P=R[ee],P===n||P.fn===n){R.splice(ee,1);break}return a},e.prototype.$emit=function(i){var n=this;if(!1)var a;var u=n._events[i];if(u){u=u.length>1?S(u):u;for(var x=S(arguments,1),R='event handler for "'+i+'"',P=0,ee=u.length;P<ee;P++)qe(u[P],n,x,n,R)}return n}}var Ct=null,xt=!1;function Mt(e){var t=Ct;return Ct=e,function(){Ct=t}}function Wt(e){var t=e.$options,i=t.parent;if(i&&!t.abstract){for(;i.$options.abstract&&i.$parent;)i=i.$parent;i.$children.push(e)}e.$parent=i,e.$root=i?i.$root:e,e.$children=[],e.$refs={},e._watcher=null,e._inactive=null,e._directInactive=!1,e._isMounted=!1,e._isDestroyed=!1,e._isBeingDestroyed=!1}function Qt(e){e.prototype._update=function(t,i){var n=this,a=n.$el,u=n._vnode,x=Mt(n);n._vnode=t,u?n.$el=n.__patch__(u,t):n.$el=n.__patch__(n.$el,t,i,!1),x(),a&&(a.__vue__=null),n.$el&&(n.$el.__vue__=n),n.$vnode&&n.$parent&&n.$vnode===n.$parent._vnode&&(n.$parent.$el=n.$el)},e.prototype.$forceUpdate=function(){var t=this;t._watcher&&t._watcher.update()},e.prototype.$destroy=function(){var t=this;if(!t._isBeingDestroyed){ci(t,"beforeDestroy"),t._isBeingDestroyed=!0;var i=t.$parent;i&&!i._isBeingDestroyed&&!t.$options.abstract&&L(i.$children,t),t._watcher&&t._watcher.teardown();for(var n=t._watchers.length;n--;)t._watchers[n].teardown();t._data.__ob__&&t._data.__ob__.vmCount--,t._isDestroyed=!0,t.__patch__(t._vnode,null),ci(t,"destroyed"),t.$off(),t.$el&&(t.$el.__vue__=null),t.$vnode&&(t.$vnode.parent=null)}}}function ji(e,t,i){e.$el=t,e.$options.render||(e.$options.render=Rn),ci(e,"beforeMount");var n;return n=function(){e._update(e._render(),i)},new Ti(e,n,Ne,{before:function(){e._isMounted&&!e._isDestroyed&&ci(e,"beforeUpdate")}},!0),i=!1,e.$vnode==null&&(e._isMounted=!0,ci(e,"mounted")),e}function Pi(e,t,i,n,a){var u=n.data.scopedSlots,x=e.$scopedSlots,R=!!(u&&!u.$stable||x!==K&&!x.$stable||u&&e.$scopedSlots.$key!==u.$key),P=!!(a||e.$options._renderChildren||R);if(e.$options._parentVnode=n,e.$vnode=n,e._vnode&&(e._vnode.parent=n),e.$options._renderChildren=a,e.$attrs=n.data.attrs||K,e.$listeners=i||K,t&&e.$options.props){yn(!1);for(var ee=e._props,ge=e.$options._propKeys||[],fe=0;fe<ge.length;fe++){var ze=ge[fe],ct=e.$options.props;ee[ze]=Bn(ze,ct,t,e)}yn(!0),e.$options.propsData=t}i=i||K;var vt=e.$options._parentListeners;e.$options._parentListeners=i,ht(e,i,vt),P&&(e.$slots=Kt(a,n.context),e.$forceUpdate())}function Ci(e){for(;e&&(e=e.$parent);)if(e._inactive)return!0;return!1}function fi(e,t){if(t){if(e._directInactive=!1,Ci(e))return}else if(e._directInactive)return;if(e._inactive||e._inactive===null){e._inactive=!1;for(var i=0;i<e.$children.length;i++)fi(e.$children[i]);ci(e,"activated")}}function Si(e,t){if(!(t&&(e._directInactive=!0,Ci(e)))&&!e._inactive){e._inactive=!0;for(var i=0;i<e.$children.length;i++)Si(e.$children[i]);ci(e,"deactivated")}}function ci(e,t){kn();var i=e.$options[t],n=t+" hook";if(i)for(var a=0,u=i.length;a<u;a++)qe(i[a],e,null,e,n);e._hasHookEvent&&e.$emit("hook:"+t),Un()}var Hi=100,zi=[],er=[],oe={},ke={},De=!1,Je=!1,Fe=0;function it(){Fe=zi.length=er.length=0,oe={},De=Je=!1}var lt=0,mt=Date.now;if(Te&&!kt){var wt=window.performance;wt&&typeof wt.now=="function"&&mt()>document.createEvent("Event").timeStamp&&(mt=function(){return wt.now()})}function Vt(){lt=mt(),Je=!0;var e,t;for(zi.sort(function(a,u){return a.id-u.id}),Fe=0;Fe<zi.length;Fe++)e=zi[Fe],e.before&&e.before(),t=e.id,oe[t]=null,e.run();var i=er.slice(),n=zi.slice();it(),ai(i),zt(n),fn&>.devtools&&fn.emit("flush")}function zt(e){for(var t=e.length;t--;){var i=e[t],n=i.vm;n._watcher===i&&n._isMounted&&!n._isDestroyed&&ci(n,"updated")}}function Gt(e){e._inactive=!1,er.push(e)}function ai(e){for(var t=0;t<e.length;t++)e[t]._inactive=!0,fi(e[t],!0)}function yi(e){var t=e.id;if(oe[t]==null){if(oe[t]=!0,!Je)zi.push(e);else{for(var i=zi.length-1;i>Fe&&zi[i].id>e.id;)i--;zi.splice(i+1,0,e)}De||(De=!0,$n(Vt))}}var qt=0,Ti=function(t,i,n,a,u){this.vm=t,u&&(t._watcher=this),t._watchers.push(this),a?(this.deep=!!a.deep,this.user=!!a.user,this.lazy=!!a.lazy,this.sync=!!a.sync,this.before=a.before):this.deep=this.user=this.lazy=this.sync=!1,this.cb=n,this.id=++qt,this.active=!0,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new dn,this.newDepIds=new dn,this.expression="",typeof i=="function"?this.getter=i:(this.getter=Q(i),this.getter||(this.getter=Ne)),this.value=this.lazy?void 0:this.get()};Ti.prototype.get=function(){kn(this);var t,i=this.vm;try{t=this.getter.call(i,i)}catch(n){if(this.user)Ie(n,i,'getter for watcher "'+this.expression+'"');else throw n}finally{this.deep&&r(t),Un(),this.cleanupDeps()}return t},Ti.prototype.addDep=function(t){var i=t.id;this.newDepIds.has(i)||(this.newDepIds.add(i),this.newDeps.push(t),this.depIds.has(i)||t.addSub(this))},Ti.prototype.cleanupDeps=function(){for(var t=this.deps.length;t--;){var i=this.deps[t];this.newDepIds.has(i.id)||i.removeSub(this)}var n=this.depIds;this.depIds=this.newDepIds,this.newDepIds=n,this.newDepIds.clear(),n=this.deps,this.deps=this.newDeps,this.newDeps=n,this.newDeps.length=0},Ti.prototype.update=function(){this.lazy?this.dirty=!0:this.sync?this.run():yi(this)},Ti.prototype.run=function(){if(this.active){var t=this.get();if(t!==this.value||C(t)||this.deep){var i=this.value;if(this.value=t,this.user)try{this.cb.call(this.vm,t,i)}catch(n){Ie(n,this.vm,'callback for watcher "'+this.expression+'"')}else this.cb.call(this.vm,t,i)}}},Ti.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},Ti.prototype.depend=function(){for(var t=this.deps.length;t--;)this.deps[t].depend()},Ti.prototype.teardown=function(){if(this.active){this.vm._isBeingDestroyed||L(this.vm._watchers,this);for(var t=this.deps.length;t--;)this.deps[t].removeSub(this);this.active=!1}};var Xi={enumerable:!0,configurable:!0,get:Ne,set:Ne};function Cn(e,t,i){Xi.get=function(){return this[t][i]},Xi.set=function(a){this[t][i]=a},Object.defineProperty(e,i,Xi)}function Ri(e){e._watchers=[];var t=e.$options;t.props&&Or(e,t.props),t.methods&&gi(e,t.methods),t.data?Ur(e):In(e._data={},!0),t.computed&&be(e,t.computed),t.watch&&t.watch!==$t&&Ui(e,t.watch)}function Or(e,t){var i=e.$options.propsData||{},n=e._props={},a=e.$options._propKeys=[],u=!e.$parent;u||yn(!1);var x=function(P){a.push(P);var ee=Bn(P,t,i,e);if(!1)var ge;else Qn(n,P,ee);P in e||Cn(e,"_props",P)};for(var R in t)x(R);yn(!0)}function Ur(e){var t=e.$options.data;t=e._data=typeof t=="function"?Dn(t,e):t||{},Ce(t)||(t={});for(var i=Object.keys(t),n=e.$options.props,a=e.$options.methods,u=i.length;u--;){var x=i[u];n&&k(n,x)||gn(x)||Cn(e,"_data",x)}In(t,!0)}function Dn(e,t){kn();try{return e.call(t,t)}catch(i){return Ie(i,t,"data()"),{}}finally{Un()}}var Po={lazy:!0};function be(e,t){var i=e._computedWatchers=Object.create(null),n=Wn();for(var a in t){var u=t[a],x=typeof u=="function"?u:u.get;n||(i[a]=new Ti(e,x||Ne,Ne,Po)),a in e||He(e,a,u)}}function He(e,t,i){var n=!Wn();typeof i=="function"?(Xi.get=n?Ye(t):Ot(i),Xi.set=Ne):(Xi.get=i.get?n&&i.cache!==!1?Ye(t):Ot(i.get):Ne,Xi.set=i.set||Ne),Object.defineProperty(e,t,Xi)}function Ye(e){return function(){var i=this._computedWatchers&&this._computedWatchers[e];if(i)return i.dirty&&i.evaluate(),$i.target&&i.depend(),i.value}}function Ot(e){return function(){return e.call(this,this)}}function gi(e,t){var i=e.$options.props;for(var n in t)e[n]=typeof t[n]!="function"?Ne:W(t[n],e)}function Ui(e,t){for(var i in t){var n=t[i];if(Array.isArray(n))for(var a=0;a<n.length;a++)qi(e,i,n[a]);else qi(e,i,n)}}function qi(e,t,i,n){return Ce(i)&&(n=i,i=i.handler),typeof i=="string"&&(i=e[i]),e.$watch(t,i,n)}function pi(e){var t={};t.get=function(){return this._data};var i={};i.get=function(){return this._props},Object.defineProperty(e.prototype,"$data",t),Object.defineProperty(e.prototype,"$props",i),e.prototype.$set=Yn,e.prototype.$delete=Ir,e.prototype.$watch=function(n,a,u){var x=this;if(Ce(a))return qi(x,n,a,u);u=u||{},u.user=!0;var R=new Ti(x,n,a,u);if(u.immediate)try{a.call(x,R.value)}catch(P){Ie(P,x,'callback for immediate watcher "'+R.expression+'"')}return function(){R.teardown()}}}var Yi=0;function tr(e){e.prototype._init=function(t){var i=this;i._uid=Yi++;var n,a;i._isVue=!0,t&&t._isComponent?Xn(i,t):i.$options=hn(Xr(i.constructor),t||{},i),i._renderProxy=i,i._self=i,Wt(i),me(i),zr(i),ci(i,"beforeCreate"),Ze(i),Ri(i),Ge(i),ci(i,"created"),i.$options.el&&i.$mount(i.$options.el)}}function Xn(e,t){var i=e.$options=Object.create(e.constructor.options),n=t._parentVnode;i.parent=t.parent,i._parentVnode=n;var a=n.componentOptions;i.propsData=a.propsData,i._parentListeners=a.listeners,i._renderChildren=a.children,i._componentTag=a.tag,t.render&&(i.render=t.render,i.staticRenderFns=t.staticRenderFns)}function Xr(e){var t=e.options;if(e.super){var i=Xr(e.super),n=e.superOptions;if(i!==n){e.superOptions=i;var a=Wa(e);a&&Y(e.extendOptions,a),t=e.options=hn(i,e.extendOptions),t.name&&(t.components[t.name]=e)}}return t}function Wa(e){var t,i=e.options,n=e.sealedOptions;for(var a in i)i[a]!==n[a]&&(t||(t={}),t[a]=i[a]);return t}function Gi(e){this._init(e)}tr(Gi),pi(Gi),ut(Gi),Qt(Gi),d(Gi);function no(e){e.use=function(t){var i=this._installedPlugins||(this._installedPlugins=[]);if(i.indexOf(t)>-1)return this;var n=S(arguments,1);return n.unshift(this),typeof t.install=="function"?t.install.apply(t,n):typeof t=="function"&&t.apply(null,n),i.push(t),this}}function ku(e){e.mixin=function(t){return this.options=hn(this.options,t),this}}function $u(e){e.cid=0;var t=1;e.extend=function(i){i=i||{};var n=this,a=n.cid,u=i._Ctor||(i._Ctor={});if(u[a])return u[a];var x=i.name||n.options.name,R=function(ee){this._init(ee)};return R.prototype=Object.create(n.prototype),R.prototype.constructor=R,R.cid=t++,R.options=hn(n.options,i),R.super=n,R.options.props&&Ou(R),R.options.computed&&Du(R),R.extend=n.extend,R.mixin=n.mixin,R.use=n.use,oi.forEach(function(P){R[P]=n[P]}),x&&(R.options.components[x]=R),R.superOptions=n.options,R.extendOptions=i,R.sealedOptions=Y({},R.options),u[a]=R,R}}function Ou(e){var t=e.options.props;for(var i in t)Cn(e.prototype,"_props",i)}function Du(e){var t=e.options.computed;for(var i in t)He(e.prototype,i,t[i])}function Pu(e){oi.forEach(function(t){e[t]=function(i,n){return n?(t==="component"&&Ce(n)&&(n.name=n.name||i,n=this.options._base.extend(n)),t==="directive"&&typeof n=="function"&&(n={bind:n,update:n}),this.options[t+"s"][i]=n,n):this.options[t+"s"][i]}})}function Is(e){return e&&(e.Ctor.options.name||e.tag)}function ro(e,t){return Array.isArray(e)?e.indexOf(t)>-1:typeof e=="string"?e.split(",").indexOf(t)>-1:Ae(e)?e.test(t):!1}function Ns(e,t){var i=e.cache,n=e.keys,a=e._vnode;for(var u in i){var x=i[u];if(x){var R=Is(x.componentOptions);R&&!t(R)&&Ro(i,u,n,a)}}}function Ro(e,t,i,n){var a=e[t];a&&(!n||a.tag!==n.tag)&&a.componentInstance.$destroy(),e[t]=null,L(i,t)}var Ls=[String,RegExp,Array],Ru={name:"keep-alive",abstract:!0,props:{include:Ls,exclude:Ls,max:[String,Number]},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var t in this.cache)Ro(this.cache,t,this.keys)},mounted:function(){var t=this;this.$watch("include",function(i){Ns(t,function(n){return ro(i,n)})}),this.$watch("exclude",function(i){Ns(t,function(n){return!ro(i,n)})})},render:function(){var t=this.$slots.default,i=ne(t),n=i&&i.componentOptions;if(n){var a=Is(n),u=this,x=u.include,R=u.exclude;if(x&&(!a||!ro(x,a))||R&&a&&ro(R,a))return i;var P=this,ee=P.cache,ge=P.keys,fe=i.key==null?n.Ctor.cid+(n.tag?"::"+n.tag:""):i.key;ee[fe]?(i.componentInstance=ee[fe].componentInstance,L(ge,fe),ge.push(fe)):(ee[fe]=i,ge.push(fe),this.max&&ge.length>parseInt(this.max)&&Ro(ee,ge[0],ge,this._vnode)),i.data.keepAlive=!0}return i||t&&t[0]}},Iu={KeepAlive:Ru};function Nu(e){var t={};t.get=function(){return gt},Object.defineProperty(e,"config",t),e.util={warn:bn,extend:Y,mergeOptions:hn,defineReactive:Qn},e.set=Yn,e.delete=Ir,e.nextTick=$n,e.observable=function(i){return In(i),i},e.options=Object.create(null),oi.forEach(function(i){e.options[i+"s"]=Object.create(null)}),e.options._base=e,Y(e.options.components,Iu),no(e),ku(e),$u(e),Pu(e)}Nu(Gi),Object.defineProperty(Gi.prototype,"$isServer",{get:Wn}),Object.defineProperty(Gi.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(Gi,"FunctionalRenderContext",{value:Kn}),Gi.version="2.6.12";var Lu=je("style,class"),Fu=je("input,textarea,option,select,progress"),Fs=function(e,t,i){return i==="value"&&Fu(e)&&t!=="button"||i==="selected"&&e==="option"||i==="checked"&&e==="input"||i==="muted"&&e==="video"},Ms=je("contenteditable,draggable,spellcheck"),Mu=je("events,caret,typing,plaintext-only"),Hu=function(e,t){return ao(t)||t==="false"?"false":e==="contenteditable"&&Mu(t)?t:"true"},zu=je("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,translate,truespeed,typemustmatch,visible"),Io="http://www.w3.org/1999/xlink",No=function(e){return e.charAt(5)===":"&&e.slice(0,5)==="xlink"},Hs=function(e){return No(e)?e.slice(6,e.length):""},ao=function(e){return e==null||e===!1};function Uu(e){for(var t=e.data,i=e,n=e;O(n.componentInstance);)n=n.componentInstance._vnode,n&&n.data&&(t=zs(n.data,t));for(;O(i=i.parent);)i&&i.data&&(t=zs(t,i.data));return Bu(t.staticClass,t.class)}function zs(e,t){return{staticClass:Lo(e.staticClass,t.staticClass),class:O(e.class)?[e.class,t.class]:t.class}}function Bu(e,t){return O(e)||O(t)?Lo(e,Fo(t)):""}function Lo(e,t){return e?t?e+" "+t:e:t||""}function Fo(e){return Array.isArray(e)?Wu(e):C(e)?Vu(e):typeof e=="string"?e:""}function Wu(e){for(var t="",i,n=0,a=e.length;n<a;n++)O(i=Fo(e[n]))&&i!==""&&(t&&(t+=" "),t+=i);return t}function Vu(e){var t="";for(var i in e)e[i]&&(t&&(t+=" "),t+=i);return t}var qu={svg:"http://www.w3.org/2000/svg",math:"http://www.w3.org/1998/Math/MathML"},Gu=je("html,body,base,head,link,meta,style,title,address,article,aside,footer,header,h1,h2,h3,h4,h5,h6,hgroup,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,rtc,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,menuitem,summary,content,element,shadow,template,blockquote,iframe,tfoot"),Mo=je("svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font-face,foreignObject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view",!0),Ku=function(e){return e==="pre"},Ho=function(e){return Gu(e)||Mo(e)};function Us(e){if(Mo(e))return"svg";if(e==="math")return"math"}var oo=Object.create(null);function Xu(e){if(!Te)return!0;if(Ho(e))return!1;if(e=e.toLowerCase(),oo[e]!=null)return oo[e];var t=document.createElement(e);return e.indexOf("-")>-1?oo[e]=t.constructor===window.HTMLUnknownElement||t.constructor===window.HTMLElement:oo[e]=/HTMLUnknownElement/.test(t.toString())}var zo=je("text,number,password,search,email,tel,url");function Uo(e){if(typeof e=="string"){var t=document.querySelector(e);return t||document.createElement("div")}else return e}function Qu(e,t){var i=document.createElement(e);return e!=="select"||t.data&&t.data.attrs&&t.data.attrs.multiple!==void 0&&i.setAttribute("multiple","multiple"),i}function Yu(e,t){return document.createElementNS(qu[e],t)}function Ju(e){return document.createTextNode(e)}function Zu(e){return document.createComment(e)}function ef(e,t,i){e.insertBefore(t,i)}function tf(e,t){e.removeChild(t)}function nf(e,t){e.appendChild(t)}function rf(e){return e.parentNode}function af(e){return e.nextSibling}function of(e){return e.tagName}function sf(e,t){e.textContent=t}function lf(e,t){e.setAttribute(t,"")}var cf=Object.freeze({createElement:Qu,createElementNS:Yu,createTextNode:Ju,createComment:Zu,insertBefore:ef,removeChild:tf,appendChild:nf,parentNode:rf,nextSibling:af,tagName:of,setTextContent:sf,setStyleScope:lf}),uf={create:function(t,i){Da(i)},update:function(t,i){t.data.ref!==i.data.ref&&(Da(t,!0),Da(i))},destroy:function(t){Da(t,!0)}};function Da(e,t){var i=e.data.ref;if(!!O(i)){var n=e.context,a=e.componentInstance||e.elm,u=n.$refs;t?Array.isArray(u[i])?L(u[i],a):u[i]===a&&(u[i]=void 0):e.data.refInFor?Array.isArray(u[i])?u[i].indexOf(a)<0&&u[i].push(a):u[i]=[a]:u[i]=a}}var xa=new en("",{},[]),Va=["create","activate","update","remove","destroy"];function Ca(e,t){return e.key===t.key&&(e.tag===t.tag&&e.isComment===t.isComment&&O(e.data)===O(t.data)&&ff(e,t)||ye(e.isAsyncPlaceholder)&&e.asyncFactory===t.asyncFactory&&y(t.asyncFactory.error))}function ff(e,t){if(e.tag!=="input")return!0;var i,n=O(i=e.data)&&O(i=i.attrs)&&i.type,a=O(i=t.data)&&O(i=i.attrs)&&i.type;return n===a||zo(n)&&zo(a)}function df(e,t,i){var n,a,u={};for(n=t;n<=i;++n)a=e[n].key,O(a)&&(u[a]=n);return u}function pf(e){var t,i,n={},a=e.modules,u=e.nodeOps;for(t=0;t<Va.length;++t)for(n[Va[t]]=[],i=0;i<a.length;++i)O(a[i][Va[t]])&&n[Va[t]].push(a[i][Va[t]]);function x(Ke){return new en(u.tagName(Ke).toLowerCase(),{},[],void 0,Ke)}function R(Ke,Ve){function at(){--at.listeners==0&&P(Ke)}return at.listeners=Ve,at}function P(Ke){var Ve=u.parentNode(Ke);O(Ve)&&u.removeChild(Ve,Ke)}function ee(Ke,Ve){return!Ve&&!Ke.ns&&!(gt.ignoredElements.length&>.ignoredElements.some(function(at){return Ae(at)?at.test(Ke.tag):at===Ke.tag}))&>.isUnknownElement(Ke.tag)}var ge=0;function fe(Ke,Ve,at,Dt,Zt,ki,vi){if(O(Ke.elm)&&O(ki)&&(Ke=ki[vi]=Sr(Ke)),Ke.isRootInsert=!Zt,!ze(Ke,Ve,at,Dt)){var bi=Ke.data,Wi=Ke.children,Ni=Ke.tag;O(Ni)?(Ke.elm=Ke.ns?u.createElementNS(Ke.ns,Ni):u.createElement(Ni,Ke),Ji(Ke),Rt(Ke,Wi,Ve),O(bi)&&Ai(Ke,Ve),ft(at,Ke.elm,Dt)):ye(Ke.isComment)?(Ke.elm=u.createComment(Ke.text),ft(at,Ke.elm,Dt)):(Ke.elm=u.createTextNode(Ke.text),ft(at,Ke.elm,Dt))}}function ze(Ke,Ve,at,Dt){var Zt=Ke.data;if(O(Zt)){var ki=O(Ke.componentInstance)&&Zt.keepAlive;if(O(Zt=Zt.hook)&&O(Zt=Zt.init)&&Zt(Ke,!1),O(Ke.componentInstance))return ct(Ke,Ve),ft(at,Ke.elm,Dt),ye(ki)&&vt(Ke,Ve,at,Dt),!0}}function ct(Ke,Ve){O(Ke.data.pendingInsert)&&(Ve.push.apply(Ve,Ke.data.pendingInsert),Ke.data.pendingInsert=null),Ke.elm=Ke.componentInstance.$el,Ut(Ke)?(Ai(Ke,Ve),Ji(Ke)):(Da(Ke),Ve.push(Ke))}function vt(Ke,Ve,at,Dt){for(var Zt,ki=Ke;ki.componentInstance;)if(ki=ki.componentInstance._vnode,O(Zt=ki.data)&&O(Zt=Zt.transition)){for(Zt=0;Zt<n.activate.length;++Zt)n.activate[Zt](xa,ki);Ve.push(ki);break}ft(at,Ke.elm,Dt)}function ft(Ke,Ve,at){O(Ke)&&(O(at)?u.parentNode(at)===Ke&&u.insertBefore(Ke,Ve,at):u.appendChild(Ke,Ve))}function Rt(Ke,Ve,at){if(Array.isArray(Ve))for(var Dt=0;Dt<Ve.length;++Dt)fe(Ve[Dt],at,Ke.elm,null,!0,Ve,Dt);else V(Ke.text)&&u.appendChild(Ke.elm,u.createTextNode(String(Ke.text)))}function Ut(Ke){for(;Ke.componentInstance;)Ke=Ke.componentInstance._vnode;return O(Ke.tag)}function Ai(Ke,Ve){for(var at=0;at<n.create.length;++at)n.create[at](xa,Ke);t=Ke.data.hook,O(t)&&(O(t.create)&&t.create(xa,Ke),O(t.insert)&&Ve.push(Ke))}function Ji(Ke){var Ve;if(O(Ve=Ke.fnScopeId))u.setStyleScope(Ke.elm,Ve);else for(var at=Ke;at;)O(Ve=at.context)&&O(Ve=Ve.$options._scopeId)&&u.setStyleScope(Ke.elm,Ve),at=at.parent;O(Ve=Ct)&&Ve!==Ke.context&&Ve!==Ke.fnContext&&O(Ve=Ve.$options._scopeId)&&u.setStyleScope(Ke.elm,Ve)}function Ii(Ke,Ve,at,Dt,Zt,ki){for(;Dt<=Zt;++Dt)fe(at[Dt],ki,Ke,Ve,!1,at,Dt)}function hi(Ke){var Ve,at,Dt=Ke.data;if(O(Dt))for(O(Ve=Dt.hook)&&O(Ve=Ve.destroy)&&Ve(Ke),Ve=0;Ve<n.destroy.length;++Ve)n.destroy[Ve](Ke);if(O(Ve=Ke.children))for(at=0;at<Ke.children.length;++at)hi(Ke.children[at])}function ni(Ke,Ve,at){for(;Ve<=at;++Ve){var Dt=Ke[Ve];O(Dt)&&(O(Dt.tag)?(Bi(Dt),hi(Dt)):P(Dt.elm))}}function Bi(Ke,Ve){if(O(Ve)||O(Ke.data)){var at,Dt=n.remove.length+1;for(O(Ve)?Ve.listeners+=Dt:Ve=R(Ke.elm,Dt),O(at=Ke.componentInstance)&&O(at=at._vnode)&&O(at.data)&&Bi(at,Ve),at=0;at<n.remove.length;++at)n.remove[at](Ke,Ve);O(at=Ke.data.hook)&&O(at=at.remove)?at(Ke,Ve):Ve()}else P(Ke.elm)}function Ea(Ke,Ve,at,Dt,Zt){for(var ki=0,vi=0,bi=Ve.length-1,Wi=Ve[0],Ni=Ve[bi],Li=at.length-1,An=at[0],_r=at[Li],ka,ha,ma,Eu,Os=!Zt;ki<=bi&&vi<=Li;)y(Wi)?Wi=Ve[++ki]:y(Ni)?Ni=Ve[--bi]:Ca(Wi,An)?(Ei(Wi,An,Dt,at,vi),Wi=Ve[++ki],An=at[++vi]):Ca(Ni,_r)?(Ei(Ni,_r,Dt,at,Li),Ni=Ve[--bi],_r=at[--Li]):Ca(Wi,_r)?(Ei(Wi,_r,Dt,at,Li),Os&&u.insertBefore(Ke,Wi.elm,u.nextSibling(Ni.elm)),Wi=Ve[++ki],_r=at[--Li]):Ca(Ni,An)?(Ei(Ni,An,Dt,at,vi),Os&&u.insertBefore(Ke,Ni.elm,Wi.elm),Ni=Ve[--bi],An=at[++vi]):(y(ka)&&(ka=df(Ve,ki,bi)),ha=O(An.key)?ka[An.key]:Br(An,Ve,ki,bi),y(ha)?fe(An,Dt,Ke,Wi.elm,!1,at,vi):(ma=Ve[ha],Ca(ma,An)?(Ei(ma,An,Dt,at,vi),Ve[ha]=void 0,Os&&u.insertBefore(Ke,ma.elm,Wi.elm)):fe(An,Dt,Ke,Wi.elm,!1,at,vi)),An=at[++vi]);ki>bi?(Eu=y(at[Li+1])?null:at[Li+1].elm,Ii(Ke,Eu,at,vi,Li,Dt)):vi>Li&&ni(Ve,ki,bi)}function io(Ke){for(var Ve={},at=0;at<Ke.length;at++){var Dt=Ke[at],Zt=Dt.key;O(Zt)&&(Ve[Zt]?bn("Duplicate keys detected: '"+Zt+"'. This may cause an update error.",Dt.context):Ve[Zt]=!0)}}function Br(Ke,Ve,at,Dt){for(var Zt=at;Zt<Dt;Zt++){var ki=Ve[Zt];if(O(ki)&&Ca(Ke,ki))return Zt}}function Ei(Ke,Ve,at,Dt,Zt,ki){if(Ke!==Ve){O(Ve.elm)&&O(Dt)&&(Ve=Dt[Zt]=Sr(Ve));var vi=Ve.elm=Ke.elm;if(ye(Ke.isAsyncPlaceholder)){O(Ve.asyncFactory.resolved)?ir(Ke.elm,Ve,at):Ve.isAsyncPlaceholder=!0;return}if(ye(Ve.isStatic)&&ye(Ke.isStatic)&&Ve.key===Ke.key&&(ye(Ve.isCloned)||ye(Ve.isOnce))){Ve.componentInstance=Ke.componentInstance;return}var bi,Wi=Ve.data;O(Wi)&&O(bi=Wi.hook)&&O(bi=bi.prepatch)&&bi(Ke,Ve);var Ni=Ke.children,Li=Ve.children;if(O(Wi)&&Ut(Ve)){for(bi=0;bi<n.update.length;++bi)n.update[bi](Ke,Ve);O(bi=Wi.hook)&&O(bi=bi.update)&&bi(Ke,Ve)}y(Ve.text)?O(Ni)&&O(Li)?Ni!==Li&&Ea(vi,Ni,Li,at,ki):O(Li)?(O(Ke.text)&&u.setTextContent(vi,""),Ii(vi,null,Li,0,Li.length-1,at)):O(Ni)?ni(Ni,0,Ni.length-1):O(Ke.text)&&u.setTextContent(vi,""):Ke.text!==Ve.text&&u.setTextContent(vi,Ve.text),O(Wi)&&O(bi=Wi.hook)&&O(bi=bi.postpatch)&&bi(Ke,Ve)}}function di(Ke,Ve,at){if(ye(at)&&O(Ke.parent))Ke.parent.data.pendingInsert=Ve;else for(var Dt=0;Dt<Ve.length;++Dt)Ve[Dt].data.hook.insert(Ve[Dt])}var Tn=!1,rn=je("attrs,class,staticClass,staticStyle,key");function ir(Ke,Ve,at,Dt){var Zt,ki=Ve.tag,vi=Ve.data,bi=Ve.children;if(Dt=Dt||vi&&vi.pre,Ve.elm=Ke,ye(Ve.isComment)&&O(Ve.asyncFactory))return Ve.isAsyncPlaceholder=!0,!0;if(O(vi)&&(O(Zt=vi.hook)&&O(Zt=Zt.init)&&Zt(Ve,!0),O(Zt=Ve.componentInstance)))return ct(Ve,at),!0;if(O(ki)){if(O(bi))if(!Ke.hasChildNodes())Rt(Ve,bi,at);else if(O(Zt=vi)&&O(Zt=Zt.domProps)&&O(Zt=Zt.innerHTML)){if(Zt!==Ke.innerHTML)return!1}else{for(var Wi=!0,Ni=Ke.firstChild,Li=0;Li<bi.length;Li++){if(!Ni||!ir(Ni,bi[Li],at,Dt)){Wi=!1;break}Ni=Ni.nextSibling}if(!Wi||Ni)return!1}if(O(vi)){var An=!1;for(var _r in vi)if(!rn(_r)){An=!0,Ai(Ve,at);break}!An&&vi.class&&r(vi.class)}}else Ke.data!==Ve.text&&(Ke.data=Ve.text);return!0}function pr(Ke,Ve,at){return O(Ve.tag)?Ve.tag.indexOf("vue-component")===0||!ee(Ve,at)&&Ve.tag.toLowerCase()===(Ke.tagName&&Ke.tagName.toLowerCase()):Ke.nodeType===(Ve.isComment?8:3)}return function(Ve,at,Dt,Zt){if(y(at)){O(Ve)&&hi(Ve);return}var ki=!1,vi=[];if(y(Ve))ki=!0,fe(at,vi);else{var bi=O(Ve.nodeType);if(!bi&&Ca(Ve,at))Ei(Ve,at,vi,null,null,Zt);else{if(bi){if(Ve.nodeType===1&&Ve.hasAttribute(mi)&&(Ve.removeAttribute(mi),Dt=!0),ye(Dt)&&ir(Ve,at,vi))return di(at,vi,!0),Ve;Ve=x(Ve)}var Wi=Ve.elm,Ni=u.parentNode(Wi);if(fe(at,vi,Wi._leaveCb?null:Ni,u.nextSibling(Wi)),O(at.parent))for(var Li=at.parent,An=Ut(at);Li;){for(var _r=0;_r<n.destroy.length;++_r)n.destroy[_r](Li);if(Li.elm=at.elm,An){for(var ka=0;ka<n.create.length;++ka)n.create[ka](xa,Li);var ha=Li.data.hook.insert;if(ha.merged)for(var ma=1;ma<ha.fns.length;ma++)ha.fns[ma]()}else Da(Li);Li=Li.parent}O(Ni)?ni([Ve],0,0):O(Ve.tag)&&hi(Ve)}}return di(at,vi,ki),at.elm}}var hf={create:Bo,update:Bo,destroy:function(t){Bo(t,xa)}};function Bo(e,t){(e.data.directives||t.data.directives)&&mf(e,t)}function mf(e,t){var i=e===xa,n=t===xa,a=Bs(e.data.directives,e.context),u=Bs(t.data.directives,t.context),x=[],R=[],P,ee,ge;for(P in u)ee=a[P],ge=u[P],ee?(ge.oldValue=ee.value,ge.oldArg=ee.arg,qa(ge,"update",t,e),ge.def&&ge.def.componentUpdated&&R.push(ge)):(qa(ge,"bind",t,e),ge.def&&ge.def.inserted&&x.push(ge));if(x.length){var fe=function(){for(var ze=0;ze<x.length;ze++)qa(x[ze],"inserted",t,e)};i?U(t,"insert",fe):fe()}if(R.length&&U(t,"postpatch",function(){for(var ze=0;ze<R.length;ze++)qa(R[ze],"componentUpdated",t,e)}),!i)for(P in a)u[P]||qa(a[P],"unbind",e,e,n)}var gf=Object.create(null);function Bs(e,t){var i=Object.create(null);if(!e)return i;var n,a;for(n=0;n<e.length;n++)a=e[n],a.modifiers||(a.modifiers=gf),i[vf(a)]=a,a.def=Nr(t.$options,"directives",a.name,!0);return i}function vf(e){return e.rawName||e.name+"."+Object.keys(e.modifiers||{}).join(".")}function qa(e,t,i,n,a){var u=e.def&&e.def[t];if(u)try{u(i.elm,e,i,n,a)}catch(x){Ie(x,i.context,"directive "+e.name+" "+t+" hook")}}var bf=[uf,hf];function Ws(e,t){var i=t.componentOptions;if(!(O(i)&&i.Ctor.options.inheritAttrs===!1)&&!(y(e.data.attrs)&&y(t.data.attrs))){var n,a,u,x=t.elm,R=e.data.attrs||{},P=t.data.attrs||{};O(P.__ob__)&&(P=t.data.attrs=Y({},P));for(n in P)a=P[n],u=R[n],u!==a&&Vs(x,n,a);(kt||ui)&&P.value!==R.value&&Vs(x,"value",P.value);for(n in R)y(P[n])&&(No(n)?x.removeAttributeNS(Io,Hs(n)):Ms(n)||x.removeAttribute(n))}}function Vs(e,t,i){e.tagName.indexOf("-")>-1?qs(e,t,i):zu(t)?ao(i)?e.removeAttribute(t):(i=t==="allowfullscreen"&&e.tagName==="EMBED"?"true":t,e.setAttribute(t,i)):Ms(t)?e.setAttribute(t,Hu(t,i)):No(t)?ao(i)?e.removeAttributeNS(Io,Hs(t)):e.setAttributeNS(Io,t,i):qs(e,t,i)}function qs(e,t,i){if(ao(i))e.removeAttribute(t);else{if(kt&&!Nt&&e.tagName==="TEXTAREA"&&t==="placeholder"&&i!==""&&!e.__ieph){var n=function(a){a.stopImmediatePropagation(),e.removeEventListener("input",n)};e.addEventListener("input",n),e.__ieph=!0}e.setAttribute(t,i)}}var yf={create:Ws,update:Ws};function Gs(e,t){var i=t.elm,n=t.data,a=e.data;if(!(y(n.staticClass)&&y(n.class)&&(y(a)||y(a.staticClass)&&y(a.class)))){var u=Uu(t),x=i._transitionClasses;O(x)&&(u=Lo(u,Fo(x))),u!==i._prevClass&&(i.setAttribute("class",u),i._prevClass=u)}}var wf={create:Gs,update:Gs},jf=/[\w).+\-_$\]]/;function Wo(e){var t=!1,i=!1,n=!1,a=!1,u=0,x=0,R=0,P=0,ee,ge,fe,ze,ct;for(fe=0;fe<e.length;fe++)if(ge=ee,ee=e.charCodeAt(fe),t)ee===39&&ge!==92&&(t=!1);else if(i)ee===34&&ge!==92&&(i=!1);else if(n)ee===96&&ge!==92&&(n=!1);else if(a)ee===47&&ge!==92&&(a=!1);else if(ee===124&&e.charCodeAt(fe+1)!==124&&e.charCodeAt(fe-1)!==124&&!u&&!x&&!R)ze===void 0?(P=fe+1,ze=e.slice(0,fe).trim()):Rt();else{switch(ee){case 34:i=!0;break;case 39:t=!0;break;case 96:n=!0;break;case 40:R++;break;case 41:R--;break;case 91:x++;break;case 93:x--;break;case 123:u++;break;case 125:u--;break}if(ee===47){for(var vt=fe-1,ft=void 0;vt>=0&&(ft=e.charAt(vt),ft===" ");vt--);(!ft||!jf.test(ft))&&(a=!0)}}ze===void 0?ze=e.slice(0,fe).trim():P!==0&&Rt();function Rt(){(ct||(ct=[])).push(e.slice(P,fe).trim()),P=fe+1}if(ct)for(fe=0;fe<ct.length;fe++)ze=_f(ze,ct[fe]);return ze}function _f(e,t){var i=t.indexOf("(");if(i<0)return'_f("'+t+'")('+e+")";var n=t.slice(0,i),a=t.slice(i+1);return'_f("'+n+'")('+e+(a!==")"?","+a:a)}function so(e,t){console.error("[Vue compiler]: "+e)}function Ga(e,t){return e?e.map(function(i){return i[t]}).filter(function(i){return i}):[]}function Sa(e,t,i,n,a){(e.props||(e.props=[])).push(Ka({name:t,value:i,dynamic:a},n)),e.plain=!1}function Vo(e,t,i,n,a){var u=a?e.dynamicAttrs||(e.dynamicAttrs=[]):e.attrs||(e.attrs=[]);u.push(Ka({name:t,value:i,dynamic:a},n)),e.plain=!1}function qo(e,t,i,n){e.attrsMap[t]=i,e.attrsList.push(Ka({name:t,value:i},n))}function xf(e,t,i,n,a,u,x,R){(e.directives||(e.directives=[])).push(Ka({name:t,rawName:i,value:n,arg:a,isDynamicArg:u,modifiers:x},R)),e.plain=!1}function Go(e,t,i){return i?"_p("+t+',"'+e+'")':e+t}function Qr(e,t,i,n,a,u,x,R){n=n||K,n.right?R?t="("+t+")==='click'?'contextmenu':("+t+")":t==="click"&&(t="contextmenu",delete n.right):n.middle&&(R?t="("+t+")==='click'?'mouseup':("+t+")":t==="click"&&(t="mouseup")),n.capture&&(delete n.capture,t=Go("!",t,R)),n.once&&(delete n.once,t=Go("~",t,R)),n.passive&&(delete n.passive,t=Go("&",t,R));var P;n.native?(delete n.native,P=e.nativeEvents||(e.nativeEvents={})):P=e.events||(e.events={});var ee=Ka({value:i.trim(),dynamic:R},x);n!==K&&(ee.modifiers=n);var ge=P[t];Array.isArray(ge)?a?ge.unshift(ee):ge.push(ee):ge?P[t]=a?[ee,ge]:[ge,ee]:P[t]=ee,e.plain=!1}function Cf(e,t){return e.rawAttrsMap[":"+t]||e.rawAttrsMap["v-bind:"+t]||e.rawAttrsMap[t]}function wr(e,t,i){var n=mn(e,":"+t)||mn(e,"v-bind:"+t);if(n!=null)return Wo(n);if(i!==!1){var a=mn(e,t);if(a!=null)return JSON.stringify(a)}}function mn(e,t,i){var n;if((n=e.attrsMap[t])!=null){for(var a=e.attrsList,u=0,x=a.length;u<x;u++)if(a[u].name===t){a.splice(u,1);break}}return i&&delete e.attrsMap[t],n}function Ks(e,t){for(var i=e.attrsList,n=0,a=i.length;n<a;n++){var u=i[n];if(t.test(u.name))return i.splice(n,1),u}}function Ka(e,t){return t&&(t.start!=null&&(e.start=t.start),t.end!=null&&(e.end=t.end)),e}function Xs(e,t,i){var n=i||{},a=n.number,u=n.trim,x="$$v",R=x;u&&(R="(typeof "+x+" === 'string'? "+x+".trim(): "+x+")"),a&&(R="_n("+R+")");var P=ua(t,R);e.model={value:"("+t+")",expression:JSON.stringify(t),callback:"function ("+x+") {"+P+"}"}}function ua(e,t){var i=Sf(e);return i.key===null?e+"="+t:"$set("+i.exp+", "+i.key+", "+t+")"}var Ko,Qs,Xa,Yr,lo,Xo;function Sf(e){if(e=e.trim(),Ko=e.length,e.indexOf("[")<0||e.lastIndexOf("]")<Ko-1)return Yr=e.lastIndexOf("."),Yr>-1?{exp:e.slice(0,Yr),key:'"'+e.slice(Yr+1)+'"'}:{exp:e,key:null};for(Qs=e,Yr=lo=Xo=0;!Yo();)Xa=Qo(),Ys(Xa)?Js(Xa):Xa===91&&Tf(Xa);return{exp:e.slice(0,lo),key:e.slice(lo+1,Xo)}}function Qo(){return Qs.charCodeAt(++Yr)}function Yo(){return Yr>=Ko}function Ys(e){return e===34||e===39}function Tf(e){var t=1;for(lo=Yr;!Yo();){if(e=Qo(),Ys(e)){Js(e);continue}if(e===91&&t++,e===93&&t--,t===0){Xo=Yr;break}}}function Js(e){for(var t=e;!Yo()&&(e=Qo(),e!==t););}var Af,co="__r",Jo="__c";function Ef(e,t,i){Af=i;var n=t.value,a=t.modifiers,u=e.tag,x=e.attrsMap.type;if(e.component)return Xs(e,n,a),!1;if(u==="select")Of(e,n,a);else if(u==="input"&&x==="checkbox")kf(e,n,a);else if(u==="input"&&x==="radio")$f(e,n,a);else if(u==="input"||u==="textarea")Df(e,n,a);else if(!gt.isReservedTag(u))return Xs(e,n,a),!1;return!0}function kf(e,t,i){var n=i&&i.number,a=wr(e,"value")||"null",u=wr(e,"true-value")||"true",x=wr(e,"false-value")||"false";Sa(e,"checked","Array.isArray("+t+")?_i("+t+","+a+")>-1"+(u==="true"?":("+t+")":":_q("+t+","+u+")")),Qr(e,"change","var $$a="+t+",$$el=$event.target,$$c=$$el.checked?("+u+"):("+x+");if(Array.isArray($$a)){var $$v="+(n?"_n("+a+")":a)+",$$i=_i($$a,$$v);if($$el.checked){$$i<0&&("+ua(t,"$$a.concat([$$v])")+")}else{$$i>-1&&("+ua(t,"$$a.slice(0,$$i).concat($$a.slice($$i+1))")+")}}else{"+ua(t,"$$c")+"}",null,!0)}function $f(e,t,i){var n=i&&i.number,a=wr(e,"value")||"null";a=n?"_n("+a+")":a,Sa(e,"checked","_q("+t+","+a+")"),Qr(e,"change",ua(t,a),null,!0)}function Of(e,t,i){var n=i&&i.number,a='Array.prototype.filter.call($event.target.options,function(o){return o.selected}).map(function(o){var val = "_value" in o ? o._value : o.value;return '+(n?"_n(val)":"val")+"})",u="$event.target.multiple ? $$selectedVal : $$selectedVal[0]",x="var $$selectedVal = "+a+";";x=x+" "+ua(t,u),Qr(e,"change",x,null,!0)}function Df(e,t,i){var n=e.attrsMap.type;if(!1)var a,u,x;var R=i||{},P=R.lazy,ee=R.number,ge=R.trim,fe=!P&&n!=="range",ze=P?"change":n==="range"?co:"input",ct="$event.target.value";ge&&(ct="$event.target.value.trim()"),ee&&(ct="_n("+ct+")");var vt=ua(t,ct);fe&&(vt="if($event.target.composing)return;"+vt),Sa(e,"value","("+t+")"),Qr(e,ze,vt,null,!0),(ge||ee)&&Qr(e,"blur","$forceUpdate()")}function Pf(e){if(O(e[co])){var t=kt?"change":"input";e[t]=[].concat(e[co],e[t]||[]),delete e[co]}O(e[Jo])&&(e.change=[].concat(e[Jo],e.change||[]),delete e[Jo])}var Qa;function Rf(e,t,i){var n=Qa;return function a(){var u=t.apply(null,arguments);u!==null&&Zs(e,a,i,n)}}var If=pt&&!(Ft&&Number(Ft[1])<=53);function Nf(e,t,i,n){if(If){var a=lt,u=t;t=u._wrapper=function(x){if(x.target===x.currentTarget||x.timeStamp>=a||x.timeStamp<=0||x.target.ownerDocument!==document)return u.apply(this,arguments)}}Qa.addEventListener(e,t,Bt?{capture:i,passive:n}:i)}function Zs(e,t,i,n){(n||Qa).removeEventListener(e,t._wrapper||t,i)}function el(e,t){if(!(y(e.data.on)&&y(t.data.on))){var i=t.data.on||{},n=e.data.on||{};Qa=t.elm,Pf(i),z(i,n,Nf,Zs,Rf,t.context),Qa=void 0}}var Lf={create:el,update:el},uo;function tl(e,t){if(!(y(e.data.domProps)&&y(t.data.domProps))){var i,n,a=t.elm,u=e.data.domProps||{},x=t.data.domProps||{};O(x.__ob__)&&(x=t.data.domProps=Y({},x));for(i in u)i in x||(a[i]="");for(i in x){if(n=x[i],i==="textContent"||i==="innerHTML"){if(t.children&&(t.children.length=0),n===u[i])continue;a.childNodes.length===1&&a.removeChild(a.childNodes[0])}if(i==="value"&&a.tagName!=="PROGRESS"){a._value=n;var R=y(n)?"":String(n);Ff(a,R)&&(a.value=R)}else if(i==="innerHTML"&&Mo(a.tagName)&&y(a.innerHTML)){uo=uo||document.createElement("div"),uo.innerHTML="<svg>"+n+"</svg>";for(var P=uo.firstChild;a.firstChild;)a.removeChild(a.firstChild);for(;P.firstChild;)a.appendChild(P.firstChild)}else if(n!==u[i])try{a[i]=n}catch(ee){}}}}function Ff(e,t){return!e.composing&&(e.tagName==="OPTION"||Mf(e,t)||Hf(e,t))}function Mf(e,t){var i=!0;try{i=document.activeElement!==e}catch(n){}return i&&e.value!==t}function Hf(e,t){var i=e.value,n=e._vModifiers;if(O(n)){if(n.number)return I(i)!==I(t);if(n.trim)return i.trim()!==t.trim()}return i!==t}var zf={create:tl,update:tl},il=D(function(e){var t={},i=/;(?![^(]*\))/g,n=/:(.+)/;return e.split(i).forEach(function(a){if(a){var u=a.split(n);u.length>1&&(t[u[0].trim()]=u[1].trim())}}),t});function Zo(e){var t=nl(e.style);return e.staticStyle?Y(e.staticStyle,t):t}function nl(e){return Array.isArray(e)?Ee(e):typeof e=="string"?il(e):e}function Uf(e,t){var i={},n;if(t)for(var a=e;a.componentInstance;)a=a.componentInstance._vnode,a&&a.data&&(n=Zo(a.data))&&Y(i,n);(n=Zo(e.data))&&Y(i,n);for(var u=e;u=u.parent;)u.data&&(n=Zo(u.data))&&Y(i,n);return i}var Bf=/^--/,rl=/\s*!important$/,al=function(e,t,i){if(Bf.test(t))e.style.setProperty(t,i);else if(rl.test(i))e.style.setProperty(re(t),i.replace(rl,""),"important");else{var n=Wf(t);if(Array.isArray(i))for(var a=0,u=i.length;a<u;a++)e.style[n]=i[a];else e.style[n]=i}},ol=["Webkit","Moz","ms"],fo,Wf=D(function(e){if(fo=fo||document.createElement("div").style,e=X(e),e!=="filter"&&e in fo)return e;for(var t=e.charAt(0).toUpperCase()+e.slice(1),i=0;i<ol.length;i++){var n=ol[i]+t;if(n in fo)return n}});function sl(e,t){var i=t.data,n=e.data;if(!(y(i.staticStyle)&&y(i.style)&&y(n.staticStyle)&&y(n.style))){var a,u,x=t.elm,R=n.staticStyle,P=n.normalizedStyle||n.style||{},ee=R||P,ge=nl(t.data.style)||{};t.data.normalizedStyle=O(ge.__ob__)?Y({},ge):ge;var fe=Uf(t,!0);for(u in ee)y(fe[u])&&al(x,u,"");for(u in fe)a=fe[u],a!==ee[u]&&al(x,u,a==null?"":a)}}var Vf={create:sl,update:sl},ll=/\s+/;function cl(e,t){if(!(!t||!(t=t.trim())))if(e.classList)t.indexOf(" ")>-1?t.split(ll).forEach(function(n){return e.classList.add(n)}):e.classList.add(t);else{var i=" "+(e.getAttribute("class")||"")+" ";i.indexOf(" "+t+" ")<0&&e.setAttribute("class",(i+t).trim())}}function ul(e,t){if(!(!t||!(t=t.trim())))if(e.classList)t.indexOf(" ")>-1?t.split(ll).forEach(function(a){return e.classList.remove(a)}):e.classList.remove(t),e.classList.length||e.removeAttribute("class");else{for(var i=" "+(e.getAttribute("class")||"")+" ",n=" "+t+" ";i.indexOf(n)>=0;)i=i.replace(n," ");i=i.trim(),i?e.setAttribute("class",i):e.removeAttribute("class")}}function fl(e){if(!!e){if(typeof e=="object"){var t={};return e.css!==!1&&Y(t,dl(e.name||"v")),Y(t,e),t}else if(typeof e=="string")return dl(e)}}var dl=D(function(e){return{enterClass:e+"-enter",enterToClass:e+"-enter-to",enterActiveClass:e+"-enter-active",leaveClass:e+"-leave",leaveToClass:e+"-leave-to",leaveActiveClass:e+"-leave-active"}}),pl=Te&&!Nt,Pa="transition",es="animation",po="transition",ho="transitionend",ts="animation",hl="animationend";pl&&(window.ontransitionend===void 0&&window.onwebkittransitionend!==void 0&&(po="WebkitTransition",ho="webkitTransitionEnd"),window.onanimationend===void 0&&window.onwebkitanimationend!==void 0&&(ts="WebkitAnimation",hl="webkitAnimationEnd"));var ml=Te?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(e){return e()};function gl(e){ml(function(){ml(e)})}function Ta(e,t){var i=e._transitionClasses||(e._transitionClasses=[]);i.indexOf(t)<0&&(i.push(t),cl(e,t))}function Jr(e,t){e._transitionClasses&&L(e._transitionClasses,t),ul(e,t)}function vl(e,t,i){var n=bl(e,t),a=n.type,u=n.timeout,x=n.propCount;if(!a)return i();var R=a===Pa?ho:hl,P=0,ee=function(){e.removeEventListener(R,ge),i()},ge=function(fe){fe.target===e&&++P>=x&&ee()};setTimeout(function(){P<x&&ee()},u+1),e.addEventListener(R,ge)}var qf=/\b(transform|all)(,|$)/;function bl(e,t){var i=window.getComputedStyle(e),n=(i[po+"Delay"]||"").split(", "),a=(i[po+"Duration"]||"").split(", "),u=yl(n,a),x=(i[ts+"Delay"]||"").split(", "),R=(i[ts+"Duration"]||"").split(", "),P=yl(x,R),ee,ge=0,fe=0;t===Pa?u>0&&(ee=Pa,ge=u,fe=a.length):t===es?P>0&&(ee=es,ge=P,fe=R.length):(ge=Math.max(u,P),ee=ge>0?u>P?Pa:es:null,fe=ee?ee===Pa?a.length:R.length:0);var ze=ee===Pa&&qf.test(i[po+"Property"]);return{type:ee,timeout:ge,propCount:fe,hasTransform:ze}}function yl(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max.apply(null,t.map(function(i,n){return wl(i)+wl(e[n])}))}function wl(e){return Number(e.slice(0,-1).replace(",","."))*1e3}function is(e,t){var i=e.elm;O(i._leaveCb)&&(i._leaveCb.cancelled=!0,i._leaveCb());var n=fl(e.data.transition);if(!y(n)&&!(O(i._enterCb)||i.nodeType!==1)){for(var a=n.css,u=n.type,x=n.enterClass,R=n.enterToClass,P=n.enterActiveClass,ee=n.appearClass,ge=n.appearToClass,fe=n.appearActiveClass,ze=n.beforeEnter,ct=n.enter,vt=n.afterEnter,ft=n.enterCancelled,Rt=n.beforeAppear,Ut=n.appear,Ai=n.afterAppear,Ji=n.appearCancelled,Ii=n.duration,hi=Ct,ni=Ct.$vnode;ni&&ni.parent;)hi=ni.context,ni=ni.parent;var Bi=!hi._isMounted||!e.isRootInsert;if(!(Bi&&!Ut&&Ut!=="")){var Ea=Bi&&ee?ee:x,io=Bi&&fe?fe:P,Br=Bi&&ge?ge:R,Ei=Bi&&Rt||ze,di=Bi&&typeof Ut=="function"?Ut:ct,Tn=Bi&&Ai||vt,rn=Bi&&Ji||ft,ir=I(C(Ii)?Ii.enter:Ii),pr=a!==!1&&!Nt,Ke=ns(di),Ve=i._enterCb=jt(function(){pr&&(Jr(i,Br),Jr(i,io)),Ve.cancelled?(pr&&Jr(i,Ea),rn&&rn(i)):Tn&&Tn(i),i._enterCb=null});e.data.show||U(e,"insert",function(){var at=i.parentNode,Dt=at&&at._pending&&at._pending[e.key];Dt&&Dt.tag===e.tag&&Dt.elm._leaveCb&&Dt.elm._leaveCb(),di&&di(i,Ve)}),Ei&&Ei(i),pr&&(Ta(i,Ea),Ta(i,io),gl(function(){Jr(i,Ea),Ve.cancelled||(Ta(i,Br),Ke||(_l(ir)?setTimeout(Ve,ir):vl(i,u,Ve)))})),e.data.show&&(t&&t(),di&&di(i,Ve)),!pr&&!Ke&&Ve()}}}function jl(e,t){var i=e.elm;O(i._enterCb)&&(i._enterCb.cancelled=!0,i._enterCb());var n=fl(e.data.transition);if(y(n)||i.nodeType!==1)return t();if(O(i._leaveCb))return;var a=n.css,u=n.type,x=n.leaveClass,R=n.leaveToClass,P=n.leaveActiveClass,ee=n.beforeLeave,ge=n.leave,fe=n.afterLeave,ze=n.leaveCancelled,ct=n.delayLeave,vt=n.duration,ft=a!==!1&&!Nt,Rt=ns(ge),Ut=I(C(vt)?vt.leave:vt),Ai=i._leaveCb=jt(function(){i.parentNode&&i.parentNode._pending&&(i.parentNode._pending[e.key]=null),ft&&(Jr(i,R),Jr(i,P)),Ai.cancelled?(ft&&Jr(i,x),ze&&ze(i)):(t(),fe&&fe(i)),i._leaveCb=null});ct?ct(Ji):Ji();function Ji(){Ai.cancelled||(!e.data.show&&i.parentNode&&((i.parentNode._pending||(i.parentNode._pending={}))[e.key]=e),ee&&ee(i),ft&&(Ta(i,x),Ta(i,P),gl(function(){Jr(i,x),Ai.cancelled||(Ta(i,R),Rt||(_l(Ut)?setTimeout(Ai,Ut):vl(i,u,Ai)))})),ge&&ge(i,Ai),!ft&&!Rt&&Ai())}}function Wg(e,t,i){typeof e!="number"?bn("<transition> explicit "+t+" duration is not a valid number - got "+JSON.stringify(e)+".",i.context):isNaN(e)&&bn("<transition> explicit "+t+" duration is NaN - the duration expression might be incorrect.",i.context)}function _l(e){return typeof e=="number"&&!isNaN(e)}function ns(e){if(y(e))return!1;var t=e.fns;return O(t)?ns(Array.isArray(t)?t[0]:t):(e._length||e.length)>1}function xl(e,t){t.data.show!==!0&&is(t)}var Gf=Te?{create:xl,activate:xl,remove:function(t,i){t.data.show!==!0?jl(t,i):i()}}:{},Kf=[yf,wf,Lf,zf,Vf,Gf],Xf=Kf.concat(bf),Qf=pf({nodeOps:cf,modules:Xf});Nt&&document.addEventListener("selectionchange",function(){var e=document.activeElement;e&&e.vmodel&&rs(e,"input")});var Cl={inserted:function(t,i,n,a){n.tag==="select"?(a.elm&&!a.elm._vOptions?U(n,"postpatch",function(){Cl.componentUpdated(t,i,n)}):Sl(t,i,n.context),t._vOptions=[].map.call(t.options,mo)):(n.tag==="textarea"||zo(t.type))&&(t._vModifiers=i.modifiers,i.modifiers.lazy||(t.addEventListener("compositionstart",Yf),t.addEventListener("compositionend",El),t.addEventListener("change",El),Nt&&(t.vmodel=!0)))},componentUpdated:function(t,i,n){if(n.tag==="select"){Sl(t,i,n.context);var a=t._vOptions,u=t._vOptions=[].map.call(t.options,mo);if(u.some(function(R,P){return!bt(R,a[P])})){var x=t.multiple?i.value.some(function(R){return Al(R,u)}):i.value!==i.oldValue&&Al(i.value,u);x&&rs(t,"change")}}}};function Sl(e,t,i){Tl(e,t,i),(kt||ui)&&setTimeout(function(){Tl(e,t,i)},0)}function Tl(e,t,i){var n=t.value,a=e.multiple;if(!(a&&!Array.isArray(n))){for(var u,x,R=0,P=e.options.length;R<P;R++)if(x=e.options[R],a)u=St(n,mo(x))>-1,x.selected!==u&&(x.selected=u);else if(bt(mo(x),n)){e.selectedIndex!==R&&(e.selectedIndex=R);return}a||(e.selectedIndex=-1)}}function Al(e,t){return t.every(function(i){return!bt(i,e)})}function mo(e){return"_value"in e?e._value:e.value}function Yf(e){e.target.composing=!0}function El(e){!e.target.composing||(e.target.composing=!1,rs(e.target,"input"))}function rs(e,t){var i=document.createEvent("HTMLEvents");i.initEvent(t,!0,!0),e.dispatchEvent(i)}function as(e){return e.componentInstance&&(!e.data||!e.data.transition)?as(e.componentInstance._vnode):e}var Jf={bind:function(t,i,n){var a=i.value;n=as(n);var u=n.data&&n.data.transition,x=t.__vOriginalDisplay=t.style.display==="none"?"":t.style.display;a&&u?(n.data.show=!0,is(n,function(){t.style.display=x})):t.style.display=a?x:"none"},update:function(t,i,n){var a=i.value,u=i.oldValue;if(!a!=!u){n=as(n);var x=n.data&&n.data.transition;x?(n.data.show=!0,a?is(n,function(){t.style.display=t.__vOriginalDisplay}):jl(n,function(){t.style.display="none"})):t.style.display=a?t.__vOriginalDisplay:"none"}},unbind:function(t,i,n,a,u){u||(t.style.display=t.__vOriginalDisplay)}},Zf={model:Cl,show:Jf},kl={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function os(e){var t=e&&e.componentOptions;return t&&t.Ctor.options.abstract?os(ne(t.children)):e}function $l(e){var t={},i=e.$options;for(var n in i.propsData)t[n]=e[n];var a=i._parentListeners;for(var u in a)t[X(u)]=a[u];return t}function Ol(e,t){if(/\d-keep-alive$/.test(t.tag))return e("keep-alive",{props:t.componentOptions.propsData})}function ed(e){for(;e=e.parent;)if(e.data.transition)return!0}function td(e,t){return t.key===e.key&&t.tag===e.tag}var id=function(e){return e.tag||G(e)},nd=function(e){return e.name==="show"},rd={name:"transition",props:kl,abstract:!0,render:function(t){var i=this,n=this.$slots.default;if(!!n&&(n=n.filter(id),!!n.length)){var a=this.mode,u=n[0];if(ed(this.$vnode))return u;var x=os(u);if(!x)return u;if(this._leaving)return Ol(t,u);var R="__transition-"+this._uid+"-";x.key=x.key==null?x.isComment?R+"comment":R+x.tag:V(x.key)?String(x.key).indexOf(R)===0?x.key:R+x.key:x.key;var P=(x.data||(x.data={})).transition=$l(this),ee=this._vnode,ge=os(ee);if(x.data.directives&&x.data.directives.some(nd)&&(x.data.show=!0),ge&&ge.data&&!td(x,ge)&&!G(ge)&&!(ge.componentInstance&&ge.componentInstance._vnode.isComment)){var fe=ge.data.transition=Y({},P);if(a==="out-in")return this._leaving=!0,U(fe,"afterLeave",function(){i._leaving=!1,i.$forceUpdate()}),Ol(t,u);if(a==="in-out"){if(G(x))return ee;var ze,ct=function(){ze()};U(P,"afterEnter",ct),U(P,"enterCancelled",ct),U(fe,"delayLeave",function(vt){ze=vt})}}return u}}},Dl=Y({tag:String,moveClass:String},kl);delete Dl.mode;var ad={props:Dl,beforeMount:function(){var t=this,i=this._update;this._update=function(n,a){var u=Mt(t);t.__patch__(t._vnode,t.kept,!1,!0),t._vnode=t.kept,u(),i.call(t,n,a)}},render:function(t){for(var i=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),a=this.prevChildren=this.children,u=this.$slots.default||[],x=this.children=[],R=$l(this),P=0;P<u.length;P++){var ee=u[P];if(ee.tag){if(ee.key!=null&&String(ee.key).indexOf("__vlist")!==0)x.push(ee),n[ee.key]=ee,(ee.data||(ee.data={})).transition=R;else if(!1)var ge,fe}}if(a){for(var ze=[],ct=[],vt=0;vt<a.length;vt++){var ft=a[vt];ft.data.transition=R,ft.data.pos=ft.elm.getBoundingClientRect(),n[ft.key]?ze.push(ft):ct.push(ft)}this.kept=t(i,null,ze),this.removed=ct}return t(i,null,x)},updated:function(){var t=this.prevChildren,i=this.moveClass||(this.name||"v")+"-move";!t.length||!this.hasMove(t[0].elm,i)||(t.forEach(od),t.forEach(sd),t.forEach(ld),this._reflow=document.body.offsetHeight,t.forEach(function(n){if(n.data.moved){var a=n.elm,u=a.style;Ta(a,i),u.transform=u.WebkitTransform=u.transitionDuration="",a.addEventListener(ho,a._moveCb=function x(R){R&&R.target!==a||(!R||/transform$/.test(R.propertyName))&&(a.removeEventListener(ho,x),a._moveCb=null,Jr(a,i))})}}))},methods:{hasMove:function(t,i){if(!pl)return!1;if(this._hasMove)return this._hasMove;var n=t.cloneNode();t._transitionClasses&&t._transitionClasses.forEach(function(u){ul(n,u)}),cl(n,i),n.style.display="none",this.$el.appendChild(n);var a=bl(n);return this.$el.removeChild(n),this._hasMove=a.hasTransform}}};function od(e){e.elm._moveCb&&e.elm._moveCb(),e.elm._enterCb&&e.elm._enterCb()}function sd(e){e.data.newPos=e.elm.getBoundingClientRect()}function ld(e){var t=e.data.pos,i=e.data.newPos,n=t.left-i.left,a=t.top-i.top;if(n||a){e.data.moved=!0;var u=e.elm.style;u.transform=u.WebkitTransform="translate("+n+"px,"+a+"px)",u.transitionDuration="0s"}}var cd={Transition:rd,TransitionGroup:ad};Gi.config.mustUseProp=Fs,Gi.config.isReservedTag=Ho,Gi.config.isReservedAttr=Lu,Gi.config.getTagNamespace=Us,Gi.config.isUnknownElement=Xu,Y(Gi.options.directives,Zf),Y(Gi.options.components,cd),Gi.prototype.__patch__=Te?Qf:Ne,Gi.prototype.$mount=function(e,t){return e=e&&Te?Uo(e):void 0,ji(this,e,t)},Te&&setTimeout(function(){gt.devtools&&fn&&fn.emit("init",Gi)},0);var ud=/\{\{((?:.|\r?\n)+?)\}\}/g,Pl=/[-.*+?^${}()|[\]\/\\]/g,fd=D(function(e){var t=e[0].replace(Pl,"\\$&"),i=e[1].replace(Pl,"\\$&");return new RegExp(t+"((?:.|\\n)+?)"+i,"g")});function dd(e,t){var i=t?fd(t):ud;if(!!i.test(e)){for(var n=[],a=[],u=i.lastIndex=0,x,R,P;x=i.exec(e);){R=x.index,R>u&&(a.push(P=e.slice(u,R)),n.push(JSON.stringify(P)));var ee=Wo(x[1].trim());n.push("_s("+ee+")"),a.push({"@binding":ee}),u=R+x[0].length}return u<e.length&&(a.push(P=e.slice(u)),n.push(JSON.stringify(P))),{expression:n.join("+"),tokens:a}}}function pd(e,t){var i=t.warn||so,n=mn(e,"class");if(!1)var a;n&&(e.staticClass=JSON.stringify(n));var u=wr(e,"class",!1);u&&(e.classBinding=u)}function hd(e){var t="";return e.staticClass&&(t+="staticClass:"+e.staticClass+","),e.classBinding&&(t+="class:"+e.classBinding+","),t}var md={staticKeys:["staticClass"],transformNode:pd,genData:hd};function gd(e,t){var i=t.warn||so,n=mn(e,"style");if(n){if(!1)var a;e.staticStyle=JSON.stringify(il(n))}var u=wr(e,"style",!1);u&&(e.styleBinding=u)}function vd(e){var t="";return e.staticStyle&&(t+="staticStyle:"+e.staticStyle+","),e.styleBinding&&(t+="style:("+e.styleBinding+"),"),t}var bd={staticKeys:["staticStyle"],transformNode:gd,genData:vd},go,yd={decode:function(t){return go=go||document.createElement("div"),go.innerHTML=t,go.textContent}},wd=je("area,base,br,col,embed,frame,hr,img,input,isindex,keygen,link,meta,param,source,track,wbr"),jd=je("colgroup,dd,dt,li,options,p,td,tfoot,th,thead,tr,source"),_d=je("address,article,aside,base,blockquote,body,caption,col,colgroup,dd,details,dialog,div,dl,dt,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,head,header,hgroup,hr,html,legend,li,menuitem,meta,optgroup,option,param,rp,rt,source,style,summary,tbody,td,tfoot,th,thead,title,tr,track"),xd=/^\s*([^\s"'<>\/=]+)(?:\s*(=)\s*(?:"([^"]*)"+|'([^']*)'+|([^\s"'=<>`]+)))?/,Cd=/^\s*((?:v-[\w-]+:|@|:|#)\[[^=]+\][^\s"'<>\/=]*)(?:\s*(=)\s*(?:"([^"]*)"+|'([^']*)'+|([^\s"'=<>`]+)))?/,Rl="[a-zA-Z_][\\-\\.0-9_a-zA-Z"+xi.source+"]*",Il="((?:"+Rl+"\\:)?"+Rl+")",Nl=new RegExp("^<"+Il),Sd=/^\s*(\/?)>/,Ll=new RegExp("^<\\/"+Il+"[^>]*>"),Td=/^<!DOCTYPE [^>]+>/i,Fl=/^<!\--/,Ml=/^<!\[/,Hl=je("script,style,textarea",!0),zl={},Ad={"<":"<",">":">",""":'"',"&":"&"," ":`
|
|
`,"	":" ","'":"'"},Ed=/&(?:lt|gt|quot|amp|#39);/g,kd=/&(?:lt|gt|quot|amp|#39|#10|#9);/g,$d=je("pre,textarea",!0),Ul=function(e,t){return e&&$d(e)&&t[0]===`
|
|
`};function Od(e,t){var i=t?kd:Ed;return e.replace(i,function(n){return Ad[n]})}function Dd(e,t){for(var i=[],n=t.expectHTML,a=t.isUnaryTag||Be,u=t.canBeLeftOpenTag||Be,x=0,R,P;e;){if(R=e,!P||!Hl(P)){var ee=e.indexOf("<");if(ee===0){if(Fl.test(e)){var ge=e.indexOf("-->");if(ge>=0){t.shouldKeepComment&&t.comment(e.substring(4,ge),x,x+ge+3),Bi(ge+3);continue}}if(Ml.test(e)){var fe=e.indexOf("]>");if(fe>=0){Bi(fe+2);continue}}var ze=e.match(Td);if(ze){Bi(ze[0].length);continue}var ct=e.match(Ll);if(ct){var vt=x;Bi(ct[0].length),Br(ct[1],vt,x);continue}var ft=Ea();if(ft){io(ft),Ul(ft.tagName,e)&&Bi(1);continue}}var Rt=void 0,Ut=void 0,Ai=void 0;if(ee>=0){for(Ut=e.slice(ee);!Ll.test(Ut)&&!Nl.test(Ut)&&!Fl.test(Ut)&&!Ml.test(Ut)&&(Ai=Ut.indexOf("<",1),!(Ai<0));)ee+=Ai,Ut=e.slice(ee);Rt=e.substring(0,ee)}ee<0&&(Rt=e),Rt&&Bi(Rt.length),t.chars&&Rt&&t.chars(Rt,x-Rt.length,x)}else{var Ji=0,Ii=P.toLowerCase(),hi=zl[Ii]||(zl[Ii]=new RegExp("([\\s\\S]*?)(</"+Ii+"[^>]*>)","i")),ni=e.replace(hi,function(Ei,di,Tn){return Ji=Tn.length,!Hl(Ii)&&Ii!=="noscript"&&(di=di.replace(/<!\--([\s\S]*?)-->/g,"$1").replace(/<!\[CDATA\[([\s\S]*?)]]>/g,"$1")),Ul(Ii,di)&&(di=di.slice(1)),t.chars&&t.chars(di),""});x+=e.length-ni.length,e=ni,Br(Ii,x-Ji,x)}if(e===R){t.chars&&t.chars(e);break}}Br();function Bi(Ei){x+=Ei,e=e.substring(Ei)}function Ea(){var Ei=e.match(Nl);if(Ei){var di={tagName:Ei[1],attrs:[],start:x};Bi(Ei[0].length);for(var Tn,rn;!(Tn=e.match(Sd))&&(rn=e.match(Cd)||e.match(xd));)rn.start=x,Bi(rn[0].length),rn.end=x,di.attrs.push(rn);if(Tn)return di.unarySlash=Tn[1],Bi(Tn[0].length),di.end=x,di}}function io(Ei){var di=Ei.tagName,Tn=Ei.unarySlash;n&&(P==="p"&&_d(di)&&Br(P),u(di)&&P===di&&Br(di));for(var rn=a(di)||!!Tn,ir=Ei.attrs.length,pr=new Array(ir),Ke=0;Ke<ir;Ke++){var Ve=Ei.attrs[Ke],at=Ve[3]||Ve[4]||Ve[5]||"",Dt=di==="a"&&Ve[1]==="href"?t.shouldDecodeNewlinesForHref:t.shouldDecodeNewlines;pr[Ke]={name:Ve[1],value:Od(at,Dt)}}rn||(i.push({tag:di,lowerCasedTag:di.toLowerCase(),attrs:pr,start:Ei.start,end:Ei.end}),P=di),t.start&&t.start(di,pr,rn,Ei.start,Ei.end)}function Br(Ei,di,Tn){var rn,ir;if(di==null&&(di=x),Tn==null&&(Tn=x),Ei)for(ir=Ei.toLowerCase(),rn=i.length-1;rn>=0&&i[rn].lowerCasedTag!==ir;rn--);else rn=0;if(rn>=0){for(var pr=i.length-1;pr>=rn;pr--)t.end&&t.end(i[pr].tag,di,Tn);i.length=rn,P=rn&&i[rn-1].tag}else ir==="br"?t.start&&t.start(Ei,[],!0,di,Tn):ir==="p"&&(t.start&&t.start(Ei,[],!1,di,Tn),t.end&&t.end(Ei,di,Tn))}}var ss=/^@|^v-on:/,vo=/^v-|^@|^:|^#/,Pd=/([\s\S]*?)\s+(?:in|of)\s+([\s\S]*)/,Bl=/,([^,\}\]]*)(?:,([^,\}\]]*))?$/,Rd=/^\(|\)$/g,bo=/^\[.*\]$/,Id=/:(.*)$/,Wl=/^:|^\.|^v-bind:/,Vl=/\.[^.\]]+(?=[^\]]*$)/g,ls=/^v-slot(:|$)|^#/,Nd=/[\r\n]/,Ld=/\s+/g,Vg=/[\s"'<>\/=]/,Fd=D(yd.decode),yo="_empty_",fa,ql,cs,us,fs,ds,ps,Gl,Md;function hs(e,t,i){return{type:1,tag:e,attrsList:t,attrsMap:ip(t),rawAttrsMap:{},parent:i,children:[]}}function Hd(e,t){fa=t.warn||so,ds=t.isPreTag||Be,ps=t.mustUseProp||Be,Gl=t.getTagNamespace||Be;var i=t.isReservedTag||Be;Md=function(ft){return!!ft.component||!i(ft.tag)},cs=Ga(t.modules,"transformNode"),us=Ga(t.modules,"preTransformNode"),fs=Ga(t.modules,"postTransformNode"),ql=t.delimiters;var n=[],a=t.preserveWhitespace!==!1,u=t.whitespace,x,R,P=!1,ee=!1,ge=!1;function fe(ft,Rt){ge||(ge=!0,fa(ft,Rt))}function ze(ft){if(ct(ft),!P&&!ft.processed&&(ft=wo(ft,t)),!n.length&&ft!==x&&x.if&&(ft.elseif||ft.else)&&Ra(x,{exp:ft.elseif,block:ft}),R&&!ft.forbidden)if(ft.elseif||ft.else)Gd(ft,R);else{if(ft.slotScope){var Rt=ft.slotTarget||'"default"';(R.scopedSlots||(R.scopedSlots={}))[Rt]=ft}R.children.push(ft),ft.parent=R}ft.children=ft.children.filter(function(Ai){return!Ai.slotScope}),ct(ft),ft.pre&&(P=!1),ds(ft.tag)&&(ee=!1);for(var Ut=0;Ut<fs.length;Ut++)fs[Ut](ft,t)}function ct(ft){if(!ee)for(var Rt;(Rt=ft.children[ft.children.length-1])&&Rt.type===3&&Rt.text===" ";)ft.children.pop()}function vt(ft){(ft.tag==="slot"||ft.tag==="template")&&fe("Cannot use <"+ft.tag+"> as component root element because it may contain multiple nodes.",{start:ft.start}),ft.attrsMap.hasOwnProperty("v-for")&&fe("Cannot use v-for on stateful component root element because it renders multiple elements.",ft.rawAttrsMap["v-for"])}return Dd(e,{warn:fa,expectHTML:t.expectHTML,isUnaryTag:t.isUnaryTag,canBeLeftOpenTag:t.canBeLeftOpenTag,shouldDecodeNewlines:t.shouldDecodeNewlines,shouldDecodeNewlinesForHref:t.shouldDecodeNewlinesForHref,shouldKeepComment:t.comments,outputSourceRange:t.outputSourceRange,start:function(Rt,Ut,Ai,Ji,Ii){var hi=R&&R.ns||Gl(Rt);kt&&hi==="svg"&&(Ut=sp(Ut));var ni=hs(Rt,Ut,R);hi&&(ni.ns=hi),rp(ni)&&!Wn()&&(ni.forbidden=!0);for(var Bi=0;Bi<us.length;Bi++)ni=us[Bi](ni,t)||ni;P||(zd(ni),ni.pre&&(P=!0)),ds(ni.tag)&&(ee=!0),P?Ud(ni):ni.processed||(Kl(ni),qd(ni),Xd(ni)),x||(x=ni),Ai?ze(ni):(R=ni,n.push(ni))},end:function(Rt,Ut,Ai){var Ji=n[n.length-1];n.length-=1,R=n[n.length-1],ze(Ji)},chars:function(Rt,Ut,Ai){if(!!R&&!(kt&&R.tag==="textarea"&&R.attrsMap.placeholder===Rt)){var Ji=R.children;if(ee||Rt.trim()?Rt=np(R)?Rt:Fd(Rt):Ji.length?u?u==="condense"?Rt=Nd.test(Rt)?"":" ":Rt=" ":Rt=a?" ":"":Rt="",Rt){!ee&&u==="condense"&&(Rt=Rt.replace(Ld," "));var Ii,hi;!P&&Rt!==" "&&(Ii=dd(Rt,ql))?hi={type:2,expression:Ii.expression,tokens:Ii.tokens,text:Rt}:(Rt!==" "||!Ji.length||Ji[Ji.length-1].text!==" ")&&(hi={type:3,text:Rt}),hi&&Ji.push(hi)}}},comment:function(Rt,Ut,Ai){if(R){var Ji={type:3,text:Rt,isComment:!0};R.children.push(Ji)}}}),x}function zd(e){mn(e,"v-pre")!=null&&(e.pre=!0)}function Ud(e){var t=e.attrsList,i=t.length;if(i)for(var n=e.attrs=new Array(i),a=0;a<i;a++)n[a]={name:t[a].name,value:JSON.stringify(t[a].value)},t[a].start!=null&&(n[a].start=t[a].start,n[a].end=t[a].end);else e.pre||(e.plain=!0)}function wo(e,t){Bd(e),e.plain=!e.key&&!e.scopedSlots&&!e.attrsList.length,Wd(e),Qd(e),Yd(e),Jd(e);for(var i=0;i<cs.length;i++)e=cs[i](e,t)||e;return Zd(e),e}function Bd(e){var t=wr(e,"key");if(t){if(!1)var i,n;e.key=t}}function Wd(e){var t=wr(e,"ref");t&&(e.ref=t,e.refInFor=ep(e))}function Kl(e){var t;if(t=mn(e,"v-for")){var i=Vd(t);i&&Y(e,i)}}function Vd(e){var t=e.match(Pd);if(!!t){var i={};i.for=t[2].trim();var n=t[1].trim().replace(Rd,""),a=n.match(Bl);return a?(i.alias=n.replace(Bl,"").trim(),i.iterator1=a[1].trim(),a[2]&&(i.iterator2=a[2].trim())):i.alias=n,i}}function qd(e){var t=mn(e,"v-if");if(t)e.if=t,Ra(e,{exp:t,block:e});else{mn(e,"v-else")!=null&&(e.else=!0);var i=mn(e,"v-else-if");i&&(e.elseif=i)}}function Gd(e,t){var i=Kd(t.children);i&&i.if&&Ra(i,{exp:e.elseif,block:e})}function Kd(e){for(var t=e.length;t--;){if(e[t].type===1)return e[t];e.pop()}}function Ra(e,t){e.ifConditions||(e.ifConditions=[]),e.ifConditions.push(t)}function Xd(e){var t=mn(e,"v-once");t!=null&&(e.once=!0)}function Qd(e){var t;e.tag==="template"?(t=mn(e,"scope"),e.slotScope=t||mn(e,"slot-scope")):(t=mn(e,"slot-scope"))&&(e.slotScope=t);var i=wr(e,"slot");if(i&&(e.slotTarget=i==='""'?'"default"':i,e.slotTargetDynamic=!!(e.attrsMap[":slot"]||e.attrsMap["v-bind:slot"]),e.tag!=="template"&&!e.slotScope&&Vo(e,"slot",i,Cf(e,"slot"))),e.tag==="template"){var n=Ks(e,ls);if(n){var a=Xl(n),u=a.name,x=a.dynamic;e.slotTarget=u,e.slotTargetDynamic=x,e.slotScope=n.value||yo}}else{var R=Ks(e,ls);if(R){var P=e.scopedSlots||(e.scopedSlots={}),ee=Xl(R),ge=ee.name,fe=ee.dynamic,ze=P[ge]=hs("template",[],e);ze.slotTarget=ge,ze.slotTargetDynamic=fe,ze.children=e.children.filter(function(ct){if(!ct.slotScope)return ct.parent=ze,!0}),ze.slotScope=R.value||yo,e.children=[],e.plain=!1}}}function Xl(e){var t=e.name.replace(ls,"");return t||e.name[0]!=="#"&&(t="default"),bo.test(t)?{name:t.slice(1,-1),dynamic:!0}:{name:'"'+t+'"',dynamic:!1}}function Yd(e){e.tag==="slot"&&(e.slotName=wr(e,"name"))}function Jd(e){var t;(t=wr(e,"is"))&&(e.component=t),mn(e,"inline-template")!=null&&(e.inlineTemplate=!0)}function Zd(e){var t=e.attrsList,i,n,a,u,x,R,P,ee;for(i=0,n=t.length;i<n;i++)if(a=u=t[i].name,x=t[i].value,vo.test(a))if(e.hasBindings=!0,R=tp(a.replace(vo,"")),R&&(a=a.replace(Vl,"")),Wl.test(a))a=a.replace(Wl,""),x=Wo(x),ee=bo.test(a),ee&&(a=a.slice(1,-1)),R&&(R.prop&&!ee&&(a=X(a),a==="innerHtml"&&(a="innerHTML")),R.camel&&!ee&&(a=X(a)),R.sync&&(P=ua(x,"$event"),ee?Qr(e,'"update:"+('+a+")",P,null,!1,fa,t[i],!0):(Qr(e,"update:"+X(a),P,null,!1,fa,t[i]),re(a)!==X(a)&&Qr(e,"update:"+re(a),P,null,!1,fa,t[i])))),R&&R.prop||!e.component&&ps(e.tag,e.attrsMap.type,a)?Sa(e,a,x,t[i],ee):Vo(e,a,x,t[i],ee);else if(ss.test(a))a=a.replace(ss,""),ee=bo.test(a),ee&&(a=a.slice(1,-1)),Qr(e,a,x,R,!1,fa,t[i],ee);else{a=a.replace(vo,"");var ge=a.match(Id),fe=ge&&ge[1];ee=!1,fe&&(a=a.slice(0,-(fe.length+1)),bo.test(fe)&&(fe=fe.slice(1,-1),ee=!0)),xf(e,a,u,x,fe,ee,R,t[i])}else{if(!1)var ze;Vo(e,a,JSON.stringify(x),t[i]),!e.component&&a==="muted"&&ps(e.tag,e.attrsMap.type,a)&&Sa(e,a,"true",t[i])}}function ep(e){for(var t=e;t;){if(t.for!==void 0)return!0;t=t.parent}return!1}function tp(e){var t=e.match(Vl);if(t){var i={};return t.forEach(function(n){i[n.slice(1)]=!0}),i}}function ip(e){for(var t={},i=0,n=e.length;i<n;i++)t[e[i].name]=e[i].value;return t}function np(e){return e.tag==="script"||e.tag==="style"}function rp(e){return e.tag==="style"||e.tag==="script"&&(!e.attrsMap.type||e.attrsMap.type==="text/javascript")}var ap=/^xmlns:NS\d+/,op=/^NS\d+:/;function sp(e){for(var t=[],i=0;i<e.length;i++){var n=e[i];ap.test(n.name)||(n.name=n.name.replace(op,""),t.push(n))}return t}function qg(e,t){for(var i=e;i;)i.for&&i.alias===t&&fa("<"+e.tag+' v-model="'+t+'">: You are binding v-model directly to a v-for iteration alias. This will not be able to modify the v-for source array because writing to the alias is like modifying a function local variable. Consider using an array of objects and use v-model on an object property instead.',e.rawAttrsMap["v-model"]),i=i.parent}function lp(e,t){if(e.tag==="input"){var i=e.attrsMap;if(!i["v-model"])return;var n;if((i[":type"]||i["v-bind:type"])&&(n=wr(e,"type")),!i.type&&!n&&i["v-bind"]&&(n="("+i["v-bind"]+").type"),n){var a=mn(e,"v-if",!0),u=a?"&&("+a+")":"",x=mn(e,"v-else",!0)!=null,R=mn(e,"v-else-if",!0),P=ms(e);Kl(P),qo(P,"type","checkbox"),wo(P,t),P.processed=!0,P.if="("+n+")==='checkbox'"+u,Ra(P,{exp:P.if,block:P});var ee=ms(e);mn(ee,"v-for",!0),qo(ee,"type","radio"),wo(ee,t),Ra(P,{exp:"("+n+")==='radio'"+u,block:ee});var ge=ms(e);return mn(ge,"v-for",!0),qo(ge,":type",n),wo(ge,t),Ra(P,{exp:a,block:ge}),x?P.else=!0:R&&(P.elseif=R),P}}}function ms(e){return hs(e.tag,e.attrsList.slice(),e.parent)}var cp={preTransformNode:lp},Ql=[md,bd,cp];function up(e,t){t.value&&Sa(e,"textContent","_s("+t.value+")",t)}function fp(e,t){t.value&&Sa(e,"innerHTML","_s("+t.value+")",t)}var dp={model:Ef,text:up,html:fp},pp={expectHTML:!0,modules:Ql,directives:dp,isPreTag:Ku,isUnaryTag:wd,mustUseProp:Fs,canBeLeftOpenTag:jd,isReservedTag:Ho,getTagNamespace:Us,staticKeys:rt(Ql)},Yl,gs,hp=D(gp);function mp(e,t){!e||(Yl=hp(t.staticKeys||""),gs=t.isReservedTag||Be,vs(e),bs(e,!1))}function gp(e){return je("type,tag,attrsList,attrsMap,plain,parent,children,attrs,start,end,rawAttrsMap"+(e?","+e:""))}function vs(e){if(e.static=vp(e),e.type===1){if(!gs(e.tag)&&e.tag!=="slot"&&e.attrsMap["inline-template"]==null)return;for(var t=0,i=e.children.length;t<i;t++){var n=e.children[t];vs(n),n.static||(e.static=!1)}if(e.ifConditions)for(var a=1,u=e.ifConditions.length;a<u;a++){var x=e.ifConditions[a].block;vs(x),x.static||(e.static=!1)}}}function bs(e,t){if(e.type===1){if((e.static||e.once)&&(e.staticInFor=t),e.static&&e.children.length&&!(e.children.length===1&&e.children[0].type===3)){e.staticRoot=!0;return}else e.staticRoot=!1;if(e.children)for(var i=0,n=e.children.length;i<n;i++)bs(e.children[i],t||!!e.for);if(e.ifConditions)for(var a=1,u=e.ifConditions.length;a<u;a++)bs(e.ifConditions[a].block,t)}}function vp(e){return e.type===2?!1:e.type===3?!0:!!(e.pre||!e.hasBindings&&!e.if&&!e.for&&!Pe(e.tag)&&gs(e.tag)&&!bp(e)&&Object.keys(e).every(Yl))}function bp(e){for(;e.parent;){if(e=e.parent,e.tag!=="template")return!1;if(e.for)return!0}return!1}var yp=/^([\w$_]+|\([^)]*?\))\s*=>|^function(?:\s+[\w$]+)?\s*\(/,wp=/\([^)]*?\);*$/,Jl=/^[A-Za-z_$][\w$]*(?:\.[A-Za-z_$][\w$]*|\['[^']*?']|\["[^"]*?"]|\[\d+]|\[[A-Za-z_$][\w$]*])*$/,Zl={esc:27,tab:9,enter:13,space:32,up:38,left:37,right:39,down:40,delete:[8,46]},jp={esc:["Esc","Escape"],tab:"Tab",enter:"Enter",space:[" ","Spacebar"],up:["Up","ArrowUp"],left:["Left","ArrowLeft"],right:["Right","ArrowRight"],down:["Down","ArrowDown"],delete:["Backspace","Delete","Del"]},Zr=function(e){return"if("+e+")return null;"},ec={stop:"$event.stopPropagation();",prevent:"$event.preventDefault();",self:Zr("$event.target !== $event.currentTarget"),ctrl:Zr("!$event.ctrlKey"),shift:Zr("!$event.shiftKey"),alt:Zr("!$event.altKey"),meta:Zr("!$event.metaKey"),left:Zr("'button' in $event && $event.button !== 0"),middle:Zr("'button' in $event && $event.button !== 1"),right:Zr("'button' in $event && $event.button !== 2")};function tc(e,t){var i=t?"nativeOn:":"on:",n="",a="";for(var u in e){var x=ic(e[u]);e[u]&&e[u].dynamic?a+=u+","+x+",":n+='"'+u+'":'+x+","}return n="{"+n.slice(0,-1)+"}",a?i+"_d("+n+",["+a.slice(0,-1)+"])":i+n}function ic(e){if(!e)return"function(){}";if(Array.isArray(e))return"["+e.map(function(ge){return ic(ge)}).join(",")+"]";var t=Jl.test(e.value),i=yp.test(e.value),n=Jl.test(e.value.replace(wp,""));if(e.modifiers){var a="",u="",x=[];for(var R in e.modifiers)if(ec[R])u+=ec[R],Zl[R]&&x.push(R);else if(R==="exact"){var P=e.modifiers;u+=Zr(["ctrl","shift","alt","meta"].filter(function(ge){return!P[ge]}).map(function(ge){return"$event."+ge+"Key"}).join("||"))}else x.push(R);x.length&&(a+=_p(x)),u&&(a+=u);var ee=t?"return "+e.value+"($event)":i?"return ("+e.value+")($event)":n?"return "+e.value:e.value;return"function($event){"+a+ee+"}"}else return t||i?e.value:"function($event){"+(n?"return "+e.value:e.value)+"}"}function _p(e){return"if(!$event.type.indexOf('key')&&"+e.map(xp).join("&&")+")return null;"}function xp(e){var t=parseInt(e,10);if(t)return"$event.keyCode!=="+t;var i=Zl[e],n=jp[e];return"_k($event.keyCode,"+JSON.stringify(e)+","+JSON.stringify(i)+",$event.key,"+JSON.stringify(n)+")"}function Cp(e,t){e.wrapListeners=function(i){return"_g("+i+","+t.value+")"}}function Sp(e,t){e.wrapData=function(i){return"_b("+i+",'"+e.tag+"',"+t.value+","+(t.modifiers&&t.modifiers.prop?"true":"false")+(t.modifiers&&t.modifiers.sync?",true":"")+")"}}var Tp={on:Cp,bind:Sp,cloak:Ne},Ap=function(t){this.options=t,this.warn=t.warn||so,this.transforms=Ga(t.modules,"transformCode"),this.dataGenFns=Ga(t.modules,"genData"),this.directives=Y(Y({},Tp),t.directives);var i=t.isReservedTag||Be;this.maybeComponent=function(n){return!!n.component||!i(n.tag)},this.onceId=0,this.staticRenderFns=[],this.pre=!1};function nc(e,t){var i=new Ap(t),n=e?ea(e,i):'_c("div")';return{render:"with(this){return "+n+"}",staticRenderFns:i.staticRenderFns}}function ea(e,t){if(e.parent&&(e.pre=e.pre||e.parent.pre),e.staticRoot&&!e.staticProcessed)return rc(e,t);if(e.once&&!e.onceProcessed)return ac(e,t);if(e.for&&!e.forProcessed)return sc(e,t);if(e.if&&!e.ifProcessed)return ys(e,t);if(e.tag==="template"&&!e.slotTarget&&!t.pre)return Ia(e,t)||"void 0";if(e.tag==="slot")return Np(e,t);var i;if(e.component)i=Lp(e.component,e,t);else{var n;(!e.plain||e.pre&&t.maybeComponent(e))&&(n=lc(e,t));var a=e.inlineTemplate?null:Ia(e,t,!0);i="_c('"+e.tag+"'"+(n?","+n:"")+(a?","+a:"")+")"}for(var u=0;u<t.transforms.length;u++)i=t.transforms[u](e,i);return i}function rc(e,t){e.staticProcessed=!0;var i=t.pre;return e.pre&&(t.pre=e.pre),t.staticRenderFns.push("with(this){return "+ea(e,t)+"}"),t.pre=i,"_m("+(t.staticRenderFns.length-1)+(e.staticInFor?",true":"")+")"}function ac(e,t){if(e.onceProcessed=!0,e.if&&!e.ifProcessed)return ys(e,t);if(e.staticInFor){for(var i="",n=e.parent;n;){if(n.for){i=n.key;break}n=n.parent}return i?"_o("+ea(e,t)+","+t.onceId+++","+i+")":ea(e,t)}else return rc(e,t)}function ys(e,t,i,n){return e.ifProcessed=!0,oc(e.ifConditions.slice(),t,i,n)}function oc(e,t,i,n){if(!e.length)return n||"_e()";var a=e.shift();if(a.exp)return"("+a.exp+")?"+u(a.block)+":"+oc(e,t,i,n);return""+u(a.block);function u(x){return i?i(x,t):x.once?ac(x,t):ea(x,t)}}function sc(e,t,i,n){var a=e.for,u=e.alias,x=e.iterator1?","+e.iterator1:"",R=e.iterator2?","+e.iterator2:"";return e.forProcessed=!0,(n||"_l")+"(("+a+"),function("+u+x+R+"){return "+(i||ea)(e,t)+"})"}function lc(e,t){var i="{",n=Ep(e,t);n&&(i+=n+","),e.key&&(i+="key:"+e.key+","),e.ref&&(i+="ref:"+e.ref+","),e.refInFor&&(i+="refInFor:true,"),e.pre&&(i+="pre:true,"),e.component&&(i+='tag:"'+e.tag+'",');for(var a=0;a<t.dataGenFns.length;a++)i+=t.dataGenFns[a](e);if(e.attrs&&(i+="attrs:"+jo(e.attrs)+","),e.props&&(i+="domProps:"+jo(e.props)+","),e.events&&(i+=tc(e.events,!1)+","),e.nativeEvents&&(i+=tc(e.nativeEvents,!0)+","),e.slotTarget&&!e.slotScope&&(i+="slot:"+e.slotTarget+","),e.scopedSlots&&(i+=$p(e,e.scopedSlots,t)+","),e.model&&(i+="model:{value:"+e.model.value+",callback:"+e.model.callback+",expression:"+e.model.expression+"},"),e.inlineTemplate){var u=kp(e,t);u&&(i+=u+",")}return i=i.replace(/,$/,"")+"}",e.dynamicAttrs&&(i="_b("+i+',"'+e.tag+'",'+jo(e.dynamicAttrs)+")"),e.wrapData&&(i=e.wrapData(i)),e.wrapListeners&&(i=e.wrapListeners(i)),i}function Ep(e,t){var i=e.directives;if(!!i){var n="directives:[",a=!1,u,x,R,P;for(u=0,x=i.length;u<x;u++){R=i[u],P=!0;var ee=t.directives[R.name];ee&&(P=!!ee(e,R,t.warn)),P&&(a=!0,n+='{name:"'+R.name+'",rawName:"'+R.rawName+'"'+(R.value?",value:("+R.value+"),expression:"+JSON.stringify(R.value):"")+(R.arg?",arg:"+(R.isDynamicArg?R.arg:'"'+R.arg+'"'):"")+(R.modifiers?",modifiers:"+JSON.stringify(R.modifiers):"")+"},")}if(a)return n.slice(0,-1)+"]"}}function kp(e,t){var i=e.children[0];if(i&&i.type===1){var n=nc(i,t.options);return"inlineTemplate:{render:function(){"+n.render+"},staticRenderFns:["+n.staticRenderFns.map(function(a){return"function(){"+a+"}"}).join(",")+"]}"}}function $p(e,t,i){var n=e.for||Object.keys(t).some(function(R){var P=t[R];return P.slotTargetDynamic||P.if||P.for||cc(P)}),a=!!e.if;if(!n)for(var u=e.parent;u;){if(u.slotScope&&u.slotScope!==yo||u.for){n=!0;break}u.if&&(a=!0),u=u.parent}var x=Object.keys(t).map(function(R){return ws(t[R],i)}).join(",");return"scopedSlots:_u(["+x+"]"+(n?",null,true":"")+(!n&&a?",null,false,"+Op(x):"")+")"}function Op(e){for(var t=5381,i=e.length;i;)t=t*33^e.charCodeAt(--i);return t>>>0}function cc(e){return e.type===1?e.tag==="slot"?!0:e.children.some(cc):!1}function ws(e,t){var i=e.attrsMap["slot-scope"];if(e.if&&!e.ifProcessed&&!i)return ys(e,t,ws,"null");if(e.for&&!e.forProcessed)return sc(e,t,ws);var n=e.slotScope===yo?"":String(e.slotScope),a="function("+n+"){return "+(e.tag==="template"?e.if&&i?"("+e.if+")?"+(Ia(e,t)||"undefined")+":undefined":Ia(e,t)||"undefined":ea(e,t))+"}",u=n?"":",proxy:true";return"{key:"+(e.slotTarget||'"default"')+",fn:"+a+u+"}"}function Ia(e,t,i,n,a){var u=e.children;if(u.length){var x=u[0];if(u.length===1&&x.for&&x.tag!=="template"&&x.tag!=="slot"){var R=i?t.maybeComponent(x)?",1":",0":"";return""+(n||ea)(x,t)+R}var P=i?Dp(u,t.maybeComponent):0,ee=a||Pp;return"["+u.map(function(ge){return ee(ge,t)}).join(",")+"]"+(P?","+P:"")}}function Dp(e,t){for(var i=0,n=0;n<e.length;n++){var a=e[n];if(a.type===1){if(uc(a)||a.ifConditions&&a.ifConditions.some(function(u){return uc(u.block)})){i=2;break}(t(a)||a.ifConditions&&a.ifConditions.some(function(u){return t(u.block)}))&&(i=1)}}return i}function uc(e){return e.for!==void 0||e.tag==="template"||e.tag==="slot"}function Pp(e,t){return e.type===1?ea(e,t):e.type===3&&e.isComment?Ip(e):Rp(e)}function Rp(e){return"_v("+(e.type===2?e.expression:fc(JSON.stringify(e.text)))+")"}function Ip(e){return"_e("+JSON.stringify(e.text)+")"}function Np(e,t){var i=e.slotName||'"default"',n=Ia(e,t),a="_t("+i+(n?","+n:""),u=e.attrs||e.dynamicAttrs?jo((e.attrs||[]).concat(e.dynamicAttrs||[]).map(function(R){return{name:X(R.name),value:R.value,dynamic:R.dynamic}})):null,x=e.attrsMap["v-bind"];return(u||x)&&!n&&(a+=",null"),u&&(a+=","+u),x&&(a+=(u?"":",null")+","+x),a+")"}function Lp(e,t,i){var n=t.inlineTemplate?null:Ia(t,i,!0);return"_c("+e+","+lc(t,i)+(n?","+n:"")+")"}function jo(e){for(var t="",i="",n=0;n<e.length;n++){var a=e[n],u=fc(a.value);a.dynamic?i+=a.name+","+u+",":t+='"'+a.name+'":'+u+","}return t="{"+t.slice(0,-1)+"}",i?"_d("+t+",["+i.slice(0,-1)+"])":t}function fc(e){return e.replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")}var Fp=new RegExp("\\b"+"do,if,for,let,new,try,var,case,else,with,await,break,catch,class,const,super,throw,while,yield,delete,export,import,return,switch,default,extends,finally,continue,debugger,function,arguments".split(",").join("\\b|\\b")+"\\b"),Mp=new RegExp("\\b"+"delete,typeof,void".split(",").join("\\s*\\([^\\)]*\\)|\\b")+"\\s*\\([^\\)]*\\)"),dc=/'(?:[^'\\]|\\.)*'|"(?:[^"\\]|\\.)*"|`(?:[^`\\]|\\.)*\$\{|\}(?:[^`\\]|\\.)*`|`(?:[^`\\]|\\.)*`/g;function Gg(e,t){e&&pc(e,t)}function pc(e,t){if(e.type===1){for(var i in e.attrsMap)if(vo.test(i)){var n=e.attrsMap[i];if(n){var a=e.rawAttrsMap[i];i==="v-for"?zp(e,'v-for="'+n+'"',t,a):i==="v-slot"||i[0]==="#"?Up(n,i+'="'+n+'"',t,a):ss.test(i)?Hp(n,i+'="'+n+'"',t,a):_o(n,i+'="'+n+'"',t,a)}}if(e.children)for(var u=0;u<e.children.length;u++)pc(e.children[u],t)}else e.type===2&&_o(e.expression,e.text,t,e)}function Hp(e,t,i,n){var a=e.replace(dc,""),u=a.match(Mp);u&&a.charAt(u.index-1)!=="$"&&i('avoid using JavaScript unary operator as property name: "'+u[0]+'" in expression '+t.trim(),n),_o(e,t,i,n)}function zp(e,t,i,n){_o(e.for||"",t,i,n),js(e.alias,"v-for alias",t,i,n),js(e.iterator1,"v-for iterator",t,i,n),js(e.iterator2,"v-for iterator",t,i,n)}function js(e,t,i,n,a){if(typeof e=="string")try{new Function("var "+e+"=_")}catch(u){n("invalid "+t+' "'+e+'" in expression: '+i.trim(),a)}}function _o(e,t,i,n){try{new Function("return "+e)}catch(u){var a=e.replace(dc,"").match(Fp);i(a?'avoid using JavaScript keyword as property name: "'+a[0]+`"
|
|
Raw expression: `+t.trim():"invalid expression: "+u.message+` in
|
|
|
|
`+e+`
|
|
|
|
Raw expression: `+t.trim()+`
|
|
`,n)}}function Up(e,t,i,n){try{new Function(e,"")}catch(a){i("invalid function parameter expression: "+a.message+` in
|
|
|
|
`+e+`
|
|
|
|
Raw expression: `+t.trim()+`
|
|
`,n)}}var hc=2;function Kg(e,t,i){t===void 0&&(t=0),i===void 0&&(i=e.length);for(var n=e.split(/\r?\n/),a=0,u=[],x=0;x<n.length;x++)if(a+=n[x].length+1,a>=t){for(var R=x-hc;R<=x+hc||i>a;R++)if(!(R<0||R>=n.length)){u.push(""+(R+1)+xo(" ",3-String(R+1).length)+"| "+n[R]);var P=n[R].length;if(R===x){var ee=t-(a-P)+1,ge=i>a?P-ee:i-t;u.push(" | "+xo(" ",ee)+xo("^",ge))}else if(R>x){if(i>a){var fe=Math.min(i-a,P);u.push(" | "+xo("^",fe))}a+=P+1}}break}return u.join(`
|
|
`)}function xo(e,t){var i="";if(t>0)for(;t&1&&(i+=e),t>>>=1,!(t<=0);)e+=e;return i}function mc(e,t){try{return new Function(e)}catch(i){return t.push({err:i,code:e}),Ne}}function Bp(e){var t=Object.create(null);return function(n,a,u){a=Y({},a);var x=a.warn||bn;delete a.warn;var R=a.delimiters?String(a.delimiters)+n:n;if(t[R])return t[R];var P=e(n,a),ee={},ge=[];return ee.render=mc(P.render,ge),ee.staticRenderFns=P.staticRenderFns.map(function(fe){return mc(fe,ge)}),t[R]=ee}}function Wp(e){return function(i){function n(a,u){var x=Object.create(i),R=[],P=[],ee=function(ct,vt,ft){(ft?P:R).push(ct)};if(u){if(!1)var ge;u.modules&&(x.modules=(i.modules||[]).concat(u.modules)),u.directives&&(x.directives=Y(Object.create(i.directives||null),u.directives));for(var fe in u)fe!=="modules"&&fe!=="directives"&&(x[fe]=u[fe])}x.warn=ee;var ze=e(a.trim(),x);return ze.errors=R,ze.tips=P,ze}return{compile:n,compileToFunctions:Bp(n)}}}var Vp=Wp(function(t,i){var n=Hd(t.trim(),i);i.optimize!==!1&&mp(n,i);var a=nc(n,i);return{ast:n,render:a.render,staticRenderFns:a.staticRenderFns}}),gc=Vp(pp),Xg=gc.compile,vc=gc.compileToFunctions,Co;function bc(e){return Co=Co||document.createElement("div"),Co.innerHTML=e?`<a href="
|
|
"/>`:`<div a="
|
|
"/>`,Co.innerHTML.indexOf(" ")>0}var qp=Te?bc(!1):!1,Gp=Te?bc(!0):!1,Kp=D(function(e){var t=Uo(e);return t&&t.innerHTML}),Xp=Gi.prototype.$mount;Gi.prototype.$mount=function(e,t){if(e=e&&Uo(e),e===document.body||e===document.documentElement)return this;var i=this.$options;if(!i.render){var n=i.template;if(n)if(typeof n=="string")n.charAt(0)==="#"&&(n=Kp(n));else if(n.nodeType)n=n.innerHTML;else return this;else e&&(n=Qp(e));if(n){var a=vc(n,{outputSourceRange:!1,shouldDecodeNewlines:qp,shouldDecodeNewlinesForHref:Gp,delimiters:i.delimiters,comments:i.comments},this),u=a.render,x=a.staticRenderFns;i.render=u,i.staticRenderFns=x}}return Xp.call(this,e,t)};function Qp(e){if(e.outerHTML)return e.outerHTML;var t=document.createElement("div");return t.appendChild(e.cloneNode(!0)),t.innerHTML}Gi.compile=vc;var zn=Gi;const yc=e=>e.replace(/&/g,"&").replace(/"/g,""").replace(/'/g,"'").replace(/</g,"<").replace(/>/g,">"),wc=e=>e.replace(/>/g,">").replace(/</g,"<").replace(/�?39;/g,"'").replace(/"/g,'"').replace(/&/g,"&");function Na(e,...t){if(typeof e=="string")return yc(e);let i=e[0];for(const[n,a]of t.entries())i=i+yc(String(a))+e[n+1];return i}function Qg(e,...t){if(typeof e=="string")return wc(e);let i=e[0];for(const[n,a]of t.entries())i=i+wc(String(a))+e[n+1];return i}var Yg=le("./node_modules/jquery.are-you-sure/jquery.are-you-sure.js"),jc=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",[i("div",{ref:"style",staticClass:"activity-bar-graph",staticStyle:{width:"0px",height:"0px"}}),e._v(" "),i("div",{ref:"altStyle",staticClass:"activity-bar-graph-alt",staticStyle:{width:"0px",height:"0px"}}),e._v(" "),i("vue-bar-graph",{attrs:{points:e.graphData,"show-x-axis":!0,"show-y-axis":!1,"show-values":!0,width:e.graphWidth,"bar-color":e.colors.barColor,"text-color":e.colors.textColor,"text-alt-color":e.colors.textAltColor,height:100,"label-height":20},scopedSlots:e._u([{key:"label",fn:function(n){return e._l(e.authors,function(a,u){return i("g",{key:a.position},[n.bar.index===u&&a.home_link!==""?i("a",{attrs:{href:a.home_link}},[i("image",{attrs:{x:n.bar.midPoint-10+"px",y:n.bar.yLabel+"px",height:"20",width:"20",href:a.avatar_link}})]):n.bar.index===u?i("image",{attrs:{x:n.bar.midPoint-10+"px",y:n.bar.yLabel+"px",height:"20",width:"20",href:a.avatar_link}}):e._e()])})}},{key:"title",fn:function(n){return e._l(e.authors,function(a,u){return i("tspan",{key:a.position},[n.bar.index===u?i("tspan",[e._v(`
|
|
`+e._s(a.name)+`
|
|
`)]):e._e()])})}}])})],1)},Yp=[];jc._withStripped=!0;var Jp=le("./node_modules/vue-bar-graph/dist/vue-bar-graph.common.js"),Zp=le.n(Jp),eh=Object.defineProperty,_c=Object.getOwnPropertySymbols,th=Object.prototype.hasOwnProperty,ih=Object.prototype.propertyIsEnumerable,xc=(e,t,i)=>t in e?eh(e,t,{enumerable:!0,configurable:!0,writable:!0,value:i}):e[t]=i,nh=(e,t)=>{for(var i in t||(t={}))th.call(t,i)&&xc(e,i,t[i]);if(_c)for(var i of _c(t))ih.call(t,i)&&xc(e,i,t[i]);return e},rh={components:{VueBarGraph:Zp()},props:{data:{type:Array,default:()=>[]}},data:()=>({colors:{barColor:"green",textColor:"black",textAltColor:"white"}}),computed:{graphData(){return this.data.map(e=>({value:e.commits,label:e.name}))},authors(){return this.data.map((e,t)=>nh({position:t+1},e))},graphWidth(){return this.data.length*40}},mounted(){const e=window.getComputedStyle(this.$refs.style),t=window.getComputedStyle(this.$refs.altStyle);this.colors.barColor=e.backgroundColor,this.colors.textColor=e.color,this.colors.textAltColor=t.color},methods:{hasHomeLink(e){return this.graphData[e].homeLink!==""&&this.graphData[e].homeLink!==null}}},ah=rh;function _s(e,t,i,n,a,u,x,R){var P=typeof e=="function"?e.options:e;t&&(P.render=t,P.staticRenderFns=i,P._compiled=!0),n&&(P.functional=!0),u&&(P._scopeId="data-v-"+u);var ee;if(x?(ee=function(ze){ze=ze||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,!ze&&typeof __VUE_SSR_CONTEXT__!="undefined"&&(ze=__VUE_SSR_CONTEXT__),a&&a.call(this,ze),ze&&ze._registeredComponents&&ze._registeredComponents.add(x)},P._ssrRegister=ee):a&&(ee=R?function(){a.call(this,(P.functional?this.parent:this).$root.$options.shadowRoot)}:a),ee)if(P.functional){P._injectStyles=ee;var ge=P.render;P.render=function(ct,vt){return ee.call(vt),ge(ct,vt)}}else{var fe=P.beforeCreate;P.beforeCreate=fe?[].concat(fe,ee):[ee]}return{exports:e,options:P}}var Cc=_s(ah,jc,Yp,!1,null,null,null);if(!1)var Jg;Cc.options.__file="web_src/js/components/ActivityTopAuthors.vue";var oh=Cc.exports,sh=JSON.parse('[{"emoji":"\u{1F44D}","aliases":["+1","thumbsup"]},{"emoji":"\u{1F44E}","aliases":["-1","thumbsdown"]},{"emoji":"\u{1F4AF}","aliases":["100"]},{"emoji":"\u{1F522}","aliases":["1234"]},{"emoji":"\u{1F947}","aliases":["1st_place_medal"]},{"emoji":"\u{1F948}","aliases":["2nd_place_medal"]},{"emoji":"\u{1F949}","aliases":["3rd_place_medal"]},{"emoji":"\u{1F3B1}","aliases":["8ball"]},{"emoji":"\u{1F170}\uFE0F","aliases":["a"]},{"emoji":"\u{1F18E}","aliases":["ab"]},{"emoji":"\u{1F9EE}","aliases":["abacus"]},{"emoji":"\u{1F524}","aliases":["abc"]},{"emoji":"\u{1F521}","aliases":["abcd"]},{"emoji":"\u{1F251}","aliases":["accept"]},{"emoji":"\u{1FA79}","aliases":["adhesive_bandage"]},{"emoji":"\u{1F9D1}","aliases":["adult"]},{"emoji":"\u{1F6A1}","aliases":["aerial_tramway"]},{"emoji":"\u{1F1E6}\u{1F1EB}","aliases":["afghanistan"]},{"emoji":"\u2708\uFE0F","aliases":["airplane"]},{"emoji":"\u{1F1E6}\u{1F1FD}","aliases":["aland_islands"]},{"emoji":"\u23F0","aliases":["alarm_clock"]},{"emoji":"\u{1F1E6}\u{1F1F1}","aliases":["albania"]},{"emoji":"\u2697\uFE0F","aliases":["alembic"]},{"emoji":"\u{1F1E9}\u{1F1FF}","aliases":["algeria"]},{"emoji":"\u{1F47D}","aliases":["alien"]},{"emoji":"\u{1F691}","aliases":["ambulance"]},{"emoji":"\u{1F1E6}\u{1F1F8}","aliases":["american_samoa"]},{"emoji":"\u{1F3FA}","aliases":["amphora"]},{"emoji":"\u2693","aliases":["anchor"]},{"emoji":"\u{1F1E6}\u{1F1E9}","aliases":["andorra"]},{"emoji":"\u{1F47C}","aliases":["angel"]},{"emoji":"\u{1F4A2}","aliases":["anger"]},{"emoji":"\u{1F1E6}\u{1F1F4}","aliases":["angola"]},{"emoji":"\u{1F620}","aliases":["angry"]},{"emoji":"\u{1F1E6}\u{1F1EE}","aliases":["anguilla"]},{"emoji":"\u{1F627}","aliases":["anguished"]},{"emoji":"\u{1F41C}","aliases":["ant"]},{"emoji":"\u{1F1E6}\u{1F1F6}","aliases":["antarctica"]},{"emoji":"\u{1F1E6}\u{1F1EC}","aliases":["antigua_barbuda"]},{"emoji":"\u{1F34E}","aliases":["apple"]},{"emoji":"\u2652","aliases":["aquarius"]},{"emoji":"\u{1F1E6}\u{1F1F7}","aliases":["argentina"]},{"emoji":"\u2648","aliases":["aries"]},{"emoji":"\u{1F1E6}\u{1F1F2}","aliases":["armenia"]},{"emoji":"\u25C0\uFE0F","aliases":["arrow_backward"]},{"emoji":"\u23EC","aliases":["arrow_double_down"]},{"emoji":"\u23EB","aliases":["arrow_double_up"]},{"emoji":"\u2B07\uFE0F","aliases":["arrow_down"]},{"emoji":"\u{1F53D}","aliases":["arrow_down_small"]},{"emoji":"\u25B6\uFE0F","aliases":["arrow_forward"]},{"emoji":"\u2935\uFE0F","aliases":["arrow_heading_down"]},{"emoji":"\u2934\uFE0F","aliases":["arrow_heading_up"]},{"emoji":"\u2B05\uFE0F","aliases":["arrow_left"]},{"emoji":"\u2199\uFE0F","aliases":["arrow_lower_left"]},{"emoji":"\u2198\uFE0F","aliases":["arrow_lower_right"]},{"emoji":"\u27A1\uFE0F","aliases":["arrow_right"]},{"emoji":"\u21AA\uFE0F","aliases":["arrow_right_hook"]},{"emoji":"\u2B06\uFE0F","aliases":["arrow_up"]},{"emoji":"\u2195\uFE0F","aliases":["arrow_up_down"]},{"emoji":"\u{1F53C}","aliases":["arrow_up_small"]},{"emoji":"\u2196\uFE0F","aliases":["arrow_upper_left"]},{"emoji":"\u2197\uFE0F","aliases":["arrow_upper_right"]},{"emoji":"\u{1F503}","aliases":["arrows_clockwise"]},{"emoji":"\u{1F504}","aliases":["arrows_counterclockwise"]},{"emoji":"\u{1F3A8}","aliases":["art"]},{"emoji":"\u{1F69B}","aliases":["articulated_lorry"]},{"emoji":"\u{1F6F0}\uFE0F","aliases":["artificial_satellite"]},{"emoji":"\u{1F9D1}\u200D\u{1F3A8}","aliases":["artist"]},{"emoji":"\u{1F1E6}\u{1F1FC}","aliases":["aruba"]},{"emoji":"\u{1F1E6}\u{1F1E8}","aliases":["ascension_island"]},{"emoji":"*\uFE0F\u20E3","aliases":["asterisk"]},{"emoji":"\u{1F632}","aliases":["astonished"]},{"emoji":"\u{1F9D1}\u200D\u{1F680}","aliases":["astronaut"]},{"emoji":"\u{1F45F}","aliases":["athletic_shoe"]},{"emoji":"\u{1F3E7}","aliases":["atm"]},{"emoji":"\u269B\uFE0F","aliases":["atom_symbol"]},{"emoji":"\u{1F1E6}\u{1F1FA}","aliases":["australia"]},{"emoji":"\u{1F1E6}\u{1F1F9}","aliases":["austria"]},{"emoji":"\u{1F6FA}","aliases":["auto_rickshaw"]},{"emoji":"\u{1F951}","aliases":["avocado"]},{"emoji":"\u{1FA93}","aliases":["axe"]},{"emoji":"\u{1F1E6}\u{1F1FF}","aliases":["azerbaijan"]},{"emoji":"\u{1F171}\uFE0F","aliases":["b"]},{"emoji":"\u{1F476}","aliases":["baby"]},{"emoji":"\u{1F37C}","aliases":["baby_bottle"]},{"emoji":"\u{1F424}","aliases":["baby_chick"]},{"emoji":"\u{1F6BC}","aliases":["baby_symbol"]},{"emoji":"\u{1F519}","aliases":["back"]},{"emoji":"\u{1F953}","aliases":["bacon"]},{"emoji":"\u{1F9A1}","aliases":["badger"]},{"emoji":"\u{1F3F8}","aliases":["badminton"]},{"emoji":"\u{1F96F}","aliases":["bagel"]},{"emoji":"\u{1F6C4}","aliases":["baggage_claim"]},{"emoji":"\u{1F956}","aliases":["baguette_bread"]},{"emoji":"\u{1F1E7}\u{1F1F8}","aliases":["bahamas"]},{"emoji":"\u{1F1E7}\u{1F1ED}","aliases":["bahrain"]},{"emoji":"\u2696\uFE0F","aliases":["balance_scale"]},{"emoji":"\u{1F468}\u200D\u{1F9B2}","aliases":["bald_man"]},{"emoji":"\u{1F469}\u200D\u{1F9B2}","aliases":["bald_woman"]},{"emoji":"\u{1FA70}","aliases":["ballet_shoes"]},{"emoji":"\u{1F388}","aliases":["balloon"]},{"emoji":"\u{1F5F3}\uFE0F","aliases":["ballot_box"]},{"emoji":"\u2611\uFE0F","aliases":["ballot_box_with_check"]},{"emoji":"\u{1F38D}","aliases":["bamboo"]},{"emoji":"\u{1F34C}","aliases":["banana"]},{"emoji":"\u203C\uFE0F","aliases":["bangbang"]},{"emoji":"\u{1F1E7}\u{1F1E9}","aliases":["bangladesh"]},{"emoji":"\u{1FA95}","aliases":["banjo"]},{"emoji":"\u{1F3E6}","aliases":["bank"]},{"emoji":"\u{1F4CA}","aliases":["bar_chart"]},{"emoji":"\u{1F1E7}\u{1F1E7}","aliases":["barbados"]},{"emoji":"\u{1F488}","aliases":["barber"]},{"emoji":"\u26BE","aliases":["baseball"]},{"emoji":"\u{1F9FA}","aliases":["basket"]},{"emoji":"\u{1F3C0}","aliases":["basketball"]},{"emoji":"\u{1F987}","aliases":["bat"]},{"emoji":"\u{1F6C0}","aliases":["bath"]},{"emoji":"\u{1F6C1}","aliases":["bathtub"]},{"emoji":"\u{1F50B}","aliases":["battery"]},{"emoji":"\u{1F3D6}\uFE0F","aliases":["beach_umbrella"]},{"emoji":"\u{1F43B}","aliases":["bear"]},{"emoji":"\u{1F9D4}","aliases":["bearded_person"]},{"emoji":"\u{1F6CF}\uFE0F","aliases":["bed"]},{"emoji":"\u{1F41D}","aliases":["bee","honeybee"]},{"emoji":"\u{1F37A}","aliases":["beer"]},{"emoji":"\u{1F37B}","aliases":["beers"]},{"emoji":"\u{1F530}","aliases":["beginner"]},{"emoji":"\u{1F1E7}\u{1F1FE}","aliases":["belarus"]},{"emoji":"\u{1F1E7}\u{1F1EA}","aliases":["belgium"]},{"emoji":"\u{1F1E7}\u{1F1FF}","aliases":["belize"]},{"emoji":"\u{1F514}","aliases":["bell"]},{"emoji":"\u{1F6CE}\uFE0F","aliases":["bellhop_bell"]},{"emoji":"\u{1F1E7}\u{1F1EF}","aliases":["benin"]},{"emoji":"\u{1F371}","aliases":["bento"]},{"emoji":"\u{1F1E7}\u{1F1F2}","aliases":["bermuda"]},{"emoji":"\u{1F9C3}","aliases":["beverage_box"]},{"emoji":"\u{1F1E7}\u{1F1F9}","aliases":["bhutan"]},{"emoji":"\u{1F6B4}","aliases":["bicyclist"]},{"emoji":"\u{1F6B2}","aliases":["bike"]},{"emoji":"\u{1F6B4}\u200D\u2642\uFE0F","aliases":["biking_man"]},{"emoji":"\u{1F6B4}\u200D\u2640\uFE0F","aliases":["biking_woman"]},{"emoji":"\u{1F459}","aliases":["bikini"]},{"emoji":"\u{1F9E2}","aliases":["billed_cap"]},{"emoji":"\u2623\uFE0F","aliases":["biohazard"]},{"emoji":"\u{1F426}","aliases":["bird"]},{"emoji":"\u{1F382}","aliases":["birthday"]},{"emoji":"\u26AB","aliases":["black_circle"]},{"emoji":"\u{1F3F4}","aliases":["black_flag"]},{"emoji":"\u{1F5A4}","aliases":["black_heart"]},{"emoji":"\u{1F0CF}","aliases":["black_joker"]},{"emoji":"\u2B1B","aliases":["black_large_square"]},{"emoji":"\u25FE","aliases":["black_medium_small_square"]},{"emoji":"\u25FC\uFE0F","aliases":["black_medium_square"]},{"emoji":"\u2712\uFE0F","aliases":["black_nib"]},{"emoji":"\u25AA\uFE0F","aliases":["black_small_square"]},{"emoji":"\u{1F532}","aliases":["black_square_button"]},{"emoji":"\u{1F471}\u200D\u2642\uFE0F","aliases":["blond_haired_man"]},{"emoji":"\u{1F471}","aliases":["blond_haired_person"]},{"emoji":"\u{1F471}\u200D\u2640\uFE0F","aliases":["blond_haired_woman","blonde_woman"]},{"emoji":"\u{1F33C}","aliases":["blossom"]},{"emoji":"\u{1F421}","aliases":["blowfish"]},{"emoji":"\u{1F4D8}","aliases":["blue_book"]},{"emoji":"\u{1F699}","aliases":["blue_car"]},{"emoji":"\u{1F499}","aliases":["blue_heart"]},{"emoji":"\u{1F7E6}","aliases":["blue_square"]},{"emoji":"\u{1F60A}","aliases":["blush"]},{"emoji":"\u{1F417}","aliases":["boar"]},{"emoji":"\u26F5","aliases":["boat","sailboat"]},{"emoji":"\u{1F1E7}\u{1F1F4}","aliases":["bolivia"]},{"emoji":"\u{1F4A3}","aliases":["bomb"]},{"emoji":"\u{1F9B4}","aliases":["bone"]},{"emoji":"\u{1F4D6}","aliases":["book","open_book"]},{"emoji":"\u{1F516}","aliases":["bookmark"]},{"emoji":"\u{1F4D1}","aliases":["bookmark_tabs"]},{"emoji":"\u{1F4DA}","aliases":["books"]},{"emoji":"\u{1F4A5}","aliases":["boom","collision"]},{"emoji":"\u{1F462}","aliases":["boot"]},{"emoji":"\u{1F1E7}\u{1F1E6}","aliases":["bosnia_herzegovina"]},{"emoji":"\u{1F1E7}\u{1F1FC}","aliases":["botswana"]},{"emoji":"\u26F9\uFE0F\u200D\u2642\uFE0F","aliases":["bouncing_ball_man","basketball_man"]},{"emoji":"\u26F9\uFE0F","aliases":["bouncing_ball_person"]},{"emoji":"\u26F9\uFE0F\u200D\u2640\uFE0F","aliases":["bouncing_ball_woman","basketball_woman"]},{"emoji":"\u{1F490}","aliases":["bouquet"]},{"emoji":"\u{1F1E7}\u{1F1FB}","aliases":["bouvet_island"]},{"emoji":"\u{1F647}","aliases":["bow"]},{"emoji":"\u{1F3F9}","aliases":["bow_and_arrow"]},{"emoji":"\u{1F647}\u200D\u2642\uFE0F","aliases":["bowing_man"]},{"emoji":"\u{1F647}\u200D\u2640\uFE0F","aliases":["bowing_woman"]},{"emoji":"\u{1F963}","aliases":["bowl_with_spoon"]},{"emoji":"\u{1F3B3}","aliases":["bowling"]},{"emoji":"\u{1F94A}","aliases":["boxing_glove"]},{"emoji":"\u{1F466}","aliases":["boy"]},{"emoji":"\u{1F9E0}","aliases":["brain"]},{"emoji":"\u{1F1E7}\u{1F1F7}","aliases":["brazil"]},{"emoji":"\u{1F35E}","aliases":["bread"]},{"emoji":"\u{1F931}","aliases":["breast_feeding"]},{"emoji":"\u{1F9F1}","aliases":["bricks"]},{"emoji":"\u{1F309}","aliases":["bridge_at_night"]},{"emoji":"\u{1F4BC}","aliases":["briefcase"]},{"emoji":"\u{1F1EE}\u{1F1F4}","aliases":["british_indian_ocean_territory"]},{"emoji":"\u{1F1FB}\u{1F1EC}","aliases":["british_virgin_islands"]},{"emoji":"\u{1F966}","aliases":["broccoli"]},{"emoji":"\u{1F494}","aliases":["broken_heart"]},{"emoji":"\u{1F9F9}","aliases":["broom"]},{"emoji":"\u{1F7E4}","aliases":["brown_circle"]},{"emoji":"\u{1F90E}","aliases":["brown_heart"]},{"emoji":"\u{1F7EB}","aliases":["brown_square"]},{"emoji":"\u{1F1E7}\u{1F1F3}","aliases":["brunei"]},{"emoji":"\u{1F41B}","aliases":["bug"]},{"emoji":"\u{1F3D7}\uFE0F","aliases":["building_construction"]},{"emoji":"\u{1F4A1}","aliases":["bulb"]},{"emoji":"\u{1F1E7}\u{1F1EC}","aliases":["bulgaria"]},{"emoji":"\u{1F685}","aliases":["bullettrain_front"]},{"emoji":"\u{1F684}","aliases":["bullettrain_side"]},{"emoji":"\u{1F1E7}\u{1F1EB}","aliases":["burkina_faso"]},{"emoji":"\u{1F32F}","aliases":["burrito"]},{"emoji":"\u{1F1E7}\u{1F1EE}","aliases":["burundi"]},{"emoji":"\u{1F68C}","aliases":["bus"]},{"emoji":"\u{1F574}\uFE0F","aliases":["business_suit_levitating"]},{"emoji":"\u{1F68F}","aliases":["busstop"]},{"emoji":"\u{1F464}","aliases":["bust_in_silhouette"]},{"emoji":"\u{1F465}","aliases":["busts_in_silhouette"]},{"emoji":"\u{1F9C8}","aliases":["butter"]},{"emoji":"\u{1F98B}","aliases":["butterfly"]},{"emoji":"\u{1F335}","aliases":["cactus"]},{"emoji":"\u{1F370}","aliases":["cake"]},{"emoji":"\u{1F4C6}","aliases":["calendar"]},{"emoji":"\u{1F919}","aliases":["call_me_hand"]},{"emoji":"\u{1F4F2}","aliases":["calling"]},{"emoji":"\u{1F1F0}\u{1F1ED}","aliases":["cambodia"]},{"emoji":"\u{1F42B}","aliases":["camel"]},{"emoji":"\u{1F4F7}","aliases":["camera"]},{"emoji":"\u{1F4F8}","aliases":["camera_flash"]},{"emoji":"\u{1F1E8}\u{1F1F2}","aliases":["cameroon"]},{"emoji":"\u{1F3D5}\uFE0F","aliases":["camping"]},{"emoji":"\u{1F1E8}\u{1F1E6}","aliases":["canada"]},{"emoji":"\u{1F1EE}\u{1F1E8}","aliases":["canary_islands"]},{"emoji":"\u264B","aliases":["cancer"]},{"emoji":"\u{1F56F}\uFE0F","aliases":["candle"]},{"emoji":"\u{1F36C}","aliases":["candy"]},{"emoji":"\u{1F96B}","aliases":["canned_food"]},{"emoji":"\u{1F6F6}","aliases":["canoe"]},{"emoji":"\u{1F1E8}\u{1F1FB}","aliases":["cape_verde"]},{"emoji":"\u{1F520}","aliases":["capital_abcd"]},{"emoji":"\u2651","aliases":["capricorn"]},{"emoji":"\u{1F697}","aliases":["car","red_car"]},{"emoji":"\u{1F5C3}\uFE0F","aliases":["card_file_box"]},{"emoji":"\u{1F4C7}","aliases":["card_index"]},{"emoji":"\u{1F5C2}\uFE0F","aliases":["card_index_dividers"]},{"emoji":"\u{1F1E7}\u{1F1F6}","aliases":["caribbean_netherlands"]},{"emoji":"\u{1F3A0}","aliases":["carousel_horse"]},{"emoji":"\u{1F955}","aliases":["carrot"]},{"emoji":"\u{1F938}","aliases":["cartwheeling"]},{"emoji":"\u{1F431}","aliases":["cat"]},{"emoji":"\u{1F408}","aliases":["cat2"]},{"emoji":"\u{1F1F0}\u{1F1FE}","aliases":["cayman_islands"]},{"emoji":"\u{1F4BF}","aliases":["cd"]},{"emoji":"\u{1F1E8}\u{1F1EB}","aliases":["central_african_republic"]},{"emoji":"\u{1F1EA}\u{1F1E6}","aliases":["ceuta_melilla"]},{"emoji":"\u{1F1F9}\u{1F1E9}","aliases":["chad"]},{"emoji":"\u26D3\uFE0F","aliases":["chains"]},{"emoji":"\u{1FA91}","aliases":["chair"]},{"emoji":"\u{1F37E}","aliases":["champagne"]},{"emoji":"\u{1F4B9}","aliases":["chart"]},{"emoji":"\u{1F4C9}","aliases":["chart_with_downwards_trend"]},{"emoji":"\u{1F4C8}","aliases":["chart_with_upwards_trend"]},{"emoji":"\u{1F3C1}","aliases":["checkered_flag"]},{"emoji":"\u{1F9C0}","aliases":["cheese"]},{"emoji":"\u{1F352}","aliases":["cherries"]},{"emoji":"\u{1F338}","aliases":["cherry_blossom"]},{"emoji":"\u265F\uFE0F","aliases":["chess_pawn"]},{"emoji":"\u{1F330}","aliases":["chestnut"]},{"emoji":"\u{1F414}","aliases":["chicken"]},{"emoji":"\u{1F9D2}","aliases":["child"]},{"emoji":"\u{1F6B8}","aliases":["children_crossing"]},{"emoji":"\u{1F1E8}\u{1F1F1}","aliases":["chile"]},{"emoji":"\u{1F43F}\uFE0F","aliases":["chipmunk"]},{"emoji":"\u{1F36B}","aliases":["chocolate_bar"]},{"emoji":"\u{1F962}","aliases":["chopsticks"]},{"emoji":"\u{1F1E8}\u{1F1FD}","aliases":["christmas_island"]},{"emoji":"\u{1F384}","aliases":["christmas_tree"]},{"emoji":"\u26EA","aliases":["church"]},{"emoji":"\u{1F3A6}","aliases":["cinema"]},{"emoji":"\u{1F3AA}","aliases":["circus_tent"]},{"emoji":"\u{1F307}","aliases":["city_sunrise"]},{"emoji":"\u{1F306}","aliases":["city_sunset"]},{"emoji":"\u{1F3D9}\uFE0F","aliases":["cityscape"]},{"emoji":"\u{1F191}","aliases":["cl"]},{"emoji":"\u{1F5DC}\uFE0F","aliases":["clamp"]},{"emoji":"\u{1F44F}","aliases":["clap"]},{"emoji":"\u{1F3AC}","aliases":["clapper"]},{"emoji":"\u{1F3DB}\uFE0F","aliases":["classical_building"]},{"emoji":"\u{1F9D7}","aliases":["climbing"]},{"emoji":"\u{1F9D7}\u200D\u2642\uFE0F","aliases":["climbing_man"]},{"emoji":"\u{1F9D7}\u200D\u2640\uFE0F","aliases":["climbing_woman"]},{"emoji":"\u{1F942}","aliases":["clinking_glasses"]},{"emoji":"\u{1F4CB}","aliases":["clipboard"]},{"emoji":"\u{1F1E8}\u{1F1F5}","aliases":["clipperton_island"]},{"emoji":"\u{1F550}","aliases":["clock1"]},{"emoji":"\u{1F559}","aliases":["clock10"]},{"emoji":"\u{1F565}","aliases":["clock1030"]},{"emoji":"\u{1F55A}","aliases":["clock11"]},{"emoji":"\u{1F566}","aliases":["clock1130"]},{"emoji":"\u{1F55B}","aliases":["clock12"]},{"emoji":"\u{1F567}","aliases":["clock1230"]},{"emoji":"\u{1F55C}","aliases":["clock130"]},{"emoji":"\u{1F551}","aliases":["clock2"]},{"emoji":"\u{1F55D}","aliases":["clock230"]},{"emoji":"\u{1F552}","aliases":["clock3"]},{"emoji":"\u{1F55E}","aliases":["clock330"]},{"emoji":"\u{1F553}","aliases":["clock4"]},{"emoji":"\u{1F55F}","aliases":["clock430"]},{"emoji":"\u{1F554}","aliases":["clock5"]},{"emoji":"\u{1F560}","aliases":["clock530"]},{"emoji":"\u{1F555}","aliases":["clock6"]},{"emoji":"\u{1F561}","aliases":["clock630"]},{"emoji":"\u{1F556}","aliases":["clock7"]},{"emoji":"\u{1F562}","aliases":["clock730"]},{"emoji":"\u{1F557}","aliases":["clock8"]},{"emoji":"\u{1F563}","aliases":["clock830"]},{"emoji":"\u{1F558}","aliases":["clock9"]},{"emoji":"\u{1F564}","aliases":["clock930"]},{"emoji":"\u{1F4D5}","aliases":["closed_book"]},{"emoji":"\u{1F510}","aliases":["closed_lock_with_key"]},{"emoji":"\u{1F302}","aliases":["closed_umbrella"]},{"emoji":"\u2601\uFE0F","aliases":["cloud"]},{"emoji":"\u{1F329}\uFE0F","aliases":["cloud_with_lightning"]},{"emoji":"\u26C8\uFE0F","aliases":["cloud_with_lightning_and_rain"]},{"emoji":"\u{1F327}\uFE0F","aliases":["cloud_with_rain"]},{"emoji":"\u{1F328}\uFE0F","aliases":["cloud_with_snow"]},{"emoji":"\u{1F921}","aliases":["clown_face"]},{"emoji":"\u2663\uFE0F","aliases":["clubs"]},{"emoji":"\u{1F1E8}\u{1F1F3}","aliases":["cn"]},{"emoji":"\u{1F9E5}","aliases":["coat"]},{"emoji":"\u{1F378}","aliases":["cocktail"]},{"emoji":"\u{1F965}","aliases":["coconut"]},{"emoji":"\u{1F1E8}\u{1F1E8}","aliases":["cocos_islands"]},{"emoji":"\u2615","aliases":["coffee"]},{"emoji":"\u26B0\uFE0F","aliases":["coffin"]},{"emoji":"\u{1F976}","aliases":["cold_face"]},{"emoji":"\u{1F630}","aliases":["cold_sweat"]},{"emoji":"\u{1F1E8}\u{1F1F4}","aliases":["colombia"]},{"emoji":"\u2604\uFE0F","aliases":["comet"]},{"emoji":"\u{1F1F0}\u{1F1F2}","aliases":["comoros"]},{"emoji":"\u{1F9ED}","aliases":["compass"]},{"emoji":"\u{1F4BB}","aliases":["computer"]},{"emoji":"\u{1F5B1}\uFE0F","aliases":["computer_mouse"]},{"emoji":"\u{1F38A}","aliases":["confetti_ball"]},{"emoji":"\u{1F616}","aliases":["confounded"]},{"emoji":"\u{1F615}","aliases":["confused"]},{"emoji":"\u{1F1E8}\u{1F1EC}","aliases":["congo_brazzaville"]},{"emoji":"\u{1F1E8}\u{1F1E9}","aliases":["congo_kinshasa"]},{"emoji":"\u3297\uFE0F","aliases":["congratulations"]},{"emoji":"\u{1F6A7}","aliases":["construction"]},{"emoji":"\u{1F477}","aliases":["construction_worker"]},{"emoji":"\u{1F477}\u200D\u2642\uFE0F","aliases":["construction_worker_man"]},{"emoji":"\u{1F477}\u200D\u2640\uFE0F","aliases":["construction_worker_woman"]},{"emoji":"\u{1F39B}\uFE0F","aliases":["control_knobs"]},{"emoji":"\u{1F3EA}","aliases":["convenience_store"]},{"emoji":"\u{1F9D1}\u200D\u{1F373}","aliases":["cook"]},{"emoji":"\u{1F1E8}\u{1F1F0}","aliases":["cook_islands"]},{"emoji":"\u{1F36A}","aliases":["cookie"]},{"emoji":"\u{1F192}","aliases":["cool"]},{"emoji":"\xA9\uFE0F","aliases":["copyright"]},{"emoji":"\u{1F33D}","aliases":["corn"]},{"emoji":"\u{1F1E8}\u{1F1F7}","aliases":["costa_rica"]},{"emoji":"\u{1F1E8}\u{1F1EE}","aliases":["cote_divoire"]},{"emoji":"\u{1F6CB}\uFE0F","aliases":["couch_and_lamp"]},{"emoji":"\u{1F46B}","aliases":["couple"]},{"emoji":"\u{1F491}","aliases":["couple_with_heart"]},{"emoji":"\u{1F468}\u200D\u2764\uFE0F\u200D\u{1F468}","aliases":["couple_with_heart_man_man"]},{"emoji":"\u{1F469}\u200D\u2764\uFE0F\u200D\u{1F468}","aliases":["couple_with_heart_woman_man"]},{"emoji":"\u{1F469}\u200D\u2764\uFE0F\u200D\u{1F469}","aliases":["couple_with_heart_woman_woman"]},{"emoji":"\u{1F48F}","aliases":["couplekiss"]},{"emoji":"\u{1F468}\u200D\u2764\uFE0F\u200D\u{1F48B}\u200D\u{1F468}","aliases":["couplekiss_man_man"]},{"emoji":"\u{1F469}\u200D\u2764\uFE0F\u200D\u{1F48B}\u200D\u{1F468}","aliases":["couplekiss_man_woman"]},{"emoji":"\u{1F469}\u200D\u2764\uFE0F\u200D\u{1F48B}\u200D\u{1F469}","aliases":["couplekiss_woman_woman"]},{"emoji":"\u{1F42E}","aliases":["cow"]},{"emoji":"\u{1F404}","aliases":["cow2"]},{"emoji":"\u{1F920}","aliases":["cowboy_hat_face"]},{"emoji":"\u{1F980}","aliases":["crab"]},{"emoji":"\u{1F58D}\uFE0F","aliases":["crayon"]},{"emoji":"\u{1F4B3}","aliases":["credit_card"]},{"emoji":"\u{1F319}","aliases":["crescent_moon"]},{"emoji":"\u{1F997}","aliases":["cricket"]},{"emoji":"\u{1F3CF}","aliases":["cricket_game"]},{"emoji":"\u{1F1ED}\u{1F1F7}","aliases":["croatia"]},{"emoji":"\u{1F40A}","aliases":["crocodile"]},{"emoji":"\u{1F950}","aliases":["croissant"]},{"emoji":"\u{1F91E}","aliases":["crossed_fingers"]},{"emoji":"\u{1F38C}","aliases":["crossed_flags"]},{"emoji":"\u2694\uFE0F","aliases":["crossed_swords"]},{"emoji":"\u{1F451}","aliases":["crown"]},{"emoji":"\u{1F622}","aliases":["cry"]},{"emoji":"\u{1F63F}","aliases":["crying_cat_face"]},{"emoji":"\u{1F52E}","aliases":["crystal_ball"]},{"emoji":"\u{1F1E8}\u{1F1FA}","aliases":["cuba"]},{"emoji":"\u{1F952}","aliases":["cucumber"]},{"emoji":"\u{1F964}","aliases":["cup_with_straw"]},{"emoji":"\u{1F9C1}","aliases":["cupcake"]},{"emoji":"\u{1F498}","aliases":["cupid"]},{"emoji":"\u{1F1E8}\u{1F1FC}","aliases":["curacao"]},{"emoji":"\u{1F94C}","aliases":["curling_stone"]},{"emoji":"\u{1F468}\u200D\u{1F9B1}","aliases":["curly_haired_man"]},{"emoji":"\u{1F469}\u200D\u{1F9B1}","aliases":["curly_haired_woman"]},{"emoji":"\u27B0","aliases":["curly_loop"]},{"emoji":"\u{1F4B1}","aliases":["currency_exchange"]},{"emoji":"\u{1F35B}","aliases":["curry"]},{"emoji":"\u{1F92C}","aliases":["cursing_face"]},{"emoji":"\u{1F36E}","aliases":["custard"]},{"emoji":"\u{1F6C3}","aliases":["customs"]},{"emoji":"\u{1F969}","aliases":["cut_of_meat"]},{"emoji":"\u{1F300}","aliases":["cyclone"]},{"emoji":"\u{1F1E8}\u{1F1FE}","aliases":["cyprus"]},{"emoji":"\u{1F1E8}\u{1F1FF}","aliases":["czech_republic"]},{"emoji":"\u{1F5E1}\uFE0F","aliases":["dagger"]},{"emoji":"\u{1F46F}","aliases":["dancers"]},{"emoji":"\u{1F46F}\u200D\u2642\uFE0F","aliases":["dancing_men"]},{"emoji":"\u{1F46F}\u200D\u2640\uFE0F","aliases":["dancing_women"]},{"emoji":"\u{1F361}","aliases":["dango"]},{"emoji":"\u{1F576}\uFE0F","aliases":["dark_sunglasses"]},{"emoji":"\u{1F3AF}","aliases":["dart"]},{"emoji":"\u{1F4A8}","aliases":["dash"]},{"emoji":"\u{1F4C5}","aliases":["date"]},{"emoji":"\u{1F1E9}\u{1F1EA}","aliases":["de"]},{"emoji":"\u{1F9CF}\u200D\u2642\uFE0F","aliases":["deaf_man"]},{"emoji":"\u{1F9CF}","aliases":["deaf_person"]},{"emoji":"\u{1F9CF}\u200D\u2640\uFE0F","aliases":["deaf_woman"]},{"emoji":"\u{1F333}","aliases":["deciduous_tree"]},{"emoji":"\u{1F98C}","aliases":["deer"]},{"emoji":"\u{1F1E9}\u{1F1F0}","aliases":["denmark"]},{"emoji":"\u{1F3EC}","aliases":["department_store"]},{"emoji":"\u{1F3DA}\uFE0F","aliases":["derelict_house"]},{"emoji":"\u{1F3DC}\uFE0F","aliases":["desert"]},{"emoji":"\u{1F3DD}\uFE0F","aliases":["desert_island"]},{"emoji":"\u{1F5A5}\uFE0F","aliases":["desktop_computer"]},{"emoji":"\u{1F575}\uFE0F","aliases":["detective"]},{"emoji":"\u{1F4A0}","aliases":["diamond_shape_with_a_dot_inside"]},{"emoji":"\u2666\uFE0F","aliases":["diamonds"]},{"emoji":"\u{1F1E9}\u{1F1EC}","aliases":["diego_garcia"]},{"emoji":"\u{1F61E}","aliases":["disappointed"]},{"emoji":"\u{1F625}","aliases":["disappointed_relieved"]},{"emoji":"\u{1F93F}","aliases":["diving_mask"]},{"emoji":"\u{1FA94}","aliases":["diya_lamp"]},{"emoji":"\u{1F4AB}","aliases":["dizzy"]},{"emoji":"\u{1F635}","aliases":["dizzy_face"]},{"emoji":"\u{1F1E9}\u{1F1EF}","aliases":["djibouti"]},{"emoji":"\u{1F9EC}","aliases":["dna"]},{"emoji":"\u{1F6AF}","aliases":["do_not_litter"]},{"emoji":"\u{1F436}","aliases":["dog"]},{"emoji":"\u{1F415}","aliases":["dog2"]},{"emoji":"\u{1F4B5}","aliases":["dollar"]},{"emoji":"\u{1F38E}","aliases":["dolls"]},{"emoji":"\u{1F42C}","aliases":["dolphin","flipper"]},{"emoji":"\u{1F1E9}\u{1F1F2}","aliases":["dominica"]},{"emoji":"\u{1F1E9}\u{1F1F4}","aliases":["dominican_republic"]},{"emoji":"\u{1F6AA}","aliases":["door"]},{"emoji":"\u{1F369}","aliases":["doughnut"]},{"emoji":"\u{1F54A}\uFE0F","aliases":["dove"]},{"emoji":"\u{1F409}","aliases":["dragon"]},{"emoji":"\u{1F432}","aliases":["dragon_face"]},{"emoji":"\u{1F457}","aliases":["dress"]},{"emoji":"\u{1F42A}","aliases":["dromedary_camel"]},{"emoji":"\u{1F924}","aliases":["drooling_face"]},{"emoji":"\u{1FA78}","aliases":["drop_of_blood"]},{"emoji":"\u{1F4A7}","aliases":["droplet"]},{"emoji":"\u{1F941}","aliases":["drum"]},{"emoji":"\u{1F986}","aliases":["duck"]},{"emoji":"\u{1F95F}","aliases":["dumpling"]},{"emoji":"\u{1F4C0}","aliases":["dvd"]},{"emoji":"\u{1F4E7}","aliases":["e-mail"]},{"emoji":"\u{1F985}","aliases":["eagle"]},{"emoji":"\u{1F442}","aliases":["ear"]},{"emoji":"\u{1F33E}","aliases":["ear_of_rice"]},{"emoji":"\u{1F9BB}","aliases":["ear_with_hearing_aid"]},{"emoji":"\u{1F30D}","aliases":["earth_africa"]},{"emoji":"\u{1F30E}","aliases":["earth_americas"]},{"emoji":"\u{1F30F}","aliases":["earth_asia"]},{"emoji":"\u{1F1EA}\u{1F1E8}","aliases":["ecuador"]},{"emoji":"\u{1F95A}","aliases":["egg"]},{"emoji":"\u{1F346}","aliases":["eggplant"]},{"emoji":"\u{1F1EA}\u{1F1EC}","aliases":["egypt"]},{"emoji":"8\uFE0F\u20E3","aliases":["eight"]},{"emoji":"\u2734\uFE0F","aliases":["eight_pointed_black_star"]},{"emoji":"\u2733\uFE0F","aliases":["eight_spoked_asterisk"]},{"emoji":"\u23CF\uFE0F","aliases":["eject_button"]},{"emoji":"\u{1F1F8}\u{1F1FB}","aliases":["el_salvador"]},{"emoji":"\u{1F50C}","aliases":["electric_plug"]},{"emoji":"\u{1F418}","aliases":["elephant"]},{"emoji":"\u{1F9DD}","aliases":["elf"]},{"emoji":"\u{1F9DD}\u200D\u2642\uFE0F","aliases":["elf_man"]},{"emoji":"\u{1F9DD}\u200D\u2640\uFE0F","aliases":["elf_woman"]},{"emoji":"\u2709\uFE0F","aliases":["email","envelope"]},{"emoji":"\u{1F51A}","aliases":["end"]},{"emoji":"\u{1F3F4}\u{E0067}\u{E0062}\u{E0065}\u{E006E}\u{E0067}\u{E007F}","aliases":["england"]},{"emoji":"\u{1F4E9}","aliases":["envelope_with_arrow"]},{"emoji":"\u{1F1EC}\u{1F1F6}","aliases":["equatorial_guinea"]},{"emoji":"\u{1F1EA}\u{1F1F7}","aliases":["eritrea"]},{"emoji":"\u{1F1EA}\u{1F1F8}","aliases":["es"]},{"emoji":"\u{1F1EA}\u{1F1EA}","aliases":["estonia"]},{"emoji":"\u{1F1EA}\u{1F1F9}","aliases":["ethiopia"]},{"emoji":"\u{1F1EA}\u{1F1FA}","aliases":["eu","european_union"]},{"emoji":"\u{1F4B6}","aliases":["euro"]},{"emoji":"\u{1F3F0}","aliases":["european_castle"]},{"emoji":"\u{1F3E4}","aliases":["european_post_office"]},{"emoji":"\u{1F332}","aliases":["evergreen_tree"]},{"emoji":"\u2757","aliases":["exclamation","heavy_exclamation_mark"]},{"emoji":"\u{1F92F}","aliases":["exploding_head"]},{"emoji":"\u{1F611}","aliases":["expressionless"]},{"emoji":"\u{1F441}\uFE0F","aliases":["eye"]},{"emoji":"\u{1F441}\uFE0F\u200D\u{1F5E8}\uFE0F","aliases":["eye_speech_bubble"]},{"emoji":"\u{1F453}","aliases":["eyeglasses"]},{"emoji":"\u{1F440}","aliases":["eyes"]},{"emoji":"\u{1F915}","aliases":["face_with_head_bandage"]},{"emoji":"\u{1F912}","aliases":["face_with_thermometer"]},{"emoji":"\u{1F926}","aliases":["facepalm"]},{"emoji":"\u{1F3ED}","aliases":["factory"]},{"emoji":"\u{1F9D1}\u200D\u{1F3ED}","aliases":["factory_worker"]},{"emoji":"\u{1F9DA}","aliases":["fairy"]},{"emoji":"\u{1F9DA}\u200D\u2642\uFE0F","aliases":["fairy_man"]},{"emoji":"\u{1F9DA}\u200D\u2640\uFE0F","aliases":["fairy_woman"]},{"emoji":"\u{1F9C6}","aliases":["falafel"]},{"emoji":"\u{1F1EB}\u{1F1F0}","aliases":["falkland_islands"]},{"emoji":"\u{1F342}","aliases":["fallen_leaf"]},{"emoji":"\u{1F46A}","aliases":["family"]},{"emoji":"\u{1F468}\u200D\u{1F466}","aliases":["family_man_boy"]},{"emoji":"\u{1F468}\u200D\u{1F466}\u200D\u{1F466}","aliases":["family_man_boy_boy"]},{"emoji":"\u{1F468}\u200D\u{1F467}","aliases":["family_man_girl"]},{"emoji":"\u{1F468}\u200D\u{1F467}\u200D\u{1F466}","aliases":["family_man_girl_boy"]},{"emoji":"\u{1F468}\u200D\u{1F467}\u200D\u{1F467}","aliases":["family_man_girl_girl"]},{"emoji":"\u{1F468}\u200D\u{1F468}\u200D\u{1F466}","aliases":["family_man_man_boy"]},{"emoji":"\u{1F468}\u200D\u{1F468}\u200D\u{1F466}\u200D\u{1F466}","aliases":["family_man_man_boy_boy"]},{"emoji":"\u{1F468}\u200D\u{1F468}\u200D\u{1F467}","aliases":["family_man_man_girl"]},{"emoji":"\u{1F468}\u200D\u{1F468}\u200D\u{1F467}\u200D\u{1F466}","aliases":["family_man_man_girl_boy"]},{"emoji":"\u{1F468}\u200D\u{1F468}\u200D\u{1F467}\u200D\u{1F467}","aliases":["family_man_man_girl_girl"]},{"emoji":"\u{1F468}\u200D\u{1F469}\u200D\u{1F466}","aliases":["family_man_woman_boy"]},{"emoji":"\u{1F468}\u200D\u{1F469}\u200D\u{1F466}\u200D\u{1F466}","aliases":["family_man_woman_boy_boy"]},{"emoji":"\u{1F468}\u200D\u{1F469}\u200D\u{1F467}","aliases":["family_man_woman_girl"]},{"emoji":"\u{1F468}\u200D\u{1F469}\u200D\u{1F467}\u200D\u{1F466}","aliases":["family_man_woman_girl_boy"]},{"emoji":"\u{1F468}\u200D\u{1F469}\u200D\u{1F467}\u200D\u{1F467}","aliases":["family_man_woman_girl_girl"]},{"emoji":"\u{1F469}\u200D\u{1F466}","aliases":["family_woman_boy"]},{"emoji":"\u{1F469}\u200D\u{1F466}\u200D\u{1F466}","aliases":["family_woman_boy_boy"]},{"emoji":"\u{1F469}\u200D\u{1F467}","aliases":["family_woman_girl"]},{"emoji":"\u{1F469}\u200D\u{1F467}\u200D\u{1F466}","aliases":["family_woman_girl_boy"]},{"emoji":"\u{1F469}\u200D\u{1F467}\u200D\u{1F467}","aliases":["family_woman_girl_girl"]},{"emoji":"\u{1F469}\u200D\u{1F469}\u200D\u{1F466}","aliases":["family_woman_woman_boy"]},{"emoji":"\u{1F469}\u200D\u{1F469}\u200D\u{1F466}\u200D\u{1F466}","aliases":["family_woman_woman_boy_boy"]},{"emoji":"\u{1F469}\u200D\u{1F469}\u200D\u{1F467}","aliases":["family_woman_woman_girl"]},{"emoji":"\u{1F469}\u200D\u{1F469}\u200D\u{1F467}\u200D\u{1F466}","aliases":["family_woman_woman_girl_boy"]},{"emoji":"\u{1F469}\u200D\u{1F469}\u200D\u{1F467}\u200D\u{1F467}","aliases":["family_woman_woman_girl_girl"]},{"emoji":"\u{1F9D1}\u200D\u{1F33E}","aliases":["farmer"]},{"emoji":"\u{1F1EB}\u{1F1F4}","aliases":["faroe_islands"]},{"emoji":"\u23E9","aliases":["fast_forward"]},{"emoji":"\u{1F4E0}","aliases":["fax"]},{"emoji":"\u{1F628}","aliases":["fearful"]},{"emoji":"\u{1F43E}","aliases":["feet","paw_prints"]},{"emoji":"\u{1F575}\uFE0F\u200D\u2640\uFE0F","aliases":["female_detective"]},{"emoji":"\u2640\uFE0F","aliases":["female_sign"]},{"emoji":"\u{1F3A1}","aliases":["ferris_wheel"]},{"emoji":"\u26F4\uFE0F","aliases":["ferry"]},{"emoji":"\u{1F3D1}","aliases":["field_hockey"]},{"emoji":"\u{1F1EB}\u{1F1EF}","aliases":["fiji"]},{"emoji":"\u{1F5C4}\uFE0F","aliases":["file_cabinet"]},{"emoji":"\u{1F4C1}","aliases":["file_folder"]},{"emoji":"\u{1F4FD}\uFE0F","aliases":["film_projector"]},{"emoji":"\u{1F39E}\uFE0F","aliases":["film_strip"]},{"emoji":"\u{1F1EB}\u{1F1EE}","aliases":["finland"]},{"emoji":"\u{1F525}","aliases":["fire"]},{"emoji":"\u{1F692}","aliases":["fire_engine"]},{"emoji":"\u{1F9EF}","aliases":["fire_extinguisher"]},{"emoji":"\u{1F9E8}","aliases":["firecracker"]},{"emoji":"\u{1F9D1}\u200D\u{1F692}","aliases":["firefighter"]},{"emoji":"\u{1F386}","aliases":["fireworks"]},{"emoji":"\u{1F313}","aliases":["first_quarter_moon"]},{"emoji":"\u{1F31B}","aliases":["first_quarter_moon_with_face"]},{"emoji":"\u{1F41F}","aliases":["fish"]},{"emoji":"\u{1F365}","aliases":["fish_cake"]},{"emoji":"\u{1F3A3}","aliases":["fishing_pole_and_fish"]},{"emoji":"\u{1F91B}","aliases":["fist_left"]},{"emoji":"\u{1F44A}","aliases":["fist_oncoming","facepunch","punch"]},{"emoji":"\u270A","aliases":["fist_raised","fist"]},{"emoji":"\u{1F91C}","aliases":["fist_right"]},{"emoji":"5\uFE0F\u20E3","aliases":["five"]},{"emoji":"\u{1F38F}","aliases":["flags"]},{"emoji":"\u{1F9A9}","aliases":["flamingo"]},{"emoji":"\u{1F526}","aliases":["flashlight"]},{"emoji":"\u{1F97F}","aliases":["flat_shoe"]},{"emoji":"\u269C\uFE0F","aliases":["fleur_de_lis"]},{"emoji":"\u{1F6EC}","aliases":["flight_arrival"]},{"emoji":"\u{1F6EB}","aliases":["flight_departure"]},{"emoji":"\u{1F4BE}","aliases":["floppy_disk"]},{"emoji":"\u{1F3B4}","aliases":["flower_playing_cards"]},{"emoji":"\u{1F633}","aliases":["flushed"]},{"emoji":"\u{1F94F}","aliases":["flying_disc"]},{"emoji":"\u{1F6F8}","aliases":["flying_saucer"]},{"emoji":"\u{1F32B}\uFE0F","aliases":["fog"]},{"emoji":"\u{1F301}","aliases":["foggy"]},{"emoji":"\u{1F9B6}","aliases":["foot"]},{"emoji":"\u{1F3C8}","aliases":["football"]},{"emoji":"\u{1F463}","aliases":["footprints"]},{"emoji":"\u{1F374}","aliases":["fork_and_knife"]},{"emoji":"\u{1F960}","aliases":["fortune_cookie"]},{"emoji":"\u26F2","aliases":["fountain"]},{"emoji":"\u{1F58B}\uFE0F","aliases":["fountain_pen"]},{"emoji":"4\uFE0F\u20E3","aliases":["four"]},{"emoji":"\u{1F340}","aliases":["four_leaf_clover"]},{"emoji":"\u{1F98A}","aliases":["fox_face"]},{"emoji":"\u{1F1EB}\u{1F1F7}","aliases":["fr"]},{"emoji":"\u{1F5BC}\uFE0F","aliases":["framed_picture"]},{"emoji":"\u{1F193}","aliases":["free"]},{"emoji":"\u{1F1EC}\u{1F1EB}","aliases":["french_guiana"]},{"emoji":"\u{1F1F5}\u{1F1EB}","aliases":["french_polynesia"]},{"emoji":"\u{1F1F9}\u{1F1EB}","aliases":["french_southern_territories"]},{"emoji":"\u{1F373}","aliases":["fried_egg"]},{"emoji":"\u{1F364}","aliases":["fried_shrimp"]},{"emoji":"\u{1F35F}","aliases":["fries"]},{"emoji":"\u{1F438}","aliases":["frog"]},{"emoji":"\u{1F626}","aliases":["frowning"]},{"emoji":"\u2639\uFE0F","aliases":["frowning_face"]},{"emoji":"\u{1F64D}\u200D\u2642\uFE0F","aliases":["frowning_man"]},{"emoji":"\u{1F64D}","aliases":["frowning_person"]},{"emoji":"\u{1F64D}\u200D\u2640\uFE0F","aliases":["frowning_woman"]},{"emoji":"\u26FD","aliases":["fuelpump"]},{"emoji":"\u{1F315}","aliases":["full_moon"]},{"emoji":"\u{1F31D}","aliases":["full_moon_with_face"]},{"emoji":"\u26B1\uFE0F","aliases":["funeral_urn"]},{"emoji":"\u{1F1EC}\u{1F1E6}","aliases":["gabon"]},{"emoji":"\u{1F1EC}\u{1F1F2}","aliases":["gambia"]},{"emoji":"\u{1F3B2}","aliases":["game_die"]},{"emoji":"\u{1F9C4}","aliases":["garlic"]},{"emoji":"\u{1F1EC}\u{1F1E7}","aliases":["gb","uk"]},{"emoji":"\u2699\uFE0F","aliases":["gear"]},{"emoji":"\u{1F48E}","aliases":["gem"]},{"emoji":"\u264A","aliases":["gemini"]},{"emoji":"\u{1F9DE}","aliases":["genie"]},{"emoji":"\u{1F9DE}\u200D\u2642\uFE0F","aliases":["genie_man"]},{"emoji":"\u{1F9DE}\u200D\u2640\uFE0F","aliases":["genie_woman"]},{"emoji":"\u{1F1EC}\u{1F1EA}","aliases":["georgia"]},{"emoji":"\u{1F1EC}\u{1F1ED}","aliases":["ghana"]},{"emoji":"\u{1F47B}","aliases":["ghost"]},{"emoji":"\u{1F1EC}\u{1F1EE}","aliases":["gibraltar"]},{"emoji":"\u{1F381}","aliases":["gift"]},{"emoji":"\u{1F49D}","aliases":["gift_heart"]},{"emoji":"\u{1F992}","aliases":["giraffe"]},{"emoji":"\u{1F467}","aliases":["girl"]},{"emoji":"\u{1F310}","aliases":["globe_with_meridians"]},{"emoji":"\u{1F9E4}","aliases":["gloves"]},{"emoji":"\u{1F945}","aliases":["goal_net"]},{"emoji":"\u{1F410}","aliases":["goat"]},{"emoji":"\u{1F97D}","aliases":["goggles"]},{"emoji":"\u26F3","aliases":["golf"]},{"emoji":"\u{1F3CC}\uFE0F","aliases":["golfing"]},{"emoji":"\u{1F3CC}\uFE0F\u200D\u2642\uFE0F","aliases":["golfing_man"]},{"emoji":"\u{1F3CC}\uFE0F\u200D\u2640\uFE0F","aliases":["golfing_woman"]},{"emoji":"\u{1F98D}","aliases":["gorilla"]},{"emoji":"\u{1F347}","aliases":["grapes"]},{"emoji":"\u{1F1EC}\u{1F1F7}","aliases":["greece"]},{"emoji":"\u{1F34F}","aliases":["green_apple"]},{"emoji":"\u{1F4D7}","aliases":["green_book"]},{"emoji":"\u{1F7E2}","aliases":["green_circle"]},{"emoji":"\u{1F49A}","aliases":["green_heart"]},{"emoji":"\u{1F957}","aliases":["green_salad"]},{"emoji":"\u{1F7E9}","aliases":["green_square"]},{"emoji":"\u{1F1EC}\u{1F1F1}","aliases":["greenland"]},{"emoji":"\u{1F1EC}\u{1F1E9}","aliases":["grenada"]},{"emoji":"\u2755","aliases":["grey_exclamation"]},{"emoji":"\u2754","aliases":["grey_question"]},{"emoji":"\u{1F62C}","aliases":["grimacing"]},{"emoji":"\u{1F601}","aliases":["grin"]},{"emoji":"\u{1F600}","aliases":["grinning"]},{"emoji":"\u{1F1EC}\u{1F1F5}","aliases":["guadeloupe"]},{"emoji":"\u{1F1EC}\u{1F1FA}","aliases":["guam"]},{"emoji":"\u{1F482}","aliases":["guard"]},{"emoji":"\u{1F482}\u200D\u2642\uFE0F","aliases":["guardsman"]},{"emoji":"\u{1F482}\u200D\u2640\uFE0F","aliases":["guardswoman"]},{"emoji":"\u{1F1EC}\u{1F1F9}","aliases":["guatemala"]},{"emoji":"\u{1F1EC}\u{1F1EC}","aliases":["guernsey"]},{"emoji":"\u{1F9AE}","aliases":["guide_dog"]},{"emoji":"\u{1F1EC}\u{1F1F3}","aliases":["guinea"]},{"emoji":"\u{1F1EC}\u{1F1FC}","aliases":["guinea_bissau"]},{"emoji":"\u{1F3B8}","aliases":["guitar"]},{"emoji":"\u{1F52B}","aliases":["gun"]},{"emoji":"\u{1F1EC}\u{1F1FE}","aliases":["guyana"]},{"emoji":"\u{1F487}","aliases":["haircut"]},{"emoji":"\u{1F487}\u200D\u2642\uFE0F","aliases":["haircut_man"]},{"emoji":"\u{1F487}\u200D\u2640\uFE0F","aliases":["haircut_woman"]},{"emoji":"\u{1F1ED}\u{1F1F9}","aliases":["haiti"]},{"emoji":"\u{1F354}","aliases":["hamburger"]},{"emoji":"\u{1F528}","aliases":["hammer"]},{"emoji":"\u2692\uFE0F","aliases":["hammer_and_pick"]},{"emoji":"\u{1F6E0}\uFE0F","aliases":["hammer_and_wrench"]},{"emoji":"\u{1F439}","aliases":["hamster"]},{"emoji":"\u270B","aliases":["hand","raised_hand"]},{"emoji":"\u{1F92D}","aliases":["hand_over_mouth"]},{"emoji":"\u{1F45C}","aliases":["handbag"]},{"emoji":"\u{1F93E}","aliases":["handball_person"]},{"emoji":"\u{1F91D}","aliases":["handshake"]},{"emoji":"\u{1F4A9}","aliases":["hankey","poop","shit"]},{"emoji":"#\uFE0F\u20E3","aliases":["hash"]},{"emoji":"\u{1F425}","aliases":["hatched_chick"]},{"emoji":"\u{1F423}","aliases":["hatching_chick"]},{"emoji":"\u{1F3A7}","aliases":["headphones"]},{"emoji":"\u{1F9D1}\u200D\u2695\uFE0F","aliases":["health_worker"]},{"emoji":"\u{1F649}","aliases":["hear_no_evil"]},{"emoji":"\u{1F1ED}\u{1F1F2}","aliases":["heard_mcdonald_islands"]},{"emoji":"\u2764\uFE0F","aliases":["heart"]},{"emoji":"\u{1F49F}","aliases":["heart_decoration"]},{"emoji":"\u{1F60D}","aliases":["heart_eyes"]},{"emoji":"\u{1F63B}","aliases":["heart_eyes_cat"]},{"emoji":"\u{1F493}","aliases":["heartbeat"]},{"emoji":"\u{1F497}","aliases":["heartpulse"]},{"emoji":"\u2665\uFE0F","aliases":["hearts"]},{"emoji":"\u2714\uFE0F","aliases":["heavy_check_mark"]},{"emoji":"\u2797","aliases":["heavy_division_sign"]},{"emoji":"\u{1F4B2}","aliases":["heavy_dollar_sign"]},{"emoji":"\u2763\uFE0F","aliases":["heavy_heart_exclamation"]},{"emoji":"\u2796","aliases":["heavy_minus_sign"]},{"emoji":"\u2716\uFE0F","aliases":["heavy_multiplication_x"]},{"emoji":"\u2795","aliases":["heavy_plus_sign"]},{"emoji":"\u{1F994}","aliases":["hedgehog"]},{"emoji":"\u{1F681}","aliases":["helicopter"]},{"emoji":"\u{1F33F}","aliases":["herb"]},{"emoji":"\u{1F33A}","aliases":["hibiscus"]},{"emoji":"\u{1F506}","aliases":["high_brightness"]},{"emoji":"\u{1F460}","aliases":["high_heel"]},{"emoji":"\u{1F97E}","aliases":["hiking_boot"]},{"emoji":"\u{1F6D5}","aliases":["hindu_temple"]},{"emoji":"\u{1F99B}","aliases":["hippopotamus"]},{"emoji":"\u{1F52A}","aliases":["hocho","knife"]},{"emoji":"\u{1F573}\uFE0F","aliases":["hole"]},{"emoji":"\u{1F1ED}\u{1F1F3}","aliases":["honduras"]},{"emoji":"\u{1F36F}","aliases":["honey_pot"]},{"emoji":"\u{1F1ED}\u{1F1F0}","aliases":["hong_kong"]},{"emoji":"\u{1F434}","aliases":["horse"]},{"emoji":"\u{1F3C7}","aliases":["horse_racing"]},{"emoji":"\u{1F3E5}","aliases":["hospital"]},{"emoji":"\u{1F975}","aliases":["hot_face"]},{"emoji":"\u{1F336}\uFE0F","aliases":["hot_pepper"]},{"emoji":"\u{1F32D}","aliases":["hotdog"]},{"emoji":"\u{1F3E8}","aliases":["hotel"]},{"emoji":"\u2668\uFE0F","aliases":["hotsprings"]},{"emoji":"\u231B","aliases":["hourglass"]},{"emoji":"\u23F3","aliases":["hourglass_flowing_sand"]},{"emoji":"\u{1F3E0}","aliases":["house"]},{"emoji":"\u{1F3E1}","aliases":["house_with_garden"]},{"emoji":"\u{1F3D8}\uFE0F","aliases":["houses"]},{"emoji":"\u{1F917}","aliases":["hugs"]},{"emoji":"\u{1F1ED}\u{1F1FA}","aliases":["hungary"]},{"emoji":"\u{1F62F}","aliases":["hushed"]},{"emoji":"\u{1F368}","aliases":["ice_cream"]},{"emoji":"\u{1F9CA}","aliases":["ice_cube"]},{"emoji":"\u{1F3D2}","aliases":["ice_hockey"]},{"emoji":"\u26F8\uFE0F","aliases":["ice_skate"]},{"emoji":"\u{1F366}","aliases":["icecream"]},{"emoji":"\u{1F1EE}\u{1F1F8}","aliases":["iceland"]},{"emoji":"\u{1F194}","aliases":["id"]},{"emoji":"\u{1F250}","aliases":["ideograph_advantage"]},{"emoji":"\u{1F47F}","aliases":["imp"]},{"emoji":"\u{1F4E5}","aliases":["inbox_tray"]},{"emoji":"\u{1F4E8}","aliases":["incoming_envelope"]},{"emoji":"\u{1F1EE}\u{1F1F3}","aliases":["india"]},{"emoji":"\u{1F1EE}\u{1F1E9}","aliases":["indonesia"]},{"emoji":"\u267E\uFE0F","aliases":["infinity"]},{"emoji":"\u2139\uFE0F","aliases":["information_source"]},{"emoji":"\u{1F607}","aliases":["innocent"]},{"emoji":"\u2049\uFE0F","aliases":["interrobang"]},{"emoji":"\u{1F4F1}","aliases":["iphone"]},{"emoji":"\u{1F1EE}\u{1F1F7}","aliases":["iran"]},{"emoji":"\u{1F1EE}\u{1F1F6}","aliases":["iraq"]},{"emoji":"\u{1F1EE}\u{1F1EA}","aliases":["ireland"]},{"emoji":"\u{1F1EE}\u{1F1F2}","aliases":["isle_of_man"]},{"emoji":"\u{1F1EE}\u{1F1F1}","aliases":["israel"]},{"emoji":"\u{1F1EE}\u{1F1F9}","aliases":["it"]},{"emoji":"\u{1F3EE}","aliases":["izakaya_lantern","lantern"]},{"emoji":"\u{1F383}","aliases":["jack_o_lantern"]},{"emoji":"\u{1F1EF}\u{1F1F2}","aliases":["jamaica"]},{"emoji":"\u{1F5FE}","aliases":["japan"]},{"emoji":"\u{1F3EF}","aliases":["japanese_castle"]},{"emoji":"\u{1F47A}","aliases":["japanese_goblin"]},{"emoji":"\u{1F479}","aliases":["japanese_ogre"]},{"emoji":"\u{1F456}","aliases":["jeans"]},{"emoji":"\u{1F1EF}\u{1F1EA}","aliases":["jersey"]},{"emoji":"\u{1F9E9}","aliases":["jigsaw"]},{"emoji":"\u{1F1EF}\u{1F1F4}","aliases":["jordan"]},{"emoji":"\u{1F602}","aliases":["joy"]},{"emoji":"\u{1F639}","aliases":["joy_cat"]},{"emoji":"\u{1F579}\uFE0F","aliases":["joystick"]},{"emoji":"\u{1F1EF}\u{1F1F5}","aliases":["jp"]},{"emoji":"\u{1F9D1}\u200D\u2696\uFE0F","aliases":["judge"]},{"emoji":"\u{1F939}","aliases":["juggling_person"]},{"emoji":"\u{1F54B}","aliases":["kaaba"]},{"emoji":"\u{1F998}","aliases":["kangaroo"]},{"emoji":"\u{1F1F0}\u{1F1FF}","aliases":["kazakhstan"]},{"emoji":"\u{1F1F0}\u{1F1EA}","aliases":["kenya"]},{"emoji":"\u{1F511}","aliases":["key"]},{"emoji":"\u2328\uFE0F","aliases":["keyboard"]},{"emoji":"\u{1F51F}","aliases":["keycap_ten"]},{"emoji":"\u{1F6F4}","aliases":["kick_scooter"]},{"emoji":"\u{1F458}","aliases":["kimono"]},{"emoji":"\u{1F1F0}\u{1F1EE}","aliases":["kiribati"]},{"emoji":"\u{1F48B}","aliases":["kiss"]},{"emoji":"\u{1F617}","aliases":["kissing"]},{"emoji":"\u{1F63D}","aliases":["kissing_cat"]},{"emoji":"\u{1F61A}","aliases":["kissing_closed_eyes"]},{"emoji":"\u{1F618}","aliases":["kissing_heart"]},{"emoji":"\u{1F619}","aliases":["kissing_smiling_eyes"]},{"emoji":"\u{1FA81}","aliases":["kite"]},{"emoji":"\u{1F95D}","aliases":["kiwi_fruit"]},{"emoji":"\u{1F9CE}\u200D\u2642\uFE0F","aliases":["kneeling_man"]},{"emoji":"\u{1F9CE}","aliases":["kneeling_person"]},{"emoji":"\u{1F9CE}\u200D\u2640\uFE0F","aliases":["kneeling_woman"]},{"emoji":"\u{1F428}","aliases":["koala"]},{"emoji":"\u{1F201}","aliases":["koko"]},{"emoji":"\u{1F1FD}\u{1F1F0}","aliases":["kosovo"]},{"emoji":"\u{1F1F0}\u{1F1F7}","aliases":["kr"]},{"emoji":"\u{1F1F0}\u{1F1FC}","aliases":["kuwait"]},{"emoji":"\u{1F1F0}\u{1F1EC}","aliases":["kyrgyzstan"]},{"emoji":"\u{1F97C}","aliases":["lab_coat"]},{"emoji":"\u{1F3F7}\uFE0F","aliases":["label"]},{"emoji":"\u{1F94D}","aliases":["lacrosse"]},{"emoji":"\u{1F41E}","aliases":["lady_beetle"]},{"emoji":"\u{1F1F1}\u{1F1E6}","aliases":["laos"]},{"emoji":"\u{1F535}","aliases":["large_blue_circle"]},{"emoji":"\u{1F537}","aliases":["large_blue_diamond"]},{"emoji":"\u{1F536}","aliases":["large_orange_diamond"]},{"emoji":"\u{1F317}","aliases":["last_quarter_moon"]},{"emoji":"\u{1F31C}","aliases":["last_quarter_moon_with_face"]},{"emoji":"\u271D\uFE0F","aliases":["latin_cross"]},{"emoji":"\u{1F1F1}\u{1F1FB}","aliases":["latvia"]},{"emoji":"\u{1F606}","aliases":["laughing","satisfied","laugh"]},{"emoji":"\u{1F96C}","aliases":["leafy_green"]},{"emoji":"\u{1F343}","aliases":["leaves"]},{"emoji":"\u{1F1F1}\u{1F1E7}","aliases":["lebanon"]},{"emoji":"\u{1F4D2}","aliases":["ledger"]},{"emoji":"\u{1F6C5}","aliases":["left_luggage"]},{"emoji":"\u2194\uFE0F","aliases":["left_right_arrow"]},{"emoji":"\u{1F5E8}\uFE0F","aliases":["left_speech_bubble"]},{"emoji":"\u21A9\uFE0F","aliases":["leftwards_arrow_with_hook"]},{"emoji":"\u{1F9B5}","aliases":["leg"]},{"emoji":"\u{1F34B}","aliases":["lemon"]},{"emoji":"\u264C","aliases":["leo"]},{"emoji":"\u{1F406}","aliases":["leopard"]},{"emoji":"\u{1F1F1}\u{1F1F8}","aliases":["lesotho"]},{"emoji":"\u{1F39A}\uFE0F","aliases":["level_slider"]},{"emoji":"\u{1F1F1}\u{1F1F7}","aliases":["liberia"]},{"emoji":"\u264E","aliases":["libra"]},{"emoji":"\u{1F1F1}\u{1F1FE}","aliases":["libya"]},{"emoji":"\u{1F1F1}\u{1F1EE}","aliases":["liechtenstein"]},{"emoji":"\u{1F688}","aliases":["light_rail"]},{"emoji":"\u{1F517}","aliases":["link"]},{"emoji":"\u{1F981}","aliases":["lion"]},{"emoji":"\u{1F444}","aliases":["lips"]},{"emoji":"\u{1F484}","aliases":["lipstick"]},{"emoji":"\u{1F1F1}\u{1F1F9}","aliases":["lithuania"]},{"emoji":"\u{1F98E}","aliases":["lizard"]},{"emoji":"\u{1F999}","aliases":["llama"]},{"emoji":"\u{1F99E}","aliases":["lobster"]},{"emoji":"\u{1F512}","aliases":["lock"]},{"emoji":"\u{1F50F}","aliases":["lock_with_ink_pen"]},{"emoji":"\u{1F36D}","aliases":["lollipop"]},{"emoji":"\u27BF","aliases":["loop"]},{"emoji":"\u{1F9F4}","aliases":["lotion_bottle"]},{"emoji":"\u{1F9D8}","aliases":["lotus_position"]},{"emoji":"\u{1F9D8}\u200D\u2642\uFE0F","aliases":["lotus_position_man"]},{"emoji":"\u{1F9D8}\u200D\u2640\uFE0F","aliases":["lotus_position_woman"]},{"emoji":"\u{1F50A}","aliases":["loud_sound"]},{"emoji":"\u{1F4E2}","aliases":["loudspeaker"]},{"emoji":"\u{1F3E9}","aliases":["love_hotel"]},{"emoji":"\u{1F48C}","aliases":["love_letter"]},{"emoji":"\u{1F91F}","aliases":["love_you_gesture"]},{"emoji":"\u{1F505}","aliases":["low_brightness"]},{"emoji":"\u{1F9F3}","aliases":["luggage"]},{"emoji":"\u{1F1F1}\u{1F1FA}","aliases":["luxembourg"]},{"emoji":"\u{1F925}","aliases":["lying_face"]},{"emoji":"\u24C2\uFE0F","aliases":["m"]},{"emoji":"\u{1F1F2}\u{1F1F4}","aliases":["macau"]},{"emoji":"\u{1F1F2}\u{1F1F0}","aliases":["macedonia"]},{"emoji":"\u{1F1F2}\u{1F1EC}","aliases":["madagascar"]},{"emoji":"\u{1F50D}","aliases":["mag"]},{"emoji":"\u{1F50E}","aliases":["mag_right"]},{"emoji":"\u{1F9D9}","aliases":["mage"]},{"emoji":"\u{1F9D9}\u200D\u2642\uFE0F","aliases":["mage_man"]},{"emoji":"\u{1F9D9}\u200D\u2640\uFE0F","aliases":["mage_woman"]},{"emoji":"\u{1F9F2}","aliases":["magnet"]},{"emoji":"\u{1F004}","aliases":["mahjong"]},{"emoji":"\u{1F4EB}","aliases":["mailbox"]},{"emoji":"\u{1F4EA}","aliases":["mailbox_closed"]},{"emoji":"\u{1F4EC}","aliases":["mailbox_with_mail"]},{"emoji":"\u{1F4ED}","aliases":["mailbox_with_no_mail"]},{"emoji":"\u{1F1F2}\u{1F1FC}","aliases":["malawi"]},{"emoji":"\u{1F1F2}\u{1F1FE}","aliases":["malaysia"]},{"emoji":"\u{1F1F2}\u{1F1FB}","aliases":["maldives"]},{"emoji":"\u{1F575}\uFE0F\u200D\u2642\uFE0F","aliases":["male_detective"]},{"emoji":"\u2642\uFE0F","aliases":["male_sign"]},{"emoji":"\u{1F1F2}\u{1F1F1}","aliases":["mali"]},{"emoji":"\u{1F1F2}\u{1F1F9}","aliases":["malta"]},{"emoji":"\u{1F468}","aliases":["man"]},{"emoji":"\u{1F468}\u200D\u{1F3A8}","aliases":["man_artist"]},{"emoji":"\u{1F468}\u200D\u{1F680}","aliases":["man_astronaut"]},{"emoji":"\u{1F938}\u200D\u2642\uFE0F","aliases":["man_cartwheeling"]},{"emoji":"\u{1F468}\u200D\u{1F373}","aliases":["man_cook"]},{"emoji":"\u{1F57A}","aliases":["man_dancing"]},{"emoji":"\u{1F926}\u200D\u2642\uFE0F","aliases":["man_facepalming"]},{"emoji":"\u{1F468}\u200D\u{1F3ED}","aliases":["man_factory_worker"]},{"emoji":"\u{1F468}\u200D\u{1F33E}","aliases":["man_farmer"]},{"emoji":"\u{1F468}\u200D\u{1F692}","aliases":["man_firefighter"]},{"emoji":"\u{1F468}\u200D\u2695\uFE0F","aliases":["man_health_worker"]},{"emoji":"\u{1F468}\u200D\u{1F9BD}","aliases":["man_in_manual_wheelchair"]},{"emoji":"\u{1F468}\u200D\u{1F9BC}","aliases":["man_in_motorized_wheelchair"]},{"emoji":"\u{1F468}\u200D\u2696\uFE0F","aliases":["man_judge"]},{"emoji":"\u{1F939}\u200D\u2642\uFE0F","aliases":["man_juggling"]},{"emoji":"\u{1F468}\u200D\u{1F527}","aliases":["man_mechanic"]},{"emoji":"\u{1F468}\u200D\u{1F4BC}","aliases":["man_office_worker"]},{"emoji":"\u{1F468}\u200D\u2708\uFE0F","aliases":["man_pilot"]},{"emoji":"\u{1F93E}\u200D\u2642\uFE0F","aliases":["man_playing_handball"]},{"emoji":"\u{1F93D}\u200D\u2642\uFE0F","aliases":["man_playing_water_polo"]},{"emoji":"\u{1F468}\u200D\u{1F52C}","aliases":["man_scientist"]},{"emoji":"\u{1F937}\u200D\u2642\uFE0F","aliases":["man_shrugging"]},{"emoji":"\u{1F468}\u200D\u{1F3A4}","aliases":["man_singer"]},{"emoji":"\u{1F468}\u200D\u{1F393}","aliases":["man_student"]},{"emoji":"\u{1F468}\u200D\u{1F3EB}","aliases":["man_teacher"]},{"emoji":"\u{1F468}\u200D\u{1F4BB}","aliases":["man_technologist"]},{"emoji":"\u{1F472}","aliases":["man_with_gua_pi_mao"]},{"emoji":"\u{1F468}\u200D\u{1F9AF}","aliases":["man_with_probing_cane"]},{"emoji":"\u{1F473}\u200D\u2642\uFE0F","aliases":["man_with_turban"]},{"emoji":"\u{1F96D}","aliases":["mango"]},{"emoji":"\u{1F45E}","aliases":["mans_shoe","shoe"]},{"emoji":"\u{1F570}\uFE0F","aliases":["mantelpiece_clock"]},{"emoji":"\u{1F9BD}","aliases":["manual_wheelchair"]},{"emoji":"\u{1F341}","aliases":["maple_leaf"]},{"emoji":"\u{1F1F2}\u{1F1ED}","aliases":["marshall_islands"]},{"emoji":"\u{1F94B}","aliases":["martial_arts_uniform"]},{"emoji":"\u{1F1F2}\u{1F1F6}","aliases":["martinique"]},{"emoji":"\u{1F637}","aliases":["mask"]},{"emoji":"\u{1F486}","aliases":["massage"]},{"emoji":"\u{1F486}\u200D\u2642\uFE0F","aliases":["massage_man"]},{"emoji":"\u{1F486}\u200D\u2640\uFE0F","aliases":["massage_woman"]},{"emoji":"\u{1F9C9}","aliases":["mate"]},{"emoji":"\u{1F1F2}\u{1F1F7}","aliases":["mauritania"]},{"emoji":"\u{1F1F2}\u{1F1FA}","aliases":["mauritius"]},{"emoji":"\u{1F1FE}\u{1F1F9}","aliases":["mayotte"]},{"emoji":"\u{1F356}","aliases":["meat_on_bone"]},{"emoji":"\u{1F9D1}\u200D\u{1F527}","aliases":["mechanic"]},{"emoji":"\u{1F9BE}","aliases":["mechanical_arm"]},{"emoji":"\u{1F9BF}","aliases":["mechanical_leg"]},{"emoji":"\u{1F396}\uFE0F","aliases":["medal_military"]},{"emoji":"\u{1F3C5}","aliases":["medal_sports"]},{"emoji":"\u2695\uFE0F","aliases":["medical_symbol"]},{"emoji":"\u{1F4E3}","aliases":["mega"]},{"emoji":"\u{1F348}","aliases":["melon"]},{"emoji":"\u{1F4DD}","aliases":["memo","pencil"]},{"emoji":"\u{1F93C}\u200D\u2642\uFE0F","aliases":["men_wrestling"]},{"emoji":"\u{1F54E}","aliases":["menorah"]},{"emoji":"\u{1F6B9}","aliases":["mens"]},{"emoji":"\u{1F9DC}\u200D\u2640\uFE0F","aliases":["mermaid"]},{"emoji":"\u{1F9DC}\u200D\u2642\uFE0F","aliases":["merman"]},{"emoji":"\u{1F9DC}","aliases":["merperson"]},{"emoji":"\u{1F918}","aliases":["metal"]},{"emoji":"\u{1F687}","aliases":["metro"]},{"emoji":"\u{1F1F2}\u{1F1FD}","aliases":["mexico"]},{"emoji":"\u{1F9A0}","aliases":["microbe"]},{"emoji":"\u{1F1EB}\u{1F1F2}","aliases":["micronesia"]},{"emoji":"\u{1F3A4}","aliases":["microphone"]},{"emoji":"\u{1F52C}","aliases":["microscope"]},{"emoji":"\u{1F595}","aliases":["middle_finger","fu"]},{"emoji":"\u{1F95B}","aliases":["milk_glass"]},{"emoji":"\u{1F30C}","aliases":["milky_way"]},{"emoji":"\u{1F690}","aliases":["minibus"]},{"emoji":"\u{1F4BD}","aliases":["minidisc"]},{"emoji":"\u{1F4F4}","aliases":["mobile_phone_off"]},{"emoji":"\u{1F1F2}\u{1F1E9}","aliases":["moldova"]},{"emoji":"\u{1F1F2}\u{1F1E8}","aliases":["monaco"]},{"emoji":"\u{1F911}","aliases":["money_mouth_face"]},{"emoji":"\u{1F4B8}","aliases":["money_with_wings"]},{"emoji":"\u{1F4B0}","aliases":["moneybag"]},{"emoji":"\u{1F1F2}\u{1F1F3}","aliases":["mongolia"]},{"emoji":"\u{1F412}","aliases":["monkey"]},{"emoji":"\u{1F435}","aliases":["monkey_face"]},{"emoji":"\u{1F9D0}","aliases":["monocle_face"]},{"emoji":"\u{1F69D}","aliases":["monorail"]},{"emoji":"\u{1F1F2}\u{1F1EA}","aliases":["montenegro"]},{"emoji":"\u{1F1F2}\u{1F1F8}","aliases":["montserrat"]},{"emoji":"\u{1F314}","aliases":["moon","waxing_gibbous_moon"]},{"emoji":"\u{1F96E}","aliases":["moon_cake"]},{"emoji":"\u{1F1F2}\u{1F1E6}","aliases":["morocco"]},{"emoji":"\u{1F393}","aliases":["mortar_board"]},{"emoji":"\u{1F54C}","aliases":["mosque"]},{"emoji":"\u{1F99F}","aliases":["mosquito"]},{"emoji":"\u{1F6E5}\uFE0F","aliases":["motor_boat"]},{"emoji":"\u{1F6F5}","aliases":["motor_scooter"]},{"emoji":"\u{1F3CD}\uFE0F","aliases":["motorcycle"]},{"emoji":"\u{1F9BC}","aliases":["motorized_wheelchair"]},{"emoji":"\u{1F6E3}\uFE0F","aliases":["motorway"]},{"emoji":"\u{1F5FB}","aliases":["mount_fuji"]},{"emoji":"\u26F0\uFE0F","aliases":["mountain"]},{"emoji":"\u{1F6B5}","aliases":["mountain_bicyclist"]},{"emoji":"\u{1F6B5}\u200D\u2642\uFE0F","aliases":["mountain_biking_man"]},{"emoji":"\u{1F6B5}\u200D\u2640\uFE0F","aliases":["mountain_biking_woman"]},{"emoji":"\u{1F6A0}","aliases":["mountain_cableway"]},{"emoji":"\u{1F69E}","aliases":["mountain_railway"]},{"emoji":"\u{1F3D4}\uFE0F","aliases":["mountain_snow"]},{"emoji":"\u{1F42D}","aliases":["mouse"]},{"emoji":"\u{1F401}","aliases":["mouse2"]},{"emoji":"\u{1F3A5}","aliases":["movie_camera"]},{"emoji":"\u{1F5FF}","aliases":["moyai"]},{"emoji":"\u{1F1F2}\u{1F1FF}","aliases":["mozambique"]},{"emoji":"\u{1F936}","aliases":["mrs_claus"]},{"emoji":"\u{1F4AA}","aliases":["muscle"]},{"emoji":"\u{1F344}","aliases":["mushroom"]},{"emoji":"\u{1F3B9}","aliases":["musical_keyboard"]},{"emoji":"\u{1F3B5}","aliases":["musical_note"]},{"emoji":"\u{1F3BC}","aliases":["musical_score"]},{"emoji":"\u{1F507}","aliases":["mute"]},{"emoji":"\u{1F1F2}\u{1F1F2}","aliases":["myanmar"]},{"emoji":"\u{1F485}","aliases":["nail_care"]},{"emoji":"\u{1F4DB}","aliases":["name_badge"]},{"emoji":"\u{1F1F3}\u{1F1E6}","aliases":["namibia"]},{"emoji":"\u{1F3DE}\uFE0F","aliases":["national_park"]},{"emoji":"\u{1F1F3}\u{1F1F7}","aliases":["nauru"]},{"emoji":"\u{1F922}","aliases":["nauseated_face"]},{"emoji":"\u{1F9FF}","aliases":["nazar_amulet"]},{"emoji":"\u{1F454}","aliases":["necktie"]},{"emoji":"\u274E","aliases":["negative_squared_cross_mark"]},{"emoji":"\u{1F1F3}\u{1F1F5}","aliases":["nepal"]},{"emoji":"\u{1F913}","aliases":["nerd_face"]},{"emoji":"\u{1F1F3}\u{1F1F1}","aliases":["netherlands"]},{"emoji":"\u{1F610}","aliases":["neutral_face"]},{"emoji":"\u{1F195}","aliases":["new"]},{"emoji":"\u{1F1F3}\u{1F1E8}","aliases":["new_caledonia"]},{"emoji":"\u{1F311}","aliases":["new_moon"]},{"emoji":"\u{1F31A}","aliases":["new_moon_with_face"]},{"emoji":"\u{1F1F3}\u{1F1FF}","aliases":["new_zealand"]},{"emoji":"\u{1F4F0}","aliases":["newspaper"]},{"emoji":"\u{1F5DE}\uFE0F","aliases":["newspaper_roll"]},{"emoji":"\u23ED\uFE0F","aliases":["next_track_button"]},{"emoji":"\u{1F196}","aliases":["ng"]},{"emoji":"\u{1F1F3}\u{1F1EE}","aliases":["nicaragua"]},{"emoji":"\u{1F1F3}\u{1F1EA}","aliases":["niger"]},{"emoji":"\u{1F1F3}\u{1F1EC}","aliases":["nigeria"]},{"emoji":"\u{1F303}","aliases":["night_with_stars"]},{"emoji":"9\uFE0F\u20E3","aliases":["nine"]},{"emoji":"\u{1F1F3}\u{1F1FA}","aliases":["niue"]},{"emoji":"\u{1F515}","aliases":["no_bell"]},{"emoji":"\u{1F6B3}","aliases":["no_bicycles"]},{"emoji":"\u26D4","aliases":["no_entry"]},{"emoji":"\u{1F6AB}","aliases":["no_entry_sign"]},{"emoji":"\u{1F645}","aliases":["no_good"]},{"emoji":"\u{1F645}\u200D\u2642\uFE0F","aliases":["no_good_man","ng_man"]},{"emoji":"\u{1F645}\u200D\u2640\uFE0F","aliases":["no_good_woman","ng_woman"]},{"emoji":"\u{1F4F5}","aliases":["no_mobile_phones"]},{"emoji":"\u{1F636}","aliases":["no_mouth"]},{"emoji":"\u{1F6B7}","aliases":["no_pedestrians"]},{"emoji":"\u{1F6AD}","aliases":["no_smoking"]},{"emoji":"\u{1F6B1}","aliases":["non-potable_water"]},{"emoji":"\u{1F1F3}\u{1F1EB}","aliases":["norfolk_island"]},{"emoji":"\u{1F1F0}\u{1F1F5}","aliases":["north_korea"]},{"emoji":"\u{1F1F2}\u{1F1F5}","aliases":["northern_mariana_islands"]},{"emoji":"\u{1F1F3}\u{1F1F4}","aliases":["norway"]},{"emoji":"\u{1F443}","aliases":["nose"]},{"emoji":"\u{1F4D3}","aliases":["notebook"]},{"emoji":"\u{1F4D4}","aliases":["notebook_with_decorative_cover"]},{"emoji":"\u{1F3B6}","aliases":["notes"]},{"emoji":"\u{1F529}","aliases":["nut_and_bolt"]},{"emoji":"\u2B55","aliases":["o"]},{"emoji":"\u{1F17E}\uFE0F","aliases":["o2"]},{"emoji":"\u{1F30A}","aliases":["ocean"]},{"emoji":"\u{1F419}","aliases":["octopus"]},{"emoji":"\u{1F362}","aliases":["oden"]},{"emoji":"\u{1F3E2}","aliases":["office"]},{"emoji":"\u{1F9D1}\u200D\u{1F4BC}","aliases":["office_worker"]},{"emoji":"\u{1F6E2}\uFE0F","aliases":["oil_drum"]},{"emoji":"\u{1F197}","aliases":["ok"]},{"emoji":"\u{1F44C}","aliases":["ok_hand"]},{"emoji":"\u{1F646}\u200D\u2642\uFE0F","aliases":["ok_man"]},{"emoji":"\u{1F646}","aliases":["ok_person"]},{"emoji":"\u{1F646}\u200D\u2640\uFE0F","aliases":["ok_woman"]},{"emoji":"\u{1F5DD}\uFE0F","aliases":["old_key"]},{"emoji":"\u{1F9D3}","aliases":["older_adult"]},{"emoji":"\u{1F474}","aliases":["older_man"]},{"emoji":"\u{1F475}","aliases":["older_woman"]},{"emoji":"\u{1F549}\uFE0F","aliases":["om"]},{"emoji":"\u{1F1F4}\u{1F1F2}","aliases":["oman"]},{"emoji":"\u{1F51B}","aliases":["on"]},{"emoji":"\u{1F698}","aliases":["oncoming_automobile"]},{"emoji":"\u{1F68D}","aliases":["oncoming_bus"]},{"emoji":"\u{1F694}","aliases":["oncoming_police_car"]},{"emoji":"\u{1F696}","aliases":["oncoming_taxi"]},{"emoji":"1\uFE0F\u20E3","aliases":["one"]},{"emoji":"\u{1FA71}","aliases":["one_piece_swimsuit"]},{"emoji":"\u{1F9C5}","aliases":["onion"]},{"emoji":"\u{1F4C2}","aliases":["open_file_folder"]},{"emoji":"\u{1F450}","aliases":["open_hands"]},{"emoji":"\u{1F62E}","aliases":["open_mouth"]},{"emoji":"\u2602\uFE0F","aliases":["open_umbrella"]},{"emoji":"\u26CE","aliases":["ophiuchus"]},{"emoji":"\u{1F4D9}","aliases":["orange_book"]},{"emoji":"\u{1F7E0}","aliases":["orange_circle"]},{"emoji":"\u{1F9E1}","aliases":["orange_heart"]},{"emoji":"\u{1F7E7}","aliases":["orange_square"]},{"emoji":"\u{1F9A7}","aliases":["orangutan"]},{"emoji":"\u2626\uFE0F","aliases":["orthodox_cross"]},{"emoji":"\u{1F9A6}","aliases":["otter"]},{"emoji":"\u{1F4E4}","aliases":["outbox_tray"]},{"emoji":"\u{1F989}","aliases":["owl"]},{"emoji":"\u{1F402}","aliases":["ox"]},{"emoji":"\u{1F9AA}","aliases":["oyster"]},{"emoji":"\u{1F4E6}","aliases":["package"]},{"emoji":"\u{1F4C4}","aliases":["page_facing_up"]},{"emoji":"\u{1F4C3}","aliases":["page_with_curl"]},{"emoji":"\u{1F4DF}","aliases":["pager"]},{"emoji":"\u{1F58C}\uFE0F","aliases":["paintbrush"]},{"emoji":"\u{1F1F5}\u{1F1F0}","aliases":["pakistan"]},{"emoji":"\u{1F1F5}\u{1F1FC}","aliases":["palau"]},{"emoji":"\u{1F1F5}\u{1F1F8}","aliases":["palestinian_territories"]},{"emoji":"\u{1F334}","aliases":["palm_tree"]},{"emoji":"\u{1F932}","aliases":["palms_up_together"]},{"emoji":"\u{1F1F5}\u{1F1E6}","aliases":["panama"]},{"emoji":"\u{1F95E}","aliases":["pancakes"]},{"emoji":"\u{1F43C}","aliases":["panda_face"]},{"emoji":"\u{1F4CE}","aliases":["paperclip"]},{"emoji":"\u{1F587}\uFE0F","aliases":["paperclips"]},{"emoji":"\u{1F1F5}\u{1F1EC}","aliases":["papua_new_guinea"]},{"emoji":"\u{1FA82}","aliases":["parachute"]},{"emoji":"\u{1F1F5}\u{1F1FE}","aliases":["paraguay"]},{"emoji":"\u26F1\uFE0F","aliases":["parasol_on_ground"]},{"emoji":"\u{1F17F}\uFE0F","aliases":["parking"]},{"emoji":"\u{1F99C}","aliases":["parrot"]},{"emoji":"\u303D\uFE0F","aliases":["part_alternation_mark"]},{"emoji":"\u26C5","aliases":["partly_sunny"]},{"emoji":"\u{1F973}","aliases":["partying_face"]},{"emoji":"\u{1F6F3}\uFE0F","aliases":["passenger_ship"]},{"emoji":"\u{1F6C2}","aliases":["passport_control"]},{"emoji":"\u23F8\uFE0F","aliases":["pause_button"]},{"emoji":"\u262E\uFE0F","aliases":["peace_symbol"]},{"emoji":"\u{1F351}","aliases":["peach"]},{"emoji":"\u{1F99A}","aliases":["peacock"]},{"emoji":"\u{1F95C}","aliases":["peanuts"]},{"emoji":"\u{1F350}","aliases":["pear"]},{"emoji":"\u{1F58A}\uFE0F","aliases":["pen"]},{"emoji":"\u270F\uFE0F","aliases":["pencil2"]},{"emoji":"\u{1F427}","aliases":["penguin"]},{"emoji":"\u{1F614}","aliases":["pensive"]},{"emoji":"\u{1F9D1}\u200D\u{1F91D}\u200D\u{1F9D1}","aliases":["people_holding_hands"]},{"emoji":"\u{1F3AD}","aliases":["performing_arts"]},{"emoji":"\u{1F623}","aliases":["persevere"]},{"emoji":"\u{1F9D1}\u200D\u{1F9B2}","aliases":["person_bald"]},{"emoji":"\u{1F9D1}\u200D\u{1F9B1}","aliases":["person_curly_hair"]},{"emoji":"\u{1F93A}","aliases":["person_fencing"]},{"emoji":"\u{1F9D1}\u200D\u{1F9BD}","aliases":["person_in_manual_wheelchair"]},{"emoji":"\u{1F9D1}\u200D\u{1F9BC}","aliases":["person_in_motorized_wheelchair"]},{"emoji":"\u{1F935}","aliases":["person_in_tuxedo"]},{"emoji":"\u{1F9D1}\u200D\u{1F9B0}","aliases":["person_red_hair"]},{"emoji":"\u{1F9D1}\u200D\u{1F9B3}","aliases":["person_white_hair"]},{"emoji":"\u{1F9D1}\u200D\u{1F9AF}","aliases":["person_with_probing_cane"]},{"emoji":"\u{1F473}","aliases":["person_with_turban"]},{"emoji":"\u{1F470}","aliases":["person_with_veil"]},{"emoji":"\u{1F1F5}\u{1F1EA}","aliases":["peru"]},{"emoji":"\u{1F9EB}","aliases":["petri_dish"]},{"emoji":"\u{1F1F5}\u{1F1ED}","aliases":["philippines"]},{"emoji":"\u260E\uFE0F","aliases":["phone","telephone"]},{"emoji":"\u26CF\uFE0F","aliases":["pick"]},{"emoji":"\u{1F967}","aliases":["pie"]},{"emoji":"\u{1F437}","aliases":["pig"]},{"emoji":"\u{1F416}","aliases":["pig2"]},{"emoji":"\u{1F43D}","aliases":["pig_nose"]},{"emoji":"\u{1F48A}","aliases":["pill"]},{"emoji":"\u{1F9D1}\u200D\u2708\uFE0F","aliases":["pilot"]},{"emoji":"\u{1F90F}","aliases":["pinching_hand"]},{"emoji":"\u{1F34D}","aliases":["pineapple"]},{"emoji":"\u{1F3D3}","aliases":["ping_pong"]},{"emoji":"\u{1F3F4}\u200D\u2620\uFE0F","aliases":["pirate_flag"]},{"emoji":"\u2653","aliases":["pisces"]},{"emoji":"\u{1F1F5}\u{1F1F3}","aliases":["pitcairn_islands"]},{"emoji":"\u{1F355}","aliases":["pizza"]},{"emoji":"\u{1F6D0}","aliases":["place_of_worship"]},{"emoji":"\u{1F37D}\uFE0F","aliases":["plate_with_cutlery"]},{"emoji":"\u23EF\uFE0F","aliases":["play_or_pause_button"]},{"emoji":"\u{1F97A}","aliases":["pleading_face"]},{"emoji":"\u{1F447}","aliases":["point_down"]},{"emoji":"\u{1F448}","aliases":["point_left"]},{"emoji":"\u{1F449}","aliases":["point_right"]},{"emoji":"\u261D\uFE0F","aliases":["point_up"]},{"emoji":"\u{1F446}","aliases":["point_up_2"]},{"emoji":"\u{1F1F5}\u{1F1F1}","aliases":["poland"]},{"emoji":"\u{1F693}","aliases":["police_car"]},{"emoji":"\u{1F46E}","aliases":["police_officer","cop"]},{"emoji":"\u{1F46E}\u200D\u2642\uFE0F","aliases":["policeman"]},{"emoji":"\u{1F46E}\u200D\u2640\uFE0F","aliases":["policewoman"]},{"emoji":"\u{1F429}","aliases":["poodle"]},{"emoji":"\u{1F37F}","aliases":["popcorn"]},{"emoji":"\u{1F1F5}\u{1F1F9}","aliases":["portugal"]},{"emoji":"\u{1F3E3}","aliases":["post_office"]},{"emoji":"\u{1F4EF}","aliases":["postal_horn"]},{"emoji":"\u{1F4EE}","aliases":["postbox"]},{"emoji":"\u{1F6B0}","aliases":["potable_water"]},{"emoji":"\u{1F954}","aliases":["potato"]},{"emoji":"\u{1F45D}","aliases":["pouch"]},{"emoji":"\u{1F357}","aliases":["poultry_leg"]},{"emoji":"\u{1F4B7}","aliases":["pound"]},{"emoji":"\u{1F63E}","aliases":["pouting_cat"]},{"emoji":"\u{1F64E}","aliases":["pouting_face"]},{"emoji":"\u{1F64E}\u200D\u2642\uFE0F","aliases":["pouting_man"]},{"emoji":"\u{1F64E}\u200D\u2640\uFE0F","aliases":["pouting_woman"]},{"emoji":"\u{1F64F}","aliases":["pray"]},{"emoji":"\u{1F4FF}","aliases":["prayer_beads"]},{"emoji":"\u{1F930}","aliases":["pregnant_woman"]},{"emoji":"\u{1F968}","aliases":["pretzel"]},{"emoji":"\u23EE\uFE0F","aliases":["previous_track_button"]},{"emoji":"\u{1F934}","aliases":["prince"]},{"emoji":"\u{1F478}","aliases":["princess"]},{"emoji":"\u{1F5A8}\uFE0F","aliases":["printer"]},{"emoji":"\u{1F9AF}","aliases":["probing_cane"]},{"emoji":"\u{1F1F5}\u{1F1F7}","aliases":["puerto_rico"]},{"emoji":"\u{1F7E3}","aliases":["purple_circle"]},{"emoji":"\u{1F49C}","aliases":["purple_heart"]},{"emoji":"\u{1F7EA}","aliases":["purple_square"]},{"emoji":"\u{1F45B}","aliases":["purse"]},{"emoji":"\u{1F4CC}","aliases":["pushpin"]},{"emoji":"\u{1F6AE}","aliases":["put_litter_in_its_place"]},{"emoji":"\u{1F1F6}\u{1F1E6}","aliases":["qatar"]},{"emoji":"\u2753","aliases":["question"]},{"emoji":"\u{1F430}","aliases":["rabbit"]},{"emoji":"\u{1F407}","aliases":["rabbit2"]},{"emoji":"\u{1F99D}","aliases":["raccoon"]},{"emoji":"\u{1F40E}","aliases":["racehorse"]},{"emoji":"\u{1F3CE}\uFE0F","aliases":["racing_car"]},{"emoji":"\u{1F4FB}","aliases":["radio"]},{"emoji":"\u{1F518}","aliases":["radio_button"]},{"emoji":"\u2622\uFE0F","aliases":["radioactive"]},{"emoji":"\u{1F621}","aliases":["rage","pout"]},{"emoji":"\u{1F683}","aliases":["railway_car"]},{"emoji":"\u{1F6E4}\uFE0F","aliases":["railway_track"]},{"emoji":"\u{1F308}","aliases":["rainbow"]},{"emoji":"\u{1F3F3}\uFE0F\u200D\u{1F308}","aliases":["rainbow_flag"]},{"emoji":"\u{1F91A}","aliases":["raised_back_of_hand"]},{"emoji":"\u{1F928}","aliases":["raised_eyebrow"]},{"emoji":"\u{1F590}\uFE0F","aliases":["raised_hand_with_fingers_splayed"]},{"emoji":"\u{1F64C}","aliases":["raised_hands"]},{"emoji":"\u{1F64B}","aliases":["raising_hand"]},{"emoji":"\u{1F64B}\u200D\u2642\uFE0F","aliases":["raising_hand_man"]},{"emoji":"\u{1F64B}\u200D\u2640\uFE0F","aliases":["raising_hand_woman"]},{"emoji":"\u{1F40F}","aliases":["ram"]},{"emoji":"\u{1F35C}","aliases":["ramen"]},{"emoji":"\u{1F400}","aliases":["rat"]},{"emoji":"\u{1FA92}","aliases":["razor"]},{"emoji":"\u{1F9FE}","aliases":["receipt"]},{"emoji":"\u23FA\uFE0F","aliases":["record_button"]},{"emoji":"\u267B\uFE0F","aliases":["recycle"]},{"emoji":"\u{1F534}","aliases":["red_circle"]},{"emoji":"\u{1F9E7}","aliases":["red_envelope"]},{"emoji":"\u{1F468}\u200D\u{1F9B0}","aliases":["red_haired_man"]},{"emoji":"\u{1F469}\u200D\u{1F9B0}","aliases":["red_haired_woman"]},{"emoji":"\u{1F7E5}","aliases":["red_square"]},{"emoji":"\xAE\uFE0F","aliases":["registered"]},{"emoji":"\u263A\uFE0F","aliases":["relaxed"]},{"emoji":"\u{1F60C}","aliases":["relieved"]},{"emoji":"\u{1F397}\uFE0F","aliases":["reminder_ribbon"]},{"emoji":"\u{1F501}","aliases":["repeat"]},{"emoji":"\u{1F502}","aliases":["repeat_one"]},{"emoji":"\u26D1\uFE0F","aliases":["rescue_worker_helmet"]},{"emoji":"\u{1F6BB}","aliases":["restroom"]},{"emoji":"\u{1F1F7}\u{1F1EA}","aliases":["reunion"]},{"emoji":"\u{1F49E}","aliases":["revolving_hearts"]},{"emoji":"\u23EA","aliases":["rewind"]},{"emoji":"\u{1F98F}","aliases":["rhinoceros"]},{"emoji":"\u{1F380}","aliases":["ribbon"]},{"emoji":"\u{1F35A}","aliases":["rice"]},{"emoji":"\u{1F359}","aliases":["rice_ball"]},{"emoji":"\u{1F358}","aliases":["rice_cracker"]},{"emoji":"\u{1F391}","aliases":["rice_scene"]},{"emoji":"\u{1F5EF}\uFE0F","aliases":["right_anger_bubble"]},{"emoji":"\u{1F48D}","aliases":["ring"]},{"emoji":"\u{1FA90}","aliases":["ringed_planet"]},{"emoji":"\u{1F916}","aliases":["robot"]},{"emoji":"\u{1F680}","aliases":["rocket"]},{"emoji":"\u{1F923}","aliases":["rofl"]},{"emoji":"\u{1F644}","aliases":["roll_eyes"]},{"emoji":"\u{1F9FB}","aliases":["roll_of_paper"]},{"emoji":"\u{1F3A2}","aliases":["roller_coaster"]},{"emoji":"\u{1F1F7}\u{1F1F4}","aliases":["romania"]},{"emoji":"\u{1F413}","aliases":["rooster"]},{"emoji":"\u{1F339}","aliases":["rose"]},{"emoji":"\u{1F3F5}\uFE0F","aliases":["rosette"]},{"emoji":"\u{1F6A8}","aliases":["rotating_light"]},{"emoji":"\u{1F4CD}","aliases":["round_pushpin"]},{"emoji":"\u{1F6A3}","aliases":["rowboat"]},{"emoji":"\u{1F6A3}\u200D\u2642\uFE0F","aliases":["rowing_man"]},{"emoji":"\u{1F6A3}\u200D\u2640\uFE0F","aliases":["rowing_woman"]},{"emoji":"\u{1F1F7}\u{1F1FA}","aliases":["ru"]},{"emoji":"\u{1F3C9}","aliases":["rugby_football"]},{"emoji":"\u{1F3C3}","aliases":["runner","running"]},{"emoji":"\u{1F3C3}\u200D\u2642\uFE0F","aliases":["running_man"]},{"emoji":"\u{1F3BD}","aliases":["running_shirt_with_sash"]},{"emoji":"\u{1F3C3}\u200D\u2640\uFE0F","aliases":["running_woman"]},{"emoji":"\u{1F1F7}\u{1F1FC}","aliases":["rwanda"]},{"emoji":"\u{1F202}\uFE0F","aliases":["sa"]},{"emoji":"\u{1F9F7}","aliases":["safety_pin"]},{"emoji":"\u{1F9BA}","aliases":["safety_vest"]},{"emoji":"\u2650","aliases":["sagittarius"]},{"emoji":"\u{1F376}","aliases":["sake"]},{"emoji":"\u{1F9C2}","aliases":["salt"]},{"emoji":"\u{1F1FC}\u{1F1F8}","aliases":["samoa"]},{"emoji":"\u{1F1F8}\u{1F1F2}","aliases":["san_marino"]},{"emoji":"\u{1F461}","aliases":["sandal"]},{"emoji":"\u{1F96A}","aliases":["sandwich"]},{"emoji":"\u{1F385}","aliases":["santa"]},{"emoji":"\u{1F1F8}\u{1F1F9}","aliases":["sao_tome_principe"]},{"emoji":"\u{1F97B}","aliases":["sari"]},{"emoji":"\u{1F4E1}","aliases":["satellite"]},{"emoji":"\u{1F1F8}\u{1F1E6}","aliases":["saudi_arabia"]},{"emoji":"\u{1F9D6}\u200D\u2642\uFE0F","aliases":["sauna_man"]},{"emoji":"\u{1F9D6}","aliases":["sauna_person"]},{"emoji":"\u{1F9D6}\u200D\u2640\uFE0F","aliases":["sauna_woman"]},{"emoji":"\u{1F995}","aliases":["sauropod"]},{"emoji":"\u{1F3B7}","aliases":["saxophone"]},{"emoji":"\u{1F9E3}","aliases":["scarf"]},{"emoji":"\u{1F3EB}","aliases":["school"]},{"emoji":"\u{1F392}","aliases":["school_satchel"]},{"emoji":"\u{1F9D1}\u200D\u{1F52C}","aliases":["scientist"]},{"emoji":"\u2702\uFE0F","aliases":["scissors"]},{"emoji":"\u{1F982}","aliases":["scorpion"]},{"emoji":"\u264F","aliases":["scorpius"]},{"emoji":"\u{1F3F4}\u{E0067}\u{E0062}\u{E0073}\u{E0063}\u{E0074}\u{E007F}","aliases":["scotland"]},{"emoji":"\u{1F631}","aliases":["scream"]},{"emoji":"\u{1F640}","aliases":["scream_cat"]},{"emoji":"\u{1F4DC}","aliases":["scroll"]},{"emoji":"\u{1F4BA}","aliases":["seat"]},{"emoji":"\u3299\uFE0F","aliases":["secret"]},{"emoji":"\u{1F648}","aliases":["see_no_evil"]},{"emoji":"\u{1F331}","aliases":["seedling"]},{"emoji":"\u{1F933}","aliases":["selfie"]},{"emoji":"\u{1F1F8}\u{1F1F3}","aliases":["senegal"]},{"emoji":"\u{1F1F7}\u{1F1F8}","aliases":["serbia"]},{"emoji":"\u{1F415}\u200D\u{1F9BA}","aliases":["service_dog"]},{"emoji":"7\uFE0F\u20E3","aliases":["seven"]},{"emoji":"\u{1F1F8}\u{1F1E8}","aliases":["seychelles"]},{"emoji":"\u{1F958}","aliases":["shallow_pan_of_food"]},{"emoji":"\u2618\uFE0F","aliases":["shamrock"]},{"emoji":"\u{1F988}","aliases":["shark"]},{"emoji":"\u{1F367}","aliases":["shaved_ice"]},{"emoji":"\u{1F411}","aliases":["sheep"]},{"emoji":"\u{1F41A}","aliases":["shell"]},{"emoji":"\u{1F6E1}\uFE0F","aliases":["shield"]},{"emoji":"\u26E9\uFE0F","aliases":["shinto_shrine"]},{"emoji":"\u{1F6A2}","aliases":["ship"]},{"emoji":"\u{1F455}","aliases":["shirt","tshirt"]},{"emoji":"\u{1F6CD}\uFE0F","aliases":["shopping"]},{"emoji":"\u{1F6D2}","aliases":["shopping_cart"]},{"emoji":"\u{1FA73}","aliases":["shorts"]},{"emoji":"\u{1F6BF}","aliases":["shower"]},{"emoji":"\u{1F990}","aliases":["shrimp"]},{"emoji":"\u{1F937}","aliases":["shrug"]},{"emoji":"\u{1F92B}","aliases":["shushing_face"]},{"emoji":"\u{1F1F8}\u{1F1F1}","aliases":["sierra_leone"]},{"emoji":"\u{1F4F6}","aliases":["signal_strength"]},{"emoji":"\u{1F1F8}\u{1F1EC}","aliases":["singapore"]},{"emoji":"\u{1F9D1}\u200D\u{1F3A4}","aliases":["singer"]},{"emoji":"\u{1F1F8}\u{1F1FD}","aliases":["sint_maarten"]},{"emoji":"6\uFE0F\u20E3","aliases":["six"]},{"emoji":"\u{1F52F}","aliases":["six_pointed_star"]},{"emoji":"\u{1F6F9}","aliases":["skateboard"]},{"emoji":"\u{1F3BF}","aliases":["ski"]},{"emoji":"\u26F7\uFE0F","aliases":["skier"]},{"emoji":"\u{1F480}","aliases":["skull"]},{"emoji":"\u2620\uFE0F","aliases":["skull_and_crossbones"]},{"emoji":"\u{1F9A8}","aliases":["skunk"]},{"emoji":"\u{1F6F7}","aliases":["sled"]},{"emoji":"\u{1F634}","aliases":["sleeping"]},{"emoji":"\u{1F6CC}","aliases":["sleeping_bed"]},{"emoji":"\u{1F62A}","aliases":["sleepy"]},{"emoji":"\u{1F641}","aliases":["slightly_frowning_face"]},{"emoji":"\u{1F642}","aliases":["slightly_smiling_face"]},{"emoji":"\u{1F3B0}","aliases":["slot_machine"]},{"emoji":"\u{1F9A5}","aliases":["sloth"]},{"emoji":"\u{1F1F8}\u{1F1F0}","aliases":["slovakia"]},{"emoji":"\u{1F1F8}\u{1F1EE}","aliases":["slovenia"]},{"emoji":"\u{1F6E9}\uFE0F","aliases":["small_airplane"]},{"emoji":"\u{1F539}","aliases":["small_blue_diamond"]},{"emoji":"\u{1F538}","aliases":["small_orange_diamond"]},{"emoji":"\u{1F53A}","aliases":["small_red_triangle"]},{"emoji":"\u{1F53B}","aliases":["small_red_triangle_down"]},{"emoji":"\u{1F604}","aliases":["smile"]},{"emoji":"\u{1F638}","aliases":["smile_cat"]},{"emoji":"\u{1F603}","aliases":["smiley"]},{"emoji":"\u{1F63A}","aliases":["smiley_cat"]},{"emoji":"\u{1F970}","aliases":["smiling_face_with_three_hearts"]},{"emoji":"\u{1F608}","aliases":["smiling_imp"]},{"emoji":"\u{1F60F}","aliases":["smirk"]},{"emoji":"\u{1F63C}","aliases":["smirk_cat"]},{"emoji":"\u{1F6AC}","aliases":["smoking"]},{"emoji":"\u{1F40C}","aliases":["snail"]},{"emoji":"\u{1F40D}","aliases":["snake"]},{"emoji":"\u{1F927}","aliases":["sneezing_face"]},{"emoji":"\u{1F3C2}","aliases":["snowboarder"]},{"emoji":"\u2744\uFE0F","aliases":["snowflake"]},{"emoji":"\u26C4","aliases":["snowman"]},{"emoji":"\u2603\uFE0F","aliases":["snowman_with_snow"]},{"emoji":"\u{1F9FC}","aliases":["soap"]},{"emoji":"\u{1F62D}","aliases":["sob"]},{"emoji":"\u26BD","aliases":["soccer"]},{"emoji":"\u{1F9E6}","aliases":["socks"]},{"emoji":"\u{1F94E}","aliases":["softball"]},{"emoji":"\u{1F1F8}\u{1F1E7}","aliases":["solomon_islands"]},{"emoji":"\u{1F1F8}\u{1F1F4}","aliases":["somalia"]},{"emoji":"\u{1F51C}","aliases":["soon"]},{"emoji":"\u{1F198}","aliases":["sos"]},{"emoji":"\u{1F509}","aliases":["sound"]},{"emoji":"\u{1F1FF}\u{1F1E6}","aliases":["south_africa"]},{"emoji":"\u{1F1EC}\u{1F1F8}","aliases":["south_georgia_south_sandwich_islands"]},{"emoji":"\u{1F1F8}\u{1F1F8}","aliases":["south_sudan"]},{"emoji":"\u{1F47E}","aliases":["space_invader"]},{"emoji":"\u2660\uFE0F","aliases":["spades"]},{"emoji":"\u{1F35D}","aliases":["spaghetti"]},{"emoji":"\u2747\uFE0F","aliases":["sparkle"]},{"emoji":"\u{1F387}","aliases":["sparkler"]},{"emoji":"\u2728","aliases":["sparkles"]},{"emoji":"\u{1F496}","aliases":["sparkling_heart"]},{"emoji":"\u{1F64A}","aliases":["speak_no_evil"]},{"emoji":"\u{1F508}","aliases":["speaker"]},{"emoji":"\u{1F5E3}\uFE0F","aliases":["speaking_head"]},{"emoji":"\u{1F4AC}","aliases":["speech_balloon"]},{"emoji":"\u{1F6A4}","aliases":["speedboat"]},{"emoji":"\u{1F577}\uFE0F","aliases":["spider"]},{"emoji":"\u{1F578}\uFE0F","aliases":["spider_web"]},{"emoji":"\u{1F5D3}\uFE0F","aliases":["spiral_calendar"]},{"emoji":"\u{1F5D2}\uFE0F","aliases":["spiral_notepad"]},{"emoji":"\u{1F9FD}","aliases":["sponge"]},{"emoji":"\u{1F944}","aliases":["spoon"]},{"emoji":"\u{1F991}","aliases":["squid"]},{"emoji":"\u{1F1F1}\u{1F1F0}","aliases":["sri_lanka"]},{"emoji":"\u{1F1E7}\u{1F1F1}","aliases":["st_barthelemy"]},{"emoji":"\u{1F1F8}\u{1F1ED}","aliases":["st_helena"]},{"emoji":"\u{1F1F0}\u{1F1F3}","aliases":["st_kitts_nevis"]},{"emoji":"\u{1F1F1}\u{1F1E8}","aliases":["st_lucia"]},{"emoji":"\u{1F1F2}\u{1F1EB}","aliases":["st_martin"]},{"emoji":"\u{1F1F5}\u{1F1F2}","aliases":["st_pierre_miquelon"]},{"emoji":"\u{1F1FB}\u{1F1E8}","aliases":["st_vincent_grenadines"]},{"emoji":"\u{1F3DF}\uFE0F","aliases":["stadium"]},{"emoji":"\u{1F9CD}\u200D\u2642\uFE0F","aliases":["standing_man"]},{"emoji":"\u{1F9CD}","aliases":["standing_person"]},{"emoji":"\u{1F9CD}\u200D\u2640\uFE0F","aliases":["standing_woman"]},{"emoji":"\u2B50","aliases":["star"]},{"emoji":"\u{1F31F}","aliases":["star2"]},{"emoji":"\u262A\uFE0F","aliases":["star_and_crescent"]},{"emoji":"\u2721\uFE0F","aliases":["star_of_david"]},{"emoji":"\u{1F929}","aliases":["star_struck"]},{"emoji":"\u{1F320}","aliases":["stars"]},{"emoji":"\u{1F689}","aliases":["station"]},{"emoji":"\u{1F5FD}","aliases":["statue_of_liberty"]},{"emoji":"\u{1F682}","aliases":["steam_locomotive"]},{"emoji":"\u{1FA7A}","aliases":["stethoscope"]},{"emoji":"\u{1F372}","aliases":["stew"]},{"emoji":"\u23F9\uFE0F","aliases":["stop_button"]},{"emoji":"\u{1F6D1}","aliases":["stop_sign"]},{"emoji":"\u23F1\uFE0F","aliases":["stopwatch"]},{"emoji":"\u{1F4CF}","aliases":["straight_ruler"]},{"emoji":"\u{1F353}","aliases":["strawberry"]},{"emoji":"\u{1F61B}","aliases":["stuck_out_tongue"]},{"emoji":"\u{1F61D}","aliases":["stuck_out_tongue_closed_eyes"]},{"emoji":"\u{1F61C}","aliases":["stuck_out_tongue_winking_eye"]},{"emoji":"\u{1F9D1}\u200D\u{1F393}","aliases":["student"]},{"emoji":"\u{1F399}\uFE0F","aliases":["studio_microphone"]},{"emoji":"\u{1F959}","aliases":["stuffed_flatbread"]},{"emoji":"\u{1F1F8}\u{1F1E9}","aliases":["sudan"]},{"emoji":"\u{1F325}\uFE0F","aliases":["sun_behind_large_cloud"]},{"emoji":"\u{1F326}\uFE0F","aliases":["sun_behind_rain_cloud"]},{"emoji":"\u{1F324}\uFE0F","aliases":["sun_behind_small_cloud"]},{"emoji":"\u{1F31E}","aliases":["sun_with_face"]},{"emoji":"\u{1F33B}","aliases":["sunflower"]},{"emoji":"\u{1F60E}","aliases":["sunglasses"]},{"emoji":"\u2600\uFE0F","aliases":["sunny"]},{"emoji":"\u{1F305}","aliases":["sunrise"]},{"emoji":"\u{1F304}","aliases":["sunrise_over_mountains"]},{"emoji":"\u{1F9B8}","aliases":["superhero"]},{"emoji":"\u{1F9B8}\u200D\u2642\uFE0F","aliases":["superhero_man"]},{"emoji":"\u{1F9B8}\u200D\u2640\uFE0F","aliases":["superhero_woman"]},{"emoji":"\u{1F9B9}","aliases":["supervillain"]},{"emoji":"\u{1F9B9}\u200D\u2642\uFE0F","aliases":["supervillain_man"]},{"emoji":"\u{1F9B9}\u200D\u2640\uFE0F","aliases":["supervillain_woman"]},{"emoji":"\u{1F3C4}","aliases":["surfer"]},{"emoji":"\u{1F3C4}\u200D\u2642\uFE0F","aliases":["surfing_man"]},{"emoji":"\u{1F3C4}\u200D\u2640\uFE0F","aliases":["surfing_woman"]},{"emoji":"\u{1F1F8}\u{1F1F7}","aliases":["suriname"]},{"emoji":"\u{1F363}","aliases":["sushi"]},{"emoji":"\u{1F69F}","aliases":["suspension_railway"]},{"emoji":"\u{1F1F8}\u{1F1EF}","aliases":["svalbard_jan_mayen"]},{"emoji":"\u{1F9A2}","aliases":["swan"]},{"emoji":"\u{1F1F8}\u{1F1FF}","aliases":["swaziland"]},{"emoji":"\u{1F613}","aliases":["sweat"]},{"emoji":"\u{1F4A6}","aliases":["sweat_drops"]},{"emoji":"\u{1F605}","aliases":["sweat_smile"]},{"emoji":"\u{1F1F8}\u{1F1EA}","aliases":["sweden"]},{"emoji":"\u{1F360}","aliases":["sweet_potato"]},{"emoji":"\u{1FA72}","aliases":["swim_brief"]},{"emoji":"\u{1F3CA}","aliases":["swimmer"]},{"emoji":"\u{1F3CA}\u200D\u2642\uFE0F","aliases":["swimming_man"]},{"emoji":"\u{1F3CA}\u200D\u2640\uFE0F","aliases":["swimming_woman"]},{"emoji":"\u{1F1E8}\u{1F1ED}","aliases":["switzerland"]},{"emoji":"\u{1F523}","aliases":["symbols"]},{"emoji":"\u{1F54D}","aliases":["synagogue"]},{"emoji":"\u{1F1F8}\u{1F1FE}","aliases":["syria"]},{"emoji":"\u{1F489}","aliases":["syringe"]},{"emoji":"\u{1F996}","aliases":["t-rex"]},{"emoji":"\u{1F32E}","aliases":["taco"]},{"emoji":"\u{1F389}","aliases":["tada","hooray"]},{"emoji":"\u{1F1F9}\u{1F1FC}","aliases":["taiwan"]},{"emoji":"\u{1F1F9}\u{1F1EF}","aliases":["tajikistan"]},{"emoji":"\u{1F961}","aliases":["takeout_box"]},{"emoji":"\u{1F38B}","aliases":["tanabata_tree"]},{"emoji":"\u{1F34A}","aliases":["tangerine","orange","mandarin"]},{"emoji":"\u{1F1F9}\u{1F1FF}","aliases":["tanzania"]},{"emoji":"\u2649","aliases":["taurus"]},{"emoji":"\u{1F695}","aliases":["taxi"]},{"emoji":"\u{1F375}","aliases":["tea"]},{"emoji":"\u{1F9D1}\u200D\u{1F3EB}","aliases":["teacher"]},{"emoji":"\u{1F9D1}\u200D\u{1F4BB}","aliases":["technologist"]},{"emoji":"\u{1F9F8}","aliases":["teddy_bear"]},{"emoji":"\u{1F4DE}","aliases":["telephone_receiver"]},{"emoji":"\u{1F52D}","aliases":["telescope"]},{"emoji":"\u{1F3BE}","aliases":["tennis"]},{"emoji":"\u26FA","aliases":["tent"]},{"emoji":"\u{1F9EA}","aliases":["test_tube"]},{"emoji":"\u{1F1F9}\u{1F1ED}","aliases":["thailand"]},{"emoji":"\u{1F321}\uFE0F","aliases":["thermometer"]},{"emoji":"\u{1F914}","aliases":["thinking"]},{"emoji":"\u{1F4AD}","aliases":["thought_balloon"]},{"emoji":"\u{1F9F5}","aliases":["thread"]},{"emoji":"3\uFE0F\u20E3","aliases":["three"]},{"emoji":"\u{1F3AB}","aliases":["ticket"]},{"emoji":"\u{1F39F}\uFE0F","aliases":["tickets"]},{"emoji":"\u{1F42F}","aliases":["tiger"]},{"emoji":"\u{1F405}","aliases":["tiger2"]},{"emoji":"\u23F2\uFE0F","aliases":["timer_clock"]},{"emoji":"\u{1F1F9}\u{1F1F1}","aliases":["timor_leste"]},{"emoji":"\u{1F481}\u200D\u2642\uFE0F","aliases":["tipping_hand_man","sassy_man"]},{"emoji":"\u{1F481}","aliases":["tipping_hand_person","information_desk_person"]},{"emoji":"\u{1F481}\u200D\u2640\uFE0F","aliases":["tipping_hand_woman","sassy_woman"]},{"emoji":"\u{1F62B}","aliases":["tired_face"]},{"emoji":"\u2122\uFE0F","aliases":["tm"]},{"emoji":"\u{1F1F9}\u{1F1EC}","aliases":["togo"]},{"emoji":"\u{1F6BD}","aliases":["toilet"]},{"emoji":"\u{1F1F9}\u{1F1F0}","aliases":["tokelau"]},{"emoji":"\u{1F5FC}","aliases":["tokyo_tower"]},{"emoji":"\u{1F345}","aliases":["tomato"]},{"emoji":"\u{1F1F9}\u{1F1F4}","aliases":["tonga"]},{"emoji":"\u{1F445}","aliases":["tongue"]},{"emoji":"\u{1F9F0}","aliases":["toolbox"]},{"emoji":"\u{1F9B7}","aliases":["tooth"]},{"emoji":"\u{1F51D}","aliases":["top"]},{"emoji":"\u{1F3A9}","aliases":["tophat"]},{"emoji":"\u{1F32A}\uFE0F","aliases":["tornado"]},{"emoji":"\u{1F1F9}\u{1F1F7}","aliases":["tr"]},{"emoji":"\u{1F5B2}\uFE0F","aliases":["trackball"]},{"emoji":"\u{1F69C}","aliases":["tractor"]},{"emoji":"\u{1F6A5}","aliases":["traffic_light"]},{"emoji":"\u{1F68B}","aliases":["train"]},{"emoji":"\u{1F686}","aliases":["train2"]},{"emoji":"\u{1F68A}","aliases":["tram"]},{"emoji":"\u{1F6A9}","aliases":["triangular_flag_on_post"]},{"emoji":"\u{1F4D0}","aliases":["triangular_ruler"]},{"emoji":"\u{1F531}","aliases":["trident"]},{"emoji":"\u{1F1F9}\u{1F1F9}","aliases":["trinidad_tobago"]},{"emoji":"\u{1F1F9}\u{1F1E6}","aliases":["tristan_da_cunha"]},{"emoji":"\u{1F624}","aliases":["triumph"]},{"emoji":"\u{1F68E}","aliases":["trolleybus"]},{"emoji":"\u{1F3C6}","aliases":["trophy"]},{"emoji":"\u{1F379}","aliases":["tropical_drink"]},{"emoji":"\u{1F420}","aliases":["tropical_fish"]},{"emoji":"\u{1F69A}","aliases":["truck"]},{"emoji":"\u{1F3BA}","aliases":["trumpet"]},{"emoji":"\u{1F337}","aliases":["tulip"]},{"emoji":"\u{1F943}","aliases":["tumbler_glass"]},{"emoji":"\u{1F1F9}\u{1F1F3}","aliases":["tunisia"]},{"emoji":"\u{1F983}","aliases":["turkey"]},{"emoji":"\u{1F1F9}\u{1F1F2}","aliases":["turkmenistan"]},{"emoji":"\u{1F1F9}\u{1F1E8}","aliases":["turks_caicos_islands"]},{"emoji":"\u{1F422}","aliases":["turtle"]},{"emoji":"\u{1F1F9}\u{1F1FB}","aliases":["tuvalu"]},{"emoji":"\u{1F4FA}","aliases":["tv"]},{"emoji":"\u{1F500}","aliases":["twisted_rightwards_arrows"]},{"emoji":"2\uFE0F\u20E3","aliases":["two"]},{"emoji":"\u{1F495}","aliases":["two_hearts"]},{"emoji":"\u{1F46C}","aliases":["two_men_holding_hands"]},{"emoji":"\u{1F46D}","aliases":["two_women_holding_hands"]},{"emoji":"\u{1F239}","aliases":["u5272"]},{"emoji":"\u{1F234}","aliases":["u5408"]},{"emoji":"\u{1F23A}","aliases":["u55b6"]},{"emoji":"\u{1F22F}","aliases":["u6307"]},{"emoji":"\u{1F237}\uFE0F","aliases":["u6708"]},{"emoji":"\u{1F236}","aliases":["u6709"]},{"emoji":"\u{1F235}","aliases":["u6e80"]},{"emoji":"\u{1F21A}","aliases":["u7121"]},{"emoji":"\u{1F238}","aliases":["u7533"]},{"emoji":"\u{1F232}","aliases":["u7981"]},{"emoji":"\u{1F233}","aliases":["u7a7a"]},{"emoji":"\u{1F1FA}\u{1F1EC}","aliases":["uganda"]},{"emoji":"\u{1F1FA}\u{1F1E6}","aliases":["ukraine"]},{"emoji":"\u2614","aliases":["umbrella"]},{"emoji":"\u{1F612}","aliases":["unamused"]},{"emoji":"\u{1F51E}","aliases":["underage"]},{"emoji":"\u{1F984}","aliases":["unicorn"]},{"emoji":"\u{1F1E6}\u{1F1EA}","aliases":["united_arab_emirates"]},{"emoji":"\u{1F1FA}\u{1F1F3}","aliases":["united_nations"]},{"emoji":"\u{1F513}","aliases":["unlock"]},{"emoji":"\u{1F199}","aliases":["up"]},{"emoji":"\u{1F643}","aliases":["upside_down_face"]},{"emoji":"\u{1F1FA}\u{1F1FE}","aliases":["uruguay"]},{"emoji":"\u{1F1FA}\u{1F1F8}","aliases":["us"]},{"emoji":"\u{1F1FA}\u{1F1F2}","aliases":["us_outlying_islands"]},{"emoji":"\u{1F1FB}\u{1F1EE}","aliases":["us_virgin_islands"]},{"emoji":"\u{1F1FA}\u{1F1FF}","aliases":["uzbekistan"]},{"emoji":"\u270C\uFE0F","aliases":["v"]},{"emoji":"\u{1F9DB}","aliases":["vampire"]},{"emoji":"\u{1F9DB}\u200D\u2642\uFE0F","aliases":["vampire_man"]},{"emoji":"\u{1F9DB}\u200D\u2640\uFE0F","aliases":["vampire_woman"]},{"emoji":"\u{1F1FB}\u{1F1FA}","aliases":["vanuatu"]},{"emoji":"\u{1F1FB}\u{1F1E6}","aliases":["vatican_city"]},{"emoji":"\u{1F1FB}\u{1F1EA}","aliases":["venezuela"]},{"emoji":"\u{1F6A6}","aliases":["vertical_traffic_light"]},{"emoji":"\u{1F4FC}","aliases":["vhs"]},{"emoji":"\u{1F4F3}","aliases":["vibration_mode"]},{"emoji":"\u{1F4F9}","aliases":["video_camera"]},{"emoji":"\u{1F3AE}","aliases":["video_game"]},{"emoji":"\u{1F1FB}\u{1F1F3}","aliases":["vietnam"]},{"emoji":"\u{1F3BB}","aliases":["violin"]},{"emoji":"\u264D","aliases":["virgo"]},{"emoji":"\u{1F30B}","aliases":["volcano"]},{"emoji":"\u{1F3D0}","aliases":["volleyball"]},{"emoji":"\u{1F92E}","aliases":["vomiting_face"]},{"emoji":"\u{1F19A}","aliases":["vs"]},{"emoji":"\u{1F596}","aliases":["vulcan_salute"]},{"emoji":"\u{1F9C7}","aliases":["waffle"]},{"emoji":"\u{1F3F4}\u{E0067}\u{E0062}\u{E0077}\u{E006C}\u{E0073}\u{E007F}","aliases":["wales"]},{"emoji":"\u{1F6B6}","aliases":["walking"]},{"emoji":"\u{1F6B6}\u200D\u2642\uFE0F","aliases":["walking_man"]},{"emoji":"\u{1F6B6}\u200D\u2640\uFE0F","aliases":["walking_woman"]},{"emoji":"\u{1F1FC}\u{1F1EB}","aliases":["wallis_futuna"]},{"emoji":"\u{1F318}","aliases":["waning_crescent_moon"]},{"emoji":"\u{1F316}","aliases":["waning_gibbous_moon"]},{"emoji":"\u26A0\uFE0F","aliases":["warning"]},{"emoji":"\u{1F5D1}\uFE0F","aliases":["wastebasket"]},{"emoji":"\u231A","aliases":["watch"]},{"emoji":"\u{1F403}","aliases":["water_buffalo"]},{"emoji":"\u{1F93D}","aliases":["water_polo"]},{"emoji":"\u{1F349}","aliases":["watermelon"]},{"emoji":"\u{1F44B}","aliases":["wave"]},{"emoji":"\u3030\uFE0F","aliases":["wavy_dash"]},{"emoji":"\u{1F312}","aliases":["waxing_crescent_moon"]},{"emoji":"\u{1F6BE}","aliases":["wc"]},{"emoji":"\u{1F629}","aliases":["weary"]},{"emoji":"\u{1F492}","aliases":["wedding"]},{"emoji":"\u{1F3CB}\uFE0F","aliases":["weight_lifting"]},{"emoji":"\u{1F3CB}\uFE0F\u200D\u2642\uFE0F","aliases":["weight_lifting_man"]},{"emoji":"\u{1F3CB}\uFE0F\u200D\u2640\uFE0F","aliases":["weight_lifting_woman"]},{"emoji":"\u{1F1EA}\u{1F1ED}","aliases":["western_sahara"]},{"emoji":"\u{1F433}","aliases":["whale"]},{"emoji":"\u{1F40B}","aliases":["whale2"]},{"emoji":"\u2638\uFE0F","aliases":["wheel_of_dharma"]},{"emoji":"\u267F","aliases":["wheelchair"]},{"emoji":"\u2705","aliases":["white_check_mark"]},{"emoji":"\u26AA","aliases":["white_circle"]},{"emoji":"\u{1F3F3}\uFE0F","aliases":["white_flag"]},{"emoji":"\u{1F4AE}","aliases":["white_flower"]},{"emoji":"\u{1F468}\u200D\u{1F9B3}","aliases":["white_haired_man"]},{"emoji":"\u{1F469}\u200D\u{1F9B3}","aliases":["white_haired_woman"]},{"emoji":"\u{1F90D}","aliases":["white_heart"]},{"emoji":"\u2B1C","aliases":["white_large_square"]},{"emoji":"\u25FD","aliases":["white_medium_small_square"]},{"emoji":"\u25FB\uFE0F","aliases":["white_medium_square"]},{"emoji":"\u25AB\uFE0F","aliases":["white_small_square"]},{"emoji":"\u{1F533}","aliases":["white_square_button"]},{"emoji":"\u{1F940}","aliases":["wilted_flower"]},{"emoji":"\u{1F390}","aliases":["wind_chime"]},{"emoji":"\u{1F32C}\uFE0F","aliases":["wind_face"]},{"emoji":"\u{1F377}","aliases":["wine_glass"]},{"emoji":"\u{1F609}","aliases":["wink"]},{"emoji":"\u{1F43A}","aliases":["wolf"]},{"emoji":"\u{1F469}","aliases":["woman"]},{"emoji":"\u{1F469}\u200D\u{1F3A8}","aliases":["woman_artist"]},{"emoji":"\u{1F469}\u200D\u{1F680}","aliases":["woman_astronaut"]},{"emoji":"\u{1F938}\u200D\u2640\uFE0F","aliases":["woman_cartwheeling"]},{"emoji":"\u{1F469}\u200D\u{1F373}","aliases":["woman_cook"]},{"emoji":"\u{1F483}","aliases":["woman_dancing","dancer"]},{"emoji":"\u{1F926}\u200D\u2640\uFE0F","aliases":["woman_facepalming"]},{"emoji":"\u{1F469}\u200D\u{1F3ED}","aliases":["woman_factory_worker"]},{"emoji":"\u{1F469}\u200D\u{1F33E}","aliases":["woman_farmer"]},{"emoji":"\u{1F469}\u200D\u{1F692}","aliases":["woman_firefighter"]},{"emoji":"\u{1F469}\u200D\u2695\uFE0F","aliases":["woman_health_worker"]},{"emoji":"\u{1F469}\u200D\u{1F9BD}","aliases":["woman_in_manual_wheelchair"]},{"emoji":"\u{1F469}\u200D\u{1F9BC}","aliases":["woman_in_motorized_wheelchair"]},{"emoji":"\u{1F469}\u200D\u2696\uFE0F","aliases":["woman_judge"]},{"emoji":"\u{1F939}\u200D\u2640\uFE0F","aliases":["woman_juggling"]},{"emoji":"\u{1F469}\u200D\u{1F527}","aliases":["woman_mechanic"]},{"emoji":"\u{1F469}\u200D\u{1F4BC}","aliases":["woman_office_worker"]},{"emoji":"\u{1F469}\u200D\u2708\uFE0F","aliases":["woman_pilot"]},{"emoji":"\u{1F93E}\u200D\u2640\uFE0F","aliases":["woman_playing_handball"]},{"emoji":"\u{1F93D}\u200D\u2640\uFE0F","aliases":["woman_playing_water_polo"]},{"emoji":"\u{1F469}\u200D\u{1F52C}","aliases":["woman_scientist"]},{"emoji":"\u{1F937}\u200D\u2640\uFE0F","aliases":["woman_shrugging"]},{"emoji":"\u{1F469}\u200D\u{1F3A4}","aliases":["woman_singer"]},{"emoji":"\u{1F469}\u200D\u{1F393}","aliases":["woman_student"]},{"emoji":"\u{1F469}\u200D\u{1F3EB}","aliases":["woman_teacher"]},{"emoji":"\u{1F469}\u200D\u{1F4BB}","aliases":["woman_technologist"]},{"emoji":"\u{1F9D5}","aliases":["woman_with_headscarf"]},{"emoji":"\u{1F469}\u200D\u{1F9AF}","aliases":["woman_with_probing_cane"]},{"emoji":"\u{1F473}\u200D\u2640\uFE0F","aliases":["woman_with_turban"]},{"emoji":"\u{1F45A}","aliases":["womans_clothes"]},{"emoji":"\u{1F452}","aliases":["womans_hat"]},{"emoji":"\u{1F93C}\u200D\u2640\uFE0F","aliases":["women_wrestling"]},{"emoji":"\u{1F6BA}","aliases":["womens"]},{"emoji":"\u{1F974}","aliases":["woozy_face"]},{"emoji":"\u{1F5FA}\uFE0F","aliases":["world_map"]},{"emoji":"\u{1F61F}","aliases":["worried"]},{"emoji":"\u{1F527}","aliases":["wrench"]},{"emoji":"\u{1F93C}","aliases":["wrestling"]},{"emoji":"\u270D\uFE0F","aliases":["writing_hand"]},{"emoji":"\u274C","aliases":["x"]},{"emoji":"\u{1F9F6}","aliases":["yarn"]},{"emoji":"\u{1F971}","aliases":["yawning_face"]},{"emoji":"\u{1F7E1}","aliases":["yellow_circle"]},{"emoji":"\u{1F49B}","aliases":["yellow_heart"]},{"emoji":"\u{1F7E8}","aliases":["yellow_square"]},{"emoji":"\u{1F1FE}\u{1F1EA}","aliases":["yemen"]},{"emoji":"\u{1F4B4}","aliases":["yen"]},{"emoji":"\u262F\uFE0F","aliases":["yin_yang"]},{"emoji":"\u{1FA80}","aliases":["yo_yo"]},{"emoji":"\u{1F60B}","aliases":["yum"]},{"emoji":"\u{1F1FF}\u{1F1F2}","aliases":["zambia"]},{"emoji":"\u{1F92A}","aliases":["zany_face"]},{"emoji":"\u26A1","aliases":["zap"]},{"emoji":"\u{1F993}","aliases":["zebra"]},{"emoji":"0\uFE0F\u20E3","aliases":["zero"]},{"emoji":"\u{1F1FF}\u{1F1FC}","aliases":["zimbabwe"]},{"emoji":"\u{1F910}","aliases":["zipper_mouth_face"]},{"emoji":"\u{1F9DF}","aliases":["zombie"]},{"emoji":"\u{1F9DF}\u200D\u2642\uFE0F","aliases":["zombie_man"]},{"emoji":"\u{1F9DF}\u200D\u2640\uFE0F","aliases":["zombie_woman"]},{"emoji":"\u{1F4A4}","aliases":["zzz"]}]'),lh=Object.defineProperty,Sc=Object.getOwnPropertySymbols,ch=Object.prototype.hasOwnProperty,uh=Object.prototype.propertyIsEnumerable,Tc=(e,t,i)=>t in e?lh(e,t,{enumerable:!0,configurable:!0,writable:!0,value:i}):e[t]=i,fh=(e,t)=>{for(var i in t||(t={}))ch.call(t,i)&&Tc(e,i,t[i]);if(Sc)for(var i of Sc(t))uh.call(t,i)&&Tc(e,i,t[i]);return e};const{AssetUrlPrefix:dh}=window.config,{CustomEmojis:Ac}=window.config,xs=fh({},Ac);for(const{emoji:e,aliases:t}of sh)for(const i of t||[])xs[i]=e;const Ec=Object.keys(xs).sort((e,t)=>e==="+1"||e==="-1"?-1:t==="+1"||t==="-1"?1:e.localeCompare(t)),kc={};for(const e of Ec)kc[e]=xs[e];function ph(e){let t;return Object.prototype.hasOwnProperty.call(Ac,e)?t=`<img alt=":${e}:" src="${dh}/img/emoji/${e}.png">`:t=$c(e),`<span class="emoji" title=":${e}:">${t}</span>`}function $c(e){return kc[e]||`:${e}:`}var hh=(e,t,i)=>new Promise((n,a)=>{var u=P=>{try{R(i.next(P))}catch(ee){a(ee)}},x=P=>{try{R(i.throw(P))}catch(ee){a(ee)}},R=P=>P.done?n(P.value):Promise.resolve(P.value).then(u,x);R((i=i.apply(e,t)).next())});function mh({mentions:e,emoji:t}){const i=[];return e&&i.push({trigger:":",requireLeadingSpace:!0,values:(n,a)=>{const u=[];for(const x of Ec)if(x.includes(n)&&(u.push(x),u.length>5))break;a(u)},lookup:n=>n,selectTemplate:n=>typeof n=="undefined"?null:$c(n.original),menuItemTemplate:n=>`<div class="tribute-item">${ph(n.original)}<span>${n.original}</span></div>`}),t&&i.push({values:window.config.tributeValues,requireLeadingSpace:!0,menuItemTemplate:n=>`
|
|
<div class="tribute-item">
|
|
<img src="${n.original.avatar}"/>
|
|
<span class="name">${n.original.name}</span>
|
|
${n.original.fullname&&n.original.fullname!==""?`<span class="fullname">${n.original.fullname}</span>`:""}
|
|
</div>
|
|
`}),i}function La(e){return hh(this,arguments,function*(t,{mentions:i,emoji:n}={}){if(!window.config.Tribute||!t)return;const a=Array.from("length"in t?t:[t]);if(!a.length)return;const u=a.filter(fe=>i||fe.id==="content"),x=a.filter(fe=>n||fe.id==="content"||fe.classList.contains("emoji-input")),R=B([...u,...x]);if(!R.length)return;const{default:P}=yield le.e("tribute").then(le.t.bind(le,"./node_modules/tributejs/dist/tribute.min.js",19)),ee=mh({mentions:i||u.length>0,emoji:n||x.length>0}),ge=new P({collection:ee,noMatchTemplate:""});for(const fe of R)ge.attach(fe);return ge})}var gh=(e,t,i)=>new Promise((n,a)=>{var u=P=>{try{R(i.next(P))}catch(ee){a(ee)}},x=P=>{try{R(i.throw(P))}catch(ee){a(ee)}},R=P=>P.done?n(P.value):Promise.resolve(P.value).then(u,x);R((i=i.apply(e,t)).next())});function vh(e){return gh(this,null,function*(){!e||!e.length||(yield Promise.all([le.e("minicolors").then(le.t.bind(le,"./node_modules/@claviska/jquery-minicolors/jquery.minicolors.js",19)),le.e("minicolors").then(le.bind(le,"./node_modules/@claviska/jquery-minicolors/jquery.minicolors.css"))]),e.minicolors())})}var bh=(e,t,i)=>new Promise((n,a)=>{var u=P=>{try{R(i.next(P))}catch(ee){a(ee)}},x=P=>{try{R(i.throw(P))}catch(ee){a(ee)}},R=P=>P.done?n(P.value):Promise.resolve(P.value).then(u,x);R((i=i.apply(e,t)).next())});function Oc(e,t){return bh(this,null,function*(){const[{Dropzone:i}]=yield Promise.all([le.e("dropzone").then(le.t.bind(le,"./node_modules/dropzone/dist/dropzone.js",19)),le.e("dropzone").then(le.bind(le,"./node_modules/dropzone/dist/dropzone.css"))]);return i.autoDiscover=!1,new i(e,t)})}var Dc=(e,t,i)=>new Promise((n,a)=>{var u=P=>{try{R(i.next(P))}catch(ee){a(ee)}},x=P=>{try{R(i.throw(P))}catch(ee){a(ee)}},R=P=>P.done?n(P.value):Promise.resolve(P.value).then(u,x);R((i=i.apply(e,t)).next())});const yh="[data-clipboard-target], [data-clipboard-text]";function wh(e){!e.dataset.content||($(e).popup("destroy"),e.dataset.content=e.dataset.success,$(e).popup("show"),e.dataset.content=e.dataset.original)}function jh(e){!e.dataset.content||($(e).popup("destroy"),e.dataset.content=e.dataset.error,$(e).popup("show"),e.dataset.content=e.dataset.original)}function Cs(){return Dc(this,null,function*(){for(const e of document.querySelectorAll(yh)||[])e.addEventListener("click",()=>Dc(this,null,function*(){var t;let i;if(e.dataset.clipboardText?i=e.dataset.clipboardText:e.dataset.clipboardTarget&&(i=(t=document.querySelector(e.dataset.clipboardTarget))==null?void 0:t.value),!!i)try{yield navigator.clipboard.writeText(i),wh(e)}catch(n){jh(e)}}))})}var Pc=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",[e.loading?i("div",{staticClass:"ui active centered inline loader"}):e._e(),e._v(" "),!e.loading&&e.issue!==null?i("div",[i("p",[i("small",[e._v(e._s(e.issue.repository.full_name)+" on "+e._s(e.createdAt))])]),e._v(" "),i("p",[i("svg-icon",{class:[e.color],attrs:{name:e.icon}}),e._v(" "),i("strong",[e._v(e._s(e.issue.title))]),e._v(" #"+e._s(e.issue.number))],1),e._v(" "),i("p",[e._v(e._s(e.body))]),e._v(" "),i("div",e._l(e.labels,function(n){return i("div",{key:n.name,staticClass:"ui label",style:{color:n.textColor,backgroundColor:n.color}},[e._v(`
|
|
`+e._s(n.name)+`
|
|
`)])}),0)]):e._e()])},_h=[];Pc._withStripped=!0;var xh=le("./public/img/svg/octicon-chevron-down.svg"),Ch=le("./public/img/svg/octicon-chevron-right.svg"),Sh=le("./public/img/svg/octicon-git-merge.svg"),Th=le("./public/img/svg/octicon-git-pull-request.svg"),Ah=le("./public/img/svg/octicon-issue-closed.svg"),Eh=le("./public/img/svg/octicon-issue-opened.svg"),kh=le("./public/img/svg/octicon-kebab-horizontal.svg"),$h=le("./public/img/svg/octicon-link.svg"),Oh=le("./public/img/svg/octicon-lock.svg"),Dh=le("./public/img/svg/octicon-milestone.svg"),Ph=le("./public/img/svg/octicon-mirror.svg"),Rh=le("./public/img/svg/octicon-project.svg"),Ih=le("./public/img/svg/octicon-repo.svg"),Nh=le("./public/img/svg/octicon-repo-forked.svg"),Lh=le("./public/img/svg/octicon-repo-template.svg");const So={"octicon-chevron-down":xh,"octicon-chevron-right":Ch,"octicon-git-merge":Sh,"octicon-git-pull-request":Th,"octicon-issue-closed":Ah,"octicon-issue-opened":Eh,"octicon-kebab-horizontal":kh,"octicon-link":$h,"octicon-lock":Oh,"octicon-milestone":Dh,"octicon-mirror":Ph,"octicon-project":Rh,"octicon-repo":Ih,"octicon-repo-forked":Nh,"octicon-repo-template":Lh},Fh=new DOMParser,Mh=new XMLSerializer;function Fa(e,t=16,i=""){if(!(e in So))return"";if(t===16&&!i)return So[e];const a=Fh.parseFromString(So[e],"image/svg+xml").firstChild;return t!==16&&a.setAttribute("width",String(t)),t!==16&&a.setAttribute("height",String(t)),i&&a.classList.add(...i.split(/\s+/)),Mh.serializeToString(a)}const Hh=zn.component("SvgIcon",{props:{name:{type:String,required:!0},size:{type:Number,default:16},className:{type:String,default:""}},computed:{svg(){return Fa(this.name,this.size,this.className)}},template:'<span v-html="svg" />'}),{AppSubUrl:zh}=window.config;var Uh={name:"ContextPopup",components:{SvgIcon:Hh},data:()=>({loading:!1,issue:null}),computed:{createdAt(){return new Date(this.issue.created_at).toLocaleDateString(void 0,{year:"numeric",month:"short",day:"numeric"})},body(){const e=this.issue.body.replace(/\n+/g," ");return e.length>85?`${e.substring(0,85)}\u2026`:e},icon(){return this.issue.pull_request!==null?this.issue.state==="open"?"octicon-git-pull-request":this.issue.pull_request.merged===!0?"octicon-git-merge":"octicon-git-pull-request":this.issue.state==="open"?"octicon-issue-opened":"octicon-issue-closed"},color(){return this.issue.state==="open"?"green":this.issue.pull_request!==null&&this.issue.pull_request.merged===!0?"purple":"red"},labels(){return this.issue.labels.map(e=>{const t=parseInt(e.color.substring(0,2),16),i=parseInt(e.color.substring(2,4),16),n=parseInt(e.color.substring(4,6),16);let a="#ffffff";return t*.299+i*.587+n*.114>125&&(a="#000000"),{name:e.name,color:`#${e.color}`,textColor:a}})}},mounted(){this.$root.$on("load-context-popup",(e,t)=>{!this.loading&&this.issue===null&&this.load(e,t)})},methods:{load(e,t){this.loading=!0,$.get(`${zh}/api/v1/repos/${e.owner}/${e.repo}/issues/${e.index}`,i=>{this.issue=i,this.loading=!1,this.$nextTick(()=>{t&&t()})})}}},Bh=Uh,Rc=_s(Bh,Pc,_h,!1,null,null,null);if(!1)var Zg;Rc.options.__file="web_src/js/components/ContextPopup.vue";var Wh=Rc.exports;function Vh(){const e=$(".ref-issue");!e.length||e.each(function(){const[t,i,n,a]=$(this).attr("href").replace(/[#?].*$/,"").split("/").reverse(),u=document.createElement("div");u.className="ui custom popup hidden",u.innerHTML="<div></div>",this.parentNode.insertBefore(u,this.nextSibling);const x=zn.extend({render:P=>P(Wh)}),R=new x;try{R.$mount(u.firstChild)}catch(P){console.error(P),u.textContent="ContextPopup failed to load"}$(this).popup({variation:"wide",delay:{show:250},onShow:()=>{R.$emit("load-context-popup",{owner:a,repo:n,index:t},()=>{$(this).popup("reposition")})},popup:$(u)})})}var Ic=(e,t,i)=>new Promise((n,a)=>{var u=P=>{try{R(i.next(P))}catch(ee){a(ee)}},x=P=>{try{R(i.throw(P))}catch(ee){a(ee)}},R=P=>P.done?n(P.value):Promise.resolve(P.value).then(u,x);R((i=i.apply(e,t)).next())});function qh(){return Ic(this,null,function*(){if(!document.getElementById("git-graph-container"))return;$("#flow-color-monochrome").on("click",()=>{$("#flow-color-monochrome").addClass("active"),$("#flow-color-colored").removeClass("active"),$("#git-graph-container").removeClass("colored").addClass("monochrome");const u=new URLSearchParams(window.location.search);u.set("mode","monochrome");const x=u.toString();x?window.history.replaceState({},"",`?${x}`):window.history.replaceState({},"",window.location.pathname),$(".pagination a").each((R,P)=>{const ee=$(P).attr("href");if(!ee)return;const ge=new URL(ee,window.location),fe=ge.searchParams;fe.set("mode","monochrome"),ge.search=`?${fe.toString()}`,$(P).attr("href",ge.href)})}),$("#flow-color-colored").on("click",()=>{$("#flow-color-colored").addClass("active"),$("#flow-color-monochrome").removeClass("active"),$("#git-graph-container").addClass("colored").removeClass("monochrome"),$(".pagination a").each((R,P)=>{const ee=$(P).attr("href");if(!ee)return;const ge=new URL(ee,window.location),fe=ge.searchParams;fe.delete("mode"),ge.search=`?${fe.toString()}`,$(P).attr("href",ge.href)});const u=new URLSearchParams(window.location.search);u.delete("mode");const x=u.toString();x?window.history.replaceState({},"",`?${x}`):window.history.replaceState({},"",window.location.pathname)});const t=new URL(window.location),i=t.searchParams,n=()=>Ic(this,null,function*(){const u=i.toString(),x=new URL(t);x.searchParams.set("div-only","true"),window.history.replaceState({},"",u?`?${u}`:window.location.pathname),$("#pagination").empty(),$("#rel-container").addClass("hide"),$("#rev-container").addClass("hide"),$("#loading-indicator").removeClass("hide");const R=$(yield $.ajax(String(x)));$("#pagination").html(R.find("#pagination").html()),$("#rel-container").html(R.find("#rel-container").html()),$("#rev-container").html(R.find("#rev-container").html()),$("#loading-indicator").addClass("hide"),$("#rel-container").removeClass("hide"),$("#rev-container").removeClass("hide")}),a=i.getAll("branch");i.has("hide-pr-refs")&&i.get("hide-pr-refs")==="true"&&a.splice(0,0,"...flow-hide-pr-refs"),$("#flow-select-refs-dropdown").dropdown("set selected",a),$("#flow-select-refs-dropdown").dropdown({clearable:!0,fullTextSeach:"exact",onRemove(u){if(u==="...flow-hide-pr-refs")i.delete("hide-pr-refs");else{const x=i.getAll("branch");i.delete("branch");for(const R of x)R!==u&&i.append("branch",R)}n()},onAdd(u){u==="...flow-hide-pr-refs"?i.set("hide-pr-refs",!0):i.append("branch",u),n()}}),$("#git-graph-container").on("mouseenter","#rev-list li",u=>{const x=$(u.currentTarget).data("flow");x!==0&&($(`#flow-${x}`).addClass("highlight"),$(u.currentTarget).addClass("hover"),$(`#rev-list li[data-flow='${x}']`).addClass("highlight"))}),$("#git-graph-container").on("mouseleave","#rev-list li",u=>{const x=$(u.currentTarget).data("flow");x!==0&&($(`#flow-${x}`).removeClass("highlight"),$(u.currentTarget).removeClass("hover"),$(`#rev-list li[data-flow='${x}']`).removeClass("highlight"))}),$("#git-graph-container").on("mouseenter","#rel-container .flow-group",u=>{$(u.currentTarget).addClass("highlight");const x=$(u.currentTarget).data("flow");$(`#rev-list li[data-flow='${x}']`).addClass("highlight")}),$("#git-graph-container").on("mouseleave","#rel-container .flow-group",u=>{$(u.currentTarget).removeClass("highlight");const x=$(u.currentTarget).data("flow");$(`#rev-list li[data-flow='${x}']`).removeClass("highlight")}),$("#git-graph-container").on("mouseenter","#rel-container .flow-commit",u=>{const x=$(u.currentTarget).data("rev");$(`#rev-list li#commit-${x}`).addClass("hover")}),$("#git-graph-container").on("mouseleave","#rel-container .flow-commit",u=>{const x=$(u.currentTarget).data("rev");$(`#rev-list li#commit-${x}`).removeClass("hover")})})}var Nc=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{attrs:{id:"user-heatmap"}},[i("div",{staticClass:"total-contributions"},[e._v(`
|
|
`+e._s(e.sum)+` contributions in the last 12 months
|
|
`)]),e._v(" "),i("calendar-heatmap",{attrs:{locale:e.locale,"no-data-text":e.locale.no_contributions,"tooltip-unit":e.locale.contributions,"end-date":e.endDate,values:e.values,"range-color":e.colorRange},on:{"day-click":function(n){return e.handleDayClick(n)}}})],1)},Gh=[];Nc._withStripped=!0;var Kh=le("./node_modules/vue-calendar-heatmap/dist/vue-calendar-heatmap.common.js"),Xh={name:"ActivityHeatmap",components:{CalendarHeatmap:Kh.CalendarHeatmap},props:{values:{type:Array,default:()=>[]}},data:()=>({colorRange:["var(--color-secondary-alpha-70)","var(--color-primary-light-4)","var(--color-primary-light-2)","var(--color-primary)","var(--color-primary-dark-2)","var(--color-primary-dark-4)"],endDate:new Date,locale:{contributions:"contributions",no_contributions:"No contributions"}}),computed:{sum(){let e=0;for(let t=0;t<this.values.length;t++)e+=this.values[t].count;return e}},methods:{handleDayClick(e){const t=new URLSearchParams(document.location.search),i=t.get("date"),n=new Date(e.date-e.date.getTimezoneOffset()*6e4).toISOString().substring(0,10);i&&i===n?t.delete("date"):t.set("date",n);const a=t.toString();window.location.search=a.length?`?${a}`:""}}},Qh=Xh,Lc=_s(Qh,Nc,Gh,!1,null,"4638f316",null);if(!1)var ev;Lc.options.__file="web_src/js/components/ActivityHeatmap.vue";var Yh=Lc.exports,Jh=(e,t,i)=>new Promise((n,a)=>{var u=P=>{try{R(i.next(P))}catch(ee){a(ee)}},x=P=>{try{R(i.throw(P))}catch(ee){a(ee)}},R=P=>P.done?n(P.value):Promise.resolve(P.value).then(u,x);R((i=i.apply(e,t)).next())});function Zh(){return Jh(this,null,function*(){const e=document.getElementById("user-heatmap");if(!!e)try{const t={};JSON.parse(e.dataset.heatmapData).forEach(({contributions:a,timestamp:u})=>{const x=new Date(u*1e3).toDateString();t[x]=(t[x]||0)+a});const i=Object.keys(t).map(a=>({date:new Date(a),count:t[a]})),n=zn.extend({render:a=>a(Yh,{props:{values:i}})});new n().$mount(e)}catch(t){console.error(t),e.textContent="Heatmap failed to load"}})}var em=(e,t,i)=>new Promise((n,a)=>{var u=P=>{try{R(i.next(P))}catch(ee){a(ee)}},x=P=>{try{R(i.throw(P))}catch(ee){a(ee)}},R=P=>P.done?n(P.value):Promise.resolve(P.value).then(u,x);R((i=i.apply(e,t)).next())});function tm(e,t){const i=300,n=99999,a=e.rootElement,u=a.width.baseVal,x=a.height.baseVal;if(u.unitType===SVGLength.SVG_LENGTHTYPE_PERCENTAGE||x.unitType===SVGLength.SVG_LENGTHTYPE_PERCENTAGE){const R=new Image;if(R.src=t,R.width>1&&R.width<n&&R.height>1&&R.height<n)return{width:R.width,height:R.height};if(a.hasAttribute("viewBox")){const P=a.viewBox.baseVal;return{width:i,height:i*P.width/P.height}}return{width:i,height:i}}}function im(){return em(this,null,function*(){function e(t,i){const n={width:t&&t.width||0,height:t&&t.height||0},a={width:i&&i.width||0,height:i&&i.height||0},u={width:Math.max(a.width,n.width),height:Math.max(a.height,n.height)};return{image1:$(t),image2:$(i),size1:n,size2:a,max:u,ratio:[Math.floor(u.width-n.width)/2,Math.floor(u.height-n.height)/2,Math.floor(u.width-a.width)/2,Math.floor(u.height-a.height)/2]}}$(".image-diff").each(function(){const t=$(this),i=t.width()-300,n=t.data("path-after"),a=t.data("path-before"),u=[{loaded:!1,path:n,$image:t.find("img.image-after"),$boundsInfo:t.find(".bounds-info-after")},{loaded:!1,path:a,$image:t.find("img.image-before"),$boundsInfo:t.find(".bounds-info-before")}];for(const fe of u)fe.$image.length>0?$.ajax({url:fe.path,success:(ze,ct,vt)=>{if(fe.$image.on("load",()=>{fe.loaded=!0,x()}),fe.$image.attr("src",fe.path),vt.getResponseHeader("Content-Type")==="image/svg+xml"){const ft=tm(ze,fe.path);ft&&(fe.$image.attr("width",ft.width),fe.$image.attr("height",ft.height),fe.$boundsInfo.hide())}}}):(fe.loaded=!0,x());function x(){u[0].loaded&&u[1].loaded&&R(u[0].$image,u[1].$image)}function R(fe,ze){P(e(fe[0],ze[0])),fe.length>0&&ze.length>0&&(ee(e(fe[1],ze[1])),ge(e(fe[2],ze[2]))),t.find("> .loader").hide(),t.find("> .hide").removeClass("hide")}function P(fe){let ze=1;fe.max.width>(i-24)/2&&(ze=(i-24)/2/fe.max.width);const ct=fe.image1.length!==0&&fe.image2.length!==0&&fe.image1[0].naturalWidth!==fe.image2[0].naturalWidth,vt=fe.image1.length!==0&&fe.image2.length!==0&&fe.image1[0].naturalHeight!==fe.image2[0].naturalHeight;fe.image1.length!==0&&(t.find(".bounds-info-after .bounds-info-width").text(`${fe.image1[0].naturalWidth}px`).addClass(ct?"green":""),t.find(".bounds-info-after .bounds-info-height").text(`${fe.image1[0].naturalHeight}px`).addClass(vt?"green":"")),fe.image2.length!==0&&(t.find(".bounds-info-before .bounds-info-width").text(`${fe.image2[0].naturalWidth}px`).addClass(ct?"red":""),t.find(".bounds-info-before .bounds-info-height").text(`${fe.image2[0].naturalHeight}px`).addClass(vt?"red":"")),fe.image1.css({width:fe.size1.width*ze,height:fe.size1.height*ze}),fe.image1.parent().css({margin:`${fe.ratio[1]*ze+15}px ${fe.ratio[0]*ze}px ${fe.ratio[1]*ze}px`,width:fe.size1.width*ze+2,height:fe.size1.height*ze+2}),fe.image2.css({width:fe.size2.width*ze,height:fe.size2.height*ze}),fe.image2.parent().css({margin:`${fe.ratio[3]*ze}px ${fe.ratio[2]*ze}px`,width:fe.size2.width*ze+2,height:fe.size2.height*ze+2})}function ee(fe){let ze=1;fe.max.width>i-12&&(ze=(i-12)/fe.max.width),fe.image1.css({width:fe.size1.width*ze,height:fe.size1.height*ze}),fe.image1.parent().css({margin:`0px ${fe.ratio[0]*ze}px`,width:fe.size1.width*ze+2,height:fe.size1.height*ze+2}),fe.image1.parent().parent().css({padding:`${fe.ratio[1]*ze}px 0 0 0`,width:fe.max.width*ze+2}),fe.image2.css({width:fe.size2.width*ze,height:fe.size2.height*ze}),fe.image2.parent().css({margin:`${fe.ratio[3]*ze}px ${fe.ratio[2]*ze}px`,width:fe.size2.width*ze+2,height:fe.size2.height*ze+2}),fe.image2.parent().parent().css({width:fe.max.width*ze+2,height:fe.max.height*ze+2}),t.find(".diff-swipe").css({width:fe.max.width*ze+2,height:fe.max.height*ze+4}),t.find(".swipe-bar").on("mousedown",function(ct){ct.preventDefault();const vt=$(this),ft=vt.parent(),Rt=ft.width()-vt.width()-2;$(document).on("mousemove.diff-swipe",Ut=>{Ut.preventDefault();const Ai=Math.max(0,Math.min(Ut.clientX-ft.offset().left,Rt));vt.css({left:Ai}),t.find(".swipe-container").css({width:ft.width()-Ai}),$(document).on("mouseup.diff-swipe",()=>{$(document).off(".diff-swipe")})})})}function ge(fe){let ze=1;fe.max.width>i-12&&(ze=(i-12)/fe.max.width),fe.image1.css({width:fe.size1.width*ze,height:fe.size1.height*ze}),fe.image2.css({width:fe.size2.width*ze,height:fe.size2.height*ze}),fe.image1.parent().css({margin:`${fe.ratio[1]*ze}px ${fe.ratio[0]*ze}px`,width:fe.size1.width*ze+2,height:fe.size1.height*ze+2}),fe.image2.parent().css({margin:`${fe.ratio[3]*ze}px ${fe.ratio[2]*ze}px`,width:fe.size2.width*ze+2,height:fe.size2.height*ze+2}),fe.image2.parent().parent().css({width:fe.max.width*ze+2,height:fe.max.height*ze+2}),t.find(".onion-skin").css({width:fe.max.width*ze+2,height:fe.max.height*ze+4});const ct=t.find("input[type='range'"),vt=()=>fe.image1.parent().css({opacity:ct.val()/100});ct.on("input",vt),vt()}})})}const Fc=$("#service_type"),Mc=$("#auth_username"),Hc=$("#auth_password"),zc=$("#auth_token"),Uc=$("#mirror"),Bc=$("#lfs"),nm=$("#lfs_settings"),Wc=$("#lfs_endpoint"),To=$("#migrate_items").find("input[type=checkbox]");function rm(){am(),Vc(),Mc.on("keyup",()=>{Ya(!1)}),Hc.on("keyup",()=>{Ya(!1)}),zc.on("keyup",()=>{Ya(!0)}),Uc.on("change",()=>{Ya(!0)}),$("#lfs_settings_show").on("click",()=>(Wc.show(),!1)),Bc.on("change",Vc);const e=$("#clone_addr");e.on("change",()=>{const t=$("#repo_name");e.val().length>0&&t.val().length===0&&t.val(e.val().match(/^(.*\/)?((.+?)(\.git)?)$/)[3])})}function am(){const e=Fc.val();Ya(e!==1)}function Ya(e){let t;if(e?t=zc.val()!=="":t=Mc.val()!==""||Hc.val()!=="",t&&Fc.val()>1){if(Uc.is(":checked")){To.not('[name="wiki"]').attr("disabled",!0),To.filter('[name="wiki"]').attr("disabled",!1);return}To.attr("disabled",!1)}else To.attr("disabled",!0)}function Vc(){const e=Bc.is(":checked");nm.toggle(e),Wc.hide()}var qc=(e,t,i)=>new Promise((n,a)=>{var u=P=>{try{R(i.next(P))}catch(ee){a(ee)}},x=P=>{try{R(i.throw(P))}catch(ee){a(ee)}},R=P=>P.done?n(P.value):Promise.resolve(P.value).then(u,x);R((i=i.apply(e,t)).next())});const{csrf:Ma,PageIsProjects:om}=window.config;function sm(){return qc(this,null,function*(){if(!om)return;const{Sortable:e}=yield le.e("sortable").then(le.bind(le,"./node_modules/sortablejs/modular/sortable.esm.js")),t=document.getElementsByClassName("board-column");new e(document.getElementsByClassName("board")[0],{group:"board-column",draggable:".board-column",animation:150,ghostClass:"card-ghost",onSort:()=>{document.getElementsByClassName("board")[0].getElementsByClassName("board-column").forEach((a,u)=>{parseInt($(a).data("sorting"))!==u&&$.ajax({url:$(a).data("url"),data:JSON.stringify({sorting:u}),headers:{"X-Csrf-Token":Ma,"X-Remote":!0},contentType:"application/json",method:"PUT"})})}});for(const i of t)new e(i.getElementsByClassName("board")[0],{group:"shared",animation:150,ghostClass:"card-ghost",onAdd:n=>{$.ajax(`${n.to.dataset.url}/${n.item.dataset.issue}`,{headers:{"X-Csrf-Token":Ma,"X-Remote":!0},contentType:"application/json",type:"POST",error:()=>{n.from.insertBefore(n.item,n.from.children[n.oldIndex])}})}});$(".edit-project-board").each(function(){const i=$(this).closest(".board-column-header").find(".board-label"),n=$(this).find(".content > .form > .field > .project-board-title");$(this).find(".content > .form > .actions > .red").on("click",function(a){a.preventDefault(),$.ajax({url:$(this).data("url"),data:JSON.stringify({title:n.val()}),headers:{"X-Csrf-Token":Ma,"X-Remote":!0},contentType:"application/json",method:"PUT"}).done(()=>{i.text(n.val()),n.closest("form").removeClass("dirty"),$(".ui.modal").modal("hide")})})}),$(document).on("click",".set-default-project-board",function(i){return qc(this,null,function*(){i.preventDefault(),yield $.ajax({method:"POST",url:$(this).data("url"),headers:{"X-Csrf-Token":Ma,"X-Remote":!0},contentType:"application/json"}),window.location.reload()})}),$(".delete-project-board").each(function(){$(this).click(function(i){i.preventDefault(),$.ajax({url:$(this).data("url"),headers:{"X-Csrf-Token":Ma,"X-Remote":!0},contentType:"application/json",method:"DELETE"}).done(()=>{window.location.reload()})})}),$("#new_board_submit").click(function(i){i.preventDefault();const n=$("#new_board");$.ajax({url:$(this).data("url"),data:JSON.stringify({title:n.val()}),headers:{"X-Csrf-Token":Ma,"X-Remote":!0},contentType:"application/json",method:"POST"}).done(()=>{n.closest("form").removeClass("dirty"),window.location.reload()})})})}var Ja=(e,t,i)=>new Promise((n,a)=>{var u=P=>{try{R(i.next(P))}catch(ee){a(ee)}},x=P=>{try{R(i.throw(P))}catch(ee){a(ee)}},R=P=>P.done?n(P.value):Promise.resolve(P.value).then(u,x);R((i=i.apply(e,t)).next())});const{UseServiceWorker:lm,AssetUrlPrefix:cm,AppVer:um}=window.config,fm="static-cache-v",Gc=p(cm,"serviceworker.js");function Kc(){return Ja(this,null,function*(){for(const e of yield navigator.serviceWorker.getRegistrations())e.active&&(yield e.unregister())})}function dm(){return Ja(this,null,function*(){var e;for(const t of yield navigator.serviceWorker.getRegistrations())(((e=t.active)==null?void 0:e.scriptURL)||"").endsWith(Gc)||(yield t.unregister())})}function Ss(){return Ja(this,null,function*(){for(const e of yield caches.keys())e.startsWith(fm)&&caches.delete(e)})}function pm(){return Ja(this,null,function*(){const e=um,t=localStorage.getItem("staticCacheKey");e&&t!==e&&(yield Ss(),localStorage.setItem("staticCacheKey",e))})}function hm(){return Ja(this,null,function*(){if("serviceWorker"in navigator)if(lm){yield dm();try{yield pm(),yield navigator.serviceWorker.register(Gc)}catch(e){console.error(e),yield Ss(),yield Kc()}}else yield Ss(),yield Kc()})}function mm(){for(const e of document.querySelectorAll("th[data-sortt-asc]")||[]){const{sorttAsc:t,sorttDesc:i,sorttDefault:n}=e.dataset;e.addEventListener("click",()=>{gm(t,i,n)})}}function gm(e,t,i){if(!e)return!1;t||(t="");const n=new URL(window.location);let a=n.searchParams.get("sort");!a&&i&&(a=e),n.searchParams.set("sort",a!==e?e:t),window.location.replace(n.href)}var vm=Object.defineProperty,Ao=Object.getOwnPropertySymbols,Xc=Object.prototype.hasOwnProperty,Qc=Object.prototype.propertyIsEnumerable,Yc=(e,t,i)=>t in e?vm(e,t,{enumerable:!0,configurable:!0,writable:!0,value:i}):e[t]=i,Eo=(e,t)=>{for(var i in t||(t={}))Xc.call(t,i)&&Yc(e,i,t[i]);if(Ao)for(var i of Ao(t))Qc.call(t,i)&&Yc(e,i,t[i]);return e},bm=(e,t)=>{var i={};for(var n in e)Xc.call(e,n)&&t.indexOf(n)<0&&(i[n]=e[n]);if(e!=null&&Ao)for(var n of Ao(e))t.indexOf(n)<0&&Qc.call(e,n)&&(i[n]=e[n]);return i},Jc=(e,t,i)=>new Promise((n,a)=>{var u=P=>{try{R(i.next(P))}catch(ee){a(ee)}},x=P=>{try{R(i.throw(P))}catch(ee){a(ee)}},R=P=>P.done?n(P.value):Promise.resolve(P.value).then(u,x);R((i=i.apply(e,t)).next())});const Zc={},eu={},ym={fontFamily:"var(--fonts-monospace)",fontSize:14,links:!1,minimap:{enabled:!1},occurrencesHighlight:!1,overviewRulerLanes:0,renderIndentGuides:!1,renderLineHighlight:"all",renderLineHighlightOnlyWhenFocus:!0,renderWhitespace:"none",rulers:!1,scrollbar:{horizontalScrollbarSize:6,verticalScrollbarSize:6},scrollBeyondLastLine:!1};function wm(e){try{return JSON.parse(e.dataset.editorconfig)}catch(t){return null}}function jm(e){for(const{filenames:t,extensions:i,id:n}of e.languages.getLanguages()){for(const a of t||[])Zc[a]=n;for(const a of i||[])eu[a]=n}}function tu(e){return Zc[e]||eu[h(e)]||"plaintext"}function _m(e,t,i,n){t.updateOptions(nu(i,n));const a=t.getModel(),u=a.getModeId(),x=tu(i);u!==x&&e.editor.setModelLanguage(a,x)}function xm(e){window.codeEditors||(window.codeEditors=[]),window.codeEditors.includes(e)||window.codeEditors.push(e)}function iu(e,t,i){return Jc(this,null,function*(){const n=yield le.e("monaco").then(le.t.bind(le,"include-loader!./node_modules/monaco-editor/esm/vs/editor/editor.main.js",19));jm(n);let a=i,{language:u}=a,x=bm(a,["language"]);u||(u=tu(t));const R=document.createElement("div");R.className="monaco-editor-container",e.parentNode.appendChild(R);const P=window.getComputedStyle(document.documentElement),ee=ct=>P.getPropertyValue(ct).trim();n.editor.defineTheme("gitea",{base:F()?"vs-dark":"vs",inherit:!0,rules:[{background:ee("--color-code-bg")}],colors:{"editor.background":ee("--color-code-bg"),"editor.foreground":ee("--color-text"),"editor.inactiveSelectionBackground":ee("--color-primary-light-4"),"editor.lineHighlightBackground":ee("--color-editor-line-highlight"),"editor.selectionBackground":ee("--color-primary-light-3"),"editor.selectionForeground":ee("--color-primary-light-3"),"editorLineNumber.background":ee("--color-code-bg"),"editorLineNumber.foreground":ee("--color-secondary-dark-6"),"editorWidget.background":ee("--color-body"),"editorWidget.border":ee("--color-secondary"),"input.background":ee("--color-input-background"),"input.border":ee("--color-input-border"),"input.foreground":ee("--color-input-text"),"scrollbar.shadow":ee("--color-shadow"),"progressBar.background":ee("--color-primary")}});const ge=n.editor.create(R,Eo({value:e.value,theme:"gitea",language:u},x));ge.getModel().onDidChangeContent(()=>{e.value=ge.getValue(),e.dispatchEvent(new Event("change"))}),window.addEventListener("resize",()=>{ge.layout()}),xm(ge);const ze=document.querySelector(".editor-loading");return ze&&ze.remove(),{monaco:n,editor:ge}})}function nu(e,t){return{wordWrap:(t||[]).includes(h(e))?"on":"off"}}function Cm(e,t,i){return Jc(this,null,function*(){const n=o(t.value),a=document.querySelector("a[data-tab=preview]"),u=(e.dataset.markdownFileExts||"").split(","),x=(e.dataset.lineWrapExtensions||"").split(","),R=u.includes(h(n)),P=wm(t);a&&(R&&(i||[]).includes("markdown")?(a.dataset.url=a.dataset.url.replace(/(.*)\/.*/i,"$1/markdown"),a.style.display=""):a.style.display="none");const{monaco:ee,editor:ge}=yield iu(e,n,Eo(Eo(Eo({},ym),nu(t.value,x)),Sm(P)));return t.addEventListener("keyup",()=>{const fe=t.value;_m(ee,ge,fe,x)}),ge})}function Sm(e){if(!N(e))return{};const t={};return t.detectIndentation=!("indent_style"in e)||!("indent_size"in e),"indent_size"in e&&(t.indentSize=Number(e.indent_size)),"tab_width"in e&&(t.tabSize=Number(e.tab_width)||t.indentSize),"max_line_length"in e&&(t.rulers=[Number(e.max_line_length)]),t.trimAutoWhitespace=e.trim_trailing_whitespace===!0,t.insertSpaces=e.indent_style==="space",t.useTabStops=e.indent_style==="tab",t}const Tm=".markup h1, .markup h2, .markup h3, .markup h4, .markup h5, .markup h6";function ru(){if(document.querySelector(":target")||!window.location.hash||window.location.hash.length<=1)return;const e=decodeURIComponent(window.location.hash.substring(1)),t=document.getElementById(`user-content-${e}`);if(t)t.scrollIntoView();else if(e.startsWith("user-content-")){const i=document.getElementById(e);i&&i.scrollIntoView()}}function Am(){if(!!document.querySelector(".markup")){for(const e of document.querySelectorAll(Tm)){const t=e.id.replace(/^user-content-/,""),i=document.createElement("a");i.classList.add("anchor"),i.setAttribute("href",`#${encodeURIComponent(t)}`),i.innerHTML=Fa("octicon-link"),e.prepend(i)}ru(),window.addEventListener("hashchange",ru)}}var da=(e,t,i)=>new Promise((n,a)=>{var u=P=>{try{R(i.next(P))}catch(ee){a(ee)}},x=P=>{try{R(i.throw(P))}catch(ee){a(ee)}},R=P=>P.done?n(P.value):Promise.resolve(P.value).then(u,x);R((i=i.apply(e,t)).next())});const{AppSubUrl:ko,csrf:au,NotificationSettings:Aa}=window.config;let $o=0;function Ts(){$("#notification_table .button").on("click",function(){return da(this,null,function*(){const e=yield Om($(this).data("url"),$(this).data("status"),$(this).data("page"),$(this).data("q"),$(this).data("notification-id"));return $(e).data("sequence-number")===$o&&($("#notification_div").replaceWith(e),Ts()),yield su(),!1})})}function Em(e){return da(this,null,function*(){try{const t=JSON.parse(e.data),i=document.querySelector(".notification_count");t.Count>0?i.classList.remove("hidden"):i.classList.add("hidden"),i.textContent=`${t.Count}`,yield ou()}catch(t){console.error(t,e)}})}function km(){return da(this,null,function*(){const e=$(".notification_count");if(!e.length)return;if(Aa.EventSourceUpdateTime>0&&!!window.EventSource&&window.SharedWorker){const i=new SharedWorker(`${le.p}js/eventsource.sharedworker.js`,"notification-worker");i.addEventListener("error",n=>{console.error(n)}),i.port.onmessageerror=()=>{console.error("Unable to deserialize message")},i.port.postMessage({type:"start",url:`${window.location.origin}${ko}/user/events`}),i.port.addEventListener("message",n=>{if(!n.data||!n.data.type){console.error(n);return}if(n.data.type==="notification-count")Em(n.data);else if(n.data.type==="error")console.error(n.data);else if(n.data.type==="logout"){if(n.data.data!=="here")return;i.port.postMessage({type:"close"}),i.port.close(),window.location.href=ko}else n.data.type==="close"&&(i.port.postMessage({type:"close"}),i.port.close())}),i.port.addEventListener("error",n=>{console.error(n)}),i.port.start(),window.addEventListener("beforeunload",()=>{i.port.postMessage({type:"close"}),i.port.close()});return}if(Aa.MinTimeout<=0)return;const t=(i,n)=>{setTimeout(()=>da(this,null,function*(){yield $m(t,i,n)}),i)};t(Aa.MinTimeout,e.text())})}function $m(e,t,i){return da(this,null,function*(){const n=$(".notification_count").text();if(i!==n){e(Aa.MinTimeout,n);return}const a=yield su();let u=!1;i!==a?(u=!0,t=Aa.MinTimeout):t<Aa.MaxTimeout&&(t+=Aa.TimeoutStep),e(t,a),u&&(yield ou())})}function ou(){return da(this,null,function*(){const e=$("#notification_div");if(e.length>0){const t=yield $.ajax({type:"GET",url:`${ko}/notifications?${e.data("params")}`,data:{"div-only":!0,"sequence-number":++$o}});$(t).data("sequence-number")===$o&&(e.replaceWith(t),Ts())}})}function su(){return da(this,null,function*(){const e=yield $.ajax({type:"GET",url:`${ko}/api/v1/notifications/new`,headers:{"X-Csrf-Token":au}}),t=$(".notification_count");return e.new===0?t.addClass("hidden"):t.removeClass("hidden"),t.text(`${e.new}`),`${e.new}`})}function Om(e,t,i,n,a){return da(this,null,function*(){return t!=="pinned"&&$(`#notification_${a}`).remove(),$.ajax({type:"POST",url:e,data:{_csrf:au,notification_id:a,status:t,page:i,q:n,noredirect:!0,"sequence-number":++$o}})})}var lu=le("./node_modules/pretty-ms/index.js"),Ha=(e,t,i)=>new Promise((n,a)=>{var u=P=>{try{R(i.next(P))}catch(ee){a(ee)}},x=P=>{try{R(i.throw(P))}catch(ee){a(ee)}},R=P=>P.done?n(P.value):Promise.resolve(P.value).then(u,x);R((i=i.apply(e,t)).next())});const{AppSubUrl:Oo,csrf:Dm,NotificationSettings:za,EnableTimetracking:Pm}=window.config;let Za=null;function Rm(){return Ha(this,null,function*(){if(!Pm)return;const e=$(".active-stopwatch-trigger");if(!e.length)return;if(e.removeAttr("href"),e.popup({position:"bottom right",hoverable:!0}),$("form > button",e).on("click",function(){$(this).parent().trigger("submit")}),za.EventSourceUpdateTime>0&&!!window.EventSource&&window.SharedWorker){const n=new SharedWorker(`${le.p}js/eventsource.sharedworker.js`,"notification-worker");n.addEventListener("error",a=>{console.error(a)}),n.port.onmessageerror=()=>{console.error("Unable to deserialize message")},n.port.postMessage({type:"start",url:`${window.location.origin}${Oo}/user/events`}),n.port.addEventListener("message",a=>{if(!a.data||!a.data.type){console.error(a);return}if(a.data.type==="stopwatches")cu(JSON.parse(a.data.data));else if(a.data.type==="error")console.error(a.data);else if(a.data.type==="logout"){if(a.data.data!=="here")return;n.port.postMessage({type:"close"}),n.port.close(),window.location.href=Oo}else a.data.type==="close"&&(n.port.postMessage({type:"close"}),n.port.close())}),n.port.addEventListener("error",a=>{console.error(a)}),n.port.start(),window.addEventListener("beforeunload",()=>{n.port.postMessage({type:"close"}),n.port.close()});return}if(za.MinTimeout<=0)return;const t=n=>{setTimeout(()=>Ha(this,null,function*(){yield Im(t,n)}),n)};t(za.MinTimeout);const i=$(".stopwatch-time").data("seconds");i&&(Za=uu(i))})}function Im(e,t){return Ha(this,null,function*(){(yield Nm())?t<za.MaxTimeout&&(t+=za.TimeoutStep):t=za.MinTimeout,e(t)})}function Nm(){return Ha(this,null,function*(){const e=yield $.ajax({type:"GET",url:`${Oo}/api/v1/user/stopwatches`,headers:{"X-Csrf-Token":Dm}});return Za&&(clearInterval(Za),Za=null),cu(e)})}function cu(e){return Ha(this,null,function*(){const t=e[0],i=$(".active-stopwatch-trigger");if(!t)i.addClass("hidden");else{const{repo_owner_name:n,repo_name:a,issue_index:u,seconds:x}=t,R=`${Oo}/${n}/${a}/issues/${u}`;$(".stopwatch-link").attr("href",R),$(".stopwatch-commit").attr("action",`${R}/times/stopwatch/toggle`),$(".stopwatch-cancel").attr("action",`${R}/times/stopwatch/cancel`),$(".stopwatch-issue").text(`${n}/${a}#${u}`),$(".stopwatch-time").text(lu(x*1e3)),uu(x),i.removeClass("hidden")}return!!e.length})}function uu(e){return Ha(this,null,function*(){const t=parseInt(e);if(!Number.isFinite(t))return;const i=Date.now();Za=setInterval(()=>{const n=Date.now()-i,a=lu(t*1e3+n,{compact:!0});$(".stopwatch-time").text(a)},1e3)})}function As(){$(".code-line-menu").length!==0&&($(".code-line-button").remove(),$(".code-view td.lines-code.active").closest("tr").find("td:eq(0)").first().prepend($(`<button class="code-line-button">${Fa("octicon-kebab-horizontal")}</button>`)),$(".code-line-menu").appendTo($(".code-view")),$(".code-line-button").popup({popup:$(".code-line-menu"),on:"click"}))}var Lm=(e,t,i)=>new Promise((n,a)=>{var u=P=>{try{R(i.next(P))}catch(ee){a(ee)}},x=P=>{try{R(i.throw(P))}catch(ee){a(ee)}},R=P=>P.done?n(P.value):Promise.resolve(P.value).then(u,x);R((i=i.apply(e,t)).next())});const fu=5e3;function Es(e,t){e.closest("pre").classList.remove("is-loading");const i=document.createElement("div");i.setAttribute("class","ui message error markup-block-error mono"),i.textContent=t.str||t.message||String(t),e.closest("pre").before(i)}function Fm(e){return Lm(this,null,function*(){if(!e||!e.length)return;const t=yield le.e("mermaid").then(le.t.bind(le,"./node_modules/mermaid/dist/mermaid.core.js",19));t.initialize({mermaid:{startOnLoad:!1},flowchart:{useMaxWidth:!0,htmlLabels:!1},theme:"neutral",securityLevel:"strict"});for(const i of e){if(i.textContent.length>fu){Es(i,new Error(`Mermaid source of ${i.textContent.length} characters exceeds the maximum allowed length of ${fu}.`));continue}let n;try{n=t.parse(i.textContent)}catch(a){Es(i,a)}if(!n){i.closest("pre").classList.remove("is-loading");continue}try{t.init(void 0,i,a=>{const u=document.getElementById(a);u.classList.add("mermaid-chart"),u.closest("pre").replaceWith(u)})}catch(a){Es(i,a)}}})}var Mm=(e,t,i)=>new Promise((n,a)=>{var u=P=>{try{R(i.next(P))}catch(ee){a(ee)}},x=P=>{try{R(i.throw(P))}catch(ee){a(ee)}},R=P=>P.done?n(P.value):Promise.resolve(P.value).then(u,x);R((i=i.apply(e,t)).next())});const du=e=>e.preventDefault();function Hm(){for(const e of document.querySelectorAll(".markup[data-can-edit=true]")||[]){const t=e.parentNode,i=e.querySelectorAll(".task-list-item input[type=checkbox]");for(const n of i){if(n.dataset.editable)return;n.dataset.editable="true",n.addEventListener("input",()=>Mm(this,null,function*(){const a=n.checked?"x":" ",u=parseInt(n.dataset.sourcePosition)+1,x=t.querySelector(".raw-content"),R=x.textContent,P=new TextEncoder,ee=P.encode(R);ee.set(P.encode(a),u);const ge=new TextDecoder().decode(ee);if(ge!==R){for(const fe of i)fe.addEventListener("click",du);try{const fe=t.querySelector(".edit-content-zone"),{updateUrl:ze,context:ct}=fe.dataset;yield $.post(ze,{ignore_attachments:!0,_csrf:window.config.csrf,content:ge,context:ct}),x.textContent=ge}catch(fe){n.checked=!n.checked,console.error(fe)}for(const fe of i)fe.removeEventListener("click",du)}}))}for(const n of i)n.disabled=!1}}var zm=(e,t,i)=>new Promise((n,a)=>{var u=P=>{try{R(i.next(P))}catch(ee){a(ee)}},x=P=>{try{R(i.throw(P))}catch(ee){a(ee)}},R=P=>P.done?n(P.value):Promise.resolve(P.value).then(u,x);R((i=i.apply(e,t)).next())});function eo(){return zm(this,null,function*(){yield Fm(document.querySelectorAll("code.language-mermaid"))})}function pu(){Hm()}var dr=(e,t,i)=>new Promise((n,a)=>{var u=P=>{try{R(i.next(P))}catch(ee){a(ee)}},x=P=>{try{R(i.throw(P))}catch(ee){a(ee)}},R=P=>P.done?n(P.value):Promise.resolve(P.value).then(u,x);R((i=i.apply(e,t)).next())});const{AppSubUrl:Sn,AssetUrlPrefix:Um,csrf:_i}=window.config;let hu;const mu={};$.fn.tab.settings.silent=!0,zn.config.productionTip=!1,zn.config.devtools=!1;function to(e){const t=e.find(".tabular.menu");t.find(".item").tab(),t.find(`.item[data-tab="${t.data("preview")}"]`).on("click",function(){const i=$(this);$.post(i.data("url"),{_csrf:_i,mode:"comment",context:i.data("context"),text:e.find(`.tab[data-tab="${t.data("write")}"] textarea`).val()},n=>{e.find(`.tab[data-tab="${t.data("preview")}"]`).html(n),eo()})}),Cu()}function Bm(e){const t=e.find(".tabular.menu");t.find(".item").tab();const i=t.find(`.item[data-tab="${t.data("preview")}"]`);i.length&&(hu=i.data("preview-file-modes").split(","),i.on("click",function(){const n=$(this);let a=`${n.data("context")}/`;const u=n.data("markdown-mode")||"comment",x=e.find("input#tree_path");x.length>0&&(a+=x.val()),a=a.substring(0,a.lastIndexOf("/")),$.post(n.data("url"),{_csrf:_i,mode:u,context:a,text:e.find(`.tab[data-tab="${t.data("write")}"] textarea`).val()},R=>{e.find(`.tab[data-tab="${t.data("preview")}"]`).html(R),eo()})}))}function Wm(e){const t=e.find(".tabular.menu");t.find(".item").tab(),t.find(`.item[data-tab="${t.data("diff")}"]`).on("click",function(){const i=$(this);$.post(i.data("url"),{_csrf:_i,context:i.data("context"),content:e.find(`.tab[data-tab="${t.data("write")}"] textarea`).val()},n=>{e.find(`.tab[data-tab="${t.data("diff")}"]`).html(n)})})}function Vm(){$(".edit.form").length!==0&&(Bm($(".edit.form")),Wm($(".edit.form")))}function qm(){const e=$(".ui.select-branch"),t=e.find(".reference-list-menu"),i=t.hasClass("new-issue");t.find(".item:not(.no-select)").click(function(){const n=$(this).data("id"),a=$("#editing_mode").val();if($($(this).data("id-selector")).val(n),i){e.find(".ui .branch-name").text($(this).data("name"));return}if(a==="true"){const u=$("#update_issueref_form");$.post(u.attr("action"),{_csrf:_i,ref:n},()=>{window.location.reload()})}else a===""&&e.find(".ui .branch-name").text(n)}),e.find(".reference.column").on("click",function(){return e.find(".scrolling.reference-list-menu").css("display","none"),e.find(".reference .text").removeClass("black"),$($(this).data("target")).css("display","block"),$(this).find(".text").addClass("black"),!1})}function gu(){const e=$(".new-label.segment");$(".new-label.button").on("click",()=>{e.show()}),$(".new-label.segment .cancel").on("click",()=>{e.hide()}),vh($(".color-picker")),$(".precolors .color").on("click",function(){const t=$(this).data("color-hex");$(".color-picker").val(t),$(".minicolors-swatch-color").css("background-color",t)}),$(".edit-label-button").on("click",function(){return $(".edit-label .color-picker").minicolors("value",$(this).data("color")),$("#label-modal-id").val($(this).data("id")),$(".edit-label .new-label-input").val($(this).data("title")),$(".edit-label .new-label-desc-input").val($(this).data("description")),$(".edit-label .color-picker").val($(this).data("color")),$(".edit-label .minicolors-swatch-color").css("background-color",$(this).data("color")),$(".edit-label.modal").modal({onApprove(){$(".edit-label.form").trigger("submit")}}).modal("show"),!1})}function Ua(e,t,i,n){return new Promise(a=>{$.ajax({type:"POST",url:e,data:{_csrf:_i,action:t,issue_ids:i,id:n},success:a})})}function vu(){const e=$("#repo_migrating");if($("#repo_migrating_failed").hide(),$("#repo_migrating_failed_image").hide(),$("#repo_migrating_progress_message").hide(),e){const t=e.attr("task");if(typeof t=="undefined")return;$.ajax({type:"GET",url:`${Sn}/user/task/${t}`,data:{_csrf:_i},complete(i){if(i.status===200&&i.responseJSON){if(i.responseJSON.status===4){window.location.reload();return}else if(i.responseJSON.status===3){$("#repo_migrating_progress").hide(),$("#repo_migrating").hide(),$("#repo_migrating_failed").show(),$("#repo_migrating_failed_image").show(),$("#repo_migrating_failed_error").text(i.responseJSON.message);return}i.responseJSON.message&&($("#repo_migrating_progress_message").show(),$("#repo_migrating_progress_message").text(i.responseJSON.message)),setTimeout(()=>{vu()},2e3);return}$("#repo_migrating_progress").hide(),$("#repo_migrating").hide(),$("#repo_migrating_failed").show(),$("#repo_migrating_failed_image").show()}})}}function Do(e){let t="";e||(e=$(document),t=".reactions > "),e.find(`${t}a.label`).popup({position:"bottom left",metadata:{content:"title",title:"none"}}),e.find(`.select-reaction > .menu > .item, ${t}a.label`).on("click",function(i){if(i.preventDefault(),$(this).hasClass("disabled"))return;const a=`${$(this).hasClass("item")?$(this).closest(".select-reaction").data("action-url"):$(this).data("action-url")}/${$(this).hasClass("blue")?"unreact":"react"}`;$.ajax({type:"POST",url:a,data:{_csrf:_i,content:$(this).data("content")}}).done(u=>{if(u&&(u.html||u.empty)){const x=$(this).closest(".content");let R=x.find(".segment.reactions");if((!u.empty||u.html==="")&&R.length>0&&R.remove(),!u.empty){R=$('<div class="ui attached segment reactions"></div>');const P=x.find(".segment.bottom:first");P.length>0?R.insertBefore(P):R.appendTo(x),R.html(u.html),R.find(".dropdown").dropdown(),Do(R)}}})})}function Gm(e,t){if(e.selectionStart||e.selectionStart===0){const i=e.selectionStart,n=e.selectionEnd;e.value=e.value.substring(0,i)+t+e.value.substring(n,e.value.length),e.selectionStart=i+t.length,e.selectionEnd=i+t.length}else e.value+=t}function Km(e,t,i){if(e.selectionStart||e.selectionStart===0){const n=e.selectionStart,a=e.selectionEnd;e.value=e.value.replace(t,i),e.selectionStart=n+i.length-t.length,e.selectionEnd=a+i.length-t.length}else e.value=e.value.replace(t,i)}function bu(e){if(!e.clipboardData)return[];const t=[];for(const i of e.clipboardData.items||[])!i.type||!i.type.startsWith("image/")||t.push(i.getAsFile());return t.length&&(e.preventDefault(),e.stopPropagation()),t}function yu(e,t){return dr(this,null,function*(){const i=new FormData;return i.append("file",e,e.name),yield(yield fetch(t,{method:"POST",headers:{"X-Csrf-Token":_i},body:i})).json()})}function jr(){window.location.reload()}function wu(e){e.each(function(){const t=this.querySelector(".dropzone");if(!t)return;const i=t.dataset.uploadUrl,n=t.querySelector(".files");for(const a of this.querySelectorAll("textarea"))a.addEventListener("paste",u=>dr(this,null,function*(){for(const x of bu(u)){const R=x.name.substr(0,x.name.lastIndexOf("."));Gm(a,`![${R}]()`);const P=yield yu(x,i);Km(a,`![${R}]()`,``);const ee=$(`<input id="${P.uuid}" name="files" type="hidden">`).val(P.uuid);n.appendChild(ee[0])}}),!1)})}function ju(e,t,i){const n=t.dataset.uploadUrl;e.codemirror.on("paste",(a,u)=>dr(this,null,function*(){for(const x of bu(u)){const R=x.name.substr(0,x.name.lastIndexOf(".")),P=yield yu(x,n),ee=e.codemirror.getCursor();e.codemirror.replaceRange(``,ee);const ge=$(`<input id="${P.uuid}" name="files" type="hidden">`).val(P.uuid);i.append(ge)}}))}let ks;function Xm(){if($(".comment.form").length===0)return;ks=Ba($(".comment.form textarea:not(.review-textarea)")),qm(),to($(".comment.form")),wu($(".comment.form"));function e(i,n){const a=$(`.ui.${n}.list`),u=a.find(".no-select"),x=$(`.${i} .menu`);let R=x.data("action")==="update";const P={};$(`.${i}`).dropdown("setting","onHide",()=>{if(R=x.data("action")==="update",R){const ee=[];Object.keys(P).forEach(ge=>{const fe=P[ge],ze=Ua(fe["update-url"],fe.action,fe["issue-id"],ge);ee.push(ze)}),Promise.all(ee).then(jr)}}),x.find(".item:not(.no-select)").on("click",function(ee){if(ee.preventDefault(),$(this).hasClass("ban-change")||(R=x.data("action")==="update",$(this).hasClass("checked")?($(this).removeClass("checked"),$(this).find(".octicon-check").addClass("invisible"),R&&($(this).data("id")in P?delete P[$(this).data("id")]:P[$(this).data("id")]={"update-url":x.data("update-url"),action:"detach","issue-id":x.data("issue-id")})):($(this).addClass("checked"),$(this).find(".octicon-check").removeClass("invisible"),R&&($(this).data("id")in P?delete P[$(this).data("id")]:P[$(this).data("id")]={"update-url":x.data("update-url"),action:"attach","issue-id":x.data("issue-id")})),i==="select-reviewers-modify"||i==="select-assignees-modify"))return!1;const ge=[];return $(this).parent().find(".item").each(function(){$(this).hasClass("checked")?(ge.push($(this).data("id")),$($(this).data("id-selector")).removeClass("hide")):$($(this).data("id-selector")).addClass("hide")}),ge.length===0?u.removeClass("hide"):u.addClass("hide"),$($(this).parent().data("id")).val(ge.join(",")),!1}),x.find(".no-select.item").on("click",function(ee){if(ee.preventDefault(),R&&Ua(x.data("update-url"),"clear",x.data("issue-id"),"").then(jr),$(this).parent().find(".item").each(function(){$(this).removeClass("checked"),$(this).find(".octicon").addClass("invisible")}),i==="select-reviewers-modify"||i==="select-assignees-modify")return!1;a.find(".item").each(function(){$(this).addClass("hide")}),u.removeClass("hide"),$($(this).parent().data("id")).val("")})}e("select-label","labels"),e("select-assignees","assignees"),e("select-assignees-modify","assignees"),e("select-reviewers-modify","assignees");function t(i,n){const a=$(`${i} .menu`),u=$(`.ui${i}.list`),x=a.data("action")==="update";a.find(".item:not(.no-select)").on("click",function(){$(this).parent().find(".item").each(function(){$(this).removeClass("selected active")}),$(this).addClass("selected active"),x&&Ua(a.data("update-url"),"",a.data("issue-id"),$(this).data("id")).then(jr);let R="";n==="#milestone_id"?R=Fa("octicon-milestone",18,"mr-3"):n==="#project_id"?R=Fa("octicon-project",18,"mr-3"):n==="#assignee_id"&&(R=`<img class="ui avatar image mr-3" src=${$(this).data("avatar")}>`),u.find(".selected").html(`
|
|
<a class="item muted sidebar-item-link" href=${$(this).data("href")}>
|
|
${R}
|
|
${Na($(this).text())}
|
|
</a>
|
|
`),$(`.ui${i}.list .no-select`).addClass("hide"),$(n).val($(this).data("id"))}),a.find(".no-select.item").on("click",function(){$(this).parent().find(".item:not(.no-select)").each(function(){$(this).removeClass("selected active")}),x&&Ua(a.data("update-url"),"",a.data("issue-id"),$(this).data("id")).then(jr),u.find(".selected").html(""),u.find(".no-select").removeClass("hide"),$(n).val("")})}t(".select-project","#project_id"),t(".select-milestone","#milestone_id"),t(".select-assignee","#assignee_id")}function Qm(){$(".install").length!==0&&($("#db_host").val()===""&&($("#db_host").val("127.0.0.1:3306"),$("#db_user").val("gitea"),$("#db_name").val("gitea")),$("#db_type").on("change",function(){const e="data/gitea.db",t="data/gitea_tidb",i=$(this).val();if(i==="SQLite3"){$("#sql_settings").hide(),$("#pgsql_settings").hide(),$("#mysql_settings").hide(),$("#sqlite_settings").show(),i==="SQLite3"&&$("#db_path").val()===t&&$("#db_path").val(e);return}const n={MySQL:"127.0.0.1:3306",PostgreSQL:"127.0.0.1:5432",MSSQL:"127.0.0.1:1433"};$("#sqlite_settings").hide(),$("#sql_settings").show(),$("#pgsql_settings").toggle(i==="PostgreSQL"),$("#mysql_settings").toggle(i==="MySQL"),$.each(n,(a,u)=>{if($("#db_host").val()===u)return $("#db_host").val(n[i]),!1})}),$("#offline-mode input").on("change",function(){$(this).is(":checked")&&($("#disable-gravatar").checkbox("check"),$("#federated-avatar-lookup").checkbox("uncheck"))}),$("#disable-gravatar input").on("change",function(){$(this).is(":checked")?$("#federated-avatar-lookup").checkbox("uncheck"):$("#offline-mode").checkbox("uncheck")}),$("#federated-avatar-lookup input").on("change",function(){$(this).is(":checked")&&($("#disable-gravatar").checkbox("uncheck"),$("#offline-mode").checkbox("uncheck"))}),$("#enable-openid-signin input").on("change",function(){$(this).is(":checked")?$("#disable-registration input").is(":checked")||$("#enable-openid-signup").checkbox("check"):$("#enable-openid-signup").checkbox("uncheck")}),$("#disable-registration input").on("change",function(){$(this).is(":checked")?($("#enable-captcha").checkbox("uncheck"),$("#enable-openid-signup").checkbox("uncheck")):$("#enable-openid-signup").checkbox("check")}),$("#enable-captcha input").on("change",function(){$(this).is(":checked")&&$("#disable-registration").checkbox("uncheck")}))}function Ym(){$(".repository.view.issue .timeline").length!==0&&($(".re-request-review").on("click",function(e){const t=$(this).data("update-url"),i=$(this).data("issue-id"),n=$(this).data("id"),a=$(this).hasClass("checked");return e.preventDefault(),Ua(t,a?"detach":"attach",i,n).then(jr),!1}),$(".dismiss-review-btn").on("click",function(e){e.preventDefault(),$(this).next().modal("show")}),$(document).on("click",e=>{const t=$(":target");if(t.length===0)return;const i=t.attr("id");if(!i||!/^(issue|pull)(comment)?-\d+$/.test(i))return;if($(e.target).closest(`#${i}`).length===0){const a=$(window).scrollTop();window.location.hash="",$(window).scrollTop(a),window.history.pushState(null,null," ")}}))}function _u(e,t,i){$.ajax({url:t,type:"POST",data:{_csrf:_i},complete(n){if(n.status===200){if(!n.responseJSON){e.closest(".dropdown").children("i").removeClass("loading");return}n.responseJSON.complete?(e.closest(".dropdown").children("i").removeClass("loading"),window.location.href=t):(e.closest(".dropdown").children("i").addClass("loading"),setTimeout(()=>{_u(e,t,!1)},i?750:2e3))}}})}function Jm(){$(".archive-link").length!==0&&$(".archive-link").on("click",function(e){const t=$(this).data("url");typeof t!="undefined"&&(e.preventDefault(),_u($(e.target),t,!0))})}function Zm(){return dr(this,null,function*(){if($(".repository").length===0)return;function e(n){const a=$(n);a.dropdown({fullTextSearch:!0,selectOnKeydown:!1,onChange(u,x,R){R.data("url")&&(window.location.href=R.data("url"))},message:{noResults:a.data("no-results")}})}if($(".commit-statuses-trigger").each(function(){$(this).popup({on:"click",position:$(".repository.file.list").length>0?"right center":"left center"})}),($(".repository.file.list").length>0||$(".repository.commits").length>0||$(".repository.release").length>0)&&Fg(".choose.reference .dropdown"),$(".repository.wiki.view").length>0&&e(".choose.page .dropdown"),$(".repository.settings.options").length>0&&($(".enable-system").on("change",function(){this.checked?($($(this).data("target")).removeClass("disabled"),$(this).data("context")||$($(this).data("context")).addClass("disabled")):($($(this).data("target")).addClass("disabled"),$(this).data("context")||$($(this).data("context")).removeClass("disabled"))}),$(".enable-system-radio").on("change",function(){this.value==="false"?($($(this).data("target")).addClass("disabled"),typeof $(this).data("context")!="undefined"&&$($(this).data("context")).removeClass("disabled")):this.value==="true"&&($($(this).data("target")).removeClass("disabled"),typeof $(this).data("context")!="undefined"&&$($(this).data("context")).addClass("disabled"))})),$(".repository.labels").length>0&&gu(),$(".repository.new.milestone").length>0&&$("#clear-date").on("click",()=>($("#deadline").val(""),!1)),$(".repository.new.repo").length>0&&$('input[name="gitignores"], input[name="license"]').on("change",()=>{const n=$('input[name="gitignores"]').val(),a=$('input[name="license"]').val();(n||a)&&$('input[name="auto_init"]').prop("checked",!0)}),$(".repository.view.issue").length>0){const n=$("#issue-title"),a=$("#edit-title-input input"),u=function(){return n.toggle(),$(".not-in-edit").toggle(),$("#edit-title-input").toggle(),$("#pull-desc").toggle(),$("#pull-desc-edit").toggle(),$(".in-edit").toggle(),$("#issue-title-wrapper").toggleClass("edit-active"),a.focus(),!1},x=function(){const ee=$("#pull-target-branch"),ge=ee.data("basename"),fe=$(this).data("branch"),ze=ee.data("branch");ee.html(ee.html().replace(`${ge}:${ze}`,`${ge}:${fe}`)),ee.data("branch",fe)};$("#branch-select > .item").on("click",x),$("#edit-title").on("click",u),$("#cancel-edit-title").on("click",u),$("#save-edit-title").on("click",u).on("click",function(){const ee=function(fe){const ze=$("#pull-target-branch").data("branch"),ct=$("#branch_target");if(ze===ct.text())return!1;$.post(fe,{_csrf:_i,target_branch:ze}).done(vt=>{ct.text(vt.base_branch)}).always(()=>{jr()})},ge=$(this).data("target-update-url");return a.val().length===0||a.val()===n.text()?(a.val(n.text()),ee(ge)):$.post($(this).data("update-url"),{_csrf:_i,title:a.val()},fe=>{a.val(fe.title),n.text(fe.title),ee(ge),jr()}),!1}),$(".toggle-wip a, .toggle-wip button").on("click",ee=>dr(this,null,function*(){ee.preventDefault();const{title:ge,wipPrefix:fe,updateUrl:ze}=ee.currentTarget.closest(".toggle-wip").dataset;yield $.post(ze,{_csrf:_i,title:(ge==null?void 0:ge.startsWith(fe))?ge.substr(fe.length).trim():`${fe.trim()} ${ge}`}),jr()})),Ym(),$(".context-dropdown").dropdown({action:"hide"}),$(document).on("click",".previous-conversation",ee=>{const ge=$(ee.currentTarget).closest(".comment-code-cloud"),fe=$(".comment-code-cloud:not(.hide)"),ze=fe.index(ge),ct=ze>0?ze-1:fe.length-1,ft=fe.eq(ct).find(".comment").first().attr("id");window.location.href=`#${ft}`}),$(document).on("click",".next-conversation",ee=>{const ge=$(ee.currentTarget).closest(".comment-code-cloud"),fe=$(".comment-code-cloud:not(.hide)"),ze=fe.index(ge),ct=ze<fe.length-1?ze+1:0,ft=fe.eq(ct).find(".comment").first().attr("id");window.location.href=`#${ft}`}),$(document).on("click",".quote-reply",function(ee){$(this).closest(".dropdown").find(".menu").toggle("visible");const ge=$(this).data("target"),ze=`> ${$(`#comment-${ge}`).text().replace(/\n/g,`
|
|
> `)}
|
|
|
|
`;let ct=ks;if($(this).hasClass("quote-reply-diff")){const vt=$(this).closest(".comment-code-cloud");vt.find("button.comment-form-reply").trigger("click"),ct=vt.find('[name="content"]').data("simplemde")}ct!==null&&(ct.value()!==""?ct.value(`${ct.value()}
|
|
|
|
${ze}`):ct.value(`${ze}`)),requestAnimationFrame(()=>{ct.codemirror.focus(),ct.codemirror.setCursor(ct.codemirror.lineCount(),0)}),ee.preventDefault()}),$(document).on("click",".reference-issue",function(ee){const ge=$(this);ge.closest(".dropdown").find(".menu").toggle("visible");const fe=$(`#comment-${ge.data("target")}`).text(),ze=fe.split(`
|
|
`,1)[0].slice(0,255),ct=ge.data("poster"),vt=ge.data("reference"),ft=$(ge.data("modal"));ft.find('input[name="title"').val(ze),ft.find('textarea[name="content"]').val(`${fe}
|
|
|
|
_Originally posted by @${ct} in ${vt}_`),ft.modal("show"),ee.preventDefault()}),$(document).on("click",".edit-content",function(ee){return dr(this,null,function*(){$(this).closest(".dropdown").find(".menu").toggle("visible");const ge=$(this).closest(".header").next(),fe=ge.find(".edit-content-zone"),ze=ge.find(".render-content"),ct=ge.find(".raw-content");let vt,ft;if(fe.html().length===0){fe.html($("#edit-content-form").html()),vt=fe.find("textarea"),La(vt.get(),{mentions:!0,emoji:!0});let Rt;const Ut=fe.find(".dropzone");if(Ut.length===1){Ut.data("saved",!1);const Ii={};Rt=yield Oc(Ut[0],{url:Ut.data("upload-url"),headers:{"X-Csrf-Token":_i},maxFiles:Ut.data("max-file"),maxFilesize:Ut.data("max-size"),acceptedFiles:["*/*",""].includes(Ut.data("accepts"))?null:Ut.data("accepts"),addRemoveLinks:!0,dictDefaultMessage:Ut.data("default-message"),dictInvalidFileType:Ut.data("invalid-input-type"),dictFileTooBig:Ut.data("file-too-big"),dictRemoveFile:Ut.data("remove-file"),timeout:0,thumbnailMethod:"contain",thumbnailWidth:480,thumbnailHeight:480,init(){this.on("success",(hi,ni)=>{Ii[hi.name]={uuid:ni.uuid,submitted:!1};const Bi=$(`<input id="${ni.uuid}" name="files" type="hidden">`).val(ni.uuid);Ut.find(".files").append(Bi)}),this.on("removedfile",hi=>{hi.name in Ii&&($(`#${Ii[hi.name].uuid}`).remove(),Ut.data("remove-url")&&!Ii[hi.name].submitted&&$.post(Ut.data("remove-url"),{file:Ii[hi.name].uuid,_csrf:_i}))}),this.on("submit",()=>{$.each(Ii,hi=>{Ii[hi].submitted=!0})}),this.on("reload",()=>{$.getJSON(fe.data("attachment-url"),hi=>{Rt.removeAllFiles(!0),Ut.find(".files").empty(),$.each(hi,function(){const ni=`${Ut.data("link-url")}/${this.uuid}`;Rt.emit("addedfile",this),Rt.emit("thumbnail",this,ni),Rt.emit("complete",this),Rt.files.push(this),Ii[this.name]={submitted:!0,uuid:this.uuid},Ut.find(`img[src='${ni}']`).css("max-width","100%");const Bi=$(`<input id="${this.uuid}" name="files" type="hidden">`).val(this.uuid);Ut.find(".files").append(Bi)})})})}}),Rt.emit("reload")}const Ai=fe.find(".ui.comment.form"),Ji=Ai.find(".tabular.menu");Ji.attr("data-write",fe.data("write")),Ji.attr("data-preview",fe.data("preview")),Ji.find(".write.item").attr("data-tab",fe.data("write")),Ji.find(".preview.item").attr("data-tab",fe.data("preview")),Ai.find(".write").attr("data-tab",fe.data("write")),Ai.find(".preview").attr("data-tab",fe.data("preview")),ft=Ba(vt),mu[fe.data("write")]=ft,to(Ai),Ut.length===1&&ju(ft,Ut[0],Ut.find(".files")),fe.find(".cancel.button").on("click",()=>{ze.show(),fe.hide(),Rt&&Rt.emit("reload")}),fe.find(".save.button").on("click",()=>{ze.show(),fe.hide();const Ii=Ut.find(".files").find("[name=files]").map(function(){return $(this).val()}).get();$.post(fe.data("update-url"),{_csrf:_i,content:vt.val(),context:fe.data("context"),files:Ii},hi=>{hi.length===0||hi.content.length===0?(ze.html($("#no-content").html()),ct.text("")):(ze.html(hi.content),ct.text(vt.val()));const ni=ge;ni.find(".dropzone-attachments").length?hi.attachments===""?ni.find(".dropzone-attachments").remove():ni.find(".dropzone-attachments").replaceWith(hi.attachments):hi.attachments!==""&&(ni.append(`
|
|
<div class="dropzone-attachments">
|
|
</div>
|
|
`),ni.find(".dropzone-attachments").replaceWith(hi.attachments)),Rt&&(Rt.emit("submit"),Rt.emit("reload")),eo(),pu()})})}else vt=ge.find("textarea"),ft=mu[fe.data("write")];fe.show(),ze.hide(),vt.val().length===0&&(vt.val(ct.text()),ft.value(ct.text())),requestAnimationFrame(()=>{vt.focus(),ft.codemirror.focus()}),ee.preventDefault()})}),$(document).on("click",".delete-comment",function(){const ee=$(this);return window.confirm(ee.data("locale"))&&$.post(ee.data("url"),{_csrf:_i}).done(()=>{const ge=ee.closest(".conversation-holder");if($(`#${ee.data("comment-id")}`).remove(),ge.length&&!ge.find(".comment").length){const fe=ge.data("path"),ze=ge.data("side"),ct=ge.data("idx");ge.closest("tr").data("line-type")==="same"?$(`a.add-code-comment[data-path="${fe}"][data-idx="${ct}"]`).removeClass("invisible"):$(`a.add-code-comment[data-path="${fe}"][data-side="${ze}"][data-idx="${ct}"]`).removeClass("invisible"),ge.remove()}}),!1}),$(document).on("click",".delete-dependency-button",ee=>{const{id:ge,type:fe}=ee.currentTarget.dataset;$(".remove-dependency").modal({closable:!1,duration:200,onApprove:()=>{$("#removeDependencyID").val(ge),$("#dependencyType").val(fe),$("#removeDependencyForm").trigger("submit")}}).modal("show")}),$(document).on("click",".cancel-code-comment",ee=>{const ge=$(ee.currentTarget).closest("form");ge.length>0&&ge.hasClass("comment-form")?(ge.addClass("hide"),ge.closest(".comment-code-cloud").find("button.comment-form-reply").show()):ge.closest(".comment-code-cloud").remove()});const R=$("#status-button");$("#comment-form textarea").on("keyup",function(){const ee=$(this).data("simplemde"),ge=ee&&ee.value()?ee.value():$(this).val();R.text(R.data(ge.length===0?"status":"status-and-comment"))}),R.on("click",()=>{$("#status").val(R.data("status-val")),$("#comment-form").trigger("submit")});const P=$(".merge-button > button");P.on("click",function(ee){ee.preventDefault(),$(`.${$(this).data("do")}-fields`).show(),$(this).parent().hide(),$(".instruct-toggle").hide(),$(".instruct-content").hide()}),$(".merge-button > .dropdown").dropdown({onChange(ee,ge,fe){fe.data("do")&&(P.find(".button-text").text(fe.text()),P.data("do",fe.data("do")))}}),$(".merge-cancel").on("click",function(ee){ee.preventDefault(),$(this).closest(".form").hide(),P.parent().show(),$(".instruct-toggle").show()}),Do()}$("#repo-clone-ssh").on("click",function(){$(".clone-url").text($(this).data("link")),$("#repo-clone-url").val($(this).data("link")),$(this).addClass("primary"),$("#repo-clone-https").removeClass("primary"),localStorage.setItem("repo-clone-protocol","ssh")}),$("#repo-clone-https").on("click",function(){$(".clone-url").text($(this).data("link")),$("#repo-clone-url").val($(this).data("link")),$(this).addClass("primary"),$("#repo-clone-ssh").length>0&&($("#repo-clone-ssh").removeClass("primary"),localStorage.setItem("repo-clone-protocol","https"))}),$("#repo-clone-url").on("click",function(){$(this).select()}),$(".repository.diff").length&&(Lg(".choose.branch .dropdown"),e(".choose.branch .dropdown"));const i=$(".repository.compare.pull");i.length>0&&i.find("button.show-form").on("click",function(n){n.preventDefault(),i.find(".pullrequest-form").show(),ks.codemirror.refresh(),$(this).parent().hide()}),$(".repository.settings.branches").length>0&&(e(".protected-branches .dropdown"),$(".enable-protection, .enable-whitelist, .enable-statuscheck").on("change",function(){this.checked?$($(this).data("target")).removeClass("disabled"):$($(this).data("target")).addClass("disabled")}),$(".disable-whitelist").on("change",function(){this.checked&&$($(this).data("target")).addClass("disabled")})),$(".language-stats").length>0&&$(".language-stats").on("click",n=>{n.preventDefault(),$(".language-stats-details, .repository-menu").slideToggle()})})}function eg(){$(".show-instruction").on("click",()=>{$(".instruct-content").toggle()})}function tg(){$(document).on("click",".remove-rel-attach",function(){const e=$(this).data("uuid"),t=$(this).data("id");$(`input[name='attachment-del-${e}']`).attr("value",!0),$(`#attachment-${t}`).hide()})}function ig(){if(window.location.hash&&window.location.hash.startsWith("#issuecomment-")){const t=$(window.location.hash);if(t){const i=t.closest('div[id^="code-comments-"]').attr("id");if(i&&i.startsWith("code-comments-")){const n=i.substr(14);$(`#show-outdated-${n}`).addClass("hide"),$(`#code-comments-${n}`).removeClass("hide"),$(`#code-preview-${n}`).removeClass("hide"),$(`#hide-outdated-${n}`).removeClass("hide"),t[0].scrollIntoView()}}}$(document).on("click",".show-outdated",function(t){t.preventDefault();const i=$(this).data("comment");$(this).addClass("hide"),$(`#code-comments-${i}`).removeClass("hide"),$(`#code-preview-${i}`).removeClass("hide"),$(`#hide-outdated-${i}`).removeClass("hide")}),$(document).on("click",".hide-outdated",function(t){t.preventDefault();const i=$(this).data("comment");$(this).addClass("hide"),$(`#code-comments-${i}`).addClass("hide"),$(`#code-preview-${i}`).addClass("hide"),$(`#show-outdated-${i}`).removeClass("hide")}),$(document).on("click","button.comment-form-reply",function(t){t.preventDefault(),$(this).hide();const i=$(this).closest(".comment-code-cloud").find(".comment-form");i.removeClass("hide");const n=i.find("textarea");let a;n.data("simplemde")?a=n.data("simplemde"):(La(n.get(),{mentions:!0,emoji:!0}),a=Ba(n),n.data("simplemde",a)),n.focus(),a.codemirror.focus(),xu(i.find(".menu"))});const e=$(".review-box");e.length===1&&(Ba(e.find("textarea")),wu(e)),$(".repository.pull.diff").length!==0&&($(".btn-review").on("click",function(t){t.preventDefault(),$(this).closest(".dropdown").find(".menu").toggle("visible")}).closest(".dropdown").find(".close").on("click",function(t){t.preventDefault(),$(this).closest(".menu").toggle("visible")}),$("a.add-code-comment").on("click",function(t){return dr(this,null,function*(){if($(t.target).hasClass("btn-add-single"))return;t.preventDefault();const i=$(this).closest(".code-diff").hasClass("code-diff-split"),n=$(this).data("side"),a=$(this).data("idx"),u=$(this).data("path"),x=$(this).closest("tr"),R=x.data("line-type");let P=x.next();P.hasClass("add-comment")||(P=$(`
|
|
<tr class="add-comment" data-line-type="${R}">
|
|
${i?`
|
|
<td class="lines-num"></td>
|
|
<td class="lines-type-marker"></td>
|
|
<td class="add-comment-left"></td>
|
|
<td class="lines-num"></td>
|
|
<td class="lines-type-marker"></td>
|
|
<td class="add-comment-right"></td>
|
|
`:`
|
|
<td colspan="2" class="lines-num"></td>
|
|
<td class="add-comment-left add-comment-right" colspan="2"></td>
|
|
`}
|
|
</tr>`),x.after(P));const ee=P.find(`.add-comment-${n}`);let ge=ee.find(".comment-code-cloud");if(ge.length===0&&!P.find('button[name="is_review"]').length){const fe=yield $.get($(this).data("new-comment-url"));ee.html(fe),ge=ee.find(".comment-code-cloud"),xu(ge.find(".menu")),ee.find("input[name='line']").val(a),ee.find("input[name='side']").val(n==="left"?"previous":"proposed"),ee.find("input[name='path']").val(u);const ze=ge.find("textarea");La(ze.get(),{mentions:!0,emoji:!0});const ct=Ba(ze);ze.focus(),ct.codemirror.focus()}})}))}function xu(e){const t=Math.floor(Math.random()*Math.floor(1e6));return e.attr("data-write",e.attr("data-write")+t),e.attr("data-preview",e.attr("data-preview")+t),e.find(".item").each(function(){const i=$(this).attr("data-tab")+t;$(this).attr("data-tab",i)}),e.parent().find("*[data-tab='write']").attr("data-tab",`write${t}`),e.parent().find("*[data-tab='preview']").attr("data-tab",`preview${t}`),to(e.parent(".form")),t}function ng(){$(".access-mode.menu .item").on("click",function(){const e=$(this).parent();$.post(e.data("url"),{_csrf:_i,uid:e.data("uid"),mode:$(this).data("value")})})}function rg(){$(".organization.new.team input[name=permission]").on("change",()=>{$("input[name=permission]:checked",".organization.new.team").val()==="admin"?$(".organization.new.team .team-units").hide():$(".organization.new.team .team-units").show()})}function ag(){const e=$(".repository.wiki textarea#edit_area");let t=0,i=null,n=!0;if(e.length>0){const a=new SimpleMDE({autoDownloadFontAwesome:!1,element:e[0],forceSync:!0,previewRender(u,x){const R=function(){t=0,i!==null&&(clearTimeout(i),i=null),$.post(e.data("url"),{_csrf:_i,mode:"gfm",context:e.data("context"),text:u,wiki:!0},P=>{x.innerHTML=`<div class="markup ui segment">${P}</div>`,eo()})};return setTimeout(()=>{a.isSideBySideActive()?(t++,t>10&&R(),i!==null&&(clearTimeout(i),i=null),i=setTimeout(R,600)):R()},0),a.isSideBySideActive()?x.innerHTML:"Loading..."},renderingConfig:{singleLineBreaks:!1},indentWithTabs:!1,tabSize:4,spellChecker:!1,toolbar:["bold","italic","strikethrough","|","heading-1","heading-2","heading-3","heading-bigger","heading-smaller","|",{name:"code-inline",action(u){const x=u.codemirror,R=x.getSelection();if(x.replaceSelection(`\`${R}\``),!R){const P=x.getCursor();x.setCursor(P.line,P.ch-1)}x.focus()},className:"fa fa-angle-right",title:"Add Inline Code"},"code","quote","|",{name:"checkbox-empty",action(u){const x=u.codemirror;x.replaceSelection(`
|
|
- [ ] ${x.getSelection()}`),x.focus()},className:"fa fa-square-o",title:"Add Checkbox (empty)"},{name:"checkbox-checked",action(u){const x=u.codemirror;x.replaceSelection(`
|
|
- [x] ${x.getSelection()}`),x.focus()},className:"fa fa-check-square-o",title:"Add Checkbox (checked)"},"|","unordered-list","ordered-list","|","link","image","table","horizontal-rule","|","clean-block","preview","fullscreen","side-by-side","|",{name:"revert-to-textarea",action(u){u.toTextArea(),n=!1;const x=$(".repository.wiki.new .ui.form"),R=x.find(".field.content"),P=R.data("loading");R.append(`<div class="ui bottom tab markup" data-tab="preview">${P}</div>`),to(x)},className:"fa fa-file",title:"Revert to simple textarea"}]});$(a.codemirror.getInputField()).addClass("js-quick-submit"),setTimeout(()=>{const u=$('.repository.wiki.new .previewtabs a[data-tab="write"]'),x=$('.repository.wiki.new .previewtabs a[data-tab="preview"]'),R=$(".editor-toolbar"),P=$(".editor-toolbar button.preview"),ee=$(".editor-toolbar a.fa-columns");u.on("click",ge=>(n&&(ge.stopImmediatePropagation(),R.hasClass("disabled-for-preview")&&P.trigger("click")),!1)),x.on("click",ge=>(n&&(ge.stopImmediatePropagation(),R.hasClass("disabled-for-preview")||P.trigger("click")),!1)),P.on("click",()=>(setTimeout(()=>{R.hasClass("disabled-for-preview")?(u.hasClass("active")&&u.removeClass("active"),x.hasClass("active")||x.addClass("active")):(u.hasClass("active")||u.addClass("active"),x.hasClass("active")&&x.removeClass("active"))},0),!1)),ee.on("click",()=>{t=10})},0)}}$.fn.getCursorPosition=function(){const e=$(this).get(0);let t=0;if("selectionStart"in e)t=e.selectionStart;else if("selection"in document){e.focus();const i=document.selection.createRange(),n=document.selection.createRange().text.length;i.moveStart("character",-e.value.length),t=i.text.length-n}return t};function Ba(e){if(e.length===0)return null;const t=new SimpleMDE({autoDownloadFontAwesome:!1,element:e[0],forceSync:!0,renderingConfig:{singleLineBreaks:!1},indentWithTabs:!1,tabSize:4,spellChecker:!1,toolbar:["bold","italic","strikethrough","|","heading-1","heading-2","heading-3","heading-bigger","heading-smaller","|","code","quote","|",{name:"checkbox-empty",action(i){const n=i.codemirror;n.replaceSelection(`
|
|
- [ ] ${n.getSelection()}`),n.focus()},className:"fa fa-square-o",title:"Add Checkbox (empty)"},{name:"checkbox-checked",action(i){const n=i.codemirror;n.replaceSelection(`
|
|
- [x] ${n.getSelection()}`),n.focus()},className:"fa fa-check-square-o",title:"Add Checkbox (checked)"},"|","unordered-list","ordered-list","|","link","image","table","horizontal-rule","|","clean-block","|",{name:"revert-to-textarea",action(i){i.toTextArea()},className:"fa fa-file",title:"Revert to simple textarea"}]});return $(t.codemirror.getInputField()).addClass("js-quick-submit"),t.codemirror.setOption("extraKeys",{Enter:()=>{const i=document.querySelector(".tribute-container");if(!i||i.style.display==="none")return CodeMirror.Pass},Backspace:i=>{i.getInputField().trigger&&i.getInputField().trigger("input"),i.execCommand("delCharBefore")}}),La(t.codemirror.getInputField(),{mentions:!0,emoji:!0}),e.data("simplemde",t),$(t.codemirror.getInputField()).data("simplemde",t),t}function og(){return dr(this,null,function*(){$(".js-quick-pull-choice-option").on("change",function(){$(this).val()==="commit-to-new-branch"?($(".quick-pull-branch-name").show(),$(".quick-pull-branch-name input").prop("required",!0)):($(".quick-pull-branch-name").hide(),$(".quick-pull-branch-name input").prop("required",!1)),$("#commit-button").text($(this).attr("button_text"))});const e=$("#file-name");e.on("keyup",function(u){const x=$(".breadcrumb span.section"),R=$(".breadcrumb div.divider");let P,ee;if(u.keyCode===8&&$(this).getCursorPosition()===0&&x.length>0&&(P=x.last().find("a").text(),$(this).val(P+$(this).val()),$(this)[0].setSelectionRange(P.length,P.length),x.last().remove(),R.last().remove()),u.keyCode===191){ee=$(this).val().split("/");for(let ge=0;ge<ee.length;++ge)P=ee[ge],ge<ee.length-1?P.length&&($(`<span class="section"><a href="#">${P}</a></span>`).insertBefore($(this)),$('<div class="divider"> / </div>').insertBefore($(this))):$(this).val(P),$(this)[0].setSelectionRange(0,0)}ee=[],$(".breadcrumb span.section").each(function(){const ge=$(this);ge.find("a").length?ee.push(ge.find("a").text()):ee.push(ge.text())}),$(this).val()&&ee.push($(this).val()),$("#tree_path").val(ee.join("/"))}).trigger("keyup");const t=$(".repository.editor textarea#edit_area");if(!t.length)return;yield Cm(t[0],e[0],hu);const i=$("#commit-button"),n=$(".ui.edit.form"),a="dirty-file";$('input[name="page_has_posted"]').val()!=="true"&&i.prop("disabled",!0),n.areYouSure({silent:!0,dirtyClass:a,fieldSelector:":input:not(.commit-form-wrapper :input)",change(){const u=$(this).hasClass(a);i.prop("disabled",!u)}}),i.on("click",u=>{t.val().length===0&&($("#edit-empty-content-modal").modal({onApprove(){$(".edit.form").trigger("submit")}}).modal("show"),u.preventDefault())})})}function sg(){const e=$(".repository.new.release .content-editor");if(e.length===0)return!1;const t=e.find("textarea");La(t.get(),{mentions:!1,emoji:!0});const i=e.parent().find(".files"),n=Ba(t);to(e);const a=e.parent().find(".dropzone")[0];ju(n,a,i)}function lg(){$(".organization").length!==0&&($(".organization.settings.options").length>0&&$("#org_name").on("keyup",function(){const e=$("#org-name-change-prompt"),t=$("#org-name-change-redirect-prompt");$(this).val().toString().toLowerCase()!==$(this).data("org-name").toString().toLowerCase()?(e.show(),t.show()):(e.hide(),t.hide())}),$(".organization.settings.labels").length>0&&gu())}function cg(){$(".user.settings.profile").length>0&&$("#username").on("keyup",function(){const e=$("#name-change-prompt"),t=$("#name-change-redirect-prompt");$(this).val().toString().toLowerCase()!==$(this).data("name").toString().toLowerCase()?(e.show(),t.show()):(e.hide(),t.hide())})}function ug(){return dr(this,null,function*(){if($(".edit.githook").length===0)return;const e=document.querySelector(".hook-filename").textContent;yield iu($("#content")[0],e,{language:"shell"})})}function fg(){if($(".new.webhook").length===0)return;$(".events.checkbox input").on("change",function(){$(this).is(":checked")&&$(".events.fields").show()}),$(".non-events.checkbox input").on("change",function(){$(this).is(":checked")&&$(".events.fields").hide()});const e=function(){const t=$("#http_method").val()==="POST";$("#content_type").parent().parent()[t?"show":"hide"]()};e(),$("#http_method").on("change",()=>{e()}),$("#test-delivery").on("click",function(){const t=$(this);t.addClass("loading disabled"),$.post(t.data("link"),{_csrf:_i}).done(setTimeout(()=>{window.location.href=t.data("redirect")},5e3))})}function dg(){if($(".admin").length===0)return;($(".admin.new.user").length>0||$(".admin.edit.user").length>0)&&$("#login_type").on("change",function(){$(this).val().substring(0,1)==="0"?($("#user_name").removeAttr("disabled"),$("#login_name").removeAttr("required"),$(".non-local").hide(),$(".local").show(),$("#user_name").focus(),$(this).data("password")==="required"&&$("#password").attr("required","required")):($(".admin.edit.user").length>0&&$("#user_name").attr("disabled","disabled"),$("#login_name").attr("required","required"),$(".non-local").show(),$(".local").hide(),$("#login_name").focus(),$("#password").removeAttr("required"))});function e(){$("#security_protocol").val()>0?$(".has-tls").show():$(".has-tls").hide()}function t(){$("#use_paged_search").prop("checked")?$(".search-page-size").show().find("input").attr("required","required"):$(".search-page-size").hide().find("input").removeAttr("required")}function i(u){switch($(".open_id_connect_auto_discovery_url, .oauth2_use_custom_url").hide(),$(".open_id_connect_auto_discovery_url input[required]").removeAttr("required"),$("#oauth2_provider").val()){case"gitea":case"nextcloud":case"mastodon":$("#oauth2_use_custom_url").attr("checked","checked");case"github":case"gitlab":$(".oauth2_use_custom_url").show();break;case"openidConnect":$(".open_id_connect_auto_discovery_url input").attr("required","required"),$(".open_id_connect_auto_discovery_url").show();break}n(u)}function n(u){const x=$("#oauth2_provider").val();if($(".oauth2_use_custom_url_field").hide(),$(".oauth2_use_custom_url_field input[required]").removeAttr("required"),$("#oauth2_use_custom_url").is(":checked"))switch(u&&($("#oauth2_token_url").val($(`#${x}_token_url`).val()),$("#oauth2_auth_url").val($(`#${x}_auth_url`).val()),$("#oauth2_profile_url").val($(`#${x}_profile_url`).val()),$("#oauth2_email_url").val($(`#${x}_email_url`).val())),x){case"github":$(".oauth2_token_url input, .oauth2_auth_url input, .oauth2_profile_url input, .oauth2_email_url input").attr("required","required"),$(".oauth2_token_url, .oauth2_auth_url, .oauth2_profile_url, .oauth2_email_url").show();break;case"nextcloud":case"gitea":case"gitlab":$(".oauth2_token_url input, .oauth2_auth_url input, .oauth2_profile_url input").attr("required","required"),$(".oauth2_token_url, .oauth2_auth_url, .oauth2_profile_url").show(),$("#oauth2_email_url").val("");break;case"mastodon":$(".oauth2_auth_url input").attr("required","required"),$(".oauth2_auth_url").show();break}}function a(){$("#groups_enabled").is(":checked")?$("#groups_enabled_change").show():$("#groups_enabled_change").hide()}if($(".admin.new.authentication").length>0&&($("#auth_type").on("change",function(){$(".ldap, .dldap, .smtp, .pam, .oauth2, .has-tls, .search-page-size, .sspi").hide(),$(".ldap input[required], .binddnrequired input[required], .dldap input[required], .smtp input[required], .pam input[required], .oauth2 input[required], .has-tls input[required], .sspi input[required]").removeAttr("required"),$(".binddnrequired").removeClass("required");const u=$(this).val();switch(u){case"2":$(".ldap").show(),$(".binddnrequired input, .ldap div.required:not(.dldap) input").attr("required","required"),$(".binddnrequired").addClass("required");break;case"3":$(".smtp").show(),$(".has-tls").show(),$(".smtp div.required input, .has-tls").attr("required","required");break;case"4":$(".pam").show(),$(".pam input").attr("required","required");break;case"5":$(".dldap").show(),$(".dldap div.required:not(.ldap) input").attr("required","required");break;case"6":$(".oauth2").show(),$(".oauth2 div.required:not(.oauth2_use_custom_url,.oauth2_use_custom_url_field,.open_id_connect_auto_discovery_url) input").attr("required","required"),i(!0);break;case"7":$(".sspi").show(),$(".sspi div.required input").attr("required","required");break}(u==="2"||u==="5")&&(e(),a()),u==="2"&&t()}),$("#auth_type").trigger("change"),$("#security_protocol").on("change",e),$("#use_paged_search").on("change",t),$("#oauth2_provider").on("change",()=>i(!0)),$("#oauth2_use_custom_url").on("change",()=>n(!0)),$("#groups_enabled").on("change",a)),$(".admin.edit.authentication").length>0){const u=$("#auth_type").val();u==="2"||u==="5"?($("#security_protocol").on("change",e),$("#groups_enabled").on("change",a),a(),u==="2"&&$("#use_paged_search").on("change",t)):u==="6"&&($("#oauth2_provider").on("change",()=>i(!0)),$("#oauth2_use_custom_url").on("change",()=>n(!1)),i(!1))}if($(".admin.notice")){const u=$("#detail-modal");$(".view-detail").on("click",function(){return u.find(".content pre").text($(this).parents("tr").find(".notice-description").text()),u.find(".sub.header").text($(this).parents("tr").find(".notice-created-time").text()),u.modal("show"),!1});const x=$(".select.table .ui.checkbox");$(".select.action").on("click",function(){switch($(this).data("action")){case"select-all":x.checkbox("check");break;case"deselect-all":x.checkbox("uncheck");break;case"inverse":x.checkbox("toggle");break}}),$("#delete-selection").on("click",function(){const R=$(this);R.addClass("loading disabled");const P=[];x.each(function(){$(this).checkbox("is checked")&&P.push($(this).data("id"))}),$.post(R.data("link"),{_csrf:_i,ids:P}).done(()=>{window.location.href=R.data("redirect")})})}}function Cu(){$(".ui.button").on("keypress",function(e){(e.keyCode===13||e.keyCode===32)&&$(this).trigger("click")})}function pg(){$("#search-user-box").search({minCharacters:2,apiSettings:{url:`${Sn}/api/v1/users/search?q={query}`,onResponse(t){const i=[];return $.each(t.data,(n,a)=>{let u=a.login;a.full_name&&a.full_name.length>0&&(u+=` (${Na(a.full_name)})`),i.push({title:u,image:a.avatar_url})}),{results:i}}},searchFields:["login","full_name"],showNoResults:!1})}function hg(){const e=$("#search-team-box");e.search({minCharacters:2,apiSettings:{url:`${Sn}/api/v1/orgs/${e.data("org")}/teams/search?q={query}`,headers:{"X-Csrf-Token":_i},onResponse(t){const i=[];return $.each(t.data,(n,a)=>{const u=`${a.name} (${a.permission} access)`;i.push({title:u})}),{results:i}}},searchFields:["name","description"],showNoResults:!1})}function mg(){const e=$("#search-repo-box");e.search({minCharacters:2,apiSettings:{url:`${Sn}/api/v1/repos/search?q={query}&uid=${e.data("uid")}`,onResponse(t){const i=[];return $.each(t.data,(n,a)=>{i.push({title:a.full_name.split("/")[1],description:a.full_name})}),{results:i}}},searchFields:["full_name"],showNoResults:!1})}function gg(){$(".code-view .lines-num").length>0&&($(document).on("click",".lines-num span",function(e){const t=$(this);let i;$("div.blame").length?i=$(".code-view td.lines-code.blame-code"):i=$(".code-view td.lines-code"),$s(i,i.filter(`[rel=${t.attr("id")}]`),e.shiftKey?i.filter(".active").eq(0):null),Eg(),$("div.blame").length===0&&As()}),$(window).on("hashchange",()=>{let e=window.location.hash.match(/^#(L\d+)-(L\d+)$/),t;$("div.blame").length?t=$(".code-view td.lines-code.blame-code"):t=$(".code-view td.lines-code");let i;if(e){i=t.filter(`[rel=${e[1]}]`),$s(t,i,t.filter(`[rel=${e[2]}]`)),$("div.blame").length===0&&As(),$("html, body").scrollTop(i.offset().top-200);return}e=window.location.hash.match(/^#(L|n)(\d+)$/),e&&(i=t.filter(`[rel=L${e[2]}]`),$s(t,i),$("div.blame").length===0&&As(),$("html, body").scrollTop(i.offset().top-200))}).trigger("hashchange")),$(document).on("click",".fold-file",({currentTarget:e})=>{const t=e.closest(".file-content"),i=t.dataset.folded!=="true";e.innerHTML=Fa(`octicon-chevron-${i?"right":"down"}`,18),t.dataset.folded=String(i)}),$(document).on("click",".blob-excerpt",e=>dr(this,[e],function*({currentTarget:t}){const{url:i,query:n,anchor:a}=t.dataset;if(!i)return;const u=yield $.get(`${i}?${n}&anchor=${a}`);t.closest("tr").outerHTML=u}))}function vg(){$("#wait-for-key").length!==0&&u2fApi.ensureSupport().then(()=>{$.getJSON(`${Sn}/user/u2f/challenge`).done(e=>{u2fApi.sign(e.appId,e.challenge,e.registeredKeys,30).then(bg).catch(t=>{if(t===void 0){pa(1);return}pa(t.metaData.code)})})}).catch(()=>{window.location.href=`${Sn}/user/two_factor`})}function bg(e){$.ajax({url:`${Sn}/user/u2f/sign`,type:"POST",headers:{"X-Csrf-Token":_i},data:JSON.stringify(e),contentType:"application/json; charset=utf-8"}).done(t=>{window.location.replace(t)}).fail(()=>{pa(1)})}function yg(e){wg(e)||$.ajax({url:`${Sn}/user/settings/security/u2f/register`,type:"POST",headers:{"X-Csrf-Token":_i},data:JSON.stringify(e),contentType:"application/json; charset=utf-8",success(){jr()},fail(){pa(1)}})}function wg(e){return!("errorCode"in e)||e.errorCode===0?!1:(pa(e.errorCode),!0)}function pa(e){const t={browser:$("#unsupported-browser"),1:$("#u2f-error-1"),2:$("#u2f-error-2"),3:$("#u2f-error-3"),4:$("#u2f-error-4"),5:$(".u2f_error_5")};t[e].removeClass("hide"),Object.keys(t).forEach(i=>{i!==`${e}`&&t[i].addClass("hide")}),$("#u2f-error").modal("show")}function jg(){$("#register-device").modal({allowMultiple:!1}),$("#u2f-error").modal({allowMultiple:!1}),$("#register-security-key").on("click",e=>{e.preventDefault(),u2fApi.ensureSupport().then(_g).catch(()=>{pa("browser")})})}function _g(){$.post(`${Sn}/user/settings/security/u2f/request_register`,{_csrf:_i,name:$("#nickname").val()}).done(e=>{$("#nickname").closest("div.field").removeClass("error"),$("#register-device").modal("show"),e.registeredKeys===null&&(e.registeredKeys=[]),u2fApi.register(e.appId,e.registerRequests,e.registeredKeys,30).then(yg).catch(t=>{if(t===void 0){pa(1);return}pa(t.metaData.code)})}).fail(e=>{e.status===409&&$("#nickname").closest("div.field").addClass("error")})}function xg(){$(".title_wip_desc > a").on("click",e=>{e.preventDefault();const t=$("#issue_title");t.focus();const i=t.val().trim().toUpperCase(),n=$(".title_wip_desc").data("wip-prefixes");for(const a of n)if(i.startsWith(a.toUpperCase()))return;t.val(`${n[0]} ${t.val()}`)})}function Cg(){const e=$("#repo_template"),t=function(){const n=$("#template_units"),a=$("#non_template");e.val()!==""&&e.val()!=="0"?(n.show(),a.hide()):(n.hide(),a.show())};e.on("change",t),t();const i=function(){$("#repo_template_search").dropdown({apiSettings:{url:`${Sn}/api/v1/repos/search?q={query}&template=true&priority_owner_id=${$("#uid").val()}`,onResponse(n){const a={success:!0,results:[]};return a.results.push({name:"",value:""}),$.each(n.data,(u,x)=>{a.results.push({name:Na(x.full_name),value:x.id})}),a},cache:!1},fullTextSearch:!0})};$("#uid").on("change",i),i()}function Sg(){$(".issue_reference_repository_search").dropdown({apiSettings:{url:`${Sn}/api/v1/repos/search?q={query}&limit=20`,onResponse(e){const t={success:!0,results:[]};return $.each(e.data,(i,n)=>{t.results.push({name:Na(n.full_name),value:n.full_name})}),t},cache:!1},onChange(e,t,i){i.closest("form").attr("action",`${Sn}/${t}/issues/new`)},fullTextSearch:!0})}function Tg(){$(".file-view-toggle").on("click",function(){const e=$(this);e.parent().children().removeClass("active"),e.addClass("active");const t=$(e.data("toggle-selector"));t.parent().children().addClass("hide"),t.removeClass("hide")})}function Ag(){const e=$(".page-content.user.link-account");if(e.length===0)return!1;const t=e.find('.item[data-tab="auth-link-signin-tab"]'),i=e.find('.item[data-tab="auth-link-signup-tab"]'),n=e.find('.tab[data-tab="auth-link-signin-tab"]'),a=e.find('.tab[data-tab="auth-link-signup-tab"]');i.on("click",()=>(t.removeClass("active"),n.removeClass("active"),i.addClass("active"),a.addClass("active"),!1)),t.on("click",()=>{i.removeClass("active"),a.removeClass("active"),t.addClass("active"),n.addClass("active")})}$(document).ready(()=>dr(void 0,null,function*(){$(".time-since").each(function(){$(this).addClass("poping up").attr("data-content",$(this).attr("title")).attr("data-variation","inverted tiny").attr("title","")}),navigator.userAgent.match("Safari")&&$(window).resize(()=>{const t=J("width",0,4096,1,"px");J("width",0,1024,.01,"em")*16*1.25-t<=-1?$("body").addClass("safari-above125"):$("body").removeClass("safari-above125")}),$(".dropdown:not(.custom)").dropdown({fullTextSearch:"exact"}),$(".jump.dropdown").dropdown({action:"hide",onShow(){$(".poping.up").popup("hide")},fullTextSearch:"exact"}),$(".slide.up.dropdown").dropdown({transition:"slide up",fullTextSearch:"exact"}),$(".upward.dropdown").dropdown({direction:"upward",fullTextSearch:"exact"}),$(".ui.checkbox").checkbox(),$(".ui.progress").progress({showActivity:!1}),$(".poping.up").popup(),$(".top.menu .poping.up").popup({onShow(){if($(".top.menu .menu.transition").hasClass("visible"))return!1}}),$(".tabular.menu .item").tab(),$(".tabable.menu .item").tab(),$(".toggle.button").on("click",function(){$($(this).data("target")).slideToggle(100)}),$("tr[data-href]").on("click",function(){window.location=$(this).data("href")}),$("td[data-href]").click(function(){window.location=$(this).data("href")}),Ag();for(const t of document.querySelectorAll(".dropzone")){const i={},n=$(t);yield Oc(t,{url:n.data("upload-url"),headers:{"X-Csrf-Token":_i},maxFiles:n.data("max-file"),maxFilesize:n.data("max-size"),acceptedFiles:["*/*",""].includes(n.data("accepts"))?null:n.data("accepts"),addRemoveLinks:!0,dictDefaultMessage:n.data("default-message"),dictInvalidFileType:n.data("invalid-input-type"),dictFileTooBig:n.data("file-too-big"),dictRemoveFile:n.data("remove-file"),timeout:0,thumbnailMethod:"contain",thumbnailWidth:480,thumbnailHeight:480,init(){this.on("success",(a,u)=>{i[a.name]=u.uuid;const x=$(`<input id="${u.uuid}" name="files" type="hidden">`).val(u.uuid);n.find(".files").append(x)}),this.on("removedfile",a=>{a.name in i&&$(`#${i[a.name]}`).remove(),n.data("remove-url")&&$.post(n.data("remove-url"),{file:i[a.name],_csrf:_i})})}})}$(".delete-button").on("click",Tu),$(".add-all-button").on("click",kg),$(".link-action").on("click",$g),$(".language-menu a[lang]").on("click",Og),$(".link-email-action").on("click",Dg),$(".delete-branch-button").on("click",Tu),$(".undo-button").on("click",function(){const t=$(this);$.post(t.data("url"),{_csrf:_i,id:t.data("id")}).done(i=>{window.location.href=i.redirect})}),$(".show-panel.button").on("click",function(){$($(this).data("panel")).show()}),$(".show-create-branch-modal.button").on("click",function(){$("#create-branch-form")[0].action=$("#create-branch-form").data("base-action")+$(this).data("branch-from"),$("#modal-create-branch-from-span").text($(this).data("branch-from")),$($(this).data("modal")).modal("show")}),$(".show-modal.button").on("click",function(){$($(this).data("modal")).modal("show")}),$(".delete-post.button").on("click",function(){const t=$(this);$.post(t.data("request-url"),{_csrf:_i}).done(()=>{window.location.href=t.data("done-url")})}),$(".issue-checkbox").on("click",()=>{$(".issue-checkbox").children("input:checked").length>0?($("#issue-filters").addClass("hide"),$("#issue-actions").removeClass("hide")):($("#issue-filters").removeClass("hide"),$("#issue-actions").addClass("hide"))}),$(".issue-action").on("click",function(){let{action:t,elementId:i,url:n}=this.dataset;const a=$(".issue-checkbox").children("input:checked").map((u,x)=>x.dataset.issueId).get().join();i==="0"&&n.substr(-9)==="/assignee"&&(i="",t="clear"),Ua(n,t,a,i,"").then(()=>{(t==="close"||t==="open")&&$('.issue-checkbox input[type="checkbox"]').each((u,x)=>{x.checked=!1}),jr()})}),$('.issue-checkbox input[type="checkbox"]:checked').first().each((t,i)=>{i.checked=!1,$(i).trigger("click")}),$(document).on("click",".resolve-conversation",function(t){return dr(this,null,function*(){t.preventDefault();const i=$(this).data("comment-id"),n=$(this).data("origin"),a=$(this).data("action"),u=$(this).data("update-url"),x=yield $.post(u,{_csrf:_i,origin:n,action:a,comment_id:i});if($(this).closest(".conversation-holder").length){const R=$(x);$(this).closest(".conversation-holder").replaceWith(R),R.find(".dropdown").dropdown(),Do(R),Cs()}else jr()})}),Cu(),pg(),hg(),mg(),Am(),pu(),Xm(),Qm(),Jm(),Zm(),rm(),ag(),Vm(),og(),lg(),fg(),dg(),gg(),Ig(),rg(),Rg(),Mg(),Hg(),vg(),jg(),Ug(),Ng(),zg(),xg(),ig(),vu(),Cg(),Sg(),Vh(),mm(),Ts(),eg(),Tg(),sg(),tg();const e={"div.user.settings":cg,"div.repository.settings.collaboration":ng};for(const[t,i]of Object.entries(e))if($(t).length>0){i();break}yield Promise.all([La(document.querySelectorAll("#content, .emoji-input")),qh(),Cs(),Zh(),sm(),hm(),km(),Rm(),eo(),ug(),im()])}));function Su(e){window.history.pushState?window.history.pushState(null,null,e):window.location.hash=e}function Eg(){window.getSelection?window.getSelection().removeAllRanges():document.selection.empty()}function $s(e,t,i){if(e.removeClass("active"),i){let u=parseInt(t.attr("rel").substr(1)),x=parseInt(i.attr("rel").substr(1)),R;if(u!==x){u>x&&(R=u,u=x,x=R);const P=[];for(let fe=u;fe<=x;fe++)P.push(`[rel=L${fe}]`);e.filter(P.join(",")).addClass("active"),Su(`#L${u}-L${x}`);const ee=$("a.ref-in-new-issue");if(ee.length===0)return;const ge=ee.attr("href").match(/%23L\d+$|%23L\d+-L\d+$/);ge?ee.attr("href",ee.attr("href").replace(ee.attr("href").substr(ge.index),`%23L${u}-L${x}`)):ee.attr("href",`${ee.attr("href")}%23L${u}-L${x}`);return}}t.addClass("active"),Su(`#${t.attr("rel")}`);const n=$("a.ref-in-new-issue");if(n.length===0)return;const a=n.attr("href").match(/%23L\d+$|%23L\d+-L\d+$/);a?n.attr("href",n.attr("href").replace(n.attr("href").substr(a.index),`%23${t.attr("rel")}`)):n.attr("href",`${n.attr("href")}%23${t.attr("rel")}`)}$(()=>{$(".user.signin").length===0&&$("form:not(.ignore-dirty)").areYouSure(),$("#ssh-key-content").on("change paste keyup",function(){const e=$(this).val().split(" "),t=$("#ssh-key-title");t.val()===""&&e.length===3&&e[2]!==""&&t.val(e[2])})});function Tu(){const e=$(this);let t="";e.attr("id")&&(t+=`#${e.attr("id")}`);const i=$(`.delete.modal${t}`);return i.find(".name").text(e.data("name")),i.modal({closable:!1,onApprove(){if(e.data("type")==="form"){$(e.data("form")).trigger("submit");return}$.post(e.data("url"),{_csrf:_i,id:e.data("id")}).done(n=>{window.location.href=n.redirect})}}).modal("show"),!1}function kg(){const e=$(this);let t="";e.attr("id")&&(t+=`#${e.attr("id")}`);const i=$(`.addall.modal${t}`);return i.find(".name").text(e.data("name")),i.modal({closable:!1,onApprove(){if(e.data("type")==="form"){$(e.data("form")).trigger("submit");return}$.post(e.data("url"),{_csrf:_i,id:e.data("id")}).done(n=>{window.location.href=n.redirect})}}).modal("show"),!1}function $g(e){e.preventDefault();const t=$(this),i=t.data("redirect");$.post(t.data("url"),{_csrf:_i}).done(n=>{n.redirect?window.location.href=n.redirect:i?window.location.href=i:window.location.reload()})}function Og(){const e=$(this);$.post(e.data("url")).always(()=>{window.location.reload()})}function Dg(e){const t=$(this);$("#form-uid").val(t.data("uid")),$("#form-email").val(t.data("email")),$("#form-primary").val(t.data("primary")),$("#form-activate").val(t.data("activate")),$("#form-uid").val(t.data("uid")),$("#change-email-modal").modal("show"),e.preventDefault()}function Pg(){for(const[t,i]of Object.entries(So)){const n=i.replace(/height="[0-9]+"/,'v-bind:height="size"').replace(/width="[0-9]+"/,'v-bind:width="size"');zn.component(t,{props:{size:{type:String,default:"16"}},template:n})}const e=["${","}"];zn.component("repo-search",{delimiters:e,props:{searchLimit:{type:Number,default:10},suburl:{type:String,required:!0},uid:{type:Number,required:!0},teamId:{type:Number,required:!1,default:0},organizations:{type:Array,default:()=>[]},isOrganization:{type:Boolean,default:!0},canCreateOrganization:{type:Boolean,default:!1},organizationsTotalCount:{type:Number,default:0},moreReposLink:{type:String,default:""}},data(){const t=new URLSearchParams(window.location.search);let i=t.get("repo-search-tab");i||(i="repos");let n=t.get("repo-search-filter");n||(n="all");let a=t.get("repo-search-private");a||(a="both");let u=t.get("repo-search-archived");u||(u="unarchived");let x=t.get("repo-search-query");x||(x="");let R=1;try{R=parseInt(t.get("repo-search-page"))}catch(P){}return R||(R=1),{tab:i,repos:[],reposTotalCount:0,reposFilter:n,archivedFilter:u,privateFilter:a,page:R,finalPage:1,searchQuery:x,isLoading:!1,staticPrefix:Um,counts:{},repoTypes:{all:{searchMode:""},forks:{searchMode:"fork"},mirrors:{searchMode:"mirror"},sources:{searchMode:"source"},collaborative:{searchMode:"collaborative"}}}},computed:{showMoreReposLink(){return this.repos.length>0&&this.repos.length<this.counts[`${this.reposFilter}:${this.archivedFilter}:${this.privateFilter}`]},searchURL(){return`${this.suburl}/api/v1/repos/search?sort=updated&order=desc&uid=${this.uid}&team_id=${this.teamId}&q=${this.searchQuery}&page=${this.page}&limit=${this.searchLimit}&mode=${this.repoTypes[this.reposFilter].searchMode}${this.reposFilter!=="all"?"&exclusive=1":""}${this.archivedFilter==="archived"?"&archived=true":""}${this.archivedFilter==="unarchived"?"&archived=false":""}${this.privateFilter==="private"?"&is_private=true":""}${this.privateFilter==="public"?"&is_private=false":""}`},repoTypeCount(){return this.counts[`${this.reposFilter}:${this.archivedFilter}:${this.privateFilter}`]}},mounted(){this.changeReposFilter(this.reposFilter),$(this.$el).find(".poping.up").popup(),$(this.$el).find(".dropdown").dropdown(),this.setCheckboxes(),zn.nextTick(()=>{this.$refs.search.focus()})},methods:{changeTab(t){this.tab=t,this.updateHistory()},setCheckboxes(){switch(this.archivedFilter){case"unarchived":$("#archivedFilterCheckbox").checkbox("set unchecked");break;case"archived":$("#archivedFilterCheckbox").checkbox("set checked");break;case"both":$("#archivedFilterCheckbox").checkbox("set indeterminate");break;default:this.archivedFilter="unarchived",$("#archivedFilterCheckbox").checkbox("set unchecked");break}switch(this.privateFilter){case"public":$("#privateFilterCheckbox").checkbox("set unchecked");break;case"private":$("#privateFilterCheckbox").checkbox("set checked");break;case"both":$("#privateFilterCheckbox").checkbox("set indeterminate");break;default:this.privateFilter="both",$("#privateFilterCheckbox").checkbox("set indeterminate");break}},changeReposFilter(t){this.reposFilter=t,this.repos=[],this.page=1,zn.set(this.counts,`${t}:${this.archivedFilter}:${this.privateFilter}`,0),this.searchRepos()},updateHistory(){const t=new URLSearchParams(window.location.search);this.tab==="repos"?t.delete("repo-search-tab"):t.set("repo-search-tab",this.tab),this.reposFilter==="all"?t.delete("repo-search-filter"):t.set("repo-search-filter",this.reposFilter),this.privateFilter==="both"?t.delete("repo-search-private"):t.set("repo-search-private",this.privateFilter),this.archivedFilter==="unarchived"?t.delete("repo-search-archived"):t.set("repo-search-archived",this.archivedFilter),this.searchQuery===""?t.delete("repo-search-query"):t.set("repo-search-query",this.searchQuery),this.page===1?t.delete("repo-search-page"):t.set("repo-search-page",`${this.page}`);const i=t.toString();i?window.history.replaceState({},"",`?${i}`):window.history.replaceState({},"",window.location.pathname)},toggleArchivedFilter(){switch(this.archivedFilter){case"both":this.archivedFilter="unarchived";break;case"unarchived":this.archivedFilter="archived";break;case"archived":this.archivedFilter="both";break;default:this.archivedFilter="unarchived";break}this.page=1,this.repos=[],this.setCheckboxes(),zn.set(this.counts,`${this.reposFilter}:${this.archivedFilter}:${this.privateFilter}`,0),this.searchRepos()},togglePrivateFilter(){switch(this.privateFilter){case"both":this.privateFilter="public";break;case"public":this.privateFilter="private";break;case"private":this.privateFilter="both";break;default:this.privateFilter="both";break}this.page=1,this.repos=[],this.setCheckboxes(),zn.set(this.counts,`${this.reposFilter}:${this.archivedFilter}:${this.privateFilter}`,0),this.searchRepos()},changePage(t){this.page=t,this.page>this.finalPage&&(this.page=this.finalPage),this.page<1&&(this.page=1),this.repos=[],zn.set(this.counts,`${this.reposFilter}:${this.archivedFilter}:${this.privateFilter}`,0),this.searchRepos()},searchRepos(){if(this.isLoading=!0,!this.reposTotalCount){const a=`${this.suburl}/api/v1/repos/search?sort=updated&order=desc&uid=${this.uid}&team_id=${this.teamId}&q=&page=1&mode=`;$.getJSON(a,(u,x,R)=>{this.reposTotalCount=R.getResponseHeader("X-Total-Count")})}const t=this.repoTypes[this.reposFilter].searchMode,i=this.searchURL,n=this.searchQuery;$.getJSON(i,(a,u,x)=>{if(i===this.searchURL){this.repos=a.data;const R=x.getResponseHeader("X-Total-Count");n===""&&t===""&&this.archivedFilter==="both"&&(this.reposTotalCount=R),zn.set(this.counts,`${this.reposFilter}:${this.archivedFilter}:${this.privateFilter}`,R),this.finalPage=Math.ceil(R/this.searchLimit),this.updateHistory()}}).always(()=>{i===this.searchURL&&(this.isLoading=!1)})},repoIcon(t){return t.fork?"octicon-repo-forked":t.mirror?"octicon-mirror":t.template?"octicon-repo-template":t.private?"octicon-lock":(t.internal,"octicon-repo")}}})}function Rg(){$(".js-quick-submit").on("keydown",function(e){(e.ctrlKey&&!e.altKey||e.metaKey)&&(e.keyCode===13||e.keyCode===10)&&$(this).closest("form").trigger("submit")})}function Ig(){const e=document.getElementById("app");!e||(Pg(),new zn({el:e,delimiters:["${","}"],components:{ActivityTopAuthors:oh},data:()=>({searchLimit:Number((document.querySelector("meta[name=_search_limit]")||{}).content),suburl:Sn,uid:Number((document.querySelector("meta[name=_context_uid]")||{}).content),activityTopAuthors:window.ActivityTopAuthors||[]})}))}function Ng(){$(document).on("click",".issue-add-time",()=>{$(".issue-start-time-modal").modal({duration:200,onApprove(){$("#add_time_manual_form").trigger("submit")}}).modal("show"),$(".issue-start-time-modal input").on("keydown",e=>{(e.keyCode||e.key)===13&&$("#add_time_manual_form").trigger("submit")})}),$(document).on("click",".issue-start-time, .issue-stop-time",()=>{$("#toggle_stopwatch_form").trigger("submit")}),$(document).on("click",".issue-cancel-time",()=>{$("#cancel_stopwatch_form").trigger("submit")}),$(document).on("click","button.issue-delete-time",function(){const e=`.issue-delete-time-modal[data-id="${$(this).data("id")}"]`;$(e).modal({duration:200,onApprove(){$(`${e} form`).trigger("submit")}}).modal("show")})}function Lg(e){$(e).each(function(){const t=$(this);t.find(".reference.column").on("click",function(){return t.find(".scrolling.reference-list-menu").hide(),$($(this).data("target")).show(),!1})})}function Fg(e){$(e).each(function(){const i=$(this).find(".data"),n={items:[],mode:i.data("mode"),searchTerm:"",noResults:"",canCreateBranch:!1,menuVisible:!1,createTag:!1,active:0};i.find(".item").each(function(){n.items.push({name:$(this).text(),url:$(this).data("url"),branch:$(this).hasClass("branch"),tag:$(this).hasClass("tag"),selected:$(this).hasClass("selected")})}),i.remove(),new zn({el:this,delimiters:["${","}"],data:n,computed:{filteredItems(){const a=this.items.filter(u=>(this.mode==="branches"&&u.branch||this.mode==="tags"&&u.tag)&&(!this.searchTerm||u.name.toLowerCase().includes(this.searchTerm.toLowerCase())));return this.active=a.length===0&&this.showCreateNewBranch?0:-1,a},showNoResults(){return this.filteredItems.length===0&&!this.showCreateNewBranch},showCreateNewBranch(){return!this.canCreateBranch||!this.searchTerm?!1:this.items.filter(a=>a.name.toLowerCase()===this.searchTerm.toLowerCase()).length===0}},watch:{menuVisible(a){a&&this.focusSearchField()}},beforeMount(){this.noResults=this.$el.getAttribute("data-no-results"),this.canCreateBranch=this.$el.getAttribute("data-can-create-branch")==="true",document.body.addEventListener("click",a=>{this.$el.contains(a.target)||this.menuVisible&&zn.set(this,"menuVisible",!1)})},methods:{selectItem(a){const u=this.getSelected();u!==null&&(u.selected=!1),a.selected=!0,window.location.href=a.url},createNewBranch(){!this.showCreateNewBranch||$(this.$refs.newBranchForm).trigger("submit")},focusSearchField(){zn.nextTick(()=>{this.$refs.searchField.focus()})},getSelected(){for(let a=0,u=this.items.length;a<u;++a)if(this.items[a].selected)return this.items[a];return null},getSelectedIndexInFiltered(){for(let a=0,u=this.filteredItems.length;a<u;++a)if(this.filteredItems[a].selected)return a;return-1},scrollToActive(){let a=this.$refs[`listItem${this.active}`];if(!a||!a.length)return;Array.isArray(a)&&(a=a[0]);const u=this.$refs.scrollContainer;a.offsetTop<u.scrollTop?u.scrollTop=a.offsetTop:a.offsetTop+a.clientHeight>u.scrollTop+u.clientHeight&&(u.scrollTop=a.offsetTop+a.clientHeight-u.clientHeight)},keydown(a){if(a.keyCode===40){if(a.preventDefault(),this.active===-1&&(this.active=this.getSelectedIndexInFiltered()),this.active+(this.showCreateNewBranch?0:1)>=this.filteredItems.length)return;this.active++,this.scrollToActive()}else if(a.keyCode===38){if(a.preventDefault(),this.active===-1&&(this.active=this.getSelectedIndexInFiltered()),this.active<=0)return;this.active--,this.scrollToActive()}else a.keyCode===13?(a.preventDefault(),this.active>=this.filteredItems.length?this.createNewBranch():this.active>=0&&this.selectItem(this.filteredItems[this.active])):a.keyCode===27&&(a.preventDefault(),this.menuVisible=!1)}}})})}$(".commit-button").on("click",function(e){e.preventDefault(),$(this).parent().find(".commit-body").toggle()});function Mg(){const e=$("#navbar"),t=$("#navbar-expand-toggle");let i=!1;t.on("click",()=>{i=!i,i?(e.addClass("shown"),t.addClass("active")):(e.removeClass("shown"),t.removeClass("active"))})}function Hg(){const e=$("#manage_topic"),t=$("#topic_edit"),i=$("#repo-topics"),n=$("#save_topic"),a=$("#topic_edit .dropdown"),u=$("#topic_edit.ui.form"),x=R();e.on("click",()=>{i.hide(),t.css("display","")});function R(){const P=$("div.hide#validate_prompt"),ee={countPrompt:P.children("#count_prompt").text(),formatPrompt:P.children("#format_prompt").text()};return P.remove(),ee}n.on("click",()=>{const P=$("input[name=topics]").val();$.post(n.data("link"),{_csrf:_i,topics:P},(ee,ge,fe)=>{if(fe.responseJSON.status==="ok"){if(i.children(".topic").remove(),P.length){const ze=P.split(","),ct=i.children("a").last();for(let vt=0;vt<ze.length;vt++){const ft=$('<a class="ui repo-topic large label topic"></a>');ft.attr("href",`${Sn}/explore/repos?q=${encodeURIComponent(ze[vt])}&topic=1`),ft.text(ze[vt]),ft.insertBefore(ct)}}t.css("display","none"),i.show()}}).fail(ee=>{if(ee.status===422)if(ee.responseJSON.invalidTopics.length>0){x.formatPrompt=ee.responseJSON.message;const{invalidTopics:ge}=ee.responseJSON,fe=a.children("a.ui.label");P.split(",").forEach((ze,ct)=>{for(let vt=0;vt<ge.length;vt++)ge[vt]===ze&&fe.eq(ct).removeClass("green").addClass("red")})}else x.countPrompt=ee.responseJSON.message}).always(()=>{u.form("validate form")})}),a.dropdown({allowAdditions:!0,forceSelection:!1,fullTextSearch:"exact",fields:{name:"description",value:"data-value"},saveRemoteData:!1,label:{transition:"horizontal flip",duration:200,variation:!1,blue:!0,basic:!0},className:{label:"ui small label"},apiSettings:{url:`${Sn}/api/v1/topics/search?q={query}`,throttle:500,cache:!1,onResponse(P){const ee={success:!1,results:[]},ge=ce(this.urlData.query.trim());let fe=!1;const ze=[];if(a.find("div.label.visible.topic,a.label.visible").each((ct,vt)=>{ze.push(vt.dataset.value)}),P.topics){let ct=!1;for(let vt=0;vt<P.topics.length;vt++)ze.includes(P.topics[vt].topic_name)||(P.topics[vt].topic_name.toLowerCase()===ge.toLowerCase()&&(fe=!0),ee.results.push({description:P.topics[vt].topic_name,"data-value":P.topics[vt].topic_name}),ct=!0);ee.success=ct}return ge.length>0&&!fe?(ee.success=!0,ee.results.unshift({description:ge,"data-value":ge})):ge.length>0&&fe&&ee.results.sort((ct,vt)=>ct.description.toLowerCase()===ge.toLowerCase()?-1:vt.description.toLowerCase()===ge.toLowerCase()?1:ct.description>vt.description?-1:ct.description<vt.description?1:0),ee}},onLabelCreate(P){return P=P.toLowerCase().trim(),this.attr("data-value",P).contents().first().replaceWith(P),$(this)},onAdd(P,ee,ge){P=P.toLowerCase().trim(),$(ge).attr("data-value",P),$(ge).attr("data-text",P)}}),$.fn.form.settings.rules.validateTopic=function(P,ee){const ge=a.children("a.ui.label"),fe=ge.length===0||ge.last().attr("data-value").match(ee);return fe||ge.last().removeClass("green").addClass("red"),fe&&a.children("a.ui.label.red").length===0},u.form({on:"change",inline:!0,fields:{topics:{identifier:"topics",rules:[{type:"validateTopic",value:/^[a-z0-9][a-z0-9-]{0,35}$/,prompt:x.formatPrompt},{type:"maxCount[25]",prompt:x.countPrompt}]}}})}function Au(e){$("#deadline-err-invalid-date").hide(),$("#deadline-loader").addClass("loading");let t=null;if(e!==""){const i=Date.parse(e);if(Number.isNaN(i))return $("#deadline-loader").removeClass("loading"),$("#deadline-err-invalid-date").show(),!1;t=new Date(i)}$.ajax(`${$("#update-issue-deadline-form").attr("action")}/deadline`,{data:JSON.stringify({due_date:t}),headers:{"X-Csrf-Token":_i,"X-Remote":!0},contentType:"application/json",type:"POST",success(){jr()},error(){$("#deadline-loader").removeClass("loading"),$("#deadline-err-invalid-date").show()}})}function zg(){$(document).on("click",".issue-due-edit",()=>{$("#deadlineForm").fadeToggle(150)}),$(document).on("click",".issue-due-remove",()=>{Au("")}),$(document).on("submit",".issue-due-form",()=>(Au($("#deadlineDate").val()),!1))}function Ug(){const e=$("#repolink").val(),t=$("#repoId").val(),i=$("#crossRepoSearch").val(),n=$("#type").val();let a=`${Sn}/api/v1/repos/${e}/issues?q={query}&type=${n}`;i==="true"&&(a=`${Sn}/api/v1/repos/issues/search?q={query}&priority_repo_id=${t}&type=${n}`),$("#new-dependency-drop-list").dropdown({apiSettings:{url:a,onResponse(x){const R={success:!0,results:[]},P=$("#new-dependency-drop-list").data("issue-id");return $.each(x,(ee,ge)=>{ge.id!==P&&R.results.push({name:`#${ge.number} ${Na(ge.title)}<div class="text small dont-break-out">${Na(ge.repository.full_name)}</div>`,value:ge.id})}),R},cache:!1},fullTextSearch:!0});function u(x){const R=$(x).attr("href"),ee=`labels=((?:-?[0-9]+%2c)*)(${$(x).data("label-id")})((?:%2c-?[0-9]+)*)&`,ge="labels=$1-$2$3&";window.location=R.replace(new RegExp(ee),ge)}$(".menu a.label-filter-item").each(function(){$(this).on("click",function(x){x.altKey&&(x.preventDefault(),u(this))})}),$(".menu .ui.dropdown.label-filter").on("keydown",x=>{if(x.altKey&&x.keyCode===13){const R=$(".menu .ui.dropdown.label-filter .menu .item.selected");R.length>0&&u($(R[0]))}})}$(document).on("click",'button[name="is_review"]',e=>{$(e.target).closest("form").append('<input type="hidden" name="is_review" value="true">')}),$(document).on("submit",".conversation-holder form",e=>dr(void 0,null,function*(){e.preventDefault();const t=$(e.target),i=$(yield $.post(t.attr("action"),t.serialize())),{path:n,side:a,idx:u}=i.data();t.closest(".conversation-holder").replaceWith(i),t.closest("tr").data("line-type")==="same"?$(`a.add-code-comment[data-path="${n}"][data-idx="${u}"]`).addClass("invisible"):$(`a.add-code-comment[data-path="${n}"][data-side="${a}"][data-idx="${u}"]`).addClass("invisible"),i.find(".dropdown").dropdown(),Do(i),Cs()})),$(document).on("click",".oauth-login-image",()=>{const e=$("#oauth2-login-loader"),t=$("#oauth2-login-navigator");t.hide(),e.removeClass("disabled"),setTimeout(()=>{e.addClass("disabled"),t.show()},5e3)})},"./web_src/js/jquery.js":function(l,q,le){"use strict";var o=le("./node_modules/jquery/dist/jquery.js");window.$=window.jQuery=o},"./node_modules/jquery.are-you-sure/jquery.are-you-sure.js":function(){(function(l){l.fn.areYouSure=function(q){var le=l.extend({message:"You have unsaved changes!",dirtyClass:"dirty",change:null,silent:!1,addRemoveFieldsMarksDirty:!1,fieldEvents:"change keyup propertychange input",fieldSelector:":input:not(input[type=submit]):not(input[type=button])"},q),o=function(J){if(J.hasClass("ays-ignore")||J.hasClass("aysIgnore")||J.attr("data-ays-ignore")||J.attr("name")===void 0)return null;if(J.is(":disabled"))return"ays-disabled";var pe,K=J.attr("type");switch(J.is("select")&&(K="select"),K){case"checkbox":case"radio":pe=J.is(":checked");break;case"select":pe="",J.find("option").each(function(y){var O=l(this);O.is(":selected")&&(pe+=O.val())});break;default:pe=J.val()}return pe},h=function(J){J.data("ays-orig",o(J))},p=function(J){var pe=function(ye){var xe=ye.data("ays-orig");return xe===void 0?!1:o(ye)!=xe},K=l(this).is("form")?l(this):l(this).parents("form");if(pe(l(J.target))){F(K,!0);return}if($fields=K.find(le.fieldSelector),le.addRemoveFieldsMarksDirty){var y=K.data("ays-orig-field-count");if(y!=$fields.length){F(K,!0);return}}var O=!1;$fields.each(function(){if($field=l(this),pe($field))return O=!0,!1}),F(K,O)},N=function(J){var pe=J.find(le.fieldSelector);l(pe).each(function(){h(l(this))}),l(pe).unbind(le.fieldEvents,p),l(pe).bind(le.fieldEvents,p),J.data("ays-orig-field-count",l(pe).length),F(J,!1)},F=function(J,pe){var K=pe!=J.hasClass(le.dirtyClass);J.toggleClass(le.dirtyClass,pe),K&&(le.change&&le.change.call(J,J),pe&&J.trigger("dirty.areYouSure",[J]),pe||J.trigger("clean.areYouSure",[J]),J.trigger("change.areYouSure",[J]))},B=function(){var J=l(this),pe=J.find(le.fieldSelector);l(pe).each(function(){var K=l(this);K.data("ays-orig")||(h(K),K.bind(le.fieldEvents,p))}),J.trigger("checkform.areYouSure")},ce=function(){N(l(this))};return!le.silent&&!window.aysUnloadSet&&(window.aysUnloadSet=!0,l(window).bind("beforeunload",function(){if($dirtyForms=l("form").filter("."+le.dirtyClass),$dirtyForms.length!=0){if(navigator.userAgent.toLowerCase().match(/msie|chrome/)){if(window.aysHasPrompted)return;window.aysHasPrompted=!0,window.setTimeout(function(){window.aysHasPrompted=!1},900)}return le.message}})),this.each(function(J){if(!!l(this).is("form")){var pe=l(this);pe.submit(function(){pe.removeClass(le.dirtyClass)}),pe.bind("reset",function(){F(pe,!1)}),pe.bind("rescan.areYouSure",B),pe.bind("reinitialize.areYouSure",ce),pe.bind("checkform.areYouSure",p),N(pe)}})}})(jQuery)},"./node_modules/jquery/dist/jquery.js":function(l,q){var le,o;(function(h,p){"use strict";typeof l.exports=="object"?l.exports=h.document?p(h,!0):function(N){if(!N.document)throw new Error("jQuery requires a window with a document");return p(N)}:p(h)})(typeof window!="undefined"?window:this,function(h,p){"use strict";var N=[],F=Object.getPrototypeOf,B=N.slice,ce=N.flat?function(r){return N.flat.call(r)}:function(r){return N.concat.apply([],r)},J=N.push,pe=N.indexOf,K={},y=K.toString,O=K.hasOwnProperty,ye=O.toString,xe=ye.call(Object),V={},C=function(c){return typeof c=="function"&&typeof c.nodeType!="number"&&typeof c.item!="function"},Z=function(c){return c!=null&&c===c.window},we=h.document,Ce={type:!0,src:!0,nonce:!0,noModule:!0};function Ae(r,c,m){m=m||we;var j,z,U=m.createElement("script");if(U.text=r,c)for(j in Ce)z=c[j]||c.getAttribute&&c.getAttribute(j),z&&U.setAttribute(j,z);m.head.appendChild(U).parentNode.removeChild(U)}function ve(r){return r==null?r+"":typeof r=="object"||typeof r=="function"?K[y.call(r)]||"object":typeof r}var te="3.6.0",s=function(r,c){return new s.fn.init(r,c)};s.fn=s.prototype={jquery:te,constructor:s,length:0,toArray:function(){return B.call(this)},get:function(r){return r==null?B.call(this):r<0?this[r+this.length]:this[r]},pushStack:function(r){var c=s.merge(this.constructor(),r);return c.prevObject=this,c},each:function(r){return s.each(this,r)},map:function(r){return this.pushStack(s.map(this,function(c,m){return r.call(c,m,c)}))},slice:function(){return this.pushStack(B.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(s.grep(this,function(r,c){return(c+1)%2}))},odd:function(){return this.pushStack(s.grep(this,function(r,c){return c%2}))},eq:function(r){var c=this.length,m=+r+(r<0?c:0);return this.pushStack(m>=0&&m<c?[this[m]]:[])},end:function(){return this.prevObject||this.constructor()},push:J,sort:N.sort,splice:N.splice},s.extend=s.fn.extend=function(){var r,c,m,j,z,U,ie=arguments[0]||{},$e=1,_e=arguments.length,Me=!1;for(typeof ie=="boolean"&&(Me=ie,ie=arguments[$e]||{},$e++),typeof ie!="object"&&!C(ie)&&(ie={}),$e===_e&&(ie=this,$e--);$e<_e;$e++)if((r=arguments[$e])!=null)for(c in r)j=r[c],!(c==="__proto__"||ie===j)&&(Me&&j&&(s.isPlainObject(j)||(z=Array.isArray(j)))?(m=ie[c],z&&!Array.isArray(m)?U=[]:!z&&!s.isPlainObject(m)?U={}:U=m,z=!1,ie[c]=s.extend(Me,U,j)):j!==void 0&&(ie[c]=j));return ie},s.extend({expando:"jQuery"+(te+Math.random()).replace(/\D/g,""),isReady:!0,error:function(r){throw new Error(r)},noop:function(){},isPlainObject:function(r){var c,m;return!r||y.call(r)!=="[object Object]"?!1:(c=F(r),c?(m=O.call(c,"constructor")&&c.constructor,typeof m=="function"&&ye.call(m)===xe):!0)},isEmptyObject:function(r){var c;for(c in r)return!1;return!0},globalEval:function(r,c,m){Ae(r,{nonce:c&&c.nonce},m)},each:function(r,c){var m,j=0;if(I(r))for(m=r.length;j<m&&c.call(r[j],j,r[j])!==!1;j++);else for(j in r)if(c.call(r[j],j,r[j])===!1)break;return r},makeArray:function(r,c){var m=c||[];return r!=null&&(I(Object(r))?s.merge(m,typeof r=="string"?[r]:r):J.call(m,r)),m},inArray:function(r,c,m){return c==null?-1:pe.call(c,r,m)},merge:function(r,c){for(var m=+c.length,j=0,z=r.length;j<m;j++)r[z++]=c[j];return r.length=z,r},grep:function(r,c,m){for(var j,z=[],U=0,ie=r.length,$e=!m;U<ie;U++)j=!c(r[U],U),j!==$e&&z.push(r[U]);return z},map:function(r,c,m){var j,z,U=0,ie=[];if(I(r))for(j=r.length;U<j;U++)z=c(r[U],U,m),z!=null&&ie.push(z);else for(U in r)z=c(r[U],U,m),z!=null&&ie.push(z);return ce(ie)},guid:1,support:V}),typeof Symbol=="function"&&(s.fn[Symbol.iterator]=N[Symbol.iterator]),s.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(r,c){K["[object "+c+"]"]=c.toLowerCase()});function I(r){var c=!!r&&"length"in r&&r.length,m=ve(r);return C(r)||Z(r)?!1:m==="array"||c===0||typeof c=="number"&&c>0&&c-1 in r}var je=function(r){var c,m,j,z,U,ie,$e,_e,Me,Xe,st,Ge,Ze,It,Kt,Lt,Di,Fi,un,wi="sizzle"+1*new Date,Xt=r.document,Qi=0,ri=0,Mi=We(),$r=We(),sr=We(),nn=We(),lr=function(oe,ke){return oe===ke&&(st=!0),0},cr={}.hasOwnProperty,_n=[],Hn=_n.pop,xn=_n.push,ur=_n.push,Fr=_n.slice,Kn=function(oe,ke){for(var De=0,Je=oe.length;De<Je;De++)if(oe[De]===ke)return De;return-1},Jn="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",li="[\\x20\\t\\r\\n\\f]",fr="(?:\\\\[\\da-fA-F]{1,6}"+li+"?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+",Kr="\\["+li+"*("+fr+")(?:"+li+"*([*^$|!~]?=)"+li+`*(?:'((?:\\\\.|[^\\\\'])*)'|"((?:\\\\.|[^\\\\"])*)"|(`+fr+"))|)"+li+"*\\]",Mr=":("+fr+`)(?:\\((('((?:\\\\.|[^\\\\'])*)'|"((?:\\\\.|[^\\\\"])*)")|((?:\\\\.|[^\\\\()[\\]]|`+Kr+")*)|.*)\\)|)",wa=new RegExp(li+"+","g"),Hr=new RegExp("^"+li+"+|((?:^|[^\\\\])(?:\\\\.)*)"+li+"+$","g"),Oa=new RegExp("^"+li+"*,"+li+"*"),ja=new RegExp("^"+li+"*([>+~]|"+li+")"+li+"*"),_a=new RegExp(li+"|>"),aa=new RegExp(Mr),oa=new RegExp("^"+fr+"$"),Zn={ID:new RegExp("^#("+fr+")"),CLASS:new RegExp("^\\.("+fr+")"),TAG:new RegExp("^("+fr+"|[*])"),ATTR:new RegExp("^"+Kr),PSEUDO:new RegExp("^"+Mr),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+li+"*(even|odd|(([+-]|)(\\d*)n|)"+li+"*(?:([+-]|)"+li+"*(\\d+)|))"+li+"*\\)|)","i"),bool:new RegExp("^(?:"+Jn+")$","i"),needsContext:new RegExp("^"+li+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+li+"*((?:-\\d)?\\d*)"+li+"*\\)|)(?=[^-]|$)","i")},sa=/HTML$/i,la=/^(?:input|select|textarea|button)$/i,ca=/^h\d$/i,zr=/^[^{]+\{\s*\[native \w/,ue=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,d=/[+~]/,w=new RegExp("\\\\[\\da-fA-F]{1,6}"+li+"?|\\\\([^\\r\\n\\f])","g"),A=function(oe,ke){var De="0x"+oe.slice(1)-65536;return ke||(De<0?String.fromCharCode(De+65536):String.fromCharCode(De>>10|55296,De&1023|56320))},E=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,G=function(oe,ke){return ke?oe==="\0"?"\uFFFD":oe.slice(0,-1)+"\\"+oe.charCodeAt(oe.length-1).toString(16)+" ":"\\"+oe},ne=function(){Ge()},me=Ci(function(oe){return oe.disabled===!0&&oe.nodeName.toLowerCase()==="fieldset"},{dir:"parentNode",next:"legend"});try{ur.apply(_n=Fr.call(Xt.childNodes),Xt.childNodes),_n[Xt.childNodes.length].nodeType}catch(oe){ur={apply:_n.length?function(ke,De){xn.apply(ke,Fr.call(De))}:function(ke,De){for(var Je=ke.length,Fe=0;ke[Je++]=De[Fe++];);ke.length=Je-1}}}function Oe(oe,ke,De,Je){var Fe,it,lt,mt,wt,Vt,zt,Gt=ke&&ke.ownerDocument,ai=ke?ke.nodeType:9;if(De=De||[],typeof oe!="string"||!oe||ai!==1&&ai!==9&&ai!==11)return De;if(!Je&&(Ge(ke),ke=ke||Ze,Kt)){if(ai!==11&&(wt=ue.exec(oe)))if(Fe=wt[1]){if(ai===9)if(lt=ke.getElementById(Fe)){if(lt.id===Fe)return De.push(lt),De}else return De;else if(Gt&&(lt=Gt.getElementById(Fe))&&un(ke,lt)&<.id===Fe)return De.push(lt),De}else{if(wt[2])return ur.apply(De,ke.getElementsByTagName(oe)),De;if((Fe=wt[3])&&m.getElementsByClassName&&ke.getElementsByClassName)return ur.apply(De,ke.getElementsByClassName(Fe)),De}if(m.qsa&&!nn[oe+" "]&&(!Lt||!Lt.test(oe))&&(ai!==1||ke.nodeName.toLowerCase()!=="object")){if(zt=oe,Gt=ke,ai===1&&(_a.test(oe)||ja.test(oe))){for(Gt=d.test(oe)&&Qt(ke.parentNode)||ke,(Gt!==ke||!m.scope)&&((mt=ke.getAttribute("id"))?mt=mt.replace(E,G):ke.setAttribute("id",mt=wi)),Vt=ie(oe),it=Vt.length;it--;)Vt[it]=(mt?"#"+mt:":scope")+" "+Pi(Vt[it]);zt=Vt.join(",")}try{return ur.apply(De,Gt.querySelectorAll(zt)),De}catch(yi){nn(oe,!0)}finally{mt===wi&&ke.removeAttribute("id")}}}return _e(oe.replace(Hr,"$1"),ke,De,Je)}function We(){var oe=[];function ke(De,Je){return oe.push(De+" ")>j.cacheLength&&delete ke[oe.shift()],ke[De+" "]=Je}return ke}function et(oe){return oe[wi]=!0,oe}function ot(oe){var ke=Ze.createElement("fieldset");try{return!!oe(ke)}catch(De){return!1}finally{ke.parentNode&&ke.parentNode.removeChild(ke),ke=null}}function ht(oe,ke){for(var De=oe.split("|"),Je=De.length;Je--;)j.attrHandle[De[Je]]=ke}function ut(oe,ke){var De=ke&&oe,Je=De&&oe.nodeType===1&&ke.nodeType===1&&oe.sourceIndex-ke.sourceIndex;if(Je)return Je;if(De){for(;De=De.nextSibling;)if(De===ke)return-1}return oe?1:-1}function Ct(oe){return function(ke){var De=ke.nodeName.toLowerCase();return De==="input"&&ke.type===oe}}function xt(oe){return function(ke){var De=ke.nodeName.toLowerCase();return(De==="input"||De==="button")&&ke.type===oe}}function Mt(oe){return function(ke){return"form"in ke?ke.parentNode&&ke.disabled===!1?"label"in ke?"label"in ke.parentNode?ke.parentNode.disabled===oe:ke.disabled===oe:ke.isDisabled===oe||ke.isDisabled!==!oe&&me(ke)===oe:ke.disabled===oe:"label"in ke?ke.disabled===oe:!1}}function Wt(oe){return et(function(ke){return ke=+ke,et(function(De,Je){for(var Fe,it=oe([],De.length,ke),lt=it.length;lt--;)De[Fe=it[lt]]&&(De[Fe]=!(Je[Fe]=De[Fe]))})})}function Qt(oe){return oe&&typeof oe.getElementsByTagName!="undefined"&&oe}m=Oe.support={},U=Oe.isXML=function(oe){var ke=oe&&oe.namespaceURI,De=oe&&(oe.ownerDocument||oe).documentElement;return!sa.test(ke||De&&De.nodeName||"HTML")},Ge=Oe.setDocument=function(oe){var ke,De,Je=oe?oe.ownerDocument||oe:Xt;return Je==Ze||Je.nodeType!==9||!Je.documentElement||(Ze=Je,It=Ze.documentElement,Kt=!U(Ze),Xt!=Ze&&(De=Ze.defaultView)&&De.top!==De&&(De.addEventListener?De.addEventListener("unload",ne,!1):De.attachEvent&&De.attachEvent("onunload",ne)),m.scope=ot(function(Fe){return It.appendChild(Fe).appendChild(Ze.createElement("div")),typeof Fe.querySelectorAll!="undefined"&&!Fe.querySelectorAll(":scope fieldset div").length}),m.attributes=ot(function(Fe){return Fe.className="i",!Fe.getAttribute("className")}),m.getElementsByTagName=ot(function(Fe){return Fe.appendChild(Ze.createComment("")),!Fe.getElementsByTagName("*").length}),m.getElementsByClassName=zr.test(Ze.getElementsByClassName),m.getById=ot(function(Fe){return It.appendChild(Fe).id=wi,!Ze.getElementsByName||!Ze.getElementsByName(wi).length}),m.getById?(j.filter.ID=function(Fe){var it=Fe.replace(w,A);return function(lt){return lt.getAttribute("id")===it}},j.find.ID=function(Fe,it){if(typeof it.getElementById!="undefined"&&Kt){var lt=it.getElementById(Fe);return lt?[lt]:[]}}):(j.filter.ID=function(Fe){var it=Fe.replace(w,A);return function(lt){var mt=typeof lt.getAttributeNode!="undefined"&<.getAttributeNode("id");return mt&&mt.value===it}},j.find.ID=function(Fe,it){if(typeof it.getElementById!="undefined"&&Kt){var lt,mt,wt,Vt=it.getElementById(Fe);if(Vt){if(lt=Vt.getAttributeNode("id"),lt&<.value===Fe)return[Vt];for(wt=it.getElementsByName(Fe),mt=0;Vt=wt[mt++];)if(lt=Vt.getAttributeNode("id"),lt&<.value===Fe)return[Vt]}return[]}}),j.find.TAG=m.getElementsByTagName?function(Fe,it){if(typeof it.getElementsByTagName!="undefined")return it.getElementsByTagName(Fe);if(m.qsa)return it.querySelectorAll(Fe)}:function(Fe,it){var lt,mt=[],wt=0,Vt=it.getElementsByTagName(Fe);if(Fe==="*"){for(;lt=Vt[wt++];)lt.nodeType===1&&mt.push(lt);return mt}return Vt},j.find.CLASS=m.getElementsByClassName&&function(Fe,it){if(typeof it.getElementsByClassName!="undefined"&&Kt)return it.getElementsByClassName(Fe)},Di=[],Lt=[],(m.qsa=zr.test(Ze.querySelectorAll))&&(ot(function(Fe){var it;It.appendChild(Fe).innerHTML="<a id='"+wi+"'></a><select id='"+wi+"-\r\\' msallowcapture=''><option selected=''></option></select>",Fe.querySelectorAll("[msallowcapture^='']").length&&Lt.push("[*^$]="+li+`*(?:''|"")`),Fe.querySelectorAll("[selected]").length||Lt.push("\\["+li+"*(?:value|"+Jn+")"),Fe.querySelectorAll("[id~="+wi+"-]").length||Lt.push("~="),it=Ze.createElement("input"),it.setAttribute("name",""),Fe.appendChild(it),Fe.querySelectorAll("[name='']").length||Lt.push("\\["+li+"*name"+li+"*="+li+`*(?:''|"")`),Fe.querySelectorAll(":checked").length||Lt.push(":checked"),Fe.querySelectorAll("a#"+wi+"+*").length||Lt.push(".#.+[+~]"),Fe.querySelectorAll("\\\f"),Lt.push("[\\r\\n\\f]")}),ot(function(Fe){Fe.innerHTML="<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>";var it=Ze.createElement("input");it.setAttribute("type","hidden"),Fe.appendChild(it).setAttribute("name","D"),Fe.querySelectorAll("[name=d]").length&&Lt.push("name"+li+"*[*^$|!~]?="),Fe.querySelectorAll(":enabled").length!==2&&Lt.push(":enabled",":disabled"),It.appendChild(Fe).disabled=!0,Fe.querySelectorAll(":disabled").length!==2&&Lt.push(":enabled",":disabled"),Fe.querySelectorAll("*,:x"),Lt.push(",.*:")})),(m.matchesSelector=zr.test(Fi=It.matches||It.webkitMatchesSelector||It.mozMatchesSelector||It.oMatchesSelector||It.msMatchesSelector))&&ot(function(Fe){m.disconnectedMatch=Fi.call(Fe,"*"),Fi.call(Fe,"[s!='']:x"),Di.push("!=",Mr)}),Lt=Lt.length&&new RegExp(Lt.join("|")),Di=Di.length&&new RegExp(Di.join("|")),ke=zr.test(It.compareDocumentPosition),un=ke||zr.test(It.contains)?function(Fe,it){var lt=Fe.nodeType===9?Fe.documentElement:Fe,mt=it&&it.parentNode;return Fe===mt||!!(mt&&mt.nodeType===1&&(lt.contains?lt.contains(mt):Fe.compareDocumentPosition&&Fe.compareDocumentPosition(mt)&16))}:function(Fe,it){if(it){for(;it=it.parentNode;)if(it===Fe)return!0}return!1},lr=ke?function(Fe,it){if(Fe===it)return st=!0,0;var lt=!Fe.compareDocumentPosition-!it.compareDocumentPosition;return lt||(lt=(Fe.ownerDocument||Fe)==(it.ownerDocument||it)?Fe.compareDocumentPosition(it):1,lt&1||!m.sortDetached&&it.compareDocumentPosition(Fe)===lt?Fe==Ze||Fe.ownerDocument==Xt&&un(Xt,Fe)?-1:it==Ze||it.ownerDocument==Xt&&un(Xt,it)?1:Xe?Kn(Xe,Fe)-Kn(Xe,it):0:lt&4?-1:1)}:function(Fe,it){if(Fe===it)return st=!0,0;var lt,mt=0,wt=Fe.parentNode,Vt=it.parentNode,zt=[Fe],Gt=[it];if(!wt||!Vt)return Fe==Ze?-1:it==Ze?1:wt?-1:Vt?1:Xe?Kn(Xe,Fe)-Kn(Xe,it):0;if(wt===Vt)return ut(Fe,it);for(lt=Fe;lt=lt.parentNode;)zt.unshift(lt);for(lt=it;lt=lt.parentNode;)Gt.unshift(lt);for(;zt[mt]===Gt[mt];)mt++;return mt?ut(zt[mt],Gt[mt]):zt[mt]==Xt?-1:Gt[mt]==Xt?1:0}),Ze},Oe.matches=function(oe,ke){return Oe(oe,null,null,ke)},Oe.matchesSelector=function(oe,ke){if(Ge(oe),m.matchesSelector&&Kt&&!nn[ke+" "]&&(!Di||!Di.test(ke))&&(!Lt||!Lt.test(ke)))try{var De=Fi.call(oe,ke);if(De||m.disconnectedMatch||oe.document&&oe.document.nodeType!==11)return De}catch(Je){nn(ke,!0)}return Oe(ke,Ze,null,[oe]).length>0},Oe.contains=function(oe,ke){return(oe.ownerDocument||oe)!=Ze&&Ge(oe),un(oe,ke)},Oe.attr=function(oe,ke){(oe.ownerDocument||oe)!=Ze&&Ge(oe);var De=j.attrHandle[ke.toLowerCase()],Je=De&&cr.call(j.attrHandle,ke.toLowerCase())?De(oe,ke,!Kt):void 0;return Je!==void 0?Je:m.attributes||!Kt?oe.getAttribute(ke):(Je=oe.getAttributeNode(ke))&&Je.specified?Je.value:null},Oe.escape=function(oe){return(oe+"").replace(E,G)},Oe.error=function(oe){throw new Error("Syntax error, unrecognized expression: "+oe)},Oe.uniqueSort=function(oe){var ke,De=[],Je=0,Fe=0;if(st=!m.detectDuplicates,Xe=!m.sortStable&&oe.slice(0),oe.sort(lr),st){for(;ke=oe[Fe++];)ke===oe[Fe]&&(Je=De.push(Fe));for(;Je--;)oe.splice(De[Je],1)}return Xe=null,oe},z=Oe.getText=function(oe){var ke,De="",Je=0,Fe=oe.nodeType;if(Fe){if(Fe===1||Fe===9||Fe===11){if(typeof oe.textContent=="string")return oe.textContent;for(oe=oe.firstChild;oe;oe=oe.nextSibling)De+=z(oe)}else if(Fe===3||Fe===4)return oe.nodeValue}else for(;ke=oe[Je++];)De+=z(ke);return De},j=Oe.selectors={cacheLength:50,createPseudo:et,match:Zn,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(oe){return oe[1]=oe[1].replace(w,A),oe[3]=(oe[3]||oe[4]||oe[5]||"").replace(w,A),oe[2]==="~="&&(oe[3]=" "+oe[3]+" "),oe.slice(0,4)},CHILD:function(oe){return oe[1]=oe[1].toLowerCase(),oe[1].slice(0,3)==="nth"?(oe[3]||Oe.error(oe[0]),oe[4]=+(oe[4]?oe[5]+(oe[6]||1):2*(oe[3]==="even"||oe[3]==="odd")),oe[5]=+(oe[7]+oe[8]||oe[3]==="odd")):oe[3]&&Oe.error(oe[0]),oe},PSEUDO:function(oe){var ke,De=!oe[6]&&oe[2];return Zn.CHILD.test(oe[0])?null:(oe[3]?oe[2]=oe[4]||oe[5]||"":De&&aa.test(De)&&(ke=ie(De,!0))&&(ke=De.indexOf(")",De.length-ke)-De.length)&&(oe[0]=oe[0].slice(0,ke),oe[2]=De.slice(0,ke)),oe.slice(0,3))}},filter:{TAG:function(oe){var ke=oe.replace(w,A).toLowerCase();return oe==="*"?function(){return!0}:function(De){return De.nodeName&&De.nodeName.toLowerCase()===ke}},CLASS:function(oe){var ke=Mi[oe+" "];return ke||(ke=new RegExp("(^|"+li+")"+oe+"("+li+"|$)"))&&Mi(oe,function(De){return ke.test(typeof De.className=="string"&&De.className||typeof De.getAttribute!="undefined"&&De.getAttribute("class")||"")})},ATTR:function(oe,ke,De){return function(Je){var Fe=Oe.attr(Je,oe);return Fe==null?ke==="!=":ke?(Fe+="",ke==="="?Fe===De:ke==="!="?Fe!==De:ke==="^="?De&&Fe.indexOf(De)===0:ke==="*="?De&&Fe.indexOf(De)>-1:ke==="$="?De&&Fe.slice(-De.length)===De:ke==="~="?(" "+Fe.replace(wa," ")+" ").indexOf(De)>-1:ke==="|="?Fe===De||Fe.slice(0,De.length+1)===De+"-":!1):!0}},CHILD:function(oe,ke,De,Je,Fe){var it=oe.slice(0,3)!=="nth",lt=oe.slice(-4)!=="last",mt=ke==="of-type";return Je===1&&Fe===0?function(wt){return!!wt.parentNode}:function(wt,Vt,zt){var Gt,ai,yi,qt,Ti,Xi,Cn=it!==lt?"nextSibling":"previousSibling",Ri=wt.parentNode,Or=mt&&wt.nodeName.toLowerCase(),Ur=!zt&&!mt,Dn=!1;if(Ri){if(it){for(;Cn;){for(qt=wt;qt=qt[Cn];)if(mt?qt.nodeName.toLowerCase()===Or:qt.nodeType===1)return!1;Xi=Cn=oe==="only"&&!Xi&&"nextSibling"}return!0}if(Xi=[lt?Ri.firstChild:Ri.lastChild],lt&&Ur){for(qt=Ri,yi=qt[wi]||(qt[wi]={}),ai=yi[qt.uniqueID]||(yi[qt.uniqueID]={}),Gt=ai[oe]||[],Ti=Gt[0]===Qi&&Gt[1],Dn=Ti&&Gt[2],qt=Ti&&Ri.childNodes[Ti];qt=++Ti&&qt&&qt[Cn]||(Dn=Ti=0)||Xi.pop();)if(qt.nodeType===1&&++Dn&&qt===wt){ai[oe]=[Qi,Ti,Dn];break}}else if(Ur&&(qt=wt,yi=qt[wi]||(qt[wi]={}),ai=yi[qt.uniqueID]||(yi[qt.uniqueID]={}),Gt=ai[oe]||[],Ti=Gt[0]===Qi&&Gt[1],Dn=Ti),Dn===!1)for(;(qt=++Ti&&qt&&qt[Cn]||(Dn=Ti=0)||Xi.pop())&&!((mt?qt.nodeName.toLowerCase()===Or:qt.nodeType===1)&&++Dn&&(Ur&&(yi=qt[wi]||(qt[wi]={}),ai=yi[qt.uniqueID]||(yi[qt.uniqueID]={}),ai[oe]=[Qi,Dn]),qt===wt)););return Dn-=Fe,Dn===Je||Dn%Je==0&&Dn/Je>=0}}},PSEUDO:function(oe,ke){var De,Je=j.pseudos[oe]||j.setFilters[oe.toLowerCase()]||Oe.error("unsupported pseudo: "+oe);return Je[wi]?Je(ke):Je.length>1?(De=[oe,oe,"",ke],j.setFilters.hasOwnProperty(oe.toLowerCase())?et(function(Fe,it){for(var lt,mt=Je(Fe,ke),wt=mt.length;wt--;)lt=Kn(Fe,mt[wt]),Fe[lt]=!(it[lt]=mt[wt])}):function(Fe){return Je(Fe,0,De)}):Je}},pseudos:{not:et(function(oe){var ke=[],De=[],Je=$e(oe.replace(Hr,"$1"));return Je[wi]?et(function(Fe,it,lt,mt){for(var wt,Vt=Je(Fe,null,mt,[]),zt=Fe.length;zt--;)(wt=Vt[zt])&&(Fe[zt]=!(it[zt]=wt))}):function(Fe,it,lt){return ke[0]=Fe,Je(ke,null,lt,De),ke[0]=null,!De.pop()}}),has:et(function(oe){return function(ke){return Oe(oe,ke).length>0}}),contains:et(function(oe){return oe=oe.replace(w,A),function(ke){return(ke.textContent||z(ke)).indexOf(oe)>-1}}),lang:et(function(oe){return oa.test(oe||"")||Oe.error("unsupported lang: "+oe),oe=oe.replace(w,A).toLowerCase(),function(ke){var De;do if(De=Kt?ke.lang:ke.getAttribute("xml:lang")||ke.getAttribute("lang"))return De=De.toLowerCase(),De===oe||De.indexOf(oe+"-")===0;while((ke=ke.parentNode)&&ke.nodeType===1);return!1}}),target:function(oe){var ke=r.location&&r.location.hash;return ke&&ke.slice(1)===oe.id},root:function(oe){return oe===It},focus:function(oe){return oe===Ze.activeElement&&(!Ze.hasFocus||Ze.hasFocus())&&!!(oe.type||oe.href||~oe.tabIndex)},enabled:Mt(!1),disabled:Mt(!0),checked:function(oe){var ke=oe.nodeName.toLowerCase();return ke==="input"&&!!oe.checked||ke==="option"&&!!oe.selected},selected:function(oe){return oe.parentNode&&oe.parentNode.selectedIndex,oe.selected===!0},empty:function(oe){for(oe=oe.firstChild;oe;oe=oe.nextSibling)if(oe.nodeType<6)return!1;return!0},parent:function(oe){return!j.pseudos.empty(oe)},header:function(oe){return ca.test(oe.nodeName)},input:function(oe){return la.test(oe.nodeName)},button:function(oe){var ke=oe.nodeName.toLowerCase();return ke==="input"&&oe.type==="button"||ke==="button"},text:function(oe){var ke;return oe.nodeName.toLowerCase()==="input"&&oe.type==="text"&&((ke=oe.getAttribute("type"))==null||ke.toLowerCase()==="text")},first:Wt(function(){return[0]}),last:Wt(function(oe,ke){return[ke-1]}),eq:Wt(function(oe,ke,De){return[De<0?De+ke:De]}),even:Wt(function(oe,ke){for(var De=0;De<ke;De+=2)oe.push(De);return oe}),odd:Wt(function(oe,ke){for(var De=1;De<ke;De+=2)oe.push(De);return oe}),lt:Wt(function(oe,ke,De){for(var Je=De<0?De+ke:De>ke?ke:De;--Je>=0;)oe.push(Je);return oe}),gt:Wt(function(oe,ke,De){for(var Je=De<0?De+ke:De;++Je<ke;)oe.push(Je);return oe})}},j.pseudos.nth=j.pseudos.eq;for(c in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})j.pseudos[c]=Ct(c);for(c in{submit:!0,reset:!0})j.pseudos[c]=xt(c);function ji(){}ji.prototype=j.filters=j.pseudos,j.setFilters=new ji,ie=Oe.tokenize=function(oe,ke){var De,Je,Fe,it,lt,mt,wt,Vt=$r[oe+" "];if(Vt)return ke?0:Vt.slice(0);for(lt=oe,mt=[],wt=j.preFilter;lt;){(!De||(Je=Oa.exec(lt)))&&(Je&&(lt=lt.slice(Je[0].length)||lt),mt.push(Fe=[])),De=!1,(Je=ja.exec(lt))&&(De=Je.shift(),Fe.push({value:De,type:Je[0].replace(Hr," ")}),lt=lt.slice(De.length));for(it in j.filter)(Je=Zn[it].exec(lt))&&(!wt[it]||(Je=wt[it](Je)))&&(De=Je.shift(),Fe.push({value:De,type:it,matches:Je}),lt=lt.slice(De.length));if(!De)break}return ke?lt.length:lt?Oe.error(oe):$r(oe,mt).slice(0)};function Pi(oe){for(var ke=0,De=oe.length,Je="";ke<De;ke++)Je+=oe[ke].value;return Je}function Ci(oe,ke,De){var Je=ke.dir,Fe=ke.next,it=Fe||Je,lt=De&&it==="parentNode",mt=ri++;return ke.first?function(wt,Vt,zt){for(;wt=wt[Je];)if(wt.nodeType===1||lt)return oe(wt,Vt,zt);return!1}:function(wt,Vt,zt){var Gt,ai,yi,qt=[Qi,mt];if(zt){for(;wt=wt[Je];)if((wt.nodeType===1||lt)&&oe(wt,Vt,zt))return!0}else for(;wt=wt[Je];)if(wt.nodeType===1||lt)if(yi=wt[wi]||(wt[wi]={}),ai=yi[wt.uniqueID]||(yi[wt.uniqueID]={}),Fe&&Fe===wt.nodeName.toLowerCase())wt=wt[Je]||wt;else{if((Gt=ai[it])&&Gt[0]===Qi&&Gt[1]===mt)return qt[2]=Gt[2];if(ai[it]=qt,qt[2]=oe(wt,Vt,zt))return!0}return!1}}function fi(oe){return oe.length>1?function(ke,De,Je){for(var Fe=oe.length;Fe--;)if(!oe[Fe](ke,De,Je))return!1;return!0}:oe[0]}function Si(oe,ke,De){for(var Je=0,Fe=ke.length;Je<Fe;Je++)Oe(oe,ke[Je],De);return De}function ci(oe,ke,De,Je,Fe){for(var it,lt=[],mt=0,wt=oe.length,Vt=ke!=null;mt<wt;mt++)(it=oe[mt])&&(!De||De(it,Je,Fe))&&(lt.push(it),Vt&&ke.push(mt));return lt}function Hi(oe,ke,De,Je,Fe,it){return Je&&!Je[wi]&&(Je=Hi(Je)),Fe&&!Fe[wi]&&(Fe=Hi(Fe,it)),et(function(lt,mt,wt,Vt){var zt,Gt,ai,yi=[],qt=[],Ti=mt.length,Xi=lt||Si(ke||"*",wt.nodeType?[wt]:wt,[]),Cn=oe&&(lt||!ke)?ci(Xi,yi,oe,wt,Vt):Xi,Ri=De?Fe||(lt?oe:Ti||Je)?[]:mt:Cn;if(De&&De(Cn,Ri,wt,Vt),Je)for(zt=ci(Ri,qt),Je(zt,[],wt,Vt),Gt=zt.length;Gt--;)(ai=zt[Gt])&&(Ri[qt[Gt]]=!(Cn[qt[Gt]]=ai));if(lt){if(Fe||oe){if(Fe){for(zt=[],Gt=Ri.length;Gt--;)(ai=Ri[Gt])&&zt.push(Cn[Gt]=ai);Fe(null,Ri=[],zt,Vt)}for(Gt=Ri.length;Gt--;)(ai=Ri[Gt])&&(zt=Fe?Kn(lt,ai):yi[Gt])>-1&&(lt[zt]=!(mt[zt]=ai))}}else Ri=ci(Ri===mt?Ri.splice(Ti,Ri.length):Ri),Fe?Fe(null,mt,Ri,Vt):ur.apply(mt,Ri)})}function zi(oe){for(var ke,De,Je,Fe=oe.length,it=j.relative[oe[0].type],lt=it||j.relative[" "],mt=it?1:0,wt=Ci(function(Gt){return Gt===ke},lt,!0),Vt=Ci(function(Gt){return Kn(ke,Gt)>-1},lt,!0),zt=[function(Gt,ai,yi){var qt=!it&&(yi||ai!==Me)||((ke=ai).nodeType?wt(Gt,ai,yi):Vt(Gt,ai,yi));return ke=null,qt}];mt<Fe;mt++)if(De=j.relative[oe[mt].type])zt=[Ci(fi(zt),De)];else{if(De=j.filter[oe[mt].type].apply(null,oe[mt].matches),De[wi]){for(Je=++mt;Je<Fe&&!j.relative[oe[Je].type];Je++);return Hi(mt>1&&fi(zt),mt>1&&Pi(oe.slice(0,mt-1).concat({value:oe[mt-2].type===" "?"*":""})).replace(Hr,"$1"),De,mt<Je&&zi(oe.slice(mt,Je)),Je<Fe&&zi(oe=oe.slice(Je)),Je<Fe&&Pi(oe))}zt.push(De)}return fi(zt)}function er(oe,ke){var De=ke.length>0,Je=oe.length>0,Fe=function(it,lt,mt,wt,Vt){var zt,Gt,ai,yi=0,qt="0",Ti=it&&[],Xi=[],Cn=Me,Ri=it||Je&&j.find.TAG("*",Vt),Or=Qi+=Cn==null?1:Math.random()||.1,Ur=Ri.length;for(Vt&&(Me=lt==Ze||lt||Vt);qt!==Ur&&(zt=Ri[qt])!=null;qt++){if(Je&&zt){for(Gt=0,!lt&&zt.ownerDocument!=Ze&&(Ge(zt),mt=!Kt);ai=oe[Gt++];)if(ai(zt,lt||Ze,mt)){wt.push(zt);break}Vt&&(Qi=Or)}De&&((zt=!ai&&zt)&&yi--,it&&Ti.push(zt))}if(yi+=qt,De&&qt!==yi){for(Gt=0;ai=ke[Gt++];)ai(Ti,Xi,lt,mt);if(it){if(yi>0)for(;qt--;)Ti[qt]||Xi[qt]||(Xi[qt]=Hn.call(wt));Xi=ci(Xi)}ur.apply(wt,Xi),Vt&&!it&&Xi.length>0&&yi+ke.length>1&&Oe.uniqueSort(wt)}return Vt&&(Qi=Or,Me=Cn),Ti};return De?et(Fe):Fe}return $e=Oe.compile=function(oe,ke){var De,Je=[],Fe=[],it=sr[oe+" "];if(!it){for(ke||(ke=ie(oe)),De=ke.length;De--;)it=zi(ke[De]),it[wi]?Je.push(it):Fe.push(it);it=sr(oe,er(Fe,Je)),it.selector=oe}return it},_e=Oe.select=function(oe,ke,De,Je){var Fe,it,lt,mt,wt,Vt=typeof oe=="function"&&oe,zt=!Je&&ie(oe=Vt.selector||oe);if(De=De||[],zt.length===1){if(it=zt[0]=zt[0].slice(0),it.length>2&&(lt=it[0]).type==="ID"&&ke.nodeType===9&&Kt&&j.relative[it[1].type]){if(ke=(j.find.ID(lt.matches[0].replace(w,A),ke)||[])[0],ke)Vt&&(ke=ke.parentNode);else return De;oe=oe.slice(it.shift().value.length)}for(Fe=Zn.needsContext.test(oe)?0:it.length;Fe--&&(lt=it[Fe],!j.relative[mt=lt.type]);)if((wt=j.find[mt])&&(Je=wt(lt.matches[0].replace(w,A),d.test(it[0].type)&&Qt(ke.parentNode)||ke))){if(it.splice(Fe,1),oe=Je.length&&Pi(it),!oe)return ur.apply(De,Je),De;break}}return(Vt||$e(oe,zt))(Je,ke,!Kt,De,!ke||d.test(oe)&&Qt(ke.parentNode)||ke),De},m.sortStable=wi.split("").sort(lr).join("")===wi,m.detectDuplicates=!!st,Ge(),m.sortDetached=ot(function(oe){return oe.compareDocumentPosition(Ze.createElement("fieldset"))&1}),ot(function(oe){return oe.innerHTML="<a href='#'></a>",oe.firstChild.getAttribute("href")==="#"})||ht("type|href|height|width",function(oe,ke,De){if(!De)return oe.getAttribute(ke,ke.toLowerCase()==="type"?1:2)}),(!m.attributes||!ot(function(oe){return oe.innerHTML="<input/>",oe.firstChild.setAttribute("value",""),oe.firstChild.getAttribute("value")===""}))&&ht("value",function(oe,ke,De){if(!De&&oe.nodeName.toLowerCase()==="input")return oe.defaultValue}),ot(function(oe){return oe.getAttribute("disabled")==null})||ht(Jn,function(oe,ke,De){var Je;if(!De)return oe[ke]===!0?ke.toLowerCase():(Je=oe.getAttributeNode(ke))&&Je.specified?Je.value:null}),Oe}(h);s.find=je,s.expr=je.selectors,s.expr[":"]=s.expr.pseudos,s.uniqueSort=s.unique=je.uniqueSort,s.text=je.getText,s.isXMLDoc=je.isXML,s.contains=je.contains,s.escapeSelector=je.escape;var Pe=function(r,c,m){for(var j=[],z=m!==void 0;(r=r[c])&&r.nodeType!==9;)if(r.nodeType===1){if(z&&s(r).is(m))break;j.push(r)}return j},b=function(r,c){for(var m=[];r;r=r.nextSibling)r.nodeType===1&&r!==c&&m.push(r);return m},L=s.expr.match.needsContext;function ae(r,c){return r.nodeName&&r.nodeName.toLowerCase()===c.toLowerCase()}var k=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function D(r,c,m){return C(c)?s.grep(r,function(j,z){return!!c.call(j,z,j)!==m}):c.nodeType?s.grep(r,function(j){return j===c!==m}):typeof c!="string"?s.grep(r,function(j){return pe.call(c,j)>-1!==m}):s.filter(c,r,m)}s.filter=function(r,c,m){var j=c[0];return m&&(r=":not("+r+")"),c.length===1&&j.nodeType===1?s.find.matchesSelector(j,r)?[j]:[]:s.find.matches(r,s.grep(c,function(z){return z.nodeType===1}))},s.fn.extend({find:function(r){var c,m,j=this.length,z=this;if(typeof r!="string")return this.pushStack(s(r).filter(function(){for(c=0;c<j;c++)if(s.contains(z[c],this))return!0}));for(m=this.pushStack([]),c=0;c<j;c++)s.find(r,z[c],m);return j>1?s.uniqueSort(m):m},filter:function(r){return this.pushStack(D(this,r||[],!1))},not:function(r){return this.pushStack(D(this,r||[],!0))},is:function(r){return!!D(this,typeof r=="string"&&L.test(r)?s(r):r||[],!1).length}});var T,X=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/,de=s.fn.init=function(r,c,m){var j,z;if(!r)return this;if(m=m||T,typeof r=="string")if(r[0]==="<"&&r[r.length-1]===">"&&r.length>=3?j=[null,r,null]:j=X.exec(r),j&&(j[1]||!c))if(j[1]){if(c=c instanceof s?c[0]:c,s.merge(this,s.parseHTML(j[1],c&&c.nodeType?c.ownerDocument||c:we,!0)),k.test(j[1])&&s.isPlainObject(c))for(j in c)C(this[j])?this[j](c[j]):this.attr(j,c[j]);return this}else return z=we.getElementById(j[2]),z&&(this[0]=z,this.length=1),this;else return!c||c.jquery?(c||m).find(r):this.constructor(c).find(r);else{if(r.nodeType)return this[0]=r,this.length=1,this;if(C(r))return m.ready!==void 0?m.ready(r):r(s)}return s.makeArray(r,this)};de.prototype=s.fn,T=s(we);var Re=/^(?:parents|prev(?:Until|All))/,re={children:!0,contents:!0,next:!0,prev:!0};s.fn.extend({has:function(r){var c=s(r,this),m=c.length;return this.filter(function(){for(var j=0;j<m;j++)if(s.contains(this,c[j]))return!0})},closest:function(r,c){var m,j=0,z=this.length,U=[],ie=typeof r!="string"&&s(r);if(!L.test(r)){for(;j<z;j++)for(m=this[j];m&&m!==c;m=m.parentNode)if(m.nodeType<11&&(ie?ie.index(m)>-1:m.nodeType===1&&s.find.matchesSelector(m,r))){U.push(m);break}}return this.pushStack(U.length>1?s.uniqueSort(U):U)},index:function(r){return r?typeof r=="string"?pe.call(s(r),this[0]):pe.call(this,r.jquery?r[0]:r):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(r,c){return this.pushStack(s.uniqueSort(s.merge(this.get(),s(r,c))))},addBack:function(r){return this.add(r==null?this.prevObject:this.prevObject.filter(r))}});function M(r,c){for(;(r=r[c])&&r.nodeType!==1;);return r}s.each({parent:function(r){var c=r.parentNode;return c&&c.nodeType!==11?c:null},parents:function(r){return Pe(r,"parentNode")},parentsUntil:function(r,c,m){return Pe(r,"parentNode",m)},next:function(r){return M(r,"nextSibling")},prev:function(r){return M(r,"previousSibling")},nextAll:function(r){return Pe(r,"nextSibling")},prevAll:function(r){return Pe(r,"previousSibling")},nextUntil:function(r,c,m){return Pe(r,"nextSibling",m)},prevUntil:function(r,c,m){return Pe(r,"previousSibling",m)},siblings:function(r){return b((r.parentNode||{}).firstChild,r)},children:function(r){return b(r.firstChild)},contents:function(r){return r.contentDocument!=null&&F(r.contentDocument)?r.contentDocument:(ae(r,"template")&&(r=r.content||r),s.merge([],r.childNodes))}},function(r,c){s.fn[r]=function(m,j){var z=s.map(this,c,m);return r.slice(-5)!=="Until"&&(j=m),j&&typeof j=="string"&&(z=s.filter(j,z)),this.length>1&&(re[r]||s.uniqueSort(z),Re.test(r)&&z.reverse()),this.pushStack(z)}});var v=/[^\x20\t\r\n\f]+/g;function W(r){var c={};return s.each(r.match(v)||[],function(m,j){c[j]=!0}),c}s.Callbacks=function(r){r=typeof r=="string"?W(r):s.extend({},r);var c,m,j,z,U=[],ie=[],$e=-1,_e=function(){for(z=z||r.once,j=c=!0;ie.length;$e=-1)for(m=ie.shift();++$e<U.length;)U[$e].apply(m[0],m[1])===!1&&r.stopOnFalse&&($e=U.length,m=!1);r.memory||(m=!1),c=!1,z&&(m?U=[]:U="")},Me={add:function(){return U&&(m&&!c&&($e=U.length-1,ie.push(m)),function Xe(st){s.each(st,function(Ge,Ze){C(Ze)?(!r.unique||!Me.has(Ze))&&U.push(Ze):Ze&&Ze.length&&ve(Ze)!=="string"&&Xe(Ze)})}(arguments),m&&!c&&_e()),this},remove:function(){return s.each(arguments,function(Xe,st){for(var Ge;(Ge=s.inArray(st,U,Ge))>-1;)U.splice(Ge,1),Ge<=$e&&$e--}),this},has:function(Xe){return Xe?s.inArray(Xe,U)>-1:U.length>0},empty:function(){return U&&(U=[]),this},disable:function(){return z=ie=[],U=m="",this},disabled:function(){return!U},lock:function(){return z=ie=[],!m&&!c&&(U=m=""),this},locked:function(){return!!z},fireWith:function(Xe,st){return z||(st=st||[],st=[Xe,st.slice?st.slice():st],ie.push(st),c||_e()),this},fire:function(){return Me.fireWith(this,arguments),this},fired:function(){return!!j}};return Me};function S(r){return r}function Y(r){throw r}function Ee(r,c,m,j){var z;try{r&&C(z=r.promise)?z.call(r).done(c).fail(m):r&&C(z=r.then)?z.call(r,c,m):c.apply(void 0,[r].slice(j))}catch(U){m.apply(void 0,[U])}}s.extend({Deferred:function(r){var c=[["notify","progress",s.Callbacks("memory"),s.Callbacks("memory"),2],["resolve","done",s.Callbacks("once memory"),s.Callbacks("once memory"),0,"resolved"],["reject","fail",s.Callbacks("once memory"),s.Callbacks("once memory"),1,"rejected"]],m="pending",j={state:function(){return m},always:function(){return z.done(arguments).fail(arguments),this},catch:function(U){return j.then(null,U)},pipe:function(){var U=arguments;return s.Deferred(function(ie){s.each(c,function($e,_e){var Me=C(U[_e[4]])&&U[_e[4]];z[_e[1]](function(){var Xe=Me&&Me.apply(this,arguments);Xe&&C(Xe.promise)?Xe.promise().progress(ie.notify).done(ie.resolve).fail(ie.reject):ie[_e[0]+"With"](this,Me?[Xe]:arguments)})}),U=null}).promise()},then:function(U,ie,$e){var _e=0;function Me(Xe,st,Ge,Ze){return function(){var It=this,Kt=arguments,Lt=function(){var Fi,un;if(!(Xe<_e)){if(Fi=Ge.apply(It,Kt),Fi===st.promise())throw new TypeError("Thenable self-resolution");un=Fi&&(typeof Fi=="object"||typeof Fi=="function")&&Fi.then,C(un)?Ze?un.call(Fi,Me(_e,st,S,Ze),Me(_e,st,Y,Ze)):(_e++,un.call(Fi,Me(_e,st,S,Ze),Me(_e,st,Y,Ze),Me(_e,st,S,st.notifyWith))):(Ge!==S&&(It=void 0,Kt=[Fi]),(Ze||st.resolveWith)(It,Kt))}},Di=Ze?Lt:function(){try{Lt()}catch(Fi){s.Deferred.exceptionHook&&s.Deferred.exceptionHook(Fi,Di.stackTrace),Xe+1>=_e&&(Ge!==Y&&(It=void 0,Kt=[Fi]),st.rejectWith(It,Kt))}};Xe?Di():(s.Deferred.getStackHook&&(Di.stackTrace=s.Deferred.getStackHook()),h.setTimeout(Di))}}return s.Deferred(function(Xe){c[0][3].add(Me(0,Xe,C($e)?$e:S,Xe.notifyWith)),c[1][3].add(Me(0,Xe,C(U)?U:S)),c[2][3].add(Me(0,Xe,C(ie)?ie:Y))}).promise()},promise:function(U){return U!=null?s.extend(U,j):j}},z={};return s.each(c,function(U,ie){var $e=ie[2],_e=ie[5];j[ie[1]]=$e.add,_e&&$e.add(function(){m=_e},c[3-U][2].disable,c[3-U][3].disable,c[0][2].lock,c[0][3].lock),$e.add(ie[3].fire),z[ie[0]]=function(){return z[ie[0]+"With"](this===z?void 0:this,arguments),this},z[ie[0]+"With"]=$e.fireWith}),j.promise(z),r&&r.call(z,z),z},when:function(r){var c=arguments.length,m=c,j=Array(m),z=B.call(arguments),U=s.Deferred(),ie=function($e){return function(_e){j[$e]=this,z[$e]=arguments.length>1?B.call(arguments):_e,--c||U.resolveWith(j,z)}};if(c<=1&&(Ee(r,U.done(ie(m)).resolve,U.reject,!c),U.state()==="pending"||C(z[m]&&z[m].then)))return U.then();for(;m--;)Ee(z[m],ie(m),U.reject);return U.promise()}});var Ne=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;s.Deferred.exceptionHook=function(r,c){h.console&&h.console.warn&&r&&Ne.test(r.name)&&h.console.warn("jQuery.Deferred exception: "+r.message,r.stack,c)},s.readyException=function(r){h.setTimeout(function(){throw r})};var Be=s.Deferred();s.fn.ready=function(r){return Be.then(r).catch(function(c){s.readyException(c)}),this},s.extend({isReady:!1,readyWait:1,ready:function(r){(r===!0?--s.readyWait:s.isReady)||(s.isReady=!0,!(r!==!0&&--s.readyWait>0)&&Be.resolveWith(we,[s]))}}),s.ready.then=Be.then;function Ue(){we.removeEventListener("DOMContentLoaded",Ue),h.removeEventListener("load",Ue),s.ready()}we.readyState==="complete"||we.readyState!=="loading"&&!we.documentElement.doScroll?h.setTimeout(s.ready):(we.addEventListener("DOMContentLoaded",Ue),h.addEventListener("load",Ue));var rt=function(r,c,m,j,z,U,ie){var $e=0,_e=r.length,Me=m==null;if(ve(m)==="object"){z=!0;for($e in m)rt(r,c,$e,m[$e],!0,U,ie)}else if(j!==void 0&&(z=!0,C(j)||(ie=!0),Me&&(ie?(c.call(r,j),c=null):(Me=c,c=function(Xe,st,Ge){return Me.call(s(Xe),Ge)})),c))for(;$e<_e;$e++)c(r[$e],m,ie?j:j.call(r[$e],$e,c(r[$e],m)));return z?r:Me?c.call(r):_e?c(r[0],m):U},bt=/^-ms-/,St=/-([a-z])/g;function jt(r,c){return c.toUpperCase()}function mi(r){return r.replace(bt,"ms-").replace(St,jt)}var oi=function(r){return r.nodeType===1||r.nodeType===9||!+r.nodeType};function ei(){this.expando=s.expando+ei.uid++}ei.uid=1,ei.prototype={cache:function(r){var c=r[this.expando];return c||(c={},oi(r)&&(r.nodeType?r[this.expando]=c:Object.defineProperty(r,this.expando,{value:c,configurable:!0}))),c},set:function(r,c,m){var j,z=this.cache(r);if(typeof c=="string")z[mi(c)]=m;else for(j in c)z[mi(j)]=c[j];return z},get:function(r,c){return c===void 0?this.cache(r):r[this.expando]&&r[this.expando][mi(c)]},access:function(r,c,m){return c===void 0||c&&typeof c=="string"&&m===void 0?this.get(r,c):(this.set(r,c,m),m!==void 0?m:c)},remove:function(r,c){var m,j=r[this.expando];if(j!==void 0){if(c!==void 0)for(Array.isArray(c)?c=c.map(mi):(c=mi(c),c=c in j?[c]:c.match(v)||[]),m=c.length;m--;)delete j[c[m]];(c===void 0||s.isEmptyObject(j))&&(r.nodeType?r[this.expando]=void 0:delete r[this.expando])}},hasData:function(r){var c=r[this.expando];return c!==void 0&&!s.isEmptyObject(c)}};var gt=new ei,xi=new ei,gn=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,f=/[A-Z]/g;function _(r){return r==="true"?!0:r==="false"?!1:r==="null"?null:r===+r+""?+r:gn.test(r)?JSON.parse(r):r}function Q(r,c,m){var j;if(m===void 0&&r.nodeType===1)if(j="data-"+c.replace(f,"-$&").toLowerCase(),m=r.getAttribute(j),typeof m=="string"){try{m=_(m)}catch(z){}xi.set(r,c,m)}else m=void 0;return m}s.extend({hasData:function(r){return xi.hasData(r)||gt.hasData(r)},data:function(r,c,m){return xi.access(r,c,m)},removeData:function(r,c){xi.remove(r,c)},_data:function(r,c,m){return gt.access(r,c,m)},_removeData:function(r,c){gt.remove(r,c)}}),s.fn.extend({data:function(r,c){var m,j,z,U=this[0],ie=U&&U.attributes;if(r===void 0){if(this.length&&(z=xi.get(U),U.nodeType===1&&!gt.get(U,"hasDataAttrs"))){for(m=ie.length;m--;)ie[m]&&(j=ie[m].name,j.indexOf("data-")===0&&(j=mi(j.slice(5)),Q(U,j,z[j])));gt.set(U,"hasDataAttrs",!0)}return z}return typeof r=="object"?this.each(function(){xi.set(this,r)}):rt(this,function($e){var _e;if(U&&$e===void 0)return _e=xi.get(U,r),_e!==void 0||(_e=Q(U,r),_e!==void 0)?_e:void 0;this.each(function(){xi.set(this,r,$e)})},null,c,arguments.length>1,null,!0)},removeData:function(r){return this.each(function(){xi.remove(this,r)})}}),s.extend({queue:function(r,c,m){var j;if(r)return c=(c||"fx")+"queue",j=gt.get(r,c),m&&(!j||Array.isArray(m)?j=gt.access(r,c,s.makeArray(m)):j.push(m)),j||[]},dequeue:function(r,c){c=c||"fx";var m=s.queue(r,c),j=m.length,z=m.shift(),U=s._queueHooks(r,c),ie=function(){s.dequeue(r,c)};z==="inprogress"&&(z=m.shift(),j--),z&&(c==="fx"&&m.unshift("inprogress"),delete U.stop,z.call(r,ie,U)),!j&&U&&U.empty.fire()},_queueHooks:function(r,c){var m=c+"queueHooks";return gt.get(r,m)||gt.access(r,m,{empty:s.Callbacks("once memory").add(function(){gt.remove(r,[c+"queue",m])})})}}),s.fn.extend({queue:function(r,c){var m=2;return typeof r!="string"&&(c=r,r="fx",m--),arguments.length<m?s.queue(this[0],r):c===void 0?this:this.each(function(){var j=s.queue(this,r,c);s._queueHooks(this,r),r==="fx"&&j[0]!=="inprogress"&&s.dequeue(this,r)})},dequeue:function(r){return this.each(function(){s.dequeue(this,r)})},clearQueue:function(r){return this.queue(r||"fx",[])},promise:function(r,c){var m,j=1,z=s.Deferred(),U=this,ie=this.length,$e=function(){--j||z.resolveWith(U,[U])};for(typeof r!="string"&&(c=r,r=void 0),r=r||"fx";ie--;)m=gt.get(U[ie],r+"queueHooks"),m&&m.empty&&(j++,m.empty.add($e));return $e(),z.promise(c)}});var Se=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,Te=new RegExp("^(?:([+-])=|)("+Se+")([a-z%]*)$","i"),Le=["Top","Right","Bottom","Left"],tt=we.documentElement,dt=function(r){return s.contains(r.ownerDocument,r)},kt={composed:!0};tt.getRootNode&&(dt=function(r){return s.contains(r.ownerDocument,r)||r.getRootNode(kt)===r.ownerDocument});var Nt=function(r,c){return r=c||r,r.style.display==="none"||r.style.display===""&&dt(r)&&s.css(r,"display")==="none"};function ui(r,c,m,j){var z,U,ie=20,$e=j?function(){return j.cur()}:function(){return s.css(r,c,"")},_e=$e(),Me=m&&m[3]||(s.cssNumber[c]?"":"px"),Xe=r.nodeType&&(s.cssNumber[c]||Me!=="px"&&+_e)&&Te.exec(s.css(r,c));if(Xe&&Xe[3]!==Me){for(_e=_e/2,Me=Me||Xe[3],Xe=+_e||1;ie--;)s.style(r,c,Xe+Me),(1-U)*(1-(U=$e()/_e||.5))<=0&&(ie=0),Xe=Xe/U;Xe=Xe*2,s.style(r,c,Xe+Me),m=m||[]}return m&&(Xe=+Xe||+_e||0,z=m[1]?Xe+(m[1]+1)*m[2]:+m[2],j&&(j.unit=Me,j.start=Xe,j.end=z)),z}var Vi={};function Zi(r){var c,m=r.ownerDocument,j=r.nodeName,z=Vi[j];return z||(c=m.body.appendChild(m.createElement(j)),z=s.css(c,"display"),c.parentNode.removeChild(c),z==="none"&&(z="block"),Vi[j]=z,z)}function Pt(r,c){for(var m,j,z=[],U=0,ie=r.length;U<ie;U++)j=r[U],!!j.style&&(m=j.style.display,c?(m==="none"&&(z[U]=gt.get(j,"display")||null,z[U]||(j.style.display="")),j.style.display===""&&Nt(j)&&(z[U]=Zi(j))):m!=="none"&&(z[U]="none",gt.set(j,"display",m)));for(U=0;U<ie;U++)z[U]!=null&&(r[U].style.display=z[U]);return r}s.fn.extend({show:function(){return Pt(this,!0)},hide:function(){return Pt(this)},toggle:function(r){return typeof r=="boolean"?r?this.show():this.hide():this.each(function(){Nt(this)?s(this).show():s(this).hide()})}});var yt=/^(?:checkbox|radio)$/i,Ft=/<([a-z][^\/\0>\x20\t\r\n\f]*)/i,$t=/^$|^module$|\/(?:java|ecma)script/i;(function(){var r=we.createDocumentFragment(),c=r.appendChild(we.createElement("div")),m=we.createElement("input");m.setAttribute("type","radio"),m.setAttribute("checked","checked"),m.setAttribute("name","t"),c.appendChild(m),V.checkClone=c.cloneNode(!0).cloneNode(!0).lastChild.checked,c.innerHTML="<textarea>x</textarea>",V.noCloneChecked=!!c.cloneNode(!0).lastChild.defaultValue,c.innerHTML="<option></option>",V.option=!!c.lastChild})();var Bt={thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};Bt.tbody=Bt.tfoot=Bt.colgroup=Bt.caption=Bt.thead,Bt.th=Bt.td,V.option||(Bt.optgroup=Bt.option=[1,"<select multiple='multiple'>","</select>"]);function Yt(r,c){var m;return typeof r.getElementsByTagName!="undefined"?m=r.getElementsByTagName(c||"*"):typeof r.querySelectorAll!="undefined"?m=r.querySelectorAll(c||"*"):m=[],c===void 0||c&&ae(r,c)?s.merge([r],m):m}function vn(r,c){for(var m=0,j=r.length;m<j;m++)gt.set(r[m],"globalEval",!c||gt.get(c[m],"globalEval"))}var Wn=/<|&#?\w+;/;function fn(r,c,m,j,z){for(var U,ie,$e,_e,Me,Xe,st=c.createDocumentFragment(),Ge=[],Ze=0,It=r.length;Ze<It;Ze++)if(U=r[Ze],U||U===0)if(ve(U)==="object")s.merge(Ge,U.nodeType?[U]:U);else if(!Wn.test(U))Ge.push(c.createTextNode(U));else{for(ie=ie||st.appendChild(c.createElement("div")),$e=(Ft.exec(U)||["",""])[1].toLowerCase(),_e=Bt[$e]||Bt._default,ie.innerHTML=_e[1]+s.htmlPrefilter(U)+_e[2],Xe=_e[0];Xe--;)ie=ie.lastChild;s.merge(Ge,ie.childNodes),ie=st.firstChild,ie.textContent=""}for(st.textContent="",Ze=0;U=Ge[Ze++];){if(j&&s.inArray(U,j)>-1){z&&z.push(U);continue}if(Me=dt(U),ie=Yt(st.appendChild(U),"script"),Me&&vn(ie),m)for(Xe=0;U=ie[Xe++];)$t.test(U.type||"")&&m.push(U)}return st}var Vn=/^([^.]*)(?:\.(.+)|)/;function En(){return!0}function dn(){return!1}function bn(r,c){return r===hr()==(c==="focus")}function hr(){try{return we.activeElement}catch(r){}}function sn(r,c,m,j,z,U){var ie,$e;if(typeof c=="object"){typeof m!="string"&&(j=j||m,m=void 0);for($e in c)sn(r,$e,m,j,c[$e],U);return r}if(j==null&&z==null?(z=m,j=m=void 0):z==null&&(typeof m=="string"?(z=j,j=void 0):(z=j,j=m,m=void 0)),z===!1)z=dn;else if(!z)return r;return U===1&&(ie=z,z=function(_e){return s().off(_e),ie.apply(this,arguments)},z.guid=ie.guid||(ie.guid=s.guid++)),r.each(function(){s.event.add(this,c,z,j,m)})}s.event={global:{},add:function(r,c,m,j,z){var U,ie,$e,_e,Me,Xe,st,Ge,Ze,It,Kt,Lt=gt.get(r);if(!!oi(r))for(m.handler&&(U=m,m=U.handler,z=U.selector),z&&s.find.matchesSelector(tt,z),m.guid||(m.guid=s.guid++),(_e=Lt.events)||(_e=Lt.events=Object.create(null)),(ie=Lt.handle)||(ie=Lt.handle=function(Di){return typeof s!="undefined"&&s.event.triggered!==Di.type?s.event.dispatch.apply(r,arguments):void 0}),c=(c||"").match(v)||[""],Me=c.length;Me--;)$e=Vn.exec(c[Me])||[],Ze=Kt=$e[1],It=($e[2]||"").split(".").sort(),!!Ze&&(st=s.event.special[Ze]||{},Ze=(z?st.delegateType:st.bindType)||Ze,st=s.event.special[Ze]||{},Xe=s.extend({type:Ze,origType:Kt,data:j,handler:m,guid:m.guid,selector:z,needsContext:z&&s.expr.match.needsContext.test(z),namespace:It.join(".")},U),(Ge=_e[Ze])||(Ge=_e[Ze]=[],Ge.delegateCount=0,(!st.setup||st.setup.call(r,j,It,ie)===!1)&&r.addEventListener&&r.addEventListener(Ze,ie)),st.add&&(st.add.call(r,Xe),Xe.handler.guid||(Xe.handler.guid=m.guid)),z?Ge.splice(Ge.delegateCount++,0,Xe):Ge.push(Xe),s.event.global[Ze]=!0)},remove:function(r,c,m,j,z){var U,ie,$e,_e,Me,Xe,st,Ge,Ze,It,Kt,Lt=gt.hasData(r)&>.get(r);if(!(!Lt||!(_e=Lt.events))){for(c=(c||"").match(v)||[""],Me=c.length;Me--;){if($e=Vn.exec(c[Me])||[],Ze=Kt=$e[1],It=($e[2]||"").split(".").sort(),!Ze){for(Ze in _e)s.event.remove(r,Ze+c[Me],m,j,!0);continue}for(st=s.event.special[Ze]||{},Ze=(j?st.delegateType:st.bindType)||Ze,Ge=_e[Ze]||[],$e=$e[2]&&new RegExp("(^|\\.)"+It.join("\\.(?:.*\\.|)")+"(\\.|$)"),ie=U=Ge.length;U--;)Xe=Ge[U],(z||Kt===Xe.origType)&&(!m||m.guid===Xe.guid)&&(!$e||$e.test(Xe.namespace))&&(!j||j===Xe.selector||j==="**"&&Xe.selector)&&(Ge.splice(U,1),Xe.selector&&Ge.delegateCount--,st.remove&&st.remove.call(r,Xe));ie&&!Ge.length&&((!st.teardown||st.teardown.call(r,It,Lt.handle)===!1)&&s.removeEvent(r,Ze,Lt.handle),delete _e[Ze])}s.isEmptyObject(_e)&>.remove(r,"handle events")}},dispatch:function(r){var c,m,j,z,U,ie,$e=new Array(arguments.length),_e=s.event.fix(r),Me=(gt.get(this,"events")||Object.create(null))[_e.type]||[],Xe=s.event.special[_e.type]||{};for($e[0]=_e,c=1;c<arguments.length;c++)$e[c]=arguments[c];if(_e.delegateTarget=this,!(Xe.preDispatch&&Xe.preDispatch.call(this,_e)===!1)){for(ie=s.event.handlers.call(this,_e,Me),c=0;(z=ie[c++])&&!_e.isPropagationStopped();)for(_e.currentTarget=z.elem,m=0;(U=z.handlers[m++])&&!_e.isImmediatePropagationStopped();)(!_e.rnamespace||U.namespace===!1||_e.rnamespace.test(U.namespace))&&(_e.handleObj=U,_e.data=U.data,j=((s.event.special[U.origType]||{}).handle||U.handler).apply(z.elem,$e),j!==void 0&&(_e.result=j)===!1&&(_e.preventDefault(),_e.stopPropagation()));return Xe.postDispatch&&Xe.postDispatch.call(this,_e),_e.result}},handlers:function(r,c){var m,j,z,U,ie,$e=[],_e=c.delegateCount,Me=r.target;if(_e&&Me.nodeType&&!(r.type==="click"&&r.button>=1)){for(;Me!==this;Me=Me.parentNode||this)if(Me.nodeType===1&&!(r.type==="click"&&Me.disabled===!0)){for(U=[],ie={},m=0;m<_e;m++)j=c[m],z=j.selector+" ",ie[z]===void 0&&(ie[z]=j.needsContext?s(z,this).index(Me)>-1:s.find(z,this,null,[Me]).length),ie[z]&&U.push(j);U.length&&$e.push({elem:Me,handlers:U})}}return Me=this,_e<c.length&&$e.push({elem:Me,handlers:c.slice(_e)}),$e},addProp:function(r,c){Object.defineProperty(s.Event.prototype,r,{enumerable:!0,configurable:!0,get:C(c)?function(){if(this.originalEvent)return c(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[r]},set:function(m){Object.defineProperty(this,r,{enumerable:!0,configurable:!0,writable:!0,value:m})}})},fix:function(r){return r[s.expando]?r:new s.Event(r)},special:{load:{noBubble:!0},click:{setup:function(r){var c=this||r;return yt.test(c.type)&&c.click&&ae(c,"input")&&Wr(c,"click",En),!1},trigger:function(r){var c=this||r;return yt.test(c.type)&&c.click&&ae(c,"input")&&Wr(c,"click"),!0},_default:function(r){var c=r.target;return yt.test(c.type)&&c.click&&ae(c,"input")&>.get(c,"click")||ae(c,"a")}},beforeunload:{postDispatch:function(r){r.result!==void 0&&r.originalEvent&&(r.originalEvent.returnValue=r.result)}}}};function Wr(r,c,m){if(!m){gt.get(r,c)===void 0&&s.event.add(r,c,En);return}gt.set(r,c,!1),s.event.add(r,c,{namespace:!1,handler:function(j){var z,U,ie=gt.get(this,c);if(j.isTrigger&1&&this[c]){if(ie.length)(s.event.special[c]||{}).delegateType&&j.stopPropagation();else if(ie=B.call(arguments),gt.set(this,c,ie),z=m(this,c),this[c](),U=gt.get(this,c),ie!==U||z?gt.set(this,c,!1):U={},ie!==U)return j.stopImmediatePropagation(),j.preventDefault(),U&&U.value}else ie.length&&(gt.set(this,c,{value:s.event.trigger(s.extend(ie[0],s.Event.prototype),ie.slice(1),this)}),j.stopImmediatePropagation())}})}s.removeEvent=function(r,c,m){r.removeEventListener&&r.removeEventListener(c,m)},s.Event=function(r,c){if(!(this instanceof s.Event))return new s.Event(r,c);r&&r.type?(this.originalEvent=r,this.type=r.type,this.isDefaultPrevented=r.defaultPrevented||r.defaultPrevented===void 0&&r.returnValue===!1?En:dn,this.target=r.target&&r.target.nodeType===3?r.target.parentNode:r.target,this.currentTarget=r.currentTarget,this.relatedTarget=r.relatedTarget):this.type=r,c&&s.extend(this,c),this.timeStamp=r&&r.timeStamp||Date.now(),this[s.expando]=!0},s.Event.prototype={constructor:s.Event,isDefaultPrevented:dn,isPropagationStopped:dn,isImmediatePropagationStopped:dn,isSimulated:!1,preventDefault:function(){var r=this.originalEvent;this.isDefaultPrevented=En,r&&!this.isSimulated&&r.preventDefault()},stopPropagation:function(){var r=this.originalEvent;this.isPropagationStopped=En,r&&!this.isSimulated&&r.stopPropagation()},stopImmediatePropagation:function(){var r=this.originalEvent;this.isImmediatePropagationStopped=En,r&&!this.isSimulated&&r.stopImmediatePropagation(),this.stopPropagation()}},s.each({altKey:!0,bubbles:!0,cancelable:!0,changedTouches:!0,ctrlKey:!0,detail:!0,eventPhase:!0,metaKey:!0,pageX:!0,pageY:!0,shiftKey:!0,view:!0,char:!0,code:!0,charCode:!0,key:!0,keyCode:!0,button:!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,screenY:!0,targetTouches:!0,toElement:!0,touches:!0,which:!0},s.event.addProp),s.each({focus:"focusin",blur:"focusout"},function(r,c){s.event.special[r]={setup:function(){return Wr(this,r,bn),!1},trigger:function(){return Wr(this,r),!0},_default:function(){return!0},delegateType:c}}),s.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(r,c){s.event.special[r]={delegateType:c,bindType:c,handle:function(m){var j,z=this,U=m.relatedTarget,ie=m.handleObj;return(!U||U!==z&&!s.contains(z,U))&&(m.type=ie.origType,j=ie.handler.apply(this,arguments),m.type=c),j}}}),s.fn.extend({on:function(r,c,m,j){return sn(this,r,c,m,j)},one:function(r,c,m,j){return sn(this,r,c,m,j,1)},off:function(r,c,m){var j,z;if(r&&r.preventDefault&&r.handleObj)return j=r.handleObj,s(r.delegateTarget).off(j.namespace?j.origType+"."+j.namespace:j.origType,j.selector,j.handler),this;if(typeof r=="object"){for(z in r)this.off(z,c,r[z]);return this}return(c===!1||typeof c=="function")&&(m=c,c=void 0),m===!1&&(m=dn),this.each(function(){s.event.remove(this,r,m,c)})}});var Dr=/<script|<style|<link/i,Pr=/checked\s*(?:[^=]|=\s*.checked.)/i,Vr=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;function Pn(r,c){return ae(r,"table")&&ae(c.nodeType!==11?c:c.firstChild,"tr")&&s(r).children("tbody")[0]||r}function xr(r){return r.type=(r.getAttribute("type")!==null)+"/"+r.type,r}function $i(r){return(r.type||"").slice(0,5)==="true/"?r.type=r.type.slice(5):r.removeAttribute("type"),r}function mr(r,c){var m,j,z,U,ie,$e,_e;if(c.nodeType===1){if(gt.hasData(r)&&(U=gt.get(r),_e=U.events,_e)){gt.remove(c,"handle events");for(z in _e)for(m=0,j=_e[z].length;m<j;m++)s.event.add(c,z,_e[z][m])}xi.hasData(r)&&(ie=xi.access(r),$e=s.extend({},ie),xi.set(c,$e))}}function kn(r,c){var m=c.nodeName.toLowerCase();m==="input"&&yt.test(r.type)?c.checked=r.checked:(m==="input"||m==="textarea")&&(c.defaultValue=r.defaultValue)}function Un(r,c,m,j){c=ce(c);var z,U,ie,$e,_e,Me,Xe=0,st=r.length,Ge=st-1,Ze=c[0],It=C(Ze);if(It||st>1&&typeof Ze=="string"&&!V.checkClone&&Pr.test(Ze))return r.each(function(Kt){var Lt=r.eq(Kt);It&&(c[0]=Ze.call(this,Kt,Lt.html())),Un(Lt,c,m,j)});if(st&&(z=fn(c,r[0].ownerDocument,!1,r,j),U=z.firstChild,z.childNodes.length===1&&(z=U),U||j)){for(ie=s.map(Yt(z,"script"),xr),$e=ie.length;Xe<st;Xe++)_e=z,Xe!==Ge&&(_e=s.clone(_e,!0,!0),$e&&s.merge(ie,Yt(_e,"script"))),m.call(r[Xe],_e,Xe);if($e)for(Me=ie[ie.length-1].ownerDocument,s.map(ie,$i),Xe=0;Xe<$e;Xe++)_e=ie[Xe],$t.test(_e.type||"")&&!gt.access(_e,"globalEval")&&s.contains(Me,_e)&&(_e.src&&(_e.type||"").toLowerCase()!=="module"?s._evalUrl&&!_e.noModule&&s._evalUrl(_e.src,{nonce:_e.nonce||_e.getAttribute("nonce")},Me):Ae(_e.textContent.replace(Vr,""),_e,Me))}return r}function en(r,c,m){for(var j,z=c?s.filter(c,r):r,U=0;(j=z[U])!=null;U++)!m&&j.nodeType===1&&s.cleanData(Yt(j)),j.parentNode&&(m&&dt(j)&&vn(Yt(j,"script")),j.parentNode.removeChild(j));return r}s.extend({htmlPrefilter:function(r){return r},clone:function(r,c,m){var j,z,U,ie,$e=r.cloneNode(!0),_e=dt(r);if(!V.noCloneChecked&&(r.nodeType===1||r.nodeType===11)&&!s.isXMLDoc(r))for(ie=Yt($e),U=Yt(r),j=0,z=U.length;j<z;j++)kn(U[j],ie[j]);if(c)if(m)for(U=U||Yt(r),ie=ie||Yt($e),j=0,z=U.length;j<z;j++)mr(U[j],ie[j]);else mr(r,$e);return ie=Yt($e,"script"),ie.length>0&&vn(ie,!_e&&Yt(r,"script")),$e},cleanData:function(r){for(var c,m,j,z=s.event.special,U=0;(m=r[U])!==void 0;U++)if(oi(m)){if(c=m[gt.expando]){if(c.events)for(j in c.events)z[j]?s.event.remove(m,j):s.removeEvent(m,j,c.handle);m[gt.expando]=void 0}m[xi.expando]&&(m[xi.expando]=void 0)}}}),s.fn.extend({detach:function(r){return en(this,r,!0)},remove:function(r){return en(this,r)},text:function(r){return rt(this,function(c){return c===void 0?s.text(this):this.empty().each(function(){(this.nodeType===1||this.nodeType===11||this.nodeType===9)&&(this.textContent=c)})},null,r,arguments.length)},append:function(){return Un(this,arguments,function(r){if(this.nodeType===1||this.nodeType===11||this.nodeType===9){var c=Pn(this,r);c.appendChild(r)}})},prepend:function(){return Un(this,arguments,function(r){if(this.nodeType===1||this.nodeType===11||this.nodeType===9){var c=Pn(this,r);c.insertBefore(r,c.firstChild)}})},before:function(){return Un(this,arguments,function(r){this.parentNode&&this.parentNode.insertBefore(r,this)})},after:function(){return Un(this,arguments,function(r){this.parentNode&&this.parentNode.insertBefore(r,this.nextSibling)})},empty:function(){for(var r,c=0;(r=this[c])!=null;c++)r.nodeType===1&&(s.cleanData(Yt(r,!1)),r.textContent="");return this},clone:function(r,c){return r=r==null?!1:r,c=c==null?r:c,this.map(function(){return s.clone(this,r,c)})},html:function(r){return rt(this,function(c){var m=this[0]||{},j=0,z=this.length;if(c===void 0&&m.nodeType===1)return m.innerHTML;if(typeof c=="string"&&!Dr.test(c)&&!Bt[(Ft.exec(c)||["",""])[1].toLowerCase()]){c=s.htmlPrefilter(c);try{for(;j<z;j++)m=this[j]||{},m.nodeType===1&&(s.cleanData(Yt(m,!1)),m.innerHTML=c);m=0}catch(U){}}m&&this.empty().append(c)},null,r,arguments.length)},replaceWith:function(){var r=[];return Un(this,arguments,function(c){var m=this.parentNode;s.inArray(this,r)<0&&(s.cleanData(Yt(this)),m&&m.replaceChild(c,this))},r)}}),s.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(r,c){s.fn[r]=function(m){for(var j,z=[],U=s(m),ie=U.length-1,$e=0;$e<=ie;$e++)j=$e===ie?this:this.clone(!0),s(U[$e])[c](j),J.apply(z,j.get());return this.pushStack(z)}});var Cr=new RegExp("^("+Se+")(?!px)[a-z%]+$","i"),Rn=function(r){var c=r.ownerDocument.defaultView;return(!c||!c.opener)&&(c=h),c.getComputedStyle(r)},nr=function(r,c,m){var j,z,U={};for(z in c)U[z]=r.style[z],r.style[z]=c[z];j=m.call(r);for(z in c)r.style[z]=U[z];return j},Sr=new RegExp(Le.join("|"),"i");(function(){function r(){if(!!Me){_e.style.cssText="position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0",Me.style.cssText="position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%",tt.appendChild(_e).appendChild(Me);var Xe=h.getComputedStyle(Me);m=Xe.top!=="1%",$e=c(Xe.marginLeft)===12,Me.style.right="60%",U=c(Xe.right)===36,j=c(Xe.width)===36,Me.style.position="absolute",z=c(Me.offsetWidth/3)===12,tt.removeChild(_e),Me=null}}function c(Xe){return Math.round(parseFloat(Xe))}var m,j,z,U,ie,$e,_e=we.createElement("div"),Me=we.createElement("div");!Me.style||(Me.style.backgroundClip="content-box",Me.cloneNode(!0).style.backgroundClip="",V.clearCloneStyle=Me.style.backgroundClip==="content-box",s.extend(V,{boxSizingReliable:function(){return r(),j},pixelBoxStyles:function(){return r(),U},pixelPosition:function(){return r(),m},reliableMarginLeft:function(){return r(),$e},scrollboxSize:function(){return r(),z},reliableTrDimensions:function(){var Xe,st,Ge,Ze;return ie==null&&(Xe=we.createElement("table"),st=we.createElement("tr"),Ge=we.createElement("div"),Xe.style.cssText="position:absolute;left:-11111px;border-collapse:separate",st.style.cssText="border:1px solid",st.style.height="1px",Ge.style.height="9px",Ge.style.display="block",tt.appendChild(Xe).appendChild(st).appendChild(Ge),Ze=h.getComputedStyle(st),ie=parseInt(Ze.height,10)+parseInt(Ze.borderTopWidth,10)+parseInt(Ze.borderBottomWidth,10)===st.offsetHeight,tt.removeChild(Xe)),ie}}))})();function tn(r,c,m){var j,z,U,ie,$e=r.style;return m=m||Rn(r),m&&(ie=m.getPropertyValue(c)||m[c],ie===""&&!dt(r)&&(ie=s.style(r,c)),!V.pixelBoxStyles()&&Cr.test(ie)&&Sr.test(c)&&(j=$e.width,z=$e.minWidth,U=$e.maxWidth,$e.minWidth=$e.maxWidth=$e.width=ie,ie=m.width,$e.width=j,$e.minWidth=z,$e.maxWidth=U)),ie!==void 0?ie+"":ie}function Oi(r,c){return{get:function(){if(r()){delete this.get;return}return(this.get=c).apply(this,arguments)}}}var qr=["Webkit","Moz","ms"],Rr=we.createElement("div").style,rr={};function yn(r){for(var c=r[0].toUpperCase()+r.slice(1),m=qr.length;m--;)if(r=qr[m]+c,r in Rr)return r}function ar(r){var c=s.cssProps[r]||rr[r];return c||(r in Rr?r:rr[r]=yn(r)||r)}var wn=/^(none|table(?!-c[ea]).+)/,Tr=/^--/,In={position:"absolute",visibility:"hidden",display:"block"},Qn={letterSpacing:"0",fontWeight:"400"};function Yn(r,c,m){var j=Te.exec(c);return j?Math.max(0,j[2]-(m||0))+(j[3]||"px"):c}function Ir(r,c,m,j,z,U){var ie=c==="width"?1:0,$e=0,_e=0;if(m===(j?"border":"content"))return 0;for(;ie<4;ie+=2)m==="margin"&&(_e+=s.css(r,m+Le[ie],!0,z)),j?(m==="content"&&(_e-=s.css(r,"padding"+Le[ie],!0,z)),m!=="margin"&&(_e-=s.css(r,"border"+Le[ie]+"Width",!0,z))):(_e+=s.css(r,"padding"+Le[ie],!0,z),m!=="padding"?_e+=s.css(r,"border"+Le[ie]+"Width",!0,z):$e+=s.css(r,"border"+Le[ie]+"Width",!0,z));return!j&&U>=0&&(_e+=Math.max(0,Math.ceil(r["offset"+c[0].toUpperCase()+c.slice(1)]-U-_e-$e-.5))||0),_e}function an(r,c,m){var j=Rn(r),z=!V.boxSizingReliable()||m,U=z&&s.css(r,"boxSizing",!1,j)==="border-box",ie=U,$e=tn(r,c,j),_e="offset"+c[0].toUpperCase()+c.slice(1);if(Cr.test($e)){if(!m)return $e;$e="auto"}return(!V.boxSizingReliable()&&U||!V.reliableTrDimensions()&&ae(r,"tr")||$e==="auto"||!parseFloat($e)&&s.css(r,"display",!1,j)==="inline")&&r.getClientRects().length&&(U=s.css(r,"boxSizing",!1,j)==="border-box",ie=_e in r,ie&&($e=r[_e])),$e=parseFloat($e)||0,$e+Ir(r,c,m||(U?"border":"content"),ie,j,$e)+"px"}s.extend({cssHooks:{opacity:{get:function(r,c){if(c){var m=tn(r,"opacity");return m===""?"1":m}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(r,c,m,j){if(!(!r||r.nodeType===3||r.nodeType===8||!r.style)){var z,U,ie,$e=mi(c),_e=Tr.test(c),Me=r.style;if(_e||(c=ar($e)),ie=s.cssHooks[c]||s.cssHooks[$e],m!==void 0){if(U=typeof m,U==="string"&&(z=Te.exec(m))&&z[1]&&(m=ui(r,c,z),U="number"),m==null||m!==m)return;U==="number"&&!_e&&(m+=z&&z[3]||(s.cssNumber[$e]?"":"px")),!V.clearCloneStyle&&m===""&&c.indexOf("background")===0&&(Me[c]="inherit"),(!ie||!("set"in ie)||(m=ie.set(r,m,j))!==void 0)&&(_e?Me.setProperty(c,m):Me[c]=m)}else return ie&&"get"in ie&&(z=ie.get(r,!1,j))!==void 0?z:Me[c]}},css:function(r,c,m,j){var z,U,ie,$e=mi(c),_e=Tr.test(c);return _e||(c=ar($e)),ie=s.cssHooks[c]||s.cssHooks[$e],ie&&"get"in ie&&(z=ie.get(r,!0,m)),z===void 0&&(z=tn(r,c,j)),z==="normal"&&c in Qn&&(z=Qn[c]),m===""||m?(U=parseFloat(z),m===!0||isFinite(U)?U||0:z):z}}),s.each(["height","width"],function(r,c){s.cssHooks[c]={get:function(m,j,z){if(j)return wn.test(s.css(m,"display"))&&(!m.getClientRects().length||!m.getBoundingClientRect().width)?nr(m,In,function(){return an(m,c,z)}):an(m,c,z)},set:function(m,j,z){var U,ie=Rn(m),$e=!V.scrollboxSize()&&ie.position==="absolute",_e=$e||z,Me=_e&&s.css(m,"boxSizing",!1,ie)==="border-box",Xe=z?Ir(m,c,z,Me,ie):0;return Me&&$e&&(Xe-=Math.ceil(m["offset"+c[0].toUpperCase()+c.slice(1)]-parseFloat(ie[c])-Ir(m,c,"border",!1,ie)-.5)),Xe&&(U=Te.exec(j))&&(U[3]||"px")!=="px"&&(m.style[c]=j,j=s.css(m,c)),Yn(m,j,Xe)}}}),s.cssHooks.marginLeft=Oi(V.reliableMarginLeft,function(r,c){if(c)return(parseFloat(tn(r,"marginLeft"))||r.getBoundingClientRect().left-nr(r,{marginLeft:0},function(){return r.getBoundingClientRect().left}))+"px"}),s.each({margin:"",padding:"",border:"Width"},function(r,c){s.cssHooks[r+c]={expand:function(m){for(var j=0,z={},U=typeof m=="string"?m.split(" "):[m];j<4;j++)z[r+Le[j]+c]=U[j]||U[j-2]||U[0];return z}},r!=="margin"&&(s.cssHooks[r+c].set=Yn)}),s.fn.extend({css:function(r,c){return rt(this,function(m,j,z){var U,ie,$e={},_e=0;if(Array.isArray(j)){for(U=Rn(m),ie=j.length;_e<ie;_e++)$e[j[_e]]=s.css(m,j[_e],!1,U);return $e}return z!==void 0?s.style(m,j,z):s.css(m,j)},r,c,arguments.length>1)}});function ii(r,c,m,j,z){return new ii.prototype.init(r,c,m,j,z)}s.Tween=ii,ii.prototype={constructor:ii,init:function(r,c,m,j,z,U){this.elem=r,this.prop=m,this.easing=z||s.easing._default,this.options=c,this.start=this.now=this.cur(),this.end=j,this.unit=U||(s.cssNumber[m]?"":"px")},cur:function(){var r=ii.propHooks[this.prop];return r&&r.get?r.get(this):ii.propHooks._default.get(this)},run:function(r){var c,m=ii.propHooks[this.prop];return this.options.duration?this.pos=c=s.easing[this.easing](r,this.options.duration*r,0,1,this.options.duration):this.pos=c=r,this.now=(this.end-this.start)*c+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),m&&m.set?m.set(this):ii.propHooks._default.set(this),this}},ii.prototype.init.prototype=ii.prototype,ii.propHooks={_default:{get:function(r){var c;return r.elem.nodeType!==1||r.elem[r.prop]!=null&&r.elem.style[r.prop]==null?r.elem[r.prop]:(c=s.css(r.elem,r.prop,""),!c||c==="auto"?0:c)},set:function(r){s.fx.step[r.prop]?s.fx.step[r.prop](r):r.elem.nodeType===1&&(s.cssHooks[r.prop]||r.elem.style[ar(r.prop)]!=null)?s.style(r.elem,r.prop,r.now+r.unit):r.elem[r.prop]=r.now}}},ii.propHooks.scrollTop=ii.propHooks.scrollLeft={set:function(r){r.elem.nodeType&&r.elem.parentNode&&(r.elem[r.prop]=r.now)}},s.easing={linear:function(r){return r},swing:function(r){return .5-Math.cos(r*Math.PI)/2},_default:"swing"},s.fx=ii.prototype.init,s.fx.step={};var Nn,ln,ga=/^(?:toggle|show|hide)$/,ta=/queueHooks$/;function gr(){ln&&(we.hidden===!1&&h.requestAnimationFrame?h.requestAnimationFrame(gr):h.setTimeout(gr,s.fx.interval),s.fx.tick())}function Gr(){return h.setTimeout(function(){Nn=void 0}),Nn=Date.now()}function pn(r,c){var m,j=0,z={height:r};for(c=c?1:0;j<4;j+=2-c)m=Le[j],z["margin"+m]=z["padding"+m]=r;return c&&(z.opacity=z.width=r),z}function si(r,c,m){for(var j,z=(jn.tweeners[c]||[]).concat(jn.tweeners["*"]),U=0,ie=z.length;U<ie;U++)if(j=z[U].call(m,c,r))return j}function ia(r,c,m){var j,z,U,ie,$e,_e,Me,Xe,st="width"in c||"height"in c,Ge=this,Ze={},It=r.style,Kt=r.nodeType&&Nt(r),Lt=gt.get(r,"fxshow");m.queue||(ie=s._queueHooks(r,"fx"),ie.unqueued==null&&(ie.unqueued=0,$e=ie.empty.fire,ie.empty.fire=function(){ie.unqueued||$e()}),ie.unqueued++,Ge.always(function(){Ge.always(function(){ie.unqueued--,s.queue(r,"fx").length||ie.empty.fire()})}));for(j in c)if(z=c[j],ga.test(z)){if(delete c[j],U=U||z==="toggle",z===(Kt?"hide":"show"))if(z==="show"&&Lt&&Lt[j]!==void 0)Kt=!0;else continue;Ze[j]=Lt&&Lt[j]||s.style(r,j)}if(_e=!s.isEmptyObject(c),!(!_e&&s.isEmptyObject(Ze))){st&&r.nodeType===1&&(m.overflow=[It.overflow,It.overflowX,It.overflowY],Me=Lt&&Lt.display,Me==null&&(Me=gt.get(r,"display")),Xe=s.css(r,"display"),Xe==="none"&&(Me?Xe=Me:(Pt([r],!0),Me=r.style.display||Me,Xe=s.css(r,"display"),Pt([r]))),(Xe==="inline"||Xe==="inline-block"&&Me!=null)&&s.css(r,"float")==="none"&&(_e||(Ge.done(function(){It.display=Me}),Me==null&&(Xe=It.display,Me=Xe==="none"?"":Xe)),It.display="inline-block")),m.overflow&&(It.overflow="hidden",Ge.always(function(){It.overflow=m.overflow[0],It.overflowX=m.overflow[1],It.overflowY=m.overflow[2]})),_e=!1;for(j in Ze)_e||(Lt?"hidden"in Lt&&(Kt=Lt.hidden):Lt=gt.access(r,"fxshow",{display:Me}),U&&(Lt.hidden=!Kt),Kt&&Pt([r],!0),Ge.done(function(){Kt||Pt([r]),gt.remove(r,"fxshow");for(j in Ze)s.style(r,j,Ze[j])})),_e=si(Kt?Lt[j]:0,j,Ge),j in Lt||(Lt[j]=_e.start,Kt&&(_e.end=_e.start,_e.start=0))}}function Ar(r,c){var m,j,z,U,ie;for(m in r)if(j=mi(m),z=c[j],U=r[m],Array.isArray(U)&&(z=U[1],U=r[m]=U[0]),m!==j&&(r[j]=U,delete r[m]),ie=s.cssHooks[j],ie&&"expand"in ie){U=ie.expand(U),delete r[j];for(m in U)m in r||(r[m]=U[m],c[m]=z)}else c[j]=z}function jn(r,c,m){var j,z,U=0,ie=jn.prefilters.length,$e=s.Deferred().always(function(){delete _e.elem}),_e=function(){if(z)return!1;for(var st=Nn||Gr(),Ge=Math.max(0,Me.startTime+Me.duration-st),Ze=Ge/Me.duration||0,It=1-Ze,Kt=0,Lt=Me.tweens.length;Kt<Lt;Kt++)Me.tweens[Kt].run(It);return $e.notifyWith(r,[Me,It,Ge]),It<1&&Lt?Ge:(Lt||$e.notifyWith(r,[Me,1,0]),$e.resolveWith(r,[Me]),!1)},Me=$e.promise({elem:r,props:s.extend({},c),opts:s.extend(!0,{specialEasing:{},easing:s.easing._default},m),originalProperties:c,originalOptions:m,startTime:Nn||Gr(),duration:m.duration,tweens:[],createTween:function(st,Ge){var Ze=s.Tween(r,Me.opts,st,Ge,Me.opts.specialEasing[st]||Me.opts.easing);return Me.tweens.push(Ze),Ze},stop:function(st){var Ge=0,Ze=st?Me.tweens.length:0;if(z)return this;for(z=!0;Ge<Ze;Ge++)Me.tweens[Ge].run(1);return st?($e.notifyWith(r,[Me,1,0]),$e.resolveWith(r,[Me,st])):$e.rejectWith(r,[Me,st]),this}}),Xe=Me.props;for(Ar(Xe,Me.opts.specialEasing);U<ie;U++)if(j=jn.prefilters[U].call(Me,r,Xe,Me.opts),j)return C(j.stop)&&(s._queueHooks(Me.elem,Me.opts.queue).stop=j.stop.bind(j)),j;return s.map(Xe,si,Me),C(Me.opts.start)&&Me.opts.start.call(r,Me),Me.progress(Me.opts.progress).done(Me.opts.done,Me.opts.complete).fail(Me.opts.fail).always(Me.opts.always),s.fx.timer(s.extend(_e,{elem:r,anim:Me,queue:Me.opts.queue})),Me}s.Animation=s.extend(jn,{tweeners:{"*":[function(r,c){var m=this.createTween(r,c);return ui(m.elem,r,Te.exec(c),m),m}]},tweener:function(r,c){C(r)?(c=r,r=["*"]):r=r.match(v);for(var m,j=0,z=r.length;j<z;j++)m=r[j],jn.tweeners[m]=jn.tweeners[m]||[],jn.tweeners[m].unshift(c)},prefilters:[ia],prefilter:function(r,c){c?jn.prefilters.unshift(r):jn.prefilters.push(r)}}),s.speed=function(r,c,m){var j=r&&typeof r=="object"?s.extend({},r):{complete:m||!m&&c||C(r)&&r,duration:r,easing:m&&c||c&&!C(c)&&c};return s.fx.off?j.duration=0:typeof j.duration!="number"&&(j.duration in s.fx.speeds?j.duration=s.fx.speeds[j.duration]:j.duration=s.fx.speeds._default),(j.queue==null||j.queue===!0)&&(j.queue="fx"),j.old=j.complete,j.complete=function(){C(j.old)&&j.old.call(this),j.queue&&s.dequeue(this,j.queue)},j},s.fn.extend({fadeTo:function(r,c,m,j){return this.filter(Nt).css("opacity",0).show().end().animate({opacity:c},r,m,j)},animate:function(r,c,m,j){var z=s.isEmptyObject(r),U=s.speed(c,m,j),ie=function(){var $e=jn(this,s.extend({},r),U);(z||gt.get(this,"finish"))&&$e.stop(!0)};return ie.finish=ie,z||U.queue===!1?this.each(ie):this.queue(U.queue,ie)},stop:function(r,c,m){var j=function(z){var U=z.stop;delete z.stop,U(m)};return typeof r!="string"&&(m=c,c=r,r=void 0),c&&this.queue(r||"fx",[]),this.each(function(){var z=!0,U=r!=null&&r+"queueHooks",ie=s.timers,$e=gt.get(this);if(U)$e[U]&&$e[U].stop&&j($e[U]);else for(U in $e)$e[U]&&$e[U].stop&&ta.test(U)&&j($e[U]);for(U=ie.length;U--;)ie[U].elem===this&&(r==null||ie[U].queue===r)&&(ie[U].anim.stop(m),z=!1,ie.splice(U,1));(z||!m)&&s.dequeue(this,r)})},finish:function(r){return r!==!1&&(r=r||"fx"),this.each(function(){var c,m=gt.get(this),j=m[r+"queue"],z=m[r+"queueHooks"],U=s.timers,ie=j?j.length:0;for(m.finish=!0,s.queue(this,r,[]),z&&z.stop&&z.stop.call(this,!0),c=U.length;c--;)U[c].elem===this&&U[c].queue===r&&(U[c].anim.stop(!0),U.splice(c,1));for(c=0;c<ie;c++)j[c]&&j[c].finish&&j[c].finish.call(this);delete m.finish})}}),s.each(["toggle","show","hide"],function(r,c){var m=s.fn[c];s.fn[c]=function(j,z,U){return j==null||typeof j=="boolean"?m.apply(this,arguments):this.animate(pn(c,!0),j,z,U)}}),s.each({slideDown:pn("show"),slideUp:pn("hide"),slideToggle:pn("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(r,c){s.fn[r]=function(m,j,z){return this.animate(c,m,j,z)}}),s.timers=[],s.fx.tick=function(){var r,c=0,m=s.timers;for(Nn=Date.now();c<m.length;c++)r=m[c],!r()&&m[c]===r&&m.splice(c--,1);m.length||s.fx.stop(),Nn=void 0},s.fx.timer=function(r){s.timers.push(r),s.fx.start()},s.fx.interval=13,s.fx.start=function(){ln||(ln=!0,gr())},s.fx.stop=function(){ln=null},s.fx.speeds={slow:600,fast:200,_default:400},s.fn.delay=function(r,c){return r=s.fx&&s.fx.speeds[r]||r,c=c||"fx",this.queue(c,function(m,j){var z=h.setTimeout(m,r);j.stop=function(){h.clearTimeout(z)}})},function(){var r=we.createElement("input"),c=we.createElement("select"),m=c.appendChild(we.createElement("option"));r.type="checkbox",V.checkOn=r.value!=="",V.optSelected=m.selected,r=we.createElement("input"),r.value="t",r.type="radio",V.radioValue=r.value==="t"}();var va,hn=s.expr.attrHandle;s.fn.extend({attr:function(r,c){return rt(this,s.attr,r,c,arguments.length>1)},removeAttr:function(r){return this.each(function(){s.removeAttr(this,r)})}}),s.extend({attr:function(r,c,m){var j,z,U=r.nodeType;if(!(U===3||U===8||U===2)){if(typeof r.getAttribute=="undefined")return s.prop(r,c,m);if((U!==1||!s.isXMLDoc(r))&&(z=s.attrHooks[c.toLowerCase()]||(s.expr.match.bool.test(c)?va:void 0)),m!==void 0){if(m===null){s.removeAttr(r,c);return}return z&&"set"in z&&(j=z.set(r,m,c))!==void 0?j:(r.setAttribute(c,m+""),m)}return z&&"get"in z&&(j=z.get(r,c))!==null?j:(j=s.find.attr(r,c),j==null?void 0:j)}},attrHooks:{type:{set:function(r,c){if(!V.radioValue&&c==="radio"&&ae(r,"input")){var m=r.value;return r.setAttribute("type",c),m&&(r.value=m),c}}}},removeAttr:function(r,c){var m,j=0,z=c&&c.match(v);if(z&&r.nodeType===1)for(;m=z[j++];)r.removeAttribute(m)}}),va={set:function(r,c,m){return c===!1?s.removeAttr(r,m):r.setAttribute(m,m),m}},s.each(s.expr.match.bool.source.match(/\w+/g),function(r,c){var m=hn[c]||s.find.attr;hn[c]=function(j,z,U){var ie,$e,_e=z.toLowerCase();return U||($e=hn[_e],hn[_e]=ie,ie=m(j,z,U)!=null?_e:null,hn[_e]=$e),ie}});var Nr=/^(?:input|select|textarea|button)$/i,Bn=/^(?:a|area)$/i;s.fn.extend({prop:function(r,c){return rt(this,s.prop,r,c,arguments.length>1)},removeProp:function(r){return this.each(function(){delete this[s.propFix[r]||r]})}}),s.extend({prop:function(r,c,m){var j,z,U=r.nodeType;if(!(U===3||U===8||U===2))return(U!==1||!s.isXMLDoc(r))&&(c=s.propFix[c]||c,z=s.propHooks[c]),m!==void 0?z&&"set"in z&&(j=z.set(r,m,c))!==void 0?j:r[c]=m:z&&"get"in z&&(j=z.get(r,c))!==null?j:r[c]},propHooks:{tabIndex:{get:function(r){var c=s.find.attr(r,"tabindex");return c?parseInt(c,10):Nr.test(r.nodeName)||Bn.test(r.nodeName)&&r.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),V.optSelected||(s.propHooks.selected={get:function(r){var c=r.parentNode;return c&&c.parentNode&&c.parentNode.selectedIndex,null},set:function(r){var c=r.parentNode;c&&(c.selectedIndex,c.parentNode&&c.parentNode.selectedIndex)}}),s.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){s.propFix[this.toLowerCase()]=this});function qn(r){var c=r.match(v)||[];return c.join(" ")}function vr(r){return r.getAttribute&&r.getAttribute("class")||""}function Gn(r){return Array.isArray(r)?r:typeof r=="string"?r.match(v)||[]:[]}s.fn.extend({addClass:function(r){var c,m,j,z,U,ie,$e,_e=0;if(C(r))return this.each(function(Me){s(this).addClass(r.call(this,Me,vr(this)))});if(c=Gn(r),c.length){for(;m=this[_e++];)if(z=vr(m),j=m.nodeType===1&&" "+qn(z)+" ",j){for(ie=0;U=c[ie++];)j.indexOf(" "+U+" ")<0&&(j+=U+" ");$e=qn(j),z!==$e&&m.setAttribute("class",$e)}}return this},removeClass:function(r){var c,m,j,z,U,ie,$e,_e=0;if(C(r))return this.each(function(Me){s(this).removeClass(r.call(this,Me,vr(this)))});if(!arguments.length)return this.attr("class","");if(c=Gn(r),c.length){for(;m=this[_e++];)if(z=vr(m),j=m.nodeType===1&&" "+qn(z)+" ",j){for(ie=0;U=c[ie++];)for(;j.indexOf(" "+U+" ")>-1;)j=j.replace(" "+U+" "," ");$e=qn(j),z!==$e&&m.setAttribute("class",$e)}}return this},toggleClass:function(r,c){var m=typeof r,j=m==="string"||Array.isArray(r);return typeof c=="boolean"&&j?c?this.addClass(r):this.removeClass(r):C(r)?this.each(function(z){s(this).toggleClass(r.call(this,z,vr(this),c),c)}):this.each(function(){var z,U,ie,$e;if(j)for(U=0,ie=s(this),$e=Gn(r);z=$e[U++];)ie.hasClass(z)?ie.removeClass(z):ie.addClass(z);else(r===void 0||m==="boolean")&&(z=vr(this),z&>.set(this,"__className__",z),this.setAttribute&&this.setAttribute("class",z||r===!1?"":gt.get(this,"__className__")||""))})},hasClass:function(r){var c,m,j=0;for(c=" "+r+" ";m=this[j++];)if(m.nodeType===1&&(" "+qn(vr(m))+" ").indexOf(c)>-1)return!0;return!1}});var na=/\r/g;s.fn.extend({val:function(r){var c,m,j,z=this[0];return arguments.length?(j=C(r),this.each(function(U){var ie;this.nodeType===1&&(j?ie=r.call(this,U,s(this).val()):ie=r,ie==null?ie="":typeof ie=="number"?ie+="":Array.isArray(ie)&&(ie=s.map(ie,function($e){return $e==null?"":$e+""})),c=s.valHooks[this.type]||s.valHooks[this.nodeName.toLowerCase()],(!c||!("set"in c)||c.set(this,ie,"value")===void 0)&&(this.value=ie))})):z?(c=s.valHooks[z.type]||s.valHooks[z.nodeName.toLowerCase()],c&&"get"in c&&(m=c.get(z,"value"))!==void 0?m:(m=z.value,typeof m=="string"?m.replace(na,""):m==null?"":m)):void 0}}),s.extend({valHooks:{option:{get:function(r){var c=s.find.attr(r,"value");return c!=null?c:qn(s.text(r))}},select:{get:function(r){var c,m,j,z=r.options,U=r.selectedIndex,ie=r.type==="select-one",$e=ie?null:[],_e=ie?U+1:z.length;for(U<0?j=_e:j=ie?U:0;j<_e;j++)if(m=z[j],(m.selected||j===U)&&!m.disabled&&(!m.parentNode.disabled||!ae(m.parentNode,"optgroup"))){if(c=s(m).val(),ie)return c;$e.push(c)}return $e},set:function(r,c){for(var m,j,z=r.options,U=s.makeArray(c),ie=z.length;ie--;)j=z[ie],(j.selected=s.inArray(s.valHooks.option.get(j),U)>-1)&&(m=!0);return m||(r.selectedIndex=-1),U}}}}),s.each(["radio","checkbox"],function(){s.valHooks[this]={set:function(r,c){if(Array.isArray(c))return r.checked=s.inArray(s(r).val(),c)>-1}},V.checkOn||(s.valHooks[this].get=function(r){return r.getAttribute("value")===null?"on":r.value})}),V.focusin="onfocusin"in h;var Er=/^(?:focusinfocus|focusoutblur)$/,kr=function(r){r.stopPropagation()};s.extend(s.event,{trigger:function(r,c,m,j){var z,U,ie,$e,_e,Me,Xe,st,Ge=[m||we],Ze=O.call(r,"type")?r.type:r,It=O.call(r,"namespace")?r.namespace.split("."):[];if(U=st=ie=m=m||we,!(m.nodeType===3||m.nodeType===8)&&!Er.test(Ze+s.event.triggered)&&(Ze.indexOf(".")>-1&&(It=Ze.split("."),Ze=It.shift(),It.sort()),_e=Ze.indexOf(":")<0&&"on"+Ze,r=r[s.expando]?r:new s.Event(Ze,typeof r=="object"&&r),r.isTrigger=j?2:3,r.namespace=It.join("."),r.rnamespace=r.namespace?new RegExp("(^|\\.)"+It.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,r.result=void 0,r.target||(r.target=m),c=c==null?[r]:s.makeArray(c,[r]),Xe=s.event.special[Ze]||{},!(!j&&Xe.trigger&&Xe.trigger.apply(m,c)===!1))){if(!j&&!Xe.noBubble&&!Z(m)){for($e=Xe.delegateType||Ze,Er.test($e+Ze)||(U=U.parentNode);U;U=U.parentNode)Ge.push(U),ie=U;ie===(m.ownerDocument||we)&&Ge.push(ie.defaultView||ie.parentWindow||h)}for(z=0;(U=Ge[z++])&&!r.isPropagationStopped();)st=U,r.type=z>1?$e:Xe.bindType||Ze,Me=(gt.get(U,"events")||Object.create(null))[r.type]&>.get(U,"handle"),Me&&Me.apply(U,c),Me=_e&&U[_e],Me&&Me.apply&&oi(U)&&(r.result=Me.apply(U,c),r.result===!1&&r.preventDefault());return r.type=Ze,!j&&!r.isDefaultPrevented()&&(!Xe._default||Xe._default.apply(Ge.pop(),c)===!1)&&oi(m)&&_e&&C(m[Ze])&&!Z(m)&&(ie=m[_e],ie&&(m[_e]=null),s.event.triggered=Ze,r.isPropagationStopped()&&st.addEventListener(Ze,kr),m[Ze](),r.isPropagationStopped()&&st.removeEventListener(Ze,kr),s.event.triggered=void 0,ie&&(m[_e]=ie)),r.result}},simulate:function(r,c,m){var j=s.extend(new s.Event,m,{type:r,isSimulated:!0});s.event.trigger(j,null,c)}}),s.fn.extend({trigger:function(r,c){return this.each(function(){s.event.trigger(r,c,this)})},triggerHandler:function(r,c){var m=this[0];if(m)return s.event.trigger(r,c,m,!0)}}),V.focusin||s.each({focus:"focusin",blur:"focusout"},function(r,c){var m=function(j){s.event.simulate(c,j.target,s.event.fix(j))};s.event.special[c]={setup:function(){var j=this.ownerDocument||this.document||this,z=gt.access(j,c);z||j.addEventListener(r,m,!0),gt.access(j,c,(z||0)+1)},teardown:function(){var j=this.ownerDocument||this.document||this,z=gt.access(j,c)-1;z?gt.access(j,c,z):(j.removeEventListener(r,m,!0),gt.remove(j,c))}}});var Ki=h.location,g={guid:Date.now()},H=/\?/;s.parseXML=function(r){var c,m;if(!r||typeof r!="string")return null;try{c=new h.DOMParser().parseFromString(r,"text/xml")}catch(j){}return m=c&&c.getElementsByTagName("parsererror")[0],(!c||m)&&s.error("Invalid XML: "+(m?s.map(m.childNodes,function(j){return j.textContent}).join(`
|
|
`):r)),c};var se=/\[\]$/,he=/\r?\n/g,Ie=/^(?:submit|button|image|reset|file)$/i,qe=/^(?:input|select|textarea|keygen)/i;function Qe(r,c,m,j){var z;if(Array.isArray(c))s.each(c,function(U,ie){m||se.test(r)?j(r,ie):Qe(r+"["+(typeof ie=="object"&&ie!=null?U:"")+"]",ie,m,j)});else if(!m&&ve(c)==="object")for(z in c)Qe(r+"["+z+"]",c[z],m,j);else j(r,c)}s.param=function(r,c){var m,j=[],z=function(U,ie){var $e=C(ie)?ie():ie;j[j.length]=encodeURIComponent(U)+"="+encodeURIComponent($e==null?"":$e)};if(r==null)return"";if(Array.isArray(r)||r.jquery&&!s.isPlainObject(r))s.each(r,function(){z(this.name,this.value)});else for(m in r)Qe(m,r[m],c,z);return j.join("&")},s.fn.extend({serialize:function(){return s.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var r=s.prop(this,"elements");return r?s.makeArray(r):this}).filter(function(){var r=this.type;return this.name&&!s(this).is(":disabled")&&qe.test(this.nodeName)&&!Ie.test(r)&&(this.checked||!yt.test(r))}).map(function(r,c){var m=s(this).val();return m==null?null:Array.isArray(m)?s.map(m,function(j){return{name:c.name,value:j.replace(he,`\r
|
|
`)}}):{name:c.name,value:m.replace(he,`\r
|
|
`)}}).get()}});var nt=/%20/g,pt=/#.*$/,Tt=/([?&])_=[^&]*/,Ht=/^(.*?):[ \t]*([^\r\n]*)$/mg,Et=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,At=/^(?:GET|HEAD)$/,ti=/^\/\//,_t={},on={},Ln="*/".concat("*"),$n=we.createElement("a");$n.href=Ki.href;function cn(r){return function(c,m){typeof c!="string"&&(m=c,c="*");var j,z=0,U=c.toLowerCase().match(v)||[];if(C(m))for(;j=U[z++];)j[0]==="+"?(j=j.slice(1)||"*",(r[j]=r[j]||[]).unshift(m)):(r[j]=r[j]||[]).push(m)}}function Fn(r,c,m,j){var z={},U=r===on;function ie($e){var _e;return z[$e]=!0,s.each(r[$e]||[],function(Me,Xe){var st=Xe(c,m,j);if(typeof st=="string"&&!U&&!z[st])return c.dataTypes.unshift(st),ie(st),!1;if(U)return!(_e=st)}),_e}return ie(c.dataTypes[0])||!z["*"]&&ie("*")}function or(r,c){var m,j,z=s.ajaxSettings.flatOptions||{};for(m in c)c[m]!==void 0&&((z[m]?r:j||(j={}))[m]=c[m]);return j&&s.extend(!0,r,j),r}function br(r,c,m){for(var j,z,U,ie,$e=r.contents,_e=r.dataTypes;_e[0]==="*";)_e.shift(),j===void 0&&(j=r.mimeType||c.getResponseHeader("Content-Type"));if(j){for(z in $e)if($e[z]&&$e[z].test(j)){_e.unshift(z);break}}if(_e[0]in m)U=_e[0];else{for(z in m){if(!_e[0]||r.converters[z+" "+_e[0]]){U=z;break}ie||(ie=z)}U=U||ie}if(U)return U!==_e[0]&&_e.unshift(U),m[U]}function ba(r,c,m,j){var z,U,ie,$e,_e,Me={},Xe=r.dataTypes.slice();if(Xe[1])for(ie in r.converters)Me[ie.toLowerCase()]=r.converters[ie];for(U=Xe.shift();U;)if(r.responseFields[U]&&(m[r.responseFields[U]]=c),!_e&&j&&r.dataFilter&&(c=r.dataFilter(c,r.dataType)),_e=U,U=Xe.shift(),U){if(U==="*")U=_e;else if(_e!=="*"&&_e!==U){if(ie=Me[_e+" "+U]||Me["* "+U],!ie){for(z in Me)if($e=z.split(" "),$e[1]===U&&(ie=Me[_e+" "+$e[0]]||Me["* "+$e[0]],ie)){ie===!0?ie=Me[z]:Me[z]!==!0&&(U=$e[0],Xe.unshift($e[1]));break}}if(ie!==!0)if(ie&&r.throws)c=ie(c);else try{c=ie(c)}catch(st){return{state:"parsererror",error:ie?st:"No conversion from "+_e+" to "+U}}}}return{state:"success",data:c}}s.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Ki.href,type:"GET",isLocal:Et.test(Ki.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Ln,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":s.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(r,c){return c?or(or(r,s.ajaxSettings),c):or(s.ajaxSettings,r)},ajaxPrefilter:cn(_t),ajaxTransport:cn(on),ajax:function(r,c){typeof r=="object"&&(c=r,r=void 0),c=c||{};var m,j,z,U,ie,$e,_e,Me,Xe,st,Ge=s.ajaxSetup({},c),Ze=Ge.context||Ge,It=Ge.context&&(Ze.nodeType||Ze.jquery)?s(Ze):s.event,Kt=s.Deferred(),Lt=s.Callbacks("once memory"),Di=Ge.statusCode||{},Fi={},un={},wi="canceled",Xt={readyState:0,getResponseHeader:function(ri){var Mi;if(_e){if(!U)for(U={};Mi=Ht.exec(z);)U[Mi[1].toLowerCase()+" "]=(U[Mi[1].toLowerCase()+" "]||[]).concat(Mi[2]);Mi=U[ri.toLowerCase()+" "]}return Mi==null?null:Mi.join(", ")},getAllResponseHeaders:function(){return _e?z:null},setRequestHeader:function(ri,Mi){return _e==null&&(ri=un[ri.toLowerCase()]=un[ri.toLowerCase()]||ri,Fi[ri]=Mi),this},overrideMimeType:function(ri){return _e==null&&(Ge.mimeType=ri),this},statusCode:function(ri){var Mi;if(ri)if(_e)Xt.always(ri[Xt.status]);else for(Mi in ri)Di[Mi]=[Di[Mi],ri[Mi]];return this},abort:function(ri){var Mi=ri||wi;return m&&m.abort(Mi),Qi(0,Mi),this}};if(Kt.promise(Xt),Ge.url=((r||Ge.url||Ki.href)+"").replace(ti,Ki.protocol+"//"),Ge.type=c.method||c.type||Ge.method||Ge.type,Ge.dataTypes=(Ge.dataType||"*").toLowerCase().match(v)||[""],Ge.crossDomain==null){$e=we.createElement("a");try{$e.href=Ge.url,$e.href=$e.href,Ge.crossDomain=$n.protocol+"//"+$n.host!=$e.protocol+"//"+$e.host}catch(ri){Ge.crossDomain=!0}}if(Ge.data&&Ge.processData&&typeof Ge.data!="string"&&(Ge.data=s.param(Ge.data,Ge.traditional)),Fn(_t,Ge,c,Xt),_e)return Xt;Me=s.event&&Ge.global,Me&&s.active++==0&&s.event.trigger("ajaxStart"),Ge.type=Ge.type.toUpperCase(),Ge.hasContent=!At.test(Ge.type),j=Ge.url.replace(pt,""),Ge.hasContent?Ge.data&&Ge.processData&&(Ge.contentType||"").indexOf("application/x-www-form-urlencoded")===0&&(Ge.data=Ge.data.replace(nt,"+")):(st=Ge.url.slice(j.length),Ge.data&&(Ge.processData||typeof Ge.data=="string")&&(j+=(H.test(j)?"&":"?")+Ge.data,delete Ge.data),Ge.cache===!1&&(j=j.replace(Tt,"$1"),st=(H.test(j)?"&":"?")+"_="+g.guid+++st),Ge.url=j+st),Ge.ifModified&&(s.lastModified[j]&&Xt.setRequestHeader("If-Modified-Since",s.lastModified[j]),s.etag[j]&&Xt.setRequestHeader("If-None-Match",s.etag[j])),(Ge.data&&Ge.hasContent&&Ge.contentType!==!1||c.contentType)&&Xt.setRequestHeader("Content-Type",Ge.contentType),Xt.setRequestHeader("Accept",Ge.dataTypes[0]&&Ge.accepts[Ge.dataTypes[0]]?Ge.accepts[Ge.dataTypes[0]]+(Ge.dataTypes[0]!=="*"?", "+Ln+"; q=0.01":""):Ge.accepts["*"]);for(Xe in Ge.headers)Xt.setRequestHeader(Xe,Ge.headers[Xe]);if(Ge.beforeSend&&(Ge.beforeSend.call(Ze,Xt,Ge)===!1||_e))return Xt.abort();if(wi="abort",Lt.add(Ge.complete),Xt.done(Ge.success),Xt.fail(Ge.error),m=Fn(on,Ge,c,Xt),!m)Qi(-1,"No Transport");else{if(Xt.readyState=1,Me&&It.trigger("ajaxSend",[Xt,Ge]),_e)return Xt;Ge.async&&Ge.timeout>0&&(ie=h.setTimeout(function(){Xt.abort("timeout")},Ge.timeout));try{_e=!1,m.send(Fi,Qi)}catch(ri){if(_e)throw ri;Qi(-1,ri)}}function Qi(ri,Mi,$r,sr){var nn,lr,cr,_n,Hn,xn=Mi;_e||(_e=!0,ie&&h.clearTimeout(ie),m=void 0,z=sr||"",Xt.readyState=ri>0?4:0,nn=ri>=200&&ri<300||ri===304,$r&&(_n=br(Ge,Xt,$r)),!nn&&s.inArray("script",Ge.dataTypes)>-1&&s.inArray("json",Ge.dataTypes)<0&&(Ge.converters["text script"]=function(){}),_n=ba(Ge,_n,Xt,nn),nn?(Ge.ifModified&&(Hn=Xt.getResponseHeader("Last-Modified"),Hn&&(s.lastModified[j]=Hn),Hn=Xt.getResponseHeader("etag"),Hn&&(s.etag[j]=Hn)),ri===204||Ge.type==="HEAD"?xn="nocontent":ri===304?xn="notmodified":(xn=_n.state,lr=_n.data,cr=_n.error,nn=!cr)):(cr=xn,(ri||!xn)&&(xn="error",ri<0&&(ri=0))),Xt.status=ri,Xt.statusText=(Mi||xn)+"",nn?Kt.resolveWith(Ze,[lr,xn,Xt]):Kt.rejectWith(Ze,[Xt,xn,cr]),Xt.statusCode(Di),Di=void 0,Me&&It.trigger(nn?"ajaxSuccess":"ajaxError",[Xt,Ge,nn?lr:cr]),Lt.fireWith(Ze,[Xt,xn]),Me&&(It.trigger("ajaxComplete",[Xt,Ge]),--s.active||s.event.trigger("ajaxStop")))}return Xt},getJSON:function(r,c,m){return s.get(r,c,m,"json")},getScript:function(r,c){return s.get(r,void 0,c,"script")}}),s.each(["get","post"],function(r,c){s[c]=function(m,j,z,U){return C(j)&&(U=U||z,z=j,j=void 0),s.ajax(s.extend({url:m,type:c,dataType:U,data:j,success:z},s.isPlainObject(m)&&m))}}),s.ajaxPrefilter(function(r){var c;for(c in r.headers)c.toLowerCase()==="content-type"&&(r.contentType=r.headers[c]||"")}),s._evalUrl=function(r,c,m){return s.ajax({url:r,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(j){s.globalEval(j,c,m)}})},s.fn.extend({wrapAll:function(r){var c;return this[0]&&(C(r)&&(r=r.call(this[0])),c=s(r,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&c.insertBefore(this[0]),c.map(function(){for(var m=this;m.firstElementChild;)m=m.firstElementChild;return m}).append(this)),this},wrapInner:function(r){return C(r)?this.each(function(c){s(this).wrapInner(r.call(this,c))}):this.each(function(){var c=s(this),m=c.contents();m.length?m.wrapAll(r):c.append(r)})},wrap:function(r){var c=C(r);return this.each(function(m){s(this).wrapAll(c?r.call(this,m):r)})},unwrap:function(r){return this.parent(r).not("body").each(function(){s(this).replaceWith(this.childNodes)}),this}}),s.expr.pseudos.hidden=function(r){return!s.expr.pseudos.visible(r)},s.expr.pseudos.visible=function(r){return!!(r.offsetWidth||r.offsetHeight||r.getClientRects().length)},s.ajaxSettings.xhr=function(){try{return new h.XMLHttpRequest}catch(r){}};var ra={0:200,1223:204},Mn=s.ajaxSettings.xhr();V.cors=!!Mn&&"withCredentials"in Mn,V.ajax=Mn=!!Mn,s.ajaxTransport(function(r){var c,m;if(V.cors||Mn&&!r.crossDomain)return{send:function(j,z){var U,ie=r.xhr();if(ie.open(r.type,r.url,r.async,r.username,r.password),r.xhrFields)for(U in r.xhrFields)ie[U]=r.xhrFields[U];r.mimeType&&ie.overrideMimeType&&ie.overrideMimeType(r.mimeType),!r.crossDomain&&!j["X-Requested-With"]&&(j["X-Requested-With"]="XMLHttpRequest");for(U in j)ie.setRequestHeader(U,j[U]);c=function($e){return function(){c&&(c=m=ie.onload=ie.onerror=ie.onabort=ie.ontimeout=ie.onreadystatechange=null,$e==="abort"?ie.abort():$e==="error"?typeof ie.status!="number"?z(0,"error"):z(ie.status,ie.statusText):z(ra[ie.status]||ie.status,ie.statusText,(ie.responseType||"text")!=="text"||typeof ie.responseText!="string"?{binary:ie.response}:{text:ie.responseText},ie.getAllResponseHeaders()))}},ie.onload=c(),m=ie.onerror=ie.ontimeout=c("error"),ie.onabort!==void 0?ie.onabort=m:ie.onreadystatechange=function(){ie.readyState===4&&h.setTimeout(function(){c&&m()})},c=c("abort");try{ie.send(r.hasContent&&r.data||null)}catch($e){if(c)throw $e}},abort:function(){c&&c()}}}),s.ajaxPrefilter(function(r){r.crossDomain&&(r.contents.script=!1)}),s.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(r){return s.globalEval(r),r}}}),s.ajaxPrefilter("script",function(r){r.cache===void 0&&(r.cache=!1),r.crossDomain&&(r.type="GET")}),s.ajaxTransport("script",function(r){if(r.crossDomain||r.scriptAttrs){var c,m;return{send:function(j,z){c=s("<script>").attr(r.scriptAttrs||{}).prop({charset:r.scriptCharset,src:r.url}).on("load error",m=function(U){c.remove(),m=null,U&&z(U.type==="error"?404:200,U.type)}),we.head.appendChild(c[0])},abort:function(){m&&m()}}}});var ya=[],yr=/(=)\?(?=&|$)|\?\?/;s.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var r=ya.pop()||s.expando+"_"+g.guid++;return this[r]=!0,r}}),s.ajaxPrefilter("json jsonp",function(r,c,m){var j,z,U,ie=r.jsonp!==!1&&(yr.test(r.url)?"url":typeof r.data=="string"&&(r.contentType||"").indexOf("application/x-www-form-urlencoded")===0&&yr.test(r.data)&&"data");if(ie||r.dataTypes[0]==="jsonp")return j=r.jsonpCallback=C(r.jsonpCallback)?r.jsonpCallback():r.jsonpCallback,ie?r[ie]=r[ie].replace(yr,"$1"+j):r.jsonp!==!1&&(r.url+=(H.test(r.url)?"&":"?")+r.jsonp+"="+j),r.converters["script json"]=function(){return U||s.error(j+" was not called"),U[0]},r.dataTypes[0]="json",z=h[j],h[j]=function(){U=arguments},m.always(function(){z===void 0?s(h).removeProp(j):h[j]=z,r[j]&&(r.jsonpCallback=c.jsonpCallback,ya.push(j)),U&&C(z)&&z(U[0]),U=z=void 0}),"script"}),V.createHTMLDocument=function(){var r=we.implementation.createHTMLDocument("").body;return r.innerHTML="<form></form><form></form>",r.childNodes.length===2}(),s.parseHTML=function(r,c,m){if(typeof r!="string")return[];typeof c=="boolean"&&(m=c,c=!1);var j,z,U;return c||(V.createHTMLDocument?(c=we.implementation.createHTMLDocument(""),j=c.createElement("base"),j.href=we.location.href,c.head.appendChild(j)):c=we),z=k.exec(r),U=!m&&[],z?[c.createElement(z[1])]:(z=fn([r],c,U),U&&U.length&&s(U).remove(),s.merge([],z.childNodes))},s.fn.load=function(r,c,m){var j,z,U,ie=this,$e=r.indexOf(" ");return $e>-1&&(j=qn(r.slice($e)),r=r.slice(0,$e)),C(c)?(m=c,c=void 0):c&&typeof c=="object"&&(z="POST"),ie.length>0&&s.ajax({url:r,type:z||"GET",dataType:"html",data:c}).done(function(_e){U=arguments,ie.html(j?s("<div>").append(s.parseHTML(_e)).find(j):_e)}).always(m&&function(_e,Me){ie.each(function(){m.apply(this,U||[_e.responseText,Me,_e])})}),this},s.expr.pseudos.animated=function(r){return s.grep(s.timers,function(c){return r===c.elem}).length},s.offset={setOffset:function(r,c,m){var j,z,U,ie,$e,_e,Me,Xe=s.css(r,"position"),st=s(r),Ge={};Xe==="static"&&(r.style.position="relative"),$e=st.offset(),U=s.css(r,"top"),_e=s.css(r,"left"),Me=(Xe==="absolute"||Xe==="fixed")&&(U+_e).indexOf("auto")>-1,Me?(j=st.position(),ie=j.top,z=j.left):(ie=parseFloat(U)||0,z=parseFloat(_e)||0),C(c)&&(c=c.call(r,m,s.extend({},$e))),c.top!=null&&(Ge.top=c.top-$e.top+ie),c.left!=null&&(Ge.left=c.left-$e.left+z),"using"in c?c.using.call(r,Ge):st.css(Ge)}},s.fn.extend({offset:function(r){if(arguments.length)return r===void 0?this:this.each(function(z){s.offset.setOffset(this,r,z)});var c,m,j=this[0];if(!!j)return j.getClientRects().length?(c=j.getBoundingClientRect(),m=j.ownerDocument.defaultView,{top:c.top+m.pageYOffset,left:c.left+m.pageXOffset}):{top:0,left:0}},position:function(){if(!!this[0]){var r,c,m,j=this[0],z={top:0,left:0};if(s.css(j,"position")==="fixed")c=j.getBoundingClientRect();else{for(c=this.offset(),m=j.ownerDocument,r=j.offsetParent||m.documentElement;r&&(r===m.body||r===m.documentElement)&&s.css(r,"position")==="static";)r=r.parentNode;r&&r!==j&&r.nodeType===1&&(z=s(r).offset(),z.top+=s.css(r,"borderTopWidth",!0),z.left+=s.css(r,"borderLeftWidth",!0))}return{top:c.top-z.top-s.css(j,"marginTop",!0),left:c.left-z.left-s.css(j,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){for(var r=this.offsetParent;r&&s.css(r,"position")==="static";)r=r.offsetParent;return r||tt})}}),s.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(r,c){var m=c==="pageYOffset";s.fn[r]=function(j){return rt(this,function(z,U,ie){var $e;if(Z(z)?$e=z:z.nodeType===9&&($e=z.defaultView),ie===void 0)return $e?$e[c]:z[U];$e?$e.scrollTo(m?$e.pageXOffset:ie,m?ie:$e.pageYOffset):z[U]=ie},r,j,arguments.length)}}),s.each(["top","left"],function(r,c){s.cssHooks[c]=Oi(V.pixelPosition,function(m,j){if(j)return j=tn(m,c),Cr.test(j)?s(m).position()[c]+"px":j})}),s.each({Height:"height",Width:"width"},function(r,c){s.each({padding:"inner"+r,content:c,"":"outer"+r},function(m,j){s.fn[j]=function(z,U){var ie=arguments.length&&(m||typeof z!="boolean"),$e=m||(z===!0||U===!0?"margin":"border");return rt(this,function(_e,Me,Xe){var st;return Z(_e)?j.indexOf("outer")===0?_e["inner"+r]:_e.document.documentElement["client"+r]:_e.nodeType===9?(st=_e.documentElement,Math.max(_e.body["scroll"+r],st["scroll"+r],_e.body["offset"+r],st["offset"+r],st["client"+r])):Xe===void 0?s.css(_e,Me,$e):s.style(_e,Me,Xe,$e)},c,ie?z:void 0,ie)}})}),s.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(r,c){s.fn[c]=function(m){return this.on(c,m)}}),s.fn.extend({bind:function(r,c,m){return this.on(r,null,c,m)},unbind:function(r,c){return this.off(r,null,c)},delegate:function(r,c,m,j){return this.on(c,r,m,j)},undelegate:function(r,c,m){return arguments.length===1?this.off(r,"**"):this.off(c,r||"**",m)},hover:function(r,c){return this.mouseenter(r).mouseleave(c||r)}}),s.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(r,c){s.fn[c]=function(m,j){return arguments.length>0?this.on(c,null,m,j):this.trigger(c)}});var On=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;s.proxy=function(r,c){var m,j,z;if(typeof c=="string"&&(m=r[c],c=r,r=m),!!C(r))return j=B.call(arguments,2),z=function(){return r.apply(c||this,j.concat(B.call(arguments)))},z.guid=r.guid=r.guid||s.guid++,z},s.holdReady=function(r){r?s.readyWait++:s.ready(!0)},s.isArray=Array.isArray,s.parseJSON=JSON.parse,s.nodeName=ae,s.isFunction=C,s.isWindow=Z,s.camelCase=mi,s.type=ve,s.now=Date.now,s.isNumeric=function(r){var c=s.type(r);return(c==="number"||c==="string")&&!isNaN(r-parseFloat(r))},s.trim=function(r){return r==null?"":(r+"").replace(On,"")},le=[],o=function(){return s}.apply(q,le),o!==void 0&&(l.exports=o);var $a=h.jQuery,Lr=h.$;return s.noConflict=function(r){return h.$===s&&(h.$=Lr),r&&h.jQuery===s&&(h.jQuery=$a),s},typeof p=="undefined"&&(h.jQuery=h.$=s),s})},"./web_src/fomantic/build/semantic.css":function(){"use strict"},"./web_src/less/misc.css":function(){"use strict"},"./web_src/less/index.less":function(){"use strict"},"./node_modules/parse-ms/index.js":function(l){"use strict";l.exports=q=>{if(typeof q!="number")throw new TypeError("Expected a number");const le=q>0?Math.floor:Math.ceil;return{days:le(q/864e5),hours:le(q/36e5)%24,minutes:le(q/6e4)%60,seconds:le(q/1e3)%60,milliseconds:le(q)%1e3,microseconds:le(q*1e3)%1e3,nanoseconds:le(q*1e6)%1e3}}},"./node_modules/pretty-ms/index.js":function(l,q,le){"use strict";const o=le("./node_modules/parse-ms/index.js"),h=(N,F)=>F===1?N:`${N}s`,p=1e-7;l.exports=(N,F={})=>{if(!Number.isFinite(N))throw new TypeError("Expected a finite number");F.colonNotation&&(F.compact=!1,F.formatSubMilliseconds=!1,F.separateMilliseconds=!1,F.verbose=!1),F.compact&&(F.secondsDecimalDigits=0,F.millisecondsDecimalDigits=0);const B=[],ce=(K,y)=>{const O=Math.floor(K*Ds(10,y)+p);return(Math.round(O)/Ds(10,y)).toFixed(y)},J=(K,y,O,ye)=>{if((B.length===0||!F.colonNotation)&&K===0&&!(F.colonNotation&&O==="m"))return;ye=(ye||K||"0").toString();let xe,V;if(F.colonNotation){xe=B.length>0?":":"",V="";const C=ye.includes(".")?ye.split(".")[0].length:ye.length,Z=B.length>0?2:1;ye="0".repeat(Math.max(0,Z-C))+ye}else xe="",V=F.verbose?" "+h(y,K):O;B.push(xe+ye+V)},pe=o(N);if(J(Math.trunc(pe.days/365),"year","y"),J(pe.days%365,"day","d"),J(pe.hours,"hour","h"),J(pe.minutes,"minute","m"),F.separateMilliseconds||F.formatSubMilliseconds||!F.colonNotation&&N<1e3)if(J(pe.seconds,"second","s"),F.formatSubMilliseconds)J(pe.milliseconds,"millisecond","ms"),J(pe.microseconds,"microsecond","\xB5s"),J(pe.nanoseconds,"nanosecond","ns");else{const K=pe.milliseconds+pe.microseconds/1e3+pe.nanoseconds/1e6,y=typeof F.millisecondsDecimalDigits=="number"?F.millisecondsDecimalDigits:0,O=K>=1?Math.round(K):Math.ceil(K),ye=y?K.toFixed(y):O;J(Number.parseFloat(ye,10),"millisecond","ms",ye)}else{const K=N/1e3%60,y=typeof F.secondsDecimalDigits=="number"?F.secondsDecimalDigits:1,O=ce(K,y),ye=F.keepDecimalsOnWholeSeconds?O:O.replace(/\.0+$/,"");J(Number.parseFloat(ye,10),"second","s",ye)}if(B.length===0)return"0"+(F.verbose?" milliseconds":"ms");if(F.compact)return B[0];if(typeof F.unitCount=="number"){const K=F.colonNotation?"":" ";return B.slice(0,Math.max(F.unitCount,1)).join(K)}return F.colonNotation?B.join(""):B.join(" ")}},"./node_modules/vue-bar-graph/dist/vue-bar-graph.common.js":function(l){l.exports=function(q){var le={};function o(h){if(le[h])return le[h].exports;var p=le[h]={i:h,l:!1,exports:{}};return q[h].call(p.exports,p,p.exports,o),p.l=!0,p.exports}return o.m=q,o.c=le,o.d=function(h,p,N){o.o(h,p)||Object.defineProperty(h,p,{enumerable:!0,get:N})},o.r=function(h){typeof Symbol!="undefined"&&Symbol.toStringTag&&Object.defineProperty(h,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(h,"__esModule",{value:!0})},o.t=function(h,p){if(p&1&&(h=o(h)),p&8||p&4&&typeof h=="object"&&h&&h.__esModule)return h;var N=Object.create(null);if(o.r(N),Object.defineProperty(N,"default",{enumerable:!0,value:h}),p&2&&typeof h!="string")for(var F in h)o.d(N,F,function(B){return h[B]}.bind(null,F));return N},o.n=function(h){var p=h&&h.__esModule?function(){return h.default}:function(){return h};return o.d(p,"a",p),p},o.o=function(h,p){return Object.prototype.hasOwnProperty.call(h,p)},o.p="",o(o.s="fb15")}({"00ee":function(q,le,o){var h=o("b622"),p=h("toStringTag"),N={};N[p]="z",q.exports=String(N)==="[object z]"},"057f":function(q,le,o){var h=o("fc6a"),p=o("241c").f,N={}.toString,F=typeof window=="object"&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],B=function(ce){try{return p(ce)}catch(J){return F.slice()}};q.exports.f=function(J){return F&&N.call(J)=="[object Window]"?B(J):p(h(J))}},"06cf":function(q,le,o){var h=o("83ab"),p=o("d1e7"),N=o("5c6c"),F=o("fc6a"),B=o("c04e"),ce=o("5135"),J=o("0cfb"),pe=Object.getOwnPropertyDescriptor;le.f=h?pe:function(y,O){if(y=F(y),O=B(O,!0),J)try{return pe(y,O)}catch(ye){}if(ce(y,O))return N(!p.f.call(y,O),y[O])}},"07ac":function(q,le,o){var h=o("23e7"),p=o("6f53").values;h({target:"Object",stat:!0},{values:function(F){return p(F)}})},"0cfb":function(q,le,o){var h=o("83ab"),p=o("d039"),N=o("cc12");q.exports=!h&&!p(function(){return Object.defineProperty(N("div"),"a",{get:function(){return 7}}).a!=7})},"1148":function(q,le,o){"use strict";var h=o("a691"),p=o("1d80");q.exports="".repeat||function(F){var B=String(p(this)),ce="",J=h(F);if(J<0||J==Infinity)throw RangeError("Wrong number of repetitions");for(;J>0;(J>>>=1)&&(B+=B))J&1&&(ce+=B);return ce}},"14c3":function(q,le,o){var h=o("c6b6"),p=o("9263");q.exports=function(N,F){var B=N.exec;if(typeof B=="function"){var ce=B.call(N,F);if(typeof ce!="object")throw TypeError("RegExp exec method returned something other than an Object or null");return ce}if(h(N)!=="RegExp")throw TypeError("RegExp#exec called on incompatible receiver");return p.call(N,F)}},"159b":function(q,le,o){var h=o("da84"),p=o("fdbc"),N=o("17c2"),F=o("9112");for(var B in p){var ce=h[B],J=ce&&ce.prototype;if(J&&J.forEach!==N)try{F(J,"forEach",N)}catch(pe){J.forEach=N}}},"17c2":function(q,le,o){"use strict";var h=o("b727").forEach,p=o("b301");q.exports=p("forEach")?function(F){return h(this,F,arguments.length>1?arguments[1]:void 0)}:[].forEach},"1be4":function(q,le,o){var h=o("d066");q.exports=h("document","documentElement")},"1c0b":function(q,le){q.exports=function(o){if(typeof o!="function")throw TypeError(String(o)+" is not a function");return o}},"1c7e":function(q,le,o){var h=o("b622"),p=h("iterator"),N=!1;try{var F=0,B={next:function(){return{done:!!F++}},return:function(){N=!0}};B[p]=function(){return this},Array.from(B,function(){throw 2})}catch(ce){}q.exports=function(ce,J){if(!J&&!N)return!1;var pe=!1;try{var K={};K[p]=function(){return{next:function(){return{done:pe=!0}}}},ce(K)}catch(y){}return pe}},"1d80":function(q,le){q.exports=function(o){if(o==null)throw TypeError("Can't call method on "+o);return o}},"1dde":function(q,le,o){var h=o("d039"),p=o("b622"),N=o("60ae"),F=p("species");q.exports=function(B){return N>=51||!h(function(){var ce=[],J=ce.constructor={};return J[F]=function(){return{foo:1}},ce[B](Boolean).foo!==1})}},"23cb":function(q,le,o){var h=o("a691"),p=Math.max,N=Math.min;q.exports=function(F,B){var ce=h(F);return ce<0?p(ce+B,0):N(ce,B)}},"23e7":function(q,le,o){var h=o("da84"),p=o("06cf").f,N=o("9112"),F=o("6eeb"),B=o("ce4e"),ce=o("e893"),J=o("94ca");q.exports=function(pe,K){var y=pe.target,O=pe.global,ye=pe.stat,xe,V,C,Z,we,Ce;if(O?V=h:ye?V=h[y]||B(y,{}):V=(h[y]||{}).prototype,V)for(C in K){if(we=K[C],pe.noTargetGet?(Ce=p(V,C),Z=Ce&&Ce.value):Z=V[C],xe=J(O?C:y+(ye?".":"#")+C,pe.forced),!xe&&Z!==void 0){if(typeof we==typeof Z)continue;ce(we,Z)}(pe.sham||Z&&Z.sham)&&N(we,"sham",!0),F(V,C,we,pe)}}},"241c":function(q,le,o){var h=o("ca84"),p=o("7839"),N=p.concat("length","prototype");le.f=Object.getOwnPropertyNames||function(B){return h(B,N)}},"25f0":function(q,le,o){"use strict";var h=o("6eeb"),p=o("825a"),N=o("d039"),F=o("ad6d"),B="toString",ce=RegExp.prototype,J=ce[B],pe=N(function(){return J.call({source:"a",flags:"b"})!="/a/b"}),K=J.name!=B;(pe||K)&&h(RegExp.prototype,B,function(){var O=p(this),ye=String(O.source),xe=O.flags,V=String(xe===void 0&&O instanceof RegExp&&!("flags"in ce)?F.call(O):xe);return"/"+ye+"/"+V},{unsafe:!0})},"35a1":function(q,le,o){var h=o("f5df"),p=o("3f8c"),N=o("b622"),F=N("iterator");q.exports=function(B){if(B!=null)return B[F]||B["@@iterator"]||p[h(B)]}},"37e8":function(q,le,o){var h=o("83ab"),p=o("9bf2"),N=o("825a"),F=o("df75");q.exports=h?Object.defineProperties:function(ce,J){N(ce);for(var pe=F(J),K=pe.length,y=0,O;K>y;)p.f(ce,O=pe[y++],J[O]);return ce}},"3bbe":function(q,le,o){var h=o("861d");q.exports=function(p){if(!h(p)&&p!==null)throw TypeError("Can't set "+String(p)+" as a prototype");return p}},"3ca3":function(q,le,o){"use strict";var h=o("6547").charAt,p=o("69f3"),N=o("7dd0"),F="String Iterator",B=p.set,ce=p.getterFor(F);N(String,"String",function(J){B(this,{type:F,string:String(J),index:0})},function(){var pe=ce(this),K=pe.string,y=pe.index,O;return y>=K.length?{value:void 0,done:!0}:(O=h(K,y),pe.index+=O.length,{value:O,done:!1})})},"3f8c":function(q,le){q.exports={}},"408a":function(q,le,o){var h=o("c6b6");q.exports=function(p){if(typeof p!="number"&&h(p)!="Number")throw TypeError("Incorrect invocation");return+p}},"428f":function(q,le,o){var h=o("da84");q.exports=h},"44ad":function(q,le,o){var h=o("d039"),p=o("c6b6"),N="".split;q.exports=h(function(){return!Object("z").propertyIsEnumerable(0)})?function(F){return p(F)=="String"?N.call(F,""):Object(F)}:Object},"44d2":function(q,le,o){var h=o("b622"),p=o("7c73"),N=o("9bf2"),F=h("unscopables"),B=Array.prototype;B[F]==null&&N.f(B,F,{configurable:!0,value:p(null)}),q.exports=function(ce){B[F][ce]=!0}},"4930":function(q,le,o){var h=o("d039");q.exports=!!Object.getOwnPropertySymbols&&!h(function(){return!String(Symbol())})},"4d64":function(q,le,o){var h=o("fc6a"),p=o("50c4"),N=o("23cb"),F=function(B){return function(ce,J,pe){var K=h(ce),y=p(K.length),O=N(pe,y),ye;if(B&&J!=J){for(;y>O;)if(ye=K[O++],ye!=ye)return!0}else for(;y>O;O++)if((B||O in K)&&K[O]===J)return B||O||0;return!B&&-1}};q.exports={includes:F(!0),indexOf:F(!1)}},"4de4":function(q,le,o){"use strict";var h=o("23e7"),p=o("b727").filter,N=o("d039"),F=o("1dde"),B=F("filter"),ce=B&&!N(function(){[].filter.call({length:-1,0:1},function(J){throw J})});h({target:"Array",proto:!0,forced:!B||!ce},{filter:function(pe){return p(this,pe,arguments.length>1?arguments[1]:void 0)}})},"4df4":function(q,le,o){"use strict";var h=o("f8c2"),p=o("7b0b"),N=o("9bdd"),F=o("e95a"),B=o("50c4"),ce=o("8418"),J=o("35a1");q.exports=function(K){var y=p(K),O=typeof this=="function"?this:Array,ye=arguments.length,xe=ye>1?arguments[1]:void 0,V=xe!==void 0,C=0,Z=J(y),we,Ce,Ae,ve,te;if(V&&(xe=h(xe,ye>2?arguments[2]:void 0,2)),Z!=null&&!(O==Array&&F(Z)))for(ve=Z.call(y),te=ve.next,Ce=new O;!(Ae=te.call(ve)).done;C++)ce(Ce,C,V?N(ve,xe,[Ae.value,C],!0):Ae.value);else for(we=B(y.length),Ce=new O(we);we>C;C++)ce(Ce,C,V?xe(y[C],C):y[C]);return Ce.length=C,Ce}},"50c4":function(q,le,o){var h=o("a691"),p=Math.min;q.exports=function(N){return N>0?p(h(N),9007199254740991):0}},"5135":function(q,le){var o={}.hasOwnProperty;q.exports=function(h,p){return o.call(h,p)}},"5319":function(q,le,o){"use strict";var h=o("d784"),p=o("825a"),N=o("7b0b"),F=o("50c4"),B=o("a691"),ce=o("1d80"),J=o("8aa5"),pe=o("14c3"),K=Math.max,y=Math.min,O=Math.floor,ye=/\$([$&'`]|\d\d?|<[^>]*>)/g,xe=/\$([$&'`]|\d\d?)/g,V=function(C){return C===void 0?C:String(C)};h("replace",2,function(C,Z,we,Ce){return[function(te,s){var I=ce(this),je=te==null?void 0:te[C];return je!==void 0?je.call(te,I,s):Z.call(String(I),te,s)},function(ve,te){if(Ce.REPLACE_KEEPS_$0||typeof te=="string"&&te.indexOf("$0")===-1){var s=we(Z,ve,this,te);if(s.done)return s.value}var I=p(ve),je=String(this),Pe=typeof te=="function";Pe||(te=String(te));var b=I.global;if(b){var L=I.unicode;I.lastIndex=0}for(var ae=[];;){var k=pe(I,je);if(k===null||(ae.push(k),!b))break;var D=String(k[0]);D===""&&(I.lastIndex=J(je,F(I.lastIndex),L))}for(var T="",X=0,de=0;de<ae.length;de++){k=ae[de];for(var Re=String(k[0]),re=K(y(B(k.index),je.length),0),M=[],v=1;v<k.length;v++)M.push(V(k[v]));var W=k.groups;if(Pe){var S=[Re].concat(M,re,je);W!==void 0&&S.push(W);var Y=String(te.apply(void 0,S))}else Y=Ae(Re,je,re,M,W,te);re>=X&&(T+=je.slice(X,re)+Y,X=re+Re.length)}return T+je.slice(X)}];function Ae(ve,te,s,I,je,Pe){var b=s+ve.length,L=I.length,ae=xe;return je!==void 0&&(je=N(je),ae=ye),Z.call(Pe,ae,function(k,D){var T;switch(D.charAt(0)){case"$":return"$";case"&":return ve;case"`":return te.slice(0,s);case"'":return te.slice(b);case"<":T=je[D.slice(1,-1)];break;default:var X=+D;if(X===0)return k;if(X>L){var de=O(X/10);return de===0?k:de<=L?I[de-1]===void 0?D.charAt(1):I[de-1]+D.charAt(1):k}T=I[X-1]}return T===void 0?"":T})}})},"5692":function(q,le,o){var h=o("c430"),p=o("c6cd");(q.exports=function(N,F){return p[N]||(p[N]=F!==void 0?F:{})})("versions",[]).push({version:"3.6.1",mode:h?"pure":"global",copyright:"\xA9 2019 Denis Pushkarev (zloirock.ru)"})},"56ef":function(q,le,o){var h=o("d066"),p=o("241c"),N=o("7418"),F=o("825a");q.exports=h("Reflect","ownKeys")||function(ce){var J=p.f(F(ce)),pe=N.f;return pe?J.concat(pe(ce)):J}},"5899":function(q,le){q.exports=`
|
|
\v\f\r \xA0\u1680\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF`},"58a8":function(q,le,o){var h=o("1d80"),p=o("5899"),N="["+p+"]",F=RegExp("^"+N+N+"*"),B=RegExp(N+N+"*$"),ce=function(J){return function(pe){var K=String(h(pe));return J&1&&(K=K.replace(F,"")),J&2&&(K=K.replace(B,"")),K}};q.exports={start:ce(1),end:ce(2),trim:ce(3)}},"5c6c":function(q,le){q.exports=function(o,h){return{enumerable:!(o&1),configurable:!(o&2),writable:!(o&4),value:h}}},"60ae":function(q,le,o){var h=o("da84"),p=o("b39a"),N=h.process,F=N&&N.versions,B=F&&F.v8,ce,J;B?(ce=B.split("."),J=ce[0]+ce[1]):p&&(ce=p.match(/Edge\/(\d+)/),(!ce||ce[1]>=74)&&(ce=p.match(/Chrome\/(\d+)/),ce&&(J=ce[1]))),q.exports=J&&+J},"6547":function(q,le,o){var h=o("a691"),p=o("1d80"),N=function(F){return function(B,ce){var J=String(p(B)),pe=h(ce),K=J.length,y,O;return pe<0||pe>=K?F?"":void 0:(y=J.charCodeAt(pe),y<55296||y>56319||pe+1===K||(O=J.charCodeAt(pe+1))<56320||O>57343?F?J.charAt(pe):y:F?J.slice(pe,pe+2):(y-55296<<10)+(O-56320)+65536)}};q.exports={codeAt:N(!1),charAt:N(!0)}},"65f0":function(q,le,o){var h=o("861d"),p=o("e8b5"),N=o("b622"),F=N("species");q.exports=function(B,ce){var J;return p(B)&&(J=B.constructor,typeof J=="function"&&(J===Array||p(J.prototype))?J=void 0:h(J)&&(J=J[F],J===null&&(J=void 0))),new(J===void 0?Array:J)(ce===0?0:ce)}},"69f3":function(q,le,o){var h=o("7f9a"),p=o("da84"),N=o("861d"),F=o("9112"),B=o("5135"),ce=o("f772"),J=o("d012"),pe=p.WeakMap,K,y,O,ye=function(Ae){return O(Ae)?y(Ae):K(Ae,{})},xe=function(Ae){return function(ve){var te;if(!N(ve)||(te=y(ve)).type!==Ae)throw TypeError("Incompatible receiver, "+Ae+" required");return te}};if(h){var V=new pe,C=V.get,Z=V.has,we=V.set;K=function(Ae,ve){return we.call(V,Ae,ve),ve},y=function(Ae){return C.call(V,Ae)||{}},O=function(Ae){return Z.call(V,Ae)}}else{var Ce=ce("state");J[Ce]=!0,K=function(Ae,ve){return F(Ae,Ce,ve),ve},y=function(Ae){return B(Ae,Ce)?Ae[Ce]:{}},O=function(Ae){return B(Ae,Ce)}}q.exports={set:K,get:y,has:O,enforce:ye,getterFor:xe}},"6eeb":function(q,le,o){var h=o("da84"),p=o("9112"),N=o("5135"),F=o("ce4e"),B=o("8925"),ce=o("69f3"),J=ce.get,pe=ce.enforce,K=String(String).split("String");(q.exports=function(y,O,ye,xe){var V=xe?!!xe.unsafe:!1,C=xe?!!xe.enumerable:!1,Z=xe?!!xe.noTargetGet:!1;if(typeof ye=="function"&&(typeof O=="string"&&!N(ye,"name")&&p(ye,"name",O),pe(ye).source=K.join(typeof O=="string"?O:"")),y===h){C?y[O]=ye:F(O,ye);return}else V?!Z&&y[O]&&(C=!0):delete y[O];C?y[O]=ye:p(y,O,ye)})(Function.prototype,"toString",function(){return typeof this=="function"&&J(this).source||B(this)})},"6f53":function(q,le,o){var h=o("83ab"),p=o("df75"),N=o("fc6a"),F=o("d1e7").f,B=function(ce){return function(J){for(var pe=N(J),K=p(pe),y=K.length,O=0,ye=[],xe;y>O;)xe=K[O++],(!h||F.call(pe,xe))&&ye.push(ce?[xe,pe[xe]]:pe[xe]);return ye}};q.exports={entries:B(!0),values:B(!1)}},"6fe5":function(q,le,o){var h=o("da84"),p=o("58a8").trim,N=o("5899"),F=h.parseFloat,B=1/F(N+"-0")!=-Infinity;q.exports=B?function(J){var pe=p(String(J)),K=F(pe);return K===0&&pe.charAt(0)=="-"?-0:K}:F},"7156":function(q,le,o){var h=o("861d"),p=o("d2bb");q.exports=function(N,F,B){var ce,J;return p&&typeof(ce=F.constructor)=="function"&&ce!==B&&h(J=ce.prototype)&&J!==B.prototype&&p(N,J),N}},"7418":function(q,le){le.f=Object.getOwnPropertySymbols},"746f":function(q,le,o){var h=o("428f"),p=o("5135"),N=o("c032"),F=o("9bf2").f;q.exports=function(B){var ce=h.Symbol||(h.Symbol={});p(ce,B)||F(ce,B,{value:N.f(B)})}},"7839":function(q,le){q.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},"7b0b":function(q,le,o){var h=o("1d80");q.exports=function(p){return Object(h(p))}},"7c73":function(q,le,o){var h=o("825a"),p=o("37e8"),N=o("7839"),F=o("d012"),B=o("1be4"),ce=o("cc12"),J=o("f772"),pe=">",K="<",y="prototype",O="script",ye=J("IE_PROTO"),xe=function(){},V=function(Ae){return K+O+pe+Ae+K+"/"+O+pe},C=function(Ae){Ae.write(V("")),Ae.close();var ve=Ae.parentWindow.Object;return Ae=null,ve},Z=function(){var Ae=ce("iframe"),ve="java"+O+":",te;return Ae.style.display="none",B.appendChild(Ae),Ae.src=String(ve),te=Ae.contentWindow.document,te.open(),te.write(V("document.F=Object")),te.close(),te.F},we,Ce=function(){try{we=document.domain&&new ActiveXObject("htmlfile")}catch(ve){}Ce=we?C(we):Z();for(var Ae=N.length;Ae--;)delete Ce[y][N[Ae]];return Ce()};F[ye]=!0,q.exports=Object.create||function(ve,te){var s;return ve!==null?(xe[y]=h(ve),s=new xe,xe[y]=null,s[ye]=ve):s=Ce(),te===void 0?s:p(s,te)}},"7dd0":function(q,le,o){"use strict";var h=o("23e7"),p=o("9ed3"),N=o("e163"),F=o("d2bb"),B=o("d44e"),ce=o("9112"),J=o("6eeb"),pe=o("b622"),K=o("c430"),y=o("3f8c"),O=o("ae93"),ye=O.IteratorPrototype,xe=O.BUGGY_SAFARI_ITERATORS,V=pe("iterator"),C="keys",Z="values",we="entries",Ce=function(){return this};q.exports=function(Ae,ve,te,s,I,je,Pe){p(te,ve,s);var b=function(M){if(M===I&&T)return T;if(!xe&&M in k)return k[M];switch(M){case C:return function(){return new te(this,M)};case Z:return function(){return new te(this,M)};case we:return function(){return new te(this,M)}}return function(){return new te(this)}},L=ve+" Iterator",ae=!1,k=Ae.prototype,D=k[V]||k["@@iterator"]||I&&k[I],T=!xe&&D||b(I),X=ve=="Array"&&k.entries||D,de,Re,re;if(X&&(de=N(X.call(new Ae)),ye!==Object.prototype&&de.next&&(!K&&N(de)!==ye&&(F?F(de,ye):typeof de[V]!="function"&&ce(de,V,Ce)),B(de,L,!0,!0),K&&(y[L]=Ce))),I==Z&&D&&D.name!==Z&&(ae=!0,T=function(){return D.call(this)}),(!K||Pe)&&k[V]!==T&&ce(k,V,T),y[ve]=T,I)if(Re={values:b(Z),keys:je?T:b(C),entries:b(we)},Pe)for(re in Re)(xe||ae||!(re in k))&&J(k,re,Re[re]);else h({target:ve,proto:!0,forced:xe||ae},Re);return Re}},"7f9a":function(q,le,o){var h=o("da84"),p=o("8925"),N=h.WeakMap;q.exports=typeof N=="function"&&/native code/.test(p(N))},"825a":function(q,le,o){var h=o("861d");q.exports=function(p){if(!h(p))throw TypeError(String(p)+" is not an object");return p}},"83ab":function(q,le,o){var h=o("d039");q.exports=!h(function(){return Object.defineProperty({},"a",{get:function(){return 7}}).a!=7})},"8418":function(q,le,o){"use strict";var h=o("c04e"),p=o("9bf2"),N=o("5c6c");q.exports=function(F,B,ce){var J=h(B);J in F?p.f(F,J,N(0,ce)):F[J]=ce}},"861d":function(q,le){q.exports=function(o){return typeof o=="object"?o!==null:typeof o=="function"}},"8925":function(q,le,o){var h=o("c6cd"),p=Function.toString;typeof h.inspectSource!="function"&&(h.inspectSource=function(N){return p.call(N)}),q.exports=h.inspectSource},"8aa5":function(q,le,o){"use strict";var h=o("6547").charAt;q.exports=function(p,N,F){return N+(F?h(p,N).length:1)}},"90e3":function(q,le){var o=0,h=Math.random();q.exports=function(p){return"Symbol("+String(p===void 0?"":p)+")_"+(++o+h).toString(36)}},"9112":function(q,le,o){var h=o("83ab"),p=o("9bf2"),N=o("5c6c");q.exports=h?function(F,B,ce){return p.f(F,B,N(1,ce))}:function(F,B,ce){return F[B]=ce,F}},"9263":function(q,le,o){"use strict";var h=o("ad6d"),p=o("9f7f"),N=RegExp.prototype.exec,F=String.prototype.replace,B=N,ce=function(){var y=/a/,O=/b*/g;return N.call(y,"a"),N.call(O,"a"),y.lastIndex!==0||O.lastIndex!==0}(),J=p.UNSUPPORTED_Y||p.BROKEN_CARET,pe=/()??/.exec("")[1]!==void 0,K=ce||pe||J;K&&(B=function(O){var ye=this,xe,V,C,Z,we=J&&ye.sticky,Ce=h.call(ye),Ae=ye.source,ve=0,te=O;return we&&(Ce=Ce.replace("y",""),Ce.indexOf("g")===-1&&(Ce+="g"),te=String(O).slice(ye.lastIndex),ye.lastIndex>0&&(!ye.multiline||ye.multiline&&O[ye.lastIndex-1]!==`
|
|
`)&&(Ae="(?: "+Ae+")",te=" "+te,ve++),V=new RegExp("^(?:"+Ae+")",Ce)),pe&&(V=new RegExp("^"+Ae+"$(?!\\s)",Ce)),ce&&(xe=ye.lastIndex),C=N.call(we?V:ye,te),we?C?(C.input=C.input.slice(ve),C[0]=C[0].slice(ve),C.index=ye.lastIndex,ye.lastIndex+=C[0].length):ye.lastIndex=0:ce&&C&&(ye.lastIndex=ye.global?C.index+C[0].length:xe),pe&&C&&C.length>1&&F.call(C[0],V,function(){for(Z=1;Z<arguments.length-2;Z++)arguments[Z]===void 0&&(C[Z]=void 0)}),C}),q.exports=B},"94ca":function(q,le,o){var h=o("d039"),p=/#|\.prototype\./,N=function(pe,K){var y=B[F(pe)];return y==J?!0:y==ce?!1:typeof K=="function"?h(K):!!K},F=N.normalize=function(pe){return String(pe).replace(p,".").toLowerCase()},B=N.data={},ce=N.NATIVE="N",J=N.POLYFILL="P";q.exports=N},"9bdd":function(q,le,o){var h=o("825a");q.exports=function(p,N,F,B){try{return B?N(h(F)[0],F[1]):N(F)}catch(J){var ce=p.return;throw ce!==void 0&&h(ce.call(p)),J}}},"9bf2":function(q,le,o){var h=o("83ab"),p=o("0cfb"),N=o("825a"),F=o("c04e"),B=Object.defineProperty;le.f=h?B:function(J,pe,K){if(N(J),pe=F(pe,!0),N(K),p)try{return B(J,pe,K)}catch(y){}if("get"in K||"set"in K)throw TypeError("Accessors not supported");return"value"in K&&(J[pe]=K.value),J}},"9ed3":function(q,le,o){"use strict";var h=o("ae93").IteratorPrototype,p=o("7c73"),N=o("5c6c"),F=o("d44e"),B=o("3f8c"),ce=function(){return this};q.exports=function(J,pe,K){var y=pe+" Iterator";return J.prototype=p(h,{next:N(1,K)}),F(J,y,!1,!0),B[y]=ce,J}},"9f7f":function(q,le,o){"use strict";var h=o("d039");function p(N,F){return RegExp(N,F)}le.UNSUPPORTED_Y=h(function(){var N=p("a","y");return N.lastIndex=2,N.exec("abcd")!=null}),le.BROKEN_CARET=h(function(){var N=p("^r","gy");return N.lastIndex=2,N.exec("str")!=null})},a4d3:function(q,le,o){"use strict";var h=o("23e7"),p=o("da84"),N=o("d066"),F=o("c430"),B=o("83ab"),ce=o("4930"),J=o("fdbf"),pe=o("d039"),K=o("5135"),y=o("e8b5"),O=o("861d"),ye=o("825a"),xe=o("7b0b"),V=o("fc6a"),C=o("c04e"),Z=o("5c6c"),we=o("7c73"),Ce=o("df75"),Ae=o("241c"),ve=o("057f"),te=o("7418"),s=o("06cf"),I=o("9bf2"),je=o("d1e7"),Pe=o("9112"),b=o("6eeb"),L=o("5692"),ae=o("f772"),k=o("d012"),D=o("90e3"),T=o("b622"),X=o("c032"),de=o("746f"),Re=o("d44e"),re=o("69f3"),M=o("b727").forEach,v=ae("hidden"),W="Symbol",S="prototype",Y=T("toPrimitive"),Ee=re.set,Ne=re.getterFor(W),Be=Object[S],Ue=p.Symbol,rt=N("JSON","stringify"),bt=s.f,St=I.f,jt=ve.f,mi=je.f,oi=L("symbols"),ei=L("op-symbols"),gt=L("string-to-symbol-registry"),xi=L("symbol-to-string-registry"),gn=L("wks"),f=p.QObject,_=!f||!f[S]||!f[S].findChild,Q=B&&pe(function(){return we(St({},"a",{get:function(){return St(this,"a",{value:7}).a}})).a!=7})?function(Pt,yt,Ft){var $t=bt(Be,yt);$t&&delete Be[yt],St(Pt,yt,Ft),$t&&Pt!==Be&&St(Be,yt,$t)}:St,Se=function(Pt,yt){var Ft=oi[Pt]=we(Ue[S]);return Ee(Ft,{type:W,tag:Pt,description:yt}),B||(Ft.description=yt),Ft},Te=J?function(Pt){return typeof Pt=="symbol"}:function(Pt){return Object(Pt)instanceof Ue},Le=function(yt,Ft,$t){yt===Be&&Le(ei,Ft,$t),ye(yt);var Bt=C(Ft,!0);return ye($t),K(oi,Bt)?($t.enumerable?(K(yt,v)&&yt[v][Bt]&&(yt[v][Bt]=!1),$t=we($t,{enumerable:Z(0,!1)})):(K(yt,v)||St(yt,v,Z(1,{})),yt[v][Bt]=!0),Q(yt,Bt,$t)):St(yt,Bt,$t)},tt=function(yt,Ft){ye(yt);var $t=V(Ft),Bt=Ce($t).concat(Vi($t));return M(Bt,function(Yt){(!B||kt.call($t,Yt))&&Le(yt,Yt,$t[Yt])}),yt},dt=function(yt,Ft){return Ft===void 0?we(yt):tt(we(yt),Ft)},kt=function(yt){var Ft=C(yt,!0),$t=mi.call(this,Ft);return this===Be&&K(oi,Ft)&&!K(ei,Ft)?!1:$t||!K(this,Ft)||!K(oi,Ft)||K(this,v)&&this[v][Ft]?$t:!0},Nt=function(yt,Ft){var $t=V(yt),Bt=C(Ft,!0);if(!($t===Be&&K(oi,Bt)&&!K(ei,Bt))){var Yt=bt($t,Bt);return Yt&&K(oi,Bt)&&!(K($t,v)&&$t[v][Bt])&&(Yt.enumerable=!0),Yt}},ui=function(yt){var Ft=jt(V(yt)),$t=[];return M(Ft,function(Bt){!K(oi,Bt)&&!K(k,Bt)&&$t.push(Bt)}),$t},Vi=function(yt){var Ft=yt===Be,$t=jt(Ft?ei:V(yt)),Bt=[];return M($t,function(Yt){K(oi,Yt)&&(!Ft||K(Be,Yt))&&Bt.push(oi[Yt])}),Bt};if(ce||(Ue=function(){if(this instanceof Ue)throw TypeError("Symbol is not a constructor");var yt=!arguments.length||arguments[0]===void 0?void 0:String(arguments[0]),Ft=D(yt),$t=function(Bt){this===Be&&$t.call(ei,Bt),K(this,v)&&K(this[v],Ft)&&(this[v][Ft]=!1),Q(this,Ft,Z(1,Bt))};return B&&_&&Q(Be,Ft,{configurable:!0,set:$t}),Se(Ft,yt)},b(Ue[S],"toString",function(){return Ne(this).tag}),b(Ue,"withoutSetter",function(Pt){return Se(D(Pt),Pt)}),je.f=kt,I.f=Le,s.f=Nt,Ae.f=ve.f=ui,te.f=Vi,X.f=function(Pt){return Se(T(Pt),Pt)},B&&(St(Ue[S],"description",{configurable:!0,get:function(){return Ne(this).description}}),F||b(Be,"propertyIsEnumerable",kt,{unsafe:!0}))),h({global:!0,wrap:!0,forced:!ce,sham:!ce},{Symbol:Ue}),M(Ce(gn),function(Pt){de(Pt)}),h({target:W,stat:!0,forced:!ce},{for:function(Pt){var yt=String(Pt);if(K(gt,yt))return gt[yt];var Ft=Ue(yt);return gt[yt]=Ft,xi[Ft]=yt,Ft},keyFor:function(yt){if(!Te(yt))throw TypeError(yt+" is not a symbol");if(K(xi,yt))return xi[yt]},useSetter:function(){_=!0},useSimple:function(){_=!1}}),h({target:"Object",stat:!0,forced:!ce,sham:!B},{create:dt,defineProperty:Le,defineProperties:tt,getOwnPropertyDescriptor:Nt}),h({target:"Object",stat:!0,forced:!ce},{getOwnPropertyNames:ui,getOwnPropertySymbols:Vi}),h({target:"Object",stat:!0,forced:pe(function(){te.f(1)})},{getOwnPropertySymbols:function(yt){return te.f(xe(yt))}}),rt){var Zi=!ce||pe(function(){var Pt=Ue();return rt([Pt])!="[null]"||rt({a:Pt})!="{}"||rt(Object(Pt))!="{}"});h({target:"JSON",stat:!0,forced:Zi},{stringify:function(yt,Ft,$t){for(var Bt=[yt],Yt=1,vn;arguments.length>Yt;)Bt.push(arguments[Yt++]);if(vn=Ft,!(!O(Ft)&&yt===void 0||Te(yt)))return y(Ft)||(Ft=function(Wn,fn){if(typeof vn=="function"&&(fn=vn.call(this,Wn,fn)),!Te(fn))return fn}),Bt[1]=Ft,rt.apply(null,Bt)}})}Ue[S][Y]||Pe(Ue[S],Y,Ue[S].valueOf),Re(Ue,W),k[v]=!0},a630:function(q,le,o){var h=o("23e7"),p=o("4df4"),N=o("1c7e"),F=!N(function(B){Array.from(B)});h({target:"Array",stat:!0,forced:F},{from:p})},a691:function(q,le){var o=Math.ceil,h=Math.floor;q.exports=function(p){return isNaN(p=+p)?0:(p>0?h:o)(p)}},a9e3:function(q,le,o){"use strict";var h=o("83ab"),p=o("da84"),N=o("94ca"),F=o("6eeb"),B=o("5135"),ce=o("c6b6"),J=o("7156"),pe=o("c04e"),K=o("d039"),y=o("7c73"),O=o("241c").f,ye=o("06cf").f,xe=o("9bf2").f,V=o("58a8").trim,C="Number",Z=p[C],we=Z.prototype,Ce=ce(y(we))==C,Ae=function(je){var Pe=pe(je,!1),b,L,ae,k,D,T,X,de;if(typeof Pe=="string"&&Pe.length>2){if(Pe=V(Pe),b=Pe.charCodeAt(0),b===43||b===45){if(L=Pe.charCodeAt(2),L===88||L===120)return NaN}else if(b===48){switch(Pe.charCodeAt(1)){case 66:case 98:ae=2,k=49;break;case 79:case 111:ae=8,k=55;break;default:return+Pe}for(D=Pe.slice(2),T=D.length,X=0;X<T;X++)if(de=D.charCodeAt(X),de<48||de>k)return NaN;return parseInt(D,ae)}}return+Pe};if(N(C,!Z(" 0o1")||!Z("0b1")||Z("+0x1"))){for(var ve=function(Pe){var b=arguments.length<1?0:Pe,L=this;return L instanceof ve&&(Ce?K(function(){we.valueOf.call(L)}):ce(L)!=C)?J(new Z(Ae(b)),L,ve):Ae(b)},te=h?O(Z):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger".split(","),s=0,I;te.length>s;s++)B(Z,I=te[s])&&!B(ve,I)&&xe(ve,I,ye(Z,I));ve.prototype=we,we.constructor=ve,F(p,C,ve)}},ac1f:function(q,le,o){"use strict";var h=o("23e7"),p=o("9263");h({target:"RegExp",proto:!0,forced:/./.exec!==p},{exec:p})},acd8:function(q,le,o){var h=o("23e7"),p=o("6fe5");h({global:!0,forced:parseFloat!=p},{parseFloat:p})},ad6d:function(q,le,o){"use strict";var h=o("825a");q.exports=function(){var p=h(this),N="";return p.global&&(N+="g"),p.ignoreCase&&(N+="i"),p.multiline&&(N+="m"),p.dotAll&&(N+="s"),p.unicode&&(N+="u"),p.sticky&&(N+="y"),N}},ae93:function(q,le,o){"use strict";var h=o("e163"),p=o("9112"),N=o("5135"),F=o("b622"),B=o("c430"),ce=F("iterator"),J=!1,pe=function(){return this},K,y,O;[].keys&&(O=[].keys(),"next"in O?(y=h(h(O)),y!==Object.prototype&&(K=y)):J=!0),K==null&&(K={}),!B&&!N(K,ce)&&p(K,ce,pe),q.exports={IteratorPrototype:K,BUGGY_SAFARI_ITERATORS:J}},b041:function(q,le,o){"use strict";var h=o("00ee"),p=o("f5df");q.exports=h?{}.toString:function(){return"[object "+p(this)+"]"}},b301:function(q,le,o){"use strict";var h=o("d039");q.exports=function(p,N){var F=[][p];return!F||!h(function(){F.call(null,N||function(){throw 1},1)})}},b39a:function(q,le,o){var h=o("d066");q.exports=h("navigator","userAgent")||""},b622:function(q,le,o){var h=o("da84"),p=o("5692"),N=o("5135"),F=o("90e3"),B=o("4930"),ce=o("fdbf"),J=p("wks"),pe=h.Symbol,K=ce?pe:pe&&pe.withoutSetter||F;q.exports=function(y){return N(J,y)||(B&&N(pe,y)?J[y]=pe[y]:J[y]=K("Symbol."+y)),J[y]}},b64b:function(q,le,o){var h=o("23e7"),p=o("7b0b"),N=o("df75"),F=o("d039"),B=F(function(){N(1)});h({target:"Object",stat:!0,forced:B},{keys:function(J){return N(p(J))}})},b680:function(q,le,o){"use strict";var h=o("23e7"),p=o("a691"),N=o("408a"),F=o("1148"),B=o("d039"),ce=1 .toFixed,J=Math.floor,pe=function(O,ye,xe){return ye===0?xe:ye%2==1?pe(O,ye-1,xe*O):pe(O*O,ye/2,xe)},K=function(O){for(var ye=0,xe=O;xe>=4096;)ye+=12,xe/=4096;for(;xe>=2;)ye+=1,xe/=2;return ye},y=ce&&(8e-5 .toFixed(3)!=="0.000"||.9 .toFixed(0)!=="1"||1.255 .toFixed(2)!=="1.25"||1000000000000000100 .toFixed(0)!=="1000000000000000128")||!B(function(){ce.call({})});h({target:"Number",proto:!0,forced:y},{toFixed:function(ye){var xe=N(this),V=p(ye),C=[0,0,0,0,0,0],Z="",we="0",Ce,Ae,ve,te,s=function(Pe,b){for(var L=-1,ae=b;++L<6;)ae+=Pe*C[L],C[L]=ae%1e7,ae=J(ae/1e7)},I=function(Pe){for(var b=6,L=0;--b>=0;)L+=C[b],C[b]=J(L/Pe),L=L%Pe*1e7},je=function(){for(var Pe=6,b="";--Pe>=0;)if(b!==""||Pe===0||C[Pe]!==0){var L=String(C[Pe]);b=b===""?L:b+F.call("0",7-L.length)+L}return b};if(V<0||V>20)throw RangeError("Incorrect fraction digits");if(xe!=xe)return"NaN";if(xe<=-1e21||xe>=1e21)return String(xe);if(xe<0&&(Z="-",xe=-xe),xe>1e-21)if(Ce=K(xe*pe(2,69,1))-69,Ae=Ce<0?xe*pe(2,-Ce,1):xe/pe(2,Ce,1),Ae*=4503599627370496,Ce=52-Ce,Ce>0){for(s(0,Ae),ve=V;ve>=7;)s(1e7,0),ve-=7;for(s(pe(10,ve,1),0),ve=Ce-1;ve>=23;)I(1<<23),ve-=23;I(1<<ve),s(1,1),I(2),we=je()}else s(0,Ae),s(1<<-Ce,0),we=je()+F.call("0",V);return V>0?(te=we.length,we=Z+(te<=V?"0."+F.call("0",V-te)+we:we.slice(0,te-V)+"."+we.slice(te-V))):we=Z+we,we}})},b727:function(q,le,o){var h=o("f8c2"),p=o("44ad"),N=o("7b0b"),F=o("50c4"),B=o("65f0"),ce=[].push,J=function(pe){var K=pe==1,y=pe==2,O=pe==3,ye=pe==4,xe=pe==6,V=pe==5||xe;return function(C,Z,we,Ce){for(var Ae=N(C),ve=p(Ae),te=h(Z,we,3),s=F(ve.length),I=0,je=Ce||B,Pe=K?je(C,s):y?je(C,0):void 0,b,L;s>I;I++)if((V||I in ve)&&(b=ve[I],L=te(b,I,Ae),pe)){if(K)Pe[I]=L;else if(L)switch(pe){case 3:return!0;case 5:return b;case 6:return I;case 2:ce.call(Pe,b)}else if(ye)return!1}return xe?-1:O||ye?ye:Pe}};q.exports={forEach:J(0),map:J(1),filter:J(2),some:J(3),every:J(4),find:J(5),findIndex:J(6)}},be34:function(q,le,o){"use strict";(function(h){o.d(le,"b",function(){return N});var p=o("d3fb");function N(ce){N.installed||(N.installed=!0,ce.component("vue-bar-graph",p.a))}var F={install:N},B=null;typeof window!="undefined"?B=window.Vue:typeof h!="undefined"&&(B=h.Vue),B&&B.use(F),le.a=p.a}).call(this,o("c8ba"))},c032:function(q,le,o){var h=o("b622");le.f=h},c04e:function(q,le,o){var h=o("861d");q.exports=function(p,N){if(!h(p))return p;var F,B;if(N&&typeof(F=p.toString)=="function"&&!h(B=F.call(p))||typeof(F=p.valueOf)=="function"&&!h(B=F.call(p))||!N&&typeof(F=p.toString)=="function"&&!h(B=F.call(p)))return B;throw TypeError("Can't convert object to primitive value")}},c430:function(q,le){q.exports=!1},c6b6:function(q,le){var o={}.toString;q.exports=function(h){return o.call(h).slice(8,-1)}},c6cd:function(q,le,o){var h=o("da84"),p=o("ce4e"),N="__core-js_shared__",F=h[N]||p(N,{});q.exports=F},c8ba:function(q,le){var o;o=function(){return this}();try{o=o||new Function("return this")()}catch(h){typeof window=="object"&&(o=window)}q.exports=o},ca84:function(q,le,o){var h=o("5135"),p=o("fc6a"),N=o("4d64").indexOf,F=o("d012");q.exports=function(B,ce){var J=p(B),pe=0,K=[],y;for(y in J)!h(F,y)&&h(J,y)&&K.push(y);for(;ce.length>pe;)h(J,y=ce[pe++])&&(~N(K,y)||K.push(y));return K}},cc12:function(q,le,o){var h=o("da84"),p=o("861d"),N=h.document,F=p(N)&&p(N.createElement);q.exports=function(B){return F?N.createElement(B):{}}},ce4e:function(q,le,o){var h=o("da84"),p=o("9112");q.exports=function(N,F){try{p(h,N,F)}catch(B){h[N]=F}return F}},d012:function(q,le){q.exports={}},d039:function(q,le){q.exports=function(o){try{return!!o()}catch(h){return!0}}},d066:function(q,le,o){var h=o("428f"),p=o("da84"),N=function(F){return typeof F=="function"?F:void 0};q.exports=function(F,B){return arguments.length<2?N(h[F])||N(p[F]):h[F]&&h[F][B]||p[F]&&p[F][B]}},d1e7:function(q,le,o){"use strict";var h={}.propertyIsEnumerable,p=Object.getOwnPropertyDescriptor,N=p&&!h.call({1:2},1);le.f=N?function(B){var ce=p(this,B);return!!ce&&ce.enumerable}:h},d28b:function(q,le,o){var h=o("746f");h("iterator")},d2bb:function(q,le,o){var h=o("825a"),p=o("3bbe");q.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var N=!1,F={},B;try{B=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set,B.call(F,[]),N=F instanceof Array}catch(ce){}return function(J,pe){return h(J),p(pe),N?B.call(J,pe):J.__proto__=pe,J}}():void 0)},d3b7:function(q,le,o){var h=o("00ee"),p=o("6eeb"),N=o("b041");h||p(Object.prototype,"toString",N,{unsafe:!0})},d3fb:function(q,le,o){"use strict";var h=function(){var ue=this,d=ue.$createElement,w=ue._self._c||d;return w("svg",{attrs:{width:ue.fullSvgWidth,height:ue.fullSvgHeight,"aria-labelledby":"title",role:"img"}},[ue.title?w("title",{attrs:{id:"title"}},[ue._v(ue._s(ue.title))]):ue._e(),w("g",{attrs:{transform:"translate(0,"+(ue.showYAxis?ue.extraTopHeightForYAxisLabel:0)+")"}},[w("g",{attrs:{transform:"translate("+(ue.showYAxis?ue.yAxisWidth:0)+",0)",width:ue.innerChartWidth,height:ue.innerChartHeight}},[ue._l(ue.chartData,function(A){return w("g",{key:A.index,attrs:{transform:"translate("+A.x+",0)"}},[w("title",[ue._t("title",[w("tspan",[ue._v(ue._s(A.staticValue))])],{bar:A})],2),w("rect",{style:{fill:ue.barColor},attrs:{width:A.width,height:A.height,x:2,y:A.yOffset}}),ue.showValues?w("text",{style:{fill:A.height<22?ue.textColor:ue.textAltColor,font:ue.textFont},attrs:{x:A.midPoint,y:A.yOffset,dy:""+(A.height<22?"-5px":"15px"),"text-anchor":"middle"}},[ue._v(ue._s(A.staticValue))]):ue._e(),ue.showXAxis?w("g",[ue._t("label",[w("text",{style:{fill:ue.textColor,font:ue.textFont},attrs:{x:A.midPoint,y:A.yLabel+10+"px","text-anchor":"middle"}},[ue._v(" "+ue._s(A.label)+" ")])],{bar:A,textStyle:{fill:ue.textColor,font:ue.textFont}}),w("line",{attrs:{x1:A.midPoint,x2:A.midPoint,y1:ue.innerChartHeight+3,y2:ue.innerChartHeight,stroke:"#555555","stroke-width":"1"}})],2):ue._e()])}),ue.showTrendLine?w("line",{attrs:{x1:ue.trendLine.x1,y1:ue.trendLine.y1,x2:ue.trendLine.x2,y2:ue.trendLine.y2,"stroke-width":ue.trendLineWidth,stroke:ue.trendLineColor}}):ue._e()],2),ue.showXAxis?w("g",[w("line",{attrs:{x1:ue.showYAxis?ue.yAxisWidth-1:2,x2:ue.innerChartWidth+ue.yAxisWidth,y1:ue.innerChartHeight,y2:ue.innerChartHeight,stroke:"#555555","stroke-width":"1"}})]):ue._e(),ue.showYAxis?w("g",[w("line",{attrs:{x1:ue.yAxisWidth-1,x2:ue.yAxisWidth-1,y1:ue.innerChartHeight,y2:"0",stroke:"#555555","stroke-width":"1"}}),ue._l(ue.getTicks(),function(A){return w("g",{key:A.key},[w("line",{attrs:{x1:A.x1,y1:A.y1,x2:A.x2,y2:A.y2,stroke:"#555555","stroke-width":"1"}}),w("text",{style:{fill:ue.textColor,font:ue.textFont},attrs:{x:"0",y:A.yText,"alignment-baseline":"central"}},[ue._v(ue._s(A.text))])])})],2):ue._e()])])},p=[],N=o("a4d3"),F=o("4de4"),B=o("d81d"),ce=o("a9e3"),J=o("b680"),pe=o("e439"),K=o("dbb4"),y=o("b64b"),O=o("d3b7"),ye=o("07ac"),xe=o("acd8"),V=o("ac1f"),C=o("25f0"),Z=o("5319"),we=o("159b");function Ce(ue,d,w){return d in ue?Object.defineProperty(ue,d,{value:w,enumerable:!0,configurable:!0,writable:!0}):ue[d]=w,ue}function Ae(ue){if(Array.isArray(ue)){for(var d=0,w=new Array(ue.length);d<ue.length;d++)w[d]=ue[d];return w}}var ve=o("e01a"),te=o("d28b"),s=o("a630"),I=o("e260"),je=o("3ca3"),Pe=o("ddb0");function b(ue){if(Symbol.iterator in Object(ue)||Object.prototype.toString.call(ue)==="[object Arguments]")return Array.from(ue)}function L(){throw new TypeError("Invalid attempt to spread non-iterable instance")}function ae(ue){return Ae(ue)||b(ue)||L()}function k(ue){return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?k=function(w){return typeof w}:k=function(w){return w&&typeof Symbol=="function"&&w.constructor===Symbol&&w!==Symbol.prototype?"symbol":typeof w},k(ue)}function D(ue){return typeof Symbol=="function"&&k(Symbol.iterator)==="symbol"?D=function(w){return k(w)}:D=function(w){return w&&typeof Symbol=="function"&&w.constructor===Symbol&&w!==Symbol.prototype?"symbol":k(w)},D(ue)}function T(ue){if(ue===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return ue}function X(ue,d){ue.prototype=Object.create(d.prototype),ue.prototype.constructor=ue,ue.__proto__=d}var de={autoSleep:120,force3D:"auto",nullTargetWarn:1,units:{lineHeight:""}},Re={duration:.5,overwrite:!1,delay:0},re=1e8,M=1/re,v=Math.PI*2,W=v/4,S=0,Y=Math.sqrt,Ee=Math.cos,Ne=Math.sin,Be=function(d){return typeof d=="string"},Ue=function(d){return typeof d=="function"},rt=function(d){return typeof d=="number"},bt=function(d){return typeof d=="undefined"},St=function(d){return typeof d=="object"},jt=function(d){return d!==!1},mi=function(){return typeof window!="undefined"},oi=function(d){return Ue(d)||Be(d)},ei=Array.isArray,gt=/(?:-?\.?\d|\.)+/gi,xi=/[-+=\.]*\d+[\.e\-\+]*\d*[e\-\+]*\d*/gi,gn=/[-+=\.]*\d+(?:\.|e-|e)*\d*/gi,f=/\(([^()]+)\)/i,_=/[\+-]=-?[\.\d]+/,Q=/[#\-+\.]*\b[a-z\d-=+%.]+/gi,Se,Te,Le,tt,dt={},kt={},Nt,ui=function(d){return(kt=kn(d,dt))&&nn},Vi=function(d,w){return console.warn("Invalid property",d,"set to",w,"Missing plugin? gsap.registerPlugin()")},Zi=function(d,w){return!w&&console.warn(d)},Pt=function(d,w){return d&&(dt[d]=w)&&kt&&(kt[d]=w)||dt},yt=function(){return 0},Ft={},$t=[],Bt={},Yt={},vn={},Wn=30,fn=[],Vn="onComplete,onUpdate,onStart,onRepeat,onReverseComplete,onInterrupt",En=function(d){var w=d[0],A,E;if(!St(w)&&!Ue(w)&&(d=[d]),!(A=(w._gsap||{}).harness)){for(E=fn.length;E--&&!fn[E].targetTest(w););A=fn[E]}for(E=d.length;E--;)d[E]&&(d[E]._gsap||(d[E]._gsap=new ya(d[E],A)))||d.splice(E,1);return d},dn=function(d){return d._gsap||En(pn(d))[0]._gsap},bn=function(d,w){var A=d[w];return Ue(A)?d[w]():bt(A)&&d.getAttribute(w)||A},hr=function(d,w){return(d=d.split(",")).forEach(w)||d},sn=function(d){return Math.round(d*1e4)/1e4},Wr=function(d,w){for(var A=w.length,E=0;d.indexOf(w[E])<0&&++E<A;);return E<A},Dr=function(d,w,A){var E=rt(d[1]),G=(E?2:1)+(w<2?0:1),ne=d[G],me;return E&&(ne.duration=d[1]),w===1?(ne.runBackwards=1,ne.immediateRender=jt(ne.immediateRender)):w===2&&(me=d[G-1],ne.startAt=me,ne.immediateRender=jt(ne.immediateRender)),ne.parent=A,ne},Pr=function(){var d=$t.length,w=$t.slice(0),A,E;for(Bt={},$t.length=0,A=0;A<d;A++)E=w[A],E&&E._lazy&&(E.render(E._lazy[0],E._lazy[1],!0)._lazy=0)},Vr=function(d,w,A,E){$t.length&&Pr(),d.render(w,A,E),$t.length&&Pr()},Pn=function(d){var w=parseFloat(d);return w||w===0?w:d},xr=function(d){return d},$i=function(d,w){for(var A in w)A in d||(d[A]=w[A]);return d},mr=function(d,w){for(var A in w)!(A in d)&&A!=="duration"&&A!=="ease"&&(d[A]=w[A])},kn=function(d,w){for(var A in w)d[A]=w[A];return d},Un=function ue(d,w){for(var A in w)d[A]=St(w[A])?ue(d[A]||(d[A]={}),w[A]):w[A];return d},en=function(d,w){var A={},E;for(E in d)E in w||(A[E]=d[E]);return A},Cr=function(d){var w=d.parent||Se,A=d.keyframes?mr:$i;if(jt(d.inherit))for(;w;)A(d,w.vars.defaults),w=w.parent;return d},Rn=function(d,w){for(var A=d.length,E=A===w.length;E&&A--&&d[A]===w[A];);return A<0},nr=function(d,w,A,E,G){A===void 0&&(A="_first"),E===void 0&&(E="_last");var ne=d[E],me;if(G)for(me=w[G];ne&&ne[G]>me;)ne=ne._prev;return ne?(w._next=ne._next,ne._next=w):(w._next=d[A],d[A]=w),w._next?w._next._prev=w:d[E]=w,w._prev=ne,w.parent=d,w},Sr=function(d,w,A,E){A===void 0&&(A="_first"),E===void 0&&(E="_last");var G=w._prev,ne=w._next;G?G._next=ne:d[A]===w&&(d[A]=ne),ne?ne._prev=G:d[E]===w&&(d[E]=G),w._dp=d,w._next=w._prev=w.parent=null},tn=function(d,w){d.parent&&(!w||d.parent.autoRemoveChildren)&&d.parent.remove(d),d._act=0},Oi=function(d){for(var w=d;w;)w._dirty=1,w=w.parent;return d},qr=function(d){for(var w=d.parent;w&&w.parent;)w._dirty=1,w.totalDuration(),w=w.parent;return d},Rr=function ue(d){return!d||d._ts&&ue(d.parent)},rr=function(d){return d._repeat?yn(d._tTime,d=d.duration()+d._rDelay)*d:0},yn=function(d,w){return(d/=w)&&~~d===d?~~d-1:~~d},ar=function(d,w){return w._ts>0?(d-w._start)*w._ts:(w._dirty?w.totalDuration():w._tDur)+(d-w._start)*w._ts},wn=function(d,w,A){if(w.parent&&tn(w),w._start=A+w._delay,w._end=w._start+(w.totalDuration()/w._ts||0),nr(d,w,"_first","_last",d._sort?"_start":0),d._recent=w,w._time||!w._dur&&w._initted){var E=(d.rawTime()-w._start)*w._ts;(!w._dur||Nn(0,w.totalDuration(),E)-w._tTime>M)&&w.render(E,!0)}if(Oi(d),d._dp&&d._time>=d._dur&&d._ts&&d._dur<d.duration())for(var G=d;G._dp;)G.totalTime(G._tTime,!0),G=G._dp;return d},Tr=function(d,w,A,E){if(j(d,w),!d._initted)return 1;if(!A&&d._pt&&(d._dur&&d.vars.lazy!==!1||!d._dur&&d.vars.lazy))return $t.push(d),d._lazy=[w,E],1},In=function(d,w,A,E){var G=d._zTime<0?0:1,ne=w<0?0:1,me=d._rDelay,Oe=0,We,et,ot;if(me&&d._repeat&&(Oe=Nn(0,d._tDur,w),et=yn(Oe,me),ot=yn(d._tTime,me),et!==ot&&(G=1-ne,d.vars.repeatRefresh&&d._initted&&d.invalidate())),!(!d._initted&&Tr(d,w,E,A))&&(ne!==G||E||d._zTime===M||!w&&d._zTime)){for(d._zTime=w||(A?M:0),d.ratio=ne,d._from&&(ne=1-ne),d._time=0,d._tTime=Oe,A||Ki(d,"onStart"),We=d._pt;We;)We.r(ne,We.d),We=We._next;!ne&&d._startAt&&!d._onUpdate&&d._start&&d._startAt.render(w,!0,E),d._onUpdate&&!A&&Ki(d,"onUpdate"),Oe&&d._repeat&&!A&&d.parent&&Ki(d,"onRepeat"),(w>=d._tDur||w<0)&&d.ratio===ne&&(d.ratio&&tn(d,1),A||(Ki(d,d.ratio?"onComplete":"onReverseComplete",!0),d._prom&&d._prom()))}},Qn=function(d,w,A){var E;if(A>w)for(E=d._first;E&&E._start<=A;){if(!E._dur&&E.data==="isPause"&&E._start>w)return E;E=E._next}else for(E=d._last;E&&E._start>=A;){if(!E._dur&&E.data==="isPause"&&E._start<w)return E;E=E._prev}},Yn=function(d){if(d instanceof On)return Oi(d);var w=d._repeat;return d._tDur=w?w<0?1e20:sn(d._dur*(w+1)+d._rDelay*w):d._dur,Oi(d.parent),d},Ir={_start:0,endTime:yt},an=function ue(d,w,A){var E=d.labels,G=d._recent||Ir,ne=d.duration()>=re?G.endTime(!1):d._dur,me,Oe;return Be(w)&&(isNaN(w)||w in E)?(me=w.charAt(0),me==="<"||me===">"?(me==="<"?G._start:G.endTime(G._repeat>=0))+(parseFloat(w.substr(1))||0):(me=w.indexOf("="),me<0?(w in E||(E[w]=ne),E[w]):(Oe=+(w.charAt(me-1)+w.substr(me+1)),me>1?ue(d,w.substr(0,me-1))+Oe:ne+Oe))):w==null?ne:+w},ii=function(d,w){return d||d===0?w(d):w},Nn=function(d,w,A){return A<d?d:A>w?w:A},ln=function(d){return(d+"").substr((parseFloat(d)+"").length)},ga=function(d,w,A){return ii(A,function(E){return Nn(d,w,E)})},ta=[].slice,gr=function(d){return d&&St(d)&&"length"in d&&d.length-1 in d&&St(d[0])&&!d.nodeType&&d!==Te},Gr=function(d,w,A){return A===void 0&&(A=[]),d.forEach(function(E){var G;return Be(E)&&!w||gr(E)?(G=A).push.apply(G,pn(E)):A.push(E)})||A},pn=function(d,w){return Be(d)&&!w&&(Le||!ti())?ta.call(tt.querySelectorAll(d),0):ei(d)?Gr(d,w):gr(d)?ta.call(d,0):d?[d]:[]},si=function(d){if(Ue(d))return d;var w=St(d)?d:{each:d},A=or(w.ease),E=w.from||0,G=parseFloat(w.base)||0,ne={},me=E>0&&E<1,Oe=isNaN(E)||me,We=w.axis,et=E,ot=E;return Be(E)?et=ot={center:.5,edges:.5,end:1}[E]||0:!me&&Oe&&(et=E[0],ot=E[1]),function(ht,ut,Ct){var xt=(Ct||w).length,Mt=ne[xt],Wt,Qt,ji,Pi,Ci,fi,Si,ci,Hi;if(!Mt){if(Hi=w.grid==="auto"?0:(w.grid||[1,re])[1],!Hi){for(Si=-re;Si<(Si=Ct[Hi++].getBoundingClientRect().left)&&Hi<xt;);Hi--}for(Mt=ne[xt]=[],Wt=Oe?Math.min(Hi,xt)*et-.5:E%Hi,Qt=Oe?xt*ot/Hi-.5:E/Hi|0,Si=0,ci=re,fi=0;fi<xt;fi++)ji=fi%Hi-Wt,Pi=Qt-(fi/Hi|0),Mt[fi]=Ci=We?Math.abs(We==="y"?Pi:ji):Y(ji*ji+Pi*Pi),Ci>Si&&(Si=Ci),Ci<ci&&(ci=Ci);Mt.max=Si-ci,Mt.min=ci,Mt.v=xt=(parseFloat(w.amount)||parseFloat(w.each)*(Hi>xt?xt-1:We?We==="y"?xt/Hi:Hi:Math.max(Hi,xt/Hi))||0)*(E==="edges"?-1:1),Mt.b=xt<0?G-xt:G,Mt.u=ln(w.amount||w.each)||0,A=A&&xt<0?Fn(A):A}return xt=(Mt[ht]-Mt.min)/Mt.max||0,sn(Mt.b+(A?A(xt):xt)*Mt.v)+Mt.u}},ia=function(d){var w=d<1?Math.pow(10,(d+"").length-2):1;return function(A){return~~(Math.round(parseFloat(A)/d)*d*w)/w+(rt(A)?0:ln(A))}},Ar=function(d,w){var A=ei(d),E,G;return!A&&St(d)&&(E=A=d.radius||re,d=pn(d.values),(G=!rt(d[0]))&&(E*=E)),ii(w,A?function(ne){for(var me=parseFloat(G?ne.x:ne),Oe=parseFloat(G?ne.y:0),We=re,et=0,ot=d.length,ht,ut;ot--;)G?(ht=d[ot].x-me,ut=d[ot].y-Oe,ht=ht*ht+ut*ut):ht=Math.abs(d[ot]-me),ht<We&&(We=ht,et=ot);return et=!E||We<=E?d[et]:ne,G||et===ne||rt(ne)?et:et+ln(ne)}:ia(d))},jn=function(d,w,A,E){return ii(ei(d)?!w:A===!0?!!(A=0):!E,function(){return ei(d)?d[~~(Math.random()*d.length)]:(A=A||1e-5)&&(E=A<1?Math.pow(10,(A+"").length-2):1)&&~~(Math.round((d+Math.random()*(w-d))/A)*A*E)/E})},va=function(){for(var d=arguments.length,w=new Array(d),A=0;A<d;A++)w[A]=arguments[A];return function(E){return w.reduce(function(G,ne){return ne(G)},E)}},hn=function(d,w){return function(A){return d(parseFloat(A))+(w||ln(A))}},Nr=function(d,w,A){return na(d,w,0,1,A)},Bn=function(d,w,A){return ii(A,function(E){return d[~~w(E)]})},qn=function ue(d,w,A){var E=w-d;return ei(d)?Bn(d,ue(0,d.length),w):ii(A,function(G){return(E+(G-d)%E)%E+d})},vr=function ue(d,w,A){var E=w-d,G=E*2;return ei(d)?Bn(d,ue(0,d.length-1),w):ii(A,function(ne){return ne=(G+(ne-d)%G)%G,d+(ne>E?G-ne:ne)})},Gn=function(d){for(var w=0,A="",E,G,ne,me;~(E=d.indexOf("random(",w));)ne=d.indexOf(")",E),me=d.charAt(E+7)==="[",G=d.substr(E+7,ne-E-7).match(me?Q:gt),A+=d.substr(w,E-w)+jn(me?G:+G[0],+G[1],+G[2]||1e-5),w=ne+1;return A+d.substr(w,d.length-w)},na=function(d,w,A,E,G){var ne=w-d,me=E-A;return ii(G,function(Oe){return A+(Oe-d)/ne*me})},Er=function ue(d,w,A,E){var G=isNaN(d+w)?0:function(ut){return(1-ut)*d+ut*w};if(!G){var ne=Be(d),me={},Oe,We,et,ot,ht;if(A===!0&&(E=1)&&(A=null),ne)d={p:d},w={p:w};else if(ei(d)&&!ei(w)){for(et=[],ot=d.length,ht=ot-2,We=1;We<ot;We++)et.push(ue(d[We-1],d[We]));ot--,G=function(Ct){Ct*=ot;var xt=Math.min(ht,~~Ct);return et[xt](Ct-xt)},A=w}else E||(d=kn(ei(d)?[]:{},d));if(!et){for(Oe in w)Lr.call(me,d,Oe,"get",w[Oe]);G=function(Ct){return Di(Ct,me)||(ne?d.p:d)}}}return ii(A,G)},kr=function(d,w,A){var E=d.labels,G=re,ne,me,Oe;for(ne in E)me=E[ne]-w,me<0==!!A&&me&&G>(me=Math.abs(me))&&(Oe=ne,G=me);return Oe},Ki=function(d,w,A){var E=d.vars,G=E[w],ne,me;if(!!G)return ne=E[w+"Params"],me=E.callbackScope||d,A&&$t.length&&Pr(),ne?G.apply(me,ne):G.call(me)},g=function(d){return tn(d),d.progress()<1&&Ki(d,"onInterrupt"),d},H,se=function(d){d=!d.name&&d.default||d;var w=d.name,A=Ue(d),E=w&&!A&&d.init?function(){this._props=[]}:d,G={init:yt,render:Di,add:Lr,kill:un,modifier:Fi,rawVars:0},ne={targetTest:0,get:0,getSetter:Ze,aliases:{},register:0};if(ti(),d!==E){if(Yt[w])return;$i(E,$i(en(d,G),ne)),kn(E.prototype,kn(G,en(d,ne))),Yt[E.prop=w]=E,d.targetTest&&(fn.push(E),Ft[w]=1),w=(w==="css"?"CSS":w.charAt(0).toUpperCase()+w.substr(1))+"Plugin"}Pt(w,E),d.register&&d.register(nn,E,Qi)},he=255,Ie={aqua:[0,he,he],lime:[0,he,0],silver:[192,192,192],black:[0,0,0],maroon:[128,0,0],teal:[0,128,128],blue:[0,0,he],navy:[0,0,128],white:[he,he,he],olive:[128,128,0],yellow:[he,he,0],orange:[he,165,0],gray:[128,128,128],purple:[128,0,128],green:[0,128,0],red:[he,0,0],pink:[he,192,203],cyan:[0,he,he],transparent:[he,he,he,0]},qe=function(d,w,A){return d=d<0?d+1:d>1?d-1:d,(d*6<1?w+(A-w)*d*6:d<.5?A:d*3<2?w+(A-w)*(2/3-d)*6:w)*he+.5|0},Qe=function(d,w){var A=d?rt(d)?[d>>16,d>>8&he,d&he]:0:Ie.black,E,G,ne,me,Oe,We,et,ot,ht,ut;if(!A){if(d.substr(-1)===","&&(d=d.substr(0,d.length-1)),Ie[d])A=Ie[d];else if(d.charAt(0)==="#")d.length===4&&(E=d.charAt(1),G=d.charAt(2),ne=d.charAt(3),d="#"+E+E+G+G+ne+ne),d=parseInt(d.substr(1),16),A=[d>>16,d>>8&he,d&he];else if(d.substr(0,3)==="hsl"){if(A=ut=d.match(gt),!w)me=+A[0]%360/360,Oe=+A[1]/100,We=+A[2]/100,G=We<=.5?We*(Oe+1):We+Oe-We*Oe,E=We*2-G,A.length>3&&(A[3]*=1),A[0]=qe(me+1/3,E,G),A[1]=qe(me,E,G),A[2]=qe(me-1/3,E,G);else if(~d.indexOf("="))return d.match(xi)}else A=d.match(gt)||Ie.transparent;A=A.map(Number)}return w&&!ut&&(E=A[0]/he,G=A[1]/he,ne=A[2]/he,et=Math.max(E,G,ne),ot=Math.min(E,G,ne),We=(et+ot)/2,et===ot?me=Oe=0:(ht=et-ot,Oe=We>.5?ht/(2-et-ot):ht/(et+ot),me=et===E?(G-ne)/ht+(G<ne?6:0):et===G?(ne-E)/ht+2:(E-G)/ht+4,me*=60),A[0]=me+.5|0,A[1]=Oe*100+.5|0,A[2]=We*100+.5|0),A},nt=function(d,w){var A=(d+"").match(pt),E=0,G="",ne,me,Oe;if(!A)return d;for(ne=0;ne<A.length;ne++)me=A[ne],Oe=d.substr(E,d.indexOf(me,E)-E),E+=Oe.length+me.length,me=Qe(me,w),me.length===3&&me.push(1),G+=Oe+(w?"hsla("+me[0]+","+me[1]+"%,"+me[2]+"%,"+me[3]:"rgba("+me.join(","))+")";return G+d.substr(E)},pt=function(){var ue="(?:\\b(?:(?:rgb|rgba|hsl|hsla)\\(.+?\\))|\\B#(?:[0-9a-f]{3}){1,2}\\b",d;for(d in Ie)ue+="|"+d+"\\b";return new RegExp(ue+")","gi")}(),Tt=/hsl[a]?\(/,Ht=function(d){var w=d.join(" "),A;pt.lastIndex=0,pt.test(w)&&(A=Tt.test(w),d[0]=nt(d[0],A),d[1]=nt(d[1],A))},Et,At=function(){var ue=Date.now,d=500,w=33,A=ue(),E=A,G=1/60,ne=G,me=[],Oe,We,et,ot,ht=function ut(Ct){var xt=ue()-E,Mt=Ct===!0,Wt,Qt;xt>d&&(A+=xt-w),E+=xt,ot.time=(E-A)/1e3,Wt=ot.time-ne,(Wt>0||Mt)&&(ot.frame++,ne+=Wt+(Wt>=G?.004:G-Wt),Qt=1),Mt||(Oe=We(ut)),Qt&&me.forEach(function(ji){return ji(ot.time,xt,ot.frame,Ct)})};return ot={time:0,frame:0,tick:function(){ht(!0)},wake:function(){Nt&&(!Le&&mi()&&(Te=Le=window,tt=Te.document||{},dt.gsap=nn,(Te.gsapVersions||(Te.gsapVersions=[])).push(nn.version),ui(kt||Te.GreenSockGlobals||!Te.gsap&&Te||{}),et=Te.requestAnimationFrame),Oe&&ot.sleep(),We=et||function(Ct){return setTimeout(Ct,(ne-ot.time)*1e3+1|0)},Et=1,ht(2))},sleep:function(){(et?Te.cancelAnimationFrame:clearTimeout)(Oe),Et=0,We=yt},lagSmoothing:function(Ct,xt){d=Ct||1/M,w=Math.min(xt,d,0)},fps:function(Ct){G=1/(Ct||60),ne=ot.time+G},add:function(Ct){me.indexOf(Ct)<0&&me.push(Ct),ti()},remove:function(Ct){var xt;~(xt=me.indexOf(Ct))&&me.splice(xt,1)},_listeners:me},ot}(),ti=function(){return!Et&&At.wake()},_t={},on=/^[\d.\-M][\d.\-,\s]/,Ln=/["']/g,$n=function(d){for(var w={},A=d.substr(1,d.length-3).split(":"),E=A[0],G=1,ne=A.length,me,Oe,We;G<ne;G++)Oe=A[G],me=G!==ne-1?Oe.lastIndexOf(","):Oe.length,We=Oe.substr(0,me),w[E]=isNaN(We)?We.replace(Ln,"").trim():+We,E=Oe.substr(me+1).trim();return w},cn=function(d){var w=(d+"").split("("),A=_t[w[0]];return A&&w.length>1&&A.config?A.config.apply(null,~d.indexOf("{")?[$n(w[1])]:f.exec(d)[1].split(",").map(Pn)):_t._CE&&on.test(d)?_t._CE("",d):A},Fn=function(d){return function(w){return 1-d(1-w)}},or=function(d,w){return d&&(Ue(d)?d:_t[d]||cn(d))||w},br=function(d,w,A,E){A===void 0&&(A=function(Oe){return 1-w(1-Oe)}),E===void 0&&(E=function(Oe){return Oe<.5?w(Oe*2)/2:1-w((1-Oe)*2)/2});var G={easeIn:w,easeOut:A,easeInOut:E},ne;return hr(d,function(me){_t[me]=dt[me]=G,_t[ne=me.toLowerCase()]=A;for(var Oe in G)_t[ne+(Oe==="easeIn"?".in":Oe==="easeOut"?".out":".inOut")]=_t[me+"."+Oe]=G[Oe]}),G},ba=function(d){return function(w){return w<.5?(1-d(1-w*2))/2:.5+d((w-.5)*2)/2}},ra=function ue(d,w,A){var E=w>=1?w:1,G=(A||(d?.3:.45))/(w<1?w:1),ne=G/v*(Math.asin(1/E)||0),me=function(et){return et===1?1:E*Math.pow(2,-10*et)*Ne((et-ne)*G)+1},Oe=d==="out"?me:d==="in"?function(We){return 1-me(1-We)}:ba(me);return G=v/G,Oe.config=function(We,et){return ue(d,We,et)},Oe},Mn=function ue(d,w){w===void 0&&(w=1.70158);var A=function(ne){return--ne*ne*((w+1)*ne+w)+1},E=d==="out"?A:d==="in"?function(G){return 1-A(1-G)}:ba(A);return E.config=function(G){return ue(d,G)},E};hr("Linear,Quad,Cubic,Quart,Quint,Strong",function(ue,d){var w=d<5?d+1:d;br(ue+",Power"+(w-1),d?function(A){return Math.pow(A,w)}:function(A){return A},function(A){return 1-Math.pow(1-A,w)},function(A){return A<.5?Math.pow(A*2,w)/2:1-Math.pow((1-A)*2,w)/2})}),_t.Linear.easeNone=_t.none=_t.Linear.easeIn,br("Elastic",ra("in"),ra("out"),ra()),function(ue,d){var w=1/d,A=2*w,E=2.5*w,G=function(me){return me<w?ue*me*me:me<A?ue*Math.pow(me-1.5/d,2)+.75:me<E?ue*(me-=2.25/d)*me+.9375:ue*Math.pow(me-2.625/d,2)+.984375};br("Bounce",function(ne){return 1-G(1-ne)},G)}(7.5625,2.75),br("Expo",function(ue){return ue?Math.pow(2,10*(ue-1)):0}),br("Circ",function(ue){return-(Y(1-ue*ue)-1)}),br("Sine",function(ue){return-Ee(ue*W)+1}),br("Back",Mn("in"),Mn("out"),Mn()),_t.SteppedEase=_t.steps=dt.SteppedEase={config:function(d,w){d===void 0&&(d=1);var A=1/d,E=d+(w?0:1),G=w?1:0,ne=1-M;return function(me){return((E*Nn(0,ne,me)|0)+G)*A}}},Re.ease=_t["quad.out"];var ya=function(d,w){this.id=S++,d._gsap=this,this.target=d,this.harness=w,this.get=w?w.get:bn,this.set=w?w.getSetter:Ze},yr=function(){function ue(w,A){var E=w.parent||Se;this.vars=w,this._dur=this._tDur=+w.duration||0,this._delay=+w.delay||0,(this._repeat=w.repeat||0)&&(this._rDelay=w.repeatDelay||0,this._yoyo=!!w.yoyo||!!w.yoyoEase,Yn(this)),this._ts=1,this.data=w.data,Et||At.wake(),E&&wn(E,this,A||A===0?A:E._time),w.reversed&&this.reversed(!0),w.paused&&this.paused(!0)}var d=ue.prototype;return d.delay=function(A){return A||A===0?(this._delay=A,this):this._delay},d.duration=function(A){var E=arguments.length,G=this._repeat,ne=G>0?G*((E?A:this._dur)+this._rDelay):0;return E?this.totalDuration(G<0?A:A+ne):this.totalDuration()&&this._dur},d.totalDuration=function(A){if(!arguments.length)return this._tDur;var E=this._repeat,G=(A||this._rDelay)&&E<0;return this._tDur=G?1e20:A,this._dur=G?A:(A-E*this._rDelay)/(E+1),this._dirty=0,Oi(this.parent),this},d.totalTime=function(A,E){if(ti(),!arguments.length)return this._tTime;var G=this.parent||this._dp,ne;if(G&&G.smoothChildTiming&&this._ts){for(ne=this._start,this._start=G._time-(this._ts>0?A/this._ts:((this._dirty?this.totalDuration():this._tDur)-A)/-this._ts),this._end+=this._start-ne,G._dirty||Oi(G);G.parent;)G.parent._time!==G._start+(G._ts>0?G._tTime/G._ts:(G.totalDuration()-G._tTime)/-G._ts)&&G.totalTime(G._tTime,!0),G=G.parent;this.parent||wn(this._dp,this,this._start-this._delay)}return(this._tTime!==A||!this._dur)&&(this._ts||(this._pTime=A),Vr(this,A,E)),this},d.time=function(A,E){return arguments.length?this.totalTime((A+rr(this))%this.duration()||(A?this._dur:0),E):this._time},d.totalProgress=function(A,E){return arguments.length?this.totalTime(this.totalDuration()*A,E):this._tTime/this.totalDuration()},d.progress=function(A,E){return arguments.length?this.totalTime(this.duration()*(this._yoyo&&!(this.iteration()&1)?1-A:A)+rr(this),E):this.duration()?this._time/this._dur:this.ratio},d.iteration=function(A,E){var G=this.duration()+this._rDelay;return arguments.length?this.totalTime(this._time+(A-1)*G,E):this._repeat?yn(this._tTime,G)+1:1},d.timeScale=function(A){return arguments.length?this._pauseTS!==null?(this._pauseTS=A,this):(this._ts=A,qr(this).totalTime(this._tTime,!0)):this._ts||this._pauseTS||0},d.paused=function(A){var E=!this._ts;return arguments.length?(E!==A&&(A?(this._pauseTS=this._ts,this._pTime=this._tTime||Math.max(-this._delay,this.rawTime()),this._ts=this._act=0):(this._ts=this._pauseTS||1,this._pauseTS=null,A=this._tTime||this._pTime,this.progress()===1&&(this._tTime-=M),this.totalTime(A,!0))),this):E},d.startTime=function(A){return arguments.length?(this.parent&&this.parent._sort&&wn(this.parent,this,A-this._delay),this):this._start},d.endTime=function(A){return this._start+(jt(A)?this.totalDuration():this.duration())/Math.abs(this._ts)},d.rawTime=function(A){var E=this.parent||this._dp;return E?A&&(!this._ts||this._repeat&&this._time&&this.totalProgress()<1)?this._tTime%(this._dur+this._rDelay):this._ts?ar(E.rawTime(A),this):this._tTime:this._tTime},d.repeat=function(A){return arguments.length?(this._repeat=A,Yn(this)):this._repeat},d.repeatDelay=function(A){return arguments.length?(this._rDelay=A,Yn(this)):this._rDelay},d.yoyo=function(A){return arguments.length?(this._yoyo=A,this):this._yoyo},d.seek=function(A,E){return this.totalTime(an(this,A),jt(E))},d.restart=function(A,E){return this.play().totalTime(A?-this._delay:0,jt(E))},d.play=function(A,E){return A!=null&&this.seek(A,E),this.reversed(!1).paused(!1)},d.reverse=function(A,E){return A!=null&&this.seek(A||this.totalDuration(),E),this.reversed(!0).paused(!1)},d.pause=function(A,E){return A!=null&&this.seek(A,E),this.paused(!0)},d.resume=function(){return this.paused(!1)},d.reversed=function(A){var E=this._ts||this._pauseTS||0;return arguments.length?(A!==this.reversed()&&(this[this._pauseTS===null?"_ts":"_pauseTS"]=Math.abs(E)*(A?-1:1),this.totalTime(this._tTime,!0)),this):E<0},d.invalidate=function(){return this._initted=0,this},d.isActive=function(A){var E=this.parent||this._dp,G=this._start,ne;return!E||this._ts&&(this._initted||!A)&&E.isActive(A)&&(ne=E.rawTime(!0))>=G&&ne<this.endTime(!0)-M},d.eventCallback=function(A,E,G){var ne=this.vars;return arguments.length>1?(E?(ne[A]=E,G&&(ne[A+"Params"]=G),A==="onUpdate"&&(this._onUpdate=E)):delete ne[A],this):ne[A]},d.then=function(A){var E=this;return new Promise(function(G){var ne=A||xr,me=function(){var We=E.then;E.then=null,ne=ne(E),ne&&(ne.then||ne===E)&&(E._prom=ne,E.then=We),G(ne),E.then=We};E._initted&&E.totalProgress()===1&&E._ts>=0||!E._tTime&&E._ts<0?me():E._prom=me})},d.kill=function(){g(this)},ue}();$i(yr.prototype,{_time:0,_start:0,_end:0,_tTime:0,_tDur:0,_dirty:0,_repeat:0,_yoyo:!1,parent:0,_initted:!1,_rDelay:0,_ts:1,_dp:0,ratio:0,_zTime:-M,_prom:0,_pauseTS:null});var On=function(ue){X(d,ue);function d(A,E){var G;return A===void 0&&(A={}),G=ue.call(this,A,E)||this,G.labels={},G.smoothChildTiming=jt(A.smoothChildTiming),G.autoRemoveChildren=!!A.autoRemoveChildren,G._sort=jt(A.sortChildren),G}var w=d.prototype;return w.to=function(E,G,ne){return new _e(E,Dr(arguments,0,this),an(this,rt(G)?arguments[3]:ne)),this},w.from=function(E,G,ne){return new _e(E,Dr(arguments,1,this),an(this,rt(G)?arguments[3]:ne)),this},w.fromTo=function(E,G,ne,me){return new _e(E,Dr(arguments,2,this),an(this,rt(G)?arguments[4]:me)),this},w.set=function(E,G,ne){return G.duration=0,G.parent=this,G.repeatDelay||(G.repeat=0),G.immediateRender=!!G.immediateRender,new _e(E,G,an(this,ne)),this},w.call=function(E,G,ne){return wn(this,_e.delayedCall(0,E,G),an(this,ne))},w.staggerTo=function(E,G,ne,me,Oe,We,et){return ne.duration=G,ne.stagger=ne.stagger||me,ne.onComplete=We,ne.onCompleteParams=et,ne.parent=this,new _e(E,ne,an(this,Oe)),this},w.staggerFrom=function(E,G,ne,me,Oe,We,et){return ne.runBackwards=1,ne.immediateRender=jt(ne.immediateRender),this.staggerTo(E,G,ne,me,Oe,We,et)},w.staggerFromTo=function(E,G,ne,me,Oe,We,et,ot){return me.startAt=ne,me.immediateRender=jt(me.immediateRender),this.staggerTo(E,G,me,Oe,We,et,ot)},w.render=function(E,G,ne){var me=this._time,Oe=this._dirty?this.totalDuration():this._tDur,We=this._dur,et=E>Oe-M&&E>=0&&this!==Se?Oe:E<M?0:E,ot=this._zTime<0!=E<0&&(this._initted||!We),ht,ut,Ct,xt,Mt,Wt,Qt,ji,Pi,Ci,fi,Si;if(et!==this._tTime||ne||ot){if(ot&&(We||(me=this._zTime),(E||!G)&&(this._zTime=E)),ht=et,Pi=this._start,ji=this._ts,Wt=ji===0,me!==this._time&&We&&(ht+=this._time-me),this._repeat&&(fi=this._yoyo,Mt=We+this._rDelay,ht=sn(et%Mt),(ht>We||Oe===et)&&(ht=We),xt=~~(et/Mt),xt&&xt===et/Mt&&(ht=We,xt--),Ci=yn(this._tTime,Mt),fi&&xt&1&&(ht=We-ht,Si=1),xt!==Ci&&!this._lock)){var ci=fi&&Ci&1,Hi=ci===(fi&&xt&1);if(xt<Ci&&(ci=!ci),me=ci?0:We,this._lock=1,this.render(me,G,!We)._lock=0,!G&&this.parent&&Ki(this,"onRepeat"),me!==this._time||Wt!==!this._ts)return this;if(Hi&&(this._lock=2,me=ci?We+1e-4:-1e-4,this.render(me,!0)),this._lock=0,!this._ts&&!Wt)return this}if(this._hasPause&&!this._forcing&&this._lock<2&&(Qt=Qn(this,sn(me),sn(ht)),Qt&&(et-=ht-(ht=Qt._start))),this._tTime=et,this._time=ht,this._act=!ji,this._initted||(this._onUpdate=this.vars.onUpdate,this._initted=1),!me&&ht&&!G&&Ki(this,"onStart"),ht>=me&&E>=0)for(ut=this._first;ut;){if(Ct=ut._next,(ut._act||ht>=ut._start)&&ut._ts&&Qt!==ut){if(ut.parent!==this)return this.render(E,G,ne);if(ut.render(ut._ts>0?(ht-ut._start)*ut._ts:(ut._dirty?ut.totalDuration():ut._tDur)+(ht-ut._start)*ut._ts,G,ne),ht!==this._time||!this._ts&&!Wt){Qt=0;break}}ut=Ct}else{ut=this._last;for(var zi=E<0?E:ht;ut;){if(Ct=ut._prev,(ut._act||zi<=ut._end)&&ut._ts&&Qt!==ut){if(ut.parent!==this)return this.render(E,G,ne);if(ut.render(ut._ts>0?(zi-ut._start)*ut._ts:(ut._dirty?ut.totalDuration():ut._tDur)+(zi-ut._start)*ut._ts,G,ne),ht!==this._time||!this._ts&&!Wt){Qt=0;break}}ut=Ct}}if(Qt&&!G&&(this.pause(),Qt.render(ht>=me?0:-M)._zTime=ht>=me?1:-1,this._ts))return this._start=Pi,this.render(E,G,ne);this._onUpdate&&!G&&Ki(this,"onUpdate",!0),(et===Oe||!et&&this._ts<0)&&(Pi===this._start||Math.abs(ji)!==Math.abs(this._ts))&&(!ht||Oe>=this.totalDuration())&&((E||!We)&&tn(this,1),!G&&!(E<0&&!me)&&(Ki(this,et===Oe?"onComplete":"onReverseComplete",!0),this._prom&&this._prom()))}return this},w.add=function(E,G){var ne=this;if(rt(G)||(G=an(this,G)),!(E instanceof yr)){if(ei(E))return E.forEach(function(me){return ne.add(me,G)}),Oi(this);if(Be(E))return this.addLabel(E,G);if(Ue(E))E=_e.delayedCall(0,E);else return this}return this!==E?wn(this,E,G):this},w.getChildren=function(E,G,ne,me){E===void 0&&(E=!0),G===void 0&&(G=!0),ne===void 0&&(ne=!0),me===void 0&&(me=-re);for(var Oe=[],We=this._first;We;)We._start>=me&&(We instanceof _e?G&&Oe.push(We):(ne&&Oe.push(We),E&&Oe.push.apply(Oe,We.getChildren(!0,G,ne)))),We=We._next;return Oe},w.getById=function(E){for(var G=this.getChildren(1,1,1),ne=G.length;ne--;)if(G[ne].vars.id===E)return G[ne]},w.remove=function(E){return Be(E)?this.removeLabel(E):Ue(E)?this.killTweensOf(E):(Sr(this,E),E===this._recent&&(this._recent=this._last),Oi(this))},w.totalTime=function(E,G){return arguments.length?(this._forcing=1,!this.parent&&!this._dp&&this._ts&&(this._start=At.time-(this._ts>0?E/this._ts:(this.totalDuration()-E)/-this._ts)),ue.prototype.totalTime.call(this,E,G),this._forcing=0,this):this._tTime},w.addLabel=function(E,G){return this.labels[E]=an(this,G),this},w.removeLabel=function(E){return delete this.labels[E],this},w.addPause=function(E,G,ne){var me=_e.delayedCall(0,G||yt,ne);return me.data="isPause",this._hasPause=1,wn(this,me,an(this,E))},w.removePause=function(E){var G=this._first;for(E=an(this,E);G;)G._start===E&&G.data==="isPause"&&tn(G),G=G._next},w.killTweensOf=function(E,G,ne){for(var me=this.getTweensOf(E,ne),Oe=me.length;Oe--;)m!==me[Oe]&&me[Oe].kill(E,G);return this},w.getTweensOf=function(E,G){for(var ne=[],me=pn(E),Oe=this._first,We;Oe;)Oe instanceof _e?Wr(Oe._targets,me)&&(!G||Oe.isActive(G==="started"))&&ne.push(Oe):(We=Oe.getTweensOf(me,G)).length&&ne.push.apply(ne,We),Oe=Oe._next;return ne},w.tweenTo=function(E,G){var ne=this,me=an(ne,E),Oe=G&&G.startAt,We=_e.to(ne,$i({ease:"none",lazy:!1,time:me,duration:Math.abs(me-(Oe&&"time"in Oe?Oe.time:ne._time))/ne.timeScale()||M,onStart:function(){ne.pause();var ot=Math.abs(me-ne._time)/ne.timeScale();We._dur!==ot&&(We._dur=ot,We.render(We._time,!0,!0)),G&&G.onStart&&G.onStart.apply(We,G.onStartParams||[])}},G));return We},w.tweenFromTo=function(E,G,ne){return this.tweenTo(G,$i({startAt:{time:an(this,E)}},ne))},w.recent=function(){return this._recent},w.nextLabel=function(E){return E===void 0&&(E=this._time),kr(this,an(this,E))},w.previousLabel=function(E){return E===void 0&&(E=this._time),kr(this,an(this,E),1)},w.currentLabel=function(E){return arguments.length?this.seek(E,!0):this.previousLabel(this._time+M)},w.shiftChildren=function(E,G,ne){ne===void 0&&(ne=0);for(var me=this._first,Oe=this.labels,We;me;)me._start>=ne&&(me._start+=E),me=me._next;if(G)for(We in Oe)Oe[We]>=ne&&(Oe[We]+=E);return Oi(this)},w.invalidate=function(){var E=this._first;for(this._lock=0;E;)E.invalidate(),E=E._next;return ue.prototype.invalidate.call(this)},w.clear=function(E){E===void 0&&(E=!0);for(var G=this._first,ne;G;)ne=G._next,this.remove(G),G=ne;return this._time=this._tTime=0,E&&(this.labels={}),Oi(this)},w.totalDuration=function(E){var G=0,ne=this,me=ne._last,Oe=re,We=ne._repeat,et=We*ne._rDelay||0,ot=We<0,ht,ut;if(!arguments.length){if(ne._dirty){for(;me;)ht=me._prev,me._dirty&&me.totalDuration(),me._start>Oe&&ne._sort&&me._ts&&!ne._lock?(ne._lock=1,wn(ne,me,me._start-me._delay),ne._lock=0):Oe=me._start,me._start<0&&me._ts&&(G-=me._start,(!ne.parent&&!ne._dp||ne.parent&&ne.parent.smoothChildTiming)&&(ne._start+=me._start/ne._ts,ne._time-=me._start,ne._tTime-=me._start),ne.shiftChildren(-me._start,!1,-re),Oe=0),ut=me._end=me._start+me._tDur/Math.abs(me._ts||me._pauseTS||M),ut>G&&me._ts&&(G=sn(ut)),me=ht;ne._dur=ne===Se&&ne._time>G?ne._time:Math.min(re,G),ne._tDur=ot&&(ne._dur||et)?1e20:Math.min(re,G*(We+1)+et),ne._end=ne._start+(ne._tDur/Math.abs(ne._ts||ne._pauseTS||M)||0),ne._dirty=0}return ne._tDur}return ot?ne:ne.timeScale(ne.totalDuration()/E)},d.updateRoot=function(E){if(Se._ts&&Vr(Se,ar(E,Se)),At.frame>=Wn){Wn+=de.autoSleep||120;var G=Se._first;if((!G||!G._ts)&&de.autoSleep&&At._listeners.length<2){for(;G&&!G._ts;)G=G._next;G||At.sleep()}}},d}(yr);$i(On.prototype,{_lock:0,_hasPause:0,_forcing:0});var $a=function(d,w,A,E,G,ne,me){var Oe=new Qi(this._pt,d,w,0,1,Lt,null,G),We=0,et=0,ot,ht,ut,Ct,xt,Mt,Wt,Qt;for(Oe.b=A,Oe.e=E,A+="",E+="",(Wt=~E.indexOf("random("))&&(E=Gn(E)),ne&&(Qt=[A,E],ne(Qt,d,w),A=Qt[0],E=Qt[1]),ht=A.match(gn)||[];ot=gn.exec(E);)Ct=ot[0],xt=E.substring(We,ot.index),ut?ut=(ut+1)%5:xt.substr(-5)==="rgba("&&(ut=1),Ct!==ht[et++]&&(Mt=parseFloat(ht[et-1])||0,Oe._pt={_next:Oe._pt,p:xt||et===1?xt:",",s:Mt,c:Ct.charAt(1)==="="?parseFloat(Ct.substr(2))*(Ct.charAt(0)==="-"?-1:1):parseFloat(Ct)-Mt,m:ut&&ut<4?Math.round:0},We=gn.lastIndex);return Oe.c=We<E.length?E.substring(We,E.length):"",Oe.fp=me,(_.test(E)||Wt)&&(Oe.e=0),this._pt=Oe,Oe},Lr=function(d,w,A,E,G,ne,me,Oe,We){Ue(E)&&(E=E(G||0,d,ne));var et=d[w],ot=A!=="get"?A:Ue(et)?We?d[w.indexOf("set")||!Ue(d["get"+w.substr(3)])?w:"get"+w.substr(3)](We):d[w]():et,ht=Ue(et)?We?st:Xe:Me,ut;if(Be(E)&&(~E.indexOf("random(")&&(E=Gn(E)),E.charAt(1)==="="&&(E=parseFloat(ot)+parseFloat(E.substr(2))*(E.charAt(0)==="-"?-1:1)+(ln(ot)||0))),ot!==E)return isNaN(ot+E)?(!et&&!(w in d)&&Vi(w,E),$a.call(this,d,w,ot,E,ht,Oe||de.stringFilter,We)):(ut=new Qi(this._pt,d,w,+ot||0,E-(ot||0),typeof et=="boolean"?Kt:It,0,ht),We&&(ut.fp=We),me&&ut.modifier(me,this,d),this._pt=ut)},r=function(d,w,A,E,G){if(Ue(d)&&(d=U(d,G,w,A,E)),!St(d)||d.style&&d.nodeType||ei(d))return Be(d)?U(d,G,w,A,E):d;var ne={},me;for(me in d)ne[me]=U(d[me],G,w,A,E);return ne},c=function(d,w,A,E,G,ne){var me,Oe,We,et;if(Yt[d]&&(me=new Yt[d]).init(G,me.rawVars?w[d]:r(w[d],E,G,ne,A),A,E,ne)!==!1&&(A._pt=Oe=new Qi(A._pt,G,d,0,1,me.render,me,0,me.priority),A!==H))for(We=A._ptLookup[A._targets.indexOf(G)],et=me._props.length;et--;)We[me._props[et]]=Oe;return me},m,j=function ue(d,w){var A=d.vars,E=A.ease,G=A.startAt,ne=A.immediateRender,me=A.lazy,Oe=A.onUpdate,We=A.onUpdateParams,et=A.callbackScope,ot=A.runBackwards,ht=A.yoyoEase,ut=A.keyframes,Ct=A.autoRevert,xt=d._dur,Mt=d._startAt,Wt=d._targets,Qt=d.parent,ji=Qt&&Qt.data==="nested"?Qt.parent._targets:Wt,Pi=d._overwrite==="auto",Ci=d.timeline,fi,Si,ci,Hi,zi,er,oe,ke,De,Je,Fe,it;if(Ci&&(!ut||!E)&&(E="none"),d._ease=or(E,Re.ease),d._yEase=ht?Fn(or(ht===!0?E:ht,Re.ease)):0,ht&&d._yoyo&&!d._repeat&&(ht=d._yEase,d._yEase=d._ease,d._ease=ht),!Ci){if(Mt&&Mt.render(-1,!0).kill(),G){if(tn(d._startAt=_e.set(Wt,$i({data:"isStart",overwrite:!1,parent:Qt,immediateRender:!0,lazy:jt(me),startAt:null,delay:0,onUpdate:Oe,onUpdateParams:We,callbackScope:et,stagger:0},G))),ne){if(w>0)!Ct&&(d._startAt=0);else if(xt)return}}else if(ot&&xt){if(Mt)!Ct&&(d._startAt=0);else if(w&&(ne=!1),tn(d._startAt=_e.set(Wt,kn(en(A,Ft),{overwrite:!1,data:"isFromStart",lazy:ne&&jt(me),immediateRender:ne,stagger:0,parent:Qt}))),!ne)ue(d._startAt,M);else if(!w)return}for(fi=en(A,Ft),d._pt=0,ke=Wt[0]?dn(Wt[0]).harness:0,it=ke&&A[ke.prop],me=xt&&jt(me)||me&&!xt,Si=0;Si<Wt.length;Si++){if(zi=Wt[Si],oe=zi._gsap||En(Wt)[Si]._gsap,d._ptLookup[Si]=Je={},Bt[oe.id]&&Pr(),Fe=ji===Wt?Si:ji.indexOf(zi),ke&&(De=new ke).init(zi,it||fi,d,Fe,ji)!==!1&&(d._pt=Hi=new Qi(d._pt,zi,De.name,0,1,De.render,De,0,De.priority),De._props.forEach(function(lt){Je[lt]=Hi}),De.priority&&(er=1)),!ke||it)for(ci in fi)Yt[ci]&&(De=c(ci,fi,d,Fe,zi,ji))?De.priority&&(er=1):Je[ci]=Hi=Lr.call(d,zi,ci,"get",fi[ci],Fe,ji,0,A.stringFilter);d._op&&d._op[Si]&&d.kill(zi,d._op[Si]),Pi&&d._pt&&(m=d,Se.killTweensOf(zi,Je,"started"),m=0),d._pt&&me&&(Bt[oe.id]=1)}er&&Xt(d),d._onInit&&d._onInit(d)}d._from=!Ci&&!!A.runBackwards,d._onUpdate=Oe,d._initted=1},z=function(d,w){var A=d[0]?dn(d[0]).harness:0,E=A&&A.aliases,G,ne,me,Oe;if(!E)return w;G=kn({},w);for(ne in E)if(ne in G)for(Oe=E[ne].split(","),me=Oe.length;me--;)G[Oe[me]]=G[ne];return G},U=function(d,w,A,E,G){return Ue(d)?d.call(w,A,E,G):Be(d)&&~d.indexOf("random(")?Gn(d):d},ie=Vn+",repeat,repeatDelay,yoyo,repeatRefresh,yoyoEase",$e=(ie+",id,stagger,delay,duration,paused").split(","),_e=function(ue){X(d,ue);function d(A,E,G){var ne;typeof E=="number"&&(G.duration=E,E=G,G=null),ne=ue.call(this,Cr(E),G)||this;var me=ne.vars,Oe=me.duration,We=me.delay,et=me.immediateRender,ot=me.stagger,ht=me.overwrite,ut=me.keyframes,Ct=me.defaults,xt=ei(A)&&rt(A[0])?[A]:pn(A),Mt,Wt,Qt,ji,Pi,Ci,fi,Si;if(ne._targets=xt.length?En(xt):Zi("GSAP target "+A+" not found. https://greensock.com",!de.nullTargetWarn)||[],ne._ptLookup=[],ne._overwrite=ht,ut||ot||oi(Oe)||oi(We)){if(E=ne.vars,Mt=ne.timeline=new On({data:"nested",defaults:Ct||{}}),Mt.kill(),Mt.parent=T(ne),ut)$i(Mt.vars.defaults,{ease:"none"}),ut.forEach(function(ci){return Mt.to(xt,ci,">")});else{if(ji=xt.length,fi=ot?si(ot):yt,St(ot))for(Pi in ot)~ie.indexOf(Pi)&&(Si||(Si={}),Si[Pi]=ot[Pi]);for(Wt=0;Wt<ji;Wt++){Qt={};for(Pi in E)$e.indexOf(Pi)<0&&(Qt[Pi]=E[Pi]);Qt.stagger=0,Si&&kn(Qt,Si),E.yoyoEase&&!E.repeat&&(Qt.yoyoEase=E.yoyoEase),Ci=xt[Wt],Qt.duration=+U(Oe,T(ne),Wt,Ci,xt),Qt.delay=(+U(We,T(ne),Wt,Ci,xt)||0)-ne._delay,!ot&&ji===1&&Qt.delay&&(ne._delay=We=Qt.delay,ne._start+=We,Qt.delay=0),Mt.to(Ci,Qt,fi(Wt,Ci,xt))}Oe=We=0}Oe||ne.duration(Oe=Mt.duration())}else ne.timeline=0;return ht===!0&&(m=T(ne),Se.killTweensOf(xt),m=0),(et||!Oe&&!ut&&ne._start===ne.parent._time&&jt(et)&&Rr(T(ne))&&ne.parent.data!=="nested")&&(ne._tTime=-M,ne.render(Math.max(0,-We))),ne}var w=d.prototype;return w.render=function(E,G,ne){var me=this._time,Oe=this._tDur,We=this._dur,et=E>Oe-M&&E>=0?Oe:E<M?0:E,ot,ht,ut,Ct,xt,Mt,Wt,Qt,ji;if(!We)In(this,E,G,ne);else if(et!==this._tTime||!E||ne||this._startAt&&this._zTime<0!=E<0){if(ot=et,Qt=this.timeline,this._repeat){if(Ct=We+this._rDelay,ot=sn(et%Ct),ot>We&&(ot=We),ut=~~(et/Ct),ut&&ut===et/Ct&&(ot=We,ut--),Mt=this._yoyo&&ut&1,Mt&&(ji=this._yEase,ot=We-ot),xt=yn(this._tTime,Ct),ot===me&&!ne&&this._initted)return this;ut!==xt&&this.vars.repeatRefresh&&!this._lock&&(this._lock=ne=1,this.render(Ct*ut,!0).invalidate()._lock=0)}if(!this._initted&&Tr(this,ot,ne,G))return this;for(this._tTime=et,this._time=ot,!this._act&&this._ts&&(this._act=1,this._lazy=0),this.ratio=Wt=(ji||this._ease)(ot/We),this._from&&(this.ratio=Wt=1-Wt),!me&&ot&&!G&&Ki(this,"onStart"),ht=this._pt;ht;)ht.r(Wt,ht.d),ht=ht._next;Qt&&Qt.render(E<0?E:!ot&&Mt?-M:Qt._dur*Wt,G,ne)||this._startAt&&(this._zTime=E),this._onUpdate&&!G&&(E<0&&this._startAt&&this._startAt.render(E,!0,ne),Ki(this,"onUpdate")),this._repeat&&ut!==xt&&this.vars.onRepeat&&!G&&this.parent&&Ki(this,"onRepeat"),(et===Oe||!et)&&this._tTime===et&&(E<0&&this._startAt&&!this._onUpdate&&this._startAt.render(E,!0,ne),(E||!We)&&(et||this._ts<0)&&tn(this,1),!G&&!(E<0&&!me)&&(Ki(this,et===Oe?"onComplete":"onReverseComplete",!0),this._prom&&this._prom()))}return this},w.targets=function(){return this._targets},w.invalidate=function(){return this._pt=this._op=this._startAt=this._onUpdate=this._act=this._lazy=0,this._ptLookup=[],this.timeline&&this.timeline.invalidate(),ue.prototype.invalidate.call(this)},w.kill=function(E,G){if(G===void 0&&(G="all"),!E&&(!G||G==="all")&&(this._lazy=0,this.parent))return g(this);if(this.timeline)return this.timeline.killTweensOf(E,G,m&&m.vars.overwrite!==!0),this;var ne=this._targets,me=E?pn(E):ne,Oe=this._ptLookup,We=this._pt,et,ot,ht,ut,Ct,xt,Mt;if((!G||G==="all")&&Rn(ne,me))return g(this);for(et=this._op=this._op||[],G!=="all"&&(Be(G)&&(Ct={},hr(G,function(Wt){return Ct[Wt]=1}),G=Ct),G=z(ne,G)),Mt=ne.length;Mt--;)if(~me.indexOf(ne[Mt])){ot=Oe[Mt],G==="all"?(et[Mt]=G,ut=ot,ht={}):(ht=et[Mt]=et[Mt]||{},ut=G);for(Ct in ut)xt=ot&&ot[Ct],xt&&((!("kill"in xt.d)||xt.d.kill(Ct)===!0)&&Sr(this,xt,"_pt"),delete ot[Ct]),ht!=="all"&&(ht[Ct]=1)}return this._initted&&!this._pt&&We&&g(this),this},d.to=function(E,G){return new d(E,G,arguments[2])},d.from=function(E,G){return new d(E,Dr(arguments,1))},d.delayedCall=function(E,G,ne,me){return new d(G,0,{immediateRender:!1,lazy:!1,overwrite:!1,delay:E,onComplete:G,onReverseComplete:G,onCompleteParams:ne,onReverseCompleteParams:ne,callbackScope:me})},d.fromTo=function(E,G,ne){return new d(E,Dr(arguments,2))},d.set=function(E,G){return G.duration=0,G.repeatDelay||(G.repeat=0),new d(E,G)},d.killTweensOf=function(E,G,ne){return Se.killTweensOf(E,G,ne)},d}(yr);$i(_e.prototype,{_targets:[],_lazy:0,_startAt:0,_op:0,_onInit:0}),hr("staggerTo,staggerFrom,staggerFromTo",function(ue){_e[ue]=function(){var d=new On,w=pn(arguments);return w.splice(ue==="staggerFromTo"?5:4,0,0),d[ue].apply(d,w)}});var Me=function(d,w,A){return d[w]=A},Xe=function(d,w,A){return d[w](A)},st=function(d,w,A,E){return d[w](E.fp,A)},Ge=function(d,w,A){return d.setAttribute(w,A)},Ze=function(d,w){return Ue(d[w])?Xe:bt(d[w])&&d.setAttribute?Ge:Me},It=function(d,w){return w.set(w.t,w.p,Math.round((w.s+w.c*d)*1e4)/1e4,w)},Kt=function(d,w){return w.set(w.t,w.p,!!(w.s+w.c*d),w)},Lt=function(d,w){var A=w._pt,E="";if(!d&&w.b)E=w.b;else if(d===1&&w.e)E=w.e;else{for(;A;)E=A.p+(A.m?A.m(A.s+A.c*d):Math.round((A.s+A.c*d)*1e4)/1e4)+E,A=A._next;E+=w.c}w.set(w.t,w.p,E,w)},Di=function(d,w){for(var A=w._pt;A;)A.r(d,A.d),A=A._next},Fi=function(d,w,A,E){for(var G=this._pt,ne;G;)ne=G._next,G.p===E&&G.modifier(d,w,A),G=ne},un=function(d){for(var w=this._pt,A,E;w;)E=w._next,w.p===d&&!w.op||w.op===d?Sr(this,w,"_pt"):w.dep||(A=1),w=E;return!A},wi=function(d,w,A,E){E.mSet(d,w,E.m.call(E.tween,A,E.mt),E)},Xt=function(d){for(var w=d._pt,A,E,G,ne;w;){for(A=w._next,E=G;E&&E.pr>w.pr;)E=E._next;(w._prev=E?E._prev:ne)?w._prev._next=w:G=w,(w._next=E)?E._prev=w:ne=w,w=A}d._pt=G},Qi=function(){function ue(w,A,E,G,ne,me,Oe,We,et){this.t=A,this.s=G,this.c=ne,this.p=E,this.r=me||It,this.d=Oe||this,this.set=We||Me,this.pr=et||0,this._next=w,w&&(w._prev=this)}var d=ue.prototype;return d.modifier=function(A,E,G){this.mSet=this.mSet||this.set,this.set=wi,this.m=A,this.mt=G,this.tween=E},ue}();hr(Vn+",parent,duration,ease,delay,overwrite,runBackwards,startAt,yoyo,immediateRender,repeat,repeatDelay,data,paused,reversed,lazy,callbackScope,stringFilter,id,yoyoEase,stagger,inherit,repeatRefresh,keyframes,autoRevert",function(ue){Ft[ue]=1,ue.substr(0,2)==="on"&&(Ft[ue+"Params"]=1)}),dt.TweenMax=dt.TweenLite=_e,dt.TimelineLite=dt.TimelineMax=On,Se=new On({sortChildren:!1,defaults:Re,autoRemoveChildren:!0,id:"root"}),de.stringFilter=Ht;var ri={registerPlugin:function(){for(var d=arguments.length,w=new Array(d),A=0;A<d;A++)w[A]=arguments[A];w.forEach(function(E){return se(E)})},timeline:function(d){return new On(d)},getTweensOf:function(d,w){return Se.getTweensOf(d,w)},getProperty:function(d,w,A,E){Be(d)&&(d=pn(d)[0]);var G=dn(d||{}).get,ne=A?xr:Pn;return A==="native"&&(A=""),d&&(w?ne((Yt[w]&&Yt[w].get||G)(d,w,A,E)):function(me,Oe,We){return ne((Yt[me]&&Yt[me].get||G)(d,me,Oe,We))})},quickSetter:function(d,w,A){if(d=pn(d),d.length>1){var E=d.map(function(We){return nn.quickSetter(We,w,A)}),G=E.length;return function(We){for(var et=G;et--;)E[et](We)}}d=d[0]||{};var ne=Yt[w],me=dn(d),Oe=ne?function(We){var et=new ne;H._pt=0,et.init(d,A?We+A:We,H,0,[d]),et.render(1,et),H._pt&&Di(1,H)}:me.set(d,w);return ne?Oe:function(We){return Oe(d,w,A?We+A:We,me,1)}},isTweening:function(d){return Se.getTweensOf(d,!0).length>0},defaults:function(d){return d&&d.ease&&(d.ease=or(d.ease,Re.ease)),Un(Re,d||{})},config:function(d){return Un(de,d||{})},registerEffect:function(d){var w=d.name,A=d.effect,E=d.plugins,G=d.defaults,ne=d.extendTimeline;(E||"").split(",").forEach(function(me){return me&&!Yt[me]&&!dt[me]&&Zi(w+" effect requires "+me+" plugin.")}),vn[w]=function(me,Oe){return A(pn(me),$i(Oe||{},G))},ne&&(On.prototype[w]=function(me,Oe,We){return this.add(vn[w](me,St(Oe)?Oe:(We=Oe)&&{}),We)})},registerEase:function(d,w){_t[d]=or(w)},parseEase:function(d,w){return arguments.length?or(d,w):_t},getById:function(d){return Se.getById(d)},exportRoot:function(d,w){d===void 0&&(d={});var A=new On(d),E,G;for(A.smoothChildTiming=jt(d.smoothChildTiming),Se.remove(A),A._dp=0,A._time=A._tTime=Se._time,E=Se._first;E;)G=E._next,(w||!(!E._dur&&E instanceof _e&&E.vars.onComplete===E._targets[0]))&&wn(A,E,E._start-E._delay),E=G;return wn(Se,A,0),A},utils:{wrap:qn,wrapYoyo:vr,distribute:si,random:jn,snap:Ar,normalize:Nr,getUnit:ln,clamp:ga,splitColor:Qe,toArray:pn,mapRange:na,pipe:va,unitize:hn,interpolate:Er},install:ui,effects:vn,ticker:At,updateRoot:On.updateRoot,plugins:Yt,globalTimeline:Se,core:{PropTween:Qi,globals:Pt,Tween:_e,Timeline:On,Animation:yr,getCache:dn}};hr("to,from,fromTo,delayedCall,set,killTweensOf",function(ue){return ri[ue]=_e[ue]}),At.add(On.updateRoot),H=ri.to({},{duration:0});var Mi=function(d,w){for(var A=d._pt;A&&A.p!==w&&A.op!==w&&A.fp!==w;)A=A._next;return A},$r=function(d,w){var A=d._targets,E,G,ne;for(E in w)for(G=A.length;G--;)ne=d._ptLookup[G][E],ne&&(ne=ne.d)&&(ne._pt&&(ne=Mi(ne,E)),ne&&ne.modifier&&ne.modifier(w[E],d,A[G],E))},sr=function(d,w){return{name:d,rawVars:1,init:function(E,G,ne){ne._onInit=function(me){var Oe,We;if(Be(G)&&(Oe={},hr(G,function(et){return Oe[et]=1}),G=Oe),w){Oe={};for(We in G)Oe[We]=w(G[We]);G=Oe}$r(me,G)}}}},nn=ri.registerPlugin({name:"attr",init:function(d,w,A,E,G){for(var ne in w)this.add(d,"setAttribute",(d.getAttribute(ne)||0)+"",w[ne],E,G,0,0,ne),this._props.push(ne)}},{name:"endArray",init:function(d,w){for(var A=w.length;A--;)this.add(d,A,d[A]||0,w[A])}},sr("roundProps",ia),sr("modifiers"),sr("snap",Ar))||ri;_e.version=On.version=nn.version="3.0.4",Nt=1,mi()&&ti();var lr=_t.Power0,cr=_t.Power1,_n=_t.Power2,Hn=_t.Power3,xn=_t.Power4,ur=_t.Linear,Fr=_t.Quad,Kn=_t.Cubic,Jn=_t.Quart,li=_t.Quint,fr=_t.Strong,Kr=_t.Elastic,Mr=_t.Back,wa=_t.SteppedEase,Hr=_t.Bounce,Oa=_t.Sine,ja=_t.Expo,_a=_t.Circ;function aa(ue,d){var w=Object.keys(ue);if(Object.getOwnPropertySymbols){var A=Object.getOwnPropertySymbols(ue);d&&(A=A.filter(function(E){return Object.getOwnPropertyDescriptor(ue,E).enumerable})),w.push.apply(w,A)}return w}function oa(ue){for(var d=1;d<arguments.length;d++){var w=arguments[d]!=null?arguments[d]:{};d%2?aa(Object(w),!0).forEach(function(A){Ce(ue,A,w[A])}):Object.getOwnPropertyDescriptors?Object.defineProperties(ue,Object.getOwnPropertyDescriptors(w)):aa(Object(w)).forEach(function(A){Object.defineProperty(ue,A,Object.getOwnPropertyDescriptor(w,A))})}return ue}var Zn={props:{title:{type:String,default:""},points:{type:Array,default:function(){return[]}},height:{type:Number,default:100},width:{type:Number,default:300},showYAxis:{type:Boolean,default:!1},showXAxis:{type:Boolean,default:!1},labelHeight:{type:Number,default:12},showTrendLine:{type:Boolean,default:!1},trendLineColor:{type:String,default:"green"},trendLineWidth:{type:Number,default:2},easeIn:{type:Boolean,default:!0},showValues:{type:Boolean,default:!1},maxYAxis:{type:Number,default:0},animationDuration:{type:Number,default:.5},barColor:{type:String,default:"deepskyblue"},textColor:{type:String,default:"black"},textAltColor:{type:String,default:"black"},textFont:{type:String,default:"10px sans-serif"},useCustomLabels:{type:Boolean,default:!1},customLabels:{type:Array,default:function(){return[]}}},data:function(){return{dynamicPoints:[],staticPoints:[],extraTopHeightForYAxisLabel:4,extraBottomHeightForYAxisLabel:4,digitsUsedInYAxis:0}},computed:{usingObjectsForDataPoints:function(){return this.points.every(function(d){return D(d)==="object"})},dataPoints:function(){return this.usingObjectsForDataPoints?this.points.map(function(d){return d.value}):this.points},dataLabels:function(){var d=this;return this.points.map(function(w,A){return d.useCustomLabels?d.customLabels[A]:d.usingObjectsForDataPoints?w.label:A+1})},yAxisWidth:function(){switch(this.digitsUsedInYAxis){case 4:return 30;case 3:return 25;case 2:return 18;default:return 13}},xAxisHeight:function(){return this.showYAxis?this.labelHeight:this.labelHeight+this.extraBottomHeightForYAxisLabel+this.extraTopHeightForYAxisLabel},fullSvgWidth:function(){return this.width},fullSvgHeight:function(){return this.height},innerChartWidth:function(){return this.showYAxis?this.width-this.yAxisWidth:this.width},innerChartHeight:function(){var d=this.height;return this.showYAxis&&(d-=this.extraTopHeightForYAxisLabel+this.extraBottomHeightForYAxisLabel),this.showXAxis&&(d-=this.xAxisHeight),d},partitionWidth:function(){return this.innerChartWidth/this.dataPoints.length},maxDomain:function(){return this.maxYAxis?this.maxYAxis:Math.ceil(Math.max.apply(Math,ae(this.dataPoints)))},chartData:function(){var d=this;return this.dynamicPoints.map(function(w,A){return{staticValue:d.staticPoints[A],index:A,label:d.dataLabels[A],width:d.partitionWidth-2,midPoint:d.partitionWidth/2,yLabel:d.innerChartHeight+4,x:A*d.partitionWidth,xMidpoint:A*d.partitionWidth+d.partitionWidth/2,yOffset:d.innerChartHeight-d.y(w),height:d.y(w)}})},trendLine:function(){var d=this.applySlope(this.dynamicPoints);return{x1:this.partitionWidth/2,y1:this.roundTo(this.innerChartHeight-this.y(d[0]),2),x2:this.innerChartWidth-this.partitionWidth/2,y2:this.roundTo(this.innerChartHeight-this.y(d[d.length-1]),2)}}},watch:{dataPoints:function(d){this.tween(d)}},created:function(){this.easeIn?this.tween(this.dataPoints):(this.dynamicPoints=this.dataPoints,this.staticPoints=this.dataPoints)},methods:{y:function(d){return d/this.maxDomain*this.innerChartHeight},roundTo:function(d){var w=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,A=!1,E=d;E<0&&(A=!0,E*=-1);var G=Math.pow(10,w);return E=parseFloat((E*G).toFixed(11)),E=(Math.round(E)/G).toFixed(2),A&&(E=(E*-1).toFixed(2)),E},tween:function(d){for(var w=this,A={},E={},G=0;G<d.length;G+=1){var ne=G.toString();A[ne]=d[G],E[ne]=this.dynamicPoints[G]||0}var me=function(){var We=Object.values(E);We.pop(),w.dynamicPoints=We};_e.to(E,this.animationDuration,oa({},A,{onUpdate:me})),this.staticPoints=d},getTicks:function(){for(var d=this,w=6;w>0;w-=1)if(this.maxDomain%w==0){var A=function(){var E=w<3,G=E?3:w;return d.digitsUsedInYAxis=d.maxDomain.toFixed(E?1:0).replace(".","").length,{v:ae(new Array(G+1)).map(function(ne,me){var Oe=d.maxDomain/G*(G-me),We=d.innerChartHeight/G*me;return{key:me,text:E?Oe.toFixed(1):Oe,yText:We<10?10:We+4,x1:d.yAxisWidth-4,y1:We,x2:d.yAxisWidth-1,y2:We}})}}();if(D(A)==="object")return A.v}return[]},applySlope:function(d){for(var w=0,A=0,E=0;E<d.length;E+=1)w+=E,A+=d[E];w/=d.length,A/=d.length;for(var G=0,ne=0,me=0;me<d.length;me+=1)G+=(me-w)*(d[me]-A),ne+=Math.pow(me-w,2);for(var Oe=G/ne,We=A-Oe*w,et=[],ot=0;ot<d.length;ot+=1)et.push(Oe*ot+We);return et}}},sa=Zn;function la(ue,d,w,A,E,G,ne,me){var Oe=typeof ue=="function"?ue.options:ue;d&&(Oe.render=d,Oe.staticRenderFns=w,Oe._compiled=!0),A&&(Oe.functional=!0),G&&(Oe._scopeId="data-v-"+G);var We;if(ne?(We=function(ht){ht=ht||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,!ht&&typeof __VUE_SSR_CONTEXT__!="undefined"&&(ht=__VUE_SSR_CONTEXT__),E&&E.call(this,ht),ht&&ht._registeredComponents&&ht._registeredComponents.add(ne)},Oe._ssrRegister=We):E&&(We=me?function(){E.call(this,this.$root.$options.shadowRoot)}:E),We)if(Oe.functional){Oe._injectStyles=We;var et=Oe.render;Oe.render=function(ut,Ct){return We.call(Ct),et(ut,Ct)}}else{var ot=Oe.beforeCreate;Oe.beforeCreate=ot?[].concat(ot,We):[We]}return{exports:ue,options:Oe}}var ca=la(sa,h,p,!1,null,null,null),zr=le.a=ca.exports},d44e:function(q,le,o){var h=o("9bf2").f,p=o("5135"),N=o("b622"),F=N("toStringTag");q.exports=function(B,ce,J){B&&!p(B=J?B:B.prototype,F)&&h(B,F,{configurable:!0,value:ce})}},d784:function(q,le,o){"use strict";var h=o("6eeb"),p=o("d039"),N=o("b622"),F=o("9263"),B=o("9112"),ce=N("species"),J=!p(function(){var y=/./;return y.exec=function(){var O=[];return O.groups={a:"7"},O},"".replace(y,"$<a>")!=="7"}),pe=function(){return"a".replace(/./,"$0")==="$0"}(),K=!p(function(){var y=/(?:)/,O=y.exec;y.exec=function(){return O.apply(this,arguments)};var ye="ab".split(y);return ye.length!==2||ye[0]!=="a"||ye[1]!=="b"});q.exports=function(y,O,ye,xe){var V=N(y),C=!p(function(){var te={};return te[V]=function(){return 7},""[y](te)!=7}),Z=C&&!p(function(){var te=!1,s=/a/;return y==="split"&&(s={},s.constructor={},s.constructor[ce]=function(){return s},s.flags="",s[V]=/./[V]),s.exec=function(){return te=!0,null},s[V](""),!te});if(!C||!Z||y==="replace"&&!(J&&pe)||y==="split"&&!K){var we=/./[V],Ce=ye(V,""[y],function(te,s,I,je,Pe){return s.exec===F?C&&!Pe?{done:!0,value:we.call(s,I,je)}:{done:!0,value:te.call(I,s,je)}:{done:!1}},{REPLACE_KEEPS_$0:pe}),Ae=Ce[0],ve=Ce[1];h(String.prototype,y,Ae),h(RegExp.prototype,V,O==2?function(te,s){return ve.call(te,this,s)}:function(te){return ve.call(te,this)})}xe&&B(RegExp.prototype[V],"sham",!0)}},d81d:function(q,le,o){"use strict";var h=o("23e7"),p=o("b727").map,N=o("d039"),F=o("1dde"),B=F("map"),ce=B&&!N(function(){[].map.call({length:-1,0:1},function(J){throw J})});h({target:"Array",proto:!0,forced:!B||!ce},{map:function(pe){return p(this,pe,arguments.length>1?arguments[1]:void 0)}})},da84:function(q,le,o){(function(h){var p=function(N){return N&&N.Math==Math&&N};q.exports=p(typeof globalThis=="object"&&globalThis)||p(typeof window=="object"&&window)||p(typeof self=="object"&&self)||p(typeof h=="object"&&h)||Function("return this")()}).call(this,o("c8ba"))},dbb4:function(q,le,o){var h=o("23e7"),p=o("83ab"),N=o("56ef"),F=o("fc6a"),B=o("06cf"),ce=o("8418");h({target:"Object",stat:!0,sham:!p},{getOwnPropertyDescriptors:function(pe){for(var K=F(pe),y=B.f,O=N(K),ye={},xe=0,V,C;O.length>xe;)C=y(K,V=O[xe++]),C!==void 0&&ce(ye,V,C);return ye}})},ddb0:function(q,le,o){var h=o("da84"),p=o("fdbc"),N=o("e260"),F=o("9112"),B=o("b622"),ce=B("iterator"),J=B("toStringTag"),pe=N.values;for(var K in p){var y=h[K],O=y&&y.prototype;if(O){if(O[ce]!==pe)try{F(O,ce,pe)}catch(xe){O[ce]=pe}if(O[J]||F(O,J,K),p[K]){for(var ye in N)if(O[ye]!==N[ye])try{F(O,ye,N[ye])}catch(xe){O[ye]=N[ye]}}}}},df75:function(q,le,o){var h=o("ca84"),p=o("7839");q.exports=Object.keys||function(F){return h(F,p)}},e01a:function(q,le,o){"use strict";var h=o("23e7"),p=o("83ab"),N=o("da84"),F=o("5135"),B=o("861d"),ce=o("9bf2").f,J=o("e893"),pe=N.Symbol;if(p&&typeof pe=="function"&&(!("description"in pe.prototype)||pe().description!==void 0)){var K={},y=function(){var Z=arguments.length<1||arguments[0]===void 0?void 0:String(arguments[0]),we=this instanceof y?new pe(Z):Z===void 0?pe():pe(Z);return Z===""&&(K[we]=!0),we};J(y,pe);var O=y.prototype=pe.prototype;O.constructor=y;var ye=O.toString,xe=String(pe("test"))=="Symbol(test)",V=/^Symbol\((.*)\)[^)]+$/;ce(O,"description",{configurable:!0,get:function(){var Z=B(this)?this.valueOf():this,we=ye.call(Z);if(F(K,Z))return"";var Ce=xe?we.slice(7,-1):we.replace(V,"$1");return Ce===""?void 0:Ce}}),h({global:!0,forced:!0},{Symbol:y})}},e163:function(q,le,o){var h=o("5135"),p=o("7b0b"),N=o("f772"),F=o("e177"),B=N("IE_PROTO"),ce=Object.prototype;q.exports=F?Object.getPrototypeOf:function(J){return J=p(J),h(J,B)?J[B]:typeof J.constructor=="function"&&J instanceof J.constructor?J.constructor.prototype:J instanceof Object?ce:null}},e177:function(q,le,o){var h=o("d039");q.exports=!h(function(){function p(){}return p.prototype.constructor=null,Object.getPrototypeOf(new p)!==p.prototype})},e260:function(q,le,o){"use strict";var h=o("fc6a"),p=o("44d2"),N=o("3f8c"),F=o("69f3"),B=o("7dd0"),ce="Array Iterator",J=F.set,pe=F.getterFor(ce);q.exports=B(Array,"Array",function(K,y){J(this,{type:ce,target:h(K),index:0,kind:y})},function(){var K=pe(this),y=K.target,O=K.kind,ye=K.index++;return!y||ye>=y.length?(K.target=void 0,{value:void 0,done:!0}):O=="keys"?{value:ye,done:!1}:O=="values"?{value:y[ye],done:!1}:{value:[ye,y[ye]],done:!1}},"values"),N.Arguments=N.Array,p("keys"),p("values"),p("entries")},e439:function(q,le,o){var h=o("23e7"),p=o("d039"),N=o("fc6a"),F=o("06cf").f,B=o("83ab"),ce=p(function(){F(1)}),J=!B||ce;h({target:"Object",stat:!0,forced:J,sham:!B},{getOwnPropertyDescriptor:function(K,y){return F(N(K),y)}})},e893:function(q,le,o){var h=o("5135"),p=o("56ef"),N=o("06cf"),F=o("9bf2");q.exports=function(B,ce){for(var J=p(ce),pe=F.f,K=N.f,y=0;y<J.length;y++){var O=J[y];h(B,O)||pe(B,O,K(ce,O))}}},e8b5:function(q,le,o){var h=o("c6b6");q.exports=Array.isArray||function(N){return h(N)=="Array"}},e95a:function(q,le,o){var h=o("b622"),p=o("3f8c"),N=h("iterator"),F=Array.prototype;q.exports=function(B){return B!==void 0&&(p.Array===B||F[N]===B)}},f5df:function(q,le,o){var h=o("00ee"),p=o("c6b6"),N=o("b622"),F=N("toStringTag"),B=p(function(){return arguments}())=="Arguments",ce=function(J,pe){try{return J[pe]}catch(K){}};q.exports=h?p:function(J){var pe,K,y;return J===void 0?"Undefined":J===null?"Null":typeof(K=ce(pe=Object(J),F))=="string"?K:B?p(pe):(y=p(pe))=="Object"&&typeof pe.callee=="function"?"Arguments":y}},f6fd:function(q,le){(function(o){var h="currentScript",p=o.getElementsByTagName("script");h in o||Object.defineProperty(o,h,{get:function(){try{throw new Error}catch(B){var N,F=(/.*at [^\(]*\((.*):.+:.+\)$/ig.exec(B.stack)||[!1])[1];for(N in p)if(p[N].src==F||p[N].readyState=="interactive")return p[N];return null}}})})(document)},f772:function(q,le,o){var h=o("5692"),p=o("90e3"),N=h("keys");q.exports=function(F){return N[F]||(N[F]=p(F))}},f8c2:function(q,le,o){var h=o("1c0b");q.exports=function(p,N,F){if(h(p),N===void 0)return p;switch(F){case 0:return function(){return p.call(N)};case 1:return function(B){return p.call(N,B)};case 2:return function(B,ce){return p.call(N,B,ce)};case 3:return function(B,ce,J){return p.call(N,B,ce,J)}}return function(){return p.apply(N,arguments)}}},fb15:function(q,le,o){"use strict";if(o.r(le),typeof window!="undefined"){o("f6fd");var h;(h=window.document.currentScript)&&(h=h.src.match(/(.+\/)[^/]+\.js(\?.*)?$/))&&(o.p=h[1])}var p=null,N=o("be34");o.d(le,"install",function(){return N.b});var F=le.default=N.a},fc6a:function(q,le,o){var h=o("44ad"),p=o("1d80");q.exports=function(N){return h(p(N))}},fdbc:function(q,le){q.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},fdbf:function(q,le,o){var h=o("4930");q.exports=h&&!Symbol.sham&&typeof Symbol.iterator=="symbol"}})},"./node_modules/vue-calendar-heatmap/dist/vue-calendar-heatmap.common.js":function(l,q,le){l.exports=function(o){function h(N){if(p[N])return p[N].exports;var F=p[N]={i:N,l:!1,exports:{}};return o[N].call(F.exports,F,F.exports,h),F.l=!0,F.exports}var p={};return h.m=o,h.c=p,h.i=function(N){return N},h.d=function(N,F,B){h.o(N,F)||Object.defineProperty(N,F,{configurable:!1,enumerable:!0,get:B})},h.n=function(N){var F=N&&N.__esModule?function(){return N.default}:function(){return N};return h.d(F,"a",F),F},h.o=function(N,F){return Object.prototype.hasOwnProperty.call(N,F)},h.p="",h(h.s=3)}([function(o,h,p){"use strict";p.d(h,"a",function(){return N}),p.d(h,"e",function(){return F}),p.d(h,"b",function(){return B}),p.d(h,"f",function(){return ce}),p.d(h,"c",function(){return J}),p.d(h,"d",function(){return pe});var N=["#ebedf0","#c0ddf9","#73b3f3","#3886e1","#17459e"],F={months:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],days:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],on:"on",less:"Less",more:"More"},B="contributions",ce=365,J=7,pe=10},function(o,h,p){p(7),p(6);var N=p(8)(p(5),p(9),"data-v-a9cfea66",null);o.exports=N.exports},function(o,h,p){"use strict";function N(pe){if(Array.isArray(pe)){for(var K=0,y=Array(pe.length);K<pe.length;K++)y[K]=pe[K];return y}return Array.from(pe)}function F(pe,K){if(!(pe instanceof K))throw new TypeError("Cannot call a class as a function")}var B=p(0),ce=function(){function pe(K,y){for(var O=0;O<y.length;O++){var ye=y[O];ye.enumerable=ye.enumerable||!1,ye.configurable=!0,"value"in ye&&(ye.writable=!0),Object.defineProperty(K,ye.key,ye)}}return function(K,y,O){return y&&pe(K.prototype,y),O&&pe(K,O),K}}(),J=function(){function pe(K,y,O){F(this,pe),this.endDate=this._parseDate(K),this.max=O||Math.ceil(Math.max.apply(Math,N(y.map(function(ye){return ye.count})))/5*4),this.startDate=this._shiftDate(K,-B.f),this.values=y}return ce(pe,[{key:"getColorIndex",value:function(K){return K<=0?0:K>=this.max?4:Math.ceil(100*K/this.max*.03)}},{key:"getCountEmptyDaysAtStart",value:function(){return this.startDate.getDay()}},{key:"getCountEmptyDaysAtEnd",value:function(){return B.c-1-this.endDate.getDay()}},{key:"getDaysCount",value:function(){return B.f+1+this.getCountEmptyDaysAtStart()+this.getCountEmptyDaysAtEnd()}},{key:"_shiftDate",value:function(K,y){var O=new Date(K);return O.setDate(O.getDate()+y),O}},{key:"_parseDate",value:function(K){return K instanceof Date?K:new Date(K)}},{key:"_keyDayParser",value:function(K){var y=this._parseDate(K);return y.getFullYear()+"-"+y.getMonth()+"-"+y.getDate()}},{key:"activities",get:function(){var K=this;return this.values.reduce(function(y,O){return y[K._keyDayParser(O.date)]={count:O.count,colorIndex:K.getColorIndex(O.count)},y},{})}},{key:"weekCount",get:function(){return this.getDaysCount()/B.c}},{key:"calendar",get:function(){var K=this,y=this._shiftDate(this.startDate,-this.getCountEmptyDaysAtStart());return Array.from({length:this.weekCount},function(){return Array.from({length:B.c},function(){var O=new Date(y.getFullYear(),y.getMonth(),y.getDate()),ye=K.activities[K._keyDayParser(O)];return y.setDate(y.getDate()+1),{date:O,count:ye?ye.count:0,colorIndex:ye?ye.colorIndex:0}})})}},{key:"firstFullWeekOfMonths",get:function(){return this.calendar.reduce(function(K,y,O,ye){if(O>0){var xe=ye[O-1][0].date,V=y[0].date;(xe.getFullYear()<V.getFullYear()||xe.getMonth()<V.getMonth())&&K.push({value:V.getMonth(),index:O})}return K},[])}}]),pe}();h.a=J},function(o,h,p){"use strict";function N(pe){pe.component("calendarHeatmap",B.a)}Object.defineProperty(h,"__esModule",{value:!0}),h.install=N;var F=p(1),B=p.n(F);p.d(h,"CalendarHeatmap",function(){return B.a});var ce={version:"0.8.4",install:N};h.default=ce;var J=null;typeof window!="undefined"?J=window.Vue:typeof le.g!="undefined"&&(J=le.g.Vue),J&&J.use(ce)},function(o,h,p){"use strict";function N(g){var H=!1;return function(){H||(H=!0,window.Promise.resolve().then(function(){H=!1,g()}))}}function F(g){var H=!1;return function(){H||(H=!0,setTimeout(function(){H=!1,g()},mr))}}function B(g){var H={};return g&&H.toString.call(g)==="[object Function]"}function ce(g,H){if(g.nodeType!==1)return[];var se=getComputedStyle(g,null);return H?se[H]:se}function J(g){return g.nodeName==="HTML"?g:g.parentNode||g.host}function pe(g){if(!g)return document.body;switch(g.nodeName){case"HTML":case"BODY":return g.ownerDocument.body;case"#document":return g.body}var H=ce(g),se=H.overflow,he=H.overflowX;return/(auto|scroll|overlay)/.test(se+H.overflowY+he)?g:pe(J(g))}function K(g){return g===11?Cr:g===10?Rn:Cr||Rn}function y(g){if(!g)return document.documentElement;for(var H=K(10)?document.body:null,se=g.offsetParent;se===H&&g.nextElementSibling;)se=(g=g.nextElementSibling).offsetParent;var he=se&&se.nodeName;return he&&he!=="BODY"&&he!=="HTML"?["TD","TABLE"].indexOf(se.nodeName)!==-1&&ce(se,"position")==="static"?y(se):se:g?g.ownerDocument.documentElement:document.documentElement}function O(g){var H=g.nodeName;return H!=="BODY"&&(H==="HTML"||y(g.firstElementChild)===g)}function ye(g){return g.parentNode!==null?ye(g.parentNode):g}function xe(g,H){if(!(g&&g.nodeType&&H&&H.nodeType))return document.documentElement;var se=g.compareDocumentPosition(H)&Node.DOCUMENT_POSITION_FOLLOWING,he=se?g:H,Ie=se?H:g,qe=document.createRange();qe.setStart(he,0),qe.setEnd(Ie,0);var Qe=qe.commonAncestorContainer;if(g!==Qe&&H!==Qe||he.contains(Ie))return O(Qe)?Qe:y(Qe);var nt=ye(g);return nt.host?xe(nt.host,H):xe(g,ye(H).host)}function V(g){var H=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"top",se=H==="top"?"scrollTop":"scrollLeft",he=g.nodeName;if(he==="BODY"||he==="HTML"){var Ie=g.ownerDocument.documentElement;return(g.ownerDocument.scrollingElement||Ie)[se]}return g[se]}function C(g,H){var se=arguments.length>2&&arguments[2]!==void 0&&arguments[2],he=V(H,"top"),Ie=V(H,"left"),qe=se?-1:1;return g.top+=he*qe,g.bottom+=he*qe,g.left+=Ie*qe,g.right+=Ie*qe,g}function Z(g,H){var se=H==="x"?"Left":"Top",he=se==="Left"?"Right":"Bottom";return parseFloat(g["border"+se+"Width"],10)+parseFloat(g["border"+he+"Width"],10)}function we(g,H,se,he){return Math.max(H["offset"+g],H["scroll"+g],se["client"+g],se["offset"+g],se["scroll"+g],K(10)?se["offset"+g]+he["margin"+(g==="Height"?"Top":"Left")]+he["margin"+(g==="Height"?"Bottom":"Right")]:0)}function Ce(){var g=document.body,H=document.documentElement,se=K(10)&&getComputedStyle(H);return{height:we("Height",g,H,se),width:we("Width",g,H,se)}}function Ae(g){return Oi({},g,{right:g.left+g.width,bottom:g.top+g.height})}function ve(g){var H={};try{if(K(10)){H=g.getBoundingClientRect();var se=V(g,"top"),he=V(g,"left");H.top+=se,H.left+=he,H.bottom+=se,H.right+=he}else H=g.getBoundingClientRect()}catch(Et){}var Ie={left:H.left,top:H.top,width:H.right-H.left,height:H.bottom-H.top},qe=g.nodeName==="HTML"?Ce():{},Qe=qe.width||g.clientWidth||Ie.right-Ie.left,nt=qe.height||g.clientHeight||Ie.bottom-Ie.top,pt=g.offsetWidth-Qe,Tt=g.offsetHeight-nt;if(pt||Tt){var Ht=ce(g);pt-=Z(Ht,"x"),Tt-=Z(Ht,"y"),Ie.width-=pt,Ie.height-=Tt}return Ae(Ie)}function te(g,H){var se=arguments.length>2&&arguments[2]!==void 0&&arguments[2],he=K(10),Ie=H.nodeName==="HTML",qe=ve(g),Qe=ve(H),nt=pe(g),pt=ce(H),Tt=parseFloat(pt.borderTopWidth,10),Ht=parseFloat(pt.borderLeftWidth,10);se&&H.nodeName==="HTML"&&(Qe.top=Math.max(Qe.top,0),Qe.left=Math.max(Qe.left,0));var Et=Ae({top:qe.top-Qe.top-Tt,left:qe.left-Qe.left-Ht,width:qe.width,height:qe.height});if(Et.marginTop=0,Et.marginLeft=0,!he&&Ie){var At=parseFloat(pt.marginTop,10),ti=parseFloat(pt.marginLeft,10);Et.top-=Tt-At,Et.bottom-=Tt-At,Et.left-=Ht-ti,Et.right-=Ht-ti,Et.marginTop=At,Et.marginLeft=ti}return(he&&!se?H.contains(nt):H===nt&&nt.nodeName!=="BODY")&&(Et=C(Et,H)),Et}function s(g){var H=arguments.length>1&&arguments[1]!==void 0&&arguments[1],se=g.ownerDocument.documentElement,he=te(g,se),Ie=Math.max(se.clientWidth,window.innerWidth||0),qe=Math.max(se.clientHeight,window.innerHeight||0),Qe=H?0:V(se),nt=H?0:V(se,"left");return Ae({top:Qe-he.top+he.marginTop,left:nt-he.left+he.marginLeft,width:Ie,height:qe})}function I(g){var H=g.nodeName;return H!=="BODY"&&H!=="HTML"&&(ce(g,"position")==="fixed"||I(J(g)))}function je(g){if(!g||!g.parentElement||K())return document.documentElement;for(var H=g.parentElement;H&&ce(H,"transform")==="none";)H=H.parentElement;return H||document.documentElement}function Pe(g,H,se,he){var Ie=arguments.length>4&&arguments[4]!==void 0&&arguments[4],qe={top:0,left:0},Qe=Ie?je(g):xe(g,H);if(he==="viewport")qe=s(Qe,Ie);else{var nt=void 0;he==="scrollParent"?(nt=pe(J(H)),nt.nodeName==="BODY"&&(nt=g.ownerDocument.documentElement)):nt=he==="window"?g.ownerDocument.documentElement:he;var pt=te(nt,Qe,Ie);if(nt.nodeName!=="HTML"||I(Qe))qe=pt;else{var Tt=Ce(),Ht=Tt.height,Et=Tt.width;qe.top+=pt.top-pt.marginTop,qe.bottom=Ht+pt.top,qe.left+=pt.left-pt.marginLeft,qe.right=Et+pt.left}}return qe.left+=se,qe.top+=se,qe.right-=se,qe.bottom-=se,qe}function b(g){return g.width*g.height}function L(g,H,se,he,Ie){var qe=arguments.length>5&&arguments[5]!==void 0?arguments[5]:0;if(g.indexOf("auto")===-1)return g;var Qe=Pe(se,he,qe,Ie),nt={top:{width:Qe.width,height:H.top-Qe.top},right:{width:Qe.right-H.right,height:Qe.height},bottom:{width:Qe.width,height:Qe.bottom-H.bottom},left:{width:H.left-Qe.left,height:Qe.height}},pt=Object.keys(nt).map(function(At){return Oi({key:At},nt[At],{area:b(nt[At])})}).sort(function(At,ti){return ti.area-At.area}),Tt=pt.filter(function(At){var ti=At.width,_t=At.height;return ti>=se.clientWidth&&_t>=se.clientHeight}),Ht=Tt.length>0?Tt[0].key:pt[0].key,Et=g.split("-")[1];return Ht+(Et?"-"+Et:"")}function ae(g,H,se){var he=arguments.length>3&&arguments[3]!==void 0?arguments[3]:null;return te(se,he?je(H):xe(H,se),he)}function k(g){var H=getComputedStyle(g),se=parseFloat(H.marginTop)+parseFloat(H.marginBottom),he=parseFloat(H.marginLeft)+parseFloat(H.marginRight);return{width:g.offsetWidth+he,height:g.offsetHeight+se}}function D(g){var H={left:"right",right:"left",bottom:"top",top:"bottom"};return g.replace(/left|right|bottom|top/g,function(se){return H[se]})}function T(g,H,se){se=se.split("-")[0];var he=k(g),Ie={width:he.width,height:he.height},qe=["right","left"].indexOf(se)!==-1,Qe=qe?"top":"left",nt=qe?"left":"top",pt=qe?"height":"width",Tt=qe?"width":"height";return Ie[Qe]=H[Qe]+H[pt]/2-he[pt]/2,Ie[nt]=se===nt?H[nt]-he[Tt]:H[D(nt)],Ie}function X(g,H){return Array.prototype.find?g.find(H):g.filter(H)[0]}function de(g,H,se){if(Array.prototype.findIndex)return g.findIndex(function(Ie){return Ie[H]===se});var he=X(g,function(Ie){return Ie[H]===se});return g.indexOf(he)}function Re(g,H,se){return(se===void 0?g:g.slice(0,de(g,"name",se))).forEach(function(he){he.function&&console.warn("`modifier.function` is deprecated, use `modifier.fn`!");var Ie=he.function||he.fn;he.enabled&&B(Ie)&&(H.offsets.popper=Ae(H.offsets.popper),H.offsets.reference=Ae(H.offsets.reference),H=Ie(H,he))}),H}function re(){if(!this.state.isDestroyed){var g={instance:this,styles:{},arrowStyles:{},attributes:{},flipped:!1,offsets:{}};g.offsets.reference=ae(this.state,this.popper,this.reference,this.options.positionFixed),g.placement=L(this.options.placement,g.offsets.reference,this.popper,this.reference,this.options.modifiers.flip.boundariesElement,this.options.modifiers.flip.padding),g.originalPlacement=g.placement,g.positionFixed=this.options.positionFixed,g.offsets.popper=T(this.popper,g.offsets.reference,g.placement),g.offsets.popper.position=this.options.positionFixed?"fixed":"absolute",g=Re(this.modifiers,g),this.state.isCreated?this.options.onUpdate(g):(this.state.isCreated=!0,this.options.onCreate(g))}}function M(g,H){return g.some(function(se){var he=se.name;return se.enabled&&he===H})}function v(g){for(var H=[!1,"ms","Webkit","Moz","O"],se=g.charAt(0).toUpperCase()+g.slice(1),he=0;he<H.length;he++){var Ie=H[he],qe=Ie?""+Ie+se:g;if(document.body.style[qe]!==void 0)return qe}return null}function W(){return this.state.isDestroyed=!0,M(this.modifiers,"applyStyle")&&(this.popper.removeAttribute("x-placement"),this.popper.style.position="",this.popper.style.top="",this.popper.style.left="",this.popper.style.right="",this.popper.style.bottom="",this.popper.style.willChange="",this.popper.style[v("transform")]=""),this.disableEventListeners(),this.options.removeOnDestroy&&this.popper.parentNode.removeChild(this.popper),this}function S(g){var H=g.ownerDocument;return H?H.defaultView:window}function Y(g,H,se,he){var Ie=g.nodeName==="BODY",qe=Ie?g.ownerDocument.defaultView:g;qe.addEventListener(H,se,{passive:!0}),Ie||Y(pe(qe.parentNode),H,se,he),he.push(qe)}function Ee(g,H,se,he){se.updateBound=he,S(g).addEventListener("resize",se.updateBound,{passive:!0});var Ie=pe(g);return Y(Ie,"scroll",se.updateBound,se.scrollParents),se.scrollElement=Ie,se.eventsEnabled=!0,se}function Ne(){this.state.eventsEnabled||(this.state=Ee(this.reference,this.options,this.state,this.scheduleUpdate))}function Be(g,H){return S(g).removeEventListener("resize",H.updateBound),H.scrollParents.forEach(function(se){se.removeEventListener("scroll",H.updateBound)}),H.updateBound=null,H.scrollParents=[],H.scrollElement=null,H.eventsEnabled=!1,H}function Ue(){this.state.eventsEnabled&&(cancelAnimationFrame(this.scheduleUpdate),this.state=Be(this.reference,this.state))}function rt(g){return g!==""&&!isNaN(parseFloat(g))&&isFinite(g)}function bt(g,H){Object.keys(H).forEach(function(se){var he="";["width","height","top","right","bottom","left"].indexOf(se)!==-1&&rt(H[se])&&(he="px"),g.style[se]=H[se]+he})}function St(g,H){Object.keys(H).forEach(function(se){H[se]!==!1?g.setAttribute(se,H[se]):g.removeAttribute(se)})}function jt(g){return bt(g.instance.popper,g.styles),St(g.instance.popper,g.attributes),g.arrowElement&&Object.keys(g.arrowStyles).length&&bt(g.arrowElement,g.arrowStyles),g}function mi(g,H,se,he,Ie){var qe=ae(Ie,H,g,se.positionFixed),Qe=L(se.placement,qe,H,g,se.modifiers.flip.boundariesElement,se.modifiers.flip.padding);return H.setAttribute("x-placement",Qe),bt(H,{position:se.positionFixed?"fixed":"absolute"}),se}function oi(g,H){var se=H.x,he=H.y,Ie=g.offsets.popper,qe=X(g.instance.modifiers,function(Fn){return Fn.name==="applyStyle"}).gpuAcceleration;qe!==void 0&&console.warn("WARNING: `gpuAcceleration` option moved to `computeStyle` modifier and will not be supported in future versions of Popper.js!");var Qe=qe!==void 0?qe:H.gpuAcceleration,nt=y(g.instance.popper),pt=ve(nt),Tt={position:Ie.position},Ht={left:Math.floor(Ie.left),top:Math.round(Ie.top),bottom:Math.round(Ie.bottom),right:Math.floor(Ie.right)},Et=se==="bottom"?"top":"bottom",At=he==="right"?"left":"right",ti=v("transform"),_t=void 0,on=void 0;if(on=Et==="bottom"?-pt.height+Ht.bottom:Ht.top,_t=At==="right"?-pt.width+Ht.right:Ht.left,Qe&&ti)Tt[ti]="translate3d("+_t+"px, "+on+"px, 0)",Tt[Et]=0,Tt[At]=0,Tt.willChange="transform";else{var Ln=Et==="bottom"?-1:1,$n=At==="right"?-1:1;Tt[Et]=on*Ln,Tt[At]=_t*$n,Tt.willChange=Et+", "+At}var cn={"x-placement":g.placement};return g.attributes=Oi({},cn,g.attributes),g.styles=Oi({},Tt,g.styles),g.arrowStyles=Oi({},g.offsets.arrow,g.arrowStyles),g}function ei(g,H,se){var he=X(g,function(nt){return nt.name===H}),Ie=!!he&&g.some(function(nt){return nt.name===se&&nt.enabled&&nt.order<he.order});if(!Ie){var qe="`"+H+"`",Qe="`"+se+"`";console.warn(Qe+" modifier is required by "+qe+" modifier in order to work, be sure to include it before "+qe+"!")}return Ie}function gt(g,H){var se;if(!ei(g.instance.modifiers,"arrow","keepTogether"))return g;var he=H.element;if(typeof he=="string"){if(!(he=g.instance.popper.querySelector(he)))return g}else if(!g.instance.popper.contains(he))return console.warn("WARNING: `arrow.element` must be child of its popper element!"),g;var Ie=g.placement.split("-")[0],qe=g.offsets,Qe=qe.popper,nt=qe.reference,pt=["left","right"].indexOf(Ie)!==-1,Tt=pt?"height":"width",Ht=pt?"Top":"Left",Et=Ht.toLowerCase(),At=pt?"left":"top",ti=pt?"bottom":"right",_t=k(he)[Tt];nt[ti]-_t<Qe[Et]&&(g.offsets.popper[Et]-=Qe[Et]-(nt[ti]-_t)),nt[Et]+_t>Qe[ti]&&(g.offsets.popper[Et]+=nt[Et]+_t-Qe[ti]),g.offsets.popper=Ae(g.offsets.popper);var on=nt[Et]+nt[Tt]/2-_t/2,Ln=ce(g.instance.popper),$n=parseFloat(Ln["margin"+Ht],10),cn=parseFloat(Ln["border"+Ht+"Width"],10),Fn=on-g.offsets.popper[Et]-$n-cn;return Fn=Math.max(Math.min(Qe[Tt]-_t,Fn),0),g.arrowElement=he,g.offsets.arrow=(se={},tn(se,Et,Math.round(Fn)),tn(se,At,""),se),g}function xi(g){return g==="end"?"start":g==="start"?"end":g}function gn(g){var H=arguments.length>1&&arguments[1]!==void 0&&arguments[1],se=Rr.indexOf(g),he=Rr.slice(se+1).concat(Rr.slice(0,se));return H?he.reverse():he}function f(g,H){if(M(g.instance.modifiers,"inner")||g.flipped&&g.placement===g.originalPlacement)return g;var se=Pe(g.instance.popper,g.instance.reference,H.padding,H.boundariesElement,g.positionFixed),he=g.placement.split("-")[0],Ie=D(he),qe=g.placement.split("-")[1]||"",Qe=[];switch(H.behavior){case rr.FLIP:Qe=[he,Ie];break;case rr.CLOCKWISE:Qe=gn(he);break;case rr.COUNTERCLOCKWISE:Qe=gn(he,!0);break;default:Qe=H.behavior}return Qe.forEach(function(nt,pt){if(he!==nt||Qe.length===pt+1)return g;he=g.placement.split("-")[0],Ie=D(he);var Tt=g.offsets.popper,Ht=g.offsets.reference,Et=Math.floor,At=he==="left"&&Et(Tt.right)>Et(Ht.left)||he==="right"&&Et(Tt.left)<Et(Ht.right)||he==="top"&&Et(Tt.bottom)>Et(Ht.top)||he==="bottom"&&Et(Tt.top)<Et(Ht.bottom),ti=Et(Tt.left)<Et(se.left),_t=Et(Tt.right)>Et(se.right),on=Et(Tt.top)<Et(se.top),Ln=Et(Tt.bottom)>Et(se.bottom),$n=he==="left"&&ti||he==="right"&&_t||he==="top"&&on||he==="bottom"&&Ln,cn=["top","bottom"].indexOf(he)!==-1,Fn=!!H.flipVariations&&(cn&&qe==="start"&&ti||cn&&qe==="end"&&_t||!cn&&qe==="start"&&on||!cn&&qe==="end"&&Ln);(At||$n||Fn)&&(g.flipped=!0,(At||$n)&&(he=Qe[pt+1]),Fn&&(qe=xi(qe)),g.placement=he+(qe?"-"+qe:""),g.offsets.popper=Oi({},g.offsets.popper,T(g.instance.popper,g.offsets.reference,g.placement)),g=Re(g.instance.modifiers,g,"flip"))}),g}function _(g){var H=g.offsets,se=H.popper,he=H.reference,Ie=g.placement.split("-")[0],qe=Math.floor,Qe=["top","bottom"].indexOf(Ie)!==-1,nt=Qe?"right":"bottom",pt=Qe?"left":"top",Tt=Qe?"width":"height";return se[nt]<qe(he[pt])&&(g.offsets.popper[pt]=qe(he[pt])-se[Tt]),se[pt]>qe(he[nt])&&(g.offsets.popper[pt]=qe(he[nt])),g}function Q(g,H,se,he){var Ie=g.match(/((?:\-|\+)?\d*\.?\d*)(.*)/),qe=+Ie[1],Qe=Ie[2];if(!qe)return g;if(Qe.indexOf("%")===0){var nt=void 0;switch(Qe){case"%p":nt=se;break;case"%":case"%r":default:nt=he}return Ae(nt)[H]/100*qe}return Qe==="vh"||Qe==="vw"?(Qe==="vh"?Math.max(document.documentElement.clientHeight,window.innerHeight||0):Math.max(document.documentElement.clientWidth,window.innerWidth||0))/100*qe:qe}function Se(g,H,se,he){var Ie=[0,0],qe=["right","left"].indexOf(he)!==-1,Qe=g.split(/(\+|\-)/).map(function(Ht){return Ht.trim()}),nt=Qe.indexOf(X(Qe,function(Ht){return Ht.search(/,|\s/)!==-1}));Qe[nt]&&Qe[nt].indexOf(",")===-1&&console.warn("Offsets separated by white space(s) are deprecated, use a comma (,) instead.");var pt=/\s*,\s*|\s+/,Tt=nt!==-1?[Qe.slice(0,nt).concat([Qe[nt].split(pt)[0]]),[Qe[nt].split(pt)[1]].concat(Qe.slice(nt+1))]:[Qe];return Tt=Tt.map(function(Ht,Et){var At=(Et===1?!qe:qe)?"height":"width",ti=!1;return Ht.reduce(function(_t,on){return _t[_t.length-1]===""&&["+","-"].indexOf(on)!==-1?(_t[_t.length-1]=on,ti=!0,_t):ti?(_t[_t.length-1]+=on,ti=!1,_t):_t.concat(on)},[]).map(function(_t){return Q(_t,At,H,se)})}),Tt.forEach(function(Ht,Et){Ht.forEach(function(At,ti){rt(At)&&(Ie[Et]+=At*(Ht[ti-1]==="-"?-1:1))})}),Ie}function Te(g,H){var se=H.offset,he=g.placement,Ie=g.offsets,qe=Ie.popper,Qe=Ie.reference,nt=he.split("-")[0],pt=void 0;return pt=rt(+se)?[+se,0]:Se(se,qe,Qe,nt),nt==="left"?(qe.top+=pt[0],qe.left-=pt[1]):nt==="right"?(qe.top+=pt[0],qe.left+=pt[1]):nt==="top"?(qe.left+=pt[0],qe.top-=pt[1]):nt==="bottom"&&(qe.left+=pt[0],qe.top+=pt[1]),g.popper=qe,g}function Le(g,H){var se=H.boundariesElement||y(g.instance.popper);g.instance.reference===se&&(se=y(se));var he=v("transform"),Ie=g.instance.popper.style,qe=Ie.top,Qe=Ie.left,nt=Ie[he];Ie.top="",Ie.left="",Ie[he]="";var pt=Pe(g.instance.popper,g.instance.reference,H.padding,se,g.positionFixed);Ie.top=qe,Ie.left=Qe,Ie[he]=nt,H.boundaries=pt;var Tt=H.priority,Ht=g.offsets.popper,Et={primary:function(At){var ti=Ht[At];return Ht[At]<pt[At]&&!H.escapeWithReference&&(ti=Math.max(Ht[At],pt[At])),tn({},At,ti)},secondary:function(At){var ti=At==="right"?"left":"top",_t=Ht[ti];return Ht[At]>pt[At]&&!H.escapeWithReference&&(_t=Math.min(Ht[ti],pt[At]-(At==="right"?Ht.width:Ht.height))),tn({},ti,_t)}};return Tt.forEach(function(At){var ti=["left","top"].indexOf(At)!==-1?"primary":"secondary";Ht=Oi({},Ht,Et[ti](At))}),g.offsets.popper=Ht,g}function tt(g){var H=g.placement,se=H.split("-")[0],he=H.split("-")[1];if(he){var Ie=g.offsets,qe=Ie.reference,Qe=Ie.popper,nt=["bottom","top"].indexOf(se)!==-1,pt=nt?"left":"top",Tt=nt?"width":"height",Ht={start:tn({},pt,qe[pt]),end:tn({},pt,qe[pt]+qe[Tt]-Qe[Tt])};g.offsets.popper=Oi({},Qe,Ht[he])}return g}function dt(g){if(!ei(g.instance.modifiers,"hide","preventOverflow"))return g;var H=g.offsets.reference,se=X(g.instance.modifiers,function(he){return he.name==="preventOverflow"}).boundaries;if(H.bottom<se.top||H.left>se.right||H.top>se.bottom||H.right<se.left){if(g.hide===!0)return g;g.hide=!0,g.attributes["x-out-of-boundaries"]=""}else{if(g.hide===!1)return g;g.hide=!1,g.attributes["x-out-of-boundaries"]=!1}return g}function kt(g){var H=g.placement,se=H.split("-")[0],he=g.offsets,Ie=he.popper,qe=he.reference,Qe=["left","right"].indexOf(se)!==-1,nt=["top","left"].indexOf(se)===-1;return Ie[Qe?"left":"top"]=qe[se]-(nt?Ie[Qe?"width":"height"]:0),g.placement=D(H),g.offsets.popper=Ae(Ie),g}function Nt(g){return typeof g=="string"&&(g=g.split(" ")),g}function ui(g,H){var se=Nt(H),he=void 0;he=Nt(g.className instanceof Tr?g.className.baseVal:g.className),se.forEach(function(Ie){he.indexOf(Ie)===-1&&he.push(Ie)}),g instanceof SVGElement?g.setAttribute("class",he.join(" ")):g.className=he.join(" ")}function Vi(g,H){var se=Nt(H),he=void 0;he=Nt(g.className instanceof Tr?g.className.baseVal:g.className),se.forEach(function(Ie){var qe=he.indexOf(Ie);qe!==-1&&he.splice(qe,1)}),g instanceof SVGElement?g.setAttribute("class",he.join(" ")):g.className=he.join(" ")}function Zi(g){var H={placement:g.placement!==void 0?g.placement:si.options.defaultPlacement,delay:g.delay!==void 0?g.delay:si.options.defaultDelay,html:g.html!==void 0?g.html:si.options.defaultHtml,template:g.template!==void 0?g.template:si.options.defaultTemplate,arrowSelector:g.arrowSelector!==void 0?g.arrowSelector:si.options.defaultArrowSelector,innerSelector:g.innerSelector!==void 0?g.innerSelector:si.options.defaultInnerSelector,trigger:g.trigger!==void 0?g.trigger:si.options.defaultTrigger,offset:g.offset!==void 0?g.offset:si.options.defaultOffset,container:g.container!==void 0?g.container:si.options.defaultContainer,boundariesElement:g.boundariesElement!==void 0?g.boundariesElement:si.options.defaultBoundariesElement,autoHide:g.autoHide!==void 0?g.autoHide:si.options.autoHide,hideOnTargetClick:g.hideOnTargetClick!==void 0?g.hideOnTargetClick:si.options.defaultHideOnTargetClick,loadingClass:g.loadingClass!==void 0?g.loadingClass:si.options.defaultLoadingClass,loadingContent:g.loadingContent!==void 0?g.loadingContent:si.options.defaultLoadingContent,popperOptions:ii({},g.popperOptions!==void 0?g.popperOptions:si.options.defaultPopperOptions)};if(H.offset){var se=Yn(H.offset),he=H.offset;(se==="number"||se==="string"&&he.indexOf(",")===-1)&&(he="0, "+he),H.popperOptions.modifiers||(H.popperOptions.modifiers={}),H.popperOptions.modifiers.offset={offset:he}}return H}function Pt(g,H){for(var se=g.placement,he=0;he<Gr.length;he++){var Ie=Gr[he];H[Ie]&&(se=Ie)}return se}function yt(g){var H=g===void 0?"undefined":Yn(g);return H==="string"?g:!(!g||H!=="object")&&g.content}function Ft(g,H){var se=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},he=yt(H),Ie=H.classes!==void 0?H.classes:si.options.defaultClass,qe=ii({title:he},Zi(ii({},H,{placement:Pt(H,se)}))),Qe=g._tooltip=new ga(g,qe);Qe.setClasses(Ie),Qe._vueEl=g;var nt=H.targetClasses!==void 0?H.targetClasses:si.options.defaultTargetClass;return g._tooltipTargetClasses=nt,ui(g,nt),Qe}function $t(g){g._tooltip&&(g._tooltip.dispose(),delete g._tooltip,delete g._tooltipOldShow),g._tooltipTargetClasses&&(Vi(g,g._tooltipTargetClasses),delete g._tooltipTargetClasses)}function Bt(g,H){var se=H.value,he=(H.oldValue,H.modifiers),Ie=yt(se);if(Ie&&gr.enabled){var qe=void 0;g._tooltip?(qe=g._tooltip,qe.setContent(Ie),qe.setOptions(ii({},se,{placement:Pt(se,he)}))):qe=Ft(g,se,he),se.show!==void 0&&se.show!==g._tooltipOldShow&&(g._tooltipOldShow=se.show,se.show?qe.show():qe.hide())}else $t(g)}function Yt(g){g.addEventListener("click",Wn),g.addEventListener("touchstart",fn,!!In&&{passive:!0})}function vn(g){g.removeEventListener("click",Wn),g.removeEventListener("touchstart",fn),g.removeEventListener("touchend",Vn),g.removeEventListener("touchcancel",En)}function Wn(g){var H=g.currentTarget;g.closePopover=!H.$_vclosepopover_touch,g.closeAllPopover=H.$_closePopoverModifiers&&!!H.$_closePopoverModifiers.all}function fn(g){if(g.changedTouches.length===1){var H=g.currentTarget;H.$_vclosepopover_touch=!0;var se=g.changedTouches[0];H.$_vclosepopover_touchPoint=se,H.addEventListener("touchend",Vn),H.addEventListener("touchcancel",En)}}function Vn(g){var H=g.currentTarget;if(H.$_vclosepopover_touch=!1,g.changedTouches.length===1){var se=g.changedTouches[0],he=H.$_vclosepopover_touchPoint;g.closePopover=Math.abs(se.screenY-he.screenY)<20&&Math.abs(se.screenX-he.screenX)<20,g.closeAllPopover=H.$_closePopoverModifiers&&!!H.$_closePopoverModifiers.all}}function En(g){g.currentTarget.$_vclosepopover_touch=!1}function dn(){var g=window.navigator.userAgent,H=g.indexOf("MSIE ");if(H>0)return parseInt(g.substring(H+5,g.indexOf(".",H)),10);if(g.indexOf("Trident/")>0){var se=g.indexOf("rv:");return parseInt(g.substring(se+3,g.indexOf(".",se)),10)}var he=g.indexOf("Edge/");return he>0?parseInt(g.substring(he+5,g.indexOf(".",he)),10):-1}function bn(){bn.init||(bn.init=!0,Ar=dn()!==-1)}function hr(g){g.component("resize-observer",jn)}function sn(g){var H=si.options.popover[g];return H===void 0?si.options[g]:H}function Wr(g){Pr(g)}function Dr(g){Pr(g,!0)}function Pr(g){var H=arguments.length>1&&arguments[1]!==void 0&&arguments[1];requestAnimationFrame(function(){for(var se=void 0,he=0;he<Bn.length;he++)if(se=Bn[he],se.$refs.popover){var Ie=se.$refs.popover.contains(g.target);(g.closeAllPopover||g.closePopover&&Ie||se.autoHide&&!Ie)&&se.$_handleGlobalClose(g,H)}})}function Vr(g){var H=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(!Vr.installed){Vr.installed=!0;var se={};na(se,pn,H),kr.options=se,si.options=se,g.directive("tooltip",si),g.directive("close-popover",ia),g.component("v-popover",vr)}}p.d(h,"a",function(){return Er});for(var Pn=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(g){return typeof g}:function(g){return g&&typeof Symbol=="function"&&g.constructor===Symbol&&g!==Symbol.prototype?"symbol":typeof g},xr=typeof window!="undefined"&&typeof document!="undefined",$i=["Edge","Trident","Firefox"],mr=0,kn=0;kn<$i.length;kn+=1)if(xr&&navigator.userAgent.indexOf($i[kn])>=0){mr=1;break}var Un=xr&&window.Promise,en=Un?N:F,Cr=xr&&!(!window.MSInputMethodContext||!document.documentMode),Rn=xr&&/MSIE 10/.test(navigator.userAgent),nr=function(g,H){if(!(g instanceof H))throw new TypeError("Cannot call a class as a function")},Sr=function(){function g(H,se){for(var he=0;he<se.length;he++){var Ie=se[he];Ie.enumerable=Ie.enumerable||!1,Ie.configurable=!0,"value"in Ie&&(Ie.writable=!0),Object.defineProperty(H,Ie.key,Ie)}}return function(H,se,he){return se&&g(H.prototype,se),he&&g(H,he),H}}(),tn=function(g,H,se){return H in g?Object.defineProperty(g,H,{value:se,enumerable:!0,configurable:!0,writable:!0}):g[H]=se,g},Oi=Object.assign||function(g){for(var H=1;H<arguments.length;H++){var se=arguments[H];for(var he in se)Object.prototype.hasOwnProperty.call(se,he)&&(g[he]=se[he])}return g},qr=["auto-start","auto","auto-end","top-start","top","top-end","right-start","right","right-end","bottom-end","bottom","bottom-start","left-end","left","left-start"],Rr=qr.slice(3),rr={FLIP:"flip",CLOCKWISE:"clockwise",COUNTERCLOCKWISE:"counterclockwise"},yn={shift:{order:100,enabled:!0,fn:tt},offset:{order:200,enabled:!0,fn:Te,offset:0},preventOverflow:{order:300,enabled:!0,fn:Le,priority:["left","right","top","bottom"],padding:5,boundariesElement:"scrollParent"},keepTogether:{order:400,enabled:!0,fn:_},arrow:{order:500,enabled:!0,fn:gt,element:"[x-arrow]"},flip:{order:600,enabled:!0,fn:f,behavior:"flip",padding:5,boundariesElement:"viewport"},inner:{order:700,enabled:!1,fn:kt},hide:{order:800,enabled:!0,fn:dt},computeStyle:{order:850,enabled:!0,fn:oi,gpuAcceleration:!0,x:"bottom",y:"right"},applyStyle:{order:900,enabled:!0,fn:jt,onLoad:mi,gpuAcceleration:void 0}},ar={placement:"bottom",positionFixed:!1,eventsEnabled:!0,removeOnDestroy:!1,onCreate:function(){},onUpdate:function(){},modifiers:yn},wn=function(){function g(H,se){var he=this,Ie=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};nr(this,g),this.scheduleUpdate=function(){return requestAnimationFrame(he.update)},this.update=en(this.update.bind(this)),this.options=Oi({},g.Defaults,Ie),this.state={isDestroyed:!1,isCreated:!1,scrollParents:[]},this.reference=H&&H.jquery?H[0]:H,this.popper=se&&se.jquery?se[0]:se,this.options.modifiers={},Object.keys(Oi({},g.Defaults.modifiers,Ie.modifiers)).forEach(function(Qe){he.options.modifiers[Qe]=Oi({},g.Defaults.modifiers[Qe]||{},Ie.modifiers?Ie.modifiers[Qe]:{})}),this.modifiers=Object.keys(this.options.modifiers).map(function(Qe){return Oi({name:Qe},he.options.modifiers[Qe])}).sort(function(Qe,nt){return Qe.order-nt.order}),this.modifiers.forEach(function(Qe){Qe.enabled&&B(Qe.onLoad)&&Qe.onLoad(he.reference,he.popper,he.options,Qe,he.state)}),this.update();var qe=this.options.eventsEnabled;qe&&this.enableEventListeners(),this.state.eventsEnabled=qe}return Sr(g,[{key:"update",value:function(){return re.call(this)}},{key:"destroy",value:function(){return W.call(this)}},{key:"enableEventListeners",value:function(){return Ne.call(this)}},{key:"disableEventListeners",value:function(){return Ue.call(this)}}]),g}();wn.Utils=(typeof window!="undefined"?window:le.g).PopperUtils,wn.placements=qr,wn.Defaults=ar;var Tr=function(){};typeof window!="undefined"&&(Tr=window.SVGAnimatedString);var In=!1;if(typeof window!="undefined"){In=!1;try{var Qn=Object.defineProperty({},"passive",{get:function(){In=!0}});window.addEventListener("test",null,Qn)}catch(g){}}var Yn=typeof Symbol=="function"&&Pn(Symbol.iterator)==="symbol"?function(g){return g===void 0?"undefined":Pn(g)}:function(g){return g&&typeof Symbol=="function"&&g.constructor===Symbol&&g!==Symbol.prototype?"symbol":g===void 0?"undefined":Pn(g)},Ir=function(g,H){if(!(g instanceof H))throw new TypeError("Cannot call a class as a function")},an=function(){function g(H,se){for(var he=0;he<se.length;he++){var Ie=se[he];Ie.enumerable=Ie.enumerable||!1,Ie.configurable=!0,"value"in Ie&&(Ie.writable=!0),Object.defineProperty(H,Ie.key,Ie)}}return function(H,se,he){return se&&g(H.prototype,se),he&&g(H,he),H}}(),ii=Object.assign||function(g){for(var H=1;H<arguments.length;H++){var se=arguments[H];for(var he in se)Object.prototype.hasOwnProperty.call(se,he)&&(g[he]=se[he])}return g},Nn={container:!1,delay:0,html:!1,placement:"top",title:"",template:'<div class="tooltip" role="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",offset:0},ln=[],ga=function(){function g(H,se){Ir(this,g),ta.call(this),se=ii({},Nn,se),H.jquery&&(H=H[0]),this.reference=H,this.options=se,this._isOpen=!1,this._init()}return an(g,[{key:"setClasses",value:function(H){this._classes=H}},{key:"setContent",value:function(H){this.options.title=H,this._tooltipNode&&this._setContent(H,this.options)}},{key:"setOptions",value:function(H){var se=!1,he=H&&H.classes||si.options.defaultClass;this._classes!==he&&(this.setClasses(he),se=!0),H=Zi(H);var Ie=!1,qe=!1;this.options.offset===H.offset&&this.options.placement===H.placement||(Ie=!0),(this.options.template!==H.template||this.options.trigger!==H.trigger||this.options.container!==H.container||se)&&(qe=!0);for(var Qe in H)this.options[Qe]=H[Qe];if(this._tooltipNode)if(qe){var nt=this._isOpen;this.dispose(),this._init(),nt&&this.show()}else Ie&&this.popperInstance.update()}},{key:"_init",value:function(){var H=typeof this.options.trigger=="string"?this.options.trigger.split(" ").filter(function(se){return["click","hover","focus"].indexOf(se)!==-1}):[];this._isDisposed=!1,this._enableDocumentTouch=H.indexOf("manual")===-1,this._setEventListeners(this.reference,H,this.options)}},{key:"_create",value:function(H,se){var he=window.document.createElement("div");he.innerHTML=se.trim();var Ie=he.childNodes[0];return Ie.id="tooltip_"+Math.random().toString(36).substr(2,10),Ie.setAttribute("aria-hidden","true"),this.options.autoHide&&this.options.trigger.indexOf("hover")!==-1&&(Ie.addEventListener("mouseenter",this.hide),Ie.addEventListener("click",this.hide)),Ie}},{key:"_setContent",value:function(H,se){var he=this;this.asyncContent=!1,this._applyContent(H,se).then(function(){he.popperInstance.update()})}},{key:"_applyContent",value:function(H,se){var he=this;return new Promise(function(Ie,qe){var Qe=se.html,nt=he._tooltipNode,pt=nt.querySelector(he.options.innerSelector);if(H.nodeType===1){if(Qe){for(;pt.firstChild;)pt.removeChild(pt.firstChild);pt.appendChild(H)}}else{if(typeof H=="function"){var Tt=H();return void(Tt&&typeof Tt.then=="function"?(he.asyncContent=!0,se.loadingClass&&ui(nt,se.loadingClass),se.loadingContent&&he._applyContent(se.loadingContent,se),Tt.then(function(Ht){return se.loadingClass&&Vi(nt,se.loadingClass),he._applyContent(Ht,se)}).then(Ie).catch(qe)):he._applyContent(Tt,se).then(Ie).catch(qe))}Qe?pt.innerHTML=H:pt.innerText=H}Ie()})}},{key:"_show",value:function(H,se){if(!(se&&typeof se.container=="string"&&!document.querySelector(se.container))){clearTimeout(this._disposeTimer),se=Object.assign({},se),delete se.offset;var he=!0;this._tooltipNode&&(ui(this._tooltipNode,this._classes),he=!1);var Ie=this._ensureShown(H,se);return he&&this._tooltipNode&&ui(this._tooltipNode,this._classes),ui(H,["v-tooltip-open"]),Ie}}},{key:"_ensureShown",value:function(H,se){var he=this;if(this._isOpen)return this;if(this._isOpen=!0,ln.push(this),this._tooltipNode)return this._tooltipNode.style.display="",this._tooltipNode.setAttribute("aria-hidden","false"),this.popperInstance.enableEventListeners(),this.popperInstance.update(),this.asyncContent&&this._setContent(se.title,se),this;var Ie=H.getAttribute("title")||se.title;if(!Ie)return this;var qe=this._create(H,se.template);this._tooltipNode=qe,this._setContent(Ie,se),H.setAttribute("aria-describedby",qe.id);var Qe=this._findContainer(se.container,H);this._append(qe,Qe);var nt=ii({},se.popperOptions,{placement:se.placement});return nt.modifiers=ii({},nt.modifiers,{arrow:{element:this.options.arrowSelector}}),se.boundariesElement&&(nt.modifiers.preventOverflow={boundariesElement:se.boundariesElement}),this.popperInstance=new wn(H,qe,nt),requestAnimationFrame(function(){!he._isDisposed&&he.popperInstance?(he.popperInstance.update(),requestAnimationFrame(function(){he._isDisposed?he.dispose():he._isOpen&&qe.setAttribute("aria-hidden","false")})):he.dispose()}),this}},{key:"_noLongerOpen",value:function(){var H=ln.indexOf(this);H!==-1&&ln.splice(H,1)}},{key:"_hide",value:function(){var H=this;if(!this._isOpen)return this;this._isOpen=!1,this._noLongerOpen(),this._tooltipNode.style.display="none",this._tooltipNode.setAttribute("aria-hidden","true"),this.popperInstance.disableEventListeners(),clearTimeout(this._disposeTimer);var se=si.options.disposeTimeout;return se!==null&&(this._disposeTimer=setTimeout(function(){H._tooltipNode&&(H._tooltipNode.removeEventListener("mouseenter",H.hide),H._tooltipNode.removeEventListener("click",H.hide),H._tooltipNode.parentNode.removeChild(H._tooltipNode),H._tooltipNode=null)},se)),Vi(this.reference,["v-tooltip-open"]),this}},{key:"_dispose",value:function(){var H=this;return this._isDisposed=!0,this._events.forEach(function(se){var he=se.func,Ie=se.event;H.reference.removeEventListener(Ie,he)}),this._events=[],this._tooltipNode?(this._hide(),this._tooltipNode.removeEventListener("mouseenter",this.hide),this._tooltipNode.removeEventListener("click",this.hide),this.popperInstance.destroy(),this.popperInstance.options.removeOnDestroy||(this._tooltipNode.parentNode.removeChild(this._tooltipNode),this._tooltipNode=null)):this._noLongerOpen(),this}},{key:"_findContainer",value:function(H,se){return typeof H=="string"?H=window.document.querySelector(H):H===!1&&(H=se.parentNode),H}},{key:"_append",value:function(H,se){se.appendChild(H)}},{key:"_setEventListeners",value:function(H,se,he){var Ie=this,qe=[],Qe=[];se.forEach(function(nt){switch(nt){case"hover":qe.push("mouseenter"),Qe.push("mouseleave"),Ie.options.hideOnTargetClick&&Qe.push("click");break;case"focus":qe.push("focus"),Qe.push("blur"),Ie.options.hideOnTargetClick&&Qe.push("click");break;case"click":qe.push("click"),Qe.push("click")}}),qe.forEach(function(nt){var pt=function(Tt){Ie._isOpen!==!0&&(Tt.usedByTooltip=!0,Ie._scheduleShow(H,he.delay,he,Tt))};Ie._events.push({event:nt,func:pt}),H.addEventListener(nt,pt)}),Qe.forEach(function(nt){var pt=function(Tt){Tt.usedByTooltip!==!0&&Ie._scheduleHide(H,he.delay,he,Tt)};Ie._events.push({event:nt,func:pt}),H.addEventListener(nt,pt)})}},{key:"_onDocumentTouch",value:function(H){this._enableDocumentTouch&&this._scheduleHide(this.reference,this.options.delay,this.options,H)}},{key:"_scheduleShow",value:function(H,se,he){var Ie=this,qe=se&&se.show||se||0;clearTimeout(this._scheduleTimer),this._scheduleTimer=window.setTimeout(function(){return Ie._show(H,he)},qe)}},{key:"_scheduleHide",value:function(H,se,he,Ie){var qe=this,Qe=se&&se.hide||se||0;clearTimeout(this._scheduleTimer),this._scheduleTimer=window.setTimeout(function(){if(qe._isOpen!==!1&&document.body.contains(qe._tooltipNode)){if(Ie.type==="mouseleave"&&qe._setTooltipNodeEvent(Ie,H,se,he))return;qe._hide(H,he)}},Qe)}}]),g}(),ta=function(){var g=this;this.show=function(){g._show(g.reference,g.options)},this.hide=function(){g._hide()},this.dispose=function(){g._dispose()},this.toggle=function(){return g._isOpen?g.hide():g.show()},this._events=[],this._setTooltipNodeEvent=function(H,se,he,Ie){var qe=H.relatedreference||H.toElement||H.relatedTarget,Qe=function nt(pt){var Tt=pt.relatedreference||pt.toElement||pt.relatedTarget;g._tooltipNode.removeEventListener(H.type,nt),se.contains(Tt)||g._scheduleHide(se,Ie.delay,Ie,pt)};return!!g._tooltipNode.contains(qe)&&(g._tooltipNode.addEventListener(H.type,Qe),!0)}};typeof document!="undefined"&&document.addEventListener("touchstart",function(g){for(var H=0;H<ln.length;H++)ln[H]._onDocumentTouch(g)},!In||{passive:!0,capture:!0});var gr={enabled:!0},Gr=["top","top-start","top-end","right","right-start","right-end","bottom","bottom-start","bottom-end","left","left-start","left-end"],pn={defaultPlacement:"top",defaultClass:"vue-tooltip-theme",defaultTargetClass:"has-tooltip",defaultHtml:!0,defaultTemplate:'<div class="tooltip" role="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',defaultArrowSelector:".tooltip-arrow, .tooltip__arrow",defaultInnerSelector:".tooltip-inner, .tooltip__inner",defaultDelay:0,defaultTrigger:"hover focus",defaultOffset:0,defaultContainer:"body",defaultBoundariesElement:void 0,defaultPopperOptions:{},defaultLoadingClass:"tooltip-loading",defaultLoadingContent:"...",autoHide:!0,defaultHideOnTargetClick:!0,disposeTimeout:5e3,popover:{defaultPlacement:"bottom",defaultClass:"vue-popover-theme",defaultBaseClass:"tooltip popover",defaultWrapperClass:"wrapper",defaultInnerClass:"tooltip-inner popover-inner",defaultArrowClass:"tooltip-arrow popover-arrow",defaultDelay:0,defaultTrigger:"click",defaultOffset:0,defaultContainer:"body",defaultBoundariesElement:void 0,defaultPopperOptions:{},defaultAutoHide:!0,defaultHandleResize:!0}},si={options:pn,bind:Bt,update:Bt,unbind:function(g){$t(g)}},ia={bind:function(g,H){var se=H.value,he=H.modifiers;g.$_closePopoverModifiers=he,(se===void 0||se)&&Yt(g)},update:function(g,H){var se=H.value,he=H.oldValue,Ie=H.modifiers;g.$_closePopoverModifiers=Ie,se!==he&&(se===void 0||se?Yt(g):vn(g))},unbind:function(g){vn(g)}},Ar=void 0,jn={render:function(){var g=this,H=g.$createElement;return(g._self._c||H)("div",{staticClass:"resize-observer",attrs:{tabindex:"-1"}})},staticRenderFns:[],_scopeId:"data-v-b329ee4c",name:"resize-observer",methods:{notify:function(){this.$emit("notify")},addResizeHandlers:function(){this._resizeObject.contentDocument.defaultView.addEventListener("resize",this.notify),this._w===this.$el.offsetWidth&&this._h===this.$el.offsetHeight||this.notify()},removeResizeHandlers:function(){this._resizeObject&&this._resizeObject.onload&&(!Ar&&this._resizeObject.contentDocument&&this._resizeObject.contentDocument.defaultView.removeEventListener("resize",this.notify),delete this._resizeObject.onload)}},mounted:function(){var g=this;bn(),this.$nextTick(function(){g._w=g.$el.offsetWidth,g._h=g.$el.offsetHeight});var H=document.createElement("object");this._resizeObject=H,H.setAttribute("style","display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; overflow: hidden; pointer-events: none; z-index: -1;"),H.setAttribute("aria-hidden","true"),H.setAttribute("tabindex",-1),H.onload=this.addResizeHandlers,H.type="text/html",Ar&&this.$el.appendChild(H),H.data="about:blank",Ar||this.$el.appendChild(H)},beforeDestroy:function(){this.removeResizeHandlers()}},va={version:"0.4.4",install:hr},hn=null;typeof window!="undefined"?hn=window.Vue:typeof le.g!="undefined"&&(hn=le.g.Vue),hn&&hn.use(va);var Nr=!1;typeof window!="undefined"&&typeof navigator!="undefined"&&(Nr=/iPad|iPhone|iPod/.test(navigator.userAgent)&&!window.MSStream);var Bn=[],qn=function(){};typeof window!="undefined"&&(qn=window.Element);var vr={render:function(){var g=this,H=g.$createElement,se=g._self._c||H;return se("div",{staticClass:"v-popover",class:g.cssClass},[se("span",{ref:"trigger",staticClass:"trigger",staticStyle:{display:"inline-block"},attrs:{"aria-describedby":g.popoverId,tabindex:g.trigger.indexOf("focus")!==-1?0:-1}},[g._t("default")],2),g._v(" "),se("div",{ref:"popover",class:[g.popoverBaseClass,g.popoverClass,g.cssClass],style:{visibility:g.isOpen?"visible":"hidden"},attrs:{id:g.popoverId,"aria-hidden":g.isOpen?"false":"true"}},[se("div",{class:g.popoverWrapperClass},[se("div",{ref:"inner",class:g.popoverInnerClass,staticStyle:{position:"relative"}},[se("div",[g._t("popover")],2),g._v(" "),g.handleResize?se("ResizeObserver",{on:{notify:g.$_handleResize}}):g._e()],1),g._v(" "),se("div",{ref:"arrow",class:g.popoverArrowClass})])])])},staticRenderFns:[],name:"VPopover",components:{ResizeObserver:jn},props:{open:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},placement:{type:String,default:function(){return sn("defaultPlacement")}},delay:{type:[String,Number,Object],default:function(){return sn("defaultDelay")}},offset:{type:[String,Number],default:function(){return sn("defaultOffset")}},trigger:{type:String,default:function(){return sn("defaultTrigger")}},container:{type:[String,Object,qn],default:function(){return sn("defaultContainer")}},boundariesElement:{type:qn,default:function(){return sn("defaultBoundariesElement")}},popperOptions:{type:Object,default:function(){return sn("defaultPopperOptions")}},popoverClass:{type:[String,Array],default:function(){return sn("defaultClass")}},popoverBaseClass:{type:[String,Array],default:function(){return si.options.popover.defaultBaseClass}},popoverInnerClass:{type:[String,Array],default:function(){return si.options.popover.defaultInnerClass}},popoverWrapperClass:{type:[String,Array],default:function(){return si.options.popover.defaultWrapperClass}},popoverArrowClass:{type:[String,Array],default:function(){return si.options.popover.defaultArrowClass}},autoHide:{type:Boolean,default:function(){return si.options.popover.defaultAutoHide}},handleResize:{type:Boolean,default:function(){return si.options.popover.defaultHandleResize}},openGroup:{type:String,default:null}},data:function(){return{isOpen:!1,id:Math.random().toString(36).substr(2,10)}},computed:{cssClass:function(){return{open:this.isOpen}},popoverId:function(){return"popover_"+this.id}},watch:{open:function(g){g?this.show():this.hide()},disabled:function(g,H){g!==H&&(g?this.hide():this.open&&this.show())},container:function(g){if(this.isOpen&&this.popperInstance){var H=this.$refs.popover,se=this.$refs.trigger,he=this.$_findContainer(this.container,se);if(!he)return void console.warn("No container for popover",this);he.appendChild(H),this.popperInstance.scheduleUpdate()}},trigger:function(g){this.$_removeEventListeners(),this.$_addEventListeners()},placement:function(g){var H=this;this.$_updatePopper(function(){H.popperInstance.options.placement=g})},offset:"$_restartPopper",boundariesElement:"$_restartPopper",popperOptions:{handler:"$_restartPopper",deep:!0}},created:function(){this.$_isDisposed=!1,this.$_mounted=!1,this.$_events=[],this.$_preventOpen=!1},mounted:function(){var g=this.$refs.popover;g.parentNode&&g.parentNode.removeChild(g),this.$_init(),this.open&&this.show()},beforeDestroy:function(){this.dispose()},methods:{show:function(){var g=this,H=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},se=H.event,he=(H.skipDelay,H.force);!(he!==void 0&&he)&&this.disabled||(this.$_scheduleShow(se),this.$emit("show")),this.$emit("update:open",!0),this.$_beingShowed=!0,requestAnimationFrame(function(){g.$_beingShowed=!1})},hide:function(){var g=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},H=g.event;g.skipDelay,this.$_scheduleHide(H),this.$emit("hide"),this.$emit("update:open",!1)},dispose:function(){if(this.$_isDisposed=!0,this.$_removeEventListeners(),this.hide({skipDelay:!0}),this.popperInstance&&(this.popperInstance.destroy(),!this.popperInstance.options.removeOnDestroy)){var g=this.$refs.popover;g.parentNode&&g.parentNode.removeChild(g)}this.$_mounted=!1,this.popperInstance=null,this.isOpen=!1,this.$emit("dispose")},$_init:function(){this.trigger.indexOf("manual")===-1&&this.$_addEventListeners()},$_show:function(){var g=this,H=this.$refs.trigger,se=this.$refs.popover;if(clearTimeout(this.$_disposeTimer),!this.isOpen){if(this.popperInstance&&(this.isOpen=!0,this.popperInstance.enableEventListeners(),this.popperInstance.scheduleUpdate()),!this.$_mounted){var he=this.$_findContainer(this.container,H);if(!he)return void console.warn("No container for popover",this);he.appendChild(se),this.$_mounted=!0}if(!this.popperInstance){var Ie=ii({},this.popperOptions,{placement:this.placement});if(Ie.modifiers=ii({},Ie.modifiers,{arrow:{element:this.$refs.arrow}}),this.offset){var qe=this.$_getOffset();Ie.modifiers.offset={offset:qe}}this.boundariesElement&&(Ie.modifiers.preventOverflow={boundariesElement:this.boundariesElement}),this.popperInstance=new wn(H,se,Ie),requestAnimationFrame(function(){!g.$_isDisposed&&g.popperInstance?(g.popperInstance.scheduleUpdate(),requestAnimationFrame(function(){g.$_isDisposed?g.dispose():g.isOpen=!0})):g.dispose()})}var Qe=this.openGroup;if(Qe)for(var nt=void 0,pt=0;pt<Bn.length;pt++)nt=Bn[pt],nt.openGroup!==Qe&&(nt.hide(),nt.$emit("close-group"));Bn.push(this),this.$emit("apply-show")}},$_hide:function(){var g=this;if(this.isOpen){var H=Bn.indexOf(this);H!==-1&&Bn.splice(H,1),this.isOpen=!1,this.popperInstance&&this.popperInstance.disableEventListeners(),clearTimeout(this.$_disposeTimer);var se=si.options.popover.disposeTimeout||si.options.disposeTimeout;se!==null&&(this.$_disposeTimer=setTimeout(function(){var he=g.$refs.popover;he&&(he.parentNode&&he.parentNode.removeChild(he),g.$_mounted=!1)},se)),this.$emit("apply-hide")}},$_findContainer:function(g,H){return typeof g=="string"?g=window.document.querySelector(g):g===!1&&(g=H.parentNode),g},$_getOffset:function(){var g=Yn(this.offset),H=this.offset;return(g==="number"||g==="string"&&H.indexOf(",")===-1)&&(H="0, "+H),H},$_addEventListeners:function(){var g=this,H=this.$refs.trigger,se=[],he=[];(typeof this.trigger=="string"?this.trigger.split(" ").filter(function(Ie){return["click","hover","focus"].indexOf(Ie)!==-1}):[]).forEach(function(Ie){switch(Ie){case"hover":se.push("mouseenter"),he.push("mouseleave");break;case"focus":se.push("focus"),he.push("blur");break;case"click":se.push("click"),he.push("click")}}),se.forEach(function(Ie){var qe=function(Qe){g.isOpen||(Qe.usedByTooltip=!0,!g.$_preventOpen&&g.show({event:Qe}))};g.$_events.push({event:Ie,func:qe}),H.addEventListener(Ie,qe)}),he.forEach(function(Ie){var qe=function(Qe){Qe.usedByTooltip||g.hide({event:Qe})};g.$_events.push({event:Ie,func:qe}),H.addEventListener(Ie,qe)})},$_scheduleShow:function(){var g=arguments.length>1&&arguments[1]!==void 0&&arguments[1];if(clearTimeout(this.$_scheduleTimer),g)this.$_show();else{var H=parseInt(this.delay&&this.delay.show||this.delay||0);this.$_scheduleTimer=setTimeout(this.$_show.bind(this),H)}},$_scheduleHide:function(){var g=this,H=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null,se=arguments.length>1&&arguments[1]!==void 0&&arguments[1];if(clearTimeout(this.$_scheduleTimer),se)this.$_hide();else{var he=parseInt(this.delay&&this.delay.hide||this.delay||0);this.$_scheduleTimer=setTimeout(function(){if(g.isOpen){if(H&&H.type==="mouseleave"&&g.$_setTooltipNodeEvent(H))return;g.$_hide()}},he)}},$_setTooltipNodeEvent:function(g){var H=this,se=this.$refs.trigger,he=this.$refs.popover,Ie=g.relatedreference||g.toElement||g.relatedTarget,qe=function Qe(nt){var pt=nt.relatedreference||nt.toElement||nt.relatedTarget;he.removeEventListener(g.type,Qe),se.contains(pt)||H.hide({event:nt})};return!!he.contains(Ie)&&(he.addEventListener(g.type,qe),!0)},$_removeEventListeners:function(){var g=this.$refs.trigger;this.$_events.forEach(function(H){var se=H.func,he=H.event;g.removeEventListener(he,se)}),this.$_events=[]},$_updatePopper:function(g){this.popperInstance&&(g(),this.isOpen&&this.popperInstance.scheduleUpdate())},$_restartPopper:function(){if(this.popperInstance){var g=this.isOpen;this.dispose(),this.$_isDisposed=!1,this.$_init(),g&&this.show({skipDelay:!0,force:!0})}},$_handleGlobalClose:function(g){var H=this,se=arguments.length>1&&arguments[1]!==void 0&&arguments[1];this.$_beingShowed||(this.hide({event:g}),g.closePopover?this.$emit("close-directive"):this.$emit("auto-hide"),se&&(this.$_preventOpen=!0,setTimeout(function(){H.$_preventOpen=!1},300)))},$_handleResize:function(){this.isOpen&&this.popperInstance&&(this.popperInstance.scheduleUpdate(),this.$emit("resize"))}}};typeof document!="undefined"&&typeof window!="undefined"&&(Nr?document.addEventListener("touchend",Dr,!In||{passive:!0,capture:!0}):window.addEventListener("click",Wr,!0));var Gn=typeof window!="undefined"?window:typeof le.g!="undefined"?le.g:typeof self!="undefined"?self:{},na=function(g,H){return H={exports:{}},g(H,H.exports),H.exports}(function(g,H){function se(be,He,Ye){switch(Ye.length){case 0:return be.call(He);case 1:return be.call(He,Ye[0]);case 2:return be.call(He,Ye[0],Ye[1]);case 3:return be.call(He,Ye[0],Ye[1],Ye[2])}return be.apply(He,Ye)}function he(be,He){for(var Ye=-1,Ot=Array(be);++Ye<be;)Ot[Ye]=He(Ye);return Ot}function Ie(be,He){return be==null?void 0:be[He]}function qe(be,He){return He=="__proto__"?void 0:be[He]}function Qe(be){var He=-1,Ye=be==null?0:be.length;for(this.clear();++He<Ye;){var Ot=be[He];this.set(Ot[0],Ot[1])}}function nt(){this.__data__=yi?yi(null):{},this.size=0}function pt(be){var He=this.has(be)&&delete this.__data__[be];return this.size-=He?1:0,He}function Tt(be){var He=this.__data__;if(yi){var Ye=He[be];return Ye===_a?void 0:Ye}return fi.call(He,be)?He[be]:void 0}function Ht(be){var He=this.__data__;return yi?He[be]!==void 0:fi.call(He,be)}function Et(be,He){var Ye=this.__data__;return this.size+=this.has(be)?0:1,Ye[be]=yi&&He===void 0?_a:He,this}function At(be){var He=-1,Ye=be==null?0:be.length;for(this.clear();++He<Ye;){var Ot=be[He];this.set(Ot[0],Ot[1])}}function ti(){this.__data__=[],this.size=0}function _t(be){var He=this.__data__,Ye=j(He,be);return!(Ye<0)&&(Ye==He.length-1?He.pop():lt.call(He,Ye,1),--this.size,!0)}function on(be){var He=this.__data__,Ye=j(He,be);return Ye<0?void 0:He[Ye][1]}function Ln(be){return j(this.__data__,be)>-1}function $n(be,He){var Ye=this.__data__,Ot=j(Ye,be);return Ot<0?(++this.size,Ye.push([be,He])):Ye[Ot][1]=He,this}function cn(be){var He=-1,Ye=be==null?0:be.length;for(this.clear();++He<Ye;){var Ot=be[He];this.set(Ot[0],Ot[1])}}function Fn(){this.size=0,this.__data__={hash:new Qe,map:new(ai||At),string:new Qe}}function or(be){var He=Fi(this,be).delete(be);return this.size-=He?1:0,He}function br(be){return Fi(this,be).get(be)}function ba(be){return Fi(this,be).has(be)}function ra(be,He){var Ye=Fi(this,be),Ot=Ye.size;return Ye.set(be,He),this.size+=Ye.size==Ot?0:1,this}function Mn(be){var He=this.__data__=new At(be);this.size=He.size}function ya(){this.__data__=new At,this.size=0}function yr(be){var He=this.__data__,Ye=He.delete(be);return this.size=He.size,Ye}function On(be){return this.__data__.get(be)}function $a(be){return this.__data__.has(be)}function Lr(be,He){var Ye=this.__data__;if(Ye instanceof At){var Ot=Ye.__data__;if(!ai||Ot.length<ja-1)return Ot.push([be,He]),this.size=++Ye.size,this;Ye=this.__data__=new cn(Ot)}return Ye.set(be,He),this.size=Ye.size,this}function r(be,He){var Ye=Or(be),Ot=!Ye&&Ri(be),gi=!Ye&&!Ot&&Ur(be),Ui=!Ye&&!Ot&&!gi&&Dn(be),qi=Ye||Ot||gi||Ui,pi=qi?he(be.length,String):[],Yi=pi.length;for(var tr in be)!He&&!fi.call(be,tr)||qi&&(tr=="length"||gi&&(tr=="offset"||tr=="parent")||Ui&&(tr=="buffer"||tr=="byteLength"||tr=="byteOffset")||Qi(tr,Yi))||pi.push(tr);return pi}function c(be,He,Ye){(Ye===void 0||Hn(be[He],Ye))&&(Ye!==void 0||He in be)||z(be,He,Ye)}function m(be,He,Ye){var Ot=be[He];fi.call(be,He)&&Hn(Ot,Ye)&&(Ye!==void 0||He in be)||z(be,He,Ye)}function j(be,He){for(var Ye=be.length;Ye--;)if(Hn(be[Ye][0],He))return Ye;return-1}function z(be,He,Ye){He=="__proto__"&&wt?wt(be,He,{configurable:!0,enumerable:!0,value:Ye,writable:!0}):be[He]=Ye}function U(be){return be==null?be===void 0?A:ue:mt&&mt in Object(be)?wi(be):lr(be)}function ie(be){return li(be)&&U(be)==sa}function $e(be){return!(!Jn(be)||$r(be))&&(Fr(be)?zi:G).test(_n(be))}function _e(be){return li(be)&&Kn(be.length)&&!!me[U(be)]}function Me(be){if(!Jn(be))return nn(be);var He=sr(be),Ye=[];for(var Ot in be)(Ot!="constructor"||!He&&fi.call(be,Ot))&&Ye.push(Ot);return Ye}function Xe(be,He,Ye,Ot,gi){be!==He&&Ti(He,function(Ui,qi){if(Jn(Ui))gi||(gi=new Mn),st(be,He,qi,Ye,Xe,Ot,gi);else{var pi=Ot?Ot(qe(be,qi),Ui,qi+"",be,He,gi):void 0;pi===void 0&&(pi=Ui),c(be,qi,pi)}},Mr)}function st(be,He,Ye,Ot,gi,Ui,qi){var pi=qe(be,Ye),Yi=qe(He,Ye),tr=qi.get(Yi);if(tr)return void c(be,Ye,tr);var Xn=Ui?Ui(pi,Yi,Ye+"",be,He,qi):void 0,Xr=Xn===void 0;if(Xr){var Wa=Or(Yi),Gi=!Wa&&Ur(Yi),no=!Wa&&!Gi&&Dn(Yi);Xn=Yi,Wa||Gi||no?Or(pi)?Xn=pi:ur(pi)?Xn=Lt(pi):Gi?(Xr=!1,Xn=Ze(Yi,!0)):no?(Xr=!1,Xn=Kt(Yi,!0)):Xn=[]:fr(Yi)||Ri(Yi)?(Xn=pi,Ri(pi)?Xn=Kr(pi):(!Jn(pi)||Ot&&Fr(pi))&&(Xn=Xt(Yi))):Xr=!1}Xr&&(qi.set(Yi,Xn),gi(Xn,Yi,Ot,Ui,qi),qi.delete(Yi)),c(be,Ye,Xn)}function Ge(be,He){return Cn(cr(be,He,Hr),be+"")}function Ze(be,He){if(He)return be.slice();var Ye=be.length,Ot=De?De(Ye):new be.constructor(Ye);return be.copy(Ot),Ot}function It(be){var He=new be.constructor(be.byteLength);return new ke(He).set(new ke(be)),He}function Kt(be,He){var Ye=He?It(be.buffer):be.buffer;return new be.constructor(Ye,be.byteOffset,be.length)}function Lt(be,He){var Ye=-1,Ot=be.length;for(He||(He=Array(Ot));++Ye<Ot;)He[Ye]=be[Ye];return He}function Di(be,He,Ye,Ot){var gi=!Ye;Ye||(Ye={});for(var Ui=-1,qi=He.length;++Ui<qi;){var pi=He[Ui],Yi=Ot?Ot(Ye[pi],be[pi],pi,Ye,be):void 0;Yi===void 0&&(Yi=be[pi]),gi?z(Ye,pi,Yi):m(Ye,pi,Yi)}return Ye}function Fi(be,He){var Ye=be.__data__;return Mi(He)?Ye[typeof He=="string"?"string":"hash"]:Ye.map}function un(be,He){var Ye=Ie(be,He);return $e(Ye)?Ye:void 0}function wi(be){var He=fi.call(be,mt),Ye=be[mt];try{be[mt]=void 0;var Ot=!0}catch(Ui){}var gi=ci.call(be);return Ot&&(He?be[mt]=Ye:delete be[mt]),gi}function Xt(be){return typeof be.constructor!="function"||sr(be)?{}:qt(Je(be))}function Qi(be,He){var Ye=be===void 0?"undefined":Pn(be);return!!(He=He==null?Zn:He)&&(Ye=="number"||Ye!="symbol"&&ne.test(be))&&be>-1&&be%1==0&&be<He}function ri(be,He,Ye){if(!Jn(Ye))return!1;var Ot=He===void 0?"undefined":Pn(He);return!!(Ot=="number"?xn(Ye)&&Qi(He,Ye.length):Ot=="string"&&He in Ye)&&Hn(Ye[He],be)}function Mi(be){var He=be===void 0?"undefined":Pn(be);return He=="string"||He=="number"||He=="symbol"||He=="boolean"?be!=="__proto__":be===null}function $r(be){return!!Si&&Si in be}function sr(be){var He=be&&be.constructor;return be===(typeof He=="function"&&He.prototype||ji)}function nn(be){var He=[];if(be!=null)for(var Ye in Object(be))He.push(Ye);return He}function lr(be){return ci.call(be)}function cr(be,He,Ye){return He=zt(He===void 0?be.length-1:He,0),function(){for(var Ot=arguments,gi=-1,Ui=zt(Ot.length-He,0),qi=Array(Ui);++gi<Ui;)qi[gi]=Ot[He+gi];gi=-1;for(var pi=Array(He+1);++gi<He;)pi[gi]=Ot[gi];return pi[He]=Ye(qi),se(be,this,pi)}}function _n(be){if(be!=null){try{return Ci.call(be)}catch(He){}try{return be+""}catch(He){}}return""}function Hn(be,He){return be===He||be!==be&&He!==He}function xn(be){return be!=null&&Kn(be.length)&&!Fr(be)}function ur(be){return li(be)&&xn(be)}function Fr(be){if(!Jn(be))return!1;var He=U(be);return He==ca||He==zr||He==la||He==w}function Kn(be){return typeof be=="number"&&be>-1&&be%1==0&&be<=Zn}function Jn(be){var He=be===void 0?"undefined":Pn(be);return be!=null&&(He=="object"||He=="function")}function li(be){return be!=null&&(be===void 0?"undefined":Pn(be))=="object"}function fr(be){if(!li(be)||U(be)!=d)return!1;var He=Je(be);if(He===null)return!0;var Ye=fi.call(He,"constructor")&&He.constructor;return typeof Ye=="function"&&Ye instanceof Ye&&Ci.call(Ye)==Hi}function Kr(be){return Di(be,Mr(be))}function Mr(be){return xn(be)?r(be,!0):Me(be)}function wa(be){return function(){return be}}function Hr(be){return be}function Oa(){return!1}var ja=200,_a="__lodash_hash_undefined__",aa=800,oa=16,Zn=9007199254740991,sa="[object Arguments]",la="[object AsyncFunction]",ca="[object Function]",zr="[object GeneratorFunction]",ue="[object Null]",d="[object Object]",w="[object Proxy]",A="[object Undefined]",E=/[\\^$.*+?()[\]{}|]/g,G=/^\[object .+?Constructor\]$/,ne=/^(?:0|[1-9]\d*)$/,me={};me["[object Float32Array]"]=me["[object Float64Array]"]=me["[object Int8Array]"]=me["[object Int16Array]"]=me["[object Int32Array]"]=me["[object Uint8Array]"]=me["[object Uint8ClampedArray]"]=me["[object Uint16Array]"]=me["[object Uint32Array]"]=!0,me[sa]=me["[object Array]"]=me["[object ArrayBuffer]"]=me["[object Boolean]"]=me["[object DataView]"]=me["[object Date]"]=me["[object Error]"]=me[ca]=me["[object Map]"]=me["[object Number]"]=me[d]=me["[object RegExp]"]=me["[object Set]"]=me["[object String]"]=me["[object WeakMap]"]=!1;var Oe=(Gn===void 0?"undefined":Pn(Gn))=="object"&&Gn&&Gn.Object===Object&&Gn,We=(typeof self=="undefined"?"undefined":Pn(self))=="object"&&self&&self.Object===Object&&self,et=Oe||We||Function("return this")(),ot=H&&!H.nodeType&&H,ht=ot&&!0&&g&&!g.nodeType&&g,ut=ht&&ht.exports===ot,Ct=ut&&Oe.process,xt=function(){try{return Ct&&Ct.binding&&Ct.binding("util")}catch(be){}}(),Mt=xt&&xt.isTypedArray,Wt=Array.prototype,Qt=Function.prototype,ji=Object.prototype,Pi=et["__core-js_shared__"],Ci=Qt.toString,fi=ji.hasOwnProperty,Si=function(){var be=/[^.]+$/.exec(Pi&&Pi.keys&&Pi.keys.IE_PROTO||"");return be?"Symbol(src)_1."+be:""}(),ci=ji.toString,Hi=Ci.call(Object),zi=RegExp("^"+Ci.call(fi).replace(E,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),er=ut?et.Buffer:void 0,oe=et.Symbol,ke=et.Uint8Array,De=er?er.allocUnsafe:void 0,Je=function(be,He){return function(Ye){return be(He(Ye))}}(Object.getPrototypeOf,Object),Fe=Object.create,it=ji.propertyIsEnumerable,lt=Wt.splice,mt=oe?oe.toStringTag:void 0,wt=function(){try{var be=un(Object,"defineProperty");return be({},"",{}),be}catch(He){}}(),Vt=er?er.isBuffer:void 0,zt=Math.max,Gt=Date.now,ai=un(et,"Map"),yi=un(Object,"create"),qt=function(){function be(){}return function(He){if(!Jn(He))return{};if(Fe)return Fe(He);be.prototype=He;var Ye=new be;return be.prototype=void 0,Ye}}();Qe.prototype.clear=nt,Qe.prototype.delete=pt,Qe.prototype.get=Tt,Qe.prototype.has=Ht,Qe.prototype.set=Et,At.prototype.clear=ti,At.prototype.delete=_t,At.prototype.get=on,At.prototype.has=Ln,At.prototype.set=$n,cn.prototype.clear=Fn,cn.prototype.delete=or,cn.prototype.get=br,cn.prototype.has=ba,cn.prototype.set=ra,Mn.prototype.clear=ya,Mn.prototype.delete=yr,Mn.prototype.get=On,Mn.prototype.has=$a,Mn.prototype.set=Lr;var Ti=function(be){return function(He,Ye,Ot){for(var gi=-1,Ui=Object(He),qi=Ot(He),pi=qi.length;pi--;){var Yi=qi[be?pi:++gi];if(Ye(Ui[Yi],Yi,Ui)===!1)break}return He}}(),Xi=wt?function(be,He){return wt(be,"toString",{configurable:!0,enumerable:!1,value:wa(He),writable:!0})}:Hr,Cn=function(be){var He=0,Ye=0;return function(){var Ot=Gt(),gi=oa-(Ot-Ye);if(Ye=Ot,gi>0){if(++He>=aa)return arguments[0]}else He=0;return be.apply(void 0,arguments)}}(Xi),Ri=ie(function(){return arguments}())?ie:function(be){return li(be)&&fi.call(be,"callee")&&!it.call(be,"callee")},Or=Array.isArray,Ur=Vt||Oa,Dn=Mt?function(be){return function(He){return be(He)}}(Mt):_e,Po=function(be){return Ge(function(He,Ye){var Ot=-1,gi=Ye.length,Ui=gi>1?Ye[gi-1]:void 0,qi=gi>2?Ye[2]:void 0;for(Ui=be.length>3&&typeof Ui=="function"?(gi--,Ui):void 0,qi&&ri(Ye[0],Ye[1],qi)&&(Ui=gi<3?void 0:Ui,gi=1),He=Object(He);++Ot<gi;){var pi=Ye[Ot];pi&&be(He,pi,Ot,Ui)}return He})}(function(be,He,Ye){Xe(be,He,Ye)});g.exports=Po}),Er=si,kr={install:Vr,get enabled(){return gr.enabled},set enabled(g){gr.enabled=g}},Ki=null;typeof window!="undefined"?Ki=window.Vue:typeof le.g!="undefined"&&(Ki=le.g.Vue),Ki&&Ki.use(kr)},function(o,h,p){"use strict";Object.defineProperty(h,"__esModule",{value:!0});var N=p(4),F=p(2),B=p(0);N.a.enabled=window.innerWidth>768,h.default={directives:{tooltip:N.a},props:{endDate:{required:!0},max:{type:Number},rangeColor:{type:Array,default:function(){return B.a}},values:{required:!0,type:Array},locale:{type:Object},tooltip:{type:Boolean,default:!0},tooltipUnit:{type:String,default:B.b},vertical:{type:Boolean,default:!1}},data:function(){return{now:new Date}},computed:{position:function(){return this.vertical?"vertical":"horizontal"},tooltipTransform:function(){return"translate("+this.tooltipX+", "+this.tooltipY+")"},heatmap:function(){return new F.a(this.endDate,this.values,this.max)},width:function(){return{horizontal:this.LEFT_SECTION_WIDTH+this.SQUARE_SIZE*this.heatmap.weekCount+this.SQUARE_BORDER_SIZE,vertical:this.LEFT_SECTION_WIDTH+this.SQUARE_SIZE*B.c+this.RIGHT_SECTION_WIDTH}},heigth:function(){return{horizontal:this.TOP_SECTION_HEIGTH+this.SQUARE_SIZE*B.c+this.SQUARE_BORDER_SIZE+this.BOTTOM_SECTION_HEIGTH,vertical:this.TOP_SECTION_HEIGTH+this.SQUARE_SIZE*this.heatmap.weekCount+this.SQUARE_BORDER_SIZE}},viewbox:function(){return"0 0 "+this.width[this.position]+" "+this.heigth[this.position]},daysLabelWrapperTransform:function(){return{horizontal:"translate(0, "+this.TOP_SECTION_HEIGTH+")",vertical:"translate("+this.LEFT_SECTION_WIDTH+", 0)"}},monthsLabelWrapperTransform:function(){return{horizontal:"translate("+this.LEFT_SECTION_WIDTH+", 0)",vertical:"translate(0, "+this.TOP_SECTION_HEIGTH+")"}},legendWrapperTransform:function(){return{horizontal:"translate("+(this.width[this.position]-this.SQUARE_SIZE*this.rangeColor.length-30)+", "+(this.heigth[this.position]-this.BOTTOM_SECTION_HEIGTH)+")",vertical:"translate("+(this.LEFT_SECTION_WIDTH+this.SQUARE_SIZE*B.c)+", "+this.TOP_SECTION_HEIGTH+")"}},yearWrapperTransform:function(){return"translate("+this.LEFT_SECTION_WIDTH+", "+this.TOP_SECTION_HEIGTH+")"},SQUARE_BORDER_SIZE:function(){return B.d/5},SQUARE_SIZE:function(){return B.d+this.SQUARE_BORDER_SIZE},TOP_SECTION_HEIGTH:function(){return B.d+B.d/2},RIGHT_SECTION_WIDTH:function(){return 3*this.SQUARE_SIZE},BOTTOM_SECTION_HEIGTH:function(){return B.d+B.d/2},LEFT_SECTION_WIDTH:function(){return Math.ceil(2.5*B.d)},lo:function(){return this.locale?{months:this.locale.months||B.e.months,days:this.locale.days||B.e.days,on:this.locale.on||B.e.on,less:this.locale.less||B.e.less,more:this.locale.more||B.e.more}:B.e}},methods:{tooltipOptions:function(ce){return!!this.tooltip&&{content:"<b>"+ce.count+" "+this.tooltipUnit+"</b> "+this.lo.on+" "+this.lo.months[ce.date.getMonth()]+" "+ce.date.getDate()+", "+ce.date.getFullYear(),delay:{show:150,hide:50}}},getWeekPosition:function(ce){return this.vertical?"translate(0, "+(this.SQUARE_SIZE*this.heatmap.weekCount-(ce+1)*this.SQUARE_SIZE)+")":"translate("+ce*this.SQUARE_SIZE+", 0)"},getDayPosition:function(ce){return this.vertical?"translate("+ce*this.SQUARE_SIZE+", 0)":"translate(0, "+ce*this.SQUARE_SIZE+")"},getMonthLabelPostion:function(ce){var J={x:0,y:0};return J.x=this.vertical?3:this.SQUARE_SIZE*ce.index,J.y=this.vertical?this.SQUARE_SIZE*this.heatmap.weekCount-this.SQUARE_SIZE*ce.index-this.SQUARE_SIZE/4:this.SQUARE_SIZE-this.SQUARE_BORDER_SIZE,J}}}},function(o,h){},function(o,h){},function(o,h){o.exports=function(p,N,F,B){var ce,J=p=p||{},pe=typeof p.default;pe!=="object"&&pe!=="function"||(ce=p,J=p.default);var K=typeof J=="function"?J.options:J;if(N&&(K.render=N.render,K.staticRenderFns=N.staticRenderFns),F&&(K._scopeId=F),B){var y=K.computed||(K.computed={});Object.keys(B).forEach(function(O){var ye=B[O];y[O]=function(){return ye}})}return{esModule:ce,exports:J,options:K}}},function(o,h){o.exports={render:function(){var p=this,N=p.$createElement,F=p._self._c||N;return F("svg",{staticClass:"vch__wrapper",attrs:{viewBox:p.viewbox}},[F("g",{staticClass:"vch__months__labels__wrapper",attrs:{transform:p.monthsLabelWrapperTransform[p.position]}},p._l(p.heatmap.firstFullWeekOfMonths,function(B,ce){return F("text",{staticClass:"vch__month__label",attrs:{x:p.getMonthLabelPostion(B).x,y:p.getMonthLabelPostion(B).y}},[p._v(p._s(p.lo.months[B.value]))])})),F("g",{staticClass:"vch__days__labels__wrapper",attrs:{transform:p.daysLabelWrapperTransform[p.position]}},[F("text",{staticClass:"vch__day__label",attrs:{x:p.vertical?1*p.SQUARE_SIZE:0,y:p.vertical?p.SQUARE_SIZE-p.SQUARE_BORDER_SIZE:20}},[p._v(p._s(p.lo.days[1]))]),F("text",{staticClass:"vch__day__label",attrs:{x:p.vertical?3*p.SQUARE_SIZE:0,y:p.vertical?p.SQUARE_SIZE-p.SQUARE_BORDER_SIZE:44}},[p._v(p._s(p.lo.days[3]))]),F("text",{staticClass:"vch__day__label",attrs:{x:p.vertical?5*p.SQUARE_SIZE:0,y:p.vertical?p.SQUARE_SIZE-p.SQUARE_BORDER_SIZE:69}},[p._v(p._s(p.lo.days[5]))])]),F("g",{staticClass:"vch__legend__wrapper",attrs:{transform:p.legendWrapperTransform[p.position]}},[F("text",{attrs:{x:p.vertical?1.25*p.SQUARE_SIZE:-25,y:p.vertical?8:p.SQUARE_SIZE+1}},[p._v(p._s(p.lo.less))]),p._l(p.rangeColor,function(B,ce){return F("rect",{key:ce,style:{fill:B},attrs:{width:p.SQUARE_SIZE-p.SQUARE_BORDER_SIZE,height:p.SQUARE_SIZE-p.SQUARE_BORDER_SIZE,x:p.vertical?1.75*p.SQUARE_SIZE:p.SQUARE_SIZE*ce,y:p.vertical?p.SQUARE_SIZE*(ce+1):5}})}),F("text",{attrs:{x:p.vertical?1.25*p.SQUARE_SIZE:p.SQUARE_SIZE*p.rangeColor.length+1,y:p.vertical?p.SQUARE_SIZE*(p.rangeColor.length+2)-p.SQUARE_BORDER_SIZE:p.SQUARE_SIZE+1}},[p._v(p._s(p.lo.more))])],2),F("g",{staticClass:"vch__year__wrapper",attrs:{transform:p.yearWrapperTransform}},p._l(p.heatmap.calendar,function(B,ce){return F("g",{key:ce,staticClass:"vch__month__wrapper",attrs:{transform:p.getWeekPosition(ce)}},p._l(B,function(J,pe){return J.date<p.now?F("rect",{directives:[{name:"tooltip",rawName:"v-tooltip",value:p.tooltipOptions(J),expression:"tooltipOptions(day)"}],key:pe,staticClass:"vch__day__square",style:{fill:p.rangeColor[J.colorIndex]},attrs:{transform:p.getDayPosition(pe),width:p.SQUARE_SIZE-p.SQUARE_BORDER_SIZE,height:p.SQUARE_SIZE-p.SQUARE_BORDER_SIZE},on:{click:function(K){p.$emit("day-click",J)}}}):p._e()}))}))])},staticRenderFns:[]}}])},"./public/img/svg/octicon-chevron-down.svg":function(l){"use strict";l.exports='<svg viewBox="0 0 16 16" class="svg octicon-chevron-down" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M12.78 6.22a.75.75 0 0 1 0 1.06l-4.25 4.25a.75.75 0 0 1-1.06 0L3.22 7.28a.75.75 0 0 1 1.06-1.06L8 9.94l3.72-3.72a.75.75 0 0 1 1.06 0z"/></svg>'},"./public/img/svg/octicon-chevron-right.svg":function(l){"use strict";l.exports='<svg viewBox="0 0 16 16" class="svg octicon-chevron-right" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M6.22 3.22a.75.75 0 0 1 1.06 0l4.25 4.25a.75.75 0 0 1 0 1.06l-4.25 4.25a.75.75 0 0 1-1.06-1.06L9.94 8 6.22 4.28a.75.75 0 0 1 0-1.06z"/></svg>'},"./public/img/svg/octicon-git-merge.svg":function(l){"use strict";l.exports='<svg viewBox="0 0 16 16" class="svg octicon-git-merge" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M5 3.254V3.25v.005a.75.75 0 1 1 0-.005v.004zm.45 1.9a2.25 2.25 0 1 0-1.95.218v5.256a2.25 2.25 0 1 0 1.5 0V7.123A5.735 5.735 0 0 0 9.25 9h1.378a2.251 2.251 0 1 0 0-1.5H9.25a4.25 4.25 0 0 1-3.8-2.346zM12.75 9a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5zm-8.5 4.5a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5z"/></svg>'},"./public/img/svg/octicon-git-pull-request.svg":function(l){"use strict";l.exports='<svg viewBox="0 0 16 16" class="svg octicon-git-pull-request" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.177 3.073 9.573.677A.25.25 0 0 1 10 .854v4.792a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354zM3.75 2.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5zm-2.25.75a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25zM11 2.5h-1V4h1a1 1 0 0 1 1 1v5.628a2.251 2.251 0 1 0 1.5 0V5A2.5 2.5 0 0 0 11 2.5zm1 10.25a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0zM3.75 12a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5z"/></svg>'},"./public/img/svg/octicon-issue-closed.svg":function(l){"use strict";l.exports='<svg viewBox="0 0 16 16" class="svg octicon-issue-closed" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M1.5 8a6.5 6.5 0 0 1 10.65-5.003.75.75 0 0 0 .959-1.153 8 8 0 1 0 2.592 8.33.75.75 0 1 0-1.444-.407A6.5 6.5 0 0 1 1.5 8zM8 12a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm0-8a.75.75 0 0 1 .75.75v3.5a.75.75 0 1 1-1.5 0v-3.5A.75.75 0 0 1 8 4zm4.78 4.28 3-3a.75.75 0 0 0-1.06-1.06l-2.47 2.47-.97-.97a.749.749 0 1 0-1.06 1.06l1.5 1.5a.75.75 0 0 0 1.06 0z"/></svg>'},"./public/img/svg/octicon-issue-opened.svg":function(l){"use strict";l.exports='<svg viewBox="0 0 16 16" class="svg octicon-issue-opened" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M8 1.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13zM0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8zm9 3a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm-.25-6.25a.75.75 0 0 0-1.5 0v3.5a.75.75 0 0 0 1.5 0v-3.5z"/></svg>'},"./public/img/svg/octicon-kebab-horizontal.svg":function(l){"use strict";l.exports='<svg viewBox="0 0 16 16" class="svg octicon-kebab-horizontal" width="16" height="16" aria-hidden="true"><path d="M8 9a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zM1.5 9a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm13 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z"/></svg>'},"./public/img/svg/octicon-link.svg":function(l){"use strict";l.exports='<svg viewBox="0 0 16 16" class="svg octicon-link" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 0 0 1.06 1.06l1.25-1.25a2 2 0 1 1 2.83 2.83l-2.5 2.5a2 2 0 0 1-2.83 0 .75.75 0 0 0-1.06 1.06 3.5 3.5 0 0 0 4.95 0l2.5-2.5a3.5 3.5 0 0 0-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 0 1 0-2.83l2.5-2.5a2 2 0 0 1 2.83 0 .75.75 0 0 0 1.06-1.06 3.5 3.5 0 0 0-4.95 0l-2.5 2.5a3.5 3.5 0 0 0 4.95 4.95l1.25-1.25a.75.75 0 0 0-1.06-1.06l-1.25 1.25a2 2 0 0 1-2.83 0z"/></svg>'},"./public/img/svg/octicon-lock.svg":function(l){"use strict";l.exports='<svg viewBox="0 0 16 16" class="svg octicon-lock" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M4 4v2h-.25A1.75 1.75 0 0 0 2 7.75v5.5c0 .966.784 1.75 1.75 1.75h8.5A1.75 1.75 0 0 0 14 13.25v-5.5A1.75 1.75 0 0 0 12.25 6H12V4a4 4 0 1 0-8 0zm6.5 2V4a2.5 2.5 0 0 0-5 0v2h5zM12 7.5h.25a.25.25 0 0 1 .25.25v5.5a.25.25 0 0 1-.25.25h-8.5a.25.25 0 0 1-.25-.25v-5.5a.25.25 0 0 1 .25-.25H12z"/></svg>'},"./public/img/svg/octicon-milestone.svg":function(l){"use strict";l.exports='<svg viewBox="0 0 16 16" class="svg octicon-milestone" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.75 0a.75.75 0 0 1 .75.75V3h3.634c.414 0 .814.147 1.13.414l2.07 1.75a1.75 1.75 0 0 1 0 2.672l-2.07 1.75a1.75 1.75 0 0 1-1.13.414H8.5v5.25a.75.75 0 1 1-1.5 0V10H2.75A1.75 1.75 0 0 1 1 8.25v-3.5C1 3.784 1.784 3 2.75 3H7V.75A.75.75 0 0 1 7.75 0zm0 8.5h4.384a.25.25 0 0 0 .161-.06l2.07-1.75a.25.25 0 0 0 0-.38l-2.07-1.75a.25.25 0 0 0-.161-.06H2.75a.25.25 0 0 0-.25.25v3.5c0 .138.112.25.25.25h5z"/></svg>'},"./public/img/svg/octicon-mirror.svg":function(l){"use strict";l.exports='<svg viewBox="0 0 16 16" class="svg octicon-mirror" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M8.75 1.75a.75.75 0 0 0-1.5 0v.5a.75.75 0 0 0 1.5 0v-.5zM8 4a.75.75 0 0 1 .75.75v.5a.75.75 0 0 1-1.5 0v-.5A.75.75 0 0 1 8 4zm.75 3.75a.75.75 0 0 0-1.5 0v.5a.75.75 0 0 0 1.5 0v-.5zM8 10a.75.75 0 0 1 .75.75v.5a.75.75 0 0 1-1.5 0v-.5A.75.75 0 0 1 8 10zm0 3a.75.75 0 0 1 .75.75v.5a.75.75 0 0 1-1.5 0v-.5A.75.75 0 0 1 8 13zm7.547-9.939A.75.75 0 0 1 16 3.75v8.5a.75.75 0 0 1-1.265.545l-4.5-4.25a.75.75 0 0 1 0-1.09l4.5-4.25a.75.75 0 0 1 .812-.144zM11.842 8l2.658 2.51V5.49L11.842 8zM0 12.25a.75.75 0 0 0 1.265.545l4.5-4.25a.75.75 0 0 0 0-1.09l-4.5-4.25A.75.75 0 0 0 0 3.75v8.5zm1.5-6.76L4.158 8 1.5 10.51V5.49z"/></svg>'},"./public/img/svg/octicon-project.svg":function(l){"use strict";l.exports='<svg viewBox="0 0 16 16" class="svg octicon-project" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M1.75 0A1.75 1.75 0 0 0 0 1.75v12.5C0 15.216.784 16 1.75 16h12.5A1.75 1.75 0 0 0 16 14.25V1.75A1.75 1.75 0 0 0 14.25 0H1.75zM1.5 1.75a.25.25 0 0 1 .25-.25h12.5a.25.25 0 0 1 .25.25v12.5a.25.25 0 0 1-.25.25H1.75a.25.25 0 0 1-.25-.25V1.75zM11.75 3a.75.75 0 0 0-.75.75v7.5a.75.75 0 0 0 1.5 0v-7.5a.75.75 0 0 0-.75-.75zm-8.25.75a.75.75 0 0 1 1.5 0v5.5a.75.75 0 0 1-1.5 0v-5.5zM8 3a.75.75 0 0 0-.75.75v3.5a.75.75 0 0 0 1.5 0v-3.5A.75.75 0 0 0 8 3z"/></svg>'},"./public/img/svg/octicon-repo-forked.svg":function(l){"use strict";l.exports='<svg viewBox="0 0 16 16" class="svg octicon-repo-forked" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M5 3.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0zm0 2.122a2.25 2.25 0 1 0-1.5 0v.878A2.25 2.25 0 0 0 5.75 8.5h1.5v2.128a2.251 2.251 0 1 0 1.5 0V8.5h1.5a2.25 2.25 0 0 0 2.25-2.25v-.878a2.25 2.25 0 1 0-1.5 0v.878a.75.75 0 0 1-.75.75h-4.5A.75.75 0 0 1 5 6.25v-.878zm3.75 7.378a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0zm3-8.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5z"/></svg>'},"./public/img/svg/octicon-repo-template.svg":function(l){"use strict";l.exports='<svg viewBox="0 0 16 16" class="svg octicon-repo-template" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M6 .75A.75.75 0 0 1 6.75 0h2.5a.75.75 0 0 1 0 1.5h-2.5A.75.75 0 0 1 6 .75zm5 0a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-1.5 0V1.5h-.75A.75.75 0 0 1 11 .75zM4.992.662a.75.75 0 0 1-.636.848c-.436.063-.783.41-.846.846a.75.75 0 0 1-1.485-.212A2.501 2.501 0 0 1 4.144.025a.75.75 0 0 1 .848.637zM2.75 4a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-1.5 0v-1.5A.75.75 0 0 1 2.75 4zm10.5 0a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-1.5 0v-1.5a.75.75 0 0 1 .75-.75zM2.75 8a.75.75 0 0 1 .75.75v.268A1.72 1.72 0 0 1 3.75 9h.5a.75.75 0 0 1 0 1.5h-.5a.25.25 0 0 0-.25.25v.75c0 .28.114.532.3.714a.75.75 0 0 1-1.05 1.072A2.495 2.495 0 0 1 2 11.5V8.75A.75.75 0 0 1 2.75 8zm10.5 0a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1 0-1.5h1.75v-2h-.75a.75.75 0 0 1 0-1.5h.75v-.25a.75.75 0 0 1 .75-.75zM6 9.75A.75.75 0 0 1 6.75 9h2.5a.75.75 0 0 1 0 1.5h-2.5A.75.75 0 0 1 6 9.75zm-1 2.5v3.25a.25.25 0 0 0 .4.2l1.45-1.087a.25.25 0 0 1 .3 0L8.6 15.7a.25.25 0 0 0 .4-.2v-3.25a.25.25 0 0 0-.25-.25h-3.5a.25.25 0 0 0-.25.25z"/></svg>'},"./public/img/svg/octicon-repo.svg":function(l){"use strict";l.exports='<svg viewBox="0 0 16 16" class="svg octicon-repo" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M2 2.5A2.5 2.5 0 0 1 4.5 0h8.75a.75.75 0 0 1 .75.75v12.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 1 1 0-1.5h1.75v-2h-8a1 1 0 0 0-.714 1.7.75.75 0 0 1-1.072 1.05A2.495 2.495 0 0 1 2 11.5v-9zm10.5-1V9h-8c-.356 0-.694.074-1 .208V2.5a1 1 0 0 1 1-1h8zM5 12.25v3.25a.25.25 0 0 0 .4.2l1.45-1.087a.25.25 0 0 1 .3 0L8.6 15.7a.25.25 0 0 0 .4-.2v-3.25a.25.25 0 0 0-.25-.25h-3.5a.25.25 0 0 0-.25.25z"/></svg>'}},Rs={};function Jt(l){var q=Rs[l];if(q!==void 0)return q.exports;var le=Rs[l]={id:l,loaded:!1,exports:{}};return Ps[l].call(le.exports,le,le.exports,Jt),le.loaded=!0,le.exports}Jt.m=Ps,function(){Jt.amdO={}}(),function(){Jt.n=function(l){var q=l&&l.__esModule?function(){return l.default}:function(){return l};return Jt.d(q,{a:q}),q}}(),function(){var l=Object.getPrototypeOf?function(le){return Object.getPrototypeOf(le)}:function(le){return le.__proto__},q;Jt.t=function(le,o){if(o&1&&(le=this(le)),o&8||typeof le=="object"&&le&&(o&4&&le.__esModule||o&16&&typeof le.then=="function"))return le;var h=Object.create(null);Jt.r(h);var p={};q=q||[null,l({}),l([]),l(l)];for(var N=o&2&≤typeof N=="object"&&!~q.indexOf(N);N=l(N))Object.getOwnPropertyNames(N).forEach(function(F){p[F]=function(){return le[F]}});return p.default=function(){return le},Jt.d(h,p),h}}(),function(){Jt.d=function(l,q){for(var le in q)Jt.o(q,le)&&!Jt.o(l,le)&&Object.defineProperty(l,le,{enumerable:!0,get:q[le]})}}(),function(){Jt.f={},Jt.e=function(l){return Promise.all(Object.keys(Jt.f).reduce(function(q,le){return Jt.f[le](l,q),q},[]))}}(),function(){Jt.u=function(l){if({tribute:1,sortable:1,monaco:1,mermaid:1,minicolors:1,dropzone:1}[l])return"js/"+l+".js";if(l==="vendors-node_modules_monaco-editor_esm_vs_language_typescript_tsMode_js")return"js/monaco-language-tsmode.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_abap_abap_js")return"js/monaco-language-abap.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_apex_apex_js")return"js/monaco-language-apex.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_azcli_azcli_js")return"js/monaco-language-azcli.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_bat_bat_js")return"js/monaco-language-bat.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_cameligo_cameligo_js")return"js/monaco-language-cameligo.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_clojure_clojure_js")return"js/monaco-language-clojure.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_coffee_coffee_js")return"js/monaco-language-coffee.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_cpp_cpp_js")return"js/monaco-language-cpp.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_csharp_csharp_js")return"js/monaco-language-csharp.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_csp_csp_js")return"js/monaco-language-csp.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_css_css_js")return"js/monaco-language-css.js";if(l==="vendors-node_modules_monaco-editor_esm_vs_language_css_cssMode_js")return"js/monaco-language-cssmode.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_dart_dart_js")return"js/monaco-language-dart.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_dockerfile_dockerfile_js")return"js/monaco-language-dockerfile.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_ecl_ecl_js")return"js/monaco-language-ecl.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_fsharp_fsharp_js")return"js/monaco-language-fsharp.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_go_go_js")return"js/monaco-language-go.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_graphql_graphql_js")return"js/monaco-language-graphql.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_handlebars_handlebars_js")return"js/monaco-language-handlebars.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_hcl_hcl_js")return"js/monaco-language-hcl.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_html_html_js")return"js/monaco-language-html.js";if(l==="vendors-node_modules_monaco-editor_esm_vs_language_html_htmlMode_js")return"js/monaco-language-htmlmode.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_ini_ini_js")return"js/monaco-language-ini.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_java_java_js")return"js/monaco-language-java.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_javascript_javascript_js")return"js/monaco-language-javascript.js";if(l==="vendors-node_modules_monaco-editor_esm_vs_language_json_jsonMode_js")return"js/monaco-language-jsonmode.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_julia_julia_js")return"js/monaco-language-julia.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_kotlin_kotlin_js")return"js/monaco-language-kotlin.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_less_less_js")return"js/monaco-language-less.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_lexon_lexon_js")return"js/monaco-language-lexon.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_lua_lua_js")return"js/monaco-language-lua.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_m3_m3_js")return"js/monaco-language-m3.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_markdown_markdown_js")return"js/monaco-language-markdown.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_mips_mips_js")return"js/monaco-language-mips.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_msdax_msdax_js")return"js/monaco-language-msdax.js";if(l==="vendors-node_modules_monaco-editor_esm_vs_basic-languages_mysql_mysql_js")return"js/monaco-language-mysql.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_objective-c_objective-c_js")return"js/monaco-language-objective-c.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_pascal_pascal_js")return"js/monaco-language-pascal.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_pascaligo_pascaligo_js")return"js/monaco-language-pascaligo.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_perl_perl_js")return"js/monaco-language-perl.js";if(l==="vendors-node_modules_monaco-editor_esm_vs_basic-languages_pgsql_pgsql_js")return"js/monaco-language-pgsql.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_php_php_js")return"js/monaco-language-php.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_postiats_postiats_js")return"js/monaco-language-postiats.js";if(l==="vendors-node_modules_monaco-editor_esm_vs_basic-languages_powerquery_powerquery_js")return"js/monaco-language-powerquery.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_powershell_powershell_js")return"js/monaco-language-powershell.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_pug_pug_js")return"js/monaco-language-pug.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_python_python_js")return"js/monaco-language-python.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_r_r_js")return"js/monaco-language-r.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_razor_razor_js")return"js/monaco-language-razor.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_redis_redis_js")return"js/monaco-language-redis.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_redshift_redshift_js")return"js/monaco-language-redshift.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_restructuredtext_restructuredtext_js")return"js/monaco-language-restructuredtext.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_ruby_ruby_js")return"js/monaco-language-ruby.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_rust_rust_js")return"js/monaco-language-rust.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_sb_sb_js")return"js/monaco-language-sb.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_scala_scala_js")return"js/monaco-language-scala.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_scheme_scheme_js")return"js/monaco-language-scheme.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_scss_scss_js")return"js/monaco-language-scss.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_shell_shell_js")return"js/monaco-language-shell.js";if(l==="vendors-node_modules_monaco-editor_esm_vs_basic-languages_solidity_solidity_js")return"js/monaco-language-solidity.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_sophia_sophia_js")return"js/monaco-language-sophia.js";if(l==="vendors-node_modules_monaco-editor_esm_vs_basic-languages_sql_sql_js")return"js/monaco-language-sql.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_st_st_js")return"js/monaco-language-st.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_swift_swift_js")return"js/monaco-language-swift.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_systemverilog_systemverilog_js")return"js/monaco-language-systemverilog.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_tcl_tcl_js")return"js/monaco-language-tcl.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_twig_twig_js")return"js/monaco-language-twig.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_typescript_typescript_js")return"js/monaco-language-typescript.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_vb_vb_js")return"js/monaco-language-vb.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_xml_xml_js")return"js/monaco-language-xml.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_yaml_yaml_js")return"js/monaco-language-yaml.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_bicep_bicep_js")return"js/monaco-language-bicep.js";if(l==="vendors-node_modules_monaco-editor_esm_vs_basic-languages_elixir_elixir_js")return"js/monaco-language-elixir.js";if(l==="node_modules_monaco-editor_esm_vs_basic-languages_liquid_liquid_js")return"js/monaco-language-liquid.js"}}(),function(){Jt.miniCssF=function(l){return"css/"+l+".css"}}(),function(){Jt.g=function(){if(typeof globalThis=="object")return globalThis;try{return this||new Function("return this")()}catch(l){if(typeof window=="object")return window}}()}(),function(){Jt.o=function(l,q){return Object.prototype.hasOwnProperty.call(l,q)}}(),function(){var l={};Jt.l=function(q,le,o,h){if(l[q]){l[q].push(le);return}var p,N;if(o!==void 0)for(var F=document.getElementsByTagName("script"),B=0;B<F.length;B++){var ce=F[B];if(ce.getAttribute("src")==q){p=ce;break}}p||(N=!0,p=document.createElement("script"),p.charset="utf-8",p.timeout=120,Jt.nc&&p.setAttribute("nonce",Jt.nc),p.src=q),l[q]=[le];var J=function(K,y){p.onerror=p.onload=null,clearTimeout(pe);var O=l[q];if(delete l[q],p.parentNode&&p.parentNode.removeChild(p),O&&O.forEach(function(ye){return ye(y)}),K)return K(y)},pe=setTimeout(J.bind(null,void 0,{type:"timeout",target:p}),12e4);p.onerror=J.bind(null,p.onerror),p.onload=J.bind(null,p.onload),N&&document.head.appendChild(p)}}(),function(){Jt.r=function(l){typeof Symbol!="undefined"&&Symbol.toStringTag&&Object.defineProperty(l,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(l,"__esModule",{value:!0})}}(),function(){Jt.nmd=function(l){return l.paths=[],l.children||(l.children=[]),l}}(),function(){var l;Jt.g.importScripts&&(l=Jt.g.location+"");var q=Jt.g.document;if(!l&&q&&(q.currentScript&&(l=q.currentScript.src),!l)){var le=q.getElementsByTagName("script");le.length&&(l=le[le.length-1].src)}if(!l)throw new Error("Automatic publicPath is not supported in this browser");l=l.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),Jt.p=l+"../"}(),function(){var l=function(h,p,N,F){var B=document.createElement("link");B.rel="stylesheet",B.type="text/css";var ce=function(J){if(B.onerror=B.onload=null,J.type==="load")N();else{var pe=J&&(J.type==="load"?"missing":J.type),K=J&&J.target&&J.target.href||p,y=new Error("Loading CSS chunk "+h+` failed.
|
|
(`+K+")");y.code="CSS_CHUNK_LOAD_FAILED",y.type=pe,y.request=K,B.parentNode.removeChild(B),F(y)}};return B.onerror=B.onload=ce,B.href=p,document.head.appendChild(B),B},q=function(h,p){for(var N=document.getElementsByTagName("link"),F=0;F<N.length;F++){var B=N[F],ce=B.getAttribute("data-href")||B.getAttribute("href");if(B.rel==="stylesheet"&&(ce===h||ce===p))return B}for(var J=document.getElementsByTagName("style"),F=0;F<J.length;F++){var B=J[F],ce=B.getAttribute("data-href");if(ce===h||ce===p)return B}},le=function(h){return new Promise(function(p,N){var F=Jt.miniCssF(h),B=Jt.p+F;if(q(F,B))return p();l(h,B,p,N)})},o={index:0};Jt.f.miniCss=function(h,p){var N={monaco:1,minicolors:1,dropzone:1};o[h]?p.push(o[h]):o[h]!==0&&N[h]&&p.push(o[h]=le(h).then(function(){o[h]=0},function(F){throw delete o[h],F}))}}(),function(){var l={index:0};Jt.f.j=function(o,h){var p=Jt.o(l,o)?l[o]:void 0;if(p!==0)if(p)h.push(p[2]);else{var N=new Promise(function(J,pe){p=l[o]=[J,pe]});h.push(p[2]=N);var F=Jt.p+Jt.u(o),B=new Error,ce=function(J){if(Jt.o(l,o)&&(p=l[o],p!==0&&(l[o]=void 0),p)){var pe=J&&(J.type==="load"?"missing":J.type),K=J&&J.target&&J.target.src;B.message="Loading chunk "+o+` failed.
|
|
(`+pe+": "+K+")",B.name="ChunkLoadError",B.type=pe,B.request=K,p[1](B)}};Jt.l(F,ce,"chunk-"+o,o)}};var q=function(o,h){var p=h[0],N=h[1],F=h[2],B,ce,J=0;for(B in N)Jt.o(N,B)&&(Jt.m[B]=N[B]);if(F)var pe=F(Jt);for(o&&o(h);J<p.length;J++)ce=p[J],Jt.o(l,ce)&&l[ce]&&l[ce][0](),l[p[J]]=0},le=self.webpackChunk=self.webpackChunk||[];le.forEach(q.bind(null,0)),le.push=q.bind(null,le.push.bind(le))}(),Jt("./web_src/js/jquery.js"),Jt("./web_src/fomantic/build/semantic.js"),Jt("./web_src/js/index.js"),Jt("./web_src/fomantic/build/semantic.css"),Jt("./web_src/less/misc.css");var Bg=Jt("./web_src/less/index.less")})();
|