@fluixi/core 1.0.0-alpha.53

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.
Files changed (198) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +611 -0
  3. package/dist/cdn/core.global.js +3 -0
  4. package/dist/cli/generate.cjs +1814 -0
  5. package/dist/cli/generate.d.ts +7 -0
  6. package/dist/cli/generate.d.ts.map +1 -0
  7. package/dist/cli/generate.js +2580 -0
  8. package/dist/cli/generate.mjs +1814 -0
  9. package/dist/cli/index.cjs +1814 -0
  10. package/dist/cli/index.d.ts +7 -0
  11. package/dist/cli/index.d.ts.map +1 -0
  12. package/dist/cli/index.js +2580 -0
  13. package/dist/cli/index.mjs +1814 -0
  14. package/dist/cli/run.cjs +2 -0
  15. package/dist/cli/run.d.ts +3 -0
  16. package/dist/cli/run.d.ts.map +1 -0
  17. package/dist/cli/run.js +62 -0
  18. package/dist/cli/run.mjs +2 -0
  19. package/dist/fluixi.d.ts +5 -0
  20. package/dist/src/cdn/chunk-PFM5O5UE.mjs +1 -0
  21. package/dist/src/cdn/core.cjs +1 -0
  22. package/dist/src/cdn/core.d.ts +16 -0
  23. package/dist/src/cdn/core.d.ts.map +1 -0
  24. package/dist/src/cdn/core.js +15 -0
  25. package/dist/src/cdn/core.mjs +1 -0
  26. package/dist/src/cdn/router-next-WNWCFVC2.mjs +1 -0
  27. package/dist/src/index.cjs +1 -0
  28. package/dist/src/index.d.ts +7 -0
  29. package/dist/src/index.d.ts.map +1 -0
  30. package/dist/src/index.js +26 -0
  31. package/dist/src/index.mjs +1 -0
  32. package/dist/src/jsx-dev-runtime.cjs +1 -0
  33. package/dist/src/jsx-dev-runtime.d.ts +2 -0
  34. package/dist/src/jsx-dev-runtime.d.ts.map +1 -0
  35. package/dist/src/jsx-dev-runtime.js +1 -0
  36. package/dist/src/jsx-dev-runtime.mjs +1 -0
  37. package/dist/src/jsx-runtime.cjs +1 -0
  38. package/dist/src/jsx-runtime.d.ts +7 -0
  39. package/dist/src/jsx-runtime.d.ts.map +1 -0
  40. package/dist/src/jsx-runtime.js +17 -0
  41. package/dist/src/jsx-runtime.mjs +1 -0
  42. package/dist/src/lib/client/chunk-D3VTWVNJ.mjs +1 -0
  43. package/dist/src/lib/client/index.cjs +1 -0
  44. package/dist/src/lib/client/index.d.ts +54 -0
  45. package/dist/src/lib/client/index.d.ts.map +1 -0
  46. package/dist/src/lib/client/index.js +142 -0
  47. package/dist/src/lib/client/index.mjs +1 -0
  48. package/dist/src/lib/client/router-next-UYIYMRJL.mjs +1 -0
  49. package/dist/src/lib/context/context.cjs +1 -0
  50. package/dist/src/lib/context/context.d.ts +337 -0
  51. package/dist/src/lib/context/context.d.ts.map +1 -0
  52. package/dist/src/lib/context/context.js +462 -0
  53. package/dist/src/lib/context/context.mjs +1 -0
  54. package/dist/src/lib/context/index.cjs +1 -0
  55. package/dist/src/lib/context/index.d.ts +3 -0
  56. package/dist/src/lib/context/index.d.ts.map +1 -0
  57. package/dist/src/lib/context/index.js +5 -0
  58. package/dist/src/lib/context/index.mjs +1 -0
  59. package/dist/src/lib/control-flow.cjs +1 -0
  60. package/dist/src/lib/control-flow.d.ts +4 -0
  61. package/dist/src/lib/control-flow.d.ts.map +1 -0
  62. package/dist/src/lib/control-flow.js +1 -0
  63. package/dist/src/lib/control-flow.mjs +1 -0
  64. package/dist/src/lib/core.cjs +1 -0
  65. package/dist/src/lib/core.d.ts +90 -0
  66. package/dist/src/lib/core.d.ts.map +1 -0
  67. package/dist/src/lib/core.js +181 -0
  68. package/dist/src/lib/core.mjs +1 -0
  69. package/dist/src/lib/directives/lit.cjs +1 -0
  70. package/dist/src/lib/directives/lit.d.ts +2 -0
  71. package/dist/src/lib/directives/lit.d.ts.map +1 -0
  72. package/dist/src/lib/directives/lit.js +31 -0
  73. package/dist/src/lib/directives/lit.mjs +0 -0
  74. package/dist/src/lib/env/index.cjs +1 -0
  75. package/dist/src/lib/env/index.d.ts +39 -0
  76. package/dist/src/lib/env/index.d.ts.map +1 -0
  77. package/dist/src/lib/env/index.js +50 -0
  78. package/dist/src/lib/env/index.mjs +1 -0
  79. package/dist/src/lib/i18n/index.cjs +1 -0
  80. package/dist/src/lib/i18n/index.d.ts +79 -0
  81. package/dist/src/lib/i18n/index.d.ts.map +1 -0
  82. package/dist/src/lib/i18n/index.js +127 -0
  83. package/dist/src/lib/i18n/index.mjs +1 -0
  84. package/dist/src/lib/index.cjs +1 -0
  85. package/dist/src/lib/index.d.ts +83 -0
  86. package/dist/src/lib/index.d.ts.map +1 -0
  87. package/dist/src/lib/index.js +147 -0
  88. package/dist/src/lib/index.mjs +1 -0
  89. package/dist/src/lib/isomorphic.cjs +1 -0
  90. package/dist/src/lib/isomorphic.d.ts +69 -0
  91. package/dist/src/lib/isomorphic.d.ts.map +1 -0
  92. package/dist/src/lib/isomorphic.js +92 -0
  93. package/dist/src/lib/isomorphic.mjs +1 -0
  94. package/dist/src/lib/jsx-runtime/index.cjs +1 -0
  95. package/dist/src/lib/jsx-runtime/index.d.ts +13 -0
  96. package/dist/src/lib/jsx-runtime/index.d.ts.map +1 -0
  97. package/dist/src/lib/jsx-runtime/index.js +23 -0
  98. package/dist/src/lib/jsx-runtime/index.mjs +1 -0
  99. package/dist/src/lib/jsx-runtime/jsx-dev-runtime.cjs +1 -0
  100. package/dist/src/lib/jsx-runtime/jsx-dev-runtime.d.ts +2 -0
  101. package/dist/src/lib/jsx-runtime/jsx-dev-runtime.d.ts.map +1 -0
  102. package/dist/src/lib/jsx-runtime/jsx-dev-runtime.js +1 -0
  103. package/dist/src/lib/jsx-runtime/jsx-dev-runtime.mjs +1 -0
  104. package/dist/src/lib/plugins/fluixi-routes-plugin.cjs +13 -0
  105. package/dist/src/lib/plugins/fluixi-routes-plugin.d.ts +21 -0
  106. package/dist/src/lib/plugins/fluixi-routes-plugin.d.ts.map +1 -0
  107. package/dist/src/lib/plugins/fluixi-routes-plugin.js +102 -0
  108. package/dist/src/lib/plugins/fluixi-routes-plugin.mjs +13 -0
  109. package/dist/src/lib/plugins/index.cjs +13 -0
  110. package/dist/src/lib/plugins/index.d.ts +4 -0
  111. package/dist/src/lib/plugins/index.d.ts.map +1 -0
  112. package/dist/src/lib/plugins/index.js +3 -0
  113. package/dist/src/lib/plugins/index.mjs +13 -0
  114. package/dist/src/lib/plugins/route-codegen.cjs +8 -0
  115. package/dist/src/lib/plugins/route-codegen.d.ts +13 -0
  116. package/dist/src/lib/plugins/route-codegen.d.ts.map +1 -0
  117. package/dist/src/lib/plugins/route-codegen.js +81 -0
  118. package/dist/src/lib/plugins/route-codegen.mjs +8 -0
  119. package/dist/src/lib/plugins/route-scanner.cjs +1 -0
  120. package/dist/src/lib/plugins/route-scanner.d.ts +39 -0
  121. package/dist/src/lib/plugins/route-scanner.d.ts.map +1 -0
  122. package/dist/src/lib/plugins/route-scanner.js +216 -0
  123. package/dist/src/lib/plugins/route-scanner.mjs +1 -0
  124. package/dist/src/lib/plugins/vite.cjs +1 -0
  125. package/dist/src/lib/plugins/vite.d.ts +3 -0
  126. package/dist/src/lib/plugins/vite.d.ts.map +1 -0
  127. package/dist/src/lib/plugins/vite.js +1 -0
  128. package/dist/src/lib/plugins/vite.mjs +1 -0
  129. package/dist/src/lib/render/component.cjs +1 -0
  130. package/dist/src/lib/render/component.d.ts +328 -0
  131. package/dist/src/lib/render/component.d.ts.map +1 -0
  132. package/dist/src/lib/render/component.js +520 -0
  133. package/dist/src/lib/render/component.mjs +1 -0
  134. package/dist/src/lib/render/index.cjs +1 -0
  135. package/dist/src/lib/render/index.d.ts +113 -0
  136. package/dist/src/lib/render/index.d.ts.map +1 -0
  137. package/dist/src/lib/render/index.js +201 -0
  138. package/dist/src/lib/render/index.mjs +1 -0
  139. package/dist/src/lib/render/lazy.cjs +1 -0
  140. package/dist/src/lib/render/lazy.d.ts +28 -0
  141. package/dist/src/lib/render/lazy.d.ts.map +1 -0
  142. package/dist/src/lib/render/lazy.js +62 -0
  143. package/dist/src/lib/render/lazy.mjs +1 -0
  144. package/dist/src/lib/render/suspense.cjs +1 -0
  145. package/dist/src/lib/render/suspense.d.ts +25 -0
  146. package/dist/src/lib/render/suspense.d.ts.map +1 -0
  147. package/dist/src/lib/render/suspense.js +139 -0
  148. package/dist/src/lib/render/suspense.mjs +1 -0
  149. package/dist/src/lib/router-next/data.cjs +1 -0
  150. package/dist/src/lib/router-next/data.d.ts +101 -0
  151. package/dist/src/lib/router-next/data.d.ts.map +1 -0
  152. package/dist/src/lib/router-next/data.js +179 -0
  153. package/dist/src/lib/router-next/data.mjs +1 -0
  154. package/dist/src/lib/router-next/index.cjs +1 -0
  155. package/dist/src/lib/router-next/index.d.ts +156 -0
  156. package/dist/src/lib/router-next/index.d.ts.map +1 -0
  157. package/dist/src/lib/router-next/index.js +464 -0
  158. package/dist/src/lib/router-next/index.mjs +1 -0
  159. package/dist/src/lib/server/hydration.cjs +1 -0
  160. package/dist/src/lib/server/hydration.d.ts +238 -0
  161. package/dist/src/lib/server/hydration.d.ts.map +1 -0
  162. package/dist/src/lib/server/hydration.js +384 -0
  163. package/dist/src/lib/server/hydration.mjs +1 -0
  164. package/dist/src/lib/server/index.cjs +16 -0
  165. package/dist/src/lib/server/index.d.ts +91 -0
  166. package/dist/src/lib/server/index.d.ts.map +1 -0
  167. package/dist/src/lib/server/index.js +141 -0
  168. package/dist/src/lib/server/index.mjs +16 -0
  169. package/dist/src/lib/server/reactive.cjs +1 -0
  170. package/dist/src/lib/server/reactive.d.ts +298 -0
  171. package/dist/src/lib/server/reactive.d.ts.map +1 -0
  172. package/dist/src/lib/server/reactive.js +472 -0
  173. package/dist/src/lib/server/reactive.mjs +1 -0
  174. package/dist/src/lib/theme/index.cjs +1 -0
  175. package/dist/src/lib/theme/index.d.ts +51 -0
  176. package/dist/src/lib/theme/index.d.ts.map +1 -0
  177. package/dist/src/lib/theme/index.js +79 -0
  178. package/dist/src/lib/theme/index.mjs +1 -0
  179. package/dist/src/lib/utils/index.cjs +1 -0
  180. package/dist/src/lib/utils/index.d.ts +379 -0
  181. package/dist/src/lib/utils/index.d.ts.map +1 -0
  182. package/dist/src/lib/utils/index.js +527 -0
  183. package/dist/src/lib/utils/index.mjs +1 -0
  184. package/dist/src/rx.cjs +1 -0
  185. package/dist/src/rx.d.ts +2 -0
  186. package/dist/src/rx.d.ts.map +1 -0
  187. package/dist/src/rx.js +101 -0
  188. package/dist/src/rx.mjs +0 -0
  189. package/dist/src/server.cjs +16 -0
  190. package/dist/src/server.d.ts +64 -0
  191. package/dist/src/server.d.ts.map +1 -0
  192. package/dist/src/server.js +63 -0
  193. package/dist/src/server.mjs +16 -0
  194. package/dist/tsconfig.lib.tsbuildinfo +1 -0
  195. package/package.json +128 -0
  196. package/src/index.ts +31 -0
  197. package/types/fluixi.d.ts +5 -0
  198. package/types/vinxi.d.ts +50 -0
