compelem 0.25.0 → 0.25.1

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/CompElem.d.ts CHANGED
@@ -61,7 +61,7 @@ export declare class CompElem<T = HTMLElement> extends HTMLElement implements IC
61
61
  destroyed(): void;
62
62
  get isDestroyed(): boolean;
63
63
  destroy(): void;
64
- __init(): void;
64
+ setup(): void;
65
65
  propsReady(props: Record<string, any>): void;
66
66
  render(): Template | null;
67
67
  beforeMount(): void;
@@ -90,7 +90,6 @@ export declare class CompElem<T = HTMLElement> extends HTMLElement implements IC
90
90
  */
91
91
  _notify(nv: any | undefined, ov: any, chain: string[], subNewValue?: any, subOldValue?: any): void;
92
92
  updateProps(props: Record<string, any>): void;
93
- _wrapperProp: Record<string, string>;
94
93
  _initProps(props: Record<string, any>, attrs?: Record<string, any>): void;
95
94
  /**
96
95
  * 绑定slot标签,render时调用
package/IComponent.d.ts CHANGED
@@ -31,6 +31,11 @@ export interface IComponent<T = HTMLElement> {
31
31
  updated(changed: Record<string, any>): void;
32
32
  slotChange(slot: HTMLSlotElement, slotName: string): void;
33
33
  attributeChangedCallback(attributeName: string, oldValue: string | null, newValue: string | null): void;
34
+ /**
35
+ * 初始化组件实例,完成响应属性及参数绑定、执行计算属性及立即执行的监视器、视图等等。
36
+ * 除非想创建一个全局响应分发器,否则不应该调用该方法
37
+ */
38
+ setup(): void;
34
39
  /**
35
40
  * 抛出自定义事件
36
41
  * @param evName 事件名称
package/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
- * compelem v0.25.0.1785068357
2
+ * compelem v0.25.1.1785249888
3
3
  * A modern, reactive, fast, lightweight and flexible lib for building web components
4
4
  * @holyhigh2
5
5
  * git+https://github.com/holyhigh2/compelem.git
6
6
  */
