From 63e23b1d1f1b2d074bbdf1f06c05d1b5f1c191b5 Mon Sep 17 00:00:00 2001 From: Remco Date: Tue, 20 Jan 2026 20:56:22 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=86=99=20Fix=20more=20=F0=9F=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../public/build/assets/app-DneMir1r.js | 34 ------------------- Updated_Cms/public/build/manifest.json | 6 ++-- 2 files changed, 3 insertions(+), 37 deletions(-) delete mode 100644 Updated_Cms/public/build/assets/app-DneMir1r.js diff --git a/Updated_Cms/public/build/assets/app-DneMir1r.js b/Updated_Cms/public/build/assets/app-DneMir1r.js deleted file mode 100644 index 092870d988..0000000000 --- a/Updated_Cms/public/build/assets/app-DneMir1r.js +++ /dev/null @@ -1,34 +0,0 @@ -import{g as bu,a as wu}from"./_commonjsHelpers-DwqltJqu.js";var mr={exports:{}},_u=mr.exports,Xi;function Eu(){return Xi||(Xi=1,(function(e){(function(){var t=this;(function(){(function(){this.Turbolinks={supported:(function(){return window.history.pushState!=null&&window.requestAnimationFrame!=null&&window.addEventListener!=null})(),visit:function(n,i){return r.controller.visit(n,i)},clearCache:function(){return r.controller.clearCache()},setProgressBarDelay:function(n){return r.controller.setProgressBarDelay(n)}}}).call(this)}).call(t);var r=t.Turbolinks;(function(){(function(){var n,i,s,o=[].slice;r.copyObject=function(d){var c,p,h;p={};for(c in d)h=d[c],p[c]=h;return p},r.closest=function(d,c){return n.call(d,c)},n=(function(){var d,c;return d=document.documentElement,(c=d.closest)!=null?c:function(p){var h;for(h=this;h;){if(h.nodeType===Node.ELEMENT_NODE&&i.call(h,p))return h;h=h.parentNode}}})(),r.defer=function(d){return setTimeout(d,1)},r.throttle=function(d){var c;return c=null,function(){var p;return p=1<=arguments.length?o.call(arguments,0):[],c??(c=requestAnimationFrame((function(h){return function(){return c=null,d.apply(h,p)}})(this)))}},r.dispatch=function(d,c){var p,h,m,v,g,_;return g=c??{},_=g.target,p=g.cancelable,h=g.data,m=document.createEvent("Events"),m.initEvent(d,!0,p===!0),m.data=h??{},m.cancelable&&!s&&(v=m.preventDefault,m.preventDefault=function(){return this.defaultPrevented||Object.defineProperty(this,"defaultPrevented",{get:function(){return!0}}),v.call(this)}),(_??document).dispatchEvent(m),m},s=(function(){var d;return d=document.createEvent("Events"),d.initEvent("test",!0,!0),d.preventDefault(),d.defaultPrevented})(),r.match=function(d,c){return i.call(d,c)},i=(function(){var d,c,p,h;return d=document.documentElement,(c=(p=(h=d.matchesSelector)!=null?h:d.webkitMatchesSelector)!=null?p:d.msMatchesSelector)!=null?c:d.mozMatchesSelector})(),r.uuid=function(){var d,c,p;for(p="",d=c=1;36>=c;d=++c)p+=d===9||d===14||d===19||d===24?"-":d===15?"4":d===20?(Math.floor(4*Math.random())+8).toString(16):Math.floor(15*Math.random()).toString(16);return p}}).call(this),(function(){r.Location=(function(){function n(c){var p,h;c==null&&(c=""),h=document.createElement("a"),h.href=c.toString(),this.absoluteURL=h.href,p=h.hash.length,2>p?this.requestURL=this.absoluteURL:(this.requestURL=this.absoluteURL.slice(0,-p),this.anchor=h.hash.slice(1))}var i,s,o,d;return n.wrap=function(c){return c instanceof this?c:new this(c)},n.prototype.getOrigin=function(){return this.absoluteURL.split("/",3).join("/")},n.prototype.getPath=function(){var c,p;return(c=(p=this.requestURL.match(/\/\/[^\/]*(\/[^?;]*)/))!=null?p[1]:void 0)!=null?c:"/"},n.prototype.getPathComponents=function(){return this.getPath().split("/").slice(1)},n.prototype.getLastPathComponent=function(){return this.getPathComponents().slice(-1)[0]},n.prototype.getExtension=function(){var c,p;return(c=(p=this.getLastPathComponent().match(/\.[^.]*$/))!=null?p[0]:void 0)!=null?c:""},n.prototype.isHTML=function(){return this.getExtension().match(/^(?:|\.(?:htm|html|xhtml))$/)},n.prototype.isPrefixedBy=function(c){var p;return p=s(c),this.isEqualTo(c)||d(this.absoluteURL,p)},n.prototype.isEqualTo=function(c){return this.absoluteURL===c?.absoluteURL},n.prototype.toCacheKey=function(){return this.requestURL},n.prototype.toJSON=function(){return this.absoluteURL},n.prototype.toString=function(){return this.absoluteURL},n.prototype.valueOf=function(){return this.absoluteURL},s=function(c){return i(c.getOrigin()+c.getPath())},i=function(c){return o(c,"/")?c:c+"/"},d=function(c,p){return c.slice(0,p.length)===p},o=function(c,p){return c.slice(-p.length)===p},n})()}).call(this),(function(){var n=function(i,s){return function(){return i.apply(s,arguments)}};r.HttpRequest=(function(){function i(s,o,d){this.delegate=s,this.requestCanceled=n(this.requestCanceled,this),this.requestTimedOut=n(this.requestTimedOut,this),this.requestFailed=n(this.requestFailed,this),this.requestLoaded=n(this.requestLoaded,this),this.requestProgressed=n(this.requestProgressed,this),this.url=r.Location.wrap(o).requestURL,this.referrer=r.Location.wrap(d).absoluteURL,this.createXHR()}return i.NETWORK_FAILURE=0,i.TIMEOUT_FAILURE=-1,i.timeout=60,i.prototype.send=function(){var s;return this.xhr&&!this.sent?(this.notifyApplicationBeforeRequestStart(),this.setProgress(0),this.xhr.send(),this.sent=!0,typeof(s=this.delegate).requestStarted=="function"?s.requestStarted():void 0):void 0},i.prototype.cancel=function(){return this.xhr&&this.sent?this.xhr.abort():void 0},i.prototype.requestProgressed=function(s){return s.lengthComputable?this.setProgress(s.loaded/s.total):void 0},i.prototype.requestLoaded=function(){return this.endRequest((function(s){return function(){var o;return 200<=(o=s.xhr.status)&&300>o?s.delegate.requestCompletedWithResponse(s.xhr.responseText,s.xhr.getResponseHeader("Turbolinks-Location")):(s.failed=!0,s.delegate.requestFailedWithStatusCode(s.xhr.status,s.xhr.responseText))}})(this))},i.prototype.requestFailed=function(){return this.endRequest((function(s){return function(){return s.failed=!0,s.delegate.requestFailedWithStatusCode(s.constructor.NETWORK_FAILURE)}})(this))},i.prototype.requestTimedOut=function(){return this.endRequest((function(s){return function(){return s.failed=!0,s.delegate.requestFailedWithStatusCode(s.constructor.TIMEOUT_FAILURE)}})(this))},i.prototype.requestCanceled=function(){return this.endRequest()},i.prototype.notifyApplicationBeforeRequestStart=function(){return r.dispatch("turbolinks:request-start",{data:{url:this.url,xhr:this.xhr}})},i.prototype.notifyApplicationAfterRequestEnd=function(){return r.dispatch("turbolinks:request-end",{data:{url:this.url,xhr:this.xhr}})},i.prototype.createXHR=function(){return this.xhr=new XMLHttpRequest,this.xhr.open("GET",this.url,!0),this.xhr.timeout=1e3*this.constructor.timeout,this.xhr.setRequestHeader("Accept","text/html, application/xhtml+xml"),this.xhr.setRequestHeader("Turbolinks-Referrer",this.referrer),this.xhr.onprogress=this.requestProgressed,this.xhr.onload=this.requestLoaded,this.xhr.onerror=this.requestFailed,this.xhr.ontimeout=this.requestTimedOut,this.xhr.onabort=this.requestCanceled},i.prototype.endRequest=function(s){return this.xhr?(this.notifyApplicationAfterRequestEnd(),s?.call(this),this.destroy()):void 0},i.prototype.setProgress=function(s){var o;return this.progress=s,typeof(o=this.delegate).requestProgressed=="function"?o.requestProgressed(this.progress):void 0},i.prototype.destroy=function(){var s;return this.setProgress(1),typeof(s=this.delegate).requestFinished=="function"&&s.requestFinished(),this.delegate=null,this.xhr=null},i})()}).call(this),(function(){var n=function(i,s){return function(){return i.apply(s,arguments)}};r.ProgressBar=(function(){function i(){this.trickle=n(this.trickle,this),this.stylesheetElement=this.createStylesheetElement(),this.progressElement=this.createProgressElement()}var s;return s=300,i.defaultCSS=`.turbolinks-progress-bar { - position: fixed; - display: block; - top: 0; - left: 0; - height: 3px; - background: #0076ff; - z-index: 9999; - transition: width `+s+"ms ease-out, opacity "+s/2+"ms "+s/2+`ms ease-in; - transform: translate3d(0, 0, 0); -}`,i.prototype.show=function(){return this.visible?void 0:(this.visible=!0,this.installStylesheetElement(),this.installProgressElement(),this.startTrickling())},i.prototype.hide=function(){return this.visible&&!this.hiding?(this.hiding=!0,this.fadeProgressElement((function(o){return function(){return o.uninstallProgressElement(),o.stopTrickling(),o.visible=!1,o.hiding=!1}})(this))):void 0},i.prototype.setValue=function(o){return this.value=o,this.refresh()},i.prototype.installStylesheetElement=function(){return document.head.insertBefore(this.stylesheetElement,document.head.firstChild)},i.prototype.installProgressElement=function(){return this.progressElement.style.width=0,this.progressElement.style.opacity=1,document.documentElement.insertBefore(this.progressElement,document.body),this.refresh()},i.prototype.fadeProgressElement=function(o){return this.progressElement.style.opacity=0,setTimeout(o,1.5*s)},i.prototype.uninstallProgressElement=function(){return this.progressElement.parentNode?document.documentElement.removeChild(this.progressElement):void 0},i.prototype.startTrickling=function(){return this.trickleInterval!=null?this.trickleInterval:this.trickleInterval=setInterval(this.trickle,s)},i.prototype.stopTrickling=function(){return clearInterval(this.trickleInterval),this.trickleInterval=null},i.prototype.trickle=function(){return this.setValue(this.value+Math.random()/100)},i.prototype.refresh=function(){return requestAnimationFrame((function(o){return function(){return o.progressElement.style.width=10+90*o.value+"%"}})(this))},i.prototype.createStylesheetElement=function(){var o;return o=document.createElement("style"),o.type="text/css",o.textContent=this.constructor.defaultCSS,o},i.prototype.createProgressElement=function(){var o;return o=document.createElement("div"),o.className="turbolinks-progress-bar",o},i})()}).call(this),(function(){var n=function(i,s){return function(){return i.apply(s,arguments)}};r.BrowserAdapter=(function(){function i(c){this.controller=c,this.showProgressBar=n(this.showProgressBar,this),this.progressBar=new r.ProgressBar}var s,o,d;return d=r.HttpRequest,s=d.NETWORK_FAILURE,o=d.TIMEOUT_FAILURE,i.prototype.visitProposedToLocationWithAction=function(c,p){return this.controller.startVisitToLocationWithAction(c,p)},i.prototype.visitStarted=function(c){return c.issueRequest(),c.changeHistory(),c.loadCachedSnapshot()},i.prototype.visitRequestStarted=function(c){return this.progressBar.setValue(0),c.hasCachedSnapshot()||c.action!=="restore"?this.showProgressBarAfterDelay():this.showProgressBar()},i.prototype.visitRequestProgressed=function(c){return this.progressBar.setValue(c.progress)},i.prototype.visitRequestCompleted=function(c){return c.loadResponse()},i.prototype.visitRequestFailedWithStatusCode=function(c,p){switch(p){case s:case o:return this.reload();default:return c.loadResponse()}},i.prototype.visitRequestFinished=function(c){return this.hideProgressBar()},i.prototype.visitCompleted=function(c){return c.followRedirect()},i.prototype.pageInvalidated=function(){return this.reload()},i.prototype.showProgressBarAfterDelay=function(){return this.progressBarTimeout=setTimeout(this.showProgressBar,this.controller.progressBarDelay)},i.prototype.showProgressBar=function(){return this.progressBar.show()},i.prototype.hideProgressBar=function(){return this.progressBar.hide(),clearTimeout(this.progressBarTimeout)},i.prototype.reload=function(){return window.location.reload()},i})()}).call(this),(function(){var n=function(i,s){return function(){return i.apply(s,arguments)}};r.History=(function(){function i(s){this.delegate=s,this.onPageLoad=n(this.onPageLoad,this),this.onPopState=n(this.onPopState,this)}return i.prototype.start=function(){return this.started?void 0:(addEventListener("popstate",this.onPopState,!1),addEventListener("load",this.onPageLoad,!1),this.started=!0)},i.prototype.stop=function(){return this.started?(removeEventListener("popstate",this.onPopState,!1),removeEventListener("load",this.onPageLoad,!1),this.started=!1):void 0},i.prototype.push=function(s,o){return s=r.Location.wrap(s),this.update("push",s,o)},i.prototype.replace=function(s,o){return s=r.Location.wrap(s),this.update("replace",s,o)},i.prototype.onPopState=function(s){var o,d,c,p;return this.shouldHandlePopState()&&(p=(d=s.state)!=null?d.turbolinks:void 0)?(o=r.Location.wrap(window.location),c=p.restorationIdentifier,this.delegate.historyPoppedToLocationWithRestorationIdentifier(o,c)):void 0},i.prototype.onPageLoad=function(s){return r.defer((function(o){return function(){return o.pageLoaded=!0}})(this))},i.prototype.shouldHandlePopState=function(){return this.pageIsLoaded()},i.prototype.pageIsLoaded=function(){return this.pageLoaded||document.readyState==="complete"},i.prototype.update=function(s,o,d){var c;return c={turbolinks:{restorationIdentifier:d}},history[s+"State"](c,null,o)},i})()}).call(this),(function(){r.HeadDetails=(function(){function n(p){var h,m,v,g,_,P;for(this.elements={},v=0,_=p.length;_>v;v++)P=p[v],P.nodeType===Node.ELEMENT_NODE&&(g=P.outerHTML,m=(h=this.elements)[g]!=null?h[g]:h[g]={type:c(P),tracked:d(P),elements:[]},m.elements.push(P))}var i,s,o,d,c;return n.fromHeadElement=function(p){var h;return new this((h=p?.childNodes)!=null?h:[])},n.prototype.hasElementWithKey=function(p){return p in this.elements},n.prototype.getTrackedElementSignature=function(){var p,h;return(function(){var m,v;m=this.elements,v=[];for(p in m)h=m[p].tracked,h&&v.push(p);return v}).call(this).join("")},n.prototype.getScriptElementsNotInDetails=function(p){return this.getElementsMatchingTypeNotInDetails("script",p)},n.prototype.getStylesheetElementsNotInDetails=function(p){return this.getElementsMatchingTypeNotInDetails("stylesheet",p)},n.prototype.getElementsMatchingTypeNotInDetails=function(p,h){var m,v,g,_,P,O;g=this.elements,P=[];for(v in g)_=g[v],O=_.type,m=_.elements,O!==p||h.hasElementWithKey(v)||P.push(m[0]);return P},n.prototype.getProvisionalElements=function(){var p,h,m,v,g,_,P;m=[],v=this.elements;for(h in v)g=v[h],P=g.type,_=g.tracked,p=g.elements,P!=null||_?p.length>1&&m.push.apply(m,p.slice(1)):m.push.apply(m,p);return m},n.prototype.getMetaValue=function(p){var h;return(h=this.findMetaElementByName(p))!=null?h.getAttribute("content"):void 0},n.prototype.findMetaElementByName=function(p){var h,m,v,g;h=void 0,g=this.elements;for(v in g)m=g[v].elements,i(m[0],p)&&(h=m[0]);return h},c=function(p){return s(p)?"script":o(p)?"stylesheet":void 0},d=function(p){return p.getAttribute("data-turbolinks-track")==="reload"},s=function(p){var h;return h=p.tagName.toLowerCase(),h==="script"},o=function(p){var h;return h=p.tagName.toLowerCase(),h==="style"||h==="link"&&p.getAttribute("rel")==="stylesheet"},i=function(p,h){var m;return m=p.tagName.toLowerCase(),m==="meta"&&p.getAttribute("name")===h},n})()}).call(this),(function(){r.Snapshot=(function(){function n(i,s){this.headDetails=i,this.bodyElement=s}return n.wrap=function(i){return i instanceof this?i:typeof i=="string"?this.fromHTMLString(i):this.fromHTMLElement(i)},n.fromHTMLString=function(i){var s;return s=document.createElement("html"),s.innerHTML=i,this.fromHTMLElement(s)},n.fromHTMLElement=function(i){var s,o,d,c;return d=i.querySelector("head"),s=(c=i.querySelector("body"))!=null?c:document.createElement("body"),o=r.HeadDetails.fromHeadElement(d),new this(o,s)},n.prototype.clone=function(){return new this.constructor(this.headDetails,this.bodyElement.cloneNode(!0))},n.prototype.getRootLocation=function(){var i,s;return s=(i=this.getSetting("root"))!=null?i:"/",new r.Location(s)},n.prototype.getCacheControlValue=function(){return this.getSetting("cache-control")},n.prototype.getElementForAnchor=function(i){try{return this.bodyElement.querySelector("[id='"+i+"'], a[name='"+i+"']")}catch{}},n.prototype.getPermanentElements=function(){return this.bodyElement.querySelectorAll("[id][data-turbolinks-permanent]")},n.prototype.getPermanentElementById=function(i){return this.bodyElement.querySelector("#"+i+"[data-turbolinks-permanent]")},n.prototype.getPermanentElementsPresentInSnapshot=function(i){var s,o,d,c,p;for(c=this.getPermanentElements(),p=[],o=0,d=c.length;d>o;o++)s=c[o],i.getPermanentElementById(s.id)&&p.push(s);return p},n.prototype.findFirstAutofocusableElement=function(){return this.bodyElement.querySelector("[autofocus]")},n.prototype.hasAnchor=function(i){return this.getElementForAnchor(i)!=null},n.prototype.isPreviewable=function(){return this.getCacheControlValue()!=="no-preview"},n.prototype.isCacheable=function(){return this.getCacheControlValue()!=="no-cache"},n.prototype.isVisitable=function(){return this.getSetting("visit-control")!=="reload"},n.prototype.getSetting=function(i){return this.headDetails.getMetaValue("turbolinks-"+i)},n})()}).call(this),(function(){var n=[].slice;r.Renderer=(function(){function i(){}var s;return i.render=function(){var o,d,c,p;return c=arguments[0],d=arguments[1],o=3<=arguments.length?n.call(arguments,2):[],p=(function(h,m,v){v.prototype=h.prototype;var g=new v,_=h.apply(g,m);return Object(_)===_?_:g})(this,o,function(){}),p.delegate=c,p.render(d),p},i.prototype.renderView=function(o){return this.delegate.viewWillRender(this.newBody),o(),this.delegate.viewRendered(this.newBody)},i.prototype.invalidateView=function(){return this.delegate.viewInvalidated()},i.prototype.createScriptElement=function(o){var d;return o.getAttribute("data-turbolinks-eval")==="false"?o:(d=document.createElement("script"),d.textContent=o.textContent,d.async=!1,s(d,o),d)},s=function(o,d){var c,p,h,m,v,g,_;for(m=d.attributes,g=[],c=0,p=m.length;p>c;c++)v=m[c],h=v.name,_=v.value,g.push(o.setAttribute(h,_));return g},i})()}).call(this),(function(){var n,i,s=function(d,c){function p(){this.constructor=d}for(var h in c)o.call(c,h)&&(d[h]=c[h]);return p.prototype=c.prototype,d.prototype=new p,d.__super__=c.prototype,d},o={}.hasOwnProperty;r.SnapshotRenderer=(function(d){function c(p,h,m){this.currentSnapshot=p,this.newSnapshot=h,this.isPreview=m,this.currentHeadDetails=this.currentSnapshot.headDetails,this.newHeadDetails=this.newSnapshot.headDetails,this.currentBody=this.currentSnapshot.bodyElement,this.newBody=this.newSnapshot.bodyElement}return s(c,d),c.prototype.render=function(p){return this.shouldRender()?(this.mergeHead(),this.renderView((function(h){return function(){return h.replaceBody(),h.isPreview||h.focusFirstAutofocusableElement(),p()}})(this))):this.invalidateView()},c.prototype.mergeHead=function(){return this.copyNewHeadStylesheetElements(),this.copyNewHeadScriptElements(),this.removeCurrentHeadProvisionalElements(),this.copyNewHeadProvisionalElements()},c.prototype.replaceBody=function(){var p;return p=this.relocateCurrentBodyPermanentElements(),this.activateNewBodyScriptElements(),this.assignNewBody(),this.replacePlaceholderElementsWithClonedPermanentElements(p)},c.prototype.shouldRender=function(){return this.newSnapshot.isVisitable()&&this.trackedElementsAreIdentical()},c.prototype.trackedElementsAreIdentical=function(){return this.currentHeadDetails.getTrackedElementSignature()===this.newHeadDetails.getTrackedElementSignature()},c.prototype.copyNewHeadStylesheetElements=function(){var p,h,m,v,g;for(v=this.getNewHeadStylesheetElements(),g=[],h=0,m=v.length;m>h;h++)p=v[h],g.push(document.head.appendChild(p));return g},c.prototype.copyNewHeadScriptElements=function(){var p,h,m,v,g;for(v=this.getNewHeadScriptElements(),g=[],h=0,m=v.length;m>h;h++)p=v[h],g.push(document.head.appendChild(this.createScriptElement(p)));return g},c.prototype.removeCurrentHeadProvisionalElements=function(){var p,h,m,v,g;for(v=this.getCurrentHeadProvisionalElements(),g=[],h=0,m=v.length;m>h;h++)p=v[h],g.push(document.head.removeChild(p));return g},c.prototype.copyNewHeadProvisionalElements=function(){var p,h,m,v,g;for(v=this.getNewHeadProvisionalElements(),g=[],h=0,m=v.length;m>h;h++)p=v[h],g.push(document.head.appendChild(p));return g},c.prototype.relocateCurrentBodyPermanentElements=function(){var p,h,m,v,g,_,P;for(_=this.getCurrentBodyPermanentElements(),P=[],p=0,h=_.length;h>p;p++)v=_[p],g=n(v),m=this.newSnapshot.getPermanentElementById(v.id),i(v,g.element),i(m,v),P.push(g);return P},c.prototype.replacePlaceholderElementsWithClonedPermanentElements=function(p){var h,m,v,g,_,P,O;for(O=[],v=0,g=p.length;g>v;v++)P=p[v],m=P.element,_=P.permanentElement,h=_.cloneNode(!0),O.push(i(m,h));return O},c.prototype.activateNewBodyScriptElements=function(){var p,h,m,v,g,_;for(g=this.getNewBodyScriptElements(),_=[],h=0,v=g.length;v>h;h++)m=g[h],p=this.createScriptElement(m),_.push(i(m,p));return _},c.prototype.assignNewBody=function(){return document.body=this.newBody},c.prototype.focusFirstAutofocusableElement=function(){var p;return(p=this.newSnapshot.findFirstAutofocusableElement())!=null?p.focus():void 0},c.prototype.getNewHeadStylesheetElements=function(){return this.newHeadDetails.getStylesheetElementsNotInDetails(this.currentHeadDetails)},c.prototype.getNewHeadScriptElements=function(){return this.newHeadDetails.getScriptElementsNotInDetails(this.currentHeadDetails)},c.prototype.getCurrentHeadProvisionalElements=function(){return this.currentHeadDetails.getProvisionalElements()},c.prototype.getNewHeadProvisionalElements=function(){return this.newHeadDetails.getProvisionalElements()},c.prototype.getCurrentBodyPermanentElements=function(){return this.currentSnapshot.getPermanentElementsPresentInSnapshot(this.newSnapshot)},c.prototype.getNewBodyScriptElements=function(){return this.newBody.querySelectorAll("script")},c})(r.Renderer),n=function(d){var c;return c=document.createElement("meta"),c.setAttribute("name","turbolinks-permanent-placeholder"),c.setAttribute("content",d.id),{element:c,permanentElement:d}},i=function(d,c){var p;return(p=d.parentNode)?p.replaceChild(c,d):void 0}}).call(this),(function(){var n=function(s,o){function d(){this.constructor=s}for(var c in o)i.call(o,c)&&(s[c]=o[c]);return d.prototype=o.prototype,s.prototype=new d,s.__super__=o.prototype,s},i={}.hasOwnProperty;r.ErrorRenderer=(function(s){function o(d){var c;c=document.createElement("html"),c.innerHTML=d,this.newHead=c.querySelector("head"),this.newBody=c.querySelector("body")}return n(o,s),o.prototype.render=function(d){return this.renderView((function(c){return function(){return c.replaceHeadAndBody(),c.activateBodyScriptElements(),d()}})(this))},o.prototype.replaceHeadAndBody=function(){var d,c;return c=document.head,d=document.body,c.parentNode.replaceChild(this.newHead,c),d.parentNode.replaceChild(this.newBody,d)},o.prototype.activateBodyScriptElements=function(){var d,c,p,h,m,v;for(h=this.getScriptElements(),v=[],c=0,p=h.length;p>c;c++)m=h[c],d=this.createScriptElement(m),v.push(m.parentNode.replaceChild(d,m));return v},o.prototype.getScriptElements=function(){return document.documentElement.querySelectorAll("script")},o})(r.Renderer)}).call(this),(function(){r.View=(function(){function n(i){this.delegate=i,this.htmlElement=document.documentElement}return n.prototype.getRootLocation=function(){return this.getSnapshot().getRootLocation()},n.prototype.getElementForAnchor=function(i){return this.getSnapshot().getElementForAnchor(i)},n.prototype.getSnapshot=function(){return r.Snapshot.fromHTMLElement(this.htmlElement)},n.prototype.render=function(i,s){var o,d,c;return c=i.snapshot,o=i.error,d=i.isPreview,this.markAsPreview(d),c!=null?this.renderSnapshot(c,d,s):this.renderError(o,s)},n.prototype.markAsPreview=function(i){return i?this.htmlElement.setAttribute("data-turbolinks-preview",""):this.htmlElement.removeAttribute("data-turbolinks-preview")},n.prototype.renderSnapshot=function(i,s,o){return r.SnapshotRenderer.render(this.delegate,o,this.getSnapshot(),r.Snapshot.wrap(i),s)},n.prototype.renderError=function(i,s){return r.ErrorRenderer.render(this.delegate,s,i)},n})()}).call(this),(function(){var n=function(i,s){return function(){return i.apply(s,arguments)}};r.ScrollManager=(function(){function i(s){this.delegate=s,this.onScroll=n(this.onScroll,this),this.onScroll=r.throttle(this.onScroll)}return i.prototype.start=function(){return this.started?void 0:(addEventListener("scroll",this.onScroll,!1),this.onScroll(),this.started=!0)},i.prototype.stop=function(){return this.started?(removeEventListener("scroll",this.onScroll,!1),this.started=!1):void 0},i.prototype.scrollToElement=function(s){return s.scrollIntoView()},i.prototype.scrollToPosition=function(s){var o,d;return o=s.x,d=s.y,window.scrollTo(o,d)},i.prototype.onScroll=function(s){return this.updatePosition({x:window.pageXOffset,y:window.pageYOffset})},i.prototype.updatePosition=function(s){var o;return this.position=s,(o=this.delegate)!=null?o.scrollPositionChanged(this.position):void 0},i})()}).call(this),(function(){r.SnapshotCache=(function(){function n(s){this.size=s,this.keys=[],this.snapshots={}}var i;return n.prototype.has=function(s){var o;return o=i(s),o in this.snapshots},n.prototype.get=function(s){var o;if(this.has(s))return o=this.read(s),this.touch(s),o},n.prototype.put=function(s,o){return this.write(s,o),this.touch(s),o},n.prototype.read=function(s){var o;return o=i(s),this.snapshots[o]},n.prototype.write=function(s,o){var d;return d=i(s),this.snapshots[d]=o},n.prototype.touch=function(s){var o,d;return d=i(s),o=this.keys.indexOf(d),o>-1&&this.keys.splice(o,1),this.keys.unshift(d),this.trim()},n.prototype.trim=function(){var s,o,d,c,p;for(c=this.keys.splice(this.size),p=[],s=0,d=c.length;d>s;s++)o=c[s],p.push(delete this.snapshots[o]);return p},i=function(s){return r.Location.wrap(s).toCacheKey()},n})()}).call(this),(function(){var n=function(i,s){return function(){return i.apply(s,arguments)}};r.Visit=(function(){function i(o,d,c){this.controller=o,this.action=c,this.performScroll=n(this.performScroll,this),this.identifier=r.uuid(),this.location=r.Location.wrap(d),this.adapter=this.controller.adapter,this.state="initialized",this.timingMetrics={}}var s;return i.prototype.start=function(){return this.state==="initialized"?(this.recordTimingMetric("visitStart"),this.state="started",this.adapter.visitStarted(this)):void 0},i.prototype.cancel=function(){var o;return this.state==="started"?((o=this.request)!=null&&o.cancel(),this.cancelRender(),this.state="canceled"):void 0},i.prototype.complete=function(){var o;return this.state==="started"?(this.recordTimingMetric("visitEnd"),this.state="completed",typeof(o=this.adapter).visitCompleted=="function"&&o.visitCompleted(this),this.controller.visitCompleted(this)):void 0},i.prototype.fail=function(){var o;return this.state==="started"?(this.state="failed",typeof(o=this.adapter).visitFailed=="function"?o.visitFailed(this):void 0):void 0},i.prototype.changeHistory=function(){var o,d;return this.historyChanged?void 0:(o=this.location.isEqualTo(this.referrer)?"replace":this.action,d=s(o),this.controller[d](this.location,this.restorationIdentifier),this.historyChanged=!0)},i.prototype.issueRequest=function(){return this.shouldIssueRequest()&&this.request==null?(this.progress=0,this.request=new r.HttpRequest(this,this.location,this.referrer),this.request.send()):void 0},i.prototype.getCachedSnapshot=function(){var o;return!(o=this.controller.getCachedSnapshotForLocation(this.location))||this.location.anchor!=null&&!o.hasAnchor(this.location.anchor)||this.action!=="restore"&&!o.isPreviewable()?void 0:o},i.prototype.hasCachedSnapshot=function(){return this.getCachedSnapshot()!=null},i.prototype.loadCachedSnapshot=function(){var o,d;return(d=this.getCachedSnapshot())?(o=this.shouldIssueRequest(),this.render(function(){var c;return this.cacheSnapshot(),this.controller.render({snapshot:d,isPreview:o},this.performScroll),typeof(c=this.adapter).visitRendered=="function"&&c.visitRendered(this),o?void 0:this.complete()})):void 0},i.prototype.loadResponse=function(){return this.response!=null?this.render(function(){var o,d;return this.cacheSnapshot(),this.request.failed?(this.controller.render({error:this.response},this.performScroll),typeof(o=this.adapter).visitRendered=="function"&&o.visitRendered(this),this.fail()):(this.controller.render({snapshot:this.response},this.performScroll),typeof(d=this.adapter).visitRendered=="function"&&d.visitRendered(this),this.complete())}):void 0},i.prototype.followRedirect=function(){return this.redirectedToLocation&&!this.followedRedirect?(this.location=this.redirectedToLocation,this.controller.replaceHistoryWithLocationAndRestorationIdentifier(this.redirectedToLocation,this.restorationIdentifier),this.followedRedirect=!0):void 0},i.prototype.requestStarted=function(){var o;return this.recordTimingMetric("requestStart"),typeof(o=this.adapter).visitRequestStarted=="function"?o.visitRequestStarted(this):void 0},i.prototype.requestProgressed=function(o){var d;return this.progress=o,typeof(d=this.adapter).visitRequestProgressed=="function"?d.visitRequestProgressed(this):void 0},i.prototype.requestCompletedWithResponse=function(o,d){return this.response=o,d!=null&&(this.redirectedToLocation=r.Location.wrap(d)),this.adapter.visitRequestCompleted(this)},i.prototype.requestFailedWithStatusCode=function(o,d){return this.response=d,this.adapter.visitRequestFailedWithStatusCode(this,o)},i.prototype.requestFinished=function(){var o;return this.recordTimingMetric("requestEnd"),typeof(o=this.adapter).visitRequestFinished=="function"?o.visitRequestFinished(this):void 0},i.prototype.performScroll=function(){return this.scrolled?void 0:(this.action==="restore"?this.scrollToRestoredPosition()||this.scrollToTop():this.scrollToAnchor()||this.scrollToTop(),this.scrolled=!0)},i.prototype.scrollToRestoredPosition=function(){var o,d;return o=(d=this.restorationData)!=null?d.scrollPosition:void 0,o!=null?(this.controller.scrollToPosition(o),!0):void 0},i.prototype.scrollToAnchor=function(){return this.location.anchor!=null?(this.controller.scrollToAnchor(this.location.anchor),!0):void 0},i.prototype.scrollToTop=function(){return this.controller.scrollToPosition({x:0,y:0})},i.prototype.recordTimingMetric=function(o){var d;return(d=this.timingMetrics)[o]!=null?d[o]:d[o]=new Date().getTime()},i.prototype.getTimingMetrics=function(){return r.copyObject(this.timingMetrics)},s=function(o){switch(o){case"replace":return"replaceHistoryWithLocationAndRestorationIdentifier";case"advance":case"restore":return"pushHistoryWithLocationAndRestorationIdentifier"}},i.prototype.shouldIssueRequest=function(){return this.action==="restore"?!this.hasCachedSnapshot():!0},i.prototype.cacheSnapshot=function(){return this.snapshotCached?void 0:(this.controller.cacheSnapshot(),this.snapshotCached=!0)},i.prototype.render=function(o){return this.cancelRender(),this.frame=requestAnimationFrame((function(d){return function(){return d.frame=null,o.call(d)}})(this))},i.prototype.cancelRender=function(){return this.frame?cancelAnimationFrame(this.frame):void 0},i})()}).call(this),(function(){var n=function(i,s){return function(){return i.apply(s,arguments)}};r.Controller=(function(){function i(){this.clickBubbled=n(this.clickBubbled,this),this.clickCaptured=n(this.clickCaptured,this),this.pageLoaded=n(this.pageLoaded,this),this.history=new r.History(this),this.view=new r.View(this),this.scrollManager=new r.ScrollManager(this),this.restorationData={},this.clearCache(),this.setProgressBarDelay(500)}return i.prototype.start=function(){return r.supported&&!this.started?(addEventListener("click",this.clickCaptured,!0),addEventListener("DOMContentLoaded",this.pageLoaded,!1),this.scrollManager.start(),this.startHistory(),this.started=!0,this.enabled=!0):void 0},i.prototype.disable=function(){return this.enabled=!1},i.prototype.stop=function(){return this.started?(removeEventListener("click",this.clickCaptured,!0),removeEventListener("DOMContentLoaded",this.pageLoaded,!1),this.scrollManager.stop(),this.stopHistory(),this.started=!1):void 0},i.prototype.clearCache=function(){return this.cache=new r.SnapshotCache(10)},i.prototype.visit=function(s,o){var d,c;return o==null&&(o={}),s=r.Location.wrap(s),this.applicationAllowsVisitingLocation(s)?this.locationIsVisitable(s)?(d=(c=o.action)!=null?c:"advance",this.adapter.visitProposedToLocationWithAction(s,d)):window.location=s:void 0},i.prototype.startVisitToLocationWithAction=function(s,o,d){var c;return r.supported?(c=this.getRestorationDataForIdentifier(d),this.startVisit(s,o,{restorationData:c})):window.location=s},i.prototype.setProgressBarDelay=function(s){return this.progressBarDelay=s},i.prototype.startHistory=function(){return this.location=r.Location.wrap(window.location),this.restorationIdentifier=r.uuid(),this.history.start(),this.history.replace(this.location,this.restorationIdentifier)},i.prototype.stopHistory=function(){return this.history.stop()},i.prototype.pushHistoryWithLocationAndRestorationIdentifier=function(s,o){return this.restorationIdentifier=o,this.location=r.Location.wrap(s),this.history.push(this.location,this.restorationIdentifier)},i.prototype.replaceHistoryWithLocationAndRestorationIdentifier=function(s,o){return this.restorationIdentifier=o,this.location=r.Location.wrap(s),this.history.replace(this.location,this.restorationIdentifier)},i.prototype.historyPoppedToLocationWithRestorationIdentifier=function(s,o){var d;return this.restorationIdentifier=o,this.enabled?(d=this.getRestorationDataForIdentifier(this.restorationIdentifier),this.startVisit(s,"restore",{restorationIdentifier:this.restorationIdentifier,restorationData:d,historyChanged:!0}),this.location=r.Location.wrap(s)):this.adapter.pageInvalidated()},i.prototype.getCachedSnapshotForLocation=function(s){var o;return(o=this.cache.get(s))!=null?o.clone():void 0},i.prototype.shouldCacheSnapshot=function(){return this.view.getSnapshot().isCacheable()},i.prototype.cacheSnapshot=function(){var s,o;return this.shouldCacheSnapshot()?(this.notifyApplicationBeforeCachingSnapshot(),o=this.view.getSnapshot(),s=this.lastRenderedLocation,r.defer((function(d){return function(){return d.cache.put(s,o.clone())}})(this))):void 0},i.prototype.scrollToAnchor=function(s){var o;return(o=this.view.getElementForAnchor(s))?this.scrollToElement(o):this.scrollToPosition({x:0,y:0})},i.prototype.scrollToElement=function(s){return this.scrollManager.scrollToElement(s)},i.prototype.scrollToPosition=function(s){return this.scrollManager.scrollToPosition(s)},i.prototype.scrollPositionChanged=function(s){var o;return o=this.getCurrentRestorationData(),o.scrollPosition=s},i.prototype.render=function(s,o){return this.view.render(s,o)},i.prototype.viewInvalidated=function(){return this.adapter.pageInvalidated()},i.prototype.viewWillRender=function(s){return this.notifyApplicationBeforeRender(s)},i.prototype.viewRendered=function(){return this.lastRenderedLocation=this.currentVisit.location,this.notifyApplicationAfterRender()},i.prototype.pageLoaded=function(){return this.lastRenderedLocation=this.location,this.notifyApplicationAfterPageLoad()},i.prototype.clickCaptured=function(){return removeEventListener("click",this.clickBubbled,!1),addEventListener("click",this.clickBubbled,!1)},i.prototype.clickBubbled=function(s){var o,d,c;return this.enabled&&this.clickEventIsSignificant(s)&&(d=this.getVisitableLinkForNode(s.target))&&(c=this.getVisitableLocationForLink(d))&&this.applicationAllowsFollowingLinkToLocation(d,c)?(s.preventDefault(),o=this.getActionForLink(d),this.visit(c,{action:o})):void 0},i.prototype.applicationAllowsFollowingLinkToLocation=function(s,o){var d;return d=this.notifyApplicationAfterClickingLinkToLocation(s,o),!d.defaultPrevented},i.prototype.applicationAllowsVisitingLocation=function(s){var o;return o=this.notifyApplicationBeforeVisitingLocation(s),!o.defaultPrevented},i.prototype.notifyApplicationAfterClickingLinkToLocation=function(s,o){return r.dispatch("turbolinks:click",{target:s,data:{url:o.absoluteURL},cancelable:!0})},i.prototype.notifyApplicationBeforeVisitingLocation=function(s){return r.dispatch("turbolinks:before-visit",{data:{url:s.absoluteURL},cancelable:!0})},i.prototype.notifyApplicationAfterVisitingLocation=function(s){return r.dispatch("turbolinks:visit",{data:{url:s.absoluteURL}})},i.prototype.notifyApplicationBeforeCachingSnapshot=function(){return r.dispatch("turbolinks:before-cache")},i.prototype.notifyApplicationBeforeRender=function(s){return r.dispatch("turbolinks:before-render",{data:{newBody:s}})},i.prototype.notifyApplicationAfterRender=function(){return r.dispatch("turbolinks:render")},i.prototype.notifyApplicationAfterPageLoad=function(s){return s==null&&(s={}),r.dispatch("turbolinks:load",{data:{url:this.location.absoluteURL,timing:s}})},i.prototype.startVisit=function(s,o,d){var c;return(c=this.currentVisit)!=null&&c.cancel(),this.currentVisit=this.createVisit(s,o,d),this.currentVisit.start(),this.notifyApplicationAfterVisitingLocation(s)},i.prototype.createVisit=function(s,o,d){var c,p,h,m,v;return p=d??{},m=p.restorationIdentifier,h=p.restorationData,c=p.historyChanged,v=new r.Visit(this,s,o),v.restorationIdentifier=m??r.uuid(),v.restorationData=r.copyObject(h),v.historyChanged=c,v.referrer=this.location,v},i.prototype.visitCompleted=function(s){return this.notifyApplicationAfterPageLoad(s.getTimingMetrics())},i.prototype.clickEventIsSignificant=function(s){return!(s.defaultPrevented||s.target.isContentEditable||s.which>1||s.altKey||s.ctrlKey||s.metaKey||s.shiftKey)},i.prototype.getVisitableLinkForNode=function(s){return this.nodeIsVisitable(s)?r.closest(s,"a[href]:not([target]):not([download])"):void 0},i.prototype.getVisitableLocationForLink=function(s){var o;return o=new r.Location(s.getAttribute("href")),this.locationIsVisitable(o)?o:void 0},i.prototype.getActionForLink=function(s){var o;return(o=s.getAttribute("data-turbolinks-action"))!=null?o:"advance"},i.prototype.nodeIsVisitable=function(s){var o;return(o=r.closest(s,"[data-turbolinks]"))?o.getAttribute("data-turbolinks")!=="false":!0},i.prototype.locationIsVisitable=function(s){return s.isPrefixedBy(this.view.getRootLocation())&&s.isHTML()},i.prototype.getCurrentRestorationData=function(){return this.getRestorationDataForIdentifier(this.restorationIdentifier)},i.prototype.getRestorationDataForIdentifier=function(s){var o;return(o=this.restorationData)[s]!=null?o[s]:o[s]={}},i})()}).call(this),(function(){(function(){var n,i;if((n=i=document.currentScript)&&!i.hasAttribute("data-turbolinks-suppress-warning")){for(;n=n.parentNode;)if(n===document.body)return console.warn(`You are loading Turbolinks from a