taggedjs 3.1.12 → 3.1.15
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.
- package/bundle.js +1 -1
- package/bundle.js.map +1 -1
- package/js/TagJsTags/TagJsTag.type.d.ts +1 -0
- package/js/TagJsTags/getArrayTagJsTag.function.js.map +1 -1
- package/js/TagJsTags/getSimpleTagVar.function.js +11 -4
- package/js/TagJsTags/getSimpleTagVar.function.js.map +1 -1
- package/js/TagJsTags/host.function.js +8 -12
- package/js/TagJsTags/host.function.js.map +1 -1
- package/js/TagJsTags/tag.function.d.ts +7 -3
- package/js/TagJsTags/tag.function.js +9 -5
- package/js/TagJsTags/tag.function.js.map +1 -1
- package/js/TagJsTags/tagInject.function.js.map +1 -1
- package/js/elements/ElementFunction.type.d.ts +72 -6
- package/js/elements/attributeCallables.js +9 -2
- package/js/elements/attributeCallables.js.map +1 -1
- package/js/elements/elementFunctions.d.ts +4 -50
- package/js/elements/elementFunctions.js +125 -127
- package/js/elements/elementFunctions.js.map +1 -1
- package/js/elements/htmlTag.function.js +28 -25
- package/js/elements/htmlTag.function.js.map +1 -1
- package/js/elements/processDesignElementUpdate.function.js +4 -3
- package/js/elements/processDesignElementUpdate.function.js.map +1 -1
- package/js/elements/processElementVar.function.js +1 -1
- package/js/elements/processElementVar.function.js.map +1 -1
- package/js/elements/processElementVarFunction.function.js +1 -0
- package/js/elements/processElementVarFunction.function.js.map +1 -1
- package/js/index.d.ts +0 -2
- package/js/index.js +3 -2
- package/js/index.js.map +1 -1
- package/js/interpolations/attributes/bindSubjectCallback.function.js +1 -4
- package/js/interpolations/attributes/bindSubjectCallback.function.js.map +1 -1
- package/js/interpolations/attributes/howToSetInputValue.function.js.map +1 -1
- package/js/interpolations/attributes/processFunctionAttr.function.js +2 -2
- package/js/interpolations/attributes/processFunctionAttr.function.js.map +1 -1
- package/js/interpolations/attributes/renderTagArray.function.js +2 -8
- package/js/interpolations/attributes/renderTagArray.function.js.map +1 -1
- package/js/interpolations/attributes/updateNameOnlyAttrValue.function.d.ts +1 -1
- package/js/interpolations/attributes/updateNameOnlyAttrValue.function.js +2 -2
- package/js/interpolations/attributes/updateNameOnlyAttrValue.function.js.map +1 -1
- package/js/render/addOneContext.function.d.ts +2 -1
- package/js/render/addOneContext.function.js +3 -2
- package/js/render/addOneContext.function.js.map +1 -1
- package/js/render/attributes/createDynamicAttribute.function.js +2 -0
- package/js/render/attributes/createDynamicAttribute.function.js.map +1 -1
- package/js/render/attributes/processAttribute.function.js +11 -9
- package/js/render/attributes/processAttribute.function.js.map +1 -1
- package/js/render/attributes/processStandAloneAttribute.function.d.ts +1 -1
- package/js/render/attributes/processStandAloneAttribute.function.js +78 -16
- package/js/render/attributes/processStandAloneAttribute.function.js.map +1 -1
- package/js/render/attributes/processTagJsAttribute.function.js +4 -1
- package/js/render/attributes/processTagJsAttribute.function.js.map +1 -1
- package/js/render/attributes/processUpdateAttrContext.function.js +1 -1
- package/js/render/attributes/processUpdateAttrContext.function.js.map +1 -1
- package/js/render/dom/processAttributeArray.function.js.map +1 -1
- package/js/render/executeWrap.function.js +0 -4
- package/js/render/executeWrap.function.js.map +1 -1
- package/js/render/index.d.ts +1 -2
- package/js/render/index.js +2 -2
- package/js/render/index.js.map +1 -1
- package/js/render/paint.function.d.ts +1 -2
- package/js/render/paint.function.js +23 -13
- package/js/render/paint.function.js.map +1 -1
- package/js/render/renderSupport.function.d.ts +0 -5
- package/js/render/renderSupport.function.js +0 -35
- package/js/render/renderSupport.function.js.map +1 -1
- package/js/render/renderTagOnly.function.js.map +1 -1
- package/js/render/update/updateExistingTagComponent.function.d.ts +0 -3
- package/js/render/update/updateExistingTagComponent.function.js +1 -46
- package/js/render/update/updateExistingTagComponent.function.js.map +1 -1
- package/js/state/array.function.js +2 -2
- package/js/state/array.function.js.map +1 -1
- package/js/state/arrayWatch.function.d.ts +3 -0
- package/js/state/arrayWatch.function.js +91 -0
- package/js/state/arrayWatch.function.js.map +1 -0
- package/js/state/callbackStateUpdate.function.js +2 -5
- package/js/state/callbackStateUpdate.function.js.map +1 -1
- package/js/state/index.d.ts +1 -0
- package/js/state/index.js +1 -0
- package/js/state/index.js.map +1 -1
- package/js/state/onRender.function.js +2 -2
- package/js/state/onRender.function.js.map +1 -1
- package/js/state/syncStates.function.d.ts +0 -1
- package/js/state/syncStates.function.js +0 -7
- package/js/state/syncStates.function.js.map +1 -1
- package/js/state/watchArray.function.d.ts +4 -0
- package/js/state/watchArray.function.js +59 -0
- package/js/state/watchArray.function.js.map +1 -0
- package/js/subject/Subject.class.js +3 -1
- package/js/subject/Subject.class.js.map +1 -1
- package/js/tag/ContextItem.type.d.ts +2 -1
- package/js/tag/cycles/setContextInCycle.function.d.ts +1 -1
- package/js/tag/cycles/setContextInCycle.function.js +4 -4
- package/js/tag/cycles/setContextInCycle.function.js.map +1 -1
- package/js/tag/destroyArrayContext.function.js +3 -0
- package/js/tag/destroyArrayContext.function.js.map +1 -1
- package/js/tag/output.function.js +0 -12
- package/js/tag/output.function.js.map +1 -1
- package/js/tag/props/safeRenderSupport.function.js +5 -5
- package/js/tag/props/safeRenderSupport.function.js.map +1 -1
- package/js/tag/update/arrays/compareArrayItems.function.d.ts +3 -4
- package/js/tag/update/arrays/compareArrayItems.function.js +9 -22
- package/js/tag/update/arrays/compareArrayItems.function.js.map +1 -1
- package/js/tag/update/arrays/processTagArray.js +98 -44
- package/js/tag/update/arrays/processTagArray.js.map +1 -1
- package/js/tag/update/convertTagToElementManaged.function.js +1 -6
- package/js/tag/update/convertTagToElementManaged.function.js.map +1 -1
- package/js/tag/update/getOverrideTagVar.js +12 -9
- package/js/tag/update/getOverrideTagVar.js.map +1 -1
- package/js/tag/update/handleTagTypeChangeFrom.function.js +2 -1
- package/js/tag/update/handleTagTypeChangeFrom.function.js.map +1 -1
- package/js/tag/update/processTagInit.function.js +5 -3
- package/js/tag/update/processTagInit.function.js.map +1 -1
- package/js/tag/update/tagValueUpdateHandler.function.js.map +1 -1
- package/js/tag/update/tryUpdateToTag.function.js +0 -5
- package/js/tag/update/tryUpdateToTag.function.js.map +1 -1
- package/js/version.d.ts +1 -1
- package/js/version.js +1 -1
- package/package.json +1 -1
package/bundle.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var t={d:(e,n)=>{for(var o in n)t.o(n,o)&&!t.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:n[o]})},o:(t,e)=>Object.prototype.hasOwnProperty.call(t,e)},e={};function n(t){return t.renderCount=t.renderCount||0,t.varCounter=0,t.state={newer:{state:[],states:[]}},t.global={blocked:[]}}t.d(e,{W9:()=>Ir,cg:()=>I,m0:()=>k,rS:()=>Uo,Y2:()=>o,ei:()=>Er,B7:()=>Z,TU:()=>X,XF:()=>Sr,PC:()=>kr,Ot:()=>fr,Mj:()=>dr,tD:()=>E,a:()=>Ea,Gf:()=>c,xe:()=>Ur,YO:()=>Lr,b:()=>Da,rf:()=>Xs,br:()=>Oa,um:()=>$n,x6:()=>Us,E2:()=>Mo,OH:()=>Ar,Ji:()=>_a,TB:()=>Bt,Ii:()=>Wt,mX:()=>no,yV:()=>pe,EI:()=>fe,aY:()=>Wa,zV:()=>G,pf:()=>Xo,ze:()=>Ho,Go:()=>ot,bD:()=>st,WJ:()=>Y,wL:()=>ro,Ng:()=>Rt,O:()=>ce,zH:()=>Ka,r3:()=>va,y4:()=>la,Df:()=>xs,Ie:()=>J,lI:()=>ma,$F:()=>Ra,vP:()=>Ua,hp:()=>Ee,qr:()=>ga,ts:()=>er,Zd:()=>ha,B4:()=>qo,HD:()=>jr,Az:()=>Nn,sV:()=>io,Ah:()=>n,f5:()=>Se,Gk:()=>Bn,j_:()=>nr,h1:()=>ea,h2:()=>na,h3:()=>oa,h4:()=>ra,h5:()=>sa,h6:()=>aa,zC:()=>Wo,d5:()=>zs,wx:()=>da,cF:()=>Xa,Hc:()=>ho,PB:()=>yt,uq:()=>wt,hr:()=>ta,qy:()=>Fs,gx:()=>Ps,pU:()=>Ia,_8:()=>Aa,hF:()=>_s,cy:()=>j,Tn:()=>L,Gv:()=>P,yL:()=>H,D8:()=>S,Ze:()=>A,_4:()=>M,mn:()=>O,Pf:()=>Ma,o1:()=>ba,z:()=>Vr,li:()=>ia,nf:()=>qs,iW:()=>pa,mI:()=>Ks,C$:()=>$a,et:()=>Ds,Vg:()=>Qs,ol:()=>ca,sA:()=>Oo,TG:()=>ao,MG:()=>Eo,PL:()=>Gn,uK:()=>Ws,CG:()=>fo,p:()=>Ha,nI:()=>h,Ae:()=>Fa,Fs:()=>lo,n1:()=>za,AS:()=>ya,iv:()=>Hr,r5:()=>Jr,M$:()=>Ie,Pc:()=>Ga,uc:()=>He,QB:()=>Ae,K$:()=>Ys,uW:()=>fa,Lt:()=>Rs,Jv:()=>Vt,TA:()=>Ct,Jn:()=>Tt,Ll:()=>tt,L6:()=>lr,EX:()=>La,Ln:()=>Pa,wk:()=>Io,xP:()=>Cr,ko:()=>ja,iF:()=>Zs,bc:()=>wr,B1:()=>oo,RX:()=>Qn,Sx:()=>qa,lR:()=>Na,JW:()=>Ba,ag:()=>Or,tp:()=>xa,Tc:()=>Ro,Hf:()=>Wr,zc:()=>ht,_A:()=>Fn,T_:()=>Ja,td:()=>Ca,g0:()=>Bs,pd:()=>ka,th:()=>Va,VQ:()=>Ta,DD:()=>Gs,tr:()=>wa,u:()=>Sa,ul:()=>ua,Ag:()=>Zo,gA:()=>Kt,NU:()=>tn,rE:()=>Za,wB:()=>br,id:()=>gr,MC:()=>hr,SZ:()=>mr});class o{get(t){return"todo"}}function r(){return tt.stateConfig.support}function s(t){return Nr(t.context),tt.stateConfig.support=t}const a=function(){};function c(t){}let u=[];const i=[];let l=[],p=[],f=[];const d={locks:0,removeLocks:0};function g(t,e){e.textContent=t}function h(){d.locks>0||(++d.locks,function(){const t=i.length;(function(){for(const t of i)t[0](...t[1])})(),i.splice(0,t);for(const t of l)t[0](...t[1]);for(const t of p)t[0](...t[1]);for(const t of u)t[0](...t[1])}(),--d.locks,function(){u=[],l=[],p=[];const t=f;f=[];for(const e of t)e[0](...e[1])}())}function m(t,e){i.push([b,[t,e]])}function b(t,e){const n=t.parentNode;t||console.debug("no element by",{_caller:e,element:t}),n||console.debug("no parentNode by",{_caller:e,element:t}),n.removeChild(t)}function v(t,e,n){t.parentNode.insertBefore(e,t)}function y(t,e){t.appendChild(e)}const x="object"==typeof document&&document.createElement("div");function w(t){return x.innerHTML=t,document.createTextNode(x.innerHTML)}function C(t,e,n=a,o){const r=w(e);v(t,r),n(r)}function V(t,e,n=a){x.innerHTML=e;const o=document.createTextNode(x.textContent);v(t,o),n(o)}function T(t,e,n){x.innerHTML=e;const o=document.createTextNode(x.textContent);y(t,o),n(o)}const J="";var k,I;!function(t){t.string="string",t.number="number",t.boolean="boolean",t[void 0]="undefined"}(k||(k={})),function(t){t.function="function",t.date="date",t.unknown="unknown",t.object="object"}(I||(I={}));const E={tag:"html",dom:"dom",templater:"templater",tagComponent:"tagComponent",tagArray:"tagArray",host:"host",subscribe:"subscribe",signal:"signal",renderOnce:"renderOnce",stateRender:"stateRender",version:Date.now()};function S(t){switch(t){case k.string:case k.number:case k.boolean:return!0}return!1}function A(t){if(!t)return!1;switch(t.tagJsType){case E.dom:case E.tag:case E.templater:return!0}return!1}function O(t){const e=t?.tagJsType;return e===E.tagComponent||e===E.stateRender}function M(t){return P(t)&&typeof t.subscribe===I.function}function H(t){return t&&L(t.then)}function L(t){return typeof t===I.function}function P(t){return typeof t===I.object&&null!==t}function j(t){return Array.isArray(t)}function D(t){const e=t.state;return e&&e.newest&&e.newest?e.newest:t.parentContext?D(t.parentContext):void 0}function N(t){let e=t;for(;e.ownerSupport&&!O(e.templater);)e=e.ownerSupport;const n=e.context.state;return n&&n.newest||e}function $(...t){return t}function U(t){const e=tt.stateConfig;return e.states[e.statesIndex]=t,++e.statesIndex,t($)}function R(t){const e=tt.stateConfig,n=e.statesIndex,o=N(e.prevSupport).context.state.older.states[n];let r=[];o((function(...t){return r=t,o.lastValues=r,t}));return e.states[e.statesIndex]=t,++e.statesIndex,t((function(...t){return r}))}function W(t){Nr(t);const e=tt.stateConfig;e.handlers.handler=z,e.handlers.statesHandler=U,e.rearray=[];const n=e.state=[],o=e.states=[];e.statesIndex=0;(t.state=t.state||{}).newer={state:n,states:o}}class _{}function B(t){const e=t.callback;if(!e)return t.defaultValue;const[n]=function(t){const[e]=t(_),[n]=t(e);return[e,n]}(e);return n}function F(){const t=tt.stateConfig,e=t.rearray[t.state.length];return t.state.push(e),e.defaultValue}function z(t){const e=tt.stateConfig,n=jr();if(!n||!n.state){const t="State requested but TaggedJs is not currently rendering a tag or host";throw console.error(t,{config:e,context:n,function:e.support?.templater.wrapper?.original}),new Error(t)}const o=n.state.newer;e.state=o.state;let r=t;if(typeof t===I.function&&(r=t()),typeof r===I.function){const t=r;r=function(...e){return t(...e)},r.original=t}const s={get:function(){return B(s)},defaultValue:r};return e.state.push(s),r}function G(t){const e=new Z;return e.subscribeWith=e=>{const n=[],o=[],r=(r,s)=>{n[s]=!0,o[s]=r;if(n.length===t.length){for(const t of n)if(!t)return;e(o,a)}},s=[...t],a=s.shift().subscribe((t=>r(t,0))),c=s.map(((t,e)=>t.subscribe((t=>r(t,e+1)))));return a.subscriptions=c,a},e}function K(t,e,n){const o=Z.globalSubCount$;Z.globalSubCount$.next(o.value+1);const r=function(){r.unsubscribe()};return r.callback=e,r.subscriptions=[],r.unsubscribe=function(){return function(t,e,n){!function(t,e){const n=t.findIndex((t=>t.callback===e));-1!==n&&t.splice(n,1)}(e,n);const o=Z.globalSubCount$;Z.globalSubCount$.next(o.value-1),t.unsubscribe=()=>t;const r=t.subscriptions;for(const t of r)t.unsubscribe();return t}(r,n,e)},r.add=t=>(r.subscriptions.push(t),r),r.next=t=>{e(t,r)},r}function q(t,e,n){const o=[...e],r=o.shift(),s=t=>{if(o.length)return q(t,o,n);n(t)};let a=s;const c=r(t,{setHandler:t=>a=t,next:s});a(c)}class Z{onSubscription;methods=[];isSubject=!0;subscribers=[];subscribeWith;value;constructor(t,e){this.onSubscription=e,arguments.length>0&&(this.value=t)}subscribe(t){const e=K(0,t,this.subscribers),n=this.subscribeWith;if(n){if(this.methods.length){const n=t;t=t=>{q(t,this.methods,(t=>n(t,e)))}}return n(t)}return this.subscribers.push(e),this.onSubscription&&this.onSubscription(e),e}next(t){this.value=t,this.emit()}set=this.next.bind(this);emit(){const t=this.value,e=this.subscribers;for(const n of e)n.callback(t,n)}toPromise(){return new Promise((t=>{this.subscribe(((e,n)=>{n.unsubscribe(),t(e)}))}))}toCallback(t){const e=this.subscribe(((n,o)=>{const r=o?.unsubscribe;r?r():setTimeout((()=>e.unsubscribe()),0),t(n)}));return e}pipe(...t){const e=[];"value"in this&&e.push(this.value);const n=new Z(...e);return n.setMethods(t),n.subscribeWith=t=>this.subscribe(t),n.next=t=>this.next(t),n}setMethods(t){this.methods=t}static all(t){return G(t.map((t=>{if(M(t))return t;return new Z(t,(e=>(e.next(t),e)))})))}static globalSubCount$=new Z(0)}class X extends Z{_value;constructor(...t){super(...t),this._value=t[0],Y(this)}next(t){this._value=t,this.emit()}emit(){const t=this._value,e=this.subscribers;for(const n of e)n.callback(t,n)}}function Y(t){Object.defineProperty(t,"value",{set(e){t._value=e,t.emit()},get:()=>t._value})}const Q=new Z(void 0,(function(t){r()||t.next()})),tt={stateConfig:{state:[],version:Date.now(),handlers:{handler:z,statesHandler:U}},tagClosed$:Q};function et(t,e,n){if(e.deleted)return;const o=t[e.valueIndex],r=e.tagJsVar;Nr(e),r.processUpdate(o,e,n,t),$r(),e.value=o}function nt(t,e){if(!t)return;const n=t.context.contexts;!function(t,e){const n=e.templater,o=e.templater.tag,r=n.values||o.values,s=t.templater.tag;s.values=r}(t,e),++d.locks,function(t,e){const n=t.templater.tag.values;for(const o of e)et(n,o,t)}(t,n),--d.locks,h()}function ot(t,e){return rt(t,e)}function rt(t,e){if(null===t||typeof t!==I.object)return t;if(e<0)return t;if(t instanceof Date)return new Date(t);if(t instanceof RegExp)return new RegExp(t);const n=j(t)?[]:Object.create(Object.getPrototypeOf(t));if(j(t))for(let o=0;o<t.length;o++)n[o]=rt(t[o],e-1);else for(const o in t)Object.prototype.hasOwnProperty.call(t,o)&&(n[o]=rt(t[o],e-1));return n}function st(t,e,n){return at(t,e,n)}function at(t,e,n){return!(t!==e&&(o=t,r=e,!L(o)||!L(r)||o.toString()!==r.toString()))||(n<0||typeof t===I.object&&typeof e===I.object&&(t instanceof Date&&e instanceof Date?t.getTime()===e.getTime():j(t)&&j(e)?function(t,e,n){if(t.length!==e.length)return!1;for(let o=0;o<t.length;o++)if(!at(t[o],e[o],n-1))return!1;return!0}(t,e,n-1):!j(t)&&!j(e)&&function(t,e,n){const o=Object.keys(t),r=Object.keys(e);if(0===o.length&&0===r.length)return!0;if(o.length!==r.length)return!1;for(const s of o){if(!r.includes(s)||!at(t[s],e[s],n-1))return!1}return!0}(t,e,n-1)));var o,r}function ct(t){return t.map(ut)}function ut(t,e){const n=t,o=t?.tagJsType;if(o)switch(o){case E.signal:case E.subscribe:case E.stateRender:return;case E.dom:case E.tag:case E.templater:return ct(n.values)}return j(t)?ct(n):ot(t,e)}function it(t,e){const n=t.length;for(let o=0;o<n;++o){const n=t[o],r=e[o];if(j(n)&&j(r)){if(n===r)continue;return 3}if(typeof n!==I.function||typeof r!==I.function)if(typeof n!==I.object){if(n!==r)return 3.3}else{if(!n&&!r)continue;if(typeof e===I.object){const t=Object.entries(n);for(const e of t){if(!lt(e,r))return 3.1}}}}return!1}function lt([t,e],n){const o=n[t];return typeof e===I.function&&typeof o===I.function||o===e}function pt(t,e){const n=t.context.providers;if(n)for(const t of n)for(let n=t.children.length-1;n>=0;--n){t.children[n].context.global===e&&t.children.splice(n,1)}t.context.destroy$.next(),t.context.renderCount=0}function ft(t,e){for(const n of t){const t=n.lastArray;if(t){ft(t,e);continue}const o=n.value;if(o?.tagJsType===E.subscribe){o.destroy(n,e),n.deleted=!0;continue}const r=n.global;if(!r)continue;const s=n.state.newest,a=r.subscriptions;a&&a.forEach(gt),O(s.templater)&&pt(s,r);ft(n.contexts,s),r.deleted=!0}}function dt(t,e=[],n=[]){for(const o of t){const t=o.global;if(!t)continue;const r=o.state.newest;if(r){e.push(r);const o=t.subscriptions;o&&n.push(...o)}const s=o.contexts;s&&dt(s,e,n)}return{tags:e,subs:n}}function gt(t){t.unsubscribe()}function ht(t,e,n){const o=e.tagJsVar.tagJsType;return o&&["tag-conversion","element"].includes(o)?(e.tagJsVar.processUpdate(t,e,n,[]),e.value=t,0):t===e.value?0:(++e.updateCount,er(e,t,n))}function mt(t,e,n,o,r){const s=e.context;if(s.locked=3,n.target=n.target||o,Nr(n),n.inputsHandler){const t=e.propsConfig;n.inputsHandler(t)}n.tagJsVar.processInit(t,n,e,r,o),$r(),n.value=t,delete s.locked}function bt(t){switch(t){case void 0:case!1:case null:return J}return t}function vt(t,e){if(t.startsWith("class."))return"class";if(t.startsWith("style."))return"style";const n=function(t){switch(t){case"autoselect":case"autoSelect":return"autoselect";case"autofocus":case"autoFocus":return"autofocus"}return!1}(t);return!1!==n?n:"value"===t&&"SELECT"===e&&"value"}function yt(t,e,n){if(P(n))return xt(t,e,n);l.push([Ct,[t,e,n]])}function xt(t,e,n){"object"!=typeof t[e]&&(t[e]={});for(const o in n){const r=n[o];l.push([kt,[t,e,o,r]])}if(t[e].setProperty)for(const o in n){const r=n[o];l.push([Jt,[t,e,o,r]])}}function wt(t,e,n){t.setAttribute(e,"")}function Ct(t,e,n){if(P(n))return xt(t,e,n);Tt(t,e,n)}function Vt(t,e,n){t[e]=!!n}function Tt(t,e,n){t[e]=n,void 0!==n&&!1!==n&&null!==n?t.setAttribute(e,n):t.removeAttribute(e)}function Jt(t,e,n,o){t[e].setProperty(n,o)}function kt(t,e,n,o){t[e][n]=o}function It(t,e,n,o){switch(o){case"autofocus":return void f.push([Mt,[n]]);case"autoselect":return void f.push([Ot,[n]]);case"style":{const o=t.split(".");return void l.push([Et,[n,o,e]])}case"class":return void function(t,e,n){const o=t.split(".");if(o.shift(),e){for(const t of o)l.push([St,[n,t]]);return}for(const t of o)l.push([At,[n,t]])}(t,e,n);case"value":return Ct(n,t,e),void f.push([t=>{t.value=e},[n]])}throw new Error(`Invalid special attribute of ${o}. ${t}`)}function Et(t,e,n){const o=e[1];t.style[o]=n,t.style.setProperty(o,n)}function St(t,e){t.classList.add(e)}function At(t,e){t.classList.remove(e)}function Ot(t){t.select()}function Mt(t){t.focus()}function Ht(t,e,n,o,r,s,a){return n.target=o,n.howToSet=r,n.attrName=t,n.isSpecial=a,e?.tagJsType?function(t,e,n,o,r){e.processInitAttribute(t,e,r,e,n,o,Ct),n.tagJsVar=e}(t,e,n,s,o):Lt(t,e,o,r,a,n)}function Lt(t,e,n,o,r,s){return"function"==typeof e?function(t,e,n,o,r){const s=t(),c={component:!1,tagJsType:"dynamic-attr",matchesInjection:t=>{const e=u.tagJsVar;if(e.matchesInjection)return e.matchesInjection(t,u)},hasValueChanged:(e,n,o)=>{const r=t();return u.tagJsVar.hasValueChanged(r,u,o)},processInit:a,processInitAttribute:a,destroy:(t,e)=>{u.tagJsVar.destroy(u,e)},processUpdate:(t,e,n,o)=>{++e.updateCount;const r=t();u.tagJsVar.processUpdate(r,u,n,o),u.value=r}},u={updateCount:0,isAttr:!0,target:o,parentContext:e,value:s,tagJsVar:Kt(s),valueIndex:-1,withinOwnerElement:!0,destroy$:new Z,render$:new Z},i={updateCount:0,isAttr:!0,contexts:[u],target:o,parentContext:e,value:t,tagJsVar:c,valueIndex:-1,withinOwnerElement:!0,destroy$:new Z,render$:new Z};return u.tagJsVar.processInitAttribute(n,s,o,u.tagJsVar,u,{},r),i}(e,s,t,n,o):r?It(t,e,n,r):void o(n,t,e)}function Pt(t,e,n,o,r,s){const a=e.tagJsVar,c=t;if(a.hasValueChanged(c,e,n)>0){a.destroy(e,n),o.removeAttribute(r);const c=Kt(t);return c.isAttr=!0,c.processInitAttribute(r,t,o,c,e,n,s),void(e.tagJsVar=c)}}function jt(t,e,n,o,r,s,a){o.destroy=Dt,o.hasValueChanged=Wt,o.processUpdate=(e,o,r)=>Pt(e,o,r,n,t,a);const c=vt(t,n.tagName);Lt(t,e,n,a,c,r),r.tagJsVar=o}function Dt(t){const e=t.target,n=t.attrName;e.removeAttribute(n)}function Nt(t){return{component:!1,tagJsType:"simple",value:t,processInitAttribute:jt,processInit:Ut,destroy:Rt,hasValueChanged:_t,processUpdate:$t}}function $t(t,e,n){return t===e.value?0:er(e,t,n)}function Ut(t,e,n,o,r){const s=bt(t);o=e.placeholder;const a=e.paint=[C,[o,s,function(t){e.simpleValueElm=t,delete e.paint},"processSimpleValueInit"]];u.push(a)}function Rt(t){if(!t.simpleValueElm&&t.paint)return void(t.paint[0]=a);const e=t.simpleValueElm;delete t.simpleValueElm,m(e,"deleteSimpleValue")}function Wt(t,e){return null==t||t===e.value?0:6}function _t(t,e){return null!=t&&[I.object,I.function].includes(typeof t)?(Rt(e),6):(function(t,e){const n=bt(t);if(e.paint)return void(e.paint[1][1]=n);const o=e.simpleValueElm;l.push([g,[n,o]])}(t,e),0)}function Bt(t,e){return j(t)?0:(ne(e),9)}function Ft(t){return{component:!1,tagJsType:"array",value:t,processInitAttribute:a,processInit:Gt,processUpdate:zt,hasValueChanged:Bt,destroy:ne}}function zt(t,e,n){if(++e.updateCount,Array.isArray(t))return void Xt(e,t,n);0===ht(t,e,n)&&Xt(e,t,n)}function Gt(t,e,n,o,r){Xt(e,t,n,r)}function Kt(t){const e=t?.tagJsType;return e?t:function(t){if(j(t))return Ft(t);return Nt(t)}(t)}function qt(t,e,n,o){return{updateCount:0,value:t,destroy$:new Z,render$:new Z,tagJsVar:Kt(t),withinOwnerElement:n,parentContext:o,valueIndex:o.varCounter}}function Zt(t,e,n,o,r){const s=document.createTextNode(J),a=qt(t,0,!0,e.context);return a.withinOwnerElement=!1,a.placeholder=s,r||(a.placeholder=o),mt(t,e,a,r,o),r&&p.push([y,[r,s]]),a}function Xt(t,e,n,o){const r=void 0===t.lastArray;r&&(t.lastArray=[]);const s=t.lastArray;let a=t.placeholder,c=0;const u=[];if(!r){for(let t=0;t<s.length;++t){const n=s[t];if(null===n.value){u.push(n);continue}const o=te(e,t,s,c);0!==o?2!==o?c+=o:t-=1:u.push(n)}t.lastArray=u}const i=e.length;for(let r=0;r<i;++r){a=Yt(e,r,t.lastArray,n,a,o).placeholder}}function Yt(t,e,n,o,r,s){const a=Qt(t[e]),c=n[e];if(c)return function(t,e,n,o,r,s,a){const c=n.length>r;if(c)return Array.isArray(t)?(e.tagJsVar.processUpdate(t,e,o,[]),e.value=t,e):(ht(t,e,o),e);const u=Zt(t,o,0,s,a);return n.push(u),u}(a,c,n,o,e,r,s);const u=Zt(a,o,0,r,s);return n.push(u),a&&(u.arrayValue=a?.arrayValue||u.arrayValue||e),u}function Qt(t){if("function"==typeof t&&void 0===t.tagJsType){t=t()}return t}function te(t,e,n,o){const r=t.length-1,s=e-o,a=s<0||r<s,c=n[e];if(a)return ee(c),1;void 0===c.arrayValue&&(c.arrayValue=e);const u=function(t,e,n,o,r){const s=e.arrayValue||r,a=t!==s;if(a)return ee(n),o.splice(r,1),2;return 0}(c.arrayValue,Qt(t[e]),c,n,e);return u}function ee(t){!function(t,e){if(t&&e.state?.oldest){return void ce(e.state.oldest,t)}e.tagJsVar.destroy(e,{})}(t.global,t)}function ne(t){++t.updateCount;oe(t,t.lastArray)}function oe(t,e){for(let t=0;t<e.length;++t)ee(e[t]);delete t.lastArray}function re(t){for(let e=t.length-1;e>=0;--e){se(t[e]),t.splice(e,1)}}function se(t){const e=t.marker;e&&m(e,"destroyMarker");m(t.domElement,"destroyClone")}function ae(t,e){t.contexts&&function(t,e){for(const n of t){if(n.withinOwnerElement){const t=n.tagJsVar;if(t&&"host"===t.tagJsType){const o=n.supportOwner,r=t.destroy(n,o);H(r)&&e.push(r)}continue}const t=n.lastArray;if(t){oe(n,t);continue}const o=n.simpleValueElm;if(o){delete n.simpleValueElm,m(o,"smartRemoveByContext");continue}const r=n.global;if(void 0===r)continue;r.deleted=!0;const s=n.state?.oldest;s&&ae(n,e)}}(t.contexts,e),t.htmlDomMeta&&re(t.htmlDomMeta)}function ce(t,e){const n=t.context;e.deleted=!0,n.renderCount=0;const o=[];return ft(n.contexts,t),t.templater.wrapper&&pt(t,e),ae(n,o),delete n.state,delete n.contexts,delete n.returnValue,delete n.providers,o}function ue(t,e){const n=ie(t,e);return!(n||!e.templater.tag?._innerHTML||!ie(t.outerHTML,e))||n}function ie(t,e){const n=t.templater,o=e.templater,r=n?.tag||t,s=o.tag;if(n?.tagJsType===E.stateRender)return n.dom===o.dom;if(!s&&!r.returnValue)return!0;if(!r.returnValue)return!1;throw new Error(`unknown tagJsType of ${r.tagJsType}`)}function le(t){++t.updateCount;const e=t.global,n=t.state.newest;delete t.inputsHandler,delete t.updatesHandler,ce(n,e),function(t){t.htmlDomMeta=[],delete t.contexts,delete t.state,delete t.global,t.renderCount=0}(t)}function pe(t,e){const n=e.state?.newest;if(A(t)){return ue(t,n)?0:7}const o=t?.tagJsType;if(o){const n=e.value;if(!n&&t)return 88;const o=n.wrapper,r=t.wrapper;return r?.original===o?.original?0:88}return 8}function fe(t,e){const o=e.global,r=e.state?.newest;if(A(t)){return ue(t,r)?(Qo(e,t,r),0):(ce(r,o),n(e),7)}const s=t?.tagJsType;if(s){return!0===Qo(e,t,e.state.newest.ownerSupport)?0:88}return le(e),8}function de(t,e,n,o,r,s,a){const c=document.createTextNode(J),i=function(t,e,n,o){const r=qt(t,0,n,o);return e.push(r),++o.varCounter,r}(t,e,r>0,o);return i.placeholder=c,i.target=s,s?p.push([y,[s,c]]):u.push([v,[a,c,"attachDynamicDom.attachDynamicDom"]]),mt(t,n,i,s,a),i}function ge(t,e){const n=function(t,e,n=[]){const o=t.context;n.push({support:t,renderCount:o.renderCount,provider:e});const r=e.children;for(let t=r.length-1;t>=0;--t){const o=r[t],s=o.context;n.push({support:o,renderCount:s.renderCount,provider:e})}return n}(t,e);return n}function he(t){return t.support}function me(t){const e=t.context;return Me(t.templater)?Le(t):Oe(t,t,e)}function be(t,e,n){return t}function ve(t){return typeof t!==I.object||!t||t.tagJsType}function ye(t,e,n,o,r,s){return null==t||s>r?e:typeof t===I.function?e.mem?(t.mem=e.mem,e):(t.mem=e,t):ve(e)?e:j(e)?function(t,e,n,o,r,s){for(let a=t.length-1;a>=0;--a){const c=t[a],u=e[a];t[a]=ye(u,c,n,o,s,r+1)}return t}(e,t,n,o,s,r):function(t,e,n,o,r,s){const a=Object.keys(t);for(const c of a){const a=t[c],u=ye(e[c],a,n,o,s,r+1);if(a===u)continue;const i=Object.getOwnPropertyDescriptor(t,c)?.set;i||(t[c]=u)}return t}(e,t,n,o,s,r)}function xe(t,e,o){const r=o.global,s=o.state.newest,a=s.templater.wrapper;let c=e.templater.wrapper,u=!1;const i=e.templater.tagJsType,l=E.stateRender===i||E.renderOnce===i;if(l)u=e.templater.tagJsType===E.renderOnce||ue(s,e);else if(a&&c){const t=s.templater.tag?._innerHTML;t&&(c=e.outerHTML);u=a.original===c.original}const p=e.templater;if(!u)return void function(t,e,o){const r=t.global;ce(t.state.oldest,r),n(t);const s=e;s.processInit(e,t,o,t.placeholder)}(o,p,t);const f=l||function(t,e){const n=e.props,o=t.propsConfig,r=o.latest,s=Wo(n,r,t.templater.propWatch);return s}(s,p);f&&(o.locked?r.blocked.push(e):(He(e),++o.renderCount))}function we(t){const e=t.context,o=e.global,r=e.contexts;if(r){const{subs:t,tags:e}=dt(r);for(const t of e){if(!0===t.context.global.deleted)return;Ce(t.context)}o.subscriptions&&t.forEach(gt)}Ce(e),n(e)}function Ce(t){t.global.deleted=!0,ae(t,[]),delete t.contexts}function Ve(t,e,n,o){const r=e.original,a=t.tagJsType===E.stateRender,c=tt.stateConfig;let u;if(s(n),a?u=t():(u=r(...o),typeof u===I.function&&void 0===u.tagJsType&&(u=u())),!u)throw new Error("A tag cannot return a value of type "+(null===u?"null":typeof u));const i=n.context;return i.returnValue=u,n.returnValue=u,t.tag=u,i.state.newer={...c},i.inputsHandler&&i.inputsHandler(o),$r(),n}function Te(t){!function(t){const e=tt.stateConfig,n=t||e.context;n.state=n.state||{},n.state.newer={...e};const o=e.support;n.state.newest=o}(t),function(){const t=tt.stateConfig;delete t.prevSupport,delete t.support,delete t.state,delete t.states,$r()}()}function Je(t,e,n,o){let r;const s=t.templater;if(s.tagJsType===E.stateRender){const e=s;r=Yo(s,n,o,t.appSupport),Ve(s,e,r)}else{r=(0,s.wrapper)(t,n,e)}return function(t,e){++t.context.renderCount,Te(t.context),tt.tagClosed$.next(e)}(r,o),r.ownerSupport=t.ownerSupport,r}function ke(t){const e=tt.stateConfig;return e.rearray=t,e.state=[],e.states=[],e.statesIndex=0,e.handlers.handler=F,e.handlers.statesHandler=R,e}function Ie(t,e,n,o){return function(t,e,n){ke(n),tt.stateConfig.prevSupport=e,s(t)}(t,e,n.state.older.state),Je(t,e,n,o)}function Ee(t,e,n,o){W(t.context),s(t);const r=Je(t,e,n,o);return $r(),r}function Se(t){const e=t?.context,n=e?.state;return n?.older?.state}function Ae(t,e,n){let o;o=Se(e)?Ie(t,e,n):Ee(t,e,n);const r=!e||ue(e,o);if(r){if(e){const t=e.templater.tag;if(t&&n.renderCount>0){const n=e?.templater,o=n?.tag;!function(t,e,n){if(t.tagJsType===E.dom){const o=n?.dom;return void(o!==t.dom&&we(e))}if(n){const o=n.strings;if(o){const n=o?.length;n!==t.strings.length&&we(e)}}}(t,e,o)}}}else{!function(t,e){const n=t.context,o=n.global;let r=-1;const s=n.providers=n.providers||[],a=s.length-1;for(;r++<a;){const t=s[r];let n=-1;const a=t.children.length-1;for(;n++<a;)if(o===t.children[n].context.global)return t.children.splice(n,1),void t.children.push(e)}}(e,o),we(e);const t=o.context;t.state.oldest=o,t.state.newest=o}return o.ownerSupport=t.ownerSupport,{support:o,wasLikeTags:r}}function Oe(t,e,n){const o=Ae(e,t,n);if(o.wasLikeTags){return nt(n.state.oldest,o.support),o.support}return Un(e,n)}function Me(t){return E.templater===t.tagJsType}function He(t){const e=t.context,n=e.global,o=Me(t.templater);if(e.locked)return n.blocked.push(t),t;if(o){return Le(t)}e.locked=4,n.blocked.length&&(t=n.blocked.pop(),n.blocked=[]);const r=Oe(e.state.newest,t,e);return delete e.locked,r}function Le(t){return He(N(t).context.state.newest)}function Pe(t,e){const n=e.context.global;if(n&&n.deleted)return!1;const o=function(t,e){const n=t.props,o=e.propsConfig,r=o.latest;if(je(n,r))return!0;switch(t.propWatch){case Uo.IMMUTABLE:return Bo(n,r);case Uo.SHALLOW:return it(n,r)}return!st(n,r,zo)}(t,e);return!!o}function je(t,e){return t.length!==e.length}function De(t,e=[]){const n=t.context,o=Me(t.templater),r=t.ownerSupport;if(n.locked)return e.push(t),e;if(o)return De(r,e);const s=t.context.global;if(s&&!0===s.deleted)return e;const a=t,c=O(a.templater),u=t.templater.tagJsType,i=r&&u!==E.stateRender&&(!c||Pe(a.templater,a));if(a.context.providers){const t=function(t){const e=t.context.providers;if(!e)return[];const n=[];for(const t of e){const e=ge(t.owner,t);n.push(...e.map(he))}return n}(a);e.push(...t)}return i?(De(r,e),c&&e.push(a),e):(e.push(a),e)}function Ne(t){++d.locks,t.forEach($e),--d.locks,h()}function $e(t){const e=t.context;if(!e.global)return void e.tagJsVar.processUpdate(e.value,e,t.ownerSupport,[]);He(e.state.newest)}function Ue(t,e,{resolvePromise:n,resolveValue:o}){return H(t)?t.then(function(t,e){return n=>{const o=t.context,r=o.global;if(!0===o.deleted||!0===r?.deleted)return e(n);return Ne(De(t)),e(n)}}(e,n)):o(t)}function Re(t,e){const n=e.context.global,o=function(t,e){if(!0!==n.deleted)return function(t,e,n,o){const r=N(e),s=r.context;s.locked=1;const a=t.apply(n,o);delete s.locked;return We(a,r)}(o.tagFunction,o.support,t,e)};return o.tagFunction=t,o.support=e,o}function We(t,e){const n=e.context.global;if(n?.deleted)return;return Ne(De(e)),Ue(t,e,{resolvePromise:Fe,resolveValue:ze})}const _e="no-data-ever",Be="promise-no-data-ever";function Fe(){return Be}function ze(){return _e}function Ge(t,e,n){const o=n[e];if(o){let e=!1;if(t.originalStopPropagation=t.stopPropagation,t.stopPropagation=function(){e=!0,t.originalStopPropagation.call(t),t.stopPropagation=t.originalStopPropagation,delete t.originalStopPropagation},o(t),t.defaultPrevented||e)return}const r=n.parentNode;r&&Ge(t,e,r)}function Ke(t,e,n,o){const r=t.appElement,s=function(t){"blur"===t&&(t="focusout");return"_"+t}(e);"blur"===e&&(e="focusout");const a=t.context.events;if(!a[e]){const t=function(t){Ge(t,s,t.target)};a[e]=t,r.addEventListener(e,t)}n[s]=o,n[e]=o}function qe(t,e,n,o){const r=function(...e){return r.tagFunction(t,e)};r.tagFunction=e,r.support=n,Ke(n.appSupport,o,t,r)}function Ze(t){return null==t||!1===t}function Xe(t,e,n,o,r,s,a){if(Ze(e))return;const c=[];if(typeof e===I.object){for(const r in e){const u=vt(r,n.tagName),i=an(r,e[r],t,n,o,Ct,s,a,u);void 0!==i&&(Array.isArray(i)?c.push(...i):c.push(i))}return c}0!==e.length&&r(n,e,J)}function Ye(t,e){t.removeAttribute(e)}function Qe(t,e,n,o){const r=e,s=t;if(s?.tagJsType){const o=e.value;return o?.tagJsType?void o.hasValueChanged(s,e,n):(s.isAttr=!0,Nr(e),s.processInitAttribute(r.attrName,t,r.target,s,r,n,Ct),$r(),void(r.tagJsVar=s))}if(r.isNameOnly)return function(t,e,n,o,r,s,a,c){if(n){if(Ze(e)||""===e)return void o.removeAttribute(n);if(typeof n===I.object)if(typeof e===I.object)for(const t in n)t in e||l.push([Ye,[o,t]]);else for(const t in n)l.push([Ye,[o,t]])}const u=Xe(t,e,o,r,s,a,c);u&&a.push(...u)}(o,t,r.value,r.target,n,r.howToSet,[],r.parentContext),void(r.value=t);const a=r.target;!function(t,e,n,o,r,s,a){if(L(t))return function(t,e,n,o,r,s,a){const c=t.templater.wrapper;if((c?.tagJsType||c?.original?.tagJsType)!==E.renderOnce)return un(e,t,o,n);return cn(e,n,o,r,s,t)}(r,t,o,e,a,s);cn(t,o,e,a,s,r)}(t,r.attrName,0,a,n,r.howToSet,r.isSpecial),e.value=t}const tn=":tagvar",en=":",nn=new RegExp(tn+"(\\d+)"+en,"g");function on(t){return t.search&&t.startsWith(tn)?t.search(nn):-1}function rn(t,e,n,o,r,s,a){const c=o.length,u=[];function i(o){const s=function(t,e,n){return t.reduce(((t,o)=>{if(on(o)>=0){const o=n++,r=e[o];return t.push(r),t}return t.push(o),t}),[])}(e,o,c).join("");r(n,t,s)}return e.forEach((e=>{if(on(e)>=0){const r=o.length,c=Kt(e),l={updateCount:0,isAttr:!0,target:n,attrName:t,withinOwnerElement:!0,tagJsVar:c,valueIndex:a.varCounter,parentContext:a,destroy$:new Z,render$:new Z};c.processUpdate=function(t,e,n,o){++e.updateCount,i(o)};const p=s[r];l.value=p,u.push(l),++a.varCounter}})),i(s),u}function sn(t){return P(t)&&"TagJsTag"in t?t.tagJsVar:-1}function an(t,e,n,o,r,s,a,c,u){const i=sn(t);let l=i>=0||void 0===e&&"string"!=typeof t,p=n[i];e?.tagJsType?p=e:t?.tagJsType&&(l=!0,p=t,e=t);const f=p;if(f?.tagJsType)return function(t,e,n,o,r,s,a,c,u){const i=qt(t,0,!0,n);return i.target=c,i.valueIndex=r,i.isAttr=!0,i.isNameOnly=u,i.stateOwner=N(s),i.supportOwner=s,Nr(i),o.processInitAttribute(a,t,c,o,i,s,Ct),$r(),i.oldTagJsVar=i.tagJsVar,i.tagJsVar=o,i}(e,0,c,f,i,r,t,o,l);if(l){-1===i&&l&&(p=t);const e=qt(p,0,!0,c);e.valueIndex=i,e.isAttr=!0,e.target=o,e.isNameOnly=!0,e.howToSet=s;e.tagJsVar.processUpdate=Qe;const u=Xe(n,p,o,r,s,a,c);return u&&a.push(...u),e}if(Array.isArray(e))return rn(t,e,o,[],s,n,r.context);const d=sn(e);if(d>=0){return function(t,e,n,o,r,s,a,c,u){if(typeof e===I.function)return++r.varCounter,un(e,a,t,n);const i=Kt(e),l={updateCount:0,isAttr:!0,target:n,attrName:t,howToSet:s,value:e,withinOwnerElement:!0,tagJsVar:i,destroy$:new Z,render$:new Z,valueIndex:u,parentContext:r};return o.push(l),i.processUpdate=Qe,Ht(t,e,l,n,s,a,c),l.value=e,l}(t,n[d],o,[],c,s,r,u,d)}return Lt(t,e,o,s,u,c)}function cn(t,e,n,o,r,s){if(!1===o){switch(t){case void 0:case!1:case null:return void l.push([ln,[e,n]])}if(L(t))return qe(e,t,s,n);r(e,n,t)}else It(n,t,e,o)}function un(t,e,n,o){return qe(o,t=Re(t,e),e,n)}function ln(t,e){t.removeAttribute(e)}function pn(t,e,n,o,r){for(const s of t){const t=s[0],a=s[1],c=s[2]||!1;let u=s.length>1?Ct:wt;s[3]&&(u=s[3]);const i=r.contexts,l=an(t,a,e,n,o,u,i,r,c)||void 0;"object"==typeof l&&(i.push(l),++r.varCounter)}}function fn(t,e,n,o,r,s,a){e.at&&pn(e.at,n,t,o,r),s?p.push([y,[s,t,"appendToAttachDomElement"]]):u.push([v,[a,t,"insertBeforeAttachDomElement"]])}function dn(t,e,n,o,r,s,a){const c=n.context,u=c.contexts;o=c;const i=[];s&&void 0===a&&(a=document.createTextNode(J),p.push([y,[s,a]]),s=void 0);for(let c=0;c<t.length;++c){const l=t[c],p=l.v;if(!isNaN(p)){const t=Number(p),c=e[t];if(L(c)&&void 0===c.tagJsType){++o.varCounter;continue}de(c,u,n,o,r,s,a).valueIndex=t;continue}const f={};if(i.push(f),"text"===l.nn){gn(f,l,s,a);continue}const d=f.domElement=document.createElement(l.nn),g={updateCount:0,isAttrs:!0,target:d,parentContext:o,contexts:[],destroy$:new Z,render$:new Z,tagJsVar:{tagJsType:"new-parent-context"},valueIndex:-1,withinOwnerElement:!0,varCounter:0};fn(d,l,e,n,g,s,a),g.target=d,l.ch&&(f.ch=dn(l.ch,e,n,g,r+1,d,a).dom)}return{dom:i,contexts:u}}function gn(t,e,n,o){const r=t,s=r.tc=e.tc;n?p.push([T,[n,s,function(t){r.domElement=t}]]):u.push([V,[o,s,function(t){r.domElement=t}]])}const hn=/(:tagvar\d+:)/,mn="ondoubleclick",bn=/([:_a-zA-Z0-9\-.]+)\s*(?:=\s*"([^"]*)"|=\s*(\S+))?/g,vn=/<\/?([a-zA-Z0-9-]+)((?:\s+[a-zA-Z_:*][\w:.-]*(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s"'=<>`]+))?)+\s*|\s*)\/?>/g;function yn(t){const e=[],n=[],o=[];let r=null,s=-1,a=0;const c=new RegExp(vn,"g");for(t=function(t){return t.replace(xn,(function(t){return t.replace(/\[l t\]/g,"[l t]").replace(/\[g t\]/g,"[g t]").replace(/</g,"[l t]").replace(/>/g,"[g t]")}))}(t);a<t.length;){const u=c.exec(t);if(!u)break;const[i,l,p]=u,f=i.startsWith("</"),d=i.endsWith("/>");if(a<u.index){const e=t.slice(a,u.index);if(e.trim()){const t=Vn(e);for(let e of t)e.startsWith(tn)&&e.search(hn)>=0&&-1===e.search(Sn)&&(e=tn+ ++s+en),wn(r,n,e)}}if(a=u.index+i.length,f){r=o.pop()||null;continue}const g=[];let h;for(;null!==(h=bn.exec(p));)s=Jn(h,s,e,g);const m={nn:l};g.length&&(m.at=g),r?(r.ch||(r.ch=[]),r.ch.push(m)):n.push(m),d||(o.push(r),r=m)}if(a<t.length){const e=t.slice(a);if(e.trim()){const t=Vn(e);for(const e of t)e.startsWith(tn)&&++s,wn(r,n,e)}}return n}const xn=new RegExp("(\x3c!--[\\s\\S]*?--\x3e)","g");function wn(t,e,n){!function(t,e,n){t?(t.ch||(t.ch=[]),t.ch.push(n)):e.push(n)}(t,e,{nn:"text",tc:Cn(n)})}function Cn(t){return t.replace(/(\[l t\]!--[\s\S]*?--\[g t\])/g,(function(t){return t.replace(/\[l t\]/g,"<").replace(/\[g t\]/g,">").replace(/\[l t\]/g,"[l t]").replace(/\[g t\]/g,"[g t]")}))}function Vn(t){return t.split(hn).filter(Tn)}function Tn(t){return""!==t}function Jn(t,e,n,o){const r=t[1]||t[3]||t[5];let s=t[2]||t[4]||t[6];if(void 0===r)return e;const a=""!==t[2],c=void 0===s&&a,u=r.toLowerCase(),i=u.startsWith("on")?function(t){if(t.startsWith("on"))return t.length===mn.length&&t===mn?"dblclick":t.slice(2,t.length);return t}(u):u;if(c){if(r.slice(0,tn.length)===tn){const t=tn+ ++e+en;return n.push(["at",t]),o.push([t]),e}if(t[0].startsWith(r)&&t[0].slice(r.length,t[0].length).search(/\s+$/)>=0)return o.push([i]),e;const a=t[3];if(a.search(Sn)>=0){s=a;const t=[i,s];return o.push(t),e}s=tn+ ++e+en}a||(s=t[2]);const l=s.split(In).filter((t=>t.length>0));l.length>1&&(s=l,l.forEach((t=>{t.search(nn)>=0&&++e})));const p=[i,s];console.debug("EVER GET HERE??????");const f=vt(u,"DIV");return f&&p.push(f),"style"===i?(o.unshift(p),e):(o.push(p),e)}const kn=new RegExp(tn+"(\\d+)"+en,"gi"),In=new RegExp("("+tn+"\\d+"+en+")","gi"),En=tn.slice(0,tn.length-1),Sn=new RegExp(En+"r(\\d+)"+en,"gi"),An=En+"r$1"+en;function On(t,e){const n=function(t,e){const n=t;return function(t,e){const n=[];for(let o=0;o<t.length;++o){const r=t[o].replace(kn,An);o<e.length?n.push(r+tn+o+en):n.push(r)}return function(t,e,n){const o=n.length-e.length;if(o>0)for(let n=o;n>0;--n)t.push(tn+(e.length+n-1)+en)}(n,t,e),n}(n,e)}(t,e).join("");return yn(n)}const Mn="ch";function Hn(t,e,n=[],o=[]){const r=t;for(let t=0;t<r.length;t++){const s=[...o,t],a=r[t];if(a.at){const t=a.at;a.at=Pn(t,e)}if(a.ch){const t=a.ch,o=[...s,Mn];a.ch=Hn(t,e,n,o)}t=Ln(a,e,r,t)}return r}function Ln(t,e,n,o){if("text"!==t.nn)return o;const r=t;let s,a=r.tc;if(typeof a!==k.string)return o;for(;null!==(s=nn.exec(a));){const t=s[1],r=parseInt(t,10);if(!isNaN(r)&&r<e){const t=tn+r+en,e=a.slice(s.index+t.length);n.splice(o,1,{nn:"text",v:r}),a=e,nn.lastIndex=0}}return r.tc=a,o}function Pn(t,e){const n=[];for(const o of t){const[t,r,s]=o;if(t.startsWith(tn)){const o=parseInt(t.replace(tn,""),10);if(!isNaN(o)&&o<e){n.push([{tagJsVar:o}]);continue}}if(typeof r===k.string&&r.startsWith(tn)){const o=parseInt(r.replace(tn,""),10);if(!isNaN(o)&&o<e){n.push([t,{tagJsVar:o},s]);continue}}n.push(o)}return n}function jn(t){return t.length}const Dn={};function Nn(t,e){const n=function(t){const e=t.map(jn);return e.push(t.length),Number(e.join(""))}(t),o=Dn[n],r=o&&function(t,e,n){if(n&&n.strings.length===t.length&&n.strings.every(((e,n)=>e===t[n]))&&n.values.length===e.length)return!0;return!1}(t,e,o);if(r)return o.domMetaMap;const s=Hn(On(t,e),e.length),a={interpolation:void 0,string:void 0,strings:t,values:e,domMetaMap:s};return Dn[n]=a,s}function $n(t,e,n){const o=t.context;o.state=o.state||{};const r=o.state;r.oldest=t,r.newest=t,o.state.older=o.state.newer,++d.locks;const s=function(t,e,n,o){const r=function(t){const e=t.templater,n=e.tag;if(n.tagJsType===E.dom)return n.dom;const o=n.strings;return Nn(o,n.values)}(t),s=t.templater.tag,a=s.values,c=[],u=t.context;e=u,u.contexts=c;const i=dn(r,a,t,e,0,n,o);return i}(t,t.context,e,n);return o.htmlDomMeta=s.dom,--d.locks,s}function Un(t,e){const n=e.state.newest,o=e.placeholder;return n.ownerSupport=t,e.value.tag?($n(n,void 0,o),n):n}function Rn(t,e,n){const o=Xo(t,e,e.appSupport,n);return n.contexts=n.contexts||[],o}function Wn(t,e,n,o,r){const s=Rn(t,n,e);s.ownerSupport=n;const a=$n(s,o,o?void 0:r);for(const t of a.dom)t.marker&&(o?p.push([y,[o,t.marker]]):u.push([v,[r,t.marker,"subMarker"]])),t.domElement&&(o?p.push([y,[o,t.domElement,"subAppendTo"]]):u.push([v,[r,t.domElement,"subInsertBefore"]]));return s}function _n(t,e,n,o,r){if(e.state={},e.inputsHandler){const t=n.propsConfig;e.inputsHandler(t)}return r?Wn(t,e,n,r,o):Un(n,e)}function Bn(t,e){const n={component:!1,tagJsType:E.templater,processInit:_n,processInitAttribute:a,processUpdate:ht,hasValueChanged:fe,destroy:le,propWatch:t,props:e,key:function(t){return n.arrayValue=t,n},matchesInjection:(t,e)=>n.wrapper===t||n.wrapper?.original===t?.original?e:void 0};return n}const Fn=[];function zn(t,e,n){const o=t.propWatch===Uo.DEEP?zo:Fo,r=t.props,s=e.propsConfig;let a=s.castProps;const c=n?.propsConfig,u=c?.castProps;u&&(s.castProps=u,a=function(t,e,n,o,r,s=-1){const a=e.context;if(!a.global||!a.state.newest){const e=be(o);return o.push(...e),t.propsConfig.castProps=e,o}const c=(e=a.state.newest||e).propsConfig.castProps,u=[];for(let e=0;e<o.length;++e){const a=o[e],i=ye(c[e],a,t,n,r,s+1);u.push(i)}return t.propsConfig.castProps=u,u}(e,n,n.ownerSupport,r,o));return a||be(r)}function Gn(t,e,n){const o=Bn(Uo.DEEP);o.tagJsType=t.tagJsType;const r=Rn(o,n,e);function s(){return o.tag=t(),r}return o.wrapper=s,s.tagJsType=t.tagJsType,s.original=t.original||t,r}function Kn(t,e,o,r,s){n(e);const a=Gn(t,e,o);return Ee(a,void 0,e),Wn(a.templater,e,o,s,r)}function qn(t,e,n,o,r){const s=rr(t,e,n,o,r);return s.hasEmitted||Zn(t,s),s}function Zn(t,e){const n=t.Observables[0];if(!e.hasEmitted)return"withDefault"in t?void e.subValueHandler(t.withDefault,0):"value"in n?void e.subValueHandler(n.value,0):void 0;const o=e.lastValues[0].value;e.subValueHandler(o,0)}function Xn(t,e,n,o,r,s){e.destroy=ar;const a=vt(t,n.tagName),c=function(e,o){Lt(t,e,n,Ct,a,r),ur(o)},u=sr(e.Observables,s,c,e,r);return r.subContext=u,r.value=e,r.tagJsVar=e,e.processUpdate=function(e,o,s){return Pt(e,r,s,n,t,Ct)},{subContext:u,onOutput:c}}function Yn(t,e,n,o,r,s){const{subContext:a}=Xn(t,e,n,0,r,s);a.hasEmitted||function(t,e){const n=e.tagJsVar,o=n.onOutput,r=t.Observables;let s=r[0]?.value||t.withDefault;t.callback&&(s=t.callback(s));o(s,!0,e)}(e,a)}function Qn(t,e,n){return{component:!1,onOutput:a,tagJsType:E.subscribe,processInitAttribute:Yn,processInit:qn,hasValueChanged:to,processUpdate:a,destroy:cr,callback:n,withDefault:e,Observables:[t]}}function to(t,e){if(!t?.tagJsType)return 1;const n=t.Observables;if(!n)return 2;const o=e.value.Observables;if(!o||o.length!==n.length)return 3;return n.every(((t,e)=>t===o[e]))?0:4}function eo(t,e,n,o){if(!e||!e.tagJsType||e.tagJsType!==t){return o.tagJsVar.destroy(o,n),tr(e,o,n,99),99}}function no(t,e,n){const o=e.subContext,r=eo(E.subscribe,t,n,e);return r||(o&&o.hasEmitted?(o.tagJsVar=t,o.valuesHandler(o.lastValues,0),0):0)}function oo(t,e){return{component:!1,onOutput:a,tagJsType:E.subscribe,processInitAttribute:Xn,processInit:rr,hasValueChanged:to,processUpdate:no,destroy:cr,callback:e,Observables:[t]}}function ro(t,e){++t.updateCount;const n=so(t.subContext,e);return delete t.subContext,n}function so(t,e){t.deleted=!0;const n=t.appendMarker;if(n&&(m(n,"deleteSubContext"),delete t.appendMarker),!t.hasEmitted)return;const o=t.contextItem;return o.tagJsVar.destroy(o,e),76}function ao(t,e,n,o){return e.hasEmitted=!0,e.contextItem=Zt(t,n,0,o)}function co(t,e,n){++e.updateCount;const o=t.owner._innerHTML;o.processInit=o.oldProcessInit;const r=e.subContext?.contextItem;er(r,o,n)}function uo(t,e,n,o,r){e.subContext={},t.processUpdate=co,function(t,e,n,o,r){const{appendMarker:s,insertBefore:a}=nr(r,o),c=n.subContext;c.appendMarker=s;const u=t.owner,i=u._innerHTML;i.processInit=i.oldProcessInit,ao(i,c,e,a)}(t,n,e,o,r)}function io(){return{component:!1,tagJsType:"innerHTML",hasValueChanged:()=>0,processInitAttribute:a,processInit:uo,processUpdate:co,destroy:ro}}function lo(t,e){return{component:!1,onOutput:a,tagJsType:E.subscribe,processInitAttribute:a,hasValueChanged:to,processInit:po,processUpdate:a,destroy:cr,callback:e,Observables:t}}function po(t,e,n,o,r){return rr({tagJsType:E.subscribe,states:[],Observables:t},e,n,void 0,r)}function fo(t){if(!t)return a;const e=jr();if(!e)throw new Error("output must be used in render sync with a parent context");const n=D(e);if(!n)throw new Error("output must be used in render sync fashion");if(!0===t.wrapped)return t;const o=(...e)=>{const o=n.ownerSupport;return go(e,t,o.context)};return o.wrapped=!0,o}function go(t,e,n){const o=void 0;Nr(n);const r=e(...t);return $r(),f.push([()=>{const t=n.global;if(void 0===t||!0===t.deleted){++d.locks;const t=n;return t.tagJsVar.processUpdate(t.value,t,o,[]),--d.locks,void h()}++d.locks,me(o),--d.locks,h()},[]]),r}function ho(t,e={}){const n={tagJsType:E.host,processInitAttribute:bo,hasValueChanged:()=>0,processInit:vo,processUpdate:mo,destroy:yo,options:{callback:t,...e},matchesInjection(e,n){const o=e?.options;if(!o)return!1;const r=o?.callback;return r===t&&n}},o=(...n)=>({...o,options:{arguments:n,...e,callback:t}});return Object.assign(o,n),o}function mo(t,e,n){if(L(t)&&!t?.tagJsType)throw new Error("issue on its way");const o=eo(E.host,t,n,e);if(o)return o;const r=e.tagJsVar.options,s=t;var a;Nr(a=e),ke(a.state.newer.state);const c=s.options.arguments||r.arguments||[];e.returnValue=s.options.callback(...c),Te(e)}function bo(t,e,n,o,r){return vo(o,r)}function vo(t,e){const n=e.target,o=e.state={};W(e),function(t,e,n,o){const r=e.options.arguments||[],s=e.options.callback(...r);n.returnValue=s;const a=e.options;a.onInit&&a.onInit(t,e,n,o)}(n,t,e,o),Te(e)}function yo(t){++t.updateCount;const e=t,n=e.tagJsVar,o=n.options;if(e.destroy$.subscribers.length&&(Nr(t),go([],e.destroy$.next.bind(e.destroy$),t),$r()),o.onDestroy){const r=e.target;return go([],(function(){Nr(t);const s=o.onDestroy(r,n,e,e.state);return $r(),s}),t.stateOwner.context)}}function xo(t,e,n,o){const r={component:!1,tagJsType:"tag-conversion",processInitAttribute:a,processInit:(r,s,a)=>{if(t.inputsHandler){const e=n.propsConfig;t.inputsHandler(e)}if(e.inputsHandler){const t=n.propsConfig;e.inputsHandler(t)}if(s.inputsHandler){const t=n.propsConfig;s.inputsHandler(t)}const c=t.returnValue;return e.tagJsVar.processInit(c,e,n,o.placeholder)},processUpdate:(t,o,s)=>{if(o.locked||o.deleted)return;++o.updateCount;const a=o.value,c=a?.tagJsType,u=t?.tagJsType,i=u!==c;if(pe(t,o)||i||r.hasValueChanged(t,o,n))return r.destroy(o,n),void tr(t,o,s,789);o.locked=467,o.render$.next();const l=o.returnValue;!function(t,e,n,o,r){const s=be(e.props),a=t.value;a.props=s;const c=r.propsConfig;c&&(c.castProps=s);if("tagComponent"===e?.tagJsType){if(t.inputsHandler=n.inputsHandler,t.updatesHandler=n.updatesHandler,n.value=e,n.inputsHandler){Nr(n);(0,n.inputsHandler)(s),$r()}if(n.updatesHandler){Nr(n);(0,n.updatesHandler)(s),$r()}}t.tagJsVar.processUpdate(o,t,r,[]),t.value=o}(e,t,o,l,n),delete o.locked},hasValueChanged:(n,o,r)=>{const s=t.returnValue;return e.tagJsVar.hasValueChanged(s,e,r)},destroy:(o,r)=>{++t.updateCount,t.deleted=!0,delete t.returnValue;const s=e.tagJsVar.destroy(e,n);return H(s)?s.then((()=>{const e=To(t,r);return h(),e})):(t.destroy$.next(),To(t,r))}};return r}function wo(t,e,n){const o=t.context,r=t.returnValue,s=Kt(r);delete o.global,o.contexts=[];const a={updateCount:0,value:r,tagJsVar:s,destroy$:new Z,render$:new Z,placeholder:o.placeholder,valueIndex:-1,withinOwnerElement:!0,parentContext:o,contexts:o.contexts},c=xo(o,a,t,n);return o.tagJsVar=c,s.processInit(r,a,t,n.placeholder),t}function Co(t,e,n){const o=Yo(t,e,n,n?.appSupport),r=o.propsConfig;if(r){const e=t.tagJsType!==E.tagComponent?[]:zn(t,o);r.castProps=e}return Ee(o,e.state.newest,e)}function Vo(t,e,n){const o=Co(t,e,n),r=o.templater.tag;return r?["dom","html"].includes(r.tagJsType)?($n(o,void 0,e.placeholder),o):wo(o,o.ownerSupport,e):o}function To(t,e){delete t.returnValue,delete t.global,t.contexts=[],t.htmlDomMeta=[],delete t.inputsHandler,delete t.updatesHandler}function Jo(t,e,n,o){const r=Co(t,e,n),s=r.templater.tag;return["dom","html"].includes(s.tagJsType)?function(t,e){const n=$n(t,e,void 0);for(const t of n.dom)t.domElement&&p.push([y,[e,t.domElement]]),t.marker&&p.push([y,[e,t.marker]]);return t}(r,o):wo(r,0,e)}function ko(t,e,o,r,s){return n(e),s?Jo(t,e,o,s):Vo(t,e,o)}function Io(t){return tt.stateConfig.handlers.handler(t)}function Eo(t){return Io((()=>{const e=t(),n=r();return n?.context?.global?Ue(e,n,{resolvePromise:So,resolveValue:Ao}):e})),Ro}function So(t){return t}function Ao(t){return t}function Oo(t){return Io((function(){jr().destroy$.toCallback(t)})),Ro}function Mo(t){const e=jr(),n=Io({callback:t}),o=Io((()=>Ho(e,tt.stateConfig,n)));return n.callback=t,o}function Ho(t,e,n){const o=e.states;return function(...e){const r=function(t,e,n,...o){const r=n(...o),s=D(t);if(!s)return r;if(s.context.global)He(s);else{const t=s.context;t.tagJsVar.processUpdate(t.value,t,s.ownerSupport,[])}return H(r)&&r.finally((()=>{if(t.global)He(s);else{const t=s.context;t.tagJsVar.processUpdate(t.value,t,s.ownerSupport,[])}})),r}(t,o,n.callback,...e);return h(),r}}oo.all=function(t,e){return oo(Z.all(t),e)},ho.onInit=t=>ho((()=>{}),{onInit:t}),ho.onDestroy=t=>ho((()=>{}),{onDestroy:t});let Lo=0;const Po=Do("click"),jo=Do("mousedown");function Do(t){return function(e){const n=Mo(e);return Io((()=>{Dr().addEventListener(t,n)})),n}}const No={get:Dr,onclick:Po,click:Po,onClick:Po,mousedown:jo,onmousedown:jo,onMouseDown:jo};function $o(t,e){Object.defineProperty(Ro,t,{get:()=>e,set:t=>e(t)})}var Uo;function Ro(t,e=Uo.SHALLOW){const n=function(...o){const r=Bn(e,o);r.tagJsType=E.tagComponent,r.processInit=ko,r.hasValueChanged=fe;const s=function(t,e){return function(n,o,r){const s=zn(t,n,r),a=n.ownerSupport,c=Yo(t,o,a,n.appSupport,s);return Ve(t,e,c,s)}}(r,n);return s.original=t,r.wrapper=s,r},o=t;n.original=t,o.tags=Fn,o.setUse=tt,o.ValueTypes=E,o.tagIndex=Lo++,Fn.push(n);const r=n;return r.inputs=t=>(jr().inputsHandler=t,!0),r.updates=t=>(jr().updatesHandler=t,!0),r.getInnerHTML=io,r}function Wo(t,e,n){if(je(t,e))return 11;switch(n){case Uo.NONE:return 1;case Uo.SHALLOW:return it(t,e);case Uo.IMMUTABLE:return Bo(t,e)}return function(t,e){let n=t,o=e;n=[...t],o=[...e||[]];const r=n.every(((t,e)=>function(t,e,n,o){const r=o[e];if(typeof t===I.object){const e={...t},n={...r||{}},o=Object.entries(e).every((([t,o])=>_o(o,n[t],(()=>{delete e[t],delete n[t]}))));return o}return _o(t,r,(function(){n.splice(e,1),o.splice(e,1)}))}(t,e,n,o)));if(!r)return 7;return!1}(t,e)}function _o(t,e,n){if(typeof t!==I.function)return!!st(t,e,zo)&&4;if(typeof e!==I.function)return!1;const o=e?.original;o&&(e=o);t.original&&(t=t.original);return t.toString()===e.toString()?(n(),5):(n(),6)}function Bo(t,e){const n=t.length;for(let o=0;o<n;++o){if(t[o]!==e[o])return 2}return!1}$o("onclick",Po),$o("click",Po),$o("onMouseDown",jo),$o("onmousedown",jo),$o("mousedown",jo),function(t){t.DEEP="deep",t.SHALLOW="shallow",t.NONE="none",t.IMMUTABLE="immutable"}(Uo||(Uo={})),Ro.element=No,Ro.renderOnce=function(){throw new Error("Do not call tag.renderOnce as a function but instead set it as: `(props) => tag.renderOnce = () => html`` `")},Ro.use=function(){throw new Error("Do not call tag.use as a function but instead set it as: `(props) => tag.use = (use) => html`` `")},Ro.deepPropWatch=Ro,Ro.route=function(t){throw new Error("Do not call tag.route as a function but instead set it as: `tag.route = (routeProps: RouteProps) => (state) => html`` `")},Ro.inject=function(t){const e=jr();if(!e)throw new Error("tag.inject can only be called within a tag or host context");let n=e.parentContext;for(;n;){const e=n.contexts;if(e)for(const n of e)if(n.isAttr&&n.tagJsVar?.matchesInjection){const e=n.tagJsVar.matchesInjection(t,n);if(void 0!==e)return e.returnValue}if(n.tagJsVar?.matchesInjection&&n.tagJsVar.matchesInjection(t,n))return n.returnValue;n=n.parentContext}const o=`Could not find parent context for tag.inject ${t}`;throw console.error(o,{targetItem:t,context:e}),new Error(o)},Ro.output=fo,Ro.onInit=Eo,Ro.onDestroy=Oo,Ro.callback=Mo,Ro.onRender=function(t){const e=jr(),n=n=>{const o=jr();Nr(e);const r=t();return $r(),Nr(o),r},o=e.render$.subscribe((()=>{n()})),r=n();return Ro.onDestroy((()=>o.unsubscribe())),r},Ro.getInnerHTML=io,Ro.app=function(t){throw new Error("Do not call tag.route as a function but instead set it as: `tag.route = (routeProps: RouteProps) => (state) => html`` `")},Ro.immutableProps=function(t){return Ro(t,Uo.IMMUTABLE)},Ro.watchProps=function(t){return Ro(t,Uo.SHALLOW)},Object.defineProperty(Ro,"renderOnce",{set(t){t.tagJsType=E.renderOnce,t.processInit=Kn,t.processUpdate=ht,t.destroy=le,t.hasValueChanged=function(){return 0}}}),Object.defineProperty(Ro,"use",{set(t){t.original={setUse:tt,tags:Fn},t.tagJsType=E.stateRender,t.processInit=ko,t.processUpdate=ht,t.hasValueChanged=fe,t.destroy=le}}),Object.defineProperty(Ro,"promise",{set(t){Hr(t)}});const Fo=3,zo=10;function Go(t){return ut(t,Fo)}function Ko(t){return ut(t,zo)}function qo(t,e,n){const o={templater:t,context:e,castedProps:n,appSupport:void 0};return e.global.blocked=[],e.state||(e.state={newer:{state:[],states:[]}}),o}function Zo(t,e,n,o){e.appSupport=n||e;const r=t.props;return r&&(e.propsConfig=function(t,e,n){const o=t.templater;if(o.tagJsType!==E.stateRender){switch(o.propWatch){case Uo.IMMUTABLE:return t.propsConfig={latest:e,castProps:n};case Uo.SHALLOW:return t.propsConfig={latest:e.map(Go),castProps:n}}return t.propsConfig={latest:e.map(Ko),castProps:n}}}(e,r,o)),e}function Xo(t,e,n,o,r){const s={templater:t,context:o,castedProps:r,appSupport:void 0};return s.ownerSupport=e,s.appSupport=n,s}function Yo(t,e,n,o,r){const s=qo(t,e,r);return s.ownerSupport=n||s,s.ownerSupport.appSupport=o||s.ownerSupport,Zo(t,s,o,r)}function Qo(t,e,o){if(O(e))return void 0===t.global&&n(t),t.oldTagJsVar=t.tagJsVar,t.tagJsVar=e,function(t,e,n){if(!e.state.newest){if(e.inputsHandler){const t=n.propsConfig;e.inputsHandler(t)}return void t.processInit(t,e,n,e.placeholder)}const o=Yo(t,e,n,n.appSupport);xe(n,o,e)}(e,t,o),!0;if(t.global){t.oldTagJsVar=t.tagJsVar,t.tagJsVar=e;const n=t.state.newest;if(n)return typeof e===I.function||function(t,e,n,o){let r=n.templater||n;const s=t.templater.tag;s&&s._innerHTML&&(r=n._innerHTML);const a=Yo(r,e,o,o.appSupport);nt(t.context.state.oldest,a)}(n,t,e,o),!0}if(t.inputsHandler){const e=o.propsConfig;t.inputsHandler(e)}return e.processInit(e,t,o,t.placeholder),t.oldTagJsVar=t.tagJsVar,t.tagJsVar=e,!0}function tr(t,e,n,o){const r=t&&t.tagJsType;if(delete e.deleted,r){if(r===E.renderOnce)return;Qo(e,t,n)}else{if(j(t))return Xt(e,t,n),e.oldTagJsVar=e.tagJsVar,void(e.tagJsVar=Ft(t));typeof t!==I.function?o&&function(t,e){e.value=t,e.oldTagJsVar=e.tagJsVar,e.tagJsVar=Nt(t);const n=e.placeholder,o=bt(t),r=e.paint=[C,[n,o,function(t){e.simpleValueElm=t,delete e.paint},"processNowRegularValue"]];u.push(r)}(t,e):e.value=t}}function er(t,e,n){const o=t.tagJsVar.hasValueChanged(e,t,n);return 0===o||tr(e,t,n,o),o}function nr(t,e){let n;return t&&(n=e=document.createTextNode(J),p.push([y,[t,e]])),{appendMarker:n,insertBefore:e}}function or(t,e,n){const o=no(t,e,n);if(!0!==e.hasEmitted){const t=e.value.Observables;if(!t)return;if(!("value"in t[0]))return}if(0===o&&t.callback){Zn(t,e.subContext)}}function rr(t,e,n,o,r){const s=t.Observables,{appendMarker:a,insertBefore:c}=nr(r,o);let u=function(t,e,o){ao(t,o,n,c),ur(e),u=o.tagJsVar.onOutput=function(t,e,o){const r=o.contextItem;er(r,t,n),r.tagJsVar.processUpdate(t,r,n,[t]),r.value=t,ur(e)}};const i=sr(s,n,((t,e,n)=>u(t,e,n)),t,e);return i.appendMarker=a,e.subContext=i,t.processUpdate=or,t.onOutput=u,i}function sr(t,e,n,o,r){function s(t,e){u.lastValues[e]={value:t,tagJsVar:Kt(t),oldTagJsVar:u.lastValues[e]?.tagJsVar},a(u.lastValues,e)}function a(t,e){const o=u.tagJsVar,s=o?.callback;if(s){Nr(r);const e=o.callback(...t.map((t=>t.value)));return n(e,c,u),void $r()}const a=t[e].value;n(a,c,u)}let c=!0;const u={lastValues:[],subValueHandler:s,valuesHandler:a,tagJsVar:o,subscriptions:[]};return t.forEach(((t,e)=>{c=!0,u.subscriptions.push(t.subscribe((t=>s(t,e)))),c=!1})),o.onOutput=n,u}function ar(t){const e=t.subContext;if(!e)return;e.subscriptions.forEach((t=>t.unsubscribe())),delete t.subContext}function cr(t,e){++t.updateCount;const n=t.subContext;return ar(t),so(n,e)}function ur(t){t||tt.stateConfig.support||h()}function ir(t,e,n,o,r){rr({tagJsType:E.subscribe,states:[],Observables:[t]},e,n,o,r)}function lr(t){return r()?Io((()=>pr(t))):pr(t)}function pr(t){let e=t;const n=new Set,o=t=>{n.forEach((e=>e(t)))};return{component:!1,tagJsType:E.signal,hasValueChanged:to,processInitAttribute:a,processInit:ir,processUpdate:or,get value(){return e},set value(t){e!==t&&(e=t,o(t))},destroy:cr,emit:o,subscribe(t){t(e),n.add(t);const o=()=>n.delete(t);return o.unsubscribe=o,o}}}class fr extends Z{value;constructor(t){super(t),this.value=t}subscribe(t){const e=super.subscribe(t);return t(this.value,e),e}}class dr extends Z{value;constructor(t){super(t),this.value=t,this._value=t,Y(this)}subscribe(t){const e=super.subscribe(t);return t(this._value,e),e}}function gr(t){return(e,n)=>{n.setHandler((()=>{})),t(e,n.next)}}function hr(t){return(e,n)=>{n.setHandler((()=>{}));t(e).then((t=>n.next(t)))}}const mr=t=>(e,n)=>{n.setHandler((()=>{}));const o=t(e).subscribe((t=>{o.unsubscribe(),n.next(t)}))},br=(t,e)=>yr(t,e).pastResult,vr=t=>t;const yr=(t,e,{init:n,before:o,final:r=vr}={})=>{const s=Io({pastResult:void 0,values:void 0}),a="function"==typeof t?t():t,c=void 0===s.values;let u=0;function i(t){if(void 0===s.values){if(o&&!o(t))return s.values=t,s;const a=(n||e)(t,s.values);return s.pastResult=r(a),s.values=t,s}if(t.every(((t,e)=>t===s.values[e])))return s;if(o&&!o(t))return s.values=t,s;const a=e(t,s.values);return s.pastResult=r(a),s.values.length=0,s.values.push(...t),s}return c&&"function"==typeof t&&Ro.onRender((()=>{if(++u,1===u)return;i(t())})),i(a)};function xr(t,e){return Object.defineProperty(e,"noInit",{get(){const e=t();return e.setup.init=()=>{},e}}),Object.defineProperty(e,"asSubject",{get(){const e=t(),n=Io((()=>r())),o=Io((()=>new fr(void 0))),s=Io((()=>({state:tt.stateConfig.state,states:tt.stateConfig.states}))),a=(t,a)=>(yr(t,((t,e)=>{const c=r(),u=a(t,e);if(c!==n){s.state,n.context.state.older}o.next(u)}),e.setup),o);return a.setup=e.setup,xr((()=>a),a),a}}),Object.defineProperty(e,"truthy",{get(){const e=t();return e.setup.before=t=>t.every((t=>t)),e}}),e}function wr(t){return r()?Io((()=>new Z(t))):new Z(t)}function Cr(t){return tt.stateConfig.handlers.statesHandler(t)}function Vr(t){const e=lr([]),n=lr(0),o=lr(0);let r=[],s=0;return o.value=n.value,t(((...t)=>(r=t,e.value))),br(r,(()=>{++s,e.value=r,t((()=>r))})),Cr(((r,a)=>{if(s)return t(((...t)=>(a&&1!==a||(e.value=t),e.value))),o.value=n.value,void++n.value;t((()=>e.value))})),++s,e.value}function Tr(){return{stateDiff:0,provider:void 0}}xr((()=>function(t){const e=(e,n)=>yr(e,n,t).pastResult;return e.setup=t,xr((()=>e),e),e}({})),br),wr._value=t=>{Io((function(){return{state:tt.stateConfig.state,states:tt.stateConfig.states}}));return Io((function(){return new fr(t).pipe((t=>t))}))},wr.all=function(t){return Io((()=>({state:tt.stateConfig.state,states:tt.stateConfig.states}))),r(),Z.all(t).pipe((t=>t))};const Jr={create:t=>{const e=Io(Tr);if(e.stateDiff){let t=e.stateDiff;for(;t--;)Io(void 0);return Io(void 0)}const n=Io((()=>{const n=tt.stateConfig,o=n.state.length,r=t.prototype?new t:t(),s=n.support,a=n.state.length-o,c={constructMethod:t,instance:r,stateDiff:a,owner:s,children:[]};e.provider=c;const u=s.context;return(u.providers=u.providers||[]).push(c),e.stateDiff=a,r})),o=t,r=o.compareTo=o.toString();return e.provider.constructMethod.compareTo=r,n},inject:function(t){return Io((function(){const e=t,n=e.compareTo=e.compareTo||t.toString(),o=r(),s=[];let a={ownerSupport:o.ownerSupport};for(;a.ownerSupport;){const t=a.ownerSupport.context.providers;if(!t){a=a.ownerSupport;continue}const e=t.find((t=>{s.push(t);if(t.constructMethod.compareTo===n)return!0}));if(e){const t=o.context;return(t.providers=t.providers||[]).push(e),e.children.push(o),e.instance}a=a.ownerSupport}const c=`Could not inject provider: ${t.name} ${t}`;throw console.warn(`${c}. Available providers`,s),new Error(c)}))}};class kr extends Error{details;constructor(t,e,n={}){super(t),this.name=kr.name,this.details={...n,errorCode:e}}}class Ir extends kr{constructor(t,e){super(t,"array-no-key-error",e),this.name=Ir.name}}class Er extends kr{constructor(t,e){super(t,"state-mismatch-error",e),this.name=Er.name}}class Sr extends kr{constructor(t,e){super(t,"sync-callback-error",e),this.name=Sr.name}}const Ar=()=>{const t=jr();if(!t)throw Or;const e=tt.stateConfig;return function(n){return Ho(t,e,{callback:n})}},Or=new Sr("callback() was called outside of synchronous rendering. Use `callback = callbackMaker()` to create a callback that could be called out of sync with rendering"),Mr=()=>{};function Hr(t){const e=jr(),n=Io({callback:Mr}),o=Io({current:void 0}),r=Io((()=>Ho(e,tt.stateConfig,n)));if(o.current!==t){o.current=t;const e=t;t.then((()=>{o.current===e&&r()}))}}function Lr(t=[]){return r()?Io((()=>Pr(pr(t)))):Pr(pr(t))}function Pr(t){const e=["push","pop","splice","shift","unshift"],n=["map","reduce","forEach","every"],o=new Proxy(t,{get(r,s){return isNaN(s)?"length"===s?t.value.length:e.includes(s)?o[a=s]=(...e)=>{const n=t.value[a](...e);return t.emit(t.value),n}:n.includes(s)?t.value[s].bind(t.value):t[s]:t.value[s];var a},set:(e,n,o)=>isNaN(n)?"length"===n?(t.value.length=o,t.emit(t.value),!0):(t[n]=o,!0):(t.value[n]=o,t.emit(t.value),!0)});return o}function jr(){return tt.stateConfig.context}function Dr(){return jr().target}function Nr(t){return tt.stateConfig.context=t}function $r(){delete tt.stateConfig.context}"object"==typeof document&&(document.taggedJs&&console.warn("🏷️🏷️ Multiple versions of taggedjs are loaded. May cause issues."),document.taggedJs=!0);const Ur=[],Rr="__taggedjs_tag_element__";function Wr(t,e,o){const r=e[Rr],c=Ur.findIndex((t=>t.element===e));if((r||c>=0)&&console.warn("tagElement called multiple times for the same element",{element:e}),c>=0){const t=Ur[c].support;ce(t,t.context.global),Ur.splice(c,1)}e[Rr]=!0,e.innerHTML="";let u=()=>f(o);u.propWatch=Uo.NONE,u.tagJsType=E.stateRender,u.processUpdate=ht,u.props=[o],u.isApp=!0;const i=function(t,e){const o={component:!1,tagJsType:"templater",hasValueChanged:fe,destroy:le,processInitAttribute:a,processInit:function(){console.debug("do nothing app function")},processUpdate:ht},r={updateCount:0,value:t,valueIndex:0,varCounter:0,destroy$:new Z,render$:new Z,withinOwnerElement:!1,renderCount:0,global:void 0,state:{},tagJsVar:o};return n(r),r.events={},function(t,e,n){const o=qo(t,e);Zo(t,o,o),o.appElement=n,o.context=e,e.state.oldest||(e.state.oldest=o,e.state.older=e.state.newer),e.state.newest=o}(t,r,e),r}(u,e),l=i.global,p=i.state.newest;W(p.context),s(p);let f=t(o);const g=typeof f==I.function;g||(O(f)?(i.state.newest.propsConfig={latest:[o],castProps:[o]},u.propWatch=f.propWatch,u.tagJsType=f.tagJsType,u.wrapper=f.wrapper,u=f):(u.tag=f,f=t));const m=function(t,e,n,o,r,s,a){const c=document.createTextNode(J);if(Fn.push(n.wrapper||{original:n}),s.placeholder=c,e.isApp=!0,!r)throw new Error(`Cannot tagElement, element received is type ${typeof r} and not type Element`);r.destroy=function(){const t=s.events;for(const e in t){const n=t[e];r.removeEventListener(e,n)}s.events={},++d.locks;const n=ce(i,e);return--d.locks,h(),n},++d.locks;const u=document.createDocumentFragment();u.appendChild(c);const i=Vo(n,s,{appSupport:{appElement:r,context:s},appElement:r,context:s,isRoot:!0});return i.appElement=r,a&&(o.tag=i.templater.tag),--d.locks,h(),r.appendChild(u),{support:i,tags:Fn,ValueTypes:E}}(0,l,u,f,e,i,g);return $r(),m}function _r(t,e){return function(n,o,r){if(function(t){return Array.isArray(t)&&Object.prototype.hasOwnProperty.call(t,"raw")}(o)){const s=o.reduce(((t,e,n)=>t+e+(r[n]??"")),"");return e(n,[t,s])}return e(n,[t,o])}}function Br(t,e,n){function o(t){return o.toCallback(t)}return o.toCallback=n,t.listeners.push([e,o]),t.allListeners.push([e,o]),t}function Fr(t,e){const n=js(t,t.elementFunctions);return n.attributes.push(e),fs(n,e[1]),hs(e[0])?gs(e[0],n):hs(e[1])&&gs(e[1],n),n}const zr=_r("style",Fr),Gr=_r("id",Fr),Kr=_r("class",Fr),qr=_r("href",Fr),Zr=_r("value",Fr),Xr=_r("placeholder",Fr),Yr=_r("src",Fr),Qr=_r("title",Fr),ts=_r("type",Fr),es=_r("checked",Fr),ns=_r("disabled",Fr),os=_r("selected",Fr),rs=_r("minLength",Fr),ss=_r("maxLength",Fr),as=_r("open",Fr),cs=_r("cellpadding",Fr),us=_r("cellspacing",Fr),is=_r("border",Fr);function ls(t,e){return t.attributes.push(e),fs(t,e[1]),hs(e[0])?gs(e[0],t):hs(e[1])&&gs(e[1],t),t}function ps(t){function e(e){return function(n){return function(t,e,n){return Br(js(t,t.elementFunctions),e,n)}(t,e,n)}}return{onClose:e("onclose"),onCancel:e("oncancel"),onDoubleClick:e("ondblclick"),onClick:e("click"),onBlur:e("onblur"),onChange:e("onchange"),onInput:e("oninput"),contextMenu:e("contextmenu"),onMousedown:e("onmousedown"),onMouseup:e("onmouseup"),onMouseover:e("onmouseover"),onMouseout:e("onmouseout"),onKeydown:e("onkeydown"),onKeyup:e("onkeyup"),attr:(...e)=>Fr(t,e),attrs:e=>function(t,e){const n=js(t,t.elementFunctions);return Object.entries(e).map((t=>{n.attributes.push(t),fs(n,t[1]),hs(t[0])?gs(t[0],n):hs(t[1])&&gs(t[1],n)})),n}(t,e),key:function(t){return this.arrayValue=t,this},style:ds(zr,t),id:ds(Gr,t),class:ds(Kr,t),href:ds(qr,t),value:ds(Zr,t),placeholder:ds(Xr,t),src:ds(Yr,t),type:ds(ts,t),title:ds(Qr,t),checked:ds(es,t),disabled:ds(ns,t),selected:ds(os,t),cellSpacing:ds(us,t),cellPadding:ds(cs,t),border:ds(is,t),minLength:ds(rs,t),maxLength:ds(ss,t),open:ds(as,t)}}function fs(t,e){let n=1;null!=e&&"function"!=typeof e&&"number"==typeof e.length&&(n+=e.length),t.contentId+=n}function ds(t,e){return(n,...o)=>t(e,n,o)}function gs(t,e){e.contexts||(e.contexts=[]),e.contexts.push(t),++e.contentId}function hs(t){return Array.isArray(t)||L(t)||t?.tagJsType}function ms(t,e){return(n,o)=>ls(n,[t,o,!1,e])}function bs(t){return(e,n)=>Br(e,t,n)}const vs={onClick:bs("click"),onDoubleClick:bs("ondblclick"),onDblClick:bs("ondblclick"),onBlur:bs("onblur"),onChange:bs("onchange"),onCancel:bs("oncancel"),onClose:bs("onclose"),onInput:bs("oninput"),onMousedown:bs("onmousedown"),onMouseDown:bs("onmousedown"),onMouseup:bs("onmouseup"),onMouseUp:bs("onmouseup"),onMouseover:bs("onmouseover"),onMouseOver:bs("onmouseup"),onMouseout:bs("onmouseout"),onMouseOut:bs("onmouseout"),onKeyup:bs("onkeyup"),onKeyUp:bs("onkeyup"),onKeydown:bs("onkeydown"),onKeyDown:bs("onkeydown")},ys={checked:ms("checked",Vt),disabled:ms("disabled",Vt),selected:ms("selected",Vt),class:ms("class",(function(t,e,n){P(n)?Object.entries(n).forEach((([e,n])=>{n?t.classList.add(e):t.classList.remove(e)})):Tt(t,e,n)})),...vs};function xs(t){return ws(t)}function ws(t){const e=function(t){if(!t||0===t.length)return"";const e=[];return t.forEach((t=>{const n=t[0];if("string"!=typeof n||0===n.length)return;const o=Ts(t[1]);!0!==o?!1!==o&&null!=o&&e.push(`${n}="${Vs(String(o))}"`):e.push(n)})),e.length>0?` ${e.join(" ")}`:""}(t.attributes),n=Cs(t.innerHTML);return`<${t.tagName}${e}>${n}</${t.tagName}>`}function Cs(t){return t&&0!==t.length?t.map((t=>{const e=Ts(t);return function(t){return!!t&&"object"==typeof t&&"string"==typeof t.tagName}(e)?ws(e):Array.isArray(e)?Cs(e):null==e||!1===e?"":Vs(String(e))})).join(""):""}function Vs(t){return t.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""")}function Ts(t){return"function"==typeof t?t():t}function Js(t,e){++t.updateCount;const n=t.contexts,o=[];if(t.paintCommands){for(let e=u.length-1;e>=0;--e){const n=u[e],o=t.paintCommands.indexOf(n);if(o>=0&&(u.splice(e,1),t.paintCommands.splice(o,1),0===t.paintCommands.length))break}return delete t.paintCommands,void ks(t)}if(n.length&&(Is(n,e,o),n.length=0,o.length)){const e=t.htmlDomMeta;return t.deleted=!0,Promise.all(o).then((()=>{++d.locks,re(e),ks(t),--d.locks,h()}))}re(t.htmlDomMeta),ks(t)}function ks(t){t.htmlDomMeta=[],delete t.contexts,t.deleted=!0}function Is(t,e,n){const o=t[0],r=o.tagJsVar.destroy(o,e);return o.deleted=!0,H(r)?n.push(r.then((()=>{if(t.length>1)return Is(t.slice(1,t.length),e,n)}))):(o.htmlDomMeta&&(re(o.htmlDomMeta),delete o.htmlDomMeta),t.length>1?Is(t.slice(1,t.length),e,n):void 0)}function Es(t,e,n){if(e.locked||!0===e.deleted)return;++e.updateCount;if(Ss(t,e))return Js(e,n),e.htmlDomMeta=[],delete e.deleted,void tr(t,e,n,789);const o=e.contexts,r=t.contexts||[],s=e.tagJsVar.allListeners;if(t.allListeners.forEach(((t,e)=>{s[e][1].toCallback=t[1].toCallback})),o.length!==r.length)throw console.info("context mismatch",{value:t,context:e,conValues:o.map((t=>t.value)),vContexts:r,deleted:e.deleted}),new Error("super issue discovered");e.locked=79,o.forEach(((t,e)=>{t.tagJsVar.processUpdate(r[e],t,n)})),delete e.locked}function Ss(t,e){if(!t)return 1;if(e.value===t)return 0;if(!t||"element"!==t.tagJsType)return 1;if(t.contentId!==e.value.contentId)return 1;return t.innerHTML.length!==e.value.innerHTML.length?1:0}function As(t,e,n,o,r){t.forEach((t=>{switch(typeof t){case"string":case"boolean":case"number":return Ms(t,o,r);case"function":{if("element"===t.tagJsType)break;const s=function(t,e,n,o,r){const s=[],c={updateCount:0,parentContext:n,contexts:s,target:e,value:t,htmlDomMeta:[],tagJsVar:{component:!1,tagJsType:"dynamic-text",hasValueChanged:()=>0,processInit:a,processInitAttribute:a,destroy:(t,e)=>{++c.updateCount,s.forEach((t=>t.tagJsVar.destroy(t,e)))},processUpdate:(t,e,n,o)=>{++c.updateCount,Nr(i);let r=t(i);const s=c.underFunction;delete c.underFunction,r instanceof Function&&!r.tagJsType&&(s&&r.toString()===s.toString()?r=i.value:(c.underFunction=r,r=r()));const a=i.tagJsVar.processUpdate(r,i,n,o);return i.value=r,e.value=t,$r(),a}},valueIndex:-1,withinOwnerElement:!0,destroy$:new Z,render$:new Z};Nr(c);let u=t();L(u)&&!u.tagJsType&&(c.underFunction=u,u=u());const i=Os(u,c,e,o,r);return n.contexts.push(c),$r(),i}(t,o,e,n,r);return s}}if(null==t)return Ms(t,o,r);if("element"!==t.tagJsType)return Os(t,e,o,n,r);{const s=Hs(t,e,n,e.contexts);u.push([r,[o,s]]);e.htmlDomMeta.push({nn:s.tagName,domElement:s,at:[]})}}))}function Os(t,e,n,o,r){const s=qt(t,0,!0,e);if(e.contexts.push(s),s.target=n,s.placeholder=document.createTextNode(""),u.push([r,[n,s.placeholder]]),Nr(s),s.inputsHandler){const t=o.propsConfig;s.inputsHandler(t)}return s.tagJsVar.processInit(t,s,o,s.placeholder),$r(),s}function Ms(t,e,n){const o=bt(t),r=document.createTextNode(o);return u.push([n,[e,r]]),r}function Hs(t,e,n,o){const r=document.createElement(t.tagName);return e.target=r,t.attributes.forEach((t=>{const e=t[0];"string"==typeof e&&(t[2]=vt(e,r.tagName))})),pn(t.attributes,[],r,n,e),As(t.innerHTML,e,n,r,y),t.listeners.forEach(((e,o)=>function(t,e,n,o,r){const s=(...o)=>{const r=t.listeners[e][1],s=N(n),a=s.context.updateCount;s.context.locked=1,++d.locks,Nr(s.context);const c=r(...o);--d.locks,delete s.context.locked,$r();return a===s.context.updateCount?We(c,s):(h(),H(c)?c.then((()=>(Ne([s.context.state.newest]),"promise-no-data-ever"))):"no-data-ever")};Ke(n.appSupport,o[0],r,s)}(t,o,n,e,r))),r}function Ls(t,e,n,o){e.contexts=e.contexts||[],e.htmlDomMeta=[],e.locked=34;const r=Hs(t,e,n,e.contexts);delete e.locked;const s=[v,[o,r,"htmlTag.processInit"]];u.push(s),e.paintCommands=[s],f.push([()=>{delete e.paintCommands},[]]);const a={nn:t.tagName,domElement:r,at:t.attributes};return e.htmlDomMeta=[a],r}function Ps(t){const e=js({component:!1,tagJsType:"element",processInitAttribute:a,processInit:Ls,destroy:Js,processUpdate:Es,hasValueChanged:Ss,tagName:t,innerHTML:[],attributes:[],contentId:0,listeners:[],allListeners:[],elementFunctions:ps},ps);return e.tagName=t,e}function js(t,e){const n=(...t)=>{const e={...n};return e.attributes=[...n.attributes],e.listeners=[...n.listeners],e.allListeners=[...n.allListeners],t.length>0&&"object"==typeof t[0]&&null!==t[0]&&!Array.isArray(t[0])&&!t[0].tagJsType&&(!function(t,e){const n=Object.entries(e).reduce(((e,[n,o])=>n in ys?ys[n](t,o):ls(t,[n,o,!1,Ct])),t)}(e,t[0]),t.splice(0,1)),e.innerHTML=t,t.forEach((t=>{if(hs(t))return"element"===t.tagJsType?(e.allListeners.push(...t.allListeners),void(t.contexts&&(e.contexts?(e.contexts.push(...t.contexts),++e.contentId):(e.contexts=t.contexts,++e.contentId)))):void function(t,e){e.contexts||(e.contexts=[]);e.contexts.push(t)}(t,e)})),e};return Object.assign(n,t),Object.assign(n,ps(n)),n.attributes=[...t.attributes],n.listeners=[...t.listeners],n.allListeners=[...t.allListeners],n.toString=function(){return xs(this)},n}const Ds=function(){const t=js({component:!1,tagJsType:"element",processInitAttribute:a,processInit:Ns,destroy:$s,processUpdate:Es,hasValueChanged:Ss,tagName:"no-element",innerHTML:[],attributes:[],contentId:0,listeners:[],allListeners:[],elementFunctions:ps});return t.tagName="no-element",t}();function Ns(t,e,n,o){e.contexts=e.contexts||[],e.htmlDomMeta=[],As(t.innerHTML,e,n,o,v)}function $s(t,e){++t.updateCount;const n=t.contexts,o=[];if(n.length&&(Is(n,e,o),n.length=0,o.length)){const e=t.htmlDomMeta;return Promise.all(o).then((()=>{++d.locks,re(e),--d.locks,h()}))}}const Us=Ps("button"),Rs=Ps("select"),Ws=Ps("option"),_s=Ps("input"),Bs=Ps("textarea"),Fs=Ps("html"),zs=Ps("head"),Gs=Ps("title"),Ks=Ps("meta"),qs=Ps("link"),Zs=Ps("style"),Xs=Ps("body"),Ys=Ps("script"),Qs=Ps("noscript"),ta=Ps("hr"),ea=Ps("h1"),na=Ps("h2"),oa=Ps("h3"),ra=Ps("h4"),sa=Ps("h5"),aa=Ps("h6"),ca=Ps("ol"),ua=Ps("ul"),ia=Ps("li"),la=Ps("div"),pa=Ps("main"),fa=Ps("section"),da=Ps("header"),ga=Ps("footer"),ha=Ps("form"),ma=Ps("fieldset"),ba=Ps("legend"),va=Ps("dialog"),ya=Ps("pre"),xa=Ps("table"),wa=Ps("tr"),Ca=Ps("td"),Va=Ps("th"),Ta=Ps("thead"),Ja=Ps("tbody"),ka=Ps("tfoot"),Ia=Ps("iframe"),Ea=Ps("a"),Sa=Ps("u"),Aa=Ps("img"),Oa=Ps("br"),Ma=Ps("label"),Ha=Ps("p"),La=Ps("small"),Pa=Ps("span"),ja=Ps("strong"),Da=Ps("b"),Na=Ps("sup"),$a=Ps("nav"),Ua=Ps("figure"),Ra=Ps("figcaption"),Wa=Ps("code"),_a=Ps("canvas"),Ba=Ps("svg"),Fa=Ps("path"),za=Ps("polygon"),Ga=Ps("rect"),Ka=Ps("details"),qa=Ps("summary"),Za="3.1.12",Xa={tagElement:Wr,renderWithSupport:Ae,renderSupport:He,firstTagRender:Ee,reRenderTag:Ie,paint:h};var Ya=e.W9,Qa=e.cg,tc=e.m0,ec=e.rS,nc=e.Y2,oc=e.ei,rc=e.B7,sc=e.TU,ac=e.XF,cc=e.PC,uc=e.Ot,ic=e.Mj,lc=e.tD,pc=e.a,fc=e.Gf,dc=e.xe,gc=e.YO,hc=e.b,mc=e.rf,bc=e.br,vc=e.um,yc=e.x6,xc=e.E2,wc=e.OH,Cc=e.Ji,Vc=e.TB,Tc=e.Ii,Jc=e.mX,kc=e.yV,Ic=e.EI,Ec=e.aY,Sc=e.zV,Ac=e.pf,Oc=e.ze,Mc=e.Go,Hc=e.bD,Lc=e.WJ,Pc=e.wL,jc=e.Ng,Dc=e.O,Nc=e.zH,$c=e.r3,Uc=e.y4,Rc=e.Df,Wc=e.Ie,_c=e.lI,Bc=e.$F,Fc=e.vP,zc=e.hp,Gc=e.qr,Kc=e.ts,qc=e.Zd,Zc=e.B4,Xc=e.HD,Yc=e.Az,Qc=e.sV,tu=e.Ah,eu=e.f5,nu=e.Gk,ou=e.j_,ru=e.h1,su=e.h2,au=e.h3,cu=e.h4,uu=e.h5,iu=e.h6,lu=e.zC,pu=e.d5,fu=e.wx,du=e.cF,gu=e.Hc,hu=e.PB,mu=e.uq,bu=e.hr,vu=e.qy,yu=e.gx,xu=e.pU,wu=e._8,Cu=e.hF,Vu=e.cy,Tu=e.Tn,Ju=e.Gv,ku=e.yL,Iu=e.D8,Eu=e.Ze,Su=e._4,Au=e.mn,Ou=e.Pf,Mu=e.o1,Hu=e.z,Lu=e.li,Pu=e.nf,ju=e.iW,Du=e.mI,Nu=e.C$,$u=e.et,Uu=e.Vg,Ru=e.ol,Wu=e.sA,_u=e.TG,Bu=e.MG,Fu=e.PL,zu=e.uK,Gu=e.CG,Ku=e.p,qu=e.nI,Zu=e.Ae,Xu=e.Fs,Yu=e.n1,Qu=e.AS,ti=e.iv,ei=e.r5,ni=e.M$,oi=e.Pc,ri=e.uc,si=e.QB,ai=e.K$,ci=e.uW,ui=e.Lt,ii=e.Jv,li=e.TA,pi=e.Jn,fi=e.Ll,di=e.L6,gi=e.EX,hi=e.Ln,mi=e.wk,bi=e.xP,vi=e.ko,yi=e.iF,xi=e.bc,wi=e.B1,Ci=e.RX,Vi=e.Sx,Ti=e.lR,Ji=e.JW,ki=e.ag,Ii=e.tp,Ei=e.Tc,Si=e.Hf,Ai=e.zc,Oi=e._A,Mi=e.T_,Hi=e.td,Li=e.g0,Pi=e.pd,ji=e.th,Di=e.VQ,Ni=e.DD,$i=e.tr,Ui=e.u,Ri=e.ul,Wi=e.Ag,_i=e.gA,Bi=e.NU,Fi=e.rE,zi=e.wB,Gi=e.id,Ki=e.MC,qi=e.SZ;export{Ya as ArrayNoKeyError,Qa as BasicTypes,tc as ImmutableTypes,ec as PropWatches,nc as RouteQuery,oc as StateMismatchError,rc as Subject,sc as Subjective,ac as SyncCallbackError,cc as TagError,uc as ValueSubject,ic as ValueSubjective,lc as ValueTypes,pc as a,fc as addPaintRemoveAwait,dc as appElements,gc as array,hc as b,mc as body,bc as br,vc as buildBeforeElement,yc as button,xc as callback,wc as callbackMaker,Cc as canvas,Vc as checkArrayValueChange,Tc as checkSimpleValueChange,Jc as checkStillSubscription,kc as checkTagValueChange,Ic as checkTagValueChangeAndUpdate,Ec as code,Sc as combineLatest,Ac as createHtmlSupport,Oc as createTrigger,Mc as deepClone,Hc as deepEqual,Lc as defineValueOn,Pc as deleteContextSubContext,jc as deleteSimpleValue,Dc as destroySupport,Nc as details,$c as dialog,Uc as div,Rc as elementVarToHtmlString,Wc as empty,_c as fieldset,Bc as figcaption,Fc as figure,zc as firstTagRender,Gc as footer,Kc as forceUpdateExistingValue,qc as form,Zc as getBaseSupport,Xc as getContextInCycle,Yc as getDomMeta,Qc as getInnerHTML,tu as getNewGlobal,eu as getSupportOlderState,nu as getTemplaterResult,ou as guaranteeInsertBefore,ru as h1,su as h2,au as h3,cu as h4,uu as h5,iu as h6,lu as hasPropChanges,pu as head,fu as header,du as hmr,gu as host,hu as howToSetInputValue,mu as howToSetStandAloneAttr,bu as hr,vu as html,yu as htmlTag,xu as iframe,wu as img,Cu as input,Vu as isArray,Tu as isFunction,Ju as isObject,ku as isPromise,Iu as isSimpleType,Eu as isStaticTag,Su as isSubjectInstance,Au as isTagComponent,Ou as label,Mu as legend,Hu as letProp,Lu as li,Pu as link,ju as main,Du as meta,Nu as nav,$u as noElement,Uu as noscript,Ru as ol,Wu as onDestroy,_u as onFirstSubContext,Bu as onInit,Fu as oneRenderToSupport,zu as option,Gu as output,Ku as p,qu as paint,Zu as path,Xu as pipe,Yu as polygon,Qu as pre,ti as promise,ei as providers,ni as reRenderTag,oi as rect,ri as renderSupport,si as renderWithSupport,ai as script,ci as section,ui as select,ii as setBooleanAttribute,li as setNonFunctionInputValue,pi as setSimpleAttribute,fi as setUseMemory,di as signal,gi as small,hi as span,mi as state,bi as states,vi as strong,yi as style,xi as subject,wi as subscribe,Ci as subscribeWith,Vi as summary,Ti as sup,Ji as svg,ki as syncError,Ii as table,Ei as tag,Si as tagElement,Ai as tagValueUpdateHandler,Oi as tags,Mi as tbody,Hi as td,Li as textarea,Pi as tfoot,ji as th,Di as thead,Ni as title,$i as tr,Ui as u,Ri as ul,Wi as upgradeBaseToSupport,_i as valueToTagJsVar,Bi as variablePrefix,Fi as version,zi as watch,Gi as willCallback,Ki as willPromise,qi as willSubscribe};
|
|
1
|
+
var t={d:(e,n)=>{for(var o in n)t.o(n,o)&&!t.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:n[o]})},o:(t,e)=>Object.prototype.hasOwnProperty.call(t,e)},e={};function n(t){return t.renderCount=t.renderCount||0,t.varCounter=0,t.state={newer:{state:[],states:[]}},t.global={blocked:[]}}t.d(e,{W9:()=>Er,cg:()=>A,m0:()=>S,rS:()=>Uo,Y2:()=>o,ei:()=>Sr,B7:()=>Q,TU:()=>tt,XF:()=>Ar,PC:()=>Ir,Ot:()=>pr,Mj:()=>fr,tD:()=>O,a:()=>ba,xe:()=>Rr,YO:()=>Pr,ZA:()=>Tr,b:()=>ka,rf:()=>$s,br:()=>xa,um:()=>Hn,x6:()=>Ss,E2:()=>Oo,OH:()=>Or,Ji:()=>Ma,TB:()=>me,Ii:()=>ge,mX:()=>Kn,yV:()=>Wt,EI:()=>Rt,aY:()=>Oa,zV:()=>q,pf:()=>qo,ze:()=>Mo,Go:()=>at,bD:()=>ut,WJ:()=>et,wL:()=>Fn,Ng:()=>de,O:()=>kt,zH:()=>Ha,r3:()=>ca,y4:()=>Qs,Df:()=>us,Ie:()=>E,lI:()=>sa,$F:()=>Aa,vP:()=>Sa,hp:()=>Pt,qr:()=>oa,ts:()=>tr,Zd:()=>ra,B4:()=>Ko,HD:()=>Hr,Az:()=>Dn,sV:()=>Yn,Ah:()=>n,f5:()=>Dt,Gk:()=>Qn,j_:()=>er,h1:()=>_s,h2:()=>Fs,h3:()=>zs,h4:()=>Gs,h5:()=>Ks,h6:()=>Zs,zC:()=>Wo,d5:()=>Ps,wx:()=>na,cF:()=>$a,Hc:()=>go,PB:()=>Ft,uq:()=>Gt,hr:()=>Bs,qy:()=>Ls,gx:()=>Vs,pU:()=>ma,_8:()=>ya,hF:()=>Ms,cy:()=>U,Tn:()=>H,Gv:()=>N,yL:()=>D,D8:()=>M,Ze:()=>j,_4:()=>P,mn:()=>L,Pf:()=>wa,o1:()=>aa,z:()=>Cr,li:()=>Ys,nf:()=>Ns,iW:()=>ta,mI:()=>Hs,C$:()=>Ea,et:()=>ks,Vg:()=>Rs,ol:()=>qs,sA:()=>Ao,TG:()=>Zn,MG:()=>Io,PL:()=>no,uK:()=>Os,CG:()=>Bn,p:()=>Ca,nI:()=>m,Ae:()=>La,Fs:()=>po,n1:()=>Pa,AS:()=>ua,iv:()=>Lr,r5:()=>Jr,M$:()=>Lt,Pc:()=>Da,QB:()=>Ut,K$:()=>Ws,uW:()=>ea,Lt:()=>As,Jv:()=>Zt,TA:()=>Kt,Jn:()=>qt,Ll:()=>ot,L6:()=>ir,EX:()=>Va,Ln:()=>Ja,wk:()=>ko,xP:()=>wr,ko:()=>Ta,iF:()=>Us,bc:()=>xr,B1:()=>lo,RX:()=>uo,Sx:()=>Na,lR:()=>Ia,JW:()=>ja,ag:()=>Mr,tp:()=>ia,Tc:()=>$o,Hf:()=>_r,zc:()=>be,_A:()=>to,T_:()=>ga,td:()=>pa,g0:()=>js,pd:()=>ha,th:()=>fa,VQ:()=>da,DD:()=>Ds,tr:()=>la,u:()=>va,ul:()=>Xs,Ag:()=>Zo,gA:()=>ke,NU:()=>Ye,rE:()=>Ua,wB:()=>mr,id:()=>dr,MC:()=>gr,SZ:()=>hr});class o{get(t){return"todo"}}function r(){return ot.stateConfig.support}function s(t){return $r(t.context),ot.stateConfig.support=t}const a=function(){};let c=[];const u=[];let i=[],l=[],p=[],f=!1;const d=[],g={locks:0,removeLocks:0};function h(t,e){e.textContent=t}function m(){g.locks>0||(++g.locks,v(),--g.locks,b(),!f&&d.length&&(f=!0,requestAnimationFrame((()=>{for(++g.locks;d.length;){const t=d.shift();t[0](...t[1])}v(),b(),--g.locks,f=!1}))))}function b(){c=[],i=[],l=[];const t=p;p=[];for(const e of t)e[0](...e[1])}function v(){const t=u.length;!function(){for(const t of u)t[0](...t[1])}(),u.splice(0,t);for(const t of i)t[0](...t[1]);for(const t of l)t[0](...t[1]);for(const t of c)t[0](...t[1])}function y(t,e){u.push([x,[t,e]])}function x(t,e){t||console.debug("no element by",{_caller:e,element:t});const n=t.parentNode;n||console.debug("no parentNode by",{_caller:e,element:t}),n.removeChild(t)}function w(t,e,n){t.parentNode.insertBefore(e,t)}function C(t,e){t.appendChild(e)}const V="object"==typeof document&&document.createElement("div");function J(t){return V.innerHTML=t,document.createTextNode(V.innerHTML)}function T(t,e,n=a,o){const r=J(e);w(t,r),n(r)}function k(t,e,n=a){V.innerHTML=e;const o=document.createTextNode(V.textContent);w(t,o),n(o)}function I(t,e,n){V.innerHTML=e;const o=document.createTextNode(V.textContent);C(t,o),n(o)}const E="";var S,A;!function(t){t.string="string",t.number="number",t.boolean="boolean",t[void 0]="undefined"}(S||(S={})),function(t){t.function="function",t.date="date",t.unknown="unknown",t.object="object"}(A||(A={}));const O={tag:"html",dom:"dom",templater:"templater",tagComponent:"tagComponent",tagArray:"tagArray",host:"host",subscribe:"subscribe",signal:"signal",renderOnce:"renderOnce",stateRender:"stateRender",version:Date.now()};function M(t){switch(t){case S.string:case S.number:case S.boolean:return!0}return!1}function j(t){if(!t)return!1;switch(t.tagJsType){case O.dom:case O.tag:case O.templater:return!0}return!1}function L(t){const e=t?.tagJsType;return e===O.tagComponent||e===O.stateRender}function P(t){return N(t)&&typeof t.subscribe===A.function}function D(t){return t&&H(t.then)}function H(t){return typeof t===A.function}function N(t){return typeof t===A.object&&null!==t}function U(t){return Array.isArray(t)}function $(t){const e=t.state;return e&&e.newest&&e.newest?e.newest:t.parentContext?$(t.parentContext):void 0}function W(t){let e=t;for(;e.ownerSupport&&!L(e.templater);)e=e.ownerSupport;const n=e.context.state;return n&&n.newest||e}function R(...t){return t}function B(t){const e=ot.stateConfig;return e.states[e.statesIndex]=t,++e.statesIndex,t(R)}function _(t){const e=ot.stateConfig,n=e.statesIndex,o=W(e.prevSupport).context.state.older.states[n];let r=[];o((function(...t){return r=t,o.lastValues=r,t}));return e.states[e.statesIndex]=t,++e.statesIndex,t((function(...t){return r}))}function F(t){$r(t);const e=ot.stateConfig;e.handlers.handler=Z,e.handlers.statesHandler=B,e.rearray=[];const n=e.state=[],o=e.states=[];e.statesIndex=0;(t.state=t.state||{}).newer={state:n,states:o}}class z{}function G(t){const e=t.callback;if(!e)return t.defaultValue;const[n]=function(t){const[e]=t(z),[n]=t(e);return[e,n]}(e);return n}function K(){const t=ot.stateConfig,e=t.rearray[t.state.length];return t.state.push(e),e.defaultValue}function Z(t){const e=ot.stateConfig,n=Hr();if(!n||!n.state){const t="State requested but TaggedJs is not currently rendering a tag or host";throw console.error(t,{config:e,context:n,function:e.support?.templater.wrapper?.original}),new Error(t)}const o=n.state.newer;e.state=o.state;let r=t;if(typeof t===A.function&&(r=t()),typeof r===A.function){const t=r;r=function(...e){return t(...e)},r.original=t}const s={get:function(){return G(s)},defaultValue:r};return e.state.push(s),r}function q(t){const e=new Q;return e.subscribeWith=e=>{const n=[],o=[],r=(r,s)=>{n[s]=!0,o[s]=r;if(n.length===t.length){for(const t of n)if(!t)return;e(o,a)}},s=[...t],a=s.shift().subscribe((t=>r(t,0))),c=s.map(((t,e)=>t.subscribe((t=>r(t,e+1)))));return a.subscriptions=c,a},e}function X(t,e,n){const o=Q.globalSubCount$;Q.globalSubCount$.next(o.value+1);const r=function(){r.unsubscribe()};return r.callback=e,r.subscriptions=[],r.unsubscribe=function(){return function(t,e,n){!function(t,e){const n=t.findIndex((t=>t.callback===e));-1!==n&&t.splice(n,1)}(e,n);const o=Q.globalSubCount$;Q.globalSubCount$.next(o.value-1),t.unsubscribe=()=>t;const r=t.subscriptions;for(const t of r)t.unsubscribe();return t}(r,n,e)},r.add=t=>(r.subscriptions.push(t),r),r.next=t=>{e(t,r)},r}function Y(t,e,n){const o=[...e],r=o.shift(),s=t=>{if(o.length)return Y(t,o,n);n(t)};let a=s;const c=r(t,{setHandler:t=>a=t,next:s});a(c)}class Q{onSubscription;methods=[];isSubject=!0;subscribers=[];subscribeWith;value;constructor(t,e){this.onSubscription=e,arguments.length>0&&(this.value=t)}subscribe(t){const e=X(0,t,this.subscribers),n=this.subscribeWith;if(n){if(this.methods.length){const n=t;t=t=>{Y(t,this.methods,(t=>n(t,e)))}}return n(t)}return this.subscribers.push(e),this.onSubscription&&this.onSubscription(e),e}next(t){this.value=t,this.emit()}set=this.next.bind(this);emit(){const t=this.value,e=this.subscribers;for(const n of e)n.callback(t,n)}toPromise(){return new Promise((t=>{this.subscribe(((e,n)=>{n.unsubscribe(),t(e)}))}))}toCallback(t){const e=this.subscribe(((n,o)=>{const r=o?.unsubscribe;r?r():setTimeout((()=>{e.unsubscribe()}),0),t(n)}));return e}pipe(...t){const e=[];"value"in this&&e.push(this.value);const n=new Q(...e);return n.setMethods(t),n.subscribeWith=t=>this.subscribe(t),n.next=t=>this.next(t),n}setMethods(t){this.methods=t}static all(t){return q(t.map((t=>{if(P(t))return t;return new Q(t,(e=>(e.next(t),e)))})))}static globalSubCount$=new Q(0)}class tt extends Q{_value;constructor(...t){super(...t),this._value=t[0],et(this)}next(t){this._value=t,this.emit()}emit(){const t=this._value,e=this.subscribers;for(const n of e)n.callback(t,n)}}function et(t){Object.defineProperty(t,"value",{set(e){t._value=e,t.emit()},get:()=>t._value})}const nt=new Q(void 0,(function(t){r()||t.next()})),ot={stateConfig:{state:[],version:Date.now(),handlers:{handler:Z,statesHandler:B}},tagClosed$:nt};function rt(t,e,n){if(e.deleted)return;const o=t[e.valueIndex],r=e.tagJsVar;$r(e),r.processUpdate(o,e,n,t),Wr(),e.value=o}function st(t,e){if(!t)return;const n=t.context.contexts;!function(t,e){const n=e.templater,o=e.templater.tag,r=n.values||o.values,s=t.templater.tag;s.values=r}(t,e),++g.locks,function(t,e){const n=t.templater.tag.values;for(const o of e)rt(n,o,t)}(t,n),--g.locks,m()}function at(t,e){return ct(t,e)}function ct(t,e){if(null===t||typeof t!==A.object)return t;if(e<0)return t;if(t instanceof Date)return new Date(t);if(t instanceof RegExp)return new RegExp(t);const n=U(t)?[]:Object.create(Object.getPrototypeOf(t));if(U(t))for(let o=0;o<t.length;o++)n[o]=ct(t[o],e-1);else for(const o in t)Object.prototype.hasOwnProperty.call(t,o)&&(n[o]=ct(t[o],e-1));return n}function ut(t,e,n){return it(t,e,n)}function it(t,e,n){return!(t!==e&&(o=t,r=e,!H(o)||!H(r)||o.toString()!==r.toString()))||(n<0||typeof t===A.object&&typeof e===A.object&&(t instanceof Date&&e instanceof Date?t.getTime()===e.getTime():U(t)&&U(e)?function(t,e,n){if(t.length!==e.length)return!1;for(let o=0;o<t.length;o++)if(!it(t[o],e[o],n-1))return!1;return!0}(t,e,n-1):!U(t)&&!U(e)&&function(t,e,n){const o=Object.keys(t),r=Object.keys(e);if(0===o.length&&0===r.length)return!0;if(o.length!==r.length)return!1;for(const s of o){if(!r.includes(s)||!it(t[s],e[s],n-1))return!1}return!0}(t,e,n-1)));var o,r}function lt(t){return t.map(pt)}function pt(t,e){const n=t,o=t?.tagJsType;if(o)switch(o){case O.signal:case O.subscribe:case O.stateRender:return;case O.dom:case O.tag:case O.templater:return lt(n.values)}return U(t)?lt(n):at(t,e)}function ft(t,e){const n=t.length;for(let o=0;o<n;++o){const n=t[o],r=e[o];if(U(n)&&U(r)){if(n===r)continue;return 3}if(typeof n!==A.function||typeof r!==A.function)if(typeof n!==A.object){if(n!==r)return 3.3}else{if(!n&&!r)continue;if(typeof e===A.object){const t=Object.entries(n);for(const e of t){if(!dt(e,r))return 3.1}}}}return!1}function dt([t,e],n){const o=n[t];return typeof e===A.function&&typeof o===A.function||o===e}function gt(t,e,n){return t}function ht(t){return typeof t!==A.object||!t||t.tagJsType}function mt(t,e){const n=t.context.providers;if(n)for(const t of n)for(let n=t.children.length-1;n>=0;--n){t.children[n].context.global===e&&t.children.splice(n,1)}t.context.destroy$.next(),t.context.renderCount=0}function bt(t,e){for(const n of t){const t=n.lastArray;if(t){bt(t,e);continue}const o=n.value;if(o?.tagJsType===O.subscribe){o.destroy(n,e),n.deleted=!0;continue}const r=n.global;if(!r)continue;const s=n.state.newest,a=r.subscriptions;a&&a.forEach(yt),L(s.templater)&&mt(s,r);bt(n.contexts,s),r.deleted=!0}}function vt(t,e=[],n=[]){for(const o of t){const t=o.global;if(!t)continue;const r=o.state.newest;if(r){e.push(r);const o=t.subscriptions;o&&n.push(...o)}const s=o.contexts;s&&vt(s,e,n)}return{tags:e,subs:n}}function yt(t){t.unsubscribe()}function xt(t){!function(t,e){if(t&&e.state?.oldest){return void kt(e.state.oldest,t)}e.tagJsVar.destroy(e,{})}(t.global,t)}function wt(t){++t.updateCount;const e=t.lastArray;e&&Ct(t,e)}function Ct(t,e){for(let t=0;t<e.length;++t)xt(e[t]);delete t.lastArray}function Vt(t){for(let e=t.length-1;e>=0;--e){Jt(t[e]),t.splice(e,1)}}function Jt(t){const e=t.marker;e&&y(e,"destroyMarker");y(t.domElement,"destroyClone")}function Tt(t,e){t.contexts&&function(t,e){for(const n of t){if(n.withinOwnerElement){const t=n.tagJsVar;if(t&&"host"===t.tagJsType){const o=n.supportOwner,r=t.destroy(n,o);D(r)&&e.push(r)}continue}const t=n.lastArray;if(t){Ct(n,t);continue}const o=n.simpleValueElm;if(o){delete n.simpleValueElm,y(o,"smartRemoveByContext");continue}const r=n.global;if(void 0===r)continue;r.deleted=!0;const s=n.state?.oldest;s&&Tt(n,e)}}(t.contexts,e),t.htmlDomMeta&&Vt(t.htmlDomMeta)}function kt(t,e){const n=t.context;e.deleted=!0,n.renderCount=0;const o=[];return bt(n.contexts,t),t.templater.wrapper&&mt(t,e),Tt(n,o),delete n.state,delete n.contexts,delete n.returnValue,delete n.providers,o}function It(t,e,n,o,r,s){return null==t||s>r?e:typeof t===A.function?e.mem?(t.mem=e.mem,e):(t.mem=e,t):ht(e)?e:U(e)?function(t,e,n,o,r,s){for(let a=t.length-1;a>=0;--a){const c=t[a],u=e[a];t[a]=It(u,c,n,o,s,r+1)}return t}(e,t,n,o,s,r):function(t,e,n,o,r,s){const a=Object.keys(t);for(const c of a){const a=t[c],u=It(e[c],a,n,o,s,r+1);if(a===u)continue;const i=Object.getOwnPropertyDescriptor(t,c)?.set;i||(t[c]=u)}return t}(e,t,n,o,s,r)}function Et(t){const e=t.context,o=e.global,r=e.contexts;if(r){const{subs:t,tags:e}=vt(r);for(const t of e){if(!0===t.context.global.deleted)return;St(t.context)}o.subscriptions&&t.forEach(yt)}St(e),n(e)}function St(t){t.global.deleted=!0,Tt(t,[]),delete t.contexts}function At(t,e,n,o){const r=e.original,a=t.tagJsType===O.stateRender,c=ot.stateConfig;let u;if(s(n),a?u=t():(u=r(...o),typeof u===A.function&&void 0===u.tagJsType&&(u=u())),!u)throw new Error("A tag cannot return a value of type "+(null===u?"null":typeof u));const i=n.context;return i.returnValue=u,n.returnValue=u,t.tag=u,i.state.newer={...c},Wr(),n}function Ot(t){!function(t){const e=ot.stateConfig,n=t||e.context;n.state=n.state||{},n.state.newer={...e};const o=e.support;n.state.newest=o}(t),function(){const t=ot.stateConfig;delete t.prevSupport,delete t.support,delete t.state,delete t.states,Wr()}()}function Mt(t,e,n,o){let r;const s=t.templater;if(s.tagJsType===O.stateRender){const e=s;r=Xo(s,n,o,t.appSupport),At(s,e,r)}else{r=(0,s.wrapper)(t,n,e)}return function(t,e){++t.context.renderCount,Ot(t.context),ot.tagClosed$.next(e)}(r,o),r.ownerSupport=t.ownerSupport,r}function jt(t){const e=ot.stateConfig;return e.rearray=t,e.state=[],e.states=[],e.statesIndex=0,e.handlers.handler=K,e.handlers.statesHandler=_,e}function Lt(t,e,n,o){return function(t,e,n){jt(n),ot.stateConfig.prevSupport=e,s(t)}(t,e,n.state.older.state),Mt(t,e,n,o)}function Pt(t,e,n,o){F(t.context),s(t);const r=Mt(t,e,n,o);return Wr(),r}function Dt(t){const e=t?.context,n=e?.state;return n?.older?.state}function Ht(t,e){const n=Nt(t,e);return!(n||!e.templater.tag?._innerHTML||!Nt(t.outerHTML,e))||n}function Nt(t,e){const n=t.templater,o=e.templater,r=n?.tag||t,s=o.tag;if(n?.tagJsType===O.stateRender)return n.dom===o.dom;if(!s&&!r.returnValue)return!0;if(!r.returnValue)return!1;throw new Error(`unknown tagJsType of ${r.tagJsType}`)}function Ut(t,e,n){let o;o=Dt(e)?Lt(t,e,n):Pt(t,e,n);const r=!e||Ht(e,o);if(r){if(e){const t=e.templater.tag;if(t&&n.renderCount>0){const n=e?.templater,o=n?.tag;!function(t,e,n){if(t.tagJsType===O.dom){const o=n?.dom;return void(o!==t.dom&&Et(e))}if(n){const o=n.strings;if(o){const n=o?.length;n!==t.strings.length&&Et(e)}}}(t,e,o)}}}else{!function(t,e){const n=t.context,o=n.global;let r=-1;const s=n.providers=n.providers||[],a=s.length-1;for(;r++<a;){const t=s[r];let n=-1;const a=t.children.length-1;for(;n++<a;)if(o===t.children[n].context.global)return t.children.splice(n,1),void t.children.push(e)}}(e,o),Et(e);const t=o.context;t.state.oldest=o,t.state.newest=o}return o.ownerSupport=t.ownerSupport,{support:o,wasLikeTags:r}}function $t(t){++t.updateCount;const e=t.global,n=t.state.newest;delete t.inputsHandler,delete t.updatesHandler,kt(n,e),function(t){t.htmlDomMeta=[],delete t.contexts,delete t.state,delete t.global,t.renderCount=0}(t)}function Wt(t,e){const n=e.state?.newest;if(j(t)){return Ht(t,n)?0:7}const o=t?.tagJsType;if(o){const n=e.value;if(!n&&t)return 88;const o=n.wrapper,r=t.wrapper;return r?.original===o?.original?0:88}return 8}function Rt(t,e){const o=e.global,r=e.state?.newest;if(j(t)){return Ht(t,r)?(Yo(e,t,r),0):(kt(r,o),n(e),7)}const s=t?.tagJsType;if(s){return!0===Yo(e,t,e.state.newest.ownerSupport)?0:88}return $t(e),8}function Bt(t){switch(t){case void 0:case!1:case null:return E}return t}function _t(t,e){if(t.startsWith("class."))return"class";if(t.startsWith("style."))return"style";const n=function(t){switch(t){case"autoselect":case"autoSelect":return"autoselect";case"autofocus":case"autoFocus":return"autofocus"}return!1}(t);return!1!==n?n:"value"===t&&"SELECT"===e&&"value"}function Ft(t,e,n){if(N(n))return zt(t,e,n);i.push([Kt,[t,e,n]])}function zt(t,e,n){"object"!=typeof t[e]&&(t[e]={});for(const o in n){const r=n[o];i.push([Yt,[t,e,o,r]])}if(t[e].setProperty)for(const o in n){const r=n[o];i.push([Xt,[t,e,o,r]])}}function Gt(t,e,n){t.setAttribute(e,"")}function Kt(t,e,n){if(N(n))return zt(t,e,n);qt(t,e,n)}function Zt(t,e,n){t[e]=!!n}function qt(t,e,n){t[e]=n,void 0!==n&&!1!==n&&null!==n?t.setAttribute(e,n):t.removeAttribute(e)}function Xt(t,e,n,o){t[e].setProperty(n,o)}function Yt(t,e,n,o){t[e][n]=o}function Qt(t,e,n,o){switch(o){case"autofocus":return void p.push([re,[n]]);case"autoselect":return void p.push([oe,[n]]);case"style":{const o=t.split(".");return void i.push([te,[n,o,e]])}case"class":return void function(t,e,n){const o=t.split(".");if(o.shift(),e){for(const t of o)i.push([ee,[n,t]]);return}for(const t of o)i.push([ne,[n,t]])}(t,e,n);case"value":return Kt(n,t,e),void p.push([t=>{t.value=e},[n]])}throw new Error(`Invalid special attribute of ${o}. ${t}`)}function te(t,e,n){const o=e[1];t.style[o]=n,t.style.setProperty(o,n)}function ee(t,e){t.classList.add(e)}function ne(t,e){t.classList.remove(e)}function oe(t){t.select()}function re(t){t.focus()}function se(t,e,n,o,r,s,a){return n.target=o,n.howToSet=r,n.attrName=t,n.isSpecial=a,e?.tagJsType?function(t,e,n,o,r){e.processInitAttribute(t,e,r,e,n,o,Kt),n.tagJsVar=e}(t,e,n,s,o):ae(t,e,o,r,a,n)}function ae(t,e,n,o,r,s){return"function"==typeof e?function(t,e,n,o,r){const s=t(),c={component:!1,tagJsType:"dynamic-attr",matchesInjection:t=>{const e=u.tagJsVar;if(e.matchesInjection)return e.matchesInjection(t,u)},hasValueChanged:(e,n,o)=>{const r=t();return u.tagJsVar.hasValueChanged(r,u,o)},processInit:a,processInitAttribute:a,destroy:(t,e)=>{u.tagJsVar.destroy(u,e)},processUpdate:(t,e,n,o)=>{++e.updateCount;const r=t();u.tagJsVar.processUpdate(r,u,n,o),u.value=r}},u={description:"sub-context",updateCount:0,isAttr:!0,target:o,parentContext:e,value:s,tagJsVar:ke(s),valueIndex:-1,withinOwnerElement:!0,destroy$:new Q,render$:new Q},i={description:"override-context",updateCount:0,isAttr:!0,contexts:[u],target:o,parentContext:e,value:t,tagJsVar:c,valueIndex:-1,withinOwnerElement:!0,destroy$:new Q,render$:new Q};return u.tagJsVar.processInitAttribute(n,s,o,u.tagJsVar,u,{},r),i}(e,s,t,n,o):r?Qt(t,e,n,r):void o(n,t,e)}function ce(t,e,n,o,r,s){const a=e.tagJsVar,c=t;if(a.hasValueChanged(c,e,n)>0){a.destroy(e,n),o.removeAttribute(r);const c=ke(t);return c.isAttr=!0,c.processInitAttribute(r,t,o,c,e,n,s),void(e.tagJsVar=c)}}function ue(t,e,n,o,r,s,a){o.destroy=ie,o.hasValueChanged=ge,o.processUpdate=(e,o,r)=>ce(e,o,r,n,t,a);const c=_t(t,n.tagName);ae(t,e,n,a,c,r),r.tagJsVar=o}function ie(t){const e=t.target,n=t.attrName;e.removeAttribute(n)}function le(t){return{component:!1,tagJsType:"simple",value:t,processInitAttribute:ue,processInit:fe,destroy:de,hasValueChanged:he,processUpdate:pe}}function pe(t,e,n){return t===e.value?0:tr(e,t,n)}function fe(t,e,n,o,r){const s=Bt(t);o=e.placeholder;const a=e.paint=[T,[o,s,function(t){e.simpleValueElm=t,delete e.paint},"processSimpleValueInit"]];c.push(a)}function de(t){const e=t.simpleValueElm;if(!e){if(t.paint)return void(t.paint[0]=a);if(void 0===t.value||!1===t.value||null===t.value)return}delete t.simpleValueElm,y(e,"deleteSimpleValue")}function ge(t,e){return null==t||t===e.value?0:6}function he(t,e){return null!=t&&[A.object,A.function].includes(typeof t)?(de(e),6):(function(t,e){const n=Bt(t);if(e.paint)return void(e.paint[1][1]=n);const o=e.simpleValueElm;i.push([h,[n,o]])}(t,e),0)}function me(t,e){return U(t)?0:(wt(e),9)}function be(t,e,n){const o=e.tagJsVar.tagJsType;return o&&["tag-conversion","element"].includes(o)?(e.tagJsVar.processUpdate(t,e,n,[]),e.value=t,0):t===e.value?0:(++e.updateCount,tr(e,t,n))}function ve(t,e,n,o,r){const s=e.context;if(s.locked=3,n.target=n.target||o,$r(n),n.inputsHandler){const t=e.propsConfig;n.inputsHandler(t)}n.tagJsVar.processInit(t,n,e,r,o),Wr(),n.value=t,delete s.locked}function ye(t,e,n,o,r){const s=document.createTextNode(E),a=Ie(t,n,!0,e.context);return a.withinOwnerElement=!1,a.placeholder=s,r||(a.placeholder=o),ve(t,e,a,r,o),r&&l.push([C,[r,s]]),a}function xe(t,e,n,o){const r=void 0===t.lastArray;r&&(t.lastArray=[]);const s=t.lastArray;let a=t.placeholder;const c=e.length,u=new Array(c),i=new Array(c),l=function(t){if(i[t])return u[t];const n=function(t){if("function"!=typeof t)return t;const e=t;if(void 0!==e.tagJsType)return t;return e()}(e[t]);return u[t]=n,i[t]=!0,n};let p=!r&&c!==s.length;if(!r){const n=function(t,e,n,o,r){const s=[];let a=0;for(let n=0;n<t.length;++n){const c=t[n];if(1===c.locked&&(o=!0),null===c.value){s.push(c);continue}const u=Ce(e,n,t,a,r);0!==u?2!==u?a+=u:n-=1:s.push(c)}return n.lastArray=s,{removed:a,batchUpdates:o}}(s,e,t,p,l);p=n.batchUpdates}for(let e=0;e<c;++e){a=we(e,t.lastArray,n,p,l,a,o).placeholder}}function we(t,e,n,o,r,s,a){const c=r(t),u=e[t];if(u)return function(t,e,n,o,r,s,a,c){if(s)return d.push([function(){be(t,e,o)},[]]),e.value=t,e;const u=n.length>r;if(u)return Array.isArray(t)?(e.tagJsVar.processUpdate(t,e,o,[]),e.value=t,e):(be(t,e,o),e);const i=ye(t,o,n,a,c);return n.push(i),i}(c,u,e,n,t,o,s,a);const i=ye(c,n,e,s,a);return e.push(i),c&&(i.arrayValue=c.arrayValue||i.arrayValue),i}function Ce(t,e,n,o,r){const s=t.length-1,a=e-o,c=a<0||s<a,u=n[e];if(c)return xt(u),1;void 0===u.arrayValue&&(u.arrayValue=e);const i=function(t,e,n,o,r){const s=e.arrayValue;let a=t!==(s||r);!1===a&&void 0===s&&n.tagJsVar.hasValueChanged(e,n,void 0)&&(a=!0);return a?(xt(n),o.splice(r,1),2):0}(u.arrayValue,r(e),u,n,e);return i}function Ve(t){return{component:!1,tagJsType:"array",value:t,processInitAttribute:a,processInit:Te,processUpdate:Je,hasValueChanged:me,destroy:wt}}function Je(t,e,n){if(++e.updateCount,Array.isArray(t))return void xe(e,t,n);0===be(t,e,n)&&xe(e,t,n)}function Te(t,e,n,o,r){xe(e,t,n,r)}function ke(t){const e=t?.tagJsType;return e?t:function(t){if(U(t))return Ve(t);return le(t)}(t)}function Ie(t,e,n,o,r){return{description:"getNewContext",updateCount:0,value:t,destroy$:new Q,render$:new Q,tagJsVar:r||ke(t),withinOwnerElement:n,parentContext:o,valueIndex:o.varCounter}}function Ee(t,e,n,o,r,s,a){const u=document.createTextNode(E),i=function(t,e,n,o){const r=Ie(t,0,n,o);return e.push(r),++o.varCounter,r}(t,e,r>0,o);return i.placeholder=u,i.target=s,s?l.push([C,[s,u]]):c.push([w,[a,u,"attachDynamicDom.attachDynamicDom"]]),ve(t,n,i,s,a),i}function Se(t,e){const n=function(t,e,n=[]){const o=t.context;n.push({support:t,renderCount:o.renderCount,provider:e});const r=e.children;for(let t=r.length-1;t>=0;--t){const o=r[t],s=o.context;n.push({support:o,renderCount:s.renderCount,provider:e})}return n}(t,e);return n}function Ae(t){return t.support}function Oe(t,e){const n=e.context.global;if(n&&n.deleted)return!1;const o=function(t,e){const n=t.props,o=e.propsConfig,r=o.latest;if(Me(n,r))return!0;switch(t.propWatch){case Uo.IMMUTABLE:return Bo(n,r);case Uo.SHALLOW:return ft(n,r)}return!ut(n,r,Fo)}(t,e);return!!o}function Me(t,e){return t.length!==e.length}function je(t,e=[]){const n=t.context,o=function(t){return O.templater===t.tagJsType}(t.templater),r=t.ownerSupport;if(n.locked)return e.push(t),e;if(o)return je(r,e);const s=t.context.global;if(s&&!0===s.deleted)return e;const a=t,c=L(a.templater),u=t.templater.tagJsType,i=r&&u!==O.stateRender&&(!c||Oe(a.templater,a));if(a.context.providers){const t=function(t){const e=t.context.providers;if(!e)return[];const n=[];for(const t of e){const e=Se(t.owner,t);n.push(...e.map(Ae))}return n}(a);e.push(...t)}return i?(je(r,e),c&&e.push(a),e):(e.push(a),e)}function Le(t){++g.locks,t.forEach(Pe),--g.locks,m()}function Pe(t){const e=t.context;e.tagJsVar.processUpdate(e.value,e,t.ownerSupport,[])}function De(t,e,{resolvePromise:n,resolveValue:o}){return D(t)?t.then(function(t,e){return n=>{const o=t.context,r=o.global;if(!0===o.deleted||!0===r?.deleted)return e(n);return Le(je(t)),e(n)}}(e,n)):o(t)}function He(t,e){const n=e.context.global,o=function(t,e){if(!0!==n.deleted)return function(t,e,n,o){const r=W(e),s=r.context;s.locked=1;const a=t.apply(n,o);delete s.locked;return Ne(a,r)}(o.tagFunction,o.support,t,e)};return o.tagFunction=t,o.support=e,o}function Ne(t,e){const n=e.context.global;if(n?.deleted)return;return Le(je(e)),De(t,e,{resolvePromise:We,resolveValue:Re})}const Ue="no-data-ever",$e="promise-no-data-ever";function We(){return $e}function Re(){return Ue}function Be(t,e,n){const o=n[e];if(o){let e=!1;if(t.originalStopPropagation=t.stopPropagation,t.stopPropagation=function(){e=!0,t.originalStopPropagation.call(t),t.stopPropagation=t.originalStopPropagation,delete t.originalStopPropagation},o(t),t.defaultPrevented||e)return}const r=n.parentNode;r&&Be(t,e,r)}function _e(t,e,n,o){const r=t.appElement,s=function(t){"blur"===t&&(t="focusout");return"_"+t}(e);"blur"===e&&(e="focusout");const a=t.context.events;if(!a[e]){const t=function(t){Be(t,s,t.target)};a[e]=t,r.addEventListener(e,t)}n[s]=o,n[e]=o}function Fe(t,e,n,o){const r=function(...e){return r.tagFunction(t,e)};r.tagFunction=e,r.support=n,_e(n.appSupport,o,t,r)}function ze(t){return null==t||!1===t}function Ge(t,e,n,o,r,s,a,c,u){const i=Ie(t,0,!0,n);return i.description="tagJsVar-attr",i.target=c,i.valueIndex=r,i.isAttr=!0,i.isNameOnly=u,i.stateOwner=W(s),i.supportOwner=s,$r(i),o.processInitAttribute(a,t,c,o,i,s,Kt),Wr(),i.oldTagJsVar=i.tagJsVar,i.tagJsVar=o,i}function Ke(t,e,n,o,r,s,a,c){if(ze(e))return;const u=typeof e;if(u===A.object){for(const r in e)Ze(r,n,e,t,o,s,a,s);return s}if("function"===u){const r=function(t){const e={tagJsType:"relay",component:!1,hasValueChanged:(t,e,n)=>e.subContext.tagJsVar.hasValueChanged(t,e.subContext,n),processInitAttribute:(t,e,n,o,r,s,a)=>r.subContext.tagJsVar.processInitAttribute(t,e,n,o,r.subContext,s,a),destroy:(t,e)=>t.subContext.tagJsVar.destroy(t.subContext,e),processUpdate:(t,e,n,o)=>{const r=t(e.subContext);return e.subContext.tagJsVar.processUpdate(r,e.subContext,n,o)},processInit:(t,e,n,o,r)=>e.subContext.tagJsVar.processInit(t,e.subContext,n,o,r),matchesInjection:e=>t.subContext.tagJsVar.matchesInjection(e,t.subContext)};return e}(c);c.tagJsVar=r,$r(c);const u=ke(e(c));if(Wr(),u?.tagJsType){c.state={newer:{state:[],states:[]}};const t=Ge(u,0,a,u,-1,o,"attr",n,!0);return t.tagJsVar=u,c.subContext=t,s}return Ze("attr",n,e,t||[],o,s,a,s),s}0!==e.length&&r(n,e,E)}function Ze(t,e,n,o,r,s,a,c){const u=_t(t,e.tagName),i=rn(t,n[t],o,e,r,Kt,s,a,u);void 0!==i&&(Array.isArray(i)?c.push(...i):c.push(i))}function qe(t,e){t.removeAttribute(e)}function Xe(t,e,n,o){const r=e,s=t;if(s?.tagJsType){const o=e.value;return o?.tagJsType?void o.hasValueChanged(s,e,n):(s.isAttr=!0,$r(e),s.processInitAttribute(r.attrName,t,r.target,s,r,n,Kt),Wr(),void(r.tagJsVar=s))}if(r.isNameOnly)return function(t,e,n,o,r,s,a,c,u){if(n){if(ze(e)||""===e)return void o.removeAttribute(n);if(typeof n===A.object)if(typeof e===A.object)for(const t in n)t in e||i.push([qe,[o,t]]);else for(const t in n)i.push([qe,[o,t]])}const l=Ke(t,e,o,r,s,a,c,u);l&&a.push(...l)}(o,t,r.value,r.target,n,r.howToSet,[],r.parentContext,r),void(r.value=t);const a=r.target;!function(t,e,n,o,r,s,a){if(H(t))return function(t,e,n,o,r,s,a){const c=t.templater.wrapper;if((c?.tagJsType||c?.original?.tagJsType)!==O.renderOnce)return an(e,t,o,n);return sn(e,n,o,r,s,t)}(r,t,o,e,a,s);sn(t,o,e,a,s,r)}(t,r.attrName,0,a,n,r.howToSet,r.isSpecial),e.value=t}const Ye=":tagvar",Qe=":",tn=new RegExp(Ye+"(\\d+)"+Qe,"g");function en(t){return t.search&&t.startsWith(Ye)?t.search(tn):-1}function nn(t,e,n,o,r,s,a){const c=o.length,u=[];function i(o){const s=function(t,e,n){return t.reduce(((t,o)=>{if(en(o)>=0){const o=n++,r=e[o];return t.push(r),t}return t.push(o),t}),[])}(e,o,c).join("");r(n,t,s)}return e.forEach((e=>{if(en(e)>=0){const r=o.length,c=ke(e),l={description:"attribute-array-item",updateCount:0,isAttr:!0,target:n,attrName:t,withinOwnerElement:!0,tagJsVar:c,valueIndex:a.varCounter,parentContext:a,destroy$:new Q,render$:new Q};c.processUpdate=function(t,e,n,o){++e.updateCount,i(o)};const p=s[r];l.value=p,u.push(l),++a.varCounter}})),i(s),u}function on(t){return N(t)&&"TagJsTag"in t?t.tagJsVar:-1}function rn(t,e,n,o,r,s,a,c,u){const i=on(t);let l=i>=0||void 0===e&&"string"!=typeof t,p=n[i];e?.tagJsType?p=e:(t?.tagJsType||"function"==typeof t)&&(l=!0,p=t,e=t);const f=p;if(f?.tagJsType)return Ge(e,0,c,f,i,r,t,o,l);if(l){-1===i&&l&&(p=t);const e=Ie(p,0,!0,c);return e.description="processAttribute",e.valueIndex=i,e.isAttr=!0,e.target=o,e.isNameOnly=!0,e.howToSet=s,Ke(n,p,o,r,s,a,c,e),e}if(Array.isArray(e))return nn(t,e,o,[],s,n,r.context);const d=on(e);if(d>=0){return function(t,e,n,o,r,s,a,c,u){if(typeof e===A.function)return++r.varCounter,an(e,a,t,n);const i=ke(e),l={description:"dynamic-attribute",updateCount:0,isAttr:!0,target:n,attrName:t,howToSet:s,value:e,withinOwnerElement:!0,tagJsVar:i,destroy$:new Q,render$:new Q,valueIndex:u,parentContext:r};return o.push(l),i.processUpdate=Xe,se(t,e,l,n,s,a,c),l.value=e,l}(t,n[d],o,[],c,s,r,u,d)}return ae(t,e,o,s,u,c)}function sn(t,e,n,o,r,s){if(!1===o){switch(t){case void 0:case!1:case null:return void i.push([cn,[e,n]])}if(H(t))return Fe(e,t,s,n);r(e,n,t)}else Qt(n,t,e,o)}function an(t,e,n,o){return Fe(o,t=He(t,e),e,n)}function cn(t,e){t.removeAttribute(e)}function un(t,e,n,o,r){for(const s of t){const t=s[0],a=s[1],c=s[2]||!1;let u=s.length>1?Kt:Gt;s[3]&&(u=s[3]);const i=r.contexts,l=rn(t,a,e,n,o,u,i,r,c)||void 0;"object"==typeof l&&(i.push(l),++r.varCounter)}}function ln(t,e,n,o,r,s,a){e.at&&un(e.at,n,t,o,r),s?l.push([C,[s,t,"appendToAttachDomElement"]]):c.push([w,[a,t,"insertBeforeAttachDomElement"]])}function pn(t,e,n,o,r,s,a){const c=n.context,u=c.contexts;o=c;const i=[];s&&void 0===a&&(a=document.createTextNode(E),l.push([C,[s,a]]),s=void 0);for(let c=0;c<t.length;++c){const l=t[c],p=l.v;if(!isNaN(p)){const t=Number(p),c=e[t];if(H(c)&&void 0===c.tagJsType){++o.varCounter;continue}Ee(c,u,n,o,r,s,a).valueIndex=t;continue}const f={};if(i.push(f),"text"===l.nn){fn(f,l,s,a);continue}const d=f.domElement=document.createElement(l.nn),g={updateCount:0,isAttrs:!0,target:d,parentContext:o,contexts:[],destroy$:new Q,render$:new Q,tagJsVar:{tagJsType:"new-parent-context"},valueIndex:-1,withinOwnerElement:!0,varCounter:0};ln(d,l,e,n,g,s,a),g.target=d,l.ch&&(f.ch=pn(l.ch,e,n,g,r+1,d,a).dom)}return{dom:i,contexts:u}}function fn(t,e,n,o){const r=t,s=r.tc=e.tc;n?l.push([I,[n,s,function(t){r.domElement=t}]]):c.push([k,[o,s,function(t){r.domElement=t}]])}const dn=/(:tagvar\d+:)/,gn="ondoubleclick",hn=/([:_a-zA-Z0-9\-.]+)\s*(?:=\s*"([^"]*)"|=\s*(\S+))?/g,mn=/<\/?([a-zA-Z0-9-]+)((?:\s+[a-zA-Z_:*][\w:.-]*(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s"'=<>`]+))?)+\s*|\s*)\/?>/g;function bn(t){const e=[],n=[],o=[];let r=null,s=-1,a=0;const c=new RegExp(mn,"g");for(t=function(t){return t.replace(vn,(function(t){return t.replace(/\[l t\]/g,"[l t]").replace(/\[g t\]/g,"[g t]").replace(/</g,"[l t]").replace(/>/g,"[g t]")}))}(t);a<t.length;){const u=c.exec(t);if(!u)break;const[i,l,p]=u,f=i.startsWith("</"),d=i.endsWith("/>");if(a<u.index){const e=t.slice(a,u.index);if(e.trim()){const t=wn(e);for(let e of t)e.startsWith(Ye)&&e.search(dn)>=0&&-1===e.search(In)&&(e=Ye+ ++s+Qe),yn(r,n,e)}}if(a=u.index+i.length,f){r=o.pop()||null;continue}const g=[];let h;for(;null!==(h=hn.exec(p));)s=Vn(h,s,e,g);const m={nn:l};g.length&&(m.at=g),r?(r.ch||(r.ch=[]),r.ch.push(m)):n.push(m),d||(o.push(r),r=m)}if(a<t.length){const e=t.slice(a);if(e.trim()){const t=wn(e);for(const e of t)e.startsWith(Ye)&&++s,yn(r,n,e)}}return n}const vn=new RegExp("(\x3c!--[\\s\\S]*?--\x3e)","g");function yn(t,e,n){!function(t,e,n){t?(t.ch||(t.ch=[]),t.ch.push(n)):e.push(n)}(t,e,{nn:"text",tc:xn(n)})}function xn(t){return t.replace(/(\[l t\]!--[\s\S]*?--\[g t\])/g,(function(t){return t.replace(/\[l t\]/g,"<").replace(/\[g t\]/g,">").replace(/\[l t\]/g,"[l t]").replace(/\[g t\]/g,"[g t]")}))}function wn(t){return t.split(dn).filter(Cn)}function Cn(t){return""!==t}function Vn(t,e,n,o){const r=t[1]||t[3]||t[5];let s=t[2]||t[4]||t[6];if(void 0===r)return e;const a=""!==t[2],c=void 0===s&&a,u=r.toLowerCase(),i=u.startsWith("on")?function(t){if(t.startsWith("on"))return t.length===gn.length&&t===gn?"dblclick":t.slice(2,t.length);return t}(u):u;if(c){if(r.slice(0,Ye.length)===Ye){const t=Ye+ ++e+Qe;return n.push(["at",t]),o.push([t]),e}if(t[0].startsWith(r)&&t[0].slice(r.length,t[0].length).search(/\s+$/)>=0)return o.push([i]),e;const a=t[3];if(a.search(In)>=0){s=a;const t=[i,s];return o.push(t),e}s=Ye+ ++e+Qe}a||(s=t[2]);const l=s.split(Tn).filter((t=>t.length>0));l.length>1&&(s=l,l.forEach((t=>{t.search(tn)>=0&&++e})));const p=[i,s];console.debug("EVER GET HERE??????");const f=_t(u,"DIV");return f&&p.push(f),"style"===i?(o.unshift(p),e):(o.push(p),e)}const Jn=new RegExp(Ye+"(\\d+)"+Qe,"gi"),Tn=new RegExp("("+Ye+"\\d+"+Qe+")","gi"),kn=Ye.slice(0,Ye.length-1),In=new RegExp(kn+"r(\\d+)"+Qe,"gi"),En=kn+"r$1"+Qe;function Sn(t,e){const n=function(t,e){const n=t;return function(t,e){const n=[];for(let o=0;o<t.length;++o){const r=t[o].replace(Jn,En);o<e.length?n.push(r+Ye+o+Qe):n.push(r)}return function(t,e,n){const o=n.length-e.length;if(o>0)for(let n=o;n>0;--n)t.push(Ye+(e.length+n-1)+Qe)}(n,t,e),n}(n,e)}(t,e).join("");return bn(n)}const An="ch";function On(t,e,n=[],o=[]){const r=t;for(let t=0;t<r.length;t++){const s=[...o,t],a=r[t];if(a.at){const t=a.at;a.at=jn(t,e)}if(a.ch){const t=a.ch,o=[...s,An];a.ch=On(t,e,n,o)}t=Mn(a,e,r,t)}return r}function Mn(t,e,n,o){if("text"!==t.nn)return o;const r=t;let s,a=r.tc;if(typeof a!==S.string)return o;for(;null!==(s=tn.exec(a));){const t=s[1],r=parseInt(t,10);if(!isNaN(r)&&r<e){const t=Ye+r+Qe,e=a.slice(s.index+t.length);n.splice(o,1,{nn:"text",v:r}),a=e,tn.lastIndex=0}}return r.tc=a,o}function jn(t,e){const n=[];for(const o of t){const[t,r,s]=o;if(t.startsWith(Ye)){const o=parseInt(t.replace(Ye,""),10);if(!isNaN(o)&&o<e){n.push([{tagJsVar:o}]);continue}}if(typeof r===S.string&&r.startsWith(Ye)){const o=parseInt(r.replace(Ye,""),10);if(!isNaN(o)&&o<e){n.push([t,{tagJsVar:o},s]);continue}}n.push(o)}return n}function Ln(t){return t.length}const Pn={};function Dn(t,e){const n=function(t){const e=t.map(Ln);return e.push(t.length),Number(e.join(""))}(t),o=Pn[n],r=o&&function(t,e,n){if(n&&n.strings.length===t.length&&n.strings.every(((e,n)=>e===t[n]))&&n.values.length===e.length)return!0;return!1}(t,e,o);if(r)return o.domMetaMap;const s=On(Sn(t,e),e.length),a={interpolation:void 0,string:void 0,strings:t,values:e,domMetaMap:s};return Pn[n]=a,s}function Hn(t,e,n){const o=t.context;o.state=o.state||{};const r=o.state;r.oldest=t,r.newest=t,o.state.older=o.state.newer,++g.locks;const s=function(t,e,n,o){const r=function(t){const e=t.templater,n=e.tag;if(n.tagJsType===O.dom)return n.dom;const o=n.strings;return Dn(o,n.values)}(t),s=t.templater.tag,a=s.values,c=[],u=t.context;e=u,u.contexts=c;const i=pn(r,a,t,e,0,n,o);return i}(t,t.context,e,n);return o.htmlDomMeta=s.dom,--g.locks,s}function Nn(t,e,n,o,r){const s=Wn(t,n,e);s.ownerSupport=n;const a=Hn(s,o,o?void 0:r);for(const t of a.dom)t.marker&&(o?l.push([C,[o,t.marker]]):c.push([w,[r,t.marker,"subMarker"]])),t.domElement&&(o?l.push([C,[o,t.domElement,"subAppendTo"]]):c.push([w,[r,t.domElement,"subInsertBefore"]]));return s}function Un(t,e,n,o,r){return e.state={},r?Nn(t,e,n,r,o):$n(n,e)}function $n(t,e){const n=e.state.newest,o=e.placeholder;return n.ownerSupport=t,e.value.tag?(Hn(n,void 0,o),n):n}function Wn(t,e,n){const o=qo(t,e,e.appSupport,n);return n.contexts=n.contexts||[],o}function Rn(t){return function(t,e,n){const o=Ut(e,t,n);if(o.wasLikeTags)return st(n.state.oldest,o.support),o.support;return $n(e,n)}(t,t,t.context)}function Bn(t){if(!t)return a;const e=Hr();if(!e)throw new Error("output must be used in render sync with a parent context");const n=$(e);if(!n)throw new Error("output must be used in render sync fashion");if(!0===t.wrapped)return t;const o=(...e)=>{const o=n.ownerSupport;return _n(e,t,o.context)};return o.wrapped=!0,o}function _n(t,e,n){const o=void 0;$r(n);const r=e(...t);return Wr(),p.push([()=>{const t=n.global;if(void 0===t||!0===t.deleted){++g.locks;const t=n;return t.tagJsVar.processUpdate(t.value,t,o,[]),--g.locks,void m()}++g.locks,Rn(o),--g.locks,m()},[]]),r}function Fn(t,e){++t.updateCount;const n=zn(t.subContext,e);return delete t.subContext,n}function zn(t,e){t.deleted=!0;const n=t.appendMarker;if(n&&(y(n,"deleteSubContext"),delete t.appendMarker),!t.hasEmitted)return;const o=t.contextItem;return o.tagJsVar.destroy(o,e),76}function Gn(t,e,n,o){const r=e.tagJsType;if(!e||!r||r!==t){return o.tagJsVar.destroy(o,n),Qo(e,o,n,99),99}}function Kn(t,e,n){const o=e.subContext,r=Gn(O.subscribe,t,n,e);return r||(o&&o.hasEmitted?(o.tagJsVar=t,o.valuesHandler(o.lastValues,0),0):0)}function Zn(t,e,n,o){return e.hasEmitted=!0,e.contextItem=ye(t,n,[],o)}function qn(t,e,n){++e.updateCount;const o=t.owner._innerHTML;o.processInit=o.oldProcessInit;const r=e.subContext?.contextItem;tr(r,o,n)}function Xn(t,e,n,o,r){e.subContext={},t.processUpdate=qn,function(t,e,n,o,r){const{appendMarker:s,insertBefore:a}=er(r,o),c=n.subContext;c.appendMarker=s;const u=t.owner,i=u._innerHTML;i.processInit=i.oldProcessInit,Zn(i,c,e,a)}(t,n,e,o,r)}function Yn(){return{component:!1,tagJsType:"innerHTML",hasValueChanged:()=>0,processInitAttribute:a,processInit:Xn,processUpdate:qn,destroy:Fn}}function Qn(t,e){const n={component:!1,tagJsType:O.templater,processInit:Un,processInitAttribute:a,processUpdate:be,hasValueChanged:Rt,destroy:$t,propWatch:t,props:e,key:function(t){return n.arrayValue=t,n},matchesInjection:(t,e)=>n.wrapper===t||n.wrapper?.original===t?.original?e:void 0};return n}const to=[];function eo(t,e,n){const o=t.propWatch===Uo.DEEP?Fo:_o,r=t.props,s=e.propsConfig;let a=s.castProps;const c=n?.propsConfig,u=c?.castProps;u&&(s.castProps=u,a=function(t,e,n,o,r,s=-1){const a=e.context;if(!a.global||!a.state.newest){const e=gt(o);return o.push(...e),t.propsConfig.castProps=e,o}const c=(e=a.state.newest||e).propsConfig.castProps,u=[];for(let e=0;e<o.length;++e){const a=o[e],i=It(c[e],a,t,n,r,s+1);u.push(i)}return t.propsConfig.castProps=u,u}(e,n,n.ownerSupport,r,o));return a||gt(r)}function no(t,e,n){const o=Qn(Uo.DEEP);o.tagJsType=t.tagJsType;const r=Wn(o,n,e);function s(){return o.tag=t(),r}return o.wrapper=s,s.tagJsType=t.tagJsType,s.original=t.original||t,r}function oo(t,e,o,r,s){n(e);const a=no(t,e,o);return Pt(a,void 0,e),Nn(a.templater,e,o,s,r)}function ro(t,e,n,o,r){const s=or(t,e,n,o,r);return s.hasEmitted||so(t,s),s}function so(t,e){const n=t.Observables[0];if(!e.hasEmitted)return"withDefault"in t?void e.subValueHandler(t.withDefault,0):"value"in n?void e.subValueHandler(n.value,0):void 0;const o=e.lastValues[0].value;e.subValueHandler(o,0)}function ao(t,e,n,o,r,s){e.destroy=sr;const a=_t(t,n.tagName),c=function(e,o){ae(t,e,n,Kt,a,r),cr(o)},u=rr(e.Observables,s,c,e,r);return r.subContext=u,r.value=e,r.tagJsVar=e,e.processUpdate=function(e,o,s){return ce(e,r,s,n,t,Kt)},{subContext:u,onOutput:c}}function co(t,e,n,o,r,s){const{subContext:a}=ao(t,e,n,0,r,s);a.hasEmitted||function(t,e){const n=e.tagJsVar,o=n.onOutput,r=t.Observables;let s=r[0]?.value||t.withDefault;t.callback&&(s=t.callback(s));o(s,!0,e)}(e,a)}function uo(t,e,n){return{component:!1,onOutput:a,tagJsType:O.subscribe,processInitAttribute:co,processInit:ro,hasValueChanged:io,processUpdate:a,destroy:ar,callback:n,withDefault:e,Observables:[t]}}function io(t,e){if(!t?.tagJsType)return 1;const n=t.Observables;if(!n)return 2;const o=e.value.Observables;if(!o||o.length!==n.length)return 3;return n.every(((t,e)=>t===o[e]))?0:4}function lo(t,e){return{component:!1,onOutput:a,tagJsType:O.subscribe,processInitAttribute:ao,processInit:or,hasValueChanged:io,processUpdate:Kn,destroy:ar,callback:e,Observables:[t]}}function po(t,e){return{component:!1,onOutput:a,tagJsType:O.subscribe,processInitAttribute:a,hasValueChanged:io,processInit:fo,processUpdate:a,destroy:ar,callback:e,Observables:t}}function fo(t,e,n,o,r){return or({tagJsType:O.subscribe,states:[],Observables:t},e,n,void 0,r)}function go(t,e={}){const n={tagJsType:O.host,processInitAttribute:mo,hasValueChanged:()=>0,processInit:bo,processUpdate:ho,destroy:vo,options:{callback:t,...e},matchesInjection(e,n){const o=e?.options;if(!o)return;const r=o?.callback;return r===t?n:void 0}},o=(...n)=>({...o,options:{arguments:n,...e,callback:t}});return Object.assign(o,n),o}function ho(t,e,n){const o=Gn(O.host,t,n,e);if(o)return o;const r=e.tagJsVar.options,s=t;var a;$r(a=e),jt(a.state.newer.state);const c=s.options.arguments||r.arguments||[];e.returnValue=s.options.callback(...c),Ot(e)}function mo(t,e,n,o,r){return bo(o,r)}function bo(t,e){const n=e.target,o=e.state={};F(e),function(t,e,n,o){const r=e.options.arguments||[],s=e.options.callback(...r);n.returnValue=s;const a=e.options;a.onInit&&a.onInit(t,e,n,o)}(n,t,e,o),Ot(e)}function vo(t){++t.updateCount;const e=t,n=e.tagJsVar,o=n.options;if(e.destroy$.subscribers.length&&($r(t),_n([],e.destroy$.next.bind(e.destroy$),t),Wr()),o.onDestroy){const r=e.target;return _n([],(function(){$r(t);const s=o.onDestroy(r,n,e,e.state);return Wr(),s}),t.stateOwner.context)}}function yo(t,e,n,o){const r={component:!1,tagJsType:"tag-conversion",processInitAttribute:a,processInit:(r,s,a)=>{const c=t.returnValue;return e.tagJsVar.processInit(c,e,n,o.placeholder)},processUpdate:(t,o,s)=>{if(o.locked||o.deleted)return;++o.updateCount;const a=o.value,c=a?.tagJsType,u=t?.tagJsType,i=u!==c;if(Wt(t,o)||i||r.hasValueChanged(t,o,n))return r.destroy(o,n),void Qo(t,o,s,789);o.locked=467,o.render$.next();const l=o.returnValue;!function(t,e,n,o,r){const s=gt(e.props),a=t.value;a.props=s;const c=r.propsConfig;c&&(c.castProps=s);if("tagComponent"===e?.tagJsType){if(t.inputsHandler=n.inputsHandler,t.updatesHandler=n.updatesHandler,n.value=e,n.inputsHandler){$r(n);(0,n.inputsHandler)(s),Wr()}if(n.updatesHandler){$r(n);(0,n.updatesHandler)(s),Wr()}}t.tagJsVar.processUpdate(o,t,r,[]),t.value=o}(e,t,o,l,n),delete o.locked},hasValueChanged:(n,o,r)=>{const s=t.returnValue;return e.tagJsVar.hasValueChanged(s,e,r)},destroy:(o,r)=>{++t.updateCount,t.deleted=!0,delete t.returnValue;const s=e.tagJsVar.destroy(e,n);return D(s)?s.then((()=>{const e=Vo(t,r);return m(),e})):(t.destroy$.next(),Vo(t,r))}};return r}function xo(t,e,n){const o=t.context,r=t.returnValue,s=ke(r);delete o.global,o.contexts=[];const a={updateCount:0,value:r,tagJsVar:s,destroy$:new Q,render$:new Q,placeholder:o.placeholder,valueIndex:-1,withinOwnerElement:!0,parentContext:o,contexts:o.contexts},c=yo(o,a,t,n);return o.subContext=a,o.tagJsVar=c,s.processInit(r,a,t,n.placeholder),t}function wo(t,e,n){const o=Xo(t,e,n,n?.appSupport),r=o.propsConfig;if(r){const e=t.tagJsType!==O.tagComponent?[]:eo(t,o);r.castProps=e}return Pt(o,e.state.newest,e)}function Co(t,e,n){const o=wo(t,e,n),r=o.templater.tag;return r?["dom","html"].includes(r.tagJsType)?(Hn(o,void 0,e.placeholder),o):xo(o,o.ownerSupport,e):o}function Vo(t,e){delete t.returnValue,delete t.global,t.contexts=[],t.htmlDomMeta=[],delete t.inputsHandler,delete t.updatesHandler}function Jo(t,e,n,o){const r=wo(t,e,n),s=r.templater.tag;return["dom","html"].includes(s.tagJsType)?function(t,e){const n=Hn(t,e,void 0);for(const t of n.dom)t.domElement&&l.push([C,[e,t.domElement]]),t.marker&&l.push([C,[e,t.marker]]);return t}(r,o):xo(r,0,e)}function To(t,e,o,r,s){return n(e),s?Jo(t,e,o,s):Co(t,e,o)}function ko(t){return ot.stateConfig.handlers.handler(t)}function Io(t){return ko((()=>{const e=t(),n=r();return n?.context?.global?De(e,n,{resolvePromise:Eo,resolveValue:So}):e})),$o}function Eo(t){return t}function So(t){return t}function Ao(t){return ko((function(){Hr().destroy$.toCallback(t)})),$o}function Oo(t){const e=Hr(),n=ko({callback:t}),o=ko((()=>Mo(e,ot.stateConfig,n)));return n.callback=t,o}function Mo(t,e,n){const o=e.states;return function(...e){const r=function(t,e,n,...o){const r=n(...o),s=$(t);if(!s)return r;if(s.context.global);else{const t=s.context;t.tagJsVar.processUpdate(t.value,t,s.ownerSupport,[])}return D(r)&&r.finally((()=>{if(t.global);else{const t=s.context;t.tagJsVar.processUpdate(t.value,t,s.ownerSupport,[])}})),r}(t,o,n.callback,...e);return m(),r}}lo.all=function(t,e){return lo(Q.all(t),e)},go.onInit=t=>go((()=>{}),{onInit:t}),go.onDestroy=t=>go((()=>{}),{onDestroy:t});let jo=0;const Lo=Do("click"),Po=Do("mousedown");function Do(t){return function(e){const n=Oo(e);return ko((()=>{Nr().addEventListener(t,n)})),n}}const Ho={get:Nr,onclick:Lo,click:Lo,onClick:Lo,mousedown:Po,onmousedown:Po,onMouseDown:Po};function No(t,e){Object.defineProperty($o,t,{get:()=>e,set:t=>e(t)})}var Uo;function $o(t,e=Uo.SHALLOW){const n=function(...o){const r=Qn(e,o);r.tagJsType=O.tagComponent,r.processInit=To,r.hasValueChanged=Rt;const s=function(t,e){return function(n,o,r){const s=eo(t,n,r),a=n.ownerSupport,c=Xo(t,o,a,n.appSupport,s);return At(t,e,c,s)}}(r,n);return s.original=t,r.wrapper=s,r},o=t;n.original=t,o.tags=to,o.setUse=ot,o.ValueTypes=O,o.tagIndex=jo++,to.push(n);const r=n;return r.inputs=t=>{const e=Hr();e.inputsHandler=t;return t(e.tagJsVar.props),!0},r.updates=t=>(Hr().updatesHandler=t,!0),r.getInnerHTML=Yn,r}function Wo(t,e,n){if(Me(t,e))return 11;switch(n){case Uo.NONE:return 1;case Uo.SHALLOW:return ft(t,e);case Uo.IMMUTABLE:return Bo(t,e)}return function(t,e){let n=t,o=e;n=[...t],o=[...e||[]];if(!n.every(((t,e)=>function(t,e,n,o){const r=o[e];if(typeof t===A.object){const e={...t},n={...r||{}},o=Object.entries(e).every((([t,o])=>Ro(o,n[t],(()=>{delete e[t],delete n[t]}))));return o}return Ro(t,r,(function(){n.splice(e,1),o.splice(e,1)}))}(t,e,n,o))))return 7;return!1}(t,e)}function Ro(t,e,n){if(typeof t!==A.function)return!!ut(t,e,Fo)&&4;if(typeof e!==A.function)return!1;const o=e?.original;o&&(e=o);t.original&&(t=t.original);return t.toString()===e.toString()?(n(),5):(n(),6)}function Bo(t,e){const n=t.length;for(let o=0;o<n;++o){if(t[o]!==e[o])return 2}return!1}No("onclick",Lo),No("click",Lo),No("onMouseDown",Po),No("onmousedown",Po),No("mousedown",Po),function(t){t.DEEP="deep",t.SHALLOW="shallow",t.NONE="none",t.IMMUTABLE="immutable"}(Uo||(Uo={})),$o.element=Ho,$o.renderOnce=function(){throw new Error("Do not call tag.renderOnce as a function but instead set it as: `(props) => tag.renderOnce = () => html`` `")},$o.use=function(){throw new Error("Do not call tag.use as a function but instead set it as: `(props) => tag.use = (use) => html`` `")},$o.deepPropWatch=$o,$o.route=function(t){throw new Error("Do not call tag.route as a function but instead set it as: `tag.route = (routeProps: RouteProps) => (state) => html`` `")},$o.inject=function(t){const e=Hr();if(!e)throw new Error("tag.inject can only be called within a tag or host context");let n=e.parentContext;for(;n;){const e=n.contexts;if(e)for(const n of e)if(n.isAttr&&n.tagJsVar?.matchesInjection){const e=n.tagJsVar.matchesInjection(t,n);if(void 0!==e)return e.returnValue}if(n.tagJsVar?.matchesInjection&&n.tagJsVar.matchesInjection(t,n))return n.returnValue;n=n.parentContext}const o=`Could not find parent context for tag.inject ${t}`;throw console.error(o,{targetItem:t,context:e}),new Error(o)},$o.output=Bn,$o.onInit=Io,$o.onDestroy=Ao,$o.callback=Oo,$o.onRender=function(t){const e=Hr(),n=n=>{$r(e);const o=t();return Wr(),o},o=e.render$.subscribe((()=>{n()})),r=n();return $o.onDestroy((()=>o.unsubscribe())),r},$o.getInnerHTML=Yn,$o.app=function(t){throw new Error("Do not call tag.route as a function but instead set it as: `tag.route = (routeProps: RouteProps) => (state) => html`` `")},$o.immutableProps=function(t){return $o(t,Uo.IMMUTABLE)},$o.watchProps=function(t){return $o(t,Uo.SHALLOW)},Object.defineProperty($o,"renderOnce",{set(t){t.tagJsType=O.renderOnce,t.processInit=oo,t.processUpdate=be,t.destroy=$t,t.hasValueChanged=function(){return 0}}}),Object.defineProperty($o,"use",{set(t){t.original={setUse:ot,tags:to},t.tagJsType=O.stateRender,t.processInit=To,t.processUpdate=be,t.hasValueChanged=Rt,t.destroy=$t}}),Object.defineProperty($o,"promise",{set(t){Lr(t)}});const _o=3,Fo=10;function zo(t){return pt(t,_o)}function Go(t){return pt(t,Fo)}function Ko(t,e,n){const o={templater:t,context:e,castedProps:n,appSupport:void 0};return e.global.blocked=[],e.state||(e.state={newer:{state:[],states:[]}}),o}function Zo(t,e,n,o){e.appSupport=n||e;const r=t.props;return r&&(e.propsConfig=function(t,e,n){const o=t.templater;if(o.tagJsType!==O.stateRender){switch(o.propWatch){case Uo.IMMUTABLE:return t.propsConfig={latest:e,castProps:n};case Uo.SHALLOW:return t.propsConfig={latest:e.map(zo),castProps:n}}return t.propsConfig={latest:e.map(Go),castProps:n}}}(e,r,o)),e}function qo(t,e,n,o,r){const s={templater:t,context:o,castedProps:r,appSupport:void 0};return s.ownerSupport=e,s.appSupport=n,s}function Xo(t,e,n,o,r){const s=Ko(t,e,r);return s.ownerSupport=n||s,s.ownerSupport.appSupport=o||s.ownerSupport,Zo(t,s,o,r)}function Yo(t,e,o){if(L(e))return void 0===t.global&&n(t),t.oldTagJsVar=t.tagJsVar,t.tagJsVar=e,function(t,e,n){if(!e.state.newest){if(e.inputsHandler){const t=n.propsConfig;e.inputsHandler(t)}t.processInit(t,e,n,e.placeholder)}}(e,t,o),!0;if(t.global){t.oldTagJsVar=t.tagJsVar,t.tagJsVar=e;const n=t.state.newest;if(n)return typeof e===A.function||function(t,e,n,o){let r=n.templater||n;const s=t.templater.tag;s&&s._innerHTML&&(r=n._innerHTML);const a=Xo(r,e,o,o.appSupport);st(t.context.state.oldest,a)}(n,t,e,o),!0}if(t.inputsHandler){const e=o.propsConfig;t.inputsHandler(e)}return e.processInit(e,t,o,t.placeholder),t.oldTagJsVar=t.tagJsVar,t.tagJsVar=e,!0}function Qo(t,e,n,o){const r=t&&t.tagJsType;if(delete e.deleted,r){if(r===O.renderOnce)return;Yo(e,t,n)}else{if(U(t))return xe(e,t,n),e.oldTagJsVar=e.tagJsVar,void(e.tagJsVar=Ve(t));typeof t!==A.function?o&&function(t,e){e.value=t,e.oldTagJsVar=e.tagJsVar,e.tagJsVar=le(t);const n=e.placeholder,o=Bt(t),r=e.paint=[T,[n,o,function(t){e.simpleValueElm=t,delete e.paint},"processNowRegularValue"]];c.push(r)}(t,e):e.value=t}}function tr(t,e,n){const o=t.tagJsVar.hasValueChanged(e,t,n);return 0===o||Qo(e,t,n,o),o}function er(t,e){let n;return t&&(n=e=document.createTextNode(E),l.push([C,[t,e]])),{appendMarker:n,insertBefore:e}}function nr(t,e,n){const o=Kn(t,e,n);if(!0!==e.hasEmitted){const t=e.value.Observables;if(!t)return;if(!("value"in t[0]))return}if(0===o&&t.callback){so(t,e.subContext)}}function or(t,e,n,o,r){const s=t.Observables,{appendMarker:a,insertBefore:c}=er(r,o);let u=function(t,e,o){Zn(t,o,n,c),cr(e),u=o.tagJsVar.onOutput=function(t,e,o){const r=o.contextItem;tr(r,t,n),r.tagJsVar.processUpdate(t,r,n,[t]),r.value=t,cr(e)}};const i=rr(s,n,((t,e,n)=>u(t,e,n)),t,e);return i.appendMarker=a,e.subContext=i,t.processUpdate=nr,t.onOutput=u,i}function rr(t,e,n,o,r){function s(t,e){u.lastValues[e]={value:t,tagJsVar:ke(t),oldTagJsVar:u.lastValues[e]?.tagJsVar},a(u.lastValues,e)}function a(t,e){const o=u.tagJsVar,s=o?.callback;if(s){$r(r);const e=o.callback(...t.map((t=>t.value)));return n(e,c,u),void Wr()}const a=t[e].value;n(a,c,u)}let c=!0;const u={lastValues:[],subValueHandler:s,valuesHandler:a,tagJsVar:o,subscriptions:[]};return t.forEach(((t,e)=>{c=!0,u.subscriptions.push(t.subscribe((t=>s(t,e)))),c=!1})),o.onOutput=n,u}function sr(t){const e=t.subContext;if(!e)return;e.subscriptions.forEach((t=>t.unsubscribe())),delete t.subContext}function ar(t,e){++t.updateCount;const n=t.subContext;return sr(t),zn(n,e)}function cr(t){t||ot.stateConfig.support||m()}function ur(t,e,n,o,r){or({tagJsType:O.subscribe,states:[],Observables:[t]},e,n,o,r)}function ir(t){return r()?ko((()=>lr(t))):lr(t)}function lr(t){let e=t;const n=new Set,o=t=>{n.forEach((e=>e(t)))};return{component:!1,tagJsType:O.signal,hasValueChanged:io,processInitAttribute:a,processInit:ur,processUpdate:nr,get value(){return e},set value(t){e!==t&&(e=t,o(t))},destroy:ar,emit:o,subscribe(t){t(e),n.add(t);const o=()=>n.delete(t);return o.unsubscribe=o,o}}}class pr extends Q{value;constructor(t){super(t),this.value=t}subscribe(t){const e=super.subscribe(t);return t(this.value,e),e}}class fr extends Q{value;constructor(t){super(t),this.value=t,this._value=t,et(this)}subscribe(t){const e=super.subscribe(t);return t(this._value,e),e}}function dr(t){return(e,n)=>{n.setHandler((()=>{})),t(e,n.next)}}function gr(t){return(e,n)=>{n.setHandler((()=>{}));t(e).then((t=>n.next(t)))}}const hr=t=>(e,n)=>{n.setHandler((()=>{}));const o=t(e).subscribe((t=>{o.unsubscribe(),n.next(t)}))},mr=(t,e)=>vr(t,e).pastResult,br=t=>t;const vr=(t,e,{init:n,before:o,final:r=br}={})=>{const s=ko({pastResult:void 0,values:void 0}),a="function"==typeof t?t():t,c=void 0===s.values;let u=0;function i(t){if(void 0===s.values){if(o&&!o(t))return s.values=t,s;const a=(n||e)(t,s.values);return s.pastResult=r(a),s.values=t,s}if(t.every(((t,e)=>t===s.values[e])))return s;if(o&&!o(t))return s.values=t,s;const a=e(t,s.values);return s.pastResult=r(a),s.values.length=0,s.values.push(...t),s}return c&&"function"==typeof t&&$o.onRender((()=>{if(++u,1===u)return;i(t())})),i(a)};function yr(t,e){return Object.defineProperty(e,"noInit",{get(){const e=t();return e.setup.init=()=>{},e}}),Object.defineProperty(e,"asSubject",{get(){const e=t(),n=ko((()=>r())),o=ko((()=>new pr(void 0))),s=ko((()=>({state:ot.stateConfig.state,states:ot.stateConfig.states}))),a=(t,a)=>(vr(t,((t,e)=>{const c=r(),u=a(t,e);if(c!==n){s.state,n.context.state.older}o.next(u)}),e.setup),o);return a.setup=e.setup,yr((()=>a),a),a}}),Object.defineProperty(e,"truthy",{get(){const e=t();return e.setup.before=t=>t.every((t=>t)),e}}),e}function xr(t){return r()?ko((()=>new Q(t))):new Q(t)}function wr(t){return ot.stateConfig.handlers.statesHandler(t)}function Cr(t){const e=ir([]),n=ir(0),o=ir(0);let r=[],s=0;return o.value=n.value,t(((...t)=>(r=t,e.value))),mr(r,(()=>{++s,e.value=r,t((()=>r))})),wr(((r,a)=>{if(s)return t(((...t)=>(a&&1!==a||(e.value=t),e.value))),o.value=n.value,void++n.value;t((()=>e.value))})),++s,e.value}function Vr(){return{stateDiff:0,provider:void 0}}yr((()=>function(t){const e=(e,n)=>vr(e,n,t).pastResult;return e.setup=t,yr((()=>e),e),e}({})),mr),xr._value=t=>{ko((function(){return{state:ot.stateConfig.state,states:ot.stateConfig.states}}));return ko((function(){return new pr(t).pipe((t=>t))}))},xr.all=function(t){return ko((()=>({state:ot.stateConfig.state,states:ot.stateConfig.states}))),r(),Q.all(t).pipe((t=>t))};const Jr={create:t=>{const e=ko(Vr);if(e.stateDiff){let t=e.stateDiff;for(;t--;)ko(void 0);return ko(void 0)}const n=ko((()=>{const n=ot.stateConfig,o=n.state.length,r=t.prototype?new t:t(),s=n.support,a=n.state.length-o,c={constructMethod:t,instance:r,stateDiff:a,owner:s,children:[]};e.provider=c;const u=s.context;return(u.providers=u.providers||[]).push(c),e.stateDiff=a,r})),o=t,r=o.compareTo=o.toString();return e.provider.constructMethod.compareTo=r,n},inject:function(t){return ko((function(){const e=t,n=e.compareTo=e.compareTo||t.toString(),o=r(),s=[];let a={ownerSupport:o.ownerSupport};for(;a.ownerSupport;){const t=a.ownerSupport.context.providers;if(!t){a=a.ownerSupport;continue}const e=t.find((t=>{s.push(t);if(t.constructMethod.compareTo===n)return!0}));if(e){const t=o.context;return(t.providers=t.providers||[]).push(e),e.children.push(o),e.instance}a=a.ownerSupport}const c=`Could not inject provider: ${t.name} ${t}`;throw console.warn(`${c}. Available providers`,s),new Error(c)}))}};function Tr(t=[],e){const n=Hr();return function(t,e,n=(()=>{})){const o=new Set(["push","pop","splice","shift","unshift"]),r=new Set(["map","reduce","forEach","every","filter"]),s=new Map,a=new Map,c=()=>{const o=$(e);n(t.value),Le([o])},u=()=>{t.emit(t.value),c()},i=e=>{const n=s.get(e);if(n)return n;const o=(...n)=>{const o=t.value[e](...n);return u(),o};return s.set(e,o),o},l=e=>{const n=a.get(e);if(n)return n;const o=t.value[e].bind(t.value);return a.set(e,o),o};return new Proxy(t,{get:(e,n)=>kr(n)?t.value[n]:"length"===n?t.value.length:"string"==typeof n&&o.has(n)?i(n):"string"==typeof n&&r.has(n)?l(n):t[n],set:(e,n,o)=>kr(n)?(t.value[n]=o,u(),!0):"length"===n?(t.value.length=o,u(),!0):(t[n]=o,!0)})}(lr(t),n,e)}function kr(t){if("number"==typeof t)return Number.isInteger(t)&&t>=0;if("string"!=typeof t||""===t)return!1;const e=Number(t);return Number.isInteger(e)&&e>=0&&String(e)===t}class Ir extends Error{details;constructor(t,e,n={}){super(t),this.name=Ir.name,this.details={...n,errorCode:e}}}class Er extends Ir{constructor(t,e){super(t,"array-no-key-error",e),this.name=Er.name}}class Sr extends Ir{constructor(t,e){super(t,"state-mismatch-error",e),this.name=Sr.name}}class Ar extends Ir{constructor(t,e){super(t,"sync-callback-error",e),this.name=Ar.name}}const Or=()=>{const t=Hr();if(!t)throw Mr;const e=ot.stateConfig;return function(n){return Mo(t,e,{callback:n})}},Mr=new Ar("callback() was called outside of synchronous rendering. Use `callback = callbackMaker()` to create a callback that could be called out of sync with rendering"),jr=()=>{};function Lr(t){const e=Hr(),n=ko({callback:jr}),o=ko({current:void 0}),r=ko((()=>Mo(e,ot.stateConfig,n)));if(o.current!==t){o.current=t;const e=t;t.then((()=>{o.current===e&&r()}))}}function Pr(t=[]){return r()?ko((()=>Dr(lr(t)))):Dr(lr(t))}function Dr(t){const e=["push","pop","splice","shift","unshift"],n=["map","reduce","forEach","every","filter"],o=new Proxy(t,{get(r,s){return isNaN(s)?"length"===s?t.value.length:e.includes(s)?o[a=s]=(...e)=>{const n=t.value[a](...e);return t.emit(t.value),n}:n.includes(s)?t.value[s].bind(t.value):t[s]:t.value[s];var a},set:(e,n,o)=>isNaN(n)?"length"===n?(t.value.length=o,t.emit(t.value),!0):(t[n]=o,!0):(t.value[n]=o,t.emit(t.value),!0)});return o}function Hr(){return ot.stateConfig.context}function Nr(){return Hr().target}const Ur=[];function $r(t){return Ur.push(t),ot.stateConfig.context=t}function Wr(){Ur.pop(),ot.stateConfig.context=Ur[Ur.length-1]}"object"==typeof document&&(document.taggedJs&&console.warn("🏷️🏷️ Multiple versions of taggedjs are loaded. May cause issues."),document.taggedJs=!0);const Rr=[],Br="__taggedjs_tag_element__";function _r(t,e,o){const r=e[Br],c=Rr.findIndex((t=>t.element===e));if((r||c>=0)&&console.warn("tagElement called multiple times for the same element",{element:e}),c>=0){const t=Rr[c].support;kt(t,t.context.global),Rr.splice(c,1)}e[Br]=!0,e.innerHTML="";let u=()=>f(o);u.propWatch=Uo.NONE,u.tagJsType=O.stateRender,u.processUpdate=be,u.props=[o],u.isApp=!0;const i=function(t,e){const o={component:!1,tagJsType:"templater",hasValueChanged:Rt,destroy:$t,processInitAttribute:a,processInit:function(){console.debug("do nothing app function")},processUpdate:be},r={updateCount:0,value:t,valueIndex:0,varCounter:0,destroy$:new Q,render$:new Q,withinOwnerElement:!1,renderCount:0,global:void 0,state:{},tagJsVar:o};return n(r),r.events={},function(t,e,n){const o=Ko(t,e);Zo(t,o,o),o.appElement=n,o.context=e,e.state.oldest||(e.state.oldest=o,e.state.older=e.state.newer),e.state.newest=o}(t,r,e),r}(u,e),l=i.global,p=i.state.newest;F(p.context),s(p);let f=t(o);const d=typeof f==A.function;d||(L(f)?(i.state.newest.propsConfig={latest:[o],castProps:[o]},u.propWatch=f.propWatch,u.tagJsType=f.tagJsType,u.wrapper=f.wrapper,u=f):(u.tag=f,f=t));const h=function(t,e,n,o,r,s,a){const c=document.createTextNode(E);if(to.push(n.wrapper||{original:n}),s.placeholder=c,e.isApp=!0,!r)throw new Error(`Cannot tagElement, element received is type ${typeof r} and not type Element`);r.destroy=function(){const t=s.events;for(const e in t){const n=t[e];r.removeEventListener(e,n)}s.events={},++g.locks;const n=kt(i,e);return--g.locks,m(),n},++g.locks;const u=document.createDocumentFragment();u.appendChild(c);const i=Co(n,s,{appSupport:{appElement:r,context:s},appElement:r,context:s,isRoot:!0});return i.appElement=r,a&&(o.tag=i.templater.tag),--g.locks,m(),r.appendChild(u),{support:i,tags:to,ValueTypes:O}}(0,l,u,f,e,i,d);return Wr(),h}function Fr(t,e){return function(n,o,r){if(s=o,Array.isArray(s)&&Object.prototype.hasOwnProperty.call(s,"raw")){const s=[];for(let t=0;t<o.length;++t)s.push(o[t]),t<r.length&&s.push(String(r[t]??""));const a=s.join("");return e(n,[t,a])}var s;return e(n,[t,o])}}function zr(t,e,n){function o(t){return o.toCallback(t)}return o.toCallback=n,t.listeners.push([e,o]),t.allListeners.push([e,o]),t}function Gr(t,e){const n=Js(t,t.elementFunctions);return cs(e[0],e[1],n),n}const Kr=Object.fromEntries([["alt","alt"],["ariaLabel","aria-label"],["referrerPolicy","referrerpolicy"],["autoFocus","autoFocus"],["border","border"],["id","id"],["for","for"],["fill","fill"],["content","content"],["charset","charset"],["cellPadding","cellpadding"],["cellSpacing","cellspacing"],["class","class"],["href","href"],["lang","lang"],["loading","loading"],["value","value"],["placeholder","placeholder"],["src","src"],["title","title"],["width","width"],["height","height"],["type","type"],["min","min"],["max","max"],["step","step"],["name","name"],["wrap","wrap"],["checked","checked"],["disabled","disabled"],["selected","selected"],["minLength","minLength"],["maxLength","maxLength"],["open","open"],["rel","rel"],["rows","rows"],["style","style"],["target","target"],["viewBox","viewBox"],["valign","valign"]].map((([t,e])=>[t,Fr(e,Gr)]))),Zr=[["onClose","onclose"],["onCancel","oncancel"],["onDoubleClick","ondblclick"],["onClick","click"],["onBlur","onblur"],["onChange","onchange"],["onInput","oninput"],["contextMenu","contextmenu"],["onMouseDown","onmousedown"],["onMouseUp","onmouseup"],["onMouseOver","onmouseover"],["onMouseOut","onmouseout"],["onKeyDown","onkeydown"],["onKeyUp","onkeyup"]];function qr(t,e){return t.attributes.push(e),Qr(t,e[1]),ns(e[0])?es(e[0],t):ns(e[1])&&es(e[1],t),t}const Xr=(()=>{const t=Object.fromEntries(Zr.map((([t,e])=>[t,function(t){return function(t,e,n){return zr(Js(t,t.elementFunctions),e,n)}(this,e,t)}]))),e=Object.fromEntries(Object.entries(Kr).map((([t,e])=>[t,ts(e)]))),n=e.id;return e.id=function(...t){const e=t[0];return this.arrayValue="function"==typeof e?e():e,n.apply(this,t)},{...t,attr:function(...t){return Gr(this,t)},attrs:function(t){return function(t,e){const n=Js(t,t.elementFunctions);return Object.entries(e).map((t=>{n.attributes.push(t),Qr(n,t[1]),ns(t[0])?es(t[0],n):ns(t[1])&&es(t[1],n)})),n}(this,t)},key:function(t){return this.arrayValue=t,this},...e}})();function Yr(t){return Xr}function Qr(t,e){let n=1;null!=e&&"function"!=typeof e&&"number"==typeof e.length&&(n+=e.length),t.contentId+=n}function ts(t){return function(e,...n){return t(this,e,n)}}function es(t,e){e.contexts||(e.contexts=[]),e.contexts.push(t),++e.contentId}function ns(t){return Array.isArray(t)||H(t)||t?.tagJsType}function os(t,e){return(n,o)=>qr(n,[t,o,!1,e])}function rs(t){return(e,n)=>zr(e,t,n)}const ss=Object.fromEntries([["onClick",rs("click")],["onDoubleClick",rs("ondblclick")],["onDblClick",rs("ondblclick")],["onDblClick",rs("ondblclick")],["onBlur",rs("onblur")],["onChange",rs("onchange")],["onCancel",rs("oncancel")],["onClose",rs("onclose")],["onInput",rs("oninput")],["onMousedown",rs("onmousedown")],["onMouseDown",rs("onmousedown")],["onMouseup",rs("onmouseup")],["onMouseUp",rs("onmouseup")],["onMouseover",rs("onmouseover")],["onMouseOver",rs("onmouseup")],["onMouseout",rs("onmouseout")],["onMouseOut",rs("onmouseout")],["onKeyup",rs("onkeyup")],["onKeyUp",rs("onkeyup")],["onKeydown",rs("onkeydown")],["onKeyDown",rs("onkeydown")]]),as=Object.assign(Object.fromEntries(["checked","disabled","selected"].map((t=>[t,os(t,Zt)]))),{class:os("class",(function(t,e,n){N(n)?Object.entries(n).forEach((([e,n])=>{n?t.classList.add(e):t.classList.remove(e)})):qt(t,e,n)}))},ss);function cs(t,e,n){return t in as?as[t](n,e):qr(n,[t,e,!1,Kt])}function us(t){return is(t)}function is(t){const e=function(t){if(!t||0===t.length)return"";const e=[];return t.forEach((t=>{const n=t[0];if("string"!=typeof n||0===n.length)return;const o=fs(t[1]);!0!==o?!1!==o&&null!=o&&e.push(`${n}="${ps(String(o))}"`):e.push(n)})),e.length>0?` ${e.join(" ")}`:""}(t.attributes),n=ls(t.innerHTML);return`<${t.tagName}${e}>${n}</${t.tagName}>`}function ls(t){return t&&0!==t.length?t.map((t=>{const e=fs(t);return(n=e)&&"object"==typeof n&&"string"==typeof n.tagName?is(e):Array.isArray(e)?ls(e):null==e||!1===e?"":ps(String(e));var n})).join(""):""}function ps(t){return t.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""")}function fs(t){return"function"==typeof t?t():t}function ds(t,e){++t.updateCount;const n=t.contexts,o=[];if(t.paintCommands){for(let e=c.length-1;e>=0;--e){const n=c[e],o=t.paintCommands.indexOf(n);if(o>=0&&(c.splice(e,1),t.paintCommands.splice(o,1),0===t.paintCommands.length))break}return delete t.paintCommands,void gs(t)}if(n.length&&(hs(n,e,o),n.length=0,o.length)){const e=t.htmlDomMeta;return t.deleted=!0,Promise.all(o).then((()=>{++g.locks,Vt(e),gs(t),--g.locks,m()}))}Vt(t.htmlDomMeta),gs(t)}function gs(t){t.htmlDomMeta=[],delete t.contexts,t.deleted=!0}function hs(t,e,n){const o=t[0],r=o.tagJsVar.destroy(o,e);return o.deleted=!0,D(r)?n.push(r.then((()=>{if(t.length>1)return hs(t.slice(1,t.length),e,n)}))):(o.htmlDomMeta&&(Vt(o.htmlDomMeta),delete o.htmlDomMeta),t.length>1?hs(t.slice(1,t.length),e,n):void 0)}function ms(t,e,n){if(!0===e.deleted)return;++e.updateCount;if(bs(t,e))return ds(e,n),e.htmlDomMeta=[],delete e.deleted,void Qo(t,e,n,789);const o=e.contexts,r=t.contexts||[],s=e.tagJsVar.allListeners;if(t.allListeners.forEach(((t,e)=>{s[e][1].toCallback=t[1].toCallback})),o.length!==r.length)throw console.info("context mismatch",{value:t,context:e,conValues:o.map((t=>t.value)),vContexts:r,deleted:e.deleted,contexts:o}),new Error(`Expected ${o.length} contexts but got ${r.length}`);e.locked=79,o.forEach(((t,e)=>{t.tagJsVar.processUpdate(r[e],t,n)})),delete e.locked}function bs(t,e){if(!t)return 1;if(e.value===t)return 0;if(!t||"element"!==t.tagJsType)return 1;if(t.contentId!==e.value.contentId)return 1;return t.innerHTML.length!==e.value.innerHTML.length?1:0}function vs(t,e,n,o,r){t.forEach((t=>{switch(typeof t){case"string":case"boolean":case"number":return xs(t,o,r);case"function":{if("element"===t.tagJsType)break;const s=function(t,e,n,o,r){const s=[],c={updateCount:0,parentContext:n,contexts:s,target:e,value:t,htmlDomMeta:[],tagJsVar:{component:!1,tagJsType:"dynamic-text",hasValueChanged:()=>0,processInit:a,processInitAttribute:a,destroy:(t,e)=>{++c.updateCount,s.forEach((t=>t.tagJsVar.destroy(t,e)))},processUpdate:(t,e,n,o)=>{++c.updateCount,$r(i);let r=t(i);const s=c.underFunction;delete c.underFunction,r instanceof Function&&!r.tagJsType&&(s&&r.toString()===s.toString()?r=i.value:(c.underFunction=r,r=r()));const a=i.tagJsVar.processUpdate(r,i,n,o);return i.value=r,e.value=t,Wr(),a}},valueIndex:-1,withinOwnerElement:!0,destroy$:new Q,render$:new Q};$r(c);let u=t();H(u)&&!u.tagJsType&&(c.underFunction=u,u=u());const i=ys(u,c,e,o,r);return n.contexts.push(c),c.subContext=i,Wr(),i}(t,o,e,n,r);return s}}if(null==t)return xs(t,o,r);if("element"!==t.tagJsType)return ys(t,e,o,n,r);{const s=ws(t,e,n,e.contexts);c.push([r,[o,s]]);e.htmlDomMeta.push({nn:s.tagName,domElement:s,at:[]})}}))}function ys(t,e,n,o,r){const s=Ie(t,0,!0,e);if(e.contexts.push(s),s.target=n,s.placeholder=document.createTextNode(""),c.push([r,[n,s.placeholder]]),$r(s),s.inputsHandler){const t=o.propsConfig;s.inputsHandler(t)}return s.tagJsVar.processInit(t,s,o,s.placeholder),Wr(),s}function xs(t,e,n){const o=Bt(t),r=document.createTextNode(o);return c.push([n,[e,r]]),r}function ws(t,e,n,o){const r=document.createElement(t.tagName);return e.target=r,t.attributes.forEach((t=>{const e=t[0];"string"==typeof e&&(t[2]=_t(e,r.tagName))})),un(t.attributes,[],r,n,e),vs(t.innerHTML,e,n,r,C),t.listeners.forEach(((e,o)=>function(t,e,n,o,r){const s=(...o)=>{const r=t.listeners[e][1],s=W(n),a=s.context.updateCount;s.context.locked=1,++g.locks,$r(s.context);const c=r(...o);--g.locks,delete s.context.locked,Wr();return a===s.context.updateCount?Ne(c,s):(m(),D(c)?c.then((()=>(Le([s.context.state.newest]),"promise-no-data-ever"))):"no-data-ever")};_e(n.appSupport,o[0],r,s)}(t,o,n,e,r))),r}function Cs(t,e,n,o){e.contexts=e.contexts||[],e.htmlDomMeta=[],e.locked=34;const r=ws(t,e,n,e.contexts);delete e.locked;const s=[w,[o,r,"htmlTag.processInit"]];c.push(s),e.paintCommands=[s],p.push([()=>{delete e.paintCommands},[]]);const a={nn:t.tagName,domElement:r,at:t.attributes};return e.htmlDomMeta=[a],r}function Vs(t){const e=Js({component:!1,tagJsType:"element",processInitAttribute:a,processInit:Cs,destroy:ds,processUpdate:ms,hasValueChanged:bs,tagName:t,innerHTML:[],attributes:[],contentId:0,listeners:[],allListeners:[],elementFunctions:Yr},Yr);return e.tagName=t,e}function Js(t,e){const n=function t(...e){const n={...t};n.attributes=[...t.attributes],n.listeners=[...t.listeners],n.allListeners=[...t.allListeners];const o=n.contexts=n.contexts||[];return n.innerHTML=e,e.forEach((function(t){if(ns(t))return"element"===t.tagJsType?(n.allListeners.push(...t.allListeners),void(t.contexts&&(o.push(...t.contexts),++n.contentId))):void function(t,e){e.contexts||(e.contexts=[]);e.contexts.push(t)}(t,n)})),n};var o,r;return Object.assign(n,t),o=n,r=e(n),Object.entries(r).forEach((function([t,e]){try{o[t]=e}catch{Object.defineProperty(o,t,{value:e,writable:!0,configurable:!0,enumerable:!1})}})),n.attributes=Ts(t.attributes),n.listeners=Ts(t.listeners),n.allListeners=Ts(t.allListeners),n.toString=function(){return us(this)},n}function Ts(t){return t.length?t.slice():[]}const ks=function(){const t=Js({component:!1,tagJsType:"element",processInitAttribute:a,processInit:Is,destroy:Es,processUpdate:ms,hasValueChanged:bs,tagName:"no-element",innerHTML:[],attributes:[],contentId:0,listeners:[],allListeners:[],elementFunctions:Yr},Yr);return t.tagName="no-element",t}();function Is(t,e,n,o){e.contexts=e.contexts||[],e.htmlDomMeta=[],vs(t.innerHTML,e,n,o,w)}function Es(t,e){++t.updateCount;const n=t.contexts,o=[];if(n.length&&(hs(n,e,o),n.length=0,o.length)){const e=t.htmlDomMeta;return Promise.all(o).then((()=>{++g.locks,Vt(e),--g.locks,m()}))}}const Ss=Vs("button"),As=Vs("select"),Os=Vs("option"),Ms=Vs("input"),js=Vs("textarea"),Ls=Vs("html"),Ps=Vs("head"),Ds=Vs("title"),Hs=Vs("meta"),Ns=Vs("link"),Us=Vs("style"),$s=Vs("body"),Ws=Vs("script"),Rs=Vs("noscript"),Bs=Vs("hr"),_s=Vs("h1"),Fs=Vs("h2"),zs=Vs("h3"),Gs=Vs("h4"),Ks=Vs("h5"),Zs=Vs("h6"),qs=Vs("ol"),Xs=Vs("ul"),Ys=Vs("li"),Qs=Vs("div"),ta=Vs("main"),ea=Vs("section"),na=Vs("header"),oa=Vs("footer"),ra=Vs("form"),sa=Vs("fieldset"),aa=Vs("legend"),ca=Vs("dialog"),ua=Vs("pre"),ia=Vs("table"),la=Vs("tr"),pa=Vs("td"),fa=Vs("th"),da=Vs("thead"),ga=Vs("tbody"),ha=Vs("tfoot"),ma=Vs("iframe"),ba=Vs("a"),va=Vs("u"),ya=Vs("img"),xa=Vs("br"),wa=Vs("label"),Ca=Vs("p"),Va=Vs("small"),Ja=Vs("span"),Ta=Vs("strong"),ka=Vs("b"),Ia=Vs("sup"),Ea=Vs("nav"),Sa=Vs("figure"),Aa=Vs("figcaption"),Oa=Vs("code"),Ma=Vs("canvas"),ja=Vs("svg"),La=Vs("path"),Pa=Vs("polygon"),Da=Vs("rect"),Ha=Vs("details"),Na=Vs("summary"),Ua="3.1.15",$a={tagElement:_r,renderWithSupport:Ut,firstTagRender:Pt,reRenderTag:Lt,paint:m};var Wa=e.W9,Ra=e.cg,Ba=e.m0,_a=e.rS,Fa=e.Y2,za=e.ei,Ga=e.B7,Ka=e.TU,Za=e.XF,qa=e.PC,Xa=e.Ot,Ya=e.Mj,Qa=e.tD,tc=e.a,ec=e.xe,nc=e.YO,oc=e.ZA,rc=e.b,sc=e.rf,ac=e.br,cc=e.um,uc=e.x6,ic=e.E2,lc=e.OH,pc=e.Ji,fc=e.TB,dc=e.Ii,gc=e.mX,hc=e.yV,mc=e.EI,bc=e.aY,vc=e.zV,yc=e.pf,xc=e.ze,wc=e.Go,Cc=e.bD,Vc=e.WJ,Jc=e.wL,Tc=e.Ng,kc=e.O,Ic=e.zH,Ec=e.r3,Sc=e.y4,Ac=e.Df,Oc=e.Ie,Mc=e.lI,jc=e.$F,Lc=e.vP,Pc=e.hp,Dc=e.qr,Hc=e.ts,Nc=e.Zd,Uc=e.B4,$c=e.HD,Wc=e.Az,Rc=e.sV,Bc=e.Ah,_c=e.f5,Fc=e.Gk,zc=e.j_,Gc=e.h1,Kc=e.h2,Zc=e.h3,qc=e.h4,Xc=e.h5,Yc=e.h6,Qc=e.zC,tu=e.d5,eu=e.wx,nu=e.cF,ou=e.Hc,ru=e.PB,su=e.uq,au=e.hr,cu=e.qy,uu=e.gx,iu=e.pU,lu=e._8,pu=e.hF,fu=e.cy,du=e.Tn,gu=e.Gv,hu=e.yL,mu=e.D8,bu=e.Ze,vu=e._4,yu=e.mn,xu=e.Pf,wu=e.o1,Cu=e.z,Vu=e.li,Ju=e.nf,Tu=e.iW,ku=e.mI,Iu=e.C$,Eu=e.et,Su=e.Vg,Au=e.ol,Ou=e.sA,Mu=e.TG,ju=e.MG,Lu=e.PL,Pu=e.uK,Du=e.CG,Hu=e.p,Nu=e.nI,Uu=e.Ae,$u=e.Fs,Wu=e.n1,Ru=e.AS,Bu=e.iv,_u=e.r5,Fu=e.M$,zu=e.Pc,Gu=e.QB,Ku=e.K$,Zu=e.uW,qu=e.Lt,Xu=e.Jv,Yu=e.TA,Qu=e.Jn,ti=e.Ll,ei=e.L6,ni=e.EX,oi=e.Ln,ri=e.wk,si=e.xP,ai=e.ko,ci=e.iF,ui=e.bc,ii=e.B1,li=e.RX,pi=e.Sx,fi=e.lR,di=e.JW,gi=e.ag,hi=e.tp,mi=e.Tc,bi=e.Hf,vi=e.zc,yi=e._A,xi=e.T_,wi=e.td,Ci=e.g0,Vi=e.pd,Ji=e.th,Ti=e.VQ,ki=e.DD,Ii=e.tr,Ei=e.u,Si=e.ul,Ai=e.Ag,Oi=e.gA,Mi=e.NU,ji=e.rE,Li=e.wB,Pi=e.id,Di=e.MC,Hi=e.SZ;export{Wa as ArrayNoKeyError,Ra as BasicTypes,Ba as ImmutableTypes,_a as PropWatches,Fa as RouteQuery,za as StateMismatchError,Ga as Subject,Ka as Subjective,Za as SyncCallbackError,qa as TagError,Xa as ValueSubject,Ya as ValueSubjective,Qa as ValueTypes,tc as a,ec as appElements,nc as array,oc as arrayWatch,rc as b,sc as body,ac as br,cc as buildBeforeElement,uc as button,ic as callback,lc as callbackMaker,pc as canvas,fc as checkArrayValueChange,dc as checkSimpleValueChange,gc as checkStillSubscription,hc as checkTagValueChange,mc as checkTagValueChangeAndUpdate,bc as code,vc as combineLatest,yc as createHtmlSupport,xc as createTrigger,wc as deepClone,Cc as deepEqual,Vc as defineValueOn,Jc as deleteContextSubContext,Tc as deleteSimpleValue,kc as destroySupport,Ic as details,Ec as dialog,Sc as div,Ac as elementVarToHtmlString,Oc as empty,Mc as fieldset,jc as figcaption,Lc as figure,Pc as firstTagRender,Dc as footer,Hc as forceUpdateExistingValue,Nc as form,Uc as getBaseSupport,$c as getContextInCycle,Wc as getDomMeta,Rc as getInnerHTML,Bc as getNewGlobal,_c as getSupportOlderState,Fc as getTemplaterResult,zc as guaranteeInsertBefore,Gc as h1,Kc as h2,Zc as h3,qc as h4,Xc as h5,Yc as h6,Qc as hasPropChanges,tu as head,eu as header,nu as hmr,ou as host,ru as howToSetInputValue,su as howToSetStandAloneAttr,au as hr,cu as html,uu as htmlTag,iu as iframe,lu as img,pu as input,fu as isArray,du as isFunction,gu as isObject,hu as isPromise,mu as isSimpleType,bu as isStaticTag,vu as isSubjectInstance,yu as isTagComponent,xu as label,wu as legend,Cu as letProp,Vu as li,Ju as link,Tu as main,ku as meta,Iu as nav,Eu as noElement,Su as noscript,Au as ol,Ou as onDestroy,Mu as onFirstSubContext,ju as onInit,Lu as oneRenderToSupport,Pu as option,Du as output,Hu as p,Nu as paint,Uu as path,$u as pipe,Wu as polygon,Ru as pre,Bu as promise,_u as providers,Fu as reRenderTag,zu as rect,Gu as renderWithSupport,Ku as script,Zu as section,qu as select,Xu as setBooleanAttribute,Yu as setNonFunctionInputValue,Qu as setSimpleAttribute,ti as setUseMemory,ei as signal,ni as small,oi as span,ri as state,si as states,ai as strong,ci as style,ui as subject,ii as subscribe,li as subscribeWith,pi as summary,fi as sup,di as svg,gi as syncError,hi as table,mi as tag,bi as tagElement,vi as tagValueUpdateHandler,yi as tags,xi as tbody,wi as td,Ci as textarea,Vi as tfoot,Ji as th,Ti as thead,ki as title,Ii as tr,Ei as u,Si as ul,Ai as upgradeBaseToSupport,Oi as valueToTagJsVar,Mi as variablePrefix,ji as version,Li as watch,Pi as willCallback,Di as willPromise,Hi as willSubscribe};
|
|
2
2
|
//# sourceMappingURL=bundle.js.map
|