@estjs/template 0.0.17-beta.2 → 0.0.17-beta.3

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.
@@ -1 +1 @@
1
- import'@estjs/shared';import {setCurrentScope,effectScope}from'@estjs/signals';var f=Object.getOwnPropertySymbols;var y=Object.prototype.hasOwnProperty,v=Object.prototype.propertyIsEnumerable;var m=(e,o)=>{var r={};for(var n in e)y.call(e,n)&&o.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&f)for(var n of f(e))o.indexOf(n)<0&&v.call(e,n)&&(r[n]=e[n]);return r};var D=(e,o,r)=>new Promise((n,i)=>{var a=l=>{try{c(r.next(l));}catch(d){i(d);}},S=l=>{try{c(r.throw(l));}catch(d){i(d);}},c=l=>l.done?n(l.value):Promise.resolve(l.value).then(a,S);c((r=r.apply(e,o)).next());});var t=null,s=0;function w(){return t}function u(e){t=e,setCurrentScope(e==null?void 0:e.effectScope);}function T(e=t){let o=e?e.effectScope.run(()=>effectScope()):effectScope(true),r={id:++s,effectScope:o,parent:e,children:null,provides:null,cleanup:null,onMount:null,onUpdate:null,onDestroy:null,isMounted:false,isDestroyed:false};return e&&(e.children||(e.children=new Set),e.children.add(r)),r}function k(e,o){let r=t;u(e);try{return e.effectScope.run(o)}finally{u(r);}}function _(e){var r;if(!e||e.isDestroyed)return;if(e.isDestroyed=true,e.children&&e.children.size>0){for(let n of e.children)n&&(n.parent=null,_(n));e.children.clear();}let o=t;if(u(e),e.onDestroy){for(let n=0;n<e.onDestroy.length;n++)try{e.onDestroy[n]();}catch(i){}e.onDestroy=null;}if(e.cleanup){for(let n=0;n<e.cleanup.length;n++)try{e.cleanup[n]();}catch(i){}e.cleanup=null;}u(o),e.effectScope.stop(),(r=e.parent)!=null&&r.children&&e.parent.children.delete(e),e.provides&&(e.provides.clear(),e.provides=null),e.onMount=null,e.onUpdate=null,e.children=null,e.parent=null;}function C(e){let o=t;o&&(o.cleanup||(o.cleanup=[]),o.cleanup.push(e));}export{m as a,D as b,w as c,u as d,T as e,k as f,_ as g,C as h};
1
+ import'@estjs/shared';import {setCurrentScope,effectScope}from'@estjs/signals';var f=Object.getOwnPropertySymbols;var y=Object.prototype.hasOwnProperty,v=Object.prototype.propertyIsEnumerable;var m=(e,o)=>{var r={};for(var n in e)y.call(e,n)&&o.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&f)for(var n of f(e))o.indexOf(n)<0&&v.call(e,n)&&(r[n]=e[n]);return r};var D=(e,o,r)=>new Promise((n,i)=>{var a=l=>{try{c(r.next(l));}catch(d){i(d);}},S=l=>{try{c(r.throw(l));}catch(d){i(d);}},c=l=>l.done?n(l.value):Promise.resolve(l.value).then(a,S);c((r=r.apply(e,o)).next());});var t=null,s=0;function w(){return t}function u(e){t=e,setCurrentScope(e==null?void 0:e.effectScope);}function T(e=t){let o=e?e.effectScope.run(()=>effectScope()):effectScope(true),r={id:++s,effectScope:o,parent:e,children:null,provides:null,cleanup:null,onMount:null,onUpdate:null,onDestroy:null,isMounted:false,isDestroyed:false};return e&&(e.children||(e.children=new Set),e.children.add(r)),r}function k(e,o){let r=t;u(e);try{return e.effectScope.run(o)}finally{u(r);}}function _(e){var r;if(!e||e.isDestroyed)return;if(e.isDestroyed=true,(r=e.parent)!=null&&r.children&&e.parent.children.delete(e),e.parent=null,e.children&&e.children.size>0){for(let n of e.children)n&&(n.parent=null,_(n));e.children.clear();}let o=t;if(u(e),e.onDestroy){for(let n=0;n<e.onDestroy.length;n++)try{e.onDestroy[n]();}catch(i){}e.onDestroy=null;}if(e.cleanup){for(let n=0;n<e.cleanup.length;n++)try{e.cleanup[n]();}catch(i){}e.cleanup=null;}u(o),e.effectScope.stop(),e.provides&&(e.provides.clear(),e.provides=null),e.onMount=null,e.onUpdate=null,e.children=null;}function C(e){let o=t;o&&(o.cleanup||(o.cleanup=[]),o.cleanup.push(e));}export{m as a,D as b,w as c,u as d,T as e,k as f,_ as g,C as h};
@@ -89,6 +89,10 @@ function disposeScope(scope) {
89
89
  return;
90
90
  }
91
91
  scope.isDestroyed = true;