7
- import t,{toPath as e,some as r,isString as s,isUndefined as n,isBlank as o,closest as i,assign as a,isObject as l,isFunction as c,startsWith as u,get as h,concat as d,toArray as p,isSymbol as f,isArray as g,defaults as _,merge as m,clone as E,each as w,kebabCase as v,has as y,set as b,includes as N,find as S,debounce as T,throttle as M,once as C,noop as k,remove as R,map as x,size as A,flatMap as P,test as I,first as L,walkTree as O,isEmpty as D,filter as V,isNil as W,camelCase as H,isNull as U,isDefined as B,trim as j,isBoolean as F,parseJSON as K,cloneDeep as $,keys as G,groupBy as X,last as z,reject as q,compact as Q,intersect as Z,except as J,initial as Y,findIndex as tt,toString as et,reduce as rt,split as st,isEqual as nt,replace as ot,snakeCase as it,range as at,bind as lt,isMatch as ct,isElement as ut,join as ht}from"myfx";const dt="default",pt=/\s+\.?key\s*=/;var ft,gt;!function(t){t[t.RENDER=1]="RENDER",t[t.COMPUTED=2]="COMPUTED",t[t.DIRECTIVE=3]="DIRECTIVE"}(ft||(ft={})),function(t){t.Prod="prod",t.Dev="dev"}(gt||(gt={}));const _t=new Map,mt={},Et={},wt=new WeakMap,vt=new WeakMap,yt=new WeakMap,bt=new WeakMap,Nt=new Map,St=new Map,Tt=new WeakMap,Mt=new WeakMap,Ct=new WeakMap,kt=new WeakMap,Rt=new WeakMap,xt=new WeakMap,At=new WeakMap,Pt=new WeakMap,It=new WeakMap,Lt=new WeakMap,Ot=new WeakMap,Dt=new Map,Vt=new WeakMap,Wt=new WeakMap,Ht=new WeakMap,Ut=new WeakMap,Bt="__data_",jt="⟬Ċ⟭";function Ft(t){console.error("[CompElem]",t)}function Kt(t,e){console.error(`[CompElem <${t}>]`,e)}function $t(...t){console.warn("[CompElem]",...t)}function Gt(t,e){console.warn(`[CompElem <${t}>]`,e)}function Xt(t){return e(t).join("-")}function zt(t){return Object.getPrototypeOf(t)}function qt(t){return t===Boolean||r(t,(t=>t===Boolean))}function Qt(t){let e=t;return s(t)&&/(?:^true$)|(?:^false$)/.test(e)?e="true"===e:(n(e)||o(e))&&(e=!0),e}const Zt={getNodes(t,e){let r=t.nextSibling;if(!e)return[r];let s=[];for(;r&&r!==e;)s.push(r),r=r?.nextSibling;return s},insertBefore:function(t,e){if(!t.parentNode)return;let r=document.createDocumentFragment();r.append(...e),t.parentNode.insertBefore(r,t)},remove:function(t,e){if(t===e)return void t?.parentNode?.removeChild(t);let r=t.nextSibling;for(;r&&r!==e;)r?.parentNode?.removeChild(r),r=t.nextSibling},clear(t,e){if(!t)return;let r,s=document.createNodeIterator(t,NodeFilter.SHOW_COMMENT);for(s=document.createNodeIterator(t,NodeFilter.SHOW_COMMENT|NodeFilter.SHOW_ELEMENT);r=s.nextNode();)t!==r&&(r instanceof Comment||r instanceof Ge&&r.destroy())}};function Jt(t,e){let r=i(t,(t=>t.host&&t.host instanceof Ge),"parentNode");if(!r||r.host!==e)return r?r.host:void 0}function Yt(t){return!!Et[t.tagName.toLowerCase()]}function te(t,e,r){let s=Wt.get(t);s||(s=new Map,Wt.set(t,s));let n=s.get(e)??{};s.set(e,a(n,r))}function ee(t,e){let r=e,s=Reflect.get(r[Bt],t);if(ie.__collecting&&ie.__varPathList.push(t),ce.has(s)){let n=he.get(s);n||(n=new Set,he.set(s,n));let o=ae.get(e);o||(o={},ae.set(e,o));let i=ce.get(s);if(ue.get(i)!==e){let e=le.get(i);e&&(o[e[0]]=t)}return n.add(r.__thisRef),i}if(l(s)&&!c(s)&&!(s instanceof Node)&&!Object.isFrozen(s)){let e=At.get(r.constructor),n=e?.has(t);n||(e=Pt.get(r.constructor),n=e?.has(t)),s=n||"slots"===t?s:de(s,r,t)}return s}function re(t,e,r){let s=r;if(!s.__inited)return void Reflect.set(s[Bt],t,e);let n=s[Bt][t],o=It.get(s.constructor),i=o?.get(t);if(i){if(!i.call(s,e,n,[t],e,n))return!0}else{if(Object.is(n,e))return!0;if(l(e)&&ce.get(n)===e)return!0}se(s,e,n,t),ne(s,t),oe(s,t),Reflect.set(s[Bt],t,e),s._notify(e,n,[t])}function se(t,e,r,s,n,o){let i=zt(t.constructor),a=Ct.get(t.constructor)??Ct.get(i),l=Mt.get(t.constructor)??Mt.get(i),c=Rt.get(t.constructor)??Rt.get(i),f=kt.get(t.constructor)??kt.get(i),g=Tt.get(t.constructor)??Tt.get(i);a?.forEach((i=>{(s===i||u(i,s+".")&&!Object.is(h(t._getPrivateData(),i),h(e,i))||u(s,i+".")&&l?.includes(i)&&!Object.is(h(t._getPrivateData(),i),h(e,i)))&&d(p(f[i]),p(c[i])).forEach((a=>{a&&!0!==g.get(i)&&(t._watchUpdateArgsInNextTick?.set(a,{newValue:e,oldValue:r,chain:s.split("."),rootObjNew:n,rootObjOld:o,fullMatch:i===s}),t._watchUpdateSetInNextTick?.add(a),g.has(i)&&g.set(i,!0))}))}))}function ne(t,e){let r=Lt.get(t.constructor);r?.has(e)&&r.get(e)?.forEach((e=>{t._computedUpdateSetInNextTick.add(e)}))}function oe(t,e){let r=Ot.get(t.constructor);if(!r)return;let s=e.split("."),n="";s.forEach((e=>{n=n?n+"."+e:e,r.has(n)&&(t._cssUpdateInNextTick=!0)}))}const ie={popDirectiveQ(){return this.__varPathList.reduceRight(((t,e)=>(t.includes(e)||t.unshift(e),t)),[])},start(){this.__collecting=!0,this.__varPathList=[]},end(t,e){t&&e&&t._regSubViewDeps(ie.popVarPathList(),e),this.__collecting=!1},popVarPathList(){let t=Array.from(new Set(this.__varPathList));return this.__varPathList=[],t},__varPathList:[],__collecting:!1},ae=new WeakMap,le=new WeakMap,ce=new WeakMap,ue=new WeakMap,he=new WeakMap;function de(t,e,r){if(ce.has(t))return ce.get(t);if(ue.has(t))return t;const s=new Proxy(t,{get(t,r,s){if(!r)return;const n=Reflect.get(t,r,s);if(f(r))return n;if(c(n))return n;if("length"===r&&g(t))return n;if("__"===r.substring(0,2))return n;if(ie.__collecting){let t=le.has(s)?d(le.get(s)):[];t.push(r);let e=t.join(".");ie.__varPathList.push(e)}if(ce.has(n))return ce.get(n);let o=n;if(l(n)&&!c(n)&&!(n instanceof Node)&&!Object.isFrozen(n)){let t=le.has(s)?d(le.get(s)):[];o=de(n,e),t.push(r),le.set(o,t),ce.set(n,o)}return o},set(t,r,s,n){if(!r)return!1;let o=t[r],i=le.get(n)??[],a=d(i,[r]),l=It.get(e.constructor),c=l?.get(a[0]),u=a.length>1,h=s,p=o;if(u&&(p=h=e._getPrivateData()[a[0]]),c){if(!c.call(e,h,p,a,s,o))return!0}else if(Object.is(o,s))return!0;let f=s,g=Reflect.set(t,r,f),_=he.get(n);return fe(e,f,o,a),_?.forEach((t=>{let e=t.deref();if(!e)return;let r=e._wrapperProp[a[0]],s=a.join(".");s=s.replace(a[0],r),se(e,f,o,s),ne(e,s),oe(e,s),pe(e,h,p,s.split("."))})),g}});return le.has(s)||le.set(s,r?[r]:[]),ce.set(t,s),r&&ue.set(s,e),s}function pe(t,e,r,s,n,o){t._notify(e,r,s)}function fe(t,e,r,s){let n=e,o=r;s.length>1&&(o=n=t._getPrivateData()[s[0]]);let i=s.join(".");se(t,e,r,i,n,o),ne(t,i),oe(t,i),pe(t,n,o,s)}const ge=new Map;class _e{static nextSet=new Set;static nextPending=!1;static next;static flush(){_e.nextPending=!1;let t=Array.from(_e.nextSet);_e.nextSet.clear(),ge.clear(),t.forEach((t=>t())),t=null}static pushNext(t){_e.nextSet.add(t),_e.nextPending||(_e.nextPending=!0,_e.next())}}function me(t){if(1===arguments.length)return(e,r,s)=>{t.required=t.required||!1,t.attribute=!1!==t.attribute,Ee(e,r,t)};let e=arguments[0],r=arguments[1],s=arguments[2];t={type:void 0,required:!1,attribute:!0},s&&"function"==typeof s.type&&(t=_(s,t),s=void 0),t.shallow=t.shallow||!1,Ee(e,r,t)}function Ee(t,e,r,s){let n;if(!yt.has(t.constructor)){const e={};let r=t.constructor;for(;(r=zt(r))!==Ge;)m(e,E(yt.get(r)??{}));n=new Set,w(e,((t,e)=>{if(t.attribute){let t=v(e);n?.add(t)}})),St.set(t.constructor,n),yt.set(t.constructor,e)}if(r.attribute){n||(n=St.get(t.constructor));let r=v(e);n?.add(r)}if(r.model){let r=bt.get(t.constructor);r||(r=[],bt.set(t.constructor,r)),r.includes(e)||r.push(e)}if(y(t.constructor,"observedAttributes")||(t.constructor.observedAttributes=[]),n&&(t.constructor.observedAttributes=p(n)),b(yt.get(t.constructor),e,r),r.hasChanged){let s=It.get(t.constructor);s||(s=new Map,It.set(t.constructor,s)),s.set(e,r.hasChanged)}if(r.shallow){let r=Pt.get(t.constructor);r||(r=new Set,Pt.set(t.constructor,r)),r.add(e)}Reflect.defineProperty(t,e,{get(){return ee(e,this)},set(r){bt.get(t.constructor)?.includes(e)&&function(t,e,r){r.emit("update:"+t,{value:e})}(e,r,this)}})}(()=>{const t=Promise.resolve(),e=_e.flush;_e.next=()=>{t.then(e)}})();const we=new Set;function ve(t){return St.get(t)??we}const ye=["resize","outside","mutate"],be=new WeakMap,Ne=[],Se=[],Te=[],Me=new WeakSet,Ce=new ResizeObserver((t=>{for(const e of t){const t=Array.isArray(e.contentBoxSize)?e.contentBoxSize[0]:e.contentBoxSize,r=Array.isArray(e.borderBoxSize)?e.borderBoxSize[0]:e.borderBoxSize;if(!Me.has(e.target)){Me.add(e.target);continue}let s=be.get(e.target);s&&s({target:e.target,contentBoxSize:t,borderBoxSize:r,type:"resize"})}}));var ke;!function(t){t.Child="child",t.Tree="tree",t.Attr="attr",t.Char="char"}(ke||(ke={}));const Re=new WeakMap,xe=new MutationObserver((t=>{for(let e=0;e<t.length;e++){const r=t[e];let s=Re.get(r.target);if(!s)return;let n={target:r.target},o=null;switch(r.type){case"subtree":n.type=ke.Tree,o=s[ke.Tree];break;case"childList":n.type=ke.Child,n.addedNodes=r.addedNodes,n.removedNodes=r.removedNodes,o=s[ke.Child];break;case"attributes":n.type=ke.Attr,n.attributeName=r.attributeName,n.oldValue=r.oldValue,o=s[ke.Attr];break;case"characterData":n.type=ke.Char,n.oldValue=r.oldValue,o=s[ke.Char]}o&&(n.type="mutate",o(n))}}));function Ae(e,r,s,n,o){if("resize"===e)return function(t,e){if(be.has(t))return;be.set(t,e),Ce.observe(t);let r=Ce;return(e=!1)=>{r.unobserve(t),be.delete(t),e&&(r=t=null)}}(r,s);if("outside"===e)switch(n[0]){case"mousedown":return function(e,r){return Ne.push([e,r]),(s=!1)=>{t.remove(Ne,(t=>t[0]===e&&t[1]===r))}}(r,s);case"dblclick":return function(e,r){return Te.push([e,r]),(s=!1)=>{t.remove(Te,(t=>t[0]===e&&t[1]===r))}}(r,s);default:return function(e,r){return Se.push([e,r]),(s=!1)=>{t.remove(Se,(t=>t[0]===e&&t[1]===r))}}(r,s)}else if("mutate"===e)return function(t,e,r){let s=N(r,"child"),n=N(r,"attr"),o=N(r,"char"),i=N(r,"tree"),a=Re.get(t);if(!a)return a={},Re.set(t,a),s&&(a[ke.Child]=e),n&&(a[ke.Attr]=e),o&&(a[ke.Char]=e),i&&(a[ke.Tree]=e),xe.observe(t,{childList:s,attributes:n,characterData:o,subtree:i}),(e=!1)=>{Re.delete(t),e&&(t=null)}}(r,s,n)}document.addEventListener("mousedown",(t=>{let e=h(t.composedPath(),0,t.target);Ne.forEach((([r,s])=>{r.contains(e)||r.contains(i(e,(t=>t instanceof ShadowRoot),"parentNode")?.host)||s({type:"outside",target:r,modifier:"mousedown",event:t})}))}),!1),document.addEventListener("click",(t=>{let e=h(t.composedPath(),0,t.target);Se.forEach((([r,s])=>{r.contains(e)||r.contains(i(e,(t=>t instanceof ShadowRoot),"parentNode")?.host)||s({type:"outside",target:r,modifier:"click",event:t})}))}),!1),document.addEventListener("dblclick",(t=>{let e=h(t.composedPath(),0,t.target);Te.forEach((([r,s])=>{r.contains(e)||r.contains(i(e,(t=>t instanceof ShadowRoot),"parentNode")?.host)||s({type:"outside",target:r,modifier:"dblclick",event:t})}))}),!1);const Pe=/,|^(debounce:.+)|(debounce$)/,Ie=/,|^(throttle:.+)|(throttle$)/,Le="native",Oe={esc:"escape"},De=()=>{};function Ve(t,e,r,s){let n,o=t.split("."),i=o.shift(),a=o.includes("once"),l=e??De;if(n=S(o,(t=>Pe.test(t)))){let t=n.split(":");l=T(l,parseInt(t[1])||100)}if(n=S(o,(t=>Ie.test(t)))){let t=n.split(":");l=M(l,parseInt(t[1])||100)}if(a&&(l=C(l)),Et[r.tagName.toLowerCase()]&&(r!==s||o.includes(Le)||o.push(Le),!o.includes(Le)))return We(r,s,i,l),k;if(function(t){return ye.includes(t)}(i))return Ae(i,r,l,o);let c=t=>{if(o.includes("prevent")&&t.preventDefault(),o.includes("stop")&&t.stopPropagation(),!o.includes("self")||t.target===t.currentTarget){if(t instanceof MouseEvent){if(o.includes("left")&&0!=t.button)return;if(o.includes("right")&&2!=t.button)return;if(o.includes("middle")&&1!=t.button)return}else if(t instanceof KeyboardEvent){if(R(o,(t=>"ctrl"==t))[0]&&!t.ctrlKey)return;if(R(o,(t=>"alt"==t))[0]&&!t.altKey)return;if(R(o,(t=>"shift"==t))[0]&&!t.shiftKey)return;if(R(o,(t=>"meta"==t))[0]&&!t.metaKey)return;let e=x(o,(t=>Oe[t]||t));if(A(e)>0&&!e.includes(t.key.toLowerCase()))return}l(t)}},u={capture:o.includes("capture")||!1,passive:o.includes("passive")||!1};return r.addEventListener(i,c,u),(t=!1)=>{r.removeEventListener(i,c,u),t&&(r=null)}}function We(t,e,r,s){let n=h(t,"__c_emit_event_")??e._subComponentEventSn++;b(t,"__c_emit_event_",n);let o=e._subComponentEventMap.get(n);o||(o={},e._subComponentEventMap.set(n,o)),o[r]=s}const He={boolean:Boolean,string:String,number:Number,object:Object,array:Array,function:Function,undefined:Object},Ue=new WeakMap;let Be=[],je=0;const Fe=new WeakMap,Ke={},$e="slots";class Ge extends HTMLElement{static __l_globalRule=document.createElement("style");static defaults(t){Be=P(t.css,(t=>{if(s(t)){let e=new CSSStyleSheet;return e.replaceSync(t),e}return t instanceof CSSStyleSheet?t:[]})),t.global,w(t,((t,e)=>{I(e[0],/[A-Z]/)}))}#t;#e={};__data_={};#r={};#s;__updateTree;_eventBindList;__docoEventMap;__updateSubViewDeps;_cssUpdateInNextTick=!1;_cssVarOldValueMap;__cssSheets;_watchUpdateSetInNextTick;_watchUpdateArgsInNextTick;_computedUpdateSetInNextTick;_subComponentEventSn=0;_subComponentEventMap=new Map;get[Symbol.toStringTag](){return this.constructor.name}get cid(){return this.#t}get attrs(){return this.#n}get props(){return this.#o}get renderRoot(){return this.#i?.deref()}get renderRoots(){return this.#a.flatMap((t=>t.deref()??[]))}get parentComponent(){return this.#l?.deref()}get wrapperComponent(){return this.#c?.deref()}get slots(){return Ke}get slotHooks(){return this.#u}get cssSheets(){return Ue.get(this.constructor)}get globalCssSheet(){return Ge.__l_globalRule.sheet}get isMounted(){return this.#h}#n;#o;#i;#a;#l;#c;#d={};#u={};#p={};#h=!1;#f=!1;#g;static get css(){return[]}static get globalCss(){}static get hostCss(){}get cssVars(){return{}}__inited=!1;#_=!1;#m;__thisRef;constructor(...t){super(),this.#t=je++,this.__updateTree=[],this.__thisRef=new WeakRef(this),this.#m=this.#E.bind(this),1===A(t)&&(this.#o={},a(this.#o,L(t))),Reflect.getOwnPropertyDescriptor(this.constructor.prototype,"slots")||Reflect.defineProperty(this.constructor.prototype,"slots",{get(){return ee("slots",this)},set(t){re("slots",t,this)}});let e=Nt.get(this.constructor)??Nt.get(zt(this.constructor));e&&e.sort(((t,e)=>e.priority-t.priority)).forEach((t=>t.create(this))),this.#w=this.#v.bind(this)}insertStyleSheet(t){if(!this.#s)return null;let e;if(s(t)){e=new CSSStyleSheet;try{e.replaceSync(t)}catch(t){}}else{if(this.#s.adoptedStyleSheets.includes(t))return t;e=t}return this.#s.adoptedStyleSheets=[...this.#s.adoptedStyleSheets,e],e}get rootComponent(){let t=this;for(;t.parentComponent;)t=t.parentComponent;return t}#w;connectedCallback(){let t=i(this.parentNode,(t=>t instanceof Ge||t.host instanceof Ge),"parentNode");this.#l=t?t instanceof Ge?new WeakRef(t):new WeakRef(t.host):void 0;let e=Ut.get(this);e&&(this.#c=new WeakRef(e),Ut.delete(this)),Ge.__l_globalRule.parentNode||document.head.appendChild(Ge.__l_globalRule);let r=h(this.constructor,"hostCss"),n=h(this.constructor,"hostCssSheet");if(r){n||(s(r)?(n=new CSSStyleSheet,n.replaceSync(r)):n=r,b(this.constructor,"hostCssSheet",n));let t=this.#c?.deref()?.shadowRoot??this.#l?.deref()?.shadowRoot??this.ownerDocument;this.#c&&!this.#c.deref()?.shadowRoot?.contains(this)&&(t=i(this,(t=>t instanceof HTMLDocument||t instanceof ShadowRoot),"parentNode")),t&&n&&!t.adoptedStyleSheets.includes(n)&&(t.adoptedStyleSheets=[...t.adoptedStyleSheets,n])}this.__init(),this.__bindEvents()}disconnectedCallback(){this.__unbindEvents()}__bindEvents(){let t=this._eventBindList;w(t,(t=>{let[e,r,s,n]=t;if(n)return;if(!s)return;let o=Ve(e,r&&h(globalThis,r.name)!==r?r.bind(this):r,s,this);t[3]=o}));let e=_t.get(this.constructor);A(e)>0&&(this.__docoEventMap||(this.__docoEventMap=new Map),w(e,(({name:t,targetFn:e,fnName:r})=>{if(this.__docoEventMap.has(t+"@"+r))return;let s=e?e(this):this,n=h(this,r),o=Ve(t,n&&h(globalThis,n.name)!==n?n.bind(this):n,s,this);this.__docoEventMap.set(t+"@"+r,o)})))}__unbindEvents(){w(this._eventBindList,(t=>{let[,,,e]=t;e&&e(),t[3]=null}));let t=[];w(this.__docoEventMap,((e,r)=>{e&&e(),t.push(r)})),t.forEach((t=>this.__docoEventMap.delete(t)))}beforeDestroyed(){}destroyed(){}get isDestroyed(){return this.#y}#y=!1;destroy(){if(this.#y)return;this.#y=!0;let t=Nt.get(this.constructor)??Nt.get(zt(this.constructor));if(t&&t.sort(((t,e)=>e.priority-t.priority)).forEach((t=>{t.destroy(this)})),this.beforeDestroyed(),this.__unbindEvents(),this.__docoEventMap?.clear(),this.__docoEventMap=this._eventBindList=null,Vt.get(this)?.clear(),Vt.delete(this),this._watchUpdateArgsInNextTick?.clear(),this._watchUpdateSetInNextTick?.clear(),this._computedUpdateSetInNextTick?.clear(),this._computedUpdateSetInNextTick=null,this.__cssSheets=null,this.__updateSubViewDeps?.clear(),this.#l){let t=this.#l.deref();t&&O(t.__updateTree,(e=>{e.__destroyed||e.node?.deref()===this&&(e.destroy(t),R(e.parent?e.parent.children:t.__updateTree,(t=>t===e)))}))}w(this.__updateTree,(t=>t?.destroy(this))),w(this.#d,(t=>{Fe.delete(t),t.remove()})),w(this.#p,(t=>{w(t,(t=>t.remove()))})),w(this.__data_.slots,((t,e)=>{w(t,(t=>t.remove()))})),this.#b.clear(),this.#p=this.#d=this.#b=this.#e=this.__data_.slots=null,this.remove(),this._wrapperProp=this.#N=this.#i=this.#a=this.#s=this.#r=this.#n=this.#o=this.#i=this.#a=this.#u=this.#w=this.__data_=this.__updateTree=this.#l=this._asyncDirectives=this.#c=null,this.destroyed()}__init(){if(this.__inited)return;if(this.#_)return;this.#_=!0;let t=h(this.constructor,"globalCss");D(t)||!s(t)||h(this.constructor,"_globalRuleInserted")||(Ge.__l_globalRule.textContent+=t,b(this.constructor,"_globalRuleInserted",!0));let e=Ue.get(this.constructor),r=e??[];e||(w(h(this.constructor,"css"),(t=>{if(s(t)){let e=new CSSStyleSheet;e.replaceSync(t),r.push(e)}else c(t)||r.push(t)})),Ue.set(this.constructor,r));const n=this.#S();this.propsReady(n);for(const t in n){const e=n[t];this.__data_[t]=e}this.#T(),this.__data_.slots={},Reflect.defineProperty(this.__data_,"__isData",{enumerable:!1,value:!0});let i=zt(this.constructor);if(Ct.get(this.constructor)??Ct.get(i)){this._watchUpdateSetInNextTick=new Set,this._watchUpdateArgsInNextTick=new Map;let t=Tt.get(this.constructor)??Tt.get(i),e=xt.get(this.constructor)??xt.get(i);w(e,((e,r)=>{let s=h(this,r);e.forEach((t=>{t.call(this,s,void 0,r)})),t.has(r)&&t.set(r,!0)}))}let l=a({},wt.get(this.constructor),wt.get(i));if(l){this._computedUpdateSetInNextTick=new Set;let t=Lt.get(this.constructor);t?w(l,((t,e)=>{this[Bt][e]=t.call(this)})):(t=new Map,Lt.set(this.constructor,t),w(l,((e,r)=>{b(e,"key",r),ie.start(),this[Bt][r]=e.call(this),ie.end(),ie.popVarPathList().forEach((r=>{let s=t.get(r);s||(s=new Set,t.set(r,s)),s.add(e)}))})))}ie.start();let u=this.render();ie.end();let d,p=ie.popVarPathList();this.constructor.prototype._viewDeps||(this.constructor.prototype._viewDeps=p),null===u?(this.#a=[],this.#i=void 0):(this.#s=this.attachShadow({mode:"open"}),this.#s.adoptedStyleSheets=[...Be,...Ue.get(this.constructor)??[]],d=function(t,e){let r,s=[];gr.has(e.constructor)?(r=gr.get(e.constructor),s=Er(t)):(r=new er(t,e,s),gr.set(e.constructor,r));let[n,o]=wr(e,r.fragment,r.updatePointMetas,s);return e.__updateTree=o,n}(u,this),d&&A(d.children)>0&&(this.#a=V(d.children,(t=>t.nodeType===Node.ELEMENT_NODE)).map((t=>new WeakRef(t))),this.#i=this.#a[0])),this.__inited=!0,this.#M();let f=Ht.get(this);f&&(this.#u=f,Ht.delete(this)),w(this.#u,((t,e)=>{this.#C(e)}));const g=this;let _=Nt.get(this.constructor)??Nt.get(zt(this.constructor));_&&_.sort(((t,e)=>e.priority-t.priority)).forEach((t=>{t.beforeMount(this,((t,e)=>(g.__data_[t]=e,g.__data_[t])))})),this.beforeMount(),setTimeout((()=>{if(!this.isDestroyed){if(this.#h=!0,this.#s){ie.start();let t=this.cssVars;if(ie.end(),!D(t)){this._cssVarOldValueMap={};let e=Ot.get(this.constructor);e||(e=new Set(ie.popVarPathList()),Ot.set(this.constructor,e));let r="";w(t,((t,e)=>{let s="--"+v(e).replace(/^-+/,"");(o(t)||W(t))&&(t="initial"),this._cssVarOldValueMap[s]=t,r+=";"+s+":"+t})),this.style.cssText+=r}}d&&A(d.children)>0&&(this.#s.append(d),Wt.delete(this)),_&&_.forEach((t=>{t.mounted(this,((t,e)=>(g.__data_[t]=e,g.__data_[t])))})),this.#g&&this.#g.forEach((t=>_e.pushNext(t))),this.#f&&_e.pushNext(this.#w),this.__bindEvents(),this.mounted()}}),0)}propsReady(t){}render(){return null}beforeMount(){}mounted(){}#E(t){let e=t.currentTarget,r="";w(this.#d,((t,s)=>{if(t===e)return r=s,!1})),this.__inited&&this.#k(e,r===dt?"":r)}#k(t,e){this.#M();let r=h(this.#e[e],"props");r&&w(this.slots,((t,e)=>{t.filter((t=>t.nodeType===Node.ELEMENT_NODE)).forEach((t=>{t instanceof Ge?t.updateProps(r):w(r,((e,r)=>{if(t instanceof HTMLSlotElement){let s=Fe.get(t);if(s){let n=t.name||dt,o=s.#e[n];o||(o=s.#e[n]={props:{}}),o.props||(o.props={}),o.props[r]=e,s.#k(t,n)}}else t.setAttribute(r,e)}))}))})),this.slotChange(t,e)}slotChange(t,e){}attributeChangedCallback(t,e,r){if(!this.__inited)return;if(Object.is(r,e))return;"undefined"===r&&(r=null);let s=H(t);if(qt(yt.get(this.constructor)[s].type)){let t=!U(r)&&Qt(r);if(h(this,s)===t)return}this.#R(t,e,r)}shouldUpdate(t){return!0}updated(t){}_notify(t=void 0,e,r,s,n){let o=[];for(let i=0;i<r.length;i++){const a=r[i];o.push(a);let l=h(this,o)??t,c=Xt(o);this.#r[c]={value:l,chain:c===$e?[$e]:o,oldValue:e,end:o.length===r.length,subNewValue:s,subOldValue:n}}this.isMounted?_e.pushNext(this.#w):this.#f=!0}#v(){if(A(this.#r)<1)return;if(!this.isMounted)return;const t=this.#r;if(this.#r={},!this.shouldUpdate(t))return;let e=Nt.get(this.constructor)??Nt.get(zt(this.constructor));e&&e.sort(((t,e)=>e.priority-t.priority)).forEach((e=>{e.updated(this,t)}));let r=!1,s=new Set,n=this.constructor.prototype._viewDeps;if(w(t,((t,e)=>{if(!r&&n?.includes(e)&&(r=!0),this.__updateSubViewDeps?.has(e)){let t=this.__updateSubViewDeps.get(e);t&&t.forEach((t=>{s.add(t)}))}})),this._watchUpdateSetInNextTick?.forEach((t=>{let{newValue:e,oldValue:r,chain:s,rootObjNew:n,rootObjOld:o,fullMatch:i}=this._watchUpdateArgsInNextTick.get(t),a=i?e:n,l=i?r:o;t.call(this,a,l,s,e,r)})),this._watchUpdateSetInNextTick?.clear(),this._watchUpdateArgsInNextTick?.clear(),this._computedUpdateSetInNextTick?.forEach((t=>{let e=h(t,"key"),r=this.__data_[e],s=t.call(this);(l(s)||s!==r)&&(this.__data_[e]=s,this._notify(s,r,[e]))})),this._computedUpdateSetInNextTick?.clear(),this._cssUpdateInNextTick){let t=this.cssVars;w(t,((t,e)=>{let r="--"+v(e).replace(/^-+/,"");this._cssVarOldValueMap[r]!=t&&((o(t)||W(t))&&(t="initial"),this._cssVarOldValueMap[r]=t,this.style.setProperty(r,t+""))}))}this.#i?.deref()&&(r&&yr(Er(this.render()),this,this.__updateTree,s,t),A(s)>0&&s.forEach((e=>{!function(t,e,r,s){if(!t||t.__destroyed)return;let n=t.node.deref();const[o,i,a,l]=t.value;let u,d=Jt(n,e);if(!r){let r=o(n,t.value[1],i,{renderComponent:e,slotComponent:d,varChain:l,updatedMap:s,pointType:h(Dt.get(a),[0],Xe.TEXT)});if(!r)return;if(r[0]!==ze.REFRESH)return;u=c(r[1])?Er(r[1].call(e,t.value[1][0])):r[1]}if(!u)return;yr(u,e,t.children,void 0,s)}(e,this,void 0,t)}))),this.#b.forEach((t=>{this.#C(t)})),this.updated(t)}#S(){let t=yt.get(this.constructor)??yt.get(zt(this.constructor)),e=this.attributes,r=this.tagName,s=m(this.#o??{},Wt.get(this.wrapperComponent)?.get(this)??{}),o={};w(e,(({name:e,value:r})=>{if(e[0]===or||e[0]===ir||e[0]===ar||e===ur||"slot"===e)return;let s=H(e);t&&!t[s]&&(o[e]=r)})),this.#n=this.#n?a(this.#n,o):o;let i={};if(!t)return i;let c=Object.keys(t),u=c.length;for(let o=0;o<u;o++){const a=c[o],u=v(a),d=this.hasAttribute(u);let p,f=t[a],_=y(s,a),m=h(this,a);if(!("_defaultValue"in f)&&(f._defaultValue=m,!f.type)){n(m)&&Kt(r,"Prop '"+a+"' has neither propType nor defaultValue be used for type inference");let t=typeof m;g(m)&&(t="array");let e=He[t];f.type=e}if(_)p=W(s[a])?m:s[a];else{p=m;let t=e.getNamedItem(u)||e.getNamedItem(ir+u)||e.getNamedItem(u+ir);t&&(_=!0,p=t.value)}if(f.required&&!_){Kt(r,"Prop '"+a+"' is required");break}p=this.#x(t,a,p,d),f.attribute&&B(p)&&!l(p)&&this.#A(f,a,p),this.__data_[a]=p,i[a]=p,delete this[a]}return i}#A(t,e,r){let s=v(e),n=j(r);qt(t.type)?(n=Qt(r),F(n)?n&&!this.hasAttribute(s)?this.toggleAttribute(s,!0):!n&&this.hasAttribute(s)&&this.toggleAttribute(s,!1):this.getAttribute(s)!==n&&this.setAttribute(s,n)):this.getAttribute(s)!==n&&this.setAttribute(s,n)}#P(t,e){let r=t;try{for(let s=0;s<e.length;s++){const n=e[s];r=n===Boolean?Qt(t):n===Number?Number(t):n===String?String(t):n===Object||n===Array?K(t):n===Date?new Date(t):new n(t)}}catch(e){Kt(this.tagName,"Convert attribute error with "+t)}return r}#x(t,e,n,o){let i=t[e];if(!i)return n;let a=i.isValid,l=i.type,c=g(l)?l:[l],u=i.converter,h=n;if(!r(c,(t=>t===String))&&s(h)&&!U(h))try{h=u?u(h):this.#P(h,c)}catch(t){Kt(this.tagName,`Convert attribute '${e}' error with `+h)}for(let t=0;t<c.length;t++){"Boolean"===c[t].name&&o&&(h=Qt(h))}if(W(h))return h;let d=typeof h,p=!B(h);for(let t=0;t<c.length;t++){const e=c[t];if(I(d,e.name,"i")||h instanceof e||Object.prototype.toString.call(h)===Object.prototype.toString.call(e.prototype)){p=!0;break}}return p||Kt(this.tagName,`Invalid prop '${e}'. expected '${c.map((t=>t.name||t))}' but got '${d}'`),a&&(a.call(this,h,this.__data_)||Kt(this.tagName,`Invalid prop '${e}'. IsValid() check failed`)),h}#T(){let t=vt.get(this.constructor)??vt.get(zt(this.constructor));t&&w(t,((e,r)=>{let s=t[r],n=h(this,r);if(s){let t=s.prop;n=t?$(this.__data_[t]):h(this,r)}this.__data_[r]=n,delete this[r]}))}#N=T(this.propsReady,100);updateProps(t){let e=yt.get(this.constructor);if(!e)return;if(!this.__inited)return void a(this.#o,t);let r=[];w(t,((t,s)=>{let n=H(s),o=e[n];if(!o)return;t=this.#x(e,n,t);let i=this.__data_[n],a=It.get(this.constructor),c=a?.get(n);if(c){if(!c.call(this,t,i,[n],t,i))return!0}else if(l(t)){let e=Pt.get(this.constructor);if(e?.has(n)&&Object.is(i,t))return!0}else if(Object.is(i,t))return!0;o.attribute&&B(t)&&!l(t)&&r.push([o,n,t]),b(this.__data_,n,t),fe(this,t,i,[n])})),a(this.#o,t),r.forEach((([t,e,r])=>{this.#A(t,e,r)})),this.#o&&this.#N(this.#o)}_wrapperProp={};_initProps(t,e){this.#o=m(this.#o||{},t),this.#n=m(this.#n||{},e),w(t,((t,e)=>{if(l(t)){let r=le.get(t);if(r){let t=r.join("-");this._wrapperProp[t]=e;let s=this.wrapperComponent?vt.get(this.wrapperComponent?.constructor):null,n=r[0];if(s&&s[n]){let t=yt.get(this.constructor);b(t,[e,"shallow"],s[n].shallow)}}}}))}_bindSlot(t,e,r){this.#d[e]||(this.#d[e]=t,Fe.set(t,this));let s="slotchange",n=Ve(s,this.#m,t,this);if(this._eventBindList.push([s,this.#m,t,n]),!D(r)){let t=this.#e[e];t||(t=this.#e[e]={}),t.props=r}}#b=new Set;_updateSlot(t,e,r){let s=this.#d[t],n=this.#u[t];if(!n&&!s)return;let o=this.#e[t];if(e&&(o.props||(o.props={}),o.props[e]=r),n)this.#b.add(t);else{let t=s.assignedElements({flatten:!0});for(let s=0;s<t.length;s++){t[s].setAttribute(e,r+"")}}}#M(){if(!this.#i)return;let t=G(this.#d);if(D(t))return;const e=P(this.childNodes,(t=>t.nodeType===Node.COMMENT_NODE?[]:t instanceof HTMLSlotElement?t.assignedNodes({flatten:!0}):t));let r=X(e,(e=>{if(e.nodeType===Node.TEXT_NODE&&t.includes(dt))return dt;if(e instanceof Element){let r=e.getAttribute("slot")||dt;if(t.includes(r))return r}}));if(D(r))return void(this.slots={});w(r,((t,e)=>{if(e){for(;t.length>0;){let e=t[0];if(!(e.nodeType===Node.TEXT_NODE&&o(e.textContent)||e instanceof HTMLSlotElement&&D(e.assignedNodes({flatten:!0}))))break;t.shift()}for(;t.length>0;){let e=z(t);if(!(e.nodeType===Node.TEXT_NODE&&o(e.textContent)||e instanceof HTMLSlotElement&&D(e.assignedNodes({flatten:!0}))))break;t.pop()}}}));let s={};w(r,((t,e)=>{D(t)||(s[e]=t)})),this.slots=s}#C(t){let e=this.#u[t];if(!e)return;let r=this.#e[t];if(!this.__data_.slots)return;if(!this.__data_.slots[t])return;this.renderAsync(e,h(r,"props"));const s=this._asyncDirectives.get(e);let n=s?.buildView(e(h(r,"props"))),o=q(p(n),(t=>t.nodeType===Node.COMMENT_NODE));if(o){let e=this.#p[t];if(!D(e))for(let t=0;t<e.length;t++){const r=e[t];r.parentNode?.removeChild(r)}this.#p[t]=o,this.append(...o),this.#b.clear()}}_asyncDirectives=new WeakMap;renderAsync(t,...e){}#R(t,e,r){if(!this.__inited)return;if(ve(this.constructor).has(t)){let e=H(t);if(U(r)){let t=yt.get(this.constructor);t&&(r=t[e]._defaultValue)}this.updateProps({[e]:r})}}_regSubViewDeps(t,e){this.__updateSubViewDeps||(this.__updateSubViewDeps=new Map),t.forEach((t=>{let r=this.__updateSubViewDeps.get(t);r||(r=new Set,this.__updateSubViewDeps.set(t,r)),r.add(e)}))}_getPrivateData(){return this.__data_}emit(t,e={},r){if(r&&(e.event=r),e.target=this,y(this.#n,"emit-native"))this.dispatchEvent(new CustomEvent(t,{bubbles:!1,composed:!1,cancelable:!0,detail:e}));else{let r=h(this,"__c_emit_event_");this.wrapperComponent?._callEmitEvent(r,t,e)}}_callEmitEvent(t,e,r){let s=this._subComponentEventMap.get(t),n=h(s,e);c(n)&&n.call(this,r)}nextTick(t){if(!this.isMounted)return this.#g||(this.#g=[]),void this.#g.push(t);_e.pushNext(t)}forceUpdate(){w(this.__data_,((t,e)=>{this.#r[e]={value:void 0,chain:void 0}})),this.#v()}}var Xe,ze,qe;function Qe(t,e,r,s,n,o,i,a,l,c){let d,f=h(Dt.get(t),[0],"");if([Xe.TEXT,Xe.SLOT].includes(f)?(ie.start(),d=n(e,r,s,{renderComponent:o,slotComponent:i,varChain:a,updatedMap:c,pointType:f}),ie.end(o,l)):d=n(e,r,s,{renderComponent:o,slotComponent:i,varChain:a,updatedMap:c,pointType:f}),!d)return;let[_,m,E,v,y,N]=d;if(_===ze.NONE)return;if(_===ze.REFRESH)return;let S=N,T=!1;g(N)||(S=x(N,((t,e)=>t)),T=!0);let M=h(e,"__anchor__"),C={};w(G(e),(t=>{"__anchor__"!==t&&u(t,"__c-")&&(C[t]=h(e,[t]))}));let k=l.subViewRootNodes,A=l.children;if(_===ze.REMOVE){let t=[];w(k,((e,r)=>{if(g(e))w(e,(t=>{let e=t.deref();e.remove(),e instanceof Ge&&e.destroy()}));else{let r=e.deref();r.remove(),t.push(e),r instanceof Ge&&r.destroy()}})),t.forEach((t=>{R(k,(e=>e===t))})),A?.forEach(((t,e)=>{t.destroy(o),A[e]=null})),l.children=Q(A),g(k)?l.subViewRootNodes=[]:l.subViewRootNodes={}}else if(_===ze.REPLACE){w(k,(t=>{let e=t.deref();e.remove(),e instanceof Ge&&e.destroy()})),A?.forEach(((t,e)=>{t.destroy(o),A[e]=null})),l.children=Q(A);let[,t,r]=d;vr(e,l,t,r,o)}else if(_===ze.UPDATE){if(D(k))return void vr(e,l,y,m,o,S,((t,e,r)=>E[r]));let t={},r={};w(v,(r=>{let s=t[r];s||(s=t[r]=[]),V(e.parentElement.childNodes,(t=>h(t,["__c-"+M])==r)).forEach((t=>{s.push(t)}))})),l.children?.forEach((t=>{r[t.key]?r[t.key].push(t):r[t.key]=[t]}));let s,n=v,i=E,a=Z(v,E),u=J(v,a),d=[],f=[],g=!1;if(!D(i)){let e=-1,r=[],s=[],o=0,a=0;for(;a<i.length;a++){const l=i[a];let c=n.findIndex((t=>t===l));if(c<0){let e=i[a-1];t[l]=[],d.push({refKey:e,newKey:l}),o++}else if(c>-1&&c!==a-o){if(e<0||1===Math.abs(e-c)){let e=z(r),s=0===a?qe.AFTER_BEGIN:e?e.newKey:i[a-1],n=!1;0!==a&&D(t[s])&&(n=!0),r.push({newKey:l,refKey:s,refNew:n})}else{s.push({moveGroup:r,moveIndex:a+r.length});let e=i[a-1],n=!1;D(t[e])&&(n=!0),r=[],r.push({newKey:l,refKey:e,refNew:n})}e=c}}if(r.length>0&&s.push({moveGroup:r,moveIndex:a+r.length}),s.length>0){g=!0;let e=s.sort(((t,e)=>t.moveGroup.length-e.moveGroup.length));if(e.length<2){let{moveGroup:r}=e[0];if(r.length>1){let t=z(r).refKey;r[r.length-2].newKey===t&&(r=Y(r))}Ze(r,t,v)}else{let r=z(e).moveIndex;1===Math.abs(e[e.length-2].moveIndex-r)&&(e=Y(e)),e.forEach((({moveGroup:e})=>{e[0].refNew?f.push(e):Ze(e,t,v)}))}}}if(d.length>0&&(d.forEach((e=>{let r=tt(E,(t=>t==e.newKey)),s=S[r],n=s;T&&(n=s[0],E[r]);let i=Er(y.call(o,n,e.newKey,r)),[a,c]=wr(o,m.fragment,m.updatePointMetas,i);e.fragment=a,w(c,(t=>{t.key=e.newKey,l.children?.push(t)}));let u=p(a.childNodes),h=t[e.newKey];w(u,(t=>{h.push(t),a.childNodes.forEach((t=>b(t,"__c-"+M,e.newKey+""))),w(C,((e,r)=>b(t,r,e)))}))})),o.__bindEvents(),s=function(t){let e,r=[];return t.forEach((t=>{let s=z(r);s&&e===t.refKey?(s.group||(s.group=[s.fragment]),s.group.push(t.fragment)):r.push(t),e=t.newKey})),r}(d),s.forEach(((r,s)=>{let n=r.fragment,o=t[r.refKey??v[0]],i=L(o),a=z(o);if(r.group){let t=document.createDocumentFragment();t.append(...r.group),n=t}i===e?i.before(n):r.refKey?"string"==typeof i||a.after(n):i.before(n)}))),w(f,(e=>{Ze(e,t,v)})),u.forEach((e=>{t[e].forEach((t=>{t.parentNode?.removeChild(t)})),r[e].forEach((t=>{t.destroy()}))})),g||u.length>0||s){const t=X(A,(t=>t.key));let e=[],r=0;i.forEach((s=>{t[s]&&t[s].forEach((t=>{t.varIndex=r++,e.push(t)}))})),J(A,e).forEach((t=>t.destroy(o))),l.children=e}let _={};if(w(S,((e,r)=>{let s=E[r],n=t[s];_[s]=n.map((t=>new WeakRef(t)))})),l.subViewRootNodes=_,a.length>0){let t=[];w(S,((e,r)=>{let s=r,n=e;T&&(n=e[0],s=e[1]);let i=Er(y.call(o,n,s,r));t.push(...i)})),yr(t,o,l.children,void 0,c)}}return!0}function Ze(t,e,r){t.forEach((({refKey:t,newKey:s})=>{let n=e[s];if(t===qe.AFTER_BEGIN){let t=e[r[0]];L(t).before(...n)}else if(e[t]){let r=e[t],s=z(r);s?.after(...n)}}))}function Je(t,e){return Dt.set(t,e),(...e)=>[t(...e),e,t,ie.popDirectiveQ()]}function Ye(t,e,r){Dt.get(t)}!function(t){t.ATTR="attr",t.PROP="prop",t.TEXT="text",t.SLOT="slot",t.TAG="tag"}(Xe||(Xe={})),function(t){t.NONE="NONE",t.REFRESH="REFRESH",t.REMOVE="REMOVE",t.REPLACE="REPLACE",t.UPDATE="UPDATE",t.INIT="INIT"}(ze||(ze={})),function(t){t.AFTER_BEGIN="afterbegin"}(qe||(qe={}));const tr=new RegExp(`([a-z0-9"'${jt}])\\s*>\\s*<`,"img");class er{updatePointMetas;fragment;constructor(t,e,r){let[s,n]=this.parseTemplate(t);r&&a(r,n),this.updatePointMetas=[],this.fragment=function(t,e,r,s){const n=document.createElement("template");n.innerHTML=e;const i=document.createNodeIterator(n.content,NodeFilter.SHOW_ELEMENT|NodeFilter.SHOW_TEXT);let a,l,u=0,h=-1,d=-1;for(;a=i.nextNode();)if(h++,l&&!l.contains(a)&&(l=void 0,d=-1),a instanceof HTMLElement||a instanceof SVGElement){Yt(a)&&(l=a,d=h);let e={},n=x(a.attributes,(t=>({name:t.name,value:t.value})));for(let o=0;o<n.length;o++){const i=n[o];let{name:p,value:f}=i;if(p!==fr)if(hr.test(p)){let e=r[u];if(g(e)&&c(e[0])){let[,,r,n]=e;Ye(r,Xe.TAG,s.tagName);let o=new nr(u);o.isDirective=!0,o.directiveType=Xe.TAG,o.nodeSn=h,o.directiveVarChain=n,l&&(o.slotNodeSn=d),t.push(o),u++}a.removeAttribute(p)}else if(p[0]!==or)if(p!==ur)if(z(p)!==ir){if(f.includes(jt)){let e=new nr(u);if(e.attrName=p.replace(/\.|\?|@/,""),e.nodeSn=h,l&&(e.slotNodeSn=d),p[0]===ir||p[0]===ar||p[0]===lr){if(p[0]===ar)e.isToggleProp=!0,e.attrName=p.substring(1);else if(p[0]===lr){e.isRefAttr=!0;let t=p.substring(1);const[r,s]=t.split(cr);let n=r;switch(s){case"camel":n=H(n);break;case"kebab":n=v(n);break;case"snake":n=it(n)}e.attrName=n}else{let t=Et[a.tagName.toLowerCase()];yt.get(t);{let t=H(p.substring(1));e.isProp=!0,e.attrName=t}}a.removeAttribute(p)}else e.attrTmpl=f;t.push(e),u++}}else{e[p.substring(0,p.length-1)]=f,a.removeAttribute(p);let t=new nr(u);t.attrName=p.substring(0,p.length-1),t.nodeSn=h,t.isPropPerfix=!0}else{if(hr.test(f)){r[u];let e=new nr(u);e.isRef=!0,e.nodeSn=h,t.push(e),u++}a.removeAttribute(p)}else{if(hr.test(f)){let e=new nr(u);e.isEvent=!0,e.attrName=p.substring(1),e.nodeSn=h,t.push(e),r[u],u++}a.removeAttribute(p)}}}else{let e=j(a.nodeValue).split(hr);if(e.length<2)continue;w(at(e.length-1),(n=>{let i=j(e[n]);if(!o(i)){let t=document.createTextNode(i);a.parentNode.insertBefore(t,a),h++}let p=document.createTextNode("");a.parentNode.insertBefore(p,a);let f=new nr(u);f.isText=!0,f.nodeSn=h,t.push(f);let _=r[u];if(g(_)&&c(_[0])){let t=l?Xe.SLOT:Xe.TEXT;f.isDirective=!0,f.directiveType=t,l&&(f.slotNodeSn=d);let[,,e]=_;Ye(e,0,s.tagName),_=void 0}u++,h++})),h--;let n=j(z(e));if(o(n)){let t=a.previousSibling;a.parentNode.removeChild(a),a=t}else a.nodeValue=n,h++}return n.content}(this.updatePointMetas,s,n,e)}parseTemplate(t){let e="",r=d(t.vars),s=t.strings.length-1,n=t.vars.length-1,o=0;for(let i=0;i<=s;i++){const s=t.strings[i];let a=h(r,o,"");if(a instanceof rr){let[t,e]=this.parseTemplate(a);a=t,r.splice(o,1,...e),o+=e.length-1}else a=i>n?"":jt+o;o++,e=e+s+a}return e=e.replace(tr,"$1><").trim(),e=mr(e),[e,r]}}class rr{strings;vars;constructor(t,e){this.strings=d(t),this.vars=e}getKey(){let t=this.vars,e="";return w(this.strings,((r,s)=>{if(pt.test(r))return e=et(t[s]),!1})),e}getKeys(){let t=this.vars,e=[];for(let r=0;r<this.strings.length;r++){const s=this.strings[r];if(pt.test(s)){let s=et(t[r]);e.push(s)}}return D(e)&&t.forEach((t=>{if(t instanceof rr){let r=t.getKey();e.push(r)}})),e}append(t){let e=z(this.strings);return t.strings.forEach(((t,r)=>{0!=r?this.strings.push(t):this.strings[this.strings.length-1]=e+t})),this.vars=d(this.vars,t.vars),this}insert(t,e){let r=e.strings.shift();return this.strings[t]+=r,this.strings.splice(t+1,0,...e.strings),this.vars.splice(t,0,...e.vars),this}getHTML(t){let e=[],r=new er(this,t,e),[s,n]=wr(t,r.fragment,r.updatePointMetas,e);return rt(s.childNodes,((t,e)=>t+(e.nodeType==Node.TEXT_NODE?e.nodeValue:e.outerHTML??"")),"")}destroy(){this.strings=this.vars=null}}class sr{metaInfo;key;varIndex;value;node;subViewRootNodes;__destroyed=!1;children;parent;constructor(t){this.varIndex=t}static createFrom(t){let e=new sr(t.varIndex);return e.metaInfo=t,e}destroy(t){if(this.__destroyed)return;this.__destroyed=!0;let e=this.node,r=this.children;if(this.parent,this.node=this.value=this.children=this.parent=this.metaInfo=null,!e)return;let s=r;s?.forEach(((e,r)=>{e.destroy(t)})),e instanceof Ge&&e.destroy(),t&&Zt.clear(e.deref(),t),e.deref()?.remove()}insert(t){t.parent=this,this.children||(this.children=[]),this.children.push(t)}}class nr{varIndex;attrName;attrTmpl;isText=!1;isDirective=!1;directiveType;directiveVarChain;isProp=!1;isPropPerfix=!1;isToggleProp=!1;isPlaceholder=!1;isEvent=!1;isRef=!1;isKey=!1;isRefAttr=!1;isComponent=!1;isSlot=!1;nodeSn=-1;slotNodeSn=-1;constructor(t){this.varIndex=t}}const or="@",ir=".",ar="?",lr="*",cr=":",ur="ref",hr=new RegExp(`${jt}\\d+`),dr=/(<\/?)\s*([A-Z][A-Za-z0-9]*)([\s>])/gm,pr=/\s+([\.?@*])?((?:[a-zA-Z]*[A-Z][^\s<>="']+))(?=[\s=>])/gm,fr="slot-props",gr=new Map;let _r=0;function mr(t){return s(t)?t=(t=t.replace(pr,((t,e,r)=>` ${e??""}${v(r)}`))).replace(dr,((t,e,r,s)=>e+mt[r]+s)):t+""}function Er(t){let e=d(t.vars),r=t.strings.length-1;for(let s=0;s<=r;s++){let r=h(t.vars,s,"");if(r instanceof rr){let t=Er(r);e.splice(s,1,...t)}}return e}function wr(t,e,r,s){let n,o=e.cloneNode(!0),i=[],a=[],l=[],c=t._eventBindList;c||(c=t._eventBindList=[]);const u=document.createNodeIterator(o,NodeFilter.SHOW_ELEMENT|NodeFilter.SHOW_TEXT);let h={},d={};r.forEach(((t,e)=>{h[t.nodeSn]||(h[t.nodeSn]=[]),h[t.nodeSn].push(t),t.slotNodeSn>-1&&(d[t.slotNodeSn]=null)}));let p=-1,f=0;for(;n=u.nextNode();){p++,null===d[p]&&(d[p]=n);let e={};const r=h[p];r&&r.forEach((t=>{let r=s[f++],o=sr.createFrom(t);if(o.node=new WeakRef(n),o.value=r,t.isProp||t.isPropPerfix)e[t.attrName]=r;else if(t.isRef)r.__setRef(new WeakRef(n));else if(t.isEvent)c.push([t.attrName,r,n]);else if(t.isToggleProp)o.value=!!r,n.toggleAttribute(t.attrName,o.value);else if(t.isRefAttr)n.setAttribute(t.attrName,r);else if(t.isText)if(t.isDirective){let e=t.attrName,s=d[t.slotNodeSn],[i,l,,c]=r;a.push([n,e,s,i,l,c,o])}else n.textContent=r;else if(t.isDirective){let e=d[t.slotNodeSn],[s,o,,i]=r,a=t.attrName;D(i)&&A(t.directiveVarChain)>0&&(i=t.directiveVarChain),l.push([n,a,e,s,o,i,t.directiveType])}else n.setAttribute(t.attrName,t.attrTmpl.replace(hr,r));i.push(o)})),n instanceof HTMLSlotElement?t._bindSlot(n,n.name||"default",e):n instanceof HTMLElement&&Yt(n)&&(Ut.set(n,t),te(t,n,e))}return a.forEach((([e,r,s,n,o,i,a])=>{b(e,"__anchor__",_r++),ie.start();let l=n(e,o,void 0,{renderComponent:t,slotComponent:s,varChain:i,attrName:r,pointType:a.directiveType});if(ie.end(t,a),l&&l.length>1){let[,r,s,n,o]=l;vr(e,a,r,s,t,n,o)}})),l.forEach((([e,r,s,n,o,i,a])=>{n(e,o,void 0,{renderComponent:t,slotComponent:s,varChain:i,attrName:r,pointType:a})})),[o,i]}function vr(t,e,r,s,n,o,i){let a=[],l=i?{}:void 0;o=o??[0];let c=document.createDocumentFragment(),u=h(t,"__anchor__");w(o,((t,o,h,d)=>{ie.start();let f=Er(r.call(n,t,o,d));ie.end(n);let[g,_]=wr(n,s.fragment,s.updatePointMetas,f),m=p(g.childNodes).map((t=>new WeakRef(t)));if(i){let e=i.call(n,t,o,d)+"";m.forEach((t=>{let r=t.deref();b(r,"__c-"+u,e)})),l[e]=m,_.forEach((t=>{t.key=e})),a.push(..._),c.append(g)}else c=g,e.subViewRootNodes=m,_.forEach((t=>{e.insert(t)}))})),l&&(e.subViewRootNodes=l,a.forEach(((t,r)=>{t.varIndex=r,e.insert(t)}))),c.childNodes.length>0&&(n.__bindEvents(),t.parentNode.insertBefore(c,t))}function yr(t,e,r,s,n){if(!o(t)&&r)for(let o=0;o<r.length;o++){const i=r[o];let a=i.varIndex;if(a<0)continue;let c=i.metaInfo;if(c.isPlaceholder||c.isPropPerfix||c.isRef||c.isEvent||c.isRefAttr||c.isKey)continue;if(i.__destroyed)continue;let u=i.value,d=t,p=i.node.deref();if(!p)continue;let f=st(a,"-");for(let t=0;t<f.length;t++){const e=f[t];d=h(d,e),d&&d.vars&&o<f.length-1&&(d=d.vars)}if(!l(u)&&u===d)continue;let _=p;if(c.isDirective){let[t,r,o,a]=i.value;if(!g(d))continue;let l=Jt(p,e),[,c]=d;Qe(o,p,c,r,t,e,l,a,i,n)&&s?.delete(i)}else if(c.isToggleProp){if(!!d===u)continue;_.toggleAttribute(c.attrName,!!d),_ instanceof Ge&&_.updateProps({[c.attrName]:!!d})}else if(c.isProp){if(!l(d)&&d===u)continue;p instanceof Ge?p.updateProps({[c.attrName]:d}):p instanceof HTMLSlotElement&&e._updateSlot(p.getAttribute("name")||"default",c.attrName,d)}else if(c.attrName){if(!nt(u,d))switch(c.attrName){case"value":if(p instanceof HTMLInputElement){p.value=d;break}default:p.setAttribute(c.attrName,ot(c.attrTmpl,hr,d+""))}}else if(c.isText){let t=i.node,e=et(d??"");e!==t.deref().textContent&&(t.deref().textContent=e)}i.value=d}}function br(t,...e){return new rr(s(t)?[t]:t,e)}class Nr{__ref;get current(){return this.__ref?.deref()}__setRef(t){this.__ref=t}}function Sr(){return new Nr}var Tr;!function(t){t.CLASS="class",t.FIELD="field",t.METHOD="method"}(Tr||(Tr={}));class Mr{static get priority(){return 0}created(t,...e){}beforeMount(t,e,...r){}mounted(t,e,...r){}updated(t,e){}beforeDestroy(t,...e){}}class Cr{metadata;decorator;key;priority=0;constructor(t,e,r){this.metadata=e,this.decorator=new r(...t),this.priority=h(r,"priority",0)}dispose(){this.metadata=null,this.decorator=null}create(t){let e,r=this.decorator.targets,s=this.metadata[1];l(s)&&B(h(s,"configurable"))?e=Tr.METHOD:n(this.metadata[1])&&(e=Tr.FIELD),!D(r)&&e&&r.includes(e)?this.decorator.created(t,...this.metadata):Ft(`Decorator '${this.decorator.constructor.name}' is out of targets, expect '${r.join(",")}' bug got '${e}'`)}beforeMount(t,e){this.decorator.beforeMount(t,e,...this.metadata)}mounted(t,e){this.decorator.mounted(t,e,...this.metadata)}updated(t,e){this.decorator.updated(t,e)}destroy(t){this.decorator.beforeDestroy(t,...this.metadata)}}function kr(t){return(...e)=>(...r)=>{let s=r[0].constructor,n=Nt.get(s);if(!Nt.has(s)){let t=Object.getPrototypeOf(s);n=t?d(Nt.get(t)??[]):[],Nt.set(s,n)}let o=new Cr(e,r.splice(1),t);return n?.push(o),o}}function Rr(t){return(...e)=>{if(!e||e.length<1)return;let r=e[0].constructor,s=Nt.get(r);if(!Nt.has(r)){let t=Object.getPrototypeOf(r);s=t?d(Nt.get(t)??[]):[],Nt.set(r,s)}let n=new Cr([],e.splice(1),t);return s?.push(n),n}}function xr(t,e,r){return wt.has(t.constructor)||wt.set(t.constructor,{}),wt.get(t.constructor)[e]=r.get,delete t[e],Reflect.defineProperty(t,e,{get(){return ie.__collecting&&ie.__varPathList.push(e),Reflect.get(this[Bt],e)}}),Reflect.getOwnPropertyDescriptor(t,e)}const Ar=kr(class extends Mr{static get priority(){return Number.MAX_VALUE}created(t,e,...r){let s=h(t,e);b(t,e,T(s,this.wait,this.immediate)),b(t,e+"_$__",s)}beforeDestroy(t,e){b(t,e,null),b(t,e+"_$__",null)}get targets(){return[Tr.METHOD]}wait;immediate;constructor(t,e=!1){super(),this.wait=t,this.immediate=e}});function Pr(t,e){return(r,s,n)=>{if(!_t.has(r.constructor)){let t=[],e=r.constructor;for(;(e=zt(e))!==Ge;)t=d(t,_t.get(e)??[]);_t.set(r.constructor,t)}_t.get(r.constructor)?.push({name:t,targetFn:e,fnName:s})}}const Ir=kr(class extends Mr{static get priority(){return Number.MAX_VALUE}created(t,e,r,...s){let n=lt(h(t,r),t);b(t,r,C(n)),b(t,r+"_$__",n)}beforeDestroy(t,e){b(t,e,null),b(t,e+"_$__",null)}get targets(){return[Tr.METHOD]}});var Lr;!function(t){t.ONCE="once"}(Lr||(Lr={}));const Or=new WeakMap;class Dr extends Mr{static get priority(){return Number.MAX_VALUE}get targets(){return[Tr.FIELD]}selector;cache;constructor(t,e){super(),this.selector=t,this.cache=e}static getKey(t){return t}getter(t){let e=t?.shadowRoot?.querySelector(this.selector),r=Or.get(t);r||(r=new Map,Or.set(t,r)),r.set(this.selector,e)}mounted(t,e,r,...s){const n=this;let o=new WeakRef(t);Reflect.defineProperty(t,r,{configurable:!0,get(){let t=o.deref();return Or.has(t)&&Or.get(t)?.has(n.selector)&&n.cache===Lr.ONCE||n.getter(t),Or.get(t)?.get(n.selector)}})}beforeDestroy(t,e){Or.get(t)?.clear(),Or.delete(t)}updated(t,e){this.cache!==Lr.ONCE&&this.getter(t)}}const Vr=kr(Dr),Wr=kr(class extends Dr{getter(t){let e=t.shadowRoot?.querySelectorAll(this.selector),r=Or.get(t);r||(r=new Map,Or.set(t,r)),r.set(this.selector,e)}});function Hr(t){if(1===arguments.length)return(e,r)=>{Ur(e,r,t)};Ur(arguments[0],arguments[1],{prop:""})}function Ur(t,e,r){if(!vt.has(t.constructor)){const e={};let r=t.constructor;for(;(r=zt(r))!==Ge;)m(e,vt.get(r)??{});vt.set(t.constructor,e)}if(r.shallow=r.shallow||!1,b(vt.get(t.constructor),e,r),r.hasChanged){let s=It.get(t.constructor);s||(s=new Map,It.set(t.constructor,s)),s.set(e,r.hasChanged)}if(r.shallow){let r=At.get(t.constructor);r||(r=new Set,At.set(t.constructor,r)),r.add(e)}Reflect.defineProperty(t.constructor.prototype,e,{get(){return ee(e,this)},set(t){re(e,t,this)}})}function Br(t,e,r){Ur(t.prototype,e,r||{prop:""})}function jr(t){return e=>{e&&(mt[e.name]=t,Et[t]=e)}}const Fr=kr(class extends Mr{static get priority(){return Number.MAX_VALUE}created(t,e,...r){let s=h(t,e);b(t,e,M(s,this.wait)),b(t,e+"_$__",s)}beforeDestroy(t,e){b(t,e,null),b(t,e+"_$__",null)}get targets(){return[Tr.METHOD]}wait;constructor(t){super(),this.wait=t}});function Kr(t,e){return(r,s)=>{let n=Rt.get(r.constructor),o=kt.get(r.constructor),i=Tt.get(r.constructor),l=Mt.get(r.constructor),c=Ct.get(r.constructor),u=xt.get(r.constructor);if(!c){c=[],Ct.set(r.constructor,c),l=[],Mt.set(r.constructor,l),i=new Map,Tt.set(r.constructor,i),n={},Rt.set(r.constructor,n),o={},kt.set(r.constructor,o),u={},xt.set(r.constructor,u);let t=zt(r.constructor);for(;t;)Ct.has(t)&&(c.push(...Ct.get(t)),l.push(...Mt.get(t)),Tt.get(t)?.forEach(((t,e)=>{i.set(e,t)})),a(n,Rt.get(t)),a(o,kt.get(t)),a(u,xt.get(t))),t=zt(t)}(g(t)?t:[t]).forEach((t=>{let a=r[s];h(e,"once",!1)&&i.set(t,!1);let d=h(e,"deep",!1);if(c.push(t),d?(n[t]=n[t]??new Set,n[t].add(a),l.push(t)):(o[t]=o[t]??new Set,o[t].add(a)),h(e,"immediate",!1)){let e=u[t];e||(e=u[t]=new Set),e.add(a)}}))}}const $r=["key"],Gr=Je((function(t){return(t,[e],r,{renderComponent:s})=>{let n=t;if(r)w(e,((t,e)=>{n.setAttribute(e,t)}));else if(Yt(n)){let t={},r=yt.get(n.constructor);w(e,((e,s)=>{if($r.includes(s))return;let o=H(s);(r?r[o]:void 0)?t[s]=e:n.setAttribute(s,e+"")})),te(s,n,t)}else w(e,((t,e)=>{n.setAttribute(e,t)}))}}),[Xe.TAG]),Xr=new WeakMap,zr=Je((function(t){return(t,[e],r,{renderComponent:n})=>{let o=[];if(g(e)?o=Q(e):l(e)?o=P(e,((t,e)=>t?e:[])):s(e)&&(o=e.split(" ")),o.length<1&&!r)return;let i=t;if(Xr.get(i)&&Xr.get(i).length===o.length&&ct(Xr.get(i),o))return;let a=Xr.get(i);w(a,(t=>{i.classList.remove(t)})),w(o,(t=>{i.classList.add(t)})),a=d(o),Xr.set(i,a)}}),[Xe.TAG]),qr=new WeakMap,Qr=new WeakMap,Zr=Je((function(t,e,r){return(t,s,o,{renderComponent:i,varChain:a,updatedMap:l})=>{let c=s[0];if(h(o,0),D(c)&&n(o))return[ze.INIT];let u=0,d=Q(x(c,((t,r)=>e.call(i,t,r,u++)+"")));if(d.length!=new Set(d).size)return void Ft(`forEach - duplicate key in '${d}'`);let p,f=qr.get(t);if(qr.set(t,d),o){if(D(d))return[ze.REMOVE];if(A(d)===A(f)&&nt(d,f))return[ze.REFRESH,Jr(c,r,i)]}let g=s[2];if(Qr.has(t))p=Qr.get(t);else{let e=G(c)[0],r=c[e],s=g.call(i,r,e,0);p=new er(s,i),Qr.set(t,p)}return o?[ze.UPDATE,p,d,f,g,c]:[ze.INIT,r,p,c,e]}}),[Xe.TEXT,Xe.SLOT]);function Jr(t,e,r){let s=[];return w(t,((t,n)=>{let o=Er(e.call(r,t,n));s.push(...o)})),s}let Yr=document.createElement("template"),ts=new WeakMap;const es=Je((function(t){return(t,e,r,{renderComponent:s})=>{if(!(r&&e[0]==r[0]||W(e[0])))if(ut(t))t.innerHTML=mr(e[0]);else{let s=ts.get(t);s||(s=document.createTextNode(""),t.parentNode?.insertBefore(s,t),ts.set(t,s)),Yr.innerHTML=mr(e[0]),o(r)||Zt.remove(s,t),t.before(Yr.content.cloneNode(!0))}}}),[Xe.TAG,Xe.TEXT,Xe.SLOT]),rs=new WeakMap,ss=new WeakMap,ns=new WeakMap,os=Je((function(t,e,r){return(t,[e,r,s],n,{renderComponent:o})=>{let i;if(n){if(!!e==!!n[0]){let e=rs.get(t);return[ze.REFRESH,e]}let a=e?r:s;return e?(i=ss.get(t),i||(i=new er(a.call(o,e),o),ss.set(t,i))):(i=ns.get(t),i||(i=new er(a.call(o,e),o),ns.set(t,i))),[ze.REPLACE,a,i]}let a=e?r:s;return e?(i=ss.get(t),i||(i=new er(a.call(o,e),o),ss.set(t,i))):(i=ns.get(t),i||(i=new er(a.call(o,e),o),ns.set(t,i))),rs.set(t,a),[ze.INIT,a,i]}}),[Xe.TEXT,Xe.SLOT]),is=new WeakMap,as=Je((function(t,e){return(t,[e,r],s,{renderComponent:n})=>{let o=is.get(t);return e&&!is.has(t)&&(o=new er(r.call(n),n),is.set(t,o)),s?s[0]?e?[ze.REFRESH,r]:[ze.REMOVE]:e?[ze.REPLACE,r,o]:[ze.NONE]:[ze.INIT,...e?[r,o]:[]]}}),[Xe.TEXT,Xe.SLOT]);var ls;!function(t){t.CHANGE="change",t.INPUT="input"}(ls||(ls={}));const cs=Je((function(t,r="value",n){return(t,[r,n,o],i,{varChain:a,renderComponent:c})=>{n=n??"value";const u=t;if(i){const t=i[0],e=r;if(!l(e)&&Object.is(e,t))return;if(u instanceof Ge)u.updateProps({[n]:e});else if(u instanceof HTMLTextAreaElement||u instanceof HTMLSelectElement){if(u.setAttribute(n,e+""),u instanceof HTMLSelectElement){let t=S(u.querySelectorAll("option"),(t=>t.value==e));t&&(t.selected=!0)}}else if(u instanceof HTMLInputElement){if(u.value==e)return;switch(u.type){case"checkbox":case"radio":e?u.setAttribute("checked",""):u.removeAttribute("checked");break;case"text":case"email":case"number":case"password":case"search":case"tel":case"url":u.setAttribute(n,e+""),b(u,n,e);break;default:u.setAttribute(n,e+"")}}return}let d;d=s(o)?e(o)[0]:z(a);const p=st(d,".")[0];let f=ae.get(c),g="";f&&(g=f[p]),p in c||!g||g in c||Ft(`model - property '${p}' is not defined on the instance of `+c.tagName);let _=c._eventBindList;if(l(r)||j(r)||(r=""),Et[u.tagName.toLowerCase()]){te(c,u,{[n]:r}),We(u,c,"update:"+n,(function(t){let e=this,r=e._wrapperProp[p];!(p in e)&&r&&h(e.wrapperComponent,p)===h(e,r)&&(e=e.wrapperComponent||e),b(e,d,t.value)}))}else if(u instanceof HTMLTextAreaElement){u.setAttribute(n,r+"");let t="input";_.push([t,function(t){let e=t.target;b(this,d,e.value)},u])}else if(u instanceof HTMLInputElement){let t="",e="";switch(u.type){case"checkbox":case"radio":t="checked",e="change";break;default:t="value",e="input"}u.setAttribute(n??t,r+""),_.push([e,function(t){let e=t.target;b(this,d,e.value)},u])}else u instanceof HTMLSelectElement&&(u.setAttribute(n,r+""),_.push(["change",function(t){let e=t.target,r=this,s=r._wrapperProp[p];!(p in r)&&s&&h(r.wrapperComponent,p)===h(r,s)&&(r=r.wrapperComponent||r),b(r,d,e.value)},u]))}}),[Xe.TAG]),us=new WeakMap,hs=Je((function(t,e){return(t,[e,r],s)=>{if(s&&e===s[0])return;let n=t;if(!us.has(n)){let t=n.style.display;us.set(n,"none"==t?"unset":t)}n.style.display=e?us.get(n):"none",r&&r(n,e)}}),[Xe.TAG]),ds=Je((function(t,e){return(t,[e,r],s,{renderComponent:n,slotComponent:o})=>{if(s)return;e=e.bind(n);let i=Ht.get(o);i||(i={},Ht.set(o,i)),i[r||"default"]=e}}),[Xe.SLOT]);class ps{static getCssText(t,e=!1){return s(t)?t:ht(x(t,((t,r)=>r.startsWith("--")?r+":"+t+(e?" !important":""):v(r)+":"+t+(e?" !important":""))),";")+";"}static setStyle(t,e){if(s(t)&&!j(t))return;let r=ps.getCssText(t);e.style.cssText=r}}const fs=Je((function(...t){return(t,e,r,{renderComponent:s})=>{let n=t,o=rt(e,((t,e)=>t+ps.getCssText(e)),""),i=Q(o.split(";").map((t=>t.split(":")[0]))),a=Q(n.style.cssText.split(";")),l=q(a,(t=>i.some((e=>t.trim().startsWith(e)))));n.style.cssText=o+l.join(";")}}),[Xe.TAG]),gs=new WeakMap,_s=new WeakMap,ms=Je((function(t,e){return(t,[e,r],s,{renderComponent:n})=>{let o=()=>br``,i=[],a=[];w(r,((t,e)=>{if(c(t))i.push(e),a.push(t);else{let e=t[0],r=t[1];i.push(e),a.push(r)}"default"===e&&(o=t)}));let l=tt(i,(t=>c(t)?t(e):t==e)),u=gs.get(t);gs.set(t,l);let h=_s.get(t);if(h||(h=[],_s.set(t,h)),!h[l]){let t=new er((a[l]??o).call(n),n);h[l]=t}return s?u==l?[ze.REFRESH,a[l]??o]:[ze.REPLACE,a[l]??o,h[l]]:[ze.INIT,a[l]??o,h[l]]}}),[Xe.TEXT,Xe.SLOT]);function Es(){w(Et,((t,e)=>{customElements.define(e,t)}))}export{Ge as CompElem,ps as CssHelper,Mr as Decorator,Tr as DecoratorType,Cr as DecoratorWrapper,ze as DirectiveUpdateTag,Zt as DomUtil,Xe as EnterPointType,ls as ModelTriggerType,Lr as QueryCache,rr as Template,ve as _getObservedAttrs,zt as _getSuper,Xt as _toUpdatePath,te as addUninitializedSubComponentProp,Gr as bind,zr as classes,xr as computed,Sr as createRef,Ar as debounced,kr as decorator,Rr as decoratorWithNoArgs,Je as directive,Ye as directiveScopeChecker,Pr as event,Zr as forEach,Qt as getBooleanValue,Jt as getSlotComponent,br as h,es as html,os as ifElse,as as ifTrue,qt as isBooleanProp,Yt as isCompElemNode,Br as makeState,cs as model,Ir as onced,me as prop,Vr as query,Wr as queryAll,Es as regComponents,hs as show,Ft as showError,Kt as showTagError,Gt as showTagWarn,$t as showWarn,ds as slot,Hr as state,fs as styles,jr as tag,Fr as throttled,Qe as updateDirective,Kr as watch,ms as when};
7
+ import t,{toPath as e,some as s,isString as r,isUndefined as n,isBlank as o,closest as i,assign as a,isObject as l,isFunction as c,isSymbol as u,isArray as h,concat as d,startsWith as p,get as f,toArray as g,defaults as _,merge as m,clone as E,each as w,kebabCase as v,has as y,set as b,includes as S,find as N,debounce as T,throttle as M,once as C,noop as k,remove as R,map as x,size as A,flatMap as P,test as I,first as L,walkTree as O,isEmpty as D,filter as V,isNil as W,camelCase as H,isNull as U,isDefined as B,trim as F,isBoolean as K,parseJSON as j,cloneDeep as $,keys as G,groupBy as X,last as z,reject as q,compact as Q,intersect as Z,except as J,initial as Y,findIndex as tt,toString as et,reduce as st,split as rt,isEqual as nt,replace as ot,snakeCase as it,range as at,bind as lt,isMatch as ct,isElement as ut,join as ht}from"myfx";const dt="default",pt=/\s+\.?key\s*=/;var ft,gt;!function(t){t[t.RENDER=1]="RENDER",t[t.COMPUTED=2]="COMPUTED",t[t.DIRECTIVE=3]="DIRECTIVE"}(ft||(ft={})),function(t){t.Prod="prod",t.Dev="dev"}(gt||(gt={}));const _t=new Map,mt={},Et={},wt=new WeakMap,vt=new WeakMap,yt=new WeakMap,bt=new WeakMap,St=new Map,Nt=new Map,Tt=new WeakMap,Mt=new WeakMap,Ct=new WeakMap,kt=new WeakMap,Rt=new WeakMap,xt=new WeakMap,At=new WeakMap,Pt=new WeakMap,It=new WeakMap,Lt=new WeakMap,Ot=new WeakMap,Dt=new Map,Vt=new WeakMap,Wt=new WeakMap,Ht=new WeakMap,Ut=new WeakMap,Bt="__data_",Ft="⟬Ċ⟭";function Kt(t){console.error("[CompElem]",t)}function jt(t,e){console.error(`[CompElem <${t}>]`,e)}function $t(...t){console.warn("[CompElem]",...t)}function Gt(t,e){console.warn(`[CompElem <${t}>]`,e)}function Xt(t){return e(t).join("-")}function zt(t){return Object.getPrototypeOf(t)}function qt(t){return t===Boolean||s(t,(t=>t===Boolean))}function Qt(t){let e=t;return r(t)&&/(?:^true$)|(?:^false$)/.test(e)?e="true"===e:(n(e)||o(e))&&(e=!0),e}const Zt={getNodes(t,e){let s=t.nextSibling;if(!e)return[s];let r=[];for(;s&&s!==e;)r.push(s),s=s?.nextSibling;return r},insertBefore:function(t,e){if(!t.parentNode)return;let s=document.createDocumentFragment();s.append(...e),t.parentNode.insertBefore(s,t)},remove:function(t,e){if(t===e)return void t?.parentNode?.removeChild(t);let s=t.nextSibling;for(;s&&s!==e;)s?.parentNode?.removeChild(s),s=t.nextSibling},clear(t,e){if(!t)return;let s,r=document.createNodeIterator(t,NodeFilter.SHOW_COMMENT);for(r=document.createNodeIterator(t,NodeFilter.SHOW_COMMENT|NodeFilter.SHOW_ELEMENT);s=r.nextNode();)t!==s&&(s instanceof Comment||s instanceof Fe&&s.destroy())}};function Jt(t,e){let s=i(t,(t=>t.host&&t.host instanceof Fe),"parentNode");if(!s||s.host!==e)return s?s.host:void 0}function Yt(t){return!!Et[t.tagName.toLowerCase()]}function te(t,e,s){let r=Wt.get(t);r||(r=new Map,Wt.set(t,r));let n=r.get(e)??{};r.set(e,a(n,s))}function ee(t,e){let s=e,r=Reflect.get(s[Bt],t);if(re.__collecting&&re.__varPathList.push(t),ie.has(r)||ae.get(r)){let n=le.get(r);n||(n=new Set,le.set(r,n));let o=ne.get(e);o||(o={},ne.set(e,o));let i=ie.get(r)??r;if(ae.get(i)!==e){let e=oe.get(i);e&&(o[e[0]]=t)}return n.add(s.__thisRef),i}if(l(r)&&!c(r)&&!(r instanceof Node)&&!Object.isFrozen(r)){let e=At.get(s.constructor),n=e?.has(t);n||(e=Pt.get(s.constructor),n=e?.has(t)),r=n||"slots"===t?r:ce(r,s,t)}return r}function se(t,e,s){let r=s;if(!r.__inited)return void Reflect.set(r[Bt],t,e);let n=r[Bt][t],o=It.get(r.constructor),i=o?.get(t),a=ie.get(n);if(i){if(!i.call(r,e,n,[t],e,n))return!0}else{if(Object.is(n,e))return!0;if(l(e)&&a===e)return!0}Reflect.set(r[Bt],t,e),ue(s,e,n,[t])}const re={popDirectiveQ(){return this.__varPathList.reduceRight(((t,e)=>(t.includes(e)||t.unshift(e),t)),[])},start(){this.__collecting=!0,this.__varPathList=[]},end(t,e){t&&e&&t._regSubViewDeps(re.popVarPathList(),e),this.__collecting=!1},popVarPathList(){let t=Array.from(new Set(this.__varPathList));return this.__varPathList=[],t},__varPathList:[],__collecting:!1},ne=new WeakMap,oe=new WeakMap,ie=new WeakMap,ae=new WeakMap,le=new WeakMap;function ce(t,e,r){if(ie.has(t))return ie.get(t);if(ae.has(t)){if(r){let r=le.get(t);r||(r=new Set,le.set(t,r)),s(r.values(),(t=>t.deref()===e))||r.add(new WeakRef(e))}return t}const n=new Proxy(t,{get(t,s,r){if(!s)return;const n=Reflect.get(t,s,r);if(u(s))return n;if(c(n))return n;if("length"===s&&h(t))return n;if("__"===s.substring(0,2))return n;if(re.__collecting){let t=oe.has(r)?d(oe.get(r)):[];t.push(s);let e=t.join(".");re.__varPathList.push(e)}if(ie.has(n))return ie.get(n);let o=n;if(l(n)&&!c(n)&&!(n instanceof Node)&&!Object.isFrozen(n)){let t=oe.has(r)?d(oe.get(r)):[];o=ce(n,e),t.push(s),oe.set(o,t),ie.set(n,o)}return o},set(t,s,r,n){if(!s)return!1;let o=t[s],i=oe.get(n)??[],a=d(i,[s]),l=It.get(e.constructor),c=l?.get(a[0]),u=a.length>1,h=r,p=o;if(u&&(p=h=e._getPrivateData()[a[0]]),c){if(!c.call(e,h,p,a,r,o))return!0}else if(Object.is(o,r))return!0;let f=r,g=Reflect.set(t,s,f);ue(e,f,o,a);let _=le.get(n);return _?.forEach((t=>{let e=t.deref();if(!e)return;let s=(ne.get(e)??{})[a[0]],r=a.join(".");r=r.replace(a[0],s),ue(e,f,o,r.split("."),h,p)})),g}});return oe.has(n)||oe.set(n,r?[r]:[]),ie.set(t,n),r&&ae.set(n,e),n}function ue(t,e,s,r,n,o){n=n??e,o=o??s,r.length>1&&(o=n=t._getPrivateData()[r[0]]);let i=r.join(".");!function(t,e,s,r,n,o){let i=zt(t.constructor),a=Ct.get(t.constructor)??Ct.get(i),l=Mt.get(t.constructor)??Mt.get(i),c=Rt.get(t.constructor)??Rt.get(i),u=kt.get(t.constructor)??kt.get(i),h=Tt.get(t.constructor)??Tt.get(i);a?.forEach((i=>{(r===i||p(i,r+".")&&!Object.is(f(t._getPrivateData(),i),f(e,i))||p(r,i+".")&&l?.includes(i)&&!Object.is(f(t._getPrivateData(),i),f(e,i)))&&d(g(u[i]),g(c[i])).forEach((a=>{a&&!0!==h.get(i)&&(t._watchUpdateArgsInNextTick?.set(a,{newValue:e,oldValue:s,chain:r.split("."),rootObjNew:n,rootObjOld:o,fullMatch:i===r}),t._watchUpdateSetInNextTick?.add(a),h.has(i)&&h.set(i,!0))}))}))}(t,e,s,i,n,o),function(t,e){let s=Lt.get(t.constructor);s?.has(e)&&s.get(e)?.forEach((e=>{t._computedUpdateSetInNextTick.add(e)}))}(t,i),function(t,e){let s=Ot.get(t.constructor);if(!s)return;let r=e.split("."),n="";r.forEach((e=>{n=n?n+"."+e:e,s.has(n)&&(t._cssUpdateInNextTick=!0)}))}(t,i),function(t,e,s,r){t._notify(e,s,r)}(t,n,o,r)}const he=new Map;class de{static nextSet=new Set;static nextPending=!1;static next;static flush(){de.nextPending=!1;let t=Array.from(de.nextSet);de.nextSet.clear(),he.clear(),t.forEach((t=>t())),t=null}static pushNext(t){de.nextSet.add(t),de.nextPending||(de.nextPending=!0,de.next())}}function pe(t){if(1===arguments.length)return(e,s,r)=>{t.required=t.required||!1,t.attribute=!1!==t.attribute,fe(e,s,t)};let e=arguments[0],s=arguments[1],r=arguments[2];t={type:void 0,required:!1,attribute:!0},r&&"function"==typeof r.type&&(t=_(r,t),r=void 0),t.shallow=t.shallow||!1,fe(e,s,t)}function fe(t,e,s,r){let n;if(!yt.has(t.constructor)){const e={};let s=t.constructor;for(;(s=zt(s))!==Fe;)m(e,E(yt.get(s)??{}));n=new Set,w(e,((t,e)=>{if(t.attribute){let t=v(e);n?.add(t)}})),Nt.set(t.constructor,n),yt.set(t.constructor,e)}if(s.attribute){n||(n=Nt.get(t.constructor));let s=v(e);n?.add(s)}if(s.model){let s=bt.get(t.constructor);s||(s=[],bt.set(t.constructor,s)),s.includes(e)||s.push(e)}if(y(t.constructor,"observedAttributes")||(t.constructor.observedAttributes=[]),n&&(t.constructor.observedAttributes=g(n)),b(yt.get(t.constructor),e,s),s.hasChanged){let r=It.get(t.constructor);r||(r=new Map,It.set(t.constructor,r)),r.set(e,s.hasChanged)}if(s.shallow){let s=Pt.get(t.constructor);s||(s=new Set,Pt.set(t.constructor,s)),s.add(e)}Reflect.defineProperty(t,e,{get(){return ee(e,this)},set(s){bt.get(t.constructor)?.includes(e)&&function(t,e,s){s.emit("update:"+t,{value:e})}(e,s,this)}})}(()=>{const t=Promise.resolve(),e=de.flush;de.next=()=>{t.then(e)}})();const ge=new Set;function _e(t){return Nt.get(t)??ge}const me=["resize","outside","mutate"],Ee=new WeakMap,we=[],ve=[],ye=[],be=new WeakSet,Se=new ResizeObserver((t=>{for(const e of t){const t=Array.isArray(e.contentBoxSize)?e.contentBoxSize[0]:e.contentBoxSize,s=Array.isArray(e.borderBoxSize)?e.borderBoxSize[0]:e.borderBoxSize;if(!be.has(e.target)){be.add(e.target);continue}let r=Ee.get(e.target);r&&r({target:e.target,contentBoxSize:t,borderBoxSize:s,type:"resize"})}}));var Ne;!function(t){t.Child="child",t.Tree="tree",t.Attr="attr",t.Char="char"}(Ne||(Ne={}));const Te=new WeakMap,Me=new MutationObserver((t=>{for(let e=0;e<t.length;e++){const s=t[e];let r=Te.get(s.target);if(!r)return;let n={target:s.target},o=null;switch(s.type){case"subtree":n.type=Ne.Tree,o=r[Ne.Tree];break;case"childList":n.type=Ne.Child,n.addedNodes=s.addedNodes,n.removedNodes=s.removedNodes,o=r[Ne.Child];break;case"attributes":n.type=Ne.Attr,n.attributeName=s.attributeName,n.oldValue=s.oldValue,o=r[Ne.Attr];break;case"characterData":n.type=Ne.Char,n.oldValue=s.oldValue,o=r[Ne.Char]}o&&(n.type="mutate",o(n))}}));function Ce(e,s,r,n,o){if("resize"===e)return function(t,e){if(Ee.has(t))return;Ee.set(t,e),Se.observe(t);let s=Se;return(e=!1)=>{s.unobserve(t),Ee.delete(t),e&&(s=t=null)}}(s,r);if("outside"===e)switch(n[0]){case"mousedown":return function(e,s){return we.push([e,s]),(r=!1)=>{t.remove(we,(t=>t[0]===e&&t[1]===s))}}(s,r);case"dblclick":return function(e,s){return ye.push([e,s]),(r=!1)=>{t.remove(ye,(t=>t[0]===e&&t[1]===s))}}(s,r);default:return function(e,s){return ve.push([e,s]),(r=!1)=>{t.remove(ve,(t=>t[0]===e&&t[1]===s))}}(s,r)}else if("mutate"===e)return function(t,e,s){let r=S(s,"child"),n=S(s,"attr"),o=S(s,"char"),i=S(s,"tree"),a=Te.get(t);if(!a)return a={},Te.set(t,a),r&&(a[Ne.Child]=e),n&&(a[Ne.Attr]=e),o&&(a[Ne.Char]=e),i&&(a[Ne.Tree]=e),Me.observe(t,{childList:r,attributes:n,characterData:o,subtree:i}),(e=!1)=>{Te.delete(t),e&&(t=null)}}(s,r,n)}document.addEventListener("mousedown",(t=>{let e=f(t.composedPath(),0,t.target);we.forEach((([s,r])=>{s.contains(e)||s.contains(i(e,(t=>t instanceof ShadowRoot),"parentNode")?.host)||r({type:"outside",target:s,modifier:"mousedown",event:t})}))}),!1),document.addEventListener("click",(t=>{let e=f(t.composedPath(),0,t.target);ve.forEach((([s,r])=>{s.contains(e)||s.contains(i(e,(t=>t instanceof ShadowRoot),"parentNode")?.host)||r({type:"outside",target:s,modifier:"click",event:t})}))}),!1),document.addEventListener("dblclick",(t=>{let e=f(t.composedPath(),0,t.target);ye.forEach((([s,r])=>{s.contains(e)||s.contains(i(e,(t=>t instanceof ShadowRoot),"parentNode")?.host)||r({type:"outside",target:s,modifier:"dblclick",event:t})}))}),!1);const ke=/,|^(debounce:.+)|(debounce$)/,Re=/,|^(throttle:.+)|(throttle$)/,xe="native",Ae={esc:"escape"},Pe=()=>{};function Ie(t,e,s,r){let n,o=t.split("."),i=o.shift(),a=o.includes("once"),l=e??Pe;if(n=N(o,(t=>ke.test(t)))){let t=n.split(":");l=T(l,parseInt(t[1])||100)}if(n=N(o,(t=>Re.test(t)))){let t=n.split(":");l=M(l,parseInt(t[1])||100)}if(a&&(l=C(l)),Et[s.tagName.toLowerCase()]&&(s!==r||o.includes(xe)||o.push(xe),!o.includes(xe)))return Le(s,r,i,l),k;if(function(t){return me.includes(t)}(i))return Ce(i,s,l,o);let c=t=>{if(o.includes("prevent")&&t.preventDefault(),o.includes("stop")&&t.stopPropagation(),!o.includes("self")||t.target===t.currentTarget){if(t instanceof MouseEvent){if(o.includes("left")&&0!=t.button)return;if(o.includes("right")&&2!=t.button)return;if(o.includes("middle")&&1!=t.button)return}else if(t instanceof KeyboardEvent){if(R(o,(t=>"ctrl"==t))[0]&&!t.ctrlKey)return;if(R(o,(t=>"alt"==t))[0]&&!t.altKey)return;if(R(o,(t=>"shift"==t))[0]&&!t.shiftKey)return;if(R(o,(t=>"meta"==t))[0]&&!t.metaKey)return;let e=x(o,(t=>Ae[t]||t));if(A(e)>0&&!e.includes(t.key.toLowerCase()))return}l(t)}},u={capture:o.includes("capture")||!1,passive:o.includes("passive")||!1};return s.addEventListener(i,c,u),(t=!1)=>{s.removeEventListener(i,c,u),t&&(s=null)}}function Le(t,e,s,r){let n=f(t,"__c_emit_event_")??e._subComponentEventSn++;b(t,"__c_emit_event_",n);let o=e._subComponentEventMap.get(n);o||(o={},e._subComponentEventMap.set(n,o)),o[s]=r}const Oe={boolean:Boolean,string:String,number:Number,object:Object,array:Array,function:Function,undefined:Object},De=new WeakMap;let Ve=[],We=0;const He=new WeakMap,Ue={},Be="slots";class Fe extends HTMLElement{static __l_globalRule=document.createElement("style");static defaults(t){Ve=P(t.css,(t=>{if(r(t)){let e=new CSSStyleSheet;return e.replaceSync(t),e}return t instanceof CSSStyleSheet?t:[]})),t.global,w(t,((t,e)=>{I(e[0],/[A-Z]/)}))}#t;#e={};__data_={};#s={};#r;__updateTree;_eventBindList;__docoEventMap;__updateSubViewDeps;_cssUpdateInNextTick=!1;_cssVarOldValueMap;__cssSheets;_watchUpdateSetInNextTick;_watchUpdateArgsInNextTick;_computedUpdateSetInNextTick;_subComponentEventSn=0;_subComponentEventMap=new Map;get[Symbol.toStringTag](){return this.constructor.name}get cid(){return this.#t}get attrs(){return this.#n}get props(){return this.#o}get renderRoot(){return this.#i?.deref()}get renderRoots(){return this.#a.flatMap((t=>t.deref()??[]))}get parentComponent(){return this.#l?.deref()}get wrapperComponent(){return this.#c?.deref()}get slots(){return Ue}get slotHooks(){return this.#u}get cssSheets(){return De.get(this.constructor)}get globalCssSheet(){return Fe.__l_globalRule.sheet}get isMounted(){return this.#h}#n;#o;#i;#a;#l;#c;#d={};#u={};#p={};#h=!1;#f=!1;#g;static get css(){return[]}static get globalCss(){}static get hostCss(){}get cssVars(){return{}}__inited=!1;#_=!1;#m;__thisRef;constructor(...t){super(),this.#t=We++,this.__updateTree=[],this.__thisRef=new WeakRef(this),this.#m=this.#E.bind(this),1===A(t)&&(this.#o={},a(this.#o,L(t))),Reflect.getOwnPropertyDescriptor(this.constructor.prototype,"slots")||Reflect.defineProperty(this.constructor.prototype,"slots",{get(){return ee("slots",this)},set(t){se("slots",t,this)}});let e=St.get(this.constructor)??St.get(zt(this.constructor));e&&e.sort(((t,e)=>e.priority-t.priority)).forEach((t=>t.create(this))),this.#w=this.#v.bind(this)}insertStyleSheet(t){if(!this.#r)return null;let e;if(r(t)){e=new CSSStyleSheet;try{e.replaceSync(t)}catch(t){}}else{if(this.#r.adoptedStyleSheets.includes(t))return t;e=t}return this.#r.adoptedStyleSheets=[...this.#r.adoptedStyleSheets,e],e}get rootComponent(){let t=this;for(;t.parentComponent;)t=t.parentComponent;return t}#w;connectedCallback(){let t=i(this.parentNode,(t=>t instanceof Fe||t.host instanceof Fe),"parentNode");this.#l=t?t instanceof Fe?new WeakRef(t):new WeakRef(t.host):void 0;let e=Ut.get(this);e&&(this.#c=new WeakRef(e),Ut.delete(this)),Fe.__l_globalRule.parentNode||document.head.appendChild(Fe.__l_globalRule);let s=f(this.constructor,"hostCss"),n=f(this.constructor,"hostCssSheet");if(s){n||(r(s)?(n=new CSSStyleSheet,n.replaceSync(s)):n=s,b(this.constructor,"hostCssSheet",n));let t=this.#c?.deref()?.shadowRoot??this.#l?.deref()?.shadowRoot??this.ownerDocument;this.#c&&!this.#c.deref()?.shadowRoot?.contains(this)&&(t=i(this,(t=>t instanceof HTMLDocument||t instanceof ShadowRoot),"parentNode")),t&&n&&!t.adoptedStyleSheets.includes(n)&&(t.adoptedStyleSheets=[...t.adoptedStyleSheets,n])}this.setup(),this.__bindEvents()}disconnectedCallback(){this.__unbindEvents()}__bindEvents(){let t=this._eventBindList;w(t,(t=>{let[e,s,r,n]=t;if(n)return;if(!r)return;let o=Ie(e,s&&f(globalThis,s.name)!==s?s.bind(this):s,r,this);t[3]=o}));let e=_t.get(this.constructor);A(e)>0&&(this.__docoEventMap||(this.__docoEventMap=new Map),w(e,(({name:t,targetFn:e,fnName:s})=>{if(this.__docoEventMap.has(t+"@"+s))return;let r=e?e(this):this,n=f(this,s),o=Ie(t,n&&f(globalThis,n.name)!==n?n.bind(this):n,r,this);this.__docoEventMap.set(t+"@"+s,o)})))}__unbindEvents(){w(this._eventBindList,(t=>{let[,,,e]=t;e&&e(),t[3]=null}));let t=[];w(this.__docoEventMap,((e,s)=>{e&&e(),t.push(s)})),t.forEach((t=>this.__docoEventMap.delete(t)))}beforeDestroyed(){}destroyed(){}get isDestroyed(){return this.#y}#y=!1;destroy(){if(this.#y)return;this.#y=!0;let t=St.get(this.constructor)??St.get(zt(this.constructor));if(t&&t.sort(((t,e)=>e.priority-t.priority)).forEach((t=>{t.destroy(this)})),this.beforeDestroyed(),this.__unbindEvents(),this.__docoEventMap?.clear(),this.__docoEventMap=this._eventBindList=null,Vt.get(this)?.clear(),Vt.delete(this),this._watchUpdateArgsInNextTick?.clear(),this._watchUpdateSetInNextTick?.clear(),this._computedUpdateSetInNextTick?.clear(),this._computedUpdateSetInNextTick=null,this.__cssSheets=null,this.__updateSubViewDeps?.clear(),this.#l){let t=this.#l.deref();t&&O(t.__updateTree,(e=>{e.__destroyed||e.node?.deref()===this&&(e.destroy(t),R(e.parent?e.parent.children:t.__updateTree,(t=>t===e)))}))}w(this.__updateTree,(t=>t?.destroy(this))),w(this.#d,(t=>{He.delete(t),t.remove()})),w(this.#p,(t=>{w(t,(t=>t.remove()))})),w(this.__data_.slots,((t,e)=>{w(t,(t=>t.remove()))})),this.#b.clear(),this.#p=this.#d=this.#b=this.#e=this.__data_.slots=null,this.remove(),this.#S=this.#i=this.#a=this.#r=this.#s=this.#n=this.#o=this.#i=this.#a=this.#u=this.#w=this.__data_=this.__updateTree=this.#l=this._asyncDirectives=this.#c=null,this.destroyed()}setup(){if(this.__inited)return;if(this.#_)return;this.#_=!0;let t=f(this.constructor,"globalCss");D(t)||!r(t)||f(this.constructor,"_globalRuleInserted")||(Fe.__l_globalRule.textContent+=t,b(this.constructor,"_globalRuleInserted",!0));let e=De.get(this.constructor),s=e??[];e||(w(f(this.constructor,"css"),(t=>{if(r(t)){let e=new CSSStyleSheet;e.replaceSync(t),s.push(e)}else c(t)||s.push(t)})),De.set(this.constructor,s));const n=this.#N();this.propsReady(n);for(const t in n){const e=n[t];this.__data_[t]=e}this.#T(),this.__data_.slots={},Reflect.defineProperty(this.__data_,"__isData",{enumerable:!1,value:!0});let i=zt(this.constructor);if(Ct.get(this.constructor)??Ct.get(i)){this._watchUpdateSetInNextTick=new Set,this._watchUpdateArgsInNextTick=new Map;let t=Tt.get(this.constructor)??Tt.get(i),e=xt.get(this.constructor)??xt.get(i);w(e,((e,s)=>{let r=f(this,s);e.forEach((t=>{t.call(this,r,void 0,s)})),t.has(s)&&t.set(s,!0)}))}let l=a({},wt.get(this.constructor),wt.get(i));if(l){this._computedUpdateSetInNextTick=new Set;let t=Lt.get(this.constructor);t?w(l,((t,e)=>{this[Bt][e]=t.call(this)})):(t=new Map,Lt.set(this.constructor,t),w(l,((e,s)=>{b(e,"key",s),re.start(),this[Bt][s]=e.call(this),re.end(),re.popVarPathList().forEach((s=>{let r=t.get(s);r||(r=new Set,t.set(s,r)),r.add(e)}))})))}re.start();let u=this.render();re.end();let h,d=re.popVarPathList();this.constructor.prototype._viewDeps||(this.constructor.prototype._viewDeps=d),null===u?(this.#a=[],this.#i=void 0):(this.#r=this.attachShadow({mode:"open"}),this.#r.adoptedStyleSheets=[...Ve,...De.get(this.constructor)??[]],h=function(t,e){let s,r=[];hs.has(e.constructor)?(s=hs.get(e.constructor),r=fs(t)):(s=new Ze(t,e,r),hs.set(e.constructor,s));let[n,o]=gs(e,s.fragment,s.updatePointMetas,r);return e.__updateTree=o,n}(u,this),h&&A(h.children)>0&&(this.#a=V(h.children,(t=>t.nodeType===Node.ELEMENT_NODE)).map((t=>new WeakRef(t))),this.#i=this.#a[0])),this.__inited=!0,this.#M();let p=Ht.get(this);p&&(this.#u=p,Ht.delete(this)),w(this.#u,((t,e)=>{this.#C(e)}));const g=this;let _=St.get(this.constructor)??St.get(zt(this.constructor));_&&_.sort(((t,e)=>e.priority-t.priority)).forEach((t=>{t.beforeMount(this,((t,e)=>(g.__data_[t]=e,g.__data_[t])))})),this.beforeMount(),setTimeout((()=>{if(!this.isDestroyed){if(this.#h=!0,this.#r){re.start();let t=this.cssVars;if(re.end(),!D(t)){this._cssVarOldValueMap={};let e=Ot.get(this.constructor);e||(e=new Set(re.popVarPathList()),Ot.set(this.constructor,e));let s="";w(t,((t,e)=>{let r="--"+v(e).replace(/^-+/,"");(o(t)||W(t))&&(t="initial"),this._cssVarOldValueMap[r]=t,s+=";"+r+":"+t})),this.style.cssText+=s}}h&&A(h.children)>0&&(this.#r.append(h),Wt.delete(this)),_&&_.forEach((t=>{t.mounted(this,((t,e)=>(g.__data_[t]=e,g.__data_[t])))})),this.#g&&this.#g.forEach((t=>de.pushNext(t))),this.#f&&de.pushNext(this.#w),this.__bindEvents(),this.mounted()}}),0)}propsReady(t){}render(){return null}beforeMount(){}mounted(){}#E(t){let e=t.currentTarget,s="";w(this.#d,((t,r)=>{if(t===e)return s=r,!1})),this.__inited&&this.#k(e,s===dt?"":s)}#k(t,e){this.#M();let s=f(this.#e[e],"props");s&&w(this.slots,((t,e)=>{t.filter((t=>t.nodeType===Node.ELEMENT_NODE)).forEach((t=>{t instanceof Fe?t.updateProps(s):w(s,((e,s)=>{if(t instanceof HTMLSlotElement){let r=He.get(t);if(r){let n=t.name||dt,o=r.#e[n];o||(o=r.#e[n]={props:{}}),o.props||(o.props={}),o.props[s]=e,r.#k(t,n)}}else t.setAttribute(s,e)}))}))})),this.slotChange(t,e)}slotChange(t,e){}attributeChangedCallback(t,e,s){if(!this.__inited)return;if(Object.is(s,e))return;"undefined"===s&&(s=null);let r=H(t);if(qt(yt.get(this.constructor)[r].type)){let t=!U(s)&&Qt(s);if(f(this,r)===t)return}this.#R(t,e,s)}shouldUpdate(t){return!0}updated(t){}_notify(t=void 0,e,s,r,n){let o=[];for(let i=0;i<s.length;i++){const a=s[i];o.push(a);let l=f(this,o)??t,c=Xt(o);this.#s[c]={value:l,chain:c===Be?[Be]:o,oldValue:e,end:o.length===s.length,subNewValue:r,subOldValue:n}}this.isMounted?de.pushNext(this.#w):this.#f=!0}#v(){if(A(this.#s)<1)return;if(!this.isMounted)return;const t=this.#s;if(this.#s={},!this.shouldUpdate(t))return;let e=St.get(this.constructor)??St.get(zt(this.constructor));e&&e.sort(((t,e)=>e.priority-t.priority)).forEach((e=>{e.updated(this,t)}));let s=!1,r=new Set,n=this.constructor.prototype._viewDeps;if(w(t,((t,e)=>{if(!s&&n?.includes(e)&&(s=!0),this.__updateSubViewDeps?.has(e)){let t=this.__updateSubViewDeps.get(e);t&&t.forEach((t=>{r.add(t)}))}})),this._watchUpdateSetInNextTick?.forEach((t=>{let{newValue:e,oldValue:s,chain:r,rootObjNew:n,rootObjOld:o,fullMatch:i}=this._watchUpdateArgsInNextTick.get(t),a=i?e:n,l=i?s:o;t.call(this,a,l,r,e,s)})),this._watchUpdateSetInNextTick?.clear(),this._watchUpdateArgsInNextTick?.clear(),this._computedUpdateSetInNextTick?.forEach((t=>{let e=f(t,"key"),s=this.__data_[e],r=t.call(this);(l(r)||r!==s)&&(this.__data_[e]=r,this._notify(r,s,[e]))})),this._computedUpdateSetInNextTick?.clear(),this._cssUpdateInNextTick){let t=this.cssVars;w(t,((t,e)=>{let s="--"+v(e).replace(/^-+/,"");this._cssVarOldValueMap[s]!=t&&((o(t)||W(t))&&(t="initial"),this._cssVarOldValueMap[s]=t,this.style.setProperty(s,t+""))}))}this.#i?.deref()&&(s&&ms(fs(this.render()),this,this.__updateTree,r,t),A(r)>0&&r.forEach((e=>{!function(t,e,s,r){if(!t||t.__destroyed)return;let n=t.node.deref();const[o,i,a,l]=t.value;let u,h=Jt(n,e);if(!s){let s=o(n,t.value[1],i,{renderComponent:e,slotComponent:h,varChain:l,updatedMap:r,pointType:f(Dt.get(a),[0],Ke.TEXT)});if(!s)return;if(s[0]!==je.REFRESH)return;u=c(s[1])?fs(s[1].call(e,t.value[1][0])):s[1]}if(!u)return;ms(u,e,t.children,void 0,r)}(e,this,void 0,t)}))),this.#b.forEach((t=>{this.#C(t)})),this.updated(t)}#N(){let t=yt.get(this.constructor)??yt.get(zt(this.constructor)),e=this.attributes,s=this.tagName,r=m(this.#o??{},Wt.get(this.wrapperComponent)?.get(this)??{}),o={};w(e,(({name:e,value:s})=>{if(e[0]===es||e[0]===ss||e[0]===rs||e===is||"slot"===e)return;let r=H(e);t&&!t[r]&&(o[e]=s)})),this.#n=this.#n?a(this.#n,o):o;let i={};if(!t)return i;let c=Object.keys(t),u=c.length;for(let o=0;o<u;o++){const a=c[o],u=v(a),d=this.hasAttribute(u);let p,g=t[a],_=y(r,a),m=f(this,a);if(!("_defaultValue"in g)&&(g._defaultValue=m,!g.type)){n(m)&&jt(s,"Prop '"+a+"' has neither propType nor defaultValue be used for type inference");let t=typeof m;h(m)&&(t="array");let e=Oe[t];g.type=e}if(_)p=W(r[a])?m:r[a];else{p=m;let t=e.getNamedItem(u)||e.getNamedItem(ss+u)||e.getNamedItem(u+ss);t&&(_=!0,p=t.value)}if(g.required&&!_){jt(s,"Prop '"+a+"' is required");break}p=this.#x(t,a,p,d),g.attribute&&B(p)&&!l(p)&&this.#A(g,a,p),this.__data_[a]=p,i[a]=p,delete this[a]}return i}#A(t,e,s){let r=v(e),n=F(s);qt(t.type)?(n=Qt(s),K(n)?n&&!this.hasAttribute(r)?this.toggleAttribute(r,!0):!n&&this.hasAttribute(r)&&this.toggleAttribute(r,!1):this.getAttribute(r)!==n&&this.setAttribute(r,n)):this.getAttribute(r)!==n&&this.setAttribute(r,n)}#P(t,e){let s=t;try{for(let r=0;r<e.length;r++){const n=e[r];s=n===Boolean?Qt(t):n===Number?Number(t):n===String?String(t):n===Object||n===Array?j(t):n===Date?new Date(t):new n(t)}}catch(e){jt(this.tagName,"Convert attribute error with "+t)}return s}#x(t,e,n,o){let i=t[e];if(!i)return n;let a=i.isValid,l=i.type,c=h(l)?l:[l],u=i.converter,d=n;if(!s(c,(t=>t===String))&&r(d)&&!U(d))try{d=u?u(d):this.#P(d,c)}catch(t){jt(this.tagName,`Convert attribute '${e}' error with `+d)}for(let t=0;t<c.length;t++){"Boolean"===c[t].name&&o&&(d=Qt(d))}if(W(d))return d;let p=typeof d,f=!B(d);for(let t=0;t<c.length;t++){const e=c[t];if(I(p,e.name,"i")||d instanceof e||Object.prototype.toString.call(d)===Object.prototype.toString.call(e.prototype)){f=!0;break}}return f||jt(this.tagName,`Invalid prop '${e}'. expected '${c.map((t=>t.name||t))}' but got '${p}'`),a&&(a.call(this,d,this.__data_)||jt(this.tagName,`Invalid prop '${e}'. IsValid() check failed`)),d}#T(){let t=vt.get(this.constructor)??vt.get(zt(this.constructor));t&&w(t,((e,s)=>{let r=t[s],n=f(this,s);if(r){let t=r.prop;n=t?$(this.__data_[t]):f(this,s)}this.__data_[s]=n,delete this[s]}))}#S=T(this.propsReady,100);updateProps(t){let e=yt.get(this.constructor);if(!e)return;if(!this.__inited)return void a(this.#o,t);let s=[];w(t,((t,r)=>{let n=H(r),o=e[n];if(!o)return;t=this.#x(e,n,t);let i=this.__data_[n],a=It.get(this.constructor),c=a?.get(n);if(c){if(!c.call(this,t,i,[n],t,i))return!0}else if(l(t)){let e=Pt.get(this.constructor);if(e?.has(n)&&Object.is(i,t))return!0}else if(Object.is(i,t))return!0;o.attribute&&B(t)&&!l(t)&&s.push([o,n,t]),b(this.__data_,n,t),ue(this,t,i,[n])})),a(this.#o,t),s.forEach((([t,e,s])=>{this.#A(t,e,s)})),this.#o&&this.#S(this.#o)}_initProps(t,e){this.#o=m(this.#o||{},t),this.#n=m(this.#n||{},e),w(t,((t,e)=>{if(l(t)){let s=oe.get(t);if(s){let t=this.wrapperComponent?vt.get(this.wrapperComponent?.constructor):null,r=s[0];if(t&&t[r]){let s=yt.get(this.constructor);b(s,[e,"shallow"],t[r].shallow)}}}}))}_bindSlot(t,e,s){this.#d[e]||(this.#d[e]=t,He.set(t,this));let r="slotchange",n=Ie(r,this.#m,t,this);if(this._eventBindList.push([r,this.#m,t,n]),!D(s)){let t=this.#e[e];t||(t=this.#e[e]={}),t.props=s}}#b=new Set;_updateSlot(t,e,s){let r=this.#d[t],n=this.#u[t];if(!n&&!r)return;let o=this.#e[t];if(e&&(o.props||(o.props={}),o.props[e]=s),n)this.#b.add(t);else{let t=r.assignedElements({flatten:!0});for(let r=0;r<t.length;r++){t[r].setAttribute(e,s+"")}}}#M(){if(!this.#i)return;let t=G(this.#d);if(D(t))return;const e=P(this.childNodes,(t=>t.nodeType===Node.COMMENT_NODE?[]:t instanceof HTMLSlotElement?t.assignedNodes({flatten:!0}):t));let s=X(e,(e=>{if(e.nodeType===Node.TEXT_NODE&&t.includes(dt))return dt;if(e instanceof Element){let s=e.getAttribute("slot")||dt;if(t.includes(s))return s}}));if(D(s))return void(this.slots={});w(s,((t,e)=>{if(e){for(;t.length>0;){let e=t[0];if(!(e.nodeType===Node.TEXT_NODE&&o(e.textContent)||e instanceof HTMLSlotElement&&D(e.assignedNodes({flatten:!0}))))break;t.shift()}for(;t.length>0;){let e=z(t);if(!(e.nodeType===Node.TEXT_NODE&&o(e.textContent)||e instanceof HTMLSlotElement&&D(e.assignedNodes({flatten:!0}))))break;t.pop()}}}));let r={};w(s,((t,e)=>{D(t)||(r[e]=t)})),this.slots=r}#C(t){let e=this.#u[t];if(!e)return;let s=this.#e[t];if(!this.__data_.slots)return;if(!this.__data_.slots[t])return;this.renderAsync(e,f(s,"props"));const r=this._asyncDirectives.get(e);let n=r?.buildView(e(f(s,"props"))),o=q(g(n),(t=>t.nodeType===Node.COMMENT_NODE));if(o){let e=this.#p[t];if(!D(e))for(let t=0;t<e.length;t++){const s=e[t];s.parentNode?.removeChild(s)}this.#p[t]=o,this.append(...o),this.#b.clear()}}_asyncDirectives=new WeakMap;renderAsync(t,...e){}#R(t,e,s){if(!this.__inited)return;if(_e(this.constructor).has(t)){let e=H(t);if(U(s)){let t=yt.get(this.constructor);t&&(s=t[e]._defaultValue)}this.updateProps({[e]:s})}}_regSubViewDeps(t,e){this.__updateSubViewDeps||(this.__updateSubViewDeps=new Map),t.forEach((t=>{let s=this.__updateSubViewDeps.get(t);s||(s=new Set,this.__updateSubViewDeps.set(t,s)),s.add(e)}))}_getPrivateData(){return this.__data_}emit(t,e={},s){if(s&&(e.event=s),e.target=this,y(this.#n,"emit-native"))this.dispatchEvent(new CustomEvent(t,{bubbles:!1,composed:!1,cancelable:!0,detail:e}));else{let s=f(this,"__c_emit_event_");this.wrapperComponent?._callEmitEvent(s,t,e)}}_callEmitEvent(t,e,s){let r=this._subComponentEventMap.get(t),n=f(r,e);c(n)&&n.call(this,s)}nextTick(t){if(!this.isMounted)return this.#g||(this.#g=[]),void this.#g.push(t);de.pushNext(t)}forceUpdate(){w(this.__data_,((t,e)=>{this.#s[e]={value:void 0,chain:void 0}})),this.#v()}}var Ke,je,$e;function Ge(t,e,s,r,n,o,i,a,l,c){let u,d=f(Dt.get(t),[0],"");if([Ke.TEXT,Ke.SLOT].includes(d)?(re.start(),u=n(e,s,r,{renderComponent:o,slotComponent:i,varChain:a,updatedMap:c,pointType:d}),re.end(o,l)):u=n(e,s,r,{renderComponent:o,slotComponent:i,varChain:a,updatedMap:c,pointType:d}),!u)return;let[_,m,E,v,y,S]=u;if(_===je.NONE)return;if(_===je.REFRESH)return;let N=S,T=!1;h(S)||(N=x(S,((t,e)=>t)),T=!0);let M=f(e,"__anchor__"),C={};w(G(e),(t=>{"__anchor__"!==t&&p(t,"__c-")&&(C[t]=f(e,[t]))}));let k=l.subViewRootNodes,A=l.children;if(_===je.REMOVE){let t=[];w(k,((e,s)=>{if(h(e))w(e,(t=>{let e=t.deref();e.remove(),e instanceof Fe&&e.destroy()}));else{let s=e.deref();s.remove(),t.push(e),s instanceof Fe&&s.destroy()}})),t.forEach((t=>{R(k,(e=>e===t))})),A?.forEach(((t,e)=>{t.destroy(o),A[e]=null})),l.children=Q(A),h(k)?l.subViewRootNodes=[]:l.subViewRootNodes={}}else if(_===je.REPLACE){w(k,(t=>{let e=t.deref();e.remove(),e instanceof Fe&&e.destroy()})),A?.forEach(((t,e)=>{t.destroy(o),A[e]=null})),l.children=Q(A);let[,t,s]=u;_s(e,l,t,s,o)}else if(_===je.UPDATE){if(D(k))return void _s(e,l,y,m,o,S,((t,e,s)=>E[s]));let t={},s={};w(v,(s=>{let r=t[s];r||(r=t[s]=[]),V(e.parentElement.childNodes,(t=>f(t,["__c-"+M])==s)).forEach((t=>{r.push(t)}))})),l.children?.forEach((t=>{s[t.key]?s[t.key].push(t):s[t.key]=[t]}));let r,n=v,i=E,a=Z(v,E),u=J(v,a),h=[],d=[],p=!1;if(!D(i)){let e=-1,s=[],r=[],o=0,a=0;for(;a<i.length;a++){const l=i[a];let c=n.findIndex((t=>t===l));if(c<0){let e=i[a-1];t[l]=[],h.push({refKey:e,newKey:l}),o++}else if(c>-1&&c!==a-o){if(e<0||1===Math.abs(e-c)){let e=z(s),r=0===a?$e.AFTER_BEGIN:e?e.newKey:i[a-1],n=!1;0!==a&&D(t[r])&&(n=!0),s.push({newKey:l,refKey:r,refNew:n})}else{r.push({moveGroup:s,moveIndex:a+s.length});let e=i[a-1],n=!1;D(t[e])&&(n=!0),s=[],s.push({newKey:l,refKey:e,refNew:n})}e=c}}if(s.length>0&&r.push({moveGroup:s,moveIndex:a+s.length}),r.length>0){p=!0;let e=r.sort(((t,e)=>t.moveGroup.length-e.moveGroup.length));if(e.length<2){let{moveGroup:s}=e[0];if(s.length>1){let t=z(s).refKey;s[s.length-2].newKey===t&&(s=Y(s))}Xe(s,t,v)}else{let s=z(e).moveIndex;1===Math.abs(e[e.length-2].moveIndex-s)&&(e=Y(e)),e.forEach((({moveGroup:e})=>{e[0].refNew?d.push(e):Xe(e,t,v)}))}}}if(h.length>0&&(h.forEach((e=>{let s=tt(E,(t=>t==e.newKey)),r=N[s],n=r;T&&(n=r[0],E[s]);let i=fs(y.call(o,n,e.newKey,s)),[a,c]=gs(o,m.fragment,m.updatePointMetas,i);e.fragment=a,w(c,(t=>{t.key=e.newKey,l.children?.push(t)}));let u=g(a.childNodes),h=t[e.newKey];w(u,(t=>{h.push(t),a.childNodes.forEach((t=>b(t,"__c-"+M,e.newKey+""))),w(C,((e,s)=>b(t,s,e)))}))})),o.__bindEvents(),r=function(t){let e,s=[];return t.forEach((t=>{let r=z(s);r&&e===t.refKey?(r.group||(r.group=[r.fragment]),r.group.push(t.fragment)):s.push(t),e=t.newKey})),s}(h),r.forEach(((s,r)=>{let n=s.fragment,o=t[s.refKey??v[0]],i=L(o),a=z(o);if(s.group){let t=document.createDocumentFragment();t.append(...s.group),n=t}i===e?i.before(n):s.refKey?"string"==typeof i||a.after(n):i.before(n)}))),w(d,(e=>{Xe(e,t,v)})),u.forEach((e=>{t[e].forEach((t=>{t.parentNode?.removeChild(t)})),s[e].forEach((t=>{t.destroy()}))})),p||u.length>0||r){const t=X(A,(t=>t.key));let e=[],s=0;i.forEach((r=>{t[r]&&t[r].forEach((t=>{t.varIndex=s++,e.push(t)}))})),J(A,e).forEach((t=>t.destroy(o))),l.children=e}let _={};if(w(N,((e,s)=>{let r=E[s],n=t[r];_[r]=n.map((t=>new WeakRef(t)))})),l.subViewRootNodes=_,a.length>0){let t=[];w(N,((e,s)=>{let r=s,n=e;T&&(n=e[0],r=e[1]);let i=fs(y.call(o,n,r,s));t.push(...i)})),ms(t,o,l.children,void 0,c)}}return!0}function Xe(t,e,s){t.forEach((({refKey:t,newKey:r})=>{let n=e[r];if(t===$e.AFTER_BEGIN){let t=e[s[0]];L(t).before(...n)}else if(e[t]){let s=e[t],r=z(s);r?.after(...n)}}))}function ze(t,e){return Dt.set(t,e),(...e)=>[t(...e),e,t,re.popDirectiveQ()]}function qe(t,e,s){Dt.get(t)}!function(t){t.ATTR="attr",t.PROP="prop",t.TEXT="text",t.SLOT="slot",t.TAG="tag"}(Ke||(Ke={})),function(t){t.NONE="NONE",t.REFRESH="REFRESH",t.REMOVE="REMOVE",t.REPLACE="REPLACE",t.UPDATE="UPDATE",t.INIT="INIT"}(je||(je={})),function(t){t.AFTER_BEGIN="afterbegin"}($e||($e={}));const Qe=new RegExp(`([a-z0-9"'${Ft}])\\s*>\\s*<`,"img");class Ze{updatePointMetas;fragment;constructor(t,e,s){let[r,n]=this.parseTemplate(t);s&&a(s,n),this.updatePointMetas=[],this.fragment=function(t,e,s,r){const n=document.createElement("template");n.innerHTML=e;const i=document.createNodeIterator(n.content,NodeFilter.SHOW_ELEMENT|NodeFilter.SHOW_TEXT);let a,l,u=0,d=-1,p=-1;for(;a=i.nextNode();)if(d++,l&&!l.contains(a)&&(l=void 0,p=-1),a instanceof HTMLElement||a instanceof SVGElement){Yt(a)&&(l=a,p=d);let e={},n=x(a.attributes,(t=>({name:t.name,value:t.value})));for(let o=0;o<n.length;o++){const i=n[o];let{name:f,value:g}=i;if(f!==us)if(as.test(f)){let e=s[u];if(h(e)&&c(e[0])){let[,,s,n]=e;qe(s,Ke.TAG,r.tagName);let o=new ts(u);o.isDirective=!0,o.directiveType=Ke.TAG,o.nodeSn=d,o.directiveVarChain=n,l&&(o.slotNodeSn=p),t.push(o),u++}a.removeAttribute(f)}else if(f[0]!==es)if(f!==is)if(z(f)!==ss){if(g.includes(Ft)){let e=new ts(u);if(e.attrName=f.replace(/\.|\?|@/,""),e.nodeSn=d,l&&(e.slotNodeSn=p),f[0]===ss||f[0]===rs||f[0]===ns){if(f[0]===rs)e.isToggleProp=!0,e.attrName=f.substring(1);else if(f[0]===ns){e.isRefAttr=!0;let t=f.substring(1);const[s,r]=t.split(os);let n=s;switch(r){case"camel":n=H(n);break;case"kebab":n=v(n);break;case"snake":n=it(n)}e.attrName=n}else{let t=Et[a.tagName.toLowerCase()];yt.get(t);{let t=H(f.substring(1));e.isProp=!0,e.attrName=t}}a.removeAttribute(f)}else e.attrTmpl=g;t.push(e),u++}}else{e[f.substring(0,f.length-1)]=g,a.removeAttribute(f);let t=new ts(u);t.attrName=f.substring(0,f.length-1),t.nodeSn=d,t.isPropPerfix=!0}else{if(as.test(g)){s[u];let e=new ts(u);e.isRef=!0,e.nodeSn=d,t.push(e),u++}a.removeAttribute(f)}else{if(as.test(g)){let e=new ts(u);e.isEvent=!0,e.attrName=f.substring(1),e.nodeSn=d,t.push(e),s[u],u++}a.removeAttribute(f)}}}else{let e=F(a.nodeValue).split(as);if(e.length<2)continue;w(at(e.length-1),(n=>{let i=F(e[n]);if(!o(i)){let t=document.createTextNode(i);a.parentNode.insertBefore(t,a),d++}let f=document.createTextNode("");a.parentNode.insertBefore(f,a);let g=new ts(u);g.isText=!0,g.nodeSn=d,t.push(g);let _=s[u];if(h(_)&&c(_[0])){let t=l?Ke.SLOT:Ke.TEXT;g.isDirective=!0,g.directiveType=t,l&&(g.slotNodeSn=p);let[,,e]=_;qe(e,0,r.tagName),_=void 0}u++,d++})),d--;let n=F(z(e));if(o(n)){let t=a.previousSibling;a.parentNode.removeChild(a),a=t}else a.nodeValue=n,d++}return n.content}(this.updatePointMetas,r,n,e)}parseTemplate(t){let e="",s=d(t.vars),r=t.strings.length-1,n=t.vars.length-1,o=0;for(let i=0;i<=r;i++){const r=t.strings[i];let a=f(s,o,"");if(a instanceof Je){let[t,e]=this.parseTemplate(a);a=t,s.splice(o,1,...e),o+=e.length-1}else a=i>n?"":Ft+o;o++,e=e+r+a}return e=e.replace(Qe,"$1><").trim(),e=ps(e),[e,s]}}class Je{strings;vars;constructor(t,e){this.strings=d(t),this.vars=e}getKey(){let t=this.vars,e="";return w(this.strings,((s,r)=>{if(pt.test(s))return e=et(t[r]),!1})),e}getKeys(){let t=this.vars,e=[];for(let s=0;s<this.strings.length;s++){const r=this.strings[s];if(pt.test(r)){let r=et(t[s]);e.push(r)}}return D(e)&&t.forEach((t=>{if(t instanceof Je){let s=t.getKey();e.push(s)}})),e}append(t){let e=z(this.strings);return t.strings.forEach(((t,s)=>{0!=s?this.strings.push(t):this.strings[this.strings.length-1]=e+t})),this.vars=d(this.vars,t.vars),this}insert(t,e){let s=e.strings.shift();return this.strings[t]+=s,this.strings.splice(t+1,0,...e.strings),this.vars.splice(t,0,...e.vars),this}getHTML(t){let e=[],s=new Ze(this,t,e),[r,n]=gs(t,s.fragment,s.updatePointMetas,e);return st(r.childNodes,((t,e)=>t+(e.nodeType==Node.TEXT_NODE?e.nodeValue:e.outerHTML??"")),"")}destroy(){this.strings=this.vars=null}}class Ye{metaInfo;key;varIndex;value;node;subViewRootNodes;__destroyed=!1;children;parent;constructor(t){this.varIndex=t}static createFrom(t){let e=new Ye(t.varIndex);return e.metaInfo=t,e}destroy(t){if(this.__destroyed)return;this.__destroyed=!0;let e=this.node,s=this.children;if(this.parent,this.node=this.value=this.children=this.parent=this.metaInfo=null,!e)return;let r=s;r?.forEach(((e,s)=>{e.destroy(t)})),e instanceof Fe&&e.destroy(),t&&Zt.clear(e.deref(),t),e.deref()?.remove()}insert(t){t.parent=this,this.children||(this.children=[]),this.children.push(t)}}class ts{varIndex;attrName;attrTmpl;isText=!1;isDirective=!1;directiveType;directiveVarChain;isProp=!1;isPropPerfix=!1;isToggleProp=!1;isPlaceholder=!1;isEvent=!1;isRef=!1;isKey=!1;isRefAttr=!1;isComponent=!1;isSlot=!1;nodeSn=-1;slotNodeSn=-1;constructor(t){this.varIndex=t}}const es="@",ss=".",rs="?",ns="*",os=":",is="ref",as=new RegExp(`${Ft}\\d+`),ls=/(<\/?)\s*([A-Z][A-Za-z0-9]*)([\s>])/gm,cs=/\s+([\.?@*])?((?:[a-zA-Z]*[A-Z][^\s<>="']+))(?=[\s=>])/gm,us="slot-props",hs=new Map;let ds=0;function ps(t){return r(t)?t=(t=t.replace(cs,((t,e,s)=>` ${e??""}${v(s)}`))).replace(ls,((t,e,s,r)=>e+mt[s]+r)):t+""}function fs(t){let e=d(t.vars),s=t.strings.length-1;for(let r=0;r<=s;r++){let s=f(t.vars,r,"");if(s instanceof Je){let t=fs(s);e.splice(r,1,...t)}}return e}function gs(t,e,s,r){let n,o=e.cloneNode(!0),i=[],a=[],l=[],c=t._eventBindList;c||(c=t._eventBindList=[]);const u=document.createNodeIterator(o,NodeFilter.SHOW_ELEMENT|NodeFilter.SHOW_TEXT);let h={},d={};s.forEach(((t,e)=>{h[t.nodeSn]||(h[t.nodeSn]=[]),h[t.nodeSn].push(t),t.slotNodeSn>-1&&(d[t.slotNodeSn]=null)}));let p=-1,f=0;for(;n=u.nextNode();){p++,null===d[p]&&(d[p]=n);let e={};const s=h[p];s&&s.forEach((t=>{let s=r[f++],o=Ye.createFrom(t);if(o.node=new WeakRef(n),o.value=s,t.isProp||t.isPropPerfix)e[t.attrName]=s;else if(t.isRef)s.__setRef(new WeakRef(n));else if(t.isEvent)c.push([t.attrName,s,n]);else if(t.isToggleProp)o.value=!!s,n.toggleAttribute(t.attrName,o.value);else if(t.isRefAttr)n.setAttribute(t.attrName,s);else if(t.isText)if(t.isDirective){let e=t.attrName,r=d[t.slotNodeSn],[i,l,,c]=s;a.push([n,e,r,i,l,c,o])}else n.textContent=s;else if(t.isDirective){let e=d[t.slotNodeSn],[r,o,,i]=s,a=t.attrName;D(i)&&A(t.directiveVarChain)>0&&(i=t.directiveVarChain),l.push([n,a,e,r,o,i,t.directiveType])}else n.setAttribute(t.attrName,t.attrTmpl.replace(as,s));i.push(o)})),n instanceof HTMLSlotElement?t._bindSlot(n,n.name||"default",e):n instanceof HTMLElement&&Yt(n)&&(Ut.set(n,t),te(t,n,e))}return a.forEach((([e,s,r,n,o,i,a])=>{b(e,"__anchor__",ds++),re.start();let l=n(e,o,void 0,{renderComponent:t,slotComponent:r,varChain:i,attrName:s,pointType:a.directiveType});if(re.end(t,a),l&&l.length>1){let[,s,r,n,o]=l;_s(e,a,s,r,t,n,o)}})),l.forEach((([e,s,r,n,o,i,a])=>{n(e,o,void 0,{renderComponent:t,slotComponent:r,varChain:i,attrName:s,pointType:a})})),[o,i]}function _s(t,e,s,r,n,o,i){let a=[],l=i?{}:void 0;o=o??[0];let c=document.createDocumentFragment(),u=f(t,"__anchor__");w(o,((t,o,h,d)=>{re.start();let p=fs(s.call(n,t,o,d));re.end(n);let[f,_]=gs(n,r.fragment,r.updatePointMetas,p),m=g(f.childNodes).map((t=>new WeakRef(t)));if(i){let e=i.call(n,t,o,d)+"";m.forEach((t=>{let s=t.deref();b(s,"__c-"+u,e)})),l[e]=m,_.forEach((t=>{t.key=e})),a.push(..._),c.append(f)}else c=f,e.subViewRootNodes=m,_.forEach((t=>{e.insert(t)}))})),l&&(e.subViewRootNodes=l,a.forEach(((t,s)=>{t.varIndex=s,e.insert(t)}))),c.childNodes.length>0&&(n.__bindEvents(),t.parentNode.insertBefore(c,t))}function ms(t,e,s,r,n){if(!o(t)&&s)for(let o=0;o<s.length;o++){const i=s[o];let a=i.varIndex;if(a<0)continue;let c=i.metaInfo;if(c.isPlaceholder||c.isPropPerfix||c.isRef||c.isEvent||c.isRefAttr||c.isKey)continue;if(i.__destroyed)continue;let u=i.value,d=t,p=i.node.deref();if(!p)continue;let g=rt(a,"-");for(let t=0;t<g.length;t++){const e=g[t];d=f(d,e),d&&d.vars&&o<g.length-1&&(d=d.vars)}if(!l(u)&&u===d)continue;let _=p;if(c.isDirective){let[t,s,o,a]=i.value;if(!h(d))continue;let l=Jt(p,e),[,c]=d;Ge(o,p,c,s,t,e,l,a,i,n)&&r?.delete(i)}else if(c.isToggleProp){if(!!d===u)continue;_.toggleAttribute(c.attrName,!!d),_ instanceof Fe&&_.updateProps({[c.attrName]:!!d})}else if(c.isProp){if(!l(d)&&d===u)continue;p instanceof Fe?p.updateProps({[c.attrName]:d}):p instanceof HTMLSlotElement&&e._updateSlot(p.getAttribute("name")||"default",c.attrName,d)}else if(c.attrName){if(!nt(u,d))switch(c.attrName){case"value":if(p instanceof HTMLInputElement){p.value=d;break}default:p.setAttribute(c.attrName,ot(c.attrTmpl,as,d+""))}}else if(c.isText){let t=i.node,e=et(d??"");e!==t.deref().textContent&&(t.deref().textContent=e)}i.value=d}}function Es(t,...e){return new Je(r(t)?[t]:t,e)}class ws{__ref;get current(){return this.__ref?.deref()}__setRef(t){this.__ref=t}}function vs(){return new ws}var ys;!function(t){t.CLASS="class",t.FIELD="field",t.METHOD="method"}(ys||(ys={}));class bs{static get priority(){return 0}created(t,...e){}beforeMount(t,e,...s){}mounted(t,e,...s){}updated(t,e){}beforeDestroy(t,...e){}}class Ss{metadata;decorator;key;priority=0;constructor(t,e,s){this.metadata=e,this.decorator=new s(...t),this.priority=f(s,"priority",0)}dispose(){this.metadata=null,this.decorator=null}create(t){let e,s=this.decorator.targets,r=this.metadata[1];l(r)&&B(f(r,"configurable"))?e=ys.METHOD:n(this.metadata[1])&&(e=ys.FIELD),!D(s)&&e&&s.includes(e)?this.decorator.created(t,...this.metadata):Kt(`Decorator '${this.decorator.constructor.name}' is out of targets, expect '${s.join(",")}' bug got '${e}'`)}beforeMount(t,e){this.decorator.beforeMount(t,e,...this.metadata)}mounted(t,e){this.decorator.mounted(t,e,...this.metadata)}updated(t,e){this.decorator.updated(t,e)}destroy(t){this.decorator.beforeDestroy(t,...this.metadata)}}function Ns(t){return(...e)=>(...s)=>{let r=s[0].constructor,n=St.get(r);if(!St.has(r)){let t=Object.getPrototypeOf(r);n=t?d(St.get(t)??[]):[],St.set(r,n)}let o=new Ss(e,s.splice(1),t);return n?.push(o),o}}function Ts(t){return(...e)=>{if(!e||e.length<1)return;let s=e[0].constructor,r=St.get(s);if(!St.has(s)){let t=Object.getPrototypeOf(s);r=t?d(St.get(t)??[]):[],St.set(s,r)}let n=new Ss([],e.splice(1),t);return r?.push(n),n}}function Ms(t,e,s){return wt.has(t.constructor)||wt.set(t.constructor,{}),wt.get(t.constructor)[e]=s.get,delete t[e],Reflect.defineProperty(t,e,{get(){return re.__collecting&&re.__varPathList.push(e),Reflect.get(this[Bt],e)}}),Reflect.getOwnPropertyDescriptor(t,e)}const Cs=Ns(class extends bs{static get priority(){return Number.MAX_VALUE}created(t,e,...s){let r=f(t,e);b(t,e,T(r,this.wait,this.immediate)),b(t,e+"_$__",r)}beforeDestroy(t,e){b(t,e,null),b(t,e+"_$__",null)}get targets(){return[ys.METHOD]}wait;immediate;constructor(t,e=!1){super(),this.wait=t,this.immediate=e}});function ks(t,e){return(s,r,n)=>{if(!_t.has(s.constructor)){let t=[],e=s.constructor;for(;(e=zt(e))!==Fe;)t=d(t,_t.get(e)??[]);_t.set(s.constructor,t)}_t.get(s.constructor)?.push({name:t,targetFn:e,fnName:r})}}const Rs=Ns(class extends bs{static get priority(){return Number.MAX_VALUE}created(t,e,s,...r){let n=lt(f(t,s),t);b(t,s,C(n)),b(t,s+"_$__",n)}beforeDestroy(t,e){b(t,e,null),b(t,e+"_$__",null)}get targets(){return[ys.METHOD]}});var xs;!function(t){t.ONCE="once"}(xs||(xs={}));const As=new WeakMap;class Ps extends bs{static get priority(){return Number.MAX_VALUE}get targets(){return[ys.FIELD]}selector;cache;constructor(t,e){super(),this.selector=t,this.cache=e}static getKey(t){return t}getter(t){let e=t?.shadowRoot?.querySelector(this.selector),s=As.get(t);s||(s=new Map,As.set(t,s)),s.set(this.selector,e)}mounted(t,e,s,...r){const n=this;let o=new WeakRef(t);Reflect.defineProperty(t,s,{configurable:!0,get(){let t=o.deref();return As.has(t)&&As.get(t)?.has(n.selector)&&n.cache===xs.ONCE||n.getter(t),As.get(t)?.get(n.selector)}})}beforeDestroy(t,e){As.get(t)?.clear(),As.delete(t)}updated(t,e){this.cache!==xs.ONCE&&this.getter(t)}}const Is=Ns(Ps),Ls=Ns(class extends Ps{getter(t){let e=t.shadowRoot?.querySelectorAll(this.selector),s=As.get(t);s||(s=new Map,As.set(t,s)),s.set(this.selector,e)}});function Os(t){if(1===arguments.length)return(e,s)=>{Ds(e,s,t)};Ds(arguments[0],arguments[1],{prop:""})}function Ds(t,e,s){if(!vt.has(t.constructor)){const e={};let s=t.constructor;for(;(s=zt(s))!==Fe;)m(e,vt.get(s)??{});vt.set(t.constructor,e)}if(s.shallow=s.shallow||!1,b(vt.get(t.constructor),e,s),s.hasChanged){let r=It.get(t.constructor);r||(r=new Map,It.set(t.constructor,r)),r.set(e,s.hasChanged)}if(s.shallow){let s=At.get(t.constructor);s||(s=new Set,At.set(t.constructor,s)),s.add(e)}Reflect.defineProperty(t.constructor.prototype,e,{get(){return ee(e,this)},set(t){se(e,t,this)}})}function Vs(t,e,s){Ds(t.prototype,e,s||{prop:""})}function Ws(t){return e=>{e&&(mt[e.name]=t,Et[t]=e)}}const Hs=Ns(class extends bs{static get priority(){return Number.MAX_VALUE}created(t,e,...s){let r=f(t,e);b(t,e,M(r,this.wait)),b(t,e+"_$__",r)}beforeDestroy(t,e){b(t,e,null),b(t,e+"_$__",null)}get targets(){return[ys.METHOD]}wait;constructor(t){super(),this.wait=t}});function Us(t,e){return(s,r)=>{let n=Rt.get(s.constructor),o=kt.get(s.constructor),i=Tt.get(s.constructor),l=Mt.get(s.constructor),c=Ct.get(s.constructor),u=xt.get(s.constructor);if(!c){c=[],Ct.set(s.constructor,c),l=[],Mt.set(s.constructor,l),i=new Map,Tt.set(s.constructor,i),n={},Rt.set(s.constructor,n),o={},kt.set(s.constructor,o),u={},xt.set(s.constructor,u);let t=zt(s.constructor);for(;t;)Ct.has(t)&&(c.push(...Ct.get(t)),l.push(...Mt.get(t)),Tt.get(t)?.forEach(((t,e)=>{i.set(e,t)})),a(n,Rt.get(t)),a(o,kt.get(t)),a(u,xt.get(t))),t=zt(t)}(h(t)?t:[t]).forEach((t=>{let a=s[r];f(e,"once",!1)&&i.set(t,!1);let h=f(e,"deep",!1);if(c.push(t),h?(n[t]=n[t]??new Set,n[t].add(a),l.push(t)):(o[t]=o[t]??new Set,o[t].add(a)),f(e,"immediate",!1)){let e=u[t];e||(e=u[t]=new Set),e.add(a)}}))}}const Bs=["key"],Fs=ze((function(t){return(t,[e],s,{renderComponent:r})=>{let n=t;if(s)w(e,((t,e)=>{n.setAttribute(e,t)}));else if(Yt(n)){let t={},s=yt.get(n.constructor);w(e,((e,r)=>{if(Bs.includes(r))return;let o=H(r);(s?s[o]:void 0)?t[r]=e:n.setAttribute(r,e+"")})),te(r,n,t)}else w(e,((t,e)=>{n.setAttribute(e,t)}))}}),[Ke.TAG]),Ks=new WeakMap,js=ze((function(t){return(t,[e],s,{renderComponent:n})=>{let o=[];if(h(e)?o=Q(e):l(e)?o=P(e,((t,e)=>t?e:[])):r(e)&&(o=e.split(" ")),o.length<1&&!s)return;let i=t;if(Ks.get(i)&&Ks.get(i).length===o.length&&ct(Ks.get(i),o))return;let a=Ks.get(i);w(a,(t=>{i.classList.remove(t)})),w(o,(t=>{i.classList.add(t)})),a=d(o),Ks.set(i,a)}}),[Ke.TAG]),$s=new WeakMap,Gs=new WeakMap,Xs=ze((function(t,e,s){return(t,r,o,{renderComponent:i,varChain:a,updatedMap:l})=>{let c=r[0];if(f(o,0),D(c)&&n(o))return[je.INIT];let u=0,h=Q(x(c,((t,s)=>e.call(i,t,s,u++)+"")));if(h.length!=new Set(h).size)return void Kt(`forEach - duplicate key in '${h}'`);let d,p=$s.get(t);if($s.set(t,h),o){if(D(h))return[je.REMOVE];if(A(h)===A(p)&&nt(h,p))return[je.REFRESH,zs(c,s,i)]}let g=r[2];if(Gs.has(t))d=Gs.get(t);else{let e=G(c)[0],s=c[e],r=g.call(i,s,e,0);d=new Ze(r,i),Gs.set(t,d)}return o?[je.UPDATE,d,h,p,g,c]:[je.INIT,s,d,c,e]}}),[Ke.TEXT,Ke.SLOT]);function zs(t,e,s){let r=[];return w(t,((t,n)=>{let o=fs(e.call(s,t,n));r.push(...o)})),r}let qs=document.createElement("template"),Qs=new WeakMap;const Zs=ze((function(t){return(t,e,s,{renderComponent:r})=>{if(!(s&&e[0]==s[0]||W(e[0])))if(ut(t))t.innerHTML=ps(e[0]);else{let r=Qs.get(t);r||(r=document.createTextNode(""),t.parentNode?.insertBefore(r,t),Qs.set(t,r)),qs.innerHTML=ps(e[0]),o(s)||Zt.remove(r,t),t.before(qs.content.cloneNode(!0))}}}),[Ke.TAG,Ke.TEXT,Ke.SLOT]),Js=new WeakMap,Ys=new WeakMap,tr=new WeakMap,er=ze((function(t,e,s){return(t,[e,s,r],n,{renderComponent:o})=>{let i;if(n){if(!!e==!!n[0]){let e=Js.get(t);return[je.REFRESH,e]}let a=e?s:r;return e?(i=Ys.get(t),i||(i=new Ze(a.call(o,e),o),Ys.set(t,i))):(i=tr.get(t),i||(i=new Ze(a.call(o,e),o),tr.set(t,i))),[je.REPLACE,a,i]}let a=e?s:r;return e?(i=Ys.get(t),i||(i=new Ze(a.call(o,e),o),Ys.set(t,i))):(i=tr.get(t),i||(i=new Ze(a.call(o,e),o),tr.set(t,i))),Js.set(t,a),[je.INIT,a,i]}}),[Ke.TEXT,Ke.SLOT]),sr=new WeakMap,rr=ze((function(t,e){return(t,[e,s],r,{renderComponent:n})=>{let o=sr.get(t);return e&&!sr.has(t)&&(o=new Ze(s.call(n),n),sr.set(t,o)),r?r[0]?e?[je.REFRESH,s]:[je.REMOVE]:e?[je.REPLACE,s,o]:[je.NONE]:[je.INIT,...e?[s,o]:[]]}}),[Ke.TEXT,Ke.SLOT]);var nr;!function(t){t.CHANGE="change",t.INPUT="input"}(nr||(nr={}));const or=ze((function(t,s="value",n){return(t,[s,n,o],i,{varChain:a,renderComponent:c})=>{n=n??"value";const u=t;if(i){const t=i[0],e=s;if(!l(e)&&Object.is(e,t))return;if(u instanceof Fe)u.updateProps({[n]:e});else if(u instanceof HTMLTextAreaElement||u instanceof HTMLSelectElement){if(u.setAttribute(n,e+""),u instanceof HTMLSelectElement){let t=N(u.querySelectorAll("option"),(t=>t.value==e));t&&(t.selected=!0)}}else if(u instanceof HTMLInputElement){if(u.value==e)return;switch(u.type){case"checkbox":case"radio":e?u.setAttribute("checked",""):u.removeAttribute("checked");break;case"text":case"email":case"number":case"password":case"search":case"tel":case"url":u.setAttribute(n,e+""),b(u,n,e);break;default:u.setAttribute(n,e+"")}}return}let h;h=r(o)?e(o)[0]:z(a);const d=rt(h,".")[0];let p=ne.get(c),g="";p&&(g=p[d]),d in c||!g||g in c||Kt(`model - property '${d}' is not defined on the instance of `+c.tagName);let _=c._eventBindList;if(l(s)||F(s)||(s=""),Et[u.tagName.toLowerCase()]){te(c,u,{[n]:s}),Le(u,c,"update:"+n,(function(t){let e=this,s=(ne.get(e)??{})[d];!(d in e)&&s&&f(e.wrapperComponent,d)===f(e,s)&&(e=e.wrapperComponent||e),b(e,h,t.value)}))}else if(u instanceof HTMLTextAreaElement){u.setAttribute(n,s+"");let t="input";_.push([t,function(t){let e=t.target;b(this,h,e.value)},u])}else if(u instanceof HTMLInputElement){let t="",e="";switch(u.type){case"checkbox":case"radio":t="checked",e="change";break;default:t="value",e="input"}u.setAttribute(n??t,s+""),_.push([e,function(t){let e=t.target;b(this,h,e.value)},u])}else u instanceof HTMLSelectElement&&(u.setAttribute(n,s+""),_.push(["change",function(t){let e=t.target,s=this,r=(ne.get(s)??{})[d];!(d in s)&&r&&f(s.wrapperComponent,d)===f(s,r)&&(s=s.wrapperComponent||s),b(s,h,e.value)},u]))}}),[Ke.TAG]),ir=new WeakMap,ar=ze((function(t,e){return(t,[e,s],r)=>{if(r&&e===r[0])return;let n=t;if(!ir.has(n)){let t=n.style.display;ir.set(n,"none"==t?"unset":t)}n.style.display=e?ir.get(n):"none",s&&s(n,e)}}),[Ke.TAG]),lr=ze((function(t,e){return(t,[e,s],r,{renderComponent:n,slotComponent:o})=>{if(r)return;e=e.bind(n);let i=Ht.get(o);i||(i={},Ht.set(o,i)),i[s||"default"]=e}}),[Ke.SLOT]);class cr{static getCssText(t,e=!1){return r(t)?t:ht(x(t,((t,s)=>s.startsWith("--")?s+":"+t+(e?" !important":""):v(s)+":"+t+(e?" !important":""))),";")+";"}static setStyle(t,e){if(r(t)&&!F(t))return;let s=cr.getCssText(t);e.style.cssText=s}}const ur=ze((function(...t){return(t,e,s,{renderComponent:r})=>{let n=t,o=st(e,((t,e)=>t+cr.getCssText(e)),""),i=Q(o.split(";").map((t=>t.split(":")[0]))),a=Q(n.style.cssText.split(";")),l=q(a,(t=>i.some((e=>t.trim().startsWith(e)))));n.style.cssText=o+l.join(";")}}),[Ke.TAG]),hr=new WeakMap,dr=new WeakMap,pr=ze((function(t,e){return(t,[e,s],r,{renderComponent:n})=>{let o=()=>Es``,i=[],a=[];w(s,((t,e)=>{if(c(t))i.push(e),a.push(t);else{let e=t[0],s=t[1];i.push(e),a.push(s)}"default"===e&&(o=t)}));let l=tt(i,(t=>c(t)?t(e):t==e)),u=hr.get(t);hr.set(t,l);let h=dr.get(t);if(h||(h=[],dr.set(t,h)),!h[l]){let t=new Ze((a[l]??o).call(n),n);h[l]=t}return r?u==l?[je.REFRESH,a[l]??o]:[je.REPLACE,a[l]??o,h[l]]:[je.INIT,a[l]??o,h[l]]}}),[Ke.TEXT,Ke.SLOT]);function fr(){w(Et,((t,e)=>{customElements.define(e,t)}))}export{Fe as CompElem,cr as CssHelper,bs as Decorator,ys as DecoratorType,Ss as DecoratorWrapper,je as DirectiveUpdateTag,Zt as DomUtil,Ke as EnterPointType,nr as ModelTriggerType,xs as QueryCache,Je as Template,_e as _getObservedAttrs,zt as _getSuper,Xt as _toUpdatePath,te as addUninitializedSubComponentProp,Fs as bind,js as classes,Ms as computed,vs as createRef,Cs as debounced,Ns as decorator,Ts as decoratorWithNoArgs,ze as directive,qe as directiveScopeChecker,ks as event,Xs as forEach,Qt as getBooleanValue,Jt as getSlotComponent,Es as h,Zs as html,er as ifElse,rr as ifTrue,qt as isBooleanProp,Yt as isCompElemNode,Vs as makeState,or as model,Rs as onced,pe as prop,Is as query,Ls as queryAll,fr as regComponents,ar as show,Kt as showError,jt as showTagError,Gt as showTagWarn,$t as showWarn,lr as slot,Os as state,ur as styles,Ws as tag,Hs as throttled,Ge as updateDirective,Us as watch,pr as when};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "compelem",
3
- "version": "0.25.0",
3
+ "version": "0.25.1",
4
4
  "description": "A modern, reactive, fast, lightweight and flexible lib for building web components",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
package/reactive.d.ts CHANGED
@@ -22,7 +22,7 @@ export declare const PROXY_MAP: WeakMap<Record<string, any>, ProxyConstructor>;
22
22
  export declare const EXTRA_CONTEXT_OF_VAR: WeakMap<any, Set<WeakRef<CompElem<any>>>>;
23
23
  export declare function reactive(obj: Record<string, any>, context: CompElem<any>, rootProp?: string): ProxyConstructor;
24
24
  export declare function notifyUpdate(context: CompElem, newValue: any, oldValue: any, path: string[], subNewValue?: any, subOldValue?: any): void;
25
- export declare function requestUpdate(context: CompElem<any>, nv: any, ov: any, subChain: string[]): void;
25
+ export declare function requestUpdate(context: CompElem<any>, nv: any, ov: any, subChain: string[], rootObjNew?: any, rootObjOld?: any): void;
26
26
  export declare class Queue {
27
27
  static nextSet: Set<Updater>;
28
28
  static nextPending: boolean;