mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-30 06:21:19 +00:00

This also includes a massive reformat of the htmx code, since the indenting was changed. I used standardJS for this.
1 line
44 KiB
JavaScript
1 line
44 KiB
JavaScript
const htmx=function(){"use strict";const Q={onLoad:_,process:It,on:me,off:pe,trigger:fe,ajax:Sn,find:v,findAll:c,closest:h,values:function(e,t){const n=nn(e,t||"post");return n.values},remove:G,addClass:J,removeClass:r,toggleClass:Z,takeClass:K,defineExtension:Hn,removeExtension:Ln,logAll:z,logNone:$,logger:null,config:{historyEnabled:true,historyCacheSize:10,refreshOnHistoryMiss:false,defaultSwapStyle:"innerHTML",defaultSwapDelay:0,defaultSettleDelay:20,includeIndicatorStyles:true,indicatorClass:"htmx-indicator",requestClass:"htmx-request",addedClass:"htmx-added",settlingClass:"htmx-settling",swappingClass:"htmx-swapping",allowEval:true,allowScriptTags:true,inlineScriptNonce:"",attributesToSettle:["class","style","width","height"],withCredentials:false,timeout:0,wsReconnectDelay:"full-jitter",wsBinaryType:"blob",disableSelector:"[hx-disable], [data-hx-disable]",useTemplateFragments:false,scrollBehavior:"instant",defaultFocusScroll:false,getCacheBusterParam:false,globalViewTransitions:false,methodsThatUseUrlParams:["get","delete"],selfRequestsOnly:true,ignoreTitle:false,scrollIntoViewOnBoost:true,triggerSpecsCache:null},parseInterval:d,_:t,version:"1.9.10"};const n={addTriggerHandler:bt,bodyContains:le,canAccessLocalStorage:V,findThisElement:be,filterValues:un,hasAttribute:s,getAttributeValue:te,getClosestAttributeValue:re,getClosestMatch:N,getExpressionVars:bn,getHeaders:ln,getInputValues:nn,getInternalData:ie,getSwapSpecification:an,getTriggerSpecs:ot,getTarget:ve,makeFragment:k,mergeObjects:ue,makeSettleInfo:dn,oobSwap:Re,querySelectorExt:ce,selectAndSwap:_e,settleImmediately:zt,shouldCancel:ct,triggerEvent:fe,triggerErrorEvent:ae,withExtensions:Mt};const E=["get","post","put","delete","patch"];const q=E.map(function(e){return"[hx-"+e+"], [data-hx-"+e+"]"}).join(", ");const T=e("head");const O=e("title");const H=e("svg",true);function e(e,t=false){return new RegExp(`<${e}(\\s[^>]*>|>)([\\s\\S]*?)<\\/${e}>`,t?"gim":"im")}function d(e){if(e==undefined){return undefined}let t=NaN;if(e.slice(-2)=="ms"){t=parseFloat(e.slice(0,-2))}else if(e.slice(-1)=="s"){t=parseFloat(e.slice(0,-1))*1e3}else if(e.slice(-1)=="m"){t=parseFloat(e.slice(0,-1))*1e3*60}else{t=parseFloat(e)}return isNaN(t)?undefined:t}function ee(e,t){return e.getAttribute&&e.getAttribute(t)}function s(e,t){return e.hasAttribute&&(e.hasAttribute(t)||e.hasAttribute("data-"+t))}function te(e,t){return ee(e,t)||ee(e,"data-"+t)}function u(e){const t=e.parentElement;if(!t&&e.parentNode instanceof ShadowRoot)return e.parentNode;return t}function ne(){return document}function L(e,t){return e.getRootNode?e.getRootNode({composed:t}):ne()}function N(e,t){while(e&&!t(e)){e=u(e)}return e||null}function A(e,t,n){const r=te(t,n);const o=te(t,"hx-disinherit");if(e!==t&&o&&(o==="*"||o.split(" ").indexOf(n)>=0)){return"unset"}else{return r}}function re(t,n){let r=null;N(t,function(e){return r=A(t,e,n)});if(r!=="unset"){return r}}function f(e,t){const n=e.matches||e.matchesSelector||e.msMatchesSelector||e.mozMatchesSelector||e.webkitMatchesSelector||e.oMatchesSelector;return n&&n.call(e,t)}function I(e){const t=/<([a-z][^\/\0>\x20\t\r\n\f]*)/i;const n=t.exec(e);if(n){return n[1].toLowerCase()}else{return""}}function i(e,t){const n=new DOMParser;const r=n.parseFromString(e,"text/html");let o=r.body;while(t>0){t--;o=o.firstChild}if(o==null){o=ne().createDocumentFragment()}return o}function P(e){return/<body/.test(e)}function k(e){const t=!P(e);const n=I(e);let r=e;if(n==="head"){r=r.replace(T,"")}if(Q.config.useTemplateFragments&&t){const o=i("<body><template>"+r+"</template></body>",0);return o.querySelector("template").content}switch(n){case"thead":case"tbody":case"tfoot":case"colgroup":case"caption":return i("<table>"+r+"</table>",1);case"col":return i("<table><colgroup>"+r+"</colgroup></table>",2);case"tr":return i("<table><tbody>"+r+"</tbody></table>",2);case"td":case"th":return i("<table><tbody><tr>"+r+"</tr></tbody></table>",3);case"script":case"style":return i("<div>"+r+"</div>",1);default:return i(r,0)}}function oe(e){if(e){e()}}function X(e,t){return Object.prototype.toString.call(e)==="[object "+t+"]"}function M(e){return X(e,"Function")}function D(e){return X(e,"Object")}function ie(e){const t="htmx-internal-data";let n=e[t];if(!n){n=e[t]={}}return n}function U(t){const n=[];if(t){for(let e=0;e<t.length;e++){n.push(t[e])}}return n}function se(t,n){if(t){for(let e=0;e<t.length;e++){n(t[e])}}}function F(e){const t=e.getBoundingClientRect();const n=t.top;const r=t.bottom;return n<window.innerHeight&&r>=0}function le(e){if(e.getRootNode&&e.getRootNode()instanceof window.ShadowRoot){return ne().body.contains(e.getRootNode().host)}else{return ne().body.contains(e)}}function B(e){return e.trim().split(/\s+/)}function ue(e,t){for(const n in t){if(t.hasOwnProperty(n)){e[n]=t[n]}}return e}function b(e){try{return JSON.parse(e)}catch(e){S(e);return null}}function V(){const e="htmx:localStorageTest";try{localStorage.setItem(e,e);localStorage.removeItem(e);return true}catch(e){return false}}function j(t){try{const e=new URL(t);if(e){t=e.pathname+e.search}if(!/^\/$/.test(t)){t=t.replace(/\/+$/,"")}return t}catch(e){return t}}function t(e){return pn(ne().body,function(){return eval(e)})}function _(t){const e=Q.on("htmx:load",function(e){t(e.detail.elt)});return e}function z(){Q.logger=function(e,t,n){if(console){console.log(t,e,n)}}}function $(){Q.logger=null}function v(e,t){if(t){return e.querySelector(t)}else{return v(ne(),e)}}function c(e,t){if(t){return e.querySelectorAll(t)}else{return c(ne(),e)}}function G(e,t){e=g(e);if(t){setTimeout(function(){G(e);e=null},t)}else{u(e).removeChild(e)}}function J(e,t,n){e=g(e);if(n){setTimeout(function(){J(e,t);e=null},n)}else{e.classList&&e.classList.add(t)}}function r(e,t,n){e=g(e);if(n){setTimeout(function(){r(e,t);e=null},n)}else{if(e.classList){e.classList.remove(t);if(e.classList.length===0){e.removeAttribute("class")}}}}function Z(e,t){e=g(e);e.classList.toggle(t)}function K(e,t){e=g(e);se(e.parentElement.children,function(e){r(e,t)});J(e,t)}function h(e,t){e=g(e);if(e.closest){return e.closest(t)}else{do{if(e==null||f(e,t)){return e}}while(e=e&&u(e));return null}}function l(e,t){return e.substring(0,t.length)===t}function Y(e,t){return e.substring(e.length-t.length)===t}function o(e){const t=e.trim();if(l(t,"<")&&Y(t,"/>")){return t.substring(1,t.length-2)}else{return t}}function a(e,t,n){if(t.indexOf("closest ")===0){return[h(e,o(t.substr(8)))]}else if(t.indexOf("find ")===0){return[v(e,o(t.substr(5)))]}else if(t==="next"){return[e.nextElementSibling]}else if(t.indexOf("next ")===0){return[W(e,o(t.substr(5)),!!n)]}else if(t==="previous"){return[e.previousElementSibling]}else if(t.indexOf("previous ")===0){return[de(e,o(t.substr(9)),!!n)]}else if(t==="document"){return[document]}else if(t==="window"){return[window]}else if(t==="body"){return[document.body]}else if(t==="root"){return[L(e,!!n)]}else if(t.indexOf("global ")===0){return a(e,t.slice(7),true)}else{return L(e,!!n).querySelectorAll(o(t))}}var W=function(t,e,n){const r=L(t,n).querySelectorAll(e);for(let e=0;e<r.length;e++){const o=r[e];if(o.compareDocumentPosition(t)===Node.DOCUMENT_POSITION_PRECEDING){return o}}};var de=function(t,e,n){const r=L(t,n).querySelectorAll(e);for(let e=r.length-1;e>=0;e--){const o=r[e];if(o.compareDocumentPosition(t)===Node.DOCUMENT_POSITION_FOLLOWING){return o}}};function ce(e,t){if(t){return a(e,t)[0]}else{return a(ne().body,e)[0]}}function g(e,t){if(X(e,"String")){return v(t||document,e)}else{return e}}function ge(e,t,n){if(M(t)){return{target:ne().body,event:e,listener:t}}else{return{target:g(e),event:t,listener:n}}}function me(t,n,r){An(function(){const e=ge(t,n,r);e.target.addEventListener(e.event,e.listener)});const e=M(n);return e?n:r}function pe(t,n,r){An(function(){const e=ge(t,n,r);e.target.removeEventListener(e.event,e.listener)});return M(n)?n:r}const ye=ne().createElement("output");function xe(e,t){const n=re(e,t);if(n){if(n==="this"){return[be(e,t)]}else{const r=a(e,n);if(r.length===0){S('The selector "'+n+'" on '+t+" returned no matches!");return[ye]}else{return r}}}}function be(e,t){return N(e,function(e){return te(e,t)!=null})}function ve(e){const t=re(e,"hx-target");if(t){if(t==="this"){return be(e,"hx-target")}else{return ce(e,t)}}else{const n=ie(e);if(n.boosted){return ne().body}else{return e}}}function we(t){const n=Q.config.attributesToSettle;for(let e=0;e<n.length;e++){if(t===n[e]){return true}}return false}function Se(t,n){se(t.attributes,function(e){if(!n.hasAttribute(e.name)&&we(e.name)){t.removeAttribute(e.name)}});se(n.attributes,function(e){if(we(e.name)){t.setAttribute(e.name,e.value)}})}function Ce(t,e){const n=Nn(e);for(let e=0;e<n.length;e++){const r=n[e];try{if(r.isInlineSwap(t)){return true}}catch(e){S(e)}}return t==="outerHTML"}function Re(e,o,i){let t="#"+ee(o,"id");let s="outerHTML";if(e==="true"){}else if(e.indexOf(":")>0){s=e.substr(0,e.indexOf(":"));t=e.substr(e.indexOf(":")+1,e.length)}else{s=e}const n=ne().querySelectorAll(t);if(n){se(n,function(e){let t;const n=o.cloneNode(true);t=ne().createDocumentFragment();t.appendChild(n);if(!Ce(s,e)){t=n}const r={shouldSwap:true,target:e,fragment:t};if(!fe(e,"htmx:oobBeforeSwap",r))return;e=r.target;if(r.shouldSwap){Ve(s,e,e,t,i)}se(i.elts,function(e){fe(e,"htmx:oobAfterSwap",r)})});o.parentNode.removeChild(o)}else{o.parentNode.removeChild(o);ae(ne().body,"htmx:oobErrorNoTarget",{content:o})}return e}function Ee(e,n,r){const t=re(e,"hx-select-oob");if(t){const o=t.split(",");for(let t=0;t<o.length;t++){const i=o[t].split(":",2);let e=i[0].trim();if(e.indexOf("#")===0){e=e.substring(1)}const s=i[1]||"true";const l=n.querySelector("#"+e);if(l){Re(s,l,r)}}}se(c(n,"[hx-swap-oob], [data-hx-swap-oob]"),function(e){const t=te(e,"hx-swap-oob");if(t!=null){Re(t,e,r)}})}function qe(e){se(c(e,"[hx-preserve], [data-hx-preserve]"),function(e){const t=te(e,"id");const n=ne().getElementById(t);if(n!=null){e.parentNode.replaceChild(n,e)}})}function Te(s,e,l){se(e.querySelectorAll("[id]"),function(e){const t=ee(e,"id");if(t&&t.length>0){const n=t.replace("'","\\'");const r=e.tagName.replace(":","\\:");const o=s.querySelector(r+"[id='"+n+"']");if(o&&o!==s){const i=e.cloneNode();Se(e,o);l.tasks.push(function(){Se(e,i)})}}})}function Oe(e){return function(){r(e,Q.config.addedClass);It(e);wt(e);He(e);fe(e,"htmx:load")}}function He(e){const t="[autofocus]";const n=f(e,t)?e:e.querySelector(t);if(n!=null){n.focus()}}function m(e,t,n,r){Te(e,n,r);while(n.childNodes.length>0){const o=n.firstChild;J(o,Q.config.addedClass);e.insertBefore(o,t);if(o.nodeType!==Node.TEXT_NODE&&o.nodeType!==Node.COMMENT_NODE){r.tasks.push(Oe(o))}}}function Le(e,t){let n=0;while(n<e.length){t=(t<<5)-t+e.charCodeAt(n++)|0}return t}function Ne(t){let n=0;if(t.attributes){for(let e=0;e<t.attributes.length;e++){const r=t.attributes[e];if(r.value){n=Le(r.name,n);n=Le(r.value,n)}}}return n}function Ae(t){const n=ie(t);if(n.onHandlers){for(let e=0;e<n.onHandlers.length;e++){const r=n.onHandlers[e];t.removeEventListener(r.event,r.listener)}delete n.onHandlers}}function Ie(e){const t=ie(e);if(t.timeout){clearTimeout(t.timeout)}if(t.listenerInfos){se(t.listenerInfos,function(e){if(e.on){e.on.removeEventListener(e.trigger,e.listener)}})}Ae(e);se(Object.keys(t),function(e){delete t[e]})}function p(e){fe(e,"htmx:beforeCleanupElement");Ie(e);if(e.children){se(e.children,function(e){p(e)})}}function Pe(t,n,r){if(t.tagName==="BODY"){return Fe(t,n,r)}else{let e;const o=t.previousSibling;m(u(t),t,n,r);if(o==null){e=u(t).firstChild}else{e=o.nextSibling}r.elts=r.elts.filter(function(e){return e!=t});while(e&&e!==t){if(e.nodeType===Node.ELEMENT_NODE){r.elts.push(e)}e=e.nextElementSibling}p(t);u(t).removeChild(t)}}function ke(e,t,n){return m(e,e.firstChild,t,n)}function Xe(e,t,n){return m(u(e),e,t,n)}function Me(e,t,n){return m(e,null,t,n)}function De(e,t,n){return m(u(e),e.nextSibling,t,n)}function Ue(e,t,n){p(e);return u(e).removeChild(e)}function Fe(e,t,n){const r=e.firstChild;m(e,r,t,n);if(r){while(r.nextSibling){p(r.nextSibling);e.removeChild(r.nextSibling)}p(r);e.removeChild(r)}}function Be(e,t,n){const r=n||re(e,"hx-select");if(r){const o=ne().createDocumentFragment();se(t.querySelectorAll(r),function(e){o.appendChild(e)});t=o}return t}function Ve(t,e,n,r,o){switch(t){case"none":return;case"outerHTML":Pe(n,r,o);return;case"afterbegin":ke(n,r,o);return;case"beforebegin":Xe(n,r,o);return;case"beforeend":Me(n,r,o);return;case"afterend":De(n,r,o);return;case"delete":Ue(n,r,o);return;default:var i=Nn(e);for(let e=0;e<i.length;e++){const s=i[e];try{const l=s.handleSwap(t,n,r,o);if(l){if(typeof l.length!=="undefined"){for(let e=0;e<l.length;e++){const u=l[e];if(u.nodeType!==Node.TEXT_NODE&&u.nodeType!==Node.COMMENT_NODE){o.tasks.push(Oe(u))}}}return}}catch(e){S(e)}}if(t==="innerHTML"){Fe(n,r,o)}else{Ve(Q.config.defaultSwapStyle,e,n,r,o)}}}function je(e){if(e.indexOf("<title")>-1){const t=e.replace(H,"");const n=t.match(O);if(n){return n[2]}}}function _e(e,t,n,r,o,i){o.title=je(r);let s=k(r);if(s){Ee(n,s,o);s=Be(n,s,i);qe(s);return Ve(e,n,t,s,o)}}function ze(e,t,n){const r=e.getResponseHeader(t);if(r.indexOf("{")===0){const o=b(r);for(const i in o){if(o.hasOwnProperty(i)){let e=o[i];if(!D(e)){e={value:e}}fe(n,i,e)}}}else{const s=r.split(",");for(let e=0;e<s.length;e++){fe(n,s[e].trim(),[])}}}const $e=/\s/;const y=/[\s,]/;const Ge=/[_$a-zA-Z]/;const Je=/[_$a-zA-Z0-9]/;const Ze=['"',"'","/"];const x=/[^\s]/;const Ke=/[{(]/;const Ye=/[})]/;function We(e){const t=[];let n=0;while(n<e.length){if(Ge.exec(e.charAt(n))){var r=n;while(Je.exec(e.charAt(n+1))){n++}t.push(e.substr(r,n-r+1))}else if(Ze.indexOf(e.charAt(n))!==-1){const o=e.charAt(n);var r=n;n++;while(n<e.length&&e.charAt(n)!==o){if(e.charAt(n)==="\\"){n++}n++}t.push(e.substr(r,n-r+1))}else{const i=e.charAt(n);t.push(i)}n++}return t}function Qe(e,t,n){return Ge.exec(e.charAt(0))&&e!=="true"&&e!=="false"&&e!=="this"&&e!==n&&t!=="."}function et(r,o,i){if(o[0]==="["){o.shift();let e=1;let t=" return (function("+i+"){ return (";let n=null;while(o.length>0){const s=o[0];if(s==="]"){e--;if(e===0){if(n===null){t=t+"true"}o.shift();t+=")})";try{const l=pn(r,function(){return Function(t)()},function(){return true});l.source=t;return l}catch(e){ae(ne().body,"htmx:syntax:error",{error:e,source:t});return null}}}else if(s==="["){e++}if(Qe(s,n,i)){t+="(("+i+"."+s+") ? ("+i+"."+s+") : (window."+s+"))"}else{t=t+s}n=o.shift()}}}function w(e,t){let n="";while(e.length>0&&!t.test(e[0])){n+=e.shift()}return n}function tt(e){let t;if(e.length>0&&Ke.test(e[0])){e.shift();t=w(e,Ye).trim();e.shift()}else{t=w(e,y)}return t}const nt="input, textarea, select";function rt(e,t,n){const r=[];const o=We(t);do{w(o,x);const l=o.length;const u=w(o,/[,\[\s]/);if(u!==""){if(u==="every"){const c={trigger:"every"};w(o,x);c.pollInterval=d(w(o,/[,\[\s]/));w(o,x);var i=et(e,o,"event");if(i){c.eventFilter=i}r.push(c)}else{const a={trigger:u};var i=et(e,o,"event");if(i){a.eventFilter=i}while(o.length>0&&o[0]!==","){w(o,x);const f=o.shift();if(f==="changed"){a.changed=true}else if(f==="once"){a.once=true}else if(f==="consume"){a.consume=true}else if(f==="delay"&&o[0]===":"){o.shift();a.delay=d(w(o,y))}else if(f==="from"&&o[0]===":"){o.shift();if(Ke.test(o[0])){var s=tt(o)}else{var s=w(o,y);if(s==="closest"||s==="find"||s==="next"||s==="previous"){o.shift();const h=tt(o);if(h.length>0){s+=" "+h}}}a.from=s}else if(f==="target"&&o[0]===":"){o.shift();a.target=tt(o)}else if(f==="throttle"&&o[0]===":"){o.shift();a.throttle=d(w(o,y))}else if(f==="queue"&&o[0]===":"){o.shift();a.queue=w(o,y)}else if(f==="root"&&o[0]===":"){o.shift();a[f]=tt(o)}else if(f==="threshold"&&o[0]===":"){o.shift();a[f]=w(o,y)}else{ae(e,"htmx:syntax:error",{token:o.shift()})}}r.push(a)}}if(o.length===l){ae(e,"htmx:syntax:error",{token:o.shift()})}w(o,x)}while(o[0]===","&&o.shift());if(n){n[t]=r}return r}function ot(e){const t=te(e,"hx-trigger");let n=[];if(t){const r=Q.config.triggerSpecsCache;n=r&&r[t]||rt(e,t,r)}if(n.length>0){return n}else if(f(e,"form")){return[{trigger:"submit"}]}else if(f(e,'input[type="button"], input[type="submit"]')){return[{trigger:"click"}]}else if(f(e,nt)){return[{trigger:"change"}]}else{return[{trigger:"click"}]}}function it(e){ie(e).cancelled=true}function st(e,t,n){const r=ie(e);r.timeout=setTimeout(function(){if(le(e)&&r.cancelled!==true){if(!ft(n,e,kt("hx:poll:trigger",{triggerSpec:n,target:e}))){t(e)}st(e,t,n)}},n.pollInterval)}function lt(e){return location.hostname===e.hostname&&ee(e,"href")&&ee(e,"href").indexOf("#")!==0}function ut(t,o,e){if(t.tagName==="A"&<(t)&&(t.target===""||t.target==="_self")||t.tagName==="FORM"){o.boosted=true;let n,r;if(t.tagName==="A"){n="get";r=ee(t,"href")}else{const i=ee(t,"method");n=i?i.toLowerCase():"get";if(n==="get"){}r=ee(t,"action")}e.forEach(function(e){ht(t,function(e,t){if(h(e,Q.config.disableSelector)){p(e);return}he(n,r,e,t)},o,e,true)})}}function ct(e,t){if(e.type==="submit"||e.type==="click"){if(t.tagName==="FORM"){return true}if(f(t,'input[type="submit"], button')&&h(t,"form")!==null){return true}if(t.tagName==="A"&&t.href&&(t.getAttribute("href")==="#"||t.getAttribute("href").indexOf("#")!==0)){return true}}return false}function at(e,t){return ie(e).boosted&&e.tagName==="A"&&t.type==="click"&&(t.ctrlKey||t.metaKey)}function ft(e,t,n){const r=e.eventFilter;if(r){try{return r.call(t,n)!==true}catch(e){ae(ne().body,"htmx:eventFilter:error",{error:e,source:r.source});return true}}return false}function ht(i,s,e,l,u){const c=ie(i);let t;if(l.from){t=a(i,l.from)}else{t=[i]}if(l.changed){t.forEach(function(e){const t=ie(e);t.lastValue=e.value})}se(t,function(r){const o=function(e){if(!le(i)){r.removeEventListener(l.trigger,o);return}if(at(i,e)){return}if(u||ct(e,i)){e.preventDefault()}if(ft(l,i,e)){return}const t=ie(e);t.triggerSpec=l;if(t.handledFor==null){t.handledFor=[]}if(t.handledFor.indexOf(i)<0){t.handledFor.push(i);if(l.consume){e.stopPropagation()}if(l.target&&e.target){if(!f(e.target,l.target)){return}}if(l.once){if(c.triggeredOnce){return}else{c.triggeredOnce=true}}if(l.changed){const n=ie(r);if(n.lastValue===r.value){return}n.lastValue=r.value}if(c.delayed){clearTimeout(c.delayed)}if(c.throttle){return}if(l.throttle>0){if(!c.throttle){s(i,e);c.throttle=setTimeout(function(){c.throttle=null},l.throttle)}}else if(l.delay>0){c.delayed=setTimeout(function(){s(i,e)},l.delay)}else{fe(i,"htmx:trigger");s(i,e)}}};if(e.listenerInfos==null){e.listenerInfos=[]}e.listenerInfos.push({trigger:l.trigger,listener:o,on:r});r.addEventListener(l.trigger,o)})}let dt=false;let gt=null;function mt(){if(!gt){gt=function(){dt=true};window.addEventListener("scroll",gt);setInterval(function(){if(dt){dt=false;se(ne().querySelectorAll("[hx-trigger='revealed'],[data-hx-trigger='revealed']"),function(e){pt(e)})}},200)}}function pt(t){if(!s(t,"data-hx-revealed")&&F(t)){t.setAttribute("data-hx-revealed","true");const e=ie(t);if(e.initHash){fe(t,"revealed")}else{t.addEventListener("htmx:afterProcessNode",function(e){fe(t,"revealed")},{once:true})}}}function yt(e,t,n,r){const o=function(){if(!n.loaded){n.loaded=true;t(e)}};if(r>0){setTimeout(o,r)}else{o()}}function xt(t,o,e){let i=false;se(E,function(n){if(s(t,"hx-"+n)){const r=te(t,"hx-"+n);i=true;o.path=r;o.verb=n;e.forEach(function(e){bt(t,e,o,function(e,t){if(h(e,Q.config.disableSelector)){p(e);return}he(n,r,e,t)})})}});return i}function bt(r,e,t,n){if(e.trigger==="revealed"){mt();ht(r,n,t,e);pt(r)}else if(e.trigger==="intersect"){const o={};if(e.root){o.root=ce(r,e.root)}if(e.threshold){o.threshold=parseFloat(e.threshold)}const i=new IntersectionObserver(function(t){for(let e=0;e<t.length;e++){const n=t[e];if(n.isIntersecting){fe(r,"intersect");break}}},o);i.observe(r);ht(r,n,t,e)}else if(e.trigger==="load"){if(!ft(e,r,kt("load",{elt:r}))){yt(r,n,t,e.delay)}}else if(e.pollInterval>0){t.polling=true;st(r,n,e)}else{ht(r,n,t,e)}}function vt(e){if(Q.config.allowScriptTags&&(e.type==="text/javascript"||e.type==="module"||e.type==="")){const t=ne().createElement("script");se(e.attributes,function(e){t.setAttribute(e.name,e.value)});t.textContent=e.textContent;t.async=false;if(Q.config.inlineScriptNonce){t.nonce=Q.config.inlineScriptNonce}const n=e.parentElement;try{n.insertBefore(t,e)}catch(e){S(e)}finally{if(e.parentElement){e.parentElement.removeChild(e)}}}}function wt(e){if(f(e,"script")){vt(e)}se(c(e,"script"),function(e){vt(e)})}function St(e){const t=e.attributes;for(let e=0;e<t.length;e++){const n=t[e].name;if(l(n,"hx-on:")||l(n,"data-hx-on:")||l(n,"hx-on-")||l(n,"data-hx-on-")){return true}}return false}function Ct(e){let t=null;const n=[];if(!(e instanceof ShadowRoot)){if(St(e)){n.push(e)}const r=document.evaluate('.//*[@*[ starts-with(name(), "hx-on:") or starts-with(name(), "data-hx-on:") or'+' starts-with(name(), "hx-on-") or starts-with(name(), "data-hx-on-") ]]',e);while(t=r.iterateNext())n.push(t)}return n}function Rt(e){if(e.querySelectorAll){const t=", [hx-boost] a, [data-hx-boost] a, a[hx-boost], a[data-hx-boost]";const n=e.querySelectorAll(q+t+", form, [type='submit'],"+" [hx-ext], [data-hx-ext], [hx-trigger], [data-hx-trigger]");return n}else{return[]}}function Et(e){const t=h(e.target,"button, input[type='submit']");const n=Tt(e);if(n){n.lastButtonClicked=t}}function qt(e){const t=Tt(e);if(t){t.lastButtonClicked=null}}function Tt(e){const t=h(e.target,"button, input[type='submit']");if(!t){return}const n=g("#"+ee(t,"form"),t.getRootNode())||h(t,"form");if(!n){return}return ie(n)}function Ot(e){e.addEventListener("click",Et);e.addEventListener("focusin",Et);e.addEventListener("focusout",qt)}function Ht(e){const t=We(e);let n=0;for(let e=0;e<t.length;e++){const r=t[e];if(r==="{"){n++}else if(r==="}"){n--}}return n}function Lt(t,e,n){const r=ie(t);if(!Array.isArray(r.onHandlers)){r.onHandlers=[]}let o;const i=function(e){return pn(t,function(){if(!o){o=new Function("event",n)}o.call(t,e)})};t.addEventListener(e,i);r.onHandlers.push({event:e,listener:i})}function Nt(t){Ae(t);for(let e=0;e<t.attributes.length;e++){const n=t.attributes[e].name;const r=t.attributes[e].value;if(l(n,"hx-on")||l(n,"data-hx-on")){const o=n.indexOf("-on")+3;const i=n.slice(o,o+1);if(i==="-"||i===":"){let e=n.slice(o+1);if(l(e,":")){e="htmx"+e}else if(l(e,"-")){e="htmx:"+e.slice(1)}else if(l(e,"htmx-")){e="htmx:"+e.slice(5)}Lt(t,e,r)}}}}function At(t){if(h(t,Q.config.disableSelector)){p(t);return}const n=ie(t);if(n.initHash!==Ne(t)){Ie(t);n.initHash=Ne(t);fe(t,"htmx:beforeProcessNode");if(t.value){n.lastValue=t.value}const e=ot(t);const r=xt(t,n,e);if(!r){if(re(t,"hx-boost")==="true"){ut(t,n,e)}else if(s(t,"hx-trigger")){e.forEach(function(e){bt(t,e,n,function(){})})}}if(t.tagName==="FORM"||ee(t,"type")==="submit"&&s(t,"form")){Ot(t)}fe(t,"htmx:afterProcessNode")}}function It(e){e=g(e);if(h(e,Q.config.disableSelector)){p(e);return}At(e);se(Rt(e),function(e){At(e)});se(Ct(e),Nt)}function Pt(e){return e.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase()}function kt(e,t){let n;if(window.CustomEvent&&typeof window.CustomEvent==="function"){n=new CustomEvent(e,{bubbles:true,cancelable:true,composed:true,detail:t})}else{n=ne().createEvent("CustomEvent");n.initCustomEvent(e,true,true,t)}return n}function ae(e,t,n){fe(e,t,ue({error:t},n))}function Xt(e){return e==="htmx:afterProcessNode"}function Mt(e,t){se(Nn(e),function(e){try{t(e)}catch(e){S(e)}})}function S(e){if(console.error){console.error(e)}else if(console.log){console.log("ERROR: ",e)}}function fe(e,t,n){e=g(e);if(n==null){n={}}n.elt=e;const r=kt(t,n);if(Q.logger&&!Xt(t)){Q.logger(e,t,n)}if(n.error){S(n.error);fe(e,"htmx:error",{errorInfo:n})}let o=e.dispatchEvent(r);const i=Pt(t);if(o&&i!==t){const s=kt(i,r.detail);o=o&&e.dispatchEvent(s)}Mt(e,function(e){o=o&&(e.onEvent(t,r)!==false&&!r.defaultPrevented)});return o}let C=location.pathname+location.search;function Dt(){const e=ne().querySelector("[hx-history-elt],[data-hx-history-elt]");return e||ne().body}function Ut(t,e,n,r){if(!V()){return}if(Q.config.historyCacheSize<=0){localStorage.removeItem("htmx-history-cache");return}t=j(t);const o=b(localStorage.getItem("htmx-history-cache"))||[];for(let e=0;e<o.length;e++){if(o[e].url===t){o.splice(e,1);break}}const i={url:t,content:e,title:n,scroll:r};fe(ne().body,"htmx:historyItemCreated",{item:i,cache:o});o.push(i);while(o.length>Q.config.historyCacheSize){o.shift()}while(o.length>0){try{localStorage.setItem("htmx-history-cache",JSON.stringify(o));break}catch(e){ae(ne().body,"htmx:historyCacheError",{cause:e,cache:o});o.shift()}}}function Ft(t){if(!V()){return null}t=j(t);const n=b(localStorage.getItem("htmx-history-cache"))||[];for(let e=0;e<n.length;e++){if(n[e].url===t){return n[e]}}return null}function Bt(e){const t=Q.config.requestClass;const n=e.cloneNode(true);se(c(n,"."+t),function(e){r(e,t)});return n.innerHTML}function Vt(){const e=Dt();const t=C||location.pathname+location.search;let n;try{n=ne().querySelector('[hx-history="false" i],[data-hx-history="false" i]')}catch(e){n=ne().querySelector('[hx-history="false"],[data-hx-history="false"]')}if(!n){fe(ne().body,"htmx:beforeHistorySave",{path:t,historyElt:e});Ut(t,Bt(e),ne().title,window.scrollY)}if(Q.config.historyEnabled)history.replaceState({htmx:true},ne().title,window.location.href)}function jt(e){if(Q.config.getCacheBusterParam){e=e.replace(/org\.htmx\.cache-buster=[^&]*&?/,"");if(Y(e,"&")||Y(e,"?")){e=e.slice(0,-1)}}if(Q.config.historyEnabled){history.pushState({htmx:true},"",e)}C=e}function _t(e){if(Q.config.historyEnabled)history.replaceState({htmx:true},"",e);C=e}function zt(e){se(e,function(e){e.call()})}function $t(i){const e=new XMLHttpRequest;const s={path:i,xhr:e};fe(ne().body,"htmx:historyCacheMiss",s);e.open("GET",i,true);e.setRequestHeader("HX-Request","true");e.setRequestHeader("HX-History-Restore-Request","true");e.setRequestHeader("HX-Current-URL",ne().location.href);e.onload=function(){if(this.status>=200&&this.status<400){fe(ne().body,"htmx:historyCacheMissLoad",s);let e=k(this.response);e=e.querySelector("[hx-history-elt],[data-hx-history-elt]")||e;const t=Dt();const n=dn(t);const r=je(this.response);if(r){const o=v("title");if(o){o.innerHTML=r}else{window.document.title=r}}Fe(t,e,n);zt(n.tasks);C=i;fe(ne().body,"htmx:historyRestore",{path:i,cacheMiss:true,serverResponse:this.response})}else{ae(ne().body,"htmx:historyCacheMissLoadError",s)}};e.send()}function Gt(e){Vt();e=e||location.pathname+location.search;const t=Ft(e);if(t){const n=k(t.content);const r=Dt();const o=dn(r);Fe(r,n,o);zt(o.tasks);document.title=t.title;setTimeout(function(){window.scrollTo(0,t.scroll)},0);C=e;fe(ne().body,"htmx:historyRestore",{path:e,item:t})}else{if(Q.config.refreshOnHistoryMiss){window.location.reload(true)}else{$t(e)}}}function Jt(e){let t=xe(e,"hx-indicator");if(t==null){t=[e]}se(t,function(e){const t=ie(e);t.requestCount=(t.requestCount||0)+1;e.classList.add.call(e.classList,Q.config.requestClass)});return t}function Zt(e){let t=xe(e,"hx-disabled-elt");if(t==null){t=[]}se(t,function(e){const t=ie(e);t.requestCount=(t.requestCount||0)+1;e.setAttribute("disabled","")});return t}function Kt(e,t){se(e,function(e){const t=ie(e);t.requestCount=(t.requestCount||0)-1;if(t.requestCount===0){e.classList.remove.call(e.classList,Q.config.requestClass)}});se(t,function(e){const t=ie(e);t.requestCount=(t.requestCount||0)-1;if(t.requestCount===0){e.removeAttribute("disabled")}})}function Yt(t,n){for(let e=0;e<t.length;e++){const r=t[e];if(r.isSameNode(n)){return true}}return false}function Wt(e){if(e.name===""||e.name==null||e.disabled){return false}if(e.type==="button"||e.type==="submit"||e.tagName==="image"||e.tagName==="reset"||e.tagName==="file"){return false}if(e.type==="checkbox"||e.type==="radio"){return e.checked}return true}function Qt(e,t,n){if(e!=null&&t!=null){const r=n[e];if(r===undefined){n[e]=t}else if(Array.isArray(r)){if(Array.isArray(t)){n[e]=r.concat(t)}else{r.push(t)}}else{if(Array.isArray(t)){n[e]=[r].concat(t)}else{n[e]=[r,t]}}}}function en(t,n,r,o,i){if(o==null||Yt(t,o)){return}else{t.push(o)}if(Wt(o)){const s=ee(o,"name");let e=o.value;if(o.multiple&&o.tagName==="SELECT"){e=U(o.querySelectorAll("option:checked")).map(function(e){return e.value})}if(o.files){e=U(o.files)}Qt(s,e,n);if(i){tn(o,r)}}if(f(o,"form")){const e=o.elements;se(e,function(e){en(t,n,r,e,i)})}}function tn(e,t){if(e.willValidate){fe(e,"htmx:validation:validate");if(!e.checkValidity()){t.push({elt:e,message:e.validationMessage,validity:e.validity});fe(e,"htmx:validation:failed",{message:e.validationMessage,validity:e.validity})}}}function nn(e,t){const n=[];let r={};const o={};const i=[];const s=ie(e);if(s.lastButtonClicked&&!le(s.lastButtonClicked)){s.lastButtonClicked=null}let l=f(e,"form")&&e.noValidate!==true||te(e,"hx-validate")==="true";if(s.lastButtonClicked){l=l&&s.lastButtonClicked.formNoValidate!==true}if(t!=="get"){en(n,o,i,h(e,"form"),l)}en(n,r,i,e,l);if(s.lastButtonClicked||e.tagName==="BUTTON"||e.tagName==="INPUT"&&ee(e,"type")==="submit"){const c=s.lastButtonClicked||e;const a=ee(c,"name");Qt(a,c.value,o)}const u=xe(e,"hx-include");se(u,function(e){en(n,r,i,e,l);if(!f(e,"form")){se(e.querySelectorAll(nt),function(e){en(n,r,i,e,l)})}});r=ue(r,o);return{errors:i,values:r}}function rn(e,t,n){if(e!==""){e+="&"}if(String(n)==="[object Object]"){n=JSON.stringify(n)}const r=encodeURIComponent(n);e+=encodeURIComponent(t)+"="+r;return e}function on(e){let t="";for(var n in e){if(e.hasOwnProperty(n)){const r=e[n];if(Array.isArray(r)){se(r,function(e){t=rn(t,n,e)})}else{t=rn(t,n,r)}}}return t}function sn(e){const t=new FormData;for(var n in e){if(e.hasOwnProperty(n)){const r=e[n];if(Array.isArray(r)){se(r,function(e){t.append(n,e)})}else{t.append(n,r)}}}return t}function ln(e,t,n){const r={"HX-Request":"true","HX-Trigger":ee(e,"id"),"HX-Trigger-Name":ee(e,"name"),"HX-Target":te(t,"id"),"HX-Current-URL":ne().location.href};mn(e,"hx-headers",false,r);if(n!==undefined){r["HX-Prompt"]=n}if(ie(e).boosted){r["HX-Boosted"]="true"}return r}function un(t,e){const n=re(e,"hx-params");if(n){if(n==="none"){return{}}else if(n==="*"){return t}else if(n.indexOf("not ")===0){se(n.substr(4).split(","),function(e){e=e.trim();delete t[e]});return t}else{const r={};se(n.split(","),function(e){e=e.trim();r[e]=t[e]});return r}}else{return t}}function cn(e){return ee(e,"href")&&ee(e,"href").indexOf("#")>=0}function an(e,t){const n=t||re(e,"hx-swap");const r={swapStyle:ie(e).boosted?"innerHTML":Q.config.defaultSwapStyle,swapDelay:Q.config.defaultSwapDelay,settleDelay:Q.config.defaultSettleDelay};if(Q.config.scrollIntoViewOnBoost&&ie(e).boosted&&!cn(e)){r.show="top"}if(n){const s=B(n);if(s.length>0){for(let e=0;e<s.length;e++){const l=s[e];if(l.indexOf("swap:")===0){r.swapDelay=d(l.substr(5))}else if(l.indexOf("settle:")===0){r.settleDelay=d(l.substr(7))}else if(l.indexOf("transition:")===0){r.transition=l.substr(11)==="true"}else if(l.indexOf("ignoreTitle:")===0){r.ignoreTitle=l.substr(12)==="true"}else if(l.indexOf("scroll:")===0){const u=l.substr(7);var o=u.split(":");const c=o.pop();var i=o.length>0?o.join(":"):null;r.scroll=c;r.scrollTarget=i}else if(l.indexOf("show:")===0){const a=l.substr(5);var o=a.split(":");const f=o.pop();var i=o.length>0?o.join(":"):null;r.show=f;r.showTarget=i}else if(l.indexOf("focus-scroll:")===0){const h=l.substr("focus-scroll:".length);r.focusScroll=h=="true"}else if(e==0){r.swapStyle=l}else{S("Unknown modifier in hx-swap: "+l)}}}}return r}function fn(e){return re(e,"hx-encoding")==="multipart/form-data"||f(e,"form")&&ee(e,"enctype")==="multipart/form-data"}function hn(t,n,r){let o=null;Mt(n,function(e){if(o==null){o=e.encodeParameters(t,r,n)}});if(o!=null){return o}else{if(fn(n)){return sn(r)}else{return on(r)}}}function dn(e){return{tasks:[],elts:[e]}}function gn(e,t){const n=e[0];const r=e[e.length-1];if(t.scroll){var o=null;if(t.scrollTarget){o=ce(n,t.scrollTarget)}if(t.scroll==="top"&&(n||o)){o=o||n;o.scrollTop=0}if(t.scroll==="bottom"&&(r||o)){o=o||r;o.scrollTop=o.scrollHeight}}if(t.show){var o=null;if(t.showTarget){let e=t.showTarget;if(t.showTarget==="window"){e="body"}o=ce(n,e)}if(t.show==="top"&&(n||o)){o=o||n;o.scrollIntoView({block:"start",behavior:Q.config.scrollBehavior})}if(t.show==="bottom"&&(r||o)){o=o||r;o.scrollIntoView({block:"end",behavior:Q.config.scrollBehavior})}}}function mn(r,e,o,i){if(i==null){i={}}if(r==null){return i}const s=te(r,e);if(s){let e=s.trim();let t=o;if(e==="unset"){return null}if(e.indexOf("javascript:")===0){e=e.substr(11);t=true}else if(e.indexOf("js:")===0){e=e.substr(3);t=true}if(e.indexOf("{")!==0){e="{"+e+"}"}let n;if(t){n=pn(r,function(){return Function("return ("+e+")")()},{})}else{n=b(e)}for(const l in n){if(n.hasOwnProperty(l)){if(i[l]==null){i[l]=n[l]}}}}return mn(u(r),e,o,i)}function pn(e,t,n){if(Q.config.allowEval){return t()}else{ae(e,"htmx:evalDisallowedError");return n}}function yn(e,t){return mn(e,"hx-vars",true,t)}function xn(e,t){return mn(e,"hx-vals",false,t)}function bn(e){return ue(yn(e),xn(e))}function vn(t,n,r){if(r!==null){try{t.setRequestHeader(n,r)}catch(e){t.setRequestHeader(n,encodeURIComponent(r));t.setRequestHeader(n+"-URI-AutoEncoded","true")}}}function wn(t){if(t.responseURL&&typeof URL!=="undefined"){try{const e=new URL(t.responseURL);return e.pathname+e.search}catch(e){ae(ne().body,"htmx:badResponseUrl",{url:t.responseURL})}}}function R(e,t){return t.test(e.getAllResponseHeaders())}function Sn(e,t,n){e=e.toLowerCase();if(n){if(n instanceof Element||X(n,"String")){return he(e,t,null,null,{targetOverride:g(n),returnPromise:true})}else{return he(e,t,g(n.source),n.event,{handler:n.handler,headers:n.headers,values:n.values,targetOverride:g(n.target),swapOverride:n.swap,select:n.select,returnPromise:true})}}else{return he(e,t,null,null,{returnPromise:true})}}function Cn(e){const t=[];while(e){t.push(e);e=e.parentElement}return t}function Rn(e,t,n){let r;let o;if(typeof URL==="function"){o=new URL(t,document.location.href);const i=document.location.origin;r=i===o.origin}else{o=t;r=l(t,document.location.origin)}if(Q.config.selfRequestsOnly){if(!r){return false}}return fe(e,"htmx:validateUrl",ue({url:o,sameHost:r},n))}function he(t,n,r,o,i,X){let s=null;let l=null;i=i!=null?i:{};if(i.returnPromise&&typeof Promise!=="undefined"){var e=new Promise(function(e,t){s=e;l=t})}if(r==null){r=ne().body}const M=i.handler||qn;const D=i.select||null;if(!le(r)){oe(s);return e}const u=i.targetOverride||ve(r);if(u==null||u==ye){ae(r,"htmx:targetError",{target:te(r,"hx-target")});oe(l);return e}let c=ie(r);const a=c.lastButtonClicked;if(a){const L=ee(a,"formaction");if(L!=null){n=L}const N=ee(a,"formmethod");if(N!=null){if(N.toLowerCase()!=="dialog"){t=N}}}const f=re(r,"hx-confirm");if(X===undefined){const J=function(e){return he(t,n,r,o,i,!!e)};const Z={target:u,elt:r,path:n,verb:t,triggeringEvent:o,etc:i,issueRequest:J,question:f};if(fe(r,"htmx:confirm",Z)===false){oe(s);return e}}let h=r;let d=re(r,"hx-sync");let g=null;let U=false;if(d){const A=d.split(":");const I=A[0].trim();if(I==="this"){h=be(r,"hx-sync")}else{h=ce(r,I)}d=(A[1]||"drop").trim();c=ie(h);if(d==="drop"&&c.xhr&&c.abortable!==true){oe(s);return e}else if(d==="abort"){if(c.xhr){oe(s);return e}else{U=true}}else if(d==="replace"){fe(h,"htmx:abort")}else if(d.indexOf("queue")===0){const K=d.split(" ");g=(K[1]||"last").trim()}}if(c.xhr){if(c.abortable){fe(h,"htmx:abort")}else{if(g==null){if(o){const P=ie(o);if(P&&P.triggerSpec&&P.triggerSpec.queue){g=P.triggerSpec.queue}}if(g==null){g="last"}}if(c.queuedRequests==null){c.queuedRequests=[]}if(g==="first"&&c.queuedRequests.length===0){c.queuedRequests.push(function(){he(t,n,r,o,i)})}else if(g==="all"){c.queuedRequests.push(function(){he(t,n,r,o,i)})}else if(g==="last"){c.queuedRequests=[];c.queuedRequests.push(function(){he(t,n,r,o,i)})}oe(s);return e}}const m=new XMLHttpRequest;c.xhr=m;c.abortable=U;const p=function(){c.xhr=null;c.abortable=false;if(c.queuedRequests!=null&&c.queuedRequests.length>0){const e=c.queuedRequests.shift();e()}};const F=re(r,"hx-prompt");if(F){var y=prompt(F);if(y===null||!fe(r,"htmx:prompt",{prompt:y,target:u})){oe(s);p();return e}}if(f&&!X){if(!confirm(f)){oe(s);p();return e}}let x=ln(r,u,y);if(t!=="get"&&!fn(r)){x["Content-Type"]="application/x-www-form-urlencoded"}if(i.headers){x=ue(x,i.headers)}const B=nn(r,t);let b=B.errors;let v=B.values;if(i.values){v=ue(v,i.values)}const V=bn(r);const j=ue(v,V);let w=un(j,r);if(Q.config.getCacheBusterParam&&t==="get"){w["org.htmx.cache-buster"]=ee(u,"id")||"true"}if(n==null||n===""){n=ne().location.href}const S=mn(r,"hx-request");const _=ie(r).boosted;let C=Q.config.methodsThatUseUrlParams.indexOf(t)>=0;const R={boosted:_,useUrlParams:C,parameters:w,unfilteredParameters:j,headers:x,target:u,verb:t,errors:b,withCredentials:i.credentials||S.credentials||Q.config.withCredentials,timeout:i.timeout||S.timeout||Q.config.timeout,path:n,triggeringEvent:o};if(!fe(r,"htmx:configRequest",R)){oe(s);p();return e}n=R.path;t=R.verb;x=R.headers;w=R.parameters;b=R.errors;C=R.useUrlParams;if(b&&b.length>0){fe(r,"htmx:validation:halted",R);oe(s);p();return e}const z=n.split("#");const $=z[0];const E=z[1];let q=n;if(C){q=$;const Y=Object.keys(w).length!==0;if(Y){if(q.indexOf("?")<0){q+="?"}else{q+="&"}q+=on(w);if(E){q+="#"+E}}}if(!Rn(r,q,R)){ae(r,"htmx:invalidPath",R);oe(l);return e}m.open(t.toUpperCase(),q,true);m.overrideMimeType("text/html");m.withCredentials=R.withCredentials;m.timeout=R.timeout;if(S.noHeaders){}else{for(const k in x){if(x.hasOwnProperty(k)){const W=x[k];vn(m,k,W)}}}const T={xhr:m,target:u,requestConfig:R,etc:i,boosted:_,select:D,pathInfo:{requestPath:n,finalRequestPath:q,anchor:E}};m.onload=function(){try{const t=Cn(r);T.pathInfo.responsePath=wn(m);M(r,T);Kt(O,H);fe(r,"htmx:afterRequest",T);fe(r,"htmx:afterOnLoad",T);if(!le(r)){let e=null;while(t.length>0&&e==null){const n=t.shift();if(le(n)){e=n}}if(e){fe(e,"htmx:afterRequest",T);fe(e,"htmx:afterOnLoad",T)}}oe(s);p()}catch(e){ae(r,"htmx:onLoadError",ue({error:e},T));throw e}};m.onerror=function(){Kt(O,H);ae(r,"htmx:afterRequest",T);ae(r,"htmx:sendError",T);oe(l);p()};m.onabort=function(){Kt(O,H);ae(r,"htmx:afterRequest",T);ae(r,"htmx:sendAbort",T);oe(l);p()};m.ontimeout=function(){Kt(O,H);ae(r,"htmx:afterRequest",T);ae(r,"htmx:timeout",T);oe(l);p()};if(!fe(r,"htmx:beforeRequest",T)){oe(s);p();return e}var O=Jt(r);var H=Zt(r);se(["loadstart","loadend","progress","abort"],function(t){se([m,m.upload],function(e){e.addEventListener(t,function(e){fe(r,"htmx:xhr:"+t,{lengthComputable:e.lengthComputable,loaded:e.loaded,total:e.total})})})});fe(r,"htmx:beforeSend",T);const G=C?null:hn(m,r,w);m.send(G);return e}function En(e,t){const n=t.xhr;let r=null;let o=null;if(R(n,/HX-Push:/i)){r=n.getResponseHeader("HX-Push");o="push"}else if(R(n,/HX-Push-Url:/i)){r=n.getResponseHeader("HX-Push-Url");o="push"}else if(R(n,/HX-Replace-Url:/i)){r=n.getResponseHeader("HX-Replace-Url");o="replace"}if(r){if(r==="false"){return{}}else{return{type:o,path:r}}}const i=t.pathInfo.finalRequestPath;const s=t.pathInfo.responsePath;const l=re(e,"hx-push-url");const u=re(e,"hx-replace-url");const c=ie(e).boosted;let a=null;let f=null;if(l){a="push";f=l}else if(u){a="replace";f=u}else if(c){a="push";f=s||i}if(f){if(f==="false"){return{}}if(f==="true"){f=s||i}if(t.pathInfo.anchor&&f.indexOf("#")===-1){f=f+"#"+t.pathInfo.anchor}return{type:a,path:f}}else{return{}}}function qn(c,a){const f=a.xhr;let h=a.target;const r=a.etc;const e=a.requestConfig;const d=a.select;if(!fe(c,"htmx:beforeOnLoad",a))return;if(R(f,/HX-Trigger:/i)){ze(f,"HX-Trigger",c)}if(R(f,/HX-Location:/i)){Vt();let e=f.getResponseHeader("HX-Location");var g;if(e.indexOf("{")===0){g=b(e);e=g.path;delete g.path}Sn("GET",e,g).then(function(){jt(e)});return}const t=R(f,/HX-Refresh:/i)&&f.getResponseHeader("HX-Refresh")==="true";if(R(f,/HX-Redirect:/i)){location.href=f.getResponseHeader("HX-Redirect");t&&location.reload();return}if(t){location.reload();return}if(R(f,/HX-Retarget:/i)){if(f.getResponseHeader("HX-Retarget")==="this"){a.target=c}else{a.target=ce(c,f.getResponseHeader("HX-Retarget"))}}const m=En(c,a);const n=f.status>=200&&f.status<400&&f.status!==204;let p=f.response;let o=f.status>=400;let y=Q.config.ignoreTitle;const i=ue({shouldSwap:n,serverResponse:p,isError:o,ignoreTitle:y},a);if(!fe(h,"htmx:beforeSwap",i))return;h=i.target;p=i.serverResponse;o=i.isError;y=i.ignoreTitle;a.target=h;a.failed=o;a.successful=!o;if(i.shouldSwap){if(f.status===286){it(c)}Mt(c,function(e){p=e.transformResponse(p,f,c)});if(m.type){Vt()}let e=r.swapOverride;if(R(f,/HX-Reswap:/i)){e=f.getResponseHeader("HX-Reswap")}var g=an(c,e);if(g.hasOwnProperty("ignoreTitle")){y=g.ignoreTitle}h.classList.add(Q.config.swappingClass);let l=null;let u=null;let t=function(){try{const n=document.activeElement;let e={};try{e={elt:n,start:n?n.selectionStart:null,end:n?n.selectionEnd:null}}catch(e){}let t;if(d){t=d}if(R(f,/HX-Reselect:/i)){t=f.getResponseHeader("HX-Reselect")}if(m.type){fe(ne().body,"htmx:beforeHistoryUpdate",ue({history:m},a));if(m.type==="push"){jt(m.path);fe(ne().body,"htmx:pushedIntoHistory",{path:m.path})}else{_t(m.path);fe(ne().body,"htmx:replacedInHistory",{path:m.path})}}const r=dn(h);_e(g.swapStyle,h,c,p,r,t);if(e.elt&&!le(e.elt)&&ee(e.elt,"id")){const i=document.getElementById(ee(e.elt,"id"));const s={preventScroll:g.focusScroll!==undefined?!g.focusScroll:!Q.config.defaultFocusScroll};if(i){if(e.start&&i.setSelectionRange){try{i.setSelectionRange(e.start,e.end)}catch(e){}}i.focus(s)}}h.classList.remove(Q.config.swappingClass);se(r.elts,function(e){if(e.classList){e.classList.add(Q.config.settlingClass)}fe(e,"htmx:afterSwap",a)});if(R(f,/HX-Trigger-After-Swap:/i)){let e=c;if(!le(c)){e=ne().body}ze(f,"HX-Trigger-After-Swap",e)}const o=function(){se(r.tasks,function(e){e.call()});se(r.elts,function(e){if(e.classList){e.classList.remove(Q.config.settlingClass)}fe(e,"htmx:afterSettle",a)});if(a.pathInfo.anchor){const e=ne().getElementById(a.pathInfo.anchor);if(e){e.scrollIntoView({block:"start",behavior:"auto"})}}if(r.title&&!y){const t=v("title");if(t){t.innerHTML=r.title}else{window.document.title=r.title}}gn(r.elts,g);if(R(f,/HX-Trigger-After-Settle:/i)){let e=c;if(!le(c)){e=ne().body}ze(f,"HX-Trigger-After-Settle",e)}oe(l)};if(g.settleDelay>0){setTimeout(o,g.settleDelay)}else{o()}}catch(e){ae(c,"htmx:swapError",a);oe(u);throw e}};let n=Q.config.globalViewTransitions;if(g.hasOwnProperty("transition")){n=g.transition}if(n&&fe(c,"htmx:beforeTransition",a)&&typeof Promise!=="undefined"&&document.startViewTransition){const s=new Promise(function(e,t){l=e;u=t});const x=t;t=function(){document.startViewTransition(function(){x();return s})}}if(g.swapDelay>0){setTimeout(t,g.swapDelay)}else{t()}}if(o){ae(c,"htmx:responseError",ue({error:"Response Status Error Code "+f.status+" from "+a.pathInfo.requestPath},a))}}const Tn={};function On(){return{init:function(e){return null},onEvent:function(e,t){return true},transformResponse:function(e,t,n){return e},isInlineSwap:function(e){return false},handleSwap:function(e,t,n,r){return false},encodeParameters:function(e,t,n){return null}}}function Hn(e,t){if(t.init){t.init(n)}Tn[e]=ue(On(),t)}function Ln(e){delete Tn[e]}function Nn(e,n,r){if(e==undefined){return n}if(n==undefined){n=[]}if(r==undefined){r=[]}const t=te(e,"hx-ext");if(t){se(t.split(","),function(e){e=e.replace(/ /g,"");if(e.slice(0,7)=="ignore:"){r.push(e.slice(7));return}if(r.indexOf(e)<0){const t=Tn[e];if(t&&n.indexOf(t)<0){n.push(t)}}})}return Nn(u(e),n,r)}function An(e){const t=function(){if(!e)return;e();e=null};if(ne().readyState==="complete"){t()}else{ne().addEventListener("DOMContentLoaded",function(){t()});ne().addEventListener("readystatechange",function(){if(ne().readyState!=="complete")return;t()})}}function In(){if(Q.config.includeIndicatorStyles!==false){ne().head.insertAdjacentHTML("beforeend","<style> ."+Q.config.indicatorClass+"{opacity:0} ."+Q.config.requestClass+" ."+Q.config.indicatorClass+"{opacity:1; transition: opacity 200ms ease-in;} ."+Q.config.requestClass+"."+Q.config.indicatorClass+"{opacity:1; transition: opacity 200ms ease-in;} </style>")}}function Pn(){const e=ne().querySelector('meta[name="htmx-config"]');if(e){return b(e.content)}else{return null}}function kn(){const e=Pn();if(e){Q.config=ue(Q.config,e)}}An(function(){kn();In();let e=ne().body;It(e);const t=ne().querySelectorAll("[hx-trigger='restored'],[data-hx-trigger='restored']");e.addEventListener("htmx:abort",function(e){const t=e.target;const n=ie(t);if(n&&n.xhr){n.xhr.abort()}});const n=window.onpopstate?window.onpopstate.bind(window):null;window.onpopstate=function(e){if(e.state&&e.state.htmx){Gt();se(t,function(e){fe(e,"htmx:restored",{document:ne(),triggerEvent:fe})})}else{if(n){n(e)}}};setTimeout(function(){fe(e,"htmx:load",{});e=null},0)});return Q}(); |