92
+ if ((_a = scope.parent) == null ? void 0 : _a.children) {
93
+ scope.parent.children.delete(scope);
94
+ }
95
+ scope.parent = null;
92
96
  if (scope.children && scope.children.size > 0) {
93
97
  for (const child of scope.children) {
94
98
  if (child) {
@@ -122,9 +126,6 @@ function disposeScope(scope) {
122
126
  }
123
127
  setActiveScope(prevScope);
124
128
  scope.effectScope.stop();
125
- if ((_a = scope.parent) == null ? void 0 : _a.children) {
126
- scope.parent.children.delete(scope);
127
- }
128
129
  if (scope.provides) {
129
130
  scope.provides.clear();
130
131
  scope.provides = null;
@@ -132,7 +133,6 @@ function disposeScope(scope) {
132
133
  scope.onMount = null;
133
134
  scope.onUpdate = null;
134
135
  scope.children = null;
135
- scope.parent = null;
136
136
  }
137
137
  function onCleanup(fn) {
138
138
  const scope = activeScope;
@@ -149,5 +149,5 @@ function onCleanup(fn) {
149
149
  }
150
150
 
151
151
  export { __async, __objRest, createScope, disposeScope, getActiveScope, onCleanup, runWithScope, setActiveScope };
152
- //# sourceMappingURL=chunk-R6JICOKI.dev.js.map
153
- //# sourceMappingURL=chunk-R6JICOKI.dev.js.map
152
+ //# sourceMappingURL=chunk-PYFF2HI3.dev.js.map
153
+ //# sourceMappingURL=chunk-PYFF2HI3.dev.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/scope.ts"],"names":[],"mappings":"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","file":"chunk-PYFF2HI3.dev.js","sourcesContent":["import { error } from '@estjs/shared';\nimport { type EffectScope, effectScope, setCurrentScope } from '@estjs/signals';\nimport type { InjectionKey } from './provide';\n\n/**\n * Scope represents an execution context in the component tree.\n * It manages provides, cleanup functions, and lifecycle hooks.\n */\nexport interface Scope {\n /** Unique identifier for debugging */\n readonly id: number;\n\n /** Reactive effect scope tied to this template scope */\n readonly effectScope: EffectScope;\n\n /** Parent scope in the hierarchy */\n parent: Scope | null;\n\n /** Child scopes (lazy initialized) */\n children: Set<Scope> | null;\n\n /** Provided values (lazy initialized) */\n provides: Map<InjectionKey<unknown> | string | number | symbol, unknown> | null;\n\n /** Cleanup functions (lazy initialized) */\n cleanup: Array<() => void> | null;\n\n /** Mount lifecycle hooks (lazy initialized) */\n onMount: Array<() => void | Promise<void>> | null;\n\n /** Update lifecycle hooks (lazy initialized) */\n onUpdate: Array<() => void | Promise<void>> | null;\n\n /** Destroy lifecycle hooks (lazy initialized) */\n onDestroy: Array<() => void | Promise<void>> | null;\n\n /** Whether the scope has been mounted */\n isMounted: boolean;\n\n /** Whether the scope has been destroyed */\n isDestroyed: boolean;\n}\n\n/** Currently active scope */\nlet activeScope: Scope | null = null;\n\n/** Scope ID counter for unique identification */\nlet scopeId = 0;\n\n/**\n * Get the currently active scope.\n *\n * @returns The active scope or null if none is active.\n */\nexport function getActiveScope(): Scope | null {\n return activeScope;\n}\n\n/**\n * Set the active scope (internal use).\n *\n * @param scope - The scope to set as active.\n * @returns {void}\n */\nexport function setActiveScope(scope: Scope | null): void {\n activeScope = scope;\n setCurrentScope(scope?.effectScope);\n}\n\n/**\n * Create a new scope with optional parent.\n * If no parent is provided, uses the current active scope as parent.\n *\n * @param parent - Optional parent scope (defaults to active scope).\n * @returns A new scope instance.\n */\nexport function createScope(parent: Scope | null = activeScope): Scope {\n const reactiveScope = parent ? parent.effectScope.run(() => effectScope())! : effectScope(true);\n const scope: Scope = {\n id: ++scopeId,\n effectScope: reactiveScope,\n parent,\n children: null, // Lazy initialized\n provides: null, // Lazy initialized\n cleanup: null, // Lazy initialized\n onMount: null, // Lazy initialized\n onUpdate: null, // Lazy initialized\n onDestroy: null, // Lazy initialized\n isMounted: false,\n isDestroyed: false,\n };\n\n // Establish parent-child relationship\n if (parent) {\n if (!parent.children) {\n parent.children = new Set();\n }\n parent.children.add(scope);\n }\n\n return scope;\n}\n\n/**\n * Run a function within a scope, ensuring proper cleanup.\n * The previous active scope is restored even if the function throws.\n *\n * @param scope - The scope to run within.\n * @param fn - The function to execute.\n * @returns The return value of the function.\n */\nexport function runWithScope<T>(scope: Scope, fn: () => T): T {\n const prevScope = activeScope;\n setActiveScope(scope);\n try {\n return scope.effectScope.run(fn) as T;\n } finally {\n setActiveScope(prevScope);\n }\n}\n\n/**\n * Dispose a scope and all its children.\n * Children are disposed first (depth-first), then the scope itself.\n *\n * @param scope - The scope to dispose.\n * @returns {void}\n */\nexport function disposeScope(scope: Scope): void {\n // Idempotent: already destroyed\n if (!scope || scope.isDestroyed) {\n return;\n }\n\n // Mark destroyed immediately to block re-entrant disposeScope calls\n // (e.g. an onDestroy hook that accidentally disposes the same scope again).\n scope.isDestroyed = true;\n\n // Detach from parent BEFORE running destroy hooks so the scope hierarchy\n // is consistent if a destroy hook walks the scope tree or disposes the parent.\n if (scope.parent?.children) {\n scope.parent.children.delete(scope);\n }\n // Break parent reference early to prevent any hook from accidentally\n // re-traversing up to an already-disposing ancestor.\n scope.parent = null;\n\n // Dispose children first (depth-first). Null each child's parent before\n // recursing so the child's own detach step is a no-op — otherwise it would\n // delete itself from this Set while we're iterating it.\n if (scope.children && scope.children.size > 0) {\n for (const child of scope.children) {\n if (child) {\n child.parent = null;\n disposeScope(child);\n }\n }\n scope.children.clear();\n }\n\n // Execute destroy hooks with this scope active so inject/provide work in callbacks.\n const prevScope = activeScope;\n setActiveScope(scope);\n if (scope.onDestroy) {\n for (let i = 0; i < scope.onDestroy.length; i++) {\n try {\n scope.onDestroy[i]();\n } catch (error_) {\n if (__DEV__) error(`Scope(${scope.id}): Error in destroy hook:`, error_);\n }\n }\n scope.onDestroy = null;\n }\n if (scope.cleanup) {\n for (let i = 0; i < scope.cleanup.length; i++) {\n try {\n scope.cleanup[i]();\n } catch (error_) {\n if (__DEV__) error(`Scope(${scope.id}): Error in cleanup:`, error_);\n }\n }\n scope.cleanup = null;\n }\n setActiveScope(prevScope);\n\n scope.effectScope.stop();\n\n // Clear all internal collections to prevent memory leaks\n if (scope.provides) {\n scope.provides.clear();\n scope.provides = null;\n }\n scope.onMount = null;\n scope.onUpdate = null;\n scope.children = null;\n}\n\n/**\n * Register a cleanup function in the current scope.\n * The function will be called when the scope is disposed.\n *\n * @param fn - The cleanup function.\n */\nexport function onCleanup(fn: () => void): void {\n const scope = activeScope;\n\n if (!scope) {\n if (__DEV__) {\n error('onCleanup() must be called within a scope');\n }\n return;\n }\n\n // Lazy initialize cleanup array\n if (!scope.cleanup) {\n scope.cleanup = [];\n }\n\n scope.cleanup.push(fn);\n}\n"]}
package/dist/internal.cjs CHANGED
@@ -1 +1 @@
1
- 'use strict';require('@estjs/shared');var signals=require('@estjs/signals');var l=null,f=0;function S(){return l}function t(e){l=e,signals.setCurrentScope(e==null?void 0:e.effectScope);}function a(e=l){let n=e?e.effectScope.run(()=>signals.effectScope()):signals.effectScope(true),o={id:++f,effectScope:n,parent:e,children:null,provides:null,cleanup:null,onMount:null,onUpdate:null,onDestroy:null,isMounted:false,isDestroyed:false};return e&&(e.children||(e.children=new Set),e.children.add(o)),o}function y(e,n){let o=l;t(e);try{return e.effectScope.run(n)}finally{t(o);}}function c(e){var o;if(!e||e.isDestroyed)return;if(e.isDestroyed=true,e.children&&e.children.size>0){for(let r of e.children)r&&(r.parent=null,c(r));e.children.clear();}let n=l;if(t(e),e.onDestroy){for(let r=0;r<e.onDestroy.length;r++)try{e.onDestroy[r]();}catch(u){}e.onDestroy=null;}if(e.cleanup){for(let r=0;r<e.cleanup.length;r++)try{e.cleanup[r]();}catch(u){}e.cleanup=null;}t(n),e.effectScope.stop(),(o=e.parent)!=null&&o.children&&e.parent.children.delete(e),e.provides&&(e.provides.clear(),e.provides=null),e.onMount=null,e.onUpdate=null,e.children=null,e.parent=null;}exports.createScope=a;exports.disposeScope=c;exports.getActiveScope=S;exports.runWithScope=y;exports.setActiveScope=t;
1
+ 'use strict';require('@estjs/shared');var signals=require('@estjs/signals');var l=null,f=0;function S(){return l}function t(e){l=e,signals.setCurrentScope(e==null?void 0:e.effectScope);}function a(e=l){let n=e?e.effectScope.run(()=>signals.effectScope()):signals.effectScope(true),o={id:++f,effectScope:n,parent:e,children:null,provides:null,cleanup:null,onMount:null,onUpdate:null,onDestroy:null,isMounted:false,isDestroyed:false};return e&&(e.children||(e.children=new Set),e.children.add(o)),o}function y(e,n){let o=l;t(e);try{return e.effectScope.run(n)}finally{t(o);}}function c(e){var o;if(!e||e.isDestroyed)return;if(e.isDestroyed=true,(o=e.parent)!=null&&o.children&&e.parent.children.delete(e),e.parent=null,e.children&&e.children.size>0){for(let r of e.children)r&&(r.parent=null,c(r));e.children.clear();}let n=l;if(t(e),e.onDestroy){for(let r=0;r<e.onDestroy.length;r++)try{e.onDestroy[r]();}catch(u){}e.onDestroy=null;}if(e.cleanup){for(let r=0;r<e.cleanup.length;r++)try{e.cleanup[r]();}catch(u){}e.cleanup=null;}t(n),e.effectScope.stop(),e.provides&&(e.provides.clear(),e.provides=null),e.onMount=null,e.onUpdate=null,e.children=null;}exports.createScope=a;exports.disposeScope=c;exports.getActiveScope=S;exports.runWithScope=y;exports.setActiveScope=t;
@@ -57,6 +57,10 @@ function disposeScope(scope) {
57
57
  return;
58
58
  }
59
59
  scope.isDestroyed = true;
60
+ if ((_a = scope.parent) == null ? void 0 : _a.children) {
61
+ scope.parent.children.delete(scope);
62
+ }
63
+ scope.parent = null;
60
64
  if (scope.children && scope.children.size > 0) {
61
65
  for (const child of scope.children) {
62
66
  if (child) {
@@ -90,9 +94,6 @@ function disposeScope(scope) {
90
94
  }
91
95
  setActiveScope(prevScope);
92
96
  scope.effectScope.stop();
93
- if ((_a = scope.parent) == null ? void 0 : _a.children) {
94
- scope.parent.children.delete(scope);
95
- }
96
97
  if (scope.provides) {
97
98
  scope.provides.clear();
98
99
  scope.provides = null;
@@ -100,7 +101,6 @@ function disposeScope(scope) {
100
101
  scope.onMount = null;
101
102
  scope.onUpdate = null;
102
103
  scope.children = null;
103
- scope.parent = null;
104
104
  }
105
105
 
106
106
  exports.createScope = createScope;
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/scope.ts"],"names":["setCurrentScope","effectScope","error"],"mappings":"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","file":"internal.dev.cjs","sourcesContent":["import { error } from '@estjs/shared';\nimport { type EffectScope, effectScope, setCurrentScope } from '@estjs/signals';\nimport type { InjectionKey } from './provide';\n\n/**\n * Scope represents an execution context in the component tree.\n * It manages provides, cleanup functions, and lifecycle hooks.\n */\nexport interface Scope {\n /** Unique identifier for debugging */\n readonly id: number;\n\n /** Reactive effect scope tied to this template scope */\n readonly effectScope: EffectScope;\n\n /** Parent scope in the hierarchy */\n parent: Scope | null;\n\n /** Child scopes (lazy initialized) */\n children: Set<Scope> | null;\n\n /** Provided values (lazy initialized) */\n provides: Map<InjectionKey<unknown> | string | number | symbol, unknown> | null;\n\n /** Cleanup functions (lazy initialized) */\n cleanup: Array<() => void> | null;\n\n /** Mount lifecycle hooks (lazy initialized) */\n onMount: Array<() => void | Promise<void>> | null;\n\n /** Update lifecycle hooks (lazy initialized) */\n onUpdate: Array<() => void | Promise<void>> | null;\n\n /** Destroy lifecycle hooks (lazy initialized) */\n onDestroy: Array<() => void | Promise<void>> | null;\n\n /** Whether the scope has been mounted */\n isMounted: boolean;\n\n /** Whether the scope has been destroyed */\n isDestroyed: boolean;\n}\n\n/** Currently active scope */\nlet activeScope: Scope | null = null;\n\n/** Scope ID counter for unique identification */\nlet scopeId = 0;\n\n/**\n * Get the currently active scope.\n *\n * @returns The active scope or null if none is active.\n */\nexport function getActiveScope(): Scope | null {\n return activeScope;\n}\n\n/**\n * Set the active scope (internal use).\n *\n * @param scope - The scope to set as active.\n * @returns {void}\n */\nexport function setActiveScope(scope: Scope | null): void {\n activeScope = scope;\n setCurrentScope(scope?.effectScope);\n}\n\n/**\n * Create a new scope with optional parent.\n * If no parent is provided, uses the current active scope as parent.\n *\n * @param parent - Optional parent scope (defaults to active scope).\n * @returns A new scope instance.\n */\nexport function createScope(parent: Scope | null = activeScope): Scope {\n const reactiveScope = parent ? parent.effectScope.run(() => effectScope())! : effectScope(true);\n const scope: Scope = {\n id: ++scopeId,\n effectScope: reactiveScope,\n parent,\n children: null, // Lazy initialized\n provides: null, // Lazy initialized\n cleanup: null, // Lazy initialized\n onMount: null, // Lazy initialized\n onUpdate: null, // Lazy initialized\n onDestroy: null, // Lazy initialized\n isMounted: false,\n isDestroyed: false,\n };\n\n // Establish parent-child relationship\n if (parent) {\n if (!parent.children) {\n parent.children = new Set();\n }\n parent.children.add(scope);\n }\n\n return scope;\n}\n\n/**\n * Run a function within a scope, ensuring proper cleanup.\n * The previous active scope is restored even if the function throws.\n *\n * @param scope - The scope to run within.\n * @param fn - The function to execute.\n * @returns The return value of the function.\n */\nexport function runWithScope<T>(scope: Scope, fn: () => T): T {\n const prevScope = activeScope;\n setActiveScope(scope);\n try {\n return scope.effectScope.run(fn) as T;\n } finally {\n setActiveScope(prevScope);\n }\n}\n\n/**\n * Dispose a scope and all its children.\n * Children are disposed first (depth-first), then the scope itself.\n *\n * @param scope - The scope to dispose.\n * @returns {void}\n */\nexport function disposeScope(scope: Scope): void {\n // Idempotent: already destroyed\n if (!scope || scope.isDestroyed) {\n return;\n }\n\n // Mark destroyed immediately to block re-entrant disposeScope calls\n // (e.g. an onDestroy hook that accidentally disposes the same scope again).\n scope.isDestroyed = true;\n\n // Dispose children first (depth-first)\n // Iterate directly safely by unlinking parent reference to prevent mutation during iteration\n if (scope.children && scope.children.size > 0) {\n for (const child of scope.children) {\n if (child) {\n child.parent = null;\n disposeScope(child);\n }\n }\n scope.children.clear();\n }\n\n // Execute destroy hooks with this scope active so inject/provide work in callbacks.\n const prevScope = activeScope;\n setActiveScope(scope);\n if (scope.onDestroy) {\n for (let i = 0; i < scope.onDestroy.length; i++) {\n try {\n scope.onDestroy[i]();\n } catch (error_) {\n if (__DEV__) error(`Scope(${scope.id}): Error in destroy hook:`, error_);\n }\n }\n scope.onDestroy = null;\n }\n if (scope.cleanup) {\n for (let i = 0; i < scope.cleanup.length; i++) {\n try {\n scope.cleanup[i]();\n } catch (error_) {\n if (__DEV__) error(`Scope(${scope.id}): Error in cleanup:`, error_);\n }\n }\n scope.cleanup = null;\n }\n setActiveScope(prevScope);\n\n scope.effectScope.stop();\n\n // Remove from parent's children\n if (scope.parent?.children) {\n scope.parent.children.delete(scope);\n }\n\n // Clear all internal collections to prevent memory leaks\n if (scope.provides) {\n scope.provides.clear();\n scope.provides = null;\n }\n scope.onMount = null;\n scope.onUpdate = null;\n scope.children = null;\n\n // Break parent reference to prevent memory leaks\n scope.parent = null;\n}\n\n/**\n * Register a cleanup function in the current scope.\n * The function will be called when the scope is disposed.\n *\n * @param fn - The cleanup function.\n */\nexport function onCleanup(fn: () => void): void {\n const scope = activeScope;\n\n if (!scope) {\n if (__DEV__) {\n error('onCleanup() must be called within a scope');\n }\n return;\n }\n\n // Lazy initialize cleanup array\n if (!scope.cleanup) {\n scope.cleanup = [];\n }\n\n scope.cleanup.push(fn);\n}\n"]}
1
+ {"version":3,"sources":["../src/scope.ts"],"names":["setCurrentScope","effectScope","error"],"mappings":";;;;;;AA4CA,IAAI,WAAA,GAA4B,IAAA;AAGhC,IAAI,OAAA,GAAU,CAAA;AAOP,SAAS,cAAA,GAA+B;AAC7C,EAAA,OAAO,WAAA;AACT;AAQO,SAAS,eAAe,KAAA,EAA2B;AACxD,EAAA,WAAA,GAAc,KAAA;AACd,EAAAA,uBAAA,CAAgB,+BAAO,WAAW,CAAA;AACpC;AASO,SAAS,WAAA,CAAY,SAAuB,WAAA,EAAoB;AACrE,EAAA,MAAM,aAAA,GAAgB,MAAA,GAAS,MAAA,CAAO,WAAA,CAAY,GAAA,CAAI,MAAMC,mBAAA,EAAa,CAAA,GAAKA,mBAAA,CAAY,IAAI,CAAA;AAC9F,EAAA,MAAM,KAAA,GAAe;AAAA,IACnB,IAAI,EAAE,OAAA;AAAA,IACN,WAAA,EAAa,aAAA;AAAA,IACb,MAAA;AAAA,IACA,QAAA,EAAU,IAAA;AAAA;AAAA,IACV,QAAA,EAAU,IAAA;AAAA;AAAA,IACV,OAAA,EAAS,IAAA;AAAA;AAAA,IACT,OAAA,EAAS,IAAA;AAAA;AAAA,IACT,QAAA,EAAU,IAAA;AAAA;AAAA,IACV,SAAA,EAAW,IAAA;AAAA;AAAA,IACX,SAAA,EAAW,KAAA;AAAA,IACX,WAAA,EAAa;AAAA,GACf;AAGA,EAAA,IAAI,MAAA,EAAQ;AACV,IAAA,IAAI,CAAC,OAAO,QAAA,EAAU;AACpB,MAAA,MAAA,CAAO,QAAA,uBAAe,GAAA,EAAI;AAAA,IAC5B;AACA,IAAA,MAAA,CAAO,QAAA,CAAS,IAAI,KAAK,CAAA;AAAA,EAC3B;AAEA,EAAA,OAAO,KAAA;AACT;AAUO,SAAS,YAAA,CAAgB,OAAc,EAAA,EAAgB;AAC5D,EAAA,MAAM,SAAA,GAAY,WAAA;AAClB,EAAA,cAAA,CAAe,KAAK,CAAA;AACpB,EAAA,IAAI;AACF,IAAA,OAAO,KAAA,CAAM,WAAA,CAAY,GAAA,CAAI,EAAE,CAAA;AAAA,EACjC,CAAA,SAAE;AACA,IAAA,cAAA,CAAe,SAAS,CAAA;AAAA,EAC1B;AACF;AASO,SAAS,aAAa,KAAA,EAAoB;AAhIjD,EAAA,IAAA,EAAA;AAkIE,EAAA,IAAI,CAAC,KAAA,IAAS,KAAA,CAAM,WAAA,EAAa;AAC/B,IAAA;AAAA,EACF;AAIA,EAAA,KAAA,CAAM,WAAA,GAAc,IAAA;AAIpB,EAAA,IAAA,CAAI,EAAA,GAAA,KAAA,CAAM,MAAA,KAAN,IAAA,GAAA,MAAA,GAAA,EAAA,CAAc,QAAA,EAAU;AAC1B,IAAA,KAAA,CAAM,MAAA,CAAO,QAAA,CAAS,MAAA,CAAO,KAAK,CAAA;AAAA,EACpC;AAGA,EAAA,KAAA,CAAM,MAAA,GAAS,IAAA;AAKf,EAAA,IAAI,KAAA,CAAM,QAAA,IAAY,KAAA,CAAM,QAAA,CAAS,OAAO,CAAA,EAAG;AAC7C,IAAA,KAAA,MAAW,KAAA,IAAS,MAAM,QAAA,EAAU;AAClC,MAAA,IAAI,KAAA,EAAO;AACT,QAAA,KAAA,CAAM,MAAA,GAAS,IAAA;AACf,QAAA,YAAA,CAAa,KAAK,CAAA;AAAA,MACpB;AAAA,IACF;AACA,IAAA,KAAA,CAAM,SAAS,KAAA,EAAM;AAAA,EACvB;AAGA,EAAA,MAAM,SAAA,GAAY,WAAA;AAClB,EAAA,cAAA,CAAe,KAAK,CAAA;AACpB,EAAA,IAAI,MAAM,SAAA,EAAW;AACnB,IAAA,KAAA,IAAS,IAAI,CAAA,EAAG,CAAA,GAAI,KAAA,CAAM,SAAA,CAAU,QAAQ,CAAA,EAAA,EAAK;AAC/C,MAAA,IAAI;AACF,QAAA,KAAA,CAAM,SAAA,CAAU,CAAC,CAAA,EAAE;AAAA,MACrB,SAAS,MAAA,EAAQ;AACf,QAAaC,YAAA,CAAM,CAAA,MAAA,EAAS,KAAA,CAAM,EAAE,6BAA6B,MAAM,CAAA;AAAA,MACzE;AAAA,IACF;AACA,IAAA,KAAA,CAAM,SAAA,GAAY,IAAA;AAAA,EACpB;AACA,EAAA,IAAI,MAAM,OAAA,EAAS;AACjB,IAAA,KAAA,IAAS,IAAI,CAAA,EAAG,CAAA,GAAI,KAAA,CAAM,OAAA,CAAQ,QAAQ,CAAA,EAAA,EAAK;AAC7C,MAAA,IAAI;AACF,QAAA,KAAA,CAAM,OAAA,CAAQ,CAAC,CAAA,EAAE;AAAA,MACnB,SAAS,MAAA,EAAQ;AACf,QAAaA,YAAA,CAAM,CAAA,MAAA,EAAS,KAAA,CAAM,EAAE,wBAAwB,MAAM,CAAA;AAAA,MACpE;AAAA,IACF;AACA,IAAA,KAAA,CAAM,OAAA,GAAU,IAAA;AAAA,EAClB;AACA,EAAA,cAAA,CAAe,SAAS,CAAA;AAExB,EAAA,KAAA,CAAM,YAAY,IAAA,EAAK;AAGvB,EAAA,IAAI,MAAM,QAAA,EAAU;AAClB,IAAA,KAAA,CAAM,SAAS,KAAA,EAAM;AACrB,IAAA,KAAA,CAAM,QAAA,GAAW,IAAA;AAAA,EACnB;AACA,EAAA,KAAA,CAAM,OAAA,GAAU,IAAA;AAChB,EAAA,KAAA,CAAM,QAAA,GAAW,IAAA;AACjB,EAAA,KAAA,CAAM,QAAA,GAAW,IAAA;AACnB","file":"internal.dev.cjs","sourcesContent":["import { error } from '@estjs/shared';\nimport { type EffectScope, effectScope, setCurrentScope } from '@estjs/signals';\nimport type { InjectionKey } from './provide';\n\n/**\n * Scope represents an execution context in the component tree.\n * It manages provides, cleanup functions, and lifecycle hooks.\n */\nexport interface Scope {\n /** Unique identifier for debugging */\n readonly id: number;\n\n /** Reactive effect scope tied to this template scope */\n readonly effectScope: EffectScope;\n\n /** Parent scope in the hierarchy */\n parent: Scope | null;\n\n /** Child scopes (lazy initialized) */\n children: Set<Scope> | null;\n\n /** Provided values (lazy initialized) */\n provides: Map<InjectionKey<unknown> | string | number | symbol, unknown> | null;\n\n /** Cleanup functions (lazy initialized) */\n cleanup: Array<() => void> | null;\n\n /** Mount lifecycle hooks (lazy initialized) */\n onMount: Array<() => void | Promise<void>> | null;\n\n /** Update lifecycle hooks (lazy initialized) */\n onUpdate: Array<() => void | Promise<void>> | null;\n\n /** Destroy lifecycle hooks (lazy initialized) */\n onDestroy: Array<() => void | Promise<void>> | null;\n\n /** Whether the scope has been mounted */\n isMounted: boolean;\n\n /** Whether the scope has been destroyed */\n isDestroyed: boolean;\n}\n\n/** Currently active scope */\nlet activeScope: Scope | null = null;\n\n/** Scope ID counter for unique identification */\nlet scopeId = 0;\n\n/**\n * Get the currently active scope.\n *\n * @returns The active scope or null if none is active.\n */\nexport function getActiveScope(): Scope | null {\n return activeScope;\n}\n\n/**\n * Set the active scope (internal use).\n *\n * @param scope - The scope to set as active.\n * @returns {void}\n */\nexport function setActiveScope(scope: Scope | null): void {\n activeScope = scope;\n setCurrentScope(scope?.effectScope);\n}\n\n/**\n * Create a new scope with optional parent.\n * If no parent is provided, uses the current active scope as parent.\n *\n * @param parent - Optional parent scope (defaults to active scope).\n * @returns A new scope instance.\n */\nexport function createScope(parent: Scope | null = activeScope): Scope {\n const reactiveScope = parent ? parent.effectScope.run(() => effectScope())! : effectScope(true);\n const scope: Scope = {\n id: ++scopeId,\n effectScope: reactiveScope,\n parent,\n children: null, // Lazy initialized\n provides: null, // Lazy initialized\n cleanup: null, // Lazy initialized\n onMount: null, // Lazy initialized\n onUpdate: null, // Lazy initialized\n onDestroy: null, // Lazy initialized\n isMounted: false,\n isDestroyed: false,\n };\n\n // Establish parent-child relationship\n if (parent) {\n if (!parent.children) {\n parent.children = new Set();\n }\n parent.children.add(scope);\n }\n\n return scope;\n}\n\n/**\n * Run a function within a scope, ensuring proper cleanup.\n * The previous active scope is restored even if the function throws.\n *\n * @param scope - The scope to run within.\n * @param fn - The function to execute.\n * @returns The return value of the function.\n */\nexport function runWithScope<T>(scope: Scope, fn: () => T): T {\n const prevScope = activeScope;\n setActiveScope(scope);\n try {\n return scope.effectScope.run(fn) as T;\n } finally {\n setActiveScope(prevScope);\n }\n}\n\n/**\n * Dispose a scope and all its children.\n * Children are disposed first (depth-first), then the scope itself.\n *\n * @param scope - The scope to dispose.\n * @returns {void}\n */\nexport function disposeScope(scope: Scope): void {\n // Idempotent: already destroyed\n if (!scope || scope.isDestroyed) {\n return;\n }\n\n // Mark destroyed immediately to block re-entrant disposeScope calls\n // (e.g. an onDestroy hook that accidentally disposes the same scope again).\n scope.isDestroyed = true;\n\n // Detach from parent BEFORE running destroy hooks so the scope hierarchy\n // is consistent if a destroy hook walks the scope tree or disposes the parent.\n if (scope.parent?.children) {\n scope.parent.children.delete(scope);\n }\n // Break parent reference early to prevent any hook from accidentally\n // re-traversing up to an already-disposing ancestor.\n scope.parent = null;\n\n // Dispose children first (depth-first). Null each child's parent before\n // recursing so the child's own detach step is a no-op otherwise it would\n // delete itself from this Set while we're iterating it.\n if (scope.children && scope.children.size > 0) {\n for (const child of scope.children) {\n if (child) {\n child.parent = null;\n disposeScope(child);\n }\n }\n scope.children.clear();\n }\n\n // Execute destroy hooks with this scope active so inject/provide work in callbacks.\n const prevScope = activeScope;\n setActiveScope(scope);\n if (scope.onDestroy) {\n for (let i = 0; i < scope.onDestroy.length; i++) {\n try {\n scope.onDestroy[i]();\n } catch (error_) {\n if (__DEV__) error(`Scope(${scope.id}): Error in destroy hook:`, error_);\n }\n }\n scope.onDestroy = null;\n }\n if (scope.cleanup) {\n for (let i = 0; i < scope.cleanup.length; i++) {\n try {\n scope.cleanup[i]();\n } catch (error_) {\n if (__DEV__) error(`Scope(${scope.id}): Error in cleanup:`, error_);\n }\n }\n scope.cleanup = null;\n }\n setActiveScope(prevScope);\n\n scope.effectScope.stop();\n\n // Clear all internal collections to prevent memory leaks\n if (scope.provides) {\n scope.provides.clear();\n scope.provides = null;\n }\n scope.onMount = null;\n scope.onUpdate = null;\n scope.children = null;\n}\n\n/**\n * Register a cleanup function in the current scope.\n * The function will be called when the scope is disposed.\n *\n * @param fn - The cleanup function.\n */\nexport function onCleanup(fn: () => void): void {\n const scope = activeScope;\n\n if (!scope) {\n if (__DEV__) {\n error('onCleanup() must be called within a scope');\n }\n return;\n }\n\n // Lazy initialize cleanup array\n if (!scope.cleanup) {\n scope.cleanup = [];\n }\n\n scope.cleanup.push(fn);\n}\n"]}
@@ -1,3 +1,3 @@
1
- export { createScope, disposeScope, getActiveScope, runWithScope, setActiveScope } from './chunk-R6JICOKI.dev.js';
1
+ export { createScope, disposeScope, getActiveScope, runWithScope, setActiveScope } from './chunk-PYFF2HI3.dev.js';
2
2
  //# sourceMappingURL=internal.dev.js.map
3
3
  //# sourceMappingURL=internal.dev.js.map
package/dist/internal.js CHANGED
@@ -1 +1 @@
1
- export{e as createScope,g as disposeScope,c as getActiveScope,f as runWithScope,d as setActiveScope}from'./chunk-3SR36LGP.js';
1
+ export{e as createScope,g as disposeScope,c as getActiveScope,f as runWithScope,d as setActiveScope}from'./chunk-CBFQJ3PB.js';
package/dist/template.cjs CHANGED
@@ -1,2 +1,2 @@
1
- 'use strict';var shared=require('@estjs/shared'),signals=require('@estjs/signals');var an=Object.getOwnPropertySymbols;var Jn=Object.prototype.hasOwnProperty,Qn=Object.prototype.propertyIsEnumerable;var cn=(e,n)=>{var t={};for(var o in e)Jn.call(e,o)&&n.indexOf(o)<0&&(t[o]=e[o]);if(e!=null&&an)for(var o of an(e))n.indexOf(o)<0&&Qn.call(e,o)&&(t[o]=e[o]);return t};var Oe=(e,n,t)=>new Promise((o,r)=>{var s=a=>{try{l(t.next(a));}catch(u){r(u);}},i=a=>{try{l(t.throw(a));}catch(u){r(u);}},l=a=>a.done?o(a.value):Promise.resolve(a.value).then(s,i);l((t=t.apply(e,n)).next());});var un="ref",fn="key",dn="http://www.w3.org/2000/svg",He="http://www.w3.org/2000/xlink",Ve="http://www.w3.org/2000/xmlns/";var je=Symbol(""),ue=Symbol(""),$e=Symbol(""),mn=Symbol(""),Ke=Symbol(""),Ue=Symbol("");var Q=null,et=0;function D(){return Q}function ve(e){Q=e,signals.setCurrentScope(e==null?void 0:e.effectScope);}function K(e=Q){let n=e?e.effectScope.run(()=>signals.effectScope()):signals.effectScope(true),t={id:++et,effectScope:n,parent:e,children:null,provides:null,cleanup:null,onMount:null,onUpdate:null,onDestroy:null,isMounted:false,isDestroyed:false};return e&&(e.children||(e.children=new Set),e.children.add(t)),t}function H(e,n){let t=Q;ve(e);try{return e.effectScope.run(n)}finally{ve(t);}}function I(e){var t;if(!e||e.isDestroyed)return;if(e.isDestroyed=true,e.children&&e.children.size>0){for(let o of e.children)o&&(o.parent=null,I(o));e.children.clear();}let n=Q;if(ve(e),e.onDestroy){for(let o=0;o<e.onDestroy.length;o++)try{e.onDestroy[o]();}catch(r){}e.onDestroy=null;}if(e.cleanup){for(let o=0;o<e.cleanup.length;o++)try{e.cleanup[o]();}catch(r){}e.cleanup=null;}ve(n),e.effectScope.stop(),(t=e.parent)!=null&&t.children&&e.parent.children.delete(e),e.provides&&(e.provides.clear(),e.provides=null),e.onMount=null,e.onUpdate=null,e.children=null,e.parent=null;}function U(e){let n=Q;n&&(n.cleanup||(n.cleanup=[]),n.cleanup.push(e));}var st=/^data:\s*(?:text\/html|text\/xml|application\/xhtml\+xml|image\/svg\+xml|application\/xml)/;function lt(e){let n=e.replaceAll(/[\u0000-\u0020]+/g,"").toLowerCase();return shared.startsWith(n,"javascript:")||shared.startsWith(n,"vbscript:")?true:st.test(n)}function Z(e,n,t,o){if(n===fn){o==null?e.removeAttribute(n):e.setAttribute(n,String(o));return}if(n===shared.SPREAD_NAME){let m=shared.isObject(t)?t:null,T=shared.isObject(o)?o:null;if(m)for(let S in m)S!==shared.SPREAD_NAME&&(!T||!(S in T))&&Z(e,S,m[S],null);if(T)for(let S in T)S!==shared.SPREAD_NAME&&Z(e,S,m==null?void 0:m[S],T[S]);return}let r=(e==null?void 0:e.namespaceURI)===dn,s=r&&shared.startsWith(n,"xlink:"),i=r&&shared.startsWith(n,"xmlns:"),l=shared.isSpecialBooleanAttr(n)||shared.isBooleanAttr(n);if(t===o||n.length>2&&n.charCodeAt(0)===111&&n.charCodeAt(1)===110)return;let a=n.toLowerCase();if(a==="innerhtml"||a==="srcdoc")return;if(o==null){if(s)e.removeAttributeNS(He,n.slice(6));else if(i){let m=n.slice(6);e.removeAttributeNS(Ve,m);}else e.removeAttribute(n);return}if(l){shared.includeBooleanAttr(o)?e.setAttribute(n,""):e.removeAttribute(n);return}let u=shared.isSymbol(o)?String(o):o;if(!((a==="href"||a==="src"||a==="xlink:href"||a==="action"||a==="formaction"||a==="poster")&&shared.isString(u)&&lt(u))){if(s){e.setAttributeNS(He,n,String(u));return}if(i){e.setAttributeNS(Ve,n,String(u));return}if(r)e.setAttribute(n,String(u));else if(n in e)try{e[n]=u;}catch(m){e.setAttribute(n,String(u));}else e.setAttribute(n,String(u));}}function Ce(e,n,t,o=false){if(n===t)return;let r=Se(t);if(!r){e.removeAttribute("class");return}(shared.isString(n)?n:Se(n))!==r&&(o?e.setAttribute("class",r):e.className=r);}var Se=shared.normalizeClassName;var hn=/\s*!important$/,yt=["Webkit","Moz","ms"],Be={};function Te(e,n,t){let o=e.style;if(t&&shared.isString(t)){n!==t&&(o.cssText=t);return}if(!t){n&&e.removeAttribute("style");return}if(n&&!shared.isString(n)){let r=n;for(let s in r)(!t||t[s]==null)&&ne(o,s,"");}else if(n&&shared.isString(n)){let r=/(?:^|;)\s*([a-z][a-z\d-]*)\s*:/gi,s;for(;(s=r.exec(n))!==null;){let i=s[1].trim();i&&t&&shared.isObject(t)&&t[i]==null&&ne(o,i,"");}}if(t&&!shared.isString(t)){let r=t;for(let s in r){let i=r[s];(!n||shared.isString(n)||n[s]!==i)&&i!=null&&ne(o,s,i);}}}function ne(e,n,t){if(shared.isArray(t)){for(let s of t)ne(e,n,s);return}(t==null||t==="")&&(t="");let o=shared.isString(t)&&hn.test(t)?"important":"";if(o&&(t=t.replace(hn,"")),shared.startsWith(n,"--")){o?e.setProperty(n,t,o):e.setProperty(n,t);return}let r=gt(e,n);o?e.setProperty(ht(r),t,o):e[r]=t;}function ht(e){let n=shared.kebabCase(e);return shared.startsWith(e,"Webkit")||shared.startsWith(e,"Moz")||shared.startsWith(e,"ms")?`-${n}`:n}function gt(e,n){let t=Be[n];if(t)return t;let o=shared.camelCase(n);if(o!=="filter"&&o in e)return Be[n]=o;o=shared.capitalize(o);for(let r of yt){let s=r+o;if(s in e)return Be[n]=s}return n}var Ge=0;function gn(){return String(Ge++)}function Ct(){Ge=0;}var X=false;function oe(){return X}var te=new Map;function Nt(e){let n=e.querySelectorAll("[data-hk]");for(let t of n){let o=t.dataset.hk;o!=null&&!te.has(o)&&te.set(o,t);}}var we=[],fe=new Map;function Tt(){if(typeof document=="undefined")return;let e=document.createNodeIterator(document.body,NodeFilter.SHOW_COMMENT),n;for(;n=e.nextNode();){let t=n.data;if(t==="teleport-anchor")we.push(n);else if(t==="teleport-start"){let o=n.parentElement;if(!o)continue;let r=fe.get(o);r||(r=[],fe.set(o,r)),r.push(n);}}}function We(){var e;return (e=we.shift())!=null?e:null}function ze(e){let n=fe.get(e),t=n==null?void 0:n.shift();if(!t)return null;let o=[],r=t.nextSibling;for(;r;){if(r.nodeType===Node.COMMENT_NODE&&r.data==="teleport-end")return {start:t,end:r,nodes:o};o.push(r),r=r.nextSibling;}return null}function qe(e){X=true,Ge=0,te.clear(),we.length=0,fe.clear(),Nt(e),Tt();}function Xe(){X=false,te.clear(),we.length=0,fe.clear();}function vn(e,n,t){var s,i;if(!X||t&&t.parentNode!==e)return null;if(n.length===0)return [];let o=new Array(n.length),r=t?t.previousSibling:e.lastChild;for(let l=n.length-1;l>=0;l--){if(!r)return null;let a=n[l],u=a.nodeType;if(u===Node.TEXT_NODE){let f=(s=a.textContent)!=null?s:"";if(!f||r.nodeType!==Node.TEXT_NODE)return null;let m=(i=r.textContent)!=null?i:"";if(m===f){o[l]=r,r=r.previousSibling;continue}if(!m.endsWith(f))return null;let T=m.slice(0,m.length-f.length);if(!T)return null;let S=document.createTextNode(T);e.insertBefore(S,r),r.textContent=f,o[l]=r,r=S;continue}if(r.nodeType!==u)return null;if(u===Node.ELEMENT_NODE){if(r.tagName!==a.tagName)return null}else if(u===Node.COMMENT_NODE&&r.data!==a.data)return null;o[l]=r,r=r.previousSibling;}return o}function En(e){var t,o,r;return (r=(o=e.dataset.hk)!=null?o:(t=e.closest("[data-hk]"))==null?void 0:t.dataset.hk)!=null?r:null}function bt(e,n){if(!X||!e||n<0)return null;let t=e instanceof Element?En(e):null,o=t?`${t}-${n}`:String(n),r=e.firstChild;for(;r;){if(r.nodeType===Node.COMMENT_NODE&&r.data===o)return r;r=r.nextSibling;}return null}function wt(e,n){if(!X||!(e instanceof Element)||n<0)return null;let t=En(e),o=t?`${t}-${n}`:String(n),r=e.firstChild;for(;r;){if(r instanceof Element&&r.getAttribute(shared.HYDRATION_ANCHOR_ATTR)===o)return r;r=r.nextSibling;}return null}function _t(e){if(!shared.isBrowser())return ()=>{throw new Error("[essor] getRenderedElement called in non-browser environment")};let n=null;return ()=>{if(!X)return n||(n=be(e)),n();let t=gn(),o=te.get(t);return o?(te.delete(t),o):(shared.warn(`[essor] hydration mismatch: no SSR element for key "${t}"`),n||(n=be(e)),n())}}function At(e,n,t,o){X||Ce(e,n,t,o);}function xt(e,n,t,o){X||Z(e,n,t,o);}function kt(e,n,t){X||Te(e,n,t);}function Ye(e,n){return n&&n.parentNode===e?n:null}function Sn(e,n,t,o){let r=Ye(e,o),s=n.length,i=t.length;if(s===0&&i===0)return t;if(s===0){for(let f=0;f<i;f++)G(e,t[f],r);return t}if(i===0){for(let f=0;f<s;f++)Y(n[f]);return []}let l=0,a=s-1,u=i-1;for(;l<=a&&l<=u&&n[l]===t[l];)l++;for(;a>=l&&u>=l&&n[a]===t[u];)a--,u--;if(l>a){if(l<=u){let f=u+1,m=Ye(e,f<i?t[f]:r);for(let T=l;T<=u;T++)G(e,t[T],m);}}else if(l>u)for(let f=l;f<=a;f++)Y(n[f]);else Pt(e,n,t,l,a,u,r);return t}function Pt(e,n,t,o,r,s,i){let l=s-o+1,a=l<=4?w=>{for(let b=o;b<=s;b++)if(t[b]===w)return b}:(()=>{let w=new Map;for(let b=o;b<=s;b++)w.set(t[b],b);return b=>w.get(b)})(),u=new Int32Array(l),f=0,m=false,T=0;for(let w=o;w<=r;w++){let b=n[w];if(f>=l){Y(b);continue}let L=a(b);L===void 0?Y(b):(u[L-o]=w+1,L>=T?T=L:m=true,f++);}let S=m?Je(u):[],x=S.length-1;for(let w=l-1;w>=0;w--){let b=o+w,L=t[b],y=Ye(e,b+1<t.length?t[b+1]:i);u[w]===0?G(e,L,y):m&&(x<0||w!==S[x]?G(e,L,y):x--);}}function Je(e){let n=new Int32Array(e.length),t=[0],o=e.length,r,s,i,l,a;for(r=0;r<o;r++){let u=e[r];if(u!==0){if(s=t[t.length-1],e[s]<u){n[r]=s,t.push(r);continue}for(i=0,l=t.length-1;i<l;)a=i+l>>1,e[t[a]]<u?i=a+1:l=a;u<e[t[i]]&&(i>0&&(n[r]=t[i-1]),t[i]=r);}}for(i=t.length,l=t[i-1];i-- >0;)t[i]=l,l=n[l];return t}function Y(e){if(e)if($(e))e.destroy();else {let n=e;n.parentNode&&n.remove();}}function G(e,n,t){if(!e||!n)return;let o=$(t)?t.firstChild:t;if($(n)){n.mount(e,o);return}o?e.insertBefore(n,o):e.appendChild(n);}function _e(e){if(e instanceof Node||$(e))return e;let n=typeof e;return e==null||n==="string"||n==="number"||n==="boolean"||n==="symbol"?document.createTextNode(e===false||e==null?"":String(e)):document.createTextNode(String(e))}function W(e,n,t){if(!e)return;let o=D(),r=[],s=true,i=a=>{if(a instanceof Node)return [a];if($(a))return [a];let u=typeof a;return a==null||u==="string"||u==="number"||u==="boolean"?[_e(a)]:shared.coerceArray(a).map(f=>shared.isFunction(f)?f():f).flatMap(f=>f).map(_e)},l=signals.effect(()=>{let a=()=>{let u=shared.isFunction(n)?n():n,f=i(u);if(s&&oe()&&f.every(m=>m instanceof Node&&m.parentNode===e)){r=f,s=false;return}if(s&&oe()){let m=vn(e,f,t);if(m){r=m,s=false;return}}r=Sn(e,r,f,t),s=false;};o&&!o.isDestroyed?H(o,a):a();});return U(()=>{l.stop();for(let a of r)Y(a);r=[];}),r}function Lt(e){return (e==null?void 0:e.firstChild)||null}function Ft(e,n=1){for(;e&&n>0;)e=e.nextSibling,n--;return e||null}function Mt(e,n){if(!e||n<0)return null;let t=e.firstChild;for(;t&&n>0;)t=t.nextSibling,n--;return t||null}function re(e,n,t,o){if(!(o!=null&&o.delegate))return e.addEventListener(n,t,o),()=>e.removeEventListener(n,t,o);let r=o.delegate,s=u=>{let f=u.target;(f.matches(r)||f.closest(r))&&t.call(e,u);},a=o,{delegate:i}=a,l=cn(a,["delegate"]);return e.addEventListener(n,s,l),()=>{e.removeEventListener(n,s,l);}}function Qe(e,n,t){let o=e[n];o||(o=[],e[n]=o),o.push(t);}function Tn(e,n,t){let o=e.length;if(o===0)return;let r;for(let s=0;s<o;s++)try{let i=e[s]();if(shared.isPromise(i)){let l=i.catch(a=>{});(r||(r=[])).push(l);}}catch(i){}if(r)return Promise.all(r).then(()=>{})}function J(e){let n=D();if(n){if(n.isMounted){try{let t=e();shared.isPromise(t)&&t.catch(o=>{});}catch(t){}return}Qe(n,"onMount",e);}}function It(e){let n=D();n&&Qe(n,"onUpdate",e);}function Ze(e){let n=D();n&&Qe(n,"onDestroy",e);}function bn(e){if(e.isDestroyed)return;if(!e.onMount||e.onMount.length===0){e.isMounted=true;return}let n=e.onMount,t=H(e,()=>Tn(n,e.id));return n.length=0,e.isMounted=true,t}function wn(e){if(!(e.isDestroyed||!e.onUpdate||e.onUpdate.length===0))return H(e,()=>Tn(e.onUpdate,e.id))}function An(e,n,t=false){for(let o of Object.getOwnPropertyNames(n))Object.defineProperty(e,o,Object.getOwnPropertyDescriptor(n,o));if(t){let o=Object.getOwnPropertyNames(n);for(let r of Object.getOwnPropertyNames(e))o.includes(r)||delete e[r];}}function xn(e,n){let t=Object.getOwnPropertyDescriptor(e,n);return t.get?t.get.call(e):t.value}var kn;kn="normal";var ie=class{constructor(n,t={}){this.component=n;this.props=t;this[kn]=true;this.scope=null;this.state=0;this.beforeNode=void 0;this.renderedNodes=[];this.firstChild=void 0;this.parentNode=void 0;this.rootEventCleanups=[];this.parentScope=D();let o={};An(o,t),this.reactiveProps=signals.shallowReactive(o);}mount(n,t){var s;if(this.parentNode=n,this.beforeNode=t,this.state=1,this.renderedNodes.length>0){for(let i of this.renderedNodes)G(n,i,t);return this.state=2,this.renderedNodes}let o=K((s=this.parentScope)!=null?s:D());this.scope=o;let r=H(o,()=>{var l;let i=this.component(this.reactiveProps);return shared.isFunction(i)&&(i=i(this.reactiveProps)),(signals.isSignal(i)||signals.isComputed(i))&&(i=i.value),(l=W(n,i,t))!=null?l:[]});return this.renderedNodes=r,this.firstChild=r[0],this.syncSpecialProps(this.props),this.state=2,bn(o),this.renderedNodes}update(n){this.props=n;let t=this.scope;!t||t.isDestroyed||(An(this.reactiveProps,n!=null?n:{},true),this.syncSpecialProps(n),wn(t));}forceUpdate(){if(!this.parentNode)return;let n=this.parentNode,t=this.beforeNode;this.destroy(),this.mount(n,t);}destroy(){let n=this.scope;if(!(!n||n.isDestroyed)){this.scope=null,this.releaseSpecialProps(),I(n);for(let t of this.renderedNodes)Y(t);this.renderedNodes=[],this.firstChild=void 0,this.parentNode=void 0;for(let t of Object.getOwnPropertyNames(this.reactiveProps))delete this.reactiveProps[t];}}syncSpecialProps(n){if(!n)return;let t=this.firstChild;if(!(!t||!(t instanceof Element))){this.releaseSpecialProps();for(let o of Object.getOwnPropertyNames(n)){if(o===un){let r=xn(n,o);this.rootRefCleanup=this.bindRootRef(r,t);continue}if(shared.isOn(o)){let r=xn(n,o);if(!shared.isFunction(r))continue;let s=o.slice(2).toLowerCase(),i=t,l=`_$${s}`,a=i[l];if(shared.isFunction(a)){i[l]=r,this.rootEventCleanups.push(()=>{i[l]===r&&(i[l]=a);});continue}let u=r,f=m=>{i.disabled||u.call(i,m);};this.rootEventCleanups.push(re(i,s,f));}}}}releaseSpecialProps(){for(let n of this.rootEventCleanups)n();this.rootEventCleanups.length=0,this.rootRefCleanup&&(this.rootRefCleanup(),this.rootRefCleanup=void 0);}bindRootRef(n,t){if(shared.isFunction(n))return n(t),()=>n(null);if(signals.isSignal(n)){let o=n,r=o.value;return o.value=t,()=>{o.value===t&&(o.value=r);}}}};function $(e){return !!e&&!!e.normal}function xe(e,n){return $(e)?e:new ie(e,n)}function be(e){let n,t=()=>{let o=document.createElement("template");o.innerHTML=e;let r=o.content.firstChild;if(!r)throw new Error("Invalid template: empty content");return r};return ()=>(n||(n=t())).cloneNode(true)}function jt(e,n){let t=shared.isString(n)?document.querySelector(n):n;if(!t)return;t.innerHTML&&(t.innerHTML="");let r=K(),s;try{H(r,()=>{let i=xe(e);$(i)&&(s=i,G(t,i));});}catch(i){throw I(r),i}return {root:s,unmount:()=>{I(r),s==null||s.destroy();}}}function $t(e,n){let t=shared.isString(n)?document.querySelector(n):n;if(!t)return;qe(t);let o=K(),r;try{H(o,()=>{let s=xe(e);$(s)&&(r=s,W(t,s));});}catch(s){throw I(o),s}finally{Xe();}return {root:r,unmount:()=>{I(o),r==null||r.destroy();}}}function en(e,n){let t=D();t&&(t.provides||(t.provides=new Map),t.provides.set(e,n));}function de(e,n){let t=D();if(!t)return n;let o=t;for(;o;){if(o.provides&&o.provides.has(e))return o.provides.get(e);o=o.parent;}return n}function nn(e,n){Object.defineProperty(e,"target",{configurable:true,value:n});}function Dn(e){let n=e.target,t=e.type,o=e.target,r=e.currentTarget,s=()=>{let l=n[`_$${t}`];if(l&&shared.isFunction(l)&&!n.disabled){let a=n[`${t}Data`];if(a?l.call(n,a,e):l.call(n,e),e.cancelBubble)return false}return n.host&&!shared.isString(n.host)&&!n.host._$host&&shared.isFunction(n.contains)&&n.contains(e.target)&&nn(e,n.host),true},i=()=>{for(;s()&&(n=n._$host||n.parentNode||n.host););};if(Object.defineProperty(e,"currentTarget",{configurable:true,get(){return n||document}}),e.composedPath){let l=e.composedPath();nn(e,l[0]);for(let a=0;a<l.length-2&&(n=l[a],!!s());a++){if(n._$host){n=n._$host,i();break}if(n.parentNode===r)break}}else i();nn(e,o);}var ke=Symbol("_$EVENTS");function Ut(e,n=globalThis.document){let t=n,o=t[ke]||(t[ke]=new Set);for(let r of e)o.has(r)||(o.add(r),n.addEventListener(r,Dn));}function Bt(e=globalThis.document){let n=e,t=n[ke];if(t){for(let o of t.keys())e.removeEventListener(o,Dn);delete n[ke];}}function se(e,n,t,o){let r=re(e,n,t,o);D()&&U(r);}var qt=e=>e,Xt=typeof DataTransfer!="undefined"?new DataTransfer().files:[];function Mn(e,n){let t=e,o=n==null?"":String(n);t.value!==o&&(t.value=o);}var Yt={event:"change",forceChange:true,checkboxArray:true,read:e=>e.checked,write(e,n){let t=e,o=shared.isArray(n)?n.map(String).includes(t.value):!!n;t.checked!==o&&(t.checked=o);}},Jt={event:"change",forceChange:true,read(e){let n=e;return n.checked?n.value:""},write(e,n){let t=e,o=String(n)===t.value;t.checked!==o&&(t.checked=o);}},Qt={event:"change",forceChange:true,read:e=>e.files,write(e,n){if(n==null)try{e.files=Xt;}catch(t){}}},Ln={event:"input",ime:true,read:e=>e.value,write:Mn},Zt={event:"change",forceChange:true,read(e){let n=e;return n.multiple?Array.from(n.selectedOptions,t=>t.value):n.value},write(e,n){let t=e;if(!t.multiple)return Mn(e,n);let o=new Set((shared.isArray(n)?n:[]).map(String));for(let r of Array.from(t.options))r.selected=o.has(r.value);}};function Fn(e){return {event:"input",read:n=>n[e],write(n,t){n[e]=t;}}}function eo(e,n){switch(e.nodeName){case "INPUT":return n==="checked"?e.type==="radio"?Jt:Yt:n==="files"?Qt:n==="value"?Ln:Fn(n);case "SELECT":return Zt;case "TEXTAREA":return Ln;default:return Fn(n)}}function no(e,n,t){if(!shared.isString(e))return e;let o=n?e.trim():e;if(t){let r=n?o:o.trim();if(r!==""){let s=Number(r);if(!Number.isNaN(s))return s}}return o}function to(e){let n=e.getRootNode();return (n instanceof Document||n instanceof ShadowRoot)&&n.activeElement===e}function oo(e,n){if(n!=="value"||e.nodeName!=="INPUT")return false;let t=e.type;return t==="number"||t==="range"}function ro(e,n,t,o,r={}){if(!e)return;let{event:s,read:i,write:l,forceChange:a,ime:u,checkboxArray:f}=eo(e,n),m=r.trim===true,T=r.number===true||oo(e,n),S=r.lazy===true,x=(m||T)&&n!=="files",w=shared.isFunction(t)?t:()=>t,b=x?E=>no(E,m,T):qt,L=f?E=>{let v=w();if(!shared.isArray(v))return b(E);let R=e.value,O=v.filter(c=>String(c)!==R);return E&&O.push(R),O}:b,y=false,d=S||a?"change":s,C=()=>{if(y)return;let E=i(e);if(E===void 0)return;let v=L(E);Object.is(w(),v)||o(v);};se(e,d,C),!S&&x&&d!=="change"&&se(e,"change",()=>l(e,b(i(e)))),u&&(se(e,"compositionstart",()=>{y=true;}),se(e,"compositionend",()=>{y=false,S||C();}));let N=signals.effect(()=>{let E=w();u&&y||u&&!S&&to(e)&&Object.is(b(i(e)),E)||l(e,E);});D()&&U(()=>N.stop());}function In(e){let n=e;return Array.isArray(n)&&n.length===1&&(n=n[0]),typeof n=="function"?n():n}function On(e){let n=Object.getOwnPropertyDescriptor(e,"children");return n!=null&&n.get?()=>In(n.get.call(e)):()=>In(e.children)}function io(e,n){let t=new Set(n);return new Proxy(e,{get(o,r){if(!t.has(r))return Reflect.get(o,r)},ownKeys(o){return Reflect.ownKeys(o).filter(r=>!t.has(r))},getOwnPropertyDescriptor(o,r){if(!t.has(r))return Reflect.getOwnPropertyDescriptor(o,r)},has(o,r){return t.has(r)?false:Reflect.has(o,r)}})}function Hn(e){var t;if(e&&((t=Object.getOwnPropertyDescriptor(e,"children"))!=null&&t.get||signals.isReactive(e)))return [()=>e.children];let n=e==null?void 0:e.children;return n==null?null:n}Hn[je]=true;function lo(e){return !!e&&!!e[je]}function Pe(e){let n=shared.isFunction(e.target)?e.target():e.target;return n==null?null:shared.isString(n)?document.querySelector(n):n}function Re(e){return shared.isFunction(e.disabled)?!!e.disabled():!!e.disabled}function jn(e){if(oe()){let f=uo(e);if(f)return f}let n=document.createComment("portal");n[ue]=true;let{children:t}=e;if(t==null)return n;let o=D(),r=null,s=(f,m)=>{r=K(o),H(r,()=>{W(f,()=>t,m);});},i=()=>{r&&(I(r),r=null);},l=(f,m)=>{if(i(),f){let T=n.parentNode;if(!T)return;s(T,n);return}m&&s(m);},a=false,u=signals.effect(()=>{let f=Re(e),m=f?null:Pe(e);a&&l(f,m);});return J(()=>{a=!0;let f=Re(e),m=f?null:Pe(e);if(f||m){l(f,m);return}queueMicrotask(()=>{n.parentNode&&l(Re(e),Pe(e));});}),U(()=>{u.stop(),i();}),n}jn[ue]=true;function uo(e){if(Re(e))return null;let n=We();if(!n)return null;let t=Pe(e);return !t||!ze(t)?null:(n[ue]=true,n)}function fo(e){return !!e&&!!e[ue]}function De(e){let n=e;for(;shared.isFunction(n);)n=n();return signals.isSignal(n)||signals.isComputed(n)?De(n.value):Array.isArray(n)?n.map(t=>De(t)):n}var me=Symbol("SuspenseContext");function Kn(e){var E;if(!shared.isBrowser())return (E=e.fallback)!=null?E:"";let n=D(),t=document.createComment("suspense"),o=document.createComment("/suspense"),r=document.createDocumentFragment();r.append(t,o);let s=true,i=0,l=false,a=null,u=null,f=null,m=null,T=()=>{let v=document.createDocumentFragment();for(;o.previousSibling&&o.previousSibling!==t;)v.prepend(o.previousSibling);u=v;},S=()=>{var R;if(!u)return;let v=(R=o.parentNode)!=null?R:r;for(;u.firstChild;)v.insertBefore(u.firstChild,o);u=null;},x=()=>{e.fallback==null||f||(f=K(n),H(f,()=>{var v;W((v=o.parentNode)!=null?v:r,()=>De(e.fallback),o);}));},w=()=>{f&&(I(f),f=null);},b=v=>{l=true,a=K(n),H(a,()=>{var R;W((R=o.parentNode)!=null?R:r,()=>De(v),o);}),l=false,i&&!u&&(T(),x());},L=()=>{u||l||(T(),x());},y=()=>{if(!u)return;let v=e.children!=null&&!shared.isPromise(e.children);a==null&&m==null&&!v||(w(),S(),a||(m?b(m):v&&b(e.children)));},d=()=>{s&&--i===0&&y();},C={register:v=>{i++,L(),v.then(d).catch(R=>{d();});},increment:()=>{i++,L();},decrement:()=>{i=Math.max(0,i-1),i===0&&y();}};en(me,C);let N=e.children;return shared.isPromise(N)?(N.then(v=>{m=v;}).catch(()=>{}),C.register(N)):N!=null?b(N):e.fallback!=null&&L(),U(()=>{s=false,i=0,m=null,a&&I(a),f&&I(f),a=f=null,u=null,t.remove(),o.remove();}),r}Kn[$e]=true;function go(e){return !!e&&!!e[$e]}function vo(e,n){let t=signals.signal(n==null?void 0:n.initialValue),o=signals.signal(true),r=signals.signal(null),s=signals.signal("pending"),i=0,l=null,a=false,u=de(me,null),f=()=>Oe(null,null,function*(){let S=++i;o.value=true,s.value="pending",r.value=null,a=false,u&&u.increment();try{let x=e();l=x,x.catch(()=>{});let w=yield x;S===i&&(t.value=w,s.value="ready",o.value=!1);}catch(x){S===i&&(r.value=x instanceof Error?x:new Error(String(x)),s.value="errored",o.value=false);}finally{u&&u.decrement();}});f();let m=(()=>(!a&&o.value&&l&&u&&(a=true,u.register(l)),t.value));return m.loading=o,m.error=r,m.state=s,[m,{mutate:S=>{t.value=S,s.value="ready",o.value=false,r.value=null;},refetch:()=>Oe(null,null,function*(){yield f();})}]}function Un(e){return shared.isFunction(e)?e:e.default}function So(e,n){if(n==="client-only"){let i=()=>"";return i.__asyncLoader=e,i.__asyncResolved=()=>null,i}let t=null,o=null,r=()=>o!=null?o:o=e().then(i=>{t=Un(i);}).catch(()=>{});r();let s=i=>t?t(i):"";return s.__asyncLoader=r,s.__asyncResolved=()=>t,s}function Co(e,n){let{loading:t,error:o,delay:r=200,timeout:s,onError:i}=n,l=null,a=null,u="pending",f=null,m=()=>f!=null?f:f=e().then(S=>{l=Un(S),u="resolved";}).catch(S=>{a=S instanceof Error?S:new Error(String(S)),u="errored",f=null;});m();function T(S){var c;let x=D(),w=document.createComment("async"),b=document.createDocumentFragment();b.appendChild(w);let L=true,y=null,d=null,C=null,N=()=>{d!=null&&clearTimeout(d),C!=null&&clearTimeout(C),d=C=null;},E=(h,p)=>{L&&(y&&(I(y),y=null),h&&(y=K(x),H(y,()=>{var k;W((k=w.parentNode)!=null?k:b,()=>new ie(h,p),w);})));};Ze(()=>{L=false,N(),y&&(I(y),y=null),w.remove();});let v=h=>()=>{f=null,u="pending",a=null,t&&E(t),m().then(()=>R(h));},R=h=>{L&&(N(),u==="resolved"&&l?E(l,h):u==="errored"&&a&&(o&&E(o,{error:a,retry:v(h)}),i&&i(a,v(h))));};if(u==="resolved"&&l)return E(l,S),b;if(u==="errored"&&a)return o&&E(o,{error:a,retry:v(S)}),b;let O=m().then(()=>R(S));return (c=de(me))==null||c.register(O),r>0?d=setTimeout(()=>{L&&u==="pending"&&t&&E(t);},r):t&&E(t),s!=null&&(C=setTimeout(()=>{!L||u!=="pending"||(a=new Error(`[defineAsyncComponent] Timeout after ${s}ms`),u="errored",o&&E(o,{error:a,retry:v(S)}),i&&i(a,v(S)));},s)),b}return T.__asyncLoader=m,T.__asyncResolved=()=>l,T}function No(e,n={}){var t;return typeof window=="undefined"?So(e,(t=n.ssr)!=null?t:"blocking"):Co(e,n)}function Bn(e){let n=document.createDocumentFragment(),t=document.createComment("");n.appendChild(t);let o=[],r=[],s=e.key,i=e.children,l=Array.isArray(i)&&i.length===1&&shared.isFunction(i[0])?i[0]:e.children;if(!shared.isFunction(l))throw new TypeError("<For> requires `children` to be a function (item, index) => Node");let a=()=>{var d,C;let y=e.each;return signals.isSignal(y)?(d=y.value)!=null?d:[]:shared.isFunction(y)?(C=y())!=null?C:[]:y!=null?y:[]},u=(y,d)=>s?s(y,d):y,f=(y,d,C)=>{if(y==null||y===false)return [];if(Array.isArray(y)){let E=[];for(let v of y)E.push(...f(v,d,C));return E}if($(y))return G(d,y,C!=null?C:void 0),y.renderedNodes;let N=_e(y);return G(d,N,C!=null?C:void 0),[N]},m=(y,d)=>{if(!e.fallback)return;r=f(e.fallback(),y,d);},T=()=>{for(let y of r)y.parentNode&&y.parentNode.removeChild(y);r=[];},S=D(),x=(y,d,C,N,E=u(y,d))=>{var c;let v=(c=D())!=null?c:S,R=K(v),O=[];return H(R,()=>{O=f(l(y,d),C,N);}),{key:E,item:y,nodes:O,scope:R}},w=y=>{I(y.scope);for(let d of y.nodes)d.parentNode&&d.parentNode.removeChild(d);},b=signals.effect(()=>{let y=a(),d=t.parentNode;if(!d){if(y.length===0)m(n,t);else {o=new Array(y.length);let C=0;for(let N of y)o[C]=x(N,C,n,t),C++;}return}L(d,y);});function L(y,d){let C=o.length,N=d.length;if(N===0){for(let g=0;g<C;g++)w(o[g]);o=[],e.fallback&&r.length===0&&m(y,t);return}if(C===0||r.length>0){r.length>0&&T(),o=new Array(N);let g=document.createDocumentFragment();for(let P=0;P<N;P++)o[P]=x(d[P],P,g,null);y.insertBefore(g,t);return}let E=new Map;for(let g=0;g<C;g++){let P=o[g],V=E.get(P.key),q=[P,g];V?V.push(q):E.set(P.key,[q]);}let v=new Array(N),R=[],O=null,c=new Int32Array(N),h=false,p=0,k=new Array(N);for(let g=0;g<N;g++)k[g]=u(d[g],g);for(let g=0;g<N;g++){let P=d[g],V=k[g],q=E.get(V);if(q&&q.length>0){let[ce,z]=q.shift();Object.is(ce.item,P)?(ce.item=P,v[g]=ce,c[g]=z+1,z<p?h=true:p=z):(O||(O=document.createDocumentFragment()),w(ce),v[g]=x(P,g,O,null,V));}else O||(O=document.createDocumentFragment()),v[g]=x(P,g,O,null,V);}for(let g of E.values())for(let[P]of g)R.push(P);for(let g of R)w(g);let _=h?Je(c):[],A=_.length-1,F=t;for(let g=N-1;g>=0;g--){let V=v[g].nodes;if(!(c[g]===0)&&h&&A>=0&&g===_[A]){A--;for(let z=V.length-1;z>=0;z--)F=V[z];continue}for(let z=V.length-1;z>=0;z--){let Ie=V[z];Ie.nextSibling!==F&&y.insertBefore(Ie,F),F=Ie;}}o=v;}return U(()=>{b.stop();for(let y of o)w(y);o=[],T(),t.parentNode&&t.parentNode.removeChild(t);}),n}Bn[mn]=true;function rn(e){var s,i,l,a,u,f,m,T,S,x;let n=(s=e.name)!=null?s:"v",t=(i=e.enterFromClass)!=null?i:`${n}-enter-from`,o=(l=e.enterActiveClass)!=null?l:`${n}-enter-active`,r=(a=e.enterToClass)!=null?a:`${n}-enter-to`;return {enterFrom:t,enterActive:o,enterTo:r,leaveFrom:(u=e.leaveFromClass)!=null?u:`${n}-leave-from`,leaveActive:(f=e.leaveActiveClass)!=null?f:`${n}-leave-active`,leaveTo:(m=e.leaveToClass)!=null?m:`${n}-leave-to`,appearFrom:(T=e.appearFromClass)!=null?T:t,appearActive:(S=e.appearActiveClass)!=null?S:o,appearTo:(x=e.appearToClass)!=null?x:r}}var Gn=e=>e?e.endsWith("ms")?Number(e.slice(0,-2).replace(",",".")):Number(e.slice(0,-1).replace(",","."))*1e3:0;function Wn(e,n){let t=e.split(", "),o=n.split(", "),r=0;for(let[s,i]of o.entries()){let l=Gn(i)+Gn(t[s%t.length]||"0s");l>r&&(r=l);}return r}function qn(e,n){let t=getComputedStyle(e),o=n!=="animation"?Wn(t.transitionDelay,t.transitionDuration):0,r=n!=="transition"?Wn(t.animationDelay,t.animationDuration):0;return o===0&&r===0?null:o>=r?{event:"transitionend",timeout:o}:{event:"animationend",timeout:r}}function B(e,n){for(let t of n.split(/\s+/))t&&e.classList.add(t);}function j(e,n){for(let t of n.split(/\s+/))t&&e.classList.remove(t);}function ye(e){requestAnimationFrame(()=>requestAnimationFrame(e));}function Me(e){e.offsetHeight;}function le(e,n,t,o){if(t!=null){setTimeout(o,t);return}let r=qn(e,n);if(!r){o();return}let s=false,i=()=>{s||(s=true,e.removeEventListener(r.event,l),o());},l=()=>i();e.addEventListener(r.event,l),setTimeout(i,r.timeout+1);}function ae(e,n){return e==null?null:typeof e=="number"?e:e[n]}function zn(e){if(e==null||e===false)return null;if(Array.isArray(e))return e[0]instanceof Element?e[0]:null;if(e instanceof Element)return e;if($(e)){let n=e;if(n.scope==null){let o=document.createDocumentFragment();n.mount(o);}let t=n.firstChild;return t instanceof Element?t:null}return null}var Fe=Symbol("enter_cb"),pe=Symbol("leave_cb");function Xn(e){let n=document.createComment(""),t=rn(e),o=e.css!==false,r=On(e),s="idle",i=null,l=null,a=false,u,f=false,m=false,T=false,S=(d,C)=>{var h;let N=d[pe];N&&N(true),s="entering";let E=C==="appear"?t.appearFrom:t.enterFrom,v=C==="appear"?t.appearActive:t.enterActive,R=C==="appear"?t.appearTo:t.enterTo;(h=e.onBeforeEnter)==null||h.call(e,d),o&&(B(d,E),B(d,v));let O=false,c=p=>{var k,_;O||(O=true,d[Fe]=void 0,o&&(j(d,E),j(d,v),j(d,R)),p?(k=e.onEnterCancelled)==null||k.call(e,d):(s="entered",(_=e.onAfterEnter)==null||_.call(e,d)));};d[Fe]=c,ye(()=>{if(!O)if(o&&(j(d,E),B(d,R)),e.onEnter)e.onEnter(d,()=>c(false));else if(o){let p=ae(e.duration,"enter");le(d,e.type,p,()=>c(false));}else c(false);});},x=(d,C)=>{var c;let N=d[Fe];N&&(N(true),Me(d)),s="leaving",(c=e.onBeforeLeave)==null||c.call(e,d),o&&(B(d,t.leaveFrom),B(d,t.leaveActive));let E=false,v=h=>{var p,k;E||(E=true,d[pe]=void 0,o&&(j(d,t.leaveFrom),j(d,t.leaveActive),j(d,t.leaveTo)),h?(p=e.onLeaveCancelled)==null||p.call(e,d):(s="idle",C(),(k=e.onAfterLeave)==null||k.call(e,d)));};d[pe]=v;let R=ae(e.duration,"leave"),O=o&&!e.onLeave&&R==null?!!qn(d,e.type):false;if(!e.onLeave&&R==null&&!O){v(false);return}ye(()=>{E||(o&&(j(d,t.leaveFrom),B(d,t.leaveTo)),e.onLeave?e.onLeave(d,()=>v(false)):o?le(d,e.type,R,()=>v(false)):v(false));});},w=(d,C)=>{if(d&&s==="leaving"&&l){let E=l,v=E[pe];v&&v(true),l=null,i=E,S(E,"enter");return}if(d===i)return;let N=i;if(i=d,N){l=N;let E=N;x(E,()=>{E.parentNode&&E.parentNode.removeChild(E),l===E&&(l=null);});}d&&n.parentNode?(n.parentNode.insertBefore(d,n),C&&!e.appear?s="entered":S(d,C&&e.appear?"appear":"enter")):!N&&!d&&(s="idle");},b=()=>{if(m=false,T||!f)return;let d=u;f=false,u=void 0;try{w(zn(d),!1);}catch(C){}},L=d=>{u=d,f=true,!m&&(m=true,queueMicrotask(b));},y=signals.effect(()=>{let d=r();a?L(d):(u=d,f=true);});return J(()=>{a=!0;let d=f?zn(u):null;f=!1,u=void 0,w(d,!0);}),U(()=>{T=true,y.stop();for(let d of [i,l]){if(!d)continue;let C=d[Fe],N=d[pe];C==null||C(true),N==null||N(true),d.parentNode&&d.parentNode.removeChild(d);}i=null,l=null,s="idle";}),n}Xn[Ke]=true;function _o(e){return !!e&&!!e[Ke]}function ln(e,n){if(e==null||e===false)return {el:null,comp:null};if(Array.isArray(e)&&e.length===1)return ln(e[0],n);if(shared.isFunction(e))return ln(e(),n);if(e instanceof HTMLElement)return {el:e,comp:null};if($(e)){let t=e;t.scope==null&&t.mount(n);let o=t.firstChild;return o instanceof HTMLElement?{el:o,comp:t}:{el:null,comp:t}}return {el:null,comp:null}}function ko(e){return {position:e.style.position,top:e.style.top,left:e.style.left,width:e.style.width,height:e.style.height}}function sn(e,n){e.style.position=n.position,e.style.top=n.top,e.style.left=n.left,e.style.width=n.width,e.style.height=n.height;}function Yn(e){var v,R,O;let n=(v=e.tag)!=null?v:"div",t=document.createElement(n),o=rn(e),r=e.css!==false,s=(O=e.moveClass)!=null?O:`${(R=e.name)!=null?R:"v"}-move`,i=e.key,l=e.children,a=Array.isArray(l)&&l.length===1&&shared.isFunction(l[0])?l[0]:e.children;if(!shared.isFunction(a)||!shared.isFunction(i))throw new TypeError("<TransitionGroup> requires `children: (item, index) => Node` and `key: (item, index) => unknown`");let u=()=>{var h,p;let c=e.each;return signals.isSignal(c)?(h=c.value)!=null?h:[]:shared.isFunction(c)?(p=c())!=null?p:[]:c!=null?c:[]},f=[],m=false,T=(c,h)=>{let p=D(),k=K(p),_;H(k,()=>{_=a(c,h);});let{el:A,comp:F}=ln(_,t);return A?{key:i(c,h),item:c,el:A,comp:F,scope:k,state:"entering"}:(I(k),null)},S=c=>{if(c.comp){for(let h of c.comp.renderedNodes)h.parentNode===t&&t.removeChild(h);return}c.el.parentNode===t&&t.removeChild(c.el);},x=c=>{var h,p;(h=c.cancelEnter)==null||h.call(c,true),(p=c.cancelLeave)==null||p.call(c,true),c.comp&&c.comp.destroy(),S(c),I(c.scope);},w=c=>{var _,A,F;let h=c.el;if((_=c.cancelLeave)==null||_.call(c,true),!r){c.state="present",(A=e.onAfterEnter)==null||A.call(e,h);return}(F=e.onBeforeEnter)==null||F.call(e,h),B(h,o.enterFrom),B(h,o.enterActive);let p=false,k=g=>{var P,V;p||(p=true,c.cancelEnter=void 0,j(h,o.enterFrom),j(h,o.enterActive),j(h,o.enterTo),g?(P=e.onEnterCancelled)==null||P.call(e,h):(c.state="present",(V=e.onAfterEnter)==null||V.call(e,h)));};c.cancelEnter=k,c.state="entering",ye(()=>{if(!p)if(j(h,o.enterFrom),B(h,o.enterTo),e.onEnter)e.onEnter(h,()=>k(false));else {let g=ae(e.duration,"enter");le(h,e.type,g,()=>k(false));}});},b=(c,h)=>{var F,g;let p=c.el;c.cancelEnter&&(c.cancelEnter(true),Me(p)),c.state="leaving",c.savedStyles=ko(p);let k=t.getBoundingClientRect();if(p.style.position="absolute",p.style.top=`${h.top-k.top}px`,p.style.left=`${h.left-k.left}px`,p.style.width=`${h.width}px`,p.style.height=`${h.height}px`,!r){c.savedStyles&&sn(p,c.savedStyles),S(c),I(c.scope),c.comp&&c.comp.destroy(),(F=e.onAfterLeave)==null||F.call(e,p);return}(g=e.onBeforeLeave)==null||g.call(e,p),B(p,o.leaveFrom),B(p,o.leaveActive);let _=false,A=P=>{var V,q;if(!_){if(_=true,c.cancelLeave=void 0,j(p,o.leaveFrom),j(p,o.leaveActive),j(p,o.leaveTo),P){c.savedStyles&&sn(p,c.savedStyles),c.savedStyles=void 0,(V=e.onLeaveCancelled)==null||V.call(e,p);return}c.savedStyles&&sn(p,c.savedStyles),c.savedStyles=void 0,S(c),I(c.scope),c.comp&&c.comp.destroy(),(q=e.onAfterLeave)==null||q.call(e,p);}};c.cancelLeave=A,ye(()=>{if(!_)if(j(p,o.leaveFrom),B(p,o.leaveTo),e.onLeave)e.onLeave(p,()=>A(false));else {let P=ae(e.duration,"leave");le(p,e.type,P,()=>A(false));}});},L=(c,h)=>{if(!r||c.state!=="present")return;let p=c.el,k=p.getBoundingClientRect(),_=h.left-k.left,A=h.top-k.top;if(!_&&!A)return;let F=p.style.transform,g=p.style.transitionDuration;p.style.transform=`translate(${_}px, ${A}px)`,p.style.transitionDuration="0s",B(p,s),Me(p),p.style.transform=F,p.style.transitionDuration=g;let P=ae(e.duration,"enter");le(p,e.type,P,()=>{j(p,s);});},y=()=>{for(let c of f)c.state!=="leaving"&&(c.prevRect=c.el.getBoundingClientRect());},d=c=>{let h=new Map;for(let A of f)h.set(A.key,A);let p=[];for(let[A,F]of c.entries()){let g=i(F,A),P=h.get(g);if(P)h.delete(g),P.item=F,p.push(P);else {let V=T(F,A);V&&p.push(V);}}let k=[];for(let A of h.values())A.state!=="leaving"&&k.push(A);let _=null;for(let A=p.length-1;A>=0;A--){let F=p[A].el;(F.parentNode!==t||F.nextSibling!==_)&&t.insertBefore(F,_),_=F;}return {next:p,leaving:k}},C=(c,h)=>{if(h){let _=[];for(let[A,F]of c.entries()){let g=T(F,A);g&&(g.el.parentNode!==t&&t.appendChild(g.el),g.state="present",_.push(g));}f=_;return}y();let{next:p,leaving:k}=d(c);for(let _ of p)_.state!=="present"&&w(_);for(let _ of k){let A=_.prevRect;A&&b(_,A);}for(let _ of p)_.state!=="present"||!_.prevRect||(L(_,_.prevRect),_.prevRect=void 0);f=p.concat(k);},N=null,E=signals.effect(()=>{let c=u();if(!m){N=c;return}C(c,false);});return J(()=>{m=!0,N&&(C(N,!0),N=null);}),U(()=>{E.stop();for(let c of f)x(c);f=[],t.parentNode&&t.parentNode.removeChild(t);}),t}Yn[Ue]=true;function Po(e){return !!e&&!!e[Ue]}
2
- exports.Component=ie;exports.For=Bn;exports.Fragment=Hn;exports.Portal=jn;exports.Suspense=Kn;exports.Transition=Xn;exports.TransitionGroup=Yn;exports.addEvent=re;exports.addEventListener=se;exports.beginHydration=qe;exports.bindElement=ro;exports.child=Lt;exports.clearDelegatedEvents=Bt;exports.consumeTeleportAnchor=We;exports.consumeTeleportBlock=ze;exports.createApp=jt;exports.createComponent=xe;exports.createResource=vo;exports.defineAsyncComponent=No;exports.delegateEvents=Ut;exports.endHydration=Xe;exports.getHydrationKey=gn;exports.getRenderedElement=_t;exports.hydrate=$t;exports.hydrationAnchor=wt;exports.hydrationMarker=bt;exports.inject=de;exports.insert=W;exports.isComponent=$;exports.isFragment=lo;exports.isHydrating=oe;exports.isPortal=fo;exports.isSuspense=go;exports.isTransition=_o;exports.isTransitionGroup=Po;exports.next=Ft;exports.normalizeClass=Se;exports.nthChild=Mt;exports.omitProps=io;exports.onDestroy=Ze;exports.onMount=J;exports.onUpdate=It;exports.patchAttr=Z;exports.patchAttrHydrate=xt;exports.patchClass=Ce;exports.patchClassHydrate=At;exports.patchStyle=Te;exports.patchStyleHydrate=kt;exports.provide=en;exports.resetHydrationKey=Ct;exports.setStyle=ne;exports.template=be;
1
+ 'use strict';var shared=require('@estjs/shared'),signals=require('@estjs/signals');var an=Object.getOwnPropertySymbols;var Jn=Object.prototype.hasOwnProperty,Qn=Object.prototype.propertyIsEnumerable;var cn=(e,n)=>{var t={};for(var o in e)Jn.call(e,o)&&n.indexOf(o)<0&&(t[o]=e[o]);if(e!=null&&an)for(var o of an(e))n.indexOf(o)<0&&Qn.call(e,o)&&(t[o]=e[o]);return t};var Oe=(e,n,t)=>new Promise((o,r)=>{var s=a=>{try{l(t.next(a));}catch(u){r(u);}},i=a=>{try{l(t.throw(a));}catch(u){r(u);}},l=a=>a.done?o(a.value):Promise.resolve(a.value).then(s,i);l((t=t.apply(e,n)).next());});var un="ref",fn="key",dn="http://www.w3.org/2000/svg",He="http://www.w3.org/2000/xlink",Ve="http://www.w3.org/2000/xmlns/";var je=Symbol(""),ue=Symbol(""),$e=Symbol(""),mn=Symbol(""),Ke=Symbol(""),Ue=Symbol("");var Q=null,et=0;function D(){return Q}function ve(e){Q=e,signals.setCurrentScope(e==null?void 0:e.effectScope);}function K(e=Q){let n=e?e.effectScope.run(()=>signals.effectScope()):signals.effectScope(true),t={id:++et,effectScope:n,parent:e,children:null,provides:null,cleanup:null,onMount:null,onUpdate:null,onDestroy:null,isMounted:false,isDestroyed:false};return e&&(e.children||(e.children=new Set),e.children.add(t)),t}function H(e,n){let t=Q;ve(e);try{return e.effectScope.run(n)}finally{ve(t);}}function I(e){var t;if(!e||e.isDestroyed)return;if(e.isDestroyed=true,(t=e.parent)!=null&&t.children&&e.parent.children.delete(e),e.parent=null,e.children&&e.children.size>0){for(let o of e.children)o&&(o.parent=null,I(o));e.children.clear();}let n=Q;if(ve(e),e.onDestroy){for(let o=0;o<e.onDestroy.length;o++)try{e.onDestroy[o]();}catch(r){}e.onDestroy=null;}if(e.cleanup){for(let o=0;o<e.cleanup.length;o++)try{e.cleanup[o]();}catch(r){}e.cleanup=null;}ve(n),e.effectScope.stop(),e.provides&&(e.provides.clear(),e.provides=null),e.onMount=null,e.onUpdate=null,e.children=null;}function U(e){let n=Q;n&&(n.cleanup||(n.cleanup=[]),n.cleanup.push(e));}var st=/^data:\s*(?:text\/html|text\/xml|application\/xhtml\+xml|image\/svg\+xml|application\/xml)/;function lt(e){let n=e.replaceAll(/[\u0000-\u0020]+/g,"").toLowerCase();return shared.startsWith(n,"javascript:")||shared.startsWith(n,"vbscript:")?true:st.test(n)}function Z(e,n,t,o){if(n===fn){o==null?e.removeAttribute(n):e.setAttribute(n,String(o));return}if(n===shared.SPREAD_NAME){let m=shared.isObject(t)?t:null,T=shared.isObject(o)?o:null;if(m)for(let S in m)S!==shared.SPREAD_NAME&&(!T||!(S in T))&&Z(e,S,m[S],null);if(T)for(let S in T)S!==shared.SPREAD_NAME&&Z(e,S,m==null?void 0:m[S],T[S]);return}let r=(e==null?void 0:e.namespaceURI)===dn,s=r&&shared.startsWith(n,"xlink:"),i=r&&shared.startsWith(n,"xmlns:"),l=shared.isSpecialBooleanAttr(n)||shared.isBooleanAttr(n);if(t===o||n.length>2&&n.charCodeAt(0)===111&&n.charCodeAt(1)===110)return;let a=n.toLowerCase();if(a==="innerhtml"||a==="srcdoc")return;if(o==null){if(s)e.removeAttributeNS(He,n.slice(6));else if(i){let m=n.slice(6);e.removeAttributeNS(Ve,m);}else e.removeAttribute(n);return}if(l){shared.includeBooleanAttr(o)?e.setAttribute(n,""):e.removeAttribute(n);return}let u=shared.isSymbol(o)?String(o):o;if(!((a==="href"||a==="src"||a==="xlink:href"||a==="action"||a==="formaction"||a==="poster")&&shared.isString(u)&&lt(u))){if(s){e.setAttributeNS(He,n,String(u));return}if(i){e.setAttributeNS(Ve,n,String(u));return}if(r)e.setAttribute(n,String(u));else if(n in e)try{e[n]=u;}catch(m){e.setAttribute(n,String(u));}else e.setAttribute(n,String(u));}}function Ce(e,n,t,o=false){if(n===t)return;let r=Se(t);if(!r){e.removeAttribute("class");return}(shared.isString(n)?n:Se(n))!==r&&(o?e.setAttribute("class",r):e.className=r);}var Se=shared.normalizeClassName;var hn=/\s*!important$/,yt=["Webkit","Moz","ms"],Be={};function Te(e,n,t){let o=e.style;if(t&&shared.isString(t)){n!==t&&(o.cssText=t);return}if(!t){n&&e.removeAttribute("style");return}if(n&&!shared.isString(n)){let r=n;for(let s in r)(!t||t[s]==null)&&ne(o,s,"");}else if(n&&shared.isString(n)){let r=/(?:^|;)\s*([a-z][a-z\d-]*)\s*:/gi,s;for(;(s=r.exec(n))!==null;){let i=s[1].trim();i&&t&&shared.isObject(t)&&t[i]==null&&ne(o,i,"");}}if(t&&!shared.isString(t)){let r=t;for(let s in r){let i=r[s];(!n||shared.isString(n)||n[s]!==i)&&i!=null&&ne(o,s,i);}}}function ne(e,n,t){if(shared.isArray(t)){for(let s of t)ne(e,n,s);return}(t==null||t==="")&&(t="");let o=shared.isString(t)&&hn.test(t)?"important":"";if(o&&(t=t.replace(hn,"")),shared.startsWith(n,"--")){o?e.setProperty(n,t,o):e.setProperty(n,t);return}let r=gt(e,n);o?e.setProperty(ht(r),t,o):e[r]=t;}function ht(e){let n=shared.kebabCase(e);return shared.startsWith(e,"Webkit")||shared.startsWith(e,"Moz")||shared.startsWith(e,"ms")?`-${n}`:n}function gt(e,n){let t=Be[n];if(t)return t;let o=shared.camelCase(n);if(o!=="filter"&&o in e)return Be[n]=o;o=shared.capitalize(o);for(let r of yt){let s=r+o;if(s in e)return Be[n]=s}return n}var Ge=0;function gn(){return String(Ge++)}function Ct(){Ge=0;}var X=false;function oe(){return X}var te=new Map;function Nt(e){let n=e.querySelectorAll("[data-hk]");for(let t of n){let o=t.dataset.hk;o!=null&&!te.has(o)&&te.set(o,t);}}var we=[],fe=new Map;function Tt(){if(typeof document=="undefined")return;let e=document.createNodeIterator(document.body,NodeFilter.SHOW_COMMENT),n;for(;n=e.nextNode();){let t=n.data;if(t==="teleport-anchor")we.push(n);else if(t==="teleport-start"){let o=n.parentElement;if(!o)continue;let r=fe.get(o);r||(r=[],fe.set(o,r)),r.push(n);}}}function We(){var e;return (e=we.shift())!=null?e:null}function ze(e){let n=fe.get(e),t=n==null?void 0:n.shift();if(!t)return null;let o=[],r=t.nextSibling;for(;r;){if(r.nodeType===Node.COMMENT_NODE&&r.data==="teleport-end")return {start:t,end:r,nodes:o};o.push(r),r=r.nextSibling;}return null}function qe(e){X=true,Ge=0,te.clear(),we.length=0,fe.clear(),Nt(e),Tt();}function Xe(){X=false,te.clear(),we.length=0,fe.clear();}function vn(e,n,t){var s,i;if(!X||t&&t.parentNode!==e)return null;if(n.length===0)return [];let o=new Array(n.length),r=t?t.previousSibling:e.lastChild;for(let l=n.length-1;l>=0;l--){if(!r)return null;let a=n[l],u=a.nodeType;if(u===Node.TEXT_NODE){let f=(s=a.textContent)!=null?s:"";if(!f||r.nodeType!==Node.TEXT_NODE)return null;let m=(i=r.textContent)!=null?i:"";if(m===f){o[l]=r,r=r.previousSibling;continue}if(!m.endsWith(f))return null;let T=m.slice(0,m.length-f.length);if(!T)return null;let S=document.createTextNode(T);e.insertBefore(S,r),r.textContent=f,o[l]=r,r=S;continue}if(r.nodeType!==u)return null;if(u===Node.ELEMENT_NODE){if(r.tagName!==a.tagName)return null}else if(u===Node.COMMENT_NODE&&r.data!==a.data)return null;o[l]=r,r=r.previousSibling;}return o}function En(e){var t,o,r;return (r=(o=e.dataset.hk)!=null?o:(t=e.closest("[data-hk]"))==null?void 0:t.dataset.hk)!=null?r:null}function bt(e,n){if(!X||!e||n<0)return null;let t=e instanceof Element?En(e):null,o=t?`${t}-${n}`:String(n),r=e.firstChild;for(;r;){if(r.nodeType===Node.COMMENT_NODE&&r.data===o)return r;r=r.nextSibling;}return null}function wt(e,n){if(!X||!(e instanceof Element)||n<0)return null;let t=En(e),o=t?`${t}-${n}`:String(n),r=e.firstChild;for(;r;){if(r instanceof Element&&r.getAttribute(shared.HYDRATION_ANCHOR_ATTR)===o)return r;r=r.nextSibling;}return null}function At(e){if(!shared.isBrowser())return ()=>{throw new Error("[essor] getRenderedElement called in non-browser environment")};let n=null;return ()=>{if(!X)return n||(n=be(e)),n();let t=gn(),o=te.get(t);return o?(te.delete(t),o):(shared.warn(`[essor] hydration mismatch: no SSR element for key "${t}"`),n||(n=be(e)),n())}}function _t(e,n,t,o){X||Ce(e,n,t,o);}function xt(e,n,t,o){X||Z(e,n,t,o);}function kt(e,n,t){X||Te(e,n,t);}function Ye(e,n){return n&&n.parentNode===e?n:null}function Sn(e,n,t,o){let r=Ye(e,o),s=n.length,i=t.length;if(s===0&&i===0)return t;if(s===0){for(let f=0;f<i;f++)G(e,t[f],r);return t}if(i===0){for(let f=0;f<s;f++)Y(n[f]);return []}let l=0,a=s-1,u=i-1;for(;l<=a&&l<=u&&n[l]===t[l];)l++;for(;a>=l&&u>=l&&n[a]===t[u];)a--,u--;if(l>a){if(l<=u){let f=u+1,m=Ye(e,f<i?t[f]:r);for(let T=l;T<=u;T++)G(e,t[T],m);}}else if(l>u)for(let f=l;f<=a;f++)Y(n[f]);else Pt(e,n,t,l,a,u,r);return t}function Pt(e,n,t,o,r,s,i){let l=s-o+1,a=l<=4?w=>{for(let b=o;b<=s;b++)if(t[b]===w)return b}:(()=>{let w=new Map;for(let b=o;b<=s;b++)w.set(t[b],b);return b=>w.get(b)})(),u=new Int32Array(l),f=0,m=false,T=0;for(let w=o;w<=r;w++){let b=n[w];if(f>=l){Y(b);continue}let L=a(b);L===void 0?Y(b):(u[L-o]=w+1,L>=T?T=L:m=true,f++);}let S=m?Je(u):[],x=S.length-1;for(let w=l-1;w>=0;w--){let b=o+w,L=t[b],y=Ye(e,b+1<t.length?t[b+1]:i);u[w]===0?G(e,L,y):m&&(x<0||w!==S[x]?G(e,L,y):x--);}}function Je(e){let n=new Int32Array(e.length),t=[0],o=e.length,r,s,i,l,a;for(r=0;r<o;r++){let u=e[r];if(u!==0){if(s=t[t.length-1],e[s]<u){n[r]=s,t.push(r);continue}for(i=0,l=t.length-1;i<l;)a=i+l>>1,e[t[a]]<u?i=a+1:l=a;u<e[t[i]]&&(i>0&&(n[r]=t[i-1]),t[i]=r);}}for(i=t.length,l=t[i-1];i-- >0;)t[i]=l,l=n[l];return t}function Y(e){if(e)if($(e))e.destroy();else {let n=e;n.parentNode&&n.remove();}}function G(e,n,t){if(!e||!n)return;let o=$(t)?t.firstChild:t;if($(n)){n.mount(e,o);return}o?e.insertBefore(n,o):e.appendChild(n);}function Ae(e){if(e instanceof Node||$(e))return e;let n=typeof e;return e==null||n==="string"||n==="number"||n==="boolean"||n==="symbol"?document.createTextNode(e===false||e==null?"":String(e)):document.createTextNode(String(e))}function W(e,n,t){if(!e)return;let o=D(),r=[],s=true,i=a=>{if(a instanceof Node)return [a];if($(a))return [a];let u=typeof a;return a==null||u==="string"||u==="number"||u==="boolean"?[Ae(a)]:shared.coerceArray(a).map(f=>shared.isFunction(f)?f():f).flatMap(f=>f).map(Ae)},l=signals.effect(()=>{let a=()=>{let u=shared.isFunction(n)?n():n,f=i(u);if(s&&oe()&&f.every(m=>m instanceof Node&&m.parentNode===e)){r=f,s=false;return}if(s&&oe()){let m=vn(e,f,t);if(m){r=m,s=false;return}}r=Sn(e,r,f,t),s=false;};o&&!o.isDestroyed?H(o,a):a();});return U(()=>{l.stop();for(let a of r)Y(a);r=[];}),r}function Lt(e){return (e==null?void 0:e.firstChild)||null}function Ft(e,n=1){for(;e&&n>0;)e=e.nextSibling,n--;return e||null}function Mt(e,n){if(!e||n<0)return null;let t=e.firstChild;for(;t&&n>0;)t=t.nextSibling,n--;return t||null}function re(e,n,t,o){if(!(o!=null&&o.delegate))return e.addEventListener(n,t,o),()=>e.removeEventListener(n,t,o);let r=o.delegate,s=u=>{let f=u.target;(f.matches(r)||f.closest(r))&&t.call(e,u);},a=o,{delegate:i}=a,l=cn(a,["delegate"]);return e.addEventListener(n,s,l),()=>{e.removeEventListener(n,s,l);}}function Qe(e,n,t){let o=e[n];o||(o=[],e[n]=o),o.push(t);}function Tn(e,n,t){let o=e.length;if(o===0)return;let r;for(let s=0;s<o;s++)try{let i=e[s]();if(shared.isPromise(i)){let l=i.catch(a=>{});(r||(r=[])).push(l);}}catch(i){}if(r)return Promise.all(r).then(()=>{})}function J(e){let n=D();if(n){if(n.isMounted){try{let t=e();shared.isPromise(t)&&t.catch(o=>{});}catch(t){}return}Qe(n,"onMount",e);}}function It(e){let n=D();n&&Qe(n,"onUpdate",e);}function Ze(e){let n=D();n&&Qe(n,"onDestroy",e);}function bn(e){if(e.isDestroyed)return;if(!e.onMount||e.onMount.length===0){e.isMounted=true;return}let n=e.onMount,t=H(e,()=>Tn(n,e.id));return n.length=0,e.isMounted=true,t}function wn(e){if(!(e.isDestroyed||!e.onUpdate||e.onUpdate.length===0))return H(e,()=>Tn(e.onUpdate,e.id))}function _n(e,n,t=false){for(let o of Object.getOwnPropertyNames(n))Object.defineProperty(e,o,Object.getOwnPropertyDescriptor(n,o));if(t){let o=Object.getOwnPropertyNames(n);for(let r of Object.getOwnPropertyNames(e))o.includes(r)||delete e[r];}}function xn(e,n){let t=Object.getOwnPropertyDescriptor(e,n);return t.get?t.get.call(e):t.value}var kn;kn="normal";var ie=class{constructor(n,t={}){this.component=n;this.props=t;this[kn]=true;this.scope=null;this.state=0;this.beforeNode=void 0;this.renderedNodes=[];this.firstChild=void 0;this.parentNode=void 0;this.rootEventCleanups=[];this.parentScope=D();let o={};_n(o,t),this.reactiveProps=signals.shallowReactive(o);}mount(n,t){var s;if(this.parentNode=n,this.beforeNode=t,this.state=1,this.renderedNodes.length>0){for(let i of this.renderedNodes)G(n,i,t);return this.state=2,this.renderedNodes}let o=K((s=this.parentScope)!=null?s:D());this.scope=o;let r=H(o,()=>{var l;let i=this.component(this.reactiveProps);return shared.isFunction(i)&&(i=i(this.reactiveProps)),(signals.isSignal(i)||signals.isComputed(i))&&(i=i.value),(l=W(n,i,t))!=null?l:[]});return this.renderedNodes=r,this.firstChild=r[0],this.syncSpecialProps(this.props),this.state=2,bn(o),this.renderedNodes}update(n){this.props=n;let t=this.scope;!t||t.isDestroyed||(_n(this.reactiveProps,n!=null?n:{},true),this.syncSpecialProps(n),wn(t));}forceUpdate(){if(!this.parentNode)return;let n=this.parentNode,t=this.beforeNode;this.destroy(),this.mount(n,t);}destroy(){let n=this.scope;if(!(!n||n.isDestroyed)){this.scope=null,this.releaseSpecialProps(),I(n);for(let t of this.renderedNodes)Y(t);this.renderedNodes=[],this.firstChild=void 0,this.parentNode=void 0;for(let t of Object.getOwnPropertyNames(this.reactiveProps))delete this.reactiveProps[t];this.state=0;}}syncSpecialProps(n){if(!n)return;let t=this.firstChild;if(!(!t||!(t instanceof Element))){this.releaseSpecialProps();for(let o of Object.getOwnPropertyNames(n)){if(o===un){let r=xn(n,o);this.rootRefCleanup=this.bindRootRef(r,t);continue}if(shared.isOn(o)){let r=xn(n,o);if(!shared.isFunction(r))continue;let s=o.slice(2).toLowerCase(),i=t,l=`_$${s}`,a=i[l];if(shared.isFunction(a)){i[l]=r,this.rootEventCleanups.push(()=>{i[l]===r&&(i[l]=a);});continue}let u=r,f=m=>{i.disabled||u.call(i,m);};this.rootEventCleanups.push(re(i,s,f));}}}}releaseSpecialProps(){for(let n of this.rootEventCleanups)n();this.rootEventCleanups.length=0,this.rootRefCleanup&&(this.rootRefCleanup(),this.rootRefCleanup=void 0);}bindRootRef(n,t){if(shared.isFunction(n))return n(t),()=>n(null);if(signals.isSignal(n)){let o=n,r=o.value;return o.value=t,()=>{o.value===t&&(o.value=r);}}}};function $(e){return !!e&&!!e.normal}function xe(e,n){return $(e)?e:new ie(e,n)}function be(e){let n,t=()=>{let o=document.createElement("template");o.innerHTML=e;let r=o.content.firstChild;if(!r)throw new Error("Invalid template: empty content");return r};return ()=>(n||(n=t())).cloneNode(true)}function jt(e,n){let t=shared.isString(n)?document.querySelector(n):n;if(!t)return;t.innerHTML&&(t.innerHTML="");let r=K(),s;try{H(r,()=>{let i=xe(e);$(i)&&(s=i,G(t,i));});}catch(i){throw I(r),i}return {root:s,unmount:()=>{s==null||s.destroy(),I(r);}}}function $t(e,n){let t=shared.isString(n)?document.querySelector(n):n;if(!t)return;qe(t);let o=K(),r;try{H(o,()=>{let s=xe(e);$(s)&&(r=s,W(t,s));});}catch(s){throw I(o),s}finally{Xe();}return {root:r,unmount:()=>{r==null||r.destroy(),I(o);}}}function en(e,n){let t=D();t&&(t.provides||(t.provides=new Map),t.provides.set(e,n));}function de(e,n){let t=D();if(!t)return n;let o=t;for(;o;){if(o.provides&&o.provides.has(e))return o.provides.get(e);o=o.parent;}return n}function nn(e,n){Object.defineProperty(e,"target",{configurable:true,value:n});}function Dn(e){let n=e.target,t=e.type,o=e.target,r=e.currentTarget,s=()=>{let l=n[`_$${t}`];if(l&&shared.isFunction(l)&&!n.disabled){let a=n[`${t}Data`];if(a?l.call(n,a,e):l.call(n,e),e.cancelBubble)return false}return n.host&&!shared.isString(n.host)&&!n.host._$host&&shared.isFunction(n.contains)&&n.contains(e.target)&&nn(e,n.host),true},i=()=>{for(;s()&&(n=n._$host||n.parentNode||n.host););};if(Object.defineProperty(e,"currentTarget",{configurable:true,get(){return n||document}}),e.composedPath){let l=e.composedPath();nn(e,l[0]);for(let a=0;a<l.length-2&&(n=l[a],!!s());a++){if(n._$host){n=n._$host,i();break}if(n.parentNode===r)break}}else i();nn(e,o);}var ke=Symbol("_$EVENTS");function Ut(e,n=globalThis.document){let t=n,o=t[ke]||(t[ke]=new Set);for(let r of e)o.has(r)||(o.add(r),n.addEventListener(r,Dn));}function Bt(e=globalThis.document){let n=e,t=n[ke];if(t){for(let o of t.keys())e.removeEventListener(o,Dn);delete n[ke];}}function se(e,n,t,o){let r=re(e,n,t,o);D()&&U(r);}var qt=e=>e,Xt=typeof DataTransfer!="undefined"?new DataTransfer().files:[];function Mn(e,n){let t=e,o=n==null?"":String(n);t.value!==o&&(t.value=o);}var Yt={event:"change",forceChange:true,checkboxArray:true,read:e=>e.checked,write(e,n){let t=e,o=shared.isArray(n)?n.map(String).includes(t.value):!!n;t.checked!==o&&(t.checked=o);}},Jt={event:"change",forceChange:true,read(e){let n=e;return n.checked?n.value:""},write(e,n){let t=e,o=String(n)===t.value;t.checked!==o&&(t.checked=o);}},Qt={event:"change",forceChange:true,read:e=>e.files,write(e,n){if(n==null)try{e.files=Xt;}catch(t){}}},Ln={event:"input",ime:true,read:e=>e.value,write:Mn},Zt={event:"change",forceChange:true,read(e){let n=e;return n.multiple?Array.from(n.selectedOptions,t=>t.value):n.value},write(e,n){let t=e;if(!t.multiple)return Mn(e,n);let o=new Set((shared.isArray(n)?n:[]).map(String));for(let r of Array.from(t.options))r.selected=o.has(r.value);}};function Fn(e){return {event:"input",read:n=>n[e],write(n,t){n[e]=t;}}}function eo(e,n){switch(e.nodeName){case "INPUT":return n==="checked"?e.type==="radio"?Jt:Yt:n==="files"?Qt:n==="value"?Ln:Fn(n);case "SELECT":return Zt;case "TEXTAREA":return Ln;default:return Fn(n)}}function no(e,n,t){if(!shared.isString(e))return e;let o=n?e.trim():e;if(t){let r=n?o:o.trim();if(r!==""){let s=Number(r);if(!Number.isNaN(s))return s}}return o}function to(e){let n=e.getRootNode();return (n instanceof Document||n instanceof ShadowRoot)&&n.activeElement===e}function oo(e,n){if(n!=="value"||e.nodeName!=="INPUT")return false;let t=e.type;return t==="number"||t==="range"}function ro(e,n,t,o,r={}){if(!e)return;let{event:s,read:i,write:l,forceChange:a,ime:u,checkboxArray:f}=eo(e,n),m=r.trim===true,T=r.number===true||oo(e,n),S=r.lazy===true,x=(m||T)&&n!=="files",w=shared.isFunction(t)?t:()=>t,b=x?E=>no(E,m,T):qt,L=f?E=>{let v=w();if(!shared.isArray(v))return b(E);let R=e.value,O=v.filter(c=>String(c)!==R);return E&&O.push(R),O}:b,y=false,d=S||a?"change":s,C=()=>{if(y)return;let E=i(e);if(E===void 0)return;let v=L(E);Object.is(w(),v)||o(v);};se(e,d,C),!S&&x&&d!=="change"&&se(e,"change",()=>l(e,b(i(e)))),u&&(se(e,"compositionstart",()=>{y=true;}),se(e,"compositionend",()=>{y=false,S||C();}));let N=signals.effect(()=>{let E=w();u&&y||u&&!S&&to(e)&&Object.is(b(i(e)),E)||l(e,E);});D()&&U(()=>N.stop());}function In(e){let n=e;return Array.isArray(n)&&n.length===1&&(n=n[0]),typeof n=="function"?n():n}function On(e){let n=Object.getOwnPropertyDescriptor(e,"children");return n!=null&&n.get?()=>In(n.get.call(e)):()=>In(e.children)}function io(e,n){let t=new Set(n);return new Proxy(e,{get(o,r){if(!t.has(r))return Reflect.get(o,r)},ownKeys(o){return Reflect.ownKeys(o).filter(r=>!t.has(r))},getOwnPropertyDescriptor(o,r){if(!t.has(r))return Reflect.getOwnPropertyDescriptor(o,r)},has(o,r){return t.has(r)?false:Reflect.has(o,r)}})}function Hn(e){var t;if(e&&((t=Object.getOwnPropertyDescriptor(e,"children"))!=null&&t.get||signals.isReactive(e)))return [()=>e.children];let n=e==null?void 0:e.children;return n==null?null:n}Hn[je]=true;function lo(e){return !!e&&!!e[je]}function Pe(e){let n=shared.isFunction(e.target)?e.target():e.target;return n==null?null:shared.isString(n)?document.querySelector(n):n}function Re(e){return shared.isFunction(e.disabled)?!!e.disabled():!!e.disabled}function jn(e){if(oe()){let f=uo(e);if(f)return f}let n=document.createComment("portal");n[ue]=true;let{children:t}=e;if(t==null)return n;let o=D(),r=null,s=(f,m)=>{r=K(o),H(r,()=>{W(f,()=>t,m);});},i=()=>{r&&(I(r),r=null);},l=(f,m)=>{if(i(),f){let T=n.parentNode;if(!T)return;s(T,n);return}m&&s(m);},a=false,u=signals.effect(()=>{let f=Re(e),m=f?null:Pe(e);a&&l(f,m);});return J(()=>{a=!0;let f=Re(e),m=f?null:Pe(e);if(f||m){l(f,m);return}queueMicrotask(()=>{n.parentNode&&l(Re(e),Pe(e));});}),U(()=>{u.stop(),i();}),n}jn[ue]=true;function uo(e){if(Re(e))return null;let n=We();if(!n)return null;let t=Pe(e);return !t||!ze(t)?null:(n[ue]=true,n)}function fo(e){return !!e&&!!e[ue]}function De(e){let n=e;for(;shared.isFunction(n);)n=n();return signals.isSignal(n)||signals.isComputed(n)?De(n.value):Array.isArray(n)?n.map(t=>De(t)):n}var me=Symbol("SuspenseContext");function Kn(e){var E;if(!shared.isBrowser())return (E=e.fallback)!=null?E:"";let n=D(),t=document.createComment("suspense"),o=document.createComment("/suspense"),r=document.createDocumentFragment();r.append(t,o);let s=true,i=0,l=false,a=null,u=null,f=null,m=null,T=()=>{let v=document.createDocumentFragment();for(;o.previousSibling&&o.previousSibling!==t;)v.prepend(o.previousSibling);u=v;},S=()=>{var R;if(!u)return;let v=(R=o.parentNode)!=null?R:r;for(;u.firstChild;)v.insertBefore(u.firstChild,o);u=null;},x=()=>{e.fallback==null||f||(f=K(n),H(f,()=>{var v;W((v=o.parentNode)!=null?v:r,()=>De(e.fallback),o);}));},w=()=>{f&&(I(f),f=null);},b=v=>{l=true,a=K(n),H(a,()=>{var R;W((R=o.parentNode)!=null?R:r,()=>De(v),o);}),l=false,i&&!u&&(T(),x());},L=()=>{u||l||(T(),x());},y=()=>{if(!u)return;let v=e.children!=null&&!shared.isPromise(e.children);a==null&&m==null&&!v||(w(),S(),a||(m?b(m):v&&b(e.children)));},d=()=>{s&&--i===0&&y();},C={register:v=>{i++,L(),v.then(d).catch(R=>{d();});},increment:()=>{i++,L();},decrement:()=>{i=Math.max(0,i-1),i===0&&y();}};en(me,C);let N=e.children;return shared.isPromise(N)?(N.then(v=>{m=v;}).catch(()=>{}),C.register(N)):N!=null?b(N):e.fallback!=null&&L(),U(()=>{s=false,i=0,m=null,a&&I(a),f&&I(f),a=f=null,u=null,t.remove(),o.remove();}),r}Kn[$e]=true;function go(e){return !!e&&!!e[$e]}function vo(e,n){let t=signals.signal(n==null?void 0:n.initialValue),o=signals.signal(true),r=signals.signal(null),s=signals.signal("pending"),i=0,l=null,a=false,u=de(me,null),f=()=>Oe(null,null,function*(){let S=++i;o.value=true,s.value="pending",r.value=null,a=false,u&&u.increment();try{let x=e();l=x,x.catch(()=>{});let w=yield x;S===i&&(t.value=w,s.value="ready",o.value=!1);}catch(x){S===i&&(r.value=x instanceof Error?x:new Error(String(x)),s.value="errored",o.value=false);}finally{u&&u.decrement();}});f();let m=(()=>(!a&&o.value&&l&&u&&(a=true,u.register(l)),t.value));return m.loading=o,m.error=r,m.state=s,[m,{mutate:S=>{t.value=S,s.value="ready",o.value=false,r.value=null;},refetch:()=>Oe(null,null,function*(){yield f();})}]}function Un(e){return shared.isFunction(e)?e:e.default}function So(e,n){if(n==="client-only"){let i=()=>"";return i.__asyncLoader=e,i.__asyncResolved=()=>null,i}let t=null,o=null,r=()=>o!=null?o:o=e().then(i=>{t=Un(i);}).catch(()=>{});r();let s=i=>t?t(i):"";return s.__asyncLoader=r,s.__asyncResolved=()=>t,s}function Co(e,n){let{loading:t,error:o,delay:r=200,timeout:s,onError:i}=n,l=null,a=null,u="pending",f=null,m=()=>f!=null?f:f=e().then(S=>{l=Un(S),u="resolved";}).catch(S=>{a=S instanceof Error?S:new Error(String(S)),u="errored",f=null;});m();function T(S){var c;let x=D(),w=document.createComment("async"),b=document.createDocumentFragment();b.appendChild(w);let L=true,y=null,d=null,C=null,N=()=>{d!=null&&clearTimeout(d),C!=null&&clearTimeout(C),d=C=null;},E=(h,p)=>{L&&(x&&x.isDestroyed||(y&&(I(y),y=null),h&&(y=K(x),H(y,()=>{var k;W((k=w.parentNode)!=null?k:b,()=>new ie(h,p),w);}))));};Ze(()=>{L=false,N(),y&&(I(y),y=null),w.remove();});let v=h=>()=>{f=null,u="pending",a=null,t&&E(t),m().then(()=>R(h));},R=h=>{L&&(N(),u==="resolved"&&l?E(l,h):u==="errored"&&a&&(o&&E(o,{error:a,retry:v(h)}),i&&i(a,v(h))));};if(u==="resolved"&&l)return E(l,S),b;if(u==="errored"&&a)return o&&E(o,{error:a,retry:v(S)}),b;let O=m().then(()=>R(S));return (c=de(me))==null||c.register(O),r>0?d=setTimeout(()=>{L&&u==="pending"&&t&&E(t);},r):t&&E(t),s!=null&&(C=setTimeout(()=>{!L||u!=="pending"||(a=new Error(`[defineAsyncComponent] Timeout after ${s}ms`),u="errored",o&&E(o,{error:a,retry:v(S)}),i&&i(a,v(S)));},s)),b}return T.__asyncLoader=m,T.__asyncResolved=()=>l,T}function No(e,n={}){var t;return typeof window=="undefined"?So(e,(t=n.ssr)!=null?t:"blocking"):Co(e,n)}function Bn(e){let n=document.createDocumentFragment(),t=document.createComment("");n.appendChild(t);let o=[],r=[],s=e.key,i=e.children,l=Array.isArray(i)&&i.length===1&&shared.isFunction(i[0])?i[0]:e.children;if(!shared.isFunction(l))throw new TypeError("<For> requires `children` to be a function (item, index) => Node");let a=()=>{var d,C;let y=e.each;return signals.isSignal(y)?(d=y.value)!=null?d:[]:shared.isFunction(y)?(C=y())!=null?C:[]:y!=null?y:[]},u=(y,d)=>s?s(y,d):y,f=(y,d,C)=>{if(y==null||y===false)return [];if(Array.isArray(y)){let E=[];for(let v of y)E.push(...f(v,d,C));return E}if($(y))return G(d,y,C!=null?C:void 0),y.renderedNodes;let N=Ae(y);return G(d,N,C!=null?C:void 0),[N]},m=(y,d)=>{if(!e.fallback)return;r=f(e.fallback(),y,d);},T=()=>{for(let y of r)Y(y);r=[];},S=D(),x=(y,d,C,N,E=u(y,d))=>{var c;let v=(c=D())!=null?c:S,R=K(v),O=[];return H(R,()=>{O=f(l(y,d),C,N);}),{key:E,item:y,nodes:O,scope:R}},w=y=>{I(y.scope);for(let d of y.nodes)d.parentNode&&d.parentNode.removeChild(d);},b=signals.effect(()=>{let y=a(),d=t.parentNode;if(!d){if(y.length===0)m(n,t);else {o=new Array(y.length);let C=0;for(let N of y)o[C]=x(N,C,n,t),C++;}return}L(d,y);});function L(y,d){let C=o.length,N=d.length;if(N===0){for(let g=0;g<C;g++)w(o[g]);o=[],e.fallback&&r.length===0&&m(y,t);return}if(C===0||r.length>0){r.length>0&&T(),o=new Array(N);let g=document.createDocumentFragment();for(let P=0;P<N;P++)o[P]=x(d[P],P,g,null);y.insertBefore(g,t);return}let E=new Map;for(let g=0;g<C;g++){let P=o[g],V=E.get(P.key),q=[P,g];V?V.push(q):E.set(P.key,[q]);}let v=new Array(N),R=[],O=null,c=new Int32Array(N),h=false,p=0,k=new Array(N);for(let g=0;g<N;g++)k[g]=u(d[g],g);for(let g=0;g<N;g++){let P=d[g],V=k[g],q=E.get(V);if(q&&q.length>0){let[ce,z]=q.shift();Object.is(ce.item,P)?(ce.item=P,v[g]=ce,c[g]=z+1,z<p?h=true:p=z):(O||(O=document.createDocumentFragment()),w(ce),v[g]=x(P,g,O,null,V));}else O||(O=document.createDocumentFragment()),v[g]=x(P,g,O,null,V);}for(let g of E.values())for(let[P]of g)R.push(P);for(let g of R)w(g);let A=h?Je(c):[],_=A.length-1,F=t;for(let g=N-1;g>=0;g--){let V=v[g].nodes;if(!(c[g]===0)&&h&&_>=0&&g===A[_]){_--;for(let z=V.length-1;z>=0;z--)F=V[z];continue}for(let z=V.length-1;z>=0;z--){let Ie=V[z];Ie.nextSibling!==F&&y.insertBefore(Ie,F),F=Ie;}}o=v;}return U(()=>{b.stop();for(let y of o)w(y);o=[],T(),t.parentNode&&t.parentNode.removeChild(t);}),n}Bn[mn]=true;function rn(e){var s,i,l,a,u,f,m,T,S,x;let n=(s=e.name)!=null?s:"v",t=(i=e.enterFromClass)!=null?i:`${n}-enter-from`,o=(l=e.enterActiveClass)!=null?l:`${n}-enter-active`,r=(a=e.enterToClass)!=null?a:`${n}-enter-to`;return {enterFrom:t,enterActive:o,enterTo:r,leaveFrom:(u=e.leaveFromClass)!=null?u:`${n}-leave-from`,leaveActive:(f=e.leaveActiveClass)!=null?f:`${n}-leave-active`,leaveTo:(m=e.leaveToClass)!=null?m:`${n}-leave-to`,appearFrom:(T=e.appearFromClass)!=null?T:t,appearActive:(S=e.appearActiveClass)!=null?S:o,appearTo:(x=e.appearToClass)!=null?x:r}}var Gn=e=>e?e.endsWith("ms")?Number(e.slice(0,-2).replace(",",".")):Number(e.slice(0,-1).replace(",","."))*1e3:0;function Wn(e,n){let t=e.split(", "),o=n.split(", "),r=0;for(let[s,i]of o.entries()){let l=Gn(i)+Gn(t[s%t.length]||"0s");l>r&&(r=l);}return r}function qn(e,n){let t=getComputedStyle(e),o=n!=="animation"?Wn(t.transitionDelay,t.transitionDuration):0,r=n!=="transition"?Wn(t.animationDelay,t.animationDuration):0;return o===0&&r===0?null:o>=r?{event:"transitionend",timeout:o}:{event:"animationend",timeout:r}}function B(e,n){for(let t of n.split(/\s+/))t&&e.classList.add(t);}function j(e,n){for(let t of n.split(/\s+/))t&&e.classList.remove(t);}function ye(e){requestAnimationFrame(()=>requestAnimationFrame(e));}function Me(e){e.offsetHeight;}function le(e,n,t,o){if(t!=null){setTimeout(o,t);return}let r=qn(e,n);if(!r){o();return}let s=false,i=()=>{s||(s=true,e.removeEventListener(r.event,l),o());},l=()=>i();e.addEventListener(r.event,l),setTimeout(i,r.timeout+1);}function ae(e,n){return e==null?null:typeof e=="number"?e:e[n]}function zn(e){if(e==null||e===false)return null;if(Array.isArray(e))return e[0]instanceof Element?e[0]:null;if(e instanceof Element)return e;if($(e)){let n=e;if(n.scope==null){let o=document.createDocumentFragment();n.mount(o);}let t=n.firstChild;return t instanceof Element?t:null}return null}var Fe=Symbol("enter_cb"),pe=Symbol("leave_cb");function Xn(e){let n=document.createComment(""),t=rn(e),o=e.css!==false,r=On(e),s="idle",i=null,l=null,a=false,u,f=false,m=false,T=false,S=(d,C)=>{var h;let N=d[pe];N&&N(true),s="entering";let E=C==="appear"?t.appearFrom:t.enterFrom,v=C==="appear"?t.appearActive:t.enterActive,R=C==="appear"?t.appearTo:t.enterTo;(h=e.onBeforeEnter)==null||h.call(e,d),o&&(B(d,E),B(d,v));let O=false,c=p=>{var k,A;O||(O=true,d[Fe]=void 0,o&&(j(d,E),j(d,v),j(d,R)),p?(k=e.onEnterCancelled)==null||k.call(e,d):(s="entered",(A=e.onAfterEnter)==null||A.call(e,d)));};d[Fe]=c,ye(()=>{if(!O)if(o&&(j(d,E),B(d,R)),e.onEnter)e.onEnter(d,()=>c(false));else if(o){let p=ae(e.duration,"enter");le(d,e.type,p,()=>c(false));}else c(false);});},x=(d,C)=>{var c;let N=d[Fe];N&&(N(true),Me(d)),s="leaving",(c=e.onBeforeLeave)==null||c.call(e,d),o&&(B(d,t.leaveFrom),B(d,t.leaveActive));let E=false,v=h=>{var p,k;E||(E=true,d[pe]=void 0,o&&(j(d,t.leaveFrom),j(d,t.leaveActive),j(d,t.leaveTo)),h?(p=e.onLeaveCancelled)==null||p.call(e,d):(s="idle",C(),(k=e.onAfterLeave)==null||k.call(e,d)));};d[pe]=v;let R=ae(e.duration,"leave"),O=o&&!e.onLeave&&R==null?!!qn(d,e.type):false;if(!e.onLeave&&R==null&&!O){v(false);return}ye(()=>{E||(o&&(j(d,t.leaveFrom),B(d,t.leaveTo)),e.onLeave?e.onLeave(d,()=>v(false)):o?le(d,e.type,R,()=>v(false)):v(false));});},w=(d,C)=>{if(d&&s==="leaving"&&l){let E=l,v=E[pe];v&&v(true),l=null,i=E,S(E,"enter");return}if(d===i)return;let N=i;if(i=d,N){l=N;let E=N;x(E,()=>{E.parentNode&&E.parentNode.removeChild(E),l===E&&(l=null);});}d&&n.parentNode?(n.parentNode.insertBefore(d,n),C&&!e.appear?s="entered":S(d,C&&e.appear?"appear":"enter")):!N&&!d&&(s="idle");},b=()=>{if(m=false,T||!f)return;let d=u;f=false,u=void 0;try{w(zn(d),!1);}catch(C){}},L=d=>{u=d,f=true,!m&&(m=true,queueMicrotask(b));},y=signals.effect(()=>{let d=r();a?L(d):(u=d,f=true);});return J(()=>{a=!0;let d=f?zn(u):null;f=!1,u=void 0,w(d,!0);}),U(()=>{T=true,y.stop();for(let d of [i,l]){if(!d)continue;let C=d[Fe],N=d[pe];C==null||C(true),N==null||N(true),d.parentNode&&d.parentNode.removeChild(d);}i=null,l=null,s="idle";}),n}Xn[Ke]=true;function Ao(e){return !!e&&!!e[Ke]}function ln(e,n){if(e==null||e===false)return {el:null,comp:null};if(Array.isArray(e)&&e.length===1)return ln(e[0],n);if(shared.isFunction(e))return ln(e(),n);if(e instanceof HTMLElement)return {el:e,comp:null};if($(e)){let t=e;t.scope==null&&t.mount(n);let o=t.firstChild;return o instanceof HTMLElement?{el:o,comp:t}:{el:null,comp:t}}return {el:null,comp:null}}function ko(e){return {position:e.style.position,top:e.style.top,left:e.style.left,width:e.style.width,height:e.style.height}}function sn(e,n){e.style.position=n.position,e.style.top=n.top,e.style.left=n.left,e.style.width=n.width,e.style.height=n.height;}function Yn(e){var v,R,O;let n=(v=e.tag)!=null?v:"div",t=document.createElement(n),o=rn(e),r=e.css!==false,s=(O=e.moveClass)!=null?O:`${(R=e.name)!=null?R:"v"}-move`,i=e.key,l=e.children,a=Array.isArray(l)&&l.length===1&&shared.isFunction(l[0])?l[0]:e.children;if(!shared.isFunction(a)||!shared.isFunction(i))throw new TypeError("<TransitionGroup> requires `children: (item, index) => Node` and `key: (item, index) => unknown`");let u=()=>{var h,p;let c=e.each;return signals.isSignal(c)?(h=c.value)!=null?h:[]:shared.isFunction(c)?(p=c())!=null?p:[]:c!=null?c:[]},f=[],m=false,T=(c,h)=>{let p=D(),k=K(p),A;H(k,()=>{A=a(c,h);});let{el:_,comp:F}=ln(A,t);return _?{key:i(c,h),item:c,el:_,comp:F,scope:k,state:"entering"}:(I(k),null)},S=c=>{if(c.comp){for(let h of c.comp.renderedNodes)h.parentNode===t&&t.removeChild(h);return}c.el.parentNode===t&&t.removeChild(c.el);},x=c=>{var h,p;(h=c.cancelEnter)==null||h.call(c,true),(p=c.cancelLeave)==null||p.call(c,true),c.comp&&c.comp.destroy(),S(c),I(c.scope);},w=c=>{var A,_,F;let h=c.el;if((A=c.cancelLeave)==null||A.call(c,true),!r){c.state="present",(_=e.onAfterEnter)==null||_.call(e,h);return}(F=e.onBeforeEnter)==null||F.call(e,h),B(h,o.enterFrom),B(h,o.enterActive);let p=false,k=g=>{var P,V;p||(p=true,c.cancelEnter=void 0,j(h,o.enterFrom),j(h,o.enterActive),j(h,o.enterTo),g?(P=e.onEnterCancelled)==null||P.call(e,h):(c.state="present",(V=e.onAfterEnter)==null||V.call(e,h)));};c.cancelEnter=k,c.state="entering",ye(()=>{if(!p)if(j(h,o.enterFrom),B(h,o.enterTo),e.onEnter)e.onEnter(h,()=>k(false));else {let g=ae(e.duration,"enter");le(h,e.type,g,()=>k(false));}});},b=(c,h)=>{var F,g;let p=c.el;c.cancelEnter&&(c.cancelEnter(true),Me(p)),c.state="leaving",c.savedStyles=ko(p);let k=t.getBoundingClientRect();if(p.style.position="absolute",p.style.top=`${h.top-k.top}px`,p.style.left=`${h.left-k.left}px`,p.style.width=`${h.width}px`,p.style.height=`${h.height}px`,!r){c.savedStyles&&sn(p,c.savedStyles),S(c),I(c.scope),c.comp&&c.comp.destroy(),(F=e.onAfterLeave)==null||F.call(e,p);return}(g=e.onBeforeLeave)==null||g.call(e,p),B(p,o.leaveFrom),B(p,o.leaveActive);let A=false,_=P=>{var V,q;if(!A){if(A=true,c.cancelLeave=void 0,j(p,o.leaveFrom),j(p,o.leaveActive),j(p,o.leaveTo),P){c.savedStyles&&sn(p,c.savedStyles),c.savedStyles=void 0,(V=e.onLeaveCancelled)==null||V.call(e,p);return}c.savedStyles&&sn(p,c.savedStyles),c.savedStyles=void 0,S(c),I(c.scope),c.comp&&c.comp.destroy(),(q=e.onAfterLeave)==null||q.call(e,p);}};c.cancelLeave=_,ye(()=>{if(!A)if(j(p,o.leaveFrom),B(p,o.leaveTo),e.onLeave)e.onLeave(p,()=>_(false));else {let P=ae(e.duration,"leave");le(p,e.type,P,()=>_(false));}});},L=(c,h)=>{if(!r||c.state!=="present")return;let p=c.el,k=p.getBoundingClientRect(),A=h.left-k.left,_=h.top-k.top;if(!A&&!_)return;let F=p.style.transform,g=p.style.transitionDuration;p.style.transform=`translate(${A}px, ${_}px)`,p.style.transitionDuration="0s",B(p,s),Me(p),p.style.transform=F,p.style.transitionDuration=g;let P=ae(e.duration,"enter");le(p,e.type,P,()=>{j(p,s);});},y=()=>{for(let c of f)c.state!=="leaving"&&(c.prevRect=c.el.getBoundingClientRect());},d=c=>{let h=new Map;for(let _ of f)h.set(_.key,_);let p=[];for(let[_,F]of c.entries()){let g=i(F,_),P=h.get(g);if(P)h.delete(g),P.item=F,p.push(P);else {let V=T(F,_);V&&p.push(V);}}let k=[];for(let _ of h.values())_.state!=="leaving"&&k.push(_);let A=null;for(let _=p.length-1;_>=0;_--){let F=p[_].el;(F.parentNode!==t||F.nextSibling!==A)&&t.insertBefore(F,A),A=F;}return {next:p,leaving:k}},C=(c,h)=>{if(h){let A=[];for(let[_,F]of c.entries()){let g=T(F,_);g&&(g.el.parentNode!==t&&t.appendChild(g.el),g.state="present",A.push(g));}f=A;return}y();let{next:p,leaving:k}=d(c);for(let A of p)A.state!=="present"&&w(A);for(let A of k){let _=A.prevRect;_&&b(A,_);}for(let A of p)A.state!=="present"||!A.prevRect||(L(A,A.prevRect),A.prevRect=void 0);f=p.concat(k);},N=null,E=signals.effect(()=>{let c=u();if(!m){N=c;return}C(c,false);});return J(()=>{m=!0,N&&(C(N,!0),N=null);}),U(()=>{E.stop();for(let c of f)x(c);f=[],t.parentNode&&t.parentNode.removeChild(t);}),t}Yn[Ue]=true;function Po(e){return !!e&&!!e[Ue]}
2
+ exports.Component=ie;exports.For=Bn;exports.Fragment=Hn;exports.Portal=jn;exports.Suspense=Kn;exports.Transition=Xn;exports.TransitionGroup=Yn;exports.addEvent=re;exports.addEventListener=se;exports.beginHydration=qe;exports.bindElement=ro;exports.child=Lt;exports.clearDelegatedEvents=Bt;exports.consumeTeleportAnchor=We;exports.consumeTeleportBlock=ze;exports.createApp=jt;exports.createComponent=xe;exports.createResource=vo;exports.defineAsyncComponent=No;exports.delegateEvents=Ut;exports.endHydration=Xe;exports.getHydrationKey=gn;exports.getRenderedElement=At;exports.hydrate=$t;exports.hydrationAnchor=wt;exports.hydrationMarker=bt;exports.inject=de;exports.insert=W;exports.isComponent=$;exports.isFragment=lo;exports.isHydrating=oe;exports.isPortal=fo;exports.isSuspense=go;exports.isTransition=Ao;exports.isTransitionGroup=Po;exports.next=Ft;exports.normalizeClass=Se;exports.nthChild=Mt;exports.omitProps=io;exports.onDestroy=Ze;exports.onMount=J;exports.onUpdate=It;exports.patchAttr=Z;exports.patchAttrHydrate=xt;exports.patchClass=Ce;exports.patchClassHydrate=_t;exports.patchStyle=Te;exports.patchStyleHydrate=kt;exports.provide=en;exports.resetHydrationKey=Ct;exports.setStyle=ne;exports.template=be;
@@ -102,6 +102,10 @@ function disposeScope(scope) {
102
102
  return;
103
103
  }
104
104
  scope.isDestroyed = true;
105
+ if ((_a2 = scope.parent) == null ? void 0 : _a2.children) {
106
+ scope.parent.children.delete(scope);
107
+ }
108
+ scope.parent = null;
105
109
  if (scope.children && scope.children.size > 0) {
106
110
  for (const child2 of scope.children) {
107
111
  if (child2) {
@@ -135,9 +139,6 @@ function disposeScope(scope) {
135
139
  }
136
140
  setActiveScope(prevScope);
137
141
  scope.effectScope.stop();
138
- if ((_a2 = scope.parent) == null ? void 0 : _a2.children) {
139
- scope.parent.children.delete(scope);
140
- }
141
142
  if (scope.provides) {
142
143
  scope.provides.clear();
143
144
  scope.provides = null;
@@ -145,7 +146,6 @@ function disposeScope(scope) {
145
146
  scope.onMount = null;
146
147
  scope.onUpdate = null;
147
148
  scope.children = null;
148
- scope.parent = null;
149
149
  }
150
150
  function onCleanup(fn) {
151
151
  const scope = activeScope;
@@ -1077,6 +1077,7 @@ var Component = class {
1077
1077
  for (const key of Object.getOwnPropertyNames(this.reactiveProps)) {
1078
1078
  delete this.reactiveProps[key];
1079
1079
  }
1080
+ this.state = 0 /* INITIAL */;
1080
1081
  }
1081
1082
  /**
1082
1083
  * Apply props that bind to the root DOM element rather than flowing into
@@ -1214,8 +1215,8 @@ function createApp(component, target) {
1214
1215
  return {
1215
1216
  root: rootNode,
1216
1217
  unmount: () => {
1217
- disposeScope(scope);
1218
1218
  rootNode == null ? void 0 : rootNode.destroy();
1219
+ disposeScope(scope);
1219
1220
  }
1220
1221
  };
1221
1222
  }
@@ -1247,8 +1248,8 @@ function hydrate(component, target) {
1247
1248
  return {
1248
1249
  root: rootNode,
1249
1250
  unmount: () => {
1250
- disposeScope(scope);
1251
1251
  rootNode == null ? void 0 : rootNode.destroy();
1252
+ disposeScope(scope);
1252
1253
  }
1253
1254
  };
1254
1255
  }
@@ -1962,6 +1963,7 @@ function defineClientAsyncComponent(loader, options) {
1962
1963
  };
1963
1964
  const render = (fn, fnProps) => {
1964
1965
  if (!alive) return;
1966
+ if (owner && owner.isDestroyed) return;
1965
1967
  if (viewScope) {
1966
1968
  disposeScope(viewScope);
1967
1969
  viewScope = null;
@@ -2077,9 +2079,7 @@ function For(props) {
2077
2079
  };
2078
2080
  const clearFallback = () => {
2079
2081
  for (const node of fallbackNodes) {
2080
- if (node.parentNode) {
2081
- node.parentNode.removeChild(node);
2082
- }
2082
+ removeNode(node);
2083
2083
  }
2084
2084
  fallbackNodes = [];
2085
2085
  };