@base-framework/base 3.7.81 → 3.7.83

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2 @@
1
+ import{a as x,b as D,c as d,d as g}from"./chunk-QPFMAZXH.js";var C=class{constructor(){this.connections=new Map}add(t,e,s){let i=this.getOrCreate(t),n=i.get(e);return n?Array.isArray(n)?n.push(s):i.set(e,[n,s]):i.set(e,s),s}get(t,e){let s=this.connections.get(t)?.get(e);return s?Array.isArray(s)?s[s.length-1]||!1:s:!1}getOrCreate(t){let e=this.connections.get(t);return e||(e=new Map,this.connections.set(t,e)),e}remove(t,e){let s=this.connections.get(t);if(s)if(e)this.unsubscribe(s.get(e)),s.delete(e),s.size===0&&this.connections.delete(t);else{for(let i of s.values())this.unsubscribe(i);this.connections.delete(t)}}unsubscribe(t){if(t)if(Array.isArray(t))for(let e=0,s=t.length;e<s;e++)t[e]?.unsubscribe();else t.unsubscribe()}};var p=class{constructor(){this.msg=null,this.token=null}setToken(t){this.token=t}};var w=class extends p{constructor(t){super(),this.data=t}subscribe(t,e){if(!this.data||typeof this.data.on!="function"){console.warn('OneWaySource: Cannot subscribe - data source is null or does not have an "on" method. Make sure your component has data, state, or context.data initialized.',t,this.data);return}this.msg=t,this.token=this.data.on(t,e)}subscribeMany(t,e){if(!this.data||typeof this.data.on!="function"){console.warn('OneWaySource: Cannot subscribeMany - data source is null or does not have an "on" method.',t,this.data);return}let s=t.length,i=new Array(s);for(let n=0;n<s;n++){let u=t[n];i[n]={msg:u,token:this.data.on(u,e)}}this.subscriptions=i}unsubscribe(){if(this.data){let t=this.subscriptions;if(t){for(let e=0,s=t.length;e<s;e++)this.data.off(t[e].msg,t[e].token);this.subscriptions=null}else this.msg&&this.token&&this.data.off(this.msg,this.token)}this.data=null,this.msg=null,this.token=null}};var m=class{unsubscribe(){}};var y=class extends m{constructor(){super(),this.source=null}addSource(t){return this.source=new w(t)}unsubscribe(){this.source.unsubscribe(),this.source=null}};var b=class extends p{constructor(t){super(),this.pubSub=t}subscribe(t){this.msg=t;let e=this.callBack.bind(this);this.token=this.pubSub.on(t,e)}unsubscribe(){this.pubSub&&this.msg&&this.token&&this.pubSub.off(this.msg,this.token),this.pubSub=null,this.msg=null,this.token=null}callBack(){}};var A=class extends b{constructor(t,e,s){super(s),this.data=t,this.prop=e}set(t){this.data.set(this.prop,t)}get(){return this.data.get(this.prop)}callBack(t,e){this.data!==e&&this.data.set(this.prop,t,e)}unsubscribe(){super.unsubscribe(),this.data=null,this.prop=null}};var S=class{static getById(t){return typeof t!="string"?!1:document.getElementById(t)||!1}static getByName(t){if(typeof t!="string")return!1;let e=document.getElementsByName(t);return e?Array.from(e):!1}static getBySelector(t,e){if(typeof t!="string")return!1;if(e=e||!1,e===!0)return document.querySelector(t)||!1;let s=document.querySelectorAll(t);return s?s.length===1?s[0]:Array.from(s):!1}static html(t,e){return!t||typeof t!="object"?!1:typeof e<"u"?(t.innerHTML=e,this):t.innerHTML}static setCss(t,e,s){return!t||typeof t!="object"||typeof e>"u"?this:(e=g.uncamelCase(e),t.style[e]=s,this)}static getCss(t,e){if(!t||typeof e>"u")return!1;e=g.uncamelCase(e);let s=t.style[e];if(s!=="")return s;let i=null,n=t.currentStyle;if(n&&(i=n[e]))return i;let u=window.getComputedStyle(t,null);return u?u[e]:s}static css(t,e,s){return typeof s<"u"?(this.setCss(t,e,s),this):this.getCss(t,e)}static removeAttr(t,e){return typeof t=="object"&&t!==null&&t.removeAttribute(e),this}static setAttr(t,e,s){t.setAttribute(e,s)}static getAttr(t,e){return t.getAttribute(e)}static attr(t,e,s){return!t||typeof t!="object"?!1:typeof s<"u"?(this.setAttr(t,e,s),this):this.getAttr(t,e)}static _checkDataPrefix(t){return typeof t!="string"||(t=g.uncamelCase(t),t.substring(0,5)!=="data-"&&(t="data-"+t)),t}static removeDataPrefix(t){return typeof t=="string"&&t.substring(0,5)==="data-"&&(t=t.substring(5)),t}static setData(t,e,s){e=this.removeDataPrefix(e),e=g.camelCase(e),t.dataset[e]=s}static getData(t,e){return e=g.camelCase(this.removeDataPrefix(e)),t.dataset[e]}static data(t,e,s){return!t||typeof t!="object"?!1:typeof s<"u"?(this.setData(t,e,s),this):this.getData(t,e)}static find(t,e){return!t||typeof e!="string"?[]:t.querySelectorAll(e)}static show(t){if(!t||typeof t!="object")return this;let e=this.data(t,"style-display"),s=typeof e=="string"?e:"";return this.css(t,"display",s),this}static hide(t){if(!t||typeof t!="object")return this;let e=this.css(t,"display");return e!=="none"&&e&&this.data(t,"style-display",e),this.css(t,"display","none"),this}static toggle(t){return!t||typeof t!="object"?this:(this.css(t,"display")!=="none"?this.hide(t):this.show(t),this)}static getSize(t){return!t||typeof t!="object"?!1:{width:this.getWidth(t),height:this.getHeight(t)}}static getWidth(t){return typeof t=="object"&&t!==null?t.offsetWidth:!1}static getHeight(t){return typeof t=="object"&&t!==null?t.offsetHeight:!1}static getScrollPosition(t){let e=0,s=0;switch(typeof t){case"undefined":t=document.documentElement,e=t.scrollLeft,s=t.scrollTop;break;case"object":e=t.scrollLeft,s=t.scrollTop;break}return!t||typeof t!="object"?!1:{left:e-(t.clientLeft||0),top:s-(t.clientTop||0)}}static getScrollTop(t){return this.getScrollPosition(t).top}static getScrollLeft(t){return this.getScrollPosition(t).left}static getWindowSize(){let t=window,e=document,s=e.documentElement,i=e.getElementsByTagName("body")[0],n=t.innerWidth||s.clientWidth||i.clientWidth,u=t.innerHeight||s.clientHeight||i.clientHeight;return{width:n,height:u}}static getDocumentSize(){let t=document,e=t.body,s=t.documentElement,i=Math.max(e.scrollHeight,e.offsetHeight,s.clientHeight,s.scrollHeight,s.offsetHeight);return{width:Math.max(e.scrollWidth,e.offsetWidth,s.clientWidth,s.scrollWidth,s.offsetWidth),height:i}}static getDocumentHeight(){return this.getDocumentSize().height}static position(t,e=1){let s={x:0,y:0};if(!t||typeof t!="object")return s;let i=0;for(;t&&(e===0||i<e);)i++,s.x+=t.offsetLeft+t.clientLeft,s.y+=t.offsetTop+t.clientTop,t=t.offsetParent;return s}static addClass(t,e){if(!t||typeof t!="object"||e==="")return this;if(typeof e=="string"){let s=e.split(" ");for(let i=0,n=s.length;i<n;i++)t.classList.add(s[i])}return this}static removeClass(t,e){return!t||typeof t!="object"||e===""?this:(typeof e>"u"?t.className="":t.classList.remove(e),this)}static hasClass(t,e){return!t||typeof t!="object"||e===""?!1:t.classList.contains(e)}static toggleClass(t,e){return!t||typeof t!="object"?this:(t.classList.toggle(e),this)}};var P=r=>{let t="textContent";if(!r||typeof r!="object")return t;let e=r.tagName.toLowerCase();if(e==="input"||e==="textarea"||e==="select"){let s=r.type;if(!s)return t="value",t;switch(s){case"checkbox":t="checked";break;case"file":t="files";break;default:t="value"}}return t};var Q=(r,t,e)=>{S.setAttr(r,t,e)},N=(r,t,e)=>{r.checked=r.value==e},V=(r,t,e)=>{e=e==1,H(r,t,e)},H=(r,t,e)=>{r[t]=e},R=(r,t)=>S.getAttr(r,t),q=(r,t)=>r[t],v=class extends b{constructor(t,e,s,i){super(i),this.element=t,this.attr=this.getAttrBind(e),this.addSetMethod(t,this.attr),this.filter=typeof s=="string"?this.setupFilter(s):s}addSetMethod(t,e){if(e.charAt(4)==="-")return this.setValue=Q,this.getValue=R,this;this.getValue=q;let s=t.type;if(s)switch(s){case"checkbox":return this.setValue=V,this;case"radio":return this.setValue=N,this}return this.setValue=H,this}getAttrBind(t){return t||P(this.element)}setupFilter(t){let e=/(\[\[[^\]]+\]\])/;return s=>t.replace(e,s)}set(t){let e=this.element;return!e||typeof e!="object"?this:(this.filter&&(t=this.filter(t)),this.setValue(e,this.attr,t),this)}get(){let t=this.element;return!t||typeof t!="object"?"":this.getValue(t,this.attr)}callBack(t,e){return e!==this.element&&this.set(t),this}unsubscribe(){super.unsubscribe(),this.element={},this.attr="",this.filter=null,this.setValue=null,this.getValue=null}};var B=class extends m{constructor(t){super(),this.element=null,this.data=null,this.pubSub=t}addElement(t,e,s){return this.element=new v(t,e,s,this.pubSub)}addData(t,e){return this.data=new A(t,e,this.pubSub)}unsubscribeSource(t){return t&&t.unsubscribe(),this}unsubscribe(){return this.unsubscribeSource(this.element),this.unsubscribeSource(this.data),this.element=null,this.data=null,this}};var T=-1,M=class{constructor(){this.callBacks=new Map,this.updateQueue=new Map,this.flushScheduled=!1,this.isFlushing=!1,this.flushIterations=0,this.maxFlushIterations=2e3,this.batchingEnabled=!0,this.debugMode=!1,this.flushCompleteResolvers=[],this.flushCallbacks=[]}get(t){return this.callBacks.has(t)||this.callBacks.set(t,new Map),this.callBacks.get(t)}reset(){this.callBacks.clear(),this.updateQueue.clear(),this.flushScheduled=!1,this.isFlushing=!1,this.flushIterations=0,T=-1}on(t,e){let s=(++T).toString();return this.get(t).set(s,e),s}off(t,e){let s=this.callBacks.get(t);s&&(e=String(e),s.delete(e),s.size===0&&this.callBacks.delete(t))}remove(t){this.callBacks.delete(t)}publish(t,e,s){if(!this.batchingEnabled){this.publishImmediate(t,e,s);return}this.updateQueue.set(t,[e,s]),this.debugMode&&console.log("[DataPubSub] Queued update:",t,e),this.scheduleFlush()}scheduleFlush(){this.isFlushing||this.flushScheduled||(this.flushScheduled=!0,queueMicrotask(()=>{this.flush()}))}flush(){if(this.updateQueue.size===0){this.flushScheduled=!1,this.isFlushing=!1,this.flushIterations=0,this._resolveFlushComplete();return}if(this.isFlushing||(this.flushIterations=0),this.isFlushing=!0,this.flushScheduled=!1,this.flushIterations++,this.flushIterations>this.maxFlushIterations){console.error("[DataPubSub] Infinite loop detected! Flush iterations exceeded",this.maxFlushIterations,"- Breaking to prevent memory exhaustion."),console.error("[DataPubSub] Queue size:",this.updateQueue.size),console.error("[DataPubSub] Queued messages:",Array.from(this.updateQueue.keys())),this.updateQueue.clear(),this.flushScheduled=!1,this.isFlushing=!1,this._resolveFlushComplete(),this.flushIterations=0;return}this.debugMode&&console.log("[DataPubSub] Flushing",this.updateQueue.size,"updates (iteration",this.flushIterations+")");let t=this.updateQueue;this.updateQueue=new Map;try{for(let[e,s]of t)this.publishImmediate(e,s[0],s[1])}finally{this.debugMode&&console.log("[DataPubSub] Flush complete (iteration",this.flushIterations+")"),this.updateQueue.size>0?(this.debugMode&&console.log("[DataPubSub] New updates queued during flush, re-flushing..."),this.flush()):(this.isFlushing=!1,this.flushIterations=0,this._resolveFlushComplete())}}_resolveFlushComplete(){if(this.flushCompleteResolvers.length>0){let t=this.flushCompleteResolvers;this.flushCompleteResolvers=[];let e=t.length;for(let s=0;s<e;s++)t[s]()}if(this.flushCallbacks.length>0){let t=this.flushCallbacks;this.flushCallbacks=[];let e=t.length;for(let s=0;s<e;s++)t[s]()}}nextFlush(){return new Promise(t=>{this.flushCompleteResolvers.push(t),!this.flushScheduled&&!this.isFlushing&&queueMicrotask(()=>t())})}onFlush(t){if(typeof t!="function"){console.warn("[DataPubSub] onFlush requires a function callback");return}this.flushCallbacks.push(t),!this.flushScheduled&&!this.isFlushing&&queueMicrotask(()=>{if(this.flushCallbacks.length>0){let e=this.flushCallbacks;this.flushCallbacks=[];let s=e.length;for(let i=0;i<s;i++)e[i]()}})}flushSync(){this.flush()}publishImmediate(t,e,s){let i=this.callBacks.get(t);if(i){for(let n of i.values())if(n)try{n(e,s)}catch(u){console.error('[DataPubSub] Subscriber error for "'+t+'":',u)}}}};var I=class{constructor(){this.version="1.0.1",this.attr="bindId",this.blockedKeys=new Set([20,37,38,39,40]),this.connections=new C,this.pubSub=new M,this.idCount=0,this.setup()}setup(){this.setupEvents()}bind(t,e,s,i){let n=s,u=null,a=s.indexOf(":");a!==-1&&(u=s.substring(0,a),n=s.substring(a+1));let l=u??"",f=this.setupConnection(t,e,n,l,i),c=f.element,h=e.get(n);return typeof h<"u"?c.set(h):(h=c.get(),h!==""&&f.data.set(h)),this}setupConnection(t,e,s,i,n){let u=this.getBindId(t),a=new B(this.pubSub);a.addData(e,s).subscribe(u);let c=`${e.getDataId()}:${s}`;return a.addElement(t,i,n).subscribe(c),this.addConnection(u,"bind",a),a}addConnection(t,e,s){return this.connections.add(t,e,s),this}setBindId(t){let e="db-"+this.idCount++;return t[this.attr]=e,e}getBindId(t){return t[this.attr]||this.setBindId(t)}unbind(t){let e=t[this.attr];return e&&this.connections.remove(e),this}watch(t,e,s,i){if(x.isObject(t)===!1)return this;let n=new y,u=e.get(s),a=!0,l=k=>{a&&(a=!1,k===u)||i(k)};n.addSource(e).subscribe(s,l);let c=this.getBindId(t),h=e.getDataId()+":"+s;return this.addConnection(c,h,n),i(u),this}watchMany(t,e,s,i){if(x.isObject(t)===!1)return this;let n=s?s.length:0;if(n===0)return this;if(n===1)return this.watch(t,e,s[0],i);let u=new y,a=u.addSource(e),l=new Array(n),f=new Array(n);for(let o=0;o<n;o++)l[o]=e.get(s[o]),f[o]=!0;let c=new Array(n);for(let o=0;o<n;o++){let F=o,O=l[o];c[o]=E=>{f[F]&&(f[F]=!1,E===O)||i(E)}}if(typeof e.on!="function")return console.warn('DataBinder.watchMany: data source has no "on" method.',e),this;let h=new Array(n);for(let o=0;o<n;o++)h[o]={msg:s[o],token:e.on(s[o],c[o])};a.subscriptions=h;let k=this.getBindId(t),z=e.getDataId()+":"+s.join(",");return this.addConnection(k,z,u),i(l[0]),this}unwatch(t,e,s){if(x.isObject(t)===!1)return this;let i=t[this.attr];if(i){let n=e.getDataId()+":"+s;this.connections.remove(i,n)}return this}publish(t,e,s){return this.pubSub.publish(t,e,s),this}isDataBound(t){if(!t)return null;let e=t[this.attr];return e||null}isBlocked(t){return t.type!=="keyup"?!1:this.blockedKeys.has(t.keyCode)}bindHandler(t){if(this.isBlocked(t))return!0;let e=t.target||t.srcElement,s=this.isDataBound(e);if(s!==null){let i=this.connections.get(s,"bind");if(i){let n=i.element.get();this.pubSub.publish(s,n,e)}}t.stopPropagation()}setupEvents(){this.changeHandler=this.bindHandler.bind(this),this.addEvents()}addEvents(){typeof document<"u"&&d.on(["change","paste","input"],document,this.changeHandler,!1)}removeEvents(){typeof document<"u"&&d.off(["change","paste","input"],document,this.changeHandler,!1)}},L=new I;var _=new Map([["class","className"],["text","textContent"],["for","htmlFor"],["readonly","readOnly"],["maxlength","maxLength"],["cellspacing","cellSpacing"],["rowspan","rowSpan"],["colspan","colSpan"],["tabindex","tabIndex"],["celpadding","cellPadding"],["useMap","useMap"],["frameborder","frameBorder"],["contenteditable","contentEditable"]]),U=r=>_.get(r)||r,G=r=>typeof r=="string"&&r.charCodeAt(0)===111&&r.charCodeAt(1)===110?r.substring(2):r,K=/(?:<[a-z][\s\S]*>)/i,W=class{static create(t,e,s,i){let n=document.createElement(t);return this.addAttributes(n,e),i===!0?this.prepend(s,n):this.append(s,n),n}static addAttributes(t,e){if(!e||typeof e!="object")return;let s=e.type;s!==void 0&&t.setAttribute("type",s);let i=Object.keys(e);for(let n=0,u=i.length;n<u;n++){let a=i[n],l=e[a];a==="innerHTML"?t.innerHTML=l:a.indexOf("-")!==-1?t.setAttribute(a,l):this.addAttr(t,a,l)}}static addHtml(t,e){return typeof e>"u"||e===""?this:(K.test(e)?t.innerHTML=e:t.textContent=e,this)}static addAttr(t,e,s){if(s===""||!e)return;if(typeof s==="function")e=G(e),s.originalCallback?d.add(e,t,s,!1,!0,s.originalCallback):d.add(e,t,s);else{let n=U(e);t[n]=s}}static createDocFragment(){return document.createDocumentFragment()}static createText(t,e){let s=document.createTextNode(t);return e&&this.append(e,s),s}static createComment(t,e){let s=document.createComment(t);return e&&this.append(e,s),s}static setupSelectOptions(t,e,s){if(!t||typeof t!="object"||!Array.isArray(e))return!1;e.forEach(i=>{let n=new Option(i.label,i.value);t.options.add(n),s!==null&&n.value==s&&(n.selected=!0)})}static removeElementData(t){let e=[t];for(;e.length>0;){let s=e.pop(),i=s.childNodes;if(i&&i.length>0)for(let n=i.length-1;n>=0;n--)e.push(i[n]);D.remove(s),s.bindId&&L.unbind(s)}}static removeElement(t){if(!t)return this;let e=D.has(t,"manual-destroy");return this.removeElementData(t),e===!1&&t.remove(),this}static removeChild(t){return this.removeElement(t),this}static removeAll(t){if(!t||typeof t!="object")return this;let e;for(;e=t.firstChild;)this.removeElementData(e),t.removeChild(e);return this}static changeParent(t,e){return e.appendChild(t),this}static append(t,e){return t.appendChild(e),this}static prepend(t,e,s){let i=s||t.firstChild;return t.insertBefore(e,i),this}static clone(t,e=!1){return!t||typeof t!="object"?!1:t.cloneNode(e)}};export{P as a,M as b,L as c,U as d,G as e,W as f};
2
+ //# sourceMappingURL=chunk-EJIWXHRN.js.map
@@ -0,0 +1,2 @@
1
+ import{a as _,d as q}from"./chunk-QBEU5CYI.js";import{b as J,c as g,d as R,e as $,f as F}from"./chunk-EJIWXHRN.js";import{a as E,c as M,d as j}from"./chunk-QPFMAZXH.js";var z=new WeakMap,L=new WeakMap;function K(i){if(!i||typeof i!="object")return i;let t=L.get(i);return t!==void 0?t:i}var G=new WeakMap;function nt(i,t,e,s){let r=z.get(i);r||(r=new Map,z.set(i,r));let n=r.get(e);if(n)return n;let o=new Proxy(i,Q(t,e,s));return r.set(e,o),L.set(o,i),o}function X(i,t){let e=t.charCodeAt(0),s=e>=48&&e<=57;return i===""?s?"["+t+"]":t:s?i+"["+t+"]":i+"."+t}function Q(i,t="",e=""){return{get(s,r,n){let o=s[r];if(t===""&&r in s){if(typeof o=="function"){let u=G.get(s);u||(u=new Map,G.set(s,u));let h=u.get(r);if(h)return h;let l=o.bind(s);return u.set(r,l),l}return o}if(o=(s[e]||s)[r],o!==null&&typeof o=="object"){let u=X(t,r);return nt(o,i,u,e)}return o},set(s,r,n,o){if(t===""&&r in s)return s[r]=n,!0;let c=X(t,r);return i.set(c,n),!0}}}var Y=(i,t="stage")=>{let e=new Proxy(i,Q(i,"",t));return L.set(e,i),e};var C=class{static resume(t,e){if(!t)return null;let s,r=localStorage.getItem(t);return r===null?e&&(s=e):s=JSON.parse(r),s}static store(t,e){if(!t||!e)return!1;let s=JSON.stringify(e);return localStorage.setItem(t,s),!0}static remove(t){return t?(localStorage.removeItem(t),!0):!1}};var P=(i={})=>{let t={};if(!E.isObject(i))return t;let e=Object.keys(i);for(let s=0,r=e.length;s<r;s++){let n=e[s],o=i[n];typeof o!="function"&&(t[n]=o)}return t};var ot=0,Z=new Map,y={CHANGE:"change",DELETE:"delete"},v=(i,t)=>{let e=Z.get(i);return e||(e={change:`${i}:change`,delete:`${i}:delete`},Z.set(i,e)),t==="change"?e.change:e.delete},m=class{constructor(t={}){this.dirty=!1,this._retainState=!1,this._refreshState=!1,this.links=new Map,this._init(),this.setup(),this.dataTypeId="bd",this.eventSub=new J;let e=P(t);this.set(e);let s=Y(this);return this._proxy=s,s}retainState(){return this._retainState=!0,this._proxy||this}refreshState(){return this._refreshState=!0,this._proxy||this}setup(){this.stage={}}_init(){let t=++ot;this._dataNumber=t,this._id=`dt-${t}`,this._dataId=`${this._id}:`}onFlush(t){this.eventSub.onFlush(t)}flushPending(){this.eventSub.flush()}getDataId(){return String(this._id)}remove(){}on(t,e){let s=v(t,y.CHANGE);return this.eventSub.on(s,e)}off(t,e){let s=v(t,y.CHANGE);this.eventSub.off(s,e)}_setAttr(t,e,s=this,r=!1){let n=this.stage[t];e!==n&&(this.stage[t]=e,this._publish(t,e,s,y.CHANGE))}publishLocalEvent(t,e,s,r){let n=v(t,r);this.eventSub.publish(n,e,s)}_publish(t,e,s,r){this.publishLocalEvent(t,e,s,r),s=s||this,g.publish(this._dataId+t,e,s)}set(t,e,s){if(typeof t!="object")return this._setAttr(t,e,s),this;let r=Object.keys(t);for(let n=0;n<r.length;n++){let o=r[n],c=t[o];typeof c!="function"&&this._setAttr(o,c,e,s)}return this}_silentSet(t){let e=this.stage,s=Object.keys(t);for(let r=0,n=s.length;r<n;r++){let o=s[r];e[o]=t[o]}}getModelData(){return this.stage}_deleteAttr(t,e,s=this){delete t[e],this.publishLocalEvent(e,null,s,y.DELETE)}toggle(t){return typeof t>"u"?this:(this.set(t,!this.get(t)),this)}increment(t,e=null){if(typeof t>"u")return this;e=e!==null&&typeof e=="number"?e:1;let s=this.get(t);return this.set(t,s+e),this}decrement(t,e=null){if(typeof t>"u")return this;e=e!==null&&typeof e=="number"?e:1;let s=this.get(t);return this.set(t,s-e),this}concat(t,e){if(typeof t>"u")return this;let s=this.get(t);return this.set(t,s+e),this}ifNull(t,e){return this.get(t)===null&&this.set(t,e),this}setKey(t){return this.key=t,this}resume(t){let e=C.resume(String(this.key),t);return e?(this.set(e),this):this}store(){let t=this.get();return C.store(String(this.key),t)}delete(t){return typeof t=="string"?(this._deleteAttr(this.stage,t),this):(this.setup(),this)}_getAttr(t,e){return t[e]}get(t){return typeof t<"u"?this._getAttr(this.stage,t):this.getModelData()}link(t,e,s){if(arguments.length===1&&t.isData===!0&&(e=t.get()),typeof e!="object")return this.remoteLink(t,e,s);let r=[];return Object.entries(e).forEach(([n])=>{r.push(this.remoteLink(t,n))}),r}remoteLink(t,e,s){let r=s||e,n=t.get(e);typeof n<"u"&&this.get(e)!==n&&this.set(e,n);let o=t.on(e,(u,h)=>{if(h===this)return!1;this.set(r,u,t)});this.addLink(o,t);let c=this.on(r,(u,h)=>{if(h===t)return!1;t.set(e,u,this)});return t.addLink(c,this),o}addLink(t,e){this.links.set(t,e)}unlink(t){if(t){this.removeLink(t);return}let e=this.links;_.isEmpty(e)||(e.forEach((s,r)=>{this.removeLink(r,!1)}),this.links=new Map)}removeLink(t,e=!0){let s=this.links.get(t);s&&s.off(t),e!==!1&&this.links.delete(t)}};m.prototype.isData=!0;var W=class{constructor(t=1e3){this.cache=new Map,this.maxSize=t}get(t){return this.cache.get(t)}set(t,e){if(this.cache.delete(t),this.cache.set(t,e),this.cache.size>this.maxSize){let s=this.cache.keys().next().value;this.cache.delete(s)}}clear(){this.cache.clear()}},f={deepDataPattern:/(\w+)|(?:\[(\d)\))/g,segmentCache:new W(1e3),hasDeepData(i){return i.indexOf(".")!==-1||i.indexOf("[")!==-1},getSegments(i){let t=this.segmentCache.get(i);if(t!==void 0)return t;let e=this.deepDataPattern;return t=i.match(e),this.segmentCache.set(i,t),t}};var b=class{static set(t,e,s){if(!f.hasDeepData(e)){t[e]=s;return}let r,n=f.getSegments(e);if(!n)return;let o=n.length,c=o-1;for(let u=0;u<o;u++){let h=n[u];if(u===c){t[h]=s;break}if(t[h]===void 0){let l=h.charCodeAt(0);t[h]=l<48||l>57?{}:[]}t=t[h]}}static delete(t,e){if(!f.hasDeepData(e)){delete t[e];return}let s=f.getSegments(e);if(!s)return;let r=s.length,n=r-1;for(let o=0;o<r;o++){let c=s[o],u=t[c];if(u===void 0)break;if(o===n){if(Array.isArray(t)){t.splice(Number(c),1);break}delete t[c];break}t=u}}static get(t,e){if(!f.hasDeepData(e))return t[e]??void 0;let s=f.getSegments(e);if(!s)return;let r=s.length,n=r-1;for(let o=0;o<r;o++){let c=s[o],u=t[c]??void 0;if(u===void 0)break;if(t=u,o===n)return t}}};var tt=new Set,D=class{static MAX_DEPTH=50;static publishDeep(t,e,s,r){if(!f.hasDeepData(e)){this.publish(e,s,r);return}let n,o=f.getSegments(e);if(!o)return;let c=o.length,u=c-1,h="";for(let l=0;l<c;l++){let a=o[l];t=t[a];let p=a.charCodeAt(0);l>0?(p<48||p>57)&&(h+="."+a):h=a;let d;if(l===u)d=s;else{let x=o[l+1],A=x.charCodeAt(0);if(A>=48&&A<=57){h+="["+x+"]";continue}let k={};k[x]=t[x],d=k}this.publish(h,d,r)}}static publish(t,e,s,r=null,n=0){if(t=t||"",s(t,e),!(!e||typeof e!="object"||(e=K(e),r===null&&(tt.clear(),r=tt),!r))){if(r.has(e)){console.warn("[Publisher] Circular reference detected at path:",t);return}if(n>=this.MAX_DEPTH){console.warn("[Publisher] Max depth exceeded at path:",t,"- stopping recursion");return}r.add(e),Array.isArray(e)?this.publishArray(t,e,s,r,n):this.publishObject(t,e,s,r,n)}}static publishArray(t,e,s,r,n){let o=e.length;for(let c=0;c<o;c++){let u=e[c],h=t+"["+c+"]";this._checkPublish(h,u,s,r,n)}}static publishObject(t,e,s,r,n){let o=Object.keys(e);for(let c=0,u=o.length;c<u;c++){let h=o[c],l=e[h],a=t+"."+h;this._checkPublish(a,l,s,r,n)}}static _checkPublish(t,e,s,r,n){if(!e||typeof e!="object"){s(t,e);return}this.publish(t,e,s,r,n+1)}};var S=class extends m{setup(){this.attributes={},this.stage={}}_setAttr(t,e,s,r){typeof e!="object"&&e===this.get(t)||(!s&&r!==!0?b.set(this.attributes,t,e):this.dirty===!1&&(this.dirty=!0),b.set(this.stage,t,e),s=s||this,this._publish(t,e,s,y.CHANGE))}_silentSet(t){let e=this.stage,s=this.attributes,r=Object.keys(t);for(let n=0,o=r.length;n<o;n++){let c=r[n],u=t[c];e[c]=u,s[c]=u}}linkAttr(t,e){let s=t.get(e);if(!s)return;let r=Object.keys(s);for(let n=0,o=r.length;n<o;n++){let c=r[n];this.link(t,e+"."+c,c)}}scope(t,e){let s=this.get(t);if(!s)return!1;e=e||this.constructor;let r=new e(s);return r.linkAttr(this,t),r}splice(t,e){return this.delete(t+"["+e+"]"),this.refresh(t),this}push(t,e){let s=this.get(t);return Array.isArray(s)===!1&&(s=[]),s.push(e),this.set(t,s),this}concat(t,e){let s=this.get(t);return Array.isArray(s)===!1&&(s=[]),s=s.concat(e),this.set(t,s),this}unshift(t,e){let s=this.get(t);return Array.isArray(s)===!1&&(s=[]),s.unshift(e),this.set(t,s),this}shift(t){let e=this.get(t);if(Array.isArray(e)===!1)return null;let s=e.shift();return this.set(t,e),s}getIndex(t,e,s){let r=this.get(t);return Array.isArray(r)===!1?-1:typeof r[0]!="object"?r.indexOf(e):r.findIndex(o=>o[e]===s)}pop(t){let e=this.get(t);if(Array.isArray(e)===!1)return null;let s=e.pop();return this.set(t,e),s}refresh(t){return this.set(t,this.get(t)),this}_publish(t,e,s,r){this._pubCommitter=s,this._pubEvent=r;let n=this._publishCb||(this._publishCb=(o,c)=>this._publishAttr(o,c,this._pubCommitter,this._pubEvent));D.publish(t,e,n)}_publishAttr(t,e,s,r){let n=this._dataId+t;g.publish(n,e,s),this.publishLocalEvent(t,e,s,r)}mergeStage(){this.attributes=_.clone(this.stage),this.dirty=!1}getModelData(){return this.mergeStage(),this.attributes}revert(){this.set(this.attributes),this.dirty=!1}_deleteAttr(t,e,s=this){b.delete(t,e),this._delCommitter=s;let r=this._deleteCb||(this._deleteCb=(n,o)=>this.publishLocalEvent(n,o,this._delCommitter,y.DELETE));D.publish(e,e,r)}_getAttr(t,e){return b.get(t,e)}};var ct={"\n":"\\n","\r":"\\n"," ":"\\t"},ut=(i,t)=>{typeof i!="string"&&(i=String(i));let e=t?/[\n\r\t]/g:/\t/g;return i.replace(e,s=>ct[s])},et=(i,t)=>{if(typeof i!="string")return i;i=ut(i,t),i=encodeURIComponent(i);let e=/%22/g;return i.replace(e,'"')},H=(i,t)=>{let e=typeof i;return e==="undefined"?i:e!=="object"?(i=et(i),i):(Object.keys(i).forEach(s=>{let r=i[s];r!==null&&(i[s]=typeof r=="string"?H(r,t):et(r,t))}),i)};function st(i){return typeof i<"u"&&i.length>0?JSON.parse(i):!1}function V(i){return typeof i<"u"?JSON.stringify(i):null}var O=class{static prepareJsonUrl(t,e=!1){let s=typeof t=="object"?_.clone(t):t,r=H(s,e);return V(r)}static json={encode:V,decode:st};static xmlParse(t){return typeof t>"u"?!1:new DOMParser().parseFromString(t,"text/xml")}};var I=i=>i.data?i.data:i.context&&i.context.data?i.context.data:i.state?i.state:null;var T=class extends F{static create(t,e,s,r){let n=document.createElement(t);return this.addAttributes(n,e,r),s.appendChild(n),n}static addAttributes(t,e,s){if(!(!e||e.length<1))for(let r=0,n=e.length;r<n;r++){let o=e[r];this.addAttr(t,o.key,o.value,s)}}static addAttr(t,e,s,r){if(s===""||!e||e==="children")return;if(e==="innerHTML"){t.innerHTML=s;return}if(typeof s==="function"){if(e=$(e),s.originalCallback)M.add(e,t,s,!1,!0,s.originalCallback);else{let c=s,u=function(h){c.call(this,h,r)};M.add(e,t,u,!1,!0,c)}return}if(e.charCodeAt(4)===45){t.setAttribute(e,s);return}let o=R(e);t[o]=s}static addContent(t,e){e&&(e.textContent!==null?t.textContent=e.textContent:e.innerHTML&&(t.innerHTML=e.innerHTML))}static append(t,e){t.appendChild(e)}};var rt=/(\[\[(.*?(?:\[\d+\])?)\]\])/g,it=new Map,U={isWatching(i){if(Array.isArray(i)){let t=i[0];return typeof t=="string"&&t.includes("[[")}return this.hasParams(i)},hasParams(i){return typeof i=="string"&&i.includes("[[")},_getWatcherProps(i){let t=it.get(i);if(t!==void 0)return t;let e=i.match(rt),s=e?e.map(r=>r.slice(2,-2)):null;return it.set(i,s),s},updateAttr(i,t,e){switch(t){case"text":case"textContent":i.textContent=e;break;case"disabled":i.disabled=!e;break;case"checked":i.checked=!!e;break;case"required":i.required=!!e;break;case"src":if(i.tagName==="IMG"){i.src=e&&(e.indexOf(".")!==-1||e.indexOf("blob:")!==-1)?e:"";break}i.src=e;break;default:T.addAttr(i,t,e);break}},replaceParams(i,t,e=!1){let s=0;return i.replace(rt,function(r,n,o){let c=e?t[s]:t;s++;let u=c.get(o);return u??""})},_getWatcherCallBack(i,t,e,s,r){return()=>{let n=this.replaceParams(e,t,r);this.updateAttr(i,s,n)}},getValue(i,t){let e=i.value;return Array.isArray(e)===!1?[e,I(t)]:(e.length<2&&e.push(I(t)),e)},getPropValues(i,t,e){let s=[];for(let r=0,n=t.length;r<n;r++){let c=(e?i[r]:i).get(t[r])??"";s.push(c)}return s},getCallBack(i,t,e,s,r,n){let o=i.attr||"textContent",c=i.callBack;if(typeof c=="function"){let u=n||this._getWatcherProps(s)||[],h=u.length>1;return(l,a)=>{l=h!==!0?l:this.getPropValues(e,u,r);let p=c(l,t,a);typeof p<"u"&&this.updateAttr(t,o,p)}}return this._getWatcherCallBack(t,e,s,o,r)},addDataWatcher(i,t,e){let s=this.getValue(t,e),r=s[1]??e?.data??e?.context?.data??e?.state??null;if(!r)return;let n=s[0],o=Array.isArray(r),c=this._getWatcherProps(n),u=this.getCallBack(t,i,r,n,o,c);if(!o)c.length>1?g.watchMany(i,r,c,u):this.addWatcher(i,r,c[0],u);else for(let h=0,l=c.length;h<l;h++)this.addWatcher(i,r[h],c[h],u)},getWatcherSettings(i,t=null){if(typeof i=="string")return{attr:t,value:i};if(Array.isArray(i)){let e=i[i.length-1];e&&typeof e=="object"&&(e=t!==null?t:null);let s=i[1]&&typeof i[1]=="object"?[i[0],i[1]]:[i[0]];return typeof e=="function"?{attr:t,value:s,callBack:e}:{attr:e||"textContent",value:s}}return i},setup(i,t,e){t&&this.addDataWatcher(i,this.getWatcherSettings(t),e)},addWatcher(i,t,e,s){g.watch(i,t,e,s)}};var w=class{constructor(t){this.model=t,this.objectType=this.objectType||"item",this.url="",this.validateCallBack=null,this.init()}init(){let t=this.model;t&&t.url&&(this.url=t.url)}isValid(){let t=this.validate();if(t!==!1){let e=this.validateCallBack;typeof e=="function"&&e(t)}return t}validate(){return!0}getDefaultParams(){return""}setupParams(t){let e=this.getDefaultParams();return t=this.addParams(t,e),t}objectToString(t){let e=[];for(var s in t)Object.prototype.hasOwnProperty.call(t,s)&&e.push(s+"="+t[s]);return e.join("&")}addParams(t,e){if(t=t||{},typeof t=="string"&&(t=j.parseQueryString(t,!1)),!e)return this._isFormData(t)?t:this.objectToString(t);if(typeof e=="string"&&(e=j.parseQueryString(e,!1)),this._isFormData(t))for(var s in e)Object.prototype.hasOwnProperty.call(e,s)&&t.append(s,e[s]);else t=Object.assign(t,e),t=this.objectToString(t);return t}get(t,e){let s=this.model.get("id"),r="id="+s,n=s?`/${s}`:"",o=this.model;return this._get(n,r,t,e,c=>{if(c){let u=this.getObject(c);u&&o.set(u)}})}getObject(t){return t[this.objectType]||t||!1}setupObjectData(){let t=this.model.get();return this.objectType+"="+O.prepareJsonUrl(t)}setup(t,e){if(!this.isValid())return;let s=this.setupObjectData(),r=this.model.id,n=r!=null?`/${r}`:"";return this._put(n,s,t,e)}add(t,e){if(!this.isValid())return;let s=this.setupObjectData(),r=this.model.id,n=r!=null?`/${r}`:"";return this._post(n,s,t,e)}update(t,e){if(!this.isValid())return;let s=this.setupObjectData(),r=this.model.id,n=r!=null?`/${r}`:"";return this._patch(n,s,t,e)}delete(t,e){let s=this.model.get("id"),r=typeof s<"u"?"id="+s:this.setupObjectData(),n=s!=null?`/${s}`:"";return this._delete(n,r,t,e)}getAllParams(t,e,s,r){let n=this.model.get();t=isNaN(Number(t))?0:t,e=isNaN(Number(e))?50:e;let o=n.search||"",c=n.filter||"";typeof c=="object"&&(c=JSON.stringify(c));let u=n.dates||"";typeof u=="object"&&(u=JSON.stringify(u));let h=n.orderBy||"";typeof h=="object"&&(h=JSON.stringify(h));let l=n.groupBy||"";return Array.isArray(l)&&(l=JSON.stringify(l)),"&filter="+c+"&offset="+t+"&limit="+e+"&dates="+u+"&orderBy="+h+"&groupBy="+l+"&search="+o+"&lastCursor="+(typeof s<"u"&&s!==null?s:"")+"&since="+(typeof r<"u"&&r!==null?r:"")}all(t,e,s,r,n=null,o=null){let c=this.getAllParams(s,r,n,o);return this._get("",c,t,e)}getUrl(t){let e=this.url;if(!t)return this.replaceUrl(e);t[0]==="/"&&(t=t.substring(1));let s=t[0]==="?"?e+t:e+"/"+t;return this.replaceUrl(s)}setupRequest(t,e,s,r,n){let o={url:this.getUrl(t),method:e,params:s,completed:(u,h)=>{typeof n=="function"&&n(u),this.getResponse(u,r,h)}};return this._isFormData(s)&&(o.headers={}),q(o)}setupEventSource(t,e,s,r,n=!0){let o=null,c,u=!1,h=!1,l=()=>{c&&(clearTimeout(c),c=void 0)},a=()=>{if(u||!n||h)return;l(),c=setTimeout(()=>{c=void 0,p()},3e3)},p=()=>{if(u||h)return;if(o){try{o.close()}catch{}o=null}h=!0;let d=this.getUrl(t),x=e?"?"+e:"";o=new EventSource(d+x,{withCredentials:!0}),o.onopen=()=>{h=!1,l(),r&&r()},o.onerror=()=>{h=!1,o&&o.readyState===EventSource.CLOSED&&(o=null,a())},o.onmessage=A=>{try{let k=JSON.parse(A.data);s&&s(k)}catch{}}};return p(),{get source(){return o},close:()=>{if(u=!0,h=!1,l(),o){try{o.close()}catch{}o=null}}}}replaceUrl(t){return U.isWatching(t)&&(t=U.replaceParams(t,this.model)),t.endsWith("/")&&(t=t.substring(0,t.length-1)),t}_isFormData(t){return t instanceof FormData}request(t,e,s,r){return this._request("","POST",t,e,s,r)}_get(t,e,s,r,n){return e=this.setupParams(e),e=this.addParams(e,s),t=t||"",e&&(t+="?"+e),this.setupRequest(t,"GET","",r,n)}_post(t,e,s,r,n){return this._request(t,"POST",e,s,r,n)}_put(t,e,s,r,n){return this._request(t,"PUT",e,s,r,n)}_patch(t,e,s,r,n){return this._request(t,"PATCH",e,s,r,n)}_delete(t,e,s,r,n){return this._request(t,"DELETE",e,s,r,n)}_request(t,e,s,r,n,o){return s=this.setupParams(s),s=this.addParams(s,r),this.setupRequest(t,e,s,n,o)}getResponse(t,e,s){typeof e=="function"&&e(t,s)}static extend(t){if(!t)return{};let e=this;class s extends e{constructor(n){super(n)}}return Object.assign(s.prototype,t),s}};var ht=i=>{let t={};if(!E.isObject(i)||!i.defaults)return t;let{defaults:e}=i;return Object.keys(e).forEach(s=>{let r=e[s];typeof r!="function"&&(t[s]=r)}),delete i.defaults,t},lt=i=>{if(!i||typeof i.xhr!="object")return{};let t={...i.xhr};return delete i.xhr,t},at=0,N=class extends S{constructor(t){let e=super(t);return this.initialize(),e}setup(){this.attributes={},this.stage={},this.url=this.url||"",this.xhr=this.xhr||{}}initialize(){}static extend(t={}){let e=this,s=lt(t),r=e.prototype.service.extend(s),n=ht(t);class o extends e{constructor(u){let h={...n,...P(u)};super(h),this.xhr=new r(this)}dataTypeId=`bm${at++}`}return Object.assign(o.prototype,t),o.prototype.service=r,o}};N.prototype.service=w;var B=class extends m{};export{Y as a,m as b,S as c,I as d,T as e,U as f,N as g,B as h};
2
+ //# sourceMappingURL=chunk-EZ5NGKIX.js.map
@@ -0,0 +1,2 @@
1
+ import{a as x,b as D,c as d,d as g}from"./chunk-QPFMAZXH.js";var C=class{constructor(){this.connections=new Map}add(t,e,s){let i=this.getOrCreate(t),n=i.get(e);return n?Array.isArray(n)?n.push(s):i.set(e,[n,s]):i.set(e,s),s}get(t,e){let s=this.connections.get(t)?.get(e);return s?Array.isArray(s)?s[s.length-1]||!1:s:!1}getOrCreate(t){let e=this.connections.get(t);return e||(e=new Map,this.connections.set(t,e)),e}remove(t,e){let s=this.connections.get(t);if(s)if(e)this.unsubscribe(s.get(e)),s.delete(e),s.size===0&&this.connections.delete(t);else{for(let i of s.values())this.unsubscribe(i);this.connections.delete(t)}}unsubscribe(t){if(t)if(Array.isArray(t))for(let e=0,s=t.length;e<s;e++)t[e]?.unsubscribe();else t.unsubscribe()}};var p=class{constructor(){this.msg=null,this.token=null}setToken(t){this.token=t}};var w=class extends p{constructor(t){super(),this.data=t}subscribe(t,e){if(!this.data||typeof this.data.on!="function"){console.warn('OneWaySource: Cannot subscribe - data source is null or does not have an "on" method. Make sure your component has data, state, or context.data initialized.',t,this.data);return}this.msg=t,this.token=this.data.on(t,e)}subscribeMany(t,e){if(!this.data||typeof this.data.on!="function"){console.warn('OneWaySource: Cannot subscribeMany - data source is null or does not have an "on" method.',t,this.data);return}let s=t.length,i=new Array(s);for(let n=0;n<s;n++){let u=t[n];i[n]={msg:u,token:this.data.on(u,e)}}this.subscriptions=i}unsubscribe(){if(this.data){let t=this.subscriptions;if(t){for(let e=0,s=t.length;e<s;e++)this.data.off(t[e].msg,t[e].token);this.subscriptions=null}else this.msg&&this.token&&this.data.off(this.msg,this.token)}this.data=null,this.msg=null,this.token=null}};var m=class{unsubscribe(){}};var y=class extends m{constructor(){super(),this.source=null}addSource(t){return this.source=new w(t)}unsubscribe(){this.source.unsubscribe(),this.source=null}};var b=class extends p{constructor(t){super(),this.pubSub=t}subscribe(t){this.msg=t;let e=this.callBack.bind(this);this.token=this.pubSub.on(t,e)}unsubscribe(){this.pubSub&&this.msg&&this.token&&this.pubSub.off(this.msg,this.token),this.pubSub=null,this.msg=null,this.token=null}callBack(){}};var A=class extends b{constructor(t,e,s){super(s),this.data=t,this.prop=e}set(t){this.data.set(this.prop,t)}get(){return this.data.get(this.prop)}callBack(t,e){this.data!==e&&this.data.set(this.prop,t,e)}unsubscribe(){super.unsubscribe(),this.data=null,this.prop=null}};var S=class{static getById(t){return typeof t!="string"?!1:document.getElementById(t)||!1}static getByName(t){if(typeof t!="string")return!1;let e=document.getElementsByName(t);return e?Array.from(e):!1}static getBySelector(t,e){if(typeof t!="string")return!1;if(e=e||!1,e===!0)return document.querySelector(t)||!1;let s=document.querySelectorAll(t);return s?s.length===1?s[0]:Array.from(s):!1}static html(t,e){return!t||typeof t!="object"?!1:typeof e<"u"?(t.innerHTML=e,this):t.innerHTML}static setCss(t,e,s){return!t||typeof t!="object"||typeof e>"u"?this:(e=g.uncamelCase(e),t.style[e]=s,this)}static getCss(t,e){if(!t||typeof e>"u")return!1;e=g.uncamelCase(e);let s=t.style[e];if(s!=="")return s;let i=null,n=t.currentStyle;if(n&&(i=n[e]))return i;let u=window.getComputedStyle(t,null);return u?u[e]:s}static css(t,e,s){return typeof s<"u"?(this.setCss(t,e,s),this):this.getCss(t,e)}static removeAttr(t,e){return typeof t=="object"&&t!==null&&t.removeAttribute(e),this}static setAttr(t,e,s){t.setAttribute(e,s)}static getAttr(t,e){return t.getAttribute(e)}static attr(t,e,s){return!t||typeof t!="object"?!1:typeof s<"u"?(this.setAttr(t,e,s),this):this.getAttr(t,e)}static _checkDataPrefix(t){return typeof t!="string"||(t=g.uncamelCase(t),t.substring(0,5)!=="data-"&&(t="data-"+t)),t}static removeDataPrefix(t){return typeof t=="string"&&t.substring(0,5)==="data-"&&(t=t.substring(5)),t}static setData(t,e,s){e=this.removeDataPrefix(e),e=g.camelCase(e),t.dataset[e]=s}static getData(t,e){return e=g.camelCase(this.removeDataPrefix(e)),t.dataset[e]}static data(t,e,s){return!t||typeof t!="object"?!1:typeof s<"u"?(this.setData(t,e,s),this):this.getData(t,e)}static find(t,e){return!t||typeof e!="string"?[]:t.querySelectorAll(e)}static show(t){if(!t||typeof t!="object")return this;let e=this.data(t,"style-display"),s=typeof e=="string"?e:"";return this.css(t,"display",s),this}static hide(t){if(!t||typeof t!="object")return this;let e=this.css(t,"display");return e!=="none"&&e&&this.data(t,"style-display",e),this.css(t,"display","none"),this}static toggle(t){return!t||typeof t!="object"?this:(this.css(t,"display")!=="none"?this.hide(t):this.show(t),this)}static getSize(t){return!t||typeof t!="object"?!1:{width:this.getWidth(t),height:this.getHeight(t)}}static getWidth(t){return typeof t=="object"&&t!==null?t.offsetWidth:!1}static getHeight(t){return typeof t=="object"&&t!==null?t.offsetHeight:!1}static getScrollPosition(t){let e=0,s=0;switch(typeof t){case"undefined":t=document.documentElement,e=t.scrollLeft,s=t.scrollTop;break;case"object":e=t.scrollLeft,s=t.scrollTop;break}return!t||typeof t!="object"?!1:{left:e-(t.clientLeft||0),top:s-(t.clientTop||0)}}static getScrollTop(t){return this.getScrollPosition(t).top}static getScrollLeft(t){return this.getScrollPosition(t).left}static getWindowSize(){let t=window,e=document,s=e.documentElement,i=e.getElementsByTagName("body")[0],n=t.innerWidth||s.clientWidth||i.clientWidth,u=t.innerHeight||s.clientHeight||i.clientHeight;return{width:n,height:u}}static getDocumentSize(){let t=document,e=t.body,s=t.documentElement,i=Math.max(e.scrollHeight,e.offsetHeight,s.clientHeight,s.scrollHeight,s.offsetHeight);return{width:Math.max(e.scrollWidth,e.offsetWidth,s.clientWidth,s.scrollWidth,s.offsetWidth),height:i}}static getDocumentHeight(){return this.getDocumentSize().height}static position(t,e=1){let s={x:0,y:0};if(!t||typeof t!="object")return s;let i=0;for(;t&&(e===0||i<e);)i++,s.x+=t.offsetLeft+t.clientLeft,s.y+=t.offsetTop+t.clientTop,t=t.offsetParent;return s}static addClass(t,e){if(!t||typeof t!="object"||e==="")return this;if(typeof e=="string"){let s=e.split(" ");for(let i=0,n=s.length;i<n;i++)t.classList.add(s[i])}return this}static removeClass(t,e){return!t||typeof t!="object"||e===""?this:(typeof e>"u"?t.className="":t.classList.remove(e),this)}static hasClass(t,e){return!t||typeof t!="object"||e===""?!1:t.classList.contains(e)}static toggleClass(t,e){return!t||typeof t!="object"?this:(t.classList.toggle(e),this)}};var P=r=>{let t="textContent";if(!r||typeof r!="object")return t;let e=r.tagName.toLowerCase();if(e==="input"||e==="textarea"||e==="select"){let s=r.type;if(!s)return t="value",t;switch(s){case"checkbox":t="checked";break;case"file":t="files";break;default:t="value"}}return t};var Q=(r,t,e)=>{S.setAttr(r,t,e)},N=(r,t,e)=>{r.checked=r.value==e},V=(r,t,e)=>{e=e==1,H(r,t,e)},H=(r,t,e)=>{r[t]=e},R=(r,t)=>S.getAttr(r,t),q=(r,t)=>r[t],v=class extends b{constructor(t,e,s,i){super(i),this.element=t,this.attr=this.getAttrBind(e),this.addSetMethod(t,this.attr),this.filter=typeof s=="string"?this.setupFilter(s):s}addSetMethod(t,e){if(e.charAt(4)==="-")return this.setValue=Q,this.getValue=R,this;this.getValue=q;let s=t.type;if(s)switch(s){case"checkbox":return this.setValue=V,this;case"radio":return this.setValue=N,this}return this.setValue=H,this}getAttrBind(t){return t||P(this.element)}setupFilter(t){let e=/(\[\[[^\]]+\]\])/;return s=>t.replace(e,s)}set(t){let e=this.element;return!e||typeof e!="object"?this:(this.filter&&(t=this.filter(t)),this.setValue(e,this.attr,t),this)}get(){let t=this.element;return!t||typeof t!="object"?"":this.getValue(t,this.attr)}callBack(t,e){return e!==this.element&&this.set(t),this}unsubscribe(){super.unsubscribe(),this.element={},this.attr="",this.filter=null,this.setValue=null,this.getValue=null}};var B=class extends m{constructor(t){super(),this.element=null,this.data=null,this.pubSub=t}addElement(t,e,s){return this.element=new v(t,e,s,this.pubSub)}addData(t,e){return this.data=new A(t,e,this.pubSub)}unsubscribeSource(t){return t&&t.unsubscribe(),this}unsubscribe(){return this.unsubscribeSource(this.element),this.unsubscribeSource(this.data),this.element=null,this.data=null,this}};var T=-1,M=class{constructor(){this.callBacks=new Map,this.updateQueue=new Map,this.flushScheduled=!1,this.isFlushing=!1,this.flushIterations=0,this.maxFlushIterations=2e3,this.batchingEnabled=!0,this.debugMode=!1,this.flushCompleteResolvers=[],this.flushCallbacks=[]}get(t){return this.callBacks.has(t)||this.callBacks.set(t,new Map),this.callBacks.get(t)}reset(){this.callBacks.clear(),this.updateQueue.clear(),this.flushScheduled=!1,this.isFlushing=!1,this.flushIterations=0,T=-1}on(t,e){let s=(++T).toString();return this.get(t).set(s,e),s}off(t,e){let s=this.callBacks.get(t);s&&(e=String(e),s.delete(e),s.size===0&&this.callBacks.delete(t))}remove(t){this.callBacks.delete(t)}publish(t,e,s){if(!this.batchingEnabled){this.publishImmediate(t,e,s);return}this.updateQueue.set(t,[e,s]),this.debugMode&&console.log("[DataPubSub] Queued update:",t,e),this.scheduleFlush()}scheduleFlush(){this.isFlushing||this.flushScheduled||(this.flushScheduled=!0,queueMicrotask(()=>{this.flush()}))}flush(){if(this.updateQueue.size===0){this.flushScheduled=!1,this.isFlushing=!1,this.flushIterations=0,this._resolveFlushComplete();return}if(this.isFlushing||(this.flushIterations=0),this.isFlushing=!0,this.flushScheduled=!1,this.flushIterations++,this.flushIterations>this.maxFlushIterations){console.error("[DataPubSub] Infinite loop detected! Flush iterations exceeded",this.maxFlushIterations,"- Breaking to prevent memory exhaustion."),console.error("[DataPubSub] Queue size:",this.updateQueue.size),console.error("[DataPubSub] Queued messages:",Array.from(this.updateQueue.keys())),this.updateQueue.clear(),this.flushScheduled=!1,this.isFlushing=!1,this._resolveFlushComplete(),this.flushIterations=0;return}this.debugMode&&console.log("[DataPubSub] Flushing",this.updateQueue.size,"updates (iteration",this.flushIterations+")");let t=this.updateQueue;this.updateQueue=new Map;try{for(let[e,s]of t)this.publishImmediate(e,s[0],s[1])}finally{this.debugMode&&console.log("[DataPubSub] Flush complete (iteration",this.flushIterations+")"),this.updateQueue.size>0?(this.debugMode&&console.log("[DataPubSub] New updates queued during flush, re-flushing..."),this.flush()):(this.isFlushing=!1,this.flushIterations=0,this._resolveFlushComplete())}}_resolveFlushComplete(){if(this.flushCompleteResolvers.length>0){let t=this.flushCompleteResolvers;this.flushCompleteResolvers=[];let e=t.length;for(let s=0;s<e;s++)t[s]()}if(this.flushCallbacks.length>0){let t=this.flushCallbacks;this.flushCallbacks=[];let e=t.length;for(let s=0;s<e;s++)t[s]()}}nextFlush(){return new Promise(t=>{this.flushCompleteResolvers.push(t),!this.flushScheduled&&!this.isFlushing&&queueMicrotask(()=>t())})}onFlush(t){if(typeof t!="function"){console.warn("[DataPubSub] onFlush requires a function callback");return}this.flushCallbacks.push(t),!this.flushScheduled&&!this.isFlushing&&queueMicrotask(()=>{if(this.flushCallbacks.length>0){let e=this.flushCallbacks;this.flushCallbacks=[];let s=e.length;for(let i=0;i<s;i++)e[i]()}})}flushSync(){this.flush()}publishImmediate(t,e,s){let i=this.callBacks.get(t);if(i){for(let n of i.values())if(n)try{n(e,s)}catch(u){console.error('[DataPubSub] Subscriber error for "'+t+'":',u)}}}};var I=class{constructor(){this.version="1.0.1",this.attr="bindId",this.blockedKeys=new Set([20,37,38,39,40]),this.connections=new C,this.pubSub=new M,this.idCount=0,this.setup()}setup(){this.setupEvents()}bind(t,e,s,i){let n=s,u=null,a=s.indexOf(":");a!==-1&&(u=s.substring(0,a),n=s.substring(a+1));let l=u??"",f=this.setupConnection(t,e,n,l,i),c=f.element,h=e.get(n);return typeof h<"u"?c.set(h):(h=c.get(),h!==""&&f.data.set(h)),this}setupConnection(t,e,s,i,n){let u=this.getBindId(t),a=new B(this.pubSub);a.addData(e,s).subscribe(u);let c=`${e.getDataId()}:${s}`;return a.addElement(t,i,n).subscribe(c),this.addConnection(u,"bind",a),a}addConnection(t,e,s){return this.connections.add(t,e,s),this}setBindId(t){let e="db-"+this.idCount++;return t[this.attr]=e,e}getBindId(t){return t[this.attr]||this.setBindId(t)}unbind(t){let e=t[this.attr];return e&&this.connections.remove(e),this}watch(t,e,s,i){if(x.isObject(t)===!1)return this;let n=new y,u=e.get(s),a=!0,l=k=>{a&&(a=!1,k===u)||i(k)};n.addSource(e).subscribe(s,l);let c=this.getBindId(t),h=e.getDataId()+":"+s;return this.addConnection(c,h,n),i(u),this}watchMany(t,e,s,i){if(x.isObject(t)===!1)return this;let n=s?s.length:0;if(n===0)return this;if(n===1)return this.watch(t,e,s[0],i);let u=new y,a=u.addSource(e),l=new Array(n),f=new Array(n);for(let o=0;o<n;o++)l[o]=e.get(s[o]),f[o]=!0;let c=new Array(n);for(let o=0;o<n;o++){let F=o,O=l[o];c[o]=E=>{f[F]&&(f[F]=!1,E===O)||i(E)}}if(typeof e.on!="function")return console.warn('DataBinder.watchMany: data source has no "on" method.',e),this;let h=new Array(n);for(let o=0;o<n;o++)h[o]={msg:s[o],token:e.on(s[o],c[o])};a.subscriptions=h;let k=this.getBindId(t),z=e.getDataId()+":"+s.join(",");return this.addConnection(k,z,u),i(l[0]),this}unwatch(t,e,s){if(x.isObject(t)===!1)return this;let i=t[this.attr];if(i){let n=e.getDataId()+":"+s;this.connections.remove(i,n)}return this}publish(t,e,s){return this.pubSub.publish(t,e,s),this}isDataBound(t){if(!t)return null;let e=t[this.attr];return e||null}isBlocked(t){return t.type!=="keyup"?!1:this.blockedKeys.has(t.keyCode)}bindHandler(t){if(this.isBlocked(t))return!0;let e=t.target||t.srcElement,s=this.isDataBound(e);if(s!==null){let i=this.connections.get(s,"bind");if(i){let n=i.element.get();this.pubSub.publish(s,n,e)}}t.stopPropagation()}setupEvents(){this.changeHandler=this.bindHandler.bind(this),this.addEvents()}addEvents(){typeof document<"u"&&d.on(["change","paste","input"],document,this.changeHandler,!1)}removeEvents(){typeof document<"u"&&d.off(["change","paste","input"],document,this.changeHandler,!1)}},L=new I;var _=new Map([["class","className"],["text","textContent"],["for","htmlFor"],["readonly","readOnly"],["maxlength","maxLength"],["cellspacing","cellSpacing"],["rowspan","rowSpan"],["colspan","colSpan"],["tabindex","tabIndex"],["celpadding","cellPadding"],["useMap","useMap"],["frameborder","frameBorder"],["contenteditable","contentEditable"]]),U=r=>_.get(r)||r,G=r=>typeof r=="string"&&r.charCodeAt(0)===111&&r.charCodeAt(1)===110?r.substring(2):r,K=/(?:<[a-z][\s\S]*>)/i,W=class{static create(t,e,s,i){let n=document.createElement(t);return this.addAttributes(n,e),i===!0?this.prepend(s,n):this.append(s,n),n}static addAttributes(t,e){if(!e||typeof e!="object")return;let s=e.type;s!==void 0&&t.setAttribute("type",s);let i=Object.keys(e);for(let n=0,u=i.length;n<u;n++){let a=i[n],l=e[a];a==="innerHTML"?t.innerHTML=l:a.indexOf("-")!==-1?t.setAttribute(a,l):this.addAttr(t,a,l)}}static addHtml(t,e){return typeof e>"u"||e===""?this:(K.test(e)?t.innerHTML=e:t.textContent=e,this)}static addAttr(t,e,s){if(s===""||!e)return;if(typeof s==="function")e=G(e),s.originalCallback?d.add(e,t,s,!1,!0,s.originalCallback):d.add(e,t,s);else{let n=U(e);t[n]=s}}static createDocFragment(){return document.createDocumentFragment()}static createText(t,e){let s=document.createTextNode(t);return e&&this.append(e,s),s}static createComment(t,e){let s=document.createComment(t);return e&&this.append(e,s),s}static setupSelectOptions(t,e,s){if(!t||typeof t!="object"||!Array.isArray(e))return!1;e.forEach(i=>{let n=new Option(i.label,i.value);t.options.add(n),s!==null&&n.value==s&&(n.selected=!0)})}static removeElementData(t){let e=[t];for(;e.length>0;){let s=e.pop(),i=s.childNodes;if(i&&i.length>0)for(let n=i.length-1;n>=0;n--)e.push(i[n]);D.remove(s),s.bindId&&L.unbind(s)}}static removeElement(t){if(!t)return this;let e=D.has(t,"manual-destroy");return this.removeElementData(t),e===!1&&t.remove(),this}static removeChild(t){return this.removeElement(t),this}static removeAll(t){if(!t||typeof t!="object")return this;let e;for(;e=t.firstChild;)this.removeElementData(e),t.removeChild(e);return this}static changeParent(t,e){return e.appendChild(t),this}static append(t,e){return t.appendChild(e),this}static prepend(t,e,s){let i=s||t.firstChild;return t.insertBefore(e,i),this}static clone(t,e=!1){return!t||typeof t!="object"?!1:t.cloneNode(e)}};export{M as a,L as b,U as c,G as d,W as e};
2
+ //# sourceMappingURL=chunk-GRNW37TV.js.map
@@ -0,0 +1,2 @@
1
+ import{b as P}from"./chunk-DZCEWMDW.js";import{a as ft,b as pt,c as mt,d as C,e as x,f as T}from"./chunk-UQGSGBNZ.js";import{a as U,b as lt}from"./chunk-SN4TNKC2.js";import{a as ht,c as b,d as ut,e as dt,f as H}from"./chunk-EJIWXHRN.js";import{b as p,c as f}from"./chunk-QPFMAZXH.js";var L={items:new Map,add(s,t){return this.items.set(s,t),this},get(s){return this.items.get(s)??null}};p.addType("components",s=>{if(!s)return;let t=s.component;!t||!t.isUnit||(t.persistToken&&t.parent&&t.parent.removePersistedChild(t.persistToken),t.rendered===!0&&(t.prepareDestroy(),t.cleanUpAfterDestroy()))});var de=0,W=class{constructor(t,e,r){this.isUnit=!0,this.data=null,this.persist=null,this.nest=null,this.state=null,this.panel=null,this.parent=null,this.unitType=null,this._classId,this.id="",this.cached=[],this.init();let n,i;if(t==null)n={},i=[];else{let o=typeof t;o==="string"||o==="number"?(n={},i=[{tag:"text",textContent:t}]):Array.isArray(t)?(n={},i=t):(n=t||{},i=typeof e=="string"?[{tag:"text",textContent:e}]:e)}this.setupProps(n),this.children=i||[],this.persistedChildren={},this.persistedCount=0,this.onCreated(),this.rendered=!1,this.container=null}init(){this.id="cp-"+de++,this.unitType=this._classId||this.constructor.name.toLowerCase()}declareProps(){}addPersistedChild(t){let e=t.key,r=e!=null?"pk:"+e:"pc"+this.persistedCount++,n=this.persistedChildren[r];return n&&t.unitType===n.unitType&&t.resumeScope(n),t.persistToken=r,this.persistedChildren[r]=t,r}removePersistedChild(t){this.rendered&&(!t||!this.persistedChildren[t]||delete this.persistedChildren[t])}setupProps(t){if(this.declareProps(),!(!t||typeof t!="object"))for(let e in t)Object.prototype.hasOwnProperty.call(t,e)&&(this[e]=t[e],e==="data"&&(this._externalData=!0))}getChildScope(){return this}getParentContext(){return this.parent?this.parent.getContext():null}setupContext(){if(this._contextResumed)return;let t=this.getParentContext(),e=this.setContext(t);if(e){this.context=e;return}this.context=t,this.setupAddingContext()}setupAddingContext(){let t=this.context,e=this.addContext(t);if(!e)return;let r=e[0];r&&(this.addingContext=!0,this.contextBranchName=r,this.addContextBranch(r,e[1]))}addContextBranch(t,e){this.context??={},this.context[t]=e}setContext(t){return null}addContext(t){return null}removeContext(){this.addingContext&&this.removeContextBranch(this.contextBranchName)}removeContextBranch(t){t&&delete this.context[t]}getContext(){return this.context}onCreated(){}render(){return{}}_cacheRoot(t){return t&&(t.id||(t.id=this.getId()),t.cache="panel",t)}_createLayout(){return this.render()}prepareLayout(){let t=this._createLayout();return this._cacheRoot(t)}afterBuild(){p.add(this.panel,"components",{component:this}),this.rendered=!0,this.afterLayout()}afterLayout(){this.afterSetup()}if(t,e){return t?e||t:null}map(t,e){let r=[];if(!t||t.length<1)return r;for(let n=0,i=t.length;n<i;n++){let o=e(t[n],n);r.push(o)}return r}removeAll(t){return H.removeAll(t)}getId(t){let e=this.id;return typeof t=="string"&&(e+="-"+t),e}cacheEle(t,e){e&&(this[e]=t,this.cached.push(e))}initialize(){this.setupContext(),this.beforeSetup()}beforeSetup(){}afterSetup(){}setup(t){this.setContainer(t),this.initialize()}setContainer(t){this.container=t}_remove(){this.prepareDestroy(),this.removeContext();let t=this.panel;t&&H.removeElement(t),this.cleanUpAfterDestroy()}cleanUpAfterDestroy(){this.panel=null,this.container=null;let t=this.cached;for(let e=0,r=t.length;e<r;e++)this[t[e]]=null;this.cached=[],this.persist!==!0&&(this.persistedChildren={},this.persistToken=null)}prepareDestroy(){this.persistedCount=0,this.rendered=!1,this.beforeDestroy(),this.data&&typeof this.data.unlink=="function"&&this.data.unlink()}beforeDestroy(){}destroy(){this._remove()}};var I=class{static resume(t,e){if(t._externalData){this._resumeExternal(t,e);return}this._resumeOwned(t,e)}static refresh(t){let e=t.setData();e&&t.data&&t.data.set(e.stage),this.refreshContext(t)}static refreshContext(t){let e=t.context;if(!e||!e.data)return;let r=t.getParentContext();if(!r||!r.data)return;let n=r.data.stage,i=e.data.stage,o=null;for(let a in n){if(!Object.prototype.hasOwnProperty.call(n,a))continue;let c=n[a];c!==i[a]&&(o===null&&(o={}),o[a]=c)}o!==null&&(typeof e.data._silentSet=="function"?e.data._silentSet(o):e.data.set(o))}static _resumeExternal(t,e){let r=t.setData();if(!r){t.data=e;return}if(e&&e.stage){let n=e._retainState||r._retainState,i=!n&&(e._refreshState||r._refreshState),o=this._buildExternalUpdates(e.stage,r.stage,n,i);U.isEmpty(o)||r._silentSet(o)}typeof r.flushPending=="function"&&r.flushPending(),t.data=r}static _buildExternalUpdates(t,e,r,n){let i={};for(let o in t){if(!Object.prototype.hasOwnProperty.call(t,o))continue;if(n){Object.prototype.hasOwnProperty.call(e,o)||(i[o]=t[o]);continue}let a=t[o];!r&&a==null||a!==e[o]&&(i[o]=a)}return i}static _resumeOwned(t,e){if(!t.data){t.data=e;return}if(e&&e._retainState){t.data=e;return}if(e&&e.stage){let r=e._refreshState||t.data._refreshState,n=this._buildOwnedUpdates(e.stage,t.data.stage,r);U.isEmpty(n)||t.data._silentSet(n)}t.data&&typeof t.data.flushPending=="function"&&t.data.flushPending()}static _buildOwnedUpdates(t,e,r){let n={};for(let i in t){if(!Object.prototype.hasOwnProperty.call(t,i))continue;if(r){Object.prototype.hasOwnProperty.call(e,i)||(n[i]=t[i]);continue}let o=t[i];o!=null&&o!==e[i]&&(n[i]=o)}return n}};var G=class{constructor(){this.events=[]}addEvents(t){let e=t.length;if(!(e<1))for(let r=0;r<e;r++){let n=t[r];this.on(n[0],n[1],n[2],n[3])}}on(t,e,r,n){f.on(t,e,r,n),this.events.push({event:t,obj:e,callBack:r,capture:n})}off(t,e,r,n){f.off(t,e,r,n);let i,o=this.events;for(let a=0,c=o.length;a<c;a++)if(i=o[a],i.event===t&&i.obj===e){o.splice(a,1);break}}set(){let t=this.events;for(let e=0,r=t.length;e<r;e++){let n=t[e];f.on(n.event,n.obj,n.callBack,n.capture)}}unset(){let t=this.events;for(let e=0,r=t.length;e<r;e++){let n=t[e];f.off(n.event,n.obj,n.callBack,n.capture)}}reset(){this.unset(),this.events=[]}};var F=class{constructor(t,e){this.remoteStates=[];let r=this.convertStates(e);this.addStatesToTarget(t,r)}addStates(t,e){let r=this.convertStates(e);this.addStatesToTarget(t,r)}createState(t,e,r,n){return{action:t,state:e,callBack:r,targetId:n,token:null}}convertStates(t){let e=[];for(let r in t){if(!Object.prototype.hasOwnProperty.call(t,r))continue;if(r==="remotes"){this.setupRemoteStates(t[r],e);continue}let n=null,i=null,o=t[r];o&&typeof o=="object"&&(i=o.callBack,n=o.id||o.targetId,o=o.state),e.push(this.createState(r,o,i,n))}return e}setupRemoteStates(t,e){for(let r=0,n=t.length;r<n;r++){let i=t[r];if(i)for(let o in i){if(!Object.prototype.hasOwnProperty.call(i,o)||o==="id")continue;let a=null,c=i[o],l=c!==null?c:void 0;l&&typeof l=="object"&&(a=l.callBack,l=l.state),e.push(this.createState(o,l,a,i.id))}}}removeRemoteStates(t){let e=this.remoteStates;e&&this.removeActions(t,e)}removeActions(t,e){if(!(e.length<1))for(let r=0,n=e.length;r<n;r++){let i=e[r];i.token&&this.unbindRemoteState(t,i.token),i.targetId&&P.remove(i.targetId,i.action,i.token)}}restore(t){P.restore(t.id,t);let e=this.remoteStates;if(e)for(let r=0,n=e.length;r<n;r++){let i=e[r];i.token=this.bindRemoteState(t,i.action,i.targetId)}}bindRemoteState(t,e,r){let n=P.getTarget(r);return t.link(n,e)}unbindRemoteState(t,e){t.unlink(e)}addStatesToTarget(t,e){let r=this.remoteStates;for(let n=0,i=e.length;n<i;n++){let o=e[n],a=this.addAction(t,o);o.targetId&&(o.token=a,r.push(o))}}addAction(t,e){let r,n=e.action,i=e.targetId;i&&(r=this.bindRemoteState(t,n,i)),typeof e.state<"u"&&t.addAction(n,e.state);let o=e.callBack;return typeof o=="function"&&t.on(n,o),r||null}};var g=class extends W{constructor(t,e,r){super(t,e,r),this.isComponent=!0,this.stateResumed=!1,this.stateTargetId=null,this._externalData=this._externalData??!1,this._setupData()}setData(){return null}_setupData(){if(this.data)return;let t=this.setData();t&&(this.data=t)}resumeScope(t){this._resumeData(t.data),this.state=t.state,this.stateHelper=t.stateHelper,this.persistedChildren=t.persistedChildren,t.context&&(this.context=t.context),this.id=t.id,this._refreshContextData()}_resumeData(t){I.resume(this,t)}_refreshData(){I.refresh(this)}_refreshContextData(){I.refreshContext(this)}initialize(){this.setupContext(),this.addStates(),this.beforeSetup()}afterLayout(){this.addEvents(),this.afterSetup()}setupStateTarget(t){let e=t||this.stateTargetId||this.id;this.state=P.getTarget(String(e))}setupStates(){return{}}addStates(){let t=this.state;if(t){this.stateResumed=!0,this.stateHelper.restore(t);return}let e=this.setupStates();U.isEmpty(e)||this.setStateHelper(e)}setStateHelper(t={}){this.state||(this.setupStateTarget(),this.stateHelper=new F(this.state??{},t))}addState(t){!this.stateHelper||this.stateResumed==!0||this.stateHelper.addStates(this.state,t)}removeStates(){let t=this.state;t&&(this.stateHelper.removeRemoteStates(t),t.remove(),this.stateResumed=!1)}onFlush(t){let e=this.data??this?.context?.data??null;e&&e.onFlush(t)}setEventHelper(){this.events||(this.events=new G)}setupEvents(){return[]}addEvents(){let t=this.setupEvents();t.length<1||(this.setEventHelper(),this.events&&this.events.addEvents(t))}removeEvents(){let t=this.events;t&&t.reset()}prepareDestroy(){this.persistedCount=0,this.rendered=!1,this.beforeDestroy(),this.removeEvents(),this.removeStates(),this.removeContext(),this.data&&this.persist!==!0&&this.data.unlink()}};var gt={created:"onCreated",setStates:"setupStates",state:"setupStates",events:"setupEvents",before:"beforeSetup",render:"render",after:"afterSetup",destroy:"beforeDestroy"};var fe=(s,t)=>typeof s!="function"&&t==="setupStates"?()=>s:s,et=(s,t)=>{if(!s)return t;let e=Object.keys(s);for(let r=0,n=e.length;r<n;r++){let i=e[r],o=s[i],a=gt[i]||i;t[a]=fe(o,a)}return t},pe=s=>et(s,{}),me=0,yt=(s,t)=>{class e extends s{}return Object.assign(e.prototype,t),e.prototype._classId="jot"+me++,e},R=(s,t=g)=>{s||(s={});let e,r=typeof s;return r==="object"&&s.render?(e=pe(s),yt(t,e)):(e={render:r==="function"?s:()=>s},yt(t,e))};var rt=(s,t)=>({attr:s,directive:t});var S=(s,t)=>({key:s,value:t});var xt=(s,t,e,r)=>({tag:s,attr:t,directives:e,children:r});var St=null,ge=()=>St||(St=L.get("watch")),w=class{static getTag(t){return t.tag||"div"}static setupChildren(t){t.nest&&(t.children=t.nest,delete t.nest)}static setElementContent(t,e,r,n){return t==="text"?(n.push({tag:"text",textContent:e}),!0):t==="html"||t==="innerHTML"?(r.push(S("innerHTML",e)),!0):!1}static setTextAsWatcher(t,e,r){t.push(rt(S(e,T.getWatcherSettings(r,ut(e))),ge()))}static setButtonType(t,e,r){if(t==="button"){let n=e.type||"button";r.push(S("type",n))}}static parse(t,e){let r=[],n=[],i=t.tag||"div";i==="button"&&r.push(S("type",t.type||"button"));let o=[],a,c;for(let l in t){if(!Object.prototype.hasOwnProperty.call(t,l)||l==="tag"||(a=t[l],a==null))continue;if(l==="children"||l==="nest"){if(Array.isArray(a))for(let d=0;d<a.length;d++)o.push(a[d]);else o.push(a);continue}if((c=L.get(l))!==null){n.push(rt(S(l,a),c));continue}let h=typeof a;if(h==="object"){if(T.isWatching(a)){this.setTextAsWatcher(n,l,a);continue}o.push(a);continue}if(h==="function"){let d=a,y=function(m){d.call(this,m,e)};y.originalCallback=d,r.push(S(l,y));continue}if(h==="string"&&a.includes("[[")){this.setTextAsWatcher(n,l,a);continue}if(l==="text"){o.push({tag:"text",textContent:a});continue}if(l==="html"||l==="innerHTML"){r.push(S("innerHTML",a));continue}r.push(S(l,a))}return xt(i,r,n,o)}};var A=class{build(t,e,r){}setupComponent(t,e,r){let n=r?.getChildScope();t.parent=n,n&&n.persist===!0&&t.persist!==!1&&(t.persist=!0,t.parent.addPersistedChild(t)),t.cache&&n&&(n[t.cache]=t),t.setup(e)}buildComponent(t){let e=t.prepareLayout(),r=this.build(e,t.container,t);return t.afterBuild(),t.component&&typeof t.onCreated=="function"&&t.onCreated(t),r}createComponent(t,e,r){return this.setupComponent(t,e,r),this.buildComponent(t),t}setDirectives(t,e,r){}removeNode(t){}removeAll(t){}};var N=class extends A{build(t,e,r){let n=x.createDocFragment();if(Array.isArray(t))for(let i=0,o=t.length;i<o;i++)this.buildElement(t[i],n,r);else this.buildElement(t,n,r);return e&&typeof e=="object"&&e.appendChild(n),n}buildElement(t,e,r){if(t){if(t.isUnit===!0){this.createComponent(t,e,r);return}this.createElement(t,e,r)}}createElement(t,e,r){let n=r?.getChildScope();if(t.data||t.state){this.createTempComponent(t,e,n);return}let i=w.parse(t,n),o=this.createNode(i,e,n);this.cache(o,t.cache,r);let a=i.children;for(let l=0,h=a.length;l<h;l++){let d=a[l];d!==null&&this.buildElement(d,o,r)}let c=i.directives;c.length&&this.setDirectives(o,c,n)}createTempComponent(t,e,r){let n={cache:t.cache,key:t.key,_externalData:!0,setData:()=>t.data,...et(t.methods||{},{}),render(){return{...t,data:null,state:null,methods:null,key:null}}};t.state&&(n.setupStateTarget=function(o){this.state=t.state});let i=new g(n);this.createComponent(i,e,r)}setDirectives(t,e,r){for(let n=0,i=e.length;n<i;n++)this.handleDirective(t,e[n],r)}handleDirective(t,e,r){e.directive(t,e.attr.value,r)}cache(t,e,r){r&&e&&r.cacheEle(t,e)}createNode(t,e,r){let n=t.tag;if(n==="text"){let i=t.attr[0],o=i?i.value:"";return x.createText(o,e)}else if(n==="comment"){let i=t.attr[0],o=i?i.value:"";return x.createComment(o,e)}return x.create(n,t.attr,e,r)}removeNode(t){x.removeElement(t)}removeAll(t){x.removeAll(t)}};var ye=new Set(["area","base","br","col","embed","hr","img","input","link","meta","source"]),E=class{static create(t,e=[],r=""){let n="",i="";for(let o=0,a=e.length;o<a;o++){let c=e[o],l=c.key,h=c.value;if(l==="text"||l==="textContent"){n+=h;continue}if(l==="html"||l==="innerHTML"){n+=h;continue}if(typeof h=="function"){let d="on"+dt(l);i?i+=" "+d+'="'+h+'"':i=d+'="'+h+'"';continue}i?i+=" "+l+'="'+h+'"':i=l+'="'+h+'"'}return ye.has(t)?"<"+t+" "+i+" />":"<"+t+" "+i+">"+n+r+"</"+t+">"}static createText(t){return t}static createComment(t){return"<!-- "+t+" -->"}};var j=class extends A{build(t,e,r){if(Array.isArray(t)){let n="";for(let i=0,o=t.length;i<o;i++)n+=this.buildElement(t[i],r);return n}return this.buildElement(t,r)}createComponent(t,e,r){return this.setupComponent(t,e,r),this.buildComponent(t)}buildElement(t,e){return t?t.isUnit===!0?this.createComponent(t,{},e):this.createElement(t,e):""}createElement(t,e){let r=w.parse(t,e),n=r.children,i="";for(let o=0,a=n.length;o<a;o++){let c=n[o];c!==null&&(i+=this.buildElement(c,e))}return this.createNode(r,i)}createNode(t,e){let r=t.tag;if(r==="text"){let n=t.attr[0],i=n?n.value:"";return E.createText(i)}else if(r==="comment"){let n=t.attr[0],i=n?n.value:"";return E.createComment(i)}return E.create(r,t.attr,e)}removeAll(t){}};var Q=class{static browserIsSupported(){return typeof window<"u"&&typeof document=="object"}static setup(){return this.browserIsSupported()?new N:new j}};var k=Q.setup(),xe=s=>typeof s=="object"&&s.isUnit===!0,Se=s=>{let t=R(s);return t?new t:null},u=class{static render(t,e,r){return!t||(xe(t)||(t=Se(t)),!t)?null:k.createComponent(t,e,r)}static build(t,e,r){return k.build(t,e,r)}static rebuild(t,e,r){return k.removeAll(e),this.build(t,e,r)}static setDirectives(t,e,r){k.setDirectives(t,e,r)}static createNode(t,e,r){return k.createNode(t,e,r)}static removeNode(t){k.removeNode(t)}static removeAll(t){k.removeAll(t)}};lt.augment({buildLayout(s,t,e){u.build(s,t,e)}});var st=[],we=s=>st.indexOf(s)!==-1,ve=s=>({tag:"script",src:s.src,async:!1,load(t){st.push(s.src);let e=s.load;e&&e()}}),Ce=s=>({tag:"link",rel:"stylesheet",type:"text/css",href:s.src,load(t){st.push(s.src);let e=s.load;e&&e()}}),z=class{constructor(t){this.percent=0,this.loaded=0,this.total=0,this.callBack=t||null}add(t){this.total++;let e,r=this.update.bind(this);t.indexOf(".css")!==-1?e=Ce({load:r,src:t}):e=ve({load:r,src:t}),u.build(e,document.head)}addFiles(t){t&&t.forEach(e=>{we(e)||this.add(e)})}update(){if(this.updateProgress()<100)return;let e=this.callBack;e&&e()}updateProgress(){return++this.loaded,this.percent=Math.floor(this.loaded/this.total*100)}};var ke=s=>s?typeof s?.prototype?.constructor=="function":!1,D=class{static process(t,e){let r=t.default;return r?e.callback?e.callback(r):(ke(r)?r=new r:r=r(),r.isUnit===!0&&(r.route=e.route,e.persist&&(r.persist=!0)),r):null}static render(t,e,r){let n=u.build(t,null,r),i=n.firstChild||t?.panel;return e.after(n),i}};var J=class{static load(t,e,r){return t.then(n=>(e&&e(n),n)).catch(n=>{console.error("Error loading module:",n),r&&r(n)})}};var be=s=>({tag:"comment",textContent:"import placeholder",onCreated:s.onCreated}),O=new Map,Te=s=>{if(O.has(s)){let r=O.get(s);return r&&typeof r.then!="function"?Promise.resolve(r):r}let t=typeof s,e;if(t==="string")e=import(s);else if(t==="function")e=s();else return s;return e.then(r=>{O.set(s,r)}),O.set(s,e),e},Pe=s=>{if(!O.has(s))return null;let t=O.get(s);return t&&typeof t.then=="function"?null:t||null},wt=R({declareProps(){this.loaded=!1,this.generation=0},render(){return be({onCreated:s=>{if(this.src){if(this.layout){this.layoutRoot=D.render(this.layout,this.panel,this.parent);return}if(this.depends){new z(()=>{this.loadAndRender(s)}).addFiles(this.depends);return}this.loadAndRender(s)}}})},loadAndRender(s){let t=this.generation,e=Pe(this.src);if(e){this.renderModule(s,e);return}J.load(Te(this.src),r=>{t===this.generation&&this.renderModule(s,r)},r=>{t===this.generation&&(this.loaded=!1)})},renderModule(s,t){this.loaded=!0;let e=this.layout||D.process(t,{callback:this.callback,route:this.route,persist:this.persist});this.layout=e,this.layoutRoot=D.render(e,s,this.parent)},shouldUpdate(s){return this.updateLayout===!0?!0:this.updateLayout=s&&s.isUnit&&typeof s.update=="function"},updateModuleLayout(s){let t=this.layout;this.shouldUpdate(t)&&t&&t.update(s)},update(s){this.loaded===!0&&this.updateModuleLayout(s)},destroy(){this.generation++,this.layoutRoot&&(u.removeNode(this.layoutRoot),this.persist!==!0&&(this.layoutRoot=null,this.layout=null,this.loaded=!1,this.updateLayout=!1))}});var vt=s=>{let t=typeof s;return(t==="string"||t==="function"||s instanceof Promise)&&(s={src:s}),new wt(s)};var Ie=0,B=class{constructor(t){this.router=t,this.locationId="base-app-router-"+Ie++,this.callBack=this.check.bind(this)}setup(){return this.addEvent(),this}check(t){}getScrollPosition(){return{x:window.scrollX,y:window.scrollY}}scrollTo(t){window.scrollTo(t.x,t.y)}addEvent(){return this}};var kt=typeof navigator<"u"&&/iPad|iPhone|iPod/.test(navigator.userAgent||"")&&!window.MSStream,Ct=()=>{kt&&requestAnimationFrame(()=>requestAnimationFrame(()=>{let s=window.scrollX,t=window.scrollY;window.scrollTo(0,t+1),document.documentElement.offsetHeight,window.scrollTo(s,t)}))},Y=class extends B{addEvent(){return f.on("popstate",window,this.callBack),kt&&(this.pageShowCallBack=this.onPageShow.bind(this),f.on("pageshow",window,this.pageShowCallBack)),this}removeEvent(){return f.off("popstate",window,this.callBack),this.pageShowCallBack&&f.off("pageshow",window,this.pageShowCallBack),this}onPageShow(t){t.persisted&&Ct()}check(t){let e=t.state;if(!e||e.location!==this.locationId)return!1;t.preventDefault(),t.stopPropagation(),this.router.checkActiveRoutes(e.uri);let r=e.scrollPosition;r&&this.scrollTo(r),Ct()}createState(t,e={}){let r=this.getScrollPosition();return e=e===null?{}:e,{location:this.locationId,...e,scrollPosition:r,uri:t}}addState(t,e,r=!1){let n=window.history,i=n.state;if(i&&i.uri===t)return this;!r&&i&&i.location===this.locationId&&(i.scrollPosition=this.getScrollPosition(),n.replaceState(i,"",window.location.href));let o=this.createState(t,e);return r||(o.scrollPosition={x:0,y:0}),n[r===!1?"pushState":"replaceState"](o,null,t),this}};var K=class extends B{addEvent(){return f.on("hashchange",window,this.callBack),this}removeEvent(){return f.off("hashchange",window,this.callBack),this}check(t){this.router.checkActiveRoutes(t.newURL)}addState(t,e,r){return window.location.hash=t,this}};var V=class{static browserIsSupported(){return typeof window=="object"&&"history"in window&&"pushState"in window.history}static setup(t){return this.browserIsSupported()?new Y(t).setup():new K(t).setup()}};var nt=class extends g{getChildScope(){return this.parent}},bt=s=>R(s,nt);var $=class{constructor(t,e){this.route=t,this.template=e.component,this.component=null,this.hasTemplate=!1,this.setup=!1,this.container=e.container,this.persist=e.persist,this.parent=e.parent}focus(t){this.setup===!1&&(this.route&&typeof this.route.flushPending=="function"&&this.route.flushPending(),this.create()),this.update(t)}setupTemplate(){let e=typeof this.template;e==="function"?this.initializeComponent():e==="object"&&this.initializeTemplateObject(),this.hasTemplate=!0}initializeComponent(){this.template=this.template(),this.initializeTemplateObject()}transferSettings(t){this.persist=this.persist&&t.persist!==!1,Object.assign(t,{route:this.route,persist:this.persist}),this.component=t}initializeTemplateObject(){let t=this.template;if(!t)return;t.isUnit||(this.template=new(bt(t)));let e=this.template;this.transferSettings(e)}create(){if(this.setupTemplate(),!this.hasTemplate)return;this.setup=!0;let t=this.component;u.render(t,this.container,this.parent)}remove(){if(this.setup!==!0)return;this.setup=!1;let t=this.component;t&&(typeof t.destroy=="function"&&t.destroy(),this.component=null)}update(t){let e=this.component;e&&typeof e.update=="function"&&e.update(t)}};var Tt=s=>{if(!s.length)return null;let t={};for(let e=0,r=s.length;e<r;e++)t[s[e]]=null;return t},Pt=s=>{let t=[];if(!s)return t;let e=/[*?]/g;s=s.replace(e,"");let r=/:(.[^./?&($]+)\?*/g,n=s.match(r);if(n===null)return t;for(let i=0,o=n.length;i<o;i++){let a=n[i];a&&t.push(a.replace(":",""))}return t};var Re=/(\/):[^/(]*?\?/g,Ae=/\//g,Ee=/(\?\/+\*?)/g,De=/(:[^/?&($]+)/g,Oe=/(\*)/g,Be=s=>s.replace(Re,t=>t.replace(Ae,"(?:$|/)")),_e=s=>(s=s.replace(Ee,"?/*"),s.replace(De,t=>t.indexOf(".")<0?"([^/|?]+)":"([^/|?]+.*)")),Ue=s=>s.replace(Oe,".*"),He=(s,t)=>s+=t[t.length-1]==="*"?"":"$",It=s=>{if(!s)return"";let t=s;return t=Be(t),t=_e(t),t=Ue(t),t=He(t,s),t};var Le=0,Rt=(s,t="")=>{let e=s||"",r=typeof t=="string"&&t?t:e,n=null,i=[],o=r.match(/#\{([^}]+)\}/);o&&o[1]&&(n=o[1].trim(),r=r.replace(o[0],""),e=e.replace(o[0],""));let a=r.indexOf("?");if(a>-1){let h=r.substring(a+1);if(h.indexOf("=")>-1){let d=h.split("&");for(let m=0,q=d.length;m<q;m++){let tt=d[m];if(!tt)continue;let[he,ue=""]=tt.split("="),ct=(he||"").trim();ct&&i.push({key:ct,value:(ue||"").trim()})}r=r.substring(0,a);let y=e.indexOf("?");y>-1&&(e=e.substring(0,y))}}let c=n!==null||i.length>0;return c&&!r&&(e="*"),{uriPath:e,requiredHash:n,requiredQuery:i,hasConditions:c}},Me=s=>{if(!s)return"";let t=s.indexOf("?"),e=s.indexOf("#"),r=s.length;return t>-1&&(r=t),e>-1&&e<r&&(r=e),s.substring(0,r)},qe=s=>{if(!s)return"";let t=s.indexOf("#");return t===-1?"":s.substring(t+1)},We=s=>{if(!s)return"";let t=s.indexOf("?");if(t===-1)return"";let e=s.indexOf("#",t);return e===-1?s.substring(t+1):s.substring(t+1,e)},X=class extends pt{constructor(t,e){let r=t.baseUri,i=Rt(r,t.rawUri).uriPath,o=Pt(i),a=Tt(o),c=super(a);return this.uri=r,this.matchUri=i,this.paramKeys=o,this.titleCallBack=e,this.setupRoute(t),this.set("active",!1),c}setup(){this.stage={},this.routeId=null,this.uri=null,this.rawUri=null,this.matchUri="",this.uriQuery=/$^/,this.controller=null,this.paramKeys=[],this.requiredHash=null,this.requiredQuery=[],this.hasConditions=!1,this.titleCallBack=()=>{},this.path=null,this.referralPath=null,this.params=null,this.callBack=null,this.title=null,this.preventScroll=!1,this.scrollTo=null}setupRoute(t){this.routeId=t.id||"bs-rte-"+Le++,this.rawUri=t.rawUri||null,this.path=null,this.referralPath=null;let e=Rt(this.uri,this.rawUri||"");this.matchUri=e.uriPath,this.requiredHash=e.requiredHash,this.requiredQuery=e.requiredQuery,this.hasConditions=e.hasConditions;let r=It(this.matchUri);this.uriQuery=new RegExp("^"+r),this.params=null,this.setupComponentHelper(t),this.callBack=t.callBack,this.title=t.title,this.preventScroll=t.preventScroll||!1,this.scrollTo=t.scrollTo||null}setTitle(t){this.title=t,this.titleCallBack(this,t)}deactivate(){this.set("active",!1);let t=this.controller;t&&t.remove()}getLayout(t){if(t.component)return t.component;let e=t.import;return e?vt(e):null}setupComponentHelper(t){let e=this.getLayout(t);if(!e)return;let{container:r,persist:n,parent:i}=t,o={component:e,container:r,persist:n,parent:i},a=ft(this);this.controller=new $(a,o)}resumeRoute(t){let e=this.controller;e&&(e.container=t)}setPath(t,e){this.path=t,this.referralPath=e}select(){this.set("active",!0);let t=this.stage,e=this.callBack;typeof e=="function"&&e(t);let r=this.controller;r&&r.focus(t);let n=this.path;if(!n)return;let i=n.split("#")[1];i&&this.scrollToId(i)}scrollToId(t){if(!t)return;let e=document.getElementById(t);e&&e.scrollIntoView(!0)}match(t){let e=!1,r=this.hasConditions?Me(t):t,n=this.uriQuery||/$^/,i=r.match(n);return i===null?(this.resetParams(),e):Array.isArray(i)?this.matchConditions(t)?(this.setParams(i,1),e=i,e):(this.resetParams(),!1):e}matchConditions(t){if(!this.hasConditions)return!0;if(this.requiredHash!==null&&qe(t)!==this.requiredHash)return!1;let e=this.requiredQuery||[];if(e.length>0){let r=We(t);if(!r)return!1;let n=new URLSearchParams(r);for(let i=0,o=e.length;i<o;i++){let a=e[i];if(!n.has(a.key)||n.get(a.key)!==a.value)return!1}}return!0}resetParams(){this.stage={}}setParams(t,e=0){if(!Array.isArray(t))return;let r=this.paramKeys;if(!r)return;let n={};for(let i=0,o=r.length;i<o;i++){let a=r[i];typeof a<"u"&&(n[a]=t[i+e])}this.set(n)}getParams(){return this.stage}};var Ge=s=>{let t=/\w\S*/;return s.replace(t,e=>e.charAt(0).toUpperCase()+e.substring(1).toLowerCase())},Fe=(s,t)=>{if(s.indexOf(":")===-1)return s;let e=t.stage;for(let r in e)if(Object.prototype.hasOwnProperty.call(e,r)){let n=new RegExp(":"+r,"gi");s=s.replace(n,e[r])}return s},Ne=(s,t)=>t&&(typeof t=="function"&&(t=t(s.stage)),t=Fe(t,s),Ge(t)),je=(s,t)=>(t!==""&&(s+=" - "+t),s),At=(s,t,e)=>t&&(t=Ne(s,t),je(t,e));var Et={removeSlashes(s){return typeof s!="string"?"":(s[0]==="/"&&(s=s.substring(1)),s[s.length-1]==="/"&&(s=s.substring(0,s.length-1)),s)}};var Qe=()=>typeof window<"u"?window.location:{},it=class{constructor(){this.version="1.0.2",this.baseURI="/",this.title="",this.lastPath=null,this.path=null,this.lastMatchedRoute=null,this.lastScrollGroup=null,this.currentGroupId=null,this.scrollWaitToken=0,this.history=null,this.callBackLink=null,this.location=Qe(),this.routes=[],this.switches=new Map,this.switchCount=0,this.data=new mt({path:""})}setupHistory(){this.history=V.setup(this)}createRoute(t){let e=t.uri||"*";return t.rawUri=e,t.baseUri=this.createURI(e),new X(t,this.updateTitle.bind(this))}add(t){if(typeof t!="object"){let r=arguments;t={uri:r[0],component:r[1],callBack:r[2],title:r[3],id:r[4],container:r[5]}}let e=this.createRoute(t);return this.addRoute(e),e}addRoute(t){this.routes.push(t),this.checkRoute(t,this.getPath())}resume(t,e){t.resumeRoute(e),this.addRoute(t)}getBasePath(){if(!this.basePath){let t=this.baseURI||"";t[t.length-1]!=="/"&&(t+="/"),this.basePath=t}return this.basePath}createURI(t){return this.getBasePath()+Et.removeSlashes(t)}getRoute(t){let e=this.routes,r=e.length;if(r>0)for(let n=0;n<r;n++){let i=e[n];if(i.uri===t)return i}return null}getRouteById(t){let e=this.routes,r=e.length;if(r>0)for(let n=0;n<r;n++){let i=e[n];if(i.routeId===t)return i}return!1}removeRoute(t){let e=this.routes,r=e.indexOf(t);r>-1&&e.splice(r,1),this.lastMatchedRoute===t&&(this.lastMatchedRoute=null)}addSwitch(t){let e=this.switchCount++,r=this.getSwitchGroup(e);for(let n=0,i=t.length;n<i;n++){let o=t[n];if(!o)continue;let a=this.createRoute(o);r.push(a)}return this.checkGroupForRegistration(e,r),e}resumeSwitch(t,e){let r=this.switchCount++,n=this.getSwitchGroup(r);for(let i=0,o=t.length;i<o;i++){let c=t[i].component.route;c.resumeRoute(e),n.push(c)}return this.checkGroupForRegistration(r,n),r}checkGroupForRegistration(t,e){let r=this.scrollIntent,n=this.currentGroupId;this.scrollIntent=null,this.currentGroupId=t,this.checkGroup(e,this.getPath()),this.currentGroupId=n;let i=this.scrollIntent;i&&i.type==="target"&&i.groupId!==null&&i.groupId!==void 0&&(this.lastScrollGroup=i.groupId),this.scrollIntent=r}getSwitchGroup(t){let e=this.switches.get(t);if(e)return e;let r=[];return this.switches.set(t,r),r}removeSwitch(t){this.switches.delete(t)}remove(t){t=this.createURI(t);let e=this.getRoute(t);return e&&this.removeRoute(e),this}setup(t,e){this.baseURI=t||"/",this.updateBaseTag(this.baseURI),this.title=typeof e<"u"?e:"",this.setupHistory(),this.data.path=this.getPath(),this.callBackLink=this.checkLink.bind(this),f.on("click",document,this.callBackLink);let r=this.getEndPoint();return this.navigate(r,null,!0),this}updateBaseTag(t){let e=document.getElementsByTagName("base");e.length&&(e[0].href=t)}getParentLink(t){return t.closest("a")}checkLink(t){if(t.ctrlKey===!0)return!0;let e=t.target.closest("a");if(!e||e.target==="_blank"||e.dataset.cancelRoute)return!0;let r=e.getAttribute("href");if(r!==null){let n=this.baseURI,i=n!=="/"?r.replace(n,""):r,o=e.dataset.replace==="true";return this.navigate(i,null,o),t.preventDefault(),t.stopPropagation(),!1}}reset(){let t=this.routes;for(let e=0,r=t.length;e<r;e++){let n=t[e];n&&typeof n.deactivate=="function"&&n.deactivate()}return this.routes=[],this.switches=new Map,this.switchCount=0,this.lastMatchedRoute=null,this}activate(){return this.checkActiveRoutes(),this}navigate(t,e,r){return t=this.createURI(t),this.history.addState(t,e,r),this.activate(),this}updatePath(){let t=this.getPath();this.data.path=t}updateTitle(t){if(!t||!t.title)return this;let e=t.title;return document.title=At(t,e,this.title),this}checkActiveRoutes(t){if(this.lastPath=this.path,t=t||this.getPath(),this.path=t,this.scrollIntent=null,this.scrollWaitToken++,this.lastMatchedRoute&&this.check(this.lastMatchedRoute,t))this.select(this.lastMatchedRoute);else{let e=this.routes,r=e.length;for(let n=0;n<r;n++){let i=e[n];typeof i>"u"||this.checkRoute(i,t)}}this.checkSwitches(t),this.applyScrollIntent(),this.updatePath()}checkSwitches(t){let e=this.switches;for(let[r,n]of e.entries())this.currentGroupId=r,this.checkGroup(n,t);this.currentGroupId=null}checkGroup(t,e){let r=t.length;if(!r)return;let n=null;for(let a=0;a<r;a++)if(t[a].get("active")){n=t[a];break}n&&n.match(e)===!1&&n.deactivate();let i;for(let a=0;a<r;a++){let c=t[a];if(typeof c>"u")continue;if(i){c.deactivate();continue}c.match(e)!==!1&&i===void 0&&c.controller&&(i=c,this.select(c))}let o=t[0];i||this.select(o,!0)}checkRoute(t,e){let r=this.check(t,e);return r!==!1?(this.select(t),this.lastMatchedRoute=t):t.deactivate(),r}check(t,e){return t?(e=e||this.getPath(),t.match(e)!==!1):!1}select(t,e){t&&(t.setPath(this.path,this.lastPath),t.select(),this.updateTitle(t),e!==!0&&(t.scrollTo?this.scrollIntent={type:"target",selector:t.scrollTo,groupId:this.currentGroupId}:t.preventScroll!==!0&&!this.scrollIntent&&(this.scrollIntent={type:"top"})))}applyScrollIntent(){let t=this.scrollIntent;if(this.scrollIntent=null,!t)return;if(t.type==="top"){this.lastScrollGroup=null,this.checkToScroll(),this.reassertScrollTop();return}if(t.type!=="target")return;let e=t.groupId!==null&&t.groupId!==void 0,r=e&&this.lastScrollGroup===t.groupId;r||(typeof window<"u"&&window.scrollTo(0,0),this.reassertScrollTop()),this.lastScrollGroup=e?t.groupId:null,r&&this.scrollToTarget(t.selector)}reassertScrollTop(){if(typeof window>"u"||typeof requestAnimationFrame>"u")return;let t=++this.scrollWaitToken;requestAnimationFrame(()=>{t===this.scrollWaitToken&&(window.scrollY>0||window.pageYOffset>0)&&window.scrollTo(0,0)})}scrollToTarget(t){if(typeof t!="string"||typeof document>"u")return;let e=c=>{let l=window.getComputedStyle(c),h=l.position==="sticky",d;if(h){let q=c.style.position;c.style.position="static",d=c.getBoundingClientRect().top+window.scrollY,c.style.position=q}else d=c.getBoundingClientRect().top+window.scrollY;let y=h&&parseFloat(l.top)||0,m=d-y;window.scrollY>m&&window.scrollTo(0,m)},r=document.querySelector(t);if(r){e(r);return}if(typeof requestAnimationFrame>"u")return;let n=++this.scrollWaitToken,i=30,o=0,a=()=>{if(n!==this.scrollWaitToken)return;let c=document.querySelector(t);if(c){e(c);return}++o<i&&requestAnimationFrame(a)};requestAnimationFrame(a)}checkToScroll(){this.shouldScrollToTop()&&window.scrollTo(0,0)}cleanPath(t){return t?t.split("?")[0].split("#")[0]:"/"}shouldScrollToTop(){let t=this.cleanPath(this.getPath()),r=this.cleanPath(this.lastPath).split("/"),n=t.split("/");if(r.length!==n.length)return!0;let i=r[r.length-1],o=n[n.length-1];return i!==o}getEndPoint(){return this.getPath().replace(this.baseURI,"")||"/"}destroy(){typeof this.callBackLink=="function"&&f.off("click",document,this.callBackLink)}getPath(){let t=this.location,e=this.path=t.pathname;return this.history.type==="hash"?t.hash.replace("#",""):e+t.search+t.hash}},v=new it;var Dt=(s,t)=>({attr:s,value:t}),ze=(s,t)=>{if(!t.startsWith(s))return!1;let e=t[s.length];return e===void 0||e==="/"||e==="#"||e==="."||e==="?"},ot=class extends g{beforeSetup(){this.selectedClass=this.activeClass||"active"}render(){let t=this.href,e=this.text,r=this.setupWatchers(t,e);return{tag:"a",class:this.class||this.className||null,onState:["selected",{[this.selectedClass]:!0}],href:this.getString(t),text:this.getString(e),nest:this.nest||this.children,dataStateSet:this.dataSet,"data-replace":this.replace?"true":null,watch:r}}getLinkPath(){return this?.panel?.pathname||null}getString(t){let e=typeof t;return e!=="object"&&e!=="undefined"?t:null}setupWatchers(t,e){let r=this.exact===!0,n=v.data,i=[];return t&&typeof t=="object"&&i.push(Dt("href",t)),e&&typeof e=="object"&&i.push(Dt("text",e)),i.push({value:["[[path]]",n],callBack:(o,a)=>{if(typeof a.pathname>"u")return;let c=a.pathname+a.search+a.hash,l=a.hash||a.search?c:a.pathname,h=r?o===c:ze(l,o);this.update(h)}}),i}setupStates(){return{selected:!1}}update(t){this.state&&(this.state.selected=t)}};var Ot=(s,t,e=null)=>{if(!s)return;let r=null,n=!1,i=()=>{n||(n=!0,r&&(clearTimeout(r),r=null),f.off("animationend",s,o),s&&s.classList.remove(t),e&&e())},o=a=>{a.target===s&&i()};f.on("animationend",s,o),requestAnimationFrame(()=>{if(!s){i();return}s.classList.add(t);try{let a=window.getComputedStyle(s),c=parseFloat(a.animationDuration)*1e3||1e3,l=parseFloat(a.animationDelay)*1e3||0;r=setTimeout(i,c+l+100)}catch{r=setTimeout(i,1e3)}})},Bt=(s,t,e)=>{Ot(s,t)},_t=(s,t,e)=>{let r=()=>{s&&s.remove&&s.remove()};Je(s,()=>Ot(s,t,r),e)};p.addType("manual-destroy",s=>{if(!s)return!1;s.callBack(s.ele,s.parent)});var Je=(s,t,e)=>{p.add(s,"manual-destroy",{ele:s,callBack:t,parent:e})};var M=(s,t,e,r)=>{if(Array.isArray(e[0])){e.forEach(n=>{n&&M(s,t,n,r)});return}Ye(s,t,e,r)},Ye=(s,t,e,r)=>{let n,i;if(e.length<3?[n,i]=e:[t,n,i]=e,!t||!n)return;if(typeof t.on!="function"){console.warn('Watcher directive: Data source does not have an "on" method. Make sure your component has data, state, or context.data initialized before using watchers like onSet, watch, or [[prop]] syntax.',s,t);return}let o=Ke(s,n,i,r);b.watch(s,t,n,o)},Ke=(s,t,e,r)=>typeof e=="object"?n=>{Xe(s,e,n)}:n=>{$e(s,e,t,n,r)},Ut=new WeakSet,Ve=(s,t,e)=>{!s||!s.isUnit&&!s.isComponent||Ut.has(e)||(Ut.add(e),console.warn('[Watcher] Reactive callback for "'+t+'" returned a Component/Unit instance. The entire subtree will be destroyed and recreated on every change, which can trigger expensive deep publishes during persistence/resume. Consider mounting the component once and exposing a refresh()/update() method, or returning a plain layout object instead.',e))},$e=(s,t,e,r,n)=>{let i=t(r,s,n);switch(typeof i){case"object":Ve(i,e,s),u.rebuild(i,s,n);break;case"string":let o=ht(s);if(o!=="textContent"){s.setAttribute(o,i);break}H.addHtml(s,i);break}},Xe=(s,t,e)=>{let r=Object.keys(t);for(let n=0,i=r.length;n<i;n++){let o=r[n];o&&(t[o]===e?s.classList.add(o):s.classList.remove(o))}};var _=(s,t,e)=>{let r=C(e);M(s,r,t,e)};var Ht=(s,t,e)=>{t&&s.setAttribute("role",t)},Ze=s=>(t,e)=>{let r=t?"true":"false";e.setAttribute(s,r)},Lt=(s,t,e)=>{if(!t)return;let r=t.role;r&&(s.setAttribute("role",r),t.role=null);let n=Object.keys(t);for(let i=0,o=n.length;i<o;i++){let a=n[i],c=t[a];if(c===null)continue;let l="aria-"+a;if(Array.isArray(c)){let h=c.slice();h.push(Ze(l)),_(s,h,e)}else s.setAttribute(l,c)}};var Mt=(s,t,e)=>{if(!t)return;let r=w.parse(t,e);x.addAttributes(s,r.attr,e),u.setDirectives(s,r.directives,e)};p.addType("context",s=>{if(!s)return!1;s.parent.removeContextBranch(s.branch)});var at=s=>s?s.getContext():null,qt=(s,t,e)=>{if(typeof t!="function")return;let r=at(e),n=t(r);Mt(s,n,e)},Wt=(s,t,e)=>{if(typeof t!="function")return;let r=at(e);t(r)},Gt=(s,t,e)=>{if(typeof t!="function"||!e)return;let r=at(e),n=t(r);n&&e.addContextBranch(n[0],n[1])};var Ft=(s,t,e)=>{};var Nt=(s,t,e)=>{if(!e)return;let r=e._layout?e._layout:e.render();console.log("Debug: ","ele: ",s),console.log("Data: ",t),console.log("Layout: ",r),console.log("parent: ",e)};var jt=(s,t,e)=>{},Qt=(s,t,e)=>{if(!t||!e)return;let r=t(e,s);r&&u.build(r,s,e)},zt=(s,t,e)=>{if(!t||!e)return;let r=e.getId(t);s.id=r},Jt=(s,t,e)=>{if(!t||!e)return;let r=t(e.data,s);r&&u.build(r,s,e)},Yt=(s,t,e)=>{if(!t||!e)return;let r=t(e.state,s);r&&u.build(r,s,e)},Kt=(s,t,e)=>{if(!t||!e)return;let r=e.state,n=t(r);if(!e.state){e.setStateHelper(n);return}e.addState(n)},Vt=(s,t,e)=>{if(!(!t||!e)){if(e.events||e.setEventHelper(),t[2]){let r=t[2];t[2]=n=>{r(n,e)}}e.events.on(t[0],t[1],t[2],t[3])}};var $t=(s,t,e)=>{let r,n,i;if(typeof t=="string"){if(r=C(e),!r)return;n=t}else if(Array.isArray(t))if(typeof t[0]!="object"){let o=C(e);if(!o)return;r=o,n=t[0],i=t[1]}else[r,n,i]=t;b.bind(s,r,n,i)};var Z=(s,t,e)=>{M(s,e.state,t,e)};var Xt=s=>(t,e)=>{let[r,n,i="active"]=s,o=t===n?i:"";e.dataset[r]=o},Zt=(s,t,e)=>{if(!t)return;let r=t.length-1,n=t[r],i=t.slice(0,r);i.push(Xt(n)),_(s,i,e)},te=(s,t,e)=>{if(!t)return;let r=t.length-1,n=t[r],i=t.slice(0,r);i.push(Xt(n)),Z(s,i,e)};var ee=(s,t,e)=>{let r,n,i,o;if(t.length<3){let c=C(e);if(!c)return;r=c,[n,i,o]=t}else[r,n,i,o]=t;let a=o!==!1;b.watch(s,r,n,c=>{if(u.removeAll(s),!c||c.length<1)return;let l=[];for(let h=0,d=c.length;h<d;h++){let y=a?r.scope(n+"["+h+"]"):null,m=i(c[h],h,y,l);m!==null&&l.push(m)}return u.build(l,s,e)})};var re=(s,t,e)=>{let r=t[0];if(!r||r.length<1)return;let n=t[1],i=[];for(let o=0,a=r.length;o<a;o++){let c=r[o];if(!c)continue;let l=n(c,o);l!==null&&i.push(l)}u.build(i,s,e)};var se=(s,t,e)=>{t(s,e)};p.addType("destroyed",s=>{if(!s)return!1;s.callBack(s.ele,s.parent)});var ne=(s,t,e)=>{tr(s,t,e)},tr=(s,t,e)=>{p.add(s,"destroyed",{ele:s,callBack:t,parent:e})};var ie=(s,t,e)=>{if(t)if(Array.isArray(t)&&typeof t[0]!="string")for(let r=0,n=t.length;r<n;r++)T.setup(s,t[r],e);else T.setup(s,t,e)};p.addType("routes",s=>{if(!s)return!1;let t=s.route;t&&v.removeRoute(t)});var ae=(s,t,e)=>{if(t)if(Array.isArray(t))for(let r=0,n=t.length;r<n;r++){let i=t[r];i&&oe(s,i,e)}else oe(s,t,e)},oe=(s,t,e)=>{t.container=s,t.parent=e;let r=v.add(t);er(s,r)},er=(s,t)=>{p.add(s,"routes",{route:t})};var ce=(s,t,e)=>{};p.addType("switch",s=>{if(!s)return!1;let t=s.id;v.removeSwitch(t)});var le=(s,t,e)=>{let r=t[0];for(let i=0,o=t.length;i<o;i++){let a=t[i];a&&(a.container=s,a.parent=e)}let n=v.addSwitch(t);rr(s,n)},rr=(s,t)=>{p.add(s,"switch",{id:t})};L.add("cache",jt).add("onCreated",se).add("onDestroyed",ne).add("bind",$t).add("data",Ft).add("state",ce).add("onSet",_).add("onState",Z).add("animateIn",Bt).add("animateOut",_t).add("watch",ie).add("useParent",Qt).add("useData",Jt).add("useState",Yt).add("getId",zt).add("addState",Kt).add("addEvent",Vt).add("map",re).add("for",ee).add("useContext",Wt).add("addContext",Gt).add("context",qt).add("role",Ht).add("aria",Lt).add("route",ae).add("debug",Nt).add("dataSet",Zt).add("dataStateSet",te).add("switch",le);export{L as a,W as b,g as c,gt as d,R as e,u as f,vt as g,ot as h,it as i,v as j};
2
+ //# sourceMappingURL=chunk-M6RVE2QG.js.map
@@ -0,0 +1,2 @@
1
+ import{b as P}from"./chunk-ZUZXAZXR.js";import{a as ft,b as pt,c as mt,d as C,e as x,f as T}from"./chunk-EZ5NGKIX.js";import{a as U,b as lt}from"./chunk-QBEU5CYI.js";import{a as ht,c as b,d as ut,e as dt,f as H}from"./chunk-EJIWXHRN.js";import{b as p,c as f}from"./chunk-QPFMAZXH.js";var L={items:new Map,add(s,t){return this.items.set(s,t),this},get(s){return this.items.get(s)??null}};p.addType("components",s=>{if(!s)return;let t=s.component;!t||!t.isUnit||(t.persistToken&&t.parent&&t.parent.removePersistedChild(t.persistToken),t.rendered===!0&&(t.prepareDestroy(),t.cleanUpAfterDestroy()))});var de=0,W=class{constructor(t,e,r){this.isUnit=!0,this.data=null,this.persist=null,this.nest=null,this.state=null,this.panel=null,this.parent=null,this.unitType=null,this._classId,this.id="",this.cached=[],this.init();let n,i;if(t==null)n={},i=[];else{let o=typeof t;o==="string"||o==="number"?(n={},i=[{tag:"text",textContent:t}]):Array.isArray(t)?(n={},i=t):(n=t||{},i=typeof e=="string"?[{tag:"text",textContent:e}]:e)}this.setupProps(n),this.children=i||[],this.persistedChildren={},this.persistedCount=0,this.onCreated(),this.rendered=!1,this.container=null}init(){this.id="cp-"+de++,this.unitType=this._classId||this.constructor.name.toLowerCase()}declareProps(){}addPersistedChild(t){let e=t.key,r=e!=null?"pk:"+e:"pc"+this.persistedCount++,n=this.persistedChildren[r];return n&&t.unitType===n.unitType&&t.resumeScope(n),t.persistToken=r,this.persistedChildren[r]=t,r}removePersistedChild(t){this.rendered&&(!t||!this.persistedChildren[t]||delete this.persistedChildren[t])}setupProps(t){if(this.declareProps(),!(!t||typeof t!="object"))for(let e in t)Object.prototype.hasOwnProperty.call(t,e)&&(this[e]=t[e],e==="data"&&(this._externalData=!0))}getChildScope(){return this}getParentContext(){return this.parent?this.parent.getContext():null}setupContext(){if(this._contextResumed)return;let t=this.getParentContext(),e=this.setContext(t);if(e){this.context=e;return}this.context=t,this.setupAddingContext()}setupAddingContext(){let t=this.context,e=this.addContext(t);if(!e)return;let r=e[0];r&&(this.addingContext=!0,this.contextBranchName=r,this.addContextBranch(r,e[1]))}addContextBranch(t,e){this.context??={},this.context[t]=e}setContext(t){return null}addContext(t){return null}removeContext(){this.addingContext&&this.removeContextBranch(this.contextBranchName)}removeContextBranch(t){t&&delete this.context[t]}getContext(){return this.context}onCreated(){}render(){return{}}_cacheRoot(t){return t&&(t.id||(t.id=this.getId()),t.cache="panel",t)}_createLayout(){return this.render()}prepareLayout(){let t=this._createLayout();return this._cacheRoot(t)}afterBuild(){p.add(this.panel,"components",{component:this}),this.rendered=!0,this.afterLayout()}afterLayout(){this.afterSetup()}if(t,e){return t?e||t:null}map(t,e){let r=[];if(!t||t.length<1)return r;for(let n=0,i=t.length;n<i;n++){let o=e(t[n],n);r.push(o)}return r}removeAll(t){return H.removeAll(t)}getId(t){let e=this.id;return typeof t=="string"&&(e+="-"+t),e}cacheEle(t,e){e&&(this[e]=t,this.cached.push(e))}initialize(){this.setupContext(),this.beforeSetup()}beforeSetup(){}afterSetup(){}setup(t){this.setContainer(t),this.initialize()}setContainer(t){this.container=t}_remove(){this.prepareDestroy(),this.removeContext();let t=this.panel;t&&H.removeElement(t),this.cleanUpAfterDestroy()}cleanUpAfterDestroy(){this.panel=null,this.container=null;let t=this.cached;for(let e=0,r=t.length;e<r;e++)this[t[e]]=null;this.cached=[],this.persist!==!0&&(this.persistedChildren={},this.persistToken=null)}prepareDestroy(){this.persistedCount=0,this.rendered=!1,this.beforeDestroy(),this.data&&typeof this.data.unlink=="function"&&this.data.unlink()}beforeDestroy(){}destroy(){this._remove()}};var I=class{static resume(t,e){if(t._externalData){this._resumeExternal(t,e);return}this._resumeOwned(t,e)}static refresh(t){let e=t.setData();e&&t.data&&t.data.set(e.stage),this.refreshContext(t)}static refreshContext(t){let e=t.context;if(!e||!e.data)return;let r=t.getParentContext();if(!r||!r.data)return;let n=r.data.stage,i=e.data.stage,o=null;for(let a in n){if(!Object.prototype.hasOwnProperty.call(n,a))continue;let c=n[a];c!==i[a]&&(o===null&&(o={}),o[a]=c)}o!==null&&(typeof e.data._silentSet=="function"?e.data._silentSet(o):e.data.set(o))}static _resumeExternal(t,e){let r=t.setData();if(!r){t.data=e;return}if(e&&e.stage){let n=e._retainState||r._retainState,i=!n&&(e._refreshState||r._refreshState),o=this._buildExternalUpdates(e.stage,r.stage,n,i);U.isEmpty(o)||r._silentSet(o)}typeof r.flushPending=="function"&&r.flushPending(),t.data=r}static _buildExternalUpdates(t,e,r,n){let i={};for(let o in t){if(!Object.prototype.hasOwnProperty.call(t,o))continue;if(n){Object.prototype.hasOwnProperty.call(e,o)||(i[o]=t[o]);continue}let a=t[o];!r&&a==null||a!==e[o]&&(i[o]=a)}return i}static _resumeOwned(t,e){if(!t.data){t.data=e;return}if(e&&e._retainState){t.data=e;return}if(e&&e.stage){let r=e._refreshState||t.data._refreshState,n=this._buildOwnedUpdates(e.stage,t.data.stage,r);U.isEmpty(n)||t.data._silentSet(n)}t.data&&typeof t.data.flushPending=="function"&&t.data.flushPending()}static _buildOwnedUpdates(t,e,r){let n={};for(let i in t){if(!Object.prototype.hasOwnProperty.call(t,i))continue;if(r){Object.prototype.hasOwnProperty.call(e,i)||(n[i]=t[i]);continue}let o=t[i];o!=null&&o!==e[i]&&(n[i]=o)}return n}};var G=class{constructor(){this.events=[]}addEvents(t){let e=t.length;if(!(e<1))for(let r=0;r<e;r++){let n=t[r];this.on(n[0],n[1],n[2],n[3])}}on(t,e,r,n){f.on(t,e,r,n),this.events.push({event:t,obj:e,callBack:r,capture:n})}off(t,e,r,n){f.off(t,e,r,n);let i,o=this.events;for(let a=0,c=o.length;a<c;a++)if(i=o[a],i.event===t&&i.obj===e){o.splice(a,1);break}}set(){let t=this.events;for(let e=0,r=t.length;e<r;e++){let n=t[e];f.on(n.event,n.obj,n.callBack,n.capture)}}unset(){let t=this.events;for(let e=0,r=t.length;e<r;e++){let n=t[e];f.off(n.event,n.obj,n.callBack,n.capture)}}reset(){this.unset(),this.events=[]}};var F=class{constructor(t,e){this.remoteStates=[];let r=this.convertStates(e);this.addStatesToTarget(t,r)}addStates(t,e){let r=this.convertStates(e);this.addStatesToTarget(t,r)}createState(t,e,r,n){return{action:t,state:e,callBack:r,targetId:n,token:null}}convertStates(t){let e=[];for(let r in t){if(!Object.prototype.hasOwnProperty.call(t,r))continue;if(r==="remotes"){this.setupRemoteStates(t[r],e);continue}let n=null,i=null,o=t[r];o&&typeof o=="object"&&(i=o.callBack,n=o.id||o.targetId,o=o.state),e.push(this.createState(r,o,i,n))}return e}setupRemoteStates(t,e){for(let r=0,n=t.length;r<n;r++){let i=t[r];if(i)for(let o in i){if(!Object.prototype.hasOwnProperty.call(i,o)||o==="id")continue;let a=null,c=i[o],l=c!==null?c:void 0;l&&typeof l=="object"&&(a=l.callBack,l=l.state),e.push(this.createState(o,l,a,i.id))}}}removeRemoteStates(t){let e=this.remoteStates;e&&this.removeActions(t,e)}removeActions(t,e){if(!(e.length<1))for(let r=0,n=e.length;r<n;r++){let i=e[r];i.token&&this.unbindRemoteState(t,i.token),i.targetId&&P.remove(i.targetId,i.action,i.token)}}restore(t){P.restore(t.id,t);let e=this.remoteStates;if(e)for(let r=0,n=e.length;r<n;r++){let i=e[r];i.token=this.bindRemoteState(t,i.action,i.targetId)}}bindRemoteState(t,e,r){let n=P.getTarget(r);return t.link(n,e)}unbindRemoteState(t,e){t.unlink(e)}addStatesToTarget(t,e){let r=this.remoteStates;for(let n=0,i=e.length;n<i;n++){let o=e[n],a=this.addAction(t,o);o.targetId&&(o.token=a,r.push(o))}}addAction(t,e){let r,n=e.action,i=e.targetId;i&&(r=this.bindRemoteState(t,n,i)),typeof e.state<"u"&&t.addAction(n,e.state);let o=e.callBack;return typeof o=="function"&&t.on(n,o),r||null}};var g=class extends W{constructor(t,e,r){super(t,e,r),this.isComponent=!0,this.stateResumed=!1,this.stateTargetId=null,this._externalData=this._externalData??!1,this._setupData()}setData(){return null}_setupData(){if(this.data)return;let t=this.setData();t&&(this.data=t)}resumeScope(t){this._resumeData(t.data),this.state=t.state,this.stateHelper=t.stateHelper,this.persistedChildren=t.persistedChildren,t.context&&(this.context=t.context),this.id=t.id,this._refreshContextData()}_resumeData(t){I.resume(this,t)}_refreshData(){I.refresh(this)}_refreshContextData(){I.refreshContext(this)}initialize(){this.setupContext(),this.addStates(),this.beforeSetup()}afterLayout(){this.addEvents(),this.afterSetup()}setupStateTarget(t){let e=t||this.stateTargetId||this.id;this.state=P.getTarget(String(e))}setupStates(){return{}}addStates(){let t=this.state;if(t){this.stateResumed=!0,this.stateHelper.restore(t);return}let e=this.setupStates();U.isEmpty(e)||this.setStateHelper(e)}setStateHelper(t={}){this.state||(this.setupStateTarget(),this.stateHelper=new F(this.state??{},t))}addState(t){!this.stateHelper||this.stateResumed==!0||this.stateHelper.addStates(this.state,t)}removeStates(){let t=this.state;t&&(this.stateHelper.removeRemoteStates(t),t.remove(),this.stateResumed=!1)}onFlush(t){let e=this.data??this?.context?.data??null;e&&e.onFlush(t)}setEventHelper(){this.events||(this.events=new G)}setupEvents(){return[]}addEvents(){let t=this.setupEvents();t.length<1||(this.setEventHelper(),this.events&&this.events.addEvents(t))}removeEvents(){let t=this.events;t&&t.reset()}prepareDestroy(){this.persistedCount=0,this.rendered=!1,this.beforeDestroy(),this.removeEvents(),this.removeStates(),this.removeContext(),this.data&&this.persist!==!0&&this.data.unlink()}};var gt={created:"onCreated",setStates:"setupStates",state:"setupStates",events:"setupEvents",before:"beforeSetup",render:"render",after:"afterSetup",destroy:"beforeDestroy"};var fe=(s,t)=>typeof s!="function"&&t==="setupStates"?()=>s:s,et=(s,t)=>{if(!s)return t;let e=Object.keys(s);for(let r=0,n=e.length;r<n;r++){let i=e[r],o=s[i],a=gt[i]||i;t[a]=fe(o,a)}return t},pe=s=>et(s,{}),me=0,yt=(s,t)=>{class e extends s{}return Object.assign(e.prototype,t),e.prototype._classId="jot"+me++,e},R=(s,t=g)=>{s||(s={});let e,r=typeof s;return r==="object"&&s.render?(e=pe(s),yt(t,e)):(e={render:r==="function"?s:()=>s},yt(t,e))};var rt=(s,t)=>({attr:s,directive:t});var S=(s,t)=>({key:s,value:t});var xt=(s,t,e,r)=>({tag:s,attr:t,directives:e,children:r});var St=null,ge=()=>St||(St=L.get("watch")),w=class{static getTag(t){return t.tag||"div"}static setupChildren(t){t.nest&&(t.children=t.nest,delete t.nest)}static setElementContent(t,e,r,n){return t==="text"?(n.push({tag:"text",textContent:e}),!0):t==="html"||t==="innerHTML"?(r.push(S("innerHTML",e)),!0):!1}static setTextAsWatcher(t,e,r){t.push(rt(S(e,T.getWatcherSettings(r,ut(e))),ge()))}static setButtonType(t,e,r){if(t==="button"){let n=e.type||"button";r.push(S("type",n))}}static parse(t,e){let r=[],n=[],i=t.tag||"div";i==="button"&&r.push(S("type",t.type||"button"));let o=[],a,c;for(let l in t){if(!Object.prototype.hasOwnProperty.call(t,l)||l==="tag"||(a=t[l],a==null))continue;if(l==="children"||l==="nest"){if(Array.isArray(a))for(let d=0;d<a.length;d++)o.push(a[d]);else o.push(a);continue}if((c=L.get(l))!==null){n.push(rt(S(l,a),c));continue}let h=typeof a;if(h==="object"){if(T.isWatching(a)){this.setTextAsWatcher(n,l,a);continue}o.push(a);continue}if(h==="function"){let d=a,y=function(m){d.call(this,m,e)};y.originalCallback=d,r.push(S(l,y));continue}if(h==="string"&&a.includes("[[")){this.setTextAsWatcher(n,l,a);continue}if(l==="text"){o.push({tag:"text",textContent:a});continue}if(l==="html"||l==="innerHTML"){r.push(S("innerHTML",a));continue}r.push(S(l,a))}return xt(i,r,n,o)}};var A=class{build(t,e,r){}setupComponent(t,e,r){let n=r?.getChildScope();t.parent=n,n&&n.persist===!0&&t.persist!==!1&&(t.persist=!0,t.parent.addPersistedChild(t)),t.cache&&n&&(n[t.cache]=t),t.setup(e)}buildComponent(t){let e=t.prepareLayout(),r=this.build(e,t.container,t);return t.afterBuild(),t.component&&typeof t.onCreated=="function"&&t.onCreated(t),r}createComponent(t,e,r){return this.setupComponent(t,e,r),this.buildComponent(t),t}setDirectives(t,e,r){}removeNode(t){}removeAll(t){}};var N=class extends A{build(t,e,r){let n=x.createDocFragment();if(Array.isArray(t))for(let i=0,o=t.length;i<o;i++)this.buildElement(t[i],n,r);else this.buildElement(t,n,r);return e&&typeof e=="object"&&e.appendChild(n),n}buildElement(t,e,r){if(t){if(t.isUnit===!0){this.createComponent(t,e,r);return}this.createElement(t,e,r)}}createElement(t,e,r){let n=r?.getChildScope();if(t.data||t.state){this.createTempComponent(t,e,n);return}let i=w.parse(t,n),o=this.createNode(i,e,n);this.cache(o,t.cache,r);let a=i.children;for(let l=0,h=a.length;l<h;l++){let d=a[l];d!==null&&this.buildElement(d,o,r)}let c=i.directives;c.length&&this.setDirectives(o,c,n)}createTempComponent(t,e,r){let n={cache:t.cache,key:t.key,_externalData:!0,setData:()=>t.data,...et(t.methods||{},{}),render(){return{...t,data:null,state:null,methods:null,key:null}}};t.state&&(n.setupStateTarget=function(o){this.state=t.state});let i=new g(n);this.createComponent(i,e,r)}setDirectives(t,e,r){for(let n=0,i=e.length;n<i;n++)this.handleDirective(t,e[n],r)}handleDirective(t,e,r){e.directive(t,e.attr.value,r)}cache(t,e,r){r&&e&&r.cacheEle(t,e)}createNode(t,e,r){let n=t.tag;if(n==="text"){let i=t.attr[0],o=i?i.value:"";return x.createText(o,e)}else if(n==="comment"){let i=t.attr[0],o=i?i.value:"";return x.createComment(o,e)}return x.create(n,t.attr,e,r)}removeNode(t){x.removeElement(t)}removeAll(t){x.removeAll(t)}};var ye=new Set(["area","base","br","col","embed","hr","img","input","link","meta","source"]),E=class{static create(t,e=[],r=""){let n="",i="";for(let o=0,a=e.length;o<a;o++){let c=e[o],l=c.key,h=c.value;if(l==="text"||l==="textContent"){n+=h;continue}if(l==="html"||l==="innerHTML"){n+=h;continue}if(typeof h=="function"){let d="on"+dt(l);i?i+=" "+d+'="'+h+'"':i=d+'="'+h+'"';continue}i?i+=" "+l+'="'+h+'"':i=l+'="'+h+'"'}return ye.has(t)?"<"+t+" "+i+" />":"<"+t+" "+i+">"+n+r+"</"+t+">"}static createText(t){return t}static createComment(t){return"<!-- "+t+" -->"}};var j=class extends A{build(t,e,r){if(Array.isArray(t)){let n="";for(let i=0,o=t.length;i<o;i++)n+=this.buildElement(t[i],r);return n}return this.buildElement(t,r)}createComponent(t,e,r){return this.setupComponent(t,e,r),this.buildComponent(t)}buildElement(t,e){return t?t.isUnit===!0?this.createComponent(t,{},e):this.createElement(t,e):""}createElement(t,e){let r=w.parse(t,e),n=r.children,i="";for(let o=0,a=n.length;o<a;o++){let c=n[o];c!==null&&(i+=this.buildElement(c,e))}return this.createNode(r,i)}createNode(t,e){let r=t.tag;if(r==="text"){let n=t.attr[0],i=n?n.value:"";return E.createText(i)}else if(r==="comment"){let n=t.attr[0],i=n?n.value:"";return E.createComment(i)}return E.create(r,t.attr,e)}removeAll(t){}};var Q=class{static browserIsSupported(){return typeof window<"u"&&typeof document=="object"}static setup(){return this.browserIsSupported()?new N:new j}};var k=Q.setup(),xe=s=>typeof s=="object"&&s.isUnit===!0,Se=s=>{let t=R(s);return t?new t:null},u=class{static render(t,e,r){return!t||(xe(t)||(t=Se(t)),!t)?null:k.createComponent(t,e,r)}static build(t,e,r){return k.build(t,e,r)}static rebuild(t,e,r){return k.removeAll(e),this.build(t,e,r)}static setDirectives(t,e,r){k.setDirectives(t,e,r)}static createNode(t,e,r){return k.createNode(t,e,r)}static removeNode(t){k.removeNode(t)}static removeAll(t){k.removeAll(t)}};lt.augment({buildLayout(s,t,e){u.build(s,t,e)}});var st=[],we=s=>st.indexOf(s)!==-1,ve=s=>({tag:"script",src:s.src,async:!1,load(t){st.push(s.src);let e=s.load;e&&e()}}),Ce=s=>({tag:"link",rel:"stylesheet",type:"text/css",href:s.src,load(t){st.push(s.src);let e=s.load;e&&e()}}),z=class{constructor(t){this.percent=0,this.loaded=0,this.total=0,this.callBack=t||null}add(t){this.total++;let e,r=this.update.bind(this);t.indexOf(".css")!==-1?e=Ce({load:r,src:t}):e=ve({load:r,src:t}),u.build(e,document.head)}addFiles(t){t&&t.forEach(e=>{we(e)||this.add(e)})}update(){if(this.updateProgress()<100)return;let e=this.callBack;e&&e()}updateProgress(){return++this.loaded,this.percent=Math.floor(this.loaded/this.total*100)}};var ke=s=>s?typeof s?.prototype?.constructor=="function":!1,D=class{static process(t,e){let r=t.default;return r?e.callback?e.callback(r):(ke(r)?r=new r:r=r(),r.isUnit===!0&&(r.route=e.route,e.persist&&(r.persist=!0)),r):null}static render(t,e,r){let n=u.build(t,null,r),i=n.firstChild||t?.panel;return e.after(n),i}};var J=class{static load(t,e,r){return t.then(n=>(e&&e(n),n)).catch(n=>{console.error("Error loading module:",n),r&&r(n)})}};var be=s=>({tag:"comment",textContent:"import placeholder",onCreated:s.onCreated}),O=new Map,Te=s=>{if(O.has(s)){let r=O.get(s);return r&&typeof r.then!="function"?Promise.resolve(r):r}let t=typeof s,e;if(t==="string")e=import(s);else if(t==="function")e=s();else return s;return e.then(r=>{O.set(s,r)}),O.set(s,e),e},Pe=s=>{if(!O.has(s))return null;let t=O.get(s);return t&&typeof t.then=="function"?null:t||null},wt=R({declareProps(){this.loaded=!1,this.generation=0},render(){return be({onCreated:s=>{if(this.src){if(this.layout){this.layoutRoot=D.render(this.layout,this.panel,this.parent);return}if(this.depends){new z(()=>{this.loadAndRender(s)}).addFiles(this.depends);return}this.loadAndRender(s)}}})},loadAndRender(s){let t=this.generation,e=Pe(this.src);if(e){this.renderModule(s,e);return}J.load(Te(this.src),r=>{t===this.generation&&this.renderModule(s,r)},r=>{t===this.generation&&(this.loaded=!1)})},renderModule(s,t){this.loaded=!0;let e=this.layout||D.process(t,{callback:this.callback,route:this.route,persist:this.persist});this.layout=e,this.layoutRoot=D.render(e,s,this.parent)},shouldUpdate(s){return this.updateLayout===!0?!0:this.updateLayout=s&&s.isUnit&&typeof s.update=="function"},updateModuleLayout(s){let t=this.layout;this.shouldUpdate(t)&&t&&t.update(s)},update(s){this.loaded===!0&&this.updateModuleLayout(s)},destroy(){this.generation++,this.layoutRoot&&(u.removeNode(this.layoutRoot),this.persist!==!0&&(this.layoutRoot=null,this.layout=null,this.loaded=!1,this.updateLayout=!1))}});var vt=s=>{let t=typeof s;return(t==="string"||t==="function"||s instanceof Promise)&&(s={src:s}),new wt(s)};var Ie=0,B=class{constructor(t){this.router=t,this.locationId="base-app-router-"+Ie++,this.callBack=this.check.bind(this)}setup(){return this.addEvent(),this}check(t){}getScrollPosition(){return{x:window.scrollX,y:window.scrollY}}scrollTo(t){window.scrollTo(t.x,t.y)}addEvent(){return this}};var kt=typeof navigator<"u"&&/iPad|iPhone|iPod/.test(navigator.userAgent||"")&&!window.MSStream,Ct=()=>{kt&&requestAnimationFrame(()=>requestAnimationFrame(()=>{let s=window.scrollX,t=window.scrollY;window.scrollTo(0,t+1),document.documentElement.offsetHeight,window.scrollTo(s,t)}))},Y=class extends B{addEvent(){return f.on("popstate",window,this.callBack),kt&&(this.pageShowCallBack=this.onPageShow.bind(this),f.on("pageshow",window,this.pageShowCallBack)),this}removeEvent(){return f.off("popstate",window,this.callBack),this.pageShowCallBack&&f.off("pageshow",window,this.pageShowCallBack),this}onPageShow(t){t.persisted&&Ct()}check(t){let e=t.state;if(!e||e.location!==this.locationId)return!1;t.preventDefault(),t.stopPropagation(),this.router.checkActiveRoutes(e.uri);let r=e.scrollPosition;r&&this.scrollTo(r),Ct()}createState(t,e={}){let r=this.getScrollPosition();return e=e===null?{}:e,{location:this.locationId,...e,scrollPosition:r,uri:t}}addState(t,e,r=!1){let n=window.history,i=n.state;if(i&&i.uri===t)return this;!r&&i&&i.location===this.locationId&&(i.scrollPosition=this.getScrollPosition(),n.replaceState(i,"",window.location.href));let o=this.createState(t,e);return r||(o.scrollPosition={x:0,y:0}),n[r===!1?"pushState":"replaceState"](o,null,t),this}};var K=class extends B{addEvent(){return f.on("hashchange",window,this.callBack),this}removeEvent(){return f.off("hashchange",window,this.callBack),this}check(t){this.router.checkActiveRoutes(t.newURL)}addState(t,e,r){return window.location.hash=t,this}};var V=class{static browserIsSupported(){return typeof window=="object"&&"history"in window&&"pushState"in window.history}static setup(t){return this.browserIsSupported()?new Y(t).setup():new K(t).setup()}};var nt=class extends g{getChildScope(){return this.parent}},bt=s=>R(s,nt);var $=class{constructor(t,e){this.route=t,this.template=e.component,this.component=null,this.hasTemplate=!1,this.setup=!1,this.container=e.container,this.persist=e.persist,this.parent=e.parent}focus(t){this.setup===!1&&(this.route&&typeof this.route.flushPending=="function"&&this.route.flushPending(),this.create()),this.update(t)}setupTemplate(){let e=typeof this.template;e==="function"?this.initializeComponent():e==="object"&&this.initializeTemplateObject(),this.hasTemplate=!0}initializeComponent(){this.template=this.template(),this.initializeTemplateObject()}transferSettings(t){this.persist=this.persist&&t.persist!==!1,Object.assign(t,{route:this.route,persist:this.persist}),this.component=t}initializeTemplateObject(){let t=this.template;if(!t)return;t.isUnit||(this.template=new(bt(t)));let e=this.template;this.transferSettings(e)}create(){if(this.setupTemplate(),!this.hasTemplate)return;this.setup=!0;let t=this.component;u.render(t,this.container,this.parent)}remove(){if(this.setup!==!0)return;this.setup=!1;let t=this.component;t&&(typeof t.destroy=="function"&&t.destroy(),this.component=null)}update(t){let e=this.component;e&&typeof e.update=="function"&&e.update(t)}};var Tt=s=>{if(!s.length)return null;let t={};for(let e=0,r=s.length;e<r;e++)t[s[e]]=null;return t},Pt=s=>{let t=[];if(!s)return t;let e=/[*?]/g;s=s.replace(e,"");let r=/:(.[^./?&($]+)\?*/g,n=s.match(r);if(n===null)return t;for(let i=0,o=n.length;i<o;i++){let a=n[i];a&&t.push(a.replace(":",""))}return t};var Re=/(\/):[^/(]*?\?/g,Ae=/\//g,Ee=/(\?\/+\*?)/g,De=/(:[^/?&($]+)/g,Oe=/(\*)/g,Be=s=>s.replace(Re,t=>t.replace(Ae,"(?:$|/)")),_e=s=>(s=s.replace(Ee,"?/*"),s.replace(De,t=>t.indexOf(".")<0?"([^/|?]+)":"([^/|?]+.*)")),Ue=s=>s.replace(Oe,".*"),He=(s,t)=>s+=t[t.length-1]==="*"?"":"$",It=s=>{if(!s)return"";let t=s;return t=Be(t),t=_e(t),t=Ue(t),t=He(t,s),t};var Le=0,Rt=(s,t="")=>{let e=s||"",r=typeof t=="string"&&t?t:e,n=null,i=[],o=r.match(/#\{([^}]+)\}/);o&&o[1]&&(n=o[1].trim(),r=r.replace(o[0],""),e=e.replace(o[0],""));let a=r.indexOf("?");if(a>-1){let h=r.substring(a+1);if(h.indexOf("=")>-1){let d=h.split("&");for(let m=0,q=d.length;m<q;m++){let tt=d[m];if(!tt)continue;let[he,ue=""]=tt.split("="),ct=(he||"").trim();ct&&i.push({key:ct,value:(ue||"").trim()})}r=r.substring(0,a);let y=e.indexOf("?");y>-1&&(e=e.substring(0,y))}}let c=n!==null||i.length>0;return c&&!r&&(e="*"),{uriPath:e,requiredHash:n,requiredQuery:i,hasConditions:c}},Me=s=>{if(!s)return"";let t=s.indexOf("?"),e=s.indexOf("#"),r=s.length;return t>-1&&(r=t),e>-1&&e<r&&(r=e),s.substring(0,r)},qe=s=>{if(!s)return"";let t=s.indexOf("#");return t===-1?"":s.substring(t+1)},We=s=>{if(!s)return"";let t=s.indexOf("?");if(t===-1)return"";let e=s.indexOf("#",t);return e===-1?s.substring(t+1):s.substring(t+1,e)},X=class extends pt{constructor(t,e){let r=t.baseUri,i=Rt(r,t.rawUri).uriPath,o=Pt(i),a=Tt(o),c=super(a);return this.uri=r,this.matchUri=i,this.paramKeys=o,this.titleCallBack=e,this.setupRoute(t),this.set("active",!1),c}setup(){this.stage={},this.routeId=null,this.uri=null,this.rawUri=null,this.matchUri="",this.uriQuery=/$^/,this.controller=null,this.paramKeys=[],this.requiredHash=null,this.requiredQuery=[],this.hasConditions=!1,this.titleCallBack=()=>{},this.path=null,this.referralPath=null,this.params=null,this.callBack=null,this.title=null,this.preventScroll=!1,this.scrollTo=null}setupRoute(t){this.routeId=t.id||"bs-rte-"+Le++,this.rawUri=t.rawUri||null,this.path=null,this.referralPath=null;let e=Rt(this.uri,this.rawUri||"");this.matchUri=e.uriPath,this.requiredHash=e.requiredHash,this.requiredQuery=e.requiredQuery,this.hasConditions=e.hasConditions;let r=It(this.matchUri);this.uriQuery=new RegExp("^"+r),this.params=null,this.setupComponentHelper(t),this.callBack=t.callBack,this.title=t.title,this.preventScroll=t.preventScroll||!1,this.scrollTo=t.scrollTo||null}setTitle(t){this.title=t,this.titleCallBack(this,t)}deactivate(){this.set("active",!1);let t=this.controller;t&&t.remove()}getLayout(t){if(t.component)return t.component;let e=t.import;return e?vt(e):null}setupComponentHelper(t){let e=this.getLayout(t);if(!e)return;let{container:r,persist:n,parent:i}=t,o={component:e,container:r,persist:n,parent:i},a=ft(this);this.controller=new $(a,o)}resumeRoute(t){let e=this.controller;e&&(e.container=t)}setPath(t,e){this.path=t,this.referralPath=e}select(){this.set("active",!0);let t=this.stage,e=this.callBack;typeof e=="function"&&e(t);let r=this.controller;r&&r.focus(t);let n=this.path;if(!n)return;let i=n.split("#")[1];i&&this.scrollToId(i)}scrollToId(t){if(!t)return;let e=document.getElementById(t);e&&e.scrollIntoView(!0)}match(t){let e=!1,r=this.hasConditions?Me(t):t,n=this.uriQuery||/$^/,i=r.match(n);return i===null?(this.resetParams(),e):Array.isArray(i)?this.matchConditions(t)?(this.setParams(i,1),e=i,e):(this.resetParams(),!1):e}matchConditions(t){if(!this.hasConditions)return!0;if(this.requiredHash!==null&&qe(t)!==this.requiredHash)return!1;let e=this.requiredQuery||[];if(e.length>0){let r=We(t);if(!r)return!1;let n=new URLSearchParams(r);for(let i=0,o=e.length;i<o;i++){let a=e[i];if(!n.has(a.key)||n.get(a.key)!==a.value)return!1}}return!0}resetParams(){this.stage={}}setParams(t,e=0){if(!Array.isArray(t))return;let r=this.paramKeys;if(!r)return;let n={};for(let i=0,o=r.length;i<o;i++){let a=r[i];typeof a<"u"&&(n[a]=t[i+e])}this.set(n)}getParams(){return this.stage}};var Ge=s=>{let t=/\w\S*/;return s.replace(t,e=>e.charAt(0).toUpperCase()+e.substring(1).toLowerCase())},Fe=(s,t)=>{if(s.indexOf(":")===-1)return s;let e=t.stage;for(let r in e)if(Object.prototype.hasOwnProperty.call(e,r)){let n=new RegExp(":"+r,"gi");s=s.replace(n,e[r])}return s},Ne=(s,t)=>t&&(typeof t=="function"&&(t=t(s.stage)),t=Fe(t,s),Ge(t)),je=(s,t)=>(t!==""&&(s+=" - "+t),s),At=(s,t,e)=>t&&(t=Ne(s,t),je(t,e));var Et={removeSlashes(s){return typeof s!="string"?"":(s[0]==="/"&&(s=s.substring(1)),s[s.length-1]==="/"&&(s=s.substring(0,s.length-1)),s)}};var Qe=()=>typeof window<"u"?window.location:{},it=class{constructor(){this.version="1.0.2",this.baseURI="/",this.title="",this.lastPath=null,this.path=null,this.lastMatchedRoute=null,this.lastScrollGroup=null,this.currentGroupId=null,this.scrollWaitToken=0,this.history=null,this.callBackLink=null,this.location=Qe(),this.routes=[],this.switches=new Map,this.switchCount=0,this.data=new mt({path:""})}setupHistory(){this.history=V.setup(this)}createRoute(t){let e=t.uri||"*";return t.rawUri=e,t.baseUri=this.createURI(e),new X(t,this.updateTitle.bind(this))}add(t){if(typeof t!="object"){let r=arguments;t={uri:r[0],component:r[1],callBack:r[2],title:r[3],id:r[4],container:r[5]}}let e=this.createRoute(t);return this.addRoute(e),e}addRoute(t){this.routes.push(t),this.checkRoute(t,this.getPath())}resume(t,e){t.resumeRoute(e),this.addRoute(t)}getBasePath(){if(!this.basePath){let t=this.baseURI||"";t[t.length-1]!=="/"&&(t+="/"),this.basePath=t}return this.basePath}createURI(t){return this.getBasePath()+Et.removeSlashes(t)}getRoute(t){let e=this.routes,r=e.length;if(r>0)for(let n=0;n<r;n++){let i=e[n];if(i.uri===t)return i}return null}getRouteById(t){let e=this.routes,r=e.length;if(r>0)for(let n=0;n<r;n++){let i=e[n];if(i.routeId===t)return i}return!1}removeRoute(t){let e=this.routes,r=e.indexOf(t);r>-1&&e.splice(r,1),this.lastMatchedRoute===t&&(this.lastMatchedRoute=null)}addSwitch(t){let e=this.switchCount++,r=this.getSwitchGroup(e);for(let n=0,i=t.length;n<i;n++){let o=t[n];if(!o)continue;let a=this.createRoute(o);r.push(a)}return this.checkGroupForRegistration(e,r),e}resumeSwitch(t,e){let r=this.switchCount++,n=this.getSwitchGroup(r);for(let i=0,o=t.length;i<o;i++){let c=t[i].component.route;c.resumeRoute(e),n.push(c)}return this.checkGroupForRegistration(r,n),r}checkGroupForRegistration(t,e){let r=this.scrollIntent,n=this.currentGroupId;this.scrollIntent=null,this.currentGroupId=t,this.checkGroup(e,this.getPath()),this.currentGroupId=n;let i=this.scrollIntent;i&&i.type==="target"&&i.groupId!==null&&i.groupId!==void 0&&(this.lastScrollGroup=i.groupId),this.scrollIntent=r}getSwitchGroup(t){let e=this.switches.get(t);if(e)return e;let r=[];return this.switches.set(t,r),r}removeSwitch(t){this.switches.delete(t)}remove(t){t=this.createURI(t);let e=this.getRoute(t);return e&&this.removeRoute(e),this}setup(t,e){this.baseURI=t||"/",this.updateBaseTag(this.baseURI),this.title=typeof e<"u"?e:"",this.setupHistory(),this.data.path=this.getPath(),this.callBackLink=this.checkLink.bind(this),f.on("click",document,this.callBackLink);let r=this.getEndPoint();return this.navigate(r,null,!0),this}updateBaseTag(t){let e=document.getElementsByTagName("base");e.length&&(e[0].href=t)}getParentLink(t){return t.closest("a")}checkLink(t){if(t.ctrlKey===!0)return!0;let e=t.target.closest("a");if(!e||e.target==="_blank"||e.dataset.cancelRoute)return!0;let r=e.getAttribute("href");if(r!==null){let n=this.baseURI,i=n!=="/"?r.replace(n,""):r,o=e.dataset.replace==="true";return this.navigate(i,null,o),t.preventDefault(),t.stopPropagation(),!1}}reset(){let t=this.routes;for(let e=0,r=t.length;e<r;e++){let n=t[e];n&&typeof n.deactivate=="function"&&n.deactivate()}return this.routes=[],this.switches=new Map,this.switchCount=0,this.lastMatchedRoute=null,this}activate(){return this.checkActiveRoutes(),this}navigate(t,e,r){return t=this.createURI(t),this.history.addState(t,e,r),this.activate(),this}updatePath(){let t=this.getPath();this.data.path=t}updateTitle(t){if(!t||!t.title)return this;let e=t.title;return document.title=At(t,e,this.title),this}checkActiveRoutes(t){if(this.lastPath=this.path,t=t||this.getPath(),this.path=t,this.scrollIntent=null,this.scrollWaitToken++,this.lastMatchedRoute&&this.check(this.lastMatchedRoute,t))this.select(this.lastMatchedRoute);else{let e=this.routes,r=e.length;for(let n=0;n<r;n++){let i=e[n];typeof i>"u"||this.checkRoute(i,t)}}this.checkSwitches(t),this.applyScrollIntent(),this.updatePath()}checkSwitches(t){let e=this.switches;for(let[r,n]of e.entries())this.currentGroupId=r,this.checkGroup(n,t);this.currentGroupId=null}checkGroup(t,e){let r=t.length;if(!r)return;let n=null;for(let a=0;a<r;a++)if(t[a].get("active")){n=t[a];break}n&&n.match(e)===!1&&n.deactivate();let i;for(let a=0;a<r;a++){let c=t[a];if(typeof c>"u")continue;if(i){c.deactivate();continue}c.match(e)!==!1&&i===void 0&&c.controller&&(i=c,this.select(c))}let o=t[0];i||this.select(o,!0)}checkRoute(t,e){let r=this.check(t,e);return r!==!1?(this.select(t),this.lastMatchedRoute=t):t.deactivate(),r}check(t,e){return t?(e=e||this.getPath(),t.match(e)!==!1):!1}select(t,e){t&&(t.setPath(this.path,this.lastPath),t.select(),this.updateTitle(t),e!==!0&&(t.scrollTo?this.scrollIntent={type:"target",selector:t.scrollTo,groupId:this.currentGroupId}:t.preventScroll!==!0&&!this.scrollIntent&&(this.scrollIntent={type:"top"})))}applyScrollIntent(){let t=this.scrollIntent;if(this.scrollIntent=null,!t)return;if(t.type==="top"){this.lastScrollGroup=null,this.checkToScroll(),this.reassertScrollTop();return}if(t.type!=="target")return;let e=t.groupId!==null&&t.groupId!==void 0,r=e&&this.lastScrollGroup===t.groupId;r||(typeof window<"u"&&window.scrollTo(0,0),this.reassertScrollTop()),this.lastScrollGroup=e?t.groupId:null,r&&this.scrollToTarget(t.selector)}reassertScrollTop(){if(typeof window>"u"||typeof requestAnimationFrame>"u")return;let t=++this.scrollWaitToken;requestAnimationFrame(()=>{t===this.scrollWaitToken&&(window.scrollY>0||window.pageYOffset>0)&&window.scrollTo(0,0)})}scrollToTarget(t){if(typeof t!="string"||typeof document>"u")return;let e=c=>{let l=window.getComputedStyle(c),h=l.position==="sticky",d;if(h){let q=c.style.position;c.style.position="static",d=c.getBoundingClientRect().top+window.scrollY,c.style.position=q}else d=c.getBoundingClientRect().top+window.scrollY;let y=h&&parseFloat(l.top)||0,m=d-y;window.scrollY>m&&window.scrollTo(0,m)},r=document.querySelector(t);if(r){e(r);return}if(typeof requestAnimationFrame>"u")return;let n=++this.scrollWaitToken,i=30,o=0,a=()=>{if(n!==this.scrollWaitToken)return;let c=document.querySelector(t);if(c){e(c);return}++o<i&&requestAnimationFrame(a)};requestAnimationFrame(a)}checkToScroll(){this.shouldScrollToTop()&&window.scrollTo(0,0)}cleanPath(t){return t?t.split("?")[0].split("#")[0]:"/"}shouldScrollToTop(){let t=this.cleanPath(this.getPath()),r=this.cleanPath(this.lastPath).split("/"),n=t.split("/");if(r.length!==n.length)return!0;let i=r[r.length-1],o=n[n.length-1];return i!==o}getEndPoint(){return this.getPath().replace(this.baseURI,"")||"/"}destroy(){typeof this.callBackLink=="function"&&f.off("click",document,this.callBackLink)}getPath(){let t=this.location,e=this.path=t.pathname;return this.history.type==="hash"?t.hash.replace("#",""):e+t.search+t.hash}},v=new it;var Dt=(s,t)=>({attr:s,value:t}),ze=(s,t)=>{if(!t.startsWith(s))return!1;let e=t[s.length];return e===void 0||e==="/"||e==="#"||e==="."||e==="?"},ot=class extends g{beforeSetup(){this.selectedClass=this.activeClass||"active"}render(){let t=this.href,e=this.text,r=this.setupWatchers(t,e);return{tag:"a",class:this.class||this.className||null,onState:["selected",{[this.selectedClass]:!0}],href:this.getString(t),text:this.getString(e),nest:this.nest||this.children,dataStateSet:this.dataSet,"data-replace":this.replace?"true":null,watch:r}}getLinkPath(){return this?.panel?.pathname||null}getString(t){let e=typeof t;return e!=="object"&&e!=="undefined"?t:null}setupWatchers(t,e){let r=this.exact===!0,n=v.data,i=[];return t&&typeof t=="object"&&i.push(Dt("href",t)),e&&typeof e=="object"&&i.push(Dt("text",e)),i.push({value:["[[path]]",n],callBack:(o,a)=>{if(typeof a.pathname>"u")return;let c=a.pathname+a.search+a.hash,l=a.hash||a.search?c:a.pathname,h=r?o===c:ze(l,o);this.update(h)}}),i}setupStates(){return{selected:!1}}update(t){this.state&&(this.state.selected=t)}};var Ot=(s,t,e=null)=>{if(!s)return;let r=null,n=!1,i=()=>{n||(n=!0,r&&(clearTimeout(r),r=null),f.off("animationend",s,o),s&&s.classList.remove(t),e&&e())},o=a=>{a.target===s&&i()};f.on("animationend",s,o),requestAnimationFrame(()=>{if(!s){i();return}s.classList.add(t);try{let a=window.getComputedStyle(s),c=parseFloat(a.animationDuration)*1e3||1e3,l=parseFloat(a.animationDelay)*1e3||0;r=setTimeout(i,c+l+100)}catch{r=setTimeout(i,1e3)}})},Bt=(s,t,e)=>{Ot(s,t)},_t=(s,t,e)=>{let r=()=>{s&&s.remove&&s.remove()};Je(s,()=>Ot(s,t,r),e)};p.addType("manual-destroy",s=>{if(!s)return!1;s.callBack(s.ele,s.parent)});var Je=(s,t,e)=>{p.add(s,"manual-destroy",{ele:s,callBack:t,parent:e})};var M=(s,t,e,r)=>{if(Array.isArray(e[0])){e.forEach(n=>{n&&M(s,t,n,r)});return}Ye(s,t,e,r)},Ye=(s,t,e,r)=>{let n,i;if(e.length<3?[n,i]=e:[t,n,i]=e,!t||!n)return;if(typeof t.on!="function"){console.warn('Watcher directive: Data source does not have an "on" method. Make sure your component has data, state, or context.data initialized before using watchers like onSet, watch, or [[prop]] syntax.',s,t);return}let o=Ke(s,n,i,r);b.watch(s,t,n,o)},Ke=(s,t,e,r)=>typeof e=="object"?n=>{Xe(s,e,n)}:n=>{$e(s,e,t,n,r)},Ut=new WeakSet,Ve=(s,t,e)=>{!s||!s.isUnit&&!s.isComponent||Ut.has(e)||(Ut.add(e),console.warn('[Watcher] Reactive callback for "'+t+'" returned a Component/Unit instance. The entire subtree will be destroyed and recreated on every change, which can trigger expensive deep publishes during persistence/resume. Consider mounting the component once and exposing a refresh()/update() method, or returning a plain layout object instead.',e))},$e=(s,t,e,r,n)=>{let i=t(r,s,n);switch(typeof i){case"object":Ve(i,e,s),u.rebuild(i,s,n);break;case"string":let o=ht(s);if(o!=="textContent"){s.setAttribute(o,i);break}H.addHtml(s,i);break}},Xe=(s,t,e)=>{let r=Object.keys(t);for(let n=0,i=r.length;n<i;n++){let o=r[n];o&&(t[o]===e?s.classList.add(o):s.classList.remove(o))}};var _=(s,t,e)=>{let r=C(e);M(s,r,t,e)};var Ht=(s,t,e)=>{t&&s.setAttribute("role",t)},Ze=s=>(t,e)=>{let r=t?"true":"false";e.setAttribute(s,r)},Lt=(s,t,e)=>{if(!t)return;let r=t.role;r&&(s.setAttribute("role",r),t.role=null);let n=Object.keys(t);for(let i=0,o=n.length;i<o;i++){let a=n[i],c=t[a];if(c===null)continue;let l="aria-"+a;if(Array.isArray(c)){let h=c.slice();h.push(Ze(l)),_(s,h,e)}else s.setAttribute(l,c)}};var Mt=(s,t,e)=>{if(!t)return;let r=w.parse(t,e);x.addAttributes(s,r.attr,e),u.setDirectives(s,r.directives,e)};p.addType("context",s=>{if(!s)return!1;s.parent.removeContextBranch(s.branch)});var at=s=>s?s.getContext():null,qt=(s,t,e)=>{if(typeof t!="function")return;let r=at(e),n=t(r);Mt(s,n,e)},Wt=(s,t,e)=>{if(typeof t!="function")return;let r=at(e);t(r)},Gt=(s,t,e)=>{if(typeof t!="function"||!e)return;let r=at(e),n=t(r);n&&e.addContextBranch(n[0],n[1])};var Ft=(s,t,e)=>{};var Nt=(s,t,e)=>{if(!e)return;let r=e._layout?e._layout:e.render();console.log("Debug: ","ele: ",s),console.log("Data: ",t),console.log("Layout: ",r),console.log("parent: ",e)};var jt=(s,t,e)=>{},Qt=(s,t,e)=>{if(!t||!e)return;let r=t(e,s);r&&u.build(r,s,e)},zt=(s,t,e)=>{if(!t||!e)return;let r=e.getId(t);s.id=r},Jt=(s,t,e)=>{if(!t||!e)return;let r=t(e.data,s);r&&u.build(r,s,e)},Yt=(s,t,e)=>{if(!t||!e)return;let r=t(e.state,s);r&&u.build(r,s,e)},Kt=(s,t,e)=>{if(!t||!e)return;let r=e.state,n=t(r);if(!e.state){e.setStateHelper(n);return}e.addState(n)},Vt=(s,t,e)=>{if(!(!t||!e)){if(e.events||e.setEventHelper(),t[2]){let r=t[2];t[2]=n=>{r(n,e)}}e.events.on(t[0],t[1],t[2],t[3])}};var $t=(s,t,e)=>{let r,n,i;if(typeof t=="string"){if(r=C(e),!r)return;n=t}else if(Array.isArray(t))if(typeof t[0]!="object"){let o=C(e);if(!o)return;r=o,n=t[0],i=t[1]}else[r,n,i]=t;b.bind(s,r,n,i)};var Z=(s,t,e)=>{M(s,e.state,t,e)};var Xt=s=>(t,e)=>{let[r,n,i="active"]=s,o=t===n?i:"";e.dataset[r]=o},Zt=(s,t,e)=>{if(!t)return;let r=t.length-1,n=t[r],i=t.slice(0,r);i.push(Xt(n)),_(s,i,e)},te=(s,t,e)=>{if(!t)return;let r=t.length-1,n=t[r],i=t.slice(0,r);i.push(Xt(n)),Z(s,i,e)};var ee=(s,t,e)=>{let r,n,i,o;if(t.length<3){let c=C(e);if(!c)return;r=c,[n,i,o]=t}else[r,n,i,o]=t;let a=o!==!1;b.watch(s,r,n,c=>{if(u.removeAll(s),!c||c.length<1)return;let l=[];for(let h=0,d=c.length;h<d;h++){let y=a?r.scope(n+"["+h+"]"):null,m=i(c[h],h,y,l);m!==null&&l.push(m)}return u.build(l,s,e)})};var re=(s,t,e)=>{let r=t[0];if(!r||r.length<1)return;let n=t[1],i=[];for(let o=0,a=r.length;o<a;o++){let c=r[o];if(!c)continue;let l=n(c,o);l!==null&&i.push(l)}u.build(i,s,e)};var se=(s,t,e)=>{t(s,e)};p.addType("destroyed",s=>{if(!s)return!1;s.callBack(s.ele,s.parent)});var ne=(s,t,e)=>{tr(s,t,e)},tr=(s,t,e)=>{p.add(s,"destroyed",{ele:s,callBack:t,parent:e})};var ie=(s,t,e)=>{if(t)if(Array.isArray(t)&&typeof t[0]!="string")for(let r=0,n=t.length;r<n;r++)T.setup(s,t[r],e);else T.setup(s,t,e)};p.addType("routes",s=>{if(!s)return!1;let t=s.route;t&&v.removeRoute(t)});var ae=(s,t,e)=>{if(t)if(Array.isArray(t))for(let r=0,n=t.length;r<n;r++){let i=t[r];i&&oe(s,i,e)}else oe(s,t,e)},oe=(s,t,e)=>{t.container=s,t.parent=e;let r=v.add(t);er(s,r)},er=(s,t)=>{p.add(s,"routes",{route:t})};var ce=(s,t,e)=>{};p.addType("switch",s=>{if(!s)return!1;let t=s.id;v.removeSwitch(t)});var le=(s,t,e)=>{let r=t[0];for(let i=0,o=t.length;i<o;i++){let a=t[i];a&&(a.container=s,a.parent=e)}let n=v.addSwitch(t);rr(s,n)},rr=(s,t)=>{p.add(s,"switch",{id:t})};L.add("cache",jt).add("onCreated",se).add("onDestroyed",ne).add("bind",$t).add("data",Ft).add("state",ce).add("onSet",_).add("onState",Z).add("animateIn",Bt).add("animateOut",_t).add("watch",ie).add("useParent",Qt).add("useData",Jt).add("useState",Yt).add("getId",zt).add("addState",Kt).add("addEvent",Vt).add("map",re).add("for",ee).add("useContext",Wt).add("addContext",Gt).add("context",qt).add("role",Ht).add("aria",Lt).add("route",ae).add("debug",Nt).add("dataSet",Zt).add("dataStateSet",te).add("switch",le);export{L as a,W as b,g as c,gt as d,R as e,u as f,vt as g,ot as h,it as i,v as j};
2
+ //# sourceMappingURL=chunk-MBW4R52W.js.map
@@ -0,0 +1,2 @@
1
+ import{a as u,b,c as f,d as v}from"./chunk-QPFMAZXH.js";var h=class{static toArray(e){return Array.from(e)}static inArray(e,t,s){return Array.isArray(e)?e.indexOf(t,s):-1}};var j=Object.prototype.toString,y=Object.prototype.hasOwnProperty,c={create(r){return Object.create(r||null)},extendObject(r,e){if(!r||typeof r!="object"||!e||typeof e!="object")return!1;for(let t in r)y.call(r,t)&&!y.call(e,t)&&(e[t]=r[t]);return e},clone(r){if(!r||typeof r!="object")return{};try{return structuredClone(r)}catch{return JSON.parse(JSON.stringify(r))}},getClassObject(r){return typeof r=="function"?r.prototype:r},extendClass(r,e){let t=this.getClassObject(r),s=this.getClassObject(e);if(typeof t!="object"||typeof s!="object")return!1;let o=Object.create(t);for(let n in s)o[n]=s[n];return o},hasOwnProp(r,e){return y.call(r,e)},isPlainObject(r){return!!r&&j.call(r)==="[object Object]"},isEmpty(r){if(!r||typeof r!="object"||Array.isArray(r))return!0;for(let e in r)if(y.call(r,e))return!1;return!0}};var m=r=>{let e=0;for(let t in r)Object.prototype.hasOwnProperty.call(r,t)&&(e++,typeof r[t]=="object"&&(e+=m(r[t])));return e},x=(r,e)=>{let t=!1;if(typeof r!="object"||typeof e!="object")return t;for(let s in r){if(!Object.prototype.hasOwnProperty.call(r,s))continue;if(!Object.prototype.hasOwnProperty.call(e,s))break;let o=r[s],n=e[s];if(typeof o!=typeof n)break;if(typeof o=="object"){if(t=x(o,n),t!==!0)break}else if(o===n)t=!0;else break}return t},k=(r,e)=>{let t=m(r),s=m(e);return t!==s?!1:x(r,e)},E=(r,e)=>{let t=typeof r;return t!==typeof e?!1:t==="object"?k(r,e):r===e};var w={HTMLEvents:/^(?:load|unload|abort|error|select|change|submit|reset|focus|blur|resize|scroll)$/,MouseEvents:/^(?:click|dblclick|mouse(?:down|up|over|move|out))$/},T=Object.keys(w),O={events:f,addListener(r,e,t,s){return this.events.add(r,e,t,s),this},on(r,e,t,s){let o=this.events;if(Array.isArray(r))for(let n=0,i=r.length;n<i;n++)o.add(r[n],e,t,s);else o.add(r,e,t,s);return this},off(r,e,t,s){let o=this.events;if(Array.isArray(r))for(let n=0,i=r.length;n<i;n++)o.remove(r[n],e,t,s);else o.remove(r,e,t,s);return this},removeListener(r,e,t,s){return this.events.remove(r,e,t,s),this},_createEvent(r,e,t,s){let o;switch(e){case"HTMLEvents":o=new Event(r,t);break;case"MouseEvents":o=new MouseEvent(r,t);break;default:o=new CustomEvent(r,s);break}return o},createEvent(r,e,t,s){if(typeof e!="object"||e===null)return!1;let o={pointerX:0,pointerY:0,button:0,view:window,detail:1,screenX:0,screenY:0,clientX:0,clientY:0,ctrlKey:!1,altKey:!1,shiftKey:!1,metaKey:!1,bubbles:!0,cancelable:!0,relatedTarget:null};typeof t=="object"&&t!==null&&(o=Object.assign(o,t));let n=this._getEventType(r);return this._createEvent(r,n,o,s)},_getEventType(r){for(let e=0,t=T.length;e<t;e++){let s=T[e];if(w[s].test(r))return s}return"CustomEvent"},trigger(r,e,t){if(typeof e!="object"||e===null)return this;let s=typeof r=="string"?this.createEvent(r,e,null,t):r;return e.dispatchEvent(s),this},mouseWheelEventType:null,getWheelEventType(){let r=()=>{let e="wheel";return"onmousewheel"in self?e="mousewheel":"DOMMouseScroll"in self&&(e="DOMMouseScroll"),e};return this.mouseWheelEventType||(this.mouseWheelEventType=r())},onMouseWheel(r,e,t,s=!1){typeof e>"u"&&(e=window);let o=i=>{let g=Math.max(-1,Math.min(1,-i.deltaY||i.wheelDelta||-i.detail));typeof r=="function"&&r(g,i),t===!0&&i.preventDefault()},n=this.getWheelEventType();return this.events.add(n,e,o,s,!0,r),this},offMouseWheel(r,e,t=!1){typeof e>"u"&&(e=window);let s=this.getWheelEventType();return this.off(s,e,r,t),this},preventDefault(r){return typeof r.preventDefault=="function"?r.preventDefault():r.returnValue=!1,this},stopPropagation(r){return typeof r.stopPropagation=="function"?r.stopPropagation():r.cancelBubble=!0,this}};var p=class{constructor(){this.errors=[],this.dataTracker=b}augment(e){if(!u.isObject(e))return this;let t=this.constructor.prototype;for(let s in e)Object.prototype.hasOwnProperty.call(e,s)&&(t[s]=e[s]);return this}override(e,t,s,o){return(e[t]=s).apply(e,h.toArray(o))}getLastError(){let e=this.errors;return e.length?e.pop():!1}addError(e){this.errors.push(e)}getProperty(e,t,s){if(u.isObject(e)===!1)return"";let o=e[t];return typeof o<"u"?o:typeof s<"u"?s:""}createCallBack(e,t,s=[],o=!1){return typeof t!="function"?!1:(...n)=>(o===!0&&(s=s.concat(n)),t.apply(e,s))}bind(e,t){return t.bind(e)}};p.prototype.extend=(function(){return p.prototype})();var l=new p;l.augment({...c,...O,...u,equals:E});var a={url:"",responseType:"json",method:"POST",fixedParams:"",headers:{"Content-Type":"application/x-www-form-urlencoded; charset=UTF-8"},beforeSend:[],async:!0,crossDomain:!1,withCredentials:!1,completed:null,failed:null,aborted:null,progress:null};var d=class{constructor(e){this.settings=null,this.xhr=null,this.setup(e)}setup(e){this.getXhrSettings(e);let t=this.xhr=this.createXHR(),{method:s,url:o,async:n}=this.settings;t.open(s,o,n),this.setupHeaders(),this.addXhrEvents(),this.beforeSend(),t.send(this.getParams())}beforeSend(){let e=a.beforeSend;if(e.length<1)return;let t=this.xhr,s=this.settings;for(var o=0,n=e.length;o<n;o++){var i=e[o];i&&i(t,s)}}objectToString(e){let t=[];for(var s in e)Object.prototype.hasOwnProperty.call(e,s)&&t.push(s+"="+encodeURIComponent(e[s]));return t.join("&")}setupParams(e,t=null){let s=typeof e;if(!t)return!(e instanceof FormData)&&s==="object"&&(e=this.objectToString(e)),e;let o=typeof t;if(s==="string")return o!=="string"&&(t=this.objectToString(t)),e+=(e===""?"?":"&")+t,e;if(o==="string"&&(t=v.parseQueryString(t,!1)),e instanceof FormData)for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.append(n,t[n]);else s==="object"&&(e=c.clone(e),e=Object.assign(t,e),e=this.objectToString(e));return e}getParams(){let e=this.settings,t=e.fixedParams,s=e.params;return s?s=this.setupParams(s,t):t&&(s=this.setupParams(t)),s}getXhrSettings(e){let t=this.settings={...l.xhrSettings};if(e.length>=2&&typeof e[0]!="object")for(var s=0,o=e.length;s<o;s++){var n=e[s];switch(s){case 0:t.url=n;break;case 1:t.params=n;break;case 2:t.completed=n,t.failed=n;break;case 3:t.responseType=n||"json";break;case 4:t.method=n?n.toUpperCase():"POST";break;case 5:t.async=typeof n<"u"?n:!0;break}}else t=this.settings=c.extendClass(this.settings,e[0]),typeof t.completed=="function"&&(typeof t.failed!="function"&&(t.failed=t.completed),typeof t.aborted!="function"&&(t.aborted=t.failed))}createXHR(){let e=this.settings,t=new XMLHttpRequest;return t.responseType=e.responseType,e.withCredentials===!0&&(t.withCredentials=!0),t}setupHeaders(){let e=this.settings;if(!e||typeof e.headers!="object")return;let t=e.headers;for(var s in t)Object.prototype.hasOwnProperty.call(t,s)&&this.xhr?.setRequestHeader(s,t[s])}update(e,t){let s=this.xhr,o=()=>{f.removeEvents(s?.upload),f.removeEvents(s)},n=this.settings;if(!n)return!1;switch(t||e.type){case"load":if(typeof n.completed=="function"){let g=this.getResponseData();n.completed(g,this.xhr)}o();break;case"error":typeof n.failed=="function"&&n.failed(!1,this.xhr),o();break;case"progress":typeof n.progress=="function"&&n.progress(e);break;case"abort":typeof n.aborted=="function"&&n.aborted(!1,this.xhr),o();break}}getResponseData(){let e=this.xhr;if(!e)return null;let t=e.responseType;return!t||t==="text"?e.responseText:e.response}addXhrEvents(){if(!this.settings)return;let t=this.xhr;if(!t)return;let s=this.update.bind(this);f.on(["load","error","abort"],t,s),f.on("progress",t.upload,s)}};var S=()=>{l.augment({xhrSettings:a,addFixedParams(r){this.xhrSettings.fixedParams=r},beforeSend(r){this.xhrSettings.beforeSend.push(r)},ajaxSettings(r){typeof r=="object"&&(this.xhrSettings=c.extendClass(l.xhrSettings,r))},resetAjaxSettings(){this.xhrSettings=a}})};S();var Z=(...r)=>new d(r).xhr;export{c as a,l as b,d as c,Z as d};
2
+ //# sourceMappingURL=chunk-QBEU5CYI.js.map
@@ -0,0 +1,2 @@
1
+ var p=class{static getType(t){let e=typeof t;return e!=="object"?e:Array.isArray(t)?"array":"object"}static isUndefined(t){return typeof t>"u"}static isObject(t){return t!==null&&typeof t=="object"&&!Array.isArray(t)}static isFunction(t){return typeof t=="function"}static isString(t){return typeof t=="string"}static isArray(t){return Array.isArray(t)}};var o={types:{},add(r,t){this.types[r]=t},get(r){return this.types[r]||!1},remove(r){delete this.types[r]}};var l=class{constructor(){this.types=new Map}add(t,e){let s=this.types.get(t);s||(s=[],this.types.set(t,s)),s.push(e)}get(t){return this.types.get(t)||!1}has(t){return this.types.has(t)}removeType(t){let e=this.types.get(t);if(!e||!e.length)return;let s,i=o.get(t);if(i){for(let n=0,f=e.length;n<f;n++)s=e[n],s&&(e[n]=null,typeof i=="function"&&i(s));this.types.delete(t)}}remove(t){if(t){this.removeType(t);return}let e=this.types.keys();for(let s of e)s&&this.removeType(s);this.types.clear()}};var c=new WeakMap,a=class{static trackers=new Map;static trackingCount=0;static addType(t,e){o.add(t,e)}static removeType(t){o.remove(t)}static getTrackingId(t){if(!t||typeof t!="object")return"";let e=c.get(t);return e||(e="dt"+this.trackingCount++,c.set(t,e)),e}static add(t,e,s){let i=this.getTrackingId(t);this.find(i).add(e,s)}static get(t,e){let s=c.get(t),i=this.trackers.get(s);return i?e?i.get(e):i:!1}static has(t,e){let s=this.getTrackingId(t);if(!s)return!1;let i=this.trackers.get(s);return i&&e?i.has(e):!1}static find(t){let e=this.trackers.get(t);return e||(e=new l,this.trackers.set(t,e)),e}static isEmpty(t){return!t||typeof t!="object"?!0:t.size===0}static remove(t,e){let s=c.get(t);if(!s)return;let i=this.trackers.get(s);if(i){if(!e){i.remove(),this.trackers.delete(s),c.delete(t);return}i.remove(e),this.isEmpty(i.types)&&(this.trackers.delete(s),c.delete(t))}}};var d={getEvents(r){return typeof r!="object"||r===null?[]:a.get(r,"events")},create(r,t,e,s=!1,i=!1,n=null){return{event:r,obj:t,fn:e,capture:s,swapped:i,originalFn:n}},on(r,t,e,s){if(Array.isArray(r))for(let i=0,n=r.length;i<n;i++)this.add(r[i],t,e,s);else this.add(r,t,e,s);return this},off(r,t,e,s){if(Array.isArray(r))for(let i=0,n=r.length;i<n;i++)this.remove(r[i],t,e,s);else this.remove(r,t,e,s);return this},add(r,t,e,s=!1,i=!1,n=null){if(typeof t!="object"||t===null)return this;let f=this.create(r,t,e,s,i,n);return a.add(t,"events",f),t.addEventListener(r,e,s),this},remove(r,t,e,s=!1){let i=this.getEvent(r,t,e,s);return i===!1?this:(typeof i=="object"&&this.removeEvent(i),this)},removeEvent(r){return typeof r=="object"&&r.obj.removeEventListener(r.event,r.fn,r.capture),this},getEvent(r,t,e,s){if(typeof t!="object")return!1;let i=this.getEvents(t);if(!i||i.length<1)return!1;let n=this.create(r,t,e,s);return this.search(n,i)},search(r,t){let e,s=this.isSwappable(r.event);for(let i=0,n=t.length;i<n;i++)if(e=t[i],!(e.event!==r.event||e.obj!==r.obj)&&(e.fn===r.fn||s===!0&&e.originalFn===r.fn))return e;return!1},removeEvents(r){return typeof r!="object"||r===null?this:(a.remove(r,"events"),this)},swap:new Set(["DOMMouseScroll","wheel","mousewheel","mousemove","popstate"]),addSwapped(r){this.swap.add(r)},isSwappable(r){return this.swap.has(r)}};a.addType("events",r=>{d.removeEvent(r)});var h=class{static limit(t,e=1e6){return typeof t!="string"?"":t.substring(0,e)}static parseQueryString(t,e,s=!0){typeof t!="string"&&(t=window.location.search),t=this.limit(t);let i={},n=/([^?=&]+)(=([^&]*))?/g;return t.replace(n,function(f,y,g,u){i[y]=e!==!1?decodeURIComponent(u):u}),i}static camelCase(t){t=this.limit(t);let e=/(-|\s|_)+\w{1}/g;return t.replace(e,s=>s[1].toUpperCase())}static uncamelCase(t,e="-"){t=this.limit(t);let s=/([A-Z]{1,})/g;return t.replace(s,i=>e+i.toLowerCase()).toLowerCase()}static titleCase(t){if(!t)return"";t=this.limit(t);let e=/\w\S*/;return t.replace(e,s=>s.charAt(0).toUpperCase()+s.substring(1).toLowerCase())}};export{p as a,a as b,d as c,h as d};
2
+ //# sourceMappingURL=chunk-QPFMAZXH.js.map
@@ -0,0 +1,2 @@
1
+ import{a as d,b as x,c as i,d as b}from"./chunk-QPFMAZXH.js";var h=class{static toArray(t){return Array.from(t)}static inArray(t,e,r){return Array.isArray(t)?t.indexOf(e,r):-1}};var S=Object.prototype.toString,u=Object.prototype.hasOwnProperty,c={create(s){return Object.create(s||null)},extendObject(s,t){if(!s||typeof s!="object"||!t||typeof t!="object")return!1;for(let e in s)u.call(s,e)&&!u.call(t,e)&&(t[e]=s[e]);return t},clone(s){if(!s||typeof s!="object")return{};try{return structuredClone(s)}catch{return JSON.parse(JSON.stringify(s))}},getClassObject(s){return typeof s=="function"?s.prototype:s},extendClass(s,t){let e=this.getClassObject(s),r=this.getClassObject(t);if(typeof e!="object"||typeof r!="object")return!1;let n=Object.create(e);for(let o in r)n[o]=r[o];return n},hasOwnProp(s,t){return u.call(s,t)},isPlainObject(s){return!!s&&S.call(s)==="[object Object]"},isEmpty(s){if(!s||typeof s!="object"||Array.isArray(s))return!0;for(let t in s)if(u.call(s,t))return!1;return!0}};var f=class{constructor(){this.errors=[],this.dataTracker=x}augment(t){if(!d.isObject(t))return this;let e=this.constructor.prototype;for(let r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return this}override(t,e,r,n){return(t[e]=r).apply(t,h.toArray(n))}getLastError(){let t=this.errors;return t.length?t.pop():!1}addError(t){this.errors.push(t)}getProperty(t,e,r){if(d.isObject(t)===!1)return"";let n=t[e];return typeof n<"u"?n:typeof r<"u"?r:""}createCallBack(t,e,r=[],n=!1){return typeof e!="function"?!1:(...o)=>(n===!0&&(r=r.concat(o)),e.apply(t,r))}bind(t,e){return e.bind(t)}};f.prototype.extend=(function(){return f.prototype})();var p=new f;var a={url:"",responseType:"json",method:"POST",fixedParams:"",headers:{"Content-Type":"application/x-www-form-urlencoded; charset=UTF-8"},beforeSend:[],async:!0,crossDomain:!1,withCredentials:!1,completed:null,failed:null,aborted:null,progress:null};var y=class{constructor(t){this.settings=null,this.xhr=null,this.setup(t)}setup(t){this.getXhrSettings(t);let e=this.xhr=this.createXHR(),{method:r,url:n,async:o}=this.settings;e.open(r,n,o),this.setupHeaders(),this.addXhrEvents(),this.beforeSend(),e.send(this.getParams())}beforeSend(){let t=a.beforeSend;if(t.length<1)return;let e=this.xhr,r=this.settings;for(var n=0,o=t.length;n<o;n++){var l=t[n];l&&l(e,r)}}objectToString(t){let e=[];for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.push(r+"="+encodeURIComponent(t[r]));return e.join("&")}setupParams(t,e=null){let r=typeof t;if(!e)return!(t instanceof FormData)&&r==="object"&&(t=this.objectToString(t)),t;let n=typeof e;if(r==="string")return n!=="string"&&(e=this.objectToString(e)),t+=(t===""?"?":"&")+e,t;if(n==="string"&&(e=b.parseQueryString(e,!1)),t instanceof FormData)for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.append(o,e[o]);else r==="object"&&(t=c.clone(t),t=Object.assign(e,t),t=this.objectToString(t));return t}getParams(){let t=this.settings,e=t.fixedParams,r=t.params;return r?r=this.setupParams(r,e):e&&(r=this.setupParams(e)),r}getXhrSettings(t){let e=this.settings={...p.xhrSettings};if(t.length>=2&&typeof t[0]!="object")for(var r=0,n=t.length;r<n;r++){var o=t[r];switch(r){case 0:e.url=o;break;case 1:e.params=o;break;case 2:e.completed=o,e.failed=o;break;case 3:e.responseType=o||"json";break;case 4:e.method=o?o.toUpperCase():"POST";break;case 5:e.async=typeof o<"u"?o:!0;break}}else e=this.settings=c.extendClass(this.settings,t[0]),typeof e.completed=="function"&&(typeof e.failed!="function"&&(e.failed=e.completed),typeof e.aborted!="function"&&(e.aborted=e.failed))}createXHR(){let t=this.settings,e=new XMLHttpRequest;return e.responseType=t.responseType,t.withCredentials===!0&&(e.withCredentials=!0),e}setupHeaders(){let t=this.settings;if(!t||typeof t.headers!="object")return;let e=t.headers;for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&this.xhr?.setRequestHeader(r,e[r])}update(t,e){let r=this.xhr,n=()=>{i.removeEvents(r?.upload),i.removeEvents(r)},o=this.settings;if(!o)return!1;switch(e||t.type){case"load":if(typeof o.completed=="function"){let m=this.getResponseData();o.completed(m,this.xhr)}n();break;case"error":typeof o.failed=="function"&&o.failed(!1,this.xhr),n();break;case"progress":typeof o.progress=="function"&&o.progress(t);break;case"abort":typeof o.aborted=="function"&&o.aborted(!1,this.xhr),n();break}}getResponseData(){let t=this.xhr;if(!t)return null;let e=t.responseType;return!e||e==="text"?t.responseText:t.response}addXhrEvents(){if(!this.settings)return;let e=this.xhr;if(!e)return;let r=this.update.bind(this);i.on(["load","error","abort"],e,r),i.on("progress",e.upload,r)}};var g=()=>{p.augment({xhrSettings:a,addFixedParams(s){this.xhrSettings.fixedParams=s},beforeSend(s){this.xhrSettings.beforeSend.push(s)},ajaxSettings(s){typeof s=="object"&&(this.xhrSettings=c.extendClass(p.xhrSettings,s))},resetAjaxSettings(){this.xhrSettings=a}})};g();var B=(...s)=>new y(s).xhr;export{c as a,p as b,y as c,B as d};
2
+ //# sourceMappingURL=chunk-SN4TNKC2.js.map
@@ -0,0 +1,2 @@
1
+ import{b as g}from"./chunk-WZCKX2VG.js";import{d as p,e as L}from"./chunk-4PON5V2J.js";import{a as k,b as z}from"./chunk-QBEU5CYI.js";import{c as G,d as q,e as M}from"./chunk-GRNW37TV.js";import{b as B,c as _}from"./chunk-QPFMAZXH.js";var N={items:new Map,add(n,t){return this.items.set(n,t),this},get(n){return this.items.get(n)??null}};B.addType("components",n=>{if(!n)return;let t=n.component;!t||!t.isUnit||(t.persistToken&&t.parent&&t.parent.removePersistedChild(t.persistToken),t.rendered===!0&&(t.prepareDestroy(),t.cleanUpAfterDestroy()))});var $=0,E=class{constructor(t,e,r){this.isUnit=!0,this.data=null,this.persist=null,this.nest=null,this.state=null,this.panel=null,this.parent=null,this.unitType=null,this._classId,this.id="",this.cached=[],this.init();let s,i;if(t==null)s={},i=[];else{let o=typeof t;o==="string"||o==="number"?(s={},i=[{tag:"text",textContent:t}]):Array.isArray(t)?(s={},i=t):(s=t||{},i=typeof e=="string"?[{tag:"text",textContent:e}]:e)}this.setupProps(s),this.children=i||[],this.persistedChildren={},this.persistedCount=0,this.onCreated(),this.rendered=!1,this.container=null}init(){this.id="cp-"+$++,this.unitType=this._classId||this.constructor.name.toLowerCase()}declareProps(){}addPersistedChild(t){let e=t.key,r=e!=null?"pk:"+e:"pc"+this.persistedCount++,s=this.persistedChildren[r];return s&&t.unitType===s.unitType&&t.resumeScope(s),t.persistToken=r,this.persistedChildren[r]=t,r}removePersistedChild(t){this.rendered&&(!t||!this.persistedChildren[t]||delete this.persistedChildren[t])}setupProps(t){if(this.declareProps(),!(!t||typeof t!="object"))for(let e in t)Object.prototype.hasOwnProperty.call(t,e)&&(this[e]=t[e],e==="data"&&(this._externalData=!0))}getChildScope(){return this}getParentContext(){return this.parent?this.parent.getContext():null}setupContext(){if(this._contextResumed)return;let t=this.getParentContext(),e=this.setContext(t);if(e){this.context=e;return}this.context=t,this.setupAddingContext()}setupAddingContext(){let t=this.context,e=this.addContext(t);if(!e)return;let r=e[0];r&&(this.addingContext=!0,this.contextBranchName=r,this.addContextBranch(r,e[1]))}addContextBranch(t,e){this.context??={},this.context[t]=e}setContext(t){return null}addContext(t){return null}removeContext(){this.addingContext&&this.removeContextBranch(this.contextBranchName)}removeContextBranch(t){t&&delete this.context[t]}getContext(){return this.context}onCreated(){}render(){return{}}_cacheRoot(t){return t&&(t.id||(t.id=this.getId()),t.cache="panel",t)}_createLayout(){return this.render()}prepareLayout(){let t=this._createLayout();return this._cacheRoot(t)}afterBuild(){B.add(this.panel,"components",{component:this}),this.rendered=!0,this.afterLayout()}afterLayout(){this.afterSetup()}if(t,e){return t?e||t:null}map(t,e){let r=[];if(!t||t.length<1)return r;for(let s=0,i=t.length;s<i;s++){let o=e(t[s],s);r.push(o)}return r}removeAll(t){return M.removeAll(t)}getId(t){let e=this.id;return typeof t=="string"&&(e+="-"+t),e}cacheEle(t,e){e&&(this[e]=t,this.cached.push(e))}initialize(){this.setupContext(),this.beforeSetup()}beforeSetup(){}afterSetup(){}setup(t){this.setContainer(t),this.initialize()}setContainer(t){this.container=t}_remove(){this.prepareDestroy(),this.removeContext();let t=this.panel;t&&M.removeElement(t),this.cleanUpAfterDestroy()}cleanUpAfterDestroy(){this.panel=null,this.container=null;let t=this.cached;for(let e=0,r=t.length;e<r;e++)this[t[e]]=null;this.cached=[],this.persist!==!0&&(this.persistedChildren={},this.persistToken=null)}prepareDestroy(){this.persistedCount=0,this.rendered=!1,this.beforeDestroy(),this.data&&typeof this.data.unlink=="function"&&this.data.unlink()}beforeDestroy(){}destroy(){this._remove()}};var x=class{static resume(t,e){if(t._externalData){this._resumeExternal(t,e);return}this._resumeOwned(t,e)}static refresh(t){let e=t.setData();e&&t.data&&t.data.set(e.stage),this.refreshContext(t)}static refreshContext(t){let e=t.context;if(!e||!e.data)return;let r=t.getParentContext();if(!r||!r.data)return;let s=r.data.stage,i=e.data.stage,o=null;for(let a in s){if(!Object.prototype.hasOwnProperty.call(s,a))continue;let c=s[a];c!==i[a]&&(o===null&&(o={}),o[a]=c)}o!==null&&(typeof e.data._silentSet=="function"?e.data._silentSet(o):e.data.set(o))}static _resumeExternal(t,e){let r=t.setData();if(!r){t.data=e;return}if(e&&e.stage){let s=e._retainState||r._retainState,i=!s&&(e._refreshState||r._refreshState),o=this._buildExternalUpdates(e.stage,r.stage,s,i);k.isEmpty(o)||r._silentSet(o)}typeof r.flushPending=="function"&&r.flushPending(),t.data=r}static _buildExternalUpdates(t,e,r,s){let i={};for(let o in t){if(!Object.prototype.hasOwnProperty.call(t,o))continue;if(s){Object.prototype.hasOwnProperty.call(e,o)||(i[o]=t[o]);continue}let a=t[o];!r&&a==null||a!==e[o]&&(i[o]=a)}return i}static _resumeOwned(t,e){if(!t.data){t.data=e;return}if(e&&e._retainState){t.data=e;return}if(e&&e.stage){let r=e._refreshState||t.data._refreshState,s=this._buildOwnedUpdates(e.stage,t.data.stage,r);k.isEmpty(s)||t.data._silentSet(s)}t.data&&typeof t.data.flushPending=="function"&&t.data.flushPending()}static _buildOwnedUpdates(t,e,r){let s={};for(let i in t){if(!Object.prototype.hasOwnProperty.call(t,i))continue;if(r){Object.prototype.hasOwnProperty.call(e,i)||(s[i]=t[i]);continue}let o=t[i];o!=null&&o!==e[i]&&(s[i]=o)}return s}};var A=class{constructor(){this.events=[]}addEvents(t){let e=t.length;if(!(e<1))for(let r=0;r<e;r++){let s=t[r];this.on(s[0],s[1],s[2],s[3])}}on(t,e,r,s){_.on(t,e,r,s),this.events.push({event:t,obj:e,callBack:r,capture:s})}off(t,e,r,s){_.off(t,e,r,s);let i,o=this.events;for(let a=0,c=o.length;a<c;a++)if(i=o[a],i.event===t&&i.obj===e){o.splice(a,1);break}}set(){let t=this.events;for(let e=0,r=t.length;e<r;e++){let s=t[e];_.on(s.event,s.obj,s.callBack,s.capture)}}unset(){let t=this.events;for(let e=0,r=t.length;e<r;e++){let s=t[e];_.off(s.event,s.obj,s.callBack,s.capture)}}reset(){this.unset(),this.events=[]}};var D=class{constructor(t,e){this.remoteStates=[];let r=this.convertStates(e);this.addStatesToTarget(t,r)}addStates(t,e){let r=this.convertStates(e);this.addStatesToTarget(t,r)}createState(t,e,r,s){return{action:t,state:e,callBack:r,targetId:s,token:null}}convertStates(t){let e=[];for(let r in t){if(!Object.prototype.hasOwnProperty.call(t,r))continue;if(r==="remotes"){this.setupRemoteStates(t[r],e);continue}let s=null,i=null,o=t[r];o&&typeof o=="object"&&(i=o.callBack,s=o.id||o.targetId,o=o.state),e.push(this.createState(r,o,i,s))}return e}setupRemoteStates(t,e){for(let r=0,s=t.length;r<s;r++){let i=t[r];if(i)for(let o in i){if(!Object.prototype.hasOwnProperty.call(i,o)||o==="id")continue;let a=null,c=i[o],l=c!==null?c:void 0;l&&typeof l=="object"&&(a=l.callBack,l=l.state),e.push(this.createState(o,l,a,i.id))}}}removeRemoteStates(t){let e=this.remoteStates;e&&this.removeActions(t,e)}removeActions(t,e){if(!(e.length<1))for(let r=0,s=e.length;r<s;r++){let i=e[r];i.token&&this.unbindRemoteState(t,i.token),i.targetId&&g.remove(i.targetId,i.action,i.token)}}restore(t){g.restore(t.id,t);let e=this.remoteStates;if(e)for(let r=0,s=e.length;r<s;r++){let i=e[r];i.token=this.bindRemoteState(t,i.action,i.targetId)}}bindRemoteState(t,e,r){let s=g.getTarget(r);return t.link(s,e)}unbindRemoteState(t,e){t.unlink(e)}addStatesToTarget(t,e){let r=this.remoteStates;for(let s=0,i=e.length;s<i;s++){let o=e[s],a=this.addAction(t,o);o.targetId&&(o.token=a,r.push(o))}}addAction(t,e){let r,s=e.action,i=e.targetId;i&&(r=this.bindRemoteState(t,s,i)),typeof e.state<"u"&&t.addAction(s,e.state);let o=e.callBack;return typeof o=="function"&&t.on(s,o),r||null}};var y=class extends E{constructor(t,e,r){super(t,e,r),this.isComponent=!0,this.stateResumed=!1,this.stateTargetId=null,this._externalData=this._externalData??!1,this._setupData()}setData(){return null}_setupData(){if(this.data)return;let t=this.setData();t&&(this.data=t)}resumeScope(t){this._resumeData(t.data),this.state=t.state,this.stateHelper=t.stateHelper,this.persistedChildren=t.persistedChildren,t.context&&(this.context=t.context),this.id=t.id,this._refreshContextData()}_resumeData(t){x.resume(this,t)}_refreshData(){x.refresh(this)}_refreshContextData(){x.refreshContext(this)}initialize(){this.setupContext(),this.addStates(),this.beforeSetup()}afterLayout(){this.addEvents(),this.afterSetup()}setupStateTarget(t){let e=t||this.stateTargetId||this.id;this.state=g.getTarget(String(e))}setupStates(){return{}}addStates(){let t=this.state;if(t){this.stateResumed=!0,this.stateHelper.restore(t);return}let e=this.setupStates();k.isEmpty(e)||this.setStateHelper(e)}setStateHelper(t={}){this.state||(this.setupStateTarget(),this.stateHelper=new D(this.state??{},t))}addState(t){!this.stateHelper||this.stateResumed==!0||this.stateHelper.addStates(this.state,t)}removeStates(){let t=this.state;t&&(this.stateHelper.removeRemoteStates(t),t.remove(),this.stateResumed=!1)}onFlush(t){let e=this.data??this?.context?.data??null;e&&e.onFlush(t)}setEventHelper(){this.events||(this.events=new A)}setupEvents(){return[]}addEvents(){let t=this.setupEvents();t.length<1||(this.setEventHelper(),this.events&&this.events.addEvents(t))}removeEvents(){let t=this.events;t&&t.reset()}prepareDestroy(){this.persistedCount=0,this.rendered=!1,this.beforeDestroy(),this.removeEvents(),this.removeStates(),this.removeContext(),this.data&&this.persist!==!0&&this.data.unlink()}};var K={created:"onCreated",setStates:"setupStates",state:"setupStates",events:"setupEvents",before:"beforeSetup",render:"render",after:"afterSetup",destroy:"beforeDestroy"};var j=(n,t)=>typeof n!="function"&&t==="setupStates"?()=>n:n,U=(n,t)=>{if(!n)return t;let e=Object.keys(n);for(let r=0,s=e.length;r<s;r++){let i=e[r],o=n[i],a=K[i]||i;t[a]=j(o,a)}return t},tt=n=>U(n,{}),et=0,Q=(n,t)=>{class e extends n{}return Object.assign(e.prototype,t),e.prototype._classId="jot"+et++,e},w=(n,t=y)=>{n||(n={});let e,r=typeof n;return r==="object"&&n.render?(e=tt(n),Q(t,e)):(e={render:r==="function"?n:()=>n},Q(t,e))};var W=(n,t)=>({attr:n,directive:t});var d=(n,t)=>({key:n,value:t});var V=(n,t,e,r)=>({tag:n,attr:t,directives:e,children:r});var X=null,rt=()=>X||(X=N.get("watch")),v=class{static getTag(t){return t.tag||"div"}static setupChildren(t){t.nest&&(t.children=t.nest,delete t.nest)}static setElementContent(t,e,r,s){return t==="text"?(s.push({tag:"text",textContent:e}),!0):t==="html"||t==="innerHTML"?(r.push(d("innerHTML",e)),!0):!1}static setTextAsWatcher(t,e,r){t.push(W(d(e,L.getWatcherSettings(r,G(e))),rt()))}static setButtonType(t,e,r){if(t==="button"){let s=e.type||"button";r.push(d("type",s))}}static parse(t,e){let r=[],s=[],i=t.tag||"div";i==="button"&&r.push(d("type",t.type||"button"));let o=[],a,c;for(let l in t){if(!Object.prototype.hasOwnProperty.call(t,l)||l==="tag"||(a=t[l],a==null))continue;if(l==="children"||l==="nest"){if(Array.isArray(a))for(let h=0;h<a.length;h++)o.push(a[h]);else o.push(a);continue}if((c=N.get(l))!==null){s.push(W(d(l,a),c));continue}let u=typeof a;if(u==="object"){if(L.isWatching(a)){this.setTextAsWatcher(s,l,a);continue}o.push(a);continue}if(u==="function"){let h=a,J=function(Z){h.call(this,Z,e)};J.originalCallback=h,r.push(d(l,J));continue}if(u==="string"&&a.includes("[[")){this.setTextAsWatcher(s,l,a);continue}if(l==="text"){o.push({tag:"text",textContent:a});continue}if(l==="html"||l==="innerHTML"){r.push(d("innerHTML",a));continue}r.push(d(l,a))}return V(i,r,s,o)}};var C=class{build(t,e,r){}setupComponent(t,e,r){let s=r?.getChildScope();t.parent=s,s&&s.persist===!0&&t.persist!==!1&&(t.persist=!0,t.parent.addPersistedChild(t)),t.cache&&s&&(s[t.cache]=t),t.setup(e)}buildComponent(t){let e=t.prepareLayout(),r=this.build(e,t.container,t);return t.afterBuild(),t.component&&typeof t.onCreated=="function"&&t.onCreated(t),r}createComponent(t,e,r){return this.setupComponent(t,e,r),this.buildComponent(t),t}setDirectives(t,e,r){}removeNode(t){}removeAll(t){}};var O=class extends C{build(t,e,r){let s=p.createDocFragment();if(Array.isArray(t))for(let i=0,o=t.length;i<o;i++)this.buildElement(t[i],s,r);else this.buildElement(t,s,r);return e&&typeof e=="object"&&e.appendChild(s),s}buildElement(t,e,r){if(t){if(t.isUnit===!0){this.createComponent(t,e,r);return}this.createElement(t,e,r)}}createElement(t,e,r){let s=r?.getChildScope();if(t.data||t.state){this.createTempComponent(t,e,s);return}let i=v.parse(t,s),o=this.createNode(i,e,s);this.cache(o,t.cache,r);let a=i.children;for(let l=0,u=a.length;l<u;l++){let h=a[l];h!==null&&this.buildElement(h,o,r)}let c=i.directives;c.length&&this.setDirectives(o,c,s)}createTempComponent(t,e,r){let s={cache:t.cache,key:t.key,_externalData:!0,setData:()=>t.data,...U(t.methods||{},{}),render(){return{...t,data:null,state:null,methods:null,key:null}}};t.state&&(s.setupStateTarget=function(o){this.state=t.state});let i=new y(s);this.createComponent(i,e,r)}setDirectives(t,e,r){for(let s=0,i=e.length;s<i;s++)this.handleDirective(t,e[s],r)}handleDirective(t,e,r){e.directive(t,e.attr.value,r)}cache(t,e,r){r&&e&&r.cacheEle(t,e)}createNode(t,e,r){let s=t.tag;if(s==="text"){let i=t.attr[0],o=i?i.value:"";return p.createText(o,e)}else if(s==="comment"){let i=t.attr[0],o=i?i.value:"";return p.createComment(o,e)}return p.create(s,t.attr,e,r)}removeNode(t){p.removeElement(t)}removeAll(t){p.removeAll(t)}};var st=new Set(["area","base","br","col","embed","hr","img","input","link","meta","source"]),S=class{static create(t,e=[],r=""){let s="",i="";for(let o=0,a=e.length;o<a;o++){let c=e[o],l=c.key,u=c.value;if(l==="text"||l==="textContent"){s+=u;continue}if(l==="html"||l==="innerHTML"){s+=u;continue}if(typeof u=="function"){let h="on"+q(l);i?i+=" "+h+'="'+u+'"':i=h+'="'+u+'"';continue}i?i+=" "+l+'="'+u+'"':i=l+'="'+u+'"'}return st.has(t)?"<"+t+" "+i+" />":"<"+t+" "+i+">"+s+r+"</"+t+">"}static createText(t){return t}static createComment(t){return"<!-- "+t+" -->"}};var P=class extends C{build(t,e,r){if(Array.isArray(t)){let s="";for(let i=0,o=t.length;i<o;i++)s+=this.buildElement(t[i],r);return s}return this.buildElement(t,r)}createComponent(t,e,r){return this.setupComponent(t,e,r),this.buildComponent(t)}buildElement(t,e){return t?t.isUnit===!0?this.createComponent(t,{},e):this.createElement(t,e):""}createElement(t,e){let r=v.parse(t,e),s=r.children,i="";for(let o=0,a=s.length;o<a;o++){let c=s[o];c!==null&&(i+=this.buildElement(c,e))}return this.createNode(r,i)}createNode(t,e){let r=t.tag;if(r==="text"){let s=t.attr[0],i=s?s.value:"";return S.createText(i)}else if(r==="comment"){let s=t.attr[0],i=s?s.value:"";return S.createComment(i)}return S.create(r,t.attr,e)}removeAll(t){}};var H=class{static browserIsSupported(){return typeof window<"u"&&typeof document=="object"}static setup(){return this.browserIsSupported()?new O:new P}};var m=H.setup(),nt=n=>typeof n=="object"&&n.isUnit===!0,it=n=>{let t=w(n);return t?new t:null},f=class{static render(t,e,r){return!t||(nt(t)||(t=it(t)),!t)?null:m.createComponent(t,e,r)}static build(t,e,r){return m.build(t,e,r)}static rebuild(t,e,r){return m.removeAll(e),this.build(t,e,r)}static setDirectives(t,e,r){m.setDirectives(t,e,r)}static createNode(t,e,r){return m.createNode(t,e,r)}static removeNode(t){m.removeNode(t)}static removeAll(t){m.removeAll(t)}};z.augment({buildLayout(n,t,e){f.build(n,t,e)}});var F=[],ot=n=>F.indexOf(n)!==-1,at=n=>({tag:"script",src:n.src,async:!1,load(t){F.push(n.src);let e=n.load;e&&e()}}),lt=n=>({tag:"link",rel:"stylesheet",type:"text/css",href:n.src,load(t){F.push(n.src);let e=n.load;e&&e()}}),R=class{constructor(t){this.percent=0,this.loaded=0,this.total=0,this.callBack=t||null}add(t){this.total++;let e,r=this.update.bind(this);t.indexOf(".css")!==-1?e=lt({load:r,src:t}):e=at({load:r,src:t}),f.build(e,document.head)}addFiles(t){t&&t.forEach(e=>{ot(e)||this.add(e)})}update(){if(this.updateProgress()<100)return;let e=this.callBack;e&&e()}updateProgress(){return++this.loaded,this.percent=Math.floor(this.loaded/this.total*100)}};var ct=n=>n?typeof n?.prototype?.constructor=="function":!1,b=class{static process(t,e){let r=t.default;return r?e.callback?e.callback(r):(ct(r)?r=new r:r=r(),r.isUnit===!0&&(r.route=e.route,e.persist&&(r.persist=!0)),r):null}static render(t,e,r){let s=f.build(t,null,r),i=s.firstChild||t?.panel;return e.after(s),i}};var I=class{static load(t,e,r){return t.then(s=>(e&&e(s),s)).catch(s=>{console.error("Error loading module:",s),r&&r(s)})}};var ut=n=>({tag:"comment",textContent:"import placeholder",onCreated:n.onCreated}),T=new Map,ht=n=>{if(T.has(n)){let r=T.get(n);return r&&typeof r.then!="function"?Promise.resolve(r):r}let t=typeof n,e;if(t==="string")e=import(n);else if(t==="function")e=n();else return n;return e.then(r=>{T.set(n,r)}),T.set(n,e),e},dt=n=>{if(!T.has(n))return null;let t=T.get(n);return t&&typeof t.then=="function"?null:t||null},Y=w({declareProps(){this.loaded=!1,this.generation=0},render(){return ut({onCreated:n=>{if(this.src){if(this.layout){this.layoutRoot=b.render(this.layout,this.panel,this.parent);return}if(this.depends){new R(()=>{this.loadAndRender(n)}).addFiles(this.depends);return}this.loadAndRender(n)}}})},loadAndRender(n){let t=this.generation,e=dt(this.src);if(e){this.renderModule(n,e);return}I.load(ht(this.src),r=>{t===this.generation&&this.renderModule(n,r)},r=>{t===this.generation&&(this.loaded=!1)})},renderModule(n,t){this.loaded=!0;let e=this.layout||b.process(t,{callback:this.callback,route:this.route,persist:this.persist});this.layout=e,this.layoutRoot=b.render(e,n,this.parent)},shouldUpdate(n){return this.updateLayout===!0?!0:this.updateLayout=n&&n.isUnit&&typeof n.update=="function"},updateModuleLayout(n){let t=this.layout;this.shouldUpdate(t)&&t&&t.update(n)},update(n){this.loaded===!0&&this.updateModuleLayout(n)},destroy(){this.generation++,this.layoutRoot&&(f.removeNode(this.layoutRoot),this.persist!==!0&&(this.layoutRoot=null,this.layout=null,this.loaded=!1,this.updateLayout=!1))}});var be=n=>{let t=typeof n;return(t==="string"||t==="function"||n instanceof Promise)&&(n={src:n}),new Y(n)};export{N as a,E as b,y as c,K as d,w as e,f,be as g};
2
+ //# sourceMappingURL=chunk-UEAKRA7Z.js.map
@@ -0,0 +1,2 @@
1
+ import{a as _,d as q}from"./chunk-SN4TNKC2.js";import{b as J,c as g,d as R,e as $,f as F}from"./chunk-EJIWXHRN.js";import{a as E,c as M,d as j}from"./chunk-QPFMAZXH.js";var z=new WeakMap,L=new WeakMap;function K(i){if(!i||typeof i!="object")return i;let t=L.get(i);return t!==void 0?t:i}var G=new WeakMap;function nt(i,t,e,s){let r=z.get(i);r||(r=new Map,z.set(i,r));let n=r.get(e);if(n)return n;let o=new Proxy(i,Q(t,e,s));return r.set(e,o),L.set(o,i),o}function X(i,t){let e=t.charCodeAt(0),s=e>=48&&e<=57;return i===""?s?"["+t+"]":t:s?i+"["+t+"]":i+"."+t}function Q(i,t="",e=""){return{get(s,r,n){let o=s[r];if(t===""&&r in s){if(typeof o=="function"){let u=G.get(s);u||(u=new Map,G.set(s,u));let h=u.get(r);if(h)return h;let l=o.bind(s);return u.set(r,l),l}return o}if(o=(s[e]||s)[r],o!==null&&typeof o=="object"){let u=X(t,r);return nt(o,i,u,e)}return o},set(s,r,n,o){if(t===""&&r in s)return s[r]=n,!0;let c=X(t,r);return i.set(c,n),!0}}}var Y=(i,t="stage")=>{let e=new Proxy(i,Q(i,"",t));return L.set(e,i),e};var C=class{static resume(t,e){if(!t)return null;let s,r=localStorage.getItem(t);return r===null?e&&(s=e):s=JSON.parse(r),s}static store(t,e){if(!t||!e)return!1;let s=JSON.stringify(e);return localStorage.setItem(t,s),!0}static remove(t){return t?(localStorage.removeItem(t),!0):!1}};var P=(i={})=>{let t={};if(!E.isObject(i))return t;let e=Object.keys(i);for(let s=0,r=e.length;s<r;s++){let n=e[s],o=i[n];typeof o!="function"&&(t[n]=o)}return t};var ot=0,Z=new Map,y={CHANGE:"change",DELETE:"delete"},v=(i,t)=>{let e=Z.get(i);return e||(e={change:`${i}:change`,delete:`${i}:delete`},Z.set(i,e)),t==="change"?e.change:e.delete},m=class{constructor(t={}){this.dirty=!1,this._retainState=!1,this._refreshState=!1,this.links=new Map,this._init(),this.setup(),this.dataTypeId="bd",this.eventSub=new J;let e=P(t);this.set(e);let s=Y(this);return this._proxy=s,s}retainState(){return this._retainState=!0,this._proxy||this}refreshState(){return this._refreshState=!0,this._proxy||this}setup(){this.stage={}}_init(){let t=++ot;this._dataNumber=t,this._id=`dt-${t}`,this._dataId=`${this._id}:`}onFlush(t){this.eventSub.onFlush(t)}flushPending(){this.eventSub.flush()}getDataId(){return String(this._id)}remove(){}on(t,e){let s=v(t,y.CHANGE);return this.eventSub.on(s,e)}off(t,e){let s=v(t,y.CHANGE);this.eventSub.off(s,e)}_setAttr(t,e,s=this,r=!1){let n=this.stage[t];e!==n&&(this.stage[t]=e,this._publish(t,e,s,y.CHANGE))}publishLocalEvent(t,e,s,r){let n=v(t,r);this.eventSub.publish(n,e,s)}_publish(t,e,s,r){this.publishLocalEvent(t,e,s,r),s=s||this,g.publish(this._dataId+t,e,s)}set(t,e,s){if(typeof t!="object")return this._setAttr(t,e,s),this;let r=Object.keys(t);for(let n=0;n<r.length;n++){let o=r[n],c=t[o];typeof c!="function"&&this._setAttr(o,c,e,s)}return this}_silentSet(t){let e=this.stage,s=Object.keys(t);for(let r=0,n=s.length;r<n;r++){let o=s[r];e[o]=t[o]}}getModelData(){return this.stage}_deleteAttr(t,e,s=this){delete t[e],this.publishLocalEvent(e,null,s,y.DELETE)}toggle(t){return typeof t>"u"?this:(this.set(t,!this.get(t)),this)}increment(t,e=null){if(typeof t>"u")return this;e=e!==null&&typeof e=="number"?e:1;let s=this.get(t);return this.set(t,s+e),this}decrement(t,e=null){if(typeof t>"u")return this;e=e!==null&&typeof e=="number"?e:1;let s=this.get(t);return this.set(t,s-e),this}concat(t,e){if(typeof t>"u")return this;let s=this.get(t);return this.set(t,s+e),this}ifNull(t,e){return this.get(t)===null&&this.set(t,e),this}setKey(t){return this.key=t,this}resume(t){let e=C.resume(String(this.key),t);return e?(this.set(e),this):this}store(){let t=this.get();return C.store(String(this.key),t)}delete(t){return typeof t=="string"?(this._deleteAttr(this.stage,t),this):(this.setup(),this)}_getAttr(t,e){return t[e]}get(t){return typeof t<"u"?this._getAttr(this.stage,t):this.getModelData()}link(t,e,s){if(arguments.length===1&&t.isData===!0&&(e=t.get()),typeof e!="object")return this.remoteLink(t,e,s);let r=[];return Object.entries(e).forEach(([n])=>{r.push(this.remoteLink(t,n))}),r}remoteLink(t,e,s){let r=s||e,n=t.get(e);typeof n<"u"&&this.get(e)!==n&&this.set(e,n);let o=t.on(e,(u,h)=>{if(h===this)return!1;this.set(r,u,t)});this.addLink(o,t);let c=this.on(r,(u,h)=>{if(h===t)return!1;t.set(e,u,this)});return t.addLink(c,this),o}addLink(t,e){this.links.set(t,e)}unlink(t){if(t){this.removeLink(t);return}let e=this.links;_.isEmpty(e)||(e.forEach((s,r)=>{this.removeLink(r,!1)}),this.links=new Map)}removeLink(t,e=!0){let s=this.links.get(t);s&&s.off(t),e!==!1&&this.links.delete(t)}};m.prototype.isData=!0;var W=class{constructor(t=1e3){this.cache=new Map,this.maxSize=t}get(t){return this.cache.get(t)}set(t,e){if(this.cache.delete(t),this.cache.set(t,e),this.cache.size>this.maxSize){let s=this.cache.keys().next().value;this.cache.delete(s)}}clear(){this.cache.clear()}},f={deepDataPattern:/(\w+)|(?:\[(\d)\))/g,segmentCache:new W(1e3),hasDeepData(i){return i.indexOf(".")!==-1||i.indexOf("[")!==-1},getSegments(i){let t=this.segmentCache.get(i);if(t!==void 0)return t;let e=this.deepDataPattern;return t=i.match(e),this.segmentCache.set(i,t),t}};var b=class{static set(t,e,s){if(!f.hasDeepData(e)){t[e]=s;return}let r,n=f.getSegments(e);if(!n)return;let o=n.length,c=o-1;for(let u=0;u<o;u++){let h=n[u];if(u===c){t[h]=s;break}if(t[h]===void 0){let l=h.charCodeAt(0);t[h]=l<48||l>57?{}:[]}t=t[h]}}static delete(t,e){if(!f.hasDeepData(e)){delete t[e];return}let s=f.getSegments(e);if(!s)return;let r=s.length,n=r-1;for(let o=0;o<r;o++){let c=s[o],u=t[c];if(u===void 0)break;if(o===n){if(Array.isArray(t)){t.splice(Number(c),1);break}delete t[c];break}t=u}}static get(t,e){if(!f.hasDeepData(e))return t[e]??void 0;let s=f.getSegments(e);if(!s)return;let r=s.length,n=r-1;for(let o=0;o<r;o++){let c=s[o],u=t[c]??void 0;if(u===void 0)break;if(t=u,o===n)return t}}};var tt=new Set,D=class{static MAX_DEPTH=50;static publishDeep(t,e,s,r){if(!f.hasDeepData(e)){this.publish(e,s,r);return}let n,o=f.getSegments(e);if(!o)return;let c=o.length,u=c-1,h="";for(let l=0;l<c;l++){let a=o[l];t=t[a];let p=a.charCodeAt(0);l>0?(p<48||p>57)&&(h+="."+a):h=a;let d;if(l===u)d=s;else{let x=o[l+1],A=x.charCodeAt(0);if(A>=48&&A<=57){h+="["+x+"]";continue}let k={};k[x]=t[x],d=k}this.publish(h,d,r)}}static publish(t,e,s,r=null,n=0){if(t=t||"",s(t,e),!(!e||typeof e!="object"||(e=K(e),r===null&&(tt.clear(),r=tt),!r))){if(r.has(e)){console.warn("[Publisher] Circular reference detected at path:",t);return}if(n>=this.MAX_DEPTH){console.warn("[Publisher] Max depth exceeded at path:",t,"- stopping recursion");return}r.add(e),Array.isArray(e)?this.publishArray(t,e,s,r,n):this.publishObject(t,e,s,r,n)}}static publishArray(t,e,s,r,n){let o=e.length;for(let c=0;c<o;c++){let u=e[c],h=t+"["+c+"]";this._checkPublish(h,u,s,r,n)}}static publishObject(t,e,s,r,n){let o=Object.keys(e);for(let c=0,u=o.length;c<u;c++){let h=o[c],l=e[h],a=t+"."+h;this._checkPublish(a,l,s,r,n)}}static _checkPublish(t,e,s,r,n){if(!e||typeof e!="object"){s(t,e);return}this.publish(t,e,s,r,n+1)}};var S=class extends m{setup(){this.attributes={},this.stage={}}_setAttr(t,e,s,r){typeof e!="object"&&e===this.get(t)||(!s&&r!==!0?b.set(this.attributes,t,e):this.dirty===!1&&(this.dirty=!0),b.set(this.stage,t,e),s=s||this,this._publish(t,e,s,y.CHANGE))}_silentSet(t){let e=this.stage,s=this.attributes,r=Object.keys(t);for(let n=0,o=r.length;n<o;n++){let c=r[n],u=t[c];e[c]=u,s[c]=u}}linkAttr(t,e){let s=t.get(e);if(!s)return;let r=Object.keys(s);for(let n=0,o=r.length;n<o;n++){let c=r[n];this.link(t,e+"."+c,c)}}scope(t,e){let s=this.get(t);if(!s)return!1;e=e||this.constructor;let r=new e(s);return r.linkAttr(this,t),r}splice(t,e){return this.delete(t+"["+e+"]"),this.refresh(t),this}push(t,e){let s=this.get(t);return Array.isArray(s)===!1&&(s=[]),s.push(e),this.set(t,s),this}concat(t,e){let s=this.get(t);return Array.isArray(s)===!1&&(s=[]),s=s.concat(e),this.set(t,s),this}unshift(t,e){let s=this.get(t);return Array.isArray(s)===!1&&(s=[]),s.unshift(e),this.set(t,s),this}shift(t){let e=this.get(t);if(Array.isArray(e)===!1)return null;let s=e.shift();return this.set(t,e),s}getIndex(t,e,s){let r=this.get(t);return Array.isArray(r)===!1?-1:typeof r[0]!="object"?r.indexOf(e):r.findIndex(o=>o[e]===s)}pop(t){let e=this.get(t);if(Array.isArray(e)===!1)return null;let s=e.pop();return this.set(t,e),s}refresh(t){return this.set(t,this.get(t)),this}_publish(t,e,s,r){this._pubCommitter=s,this._pubEvent=r;let n=this._publishCb||(this._publishCb=(o,c)=>this._publishAttr(o,c,this._pubCommitter,this._pubEvent));D.publish(t,e,n)}_publishAttr(t,e,s,r){let n=this._dataId+t;g.publish(n,e,s),this.publishLocalEvent(t,e,s,r)}mergeStage(){this.attributes=_.clone(this.stage),this.dirty=!1}getModelData(){return this.mergeStage(),this.attributes}revert(){this.set(this.attributes),this.dirty=!1}_deleteAttr(t,e,s=this){b.delete(t,e),this._delCommitter=s;let r=this._deleteCb||(this._deleteCb=(n,o)=>this.publishLocalEvent(n,o,this._delCommitter,y.DELETE));D.publish(e,e,r)}_getAttr(t,e){return b.get(t,e)}};var ct={"\n":"\\n","\r":"\\n"," ":"\\t"},ut=(i,t)=>{typeof i!="string"&&(i=String(i));let e=t?/[\n\r\t]/g:/\t/g;return i.replace(e,s=>ct[s])},et=(i,t)=>{if(typeof i!="string")return i;i=ut(i,t),i=encodeURIComponent(i);let e=/%22/g;return i.replace(e,'"')},H=(i,t)=>{let e=typeof i;return e==="undefined"?i:e!=="object"?(i=et(i),i):(Object.keys(i).forEach(s=>{let r=i[s];r!==null&&(i[s]=typeof r=="string"?H(r,t):et(r,t))}),i)};function st(i){return typeof i<"u"&&i.length>0?JSON.parse(i):!1}function V(i){return typeof i<"u"?JSON.stringify(i):null}var O=class{static prepareJsonUrl(t,e=!1){let s=typeof t=="object"?_.clone(t):t,r=H(s,e);return V(r)}static json={encode:V,decode:st};static xmlParse(t){return typeof t>"u"?!1:new DOMParser().parseFromString(t,"text/xml")}};var I=i=>i.data?i.data:i.context&&i.context.data?i.context.data:i.state?i.state:null;var T=class extends F{static create(t,e,s,r){let n=document.createElement(t);return this.addAttributes(n,e,r),s.appendChild(n),n}static addAttributes(t,e,s){if(!(!e||e.length<1))for(let r=0,n=e.length;r<n;r++){let o=e[r];this.addAttr(t,o.key,o.value,s)}}static addAttr(t,e,s,r){if(s===""||!e||e==="children")return;if(e==="innerHTML"){t.innerHTML=s;return}if(typeof s==="function"){if(e=$(e),s.originalCallback)M.add(e,t,s,!1,!0,s.originalCallback);else{let c=s,u=function(h){c.call(this,h,r)};M.add(e,t,u,!1,!0,c)}return}if(e.charCodeAt(4)===45){t.setAttribute(e,s);return}let o=R(e);t[o]=s}static addContent(t,e){e&&(e.textContent!==null?t.textContent=e.textContent:e.innerHTML&&(t.innerHTML=e.innerHTML))}static append(t,e){t.appendChild(e)}};var rt=/(\[\[(.*?(?:\[\d+\])?)\]\])/g,it=new Map,U={isWatching(i){if(Array.isArray(i)){let t=i[0];return typeof t=="string"&&t.includes("[[")}return this.hasParams(i)},hasParams(i){return typeof i=="string"&&i.includes("[[")},_getWatcherProps(i){let t=it.get(i);if(t!==void 0)return t;let e=i.match(rt),s=e?e.map(r=>r.slice(2,-2)):null;return it.set(i,s),s},updateAttr(i,t,e){switch(t){case"text":case"textContent":i.textContent=e;break;case"disabled":i.disabled=!e;break;case"checked":i.checked=!!e;break;case"required":i.required=!!e;break;case"src":if(i.tagName==="IMG"){i.src=e&&(e.indexOf(".")!==-1||e.indexOf("blob:")!==-1)?e:"";break}i.src=e;break;default:T.addAttr(i,t,e);break}},replaceParams(i,t,e=!1){let s=0;return i.replace(rt,function(r,n,o){let c=e?t[s]:t;s++;let u=c.get(o);return u??""})},_getWatcherCallBack(i,t,e,s,r){return()=>{let n=this.replaceParams(e,t,r);this.updateAttr(i,s,n)}},getValue(i,t){let e=i.value;return Array.isArray(e)===!1?[e,I(t)]:(e.length<2&&e.push(I(t)),e)},getPropValues(i,t,e){let s=[];for(let r=0,n=t.length;r<n;r++){let c=(e?i[r]:i).get(t[r])??"";s.push(c)}return s},getCallBack(i,t,e,s,r,n){let o=i.attr||"textContent",c=i.callBack;if(typeof c=="function"){let u=n||this._getWatcherProps(s)||[],h=u.length>1;return(l,a)=>{l=h!==!0?l:this.getPropValues(e,u,r);let p=c(l,t,a);typeof p<"u"&&this.updateAttr(t,o,p)}}return this._getWatcherCallBack(t,e,s,o,r)},addDataWatcher(i,t,e){let s=this.getValue(t,e),r=s[1]??e?.data??e?.context?.data??e?.state??null;if(!r)return;let n=s[0],o=Array.isArray(r),c=this._getWatcherProps(n),u=this.getCallBack(t,i,r,n,o,c);if(!o)c.length>1?g.watchMany(i,r,c,u):this.addWatcher(i,r,c[0],u);else for(let h=0,l=c.length;h<l;h++)this.addWatcher(i,r[h],c[h],u)},getWatcherSettings(i,t=null){if(typeof i=="string")return{attr:t,value:i};if(Array.isArray(i)){let e=i[i.length-1];e&&typeof e=="object"&&(e=t!==null?t:null);let s=i[1]&&typeof i[1]=="object"?[i[0],i[1]]:[i[0]];return typeof e=="function"?{attr:t,value:s,callBack:e}:{attr:e||"textContent",value:s}}return i},setup(i,t,e){t&&this.addDataWatcher(i,this.getWatcherSettings(t),e)},addWatcher(i,t,e,s){g.watch(i,t,e,s)}};var w=class{constructor(t){this.model=t,this.objectType=this.objectType||"item",this.url="",this.validateCallBack=null,this.init()}init(){let t=this.model;t&&t.url&&(this.url=t.url)}isValid(){let t=this.validate();if(t!==!1){let e=this.validateCallBack;typeof e=="function"&&e(t)}return t}validate(){return!0}getDefaultParams(){return""}setupParams(t){let e=this.getDefaultParams();return t=this.addParams(t,e),t}objectToString(t){let e=[];for(var s in t)Object.prototype.hasOwnProperty.call(t,s)&&e.push(s+"="+t[s]);return e.join("&")}addParams(t,e){if(t=t||{},typeof t=="string"&&(t=j.parseQueryString(t,!1)),!e)return this._isFormData(t)?t:this.objectToString(t);if(typeof e=="string"&&(e=j.parseQueryString(e,!1)),this._isFormData(t))for(var s in e)Object.prototype.hasOwnProperty.call(e,s)&&t.append(s,e[s]);else t=Object.assign(t,e),t=this.objectToString(t);return t}get(t,e){let s=this.model.get("id"),r="id="+s,n=s?`/${s}`:"",o=this.model;return this._get(n,r,t,e,c=>{if(c){let u=this.getObject(c);u&&o.set(u)}})}getObject(t){return t[this.objectType]||t||!1}setupObjectData(){let t=this.model.get();return this.objectType+"="+O.prepareJsonUrl(t)}setup(t,e){if(!this.isValid())return;let s=this.setupObjectData(),r=this.model.id,n=r!=null?`/${r}`:"";return this._put(n,s,t,e)}add(t,e){if(!this.isValid())return;let s=this.setupObjectData(),r=this.model.id,n=r!=null?`/${r}`:"";return this._post(n,s,t,e)}update(t,e){if(!this.isValid())return;let s=this.setupObjectData(),r=this.model.id,n=r!=null?`/${r}`:"";return this._patch(n,s,t,e)}delete(t,e){let s=this.model.get("id"),r=typeof s<"u"?"id="+s:this.setupObjectData(),n=s!=null?`/${s}`:"";return this._delete(n,r,t,e)}getAllParams(t,e,s,r){let n=this.model.get();t=isNaN(Number(t))?0:t,e=isNaN(Number(e))?50:e;let o=n.search||"",c=n.filter||"";typeof c=="object"&&(c=JSON.stringify(c));let u=n.dates||"";typeof u=="object"&&(u=JSON.stringify(u));let h=n.orderBy||"";typeof h=="object"&&(h=JSON.stringify(h));let l=n.groupBy||"";return Array.isArray(l)&&(l=JSON.stringify(l)),"&filter="+c+"&offset="+t+"&limit="+e+"&dates="+u+"&orderBy="+h+"&groupBy="+l+"&search="+o+"&lastCursor="+(typeof s<"u"&&s!==null?s:"")+"&since="+(typeof r<"u"&&r!==null?r:"")}all(t,e,s,r,n=null,o=null){let c=this.getAllParams(s,r,n,o);return this._get("",c,t,e)}getUrl(t){let e=this.url;if(!t)return this.replaceUrl(e);t[0]==="/"&&(t=t.substring(1));let s=t[0]==="?"?e+t:e+"/"+t;return this.replaceUrl(s)}setupRequest(t,e,s,r,n){let o={url:this.getUrl(t),method:e,params:s,completed:(u,h)=>{typeof n=="function"&&n(u),this.getResponse(u,r,h)}};return this._isFormData(s)&&(o.headers={}),q(o)}setupEventSource(t,e,s,r,n=!0){let o=null,c,u=!1,h=!1,l=()=>{c&&(clearTimeout(c),c=void 0)},a=()=>{if(u||!n||h)return;l(),c=setTimeout(()=>{c=void 0,p()},3e3)},p=()=>{if(u||h)return;if(o){try{o.close()}catch{}o=null}h=!0;let d=this.getUrl(t),x=e?"?"+e:"";o=new EventSource(d+x,{withCredentials:!0}),o.onopen=()=>{h=!1,l(),r&&r()},o.onerror=()=>{h=!1,o&&o.readyState===EventSource.CLOSED&&(o=null,a())},o.onmessage=A=>{try{let k=JSON.parse(A.data);s&&s(k)}catch{}}};return p(),{get source(){return o},close:()=>{if(u=!0,h=!1,l(),o){try{o.close()}catch{}o=null}}}}replaceUrl(t){return U.isWatching(t)&&(t=U.replaceParams(t,this.model)),t.endsWith("/")&&(t=t.substring(0,t.length-1)),t}_isFormData(t){return t instanceof FormData}request(t,e,s,r){return this._request("","POST",t,e,s,r)}_get(t,e,s,r,n){return e=this.setupParams(e),e=this.addParams(e,s),t=t||"",e&&(t+="?"+e),this.setupRequest(t,"GET","",r,n)}_post(t,e,s,r,n){return this._request(t,"POST",e,s,r,n)}_put(t,e,s,r,n){return this._request(t,"PUT",e,s,r,n)}_patch(t,e,s,r,n){return this._request(t,"PATCH",e,s,r,n)}_delete(t,e,s,r,n){return this._request(t,"DELETE",e,s,r,n)}_request(t,e,s,r,n,o){return s=this.setupParams(s),s=this.addParams(s,r),this.setupRequest(t,e,s,n,o)}getResponse(t,e,s){typeof e=="function"&&e(t,s)}static extend(t){if(!t)return{};let e=this;class s extends e{constructor(n){super(n)}}return Object.assign(s.prototype,t),s}};var ht=i=>{let t={};if(!E.isObject(i)||!i.defaults)return t;let{defaults:e}=i;return Object.keys(e).forEach(s=>{let r=e[s];typeof r!="function"&&(t[s]=r)}),delete i.defaults,t},lt=i=>{if(!i||typeof i.xhr!="object")return{};let t={...i.xhr};return delete i.xhr,t},at=0,N=class extends S{constructor(t){let e=super(t);return this.initialize(),e}setup(){this.attributes={},this.stage={},this.url=this.url||"",this.xhr=this.xhr||{}}initialize(){}static extend(t={}){let e=this,s=lt(t),r=e.prototype.service.extend(s),n=ht(t);class o extends e{constructor(u){let h={...n,...P(u)};super(h),this.xhr=new r(this)}dataTypeId=`bm${at++}`}return Object.assign(o.prototype,t),o.prototype.service=r,o}};N.prototype.service=w;var B=class extends m{};export{Y as a,m as b,S as c,I as d,T as e,U as f,N as g,B as h};
2
+ //# sourceMappingURL=chunk-UQGSGBNZ.js.map
@@ -0,0 +1,2 @@
1
+ import{g as o}from"./chunk-4PON5V2J.js";var i=class extends o{setup(){this.stage={}}addAction(t,e){return typeof e<"u"&&this.set(t,e),this}getState(t){return this.get(t)}removeAction(t,e){if(e)return this.off(t,e),this;let s=this.stage;return typeof s[t]<"u"&&delete s[t],this}};var a=class extends i{constructor(t){super(),this.id=t}setup(){this.stage={},this.id=""}};var h=class{static targets=new Map;static restore(t,e){this.targets.set(t,e)}static getTarget(t){return this.targets.has(t)||this.targets.set(t,new a(t)),this.targets.get(t)}static getActionState(t,e){return this.getTarget(t).get(e)}static add(t,e,s){let r=this.getTarget(t);return e&&r.addAction(e,s),r}static addAction(t,e,s){return this.add(t,e,s)}static removeAction(t,e,s){s&&this.off(t,e,s)}static on(t,e,s){let r=this.getTarget(t);return e?r.on(e,s):null}static off(t,e,s){this.remove(t,e,s)}static remove(t,e,s){let r=this.targets,n=r.get(t);if(n){if(e){n.off(e,s);return}this.targets.delete(t)}}static set(t,e,s){this.getTarget(t).set(e,s)}};export{i as a,h as b};
2
+ //# sourceMappingURL=chunk-WZCKX2VG.js.map
@@ -0,0 +1,2 @@
1
+ import{h as o}from"./chunk-EZ5NGKIX.js";var i=class extends o{setup(){this.stage={}}addAction(t,e){return typeof e<"u"&&this.set(t,e),this}getState(t){return this.get(t)}removeAction(t,e){if(e)return this.off(t,e),this;let s=this.stage;return typeof s[t]<"u"&&delete s[t],this}};var a=class extends i{constructor(t){super(),this.id=t}setup(){this.stage={},this.id=""}};var h=class{static targets=new Map;static restore(t,e){this.targets.set(t,e)}static getTarget(t){return this.targets.has(t)||this.targets.set(t,new a(t)),this.targets.get(t)}static getActionState(t,e){return this.getTarget(t).get(e)}static add(t,e,s){let r=this.getTarget(t);return e&&r.addAction(e,s),r}static addAction(t,e,s){return this.add(t,e,s)}static removeAction(t,e,s){s&&this.off(t,e,s)}static on(t,e,s){let r=this.getTarget(t);return e?r.on(e,s):null}static off(t,e,s){this.remove(t,e,s)}static remove(t,e,s){let r=this.targets,n=r.get(t);if(n){if(e){n.off(e,s);return}this.targets.delete(t)}}static set(t,e,s){this.getTarget(t).set(e,s)}};export{i as a,h as b};
2
+ //# sourceMappingURL=chunk-ZUZXAZXR.js.map
@@ -0,0 +1,2 @@
1
+ import{c as e,d as r}from"../chunks/chunk-SN4TNKC2.js";import"../chunks/chunk-QPFMAZXH.js";export{r as Ajax,e as XhrRequest};
2
+ //# sourceMappingURL=ajax.js.map
@@ -0,0 +1,2 @@
1
+ import{a as h,b as A,c as i,d as c,e as a,f as P,g as C}from"../chunks/chunk-M6RVE2QG.js";import"../chunks/chunk-DZCEWMDW.js";import{f as s}from"../chunks/chunk-UQGSGBNZ.js";import"../chunks/chunk-SN4TNKC2.js";import"../chunks/chunk-EJIWXHRN.js";import"../chunks/chunk-QPFMAZXH.js";var D=r=>typeof r!="string"?r:f(r),f=r=>[{tag:"text",textContent:r}],m=()=>({props:{},children:[]}),d=r=>({props:{},children:f(r)}),l=r=>({props:{},children:r}),u=r=>({props:r[0]||{},children:D(r[1])});var O=r=>({props:{watch:r},children:[]}),S=r=>{if(r.length===0)return m();let t=r[0],e=typeof t;if(e==="string"||e==="number")return d(t);if(Array.isArray(t))return s.isWatching(t)?O(t):l(t);let o=r[1]??r[0]??[];return o&&Array.isArray(o)&&s.isWatching(o)&&(r[0]=Array.isArray(r[0])?{}:r[0],r[0].watch=o,r[1]=[]),u(r)},b=r=>(...t)=>{let{props:e,children:o}=S(t);return r(e,o)};var H=(r,t)=>{let e=Object.keys(r);for(let o=0,n=e.length;o<n;o++){let p=e[o],x=r[p],y=c[p]||p;t.prototype[y]=x}return t},T=0,W=r=>{let t=class extends r{};return t.prototype._classId="pod"+T++,t},j=(r,t=i)=>{if(!r)return null;let e=W(t),o={},n=r(o);return H(o,e),e.prototype.render=n,e};export{b as Atom,P as Builder,i as Component,h as Directives,C as Import,a as Jot,j as Pod,A as Unit};
2
+ //# sourceMappingURL=component.js.map
@@ -0,0 +1,2 @@
1
+ import{c as a,g as e,h as o}from"../chunks/chunk-UQGSGBNZ.js";import"../chunks/chunk-SN4TNKC2.js";import"../chunks/chunk-EJIWXHRN.js";import"../chunks/chunk-QPFMAZXH.js";export{a as Data,e as Model,o as SimpleData};
2
+ //# sourceMappingURL=data.js.map
@@ -0,0 +1,2 @@
1
+ var h={monthNames:["January","February","March","April","May","June","July","August","September","October","November","December"],dayNames:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],getDayName(e=new Date().getDay(),t=!1){if(typeof Intl<"u"){let n=new Date(2004,0,4+e);return new Intl.DateTimeFormat(void 0,{weekday:t?"short":"long"}).format(n)}let a=this.dayNames;if(e>a.length)return null;let r=a[e];return t?r.substring(0,3):r},convertJsMonth(e){return this.padNumber(e+1)},convertDate(e,t=!1){e=e?e.replace(/\s/,"T"):"";let a=new Date(e);if(typeof Intl<"u"){let n={weekday:"long",month:"short",day:"2-digit"};return t&&(n.year="numeric"),new Intl.DateTimeFormat(void 0,n).format(a)}let r=t===!0?" "+a.getFullYear():"";return this.getDayName(a.getDay())+", "+this.getMonthName(a.getMonth(),!0)+" "+this.padNumber(a.getDate())+r},padNumber(e){return e<=9?"0"+e:String(e)},createDate(e){return e?(typeof e=="string"&&e.indexOf("-")>-1&&(e=e.replace(/\s/,"T"),e=e.indexOf(":")>-1?e:e+"T00:00:00"),new Date(e)):new Date},format(e,t){let a=this.createDate(t);return e!=="sql"&&typeof Intl<"u"?new Intl.DateTimeFormat(void 0,{year:"numeric",month:"2-digit",day:"2-digit"}).format(a):this.renderDate(a.getFullYear(),a.getMonth()+1,a.getDate(),e)},formatTime(e,t){let a=this.createDate(e);if(t!==24&&typeof Intl<"u")return new Intl.DateTimeFormat(void 0,{hour:"numeric",minute:"2-digit",hour12:!0}).format(a);let r=t===24?"sql":"standard";return this.renderTime(a.getHours(),a.getMinutes(),a.getSeconds(),r)},getMeridian(e){return e=Number(e),e>=12?"PM":"AM"},convert24To12(e){return e=Number(e),e>12&&(e=e-12),e},convert12To24(e,t){return e=Number(e),t.toLowerCase()==="pm"&&(e=e+12),e},renderDate(e,t,a,r="sql"){return t=Number(t),a=Number(a),r==="sql"?`${e}-${this.padNumber(t)}-${this.padNumber(a)}`:`${this.padNumber(t)}/${this.padNumber(a)}/${e}`},renderTime(e,t,a=0,r="sql"){if(r==="sql")return`${this.padNumber(e)}:${this.padNumber(t)}:${this.padNumber(a)}`;let n=this.getMeridian(e);return e=this.convert24To12(e),`${e}:${this.padNumber(t)} ${n}`},leapYear(e){return e%400===0||e%100!==0&&e%4===0},getMonthName(e=new Date().getMonth(),t=!1){if(typeof Intl<"u"){let n=new Date(2e3,e,1);return new Intl.DateTimeFormat(void 0,{month:t?"short":"long"}).format(n)}let a=this.monthNames;if(e>a.length)return"";let r=a[e];return r?t?r.substring(0,3):r:""},getMonthLength(e,t){let a=new Date;return e=typeof e<"u"?e:a.getMonth(),t=typeof t<"u"?t:a.getFullYear(),this.getMonthsLength(t)[e]},getMonthsLength(e=new Date().getFullYear()){return this.leapYear(e)===!0?[31,29,31,30,31,30,31,31,30,31,30,31]:[31,28,31,30,31,30,31,31,30,31,30,31]},getLocalDate(e,t="America/Denver"){let a=new Date(e);if(Number.isNaN(a.getMonth())===!0){let s=/[- :]/,o=e.split(s);a=new Date(o[0],o[1]-1,o[2],o[3],o[4],o[5])}let r=new Date(Date.parse(a.toLocaleString("en-US",{timeZone:t}))),n=a.getTime()-r.getTime();return new Date(a.getTime()+n)},getLocalTime(e,t=!1,a=!1,r="America/Denver"){if(!e)return"";let n=this.getLocalDate(e,r);if(!t&&typeof Intl<"u"){let u={hour:"numeric",minute:"2-digit",second:"2-digit",hour12:!0};return a===!1&&(u.year="numeric",u.month="2-digit",u.day="2-digit"),new Intl.DateTimeFormat(void 0,u).format(n)}let s=n.getMonth()+1,o=t===!0?"sql":"standard",f="";return a===!1&&(f+=this.renderDate(n.getFullYear(),s,n.getDate(),o)+" "),f+this.renderTime(n.getHours(),n.getMinutes(),n.getSeconds(),o)},getDiffFromNow(e,t=!1){e=e.replace(/\s/,"T");let a=new Date(e),r=new Date;return t===!0&&r.setHours(0,0,0,0),r.getTime()-a.getTime()},getAge(e){let t=this.getDiffFromNow(e),a,r;switch(!0){case t<864e5:a="1 day";break;case t<6048e5:r=this.toDays(t),a=r+" days";break;case t<12096e5:a="1 week";break;case t<2592e6:r=this.toDays(t);var n=Math.floor(r/7);a=n+" weeks";break;case t<5184e6:a="1 month";break;case t<31104e6:var s=this.toMonths(t);a=s+" months";break;default:var o=this.toYears(t);a=o}return String(a)},getTimeFrame(e){let t=this.getDiffFromNow(e);return this.convertToEstimate(t)},convertToEstimate(e){let t="",a,r,n,s,o,f,u;if(e<=0)switch(!0){case e<-63072e6:n=this.toYears(Math.abs(e)),t="in "+n+" y";break;case e<-31536e6:t="in 1y";break;case e<-5184e6:s=this.toMonths(Math.abs(e)),t="in "+s+"mo";break;case e<-2592e6:t="in 1mo";break;case e<-12096e5:a=this.toDays(Math.abs(e)),r=Math.floor(a/7),t="in "+r+"w";break;case e<-6048e5:t="in 1w";break;case e<-1728e5:a=this.toDays(Math.abs(e)),t="in "+a+"d";break;case e<-864e5:t="tomorrow";break;case e<-72e5:o=this.toHours(Math.abs(e)),t="in "+o+" h";break;case e<=-36e5:t="in 1h";break;case e<-12e4:f=this.toMinutes(Math.abs(e)),t="in "+f+"m";break;case e<-6e4:t="in 1m";break;case e<-2e3:u=this.toSeconds(Math.abs(e)),t="in "+u+"s";break;case e<-1:t="in 1s";break;default:t="now"}else switch(!0){case e<1e3:t="1s ago";break;case e<6e4:u=this.toSeconds(e),t=u+"s ago";break;case e<12e4:t="1m ago";break;case e<36e5:f=this.toMinutes(e),t=f+"m ago";break;case e<72e5:t="1h ago";break;case e<864e5:o=this.toHours(e),t=o+"h ago";break;case e<1728e5:t="yesterday";break;case e<6048e5:a=this.toDays(e),t=a+"d ago";break;case e<12096e5:t="1w ago";break;case e<2592e6:a=this.toDays(e),r=Math.floor(a/7),t=r+"w ago";break;case e<5184e6:t="1mo ago";break;case e<31536e6:s=this.toMonths(e),t=s+"mo ago";break;case e<63072e6:t="1y ago";break;default:n=this.toYears(e),t=n+"y ago"}return t},toYears(e){return typeof e!="number"?0:Math.floor(e/31558464e3)},toMonths(e){return typeof e=="number"?Math.floor(e/2592e6):0},toDays(e){return typeof e!="number"?0:Math.floor(e/864e5*1)},toHours(e){return typeof e!="number"?0:Math.floor(e%864e5/36e5*1)},toMinutes(e){return typeof e!="number"?0:Math.floor(e%864e5%36e5/6e4*1)},toSeconds(e){return typeof e!="number"?0:Math.floor(e%864e5%36e5%6e4/1e3*1)},getDifference(e,t){let a=new Date(e),r=new Date(t),n=r.getTime()-a.getTime();return{years:this.toYears(n),days:this.toDays(n),hours:this.toHours(n),minutes:this.toMinutes(n),seconds:this.toSeconds(n)}}};export{h as DateTime};
2
+ //# sourceMappingURL=date.js.map
@@ -0,0 +1,2 @@
1
+ import{f as m}from"../chunks/chunk-EJIWXHRN.js";import"../chunks/chunk-QPFMAZXH.js";export{m as Html};
2
+ //# sourceMappingURL=html.js.map
@@ -0,0 +1,2 @@
1
+ import{h as r,i as o,j as t}from"../chunks/chunk-M6RVE2QG.js";import"../chunks/chunk-DZCEWMDW.js";import"../chunks/chunk-UQGSGBNZ.js";import"../chunks/chunk-SN4TNKC2.js";import"../chunks/chunk-EJIWXHRN.js";import"../chunks/chunk-QPFMAZXH.js";export{r as NavLink,o as Router,t as router};
2
+ //# sourceMappingURL=router.js.map
@@ -0,0 +1,2 @@
1
+ import{a as r,b as t}from"../chunks/chunk-DZCEWMDW.js";import"../chunks/chunk-UQGSGBNZ.js";import"../chunks/chunk-SN4TNKC2.js";import"../chunks/chunk-EJIWXHRN.js";import"../chunks/chunk-QPFMAZXH.js";export{r as State,t as Store};
2
+ //# sourceMappingURL=state.js.map
@@ -0,0 +1 @@
1
+ export { Ajax, XhrRequest } from "../modules/ajax/ajax.js";