@@ -0,0 +1,3 @@
1
+ "use strict";var Fluixi=(()=>{var Wt=Object.defineProperty;var Xi=Object.getOwnPropertyDescriptor;var Gi=Object.getOwnPropertyNames;var Yi=Object.prototype.hasOwnProperty;var C=(e,t)=>()=>(e&&(t=e(e=0)),t);var Vt=(e,t)=>{for(var r in t)Wt(e,r,{get:t[r],enumerable:!0})},Zi=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of Gi(t))!Yi.call(e,o)&&o!==r&&Wt(e,o,{get:()=>t[o],enumerable:!(n=Xi(t,o))||n.enumerable});return e};var Qi=e=>Zi(Wt({},"__esModule",{value:!0}),e);function Kt(e){if(e.watchers)for(let t of[...e.watchers])t._notify(e)}function os(e){if(m.untracked)return e();m.untracked=!0;try{return e()}finally{m.untracked=!1}}function et(e){return{cleanups:null,owned:null,parent:e,contexts:null}}function q(e){let t=Symbol("context");return{id:t,defaultValue:e,Provider:r=>{let n=m.owner,o=et(n);(o.contexts=new Map).set(t,r.value),n&&(n.owned??=[]).push(o),m.owner=o;try{return r.children}finally{m.owner=n}}}}function U(e){let t=m.owner;for(;t;){if(t.contexts&&t.contexts.has(e.id))return t.contexts.get(e.id);t=t.parent}return e.defaultValue}function _n(e,t){let r=e;for(;r;){if(r.contexts&&r.contexts.has(t.id))return r.contexts.get(t.id);r=r.parent}return t.defaultValue}function is(e,t,r){let n=et(m.owner);(n.contexts=new Map).set(e.id,t),m.owner&&(m.owner.owned??=[]).push(n);let o=m.owner;m.owner=n;try{return r()}finally{m.owner=o}}function ss(e){m.onSuspend=e}function as(e){return m.onSuspend?(m.onSuspend(e,m.owner),!0):!1}function ls(e){m.onError=e}function F(){return m.owner}function Cn(e){let t=m.owner;return m.owner=e,t}function W(e,t){let r=m.owner;m.owner=e;try{return t()}finally{m.owner=r}}function w(e){m.owner&&(m.owner.cleanups??=[]).push(e)}function Qe(e){if(e.owned){for(let t=e.owned.length-1;t>=0;t--)Qe(e.owned[t]);e.owned=null}if(e.cleanups){for(let t=e.cleanups.length-1;t>=0;t--)e.cleanups[t]();e.cleanups=null}}function M(e){let t=et(m.owner);m.owner&&(m.owner.owned??=[]).push(t);let r=m.owner;m.owner=t;try{return e(()=>Qe(t))}finally{m.owner=r}}function us(e){m.hostSchedule=e??(t=>{Promise.resolve().then(t)})}function cs(e){e.queued||(e.queued=!0,m.queue.push(e),!m.scheduled&&m.batchDepth===0&&(m.scheduled=!0,m.hostSchedule(Yt)))}function Yt(){if(m.scheduled=!1,m.flushing)return;m.flushing=!0;let e=0;try{for(;m.queue.length;){if(++e>1e5)throw new Error("[fluixi] effect flush did not settle (cycle?)");let t=m.queue;m.queue=[];for(let r of t)r.queued=!1,r.disposed||r.run()}}finally{m.flushing=!1}}function fs(){m.batchDepth===0&&Yt()}function ps(e){m.batchDepth++;try{return e()}finally{--m.batchDepth===0&&Yt()}}function Zt(e){let t=new ds(e);return()=>t.dispose()}function hs(e){return!!e&&typeof e.then=="function"}function A(e,t){let r=new rs(e,{equals:t?.equals}),n=(()=>r.get()),o=(i=>{let s=typeof i=="function"?i(r.peek()):i;return r.set(s),fs(),s});return Object.defineProperty(n,Tn,{value:!0,enumerable:!0}),Object.defineProperty(n,ms,{value:{get value(){return r.peek()},get version(){return r.version}},enumerable:!1}),[n,o]}function g(e,t,r){let n=t,o=F(),i=new $n(()=>W(o,()=>{try{return n=e(n)}catch(a){if(hs(a))return as(a),n;throw a}}),{equals:r?.equals}),s=(()=>i.get());return Object.defineProperty(s,Tn,{value:!0,enumerable:!0}),Object.defineProperty(s,ys,{value:!0,enumerable:!0}),s}function S(e,t){let r=t;return Zt(()=>{r=e(r)})}function kn(e,t){let r=t;Zt(()=>{r=e(r)})}function L(e,t){let r=t;return Zt(()=>{r=e(r)})}function j(e){return ps(e)}function _(e){return os(e)}function En(e,t,r){let n=[];return w(()=>{for(let o of n)o.dispose();n=[]}),g(()=>{let o=e()||[];return _(()=>{if(o.length===0){for(let l of n)l.dispose();return n=[],r?.fallback?r.fallback():[]}let i=new Map;for(let l of n)i.has(l.item)||i.set(l.item,l);let s=[],a=new Set;for(let l=0;l<o.length;l++){let u=o[l],c=i.get(u);if(c&&!a.has(c))c.setIndex(l),s.push(c),a.add(c);else{let f,p,h;M(y=>{h=y;let[b,$]=A(l);p=$,f=t(u,b)});let d={item:u,rendered:f,dispose:h,setIndex:p};s.push(d),a.add(d)}}for(let l of n)a.has(l)||l.dispose();return n=s,s.map(l=>l.rendered)})})}function On(e,t,r,n){let o=[],i=[];return w(()=>{for(let s of i)s.dispose();o=[],i=[]}),g(()=>{let s=e()||[];return _(()=>{if(s.length===0){for(let f of i)f.dispose();return o=[],i=[],n?.fallback?n.fallback():[]}let a=new Map;for(let f=0;f<o.length;f++)a.set(o[f],i[f]);let l=[],u=[],c=new Set;for(let f=0;f<s.length;f++){let p=t(s[f]),h=a.get(p);if(h&&!c.has(p))h.setIndex(f),l.push(h);else{let d,y,b;M($=>{b=$;let[P,_e]=A(f);y=_e;let Xe=g(he=>(e()||[])[P()]??he,s[f]);d=r(Xe,P)}),l.push({rendered:d,dispose:b,setIndex:y})}u.push(p),c.add(p)}for(let[f,p]of a)c.has(f)||p.dispose();return o=u,i=l,l.map(f=>f.rendered)})})}function Pn(e,t,r){let n=[];return w(()=>{for(let o of n)o.dispose();n=[]}),g(()=>{let o=e()||[];return _(()=>{if(o.length===0){for(let l of n)l.dispose();return n=[],r?.fallback?r.fallback():[]}let i=n.length,s=o.length;for(let l=i;l<s;l++){let u,c,f,p=o[l];M(h=>{f=h;let[d,y]=A(p);c=y,u=t(d,l)}),n.push({rendered:u,setItem:c,dispose:f})}for(let l=s;l<i;l++)n[l].dispose();s<i&&(n=n.slice(0,s));let a=Math.min(i,s);for(let l=0;l<a;l++)n[l].setItem(o[l]);return n.map(l=>l.rendered)})})}function k(e){return typeof e=="function"&&e[gs]===!0}function vs(e){wn&&wn(e)}function jn(e){Jt=e}function bs(e){return Jt?Jt(e):void 0}function Rn(e){Xt=e}function As(){return Xt?Xt():void 0}function ws(e,t){xn&&xn(e,t)}function Nn(e,t=(r,n)=>r===n){let r=new Map;return S(()=>{let n=e();for(let[o,i]of r){let[s,a]=i,l=t(o,n);s()!==l&&a(l)}}),n=>{let o=r.get(n);if(!o){let[i,s]=A(!1);o=[i,s],r.set(n,o);let a=e();s(t(n,a))}return o[0]()}}function Mn(e,t){let[r,n]=A(e(),t);return S(()=>{let o=e();t?.timeoutMs?setTimeout(()=>n(()=>o),t.timeoutMs):typeof requestIdleCallback=="function"?requestIdleCallback(()=>n(()=>o)):Promise.resolve().then(()=>n(()=>o))}),r}function Ln(e,t){let r,n=(...o)=>{r!==void 0&&clearTimeout(r),r=setTimeout(()=>{if(r=void 0,o.length>0){let i=o[o.length-1];typeof i=="object"&&i&&!i.tagName&&i.target&&i.target.tagName&&(i=i.target),i&&typeof i=="object"&&i.tagName&&(i.tagName.toLowerCase()==="input"||i.tagName.toLowerCase()==="textarea")&&i.focus()}e(...o)},t)};return w(()=>{r!==void 0&&clearTimeout(r)}),n}function Gt(e){if(typeof e=="function"&&!e.length){let t=e();return k(t)?t:Gt(t)}if(Array.isArray(e)){let t=[];for(let r=0;r<e.length;r++){let n=Gt(e[r]);Array.isArray(n)?t.push.apply(t,n):t.push(n)}return t}return e}function Te(e){let t=g(e);return g(()=>Gt(t()))}function xs(e){return!!e&&typeof e.then=="function"}function G(e,t,r={}){let n,o;typeof t=="function"?(n=typeof e=="function"?e:()=>e,o=t):(n=()=>!0,o=e,t&&typeof t=="object"&&(r=t));let i=As(),s=i!==void 0?bs(i):void 0,a=s!==void 0,[l,u]=A(s!==void 0?s.value:r.initialValue,{equals:!1}),[c,f]=A(void 0,{equals:!1}),[p,h]=A(s!==void 0||r.initialValue!==void 0?"ready":"unresolved",{equals:!1}),[d,y]=A(void 0,{equals:!1}),[b,$]=A(void 0,{equals:!1}),P=Bt,_e=!1;S(()=>{let N=n();if(b(),N===!1||N===null||N===void 0){P=Bt,j(()=>{h("unresolved"),y(void 0),f(void 0)});return}let Ge=_e;if(_e=!1,P!==Bt&&N===P&&!Ge)return;if(P=N,a){a=!1;return}let Ye=!1;w(()=>Ye=!0);let gn=_(p),Ji=_(l),vn=gn==="ready"||gn==="refreshing";j(()=>{h(vn?"refreshing":"pending"),f(void 0)});try{let ee=o(N,{value:Ji,refetching:vn});xs(ee)?(y(ee),vs(ee),ee.then(Ze=>{Ye||(i!==void 0&&ws(i,Ze),j(()=>{u(()=>Ze),h("ready"),y(void 0)}))},Ze=>{Ye||j(()=>{f(Ze),h("errored"),y(void 0)})})):j(()=>{u(()=>ee),h("ready"),y(void 0)})}catch(ee){if(Ye)return;j(()=>{f(ee),h("errored"),y(void 0)})}});let Xe=()=>{let N=p();return N==="pending"||N==="refreshing"},he=(()=>{let N=c();if(N)throw N;if(Xe()){let Ge=d();if(Ge)throw Ge}return l()});return Object.defineProperties(he,{state:{get:p},loading:{get:Xe},error:{get:c},latest:{get:l}}),Object.defineProperty(he,Symbol.for("resource"),{value:!0,enumerable:!0}),Object.defineProperty(he,Symbol.for("signal"),{value:!0,enumerable:!0}),[he,{mutate:u,refetch:()=>{_e=!0,$(void 0)}}]}function In(){let[e,t]=A(0),r=0;return{increment:()=>t(r+=1),decrement:()=>t(r-=1),inFallback:()=>e()>0}}function Qt(e,t){return is(Dn,e,t)}var es,ts,m,bn,An,Ce,Sn,rs,$n,ns,ds,Tn,ys,ms,gs,wn,Jt,Xt,xn,Bt,Dn,Ss,er,x=C(()=>{"use strict";es="__fluixi_signal_next_state__",ts=e=>{typeof queueMicrotask=="function"?queueMicrotask(e):Promise.resolve().then(e)},m=globalThis[es]??={consumer:null,untracked:!1,owner:null,queue:[],scheduled:!1,flushing:!1,batchDepth:0,hostSchedule:ts,onSuspend:null,onError:null},bn=0,An=1,Ce=2,Sn=class{constructor(){this.observers=null,this.watchers=null,this.version=0}updateIfNecessary(){}track(){if(m.untracked)return;let e=m.consumer;e&&((this.observers??=new Set).add(e),(e.sources??=new Set).add(this))}},rs=class extends Sn{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(Ce);Kt(this)}}peek(){return this._value}},$n=class extends Sn{constructor(e,t){super(),this._threw=!1,this._initialized=!1,this.state=Ce,this.sources=null,this._fn=e,this._equals=t?.equals===!1?()=>!1:t?.equals??Object.is}get(){if(m.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===An&&this.sources){for(let e of this.sources)if(e.updateIfNecessary(),this.state===Ce)break}(this.state===Ce||!this._initialized)&&this.recompute(),this.state=bn}recompute(){if(this.sources){for(let s of this.sources)s.observers?.delete(this);this.sources.clear()}let e=m.consumer,t=m.untracked;m.consumer=this,m.untracked=!1;let r,n=!1,o;try{r=this._fn()}catch(s){n=!0,o=s,r=this._value}finally{m.consumer=e,m.untracked=t}let i=!this._initialized||this._threw!==n||(n?o!==this._error:!this._equals(this._value,r));if(this._initialized=!0,this._threw=n,this._error=o,this._value=r,i){if(this.version++,this.observers)for(let s of[...this.observers])s.markDirty(Ce);Kt(this)}}markDirty(e){if(this.state>=e)return;let t=this.state===bn;if(this.state=e,t){if(this.observers)for(let r of[...this.observers])r.markDirty(An);Kt(this)}}peek(){if(this.updateIfNecessary(),this._threw)throw this._error;return this._value}};ns=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()}};ds=class{constructor(e){this.queued=!1,this.disposed=!1,this.owner=et(m.owner),m.owner&&(m.owner.cleanups??=[]).push(()=>this.dispose()),this.computed=new $n(()=>{Qe(this.owner),W(this.owner,()=>{let t=e();typeof t=="function"&&(this.owner.cleanups??=[]).push(t)})}),this.watcher=new ns(()=>cs(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"&&m.onSuspend){m.onSuspend(e,this.owner);return}if(m.onError&&m.onError(e,this.owner))return;throw e}}}dispose(){this.disposed||(this.disposed=!0,this.watcher.unwatch(this.computed),Qe(this.owner))}};us(()=>{});Tn=Symbol.for("signal"),ys=Symbol.for("memo"),ms=Symbol.for("signal-node");gs=Symbol.for("signal");wn=null;Jt=null;Xt=null;xn=null;Bt=Symbol();Dn=q();ss((e,t)=>{let r=_n(t,Dn);r&&(r.increment(),e.finally(()=>r.decrement()))});Ss=q();ls((e,t)=>{let r=_n(t,Ss);return r?(r.setError(e),!0):!1});er=Symbol.for("fluixi-proxy")});function tt(e,t,r={}){let{preserveStructure:n,multiple:o,throwOnError:i=!1,defaultValue:s,maxDepth:a=20}=r;if(!e||typeof e!="object")return s;if(!t)return e;if(Array.isArray(t))if(n){let c={};for(let f of t){let p=tt(e,f,{...r,preserveStructure:!1});p!==void 0&&_s(c,f,p)}return c}else return t.map(c=>tt(e,c,{...r,preserveStructure:!1}));let l=tr(t,{...r,throwOnError:i});if(l.length===0)return e;if(typeof n>"u"||n===!1){let c=Cs(e,t);return o===!1&&Array.isArray(c)?c[0]:c===void 0&&s!==void 0?s:c}let u=H(e,l,0,a);return u===void 0&&s!==void 0?s:u}function Cs(e,t,r={}){let{createMissing:n=!1,add:o=!1,debug:i=!1}=r,s=tr(t),a=e,l=!1,u="",c=t;if(typeof a=="object"&&!Array.isArray(a)&&c.length>0&&a[c])return a=a[c],a;for(let f=0;f<s.length;f++){let p=s[f],h=s.length>1?f===s.length-1:!1;if(a===null&&!n)return;let d=s[f+1];switch(p.type){case"property":if(a&&typeof a=="object")if(Array.isArray(a)){if(typeof p.value=="number"){let y=p.value;if(n&&y>=a.length)for(let b=a.length;b<=y;b++)a.push(void 0);if(n&&(a[y]===null||a[y]===void 0)&&(!h||l)&&(d?a[y]=d.type==="index"||d.type==="slice"||d.type==="union"||d.type==="wildcard"?[]:{}:a[y]=null,l=!1),a=a[y],d){l=!0;continue}}else o?a.push({[String(p.value)]:null}):a=a.map(y=>y[String(p.value)]);if(d)continue;return Hn(a)}else{if(a[u]&&u.split(".").length>=2){a=a[u];continue}if(n&&(a[String(p.value)]===null||a[String(p.value)]===void 0)&&(!h||l)&&(d?a[String(p.value)]=d.type==="index"||d.type==="slice"||d.type==="union"||d.type==="wildcard"?[]:{}:a[String(p.value)]=null,l=!1,a=a[String(p.value)],d)){l=!0;continue}if(a?(!a[String(p.value)]&&n&&(a[String(p.value)]=null),a=a[String(p.value)]):a={[String(p.value)]:null},d)continue}else if(n)a={},a[String(p.value)]=d.type==="index"||d.type==="slice"||d.type==="union"||d.type==="wildcard"||r.type==="array"?[]:{},a=a[String(p.value)];else return;break;case"index":case"wildcard":if(Array.isArray(a)){if(p.type==="index"){let y=p.value;if(y<0){a=a[a.length-Math.abs(y)];continue}if(n&&(y>=a.length||a[y]==null||a[y]==null)&&!h){for(let b=a.length;b<=y;b++)a.push(void 0);d&&(a[y]=d.type==="index"||d.type==="slice"||d.type==="union"||d.type==="wildcard"?[]:{})}a=a[y]}else if(!h)continue}else if(n){let y=s[f+1];a=[];let b=p.value;for(let $=0;$<=b;$++)a.push(void 0);a[b]=y.type==="index"||y.type==="slice"||y.type==="union"||y.type==="wildcard"||r.type==="array"?[]:{},a=a[b]}else{if(p.type==="index"&&typeof a=="object"&&a&&a[String(p.value)]!==void 0){a=a[String(p.value)];continue}if(typeof a=="object"){a=Object.values(a);continue}return}break;default:return}}return Hn(a)}function Hn(e){return Array.isArray(e)?e.filter(t=>typeof t<"u"):e}var rt,H,tr,$s,_s,rr=C(()=>{"use strict";rt=e=>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",H=(e,t,r,n)=>{if(r>n)return;if(t.length===0)return e;let o=t[0],i=t.slice(1);if(o.type==="descendant"){let s=H(e,i,r+1,n);if(s!==void 0)return s;if(e&&typeof e=="object")if(Array.isArray(e)){let a=[];for(let l=0;l<e.length;l++){let u=H(e[l],t,r+1,n);u!==void 0&&(a[l]=u)}return a.length>0?a:void 0}else{let a={};for(let l in e)if(e.hasOwnProperty(l)){let u=H(e[l],t,r+1,n);u!==void 0&&(a[l]=u)}return Object.keys(a).length>0?a:void 0}return}switch(o.type){case"property":if(rt(e)&&o.value&&String(o.value)in e){let s=e[String(o.value)],a=H(s,i,r+1,n);if(a!==void 0)return{[String(o.value)]:a}}break;case"index":if(Array.isArray(e)){let s=o.value;if(s>=0&&s<e.length){let a=H(e[s],i,r+1,n);if(a!==void 0){let l=new Array(e.length).filter(u=>u!==void 0);return l[s]=a,l}}}else if(e&&typeof e=="object"){let s=String(o.value);if(s in e){let a=H(e[s],i,r+1,n);if(a!==void 0)return{[s]:a}}}break;case"wildcard":if(e&&typeof e=="object")if(Array.isArray(e)){let s=[],a=!1;for(let l=0;l<e.length;l++){let u=H(e[l],i,r+1,n);u!==void 0&&(s[l]=u,a=!0)}return a?s:void 0}else{let s={},a=!1;for(let l in e)if(e.hasOwnProperty(l)){let u=H(e[l],i,r+1,n);u!==void 0&&(s[l]=u,a=!0)}return a?s:void 0}break;case"slice":if(Array.isArray(e)){let[s,a]=o.value,l=Math.max(0,s),u=Math.min(e.length,a===1/0?e.length:a),c=[],f=!1;for(let p=l;p<u;p++){let h=H(e[p],i,r+1,n);h!==void 0&&(c[p]=h,f=!0)}return f?c:void 0}break;case"union":if(Array.isArray(e)){let s=o.value,a=[],l=!1;for(let u of s)if(u>=0&&u<e.length){let c=H(e[u],i,r+1,n);c!==void 0&&(a[u]=c,l=!0)}return l?a:void 0}break;case"filter":if(Array.isArray(e)){let s=o.value,a=[],l=!1;for(let u=0;u<e.length;u++)if(s(e[u])){let c=H(e[u],i,r+1,n);c!==void 0&&(a[u]=c,l=!0)}return l?a:void 0}break}},tr=(e,t={})=>{let{type:r="auto",throwOnError:n=!1}=t;if(!e||typeof e!="string")return[];let o=[],i="",s=!1,a=!1,l="",u="",c=0,f=r==="auto"?(h=>h.includes("..")?"descendant":h.includes("[?(")?"filter":h.includes("[:")||h.includes("[0:")?"slice":h.includes("[,")||h.includes("[0,1]")?"union":h.includes("[*]")||h.includes(".*.")?"wildcard":h.includes("[]")?"array-wildcard":h.includes("[")&&h.includes("]")?"bracket":"dot")(e):r,p=h=>{let d=h.trim();if(d==="*"||d==="")return{type:"wildcard",value:d===""?"[]":"*",raw:d===""?"[]":h};if(d==="[]")return{type:"wildcard",value:"[]",raw:h};if(/^-?\d+$/.test(d))return{type:"index",value:parseInt(d,10),raw:h};if(d.includes(":")){let y=d.split(":").map(P=>P.trim()),b=y[0]===""?0:parseInt(y[0],10),$=y[1]===""?1/0:parseInt(y[1],10);if(isNaN(b)||isNaN($)){if(n)throw new Error(`Invalid slice notation: ${h}`);return{type:"wildcard",value:"*",raw:h}}return{type:"slice",value:[b,$],raw:h}}if(d.includes(",")){let y=d.split(",").map(b=>{let $=parseInt(b.trim(),10);return isNaN($)?-1:$}).filter(b=>b>=0);if(y.length===0){if(n)throw new Error(`Invalid union notation: ${h}`);return{type:"wildcard",value:"*",raw:h}}return{type:"union",value:y,raw:h}}if(d.startsWith("?(")&&d.endsWith(")")){let y=d.slice(2,-1);try{return{type:"filter",value:$s(y),raw:h}}catch(b){if(n)throw b;return{type:"wildcard",value:"*",raw:h}}}return d.startsWith('"')&&d.endsWith('"')||d.startsWith("'")&&d.endsWith("'")?{type:"property",value:d.slice(1,-1),raw:h}:{type:"property",value:d,raw:h}};for(let h=0;h<e.length;h++){let d=e[h],y=e[h+1];if((d==='"'||d==="'")&&!a){a=!0,l=d;continue}else if(d===l&&a){a=!1,l="",d==='"'||d==="'"||(s?u+=d:i+=d);continue}if(a){s?u+=d:i+=d;continue}if(d==="["&&!s){i&&(o.push({type:"property",value:i,raw:i}),i=""),s=!0,u="";continue}if(d==="]"&&s&&!a){s=!1;let $=p(u);o.push($);continue}let b=o.length>0?o[o.length-1]:null;if(d==="."&&!s&&!a){if(y==="."){let $=e.split("..")[0];o.push({type:"property",value:$,raw:$}),o.push({type:"descendant",value:"..",raw:".."}),h++}else i&&(i==="*"?o.push({type:"wildcard",value:i,raw:i}):o.push({type:"property",value:i,raw:i}),i="");continue}if(s)u+=d;else if(b&&b.type!=="descendant")i+=d;else{let $=e.split(b?.raw)[1];$!==void 0?i=$:i+=d}}return i&&o.push({type:"property",value:i,raw:i}),o.map(h=>{if(h.type==="property"&&typeof h.value=="string"&&/^-?\d+$/.test(h.value)){let d=parseInt(h.value,10);if(!isNaN(d))return{...h,type:"index",value:d}}return h})},$s=e=>{let t=e.replace(/@\.([a-zA-Z_$][\w$]*)/g,(r,n)=>`item.${n}`).replace(/@/g,"item");try{return new Function("item",`return ${t}`)}catch{throw new Error(`Invalid filter expression: ${e}`)}},_s=(e,t,r)=>{let n=tr(t),o=e;for(let i=0;i<n.length;i++){let s=n[i],a=i===n.length-1;switch(s.type){case"property":if(a)o[String(s.value)]=r;else{if(!o[String(s.value)]){let u=n[i+1];o[String(s.value)]=u.type==="index"||u.type==="slice"||u.type==="union"||u.type==="wildcard"?[]:{}}o=o[String(s.value)]}break;case"index":Array.isArray(o)||(o=[]);let l=s.value;if(a){if(l>=o.length)for(let u=o.length;u<=l;u++)o.push(void 0);o[l]=r}else{if(!o[l]){let u=n[i+1];o[l]=u.type==="index"||u.type==="slice"||u.type==="union"||u.type==="wildcard"?[]:{}}o=o[l]}break;case"wildcard":if(Array.isArray(o))if(a)for(let u=0;u<o.length;u++)o[u]=r;else{let u=n[i+1];for(let c=0;c<o.length;c++)o[c]||(o[c]=u.type==="index"||u.type==="slice"||u.type==="union"||u.type==="wildcard"?[]:{});o.length>0&&(o=o[0])}break}}}});function Ws(e){return e.localName.includes("-")}function oo(e,t,r,n=!1){if(r==null){e.removeAttribute(t);return}if(Ws(e)){e[t]=r;return}E(e,t,r,n)}function fo(e,...t){e.classList.add(...t)}function po(e,...t){e.classList.remove(...t)}function ho(e,...t){t.forEach(r=>e.classList.toggle(r))}function E(e,t,r,n=!1){if(r==null||r===!1){e.removeAttribute(t);return}if(r===!0){e.setAttribute(t,"");return}if(typeof r=="object"){e.setAttribute(t,JSON.stringify(r));return}e.setAttribute(t,String(r))}function yo(e){return e&&typeof e=="object"&&e.strings&&Array.isArray(e.strings)&&e.values&&Array.isArray(e.values)}function pt(e){return e instanceof Node}function mo(e){return Object.defineProperty(e,Symbol.for("fluixi-provider"),{value:!0,enumerable:!0}),e}function dt(e){return typeof e!="function"||Object.defineProperty(e,Symbol.for("fluixi-component"),{value:!0,enumerable:!0}),e}function go(e){return Object.defineProperty(e,Symbol.for("fluixi-suspense"),{value:!0,enumerable:!0}),e}function Vs(e){return typeof e=="function"&&e[Symbol.for("fluixi-router")]===!0}function Bs(e){return typeof e=="function"&&e[Symbol.for("fluixi-routes")]===!0}function Ks(e){return typeof e=="function"&&e[Symbol.for("fluixi-route")]===!0}function Js(e){return typeof e=="function"&&e[Symbol.for("fluixi-outlet")]===!0}function Xs(e){return typeof e=="function"&&e[Symbol.for("fluixi-provider")]===!0}function Gs(e){return typeof e=="function"&&e[Symbol.for("fluixi-context")]===!0}function K(e){return typeof e=="function"&&e[Symbol.for("fluixi-component")]===!0}function Ys(e){return typeof e=="function"&&e[Symbol.for("fluixi-suspense")]===!0}function vo(e){return Vs(e)?{type:"router",value:e}:Ks(e)?{type:"route",value:e}:Bs(e)?{type:"routes",value:e}:Js(e)?{type:"outlet",value:e}:K(e)?{type:"component",value:e}:Ys(e)?{type:"suspense",value:e}:Xs(e)?{type:"provider",value:e}:Gs(e)?{type:"context",value:e}:{type:"none",value:e}}function bo(){if(!so)throw new Error("[fluixi] server render ran before @fluixi/dom/server loaded");return so}function mr(e){return e!=null&&e[ht]===!0?!0:typeof Node<"u"&&e instanceof Node}function Zs(e){return e!=null&&e[ht]===!0?e.nodeType===1:typeof Element<"u"&&e instanceof Element}function Qs(e){return e!=null&&e[ht]===!0?e.nodeType===3:typeof Text<"u"&&e instanceof Text}function ea(e){Ao=e}function wo(){return Ao}function ao(e,t){return v.active&&t.parentNode===e}function xo(e){let t=v.parents.lastIndexOf(e);t!==-1&&(v.parents.length=t),v.cursor=e.nextSibling}function So(e){if(!v.active)return e();let t=v.cursor,r=v.parents;v.active=!1,v.parents=[];try{return e()}finally{v.active=!0,v.cursor=t,v.parents=r}}function $o(e){if(!v.active||e==null)return;let t=Array.isArray(e)?e[e.length-1]:e;t&&typeof t.nodeType=="number"&&xo(t)}function re(e){if(!yr)for(let t of e)ut.has(t)||gr.has(t)||(ut.add(t),document.addEventListener(t,ra))}function ra(e){let t=`$$${e.type}`,r=e.composedPath&&e.composedPath()[0]||e.target;for(;r;){let n=r[t];if(n&&!r.disabled&&(n(e),e.cancelBubble))return;r=r.host&&r.host!==r&&r.host instanceof Element?r.host:r.parentNode}}function na(e,t,r){if(e[`$$${t}`]=r,gr.has(t)){let n=`__fx_${t}`;if(!e[n]){let o=i=>{e[`$$${t}`]?.(i)};e.addEventListener(t,o),e[n]=o}return}ut.has(t)||re([t])}function lo(e,t){delete e[`$$${t}`];let r=`__fx_${t}`,n=e[r];n&&(e.removeEventListener(t,n),delete e[r])}function Y(e){if(yr)return bo().createText(e);if(v.active){let t=wo()?.hydrateText(e);if(t)return t}return document.createTextNode(e)}function me(e,t=!1){if(yr)return bo().createElement(e,t);if(v.active){let r=wo()?.hydrateElement(e);if(r)return r}return t?document.createElementNS(co,e):document.createElement(e)}function ia(e,t,r,n,o){let i=n,s=new Map;return L(()=>{let a;if(K(e)&&!k(e)){if(!s.has(e)){B++;try{let l=e();s.set(e,l)}finally{B--}}for(a=s.get(e);typeof a=="function"&&k(a);)a=a()}else for(a=e();typeof a=="function"&&k(a);)a=a();{let l=0;for(;typeof a=="function"&&l++<50;)if(K(a)){if(!s.has(a)){let u=a;B++;try{let c=u();s.set(u,c)}finally{B--}}a=s.get(a)}else if(k(a))a=a();else if(a=a(),typeof a!="function"||!k(a)&&!K(a))break}B++;try{i=Ee(t,a,r,i,s),o(i)}finally{B--}})}function R(e,t,r,n){if(B>oa)return console.error("[insert] Exceeded max call depth — possible infinite loop."),()=>null;r!==void 0&&!r&&(r=Y(""),e.appendChild(r));let o=n??null;if(typeof t!="function"){B++;try{o=Ee(e,t,r,null)}finally{B--}return()=>o}let i=ia(t,e,r,o,s=>{o=s});return()=>(i?.(),o)}function Ee(e,t,r,n,o){if(t==null||typeof t=="boolean")return te(e,n,r);if(typeof t=="function")for(;typeof t=="function";)t=t();if(t==null||typeof t=="boolean")return te(e,n,r);if(lt(t)){let s=Y("");return Array.isArray(n)?n.length>0?(e.replaceChild(s,n[0]),te(e,n.slice(1),r)):D(e,s,r):n?e.replaceChild(s,n):D(e,s,r),t.then(a=>{s.parentNode===e&&Ee(e,a,s.nextSibling,s)}).catch(a=>{console.error("Error resolving promise in insertExpression:",a)}),s}let i=typeof t;if(i==="string"||i==="number"){if(i==="number"&&(t=String(t)),Array.isArray(n)){if(n.length===0){let a=Y(t);return D(e,a,r),a}if(n.length===1&&n[0].nodeType===3)return n[0].data=t,n;n=te(e,n,r)}if(n&&Qs(n))return n.data=t,n;let s=Y(t);return n&&n.parentNode===e?e.replaceChild(s,n):ao(e,s)||D(e,s,r),s}if(mr(t))return ao(e,t)?(xo(t),t):Array.isArray(n)?(n.length===0?D(e,t,r):n[0].parentNode===e?(e.replaceChild(t,n[0]),te(e,n.slice(1),r)):D(e,t,r),t):(n?n!==t&&(n.parentNode===e?e.replaceChild(t,n):D(e,t,r)):D(e,t,r),t);if(Array.isArray(t)){let s=[],a=Array.isArray(n)?n:n?[n]:[],l=[];V(t,s,e,r,!0,o,l);let u=sa(e,a,s,r);for(let c of l){let f=R(e,c.sig,c.marker);w(()=>{te(e,f()),c.marker.parentNode===e&&e.removeChild(c.marker)})}return u}if(i==="object"&&t!==null&&typeof t=="object"){let s=t;if("_$litType$"in s||"_$litDirective$"in s)return Ee(e,ko(t),r,n);if("type"in s&&"props"in s){let a=s;if(typeof a.type=="function"){let l=a.type(a.props||{});return Ee(e,l,r,n)}}}return te(e,n,r)}function V(e,t,r,n,o=!0,i,s){for(let a=0;a<e.length;a++){let l=e[a];if(!(l==null||typeof l=="boolean")){for(;typeof l=="function"&&!lt(l)&&!k(l)&&!K(l)&&(l=l(),!(l==null||typeof l=="boolean")););if(!(l==null||typeof l=="boolean")){if(typeof l=="function"){let u;for(K(l)&&!k(l)?(i||(i=new Map),i.has(l)||i.set(l,l()),u=i.get(l)):u=l();typeof u=="function"&&!lt(u)&&!k(u)&&!K(u);)i||(i=new Map),i.has(u)||i.set(u,u()),u=i.get(u);if(u==null||typeof u=="boolean")continue;if(typeof u=="function"){if(k(u)){if(s){let f=Y("");t.push(f),s.push({marker:f,sig:u});continue}let c=u();for(;typeof c=="function"&&k(c);)c=c();if(c==null||typeof c=="boolean")continue;Array.isArray(c)?V(c,t,r,n,o,i):V([c],t,r,n,o,i);continue}continue}Array.isArray(u)?V(u,t,r,n,o,i,s):V([u],t,r,n,o,i,s);continue}if(lt(l)){let u=Y("");t.push(u),l.then(c=>{if(u.parentNode){let f=[];if(V([c],f,u.parentNode,void 0,!1,i),f.length>0){u.parentNode.replaceChild(f[0],u);for(let p=1;p<f.length;p++)u.parentNode?.insertBefore(f[p],f[p-1].nextSibling)}}}).catch(c=>console.error("Error resolving promise in array:",c));continue}if(Array.isArray(l)){V(l,t,r,n,o,i,s);continue}if(mr(l)){t.push(l);continue}if(typeof l=="object"&&l!==null&&("_$litType$"in l||"_$litDirective$"in l)){let u=ko(l);for(let c of u)t.push(c);continue}if(typeof l=="object"&&l!==null&&"type"in l&&"props"in l){let u=l;if(typeof u.type=="function"){let c=u.type(u.props||{});Array.isArray(c)?V(c,t,r,n,!1,i):V([c],t,r,n,!1,i);continue}}if(typeof l=="string"||typeof l=="number"){let u=String(l);if(u.trim()===""&&u!==" ")continue;t.push(Y(u));continue}t.push(Y(String(l)))}}}}function sa(e,t,r,n){for(let f=0;f<r.length;f++)r[f].parentNode!==null&&r[f].parentNode!==e&&(r=r.slice(),r[f]=r[f].cloneNode(!0));let o=r.length,i=t.length,s=o,a=0,l=0,u=i>0?t[i-1].nextSibling??void 0:n,c=null;for(;a<i||l<s;){if(t[a]===r[l]){a++,l++;continue}for(;i>a&&s>l&&t[i-1]===r[s-1];)i--,s--;if(i===a){let f=s<o?l?r[l-1].nextSibling??void 0:r[s-l]:u;for(;l<s;)D(e,r[l++],f)}else if(s===l)for(;a<i;)(!c||!c.has(t[a]))&&t[a].parentNode===e&&e.removeChild(t[a]),a++;else if(t[a]===r[s-1]&&r[l]===t[i-1]){let f=t[--i].nextSibling;D(e,r[l++],t[a++].nextSibling),D(e,r[--s],f),t[i]=t[a-1]}else{if(!c){c=new Map;let p=l;for(;p<s;)c.set(r[p],p++)}let f=c.get(t[a]);if(f!=null)if(l<f&&f<s){let p=a,h=1;for(;++p<i&&p<s&&!(!c.has(t[p])||c.get(t[p])!==f+h);)h++;if(h>f-l){let d=t[a];for(;l<f;)D(e,r[l++],d)}else t[a].parentNode===e?e.replaceChild(r[l++],t[a++]):(D(e,r[l++],u),a++)}else a++;else t[a].parentNode===e&&e.removeChild(t[a]),a++}}return r}function te(e,t,r){if(t)if(Array.isArray(t))for(let n=0;n<t.length;n++)t[n].parentNode===e&&e.removeChild(t[n]);else t.parentNode===e&&e.removeChild(t);return null}function D(e,t,r){v.active&&t.parentNode===e||(r&&r.parentNode===e?e.insertBefore(t,r):e.appendChild(t))}function Oe(e,t,r){r==null?delete e[t]:e[t]=r}function aa(e,t,r,n=!1){return typeof r!="function"?(E(e,t,r,n),()=>{}):L(()=>{let o=typeof r=="function"?r():r;E(e,t,o,n)})}function la(e,t,r){return typeof r!="function"?(Oe(e,t,r),()=>{}):L(()=>{let n=typeof r=="function"?r():r;Oe(e,t,n)})}function ct(e,t){if(t==null){e.removeAttribute("class");return}if(typeof t=="function"){S(()=>{ct(e,t())});return}if(typeof t=="string"){e.setAttribute("class",t);return}if(Array.isArray(t)){e.setAttribute("class",t.filter(Boolean).join(" "));return}if(typeof t=="object"){let r=Object.keys(t).filter(n=>{let o=t[n];return typeof o=="function"?o():!!o}).join(" ");e.setAttribute("class",r);return}e.setAttribute("class",String(t))}function ft(e,t,r){if(!(!t||typeof t!="object"))for(let n in t){let o=t[n],i=n.split(/\s+/).filter(Boolean);if(typeof o=="function"&&r)r.push(L(()=>{let s=!!o();for(let a of i)e.classList.toggle(a,s)}));else{let s=!!(typeof o=="function"?o():o);for(let a of i)e.classList.toggle(a,s)}}}function fr(e,t){let r=t;for(;typeof r=="function";)r=r();if(r==null){e.removeAttribute("style");return}if(typeof r=="string"){e.style.cssText=r;return}if(typeof r=="object")for(let n in r){let o=r[n];o==null?e.style[n]="":e.style[n]=o}}function _o(e){let{element:t,props:r,prevProps:n=ta,isSVG:o=!1,skipChildren:i=!1}=e;if(!t||!Zs(t))return console.error("[spread] Error: element is not a DOM Element!"),()=>{};if(!r)return console.warn("[spread] Warning: props is undefined!"),()=>{};let s=o||t.namespaceURI===co,a=[];for(let l in r){if(i&&l==="children")continue;let u=r[l],c=n[l];if(u!==c){if(l==="ref"){vr(u,t);continue}if(l==="class"||l==="className"){typeof u=="function"?a.push(L(()=>ct(t,u()))):ct(t,u);continue}if(l==="classList"){typeof u=="function"?a.push(L(()=>ft(t,u()))):ft(t,u,a);continue}if(l==="style"){typeof u=="function"?a.push(L(()=>fr(t,u()))):fr(t,u);continue}if(l.startsWith("on")){let f=l.slice(2).toLowerCase();c&&lo(t,f),u&&na(t,f,u);continue}io.has(l)||!s&&l in t?a.push(la(t,l,u)):a.push(aa(t,l,u,s))}}for(let l in n)if(!(l in r))if(l.startsWith("on")){let u=l.slice(2).toLowerCase();lo(t,u)}else io.has(l)?Oe(t,l,null):t.removeAttribute(l);return()=>{a.forEach(l=>l())}}function Co(e,t,r=!1){for(let n in t){let o=t[n];if(n==="ref"){vr(o,e);continue}if(n!=="children"){if(n.startsWith("on")&&n.length>2){let i=n.slice(2).toLowerCase();if(typeof o=="function")if(gr.has(i)){e[`$$${i}`]=o;let s=`__fx_${i}`;if(!e[s]){let a=l=>{e[`$$${i}`]?.(l)};e.addEventListener(i,a),e[s]=a}}else e[`$$${i}`]=o,ut.has(i)||re([i]);continue}if(n==="class"||n==="className"){ct(e,o);continue}if(n==="classList"){typeof o=="function"?L(()=>ft(e,o())):ft(e,o);continue}if(n==="style"){fr(e,o);continue}if(n==="innerHTML"){if(typeof o=="function"){let i=S(()=>{let s=o();for(;typeof s=="function";)s=s();e.innerHTML=s});w(()=>i())}else e.innerHTML=o;continue}if(n==="value"&&(e.tagName==="INPUT"||e.tagName==="TEXTAREA")){if(typeof o=="function"){let i=S(()=>{let s=o();for(;typeof s=="function"&&s.length===0;)s=s();document.activeElement!==e&&(e.value=s??"")});w(()=>{i()})}else e.value=o??"";continue}if(n==="checked"&&e.tagName==="INPUT"){if(typeof o=="function"){let i=S(()=>{let s=o();for(;typeof s=="function"&&s.length===0;)s=s();document.activeElement!==e&&(e.checked=s??"")});w(()=>{i()})}else e.checked=o??"";continue}if(n==="value"&&e.tagName==="SELECT"){if(typeof o=="function"){let i=!0,s=S(()=>{let a=o();for(;typeof a=="function"&&a.length===0;)a=a();i?(i=!1,queueMicrotask(()=>{e.value=a??""})):e.value=a??""});w(()=>{s()})}else queueMicrotask(()=>{e.value=o??""});continue}if(typeof o=="function"){let i=S(()=>{let s=o();for(;typeof s=="function"&&s.length===0;)s=s();oo(e,n,s,r)});w(()=>{i()})}else oo(e,n,o,r)}}}function vr(e,t){if(e){if(mr(e)){let r=t,n=e;if(!r)return;typeof r=="function"?r(n):typeof r=="object"&&"current"in r&&(r.current=n);return}typeof e=="function"?e(t):typeof e=="object"&&"current"in e&&(e.current=t)}}function To(e){pr=e}function ko(e){let t=[];if(!pr)return console.warn("Lit render not registered. Call registerLitRender first."),t;try{let r=document.createElement("div");for(pr(e,r);r.firstChild;)t.push(r.firstChild),r.removeChild(r.firstChild)}catch(r){console.warn("Could not render Lit template:",r)}return t}function Eo(e){return e==="svg"||e==="path"||e==="circle"||e==="rect"||e==="line"||e==="polygon"||e==="polyline"||e==="ellipse"||e==="g"||e==="defs"||e==="clipPath"||e==="text"}function lt(e){return e!=null&&(typeof e=="object"||typeof e=="function")&&typeof e.then=="function"||e instanceof Promise}function br(e,t,r){if(!t)throw new Error("Container element is required");let n,o,i=[];return M(s=>{j(()=>{v.active||(t.textContent=""),R(t,e)}),o=s}),()=>{o?.(),n?.(),i.forEach(s=>s()),t.textContent=""}}function Oo(e){dr.fn=e}function ne(e,t){return dr.fn?dr.fn(e,t):(()=>e(t))}function Ar(){let e=globalThis.__FX_DATA__;if(e)return e;if(cr!==void 0)return cr;let t=null;if(typeof document<"u"){let r=document.getElementById(ca)?.textContent;if(r)try{t=JSON.parse(r)}catch{t=null}}return cr=t}function wr(){for(;;){for(;v.cursor&&v.cursor.nodeType===3&&v.cursor.data==="";)v.cursor=v.cursor.nextSibling;if(v.cursor!=null||!v.parents.length)return;v.cursor=v.parents.pop().nextSibling}}function Sr(e,t){let r=t.nodeType===1?`<${t.tagName.toLowerCase()}>`:t.nodeType===3?`text ${JSON.stringify((t.nodeValue??"").slice(0,24))}`:t.nodeType===8?"comment":"node";console.warn(`[fluixi] hydration mismatch: expected ${e} but the server DOM has ${r}. Server and client rendered different markup; recreating this node on the client. Check for non-deterministic render (Date.now(), Math.random(), browser-only branches, untransported data).`)}function pa(e){wr();let t=v.cursor;return t&&t.nodeType===1&&t.tagName.toLowerCase()===e.toLowerCase()?(fa.has(e.toLowerCase())?v.cursor=t.nextSibling:(v.parents.push(t),v.cursor=t.firstChild),t):(xr&&t&&Sr(`<${e}>`,t),null)}function da(e){if(e==="")return null;wr();let t=v.cursor;return t&&t.nodeType===3?(v.cursor=t.nextSibling,t.nodeValue!==e&&(t.nodeValue=e),t):(xr&&t&&Sr(`text ${JSON.stringify(e.slice(0,24))}`,t),null)}function ha(e){wr();let t=v.cursor;return t&&t.nodeType===8&&t.data===e?(v.cursor=t.nextSibling,t):(xr&&t&&Sr(`marker <!--${e.slice(0,24)}-->`,t),null)}function ya(){uo||(uo=!0,ea({hydrateElement:pa,hydrateText:da,hydrateMarker:ha}))}function yt(e,t,r){ya(),v.active=!0,v.cursor=t.firstChild,v.parents=[];let n=Ar(),o=r?.resourceNamespace,i=0;Rn(()=>o?`${o}:r${i++}`:`r${i++}`),jn(n?s=>s in n?{value:n[s]}:void 0:null);try{return br(e,t)}finally{v.active=!1,v.cursor=null,v.parents=[]}}function ma(e){return typeof e=="function"?e:(()=>e)}function mt(e){return()=>{let t=e();return typeof t=="function"?t():t}}function ga(e){return e!=null&&e!==!1}function va(e){return!e||typeof e!="object"?!1:!!(typeof e._$litType$<"u"||typeof e._$litDirective$<"u"||Array.isArray(e.strings)&&Array.isArray(e.values))}function Po(e){let t=mt(()=>e.when),r=g(t,void 0),n=g(r,void 0);return g(()=>{if(n()){let o=e.children;return typeof o=="function"&&!va(o)?typeof r=="function"?_(()=>_(r)?o(r()):e.fallback):o(r):o}return e.fallback},void 0,{name:"show"})}function jo(e){let t=mt(()=>e.each),r=()=>e.fallback??null,n=(o,i)=>{let s=e.children,a=Array.isArray(s)?s.map(l=>typeof l=="function"?l(o,i):l):typeof s=="function"?s(o,i):s;return $o(a),a};return e.by?On(t,e.by,(o,i)=>n(o,i),{fallback:r}):En(t,(o,i)=>n(o,i),{fallback:r})}function Ro(e){let t=mt(()=>e.each);return Pn(t,(r,n)=>{let o=e.children(r,n);return $o(o),o},{fallback:()=>e.fallback??null})}function No(e){return{[hr]:!0,when:mt(()=>e.when),children:e.children}}function Mo(e){let t=Array.isArray(e.children)?e.children:[e.children];return g(()=>{for(let r of t){let n=r,o=0;for(;typeof n=="function"&&!n[hr]&&o++<10;)n=n();if(!n||typeof n!="object"||n[hr]!==!0)continue;let i=n.when();if(ga(i))return typeof n.children=="function"?n.children(i):n.children}return e.fallback??null})}function Lo(e){let t=ma(e.component),{component:r,...n}=e;return g(()=>{let o=t();return o==null?null:typeof o=="string"?{tag:o,props:n}:o(n)})}function Do(e){let t=()=>e.mount?typeof e.mount=="function"?e.mount():e.mount:document.body,r,n;return M(o=>{r=o,n=document.createElement("div"),n.style.display="contents",t().appendChild(n),R(n,e.children)&&vr(e.ref,n)}),w(()=>{r(),n.remove()}),null}function Io(e){let[t,r]=A(null),n=()=>r(null);return g(()=>{let o=t();if(o!==null)return typeof e.fallback=="function"?e.fallback(o,n):e.fallback;try{return typeof e.children=="function"?e.children():e.children}catch(i){return r(i),typeof e.fallback=="function"?e.fallback(i,n):e.fallback}})}function Ho(e){return g(()=>{let t=typeof e=="function"?e():e,r=[];for(let[n,o]of Object.entries(t))n&&(typeof o=="function"?o():o)&&r.push(n);return r.join(" ")})}function ba(e){return e.startsWith("--")?e:e.replace(/[A-Z]/g,t=>`-${t.toLowerCase()}`)}function qo(e){return g(()=>{let t=typeof e=="function"?e():e,r=[];for(let[n,o]of Object.entries(t)){if(!n)continue;let i=typeof o=="function"?o():o;i!=null&&r.push(`${ba(n)}: ${i}`)}return r.join("; ")})}var co,io,Vl,yr,ht,so,v,Ao,ta,ut,gr,B,oa,pr,ua,dr,ca,cr,fa,xr,uo,hr,Aa,I=C(()=>{"use strict";x();x();x();x();x();x();x();x();x();x();x();x();co="http://www.w3.org/2000/svg";io=new Set(["className","value","checked","selected","innerHTML","innerText","textContent","indeterminate","htmlFor"]);Vl=typeof Symbol=="function"&&Symbol.for?Symbol.for("react.element"):60103;yr=typeof document>"u",ht=Symbol.for("fluixi.server-node"),so=null;v={active:!1,cursor:null,parents:[]},Ao=null;ta={},ut=new Set,gr=new Set(["scroll","focus","blur","load","error","resize","mouseenter","mouseleave","pointerenter","pointerleave","gotpointercapture","lostpointercapture"]);B=0,oa=200;pr=null;ua="__fx_dom_create_component__",dr=globalThis[ua]??={fn:null};ca="__FX_DATA__";fa=new Set(["area","base","br","col","embed","hr","img","input","link","meta","param","source","track","wbr"]),xr=typeof process<"u"&&process.env&&!1;uo=!1;hr=Symbol("match");Aa=ht});function _r(){return wa}function Uo(){let e=F();if(!e)return null;if(!e[$r]){let t={mounts:[],effects:[],scheduled:!1};e[$r]=t}return e[$r]}function Fo(e){if(e.scheduled)return;e.scheduled=!0;let t=F();queueMicrotask(()=>{W(t,()=>{for(let r of e.mounts)try{let n=r();typeof n=="function"&&w(n)}catch(n){console.error("Error in onMount callback:",n)}for(let r of e.effects){let n;S(()=>{n&&n(),n=r()}),w(()=>{n&&n()})}e.mounts=[],e.effects=[]})})}function Z(e){Oo(je)}function je(e,t){return gt(e,t)}function gt(e,t){let r=typeof e=="function"?_(()=>e(t)):e;if(r!=null&&(typeof r=="function"||typeof r=="object")&&!k(r)){try{r.$name=e.name}catch{}return dt(r)}return r}function vt(e,t=!0){let r=Uo();if(r){if(!t){r.scheduled||e();return}r.mounts.push(e),Fo(r)}else{if(!t){e();return}S(()=>{let n=_(e);typeof n=="function"&&w(n)})}}function bt(e){w(e)}function Re(e){let t=Uo();if(t)t.effects.push(e),Fo(t);else{let r;S(()=>{r&&r(),r=e()}),w(()=>{r&&r()})}}function At(e){return g(e)}function wt(e){let t={current:e};return w(()=>{t.current=null}),t}function xt(e,t){let[r,n]=A(t);return[r,i=>{n(e(r(),i))}]}function St(e,t,r,n){Re(()=>{let o=e&&"current"in e?e.current:e;if(o)return o.addEventListener(t,r,n),()=>{o.removeEventListener(t,r,n)}})}function $t(e){return e}function Cr(){return Pe}function Tr(e){Pe&&e()}var wa,Pe,$r,ge=C(()=>{"use strict";I();x();wa={context:null,owner:null};Pe=typeof process<"u"&&!1,$r=Symbol.for("fluixi-lifecycle")});function Me(e,t){let r,n,o;function i(){return n||(n=e().then(a=>r=a.default)),n}t?.preload&&i();let s=(a=>{if(r){let l=r;return _(()=>l(a))}if(!o){let[l]=G(()=>i());if(o=l,l.error)throw l.error}return g(()=>{let l=o();return l?_(()=>l(a)):void 0},void 0,{name:"lazy"})});return s.preload=()=>i().then(()=>{}),s.$lazy=!0,s.loader=e,s}var kr=C(()=>{"use strict";x()});var _t,Le,Er,Wo,ve,Or,Vo,Pr,Ct,jr=C(()=>{"use strict";_t=globalThis,Le=_t.ShadowRoot&&(_t.ShadyCSS===void 0||_t.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,Er=Symbol(),Wo=new WeakMap,ve=class{constructor(t,r,n){if(this._$cssResult$=!0,n!==Er)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=r}get styleSheet(){let t=this.o,r=this.t;if(Le&&t===void 0){let n=r!==void 0&&r.length===1;n&&(t=Wo.get(r)),t===void 0&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),n&&Wo.set(r,t))}return t}toString(){return this.cssText}},Or=e=>new ve(typeof e=="string"?e:e+"",void 0,Er),Vo=(e,...t)=>{let r=e.length===1?e[0]:t.reduce((n,o,i)=>n+(s=>{if(s._$cssResult$===!0)return s.cssText;if(typeof s=="number")return s;throw Error("Value passed to 'css' function must be a 'css' function result: "+s+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(o)+e[i+1],e[0]);return new ve(r,e,Er)},Pr=(e,t)=>{if(Le)e.adoptedStyleSheets=t.map(r=>r instanceof CSSStyleSheet?r:r.styleSheet);else for(let r of t){let n=document.createElement("style"),o=_t.litNonce;o!==void 0&&n.setAttribute("nonce",o),n.textContent=r.cssText,e.appendChild(n)}},Ct=Le?e=>e:e=>e instanceof CSSStyleSheet?(t=>{let r="";for(let n of t.cssRules)r+=n.cssText;return Or(r)})(e):e});var $a,_a,Ca,Ta,ka,Ea,kt,Bo,Oa,Pa,De,Tt,Rr,Ko,z,Et=C(()=>{"use strict";jr();jr();({is:$a,defineProperty:_a,getOwnPropertyDescriptor:Ca,getOwnPropertyNames:Ta,getOwnPropertySymbols:ka,getPrototypeOf:Ea}=Object),kt=globalThis,Bo=kt.trustedTypes,Oa=Bo?Bo.emptyScript:"",Pa=kt.reactiveElementPolyfillSupport,De=(e,t)=>e,Tt={toAttribute(e,t){switch(t){case Boolean:e=e?Oa:null;break;case Object:case Array:e=e==null?e:JSON.stringify(e)}return e},fromAttribute(e,t){let r=e;switch(t){case Boolean:r=e!==null;break;case Number:r=e===null?null:Number(e);break;case Object:case Array:try{r=JSON.parse(e)}catch{r=null}}return r}},Rr=(e,t)=>!$a(e,t),Ko={attribute:!0,type:String,converter:Tt,reflect:!1,useDefault:!1,hasChanged:Rr};Symbol.metadata??=Symbol("metadata"),kt.litPropertyMetadata??=new WeakMap;z=class extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??=[]).push(t)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,r=Ko){if(r.state&&(r.attribute=!1),this._$Ei(),this.prototype.hasOwnProperty(t)&&((r=Object.create(r)).wrapped=!0),this.elementProperties.set(t,r),!r.noAccessor){let n=Symbol(),o=this.getPropertyDescriptor(t,n,r);o!==void 0&&_a(this.prototype,t,o)}}static getPropertyDescriptor(t,r,n){let{get:o,set:i}=Ca(this.prototype,t)??{get(){return this[r]},set(s){this[r]=s}};return{get:o,set(s){let a=o?.call(this);i?.call(this,s),this.requestUpdate(t,a,n)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??Ko}static _$Ei(){if(this.hasOwnProperty(De("elementProperties")))return;let t=Ea(this);t.finalize(),t.l!==void 0&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(De("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(De("properties"))){let r=this.properties,n=[...Ta(r),...ka(r)];for(let o of n)this.createProperty(o,r[o])}let t=this[Symbol.metadata];if(t!==null){let r=litPropertyMetadata.get(t);if(r!==void 0)for(let[n,o]of r)this.elementProperties.set(n,o)}this._$Eh=new Map;for(let[r,n]of this.elementProperties){let o=this._$Eu(r,n);o!==void 0&&this._$Eh.set(o,r)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){let r=[];if(Array.isArray(t)){let n=new Set(t.flat(1/0).reverse());for(let o of n)r.unshift(Ct(o))}else t!==void 0&&r.push(Ct(t));return r}static _$Eu(t,r){let n=r.attribute;return n===!1?void 0:typeof n=="string"?n:typeof t=="string"?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$ES=new Promise(t=>this.enableUpdating=t),this._$AL=new Map,this._$E_(),this.requestUpdate(),this.constructor.l?.forEach(t=>t(this))}addController(t){(this._$EO??=new Set).add(t),this.renderRoot!==void 0&&this.isConnected&&t.hostConnected?.()}removeController(t){this._$EO?.delete(t)}_$E_(){let t=new Map,r=this.constructor.elementProperties;for(let n of r.keys())this.hasOwnProperty(n)&&(t.set(n,this[n]),delete this[n]);t.size>0&&(this._$Ep=t)}createRenderRoot(){let t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return Pr(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$EO?.forEach(t=>t.hostConnected?.())}enableUpdating(t){}disconnectedCallback(){this._$EO?.forEach(t=>t.hostDisconnected?.())}attributeChangedCallback(t,r,n){this._$AK(t,n)}_$ET(t,r){let n=this.constructor.elementProperties.get(t),o=this.constructor._$Eu(t,n);if(o!==void 0&&n.reflect===!0){let i=(n.converter?.toAttribute!==void 0?n.converter:Tt).toAttribute(r,n.type);this._$Em=t,i==null?this.removeAttribute(o):this.setAttribute(o,i),this._$Em=null}}_$AK(t,r){let n=this.constructor,o=n._$Eh.get(t);if(o!==void 0&&this._$Em!==o){let i=n.getPropertyOptions(o),s=typeof i.converter=="function"?{fromAttribute:i.converter}:i.converter?.fromAttribute!==void 0?i.converter:Tt;this._$Em=o;let a=s.fromAttribute(r,i.type);this[o]=a??this._$Ej?.get(o)??a,this._$Em=null}}requestUpdate(t,r,n,o=!1,i){if(t!==void 0){let s=this.constructor;if(o===!1&&(i=this[t]),n??=s.getPropertyOptions(t),!((n.hasChanged??Rr)(i,r)||n.useDefault&&n.reflect&&i===this._$Ej?.get(t)&&!this.hasAttribute(s._$Eu(t,n))))return;this.C(t,r,n)}this.isUpdatePending===!1&&(this._$ES=this._$EP())}C(t,r,{useDefault:n,reflect:o,wrapped:i},s){n&&!(this._$Ej??=new Map).has(t)&&(this._$Ej.set(t,s??r??this[t]),i!==!0||s!==void 0)||(this._$AL.has(t)||(this.hasUpdated||n||(r=void 0),this._$AL.set(t,r)),o===!0&&this._$Em!==t&&(this._$Eq??=new Set).add(t))}async _$EP(){this.isUpdatePending=!0;try{await this._$ES}catch(r){Promise.reject(r)}let t=this.scheduleUpdate();return t!=null&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(let[o,i]of this._$Ep)this[o]=i;this._$Ep=void 0}let n=this.constructor.elementProperties;if(n.size>0)for(let[o,i]of n){let{wrapped:s}=i,a=this[o];s!==!0||this._$AL.has(o)||a===void 0||this.C(o,void 0,i,a)}}let t=!1,r=this._$AL;try{t=this.shouldUpdate(r),t?(this.willUpdate(r),this._$EO?.forEach(n=>n.hostUpdate?.()),this.update(r)):this._$EM()}catch(n){throw t=!1,this._$EM(),n}t&&this._$AE(r)}willUpdate(t){}_$AE(t){this._$EO?.forEach(r=>r.hostUpdated?.()),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$EM(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$ES}shouldUpdate(t){return!0}update(t){this._$Eq&&=this._$Eq.forEach(r=>this._$ET(r,this[r])),this._$EM()}updated(t){}firstUpdated(t){}};z.elementStyles=[],z.shadowRootOptions={mode:"open"},z[De("elementProperties")]=new Map,z[De("finalized")]=new Map,Pa?.({ReactiveElement:z}),(kt.reactiveElementVersions??=[]).push("2.1.2")});function ni(e,t){if(!Ir(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return Xo!==void 0?Xo.createHTML(t):t}function ae(e,t,r=e,n){if(t===Q)return t;let o=n!==void 0?r._$Co?.[n]:r._$Cl,i=qe(t)?void 0:t._$litDirective$;return o?.constructor!==i&&(o?._$AO?.(!1),i===void 0?o=void 0:(o=new i(e),o._$AT(e,r,n)),n!==void 0?(r._$Co??=[])[n]=o:r._$Cl=o),o!==void 0&&(t=ae(e,o._$AS(e,t.values),o,n)),t}var Mr,Jo,Ot,Xo,Lr,J,Dr,ja,se,He,qe,Ir,ti,Nr,Ie,Go,Yo,oe,Zo,Qo,ri,Hr,Ra,Na,Ma,Q,T,ei,ie,oi,Ue,Pt,be,le,jt,Rt,Nt,Mt,La,Da,qr,Lt=C(()=>{"use strict";Mr=globalThis,Jo=e=>e,Ot=Mr.trustedTypes,Xo=Ot?Ot.createPolicy("lit-html",{createHTML:e=>e}):void 0,Lr="$lit$",J=`lit$${Math.random().toFixed(9).slice(2)}$`,Dr="?"+J,ja=`<${Dr}>`,se=document,He=()=>se.createComment(""),qe=e=>e===null||typeof e!="object"&&typeof e!="function",Ir=Array.isArray,ti=e=>Ir(e)||typeof e?.[Symbol.iterator]=="function",Nr=`[
2
+ \f\r]`,Ie=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Go=/-->/g,Yo=/>/g,oe=RegExp(`>|${Nr}(?:([^\\s"'>=/]+)(${Nr}*=${Nr}*(?:[^
3
+ \f\r"'\`<>=]|("|')|))|$)`,"g"),Zo=/'/g,Qo=/"/g,ri=/^(?:script|style|textarea|title)$/i,Hr=e=>(t,...r)=>({_$litType$:e,strings:t,values:r}),Ra=Hr(1),Na=Hr(2),Ma=Hr(3),Q=Symbol.for("lit-noChange"),T=Symbol.for("lit-nothing"),ei=new WeakMap,ie=se.createTreeWalker(se,129);oi=(e,t)=>{let r=e.length-1,n=[],o,i=t===2?"<svg>":t===3?"<math>":"",s=Ie;for(let a=0;a<r;a++){let l=e[a],u,c,f=-1,p=0;for(;p<l.length&&(s.lastIndex=p,c=s.exec(l),c!==null);)p=s.lastIndex,s===Ie?c[1]==="!--"?s=Go:c[1]!==void 0?s=Yo:c[2]!==void 0?(ri.test(c[2])&&(o=RegExp("</"+c[2],"g")),s=oe):c[3]!==void 0&&(s=oe):s===oe?c[0]===">"?(s=o??Ie,f=-1):c[1]===void 0?f=-2:(f=s.lastIndex-c[2].length,u=c[1],s=c[3]===void 0?oe:c[3]==='"'?Qo:Zo):s===Qo||s===Zo?s=oe:s===Go||s===Yo?s=Ie:(s=oe,o=void 0);let h=s===oe&&e[a+1].startsWith("/>")?" ":"";i+=s===Ie?l+ja:f>=0?(n.push(u),l.slice(0,f)+Lr+l.slice(f)+J+h):l+J+(f===-2?a:h)}return[ni(e,i+(e[r]||"<?>")+(t===2?"</svg>":t===3?"</math>":"")),n]},Ue=class e{constructor({strings:t,_$litType$:r},n){let o;this.parts=[];let i=0,s=0,a=t.length-1,l=this.parts,[u,c]=oi(t,r);if(this.el=e.createElement(u,n),ie.currentNode=this.el.content,r===2||r===3){let f=this.el.content.firstChild;f.replaceWith(...f.childNodes)}for(;(o=ie.nextNode())!==null&&l.length<a;){if(o.nodeType===1){if(o.hasAttributes())for(let f of o.getAttributeNames())if(f.endsWith(Lr)){let p=c[s++],h=o.getAttribute(f).split(J),d=/([.?@])?(.*)/.exec(p);l.push({type:1,index:i,name:d[2],strings:h,ctor:d[1]==="."?jt:d[1]==="?"?Rt:d[1]==="@"?Nt:le}),o.removeAttribute(f)}else f.startsWith(J)&&(l.push({type:6,index:i}),o.removeAttribute(f));if(ri.test(o.tagName)){let f=o.textContent.split(J),p=f.length-1;if(p>0){o.textContent=Ot?Ot.emptyScript:"";for(let h=0;h<p;h++)o.append(f[h],He()),ie.nextNode(),l.push({type:2,index:++i});o.append(f[p],He())}}}else if(o.nodeType===8)if(o.data===Dr)l.push({type:2,index:i});else{let f=-1;for(;(f=o.data.indexOf(J,f+1))!==-1;)l.push({type:7,index:i}),f+=J.length-1}i++}}static createElement(t,r){let n=se.createElement("template");return n.innerHTML=t,n}};Pt=class{constructor(t,r){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=r}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){let{el:{content:r},parts:n}=this._$AD,o=(t?.creationScope??se).importNode(r,!0);ie.currentNode=o;let i=ie.nextNode(),s=0,a=0,l=n[0];for(;l!==void 0;){if(s===l.index){let u;l.type===2?u=new be(i,i.nextSibling,this,t):l.type===1?u=new l.ctor(i,l.name,l.strings,this,t):l.type===6&&(u=new Mt(i,this,t)),this._$AV.push(u),l=n[++a]}s!==l?.index&&(i=ie.nextNode(),s++)}return ie.currentNode=se,o}p(t){let r=0;for(let n of this._$AV)n!==void 0&&(n.strings!==void 0?(n._$AI(t,n,r),r+=n.strings.length-2):n._$AI(t[r])),r++}},be=class e{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,r,n,o){this.type=2,this._$AH=T,this._$AN=void 0,this._$AA=t,this._$AB=r,this._$AM=n,this.options=o,this._$Cv=o?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode,r=this._$AM;return r!==void 0&&t?.nodeType===11&&(t=r.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,r=this){t=ae(this,t,r),qe(t)?t===T||t==null||t===""?(this._$AH!==T&&this._$AR(),this._$AH=T):t!==this._$AH&&t!==Q&&this._(t):t._$litType$!==void 0?this.$(t):t.nodeType!==void 0?this.T(t):ti(t)?this.k(t):this._(t)}O(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}T(t){this._$AH!==t&&(this._$AR(),this._$AH=this.O(t))}_(t){this._$AH!==T&&qe(this._$AH)?this._$AA.nextSibling.data=t:this.T(se.createTextNode(t)),this._$AH=t}$(t){let{values:r,_$litType$:n}=t,o=typeof n=="number"?this._$AC(t):(n.el===void 0&&(n.el=Ue.createElement(ni(n.h,n.h[0]),this.options)),n);if(this._$AH?._$AD===o)this._$AH.p(r);else{let i=new Pt(o,this),s=i.u(this.options);i.p(r),this.T(s),this._$AH=i}}_$AC(t){let r=ei.get(t.strings);return r===void 0&&ei.set(t.strings,r=new Ue(t)),r}k(t){Ir(this._$AH)||(this._$AH=[],this._$AR());let r=this._$AH,n,o=0;for(let i of t)o===r.length?r.push(n=new e(this.O(He()),this.O(He()),this,this.options)):n=r[o],n._$AI(i),o++;o<r.length&&(this._$AR(n&&n._$AB.nextSibling,o),r.length=o)}_$AR(t=this._$AA.nextSibling,r){for(this._$AP?.(!1,!0,r);t!==this._$AB;){let n=Jo(t).nextSibling;Jo(t).remove(),t=n}}setConnected(t){this._$AM===void 0&&(this._$Cv=t,this._$AP?.(t))}},le=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,r,n,o,i){this.type=1,this._$AH=T,this._$AN=void 0,this.element=t,this.name=r,this._$AM=o,this.options=i,n.length>2||n[0]!==""||n[1]!==""?(this._$AH=Array(n.length-1).fill(new String),this.strings=n):this._$AH=T}_$AI(t,r=this,n,o){let i=this.strings,s=!1;if(i===void 0)t=ae(this,t,r,0),s=!qe(t)||t!==this._$AH&&t!==Q,s&&(this._$AH=t);else{let a=t,l,u;for(t=i[0],l=0;l<i.length-1;l++)u=ae(this,a[n+l],r,l),u===Q&&(u=this._$AH[l]),s||=!qe(u)||u!==this._$AH[l],u===T?t=T:t!==T&&(t+=(u??"")+i[l+1]),this._$AH[l]=u}s&&!o&&this.j(t)}j(t){t===T?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},jt=class extends le{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===T?void 0:t}},Rt=class extends le{constructor(){super(...arguments),this.type=4}j(t){this.element.toggleAttribute(this.name,!!t&&t!==T)}},Nt=class extends le{constructor(t,r,n,o,i){super(t,r,n,o,i),this.type=5}_$AI(t,r=this){if((t=ae(this,t,r,0)??T)===Q)return;let n=this._$AH,o=t===T&&n!==T||t.capture!==n.capture||t.once!==n.once||t.passive!==n.passive,i=t!==T&&(n===T||o);o&&this.element.removeEventListener(this.name,this,n),i&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}},Mt=class{constructor(t,r,n){this.element=t,this.type=6,this._$AN=void 0,this._$AM=r,this.options=n}get _$AU(){return this._$AM._$AU}_$AI(t){ae(this,t)}},La={M:Lr,P:J,A:Dr,C:1,L:oi,R:Pt,D:ti,V:ae,I:be,H:le,N:Rt,U:Nt,B:jt,F:Mt},Da=Mr.litHtmlPolyfillSupport;Da?.(Ue,be),(Mr.litHtmlVersions??=[]).push("3.3.3");qr=(e,t,r)=>{let n=r?.renderBefore??t,o=n._$litPart$;if(o===void 0){let i=r?.renderBefore??null;n._$litPart$=o=new be(t.insertBefore(He(),i),i,void 0,r??{})}return o._$AI(e),o}});var Ur,ue,Ia,Ha,ii=C(()=>{"use strict";Et();Et();Lt();Lt();Ur=globalThis,ue=class extends z{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){let t=super.createRenderRoot();return this.renderOptions.renderBefore??=t.firstChild,t}update(t){let r=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=qr(r,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return Q}};ue._$litElement$=!0,ue.finalized=!0,Ur.litElementHydrateSupport?.({LitElement:ue});Ia=Ur.litElementPolyfillSupport;Ia?.({LitElement:ue});Ha={_$AK:(e,t,r)=>{e._$AK(t,r)},_$AL:e=>e._$AL};(Ur.litElementVersions??=[]).push("4.2.2")});var Ru,si=C(()=>{"use strict";Ru=!1});var ai={};Vt(ai,{CSSResult:()=>ve,LitElement:()=>ue,ReactiveElement:()=>z,_$LE:()=>Ha,_$LH:()=>La,adoptStyles:()=>Pr,css:()=>Vo,defaultConverter:()=>Tt,getCompatibleStyle:()=>Ct,html:()=>Ra,isServer:()=>Ru,mathml:()=>Ma,noChange:()=>Q,notEqual:()=>Rr,nothing:()=>T,render:()=>qr,supportsAdoptingStyleSheets:()=>Le,svg:()=>Na,unsafeCSS:()=>Or});var li=C(()=>{"use strict";Et();Lt();ii();si()});function Ua(){di||(di=!0,!(typeof process<"u")&&console.warn("[fluixi] createProvider({ context, value, children }) reads `children` eagerly: the object literal materialises `children` BEFORE the context is stamped, so a routed <Outlet/> that has siblings inside the provider renders detached and its descendants see no context under SSR. Use the lazy form instead:\n createProvider(Context, value, props) // children stays a getter\n // or JSX: <Context.Provider value={…}>{props.children}</Context.Provider>"))}function Dt(e,t,r){let n=!!e?.Provider,o=n?e:e.context,i=n?t:e.value,s=n?!1:e.debug??!1;n||Ua();let a=typeof i=="function"?i():i,l=n?r:e;return o.Provider({value:a,get children(){return l?.children},debug:s})}function hi(e){let t=we(e);return[t,n=>Dt(t,n.value,n)]}function zr(e,t){if(e.length===0)return Te(()=>t);let[r,n]=e[0],o=e.slice(1);return Dt(r,n,{get children(){return zr(o,t)}})}function yi(e){return t=>{let r=xe(e);return t.children(r)}}function mi(e,t){let r=xe(e);return r===e.defaultValue?t():r}function we(e){let t=q(e),r=n=>(n.debug,t.Provider({value:n.value,get children(){return n.children},debug:n.debug}));return typeof Symbol<"u"&&Symbol.for&&(r.$$typeof=Symbol.for("react.provider")),r.$$typeof=Symbol.for("react.provider"),{id:t.id,Provider:mo(r),defaultValue:e}}function xe(e){let t=U(e);return t!==void 0?t:e.defaultValue}var di,Wr=C(()=>{"use strict";I();x();x();ge();Z("index");di=!1});function $i(){return Si}function Kr(e){Si=e}function _i(e,t){It.set(e,t)}function Ci(e){return It.get(e)}function Xa(){It.clear()}function Ti(){if(typeof window>"u")return!1;let e=document.getElementById("__FLUIXI_HYDRATION__");if(!e||e.getAttribute("type")!=="application/json")return!1;try{let t=e.textContent||"{}",r=JSON.parse(t);for(let[n,o]of Object.entries(r))It.set(n,o);return!0}catch(t){return console.error("Failed to deserialize hydration data:",t),!1}}function Jr(){if(typeof window>"u")return;let e=document.getElementById("__FLUIXI_HYDRATION__");e&&e.remove();let t=document.createTreeWalker(document.body,NodeFilter.SHOW_COMMENT,null),r=[],n;for(;n=t.nextNode();){let o=n,i=o.nodeValue||"";(i.startsWith("#")||i.startsWith("/"))&&r.push(o)}r.forEach(o=>o.remove()),Xa()}function ki(){return typeof window>"u"}var Si,It,Xr=C(()=>{"use strict";Si=!1,It=new Map;typeof window<"u"&&window.addEventListener("load",()=>{setTimeout(Jr,100)})});function ul(e,t,r){let n=new Uint8Array(t.length);e:for(let o=0;o<e.length;o++){for(let i=0;i<t.length;i++)if(!n[i]&&fe(e[o],t[i],r)){n[i]=1;continue e}return!1}return!0}var fe,Oi=C(()=>{"use strict";rr();fe=(e,t,r={})=>{if(e===t)return!0;if(e==null||t==null||typeof e!=typeof t)return!1;let n=Array.isArray(e),o=Array.isArray(t);if(n!==o)return!1;if(n&&o)return e.length!==t.length?!1:r.unordered?ul(e,t,r):e.every((y,b)=>fe(y,t[b],r));if(typeof e!="object")return e===t;let i=e instanceof Date,s=t instanceof Date;if(i!==s)return!1;if(i)return e.getTime()===t.getTime();let a=e instanceof RegExp,l=t instanceof RegExp;if(a!==l)return!1;if(a)return e.toString()===t.toString();let u=e instanceof Map,c=t instanceof Map;if(u!==c)return!1;if(u){if(e.size!==t.size)return!1;for(let[y,b]of e)if(!t.has(y)||!fe(b,t.get(y),r))return!1;return!0}let f=e instanceof Set,p=t instanceof Set;if(f!==p)return!1;if(f){if(e.size!==t.size)return!1;let y=[...t],b=new Uint8Array(y.length);e:for(let $ of e){for(let P=0;P<y.length;P++)if(!b[P]&&fe($,y[P],r)){b[P]=1;continue e}return!1}return!0}if(!rt(e)||!rt(t))return!1;let h=Object.keys(e),d=Object.keys(t);if(h.length!==d.length)return!1;for(let y of h)if(!Object.prototype.hasOwnProperty.call(t,y)||!fe(e[y],t[y],r))return!1;return!0}});function cl(e){return e.startsWith("//")?e.replace(/^\/+/,"/"):e}function Se(e,t,r=!1){let n=[];if(e===t)return{params:{},path:t};if(!r&&e==="/"&&t.startsWith("/"))return{params:{},path:"/"};let o=e.replace(/:([a-zA-Z0-9_]+)/g,(l,u)=>(n.push(u),"([^/]+)")).replace(/\*([a-zA-Z0-9_]*)/g,(l,u)=>(u&&n.push(u),"(.*)"));o.startsWith("/")||(o="/"+o),o===""&&(o="/");let i=new RegExp(`^${o}${r?"$":"(?=/|$)"}`),s=t.match(i);if(!s)return null;let a={};return n.forEach((l,u)=>{a[l]=s[u+1]}),{params:a,path:s[0]}}function en(e){let t=e.path.split("/").filter(Boolean);if(t.length===0)return 5;let r=0;for(let n of t)n.startsWith("*")?r+=1:n.startsWith(":")?r+=10:r+=100;return r}function Pi(e){return[...e].sort((t,r)=>en(r)-en(t))}function pe(e,t){let r=t.length>1?t.replace(/\/+$/,"")||"/":t,n=ji(e,r);if(!n)return null;let o=[],i="",s={};for(let a of n.layers){i=cl(fl(i,a.consumed));let l={};for(let[u,c]of Object.entries(a.params))u in s||(l[u]=c),s[u]=c;o.push({route:a.route,component:a.route.component,params:l,pathname:i||"/"})}return{matched:o,params:s,pathname:t}}function ji(e,t){if(!e||e.length===0)return null;let r=Pi(e);for(let n of r){let o=!!n.children&&n.children.length>0,i=Se(n.path,t,!o);if(i){if(o){let s=ji(n.children,t);if(s)return{layers:[{route:n,params:i.params,consumed:i.path},...s.layers]};continue}return{layers:[{route:n,params:i.params,consumed:i.path}]}}}return null}function fl(e,t){if(!e)return t;if(t===e)return e;if(t.startsWith(e))return t;let r=e.replace(/\/$/,""),n=t.replace(/^\//,"");return`${r}/${n}`}var tn=C(()=>{"use strict"});function rn(e){let t=e,r="",n=t.indexOf("#");n!==-1&&(r=t.slice(n),t=t.slice(0,n));let o="",i=t.indexOf("?");return i!==-1&&(o=t.slice(i),t=t.slice(0,i)),{pathname:t||"/",search:o,hash:r}}function We(e="/"){let t=[{path:e,state:null}],r=0,n=new Set,o=()=>n.forEach(i=>i());return{get(){let{path:i,state:s}=t[r];return{...rn(i),state:s}},push(i,s=null){t=t.slice(0,r+1),t.push({path:i,state:s}),r=t.length-1,o()},replace(i,s=null){t[r]={path:i,state:s},o()},subscribe(i){return n.add(i),()=>n.delete(i)}}}function de(){let e=typeof window<"u"?window:void 0,t=new Set,r=()=>t.forEach(n=>n());return e&&e.addEventListener("popstate",r),{get(){if(!e)return{pathname:"/",search:"",hash:"",state:null};let{pathname:n,search:o,hash:i}=e.location;return{pathname:n,search:o,hash:i,state:e.history.state??null}},push(n,o=null){e?.history.pushState(o,"",n),r()},replace(n,o=null){e?.history.replaceState(o,"",n),r()},subscribe(n){return t.add(n),()=>t.delete(n)}}}var nn=C(()=>{"use strict"});function pl(e){let t={};return e&&new URLSearchParams(e.startsWith("?")?e.slice(1):e).forEach((n,o)=>t[o]=n),t}function dl(e,t){if(!t)return e||"/";let r=t.replace(/\/$/,"");return e===r?"/":e.startsWith(r+"/")?e.slice(r.length)||"/":e||"/"}function hl(e,t){return!t||/^https?:\/\//.test(e)?e:`${t.replace(/\/$/,"")}${e.startsWith("/")?e:"/"+e}`}function on(e){let{routes:t,history:r,base:n}=e,o=new Set,i=()=>{let c=r.get();return{pathname:c.pathname,search:c.search,hash:c.hash,state:c.state,query:pl(c.search)}},s=c=>pe(t,dl(c,n)),a=(()=>{let c=i();return{location:c,match:s(c.pathname)}})(),l=()=>{let c=i();a={location:c,match:s(c.pathname)},o.forEach(f=>f(a))},u=r.subscribe(l);return{state(){return a},subscribe(c){return o.add(c),()=>o.delete(c)},navigate(c,f={}){let p=hl(c,n);f.replace?r.replace(p,f.state??null):r.push(p,f.state??null)},match(c){return s(c)},destroy(){u(),o.clear()}}}var Ri=C(()=>{"use strict";tn();nn()});var sn=C(()=>{"use strict";tn();nn();Ri()});function Ni(e,t){return async(...r)=>{let n=t+":"+JSON.stringify(r);if($i()||typeof window<"u"){let i=Ci(n);if(i!==void 0)return i}if(Be.has(n))return Be.get(n);if(Ve.has(n))return Ve.get(n);let o=Promise.resolve(e(...r)).then(i=>(Be.set(n,i),Ve.delete(n),ki()&&_i(n,i),i),i=>{throw Ve.delete(n),i});return Ve.set(n,o),o}}function Mi(e){let t=typeof e=="string"?r=>r.startsWith(e):e;for(let r of Be.keys())t(r)&&(Be.delete(r),ml.add(r));yl(r=>r+1)}function Li(e,t){let[r]=G(t||(()=>!0),e);return r}function Di(e){return an.has(e)||an.set(e,A(void 0)),an.get(e)}function ln(e,t){let r=t||e.name||"action",n=async o=>{let[,i]=Di(r),s=()=>i(void 0),a=()=>n(o);i({input:o,pending:!0,clear:s,retry:a});try{let l=await e(o);return i({input:o,result:l,pending:!1,clear:s,retry:a}),l}catch(l){throw i({input:o,error:l,pending:!1,clear:s,retry:a}),l}};return n.url=r,n.with=o=>ln((...i)=>e(o,...i),t),n}function Ii(e){let[t]=Di(e.url);return t}function Hi(e){return e}var Be,Ve,jf,yl,ml,an,gl,Rf,qi=C(()=>{"use strict";x();Xr();Wr();Be=new Map,Ve=new Map;[jf,yl]=A(0),ml=new Set;an=new Map;gl=we(),Rf=gl.Provider});var Vi={};Vt(Vi,{A:()=>yn,Form:()=>Cl,Link:()=>zt,Outlet:()=>cn,Redirect:()=>fn,Router:()=>un,action:()=>ln,cache:()=>Ni,createAsync:()=>Li,createBrowserHistory:()=>de,createMemoryHistory:()=>We,lazy:()=>Me,matchPath:()=>Se,matchRoutes:()=>pe,preloadRoutes:()=>Tl,revalidate:()=>Mi,runWithOwner:()=>W,select:()=>$l,useAction:()=>Hi,useLevelParams:()=>xl,useLocation:()=>Je,useMatch:()=>dn,useNavigate:()=>Ft,useParam:()=>pn,useParamSelector:()=>Sl,useParams:()=>Ke,useRouteData:()=>_l,useRouter:()=>$e,useSearchParams:()=>hn,useSubmission:()=>Ii});function vl(e,t,r){let n,o=e.route.data;if(typeof o=="function"){let c=!1;w(()=>{c=!0});let f=F(),[p]=G(()=>o({params:r.params,location:r.location},f,()=>c));n=p}let i=()=>zi.Provider({value:n,get children(){return Fi.Provider({value:e.params,get children(){return Ui.Provider({value:{depth:t,...r},get children(){return ne(e.component,{})}})}})}});if(!n)return i();let s=n,a=()=>s.loading,[l,u]=A(_(()=>!a()));return S(()=>u(!a())),g(()=>l()?i():null)}function Wi(e){let t=e.depth+1,[r,n]=A(_(()=>e.matched()[t]?.component));return S(()=>{let o=e.matched()[t]?.component;n(()=>o)}),g(()=>{if(!r())return e.notFound?e.notFound():null;let i=_(()=>e.matched())[t];return vl(i,t,{matched:e.matched,params:e.params,location:e.location})})}function bl(e){return e==null?Al():typeof e=="function"?ne(e,{}):e}function Al(){let e=me("div");E(e,"class","fx-not-found"),E(e,"role","main"),E(e,"style","min-height:60vh;display:grid;place-content:center;gap:.25rem;text-align:center;font-family:system-ui,-apple-system,sans-serif");let t=me("h1");E(t,"style","margin:0;font-size:2.5rem;font-weight:700"),R(t,"404");let r=me("p");return E(r,"style","margin:0;opacity:.7"),R(r,"This page could not be found."),e.appendChild(t),e.appendChild(r),e}function un(e){let t=e.history??de(),r=on({routes:e.routes,base:e.base,history:t}),[n,o]=A(r.state()),i=r.subscribe(o);w(()=>{i(),r.destroy()});let s=g(()=>(n().match?.matched??[]).filter(c=>c.component)),a={router:r,location:g(()=>n().location),params:g(()=>n().match?.params??{})},l={depth:-1,matched:s,params:a.params,location:a.location,notFound:()=>bl(e.notFound)},u;return Ut.Provider({value:a,get children(){return u??=Wi(l)}})}function cn(){let e=U(Ui);return e?Wi(e):null}function fn(e){let t=U(Ut);if(!t||typeof window>"u")return null;let r=!1;return w(()=>r=!0),queueMicrotask(()=>{r||t.router.navigate(e.to,{replace:e.replace!==!1})}),null}function $e(){let e=U(Ut);if(e)return e;if(typeof window>"u")return wl;throw new Error("[router-next] useRouter must be used within <Router>")}function Ke(){let e=$e().params;return g(()=>e(),{},{equals:(t,r)=>JSON.stringify(t)===JSON.stringify(r)})}function xl(){return U(Fi)??{}}function pn(e){let t=Ke();return g(()=>t()[e])}function Sl(e,t){let r=Ke();return g(()=>e(r()),void 0,t?{equals:t}:void 0)}function dn(e){let t=Je();return g(()=>Se(typeof e=="function"?e():e,t.pathname))}function hn(){let e=Je(),t=Ft();return[g(()=>e.query),(o,i)=>{let s=new URLSearchParams(e.search);for(let[l,u]of Object.entries(o))u===null?s.delete(l):s.set(l,u);let a=s.toString();t(e.pathname+(a?`?${a}`:""),i)}]}function $l(e,t){let r=(n,o)=>fe(n,o);return t!==void 0?g(()=>tt(e(),t),void 0,{equals:r}):g(e,void 0,{equals:r})}function Je(){let{location:e}=$e();return new Proxy({},{get:(t,r)=>e()[r],has:(t,r)=>r in e(),ownKeys:()=>Reflect.ownKeys(e()),getOwnPropertyDescriptor:(t,r)=>Object.getOwnPropertyDescriptor(e(),r)})}function Ft(){let{router:e}=$e();return(t,r)=>e.navigate(t,r)}function _l(){return U(zi)??(()=>{})}function zt(e){let t=U(Ut),r=typeof document>"u",n=()=>t?.router.navigate(X(e.href)??"",{replace:X(e.replace)}),o=me("a");if(E(o,"href",X(e.href)??""),e.slot&&E(o,"slot",X(e.slot)),typeof o.addEventListener=="function")o.addEventListener("click",s=>{s.metaKey||s.ctrlKey||s.shiftKey||s.altKey||(s.preventDefault(),n())});else{let s=X(e.className??e.class)??"";s&&E(o,"class",s)}typeof o.addEventListener=="function"&&S(()=>{let s=X(e.href)??"";o.setAttribute("href",s);let a=X(e.className??e.class)??"",l=X(e.activeClass)??"",u=X(e.active)??t?.location().pathname===s;o.className=[a,u?l:""].filter(Boolean).join(" ")});let i=e.children;return i!=null&&R(o,i),o}function Cl(e){let t=e.action,r=e.className??e.class,n=t.url??"",o=me("form");E(o,"method","post"),n&&E(o,"action",n),r&&E(o,"class",r);for(let[s,a]of Object.entries(e))s==="action"||s==="children"||s==="class"||s==="className"||a!=null&&typeof a!="function"&&E(o,s,String(a));typeof o.addEventListener=="function"&&o.addEventListener("submit",s=>{s.preventDefault();let a={};new FormData(o).forEach((l,u)=>{a[u]=l}),Promise.resolve(t(a)).catch(()=>{})});let i=e.children;return i!=null&&R(o,i),o}async function Tl(e,t){let r=pe(e,t);if(!r)return;let n=[];for(let o of r.matched){let i=o.component;i&&typeof i.preload=="function"&&n.push(i.preload())}await Promise.all(n)}var Ut,Ui,Fi,zi,wl,X,yn,mn=C(()=>{"use strict";x();I();x();rr();Oi();sn();sn();qi();kr();x();Ut=q(),Ui=q(),Fi=q(),zi=q();wl={router:{navigate:()=>{}},location:()=>({pathname:"",search:"",hash:"",query:{}}),params:()=>({})};X=e=>typeof e=="function"?e():e;yn=zt});var El={};Vt(El,{$component:()=>gt,A:()=>yn,DEV:()=>Pe,Dynamic:()=>Lo,ErrorBoundary:()=>Io,FRAMEWORK_NAME:()=>xi,For:()=>jo,Fragment:()=>Vr,Index:()=>Ro,Link:()=>zt,Match:()=>No,Outlet:()=>cn,Portal:()=>Do,Redirect:()=>fn,Router:()=>un,Show:()=>Po,Store:()=>at,Suspense:()=>Ne,Switch:()=>Mo,VERSION:()=>wi,addClass:()=>fo,batch:()=>j,classMap:()=>Ho,cleanupDelegation:()=>pi,composeProviders:()=>zr,createBrowserHistory:()=>de,createComponent:()=>je,createComputed:()=>kn,createConsumer:()=>yi,createContext:()=>we,createContextWithProvider:()=>hi,createDebounce:()=>Ln,createDeferred:()=>Mn,createEffect:()=>S,createIsomorphicState:()=>gi,createMemo:()=>g,createMemoryHistory:()=>We,createProvider:()=>Dt,createRenderEffect:()=>L,createResource:()=>G,createRoot:()=>M,createSelector:()=>Nn,createSignal:()=>A,createStore:()=>lr,delegateEvents:()=>re,devOnly:()=>Tr,getFrameworkInfo:()=>Ja,getOwner:()=>F,getSharedConfig:()=>_r,hydrate:()=>yt,initDelegation:()=>fi,insert:()=>R,isDOMNode:()=>pt,isDev:()=>Cr,isLitTemplateResult:()=>yo,isRenderable:()=>ci,jsx:()=>Br,jsxs:()=>Ai,lazy:()=>Me,mount:()=>Bi,onCleanup:()=>w,onMount:()=>vt,onUnmount:()=>bt,portal:()=>ui,read:()=>Wn,reduce:()=>zn,removeClass:()=>po,render:()=>Ae,runWithOwner:()=>W,setAttribute:()=>E,setOwner:()=>Cn,setProperty:()=>Oe,spread:()=>_o,startClient:()=>Ki,styleMap:()=>qo,toggleClass:()=>ho,untrack:()=>_,untrackStore:()=>ur,useCallback:()=>$t,useContext:()=>xe,useEffect:()=>Re,useEventListener:()=>St,useLocation:()=>Je,useMatch:()=>dn,useMemo:()=>At,useNavigate:()=>Ft,useParam:()=>pn,useParams:()=>Ke,useProvide:()=>mi,useReducer:()=>xt,useRef:()=>wt,useRouter:()=>$e,useSearchParams:()=>hn});x();x();var Ts="__fluixi_signal_next_state__",ks=e=>{typeof queueMicrotask=="function"?queueMicrotask(e):Promise.resolve().then(e)},O=globalThis[Ts]??={consumer:null,untracked:!1,owner:null,queue:[],scheduled:!1,flushing:!1,batchDepth:0,hostSchedule:ks,onSuspend:null,onError:null},qn=0,Un=1,nt=2,Es=class{constructor(){this.observers=null,this.watchers=null,this.version=0}updateIfNecessary(){}track(){if(O.untracked)return;let e=O.consumer;e&&((this.observers??=new Set).add(e),(e.sources??=new Set).add(this))}};var Os=class extends Es{constructor(e,t){super(),this._threw=!1,this._initialized=!1,this.state=nt,this.sources=null,this._fn=e,this._equals=t?.equals===!1?()=>!1:t?.equals??Object.is}get(){if(O.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===Un&&this.sources){for(let e of this.sources)if(e.updateIfNecessary(),this.state===nt)break}(this.state===nt||!this._initialized)&&this.recompute(),this.state=qn}recompute(){if(this.sources){for(let s of this.sources)s.observers?.delete(this);this.sources.clear()}let e=O.consumer,t=O.untracked;O.consumer=this,O.untracked=!1;let r,n=!1,o;try{r=this._fn()}catch(s){n=!0,o=s,r=this._value}finally{O.consumer=e,O.untracked=t}let i=!this._initialized||this._threw!==n||(n?o!==this._error:!this._equals(this._value,r));if(this._initialized=!0,this._threw=n,this._error=o,this._value=r,i){if(this.version++,this.observers)for(let s of[...this.observers])s.markDirty(nt);Fn(this)}}markDirty(e){if(this.state>=e)return;let t=this.state===qn;if(this.state=e,t){if(this.observers)for(let r of[...this.observers])r.markDirty(Un);Fn(this)}}peek(){if(this.updateIfNecessary(),this._threw)throw this._error;return this._value}};function Fn(e){if(e.watchers)for(let t of[...e.watchers])t._notify(e)}function Ps(e){return O.onSuspend?(O.onSuspend(e,O.owner),!0):!1}function js(){return O.owner}function Rs(e,t){let r=O.owner;O.owner=e;try{return t()}finally{O.owner=r}}function Ns(e){O.hostSchedule=e??(t=>{Promise.resolve().then(t)})}function Ms(e){return!!e&&typeof e.then=="function"}Ns(()=>{});var Ls=Symbol.for("signal"),Ds=Symbol.for("memo");function Is(e,t,r){let n=t,o=js(),i=new Os(()=>Rs(o,()=>{try{return n=e(n)}catch(a){if(Ms(a))return Ps(a),n;throw a}}),{equals:r?.equals}),s=(()=>i.get());return Object.defineProperty(s,Ls,{value:!0,enumerable:!0}),Object.defineProperty(s,Ds,{value:!0,enumerable:!0}),s}function zn(e,t,r,n){return Is(()=>e().reduce(t,r),void 0,n)}function Wn(e){let t=e;for(;typeof t=="function";)t=t();return t}x();var or=Symbol("store-raw"),Vn=Symbol("store-node"),Bn=Symbol("store-has"),Kn=Symbol("store-self"),Jn=Symbol("store-track");var Xn=new WeakMap,Gn=new WeakMap;function to(e){let[t,r]=A(e),n=t;return n.$=r,n}function it(e){let t=Xn.get(e);return t||Xn.set(e,t={keys:new Map}),t}function Yn(e,t,r){let n=e.keys.get(t);return n||e.keys.set(t,n=to(r)),n}function Zn(e){let t=it(e);(t.all||(t.all=to()))()}function Qn(e,t){e.$(typeof t=="function"?()=>t:t)}function ro(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 ot(e){if(!ro(e))return e;let t=Gn.get(e);if(t)return t;let r=new Proxy(e,Hs);return Gn.set(e,r),r}var Hs={get(e,t,r){if(t===or||t===Vn)return e;if(t===er)return r;if(t===Bn)return s=>s in e;if(t==="__proxy")return!0;if(t===Jn||t===Kn)return Zn(e),r;let n=e[t];if(typeof n=="function"&&!Object.prototype.hasOwnProperty.call(e,t))return n;let o=Object.getOwnPropertyDescriptor(e,t);if(o&&o.get)return o.get.call(r);let i=Yn(it(e),t,n)();return ro(i)?ot(i):i},set(){return!0},deleteProperty(e,t){return t in e&&ke(e,t,void 0),!0},has(e,t){return t===or||t===er||t===Vn||t===Bn||t===Kn||t===Jn?!0:(Yn(it(e),t,e[t])(),t in e)},ownKeys(e){return Zn(e),Reflect.ownKeys(e)},getOwnPropertyDescriptor(e,t){return Reflect.getOwnPropertyDescriptor(e,t)}};function ke(e,t,r){if(e[t]===r&&(r!==void 0||t in e))return;let n=Array.isArray(e),o=n?e.length:0;r===void 0?delete e[t]:e[t]=r;let i=it(e),s=i.keys.get(t);if(s&&Qn(s,r),n&&e.length!==o){let a=i.keys.get("length");a&&Qn(a,e.length)}i.all&&i.all.$(void 0)}function eo(e,t){return typeof e=="function"?e(t):e}function ir(e,t){for(let r of Object.keys(t)){let n=t[r],o=e[r];n&&typeof n=="object"&&!Array.isArray(n)&&o&&typeof o=="object"&&!Array.isArray(o)?ir(o,n):ke(e,r,n)}}function ar(e){let t=[],r=e.replace(/\[([^\]]*)\]/g,".$1");for(let n of r.split("."))n.length&&t.push(n);return t}function no(e,t,r){let n=t.length-1;for(let i=0;i<n;i++){let s=t[i];if(s==="*"){let l=t.slice(i+1);if(Array.isArray(e))for(let u=0;u<e.length;u++)no(e[u],l,r);return}let a=e[s];(a==null||typeof a!="object")&&(a=/^\d+$/.test(t[i+1])?[]:{},ke(e,s,a)),e=a}let o=t[n];if(o==="*"){if(Array.isArray(e))for(let i=0;i<e.length;i++)ke(e,i,eo(r,e[i]));return}ke(e,o,eo(r,e[o]))}function nr(e,t,r){no(e,ar(t),r)}function qs(e,t){let r=t[0];if(typeof r=="function"&&t.length===1){let n=r(e);n&&n!==e&&ir(e,n);return}if(Array.isArray(r)&&t.length===1){for(let n of r)Array.isArray(n)&&nr(e,n[0],n[1]);return}if(r&&typeof r=="object"&&!Array.isArray(r)&&t.length===1){ir(e,r);return}if(Array.isArray(t[1])&&t.length>=3){nr(e,`${r}.${t[1].join(".")}`,t[2]);return}nr(e,String(r),t[1])}function sr(e){if(e==null||typeof e!="object")return e;if(Array.isArray(e))return e.map(sr);let t={};for(let r of Object.keys(e))t[r]=sr(e[r]);return t}function ye(e,t){let r=e;for(let n of ar(t)){if(r==null)return;r=r[n]}return r}var at=class{constructor(e,t={immutable:!0}){this.options=t,this.root=e,this.set=((...r)=>j(()=>qs(this.root,r)))}get state(){return ot(this.root)}get proxy(){return ot(this.root)}get accessor(){return(()=>ot(this.root))}unwrap(){return this.root}getNode(e){return this.root&&this.root[e]}get(e){if(e==null||e==="")return st(this.state);let t=this.state;for(let r of ar(e)){if(t==null)return;t=t[r]}return st(t)}select(e){return g(()=>e(this.state))}subscribe(e){return S(()=>e(this.state))}watch(e,t){let r;return S(()=>{let n=e(this.state);Object.is(n,r)||(t(n,r),r=n)})}reactive(e){return g(()=>this.state[e])}produce(e){this.set((t=>{let r=sr(t);return e(r),r}))}reconcile(e,t={}){this.set(e)}push(e,...t){let r=ye(this.root,e);this.set(e,r.concat(t))}pop(e){let t=ye(this.root,e).slice(),r=t.pop();return this.set(e,t),r}shift(e){let t=ye(this.root,e).slice(),r=t.shift();return this.set(e,t),r}splice(e,t,r,...n){let o=ye(this.root,e).slice(),i=o.splice(t,r,...n);return this.set(e,o),i}insert(e,t,r){let n=ye(this.root,e).slice();n.splice(t,0,r),this.set(e,n)}removeAt(e,t){let r=ye(this.root,e).slice(),n=r.splice(t,1);return this.set(e,r),n}toObservable(){let[e]=A(this.state);return e.toObservable()}dispose(){}},Us=["get","select","watch","subscribe","produce","reconcile","push","pop","shift","splice","insert","removeAt","unwrap","toObservable"];function Fs(e,t){for(let r of Us)e[r]=t[r].bind(t);e.$=t.reactive.bind(t)}function lr(e,t={immutable:!0}){let r=new at(e,t);return Fs(r.set,r),[r.proxy,r.set]}function zs(e,t={}){return new at(e,{...t,immutable:!1})}function st(e){if(e==null||typeof e!="object")return e;let t=e[or];return t!==void 0?t:e}function ur(e){return _(()=>st(e))}var Fl=Object.freeze({createStore:lr,createMutableStore:zs,batch:j,unwrap:st,untrackStore:ur});x();I();ge();ge();x();I();function zo(e){return!!(e&&typeof e=="object"&&typeof e.then=="function"||e instanceof Promise)}var xa=q();function Ne(e){return ne(Sa,e)}function Sa(e){let t=In(),r=U(xa),n=r?r.register(t.inFallback):void 0;function o(c){return c==null||typeof c=="boolean"?null:typeof c=="function"&&K(c)&&!k(c)?c():c}let i=So(()=>o(e.fallback??null)),s=Qt(t,()=>e.children);Qt(t,()=>{L(()=>{let c=s;if(Array.isArray(c))for(let f of c)typeof f=="function"&&k(f)&&f();else typeof c=="function"&&k(c)&&c()})});let[a,l]=A(void 0),u=zo(s);return u&&(t.increment(),s.then(c=>{l(()=>c),t.decrement()},()=>t.decrement())),g(()=>(n?n.showFallback():t.inFallback())?i:u?a():s)}go(Ne);Object.defineProperty(Ne,"__suspense",{value:!0,enumerable:!0});kr();typeof window<"u"&&Promise.resolve().then(()=>(li(),ai)).then(e=>To(e.render));var Fr=typeof window>"u";function Ae(e,t,r={}){if(Z("render"),re(["click","input","change","submit"]),Fr)throw new Error("render() is for client-side only. Use renderToString() on server.");if(!t)throw new Error("Container element is required");let n;return M(o=>{n=o;let i=typeof e=="function"?e():e;t.textContent="",t.setAttribute("fluixi-js","v1"),R(t,()=>i)}),()=>{n&&(n(),n=void 0)}}function qa(e){return e&&typeof e=="object"&&(e._$litType$!==void 0||e._$litDirective$!==void 0)}function ui(e,t,r={}){let n=document.createElement("div");n.setAttribute("data-portal","true"),t.appendChild(n);let o=Ae(e,n,r);return()=>{o(),t.contains(n)&&t.removeChild(n)}}function ci(e){return!!(e==null||typeof e=="function"||pt(e)||qa(e)||Array.isArray(e)||typeof e=="string"||typeof e=="number"||typeof e=="boolean")}function fi(){Fr||re(["click","input","change","submit"])}function pi(){}Wr();x();I();var Fa="__fluixi_iso_states__",za="__iso:";function Wa(){return globalThis[Fa]??=new Map}function Va(e){if(typeof window>"u")return;let t=Ar();return t?t[za+e]:void 0}function gi(e,t){let r=Va(e),n=r!==void 0?r:typeof window<"u"&&t.client?t.client():t.fallback,[o,i]=A(n);return Wa().set(e,{server:t.server,set:i}),{value:o,set:i,key:e}}I();I();I();I();I();x();var Vr=Symbol.for("fluixi.fragment"),vi=typeof window>"u";function bi(e){return e==null||e===!1?null:Array.isArray(e)?e.map(bi).flat():e}function Br(e,t,r){if(e==null)return null;let n=t||{};if(r!==void 0&&(n.key=r),e===Vr)return g(()=>dt(bi(n.children)));if(typeof e=="function"){let{type:o}=vo(e);return e.$$typeof===Symbol.for("react.provider")||o==="provider"?e(n):vi?{type:e,props:n}:g(()=>ne(e,n),void 0,{name:"jsx component"})}return typeof e=="string"&&e.trim().length>0?Ba(e,n):null}var Ai=Br;function Ba(e,t){if(vi)return{type:e,props:t||{}};let r=Eo(e),n=r?document.createElementNS("http://www.w3.org/2000/svg",e):document.createElement(e);return Ka(n,t,r),n}function Ka(e,t,r){if(Co(e,t,r),t&&t.children!==void 0){let n=Te(()=>t.children);Array.isArray(n)?n.forEach(o=>{R(e,o,typeof o=="function"?null:void 0)}):R(e,n,typeof n=="function"?null:void 0)}}ge();var wi="0.0.1",xi="Fluixi";function Ja(){return{name:xi,version:wi,features:{ssr:!0,hydration:!0,jsx:!0,litHtml:!0,signals:!0,fineGrained:!0,lazy:!0,hooks:!0,devMode:!0}}}Z("index");I();Xr();ge();x();function ce(e){return typeof e=="function"?e():e}function Ga(e){if(typeof e=="string")return e;let t=[];return t.push(e.index===!1?"noindex":"index"),t.push(e.follow===!1?"nofollow":"follow"),e.noarchive&&t.push("noarchive"),e.nosnippet&&t.push("nosnippet"),e.noimageindex&&t.push("noimageindex"),e.maxSnippet!=null&&t.push(`max-snippet:${e.maxSnippet}`),e.maxImagePreview&&t.push(`max-image-preview:${e.maxImagePreview}`),e.maxVideoPreview!=null&&t.push(`max-video-preview:${e.maxVideoPreview}`),t.join(", ")}function Gr(){let e=[],[t,r]=A(0);return{sources:e,version:t,push(n){return e.push(n),r(o=>o+1),()=>{let o=e.indexOf(n);o!==-1&&(e.splice(o,1),r(i=>i+1))}}}}var Ya=null;function Yr(e){Ya=e}function Ht(e){let t=5381;for(let r=0;r<e.length;r++)t=t*33^e.charCodeAt(r);return(t>>>0).toString(36)}function Za(e){return e.charset!=null?"meta:charset":e.property?"meta:property:"+e.property:e.name?"meta:name:"+e.name:e["http-equiv"]?"meta:http-equiv:"+e["http-equiv"]:"meta:"+Ht(JSON.stringify(e))}function Qa(e,t){let r=typeof t=="string"?{url:t}:t;e.push({tag:"meta",key:"meta:property:og:image:"+r.url,attrs:{property:"og:image",content:r.url}}),r.secureUrl&&e.push({tag:"meta",key:"meta:property:og:image:secure:"+r.url,attrs:{property:"og:image:secure_url",content:r.secureUrl}}),r.type&&e.push({tag:"meta",key:"meta:property:og:image:type:"+r.url,attrs:{property:"og:image:type",content:r.type}}),r.width!=null&&e.push({tag:"meta",key:"meta:property:og:image:width:"+r.url,attrs:{property:"og:image:width",content:String(r.width)}}),r.height!=null&&e.push({tag:"meta",key:"meta:property:og:image:height:"+r.url,attrs:{property:"og:image:height",content:String(r.height)}}),r.alt&&e.push({tag:"meta",key:"meta:property:og:image:alt:"+r.url,attrs:{property:"og:image:alt",content:r.alt}})}function el(e,t){let r=(n,o)=>{o!=null&&t.push({tag:"meta",key:"meta:property:og:"+n,attrs:{property:"og:"+n,content:o}})};r("title",e.title),r("description",e.description),r("type",e.type),r("url",e.url),r("site_name",e.siteName),r("locale",e.locale);for(let n of e.localeAlternate??[])t.push({tag:"meta",key:"meta:property:og:locale:alt:"+n,attrs:{property:"og:locale:alternate",content:n}});if(e.image!=null){let n=Array.isArray(e.image)?e.image:[e.image];for(let o of n)Qa(t,o)}if(e.video){let n=typeof e.video=="string"?{url:e.video}:e.video;r("video",n.url),"type"in n&&n.type&&r("video:type",n.type),"width"in n&&n.width!=null&&r("video:width",String(n.width)),"height"in n&&n.height!=null&&r("video:height",String(n.height))}if(e.audio){let n=typeof e.audio=="string"?{url:e.audio}:e.audio;r("audio",n.url),"type"in n&&n.type&&r("audio:type",n.type)}if(e.article){let n=e.article;r("article:published_time",n.publishedTime),r("article:modified_time",n.modifiedTime),r("article:expiration_time",n.expirationTime),r("article:section",n.section);for(let o of[].concat(n.author??[]))t.push({tag:"meta",key:"meta:property:og:article:author:"+o,attrs:{property:"article:author",content:o}});for(let o of[].concat(n.tag??[]))t.push({tag:"meta",key:"meta:property:og:article:tag:"+o,attrs:{property:"article:tag",content:o}})}if(e.book){let n=e.book;r("book:isbn",n.isbn),r("book:release_date",n.releaseDate);for(let o of[].concat(n.author??[]))t.push({tag:"meta",key:"meta:property:og:book:author:"+o,attrs:{property:"book:author",content:o}});for(let o of[].concat(n.tag??[]))t.push({tag:"meta",key:"meta:property:og:book:tag:"+o,attrs:{property:"book:tag",content:o}})}if(e.profile){let n=e.profile;r("profile:first_name",n.firstName),r("profile:last_name",n.lastName),r("profile:username",n.username),r("profile:gender",n.gender)}}function tl(e,t){let r=(n,o)=>{o!=null&&t.push({tag:"meta",key:"meta:name:twitter:"+n,attrs:{name:"twitter:"+n,content:o}})};r("card",e.card),r("site",e.site),r("creator",e.creator),r("title",e.title),r("description",e.description),r("image",e.image),r("image:alt",e.imageAlt),r("player",e.player),e.playerWidth!=null&&r("player:width",String(e.playerWidth)),e.playerHeight!=null&&r("player:height",String(e.playerHeight)),e.app&&(r("app:name:iphone",e.app.name),r("app:id:iphone",e.app.idIphone),r("app:id:ipad",e.app.idIpad),r("app:id:googleplay",e.app.idGooglePlay))}function rl(e,t){let r=(n,o)=>t.push({tag:"link",key:n,attrs:o});if(e.icon!=null){let n=typeof e.icon=="string"?[{url:e.icon}]:e.icon;for(let o of n)r("link:icon:"+o.url,{rel:"icon",href:o.url,...o.type?{type:o.type}:{},...o.sizes?{sizes:o.sizes}:{}})}if(e.apple!=null){let n=typeof e.apple=="string"?[{url:e.apple}]:e.apple;for(let o of n)r("link:apple-touch-icon:"+o.url,{rel:"apple-touch-icon",href:o.url,...o.sizes?{sizes:o.sizes}:{}})}e.mask&&r("link:mask-icon",{rel:"mask-icon",href:e.mask.url,...e.mask.color?{color:e.mask.color}:{}}),e.shortcut&&r("link:shortcut",{rel:"shortcut icon",href:e.shortcut}),e.msTileImage&&t.push({tag:"meta",key:"meta:name:msapplication-TileImage",attrs:{name:"msapplication-TileImage",content:e.msTileImage}}),e.msTileColor&&t.push({tag:"meta",key:"meta:name:msapplication-TileColor",attrs:{name:"msapplication-TileColor",content:e.msTileColor}})}function nl(e,t,r){let n=(f,p)=>t.push({tag:"meta",key:f,attrs:p}),o=ce(e.title);o!==void 0&&(r.title=o),e.titleTemplate!==void 0&&(r.template=e.titleTemplate);let i=ce(e.lang);i!==void 0&&t.push({tag:"htmlAttr",key:"html:lang",name:"lang",value:i}),e.charset!==void 0&&n("meta:charset",{charset:e.charset}),e.viewport!==void 0&&n("meta:name:viewport",{name:"viewport",content:e.viewport});let s=ce(e.description);s!==void 0&&n("meta:name:description",{name:"description",content:s});let a=ce(e.keywords);a!==void 0&&n("meta:name:keywords",{name:"keywords",content:Array.isArray(a)?a.join(", "):a}),e.author!==void 0&&n("meta:name:author",{name:"author",content:e.author}),e.robots!==void 0&&n("meta:name:robots",{name:"robots",content:Ga(e.robots)}),e.generator!==void 0&&n("meta:name:generator",{name:"generator",content:e.generator}),e.applicationName!==void 0&&n("meta:name:application-name",{name:"application-name",content:e.applicationName}),e.referrer!==void 0&&n("meta:name:referrer",{name:"referrer",content:e.referrer}),e.colorScheme!==void 0&&n("meta:name:color-scheme",{name:"color-scheme",content:e.colorScheme});let l=ce(e.themeColor);l!==void 0&&n("meta:name:theme-color",{name:"theme-color",content:l});let u=ce(e.canonical);if(u!==void 0&&t.push({tag:"link",key:"link:rel:canonical",attrs:{rel:"canonical",href:u}}),e.manifest!==void 0&&t.push({tag:"link",key:"link:rel:manifest",attrs:{rel:"manifest",href:e.manifest}}),e.base!==void 0&&t.push({tag:"base",key:"base",attrs:{href:e.base}}),e.verification){let f={google:"google-site-verification",bing:"msvalidate.01",yandex:"yandex-verification",pinterest:"p:domain_verify"};for(let[p,h]of Object.entries(e.verification)){if(h==null)continue;let d=f[p]??p;n("meta:name:"+d,{name:d,content:h})}}for(let f of e.alternates??[])t.push({tag:"link",key:"link:alternate:hreflang:"+f.hreflang,attrs:{rel:"alternate",hreflang:f.hreflang,href:f.href}});for(let f of e.feeds??[])t.push({tag:"link",key:"link:alternate:feed:"+f.href,attrs:{rel:"alternate",type:f.type??"application/rss+xml",href:f.href,...f.title?{title:f.title}:{}}});e.og&&el(e.og,t),e.twitter&&tl(e.twitter,t),e.icons&&rl(e.icons,t);let c=ce(e.jsonLd);if(c!==void 0){let f=Array.isArray(c)?c:[c];for(let p of f){let h=JSON.stringify(p);t.push({tag:"script",key:"script:ldjson:"+Ht(h),attrs:{type:"application/ld+json"},children:h})}}for(let f of e.meta??[]){let p={};for(let[h,d]of Object.entries(f))d!=null&&(p[h==="httpEquiv"?"http-equiv":h]=d);t.push({tag:"meta",key:Za(p),attrs:p})}for(let f of e.link??[]){let p={};for(let[h,d]of Object.entries(f))d!=null&&(p[h]=d);t.push({tag:"link",key:"link:"+(p.rel??"")+":"+(p.href??Ht(JSON.stringify(p))),attrs:p})}for(let f of e.script??[]){let p={},h;for(let[d,y]of Object.entries(f))y!=null&&(d==="children"?h=y:p[d]=y);t.push({tag:"script",key:"script:"+(p.src??Ht((h??"")+JSON.stringify(p))),attrs:p,children:h})}}function ol(e,t){return typeof e=="function"?e(t):e.includes("%s")?e.replace("%s",t):e}function qt(e){let t=[],r={};for(let i of e.sources){let s=typeof i=="function"?i():i;nl(s,t,r)}r.title!==void 0&&t.push({tag:"title",key:"title",children:r.template?ol(r.template,r.title):r.title});let n=new Map,o={};for(let i of t){if(i.tag==="htmlAttr"){o[i.name]=i.value;continue}n.set(i.key,i)}return{tags:[...n.values()],htmlAttrs:o}}var Fe="data-fh",ze="data-fh-key";function Zr(e){for(let t=e.firstChild;t;t=t.nextSibling)if(t.nodeType===8&&t.data.startsWith("fh:")){t.parentNode?.removeChild(t);return}}x();function Ei(e,t){for(let r of Array.from(e.attributes))r.name===Fe||r.name===ze||r.name in t||e.removeAttribute(r.name);for(let[r,n]of Object.entries(t))e.getAttribute(r)!==n&&e.setAttribute(r,n)}function il(e){let t=document.createElement(e.tag);return Ei(t,e.attrs),t.setAttribute(Fe,""),t.setAttribute(ze,e.key),e.tag==="script"&&e.children!=null&&(t.textContent=e.children),t}function sl(e,t){let r=document.head,n=new Map;for(let s of Array.from(r.querySelectorAll(`[${Fe}]`))){let a=s.getAttribute(ze);s.tagName!=="TITLE"&&a&&n.set(a,s)}let o=null,i=new Set;for(let s of e){if(s.tag==="title"){o=s.children;continue}if(s.tag==="htmlAttr")continue;i.add(s.key);let a=n.get(s.key);a&&a.tagName===s.tag.toUpperCase()?(Ei(a,s.attrs),s.tag==="script"&&(a.textContent??"")!==(s.children??"")&&(a.textContent=s.children??"")):(a&&a.remove(),r.appendChild(il(s)))}for(let[s,a]of n)i.has(s)||a.remove();o!=null&&document.title!==o&&(document.title=o);for(let[s,a]of Object.entries(t))document.documentElement.getAttribute(s)!==a&&document.documentElement.setAttribute(s,a)}function Qr(e){return M(t=>(S(()=>{e.version();let{tags:r,htmlAttrs:n}=qt(e);sl(r,n)}),w(()=>{}),t))}Z("client index");function Bi(e,t){if(!t)throw new Error("Container element not found for mount()");br(()=>e(),t)}async function Ki(e,t={}){let r=typeof t.root=="string"?document.querySelector(t.root):t.root??document.querySelector("#app");if(!r)throw new Error(`[Fluixi] Mount container not found: ${t.root??"#app"}`);let n=!!document.getElementById("__FLUIXI_HYDRATION__")||!!t.routes&&r.firstElementChild!=null,o=t.hydrate??n,i=Gr();if(Yr(i),Zr(r),o){if(t.routes&&t.routes.length){let{preloadRoutes:s}=await Promise.resolve().then(()=>(mn(),Vi));await s(t.routes,window.location.pathname)}Ti(),Kr(!0),yt(()=>e(),r),kl(),setTimeout(()=>{Kr(!1),Jr()},100)}else Ae(()=>e(),r);Qr(i)}function kl(){if(typeof window>"u")return;let e=window;typeof e.__FX_REPLAY_STOP__=="function"&&e.__FX_REPLAY_STOP__();let t=e.__FX_REPLAY__;if(e.__FX_REPLAY__=void 0,e.__FX_REPLAY_STOP__=void 0,!(!Array.isArray(t)||t.length===0))for(let r of t){let n=r&&r.target;if(!n||n.isConnected===!1||typeof n.dispatchEvent!="function")continue;let o=r.type,i=o==="click"?new MouseEvent(o,{bubbles:!0,cancelable:!0}):new Event(o,{bubbles:!0,cancelable:!0});n.dispatchEvent(i)}}mn();return Qi(El);})();