@fluixi/reactive 1.0.0-alpha.80 → 1.0.0-alpha.82
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cdn/reactive.cjs +1 -1
- package/dist/cdn/reactive.global.js +1 -1
- package/dist/cdn/reactive.mjs +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/dist/lib/index.cjs +1 -1
- package/dist/lib/index.mjs +1 -1
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/dist/version.generated.cjs +1 -1
- package/dist/version.generated.d.ts +1 -1
- package/dist/version.generated.js +1 -1
- package/dist/version.generated.mjs +1 -1
- package/package.json +2 -2
package/dist/cdn/reactive.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var nt=Object.defineProperty;var Qn=Object.getOwnPropertyDescriptor;var Jn=Object.getOwnPropertyNames;var Zn=Object.prototype.hasOwnProperty;var er=(e,t)=>{for(var n in t)nt(e,n,{get:t[n],enumerable:!0})},tr=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of Jn(t))!Zn.call(e,o)&&o!==n&&nt(e,o,{get:()=>t[o],enumerable:!(r=Qn(t,o))||r.enumerable});return e};var nr=e=>tr(nt({},"__esModule",{value:!0}),e);var yo={};er(yo,{$NAME:()=>Rn,$NODE:()=>Q,$PROXY:()=>Sr,$RAW:()=>De,$SELF:()=>Ge,$SIGNAL:()=>vr,$STORE:()=>An,$TRACK:()=>ze,Observable:()=>N,SafeSubscriber:()=>Ne,Signal:()=>mn,Store:()=>H,StoreAPI:()=>jn,Subject:()=>st,Subscriber:()=>ie,Subscription:()=>se,SuspenseContext:()=>He,VERSION:()=>jt,__DEV__:()=>de,batch:()=>$,clearAllCachedResources:()=>To,clearCachedResourceNamespace:()=>po,combineSignal:()=>Ir,combineSignals:()=>Mr,createCachedResource:()=>fo,createChildOwner:()=>Ht,createComputed:()=>tn,createComputedStore:()=>_n,createContext:()=>ce,createDebounce:()=>cn,createDebouncedResource:()=>ln,createDebouncedSignal:()=>Rt,createDeferred:()=>an,createEffect:()=>M,createErrorBoundary:()=>Tn,createMemo:()=>T,createMutableStore:()=>kt,createRenderEffect:()=>nn,createResource:()=>pe,createRoot:()=>Y,createSelector:()=>un,createSignal:()=>h,createStore:()=>Ue,createStoreEffect:()=>Fn,createStoreMemo:()=>Dn,createSuspenseBoundary:()=>fn,debounceSignal:()=>Kr,disposeScope:()=>Wt,distinctSignal:()=>Ur,effect:()=>wr,everySignal:()=>Fr,filterSignal:()=>Er,findSignal:()=>kr,flush:()=>on,getNode:()=>Mn,getOwner:()=>Ae,getServerData:()=>Pe,getStoreNode:()=>qn,guardSignal:()=>Vr,indexArray:()=>dr,isComponent:()=>pt,isMemo:()=>ft,isOwnerDisposed:()=>Gt,isProvider:()=>yt,isResource:()=>dt,isSignal:()=>Ee,isStore:()=>In,isStoreProxy:()=>Xe,isSuspense:()=>Tt,keyArray:()=>fr,makeArrayFlat:()=>$e,mapArray:()=>lr,mapSignal:()=>Cr,memo:()=>gr,mergeSignal:()=>qr,modifiable:()=>Nn,nextResourceId:()=>ke,omitSignal:()=>Lr,on:()=>sn,onCleanup:()=>F,operate:()=>rr,pickSignal:()=>Br,produceUtil:()=>Bn,provide:()=>le,provideErrorBoundary:()=>yn,provideSuspense:()=>dn,readChildren:()=>Ke,readSignal:()=>Wr,reconcileUtil:()=>Ln,reduceSignal:()=>Pr,reportResourceData:()=>_e,resource:()=>hn,runWithOwner:()=>fe,selectSignal:()=>jr,setOwner:()=>at,setResourceDataSink:()=>wt,setResourceIdSource:()=>gt,setResourceTracker:()=>St,setServerDataGetter:()=>xt,signal:()=>xr,someSignal:()=>_r,sortSignal:()=>Dr,startTransition:()=>lt,store:()=>$n,throttleSignal:()=>Hr,trackResourcePromise:()=>X,untrack:()=>D,untrackStore:()=>_t,unwrap:()=>ye,useContext:()=>zt,useTransition:()=>rn,whenSignal:()=>$r,wrap:()=>Un,zipSignal:()=>Nr});module.exports=nr(yo);var jt="1.0.0-alpha.80";function rt(e){return typeof e=="function"&&!/^class\s/.test(Function.prototype.toString.call(e))}function Bt(e){return e==null||Array.isArray(e)||typeof e=="function"||e instanceof Date||e instanceof RegExp||e instanceof Map||e instanceof Set||e instanceof Error?!1:typeof e=="object"}function ot(e){return e instanceof Promise||!!e&&(typeof e=="object"||typeof e=="function")&&"then"in e}var se=class e{constructor(t){this._closed=!1;this._parentOrParents=null;this._subscriptions=null;t&&(this._subscriptions=[t])}get closed(){return this._closed}unsubscribe(){if(this._closed)return;this._closed=!0;let{_parentOrParents:t,_subscriptions:n}=this;if(t instanceof e)t.remove(this);else if(t!==null)for(let r of t)r.remove(this);if(n){for(let r of n)if(rt(r)&&!(r instanceof e))try{r()}catch(o){console.error("Error in unsubscribe function:",o)}else if(Bt(r)&&typeof r.unsubscribe=="function")try{r.unsubscribe()}catch(o){console.error("Error unsubscribing child:",o)}this._subscriptions=null}}add(t){if(!t||t===this)return this;if(t.closed)return this;let{_closed:n,_subscriptions:r}=this;if(n){if(rt(t))try{t()}catch(o){console.error("Error in unsubscribe function:",o)}else if(t.unsubscribe)try{t.unsubscribe()}catch(o){console.error("Error unsubscribing:",o)}return this}return r||(this._subscriptions=[]),this._subscriptions.push(t),t instanceof e&&t._addParent(this),this}remove(t){let{_subscriptions:n}=this;if(!n)return;let r=n.indexOf(t);r!==-1&&(n.splice(r,1),t._removeParent(this))}_addParent(t){let{_parentOrParents:n}=this;n?Array.isArray(n)?n.push(t):this._parentOrParents=[n,t]:this._parentOrParents=t}_removeParent(t){let{_parentOrParents:n}=this;if(n===t)this._parentOrParents=null;else if(Array.isArray(n)){let r=n.indexOf(t);r!==-1&&(n.splice(r,1),n.length===1&&(this._parentOrParents=n[0]))}}};var ie=class extends se{constructor(n,r,o){super();this.isStopped=!1;let s;n?typeof n=="object"?s=n:s={next:n,error:r,complete:o}:s={},this.destination=s}next(n){if(!this.isStopped&&this.destination.next)try{this.destination.next(n)}catch(r){this.error(r)}}error(n){if(!this.isStopped){if(this.isStopped=!0,this.destination.error)try{this.destination.error(n)}catch(r){throw r}else throw n;this.unsubscribe()}}complete(){if(!this.isStopped){if(this.isStopped=!0,this.destination.complete)try{this.destination.complete()}catch(n){this.error(n);return}this.unsubscribe()}}unsubscribe(){this.closed||(this.isStopped=!0,super.unsubscribe())}},Ne=class extends ie{constructor(n,r,o,s){super(n,r,o);this._isUnsubscribing=!1;this._parentSubscriber=null;this._parentSubscriber=s||null}next(n){if(!this.isStopped&&!this._isUnsubscribing)try{super.next(n)}catch(r){this.error(r)}}error(n){if(!this.isStopped&&!this._isUnsubscribing){this._isUnsubscribing=!0;try{super.error(n)}finally{this._isUnsubscribing=!1}}}complete(){if(!this.isStopped&&!this._isUnsubscribing){this._isUnsubscribing=!0;try{super.complete()}finally{this._isUnsubscribing=!1}}}unsubscribe(){this.closed||(this._isUnsubscribing=!0,super.unsubscribe(),this._isUnsubscribing=!1)}};function rr(e){return new ie(e.next,e.error,e.complete)}var N=class extends se{constructor(t){if(super(),t)this._subscribe=t;else throw new TypeError("Observable constructor requires a subscribe function")}subscribe(t,n,r){let o;t instanceof ie?o=t:o=new Ne(t,n,r);let{_subscribe:s}=this;try{let i=s.call(this,o);i&&(typeof i=="function"||typeof i.unsubscribe=="function")&&o.add(i)}catch(i){o.error(i)}return o}pipe(...t){return t.length===0?this:t.reduce((n,r)=>r(n),this)}toPromise(){return new Promise((t,n)=>{let r;this.subscribe({next:o=>r=o,error:n,complete:()=>t(r)})})}};var st=class extends N{constructor(){super(n=>{if(this.closed)throw new Error("Subject has been closed");if(this.hasError)n.error(this.thrownError);else if(this.isStopped)n.complete();else return this.observers.push(n),()=>{let r=this.observers.indexOf(n);r!==-1&&this.observers.splice(r,1)}});this.observers=[];this.isStopped=!1;this.hasError=!1;this.thrownError=null}next(n){if(this.isStopped)return;let{observers:r}=this,o=r.length,s=r.slice();for(let i=0;i<o;i++)s[i].next?.(n)}error(n){if(this.isStopped)return;this.hasError=!0,this.thrownError=n,this.isStopped=!0;let{observers:r}=this;this.observers=[];let o=r.length,s=r.slice();for(let i=0;i<o;i++)s[i].error?.(n)}complete(){if(this.isStopped)return;this.isStopped=!0;let{observers:n}=this;this.observers=[];let r=n.length,o=n.slice();for(let s=0;s<r;s++)o[s].complete?.()}unsubscribe(){this.isStopped=!0,this.observers=[]}asObservable(){return new N(r=>this.subscribe(r))}};var or="__fluixi_signal_next_state__",sr=e=>{typeof queueMicrotask=="function"?queueMicrotask(e):Promise.resolve().then(e)},a=globalThis[or]??={consumer:null,untracked:!1,owner:null,queue:[],scheduled:!1,flushing:!1,batchDepth:0,hostSchedule:sr,onSuspend:null,onError:null};var Lt=0,$t=1,ge=2,je=class{constructor(){this.observers=null;this.watchers=null;this.version=0}updateIfNecessary(){}track(){if(a.untracked)return;let t=a.consumer;t&&((this.observers??=new Set).add(t),(t.sources??=new Set).add(this))}},ue=class extends je{constructor(t,n){super(),this._value=t,this._equals=n?.equals===!1?()=>!1:n?.equals??Object.is}get(){return this.track(),this._value}set(t){if(!this._equals(this._value,t)){if(this._value=t,this.version++,this.observers)for(let n of[...this.observers])n.markDirty(ge);it(this)}}peek(){return this._value}},K=class extends je{constructor(n,r){super();this._threw=!1;this._initialized=!1;this.state=ge;this.sources=null;this._fn=n,this._equals=r?.equals===!1?()=>!1:r?.equals??Object.is}get(){if(a.consumer===this)throw new Error("Signal.Computed cannot read itself");if(this.track(),this.updateIfNecessary(),this._threw)throw this._error;return this._value}updateIfNecessary(){if(this.state===$t&&this.sources){for(let n of this.sources)if(n.updateIfNecessary(),this.state===ge)break}(this.state===ge||!this._initialized)&&this.recompute(),this.state=Lt}recompute(){if(this.sources){for(let u of this.sources)u.observers?.delete(this);this.sources.clear()}let n=a.consumer,r=a.untracked;a.consumer=this,a.untracked=!1;let o,s=!1,i;try{o=this._fn()}catch(u){s=!0,i=u,o=this._value}finally{a.consumer=n,a.untracked=r}let c=!this._initialized||this._threw!==s||(s?i!==this._error:!this._equals(this._value,o));if(this._initialized=!0,this._threw=s,this._error=i,this._value=o,c){if(this.version++,this.observers)for(let u of[...this.observers])u.markDirty(ge);it(this)}}markDirty(n){if(this.state>=n)return;let r=this.state===Lt;if(this.state=n,r){if(this.observers)for(let o of[...this.observers])o.markDirty($t);it(this)}}peek(){if(this.updateIfNecessary(),this._threw)throw this._error;return this._value}};function it(e){if(e.watchers)for(let t of[...e.watchers])t._notify(e)}var ae=class{constructor(t){this._watched=new Set;this._pending=new Set;this._notifyFn=t}watch(...t){for(let n of t)this._watched.add(n),(n.watchers??=new Set).add(this)}unwatch(...t){for(let n of t)this._watched.delete(n),n.watchers?.delete(this),this._pending.delete(n)}getPending(){let t=[...this._pending];return this._pending.clear(),t}_notify(t){if(!this._watched.has(t)||this._pending.has(t))return;let n=this._pending.size===0;this._pending.add(t),n&&this._notifyFn()}};function we(e){if(a.untracked)return e();a.untracked=!0;try{return e()}finally{a.untracked=!1}}function Vt(){return a.consumer}function Kt(e){return!!(e.observers&&e.observers.size)||!!(e.watchers&&e.watchers.size)}function Ht(e){let t=Re(e);return e&&(e.owned??=[]).push(t),t}function Wt(e,t=!0){Oe(e,t)}function Gt(e){return!!e&&e.disposed===!0}function Re(e){return{cleanups:null,owned:null,parent:e,contexts:null}}function ce(e){let t=Symbol("context");return{id:t,defaultValue:e,Provider:r=>{let o=a.owner,s=Re(o);(s.contexts=new Map).set(t,r.value),o&&(o.owned??=[]).push(s),a.owner=s;try{return r.children}finally{a.owner=o}}}}function zt(e){let t=a.owner;for(;t;){if(t.contexts&&t.contexts.has(e.id))return t.contexts.get(e.id);t=t.parent}return e.defaultValue}function Be(e,t){let n=e;for(;n;){if(n.contexts&&n.contexts.has(t.id))return n.contexts.get(t.id);n=n.parent}return t.defaultValue}function le(e,t,n){let r=Re(a.owner);(r.contexts=new Map).set(e.id,t),a.owner&&(a.owner.owned??=[]).push(r);let o=a.owner;a.owner=r;try{return n()}finally{a.owner=o}}function Yt(e){a.onSuspend=e}function Xt(e){return a.onSuspend?(a.onSuspend(e,a.owner),!0):!1}function Qt(e){a.onError=e}function Ae(){return a.owner}function at(e){let t=a.owner;return a.owner=e,t}function fe(e,t){let n=a.owner;a.owner=e;try{return t()}finally{a.owner=n}}function F(e){if(a.owner){if(a.owner.disposed){e();return}(a.owner.cleanups??=[]).push(e)}}function Oe(e,t=!0){if(!e.disposed){if(e.owned){for(let n=e.owned.length-1;n>=0;n--)Oe(e.owned[n]);e.owned=null}if(e.cleanups){for(let n=e.cleanups.length-1;n>=0;n--)e.cleanups[n]();e.cleanups=null}t&&(e.disposed=!0)}}function Y(e){let t=Re(a.owner);a.owner&&(a.owner.owned??=[]).push(t);let n=a.owner;a.owner=t;try{return e(()=>Oe(t))}finally{a.owner=n}}function Jt(e){a.hostSchedule=e??(t=>{Promise.resolve().then(t)})}function ir(e){e.queued||(e.queued=!0,a.queue.push(e),!a.scheduled&&a.batchDepth===0&&(a.scheduled=!0,a.hostSchedule(Ce)))}function Ce(){if(a.scheduled=!1,a.flushing)return;a.flushing=!0;let e=0;try{for(;a.queue.length;){if(++e>1e5)throw new Error("[fluixi] effect flush did not settle (cycle?)");let t=a.queue;a.queue=[];for(let n of t)n.queued=!1,n.disposed||n.run()}}finally{a.flushing=!1}}function Zt(){a.batchDepth===0&&Ce()}function ct(e){a.batchDepth++;try{return e()}finally{--a.batchDepth===0&&Ce()}}var ut=class{constructor(t){this.queued=!1;this.disposed=!1;this.owner=Re(a.owner),a.owner&&(a.owner.cleanups??=[]).push(()=>this.dispose()),this.computed=new K(()=>{Oe(this.owner,!1),fe(this.owner,()=>{let n=t();typeof n=="function"&&(this.owner.cleanups??=[]).push(n)})}),this.watcher=new ae(()=>ir(this)),this.run(),this.watcher.watch(this.computed)}run(){if(!this.disposed){this.watcher.getPending();try{this.computed.get()}catch(t){if(t&&typeof t.then=="function"&&a.onSuspend){a.onSuspend(t,this.owner);return}if(a.onError&&a.onError(t,this.owner))return;throw t}}}dispose(){this.disposed||(this.disposed=!0,this.watcher.unwatch(this.computed),Oe(this.owner))}};function Le(e){let t=new ut(e);return()=>t.dispose()}function ur(e){return!!e&&typeof e.then=="function"}Jt(()=>{});var en=Symbol.for("signal"),ar=Symbol.for("memo"),cr=Symbol.for("signal-node");function h(e,t){let n=new ue(e,{equals:t?.equals}),r=(()=>n.get()),o=(s=>{let i=typeof s=="function"?s(n.peek()):s;return n.set(i),Zt(),i});return Object.defineProperty(r,en,{value:!0,enumerable:!0}),Object.defineProperty(r,cr,{value:{get value(){return n.peek()},get version(){return n.version}},enumerable:!1}),[r,o]}function T(e,t,n){let r=t,o=Ae(),s=new K(()=>fe(o,()=>{try{return r=e(r)}catch(c){if(ur(c))return Xt(c),r;throw c}}),{equals:n?.equals}),i=(()=>s.get());return Object.defineProperty(i,en,{value:!0,enumerable:!0}),Object.defineProperty(i,ar,{value:!0,enumerable:!0}),i}function M(e,t){let n=t;return Le(()=>{n=e(n)})}function tn(e,t){let n=t;Le(()=>{n=e(n)})}function nn(e,t){let n=t;return Le(()=>{n=e(n)})}function $(e){return ct(e)}function D(e){return we(e)}function lt(e){return ct(e),Promise.resolve()}function rn(){return[()=>!1,lt]}function on(){return Ce(),Promise.resolve()}function sn(e,t,n){let r=Array.isArray(e),o,s=n?.defer??!1;return i=>{let c=r?e.map(l=>l()):e();if(s){s=!1,o=c;return}let u=we(()=>t(c,o,i));return o=c,u}}function lr(e,t,n){let r=[];return F(()=>{for(let o of r)o.dispose();r=[]}),T(()=>{let o=e()||[];return D(()=>{if(o.length===0){for(let u of r)u.dispose();return r=[],n?.fallback?n.fallback():[]}let s=new Map;for(let u of r)s.has(u.item)||s.set(u.item,u);let i=[],c=new Set;for(let u=0;u<o.length;u++){let l=o[u],b=s.get(l);if(b&&!c.has(b))b.setIndex(u),i.push(b),c.add(b);else{let d,m,v;Y(x=>{v=x;let[E,p]=h(u);m=p,d=t(l,E)});let O={item:l,rendered:d,dispose:v,setIndex:m};i.push(O),c.add(O)}}for(let u of r)c.has(u)||u.dispose();return r=i,i.map(u=>u.rendered)})})}function fr(e,t,n,r){let o=[],s=[];return F(()=>{for(let i of s)i.dispose();o=[],s=[]}),T(()=>{let i=e()||[];return D(()=>{if(i.length===0){for(let d of s)d.dispose();return o=[],s=[],r?.fallback?r.fallback():[]}let c=new Map;for(let d=0;d<o.length;d++)c.set(o[d],s[d]);let u=[],l=[],b=new Set;for(let d=0;d<i.length;d++){let m=t(i[d]),v=c.get(m);if(v&&!b.has(m))v.setIndex(d),u.push(v);else{let O,x,E;Y(p=>{E=p;let[U,A]=h(d);x=A;let B=T(P=>{let I=(e()||[])[U()];return I??P},i[d]);O=n(B,U)}),u.push({rendered:O,dispose:E,setIndex:x})}l.push(m),b.add(m)}for(let[d,m]of c)b.has(d)||m.dispose();return o=l,s=u,u.map(d=>d.rendered)})})}function dr(e,t,n){let r=[];return F(()=>{for(let o of r)o.dispose();r=[]}),T(()=>{let o=e()||[];return D(()=>{if(o.length===0){for(let u of r)u.dispose();return r=[],n?.fallback?n.fallback():[]}let s=r.length,i=o.length;for(let u=s;u<i;u++){let l,b,d,m=o[u];Y(v=>{d=v;let[O,x]=h(m);b=x,l=t(O,u)}),r.push({rendered:l,setItem:b,dispose:d})}for(let u=i;u<s;u++)r[u].dispose();i<s&&(r=r.slice(0,i));let c=Math.min(s,i);for(let u=0;u<c;u++)r[u].setItem(o[u]);return r.map(u=>u.rendered)})})}var pr=typeof window>"u"?!1:window.__FLUIXI_PROD__===!0,de=typeof process>"u"?pr:!1,Tr=Symbol.for("signal"),yr=Symbol.for("memo"),mr=Symbol.for("resource");function Ee(e){return typeof e=="function"&&e[Tr]===!0}function ft(e){return typeof e=="function"&&e[yr]===!0}function dt(e){return typeof e=="function"&&e[mr]===!0}function pt(e){return typeof e=="function"&&e[Symbol.for("fluixi-component")]===!0}function Tt(e){return typeof e=="function"&&e[Symbol.for("fluixi-suspense")]===!0}function yt(e){return typeof e=="function"&&e[Symbol.for("fluixi-provider")]===!0}function $e(e){return Array.isArray(e)?e.length===2&&e[1]===" "?Array.isArray(e[0])?$e(e[0]):(typeof e[0]=="function",e[0]):e.length===1&&typeof e[0]=="function"?e[0]:e:e}var mt=null;function St(e){mt=e}function X(e){mt&&mt(e)}var ht=null;function xt(e){ht=e}function Pe(e){return ht?ht(e):void 0}var bt=null;function gt(e){bt=e}function ke(){return bt?bt():void 0}var vt=null;function wt(e){vt=e}function _e(e,t){vt&&vt(e,t)}function un(e,t=(n,r)=>n===r){let n=new Map;return M(()=>{let r=e();for(let[o,s]of n){let[i,c]=s,u=t(o,r);i()!==u&&c(u)}}),r=>{let o=n.get(r);if(!o){let[s,i]=h(!1);o=[s,i],n.set(r,o);let c=e();i(t(r,c))}return o[0]()}}function an(e,t){let[n,r]=h(e(),t);return M(()=>{let o=e();t?.timeoutMs?setTimeout(()=>r(()=>o),t.timeoutMs):typeof requestIdleCallback=="function"?requestIdleCallback(()=>r(()=>o)):Promise.resolve().then(()=>r(()=>o))}),n}function cn(e,t){let n,r=(...o)=>{n!==void 0&&clearTimeout(n),n=setTimeout(()=>{n=void 0,e(...o)},t)};return F(()=>{n!==void 0&&clearTimeout(n)}),r}function hr(e){return!!e&&typeof e.then=="function"}var Ot=Symbol();function pe(e,t,n={}){let r,o;typeof t=="function"?(r=typeof e=="function"?e:()=>e,o=t):(r=()=>!0,o=e,t&&typeof t=="object"&&(n=t));let s=n.transport===!1?void 0:ke(),i=s!==void 0?Pe(s):void 0,c=i!==void 0,[u,l]=h(i!==void 0?i.value:n.initialValue,{equals:!1}),[b,d]=h(void 0,{equals:!1}),[m,v]=h(i!==void 0||n.initialValue!==void 0?"ready":"unresolved",{equals:!1}),[O,x]=h(void 0,{equals:!1}),[E,p]=h(void 0,{equals:!1}),U=Ot,A=!1;M(()=>{let C=r();if(E(),C===!1||C===null||C===void 0){U=Ot,$(()=>{v("unresolved"),x(void 0),d(void 0)});return}let I=A;if(A=!1,U!==Ot&&C===U&&!I)return;if(U=C,c){c=!1;return}let V=!1;F(()=>V=!0);let G=D(m),xe=D(u),ne=G==="ready"||G==="refreshing";$(()=>{v(ne?"refreshing":"pending"),d(void 0)});try{let q=o(C,{value:xe,refetching:ne});hr(q)?(x(q),X(q),q.then(z=>{V||(s!==void 0&&_e(s,z),$(()=>{l(()=>z),v("ready"),x(void 0)}))},z=>{V||$(()=>{d(z),v("errored"),x(void 0)})})):$(()=>{l(()=>q),v("ready"),x(void 0)})}catch(q){if(V)return;$(()=>{d(q),v("errored"),x(void 0)})}});let B=()=>{let C=m();return C==="pending"||C==="refreshing"},P=(()=>{let C=b();if(C)throw C;if(B()){let I=O();if(I)throw I}return u()});return Object.defineProperties(P,{state:{get:m},loading:{get:B},error:{get:b},latest:{get:u}}),Object.defineProperty(P,Symbol.for("resource"),{value:!0,enumerable:!0}),Object.defineProperty(P,Symbol.for("signal"),{value:!0,enumerable:!0}),[P,{mutate:l,refetch:()=>{A=!0,p(void 0)}}]}function Rt(e,t=300){let[n,r]=h(e),[o,s]=h(e),[i,c]=h(!1),u,l=()=>{u!==void 0&&(clearTimeout(u),u=void 0)},b=()=>{l();let m=D(n);return s(()=>m),c(!1),m},d=(m=>{let v=typeof m=="function"?m(D(n)):m;return r(()=>v),c(!0),l(),u=setTimeout(b,t),v});return F(l),[o,d,{immediate:n,pending:i,flush:b,cancel:()=>{l(),c(!1)}}]}function br(e){return e!=null&&e!==""}function ln(e,t,n={}){let{delay:r=300,initialValue:o,shouldFetch:s=br}=n,[i,c,u]=Rt(e,r),l=()=>s(i())?i():!1,[b,{refetch:d}]=pe(l,t,o===void 0?{}:{initialValue:o});return[b,{...u,query:i,setQuery:c,refetch:d}]}function Ve(e){if(typeof e=="function"&&!e.length){let t=e();return Ee(t)?t:Ve(t)}if(Array.isArray(e)){let t=[];for(let n=0;n<e.length;n++){let r=Ve(e[n]);Array.isArray(r)?t.push.apply(t,r):t.push(r)}return t}return e}function Ke(e){let t=T(e);return de?T(()=>Ve(t()),void 0,{name:"children"}):T(()=>Ve(t()))}var He=ce();Yt((e,t)=>{let n=Be(t,He);n&&(n.increment(),e.finally(()=>n.decrement()))});function fn(){let[e,t]=h(0),n=0;return{increment:()=>t(n+=1),decrement:()=>t(n-=1),inFallback:()=>e()>0}}function dn(e,t){return le(He,e,t)}var pn=ce();Qt((e,t)=>{let n=Be(t,pn);return n?(n.setError(e),!0):!1});function Tn(){let[e,t]=h(void 0,{equals:!1});return{error:e,reset:()=>t(()=>{}),setError:r=>t(()=>r)}}function yn(e,t){return le(pn,e,t)}var mn={State:ue,Computed:K,subtle:{Watcher:ae,untrack:we,currentComputed:Vt,hasSinks:Kt}};var vr=Symbol.for("signal"),Sr=Symbol.for("fluixi-proxy");function xr(e,t){let[n,r]=h(e,t);return Object.assign(n,{set:r})}function gr(e,t,n){return T(e,t,n)}function wr(e,t){return M(e,t)}function hn(...e){let[t,n]=pe(...e);return Object.assign(t,n)}var g=require("@fluixi/reactive/signal"),De=Symbol("store-raw"),Q=Symbol("store-node"),bn=Symbol("store-has"),Ge=Symbol("store-self"),ze=Symbol("store-track"),Rn=Symbol("store-name"),An=Symbol("store-store"),vn=new WeakMap,Sn=new WeakMap;function Cn(e){let[t,n]=(0,g.createSignal)(e),r=t;return r.$=n,r}function Ye(e){let t=vn.get(e);return t||vn.set(e,t={keys:new Map}),t}function xn(e,t,n){let r=e.keys.get(t);return r||e.keys.set(t,r=Cn(n)),r}function gn(e){let t=Ye(e);(t.all||(t.all=Cn()))()}function wn(e,t){e.$(typeof t=="function"?()=>t:t)}function En(e){if(e==null||typeof e!="object")return!1;if(Array.isArray(e))return!0;let t=Object.getPrototypeOf(e);return t===Object.prototype||t===null}function We(e){if(!En(e))return e;let t=Sn.get(e);if(t)return t;let n=new Proxy(e,Or);return Sn.set(e,n),n}var Or={get(e,t,n){if(t===De||t===Q)return e;if(t===g.$PROXY)return n;if(t===bn)return i=>i in e;if(t==="__proxy")return!0;if(t===ze||t===Ge)return gn(e),n;let r=e[t];if(typeof r=="function"&&!Object.prototype.hasOwnProperty.call(e,t))return r;let o=Object.getOwnPropertyDescriptor(e,t);if(o&&o.get)return o.get.call(n);let s=xn(Ye(e),t,r)();return En(s)?We(s):s},set(){return!0},deleteProperty(e,t){return t in e&&Fe(e,t,void 0),!0},has(e,t){return t===De||t===g.$PROXY||t===Q||t===bn||t===Ge||t===ze?!0:(xn(Ye(e),t,e[t])(),t in e)},ownKeys(e){return gn(e),Reflect.ownKeys(e)},getOwnPropertyDescriptor(e,t){return Reflect.getOwnPropertyDescriptor(e,t)}};function Fe(e,t,n){if(e[t]===n&&(n!==void 0||t in e))return;let o=Array.isArray(e),s=o?e.length:0;n===void 0?delete e[t]:e[t]=n;let i=Ye(e),c=i.keys.get(t);if(c&&wn(c,n),o&&e.length!==s){let u=i.keys.get("length");u&&wn(u,e.length)}i.all&&i.all.$(void 0)}function On(e,t){return typeof e=="function"?e(t):e}function Ct(e,t){for(let n of Object.keys(t)){let r=t[n],o=e[n];r&&typeof r=="object"&&!Array.isArray(r)&&o&&typeof o=="object"&&!Array.isArray(o)?Ct(o,r):Fe(e,n,r)}}function Pt(e){let t=[],n=e.replace(/\[([^\]]*)\]/g,".$1");for(let r of n.split("."))r.length&&t.push(r);return t}function Pn(e,t,n){let r=t.length-1;for(let s=0;s<r;s++){let i=t[s];if(i==="*"){let u=t.slice(s+1);if(Array.isArray(e))for(let l=0;l<e.length;l++)Pn(e[l],u,n);return}let c=e[i];(c==null||typeof c!="object")&&(c=/^\d+$/.test(t[s+1])?[]:{},Fe(e,i,c)),e=c}let o=t[r];if(o==="*"){if(Array.isArray(e))for(let s=0;s<e.length;s++)Fe(e,s,On(n,e[s]));return}Fe(e,o,On(n,e[o]))}function At(e,t,n){Pn(e,Pt(t),n)}function Rr(e,t){let n=t[0];if(typeof n=="function"&&t.length===1){let r=n(e);r&&r!==e&&Ct(e,r);return}if(Array.isArray(n)&&t.length===1){for(let r of n)Array.isArray(r)&&At(e,r[0],r[1]);return}if(n&&typeof n=="object"&&!Array.isArray(n)&&t.length===1){Ct(e,n);return}if(Array.isArray(t[1])&&t.length>=3){At(e,`${n}.${t[1].join(".")}`,t[2]);return}At(e,String(n),t[1])}function Et(e){if(e==null||typeof e!="object")return e;if(Array.isArray(e))return e.map(Et);let t={};for(let n of Object.keys(e))t[n]=Et(e[n]);return t}function Te(e,t){let n=e;for(let r of Pt(t)){if(n==null)return;n=n[r]}return n}var H=class{constructor(t,n={immutable:!0}){this.options=n;this.root=t,this.set=((...r)=>(0,g.batch)(()=>Rr(this.root,r)))}get state(){return We(this.root)}get proxy(){return We(this.root)}get accessor(){return(()=>We(this.root))}unwrap(){return this.root}getNode(t){return this.root&&this.root[t]}get(t){if(t==null||t==="")return ye(this.state);let n=this.state;for(let r of Pt(t)){if(n==null)return;n=n[r]}return ye(n)}select(t){return(0,g.createMemo)(()=>t(this.state))}subscribe(t){return(0,g.createEffect)(()=>t(this.state))}watch(t,n){let r;return(0,g.createEffect)(()=>{let o=t(this.state);Object.is(o,r)||(n(o,r),r=o)})}reactive(t){return(0,g.createMemo)(()=>this.state[t])}produce(t){this.set((n=>{let r=Et(n);return t(r),r}))}reconcile(t,n={}){this.set(t)}push(t,...n){let r=Te(this.root,t);this.set(t,r.concat(n))}pop(t){let n=Te(this.root,t).slice(),r=n.pop();return this.set(t,n),r}shift(t){let n=Te(this.root,t).slice(),r=n.shift();return this.set(t,n),r}splice(t,n,r,...o){let s=Te(this.root,t).slice(),i=s.splice(n,r,...o);return this.set(t,s),i}insert(t,n,r){let o=Te(this.root,t).slice();o.splice(n,0,r),this.set(t,o)}removeAt(t,n){let r=Te(this.root,t).slice(),o=r.splice(n,1);return this.set(t,r),o}toObservable(){let[t]=(0,g.createSignal)(this.state);return t.toObservable()}dispose(){}},Ar=["get","select","watch","subscribe","produce","reconcile","push","pop","shift","splice","insert","removeAt","unwrap","toObservable"];function kn(e,t){for(let n of Ar)e[n]=t[n].bind(t);e.$=t.reactive.bind(t)}function Ue(e,t={immutable:!0}){let n=new H(e,t);return kn(n.set,n),[n.proxy,n.set]}function kt(e,t={}){return new H(e,{...t,immutable:!1})}function _n(e,t={}){let n=new H(e(),t);return(0,g.createEffect)(()=>n.set(e())),n}function Fn(e,t,n){return(0,g.createEffect)(()=>n(t(e)))}function Dn(e,t,n){return(0,g.createMemo)(()=>t(e),void 0,n)}function Un(e,t={}){let n=new H(e,t),r=(()=>n.proxy);return kn(r,n),r}function ye(e){if(e==null||typeof e!="object")return e;let t=e[De];return t!==void 0?t:e}function _t(e){return(0,g.untrack)(()=>ye(e))}function In(e){return Xe(e)}function Mn(e){return Xe(e)?e[Q]:null}function qn(e){return e&&typeof e=="object"&&Q in e?e[Q]:null}function Xe(e){return!!e&&typeof e=="object"&&(g.$PROXY in e||e.__proxy===!0)}function Nn(e){return e}var jn=Object.freeze({createStore:Ue,createMutableStore:kt,batch:g.batch,unwrap:ye,untrackStore:_t});function Ft(e){if(e==null||typeof e!="object")return e;if(Array.isArray(e))return e.map(Ft);let t={};for(let n of Object.keys(e))t[n]=Ft(e[n]);return t}function Bn(e){return t=>{let n=Ft(t);return e(n),n}}function Ln(e,t={}){return()=>e}function $n(e,t){let[n,r]=Ue(e,t);return new Proxy(n,{get:(o,s)=>s==="set"?r:o[s],has:(o,s)=>s==="set"||Reflect.has(o,s)})}function Cr(e,t,n){return T(()=>t(e()),void 0,n)}function Er(e,t,n){return T(()=>e().filter(t),void 0,n)}function Pr(e,t,n,r){return T(()=>e().reduce(t,n),void 0,r)}function kr(e,t,n){return T(()=>e().find(t),void 0,n)}function _r(e,t,n){return T(()=>e().some(t),void 0,n)}function Fr(e,t,n){return T(()=>e().every(t),void 0,n)}function Dr(e,t,n){return T(()=>[...e()].sort(t),void 0,n)}function Ur(e,t){return T(()=>[...new Set(e())],void 0,t)}function Ir(e,t,n){return T(()=>{let r=e.map(o=>o());return t(r)},void 0,n)}function Mr(...e){return new N(t=>{let n=()=>e.map(o=>typeof o=="function"?o():o.get()),r=e.map(o=>typeof o=="function"&&o.subscribe?o.subscribe(()=>{t.next(n())}):typeof o!="function"?o.subscribe(()=>{t.next(n())}):M(()=>{t.next(n())}));return()=>{r.forEach(o=>{typeof o=="function"?o():o&&typeof o.unsubscribe=="function"&&o.unsubscribe()})}})}function qr(e,t,n){return T(()=>e()||t(),void 0,n)}function Nr(e,t,n,r){return T(()=>n(e(),t()),void 0,r)}function jr(e,t,n){return T(()=>t(e()),void 0,{equals:n,internal:!0})}function Br(e,t,n){return T(()=>{let r=e(),o={};for(let s of t)o[s]=r[s];return o},void 0,n)}function Lr(e,t,n){return T(()=>{let o={...e()};for(let s of t)delete o[s];return o},void 0,n)}function $r(e,t,n,r){return T(()=>e()?t():n(),void 0,r)}function Vr(e,t,n){return T(()=>e()?t():void 0,void 0,n)}function Kr(e,t,n){let[r,o]=h(e()),s;return T(()=>{let i=e();clearTimeout(s),s=setTimeout(()=>o(()=>i),t)}),r}function Hr(e,t,n){let[r,o]=h(e()),s=0,i;return T(()=>{let c=e(),u=Date.now();u-s>=t?(s=u,o(()=>c)):(clearTimeout(i),i=setTimeout(()=>{s=Date.now(),o(()=>c)},t-(u-s)))}),r}function Wr(e){let t=e;for(;typeof t=="function";)t=t();return t}var Gr=Symbol.for("signal");var Vn=Symbol("fluixi-proxy"),zr=Symbol.for("signal-node"),Ie=0,Ut=1,et=2,he=3,S=null,R=null,f=null,Je=null,Ze=0,Yr=!1,Dt=!1,me=0,Xr=1e6,W=new WeakMap,Qe=null;var Qr=new Map,Jr=0;function Zr(){return`node_${++Jr}_${Date.now()}`}function eo(e){de&&Qr.set(e.id,new WeakRef(e))}function to(e,t,n){let r={id:Zr(),type:e,value:t,version:0,equals:n?.equals,name:n?.name,created:Date.now(),updated:Date.now()};return eo(r),r}function no(e,t){return e===t}function Hn(e){throw typeof console<"u"&&console.error("Reactive error:",e),e}function ro(e){if(f)f.indexOf(e)===-1&&f.push(e);else if(Qe&&Qe.running&&!e.pure)Qe.effects.indexOf(e)===-1&&Qe.effects.push(e);else if(!e.pure||e.computed)Mt(e);else if(e.pure&&!e.computed&&e.accessor){let t=R,n=f;R=null,f=[],e.accessor(),R=t;let r=f;if(f=n,r.length>0){let o=f;tt(r),f=o}}}function Kn(e,t){for(let n=0;n<e.length;n++)t(e[n])}function J(e,t){let n=e;typeof n=="object"&&n&&Vn in n&&delete n[Vn];let r=to("signal",n,{equals:t?.equals===!1?void 0:t?.equals,name:t?.name}),o=[i,c];W.set(o,new Set);let s;function i(){let u=R;if(u){u.sources?u.sources.indexOf(o)===-1&&u.sources.push(o):u.sources=[o];let l=W.get(o);l&&!l.has(u)&&l.add(u)}return n}function c(u){let l=typeof u=="function"?u(n):u,b=r.equals||no;if(t?.equals===!1||!b(n,l)){n=l,r.value=l,r.version++,r.updated=Date.now();let m=W.get(o);if(m&&m.size>0){let E=function(p,U=!1){let A=p.state;if(!(A===he&&p===R)){if(U&&!p.pure){A===Ie&&(p.state=Ut,Yr&&(f!==null&&f.indexOf(p)===-1?f.push(p):O.push(p)));return}if(!x.has(p)&&(x.add(p),p.state=et,A===Ie||A===Ut?O.push(p):!p.pure&&f!==null&&f.indexOf(p)===-1&&f.push(p),p.pure&&p.accessor)){let B=W.get(p.accessor);B&&Kn(Array.from(B),P=>E(P,!0))}}};var d=E;let v=Array.from(m),O=[],x=new Set;Kn(v,E);for(let p of O)ro(p)}}}return i.toObservable=()=>new N(u=>{let l=!0;return It(()=>{let d=i();l?l=!1:u.next(d)})}),Object.defineProperty(i,Gr,{value:!0,enumerable:!0}),Object.defineProperty(i,zr,{value:r,enumerable:!1}),o}function It(e,t,n){let r={fn:e,state:et,sources:null,sourceSlots:null,owned:null,cleanups:null,owner:S,contexts:null,pure:!1,updatedAt:null};S&&(S.owned?S.owned.push(r):S.owned=[r]);let o=j&&Se(j);return o&&(r.suspense=o),Wn(r,t),()=>be(r)}function Wn(e,t){if(e.sources){for(let o of e.sources){let s=W.get(o);s&&s.delete(e)}e.sources=null,e.sourceSlots=null}if(e.owned){for(let o=0;o<e.owned.length;o++)be(e.owned[o]);e.owned=null}let n=R,r=S;if(R=e,S=e,Ze++,Ze>Xr)throw Ze=0,R=n,S=r,new Error("Potential infinite loop detected. Exceeded maximum iterations.");try{e.state=he;let o=e.fn(t);typeof o=="function"&&(e.cleanups?e.cleanups.push(o):e.cleanups=[o]),e.state===he&&(e.state=Ie)}catch(o){if(ot(o)){let s=j&&Se(j);s&&(s.increment(),o.finally(()=>s.decrement()),e.suspense&&s.effects.push(e));return}Hn(o)}finally{R=n,S=r}}function Mt(e){if(!(e.disposed||!e.fn||e.state===Ie)&&(e.state===et||e.state===Ut||e.state===he)){if(e.cleanups){for(let t=0;t<e.cleanups.length;t++)e.cleanups[t]();e.cleanups=null}if(e.owned){for(let t=0;t<e.owned.length;t++)be(e.owned[t]);e.owned=null}e.renderEffect?zn(e):Wn(e,e.value)}}function be(e){if(e.disposed=!0,e.sources)for(let t of e.sources){let n=W.get(t);n&&n.delete(e)}if(e.cleanups)for(let t=0;t<e.cleanups.length;t++)e.cleanups[t]();if(e.owned)for(let t=0;t<e.owned.length;t++)be(e.owned[t]);if(e.owner&&e.owner.owned){let t=e.owner.owned.indexOf(e);t!==-1&&e.owner.owned.splice(t,1)}}function tt(e){let t=[],n=[];for(let o of e)o.pure&&!o.computed&&o.accessor?t.indexOf(o)===-1&&t.push(o):(o.computed||!o.pure)&&n.indexOf(o)===-1&&n.push(o);f=[];let r=0;for(;r<t.length;){let o=t[r++],s=W.get(o.accessor);if(s&&s.size>0){let c=R;R=null,o.accessor(),R=c}let i=f.splice(0);for(let c of i)c.pure&&!c.computed&&c.accessor?t.indexOf(c)===-1&&t.push(c):(c.computed||!c.pure)&&n.indexOf(c)===-1&&n.push(c)}f=null;for(let o of n)(o.computed||!o.pure)&&Mt(o)}function Z(e){if(f&&me>0)return e();if(f&&me===0){let t=f,n=[];f=n,me++;let r;try{r=e()}finally{me--,f=t}let o=f;return tt(n),f=o,r}me++,f=[],Je=[];try{return e()}finally{me--,oo()}}function oo(){if(!Dt){Dt=!0,Ze=0;try{for(;f&&f.length>0;){let e=f;f=null,tt(e)}if(f=null,Je){let e=Je;Je=null;for(let t=0;t<e.length;t++)Mt(e[t])}}finally{Dt=!1}}}function ve(e){let t=R;R=null;try{return e()}finally{R=t}}function Gn(e){S&&(S.cleanups?S.cleanups.push(e):S.cleanups=[e])}function so(e){let t=Symbol("context"),n=io(t);return{id:t,Provider:n,defaultValue:e}}function io(e){return t=>{let n=S;for(;n;)n.contexts||(n.contexts=new Map),n.contexts.has(e)||n.contexts.set(e,t.value),n=n.owner;let r;return uo(()=>{r=ve(()=>{let o=S;return o&&(o.contexts||(o.contexts=new Map),o.contexts.set(e,t.value)),Ke(()=>t.children)})}),r}}function Se(e){let t=S;for(;t;){if(t.contexts&&t.contexts.has(e.id))return t.contexts.get(e.id);t=t.owner}if(e)return e.defaultValue}function uo(e,t,n){let r={fn:e,state:et,sources:null,sourceSlots:null,value:t,owned:null,cleanups:null,owner:S,contexts:null,pure:!1,updatedAt:null,renderEffect:!0};S&&(S.owned?S.owned.push(r):S.owned=[r]);let o=j&&Se(j);return o&&(r.suspense=o),zn(r),()=>be(r)}function zn(e){if(e.sources){for(let o of e.sources){let s=W.get(o);s&&s.delete(e)}e.sources=null,e.sourceSlots=null}if(e.cleanups){for(let o=0;o<e.cleanups.length;o++)e.cleanups[o]();e.cleanups=null}if(e.owned){for(let o=0;o<e.owned.length;o++)be(e.owned[o]);e.owned=null}let t=R,n=S,r=f;R=e,S=e,f===null&&(f=[]),e.state=he;try{let o=e.fn(e.value);typeof o=="function"&&(e.cleanups||(e.cleanups=[]),e.cleanups.push(o)),e.value=o,e.state===he&&(e.state=Ie)}catch(o){if(ot(o)){let s=j&&Se(j);s&&(s.increment(),o.finally(()=>s.decrement()),e.suspense&&s.effects.push(e));return}Hn(o)}finally{R=t,S=n;let o=f;if(f=r,o!==r&&o&&o.length>0){let s=f;tt(o),f=s}}}var j;function Yn(){return j||(j=so())}var te=new Map,ee=new Map,ao=0,co=Symbol.for("signal"),lo=Symbol.for("resource");function fo(e,t,n={}){let r,o,s;typeof t=="function"?(r=e,o=t,s=n):(r=()=>!0,o=e,s=t??n);let{ttl:i=1/0,name:c=`_auto_${ao++}`,staleWhileRevalidate:u=!0}=s,l=c,b=y=>`${l}:${JSON.stringify(y)}`,d=y=>i===1/0||Date.now()-y.timestamp<=i,[m,v]=J(void 0,{equals:!1}),[O,x]=J("unresolved",{equals:!1}),[E,p]=J(void 0,{equals:!1}),[U,A]=J(void 0,{equals:!1}),[B,P]=J(!1),[C,I]=J(0,{equals:!1}),V=Symbol("unset"),G=V,xe=!1,ne=!1;function q(y,k,_,L){if(ee.has(k)){ee.get(k).then(w=>{L()||z(w,_)},w=>{!L()&&!_&&qt(w)}),_||A(ee.get(k));return}let re=Promise.resolve(o(y)).then(w=>(te.set(k,{value:w,timestamp:Date.now()}),ee.delete(k),w),w=>{throw ee.delete(k),w});if(ee.set(k,re),!_){X(re),A(re);let w=Me&&Se(Me);w&&(w.increment(),re.finally(()=>w.decrement()))}re.then(w=>{L()||z(w,_)},w=>{!L()&&!_&&qt(w)})}function z(y,k){Z(()=>{v(()=>y),x("ready"),P(!1),A(void 0),p(void 0)})}function qt(y){Z(()=>{p(y),x("errored"),A(void 0)})}let Me;It(()=>{Me===void 0&&(Me=Yn());let y=r();if(C(),y===!1||y===null||y===void 0){G=V,Z(()=>{x("unresolved"),A(void 0),p(void 0)});return}let k=xe,_=ne;xe=!1,ne=!1;let L=b(y);_&&te.delete(L);let re=G===V||y!==G;G=y;let w=!1;Gn(()=>{w=!0});let oe=te.get(L);if(oe&&d(oe)&&!k&&!_){(ve(O)!=="ready"||ve(m)!==oe.value)&&Z(()=>{v(()=>oe.value),x("ready"),P(!1),p(void 0)});return}if(oe&&u&&!_){Z(()=>{v(()=>oe.value),x("ready"),P(!0),p(void 0),A(void 0)}),q(y,L,!0,()=>w);return}let Nt=ve(O),Xn=Nt==="ready"||Nt==="refreshing";Z(()=>{x(Xn?"refreshing":"pending"),p(void 0),P(!1)}),q(y,L,!1,()=>w)});let qe=(()=>{let y=E();if(y)throw y;if(O()==="pending"){let _=U();if(_)throw _}return m()});return Object.defineProperty(qe,lo,{value:!0,enumerable:!0}),Object.defineProperty(qe,co,{value:!0,enumerable:!0}),Object.defineProperties(qe,{state:{get:O},loading:{get:()=>{let y=O();return y==="pending"||y==="refreshing"}},error:{get:E},latest:{get:m},stale:{get:B}}),[qe,{mutate:v,refetch:()=>{xe=!0,I(y=>y+1)},invalidate:()=>{let y=ve(r);y!=null&&y!==!1&&te.delete(b(y)),ne=!0,I(k=>k+1)}}]}function po(e){let t=`${e}:`;for(let n of te.keys())n.startsWith(t)&&te.delete(n)}function To(){te.clear(),ee.clear()}
|
|
1
|
+
"use strict";var nt=Object.defineProperty;var Qn=Object.getOwnPropertyDescriptor;var Jn=Object.getOwnPropertyNames;var Zn=Object.prototype.hasOwnProperty;var er=(e,t)=>{for(var n in t)nt(e,n,{get:t[n],enumerable:!0})},tr=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of Jn(t))!Zn.call(e,o)&&o!==n&&nt(e,o,{get:()=>t[o],enumerable:!(r=Qn(t,o))||r.enumerable});return e};var nr=e=>tr(nt({},"__esModule",{value:!0}),e);var yo={};er(yo,{$NAME:()=>Rn,$NODE:()=>Q,$PROXY:()=>Sr,$RAW:()=>De,$SELF:()=>Ge,$SIGNAL:()=>vr,$STORE:()=>An,$TRACK:()=>ze,Observable:()=>N,SafeSubscriber:()=>Ne,Signal:()=>mn,Store:()=>H,StoreAPI:()=>jn,Subject:()=>st,Subscriber:()=>ie,Subscription:()=>se,SuspenseContext:()=>He,VERSION:()=>jt,__DEV__:()=>de,batch:()=>$,clearAllCachedResources:()=>To,clearCachedResourceNamespace:()=>po,combineSignal:()=>Ir,combineSignals:()=>Mr,createCachedResource:()=>fo,createChildOwner:()=>Ht,createComputed:()=>tn,createComputedStore:()=>_n,createContext:()=>ce,createDebounce:()=>cn,createDebouncedResource:()=>ln,createDebouncedSignal:()=>Rt,createDeferred:()=>an,createEffect:()=>M,createErrorBoundary:()=>Tn,createMemo:()=>T,createMutableStore:()=>kt,createRenderEffect:()=>nn,createResource:()=>pe,createRoot:()=>Y,createSelector:()=>un,createSignal:()=>h,createStore:()=>Ue,createStoreEffect:()=>Fn,createStoreMemo:()=>Dn,createSuspenseBoundary:()=>fn,debounceSignal:()=>Kr,disposeScope:()=>Wt,distinctSignal:()=>Ur,effect:()=>wr,everySignal:()=>Fr,filterSignal:()=>Er,findSignal:()=>kr,flush:()=>on,getNode:()=>Mn,getOwner:()=>Ae,getServerData:()=>Pe,getStoreNode:()=>qn,guardSignal:()=>Vr,indexArray:()=>dr,isComponent:()=>pt,isMemo:()=>ft,isOwnerDisposed:()=>Gt,isProvider:()=>yt,isResource:()=>dt,isSignal:()=>Ee,isStore:()=>In,isStoreProxy:()=>Xe,isSuspense:()=>Tt,keyArray:()=>fr,makeArrayFlat:()=>$e,mapArray:()=>lr,mapSignal:()=>Cr,memo:()=>gr,mergeSignal:()=>qr,modifiable:()=>Nn,nextResourceId:()=>ke,omitSignal:()=>Lr,on:()=>sn,onCleanup:()=>F,operate:()=>rr,pickSignal:()=>Br,produceUtil:()=>Bn,provide:()=>le,provideErrorBoundary:()=>yn,provideSuspense:()=>dn,readChildren:()=>Ke,readSignal:()=>Wr,reconcileUtil:()=>Ln,reduceSignal:()=>Pr,reportResourceData:()=>_e,resource:()=>hn,runWithOwner:()=>fe,selectSignal:()=>jr,setOwner:()=>at,setResourceDataSink:()=>wt,setResourceIdSource:()=>gt,setResourceTracker:()=>St,setServerDataGetter:()=>xt,signal:()=>xr,someSignal:()=>_r,sortSignal:()=>Dr,startTransition:()=>lt,store:()=>$n,throttleSignal:()=>Hr,trackResourcePromise:()=>X,untrack:()=>D,untrackStore:()=>_t,unwrap:()=>ye,useContext:()=>zt,useTransition:()=>rn,whenSignal:()=>$r,wrap:()=>Un,zipSignal:()=>Nr});module.exports=nr(yo);var jt="1.0.0-alpha.82";function rt(e){return typeof e=="function"&&!/^class\s/.test(Function.prototype.toString.call(e))}function Bt(e){return e==null||Array.isArray(e)||typeof e=="function"||e instanceof Date||e instanceof RegExp||e instanceof Map||e instanceof Set||e instanceof Error?!1:typeof e=="object"}function ot(e){return e instanceof Promise||!!e&&(typeof e=="object"||typeof e=="function")&&"then"in e}var se=class e{constructor(t){this._closed=!1;this._parentOrParents=null;this._subscriptions=null;t&&(this._subscriptions=[t])}get closed(){return this._closed}unsubscribe(){if(this._closed)return;this._closed=!0;let{_parentOrParents:t,_subscriptions:n}=this;if(t instanceof e)t.remove(this);else if(t!==null)for(let r of t)r.remove(this);if(n){for(let r of n)if(rt(r)&&!(r instanceof e))try{r()}catch(o){console.error("Error in unsubscribe function:",o)}else if(Bt(r)&&typeof r.unsubscribe=="function")try{r.unsubscribe()}catch(o){console.error("Error unsubscribing child:",o)}this._subscriptions=null}}add(t){if(!t||t===this)return this;if(t.closed)return this;let{_closed:n,_subscriptions:r}=this;if(n){if(rt(t))try{t()}catch(o){console.error("Error in unsubscribe function:",o)}else if(t.unsubscribe)try{t.unsubscribe()}catch(o){console.error("Error unsubscribing:",o)}return this}return r||(this._subscriptions=[]),this._subscriptions.push(t),t instanceof e&&t._addParent(this),this}remove(t){let{_subscriptions:n}=this;if(!n)return;let r=n.indexOf(t);r!==-1&&(n.splice(r,1),t._removeParent(this))}_addParent(t){let{_parentOrParents:n}=this;n?Array.isArray(n)?n.push(t):this._parentOrParents=[n,t]:this._parentOrParents=t}_removeParent(t){let{_parentOrParents:n}=this;if(n===t)this._parentOrParents=null;else if(Array.isArray(n)){let r=n.indexOf(t);r!==-1&&(n.splice(r,1),n.length===1&&(this._parentOrParents=n[0]))}}};var ie=class extends se{constructor(n,r,o){super();this.isStopped=!1;let s;n?typeof n=="object"?s=n:s={next:n,error:r,complete:o}:s={},this.destination=s}next(n){if(!this.isStopped&&this.destination.next)try{this.destination.next(n)}catch(r){this.error(r)}}error(n){if(!this.isStopped){if(this.isStopped=!0,this.destination.error)try{this.destination.error(n)}catch(r){throw r}else throw n;this.unsubscribe()}}complete(){if(!this.isStopped){if(this.isStopped=!0,this.destination.complete)try{this.destination.complete()}catch(n){this.error(n);return}this.unsubscribe()}}unsubscribe(){this.closed||(this.isStopped=!0,super.unsubscribe())}},Ne=class extends ie{constructor(n,r,o,s){super(n,r,o);this._isUnsubscribing=!1;this._parentSubscriber=null;this._parentSubscriber=s||null}next(n){if(!this.isStopped&&!this._isUnsubscribing)try{super.next(n)}catch(r){this.error(r)}}error(n){if(!this.isStopped&&!this._isUnsubscribing){this._isUnsubscribing=!0;try{super.error(n)}finally{this._isUnsubscribing=!1}}}complete(){if(!this.isStopped&&!this._isUnsubscribing){this._isUnsubscribing=!0;try{super.complete()}finally{this._isUnsubscribing=!1}}}unsubscribe(){this.closed||(this._isUnsubscribing=!0,super.unsubscribe(),this._isUnsubscribing=!1)}};function rr(e){return new ie(e.next,e.error,e.complete)}var N=class extends se{constructor(t){if(super(),t)this._subscribe=t;else throw new TypeError("Observable constructor requires a subscribe function")}subscribe(t,n,r){let o;t instanceof ie?o=t:o=new Ne(t,n,r);let{_subscribe:s}=this;try{let i=s.call(this,o);i&&(typeof i=="function"||typeof i.unsubscribe=="function")&&o.add(i)}catch(i){o.error(i)}return o}pipe(...t){return t.length===0?this:t.reduce((n,r)=>r(n),this)}toPromise(){return new Promise((t,n)=>{let r;this.subscribe({next:o=>r=o,error:n,complete:()=>t(r)})})}};var st=class extends N{constructor(){super(n=>{if(this.closed)throw new Error("Subject has been closed");if(this.hasError)n.error(this.thrownError);else if(this.isStopped)n.complete();else return this.observers.push(n),()=>{let r=this.observers.indexOf(n);r!==-1&&this.observers.splice(r,1)}});this.observers=[];this.isStopped=!1;this.hasError=!1;this.thrownError=null}next(n){if(this.isStopped)return;let{observers:r}=this,o=r.length,s=r.slice();for(let i=0;i<o;i++)s[i].next?.(n)}error(n){if(this.isStopped)return;this.hasError=!0,this.thrownError=n,this.isStopped=!0;let{observers:r}=this;this.observers=[];let o=r.length,s=r.slice();for(let i=0;i<o;i++)s[i].error?.(n)}complete(){if(this.isStopped)return;this.isStopped=!0;let{observers:n}=this;this.observers=[];let r=n.length,o=n.slice();for(let s=0;s<r;s++)o[s].complete?.()}unsubscribe(){this.isStopped=!0,this.observers=[]}asObservable(){return new N(r=>this.subscribe(r))}};var or="__fluixi_signal_next_state__",sr=e=>{typeof queueMicrotask=="function"?queueMicrotask(e):Promise.resolve().then(e)},a=globalThis[or]??={consumer:null,untracked:!1,owner:null,queue:[],scheduled:!1,flushing:!1,batchDepth:0,hostSchedule:sr,onSuspend:null,onError:null};var Lt=0,$t=1,ge=2,je=class{constructor(){this.observers=null;this.watchers=null;this.version=0}updateIfNecessary(){}track(){if(a.untracked)return;let t=a.consumer;t&&((this.observers??=new Set).add(t),(t.sources??=new Set).add(this))}},ue=class extends je{constructor(t,n){super(),this._value=t,this._equals=n?.equals===!1?()=>!1:n?.equals??Object.is}get(){return this.track(),this._value}set(t){if(!this._equals(this._value,t)){if(this._value=t,this.version++,this.observers)for(let n of[...this.observers])n.markDirty(ge);it(this)}}peek(){return this._value}},K=class extends je{constructor(n,r){super();this._threw=!1;this._initialized=!1;this.state=ge;this.sources=null;this._fn=n,this._equals=r?.equals===!1?()=>!1:r?.equals??Object.is}get(){if(a.consumer===this)throw new Error("Signal.Computed cannot read itself");if(this.track(),this.updateIfNecessary(),this._threw)throw this._error;return this._value}updateIfNecessary(){if(this.state===$t&&this.sources){for(let n of this.sources)if(n.updateIfNecessary(),this.state===ge)break}(this.state===ge||!this._initialized)&&this.recompute(),this.state=Lt}recompute(){if(this.sources){for(let u of this.sources)u.observers?.delete(this);this.sources.clear()}let n=a.consumer,r=a.untracked;a.consumer=this,a.untracked=!1;let o,s=!1,i;try{o=this._fn()}catch(u){s=!0,i=u,o=this._value}finally{a.consumer=n,a.untracked=r}let c=!this._initialized||this._threw!==s||(s?i!==this._error:!this._equals(this._value,o));if(this._initialized=!0,this._threw=s,this._error=i,this._value=o,c){if(this.version++,this.observers)for(let u of[...this.observers])u.markDirty(ge);it(this)}}markDirty(n){if(this.state>=n)return;let r=this.state===Lt;if(this.state=n,r){if(this.observers)for(let o of[...this.observers])o.markDirty($t);it(this)}}peek(){if(this.updateIfNecessary(),this._threw)throw this._error;return this._value}};function it(e){if(e.watchers)for(let t of[...e.watchers])t._notify(e)}var ae=class{constructor(t){this._watched=new Set;this._pending=new Set;this._notifyFn=t}watch(...t){for(let n of t)this._watched.add(n),(n.watchers??=new Set).add(this)}unwatch(...t){for(let n of t)this._watched.delete(n),n.watchers?.delete(this),this._pending.delete(n)}getPending(){let t=[...this._pending];return this._pending.clear(),t}_notify(t){if(!this._watched.has(t)||this._pending.has(t))return;let n=this._pending.size===0;this._pending.add(t),n&&this._notifyFn()}};function we(e){if(a.untracked)return e();a.untracked=!0;try{return e()}finally{a.untracked=!1}}function Vt(){return a.consumer}function Kt(e){return!!(e.observers&&e.observers.size)||!!(e.watchers&&e.watchers.size)}function Ht(e){let t=Re(e);return e&&(e.owned??=[]).push(t),t}function Wt(e,t=!0){Oe(e,t)}function Gt(e){return!!e&&e.disposed===!0}function Re(e){return{cleanups:null,owned:null,parent:e,contexts:null}}function ce(e){let t=Symbol("context");return{id:t,defaultValue:e,Provider:r=>{let o=a.owner,s=Re(o);(s.contexts=new Map).set(t,r.value),o&&(o.owned??=[]).push(s),a.owner=s;try{return r.children}finally{a.owner=o}}}}function zt(e){let t=a.owner;for(;t;){if(t.contexts&&t.contexts.has(e.id))return t.contexts.get(e.id);t=t.parent}return e.defaultValue}function Be(e,t){let n=e;for(;n;){if(n.contexts&&n.contexts.has(t.id))return n.contexts.get(t.id);n=n.parent}return t.defaultValue}function le(e,t,n){let r=Re(a.owner);(r.contexts=new Map).set(e.id,t),a.owner&&(a.owner.owned??=[]).push(r);let o=a.owner;a.owner=r;try{return n()}finally{a.owner=o}}function Yt(e){a.onSuspend=e}function Xt(e){return a.onSuspend?(a.onSuspend(e,a.owner),!0):!1}function Qt(e){a.onError=e}function Ae(){return a.owner}function at(e){let t=a.owner;return a.owner=e,t}function fe(e,t){let n=a.owner;a.owner=e;try{return t()}finally{a.owner=n}}function F(e){if(a.owner){if(a.owner.disposed){e();return}(a.owner.cleanups??=[]).push(e)}}function Oe(e,t=!0){if(!e.disposed){if(e.owned){for(let n=e.owned.length-1;n>=0;n--)Oe(e.owned[n]);e.owned=null}if(e.cleanups){for(let n=e.cleanups.length-1;n>=0;n--)e.cleanups[n]();e.cleanups=null}t&&(e.disposed=!0)}}function Y(e){let t=Re(a.owner);a.owner&&(a.owner.owned??=[]).push(t);let n=a.owner;a.owner=t;try{return e(()=>Oe(t))}finally{a.owner=n}}function Jt(e){a.hostSchedule=e??(t=>{Promise.resolve().then(t)})}function ir(e){e.queued||(e.queued=!0,a.queue.push(e),!a.scheduled&&a.batchDepth===0&&(a.scheduled=!0,a.hostSchedule(Ce)))}function Ce(){if(a.scheduled=!1,a.flushing)return;a.flushing=!0;let e=0;try{for(;a.queue.length;){if(++e>1e5)throw new Error("[fluixi] effect flush did not settle (cycle?)");let t=a.queue;a.queue=[];for(let n of t)n.queued=!1,n.disposed||n.run()}}finally{a.flushing=!1}}function Zt(){a.batchDepth===0&&Ce()}function ct(e){a.batchDepth++;try{return e()}finally{--a.batchDepth===0&&Ce()}}var ut=class{constructor(t){this.queued=!1;this.disposed=!1;this.owner=Re(a.owner),a.owner&&(a.owner.cleanups??=[]).push(()=>this.dispose()),this.computed=new K(()=>{Oe(this.owner,!1),fe(this.owner,()=>{let n=t();typeof n=="function"&&(this.owner.cleanups??=[]).push(n)})}),this.watcher=new ae(()=>ir(this)),this.run(),this.watcher.watch(this.computed)}run(){if(!this.disposed){this.watcher.getPending();try{this.computed.get()}catch(t){if(t&&typeof t.then=="function"&&a.onSuspend){a.onSuspend(t,this.owner);return}if(a.onError&&a.onError(t,this.owner))return;throw t}}}dispose(){this.disposed||(this.disposed=!0,this.watcher.unwatch(this.computed),Oe(this.owner))}};function Le(e){let t=new ut(e);return()=>t.dispose()}function ur(e){return!!e&&typeof e.then=="function"}Jt(()=>{});var en=Symbol.for("signal"),ar=Symbol.for("memo"),cr=Symbol.for("signal-node");function h(e,t){let n=new ue(e,{equals:t?.equals}),r=(()=>n.get()),o=(s=>{let i=typeof s=="function"?s(n.peek()):s;return n.set(i),Zt(),i});return Object.defineProperty(r,en,{value:!0,enumerable:!0}),Object.defineProperty(r,cr,{value:{get value(){return n.peek()},get version(){return n.version}},enumerable:!1}),[r,o]}function T(e,t,n){let r=t,o=Ae(),s=new K(()=>fe(o,()=>{try{return r=e(r)}catch(c){if(ur(c))return Xt(c),r;throw c}}),{equals:n?.equals}),i=(()=>s.get());return Object.defineProperty(i,en,{value:!0,enumerable:!0}),Object.defineProperty(i,ar,{value:!0,enumerable:!0}),i}function M(e,t){let n=t;return Le(()=>{n=e(n)})}function tn(e,t){let n=t;Le(()=>{n=e(n)})}function nn(e,t){let n=t;return Le(()=>{n=e(n)})}function $(e){return ct(e)}function D(e){return we(e)}function lt(e){return ct(e),Promise.resolve()}function rn(){return[()=>!1,lt]}function on(){return Ce(),Promise.resolve()}function sn(e,t,n){let r=Array.isArray(e),o,s=n?.defer??!1;return i=>{let c=r?e.map(l=>l()):e();if(s){s=!1,o=c;return}let u=we(()=>t(c,o,i));return o=c,u}}function lr(e,t,n){let r=[];return F(()=>{for(let o of r)o.dispose();r=[]}),T(()=>{let o=e()||[];return D(()=>{if(o.length===0){for(let u of r)u.dispose();return r=[],n?.fallback?n.fallback():[]}let s=new Map;for(let u of r)s.has(u.item)||s.set(u.item,u);let i=[],c=new Set;for(let u=0;u<o.length;u++){let l=o[u],b=s.get(l);if(b&&!c.has(b))b.setIndex(u),i.push(b),c.add(b);else{let d,m,v;Y(x=>{v=x;let[E,p]=h(u);m=p,d=t(l,E)});let O={item:l,rendered:d,dispose:v,setIndex:m};i.push(O),c.add(O)}}for(let u of r)c.has(u)||u.dispose();return r=i,i.map(u=>u.rendered)})})}function fr(e,t,n,r){let o=[],s=[];return F(()=>{for(let i of s)i.dispose();o=[],s=[]}),T(()=>{let i=e()||[];return D(()=>{if(i.length===0){for(let d of s)d.dispose();return o=[],s=[],r?.fallback?r.fallback():[]}let c=new Map;for(let d=0;d<o.length;d++)c.set(o[d],s[d]);let u=[],l=[],b=new Set;for(let d=0;d<i.length;d++){let m=t(i[d]),v=c.get(m);if(v&&!b.has(m))v.setIndex(d),u.push(v);else{let O,x,E;Y(p=>{E=p;let[U,A]=h(d);x=A;let B=T(P=>{let I=(e()||[])[U()];return I??P},i[d]);O=n(B,U)}),u.push({rendered:O,dispose:E,setIndex:x})}l.push(m),b.add(m)}for(let[d,m]of c)b.has(d)||m.dispose();return o=l,s=u,u.map(d=>d.rendered)})})}function dr(e,t,n){let r=[];return F(()=>{for(let o of r)o.dispose();r=[]}),T(()=>{let o=e()||[];return D(()=>{if(o.length===0){for(let u of r)u.dispose();return r=[],n?.fallback?n.fallback():[]}let s=r.length,i=o.length;for(let u=s;u<i;u++){let l,b,d,m=o[u];Y(v=>{d=v;let[O,x]=h(m);b=x,l=t(O,u)}),r.push({rendered:l,setItem:b,dispose:d})}for(let u=i;u<s;u++)r[u].dispose();i<s&&(r=r.slice(0,i));let c=Math.min(s,i);for(let u=0;u<c;u++)r[u].setItem(o[u]);return r.map(u=>u.rendered)})})}var pr=typeof window>"u"?!1:window.__FLUIXI_PROD__===!0,de=typeof process>"u"?pr:!1,Tr=Symbol.for("signal"),yr=Symbol.for("memo"),mr=Symbol.for("resource");function Ee(e){return typeof e=="function"&&e[Tr]===!0}function ft(e){return typeof e=="function"&&e[yr]===!0}function dt(e){return typeof e=="function"&&e[mr]===!0}function pt(e){return typeof e=="function"&&e[Symbol.for("fluixi-component")]===!0}function Tt(e){return typeof e=="function"&&e[Symbol.for("fluixi-suspense")]===!0}function yt(e){return typeof e=="function"&&e[Symbol.for("fluixi-provider")]===!0}function $e(e){return Array.isArray(e)?e.length===2&&e[1]===" "?Array.isArray(e[0])?$e(e[0]):(typeof e[0]=="function",e[0]):e.length===1&&typeof e[0]=="function"?e[0]:e:e}var mt=null;function St(e){mt=e}function X(e){mt&&mt(e)}var ht=null;function xt(e){ht=e}function Pe(e){return ht?ht(e):void 0}var bt=null;function gt(e){bt=e}function ke(){return bt?bt():void 0}var vt=null;function wt(e){vt=e}function _e(e,t){vt&&vt(e,t)}function un(e,t=(n,r)=>n===r){let n=new Map;return M(()=>{let r=e();for(let[o,s]of n){let[i,c]=s,u=t(o,r);i()!==u&&c(u)}}),r=>{let o=n.get(r);if(!o){let[s,i]=h(!1);o=[s,i],n.set(r,o);let c=e();i(t(r,c))}return o[0]()}}function an(e,t){let[n,r]=h(e(),t);return M(()=>{let o=e();t?.timeoutMs?setTimeout(()=>r(()=>o),t.timeoutMs):typeof requestIdleCallback=="function"?requestIdleCallback(()=>r(()=>o)):Promise.resolve().then(()=>r(()=>o))}),n}function cn(e,t){let n,r=(...o)=>{n!==void 0&&clearTimeout(n),n=setTimeout(()=>{n=void 0,e(...o)},t)};return F(()=>{n!==void 0&&clearTimeout(n)}),r}function hr(e){return!!e&&typeof e.then=="function"}var Ot=Symbol();function pe(e,t,n={}){let r,o;typeof t=="function"?(r=typeof e=="function"?e:()=>e,o=t):(r=()=>!0,o=e,t&&typeof t=="object"&&(n=t));let s=n.transport===!1?void 0:ke(),i=s!==void 0?Pe(s):void 0,c=i!==void 0,[u,l]=h(i!==void 0?i.value:n.initialValue,{equals:!1}),[b,d]=h(void 0,{equals:!1}),[m,v]=h(i!==void 0||n.initialValue!==void 0?"ready":"unresolved",{equals:!1}),[O,x]=h(void 0,{equals:!1}),[E,p]=h(void 0,{equals:!1}),U=Ot,A=!1;M(()=>{let C=r();if(E(),C===!1||C===null||C===void 0){U=Ot,$(()=>{v("unresolved"),x(void 0),d(void 0)});return}let I=A;if(A=!1,U!==Ot&&C===U&&!I)return;if(U=C,c){c=!1;return}let V=!1;F(()=>V=!0);let G=D(m),xe=D(u),ne=G==="ready"||G==="refreshing";$(()=>{v(ne?"refreshing":"pending"),d(void 0)});try{let q=o(C,{value:xe,refetching:ne});hr(q)?(x(q),X(q),q.then(z=>{V||(s!==void 0&&_e(s,z),$(()=>{l(()=>z),v("ready"),x(void 0)}))},z=>{V||$(()=>{d(z),v("errored"),x(void 0)})})):$(()=>{l(()=>q),v("ready"),x(void 0)})}catch(q){if(V)return;$(()=>{d(q),v("errored"),x(void 0)})}});let B=()=>{let C=m();return C==="pending"||C==="refreshing"},P=(()=>{let C=b();if(C)throw C;if(B()){let I=O();if(I)throw I}return u()});return Object.defineProperties(P,{state:{get:m},loading:{get:B},error:{get:b},latest:{get:u}}),Object.defineProperty(P,Symbol.for("resource"),{value:!0,enumerable:!0}),Object.defineProperty(P,Symbol.for("signal"),{value:!0,enumerable:!0}),[P,{mutate:l,refetch:()=>{A=!0,p(void 0)}}]}function Rt(e,t=300){let[n,r]=h(e),[o,s]=h(e),[i,c]=h(!1),u,l=()=>{u!==void 0&&(clearTimeout(u),u=void 0)},b=()=>{l();let m=D(n);return s(()=>m),c(!1),m},d=(m=>{let v=typeof m=="function"?m(D(n)):m;return r(()=>v),c(!0),l(),u=setTimeout(b,t),v});return F(l),[o,d,{immediate:n,pending:i,flush:b,cancel:()=>{l(),c(!1)}}]}function br(e){return e!=null&&e!==""}function ln(e,t,n={}){let{delay:r=300,initialValue:o,shouldFetch:s=br}=n,[i,c,u]=Rt(e,r),l=()=>s(i())?i():!1,[b,{refetch:d}]=pe(l,t,o===void 0?{}:{initialValue:o});return[b,{...u,query:i,setQuery:c,refetch:d}]}function Ve(e){if(typeof e=="function"&&!e.length){let t=e();return Ee(t)?t:Ve(t)}if(Array.isArray(e)){let t=[];for(let n=0;n<e.length;n++){let r=Ve(e[n]);Array.isArray(r)?t.push.apply(t,r):t.push(r)}return t}return e}function Ke(e){let t=T(e);return de?T(()=>Ve(t()),void 0,{name:"children"}):T(()=>Ve(t()))}var He=ce();Yt((e,t)=>{let n=Be(t,He);n&&(n.increment(),e.finally(()=>n.decrement()))});function fn(){let[e,t]=h(0),n=0;return{increment:()=>t(n+=1),decrement:()=>t(n-=1),inFallback:()=>e()>0}}function dn(e,t){return le(He,e,t)}var pn=ce();Qt((e,t)=>{let n=Be(t,pn);return n?(n.setError(e),!0):!1});function Tn(){let[e,t]=h(void 0,{equals:!1});return{error:e,reset:()=>t(()=>{}),setError:r=>t(()=>r)}}function yn(e,t){return le(pn,e,t)}var mn={State:ue,Computed:K,subtle:{Watcher:ae,untrack:we,currentComputed:Vt,hasSinks:Kt}};var vr=Symbol.for("signal"),Sr=Symbol.for("fluixi-proxy");function xr(e,t){let[n,r]=h(e,t);return Object.assign(n,{set:r})}function gr(e,t,n){return T(e,t,n)}function wr(e,t){return M(e,t)}function hn(...e){let[t,n]=pe(...e);return Object.assign(t,n)}var g=require("@fluixi/reactive/signal"),De=Symbol("store-raw"),Q=Symbol("store-node"),bn=Symbol("store-has"),Ge=Symbol("store-self"),ze=Symbol("store-track"),Rn=Symbol("store-name"),An=Symbol("store-store"),vn=new WeakMap,Sn=new WeakMap;function Cn(e){let[t,n]=(0,g.createSignal)(e),r=t;return r.$=n,r}function Ye(e){let t=vn.get(e);return t||vn.set(e,t={keys:new Map}),t}function xn(e,t,n){let r=e.keys.get(t);return r||e.keys.set(t,r=Cn(n)),r}function gn(e){let t=Ye(e);(t.all||(t.all=Cn()))()}function wn(e,t){e.$(typeof t=="function"?()=>t:t)}function En(e){if(e==null||typeof e!="object")return!1;if(Array.isArray(e))return!0;let t=Object.getPrototypeOf(e);return t===Object.prototype||t===null}function We(e){if(!En(e))return e;let t=Sn.get(e);if(t)return t;let n=new Proxy(e,Or);return Sn.set(e,n),n}var Or={get(e,t,n){if(t===De||t===Q)return e;if(t===g.$PROXY)return n;if(t===bn)return i=>i in e;if(t==="__proxy")return!0;if(t===ze||t===Ge)return gn(e),n;let r=e[t];if(typeof r=="function"&&!Object.prototype.hasOwnProperty.call(e,t))return r;let o=Object.getOwnPropertyDescriptor(e,t);if(o&&o.get)return o.get.call(n);let s=xn(Ye(e),t,r)();return En(s)?We(s):s},set(){return!0},deleteProperty(e,t){return t in e&&Fe(e,t,void 0),!0},has(e,t){return t===De||t===g.$PROXY||t===Q||t===bn||t===Ge||t===ze?!0:(xn(Ye(e),t,e[t])(),t in e)},ownKeys(e){return gn(e),Reflect.ownKeys(e)},getOwnPropertyDescriptor(e,t){return Reflect.getOwnPropertyDescriptor(e,t)}};function Fe(e,t,n){if(e[t]===n&&(n!==void 0||t in e))return;let o=Array.isArray(e),s=o?e.length:0;n===void 0?delete e[t]:e[t]=n;let i=Ye(e),c=i.keys.get(t);if(c&&wn(c,n),o&&e.length!==s){let u=i.keys.get("length");u&&wn(u,e.length)}i.all&&i.all.$(void 0)}function On(e,t){return typeof e=="function"?e(t):e}function Ct(e,t){for(let n of Object.keys(t)){let r=t[n],o=e[n];r&&typeof r=="object"&&!Array.isArray(r)&&o&&typeof o=="object"&&!Array.isArray(o)?Ct(o,r):Fe(e,n,r)}}function Pt(e){let t=[],n=e.replace(/\[([^\]]*)\]/g,".$1");for(let r of n.split("."))r.length&&t.push(r);return t}function Pn(e,t,n){let r=t.length-1;for(let s=0;s<r;s++){let i=t[s];if(i==="*"){let u=t.slice(s+1);if(Array.isArray(e))for(let l=0;l<e.length;l++)Pn(e[l],u,n);return}let c=e[i];(c==null||typeof c!="object")&&(c=/^\d+$/.test(t[s+1])?[]:{},Fe(e,i,c)),e=c}let o=t[r];if(o==="*"){if(Array.isArray(e))for(let s=0;s<e.length;s++)Fe(e,s,On(n,e[s]));return}Fe(e,o,On(n,e[o]))}function At(e,t,n){Pn(e,Pt(t),n)}function Rr(e,t){let n=t[0];if(typeof n=="function"&&t.length===1){let r=n(e);r&&r!==e&&Ct(e,r);return}if(Array.isArray(n)&&t.length===1){for(let r of n)Array.isArray(r)&&At(e,r[0],r[1]);return}if(n&&typeof n=="object"&&!Array.isArray(n)&&t.length===1){Ct(e,n);return}if(Array.isArray(t[1])&&t.length>=3){At(e,`${n}.${t[1].join(".")}`,t[2]);return}At(e,String(n),t[1])}function Et(e){if(e==null||typeof e!="object")return e;if(Array.isArray(e))return e.map(Et);let t={};for(let n of Object.keys(e))t[n]=Et(e[n]);return t}function Te(e,t){let n=e;for(let r of Pt(t)){if(n==null)return;n=n[r]}return n}var H=class{constructor(t,n={immutable:!0}){this.options=n;this.root=t,this.set=((...r)=>(0,g.batch)(()=>Rr(this.root,r)))}get state(){return We(this.root)}get proxy(){return We(this.root)}get accessor(){return(()=>We(this.root))}unwrap(){return this.root}getNode(t){return this.root&&this.root[t]}get(t){if(t==null||t==="")return ye(this.state);let n=this.state;for(let r of Pt(t)){if(n==null)return;n=n[r]}return ye(n)}select(t){return(0,g.createMemo)(()=>t(this.state))}subscribe(t){return(0,g.createEffect)(()=>t(this.state))}watch(t,n){let r;return(0,g.createEffect)(()=>{let o=t(this.state);Object.is(o,r)||(n(o,r),r=o)})}reactive(t){return(0,g.createMemo)(()=>this.state[t])}produce(t){this.set((n=>{let r=Et(n);return t(r),r}))}reconcile(t,n={}){this.set(t)}push(t,...n){let r=Te(this.root,t);this.set(t,r.concat(n))}pop(t){let n=Te(this.root,t).slice(),r=n.pop();return this.set(t,n),r}shift(t){let n=Te(this.root,t).slice(),r=n.shift();return this.set(t,n),r}splice(t,n,r,...o){let s=Te(this.root,t).slice(),i=s.splice(n,r,...o);return this.set(t,s),i}insert(t,n,r){let o=Te(this.root,t).slice();o.splice(n,0,r),this.set(t,o)}removeAt(t,n){let r=Te(this.root,t).slice(),o=r.splice(n,1);return this.set(t,r),o}toObservable(){let[t]=(0,g.createSignal)(this.state);return t.toObservable()}dispose(){}},Ar=["get","select","watch","subscribe","produce","reconcile","push","pop","shift","splice","insert","removeAt","unwrap","toObservable"];function kn(e,t){for(let n of Ar)e[n]=t[n].bind(t);e.$=t.reactive.bind(t)}function Ue(e,t={immutable:!0}){let n=new H(e,t);return kn(n.set,n),[n.proxy,n.set]}function kt(e,t={}){return new H(e,{...t,immutable:!1})}function _n(e,t={}){let n=new H(e(),t);return(0,g.createEffect)(()=>n.set(e())),n}function Fn(e,t,n){return(0,g.createEffect)(()=>n(t(e)))}function Dn(e,t,n){return(0,g.createMemo)(()=>t(e),void 0,n)}function Un(e,t={}){let n=new H(e,t),r=(()=>n.proxy);return kn(r,n),r}function ye(e){if(e==null||typeof e!="object")return e;let t=e[De];return t!==void 0?t:e}function _t(e){return(0,g.untrack)(()=>ye(e))}function In(e){return Xe(e)}function Mn(e){return Xe(e)?e[Q]:null}function qn(e){return e&&typeof e=="object"&&Q in e?e[Q]:null}function Xe(e){return!!e&&typeof e=="object"&&(g.$PROXY in e||e.__proxy===!0)}function Nn(e){return e}var jn=Object.freeze({createStore:Ue,createMutableStore:kt,batch:g.batch,unwrap:ye,untrackStore:_t});function Ft(e){if(e==null||typeof e!="object")return e;if(Array.isArray(e))return e.map(Ft);let t={};for(let n of Object.keys(e))t[n]=Ft(e[n]);return t}function Bn(e){return t=>{let n=Ft(t);return e(n),n}}function Ln(e,t={}){return()=>e}function $n(e,t){let[n,r]=Ue(e,t);return new Proxy(n,{get:(o,s)=>s==="set"?r:o[s],has:(o,s)=>s==="set"||Reflect.has(o,s)})}function Cr(e,t,n){return T(()=>t(e()),void 0,n)}function Er(e,t,n){return T(()=>e().filter(t),void 0,n)}function Pr(e,t,n,r){return T(()=>e().reduce(t,n),void 0,r)}function kr(e,t,n){return T(()=>e().find(t),void 0,n)}function _r(e,t,n){return T(()=>e().some(t),void 0,n)}function Fr(e,t,n){return T(()=>e().every(t),void 0,n)}function Dr(e,t,n){return T(()=>[...e()].sort(t),void 0,n)}function Ur(e,t){return T(()=>[...new Set(e())],void 0,t)}function Ir(e,t,n){return T(()=>{let r=e.map(o=>o());return t(r)},void 0,n)}function Mr(...e){return new N(t=>{let n=()=>e.map(o=>typeof o=="function"?o():o.get()),r=e.map(o=>typeof o=="function"&&o.subscribe?o.subscribe(()=>{t.next(n())}):typeof o!="function"?o.subscribe(()=>{t.next(n())}):M(()=>{t.next(n())}));return()=>{r.forEach(o=>{typeof o=="function"?o():o&&typeof o.unsubscribe=="function"&&o.unsubscribe()})}})}function qr(e,t,n){return T(()=>e()||t(),void 0,n)}function Nr(e,t,n,r){return T(()=>n(e(),t()),void 0,r)}function jr(e,t,n){return T(()=>t(e()),void 0,{equals:n,internal:!0})}function Br(e,t,n){return T(()=>{let r=e(),o={};for(let s of t)o[s]=r[s];return o},void 0,n)}function Lr(e,t,n){return T(()=>{let o={...e()};for(let s of t)delete o[s];return o},void 0,n)}function $r(e,t,n,r){return T(()=>e()?t():n(),void 0,r)}function Vr(e,t,n){return T(()=>e()?t():void 0,void 0,n)}function Kr(e,t,n){let[r,o]=h(e()),s;return T(()=>{let i=e();clearTimeout(s),s=setTimeout(()=>o(()=>i),t)}),r}function Hr(e,t,n){let[r,o]=h(e()),s=0,i;return T(()=>{let c=e(),u=Date.now();u-s>=t?(s=u,o(()=>c)):(clearTimeout(i),i=setTimeout(()=>{s=Date.now(),o(()=>c)},t-(u-s)))}),r}function Wr(e){let t=e;for(;typeof t=="function";)t=t();return t}var Gr=Symbol.for("signal");var Vn=Symbol("fluixi-proxy"),zr=Symbol.for("signal-node"),Ie=0,Ut=1,et=2,he=3,S=null,R=null,f=null,Je=null,Ze=0,Yr=!1,Dt=!1,me=0,Xr=1e6,W=new WeakMap,Qe=null;var Qr=new Map,Jr=0;function Zr(){return`node_${++Jr}_${Date.now()}`}function eo(e){de&&Qr.set(e.id,new WeakRef(e))}function to(e,t,n){let r={id:Zr(),type:e,value:t,version:0,equals:n?.equals,name:n?.name,created:Date.now(),updated:Date.now()};return eo(r),r}function no(e,t){return e===t}function Hn(e){throw typeof console<"u"&&console.error("Reactive error:",e),e}function ro(e){if(f)f.indexOf(e)===-1&&f.push(e);else if(Qe&&Qe.running&&!e.pure)Qe.effects.indexOf(e)===-1&&Qe.effects.push(e);else if(!e.pure||e.computed)Mt(e);else if(e.pure&&!e.computed&&e.accessor){let t=R,n=f;R=null,f=[],e.accessor(),R=t;let r=f;if(f=n,r.length>0){let o=f;tt(r),f=o}}}function Kn(e,t){for(let n=0;n<e.length;n++)t(e[n])}function J(e,t){let n=e;typeof n=="object"&&n&&Vn in n&&delete n[Vn];let r=to("signal",n,{equals:t?.equals===!1?void 0:t?.equals,name:t?.name}),o=[i,c];W.set(o,new Set);let s;function i(){let u=R;if(u){u.sources?u.sources.indexOf(o)===-1&&u.sources.push(o):u.sources=[o];let l=W.get(o);l&&!l.has(u)&&l.add(u)}return n}function c(u){let l=typeof u=="function"?u(n):u,b=r.equals||no;if(t?.equals===!1||!b(n,l)){n=l,r.value=l,r.version++,r.updated=Date.now();let m=W.get(o);if(m&&m.size>0){let E=function(p,U=!1){let A=p.state;if(!(A===he&&p===R)){if(U&&!p.pure){A===Ie&&(p.state=Ut,Yr&&(f!==null&&f.indexOf(p)===-1?f.push(p):O.push(p)));return}if(!x.has(p)&&(x.add(p),p.state=et,A===Ie||A===Ut?O.push(p):!p.pure&&f!==null&&f.indexOf(p)===-1&&f.push(p),p.pure&&p.accessor)){let B=W.get(p.accessor);B&&Kn(Array.from(B),P=>E(P,!0))}}};var d=E;let v=Array.from(m),O=[],x=new Set;Kn(v,E);for(let p of O)ro(p)}}}return i.toObservable=()=>new N(u=>{let l=!0;return It(()=>{let d=i();l?l=!1:u.next(d)})}),Object.defineProperty(i,Gr,{value:!0,enumerable:!0}),Object.defineProperty(i,zr,{value:r,enumerable:!1}),o}function It(e,t,n){let r={fn:e,state:et,sources:null,sourceSlots:null,owned:null,cleanups:null,owner:S,contexts:null,pure:!1,updatedAt:null};S&&(S.owned?S.owned.push(r):S.owned=[r]);let o=j&&Se(j);return o&&(r.suspense=o),Wn(r,t),()=>be(r)}function Wn(e,t){if(e.sources){for(let o of e.sources){let s=W.get(o);s&&s.delete(e)}e.sources=null,e.sourceSlots=null}if(e.owned){for(let o=0;o<e.owned.length;o++)be(e.owned[o]);e.owned=null}let n=R,r=S;if(R=e,S=e,Ze++,Ze>Xr)throw Ze=0,R=n,S=r,new Error("Potential infinite loop detected. Exceeded maximum iterations.");try{e.state=he;let o=e.fn(t);typeof o=="function"&&(e.cleanups?e.cleanups.push(o):e.cleanups=[o]),e.state===he&&(e.state=Ie)}catch(o){if(ot(o)){let s=j&&Se(j);s&&(s.increment(),o.finally(()=>s.decrement()),e.suspense&&s.effects.push(e));return}Hn(o)}finally{R=n,S=r}}function Mt(e){if(!(e.disposed||!e.fn||e.state===Ie)&&(e.state===et||e.state===Ut||e.state===he)){if(e.cleanups){for(let t=0;t<e.cleanups.length;t++)e.cleanups[t]();e.cleanups=null}if(e.owned){for(let t=0;t<e.owned.length;t++)be(e.owned[t]);e.owned=null}e.renderEffect?zn(e):Wn(e,e.value)}}function be(e){if(e.disposed=!0,e.sources)for(let t of e.sources){let n=W.get(t);n&&n.delete(e)}if(e.cleanups)for(let t=0;t<e.cleanups.length;t++)e.cleanups[t]();if(e.owned)for(let t=0;t<e.owned.length;t++)be(e.owned[t]);if(e.owner&&e.owner.owned){let t=e.owner.owned.indexOf(e);t!==-1&&e.owner.owned.splice(t,1)}}function tt(e){let t=[],n=[];for(let o of e)o.pure&&!o.computed&&o.accessor?t.indexOf(o)===-1&&t.push(o):(o.computed||!o.pure)&&n.indexOf(o)===-1&&n.push(o);f=[];let r=0;for(;r<t.length;){let o=t[r++],s=W.get(o.accessor);if(s&&s.size>0){let c=R;R=null,o.accessor(),R=c}let i=f.splice(0);for(let c of i)c.pure&&!c.computed&&c.accessor?t.indexOf(c)===-1&&t.push(c):(c.computed||!c.pure)&&n.indexOf(c)===-1&&n.push(c)}f=null;for(let o of n)(o.computed||!o.pure)&&Mt(o)}function Z(e){if(f&&me>0)return e();if(f&&me===0){let t=f,n=[];f=n,me++;let r;try{r=e()}finally{me--,f=t}let o=f;return tt(n),f=o,r}me++,f=[],Je=[];try{return e()}finally{me--,oo()}}function oo(){if(!Dt){Dt=!0,Ze=0;try{for(;f&&f.length>0;){let e=f;f=null,tt(e)}if(f=null,Je){let e=Je;Je=null;for(let t=0;t<e.length;t++)Mt(e[t])}}finally{Dt=!1}}}function ve(e){let t=R;R=null;try{return e()}finally{R=t}}function Gn(e){S&&(S.cleanups?S.cleanups.push(e):S.cleanups=[e])}function so(e){let t=Symbol("context"),n=io(t);return{id:t,Provider:n,defaultValue:e}}function io(e){return t=>{let n=S;for(;n;)n.contexts||(n.contexts=new Map),n.contexts.has(e)||n.contexts.set(e,t.value),n=n.owner;let r;return uo(()=>{r=ve(()=>{let o=S;return o&&(o.contexts||(o.contexts=new Map),o.contexts.set(e,t.value)),Ke(()=>t.children)})}),r}}function Se(e){let t=S;for(;t;){if(t.contexts&&t.contexts.has(e.id))return t.contexts.get(e.id);t=t.owner}if(e)return e.defaultValue}function uo(e,t,n){let r={fn:e,state:et,sources:null,sourceSlots:null,value:t,owned:null,cleanups:null,owner:S,contexts:null,pure:!1,updatedAt:null,renderEffect:!0};S&&(S.owned?S.owned.push(r):S.owned=[r]);let o=j&&Se(j);return o&&(r.suspense=o),zn(r),()=>be(r)}function zn(e){if(e.sources){for(let o of e.sources){let s=W.get(o);s&&s.delete(e)}e.sources=null,e.sourceSlots=null}if(e.cleanups){for(let o=0;o<e.cleanups.length;o++)e.cleanups[o]();e.cleanups=null}if(e.owned){for(let o=0;o<e.owned.length;o++)be(e.owned[o]);e.owned=null}let t=R,n=S,r=f;R=e,S=e,f===null&&(f=[]),e.state=he;try{let o=e.fn(e.value);typeof o=="function"&&(e.cleanups||(e.cleanups=[]),e.cleanups.push(o)),e.value=o,e.state===he&&(e.state=Ie)}catch(o){if(ot(o)){let s=j&&Se(j);s&&(s.increment(),o.finally(()=>s.decrement()),e.suspense&&s.effects.push(e));return}Hn(o)}finally{R=t,S=n;let o=f;if(f=r,o!==r&&o&&o.length>0){let s=f;tt(o),f=s}}}var j;function Yn(){return j||(j=so())}var te=new Map,ee=new Map,ao=0,co=Symbol.for("signal"),lo=Symbol.for("resource");function fo(e,t,n={}){let r,o,s;typeof t=="function"?(r=e,o=t,s=n):(r=()=>!0,o=e,s=t??n);let{ttl:i=1/0,name:c=`_auto_${ao++}`,staleWhileRevalidate:u=!0}=s,l=c,b=y=>`${l}:${JSON.stringify(y)}`,d=y=>i===1/0||Date.now()-y.timestamp<=i,[m,v]=J(void 0,{equals:!1}),[O,x]=J("unresolved",{equals:!1}),[E,p]=J(void 0,{equals:!1}),[U,A]=J(void 0,{equals:!1}),[B,P]=J(!1),[C,I]=J(0,{equals:!1}),V=Symbol("unset"),G=V,xe=!1,ne=!1;function q(y,k,_,L){if(ee.has(k)){ee.get(k).then(w=>{L()||z(w,_)},w=>{!L()&&!_&&qt(w)}),_||A(ee.get(k));return}let re=Promise.resolve(o(y)).then(w=>(te.set(k,{value:w,timestamp:Date.now()}),ee.delete(k),w),w=>{throw ee.delete(k),w});if(ee.set(k,re),!_){X(re),A(re);let w=Me&&Se(Me);w&&(w.increment(),re.finally(()=>w.decrement()))}re.then(w=>{L()||z(w,_)},w=>{!L()&&!_&&qt(w)})}function z(y,k){Z(()=>{v(()=>y),x("ready"),P(!1),A(void 0),p(void 0)})}function qt(y){Z(()=>{p(y),x("errored"),A(void 0)})}let Me;It(()=>{Me===void 0&&(Me=Yn());let y=r();if(C(),y===!1||y===null||y===void 0){G=V,Z(()=>{x("unresolved"),A(void 0),p(void 0)});return}let k=xe,_=ne;xe=!1,ne=!1;let L=b(y);_&&te.delete(L);let re=G===V||y!==G;G=y;let w=!1;Gn(()=>{w=!0});let oe=te.get(L);if(oe&&d(oe)&&!k&&!_){(ve(O)!=="ready"||ve(m)!==oe.value)&&Z(()=>{v(()=>oe.value),x("ready"),P(!1),p(void 0)});return}if(oe&&u&&!_){Z(()=>{v(()=>oe.value),x("ready"),P(!0),p(void 0),A(void 0)}),q(y,L,!0,()=>w);return}let Nt=ve(O),Xn=Nt==="ready"||Nt==="refreshing";Z(()=>{x(Xn?"refreshing":"pending"),p(void 0),P(!1)}),q(y,L,!1,()=>w)});let qe=(()=>{let y=E();if(y)throw y;if(O()==="pending"){let _=U();if(_)throw _}return m()});return Object.defineProperty(qe,lo,{value:!0,enumerable:!0}),Object.defineProperty(qe,co,{value:!0,enumerable:!0}),Object.defineProperties(qe,{state:{get:O},loading:{get:()=>{let y=O();return y==="pending"||y==="refreshing"}},error:{get:E},latest:{get:m},stale:{get:B}}),[qe,{mutate:v,refetch:()=>{xe=!0,I(y=>y+1)},invalidate:()=>{let y=ve(r);y!=null&&y!==!1&&te.delete(b(y)),ne=!0,I(k=>k+1)}}]}function po(e){let t=`${e}:`;for(let n of te.keys())n.startsWith(t)&&te.delete(n)}function To(){te.clear(),ee.clear()}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var Fluixi=(()=>{var it=Object.defineProperty;var Tr=Object.getOwnPropertyDescriptor;var mr=Object.getOwnPropertyNames;var br=Object.prototype.hasOwnProperty;var vr=(e,t)=>{for(var n in t)it(e,n,{get:t[n],enumerable:!0})},Sr=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of mr(t))!br.call(e,o)&&o!==n&&it(e,o,{get:()=>t[o],enumerable:!(r=Tr(t,o))||r.enumerable});return e};var xr=e=>Sr(it({},"__esModule",{value:!0}),e);var es={};vr(es,{$NAME:()=>Kn,$NODE:()=>Q,$PROXY:()=>Nr,$RAW:()=>qe,$SELF:()=>Qe,$SIGNAL:()=>jr,$STORE:()=>Hn,$TRACK:()=>Je,Observable:()=>j,SafeSubscriber:()=>Be,Signal:()=>Rn,Store:()=>H,StoreAPI:()=>or,Subject:()=>ct,Subscriber:()=>ie,Subscription:()=>se,SuspenseContext:()=>Ge,VERSION:()=>zt,__DEV__:()=>de,batch:()=>V,clearAllCachedResources:()=>Zo,clearCachedResourceNamespace:()=>Jo,combineSignal:()=>xo,combineSignals:()=>go,createCachedResource:()=>Qo,createChildOwner:()=>en,createComputed:()=>fn,createComputedStore:()=>Yn,createContext:()=>ce,createDebounce:()=>bn,createDebouncedResource:()=>vn,createDebouncedSignal:()=>kt,createDeferred:()=>mn,createEffect:()=>U,createErrorBoundary:()=>wn,createMemo:()=>y,createMutableStore:()=>Nt,createRenderEffect:()=>dn,createResource:()=>pe,createRoot:()=>X,createSelector:()=>Tn,createSignal:()=>b,createStore:()=>Ue,createStoreEffect:()=>Qn,createStoreMemo:()=>Jn,createSuspenseBoundary:()=>Sn,debounceSignal:()=>Eo,disposeScope:()=>tn,distinctSignal:()=>So,effect:()=>Vr,everySignal:()=>bo,filterSignal:()=>ho,findSignal:()=>To,flush:()=>hn,getNode:()=>tr,getOwner:()=>Ae,getServerData:()=>ke,getStoreNode:()=>nr,guardSignal:()=>ko,indexArray:()=>Pr,isComponent:()=>mt,isMemo:()=>yt,isOwnerDisposed:()=>nn,isProvider:()=>vt,isResource:()=>Tt,isSignal:()=>_e,isStore:()=>er,isStoreProxy:()=>et,isSuspense:()=>bt,keyArray:()=>Er,makeArrayFlat:()=>Ke,mapArray:()=>kr,mapSignal:()=>po,memo:()=>Lr,mergeSignal:()=>wo,modifiable:()=>rr,nextResourceId:()=>Ee,omitSignal:()=>Co,on:()=>yn,onCleanup:()=>D,operate:()=>gr,pickSignal:()=>Ao,produceUtil:()=>sr,provide:()=>le,provideErrorBoundary:()=>On,provideSuspense:()=>xn,readChildren:()=>We,readSignal:()=>Do,reconcileUtil:()=>ir,reduceSignal:()=>yo,reportResourceData:()=>Pe,resource:()=>An,runWithOwner:()=>fe,selectSignal:()=>Ro,setOwner:()=>dt,setResourceDataSink:()=>Ct,setResourceIdSource:()=>At,setResourceTracker:()=>Ot,setServerDataGetter:()=>Rt,signal:()=>Br,someSignal:()=>mo,sortSignal:()=>vo,startTransition:()=>ht,store:()=>ur,throttleSignal:()=>Po,trackResourcePromise:()=>Y,untrack:()=>F,untrackStore:()=>Bt,unwrap:()=>ye,useContext:()=>rn,useTransition:()=>pn,whenSignal:()=>_o,wrap:()=>Zn,zipSignal:()=>Oo});var zt="1.0.0-alpha.80";function ut(e){return typeof e=="function"&&!/^class\s/.test(Function.prototype.toString.call(e))}function Xt(e){return e==null||Array.isArray(e)||typeof e=="function"||e instanceof Date||e instanceof RegExp||e instanceof Map||e instanceof Set||e instanceof Error?!1:typeof e=="object"}function at(e){return e instanceof Promise||!!e&&(typeof e=="object"||typeof e=="function")&&"then"in e}var se=class e{constructor(t){this._closed=!1;this._parentOrParents=null;this._subscriptions=null;t&&(this._subscriptions=[t])}get closed(){return this._closed}unsubscribe(){if(this._closed)return;this._closed=!0;let{_parentOrParents:t,_subscriptions:n}=this;if(t instanceof e)t.remove(this);else if(t!==null)for(let r of t)r.remove(this);if(n){for(let r of n)if(ut(r)&&!(r instanceof e))try{r()}catch(o){console.error("Error in unsubscribe function:",o)}else if(Xt(r)&&typeof r.unsubscribe=="function")try{r.unsubscribe()}catch(o){console.error("Error unsubscribing child:",o)}this._subscriptions=null}}add(t){if(!t||t===this)return this;if(t.closed)return this;let{_closed:n,_subscriptions:r}=this;if(n){if(ut(t))try{t()}catch(o){console.error("Error in unsubscribe function:",o)}else if(t.unsubscribe)try{t.unsubscribe()}catch(o){console.error("Error unsubscribing:",o)}return this}return r||(this._subscriptions=[]),this._subscriptions.push(t),t instanceof e&&t._addParent(this),this}remove(t){let{_subscriptions:n}=this;if(!n)return;let r=n.indexOf(t);r!==-1&&(n.splice(r,1),t._removeParent(this))}_addParent(t){let{_parentOrParents:n}=this;n?Array.isArray(n)?n.push(t):this._parentOrParents=[n,t]:this._parentOrParents=t}_removeParent(t){let{_parentOrParents:n}=this;if(n===t)this._parentOrParents=null;else if(Array.isArray(n)){let r=n.indexOf(t);r!==-1&&(n.splice(r,1),n.length===1&&(this._parentOrParents=n[0]))}}};var ie=class extends se{constructor(n,r,o){super();this.isStopped=!1;let s;n?typeof n=="object"?s=n:s={next:n,error:r,complete:o}:s={},this.destination=s}next(n){if(!this.isStopped&&this.destination.next)try{this.destination.next(n)}catch(r){this.error(r)}}error(n){if(!this.isStopped){if(this.isStopped=!0,this.destination.error)try{this.destination.error(n)}catch(r){throw r}else throw n;this.unsubscribe()}}complete(){if(!this.isStopped){if(this.isStopped=!0,this.destination.complete)try{this.destination.complete()}catch(n){this.error(n);return}this.unsubscribe()}}unsubscribe(){this.closed||(this.isStopped=!0,super.unsubscribe())}},Be=class extends ie{constructor(n,r,o,s){super(n,r,o);this._isUnsubscribing=!1;this._parentSubscriber=null;this._parentSubscriber=s||null}next(n){if(!this.isStopped&&!this._isUnsubscribing)try{super.next(n)}catch(r){this.error(r)}}error(n){if(!this.isStopped&&!this._isUnsubscribing){this._isUnsubscribing=!0;try{super.error(n)}finally{this._isUnsubscribing=!1}}}complete(){if(!this.isStopped&&!this._isUnsubscribing){this._isUnsubscribing=!0;try{super.complete()}finally{this._isUnsubscribing=!1}}}unsubscribe(){this.closed||(this._isUnsubscribing=!0,super.unsubscribe(),this._isUnsubscribing=!1)}};function gr(e){return new ie(e.next,e.error,e.complete)}var j=class extends se{constructor(t){if(super(),t)this._subscribe=t;else throw new TypeError("Observable constructor requires a subscribe function")}subscribe(t,n,r){let o;t instanceof ie?o=t:o=new Be(t,n,r);let{_subscribe:s}=this;try{let i=s.call(this,o);i&&(typeof i=="function"||typeof i.unsubscribe=="function")&&o.add(i)}catch(i){o.error(i)}return o}pipe(...t){return t.length===0?this:t.reduce((n,r)=>r(n),this)}toPromise(){return new Promise((t,n)=>{let r;this.subscribe({next:o=>r=o,error:n,complete:()=>t(r)})})}};var ct=class extends j{constructor(){super(n=>{if(this.closed)throw new Error("Subject has been closed");if(this.hasError)n.error(this.thrownError);else if(this.isStopped)n.complete();else return this.observers.push(n),()=>{let r=this.observers.indexOf(n);r!==-1&&this.observers.splice(r,1)}});this.observers=[];this.isStopped=!1;this.hasError=!1;this.thrownError=null}next(n){if(this.isStopped)return;let{observers:r}=this,o=r.length,s=r.slice();for(let i=0;i<o;i++)s[i].next?.(n)}error(n){if(this.isStopped)return;this.hasError=!0,this.thrownError=n,this.isStopped=!0;let{observers:r}=this;this.observers=[];let o=r.length,s=r.slice();for(let i=0;i<o;i++)s[i].error?.(n)}complete(){if(this.isStopped)return;this.isStopped=!0;let{observers:n}=this;this.observers=[];let r=n.length,o=n.slice();for(let s=0;s<r;s++)o[s].complete?.()}unsubscribe(){this.isStopped=!0,this.observers=[]}asObservable(){return new j(r=>this.subscribe(r))}};var wr="__fluixi_signal_next_state__",Or=e=>{typeof queueMicrotask=="function"?queueMicrotask(e):Promise.resolve().then(e)},a=globalThis[wr]??={consumer:null,untracked:!1,owner:null,queue:[],scheduled:!1,flushing:!1,batchDepth:0,hostSchedule:Or,onSuspend:null,onError:null};var Yt=0,Qt=1,ge=2,Le=class{constructor(){this.observers=null;this.watchers=null;this.version=0}updateIfNecessary(){}track(){if(a.untracked)return;let t=a.consumer;t&&((this.observers??=new Set).add(t),(t.sources??=new Set).add(this))}},ue=class extends Le{constructor(t,n){super(),this._value=t,this._equals=n?.equals===!1?()=>!1:n?.equals??Object.is}get(){return this.track(),this._value}set(t){if(!this._equals(this._value,t)){if(this._value=t,this.version++,this.observers)for(let n of[...this.observers])n.markDirty(ge);lt(this)}}peek(){return this._value}},K=class extends Le{constructor(n,r){super();this._threw=!1;this._initialized=!1;this.state=ge;this.sources=null;this._fn=n,this._equals=r?.equals===!1?()=>!1:r?.equals??Object.is}get(){if(a.consumer===this)throw new Error("Signal.Computed cannot read itself");if(this.track(),this.updateIfNecessary(),this._threw)throw this._error;return this._value}updateIfNecessary(){if(this.state===Qt&&this.sources){for(let n of this.sources)if(n.updateIfNecessary(),this.state===ge)break}(this.state===ge||!this._initialized)&&this.recompute(),this.state=Yt}recompute(){if(this.sources){for(let u of this.sources)u.observers?.delete(this);this.sources.clear()}let n=a.consumer,r=a.untracked;a.consumer=this,a.untracked=!1;let o,s=!1,i;try{o=this._fn()}catch(u){s=!0,i=u,o=this._value}finally{a.consumer=n,a.untracked=r}let c=!this._initialized||this._threw!==s||(s?i!==this._error:!this._equals(this._value,o));if(this._initialized=!0,this._threw=s,this._error=i,this._value=o,c){if(this.version++,this.observers)for(let u of[...this.observers])u.markDirty(ge);lt(this)}}markDirty(n){if(this.state>=n)return;let r=this.state===Yt;if(this.state=n,r){if(this.observers)for(let o of[...this.observers])o.markDirty(Qt);lt(this)}}peek(){if(this.updateIfNecessary(),this._threw)throw this._error;return this._value}};function lt(e){if(e.watchers)for(let t of[...e.watchers])t._notify(e)}var ae=class{constructor(t){this._watched=new Set;this._pending=new Set;this._notifyFn=t}watch(...t){for(let n of t)this._watched.add(n),(n.watchers??=new Set).add(this)}unwatch(...t){for(let n of t)this._watched.delete(n),n.watchers?.delete(this),this._pending.delete(n)}getPending(){let t=[...this._pending];return this._pending.clear(),t}_notify(t){if(!this._watched.has(t)||this._pending.has(t))return;let n=this._pending.size===0;this._pending.add(t),n&&this._notifyFn()}};function we(e){if(a.untracked)return e();a.untracked=!0;try{return e()}finally{a.untracked=!1}}function Jt(){return a.consumer}function Zt(e){return!!(e.observers&&e.observers.size)||!!(e.watchers&&e.watchers.size)}function en(e){let t=Re(e);return e&&(e.owned??=[]).push(t),t}function tn(e,t=!0){Oe(e,t)}function nn(e){return!!e&&e.disposed===!0}function Re(e){return{cleanups:null,owned:null,parent:e,contexts:null}}function ce(e){let t=Symbol("context");return{id:t,defaultValue:e,Provider:r=>{let o=a.owner,s=Re(o);(s.contexts=new Map).set(t,r.value),o&&(o.owned??=[]).push(s),a.owner=s;try{return r.children}finally{a.owner=o}}}}function rn(e){let t=a.owner;for(;t;){if(t.contexts&&t.contexts.has(e.id))return t.contexts.get(e.id);t=t.parent}return e.defaultValue}function Ve(e,t){let n=e;for(;n;){if(n.contexts&&n.contexts.has(t.id))return n.contexts.get(t.id);n=n.parent}return t.defaultValue}function le(e,t,n){let r=Re(a.owner);(r.contexts=new Map).set(e.id,t),a.owner&&(a.owner.owned??=[]).push(r);let o=a.owner;a.owner=r;try{return n()}finally{a.owner=o}}function on(e){a.onSuspend=e}function sn(e){return a.onSuspend?(a.onSuspend(e,a.owner),!0):!1}function un(e){a.onError=e}function Ae(){return a.owner}function dt(e){let t=a.owner;return a.owner=e,t}function fe(e,t){let n=a.owner;a.owner=e;try{return t()}finally{a.owner=n}}function D(e){if(a.owner){if(a.owner.disposed){e();return}(a.owner.cleanups??=[]).push(e)}}function Oe(e,t=!0){if(!e.disposed){if(e.owned){for(let n=e.owned.length-1;n>=0;n--)Oe(e.owned[n]);e.owned=null}if(e.cleanups){for(let n=e.cleanups.length-1;n>=0;n--)e.cleanups[n]();e.cleanups=null}t&&(e.disposed=!0)}}function X(e){let t=Re(a.owner);a.owner&&(a.owner.owned??=[]).push(t);let n=a.owner;a.owner=t;try{return e(()=>Oe(t))}finally{a.owner=n}}function an(e){a.hostSchedule=e??(t=>{Promise.resolve().then(t)})}function Rr(e){e.queued||(e.queued=!0,a.queue.push(e),!a.scheduled&&a.batchDepth===0&&(a.scheduled=!0,a.hostSchedule(Ce)))}function Ce(){if(a.scheduled=!1,a.flushing)return;a.flushing=!0;let e=0;try{for(;a.queue.length;){if(++e>1e5)throw new Error("[fluixi] effect flush did not settle (cycle?)");let t=a.queue;a.queue=[];for(let n of t)n.queued=!1,n.disposed||n.run()}}finally{a.flushing=!1}}function cn(){a.batchDepth===0&&Ce()}function pt(e){a.batchDepth++;try{return e()}finally{--a.batchDepth===0&&Ce()}}var ft=class{constructor(t){this.queued=!1;this.disposed=!1;this.owner=Re(a.owner),a.owner&&(a.owner.cleanups??=[]).push(()=>this.dispose()),this.computed=new K(()=>{Oe(this.owner,!1),fe(this.owner,()=>{let n=t();typeof n=="function"&&(this.owner.cleanups??=[]).push(n)})}),this.watcher=new ae(()=>Rr(this)),this.run(),this.watcher.watch(this.computed)}run(){if(!this.disposed){this.watcher.getPending();try{this.computed.get()}catch(t){if(t&&typeof t.then=="function"&&a.onSuspend){a.onSuspend(t,this.owner);return}if(a.onError&&a.onError(t,this.owner))return;throw t}}}dispose(){this.disposed||(this.disposed=!0,this.watcher.unwatch(this.computed),Oe(this.owner))}};function $e(e){let t=new ft(e);return()=>t.dispose()}function Ar(e){return!!e&&typeof e.then=="function"}an(()=>{});var ln=Symbol.for("signal"),Cr=Symbol.for("memo"),_r=Symbol.for("signal-node");function b(e,t){let n=new ue(e,{equals:t?.equals}),r=(()=>n.get()),o=(s=>{let i=typeof s=="function"?s(n.peek()):s;return n.set(i),cn(),i});return Object.defineProperty(r,ln,{value:!0,enumerable:!0}),Object.defineProperty(r,_r,{value:{get value(){return n.peek()},get version(){return n.version}},enumerable:!1}),[r,o]}function y(e,t,n){let r=t,o=Ae(),s=new K(()=>fe(o,()=>{try{return r=e(r)}catch(c){if(Ar(c))return sn(c),r;throw c}}),{equals:n?.equals}),i=(()=>s.get());return Object.defineProperty(i,ln,{value:!0,enumerable:!0}),Object.defineProperty(i,Cr,{value:!0,enumerable:!0}),i}function U(e,t){let n=t;return $e(()=>{n=e(n)})}function fn(e,t){let n=t;$e(()=>{n=e(n)})}function dn(e,t){let n=t;return $e(()=>{n=e(n)})}function V(e){return pt(e)}function F(e){return we(e)}function ht(e){return pt(e),Promise.resolve()}function pn(){return[()=>!1,ht]}function hn(){return Ce(),Promise.resolve()}function yn(e,t,n){let r=Array.isArray(e),o,s=n?.defer??!1;return i=>{let c=r?e.map(f=>f()):e();if(s){s=!1,o=c;return}let u=we(()=>t(c,o,i));return o=c,u}}function kr(e,t,n){let r=[];return D(()=>{for(let o of r)o.dispose();r=[]}),y(()=>{let o=e()||[];return F(()=>{if(o.length===0){for(let u of r)u.dispose();return r=[],n?.fallback?n.fallback():[]}let s=new Map;for(let u of r)s.has(u.item)||s.set(u.item,u);let i=[],c=new Set;for(let u=0;u<o.length;u++){let f=o[u],v=s.get(f);if(v&&!c.has(v))v.setIndex(u),i.push(v),c.add(v);else{let p,m,S;X(g=>{S=g;let[_,h]=b(u);m=h,p=t(f,_)});let O={item:f,rendered:p,dispose:S,setIndex:m};i.push(O),c.add(O)}}for(let u of r)c.has(u)||u.dispose();return r=i,i.map(u=>u.rendered)})})}function Er(e,t,n,r){let o=[],s=[];return D(()=>{for(let i of s)i.dispose();o=[],s=[]}),y(()=>{let i=e()||[];return F(()=>{if(i.length===0){for(let p of s)p.dispose();return o=[],s=[],r?.fallback?r.fallback():[]}let c=new Map;for(let p=0;p<o.length;p++)c.set(o[p],s[p]);let u=[],f=[],v=new Set;for(let p=0;p<i.length;p++){let m=t(i[p]),S=c.get(m);if(S&&!v.has(m))S.setIndex(p),u.push(S);else{let O,g,_;X(h=>{_=h;let[I,A]=b(p);g=A;let B=y(k=>{let q=(e()||[])[I()];return q??k},i[p]);O=n(B,I)}),u.push({rendered:O,dispose:_,setIndex:g})}f.push(m),v.add(m)}for(let[p,m]of c)v.has(p)||m.dispose();return o=f,s=u,u.map(p=>p.rendered)})})}function Pr(e,t,n){let r=[];return D(()=>{for(let o of r)o.dispose();r=[]}),y(()=>{let o=e()||[];return F(()=>{if(o.length===0){for(let u of r)u.dispose();return r=[],n?.fallback?n.fallback():[]}let s=r.length,i=o.length;for(let u=s;u<i;u++){let f,v,p,m=o[u];X(S=>{p=S;let[O,g]=b(m);v=g,f=t(O,u)}),r.push({rendered:f,setItem:v,dispose:p})}for(let u=i;u<s;u++)r[u].dispose();i<s&&(r=r.slice(0,i));let c=Math.min(s,i);for(let u=0;u<c;u++)r[u].setItem(o[u]);return r.map(u=>u.rendered)})})}var Dr=typeof window>"u"?!1:window.__FLUIXI_PROD__===!0,de=typeof process>"u"?Dr:!1,Fr=Symbol.for("signal"),Ir=Symbol.for("memo"),qr=Symbol.for("resource");function _e(e){return typeof e=="function"&&e[Fr]===!0}function yt(e){return typeof e=="function"&&e[Ir]===!0}function Tt(e){return typeof e=="function"&&e[qr]===!0}function mt(e){return typeof e=="function"&&e[Symbol.for("fluixi-component")]===!0}function bt(e){return typeof e=="function"&&e[Symbol.for("fluixi-suspense")]===!0}function vt(e){return typeof e=="function"&&e[Symbol.for("fluixi-provider")]===!0}function Ke(e){return Array.isArray(e)?e.length===2&&e[1]===" "?Array.isArray(e[0])?Ke(e[0]):(typeof e[0]=="function",e[0]):e.length===1&&typeof e[0]=="function"?e[0]:e:e}var St=null;function Ot(e){St=e}function Y(e){St&&St(e)}var xt=null;function Rt(e){xt=e}function ke(e){return xt?xt(e):void 0}var gt=null;function At(e){gt=e}function Ee(){return gt?gt():void 0}var wt=null;function Ct(e){wt=e}function Pe(e,t){wt&&wt(e,t)}function Tn(e,t=(n,r)=>n===r){let n=new Map;return U(()=>{let r=e();for(let[o,s]of n){let[i,c]=s,u=t(o,r);i()!==u&&c(u)}}),r=>{let o=n.get(r);if(!o){let[s,i]=b(!1);o=[s,i],n.set(r,o);let c=e();i(t(r,c))}return o[0]()}}function mn(e,t){let[n,r]=b(e(),t);return U(()=>{let o=e();t?.timeoutMs?setTimeout(()=>r(()=>o),t.timeoutMs):typeof requestIdleCallback=="function"?requestIdleCallback(()=>r(()=>o)):Promise.resolve().then(()=>r(()=>o))}),n}function bn(e,t){let n,r=(...o)=>{n!==void 0&&clearTimeout(n),n=setTimeout(()=>{n=void 0,e(...o)},t)};return D(()=>{n!==void 0&&clearTimeout(n)}),r}function Ur(e){return!!e&&typeof e.then=="function"}var _t=Symbol();function pe(e,t,n={}){let r,o;typeof t=="function"?(r=typeof e=="function"?e:()=>e,o=t):(r=()=>!0,o=e,t&&typeof t=="object"&&(n=t));let s=n.transport===!1?void 0:Ee(),i=s!==void 0?ke(s):void 0,c=i!==void 0,[u,f]=b(i!==void 0?i.value:n.initialValue,{equals:!1}),[v,p]=b(void 0,{equals:!1}),[m,S]=b(i!==void 0||n.initialValue!==void 0?"ready":"unresolved",{equals:!1}),[O,g]=b(void 0,{equals:!1}),[_,h]=b(void 0,{equals:!1}),I=_t,A=!1;U(()=>{let C=r();if(_(),C===!1||C===null||C===void 0){I=_t,V(()=>{S("unresolved"),g(void 0),p(void 0)});return}let q=A;if(A=!1,I!==_t&&C===I&&!q)return;if(I=C,c){c=!1;return}let $=!1;D(()=>$=!0);let G=F(m),xe=F(u),ne=G==="ready"||G==="refreshing";V(()=>{S(ne?"refreshing":"pending"),p(void 0)});try{let M=o(C,{value:xe,refetching:ne});Ur(M)?(g(M),Y(M),M.then(z=>{$||(s!==void 0&&Pe(s,z),V(()=>{f(()=>z),S("ready"),g(void 0)}))},z=>{$||V(()=>{p(z),S("errored"),g(void 0)})})):V(()=>{f(()=>M),S("ready"),g(void 0)})}catch(M){if($)return;V(()=>{p(M),S("errored"),g(void 0)})}});let B=()=>{let C=m();return C==="pending"||C==="refreshing"},k=(()=>{let C=v();if(C)throw C;if(B()){let q=O();if(q)throw q}return u()});return Object.defineProperties(k,{state:{get:m},loading:{get:B},error:{get:v},latest:{get:u}}),Object.defineProperty(k,Symbol.for("resource"),{value:!0,enumerable:!0}),Object.defineProperty(k,Symbol.for("signal"),{value:!0,enumerable:!0}),[k,{mutate:f,refetch:()=>{A=!0,h(void 0)}}]}function kt(e,t=300){let[n,r]=b(e),[o,s]=b(e),[i,c]=b(!1),u,f=()=>{u!==void 0&&(clearTimeout(u),u=void 0)},v=()=>{f();let m=F(n);return s(()=>m),c(!1),m},p=(m=>{let S=typeof m=="function"?m(F(n)):m;return r(()=>S),c(!0),f(),u=setTimeout(v,t),S});return D(f),[o,p,{immediate:n,pending:i,flush:v,cancel:()=>{f(),c(!1)}}]}function Mr(e){return e!=null&&e!==""}function vn(e,t,n={}){let{delay:r=300,initialValue:o,shouldFetch:s=Mr}=n,[i,c,u]=kt(e,r),f=()=>s(i())?i():!1,[v,{refetch:p}]=pe(f,t,o===void 0?{}:{initialValue:o});return[v,{...u,query:i,setQuery:c,refetch:p}]}function He(e){if(typeof e=="function"&&!e.length){let t=e();return _e(t)?t:He(t)}if(Array.isArray(e)){let t=[];for(let n=0;n<e.length;n++){let r=He(e[n]);Array.isArray(r)?t.push.apply(t,r):t.push(r)}return t}return e}function We(e){let t=y(e);return de?y(()=>He(t()),void 0,{name:"children"}):y(()=>He(t()))}var Ge=ce();on((e,t)=>{let n=Ve(t,Ge);n&&(n.increment(),e.finally(()=>n.decrement()))});function Sn(){let[e,t]=b(0),n=0;return{increment:()=>t(n+=1),decrement:()=>t(n-=1),inFallback:()=>e()>0}}function xn(e,t){return le(Ge,e,t)}var gn=ce();un((e,t)=>{let n=Ve(t,gn);return n?(n.setError(e),!0):!1});function wn(){let[e,t]=b(void 0,{equals:!1});return{error:e,reset:()=>t(()=>{}),setError:r=>t(()=>r)}}function On(e,t){return le(gn,e,t)}var Rn={State:ue,Computed:K,subtle:{Watcher:ae,untrack:we,currentComputed:Jt,hasSinks:Zt}};var jr=Symbol.for("signal"),Nr=Symbol.for("fluixi-proxy");function Br(e,t){let[n,r]=b(e,t);return Object.assign(n,{set:r})}function Lr(e,t,n){return y(e,t,n)}function Vr(e,t){return U(e,t)}function An(...e){let[t,n]=pe(...e);return Object.assign(t,n)}var $r="__fluixi_signal_next_state__",Kr=e=>{typeof queueMicrotask=="function"?queueMicrotask(e):Promise.resolve().then(e)},l=globalThis[$r]??={consumer:null,untracked:!1,owner:null,queue:[],scheduled:!1,flushing:!1,batchDepth:0,hostSchedule:Kr,onSuspend:null,onError:null},Cn=0,_n=1,De=2,kn=class{constructor(){this.observers=null,this.watchers=null,this.version=0}updateIfNecessary(){}track(){if(l.untracked)return;let e=l.consumer;e&&((this.observers??=new Set).add(e),(e.sources??=new Set).add(this))}},Hr=class extends kn{constructor(e,t){super(),this._value=e,this._equals=t?.equals===!1?()=>!1:t?.equals??Object.is}get(){return this.track(),this._value}set(e){if(!this._equals(this._value,e)){if(this._value=e,this.version++,this.observers)for(let t of[...this.observers])t.markDirty(De);Et(this)}}peek(){return this._value}},En=class extends kn{constructor(e,t){super(),this._threw=!1,this._initialized=!1,this.state=De,this.sources=null,this._fn=e,this._equals=t?.equals===!1?()=>!1:t?.equals??Object.is}get(){if(l.consumer===this)throw new Error("Signal.Computed cannot read itself");if(this.track(),this.updateIfNecessary(),this._threw)throw this._error;return this._value}updateIfNecessary(){if(this.state===_n&&this.sources){for(let e of this.sources)if(e.updateIfNecessary(),this.state===De)break}(this.state===De||!this._initialized)&&this.recompute(),this.state=Cn}recompute(){if(this.sources){for(let i of this.sources)i.observers?.delete(this);this.sources.clear()}let e=l.consumer,t=l.untracked;l.consumer=this,l.untracked=!1;let n,r=!1,o;try{n=this._fn()}catch(i){r=!0,o=i,n=this._value}finally{l.consumer=e,l.untracked=t}let s=!this._initialized||this._threw!==r||(r?o!==this._error:!this._equals(this._value,n));if(this._initialized=!0,this._threw=r,this._error=o,this._value=n,s){if(this.version++,this.observers)for(let i of[...this.observers])i.markDirty(De);Et(this)}}markDirty(e){if(this.state>=e)return;let t=this.state===Cn;if(this.state=e,t){if(this.observers)for(let n of[...this.observers])n.markDirty(_n);Et(this)}}peek(){if(this.updateIfNecessary(),this._threw)throw this._error;return this._value}};function Et(e){if(e.watchers)for(let t of[...e.watchers])t._notify(e)}var Wr=class{constructor(e){this._watched=new Set,this._pending=new Set,this._notifyFn=e}watch(...e){for(let t of e)this._watched.add(t),(t.watchers??=new Set).add(this)}unwatch(...e){for(let t of e)this._watched.delete(t),t.watchers?.delete(this),this._pending.delete(t)}getPending(){let e=[...this._pending];return this._pending.clear(),e}_notify(e){if(!this._watched.has(e)||this._pending.has(e))return;let t=this._pending.size===0;this._pending.add(e),t&&this._notifyFn()}};function Gr(e){if(l.untracked)return e();l.untracked=!0;try{return e()}finally{l.untracked=!1}}function Pn(e){return{cleanups:null,owned:null,parent:e,contexts:null}}function Dn(e){let t=Symbol("context");return{id:t,defaultValue:e,Provider:n=>{let r=l.owner,o=Pn(r);(o.contexts=new Map).set(t,n.value),r&&(r.owned??=[]).push(o),l.owner=o;try{return n.children}finally{l.owner=r}}}}function Fn(e,t){let n=e;for(;n;){if(n.contexts&&n.contexts.has(t.id))return n.contexts.get(t.id);n=n.parent}return t.defaultValue}function zr(e){l.onSuspend=e}function Xr(e){return l.onSuspend?(l.onSuspend(e,l.owner),!0):!1}function Yr(e){l.onError=e}function Qr(){return l.owner}function In(e,t){let n=l.owner;l.owner=e;try{return t()}finally{l.owner=n}}function Pt(e,t=!0){if(!e.disposed){if(e.owned){for(let n=e.owned.length-1;n>=0;n--)Pt(e.owned[n]);e.owned=null}if(e.cleanups){for(let n=e.cleanups.length-1;n>=0;n--)e.cleanups[n]();e.cleanups=null}t&&(e.disposed=!0)}}function Jr(e){l.hostSchedule=e??(t=>{Promise.resolve().then(t)})}function Zr(e){e.queued||(e.queued=!0,l.queue.push(e),!l.scheduled&&l.batchDepth===0&&(l.scheduled=!0,l.hostSchedule(Dt)))}function Dt(){if(l.scheduled=!1,l.flushing)return;l.flushing=!0;let e=0;try{for(;l.queue.length;){if(++e>1e5)throw new Error("[fluixi] effect flush did not settle (cycle?)");let t=l.queue;l.queue=[];for(let n of t)n.queued=!1,n.disposed||n.run()}}finally{l.flushing=!1}}function eo(){l.batchDepth===0&&Dt()}function to(e){l.batchDepth++;try{return e()}finally{--l.batchDepth===0&&Dt()}}var no=class{constructor(e){this.queued=!1,this.disposed=!1,this.owner=Pn(l.owner),l.owner&&(l.owner.cleanups??=[]).push(()=>this.dispose()),this.computed=new En(()=>{Pt(this.owner,!1),In(this.owner,()=>{let t=e();typeof t=="function"&&(this.owner.cleanups??=[]).push(t)})}),this.watcher=new Wr(()=>Zr(this)),this.run(),this.watcher.watch(this.computed)}run(){if(!this.disposed){this.watcher.getPending();try{this.computed.get()}catch(e){if(e&&typeof e.then=="function"&&l.onSuspend){l.onSuspend(e,this.owner);return}if(l.onError&&l.onError(e,this.owner))return;throw e}}}dispose(){this.disposed||(this.disposed=!0,this.watcher.unwatch(this.computed),Pt(this.owner))}};function ro(e){let t=new no(e);return()=>t.dispose()}function oo(e){return!!e&&typeof e.then=="function"}Jr(()=>{});var qn=Symbol.for("signal"),so=Symbol.for("memo"),io=Symbol.for("signal-node");function Ft(e,t){let n=new Hr(e,{equals:t?.equals}),r=(()=>n.get()),o=(s=>{let i=typeof s=="function"?s(n.peek()):s;return n.set(i),eo(),i});return Object.defineProperty(r,qn,{value:!0,enumerable:!0}),Object.defineProperty(r,io,{value:{get value(){return n.peek()},get version(){return n.version}},enumerable:!1}),[r,o]}function ze(e,t,n){let r=t,o=Qr(),s=new En(()=>In(o,()=>{try{return r=e(r)}catch(c){if(oo(c))return Xr(c),r;throw c}}),{equals:n?.equals}),i=(()=>s.get());return Object.defineProperty(i,qn,{value:!0,enumerable:!0}),Object.defineProperty(i,so,{value:!0,enumerable:!0}),i}function Fe(e,t){let n=t;return ro(()=>{n=e(n)})}function It(e){return to(e)}function Un(e){return Gr(e)}var pi=typeof window>"u"?!1:window.__FLUIXI_PROD__===!0;var uo=Dn();zr((e,t)=>{let n=Fn(t,uo);n&&(n.increment(),e.finally(()=>n.decrement()))});var ao=Dn();Yr((e,t)=>{let n=Fn(t,ao);return n?(n.setError(e),!0):!1});var Xe=Symbol.for("fluixi-proxy");var qe=Symbol("store-raw"),Q=Symbol("store-node"),Mn=Symbol("store-has"),Qe=Symbol("store-self"),Je=Symbol("store-track"),Kn=Symbol("store-name"),Hn=Symbol("store-store"),jn=new WeakMap,Nn=new WeakMap;function Wn(e){let[t,n]=Ft(e),r=t;return r.$=n,r}function Ze(e){let t=jn.get(e);return t||jn.set(e,t={keys:new Map}),t}function Bn(e,t,n){let r=e.keys.get(t);return r||e.keys.set(t,r=Wn(n)),r}function Ln(e){let t=Ze(e);(t.all||(t.all=Wn()))()}function Vn(e,t){e.$(typeof t=="function"?()=>t:t)}function Gn(e){if(e==null||typeof e!="object")return!1;if(Array.isArray(e))return!0;let t=Object.getPrototypeOf(e);return t===Object.prototype||t===null}function Ye(e){if(!Gn(e))return e;let t=Nn.get(e);if(t)return t;let n=new Proxy(e,co);return Nn.set(e,n),n}var co={get(e,t,n){if(t===qe||t===Q)return e;if(t===Xe)return n;if(t===Mn)return i=>i in e;if(t==="__proxy")return!0;if(t===Je||t===Qe)return Ln(e),n;let r=e[t];if(typeof r=="function"&&!Object.prototype.hasOwnProperty.call(e,t))return r;let o=Object.getOwnPropertyDescriptor(e,t);if(o&&o.get)return o.get.call(n);let s=Bn(Ze(e),t,r)();return Gn(s)?Ye(s):s},set(){return!0},deleteProperty(e,t){return t in e&&Ie(e,t,void 0),!0},has(e,t){return t===qe||t===Xe||t===Q||t===Mn||t===Qe||t===Je?!0:(Bn(Ze(e),t,e[t])(),t in e)},ownKeys(e){return Ln(e),Reflect.ownKeys(e)},getOwnPropertyDescriptor(e,t){return Reflect.getOwnPropertyDescriptor(e,t)}};function Ie(e,t,n){if(e[t]===n&&(n!==void 0||t in e))return;let o=Array.isArray(e),s=o?e.length:0;n===void 0?delete e[t]:e[t]=n;let i=Ze(e),c=i.keys.get(t);if(c&&Vn(c,n),o&&e.length!==s){let u=i.keys.get("length");u&&Vn(u,e.length)}i.all&&i.all.$(void 0)}function $n(e,t){return typeof e=="function"?e(t):e}function Ut(e,t){for(let n of Object.keys(t)){let r=t[n],o=e[n];r&&typeof r=="object"&&!Array.isArray(r)&&o&&typeof o=="object"&&!Array.isArray(o)?Ut(o,r):Ie(e,n,r)}}function jt(e){let t=[],n=e.replace(/\[([^\]]*)\]/g,".$1");for(let r of n.split("."))r.length&&t.push(r);return t}function zn(e,t,n){let r=t.length-1;for(let s=0;s<r;s++){let i=t[s];if(i==="*"){let u=t.slice(s+1);if(Array.isArray(e))for(let f=0;f<e.length;f++)zn(e[f],u,n);return}let c=e[i];(c==null||typeof c!="object")&&(c=/^\d+$/.test(t[s+1])?[]:{},Ie(e,i,c)),e=c}let o=t[r];if(o==="*"){if(Array.isArray(e))for(let s=0;s<e.length;s++)Ie(e,s,$n(n,e[s]));return}Ie(e,o,$n(n,e[o]))}function qt(e,t,n){zn(e,jt(t),n)}function lo(e,t){let n=t[0];if(typeof n=="function"&&t.length===1){let r=n(e);r&&r!==e&&Ut(e,r);return}if(Array.isArray(n)&&t.length===1){for(let r of n)Array.isArray(r)&&qt(e,r[0],r[1]);return}if(n&&typeof n=="object"&&!Array.isArray(n)&&t.length===1){Ut(e,n);return}if(Array.isArray(t[1])&&t.length>=3){qt(e,`${n}.${t[1].join(".")}`,t[2]);return}qt(e,String(n),t[1])}function Mt(e){if(e==null||typeof e!="object")return e;if(Array.isArray(e))return e.map(Mt);let t={};for(let n of Object.keys(e))t[n]=Mt(e[n]);return t}function he(e,t){let n=e;for(let r of jt(t)){if(n==null)return;n=n[r]}return n}var H=class{constructor(t,n={immutable:!0}){this.options=n;this.root=t,this.set=((...r)=>It(()=>lo(this.root,r)))}get state(){return Ye(this.root)}get proxy(){return Ye(this.root)}get accessor(){return(()=>Ye(this.root))}unwrap(){return this.root}getNode(t){return this.root&&this.root[t]}get(t){if(t==null||t==="")return ye(this.state);let n=this.state;for(let r of jt(t)){if(n==null)return;n=n[r]}return ye(n)}select(t){return ze(()=>t(this.state))}subscribe(t){return Fe(()=>t(this.state))}watch(t,n){let r;return Fe(()=>{let o=t(this.state);Object.is(o,r)||(n(o,r),r=o)})}reactive(t){return ze(()=>this.state[t])}produce(t){this.set((n=>{let r=Mt(n);return t(r),r}))}reconcile(t,n={}){this.set(t)}push(t,...n){let r=he(this.root,t);this.set(t,r.concat(n))}pop(t){let n=he(this.root,t).slice(),r=n.pop();return this.set(t,n),r}shift(t){let n=he(this.root,t).slice(),r=n.shift();return this.set(t,n),r}splice(t,n,r,...o){let s=he(this.root,t).slice(),i=s.splice(n,r,...o);return this.set(t,s),i}insert(t,n,r){let o=he(this.root,t).slice();o.splice(n,0,r),this.set(t,o)}removeAt(t,n){let r=he(this.root,t).slice(),o=r.splice(n,1);return this.set(t,r),o}toObservable(){let[t]=Ft(this.state);return t.toObservable()}dispose(){}},fo=["get","select","watch","subscribe","produce","reconcile","push","pop","shift","splice","insert","removeAt","unwrap","toObservable"];function Xn(e,t){for(let n of fo)e[n]=t[n].bind(t);e.$=t.reactive.bind(t)}function Ue(e,t={immutable:!0}){let n=new H(e,t);return Xn(n.set,n),[n.proxy,n.set]}function Nt(e,t={}){return new H(e,{...t,immutable:!1})}function Yn(e,t={}){let n=new H(e(),t);return Fe(()=>n.set(e())),n}function Qn(e,t,n){return Fe(()=>n(t(e)))}function Jn(e,t,n){return ze(()=>t(e),void 0,n)}function Zn(e,t={}){let n=new H(e,t),r=(()=>n.proxy);return Xn(r,n),r}function ye(e){if(e==null||typeof e!="object")return e;let t=e[qe];return t!==void 0?t:e}function Bt(e){return Un(()=>ye(e))}function er(e){return et(e)}function tr(e){return et(e)?e[Q]:null}function nr(e){return e&&typeof e=="object"&&Q in e?e[Q]:null}function et(e){return!!e&&typeof e=="object"&&(Xe in e||e.__proxy===!0)}function rr(e){return e}var or=Object.freeze({createStore:Ue,createMutableStore:Nt,batch:It,unwrap:ye,untrackStore:Bt});function Lt(e){if(e==null||typeof e!="object")return e;if(Array.isArray(e))return e.map(Lt);let t={};for(let n of Object.keys(e))t[n]=Lt(e[n]);return t}function sr(e){return t=>{let n=Lt(t);return e(n),n}}function ir(e,t={}){return()=>e}function ur(e,t){let[n,r]=Ue(e,t);return new Proxy(n,{get:(o,s)=>s==="set"?r:o[s],has:(o,s)=>s==="set"||Reflect.has(o,s)})}function po(e,t,n){return y(()=>t(e()),void 0,n)}function ho(e,t,n){return y(()=>e().filter(t),void 0,n)}function yo(e,t,n,r){return y(()=>e().reduce(t,n),void 0,r)}function To(e,t,n){return y(()=>e().find(t),void 0,n)}function mo(e,t,n){return y(()=>e().some(t),void 0,n)}function bo(e,t,n){return y(()=>e().every(t),void 0,n)}function vo(e,t,n){return y(()=>[...e()].sort(t),void 0,n)}function So(e,t){return y(()=>[...new Set(e())],void 0,t)}function xo(e,t,n){return y(()=>{let r=e.map(o=>o());return t(r)},void 0,n)}function go(...e){return new j(t=>{let n=()=>e.map(o=>typeof o=="function"?o():o.get()),r=e.map(o=>typeof o=="function"&&o.subscribe?o.subscribe(()=>{t.next(n())}):typeof o!="function"?o.subscribe(()=>{t.next(n())}):U(()=>{t.next(n())}));return()=>{r.forEach(o=>{typeof o=="function"?o():o&&typeof o.unsubscribe=="function"&&o.unsubscribe()})}})}function wo(e,t,n){return y(()=>e()||t(),void 0,n)}function Oo(e,t,n,r){return y(()=>n(e(),t()),void 0,r)}function Ro(e,t,n){return y(()=>t(e()),void 0,{equals:n,internal:!0})}function Ao(e,t,n){return y(()=>{let r=e(),o={};for(let s of t)o[s]=r[s];return o},void 0,n)}function Co(e,t,n){return y(()=>{let o={...e()};for(let s of t)delete o[s];return o},void 0,n)}function _o(e,t,n,r){return y(()=>e()?t():n(),void 0,r)}function ko(e,t,n){return y(()=>e()?t():void 0,void 0,n)}function Eo(e,t,n){let[r,o]=b(e()),s;return y(()=>{let i=e();clearTimeout(s),s=setTimeout(()=>o(()=>i),t)}),r}function Po(e,t,n){let[r,o]=b(e()),s=0,i;return y(()=>{let c=e(),u=Date.now();u-s>=t?(s=u,o(()=>c)):(clearTimeout(i),i=setTimeout(()=>{s=Date.now(),o(()=>c)},t-(u-s)))}),r}function Do(e){let t=e;for(;typeof t=="function";)t=t();return t}var Fo=Symbol.for("signal");var ar=Symbol("fluixi-proxy"),Io=Symbol.for("signal-node"),Me=0,$t=1,ot=2,me=3,x=null,R=null,d=null,nt=null,rt=0,qo=!1,Vt=!1,Te=0,Uo=1e6,W=new WeakMap,tt=null;var Mo=new Map,jo=0;function No(){return`node_${++jo}_${Date.now()}`}function Bo(e){de&&Mo.set(e.id,new WeakRef(e))}function Lo(e,t,n){let r={id:No(),type:e,value:t,version:0,equals:n?.equals,name:n?.name,created:Date.now(),updated:Date.now()};return Bo(r),r}function Vo(e,t){return e===t}function lr(e){throw typeof console<"u"&&console.error("Reactive error:",e),e}function $o(e){if(d)d.indexOf(e)===-1&&d.push(e);else if(tt&&tt.running&&!e.pure)tt.effects.indexOf(e)===-1&&tt.effects.push(e);else if(!e.pure||e.computed)Ht(e);else if(e.pure&&!e.computed&&e.accessor){let t=R,n=d;R=null,d=[],e.accessor(),R=t;let r=d;if(d=n,r.length>0){let o=d;st(r),d=o}}}function cr(e,t){for(let n=0;n<e.length;n++)t(e[n])}function J(e,t){let n=e;typeof n=="object"&&n&&ar in n&&delete n[ar];let r=Lo("signal",n,{equals:t?.equals===!1?void 0:t?.equals,name:t?.name}),o=[i,c];W.set(o,new Set);let s;function i(){let u=R;if(u){u.sources?u.sources.indexOf(o)===-1&&u.sources.push(o):u.sources=[o];let f=W.get(o);f&&!f.has(u)&&f.add(u)}return n}function c(u){let f=typeof u=="function"?u(n):u,v=r.equals||Vo;if(t?.equals===!1||!v(n,f)){n=f,r.value=f,r.version++,r.updated=Date.now();let m=W.get(o);if(m&&m.size>0){let _=function(h,I=!1){let A=h.state;if(!(A===me&&h===R)){if(I&&!h.pure){A===Me&&(h.state=$t,qo&&(d!==null&&d.indexOf(h)===-1?d.push(h):O.push(h)));return}if(!g.has(h)&&(g.add(h),h.state=ot,A===Me||A===$t?O.push(h):!h.pure&&d!==null&&d.indexOf(h)===-1&&d.push(h),h.pure&&h.accessor)){let B=W.get(h.accessor);B&&cr(Array.from(B),k=>_(k,!0))}}};var p=_;let S=Array.from(m),O=[],g=new Set;cr(S,_);for(let h of O)$o(h)}}}return i.toObservable=()=>new j(u=>{let f=!0;return Kt(()=>{let p=i();f?f=!1:u.next(p)})}),Object.defineProperty(i,Fo,{value:!0,enumerable:!0}),Object.defineProperty(i,Io,{value:r,enumerable:!1}),o}function Kt(e,t,n){let r={fn:e,state:ot,sources:null,sourceSlots:null,owned:null,cleanups:null,owner:x,contexts:null,pure:!1,updatedAt:null};x&&(x.owned?x.owned.push(r):x.owned=[r]);let o=N&&Se(N);return o&&(r.suspense=o),fr(r,t),()=>be(r)}function fr(e,t){if(e.sources){for(let o of e.sources){let s=W.get(o);s&&s.delete(e)}e.sources=null,e.sourceSlots=null}if(e.owned){for(let o=0;o<e.owned.length;o++)be(e.owned[o]);e.owned=null}let n=R,r=x;if(R=e,x=e,rt++,rt>Uo)throw rt=0,R=n,x=r,new Error("Potential infinite loop detected. Exceeded maximum iterations.");try{e.state=me;let o=e.fn(t);typeof o=="function"&&(e.cleanups?e.cleanups.push(o):e.cleanups=[o]),e.state===me&&(e.state=Me)}catch(o){if(at(o)){let s=N&&Se(N);s&&(s.increment(),o.finally(()=>s.decrement()),e.suspense&&s.effects.push(e));return}lr(o)}finally{R=n,x=r}}function Ht(e){if(!(e.disposed||!e.fn||e.state===Me)&&(e.state===ot||e.state===$t||e.state===me)){if(e.cleanups){for(let t=0;t<e.cleanups.length;t++)e.cleanups[t]();e.cleanups=null}if(e.owned){for(let t=0;t<e.owned.length;t++)be(e.owned[t]);e.owned=null}e.renderEffect?pr(e):fr(e,e.value)}}function be(e){if(e.disposed=!0,e.sources)for(let t of e.sources){let n=W.get(t);n&&n.delete(e)}if(e.cleanups)for(let t=0;t<e.cleanups.length;t++)e.cleanups[t]();if(e.owned)for(let t=0;t<e.owned.length;t++)be(e.owned[t]);if(e.owner&&e.owner.owned){let t=e.owner.owned.indexOf(e);t!==-1&&e.owner.owned.splice(t,1)}}function st(e){let t=[],n=[];for(let o of e)o.pure&&!o.computed&&o.accessor?t.indexOf(o)===-1&&t.push(o):(o.computed||!o.pure)&&n.indexOf(o)===-1&&n.push(o);d=[];let r=0;for(;r<t.length;){let o=t[r++],s=W.get(o.accessor);if(s&&s.size>0){let c=R;R=null,o.accessor(),R=c}let i=d.splice(0);for(let c of i)c.pure&&!c.computed&&c.accessor?t.indexOf(c)===-1&&t.push(c):(c.computed||!c.pure)&&n.indexOf(c)===-1&&n.push(c)}d=null;for(let o of n)(o.computed||!o.pure)&&Ht(o)}function Z(e){if(d&&Te>0)return e();if(d&&Te===0){let t=d,n=[];d=n,Te++;let r;try{r=e()}finally{Te--,d=t}let o=d;return st(n),d=o,r}Te++,d=[],nt=[];try{return e()}finally{Te--,Ko()}}function Ko(){if(!Vt){Vt=!0,rt=0;try{for(;d&&d.length>0;){let e=d;d=null,st(e)}if(d=null,nt){let e=nt;nt=null;for(let t=0;t<e.length;t++)Ht(e[t])}}finally{Vt=!1}}}function ve(e){let t=R;R=null;try{return e()}finally{R=t}}function dr(e){x&&(x.cleanups?x.cleanups.push(e):x.cleanups=[e])}function Ho(e){let t=Symbol("context"),n=Wo(t);return{id:t,Provider:n,defaultValue:e}}function Wo(e){return t=>{let n=x;for(;n;)n.contexts||(n.contexts=new Map),n.contexts.has(e)||n.contexts.set(e,t.value),n=n.owner;let r;return Go(()=>{r=ve(()=>{let o=x;return o&&(o.contexts||(o.contexts=new Map),o.contexts.set(e,t.value)),We(()=>t.children)})}),r}}function Se(e){let t=x;for(;t;){if(t.contexts&&t.contexts.has(e.id))return t.contexts.get(e.id);t=t.owner}if(e)return e.defaultValue}function Go(e,t,n){let r={fn:e,state:ot,sources:null,sourceSlots:null,value:t,owned:null,cleanups:null,owner:x,contexts:null,pure:!1,updatedAt:null,renderEffect:!0};x&&(x.owned?x.owned.push(r):x.owned=[r]);let o=N&&Se(N);return o&&(r.suspense=o),pr(r),()=>be(r)}function pr(e){if(e.sources){for(let o of e.sources){let s=W.get(o);s&&s.delete(e)}e.sources=null,e.sourceSlots=null}if(e.cleanups){for(let o=0;o<e.cleanups.length;o++)e.cleanups[o]();e.cleanups=null}if(e.owned){for(let o=0;o<e.owned.length;o++)be(e.owned[o]);e.owned=null}let t=R,n=x,r=d;R=e,x=e,d===null&&(d=[]),e.state=me;try{let o=e.fn(e.value);typeof o=="function"&&(e.cleanups||(e.cleanups=[]),e.cleanups.push(o)),e.value=o,e.state===me&&(e.state=Me)}catch(o){if(at(o)){let s=N&&Se(N);s&&(s.increment(),o.finally(()=>s.decrement()),e.suspense&&s.effects.push(e));return}lr(o)}finally{R=t,x=n;let o=d;if(d=r,o!==r&&o&&o.length>0){let s=d;st(o),d=s}}}var N;function hr(){return N||(N=Ho())}var te=new Map,ee=new Map,zo=0,Xo=Symbol.for("signal"),Yo=Symbol.for("resource");function Qo(e,t,n={}){let r,o,s;typeof t=="function"?(r=e,o=t,s=n):(r=()=>!0,o=e,s=t??n);let{ttl:i=1/0,name:c=`_auto_${zo++}`,staleWhileRevalidate:u=!0}=s,f=c,v=T=>`${f}:${JSON.stringify(T)}`,p=T=>i===1/0||Date.now()-T.timestamp<=i,[m,S]=J(void 0,{equals:!1}),[O,g]=J("unresolved",{equals:!1}),[_,h]=J(void 0,{equals:!1}),[I,A]=J(void 0,{equals:!1}),[B,k]=J(!1),[C,q]=J(0,{equals:!1}),$=Symbol("unset"),G=$,xe=!1,ne=!1;function M(T,E,P,L){if(ee.has(E)){ee.get(E).then(w=>{L()||z(w,P)},w=>{!L()&&!P&&Wt(w)}),P||A(ee.get(E));return}let re=Promise.resolve(o(T)).then(w=>(te.set(E,{value:w,timestamp:Date.now()}),ee.delete(E),w),w=>{throw ee.delete(E),w});if(ee.set(E,re),!P){Y(re),A(re);let w=je&&Se(je);w&&(w.increment(),re.finally(()=>w.decrement()))}re.then(w=>{L()||z(w,P)},w=>{!L()&&!P&&Wt(w)})}function z(T,E){Z(()=>{S(()=>T),g("ready"),k(!1),A(void 0),h(void 0)})}function Wt(T){Z(()=>{h(T),g("errored"),A(void 0)})}let je;Kt(()=>{je===void 0&&(je=hr());let T=r();if(C(),T===!1||T===null||T===void 0){G=$,Z(()=>{g("unresolved"),A(void 0),h(void 0)});return}let E=xe,P=ne;xe=!1,ne=!1;let L=v(T);P&&te.delete(L);let re=G===$||T!==G;G=T;let w=!1;dr(()=>{w=!0});let oe=te.get(L);if(oe&&p(oe)&&!E&&!P){(ve(O)!=="ready"||ve(m)!==oe.value)&&Z(()=>{S(()=>oe.value),g("ready"),k(!1),h(void 0)});return}if(oe&&u&&!P){Z(()=>{S(()=>oe.value),g("ready"),k(!0),h(void 0),A(void 0)}),M(T,L,!0,()=>w);return}let Gt=ve(O),yr=Gt==="ready"||Gt==="refreshing";Z(()=>{g(yr?"refreshing":"pending"),h(void 0),k(!1)}),M(T,L,!1,()=>w)});let Ne=(()=>{let T=_();if(T)throw T;if(O()==="pending"){let P=I();if(P)throw P}return m()});return Object.defineProperty(Ne,Yo,{value:!0,enumerable:!0}),Object.defineProperty(Ne,Xo,{value:!0,enumerable:!0}),Object.defineProperties(Ne,{state:{get:O},loading:{get:()=>{let T=O();return T==="pending"||T==="refreshing"}},error:{get:_},latest:{get:m},stale:{get:B}}),[Ne,{mutate:S,refetch:()=>{xe=!0,q(T=>T+1)},invalidate:()=>{let T=ve(r);T!=null&&T!==!1&&te.delete(v(T)),ne=!0,q(E=>E+1)}}]}function Jo(e){let t=`${e}:`;for(let n of te.keys())n.startsWith(t)&&te.delete(n)}function Zo(){te.clear(),ee.clear()}return xr(es);})();
|
|
1
|
+
"use strict";var Fluixi=(()=>{var it=Object.defineProperty;var Tr=Object.getOwnPropertyDescriptor;var mr=Object.getOwnPropertyNames;var br=Object.prototype.hasOwnProperty;var vr=(e,t)=>{for(var n in t)it(e,n,{get:t[n],enumerable:!0})},Sr=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of mr(t))!br.call(e,o)&&o!==n&&it(e,o,{get:()=>t[o],enumerable:!(r=Tr(t,o))||r.enumerable});return e};var xr=e=>Sr(it({},"__esModule",{value:!0}),e);var es={};vr(es,{$NAME:()=>Kn,$NODE:()=>Q,$PROXY:()=>Nr,$RAW:()=>qe,$SELF:()=>Qe,$SIGNAL:()=>jr,$STORE:()=>Hn,$TRACK:()=>Je,Observable:()=>j,SafeSubscriber:()=>Be,Signal:()=>Rn,Store:()=>H,StoreAPI:()=>or,Subject:()=>ct,Subscriber:()=>ie,Subscription:()=>se,SuspenseContext:()=>Ge,VERSION:()=>zt,__DEV__:()=>de,batch:()=>V,clearAllCachedResources:()=>Zo,clearCachedResourceNamespace:()=>Jo,combineSignal:()=>xo,combineSignals:()=>go,createCachedResource:()=>Qo,createChildOwner:()=>en,createComputed:()=>fn,createComputedStore:()=>Yn,createContext:()=>ce,createDebounce:()=>bn,createDebouncedResource:()=>vn,createDebouncedSignal:()=>kt,createDeferred:()=>mn,createEffect:()=>U,createErrorBoundary:()=>wn,createMemo:()=>y,createMutableStore:()=>Nt,createRenderEffect:()=>dn,createResource:()=>pe,createRoot:()=>X,createSelector:()=>Tn,createSignal:()=>b,createStore:()=>Ue,createStoreEffect:()=>Qn,createStoreMemo:()=>Jn,createSuspenseBoundary:()=>Sn,debounceSignal:()=>Eo,disposeScope:()=>tn,distinctSignal:()=>So,effect:()=>Vr,everySignal:()=>bo,filterSignal:()=>ho,findSignal:()=>To,flush:()=>hn,getNode:()=>tr,getOwner:()=>Ae,getServerData:()=>ke,getStoreNode:()=>nr,guardSignal:()=>ko,indexArray:()=>Pr,isComponent:()=>mt,isMemo:()=>yt,isOwnerDisposed:()=>nn,isProvider:()=>vt,isResource:()=>Tt,isSignal:()=>_e,isStore:()=>er,isStoreProxy:()=>et,isSuspense:()=>bt,keyArray:()=>Er,makeArrayFlat:()=>Ke,mapArray:()=>kr,mapSignal:()=>po,memo:()=>Lr,mergeSignal:()=>wo,modifiable:()=>rr,nextResourceId:()=>Ee,omitSignal:()=>Co,on:()=>yn,onCleanup:()=>D,operate:()=>gr,pickSignal:()=>Ao,produceUtil:()=>sr,provide:()=>le,provideErrorBoundary:()=>On,provideSuspense:()=>xn,readChildren:()=>We,readSignal:()=>Do,reconcileUtil:()=>ir,reduceSignal:()=>yo,reportResourceData:()=>Pe,resource:()=>An,runWithOwner:()=>fe,selectSignal:()=>Ro,setOwner:()=>dt,setResourceDataSink:()=>Ct,setResourceIdSource:()=>At,setResourceTracker:()=>Ot,setServerDataGetter:()=>Rt,signal:()=>Br,someSignal:()=>mo,sortSignal:()=>vo,startTransition:()=>ht,store:()=>ur,throttleSignal:()=>Po,trackResourcePromise:()=>Y,untrack:()=>F,untrackStore:()=>Bt,unwrap:()=>ye,useContext:()=>rn,useTransition:()=>pn,whenSignal:()=>_o,wrap:()=>Zn,zipSignal:()=>Oo});var zt="1.0.0-alpha.82";function ut(e){return typeof e=="function"&&!/^class\s/.test(Function.prototype.toString.call(e))}function Xt(e){return e==null||Array.isArray(e)||typeof e=="function"||e instanceof Date||e instanceof RegExp||e instanceof Map||e instanceof Set||e instanceof Error?!1:typeof e=="object"}function at(e){return e instanceof Promise||!!e&&(typeof e=="object"||typeof e=="function")&&"then"in e}var se=class e{constructor(t){this._closed=!1;this._parentOrParents=null;this._subscriptions=null;t&&(this._subscriptions=[t])}get closed(){return this._closed}unsubscribe(){if(this._closed)return;this._closed=!0;let{_parentOrParents:t,_subscriptions:n}=this;if(t instanceof e)t.remove(this);else if(t!==null)for(let r of t)r.remove(this);if(n){for(let r of n)if(ut(r)&&!(r instanceof e))try{r()}catch(o){console.error("Error in unsubscribe function:",o)}else if(Xt(r)&&typeof r.unsubscribe=="function")try{r.unsubscribe()}catch(o){console.error("Error unsubscribing child:",o)}this._subscriptions=null}}add(t){if(!t||t===this)return this;if(t.closed)return this;let{_closed:n,_subscriptions:r}=this;if(n){if(ut(t))try{t()}catch(o){console.error("Error in unsubscribe function:",o)}else if(t.unsubscribe)try{t.unsubscribe()}catch(o){console.error("Error unsubscribing:",o)}return this}return r||(this._subscriptions=[]),this._subscriptions.push(t),t instanceof e&&t._addParent(this),this}remove(t){let{_subscriptions:n}=this;if(!n)return;let r=n.indexOf(t);r!==-1&&(n.splice(r,1),t._removeParent(this))}_addParent(t){let{_parentOrParents:n}=this;n?Array.isArray(n)?n.push(t):this._parentOrParents=[n,t]:this._parentOrParents=t}_removeParent(t){let{_parentOrParents:n}=this;if(n===t)this._parentOrParents=null;else if(Array.isArray(n)){let r=n.indexOf(t);r!==-1&&(n.splice(r,1),n.length===1&&(this._parentOrParents=n[0]))}}};var ie=class extends se{constructor(n,r,o){super();this.isStopped=!1;let s;n?typeof n=="object"?s=n:s={next:n,error:r,complete:o}:s={},this.destination=s}next(n){if(!this.isStopped&&this.destination.next)try{this.destination.next(n)}catch(r){this.error(r)}}error(n){if(!this.isStopped){if(this.isStopped=!0,this.destination.error)try{this.destination.error(n)}catch(r){throw r}else throw n;this.unsubscribe()}}complete(){if(!this.isStopped){if(this.isStopped=!0,this.destination.complete)try{this.destination.complete()}catch(n){this.error(n);return}this.unsubscribe()}}unsubscribe(){this.closed||(this.isStopped=!0,super.unsubscribe())}},Be=class extends ie{constructor(n,r,o,s){super(n,r,o);this._isUnsubscribing=!1;this._parentSubscriber=null;this._parentSubscriber=s||null}next(n){if(!this.isStopped&&!this._isUnsubscribing)try{super.next(n)}catch(r){this.error(r)}}error(n){if(!this.isStopped&&!this._isUnsubscribing){this._isUnsubscribing=!0;try{super.error(n)}finally{this._isUnsubscribing=!1}}}complete(){if(!this.isStopped&&!this._isUnsubscribing){this._isUnsubscribing=!0;try{super.complete()}finally{this._isUnsubscribing=!1}}}unsubscribe(){this.closed||(this._isUnsubscribing=!0,super.unsubscribe(),this._isUnsubscribing=!1)}};function gr(e){return new ie(e.next,e.error,e.complete)}var j=class extends se{constructor(t){if(super(),t)this._subscribe=t;else throw new TypeError("Observable constructor requires a subscribe function")}subscribe(t,n,r){let o;t instanceof ie?o=t:o=new Be(t,n,r);let{_subscribe:s}=this;try{let i=s.call(this,o);i&&(typeof i=="function"||typeof i.unsubscribe=="function")&&o.add(i)}catch(i){o.error(i)}return o}pipe(...t){return t.length===0?this:t.reduce((n,r)=>r(n),this)}toPromise(){return new Promise((t,n)=>{let r;this.subscribe({next:o=>r=o,error:n,complete:()=>t(r)})})}};var ct=class extends j{constructor(){super(n=>{if(this.closed)throw new Error("Subject has been closed");if(this.hasError)n.error(this.thrownError);else if(this.isStopped)n.complete();else return this.observers.push(n),()=>{let r=this.observers.indexOf(n);r!==-1&&this.observers.splice(r,1)}});this.observers=[];this.isStopped=!1;this.hasError=!1;this.thrownError=null}next(n){if(this.isStopped)return;let{observers:r}=this,o=r.length,s=r.slice();for(let i=0;i<o;i++)s[i].next?.(n)}error(n){if(this.isStopped)return;this.hasError=!0,this.thrownError=n,this.isStopped=!0;let{observers:r}=this;this.observers=[];let o=r.length,s=r.slice();for(let i=0;i<o;i++)s[i].error?.(n)}complete(){if(this.isStopped)return;this.isStopped=!0;let{observers:n}=this;this.observers=[];let r=n.length,o=n.slice();for(let s=0;s<r;s++)o[s].complete?.()}unsubscribe(){this.isStopped=!0,this.observers=[]}asObservable(){return new j(r=>this.subscribe(r))}};var wr="__fluixi_signal_next_state__",Or=e=>{typeof queueMicrotask=="function"?queueMicrotask(e):Promise.resolve().then(e)},a=globalThis[wr]??={consumer:null,untracked:!1,owner:null,queue:[],scheduled:!1,flushing:!1,batchDepth:0,hostSchedule:Or,onSuspend:null,onError:null};var Yt=0,Qt=1,ge=2,Le=class{constructor(){this.observers=null;this.watchers=null;this.version=0}updateIfNecessary(){}track(){if(a.untracked)return;let t=a.consumer;t&&((this.observers??=new Set).add(t),(t.sources??=new Set).add(this))}},ue=class extends Le{constructor(t,n){super(),this._value=t,this._equals=n?.equals===!1?()=>!1:n?.equals??Object.is}get(){return this.track(),this._value}set(t){if(!this._equals(this._value,t)){if(this._value=t,this.version++,this.observers)for(let n of[...this.observers])n.markDirty(ge);lt(this)}}peek(){return this._value}},K=class extends Le{constructor(n,r){super();this._threw=!1;this._initialized=!1;this.state=ge;this.sources=null;this._fn=n,this._equals=r?.equals===!1?()=>!1:r?.equals??Object.is}get(){if(a.consumer===this)throw new Error("Signal.Computed cannot read itself");if(this.track(),this.updateIfNecessary(),this._threw)throw this._error;return this._value}updateIfNecessary(){if(this.state===Qt&&this.sources){for(let n of this.sources)if(n.updateIfNecessary(),this.state===ge)break}(this.state===ge||!this._initialized)&&this.recompute(),this.state=Yt}recompute(){if(this.sources){for(let u of this.sources)u.observers?.delete(this);this.sources.clear()}let n=a.consumer,r=a.untracked;a.consumer=this,a.untracked=!1;let o,s=!1,i;try{o=this._fn()}catch(u){s=!0,i=u,o=this._value}finally{a.consumer=n,a.untracked=r}let c=!this._initialized||this._threw!==s||(s?i!==this._error:!this._equals(this._value,o));if(this._initialized=!0,this._threw=s,this._error=i,this._value=o,c){if(this.version++,this.observers)for(let u of[...this.observers])u.markDirty(ge);lt(this)}}markDirty(n){if(this.state>=n)return;let r=this.state===Yt;if(this.state=n,r){if(this.observers)for(let o of[...this.observers])o.markDirty(Qt);lt(this)}}peek(){if(this.updateIfNecessary(),this._threw)throw this._error;return this._value}};function lt(e){if(e.watchers)for(let t of[...e.watchers])t._notify(e)}var ae=class{constructor(t){this._watched=new Set;this._pending=new Set;this._notifyFn=t}watch(...t){for(let n of t)this._watched.add(n),(n.watchers??=new Set).add(this)}unwatch(...t){for(let n of t)this._watched.delete(n),n.watchers?.delete(this),this._pending.delete(n)}getPending(){let t=[...this._pending];return this._pending.clear(),t}_notify(t){if(!this._watched.has(t)||this._pending.has(t))return;let n=this._pending.size===0;this._pending.add(t),n&&this._notifyFn()}};function we(e){if(a.untracked)return e();a.untracked=!0;try{return e()}finally{a.untracked=!1}}function Jt(){return a.consumer}function Zt(e){return!!(e.observers&&e.observers.size)||!!(e.watchers&&e.watchers.size)}function en(e){let t=Re(e);return e&&(e.owned??=[]).push(t),t}function tn(e,t=!0){Oe(e,t)}function nn(e){return!!e&&e.disposed===!0}function Re(e){return{cleanups:null,owned:null,parent:e,contexts:null}}function ce(e){let t=Symbol("context");return{id:t,defaultValue:e,Provider:r=>{let o=a.owner,s=Re(o);(s.contexts=new Map).set(t,r.value),o&&(o.owned??=[]).push(s),a.owner=s;try{return r.children}finally{a.owner=o}}}}function rn(e){let t=a.owner;for(;t;){if(t.contexts&&t.contexts.has(e.id))return t.contexts.get(e.id);t=t.parent}return e.defaultValue}function Ve(e,t){let n=e;for(;n;){if(n.contexts&&n.contexts.has(t.id))return n.contexts.get(t.id);n=n.parent}return t.defaultValue}function le(e,t,n){let r=Re(a.owner);(r.contexts=new Map).set(e.id,t),a.owner&&(a.owner.owned??=[]).push(r);let o=a.owner;a.owner=r;try{return n()}finally{a.owner=o}}function on(e){a.onSuspend=e}function sn(e){return a.onSuspend?(a.onSuspend(e,a.owner),!0):!1}function un(e){a.onError=e}function Ae(){return a.owner}function dt(e){let t=a.owner;return a.owner=e,t}function fe(e,t){let n=a.owner;a.owner=e;try{return t()}finally{a.owner=n}}function D(e){if(a.owner){if(a.owner.disposed){e();return}(a.owner.cleanups??=[]).push(e)}}function Oe(e,t=!0){if(!e.disposed){if(e.owned){for(let n=e.owned.length-1;n>=0;n--)Oe(e.owned[n]);e.owned=null}if(e.cleanups){for(let n=e.cleanups.length-1;n>=0;n--)e.cleanups[n]();e.cleanups=null}t&&(e.disposed=!0)}}function X(e){let t=Re(a.owner);a.owner&&(a.owner.owned??=[]).push(t);let n=a.owner;a.owner=t;try{return e(()=>Oe(t))}finally{a.owner=n}}function an(e){a.hostSchedule=e??(t=>{Promise.resolve().then(t)})}function Rr(e){e.queued||(e.queued=!0,a.queue.push(e),!a.scheduled&&a.batchDepth===0&&(a.scheduled=!0,a.hostSchedule(Ce)))}function Ce(){if(a.scheduled=!1,a.flushing)return;a.flushing=!0;let e=0;try{for(;a.queue.length;){if(++e>1e5)throw new Error("[fluixi] effect flush did not settle (cycle?)");let t=a.queue;a.queue=[];for(let n of t)n.queued=!1,n.disposed||n.run()}}finally{a.flushing=!1}}function cn(){a.batchDepth===0&&Ce()}function pt(e){a.batchDepth++;try{return e()}finally{--a.batchDepth===0&&Ce()}}var ft=class{constructor(t){this.queued=!1;this.disposed=!1;this.owner=Re(a.owner),a.owner&&(a.owner.cleanups??=[]).push(()=>this.dispose()),this.computed=new K(()=>{Oe(this.owner,!1),fe(this.owner,()=>{let n=t();typeof n=="function"&&(this.owner.cleanups??=[]).push(n)})}),this.watcher=new ae(()=>Rr(this)),this.run(),this.watcher.watch(this.computed)}run(){if(!this.disposed){this.watcher.getPending();try{this.computed.get()}catch(t){if(t&&typeof t.then=="function"&&a.onSuspend){a.onSuspend(t,this.owner);return}if(a.onError&&a.onError(t,this.owner))return;throw t}}}dispose(){this.disposed||(this.disposed=!0,this.watcher.unwatch(this.computed),Oe(this.owner))}};function $e(e){let t=new ft(e);return()=>t.dispose()}function Ar(e){return!!e&&typeof e.then=="function"}an(()=>{});var ln=Symbol.for("signal"),Cr=Symbol.for("memo"),_r=Symbol.for("signal-node");function b(e,t){let n=new ue(e,{equals:t?.equals}),r=(()=>n.get()),o=(s=>{let i=typeof s=="function"?s(n.peek()):s;return n.set(i),cn(),i});return Object.defineProperty(r,ln,{value:!0,enumerable:!0}),Object.defineProperty(r,_r,{value:{get value(){return n.peek()},get version(){return n.version}},enumerable:!1}),[r,o]}function y(e,t,n){let r=t,o=Ae(),s=new K(()=>fe(o,()=>{try{return r=e(r)}catch(c){if(Ar(c))return sn(c),r;throw c}}),{equals:n?.equals}),i=(()=>s.get());return Object.defineProperty(i,ln,{value:!0,enumerable:!0}),Object.defineProperty(i,Cr,{value:!0,enumerable:!0}),i}function U(e,t){let n=t;return $e(()=>{n=e(n)})}function fn(e,t){let n=t;$e(()=>{n=e(n)})}function dn(e,t){let n=t;return $e(()=>{n=e(n)})}function V(e){return pt(e)}function F(e){return we(e)}function ht(e){return pt(e),Promise.resolve()}function pn(){return[()=>!1,ht]}function hn(){return Ce(),Promise.resolve()}function yn(e,t,n){let r=Array.isArray(e),o,s=n?.defer??!1;return i=>{let c=r?e.map(f=>f()):e();if(s){s=!1,o=c;return}let u=we(()=>t(c,o,i));return o=c,u}}function kr(e,t,n){let r=[];return D(()=>{for(let o of r)o.dispose();r=[]}),y(()=>{let o=e()||[];return F(()=>{if(o.length===0){for(let u of r)u.dispose();return r=[],n?.fallback?n.fallback():[]}let s=new Map;for(let u of r)s.has(u.item)||s.set(u.item,u);let i=[],c=new Set;for(let u=0;u<o.length;u++){let f=o[u],v=s.get(f);if(v&&!c.has(v))v.setIndex(u),i.push(v),c.add(v);else{let p,m,S;X(g=>{S=g;let[_,h]=b(u);m=h,p=t(f,_)});let O={item:f,rendered:p,dispose:S,setIndex:m};i.push(O),c.add(O)}}for(let u of r)c.has(u)||u.dispose();return r=i,i.map(u=>u.rendered)})})}function Er(e,t,n,r){let o=[],s=[];return D(()=>{for(let i of s)i.dispose();o=[],s=[]}),y(()=>{let i=e()||[];return F(()=>{if(i.length===0){for(let p of s)p.dispose();return o=[],s=[],r?.fallback?r.fallback():[]}let c=new Map;for(let p=0;p<o.length;p++)c.set(o[p],s[p]);let u=[],f=[],v=new Set;for(let p=0;p<i.length;p++){let m=t(i[p]),S=c.get(m);if(S&&!v.has(m))S.setIndex(p),u.push(S);else{let O,g,_;X(h=>{_=h;let[I,A]=b(p);g=A;let B=y(k=>{let q=(e()||[])[I()];return q??k},i[p]);O=n(B,I)}),u.push({rendered:O,dispose:_,setIndex:g})}f.push(m),v.add(m)}for(let[p,m]of c)v.has(p)||m.dispose();return o=f,s=u,u.map(p=>p.rendered)})})}function Pr(e,t,n){let r=[];return D(()=>{for(let o of r)o.dispose();r=[]}),y(()=>{let o=e()||[];return F(()=>{if(o.length===0){for(let u of r)u.dispose();return r=[],n?.fallback?n.fallback():[]}let s=r.length,i=o.length;for(let u=s;u<i;u++){let f,v,p,m=o[u];X(S=>{p=S;let[O,g]=b(m);v=g,f=t(O,u)}),r.push({rendered:f,setItem:v,dispose:p})}for(let u=i;u<s;u++)r[u].dispose();i<s&&(r=r.slice(0,i));let c=Math.min(s,i);for(let u=0;u<c;u++)r[u].setItem(o[u]);return r.map(u=>u.rendered)})})}var Dr=typeof window>"u"?!1:window.__FLUIXI_PROD__===!0,de=typeof process>"u"?Dr:!1,Fr=Symbol.for("signal"),Ir=Symbol.for("memo"),qr=Symbol.for("resource");function _e(e){return typeof e=="function"&&e[Fr]===!0}function yt(e){return typeof e=="function"&&e[Ir]===!0}function Tt(e){return typeof e=="function"&&e[qr]===!0}function mt(e){return typeof e=="function"&&e[Symbol.for("fluixi-component")]===!0}function bt(e){return typeof e=="function"&&e[Symbol.for("fluixi-suspense")]===!0}function vt(e){return typeof e=="function"&&e[Symbol.for("fluixi-provider")]===!0}function Ke(e){return Array.isArray(e)?e.length===2&&e[1]===" "?Array.isArray(e[0])?Ke(e[0]):(typeof e[0]=="function",e[0]):e.length===1&&typeof e[0]=="function"?e[0]:e:e}var St=null;function Ot(e){St=e}function Y(e){St&&St(e)}var xt=null;function Rt(e){xt=e}function ke(e){return xt?xt(e):void 0}var gt=null;function At(e){gt=e}function Ee(){return gt?gt():void 0}var wt=null;function Ct(e){wt=e}function Pe(e,t){wt&&wt(e,t)}function Tn(e,t=(n,r)=>n===r){let n=new Map;return U(()=>{let r=e();for(let[o,s]of n){let[i,c]=s,u=t(o,r);i()!==u&&c(u)}}),r=>{let o=n.get(r);if(!o){let[s,i]=b(!1);o=[s,i],n.set(r,o);let c=e();i(t(r,c))}return o[0]()}}function mn(e,t){let[n,r]=b(e(),t);return U(()=>{let o=e();t?.timeoutMs?setTimeout(()=>r(()=>o),t.timeoutMs):typeof requestIdleCallback=="function"?requestIdleCallback(()=>r(()=>o)):Promise.resolve().then(()=>r(()=>o))}),n}function bn(e,t){let n,r=(...o)=>{n!==void 0&&clearTimeout(n),n=setTimeout(()=>{n=void 0,e(...o)},t)};return D(()=>{n!==void 0&&clearTimeout(n)}),r}function Ur(e){return!!e&&typeof e.then=="function"}var _t=Symbol();function pe(e,t,n={}){let r,o;typeof t=="function"?(r=typeof e=="function"?e:()=>e,o=t):(r=()=>!0,o=e,t&&typeof t=="object"&&(n=t));let s=n.transport===!1?void 0:Ee(),i=s!==void 0?ke(s):void 0,c=i!==void 0,[u,f]=b(i!==void 0?i.value:n.initialValue,{equals:!1}),[v,p]=b(void 0,{equals:!1}),[m,S]=b(i!==void 0||n.initialValue!==void 0?"ready":"unresolved",{equals:!1}),[O,g]=b(void 0,{equals:!1}),[_,h]=b(void 0,{equals:!1}),I=_t,A=!1;U(()=>{let C=r();if(_(),C===!1||C===null||C===void 0){I=_t,V(()=>{S("unresolved"),g(void 0),p(void 0)});return}let q=A;if(A=!1,I!==_t&&C===I&&!q)return;if(I=C,c){c=!1;return}let $=!1;D(()=>$=!0);let G=F(m),xe=F(u),ne=G==="ready"||G==="refreshing";V(()=>{S(ne?"refreshing":"pending"),p(void 0)});try{let M=o(C,{value:xe,refetching:ne});Ur(M)?(g(M),Y(M),M.then(z=>{$||(s!==void 0&&Pe(s,z),V(()=>{f(()=>z),S("ready"),g(void 0)}))},z=>{$||V(()=>{p(z),S("errored"),g(void 0)})})):V(()=>{f(()=>M),S("ready"),g(void 0)})}catch(M){if($)return;V(()=>{p(M),S("errored"),g(void 0)})}});let B=()=>{let C=m();return C==="pending"||C==="refreshing"},k=(()=>{let C=v();if(C)throw C;if(B()){let q=O();if(q)throw q}return u()});return Object.defineProperties(k,{state:{get:m},loading:{get:B},error:{get:v},latest:{get:u}}),Object.defineProperty(k,Symbol.for("resource"),{value:!0,enumerable:!0}),Object.defineProperty(k,Symbol.for("signal"),{value:!0,enumerable:!0}),[k,{mutate:f,refetch:()=>{A=!0,h(void 0)}}]}function kt(e,t=300){let[n,r]=b(e),[o,s]=b(e),[i,c]=b(!1),u,f=()=>{u!==void 0&&(clearTimeout(u),u=void 0)},v=()=>{f();let m=F(n);return s(()=>m),c(!1),m},p=(m=>{let S=typeof m=="function"?m(F(n)):m;return r(()=>S),c(!0),f(),u=setTimeout(v,t),S});return D(f),[o,p,{immediate:n,pending:i,flush:v,cancel:()=>{f(),c(!1)}}]}function Mr(e){return e!=null&&e!==""}function vn(e,t,n={}){let{delay:r=300,initialValue:o,shouldFetch:s=Mr}=n,[i,c,u]=kt(e,r),f=()=>s(i())?i():!1,[v,{refetch:p}]=pe(f,t,o===void 0?{}:{initialValue:o});return[v,{...u,query:i,setQuery:c,refetch:p}]}function He(e){if(typeof e=="function"&&!e.length){let t=e();return _e(t)?t:He(t)}if(Array.isArray(e)){let t=[];for(let n=0;n<e.length;n++){let r=He(e[n]);Array.isArray(r)?t.push.apply(t,r):t.push(r)}return t}return e}function We(e){let t=y(e);return de?y(()=>He(t()),void 0,{name:"children"}):y(()=>He(t()))}var Ge=ce();on((e,t)=>{let n=Ve(t,Ge);n&&(n.increment(),e.finally(()=>n.decrement()))});function Sn(){let[e,t]=b(0),n=0;return{increment:()=>t(n+=1),decrement:()=>t(n-=1),inFallback:()=>e()>0}}function xn(e,t){return le(Ge,e,t)}var gn=ce();un((e,t)=>{let n=Ve(t,gn);return n?(n.setError(e),!0):!1});function wn(){let[e,t]=b(void 0,{equals:!1});return{error:e,reset:()=>t(()=>{}),setError:r=>t(()=>r)}}function On(e,t){return le(gn,e,t)}var Rn={State:ue,Computed:K,subtle:{Watcher:ae,untrack:we,currentComputed:Jt,hasSinks:Zt}};var jr=Symbol.for("signal"),Nr=Symbol.for("fluixi-proxy");function Br(e,t){let[n,r]=b(e,t);return Object.assign(n,{set:r})}function Lr(e,t,n){return y(e,t,n)}function Vr(e,t){return U(e,t)}function An(...e){let[t,n]=pe(...e);return Object.assign(t,n)}var $r="__fluixi_signal_next_state__",Kr=e=>{typeof queueMicrotask=="function"?queueMicrotask(e):Promise.resolve().then(e)},l=globalThis[$r]??={consumer:null,untracked:!1,owner:null,queue:[],scheduled:!1,flushing:!1,batchDepth:0,hostSchedule:Kr,onSuspend:null,onError:null},Cn=0,_n=1,De=2,kn=class{constructor(){this.observers=null,this.watchers=null,this.version=0}updateIfNecessary(){}track(){if(l.untracked)return;let e=l.consumer;e&&((this.observers??=new Set).add(e),(e.sources??=new Set).add(this))}},Hr=class extends kn{constructor(e,t){super(),this._value=e,this._equals=t?.equals===!1?()=>!1:t?.equals??Object.is}get(){return this.track(),this._value}set(e){if(!this._equals(this._value,e)){if(this._value=e,this.version++,this.observers)for(let t of[...this.observers])t.markDirty(De);Et(this)}}peek(){return this._value}},En=class extends kn{constructor(e,t){super(),this._threw=!1,this._initialized=!1,this.state=De,this.sources=null,this._fn=e,this._equals=t?.equals===!1?()=>!1:t?.equals??Object.is}get(){if(l.consumer===this)throw new Error("Signal.Computed cannot read itself");if(this.track(),this.updateIfNecessary(),this._threw)throw this._error;return this._value}updateIfNecessary(){if(this.state===_n&&this.sources){for(let e of this.sources)if(e.updateIfNecessary(),this.state===De)break}(this.state===De||!this._initialized)&&this.recompute(),this.state=Cn}recompute(){if(this.sources){for(let i of this.sources)i.observers?.delete(this);this.sources.clear()}let e=l.consumer,t=l.untracked;l.consumer=this,l.untracked=!1;let n,r=!1,o;try{n=this._fn()}catch(i){r=!0,o=i,n=this._value}finally{l.consumer=e,l.untracked=t}let s=!this._initialized||this._threw!==r||(r?o!==this._error:!this._equals(this._value,n));if(this._initialized=!0,this._threw=r,this._error=o,this._value=n,s){if(this.version++,this.observers)for(let i of[...this.observers])i.markDirty(De);Et(this)}}markDirty(e){if(this.state>=e)return;let t=this.state===Cn;if(this.state=e,t){if(this.observers)for(let n of[...this.observers])n.markDirty(_n);Et(this)}}peek(){if(this.updateIfNecessary(),this._threw)throw this._error;return this._value}};function Et(e){if(e.watchers)for(let t of[...e.watchers])t._notify(e)}var Wr=class{constructor(e){this._watched=new Set,this._pending=new Set,this._notifyFn=e}watch(...e){for(let t of e)this._watched.add(t),(t.watchers??=new Set).add(this)}unwatch(...e){for(let t of e)this._watched.delete(t),t.watchers?.delete(this),this._pending.delete(t)}getPending(){let e=[...this._pending];return this._pending.clear(),e}_notify(e){if(!this._watched.has(e)||this._pending.has(e))return;let t=this._pending.size===0;this._pending.add(e),t&&this._notifyFn()}};function Gr(e){if(l.untracked)return e();l.untracked=!0;try{return e()}finally{l.untracked=!1}}function Pn(e){return{cleanups:null,owned:null,parent:e,contexts:null}}function Dn(e){let t=Symbol("context");return{id:t,defaultValue:e,Provider:n=>{let r=l.owner,o=Pn(r);(o.contexts=new Map).set(t,n.value),r&&(r.owned??=[]).push(o),l.owner=o;try{return n.children}finally{l.owner=r}}}}function Fn(e,t){let n=e;for(;n;){if(n.contexts&&n.contexts.has(t.id))return n.contexts.get(t.id);n=n.parent}return t.defaultValue}function zr(e){l.onSuspend=e}function Xr(e){return l.onSuspend?(l.onSuspend(e,l.owner),!0):!1}function Yr(e){l.onError=e}function Qr(){return l.owner}function In(e,t){let n=l.owner;l.owner=e;try{return t()}finally{l.owner=n}}function Pt(e,t=!0){if(!e.disposed){if(e.owned){for(let n=e.owned.length-1;n>=0;n--)Pt(e.owned[n]);e.owned=null}if(e.cleanups){for(let n=e.cleanups.length-1;n>=0;n--)e.cleanups[n]();e.cleanups=null}t&&(e.disposed=!0)}}function Jr(e){l.hostSchedule=e??(t=>{Promise.resolve().then(t)})}function Zr(e){e.queued||(e.queued=!0,l.queue.push(e),!l.scheduled&&l.batchDepth===0&&(l.scheduled=!0,l.hostSchedule(Dt)))}function Dt(){if(l.scheduled=!1,l.flushing)return;l.flushing=!0;let e=0;try{for(;l.queue.length;){if(++e>1e5)throw new Error("[fluixi] effect flush did not settle (cycle?)");let t=l.queue;l.queue=[];for(let n of t)n.queued=!1,n.disposed||n.run()}}finally{l.flushing=!1}}function eo(){l.batchDepth===0&&Dt()}function to(e){l.batchDepth++;try{return e()}finally{--l.batchDepth===0&&Dt()}}var no=class{constructor(e){this.queued=!1,this.disposed=!1,this.owner=Pn(l.owner),l.owner&&(l.owner.cleanups??=[]).push(()=>this.dispose()),this.computed=new En(()=>{Pt(this.owner,!1),In(this.owner,()=>{let t=e();typeof t=="function"&&(this.owner.cleanups??=[]).push(t)})}),this.watcher=new Wr(()=>Zr(this)),this.run(),this.watcher.watch(this.computed)}run(){if(!this.disposed){this.watcher.getPending();try{this.computed.get()}catch(e){if(e&&typeof e.then=="function"&&l.onSuspend){l.onSuspend(e,this.owner);return}if(l.onError&&l.onError(e,this.owner))return;throw e}}}dispose(){this.disposed||(this.disposed=!0,this.watcher.unwatch(this.computed),Pt(this.owner))}};function ro(e){let t=new no(e);return()=>t.dispose()}function oo(e){return!!e&&typeof e.then=="function"}Jr(()=>{});var qn=Symbol.for("signal"),so=Symbol.for("memo"),io=Symbol.for("signal-node");function Ft(e,t){let n=new Hr(e,{equals:t?.equals}),r=(()=>n.get()),o=(s=>{let i=typeof s=="function"?s(n.peek()):s;return n.set(i),eo(),i});return Object.defineProperty(r,qn,{value:!0,enumerable:!0}),Object.defineProperty(r,io,{value:{get value(){return n.peek()},get version(){return n.version}},enumerable:!1}),[r,o]}function ze(e,t,n){let r=t,o=Qr(),s=new En(()=>In(o,()=>{try{return r=e(r)}catch(c){if(oo(c))return Xr(c),r;throw c}}),{equals:n?.equals}),i=(()=>s.get());return Object.defineProperty(i,qn,{value:!0,enumerable:!0}),Object.defineProperty(i,so,{value:!0,enumerable:!0}),i}function Fe(e,t){let n=t;return ro(()=>{n=e(n)})}function It(e){return to(e)}function Un(e){return Gr(e)}var pi=typeof window>"u"?!1:window.__FLUIXI_PROD__===!0;var uo=Dn();zr((e,t)=>{let n=Fn(t,uo);n&&(n.increment(),e.finally(()=>n.decrement()))});var ao=Dn();Yr((e,t)=>{let n=Fn(t,ao);return n?(n.setError(e),!0):!1});var Xe=Symbol.for("fluixi-proxy");var qe=Symbol("store-raw"),Q=Symbol("store-node"),Mn=Symbol("store-has"),Qe=Symbol("store-self"),Je=Symbol("store-track"),Kn=Symbol("store-name"),Hn=Symbol("store-store"),jn=new WeakMap,Nn=new WeakMap;function Wn(e){let[t,n]=Ft(e),r=t;return r.$=n,r}function Ze(e){let t=jn.get(e);return t||jn.set(e,t={keys:new Map}),t}function Bn(e,t,n){let r=e.keys.get(t);return r||e.keys.set(t,r=Wn(n)),r}function Ln(e){let t=Ze(e);(t.all||(t.all=Wn()))()}function Vn(e,t){e.$(typeof t=="function"?()=>t:t)}function Gn(e){if(e==null||typeof e!="object")return!1;if(Array.isArray(e))return!0;let t=Object.getPrototypeOf(e);return t===Object.prototype||t===null}function Ye(e){if(!Gn(e))return e;let t=Nn.get(e);if(t)return t;let n=new Proxy(e,co);return Nn.set(e,n),n}var co={get(e,t,n){if(t===qe||t===Q)return e;if(t===Xe)return n;if(t===Mn)return i=>i in e;if(t==="__proxy")return!0;if(t===Je||t===Qe)return Ln(e),n;let r=e[t];if(typeof r=="function"&&!Object.prototype.hasOwnProperty.call(e,t))return r;let o=Object.getOwnPropertyDescriptor(e,t);if(o&&o.get)return o.get.call(n);let s=Bn(Ze(e),t,r)();return Gn(s)?Ye(s):s},set(){return!0},deleteProperty(e,t){return t in e&&Ie(e,t,void 0),!0},has(e,t){return t===qe||t===Xe||t===Q||t===Mn||t===Qe||t===Je?!0:(Bn(Ze(e),t,e[t])(),t in e)},ownKeys(e){return Ln(e),Reflect.ownKeys(e)},getOwnPropertyDescriptor(e,t){return Reflect.getOwnPropertyDescriptor(e,t)}};function Ie(e,t,n){if(e[t]===n&&(n!==void 0||t in e))return;let o=Array.isArray(e),s=o?e.length:0;n===void 0?delete e[t]:e[t]=n;let i=Ze(e),c=i.keys.get(t);if(c&&Vn(c,n),o&&e.length!==s){let u=i.keys.get("length");u&&Vn(u,e.length)}i.all&&i.all.$(void 0)}function $n(e,t){return typeof e=="function"?e(t):e}function Ut(e,t){for(let n of Object.keys(t)){let r=t[n],o=e[n];r&&typeof r=="object"&&!Array.isArray(r)&&o&&typeof o=="object"&&!Array.isArray(o)?Ut(o,r):Ie(e,n,r)}}function jt(e){let t=[],n=e.replace(/\[([^\]]*)\]/g,".$1");for(let r of n.split("."))r.length&&t.push(r);return t}function zn(e,t,n){let r=t.length-1;for(let s=0;s<r;s++){let i=t[s];if(i==="*"){let u=t.slice(s+1);if(Array.isArray(e))for(let f=0;f<e.length;f++)zn(e[f],u,n);return}let c=e[i];(c==null||typeof c!="object")&&(c=/^\d+$/.test(t[s+1])?[]:{},Ie(e,i,c)),e=c}let o=t[r];if(o==="*"){if(Array.isArray(e))for(let s=0;s<e.length;s++)Ie(e,s,$n(n,e[s]));return}Ie(e,o,$n(n,e[o]))}function qt(e,t,n){zn(e,jt(t),n)}function lo(e,t){let n=t[0];if(typeof n=="function"&&t.length===1){let r=n(e);r&&r!==e&&Ut(e,r);return}if(Array.isArray(n)&&t.length===1){for(let r of n)Array.isArray(r)&&qt(e,r[0],r[1]);return}if(n&&typeof n=="object"&&!Array.isArray(n)&&t.length===1){Ut(e,n);return}if(Array.isArray(t[1])&&t.length>=3){qt(e,`${n}.${t[1].join(".")}`,t[2]);return}qt(e,String(n),t[1])}function Mt(e){if(e==null||typeof e!="object")return e;if(Array.isArray(e))return e.map(Mt);let t={};for(let n of Object.keys(e))t[n]=Mt(e[n]);return t}function he(e,t){let n=e;for(let r of jt(t)){if(n==null)return;n=n[r]}return n}var H=class{constructor(t,n={immutable:!0}){this.options=n;this.root=t,this.set=((...r)=>It(()=>lo(this.root,r)))}get state(){return Ye(this.root)}get proxy(){return Ye(this.root)}get accessor(){return(()=>Ye(this.root))}unwrap(){return this.root}getNode(t){return this.root&&this.root[t]}get(t){if(t==null||t==="")return ye(this.state);let n=this.state;for(let r of jt(t)){if(n==null)return;n=n[r]}return ye(n)}select(t){return ze(()=>t(this.state))}subscribe(t){return Fe(()=>t(this.state))}watch(t,n){let r;return Fe(()=>{let o=t(this.state);Object.is(o,r)||(n(o,r),r=o)})}reactive(t){return ze(()=>this.state[t])}produce(t){this.set((n=>{let r=Mt(n);return t(r),r}))}reconcile(t,n={}){this.set(t)}push(t,...n){let r=he(this.root,t);this.set(t,r.concat(n))}pop(t){let n=he(this.root,t).slice(),r=n.pop();return this.set(t,n),r}shift(t){let n=he(this.root,t).slice(),r=n.shift();return this.set(t,n),r}splice(t,n,r,...o){let s=he(this.root,t).slice(),i=s.splice(n,r,...o);return this.set(t,s),i}insert(t,n,r){let o=he(this.root,t).slice();o.splice(n,0,r),this.set(t,o)}removeAt(t,n){let r=he(this.root,t).slice(),o=r.splice(n,1);return this.set(t,r),o}toObservable(){let[t]=Ft(this.state);return t.toObservable()}dispose(){}},fo=["get","select","watch","subscribe","produce","reconcile","push","pop","shift","splice","insert","removeAt","unwrap","toObservable"];function Xn(e,t){for(let n of fo)e[n]=t[n].bind(t);e.$=t.reactive.bind(t)}function Ue(e,t={immutable:!0}){let n=new H(e,t);return Xn(n.set,n),[n.proxy,n.set]}function Nt(e,t={}){return new H(e,{...t,immutable:!1})}function Yn(e,t={}){let n=new H(e(),t);return Fe(()=>n.set(e())),n}function Qn(e,t,n){return Fe(()=>n(t(e)))}function Jn(e,t,n){return ze(()=>t(e),void 0,n)}function Zn(e,t={}){let n=new H(e,t),r=(()=>n.proxy);return Xn(r,n),r}function ye(e){if(e==null||typeof e!="object")return e;let t=e[qe];return t!==void 0?t:e}function Bt(e){return Un(()=>ye(e))}function er(e){return et(e)}function tr(e){return et(e)?e[Q]:null}function nr(e){return e&&typeof e=="object"&&Q in e?e[Q]:null}function et(e){return!!e&&typeof e=="object"&&(Xe in e||e.__proxy===!0)}function rr(e){return e}var or=Object.freeze({createStore:Ue,createMutableStore:Nt,batch:It,unwrap:ye,untrackStore:Bt});function Lt(e){if(e==null||typeof e!="object")return e;if(Array.isArray(e))return e.map(Lt);let t={};for(let n of Object.keys(e))t[n]=Lt(e[n]);return t}function sr(e){return t=>{let n=Lt(t);return e(n),n}}function ir(e,t={}){return()=>e}function ur(e,t){let[n,r]=Ue(e,t);return new Proxy(n,{get:(o,s)=>s==="set"?r:o[s],has:(o,s)=>s==="set"||Reflect.has(o,s)})}function po(e,t,n){return y(()=>t(e()),void 0,n)}function ho(e,t,n){return y(()=>e().filter(t),void 0,n)}function yo(e,t,n,r){return y(()=>e().reduce(t,n),void 0,r)}function To(e,t,n){return y(()=>e().find(t),void 0,n)}function mo(e,t,n){return y(()=>e().some(t),void 0,n)}function bo(e,t,n){return y(()=>e().every(t),void 0,n)}function vo(e,t,n){return y(()=>[...e()].sort(t),void 0,n)}function So(e,t){return y(()=>[...new Set(e())],void 0,t)}function xo(e,t,n){return y(()=>{let r=e.map(o=>o());return t(r)},void 0,n)}function go(...e){return new j(t=>{let n=()=>e.map(o=>typeof o=="function"?o():o.get()),r=e.map(o=>typeof o=="function"&&o.subscribe?o.subscribe(()=>{t.next(n())}):typeof o!="function"?o.subscribe(()=>{t.next(n())}):U(()=>{t.next(n())}));return()=>{r.forEach(o=>{typeof o=="function"?o():o&&typeof o.unsubscribe=="function"&&o.unsubscribe()})}})}function wo(e,t,n){return y(()=>e()||t(),void 0,n)}function Oo(e,t,n,r){return y(()=>n(e(),t()),void 0,r)}function Ro(e,t,n){return y(()=>t(e()),void 0,{equals:n,internal:!0})}function Ao(e,t,n){return y(()=>{let r=e(),o={};for(let s of t)o[s]=r[s];return o},void 0,n)}function Co(e,t,n){return y(()=>{let o={...e()};for(let s of t)delete o[s];return o},void 0,n)}function _o(e,t,n,r){return y(()=>e()?t():n(),void 0,r)}function ko(e,t,n){return y(()=>e()?t():void 0,void 0,n)}function Eo(e,t,n){let[r,o]=b(e()),s;return y(()=>{let i=e();clearTimeout(s),s=setTimeout(()=>o(()=>i),t)}),r}function Po(e,t,n){let[r,o]=b(e()),s=0,i;return y(()=>{let c=e(),u=Date.now();u-s>=t?(s=u,o(()=>c)):(clearTimeout(i),i=setTimeout(()=>{s=Date.now(),o(()=>c)},t-(u-s)))}),r}function Do(e){let t=e;for(;typeof t=="function";)t=t();return t}var Fo=Symbol.for("signal");var ar=Symbol("fluixi-proxy"),Io=Symbol.for("signal-node"),Me=0,$t=1,ot=2,me=3,x=null,R=null,d=null,nt=null,rt=0,qo=!1,Vt=!1,Te=0,Uo=1e6,W=new WeakMap,tt=null;var Mo=new Map,jo=0;function No(){return`node_${++jo}_${Date.now()}`}function Bo(e){de&&Mo.set(e.id,new WeakRef(e))}function Lo(e,t,n){let r={id:No(),type:e,value:t,version:0,equals:n?.equals,name:n?.name,created:Date.now(),updated:Date.now()};return Bo(r),r}function Vo(e,t){return e===t}function lr(e){throw typeof console<"u"&&console.error("Reactive error:",e),e}function $o(e){if(d)d.indexOf(e)===-1&&d.push(e);else if(tt&&tt.running&&!e.pure)tt.effects.indexOf(e)===-1&&tt.effects.push(e);else if(!e.pure||e.computed)Ht(e);else if(e.pure&&!e.computed&&e.accessor){let t=R,n=d;R=null,d=[],e.accessor(),R=t;let r=d;if(d=n,r.length>0){let o=d;st(r),d=o}}}function cr(e,t){for(let n=0;n<e.length;n++)t(e[n])}function J(e,t){let n=e;typeof n=="object"&&n&&ar in n&&delete n[ar];let r=Lo("signal",n,{equals:t?.equals===!1?void 0:t?.equals,name:t?.name}),o=[i,c];W.set(o,new Set);let s;function i(){let u=R;if(u){u.sources?u.sources.indexOf(o)===-1&&u.sources.push(o):u.sources=[o];let f=W.get(o);f&&!f.has(u)&&f.add(u)}return n}function c(u){let f=typeof u=="function"?u(n):u,v=r.equals||Vo;if(t?.equals===!1||!v(n,f)){n=f,r.value=f,r.version++,r.updated=Date.now();let m=W.get(o);if(m&&m.size>0){let _=function(h,I=!1){let A=h.state;if(!(A===me&&h===R)){if(I&&!h.pure){A===Me&&(h.state=$t,qo&&(d!==null&&d.indexOf(h)===-1?d.push(h):O.push(h)));return}if(!g.has(h)&&(g.add(h),h.state=ot,A===Me||A===$t?O.push(h):!h.pure&&d!==null&&d.indexOf(h)===-1&&d.push(h),h.pure&&h.accessor)){let B=W.get(h.accessor);B&&cr(Array.from(B),k=>_(k,!0))}}};var p=_;let S=Array.from(m),O=[],g=new Set;cr(S,_);for(let h of O)$o(h)}}}return i.toObservable=()=>new j(u=>{let f=!0;return Kt(()=>{let p=i();f?f=!1:u.next(p)})}),Object.defineProperty(i,Fo,{value:!0,enumerable:!0}),Object.defineProperty(i,Io,{value:r,enumerable:!1}),o}function Kt(e,t,n){let r={fn:e,state:ot,sources:null,sourceSlots:null,owned:null,cleanups:null,owner:x,contexts:null,pure:!1,updatedAt:null};x&&(x.owned?x.owned.push(r):x.owned=[r]);let o=N&&Se(N);return o&&(r.suspense=o),fr(r,t),()=>be(r)}function fr(e,t){if(e.sources){for(let o of e.sources){let s=W.get(o);s&&s.delete(e)}e.sources=null,e.sourceSlots=null}if(e.owned){for(let o=0;o<e.owned.length;o++)be(e.owned[o]);e.owned=null}let n=R,r=x;if(R=e,x=e,rt++,rt>Uo)throw rt=0,R=n,x=r,new Error("Potential infinite loop detected. Exceeded maximum iterations.");try{e.state=me;let o=e.fn(t);typeof o=="function"&&(e.cleanups?e.cleanups.push(o):e.cleanups=[o]),e.state===me&&(e.state=Me)}catch(o){if(at(o)){let s=N&&Se(N);s&&(s.increment(),o.finally(()=>s.decrement()),e.suspense&&s.effects.push(e));return}lr(o)}finally{R=n,x=r}}function Ht(e){if(!(e.disposed||!e.fn||e.state===Me)&&(e.state===ot||e.state===$t||e.state===me)){if(e.cleanups){for(let t=0;t<e.cleanups.length;t++)e.cleanups[t]();e.cleanups=null}if(e.owned){for(let t=0;t<e.owned.length;t++)be(e.owned[t]);e.owned=null}e.renderEffect?pr(e):fr(e,e.value)}}function be(e){if(e.disposed=!0,e.sources)for(let t of e.sources){let n=W.get(t);n&&n.delete(e)}if(e.cleanups)for(let t=0;t<e.cleanups.length;t++)e.cleanups[t]();if(e.owned)for(let t=0;t<e.owned.length;t++)be(e.owned[t]);if(e.owner&&e.owner.owned){let t=e.owner.owned.indexOf(e);t!==-1&&e.owner.owned.splice(t,1)}}function st(e){let t=[],n=[];for(let o of e)o.pure&&!o.computed&&o.accessor?t.indexOf(o)===-1&&t.push(o):(o.computed||!o.pure)&&n.indexOf(o)===-1&&n.push(o);d=[];let r=0;for(;r<t.length;){let o=t[r++],s=W.get(o.accessor);if(s&&s.size>0){let c=R;R=null,o.accessor(),R=c}let i=d.splice(0);for(let c of i)c.pure&&!c.computed&&c.accessor?t.indexOf(c)===-1&&t.push(c):(c.computed||!c.pure)&&n.indexOf(c)===-1&&n.push(c)}d=null;for(let o of n)(o.computed||!o.pure)&&Ht(o)}function Z(e){if(d&&Te>0)return e();if(d&&Te===0){let t=d,n=[];d=n,Te++;let r;try{r=e()}finally{Te--,d=t}let o=d;return st(n),d=o,r}Te++,d=[],nt=[];try{return e()}finally{Te--,Ko()}}function Ko(){if(!Vt){Vt=!0,rt=0;try{for(;d&&d.length>0;){let e=d;d=null,st(e)}if(d=null,nt){let e=nt;nt=null;for(let t=0;t<e.length;t++)Ht(e[t])}}finally{Vt=!1}}}function ve(e){let t=R;R=null;try{return e()}finally{R=t}}function dr(e){x&&(x.cleanups?x.cleanups.push(e):x.cleanups=[e])}function Ho(e){let t=Symbol("context"),n=Wo(t);return{id:t,Provider:n,defaultValue:e}}function Wo(e){return t=>{let n=x;for(;n;)n.contexts||(n.contexts=new Map),n.contexts.has(e)||n.contexts.set(e,t.value),n=n.owner;let r;return Go(()=>{r=ve(()=>{let o=x;return o&&(o.contexts||(o.contexts=new Map),o.contexts.set(e,t.value)),We(()=>t.children)})}),r}}function Se(e){let t=x;for(;t;){if(t.contexts&&t.contexts.has(e.id))return t.contexts.get(e.id);t=t.owner}if(e)return e.defaultValue}function Go(e,t,n){let r={fn:e,state:ot,sources:null,sourceSlots:null,value:t,owned:null,cleanups:null,owner:x,contexts:null,pure:!1,updatedAt:null,renderEffect:!0};x&&(x.owned?x.owned.push(r):x.owned=[r]);let o=N&&Se(N);return o&&(r.suspense=o),pr(r),()=>be(r)}function pr(e){if(e.sources){for(let o of e.sources){let s=W.get(o);s&&s.delete(e)}e.sources=null,e.sourceSlots=null}if(e.cleanups){for(let o=0;o<e.cleanups.length;o++)e.cleanups[o]();e.cleanups=null}if(e.owned){for(let o=0;o<e.owned.length;o++)be(e.owned[o]);e.owned=null}let t=R,n=x,r=d;R=e,x=e,d===null&&(d=[]),e.state=me;try{let o=e.fn(e.value);typeof o=="function"&&(e.cleanups||(e.cleanups=[]),e.cleanups.push(o)),e.value=o,e.state===me&&(e.state=Me)}catch(o){if(at(o)){let s=N&&Se(N);s&&(s.increment(),o.finally(()=>s.decrement()),e.suspense&&s.effects.push(e));return}lr(o)}finally{R=t,x=n;let o=d;if(d=r,o!==r&&o&&o.length>0){let s=d;st(o),d=s}}}var N;function hr(){return N||(N=Ho())}var te=new Map,ee=new Map,zo=0,Xo=Symbol.for("signal"),Yo=Symbol.for("resource");function Qo(e,t,n={}){let r,o,s;typeof t=="function"?(r=e,o=t,s=n):(r=()=>!0,o=e,s=t??n);let{ttl:i=1/0,name:c=`_auto_${zo++}`,staleWhileRevalidate:u=!0}=s,f=c,v=T=>`${f}:${JSON.stringify(T)}`,p=T=>i===1/0||Date.now()-T.timestamp<=i,[m,S]=J(void 0,{equals:!1}),[O,g]=J("unresolved",{equals:!1}),[_,h]=J(void 0,{equals:!1}),[I,A]=J(void 0,{equals:!1}),[B,k]=J(!1),[C,q]=J(0,{equals:!1}),$=Symbol("unset"),G=$,xe=!1,ne=!1;function M(T,E,P,L){if(ee.has(E)){ee.get(E).then(w=>{L()||z(w,P)},w=>{!L()&&!P&&Wt(w)}),P||A(ee.get(E));return}let re=Promise.resolve(o(T)).then(w=>(te.set(E,{value:w,timestamp:Date.now()}),ee.delete(E),w),w=>{throw ee.delete(E),w});if(ee.set(E,re),!P){Y(re),A(re);let w=je&&Se(je);w&&(w.increment(),re.finally(()=>w.decrement()))}re.then(w=>{L()||z(w,P)},w=>{!L()&&!P&&Wt(w)})}function z(T,E){Z(()=>{S(()=>T),g("ready"),k(!1),A(void 0),h(void 0)})}function Wt(T){Z(()=>{h(T),g("errored"),A(void 0)})}let je;Kt(()=>{je===void 0&&(je=hr());let T=r();if(C(),T===!1||T===null||T===void 0){G=$,Z(()=>{g("unresolved"),A(void 0),h(void 0)});return}let E=xe,P=ne;xe=!1,ne=!1;let L=v(T);P&&te.delete(L);let re=G===$||T!==G;G=T;let w=!1;dr(()=>{w=!0});let oe=te.get(L);if(oe&&p(oe)&&!E&&!P){(ve(O)!=="ready"||ve(m)!==oe.value)&&Z(()=>{S(()=>oe.value),g("ready"),k(!1),h(void 0)});return}if(oe&&u&&!P){Z(()=>{S(()=>oe.value),g("ready"),k(!0),h(void 0),A(void 0)}),M(T,L,!0,()=>w);return}let Gt=ve(O),yr=Gt==="ready"||Gt==="refreshing";Z(()=>{g(yr?"refreshing":"pending"),h(void 0),k(!1)}),M(T,L,!1,()=>w)});let Ne=(()=>{let T=_();if(T)throw T;if(O()==="pending"){let P=I();if(P)throw P}return m()});return Object.defineProperty(Ne,Yo,{value:!0,enumerable:!0}),Object.defineProperty(Ne,Xo,{value:!0,enumerable:!0}),Object.defineProperties(Ne,{state:{get:O},loading:{get:()=>{let T=O();return T==="pending"||T==="refreshing"}},error:{get:_},latest:{get:m},stale:{get:B}}),[Ne,{mutate:S,refetch:()=>{xe=!0,q(T=>T+1)},invalidate:()=>{let T=ve(r);T!=null&&T!==!1&&te.delete(v(T)),ne=!0,q(E=>E+1)}}]}function Jo(e){let t=`${e}:`;for(let n of te.keys())n.startsWith(t)&&te.delete(n)}function Zo(){te.clear(),ee.clear()}return xr(es);})();
|
package/dist/cdn/reactive.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
var Sn="1.0.0-alpha.80";function Ye(e){return typeof e=="function"&&!/^class\s/.test(Function.prototype.toString.call(e))}function Rt(e){return e==null||Array.isArray(e)||typeof e=="function"||e instanceof Date||e instanceof RegExp||e instanceof Map||e instanceof Set||e instanceof Error?!1:typeof e=="object"}function Xe(e){return e instanceof Promise||!!e&&(typeof e=="object"||typeof e=="function")&&"then"in e}var pe=class e{constructor(t){this._closed=!1;this._parentOrParents=null;this._subscriptions=null;t&&(this._subscriptions=[t])}get closed(){return this._closed}unsubscribe(){if(this._closed)return;this._closed=!0;let{_parentOrParents:t,_subscriptions:n}=this;if(t instanceof e)t.remove(this);else if(t!==null)for(let r of t)r.remove(this);if(n){for(let r of n)if(Ye(r)&&!(r instanceof e))try{r()}catch(o){console.error("Error in unsubscribe function:",o)}else if(Rt(r)&&typeof r.unsubscribe=="function")try{r.unsubscribe()}catch(o){console.error("Error unsubscribing child:",o)}this._subscriptions=null}}add(t){if(!t||t===this)return this;if(t.closed)return this;let{_closed:n,_subscriptions:r}=this;if(n){if(Ye(t))try{t()}catch(o){console.error("Error in unsubscribe function:",o)}else if(t.unsubscribe)try{t.unsubscribe()}catch(o){console.error("Error unsubscribing:",o)}return this}return r||(this._subscriptions=[]),this._subscriptions.push(t),t instanceof e&&t._addParent(this),this}remove(t){let{_subscriptions:n}=this;if(!n)return;let r=n.indexOf(t);r!==-1&&(n.splice(r,1),t._removeParent(this))}_addParent(t){let{_parentOrParents:n}=this;n?Array.isArray(n)?n.push(t):this._parentOrParents=[n,t]:this._parentOrParents=t}_removeParent(t){let{_parentOrParents:n}=this;if(n===t)this._parentOrParents=null;else if(Array.isArray(n)){let r=n.indexOf(t);r!==-1&&(n.splice(r,1),n.length===1&&(this._parentOrParents=n[0]))}}};var Te=class extends pe{constructor(n,r,o){super();this.isStopped=!1;let s;n?typeof n=="object"?s=n:s={next:n,error:r,complete:o}:s={},this.destination=s}next(n){if(!this.isStopped&&this.destination.next)try{this.destination.next(n)}catch(r){this.error(r)}}error(n){if(!this.isStopped){if(this.isStopped=!0,this.destination.error)try{this.destination.error(n)}catch(r){throw r}else throw n;this.unsubscribe()}}complete(){if(!this.isStopped){if(this.isStopped=!0,this.destination.complete)try{this.destination.complete()}catch(n){this.error(n);return}this.unsubscribe()}}unsubscribe(){this.closed||(this.isStopped=!0,super.unsubscribe())}},Qe=class extends Te{constructor(n,r,o,s){super(n,r,o);this._isUnsubscribing=!1;this._parentSubscriber=null;this._parentSubscriber=s||null}next(n){if(!this.isStopped&&!this._isUnsubscribing)try{super.next(n)}catch(r){this.error(r)}}error(n){if(!this.isStopped&&!this._isUnsubscribing){this._isUnsubscribing=!0;try{super.error(n)}finally{this._isUnsubscribing=!1}}}complete(){if(!this.isStopped&&!this._isUnsubscribing){this._isUnsubscribing=!0;try{super.complete()}finally{this._isUnsubscribing=!1}}}unsubscribe(){this.closed||(this._isUnsubscribing=!0,super.unsubscribe(),this._isUnsubscribing=!1)}};function $r(e){return new Te(e.next,e.error,e.complete)}var B=class extends pe{constructor(t){if(super(),t)this._subscribe=t;else throw new TypeError("Observable constructor requires a subscribe function")}subscribe(t,n,r){let o;t instanceof Te?o=t:o=new Qe(t,n,r);let{_subscribe:s}=this;try{let i=s.call(this,o);i&&(typeof i=="function"||typeof i.unsubscribe=="function")&&o.add(i)}catch(i){o.error(i)}return o}pipe(...t){return t.length===0?this:t.reduce((n,r)=>r(n),this)}toPromise(){return new Promise((t,n)=>{let r;this.subscribe({next:o=>r=o,error:n,complete:()=>t(r)})})}};var At=class extends B{constructor(){super(n=>{if(this.closed)throw new Error("Subject has been closed");if(this.hasError)n.error(this.thrownError);else if(this.isStopped)n.complete();else return this.observers.push(n),()=>{let r=this.observers.indexOf(n);r!==-1&&this.observers.splice(r,1)}});this.observers=[];this.isStopped=!1;this.hasError=!1;this.thrownError=null}next(n){if(this.isStopped)return;let{observers:r}=this,o=r.length,s=r.slice();for(let i=0;i<o;i++)s[i].next?.(n)}error(n){if(this.isStopped)return;this.hasError=!0,this.thrownError=n,this.isStopped=!0;let{observers:r}=this;this.observers=[];let o=r.length,s=r.slice();for(let i=0;i<o;i++)s[i].error?.(n)}complete(){if(this.isStopped)return;this.isStopped=!0;let{observers:n}=this;this.observers=[];let r=n.length,o=n.slice();for(let s=0;s<r;s++)o[s].complete?.()}unsubscribe(){this.isStopped=!0,this.observers=[]}asObservable(){return new B(r=>this.subscribe(r))}};var xn="__fluixi_signal_next_state__",gn=e=>{typeof queueMicrotask=="function"?queueMicrotask(e):Promise.resolve().then(e)},a=globalThis[xn]??={consumer:null,untracked:!1,owner:null,queue:[],scheduled:!1,flushing:!1,batchDepth:0,hostSchedule:gn,onSuspend:null,onError:null};var Ct=0,Et=1,ye=2,ke=class{constructor(){this.observers=null;this.watchers=null;this.version=0}updateIfNecessary(){}track(){if(a.untracked)return;let t=a.consumer;t&&((this.observers??=new Set).add(t),(t.sources??=new Set).add(this))}},te=class extends ke{constructor(t,n){super(),this._value=t,this._equals=n?.equals===!1?()=>!1:n?.equals??Object.is}get(){return this.track(),this._value}set(t){if(!this._equals(this._value,t)){if(this._value=t,this.version++,this.observers)for(let n of[...this.observers])n.markDirty(ye);Je(this)}}peek(){return this._value}},$=class extends ke{constructor(n,r){super();this._threw=!1;this._initialized=!1;this.state=ye;this.sources=null;this._fn=n,this._equals=r?.equals===!1?()=>!1:r?.equals??Object.is}get(){if(a.consumer===this)throw new Error("Signal.Computed cannot read itself");if(this.track(),this.updateIfNecessary(),this._threw)throw this._error;return this._value}updateIfNecessary(){if(this.state===Et&&this.sources){for(let n of this.sources)if(n.updateIfNecessary(),this.state===ye)break}(this.state===ye||!this._initialized)&&this.recompute(),this.state=Ct}recompute(){if(this.sources){for(let u of this.sources)u.observers?.delete(this);this.sources.clear()}let n=a.consumer,r=a.untracked;a.consumer=this,a.untracked=!1;let o,s=!1,i;try{o=this._fn()}catch(u){s=!0,i=u,o=this._value}finally{a.consumer=n,a.untracked=r}let c=!this._initialized||this._threw!==s||(s?i!==this._error:!this._equals(this._value,o));if(this._initialized=!0,this._threw=s,this._error=i,this._value=o,c){if(this.version++,this.observers)for(let u of[...this.observers])u.markDirty(ye);Je(this)}}markDirty(n){if(this.state>=n)return;let r=this.state===Ct;if(this.state=n,r){if(this.observers)for(let o of[...this.observers])o.markDirty(Et);Je(this)}}peek(){if(this.updateIfNecessary(),this._threw)throw this._error;return this._value}};function Je(e){if(e.watchers)for(let t of[...e.watchers])t._notify(e)}var ne=class{constructor(t){this._watched=new Set;this._pending=new Set;this._notifyFn=t}watch(...t){for(let n of t)this._watched.add(n),(n.watchers??=new Set).add(this)}unwatch(...t){for(let n of t)this._watched.delete(n),n.watchers?.delete(this),this._pending.delete(n)}getPending(){let t=[...this._pending];return this._pending.clear(),t}_notify(t){if(!this._watched.has(t)||this._pending.has(t))return;let n=this._pending.size===0;this._pending.add(t),n&&this._notifyFn()}};function me(e){if(a.untracked)return e();a.untracked=!0;try{return e()}finally{a.untracked=!1}}function Pt(){return a.consumer}function kt(e){return!!(e.observers&&e.observers.size)||!!(e.watchers&&e.watchers.size)}function wn(e){let t=be(e);return e&&(e.owned??=[]).push(t),t}function On(e,t=!0){he(e,t)}function Rn(e){return!!e&&e.disposed===!0}function be(e){return{cleanups:null,owned:null,parent:e,contexts:null}}function ve(e){let t=Symbol("context");return{id:t,defaultValue:e,Provider:r=>{let o=a.owner,s=be(o);(s.contexts=new Map).set(t,r.value),o&&(o.owned??=[]).push(s),a.owner=s;try{return r.children}finally{a.owner=o}}}}function An(e){let t=a.owner;for(;t;){if(t.contexts&&t.contexts.has(e.id))return t.contexts.get(e.id);t=t.parent}return e.defaultValue}function _e(e,t){let n=e;for(;n;){if(n.contexts&&n.contexts.has(t.id))return n.contexts.get(t.id);n=n.parent}return t.defaultValue}function Se(e,t,n){let r=be(a.owner);(r.contexts=new Map).set(e.id,t),a.owner&&(a.owner.owned??=[]).push(r);let o=a.owner;a.owner=r;try{return n()}finally{a.owner=o}}function _t(e){a.onSuspend=e}function Ft(e){return a.onSuspend?(a.onSuspend(e,a.owner),!0):!1}function Dt(e){a.onError=e}function Fe(){return a.owner}function Ut(e){let t=a.owner;return a.owner=e,t}function xe(e,t){let n=a.owner;a.owner=e;try{return t()}finally{a.owner=n}}function _(e){if(a.owner){if(a.owner.disposed){e();return}(a.owner.cleanups??=[]).push(e)}}function he(e,t=!0){if(!e.disposed){if(e.owned){for(let n=e.owned.length-1;n>=0;n--)he(e.owned[n]);e.owned=null}if(e.cleanups){for(let n=e.cleanups.length-1;n>=0;n--)e.cleanups[n]();e.cleanups=null}t&&(e.disposed=!0)}}function re(e){let t=be(a.owner);a.owner&&(a.owner.owned??=[]).push(t);let n=a.owner;a.owner=t;try{return e(()=>he(t))}finally{a.owner=n}}function It(e){a.hostSchedule=e??(t=>{Promise.resolve().then(t)})}function Cn(e){e.queued||(e.queued=!0,a.queue.push(e),!a.scheduled&&a.batchDepth===0&&(a.scheduled=!0,a.hostSchedule(ge)))}function ge(){if(a.scheduled=!1,a.flushing)return;a.flushing=!0;let e=0;try{for(;a.queue.length;){if(++e>1e5)throw new Error("[fluixi] effect flush did not settle (cycle?)");let t=a.queue;a.queue=[];for(let n of t)n.queued=!1,n.disposed||n.run()}}finally{a.flushing=!1}}function Mt(){a.batchDepth===0&&ge()}function et(e){a.batchDepth++;try{return e()}finally{--a.batchDepth===0&&ge()}}var Ze=class{constructor(t){this.queued=!1;this.disposed=!1;this.owner=be(a.owner),a.owner&&(a.owner.cleanups??=[]).push(()=>this.dispose()),this.computed=new $(()=>{he(this.owner,!1),xe(this.owner,()=>{let n=t();typeof n=="function"&&(this.owner.cleanups??=[]).push(n)})}),this.watcher=new ne(()=>Cn(this)),this.run(),this.watcher.watch(this.computed)}run(){if(!this.disposed){this.watcher.getPending();try{this.computed.get()}catch(t){if(t&&typeof t.then=="function"&&a.onSuspend){a.onSuspend(t,this.owner);return}if(a.onError&&a.onError(t,this.owner))return;throw t}}}dispose(){this.disposed||(this.disposed=!0,this.watcher.unwatch(this.computed),he(this.owner))}};function De(e){let t=new Ze(e);return()=>t.dispose()}function En(e){return!!e&&typeof e.then=="function"}It(()=>{});var qt=Symbol.for("signal"),Pn=Symbol.for("memo"),kn=Symbol.for("signal-node");function h(e,t){let n=new te(e,{equals:t?.equals}),r=(()=>n.get()),o=(s=>{let i=typeof s=="function"?s(n.peek()):s;return n.set(i),Mt(),i});return Object.defineProperty(r,qt,{value:!0,enumerable:!0}),Object.defineProperty(r,kn,{value:{get value(){return n.peek()},get version(){return n.version}},enumerable:!1}),[r,o]}function y(e,t,n){let r=t,o=Fe(),s=new $(()=>xe(o,()=>{try{return r=e(r)}catch(c){if(En(c))return Ft(c),r;throw c}}),{equals:n?.equals}),i=(()=>s.get());return Object.defineProperty(i,qt,{value:!0,enumerable:!0}),Object.defineProperty(i,Pn,{value:!0,enumerable:!0}),i}function M(e,t){let n=t;return De(()=>{n=e(n)})}function _n(e,t){let n=t;De(()=>{n=e(n)})}function Fn(e,t){let n=t;return De(()=>{n=e(n)})}function V(e){return et(e)}function U(e){return me(e)}function Nt(e){return et(e),Promise.resolve()}function Dn(){return[()=>!1,Nt]}function Un(){return ge(),Promise.resolve()}function In(e,t,n){let r=Array.isArray(e),o,s=n?.defer??!1;return i=>{let c=r?e.map(l=>l()):e();if(s){s=!1,o=c;return}let u=me(()=>t(c,o,i));return o=c,u}}function ro(e,t,n){let r=[];return _(()=>{for(let o of r)o.dispose();r=[]}),y(()=>{let o=e()||[];return U(()=>{if(o.length===0){for(let u of r)u.dispose();return r=[],n?.fallback?n.fallback():[]}let s=new Map;for(let u of r)s.has(u.item)||s.set(u.item,u);let i=[],c=new Set;for(let u=0;u<o.length;u++){let l=o[u],b=s.get(l);if(b&&!c.has(b))b.setIndex(u),i.push(b),c.add(b);else{let d,m,v;re(x=>{v=x;let[C,p]=h(u);m=p,d=t(l,C)});let w={item:l,rendered:d,dispose:v,setIndex:m};i.push(w),c.add(w)}}for(let u of r)c.has(u)||u.dispose();return r=i,i.map(u=>u.rendered)})})}function oo(e,t,n,r){let o=[],s=[];return _(()=>{for(let i of s)i.dispose();o=[],s=[]}),y(()=>{let i=e()||[];return U(()=>{if(i.length===0){for(let d of s)d.dispose();return o=[],s=[],r?.fallback?r.fallback():[]}let c=new Map;for(let d=0;d<o.length;d++)c.set(o[d],s[d]);let u=[],l=[],b=new Set;for(let d=0;d<i.length;d++){let m=t(i[d]),v=c.get(m);if(v&&!b.has(m))v.setIndex(d),u.push(v);else{let w,x,C;re(p=>{C=p;let[F,R]=h(d);x=R;let N=y(E=>{let D=(e()||[])[F()];return D??E},i[d]);w=n(N,F)}),u.push({rendered:w,dispose:C,setIndex:x})}l.push(m),b.add(m)}for(let[d,m]of c)b.has(d)||m.dispose();return o=l,s=u,u.map(d=>d.rendered)})})}function so(e,t,n){let r=[];return _(()=>{for(let o of r)o.dispose();r=[]}),y(()=>{let o=e()||[];return U(()=>{if(o.length===0){for(let u of r)u.dispose();return r=[],n?.fallback?n.fallback():[]}let s=r.length,i=o.length;for(let u=s;u<i;u++){let l,b,d,m=o[u];re(v=>{d=v;let[w,x]=h(m);b=x,l=t(w,u)}),r.push({rendered:l,setItem:b,dispose:d})}for(let u=i;u<s;u++)r[u].dispose();i<s&&(r=r.slice(0,i));let c=Math.min(s,i);for(let u=0;u<c;u++)r[u].setItem(o[u]);return r.map(u=>u.rendered)})})}var Mn=typeof window>"u"?!1:window.__FLUIXI_PROD__===!0,we=typeof process>"u"?Mn:!1,qn=Symbol.for("signal"),Nn=Symbol.for("memo"),jn=Symbol.for("resource");function Ue(e){return typeof e=="function"&&e[qn]===!0}function jt(e){return typeof e=="function"&&e[Nn]===!0}function Bt(e){return typeof e=="function"&&e[jn]===!0}function Lt(e){return typeof e=="function"&&e[Symbol.for("fluixi-component")]===!0}function $t(e){return typeof e=="function"&&e[Symbol.for("fluixi-suspense")]===!0}function Vt(e){return typeof e=="function"&&e[Symbol.for("fluixi-provider")]===!0}function tt(e){return Array.isArray(e)?e.length===2&&e[1]===" "?Array.isArray(e[0])?tt(e[0]):(typeof e[0]=="function",e[0]):e.length===1&&typeof e[0]=="function"?e[0]:e:e}var nt=null;function Kt(e){nt=e}function oe(e){nt&&nt(e)}var rt=null;function Ht(e){rt=e}function Ie(e){return rt?rt(e):void 0}var ot=null;function Wt(e){ot=e}function Me(){return ot?ot():void 0}var st=null;function Gt(e){st=e}function qe(e,t){st&&st(e,t)}function Bn(e,t=(n,r)=>n===r){let n=new Map;return M(()=>{let r=e();for(let[o,s]of n){let[i,c]=s,u=t(o,r);i()!==u&&c(u)}}),r=>{let o=n.get(r);if(!o){let[s,i]=h(!1);o=[s,i],n.set(r,o);let c=e();i(t(r,c))}return o[0]()}}function Ln(e,t){let[n,r]=h(e(),t);return M(()=>{let o=e();t?.timeoutMs?setTimeout(()=>r(()=>o),t.timeoutMs):typeof requestIdleCallback=="function"?requestIdleCallback(()=>r(()=>o)):Promise.resolve().then(()=>r(()=>o))}),n}function $n(e,t){let n,r=(...o)=>{n!==void 0&&clearTimeout(n),n=setTimeout(()=>{n=void 0,e(...o)},t)};return _(()=>{n!==void 0&&clearTimeout(n)}),r}function Vn(e){return!!e&&typeof e.then=="function"}var it=Symbol();function Oe(e,t,n={}){let r,o;typeof t=="function"?(r=typeof e=="function"?e:()=>e,o=t):(r=()=>!0,o=e,t&&typeof t=="object"&&(n=t));let s=n.transport===!1?void 0:Me(),i=s!==void 0?Ie(s):void 0,c=i!==void 0,[u,l]=h(i!==void 0?i.value:n.initialValue,{equals:!1}),[b,d]=h(void 0,{equals:!1}),[m,v]=h(i!==void 0||n.initialValue!==void 0?"ready":"unresolved",{equals:!1}),[w,x]=h(void 0,{equals:!1}),[C,p]=h(void 0,{equals:!1}),F=it,R=!1;M(()=>{let A=r();if(C(),A===!1||A===null||A===void 0){F=it,V(()=>{v("unresolved"),x(void 0),d(void 0)});return}let D=R;if(R=!1,F!==it&&A===F&&!D)return;if(F=A,c){c=!1;return}let L=!1;_(()=>L=!0);let H=U(m),de=U(u),J=H==="ready"||H==="refreshing";V(()=>{v(J?"refreshing":"pending"),d(void 0)});try{let I=o(A,{value:de,refetching:J});Vn(I)?(x(I),oe(I),I.then(W=>{L||(s!==void 0&&qe(s,W),V(()=>{l(()=>W),v("ready"),x(void 0)}))},W=>{L||V(()=>{d(W),v("errored"),x(void 0)})})):V(()=>{l(()=>I),v("ready"),x(void 0)})}catch(I){if(L)return;V(()=>{d(I),v("errored"),x(void 0)})}});let N=()=>{let A=m();return A==="pending"||A==="refreshing"},E=(()=>{let A=b();if(A)throw A;if(N()){let D=w();if(D)throw D}return u()});return Object.defineProperties(E,{state:{get:m},loading:{get:N},error:{get:b},latest:{get:u}}),Object.defineProperty(E,Symbol.for("resource"),{value:!0,enumerable:!0}),Object.defineProperty(E,Symbol.for("signal"),{value:!0,enumerable:!0}),[E,{mutate:l,refetch:()=>{R=!0,p(void 0)}}]}function zt(e,t=300){let[n,r]=h(e),[o,s]=h(e),[i,c]=h(!1),u,l=()=>{u!==void 0&&(clearTimeout(u),u=void 0)},b=()=>{l();let m=U(n);return s(()=>m),c(!1),m},d=(m=>{let v=typeof m=="function"?m(U(n)):m;return r(()=>v),c(!0),l(),u=setTimeout(b,t),v});return _(l),[o,d,{immediate:n,pending:i,flush:b,cancel:()=>{l(),c(!1)}}]}function Kn(e){return e!=null&&e!==""}function Hn(e,t,n={}){let{delay:r=300,initialValue:o,shouldFetch:s=Kn}=n,[i,c,u]=zt(e,r),l=()=>s(i())?i():!1,[b,{refetch:d}]=Oe(l,t,o===void 0?{}:{initialValue:o});return[b,{...u,query:i,setQuery:c,refetch:d}]}function Ne(e){if(typeof e=="function"&&!e.length){let t=e();return Ue(t)?t:Ne(t)}if(Array.isArray(e)){let t=[];for(let n=0;n<e.length;n++){let r=Ne(e[n]);Array.isArray(r)?t.push.apply(t,r):t.push(r)}return t}return e}function ut(e){let t=y(e);return we?y(()=>Ne(t()),void 0,{name:"children"}):y(()=>Ne(t()))}var at=ve();_t((e,t)=>{let n=_e(t,at);n&&(n.increment(),e.finally(()=>n.decrement()))});function Wn(){let[e,t]=h(0),n=0;return{increment:()=>t(n+=1),decrement:()=>t(n-=1),inFallback:()=>e()>0}}function Gn(e,t){return Se(at,e,t)}var Yt=ve();Dt((e,t)=>{let n=_e(t,Yt);return n?(n.setError(e),!0):!1});function zn(){let[e,t]=h(void 0,{equals:!1});return{error:e,reset:()=>t(()=>{}),setError:r=>t(()=>r)}}function Yn(e,t){return Se(Yt,e,t)}var Xn={State:te,Computed:$,subtle:{Watcher:ne,untrack:me,currentComputed:Pt,hasSinks:kt}};var Po=Symbol.for("signal"),ko=Symbol.for("fluixi-proxy");function Ho(e,t){let[n,r]=h(e,t);return Object.assign(n,{set:r})}function Wo(e,t,n){return y(e,t,n)}function Go(e,t){return M(e,t)}function Qn(...e){let[t,n]=Oe(...e);return Object.assign(t,n)}import{$PROXY as lt,batch as rn,createEffect as Be,createMemo as ft,createSignal as on,untrack as Jn}from"@fluixi/reactive/signal";var Le=Symbol("store-raw"),ie=Symbol("store-node"),Xt=Symbol("store-has"),dt=Symbol("store-self"),pt=Symbol("store-track"),Zn=Symbol("store-name"),er=Symbol("store-store"),Qt=new WeakMap,Jt=new WeakMap;function sn(e){let[t,n]=on(e),r=t;return r.$=n,r}function $e(e){let t=Qt.get(e);return t||Qt.set(e,t={keys:new Map}),t}function Zt(e,t,n){let r=e.keys.get(t);return r||e.keys.set(t,r=sn(n)),r}function en(e){let t=$e(e);(t.all||(t.all=sn()))()}function tn(e,t){e.$(typeof t=="function"?()=>t:t)}function un(e){if(e==null||typeof e!="object")return!1;if(Array.isArray(e))return!0;let t=Object.getPrototypeOf(e);return t===Object.prototype||t===null}function je(e){if(!un(e))return e;let t=Jt.get(e);if(t)return t;let n=new Proxy(e,tr);return Jt.set(e,n),n}var tr={get(e,t,n){if(t===Le||t===ie)return e;if(t===lt)return n;if(t===Xt)return i=>i in e;if(t==="__proxy")return!0;if(t===pt||t===dt)return en(e),n;let r=e[t];if(typeof r=="function"&&!Object.prototype.hasOwnProperty.call(e,t))return r;let o=Object.getOwnPropertyDescriptor(e,t);if(o&&o.get)return o.get.call(n);let s=Zt($e(e),t,r)();return un(s)?je(s):s},set(){return!0},deleteProperty(e,t){return t in e&&Re(e,t,void 0),!0},has(e,t){return t===Le||t===lt||t===ie||t===Xt||t===dt||t===pt?!0:(Zt($e(e),t,e[t])(),t in e)},ownKeys(e){return en(e),Reflect.ownKeys(e)},getOwnPropertyDescriptor(e,t){return Reflect.getOwnPropertyDescriptor(e,t)}};function Re(e,t,n){if(e[t]===n&&(n!==void 0||t in e))return;let o=Array.isArray(e),s=o?e.length:0;n===void 0?delete e[t]:e[t]=n;let i=$e(e),c=i.keys.get(t);if(c&&tn(c,n),o&&e.length!==s){let u=i.keys.get("length");u&&tn(u,e.length)}i.all&&i.all.$(void 0)}function nn(e,t){return typeof e=="function"?e(t):e}function Tt(e,t){for(let n of Object.keys(t)){let r=t[n],o=e[n];r&&typeof r=="object"&&!Array.isArray(r)&&o&&typeof o=="object"&&!Array.isArray(o)?Tt(o,r):Re(e,n,r)}}function mt(e){let t=[],n=e.replace(/\[([^\]]*)\]/g,".$1");for(let r of n.split("."))r.length&&t.push(r);return t}function an(e,t,n){let r=t.length-1;for(let s=0;s<r;s++){let i=t[s];if(i==="*"){let u=t.slice(s+1);if(Array.isArray(e))for(let l=0;l<e.length;l++)an(e[l],u,n);return}let c=e[i];(c==null||typeof c!="object")&&(c=/^\d+$/.test(t[s+1])?[]:{},Re(e,i,c)),e=c}let o=t[r];if(o==="*"){if(Array.isArray(e))for(let s=0;s<e.length;s++)Re(e,s,nn(n,e[s]));return}Re(e,o,nn(n,e[o]))}function ct(e,t,n){an(e,mt(t),n)}function nr(e,t){let n=t[0];if(typeof n=="function"&&t.length===1){let r=n(e);r&&r!==e&&Tt(e,r);return}if(Array.isArray(n)&&t.length===1){for(let r of n)Array.isArray(r)&&ct(e,r[0],r[1]);return}if(n&&typeof n=="object"&&!Array.isArray(n)&&t.length===1){Tt(e,n);return}if(Array.isArray(t[1])&&t.length>=3){ct(e,`${n}.${t[1].join(".")}`,t[2]);return}ct(e,String(n),t[1])}function yt(e){if(e==null||typeof e!="object")return e;if(Array.isArray(e))return e.map(yt);let t={};for(let n of Object.keys(e))t[n]=yt(e[n]);return t}function se(e,t){let n=e;for(let r of mt(t)){if(n==null)return;n=n[r]}return n}var G=class{constructor(t,n={immutable:!0}){this.options=n;this.root=t,this.set=((...r)=>rn(()=>nr(this.root,r)))}get state(){return je(this.root)}get proxy(){return je(this.root)}get accessor(){return(()=>je(this.root))}unwrap(){return this.root}getNode(t){return this.root&&this.root[t]}get(t){if(t==null||t==="")return Ae(this.state);let n=this.state;for(let r of mt(t)){if(n==null)return;n=n[r]}return Ae(n)}select(t){return ft(()=>t(this.state))}subscribe(t){return Be(()=>t(this.state))}watch(t,n){let r;return Be(()=>{let o=t(this.state);Object.is(o,r)||(n(o,r),r=o)})}reactive(t){return ft(()=>this.state[t])}produce(t){this.set((n=>{let r=yt(n);return t(r),r}))}reconcile(t,n={}){this.set(t)}push(t,...n){let r=se(this.root,t);this.set(t,r.concat(n))}pop(t){let n=se(this.root,t).slice(),r=n.pop();return this.set(t,n),r}shift(t){let n=se(this.root,t).slice(),r=n.shift();return this.set(t,n),r}splice(t,n,r,...o){let s=se(this.root,t).slice(),i=s.splice(n,r,...o);return this.set(t,s),i}insert(t,n,r){let o=se(this.root,t).slice();o.splice(n,0,r),this.set(t,o)}removeAt(t,n){let r=se(this.root,t).slice(),o=r.splice(n,1);return this.set(t,r),o}toObservable(){let[t]=on(this.state);return t.toObservable()}dispose(){}},rr=["get","select","watch","subscribe","produce","reconcile","push","pop","shift","splice","insert","removeAt","unwrap","toObservable"];function cn(e,t){for(let n of rr)e[n]=t[n].bind(t);e.$=t.reactive.bind(t)}function Ve(e,t={immutable:!0}){let n=new G(e,t);return cn(n.set,n),[n.proxy,n.set]}function ln(e,t={}){return new G(e,{...t,immutable:!1})}function or(e,t={}){let n=new G(e(),t);return Be(()=>n.set(e())),n}function sr(e,t,n){return Be(()=>n(t(e)))}function ir(e,t,n){return ft(()=>t(e),void 0,n)}function ur(e,t={}){let n=new G(e,t),r=(()=>n.proxy);return cn(r,n),r}function Ae(e){if(e==null||typeof e!="object")return e;let t=e[Le];return t!==void 0?t:e}function fn(e){return Jn(()=>Ae(e))}function ar(e){return ht(e)}function cr(e){return ht(e)?e[ie]:null}function lr(e){return e&&typeof e=="object"&&ie in e?e[ie]:null}function ht(e){return!!e&&typeof e=="object"&&(lt in e||e.__proxy===!0)}function fr(e){return e}var dr=Object.freeze({createStore:Ve,createMutableStore:ln,batch:rn,unwrap:Ae,untrackStore:fn});function bt(e){if(e==null||typeof e!="object")return e;if(Array.isArray(e))return e.map(bt);let t={};for(let n of Object.keys(e))t[n]=bt(e[n]);return t}function pr(e){return t=>{let n=bt(t);return e(n),n}}function Tr(e,t={}){return()=>e}function yr(e,t){let[n,r]=Ve(e,t);return new Proxy(n,{get:(o,s)=>s==="set"?r:o[s],has:(o,s)=>s==="set"||Reflect.has(o,s)})}function ds(e,t,n){return y(()=>t(e()),void 0,n)}function ps(e,t,n){return y(()=>e().filter(t),void 0,n)}function Ts(e,t,n,r){return y(()=>e().reduce(t,n),void 0,r)}function ys(e,t,n){return y(()=>e().find(t),void 0,n)}function ms(e,t,n){return y(()=>e().some(t),void 0,n)}function hs(e,t,n){return y(()=>e().every(t),void 0,n)}function bs(e,t,n){return y(()=>[...e()].sort(t),void 0,n)}function vs(e,t){return y(()=>[...new Set(e())],void 0,t)}function Ss(e,t,n){return y(()=>{let r=e.map(o=>o());return t(r)},void 0,n)}function xs(...e){return new B(t=>{let n=()=>e.map(o=>typeof o=="function"?o():o.get()),r=e.map(o=>typeof o=="function"&&o.subscribe?o.subscribe(()=>{t.next(n())}):typeof o!="function"?o.subscribe(()=>{t.next(n())}):M(()=>{t.next(n())}));return()=>{r.forEach(o=>{typeof o=="function"?o():o&&typeof o.unsubscribe=="function"&&o.unsubscribe()})}})}function gs(e,t,n){return y(()=>e()||t(),void 0,n)}function ws(e,t,n,r){return y(()=>n(e(),t()),void 0,r)}function Os(e,t,n){return y(()=>t(e()),void 0,{equals:n,internal:!0})}function Rs(e,t,n){return y(()=>{let r=e(),o={};for(let s of t)o[s]=r[s];return o},void 0,n)}function As(e,t,n){return y(()=>{let o={...e()};for(let s of t)delete o[s];return o},void 0,n)}function Cs(e,t,n,r){return y(()=>e()?t():n(),void 0,r)}function Es(e,t,n){return y(()=>e()?t():void 0,void 0,n)}function Ps(e,t,n){let[r,o]=h(e()),s;return y(()=>{let i=e();clearTimeout(s),s=setTimeout(()=>o(()=>i),t)}),r}function ks(e,t,n){let[r,o]=h(e()),s=0,i;return y(()=>{let c=e(),u=Date.now();u-s>=t?(s=u,o(()=>c)):(clearTimeout(i),i=setTimeout(()=>{s=Date.now(),o(()=>c)},t-(u-s)))}),r}function _s(e){let t=e;for(;typeof t=="function";)t=t();return t}var mr=Symbol.for("signal");var dn=Symbol("fluixi-proxy"),hr=Symbol.for("signal-node"),Ce=0,St=1,Ge=2,ae=3,S=null,O=null,f=null,He=null,We=0,br=!1,vt=!1,ue=0,vr=1e6,K=new WeakMap,Ke=null;var Sr=new Map,xr=0;function gr(){return`node_${++xr}_${Date.now()}`}function wr(e){we&&Sr.set(e.id,new WeakRef(e))}function Or(e,t,n){let r={id:gr(),type:e,value:t,version:0,equals:n?.equals,name:n?.name,created:Date.now(),updated:Date.now()};return wr(r),r}function Rr(e,t){return e===t}function Tn(e){throw typeof console<"u"&&console.error("Reactive error:",e),e}function Ar(e){if(f)f.indexOf(e)===-1&&f.push(e);else if(Ke&&Ke.running&&!e.pure)Ke.effects.indexOf(e)===-1&&Ke.effects.push(e);else if(!e.pure||e.computed)gt(e);else if(e.pure&&!e.computed&&e.accessor){let t=O,n=f;O=null,f=[],e.accessor(),O=t;let r=f;if(f=n,r.length>0){let o=f;ze(r),f=o}}}function pn(e,t){for(let n=0;n<e.length;n++)t(e[n])}function z(e,t){let n=e;typeof n=="object"&&n&&dn in n&&delete n[dn];let r=Or("signal",n,{equals:t?.equals===!1?void 0:t?.equals,name:t?.name}),o=[i,c];K.set(o,new Set);let s;function i(){let u=O;if(u){u.sources?u.sources.indexOf(o)===-1&&u.sources.push(o):u.sources=[o];let l=K.get(o);l&&!l.has(u)&&l.add(u)}return n}function c(u){let l=typeof u=="function"?u(n):u,b=r.equals||Rr;if(t?.equals===!1||!b(n,l)){n=l,r.value=l,r.version++,r.updated=Date.now();let m=K.get(o);if(m&&m.size>0){let C=function(p,F=!1){let R=p.state;if(!(R===ae&&p===O)){if(F&&!p.pure){R===Ce&&(p.state=St,br&&(f!==null&&f.indexOf(p)===-1?f.push(p):w.push(p)));return}if(!x.has(p)&&(x.add(p),p.state=Ge,R===Ce||R===St?w.push(p):!p.pure&&f!==null&&f.indexOf(p)===-1&&f.push(p),p.pure&&p.accessor)){let N=K.get(p.accessor);N&&pn(Array.from(N),E=>C(E,!0))}}};var d=C;let v=Array.from(m),w=[],x=new Set;pn(v,C);for(let p of w)Ar(p)}}}return i.toObservable=()=>new B(u=>{let l=!0;return xt(()=>{let d=i();l?l=!1:u.next(d)})}),Object.defineProperty(i,mr,{value:!0,enumerable:!0}),Object.defineProperty(i,hr,{value:r,enumerable:!1}),o}function xt(e,t,n){let r={fn:e,state:Ge,sources:null,sourceSlots:null,owned:null,cleanups:null,owner:S,contexts:null,pure:!1,updatedAt:null};S&&(S.owned?S.owned.push(r):S.owned=[r]);let o=q&&fe(q);return o&&(r.suspense=o),yn(r,t),()=>ce(r)}function yn(e,t){if(e.sources){for(let o of e.sources){let s=K.get(o);s&&s.delete(e)}e.sources=null,e.sourceSlots=null}if(e.owned){for(let o=0;o<e.owned.length;o++)ce(e.owned[o]);e.owned=null}let n=O,r=S;if(O=e,S=e,We++,We>vr)throw We=0,O=n,S=r,new Error("Potential infinite loop detected. Exceeded maximum iterations.");try{e.state=ae;let o=e.fn(t);typeof o=="function"&&(e.cleanups?e.cleanups.push(o):e.cleanups=[o]),e.state===ae&&(e.state=Ce)}catch(o){if(Xe(o)){let s=q&&fe(q);s&&(s.increment(),o.finally(()=>s.decrement()),e.suspense&&s.effects.push(e));return}Tn(o)}finally{O=n,S=r}}function gt(e){if(!(e.disposed||!e.fn||e.state===Ce)&&(e.state===Ge||e.state===St||e.state===ae)){if(e.cleanups){for(let t=0;t<e.cleanups.length;t++)e.cleanups[t]();e.cleanups=null}if(e.owned){for(let t=0;t<e.owned.length;t++)ce(e.owned[t]);e.owned=null}e.renderEffect?hn(e):yn(e,e.value)}}function ce(e){if(e.disposed=!0,e.sources)for(let t of e.sources){let n=K.get(t);n&&n.delete(e)}if(e.cleanups)for(let t=0;t<e.cleanups.length;t++)e.cleanups[t]();if(e.owned)for(let t=0;t<e.owned.length;t++)ce(e.owned[t]);if(e.owner&&e.owner.owned){let t=e.owner.owned.indexOf(e);t!==-1&&e.owner.owned.splice(t,1)}}function ze(e){let t=[],n=[];for(let o of e)o.pure&&!o.computed&&o.accessor?t.indexOf(o)===-1&&t.push(o):(o.computed||!o.pure)&&n.indexOf(o)===-1&&n.push(o);f=[];let r=0;for(;r<t.length;){let o=t[r++],s=K.get(o.accessor);if(s&&s.size>0){let c=O;O=null,o.accessor(),O=c}let i=f.splice(0);for(let c of i)c.pure&&!c.computed&&c.accessor?t.indexOf(c)===-1&&t.push(c):(c.computed||!c.pure)&&n.indexOf(c)===-1&&n.push(c)}f=null;for(let o of n)(o.computed||!o.pure)&>(o)}function Y(e){if(f&&ue>0)return e();if(f&&ue===0){let t=f,n=[];f=n,ue++;let r;try{r=e()}finally{ue--,f=t}let o=f;return ze(n),f=o,r}ue++,f=[],He=[];try{return e()}finally{ue--,Cr()}}function Cr(){if(!vt){vt=!0,We=0;try{for(;f&&f.length>0;){let e=f;f=null,ze(e)}if(f=null,He){let e=He;He=null;for(let t=0;t<e.length;t++)gt(e[t])}}finally{vt=!1}}}function le(e){let t=O;O=null;try{return e()}finally{O=t}}function mn(e){S&&(S.cleanups?S.cleanups.push(e):S.cleanups=[e])}function Er(e){let t=Symbol("context"),n=Pr(t);return{id:t,Provider:n,defaultValue:e}}function Pr(e){return t=>{let n=S;for(;n;)n.contexts||(n.contexts=new Map),n.contexts.has(e)||n.contexts.set(e,t.value),n=n.owner;let r;return kr(()=>{r=le(()=>{let o=S;return o&&(o.contexts||(o.contexts=new Map),o.contexts.set(e,t.value)),ut(()=>t.children)})}),r}}function fe(e){let t=S;for(;t;){if(t.contexts&&t.contexts.has(e.id))return t.contexts.get(e.id);t=t.owner}if(e)return e.defaultValue}function kr(e,t,n){let r={fn:e,state:Ge,sources:null,sourceSlots:null,value:t,owned:null,cleanups:null,owner:S,contexts:null,pure:!1,updatedAt:null,renderEffect:!0};S&&(S.owned?S.owned.push(r):S.owned=[r]);let o=q&&fe(q);return o&&(r.suspense=o),hn(r),()=>ce(r)}function hn(e){if(e.sources){for(let o of e.sources){let s=K.get(o);s&&s.delete(e)}e.sources=null,e.sourceSlots=null}if(e.cleanups){for(let o=0;o<e.cleanups.length;o++)e.cleanups[o]();e.cleanups=null}if(e.owned){for(let o=0;o<e.owned.length;o++)ce(e.owned[o]);e.owned=null}let t=O,n=S,r=f;O=e,S=e,f===null&&(f=[]),e.state=ae;try{let o=e.fn(e.value);typeof o=="function"&&(e.cleanups||(e.cleanups=[]),e.cleanups.push(o)),e.value=o,e.state===ae&&(e.state=Ce)}catch(o){if(Xe(o)){let s=q&&fe(q);s&&(s.increment(),o.finally(()=>s.decrement()),e.suspense&&s.effects.push(e));return}Tn(o)}finally{O=t,S=n;let o=f;if(f=r,o!==r&&o&&o.length>0){let s=f;ze(o),f=s}}}var q;function bn(){return q||(q=Er())}var Q=new Map,X=new Map,_r=0,Fr=Symbol.for("signal"),Dr=Symbol.for("resource");function Ls(e,t,n={}){let r,o,s;typeof t=="function"?(r=e,o=t,s=n):(r=()=>!0,o=e,s=t??n);let{ttl:i=1/0,name:c=`_auto_${_r++}`,staleWhileRevalidate:u=!0}=s,l=c,b=T=>`${l}:${JSON.stringify(T)}`,d=T=>i===1/0||Date.now()-T.timestamp<=i,[m,v]=z(void 0,{equals:!1}),[w,x]=z("unresolved",{equals:!1}),[C,p]=z(void 0,{equals:!1}),[F,R]=z(void 0,{equals:!1}),[N,E]=z(!1),[A,D]=z(0,{equals:!1}),L=Symbol("unset"),H=L,de=!1,J=!1;function I(T,P,k,j){if(X.has(P)){X.get(P).then(g=>{j()||W(g,k)},g=>{!j()&&!k&&wt(g)}),k||R(X.get(P));return}let Z=Promise.resolve(o(T)).then(g=>(Q.set(P,{value:g,timestamp:Date.now()}),X.delete(P),g),g=>{throw X.delete(P),g});if(X.set(P,Z),!k){oe(Z),R(Z);let g=Ee&&fe(Ee);g&&(g.increment(),Z.finally(()=>g.decrement()))}Z.then(g=>{j()||W(g,k)},g=>{!j()&&!k&&wt(g)})}function W(T,P){Y(()=>{v(()=>T),x("ready"),E(!1),R(void 0),p(void 0)})}function wt(T){Y(()=>{p(T),x("errored"),R(void 0)})}let Ee;xt(()=>{Ee===void 0&&(Ee=bn());let T=r();if(A(),T===!1||T===null||T===void 0){H=L,Y(()=>{x("unresolved"),R(void 0),p(void 0)});return}let P=de,k=J;de=!1,J=!1;let j=b(T);k&&Q.delete(j);let Z=H===L||T!==H;H=T;let g=!1;mn(()=>{g=!0});let ee=Q.get(j);if(ee&&d(ee)&&!P&&!k){(le(w)!=="ready"||le(m)!==ee.value)&&Y(()=>{v(()=>ee.value),x("ready"),E(!1),p(void 0)});return}if(ee&&u&&!k){Y(()=>{v(()=>ee.value),x("ready"),E(!0),p(void 0),R(void 0)}),I(T,j,!0,()=>g);return}let Ot=le(w),vn=Ot==="ready"||Ot==="refreshing";Y(()=>{x(vn?"refreshing":"pending"),p(void 0),E(!1)}),I(T,j,!1,()=>g)});let Pe=(()=>{let T=C();if(T)throw T;if(w()==="pending"){let k=F();if(k)throw k}return m()});return Object.defineProperty(Pe,Dr,{value:!0,enumerable:!0}),Object.defineProperty(Pe,Fr,{value:!0,enumerable:!0}),Object.defineProperties(Pe,{state:{get:w},loading:{get:()=>{let T=w();return T==="pending"||T==="refreshing"}},error:{get:C},latest:{get:m},stale:{get:N}}),[Pe,{mutate:v,refetch:()=>{de=!0,D(T=>T+1)},invalidate:()=>{let T=le(r);T!=null&&T!==!1&&Q.delete(b(T)),J=!0,D(P=>P+1)}}]}function $s(e){let t=`${e}:`;for(let n of Q.keys())n.startsWith(t)&&Q.delete(n)}function Vs(){Q.clear(),X.clear()}export{Zn as $NAME,ie as $NODE,ko as $PROXY,Le as $RAW,dt as $SELF,Po as $SIGNAL,er as $STORE,pt as $TRACK,B as Observable,Qe as SafeSubscriber,Xn as Signal,G as Store,dr as StoreAPI,At as Subject,Te as Subscriber,pe as Subscription,at as SuspenseContext,Sn as VERSION,we as __DEV__,V as batch,Vs as clearAllCachedResources,$s as clearCachedResourceNamespace,Ss as combineSignal,xs as combineSignals,Ls as createCachedResource,wn as createChildOwner,_n as createComputed,or as createComputedStore,ve as createContext,$n as createDebounce,Hn as createDebouncedResource,zt as createDebouncedSignal,Ln as createDeferred,M as createEffect,zn as createErrorBoundary,y as createMemo,ln as createMutableStore,Fn as createRenderEffect,Oe as createResource,re as createRoot,Bn as createSelector,h as createSignal,Ve as createStore,sr as createStoreEffect,ir as createStoreMemo,Wn as createSuspenseBoundary,Ps as debounceSignal,On as disposeScope,vs as distinctSignal,Go as effect,hs as everySignal,ps as filterSignal,ys as findSignal,Un as flush,cr as getNode,Fe as getOwner,Ie as getServerData,lr as getStoreNode,Es as guardSignal,so as indexArray,Lt as isComponent,jt as isMemo,Rn as isOwnerDisposed,Vt as isProvider,Bt as isResource,Ue as isSignal,ar as isStore,ht as isStoreProxy,$t as isSuspense,oo as keyArray,tt as makeArrayFlat,ro as mapArray,ds as mapSignal,Wo as memo,gs as mergeSignal,fr as modifiable,Me as nextResourceId,As as omitSignal,In as on,_ as onCleanup,$r as operate,Rs as pickSignal,pr as produceUtil,Se as provide,Yn as provideErrorBoundary,Gn as provideSuspense,ut as readChildren,_s as readSignal,Tr as reconcileUtil,Ts as reduceSignal,qe as reportResourceData,Qn as resource,xe as runWithOwner,Os as selectSignal,Ut as setOwner,Gt as setResourceDataSink,Wt as setResourceIdSource,Kt as setResourceTracker,Ht as setServerDataGetter,Ho as signal,ms as someSignal,bs as sortSignal,Nt as startTransition,yr as store,ks as throttleSignal,oe as trackResourcePromise,U as untrack,fn as untrackStore,Ae as unwrap,An as useContext,Dn as useTransition,Cs as whenSignal,ur as wrap,ws as zipSignal};
|
|
1
|
+
var Sn="1.0.0-alpha.82";function Ye(e){return typeof e=="function"&&!/^class\s/.test(Function.prototype.toString.call(e))}function Rt(e){return e==null||Array.isArray(e)||typeof e=="function"||e instanceof Date||e instanceof RegExp||e instanceof Map||e instanceof Set||e instanceof Error?!1:typeof e=="object"}function Xe(e){return e instanceof Promise||!!e&&(typeof e=="object"||typeof e=="function")&&"then"in e}var pe=class e{constructor(t){this._closed=!1;this._parentOrParents=null;this._subscriptions=null;t&&(this._subscriptions=[t])}get closed(){return this._closed}unsubscribe(){if(this._closed)return;this._closed=!0;let{_parentOrParents:t,_subscriptions:n}=this;if(t instanceof e)t.remove(this);else if(t!==null)for(let r of t)r.remove(this);if(n){for(let r of n)if(Ye(r)&&!(r instanceof e))try{r()}catch(o){console.error("Error in unsubscribe function:",o)}else if(Rt(r)&&typeof r.unsubscribe=="function")try{r.unsubscribe()}catch(o){console.error("Error unsubscribing child:",o)}this._subscriptions=null}}add(t){if(!t||t===this)return this;if(t.closed)return this;let{_closed:n,_subscriptions:r}=this;if(n){if(Ye(t))try{t()}catch(o){console.error("Error in unsubscribe function:",o)}else if(t.unsubscribe)try{t.unsubscribe()}catch(o){console.error("Error unsubscribing:",o)}return this}return r||(this._subscriptions=[]),this._subscriptions.push(t),t instanceof e&&t._addParent(this),this}remove(t){let{_subscriptions:n}=this;if(!n)return;let r=n.indexOf(t);r!==-1&&(n.splice(r,1),t._removeParent(this))}_addParent(t){let{_parentOrParents:n}=this;n?Array.isArray(n)?n.push(t):this._parentOrParents=[n,t]:this._parentOrParents=t}_removeParent(t){let{_parentOrParents:n}=this;if(n===t)this._parentOrParents=null;else if(Array.isArray(n)){let r=n.indexOf(t);r!==-1&&(n.splice(r,1),n.length===1&&(this._parentOrParents=n[0]))}}};var Te=class extends pe{constructor(n,r,o){super();this.isStopped=!1;let s;n?typeof n=="object"?s=n:s={next:n,error:r,complete:o}:s={},this.destination=s}next(n){if(!this.isStopped&&this.destination.next)try{this.destination.next(n)}catch(r){this.error(r)}}error(n){if(!this.isStopped){if(this.isStopped=!0,this.destination.error)try{this.destination.error(n)}catch(r){throw r}else throw n;this.unsubscribe()}}complete(){if(!this.isStopped){if(this.isStopped=!0,this.destination.complete)try{this.destination.complete()}catch(n){this.error(n);return}this.unsubscribe()}}unsubscribe(){this.closed||(this.isStopped=!0,super.unsubscribe())}},Qe=class extends Te{constructor(n,r,o,s){super(n,r,o);this._isUnsubscribing=!1;this._parentSubscriber=null;this._parentSubscriber=s||null}next(n){if(!this.isStopped&&!this._isUnsubscribing)try{super.next(n)}catch(r){this.error(r)}}error(n){if(!this.isStopped&&!this._isUnsubscribing){this._isUnsubscribing=!0;try{super.error(n)}finally{this._isUnsubscribing=!1}}}complete(){if(!this.isStopped&&!this._isUnsubscribing){this._isUnsubscribing=!0;try{super.complete()}finally{this._isUnsubscribing=!1}}}unsubscribe(){this.closed||(this._isUnsubscribing=!0,super.unsubscribe(),this._isUnsubscribing=!1)}};function $r(e){return new Te(e.next,e.error,e.complete)}var B=class extends pe{constructor(t){if(super(),t)this._subscribe=t;else throw new TypeError("Observable constructor requires a subscribe function")}subscribe(t,n,r){let o;t instanceof Te?o=t:o=new Qe(t,n,r);let{_subscribe:s}=this;try{let i=s.call(this,o);i&&(typeof i=="function"||typeof i.unsubscribe=="function")&&o.add(i)}catch(i){o.error(i)}return o}pipe(...t){return t.length===0?this:t.reduce((n,r)=>r(n),this)}toPromise(){return new Promise((t,n)=>{let r;this.subscribe({next:o=>r=o,error:n,complete:()=>t(r)})})}};var At=class extends B{constructor(){super(n=>{if(this.closed)throw new Error("Subject has been closed");if(this.hasError)n.error(this.thrownError);else if(this.isStopped)n.complete();else return this.observers.push(n),()=>{let r=this.observers.indexOf(n);r!==-1&&this.observers.splice(r,1)}});this.observers=[];this.isStopped=!1;this.hasError=!1;this.thrownError=null}next(n){if(this.isStopped)return;let{observers:r}=this,o=r.length,s=r.slice();for(let i=0;i<o;i++)s[i].next?.(n)}error(n){if(this.isStopped)return;this.hasError=!0,this.thrownError=n,this.isStopped=!0;let{observers:r}=this;this.observers=[];let o=r.length,s=r.slice();for(let i=0;i<o;i++)s[i].error?.(n)}complete(){if(this.isStopped)return;this.isStopped=!0;let{observers:n}=this;this.observers=[];let r=n.length,o=n.slice();for(let s=0;s<r;s++)o[s].complete?.()}unsubscribe(){this.isStopped=!0,this.observers=[]}asObservable(){return new B(r=>this.subscribe(r))}};var xn="__fluixi_signal_next_state__",gn=e=>{typeof queueMicrotask=="function"?queueMicrotask(e):Promise.resolve().then(e)},a=globalThis[xn]??={consumer:null,untracked:!1,owner:null,queue:[],scheduled:!1,flushing:!1,batchDepth:0,hostSchedule:gn,onSuspend:null,onError:null};var Ct=0,Et=1,ye=2,ke=class{constructor(){this.observers=null;this.watchers=null;this.version=0}updateIfNecessary(){}track(){if(a.untracked)return;let t=a.consumer;t&&((this.observers??=new Set).add(t),(t.sources??=new Set).add(this))}},te=class extends ke{constructor(t,n){super(),this._value=t,this._equals=n?.equals===!1?()=>!1:n?.equals??Object.is}get(){return this.track(),this._value}set(t){if(!this._equals(this._value,t)){if(this._value=t,this.version++,this.observers)for(let n of[...this.observers])n.markDirty(ye);Je(this)}}peek(){return this._value}},$=class extends ke{constructor(n,r){super();this._threw=!1;this._initialized=!1;this.state=ye;this.sources=null;this._fn=n,this._equals=r?.equals===!1?()=>!1:r?.equals??Object.is}get(){if(a.consumer===this)throw new Error("Signal.Computed cannot read itself");if(this.track(),this.updateIfNecessary(),this._threw)throw this._error;return this._value}updateIfNecessary(){if(this.state===Et&&this.sources){for(let n of this.sources)if(n.updateIfNecessary(),this.state===ye)break}(this.state===ye||!this._initialized)&&this.recompute(),this.state=Ct}recompute(){if(this.sources){for(let u of this.sources)u.observers?.delete(this);this.sources.clear()}let n=a.consumer,r=a.untracked;a.consumer=this,a.untracked=!1;let o,s=!1,i;try{o=this._fn()}catch(u){s=!0,i=u,o=this._value}finally{a.consumer=n,a.untracked=r}let c=!this._initialized||this._threw!==s||(s?i!==this._error:!this._equals(this._value,o));if(this._initialized=!0,this._threw=s,this._error=i,this._value=o,c){if(this.version++,this.observers)for(let u of[...this.observers])u.markDirty(ye);Je(this)}}markDirty(n){if(this.state>=n)return;let r=this.state===Ct;if(this.state=n,r){if(this.observers)for(let o of[...this.observers])o.markDirty(Et);Je(this)}}peek(){if(this.updateIfNecessary(),this._threw)throw this._error;return this._value}};function Je(e){if(e.watchers)for(let t of[...e.watchers])t._notify(e)}var ne=class{constructor(t){this._watched=new Set;this._pending=new Set;this._notifyFn=t}watch(...t){for(let n of t)this._watched.add(n),(n.watchers??=new Set).add(this)}unwatch(...t){for(let n of t)this._watched.delete(n),n.watchers?.delete(this),this._pending.delete(n)}getPending(){let t=[...this._pending];return this._pending.clear(),t}_notify(t){if(!this._watched.has(t)||this._pending.has(t))return;let n=this._pending.size===0;this._pending.add(t),n&&this._notifyFn()}};function me(e){if(a.untracked)return e();a.untracked=!0;try{return e()}finally{a.untracked=!1}}function Pt(){return a.consumer}function kt(e){return!!(e.observers&&e.observers.size)||!!(e.watchers&&e.watchers.size)}function wn(e){let t=be(e);return e&&(e.owned??=[]).push(t),t}function On(e,t=!0){he(e,t)}function Rn(e){return!!e&&e.disposed===!0}function be(e){return{cleanups:null,owned:null,parent:e,contexts:null}}function ve(e){let t=Symbol("context");return{id:t,defaultValue:e,Provider:r=>{let o=a.owner,s=be(o);(s.contexts=new Map).set(t,r.value),o&&(o.owned??=[]).push(s),a.owner=s;try{return r.children}finally{a.owner=o}}}}function An(e){let t=a.owner;for(;t;){if(t.contexts&&t.contexts.has(e.id))return t.contexts.get(e.id);t=t.parent}return e.defaultValue}function _e(e,t){let n=e;for(;n;){if(n.contexts&&n.contexts.has(t.id))return n.contexts.get(t.id);n=n.parent}return t.defaultValue}function Se(e,t,n){let r=be(a.owner);(r.contexts=new Map).set(e.id,t),a.owner&&(a.owner.owned??=[]).push(r);let o=a.owner;a.owner=r;try{return n()}finally{a.owner=o}}function _t(e){a.onSuspend=e}function Ft(e){return a.onSuspend?(a.onSuspend(e,a.owner),!0):!1}function Dt(e){a.onError=e}function Fe(){return a.owner}function Ut(e){let t=a.owner;return a.owner=e,t}function xe(e,t){let n=a.owner;a.owner=e;try{return t()}finally{a.owner=n}}function _(e){if(a.owner){if(a.owner.disposed){e();return}(a.owner.cleanups??=[]).push(e)}}function he(e,t=!0){if(!e.disposed){if(e.owned){for(let n=e.owned.length-1;n>=0;n--)he(e.owned[n]);e.owned=null}if(e.cleanups){for(let n=e.cleanups.length-1;n>=0;n--)e.cleanups[n]();e.cleanups=null}t&&(e.disposed=!0)}}function re(e){let t=be(a.owner);a.owner&&(a.owner.owned??=[]).push(t);let n=a.owner;a.owner=t;try{return e(()=>he(t))}finally{a.owner=n}}function It(e){a.hostSchedule=e??(t=>{Promise.resolve().then(t)})}function Cn(e){e.queued||(e.queued=!0,a.queue.push(e),!a.scheduled&&a.batchDepth===0&&(a.scheduled=!0,a.hostSchedule(ge)))}function ge(){if(a.scheduled=!1,a.flushing)return;a.flushing=!0;let e=0;try{for(;a.queue.length;){if(++e>1e5)throw new Error("[fluixi] effect flush did not settle (cycle?)");let t=a.queue;a.queue=[];for(let n of t)n.queued=!1,n.disposed||n.run()}}finally{a.flushing=!1}}function Mt(){a.batchDepth===0&&ge()}function et(e){a.batchDepth++;try{return e()}finally{--a.batchDepth===0&&ge()}}var Ze=class{constructor(t){this.queued=!1;this.disposed=!1;this.owner=be(a.owner),a.owner&&(a.owner.cleanups??=[]).push(()=>this.dispose()),this.computed=new $(()=>{he(this.owner,!1),xe(this.owner,()=>{let n=t();typeof n=="function"&&(this.owner.cleanups??=[]).push(n)})}),this.watcher=new ne(()=>Cn(this)),this.run(),this.watcher.watch(this.computed)}run(){if(!this.disposed){this.watcher.getPending();try{this.computed.get()}catch(t){if(t&&typeof t.then=="function"&&a.onSuspend){a.onSuspend(t,this.owner);return}if(a.onError&&a.onError(t,this.owner))return;throw t}}}dispose(){this.disposed||(this.disposed=!0,this.watcher.unwatch(this.computed),he(this.owner))}};function De(e){let t=new Ze(e);return()=>t.dispose()}function En(e){return!!e&&typeof e.then=="function"}It(()=>{});var qt=Symbol.for("signal"),Pn=Symbol.for("memo"),kn=Symbol.for("signal-node");function h(e,t){let n=new te(e,{equals:t?.equals}),r=(()=>n.get()),o=(s=>{let i=typeof s=="function"?s(n.peek()):s;return n.set(i),Mt(),i});return Object.defineProperty(r,qt,{value:!0,enumerable:!0}),Object.defineProperty(r,kn,{value:{get value(){return n.peek()},get version(){return n.version}},enumerable:!1}),[r,o]}function y(e,t,n){let r=t,o=Fe(),s=new $(()=>xe(o,()=>{try{return r=e(r)}catch(c){if(En(c))return Ft(c),r;throw c}}),{equals:n?.equals}),i=(()=>s.get());return Object.defineProperty(i,qt,{value:!0,enumerable:!0}),Object.defineProperty(i,Pn,{value:!0,enumerable:!0}),i}function M(e,t){let n=t;return De(()=>{n=e(n)})}function _n(e,t){let n=t;De(()=>{n=e(n)})}function Fn(e,t){let n=t;return De(()=>{n=e(n)})}function V(e){return et(e)}function U(e){return me(e)}function Nt(e){return et(e),Promise.resolve()}function Dn(){return[()=>!1,Nt]}function Un(){return ge(),Promise.resolve()}function In(e,t,n){let r=Array.isArray(e),o,s=n?.defer??!1;return i=>{let c=r?e.map(l=>l()):e();if(s){s=!1,o=c;return}let u=me(()=>t(c,o,i));return o=c,u}}function ro(e,t,n){let r=[];return _(()=>{for(let o of r)o.dispose();r=[]}),y(()=>{let o=e()||[];return U(()=>{if(o.length===0){for(let u of r)u.dispose();return r=[],n?.fallback?n.fallback():[]}let s=new Map;for(let u of r)s.has(u.item)||s.set(u.item,u);let i=[],c=new Set;for(let u=0;u<o.length;u++){let l=o[u],b=s.get(l);if(b&&!c.has(b))b.setIndex(u),i.push(b),c.add(b);else{let d,m,v;re(x=>{v=x;let[C,p]=h(u);m=p,d=t(l,C)});let w={item:l,rendered:d,dispose:v,setIndex:m};i.push(w),c.add(w)}}for(let u of r)c.has(u)||u.dispose();return r=i,i.map(u=>u.rendered)})})}function oo(e,t,n,r){let o=[],s=[];return _(()=>{for(let i of s)i.dispose();o=[],s=[]}),y(()=>{let i=e()||[];return U(()=>{if(i.length===0){for(let d of s)d.dispose();return o=[],s=[],r?.fallback?r.fallback():[]}let c=new Map;for(let d=0;d<o.length;d++)c.set(o[d],s[d]);let u=[],l=[],b=new Set;for(let d=0;d<i.length;d++){let m=t(i[d]),v=c.get(m);if(v&&!b.has(m))v.setIndex(d),u.push(v);else{let w,x,C;re(p=>{C=p;let[F,R]=h(d);x=R;let N=y(E=>{let D=(e()||[])[F()];return D??E},i[d]);w=n(N,F)}),u.push({rendered:w,dispose:C,setIndex:x})}l.push(m),b.add(m)}for(let[d,m]of c)b.has(d)||m.dispose();return o=l,s=u,u.map(d=>d.rendered)})})}function so(e,t,n){let r=[];return _(()=>{for(let o of r)o.dispose();r=[]}),y(()=>{let o=e()||[];return U(()=>{if(o.length===0){for(let u of r)u.dispose();return r=[],n?.fallback?n.fallback():[]}let s=r.length,i=o.length;for(let u=s;u<i;u++){let l,b,d,m=o[u];re(v=>{d=v;let[w,x]=h(m);b=x,l=t(w,u)}),r.push({rendered:l,setItem:b,dispose:d})}for(let u=i;u<s;u++)r[u].dispose();i<s&&(r=r.slice(0,i));let c=Math.min(s,i);for(let u=0;u<c;u++)r[u].setItem(o[u]);return r.map(u=>u.rendered)})})}var Mn=typeof window>"u"?!1:window.__FLUIXI_PROD__===!0,we=typeof process>"u"?Mn:!1,qn=Symbol.for("signal"),Nn=Symbol.for("memo"),jn=Symbol.for("resource");function Ue(e){return typeof e=="function"&&e[qn]===!0}function jt(e){return typeof e=="function"&&e[Nn]===!0}function Bt(e){return typeof e=="function"&&e[jn]===!0}function Lt(e){return typeof e=="function"&&e[Symbol.for("fluixi-component")]===!0}function $t(e){return typeof e=="function"&&e[Symbol.for("fluixi-suspense")]===!0}function Vt(e){return typeof e=="function"&&e[Symbol.for("fluixi-provider")]===!0}function tt(e){return Array.isArray(e)?e.length===2&&e[1]===" "?Array.isArray(e[0])?tt(e[0]):(typeof e[0]=="function",e[0]):e.length===1&&typeof e[0]=="function"?e[0]:e:e}var nt=null;function Kt(e){nt=e}function oe(e){nt&&nt(e)}var rt=null;function Ht(e){rt=e}function Ie(e){return rt?rt(e):void 0}var ot=null;function Wt(e){ot=e}function Me(){return ot?ot():void 0}var st=null;function Gt(e){st=e}function qe(e,t){st&&st(e,t)}function Bn(e,t=(n,r)=>n===r){let n=new Map;return M(()=>{let r=e();for(let[o,s]of n){let[i,c]=s,u=t(o,r);i()!==u&&c(u)}}),r=>{let o=n.get(r);if(!o){let[s,i]=h(!1);o=[s,i],n.set(r,o);let c=e();i(t(r,c))}return o[0]()}}function Ln(e,t){let[n,r]=h(e(),t);return M(()=>{let o=e();t?.timeoutMs?setTimeout(()=>r(()=>o),t.timeoutMs):typeof requestIdleCallback=="function"?requestIdleCallback(()=>r(()=>o)):Promise.resolve().then(()=>r(()=>o))}),n}function $n(e,t){let n,r=(...o)=>{n!==void 0&&clearTimeout(n),n=setTimeout(()=>{n=void 0,e(...o)},t)};return _(()=>{n!==void 0&&clearTimeout(n)}),r}function Vn(e){return!!e&&typeof e.then=="function"}var it=Symbol();function Oe(e,t,n={}){let r,o;typeof t=="function"?(r=typeof e=="function"?e:()=>e,o=t):(r=()=>!0,o=e,t&&typeof t=="object"&&(n=t));let s=n.transport===!1?void 0:Me(),i=s!==void 0?Ie(s):void 0,c=i!==void 0,[u,l]=h(i!==void 0?i.value:n.initialValue,{equals:!1}),[b,d]=h(void 0,{equals:!1}),[m,v]=h(i!==void 0||n.initialValue!==void 0?"ready":"unresolved",{equals:!1}),[w,x]=h(void 0,{equals:!1}),[C,p]=h(void 0,{equals:!1}),F=it,R=!1;M(()=>{let A=r();if(C(),A===!1||A===null||A===void 0){F=it,V(()=>{v("unresolved"),x(void 0),d(void 0)});return}let D=R;if(R=!1,F!==it&&A===F&&!D)return;if(F=A,c){c=!1;return}let L=!1;_(()=>L=!0);let H=U(m),de=U(u),J=H==="ready"||H==="refreshing";V(()=>{v(J?"refreshing":"pending"),d(void 0)});try{let I=o(A,{value:de,refetching:J});Vn(I)?(x(I),oe(I),I.then(W=>{L||(s!==void 0&&qe(s,W),V(()=>{l(()=>W),v("ready"),x(void 0)}))},W=>{L||V(()=>{d(W),v("errored"),x(void 0)})})):V(()=>{l(()=>I),v("ready"),x(void 0)})}catch(I){if(L)return;V(()=>{d(I),v("errored"),x(void 0)})}});let N=()=>{let A=m();return A==="pending"||A==="refreshing"},E=(()=>{let A=b();if(A)throw A;if(N()){let D=w();if(D)throw D}return u()});return Object.defineProperties(E,{state:{get:m},loading:{get:N},error:{get:b},latest:{get:u}}),Object.defineProperty(E,Symbol.for("resource"),{value:!0,enumerable:!0}),Object.defineProperty(E,Symbol.for("signal"),{value:!0,enumerable:!0}),[E,{mutate:l,refetch:()=>{R=!0,p(void 0)}}]}function zt(e,t=300){let[n,r]=h(e),[o,s]=h(e),[i,c]=h(!1),u,l=()=>{u!==void 0&&(clearTimeout(u),u=void 0)},b=()=>{l();let m=U(n);return s(()=>m),c(!1),m},d=(m=>{let v=typeof m=="function"?m(U(n)):m;return r(()=>v),c(!0),l(),u=setTimeout(b,t),v});return _(l),[o,d,{immediate:n,pending:i,flush:b,cancel:()=>{l(),c(!1)}}]}function Kn(e){return e!=null&&e!==""}function Hn(e,t,n={}){let{delay:r=300,initialValue:o,shouldFetch:s=Kn}=n,[i,c,u]=zt(e,r),l=()=>s(i())?i():!1,[b,{refetch:d}]=Oe(l,t,o===void 0?{}:{initialValue:o});return[b,{...u,query:i,setQuery:c,refetch:d}]}function Ne(e){if(typeof e=="function"&&!e.length){let t=e();return Ue(t)?t:Ne(t)}if(Array.isArray(e)){let t=[];for(let n=0;n<e.length;n++){let r=Ne(e[n]);Array.isArray(r)?t.push.apply(t,r):t.push(r)}return t}return e}function ut(e){let t=y(e);return we?y(()=>Ne(t()),void 0,{name:"children"}):y(()=>Ne(t()))}var at=ve();_t((e,t)=>{let n=_e(t,at);n&&(n.increment(),e.finally(()=>n.decrement()))});function Wn(){let[e,t]=h(0),n=0;return{increment:()=>t(n+=1),decrement:()=>t(n-=1),inFallback:()=>e()>0}}function Gn(e,t){return Se(at,e,t)}var Yt=ve();Dt((e,t)=>{let n=_e(t,Yt);return n?(n.setError(e),!0):!1});function zn(){let[e,t]=h(void 0,{equals:!1});return{error:e,reset:()=>t(()=>{}),setError:r=>t(()=>r)}}function Yn(e,t){return Se(Yt,e,t)}var Xn={State:te,Computed:$,subtle:{Watcher:ne,untrack:me,currentComputed:Pt,hasSinks:kt}};var Po=Symbol.for("signal"),ko=Symbol.for("fluixi-proxy");function Ho(e,t){let[n,r]=h(e,t);return Object.assign(n,{set:r})}function Wo(e,t,n){return y(e,t,n)}function Go(e,t){return M(e,t)}function Qn(...e){let[t,n]=Oe(...e);return Object.assign(t,n)}import{$PROXY as lt,batch as rn,createEffect as Be,createMemo as ft,createSignal as on,untrack as Jn}from"@fluixi/reactive/signal";var Le=Symbol("store-raw"),ie=Symbol("store-node"),Xt=Symbol("store-has"),dt=Symbol("store-self"),pt=Symbol("store-track"),Zn=Symbol("store-name"),er=Symbol("store-store"),Qt=new WeakMap,Jt=new WeakMap;function sn(e){let[t,n]=on(e),r=t;return r.$=n,r}function $e(e){let t=Qt.get(e);return t||Qt.set(e,t={keys:new Map}),t}function Zt(e,t,n){let r=e.keys.get(t);return r||e.keys.set(t,r=sn(n)),r}function en(e){let t=$e(e);(t.all||(t.all=sn()))()}function tn(e,t){e.$(typeof t=="function"?()=>t:t)}function un(e){if(e==null||typeof e!="object")return!1;if(Array.isArray(e))return!0;let t=Object.getPrototypeOf(e);return t===Object.prototype||t===null}function je(e){if(!un(e))return e;let t=Jt.get(e);if(t)return t;let n=new Proxy(e,tr);return Jt.set(e,n),n}var tr={get(e,t,n){if(t===Le||t===ie)return e;if(t===lt)return n;if(t===Xt)return i=>i in e;if(t==="__proxy")return!0;if(t===pt||t===dt)return en(e),n;let r=e[t];if(typeof r=="function"&&!Object.prototype.hasOwnProperty.call(e,t))return r;let o=Object.getOwnPropertyDescriptor(e,t);if(o&&o.get)return o.get.call(n);let s=Zt($e(e),t,r)();return un(s)?je(s):s},set(){return!0},deleteProperty(e,t){return t in e&&Re(e,t,void 0),!0},has(e,t){return t===Le||t===lt||t===ie||t===Xt||t===dt||t===pt?!0:(Zt($e(e),t,e[t])(),t in e)},ownKeys(e){return en(e),Reflect.ownKeys(e)},getOwnPropertyDescriptor(e,t){return Reflect.getOwnPropertyDescriptor(e,t)}};function Re(e,t,n){if(e[t]===n&&(n!==void 0||t in e))return;let o=Array.isArray(e),s=o?e.length:0;n===void 0?delete e[t]:e[t]=n;let i=$e(e),c=i.keys.get(t);if(c&&tn(c,n),o&&e.length!==s){let u=i.keys.get("length");u&&tn(u,e.length)}i.all&&i.all.$(void 0)}function nn(e,t){return typeof e=="function"?e(t):e}function Tt(e,t){for(let n of Object.keys(t)){let r=t[n],o=e[n];r&&typeof r=="object"&&!Array.isArray(r)&&o&&typeof o=="object"&&!Array.isArray(o)?Tt(o,r):Re(e,n,r)}}function mt(e){let t=[],n=e.replace(/\[([^\]]*)\]/g,".$1");for(let r of n.split("."))r.length&&t.push(r);return t}function an(e,t,n){let r=t.length-1;for(let s=0;s<r;s++){let i=t[s];if(i==="*"){let u=t.slice(s+1);if(Array.isArray(e))for(let l=0;l<e.length;l++)an(e[l],u,n);return}let c=e[i];(c==null||typeof c!="object")&&(c=/^\d+$/.test(t[s+1])?[]:{},Re(e,i,c)),e=c}let o=t[r];if(o==="*"){if(Array.isArray(e))for(let s=0;s<e.length;s++)Re(e,s,nn(n,e[s]));return}Re(e,o,nn(n,e[o]))}function ct(e,t,n){an(e,mt(t),n)}function nr(e,t){let n=t[0];if(typeof n=="function"&&t.length===1){let r=n(e);r&&r!==e&&Tt(e,r);return}if(Array.isArray(n)&&t.length===1){for(let r of n)Array.isArray(r)&&ct(e,r[0],r[1]);return}if(n&&typeof n=="object"&&!Array.isArray(n)&&t.length===1){Tt(e,n);return}if(Array.isArray(t[1])&&t.length>=3){ct(e,`${n}.${t[1].join(".")}`,t[2]);return}ct(e,String(n),t[1])}function yt(e){if(e==null||typeof e!="object")return e;if(Array.isArray(e))return e.map(yt);let t={};for(let n of Object.keys(e))t[n]=yt(e[n]);return t}function se(e,t){let n=e;for(let r of mt(t)){if(n==null)return;n=n[r]}return n}var G=class{constructor(t,n={immutable:!0}){this.options=n;this.root=t,this.set=((...r)=>rn(()=>nr(this.root,r)))}get state(){return je(this.root)}get proxy(){return je(this.root)}get accessor(){return(()=>je(this.root))}unwrap(){return this.root}getNode(t){return this.root&&this.root[t]}get(t){if(t==null||t==="")return Ae(this.state);let n=this.state;for(let r of mt(t)){if(n==null)return;n=n[r]}return Ae(n)}select(t){return ft(()=>t(this.state))}subscribe(t){return Be(()=>t(this.state))}watch(t,n){let r;return Be(()=>{let o=t(this.state);Object.is(o,r)||(n(o,r),r=o)})}reactive(t){return ft(()=>this.state[t])}produce(t){this.set((n=>{let r=yt(n);return t(r),r}))}reconcile(t,n={}){this.set(t)}push(t,...n){let r=se(this.root,t);this.set(t,r.concat(n))}pop(t){let n=se(this.root,t).slice(),r=n.pop();return this.set(t,n),r}shift(t){let n=se(this.root,t).slice(),r=n.shift();return this.set(t,n),r}splice(t,n,r,...o){let s=se(this.root,t).slice(),i=s.splice(n,r,...o);return this.set(t,s),i}insert(t,n,r){let o=se(this.root,t).slice();o.splice(n,0,r),this.set(t,o)}removeAt(t,n){let r=se(this.root,t).slice(),o=r.splice(n,1);return this.set(t,r),o}toObservable(){let[t]=on(this.state);return t.toObservable()}dispose(){}},rr=["get","select","watch","subscribe","produce","reconcile","push","pop","shift","splice","insert","removeAt","unwrap","toObservable"];function cn(e,t){for(let n of rr)e[n]=t[n].bind(t);e.$=t.reactive.bind(t)}function Ve(e,t={immutable:!0}){let n=new G(e,t);return cn(n.set,n),[n.proxy,n.set]}function ln(e,t={}){return new G(e,{...t,immutable:!1})}function or(e,t={}){let n=new G(e(),t);return Be(()=>n.set(e())),n}function sr(e,t,n){return Be(()=>n(t(e)))}function ir(e,t,n){return ft(()=>t(e),void 0,n)}function ur(e,t={}){let n=new G(e,t),r=(()=>n.proxy);return cn(r,n),r}function Ae(e){if(e==null||typeof e!="object")return e;let t=e[Le];return t!==void 0?t:e}function fn(e){return Jn(()=>Ae(e))}function ar(e){return ht(e)}function cr(e){return ht(e)?e[ie]:null}function lr(e){return e&&typeof e=="object"&&ie in e?e[ie]:null}function ht(e){return!!e&&typeof e=="object"&&(lt in e||e.__proxy===!0)}function fr(e){return e}var dr=Object.freeze({createStore:Ve,createMutableStore:ln,batch:rn,unwrap:Ae,untrackStore:fn});function bt(e){if(e==null||typeof e!="object")return e;if(Array.isArray(e))return e.map(bt);let t={};for(let n of Object.keys(e))t[n]=bt(e[n]);return t}function pr(e){return t=>{let n=bt(t);return e(n),n}}function Tr(e,t={}){return()=>e}function yr(e,t){let[n,r]=Ve(e,t);return new Proxy(n,{get:(o,s)=>s==="set"?r:o[s],has:(o,s)=>s==="set"||Reflect.has(o,s)})}function ds(e,t,n){return y(()=>t(e()),void 0,n)}function ps(e,t,n){return y(()=>e().filter(t),void 0,n)}function Ts(e,t,n,r){return y(()=>e().reduce(t,n),void 0,r)}function ys(e,t,n){return y(()=>e().find(t),void 0,n)}function ms(e,t,n){return y(()=>e().some(t),void 0,n)}function hs(e,t,n){return y(()=>e().every(t),void 0,n)}function bs(e,t,n){return y(()=>[...e()].sort(t),void 0,n)}function vs(e,t){return y(()=>[...new Set(e())],void 0,t)}function Ss(e,t,n){return y(()=>{let r=e.map(o=>o());return t(r)},void 0,n)}function xs(...e){return new B(t=>{let n=()=>e.map(o=>typeof o=="function"?o():o.get()),r=e.map(o=>typeof o=="function"&&o.subscribe?o.subscribe(()=>{t.next(n())}):typeof o!="function"?o.subscribe(()=>{t.next(n())}):M(()=>{t.next(n())}));return()=>{r.forEach(o=>{typeof o=="function"?o():o&&typeof o.unsubscribe=="function"&&o.unsubscribe()})}})}function gs(e,t,n){return y(()=>e()||t(),void 0,n)}function ws(e,t,n,r){return y(()=>n(e(),t()),void 0,r)}function Os(e,t,n){return y(()=>t(e()),void 0,{equals:n,internal:!0})}function Rs(e,t,n){return y(()=>{let r=e(),o={};for(let s of t)o[s]=r[s];return o},void 0,n)}function As(e,t,n){return y(()=>{let o={...e()};for(let s of t)delete o[s];return o},void 0,n)}function Cs(e,t,n,r){return y(()=>e()?t():n(),void 0,r)}function Es(e,t,n){return y(()=>e()?t():void 0,void 0,n)}function Ps(e,t,n){let[r,o]=h(e()),s;return y(()=>{let i=e();clearTimeout(s),s=setTimeout(()=>o(()=>i),t)}),r}function ks(e,t,n){let[r,o]=h(e()),s=0,i;return y(()=>{let c=e(),u=Date.now();u-s>=t?(s=u,o(()=>c)):(clearTimeout(i),i=setTimeout(()=>{s=Date.now(),o(()=>c)},t-(u-s)))}),r}function _s(e){let t=e;for(;typeof t=="function";)t=t();return t}var mr=Symbol.for("signal");var dn=Symbol("fluixi-proxy"),hr=Symbol.for("signal-node"),Ce=0,St=1,Ge=2,ae=3,S=null,O=null,f=null,He=null,We=0,br=!1,vt=!1,ue=0,vr=1e6,K=new WeakMap,Ke=null;var Sr=new Map,xr=0;function gr(){return`node_${++xr}_${Date.now()}`}function wr(e){we&&Sr.set(e.id,new WeakRef(e))}function Or(e,t,n){let r={id:gr(),type:e,value:t,version:0,equals:n?.equals,name:n?.name,created:Date.now(),updated:Date.now()};return wr(r),r}function Rr(e,t){return e===t}function Tn(e){throw typeof console<"u"&&console.error("Reactive error:",e),e}function Ar(e){if(f)f.indexOf(e)===-1&&f.push(e);else if(Ke&&Ke.running&&!e.pure)Ke.effects.indexOf(e)===-1&&Ke.effects.push(e);else if(!e.pure||e.computed)gt(e);else if(e.pure&&!e.computed&&e.accessor){let t=O,n=f;O=null,f=[],e.accessor(),O=t;let r=f;if(f=n,r.length>0){let o=f;ze(r),f=o}}}function pn(e,t){for(let n=0;n<e.length;n++)t(e[n])}function z(e,t){let n=e;typeof n=="object"&&n&&dn in n&&delete n[dn];let r=Or("signal",n,{equals:t?.equals===!1?void 0:t?.equals,name:t?.name}),o=[i,c];K.set(o,new Set);let s;function i(){let u=O;if(u){u.sources?u.sources.indexOf(o)===-1&&u.sources.push(o):u.sources=[o];let l=K.get(o);l&&!l.has(u)&&l.add(u)}return n}function c(u){let l=typeof u=="function"?u(n):u,b=r.equals||Rr;if(t?.equals===!1||!b(n,l)){n=l,r.value=l,r.version++,r.updated=Date.now();let m=K.get(o);if(m&&m.size>0){let C=function(p,F=!1){let R=p.state;if(!(R===ae&&p===O)){if(F&&!p.pure){R===Ce&&(p.state=St,br&&(f!==null&&f.indexOf(p)===-1?f.push(p):w.push(p)));return}if(!x.has(p)&&(x.add(p),p.state=Ge,R===Ce||R===St?w.push(p):!p.pure&&f!==null&&f.indexOf(p)===-1&&f.push(p),p.pure&&p.accessor)){let N=K.get(p.accessor);N&&pn(Array.from(N),E=>C(E,!0))}}};var d=C;let v=Array.from(m),w=[],x=new Set;pn(v,C);for(let p of w)Ar(p)}}}return i.toObservable=()=>new B(u=>{let l=!0;return xt(()=>{let d=i();l?l=!1:u.next(d)})}),Object.defineProperty(i,mr,{value:!0,enumerable:!0}),Object.defineProperty(i,hr,{value:r,enumerable:!1}),o}function xt(e,t,n){let r={fn:e,state:Ge,sources:null,sourceSlots:null,owned:null,cleanups:null,owner:S,contexts:null,pure:!1,updatedAt:null};S&&(S.owned?S.owned.push(r):S.owned=[r]);let o=q&&fe(q);return o&&(r.suspense=o),yn(r,t),()=>ce(r)}function yn(e,t){if(e.sources){for(let o of e.sources){let s=K.get(o);s&&s.delete(e)}e.sources=null,e.sourceSlots=null}if(e.owned){for(let o=0;o<e.owned.length;o++)ce(e.owned[o]);e.owned=null}let n=O,r=S;if(O=e,S=e,We++,We>vr)throw We=0,O=n,S=r,new Error("Potential infinite loop detected. Exceeded maximum iterations.");try{e.state=ae;let o=e.fn(t);typeof o=="function"&&(e.cleanups?e.cleanups.push(o):e.cleanups=[o]),e.state===ae&&(e.state=Ce)}catch(o){if(Xe(o)){let s=q&&fe(q);s&&(s.increment(),o.finally(()=>s.decrement()),e.suspense&&s.effects.push(e));return}Tn(o)}finally{O=n,S=r}}function gt(e){if(!(e.disposed||!e.fn||e.state===Ce)&&(e.state===Ge||e.state===St||e.state===ae)){if(e.cleanups){for(let t=0;t<e.cleanups.length;t++)e.cleanups[t]();e.cleanups=null}if(e.owned){for(let t=0;t<e.owned.length;t++)ce(e.owned[t]);e.owned=null}e.renderEffect?hn(e):yn(e,e.value)}}function ce(e){if(e.disposed=!0,e.sources)for(let t of e.sources){let n=K.get(t);n&&n.delete(e)}if(e.cleanups)for(let t=0;t<e.cleanups.length;t++)e.cleanups[t]();if(e.owned)for(let t=0;t<e.owned.length;t++)ce(e.owned[t]);if(e.owner&&e.owner.owned){let t=e.owner.owned.indexOf(e);t!==-1&&e.owner.owned.splice(t,1)}}function ze(e){let t=[],n=[];for(let o of e)o.pure&&!o.computed&&o.accessor?t.indexOf(o)===-1&&t.push(o):(o.computed||!o.pure)&&n.indexOf(o)===-1&&n.push(o);f=[];let r=0;for(;r<t.length;){let o=t[r++],s=K.get(o.accessor);if(s&&s.size>0){let c=O;O=null,o.accessor(),O=c}let i=f.splice(0);for(let c of i)c.pure&&!c.computed&&c.accessor?t.indexOf(c)===-1&&t.push(c):(c.computed||!c.pure)&&n.indexOf(c)===-1&&n.push(c)}f=null;for(let o of n)(o.computed||!o.pure)&>(o)}function Y(e){if(f&&ue>0)return e();if(f&&ue===0){let t=f,n=[];f=n,ue++;let r;try{r=e()}finally{ue--,f=t}let o=f;return ze(n),f=o,r}ue++,f=[],He=[];try{return e()}finally{ue--,Cr()}}function Cr(){if(!vt){vt=!0,We=0;try{for(;f&&f.length>0;){let e=f;f=null,ze(e)}if(f=null,He){let e=He;He=null;for(let t=0;t<e.length;t++)gt(e[t])}}finally{vt=!1}}}function le(e){let t=O;O=null;try{return e()}finally{O=t}}function mn(e){S&&(S.cleanups?S.cleanups.push(e):S.cleanups=[e])}function Er(e){let t=Symbol("context"),n=Pr(t);return{id:t,Provider:n,defaultValue:e}}function Pr(e){return t=>{let n=S;for(;n;)n.contexts||(n.contexts=new Map),n.contexts.has(e)||n.contexts.set(e,t.value),n=n.owner;let r;return kr(()=>{r=le(()=>{let o=S;return o&&(o.contexts||(o.contexts=new Map),o.contexts.set(e,t.value)),ut(()=>t.children)})}),r}}function fe(e){let t=S;for(;t;){if(t.contexts&&t.contexts.has(e.id))return t.contexts.get(e.id);t=t.owner}if(e)return e.defaultValue}function kr(e,t,n){let r={fn:e,state:Ge,sources:null,sourceSlots:null,value:t,owned:null,cleanups:null,owner:S,contexts:null,pure:!1,updatedAt:null,renderEffect:!0};S&&(S.owned?S.owned.push(r):S.owned=[r]);let o=q&&fe(q);return o&&(r.suspense=o),hn(r),()=>ce(r)}function hn(e){if(e.sources){for(let o of e.sources){let s=K.get(o);s&&s.delete(e)}e.sources=null,e.sourceSlots=null}if(e.cleanups){for(let o=0;o<e.cleanups.length;o++)e.cleanups[o]();e.cleanups=null}if(e.owned){for(let o=0;o<e.owned.length;o++)ce(e.owned[o]);e.owned=null}let t=O,n=S,r=f;O=e,S=e,f===null&&(f=[]),e.state=ae;try{let o=e.fn(e.value);typeof o=="function"&&(e.cleanups||(e.cleanups=[]),e.cleanups.push(o)),e.value=o,e.state===ae&&(e.state=Ce)}catch(o){if(Xe(o)){let s=q&&fe(q);s&&(s.increment(),o.finally(()=>s.decrement()),e.suspense&&s.effects.push(e));return}Tn(o)}finally{O=t,S=n;let o=f;if(f=r,o!==r&&o&&o.length>0){let s=f;ze(o),f=s}}}var q;function bn(){return q||(q=Er())}var Q=new Map,X=new Map,_r=0,Fr=Symbol.for("signal"),Dr=Symbol.for("resource");function Ls(e,t,n={}){let r,o,s;typeof t=="function"?(r=e,o=t,s=n):(r=()=>!0,o=e,s=t??n);let{ttl:i=1/0,name:c=`_auto_${_r++}`,staleWhileRevalidate:u=!0}=s,l=c,b=T=>`${l}:${JSON.stringify(T)}`,d=T=>i===1/0||Date.now()-T.timestamp<=i,[m,v]=z(void 0,{equals:!1}),[w,x]=z("unresolved",{equals:!1}),[C,p]=z(void 0,{equals:!1}),[F,R]=z(void 0,{equals:!1}),[N,E]=z(!1),[A,D]=z(0,{equals:!1}),L=Symbol("unset"),H=L,de=!1,J=!1;function I(T,P,k,j){if(X.has(P)){X.get(P).then(g=>{j()||W(g,k)},g=>{!j()&&!k&&wt(g)}),k||R(X.get(P));return}let Z=Promise.resolve(o(T)).then(g=>(Q.set(P,{value:g,timestamp:Date.now()}),X.delete(P),g),g=>{throw X.delete(P),g});if(X.set(P,Z),!k){oe(Z),R(Z);let g=Ee&&fe(Ee);g&&(g.increment(),Z.finally(()=>g.decrement()))}Z.then(g=>{j()||W(g,k)},g=>{!j()&&!k&&wt(g)})}function W(T,P){Y(()=>{v(()=>T),x("ready"),E(!1),R(void 0),p(void 0)})}function wt(T){Y(()=>{p(T),x("errored"),R(void 0)})}let Ee;xt(()=>{Ee===void 0&&(Ee=bn());let T=r();if(A(),T===!1||T===null||T===void 0){H=L,Y(()=>{x("unresolved"),R(void 0),p(void 0)});return}let P=de,k=J;de=!1,J=!1;let j=b(T);k&&Q.delete(j);let Z=H===L||T!==H;H=T;let g=!1;mn(()=>{g=!0});let ee=Q.get(j);if(ee&&d(ee)&&!P&&!k){(le(w)!=="ready"||le(m)!==ee.value)&&Y(()=>{v(()=>ee.value),x("ready"),E(!1),p(void 0)});return}if(ee&&u&&!k){Y(()=>{v(()=>ee.value),x("ready"),E(!0),p(void 0),R(void 0)}),I(T,j,!0,()=>g);return}let Ot=le(w),vn=Ot==="ready"||Ot==="refreshing";Y(()=>{x(vn?"refreshing":"pending"),p(void 0),E(!1)}),I(T,j,!1,()=>g)});let Pe=(()=>{let T=C();if(T)throw T;if(w()==="pending"){let k=F();if(k)throw k}return m()});return Object.defineProperty(Pe,Dr,{value:!0,enumerable:!0}),Object.defineProperty(Pe,Fr,{value:!0,enumerable:!0}),Object.defineProperties(Pe,{state:{get:w},loading:{get:()=>{let T=w();return T==="pending"||T==="refreshing"}},error:{get:C},latest:{get:m},stale:{get:N}}),[Pe,{mutate:v,refetch:()=>{de=!0,D(T=>T+1)},invalidate:()=>{let T=le(r);T!=null&&T!==!1&&Q.delete(b(T)),J=!0,D(P=>P+1)}}]}function $s(e){let t=`${e}:`;for(let n of Q.keys())n.startsWith(t)&&Q.delete(n)}function Vs(){Q.clear(),X.clear()}export{Zn as $NAME,ie as $NODE,ko as $PROXY,Le as $RAW,dt as $SELF,Po as $SIGNAL,er as $STORE,pt as $TRACK,B as Observable,Qe as SafeSubscriber,Xn as Signal,G as Store,dr as StoreAPI,At as Subject,Te as Subscriber,pe as Subscription,at as SuspenseContext,Sn as VERSION,we as __DEV__,V as batch,Vs as clearAllCachedResources,$s as clearCachedResourceNamespace,Ss as combineSignal,xs as combineSignals,Ls as createCachedResource,wn as createChildOwner,_n as createComputed,or as createComputedStore,ve as createContext,$n as createDebounce,Hn as createDebouncedResource,zt as createDebouncedSignal,Ln as createDeferred,M as createEffect,zn as createErrorBoundary,y as createMemo,ln as createMutableStore,Fn as createRenderEffect,Oe as createResource,re as createRoot,Bn as createSelector,h as createSignal,Ve as createStore,sr as createStoreEffect,ir as createStoreMemo,Wn as createSuspenseBoundary,Ps as debounceSignal,On as disposeScope,vs as distinctSignal,Go as effect,hs as everySignal,ps as filterSignal,ys as findSignal,Un as flush,cr as getNode,Fe as getOwner,Ie as getServerData,lr as getStoreNode,Es as guardSignal,so as indexArray,Lt as isComponent,jt as isMemo,Rn as isOwnerDisposed,Vt as isProvider,Bt as isResource,Ue as isSignal,ar as isStore,ht as isStoreProxy,$t as isSuspense,oo as keyArray,tt as makeArrayFlat,ro as mapArray,ds as mapSignal,Wo as memo,gs as mergeSignal,fr as modifiable,Me as nextResourceId,As as omitSignal,In as on,_ as onCleanup,$r as operate,Rs as pickSignal,pr as produceUtil,Se as provide,Yn as provideErrorBoundary,Gn as provideSuspense,ut as readChildren,_s as readSignal,Tr as reconcileUtil,Ts as reduceSignal,qe as reportResourceData,Qn as resource,xe as runWithOwner,Os as selectSignal,Ut as setOwner,Gt as setResourceDataSink,Wt as setResourceIdSource,Kt as setResourceTracker,Ht as setServerDataGetter,Ho as signal,ms as someSignal,bs as sortSignal,Nt as startTransition,yr as store,ks as throttleSignal,oe as trackResourcePromise,U as untrack,fn as untrackStore,Ae as unwrap,An as useContext,Dn as useTransition,Cs as whenSignal,ur as wrap,ws as zipSignal};
|