@objectstack/account 6.2.0 → 6.4.0
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.
|
@@ -69,13 +69,13 @@ Error generating stack: `+e.message+`
|
|
|
69
69
|
|
|
70
70
|
`)}t.write(`payload.value = newResult;`),t.write(`return payload;`);let s=t.compile();return(t,n)=>s(e,t,n)},a,o=qa,s=!Ma.jitless,c=s&&Ja.value,l=t.catchall,u;e._zod.parse=(d,f)=>{u??=r.value;let p=d.value;return o(p)?s&&c&&f?.async===!1&&f.jitless!==!0?(a||=i(t.shape),d=a(d,f),l?Sc([],p,d,f,u,e):d):n(d,f):(d.issues.push({expected:`object`,code:`invalid_type`,input:p,inst:e}),d)}});function Tc(e,t,n,r){for(let n of e)if(n.issues.length===0)return t.value=n.value,t;let i=e.filter(e=>!lo(e));return i.length===1?(t.value=i[0].value,i[0]):(t.issues.push({code:`invalid_union`,input:t.value,inst:n,errors:e.map(e=>e.issues.map(e=>mo(e,r,Na())))}),t)}var Ec=N(`$ZodUnion`,(e,t)=>{Ps.init(e,t),Va(e._zod,`optin`,()=>t.options.some(e=>e._zod.optin===`optional`)?`optional`:void 0),Va(e._zod,`optout`,()=>t.options.some(e=>e._zod.optout===`optional`)?`optional`:void 0),Va(e._zod,`values`,()=>{if(t.options.every(e=>e._zod.values))return new Set(t.options.flatMap(e=>Array.from(e._zod.values)))}),Va(e._zod,`pattern`,()=>{if(t.options.every(e=>e._zod.pattern)){let e=t.options.map(e=>e._zod.pattern);return RegExp(`^(${e.map(e=>Ra(e.source)).join(`|`)})$`)}});let n=t.options.length===1?t.options[0]._zod.run:null;e._zod.parse=(r,i)=>{if(n)return n(r,i);let a=!1,o=[];for(let e of t.options){let t=e._zod.run({value:r.value,issues:[]},i);if(t instanceof Promise)o.push(t),a=!0;else{if(t.issues.length===0)return t;o.push(t)}}return a?Promise.all(o).then(t=>Tc(t,r,e,i)):Tc(o,r,e,i)}}),Dc=N(`$ZodDiscriminatedUnion`,(e,t)=>{t.inclusive=!1,Ec.init(e,t);let n=e._zod.parse;Va(e._zod,`propValues`,()=>{let e={};for(let n of t.options){let r=n._zod.propValues;if(!r||Object.keys(r).length===0)throw Error(`Invalid discriminated union option at index "${t.options.indexOf(n)}"`);for(let[t,n]of Object.entries(r)){e[t]||(e[t]=new Set);for(let r of n)e[t].add(r)}}return e});let r=Ia(()=>{let e=t.options,n=new Map;for(let r of e){let e=r._zod.propValues?.[t.discriminator];if(!e||e.size===0)throw Error(`Invalid discriminated union option at index "${t.options.indexOf(r)}"`);for(let t of e){if(n.has(t))throw Error(`Duplicate discriminator value "${String(t)}"`);n.set(t,r)}}return n});e._zod.parse=(i,a)=>{let o=i.value;if(!qa(o))return i.issues.push({code:`invalid_type`,expected:`object`,input:o,inst:e}),i;let s=r.value.get(o?.[t.discriminator]);return s?s._zod.run(i,a):t.unionFallback||a.direction===`backward`?n(i,a):(i.issues.push({code:`invalid_union`,errors:[],note:`No matching discriminator`,discriminator:t.discriminator,options:Array.from(r.value.keys()),input:o,path:[t.discriminator],inst:e}),i)}}),Oc=N(`$ZodIntersection`,(e,t)=>{Ps.init(e,t),e._zod.parse=(e,n)=>{let r=e.value,i=t.left._zod.run({value:r,issues:[]},n),a=t.right._zod.run({value:r,issues:[]},n);return i instanceof Promise||a instanceof Promise?Promise.all([i,a]).then(([t,n])=>Ac(e,t,n)):Ac(e,i,a)}});function kc(e,t){if(e===t||e instanceof Date&&t instanceof Date&&+e==+t)return{valid:!0,data:e};if(Ya(e)&&Ya(t)){let n=Object.keys(t),r=Object.keys(e).filter(e=>n.indexOf(e)!==-1),i={...e,...t};for(let n of r){let r=kc(e[n],t[n]);if(!r.valid)return{valid:!1,mergeErrorPath:[n,...r.mergeErrorPath]};i[n]=r.data}return{valid:!0,data:i}}if(Array.isArray(e)&&Array.isArray(t)){if(e.length!==t.length)return{valid:!1,mergeErrorPath:[]};let n=[];for(let r=0;r<e.length;r++){let i=e[r],a=t[r],o=kc(i,a);if(!o.valid)return{valid:!1,mergeErrorPath:[r,...o.mergeErrorPath]};n.push(o.data)}return{valid:!0,data:n}}return{valid:!1,mergeErrorPath:[]}}function Ac(e,t,n){let r=new Map,i;for(let n of t.issues)if(n.code===`unrecognized_keys`){i??=n;for(let e of n.keys)r.has(e)||r.set(e,{}),r.get(e).l=!0}else e.issues.push(n);for(let t of n.issues)if(t.code===`unrecognized_keys`)for(let e of t.keys)r.has(e)||r.set(e,{}),r.get(e).r=!0;else e.issues.push(t);let a=[...r].filter(([,e])=>e.l&&e.r).map(([e])=>e);if(a.length&&i&&e.issues.push({...i,keys:a}),lo(e))return e;let o=kc(t.value,n.value);if(!o.valid)throw Error(`Unmergable intersection. Error path: ${JSON.stringify(o.mergeErrorPath)}`);return e.value=o.data,e}var jc=N(`$ZodTuple`,(e,t)=>{Ps.init(e,t);let n=t.items;e._zod.parse=(r,i)=>{let a=r.value;if(!Array.isArray(a))return r.issues.push({input:a,inst:e,expected:`tuple`,code:`invalid_type`}),r;r.value=[];let o=[],s=Mc(n,`optin`),c=Mc(n,`optout`);if(!t.rest){if(a.length<s)return r.issues.push({code:`too_small`,minimum:s,inclusive:!0,input:a,inst:e,origin:`array`}),r;a.length>n.length&&r.issues.push({code:`too_big`,maximum:n.length,inclusive:!0,input:a,inst:e,origin:`array`})}let l=Array(n.length);for(let e=0;e<n.length;e++){let t=n[e]._zod.run({value:a[e],issues:[]},i);t instanceof Promise?o.push(t.then(t=>{l[e]=t})):l[e]=t}if(t.rest){let e=n.length-1,s=a.slice(n.length);for(let n of s){e++;let a=t.rest._zod.run({value:n,issues:[]},i);a instanceof Promise?o.push(a.then(t=>Nc(t,r,e))):Nc(a,r,e)}}return o.length?Promise.all(o).then(()=>Pc(l,r,n,a,c)):Pc(l,r,n,a,c)}});function Mc(e,t){for(let n=e.length-1;n>=0;n--)if(e[n]._zod[t]!==`optional`)return n+1;return 0}function Nc(e,t,n){e.issues.length&&t.issues.push(...fo(n,e.issues)),t.value[n]=e.value}function Pc(e,t,n,r,i){for(let a=0;a<n.length;a++){let n=e[a],o=a<r.length;if(n.issues.length){if(!o&&a>=i){t.value.length=a;break}t.issues.push(...fo(a,n.issues))}t.value[a]=n.value}for(let e=t.value.length-1;e>=r.length&&n[e]._zod.optout===`optional`&&t.value[e]===void 0;e--)t.value.length=e;return t}var Fc=N(`$ZodRecord`,(e,t)=>{Ps.init(e,t),e._zod.parse=(n,r)=>{let i=n.value;if(!Ya(i))return n.issues.push({expected:`record`,code:`invalid_type`,input:i,inst:e}),n;let a=[],o=t.keyType._zod.values;if(o){n.value={};let s=new Set;for(let c of o)if(typeof c==`string`||typeof c==`number`||typeof c==`symbol`){s.add(typeof c==`number`?c.toString():c);let o=t.keyType._zod.run({value:c,issues:[]},r);if(o instanceof Promise)throw Error(`Async schemas not supported in object keys currently`);if(o.issues.length){n.issues.push({code:`invalid_key`,origin:`record`,issues:o.issues.map(e=>mo(e,r,Na())),input:c,path:[c],inst:e});continue}let l=o.value,u=t.valueType._zod.run({value:i[c],issues:[]},r);u instanceof Promise?a.push(u.then(e=>{e.issues.length&&n.issues.push(...fo(c,e.issues)),n.value[l]=e.value})):(u.issues.length&&n.issues.push(...fo(c,u.issues)),n.value[l]=u.value)}let c;for(let e in i)s.has(e)||(c??=[],c.push(e));c&&c.length>0&&n.issues.push({code:`unrecognized_keys`,input:i,inst:e,keys:c})}else{n.value={};for(let o of Reflect.ownKeys(i)){if(o===`__proto__`||!Object.prototype.propertyIsEnumerable.call(i,o))continue;let s=t.keyType._zod.run({value:o,issues:[]},r);if(s instanceof Promise)throw Error(`Async schemas not supported in object keys currently`);if(typeof o==`string`&&us.test(o)&&s.issues.length){let e=t.keyType._zod.run({value:Number(o),issues:[]},r);if(e instanceof Promise)throw Error(`Async schemas not supported in object keys currently`);e.issues.length===0&&(s=e)}if(s.issues.length){t.mode===`loose`?n.value[o]=i[o]:n.issues.push({code:`invalid_key`,origin:`record`,issues:s.issues.map(e=>mo(e,r,Na())),input:o,path:[o],inst:e});continue}let c=t.valueType._zod.run({value:i[o],issues:[]},r);c instanceof Promise?a.push(c.then(e=>{e.issues.length&&n.issues.push(...fo(o,e.issues)),n.value[s.value]=e.value})):(c.issues.length&&n.issues.push(...fo(o,c.issues)),n.value[s.value]=c.value)}}return a.length?Promise.all(a).then(()=>n):n}}),Ic=N(`$ZodEnum`,(e,t)=>{Ps.init(e,t);let n=Pa(t.entries),r=new Set(n);e._zod.values=r,e._zod.pattern=RegExp(`^(${n.filter(e=>Za.has(typeof e)).map(e=>typeof e==`string`?Qa(e):e.toString()).join(`|`)})$`),e._zod.parse=(t,i)=>{let a=t.value;return r.has(a)||t.issues.push({code:`invalid_value`,values:n,input:a,inst:e}),t}}),Lc=N(`$ZodLiteral`,(e,t)=>{if(Ps.init(e,t),t.values.length===0)throw Error(`Cannot create literal schema with no valid values`);let n=new Set(t.values);e._zod.values=n,e._zod.pattern=RegExp(`^(${t.values.map(e=>typeof e==`string`?Qa(e):e?Qa(e.toString()):String(e)).join(`|`)})$`),e._zod.parse=(r,i)=>{let a=r.value;return n.has(a)||r.issues.push({code:`invalid_value`,values:t.values,input:a,inst:e}),r}}),Rc=N(`$ZodTransform`,(e,t)=>{Ps.init(e,t),e._zod.optin=`optional`,e._zod.parse=(n,r)=>{if(r.direction===`backward`)throw new ja(e.constructor.name);let i=t.transform(n.value,n);if(r.async)return(i instanceof Promise?i:Promise.resolve(i)).then(e=>(n.value=e,n.fallback=!0,n));if(i instanceof Promise)throw new Aa;return n.value=i,n.fallback=!0,n}});function zc(e,t){return t===void 0&&(e.issues.length||e.fallback)?{issues:[],value:void 0}:e}var Bc=N(`$ZodOptional`,(e,t)=>{Ps.init(e,t),e._zod.optin=`optional`,e._zod.optout=`optional`,Va(e._zod,`values`,()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,void 0]):void 0),Va(e._zod,`pattern`,()=>{let e=t.innerType._zod.pattern;return e?RegExp(`^(${Ra(e.source)})?$`):void 0}),e._zod.parse=(e,n)=>{if(t.innerType._zod.optin===`optional`){let r=e.value,i=t.innerType._zod.run(e,n);return i instanceof Promise?i.then(e=>zc(e,r)):zc(i,r)}return e.value===void 0?e:t.innerType._zod.run(e,n)}}),Vc=N(`$ZodExactOptional`,(e,t)=>{Bc.init(e,t),Va(e._zod,`values`,()=>t.innerType._zod.values),Va(e._zod,`pattern`,()=>t.innerType._zod.pattern),e._zod.parse=(e,n)=>t.innerType._zod.run(e,n)}),Hc=N(`$ZodNullable`,(e,t)=>{Ps.init(e,t),Va(e._zod,`optin`,()=>t.innerType._zod.optin),Va(e._zod,`optout`,()=>t.innerType._zod.optout),Va(e._zod,`pattern`,()=>{let e=t.innerType._zod.pattern;return e?RegExp(`^(${Ra(e.source)}|null)$`):void 0}),Va(e._zod,`values`,()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,null]):void 0),e._zod.parse=(e,n)=>e.value===null?e:t.innerType._zod.run(e,n)}),Uc=N(`$ZodDefault`,(e,t)=>{Ps.init(e,t),e._zod.optin=`optional`,Va(e._zod,`values`,()=>t.innerType._zod.values),e._zod.parse=(e,n)=>{if(n.direction===`backward`)return t.innerType._zod.run(e,n);if(e.value===void 0)return e.value=t.defaultValue,e;let r=t.innerType._zod.run(e,n);return r instanceof Promise?r.then(e=>Wc(e,t)):Wc(r,t)}});function Wc(e,t){return e.value===void 0&&(e.value=t.defaultValue),e}var Gc=N(`$ZodPrefault`,(e,t)=>{Ps.init(e,t),e._zod.optin=`optional`,Va(e._zod,`values`,()=>t.innerType._zod.values),e._zod.parse=(e,n)=>(n.direction===`backward`||e.value===void 0&&(e.value=t.defaultValue),t.innerType._zod.run(e,n))}),Kc=N(`$ZodNonOptional`,(e,t)=>{Ps.init(e,t),Va(e._zod,`values`,()=>{let e=t.innerType._zod.values;return e?new Set([...e].filter(e=>e!==void 0)):void 0}),e._zod.parse=(n,r)=>{let i=t.innerType._zod.run(n,r);return i instanceof Promise?i.then(t=>qc(t,e)):qc(i,e)}});function qc(e,t){return!e.issues.length&&e.value===void 0&&e.issues.push({code:`invalid_type`,expected:`nonoptional`,input:e.value,inst:t}),e}var Jc=N(`$ZodCatch`,(e,t)=>{Ps.init(e,t),e._zod.optin=`optional`,Va(e._zod,`optout`,()=>t.innerType._zod.optout),Va(e._zod,`values`,()=>t.innerType._zod.values),e._zod.parse=(e,n)=>{if(n.direction===`backward`)return t.innerType._zod.run(e,n);let r=t.innerType._zod.run(e,n);return r instanceof Promise?r.then(r=>(e.value=r.value,r.issues.length&&(e.value=t.catchValue({...e,error:{issues:r.issues.map(e=>mo(e,n,Na()))},input:e.value}),e.issues=[],e.fallback=!0),e)):(e.value=r.value,r.issues.length&&(e.value=t.catchValue({...e,error:{issues:r.issues.map(e=>mo(e,n,Na()))},input:e.value}),e.issues=[],e.fallback=!0),e)}}),Yc=N(`$ZodPipe`,(e,t)=>{Ps.init(e,t),Va(e._zod,`values`,()=>t.in._zod.values),Va(e._zod,`optin`,()=>t.in._zod.optin),Va(e._zod,`optout`,()=>t.out._zod.optout),Va(e._zod,`propValues`,()=>t.in._zod.propValues),e._zod.parse=(e,n)=>{if(n.direction===`backward`){let r=t.out._zod.run(e,n);return r instanceof Promise?r.then(e=>Xc(e,t.in,n)):Xc(r,t.in,n)}let r=t.in._zod.run(e,n);return r instanceof Promise?r.then(e=>Xc(e,t.out,n)):Xc(r,t.out,n)}});function Xc(e,t,n){return e.issues.length?(e.aborted=!0,e):t._zod.run({value:e.value,issues:e.issues,fallback:e.fallback},n)}var Zc=N(`$ZodReadonly`,(e,t)=>{Ps.init(e,t),Va(e._zod,`propValues`,()=>t.innerType._zod.propValues),Va(e._zod,`values`,()=>t.innerType._zod.values),Va(e._zod,`optin`,()=>t.innerType?._zod?.optin),Va(e._zod,`optout`,()=>t.innerType?._zod?.optout),e._zod.parse=(e,n)=>{if(n.direction===`backward`)return t.innerType._zod.run(e,n);let r=t.innerType._zod.run(e,n);return r instanceof Promise?r.then(Qc):Qc(r)}});function Qc(e){return e.value=Object.freeze(e.value),e}var $c=N(`$ZodFunction`,(e,t)=>(Ps.init(e,t),e._def=t,e._zod.def=t,e.implement=t=>{if(typeof t!=`function`)throw Error(`implement() must be called with a function`);return function(...n){let r=e._def.input?So(e._def.input,n):n,i=Reflect.apply(t,this,r);return e._def.output?So(e._def.output,i):i}},e.implementAsync=t=>{if(typeof t!=`function`)throw Error(`implementAsync() must be called with a function`);return async function(...n){let r=e._def.input?await wo(e._def.input,n):n,i=await Reflect.apply(t,this,r);return e._def.output?await wo(e._def.output,i):i}},e._zod.parse=(t,n)=>typeof t.value==`function`?(e._def.output&&e._def.output._zod.def.type===`promise`?t.value=e.implementAsync(t.value):t.value=e.implement(t.value),t):(t.issues.push({code:`invalid_type`,expected:`function`,input:t.value,inst:e}),t),e.input=(...t)=>{let n=e.constructor;return Array.isArray(t[0])?new n({type:`function`,input:new jc({type:`tuple`,items:t[0],rest:t[1]}),output:e._def.output}):new n({type:`function`,input:t[0],output:e._def.output})},e.output=t=>{let n=e.constructor;return new n({type:`function`,input:e._def.input,output:t})},e)),el=N(`$ZodPromise`,(e,t)=>{Ps.init(e,t),e._zod.parse=(e,n)=>Promise.resolve(e.value).then(e=>t.innerType._zod.run({value:e,issues:[]},n))}),tl=N(`$ZodLazy`,(e,t)=>{Ps.init(e,t),Va(e._zod,`innerType`,()=>{let e=t;return e._cachedInner||=t.getter(),e._cachedInner}),Va(e._zod,`pattern`,()=>e._zod.innerType?._zod?.pattern),Va(e._zod,`propValues`,()=>e._zod.innerType?._zod?.propValues),Va(e._zod,`optin`,()=>e._zod.innerType?._zod?.optin??void 0),Va(e._zod,`optout`,()=>e._zod.innerType?._zod?.optout??void 0),e._zod.parse=(t,n)=>e._zod.innerType._zod.run(t,n)}),nl=N(`$ZodCustom`,(e,t)=>{hs.init(e,t),Ps.init(e,t),e._zod.parse=(e,t)=>e,e._zod.check=n=>{let r=n.value,i=t.fn(r);if(i instanceof Promise)return i.then(t=>rl(t,n,r,e));rl(i,n,r,e)}});function rl(e,t,n,r){if(!e){let e={code:`custom`,input:n,inst:r,path:[...r._zod.def.path??[]],continue:!r._zod.def.abort};r._zod.def.params&&(e.params=r._zod.def.params),t.issues.push(go(e))}}var il,al=class{constructor(){this._map=new WeakMap,this._idmap=new Map}add(e,...t){let n=t[0];return this._map.set(e,n),n&&typeof n==`object`&&`id`in n&&this._idmap.set(n.id,e),this}clear(){return this._map=new WeakMap,this._idmap=new Map,this}remove(e){let t=this._map.get(e);return t&&typeof t==`object`&&`id`in t&&this._idmap.delete(t.id),this._map.delete(e),this}get(e){let t=e._zod.parent;if(t){let n={...this.get(t)??{}};delete n.id;let r={...n,...this._map.get(e)};return Object.keys(r).length?r:void 0}return this._map.get(e)}has(e){return this._map.has(e)}};function ol(){return new al}(il=globalThis).__zod_globalRegistry??(il.__zod_globalRegistry=ol());var sl=globalThis.__zod_globalRegistry;function cl(e,t){return new e({type:`string`,...P(t)})}function ll(e,t){return new e({type:`string`,format:`email`,check:`string_format`,abort:!1,...P(t)})}function ul(e,t){return new e({type:`string`,format:`guid`,check:`string_format`,abort:!1,...P(t)})}function dl(e,t){return new e({type:`string`,format:`uuid`,check:`string_format`,abort:!1,...P(t)})}function fl(e,t){return new e({type:`string`,format:`uuid`,check:`string_format`,abort:!1,version:`v4`,...P(t)})}function pl(e,t){return new e({type:`string`,format:`uuid`,check:`string_format`,abort:!1,version:`v6`,...P(t)})}function ml(e,t){return new e({type:`string`,format:`uuid`,check:`string_format`,abort:!1,version:`v7`,...P(t)})}function hl(e,t){return new e({type:`string`,format:`url`,check:`string_format`,abort:!1,...P(t)})}function gl(e,t){return new e({type:`string`,format:`emoji`,check:`string_format`,abort:!1,...P(t)})}function _l(e,t){return new e({type:`string`,format:`nanoid`,check:`string_format`,abort:!1,...P(t)})}function vl(e,t){return new e({type:`string`,format:`cuid`,check:`string_format`,abort:!1,...P(t)})}function yl(e,t){return new e({type:`string`,format:`cuid2`,check:`string_format`,abort:!1,...P(t)})}function bl(e,t){return new e({type:`string`,format:`ulid`,check:`string_format`,abort:!1,...P(t)})}function xl(e,t){return new e({type:`string`,format:`xid`,check:`string_format`,abort:!1,...P(t)})}function Sl(e,t){return new e({type:`string`,format:`ksuid`,check:`string_format`,abort:!1,...P(t)})}function Cl(e,t){return new e({type:`string`,format:`ipv4`,check:`string_format`,abort:!1,...P(t)})}function wl(e,t){return new e({type:`string`,format:`ipv6`,check:`string_format`,abort:!1,...P(t)})}function Tl(e,t){return new e({type:`string`,format:`cidrv4`,check:`string_format`,abort:!1,...P(t)})}function El(e,t){return new e({type:`string`,format:`cidrv6`,check:`string_format`,abort:!1,...P(t)})}function Dl(e,t){return new e({type:`string`,format:`base64`,check:`string_format`,abort:!1,...P(t)})}function Ol(e,t){return new e({type:`string`,format:`base64url`,check:`string_format`,abort:!1,...P(t)})}function kl(e,t){return new e({type:`string`,format:`e164`,check:`string_format`,abort:!1,...P(t)})}function Al(e,t){return new e({type:`string`,format:`jwt`,check:`string_format`,abort:!1,...P(t)})}function jl(e,t){return new e({type:`string`,format:`datetime`,check:`string_format`,offset:!1,local:!1,precision:null,...P(t)})}function Ml(e,t){return new e({type:`string`,format:`date`,check:`string_format`,...P(t)})}function Nl(e,t){return new e({type:`string`,format:`time`,check:`string_format`,precision:null,...P(t)})}function Pl(e,t){return new e({type:`string`,format:`duration`,check:`string_format`,...P(t)})}function Fl(e,t){return new e({type:`number`,checks:[],...P(t)})}function Il(e,t){return new e({type:`number`,check:`number_format`,abort:!1,format:`safeint`,...P(t)})}function Ll(e,t){return new e({type:`boolean`,...P(t)})}function Rl(e,t){return new e({type:`null`,...P(t)})}function zl(e){return new e({type:`any`})}function Bl(e){return new e({type:`unknown`})}function Vl(e,t){return new e({type:`never`,...P(t)})}function Hl(e,t){return new e({type:`void`,...P(t)})}function Ul(e,t){return new e({type:`date`,...P(t)})}function Wl(e,t){return new _s({check:`less_than`,...P(t),value:e,inclusive:!1})}function Gl(e,t){return new _s({check:`less_than`,...P(t),value:e,inclusive:!0})}function Kl(e,t){return new vs({check:`greater_than`,...P(t),value:e,inclusive:!1})}function ql(e,t){return new vs({check:`greater_than`,...P(t),value:e,inclusive:!0})}function Jl(e,t){return new ys({check:`multiple_of`,...P(t),value:e})}function Yl(e,t){return new xs({check:`max_length`,...P(t),maximum:e})}function Xl(e,t){return new Ss({check:`min_length`,...P(t),minimum:e})}function Zl(e,t){return new Cs({check:`length_equals`,...P(t),length:e})}function Ql(e,t){return new Ts({check:`string_format`,format:`regex`,...P(t),pattern:e})}function $l(e){return new Es({check:`string_format`,format:`lowercase`,...P(e)})}function eu(e){return new Ds({check:`string_format`,format:`uppercase`,...P(e)})}function tu(e,t){return new Os({check:`string_format`,format:`includes`,...P(t),includes:e})}function nu(e,t){return new ks({check:`string_format`,format:`starts_with`,...P(t),prefix:e})}function ru(e,t){return new As({check:`string_format`,format:`ends_with`,...P(t),suffix:e})}function iu(e){return new js({check:`overwrite`,tx:e})}function au(e){return iu(t=>t.normalize(e))}function ou(){return iu(e=>e.trim())}function su(){return iu(e=>e.toLowerCase())}function cu(){return iu(e=>e.toUpperCase())}function lu(){return iu(e=>Ga(e))}function uu(e,t,n){return new e({type:`array`,element:t,...P(n)})}function du(e,t,n){let r=P(n);return r.abort??=!0,new e({type:`custom`,check:`custom`,fn:t,...r})}function fu(e,t,n){return new e({type:`custom`,check:`custom`,fn:t,...P(n)})}function pu(e,t){let n=mu(t=>(t.addIssue=e=>{if(typeof e==`string`)t.issues.push(go(e,t.value,n._zod.def));else{let r=e;r.fatal&&(r.continue=!1),r.code??=`custom`,r.input??=t.value,r.inst??=n,r.continue??=!n._zod.def.abort,t.issues.push(go(r))}},e(t.value,t)),t);return n}function mu(e,t){let n=new hs({check:`custom`,...P(t)});return n._zod.check=e,n}function hu(e){let t=e?.target??`draft-2020-12`;return t===`draft-4`&&(t=`draft-04`),t===`draft-7`&&(t=`draft-07`),{processors:e.processors??{},metadataRegistry:e?.metadata??sl,target:t,unrepresentable:e?.unrepresentable??`throw`,override:e?.override??(()=>{}),io:e?.io??`output`,counter:0,seen:new Map,cycles:e?.cycles??`ref`,reused:e?.reused??`inline`,external:e?.external??void 0}}function gu(e,t,n={path:[],schemaPath:[]}){var r;let i=e._zod.def,a=t.seen.get(e);if(a)return a.count++,n.schemaPath.includes(e)&&(a.cycle=n.path),a.schema;let o={schema:{},count:1,cycle:void 0,path:n.path};t.seen.set(e,o);let s=e._zod.toJSONSchema?.();if(s)o.schema=s;else{let r={...n,schemaPath:[...n.schemaPath,e],path:n.path};if(e._zod.processJSONSchema)e._zod.processJSONSchema(t,o.schema,r);else{let n=o.schema,a=t.processors[i.type];if(!a)throw Error(`[toJSONSchema]: Non-representable type encountered: ${i.type}`);a(e,t,n,r)}let a=e._zod.parent;a&&(o.ref||=a,gu(a,t,r),t.seen.get(a).isParent=!0)}let c=t.metadataRegistry.get(e);return c&&Object.assign(o.schema,c),t.io===`input`&&yu(e)&&(delete o.schema.examples,delete o.schema.default),t.io===`input`&&`_prefault`in o.schema&&((r=o.schema).default??(r.default=o.schema._prefault)),delete o.schema._prefault,t.seen.get(e).schema}function _u(e,t){let n=e.seen.get(t);if(!n)throw Error(`Unprocessed schema. This is a bug in Zod.`);let r=new Map;for(let t of e.seen.entries()){let n=e.metadataRegistry.get(t[0])?.id;if(n){let e=r.get(n);if(e&&e!==t[0])throw Error(`Duplicate schema id "${n}" detected during JSON Schema conversion. Two different schemas cannot share the same id when converted together.`);r.set(n,t[0])}}let i=t=>{let r=e.target===`draft-2020-12`?`$defs`:`definitions`;if(e.external){let n=e.external.registry.get(t[0])?.id,i=e.external.uri??(e=>e);if(n)return{ref:i(n)};let a=t[1].defId??t[1].schema.id??`schema${e.counter++}`;return t[1].defId=a,{defId:a,ref:`${i(`__shared`)}#/${r}/${a}`}}if(t[1]===n)return{ref:`#`};let i=`#/${r}/`,a=t[1].schema.id??`__schema${e.counter++}`;return{defId:a,ref:i+a}},a=e=>{if(e[1].schema.$ref)return;let t=e[1],{ref:n,defId:r}=i(e);t.def={...t.schema},r&&(t.defId=r);let a=t.schema;for(let e in a)delete a[e];a.$ref=n};if(e.cycles===`throw`)for(let t of e.seen.entries()){let e=t[1];if(e.cycle)throw Error(`Cycle detected: #/${e.cycle?.join(`/`)}/<root>
|
|
71
71
|
|
|
72
|
-
Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.`)}for(let n of e.seen.entries()){let r=n[1];if(t===n[0]){a(n);continue}if(e.external){let r=e.external.registry.get(n[0])?.id;if(t!==n[0]&&r){a(n);continue}}if(e.metadataRegistry.get(n[0])?.id){a(n);continue}if(r.cycle){a(n);continue}if(r.count>1&&e.reused===`ref`){a(n);continue}}}function vu(e,t){let n=e.seen.get(t);if(!n)throw Error(`Unprocessed schema. This is a bug in Zod.`);let r=t=>{let n=e.seen.get(t);if(n.ref===null)return;let i=n.def??n.schema,a={...i},o=n.ref;if(n.ref=null,o){r(o);let n=e.seen.get(o),s=n.schema;if(s.$ref&&(e.target===`draft-07`||e.target===`draft-04`||e.target===`openapi-3.0`)?(i.allOf=i.allOf??[],i.allOf.push(s)):Object.assign(i,s),Object.assign(i,a),t._zod.parent===o)for(let e in i)e===`$ref`||e===`allOf`||e in a||delete i[e];if(s.$ref&&n.def)for(let e in i)e===`$ref`||e===`allOf`||e in n.def&&JSON.stringify(i[e])===JSON.stringify(n.def[e])&&delete i[e]}let s=t._zod.parent;if(s&&s!==o){r(s);let t=e.seen.get(s);if(t?.schema.$ref&&(i.$ref=t.schema.$ref,t.def))for(let e in i)e===`$ref`||e===`allOf`||e in t.def&&JSON.stringify(i[e])===JSON.stringify(t.def[e])&&delete i[e]}e.override({zodSchema:t,jsonSchema:i,path:n.path??[]})};for(let t of[...e.seen.entries()].reverse())r(t[0]);let i={};if(e.target===`draft-2020-12`?i.$schema=`https://json-schema.org/draft/2020-12/schema`:e.target===`draft-07`?i.$schema=`http://json-schema.org/draft-07/schema#`:e.target===`draft-04`?i.$schema=`http://json-schema.org/draft-04/schema#`:e.target,e.external?.uri){let n=e.external.registry.get(t)?.id;if(!n)throw Error("Schema is missing an `id` property");i.$id=e.external.uri(n)}Object.assign(i,n.def??n.schema);let a=e.metadataRegistry.get(t)?.id;a!==void 0&&i.id===a&&delete i.id;let o=e.external?.defs??{};for(let t of e.seen.entries()){let e=t[1];e.def&&e.defId&&(e.def.id===e.defId&&delete e.def.id,o[e.defId]=e.def)}e.external||Object.keys(o).length>0&&(e.target===`draft-2020-12`?i.$defs=o:i.definitions=o);try{let n=JSON.parse(JSON.stringify(i));return Object.defineProperty(n,"~standard",{value:{...t[`~standard`],jsonSchema:{input:xu(t,`input`,e.processors),output:xu(t,`output`,e.processors)}},enumerable:!1,writable:!1}),n}catch{throw Error(`Error converting schema to JSON.`)}}function yu(e,t){let n=t??{seen:new Set};if(n.seen.has(e))return!1;n.seen.add(e);let r=e._zod.def;if(r.type===`transform`)return!0;if(r.type===`array`)return yu(r.element,n);if(r.type===`set`)return yu(r.valueType,n);if(r.type===`lazy`)return yu(r.getter(),n);if(r.type===`promise`||r.type===`optional`||r.type===`nonoptional`||r.type===`nullable`||r.type===`readonly`||r.type===`default`||r.type===`prefault`)return yu(r.innerType,n);if(r.type===`intersection`)return yu(r.left,n)||yu(r.right,n);if(r.type===`record`||r.type===`map`)return yu(r.keyType,n)||yu(r.valueType,n);if(r.type===`pipe`)return e._zod.traits.has(`$ZodCodec`)?!0:yu(r.in,n)||yu(r.out,n);if(r.type===`object`){for(let e in r.shape)if(yu(r.shape[e],n))return!0;return!1}if(r.type===`union`){for(let e of r.options)if(yu(e,n))return!0;return!1}if(r.type===`tuple`){for(let e of r.items)if(yu(e,n))return!0;return!!(r.rest&&yu(r.rest,n))}return!1}var bu=(e,t={})=>n=>{let r=hu({...n,processors:t});return gu(e,r),_u(r,e),vu(r,e)},xu=(e,t,n={})=>r=>{let{libraryOptions:i,target:a}=r??{},o=hu({...i??{},target:a,io:t,processors:n});return gu(e,o),_u(o,e),vu(o,e)},Su={guid:`uuid`,url:`uri`,datetime:`date-time`,json_string:`json-string`,regex:``},Cu=(e,t,n,r)=>{let i=n;i.type=`string`;let{minimum:a,maximum:o,format:s,patterns:c,contentEncoding:l}=e._zod.bag;if(typeof a==`number`&&(i.minLength=a),typeof o==`number`&&(i.maxLength=o),s&&(i.format=Su[s]??s,i.format===``&&delete i.format,s===`time`&&delete i.format),l&&(i.contentEncoding=l),c&&c.size>0){let e=[...c];e.length===1?i.pattern=e[0].source:e.length>1&&(i.allOf=[...e.map(e=>({...t.target===`draft-07`||t.target===`draft-04`||t.target===`openapi-3.0`?{type:`string`}:{},pattern:e.source}))])}},wu=(e,t,n,r)=>{let i=n,{minimum:a,maximum:o,format:s,multipleOf:c,exclusiveMaximum:l,exclusiveMinimum:u}=e._zod.bag;typeof s==`string`&&s.includes(`int`)?i.type=`integer`:i.type=`number`;let d=typeof u==`number`&&u>=(a??-1/0),f=typeof l==`number`&&l<=(o??1/0),p=t.target===`draft-04`||t.target===`openapi-3.0`;d?p?(i.minimum=u,i.exclusiveMinimum=!0):i.exclusiveMinimum=u:typeof a==`number`&&(i.minimum=a),f?p?(i.maximum=l,i.exclusiveMaximum=!0):i.exclusiveMaximum=l:typeof o==`number`&&(i.maximum=o),typeof c==`number`&&(i.multipleOf=c)},Tu=(e,t,n,r)=>{n.type=`boolean`},Eu=(e,t,n,r)=>{t.target===`openapi-3.0`?(n.type=`string`,n.nullable=!0,n.enum=[null]):n.type=`null`},Du=(e,t,n,r)=>{if(t.unrepresentable===`throw`)throw Error(`Void cannot be represented in JSON Schema`)},Ou=(e,t,n,r)=>{n.not={}},ku=(e,t,n,r)=>{if(t.unrepresentable===`throw`)throw Error(`Date cannot be represented in JSON Schema`)},Au=(e,t,n,r)=>{let i=e._zod.def,a=Pa(i.entries);a.every(e=>typeof e==`number`)&&(n.type=`number`),a.every(e=>typeof e==`string`)&&(n.type=`string`),n.enum=a},ju=(e,t,n,r)=>{let i=e._zod.def,a=[];for(let e of i.values)if(e===void 0){if(t.unrepresentable===`throw`)throw Error("Literal `undefined` cannot be represented in JSON Schema")}else if(typeof e==`bigint`){if(t.unrepresentable===`throw`)throw Error(`BigInt literals cannot be represented in JSON Schema`);a.push(Number(e))}else a.push(e);if(a.length!==0)if(a.length===1){let e=a[0];n.type=e===null?`null`:typeof e,t.target===`draft-04`||t.target===`openapi-3.0`?n.enum=[e]:n.const=e}else a.every(e=>typeof e==`number`)&&(n.type=`number`),a.every(e=>typeof e==`string`)&&(n.type=`string`),a.every(e=>typeof e==`boolean`)&&(n.type=`boolean`),a.every(e=>e===null)&&(n.type=`null`),n.enum=a},Mu=(e,t,n,r)=>{if(t.unrepresentable===`throw`)throw Error(`Custom types cannot be represented in JSON Schema`)},Nu=(e,t,n,r)=>{if(t.unrepresentable===`throw`)throw Error(`Function types cannot be represented in JSON Schema`)},Pu=(e,t,n,r)=>{if(t.unrepresentable===`throw`)throw Error(`Transforms cannot be represented in JSON Schema`)},Fu=(e,t,n,r)=>{let i=n,a=e._zod.def,{minimum:o,maximum:s}=e._zod.bag;typeof o==`number`&&(i.minItems=o),typeof s==`number`&&(i.maxItems=s),i.type=`array`,i.items=gu(a.element,t,{...r,path:[...r.path,`items`]})},Iu=(e,t,n,r)=>{let i=n,a=e._zod.def;i.type=`object`,i.properties={};let o=a.shape;for(let e in o)i.properties[e]=gu(o[e],t,{...r,path:[...r.path,`properties`,e]});let s=new Set(Object.keys(o)),c=new Set([...s].filter(e=>{let n=a.shape[e]._zod;return t.io===`input`?n.optin===void 0:n.optout===void 0}));c.size>0&&(i.required=Array.from(c)),a.catchall?._zod.def.type===`never`?i.additionalProperties=!1:a.catchall?a.catchall&&(i.additionalProperties=gu(a.catchall,t,{...r,path:[...r.path,`additionalProperties`]})):t.io===`output`&&(i.additionalProperties=!1)},Lu=(e,t,n,r)=>{let i=e._zod.def,a=i.inclusive===!1,o=i.options.map((e,n)=>gu(e,t,{...r,path:[...r.path,a?`oneOf`:`anyOf`,n]}));a?n.oneOf=o:n.anyOf=o},Ru=(e,t,n,r)=>{let i=e._zod.def,a=gu(i.left,t,{...r,path:[...r.path,`allOf`,0]}),o=gu(i.right,t,{...r,path:[...r.path,`allOf`,1]}),s=e=>`allOf`in e&&Object.keys(e).length===1;n.allOf=[...s(a)?a.allOf:[a],...s(o)?o.allOf:[o]]},zu=(e,t,n,r)=>{let i=n,a=e._zod.def;i.type=`array`;let o=t.target===`draft-2020-12`?`prefixItems`:`items`,s=t.target===`draft-2020-12`||t.target===`openapi-3.0`?`items`:`additionalItems`,c=a.items.map((e,n)=>gu(e,t,{...r,path:[...r.path,o,n]})),l=a.rest?gu(a.rest,t,{...r,path:[...r.path,s,...t.target===`openapi-3.0`?[a.items.length]:[]]}):null;t.target===`draft-2020-12`?(i.prefixItems=c,l&&(i.items=l)):t.target===`openapi-3.0`?(i.items={anyOf:c},l&&i.items.anyOf.push(l),i.minItems=c.length,l||(i.maxItems=c.length)):(i.items=c,l&&(i.additionalItems=l));let{minimum:u,maximum:d}=e._zod.bag;typeof u==`number`&&(i.minItems=u),typeof d==`number`&&(i.maxItems=d)},Bu=(e,t,n,r)=>{let i=n,a=e._zod.def;i.type=`object`;let o=a.keyType,s=o._zod.bag?.patterns;if(a.mode===`loose`&&s&&s.size>0){let e=gu(a.valueType,t,{...r,path:[...r.path,`patternProperties`,`*`]});i.patternProperties={};for(let t of s)i.patternProperties[t.source]=e}else (t.target===`draft-07`||t.target===`draft-2020-12`)&&(i.propertyNames=gu(a.keyType,t,{...r,path:[...r.path,`propertyNames`]})),i.additionalProperties=gu(a.valueType,t,{...r,path:[...r.path,`additionalProperties`]});let c=o._zod.values;if(c){let e=[...c].filter(e=>typeof e==`string`||typeof e==`number`);e.length>0&&(i.required=e)}},Vu=(e,t,n,r)=>{let i=e._zod.def,a=gu(i.innerType,t,r),o=t.seen.get(e);t.target===`openapi-3.0`?(o.ref=i.innerType,n.nullable=!0):n.anyOf=[a,{type:`null`}]},Hu=(e,t,n,r)=>{let i=e._zod.def;gu(i.innerType,t,r);let a=t.seen.get(e);a.ref=i.innerType},Uu=(e,t,n,r)=>{let i=e._zod.def;gu(i.innerType,t,r);let a=t.seen.get(e);a.ref=i.innerType,n.default=JSON.parse(JSON.stringify(i.defaultValue))},Wu=(e,t,n,r)=>{let i=e._zod.def;gu(i.innerType,t,r);let a=t.seen.get(e);a.ref=i.innerType,t.io===`input`&&(n._prefault=JSON.parse(JSON.stringify(i.defaultValue)))},Gu=(e,t,n,r)=>{let i=e._zod.def;gu(i.innerType,t,r);let a=t.seen.get(e);a.ref=i.innerType;let o;try{o=i.catchValue(void 0)}catch{throw Error(`Dynamic catch values are not supported in JSON Schema`)}n.default=o},Ku=(e,t,n,r)=>{let i=e._zod.def,a=i.in._zod.traits.has(`$ZodTransform`),o=t.io===`input`?a?i.out:i.in:i.out;gu(o,t,r);let s=t.seen.get(e);s.ref=o},qu=(e,t,n,r)=>{let i=e._zod.def;gu(i.innerType,t,r);let a=t.seen.get(e);a.ref=i.innerType,n.readOnly=!0},Ju=(e,t,n,r)=>{let i=e._zod.def;gu(i.innerType,t,r);let a=t.seen.get(e);a.ref=i.innerType},Yu=(e,t,n,r)=>{let i=e._zod.def;gu(i.innerType,t,r);let a=t.seen.get(e);a.ref=i.innerType},Xu=(e,t,n,r)=>{let i=e._zod.innerType;gu(i,t,r);let a=t.seen.get(e);a.ref=i},Zu=N(`ZodISODateTime`,(e,t)=>{Js.init(e,t),Cd.init(e,t)});function Qu(e){return jl(Zu,e)}var $u=N(`ZodISODate`,(e,t)=>{Ys.init(e,t),Cd.init(e,t)});function ed(e){return Ml($u,e)}var td=N(`ZodISOTime`,(e,t)=>{Xs.init(e,t),Cd.init(e,t)});function nd(e){return Nl(td,e)}var rd=N(`ZodISODuration`,(e,t)=>{Zs.init(e,t),Cd.init(e,t)});function id(e){return Pl(rd,e)}var ad=N(`ZodError`,(e,t)=>{vo.init(e,t),e.name=`ZodError`,Object.defineProperties(e,{format:{value:t=>bo(e,t)},flatten:{value:t=>yo(e,t)},addIssue:{value:t=>{e.issues.push(t),e.message=JSON.stringify(e.issues,Fa,2)}},addIssues:{value:t=>{e.issues.push(...t),e.message=JSON.stringify(e.issues,Fa,2)}},isEmpty:{get(){return e.issues.length===0}}})},{Parent:Error}),od=xo(ad),sd=Co(ad),cd=To(ad),ld=Do(ad),ud=ko(ad),dd=Ao(ad),fd=jo(ad),pd=Mo(ad),md=No(ad),hd=Po(ad),gd=Fo(ad),_d=Io(ad),vd=new WeakMap;function yd(e,t,n){let r=Object.getPrototypeOf(e),i=vd.get(r);if(i||(i=new Set,vd.set(r,i)),!i.has(t)){i.add(t);for(let e in n){let t=n[e];Object.defineProperty(r,e,{configurable:!0,enumerable:!1,get(){let n=t.bind(this);return Object.defineProperty(this,e,{configurable:!0,writable:!0,enumerable:!0,value:n}),n},set(t){Object.defineProperty(this,e,{configurable:!0,writable:!0,enumerable:!0,value:t})}})}}}var bd=N(`ZodType`,(e,t)=>(Ps.init(e,t),Object.assign(e[`~standard`],{jsonSchema:{input:xu(e,`input`),output:xu(e,`output`)}}),e.toJSONSchema=bu(e,{}),e.def=t,e.type=t.type,Object.defineProperty(e,"_def",{value:t}),e.parse=(t,n)=>od(e,t,n,{callee:e.parse}),e.safeParse=(t,n)=>cd(e,t,n),e.parseAsync=async(t,n)=>sd(e,t,n,{callee:e.parseAsync}),e.safeParseAsync=async(t,n)=>ld(e,t,n),e.spa=e.safeParseAsync,e.encode=(t,n)=>ud(e,t,n),e.decode=(t,n)=>dd(e,t,n),e.encodeAsync=async(t,n)=>fd(e,t,n),e.decodeAsync=async(t,n)=>pd(e,t,n),e.safeEncode=(t,n)=>md(e,t,n),e.safeDecode=(t,n)=>hd(e,t,n),e.safeEncodeAsync=async(t,n)=>gd(e,t,n),e.safeDecodeAsync=async(t,n)=>_d(e,t,n),yd(e,`ZodType`,{check(...e){let t=this.def;return this.clone(Ua(t,{checks:[...t.checks??[],...e.map(e=>typeof e==`function`?{_zod:{check:e,def:{check:`custom`},onattach:[]}}:e)]}),{parent:!0})},with(...e){return this.check(...e)},clone(e,t){return $a(this,e,t)},brand(){return this},register(e,t){return e.add(this,t),this},refine(e,t){return this.check(Gf(e,t))},superRefine(e,t){return this.check(Kf(e,t))},overwrite(e){return this.check(iu(e))},optional(){return bf(this)},exactOptional(){return Sf(this)},nullable(){return wf(this)},nullish(){return bf(wf(this))},nonoptional(e){return Af(this,e)},array(){return B(this)},or(e){return H([this,e])},and(e){return df(this,e)},transform(e){return Pf(this,vf(e))},default(e){return Ef(this,e)},prefault(e){return Of(this,e)},catch(e){return Mf(this,e)},pipe(e){return Pf(this,e)},readonly(){return If(this)},describe(e){let t=this.clone();return sl.add(t,{description:e}),t},meta(...e){if(e.length===0)return sl.get(this);let t=this.clone();return sl.add(t,e[0]),t},isOptional(){return this.safeParse(void 0).success},isNullable(){return this.safeParse(null).success},apply(e){return e(this)}}),Object.defineProperty(e,"description",{get(){return sl.get(e)?.description},configurable:!0}),e)),xd=N(`_ZodString`,(e,t)=>{Fs.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Cu(e,t,n,r);let n=e._zod.bag;e.format=n.format??null,e.minLength=n.minimum??null,e.maxLength=n.maximum??null,yd(e,`_ZodString`,{regex(...e){return this.check(Ql(...e))},includes(...e){return this.check(tu(...e))},startsWith(...e){return this.check(nu(...e))},endsWith(...e){return this.check(ru(...e))},min(...e){return this.check(Xl(...e))},max(...e){return this.check(Yl(...e))},length(...e){return this.check(Zl(...e))},nonempty(...e){return this.check(Xl(1,...e))},lowercase(e){return this.check($l(e))},uppercase(e){return this.check(eu(e))},trim(){return this.check(ou())},normalize(...e){return this.check(au(...e))},toLowerCase(){return this.check(su())},toUpperCase(){return this.check(cu())},slugify(){return this.check(lu())}})}),Sd=N(`ZodString`,(e,t)=>{Fs.init(e,t),xd.init(e,t),e.email=t=>e.check(ll(wd,t)),e.url=t=>e.check(hl(Dd,t)),e.jwt=t=>e.check(Al(Hd,t)),e.emoji=t=>e.check(gl(Od,t)),e.guid=t=>e.check(ul(Td,t)),e.uuid=t=>e.check(dl(Ed,t)),e.uuidv4=t=>e.check(fl(Ed,t)),e.uuidv6=t=>e.check(pl(Ed,t)),e.uuidv7=t=>e.check(ml(Ed,t)),e.nanoid=t=>e.check(_l(kd,t)),e.guid=t=>e.check(ul(Td,t)),e.cuid=t=>e.check(vl(Ad,t)),e.cuid2=t=>e.check(yl(jd,t)),e.ulid=t=>e.check(bl(Md,t)),e.base64=t=>e.check(Dl(zd,t)),e.base64url=t=>e.check(Ol(Bd,t)),e.xid=t=>e.check(xl(Nd,t)),e.ksuid=t=>e.check(Sl(Pd,t)),e.ipv4=t=>e.check(Cl(Fd,t)),e.ipv6=t=>e.check(wl(Id,t)),e.cidrv4=t=>e.check(Tl(Ld,t)),e.cidrv6=t=>e.check(El(Rd,t)),e.e164=t=>e.check(kl(Vd,t)),e.datetime=t=>e.check(Qu(t)),e.date=t=>e.check(ed(t)),e.time=t=>e.check(nd(t)),e.duration=t=>e.check(id(t))});function I(e){return cl(Sd,e)}var Cd=N(`ZodStringFormat`,(e,t)=>{Is.init(e,t),xd.init(e,t)}),wd=N(`ZodEmail`,(e,t)=>{zs.init(e,t),Cd.init(e,t)}),Td=N(`ZodGUID`,(e,t)=>{Ls.init(e,t),Cd.init(e,t)}),Ed=N(`ZodUUID`,(e,t)=>{Rs.init(e,t),Cd.init(e,t)}),Dd=N(`ZodURL`,(e,t)=>{Bs.init(e,t),Cd.init(e,t)}),Od=N(`ZodEmoji`,(e,t)=>{Vs.init(e,t),Cd.init(e,t)}),kd=N(`ZodNanoID`,(e,t)=>{Hs.init(e,t),Cd.init(e,t)}),Ad=N(`ZodCUID`,(e,t)=>{Us.init(e,t),Cd.init(e,t)}),jd=N(`ZodCUID2`,(e,t)=>{Ws.init(e,t),Cd.init(e,t)}),Md=N(`ZodULID`,(e,t)=>{Gs.init(e,t),Cd.init(e,t)}),Nd=N(`ZodXID`,(e,t)=>{Ks.init(e,t),Cd.init(e,t)}),Pd=N(`ZodKSUID`,(e,t)=>{qs.init(e,t),Cd.init(e,t)}),Fd=N(`ZodIPv4`,(e,t)=>{Qs.init(e,t),Cd.init(e,t)}),Id=N(`ZodIPv6`,(e,t)=>{$s.init(e,t),Cd.init(e,t)}),Ld=N(`ZodCIDRv4`,(e,t)=>{ec.init(e,t),Cd.init(e,t)}),Rd=N(`ZodCIDRv6`,(e,t)=>{tc.init(e,t),Cd.init(e,t)}),zd=N(`ZodBase64`,(e,t)=>{rc.init(e,t),Cd.init(e,t)}),Bd=N(`ZodBase64URL`,(e,t)=>{ac.init(e,t),Cd.init(e,t)}),Vd=N(`ZodE164`,(e,t)=>{oc.init(e,t),Cd.init(e,t)}),Hd=N(`ZodJWT`,(e,t)=>{cc.init(e,t),Cd.init(e,t)}),Ud=N(`ZodNumber`,(e,t)=>{lc.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>wu(e,t,n,r),yd(e,`ZodNumber`,{gt(e,t){return this.check(Kl(e,t))},gte(e,t){return this.check(ql(e,t))},min(e,t){return this.check(ql(e,t))},lt(e,t){return this.check(Wl(e,t))},lte(e,t){return this.check(Gl(e,t))},max(e,t){return this.check(Gl(e,t))},int(e){return this.check(Gd(e))},safe(e){return this.check(Gd(e))},positive(e){return this.check(Kl(0,e))},nonnegative(e){return this.check(ql(0,e))},negative(e){return this.check(Wl(0,e))},nonpositive(e){return this.check(Gl(0,e))},multipleOf(e,t){return this.check(Jl(e,t))},step(e,t){return this.check(Jl(e,t))},finite(){return this}});let n=e._zod.bag;e.minValue=Math.max(n.minimum??-1/0,n.exclusiveMinimum??-1/0)??null,e.maxValue=Math.min(n.maximum??1/0,n.exclusiveMaximum??1/0)??null,e.isInt=(n.format??``).includes(`int`)||Number.isSafeInteger(n.multipleOf??.5),e.isFinite=!0,e.format=n.format??null});function L(e){return Fl(Ud,e)}var Wd=N(`ZodNumberFormat`,(e,t)=>{uc.init(e,t),Ud.init(e,t)});function Gd(e){return Il(Wd,e)}var Kd=N(`ZodBoolean`,(e,t)=>{dc.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Tu(e,t,n,r)});function R(e){return Ll(Kd,e)}var qd=N(`ZodNull`,(e,t)=>{fc.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Eu(e,t,n,r)});function Jd(e){return Rl(qd,e)}var Yd=N(`ZodAny`,(e,t)=>{pc.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(e,t,n)=>void 0});function Xd(){return zl(Yd)}var Zd=N(`ZodUnknown`,(e,t)=>{mc.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(e,t,n)=>void 0});function z(){return Bl(Zd)}var Qd=N(`ZodNever`,(e,t)=>{hc.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Ou(e,t,n,r)});function $d(e){return Vl(Qd,e)}var ef=N(`ZodVoid`,(e,t)=>{gc.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Du(e,t,n,r)});function tf(e){return Hl(ef,e)}var nf=N(`ZodDate`,(e,t)=>{_c.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>ku(e,t,n,r),e.min=(t,n)=>e.check(ql(t,n)),e.max=(t,n)=>e.check(Gl(t,n));let n=e._zod.bag;e.minDate=n.minimum?new Date(n.minimum):null,e.maxDate=n.maximum?new Date(n.maximum):null});function rf(e){return Ul(nf,e)}var af=N(`ZodArray`,(e,t)=>{yc.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Fu(e,t,n,r),e.element=t.element,yd(e,`ZodArray`,{min(e,t){return this.check(Xl(e,t))},nonempty(e){return this.check(Xl(1,e))},max(e,t){return this.check(Yl(e,t))},length(e,t){return this.check(Zl(e,t))},unwrap(){return this.element}})});function B(e,t){return uu(af,e,t)}var of=N(`ZodObject`,(e,t)=>{wc.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Iu(e,t,n,r),Va(e,`shape`,()=>t.shape),yd(e,`ZodObject`,{keyof(){return W(Object.keys(this._zod.def.shape))},catchall(e){return this.clone({...this._zod.def,catchall:e})},passthrough(){return this.clone({...this._zod.def,catchall:z()})},loose(){return this.clone({...this._zod.def,catchall:z()})},strict(){return this.clone({...this._zod.def,catchall:$d()})},strip(){return this.clone({...this._zod.def,catchall:void 0})},extend(e){return io(this,e)},safeExtend(e){return ao(this,e)},merge(e){return oo(this,e)},pick(e){return no(this,e)},omit(e){return ro(this,e)},partial(...e){return so(yf,this,e[0])},required(...e){return co(kf,this,e[0])}})});function V(e,t){return new of({type:`object`,shape:e??{},...P(t)})}var sf=N(`ZodUnion`,(e,t)=>{Ec.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Lu(e,t,n,r),e.options=t.options});function H(e,t){return new sf({type:`union`,options:e,...P(t)})}var cf=N(`ZodDiscriminatedUnion`,(e,t)=>{sf.init(e,t),Dc.init(e,t)});function lf(e,t,n){return new cf({type:`union`,options:t,discriminator:e,...P(n)})}var uf=N(`ZodIntersection`,(e,t)=>{Oc.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Ru(e,t,n,r)});function df(e,t){return new uf({type:`intersection`,left:e,right:t})}var ff=N(`ZodTuple`,(e,t)=>{jc.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>zu(e,t,n,r),e.rest=t=>e.clone({...e._zod.def,rest:t})});function pf(e,t,n){let r=t instanceof Ps;return new ff({type:`tuple`,items:e,rest:r?t:null,...P(r?n:t)})}var mf=N(`ZodRecord`,(e,t)=>{Fc.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Bu(e,t,n,r),e.keyType=t.keyType,e.valueType=t.valueType});function U(e,t,n){return!t||!t._zod?new mf({type:`record`,keyType:I(),valueType:e,...P(t)}):new mf({type:`record`,keyType:e,valueType:t,...P(n)})}var hf=N(`ZodEnum`,(e,t)=>{Ic.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Au(e,t,n,r),e.enum=t.entries,e.options=Object.values(t.entries);let n=new Set(Object.keys(t.entries));e.extract=(e,r)=>{let i={};for(let r of e)if(n.has(r))i[r]=t.entries[r];else throw Error(`Key ${r} not found in enum`);return new hf({...t,checks:[],...P(r),entries:i})},e.exclude=(e,r)=>{let i={...t.entries};for(let t of e)if(n.has(t))delete i[t];else throw Error(`Key ${t} not found in enum`);return new hf({...t,checks:[],...P(r),entries:i})}});function W(e,t){return new hf({type:`enum`,entries:Array.isArray(e)?Object.fromEntries(e.map(e=>[e,e])):e,...P(t)})}var gf=N(`ZodLiteral`,(e,t)=>{Lc.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>ju(e,t,n,r),e.values=new Set(t.values),Object.defineProperty(e,"value",{get(){if(t.values.length>1)throw Error("This schema contains multiple valid literal values. Use `.values` instead.");return t.values[0]}})});function G(e,t){return new gf({type:`literal`,values:Array.isArray(e)?e:[e],...P(t)})}var _f=N(`ZodTransform`,(e,t)=>{Rc.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Pu(e,t,n,r),e._zod.parse=(n,r)=>{if(r.direction===`backward`)throw new ja(e.constructor.name);n.addIssue=r=>{if(typeof r==`string`)n.issues.push(go(r,n.value,t));else{let t=r;t.fatal&&(t.continue=!1),t.code??=`custom`,t.input??=n.value,t.inst??=e,n.issues.push(go(t))}};let i=t.transform(n.value,n);return i instanceof Promise?i.then(e=>(n.value=e,n.fallback=!0,n)):(n.value=i,n.fallback=!0,n)}});function vf(e){return new _f({type:`transform`,transform:e})}var yf=N(`ZodOptional`,(e,t)=>{Bc.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Yu(e,t,n,r),e.unwrap=()=>e._zod.def.innerType});function bf(e){return new yf({type:`optional`,innerType:e})}var xf=N(`ZodExactOptional`,(e,t)=>{Vc.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Yu(e,t,n,r),e.unwrap=()=>e._zod.def.innerType});function Sf(e){return new xf({type:`optional`,innerType:e})}var Cf=N(`ZodNullable`,(e,t)=>{Hc.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Vu(e,t,n,r),e.unwrap=()=>e._zod.def.innerType});function wf(e){return new Cf({type:`nullable`,innerType:e})}var Tf=N(`ZodDefault`,(e,t)=>{Uc.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Uu(e,t,n,r),e.unwrap=()=>e._zod.def.innerType,e.removeDefault=e.unwrap});function Ef(e,t){return new Tf({type:`default`,innerType:e,get defaultValue(){return typeof t==`function`?t():Xa(t)}})}var Df=N(`ZodPrefault`,(e,t)=>{Gc.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Wu(e,t,n,r),e.unwrap=()=>e._zod.def.innerType});function Of(e,t){return new Df({type:`prefault`,innerType:e,get defaultValue(){return typeof t==`function`?t():Xa(t)}})}var kf=N(`ZodNonOptional`,(e,t)=>{Kc.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Hu(e,t,n,r),e.unwrap=()=>e._zod.def.innerType});function Af(e,t){return new kf({type:`nonoptional`,innerType:e,...P(t)})}var jf=N(`ZodCatch`,(e,t)=>{Jc.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Gu(e,t,n,r),e.unwrap=()=>e._zod.def.innerType,e.removeCatch=e.unwrap});function Mf(e,t){return new jf({type:`catch`,innerType:e,catchValue:typeof t==`function`?t:()=>t})}var Nf=N(`ZodPipe`,(e,t)=>{Yc.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Ku(e,t,n,r),e.in=t.in,e.out=t.out});function Pf(e,t){return new Nf({type:`pipe`,in:e,out:t})}var Ff=N(`ZodReadonly`,(e,t)=>{Zc.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>qu(e,t,n,r),e.unwrap=()=>e._zod.def.innerType});function If(e){return new Ff({type:`readonly`,innerType:e})}var Lf=N(`ZodLazy`,(e,t)=>{tl.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Xu(e,t,n,r),e.unwrap=()=>e._zod.def.getter()});function Rf(e){return new Lf({type:`lazy`,getter:e})}var zf=N(`ZodPromise`,(e,t)=>{el.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Ju(e,t,n,r),e.unwrap=()=>e._zod.def.innerType});function Bf(e){return new zf({type:`promise`,innerType:e})}var Vf=N(`ZodFunction`,(e,t)=>{$c.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Nu(e,t,n,r)});function Hf(e){return new Vf({type:`function`,input:Array.isArray(e?.input)?pf(e?.input):e?.input??B(z()),output:e?.output??z()})}var Uf=N(`ZodCustom`,(e,t)=>{nl.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Mu(e,t,n,r)});function Wf(e,t){return du(Uf,e??(()=>!0),t)}function Gf(e,t={}){return fu(Uf,e,t)}function Kf(e,t){return pu(e,t)}var qf=c(_(),1);function K(e){if(typeof process<`u`&&{}.OS_EAGER_SCHEMAS===`1`)return e();let t,n=()=>(t===void 0&&(t=e()),t);return new Proxy(function(){},{get(e,t){let r=n(),i=r[t];return typeof i==`function`?i.bind(r):i},set(e,t,r){let i=n();return i[t]=r,!0},has(e,t){return t in n()},ownKeys(){return Reflect.ownKeys(n())},getOwnPropertyDescriptor(e,t){return Reflect.getOwnPropertyDescriptor(n(),t)},getPrototypeOf(){return Reflect.getPrototypeOf(n())}})}var Jf=K(()=>V({$field:I().describe(`Field Reference/Column Name`)}));K(()=>V({$eq:Xd().optional(),$ne:Xd().optional()})),K(()=>V({$gt:H([L(),rf(),Jf]).optional(),$gte:H([L(),rf(),Jf]).optional(),$lt:H([L(),rf(),Jf]).optional(),$lte:H([L(),rf(),Jf]).optional()})),K(()=>V({$in:B(Xd()).optional(),$nin:B(Xd()).optional()})),K(()=>V({$between:pf([H([L(),rf(),Jf]),H([L(),rf(),Jf])]).optional()})),K(()=>V({$contains:I().optional(),$notContains:I().optional(),$startsWith:I().optional(),$endsWith:I().optional()})),K(()=>V({$null:R().optional(),$exists:R().optional()}));var Yf=K(()=>V({$eq:Xd().optional(),$ne:Xd().optional(),$gt:H([L(),rf(),Jf]).optional(),$gte:H([L(),rf(),Jf]).optional(),$lt:H([L(),rf(),Jf]).optional(),$lte:H([L(),rf(),Jf]).optional(),$in:B(Xd()).optional(),$nin:B(Xd()).optional(),$between:pf([H([L(),rf(),Jf]),H([L(),rf(),Jf])]).optional(),$contains:I().optional(),$notContains:I().optional(),$startsWith:I().optional(),$endsWith:I().optional(),$null:R().optional(),$exists:R().optional()})),Xf=Rf(()=>U(I(),z()).and(V({$and:B(Xf).optional(),$or:B(Xf).optional(),$not:Xf.optional()})));K(()=>V({where:Xf.optional()}));var Zf=Rf(()=>V({$and:B(H([U(I(),Yf),Zf])).optional(),$or:B(H([U(I(),Yf),Zf])).optional(),$not:H([U(I(),Yf),Zf]).optional()})),Qf=new Set([`=`,`==`,`!=`,`<>`,`>`,`>=`,`<`,`<=`,`in`,`nin`,`not_in`,`contains`,`notcontains`,`not_contains`,`like`,`startswith`,`starts_with`,`endswith`,`ends_with`,`between`,`is_null`,`is_not_null`]);function $f(e){if(!Array.isArray(e)||e.length===0)return!1;let t=e[0];if(typeof t==`string`){let n=t.toLowerCase();if(n===`and`||n===`or`)return e.length>=2&&e.slice(1).every(e=>$f(e));if(e.length>=2&&typeof e[1]==`string`)return Qf.has(e[1].toLowerCase())}return e.every(e=>$f(e))?e.length>0:!1}var ep=[`$eq`,`$ne`,`$gt`,`$gte`,`$lt`,`$lte`,`$in`,`$nin`,`$between`,`$contains`,`$notContains`,`$startsWith`,`$endsWith`,`$null`,`$exists`],tp=[`$and`,`$or`,`$not`];[...ep,...tp];var np=K(()=>V({field:I(),order:W([`asc`,`desc`]).default(`asc`)})),rp=W([`count`,`sum`,`avg`,`min`,`max`,`count_distinct`,`array_agg`,`string_agg`]),ip=W([`day`,`week`,`month`,`quarter`,`year`]),ap=K(()=>H([I(),V({field:I().describe(`Field to group by`),dateGranularity:ip.optional().describe(`Bucket date values into uniform periods (day/week/month/quarter/year)`),alias:I().optional().describe(`Alias for the projected group value`)})])),op=K(()=>V({function:rp.describe(`Aggregation function`),field:I().optional().describe(`Field to aggregate (optional for COUNT(*))`),alias:I().describe(`Result column alias`),distinct:R().optional().describe(`Apply DISTINCT before aggregation`),filter:Xf.optional().describe(`Filter/Condition to apply to the aggregation (FILTER WHERE clause)`)})),sp=W([`inner`,`left`,`right`,`full`]),cp=W([`auto`,`database`,`hash`,`loop`]),lp=Rf(()=>V({type:sp.describe(`Join type`),strategy:cp.optional().describe(`Execution strategy hint`),object:I().describe(`Object/table to join`),alias:I().optional().describe(`Table alias`),on:Xf.describe(`Join condition`),subquery:Rf(()=>gp).optional().describe(`Subquery instead of object`)})),up=W([`row_number`,`rank`,`dense_rank`,`percent_rank`,`lag`,`lead`,`first_value`,`last_value`,`sum`,`avg`,`count`,`min`,`max`]),dp=K(()=>V({partitionBy:B(I()).optional().describe(`PARTITION BY fields`),orderBy:B(np).optional().describe(`ORDER BY specification`),frame:V({type:W([`rows`,`range`]).optional(),start:I().optional().describe(`Frame start (e.g., "UNBOUNDED PRECEDING", "1 PRECEDING")`),end:I().optional().describe(`Frame end (e.g., "CURRENT ROW", "1 FOLLOWING")`)}).optional().describe(`Window frame specification`)})),fp=K(()=>V({function:up.describe(`Window function name`),field:I().optional().describe(`Field to operate on (for aggregate window functions)`),alias:I().describe(`Result column alias`),over:dp.describe(`Window specification (OVER clause)`)})),pp=Rf(()=>H([I(),V({field:I(),fields:B(pp).optional(),alias:I().optional()})])),mp=K(()=>V({query:I().describe(`Search query text`),fields:B(I()).optional().describe(`Fields to search in (if not specified, searches all text fields)`),fuzzy:R().optional().default(!1).describe(`Enable fuzzy matching (tolerates typos)`),operator:W([`and`,`or`]).optional().default(`or`).describe(`Logical operator between terms`),boost:U(I(),L()).optional().describe(`Field-specific relevance boosting (field name -> boost factor)`),minScore:L().optional().describe(`Minimum relevance score threshold`),language:I().optional().describe(`Language for text analysis (e.g., "en", "zh", "es")`),highlight:R().optional().default(!1).describe(`Enable search result highlighting`)})),hp=V({object:I().describe(`Object name (e.g. account)`),fields:B(pp).optional().describe(`Fields to retrieve`),where:Xf.optional().describe(`Filtering criteria (WHERE)`),search:mp.optional().describe(`Full-text search configuration ($search parameter)`),orderBy:B(np).optional().describe(`Sorting instructions (ORDER BY)`),limit:L().optional().describe(`Max records to return (LIMIT)`),offset:L().optional().describe(`Records to skip (OFFSET)`),top:L().optional().describe(`Alias for limit (OData compatibility)`),cursor:U(I(),z()).optional().describe(`Cursor for keyset pagination`),joins:B(lp).optional().describe(`Explicit Table Joins`),aggregations:B(op).optional().describe(`Aggregation functions`),groupBy:B(ap).optional().describe("GROUP BY targets (strings or `{field, dateGranularity?}` objects for date bucketing)"),having:Xf.optional().describe(`HAVING clause for aggregation filtering`),windowFunctions:B(fp).optional().describe(`Window functions with OVER clause`),distinct:R().optional().describe(`SELECT DISTINCT flag`)}),gp=K(()=>hp.extend({expand:Rf(()=>U(I(),gp)).optional().describe(`Recursive relation loading map. Keys are lookup/master_detail field names; values are nested QueryAST objects that control select, filter, sort, and further expansion on the related object. The engine resolves expand via batch $in queries (driver-agnostic) with a default max depth of 3.`)})),_p=K(()=>I().min(2,{message:`System identifier must be at least 2 characters`}).regex(/^[a-z][a-z0-9_.]*$/,{message:`System identifier must be lowercase, starting with a letter, and may contain letters, numbers, underscores, or dots (e.g., "user_profile" or "order.created")`}).describe(`System identifier (lowercase with underscores or dots)`)),vp=K(()=>I().min(2,{message:`Identifier must be at least 2 characters`}).regex(/^[a-z][a-z0-9_]*$/,{message:`Identifier must be lowercase snake_case, starting with a letter, and may contain only letters, numbers, and underscores (e.g., "user_profile")`}).describe(`Snake case identifier (lowercase with underscores only)`));K(()=>I().min(3,{message:`Event name must be at least 3 characters`}).regex(/^[a-z][a-z0-9_.]*$/,{message:`Event name must be lowercase with dots for namespacing (e.g., "user.created", "order.paid")`}).describe(`Event name (lowercase with dot notation for namespacing)`));var yp=W([`cel`,`js`,`cron`,`template`]),bp=V({rationale:I().optional(),generatedBy:I().optional()}),xp=V({dialect:yp,source:I().min(1).optional(),ast:z().optional(),meta:bp.optional()}).refine(e=>e.source!==void 0||e.ast!==void 0,{message:"Expression requires at least one of `source` or `ast`"}),Sp=H([I().min(1).transform(e=>({dialect:`cel`,source:e})),xp]);H([I().min(1).transform(e=>({dialect:`cron`,source:e})),xp]);var Cp=H([I().min(1).transform(e=>({dialect:`template`,source:e})),xp]),wp=K(()=>W([`aes-256-gcm`,`aes-256-cbc`,`chacha20-poly1305`]).describe(`Supported encryption algorithm`)),Tp=K(()=>W([`local`,`aws-kms`,`azure-key-vault`,`gcp-kms`,`hashicorp-vault`]).describe(`Key management service provider`)),Ep=K(()=>V({enabled:R().default(!1).describe(`Enable automatic key rotation`),frequencyDays:L().min(1).default(90).describe(`Rotation frequency in days`),retainOldVersions:L().default(3).describe(`Number of old key versions to retain`),autoRotate:R().default(!0).describe(`Automatically rotate without manual approval`)}).describe(`Policy for automatic encryption key rotation`)),Dp=K(()=>V({enabled:R().default(!1).describe(`Enable field-level encryption`),algorithm:wp.default(`aes-256-gcm`).describe(`Encryption algorithm`),keyManagement:V({provider:Tp.describe(`Key management service provider`),keyId:I().optional().describe(`Key identifier in the provider`),rotationPolicy:Ep.optional().describe(`Key rotation policy`)}).describe(`Key management configuration`),scope:W([`field`,`record`,`table`,`database`]).describe(`Encryption scope level`),deterministicEncryption:R().default(!1).describe(`Allows equality queries on encrypted data`),searchableEncryption:R().default(!1).describe(`Allows search on encrypted data`)}).describe(`Field-level encryption configuration`));K(()=>V({fieldName:I().describe(`Name of the field to encrypt`),encryptionConfig:Dp.describe(`Encryption settings for this field`),indexable:R().default(!1).describe(`Allow indexing on encrypted field`)}).describe(`Per-field encryption assignment`));var Op=K(()=>W([`redact`,`partial`,`hash`,`tokenize`,`randomize`,`nullify`,`substitute`]).describe(`Data masking strategy for PII protection`)),kp=K(()=>V({field:I().describe(`Field name to apply masking to`),strategy:Op.describe(`Masking strategy to use`),pattern:I().optional().describe(`Regex pattern for partial masking`),preserveFormat:R().default(!0).describe(`Keep the original data format after masking`),preserveLength:R().default(!0).describe(`Keep the original data length after masking`),roles:B(I()).optional().describe(`Roles that see masked data`),exemptRoles:B(I()).optional().describe(`Roles that see unmasked data`)}).describe(`Masking rule for a single field`));K(()=>V({enabled:R().default(!1).describe(`Enable data masking`),rules:B(kp).describe(`List of field-level masking rules`),auditUnmasking:R().default(!0).describe(`Log when masked data is accessed unmasked`)}).describe(`Top-level data masking configuration for PII protection`));var Ap=W(`text.textarea.email.url.phone.password.markdown.html.richtext.number.currency.percent.date.datetime.time.boolean.toggle.select.multiselect.radio.checkboxes.lookup.master_detail.tree.image.file.avatar.video.audio.formula.summary.autonumber.location.address.code.json.color.rating.slider.signature.qrcode.progress.tags.vector`.split(`.`)),jp=K(()=>V({label:I().describe(`Display label (human-readable, any case allowed)`),value:_p.describe(`Stored value (lowercase machine identifier)`),color:I().optional().describe(`Color code for badges/charts`),default:R().optional().describe(`Is default option`)}));K(()=>V({latitude:L().min(-90).max(90).describe(`Latitude coordinate`),longitude:L().min(-180).max(180).describe(`Longitude coordinate`),altitude:L().optional().describe(`Altitude in meters`),accuracy:L().optional().describe(`Accuracy in meters`)}));var Mp=K(()=>V({precision:L().int().min(0).max(10).default(2).describe(`Decimal precision (default: 2)`),currencyMode:W([`dynamic`,`fixed`]).default(`dynamic`).describe(`Currency mode: dynamic (user selectable) or fixed (single currency)`),defaultCurrency:I().length(3).default(`CNY`).describe(`Default or fixed currency code (ISO 4217, e.g., USD, CNY, EUR)`)}));K(()=>V({value:L().describe(`Monetary amount`),currency:I().length(3).describe(`Currency code (ISO 4217)`)})),K(()=>V({street:I().optional().describe(`Street address`),city:I().optional().describe(`City name`),state:I().optional().describe(`State/Province`),postalCode:I().optional().describe(`Postal/ZIP code`),country:I().optional().describe(`Country name or code`),countryCode:I().optional().describe(`ISO country code (e.g., US, GB)`),formatted:I().optional().describe(`Formatted address string`)}));var Np=K(()=>V({dimensions:L().int().min(1).max(1e4).describe(`Vector dimensionality (e.g., 1536 for OpenAI embeddings)`),distanceMetric:W([`cosine`,`euclidean`,`dotProduct`,`manhattan`]).default(`cosine`).describe(`Distance/similarity metric for vector search`),normalized:R().default(!1).describe(`Whether vectors are normalized (unit length)`),indexed:R().default(!0).describe(`Whether to create a vector index for fast similarity search`),indexType:W([`hnsw`,`ivfflat`,`flat`]).optional().describe(`Vector index algorithm (HNSW for high accuracy, IVFFlat for large datasets)`)})),Pp=K(()=>V({minSize:L().min(0).optional().describe(`Minimum file size in bytes`),maxSize:L().min(1).optional().describe(`Maximum file size in bytes (e.g., 10485760 = 10MB)`),allowedTypes:B(I()).optional().describe(`Allowed file extensions (e.g., [".pdf", ".docx", ".jpg"])`),blockedTypes:B(I()).optional().describe(`Blocked file extensions (e.g., [".exe", ".bat", ".sh"])`),allowedMimeTypes:B(I()).optional().describe(`Allowed MIME types (e.g., ["image/jpeg", "application/pdf"])`),blockedMimeTypes:B(I()).optional().describe(`Blocked MIME types`),virusScan:R().default(!1).describe(`Enable virus scanning for uploaded files`),virusScanProvider:W([`clamav`,`virustotal`,`metadefender`,`custom`]).optional().describe(`Virus scanning service provider`),virusScanOnUpload:R().default(!0).describe(`Scan files immediately on upload`),quarantineOnThreat:R().default(!0).describe(`Quarantine files if threat detected`),storageProvider:I().optional().describe(`Object storage provider name (references ObjectStorageConfig)`),storageBucket:I().optional().describe(`Target bucket name`),storagePrefix:I().optional().describe(`Storage path prefix (e.g., "uploads/documents/")`),imageValidation:V({minWidth:L().min(1).optional().describe(`Minimum image width in pixels`),maxWidth:L().min(1).optional().describe(`Maximum image width in pixels`),minHeight:L().min(1).optional().describe(`Minimum image height in pixels`),maxHeight:L().min(1).optional().describe(`Maximum image height in pixels`),aspectRatio:I().optional().describe(`Required aspect ratio (e.g., "16:9", "1:1")`),generateThumbnails:R().default(!1).describe(`Auto-generate thumbnails`),thumbnailSizes:B(V({name:I().describe(`Thumbnail variant name (e.g., "small", "medium", "large")`),width:L().min(1).describe(`Thumbnail width in pixels`),height:L().min(1).describe(`Thumbnail height in pixels`),crop:R().default(!1).describe(`Crop to exact dimensions`)})).optional().describe(`Thumbnail size configurations`),preserveMetadata:R().default(!1).describe(`Preserve EXIF metadata`),autoRotate:R().default(!0).describe(`Auto-rotate based on EXIF orientation`)}).optional().describe(`Image-specific validation rules`),allowMultiple:R().default(!1).describe(`Allow multiple file uploads (overrides field.multiple)`),allowReplace:R().default(!0).describe(`Allow replacing existing files`),allowDelete:R().default(!0).describe(`Allow deleting uploaded files`),requireUpload:R().default(!1).describe(`Require at least one file when field is required`),extractMetadata:R().default(!0).describe(`Extract file metadata (name, size, type, etc.)`),extractText:R().default(!1).describe(`Extract text content from documents (OCR/parsing)`),versioningEnabled:R().default(!1).describe(`Keep previous versions of replaced files`),maxVersions:L().min(1).optional().describe(`Maximum number of versions to retain`),publicRead:R().default(!1).describe(`Allow public read access to uploaded files`),presignedUrlExpiry:L().min(60).max(604800).default(3600).describe(`Presigned URL expiration in seconds (default: 1 hour)`)}).refine(e=>!(e.minSize!==void 0&&e.maxSize!==void 0&&e.minSize>e.maxSize),{message:`minSize must be less than or equal to maxSize`}).refine(e=>!(e.virusScanProvider!==void 0&&e.virusScan!==!0),{message:`virusScanProvider requires virusScan to be enabled`})),Fp=K(()=>V({uniqueness:R().default(!1).describe(`Enforce unique values across all records`),completeness:L().min(0).max(1).default(0).describe(`Minimum ratio of non-null values (0-1, default: 0 = no requirement)`),accuracy:V({source:I().describe(`Reference data source for validation (e.g., "api.verify.com", "master_data")`),threshold:L().min(0).max(1).describe(`Minimum accuracy threshold (0-1, e.g., 0.95 = 95% match required)`)}).optional().describe(`Accuracy validation configuration`)})),Ip=K(()=>V({enabled:R().describe(`Enable caching for computed field results`),ttl:L().min(0).describe(`Cache TTL in seconds (0 = no expiration)`),invalidateOn:B(I()).describe(`Field paths that invalidate cache (e.g., ["inventory.quantity", "pricing.base_price"])`)})),Lp=K(()=>V({name:I().regex(/^[a-z_][a-z0-9_]*$/).describe(`Machine name (snake_case)`).optional(),label:I().optional().describe(`Human readable label`),type:Ap.describe(`Field Data Type`),description:I().optional().describe(`Tooltip/Help text`),format:I().optional().describe(`Format string (e.g. email, phone)`),columnName:I().optional().describe(`Physical column name in the target datasource. Defaults to the field key when not set.`),required:R().default(!1).describe(`Is required`),searchable:R().default(!1).describe(`Is searchable`),multiple:R().default(!1).describe(`Allow multiple values (Stores as Array/JSON). Applicable for select, lookup, file, image.`),unique:R().default(!1).describe(`Is unique constraint`),defaultValue:z().optional().describe(`Default value`),maxLength:L().optional().describe(`Max character length`),minLength:L().optional().describe(`Min character length`),precision:L().optional().describe(`Total digits`),scale:L().optional().describe(`Decimal places`),min:L().optional().describe(`Minimum value`),max:L().optional().describe(`Maximum value`),options:B(jp).optional().describe(`Static options for select/multiselect`),reference:I().optional().describe(`Target object name (snake_case) for lookup/master_detail fields. Required for relationship types. Used by $expand to resolve foreign key IDs into full objects.`),referenceFilters:B(I()).optional().describe(`Filters applied to lookup dialogs (e.g. "active = true")`),writeRequiresMasterRead:R().optional().describe(`If true, user needs read access to master record to edit this field`),deleteBehavior:W([`set_null`,`cascade`,`restrict`]).optional().default(`set_null`).describe(`What happens if referenced record is deleted`),expression:Sp.optional().describe("Formula expression (CEL). e.g. F`record.amount * 0.1`"),summaryOperations:V({object:I().describe(`Source child object name for roll-up`),field:I().describe(`Field on child object to aggregate`),function:W([`count`,`sum`,`min`,`max`,`avg`]).describe(`Aggregation function to apply`)}).optional().describe(`Roll-up summary definition`),language:I().optional().describe(`Programming language for syntax highlighting (e.g., javascript, python, sql)`),theme:I().optional().describe(`Code editor theme (e.g., dark, light, monokai)`),lineNumbers:R().optional().describe(`Show line numbers in code editor`),maxRating:L().optional().describe(`Maximum rating value (default: 5)`),allowHalf:R().optional().describe(`Allow half-star ratings`),displayMap:R().optional().describe(`Display map widget for location field`),allowGeocoding:R().optional().describe(`Allow address-to-coordinate conversion`),addressFormat:W([`us`,`uk`,`international`]).optional().describe(`Address format template`),colorFormat:W([`hex`,`rgb`,`rgba`,`hsl`]).optional().describe(`Color value format`),allowAlpha:R().optional().describe(`Allow transparency/alpha channel`),presetColors:B(I()).optional().describe(`Preset color options`),step:L().optional().describe(`Step increment for slider (default: 1)`),showValue:R().optional().describe(`Display current value on slider`),marks:U(I(),I()).optional().describe(`Custom marks/labels at specific values (e.g., {0: "Low", 50: "Medium", 100: "High"})`),barcodeFormat:W([`qr`,`ean13`,`ean8`,`code128`,`code39`,`upca`,`upce`]).optional().describe(`Barcode format type`),qrErrorCorrection:W([`L`,`M`,`Q`,`H`]).optional().describe(`QR code error correction level (L=7%, M=15%, Q=25%, H=30%). Only applicable when barcodeFormat is "qr"`),displayValue:R().optional().describe(`Display human-readable value below barcode/QR code`),allowScanning:R().optional().describe(`Enable camera scanning for barcode/QR code input`),currencyConfig:Mp.optional().describe(`Configuration for currency field type`),vectorConfig:Np.optional().describe(`Configuration for vector field type (AI/ML embeddings)`),fileAttachmentConfig:Pp.optional().describe(`Configuration for file and attachment field types`),encryptionConfig:Dp.optional().describe(`Field-level encryption configuration for sensitive data (GDPR/HIPAA/PCI-DSS)`),maskingRule:kp.optional().describe(`Data masking rules for PII protection`),auditTrail:R().default(!1).describe(`Enable detailed audit trail for this field (tracks all changes with user and timestamp)`),dependencies:B(I()).optional().describe(`Array of field names that this field depends on (for formulas, visibility rules, etc.)`),cached:Ip.optional().describe(`Caching configuration for computed/formula fields`),dataQuality:Fp.optional().describe(`Data quality validation and monitoring rules`),group:I().optional().describe(`Field group name for organizing fields in forms and layouts (e.g., "contact_info", "billing", "system")`),conditionalRequired:Sp.optional().describe("Predicate (CEL) — field is required when TRUE. e.g. P`record.status == 'closed_won'`"),hidden:R().default(!1).describe(`Hidden from default UI`),readonly:R().default(!1).describe(`Read-only in UI`),system:R().optional().describe(`Auto-injected system/audit field (e.g. created_at, updated_by, organization_id). Tools that surface system fields separately from author-declared business fields should branch on this flag.`),sortable:R().optional().default(!0).describe(`Whether field is sortable in list views`),inlineHelpText:I().optional().describe(`Help text displayed below the field in forms`),trackFeedHistory:R().optional().describe(`Track field changes in Chatter/activity feed (Salesforce pattern)`),caseSensitive:R().optional().describe(`Whether text comparisons are case-sensitive`),autonumberFormat:I().optional().describe(`Auto-number display format pattern (e.g., "CASE-{0000}")`),index:R().default(!1).describe(`Create standard database index`),externalId:R().default(!1).describe(`Is external ID for upsert operations`)})),Rp=V({name:I().regex(/^[a-z_][a-z0-9_]*$/).describe(`Unique rule name (snake_case)`),label:I().optional().describe(`Human-readable label for the rule listing`),description:I().optional().describe(`Administrative notes explaining the business reason`),active:R().default(!0),events:B(W([`insert`,`update`,`delete`])).default([`insert`,`update`]).describe(`Validation contexts`),priority:L().int().min(0).max(9999).default(100).describe(`Execution priority (lower runs first, default: 100)`),tags:B(I()).optional().describe(`Categorization tags (e.g., "compliance", "billing")`),severity:W([`error`,`warning`,`info`]).default(`error`),message:I().describe(`Error message to display to the user`)}),zp=K(()=>Rp.extend({type:G(`script`),condition:Sp.describe("Predicate (CEL). If TRUE, validation fails. e.g. P`record.amount < 0`")})),Bp=K(()=>Rp.extend({type:G(`unique`),fields:B(I()).describe(`Fields that must be combined unique`),scope:Sp.optional().describe("Predicate (CEL) limiting uniqueness scope. e.g. P`record.active == true`"),caseSensitive:R().default(!0)})),Vp=K(()=>Rp.extend({type:G(`state_machine`),field:I().describe(`State field (e.g. status)`),transitions:U(I(),B(I())).describe(`Map of { OldState: [AllowedNewStates] }`)})),Hp=K(()=>Rp.extend({type:G(`format`),field:I(),regex:I().optional(),format:W([`email`,`url`,`phone`,`json`]).optional()})),Up=K(()=>Rp.extend({type:G(`cross_field`),condition:Sp.describe("Predicate (CEL) comparing fields. e.g. P`record.end_date > record.start_date`"),fields:B(I()).describe(`Fields involved in the validation`)})),Wp=K(()=>Rp.extend({type:G(`json_schema`),field:I().describe(`JSON field to validate`),schema:U(I(),z()).describe(`JSON Schema object definition`)})),Gp=K(()=>Rp.extend({type:G(`async`),field:I().describe(`Field to validate`),validatorUrl:I().optional().describe(`External API endpoint for validation`),method:W([`GET`,`POST`]).default(`GET`).describe(`HTTP method for external call`),headers:U(I(),I()).optional().describe(`Custom headers for the request`),validatorFunction:I().optional().describe(`Reference to custom validator function`),timeout:L().optional().default(5e3).describe(`Timeout in milliseconds`),debounce:L().optional().describe(`Debounce delay in milliseconds`),params:U(I(),z()).optional().describe(`Additional parameters to pass to validator`)})),Kp=K(()=>Rp.extend({type:G(`custom`),handler:I().describe(`Name of the custom validation function registered in the system`),params:U(I(),z()).optional().describe(`Parameters passed to the custom handler`)})),qp=Rf(()=>lf(`type`,[zp,Bp,Vp,Hp,Up,Wp,Gp,Kp,Jp])),Jp=K(()=>Rp.extend({type:G(`conditional`),when:Sp.describe("Predicate (CEL). e.g. P`record.type == 'enterprise'`"),then:qp.describe(`Validation rule to apply when condition is true`),otherwise:qp.optional().describe(`Validation rule to apply when condition is false`)})),Yp=K(()=>H([I().describe(`Action Name`),V({type:I(),params:U(I(),z()).optional()})])),Xp=K(()=>H([I().describe(`Guard Name (e.g., "isManager", "amountGT1000")`),V({type:I(),params:U(I(),z()).optional()})])),Zp=K(()=>V({target:I().optional().describe(`Target State ID`),cond:Xp.optional().describe(`Condition (Guard) required to take this path`),actions:B(Yp).optional().describe(`Actions to execute during transition`),description:I().optional().describe(`Human readable description of this rule`)}));K(()=>V({type:I().describe(`Event Type (e.g. "APPROVE", "REJECT", "Submit")`),schema:U(I(),z()).optional().describe(`Expected event payload structure`)}));var Qp=Rf(()=>V({type:W([`atomic`,`compound`,`parallel`,`final`,`history`]).default(`atomic`),entry:B(Yp).optional().describe(`Actions to run when entering this state`),exit:B(Yp).optional().describe(`Actions to run when leaving this state`),on:U(I(),H([I(),Zp,B(Zp)])).optional().describe(`Map of Event Type -> Transition Definition`),always:B(Zp).optional(),initial:I().optional().describe(`Initial child state (if compound)`),states:U(I(),Qp).optional(),meta:V({label:I().optional(),description:I().optional(),color:I().optional(),aiInstructions:I().optional().describe(`Specific instructions for AI when in this state`)}).optional()})),$p=K(()=>V({id:vp.describe(`Unique Machine ID`),description:I().optional(),contextSchema:U(I(),z()).optional().describe(`Zod Schema for the machine context/memory`),initial:I().describe(`Initial State ID`),states:U(I(),Qp).describe(`State Nodes`),on:U(I(),H([I(),Zp,B(Zp)])).optional()}));K(()=>V({key:I().describe(`Translation key (e.g., "views.task_list.label")`),defaultValue:I().optional().describe(`Fallback value when translation key is not found`),params:U(I(),H([I(),L(),R()])).optional().describe(`Interpolation parameters (e.g., { count: 5 })`)}));var em=K(()=>I().describe(`Display label (plain string; i18n keys are auto-generated by the framework)`)),tm=K(()=>V({ariaLabel:em.optional().describe(`Accessible label for screen readers (WAI-ARIA aria-label)`),ariaDescribedBy:I().optional().describe(`ID of element providing additional description (WAI-ARIA aria-describedby)`),role:I().optional().describe(`WAI-ARIA role attribute (e.g., "dialog", "navigation", "alert")`)}).describe(`ARIA accessibility attributes`));K(()=>V({key:I().describe(`Translation key`),zero:I().optional().describe(`Zero form (e.g., "No items")`),one:I().optional().describe(`Singular form (e.g., "{count} item")`),two:I().optional().describe(`Dual form (e.g., "{count} items" for exactly 2)`),few:I().optional().describe(`Few form (e.g., for 2-4 in some languages)`),many:I().optional().describe(`Many form (e.g., for 5+ in some languages)`),other:I().describe(`Default plural form (e.g., "{count} items")`)}).describe(`ICU plural rules for a translation key`));var nm=K(()=>V({style:W([`decimal`,`currency`,`percent`,`unit`]).default(`decimal`).describe(`Number formatting style`),currency:I().optional().describe(`ISO 4217 currency code (e.g., "USD", "EUR")`),unit:I().optional().describe(`Unit for unit formatting (e.g., "kilometer", "liter")`),minimumFractionDigits:L().optional().describe(`Minimum number of fraction digits`),maximumFractionDigits:L().optional().describe(`Maximum number of fraction digits`),useGrouping:R().optional().describe(`Whether to use grouping separators (e.g., 1,000)`)}).describe(`Number formatting rules`)),rm=K(()=>V({dateStyle:W([`full`,`long`,`medium`,`short`]).optional().describe(`Date display style`),timeStyle:W([`full`,`long`,`medium`,`short`]).optional().describe(`Time display style`),timeZone:I().optional().describe(`IANA time zone (e.g., "America/New_York")`),hour12:R().optional().describe(`Use 12-hour format`)}).describe(`Date/time formatting rules`));K(()=>V({code:I().describe(`BCP 47 language code (e.g., "en-US", "zh-CN")`),fallbackChain:B(I()).optional().describe(`Fallback language codes in priority order (e.g., ["zh-TW", "en"])`),direction:W([`ltr`,`rtl`]).default(`ltr`).describe(`Text direction: left-to-right or right-to-left`),numberFormat:nm.optional().describe(`Default number formatting rules`),dateFormat:rm.optional().describe(`Default date/time formatting rules`)}).describe(`Locale configuration`));var im=W([`api.read`,`api.write`,`crypto.uuid`,`crypto.hash`,`log`]),am=lf(`language`,[V({language:G(`expression`),source:I().min(1).describe(`Formula expression source`)}).describe(`L1 expression body — pure formula, no IO`),V({language:G(`js`),source:I().min(1).describe(`Function body source`),capabilities:B(im).default([]).describe(`Granted capability tokens`),timeoutMs:L().int().positive().max(3e4).optional().describe(`Per-invocation timeout (ms)`),memoryMb:L().int().positive().max(256).optional().describe(`Per-invocation memory cap (MB)`)}).describe(`L2 sandboxed JS body — runs inside an isolated VM with declared capabilities`)]).describe(`Hook/Action body — expression (L1) or sandboxed JS (L2)`),om=K(()=>V({name:I().optional(),field:vp.optional(),objectOverride:vp.optional(),label:em.optional(),type:Ap.optional(),required:R().optional().default(!1),options:B(V({label:em,value:I()})).optional(),placeholder:I().optional(),helpText:I().optional(),defaultValue:z().optional(),defaultFromRow:R().optional()}).refine(e=>!!e.name||!!e.field,{message:`ActionParam requires either "name" or "field"`})),sm=W([`script`,`url`,`modal`,`flow`,`api`,`form`]),cm=new Set(sm.options.filter(e=>e!==`script`)),lm=K(()=>V({name:vp.describe(`Machine name (lowercase snake_case)`),label:em.describe(`Display label`),objectName:I().regex(/^[a-z_][a-z0-9_]*$/).optional().describe(`Target object this action belongs to. When set, the action is auto-merged into the object's actions array by defineStack().`),icon:I().optional().describe(`Icon name`),locations:B(W([`list_toolbar`,`list_item`,`record_header`,`record_more`,`record_related`,`global_nav`])).optional().describe(`Locations where this action is visible`),component:W([`action:button`,`action:icon`,`action:menu`,`action:group`]).optional().describe(`Visual component override`),type:sm.default(`script`).describe(`Action functionality type`),target:I().optional().describe(`URL, Script Name, Flow ID, or API Endpoint`),body:am.optional().describe("Action body — expression (L1) or sandboxed JS (L2). Only used when type is `script`."),execute:I().optional().describe(`@deprecated — Use target instead. Auto-migrated to target during parsing.`),params:B(om).optional().describe(`Input parameters required from user`),variant:W([`primary`,`secondary`,`danger`,`ghost`,`link`]).optional().describe(`Button visual variant for styling (primary = highlighted, danger = destructive, ghost = transparent)`),confirmText:em.optional().describe(`Confirmation message before execution`),successMessage:em.optional().describe(`Success message to show after execution`),refreshAfter:R().default(!1).describe(`Refresh view after execution`),visible:Sp.optional().describe(`Visibility predicate (CEL).`),disabled:H([R(),Sp]).optional().describe(`Boolean or predicate (CEL) — action is disabled when TRUE.`),shortcut:I().optional().describe(`Keyboard shortcut to trigger this action (e.g., "Ctrl+S")`),bulkEnabled:R().optional().describe(`Whether this action can be applied to multiple selected records`),aiExposed:R().optional().describe(`Set to false to keep this action out of the AI tool registry.`),recordIdParam:I().optional().describe(`Body key to inject the row id into when running from a list_item context.`),recordIdField:I().optional().describe(`Row field whose value seeds recordIdParam. Defaults to "id".`),bodyShape:H([G(`flat`),V({wrap:I()})]).optional().describe(`Body wrapping: flat (default) or { wrap: key } to nest user-collected params under a key.`),method:W([`POST`,`PATCH`,`PUT`,`DELETE`]).optional().describe(`HTTP method for type:"api" actions. Defaults to POST.`),bodyExtra:U(I(),z()).optional().describe(`Constant body fields merged into the API request (applied last; overrides user params).`),mode:W([`create`,`edit`,`delete`,`custom`]).optional().describe(`Semantic mode of the action.`),timeout:L().optional().describe(`Maximum execution time in milliseconds for the action`),aria:tm.optional().describe(`ARIA accessibility attributes`)}).transform(e=>e.execute&&!e.target?{...e,target:e.execute}:e).refine(e=>!(cm.has(e.type)&&!e.target),{message:`Action 'target' is required when type is 'url', 'flow', 'modal', 'api', or 'form'.`,path:[`target`]})),um=K(()=>V({enabled:R().default(!1).describe(`Enable public sharing`),publicLink:I().optional().describe(`Generated public share URL`),password:I().optional().describe(`Password required to access shared link`),allowedDomains:B(I()).optional().describe(`Restrict access to specific email domains (e.g. ["example.com"])`),expiresAt:I().optional().describe(`Expiration date/time in ISO 8601 format`),allowAnonymous:R().optional().default(!1).describe(`Allow access without authentication`)}));K(()=>V({enabled:R().default(!1).describe(`Enable iframe embedding`),allowedOrigins:B(I()).optional().describe(`Allowed iframe parent origins (e.g. ["https://example.com"])`),width:I().optional().default(`100%`).describe(`Embed width (CSS value)`),height:I().optional().default(`600px`).describe(`Embed height (CSS value)`),showHeader:R().optional().default(!0).describe(`Show interface header in embed`),showNavigation:R().optional().default(!1).describe(`Show navigation in embed`),responsive:R().optional().default(!0).describe(`Enable responsive resizing`)}));var dm=W([`xs`,`sm`,`md`,`lg`,`xl`,`2xl`]),fm=K(()=>V({xs:L().min(1).max(12).optional(),sm:L().min(1).max(12).optional(),md:L().min(1).max(12).optional(),lg:L().min(1).max(12).optional(),xl:L().min(1).max(12).optional(),"2xl":L().min(1).max(12).optional()}).describe(`Grid columns per breakpoint (1-12)`)),pm=K(()=>V({xs:L().optional(),sm:L().optional(),md:L().optional(),lg:L().optional(),xl:L().optional(),"2xl":L().optional()}).describe(`Display order per breakpoint`)),mm=K(()=>V({breakpoint:dm.optional().describe(`Minimum breakpoint for visibility`),hiddenOn:B(dm).optional().describe(`Hide on these breakpoints`),columns:fm.optional().describe(`Grid columns per breakpoint`),order:pm.optional().describe(`Display order per breakpoint`)}).describe(`Responsive layout configuration`)),hm=K(()=>V({lazyLoad:R().optional().describe(`Enable lazy loading (defer rendering until visible)`),virtualScroll:V({enabled:R().default(!1).describe(`Enable virtual scrolling`),itemHeight:L().optional().describe(`Fixed item height in pixels (for estimation)`),overscan:L().optional().describe(`Number of extra items to render outside viewport`)}).optional().describe(`Virtual scrolling configuration`),cacheStrategy:W([`none`,`cache-first`,`network-first`,`stale-while-revalidate`]).optional().describe(`Client-side data caching strategy`),prefetch:R().optional().describe(`Prefetch data before component is visible`),pageSize:L().optional().describe(`Number of items per page for pagination`),debounceMs:L().optional().describe(`Debounce interval for user interactions in milliseconds`)}).describe(`Performance optimization configuration`)),gm=W([`GET`,`POST`,`PUT`,`DELETE`,`PATCH`,`HEAD`,`OPTIONS`]),_m=K(()=>W([`GET`,`POST`,`PUT`,`PATCH`,`DELETE`])),vm=K(()=>V({url:I().describe(`API endpoint URL`),method:_m.optional().default(`GET`).describe(`HTTP method`),headers:U(I(),I()).optional().describe(`Custom HTTP headers`),params:U(I(),z()).optional().describe(`Query parameters`),body:z().optional().describe(`Request body for POST/PUT/PATCH`)}));K(()=>V({enabled:R().default(!0).describe(`Enable CORS`),origins:H([I(),B(I())]).default(`*`).describe(`Allowed origins (* for all)`),methods:B(gm).optional().describe(`Allowed HTTP methods`),credentials:R().default(!1).describe(`Allow credentials (cookies, authorization headers)`),maxAge:L().int().optional().describe(`Preflight cache duration in seconds`)})),K(()=>V({enabled:R().default(!1).describe(`Enable rate limiting`),windowMs:L().int().default(6e4).describe(`Time window in milliseconds`),maxRequests:L().int().default(100).describe(`Max requests per window`)})),K(()=>V({path:I().describe(`URL path to serve from`),directory:I().describe(`Physical directory to serve`),cacheControl:I().optional().describe(`Cache-Control header value`)}));var ym=K(()=>lf(`provider`,[V({provider:G(`object`),object:I().describe(`Target object name`)}),V({provider:G(`api`),read:vm.optional().describe(`Configuration for fetching data`),write:vm.optional().describe(`Configuration for submitting data (for forms/editable tables)`)}),V({provider:G(`value`),items:B(z()).describe(`Static data array`)})])),bm=K(()=>V({field:I().describe(`Field name to filter on`),operator:I().describe(`Filter operator (e.g. equals, not_equals, contains, this_quarter)`),value:H([I(),L(),R(),Jd(),B(H([I(),L()]))]).optional().describe(`Filter value`)}).describe(`View filter rule`)),xm=K(()=>W([`none`,`count`,`count_empty`,`count_filled`,`count_unique`,`percent_empty`,`percent_filled`,`sum`,`avg`,`min`,`max`]).describe(`Aggregation function for column footer summary`)),Sm=K(()=>V({field:I().describe(`Field name (snake_case)`),label:em.optional().describe(`Display label override`),width:L().positive().optional().describe(`Column width in pixels`),align:W([`left`,`center`,`right`]).optional().describe(`Text alignment`),hidden:R().optional().describe(`Hide column by default`),sortable:R().optional().describe(`Allow sorting by this column`),resizable:R().optional().describe(`Allow resizing this column`),wrap:R().optional().describe(`Allow text wrapping`),type:I().optional().describe(`Renderer type override (e.g., "currency", "date")`),pinned:W([`left`,`right`]).optional().describe(`Pin/freeze column to left or right side`),summary:xm.optional().describe(`Footer aggregation function for this column`),link:R().optional().describe(`Functions as the primary navigation link (triggers View navigation)`),action:I().optional().describe(`Registered Action ID to execute when clicked`)})),Cm=K(()=>V({type:W([`none`,`single`,`multiple`]).default(`none`).describe(`Selection mode`)})),wm=K(()=>V({pageSize:L().int().positive().default(25).describe(`Number of records per page`),pageSizeOptions:B(L().int().positive()).optional().describe(`Available page size options`)})),Tm=K(()=>W([`compact`,`short`,`medium`,`tall`,`extra_tall`]).describe(`Row height / density setting for list view`)),Em=K(()=>V({field:I().describe(`Field name to group by`),order:W([`asc`,`desc`]).default(`asc`).describe(`Group sort order`),collapsed:R().default(!1).describe(`Collapse groups by default`)})),Dm=K(()=>V({fields:B(Em).min(1).describe(`Fields to group by (supports up to 3 levels)`)}).describe(`Record grouping configuration`)),Om=K(()=>V({coverField:I().optional().describe(`Attachment/image field to display as card cover`),coverFit:W([`cover`,`contain`]).default(`cover`).describe(`Image fit mode for card cover`),cardSize:W([`small`,`medium`,`large`]).default(`medium`).describe(`Card size in gallery view`),titleField:I().optional().describe(`Field to display as card title`),visibleFields:B(I()).optional().describe(`Fields to display on card body`)}).describe(`Gallery/card view configuration`)),km=K(()=>V({startDateField:I().describe(`Field for timeline item start date`),endDateField:I().optional().describe(`Field for timeline item end date`),titleField:I().describe(`Field to display as timeline item title`),groupByField:I().optional().describe(`Field to group timeline rows`),colorField:I().optional().describe(`Field to determine item color`),scale:W([`hour`,`day`,`week`,`month`,`quarter`,`year`]).default(`week`).describe(`Default timeline scale`)}).describe(`Timeline view configuration`)),Am=K(()=>V({type:W([`personal`,`collaborative`]).default(`collaborative`).describe(`View ownership type`),lockedBy:I().optional().describe(`User who locked the view configuration`)}).describe(`View sharing and access configuration`)),jm=K(()=>V({field:I().describe(`Field to derive color from (typically a select/status field)`),colors:U(I(),I()).optional().describe(`Map of field value to color (hex/token)`)}).describe(`Row color configuration based on field values`)),Mm=K(()=>W([`grid`,`kanban`,`gallery`,`calendar`,`timeline`,`gantt`,`map`]).describe(`Visualization type that users can switch to`)),Nm=K(()=>V({sort:R().default(!0).describe(`Allow users to sort records`),search:R().default(!0).describe(`Allow users to search records`),filter:R().default(!0).describe(`Allow users to filter records`),rowHeight:R().default(!0).describe(`Allow users to toggle row height/density`),addRecordForm:R().default(!1).describe(`Add records through a form instead of inline`),buttons:B(I()).optional().describe(`Custom action button IDs to show in the toolbar`)}).describe(`User action toggles for the view toolbar`)),Pm=K(()=>V({showDescription:R().default(!0).describe(`Show the view description text`),allowedVisualizations:B(Mm).optional().describe(`Whitelist of visualization types users can switch between (e.g. ["grid", "gallery", "kanban"])`)}).describe(`Appearance and visualization configuration`)),Fm=K(()=>V({name:vp.describe(`Tab identifier (snake_case)`),label:em.optional().describe(`Display label`),icon:I().optional().describe(`Tab icon name`),view:I().optional().describe(`Referenced list view name from listViews`),filter:B(bm).optional().describe(`Tab-specific filter criteria`),order:L().int().min(0).optional().describe(`Tab display order`),pinned:R().default(!1).describe(`Pin tab (cannot be removed by users)`),isDefault:R().default(!1).describe(`Set as the default active tab`),visible:R().default(!0).describe(`Tab visibility`)}).describe(`Tab configuration for multi-tab view interface`)),Im=K(()=>V({enabled:R().default(!0).describe(`Show the add record entry point`),position:W([`top`,`bottom`,`both`]).default(`bottom`).describe(`Position of the add record button`),mode:W([`inline`,`form`,`modal`]).default(`inline`).describe(`How to add a new record`),formView:I().optional().describe(`Named form view to use when mode is "form" or "modal"`)}).describe(`Add record entry point configuration`)),Lm=K(()=>V({groupByField:I().describe(`Field to group columns by (usually status/select)`),summarizeField:I().optional().describe(`Field to sum at top of column (e.g. amount)`),columns:B(I()).describe(`Fields to show on cards`)})),Rm=K(()=>V({chartType:W([`bar`,`line`,`pie`,`area`,`scatter`]).default(`bar`).describe(`Chart visualisation type`),xAxisField:I().describe(`Field used as the X axis / category dimension`),yAxisFields:B(I()).min(1).describe(`Field(s) used as the Y axis / measures`),aggregation:W([`sum`,`avg`,`count`,`min`,`max`]).optional().describe(`Aggregation function applied to Y axis fields`),groupByField:I().optional().describe(`Optional field used to split / stack the chart`)}).describe(`List chart view configuration`)),zm=K(()=>V({startDateField:I(),endDateField:I().optional(),titleField:I(),colorField:I().optional()})),Bm=K(()=>V({startDateField:I(),endDateField:I(),titleField:I(),progressField:I().optional(),dependenciesField:I().optional()})),Vm=K(()=>W([`page`,`drawer`,`modal`,`split`,`popover`,`new_window`,`none`])),Hm=K(()=>V({mode:Vm.default(`page`),view:I().optional().describe(`Name of the form view to use for details (e.g. "summary_view", "edit_form")`),preventNavigation:R().default(!1).describe(`Disable standard navigation entirely`),openNewTab:R().default(!1).describe(`Force open in new tab (applies to page mode)`),width:H([I(),L()]).optional().describe(`Width of the drawer/modal (e.g. "600px", "50%")`)})),Um=K(()=>V({name:vp.optional().describe(`Internal view name (lowercase snake_case)`),label:em.optional(),type:W([`grid`,`kanban`,`gallery`,`calendar`,`timeline`,`gantt`,`map`,`chart`]).default(`grid`),data:ym.optional().describe(`Data source configuration (defaults to "object" provider)`),columns:H([B(I()),B(Sm)]).describe(`Fields to display as columns`),filter:B(bm).optional().describe(`Filter criteria (JSON Rules)`),sort:H([I(),B(V({field:I(),order:W([`asc`,`desc`])}))]).optional(),searchableFields:B(I()).optional().describe(`Fields enabled for search`),filterableFields:B(I()).optional().describe(`Fields enabled for end-user filtering in the top bar`),resizable:R().optional().describe(`Enable column resizing`),striped:R().optional().describe(`Striped row styling`),bordered:R().optional().describe(`Show borders`),compactToolbar:R().optional().describe(`Collapse Group/Color/Density/Hide-fields into a single View settings popover`),selection:Cm.optional().describe(`Row selection configuration`),navigation:Hm.optional().describe(`Configuration for item click navigation (page, drawer, modal, etc.)`),pagination:wm.optional().describe(`Pagination configuration`),kanban:Lm.optional(),calendar:zm.optional(),gantt:Bm.optional(),gallery:Om.optional(),timeline:km.optional(),chart:Rm.optional(),description:em.optional().describe(`View description for documentation/tooltips`),sharing:Am.optional().describe(`View sharing and access configuration`),rowHeight:Tm.optional().describe(`Row height / density setting`),grouping:Dm.optional().describe(`Group records by one or more fields`),rowColor:jm.optional().describe(`Color rows based on field value`),hiddenFields:B(I()).optional().describe(`Fields to hide in this specific view`),fieldOrder:B(I()).optional().describe(`Explicit field display order for this view`),rowActions:B(I()).optional().describe(`Actions available for individual row items`),bulkActions:B(I()).optional().describe(`Actions available when multiple rows are selected`),bulkActionDefs:B(U(I(),Xd())).optional().describe(`Rich bulk action definitions (schema-driven, executed via BulkActionDialog)`),virtualScroll:R().optional().describe(`Enable virtual scrolling for large datasets`),conditionalFormatting:B(V({condition:Sp.describe(`Predicate (CEL) to evaluate.`),style:U(I(),I()).describe(`CSS styles to apply when condition is true`)})).optional().describe(`Conditional formatting rules for list rows`),inlineEdit:R().optional().describe(`Allow inline editing of records directly in the list view`),exportOptions:B(W([`csv`,`xlsx`,`pdf`,`json`])).optional().describe(`Available export format options`),userActions:Nm.optional().describe(`User action toggles for the view toolbar`),appearance:Pm.optional().describe(`Appearance and visualization configuration`),tabs:B(Fm).optional().describe(`Tab definitions for multi-tab view interface`),addRecord:Im.optional().describe(`Add record entry point configuration`),showRecordCount:R().optional().describe(`Show record count at the bottom of the list`),allowPrinting:R().optional().describe(`Allow users to print the view`),emptyState:V({title:em.optional(),message:em.optional(),icon:I().optional()}).optional().describe(`Empty state configuration when no records found`),aria:tm.optional().describe(`ARIA accessibility attributes for the list view`),responsive:mm.optional().describe(`Responsive layout configuration`),performance:hm.optional().describe(`Performance optimization settings`)})),Wm=K(()=>V({field:I().describe(`Field name (snake_case)`),label:em.optional().describe(`Display label override`),placeholder:em.optional().describe(`Placeholder text`),helpText:em.optional().describe(`Help/hint text`),readonly:R().optional().describe(`Read-only override`),required:R().optional().describe(`Required override`),hidden:R().optional().describe(`Hidden override`),colSpan:L().int().min(1).max(4).optional().describe(`Column span in grid layout (1-4)`),widget:I().optional().describe(`Custom widget/component name`),dependsOn:I().optional().describe(`Parent field name for cascading`),visibleOn:Sp.optional().describe(`Visibility predicate (CEL).`)})),Gm=K(()=>V({label:em.optional(),collapsible:R().default(!1),collapsed:R().default(!1),columns:H([W([`1`,`2`,`3`,`4`]),G(1),G(2),G(3),G(4)]).default(2).transform(e=>typeof e==`string`?parseInt(e):e),fields:B(H([I(),Wm]))})),Km=K(()=>V({type:W([`simple`,`tabbed`,`wizard`,`split`,`drawer`,`modal`]).default(`simple`),data:ym.optional().describe(`Data source configuration (defaults to "object" provider)`),sections:B(Gm).optional(),groups:B(Gm).optional(),defaultSort:B(V({field:I().describe(`Field name to sort by`),order:W([`asc`,`desc`]).default(`desc`).describe(`Sort direction`)})).optional().describe(`Default sort order for related list views within this form`),sharing:um.optional().describe(`Public sharing configuration for this form`),submitBehavior:H([V({kind:G(`thank-you`),title:I().optional(),message:I().optional()}),V({kind:G(`redirect`),url:I(),delayMs:L().int().min(0).optional()}),V({kind:G(`continue`)}),V({kind:G(`next-record`)})]).optional().describe(`Post-submit behavior`),aria:tm.optional().describe(`ARIA accessibility attributes for the form view`)}));K(()=>V({list:Um.optional(),form:Km.optional(),listViews:U(I(),Um).optional().describe(`Additional named list views`),formViews:U(I(),Km).optional().describe(`Additional named form views`)}));var qm=W([`get`,`list`,`create`,`update`,`delete`,`upsert`,`bulk`,`aggregate`,`history`,`search`,`restore`,`purge`,`import`,`export`]),Jm=V({trackHistory:R().default(!1).describe(`Enable field history tracking for audit compliance`),searchable:R().default(!0).describe(`Index records for global search`),apiEnabled:R().default(!0).describe(`Expose object via automatic APIs`),apiMethods:B(qm).optional().describe(`Whitelist of allowed API operations`),files:R().default(!1).describe(`Enable file attachments and document management`),feeds:R().default(!1).describe(`Enable social feed, comments, and mentions (Chatter-like)`),activities:R().default(!1).describe(`Enable standard tasks and events tracking`),trash:R().default(!0).describe(`Enable soft-delete with restore capability`),mru:R().default(!0).describe(`Track Most Recently Used (MRU) list for users`),clone:R().default(!0).describe(`Allow record deep cloning`)}),Ym=K(()=>V({name:I().optional().describe(`Index name (auto-generated if not provided)`),fields:B(I()).describe(`Fields included in the index`),type:W([`btree`,`hash`,`gin`,`gist`,`fulltext`]).optional().default(`btree`).describe(`Index algorithm type`),unique:R().optional().default(!1).describe(`Whether the index enforces uniqueness`),partial:I().optional().describe(`Partial index condition (SQL WHERE clause for conditional indexes)`)})),Xm=K(()=>V({fields:B(I()).describe(`Fields to index for full-text search weighting`),displayFields:B(I()).optional().describe(`Fields to display in search result cards`),filters:B(I()).optional().describe(`Default filters for search results`)})),Zm=K(()=>V({enabled:R().describe(`Enable multi-tenancy for this object`),strategy:W([`shared`,`isolated`,`hybrid`]).describe(`Tenant isolation strategy: shared (single DB, row-level), isolated (separate DB per tenant), hybrid (mix)`),tenantField:I().default(`tenant_id`).describe(`Field name for tenant identifier`),crossTenantAccess:R().default(!1).describe(`Allow cross-tenant data access (with explicit permission)`)})),Qm=K(()=>V({enabled:R().describe(`Enable soft delete (trash/recycle bin)`),field:I().default(`deleted_at`).describe(`Field name for soft delete timestamp`),cascadeDelete:R().default(!1).describe(`Cascade soft delete to related records`)})),$m=K(()=>V({enabled:R().describe(`Enable record versioning`),strategy:W([`snapshot`,`delta`,`event-sourcing`]).describe(`Versioning strategy: snapshot (full copy), delta (changes only), event-sourcing (event log)`),retentionDays:L().min(1).optional().describe(`Number of days to retain old versions (undefined = infinite)`),versionField:I().default(`version`).describe(`Field name for version number/timestamp`)})),eh=K(()=>V({enabled:R().describe(`Enable table partitioning`),strategy:W([`range`,`hash`,`list`]).describe(`Partitioning strategy: range (date ranges), hash (consistent hashing), list (predefined values)`),key:I().describe(`Field name to partition by`),interval:I().optional().describe(`Partition interval for range strategy (e.g., "1 month", "1 year")`)}).refine(e=>!(e.strategy===`range`&&!e.interval),{message:`interval is required when strategy is "range"`})),th=K(()=>V({enabled:R().describe(`Enable Change Data Capture`),events:B(W([`insert`,`update`,`delete`])).describe(`Event types to capture`),destination:I().describe(`Destination endpoint (e.g., "kafka://topic", "webhook://url")`)})),nh=K(()=>V({key:I().regex(/^[a-z_][a-z0-9_]*$/,{message:`Field group key must be lowercase snake_case (e.g., "contact_info", "billing", "system")`}).describe(`Group machine key (snake_case). Referenced by Field.group.`),label:I().describe(`Group display label`),icon:I().optional().describe(`Icon name (Lucide/Material) for the group header`),description:I().optional().describe(`Optional description shown under the group header`),defaultExpanded:R().optional().default(!0).describe(`Whether the group is expanded by default`),visibleOn:Sp.optional().describe(`Visibility predicate (CEL); group is hidden when FALSE.`)})),rh=V({name:I().regex(/^[a-z_][a-z0-9_]*$/).describe(`Machine unique key (snake_case). Immutable.`),label:I().optional().describe(`Human readable singular label (e.g. "Account")`),pluralLabel:I().optional().describe(`Human readable plural label (e.g. "Accounts")`),description:I().optional().describe(`Developer documentation / description`),icon:I().optional().describe(`Icon name (Lucide/Material) for UI representation`),tags:B(I()).optional().describe(`Categorization tags (e.g. "sales", "system", "reference")`),active:R().optional().default(!0).describe(`Is the object active and usable`),isSystem:R().optional().default(!1).describe(`Is system object (protected from deletion)`),abstract:R().optional().default(!1).describe(`Is abstract base object (cannot be instantiated)`),managedBy:W([`platform`,`config`,`system`,`append-only`,`better-auth`]).optional().describe(`Lifecycle bucket — platform (user CRUD) | config (admin authored) | system (engine-managed) | append-only (audit) | better-auth (identity). UI clients honour the resolved affordance matrix.`),userActions:V({create:R().optional().describe(`Show generic "New" button.`),import:R().optional().describe(`Show CSV import wizard entry.`),edit:R().optional().describe(`Allow inline / form edit of existing rows.`),delete:R().optional().describe(`Show row-level delete + bulk delete.`),exportCsv:R().optional().describe(`Show CSV export entry.`)}).optional().describe(`Per-object override of the resolved CRUD affordance matrix.`),systemFields:H([G(!1),V({tenant:R().optional().describe(`Inject organization_id (multi-tenant only). Default true.`),owner:R().optional().describe(`Reserved for future owner_id auto-injection.`),audit:R().optional().describe(`Reserved for future created_by/updated_by auto-injection.`)})]).optional().describe(`Opt out of, or selectively disable, registry-level system-field auto-injection.`),datasource:I().optional().default(`default`).describe(`Target Datasource ID. "default" is the primary DB.`),fields:U(I().regex(/^[a-z_][a-z0-9_]*$/,{message:`Field names must be lowercase snake_case (e.g., "first_name", "company", "annual_revenue")`}),Lp).describe(`Field definitions map. Keys must be snake_case identifiers.`),indexes:B(Ym).optional().describe(`Database performance indexes`),fieldGroups:B(nh).refine(e=>new Set(e.map(e=>e.key)).size===e.length,{message:`fieldGroups[].key must be unique within an object`}).optional().describe(`Ordered list of field groups (array order = display order). See ObjectFieldGroupSchema.`),tenancy:Zm.optional().describe(`Multi-tenancy configuration for SaaS applications`),softDelete:Qm.optional().describe(`Soft delete (trash/recycle bin) configuration`),versioning:$m.optional().describe(`Record versioning and history tracking configuration`),partitioning:eh.optional().describe(`Table partitioning configuration for performance`),cdc:th.optional().describe(`Change Data Capture (CDC) configuration for real-time data streaming`),validations:B(qp).optional().describe(`Object-level validation rules`),stateMachines:U(I(),$p).optional().describe(`Named state machines for parallel lifecycles (e.g., status, payment, approval)`),displayNameField:I().optional().describe(`Field to use as the record display name (e.g., "name", "title"). Defaults to "name" if present.`),recordName:V({type:W([`text`,`autonumber`]).describe(`Record name type: text (user-entered) or autonumber (system-generated)`),displayFormat:I().optional().describe(`Auto-number format pattern (e.g., "CASE-{0000}", "INV-{YYYY}-{0000}")`),startNumber:L().int().min(0).optional().describe(`Starting number for autonumber (default: 1)`)}).optional().describe(`Record name generation configuration (Salesforce pattern)`),titleFormat:Cp.optional().describe(`Title template — supports {{record.field}} interpolation. Overrides displayNameField.`),compactLayout:B(I()).optional().describe(`Primary fields for hover/cards/lookups`),listViews:U(I(),Um).optional().describe(`Built-in named list views (segmented tabs) shipped with the object schema`),defaultDetailForm:I().optional().describe(`Name of the default FormView for record detail / edit screens`),search:Xm.optional().describe(`Search engine configuration`),enable:Jm.optional().describe(`Enabled system features modules`),recordTypes:B(I()).optional().describe(`Record type names for this object`),sharingModel:W([`private`,`read`,`read_write`,`full`]).optional().describe(`Default sharing model`),keyPrefix:I().max(5).optional().describe(`Short prefix for record IDs (e.g., "001" for Account)`),detail:V({renderViaSchema:R().optional().describe(`Opt this object out of the schema-driven detail renderer`),hideReferenceRail:R().optional().describe(`Suppress the right-hand reference-rail on the detail page`),hideRelatedTab:R().optional().describe(`Suppress the Related tab on the detail page`)}).passthrough().optional().describe(`Detail-page UI hints consumed by @object-ui/plugin-detail synth`),actions:B(lm).optional().describe(`Actions associated with this object (auto-populated from top-level actions via objectName)`)});function ih(e){return e.split(`_`).map(e=>e.charAt(0).toUpperCase()+e.slice(1)).join(` `)}K(()=>Object.assign(rh,{create:e=>{let t={...e,label:e.label??ih(e.name)};return rh.parse(t)}})),W([`own`,`extend`]),K(()=>V({extend:I().describe(`Target object name (FQN) to extend`),fields:U(I(),Lp).optional().describe(`Fields to add/override`),label:I().optional().describe(`Override label for the extended object`),pluralLabel:I().optional().describe(`Override plural label for the extended object`),description:I().optional().describe(`Override description for the extended object`),validations:B(qp).optional().describe(`Additional validation rules to merge into the target object`),indexes:B(Ym).optional().describe(`Additional indexes to merge into the target object`),priority:L().int().min(0).max(999).default(200).describe(`Merge priority (higher = applied later)`)}));var ah=W([`beforeFind`,`afterFind`,`beforeFindOne`,`afterFindOne`,`beforeCount`,`afterCount`,`beforeAggregate`,`afterAggregate`,`beforeInsert`,`afterInsert`,`beforeUpdate`,`afterUpdate`,`beforeDelete`,`afterDelete`,`beforeUpdateMany`,`afterUpdateMany`,`beforeDeleteMany`,`afterDeleteMany`]);K(()=>V({name:I().regex(/^[a-z_][a-z0-9_]*$/).describe(`Hook unique name (snake_case)`),label:I().optional().describe(`Description of what this hook does`),object:H([I(),B(I())]).describe(`Target object(s)`),events:B(ah).describe(`Lifecycle events`),handler:H([I(),Wf(e=>typeof e==`function`,{message:`Expected function`})]).optional().describe("Handler function name (string, post-build) or inline function (pre-build) — DEPRECATED, prefer `body`"),body:am.optional().describe(`Hook body — expression (L1) or sandboxed JS (L2)`),priority:L().default(100).describe(`Execution priority`),async:R().default(!1).describe(`Run specifically as fire-and-forget`),condition:Sp.optional().describe('Predicate (CEL); hook runs only when TRUE. e.g. P`record.status == "closed" && record.amount > 1000`'),description:I().optional().describe(`Human-readable description of what this hook does`),retryPolicy:V({maxRetries:L().default(3).describe(`Maximum retry attempts on failure`),backoffMs:L().default(1e3).describe(`Backoff delay between retries in milliseconds`)}).optional().describe(`Retry policy for failed hook executions`),timeout:L().optional().describe(`Maximum execution time in milliseconds before the hook is aborted`),onError:W([`abort`,`log`]).default(`abort`).describe(`Error handling strategy`)})),K(()=>V({id:I().optional().describe(`Unique execution ID for tracing`),object:I(),event:ah,input:U(I(),z()).describe(`Mutable input parameters`),result:z().optional().describe(`Operation result (After hooks only)`),previous:U(I(),z()).optional().describe(`Record state before operation`),session:V({userId:I().optional(),tenantId:I().optional(),roles:B(I()).optional(),accessToken:I().optional(),isSystem:R().optional().describe(`True when the call was made with an elevated system context (engine self-writes)`)}).optional().describe(`Current session context`),transaction:z().optional().describe(`Database transaction handle`),ql:z().describe(`ObjectQL Engine Reference`),api:z().optional().describe(`Cross-object data access (ScopedContext)`),user:V({id:I().optional(),name:I().optional(),email:I().optional()}).optional().describe(`Current user info shortcut`)}));var oh=W([`none`,`constant`,`lookup`,`split`,`join`,`javascript`,`map`]),sh=K(()=>V({source:H([I(),B(I())]).describe(`Source column header(s)`),target:H([I(),B(I())]).describe(`Target object field(s)`),transform:oh.default(`none`),params:V({value:z().optional(),object:I().optional(),fromField:I().optional(),toField:I().optional(),autoCreate:R().optional(),valueMap:U(I(),z()).optional(),separator:I().optional()}).optional()}));K(()=>V({name:vp.describe(`Mapping unique name (lowercase snake_case)`),label:I().optional(),sourceFormat:W([`csv`,`json`,`xml`,`sql`]).default(`csv`),targetObject:I().describe(`Target Object Name`),fieldMapping:B(sh),mode:W([`insert`,`update`,`upsert`]).default(`insert`),upsertKey:B(I()).optional().describe(`Fields to match for upsert (e.g. email)`),extractQuery:gp.optional().describe(`Query to run for export only`),errorPolicy:W([`skip`,`abort`,`retry`]).default(`skip`),batchSize:L().default(1e3)}));var ch=K(()=>V({userId:I().optional(),tenantId:I().optional(),roles:B(I()).default([]),permissions:B(I()).default([]),org_user_ids:B(I()).optional(),isSystem:R().default(!1),accessToken:I().optional(),transaction:z().optional(),traceId:I().optional()})),lh=K(()=>H([U(I(),z()),Xf]).describe(`Data Engine query filter conditions`)),uh=K(()=>H([U(I(),W([`asc`,`desc`])),U(I(),H([G(1),G(-1)])),B(np)]).describe(`Sort order definition`)),dh=K(()=>V({context:ch.optional()})),fh=K(()=>dh.extend({where:H([U(I(),z()),Xf]).optional(),fields:B(pp).optional(),orderBy:B(np).optional(),limit:L().optional(),offset:L().optional(),top:L().optional(),cursor:U(I(),z()).optional(),search:mp.optional(),expand:Rf(()=>U(I(),gp)).optional(),distinct:R().optional()}).describe(`QueryAST-aligned query options for IDataEngine.find() operations`));K(()=>dh.extend({filter:lh.optional(),select:B(I()).optional(),sort:uh.optional(),limit:L().int().min(1).optional(),skip:L().int().min(0).optional(),top:L().int().min(1).optional(),populate:B(I()).optional()}).describe(`Query options for IDataEngine.find() operations`));var ph=K(()=>dh.extend({returning:R().default(!0).optional()}).describe(`Options for DataEngine.insert operations`)),mh=K(()=>dh.extend({where:H([U(I(),z()),Xf]).optional(),upsert:R().default(!1).optional(),multi:R().default(!1).optional(),returning:R().default(!1).optional()}).describe(`QueryAST-aligned options for DataEngine.update operations`));K(()=>dh.extend({filter:lh.optional(),upsert:R().default(!1).optional(),multi:R().default(!1).optional(),returning:R().default(!1).optional()}).describe(`Options for DataEngine.update operations`));var hh=K(()=>dh.extend({where:H([U(I(),z()),Xf]).optional(),multi:R().default(!1).optional()}).describe(`QueryAST-aligned options for DataEngine.delete operations`));K(()=>dh.extend({filter:lh.optional(),multi:R().default(!1).optional()}).describe(`Options for DataEngine.delete operations`));var gh=K(()=>dh.extend({where:H([U(I(),z()),Xf]).optional(),groupBy:B(I()).optional(),aggregations:B(op).optional()}).describe(`QueryAST-aligned options for DataEngine.aggregate operations`));K(()=>dh.extend({filter:lh.optional(),groupBy:B(I()).optional(),aggregations:B(V({field:I(),method:W([`count`,`sum`,`avg`,`min`,`max`,`count_distinct`]),alias:I().optional()})).optional()}).describe(`Options for DataEngine.aggregate operations`));var _h=K(()=>dh.extend({where:H([U(I(),z()),Xf]).optional()}).describe(`QueryAST-aligned options for DataEngine.count operations`));K(()=>dh.extend({filter:lh.optional()}).describe(`Options for DataEngine.count operations`)),K(()=>V({find:Hf().input(pf([I(),fh.optional()])).output(Bf(B(z()))),findOne:Hf().input(pf([I(),fh.optional()])).output(Bf(z())),insert:Hf().input(pf([I(),H([U(I(),z()),B(U(I(),z()))]),ph.optional()])).output(Bf(z())),update:Hf().input(pf([I(),U(I(),z()),mh.optional()])).output(Bf(z())),delete:Hf().input(pf([I(),hh.optional()])).output(Bf(z())),count:Hf().input(pf([I(),_h.optional()])).output(Bf(L())),aggregate:Hf().input(pf([I(),gh])).output(Bf(B(z())))}).describe(`Standard Data Engine Contract`));var vh={filter:lh.optional()},yh=fh.extend({...vh,select:B(I()).optional(),sort:uh.optional(),skip:L().int().min(0).optional(),populate:B(I()).optional()}),bh=K(()=>V({method:G(`find`),object:I(),query:yh.optional()})),xh=K(()=>V({method:G(`findOne`),object:I(),query:yh.optional()})),Sh=K(()=>V({method:G(`insert`),object:I(),data:H([U(I(),z()),B(U(I(),z()))]),options:ph.optional()})),Ch=K(()=>V({method:G(`update`),object:I(),data:U(I(),z()),id:H([I(),L()]).optional().describe(`ID for single update, or use where in options`),options:mh.extend(vh).optional()})),wh=K(()=>V({method:G(`delete`),object:I(),id:H([I(),L()]).optional().describe(`ID for single delete, or use where in options`),options:hh.extend(vh).optional()})),Th=K(()=>V({method:G(`count`),object:I(),query:_h.extend(vh).optional()})),Eh=K(()=>V({method:G(`aggregate`),object:I(),query:gh.extend(vh)})),Dh=K(()=>V({method:G(`execute`),command:z(),options:U(I(),z()).optional()})),Oh=K(()=>V({method:G(`vectorFind`),object:I(),vector:B(L()),where:H([U(I(),z()),Xf]).optional(),fields:B(I()).optional(),limit:L().int().default(5).optional(),threshold:L().optional()})),kh=K(()=>V({method:G(`batch`),requests:B(lf(`method`,[bh,xh,Sh,Ch,wh,Th,Eh,Dh,Oh])),transaction:R().default(!0).optional()}));K(()=>lf(`method`,[bh,xh,Sh,Ch,wh,Th,Eh,kh,Dh,Oh]).describe(`Virtual ObjectQL Request Protocol`)),W([`count`,`sum`,`avg`,`min`,`max`,`count_distinct`,`percentile`,`median`,`stddev`,`variance`]).describe(`Standard aggregation functions`);var Ah=W([`asc`,`desc`]).describe(`Sort order direction`);K(()=>V({field:I().describe(`Field name to sort by`),order:Ah.describe(`Sort direction`)}).describe(`Sort field and direction pair`)),W([`insert`,`update`,`delete`,`upsert`]).describe(`Data mutation event types`);var jh=W([`read_uncommitted`,`read_committed`,`repeatable_read`,`serializable`,`snapshot`]).describe(`Transaction isolation levels (snake_case standard)`);W([`lru`,`lfu`,`ttl`,`fifo`]).describe(`Cache eviction strategy`);var Mh=K(()=>V({transaction:z().optional().describe(`Transaction handle`),timeout:L().optional().describe(`Timeout in ms`),skipCache:R().optional().describe(`Bypass cache`),traceContext:U(I(),I()).optional().describe(`OpenTelemetry context or request ID`),tenantId:I().optional().describe(`Tenant Isolation identifier`)})),Nh=K(()=>V({create:R().default(!0).describe(`Supports CREATE operations`),read:R().default(!0).describe(`Supports READ operations`),update:R().default(!0).describe(`Supports UPDATE operations`),delete:R().default(!0).describe(`Supports DELETE operations`),bulkCreate:R().default(!1).describe(`Supports bulk CREATE operations`),bulkUpdate:R().default(!1).describe(`Supports bulk UPDATE operations`),bulkDelete:R().default(!1).describe(`Supports bulk DELETE operations`),transactions:R().default(!1).describe(`Supports ACID transactions`),savepoints:R().default(!1).describe(`Supports transaction savepoints`),isolationLevels:B(jh).optional().describe(`Supported isolation levels`),queryFilters:R().default(!0).describe(`Supports WHERE clause filtering`),queryAggregations:R().default(!1).describe(`Supports GROUP BY and aggregation functions`),queryDateGranularity:U(ip,R()).optional().describe(`Per-granularity native date bucketing (day/week/month/quarter/year). Missing keys fall back to in-memory bucketing.`),querySorting:R().default(!0).describe(`Supports ORDER BY sorting`),queryPagination:R().default(!0).describe(`Supports LIMIT/OFFSET pagination`),queryWindowFunctions:R().default(!1).describe(`Supports window functions with OVER clause`),querySubqueries:R().default(!1).describe(`Supports subqueries`),queryCTE:R().default(!1).describe(`Supports Common Table Expressions (WITH clause)`),joins:R().default(!1).describe(`Supports SQL joins`),fullTextSearch:R().default(!1).describe(`Supports full-text search`),jsonQuery:R().default(!1).describe(`Supports JSON field querying`),geospatialQuery:R().default(!1).describe(`Supports geospatial queries`),streaming:R().default(!1).describe(`Supports result streaming (cursors/iterators)`),jsonFields:R().default(!1).describe(`Supports JSON field types`),arrayFields:R().default(!1).describe(`Supports array field types`),vectorSearch:R().default(!1).describe(`Supports vector embeddings and similarity search`),schemaSync:R().default(!1).describe(`Supports automatic schema synchronization`),batchSchemaSync:R().default(!1).describe(`Supports batched schema sync to reduce schema DDL round-trips`),migrations:R().default(!1).describe(`Supports database migrations`),indexes:R().default(!1).describe(`Supports index creation and management`),connectionPooling:R().default(!1).describe(`Supports connection pooling`),preparedStatements:R().default(!1).describe(`Supports prepared statements (SQL injection prevention)`),queryCache:R().default(!1).describe(`Supports query result caching`)}));K(()=>V({name:I().describe(`Driver unique name`),version:I().describe(`Driver version`),supports:Nh,connect:Hf().input(pf([])).output(Bf(tf())).describe(`Establish connection`),disconnect:Hf().input(pf([])).output(Bf(tf())).describe(`Close connection`),checkHealth:Hf().input(pf([])).output(Bf(R())).describe(`Health check`),getPoolStats:Hf().input(pf([])).output(V({total:L(),idle:L(),active:L(),waiting:L()}).optional()).optional().describe(`Get connection pool statistics`),execute:Hf().input(pf([z(),B(z()).optional(),Mh.optional()])).output(Bf(z())).describe(`Execute raw command`),find:Hf().input(pf([I(),gp,Mh.optional()])).output(Bf(B(U(I(),z())))).describe(`Find records`),findStream:Hf().input(pf([I(),gp,Mh.optional()])).output(z()).describe(`Stream records (AsyncIterable)`),findOne:Hf().input(pf([I(),gp,Mh.optional()])).output(Bf(U(I(),z()).nullable())).describe(`Find one record`),create:Hf().input(pf([I(),U(I(),z()),Mh.optional()])).output(Bf(U(I(),z()))).describe(`Create record`),update:Hf().input(pf([I(),I().or(L()),U(I(),z()),Mh.optional()])).output(Bf(U(I(),z()))).describe(`Update record`),upsert:Hf().input(pf([I(),U(I(),z()),B(I()).optional(),Mh.optional()])).output(Bf(U(I(),z()))).describe(`Upsert record`),delete:Hf().input(pf([I(),I().or(L()),Mh.optional()])).output(Bf(R())).describe(`Delete record`),count:Hf().input(pf([I(),gp.optional(),Mh.optional()])).output(Bf(L())).describe(`Count records`),bulkCreate:Hf().input(pf([I(),B(U(I(),z())),Mh.optional()])).output(Bf(B(U(I(),z())))),bulkUpdate:Hf().input(pf([I(),B(V({id:I().or(L()),data:U(I(),z())})),Mh.optional()])).output(Bf(B(U(I(),z())))),bulkDelete:Hf().input(pf([I(),B(I().or(L())),Mh.optional()])).output(Bf(tf())),updateMany:Hf().input(pf([I(),gp,U(I(),z()),Mh.optional()])).output(Bf(L())).optional(),deleteMany:Hf().input(pf([I(),gp,Mh.optional()])).output(Bf(L())).optional(),beginTransaction:Hf().input(pf([V({isolationLevel:jh.optional()}).optional()])).output(Bf(z())).describe(`Start transaction`),commit:Hf().input(pf([z()])).output(Bf(tf())).describe(`Commit transaction`),rollback:Hf().input(pf([z()])).output(Bf(tf())).describe(`Rollback transaction`),syncSchema:Hf().input(pf([I(),z(),Mh.optional()])).output(Bf(tf())).describe(`Sync object schema to DB`),syncSchemasBatch:Hf().input(pf([B(V({object:I(),schema:z()})),Mh.optional()])).output(Bf(tf())).optional().describe(`Batch sync multiple schemas in one round-trip`),dropTable:Hf().input(pf([I(),Mh.optional()])).output(Bf(tf())),explain:Hf().input(pf([I(),gp,Mh.optional()])).output(Bf(z())).optional()}));var Ph=K(()=>V({min:L().min(0).default(2).describe(`Minimum number of connections in pool`),max:L().min(1).default(10).describe(`Maximum number of connections in pool`),idleTimeoutMillis:L().min(0).default(3e4).describe(`Time in ms before idle connection is closed`),connectionTimeoutMillis:L().min(0).default(5e3).describe(`Time in ms to wait for available connection`)})),Fh=K(()=>V({name:I().describe(`Driver instance name`),type:W([`sql`,`nosql`,`cache`,`search`,`graph`,`timeseries`]).describe(`Driver type category`),capabilities:Nh.describe(`Driver capability flags`),connectionString:I().optional().describe(`Database connection string (driver-specific format)`),poolConfig:Ph.optional().describe(`Connection pool configuration`)})),Ih=K(()=>W([`postgresql`,`mysql`,`sqlite`,`mssql`,`oracle`,`mariadb`])),Lh=K(()=>V({text:I().describe(`SQL type for text fields (e.g., VARCHAR, TEXT)`),number:I().describe(`SQL type for number fields (e.g., NUMERIC, DECIMAL, INT)`),boolean:I().describe(`SQL type for boolean fields (e.g., BOOLEAN, BIT)`),date:I().describe(`SQL type for date fields (e.g., DATE)`),datetime:I().describe(`SQL type for datetime fields (e.g., TIMESTAMP, DATETIME)`),json:I().optional().describe(`SQL type for JSON fields (e.g., JSON, JSONB)`),uuid:I().optional().describe(`SQL type for UUID fields (e.g., UUID, CHAR(36))`),binary:I().optional().describe(`SQL type for binary fields (e.g., BLOB, BYTEA)`)})),Rh=K(()=>V({rejectUnauthorized:R().default(!0).describe(`Reject connections with invalid certificates`),ca:I().optional().describe(`CA certificate file path or content`),cert:I().optional().describe(`Client certificate file path or content`),key:I().optional().describe(`Client private key file path or content`)}).refine(e=>e.cert!==void 0==(e.key!==void 0),{message:`Client certificate (cert) and private key (key) must be provided together`}));K(()=>Fh.extend({type:G(`sql`).describe(`Driver type must be "sql"`),dialect:Ih.describe(`SQL database dialect`),dataTypeMapping:Lh.describe(`SQL data type mapping configuration`),ssl:R().default(!1).describe(`Enable SSL/TLS connection`),sslConfig:Rh.optional().describe(`SSL/TLS configuration (required when ssl is true)`)}).refine(e=>!(e.ssl&&!e.sslConfig),{message:`sslConfig is required when ssl is true`}));var zh=K(()=>W([`mongodb`,`couchdb`,`dynamodb`,`cassandra`,`redis`,`elasticsearch`,`neo4j`,`orientdb`]));K(()=>W([`find`,`findOne`,`insert`,`update`,`delete`,`aggregate`,`mapReduce`,`count`,`distinct`,`createIndex`,`dropIndex`]));var Bh=K(()=>W([`all`,`quorum`,`one`,`local_quorum`,`each_quorum`,`eventual`])),Vh=K(()=>W([`single`,`compound`,`unique`,`text`,`geospatial`,`hashed`,`ttl`,`sparse`])),Hh=K(()=>V({enabled:R().default(!1).describe(`Enable sharding`),shardKey:I().optional().describe(`Field to use as shard key`),shardingStrategy:W([`hash`,`range`,`zone`]).optional().describe(`Sharding strategy`),numShards:L().int().positive().optional().describe(`Number of shards`)})),Uh=K(()=>V({enabled:R().default(!1).describe(`Enable replication`),replicaSetName:I().optional().describe(`Replica set name`),replicas:L().int().positive().optional().describe(`Number of replicas`),readPreference:W([`primary`,`primaryPreferred`,`secondary`,`secondaryPreferred`,`nearest`]).optional().describe(`Read preference for replica set`),writeConcern:W([`majority`,`acknowledged`,`unacknowledged`]).optional().describe(`Write concern level`)})),Wh=K(()=>V({enabled:R().default(!1).describe(`Enable schema validation`),validationLevel:W([`strict`,`moderate`,`off`]).optional().describe(`Validation strictness`),validationAction:W([`error`,`warn`]).optional().describe(`Action on validation failure`),jsonSchema:U(I(),z()).optional().describe(`JSON Schema for validation`)})),Gh=K(()=>V({text:I().describe(`NoSQL type for text fields`),number:I().describe(`NoSQL type for number fields`),boolean:I().describe(`NoSQL type for boolean fields`),date:I().describe(`NoSQL type for date fields`),datetime:I().describe(`NoSQL type for datetime fields`),json:I().optional().describe(`NoSQL type for JSON/object fields`),uuid:I().optional().describe(`NoSQL type for UUID fields`),binary:I().optional().describe(`NoSQL type for binary fields`),array:I().optional().describe(`NoSQL type for array fields`),objectId:I().optional().describe(`NoSQL type for ObjectID fields (MongoDB)`),geopoint:I().optional().describe(`NoSQL type for geospatial point fields`)}));K(()=>Fh.extend({type:G(`nosql`).describe(`Driver type must be "nosql"`),databaseType:zh.describe(`Specific NoSQL database type`),dataTypeMapping:Gh.describe(`NoSQL data type mapping configuration`),consistency:Bh.optional().describe(`Consistency level for operations`),replication:Uh.optional().describe(`Replication configuration`),sharding:Hh.optional().describe(`Sharding configuration`),schemaValidation:Wh.optional().describe(`Document schema validation`),region:I().optional().describe(`AWS region (for managed NoSQL services)`),accessKeyId:I().optional().describe(`AWS access key ID`),secretAccessKey:I().optional().describe(`AWS secret access key`),ttlField:I().optional().describe(`Field name for TTL (auto-deletion)`),maxDocumentSize:L().int().positive().optional().describe(`Maximum document size in bytes`),collectionPrefix:I().optional().describe(`Prefix for collection/table names`)}));var Kh=K(()=>V({consistency:Bh.optional().describe(`Consistency level override`),readFromSecondary:R().optional().describe(`Allow reading from secondary replicas`),projection:U(I(),H([G(0),G(1)])).optional().describe(`Field projection`),timeout:L().int().positive().optional().describe(`Query timeout (ms)`),useCursor:R().optional().describe(`Use cursor instead of loading all results`),batchSize:L().int().positive().optional().describe(`Cursor batch size`),profile:R().optional().describe(`Enable query profiling`),hint:I().optional().describe(`Index hint for query optimization`)})),qh=K(()=>V({operator:I().describe(`Aggregation operator (e.g., $match, $group, $sort)`),options:U(I(),z()).describe(`Stage-specific options`)}));K(()=>V({collection:I().describe(`Collection/table name`),stages:B(qh).describe(`Aggregation pipeline stages`),options:Kh.optional().describe(`Query options`)})),K(()=>V({name:I().describe(`Index name`),type:Vh.describe(`Index type`),fields:B(V({field:I().describe(`Field name`),order:W([`asc`,`desc`,`text`,`2dsphere`]).optional().describe(`Index order or type`)})).describe(`Fields to index`),unique:R().default(!1).describe(`Enforce uniqueness`),sparse:R().default(!1).describe(`Sparse index`),expireAfterSeconds:L().int().positive().optional().describe(`TTL in seconds`),partialFilterExpression:U(I(),z()).optional().describe(`Partial index filter`),background:R().default(!1).describe(`Create index in background`)})),K(()=>V({readConcern:W([`local`,`majority`,`linearizable`,`snapshot`]).optional().describe(`Read concern level`),writeConcern:W([`majority`,`acknowledged`,`unacknowledged`]).optional().describe(`Write concern level`),readPreference:W([`primary`,`primaryPreferred`,`secondary`,`secondaryPreferred`,`nearest`]).optional().describe(`Read preference`),maxCommitTimeMS:L().int().positive().optional().describe(`Transaction commit timeout (ms)`)}));var Jh=W([`insert`,`update`,`upsert`,`replace`,`ignore`]),Yh=K(()=>V({object:I().regex(/^[a-z_][a-z0-9_]*$/).describe(`Target Object Name`),externalId:I().default(`name`).describe(`Field match for uniqueness check`),mode:Jh.default(`upsert`).describe(`Conflict resolution strategy`),env:B(W([`prod`,`dev`,`test`])).default([`prod`,`dev`,`test`]).describe(`Applicable environments`),records:B(U(I(),z())).describe(`Data records`)})),Xh=K(()=>V({field:I().describe(`Source field name containing the reference value`),targetObject:I().regex(/^[a-z_][a-z0-9_]*$/).describe(`Target object name (snake_case)`),targetField:I().default(`name`).describe(`Field on target object used for matching`),fieldType:W([`lookup`,`master_detail`]).describe(`Relationship field type`)}).describe(`Describes how a field reference is resolved during seed loading`)),Zh=K(()=>V({object:I().regex(/^[a-z_][a-z0-9_]*$/).describe(`Object name (snake_case)`),dependsOn:B(I()).describe(`Objects this object depends on`),references:B(Xh).describe(`Field-level reference details`)}).describe(`Object node in the seed data dependency graph`)),Qh=K(()=>V({nodes:B(Zh).describe(`All objects in the dependency graph`),insertOrder:B(I()).describe(`Topologically sorted insert order`),circularDependencies:B(B(I())).default([]).describe(`Circular dependency chains (e.g., [["a", "b", "a"]])`)}).describe(`Complete object dependency graph for seed data loading`)),$h=K(()=>V({sourceObject:I().describe(`Object with the broken reference`),field:I().describe(`Field name with unresolved reference`),targetObject:I().describe(`Target object searched for the reference`),targetField:I().describe(`ExternalId field used for matching`),attemptedValue:z().describe(`Value that failed to resolve`),recordIndex:L().int().min(0).describe(`Index of the record in the dataset`),message:I().describe(`Human-readable error description`)}).describe(`Actionable error for a failed reference resolution`)),eg=K(()=>V({dryRun:R().default(!1).describe(`Validate references without writing data`),haltOnError:R().default(!1).describe(`Stop on first reference resolution error`),multiPass:R().default(!0).describe(`Enable multi-pass loading for circular dependencies`),defaultMode:Jh.default(`upsert`).describe(`Default conflict resolution strategy`),batchSize:L().int().min(1).default(1e3).describe(`Maximum records per batch insert/upsert`),transaction:R().default(!1).describe(`Wrap entire load in a transaction (all-or-nothing)`),env:W([`prod`,`dev`,`test`]).optional().describe(`Only load datasets matching this environment`),organizationId:I().min(1).optional().describe(`Target organization id for per-tenant seed replay`)}).describe(`Seed data loader configuration`)),tg=K(()=>V({object:I().describe(`Object that was loaded`),mode:Jh.describe(`Import mode used`),inserted:L().int().min(0).describe(`Records inserted`),updated:L().int().min(0).describe(`Records updated`),skipped:L().int().min(0).describe(`Records skipped`),errored:L().int().min(0).describe(`Records with errors`),total:L().int().min(0).describe(`Total records in dataset`),referencesResolved:L().int().min(0).describe(`References resolved via externalId`),referencesDeferred:L().int().min(0).describe(`References deferred to second pass`),errors:B($h).default([]).describe(`Reference resolution errors`)}).describe(`Result of loading a single dataset`));K(()=>V({success:R().describe(`Overall success status`),dryRun:R().describe(`Whether this was a dry-run`),dependencyGraph:Qh.describe(`Object dependency graph`),results:B(tg).describe(`Per-object load results`),errors:B($h).describe(`All reference resolution errors`),summary:V({objectsProcessed:L().int().min(0).describe(`Total objects processed`),totalRecords:L().int().min(0).describe(`Total records across all objects`),totalInserted:L().int().min(0).describe(`Total records inserted`),totalUpdated:L().int().min(0).describe(`Total records updated`),totalSkipped:L().int().min(0).describe(`Total records skipped`),totalErrored:L().int().min(0).describe(`Total records with errors`),totalReferencesResolved:L().int().min(0).describe(`Total references resolved`),totalReferencesDeferred:L().int().min(0).describe(`Total references deferred`),circularDependencyCount:L().int().min(0).describe(`Circular dependency chains detected`),durationMs:L().min(0).describe(`Load duration in milliseconds`)}).describe(`Summary statistics`)}).describe(`Complete seed loader result`)),K(()=>V({datasets:B(Yh).min(1).describe(`Datasets to load`),config:eg.default(()=>eg.parse({})).describe(`Loader configuration`)}).describe(`Seed loader request with datasets and configuration`));var ng=K(()=>V({versionNumber:L().describe(`Version number`),createdAt:L().describe(`Creation timestamp`),createdBy:I().describe(`Creator user ID`),size:L().describe(`File size in bytes`),checksum:I().describe(`File checksum`),downloadUrl:I().url().describe(`Download URL`),isLatest:R().optional().default(!1).describe(`Is latest version`)})),rg=K(()=>V({id:I().describe(`Template ID`),name:I().describe(`Template name`),description:I().optional().describe(`Template description`),fileUrl:I().url().describe(`Template file URL`),fileType:I().describe(`File MIME type`),placeholders:B(V({key:I().describe(`Placeholder key`),label:I().describe(`Placeholder label`),type:W([`text`,`number`,`date`,`image`]).describe(`Placeholder type`),required:R().optional().default(!1).describe(`Is required`)})).describe(`Template placeholders`)})),ig=K(()=>V({provider:W([`docusign`,`adobe-sign`,`hellosign`,`custom`]).describe(`E-signature provider`),enabled:R().optional().default(!1).describe(`E-signature enabled`),signers:B(V({email:I().email().describe(`Signer email`),name:I().describe(`Signer name`),role:I().describe(`Signer role`),order:L().describe(`Signing order`)})).describe(`Document signers`),expirationDays:L().optional().default(30).describe(`Expiration days`),reminderDays:L().optional().default(7).describe(`Reminder interval days`)}));K(()=>V({id:I().describe(`Document ID`),name:I().describe(`Document name`),description:I().optional().describe(`Document description`),fileType:I().describe(`File MIME type`),fileSize:L().describe(`File size in bytes`),category:I().optional().describe(`Document category`),tags:B(I()).optional().describe(`Document tags`),versioning:V({enabled:R().describe(`Versioning enabled`),versions:B(ng).describe(`Version history`),majorVersion:L().describe(`Major version`),minorVersion:L().describe(`Minor version`)}).optional().describe(`Version control`),template:rg.optional().describe(`Document template`),eSignature:ig.optional().describe(`E-signature config`),access:V({isPublic:R().optional().default(!1).describe(`Public access`),sharedWith:B(I()).optional().describe(`Shared with`),expiresAt:L().optional().describe(`Access expiration`)}).optional().describe(`Access control`),metadata:U(I(),z()).optional().describe(`Custom metadata`)}));var ag=K(()=>lf(`type`,[V({type:G(`constant`),value:z().describe(`Constant value to use`)}).describe(`Set a constant value`),V({type:G(`cast`),targetType:W([`string`,`number`,`boolean`,`date`]).describe(`Target data type`)}).describe(`Cast to a specific data type`),V({type:G(`lookup`),table:I().describe(`Lookup table name`),keyField:I().describe(`Field to match on`),valueField:I().describe(`Field to retrieve`)}).describe(`Lookup value from another table`),V({type:G(`javascript`),expression:Sp.describe(`JS expression (dialect="js" recommended). e.g. value.toUpperCase()`)}).describe(`Custom JavaScript transformation`),V({type:G(`map`),mappings:U(I(),z()).describe(`Value mappings (e.g., {"Active": "active"})`)}).describe(`Map values using a dictionary`)])),og=K(()=>V({source:I().describe(`Source field name`),target:I().describe(`Target field name`),transform:ag.optional().describe(`Transformation to apply`),defaultValue:z().optional().describe(`Default if source is null/undefined`)})),sg=K(()=>V({id:I().describe(`Data source ID`),name:I().describe(`Data source name`),type:W([`odata`,`rest-api`,`graphql`,`custom`]).describe(`Protocol type`),endpoint:I().url().describe(`API endpoint URL`),authentication:V({type:W([`oauth2`,`api-key`,`basic`,`none`]).describe(`Auth type`),config:U(I(),z()).describe(`Auth configuration`)}).describe(`Authentication`)})),cg=K(()=>og.extend({type:I().optional().describe(`Field type`),readonly:R().optional().default(!0).describe(`Read-only field`)}));K(()=>V({fieldName:I().describe(`Field name`),dataSource:sg.describe(`External data source`),query:V({endpoint:I().describe(`Query endpoint path`),method:W([`GET`,`POST`]).optional().default(`GET`).describe(`HTTP method`),parameters:U(I(),z()).optional().describe(`Query parameters`)}).describe(`Query configuration`),fieldMappings:B(cg).describe(`Field mappings`),caching:V({enabled:R().optional().default(!0).describe(`Cache enabled`),ttl:L().optional().default(300).describe(`Cache TTL (seconds)`),strategy:W([`lru`,`lfu`,`ttl`]).optional().default(`ttl`).describe(`Cache strategy`)}).optional().describe(`Caching configuration`),fallback:V({enabled:R().optional().default(!0).describe(`Fallback enabled`),defaultValue:z().optional().describe(`Default fallback value`),showError:R().optional().default(!0).describe(`Show error to user`)}).optional().describe(`Fallback configuration`),rateLimit:V({requestsPerSecond:L().describe(`Requests per second limit`),burstSize:L().optional().describe(`Burst size`)}).optional().describe(`Rate limiting`),retry:V({maxRetries:L().min(0).default(3).describe(`Maximum retry attempts`),initialDelayMs:L().default(1e3).describe(`Initial retry delay in milliseconds`),maxDelayMs:L().default(3e4).describe(`Maximum retry delay in milliseconds`),backoffMultiplier:L().default(2).describe(`Exponential backoff multiplier`),retryableStatusCodes:B(L()).default([429,500,502,503,504]).describe(`HTTP status codes that are retryable`)}).optional().describe(`Retry configuration with exponential backoff`),transform:V({request:V({headers:U(I(),I()).optional().describe(`Additional request headers`),queryParams:U(I(),I()).optional().describe(`Additional query parameters`)}).optional().describe(`Request transformation`),response:V({dataPath:I().optional().describe(`JSONPath to extract data (e.g., "$.data.results")`),totalPath:I().optional().describe(`JSONPath to extract total count (e.g., "$.meta.total")`)}).optional().describe(`Response transformation`)}).optional().describe(`Request/response transformation pipeline`),pagination:V({type:W([`offset`,`cursor`,`page`]).default(`offset`).describe(`Pagination type`),pageSize:L().default(100).describe(`Items per page`),maxPages:L().optional().describe(`Maximum number of pages to fetch`)}).optional().describe(`Pagination configuration for external data`)}));var lg=I().describe(`Underlying driver identifier`);K(()=>V({id:I().describe(`Unique driver identifier (e.g. "postgres")`),label:I().describe(`Display label (e.g. "PostgreSQL")`),description:I().optional(),icon:I().optional(),configSchema:U(I(),z()).describe(`JSON Schema for connection configuration`),capabilities:Rf(()=>ug).optional()}));var ug=V({transactions:R().default(!1),queryFilters:R().default(!1),queryAggregations:R().default(!1),querySorting:R().default(!1),queryPagination:R().default(!1),queryWindowFunctions:R().default(!1),querySubqueries:R().default(!1),joins:R().default(!1),fullTextSearch:R().default(!1),readOnly:R().default(!1),dynamicSchema:R().default(!1)});K(()=>V({name:I().regex(/^[a-z_][a-z0-9_]*$/).describe(`Unique datasource identifier`),label:I().optional().describe(`Display label`),driver:lg.describe(`Underlying driver type`),config:U(I(),z()).describe(`Driver specific configuration`),pool:V({min:L().default(0).describe(`Minimum connections`),max:L().default(10).describe(`Maximum connections`),idleTimeoutMillis:L().default(3e4).describe(`Idle timeout`),connectionTimeoutMillis:L().default(3e3).describe(`Connection establishment timeout`)}).optional().describe(`Connection pool settings`),readReplicas:B(U(I(),z())).optional().describe(`Read-only replica configurations`),capabilities:ug.optional().describe(`Capability overrides`),healthCheck:V({enabled:R().default(!0).describe(`Enable health check endpoint`),intervalMs:L().default(3e4).describe(`Health check interval in milliseconds`),timeoutMs:L().default(5e3).describe(`Health check timeout in milliseconds`)}).optional().describe(`Datasource health check configuration`),ssl:V({enabled:R().default(!1).describe(`Enable SSL/TLS for database connection`),rejectUnauthorized:R().default(!0).describe(`Reject connections with invalid/self-signed certificates`),ca:I().optional().describe(`CA certificate (PEM format or path to file)`),cert:I().optional().describe(`Client certificate (PEM format or path to file)`),key:I().optional().describe(`Client private key (PEM format or path to file)`)}).optional().describe(`SSL/TLS configuration for secure database connections`),retryPolicy:V({maxRetries:L().default(3).describe(`Maximum number of retry attempts`),baseDelayMs:L().default(1e3).describe(`Base delay between retries in milliseconds`),maxDelayMs:L().default(3e4).describe(`Maximum delay between retries in milliseconds`),backoffMultiplier:L().default(2).describe(`Exponential backoff multiplier`)}).optional().describe(`Connection retry policy for transient failures`),description:I().optional().describe(`Internal description`),active:R().default(!0).describe(`Is datasource enabled`)}));var dg=W([`count`,`sum`,`avg`,`min`,`max`,`count_distinct`,`number`,`string`,`boolean`]),fg=W([`string`,`number`,`boolean`,`time`,`geo`]),pg=W([`second`,`minute`,`hour`,`day`,`week`,`month`,`quarter`,`year`]),mg=K(()=>V({name:I().regex(/^[a-z_][a-z0-9_]*$/).describe(`Unique metric ID`),label:I().describe(`Human readable label`),description:I().optional(),type:dg,sql:I().describe(`SQL expression or field reference`),filters:B(V({sql:I()})).optional(),format:I().optional()})),hg=K(()=>V({name:I().regex(/^[a-z_][a-z0-9_]*$/).describe(`Unique dimension ID`),label:I().describe(`Human readable label`),description:I().optional(),type:fg,sql:I().describe(`SQL expression or column reference`),granularities:B(pg).optional()})),gg=K(()=>V({name:I().describe(`Target cube name`),relationship:W([`one_to_one`,`one_to_many`,`many_to_one`]).default(`many_to_one`),sql:I().describe(`Join condition (ON clause)`)}));K(()=>V({name:I().regex(/^[a-z_][a-z0-9_]*$/).describe(`Cube name (snake_case)`),title:I().optional(),description:I().optional(),sql:I().describe(`Base SQL statement or Table Name`),measures:U(I(),mg).describe(`Quantitative metrics`),dimensions:U(I(),hg).describe(`Qualitative attributes`),joins:U(I(),gg).optional(),refreshKey:V({every:I().optional(),sql:I().optional()}).optional(),public:R().default(!1)})),K(()=>V({cube:I().optional().describe(`Target cube name (optional when provided externally, e.g. in API request wrapper)`),measures:B(I()).describe(`List of metrics to calculate`),dimensions:B(I()).optional().describe(`List of dimensions to group by`),where:Xf.optional().describe(`Filtering criteria (canonical Query DSL FilterCondition)`),timeDimensions:B(V({dimension:I(),granularity:pg.optional(),dateRange:H([I(),B(I())]).optional()})).optional(),order:U(I(),W([`asc`,`desc`])).optional(),limit:L().optional(),offset:L().optional(),timezone:I().optional().default(`UTC`)}));var _g=W([`comment`,`field_change`,`task`,`event`,`email`,`call`,`note`,`file`,`record_create`,`record_delete`,`approval`,`sharing`,`system`]),vg=K(()=>V({type:W([`user`,`team`,`record`]).describe(`Mention target type`),id:I().describe(`Target ID`),name:I().describe(`Display name for rendering`),offset:L().int().min(0).describe(`Character offset in body text`),length:L().int().min(1).describe(`Length of mention token in body text`)})),yg=K(()=>V({field:I().describe(`Field machine name`),fieldLabel:I().optional().describe(`Field display label`),oldValue:z().optional().describe(`Previous value`),newValue:z().optional().describe(`New value`),oldDisplayValue:I().optional().describe(`Human-readable old value`),newDisplayValue:I().optional().describe(`Human-readable new value`)})),bg=K(()=>V({emoji:I().describe(`Emoji character or shortcode (e.g., "👍", ":thumbsup:")`),userIds:B(I()).describe(`Users who reacted`),count:L().int().min(1).describe(`Total reaction count`)})),xg=K(()=>V({type:W([`user`,`system`,`service`,`automation`]).describe(`Actor type`),id:I().describe(`Actor ID`),name:I().optional().describe(`Actor display name`),avatarUrl:I().url().optional().describe(`Actor avatar URL`),source:I().optional().describe(`Source application (e.g., "Omni", "API", "Studio")`)})),Sg=W([`public`,`internal`,`private`]);K(()=>V({id:I().describe(`Feed item ID`),type:_g.describe(`Activity type`),object:I().describe(`Object name (e.g., "account")`),recordId:I().describe(`Record ID this feed item belongs to`),actor:xg.describe(`Who performed this action`),body:I().optional().describe(`Rich text body (Markdown supported)`),mentions:B(vg).optional().describe(`Mentioned users/teams/records`),changes:B(yg).optional().describe(`Field-level changes`),reactions:B(bg).optional().describe(`Emoji reactions on this item`),parentId:I().optional().describe(`Parent feed item ID for threaded replies`),replyCount:L().int().min(0).default(0).describe(`Number of replies`),pinned:R().default(!1).describe(`Whether the feed item is pinned to the top of the timeline`),pinnedAt:I().datetime().optional().describe(`Timestamp when the item was pinned`),pinnedBy:I().optional().describe(`User ID who pinned the item`),starred:R().default(!1).describe(`Whether the feed item is starred/bookmarked by the current user`),starredAt:I().datetime().optional().describe(`Timestamp when the item was starred`),visibility:Sg.default(`public`).describe(`Visibility: public (all users), internal (team only), private (author + mentioned)`),createdAt:I().datetime().describe(`Creation timestamp`),updatedAt:I().datetime().optional().describe(`Last update timestamp`),editedAt:I().datetime().optional().describe(`When comment was last edited`),isEdited:R().default(!1).describe(`Whether comment has been edited`)})),W([`all`,`comments_only`,`changes_only`,`tasks_only`]);var Cg=W([`comment`,`mention`,`field_change`,`task`,`approval`,`all`]),wg=W([`in_app`,`email`,`push`,`slack`]);K(()=>V({object:I().describe(`Object name`),recordId:I().describe(`Record ID`),userId:I().describe(`Subscribing user ID`),events:B(Cg).default([`all`]).describe(`Event types to receive notifications for`),channels:B(wg).default([`in_app`]).describe(`Notification delivery channels`),active:R().default(!0).describe(`Whether the subscription is active`),createdAt:I().datetime().describe(`Subscription creation timestamp`)}));var Tg=K(()=>W([`header`,`subdomain`,`path`,`token`,`lookup`]).describe(`Strategy for resolving tenant identity from request context`)),Eg=K(()=>V({name:I().min(1).describe(`Turso database group name`),primaryLocation:I().min(2).describe(`Primary Turso region code (e.g., iad, lhr, nrt)`),replicaLocations:B(I().min(2)).default([]).describe(`Additional replica region codes`),schemaDatabase:I().optional().describe(`Schema database name for multi-db schemas`)}).describe(`Turso database group configuration`)),Dg=K(()=>V({onTenantCreate:V({autoCreate:R().default(!0).describe(`Auto-create database on tenant registration`),group:I().optional().describe(`Turso group for the new database`),applyGroupSchema:R().default(!0).describe(`Apply shared schema from group`),seedData:R().default(!1).describe(`Populate seed data on creation`)}).describe(`Tenant creation hook`),onTenantDelete:V({immediate:R().default(!1).describe(`Destroy database immediately`),gracePeriodHours:L().int().min(0).default(72).describe(`Grace period before permanent deletion`),createBackup:R().default(!0).describe(`Create backup before deletion`)}).describe(`Tenant deletion hook`),onTenantSuspend:V({revokeTokens:R().default(!0).describe(`Revoke auth tokens on suspension`),readOnly:R().default(!0).describe(`Set database to read-only on suspension`)}).describe(`Tenant suspension hook`)}).describe(`Tenant database lifecycle hooks`));K(()=>V({organizationSlug:I().min(1).describe(`Turso organization slug`),urlTemplate:I().min(1).describe(`URL template with {tenant_id} placeholder`),groupAuthToken:I().min(1).describe(`Group-level auth token for platform operations`),tenantResolverStrategy:Tg.default(`token`),group:Eg.optional().describe(`Database group configuration`),lifecycle:Dg.optional().describe(`Lifecycle hooks`),maxCachedConnections:L().int().min(1).default(100).describe(`Max cached tenant connections (LRU)`),connectionCacheTTL:L().int().min(0).default(300).describe(`Connection cache TTL in seconds`)}).describe(`Turso multi-tenant router configuration`));var Og=(e=>l===void 0?typeof Proxy<`u`?new Proxy(e,{get:(e,t)=>(l===void 0?e:l)[t]}):e:l)(function(e){if(l!==void 0)return l.apply(this,arguments);throw Error(`Dynamic require of "`+e+`" is not supported`)}),kg={debug:0,info:1,warn:2,error:3,fatal:4,silent:5},Ag={debug:`\x1B[36m`,info:`\x1B[32m`,warn:`\x1B[33m`,error:`\x1B[31m`,fatal:`\x1B[35m`,silent:``},jg=`\x1B[0m`,Mg=class e{constructor(e={},t={}){this.config={name:e.name,level:e.level??`info`,format:e.format??`pretty`,redact:e.redact??[`password`,`token`,`secret`,`key`],sourceLocation:e.sourceLocation??!1,file:e.file,rotation:e.rotation??{maxSize:`10m`,maxFiles:5}},this.bindings=t,this.config.file&&typeof process<`u`&&this.openFileStream(this.config.file)}openFileStream(e){try{let t=Og(`fs`),n=Og(`path`).dirname(e);t.mkdirSync(n,{recursive:!0}),this.fileStream=t.createWriteStream(e,{flags:`a`})}catch{}}isEnabled(e){return kg[e]>=kg[this.config.level]}redactSensitive(e){if(!e||typeof e!=`object`)return e;let t=Array.isArray(e)?[...e]:{...e};for(let e in t){let n=e.toLowerCase();this.config.redact.some(e=>n.includes(e.toLowerCase()))?t[e]=`***REDACTED***`:typeof t[e]==`object`&&t[e]!==null&&(t[e]=this.redactSensitive(t[e]))}return t}write(e,t,n,r){if(!this.isEnabled(e))return;let i=this.redactSensitive({...this.bindings,...n,...r?{error:{message:r.message,stack:r.stack}}:{}}),a=Object.keys(i).length>0,o=new Date().toISOString(),s;if(this.config.format===`json`)s=JSON.stringify({time:o,level:e,...this.config.name?{name:this.config.name}:{},msg:t,...i});else if(this.config.format===`text`){let n=[o,e.toUpperCase(),t];a&&n.push(JSON.stringify(i)),s=n.join(` | `)}else{let n=Ag[e]||``,r=this.config.name?`[${this.config.name}] `:``;s=`${n}${o} ${e.toUpperCase()}${jg} ${r}${t}`,a&&(s+=` ${JSON.stringify(i)}`)}let c=s+`
|
|
73
|
-
`;typeof process<`u`&&process.stderr?e===`error`||e===`fatal`?process.stderr.write(c):process.stdout?.write(c):typeof console<`u`&&(e===`error`||e===`fatal`?console.error:e===`warn`?console.warn:e===`debug`?console.debug:console.log)(s),this.fileStream&&this.fileStream.write(c)}debug(e,t){this.write(`debug`,e,t)}info(e,t){this.write(`info`,e,t)}warn(e,t){this.write(`warn`,e,t)}error(e,t,n){t instanceof Error?this.write(`error`,e,n,t):this.write(`error`,e,t)}fatal(e,t,n){t instanceof Error?this.write(`fatal`,e,n,t):this.write(`fatal`,e,t)}log(e,...t){this.info(e,t.length>0?{args:t}:void 0)}child(t){let n=new e(this.config,{...this.bindings,...t});return n.fileStream=this.fileStream,n}withTrace(e,t){return this.child({traceId:e,spanId:t})}async destroy(){this.fileStream&&=(await new Promise(e=>this.fileStream.end(e)),void 0)}};function Ng(e){return new Mg(e)}var Pg=class{constructor(e,t){this.subscriptions=new Map,this.eventBuffer=[],this._baseUrl=e,this._token=t}subscribeMetadata(e,t,n){let r=`metadata-${e}-${Date.now()}`;return this.subscriptions.set(r,{filter:{type:e,packageId:n?.packageId,eventTypes:[`metadata.${e}.created`,`metadata.${e}.updated`,`metadata.${e}.deleted`]},handler:e=>{e.type.startsWith(`metadata.`)&&t(e)}}),this.startPolling(),()=>{this.subscriptions.delete(r),this.subscriptions.size===0&&this.stopPolling()}}subscribeData(e,t,n){let r=`data-${e}-${Date.now()}`;return this.subscriptions.set(r,{filter:{type:e,recordId:n?.recordId,eventTypes:[`data.record.created`,`data.record.updated`,`data.record.deleted`]},handler:r=>{r.type.startsWith(`data.`)&&r.object===e&&(!n?.recordId||r.payload?.recordId===n.recordId)&&t(r)}}),this.startPolling(),()=>{this.subscriptions.delete(r),this.subscriptions.size===0&&this.stopPolling()}}emitEvent(e){for(let t of this.subscriptions.values()){let n=!t.filter.type||e.type.includes(t.filter.type)||e.object===t.filter.type,r=!t.filter.eventTypes?.length||t.filter.eventTypes.includes(e.type),i=!t.filter.packageId||e.payload?.packageId===t.filter.packageId;if(n&&r&&i)try{t.handler(e)}catch(e){console.error(`Error in realtime event handler:`,e)}}}startPolling(){this.pollInterval||=setInterval(()=>{for(;this.eventBuffer.length>0;){let e=this.eventBuffer.shift();e&&this.emitEvent(e)}},2e3)}stopPolling(){this.pollInterval&&=(clearInterval(this.pollInterval),void 0)}_bufferEvent(e){this.eventBuffer.push(e)}disconnect(){this.stopPolling(),this.subscriptions.clear(),this.eventBuffer=[]}},Fg=class{constructor(e){this.meta={getTypes:async()=>{let e=this.getRoute(`metadata`),t=await this.fetch(`${this.baseUrl}${e}`);return this.unwrapResponse(t)},getItems:async(e,t)=>{let n=this.getRoute(`metadata`),r=new URLSearchParams;t?.packageId&&r.set(`package`,t.packageId);let i=r.toString(),a=`${this.baseUrl}${n}/${e}${i?`?${i}`:``}`,o=await this.fetch(a);return this.unwrapResponse(o)},getItem:async(e,t,n)=>{let r=this.getRoute(`metadata`),i=new URLSearchParams;n?.packageId&&i.set(`package`,n.packageId);let a=i.toString(),o=`${this.baseUrl}${r}/${e}/${t}${a?`?${a}`:``}`,s=await this.fetch(o);return this.unwrapResponse(s)},saveItem:async(e,t,n)=>{let r=this.getRoute(`metadata`),i=await this.fetch(`${this.baseUrl}${r}/${e}/${t}`,{method:`PUT`,body:JSON.stringify(n)});return this.unwrapResponse(i)},deleteItem:async(e,t)=>{let n=this.getRoute(`metadata`),r=await this.fetch(`${this.baseUrl}${n}/${encodeURIComponent(e)}/${encodeURIComponent(t)}`,{method:`DELETE`});return this.unwrapResponse(r)},getHistory:async(e,t,n)=>{let r=this.getRoute(`metadata`),i=new URLSearchParams;n?.sinceSeq!==void 0&&i.set(`sinceSeq`,String(n.sinceSeq)),n?.limit!==void 0&&i.set(`limit`,String(n.limit));let a=i.toString(),o=`${this.baseUrl}${r}/${encodeURIComponent(e)}/${encodeURIComponent(t)}/history${a?`?${a}`:``}`,s=await this.fetch(o);return this.unwrapResponse(s)},getCached:async(e,t)=>{let n=this.getRoute(`metadata`),r={};t?.ifNoneMatch&&(r[`If-None-Match`]=t.ifNoneMatch),t?.ifModifiedSince&&(r[`If-Modified-Since`]=t.ifModifiedSince);let i=await this.fetch(`${this.baseUrl}${n}/object/${e}`,{headers:r});if(i.status===304)return{notModified:!0,etag:t?.ifNoneMatch?{value:t.ifNoneMatch.replace(/^W\/|"/g,``),weak:t.ifNoneMatch.startsWith(`W/`)}:void 0};let a=await i.json(),o=i.headers.get(`ETag`),s=i.headers.get(`Last-Modified`);return{data:a,etag:o?{value:o.replace(/^W\/|"/g,``),weak:o.startsWith(`W/`)}:void 0,lastModified:s||void 0,notModified:!1}},getView:async(e,t=`list`)=>{let n=this.getRoute(`ui`),r=await this.fetch(`${this.baseUrl}${n}/view/${e}?type=${t}`);return this.unwrapResponse(r)}},this.analytics={query:async e=>{let t=this.getRoute(`analytics`);return(await this.fetch(`${this.baseUrl}${t}/query`,{method:`POST`,body:JSON.stringify(e)})).json()},meta:async e=>{let t=this.getRoute(`analytics`);return(await this.fetch(`${this.baseUrl}${t}/meta/${e}`)).json()},explain:async e=>{let t=this.getRoute(`analytics`);return(await this.fetch(`${this.baseUrl}${t}/explain`,{method:`POST`,body:JSON.stringify(e)})).json()}},this.packages={list:async e=>{let t=this.getRoute(`packages`),n=new URLSearchParams;e?.status&&n.set(`status`,e.status),e?.type&&n.set(`type`,e.type),e?.enabled!==void 0&&n.set(`enabled`,String(e.enabled));let r=n.toString(),i=`${this.baseUrl}${t}${r?`?`+r:``}`,a=await this.fetch(i);return this.unwrapResponse(a)},get:async e=>{let t=this.getRoute(`packages`),n=await this.fetch(`${this.baseUrl}${t}/${encodeURIComponent(e)}`);return this.unwrapResponse(n)},install:async(e,t)=>{let n=this.getRoute(`packages`),r=await this.fetch(`${this.baseUrl}${n}`,{method:`POST`,body:JSON.stringify({manifest:e,settings:t?.settings,enableOnInstall:t?.enableOnInstall})});return this.unwrapResponse(r)},uninstall:async e=>{let t=this.getRoute(`packages`),n=await this.fetch(`${this.baseUrl}${t}/${encodeURIComponent(e)}`,{method:`DELETE`});return this.unwrapResponse(n)},enable:async e=>{let t=this.getRoute(`packages`),n=await this.fetch(`${this.baseUrl}${t}/${encodeURIComponent(e)}/enable`,{method:`PATCH`});return this.unwrapResponse(n)},disable:async e=>{let t=this.getRoute(`packages`),n=await this.fetch(`${this.baseUrl}${t}/${encodeURIComponent(e)}/disable`,{method:`PATCH`});return this.unwrapResponse(n)}},this.projects={list:async e=>{let t=new URLSearchParams;e?.organization_id&&t.set(`organizationId`,e.organization_id),e?.env_type&&t.set(`envType`,e.env_type),e?.status&&t.set(`status`,e.status);let n=t.toString(),r=`${this.baseUrl}/api/v1/cloud/environments${n?`?`+n:``}`,i=await this.fetch(r);return this.unwrapResponse(i)},get:async e=>{let t=await this.fetch(`${this.baseUrl}/api/v1/cloud/environments/${encodeURIComponent(e)}`);return this.unwrapResponse(t)},create:async e=>{let t=await this.fetch(`${this.baseUrl}/api/v1/cloud/environments`,{method:`POST`,body:JSON.stringify(e)});return this.unwrapResponse(t)},update:async(e,t)=>{let n=await this.fetch(`${this.baseUrl}/api/v1/cloud/environments/${encodeURIComponent(e)}`,{method:`PATCH`,body:JSON.stringify(t)});return this.unwrapResponse(n)},delete:async(e,t)=>{let n=t?.force?`?force=1`:``,r=await this.fetch(`${this.baseUrl}/api/v1/cloud/environments/${encodeURIComponent(e)}${n}`,{method:`DELETE`});return this.unwrapResponse(r)},activate:async e=>{let t=await this.fetch(`${this.baseUrl}/api/v1/cloud/environments/${encodeURIComponent(e)}/activate`,{method:`POST`});return this.unwrapResponse(t)},rotateCredential:async(e,t)=>{let n=await this.fetch(`${this.baseUrl}/api/v1/cloud/environments/${encodeURIComponent(e)}/credentials/rotate`,{method:`POST`,body:JSON.stringify({plaintext:t})});return this.unwrapResponse(n)},updateHostname:async(e,t)=>{let n=await this.fetch(`${this.baseUrl}/api/v1/cloud/environments/${encodeURIComponent(e)}/hostname`,{method:`POST`,body:JSON.stringify({hostname:t})});return this.unwrapResponse(n)},updateVisibility:async(e,t)=>{let n=await this.fetch(`${this.baseUrl}/api/v1/cloud/environments/${encodeURIComponent(e)}`,{method:`PATCH`,body:JSON.stringify({visibility:t})});return this.unwrapResponse(n)},listRevisions:async(e,t)=>{let n=new URLSearchParams;t?.limit&&n.set(`limit`,String(t.limit)),t?.cursor&&n.set(`cursor`,t.cursor),t?.branch&&n.set(`branch`,t.branch);let r=n.toString(),i=await this.fetch(`${this.baseUrl}/api/v1/cloud/environments/${encodeURIComponent(e)}/revisions${r?`?${r}`:``}`);return this.unwrapResponse(i)},listBranches:async e=>{let t=await this.fetch(`${this.baseUrl}/api/v1/cloud/environments/${encodeURIComponent(e)}/branches`);return this.unwrapResponse(t)},renameBranch:async(e,t,n)=>{let r=await this.fetch(`${this.baseUrl}/api/v1/cloud/environments/${encodeURIComponent(e)}/branches/${encodeURIComponent(t)}/rename`,{method:`POST`,headers:{"content-type":`application/json`},body:JSON.stringify({newName:n})});return this.unwrapResponse(r)},deleteBranch:async(e,t)=>{let n=await this.fetch(`${this.baseUrl}/api/v1/cloud/environments/${encodeURIComponent(e)}/branches/${encodeURIComponent(t)}`,{method:`DELETE`});return this.unwrapResponse(n)},activateRevision:async(e,t)=>{let n=await this.fetch(`${this.baseUrl}/api/v1/cloud/environments/${encodeURIComponent(e)}/revisions/${encodeURIComponent(t)}/activate`,{method:`POST`});return this.unwrapResponse(n)},retryProvisioning:async e=>{let t=await this.fetch(`${this.baseUrl}/api/v1/cloud/environments/${encodeURIComponent(e)}/retry`,{method:`POST`});return this.unwrapResponse(t)},listMembers:async e=>{let t=await this.fetch(`${this.baseUrl}/api/v1/cloud/environments/${encodeURIComponent(e)}/members`);return this.unwrapResponse(t)},addMember:async(e,t)=>{let n=await this.fetch(`${this.baseUrl}/api/v1/cloud/environments/${encodeURIComponent(e)}/members`,{method:`POST`,headers:{"content-type":`application/json`},body:JSON.stringify(t)});return this.unwrapResponse(n)},updateMemberRole:async(e,t,n)=>{let r=await this.fetch(`${this.baseUrl}/api/v1/cloud/environments/${encodeURIComponent(e)}/members/${encodeURIComponent(t)}`,{method:`PATCH`,headers:{"content-type":`application/json`},body:JSON.stringify({role:n})});return this.unwrapResponse(r)},removeMember:async(e,t)=>{let n=await this.fetch(`${this.baseUrl}/api/v1/cloud/environments/${encodeURIComponent(e)}/members/${encodeURIComponent(t)}`,{method:`DELETE`});return this.unwrapResponse(n)},listDrivers:async()=>{let e=await this.fetch(`${this.baseUrl}/api/v1/cloud/drivers`);return this.unwrapResponse(e)},listTemplates:async()=>{let e=await this.fetch(`${this.baseUrl}/api/v1/cloud/templates`);return this.unwrapResponse(e)},packages:{list:async e=>{let t=await this.fetch(`${this.baseUrl}/api/v1/cloud/environments/${encodeURIComponent(e)}/packages`);return this.unwrapResponse(t)},install:async(e,t)=>{let n=await this.fetch(`${this.baseUrl}/api/v1/cloud/environments/${encodeURIComponent(e)}/packages`,{method:`POST`,body:JSON.stringify(t)});return this.unwrapResponse(n)},get:async(e,t)=>{let n=await this.fetch(`${this.baseUrl}/api/v1/cloud/environments/${encodeURIComponent(e)}/packages/${encodeURIComponent(t)}`);return this.unwrapResponse(n)},enable:async(e,t)=>{let n=await this.fetch(`${this.baseUrl}/api/v1/cloud/environments/${encodeURIComponent(e)}/packages/${encodeURIComponent(t)}/enable`,{method:`PATCH`});return this.unwrapResponse(n)},disable:async(e,t)=>{let n=await this.fetch(`${this.baseUrl}/api/v1/cloud/environments/${encodeURIComponent(e)}/packages/${encodeURIComponent(t)}/disable`,{method:`PATCH`});return this.unwrapResponse(n)},uninstall:async(e,t)=>{let n=await this.fetch(`${this.baseUrl}/api/v1/cloud/environments/${encodeURIComponent(e)}/packages/${encodeURIComponent(t)}`,{method:`DELETE`});return this.unwrapResponse(n)},upgrade:async(e,t,n)=>{let r=await this.fetch(`${this.baseUrl}/api/v1/cloud/environments/${encodeURIComponent(e)}/packages/${encodeURIComponent(t)}/upgrade`,{method:`POST`,body:JSON.stringify({targetVersion:n})});return this.unwrapResponse(r)}}},this.organizations={list:async()=>{let e=this.getRoute(`auth`),t=await(await this.fetch(`${this.baseUrl}${e}/organization/list`)).json();return{organizations:Array.isArray(t)?t:t?.data??[]}},create:async e=>{let t=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${t}/organization/create`,{method:`POST`,body:JSON.stringify(e)})).json()},update:async(e,t)=>{let n=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${n}/organization/update`,{method:`POST`,body:JSON.stringify({organizationId:e,data:t})})).json()},setActive:async e=>{let t=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${t}/organization/set-active`,{method:`POST`,body:JSON.stringify({organizationId:e})})).json()},get:async e=>{let t=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${t}/organization/get-full-organization?organizationId=${encodeURIComponent(e)}`)).json()},listMembers:async e=>{let t=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${t}/organization/list-members?organizationId=${encodeURIComponent(e)}`)).json()},invite:async e=>{let t=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${t}/organization/invite-member`,{method:`POST`,body:JSON.stringify(e)})).json()},leave:async e=>{let t=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${t}/organization/leave`,{method:`POST`,body:JSON.stringify({organizationId:e})})).json()},delete:async e=>{let t=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${t}/organization/delete`,{method:`POST`,body:JSON.stringify({organizationId:e})})).json()},removeMember:async(e,t)=>{let n=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${n}/organization/remove-member`,{method:`POST`,body:JSON.stringify({memberIdOrEmail:t.memberIdOrEmail,organizationId:e})})).json()},updateMemberRole:async(e,t)=>{let n=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${n}/organization/update-member-role`,{method:`POST`,body:JSON.stringify({memberId:t.memberId,role:t.role,organizationId:e})})).json()},getActiveMember:async e=>{let t=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${t}/organization/get-active-member?organizationId=${encodeURIComponent(e)}`)).json()},invitations:{list:async e=>{let t=this.getRoute(`auth`),n=await(await this.fetch(`${this.baseUrl}${t}/organization/list-invitations?organizationId=${encodeURIComponent(e)}`)).json();return{invitations:Array.isArray(n)?n:n?.data??n?.invitations??[]}},listMine:async()=>{let e=this.getRoute(`auth`),t=await(await this.fetch(`${this.baseUrl}${e}/organization/list-user-invitations`)).json();return{invitations:Array.isArray(t)?t:t?.data??t?.invitations??[]}},cancel:async e=>{let t=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${t}/organization/cancel-invitation`,{method:`POST`,body:JSON.stringify({invitationId:e})})).json()},accept:async e=>{let t=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${t}/organization/accept-invitation`,{method:`POST`,body:JSON.stringify({invitationId:e})})).json()},reject:async e=>{let t=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${t}/organization/reject-invitation`,{method:`POST`,body:JSON.stringify({invitationId:e})})).json()},resend:async e=>{if(e.id)try{await this.organizations.invitations.cancel(e.id)}catch{}return this.organizations.invite({email:e.email,role:e.role??`member`,organizationId:e.organizationId})}},teams:{list:async e=>{let t=this.getRoute(`auth`),n=await(await this.fetch(`${this.baseUrl}${t}/organization/list-teams?organizationId=${encodeURIComponent(e)}`)).json();return{teams:Array.isArray(n)?n:n?.data??n?.teams??[]}},create:async e=>{let t=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${t}/organization/create-team`,{method:`POST`,body:JSON.stringify(e)})).json()},update:async e=>{let t=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${t}/organization/update-team`,{method:`POST`,body:JSON.stringify(e)})).json()},delete:async e=>{let t=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${t}/organization/remove-team`,{method:`POST`,body:JSON.stringify(e)})).json()},listMembers:async e=>{let t=this.getRoute(`auth`),n=await(await this.fetch(`${this.baseUrl}${t}/organization/list-team-members?teamId=${encodeURIComponent(e)}`)).json();return{members:Array.isArray(n)?n:n?.data??n?.members??[]}},addMember:async e=>{let t=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${t}/organization/add-team-member`,{method:`POST`,body:JSON.stringify(e)})).json()},removeMember:async e=>{let t=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${t}/organization/remove-team-member`,{method:`POST`,body:JSON.stringify(e)})).json()}}},this.oauth={applications:{register:async e=>{let t=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${t}/oauth2/create-client`,{method:`POST`,body:JSON.stringify(e)})).json()},get:async e=>{let t=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${t}/oauth2/get-client?client_id=${encodeURIComponent(e)}`)).json()},getPublic:async e=>{let t=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${t}/oauth2/public-client?client_id=${encodeURIComponent(e)}`)).json()},list:async()=>{let e=this.getRoute(`auth`),t=await(await this.fetch(`${this.baseUrl}${e}/oauth2/get-clients`)).json();return{applications:Array.isArray(t)?t:t?.clients??t?.data??[]}},delete:async e=>{let t=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${t}/oauth2/delete-client`,{method:`POST`,body:JSON.stringify({client_id:e})})).json()}},consent:async e=>{let t=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${t}/oauth2/consent`,{method:`POST`,body:JSON.stringify(e)})).json()}},this.auth={getConfig:async()=>{let e=this.getRoute(`auth`),t=await this.fetch(`${this.baseUrl}${e}/config`);return this.unwrapResponse(t)},login:async e=>{let t=this.getRoute(`auth`),n=await(await this.fetch(`${this.baseUrl}${t}/sign-in/email`,{method:`POST`,headers:{Origin:this.baseUrl},body:JSON.stringify(e)})).json(),r=n&&(n.data??(n.token||n.user?{token:n.token,user:n.user}:void 0)),i=r?{...n,data:r}:n;return i.data?.token&&(this.token=i.data.token),i},logout:async()=>{let e=this.getRoute(`auth`);await this.fetch(`${this.baseUrl}${e}/sign-out`,{method:`POST`,headers:{"Content-Type":`application/json`,Origin:this.baseUrl},body:`{}`}),this.token=void 0},me:async()=>{let e=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${e}/get-session`,{headers:{Origin:this.baseUrl}})).json()},register:async e=>{let t=this.getRoute(`auth`),n=await(await this.fetch(`${this.baseUrl}${t}/sign-up/email`,{method:`POST`,headers:{Origin:this.baseUrl},body:JSON.stringify(e)})).json(),r=n&&(n.data??(n.token||n.user?{token:n.token,user:n.user}:void 0)),i=r?{...n,data:r}:n;return i.data?.token&&(this.token=i.data.token),i},signInWithProvider:async(e,t)=>{if(typeof window>`u`)throw Error(`signInWithProvider requires a browser environment`);let n=this.getRoute(`auth`),r=t?.callbackURL??window.location.origin+`/login`,i=t?.type===`oidc`,a=i?`/sign-in/oauth2`:`/sign-in/social`,o=i?{providerId:e,callbackURL:r}:{provider:e,callbackURL:r};t?.errorCallbackURL&&(o.errorCallbackURL=t.errorCallbackURL);let s=await(await this.fetch(`${this.baseUrl}${n}${a}`,{method:`POST`,body:JSON.stringify(o)})).json(),c=s?.url??s?.data?.url;if(c)window.location.assign(c);else throw Error(`signInWithProvider: no redirect URL returned for provider "${e}"`)},refreshToken:async e=>{let t=this.getRoute(`auth`),n=await(await this.fetch(`${this.baseUrl}${t}/get-session`,{method:`GET`})).json();return n.data?.token&&(this.token=n.data.token),n},bootstrapStatus:async()=>{let e=this.getRoute(`auth`),t=await(await this.fetch(`${this.baseUrl}${e}/bootstrap-status`)).json();return{hasOwner:!!(t?.data??t)?.hasOwner}},updateUser:async e=>{let t=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${t}/update-user`,{method:`POST`,body:JSON.stringify(e)})).json()},changePassword:async e=>{let t=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${t}/change-password`,{method:`POST`,body:JSON.stringify(e)})).json()},changeEmail:async e=>{let t=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${t}/change-email`,{method:`POST`,body:JSON.stringify(e)})).json()},sendVerificationEmail:async e=>{let t=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${t}/send-verification-email`,{method:`POST`,body:JSON.stringify(e)})).json()},verifyEmail:async e=>{let t=this.getRoute(`auth`),n=new URL(`${this.baseUrl}${t}/verify-email`);return n.searchParams.set(`token`,e.token),e.callbackURL&&n.searchParams.set(`callbackURL`,e.callbackURL),(await this.fetch(n.toString())).json()},deleteUser:async e=>{let t=this.getRoute(`auth`),n=await this.fetch(`${this.baseUrl}${t}/delete-user`,{method:`POST`,body:JSON.stringify(e)});return this.token=void 0,n.json()},sessions:{list:async()=>{let e=this.getRoute(`auth`),t=await(await this.fetch(`${this.baseUrl}${e}/list-sessions`)).json();return{sessions:Array.isArray(t)?t:t?.data??t?.sessions??[]}},revoke:async e=>{let t=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${t}/revoke-session`,{method:`POST`,body:JSON.stringify({token:e})})).json()},revokeOthers:async()=>{let e=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${e}/revoke-other-sessions`,{method:`POST`,body:`{}`})).json()},revokeAll:async()=>{let e=this.getRoute(`auth`),t=await this.fetch(`${this.baseUrl}${e}/revoke-sessions`,{method:`POST`,body:`{}`});return this.token=void 0,t.json()}},twoFactor:{enable:async e=>{let t=this.getRoute(`auth`),n=await(await this.fetch(`${this.baseUrl}${t}/two-factor/enable`,{method:`POST`,body:JSON.stringify(e)})).json();return n?.data??n},verifyTotp:async e=>{let t=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${t}/two-factor/verify-totp`,{method:`POST`,body:JSON.stringify(e)})).json()},disable:async e=>{let t=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${t}/two-factor/disable`,{method:`POST`,body:JSON.stringify(e)})).json()},generateBackupCodes:async e=>{let t=this.getRoute(`auth`),n=await(await this.fetch(`${this.baseUrl}${t}/two-factor/generate-backup-codes`,{method:`POST`,body:JSON.stringify(e)})).json();return n?.data??n},verifyBackupCode:async e=>{let t=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${t}/two-factor/verify-backup-code`,{method:`POST`,body:JSON.stringify(e)})).json()}},accounts:{list:async()=>{let e=this.getRoute(`auth`),t=await(await this.fetch(`${this.baseUrl}${e}/list-accounts`)).json();return{accounts:Array.isArray(t)?t:t?.data??t?.accounts??[]}},unlink:async e=>{let t=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${t}/unlink-account`,{method:`POST`,body:JSON.stringify(e)})).json()},linkSocial:async e=>{let t=this.getRoute(`auth`),n=e.callbackURL??(typeof window<`u`?window.location.href:void 0),r=await(await this.fetch(`${this.baseUrl}${t}/link-social`,{method:`POST`,body:JSON.stringify({provider:e.provider,callbackURL:n})})).json();return r?.data??r}}},this.storage={upload:async(e,t=`user`)=>{let n={filename:e.name,mimeType:e.type,size:e.size,scope:t},r=this.getRoute(`storage`),{data:i}=await(await this.fetch(`${this.baseUrl}${r}/upload/presigned`,{method:`POST`,body:JSON.stringify(n)})).json(),a=await this.fetchImpl(i.uploadUrl,{method:i.method,headers:i.headers,body:e});if(!a.ok)throw Error(`Storage Upload Failed: ${a.statusText}`);let o={fileId:i.fileId};return(await this.fetch(`${this.baseUrl}${r}/upload/complete`,{method:`POST`,body:JSON.stringify(o)})).json()},getDownloadUrl:async e=>{let t=this.getRoute(`storage`);return(await(await this.fetch(`${this.baseUrl}${t}/files/${e}/url`)).json()).url},getPresignedUrl:async e=>{let t=this.getRoute(`storage`);return(await this.fetch(`${this.baseUrl}${t}/upload/presigned`,{method:`POST`,body:JSON.stringify(e)})).json()},initChunkedUpload:async e=>{let t=this.getRoute(`storage`);return(await this.fetch(`${this.baseUrl}${t}/upload/chunked`,{method:`POST`,body:JSON.stringify(e)})).json()},uploadPart:async(e,t,n,r)=>{let i=this.getRoute(`storage`);return(await this.fetch(`${this.baseUrl}${i}/upload/chunked/${e}/chunk/${t}`,{method:`PUT`,headers:{"x-resume-token":n},body:r})).json()},completeChunkedUpload:async e=>{let t=this.getRoute(`storage`);return(await this.fetch(`${this.baseUrl}${t}/upload/chunked/${e.uploadId}/complete`,{method:`POST`,body:JSON.stringify(e)})).json()},resumeUpload:async(e,t,n,r)=>{let i=this.getRoute(`storage`),{totalChunks:a,uploadedChunks:o}=(await(await this.fetch(`${this.baseUrl}${i}/upload/chunked/${e}/progress`)).json()).data,s=[],c=t instanceof ArrayBuffer?t:await t.arrayBuffer();for(let t=o;t<a;t++){let i=t*n,a=Math.min(i+n,c.byteLength),o=new Blob([c.slice(i,a)]),l=await this.storage.uploadPart(e,t,r,o);s.push({chunkIndex:t,eTag:l.data.eTag})}return this.storage.completeChunkedUpload({uploadId:e,parts:s})}},this.automation={trigger:async(e,t)=>{let n=this.getRoute(`automation`);return(await this.fetch(`${this.baseUrl}${n}/trigger/${e}`,{method:`POST`,body:JSON.stringify(t)})).json()},list:async()=>{let e=this.getRoute(`automation`),t=await this.fetch(`${this.baseUrl}${e}`);return this.unwrapResponse(t)},get:async e=>{let t=this.getRoute(`automation`),n=await this.fetch(`${this.baseUrl}${t}/${e}`);return this.unwrapResponse(n)},create:async(e,t)=>{let n=this.getRoute(`automation`),r=await this.fetch(`${this.baseUrl}${n}`,{method:`POST`,body:JSON.stringify({name:e,...t})});return this.unwrapResponse(r)},update:async(e,t)=>{let n=this.getRoute(`automation`),r=await this.fetch(`${this.baseUrl}${n}/${e}`,{method:`PUT`,body:JSON.stringify({definition:t})});return this.unwrapResponse(r)},delete:async e=>{let t=this.getRoute(`automation`),n=await this.fetch(`${this.baseUrl}${t}/${e}`,{method:`DELETE`});return this.unwrapResponse(n)},toggle:async(e,t)=>{let n=this.getRoute(`automation`),r=await this.fetch(`${this.baseUrl}${n}/${e}/toggle`,{method:`POST`,body:JSON.stringify({enabled:t})});return this.unwrapResponse(r)},runs:{list:async(e,t)=>{let n=this.getRoute(`automation`),r=new URLSearchParams;t?.limit&&r.set(`limit`,String(t.limit)),t?.cursor&&r.set(`cursor`,t.cursor);let i=r.toString(),a=await this.fetch(`${this.baseUrl}${n}/${e}/runs${i?`?${i}`:``}`);return this.unwrapResponse(a)},get:async(e,t)=>{let n=this.getRoute(`automation`),r=await this.fetch(`${this.baseUrl}${n}/${e}/runs/${t}`);return this.unwrapResponse(r)}},getFlow:async e=>{let t=this.getRoute(`automation`),n=await this.fetch(`${this.baseUrl}${t}/${encodeURIComponent(e)}`);return this.unwrapResponse(n)},execute:async(e,t)=>{let n=this.getRoute(`automation`),r=await this.fetch(`${this.baseUrl}${n}/${encodeURIComponent(e)}/trigger`,{method:`POST`,body:JSON.stringify(t??{})});return this.unwrapResponse(r)},listRuns:async(e,t)=>{let n=this.getRoute(`automation`),r=new URLSearchParams;t?.limit!=null&&r.set(`limit`,String(t.limit)),t?.cursor&&r.set(`cursor`,t.cursor);let i=r.toString(),a=await this.fetch(`${this.baseUrl}${n}/${encodeURIComponent(e)}/runs${i?`?${i}`:``}`);return this.unwrapResponse(a)},getRun:async(e,t)=>{let n=this.getRoute(`automation`),r=await this.fetch(`${this.baseUrl}${n}/${encodeURIComponent(e)}/runs/${encodeURIComponent(t)}`);return this.unwrapResponse(r)}},this.permissions={check:async e=>{let t=this.getRoute(`permissions`),n=new URLSearchParams({object:e.object,action:e.action});e.recordId!==void 0&&n.set(`recordId`,e.recordId),e.field!==void 0&&n.set(`field`,e.field);let r=await this.fetch(`${this.baseUrl}${t}/check?${n.toString()}`);return this.unwrapResponse(r)},getObjectPermissions:async e=>{let t=this.getRoute(`permissions`),n=await this.fetch(`${this.baseUrl}${t}/objects/${encodeURIComponent(e)}`);return this.unwrapResponse(n)},getEffectivePermissions:async()=>{let e=this.getRoute(`permissions`),t=await this.fetch(`${this.baseUrl}${e}/effective`);return this.unwrapResponse(t)}},this.realtime={connect:async e=>{let t=this.getRoute(`realtime`),n=await this.fetch(`${this.baseUrl}${t}/connect`,{method:`POST`,body:JSON.stringify(e||{})});return this.unwrapResponse(n)},disconnect:async()=>{let e=this.getRoute(`realtime`);await this.fetch(`${this.baseUrl}${e}/disconnect`,{method:`POST`})},subscribe:async e=>{let t=this.getRoute(`realtime`),n=await this.fetch(`${this.baseUrl}${t}/subscribe`,{method:`POST`,body:JSON.stringify(e)});return this.unwrapResponse(n)},unsubscribe:async e=>{let t=this.getRoute(`realtime`);await this.fetch(`${this.baseUrl}${t}/unsubscribe`,{method:`POST`,body:JSON.stringify({subscriptionId:e})})},setPresence:async(e,t)=>{let n=this.getRoute(`realtime`);await this.fetch(`${this.baseUrl}${n}/presence`,{method:`PUT`,body:JSON.stringify({channel:e,state:t})})},getPresence:async e=>{let t=this.getRoute(`realtime`),n=await this.fetch(`${this.baseUrl}${t}/presence/${encodeURIComponent(e)}`);return this.unwrapResponse(n)}},this.workflow={getConfig:async e=>{let t=this.getRoute(`workflow`),n=await this.fetch(`${this.baseUrl}${t}/${encodeURIComponent(e)}/config`);return this.unwrapResponse(n)},getState:async(e,t)=>{let n=this.getRoute(`workflow`),r=await this.fetch(`${this.baseUrl}${n}/${encodeURIComponent(e)}/${encodeURIComponent(t)}/state`);return this.unwrapResponse(r)},transition:async e=>{let t=this.getRoute(`workflow`),n=await this.fetch(`${this.baseUrl}${t}/${encodeURIComponent(e.object)}/${encodeURIComponent(e.recordId)}/transition`,{method:`POST`,body:JSON.stringify({transition:e.transition,comment:e.comment,data:e.data})});return this.unwrapResponse(n)},approve:async e=>{let t=this.getRoute(`workflow`),n=await this.fetch(`${this.baseUrl}${t}/${encodeURIComponent(e.object)}/${encodeURIComponent(e.recordId)}/approve`,{method:`POST`,body:JSON.stringify({comment:e.comment,data:e.data})});return this.unwrapResponse(n)},reject:async e=>{let t=this.getRoute(`workflow`),n=await this.fetch(`${this.baseUrl}${t}/${encodeURIComponent(e.object)}/${encodeURIComponent(e.recordId)}/reject`,{method:`POST`,body:JSON.stringify({reason:e.reason,comment:e.comment})});return this.unwrapResponse(n)}},this.views={list:async(e,t)=>{let n=this.getRoute(`views`),r=new URLSearchParams;t&&r.set(`type`,t);let i=r.toString(),a=await this.fetch(`${this.baseUrl}${n}/${encodeURIComponent(e)}${i?`?${i}`:``}`);return this.unwrapResponse(a)},get:async(e,t)=>{let n=this.getRoute(`views`),r=await this.fetch(`${this.baseUrl}${n}/${encodeURIComponent(e)}/${encodeURIComponent(t)}`);return this.unwrapResponse(r)},create:async(e,t)=>{let n=this.getRoute(`views`),r=await this.fetch(`${this.baseUrl}${n}/${encodeURIComponent(e)}`,{method:`POST`,body:JSON.stringify({object:e,data:t})});return this.unwrapResponse(r)},update:async(e,t,n)=>{let r=this.getRoute(`views`),i=await this.fetch(`${this.baseUrl}${r}/${encodeURIComponent(e)}/${encodeURIComponent(t)}`,{method:`PUT`,body:JSON.stringify({object:e,viewId:t,data:n})});return this.unwrapResponse(i)},delete:async(e,t)=>{let n=this.getRoute(`views`),r=await this.fetch(`${this.baseUrl}${n}/${encodeURIComponent(e)}/${encodeURIComponent(t)}`,{method:`DELETE`});return this.unwrapResponse(r)}},this.notifications={registerDevice:async e=>{let t=this.getRoute(`notifications`),n=await this.fetch(`${this.baseUrl}${t}/devices`,{method:`POST`,body:JSON.stringify(e)});return this.unwrapResponse(n)},unregisterDevice:async e=>{let t=this.getRoute(`notifications`),n=await this.fetch(`${this.baseUrl}${t}/devices/${encodeURIComponent(e)}`,{method:`DELETE`});return this.unwrapResponse(n)},getPreferences:async()=>{let e=this.getRoute(`notifications`),t=await this.fetch(`${this.baseUrl}${e}/preferences`);return this.unwrapResponse(t)},updatePreferences:async e=>{let t=this.getRoute(`notifications`),n=await this.fetch(`${this.baseUrl}${t}/preferences`,{method:`PUT`,body:JSON.stringify({preferences:e})});return this.unwrapResponse(n)},list:async e=>{let t=this.getRoute(`notifications`),n=new URLSearchParams;e?.read!==void 0&&n.set(`read`,String(e.read)),e?.type&&n.set(`type`,e.type),e?.limit&&n.set(`limit`,String(e.limit)),e?.cursor&&n.set(`cursor`,e.cursor);let r=n.toString(),i=await this.fetch(`${this.baseUrl}${t}${r?`?${r}`:``}`);return this.unwrapResponse(i)},markRead:async e=>{let t=this.getRoute(`notifications`),n=await this.fetch(`${this.baseUrl}${t}/read`,{method:`POST`,body:JSON.stringify({ids:e})});return this.unwrapResponse(n)},markAllRead:async()=>{let e=this.getRoute(`notifications`),t=await this.fetch(`${this.baseUrl}${e}/read/all`,{method:`POST`});return this.unwrapResponse(t)}},this.ai={nlq:async e=>{let t=this.getRoute(`ai`),n=await this.fetch(`${this.baseUrl}${t}/nlq`,{method:`POST`,body:JSON.stringify(e)});return this.unwrapResponse(n)},suggest:async e=>{let t=this.getRoute(`ai`),n=await this.fetch(`${this.baseUrl}${t}/suggest`,{method:`POST`,body:JSON.stringify(e)});return this.unwrapResponse(n)},insights:async e=>{let t=this.getRoute(`ai`),n=await this.fetch(`${this.baseUrl}${t}/insights`,{method:`POST`,body:JSON.stringify(e)});return this.unwrapResponse(n)}},this.i18n={getLocales:async()=>{let e=this.getRoute(`i18n`),t=await this.fetch(`${this.baseUrl}${e}/locales`);return this.unwrapResponse(t)},getTranslations:async(e,t)=>{let n=this.getRoute(`i18n`),r=new URLSearchParams;r.set(`locale`,e),t?.namespace&&r.set(`namespace`,t.namespace),t?.keys&&r.set(`keys`,t.keys.join(`,`));let i=await this.fetch(`${this.baseUrl}${n}/translations?${r.toString()}`);return this.unwrapResponse(i)},getFieldLabels:async(e,t)=>{let n=this.getRoute(`i18n`),r=await this.fetch(`${this.baseUrl}${n}/labels/${encodeURIComponent(e)}?locale=${encodeURIComponent(t)}`);return this.unwrapResponse(r)}},this.feed={list:async(e,t,n)=>{let r=this.getRoute(`data`),i=new URLSearchParams;n?.type&&i.set(`type`,n.type),n?.limit&&i.set(`limit`,String(n.limit)),n?.cursor&&i.set(`cursor`,n.cursor);let a=i.toString(),o=await this.fetch(`${this.baseUrl}${r}/${encodeURIComponent(e)}/${encodeURIComponent(t)}/feed${a?`?${a}`:``}`);return this.unwrapResponse(o)},create:async(e,t,n)=>{let r=this.getRoute(`data`),i=await this.fetch(`${this.baseUrl}${r}/${encodeURIComponent(e)}/${encodeURIComponent(t)}/feed`,{method:`POST`,body:JSON.stringify(n)});return this.unwrapResponse(i)},update:async(e,t,n,r)=>{let i=this.getRoute(`data`),a=await this.fetch(`${this.baseUrl}${i}/${encodeURIComponent(e)}/${encodeURIComponent(t)}/feed/${encodeURIComponent(n)}`,{method:`PUT`,body:JSON.stringify(r)});return this.unwrapResponse(a)},delete:async(e,t,n)=>{let r=this.getRoute(`data`),i=await this.fetch(`${this.baseUrl}${r}/${encodeURIComponent(e)}/${encodeURIComponent(t)}/feed/${encodeURIComponent(n)}`,{method:`DELETE`});return this.unwrapResponse(i)},addReaction:async(e,t,n,r)=>{let i=this.getRoute(`data`),a=await this.fetch(`${this.baseUrl}${i}/${encodeURIComponent(e)}/${encodeURIComponent(t)}/feed/${encodeURIComponent(n)}/reactions`,{method:`POST`,body:JSON.stringify({emoji:r})});return this.unwrapResponse(a)},removeReaction:async(e,t,n,r)=>{let i=this.getRoute(`data`),a=await this.fetch(`${this.baseUrl}${i}/${encodeURIComponent(e)}/${encodeURIComponent(t)}/feed/${encodeURIComponent(n)}/reactions/${encodeURIComponent(r)}`,{method:`DELETE`});return this.unwrapResponse(a)},pin:async(e,t,n)=>{let r=this.getRoute(`data`),i=await this.fetch(`${this.baseUrl}${r}/${encodeURIComponent(e)}/${encodeURIComponent(t)}/feed/${encodeURIComponent(n)}/pin`,{method:`POST`});return this.unwrapResponse(i)},unpin:async(e,t,n)=>{let r=this.getRoute(`data`),i=await this.fetch(`${this.baseUrl}${r}/${encodeURIComponent(e)}/${encodeURIComponent(t)}/feed/${encodeURIComponent(n)}/pin`,{method:`DELETE`});return this.unwrapResponse(i)},star:async(e,t,n)=>{let r=this.getRoute(`data`),i=await this.fetch(`${this.baseUrl}${r}/${encodeURIComponent(e)}/${encodeURIComponent(t)}/feed/${encodeURIComponent(n)}/star`,{method:`POST`});return this.unwrapResponse(i)},unstar:async(e,t,n)=>{let r=this.getRoute(`data`),i=await this.fetch(`${this.baseUrl}${r}/${encodeURIComponent(e)}/${encodeURIComponent(t)}/feed/${encodeURIComponent(n)}/star`,{method:`DELETE`});return this.unwrapResponse(i)},search:async(e,t,n,r)=>{let i=this.getRoute(`data`),a=new URLSearchParams;a.set(`query`,n),r?.type&&a.set(`type`,r.type),r?.actorId&&a.set(`actorId`,r.actorId),r?.dateFrom&&a.set(`dateFrom`,r.dateFrom),r?.dateTo&&a.set(`dateTo`,r.dateTo),r?.limit&&a.set(`limit`,String(r.limit)),r?.cursor&&a.set(`cursor`,r.cursor);let o=await this.fetch(`${this.baseUrl}${i}/${encodeURIComponent(e)}/${encodeURIComponent(t)}/feed/search?${a.toString()}`);return this.unwrapResponse(o)},getChangelog:async(e,t,n)=>{let r=this.getRoute(`data`),i=new URLSearchParams;n?.field&&i.set(`field`,n.field),n?.actorId&&i.set(`actorId`,n.actorId),n?.dateFrom&&i.set(`dateFrom`,n.dateFrom),n?.dateTo&&i.set(`dateTo`,n.dateTo),n?.limit&&i.set(`limit`,String(n.limit)),n?.cursor&&i.set(`cursor`,n.cursor);let a=i.toString(),o=await this.fetch(`${this.baseUrl}${r}/${encodeURIComponent(e)}/${encodeURIComponent(t)}/changelog${a?`?${a}`:``}`);return this.unwrapResponse(o)},subscribe:async(e,t,n)=>{let r=this.getRoute(`data`),i=await this.fetch(`${this.baseUrl}${r}/${encodeURIComponent(e)}/${encodeURIComponent(t)}/subscribe`,{method:`POST`,body:JSON.stringify(n||{})});return this.unwrapResponse(i)},unsubscribe:async(e,t)=>{let n=this.getRoute(`data`),r=await this.fetch(`${this.baseUrl}${n}/${encodeURIComponent(e)}/${encodeURIComponent(t)}/subscribe`,{method:`DELETE`});return this.unwrapResponse(r)}},this.data={query:async(e,t)=>{let n=this.getRoute(`data`),r=await this.fetch(`${this.baseUrl}${n}/${e}/query`,{method:`POST`,body:JSON.stringify(t)});return this.unwrapResponse(r)},find:async(e,t={})=>{let n=this.getRoute(`data`),r=new URLSearchParams,i=t,a={};if(`where`in t||`fields`in t||`orderBy`in t||`offset`in t?(i.where&&(a.filter=i.where),i.fields&&(a.select=i.fields),i.orderBy&&(a.sort=i.orderBy),i.limit!=null&&(a.top=i.limit),i.offset!=null&&(a.skip=i.offset),i.aggregations&&(a.aggregations=i.aggregations),i.groupBy&&(a.groupBy=i.groupBy)):Object.assign(a,t),a.top&&r.set(`top`,a.top.toString()),a.skip&&r.set(`skip`,a.skip.toString()),a.sort)if(Array.isArray(a.sort)&&typeof a.sort[0]==`object`)r.set(`sort`,JSON.stringify(a.sort));else{let e=Array.isArray(a.sort)?a.sort.join(`,`):a.sort;r.set(`sort`,e)}a.select&&r.set(`select`,a.select.join(`,`));let o=a.filter??a.filters;o&&(this.isFilterAST(o)||Array.isArray(o)?r.set(`filter`,JSON.stringify(o)):typeof o==`object`&&o&&Object.entries(o).forEach(([e,t])=>{t!=null&&r.append(e,String(t))})),a.aggregations&&r.set(`aggregations`,JSON.stringify(a.aggregations)),a.groupBy&&r.set(`groupBy`,a.groupBy.join(`,`));let s=await this.fetch(`${this.baseUrl}${n}/${e}?${r.toString()}`);return this.unwrapResponse(s)},get:async(e,t)=>{let n=this.getRoute(`data`),r=await this.fetch(`${this.baseUrl}${n}/${e}/${t}`);return this.unwrapResponse(r)},create:async(e,t)=>{let n=this.getRoute(`data`),r=await this.fetch(`${this.baseUrl}${n}/${e}`,{method:`POST`,body:JSON.stringify(t)});return this.unwrapResponse(r)},createMany:async(e,t)=>{let n=this.getRoute(`data`),r=await this.fetch(`${this.baseUrl}${n}/${e}/createMany`,{method:`POST`,body:JSON.stringify(t)});return this.unwrapResponse(r)},update:async(e,t,n,r)=>{let i=this.getRoute(`data`),a={};r?.ifMatch&&(a[`If-Match`]=String(r.ifMatch));let o=await this.fetch(`${this.baseUrl}${i}/${e}/${t}`,{method:`PATCH`,body:JSON.stringify(n),...Object.keys(a).length?{headers:a}:{}});return this.unwrapResponse(o)},batch:async(e,t)=>{let n=this.getRoute(`data`),r=await this.fetch(`${this.baseUrl}${n}/${e}/batch`,{method:`POST`,body:JSON.stringify(t)});return this.unwrapResponse(r)},updateMany:async(e,t,n)=>{let r=this.getRoute(`data`),i={records:t,options:n},a=await this.fetch(`${this.baseUrl}${r}/${e}/updateMany`,{method:`POST`,body:JSON.stringify(i)});return this.unwrapResponse(a)},delete:async(e,t,n)=>{let r=this.getRoute(`data`),i={};n?.ifMatch&&(i[`If-Match`]=String(n.ifMatch));let a=await this.fetch(`${this.baseUrl}${r}/${e}/${t}`,{method:`DELETE`,...Object.keys(i).length?{headers:i}:{}});return this.unwrapResponse(a)},deleteMany:async(e,t,n)=>{let r=this.getRoute(`data`),i={ids:t,options:n},a=await this.fetch(`${this.baseUrl}${r}/${e}/deleteMany`,{method:`POST`,body:JSON.stringify(i)});return this.unwrapResponse(a)}},this.baseUrl=e.baseUrl.replace(/\/$/,``),this.token=e.token,this.environmentId=e.environmentId,this.fetchImpl=e.fetch||globalThis.fetch.bind(globalThis),this.logger=e.logger||Ng({level:e.debug?`debug`:`info`,format:`pretty`}),this.realtimeAPI=new Pg(this.baseUrl,this.token),this.logger.debug(`ObjectStack client created`,{baseUrl:this.baseUrl})}async connect(){this.logger.debug(`Connecting to ObjectStack server`,{baseUrl:this.baseUrl});try{let e;try{let t=`${this.baseUrl}/api/v1/discovery`;this.logger.debug(`Probing protocol-standard discovery endpoint`,{url:t});let n=await this.fetchImpl(t);if(n.ok){let t=await n.json();e=t.data||t,this.logger.debug(`Discovered via /api/v1/discovery`)}}catch(e){this.logger.debug(`Protocol-standard discovery probe failed`,{error:e.message})}if(!e){let t;try{t=`${new URL(this.baseUrl).origin}/.well-known/objectstack`}catch{t=`/.well-known/objectstack`}this.logger.debug(`Falling back to .well-known discovery`,{url:t});let n=await this.fetchImpl(t);if(!n.ok)throw Error(`Failed to connect to ${t}: ${n.statusText}`);let r=await n.json();e=r.data||r}if(!e)throw Error(`Connection failed: No discovery data returned`);return this.discoveryInfo=e,this.logger.info(`Connected to ObjectStack server`,{version:e.version,apiName:e.apiName,services:e.services}),e}catch(e){throw this.logger.error(`Failed to connect to ObjectStack server`,e,{baseUrl:this.baseUrl}),e}}get capabilities(){let e=this.discoveryInfo?.capabilities;if(!e)return;let t={};for(let[n,r]of Object.entries(e))t[n]=typeof r==`object`&&r?!!r.enabled:!!r;return t}project(e){if(!e)throw Error(`[ObjectStack] project(id): environmentId is required`);return new Ig(this,e)}_baseUrl(){return this.baseUrl}_fetch(e,t){return this.fetch(e,t)}_unwrap(e){return this.unwrapResponse(e)}_isFilterAST(e){return this.isFilterAST(e)}setProjectId(e){this.environmentId=e,this.logger.debug(`Active project changed`,{environmentId:e})}getProjectId(){return this.environmentId}get events(){return this.realtimeAPI}isFilterAST(e){return $f(e)}async unwrapResponse(e){let t=await e.json();return t&&typeof t.success==`boolean`&&`data`in t?t.data:t}async fetch(e,t={}){this.logger.debug(`HTTP request`,{method:t.method||`GET`,url:e,hasBody:!!t.body});let n={"Content-Type":`application/json`,...t.headers||{}};this.token&&(n.Authorization=`Bearer ${this.token}`),this.environmentId&&(n[`X-Environment-Id`]=this.environmentId);let r=await this.fetchImpl(e,{...t,headers:n});if(this.logger.debug(`HTTP response`,{method:t.method||`GET`,url:e,status:r.status,ok:r.ok}),!r.ok){let n;try{n=await r.json()}catch{n={message:r.statusText}}this.logger.error(`HTTP request failed`,void 0,{method:t.method||`GET`,url:e,status:r.status,error:n});let i=n?.message??n?.error?.message??(typeof n?.error==`string`?n.error:void 0)??r.statusText,a=n?.code||n?.error?.code,o=Error(`[ObjectStack] ${a?`${a}: `:``}${i}`);throw o.code=a,o.category=n?.category,o.httpStatus=r.status,o.retryable=n?.retryable,o.details=n?.details||n,o}return r}getRoute(e){let t=this.discoveryInfo?.routes;if(t){let n=t[e];if(n)return n}return{data:`/api/v1/data`,metadata:`/api/v1/meta`,discovery:`/api/v1/discovery`,ui:`/api/v1/ui`,auth:`/api/v1/auth`,analytics:`/api/v1/analytics`,storage:`/api/v1/storage`,automation:`/api/v1/automation`,packages:`/api/v1/packages`,permissions:`/api/v1/permissions`,realtime:`/api/v1/realtime`,workflow:`/api/v1/workflow`,views:`/api/v1/ui/views`,notifications:`/api/v1/notifications`,ai:`/api/v1/ai`,i18n:`/api/v1/i18n`,feed:`/api/v1/feed`,graphql:`/graphql`}[e]||`/api/v1/${e}`}},Ig=class{constructor(e,t){this.meta={getTypes:async()=>{let e=await this.parent._fetch(this.url(`/meta`));return this.parent._unwrap(e)},getItems:async(e,t)=>{let n=new URLSearchParams;t?.packageId&&n.set(`package`,t.packageId);let r=n.toString(),i=await this.parent._fetch(this.url(`/meta/${e}${r?`?${r}`:``}`));return this.parent._unwrap(i)},getItem:async(e,t,n)=>{let r=new URLSearchParams;n?.packageId&&r.set(`package`,n.packageId);let i=r.toString(),a=await this.parent._fetch(this.url(`/meta/${e}/${t}${i?`?${i}`:``}`));return this.parent._unwrap(a)},saveItem:async(e,t,n)=>{let r=await this.parent._fetch(this.url(`/meta/${e}/${t}`),{method:`PUT`,body:JSON.stringify(n)});return this.parent._unwrap(r)},deleteItem:async(e,t)=>{let n=await this.parent._fetch(this.url(`/meta/${encodeURIComponent(e)}/${encodeURIComponent(t)}`),{method:`DELETE`});return this.parent._unwrap(n)},getHistory:async(e,t,n)=>{let r=new URLSearchParams;n?.sinceSeq!==void 0&&r.set(`sinceSeq`,String(n.sinceSeq)),n?.limit!==void 0&&r.set(`limit`,String(n.limit));let i=r.toString(),a=await this.parent._fetch(this.url(`/meta/${encodeURIComponent(e)}/${encodeURIComponent(t)}/history${i?`?${i}`:``}`));return this.parent._unwrap(a)}},this.data={query:async(e,t)=>{let n=await this.parent._fetch(this.url(`/data/${e}/query`),{method:`POST`,body:JSON.stringify(t)});return this.parent._unwrap(n)},find:async(e,t={})=>{let n=new URLSearchParams,r=t,i={};if(`where`in t||`fields`in t||`orderBy`in t||`offset`in t?(r.where&&(i.filter=r.where),r.fields&&(i.select=r.fields),r.orderBy&&(i.sort=r.orderBy),r.limit!=null&&(i.top=r.limit),r.offset!=null&&(i.skip=r.offset),r.aggregations&&(i.aggregations=r.aggregations),r.groupBy&&(i.groupBy=r.groupBy)):Object.assign(i,t),i.top&&n.set(`top`,i.top.toString()),i.skip&&n.set(`skip`,i.skip.toString()),i.sort)if(Array.isArray(i.sort)&&typeof i.sort[0]==`object`)n.set(`sort`,JSON.stringify(i.sort));else{let e=Array.isArray(i.sort)?i.sort.join(`,`):i.sort;n.set(`sort`,e)}i.select&&n.set(`select`,i.select.join(`,`));let a=i.filter??i.filters;a&&(this.parent._isFilterAST(a)||Array.isArray(a)?n.set(`filter`,JSON.stringify(a)):typeof a==`object`&&a&&Object.entries(a).forEach(([e,t])=>{t!=null&&n.append(e,String(t))})),i.aggregations&&n.set(`aggregations`,JSON.stringify(i.aggregations)),i.groupBy&&n.set(`groupBy`,i.groupBy.join(`,`));let o=n.toString(),s=await this.parent._fetch(this.url(`/data/${e}${o?`?${o}`:``}`));return this.parent._unwrap(s)},get:async(e,t)=>{let n=await this.parent._fetch(this.url(`/data/${e}/${t}`));return this.parent._unwrap(n)},create:async(e,t)=>{let n=await this.parent._fetch(this.url(`/data/${e}`),{method:`POST`,body:JSON.stringify(t)});return this.parent._unwrap(n)},createMany:async(e,t)=>{let n=await this.parent._fetch(this.url(`/data/${e}/createMany`),{method:`POST`,body:JSON.stringify(t)});return this.parent._unwrap(n)},update:async(e,t,n)=>{let r=await this.parent._fetch(this.url(`/data/${e}/${t}`),{method:`PATCH`,body:JSON.stringify(n)});return this.parent._unwrap(r)},batch:async(e,t)=>{let n=await this.parent._fetch(this.url(`/data/${e}/batch`),{method:`POST`,body:JSON.stringify(t)});return this.parent._unwrap(n)},updateMany:async(e,t,n)=>{let r={records:t,options:n},i=await this.parent._fetch(this.url(`/data/${e}/updateMany`),{method:`POST`,body:JSON.stringify(r)});return this.parent._unwrap(i)},delete:async(e,t)=>{let n=await this.parent._fetch(this.url(`/data/${e}/${t}`),{method:`DELETE`});return this.parent._unwrap(n)},deleteMany:async(e,t,n)=>{let r={ids:t,options:n},i=await this.parent._fetch(this.url(`/data/${e}/deleteMany`),{method:`POST`,body:JSON.stringify(r)});return this.parent._unwrap(i)}},this.packages={list:async()=>{let e=await this.parent._fetch(this.url(`/packages`));return this.parent._unwrap(e)},get:async(e,t)=>{let n=t?`?version=${encodeURIComponent(t)}`:``,r=await this.parent._fetch(this.url(`/packages/${encodeURIComponent(e)}${n}`));return this.parent._unwrap(r)}},this.automation={getFlow:async e=>{let t=await this.parent._fetch(this.url(`/automation/${encodeURIComponent(e)}`));return this.parent._unwrap(t)},execute:async(e,t)=>{let n=await this.parent._fetch(this.url(`/automation/${encodeURIComponent(e)}/trigger`),{method:`POST`,body:JSON.stringify(t??{})});return this.parent._unwrap(n)},listRuns:async(e,t)=>{let n=new URLSearchParams;t?.limit!=null&&n.set(`limit`,String(t.limit)),t?.cursor&&n.set(`cursor`,t.cursor);let r=n.toString(),i=await this.parent._fetch(this.url(`/automation/${encodeURIComponent(e)}/runs${r?`?${r}`:``}`));return this.parent._unwrap(i)},getRun:async(e,t)=>{let n=await this.parent._fetch(this.url(`/automation/${encodeURIComponent(e)}/runs/${encodeURIComponent(t)}`));return this.parent._unwrap(n)}},this.parent=e,this.environmentId=t}getProjectId(){return this.environmentId}scope(){return`/api/v1/environments/${encodeURIComponent(this.environmentId)}`}url(e){return`${this.parent._baseUrl()}${this.scope()}${e}`}},Lg=(0,j.createContext)(null);function Rg({client:e,children:t}){return j.createElement(Lg.Provider,{value:e},t)}function zg(){let e=(0,j.useContext)(Lg);if(!e)throw Error(`useClient must be used within an ObjectStackProvider. Make sure your component is wrapped with <ObjectStackProvider client={...}>.`);return e}var Bg=1,Vg=1e6,Hg=0;function Ug(){return Hg=(Hg+1)%(2**53-1),Hg.toString()}var Wg=new Map,Gg=e=>{if(Wg.has(e))return;let t=setTimeout(()=>{Wg.delete(e),Yg({type:`REMOVE_TOAST`,toastId:e})},Vg);Wg.set(e,t)},Kg=(e,t)=>{switch(t.type){case`ADD_TOAST`:return{...e,toasts:[t.toast,...e.toasts].slice(0,Bg)};case`UPDATE_TOAST`:return{...e,toasts:e.toasts.map(e=>e.id===t.toast.id?{...e,...t.toast}:e)};case`DISMISS_TOAST`:{let{toastId:n}=t;return n?Gg(n):e.toasts.forEach(e=>{Gg(e.id)}),{...e,toasts:e.toasts.map(e=>e.id===n||n===void 0?{...e,open:!1}:e)}}case`REMOVE_TOAST`:return t.toastId===void 0?{...e,toasts:[]}:{...e,toasts:e.toasts.filter(e=>e.id!==t.toastId)}}},qg=[],Jg={toasts:[]};function Yg(e){Jg=Kg(Jg,e),qg.forEach(e=>{e(Jg)})}function q({...e}){let t=Ug(),n=e=>Yg({type:`UPDATE_TOAST`,toast:{...e,id:t}}),r=()=>Yg({type:`DISMISS_TOAST`,toastId:t});return Yg({type:`ADD_TOAST`,toast:{...e,id:t,open:!0,onOpenChange:e=>{e||r()}}}),{id:t,dismiss:r,update:n}}function Xg(){let[e,t]=j.useState(Jg);return j.useEffect(()=>(qg.push(t),()=>{let e=qg.indexOf(t);e>-1&&qg.splice(e,1)}),[e]),{...e,toast:q,dismiss:e=>Yg({type:`DISMISS_TOAST`,toastId:e})}}typeof window<`u`&&window.document&&window.document.createElement;function J(e,t,{checkForDefaultPrevented:n=!0}={}){return function(r){if(e?.(r),n===!1||!r.defaultPrevented)return t?.(r)}}function Zg(e,t){if(typeof e==`function`)return e(t);e!=null&&(e.current=t)}function Qg(...e){return t=>{let n=!1,r=e.map(e=>{let r=Zg(e,t);return!n&&typeof r==`function`&&(n=!0),r});if(n)return()=>{for(let t=0;t<r.length;t++){let n=r[t];typeof n==`function`?n():Zg(e[t],null)}}}}function $g(...e){return j.useCallback(Qg(...e),e)}function e_(e,t){let n=j.createContext(t),r=e=>{let{children:t,...r}=e,i=j.useMemo(()=>r,Object.values(r));return(0,M.jsx)(n.Provider,{value:i,children:t})};r.displayName=e+`Provider`;function i(r){let i=j.useContext(n);if(i)return i;if(t!==void 0)return t;throw Error(`\`${r}\` must be used within \`${e}\``)}return[r,i]}function t_(e,t=[]){let n=[];function r(t,r){let i=j.createContext(r),a=n.length;n=[...n,r];let o=t=>{let{scope:n,children:r,...o}=t,s=n?.[e]?.[a]||i,c=j.useMemo(()=>o,Object.values(o));return(0,M.jsx)(s.Provider,{value:c,children:r})};o.displayName=t+`Provider`;function s(n,o){let s=o?.[e]?.[a]||i,c=j.useContext(s);if(c)return c;if(r!==void 0)return r;throw Error(`\`${n}\` must be used within \`${t}\``)}return[o,s]}let i=()=>{let t=n.map(e=>j.createContext(e));return function(n){let r=n?.[e]||t;return j.useMemo(()=>({[`__scope${e}`]:{...n,[e]:r}}),[n,r])}};return i.scopeName=e,[r,n_(i,...t)]}function n_(...e){let t=e[0];if(e.length===1)return t;let n=()=>{let n=e.map(e=>({useScope:e(),scopeName:e.scopeName}));return function(e){let r=n.reduce((t,{useScope:n,scopeName:r})=>{let i=n(e)[`__scope${r}`];return{...t,...i}},{});return j.useMemo(()=>({[`__scope${t.scopeName}`]:r}),[r])}};return n.scopeName=t.scopeName,n}function r_(e){let t=i_(e),n=j.forwardRef((e,n)=>{let{children:r,...i}=e,a=j.Children.toArray(r),o=a.find(s_);if(o){let e=o.props.children,r=a.map(t=>t===o?j.Children.count(e)>1?j.Children.only(null):j.isValidElement(e)?e.props.children:null:t);return(0,M.jsx)(t,{...i,ref:n,children:j.isValidElement(e)?j.cloneElement(e,void 0,r):null})}return(0,M.jsx)(t,{...i,ref:n,children:r})});return n.displayName=`${e}.Slot`,n}function i_(e){let t=j.forwardRef((e,t)=>{let{children:n,...r}=e;if(j.isValidElement(n)){let e=l_(n),i=c_(r,n.props);return n.type!==j.Fragment&&(i.ref=t?Qg(t,e):e),j.cloneElement(n,i)}return j.Children.count(n)>1?j.Children.only(null):null});return t.displayName=`${e}.SlotClone`,t}var a_=Symbol(`radix.slottable`);function o_(e){let t=({children:e})=>(0,M.jsx)(M.Fragment,{children:e});return t.displayName=`${e}.Slottable`,t.__radixId=a_,t}function s_(e){return j.isValidElement(e)&&typeof e.type==`function`&&`__radixId`in e.type&&e.type.__radixId===a_}function c_(e,t){let n={...t};for(let r in t){let i=e[r],a=t[r];/^on[A-Z]/.test(r)?i&&a?n[r]=(...e)=>{let t=a(...e);return i(...e),t}:i&&(n[r]=i):r===`style`?n[r]={...i,...a}:r===`className`&&(n[r]=[i,a].filter(Boolean).join(` `))}return{...e,...n}}function l_(e){let t=Object.getOwnPropertyDescriptor(e.props,`ref`)?.get,n=t&&`isReactWarning`in t&&t.isReactWarning;return n?e.ref:(t=Object.getOwnPropertyDescriptor(e,`ref`)?.get,n=t&&`isReactWarning`in t&&t.isReactWarning,n?e.props.ref:e.props.ref||e.ref)}function u_(e){let t=e+`CollectionProvider`,[n,r]=t_(t),[i,a]=n(t,{collectionRef:{current:null},itemMap:new Map}),o=e=>{let{scope:t,children:n}=e,r=j.useRef(null),a=j.useRef(new Map).current;return(0,M.jsx)(i,{scope:t,itemMap:a,collectionRef:r,children:n})};o.displayName=t;let s=e+`CollectionSlot`,c=r_(s),l=j.forwardRef((e,t)=>{let{scope:n,children:r}=e;return(0,M.jsx)(c,{ref:$g(t,a(s,n).collectionRef),children:r})});l.displayName=s;let u=e+`CollectionItemSlot`,d=`data-radix-collection-item`,f=r_(u),p=j.forwardRef((e,t)=>{let{scope:n,children:r,...i}=e,o=j.useRef(null),s=$g(t,o),c=a(u,n);return j.useEffect(()=>(c.itemMap.set(o,{ref:o,...i}),()=>void c.itemMap.delete(o))),(0,M.jsx)(f,{[d]:``,ref:s,children:r})});p.displayName=u;function m(t){let n=a(e+`CollectionConsumer`,t);return j.useCallback(()=>{let e=n.collectionRef.current;if(!e)return[];let t=Array.from(e.querySelectorAll(`[${d}]`));return Array.from(n.itemMap.values()).sort((e,n)=>t.indexOf(e.ref.current)-t.indexOf(n.ref.current))},[n.collectionRef,n.itemMap])}return[{Provider:o,Slot:l,ItemSlot:p},m,r]}var d_=[`a`,`button`,`div`,`form`,`h2`,`h3`,`img`,`input`,`label`,`li`,`nav`,`ol`,`p`,`select`,`span`,`svg`,`ul`].reduce((e,t)=>{let n=r_(`Primitive.${t}`),r=j.forwardRef((e,r)=>{let{asChild:i,...a}=e,o=i?n:t;return typeof window<`u`&&(window[Symbol.for(`radix-ui`)]=!0),(0,M.jsx)(o,{...a,ref:r})});return r.displayName=`Primitive.${t}`,{...e,[t]:r}},{});function f_(e,t){e&&Gi.flushSync(()=>e.dispatchEvent(t))}function p_(e){let t=j.useRef(e);return j.useEffect(()=>{t.current=e}),j.useMemo(()=>(...e)=>t.current?.(...e),[])}function m_(e,t=globalThis?.document){let n=p_(e);j.useEffect(()=>{let e=e=>{e.key===`Escape`&&n(e)};return t.addEventListener(`keydown`,e,{capture:!0}),()=>t.removeEventListener(`keydown`,e,{capture:!0})},[n,t])}var h_=`DismissableLayer`,g_=`dismissableLayer.update`,__=`dismissableLayer.pointerDownOutside`,v_=`dismissableLayer.focusOutside`,y_,b_=j.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),x_=j.forwardRef((e,t)=>{let{disableOutsidePointerEvents:n=!1,onEscapeKeyDown:r,onPointerDownOutside:i,onFocusOutside:a,onInteractOutside:o,onDismiss:s,...c}=e,l=j.useContext(b_),[u,d]=j.useState(null),f=u?.ownerDocument??globalThis?.document,[,p]=j.useState({}),m=$g(t,e=>d(e)),h=Array.from(l.layers),[g]=[...l.layersWithOutsidePointerEventsDisabled].slice(-1),_=h.indexOf(g),v=u?h.indexOf(u):-1,y=l.layersWithOutsidePointerEventsDisabled.size>0,b=v>=_,x=w_(e=>{let t=e.target,n=[...l.branches].some(e=>e.contains(t));!b||n||(i?.(e),o?.(e),e.defaultPrevented||s?.())},f),S=T_(e=>{let t=e.target;[...l.branches].some(e=>e.contains(t))||(a?.(e),o?.(e),e.defaultPrevented||s?.())},f);return m_(e=>{v===l.layers.size-1&&(r?.(e),!e.defaultPrevented&&s&&(e.preventDefault(),s()))},f),j.useEffect(()=>{if(u)return n&&(l.layersWithOutsidePointerEventsDisabled.size===0&&(y_=f.body.style.pointerEvents,f.body.style.pointerEvents=`none`),l.layersWithOutsidePointerEventsDisabled.add(u)),l.layers.add(u),E_(),()=>{n&&l.layersWithOutsidePointerEventsDisabled.size===1&&(f.body.style.pointerEvents=y_)}},[u,f,n,l]),j.useEffect(()=>()=>{u&&(l.layers.delete(u),l.layersWithOutsidePointerEventsDisabled.delete(u),E_())},[u,l]),j.useEffect(()=>{let e=()=>p({});return document.addEventListener(g_,e),()=>document.removeEventListener(g_,e)},[]),(0,M.jsx)(d_.div,{...c,ref:m,style:{pointerEvents:y?b?`auto`:`none`:void 0,...e.style},onFocusCapture:J(e.onFocusCapture,S.onFocusCapture),onBlurCapture:J(e.onBlurCapture,S.onBlurCapture),onPointerDownCapture:J(e.onPointerDownCapture,x.onPointerDownCapture)})});x_.displayName=h_;var S_=`DismissableLayerBranch`,C_=j.forwardRef((e,t)=>{let n=j.useContext(b_),r=j.useRef(null),i=$g(t,r);return j.useEffect(()=>{let e=r.current;if(e)return n.branches.add(e),()=>{n.branches.delete(e)}},[n.branches]),(0,M.jsx)(d_.div,{...e,ref:i})});C_.displayName=S_;function w_(e,t=globalThis?.document){let n=p_(e),r=j.useRef(!1),i=j.useRef(()=>{});return j.useEffect(()=>{let e=e=>{if(e.target&&!r.current){let r=function(){D_(__,n,a,{discrete:!0})},a={originalEvent:e};e.pointerType===`touch`?(t.removeEventListener(`click`,i.current),i.current=r,t.addEventListener(`click`,i.current,{once:!0})):r()}else t.removeEventListener(`click`,i.current);r.current=!1},a=window.setTimeout(()=>{t.addEventListener(`pointerdown`,e)},0);return()=>{window.clearTimeout(a),t.removeEventListener(`pointerdown`,e),t.removeEventListener(`click`,i.current)}},[t,n]),{onPointerDownCapture:()=>r.current=!0}}function T_(e,t=globalThis?.document){let n=p_(e),r=j.useRef(!1);return j.useEffect(()=>{let e=e=>{e.target&&!r.current&&D_(v_,n,{originalEvent:e},{discrete:!1})};return t.addEventListener(`focusin`,e),()=>t.removeEventListener(`focusin`,e)},[t,n]),{onFocusCapture:()=>r.current=!0,onBlurCapture:()=>r.current=!1}}function E_(){let e=new CustomEvent(g_);document.dispatchEvent(e)}function D_(e,t,n,{discrete:r}){let i=n.originalEvent.target,a=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:n});t&&i.addEventListener(e,t,{once:!0}),r?f_(i,a):i.dispatchEvent(a)}var O_=x_,k_=C_,A_=globalThis?.document?j.useLayoutEffect:()=>{},j_=`Portal`,M_=j.forwardRef((e,t)=>{let{container:n,...r}=e,[i,a]=j.useState(!1);A_(()=>a(!0),[]);let o=n||i&&globalThis?.document?.body;return o?Gi.createPortal((0,M.jsx)(d_.div,{...r,ref:t}),o):null});M_.displayName=j_;function N_(e,t){return j.useReducer((e,n)=>t[e][n]??e,e)}var P_=e=>{let{present:t,children:n}=e,r=F_(t),i=typeof n==`function`?n({present:r.isPresent}):j.Children.only(n),a=$g(r.ref,L_(i));return typeof n==`function`||r.isPresent?j.cloneElement(i,{ref:a}):null};P_.displayName=`Presence`;function F_(e){let[t,n]=j.useState(),r=j.useRef(null),i=j.useRef(e),a=j.useRef(`none`),[o,s]=N_(e?`mounted`:`unmounted`,{mounted:{UNMOUNT:`unmounted`,ANIMATION_OUT:`unmountSuspended`},unmountSuspended:{MOUNT:`mounted`,ANIMATION_END:`unmounted`},unmounted:{MOUNT:`mounted`}});return j.useEffect(()=>{let e=I_(r.current);a.current=o===`mounted`?e:`none`},[o]),A_(()=>{let t=r.current,n=i.current;if(n!==e){let r=a.current,o=I_(t);e?s(`MOUNT`):o===`none`||t?.display===`none`?s(`UNMOUNT`):s(n&&r!==o?`ANIMATION_OUT`:`UNMOUNT`),i.current=e}},[e,s]),A_(()=>{if(t){let e,n=t.ownerDocument.defaultView??window,o=a=>{let o=I_(r.current).includes(CSS.escape(a.animationName));if(a.target===t&&o&&(s(`ANIMATION_END`),!i.current)){let r=t.style.animationFillMode;t.style.animationFillMode=`forwards`,e=n.setTimeout(()=>{t.style.animationFillMode===`forwards`&&(t.style.animationFillMode=r)})}},c=e=>{e.target===t&&(a.current=I_(r.current))};return t.addEventListener(`animationstart`,c),t.addEventListener(`animationcancel`,o),t.addEventListener(`animationend`,o),()=>{n.clearTimeout(e),t.removeEventListener(`animationstart`,c),t.removeEventListener(`animationcancel`,o),t.removeEventListener(`animationend`,o)}}else s(`ANIMATION_END`)},[t,s]),{isPresent:[`mounted`,`unmountSuspended`].includes(o),ref:j.useCallback(e=>{r.current=e?getComputedStyle(e):null,n(e)},[])}}function I_(e){return e?.animationName||`none`}function L_(e){let t=Object.getOwnPropertyDescriptor(e.props,`ref`)?.get,n=t&&`isReactWarning`in t&&t.isReactWarning;return n?e.ref:(t=Object.getOwnPropertyDescriptor(e,`ref`)?.get,n=t&&`isReactWarning`in t&&t.isReactWarning,n?e.props.ref:e.props.ref||e.ref)}var R_=j.useInsertionEffect||A_;function z_({prop:e,defaultProp:t,onChange:n=()=>{},caller:r}){let[i,a,o]=B_({defaultProp:t,onChange:n}),s=e!==void 0,c=s?e:i;{let t=j.useRef(e!==void 0);j.useEffect(()=>{let e=t.current;e!==s&&console.warn(`${r} is changing from ${e?`controlled`:`uncontrolled`} to ${s?`controlled`:`uncontrolled`}. Components should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled value for the lifetime of the component.`),t.current=s},[s,r])}return[c,j.useCallback(t=>{if(s){let n=V_(t)?t(e):t;n!==e&&o.current?.(n)}else a(t)},[s,e,a,o])]}function B_({defaultProp:e,onChange:t}){let[n,r]=j.useState(e),i=j.useRef(n),a=j.useRef(t);return R_(()=>{a.current=t},[t]),j.useEffect(()=>{i.current!==n&&(a.current?.(n),i.current=n)},[n,i]),[n,r,a]}function V_(e){return typeof e==`function`}var H_=Object.freeze({position:`absolute`,border:0,width:1,height:1,padding:0,margin:-1,overflow:`hidden`,clip:`rect(0, 0, 0, 0)`,whiteSpace:`nowrap`,wordWrap:`normal`}),U_=`VisuallyHidden`,W_=j.forwardRef((e,t)=>(0,M.jsx)(d_.span,{...e,ref:t,style:{...H_,...e.style}}));W_.displayName=U_;var G_=W_,K_=`ToastProvider`,[q_,J_,Y_]=u_(`Toast`),[X_,Z_]=t_(`Toast`,[Y_]),[Q_,$_]=X_(K_),ev=e=>{let{__scopeToast:t,label:n=`Notification`,duration:r=5e3,swipeDirection:i=`right`,swipeThreshold:a=50,children:o}=e,[s,c]=j.useState(null),[l,u]=j.useState(0),d=j.useRef(!1),f=j.useRef(!1);return n.trim()||console.error(`Invalid prop \`label\` supplied to \`${K_}\`. Expected non-empty \`string\`.`),(0,M.jsx)(q_.Provider,{scope:t,children:(0,M.jsx)(Q_,{scope:t,label:n,duration:r,swipeDirection:i,swipeThreshold:a,toastCount:l,viewport:s,onViewportChange:c,onToastAdd:j.useCallback(()=>u(e=>e+1),[]),onToastRemove:j.useCallback(()=>u(e=>e-1),[]),isFocusedToastEscapeKeyDownRef:d,isClosePausedRef:f,children:o})})};ev.displayName=K_;var tv=`ToastViewport`,nv=[`F8`],rv=`toast.viewportPause`,iv=`toast.viewportResume`,av=j.forwardRef((e,t)=>{let{__scopeToast:n,hotkey:r=nv,label:i=`Notifications ({hotkey})`,...a}=e,o=$_(tv,n),s=J_(n),c=j.useRef(null),l=j.useRef(null),u=j.useRef(null),d=j.useRef(null),f=$g(t,d,o.onViewportChange),p=r.join(`+`).replace(/Key/g,``).replace(/Digit/g,``),m=o.toastCount>0;j.useEffect(()=>{let e=e=>{r.length!==0&&r.every(t=>e[t]||e.code===t)&&d.current?.focus()};return document.addEventListener(`keydown`,e),()=>document.removeEventListener(`keydown`,e)},[r]),j.useEffect(()=>{let e=c.current,t=d.current;if(m&&e&&t){let n=()=>{if(!o.isClosePausedRef.current){let e=new CustomEvent(rv);t.dispatchEvent(e),o.isClosePausedRef.current=!0}},r=()=>{if(o.isClosePausedRef.current){let e=new CustomEvent(iv);t.dispatchEvent(e),o.isClosePausedRef.current=!1}},i=t=>{e.contains(t.relatedTarget)||r()},a=()=>{e.contains(document.activeElement)||r()};return e.addEventListener(`focusin`,n),e.addEventListener(`focusout`,i),e.addEventListener(`pointermove`,n),e.addEventListener(`pointerleave`,a),window.addEventListener(`blur`,n),window.addEventListener(`focus`,r),()=>{e.removeEventListener(`focusin`,n),e.removeEventListener(`focusout`,i),e.removeEventListener(`pointermove`,n),e.removeEventListener(`pointerleave`,a),window.removeEventListener(`blur`,n),window.removeEventListener(`focus`,r)}}},[m,o.isClosePausedRef]);let h=j.useCallback(({tabbingDirection:e})=>{let t=s().map(t=>{let n=t.ref.current,r=[n,...Mv(n)];return e===`forwards`?r:r.reverse()});return(e===`forwards`?t.reverse():t).flat()},[s]);return j.useEffect(()=>{let e=d.current;if(e){let t=t=>{let n=t.altKey||t.ctrlKey||t.metaKey;if(t.key===`Tab`&&!n){let n=document.activeElement,r=t.shiftKey;if(t.target===e&&r){l.current?.focus();return}let i=h({tabbingDirection:r?`backwards`:`forwards`}),a=i.findIndex(e=>e===n);Nv(i.slice(a+1))?t.preventDefault():r?l.current?.focus():u.current?.focus()}};return e.addEventListener(`keydown`,t),()=>e.removeEventListener(`keydown`,t)}},[s,h]),(0,M.jsxs)(k_,{ref:c,role:`region`,"aria-label":i.replace(`{hotkey}`,p),tabIndex:-1,style:{pointerEvents:m?void 0:`none`},children:[m&&(0,M.jsx)(sv,{ref:l,onFocusFromOutsideViewport:()=>{Nv(h({tabbingDirection:`forwards`}))}}),(0,M.jsx)(q_.Slot,{scope:n,children:(0,M.jsx)(d_.ol,{tabIndex:-1,...a,ref:f})}),m&&(0,M.jsx)(sv,{ref:u,onFocusFromOutsideViewport:()=>{Nv(h({tabbingDirection:`backwards`}))}})]})});av.displayName=tv;var ov=`ToastFocusProxy`,sv=j.forwardRef((e,t)=>{let{__scopeToast:n,onFocusFromOutsideViewport:r,...i}=e,a=$_(ov,n);return(0,M.jsx)(W_,{tabIndex:0,...i,ref:t,style:{position:`fixed`},onFocus:e=>{let t=e.relatedTarget;a.viewport?.contains(t)||r()}})});sv.displayName=ov;var cv=`Toast`,lv=`toast.swipeStart`,uv=`toast.swipeMove`,dv=`toast.swipeCancel`,fv=`toast.swipeEnd`,pv=j.forwardRef((e,t)=>{let{forceMount:n,open:r,defaultOpen:i,onOpenChange:a,...o}=e,[s,c]=z_({prop:r,defaultProp:i??!0,onChange:a,caller:cv});return(0,M.jsx)(P_,{present:n||s,children:(0,M.jsx)(gv,{open:s,...o,ref:t,onClose:()=>c(!1),onPause:p_(e.onPause),onResume:p_(e.onResume),onSwipeStart:J(e.onSwipeStart,e=>{e.currentTarget.setAttribute(`data-swipe`,`start`)}),onSwipeMove:J(e.onSwipeMove,e=>{let{x:t,y:n}=e.detail.delta;e.currentTarget.setAttribute(`data-swipe`,`move`),e.currentTarget.style.setProperty(`--radix-toast-swipe-move-x`,`${t}px`),e.currentTarget.style.setProperty(`--radix-toast-swipe-move-y`,`${n}px`)}),onSwipeCancel:J(e.onSwipeCancel,e=>{e.currentTarget.setAttribute(`data-swipe`,`cancel`),e.currentTarget.style.removeProperty(`--radix-toast-swipe-move-x`),e.currentTarget.style.removeProperty(`--radix-toast-swipe-move-y`),e.currentTarget.style.removeProperty(`--radix-toast-swipe-end-x`),e.currentTarget.style.removeProperty(`--radix-toast-swipe-end-y`)}),onSwipeEnd:J(e.onSwipeEnd,e=>{let{x:t,y:n}=e.detail.delta;e.currentTarget.setAttribute(`data-swipe`,`end`),e.currentTarget.style.removeProperty(`--radix-toast-swipe-move-x`),e.currentTarget.style.removeProperty(`--radix-toast-swipe-move-y`),e.currentTarget.style.setProperty(`--radix-toast-swipe-end-x`,`${t}px`),e.currentTarget.style.setProperty(`--radix-toast-swipe-end-y`,`${n}px`),c(!1)})})})});pv.displayName=cv;var[mv,hv]=X_(cv,{onClose(){}}),gv=j.forwardRef((e,t)=>{let{__scopeToast:n,type:r=`foreground`,duration:i,open:a,onClose:o,onEscapeKeyDown:s,onPause:c,onResume:l,onSwipeStart:u,onSwipeMove:d,onSwipeCancel:f,onSwipeEnd:p,...m}=e,h=$_(cv,n),[g,_]=j.useState(null),v=$g(t,e=>_(e)),y=j.useRef(null),b=j.useRef(null),x=i||h.duration,S=j.useRef(0),C=j.useRef(x),w=j.useRef(0),{onToastAdd:T,onToastRemove:E}=h,D=p_(()=>{g?.contains(document.activeElement)&&h.viewport?.focus(),o()}),O=j.useCallback(e=>{!e||e===1/0||(window.clearTimeout(w.current),S.current=new Date().getTime(),w.current=window.setTimeout(D,e))},[D]);j.useEffect(()=>{let e=h.viewport;if(e){let t=()=>{O(C.current),l?.()},n=()=>{let e=new Date().getTime()-S.current;C.current-=e,window.clearTimeout(w.current),c?.()};return e.addEventListener(rv,n),e.addEventListener(iv,t),()=>{e.removeEventListener(rv,n),e.removeEventListener(iv,t)}}},[h.viewport,x,c,l,O]),j.useEffect(()=>{a&&!h.isClosePausedRef.current&&O(x)},[a,x,h.isClosePausedRef,O]),j.useEffect(()=>(T(),()=>E()),[T,E]);let ee=j.useMemo(()=>g?Dv(g):null,[g]);return h.viewport?(0,M.jsxs)(M.Fragment,{children:[ee&&(0,M.jsx)(_v,{__scopeToast:n,role:`status`,"aria-live":r===`foreground`?`assertive`:`polite`,children:ee}),(0,M.jsx)(mv,{scope:n,onClose:D,children:Gi.createPortal((0,M.jsx)(q_.ItemSlot,{scope:n,children:(0,M.jsx)(O_,{asChild:!0,onEscapeKeyDown:J(s,()=>{h.isFocusedToastEscapeKeyDownRef.current||D(),h.isFocusedToastEscapeKeyDownRef.current=!1}),children:(0,M.jsx)(d_.li,{tabIndex:0,"data-state":a?`open`:`closed`,"data-swipe-direction":h.swipeDirection,...m,ref:v,style:{userSelect:`none`,touchAction:`none`,...e.style},onKeyDown:J(e.onKeyDown,e=>{e.key===`Escape`&&(s?.(e.nativeEvent),e.nativeEvent.defaultPrevented||(h.isFocusedToastEscapeKeyDownRef.current=!0,D()))}),onPointerDown:J(e.onPointerDown,e=>{e.button===0&&(y.current={x:e.clientX,y:e.clientY})}),onPointerMove:J(e.onPointerMove,e=>{if(!y.current)return;let t=e.clientX-y.current.x,n=e.clientY-y.current.y,r=!!b.current,i=[`left`,`right`].includes(h.swipeDirection),a=[`left`,`up`].includes(h.swipeDirection)?Math.min:Math.max,o=i?a(0,t):0,s=i?0:a(0,n),c=e.pointerType===`touch`?10:2,l={x:o,y:s},f={originalEvent:e,delta:l};r?(b.current=l,Ov(uv,d,f,{discrete:!1})):kv(l,h.swipeDirection,c)?(b.current=l,Ov(lv,u,f,{discrete:!1}),e.target.setPointerCapture(e.pointerId)):(Math.abs(t)>c||Math.abs(n)>c)&&(y.current=null)}),onPointerUp:J(e.onPointerUp,e=>{let t=b.current,n=e.target;if(n.hasPointerCapture(e.pointerId)&&n.releasePointerCapture(e.pointerId),b.current=null,y.current=null,t){let n=e.currentTarget,r={originalEvent:e,delta:t};kv(t,h.swipeDirection,h.swipeThreshold)?Ov(fv,p,r,{discrete:!0}):Ov(dv,f,r,{discrete:!0}),n.addEventListener(`click`,e=>e.preventDefault(),{once:!0})}})})})}),h.viewport)})]}):null}),_v=e=>{let{__scopeToast:t,children:n,...r}=e,i=$_(cv,t),[a,o]=j.useState(!1),[s,c]=j.useState(!1);return Av(()=>o(!0)),j.useEffect(()=>{let e=window.setTimeout(()=>c(!0),1e3);return()=>window.clearTimeout(e)},[]),s?null:(0,M.jsx)(M_,{asChild:!0,children:(0,M.jsx)(W_,{...r,children:a&&(0,M.jsxs)(M.Fragment,{children:[i.label,` `,n]})})})},vv=`ToastTitle`,yv=j.forwardRef((e,t)=>{let{__scopeToast:n,...r}=e;return(0,M.jsx)(d_.div,{...r,ref:t})});yv.displayName=vv;var bv=`ToastDescription`,xv=j.forwardRef((e,t)=>{let{__scopeToast:n,...r}=e;return(0,M.jsx)(d_.div,{...r,ref:t})});xv.displayName=bv;var Sv=`ToastAction`,Cv=j.forwardRef((e,t)=>{let{altText:n,...r}=e;return n.trim()?(0,M.jsx)(Ev,{altText:n,asChild:!0,children:(0,M.jsx)(Tv,{...r,ref:t})}):(console.error(`Invalid prop \`altText\` supplied to \`${Sv}\`. Expected non-empty \`string\`.`),null)});Cv.displayName=Sv;var wv=`ToastClose`,Tv=j.forwardRef((e,t)=>{let{__scopeToast:n,...r}=e,i=hv(wv,n);return(0,M.jsx)(Ev,{asChild:!0,children:(0,M.jsx)(d_.button,{type:`button`,...r,ref:t,onClick:J(e.onClick,i.onClose)})})});Tv.displayName=wv;var Ev=j.forwardRef((e,t)=>{let{__scopeToast:n,altText:r,...i}=e;return(0,M.jsx)(d_.div,{"data-radix-toast-announce-exclude":``,"data-radix-toast-announce-alt":r||void 0,...i,ref:t})});function Dv(e){let t=[];return Array.from(e.childNodes).forEach(e=>{if(e.nodeType===e.TEXT_NODE&&e.textContent&&t.push(e.textContent),jv(e)){let n=e.ariaHidden||e.hidden||e.style.display===`none`,r=e.dataset.radixToastAnnounceExclude===``;if(!n)if(r){let n=e.dataset.radixToastAnnounceAlt;n&&t.push(n)}else t.push(...Dv(e))}}),t}function Ov(e,t,n,{discrete:r}){let i=n.originalEvent.currentTarget,a=new CustomEvent(e,{bubbles:!0,cancelable:!0,detail:n});t&&i.addEventListener(e,t,{once:!0}),r?f_(i,a):i.dispatchEvent(a)}var kv=(e,t,n=0)=>{let r=Math.abs(e.x),i=Math.abs(e.y),a=r>i;return t===`left`||t===`right`?a&&r>n:!a&&i>n};function Av(e=()=>{}){let t=p_(e);A_(()=>{let e=0,n=0;return e=window.requestAnimationFrame(()=>n=window.requestAnimationFrame(t)),()=>{window.cancelAnimationFrame(e),window.cancelAnimationFrame(n)}},[t])}function jv(e){return e.nodeType===e.ELEMENT_NODE}function Mv(e){let t=[],n=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:e=>{let t=e.tagName===`INPUT`&&e.type===`hidden`;return e.disabled||e.hidden||t?NodeFilter.FILTER_SKIP:e.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;n.nextNode();)t.push(n.currentNode);return t}function Nv(e){let t=document.activeElement;return e.some(e=>e===t?!0:(e.focus(),document.activeElement!==t))}var Pv=ev,Fv=av,Iv=pv,Lv=yv,Rv=xv,zv=Cv,Bv=Tv;function Vv(e){var t,n,r=``;if(typeof e==`string`||typeof e==`number`)r+=e;else if(typeof e==`object`)if(Array.isArray(e)){var i=e.length;for(t=0;t<i;t++)e[t]&&(n=Vv(e[t]))&&(r&&(r+=` `),r+=n)}else for(n in e)e[n]&&(r&&(r+=` `),r+=n);return r}function Hv(){for(var e,t,n=0,r=``,i=arguments.length;n<i;n++)(e=arguments[n])&&(t=Vv(e))&&(r&&(r+=` `),r+=t);return r}var Uv=e=>typeof e==`boolean`?`${e}`:e===0?`0`:e,Wv=Hv,Gv=(e,t)=>n=>{if(t?.variants==null)return Wv(e,n?.class,n?.className);let{variants:r,defaultVariants:i}=t,a=Object.keys(r).map(e=>{let t=n?.[e],a=i?.[e];if(t===null)return null;let o=Uv(t)||Uv(a);return r[e][o]}),o=n&&Object.entries(n).reduce((e,t)=>{let[n,r]=t;return r===void 0||(e[n]=r),e},{});return Wv(e,a,t?.compoundVariants?.reduce((e,t)=>{let{class:n,className:r,...a}=t;return Object.entries(a).every(e=>{let[t,n]=e;return Array.isArray(n)?n.includes({...i,...o}[t]):{...i,...o}[t]===n})?[...e,n,r]:e},[]),n?.class,n?.className)},Kv=(...e)=>e.filter((e,t,n)=>!!e&&e.trim()!==``&&n.indexOf(e)===t).join(` `).trim(),qv=e=>e.replace(/([a-z0-9])([A-Z])/g,`$1-$2`).toLowerCase(),Jv=e=>e.replace(/^([A-Z])|[\s-_]+(\w)/g,(e,t,n)=>n?n.toUpperCase():t.toLowerCase()),Yv=e=>{let t=Jv(e);return t.charAt(0).toUpperCase()+t.slice(1)},Xv={xmlns:`http://www.w3.org/2000/svg`,width:24,height:24,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`},Zv=e=>{for(let t in e)if(t.startsWith(`aria-`)||t===`role`||t===`title`)return!0;return!1},Qv=(0,j.createContext)({}),$v=()=>(0,j.useContext)(Qv),ey=(0,j.forwardRef)(({color:e,size:t,strokeWidth:n,absoluteStrokeWidth:r,className:i=``,children:a,iconNode:o,...s},c)=>{let{size:l=24,strokeWidth:u=2,absoluteStrokeWidth:d=!1,color:f=`currentColor`,className:p=``}=$v()??{},m=r??d?Number(n??u)*24/Number(t??l):n??u;return(0,j.createElement)(`svg`,{ref:c,...Xv,width:t??l??Xv.width,height:t??l??Xv.height,stroke:e??f,strokeWidth:m,className:Kv(`lucide`,p,i),...!a&&!Zv(s)&&{"aria-hidden":`true`},...s},[...o.map(([e,t])=>(0,j.createElement)(e,t)),...Array.isArray(a)?a:[a]])}),ty=(e,t)=>{let n=(0,j.forwardRef)(({className:n,...r},i)=>(0,j.createElement)(ey,{ref:i,iconNode:t,className:Kv(`lucide-${qv(Yv(e))}`,`lucide-${e}`,n),...r}));return n.displayName=Yv(e),n},ny=ty(`arrow-right`,[[`path`,{d:`M5 12h14`,key:`1ays0h`}],[`path`,{d:`m12 5 7 7-7 7`,key:`xquz4c`}]]),ry=ty(`building-2`,[[`path`,{d:`M10 12h4`,key:`a56b0p`}],[`path`,{d:`M10 8h4`,key:`1sr2af`}],[`path`,{d:`M14 21v-3a2 2 0 0 0-4 0v3`,key:`1rgiei`}],[`path`,{d:`M6 10H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-2`,key:`secmi2`}],[`path`,{d:`M6 21V5a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v16`,key:`16ra0t`}]]),iy=ty(`check`,[[`path`,{d:`M20 6 9 17l-5-5`,key:`1gmf2c`}]]),ay=ty(`chevron-down`,[[`path`,{d:`m6 9 6 6 6-6`,key:`qrunsl`}]]),oy=ty(`chevron-right`,[[`path`,{d:`m9 18 6-6-6-6`,key:`mthhwq`}]]),sy=ty(`chevron-up`,[[`path`,{d:`m18 15-6-6-6 6`,key:`153udz`}]]),cy=ty(`chevrons-up-down`,[[`path`,{d:`m7 15 5 5 5-5`,key:`1hf1tw`}],[`path`,{d:`m7 9 5-5 5 5`,key:`sgt6xg`}]]),ly=ty(`circle-check`,[[`circle`,{cx:`12`,cy:`12`,r:`10`,key:`1mglay`}],[`path`,{d:`m9 12 2 2 4-4`,key:`dzmm74`}]]),uy=ty(`circle-user-round`,[[`path`,{d:`M17.925 20.056a6 6 0 0 0-11.851.001`,key:`z69sun`}],[`circle`,{cx:`12`,cy:`11`,r:`4`,key:`1gt34v`}],[`circle`,{cx:`12`,cy:`12`,r:`10`,key:`1mglay`}]]),dy=ty(`circle-x`,[[`circle`,{cx:`12`,cy:`12`,r:`10`,key:`1mglay`}],[`path`,{d:`m15 9-6 6`,key:`1uzhvr`}],[`path`,{d:`m9 9 6 6`,key:`z0biqf`}]]),fy=ty(`circle`,[[`circle`,{cx:`12`,cy:`12`,r:`10`,key:`1mglay`}]]),py=ty(`clock`,[[`circle`,{cx:`12`,cy:`12`,r:`10`,key:`1mglay`}],[`path`,{d:`M12 6v6l4 2`,key:`mmk7yg`}]]),my=ty(`copy`,[[`rect`,{width:`14`,height:`14`,x:`8`,y:`8`,rx:`2`,ry:`2`,key:`17jyea`}],[`path`,{d:`M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2`,key:`zix9uf`}]]),hy=ty(`ellipsis-vertical`,[[`circle`,{cx:`12`,cy:`12`,r:`1`,key:`41hilf`}],[`circle`,{cx:`12`,cy:`5`,r:`1`,key:`gxeob9`}],[`circle`,{cx:`12`,cy:`19`,r:`1`,key:`lyex9k`}]]),gy=ty(`gallery-vertical-end`,[[`path`,{d:`M7 2h10`,key:`nczekb`}],[`path`,{d:`M5 6h14`,key:`u2x4p`}],[`rect`,{width:`18`,height:`12`,x:`3`,y:`10`,rx:`2`,key:`l0tzu3`}]]),_y=ty(`globe`,[[`circle`,{cx:`12`,cy:`12`,r:`10`,key:`1mglay`}],[`path`,{d:`M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20`,key:`13o1zl`}],[`path`,{d:`M2 12h20`,key:`9i4pu4`}]]),vy=ty(`house`,[[`path`,{d:`M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8`,key:`5wwlr5`}],[`path`,{d:`M3 10a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z`,key:`r6nss1`}]]),yy=ty(`inbox`,[[`polyline`,{points:`22 12 16 12 14 15 10 15 8 12 2 12`,key:`o97t9d`}],[`path`,{d:`M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z`,key:`oot6mr`}]]),by=ty(`key-round`,[[`path`,{d:`M2.586 17.414A2 2 0 0 0 2 18.828V21a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h.172a2 2 0 0 0 1.414-.586l.814-.814a6.5 6.5 0 1 0-4-4z`,key:`1s6t7t`}],[`circle`,{cx:`16.5`,cy:`7.5`,r:`.5`,fill:`currentColor`,key:`w0ekpg`}]]),xy=ty(`languages`,[[`path`,{d:`m5 8 6 6`,key:`1wu5hv`}],[`path`,{d:`m4 14 6-6 2-3`,key:`1k1g8d`}],[`path`,{d:`M2 5h12`,key:`or177f`}],[`path`,{d:`M7 2h1`,key:`1t2jsx`}],[`path`,{d:`m22 22-5-10-5 10`,key:`don7ne`}],[`path`,{d:`M14 18h6`,key:`1m8k6r`}]]),Sy=ty(`link-2-off`,[[`path`,{d:`M9 17H7A5 5 0 0 1 7 7`,key:`10o201`}],[`path`,{d:`M15 7h2a5 5 0 0 1 4 8`,key:`1d3206`}],[`line`,{x1:`8`,x2:`12`,y1:`12`,y2:`12`,key:`rvw6j4`}],[`line`,{x1:`2`,x2:`22`,y1:`2`,y2:`22`,key:`a6p6uj`}]]),Cy=ty(`link-2`,[[`path`,{d:`M9 17H7A5 5 0 0 1 7 7h2`,key:`8i5ue5`}],[`path`,{d:`M15 7h2a5 5 0 1 1 0 10h-2`,key:`1b9ql8`}],[`line`,{x1:`8`,x2:`16`,y1:`12`,y2:`12`,key:`1jonct`}]]),wy=ty(`log-out`,[[`path`,{d:`m16 17 5-5-5-5`,key:`1bji2h`}],[`path`,{d:`M21 12H9`,key:`dn1m92`}],[`path`,{d:`M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4`,key:`1uf3rs`}]]),Ty=ty(`mail`,[[`path`,{d:`m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7`,key:`132q7q`}],[`rect`,{x:`2`,y:`4`,width:`20`,height:`16`,rx:`2`,key:`izxlao`}]]),Ey=ty(`monitor`,[[`rect`,{width:`20`,height:`14`,x:`2`,y:`3`,rx:`2`,key:`48i651`}],[`line`,{x1:`8`,x2:`16`,y1:`21`,y2:`21`,key:`1svkeh`}],[`line`,{x1:`12`,x2:`12`,y1:`17`,y2:`21`,key:`vw1qmm`}]]),Dy=ty(`moon`,[[`path`,{d:`M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401`,key:`kfwtm`}]]),Oy=ty(`panel-left`,[[`rect`,{width:`18`,height:`18`,x:`3`,y:`3`,rx:`2`,key:`afitv7`}],[`path`,{d:`M9 3v18`,key:`fh3hqa`}]]),ky=ty(`plus`,[[`path`,{d:`M5 12h14`,key:`1ays0h`}],[`path`,{d:`M12 5v14`,key:`s699le`}]]),Ay=ty(`refresh-cw`,[[`path`,{d:`M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8`,key:`v9h5vc`}],[`path`,{d:`M21 3v5h-5`,key:`1q7to0`}],[`path`,{d:`M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16`,key:`3uifl3`}],[`path`,{d:`M8 16H3v5`,key:`1cv678`}]]),jy=ty(`save`,[[`path`,{d:`M15.2 3a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z`,key:`1c8476`}],[`path`,{d:`M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7`,key:`1ydtos`}],[`path`,{d:`M7 3v4a1 1 0 0 0 1 1h7`,key:`t51u73`}]]),My=ty(`settings`,[[`path`,{d:`M9.671 4.136a2.34 2.34 0 0 1 4.659 0 2.34 2.34 0 0 0 3.319 1.915 2.34 2.34 0 0 1 2.33 4.033 2.34 2.34 0 0 0 0 3.831 2.34 2.34 0 0 1-2.33 4.033 2.34 2.34 0 0 0-3.319 1.915 2.34 2.34 0 0 1-4.659 0 2.34 2.34 0 0 0-3.32-1.915 2.34 2.34 0 0 1-2.33-4.033 2.34 2.34 0 0 0 0-3.831A2.34 2.34 0 0 1 6.35 6.051a2.34 2.34 0 0 0 3.319-1.915`,key:`1i5ecw`}],[`circle`,{cx:`12`,cy:`12`,r:`3`,key:`1v7zrd`}]]),Ny=ty(`shield-check`,[[`path`,{d:`M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z`,key:`oel41y`}],[`path`,{d:`m9 12 2 2 4-4`,key:`dzmm74`}]]),Py=ty(`shield`,[[`path`,{d:`M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z`,key:`oel41y`}]]),Fy=ty(`smartphone`,[[`rect`,{width:`14`,height:`20`,x:`5`,y:`2`,rx:`2`,ry:`2`,key:`1yt0o3`}],[`path`,{d:`M12 18h.01`,key:`mhygvu`}]]),Iy=ty(`sun`,[[`circle`,{cx:`12`,cy:`12`,r:`4`,key:`4exip2`}],[`path`,{d:`M12 2v2`,key:`tus03m`}],[`path`,{d:`M12 20v2`,key:`1lh1kg`}],[`path`,{d:`m4.93 4.93 1.41 1.41`,key:`149t6j`}],[`path`,{d:`m17.66 17.66 1.41 1.41`,key:`ptbguv`}],[`path`,{d:`M2 12h2`,key:`1t8f8n`}],[`path`,{d:`M20 12h2`,key:`1q8mjw`}],[`path`,{d:`m6.34 17.66-1.41 1.41`,key:`1m8zz5`}],[`path`,{d:`m19.07 4.93-1.41 1.41`,key:`1shlcs`}]]),Ly=ty(`tablet`,[[`rect`,{width:`16`,height:`20`,x:`4`,y:`2`,rx:`2`,ry:`2`,key:`76otgf`}],[`line`,{x1:`12`,x2:`12.01`,y1:`18`,y2:`18`,key:`1dp563`}]]),Ry=ty(`trash-2`,[[`path`,{d:`M10 11v6`,key:`nco0om`}],[`path`,{d:`M14 11v6`,key:`outv1u`}],[`path`,{d:`M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6`,key:`miytrc`}],[`path`,{d:`M3 6h18`,key:`d0wm0j`}],[`path`,{d:`M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2`,key:`e791ji`}]]),zy=ty(`triangle-alert`,[[`path`,{d:`m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3`,key:`wmoenq`}],[`path`,{d:`M12 9v4`,key:`juzpu7`}],[`path`,{d:`M12 17h.01`,key:`p32p05`}]]),By=ty(`upload`,[[`path`,{d:`M12 3v12`,key:`1x0j5s`}],[`path`,{d:`m17 8-5-5-5 5`,key:`7q97r8`}],[`path`,{d:`M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4`,key:`ih7n3h`}]]),Vy=ty(`user-minus`,[[`path`,{d:`M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2`,key:`1yyitq`}],[`circle`,{cx:`9`,cy:`7`,r:`4`,key:`nufk8`}],[`line`,{x1:`22`,x2:`16`,y1:`11`,y2:`11`,key:`1shjgl`}]]),Hy=ty(`user-plus`,[[`path`,{d:`M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2`,key:`1yyitq`}],[`circle`,{cx:`9`,cy:`7`,r:`4`,key:`nufk8`}],[`line`,{x1:`19`,x2:`19`,y1:`8`,y2:`14`,key:`1bvyxn`}],[`line`,{x1:`22`,x2:`16`,y1:`11`,y2:`11`,key:`1shjgl`}]]),Uy=ty(`user`,[[`path`,{d:`M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2`,key:`975kel`}],[`circle`,{cx:`12`,cy:`7`,r:`4`,key:`17ys0d`}]]),Wy=ty(`users-round`,[[`path`,{d:`M18 21a8 8 0 0 0-16 0`,key:`3ypg7q`}],[`circle`,{cx:`10`,cy:`8`,r:`5`,key:`o932ke`}],[`path`,{d:`M22 20c0-3.37-2-6.5-4-8a5 5 0 0 0-.45-8.3`,key:`10s06x`}]]),Gy=ty(`users`,[[`path`,{d:`M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2`,key:`1yyitq`}],[`path`,{d:`M16 3.128a4 4 0 0 1 0 7.744`,key:`16gr8j`}],[`path`,{d:`M22 21v-2a4 4 0 0 0-3-3.87`,key:`kshegd`}],[`circle`,{cx:`9`,cy:`7`,r:`4`,key:`nufk8`}]]),Ky=ty(`x`,[[`path`,{d:`M18 6 6 18`,key:`1bl5f8`}],[`path`,{d:`m6 6 12 12`,key:`d8bk6v`}]]),qy=(e,t)=>{let n=Array(e.length+t.length);for(let t=0;t<e.length;t++)n[t]=e[t];for(let r=0;r<t.length;r++)n[e.length+r]=t[r];return n},Jy=(e,t)=>({classGroupId:e,validator:t}),Yy=(e=new Map,t=null,n)=>({nextPart:e,validators:t,classGroupId:n}),Xy=`-`,Zy=[],Qy=`arbitrary..`,$y=e=>{let t=nb(e),{conflictingClassGroups:n,conflictingClassGroupModifiers:r}=e;return{getClassGroupId:e=>{if(e.startsWith(`[`)&&e.endsWith(`]`))return tb(e);let n=e.split(Xy);return eb(n,+(n[0]===``&&n.length>1),t)},getConflictingClassGroupIds:(e,t)=>{if(t){let t=r[e],i=n[e];return t?i?qy(i,t):t:i||Zy}return n[e]||Zy}}},eb=(e,t,n)=>{if(e.length-t===0)return n.classGroupId;let r=e[t],i=n.nextPart.get(r);if(i){let n=eb(e,t+1,i);if(n)return n}let a=n.validators;if(a===null)return;let o=t===0?e.join(Xy):e.slice(t).join(Xy),s=a.length;for(let e=0;e<s;e++){let t=a[e];if(t.validator(o))return t.classGroupId}},tb=e=>e.slice(1,-1).indexOf(`:`)===-1?void 0:(()=>{let t=e.slice(1,-1),n=t.indexOf(`:`),r=t.slice(0,n);return r?Qy+r:void 0})(),nb=e=>{let{theme:t,classGroups:n}=e;return rb(n,t)},rb=(e,t)=>{let n=Yy();for(let r in e){let i=e[r];ib(i,n,r,t)}return n},ib=(e,t,n,r)=>{let i=e.length;for(let a=0;a<i;a++){let i=e[a];ab(i,t,n,r)}},ab=(e,t,n,r)=>{if(typeof e==`string`){ob(e,t,n);return}if(typeof e==`function`){sb(e,t,n,r);return}cb(e,t,n,r)},ob=(e,t,n)=>{let r=e===``?t:lb(t,e);r.classGroupId=n},sb=(e,t,n,r)=>{if(ub(e)){ib(e(r),t,n,r);return}t.validators===null&&(t.validators=[]),t.validators.push(Jy(n,e))},cb=(e,t,n,r)=>{let i=Object.entries(e),a=i.length;for(let e=0;e<a;e++){let[a,o]=i[e];ib(o,lb(t,a),n,r)}},lb=(e,t)=>{let n=e,r=t.split(Xy),i=r.length;for(let e=0;e<i;e++){let t=r[e],i=n.nextPart.get(t);i||(i=Yy(),n.nextPart.set(t,i)),n=i}return n},ub=e=>`isThemeGetter`in e&&e.isThemeGetter===!0,db=e=>{if(e<1)return{get:()=>void 0,set:()=>{}};let t=0,n=Object.create(null),r=Object.create(null),i=(i,a)=>{n[i]=a,t++,t>e&&(t=0,r=n,n=Object.create(null))};return{get(e){let t=n[e];if(t!==void 0)return t;if((t=r[e])!==void 0)return i(e,t),t},set(e,t){e in n?n[e]=t:i(e,t)}}},fb=`!`,pb=`:`,mb=[],hb=(e,t,n,r,i)=>({modifiers:e,hasImportantModifier:t,baseClassName:n,maybePostfixModifierPosition:r,isExternal:i}),gb=e=>{let{prefix:t,experimentalParseClassName:n}=e,r=e=>{let t=[],n=0,r=0,i=0,a,o=e.length;for(let s=0;s<o;s++){let o=e[s];if(n===0&&r===0){if(o===pb){t.push(e.slice(i,s)),i=s+1;continue}if(o===`/`){a=s;continue}}o===`[`?n++:o===`]`?n--:o===`(`?r++:o===`)`&&r--}let s=t.length===0?e:e.slice(i),c=s,l=!1;s.endsWith(fb)?(c=s.slice(0,-1),l=!0):s.startsWith(fb)&&(c=s.slice(1),l=!0);let u=a&&a>i?a-i:void 0;return hb(t,l,c,u)};if(t){let e=t+pb,n=r;r=t=>t.startsWith(e)?n(t.slice(e.length)):hb(mb,!1,t,void 0,!0)}if(n){let e=r;r=t=>n({className:t,parseClassName:e})}return r},_b=e=>{let t=new Map;return e.orderSensitiveModifiers.forEach((e,n)=>{t.set(e,1e6+n)}),e=>{let n=[],r=[];for(let i=0;i<e.length;i++){let a=e[i],o=a[0]===`[`,s=t.has(a);o||s?(r.length>0&&(r.sort(),n.push(...r),r=[]),n.push(a)):r.push(a)}return r.length>0&&(r.sort(),n.push(...r)),n}},vb=e=>({cache:db(e.cacheSize),parseClassName:gb(e),sortModifiers:_b(e),postfixLookupClassGroupIds:yb(e),...$y(e)}),yb=e=>{let t=Object.create(null),n=e.postfixLookupClassGroups;if(n)for(let e=0;e<n.length;e++)t[n[e]]=!0;return t},bb=/\s+/,xb=(e,t)=>{let{parseClassName:n,getClassGroupId:r,getConflictingClassGroupIds:i,sortModifiers:a,postfixLookupClassGroupIds:o}=t,s=[],c=e.trim().split(bb),l=``;for(let e=c.length-1;e>=0;--e){let t=c[e],{isExternal:u,modifiers:d,hasImportantModifier:f,baseClassName:p,maybePostfixModifierPosition:m}=n(t);if(u){l=t+(l.length>0?` `+l:l);continue}let h=!!m,g;if(h){g=r(p.substring(0,m));let e=g&&o[g]?r(p):void 0;e&&e!==g&&(g=e,h=!1)}else g=r(p);if(!g){if(!h){l=t+(l.length>0?` `+l:l);continue}if(g=r(p),!g){l=t+(l.length>0?` `+l:l);continue}h=!1}let _=d.length===0?``:d.length===1?d[0]:a(d).join(`:`),v=f?_+fb:_,y=v+g;if(s.indexOf(y)>-1)continue;s.push(y);let b=i(g,h);for(let e=0;e<b.length;++e){let t=b[e];s.push(v+t)}l=t+(l.length>0?` `+l:l)}return l},Sb=(...e)=>{let t=0,n,r,i=``;for(;t<e.length;)(n=e[t++])&&(r=Cb(n))&&(i&&(i+=` `),i+=r);return i},Cb=e=>{if(typeof e==`string`)return e;let t,n=``;for(let r=0;r<e.length;r++)e[r]&&(t=Cb(e[r]))&&(n&&(n+=` `),n+=t);return n},wb=(e,...t)=>{let n,r,i,a,o=o=>(n=vb(t.reduce((e,t)=>t(e),e())),r=n.cache.get,i=n.cache.set,a=s,s(o)),s=e=>{let t=r(e);if(t)return t;let a=xb(e,n);return i(e,a),a};return a=o,(...e)=>a(Sb(...e))},Tb=[],Eb=e=>{let t=t=>t[e]||Tb;return t.isThemeGetter=!0,t},Db=/^\[(?:(\w[\w-]*):)?(.+)\]$/i,Ob=/^\((?:(\w[\w-]*):)?(.+)\)$/i,kb=/^\d+(?:\.\d+)?\/\d+(?:\.\d+)?$/,Ab=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,jb=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/,Mb=/^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/,Nb=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,Pb=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,Fb=e=>kb.test(e),Ib=e=>!!e&&!Number.isNaN(Number(e)),Lb=e=>!!e&&Number.isInteger(Number(e)),Rb=e=>e.endsWith(`%`)&&Ib(e.slice(0,-1)),zb=e=>Ab.test(e),Bb=()=>!0,Vb=e=>jb.test(e)&&!Mb.test(e),Hb=()=>!1,Ub=e=>Nb.test(e),Wb=e=>Pb.test(e),Gb=e=>!Y(e)&&!X(e),Kb=e=>e.startsWith(`@container`)&&(e[10]===`/`&&e[11]!==void 0||e[11]===`s`&&e[16]!==void 0&&e.startsWith(`-size/`,10)||e[11]===`n`&&e[18]!==void 0&&e.startsWith(`-normal/`,10)),qb=e=>cx(e,fx,Hb),Y=e=>Db.test(e),Jb=e=>cx(e,px,Vb),Yb=e=>cx(e,mx,Ib),Xb=e=>cx(e,gx,Bb),Zb=e=>cx(e,hx,Hb),Qb=e=>cx(e,ux,Hb),$b=e=>cx(e,dx,Wb),ex=e=>cx(e,_x,Ub),X=e=>Ob.test(e),tx=e=>lx(e,px),nx=e=>lx(e,hx),rx=e=>lx(e,ux),ix=e=>lx(e,fx),ax=e=>lx(e,dx),ox=e=>lx(e,_x,!0),sx=e=>lx(e,gx,!0),cx=(e,t,n)=>{let r=Db.exec(e);return r?r[1]?t(r[1]):n(r[2]):!1},lx=(e,t,n=!1)=>{let r=Ob.exec(e);return r?r[1]?t(r[1]):n:!1},ux=e=>e===`position`||e===`percentage`,dx=e=>e===`image`||e===`url`,fx=e=>e===`length`||e===`size`||e===`bg-size`,px=e=>e===`length`,mx=e=>e===`number`,hx=e=>e===`family-name`,gx=e=>e===`number`||e===`weight`,_x=e=>e===`shadow`,vx=wb(()=>{let e=Eb(`color`),t=Eb(`font`),n=Eb(`text`),r=Eb(`font-weight`),i=Eb(`tracking`),a=Eb(`leading`),o=Eb(`breakpoint`),s=Eb(`container`),c=Eb(`spacing`),l=Eb(`radius`),u=Eb(`shadow`),d=Eb(`inset-shadow`),f=Eb(`text-shadow`),p=Eb(`drop-shadow`),m=Eb(`blur`),h=Eb(`perspective`),g=Eb(`aspect`),_=Eb(`ease`),v=Eb(`animate`),y=()=>[`auto`,`avoid`,`all`,`avoid-page`,`page`,`left`,`right`,`column`],b=()=>[`center`,`top`,`bottom`,`left`,`right`,`top-left`,`left-top`,`top-right`,`right-top`,`bottom-right`,`right-bottom`,`bottom-left`,`left-bottom`],x=()=>[...b(),X,Y],S=()=>[`auto`,`hidden`,`clip`,`visible`,`scroll`],C=()=>[`auto`,`contain`,`none`],w=()=>[X,Y,c],T=()=>[Fb,`full`,`auto`,...w()],E=()=>[Lb,`none`,`subgrid`,X,Y],D=()=>[`auto`,{span:[`full`,Lb,X,Y]},Lb,X,Y],O=()=>[Lb,`auto`,X,Y],ee=()=>[`auto`,`min`,`max`,`fr`,X,Y],te=()=>[`start`,`end`,`center`,`between`,`around`,`evenly`,`stretch`,`baseline`,`center-safe`,`end-safe`],ne=()=>[`start`,`end`,`center`,`stretch`,`center-safe`,`end-safe`],re=()=>[`auto`,...w()],ie=()=>[Fb,`auto`,`full`,`dvw`,`dvh`,`lvw`,`lvh`,`svw`,`svh`,`min`,`max`,`fit`,...w()],ae=()=>[Fb,`screen`,`full`,`dvw`,`lvw`,`svw`,`min`,`max`,`fit`,...w()],oe=()=>[Fb,`screen`,`full`,`lh`,`dvh`,`lvh`,`svh`,`min`,`max`,`fit`,...w()],k=()=>[e,X,Y],se=()=>[...b(),rx,Qb,{position:[X,Y]}],ce=()=>[`no-repeat`,{repeat:[``,`x`,`y`,`space`,`round`]}],le=()=>[`auto`,`cover`,`contain`,ix,qb,{size:[X,Y]}],ue=()=>[Rb,tx,Jb],A=()=>[``,`none`,`full`,l,X,Y],de=()=>[``,Ib,tx,Jb],fe=()=>[`solid`,`dashed`,`dotted`,`double`],pe=()=>[`normal`,`multiply`,`screen`,`overlay`,`darken`,`lighten`,`color-dodge`,`color-burn`,`hard-light`,`soft-light`,`difference`,`exclusion`,`hue`,`saturation`,`color`,`luminosity`],me=()=>[Ib,Rb,rx,Qb],he=()=>[``,`none`,m,X,Y],ge=()=>[`none`,Ib,X,Y],_e=()=>[`none`,Ib,X,Y],ve=()=>[Ib,X,Y],ye=()=>[Fb,`full`,...w()];return{cacheSize:500,theme:{animate:[`spin`,`ping`,`pulse`,`bounce`],aspect:[`video`],blur:[zb],breakpoint:[zb],color:[Bb],container:[zb],"drop-shadow":[zb],ease:[`in`,`out`,`in-out`],font:[Gb],"font-weight":[`thin`,`extralight`,`light`,`normal`,`medium`,`semibold`,`bold`,`extrabold`,`black`],"inset-shadow":[zb],leading:[`none`,`tight`,`snug`,`normal`,`relaxed`,`loose`],perspective:[`dramatic`,`near`,`normal`,`midrange`,`distant`,`none`],radius:[zb],shadow:[zb],spacing:[`px`,Ib],text:[zb],"text-shadow":[zb],tracking:[`tighter`,`tight`,`normal`,`wide`,`wider`,`widest`]},classGroups:{aspect:[{aspect:[`auto`,`square`,Fb,Y,X,g]}],container:[`container`],"container-type":[{"@container":[``,`normal`,`size`,X,Y]}],"container-named":[Kb],columns:[{columns:[Ib,Y,X,s]}],"break-after":[{"break-after":y()}],"break-before":[{"break-before":y()}],"break-inside":[{"break-inside":[`auto`,`avoid`,`avoid-page`,`avoid-column`]}],"box-decoration":[{"box-decoration":[`slice`,`clone`]}],box:[{box:[`border`,`content`]}],display:[`block`,`inline-block`,`inline`,`flex`,`inline-flex`,`table`,`inline-table`,`table-caption`,`table-cell`,`table-column`,`table-column-group`,`table-footer-group`,`table-header-group`,`table-row-group`,`table-row`,`flow-root`,`grid`,`inline-grid`,`contents`,`list-item`,`hidden`],sr:[`sr-only`,`not-sr-only`],float:[{float:[`right`,`left`,`none`,`start`,`end`]}],clear:[{clear:[`left`,`right`,`both`,`none`,`start`,`end`]}],isolation:[`isolate`,`isolation-auto`],"object-fit":[{object:[`contain`,`cover`,`fill`,`none`,`scale-down`]}],"object-position":[{object:x()}],overflow:[{overflow:S()}],"overflow-x":[{"overflow-x":S()}],"overflow-y":[{"overflow-y":S()}],overscroll:[{overscroll:C()}],"overscroll-x":[{"overscroll-x":C()}],"overscroll-y":[{"overscroll-y":C()}],position:[`static`,`fixed`,`absolute`,`relative`,`sticky`],inset:[{inset:T()}],"inset-x":[{"inset-x":T()}],"inset-y":[{"inset-y":T()}],start:[{"inset-s":T(),start:T()}],end:[{"inset-e":T(),end:T()}],"inset-bs":[{"inset-bs":T()}],"inset-be":[{"inset-be":T()}],top:[{top:T()}],right:[{right:T()}],bottom:[{bottom:T()}],left:[{left:T()}],visibility:[`visible`,`invisible`,`collapse`],z:[{z:[Lb,`auto`,X,Y]}],basis:[{basis:[Fb,`full`,`auto`,s,...w()]}],"flex-direction":[{flex:[`row`,`row-reverse`,`col`,`col-reverse`]}],"flex-wrap":[{flex:[`nowrap`,`wrap`,`wrap-reverse`]}],flex:[{flex:[Ib,Fb,`auto`,`initial`,`none`,Y]}],grow:[{grow:[``,Ib,X,Y]}],shrink:[{shrink:[``,Ib,X,Y]}],order:[{order:[Lb,`first`,`last`,`none`,X,Y]}],"grid-cols":[{"grid-cols":E()}],"col-start-end":[{col:D()}],"col-start":[{"col-start":O()}],"col-end":[{"col-end":O()}],"grid-rows":[{"grid-rows":E()}],"row-start-end":[{row:D()}],"row-start":[{"row-start":O()}],"row-end":[{"row-end":O()}],"grid-flow":[{"grid-flow":[`row`,`col`,`dense`,`row-dense`,`col-dense`]}],"auto-cols":[{"auto-cols":ee()}],"auto-rows":[{"auto-rows":ee()}],gap:[{gap:w()}],"gap-x":[{"gap-x":w()}],"gap-y":[{"gap-y":w()}],"justify-content":[{justify:[...te(),`normal`]}],"justify-items":[{"justify-items":[...ne(),`normal`]}],"justify-self":[{"justify-self":[`auto`,...ne()]}],"align-content":[{content:[`normal`,...te()]}],"align-items":[{items:[...ne(),{baseline:[``,`last`]}]}],"align-self":[{self:[`auto`,...ne(),{baseline:[``,`last`]}]}],"place-content":[{"place-content":te()}],"place-items":[{"place-items":[...ne(),`baseline`]}],"place-self":[{"place-self":[`auto`,...ne()]}],p:[{p:w()}],px:[{px:w()}],py:[{py:w()}],ps:[{ps:w()}],pe:[{pe:w()}],pbs:[{pbs:w()}],pbe:[{pbe:w()}],pt:[{pt:w()}],pr:[{pr:w()}],pb:[{pb:w()}],pl:[{pl:w()}],m:[{m:re()}],mx:[{mx:re()}],my:[{my:re()}],ms:[{ms:re()}],me:[{me:re()}],mbs:[{mbs:re()}],mbe:[{mbe:re()}],mt:[{mt:re()}],mr:[{mr:re()}],mb:[{mb:re()}],ml:[{ml:re()}],"space-x":[{"space-x":w()}],"space-x-reverse":[`space-x-reverse`],"space-y":[{"space-y":w()}],"space-y-reverse":[`space-y-reverse`],size:[{size:ie()}],"inline-size":[{inline:[`auto`,...ae()]}],"min-inline-size":[{"min-inline":[`auto`,...ae()]}],"max-inline-size":[{"max-inline":[`none`,...ae()]}],"block-size":[{block:[`auto`,...oe()]}],"min-block-size":[{"min-block":[`auto`,...oe()]}],"max-block-size":[{"max-block":[`none`,...oe()]}],w:[{w:[s,`screen`,...ie()]}],"min-w":[{"min-w":[s,`screen`,`none`,...ie()]}],"max-w":[{"max-w":[s,`screen`,`none`,`prose`,{screen:[o]},...ie()]}],h:[{h:[`screen`,`lh`,...ie()]}],"min-h":[{"min-h":[`screen`,`lh`,`none`,...ie()]}],"max-h":[{"max-h":[`screen`,`lh`,...ie()]}],"font-size":[{text:[`base`,n,tx,Jb]}],"font-smoothing":[`antialiased`,`subpixel-antialiased`],"font-style":[`italic`,`not-italic`],"font-weight":[{font:[r,sx,Xb]}],"font-stretch":[{"font-stretch":[`ultra-condensed`,`extra-condensed`,`condensed`,`semi-condensed`,`normal`,`semi-expanded`,`expanded`,`extra-expanded`,`ultra-expanded`,Rb,Y]}],"font-family":[{font:[nx,Zb,t]}],"font-features":[{"font-features":[Y]}],"fvn-normal":[`normal-nums`],"fvn-ordinal":[`ordinal`],"fvn-slashed-zero":[`slashed-zero`],"fvn-figure":[`lining-nums`,`oldstyle-nums`],"fvn-spacing":[`proportional-nums`,`tabular-nums`],"fvn-fraction":[`diagonal-fractions`,`stacked-fractions`],tracking:[{tracking:[i,X,Y]}],"line-clamp":[{"line-clamp":[Ib,`none`,X,Yb]}],leading:[{leading:[a,...w()]}],"list-image":[{"list-image":[`none`,X,Y]}],"list-style-position":[{list:[`inside`,`outside`]}],"list-style-type":[{list:[`disc`,`decimal`,`none`,X,Y]}],"text-alignment":[{text:[`left`,`center`,`right`,`justify`,`start`,`end`]}],"placeholder-color":[{placeholder:k()}],"text-color":[{text:k()}],"text-decoration":[`underline`,`overline`,`line-through`,`no-underline`],"text-decoration-style":[{decoration:[...fe(),`wavy`]}],"text-decoration-thickness":[{decoration:[Ib,`from-font`,`auto`,X,Jb]}],"text-decoration-color":[{decoration:k()}],"underline-offset":[{"underline-offset":[Ib,`auto`,X,Y]}],"text-transform":[`uppercase`,`lowercase`,`capitalize`,`normal-case`],"text-overflow":[`truncate`,`text-ellipsis`,`text-clip`],"text-wrap":[{text:[`wrap`,`nowrap`,`balance`,`pretty`]}],indent:[{indent:w()}],"tab-size":[{tab:[Lb,X,Y]}],"vertical-align":[{align:[`baseline`,`top`,`middle`,`bottom`,`text-top`,`text-bottom`,`sub`,`super`,X,Y]}],whitespace:[{whitespace:[`normal`,`nowrap`,`pre`,`pre-line`,`pre-wrap`,`break-spaces`]}],break:[{break:[`normal`,`words`,`all`,`keep`]}],wrap:[{wrap:[`break-word`,`anywhere`,`normal`]}],hyphens:[{hyphens:[`none`,`manual`,`auto`]}],content:[{content:[`none`,X,Y]}],"bg-attachment":[{bg:[`fixed`,`local`,`scroll`]}],"bg-clip":[{"bg-clip":[`border`,`padding`,`content`,`text`]}],"bg-origin":[{"bg-origin":[`border`,`padding`,`content`]}],"bg-position":[{bg:se()}],"bg-repeat":[{bg:ce()}],"bg-size":[{bg:le()}],"bg-image":[{bg:[`none`,{linear:[{to:[`t`,`tr`,`r`,`br`,`b`,`bl`,`l`,`tl`]},Lb,X,Y],radial:[``,X,Y],conic:[Lb,X,Y]},ax,$b]}],"bg-color":[{bg:k()}],"gradient-from-pos":[{from:ue()}],"gradient-via-pos":[{via:ue()}],"gradient-to-pos":[{to:ue()}],"gradient-from":[{from:k()}],"gradient-via":[{via:k()}],"gradient-to":[{to:k()}],rounded:[{rounded:A()}],"rounded-s":[{"rounded-s":A()}],"rounded-e":[{"rounded-e":A()}],"rounded-t":[{"rounded-t":A()}],"rounded-r":[{"rounded-r":A()}],"rounded-b":[{"rounded-b":A()}],"rounded-l":[{"rounded-l":A()}],"rounded-ss":[{"rounded-ss":A()}],"rounded-se":[{"rounded-se":A()}],"rounded-ee":[{"rounded-ee":A()}],"rounded-es":[{"rounded-es":A()}],"rounded-tl":[{"rounded-tl":A()}],"rounded-tr":[{"rounded-tr":A()}],"rounded-br":[{"rounded-br":A()}],"rounded-bl":[{"rounded-bl":A()}],"border-w":[{border:de()}],"border-w-x":[{"border-x":de()}],"border-w-y":[{"border-y":de()}],"border-w-s":[{"border-s":de()}],"border-w-e":[{"border-e":de()}],"border-w-bs":[{"border-bs":de()}],"border-w-be":[{"border-be":de()}],"border-w-t":[{"border-t":de()}],"border-w-r":[{"border-r":de()}],"border-w-b":[{"border-b":de()}],"border-w-l":[{"border-l":de()}],"divide-x":[{"divide-x":de()}],"divide-x-reverse":[`divide-x-reverse`],"divide-y":[{"divide-y":de()}],"divide-y-reverse":[`divide-y-reverse`],"border-style":[{border:[...fe(),`hidden`,`none`]}],"divide-style":[{divide:[...fe(),`hidden`,`none`]}],"border-color":[{border:k()}],"border-color-x":[{"border-x":k()}],"border-color-y":[{"border-y":k()}],"border-color-s":[{"border-s":k()}],"border-color-e":[{"border-e":k()}],"border-color-bs":[{"border-bs":k()}],"border-color-be":[{"border-be":k()}],"border-color-t":[{"border-t":k()}],"border-color-r":[{"border-r":k()}],"border-color-b":[{"border-b":k()}],"border-color-l":[{"border-l":k()}],"divide-color":[{divide:k()}],"outline-style":[{outline:[...fe(),`none`,`hidden`]}],"outline-offset":[{"outline-offset":[Ib,X,Y]}],"outline-w":[{outline:[``,Ib,tx,Jb]}],"outline-color":[{outline:k()}],shadow:[{shadow:[``,`none`,u,ox,ex]}],"shadow-color":[{shadow:k()}],"inset-shadow":[{"inset-shadow":[`none`,d,ox,ex]}],"inset-shadow-color":[{"inset-shadow":k()}],"ring-w":[{ring:de()}],"ring-w-inset":[`ring-inset`],"ring-color":[{ring:k()}],"ring-offset-w":[{"ring-offset":[Ib,Jb]}],"ring-offset-color":[{"ring-offset":k()}],"inset-ring-w":[{"inset-ring":de()}],"inset-ring-color":[{"inset-ring":k()}],"text-shadow":[{"text-shadow":[`none`,f,ox,ex]}],"text-shadow-color":[{"text-shadow":k()}],opacity:[{opacity:[Ib,X,Y]}],"mix-blend":[{"mix-blend":[...pe(),`plus-darker`,`plus-lighter`]}],"bg-blend":[{"bg-blend":pe()}],"mask-clip":[{"mask-clip":[`border`,`padding`,`content`,`fill`,`stroke`,`view`]},`mask-no-clip`],"mask-composite":[{mask:[`add`,`subtract`,`intersect`,`exclude`]}],"mask-image-linear-pos":[{"mask-linear":[Ib]}],"mask-image-linear-from-pos":[{"mask-linear-from":me()}],"mask-image-linear-to-pos":[{"mask-linear-to":me()}],"mask-image-linear-from-color":[{"mask-linear-from":k()}],"mask-image-linear-to-color":[{"mask-linear-to":k()}],"mask-image-t-from-pos":[{"mask-t-from":me()}],"mask-image-t-to-pos":[{"mask-t-to":me()}],"mask-image-t-from-color":[{"mask-t-from":k()}],"mask-image-t-to-color":[{"mask-t-to":k()}],"mask-image-r-from-pos":[{"mask-r-from":me()}],"mask-image-r-to-pos":[{"mask-r-to":me()}],"mask-image-r-from-color":[{"mask-r-from":k()}],"mask-image-r-to-color":[{"mask-r-to":k()}],"mask-image-b-from-pos":[{"mask-b-from":me()}],"mask-image-b-to-pos":[{"mask-b-to":me()}],"mask-image-b-from-color":[{"mask-b-from":k()}],"mask-image-b-to-color":[{"mask-b-to":k()}],"mask-image-l-from-pos":[{"mask-l-from":me()}],"mask-image-l-to-pos":[{"mask-l-to":me()}],"mask-image-l-from-color":[{"mask-l-from":k()}],"mask-image-l-to-color":[{"mask-l-to":k()}],"mask-image-x-from-pos":[{"mask-x-from":me()}],"mask-image-x-to-pos":[{"mask-x-to":me()}],"mask-image-x-from-color":[{"mask-x-from":k()}],"mask-image-x-to-color":[{"mask-x-to":k()}],"mask-image-y-from-pos":[{"mask-y-from":me()}],"mask-image-y-to-pos":[{"mask-y-to":me()}],"mask-image-y-from-color":[{"mask-y-from":k()}],"mask-image-y-to-color":[{"mask-y-to":k()}],"mask-image-radial":[{"mask-radial":[X,Y]}],"mask-image-radial-from-pos":[{"mask-radial-from":me()}],"mask-image-radial-to-pos":[{"mask-radial-to":me()}],"mask-image-radial-from-color":[{"mask-radial-from":k()}],"mask-image-radial-to-color":[{"mask-radial-to":k()}],"mask-image-radial-shape":[{"mask-radial":[`circle`,`ellipse`]}],"mask-image-radial-size":[{"mask-radial":[{closest:[`side`,`corner`],farthest:[`side`,`corner`]}]}],"mask-image-radial-pos":[{"mask-radial-at":b()}],"mask-image-conic-pos":[{"mask-conic":[Ib]}],"mask-image-conic-from-pos":[{"mask-conic-from":me()}],"mask-image-conic-to-pos":[{"mask-conic-to":me()}],"mask-image-conic-from-color":[{"mask-conic-from":k()}],"mask-image-conic-to-color":[{"mask-conic-to":k()}],"mask-mode":[{mask:[`alpha`,`luminance`,`match`]}],"mask-origin":[{"mask-origin":[`border`,`padding`,`content`,`fill`,`stroke`,`view`]}],"mask-position":[{mask:se()}],"mask-repeat":[{mask:ce()}],"mask-size":[{mask:le()}],"mask-type":[{"mask-type":[`alpha`,`luminance`]}],"mask-image":[{mask:[`none`,X,Y]}],filter:[{filter:[``,`none`,X,Y]}],blur:[{blur:he()}],brightness:[{brightness:[Ib,X,Y]}],contrast:[{contrast:[Ib,X,Y]}],"drop-shadow":[{"drop-shadow":[``,`none`,p,ox,ex]}],"drop-shadow-color":[{"drop-shadow":k()}],grayscale:[{grayscale:[``,Ib,X,Y]}],"hue-rotate":[{"hue-rotate":[Ib,X,Y]}],invert:[{invert:[``,Ib,X,Y]}],saturate:[{saturate:[Ib,X,Y]}],sepia:[{sepia:[``,Ib,X,Y]}],"backdrop-filter":[{"backdrop-filter":[``,`none`,X,Y]}],"backdrop-blur":[{"backdrop-blur":he()}],"backdrop-brightness":[{"backdrop-brightness":[Ib,X,Y]}],"backdrop-contrast":[{"backdrop-contrast":[Ib,X,Y]}],"backdrop-grayscale":[{"backdrop-grayscale":[``,Ib,X,Y]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[Ib,X,Y]}],"backdrop-invert":[{"backdrop-invert":[``,Ib,X,Y]}],"backdrop-opacity":[{"backdrop-opacity":[Ib,X,Y]}],"backdrop-saturate":[{"backdrop-saturate":[Ib,X,Y]}],"backdrop-sepia":[{"backdrop-sepia":[``,Ib,X,Y]}],"border-collapse":[{border:[`collapse`,`separate`]}],"border-spacing":[{"border-spacing":w()}],"border-spacing-x":[{"border-spacing-x":w()}],"border-spacing-y":[{"border-spacing-y":w()}],"table-layout":[{table:[`auto`,`fixed`]}],caption:[{caption:[`top`,`bottom`]}],transition:[{transition:[``,`all`,`colors`,`opacity`,`shadow`,`transform`,`none`,X,Y]}],"transition-behavior":[{transition:[`normal`,`discrete`]}],duration:[{duration:[Ib,`initial`,X,Y]}],ease:[{ease:[`linear`,`initial`,_,X,Y]}],delay:[{delay:[Ib,X,Y]}],animate:[{animate:[`none`,v,X,Y]}],backface:[{backface:[`hidden`,`visible`]}],perspective:[{perspective:[h,X,Y]}],"perspective-origin":[{"perspective-origin":x()}],rotate:[{rotate:ge()}],"rotate-x":[{"rotate-x":ge()}],"rotate-y":[{"rotate-y":ge()}],"rotate-z":[{"rotate-z":ge()}],scale:[{scale:_e()}],"scale-x":[{"scale-x":_e()}],"scale-y":[{"scale-y":_e()}],"scale-z":[{"scale-z":_e()}],"scale-3d":[`scale-3d`],skew:[{skew:ve()}],"skew-x":[{"skew-x":ve()}],"skew-y":[{"skew-y":ve()}],transform:[{transform:[X,Y,``,`none`,`gpu`,`cpu`]}],"transform-origin":[{origin:x()}],"transform-style":[{transform:[`3d`,`flat`]}],translate:[{translate:ye()}],"translate-x":[{"translate-x":ye()}],"translate-y":[{"translate-y":ye()}],"translate-z":[{"translate-z":ye()}],"translate-none":[`translate-none`],zoom:[{zoom:[Lb,X,Y]}],accent:[{accent:k()}],appearance:[{appearance:[`none`,`auto`]}],"caret-color":[{caret:k()}],"color-scheme":[{scheme:[`normal`,`dark`,`light`,`light-dark`,`only-dark`,`only-light`]}],cursor:[{cursor:[`auto`,`default`,`pointer`,`wait`,`text`,`move`,`help`,`not-allowed`,`none`,`context-menu`,`progress`,`cell`,`crosshair`,`vertical-text`,`alias`,`copy`,`no-drop`,`grab`,`grabbing`,`all-scroll`,`col-resize`,`row-resize`,`n-resize`,`e-resize`,`s-resize`,`w-resize`,`ne-resize`,`nw-resize`,`se-resize`,`sw-resize`,`ew-resize`,`ns-resize`,`nesw-resize`,`nwse-resize`,`zoom-in`,`zoom-out`,X,Y]}],"field-sizing":[{"field-sizing":[`fixed`,`content`]}],"pointer-events":[{"pointer-events":[`auto`,`none`]}],resize:[{resize:[`none`,``,`y`,`x`]}],"scroll-behavior":[{scroll:[`auto`,`smooth`]}],"scrollbar-thumb-color":[{"scrollbar-thumb":k()}],"scrollbar-track-color":[{"scrollbar-track":k()}],"scrollbar-gutter":[{"scrollbar-gutter":[`auto`,`stable`,`both`]}],"scrollbar-w":[{scrollbar:[`auto`,`thin`,`none`]}],"scroll-m":[{"scroll-m":w()}],"scroll-mx":[{"scroll-mx":w()}],"scroll-my":[{"scroll-my":w()}],"scroll-ms":[{"scroll-ms":w()}],"scroll-me":[{"scroll-me":w()}],"scroll-mbs":[{"scroll-mbs":w()}],"scroll-mbe":[{"scroll-mbe":w()}],"scroll-mt":[{"scroll-mt":w()}],"scroll-mr":[{"scroll-mr":w()}],"scroll-mb":[{"scroll-mb":w()}],"scroll-ml":[{"scroll-ml":w()}],"scroll-p":[{"scroll-p":w()}],"scroll-px":[{"scroll-px":w()}],"scroll-py":[{"scroll-py":w()}],"scroll-ps":[{"scroll-ps":w()}],"scroll-pe":[{"scroll-pe":w()}],"scroll-pbs":[{"scroll-pbs":w()}],"scroll-pbe":[{"scroll-pbe":w()}],"scroll-pt":[{"scroll-pt":w()}],"scroll-pr":[{"scroll-pr":w()}],"scroll-pb":[{"scroll-pb":w()}],"scroll-pl":[{"scroll-pl":w()}],"snap-align":[{snap:[`start`,`end`,`center`,`align-none`]}],"snap-stop":[{snap:[`normal`,`always`]}],"snap-type":[{snap:[`none`,`x`,`y`,`both`]}],"snap-strictness":[{snap:[`mandatory`,`proximity`]}],touch:[{touch:[`auto`,`none`,`manipulation`]}],"touch-x":[{"touch-pan":[`x`,`left`,`right`]}],"touch-y":[{"touch-pan":[`y`,`up`,`down`]}],"touch-pz":[`touch-pinch-zoom`],select:[{select:[`none`,`text`,`all`,`auto`]}],"will-change":[{"will-change":[`auto`,`scroll`,`contents`,`transform`,X,Y]}],fill:[{fill:[`none`,...k()]}],"stroke-w":[{stroke:[Ib,tx,Jb,Yb]}],stroke:[{stroke:[`none`,...k()]}],"forced-color-adjust":[{"forced-color-adjust":[`auto`,`none`]}]},conflictingClassGroups:{"container-named":[`container-type`],overflow:[`overflow-x`,`overflow-y`],overscroll:[`overscroll-x`,`overscroll-y`],inset:[`inset-x`,`inset-y`,`inset-bs`,`inset-be`,`start`,`end`,`top`,`right`,`bottom`,`left`],"inset-x":[`right`,`left`],"inset-y":[`top`,`bottom`],flex:[`basis`,`grow`,`shrink`],gap:[`gap-x`,`gap-y`],p:[`px`,`py`,`ps`,`pe`,`pbs`,`pbe`,`pt`,`pr`,`pb`,`pl`],px:[`pr`,`pl`],py:[`pt`,`pb`],m:[`mx`,`my`,`ms`,`me`,`mbs`,`mbe`,`mt`,`mr`,`mb`,`ml`],mx:[`mr`,`ml`],my:[`mt`,`mb`],size:[`w`,`h`],"font-size":[`leading`],"fvn-normal":[`fvn-ordinal`,`fvn-slashed-zero`,`fvn-figure`,`fvn-spacing`,`fvn-fraction`],"fvn-ordinal":[`fvn-normal`],"fvn-slashed-zero":[`fvn-normal`],"fvn-figure":[`fvn-normal`],"fvn-spacing":[`fvn-normal`],"fvn-fraction":[`fvn-normal`],"line-clamp":[`display`,`overflow`],rounded:[`rounded-s`,`rounded-e`,`rounded-t`,`rounded-r`,`rounded-b`,`rounded-l`,`rounded-ss`,`rounded-se`,`rounded-ee`,`rounded-es`,`rounded-tl`,`rounded-tr`,`rounded-br`,`rounded-bl`],"rounded-s":[`rounded-ss`,`rounded-es`],"rounded-e":[`rounded-se`,`rounded-ee`],"rounded-t":[`rounded-tl`,`rounded-tr`],"rounded-r":[`rounded-tr`,`rounded-br`],"rounded-b":[`rounded-br`,`rounded-bl`],"rounded-l":[`rounded-tl`,`rounded-bl`],"border-spacing":[`border-spacing-x`,`border-spacing-y`],"border-w":[`border-w-x`,`border-w-y`,`border-w-s`,`border-w-e`,`border-w-bs`,`border-w-be`,`border-w-t`,`border-w-r`,`border-w-b`,`border-w-l`],"border-w-x":[`border-w-r`,`border-w-l`],"border-w-y":[`border-w-t`,`border-w-b`],"border-color":[`border-color-x`,`border-color-y`,`border-color-s`,`border-color-e`,`border-color-bs`,`border-color-be`,`border-color-t`,`border-color-r`,`border-color-b`,`border-color-l`],"border-color-x":[`border-color-r`,`border-color-l`],"border-color-y":[`border-color-t`,`border-color-b`],translate:[`translate-x`,`translate-y`,`translate-none`],"translate-none":[`translate`,`translate-x`,`translate-y`,`translate-z`],"scroll-m":[`scroll-mx`,`scroll-my`,`scroll-ms`,`scroll-me`,`scroll-mbs`,`scroll-mbe`,`scroll-mt`,`scroll-mr`,`scroll-mb`,`scroll-ml`],"scroll-mx":[`scroll-mr`,`scroll-ml`],"scroll-my":[`scroll-mt`,`scroll-mb`],"scroll-p":[`scroll-px`,`scroll-py`,`scroll-ps`,`scroll-pe`,`scroll-pbs`,`scroll-pbe`,`scroll-pt`,`scroll-pr`,`scroll-pb`,`scroll-pl`],"scroll-px":[`scroll-pr`,`scroll-pl`],"scroll-py":[`scroll-pt`,`scroll-pb`],touch:[`touch-x`,`touch-y`,`touch-pz`],"touch-x":[`touch`],"touch-y":[`touch`],"touch-pz":[`touch`]},conflictingClassGroupModifiers:{"font-size":[`leading`]},postfixLookupClassGroups:[`container-type`],orderSensitiveModifiers:[`*`,`**`,`after`,`backdrop`,`before`,`details-content`,`file`,`first-letter`,`first-line`,`marker`,`placeholder`,`selection`]}});function Z(...e){return vx(Hv(e))}var yx=Pv,bx=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(Fv,{ref:n,className:Z(`fixed top-0 z-[100] flex max-h-screen w-full flex-col-reverse p-4 sm:bottom-0 sm:right-0 sm:top-auto sm:flex-col md:max-w-[420px]`,e),...t}));bx.displayName=Fv.displayName;var xx=Gv(`group pointer-events-auto relative flex w-full items-center justify-between space-x-4 overflow-hidden rounded-md border p-6 pr-8 shadow-lg transition-all data-[swipe=cancel]:translate-x-0 data-[swipe=end]:translate-x-[var(--radix-toast-swipe-end-x)] data-[swipe=move]:translate-x-[var(--radix-toast-swipe-move-x)] data-[swipe=move]:transition-none data-[state=open]:animate-in data-[state=closed]:animate-out data-[swipe=end]:animate-out data-[state=closed]:fade-out-80 data-[state=closed]:slide-out-to-right-full data-[state=open]:slide-in-from-top-full data-[state=open]:sm:slide-in-from-bottom-full`,{variants:{variant:{default:`border bg-background text-foreground`,destructive:`destructive group border-destructive bg-destructive text-destructive-foreground`}},defaultVariants:{variant:`default`}}),Sx=j.forwardRef(({className:e,variant:t,...n},r)=>(0,M.jsx)(Iv,{ref:r,className:Z(xx({variant:t}),e),...n}));Sx.displayName=Iv.displayName;var Cx=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(zv,{ref:n,className:Z(`inline-flex h-8 shrink-0 items-center justify-center rounded-md border bg-transparent px-3 text-sm font-medium ring-offset-background transition-colors hover:bg-secondary focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 group-[.destructive]:border-muted/40 group-[.destructive]:hover:border-destructive/30 group-[.destructive]:hover:bg-destructive group-[.destructive]:hover:text-destructive-foreground group-[.destructive]:focus:ring-destructive`,e),...t}));Cx.displayName=zv.displayName;var wx=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(Bv,{ref:n,className:Z(`absolute right-2 top-2 rounded-md p-1 text-foreground/50 opacity-0 transition-opacity hover:text-foreground focus:opacity-100 focus:outline-none focus:ring-2 group-hover:opacity-100 group-[.destructive]:text-red-300 group-[.destructive]:hover:text-red-50 group-[.destructive]:focus:ring-red-400 group-[.destructive]:focus:ring-offset-red-600`,e),"toast-close":``,...t,children:(0,M.jsx)(Ky,{className:`h-4 w-4`})}));wx.displayName=Bv.displayName;var Tx=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(Lv,{ref:n,className:Z(`text-sm font-semibold`,e),...t}));Tx.displayName=Lv.displayName;var Ex=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(Rv,{ref:n,className:Z(`text-sm opacity-90`,e),...t}));Ex.displayName=Rv.displayName;function Dx(){let{toasts:e}=Xg();return(0,M.jsxs)(yx,{children:[e.map(function({id:e,title:t,description:n,action:r,...i}){return(0,M.jsxs)(Sx,{...i,children:[(0,M.jsxs)(`div`,{className:`grid gap-1`,children:[t&&(0,M.jsx)(Tx,{children:t}),n&&(0,M.jsx)(Ex,{children:n})]}),r,(0,M.jsx)(wx,{})]},e)}),(0,M.jsx)(bx,{})]})}var Ox=Symbol.for(`react.lazy`),kx=j.use;function Ax(e){return typeof e==`object`&&!!e&&`then`in e}function jx(e){return typeof e==`object`&&!!e&&`$$typeof`in e&&e.$$typeof===Ox&&`_payload`in e&&Ax(e._payload)}function Mx(e){let t=Px(e),n=j.forwardRef((e,n)=>{let{children:r,...i}=e;jx(r)&&typeof kx==`function`&&(r=kx(r._payload));let a=j.Children.toArray(r),o=a.find(Ix);if(o){let e=o.props.children,r=a.map(t=>t===o?j.Children.count(e)>1?j.Children.only(null):j.isValidElement(e)?e.props.children:null:t);return(0,M.jsx)(t,{...i,ref:n,children:j.isValidElement(e)?j.cloneElement(e,void 0,r):null})}return(0,M.jsx)(t,{...i,ref:n,children:r})});return n.displayName=`${e}.Slot`,n}var Nx=Mx(`Slot`);function Px(e){let t=j.forwardRef((e,t)=>{let{children:n,...r}=e;if(jx(n)&&typeof kx==`function`&&(n=kx(n._payload)),j.isValidElement(n)){let e=Rx(n),i=Lx(r,n.props);return n.type!==j.Fragment&&(i.ref=t?Qg(t,e):e),j.cloneElement(n,i)}return j.Children.count(n)>1?j.Children.only(null):null});return t.displayName=`${e}.SlotClone`,t}var Fx=Symbol(`radix.slottable`);function Ix(e){return j.isValidElement(e)&&typeof e.type==`function`&&`__radixId`in e.type&&e.type.__radixId===Fx}function Lx(e,t){let n={...t};for(let r in t){let i=e[r],a=t[r];/^on[A-Z]/.test(r)?i&&a?n[r]=(...e)=>{let t=a(...e);return i(...e),t}:i&&(n[r]=i):r===`style`?n[r]={...i,...a}:r===`className`&&(n[r]=[i,a].filter(Boolean).join(` `))}return{...e,...n}}function Rx(e){let t=Object.getOwnPropertyDescriptor(e.props,`ref`)?.get,n=t&&`isReactWarning`in t&&t.isReactWarning;return n?e.ref:(t=Object.getOwnPropertyDescriptor(e,`ref`)?.get,n=t&&`isReactWarning`in t&&t.isReactWarning,n?e.props.ref:e.props.ref||e.ref)}var zx=768;function Bx(){let[e,t]=j.useState(void 0);return j.useEffect(()=>{let e=window.matchMedia(`(max-width: ${zx-1}px)`),n=()=>{t(window.innerWidth<zx)};return e.addEventListener(`change`,n),t(window.innerWidth<zx),()=>e.removeEventListener(`change`,n)},[]),!!e}var Vx=Gv(`inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0`,{variants:{variant:{default:`bg-primary text-primary-foreground shadow hover:bg-primary/90`,destructive:`bg-destructive text-destructive-foreground shadow-sm hover:bg-destructive/90`,outline:`border border-input bg-background shadow-sm hover:bg-accent hover:text-accent-foreground`,secondary:`bg-secondary text-secondary-foreground shadow-sm hover:bg-secondary/80`,ghost:`hover:bg-accent hover:text-accent-foreground`,link:`text-primary underline-offset-4 hover:underline`},size:{default:`h-9 px-4 py-2`,sm:`h-8 rounded-md px-3 text-xs`,lg:`h-10 rounded-md px-8`,icon:`h-9 w-9`}},defaultVariants:{variant:`default`,size:`default`}}),Q=j.forwardRef(({className:e,variant:t,size:n,asChild:r=!1,...i},a)=>(0,M.jsx)(r?Nx:`button`,{className:Z(Vx({variant:t,size:n,className:e})),ref:a,...i}));Q.displayName=`Button`;var Hx=j.forwardRef(({className:e,type:t,...n},r)=>(0,M.jsx)(`input`,{type:t,className:Z(`flex h-9 w-full rounded-md border border-input bg-transparent px-3 py-1 text-sm shadow-sm transition-colors file:border-0 file:bg-transparent file:text-sm file:font-medium placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:cursor-not-allowed disabled:opacity-50`,e),ref:r,...n}));Hx.displayName=`Input`;var Ux=[`a`,`button`,`div`,`form`,`h2`,`h3`,`img`,`input`,`label`,`li`,`nav`,`ol`,`p`,`select`,`span`,`svg`,`ul`].reduce((e,t)=>{let n=Mx(`Primitive.${t}`),r=j.forwardRef((e,r)=>{let{asChild:i,...a}=e,o=i?n:t;return typeof window<`u`&&(window[Symbol.for(`radix-ui`)]=!0),(0,M.jsx)(o,{...a,ref:r})});return r.displayName=`Primitive.${t}`,{...e,[t]:r}},{}),Wx=`Separator`,Gx=`horizontal`,Kx=[`horizontal`,`vertical`],qx=j.forwardRef((e,t)=>{let{decorative:n,orientation:r=Gx,...i}=e,a=Jx(r)?r:Gx,o=n?{role:`none`}:{"aria-orientation":a===`vertical`?a:void 0,role:`separator`};return(0,M.jsx)(Ux.div,{"data-orientation":a,...o,...i,ref:t})});qx.displayName=Wx;function Jx(e){return Kx.includes(e)}var Yx=qx,Xx=j.forwardRef(({className:e,orientation:t=`horizontal`,decorative:n=!0,...r},i)=>(0,M.jsx)(Yx,{ref:i,decorative:n,orientation:t,className:Z(`shrink-0 bg-border`,t===`horizontal`?`h-[1px] w-full`:`h-full w-[1px]`,e),...r}));Xx.displayName=Yx.displayName;var Zx=j.useId||(()=>void 0),Qx=0;function $x(e){let[t,n]=j.useState(Zx());return A_(()=>{e||n(e=>e??String(Qx++))},[e]),e||(t?`radix-${t}`:``)}var eS=`focusScope.autoFocusOnMount`,tS=`focusScope.autoFocusOnUnmount`,nS={bubbles:!1,cancelable:!0},rS=`FocusScope`,iS=j.forwardRef((e,t)=>{let{loop:n=!1,trapped:r=!1,onMountAutoFocus:i,onUnmountAutoFocus:a,...o}=e,[s,c]=j.useState(null),l=p_(i),u=p_(a),d=j.useRef(null),f=$g(t,e=>c(e)),p=j.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;j.useEffect(()=>{if(r){let e=function(e){if(p.paused||!s)return;let t=e.target;s.contains(t)?d.current=t:dS(d.current,{select:!0})},t=function(e){if(p.paused||!s)return;let t=e.relatedTarget;t!==null&&(s.contains(t)||dS(d.current,{select:!0}))},n=function(e){if(document.activeElement===document.body)for(let t of e)t.removedNodes.length>0&&dS(s)};document.addEventListener(`focusin`,e),document.addEventListener(`focusout`,t);let r=new MutationObserver(n);return s&&r.observe(s,{childList:!0,subtree:!0}),()=>{document.removeEventListener(`focusin`,e),document.removeEventListener(`focusout`,t),r.disconnect()}}},[r,s,p.paused]),j.useEffect(()=>{if(s){fS.add(p);let e=document.activeElement;if(!s.contains(e)){let t=new CustomEvent(eS,nS);s.addEventListener(eS,l),s.dispatchEvent(t),t.defaultPrevented||(aS(hS(sS(s)),{select:!0}),document.activeElement===e&&dS(s))}return()=>{s.removeEventListener(eS,l),setTimeout(()=>{let t=new CustomEvent(tS,nS);s.addEventListener(tS,u),s.dispatchEvent(t),t.defaultPrevented||dS(e??document.body,{select:!0}),s.removeEventListener(tS,u),fS.remove(p)},0)}}},[s,l,u,p]);let m=j.useCallback(e=>{if(!n&&!r||p.paused)return;let t=e.key===`Tab`&&!e.altKey&&!e.ctrlKey&&!e.metaKey,i=document.activeElement;if(t&&i){let t=e.currentTarget,[r,a]=oS(t);r&&a?!e.shiftKey&&i===a?(e.preventDefault(),n&&dS(r,{select:!0})):e.shiftKey&&i===r&&(e.preventDefault(),n&&dS(a,{select:!0})):i===t&&e.preventDefault()}},[n,r,p.paused]);return(0,M.jsx)(d_.div,{tabIndex:-1,...o,ref:f,onKeyDown:m})});iS.displayName=rS;function aS(e,{select:t=!1}={}){let n=document.activeElement;for(let r of e)if(dS(r,{select:t}),document.activeElement!==n)return}function oS(e){let t=sS(e);return[cS(t,e),cS(t.reverse(),e)]}function sS(e){let t=[],n=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:e=>{let t=e.tagName===`INPUT`&&e.type===`hidden`;return e.disabled||e.hidden||t?NodeFilter.FILTER_SKIP:e.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;n.nextNode();)t.push(n.currentNode);return t}function cS(e,t){for(let n of e)if(!lS(n,{upTo:t}))return n}function lS(e,{upTo:t}){if(getComputedStyle(e).visibility===`hidden`)return!0;for(;e;){if(t!==void 0&&e===t)return!1;if(getComputedStyle(e).display===`none`)return!0;e=e.parentElement}return!1}function uS(e){return e instanceof HTMLInputElement&&`select`in e}function dS(e,{select:t=!1}={}){if(e&&e.focus){let n=document.activeElement;e.focus({preventScroll:!0}),e!==n&&uS(e)&&t&&e.select()}}var fS=pS();function pS(){let e=[];return{add(t){let n=e[0];t!==n&&n?.pause(),e=mS(e,t),e.unshift(t)},remove(t){e=mS(e,t),e[0]?.resume()}}}function mS(e,t){let n=[...e],r=n.indexOf(t);return r!==-1&&n.splice(r,1),n}function hS(e){return e.filter(e=>e.tagName!==`A`)}var gS=0;function _S(){j.useEffect(()=>{let e=document.querySelectorAll(`[data-radix-focus-guard]`);return document.body.insertAdjacentElement(`afterbegin`,e[0]??vS()),document.body.insertAdjacentElement(`beforeend`,e[1]??vS()),gS++,()=>{gS===1&&document.querySelectorAll(`[data-radix-focus-guard]`).forEach(e=>e.remove()),gS--}},[])}function vS(){let e=document.createElement(`span`);return e.setAttribute(`data-radix-focus-guard`,``),e.tabIndex=0,e.style.outline=`none`,e.style.opacity=`0`,e.style.position=`fixed`,e.style.pointerEvents=`none`,e}var yS=function(){return yS=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n],t)Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},yS.apply(this,arguments)};function bS(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols==`function`)for(var i=0,r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]]);return n}function xS(e,t,n){if(n||arguments.length===2)for(var r=0,i=t.length,a;r<i;r++)(a||!(r in t))&&(a||=Array.prototype.slice.call(t,0,r),a[r]=t[r]);return e.concat(a||Array.prototype.slice.call(t))}var SS=`right-scroll-bar-position`,CS=`width-before-scroll-bar`,wS=`with-scroll-bars-hidden`,TS=`--removed-body-scroll-bar-size`;function ES(e,t){return typeof e==`function`?e(t):e&&(e.current=t),e}function DS(e,t){var n=(0,j.useState)(function(){return{value:e,callback:t,facade:{get current(){return n.value},set current(e){var t=n.value;t!==e&&(n.value=e,n.callback(e,t))}}}})[0];return n.callback=t,n.facade}var OS=typeof window<`u`?j.useLayoutEffect:j.useEffect,kS=new WeakMap;function AS(e,t){var n=DS(t||null,function(t){return e.forEach(function(e){return ES(e,t)})});return OS(function(){var t=kS.get(n);if(t){var r=new Set(t),i=new Set(e),a=n.current;r.forEach(function(e){i.has(e)||ES(e,null)}),i.forEach(function(e){r.has(e)||ES(e,a)})}kS.set(n,e)},[e]),n}function jS(e){return e}function MS(e,t){t===void 0&&(t=jS);var n=[],r=!1;return{read:function(){if(r)throw Error("Sidecar: could not `read` from an `assigned` medium. `read` could be used only with `useMedium`.");return n.length?n[n.length-1]:e},useMedium:function(e){var i=t(e,r);return n.push(i),function(){n=n.filter(function(e){return e!==i})}},assignSyncMedium:function(e){for(r=!0;n.length;){var t=n;n=[],t.forEach(e)}n={push:function(t){return e(t)},filter:function(){return n}}},assignMedium:function(e){r=!0;var t=[];if(n.length){var i=n;n=[],i.forEach(e),t=n}var a=function(){var n=t;t=[],n.forEach(e)},o=function(){return Promise.resolve().then(a)};o(),n={push:function(e){t.push(e),o()},filter:function(e){return t=t.filter(e),n}}}}}function NS(e){e===void 0&&(e={});var t=MS(null);return t.options=yS({async:!0,ssr:!1},e),t}var PS=function(e){var t=e.sideCar,n=bS(e,[`sideCar`]);if(!t)throw Error("Sidecar: please provide `sideCar` property to import the right car");var r=t.read();if(!r)throw Error(`Sidecar medium not found`);return j.createElement(r,yS({},n))};PS.isSideCarExport=!0;function FS(e,t){return e.useMedium(t),PS}var IS=NS(),LS=function(){},RS=j.forwardRef(function(e,t){var n=j.useRef(null),r=j.useState({onScrollCapture:LS,onWheelCapture:LS,onTouchMoveCapture:LS}),i=r[0],a=r[1],o=e.forwardProps,s=e.children,c=e.className,l=e.removeScrollBar,u=e.enabled,d=e.shards,f=e.sideCar,p=e.noRelative,m=e.noIsolation,h=e.inert,g=e.allowPinchZoom,_=e.as,v=_===void 0?`div`:_,y=e.gapMode,b=bS(e,[`forwardProps`,`children`,`className`,`removeScrollBar`,`enabled`,`shards`,`sideCar`,`noRelative`,`noIsolation`,`inert`,`allowPinchZoom`,`as`,`gapMode`]),x=f,S=AS([n,t]),C=yS(yS({},b),i);return j.createElement(j.Fragment,null,u&&j.createElement(x,{sideCar:IS,removeScrollBar:l,shards:d,noRelative:p,noIsolation:m,inert:h,setCallbacks:a,allowPinchZoom:!!g,lockRef:n,gapMode:y}),o?j.cloneElement(j.Children.only(s),yS(yS({},C),{ref:S})):j.createElement(v,yS({},C,{className:c,ref:S}),s))});RS.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1},RS.classNames={fullWidth:CS,zeroRight:SS};var zS,BS=function(){if(zS)return zS;if(typeof __webpack_nonce__<`u`)return __webpack_nonce__};function VS(){if(!document)return null;var e=document.createElement(`style`);e.type=`text/css`;var t=BS();return t&&e.setAttribute(`nonce`,t),e}function HS(e,t){e.styleSheet?e.styleSheet.cssText=t:e.appendChild(document.createTextNode(t))}function US(e){(document.head||document.getElementsByTagName(`head`)[0]).appendChild(e)}var WS=function(){var e=0,t=null;return{add:function(n){e==0&&(t=VS())&&(HS(t,n),US(t)),e++},remove:function(){e--,!e&&t&&(t.parentNode&&t.parentNode.removeChild(t),t=null)}}},GS=function(){var e=WS();return function(t,n){j.useEffect(function(){return e.add(t),function(){e.remove()}},[t&&n])}},KS=function(){var e=GS();return function(t){var n=t.styles,r=t.dynamic;return e(n,r),null}},qS={left:0,top:0,right:0,gap:0},JS=function(e){return parseInt(e||``,10)||0},YS=function(e){var t=window.getComputedStyle(document.body),n=t[e===`padding`?`paddingLeft`:`marginLeft`],r=t[e===`padding`?`paddingTop`:`marginTop`],i=t[e===`padding`?`paddingRight`:`marginRight`];return[JS(n),JS(r),JS(i)]},XS=function(e){if(e===void 0&&(e=`margin`),typeof window>`u`)return qS;var t=YS(e),n=document.documentElement.clientWidth,r=window.innerWidth;return{left:t[0],top:t[1],right:t[2],gap:Math.max(0,r-n+t[2]-t[0])}},ZS=KS(),QS=`data-scroll-locked`,$S=function(e,t,n,r){var i=e.left,a=e.top,o=e.right,s=e.gap;return n===void 0&&(n=`margin`),`
|
|
74
|
-
.${
|
|
72
|
+
Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.`)}for(let n of e.seen.entries()){let r=n[1];if(t===n[0]){a(n);continue}if(e.external){let r=e.external.registry.get(n[0])?.id;if(t!==n[0]&&r){a(n);continue}}if(e.metadataRegistry.get(n[0])?.id){a(n);continue}if(r.cycle){a(n);continue}if(r.count>1&&e.reused===`ref`){a(n);continue}}}function vu(e,t){let n=e.seen.get(t);if(!n)throw Error(`Unprocessed schema. This is a bug in Zod.`);let r=t=>{let n=e.seen.get(t);if(n.ref===null)return;let i=n.def??n.schema,a={...i},o=n.ref;if(n.ref=null,o){r(o);let n=e.seen.get(o),s=n.schema;if(s.$ref&&(e.target===`draft-07`||e.target===`draft-04`||e.target===`openapi-3.0`)?(i.allOf=i.allOf??[],i.allOf.push(s)):Object.assign(i,s),Object.assign(i,a),t._zod.parent===o)for(let e in i)e===`$ref`||e===`allOf`||e in a||delete i[e];if(s.$ref&&n.def)for(let e in i)e===`$ref`||e===`allOf`||e in n.def&&JSON.stringify(i[e])===JSON.stringify(n.def[e])&&delete i[e]}let s=t._zod.parent;if(s&&s!==o){r(s);let t=e.seen.get(s);if(t?.schema.$ref&&(i.$ref=t.schema.$ref,t.def))for(let e in i)e===`$ref`||e===`allOf`||e in t.def&&JSON.stringify(i[e])===JSON.stringify(t.def[e])&&delete i[e]}e.override({zodSchema:t,jsonSchema:i,path:n.path??[]})};for(let t of[...e.seen.entries()].reverse())r(t[0]);let i={};if(e.target===`draft-2020-12`?i.$schema=`https://json-schema.org/draft/2020-12/schema`:e.target===`draft-07`?i.$schema=`http://json-schema.org/draft-07/schema#`:e.target===`draft-04`?i.$schema=`http://json-schema.org/draft-04/schema#`:e.target,e.external?.uri){let n=e.external.registry.get(t)?.id;if(!n)throw Error("Schema is missing an `id` property");i.$id=e.external.uri(n)}Object.assign(i,n.def??n.schema);let a=e.metadataRegistry.get(t)?.id;a!==void 0&&i.id===a&&delete i.id;let o=e.external?.defs??{};for(let t of e.seen.entries()){let e=t[1];e.def&&e.defId&&(e.def.id===e.defId&&delete e.def.id,o[e.defId]=e.def)}e.external||Object.keys(o).length>0&&(e.target===`draft-2020-12`?i.$defs=o:i.definitions=o);try{let n=JSON.parse(JSON.stringify(i));return Object.defineProperty(n,"~standard",{value:{...t[`~standard`],jsonSchema:{input:xu(t,`input`,e.processors),output:xu(t,`output`,e.processors)}},enumerable:!1,writable:!1}),n}catch{throw Error(`Error converting schema to JSON.`)}}function yu(e,t){let n=t??{seen:new Set};if(n.seen.has(e))return!1;n.seen.add(e);let r=e._zod.def;if(r.type===`transform`)return!0;if(r.type===`array`)return yu(r.element,n);if(r.type===`set`)return yu(r.valueType,n);if(r.type===`lazy`)return yu(r.getter(),n);if(r.type===`promise`||r.type===`optional`||r.type===`nonoptional`||r.type===`nullable`||r.type===`readonly`||r.type===`default`||r.type===`prefault`)return yu(r.innerType,n);if(r.type===`intersection`)return yu(r.left,n)||yu(r.right,n);if(r.type===`record`||r.type===`map`)return yu(r.keyType,n)||yu(r.valueType,n);if(r.type===`pipe`)return e._zod.traits.has(`$ZodCodec`)?!0:yu(r.in,n)||yu(r.out,n);if(r.type===`object`){for(let e in r.shape)if(yu(r.shape[e],n))return!0;return!1}if(r.type===`union`){for(let e of r.options)if(yu(e,n))return!0;return!1}if(r.type===`tuple`){for(let e of r.items)if(yu(e,n))return!0;return!!(r.rest&&yu(r.rest,n))}return!1}var bu=(e,t={})=>n=>{let r=hu({...n,processors:t});return gu(e,r),_u(r,e),vu(r,e)},xu=(e,t,n={})=>r=>{let{libraryOptions:i,target:a}=r??{},o=hu({...i??{},target:a,io:t,processors:n});return gu(e,o),_u(o,e),vu(o,e)},Su={guid:`uuid`,url:`uri`,datetime:`date-time`,json_string:`json-string`,regex:``},Cu=(e,t,n,r)=>{let i=n;i.type=`string`;let{minimum:a,maximum:o,format:s,patterns:c,contentEncoding:l}=e._zod.bag;if(typeof a==`number`&&(i.minLength=a),typeof o==`number`&&(i.maxLength=o),s&&(i.format=Su[s]??s,i.format===``&&delete i.format,s===`time`&&delete i.format),l&&(i.contentEncoding=l),c&&c.size>0){let e=[...c];e.length===1?i.pattern=e[0].source:e.length>1&&(i.allOf=[...e.map(e=>({...t.target===`draft-07`||t.target===`draft-04`||t.target===`openapi-3.0`?{type:`string`}:{},pattern:e.source}))])}},wu=(e,t,n,r)=>{let i=n,{minimum:a,maximum:o,format:s,multipleOf:c,exclusiveMaximum:l,exclusiveMinimum:u}=e._zod.bag;typeof s==`string`&&s.includes(`int`)?i.type=`integer`:i.type=`number`;let d=typeof u==`number`&&u>=(a??-1/0),f=typeof l==`number`&&l<=(o??1/0),p=t.target===`draft-04`||t.target===`openapi-3.0`;d?p?(i.minimum=u,i.exclusiveMinimum=!0):i.exclusiveMinimum=u:typeof a==`number`&&(i.minimum=a),f?p?(i.maximum=l,i.exclusiveMaximum=!0):i.exclusiveMaximum=l:typeof o==`number`&&(i.maximum=o),typeof c==`number`&&(i.multipleOf=c)},Tu=(e,t,n,r)=>{n.type=`boolean`},Eu=(e,t,n,r)=>{t.target===`openapi-3.0`?(n.type=`string`,n.nullable=!0,n.enum=[null]):n.type=`null`},Du=(e,t,n,r)=>{if(t.unrepresentable===`throw`)throw Error(`Void cannot be represented in JSON Schema`)},Ou=(e,t,n,r)=>{n.not={}},ku=(e,t,n,r)=>{if(t.unrepresentable===`throw`)throw Error(`Date cannot be represented in JSON Schema`)},Au=(e,t,n,r)=>{let i=e._zod.def,a=Pa(i.entries);a.every(e=>typeof e==`number`)&&(n.type=`number`),a.every(e=>typeof e==`string`)&&(n.type=`string`),n.enum=a},ju=(e,t,n,r)=>{let i=e._zod.def,a=[];for(let e of i.values)if(e===void 0){if(t.unrepresentable===`throw`)throw Error("Literal `undefined` cannot be represented in JSON Schema")}else if(typeof e==`bigint`){if(t.unrepresentable===`throw`)throw Error(`BigInt literals cannot be represented in JSON Schema`);a.push(Number(e))}else a.push(e);if(a.length!==0)if(a.length===1){let e=a[0];n.type=e===null?`null`:typeof e,t.target===`draft-04`||t.target===`openapi-3.0`?n.enum=[e]:n.const=e}else a.every(e=>typeof e==`number`)&&(n.type=`number`),a.every(e=>typeof e==`string`)&&(n.type=`string`),a.every(e=>typeof e==`boolean`)&&(n.type=`boolean`),a.every(e=>e===null)&&(n.type=`null`),n.enum=a},Mu=(e,t,n,r)=>{if(t.unrepresentable===`throw`)throw Error(`Custom types cannot be represented in JSON Schema`)},Nu=(e,t,n,r)=>{if(t.unrepresentable===`throw`)throw Error(`Function types cannot be represented in JSON Schema`)},Pu=(e,t,n,r)=>{if(t.unrepresentable===`throw`)throw Error(`Transforms cannot be represented in JSON Schema`)},Fu=(e,t,n,r)=>{let i=n,a=e._zod.def,{minimum:o,maximum:s}=e._zod.bag;typeof o==`number`&&(i.minItems=o),typeof s==`number`&&(i.maxItems=s),i.type=`array`,i.items=gu(a.element,t,{...r,path:[...r.path,`items`]})},Iu=(e,t,n,r)=>{let i=n,a=e._zod.def;i.type=`object`,i.properties={};let o=a.shape;for(let e in o)i.properties[e]=gu(o[e],t,{...r,path:[...r.path,`properties`,e]});let s=new Set(Object.keys(o)),c=new Set([...s].filter(e=>{let n=a.shape[e]._zod;return t.io===`input`?n.optin===void 0:n.optout===void 0}));c.size>0&&(i.required=Array.from(c)),a.catchall?._zod.def.type===`never`?i.additionalProperties=!1:a.catchall?a.catchall&&(i.additionalProperties=gu(a.catchall,t,{...r,path:[...r.path,`additionalProperties`]})):t.io===`output`&&(i.additionalProperties=!1)},Lu=(e,t,n,r)=>{let i=e._zod.def,a=i.inclusive===!1,o=i.options.map((e,n)=>gu(e,t,{...r,path:[...r.path,a?`oneOf`:`anyOf`,n]}));a?n.oneOf=o:n.anyOf=o},Ru=(e,t,n,r)=>{let i=e._zod.def,a=gu(i.left,t,{...r,path:[...r.path,`allOf`,0]}),o=gu(i.right,t,{...r,path:[...r.path,`allOf`,1]}),s=e=>`allOf`in e&&Object.keys(e).length===1;n.allOf=[...s(a)?a.allOf:[a],...s(o)?o.allOf:[o]]},zu=(e,t,n,r)=>{let i=n,a=e._zod.def;i.type=`array`;let o=t.target===`draft-2020-12`?`prefixItems`:`items`,s=t.target===`draft-2020-12`||t.target===`openapi-3.0`?`items`:`additionalItems`,c=a.items.map((e,n)=>gu(e,t,{...r,path:[...r.path,o,n]})),l=a.rest?gu(a.rest,t,{...r,path:[...r.path,s,...t.target===`openapi-3.0`?[a.items.length]:[]]}):null;t.target===`draft-2020-12`?(i.prefixItems=c,l&&(i.items=l)):t.target===`openapi-3.0`?(i.items={anyOf:c},l&&i.items.anyOf.push(l),i.minItems=c.length,l||(i.maxItems=c.length)):(i.items=c,l&&(i.additionalItems=l));let{minimum:u,maximum:d}=e._zod.bag;typeof u==`number`&&(i.minItems=u),typeof d==`number`&&(i.maxItems=d)},Bu=(e,t,n,r)=>{let i=n,a=e._zod.def;i.type=`object`;let o=a.keyType,s=o._zod.bag?.patterns;if(a.mode===`loose`&&s&&s.size>0){let e=gu(a.valueType,t,{...r,path:[...r.path,`patternProperties`,`*`]});i.patternProperties={};for(let t of s)i.patternProperties[t.source]=e}else (t.target===`draft-07`||t.target===`draft-2020-12`)&&(i.propertyNames=gu(a.keyType,t,{...r,path:[...r.path,`propertyNames`]})),i.additionalProperties=gu(a.valueType,t,{...r,path:[...r.path,`additionalProperties`]});let c=o._zod.values;if(c){let e=[...c].filter(e=>typeof e==`string`||typeof e==`number`);e.length>0&&(i.required=e)}},Vu=(e,t,n,r)=>{let i=e._zod.def,a=gu(i.innerType,t,r),o=t.seen.get(e);t.target===`openapi-3.0`?(o.ref=i.innerType,n.nullable=!0):n.anyOf=[a,{type:`null`}]},Hu=(e,t,n,r)=>{let i=e._zod.def;gu(i.innerType,t,r);let a=t.seen.get(e);a.ref=i.innerType},Uu=(e,t,n,r)=>{let i=e._zod.def;gu(i.innerType,t,r);let a=t.seen.get(e);a.ref=i.innerType,n.default=JSON.parse(JSON.stringify(i.defaultValue))},Wu=(e,t,n,r)=>{let i=e._zod.def;gu(i.innerType,t,r);let a=t.seen.get(e);a.ref=i.innerType,t.io===`input`&&(n._prefault=JSON.parse(JSON.stringify(i.defaultValue)))},Gu=(e,t,n,r)=>{let i=e._zod.def;gu(i.innerType,t,r);let a=t.seen.get(e);a.ref=i.innerType;let o;try{o=i.catchValue(void 0)}catch{throw Error(`Dynamic catch values are not supported in JSON Schema`)}n.default=o},Ku=(e,t,n,r)=>{let i=e._zod.def,a=i.in._zod.traits.has(`$ZodTransform`),o=t.io===`input`?a?i.out:i.in:i.out;gu(o,t,r);let s=t.seen.get(e);s.ref=o},qu=(e,t,n,r)=>{let i=e._zod.def;gu(i.innerType,t,r);let a=t.seen.get(e);a.ref=i.innerType,n.readOnly=!0},Ju=(e,t,n,r)=>{let i=e._zod.def;gu(i.innerType,t,r);let a=t.seen.get(e);a.ref=i.innerType},Yu=(e,t,n,r)=>{let i=e._zod.def;gu(i.innerType,t,r);let a=t.seen.get(e);a.ref=i.innerType},Xu=(e,t,n,r)=>{let i=e._zod.innerType;gu(i,t,r);let a=t.seen.get(e);a.ref=i},Zu=N(`ZodISODateTime`,(e,t)=>{Js.init(e,t),Cd.init(e,t)});function Qu(e){return jl(Zu,e)}var $u=N(`ZodISODate`,(e,t)=>{Ys.init(e,t),Cd.init(e,t)});function ed(e){return Ml($u,e)}var td=N(`ZodISOTime`,(e,t)=>{Xs.init(e,t),Cd.init(e,t)});function nd(e){return Nl(td,e)}var rd=N(`ZodISODuration`,(e,t)=>{Zs.init(e,t),Cd.init(e,t)});function id(e){return Pl(rd,e)}var ad=N(`ZodError`,(e,t)=>{vo.init(e,t),e.name=`ZodError`,Object.defineProperties(e,{format:{value:t=>bo(e,t)},flatten:{value:t=>yo(e,t)},addIssue:{value:t=>{e.issues.push(t),e.message=JSON.stringify(e.issues,Fa,2)}},addIssues:{value:t=>{e.issues.push(...t),e.message=JSON.stringify(e.issues,Fa,2)}},isEmpty:{get(){return e.issues.length===0}}})},{Parent:Error}),od=xo(ad),sd=Co(ad),cd=To(ad),ld=Do(ad),ud=ko(ad),dd=Ao(ad),fd=jo(ad),pd=Mo(ad),md=No(ad),hd=Po(ad),gd=Fo(ad),_d=Io(ad),vd=new WeakMap;function yd(e,t,n){let r=Object.getPrototypeOf(e),i=vd.get(r);if(i||(i=new Set,vd.set(r,i)),!i.has(t)){i.add(t);for(let e in n){let t=n[e];Object.defineProperty(r,e,{configurable:!0,enumerable:!1,get(){let n=t.bind(this);return Object.defineProperty(this,e,{configurable:!0,writable:!0,enumerable:!0,value:n}),n},set(t){Object.defineProperty(this,e,{configurable:!0,writable:!0,enumerable:!0,value:t})}})}}}var bd=N(`ZodType`,(e,t)=>(Ps.init(e,t),Object.assign(e[`~standard`],{jsonSchema:{input:xu(e,`input`),output:xu(e,`output`)}}),e.toJSONSchema=bu(e,{}),e.def=t,e.type=t.type,Object.defineProperty(e,"_def",{value:t}),e.parse=(t,n)=>od(e,t,n,{callee:e.parse}),e.safeParse=(t,n)=>cd(e,t,n),e.parseAsync=async(t,n)=>sd(e,t,n,{callee:e.parseAsync}),e.safeParseAsync=async(t,n)=>ld(e,t,n),e.spa=e.safeParseAsync,e.encode=(t,n)=>ud(e,t,n),e.decode=(t,n)=>dd(e,t,n),e.encodeAsync=async(t,n)=>fd(e,t,n),e.decodeAsync=async(t,n)=>pd(e,t,n),e.safeEncode=(t,n)=>md(e,t,n),e.safeDecode=(t,n)=>hd(e,t,n),e.safeEncodeAsync=async(t,n)=>gd(e,t,n),e.safeDecodeAsync=async(t,n)=>_d(e,t,n),yd(e,`ZodType`,{check(...e){let t=this.def;return this.clone(Ua(t,{checks:[...t.checks??[],...e.map(e=>typeof e==`function`?{_zod:{check:e,def:{check:`custom`},onattach:[]}}:e)]}),{parent:!0})},with(...e){return this.check(...e)},clone(e,t){return $a(this,e,t)},brand(){return this},register(e,t){return e.add(this,t),this},refine(e,t){return this.check(Gf(e,t))},superRefine(e,t){return this.check(Kf(e,t))},overwrite(e){return this.check(iu(e))},optional(){return bf(this)},exactOptional(){return Sf(this)},nullable(){return wf(this)},nullish(){return bf(wf(this))},nonoptional(e){return Af(this,e)},array(){return B(this)},or(e){return H([this,e])},and(e){return df(this,e)},transform(e){return Pf(this,vf(e))},default(e){return Ef(this,e)},prefault(e){return Of(this,e)},catch(e){return Mf(this,e)},pipe(e){return Pf(this,e)},readonly(){return If(this)},describe(e){let t=this.clone();return sl.add(t,{description:e}),t},meta(...e){if(e.length===0)return sl.get(this);let t=this.clone();return sl.add(t,e[0]),t},isOptional(){return this.safeParse(void 0).success},isNullable(){return this.safeParse(null).success},apply(e){return e(this)}}),Object.defineProperty(e,"description",{get(){return sl.get(e)?.description},configurable:!0}),e)),xd=N(`_ZodString`,(e,t)=>{Fs.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Cu(e,t,n,r);let n=e._zod.bag;e.format=n.format??null,e.minLength=n.minimum??null,e.maxLength=n.maximum??null,yd(e,`_ZodString`,{regex(...e){return this.check(Ql(...e))},includes(...e){return this.check(tu(...e))},startsWith(...e){return this.check(nu(...e))},endsWith(...e){return this.check(ru(...e))},min(...e){return this.check(Xl(...e))},max(...e){return this.check(Yl(...e))},length(...e){return this.check(Zl(...e))},nonempty(...e){return this.check(Xl(1,...e))},lowercase(e){return this.check($l(e))},uppercase(e){return this.check(eu(e))},trim(){return this.check(ou())},normalize(...e){return this.check(au(...e))},toLowerCase(){return this.check(su())},toUpperCase(){return this.check(cu())},slugify(){return this.check(lu())}})}),Sd=N(`ZodString`,(e,t)=>{Fs.init(e,t),xd.init(e,t),e.email=t=>e.check(ll(wd,t)),e.url=t=>e.check(hl(Dd,t)),e.jwt=t=>e.check(Al(Hd,t)),e.emoji=t=>e.check(gl(Od,t)),e.guid=t=>e.check(ul(Td,t)),e.uuid=t=>e.check(dl(Ed,t)),e.uuidv4=t=>e.check(fl(Ed,t)),e.uuidv6=t=>e.check(pl(Ed,t)),e.uuidv7=t=>e.check(ml(Ed,t)),e.nanoid=t=>e.check(_l(kd,t)),e.guid=t=>e.check(ul(Td,t)),e.cuid=t=>e.check(vl(Ad,t)),e.cuid2=t=>e.check(yl(jd,t)),e.ulid=t=>e.check(bl(Md,t)),e.base64=t=>e.check(Dl(zd,t)),e.base64url=t=>e.check(Ol(Bd,t)),e.xid=t=>e.check(xl(Nd,t)),e.ksuid=t=>e.check(Sl(Pd,t)),e.ipv4=t=>e.check(Cl(Fd,t)),e.ipv6=t=>e.check(wl(Id,t)),e.cidrv4=t=>e.check(Tl(Ld,t)),e.cidrv6=t=>e.check(El(Rd,t)),e.e164=t=>e.check(kl(Vd,t)),e.datetime=t=>e.check(Qu(t)),e.date=t=>e.check(ed(t)),e.time=t=>e.check(nd(t)),e.duration=t=>e.check(id(t))});function I(e){return cl(Sd,e)}var Cd=N(`ZodStringFormat`,(e,t)=>{Is.init(e,t),xd.init(e,t)}),wd=N(`ZodEmail`,(e,t)=>{zs.init(e,t),Cd.init(e,t)}),Td=N(`ZodGUID`,(e,t)=>{Ls.init(e,t),Cd.init(e,t)}),Ed=N(`ZodUUID`,(e,t)=>{Rs.init(e,t),Cd.init(e,t)}),Dd=N(`ZodURL`,(e,t)=>{Bs.init(e,t),Cd.init(e,t)}),Od=N(`ZodEmoji`,(e,t)=>{Vs.init(e,t),Cd.init(e,t)}),kd=N(`ZodNanoID`,(e,t)=>{Hs.init(e,t),Cd.init(e,t)}),Ad=N(`ZodCUID`,(e,t)=>{Us.init(e,t),Cd.init(e,t)}),jd=N(`ZodCUID2`,(e,t)=>{Ws.init(e,t),Cd.init(e,t)}),Md=N(`ZodULID`,(e,t)=>{Gs.init(e,t),Cd.init(e,t)}),Nd=N(`ZodXID`,(e,t)=>{Ks.init(e,t),Cd.init(e,t)}),Pd=N(`ZodKSUID`,(e,t)=>{qs.init(e,t),Cd.init(e,t)}),Fd=N(`ZodIPv4`,(e,t)=>{Qs.init(e,t),Cd.init(e,t)}),Id=N(`ZodIPv6`,(e,t)=>{$s.init(e,t),Cd.init(e,t)}),Ld=N(`ZodCIDRv4`,(e,t)=>{ec.init(e,t),Cd.init(e,t)}),Rd=N(`ZodCIDRv6`,(e,t)=>{tc.init(e,t),Cd.init(e,t)}),zd=N(`ZodBase64`,(e,t)=>{rc.init(e,t),Cd.init(e,t)}),Bd=N(`ZodBase64URL`,(e,t)=>{ac.init(e,t),Cd.init(e,t)}),Vd=N(`ZodE164`,(e,t)=>{oc.init(e,t),Cd.init(e,t)}),Hd=N(`ZodJWT`,(e,t)=>{cc.init(e,t),Cd.init(e,t)}),Ud=N(`ZodNumber`,(e,t)=>{lc.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>wu(e,t,n,r),yd(e,`ZodNumber`,{gt(e,t){return this.check(Kl(e,t))},gte(e,t){return this.check(ql(e,t))},min(e,t){return this.check(ql(e,t))},lt(e,t){return this.check(Wl(e,t))},lte(e,t){return this.check(Gl(e,t))},max(e,t){return this.check(Gl(e,t))},int(e){return this.check(Gd(e))},safe(e){return this.check(Gd(e))},positive(e){return this.check(Kl(0,e))},nonnegative(e){return this.check(ql(0,e))},negative(e){return this.check(Wl(0,e))},nonpositive(e){return this.check(Gl(0,e))},multipleOf(e,t){return this.check(Jl(e,t))},step(e,t){return this.check(Jl(e,t))},finite(){return this}});let n=e._zod.bag;e.minValue=Math.max(n.minimum??-1/0,n.exclusiveMinimum??-1/0)??null,e.maxValue=Math.min(n.maximum??1/0,n.exclusiveMaximum??1/0)??null,e.isInt=(n.format??``).includes(`int`)||Number.isSafeInteger(n.multipleOf??.5),e.isFinite=!0,e.format=n.format??null});function L(e){return Fl(Ud,e)}var Wd=N(`ZodNumberFormat`,(e,t)=>{uc.init(e,t),Ud.init(e,t)});function Gd(e){return Il(Wd,e)}var Kd=N(`ZodBoolean`,(e,t)=>{dc.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Tu(e,t,n,r)});function R(e){return Ll(Kd,e)}var qd=N(`ZodNull`,(e,t)=>{fc.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Eu(e,t,n,r)});function Jd(e){return Rl(qd,e)}var Yd=N(`ZodAny`,(e,t)=>{pc.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(e,t,n)=>void 0});function Xd(){return zl(Yd)}var Zd=N(`ZodUnknown`,(e,t)=>{mc.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(e,t,n)=>void 0});function z(){return Bl(Zd)}var Qd=N(`ZodNever`,(e,t)=>{hc.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Ou(e,t,n,r)});function $d(e){return Vl(Qd,e)}var ef=N(`ZodVoid`,(e,t)=>{gc.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Du(e,t,n,r)});function tf(e){return Hl(ef,e)}var nf=N(`ZodDate`,(e,t)=>{_c.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>ku(e,t,n,r),e.min=(t,n)=>e.check(ql(t,n)),e.max=(t,n)=>e.check(Gl(t,n));let n=e._zod.bag;e.minDate=n.minimum?new Date(n.minimum):null,e.maxDate=n.maximum?new Date(n.maximum):null});function rf(e){return Ul(nf,e)}var af=N(`ZodArray`,(e,t)=>{yc.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Fu(e,t,n,r),e.element=t.element,yd(e,`ZodArray`,{min(e,t){return this.check(Xl(e,t))},nonempty(e){return this.check(Xl(1,e))},max(e,t){return this.check(Yl(e,t))},length(e,t){return this.check(Zl(e,t))},unwrap(){return this.element}})});function B(e,t){return uu(af,e,t)}var of=N(`ZodObject`,(e,t)=>{wc.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Iu(e,t,n,r),Va(e,`shape`,()=>t.shape),yd(e,`ZodObject`,{keyof(){return W(Object.keys(this._zod.def.shape))},catchall(e){return this.clone({...this._zod.def,catchall:e})},passthrough(){return this.clone({...this._zod.def,catchall:z()})},loose(){return this.clone({...this._zod.def,catchall:z()})},strict(){return this.clone({...this._zod.def,catchall:$d()})},strip(){return this.clone({...this._zod.def,catchall:void 0})},extend(e){return io(this,e)},safeExtend(e){return ao(this,e)},merge(e){return oo(this,e)},pick(e){return no(this,e)},omit(e){return ro(this,e)},partial(...e){return so(yf,this,e[0])},required(...e){return co(kf,this,e[0])}})});function V(e,t){return new of({type:`object`,shape:e??{},...P(t)})}var sf=N(`ZodUnion`,(e,t)=>{Ec.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Lu(e,t,n,r),e.options=t.options});function H(e,t){return new sf({type:`union`,options:e,...P(t)})}var cf=N(`ZodDiscriminatedUnion`,(e,t)=>{sf.init(e,t),Dc.init(e,t)});function lf(e,t,n){return new cf({type:`union`,options:t,discriminator:e,...P(n)})}var uf=N(`ZodIntersection`,(e,t)=>{Oc.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Ru(e,t,n,r)});function df(e,t){return new uf({type:`intersection`,left:e,right:t})}var ff=N(`ZodTuple`,(e,t)=>{jc.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>zu(e,t,n,r),e.rest=t=>e.clone({...e._zod.def,rest:t})});function pf(e,t,n){let r=t instanceof Ps;return new ff({type:`tuple`,items:e,rest:r?t:null,...P(r?n:t)})}var mf=N(`ZodRecord`,(e,t)=>{Fc.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Bu(e,t,n,r),e.keyType=t.keyType,e.valueType=t.valueType});function U(e,t,n){return!t||!t._zod?new mf({type:`record`,keyType:I(),valueType:e,...P(t)}):new mf({type:`record`,keyType:e,valueType:t,...P(n)})}var hf=N(`ZodEnum`,(e,t)=>{Ic.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Au(e,t,n,r),e.enum=t.entries,e.options=Object.values(t.entries);let n=new Set(Object.keys(t.entries));e.extract=(e,r)=>{let i={};for(let r of e)if(n.has(r))i[r]=t.entries[r];else throw Error(`Key ${r} not found in enum`);return new hf({...t,checks:[],...P(r),entries:i})},e.exclude=(e,r)=>{let i={...t.entries};for(let t of e)if(n.has(t))delete i[t];else throw Error(`Key ${t} not found in enum`);return new hf({...t,checks:[],...P(r),entries:i})}});function W(e,t){return new hf({type:`enum`,entries:Array.isArray(e)?Object.fromEntries(e.map(e=>[e,e])):e,...P(t)})}var gf=N(`ZodLiteral`,(e,t)=>{Lc.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>ju(e,t,n,r),e.values=new Set(t.values),Object.defineProperty(e,"value",{get(){if(t.values.length>1)throw Error("This schema contains multiple valid literal values. Use `.values` instead.");return t.values[0]}})});function G(e,t){return new gf({type:`literal`,values:Array.isArray(e)?e:[e],...P(t)})}var _f=N(`ZodTransform`,(e,t)=>{Rc.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Pu(e,t,n,r),e._zod.parse=(n,r)=>{if(r.direction===`backward`)throw new ja(e.constructor.name);n.addIssue=r=>{if(typeof r==`string`)n.issues.push(go(r,n.value,t));else{let t=r;t.fatal&&(t.continue=!1),t.code??=`custom`,t.input??=n.value,t.inst??=e,n.issues.push(go(t))}};let i=t.transform(n.value,n);return i instanceof Promise?i.then(e=>(n.value=e,n.fallback=!0,n)):(n.value=i,n.fallback=!0,n)}});function vf(e){return new _f({type:`transform`,transform:e})}var yf=N(`ZodOptional`,(e,t)=>{Bc.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Yu(e,t,n,r),e.unwrap=()=>e._zod.def.innerType});function bf(e){return new yf({type:`optional`,innerType:e})}var xf=N(`ZodExactOptional`,(e,t)=>{Vc.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Yu(e,t,n,r),e.unwrap=()=>e._zod.def.innerType});function Sf(e){return new xf({type:`optional`,innerType:e})}var Cf=N(`ZodNullable`,(e,t)=>{Hc.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Vu(e,t,n,r),e.unwrap=()=>e._zod.def.innerType});function wf(e){return new Cf({type:`nullable`,innerType:e})}var Tf=N(`ZodDefault`,(e,t)=>{Uc.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Uu(e,t,n,r),e.unwrap=()=>e._zod.def.innerType,e.removeDefault=e.unwrap});function Ef(e,t){return new Tf({type:`default`,innerType:e,get defaultValue(){return typeof t==`function`?t():Xa(t)}})}var Df=N(`ZodPrefault`,(e,t)=>{Gc.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Wu(e,t,n,r),e.unwrap=()=>e._zod.def.innerType});function Of(e,t){return new Df({type:`prefault`,innerType:e,get defaultValue(){return typeof t==`function`?t():Xa(t)}})}var kf=N(`ZodNonOptional`,(e,t)=>{Kc.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Hu(e,t,n,r),e.unwrap=()=>e._zod.def.innerType});function Af(e,t){return new kf({type:`nonoptional`,innerType:e,...P(t)})}var jf=N(`ZodCatch`,(e,t)=>{Jc.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Gu(e,t,n,r),e.unwrap=()=>e._zod.def.innerType,e.removeCatch=e.unwrap});function Mf(e,t){return new jf({type:`catch`,innerType:e,catchValue:typeof t==`function`?t:()=>t})}var Nf=N(`ZodPipe`,(e,t)=>{Yc.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Ku(e,t,n,r),e.in=t.in,e.out=t.out});function Pf(e,t){return new Nf({type:`pipe`,in:e,out:t})}var Ff=N(`ZodReadonly`,(e,t)=>{Zc.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>qu(e,t,n,r),e.unwrap=()=>e._zod.def.innerType});function If(e){return new Ff({type:`readonly`,innerType:e})}var Lf=N(`ZodLazy`,(e,t)=>{tl.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Xu(e,t,n,r),e.unwrap=()=>e._zod.def.getter()});function Rf(e){return new Lf({type:`lazy`,getter:e})}var zf=N(`ZodPromise`,(e,t)=>{el.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Ju(e,t,n,r),e.unwrap=()=>e._zod.def.innerType});function Bf(e){return new zf({type:`promise`,innerType:e})}var Vf=N(`ZodFunction`,(e,t)=>{$c.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Nu(e,t,n,r)});function Hf(e){return new Vf({type:`function`,input:Array.isArray(e?.input)?pf(e?.input):e?.input??B(z()),output:e?.output??z()})}var Uf=N(`ZodCustom`,(e,t)=>{nl.init(e,t),bd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Mu(e,t,n,r)});function Wf(e,t){return du(Uf,e??(()=>!0),t)}function Gf(e,t={}){return fu(Uf,e,t)}function Kf(e,t){return pu(e,t)}var qf=c(_(),1);function K(e){if(typeof process<`u`&&{}.OS_EAGER_SCHEMAS===`1`)return e();let t,n=()=>(t===void 0&&(t=e()),t);return new Proxy(function(){},{get(e,t){let r=n(),i=r[t];return typeof i==`function`?i.bind(r):i},set(e,t,r){let i=n();return i[t]=r,!0},has(e,t){return t in n()},ownKeys(){return Reflect.ownKeys(n())},getOwnPropertyDescriptor(e,t){return Reflect.getOwnPropertyDescriptor(n(),t)},getPrototypeOf(){return Reflect.getPrototypeOf(n())}})}var Jf=K(()=>V({$field:I().describe(`Field Reference/Column Name`)}));K(()=>V({$eq:Xd().optional(),$ne:Xd().optional()})),K(()=>V({$gt:H([L(),rf(),Jf]).optional(),$gte:H([L(),rf(),Jf]).optional(),$lt:H([L(),rf(),Jf]).optional(),$lte:H([L(),rf(),Jf]).optional()})),K(()=>V({$in:B(Xd()).optional(),$nin:B(Xd()).optional()})),K(()=>V({$between:pf([H([L(),rf(),Jf]),H([L(),rf(),Jf])]).optional()})),K(()=>V({$contains:I().optional(),$notContains:I().optional(),$startsWith:I().optional(),$endsWith:I().optional()})),K(()=>V({$null:R().optional(),$exists:R().optional()}));var Yf=K(()=>V({$eq:Xd().optional(),$ne:Xd().optional(),$gt:H([L(),rf(),Jf]).optional(),$gte:H([L(),rf(),Jf]).optional(),$lt:H([L(),rf(),Jf]).optional(),$lte:H([L(),rf(),Jf]).optional(),$in:B(Xd()).optional(),$nin:B(Xd()).optional(),$between:pf([H([L(),rf(),Jf]),H([L(),rf(),Jf])]).optional(),$contains:I().optional(),$notContains:I().optional(),$startsWith:I().optional(),$endsWith:I().optional(),$null:R().optional(),$exists:R().optional()})),Xf=Rf(()=>U(I(),z()).and(V({$and:B(Xf).optional(),$or:B(Xf).optional(),$not:Xf.optional()})));K(()=>V({where:Xf.optional()}));var Zf=Rf(()=>V({$and:B(H([U(I(),Yf),Zf])).optional(),$or:B(H([U(I(),Yf),Zf])).optional(),$not:H([U(I(),Yf),Zf]).optional()})),Qf=new Set([`=`,`==`,`!=`,`<>`,`>`,`>=`,`<`,`<=`,`in`,`nin`,`not_in`,`contains`,`notcontains`,`not_contains`,`like`,`startswith`,`starts_with`,`endswith`,`ends_with`,`between`,`is_null`,`is_not_null`]);function $f(e){if(!Array.isArray(e)||e.length===0)return!1;let t=e[0];if(typeof t==`string`){let n=t.toLowerCase();if(n===`and`||n===`or`)return e.length>=2&&e.slice(1).every(e=>$f(e));if(e.length>=2&&typeof e[1]==`string`)return Qf.has(e[1].toLowerCase())}return e.every(e=>$f(e))?e.length>0:!1}var ep=[`$eq`,`$ne`,`$gt`,`$gte`,`$lt`,`$lte`,`$in`,`$nin`,`$between`,`$contains`,`$notContains`,`$startsWith`,`$endsWith`,`$null`,`$exists`],tp=[`$and`,`$or`,`$not`];[...ep,...tp];var np=K(()=>V({field:I(),order:W([`asc`,`desc`]).default(`asc`)})),rp=W([`count`,`sum`,`avg`,`min`,`max`,`count_distinct`,`array_agg`,`string_agg`]),ip=W([`day`,`week`,`month`,`quarter`,`year`]),ap=K(()=>H([I(),V({field:I().describe(`Field to group by`),dateGranularity:ip.optional().describe(`Bucket date values into uniform periods (day/week/month/quarter/year)`),alias:I().optional().describe(`Alias for the projected group value`)})])),op=K(()=>V({function:rp.describe(`Aggregation function`),field:I().optional().describe(`Field to aggregate (optional for COUNT(*))`),alias:I().describe(`Result column alias`),distinct:R().optional().describe(`Apply DISTINCT before aggregation`),filter:Xf.optional().describe(`Filter/Condition to apply to the aggregation (FILTER WHERE clause)`)})),sp=W([`inner`,`left`,`right`,`full`]),cp=W([`auto`,`database`,`hash`,`loop`]),lp=Rf(()=>V({type:sp.describe(`Join type`),strategy:cp.optional().describe(`Execution strategy hint`),object:I().describe(`Object/table to join`),alias:I().optional().describe(`Table alias`),on:Xf.describe(`Join condition`),subquery:Rf(()=>gp).optional().describe(`Subquery instead of object`)})),up=W([`row_number`,`rank`,`dense_rank`,`percent_rank`,`lag`,`lead`,`first_value`,`last_value`,`sum`,`avg`,`count`,`min`,`max`]),dp=K(()=>V({partitionBy:B(I()).optional().describe(`PARTITION BY fields`),orderBy:B(np).optional().describe(`ORDER BY specification`),frame:V({type:W([`rows`,`range`]).optional(),start:I().optional().describe(`Frame start (e.g., "UNBOUNDED PRECEDING", "1 PRECEDING")`),end:I().optional().describe(`Frame end (e.g., "CURRENT ROW", "1 FOLLOWING")`)}).optional().describe(`Window frame specification`)})),fp=K(()=>V({function:up.describe(`Window function name`),field:I().optional().describe(`Field to operate on (for aggregate window functions)`),alias:I().describe(`Result column alias`),over:dp.describe(`Window specification (OVER clause)`)})),pp=Rf(()=>H([I(),V({field:I(),fields:B(pp).optional(),alias:I().optional()})])),mp=K(()=>V({query:I().describe(`Search query text`),fields:B(I()).optional().describe(`Fields to search in (if not specified, searches all text fields)`),fuzzy:R().optional().default(!1).describe(`Enable fuzzy matching (tolerates typos)`),operator:W([`and`,`or`]).optional().default(`or`).describe(`Logical operator between terms`),boost:U(I(),L()).optional().describe(`Field-specific relevance boosting (field name -> boost factor)`),minScore:L().optional().describe(`Minimum relevance score threshold`),language:I().optional().describe(`Language for text analysis (e.g., "en", "zh", "es")`),highlight:R().optional().default(!1).describe(`Enable search result highlighting`)})),hp=V({object:I().describe(`Object name (e.g. account)`),fields:B(pp).optional().describe(`Fields to retrieve`),where:Xf.optional().describe(`Filtering criteria (WHERE)`),search:mp.optional().describe(`Full-text search configuration ($search parameter)`),orderBy:B(np).optional().describe(`Sorting instructions (ORDER BY)`),limit:L().optional().describe(`Max records to return (LIMIT)`),offset:L().optional().describe(`Records to skip (OFFSET)`),top:L().optional().describe(`Alias for limit (OData compatibility)`),cursor:U(I(),z()).optional().describe(`Cursor for keyset pagination`),joins:B(lp).optional().describe(`Explicit Table Joins`),aggregations:B(op).optional().describe(`Aggregation functions`),groupBy:B(ap).optional().describe("GROUP BY targets (strings or `{field, dateGranularity?}` objects for date bucketing)"),having:Xf.optional().describe(`HAVING clause for aggregation filtering`),windowFunctions:B(fp).optional().describe(`Window functions with OVER clause`),distinct:R().optional().describe(`SELECT DISTINCT flag`)}),gp=K(()=>hp.extend({expand:Rf(()=>U(I(),gp)).optional().describe(`Recursive relation loading map. Keys are lookup/master_detail field names; values are nested QueryAST objects that control select, filter, sort, and further expansion on the related object. The engine resolves expand via batch $in queries (driver-agnostic) with a default max depth of 3.`)})),_p=[`today`,`yesterday`,`tomorrow`,`now`],vp=[`current_week_start`,`current_week_end`,`current_month_start`,`current_month_end`,`current_quarter_start`,`current_quarter_end`,`current_year_start`,`current_year_end`,`last_week_start`,`last_week_end`,`last_month_start`,`last_month_end`,`last_quarter_start`,`last_quarter_end`,`last_year_start`,`last_year_end`,`next_week_start`,`next_week_end`,`next_month_start`,`next_month_end`,`next_quarter_start`,`next_quarter_end`,`next_year_start`,`next_year_end`],yp=[`week_start`,`week_end`,`month_start`,`month_end`,`quarter_start`,`quarter_end`,`year_start`,`year_end`],bp=[..._p,...vp,...yp],xp=/^(\d+)_(minutes?|hours?|days?|weeks?|months?|years?)_(ago|from_now)$/,Sp=[`minute`,`hour`,`day`,`week`,`month`,`year`];function Cp(e){return bp.includes(e)||xp.test(e)}I().refine(Cp,{message:`Unknown date macro. Must be a fixed token (see DATE_MACRO_TOKENS) or match {N_<unit>_(ago|from_now)} where unit is one of: `+Sp.join(`, `)});var wp=/^\$?\{([a-zA-Z0-9_]+)\}$/;I().refine(e=>{let t=e.match(wp);return!!t&&Cp(t[1])},{message:`Not a recognised {date-macro} placeholder`});var Tp=K(()=>I().min(2,{message:`System identifier must be at least 2 characters`}).regex(/^[a-z][a-z0-9_.]*$/,{message:`System identifier must be lowercase, starting with a letter, and may contain letters, numbers, underscores, or dots (e.g., "user_profile" or "order.created")`}).describe(`System identifier (lowercase with underscores or dots)`)),Ep=K(()=>I().min(2,{message:`Identifier must be at least 2 characters`}).regex(/^[a-z][a-z0-9_]*$/,{message:`Identifier must be lowercase snake_case, starting with a letter, and may contain only letters, numbers, and underscores (e.g., "user_profile")`}).describe(`Snake case identifier (lowercase with underscores only)`));K(()=>I().min(3,{message:`Event name must be at least 3 characters`}).regex(/^[a-z][a-z0-9_.]*$/,{message:`Event name must be lowercase with dots for namespacing (e.g., "user.created", "order.paid")`}).describe(`Event name (lowercase with dot notation for namespacing)`));var Dp=W([`cel`,`js`,`cron`,`template`]),Op=V({rationale:I().optional(),generatedBy:I().optional()}),kp=V({dialect:Dp,source:I().min(1).optional(),ast:z().optional(),meta:Op.optional()}).refine(e=>e.source!==void 0||e.ast!==void 0,{message:"Expression requires at least one of `source` or `ast`"}),Ap=H([I().min(1).transform(e=>({dialect:`cel`,source:e})),kp]);H([I().min(1).transform(e=>({dialect:`cron`,source:e})),kp]);var jp=H([I().min(1).transform(e=>({dialect:`template`,source:e})),kp]),Mp=K(()=>W([`aes-256-gcm`,`aes-256-cbc`,`chacha20-poly1305`]).describe(`Supported encryption algorithm`)),Np=K(()=>W([`local`,`aws-kms`,`azure-key-vault`,`gcp-kms`,`hashicorp-vault`]).describe(`Key management service provider`)),Pp=K(()=>V({enabled:R().default(!1).describe(`Enable automatic key rotation`),frequencyDays:L().min(1).default(90).describe(`Rotation frequency in days`),retainOldVersions:L().default(3).describe(`Number of old key versions to retain`),autoRotate:R().default(!0).describe(`Automatically rotate without manual approval`)}).describe(`Policy for automatic encryption key rotation`)),Fp=K(()=>V({enabled:R().default(!1).describe(`Enable field-level encryption`),algorithm:Mp.default(`aes-256-gcm`).describe(`Encryption algorithm`),keyManagement:V({provider:Np.describe(`Key management service provider`),keyId:I().optional().describe(`Key identifier in the provider`),rotationPolicy:Pp.optional().describe(`Key rotation policy`)}).describe(`Key management configuration`),scope:W([`field`,`record`,`table`,`database`]).describe(`Encryption scope level`),deterministicEncryption:R().default(!1).describe(`Allows equality queries on encrypted data`),searchableEncryption:R().default(!1).describe(`Allows search on encrypted data`)}).describe(`Field-level encryption configuration`));K(()=>V({fieldName:I().describe(`Name of the field to encrypt`),encryptionConfig:Fp.describe(`Encryption settings for this field`),indexable:R().default(!1).describe(`Allow indexing on encrypted field`)}).describe(`Per-field encryption assignment`));var Ip=K(()=>W([`redact`,`partial`,`hash`,`tokenize`,`randomize`,`nullify`,`substitute`]).describe(`Data masking strategy for PII protection`)),Lp=K(()=>V({field:I().describe(`Field name to apply masking to`),strategy:Ip.describe(`Masking strategy to use`),pattern:I().optional().describe(`Regex pattern for partial masking`),preserveFormat:R().default(!0).describe(`Keep the original data format after masking`),preserveLength:R().default(!0).describe(`Keep the original data length after masking`),roles:B(I()).optional().describe(`Roles that see masked data`),exemptRoles:B(I()).optional().describe(`Roles that see unmasked data`)}).describe(`Masking rule for a single field`));K(()=>V({enabled:R().default(!1).describe(`Enable data masking`),rules:B(Lp).describe(`List of field-level masking rules`),auditUnmasking:R().default(!0).describe(`Log when masked data is accessed unmasked`)}).describe(`Top-level data masking configuration for PII protection`));var Rp=W(`text.textarea.email.url.phone.password.markdown.html.richtext.number.currency.percent.date.datetime.time.boolean.toggle.select.multiselect.radio.checkboxes.lookup.master_detail.tree.image.file.avatar.video.audio.formula.summary.autonumber.location.address.code.json.color.rating.slider.signature.qrcode.progress.tags.vector`.split(`.`)),zp=K(()=>V({label:I().describe(`Display label (human-readable, any case allowed)`),value:Tp.describe(`Stored value (lowercase machine identifier)`),color:I().optional().describe(`Color code for badges/charts`),default:R().optional().describe(`Is default option`)}));K(()=>V({latitude:L().min(-90).max(90).describe(`Latitude coordinate`),longitude:L().min(-180).max(180).describe(`Longitude coordinate`),altitude:L().optional().describe(`Altitude in meters`),accuracy:L().optional().describe(`Accuracy in meters`)}));var Bp=K(()=>V({precision:L().int().min(0).max(10).default(2).describe(`Decimal precision (default: 2)`),currencyMode:W([`dynamic`,`fixed`]).default(`dynamic`).describe(`Currency mode: dynamic (user selectable) or fixed (single currency)`),defaultCurrency:I().length(3).default(`CNY`).describe(`Default or fixed currency code (ISO 4217, e.g., USD, CNY, EUR)`)}));K(()=>V({value:L().describe(`Monetary amount`),currency:I().length(3).describe(`Currency code (ISO 4217)`)})),K(()=>V({street:I().optional().describe(`Street address`),city:I().optional().describe(`City name`),state:I().optional().describe(`State/Province`),postalCode:I().optional().describe(`Postal/ZIP code`),country:I().optional().describe(`Country name or code`),countryCode:I().optional().describe(`ISO country code (e.g., US, GB)`),formatted:I().optional().describe(`Formatted address string`)}));var Vp=K(()=>V({dimensions:L().int().min(1).max(1e4).describe(`Vector dimensionality (e.g., 1536 for OpenAI embeddings)`),distanceMetric:W([`cosine`,`euclidean`,`dotProduct`,`manhattan`]).default(`cosine`).describe(`Distance/similarity metric for vector search`),normalized:R().default(!1).describe(`Whether vectors are normalized (unit length)`),indexed:R().default(!0).describe(`Whether to create a vector index for fast similarity search`),indexType:W([`hnsw`,`ivfflat`,`flat`]).optional().describe(`Vector index algorithm (HNSW for high accuracy, IVFFlat for large datasets)`)})),Hp=K(()=>V({minSize:L().min(0).optional().describe(`Minimum file size in bytes`),maxSize:L().min(1).optional().describe(`Maximum file size in bytes (e.g., 10485760 = 10MB)`),allowedTypes:B(I()).optional().describe(`Allowed file extensions (e.g., [".pdf", ".docx", ".jpg"])`),blockedTypes:B(I()).optional().describe(`Blocked file extensions (e.g., [".exe", ".bat", ".sh"])`),allowedMimeTypes:B(I()).optional().describe(`Allowed MIME types (e.g., ["image/jpeg", "application/pdf"])`),blockedMimeTypes:B(I()).optional().describe(`Blocked MIME types`),virusScan:R().default(!1).describe(`Enable virus scanning for uploaded files`),virusScanProvider:W([`clamav`,`virustotal`,`metadefender`,`custom`]).optional().describe(`Virus scanning service provider`),virusScanOnUpload:R().default(!0).describe(`Scan files immediately on upload`),quarantineOnThreat:R().default(!0).describe(`Quarantine files if threat detected`),storageProvider:I().optional().describe(`Object storage provider name (references ObjectStorageConfig)`),storageBucket:I().optional().describe(`Target bucket name`),storagePrefix:I().optional().describe(`Storage path prefix (e.g., "uploads/documents/")`),imageValidation:V({minWidth:L().min(1).optional().describe(`Minimum image width in pixels`),maxWidth:L().min(1).optional().describe(`Maximum image width in pixels`),minHeight:L().min(1).optional().describe(`Minimum image height in pixels`),maxHeight:L().min(1).optional().describe(`Maximum image height in pixels`),aspectRatio:I().optional().describe(`Required aspect ratio (e.g., "16:9", "1:1")`),generateThumbnails:R().default(!1).describe(`Auto-generate thumbnails`),thumbnailSizes:B(V({name:I().describe(`Thumbnail variant name (e.g., "small", "medium", "large")`),width:L().min(1).describe(`Thumbnail width in pixels`),height:L().min(1).describe(`Thumbnail height in pixels`),crop:R().default(!1).describe(`Crop to exact dimensions`)})).optional().describe(`Thumbnail size configurations`),preserveMetadata:R().default(!1).describe(`Preserve EXIF metadata`),autoRotate:R().default(!0).describe(`Auto-rotate based on EXIF orientation`)}).optional().describe(`Image-specific validation rules`),allowMultiple:R().default(!1).describe(`Allow multiple file uploads (overrides field.multiple)`),allowReplace:R().default(!0).describe(`Allow replacing existing files`),allowDelete:R().default(!0).describe(`Allow deleting uploaded files`),requireUpload:R().default(!1).describe(`Require at least one file when field is required`),extractMetadata:R().default(!0).describe(`Extract file metadata (name, size, type, etc.)`),extractText:R().default(!1).describe(`Extract text content from documents (OCR/parsing)`),versioningEnabled:R().default(!1).describe(`Keep previous versions of replaced files`),maxVersions:L().min(1).optional().describe(`Maximum number of versions to retain`),publicRead:R().default(!1).describe(`Allow public read access to uploaded files`),presignedUrlExpiry:L().min(60).max(604800).default(3600).describe(`Presigned URL expiration in seconds (default: 1 hour)`)}).refine(e=>!(e.minSize!==void 0&&e.maxSize!==void 0&&e.minSize>e.maxSize),{message:`minSize must be less than or equal to maxSize`}).refine(e=>!(e.virusScanProvider!==void 0&&e.virusScan!==!0),{message:`virusScanProvider requires virusScan to be enabled`})),Up=K(()=>V({uniqueness:R().default(!1).describe(`Enforce unique values across all records`),completeness:L().min(0).max(1).default(0).describe(`Minimum ratio of non-null values (0-1, default: 0 = no requirement)`),accuracy:V({source:I().describe(`Reference data source for validation (e.g., "api.verify.com", "master_data")`),threshold:L().min(0).max(1).describe(`Minimum accuracy threshold (0-1, e.g., 0.95 = 95% match required)`)}).optional().describe(`Accuracy validation configuration`)})),Wp=K(()=>V({enabled:R().describe(`Enable caching for computed field results`),ttl:L().min(0).describe(`Cache TTL in seconds (0 = no expiration)`),invalidateOn:B(I()).describe(`Field paths that invalidate cache (e.g., ["inventory.quantity", "pricing.base_price"])`)})),Gp=K(()=>V({name:I().regex(/^[a-z_][a-z0-9_]*$/).describe(`Machine name (snake_case)`).optional(),label:I().optional().describe(`Human readable label`),type:Rp.describe(`Field Data Type`),description:I().optional().describe(`Tooltip/Help text`),format:I().optional().describe(`Format string (e.g. email, phone)`),columnName:I().optional().describe(`Physical column name in the target datasource. Defaults to the field key when not set.`),required:R().default(!1).describe(`Is required`),searchable:R().default(!1).describe(`Is searchable`),multiple:R().default(!1).describe(`Allow multiple values (Stores as Array/JSON). Applicable for select, lookup, file, image.`),unique:R().default(!1).describe(`Is unique constraint`),defaultValue:z().optional().describe(`Default value`),maxLength:L().optional().describe(`Max character length`),minLength:L().optional().describe(`Min character length`),precision:L().optional().describe(`Total digits`),scale:L().optional().describe(`Decimal places`),min:L().optional().describe(`Minimum value`),max:L().optional().describe(`Maximum value`),options:B(zp).optional().describe(`Static options for select/multiselect`),reference:I().optional().describe(`Target object name (snake_case) for lookup/master_detail fields. Required for relationship types. Used by $expand to resolve foreign key IDs into full objects.`),referenceFilters:B(I()).optional().describe(`Filters applied to lookup dialogs (e.g. "active = true")`),writeRequiresMasterRead:R().optional().describe(`If true, user needs read access to master record to edit this field`),deleteBehavior:W([`set_null`,`cascade`,`restrict`]).optional().default(`set_null`).describe(`What happens if referenced record is deleted`),expression:Ap.optional().describe("Formula expression (CEL). e.g. F`record.amount * 0.1`"),summaryOperations:V({object:I().describe(`Source child object name for roll-up`),field:I().describe(`Field on child object to aggregate`),function:W([`count`,`sum`,`min`,`max`,`avg`]).describe(`Aggregation function to apply`)}).optional().describe(`Roll-up summary definition`),language:I().optional().describe(`Programming language for syntax highlighting (e.g., javascript, python, sql)`),theme:I().optional().describe(`Code editor theme (e.g., dark, light, monokai)`),lineNumbers:R().optional().describe(`Show line numbers in code editor`),maxRating:L().optional().describe(`Maximum rating value (default: 5)`),allowHalf:R().optional().describe(`Allow half-star ratings`),displayMap:R().optional().describe(`Display map widget for location field`),allowGeocoding:R().optional().describe(`Allow address-to-coordinate conversion`),addressFormat:W([`us`,`uk`,`international`]).optional().describe(`Address format template`),colorFormat:W([`hex`,`rgb`,`rgba`,`hsl`]).optional().describe(`Color value format`),allowAlpha:R().optional().describe(`Allow transparency/alpha channel`),presetColors:B(I()).optional().describe(`Preset color options`),step:L().optional().describe(`Step increment for slider (default: 1)`),showValue:R().optional().describe(`Display current value on slider`),marks:U(I(),I()).optional().describe(`Custom marks/labels at specific values (e.g., {0: "Low", 50: "Medium", 100: "High"})`),barcodeFormat:W([`qr`,`ean13`,`ean8`,`code128`,`code39`,`upca`,`upce`]).optional().describe(`Barcode format type`),qrErrorCorrection:W([`L`,`M`,`Q`,`H`]).optional().describe(`QR code error correction level (L=7%, M=15%, Q=25%, H=30%). Only applicable when barcodeFormat is "qr"`),displayValue:R().optional().describe(`Display human-readable value below barcode/QR code`),allowScanning:R().optional().describe(`Enable camera scanning for barcode/QR code input`),currencyConfig:Bp.optional().describe(`Configuration for currency field type`),vectorConfig:Vp.optional().describe(`Configuration for vector field type (AI/ML embeddings)`),fileAttachmentConfig:Hp.optional().describe(`Configuration for file and attachment field types`),encryptionConfig:Fp.optional().describe(`Field-level encryption configuration for sensitive data (GDPR/HIPAA/PCI-DSS)`),maskingRule:Lp.optional().describe(`Data masking rules for PII protection`),auditTrail:R().default(!1).describe(`Enable detailed audit trail for this field (tracks all changes with user and timestamp)`),dependencies:B(I()).optional().describe(`Array of field names that this field depends on (for formulas, visibility rules, etc.)`),cached:Wp.optional().describe(`Caching configuration for computed/formula fields`),dataQuality:Up.optional().describe(`Data quality validation and monitoring rules`),group:I().optional().describe(`Field group name for organizing fields in forms and layouts (e.g., "contact_info", "billing", "system")`),conditionalRequired:Ap.optional().describe("Predicate (CEL) — field is required when TRUE. e.g. P`record.status == 'closed_won'`"),hidden:R().default(!1).describe(`Hidden from default UI`),readonly:R().default(!1).describe(`Read-only in UI`),system:R().optional().describe(`Auto-injected system/audit field (e.g. created_at, updated_by, organization_id). Tools that surface system fields separately from author-declared business fields should branch on this flag.`),sortable:R().optional().default(!0).describe(`Whether field is sortable in list views`),inlineHelpText:I().optional().describe(`Help text displayed below the field in forms`),trackFeedHistory:R().optional().describe(`Track field changes in Chatter/activity feed (Salesforce pattern)`),caseSensitive:R().optional().describe(`Whether text comparisons are case-sensitive`),autonumberFormat:I().optional().describe(`Auto-number display format pattern (e.g., "CASE-{0000}")`),index:R().default(!1).describe(`Create standard database index`),externalId:R().default(!1).describe(`Is external ID for upsert operations`)})),Kp=V({name:I().regex(/^[a-z_][a-z0-9_]*$/).describe(`Unique rule name (snake_case)`),label:I().optional().describe(`Human-readable label for the rule listing`),description:I().optional().describe(`Administrative notes explaining the business reason`),active:R().default(!0),events:B(W([`insert`,`update`,`delete`])).default([`insert`,`update`]).describe(`Validation contexts`),priority:L().int().min(0).max(9999).default(100).describe(`Execution priority (lower runs first, default: 100)`),tags:B(I()).optional().describe(`Categorization tags (e.g., "compliance", "billing")`),severity:W([`error`,`warning`,`info`]).default(`error`),message:I().describe(`Error message to display to the user`)}),qp=K(()=>Kp.extend({type:G(`script`),condition:Ap.describe("Predicate (CEL). If TRUE, validation fails. e.g. P`record.amount < 0`")})),Jp=K(()=>Kp.extend({type:G(`unique`),fields:B(I()).describe(`Fields that must be combined unique`),scope:Ap.optional().describe("Predicate (CEL) limiting uniqueness scope. e.g. P`record.active == true`"),caseSensitive:R().default(!0)})),Yp=K(()=>Kp.extend({type:G(`state_machine`),field:I().describe(`State field (e.g. status)`),transitions:U(I(),B(I())).describe(`Map of { OldState: [AllowedNewStates] }`)})),Xp=K(()=>Kp.extend({type:G(`format`),field:I(),regex:I().optional(),format:W([`email`,`url`,`phone`,`json`]).optional()})),Zp=K(()=>Kp.extend({type:G(`cross_field`),condition:Ap.describe("Predicate (CEL) comparing fields. e.g. P`record.end_date > record.start_date`"),fields:B(I()).describe(`Fields involved in the validation`)})),Qp=K(()=>Kp.extend({type:G(`json_schema`),field:I().describe(`JSON field to validate`),schema:U(I(),z()).describe(`JSON Schema object definition`)})),$p=K(()=>Kp.extend({type:G(`async`),field:I().describe(`Field to validate`),validatorUrl:I().optional().describe(`External API endpoint for validation`),method:W([`GET`,`POST`]).default(`GET`).describe(`HTTP method for external call`),headers:U(I(),I()).optional().describe(`Custom headers for the request`),validatorFunction:I().optional().describe(`Reference to custom validator function`),timeout:L().optional().default(5e3).describe(`Timeout in milliseconds`),debounce:L().optional().describe(`Debounce delay in milliseconds`),params:U(I(),z()).optional().describe(`Additional parameters to pass to validator`)})),em=K(()=>Kp.extend({type:G(`custom`),handler:I().describe(`Name of the custom validation function registered in the system`),params:U(I(),z()).optional().describe(`Parameters passed to the custom handler`)})),tm=Rf(()=>lf(`type`,[qp,Jp,Yp,Xp,Zp,Qp,$p,em,nm])),nm=K(()=>Kp.extend({type:G(`conditional`),when:Ap.describe("Predicate (CEL). e.g. P`record.type == 'enterprise'`"),then:tm.describe(`Validation rule to apply when condition is true`),otherwise:tm.optional().describe(`Validation rule to apply when condition is false`)})),rm=K(()=>H([I().describe(`Action Name`),V({type:I(),params:U(I(),z()).optional()})])),im=K(()=>H([I().describe(`Guard Name (e.g., "isManager", "amountGT1000")`),V({type:I(),params:U(I(),z()).optional()})])),am=K(()=>V({target:I().optional().describe(`Target State ID`),cond:im.optional().describe(`Condition (Guard) required to take this path`),actions:B(rm).optional().describe(`Actions to execute during transition`),description:I().optional().describe(`Human readable description of this rule`)}));K(()=>V({type:I().describe(`Event Type (e.g. "APPROVE", "REJECT", "Submit")`),schema:U(I(),z()).optional().describe(`Expected event payload structure`)}));var om=Rf(()=>V({type:W([`atomic`,`compound`,`parallel`,`final`,`history`]).default(`atomic`),entry:B(rm).optional().describe(`Actions to run when entering this state`),exit:B(rm).optional().describe(`Actions to run when leaving this state`),on:U(I(),H([I(),am,B(am)])).optional().describe(`Map of Event Type -> Transition Definition`),always:B(am).optional(),initial:I().optional().describe(`Initial child state (if compound)`),states:U(I(),om).optional(),meta:V({label:I().optional(),description:I().optional(),color:I().optional(),aiInstructions:I().optional().describe(`Specific instructions for AI when in this state`)}).optional()})),sm=K(()=>V({id:Ep.describe(`Unique Machine ID`),description:I().optional(),contextSchema:U(I(),z()).optional().describe(`Zod Schema for the machine context/memory`),initial:I().describe(`Initial State ID`),states:U(I(),om).describe(`State Nodes`),on:U(I(),H([I(),am,B(am)])).optional()}));K(()=>V({key:I().describe(`Translation key (e.g., "views.task_list.label")`),defaultValue:I().optional().describe(`Fallback value when translation key is not found`),params:U(I(),H([I(),L(),R()])).optional().describe(`Interpolation parameters (e.g., { count: 5 })`)}));var cm=K(()=>I().describe(`Display label (plain string; i18n keys are auto-generated by the framework)`)),lm=K(()=>V({ariaLabel:cm.optional().describe(`Accessible label for screen readers (WAI-ARIA aria-label)`),ariaDescribedBy:I().optional().describe(`ID of element providing additional description (WAI-ARIA aria-describedby)`),role:I().optional().describe(`WAI-ARIA role attribute (e.g., "dialog", "navigation", "alert")`)}).describe(`ARIA accessibility attributes`));K(()=>V({key:I().describe(`Translation key`),zero:I().optional().describe(`Zero form (e.g., "No items")`),one:I().optional().describe(`Singular form (e.g., "{count} item")`),two:I().optional().describe(`Dual form (e.g., "{count} items" for exactly 2)`),few:I().optional().describe(`Few form (e.g., for 2-4 in some languages)`),many:I().optional().describe(`Many form (e.g., for 5+ in some languages)`),other:I().describe(`Default plural form (e.g., "{count} items")`)}).describe(`ICU plural rules for a translation key`));var um=K(()=>V({style:W([`decimal`,`currency`,`percent`,`unit`]).default(`decimal`).describe(`Number formatting style`),currency:I().optional().describe(`ISO 4217 currency code (e.g., "USD", "EUR")`),unit:I().optional().describe(`Unit for unit formatting (e.g., "kilometer", "liter")`),minimumFractionDigits:L().optional().describe(`Minimum number of fraction digits`),maximumFractionDigits:L().optional().describe(`Maximum number of fraction digits`),useGrouping:R().optional().describe(`Whether to use grouping separators (e.g., 1,000)`)}).describe(`Number formatting rules`)),dm=K(()=>V({dateStyle:W([`full`,`long`,`medium`,`short`]).optional().describe(`Date display style`),timeStyle:W([`full`,`long`,`medium`,`short`]).optional().describe(`Time display style`),timeZone:I().optional().describe(`IANA time zone (e.g., "America/New_York")`),hour12:R().optional().describe(`Use 12-hour format`)}).describe(`Date/time formatting rules`));K(()=>V({code:I().describe(`BCP 47 language code (e.g., "en-US", "zh-CN")`),fallbackChain:B(I()).optional().describe(`Fallback language codes in priority order (e.g., ["zh-TW", "en"])`),direction:W([`ltr`,`rtl`]).default(`ltr`).describe(`Text direction: left-to-right or right-to-left`),numberFormat:um.optional().describe(`Default number formatting rules`),dateFormat:dm.optional().describe(`Default date/time formatting rules`)}).describe(`Locale configuration`));var fm=W([`api.read`,`api.write`,`crypto.uuid`,`crypto.hash`,`log`]),pm=lf(`language`,[V({language:G(`expression`),source:I().min(1).describe(`Formula expression source`)}).describe(`L1 expression body — pure formula, no IO`),V({language:G(`js`),source:I().min(1).describe(`Function body source`),capabilities:B(fm).default([]).describe(`Granted capability tokens`),timeoutMs:L().int().positive().max(3e4).optional().describe(`Per-invocation timeout (ms)`),memoryMb:L().int().positive().max(256).optional().describe(`Per-invocation memory cap (MB)`)}).describe(`L2 sandboxed JS body — runs inside an isolated VM with declared capabilities`)]).describe(`Hook/Action body — expression (L1) or sandboxed JS (L2)`),mm=K(()=>V({name:I().optional(),field:Ep.optional(),objectOverride:Ep.optional(),label:cm.optional(),type:Rp.optional(),required:R().optional().default(!1),options:B(V({label:cm,value:I()})).optional(),placeholder:I().optional(),helpText:I().optional(),defaultValue:z().optional(),defaultFromRow:R().optional()}).refine(e=>!!e.name||!!e.field,{message:`ActionParam requires either "name" or "field"`})),hm=W([`script`,`url`,`modal`,`flow`,`api`,`form`]),gm=new Set(hm.options.filter(e=>e!==`script`)),_m=K(()=>V({name:Ep.describe(`Machine name (lowercase snake_case)`),label:cm.describe(`Display label`),objectName:I().regex(/^[a-z_][a-z0-9_]*$/).optional().describe(`Target object this action belongs to. When set, the action is auto-merged into the object's actions array by defineStack().`),icon:I().optional().describe(`Icon name`),locations:B(W([`list_toolbar`,`list_item`,`record_header`,`record_more`,`record_related`,`global_nav`])).optional().describe(`Locations where this action is visible`),component:W([`action:button`,`action:icon`,`action:menu`,`action:group`]).optional().describe(`Visual component override`),type:hm.default(`script`).describe(`Action functionality type`),target:I().optional().describe(`URL, Script Name, Flow ID, or API Endpoint`),body:pm.optional().describe("Action body — expression (L1) or sandboxed JS (L2). Only used when type is `script`."),execute:I().optional().describe(`@deprecated — Use target instead. Auto-migrated to target during parsing.`),params:B(mm).optional().describe(`Input parameters required from user`),variant:W([`primary`,`secondary`,`danger`,`ghost`,`link`]).optional().describe(`Button visual variant for styling (primary = highlighted, danger = destructive, ghost = transparent)`),confirmText:cm.optional().describe(`Confirmation message before execution`),successMessage:cm.optional().describe(`Success message to show after execution`),refreshAfter:R().default(!1).describe(`Refresh view after execution`),visible:Ap.optional().describe(`Visibility predicate (CEL).`),disabled:H([R(),Ap]).optional().describe(`Boolean or predicate (CEL) — action is disabled when TRUE.`),shortcut:I().optional().describe(`Keyboard shortcut to trigger this action (e.g., "Ctrl+S")`),bulkEnabled:R().optional().describe(`Whether this action can be applied to multiple selected records`),aiExposed:R().optional().describe(`Set to false to keep this action out of the AI tool registry.`),recordIdParam:I().optional().describe(`Body key to inject the row id into when running from a list_item context.`),recordIdField:I().optional().describe(`Row field whose value seeds recordIdParam. Defaults to "id".`),bodyShape:H([G(`flat`),V({wrap:I()})]).optional().describe(`Body wrapping: flat (default) or { wrap: key } to nest user-collected params under a key.`),method:W([`POST`,`PATCH`,`PUT`,`DELETE`]).optional().describe(`HTTP method for type:"api" actions. Defaults to POST.`),bodyExtra:U(I(),z()).optional().describe(`Constant body fields merged into the API request (applied last; overrides user params).`),mode:W([`create`,`edit`,`delete`,`custom`]).optional().describe(`Semantic mode of the action.`),timeout:L().optional().describe(`Maximum execution time in milliseconds for the action`),aria:lm.optional().describe(`ARIA accessibility attributes`)}).transform(e=>e.execute&&!e.target?{...e,target:e.execute}:e).refine(e=>!(gm.has(e.type)&&!e.target),{message:`Action 'target' is required when type is 'url', 'flow', 'modal', 'api', or 'form'.`,path:[`target`]})),vm=K(()=>V({enabled:R().default(!1).describe(`Enable public sharing`),publicLink:I().optional().describe(`Generated public share URL`),password:I().optional().describe(`Password required to access shared link`),allowedDomains:B(I()).optional().describe(`Restrict access to specific email domains (e.g. ["example.com"])`),expiresAt:I().optional().describe(`Expiration date/time in ISO 8601 format`),allowAnonymous:R().optional().default(!1).describe(`Allow access without authentication`)}));K(()=>V({enabled:R().default(!1).describe(`Enable iframe embedding`),allowedOrigins:B(I()).optional().describe(`Allowed iframe parent origins (e.g. ["https://example.com"])`),width:I().optional().default(`100%`).describe(`Embed width (CSS value)`),height:I().optional().default(`600px`).describe(`Embed height (CSS value)`),showHeader:R().optional().default(!0).describe(`Show interface header in embed`),showNavigation:R().optional().default(!1).describe(`Show navigation in embed`),responsive:R().optional().default(!0).describe(`Enable responsive resizing`)}));var ym=W([`xs`,`sm`,`md`,`lg`,`xl`,`2xl`]),bm=K(()=>V({xs:L().min(1).max(12).optional(),sm:L().min(1).max(12).optional(),md:L().min(1).max(12).optional(),lg:L().min(1).max(12).optional(),xl:L().min(1).max(12).optional(),"2xl":L().min(1).max(12).optional()}).describe(`Grid columns per breakpoint (1-12)`)),xm=K(()=>V({xs:L().optional(),sm:L().optional(),md:L().optional(),lg:L().optional(),xl:L().optional(),"2xl":L().optional()}).describe(`Display order per breakpoint`)),Sm=K(()=>V({breakpoint:ym.optional().describe(`Minimum breakpoint for visibility`),hiddenOn:B(ym).optional().describe(`Hide on these breakpoints`),columns:bm.optional().describe(`Grid columns per breakpoint`),order:xm.optional().describe(`Display order per breakpoint`)}).describe(`Responsive layout configuration`)),Cm=K(()=>V({lazyLoad:R().optional().describe(`Enable lazy loading (defer rendering until visible)`),virtualScroll:V({enabled:R().default(!1).describe(`Enable virtual scrolling`),itemHeight:L().optional().describe(`Fixed item height in pixels (for estimation)`),overscan:L().optional().describe(`Number of extra items to render outside viewport`)}).optional().describe(`Virtual scrolling configuration`),cacheStrategy:W([`none`,`cache-first`,`network-first`,`stale-while-revalidate`]).optional().describe(`Client-side data caching strategy`),prefetch:R().optional().describe(`Prefetch data before component is visible`),pageSize:L().optional().describe(`Number of items per page for pagination`),debounceMs:L().optional().describe(`Debounce interval for user interactions in milliseconds`)}).describe(`Performance optimization configuration`)),wm=W([`GET`,`POST`,`PUT`,`DELETE`,`PATCH`,`HEAD`,`OPTIONS`]),Tm=K(()=>W([`GET`,`POST`,`PUT`,`PATCH`,`DELETE`])),Em=K(()=>V({url:I().describe(`API endpoint URL`),method:Tm.optional().default(`GET`).describe(`HTTP method`),headers:U(I(),I()).optional().describe(`Custom HTTP headers`),params:U(I(),z()).optional().describe(`Query parameters`),body:z().optional().describe(`Request body for POST/PUT/PATCH`)}));K(()=>V({enabled:R().default(!0).describe(`Enable CORS`),origins:H([I(),B(I())]).default(`*`).describe(`Allowed origins (* for all)`),methods:B(wm).optional().describe(`Allowed HTTP methods`),credentials:R().default(!1).describe(`Allow credentials (cookies, authorization headers)`),maxAge:L().int().optional().describe(`Preflight cache duration in seconds`)})),K(()=>V({enabled:R().default(!1).describe(`Enable rate limiting`),windowMs:L().int().default(6e4).describe(`Time window in milliseconds`),maxRequests:L().int().default(100).describe(`Max requests per window`)})),K(()=>V({path:I().describe(`URL path to serve from`),directory:I().describe(`Physical directory to serve`),cacheControl:I().optional().describe(`Cache-Control header value`)}));var Dm=K(()=>lf(`provider`,[V({provider:G(`object`),object:I().describe(`Target object name`)}),V({provider:G(`api`),read:Em.optional().describe(`Configuration for fetching data`),write:Em.optional().describe(`Configuration for submitting data (for forms/editable tables)`)}),V({provider:G(`value`),items:B(z()).describe(`Static data array`)})])),Om=K(()=>V({field:I().describe(`Field name to filter on`),operator:I().describe(`Filter operator (e.g. equals, not_equals, contains, this_quarter)`),value:H([I(),L(),R(),Jd(),B(H([I(),L()]))]).optional().describe(`Filter value`)}).describe(`View filter rule`)),km=K(()=>W([`none`,`count`,`count_empty`,`count_filled`,`count_unique`,`percent_empty`,`percent_filled`,`sum`,`avg`,`min`,`max`]).describe(`Aggregation function for column footer summary`)),Am=K(()=>V({field:I().describe(`Field name (snake_case)`),label:cm.optional().describe(`Display label override`),width:L().positive().optional().describe(`Column width in pixels`),align:W([`left`,`center`,`right`]).optional().describe(`Text alignment`),hidden:R().optional().describe(`Hide column by default`),sortable:R().optional().describe(`Allow sorting by this column`),resizable:R().optional().describe(`Allow resizing this column`),wrap:R().optional().describe(`Allow text wrapping`),type:I().optional().describe(`Renderer type override (e.g., "currency", "date")`),pinned:W([`left`,`right`]).optional().describe(`Pin/freeze column to left or right side`),summary:km.optional().describe(`Footer aggregation function for this column`),link:R().optional().describe(`Functions as the primary navigation link (triggers View navigation)`),action:I().optional().describe(`Registered Action ID to execute when clicked`)})),jm=K(()=>V({type:W([`none`,`single`,`multiple`]).default(`none`).describe(`Selection mode`)})),Mm=K(()=>V({pageSize:L().int().positive().default(25).describe(`Number of records per page`),pageSizeOptions:B(L().int().positive()).optional().describe(`Available page size options`)})),Nm=K(()=>W([`compact`,`short`,`medium`,`tall`,`extra_tall`]).describe(`Row height / density setting for list view`)),Pm=K(()=>V({field:I().describe(`Field name to group by`),order:W([`asc`,`desc`]).default(`asc`).describe(`Group sort order`),collapsed:R().default(!1).describe(`Collapse groups by default`)})),Fm=K(()=>V({fields:B(Pm).min(1).describe(`Fields to group by (supports up to 3 levels)`)}).describe(`Record grouping configuration`)),Im=K(()=>V({coverField:I().optional().describe(`Attachment/image field to display as card cover`),coverFit:W([`cover`,`contain`]).default(`cover`).describe(`Image fit mode for card cover`),cardSize:W([`small`,`medium`,`large`]).default(`medium`).describe(`Card size in gallery view`),titleField:I().optional().describe(`Field to display as card title`),visibleFields:B(I()).optional().describe(`Fields to display on card body`)}).describe(`Gallery/card view configuration`)),Lm=K(()=>V({startDateField:I().describe(`Field for timeline item start date`),endDateField:I().optional().describe(`Field for timeline item end date`),titleField:I().describe(`Field to display as timeline item title`),groupByField:I().optional().describe(`Field to group timeline rows`),colorField:I().optional().describe(`Field to determine item color`),scale:W([`hour`,`day`,`week`,`month`,`quarter`,`year`]).default(`week`).describe(`Default timeline scale`)}).describe(`Timeline view configuration`)),Rm=K(()=>V({type:W([`personal`,`collaborative`]).default(`collaborative`).describe(`View ownership type`),lockedBy:I().optional().describe(`User who locked the view configuration`)}).describe(`View sharing and access configuration`)),zm=K(()=>V({field:I().describe(`Field to derive color from (typically a select/status field)`),colors:U(I(),I()).optional().describe(`Map of field value to color (hex/token)`)}).describe(`Row color configuration based on field values`)),Bm=K(()=>W([`grid`,`kanban`,`gallery`,`calendar`,`timeline`,`gantt`,`map`]).describe(`Visualization type that users can switch to`)),Vm=K(()=>V({sort:R().default(!0).describe(`Allow users to sort records`),search:R().default(!0).describe(`Allow users to search records`),filter:R().default(!0).describe(`Allow users to filter records`),rowHeight:R().default(!0).describe(`Allow users to toggle row height/density`),addRecordForm:R().default(!1).describe(`Add records through a form instead of inline`),buttons:B(I()).optional().describe(`Custom action button IDs to show in the toolbar`)}).describe(`User action toggles for the view toolbar`)),Hm=K(()=>V({showDescription:R().default(!0).describe(`Show the view description text`),allowedVisualizations:B(Bm).optional().describe(`Whitelist of visualization types users can switch between (e.g. ["grid", "gallery", "kanban"])`)}).describe(`Appearance and visualization configuration`)),Um=K(()=>V({name:Ep.describe(`Tab identifier (snake_case)`),label:cm.optional().describe(`Display label`),icon:I().optional().describe(`Tab icon name`),view:I().optional().describe(`Referenced list view name from listViews`),filter:B(Om).optional().describe(`Tab-specific filter criteria`),order:L().int().min(0).optional().describe(`Tab display order`),pinned:R().default(!1).describe(`Pin tab (cannot be removed by users)`),isDefault:R().default(!1).describe(`Set as the default active tab`),visible:R().default(!0).describe(`Tab visibility`)}).describe(`Tab configuration for multi-tab view interface`)),Wm=K(()=>V({enabled:R().default(!0).describe(`Show the add record entry point`),position:W([`top`,`bottom`,`both`]).default(`bottom`).describe(`Position of the add record button`),mode:W([`inline`,`form`,`modal`]).default(`inline`).describe(`How to add a new record`),formView:I().optional().describe(`Named form view to use when mode is "form" or "modal"`)}).describe(`Add record entry point configuration`)),Gm=K(()=>V({groupByField:I().describe(`Field to group columns by (usually status/select)`),summarizeField:I().optional().describe(`Field to sum at top of column (e.g. amount)`),columns:B(I()).describe(`Fields to show on cards`)})),Km=K(()=>V({chartType:W([`bar`,`line`,`pie`,`area`,`scatter`]).default(`bar`).describe(`Chart visualisation type`),xAxisField:I().describe(`Field used as the X axis / category dimension`),yAxisFields:B(I()).min(1).describe(`Field(s) used as the Y axis / measures`),aggregation:W([`sum`,`avg`,`count`,`min`,`max`]).optional().describe(`Aggregation function applied to Y axis fields`),groupByField:I().optional().describe(`Optional field used to split / stack the chart`)}).describe(`List chart view configuration`)),qm=K(()=>V({startDateField:I(),endDateField:I().optional(),titleField:I(),colorField:I().optional()})),Jm=K(()=>V({startDateField:I(),endDateField:I(),titleField:I(),progressField:I().optional(),dependenciesField:I().optional()})),Ym=K(()=>W([`page`,`drawer`,`modal`,`split`,`popover`,`new_window`,`none`])),Xm=K(()=>V({mode:Ym.default(`page`),view:I().optional().describe(`Name of the form view to use for details (e.g. "summary_view", "edit_form")`),preventNavigation:R().default(!1).describe(`Disable standard navigation entirely`),openNewTab:R().default(!1).describe(`Force open in new tab (applies to page mode)`),width:H([I(),L()]).optional().describe(`Width of the drawer/modal (e.g. "600px", "50%")`)})),Zm=K(()=>V({name:Ep.optional().describe(`Internal view name (lowercase snake_case)`),label:cm.optional(),type:W([`grid`,`kanban`,`gallery`,`calendar`,`timeline`,`gantt`,`map`,`chart`]).default(`grid`),data:Dm.optional().describe(`Data source configuration (defaults to "object" provider)`),columns:H([B(I()),B(Am)]).describe(`Fields to display as columns`),filter:B(Om).optional().describe(`Filter criteria (JSON Rules)`),sort:H([I(),B(V({field:I(),order:W([`asc`,`desc`])}))]).optional(),searchableFields:B(I()).optional().describe(`Fields enabled for search`),filterableFields:B(I()).optional().describe(`Fields enabled for end-user filtering in the top bar`),resizable:R().optional().describe(`Enable column resizing`),striped:R().optional().describe(`Striped row styling`),bordered:R().optional().describe(`Show borders`),compactToolbar:R().optional().describe(`Collapse Group/Color/Density/Hide-fields into a single View settings popover`),selection:jm.optional().describe(`Row selection configuration`),navigation:Xm.optional().describe(`Configuration for item click navigation (page, drawer, modal, etc.)`),pagination:Mm.optional().describe(`Pagination configuration`),kanban:Gm.optional(),calendar:qm.optional(),gantt:Jm.optional(),gallery:Im.optional(),timeline:Lm.optional(),chart:Km.optional(),description:cm.optional().describe(`View description for documentation/tooltips`),sharing:Rm.optional().describe(`View sharing and access configuration`),rowHeight:Nm.optional().describe(`Row height / density setting`),grouping:Fm.optional().describe(`Group records by one or more fields`),rowColor:zm.optional().describe(`Color rows based on field value`),hiddenFields:B(I()).optional().describe(`Fields to hide in this specific view`),fieldOrder:B(I()).optional().describe(`Explicit field display order for this view`),rowActions:B(I()).optional().describe(`Actions available for individual row items`),bulkActions:B(I()).optional().describe(`Actions available when multiple rows are selected`),bulkActionDefs:B(U(I(),Xd())).optional().describe(`Rich bulk action definitions (schema-driven, executed via BulkActionDialog)`),virtualScroll:R().optional().describe(`Enable virtual scrolling for large datasets`),conditionalFormatting:B(V({condition:Ap.describe(`Predicate (CEL) to evaluate.`),style:U(I(),I()).describe(`CSS styles to apply when condition is true`)})).optional().describe(`Conditional formatting rules for list rows`),inlineEdit:R().optional().describe(`Allow inline editing of records directly in the list view`),exportOptions:B(W([`csv`,`xlsx`,`pdf`,`json`])).optional().describe(`Available export format options`),userActions:Vm.optional().describe(`User action toggles for the view toolbar`),appearance:Hm.optional().describe(`Appearance and visualization configuration`),tabs:B(Um).optional().describe(`Tab definitions for multi-tab view interface`),addRecord:Wm.optional().describe(`Add record entry point configuration`),showRecordCount:R().optional().describe(`Show record count at the bottom of the list`),allowPrinting:R().optional().describe(`Allow users to print the view`),emptyState:V({title:cm.optional(),message:cm.optional(),icon:I().optional()}).optional().describe(`Empty state configuration when no records found`),aria:lm.optional().describe(`ARIA accessibility attributes for the list view`),responsive:Sm.optional().describe(`Responsive layout configuration`),performance:Cm.optional().describe(`Performance optimization settings`)})),Qm=K(()=>V({field:I().describe(`Field name (snake_case)`),label:cm.optional().describe(`Display label override`),placeholder:cm.optional().describe(`Placeholder text`),helpText:cm.optional().describe(`Help/hint text`),readonly:R().optional().describe(`Read-only override`),required:R().optional().describe(`Required override`),hidden:R().optional().describe(`Hidden override`),colSpan:L().int().min(1).max(4).optional().describe(`Column span in grid layout (1-4)`),widget:I().optional().describe(`Custom widget/component name`),dependsOn:I().optional().describe(`Parent field name for cascading`),visibleOn:Ap.optional().describe(`Visibility predicate (CEL).`)})),$m=K(()=>V({label:cm.optional(),collapsible:R().default(!1),collapsed:R().default(!1),columns:H([W([`1`,`2`,`3`,`4`]),G(1),G(2),G(3),G(4)]).default(2).transform(e=>typeof e==`string`?parseInt(e):e),fields:B(H([I(),Qm]))})),eh=K(()=>V({type:W([`simple`,`tabbed`,`wizard`,`split`,`drawer`,`modal`]).default(`simple`),data:Dm.optional().describe(`Data source configuration (defaults to "object" provider)`),sections:B($m).optional(),groups:B($m).optional(),defaultSort:B(V({field:I().describe(`Field name to sort by`),order:W([`asc`,`desc`]).default(`desc`).describe(`Sort direction`)})).optional().describe(`Default sort order for related list views within this form`),sharing:vm.optional().describe(`Public sharing configuration for this form`),submitBehavior:H([V({kind:G(`thank-you`),title:I().optional(),message:I().optional()}),V({kind:G(`redirect`),url:I(),delayMs:L().int().min(0).optional()}),V({kind:G(`continue`)}),V({kind:G(`next-record`)})]).optional().describe(`Post-submit behavior`),aria:lm.optional().describe(`ARIA accessibility attributes for the form view`)}));K(()=>V({list:Zm.optional(),form:eh.optional(),listViews:U(I(),Zm).optional().describe(`Additional named list views`),formViews:U(I(),eh).optional().describe(`Additional named form views`)}));var th=W([`get`,`list`,`create`,`update`,`delete`,`upsert`,`bulk`,`aggregate`,`history`,`search`,`restore`,`purge`,`import`,`export`]),nh=V({trackHistory:R().default(!1).describe(`Enable field history tracking for audit compliance`),searchable:R().default(!0).describe(`Index records for global search`),apiEnabled:R().default(!0).describe(`Expose object via automatic APIs`),apiMethods:B(th).optional().describe(`Whitelist of allowed API operations`),files:R().default(!1).describe(`Enable file attachments and document management`),feeds:R().default(!1).describe(`Enable social feed, comments, and mentions (Chatter-like)`),activities:R().default(!1).describe(`Enable standard tasks and events tracking`),trash:R().default(!0).describe(`Enable soft-delete with restore capability`),mru:R().default(!0).describe(`Track Most Recently Used (MRU) list for users`),clone:R().default(!0).describe(`Allow record deep cloning`)}),rh=K(()=>V({name:I().optional().describe(`Index name (auto-generated if not provided)`),fields:B(I()).describe(`Fields included in the index`),type:W([`btree`,`hash`,`gin`,`gist`,`fulltext`]).optional().default(`btree`).describe(`Index algorithm type`),unique:R().optional().default(!1).describe(`Whether the index enforces uniqueness`),partial:I().optional().describe(`Partial index condition (SQL WHERE clause for conditional indexes)`)})),ih=K(()=>V({fields:B(I()).describe(`Fields to index for full-text search weighting`),displayFields:B(I()).optional().describe(`Fields to display in search result cards`),filters:B(I()).optional().describe(`Default filters for search results`)})),ah=K(()=>V({enabled:R().describe(`Enable multi-tenancy for this object`),strategy:W([`shared`,`isolated`,`hybrid`]).describe(`Tenant isolation strategy: shared (single DB, row-level), isolated (separate DB per tenant), hybrid (mix)`),tenantField:I().default(`tenant_id`).describe(`Field name for tenant identifier`),crossTenantAccess:R().default(!1).describe(`Allow cross-tenant data access (with explicit permission)`)})),oh=K(()=>V({enabled:R().describe(`Enable soft delete (trash/recycle bin)`),field:I().default(`deleted_at`).describe(`Field name for soft delete timestamp`),cascadeDelete:R().default(!1).describe(`Cascade soft delete to related records`)})),sh=K(()=>V({enabled:R().describe(`Enable record versioning`),strategy:W([`snapshot`,`delta`,`event-sourcing`]).describe(`Versioning strategy: snapshot (full copy), delta (changes only), event-sourcing (event log)`),retentionDays:L().min(1).optional().describe(`Number of days to retain old versions (undefined = infinite)`),versionField:I().default(`version`).describe(`Field name for version number/timestamp`)})),ch=K(()=>V({enabled:R().describe(`Enable table partitioning`),strategy:W([`range`,`hash`,`list`]).describe(`Partitioning strategy: range (date ranges), hash (consistent hashing), list (predefined values)`),key:I().describe(`Field name to partition by`),interval:I().optional().describe(`Partition interval for range strategy (e.g., "1 month", "1 year")`)}).refine(e=>!(e.strategy===`range`&&!e.interval),{message:`interval is required when strategy is "range"`})),lh=K(()=>V({enabled:R().describe(`Enable Change Data Capture`),events:B(W([`insert`,`update`,`delete`])).describe(`Event types to capture`),destination:I().describe(`Destination endpoint (e.g., "kafka://topic", "webhook://url")`)})),uh=K(()=>V({key:I().regex(/^[a-z_][a-z0-9_]*$/,{message:`Field group key must be lowercase snake_case (e.g., "contact_info", "billing", "system")`}).describe(`Group machine key (snake_case). Referenced by Field.group.`),label:I().describe(`Group display label`),icon:I().optional().describe(`Icon name (Lucide/Material) for the group header`),description:I().optional().describe(`Optional description shown under the group header`),defaultExpanded:R().optional().default(!0).describe(`Whether the group is expanded by default`),visibleOn:Ap.optional().describe(`Visibility predicate (CEL); group is hidden when FALSE.`)})),dh=V({name:I().regex(/^[a-z_][a-z0-9_]*$/).describe(`Machine unique key (snake_case). Immutable.`),label:I().optional().describe(`Human readable singular label (e.g. "Account")`),pluralLabel:I().optional().describe(`Human readable plural label (e.g. "Accounts")`),description:I().optional().describe(`Developer documentation / description`),icon:I().optional().describe(`Icon name (Lucide/Material) for UI representation`),tags:B(I()).optional().describe(`Categorization tags (e.g. "sales", "system", "reference")`),active:R().optional().default(!0).describe(`Is the object active and usable`),isSystem:R().optional().default(!1).describe(`Is system object (protected from deletion)`),abstract:R().optional().default(!1).describe(`Is abstract base object (cannot be instantiated)`),managedBy:W([`platform`,`config`,`system`,`append-only`,`better-auth`]).optional().describe(`Lifecycle bucket — platform (user CRUD) | config (admin authored) | system (engine-managed) | append-only (audit) | better-auth (identity). UI clients honour the resolved affordance matrix.`),userActions:V({create:R().optional().describe(`Show generic "New" button.`),import:R().optional().describe(`Show CSV import wizard entry.`),edit:R().optional().describe(`Allow inline / form edit of existing rows.`),delete:R().optional().describe(`Show row-level delete + bulk delete.`),exportCsv:R().optional().describe(`Show CSV export entry.`)}).optional().describe(`Per-object override of the resolved CRUD affordance matrix.`),systemFields:H([G(!1),V({tenant:R().optional().describe(`Inject organization_id (multi-tenant only). Default true.`),owner:R().optional().describe(`Reserved for future owner_id auto-injection.`),audit:R().optional().describe(`Reserved for future created_by/updated_by auto-injection.`)})]).optional().describe(`Opt out of, or selectively disable, registry-level system-field auto-injection.`),datasource:I().optional().default(`default`).describe(`Target Datasource ID. "default" is the primary DB.`),fields:U(I().regex(/^[a-z_][a-z0-9_]*$/,{message:`Field names must be lowercase snake_case (e.g., "first_name", "company", "annual_revenue")`}),Gp).describe(`Field definitions map. Keys must be snake_case identifiers.`),indexes:B(rh).optional().describe(`Database performance indexes`),fieldGroups:B(uh).refine(e=>new Set(e.map(e=>e.key)).size===e.length,{message:`fieldGroups[].key must be unique within an object`}).optional().describe(`Ordered list of field groups (array order = display order). See ObjectFieldGroupSchema.`),tenancy:ah.optional().describe(`Multi-tenancy configuration for SaaS applications`),softDelete:oh.optional().describe(`Soft delete (trash/recycle bin) configuration`),versioning:sh.optional().describe(`Record versioning and history tracking configuration`),partitioning:ch.optional().describe(`Table partitioning configuration for performance`),cdc:lh.optional().describe(`Change Data Capture (CDC) configuration for real-time data streaming`),validations:B(tm).optional().describe(`Object-level validation rules`),stateMachines:U(I(),sm).optional().describe(`Named state machines for parallel lifecycles (e.g., status, payment, approval)`),displayNameField:I().optional().describe(`Field to use as the record display name (e.g., "name", "title"). Defaults to "name" if present.`),recordName:V({type:W([`text`,`autonumber`]).describe(`Record name type: text (user-entered) or autonumber (system-generated)`),displayFormat:I().optional().describe(`Auto-number format pattern (e.g., "CASE-{0000}", "INV-{YYYY}-{0000}")`),startNumber:L().int().min(0).optional().describe(`Starting number for autonumber (default: 1)`)}).optional().describe(`Record name generation configuration (Salesforce pattern)`),titleFormat:jp.optional().describe(`Title template — supports {{record.field}} interpolation. Overrides displayNameField.`),compactLayout:B(I()).optional().describe(`Primary fields for hover/cards/lookups`),listViews:U(I(),Zm).optional().describe(`Built-in named list views (segmented tabs) shipped with the object schema`),defaultDetailForm:I().optional().describe(`Name of the default FormView for record detail / edit screens`),search:ih.optional().describe(`Search engine configuration`),enable:nh.optional().describe(`Enabled system features modules`),recordTypes:B(I()).optional().describe(`Record type names for this object`),sharingModel:W([`private`,`read`,`read_write`,`full`]).optional().describe(`Default sharing model`),keyPrefix:I().max(5).optional().describe(`Short prefix for record IDs (e.g., "001" for Account)`),detail:V({renderViaSchema:R().optional().describe(`Opt this object out of the schema-driven detail renderer`),hideReferenceRail:R().optional().describe(`Suppress the right-hand reference-rail on the detail page`),hideRelatedTab:R().optional().describe(`Suppress the Related tab on the detail page`)}).passthrough().optional().describe(`Detail-page UI hints consumed by @object-ui/plugin-detail synth`),actions:B(_m).optional().describe(`Actions associated with this object (auto-populated from top-level actions via objectName)`)});function fh(e){return e.split(`_`).map(e=>e.charAt(0).toUpperCase()+e.slice(1)).join(` `)}K(()=>Object.assign(dh,{create:e=>{let t={...e,label:e.label??fh(e.name)};return dh.parse(t)}})),W([`own`,`extend`]),K(()=>V({extend:I().describe(`Target object name (FQN) to extend`),fields:U(I(),Gp).optional().describe(`Fields to add/override`),label:I().optional().describe(`Override label for the extended object`),pluralLabel:I().optional().describe(`Override plural label for the extended object`),description:I().optional().describe(`Override description for the extended object`),validations:B(tm).optional().describe(`Additional validation rules to merge into the target object`),indexes:B(rh).optional().describe(`Additional indexes to merge into the target object`),priority:L().int().min(0).max(999).default(200).describe(`Merge priority (higher = applied later)`)}));var ph=W([`beforeFind`,`afterFind`,`beforeFindOne`,`afterFindOne`,`beforeCount`,`afterCount`,`beforeAggregate`,`afterAggregate`,`beforeInsert`,`afterInsert`,`beforeUpdate`,`afterUpdate`,`beforeDelete`,`afterDelete`,`beforeUpdateMany`,`afterUpdateMany`,`beforeDeleteMany`,`afterDeleteMany`]);K(()=>V({name:I().regex(/^[a-z_][a-z0-9_]*$/).describe(`Hook unique name (snake_case)`),label:I().optional().describe(`Description of what this hook does`),object:H([I(),B(I())]).describe(`Target object(s)`),events:B(ph).describe(`Lifecycle events`),handler:H([I(),Wf(e=>typeof e==`function`,{message:`Expected function`})]).optional().describe("Handler function name (string, post-build) or inline function (pre-build) — DEPRECATED, prefer `body`"),body:pm.optional().describe(`Hook body — expression (L1) or sandboxed JS (L2)`),priority:L().default(100).describe(`Execution priority`),async:R().default(!1).describe(`Run specifically as fire-and-forget`),condition:Ap.optional().describe('Predicate (CEL); hook runs only when TRUE. e.g. P`record.status == "closed" && record.amount > 1000`'),description:I().optional().describe(`Human-readable description of what this hook does`),retryPolicy:V({maxRetries:L().default(3).describe(`Maximum retry attempts on failure`),backoffMs:L().default(1e3).describe(`Backoff delay between retries in milliseconds`)}).optional().describe(`Retry policy for failed hook executions`),timeout:L().optional().describe(`Maximum execution time in milliseconds before the hook is aborted`),onError:W([`abort`,`log`]).default(`abort`).describe(`Error handling strategy`)})),K(()=>V({id:I().optional().describe(`Unique execution ID for tracing`),object:I(),event:ph,input:U(I(),z()).describe(`Mutable input parameters`),result:z().optional().describe(`Operation result (After hooks only)`),previous:U(I(),z()).optional().describe(`Record state before operation`),session:V({userId:I().optional(),tenantId:I().optional(),roles:B(I()).optional(),accessToken:I().optional(),isSystem:R().optional().describe(`True when the call was made with an elevated system context (engine self-writes)`)}).optional().describe(`Current session context`),transaction:z().optional().describe(`Database transaction handle`),ql:z().describe(`ObjectQL Engine Reference`),api:z().optional().describe(`Cross-object data access (ScopedContext)`),user:V({id:I().optional(),name:I().optional(),email:I().optional()}).optional().describe(`Current user info shortcut`)}));var mh=W([`none`,`constant`,`lookup`,`split`,`join`,`javascript`,`map`]),hh=K(()=>V({source:H([I(),B(I())]).describe(`Source column header(s)`),target:H([I(),B(I())]).describe(`Target object field(s)`),transform:mh.default(`none`),params:V({value:z().optional(),object:I().optional(),fromField:I().optional(),toField:I().optional(),autoCreate:R().optional(),valueMap:U(I(),z()).optional(),separator:I().optional()}).optional()}));K(()=>V({name:Ep.describe(`Mapping unique name (lowercase snake_case)`),label:I().optional(),sourceFormat:W([`csv`,`json`,`xml`,`sql`]).default(`csv`),targetObject:I().describe(`Target Object Name`),fieldMapping:B(hh),mode:W([`insert`,`update`,`upsert`]).default(`insert`),upsertKey:B(I()).optional().describe(`Fields to match for upsert (e.g. email)`),extractQuery:gp.optional().describe(`Query to run for export only`),errorPolicy:W([`skip`,`abort`,`retry`]).default(`skip`),batchSize:L().default(1e3)}));var gh=K(()=>V({userId:I().optional(),tenantId:I().optional(),roles:B(I()).default([]),permissions:B(I()).default([]),org_user_ids:B(I()).optional(),isSystem:R().default(!1),accessToken:I().optional(),transaction:z().optional(),traceId:I().optional()})),_h=K(()=>H([U(I(),z()),Xf]).describe(`Data Engine query filter conditions`)),vh=K(()=>H([U(I(),W([`asc`,`desc`])),U(I(),H([G(1),G(-1)])),B(np)]).describe(`Sort order definition`)),yh=K(()=>V({context:gh.optional()})),bh=K(()=>yh.extend({where:H([U(I(),z()),Xf]).optional(),fields:B(pp).optional(),orderBy:B(np).optional(),limit:L().optional(),offset:L().optional(),top:L().optional(),cursor:U(I(),z()).optional(),search:mp.optional(),expand:Rf(()=>U(I(),gp)).optional(),distinct:R().optional()}).describe(`QueryAST-aligned query options for IDataEngine.find() operations`));K(()=>yh.extend({filter:_h.optional(),select:B(I()).optional(),sort:vh.optional(),limit:L().int().min(1).optional(),skip:L().int().min(0).optional(),top:L().int().min(1).optional(),populate:B(I()).optional()}).describe(`Query options for IDataEngine.find() operations`));var xh=K(()=>yh.extend({returning:R().default(!0).optional()}).describe(`Options for DataEngine.insert operations`)),Sh=K(()=>yh.extend({where:H([U(I(),z()),Xf]).optional(),upsert:R().default(!1).optional(),multi:R().default(!1).optional(),returning:R().default(!1).optional()}).describe(`QueryAST-aligned options for DataEngine.update operations`));K(()=>yh.extend({filter:_h.optional(),upsert:R().default(!1).optional(),multi:R().default(!1).optional(),returning:R().default(!1).optional()}).describe(`Options for DataEngine.update operations`));var Ch=K(()=>yh.extend({where:H([U(I(),z()),Xf]).optional(),multi:R().default(!1).optional()}).describe(`QueryAST-aligned options for DataEngine.delete operations`));K(()=>yh.extend({filter:_h.optional(),multi:R().default(!1).optional()}).describe(`Options for DataEngine.delete operations`));var wh=K(()=>yh.extend({where:H([U(I(),z()),Xf]).optional(),groupBy:B(I()).optional(),aggregations:B(op).optional()}).describe(`QueryAST-aligned options for DataEngine.aggregate operations`));K(()=>yh.extend({filter:_h.optional(),groupBy:B(I()).optional(),aggregations:B(V({field:I(),method:W([`count`,`sum`,`avg`,`min`,`max`,`count_distinct`]),alias:I().optional()})).optional()}).describe(`Options for DataEngine.aggregate operations`));var Th=K(()=>yh.extend({where:H([U(I(),z()),Xf]).optional()}).describe(`QueryAST-aligned options for DataEngine.count operations`));K(()=>yh.extend({filter:_h.optional()}).describe(`Options for DataEngine.count operations`)),K(()=>V({find:Hf().input(pf([I(),bh.optional()])).output(Bf(B(z()))),findOne:Hf().input(pf([I(),bh.optional()])).output(Bf(z())),insert:Hf().input(pf([I(),H([U(I(),z()),B(U(I(),z()))]),xh.optional()])).output(Bf(z())),update:Hf().input(pf([I(),U(I(),z()),Sh.optional()])).output(Bf(z())),delete:Hf().input(pf([I(),Ch.optional()])).output(Bf(z())),count:Hf().input(pf([I(),Th.optional()])).output(Bf(L())),aggregate:Hf().input(pf([I(),wh])).output(Bf(B(z())))}).describe(`Standard Data Engine Contract`));var Eh={filter:_h.optional()},Dh=bh.extend({...Eh,select:B(I()).optional(),sort:vh.optional(),skip:L().int().min(0).optional(),populate:B(I()).optional()}),Oh=K(()=>V({method:G(`find`),object:I(),query:Dh.optional()})),kh=K(()=>V({method:G(`findOne`),object:I(),query:Dh.optional()})),Ah=K(()=>V({method:G(`insert`),object:I(),data:H([U(I(),z()),B(U(I(),z()))]),options:xh.optional()})),jh=K(()=>V({method:G(`update`),object:I(),data:U(I(),z()),id:H([I(),L()]).optional().describe(`ID for single update, or use where in options`),options:Sh.extend(Eh).optional()})),Mh=K(()=>V({method:G(`delete`),object:I(),id:H([I(),L()]).optional().describe(`ID for single delete, or use where in options`),options:Ch.extend(Eh).optional()})),Nh=K(()=>V({method:G(`count`),object:I(),query:Th.extend(Eh).optional()})),Ph=K(()=>V({method:G(`aggregate`),object:I(),query:wh.extend(Eh)})),Fh=K(()=>V({method:G(`execute`),command:z(),options:U(I(),z()).optional()})),Ih=K(()=>V({method:G(`vectorFind`),object:I(),vector:B(L()),where:H([U(I(),z()),Xf]).optional(),fields:B(I()).optional(),limit:L().int().default(5).optional(),threshold:L().optional()})),Lh=K(()=>V({method:G(`batch`),requests:B(lf(`method`,[Oh,kh,Ah,jh,Mh,Nh,Ph,Fh,Ih])),transaction:R().default(!0).optional()}));K(()=>lf(`method`,[Oh,kh,Ah,jh,Mh,Nh,Ph,Lh,Fh,Ih]).describe(`Virtual ObjectQL Request Protocol`)),W([`count`,`sum`,`avg`,`min`,`max`,`count_distinct`,`percentile`,`median`,`stddev`,`variance`]).describe(`Standard aggregation functions`);var Rh=W([`asc`,`desc`]).describe(`Sort order direction`);K(()=>V({field:I().describe(`Field name to sort by`),order:Rh.describe(`Sort direction`)}).describe(`Sort field and direction pair`)),W([`insert`,`update`,`delete`,`upsert`]).describe(`Data mutation event types`);var zh=W([`read_uncommitted`,`read_committed`,`repeatable_read`,`serializable`,`snapshot`]).describe(`Transaction isolation levels (snake_case standard)`);W([`lru`,`lfu`,`ttl`,`fifo`]).describe(`Cache eviction strategy`);var Bh=K(()=>V({transaction:z().optional().describe(`Transaction handle`),timeout:L().optional().describe(`Timeout in ms`),skipCache:R().optional().describe(`Bypass cache`),traceContext:U(I(),I()).optional().describe(`OpenTelemetry context or request ID`),tenantId:I().optional().describe(`Tenant Isolation identifier`)})),Vh=K(()=>V({create:R().default(!0).describe(`Supports CREATE operations`),read:R().default(!0).describe(`Supports READ operations`),update:R().default(!0).describe(`Supports UPDATE operations`),delete:R().default(!0).describe(`Supports DELETE operations`),bulkCreate:R().default(!1).describe(`Supports bulk CREATE operations`),bulkUpdate:R().default(!1).describe(`Supports bulk UPDATE operations`),bulkDelete:R().default(!1).describe(`Supports bulk DELETE operations`),transactions:R().default(!1).describe(`Supports ACID transactions`),savepoints:R().default(!1).describe(`Supports transaction savepoints`),isolationLevels:B(zh).optional().describe(`Supported isolation levels`),queryFilters:R().default(!0).describe(`Supports WHERE clause filtering`),queryAggregations:R().default(!1).describe(`Supports GROUP BY and aggregation functions`),queryDateGranularity:U(ip,R()).optional().describe(`Per-granularity native date bucketing (day/week/month/quarter/year). Missing keys fall back to in-memory bucketing.`),querySorting:R().default(!0).describe(`Supports ORDER BY sorting`),queryPagination:R().default(!0).describe(`Supports LIMIT/OFFSET pagination`),queryWindowFunctions:R().default(!1).describe(`Supports window functions with OVER clause`),querySubqueries:R().default(!1).describe(`Supports subqueries`),queryCTE:R().default(!1).describe(`Supports Common Table Expressions (WITH clause)`),joins:R().default(!1).describe(`Supports SQL joins`),fullTextSearch:R().default(!1).describe(`Supports full-text search`),jsonQuery:R().default(!1).describe(`Supports JSON field querying`),geospatialQuery:R().default(!1).describe(`Supports geospatial queries`),streaming:R().default(!1).describe(`Supports result streaming (cursors/iterators)`),jsonFields:R().default(!1).describe(`Supports JSON field types`),arrayFields:R().default(!1).describe(`Supports array field types`),vectorSearch:R().default(!1).describe(`Supports vector embeddings and similarity search`),schemaSync:R().default(!1).describe(`Supports automatic schema synchronization`),batchSchemaSync:R().default(!1).describe(`Supports batched schema sync to reduce schema DDL round-trips`),migrations:R().default(!1).describe(`Supports database migrations`),indexes:R().default(!1).describe(`Supports index creation and management`),connectionPooling:R().default(!1).describe(`Supports connection pooling`),preparedStatements:R().default(!1).describe(`Supports prepared statements (SQL injection prevention)`),queryCache:R().default(!1).describe(`Supports query result caching`)}));K(()=>V({name:I().describe(`Driver unique name`),version:I().describe(`Driver version`),supports:Vh,connect:Hf().input(pf([])).output(Bf(tf())).describe(`Establish connection`),disconnect:Hf().input(pf([])).output(Bf(tf())).describe(`Close connection`),checkHealth:Hf().input(pf([])).output(Bf(R())).describe(`Health check`),getPoolStats:Hf().input(pf([])).output(V({total:L(),idle:L(),active:L(),waiting:L()}).optional()).optional().describe(`Get connection pool statistics`),execute:Hf().input(pf([z(),B(z()).optional(),Bh.optional()])).output(Bf(z())).describe(`Execute raw command`),find:Hf().input(pf([I(),gp,Bh.optional()])).output(Bf(B(U(I(),z())))).describe(`Find records`),findStream:Hf().input(pf([I(),gp,Bh.optional()])).output(z()).describe(`Stream records (AsyncIterable)`),findOne:Hf().input(pf([I(),gp,Bh.optional()])).output(Bf(U(I(),z()).nullable())).describe(`Find one record`),create:Hf().input(pf([I(),U(I(),z()),Bh.optional()])).output(Bf(U(I(),z()))).describe(`Create record`),update:Hf().input(pf([I(),I().or(L()),U(I(),z()),Bh.optional()])).output(Bf(U(I(),z()))).describe(`Update record`),upsert:Hf().input(pf([I(),U(I(),z()),B(I()).optional(),Bh.optional()])).output(Bf(U(I(),z()))).describe(`Upsert record`),delete:Hf().input(pf([I(),I().or(L()),Bh.optional()])).output(Bf(R())).describe(`Delete record`),count:Hf().input(pf([I(),gp.optional(),Bh.optional()])).output(Bf(L())).describe(`Count records`),bulkCreate:Hf().input(pf([I(),B(U(I(),z())),Bh.optional()])).output(Bf(B(U(I(),z())))),bulkUpdate:Hf().input(pf([I(),B(V({id:I().or(L()),data:U(I(),z())})),Bh.optional()])).output(Bf(B(U(I(),z())))),bulkDelete:Hf().input(pf([I(),B(I().or(L())),Bh.optional()])).output(Bf(tf())),updateMany:Hf().input(pf([I(),gp,U(I(),z()),Bh.optional()])).output(Bf(L())).optional(),deleteMany:Hf().input(pf([I(),gp,Bh.optional()])).output(Bf(L())).optional(),beginTransaction:Hf().input(pf([V({isolationLevel:zh.optional()}).optional()])).output(Bf(z())).describe(`Start transaction`),commit:Hf().input(pf([z()])).output(Bf(tf())).describe(`Commit transaction`),rollback:Hf().input(pf([z()])).output(Bf(tf())).describe(`Rollback transaction`),syncSchema:Hf().input(pf([I(),z(),Bh.optional()])).output(Bf(tf())).describe(`Sync object schema to DB`),syncSchemasBatch:Hf().input(pf([B(V({object:I(),schema:z()})),Bh.optional()])).output(Bf(tf())).optional().describe(`Batch sync multiple schemas in one round-trip`),dropTable:Hf().input(pf([I(),Bh.optional()])).output(Bf(tf())),explain:Hf().input(pf([I(),gp,Bh.optional()])).output(Bf(z())).optional()}));var Hh=K(()=>V({min:L().min(0).default(2).describe(`Minimum number of connections in pool`),max:L().min(1).default(10).describe(`Maximum number of connections in pool`),idleTimeoutMillis:L().min(0).default(3e4).describe(`Time in ms before idle connection is closed`),connectionTimeoutMillis:L().min(0).default(5e3).describe(`Time in ms to wait for available connection`)})),Uh=K(()=>V({name:I().describe(`Driver instance name`),type:W([`sql`,`nosql`,`cache`,`search`,`graph`,`timeseries`]).describe(`Driver type category`),capabilities:Vh.describe(`Driver capability flags`),connectionString:I().optional().describe(`Database connection string (driver-specific format)`),poolConfig:Hh.optional().describe(`Connection pool configuration`)})),Wh=K(()=>W([`postgresql`,`mysql`,`sqlite`,`mssql`,`oracle`,`mariadb`])),Gh=K(()=>V({text:I().describe(`SQL type for text fields (e.g., VARCHAR, TEXT)`),number:I().describe(`SQL type for number fields (e.g., NUMERIC, DECIMAL, INT)`),boolean:I().describe(`SQL type for boolean fields (e.g., BOOLEAN, BIT)`),date:I().describe(`SQL type for date fields (e.g., DATE)`),datetime:I().describe(`SQL type for datetime fields (e.g., TIMESTAMP, DATETIME)`),json:I().optional().describe(`SQL type for JSON fields (e.g., JSON, JSONB)`),uuid:I().optional().describe(`SQL type for UUID fields (e.g., UUID, CHAR(36))`),binary:I().optional().describe(`SQL type for binary fields (e.g., BLOB, BYTEA)`)})),Kh=K(()=>V({rejectUnauthorized:R().default(!0).describe(`Reject connections with invalid certificates`),ca:I().optional().describe(`CA certificate file path or content`),cert:I().optional().describe(`Client certificate file path or content`),key:I().optional().describe(`Client private key file path or content`)}).refine(e=>e.cert!==void 0==(e.key!==void 0),{message:`Client certificate (cert) and private key (key) must be provided together`}));K(()=>Uh.extend({type:G(`sql`).describe(`Driver type must be "sql"`),dialect:Wh.describe(`SQL database dialect`),dataTypeMapping:Gh.describe(`SQL data type mapping configuration`),ssl:R().default(!1).describe(`Enable SSL/TLS connection`),sslConfig:Kh.optional().describe(`SSL/TLS configuration (required when ssl is true)`)}).refine(e=>!(e.ssl&&!e.sslConfig),{message:`sslConfig is required when ssl is true`}));var qh=K(()=>W([`mongodb`,`couchdb`,`dynamodb`,`cassandra`,`redis`,`elasticsearch`,`neo4j`,`orientdb`]));K(()=>W([`find`,`findOne`,`insert`,`update`,`delete`,`aggregate`,`mapReduce`,`count`,`distinct`,`createIndex`,`dropIndex`]));var Jh=K(()=>W([`all`,`quorum`,`one`,`local_quorum`,`each_quorum`,`eventual`])),Yh=K(()=>W([`single`,`compound`,`unique`,`text`,`geospatial`,`hashed`,`ttl`,`sparse`])),Xh=K(()=>V({enabled:R().default(!1).describe(`Enable sharding`),shardKey:I().optional().describe(`Field to use as shard key`),shardingStrategy:W([`hash`,`range`,`zone`]).optional().describe(`Sharding strategy`),numShards:L().int().positive().optional().describe(`Number of shards`)})),Zh=K(()=>V({enabled:R().default(!1).describe(`Enable replication`),replicaSetName:I().optional().describe(`Replica set name`),replicas:L().int().positive().optional().describe(`Number of replicas`),readPreference:W([`primary`,`primaryPreferred`,`secondary`,`secondaryPreferred`,`nearest`]).optional().describe(`Read preference for replica set`),writeConcern:W([`majority`,`acknowledged`,`unacknowledged`]).optional().describe(`Write concern level`)})),Qh=K(()=>V({enabled:R().default(!1).describe(`Enable schema validation`),validationLevel:W([`strict`,`moderate`,`off`]).optional().describe(`Validation strictness`),validationAction:W([`error`,`warn`]).optional().describe(`Action on validation failure`),jsonSchema:U(I(),z()).optional().describe(`JSON Schema for validation`)})),$h=K(()=>V({text:I().describe(`NoSQL type for text fields`),number:I().describe(`NoSQL type for number fields`),boolean:I().describe(`NoSQL type for boolean fields`),date:I().describe(`NoSQL type for date fields`),datetime:I().describe(`NoSQL type for datetime fields`),json:I().optional().describe(`NoSQL type for JSON/object fields`),uuid:I().optional().describe(`NoSQL type for UUID fields`),binary:I().optional().describe(`NoSQL type for binary fields`),array:I().optional().describe(`NoSQL type for array fields`),objectId:I().optional().describe(`NoSQL type for ObjectID fields (MongoDB)`),geopoint:I().optional().describe(`NoSQL type for geospatial point fields`)}));K(()=>Uh.extend({type:G(`nosql`).describe(`Driver type must be "nosql"`),databaseType:qh.describe(`Specific NoSQL database type`),dataTypeMapping:$h.describe(`NoSQL data type mapping configuration`),consistency:Jh.optional().describe(`Consistency level for operations`),replication:Zh.optional().describe(`Replication configuration`),sharding:Xh.optional().describe(`Sharding configuration`),schemaValidation:Qh.optional().describe(`Document schema validation`),region:I().optional().describe(`AWS region (for managed NoSQL services)`),accessKeyId:I().optional().describe(`AWS access key ID`),secretAccessKey:I().optional().describe(`AWS secret access key`),ttlField:I().optional().describe(`Field name for TTL (auto-deletion)`),maxDocumentSize:L().int().positive().optional().describe(`Maximum document size in bytes`),collectionPrefix:I().optional().describe(`Prefix for collection/table names`)}));var eg=K(()=>V({consistency:Jh.optional().describe(`Consistency level override`),readFromSecondary:R().optional().describe(`Allow reading from secondary replicas`),projection:U(I(),H([G(0),G(1)])).optional().describe(`Field projection`),timeout:L().int().positive().optional().describe(`Query timeout (ms)`),useCursor:R().optional().describe(`Use cursor instead of loading all results`),batchSize:L().int().positive().optional().describe(`Cursor batch size`),profile:R().optional().describe(`Enable query profiling`),hint:I().optional().describe(`Index hint for query optimization`)})),tg=K(()=>V({operator:I().describe(`Aggregation operator (e.g., $match, $group, $sort)`),options:U(I(),z()).describe(`Stage-specific options`)}));K(()=>V({collection:I().describe(`Collection/table name`),stages:B(tg).describe(`Aggregation pipeline stages`),options:eg.optional().describe(`Query options`)})),K(()=>V({name:I().describe(`Index name`),type:Yh.describe(`Index type`),fields:B(V({field:I().describe(`Field name`),order:W([`asc`,`desc`,`text`,`2dsphere`]).optional().describe(`Index order or type`)})).describe(`Fields to index`),unique:R().default(!1).describe(`Enforce uniqueness`),sparse:R().default(!1).describe(`Sparse index`),expireAfterSeconds:L().int().positive().optional().describe(`TTL in seconds`),partialFilterExpression:U(I(),z()).optional().describe(`Partial index filter`),background:R().default(!1).describe(`Create index in background`)})),K(()=>V({readConcern:W([`local`,`majority`,`linearizable`,`snapshot`]).optional().describe(`Read concern level`),writeConcern:W([`majority`,`acknowledged`,`unacknowledged`]).optional().describe(`Write concern level`),readPreference:W([`primary`,`primaryPreferred`,`secondary`,`secondaryPreferred`,`nearest`]).optional().describe(`Read preference`),maxCommitTimeMS:L().int().positive().optional().describe(`Transaction commit timeout (ms)`)}));var ng=W([`insert`,`update`,`upsert`,`replace`,`ignore`]),rg=K(()=>V({object:I().regex(/^[a-z_][a-z0-9_]*$/).describe(`Target Object Name`),externalId:I().default(`name`).describe(`Field match for uniqueness check`),mode:ng.default(`upsert`).describe(`Conflict resolution strategy`),env:B(W([`prod`,`dev`,`test`])).default([`prod`,`dev`,`test`]).describe(`Applicable environments`),records:B(U(I(),z())).describe(`Data records`)})),ig=K(()=>V({field:I().describe(`Source field name containing the reference value`),targetObject:I().regex(/^[a-z_][a-z0-9_]*$/).describe(`Target object name (snake_case)`),targetField:I().default(`name`).describe(`Field on target object used for matching`),fieldType:W([`lookup`,`master_detail`]).describe(`Relationship field type`)}).describe(`Describes how a field reference is resolved during seed loading`)),ag=K(()=>V({object:I().regex(/^[a-z_][a-z0-9_]*$/).describe(`Object name (snake_case)`),dependsOn:B(I()).describe(`Objects this object depends on`),references:B(ig).describe(`Field-level reference details`)}).describe(`Object node in the seed data dependency graph`)),og=K(()=>V({nodes:B(ag).describe(`All objects in the dependency graph`),insertOrder:B(I()).describe(`Topologically sorted insert order`),circularDependencies:B(B(I())).default([]).describe(`Circular dependency chains (e.g., [["a", "b", "a"]])`)}).describe(`Complete object dependency graph for seed data loading`)),sg=K(()=>V({sourceObject:I().describe(`Object with the broken reference`),field:I().describe(`Field name with unresolved reference`),targetObject:I().describe(`Target object searched for the reference`),targetField:I().describe(`ExternalId field used for matching`),attemptedValue:z().describe(`Value that failed to resolve`),recordIndex:L().int().min(0).describe(`Index of the record in the dataset`),message:I().describe(`Human-readable error description`)}).describe(`Actionable error for a failed reference resolution`)),cg=K(()=>V({dryRun:R().default(!1).describe(`Validate references without writing data`),haltOnError:R().default(!1).describe(`Stop on first reference resolution error`),multiPass:R().default(!0).describe(`Enable multi-pass loading for circular dependencies`),defaultMode:ng.default(`upsert`).describe(`Default conflict resolution strategy`),batchSize:L().int().min(1).default(1e3).describe(`Maximum records per batch insert/upsert`),transaction:R().default(!1).describe(`Wrap entire load in a transaction (all-or-nothing)`),env:W([`prod`,`dev`,`test`]).optional().describe(`Only load datasets matching this environment`),organizationId:I().min(1).optional().describe(`Target organization id for per-tenant seed replay`)}).describe(`Seed data loader configuration`)),lg=K(()=>V({object:I().describe(`Object that was loaded`),mode:ng.describe(`Import mode used`),inserted:L().int().min(0).describe(`Records inserted`),updated:L().int().min(0).describe(`Records updated`),skipped:L().int().min(0).describe(`Records skipped`),errored:L().int().min(0).describe(`Records with errors`),total:L().int().min(0).describe(`Total records in dataset`),referencesResolved:L().int().min(0).describe(`References resolved via externalId`),referencesDeferred:L().int().min(0).describe(`References deferred to second pass`),errors:B(sg).default([]).describe(`Reference resolution errors`)}).describe(`Result of loading a single dataset`));K(()=>V({success:R().describe(`Overall success status`),dryRun:R().describe(`Whether this was a dry-run`),dependencyGraph:og.describe(`Object dependency graph`),results:B(lg).describe(`Per-object load results`),errors:B(sg).describe(`All reference resolution errors`),summary:V({objectsProcessed:L().int().min(0).describe(`Total objects processed`),totalRecords:L().int().min(0).describe(`Total records across all objects`),totalInserted:L().int().min(0).describe(`Total records inserted`),totalUpdated:L().int().min(0).describe(`Total records updated`),totalSkipped:L().int().min(0).describe(`Total records skipped`),totalErrored:L().int().min(0).describe(`Total records with errors`),totalReferencesResolved:L().int().min(0).describe(`Total references resolved`),totalReferencesDeferred:L().int().min(0).describe(`Total references deferred`),circularDependencyCount:L().int().min(0).describe(`Circular dependency chains detected`),durationMs:L().min(0).describe(`Load duration in milliseconds`)}).describe(`Summary statistics`)}).describe(`Complete seed loader result`)),K(()=>V({datasets:B(rg).min(1).describe(`Datasets to load`),config:cg.default(()=>cg.parse({})).describe(`Loader configuration`)}).describe(`Seed loader request with datasets and configuration`));var ug=K(()=>V({versionNumber:L().describe(`Version number`),createdAt:L().describe(`Creation timestamp`),createdBy:I().describe(`Creator user ID`),size:L().describe(`File size in bytes`),checksum:I().describe(`File checksum`),downloadUrl:I().url().describe(`Download URL`),isLatest:R().optional().default(!1).describe(`Is latest version`)})),dg=K(()=>V({id:I().describe(`Template ID`),name:I().describe(`Template name`),description:I().optional().describe(`Template description`),fileUrl:I().url().describe(`Template file URL`),fileType:I().describe(`File MIME type`),placeholders:B(V({key:I().describe(`Placeholder key`),label:I().describe(`Placeholder label`),type:W([`text`,`number`,`date`,`image`]).describe(`Placeholder type`),required:R().optional().default(!1).describe(`Is required`)})).describe(`Template placeholders`)})),fg=K(()=>V({provider:W([`docusign`,`adobe-sign`,`hellosign`,`custom`]).describe(`E-signature provider`),enabled:R().optional().default(!1).describe(`E-signature enabled`),signers:B(V({email:I().email().describe(`Signer email`),name:I().describe(`Signer name`),role:I().describe(`Signer role`),order:L().describe(`Signing order`)})).describe(`Document signers`),expirationDays:L().optional().default(30).describe(`Expiration days`),reminderDays:L().optional().default(7).describe(`Reminder interval days`)}));K(()=>V({id:I().describe(`Document ID`),name:I().describe(`Document name`),description:I().optional().describe(`Document description`),fileType:I().describe(`File MIME type`),fileSize:L().describe(`File size in bytes`),category:I().optional().describe(`Document category`),tags:B(I()).optional().describe(`Document tags`),versioning:V({enabled:R().describe(`Versioning enabled`),versions:B(ug).describe(`Version history`),majorVersion:L().describe(`Major version`),minorVersion:L().describe(`Minor version`)}).optional().describe(`Version control`),template:dg.optional().describe(`Document template`),eSignature:fg.optional().describe(`E-signature config`),access:V({isPublic:R().optional().default(!1).describe(`Public access`),sharedWith:B(I()).optional().describe(`Shared with`),expiresAt:L().optional().describe(`Access expiration`)}).optional().describe(`Access control`),metadata:U(I(),z()).optional().describe(`Custom metadata`)}));var pg=K(()=>lf(`type`,[V({type:G(`constant`),value:z().describe(`Constant value to use`)}).describe(`Set a constant value`),V({type:G(`cast`),targetType:W([`string`,`number`,`boolean`,`date`]).describe(`Target data type`)}).describe(`Cast to a specific data type`),V({type:G(`lookup`),table:I().describe(`Lookup table name`),keyField:I().describe(`Field to match on`),valueField:I().describe(`Field to retrieve`)}).describe(`Lookup value from another table`),V({type:G(`javascript`),expression:Ap.describe(`JS expression (dialect="js" recommended). e.g. value.toUpperCase()`)}).describe(`Custom JavaScript transformation`),V({type:G(`map`),mappings:U(I(),z()).describe(`Value mappings (e.g., {"Active": "active"})`)}).describe(`Map values using a dictionary`)])),mg=K(()=>V({source:I().describe(`Source field name`),target:I().describe(`Target field name`),transform:pg.optional().describe(`Transformation to apply`),defaultValue:z().optional().describe(`Default if source is null/undefined`)})),hg=K(()=>V({id:I().describe(`Data source ID`),name:I().describe(`Data source name`),type:W([`odata`,`rest-api`,`graphql`,`custom`]).describe(`Protocol type`),endpoint:I().url().describe(`API endpoint URL`),authentication:V({type:W([`oauth2`,`api-key`,`basic`,`none`]).describe(`Auth type`),config:U(I(),z()).describe(`Auth configuration`)}).describe(`Authentication`)})),gg=K(()=>mg.extend({type:I().optional().describe(`Field type`),readonly:R().optional().default(!0).describe(`Read-only field`)}));K(()=>V({fieldName:I().describe(`Field name`),dataSource:hg.describe(`External data source`),query:V({endpoint:I().describe(`Query endpoint path`),method:W([`GET`,`POST`]).optional().default(`GET`).describe(`HTTP method`),parameters:U(I(),z()).optional().describe(`Query parameters`)}).describe(`Query configuration`),fieldMappings:B(gg).describe(`Field mappings`),caching:V({enabled:R().optional().default(!0).describe(`Cache enabled`),ttl:L().optional().default(300).describe(`Cache TTL (seconds)`),strategy:W([`lru`,`lfu`,`ttl`]).optional().default(`ttl`).describe(`Cache strategy`)}).optional().describe(`Caching configuration`),fallback:V({enabled:R().optional().default(!0).describe(`Fallback enabled`),defaultValue:z().optional().describe(`Default fallback value`),showError:R().optional().default(!0).describe(`Show error to user`)}).optional().describe(`Fallback configuration`),rateLimit:V({requestsPerSecond:L().describe(`Requests per second limit`),burstSize:L().optional().describe(`Burst size`)}).optional().describe(`Rate limiting`),retry:V({maxRetries:L().min(0).default(3).describe(`Maximum retry attempts`),initialDelayMs:L().default(1e3).describe(`Initial retry delay in milliseconds`),maxDelayMs:L().default(3e4).describe(`Maximum retry delay in milliseconds`),backoffMultiplier:L().default(2).describe(`Exponential backoff multiplier`),retryableStatusCodes:B(L()).default([429,500,502,503,504]).describe(`HTTP status codes that are retryable`)}).optional().describe(`Retry configuration with exponential backoff`),transform:V({request:V({headers:U(I(),I()).optional().describe(`Additional request headers`),queryParams:U(I(),I()).optional().describe(`Additional query parameters`)}).optional().describe(`Request transformation`),response:V({dataPath:I().optional().describe(`JSONPath to extract data (e.g., "$.data.results")`),totalPath:I().optional().describe(`JSONPath to extract total count (e.g., "$.meta.total")`)}).optional().describe(`Response transformation`)}).optional().describe(`Request/response transformation pipeline`),pagination:V({type:W([`offset`,`cursor`,`page`]).default(`offset`).describe(`Pagination type`),pageSize:L().default(100).describe(`Items per page`),maxPages:L().optional().describe(`Maximum number of pages to fetch`)}).optional().describe(`Pagination configuration for external data`)}));var _g=I().describe(`Underlying driver identifier`);K(()=>V({id:I().describe(`Unique driver identifier (e.g. "postgres")`),label:I().describe(`Display label (e.g. "PostgreSQL")`),description:I().optional(),icon:I().optional(),configSchema:U(I(),z()).describe(`JSON Schema for connection configuration`),capabilities:Rf(()=>vg).optional()}));var vg=V({transactions:R().default(!1),queryFilters:R().default(!1),queryAggregations:R().default(!1),querySorting:R().default(!1),queryPagination:R().default(!1),queryWindowFunctions:R().default(!1),querySubqueries:R().default(!1),joins:R().default(!1),fullTextSearch:R().default(!1),readOnly:R().default(!1),dynamicSchema:R().default(!1)});K(()=>V({name:I().regex(/^[a-z_][a-z0-9_]*$/).describe(`Unique datasource identifier`),label:I().optional().describe(`Display label`),driver:_g.describe(`Underlying driver type`),config:U(I(),z()).describe(`Driver specific configuration`),pool:V({min:L().default(0).describe(`Minimum connections`),max:L().default(10).describe(`Maximum connections`),idleTimeoutMillis:L().default(3e4).describe(`Idle timeout`),connectionTimeoutMillis:L().default(3e3).describe(`Connection establishment timeout`)}).optional().describe(`Connection pool settings`),readReplicas:B(U(I(),z())).optional().describe(`Read-only replica configurations`),capabilities:vg.optional().describe(`Capability overrides`),healthCheck:V({enabled:R().default(!0).describe(`Enable health check endpoint`),intervalMs:L().default(3e4).describe(`Health check interval in milliseconds`),timeoutMs:L().default(5e3).describe(`Health check timeout in milliseconds`)}).optional().describe(`Datasource health check configuration`),ssl:V({enabled:R().default(!1).describe(`Enable SSL/TLS for database connection`),rejectUnauthorized:R().default(!0).describe(`Reject connections with invalid/self-signed certificates`),ca:I().optional().describe(`CA certificate (PEM format or path to file)`),cert:I().optional().describe(`Client certificate (PEM format or path to file)`),key:I().optional().describe(`Client private key (PEM format or path to file)`)}).optional().describe(`SSL/TLS configuration for secure database connections`),retryPolicy:V({maxRetries:L().default(3).describe(`Maximum number of retry attempts`),baseDelayMs:L().default(1e3).describe(`Base delay between retries in milliseconds`),maxDelayMs:L().default(3e4).describe(`Maximum delay between retries in milliseconds`),backoffMultiplier:L().default(2).describe(`Exponential backoff multiplier`)}).optional().describe(`Connection retry policy for transient failures`),description:I().optional().describe(`Internal description`),active:R().default(!0).describe(`Is datasource enabled`)}));var yg=W([`count`,`sum`,`avg`,`min`,`max`,`count_distinct`,`number`,`string`,`boolean`]),bg=W([`string`,`number`,`boolean`,`time`,`geo`]),xg=W([`second`,`minute`,`hour`,`day`,`week`,`month`,`quarter`,`year`]),Sg=K(()=>V({name:I().regex(/^[a-z_][a-z0-9_]*$/).describe(`Unique metric ID`),label:I().describe(`Human readable label`),description:I().optional(),type:yg,sql:I().describe(`SQL expression or field reference`),filters:B(V({sql:I()})).optional(),format:I().optional()})),Cg=K(()=>V({name:I().regex(/^[a-z_][a-z0-9_]*$/).describe(`Unique dimension ID`),label:I().describe(`Human readable label`),description:I().optional(),type:bg,sql:I().describe(`SQL expression or column reference`),granularities:B(xg).optional()})),wg=K(()=>V({name:I().describe(`Target cube name`),relationship:W([`one_to_one`,`one_to_many`,`many_to_one`]).default(`many_to_one`),sql:I().describe(`Join condition (ON clause)`)}));K(()=>V({name:I().regex(/^[a-z_][a-z0-9_]*$/).describe(`Cube name (snake_case)`),title:I().optional(),description:I().optional(),sql:I().describe(`Base SQL statement or Table Name`),measures:U(I(),Sg).describe(`Quantitative metrics`),dimensions:U(I(),Cg).describe(`Qualitative attributes`),joins:U(I(),wg).optional(),refreshKey:V({every:I().optional(),sql:I().optional()}).optional(),public:R().default(!1)})),K(()=>V({cube:I().optional().describe(`Target cube name (optional when provided externally, e.g. in API request wrapper)`),measures:B(I()).describe(`List of metrics to calculate`),dimensions:B(I()).optional().describe(`List of dimensions to group by`),where:Xf.optional().describe(`Filtering criteria (canonical Query DSL FilterCondition)`),timeDimensions:B(V({dimension:I(),granularity:xg.optional(),dateRange:H([I(),B(I())]).optional()})).optional(),order:U(I(),W([`asc`,`desc`])).optional(),limit:L().optional(),offset:L().optional(),timezone:I().optional().default(`UTC`)}));var Tg=W([`comment`,`field_change`,`task`,`event`,`email`,`call`,`note`,`file`,`record_create`,`record_delete`,`approval`,`sharing`,`system`]),Eg=K(()=>V({type:W([`user`,`team`,`record`]).describe(`Mention target type`),id:I().describe(`Target ID`),name:I().describe(`Display name for rendering`),offset:L().int().min(0).describe(`Character offset in body text`),length:L().int().min(1).describe(`Length of mention token in body text`)})),Dg=K(()=>V({field:I().describe(`Field machine name`),fieldLabel:I().optional().describe(`Field display label`),oldValue:z().optional().describe(`Previous value`),newValue:z().optional().describe(`New value`),oldDisplayValue:I().optional().describe(`Human-readable old value`),newDisplayValue:I().optional().describe(`Human-readable new value`)})),Og=K(()=>V({emoji:I().describe(`Emoji character or shortcode (e.g., "👍", ":thumbsup:")`),userIds:B(I()).describe(`Users who reacted`),count:L().int().min(1).describe(`Total reaction count`)})),kg=K(()=>V({type:W([`user`,`system`,`service`,`automation`]).describe(`Actor type`),id:I().describe(`Actor ID`),name:I().optional().describe(`Actor display name`),avatarUrl:I().url().optional().describe(`Actor avatar URL`),source:I().optional().describe(`Source application (e.g., "Omni", "API", "Studio")`)})),Ag=W([`public`,`internal`,`private`]);K(()=>V({id:I().describe(`Feed item ID`),type:Tg.describe(`Activity type`),object:I().describe(`Object name (e.g., "account")`),recordId:I().describe(`Record ID this feed item belongs to`),actor:kg.describe(`Who performed this action`),body:I().optional().describe(`Rich text body (Markdown supported)`),mentions:B(Eg).optional().describe(`Mentioned users/teams/records`),changes:B(Dg).optional().describe(`Field-level changes`),reactions:B(Og).optional().describe(`Emoji reactions on this item`),parentId:I().optional().describe(`Parent feed item ID for threaded replies`),replyCount:L().int().min(0).default(0).describe(`Number of replies`),pinned:R().default(!1).describe(`Whether the feed item is pinned to the top of the timeline`),pinnedAt:I().datetime().optional().describe(`Timestamp when the item was pinned`),pinnedBy:I().optional().describe(`User ID who pinned the item`),starred:R().default(!1).describe(`Whether the feed item is starred/bookmarked by the current user`),starredAt:I().datetime().optional().describe(`Timestamp when the item was starred`),visibility:Ag.default(`public`).describe(`Visibility: public (all users), internal (team only), private (author + mentioned)`),createdAt:I().datetime().describe(`Creation timestamp`),updatedAt:I().datetime().optional().describe(`Last update timestamp`),editedAt:I().datetime().optional().describe(`When comment was last edited`),isEdited:R().default(!1).describe(`Whether comment has been edited`)})),W([`all`,`comments_only`,`changes_only`,`tasks_only`]);var jg=W([`comment`,`mention`,`field_change`,`task`,`approval`,`all`]),Mg=W([`in_app`,`email`,`push`,`slack`]);K(()=>V({object:I().describe(`Object name`),recordId:I().describe(`Record ID`),userId:I().describe(`Subscribing user ID`),events:B(jg).default([`all`]).describe(`Event types to receive notifications for`),channels:B(Mg).default([`in_app`]).describe(`Notification delivery channels`),active:R().default(!0).describe(`Whether the subscription is active`),createdAt:I().datetime().describe(`Subscription creation timestamp`)}));var Ng=K(()=>W([`header`,`subdomain`,`path`,`token`,`lookup`]).describe(`Strategy for resolving tenant identity from request context`)),Pg=K(()=>V({name:I().min(1).describe(`Turso database group name`),primaryLocation:I().min(2).describe(`Primary Turso region code (e.g., iad, lhr, nrt)`),replicaLocations:B(I().min(2)).default([]).describe(`Additional replica region codes`),schemaDatabase:I().optional().describe(`Schema database name for multi-db schemas`)}).describe(`Turso database group configuration`)),Fg=K(()=>V({onTenantCreate:V({autoCreate:R().default(!0).describe(`Auto-create database on tenant registration`),group:I().optional().describe(`Turso group for the new database`),applyGroupSchema:R().default(!0).describe(`Apply shared schema from group`),seedData:R().default(!1).describe(`Populate seed data on creation`)}).describe(`Tenant creation hook`),onTenantDelete:V({immediate:R().default(!1).describe(`Destroy database immediately`),gracePeriodHours:L().int().min(0).default(72).describe(`Grace period before permanent deletion`),createBackup:R().default(!0).describe(`Create backup before deletion`)}).describe(`Tenant deletion hook`),onTenantSuspend:V({revokeTokens:R().default(!0).describe(`Revoke auth tokens on suspension`),readOnly:R().default(!0).describe(`Set database to read-only on suspension`)}).describe(`Tenant suspension hook`)}).describe(`Tenant database lifecycle hooks`));K(()=>V({organizationSlug:I().min(1).describe(`Turso organization slug`),urlTemplate:I().min(1).describe(`URL template with {tenant_id} placeholder`),groupAuthToken:I().min(1).describe(`Group-level auth token for platform operations`),tenantResolverStrategy:Ng.default(`token`),group:Pg.optional().describe(`Database group configuration`),lifecycle:Fg.optional().describe(`Lifecycle hooks`),maxCachedConnections:L().int().min(1).default(100).describe(`Max cached tenant connections (LRU)`),connectionCacheTTL:L().int().min(0).default(300).describe(`Connection cache TTL in seconds`)}).describe(`Turso multi-tenant router configuration`));var Ig=(e=>l===void 0?typeof Proxy<`u`?new Proxy(e,{get:(e,t)=>(l===void 0?e:l)[t]}):e:l)(function(e){if(l!==void 0)return l.apply(this,arguments);throw Error(`Dynamic require of "`+e+`" is not supported`)}),Lg={debug:0,info:1,warn:2,error:3,fatal:4,silent:5},Rg={debug:`\x1B[36m`,info:`\x1B[32m`,warn:`\x1B[33m`,error:`\x1B[31m`,fatal:`\x1B[35m`,silent:``},zg=`\x1B[0m`,Bg=class e{constructor(e={},t={}){this.config={name:e.name,level:e.level??`info`,format:e.format??`pretty`,redact:e.redact??[`password`,`token`,`secret`,`key`],sourceLocation:e.sourceLocation??!1,file:e.file,rotation:e.rotation??{maxSize:`10m`,maxFiles:5}},this.bindings=t,this.config.file&&typeof process<`u`&&this.openFileStream(this.config.file)}openFileStream(e){try{let t=Ig(`fs`),n=Ig(`path`).dirname(e);t.mkdirSync(n,{recursive:!0}),this.fileStream=t.createWriteStream(e,{flags:`a`})}catch{}}isEnabled(e){return Lg[e]>=Lg[this.config.level]}redactSensitive(e){if(!e||typeof e!=`object`)return e;let t=Array.isArray(e)?[...e]:{...e};for(let e in t){let n=e.toLowerCase();this.config.redact.some(e=>n.includes(e.toLowerCase()))?t[e]=`***REDACTED***`:typeof t[e]==`object`&&t[e]!==null&&(t[e]=this.redactSensitive(t[e]))}return t}write(e,t,n,r){if(!this.isEnabled(e))return;let i=this.redactSensitive({...this.bindings,...n,...r?{error:{message:r.message,stack:r.stack}}:{}}),a=Object.keys(i).length>0,o=new Date().toISOString(),s;if(this.config.format===`json`)s=JSON.stringify({time:o,level:e,...this.config.name?{name:this.config.name}:{},msg:t,...i});else if(this.config.format===`text`){let n=[o,e.toUpperCase(),t];a&&n.push(JSON.stringify(i)),s=n.join(` | `)}else{let n=Rg[e]||``,r=this.config.name?`[${this.config.name}] `:``;s=`${n}${o} ${e.toUpperCase()}${zg} ${r}${t}`,a&&(s+=` ${JSON.stringify(i)}`)}let c=s+`
|
|
73
|
+
`;typeof process<`u`&&process.stderr?e===`error`||e===`fatal`?process.stderr.write(c):process.stdout?.write(c):typeof console<`u`&&(e===`error`||e===`fatal`?console.error:e===`warn`?console.warn:e===`debug`?console.debug:console.log)(s),this.fileStream&&this.fileStream.write(c)}debug(e,t){this.write(`debug`,e,t)}info(e,t){this.write(`info`,e,t)}warn(e,t){this.write(`warn`,e,t)}error(e,t,n){t instanceof Error?this.write(`error`,e,n,t):this.write(`error`,e,t)}fatal(e,t,n){t instanceof Error?this.write(`fatal`,e,n,t):this.write(`fatal`,e,t)}log(e,...t){this.info(e,t.length>0?{args:t}:void 0)}child(t){let n=new e(this.config,{...this.bindings,...t});return n.fileStream=this.fileStream,n}withTrace(e,t){return this.child({traceId:e,spanId:t})}async destroy(){this.fileStream&&=(await new Promise(e=>this.fileStream.end(e)),void 0)}};function Vg(e){return new Bg(e)}var Hg=class{constructor(e,t){this.subscriptions=new Map,this.eventBuffer=[],this._baseUrl=e,this._token=t}subscribeMetadata(e,t,n){let r=`metadata-${e}-${Date.now()}`;return this.subscriptions.set(r,{filter:{type:e,packageId:n?.packageId,eventTypes:[`metadata.${e}.created`,`metadata.${e}.updated`,`metadata.${e}.deleted`]},handler:e=>{e.type.startsWith(`metadata.`)&&t(e)}}),this.startPolling(),()=>{this.subscriptions.delete(r),this.subscriptions.size===0&&this.stopPolling()}}subscribeData(e,t,n){let r=`data-${e}-${Date.now()}`;return this.subscriptions.set(r,{filter:{type:e,recordId:n?.recordId,eventTypes:[`data.record.created`,`data.record.updated`,`data.record.deleted`]},handler:r=>{r.type.startsWith(`data.`)&&r.object===e&&(!n?.recordId||r.payload?.recordId===n.recordId)&&t(r)}}),this.startPolling(),()=>{this.subscriptions.delete(r),this.subscriptions.size===0&&this.stopPolling()}}emitEvent(e){for(let t of this.subscriptions.values()){let n=!t.filter.type||e.type.includes(t.filter.type)||e.object===t.filter.type,r=!t.filter.eventTypes?.length||t.filter.eventTypes.includes(e.type),i=!t.filter.packageId||e.payload?.packageId===t.filter.packageId;if(n&&r&&i)try{t.handler(e)}catch(e){console.error(`Error in realtime event handler:`,e)}}}startPolling(){this.pollInterval||=setInterval(()=>{for(;this.eventBuffer.length>0;){let e=this.eventBuffer.shift();e&&this.emitEvent(e)}},2e3)}stopPolling(){this.pollInterval&&=(clearInterval(this.pollInterval),void 0)}_bufferEvent(e){this.eventBuffer.push(e)}disconnect(){this.stopPolling(),this.subscriptions.clear(),this.eventBuffer=[]}},Ug=class{constructor(e){this.meta={getTypes:async()=>{let e=this.getRoute(`metadata`),t=await this.fetch(`${this.baseUrl}${e}`);return this.unwrapResponse(t)},getItems:async(e,t)=>{let n=this.getRoute(`metadata`),r=new URLSearchParams;t?.packageId&&r.set(`package`,t.packageId);let i=r.toString(),a=`${this.baseUrl}${n}/${e}${i?`?${i}`:``}`,o=await this.fetch(a);return this.unwrapResponse(o)},getItem:async(e,t,n)=>{let r=this.getRoute(`metadata`),i=new URLSearchParams;n?.packageId&&i.set(`package`,n.packageId);let a=i.toString(),o=`${this.baseUrl}${r}/${e}/${t}${a?`?${a}`:``}`,s=await this.fetch(o);return this.unwrapResponse(s)},saveItem:async(e,t,n)=>{let r=this.getRoute(`metadata`),i=await this.fetch(`${this.baseUrl}${r}/${e}/${t}`,{method:`PUT`,body:JSON.stringify(n)});return this.unwrapResponse(i)},deleteItem:async(e,t)=>{let n=this.getRoute(`metadata`),r=await this.fetch(`${this.baseUrl}${n}/${encodeURIComponent(e)}/${encodeURIComponent(t)}`,{method:`DELETE`});return this.unwrapResponse(r)},getHistory:async(e,t,n)=>{let r=this.getRoute(`metadata`),i=new URLSearchParams;n?.sinceSeq!==void 0&&i.set(`sinceSeq`,String(n.sinceSeq)),n?.limit!==void 0&&i.set(`limit`,String(n.limit));let a=i.toString(),o=`${this.baseUrl}${r}/${encodeURIComponent(e)}/${encodeURIComponent(t)}/history${a?`?${a}`:``}`,s=await this.fetch(o);return this.unwrapResponse(s)},getCached:async(e,t)=>{let n=this.getRoute(`metadata`),r={};t?.ifNoneMatch&&(r[`If-None-Match`]=t.ifNoneMatch),t?.ifModifiedSince&&(r[`If-Modified-Since`]=t.ifModifiedSince);let i=await this.fetch(`${this.baseUrl}${n}/object/${e}`,{headers:r});if(i.status===304)return{notModified:!0,etag:t?.ifNoneMatch?{value:t.ifNoneMatch.replace(/^W\/|"/g,``),weak:t.ifNoneMatch.startsWith(`W/`)}:void 0};let a=await i.json(),o=i.headers.get(`ETag`),s=i.headers.get(`Last-Modified`);return{data:a,etag:o?{value:o.replace(/^W\/|"/g,``),weak:o.startsWith(`W/`)}:void 0,lastModified:s||void 0,notModified:!1}},getView:async(e,t=`list`)=>{let n=this.getRoute(`ui`),r=await this.fetch(`${this.baseUrl}${n}/view/${e}?type=${t}`);return this.unwrapResponse(r)}},this.analytics={query:async e=>{let t=this.getRoute(`analytics`);return(await this.fetch(`${this.baseUrl}${t}/query`,{method:`POST`,body:JSON.stringify(e)})).json()},meta:async e=>{let t=this.getRoute(`analytics`);return(await this.fetch(`${this.baseUrl}${t}/meta/${e}`)).json()},explain:async e=>{let t=this.getRoute(`analytics`);return(await this.fetch(`${this.baseUrl}${t}/explain`,{method:`POST`,body:JSON.stringify(e)})).json()}},this.packages={list:async e=>{let t=this.getRoute(`packages`),n=new URLSearchParams;e?.status&&n.set(`status`,e.status),e?.type&&n.set(`type`,e.type),e?.enabled!==void 0&&n.set(`enabled`,String(e.enabled));let r=n.toString(),i=`${this.baseUrl}${t}${r?`?`+r:``}`,a=await this.fetch(i);return this.unwrapResponse(a)},get:async e=>{let t=this.getRoute(`packages`),n=await this.fetch(`${this.baseUrl}${t}/${encodeURIComponent(e)}`);return this.unwrapResponse(n)},install:async(e,t)=>{let n=this.getRoute(`packages`),r=await this.fetch(`${this.baseUrl}${n}`,{method:`POST`,body:JSON.stringify({manifest:e,settings:t?.settings,enableOnInstall:t?.enableOnInstall})});return this.unwrapResponse(r)},uninstall:async e=>{let t=this.getRoute(`packages`),n=await this.fetch(`${this.baseUrl}${t}/${encodeURIComponent(e)}`,{method:`DELETE`});return this.unwrapResponse(n)},enable:async e=>{let t=this.getRoute(`packages`),n=await this.fetch(`${this.baseUrl}${t}/${encodeURIComponent(e)}/enable`,{method:`PATCH`});return this.unwrapResponse(n)},disable:async e=>{let t=this.getRoute(`packages`),n=await this.fetch(`${this.baseUrl}${t}/${encodeURIComponent(e)}/disable`,{method:`PATCH`});return this.unwrapResponse(n)}},this.projects={list:async e=>{let t=new URLSearchParams;e?.organization_id&&t.set(`organizationId`,e.organization_id),e?.env_type&&t.set(`envType`,e.env_type),e?.status&&t.set(`status`,e.status);let n=t.toString(),r=`${this.baseUrl}/api/v1/cloud/environments${n?`?`+n:``}`,i=await this.fetch(r);return this.unwrapResponse(i)},get:async e=>{let t=await this.fetch(`${this.baseUrl}/api/v1/cloud/environments/${encodeURIComponent(e)}`);return this.unwrapResponse(t)},create:async e=>{let t=await this.fetch(`${this.baseUrl}/api/v1/cloud/environments`,{method:`POST`,body:JSON.stringify(e)});return this.unwrapResponse(t)},update:async(e,t)=>{let n=await this.fetch(`${this.baseUrl}/api/v1/cloud/environments/${encodeURIComponent(e)}`,{method:`PATCH`,body:JSON.stringify(t)});return this.unwrapResponse(n)},delete:async(e,t)=>{let n=t?.force?`?force=1`:``,r=await this.fetch(`${this.baseUrl}/api/v1/cloud/environments/${encodeURIComponent(e)}${n}`,{method:`DELETE`});return this.unwrapResponse(r)},activate:async e=>{let t=await this.fetch(`${this.baseUrl}/api/v1/cloud/environments/${encodeURIComponent(e)}/activate`,{method:`POST`});return this.unwrapResponse(t)},rotateCredential:async(e,t)=>{let n=await this.fetch(`${this.baseUrl}/api/v1/cloud/environments/${encodeURIComponent(e)}/credentials/rotate`,{method:`POST`,body:JSON.stringify({plaintext:t})});return this.unwrapResponse(n)},updateHostname:async(e,t)=>{let n=await this.fetch(`${this.baseUrl}/api/v1/cloud/environments/${encodeURIComponent(e)}/hostname`,{method:`POST`,body:JSON.stringify({hostname:t})});return this.unwrapResponse(n)},updateVisibility:async(e,t)=>{let n=await this.fetch(`${this.baseUrl}/api/v1/cloud/environments/${encodeURIComponent(e)}`,{method:`PATCH`,body:JSON.stringify({visibility:t})});return this.unwrapResponse(n)},listRevisions:async(e,t)=>{let n=new URLSearchParams;t?.limit&&n.set(`limit`,String(t.limit)),t?.cursor&&n.set(`cursor`,t.cursor),t?.branch&&n.set(`branch`,t.branch);let r=n.toString(),i=await this.fetch(`${this.baseUrl}/api/v1/cloud/environments/${encodeURIComponent(e)}/revisions${r?`?${r}`:``}`);return this.unwrapResponse(i)},listBranches:async e=>{let t=await this.fetch(`${this.baseUrl}/api/v1/cloud/environments/${encodeURIComponent(e)}/branches`);return this.unwrapResponse(t)},renameBranch:async(e,t,n)=>{let r=await this.fetch(`${this.baseUrl}/api/v1/cloud/environments/${encodeURIComponent(e)}/branches/${encodeURIComponent(t)}/rename`,{method:`POST`,headers:{"content-type":`application/json`},body:JSON.stringify({newName:n})});return this.unwrapResponse(r)},deleteBranch:async(e,t)=>{let n=await this.fetch(`${this.baseUrl}/api/v1/cloud/environments/${encodeURIComponent(e)}/branches/${encodeURIComponent(t)}`,{method:`DELETE`});return this.unwrapResponse(n)},activateRevision:async(e,t)=>{let n=await this.fetch(`${this.baseUrl}/api/v1/cloud/environments/${encodeURIComponent(e)}/revisions/${encodeURIComponent(t)}/activate`,{method:`POST`});return this.unwrapResponse(n)},retryProvisioning:async e=>{let t=await this.fetch(`${this.baseUrl}/api/v1/cloud/environments/${encodeURIComponent(e)}/retry`,{method:`POST`});return this.unwrapResponse(t)},listMembers:async e=>{let t=await this.fetch(`${this.baseUrl}/api/v1/cloud/environments/${encodeURIComponent(e)}/members`);return this.unwrapResponse(t)},addMember:async(e,t)=>{let n=await this.fetch(`${this.baseUrl}/api/v1/cloud/environments/${encodeURIComponent(e)}/members`,{method:`POST`,headers:{"content-type":`application/json`},body:JSON.stringify(t)});return this.unwrapResponse(n)},updateMemberRole:async(e,t,n)=>{let r=await this.fetch(`${this.baseUrl}/api/v1/cloud/environments/${encodeURIComponent(e)}/members/${encodeURIComponent(t)}`,{method:`PATCH`,headers:{"content-type":`application/json`},body:JSON.stringify({role:n})});return this.unwrapResponse(r)},removeMember:async(e,t)=>{let n=await this.fetch(`${this.baseUrl}/api/v1/cloud/environments/${encodeURIComponent(e)}/members/${encodeURIComponent(t)}`,{method:`DELETE`});return this.unwrapResponse(n)},listDrivers:async()=>{let e=await this.fetch(`${this.baseUrl}/api/v1/cloud/drivers`);return this.unwrapResponse(e)},listTemplates:async()=>{let e=await this.fetch(`${this.baseUrl}/api/v1/cloud/templates`);return this.unwrapResponse(e)},packages:{list:async e=>{let t=await this.fetch(`${this.baseUrl}/api/v1/cloud/environments/${encodeURIComponent(e)}/packages`);return this.unwrapResponse(t)},install:async(e,t)=>{let n=await this.fetch(`${this.baseUrl}/api/v1/cloud/environments/${encodeURIComponent(e)}/packages`,{method:`POST`,body:JSON.stringify(t)});return this.unwrapResponse(n)},get:async(e,t)=>{let n=await this.fetch(`${this.baseUrl}/api/v1/cloud/environments/${encodeURIComponent(e)}/packages/${encodeURIComponent(t)}`);return this.unwrapResponse(n)},enable:async(e,t)=>{let n=await this.fetch(`${this.baseUrl}/api/v1/cloud/environments/${encodeURIComponent(e)}/packages/${encodeURIComponent(t)}/enable`,{method:`PATCH`});return this.unwrapResponse(n)},disable:async(e,t)=>{let n=await this.fetch(`${this.baseUrl}/api/v1/cloud/environments/${encodeURIComponent(e)}/packages/${encodeURIComponent(t)}/disable`,{method:`PATCH`});return this.unwrapResponse(n)},uninstall:async(e,t)=>{let n=await this.fetch(`${this.baseUrl}/api/v1/cloud/environments/${encodeURIComponent(e)}/packages/${encodeURIComponent(t)}`,{method:`DELETE`});return this.unwrapResponse(n)},upgrade:async(e,t,n)=>{let r=await this.fetch(`${this.baseUrl}/api/v1/cloud/environments/${encodeURIComponent(e)}/packages/${encodeURIComponent(t)}/upgrade`,{method:`POST`,body:JSON.stringify({targetVersion:n})});return this.unwrapResponse(r)}}},this.organizations={list:async()=>{let e=this.getRoute(`auth`),t=await(await this.fetch(`${this.baseUrl}${e}/organization/list`)).json();return{organizations:Array.isArray(t)?t:t?.data??[]}},create:async e=>{let t=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${t}/organization/create`,{method:`POST`,body:JSON.stringify(e)})).json()},update:async(e,t)=>{let n=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${n}/organization/update`,{method:`POST`,body:JSON.stringify({organizationId:e,data:t})})).json()},setActive:async e=>{let t=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${t}/organization/set-active`,{method:`POST`,body:JSON.stringify({organizationId:e})})).json()},get:async e=>{let t=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${t}/organization/get-full-organization?organizationId=${encodeURIComponent(e)}`)).json()},listMembers:async e=>{let t=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${t}/organization/list-members?organizationId=${encodeURIComponent(e)}`)).json()},invite:async e=>{let t=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${t}/organization/invite-member`,{method:`POST`,body:JSON.stringify(e)})).json()},leave:async e=>{let t=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${t}/organization/leave`,{method:`POST`,body:JSON.stringify({organizationId:e})})).json()},delete:async e=>{let t=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${t}/organization/delete`,{method:`POST`,body:JSON.stringify({organizationId:e})})).json()},removeMember:async(e,t)=>{let n=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${n}/organization/remove-member`,{method:`POST`,body:JSON.stringify({memberIdOrEmail:t.memberIdOrEmail,organizationId:e})})).json()},updateMemberRole:async(e,t)=>{let n=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${n}/organization/update-member-role`,{method:`POST`,body:JSON.stringify({memberId:t.memberId,role:t.role,organizationId:e})})).json()},getActiveMember:async e=>{let t=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${t}/organization/get-active-member?organizationId=${encodeURIComponent(e)}`)).json()},invitations:{list:async e=>{let t=this.getRoute(`auth`),n=await(await this.fetch(`${this.baseUrl}${t}/organization/list-invitations?organizationId=${encodeURIComponent(e)}`)).json();return{invitations:Array.isArray(n)?n:n?.data??n?.invitations??[]}},listMine:async()=>{let e=this.getRoute(`auth`),t=await(await this.fetch(`${this.baseUrl}${e}/organization/list-user-invitations`)).json();return{invitations:Array.isArray(t)?t:t?.data??t?.invitations??[]}},cancel:async e=>{let t=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${t}/organization/cancel-invitation`,{method:`POST`,body:JSON.stringify({invitationId:e})})).json()},accept:async e=>{let t=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${t}/organization/accept-invitation`,{method:`POST`,body:JSON.stringify({invitationId:e})})).json()},reject:async e=>{let t=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${t}/organization/reject-invitation`,{method:`POST`,body:JSON.stringify({invitationId:e})})).json()},resend:async e=>{if(e.id)try{await this.organizations.invitations.cancel(e.id)}catch{}return this.organizations.invite({email:e.email,role:e.role??`member`,organizationId:e.organizationId})}},teams:{list:async e=>{let t=this.getRoute(`auth`),n=await(await this.fetch(`${this.baseUrl}${t}/organization/list-teams?organizationId=${encodeURIComponent(e)}`)).json();return{teams:Array.isArray(n)?n:n?.data??n?.teams??[]}},create:async e=>{let t=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${t}/organization/create-team`,{method:`POST`,body:JSON.stringify(e)})).json()},update:async e=>{let t=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${t}/organization/update-team`,{method:`POST`,body:JSON.stringify(e)})).json()},delete:async e=>{let t=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${t}/organization/remove-team`,{method:`POST`,body:JSON.stringify(e)})).json()},listMembers:async e=>{let t=this.getRoute(`auth`),n=await(await this.fetch(`${this.baseUrl}${t}/organization/list-team-members?teamId=${encodeURIComponent(e)}`)).json();return{members:Array.isArray(n)?n:n?.data??n?.members??[]}},addMember:async e=>{let t=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${t}/organization/add-team-member`,{method:`POST`,body:JSON.stringify(e)})).json()},removeMember:async e=>{let t=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${t}/organization/remove-team-member`,{method:`POST`,body:JSON.stringify(e)})).json()}}},this.oauth={applications:{register:async e=>{let t=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${t}/oauth2/create-client`,{method:`POST`,body:JSON.stringify(e)})).json()},get:async e=>{let t=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${t}/oauth2/get-client?client_id=${encodeURIComponent(e)}`)).json()},getPublic:async e=>{let t=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${t}/oauth2/public-client?client_id=${encodeURIComponent(e)}`)).json()},list:async()=>{let e=this.getRoute(`auth`),t=await(await this.fetch(`${this.baseUrl}${e}/oauth2/get-clients`)).json();return{applications:Array.isArray(t)?t:t?.clients??t?.data??[]}},delete:async e=>{let t=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${t}/oauth2/delete-client`,{method:`POST`,body:JSON.stringify({client_id:e})})).json()}},consent:async e=>{let t=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${t}/oauth2/consent`,{method:`POST`,body:JSON.stringify(e)})).json()}},this.auth={getConfig:async()=>{let e=this.getRoute(`auth`),t=await this.fetch(`${this.baseUrl}${e}/config`);return this.unwrapResponse(t)},login:async e=>{let t=this.getRoute(`auth`),n=await(await this.fetch(`${this.baseUrl}${t}/sign-in/email`,{method:`POST`,headers:{Origin:this.baseUrl},body:JSON.stringify(e)})).json(),r=n&&(n.data??(n.token||n.user?{token:n.token,user:n.user}:void 0)),i=r?{...n,data:r}:n;return i.data?.token&&(this.token=i.data.token),i},logout:async()=>{let e=this.getRoute(`auth`);await this.fetch(`${this.baseUrl}${e}/sign-out`,{method:`POST`,headers:{"Content-Type":`application/json`,Origin:this.baseUrl},body:`{}`}),this.token=void 0},me:async()=>{let e=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${e}/get-session`,{headers:{Origin:this.baseUrl}})).json()},register:async e=>{let t=this.getRoute(`auth`),n=await(await this.fetch(`${this.baseUrl}${t}/sign-up/email`,{method:`POST`,headers:{Origin:this.baseUrl},body:JSON.stringify(e)})).json(),r=n&&(n.data??(n.token||n.user?{token:n.token,user:n.user}:void 0)),i=r?{...n,data:r}:n;return i.data?.token&&(this.token=i.data.token),i},signInWithProvider:async(e,t)=>{if(typeof window>`u`)throw Error(`signInWithProvider requires a browser environment`);let n=this.getRoute(`auth`),r=t?.callbackURL??window.location.origin+`/login`,i=t?.type===`oidc`,a=i?`/sign-in/oauth2`:`/sign-in/social`,o=i?{providerId:e,callbackURL:r}:{provider:e,callbackURL:r};t?.errorCallbackURL&&(o.errorCallbackURL=t.errorCallbackURL);let s=await(await this.fetch(`${this.baseUrl}${n}${a}`,{method:`POST`,body:JSON.stringify(o)})).json(),c=s?.url??s?.data?.url;if(c)window.location.assign(c);else throw Error(`signInWithProvider: no redirect URL returned for provider "${e}"`)},refreshToken:async e=>{let t=this.getRoute(`auth`),n=await(await this.fetch(`${this.baseUrl}${t}/get-session`,{method:`GET`})).json();return n.data?.token&&(this.token=n.data.token),n},bootstrapStatus:async()=>{let e=this.getRoute(`auth`),t=await(await this.fetch(`${this.baseUrl}${e}/bootstrap-status`)).json();return{hasOwner:!!(t?.data??t)?.hasOwner}},updateUser:async e=>{let t=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${t}/update-user`,{method:`POST`,body:JSON.stringify(e)})).json()},changePassword:async e=>{let t=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${t}/change-password`,{method:`POST`,body:JSON.stringify(e)})).json()},changeEmail:async e=>{let t=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${t}/change-email`,{method:`POST`,body:JSON.stringify(e)})).json()},sendVerificationEmail:async e=>{let t=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${t}/send-verification-email`,{method:`POST`,body:JSON.stringify(e)})).json()},verifyEmail:async e=>{let t=this.getRoute(`auth`),n=new URL(`${this.baseUrl}${t}/verify-email`);return n.searchParams.set(`token`,e.token),e.callbackURL&&n.searchParams.set(`callbackURL`,e.callbackURL),(await this.fetch(n.toString())).json()},deleteUser:async e=>{let t=this.getRoute(`auth`),n=await this.fetch(`${this.baseUrl}${t}/delete-user`,{method:`POST`,body:JSON.stringify(e)});return this.token=void 0,n.json()},sessions:{list:async()=>{let e=this.getRoute(`auth`),t=await(await this.fetch(`${this.baseUrl}${e}/list-sessions`)).json();return{sessions:Array.isArray(t)?t:t?.data??t?.sessions??[]}},revoke:async e=>{let t=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${t}/revoke-session`,{method:`POST`,body:JSON.stringify({token:e})})).json()},revokeOthers:async()=>{let e=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${e}/revoke-other-sessions`,{method:`POST`,body:`{}`})).json()},revokeAll:async()=>{let e=this.getRoute(`auth`),t=await this.fetch(`${this.baseUrl}${e}/revoke-sessions`,{method:`POST`,body:`{}`});return this.token=void 0,t.json()}},twoFactor:{enable:async e=>{let t=this.getRoute(`auth`),n=await(await this.fetch(`${this.baseUrl}${t}/two-factor/enable`,{method:`POST`,body:JSON.stringify(e)})).json();return n?.data??n},verifyTotp:async e=>{let t=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${t}/two-factor/verify-totp`,{method:`POST`,body:JSON.stringify(e)})).json()},disable:async e=>{let t=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${t}/two-factor/disable`,{method:`POST`,body:JSON.stringify(e)})).json()},generateBackupCodes:async e=>{let t=this.getRoute(`auth`),n=await(await this.fetch(`${this.baseUrl}${t}/two-factor/generate-backup-codes`,{method:`POST`,body:JSON.stringify(e)})).json();return n?.data??n},verifyBackupCode:async e=>{let t=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${t}/two-factor/verify-backup-code`,{method:`POST`,body:JSON.stringify(e)})).json()}},accounts:{list:async()=>{let e=this.getRoute(`auth`),t=await(await this.fetch(`${this.baseUrl}${e}/list-accounts`)).json();return{accounts:Array.isArray(t)?t:t?.data??t?.accounts??[]}},unlink:async e=>{let t=this.getRoute(`auth`);return(await this.fetch(`${this.baseUrl}${t}/unlink-account`,{method:`POST`,body:JSON.stringify(e)})).json()},linkSocial:async e=>{let t=this.getRoute(`auth`),n=e.callbackURL??(typeof window<`u`?window.location.href:void 0),r=await(await this.fetch(`${this.baseUrl}${t}/link-social`,{method:`POST`,body:JSON.stringify({provider:e.provider,callbackURL:n})})).json();return r?.data??r}}},this.storage={upload:async(e,t=`user`)=>{let n={filename:e.name,mimeType:e.type,size:e.size,scope:t},r=this.getRoute(`storage`),{data:i}=await(await this.fetch(`${this.baseUrl}${r}/upload/presigned`,{method:`POST`,body:JSON.stringify(n)})).json(),a=await this.fetchImpl(i.uploadUrl,{method:i.method,headers:i.headers,body:e});if(!a.ok)throw Error(`Storage Upload Failed: ${a.statusText}`);let o={fileId:i.fileId};return(await this.fetch(`${this.baseUrl}${r}/upload/complete`,{method:`POST`,body:JSON.stringify(o)})).json()},getDownloadUrl:async e=>{let t=this.getRoute(`storage`);return(await(await this.fetch(`${this.baseUrl}${t}/files/${e}/url`)).json()).url},getPresignedUrl:async e=>{let t=this.getRoute(`storage`);return(await this.fetch(`${this.baseUrl}${t}/upload/presigned`,{method:`POST`,body:JSON.stringify(e)})).json()},initChunkedUpload:async e=>{let t=this.getRoute(`storage`);return(await this.fetch(`${this.baseUrl}${t}/upload/chunked`,{method:`POST`,body:JSON.stringify(e)})).json()},uploadPart:async(e,t,n,r)=>{let i=this.getRoute(`storage`);return(await this.fetch(`${this.baseUrl}${i}/upload/chunked/${e}/chunk/${t}`,{method:`PUT`,headers:{"x-resume-token":n},body:r})).json()},completeChunkedUpload:async e=>{let t=this.getRoute(`storage`);return(await this.fetch(`${this.baseUrl}${t}/upload/chunked/${e.uploadId}/complete`,{method:`POST`,body:JSON.stringify(e)})).json()},resumeUpload:async(e,t,n,r)=>{let i=this.getRoute(`storage`),{totalChunks:a,uploadedChunks:o}=(await(await this.fetch(`${this.baseUrl}${i}/upload/chunked/${e}/progress`)).json()).data,s=[],c=t instanceof ArrayBuffer?t:await t.arrayBuffer();for(let t=o;t<a;t++){let i=t*n,a=Math.min(i+n,c.byteLength),o=new Blob([c.slice(i,a)]),l=await this.storage.uploadPart(e,t,r,o);s.push({chunkIndex:t,eTag:l.data.eTag})}return this.storage.completeChunkedUpload({uploadId:e,parts:s})}},this.automation={trigger:async(e,t)=>{let n=this.getRoute(`automation`);return(await this.fetch(`${this.baseUrl}${n}/trigger/${e}`,{method:`POST`,body:JSON.stringify(t)})).json()},list:async()=>{let e=this.getRoute(`automation`),t=await this.fetch(`${this.baseUrl}${e}`);return this.unwrapResponse(t)},get:async e=>{let t=this.getRoute(`automation`),n=await this.fetch(`${this.baseUrl}${t}/${e}`);return this.unwrapResponse(n)},create:async(e,t)=>{let n=this.getRoute(`automation`),r=await this.fetch(`${this.baseUrl}${n}`,{method:`POST`,body:JSON.stringify({name:e,...t})});return this.unwrapResponse(r)},update:async(e,t)=>{let n=this.getRoute(`automation`),r=await this.fetch(`${this.baseUrl}${n}/${e}`,{method:`PUT`,body:JSON.stringify({definition:t})});return this.unwrapResponse(r)},delete:async e=>{let t=this.getRoute(`automation`),n=await this.fetch(`${this.baseUrl}${t}/${e}`,{method:`DELETE`});return this.unwrapResponse(n)},toggle:async(e,t)=>{let n=this.getRoute(`automation`),r=await this.fetch(`${this.baseUrl}${n}/${e}/toggle`,{method:`POST`,body:JSON.stringify({enabled:t})});return this.unwrapResponse(r)},runs:{list:async(e,t)=>{let n=this.getRoute(`automation`),r=new URLSearchParams;t?.limit&&r.set(`limit`,String(t.limit)),t?.cursor&&r.set(`cursor`,t.cursor);let i=r.toString(),a=await this.fetch(`${this.baseUrl}${n}/${e}/runs${i?`?${i}`:``}`);return this.unwrapResponse(a)},get:async(e,t)=>{let n=this.getRoute(`automation`),r=await this.fetch(`${this.baseUrl}${n}/${e}/runs/${t}`);return this.unwrapResponse(r)}},getFlow:async e=>{let t=this.getRoute(`automation`),n=await this.fetch(`${this.baseUrl}${t}/${encodeURIComponent(e)}`);return this.unwrapResponse(n)},execute:async(e,t)=>{let n=this.getRoute(`automation`),r=await this.fetch(`${this.baseUrl}${n}/${encodeURIComponent(e)}/trigger`,{method:`POST`,body:JSON.stringify(t??{})});return this.unwrapResponse(r)},listRuns:async(e,t)=>{let n=this.getRoute(`automation`),r=new URLSearchParams;t?.limit!=null&&r.set(`limit`,String(t.limit)),t?.cursor&&r.set(`cursor`,t.cursor);let i=r.toString(),a=await this.fetch(`${this.baseUrl}${n}/${encodeURIComponent(e)}/runs${i?`?${i}`:``}`);return this.unwrapResponse(a)},getRun:async(e,t)=>{let n=this.getRoute(`automation`),r=await this.fetch(`${this.baseUrl}${n}/${encodeURIComponent(e)}/runs/${encodeURIComponent(t)}`);return this.unwrapResponse(r)}},this.permissions={check:async e=>{let t=this.getRoute(`permissions`),n=new URLSearchParams({object:e.object,action:e.action});e.recordId!==void 0&&n.set(`recordId`,e.recordId),e.field!==void 0&&n.set(`field`,e.field);let r=await this.fetch(`${this.baseUrl}${t}/check?${n.toString()}`);return this.unwrapResponse(r)},getObjectPermissions:async e=>{let t=this.getRoute(`permissions`),n=await this.fetch(`${this.baseUrl}${t}/objects/${encodeURIComponent(e)}`);return this.unwrapResponse(n)},getEffectivePermissions:async()=>{let e=this.getRoute(`permissions`),t=await this.fetch(`${this.baseUrl}${e}/effective`);return this.unwrapResponse(t)}},this.realtime={connect:async e=>{let t=this.getRoute(`realtime`),n=await this.fetch(`${this.baseUrl}${t}/connect`,{method:`POST`,body:JSON.stringify(e||{})});return this.unwrapResponse(n)},disconnect:async()=>{let e=this.getRoute(`realtime`);await this.fetch(`${this.baseUrl}${e}/disconnect`,{method:`POST`})},subscribe:async e=>{let t=this.getRoute(`realtime`),n=await this.fetch(`${this.baseUrl}${t}/subscribe`,{method:`POST`,body:JSON.stringify(e)});return this.unwrapResponse(n)},unsubscribe:async e=>{let t=this.getRoute(`realtime`);await this.fetch(`${this.baseUrl}${t}/unsubscribe`,{method:`POST`,body:JSON.stringify({subscriptionId:e})})},setPresence:async(e,t)=>{let n=this.getRoute(`realtime`);await this.fetch(`${this.baseUrl}${n}/presence`,{method:`PUT`,body:JSON.stringify({channel:e,state:t})})},getPresence:async e=>{let t=this.getRoute(`realtime`),n=await this.fetch(`${this.baseUrl}${t}/presence/${encodeURIComponent(e)}`);return this.unwrapResponse(n)}},this.workflow={getConfig:async e=>{let t=this.getRoute(`workflow`),n=await this.fetch(`${this.baseUrl}${t}/${encodeURIComponent(e)}/config`);return this.unwrapResponse(n)},getState:async(e,t)=>{let n=this.getRoute(`workflow`),r=await this.fetch(`${this.baseUrl}${n}/${encodeURIComponent(e)}/${encodeURIComponent(t)}/state`);return this.unwrapResponse(r)},transition:async e=>{let t=this.getRoute(`workflow`),n=await this.fetch(`${this.baseUrl}${t}/${encodeURIComponent(e.object)}/${encodeURIComponent(e.recordId)}/transition`,{method:`POST`,body:JSON.stringify({transition:e.transition,comment:e.comment,data:e.data})});return this.unwrapResponse(n)},approve:async e=>{let t=this.getRoute(`workflow`),n=await this.fetch(`${this.baseUrl}${t}/${encodeURIComponent(e.object)}/${encodeURIComponent(e.recordId)}/approve`,{method:`POST`,body:JSON.stringify({comment:e.comment,data:e.data})});return this.unwrapResponse(n)},reject:async e=>{let t=this.getRoute(`workflow`),n=await this.fetch(`${this.baseUrl}${t}/${encodeURIComponent(e.object)}/${encodeURIComponent(e.recordId)}/reject`,{method:`POST`,body:JSON.stringify({reason:e.reason,comment:e.comment})});return this.unwrapResponse(n)}},this.views={list:async(e,t)=>{let n=this.getRoute(`views`),r=new URLSearchParams;t&&r.set(`type`,t);let i=r.toString(),a=await this.fetch(`${this.baseUrl}${n}/${encodeURIComponent(e)}${i?`?${i}`:``}`);return this.unwrapResponse(a)},get:async(e,t)=>{let n=this.getRoute(`views`),r=await this.fetch(`${this.baseUrl}${n}/${encodeURIComponent(e)}/${encodeURIComponent(t)}`);return this.unwrapResponse(r)},create:async(e,t)=>{let n=this.getRoute(`views`),r=await this.fetch(`${this.baseUrl}${n}/${encodeURIComponent(e)}`,{method:`POST`,body:JSON.stringify({object:e,data:t})});return this.unwrapResponse(r)},update:async(e,t,n)=>{let r=this.getRoute(`views`),i=await this.fetch(`${this.baseUrl}${r}/${encodeURIComponent(e)}/${encodeURIComponent(t)}`,{method:`PUT`,body:JSON.stringify({object:e,viewId:t,data:n})});return this.unwrapResponse(i)},delete:async(e,t)=>{let n=this.getRoute(`views`),r=await this.fetch(`${this.baseUrl}${n}/${encodeURIComponent(e)}/${encodeURIComponent(t)}`,{method:`DELETE`});return this.unwrapResponse(r)}},this.notifications={registerDevice:async e=>{let t=this.getRoute(`notifications`),n=await this.fetch(`${this.baseUrl}${t}/devices`,{method:`POST`,body:JSON.stringify(e)});return this.unwrapResponse(n)},unregisterDevice:async e=>{let t=this.getRoute(`notifications`),n=await this.fetch(`${this.baseUrl}${t}/devices/${encodeURIComponent(e)}`,{method:`DELETE`});return this.unwrapResponse(n)},getPreferences:async()=>{let e=this.getRoute(`notifications`),t=await this.fetch(`${this.baseUrl}${e}/preferences`);return this.unwrapResponse(t)},updatePreferences:async e=>{let t=this.getRoute(`notifications`),n=await this.fetch(`${this.baseUrl}${t}/preferences`,{method:`PUT`,body:JSON.stringify({preferences:e})});return this.unwrapResponse(n)},list:async e=>{let t=this.getRoute(`notifications`),n=new URLSearchParams;e?.read!==void 0&&n.set(`read`,String(e.read)),e?.type&&n.set(`type`,e.type),e?.limit&&n.set(`limit`,String(e.limit)),e?.cursor&&n.set(`cursor`,e.cursor);let r=n.toString(),i=await this.fetch(`${this.baseUrl}${t}${r?`?${r}`:``}`);return this.unwrapResponse(i)},markRead:async e=>{let t=this.getRoute(`notifications`),n=await this.fetch(`${this.baseUrl}${t}/read`,{method:`POST`,body:JSON.stringify({ids:e})});return this.unwrapResponse(n)},markAllRead:async()=>{let e=this.getRoute(`notifications`),t=await this.fetch(`${this.baseUrl}${e}/read/all`,{method:`POST`});return this.unwrapResponse(t)}},this.ai={nlq:async e=>{let t=this.getRoute(`ai`),n=await this.fetch(`${this.baseUrl}${t}/nlq`,{method:`POST`,body:JSON.stringify(e)});return this.unwrapResponse(n)},suggest:async e=>{let t=this.getRoute(`ai`),n=await this.fetch(`${this.baseUrl}${t}/suggest`,{method:`POST`,body:JSON.stringify(e)});return this.unwrapResponse(n)},insights:async e=>{let t=this.getRoute(`ai`),n=await this.fetch(`${this.baseUrl}${t}/insights`,{method:`POST`,body:JSON.stringify(e)});return this.unwrapResponse(n)}},this.i18n={getLocales:async()=>{let e=this.getRoute(`i18n`),t=await this.fetch(`${this.baseUrl}${e}/locales`);return this.unwrapResponse(t)},getTranslations:async(e,t)=>{let n=this.getRoute(`i18n`),r=new URLSearchParams;r.set(`locale`,e),t?.namespace&&r.set(`namespace`,t.namespace),t?.keys&&r.set(`keys`,t.keys.join(`,`));let i=await this.fetch(`${this.baseUrl}${n}/translations?${r.toString()}`);return this.unwrapResponse(i)},getFieldLabels:async(e,t)=>{let n=this.getRoute(`i18n`),r=await this.fetch(`${this.baseUrl}${n}/labels/${encodeURIComponent(e)}?locale=${encodeURIComponent(t)}`);return this.unwrapResponse(r)}},this.feed={list:async(e,t,n)=>{let r=this.getRoute(`data`),i=new URLSearchParams;n?.type&&i.set(`type`,n.type),n?.limit&&i.set(`limit`,String(n.limit)),n?.cursor&&i.set(`cursor`,n.cursor);let a=i.toString(),o=await this.fetch(`${this.baseUrl}${r}/${encodeURIComponent(e)}/${encodeURIComponent(t)}/feed${a?`?${a}`:``}`);return this.unwrapResponse(o)},create:async(e,t,n)=>{let r=this.getRoute(`data`),i=await this.fetch(`${this.baseUrl}${r}/${encodeURIComponent(e)}/${encodeURIComponent(t)}/feed`,{method:`POST`,body:JSON.stringify(n)});return this.unwrapResponse(i)},update:async(e,t,n,r)=>{let i=this.getRoute(`data`),a=await this.fetch(`${this.baseUrl}${i}/${encodeURIComponent(e)}/${encodeURIComponent(t)}/feed/${encodeURIComponent(n)}`,{method:`PUT`,body:JSON.stringify(r)});return this.unwrapResponse(a)},delete:async(e,t,n)=>{let r=this.getRoute(`data`),i=await this.fetch(`${this.baseUrl}${r}/${encodeURIComponent(e)}/${encodeURIComponent(t)}/feed/${encodeURIComponent(n)}`,{method:`DELETE`});return this.unwrapResponse(i)},addReaction:async(e,t,n,r)=>{let i=this.getRoute(`data`),a=await this.fetch(`${this.baseUrl}${i}/${encodeURIComponent(e)}/${encodeURIComponent(t)}/feed/${encodeURIComponent(n)}/reactions`,{method:`POST`,body:JSON.stringify({emoji:r})});return this.unwrapResponse(a)},removeReaction:async(e,t,n,r)=>{let i=this.getRoute(`data`),a=await this.fetch(`${this.baseUrl}${i}/${encodeURIComponent(e)}/${encodeURIComponent(t)}/feed/${encodeURIComponent(n)}/reactions/${encodeURIComponent(r)}`,{method:`DELETE`});return this.unwrapResponse(a)},pin:async(e,t,n)=>{let r=this.getRoute(`data`),i=await this.fetch(`${this.baseUrl}${r}/${encodeURIComponent(e)}/${encodeURIComponent(t)}/feed/${encodeURIComponent(n)}/pin`,{method:`POST`});return this.unwrapResponse(i)},unpin:async(e,t,n)=>{let r=this.getRoute(`data`),i=await this.fetch(`${this.baseUrl}${r}/${encodeURIComponent(e)}/${encodeURIComponent(t)}/feed/${encodeURIComponent(n)}/pin`,{method:`DELETE`});return this.unwrapResponse(i)},star:async(e,t,n)=>{let r=this.getRoute(`data`),i=await this.fetch(`${this.baseUrl}${r}/${encodeURIComponent(e)}/${encodeURIComponent(t)}/feed/${encodeURIComponent(n)}/star`,{method:`POST`});return this.unwrapResponse(i)},unstar:async(e,t,n)=>{let r=this.getRoute(`data`),i=await this.fetch(`${this.baseUrl}${r}/${encodeURIComponent(e)}/${encodeURIComponent(t)}/feed/${encodeURIComponent(n)}/star`,{method:`DELETE`});return this.unwrapResponse(i)},search:async(e,t,n,r)=>{let i=this.getRoute(`data`),a=new URLSearchParams;a.set(`query`,n),r?.type&&a.set(`type`,r.type),r?.actorId&&a.set(`actorId`,r.actorId),r?.dateFrom&&a.set(`dateFrom`,r.dateFrom),r?.dateTo&&a.set(`dateTo`,r.dateTo),r?.limit&&a.set(`limit`,String(r.limit)),r?.cursor&&a.set(`cursor`,r.cursor);let o=await this.fetch(`${this.baseUrl}${i}/${encodeURIComponent(e)}/${encodeURIComponent(t)}/feed/search?${a.toString()}`);return this.unwrapResponse(o)},getChangelog:async(e,t,n)=>{let r=this.getRoute(`data`),i=new URLSearchParams;n?.field&&i.set(`field`,n.field),n?.actorId&&i.set(`actorId`,n.actorId),n?.dateFrom&&i.set(`dateFrom`,n.dateFrom),n?.dateTo&&i.set(`dateTo`,n.dateTo),n?.limit&&i.set(`limit`,String(n.limit)),n?.cursor&&i.set(`cursor`,n.cursor);let a=i.toString(),o=await this.fetch(`${this.baseUrl}${r}/${encodeURIComponent(e)}/${encodeURIComponent(t)}/changelog${a?`?${a}`:``}`);return this.unwrapResponse(o)},subscribe:async(e,t,n)=>{let r=this.getRoute(`data`),i=await this.fetch(`${this.baseUrl}${r}/${encodeURIComponent(e)}/${encodeURIComponent(t)}/subscribe`,{method:`POST`,body:JSON.stringify(n||{})});return this.unwrapResponse(i)},unsubscribe:async(e,t)=>{let n=this.getRoute(`data`),r=await this.fetch(`${this.baseUrl}${n}/${encodeURIComponent(e)}/${encodeURIComponent(t)}/subscribe`,{method:`DELETE`});return this.unwrapResponse(r)}},this.data={query:async(e,t)=>{let n=this.getRoute(`data`),r=await this.fetch(`${this.baseUrl}${n}/${e}/query`,{method:`POST`,body:JSON.stringify(t)});return this.unwrapResponse(r)},find:async(e,t={})=>{let n=this.getRoute(`data`),r=new URLSearchParams,i=t,a={};if(`where`in t||`fields`in t||`orderBy`in t||`offset`in t?(i.where&&(a.filter=i.where),i.fields&&(a.select=i.fields),i.orderBy&&(a.sort=i.orderBy),i.limit!=null&&(a.top=i.limit),i.offset!=null&&(a.skip=i.offset),i.aggregations&&(a.aggregations=i.aggregations),i.groupBy&&(a.groupBy=i.groupBy)):Object.assign(a,t),a.top&&r.set(`top`,a.top.toString()),a.skip&&r.set(`skip`,a.skip.toString()),a.sort)if(Array.isArray(a.sort)&&typeof a.sort[0]==`object`)r.set(`sort`,JSON.stringify(a.sort));else{let e=Array.isArray(a.sort)?a.sort.join(`,`):a.sort;r.set(`sort`,e)}a.select&&r.set(`select`,a.select.join(`,`));let o=a.filter??a.filters;o&&(this.isFilterAST(o)||Array.isArray(o)?r.set(`filter`,JSON.stringify(o)):typeof o==`object`&&o&&Object.entries(o).forEach(([e,t])=>{t!=null&&r.append(e,String(t))})),a.aggregations&&r.set(`aggregations`,JSON.stringify(a.aggregations)),a.groupBy&&r.set(`groupBy`,a.groupBy.join(`,`));let s=await this.fetch(`${this.baseUrl}${n}/${e}?${r.toString()}`);return this.unwrapResponse(s)},get:async(e,t)=>{let n=this.getRoute(`data`),r=await this.fetch(`${this.baseUrl}${n}/${e}/${t}`);return this.unwrapResponse(r)},create:async(e,t)=>{let n=this.getRoute(`data`),r=await this.fetch(`${this.baseUrl}${n}/${e}`,{method:`POST`,body:JSON.stringify(t)});return this.unwrapResponse(r)},createMany:async(e,t)=>{let n=this.getRoute(`data`),r=await this.fetch(`${this.baseUrl}${n}/${e}/createMany`,{method:`POST`,body:JSON.stringify(t)});return this.unwrapResponse(r)},update:async(e,t,n,r)=>{let i=this.getRoute(`data`),a={};r?.ifMatch&&(a[`If-Match`]=String(r.ifMatch));let o=await this.fetch(`${this.baseUrl}${i}/${e}/${t}`,{method:`PATCH`,body:JSON.stringify(n),...Object.keys(a).length?{headers:a}:{}});return this.unwrapResponse(o)},batch:async(e,t)=>{let n=this.getRoute(`data`),r=await this.fetch(`${this.baseUrl}${n}/${e}/batch`,{method:`POST`,body:JSON.stringify(t)});return this.unwrapResponse(r)},updateMany:async(e,t,n)=>{let r=this.getRoute(`data`),i={records:t,options:n},a=await this.fetch(`${this.baseUrl}${r}/${e}/updateMany`,{method:`POST`,body:JSON.stringify(i)});return this.unwrapResponse(a)},delete:async(e,t,n)=>{let r=this.getRoute(`data`),i={};n?.ifMatch&&(i[`If-Match`]=String(n.ifMatch));let a=await this.fetch(`${this.baseUrl}${r}/${e}/${t}`,{method:`DELETE`,...Object.keys(i).length?{headers:i}:{}});return this.unwrapResponse(a)},deleteMany:async(e,t,n)=>{let r=this.getRoute(`data`),i={ids:t,options:n},a=await this.fetch(`${this.baseUrl}${r}/${e}/deleteMany`,{method:`POST`,body:JSON.stringify(i)});return this.unwrapResponse(a)}},this.baseUrl=e.baseUrl.replace(/\/$/,``),this.token=e.token,this.environmentId=e.environmentId,this.fetchImpl=e.fetch||globalThis.fetch.bind(globalThis),this.logger=e.logger||Vg({level:e.debug?`debug`:`info`,format:`pretty`}),this.realtimeAPI=new Hg(this.baseUrl,this.token),this.logger.debug(`ObjectStack client created`,{baseUrl:this.baseUrl})}async connect(){this.logger.debug(`Connecting to ObjectStack server`,{baseUrl:this.baseUrl});try{let e;try{let t=`${this.baseUrl}/api/v1/discovery`;this.logger.debug(`Probing protocol-standard discovery endpoint`,{url:t});let n=await this.fetchImpl(t);if(n.ok){let t=await n.json();e=t.data||t,this.logger.debug(`Discovered via /api/v1/discovery`)}}catch(e){this.logger.debug(`Protocol-standard discovery probe failed`,{error:e.message})}if(!e){let t;try{t=`${new URL(this.baseUrl).origin}/.well-known/objectstack`}catch{t=`/.well-known/objectstack`}this.logger.debug(`Falling back to .well-known discovery`,{url:t});let n=await this.fetchImpl(t);if(!n.ok)throw Error(`Failed to connect to ${t}: ${n.statusText}`);let r=await n.json();e=r.data||r}if(!e)throw Error(`Connection failed: No discovery data returned`);return this.discoveryInfo=e,this.logger.info(`Connected to ObjectStack server`,{version:e.version,apiName:e.apiName,services:e.services}),e}catch(e){throw this.logger.error(`Failed to connect to ObjectStack server`,e,{baseUrl:this.baseUrl}),e}}get capabilities(){let e=this.discoveryInfo?.capabilities;if(!e)return;let t={};for(let[n,r]of Object.entries(e))t[n]=typeof r==`object`&&r?!!r.enabled:!!r;return t}project(e){if(!e)throw Error(`[ObjectStack] project(id): environmentId is required`);return new Wg(this,e)}_baseUrl(){return this.baseUrl}_fetch(e,t){return this.fetch(e,t)}_unwrap(e){return this.unwrapResponse(e)}_isFilterAST(e){return this.isFilterAST(e)}setProjectId(e){this.environmentId=e,this.logger.debug(`Active project changed`,{environmentId:e})}getProjectId(){return this.environmentId}get events(){return this.realtimeAPI}isFilterAST(e){return $f(e)}async unwrapResponse(e){let t=await e.json();return t&&typeof t.success==`boolean`&&`data`in t?t.data:t}async fetch(e,t={}){this.logger.debug(`HTTP request`,{method:t.method||`GET`,url:e,hasBody:!!t.body});let n={"Content-Type":`application/json`,...t.headers||{}};this.token&&(n.Authorization=`Bearer ${this.token}`),this.environmentId&&(n[`X-Environment-Id`]=this.environmentId);let r=await this.fetchImpl(e,{...t,headers:n});if(this.logger.debug(`HTTP response`,{method:t.method||`GET`,url:e,status:r.status,ok:r.ok}),!r.ok){let n;try{n=await r.json()}catch{n={message:r.statusText}}this.logger.error(`HTTP request failed`,void 0,{method:t.method||`GET`,url:e,status:r.status,error:n});let i=n?.message??n?.error?.message??(typeof n?.error==`string`?n.error:void 0)??r.statusText,a=n?.code||n?.error?.code,o=Error(`[ObjectStack] ${a?`${a}: `:``}${i}`);throw o.code=a,o.category=n?.category,o.httpStatus=r.status,o.retryable=n?.retryable,o.details=n?.details||n,o}return r}getRoute(e){let t=this.discoveryInfo?.routes;if(t){let n=t[e];if(n)return n}return{data:`/api/v1/data`,metadata:`/api/v1/meta`,discovery:`/api/v1/discovery`,ui:`/api/v1/ui`,auth:`/api/v1/auth`,analytics:`/api/v1/analytics`,storage:`/api/v1/storage`,automation:`/api/v1/automation`,packages:`/api/v1/packages`,permissions:`/api/v1/permissions`,realtime:`/api/v1/realtime`,workflow:`/api/v1/workflow`,views:`/api/v1/ui/views`,notifications:`/api/v1/notifications`,ai:`/api/v1/ai`,i18n:`/api/v1/i18n`,feed:`/api/v1/feed`,graphql:`/graphql`}[e]||`/api/v1/${e}`}},Wg=class{constructor(e,t){this.meta={getTypes:async()=>{let e=await this.parent._fetch(this.url(`/meta`));return this.parent._unwrap(e)},getItems:async(e,t)=>{let n=new URLSearchParams;t?.packageId&&n.set(`package`,t.packageId);let r=n.toString(),i=await this.parent._fetch(this.url(`/meta/${e}${r?`?${r}`:``}`));return this.parent._unwrap(i)},getItem:async(e,t,n)=>{let r=new URLSearchParams;n?.packageId&&r.set(`package`,n.packageId);let i=r.toString(),a=await this.parent._fetch(this.url(`/meta/${e}/${t}${i?`?${i}`:``}`));return this.parent._unwrap(a)},saveItem:async(e,t,n)=>{let r=await this.parent._fetch(this.url(`/meta/${e}/${t}`),{method:`PUT`,body:JSON.stringify(n)});return this.parent._unwrap(r)},deleteItem:async(e,t)=>{let n=await this.parent._fetch(this.url(`/meta/${encodeURIComponent(e)}/${encodeURIComponent(t)}`),{method:`DELETE`});return this.parent._unwrap(n)},getHistory:async(e,t,n)=>{let r=new URLSearchParams;n?.sinceSeq!==void 0&&r.set(`sinceSeq`,String(n.sinceSeq)),n?.limit!==void 0&&r.set(`limit`,String(n.limit));let i=r.toString(),a=await this.parent._fetch(this.url(`/meta/${encodeURIComponent(e)}/${encodeURIComponent(t)}/history${i?`?${i}`:``}`));return this.parent._unwrap(a)}},this.data={query:async(e,t)=>{let n=await this.parent._fetch(this.url(`/data/${e}/query`),{method:`POST`,body:JSON.stringify(t)});return this.parent._unwrap(n)},find:async(e,t={})=>{let n=new URLSearchParams,r=t,i={};if(`where`in t||`fields`in t||`orderBy`in t||`offset`in t?(r.where&&(i.filter=r.where),r.fields&&(i.select=r.fields),r.orderBy&&(i.sort=r.orderBy),r.limit!=null&&(i.top=r.limit),r.offset!=null&&(i.skip=r.offset),r.aggregations&&(i.aggregations=r.aggregations),r.groupBy&&(i.groupBy=r.groupBy)):Object.assign(i,t),i.top&&n.set(`top`,i.top.toString()),i.skip&&n.set(`skip`,i.skip.toString()),i.sort)if(Array.isArray(i.sort)&&typeof i.sort[0]==`object`)n.set(`sort`,JSON.stringify(i.sort));else{let e=Array.isArray(i.sort)?i.sort.join(`,`):i.sort;n.set(`sort`,e)}i.select&&n.set(`select`,i.select.join(`,`));let a=i.filter??i.filters;a&&(this.parent._isFilterAST(a)||Array.isArray(a)?n.set(`filter`,JSON.stringify(a)):typeof a==`object`&&a&&Object.entries(a).forEach(([e,t])=>{t!=null&&n.append(e,String(t))})),i.aggregations&&n.set(`aggregations`,JSON.stringify(i.aggregations)),i.groupBy&&n.set(`groupBy`,i.groupBy.join(`,`));let o=n.toString(),s=await this.parent._fetch(this.url(`/data/${e}${o?`?${o}`:``}`));return this.parent._unwrap(s)},get:async(e,t)=>{let n=await this.parent._fetch(this.url(`/data/${e}/${t}`));return this.parent._unwrap(n)},create:async(e,t)=>{let n=await this.parent._fetch(this.url(`/data/${e}`),{method:`POST`,body:JSON.stringify(t)});return this.parent._unwrap(n)},createMany:async(e,t)=>{let n=await this.parent._fetch(this.url(`/data/${e}/createMany`),{method:`POST`,body:JSON.stringify(t)});return this.parent._unwrap(n)},update:async(e,t,n)=>{let r=await this.parent._fetch(this.url(`/data/${e}/${t}`),{method:`PATCH`,body:JSON.stringify(n)});return this.parent._unwrap(r)},batch:async(e,t)=>{let n=await this.parent._fetch(this.url(`/data/${e}/batch`),{method:`POST`,body:JSON.stringify(t)});return this.parent._unwrap(n)},updateMany:async(e,t,n)=>{let r={records:t,options:n},i=await this.parent._fetch(this.url(`/data/${e}/updateMany`),{method:`POST`,body:JSON.stringify(r)});return this.parent._unwrap(i)},delete:async(e,t)=>{let n=await this.parent._fetch(this.url(`/data/${e}/${t}`),{method:`DELETE`});return this.parent._unwrap(n)},deleteMany:async(e,t,n)=>{let r={ids:t,options:n},i=await this.parent._fetch(this.url(`/data/${e}/deleteMany`),{method:`POST`,body:JSON.stringify(r)});return this.parent._unwrap(i)}},this.packages={list:async()=>{let e=await this.parent._fetch(this.url(`/packages`));return this.parent._unwrap(e)},get:async(e,t)=>{let n=t?`?version=${encodeURIComponent(t)}`:``,r=await this.parent._fetch(this.url(`/packages/${encodeURIComponent(e)}${n}`));return this.parent._unwrap(r)}},this.automation={getFlow:async e=>{let t=await this.parent._fetch(this.url(`/automation/${encodeURIComponent(e)}`));return this.parent._unwrap(t)},execute:async(e,t)=>{let n=await this.parent._fetch(this.url(`/automation/${encodeURIComponent(e)}/trigger`),{method:`POST`,body:JSON.stringify(t??{})});return this.parent._unwrap(n)},listRuns:async(e,t)=>{let n=new URLSearchParams;t?.limit!=null&&n.set(`limit`,String(t.limit)),t?.cursor&&n.set(`cursor`,t.cursor);let r=n.toString(),i=await this.parent._fetch(this.url(`/automation/${encodeURIComponent(e)}/runs${r?`?${r}`:``}`));return this.parent._unwrap(i)},getRun:async(e,t)=>{let n=await this.parent._fetch(this.url(`/automation/${encodeURIComponent(e)}/runs/${encodeURIComponent(t)}`));return this.parent._unwrap(n)}},this.parent=e,this.environmentId=t}getProjectId(){return this.environmentId}scope(){return`/api/v1/environments/${encodeURIComponent(this.environmentId)}`}url(e){return`${this.parent._baseUrl()}${this.scope()}${e}`}},Gg=(0,j.createContext)(null);function Kg({client:e,children:t}){return j.createElement(Gg.Provider,{value:e},t)}function qg(){let e=(0,j.useContext)(Gg);if(!e)throw Error(`useClient must be used within an ObjectStackProvider. Make sure your component is wrapped with <ObjectStackProvider client={...}>.`);return e}var Jg=1,Yg=1e6,Xg=0;function Zg(){return Xg=(Xg+1)%(2**53-1),Xg.toString()}var Qg=new Map,$g=e=>{if(Qg.has(e))return;let t=setTimeout(()=>{Qg.delete(e),r_({type:`REMOVE_TOAST`,toastId:e})},Yg);Qg.set(e,t)},e_=(e,t)=>{switch(t.type){case`ADD_TOAST`:return{...e,toasts:[t.toast,...e.toasts].slice(0,Jg)};case`UPDATE_TOAST`:return{...e,toasts:e.toasts.map(e=>e.id===t.toast.id?{...e,...t.toast}:e)};case`DISMISS_TOAST`:{let{toastId:n}=t;return n?$g(n):e.toasts.forEach(e=>{$g(e.id)}),{...e,toasts:e.toasts.map(e=>e.id===n||n===void 0?{...e,open:!1}:e)}}case`REMOVE_TOAST`:return t.toastId===void 0?{...e,toasts:[]}:{...e,toasts:e.toasts.filter(e=>e.id!==t.toastId)}}},t_=[],n_={toasts:[]};function r_(e){n_=e_(n_,e),t_.forEach(e=>{e(n_)})}function q({...e}){let t=Zg(),n=e=>r_({type:`UPDATE_TOAST`,toast:{...e,id:t}}),r=()=>r_({type:`DISMISS_TOAST`,toastId:t});return r_({type:`ADD_TOAST`,toast:{...e,id:t,open:!0,onOpenChange:e=>{e||r()}}}),{id:t,dismiss:r,update:n}}function i_(){let[e,t]=j.useState(n_);return j.useEffect(()=>(t_.push(t),()=>{let e=t_.indexOf(t);e>-1&&t_.splice(e,1)}),[e]),{...e,toast:q,dismiss:e=>r_({type:`DISMISS_TOAST`,toastId:e})}}typeof window<`u`&&window.document&&window.document.createElement;function J(e,t,{checkForDefaultPrevented:n=!0}={}){return function(r){if(e?.(r),n===!1||!r.defaultPrevented)return t?.(r)}}function a_(e,t){if(typeof e==`function`)return e(t);e!=null&&(e.current=t)}function o_(...e){return t=>{let n=!1,r=e.map(e=>{let r=a_(e,t);return!n&&typeof r==`function`&&(n=!0),r});if(n)return()=>{for(let t=0;t<r.length;t++){let n=r[t];typeof n==`function`?n():a_(e[t],null)}}}}function s_(...e){return j.useCallback(o_(...e),e)}function c_(e,t){let n=j.createContext(t),r=e=>{let{children:t,...r}=e,i=j.useMemo(()=>r,Object.values(r));return(0,M.jsx)(n.Provider,{value:i,children:t})};r.displayName=e+`Provider`;function i(r){let i=j.useContext(n);if(i)return i;if(t!==void 0)return t;throw Error(`\`${r}\` must be used within \`${e}\``)}return[r,i]}function l_(e,t=[]){let n=[];function r(t,r){let i=j.createContext(r),a=n.length;n=[...n,r];let o=t=>{let{scope:n,children:r,...o}=t,s=n?.[e]?.[a]||i,c=j.useMemo(()=>o,Object.values(o));return(0,M.jsx)(s.Provider,{value:c,children:r})};o.displayName=t+`Provider`;function s(n,o){let s=o?.[e]?.[a]||i,c=j.useContext(s);if(c)return c;if(r!==void 0)return r;throw Error(`\`${n}\` must be used within \`${t}\``)}return[o,s]}let i=()=>{let t=n.map(e=>j.createContext(e));return function(n){let r=n?.[e]||t;return j.useMemo(()=>({[`__scope${e}`]:{...n,[e]:r}}),[n,r])}};return i.scopeName=e,[r,u_(i,...t)]}function u_(...e){let t=e[0];if(e.length===1)return t;let n=()=>{let n=e.map(e=>({useScope:e(),scopeName:e.scopeName}));return function(e){let r=n.reduce((t,{useScope:n,scopeName:r})=>{let i=n(e)[`__scope${r}`];return{...t,...i}},{});return j.useMemo(()=>({[`__scope${t.scopeName}`]:r}),[r])}};return n.scopeName=t.scopeName,n}function d_(e){let t=f_(e),n=j.forwardRef((e,n)=>{let{children:r,...i}=e,a=j.Children.toArray(r),o=a.find(h_);if(o){let e=o.props.children,r=a.map(t=>t===o?j.Children.count(e)>1?j.Children.only(null):j.isValidElement(e)?e.props.children:null:t);return(0,M.jsx)(t,{...i,ref:n,children:j.isValidElement(e)?j.cloneElement(e,void 0,r):null})}return(0,M.jsx)(t,{...i,ref:n,children:r})});return n.displayName=`${e}.Slot`,n}function f_(e){let t=j.forwardRef((e,t)=>{let{children:n,...r}=e;if(j.isValidElement(n)){let e=__(n),i=g_(r,n.props);return n.type!==j.Fragment&&(i.ref=t?o_(t,e):e),j.cloneElement(n,i)}return j.Children.count(n)>1?j.Children.only(null):null});return t.displayName=`${e}.SlotClone`,t}var p_=Symbol(`radix.slottable`);function m_(e){let t=({children:e})=>(0,M.jsx)(M.Fragment,{children:e});return t.displayName=`${e}.Slottable`,t.__radixId=p_,t}function h_(e){return j.isValidElement(e)&&typeof e.type==`function`&&`__radixId`in e.type&&e.type.__radixId===p_}function g_(e,t){let n={...t};for(let r in t){let i=e[r],a=t[r];/^on[A-Z]/.test(r)?i&&a?n[r]=(...e)=>{let t=a(...e);return i(...e),t}:i&&(n[r]=i):r===`style`?n[r]={...i,...a}:r===`className`&&(n[r]=[i,a].filter(Boolean).join(` `))}return{...e,...n}}function __(e){let t=Object.getOwnPropertyDescriptor(e.props,`ref`)?.get,n=t&&`isReactWarning`in t&&t.isReactWarning;return n?e.ref:(t=Object.getOwnPropertyDescriptor(e,`ref`)?.get,n=t&&`isReactWarning`in t&&t.isReactWarning,n?e.props.ref:e.props.ref||e.ref)}function v_(e){let t=e+`CollectionProvider`,[n,r]=l_(t),[i,a]=n(t,{collectionRef:{current:null},itemMap:new Map}),o=e=>{let{scope:t,children:n}=e,r=j.useRef(null),a=j.useRef(new Map).current;return(0,M.jsx)(i,{scope:t,itemMap:a,collectionRef:r,children:n})};o.displayName=t;let s=e+`CollectionSlot`,c=d_(s),l=j.forwardRef((e,t)=>{let{scope:n,children:r}=e;return(0,M.jsx)(c,{ref:s_(t,a(s,n).collectionRef),children:r})});l.displayName=s;let u=e+`CollectionItemSlot`,d=`data-radix-collection-item`,f=d_(u),p=j.forwardRef((e,t)=>{let{scope:n,children:r,...i}=e,o=j.useRef(null),s=s_(t,o),c=a(u,n);return j.useEffect(()=>(c.itemMap.set(o,{ref:o,...i}),()=>void c.itemMap.delete(o))),(0,M.jsx)(f,{[d]:``,ref:s,children:r})});p.displayName=u;function m(t){let n=a(e+`CollectionConsumer`,t);return j.useCallback(()=>{let e=n.collectionRef.current;if(!e)return[];let t=Array.from(e.querySelectorAll(`[${d}]`));return Array.from(n.itemMap.values()).sort((e,n)=>t.indexOf(e.ref.current)-t.indexOf(n.ref.current))},[n.collectionRef,n.itemMap])}return[{Provider:o,Slot:l,ItemSlot:p},m,r]}var y_=[`a`,`button`,`div`,`form`,`h2`,`h3`,`img`,`input`,`label`,`li`,`nav`,`ol`,`p`,`select`,`span`,`svg`,`ul`].reduce((e,t)=>{let n=d_(`Primitive.${t}`),r=j.forwardRef((e,r)=>{let{asChild:i,...a}=e,o=i?n:t;return typeof window<`u`&&(window[Symbol.for(`radix-ui`)]=!0),(0,M.jsx)(o,{...a,ref:r})});return r.displayName=`Primitive.${t}`,{...e,[t]:r}},{});function b_(e,t){e&&Gi.flushSync(()=>e.dispatchEvent(t))}function x_(e){let t=j.useRef(e);return j.useEffect(()=>{t.current=e}),j.useMemo(()=>(...e)=>t.current?.(...e),[])}function S_(e,t=globalThis?.document){let n=x_(e);j.useEffect(()=>{let e=e=>{e.key===`Escape`&&n(e)};return t.addEventListener(`keydown`,e,{capture:!0}),()=>t.removeEventListener(`keydown`,e,{capture:!0})},[n,t])}var C_=`DismissableLayer`,w_=`dismissableLayer.update`,T_=`dismissableLayer.pointerDownOutside`,E_=`dismissableLayer.focusOutside`,D_,O_=j.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),k_=j.forwardRef((e,t)=>{let{disableOutsidePointerEvents:n=!1,onEscapeKeyDown:r,onPointerDownOutside:i,onFocusOutside:a,onInteractOutside:o,onDismiss:s,...c}=e,l=j.useContext(O_),[u,d]=j.useState(null),f=u?.ownerDocument??globalThis?.document,[,p]=j.useState({}),m=s_(t,e=>d(e)),h=Array.from(l.layers),[g]=[...l.layersWithOutsidePointerEventsDisabled].slice(-1),_=h.indexOf(g),v=u?h.indexOf(u):-1,y=l.layersWithOutsidePointerEventsDisabled.size>0,b=v>=_,x=M_(e=>{let t=e.target,n=[...l.branches].some(e=>e.contains(t));!b||n||(i?.(e),o?.(e),e.defaultPrevented||s?.())},f),S=N_(e=>{let t=e.target;[...l.branches].some(e=>e.contains(t))||(a?.(e),o?.(e),e.defaultPrevented||s?.())},f);return S_(e=>{v===l.layers.size-1&&(r?.(e),!e.defaultPrevented&&s&&(e.preventDefault(),s()))},f),j.useEffect(()=>{if(u)return n&&(l.layersWithOutsidePointerEventsDisabled.size===0&&(D_=f.body.style.pointerEvents,f.body.style.pointerEvents=`none`),l.layersWithOutsidePointerEventsDisabled.add(u)),l.layers.add(u),P_(),()=>{n&&l.layersWithOutsidePointerEventsDisabled.size===1&&(f.body.style.pointerEvents=D_)}},[u,f,n,l]),j.useEffect(()=>()=>{u&&(l.layers.delete(u),l.layersWithOutsidePointerEventsDisabled.delete(u),P_())},[u,l]),j.useEffect(()=>{let e=()=>p({});return document.addEventListener(w_,e),()=>document.removeEventListener(w_,e)},[]),(0,M.jsx)(y_.div,{...c,ref:m,style:{pointerEvents:y?b?`auto`:`none`:void 0,...e.style},onFocusCapture:J(e.onFocusCapture,S.onFocusCapture),onBlurCapture:J(e.onBlurCapture,S.onBlurCapture),onPointerDownCapture:J(e.onPointerDownCapture,x.onPointerDownCapture)})});k_.displayName=C_;var A_=`DismissableLayerBranch`,j_=j.forwardRef((e,t)=>{let n=j.useContext(O_),r=j.useRef(null),i=s_(t,r);return j.useEffect(()=>{let e=r.current;if(e)return n.branches.add(e),()=>{n.branches.delete(e)}},[n.branches]),(0,M.jsx)(y_.div,{...e,ref:i})});j_.displayName=A_;function M_(e,t=globalThis?.document){let n=x_(e),r=j.useRef(!1),i=j.useRef(()=>{});return j.useEffect(()=>{let e=e=>{if(e.target&&!r.current){let r=function(){F_(T_,n,a,{discrete:!0})},a={originalEvent:e};e.pointerType===`touch`?(t.removeEventListener(`click`,i.current),i.current=r,t.addEventListener(`click`,i.current,{once:!0})):r()}else t.removeEventListener(`click`,i.current);r.current=!1},a=window.setTimeout(()=>{t.addEventListener(`pointerdown`,e)},0);return()=>{window.clearTimeout(a),t.removeEventListener(`pointerdown`,e),t.removeEventListener(`click`,i.current)}},[t,n]),{onPointerDownCapture:()=>r.current=!0}}function N_(e,t=globalThis?.document){let n=x_(e),r=j.useRef(!1);return j.useEffect(()=>{let e=e=>{e.target&&!r.current&&F_(E_,n,{originalEvent:e},{discrete:!1})};return t.addEventListener(`focusin`,e),()=>t.removeEventListener(`focusin`,e)},[t,n]),{onFocusCapture:()=>r.current=!0,onBlurCapture:()=>r.current=!1}}function P_(){let e=new CustomEvent(w_);document.dispatchEvent(e)}function F_(e,t,n,{discrete:r}){let i=n.originalEvent.target,a=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:n});t&&i.addEventListener(e,t,{once:!0}),r?b_(i,a):i.dispatchEvent(a)}var I_=k_,L_=j_,R_=globalThis?.document?j.useLayoutEffect:()=>{},z_=`Portal`,B_=j.forwardRef((e,t)=>{let{container:n,...r}=e,[i,a]=j.useState(!1);R_(()=>a(!0),[]);let o=n||i&&globalThis?.document?.body;return o?Gi.createPortal((0,M.jsx)(y_.div,{...r,ref:t}),o):null});B_.displayName=z_;function V_(e,t){return j.useReducer((e,n)=>t[e][n]??e,e)}var H_=e=>{let{present:t,children:n}=e,r=U_(t),i=typeof n==`function`?n({present:r.isPresent}):j.Children.only(n),a=s_(r.ref,G_(i));return typeof n==`function`||r.isPresent?j.cloneElement(i,{ref:a}):null};H_.displayName=`Presence`;function U_(e){let[t,n]=j.useState(),r=j.useRef(null),i=j.useRef(e),a=j.useRef(`none`),[o,s]=V_(e?`mounted`:`unmounted`,{mounted:{UNMOUNT:`unmounted`,ANIMATION_OUT:`unmountSuspended`},unmountSuspended:{MOUNT:`mounted`,ANIMATION_END:`unmounted`},unmounted:{MOUNT:`mounted`}});return j.useEffect(()=>{let e=W_(r.current);a.current=o===`mounted`?e:`none`},[o]),R_(()=>{let t=r.current,n=i.current;if(n!==e){let r=a.current,o=W_(t);e?s(`MOUNT`):o===`none`||t?.display===`none`?s(`UNMOUNT`):s(n&&r!==o?`ANIMATION_OUT`:`UNMOUNT`),i.current=e}},[e,s]),R_(()=>{if(t){let e,n=t.ownerDocument.defaultView??window,o=a=>{let o=W_(r.current).includes(CSS.escape(a.animationName));if(a.target===t&&o&&(s(`ANIMATION_END`),!i.current)){let r=t.style.animationFillMode;t.style.animationFillMode=`forwards`,e=n.setTimeout(()=>{t.style.animationFillMode===`forwards`&&(t.style.animationFillMode=r)})}},c=e=>{e.target===t&&(a.current=W_(r.current))};return t.addEventListener(`animationstart`,c),t.addEventListener(`animationcancel`,o),t.addEventListener(`animationend`,o),()=>{n.clearTimeout(e),t.removeEventListener(`animationstart`,c),t.removeEventListener(`animationcancel`,o),t.removeEventListener(`animationend`,o)}}else s(`ANIMATION_END`)},[t,s]),{isPresent:[`mounted`,`unmountSuspended`].includes(o),ref:j.useCallback(e=>{r.current=e?getComputedStyle(e):null,n(e)},[])}}function W_(e){return e?.animationName||`none`}function G_(e){let t=Object.getOwnPropertyDescriptor(e.props,`ref`)?.get,n=t&&`isReactWarning`in t&&t.isReactWarning;return n?e.ref:(t=Object.getOwnPropertyDescriptor(e,`ref`)?.get,n=t&&`isReactWarning`in t&&t.isReactWarning,n?e.props.ref:e.props.ref||e.ref)}var K_=j.useInsertionEffect||R_;function q_({prop:e,defaultProp:t,onChange:n=()=>{},caller:r}){let[i,a,o]=J_({defaultProp:t,onChange:n}),s=e!==void 0,c=s?e:i;{let t=j.useRef(e!==void 0);j.useEffect(()=>{let e=t.current;e!==s&&console.warn(`${r} is changing from ${e?`controlled`:`uncontrolled`} to ${s?`controlled`:`uncontrolled`}. Components should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled value for the lifetime of the component.`),t.current=s},[s,r])}return[c,j.useCallback(t=>{if(s){let n=Y_(t)?t(e):t;n!==e&&o.current?.(n)}else a(t)},[s,e,a,o])]}function J_({defaultProp:e,onChange:t}){let[n,r]=j.useState(e),i=j.useRef(n),a=j.useRef(t);return K_(()=>{a.current=t},[t]),j.useEffect(()=>{i.current!==n&&(a.current?.(n),i.current=n)},[n,i]),[n,r,a]}function Y_(e){return typeof e==`function`}var X_=Object.freeze({position:`absolute`,border:0,width:1,height:1,padding:0,margin:-1,overflow:`hidden`,clip:`rect(0, 0, 0, 0)`,whiteSpace:`nowrap`,wordWrap:`normal`}),Z_=`VisuallyHidden`,Q_=j.forwardRef((e,t)=>(0,M.jsx)(y_.span,{...e,ref:t,style:{...X_,...e.style}}));Q_.displayName=Z_;var $_=Q_,ev=`ToastProvider`,[tv,nv,rv]=v_(`Toast`),[iv,av]=l_(`Toast`,[rv]),[ov,sv]=iv(ev),cv=e=>{let{__scopeToast:t,label:n=`Notification`,duration:r=5e3,swipeDirection:i=`right`,swipeThreshold:a=50,children:o}=e,[s,c]=j.useState(null),[l,u]=j.useState(0),d=j.useRef(!1),f=j.useRef(!1);return n.trim()||console.error(`Invalid prop \`label\` supplied to \`${ev}\`. Expected non-empty \`string\`.`),(0,M.jsx)(tv.Provider,{scope:t,children:(0,M.jsx)(ov,{scope:t,label:n,duration:r,swipeDirection:i,swipeThreshold:a,toastCount:l,viewport:s,onViewportChange:c,onToastAdd:j.useCallback(()=>u(e=>e+1),[]),onToastRemove:j.useCallback(()=>u(e=>e-1),[]),isFocusedToastEscapeKeyDownRef:d,isClosePausedRef:f,children:o})})};cv.displayName=ev;var lv=`ToastViewport`,uv=[`F8`],dv=`toast.viewportPause`,fv=`toast.viewportResume`,pv=j.forwardRef((e,t)=>{let{__scopeToast:n,hotkey:r=uv,label:i=`Notifications ({hotkey})`,...a}=e,o=sv(lv,n),s=nv(n),c=j.useRef(null),l=j.useRef(null),u=j.useRef(null),d=j.useRef(null),f=s_(t,d,o.onViewportChange),p=r.join(`+`).replace(/Key/g,``).replace(/Digit/g,``),m=o.toastCount>0;j.useEffect(()=>{let e=e=>{r.length!==0&&r.every(t=>e[t]||e.code===t)&&d.current?.focus()};return document.addEventListener(`keydown`,e),()=>document.removeEventListener(`keydown`,e)},[r]),j.useEffect(()=>{let e=c.current,t=d.current;if(m&&e&&t){let n=()=>{if(!o.isClosePausedRef.current){let e=new CustomEvent(dv);t.dispatchEvent(e),o.isClosePausedRef.current=!0}},r=()=>{if(o.isClosePausedRef.current){let e=new CustomEvent(fv);t.dispatchEvent(e),o.isClosePausedRef.current=!1}},i=t=>{e.contains(t.relatedTarget)||r()},a=()=>{e.contains(document.activeElement)||r()};return e.addEventListener(`focusin`,n),e.addEventListener(`focusout`,i),e.addEventListener(`pointermove`,n),e.addEventListener(`pointerleave`,a),window.addEventListener(`blur`,n),window.addEventListener(`focus`,r),()=>{e.removeEventListener(`focusin`,n),e.removeEventListener(`focusout`,i),e.removeEventListener(`pointermove`,n),e.removeEventListener(`pointerleave`,a),window.removeEventListener(`blur`,n),window.removeEventListener(`focus`,r)}}},[m,o.isClosePausedRef]);let h=j.useCallback(({tabbingDirection:e})=>{let t=s().map(t=>{let n=t.ref.current,r=[n,...Bv(n)];return e===`forwards`?r:r.reverse()});return(e===`forwards`?t.reverse():t).flat()},[s]);return j.useEffect(()=>{let e=d.current;if(e){let t=t=>{let n=t.altKey||t.ctrlKey||t.metaKey;if(t.key===`Tab`&&!n){let n=document.activeElement,r=t.shiftKey;if(t.target===e&&r){l.current?.focus();return}let i=h({tabbingDirection:r?`backwards`:`forwards`}),a=i.findIndex(e=>e===n);Vv(i.slice(a+1))?t.preventDefault():r?l.current?.focus():u.current?.focus()}};return e.addEventListener(`keydown`,t),()=>e.removeEventListener(`keydown`,t)}},[s,h]),(0,M.jsxs)(L_,{ref:c,role:`region`,"aria-label":i.replace(`{hotkey}`,p),tabIndex:-1,style:{pointerEvents:m?void 0:`none`},children:[m&&(0,M.jsx)(hv,{ref:l,onFocusFromOutsideViewport:()=>{Vv(h({tabbingDirection:`forwards`}))}}),(0,M.jsx)(tv.Slot,{scope:n,children:(0,M.jsx)(y_.ol,{tabIndex:-1,...a,ref:f})}),m&&(0,M.jsx)(hv,{ref:u,onFocusFromOutsideViewport:()=>{Vv(h({tabbingDirection:`backwards`}))}})]})});pv.displayName=lv;var mv=`ToastFocusProxy`,hv=j.forwardRef((e,t)=>{let{__scopeToast:n,onFocusFromOutsideViewport:r,...i}=e,a=sv(mv,n);return(0,M.jsx)(Q_,{tabIndex:0,...i,ref:t,style:{position:`fixed`},onFocus:e=>{let t=e.relatedTarget;a.viewport?.contains(t)||r()}})});hv.displayName=mv;var gv=`Toast`,_v=`toast.swipeStart`,vv=`toast.swipeMove`,yv=`toast.swipeCancel`,bv=`toast.swipeEnd`,xv=j.forwardRef((e,t)=>{let{forceMount:n,open:r,defaultOpen:i,onOpenChange:a,...o}=e,[s,c]=q_({prop:r,defaultProp:i??!0,onChange:a,caller:gv});return(0,M.jsx)(H_,{present:n||s,children:(0,M.jsx)(wv,{open:s,...o,ref:t,onClose:()=>c(!1),onPause:x_(e.onPause),onResume:x_(e.onResume),onSwipeStart:J(e.onSwipeStart,e=>{e.currentTarget.setAttribute(`data-swipe`,`start`)}),onSwipeMove:J(e.onSwipeMove,e=>{let{x:t,y:n}=e.detail.delta;e.currentTarget.setAttribute(`data-swipe`,`move`),e.currentTarget.style.setProperty(`--radix-toast-swipe-move-x`,`${t}px`),e.currentTarget.style.setProperty(`--radix-toast-swipe-move-y`,`${n}px`)}),onSwipeCancel:J(e.onSwipeCancel,e=>{e.currentTarget.setAttribute(`data-swipe`,`cancel`),e.currentTarget.style.removeProperty(`--radix-toast-swipe-move-x`),e.currentTarget.style.removeProperty(`--radix-toast-swipe-move-y`),e.currentTarget.style.removeProperty(`--radix-toast-swipe-end-x`),e.currentTarget.style.removeProperty(`--radix-toast-swipe-end-y`)}),onSwipeEnd:J(e.onSwipeEnd,e=>{let{x:t,y:n}=e.detail.delta;e.currentTarget.setAttribute(`data-swipe`,`end`),e.currentTarget.style.removeProperty(`--radix-toast-swipe-move-x`),e.currentTarget.style.removeProperty(`--radix-toast-swipe-move-y`),e.currentTarget.style.setProperty(`--radix-toast-swipe-end-x`,`${t}px`),e.currentTarget.style.setProperty(`--radix-toast-swipe-end-y`,`${n}px`),c(!1)})})})});xv.displayName=gv;var[Sv,Cv]=iv(gv,{onClose(){}}),wv=j.forwardRef((e,t)=>{let{__scopeToast:n,type:r=`foreground`,duration:i,open:a,onClose:o,onEscapeKeyDown:s,onPause:c,onResume:l,onSwipeStart:u,onSwipeMove:d,onSwipeCancel:f,onSwipeEnd:p,...m}=e,h=sv(gv,n),[g,_]=j.useState(null),v=s_(t,e=>_(e)),y=j.useRef(null),b=j.useRef(null),x=i||h.duration,S=j.useRef(0),C=j.useRef(x),w=j.useRef(0),{onToastAdd:T,onToastRemove:E}=h,D=x_(()=>{g?.contains(document.activeElement)&&h.viewport?.focus(),o()}),O=j.useCallback(e=>{!e||e===1/0||(window.clearTimeout(w.current),S.current=new Date().getTime(),w.current=window.setTimeout(D,e))},[D]);j.useEffect(()=>{let e=h.viewport;if(e){let t=()=>{O(C.current),l?.()},n=()=>{let e=new Date().getTime()-S.current;C.current-=e,window.clearTimeout(w.current),c?.()};return e.addEventListener(dv,n),e.addEventListener(fv,t),()=>{e.removeEventListener(dv,n),e.removeEventListener(fv,t)}}},[h.viewport,x,c,l,O]),j.useEffect(()=>{a&&!h.isClosePausedRef.current&&O(x)},[a,x,h.isClosePausedRef,O]),j.useEffect(()=>(T(),()=>E()),[T,E]);let ee=j.useMemo(()=>g?Fv(g):null,[g]);return h.viewport?(0,M.jsxs)(M.Fragment,{children:[ee&&(0,M.jsx)(Tv,{__scopeToast:n,role:`status`,"aria-live":r===`foreground`?`assertive`:`polite`,children:ee}),(0,M.jsx)(Sv,{scope:n,onClose:D,children:Gi.createPortal((0,M.jsx)(tv.ItemSlot,{scope:n,children:(0,M.jsx)(I_,{asChild:!0,onEscapeKeyDown:J(s,()=>{h.isFocusedToastEscapeKeyDownRef.current||D(),h.isFocusedToastEscapeKeyDownRef.current=!1}),children:(0,M.jsx)(y_.li,{tabIndex:0,"data-state":a?`open`:`closed`,"data-swipe-direction":h.swipeDirection,...m,ref:v,style:{userSelect:`none`,touchAction:`none`,...e.style},onKeyDown:J(e.onKeyDown,e=>{e.key===`Escape`&&(s?.(e.nativeEvent),e.nativeEvent.defaultPrevented||(h.isFocusedToastEscapeKeyDownRef.current=!0,D()))}),onPointerDown:J(e.onPointerDown,e=>{e.button===0&&(y.current={x:e.clientX,y:e.clientY})}),onPointerMove:J(e.onPointerMove,e=>{if(!y.current)return;let t=e.clientX-y.current.x,n=e.clientY-y.current.y,r=!!b.current,i=[`left`,`right`].includes(h.swipeDirection),a=[`left`,`up`].includes(h.swipeDirection)?Math.min:Math.max,o=i?a(0,t):0,s=i?0:a(0,n),c=e.pointerType===`touch`?10:2,l={x:o,y:s},f={originalEvent:e,delta:l};r?(b.current=l,Iv(vv,d,f,{discrete:!1})):Lv(l,h.swipeDirection,c)?(b.current=l,Iv(_v,u,f,{discrete:!1}),e.target.setPointerCapture(e.pointerId)):(Math.abs(t)>c||Math.abs(n)>c)&&(y.current=null)}),onPointerUp:J(e.onPointerUp,e=>{let t=b.current,n=e.target;if(n.hasPointerCapture(e.pointerId)&&n.releasePointerCapture(e.pointerId),b.current=null,y.current=null,t){let n=e.currentTarget,r={originalEvent:e,delta:t};Lv(t,h.swipeDirection,h.swipeThreshold)?Iv(bv,p,r,{discrete:!0}):Iv(yv,f,r,{discrete:!0}),n.addEventListener(`click`,e=>e.preventDefault(),{once:!0})}})})})}),h.viewport)})]}):null}),Tv=e=>{let{__scopeToast:t,children:n,...r}=e,i=sv(gv,t),[a,o]=j.useState(!1),[s,c]=j.useState(!1);return Rv(()=>o(!0)),j.useEffect(()=>{let e=window.setTimeout(()=>c(!0),1e3);return()=>window.clearTimeout(e)},[]),s?null:(0,M.jsx)(B_,{asChild:!0,children:(0,M.jsx)(Q_,{...r,children:a&&(0,M.jsxs)(M.Fragment,{children:[i.label,` `,n]})})})},Ev=`ToastTitle`,Dv=j.forwardRef((e,t)=>{let{__scopeToast:n,...r}=e;return(0,M.jsx)(y_.div,{...r,ref:t})});Dv.displayName=Ev;var Ov=`ToastDescription`,kv=j.forwardRef((e,t)=>{let{__scopeToast:n,...r}=e;return(0,M.jsx)(y_.div,{...r,ref:t})});kv.displayName=Ov;var Av=`ToastAction`,jv=j.forwardRef((e,t)=>{let{altText:n,...r}=e;return n.trim()?(0,M.jsx)(Pv,{altText:n,asChild:!0,children:(0,M.jsx)(Nv,{...r,ref:t})}):(console.error(`Invalid prop \`altText\` supplied to \`${Av}\`. Expected non-empty \`string\`.`),null)});jv.displayName=Av;var Mv=`ToastClose`,Nv=j.forwardRef((e,t)=>{let{__scopeToast:n,...r}=e,i=Cv(Mv,n);return(0,M.jsx)(Pv,{asChild:!0,children:(0,M.jsx)(y_.button,{type:`button`,...r,ref:t,onClick:J(e.onClick,i.onClose)})})});Nv.displayName=Mv;var Pv=j.forwardRef((e,t)=>{let{__scopeToast:n,altText:r,...i}=e;return(0,M.jsx)(y_.div,{"data-radix-toast-announce-exclude":``,"data-radix-toast-announce-alt":r||void 0,...i,ref:t})});function Fv(e){let t=[];return Array.from(e.childNodes).forEach(e=>{if(e.nodeType===e.TEXT_NODE&&e.textContent&&t.push(e.textContent),zv(e)){let n=e.ariaHidden||e.hidden||e.style.display===`none`,r=e.dataset.radixToastAnnounceExclude===``;if(!n)if(r){let n=e.dataset.radixToastAnnounceAlt;n&&t.push(n)}else t.push(...Fv(e))}}),t}function Iv(e,t,n,{discrete:r}){let i=n.originalEvent.currentTarget,a=new CustomEvent(e,{bubbles:!0,cancelable:!0,detail:n});t&&i.addEventListener(e,t,{once:!0}),r?b_(i,a):i.dispatchEvent(a)}var Lv=(e,t,n=0)=>{let r=Math.abs(e.x),i=Math.abs(e.y),a=r>i;return t===`left`||t===`right`?a&&r>n:!a&&i>n};function Rv(e=()=>{}){let t=x_(e);R_(()=>{let e=0,n=0;return e=window.requestAnimationFrame(()=>n=window.requestAnimationFrame(t)),()=>{window.cancelAnimationFrame(e),window.cancelAnimationFrame(n)}},[t])}function zv(e){return e.nodeType===e.ELEMENT_NODE}function Bv(e){let t=[],n=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:e=>{let t=e.tagName===`INPUT`&&e.type===`hidden`;return e.disabled||e.hidden||t?NodeFilter.FILTER_SKIP:e.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;n.nextNode();)t.push(n.currentNode);return t}function Vv(e){let t=document.activeElement;return e.some(e=>e===t?!0:(e.focus(),document.activeElement!==t))}var Hv=cv,Uv=pv,Wv=xv,Gv=Dv,Kv=kv,qv=jv,Jv=Nv;function Yv(e){var t,n,r=``;if(typeof e==`string`||typeof e==`number`)r+=e;else if(typeof e==`object`)if(Array.isArray(e)){var i=e.length;for(t=0;t<i;t++)e[t]&&(n=Yv(e[t]))&&(r&&(r+=` `),r+=n)}else for(n in e)e[n]&&(r&&(r+=` `),r+=n);return r}function Xv(){for(var e,t,n=0,r=``,i=arguments.length;n<i;n++)(e=arguments[n])&&(t=Yv(e))&&(r&&(r+=` `),r+=t);return r}var Zv=e=>typeof e==`boolean`?`${e}`:e===0?`0`:e,Qv=Xv,$v=(e,t)=>n=>{if(t?.variants==null)return Qv(e,n?.class,n?.className);let{variants:r,defaultVariants:i}=t,a=Object.keys(r).map(e=>{let t=n?.[e],a=i?.[e];if(t===null)return null;let o=Zv(t)||Zv(a);return r[e][o]}),o=n&&Object.entries(n).reduce((e,t)=>{let[n,r]=t;return r===void 0||(e[n]=r),e},{});return Qv(e,a,t?.compoundVariants?.reduce((e,t)=>{let{class:n,className:r,...a}=t;return Object.entries(a).every(e=>{let[t,n]=e;return Array.isArray(n)?n.includes({...i,...o}[t]):{...i,...o}[t]===n})?[...e,n,r]:e},[]),n?.class,n?.className)},ey=(...e)=>e.filter((e,t,n)=>!!e&&e.trim()!==``&&n.indexOf(e)===t).join(` `).trim(),ty=e=>e.replace(/([a-z0-9])([A-Z])/g,`$1-$2`).toLowerCase(),ny=e=>e.replace(/^([A-Z])|[\s-_]+(\w)/g,(e,t,n)=>n?n.toUpperCase():t.toLowerCase()),ry=e=>{let t=ny(e);return t.charAt(0).toUpperCase()+t.slice(1)},iy={xmlns:`http://www.w3.org/2000/svg`,width:24,height:24,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`},ay=e=>{for(let t in e)if(t.startsWith(`aria-`)||t===`role`||t===`title`)return!0;return!1},oy=(0,j.createContext)({}),sy=()=>(0,j.useContext)(oy),cy=(0,j.forwardRef)(({color:e,size:t,strokeWidth:n,absoluteStrokeWidth:r,className:i=``,children:a,iconNode:o,...s},c)=>{let{size:l=24,strokeWidth:u=2,absoluteStrokeWidth:d=!1,color:f=`currentColor`,className:p=``}=sy()??{},m=r??d?Number(n??u)*24/Number(t??l):n??u;return(0,j.createElement)(`svg`,{ref:c,...iy,width:t??l??iy.width,height:t??l??iy.height,stroke:e??f,strokeWidth:m,className:ey(`lucide`,p,i),...!a&&!ay(s)&&{"aria-hidden":`true`},...s},[...o.map(([e,t])=>(0,j.createElement)(e,t)),...Array.isArray(a)?a:[a]])}),ly=(e,t)=>{let n=(0,j.forwardRef)(({className:n,...r},i)=>(0,j.createElement)(cy,{ref:i,iconNode:t,className:ey(`lucide-${ty(ry(e))}`,`lucide-${e}`,n),...r}));return n.displayName=ry(e),n},uy=ly(`arrow-right`,[[`path`,{d:`M5 12h14`,key:`1ays0h`}],[`path`,{d:`m12 5 7 7-7 7`,key:`xquz4c`}]]),dy=ly(`building-2`,[[`path`,{d:`M10 12h4`,key:`a56b0p`}],[`path`,{d:`M10 8h4`,key:`1sr2af`}],[`path`,{d:`M14 21v-3a2 2 0 0 0-4 0v3`,key:`1rgiei`}],[`path`,{d:`M6 10H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-2`,key:`secmi2`}],[`path`,{d:`M6 21V5a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v16`,key:`16ra0t`}]]),fy=ly(`check`,[[`path`,{d:`M20 6 9 17l-5-5`,key:`1gmf2c`}]]),py=ly(`chevron-down`,[[`path`,{d:`m6 9 6 6 6-6`,key:`qrunsl`}]]),my=ly(`chevron-right`,[[`path`,{d:`m9 18 6-6-6-6`,key:`mthhwq`}]]),hy=ly(`chevron-up`,[[`path`,{d:`m18 15-6-6-6 6`,key:`153udz`}]]),gy=ly(`chevrons-up-down`,[[`path`,{d:`m7 15 5 5 5-5`,key:`1hf1tw`}],[`path`,{d:`m7 9 5-5 5 5`,key:`sgt6xg`}]]),_y=ly(`circle-check`,[[`circle`,{cx:`12`,cy:`12`,r:`10`,key:`1mglay`}],[`path`,{d:`m9 12 2 2 4-4`,key:`dzmm74`}]]),vy=ly(`circle-user-round`,[[`path`,{d:`M17.925 20.056a6 6 0 0 0-11.851.001`,key:`z69sun`}],[`circle`,{cx:`12`,cy:`11`,r:`4`,key:`1gt34v`}],[`circle`,{cx:`12`,cy:`12`,r:`10`,key:`1mglay`}]]),yy=ly(`circle-x`,[[`circle`,{cx:`12`,cy:`12`,r:`10`,key:`1mglay`}],[`path`,{d:`m15 9-6 6`,key:`1uzhvr`}],[`path`,{d:`m9 9 6 6`,key:`z0biqf`}]]),by=ly(`circle`,[[`circle`,{cx:`12`,cy:`12`,r:`10`,key:`1mglay`}]]),xy=ly(`clock`,[[`circle`,{cx:`12`,cy:`12`,r:`10`,key:`1mglay`}],[`path`,{d:`M12 6v6l4 2`,key:`mmk7yg`}]]),Sy=ly(`copy`,[[`rect`,{width:`14`,height:`14`,x:`8`,y:`8`,rx:`2`,ry:`2`,key:`17jyea`}],[`path`,{d:`M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2`,key:`zix9uf`}]]),Cy=ly(`ellipsis-vertical`,[[`circle`,{cx:`12`,cy:`12`,r:`1`,key:`41hilf`}],[`circle`,{cx:`12`,cy:`5`,r:`1`,key:`gxeob9`}],[`circle`,{cx:`12`,cy:`19`,r:`1`,key:`lyex9k`}]]),wy=ly(`gallery-vertical-end`,[[`path`,{d:`M7 2h10`,key:`nczekb`}],[`path`,{d:`M5 6h14`,key:`u2x4p`}],[`rect`,{width:`18`,height:`12`,x:`3`,y:`10`,rx:`2`,key:`l0tzu3`}]]),Ty=ly(`globe`,[[`circle`,{cx:`12`,cy:`12`,r:`10`,key:`1mglay`}],[`path`,{d:`M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20`,key:`13o1zl`}],[`path`,{d:`M2 12h20`,key:`9i4pu4`}]]),Ey=ly(`house`,[[`path`,{d:`M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8`,key:`5wwlr5`}],[`path`,{d:`M3 10a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z`,key:`r6nss1`}]]),Dy=ly(`inbox`,[[`polyline`,{points:`22 12 16 12 14 15 10 15 8 12 2 12`,key:`o97t9d`}],[`path`,{d:`M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z`,key:`oot6mr`}]]),Oy=ly(`key-round`,[[`path`,{d:`M2.586 17.414A2 2 0 0 0 2 18.828V21a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h.172a2 2 0 0 0 1.414-.586l.814-.814a6.5 6.5 0 1 0-4-4z`,key:`1s6t7t`}],[`circle`,{cx:`16.5`,cy:`7.5`,r:`.5`,fill:`currentColor`,key:`w0ekpg`}]]),ky=ly(`languages`,[[`path`,{d:`m5 8 6 6`,key:`1wu5hv`}],[`path`,{d:`m4 14 6-6 2-3`,key:`1k1g8d`}],[`path`,{d:`M2 5h12`,key:`or177f`}],[`path`,{d:`M7 2h1`,key:`1t2jsx`}],[`path`,{d:`m22 22-5-10-5 10`,key:`don7ne`}],[`path`,{d:`M14 18h6`,key:`1m8k6r`}]]),Ay=ly(`link-2-off`,[[`path`,{d:`M9 17H7A5 5 0 0 1 7 7`,key:`10o201`}],[`path`,{d:`M15 7h2a5 5 0 0 1 4 8`,key:`1d3206`}],[`line`,{x1:`8`,x2:`12`,y1:`12`,y2:`12`,key:`rvw6j4`}],[`line`,{x1:`2`,x2:`22`,y1:`2`,y2:`22`,key:`a6p6uj`}]]),jy=ly(`link-2`,[[`path`,{d:`M9 17H7A5 5 0 0 1 7 7h2`,key:`8i5ue5`}],[`path`,{d:`M15 7h2a5 5 0 1 1 0 10h-2`,key:`1b9ql8`}],[`line`,{x1:`8`,x2:`16`,y1:`12`,y2:`12`,key:`1jonct`}]]),My=ly(`log-out`,[[`path`,{d:`m16 17 5-5-5-5`,key:`1bji2h`}],[`path`,{d:`M21 12H9`,key:`dn1m92`}],[`path`,{d:`M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4`,key:`1uf3rs`}]]),Ny=ly(`mail`,[[`path`,{d:`m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7`,key:`132q7q`}],[`rect`,{x:`2`,y:`4`,width:`20`,height:`16`,rx:`2`,key:`izxlao`}]]),Py=ly(`monitor`,[[`rect`,{width:`20`,height:`14`,x:`2`,y:`3`,rx:`2`,key:`48i651`}],[`line`,{x1:`8`,x2:`16`,y1:`21`,y2:`21`,key:`1svkeh`}],[`line`,{x1:`12`,x2:`12`,y1:`17`,y2:`21`,key:`vw1qmm`}]]),Fy=ly(`moon`,[[`path`,{d:`M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401`,key:`kfwtm`}]]),Iy=ly(`panel-left`,[[`rect`,{width:`18`,height:`18`,x:`3`,y:`3`,rx:`2`,key:`afitv7`}],[`path`,{d:`M9 3v18`,key:`fh3hqa`}]]),Ly=ly(`plus`,[[`path`,{d:`M5 12h14`,key:`1ays0h`}],[`path`,{d:`M12 5v14`,key:`s699le`}]]),Ry=ly(`refresh-cw`,[[`path`,{d:`M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8`,key:`v9h5vc`}],[`path`,{d:`M21 3v5h-5`,key:`1q7to0`}],[`path`,{d:`M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16`,key:`3uifl3`}],[`path`,{d:`M8 16H3v5`,key:`1cv678`}]]),zy=ly(`save`,[[`path`,{d:`M15.2 3a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z`,key:`1c8476`}],[`path`,{d:`M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7`,key:`1ydtos`}],[`path`,{d:`M7 3v4a1 1 0 0 0 1 1h7`,key:`t51u73`}]]),By=ly(`settings`,[[`path`,{d:`M9.671 4.136a2.34 2.34 0 0 1 4.659 0 2.34 2.34 0 0 0 3.319 1.915 2.34 2.34 0 0 1 2.33 4.033 2.34 2.34 0 0 0 0 3.831 2.34 2.34 0 0 1-2.33 4.033 2.34 2.34 0 0 0-3.319 1.915 2.34 2.34 0 0 1-4.659 0 2.34 2.34 0 0 0-3.32-1.915 2.34 2.34 0 0 1-2.33-4.033 2.34 2.34 0 0 0 0-3.831A2.34 2.34 0 0 1 6.35 6.051a2.34 2.34 0 0 0 3.319-1.915`,key:`1i5ecw`}],[`circle`,{cx:`12`,cy:`12`,r:`3`,key:`1v7zrd`}]]),Vy=ly(`shield-check`,[[`path`,{d:`M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z`,key:`oel41y`}],[`path`,{d:`m9 12 2 2 4-4`,key:`dzmm74`}]]),Hy=ly(`shield`,[[`path`,{d:`M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z`,key:`oel41y`}]]),Uy=ly(`smartphone`,[[`rect`,{width:`14`,height:`20`,x:`5`,y:`2`,rx:`2`,ry:`2`,key:`1yt0o3`}],[`path`,{d:`M12 18h.01`,key:`mhygvu`}]]),Wy=ly(`sun`,[[`circle`,{cx:`12`,cy:`12`,r:`4`,key:`4exip2`}],[`path`,{d:`M12 2v2`,key:`tus03m`}],[`path`,{d:`M12 20v2`,key:`1lh1kg`}],[`path`,{d:`m4.93 4.93 1.41 1.41`,key:`149t6j`}],[`path`,{d:`m17.66 17.66 1.41 1.41`,key:`ptbguv`}],[`path`,{d:`M2 12h2`,key:`1t8f8n`}],[`path`,{d:`M20 12h2`,key:`1q8mjw`}],[`path`,{d:`m6.34 17.66-1.41 1.41`,key:`1m8zz5`}],[`path`,{d:`m19.07 4.93-1.41 1.41`,key:`1shlcs`}]]),Gy=ly(`tablet`,[[`rect`,{width:`16`,height:`20`,x:`4`,y:`2`,rx:`2`,ry:`2`,key:`76otgf`}],[`line`,{x1:`12`,x2:`12.01`,y1:`18`,y2:`18`,key:`1dp563`}]]),Ky=ly(`trash-2`,[[`path`,{d:`M10 11v6`,key:`nco0om`}],[`path`,{d:`M14 11v6`,key:`outv1u`}],[`path`,{d:`M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6`,key:`miytrc`}],[`path`,{d:`M3 6h18`,key:`d0wm0j`}],[`path`,{d:`M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2`,key:`e791ji`}]]),qy=ly(`triangle-alert`,[[`path`,{d:`m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3`,key:`wmoenq`}],[`path`,{d:`M12 9v4`,key:`juzpu7`}],[`path`,{d:`M12 17h.01`,key:`p32p05`}]]),Jy=ly(`upload`,[[`path`,{d:`M12 3v12`,key:`1x0j5s`}],[`path`,{d:`m17 8-5-5-5 5`,key:`7q97r8`}],[`path`,{d:`M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4`,key:`ih7n3h`}]]),Yy=ly(`user-minus`,[[`path`,{d:`M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2`,key:`1yyitq`}],[`circle`,{cx:`9`,cy:`7`,r:`4`,key:`nufk8`}],[`line`,{x1:`22`,x2:`16`,y1:`11`,y2:`11`,key:`1shjgl`}]]),Xy=ly(`user-plus`,[[`path`,{d:`M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2`,key:`1yyitq`}],[`circle`,{cx:`9`,cy:`7`,r:`4`,key:`nufk8`}],[`line`,{x1:`19`,x2:`19`,y1:`8`,y2:`14`,key:`1bvyxn`}],[`line`,{x1:`22`,x2:`16`,y1:`11`,y2:`11`,key:`1shjgl`}]]),Zy=ly(`user`,[[`path`,{d:`M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2`,key:`975kel`}],[`circle`,{cx:`12`,cy:`7`,r:`4`,key:`17ys0d`}]]),Qy=ly(`users-round`,[[`path`,{d:`M18 21a8 8 0 0 0-16 0`,key:`3ypg7q`}],[`circle`,{cx:`10`,cy:`8`,r:`5`,key:`o932ke`}],[`path`,{d:`M22 20c0-3.37-2-6.5-4-8a5 5 0 0 0-.45-8.3`,key:`10s06x`}]]),$y=ly(`users`,[[`path`,{d:`M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2`,key:`1yyitq`}],[`path`,{d:`M16 3.128a4 4 0 0 1 0 7.744`,key:`16gr8j`}],[`path`,{d:`M22 21v-2a4 4 0 0 0-3-3.87`,key:`kshegd`}],[`circle`,{cx:`9`,cy:`7`,r:`4`,key:`nufk8`}]]),eb=ly(`x`,[[`path`,{d:`M18 6 6 18`,key:`1bl5f8`}],[`path`,{d:`m6 6 12 12`,key:`d8bk6v`}]]),tb=(e,t)=>{let n=Array(e.length+t.length);for(let t=0;t<e.length;t++)n[t]=e[t];for(let r=0;r<t.length;r++)n[e.length+r]=t[r];return n},nb=(e,t)=>({classGroupId:e,validator:t}),rb=(e=new Map,t=null,n)=>({nextPart:e,validators:t,classGroupId:n}),ib=`-`,ab=[],ob=`arbitrary..`,sb=e=>{let t=ub(e),{conflictingClassGroups:n,conflictingClassGroupModifiers:r}=e;return{getClassGroupId:e=>{if(e.startsWith(`[`)&&e.endsWith(`]`))return lb(e);let n=e.split(ib);return cb(n,+(n[0]===``&&n.length>1),t)},getConflictingClassGroupIds:(e,t)=>{if(t){let t=r[e],i=n[e];return t?i?tb(i,t):t:i||ab}return n[e]||ab}}},cb=(e,t,n)=>{if(e.length-t===0)return n.classGroupId;let r=e[t],i=n.nextPart.get(r);if(i){let n=cb(e,t+1,i);if(n)return n}let a=n.validators;if(a===null)return;let o=t===0?e.join(ib):e.slice(t).join(ib),s=a.length;for(let e=0;e<s;e++){let t=a[e];if(t.validator(o))return t.classGroupId}},lb=e=>e.slice(1,-1).indexOf(`:`)===-1?void 0:(()=>{let t=e.slice(1,-1),n=t.indexOf(`:`),r=t.slice(0,n);return r?ob+r:void 0})(),ub=e=>{let{theme:t,classGroups:n}=e;return db(n,t)},db=(e,t)=>{let n=rb();for(let r in e){let i=e[r];fb(i,n,r,t)}return n},fb=(e,t,n,r)=>{let i=e.length;for(let a=0;a<i;a++){let i=e[a];pb(i,t,n,r)}},pb=(e,t,n,r)=>{if(typeof e==`string`){mb(e,t,n);return}if(typeof e==`function`){hb(e,t,n,r);return}gb(e,t,n,r)},mb=(e,t,n)=>{let r=e===``?t:_b(t,e);r.classGroupId=n},hb=(e,t,n,r)=>{if(vb(e)){fb(e(r),t,n,r);return}t.validators===null&&(t.validators=[]),t.validators.push(nb(n,e))},gb=(e,t,n,r)=>{let i=Object.entries(e),a=i.length;for(let e=0;e<a;e++){let[a,o]=i[e];fb(o,_b(t,a),n,r)}},_b=(e,t)=>{let n=e,r=t.split(ib),i=r.length;for(let e=0;e<i;e++){let t=r[e],i=n.nextPart.get(t);i||(i=rb(),n.nextPart.set(t,i)),n=i}return n},vb=e=>`isThemeGetter`in e&&e.isThemeGetter===!0,yb=e=>{if(e<1)return{get:()=>void 0,set:()=>{}};let t=0,n=Object.create(null),r=Object.create(null),i=(i,a)=>{n[i]=a,t++,t>e&&(t=0,r=n,n=Object.create(null))};return{get(e){let t=n[e];if(t!==void 0)return t;if((t=r[e])!==void 0)return i(e,t),t},set(e,t){e in n?n[e]=t:i(e,t)}}},bb=`!`,xb=`:`,Sb=[],Cb=(e,t,n,r,i)=>({modifiers:e,hasImportantModifier:t,baseClassName:n,maybePostfixModifierPosition:r,isExternal:i}),wb=e=>{let{prefix:t,experimentalParseClassName:n}=e,r=e=>{let t=[],n=0,r=0,i=0,a,o=e.length;for(let s=0;s<o;s++){let o=e[s];if(n===0&&r===0){if(o===xb){t.push(e.slice(i,s)),i=s+1;continue}if(o===`/`){a=s;continue}}o===`[`?n++:o===`]`?n--:o===`(`?r++:o===`)`&&r--}let s=t.length===0?e:e.slice(i),c=s,l=!1;s.endsWith(bb)?(c=s.slice(0,-1),l=!0):s.startsWith(bb)&&(c=s.slice(1),l=!0);let u=a&&a>i?a-i:void 0;return Cb(t,l,c,u)};if(t){let e=t+xb,n=r;r=t=>t.startsWith(e)?n(t.slice(e.length)):Cb(Sb,!1,t,void 0,!0)}if(n){let e=r;r=t=>n({className:t,parseClassName:e})}return r},Tb=e=>{let t=new Map;return e.orderSensitiveModifiers.forEach((e,n)=>{t.set(e,1e6+n)}),e=>{let n=[],r=[];for(let i=0;i<e.length;i++){let a=e[i],o=a[0]===`[`,s=t.has(a);o||s?(r.length>0&&(r.sort(),n.push(...r),r=[]),n.push(a)):r.push(a)}return r.length>0&&(r.sort(),n.push(...r)),n}},Eb=e=>({cache:yb(e.cacheSize),parseClassName:wb(e),sortModifiers:Tb(e),postfixLookupClassGroupIds:Db(e),...sb(e)}),Db=e=>{let t=Object.create(null),n=e.postfixLookupClassGroups;if(n)for(let e=0;e<n.length;e++)t[n[e]]=!0;return t},Ob=/\s+/,kb=(e,t)=>{let{parseClassName:n,getClassGroupId:r,getConflictingClassGroupIds:i,sortModifiers:a,postfixLookupClassGroupIds:o}=t,s=[],c=e.trim().split(Ob),l=``;for(let e=c.length-1;e>=0;--e){let t=c[e],{isExternal:u,modifiers:d,hasImportantModifier:f,baseClassName:p,maybePostfixModifierPosition:m}=n(t);if(u){l=t+(l.length>0?` `+l:l);continue}let h=!!m,g;if(h){g=r(p.substring(0,m));let e=g&&o[g]?r(p):void 0;e&&e!==g&&(g=e,h=!1)}else g=r(p);if(!g){if(!h){l=t+(l.length>0?` `+l:l);continue}if(g=r(p),!g){l=t+(l.length>0?` `+l:l);continue}h=!1}let _=d.length===0?``:d.length===1?d[0]:a(d).join(`:`),v=f?_+bb:_,y=v+g;if(s.indexOf(y)>-1)continue;s.push(y);let b=i(g,h);for(let e=0;e<b.length;++e){let t=b[e];s.push(v+t)}l=t+(l.length>0?` `+l:l)}return l},Ab=(...e)=>{let t=0,n,r,i=``;for(;t<e.length;)(n=e[t++])&&(r=jb(n))&&(i&&(i+=` `),i+=r);return i},jb=e=>{if(typeof e==`string`)return e;let t,n=``;for(let r=0;r<e.length;r++)e[r]&&(t=jb(e[r]))&&(n&&(n+=` `),n+=t);return n},Mb=(e,...t)=>{let n,r,i,a,o=o=>(n=Eb(t.reduce((e,t)=>t(e),e())),r=n.cache.get,i=n.cache.set,a=s,s(o)),s=e=>{let t=r(e);if(t)return t;let a=kb(e,n);return i(e,a),a};return a=o,(...e)=>a(Ab(...e))},Nb=[],Pb=e=>{let t=t=>t[e]||Nb;return t.isThemeGetter=!0,t},Fb=/^\[(?:(\w[\w-]*):)?(.+)\]$/i,Ib=/^\((?:(\w[\w-]*):)?(.+)\)$/i,Lb=/^\d+(?:\.\d+)?\/\d+(?:\.\d+)?$/,Rb=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,zb=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/,Bb=/^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/,Vb=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,Hb=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,Ub=e=>Lb.test(e),Wb=e=>!!e&&!Number.isNaN(Number(e)),Gb=e=>!!e&&Number.isInteger(Number(e)),Kb=e=>e.endsWith(`%`)&&Wb(e.slice(0,-1)),qb=e=>Rb.test(e),Jb=()=>!0,Yb=e=>zb.test(e)&&!Bb.test(e),Xb=()=>!1,Zb=e=>Vb.test(e),Qb=e=>Hb.test(e),$b=e=>!Y(e)&&!X(e),ex=e=>e.startsWith(`@container`)&&(e[10]===`/`&&e[11]!==void 0||e[11]===`s`&&e[16]!==void 0&&e.startsWith(`-size/`,10)||e[11]===`n`&&e[18]!==void 0&&e.startsWith(`-normal/`,10)),tx=e=>gx(e,bx,Xb),Y=e=>Fb.test(e),nx=e=>gx(e,xx,Yb),rx=e=>gx(e,Sx,Wb),ix=e=>gx(e,wx,Jb),ax=e=>gx(e,Cx,Xb),ox=e=>gx(e,vx,Xb),sx=e=>gx(e,yx,Qb),cx=e=>gx(e,Tx,Zb),X=e=>Ib.test(e),lx=e=>_x(e,xx),ux=e=>_x(e,Cx),dx=e=>_x(e,vx),fx=e=>_x(e,bx),px=e=>_x(e,yx),mx=e=>_x(e,Tx,!0),hx=e=>_x(e,wx,!0),gx=(e,t,n)=>{let r=Fb.exec(e);return r?r[1]?t(r[1]):n(r[2]):!1},_x=(e,t,n=!1)=>{let r=Ib.exec(e);return r?r[1]?t(r[1]):n:!1},vx=e=>e===`position`||e===`percentage`,yx=e=>e===`image`||e===`url`,bx=e=>e===`length`||e===`size`||e===`bg-size`,xx=e=>e===`length`,Sx=e=>e===`number`,Cx=e=>e===`family-name`,wx=e=>e===`number`||e===`weight`,Tx=e=>e===`shadow`,Ex=Mb(()=>{let e=Pb(`color`),t=Pb(`font`),n=Pb(`text`),r=Pb(`font-weight`),i=Pb(`tracking`),a=Pb(`leading`),o=Pb(`breakpoint`),s=Pb(`container`),c=Pb(`spacing`),l=Pb(`radius`),u=Pb(`shadow`),d=Pb(`inset-shadow`),f=Pb(`text-shadow`),p=Pb(`drop-shadow`),m=Pb(`blur`),h=Pb(`perspective`),g=Pb(`aspect`),_=Pb(`ease`),v=Pb(`animate`),y=()=>[`auto`,`avoid`,`all`,`avoid-page`,`page`,`left`,`right`,`column`],b=()=>[`center`,`top`,`bottom`,`left`,`right`,`top-left`,`left-top`,`top-right`,`right-top`,`bottom-right`,`right-bottom`,`bottom-left`,`left-bottom`],x=()=>[...b(),X,Y],S=()=>[`auto`,`hidden`,`clip`,`visible`,`scroll`],C=()=>[`auto`,`contain`,`none`],w=()=>[X,Y,c],T=()=>[Ub,`full`,`auto`,...w()],E=()=>[Gb,`none`,`subgrid`,X,Y],D=()=>[`auto`,{span:[`full`,Gb,X,Y]},Gb,X,Y],O=()=>[Gb,`auto`,X,Y],ee=()=>[`auto`,`min`,`max`,`fr`,X,Y],te=()=>[`start`,`end`,`center`,`between`,`around`,`evenly`,`stretch`,`baseline`,`center-safe`,`end-safe`],ne=()=>[`start`,`end`,`center`,`stretch`,`center-safe`,`end-safe`],re=()=>[`auto`,...w()],ie=()=>[Ub,`auto`,`full`,`dvw`,`dvh`,`lvw`,`lvh`,`svw`,`svh`,`min`,`max`,`fit`,...w()],ae=()=>[Ub,`screen`,`full`,`dvw`,`lvw`,`svw`,`min`,`max`,`fit`,...w()],oe=()=>[Ub,`screen`,`full`,`lh`,`dvh`,`lvh`,`svh`,`min`,`max`,`fit`,...w()],k=()=>[e,X,Y],se=()=>[...b(),dx,ox,{position:[X,Y]}],ce=()=>[`no-repeat`,{repeat:[``,`x`,`y`,`space`,`round`]}],le=()=>[`auto`,`cover`,`contain`,fx,tx,{size:[X,Y]}],ue=()=>[Kb,lx,nx],A=()=>[``,`none`,`full`,l,X,Y],de=()=>[``,Wb,lx,nx],fe=()=>[`solid`,`dashed`,`dotted`,`double`],pe=()=>[`normal`,`multiply`,`screen`,`overlay`,`darken`,`lighten`,`color-dodge`,`color-burn`,`hard-light`,`soft-light`,`difference`,`exclusion`,`hue`,`saturation`,`color`,`luminosity`],me=()=>[Wb,Kb,dx,ox],he=()=>[``,`none`,m,X,Y],ge=()=>[`none`,Wb,X,Y],_e=()=>[`none`,Wb,X,Y],ve=()=>[Wb,X,Y],ye=()=>[Ub,`full`,...w()];return{cacheSize:500,theme:{animate:[`spin`,`ping`,`pulse`,`bounce`],aspect:[`video`],blur:[qb],breakpoint:[qb],color:[Jb],container:[qb],"drop-shadow":[qb],ease:[`in`,`out`,`in-out`],font:[$b],"font-weight":[`thin`,`extralight`,`light`,`normal`,`medium`,`semibold`,`bold`,`extrabold`,`black`],"inset-shadow":[qb],leading:[`none`,`tight`,`snug`,`normal`,`relaxed`,`loose`],perspective:[`dramatic`,`near`,`normal`,`midrange`,`distant`,`none`],radius:[qb],shadow:[qb],spacing:[`px`,Wb],text:[qb],"text-shadow":[qb],tracking:[`tighter`,`tight`,`normal`,`wide`,`wider`,`widest`]},classGroups:{aspect:[{aspect:[`auto`,`square`,Ub,Y,X,g]}],container:[`container`],"container-type":[{"@container":[``,`normal`,`size`,X,Y]}],"container-named":[ex],columns:[{columns:[Wb,Y,X,s]}],"break-after":[{"break-after":y()}],"break-before":[{"break-before":y()}],"break-inside":[{"break-inside":[`auto`,`avoid`,`avoid-page`,`avoid-column`]}],"box-decoration":[{"box-decoration":[`slice`,`clone`]}],box:[{box:[`border`,`content`]}],display:[`block`,`inline-block`,`inline`,`flex`,`inline-flex`,`table`,`inline-table`,`table-caption`,`table-cell`,`table-column`,`table-column-group`,`table-footer-group`,`table-header-group`,`table-row-group`,`table-row`,`flow-root`,`grid`,`inline-grid`,`contents`,`list-item`,`hidden`],sr:[`sr-only`,`not-sr-only`],float:[{float:[`right`,`left`,`none`,`start`,`end`]}],clear:[{clear:[`left`,`right`,`both`,`none`,`start`,`end`]}],isolation:[`isolate`,`isolation-auto`],"object-fit":[{object:[`contain`,`cover`,`fill`,`none`,`scale-down`]}],"object-position":[{object:x()}],overflow:[{overflow:S()}],"overflow-x":[{"overflow-x":S()}],"overflow-y":[{"overflow-y":S()}],overscroll:[{overscroll:C()}],"overscroll-x":[{"overscroll-x":C()}],"overscroll-y":[{"overscroll-y":C()}],position:[`static`,`fixed`,`absolute`,`relative`,`sticky`],inset:[{inset:T()}],"inset-x":[{"inset-x":T()}],"inset-y":[{"inset-y":T()}],start:[{"inset-s":T(),start:T()}],end:[{"inset-e":T(),end:T()}],"inset-bs":[{"inset-bs":T()}],"inset-be":[{"inset-be":T()}],top:[{top:T()}],right:[{right:T()}],bottom:[{bottom:T()}],left:[{left:T()}],visibility:[`visible`,`invisible`,`collapse`],z:[{z:[Gb,`auto`,X,Y]}],basis:[{basis:[Ub,`full`,`auto`,s,...w()]}],"flex-direction":[{flex:[`row`,`row-reverse`,`col`,`col-reverse`]}],"flex-wrap":[{flex:[`nowrap`,`wrap`,`wrap-reverse`]}],flex:[{flex:[Wb,Ub,`auto`,`initial`,`none`,Y]}],grow:[{grow:[``,Wb,X,Y]}],shrink:[{shrink:[``,Wb,X,Y]}],order:[{order:[Gb,`first`,`last`,`none`,X,Y]}],"grid-cols":[{"grid-cols":E()}],"col-start-end":[{col:D()}],"col-start":[{"col-start":O()}],"col-end":[{"col-end":O()}],"grid-rows":[{"grid-rows":E()}],"row-start-end":[{row:D()}],"row-start":[{"row-start":O()}],"row-end":[{"row-end":O()}],"grid-flow":[{"grid-flow":[`row`,`col`,`dense`,`row-dense`,`col-dense`]}],"auto-cols":[{"auto-cols":ee()}],"auto-rows":[{"auto-rows":ee()}],gap:[{gap:w()}],"gap-x":[{"gap-x":w()}],"gap-y":[{"gap-y":w()}],"justify-content":[{justify:[...te(),`normal`]}],"justify-items":[{"justify-items":[...ne(),`normal`]}],"justify-self":[{"justify-self":[`auto`,...ne()]}],"align-content":[{content:[`normal`,...te()]}],"align-items":[{items:[...ne(),{baseline:[``,`last`]}]}],"align-self":[{self:[`auto`,...ne(),{baseline:[``,`last`]}]}],"place-content":[{"place-content":te()}],"place-items":[{"place-items":[...ne(),`baseline`]}],"place-self":[{"place-self":[`auto`,...ne()]}],p:[{p:w()}],px:[{px:w()}],py:[{py:w()}],ps:[{ps:w()}],pe:[{pe:w()}],pbs:[{pbs:w()}],pbe:[{pbe:w()}],pt:[{pt:w()}],pr:[{pr:w()}],pb:[{pb:w()}],pl:[{pl:w()}],m:[{m:re()}],mx:[{mx:re()}],my:[{my:re()}],ms:[{ms:re()}],me:[{me:re()}],mbs:[{mbs:re()}],mbe:[{mbe:re()}],mt:[{mt:re()}],mr:[{mr:re()}],mb:[{mb:re()}],ml:[{ml:re()}],"space-x":[{"space-x":w()}],"space-x-reverse":[`space-x-reverse`],"space-y":[{"space-y":w()}],"space-y-reverse":[`space-y-reverse`],size:[{size:ie()}],"inline-size":[{inline:[`auto`,...ae()]}],"min-inline-size":[{"min-inline":[`auto`,...ae()]}],"max-inline-size":[{"max-inline":[`none`,...ae()]}],"block-size":[{block:[`auto`,...oe()]}],"min-block-size":[{"min-block":[`auto`,...oe()]}],"max-block-size":[{"max-block":[`none`,...oe()]}],w:[{w:[s,`screen`,...ie()]}],"min-w":[{"min-w":[s,`screen`,`none`,...ie()]}],"max-w":[{"max-w":[s,`screen`,`none`,`prose`,{screen:[o]},...ie()]}],h:[{h:[`screen`,`lh`,...ie()]}],"min-h":[{"min-h":[`screen`,`lh`,`none`,...ie()]}],"max-h":[{"max-h":[`screen`,`lh`,...ie()]}],"font-size":[{text:[`base`,n,lx,nx]}],"font-smoothing":[`antialiased`,`subpixel-antialiased`],"font-style":[`italic`,`not-italic`],"font-weight":[{font:[r,hx,ix]}],"font-stretch":[{"font-stretch":[`ultra-condensed`,`extra-condensed`,`condensed`,`semi-condensed`,`normal`,`semi-expanded`,`expanded`,`extra-expanded`,`ultra-expanded`,Kb,Y]}],"font-family":[{font:[ux,ax,t]}],"font-features":[{"font-features":[Y]}],"fvn-normal":[`normal-nums`],"fvn-ordinal":[`ordinal`],"fvn-slashed-zero":[`slashed-zero`],"fvn-figure":[`lining-nums`,`oldstyle-nums`],"fvn-spacing":[`proportional-nums`,`tabular-nums`],"fvn-fraction":[`diagonal-fractions`,`stacked-fractions`],tracking:[{tracking:[i,X,Y]}],"line-clamp":[{"line-clamp":[Wb,`none`,X,rx]}],leading:[{leading:[a,...w()]}],"list-image":[{"list-image":[`none`,X,Y]}],"list-style-position":[{list:[`inside`,`outside`]}],"list-style-type":[{list:[`disc`,`decimal`,`none`,X,Y]}],"text-alignment":[{text:[`left`,`center`,`right`,`justify`,`start`,`end`]}],"placeholder-color":[{placeholder:k()}],"text-color":[{text:k()}],"text-decoration":[`underline`,`overline`,`line-through`,`no-underline`],"text-decoration-style":[{decoration:[...fe(),`wavy`]}],"text-decoration-thickness":[{decoration:[Wb,`from-font`,`auto`,X,nx]}],"text-decoration-color":[{decoration:k()}],"underline-offset":[{"underline-offset":[Wb,`auto`,X,Y]}],"text-transform":[`uppercase`,`lowercase`,`capitalize`,`normal-case`],"text-overflow":[`truncate`,`text-ellipsis`,`text-clip`],"text-wrap":[{text:[`wrap`,`nowrap`,`balance`,`pretty`]}],indent:[{indent:w()}],"tab-size":[{tab:[Gb,X,Y]}],"vertical-align":[{align:[`baseline`,`top`,`middle`,`bottom`,`text-top`,`text-bottom`,`sub`,`super`,X,Y]}],whitespace:[{whitespace:[`normal`,`nowrap`,`pre`,`pre-line`,`pre-wrap`,`break-spaces`]}],break:[{break:[`normal`,`words`,`all`,`keep`]}],wrap:[{wrap:[`break-word`,`anywhere`,`normal`]}],hyphens:[{hyphens:[`none`,`manual`,`auto`]}],content:[{content:[`none`,X,Y]}],"bg-attachment":[{bg:[`fixed`,`local`,`scroll`]}],"bg-clip":[{"bg-clip":[`border`,`padding`,`content`,`text`]}],"bg-origin":[{"bg-origin":[`border`,`padding`,`content`]}],"bg-position":[{bg:se()}],"bg-repeat":[{bg:ce()}],"bg-size":[{bg:le()}],"bg-image":[{bg:[`none`,{linear:[{to:[`t`,`tr`,`r`,`br`,`b`,`bl`,`l`,`tl`]},Gb,X,Y],radial:[``,X,Y],conic:[Gb,X,Y]},px,sx]}],"bg-color":[{bg:k()}],"gradient-from-pos":[{from:ue()}],"gradient-via-pos":[{via:ue()}],"gradient-to-pos":[{to:ue()}],"gradient-from":[{from:k()}],"gradient-via":[{via:k()}],"gradient-to":[{to:k()}],rounded:[{rounded:A()}],"rounded-s":[{"rounded-s":A()}],"rounded-e":[{"rounded-e":A()}],"rounded-t":[{"rounded-t":A()}],"rounded-r":[{"rounded-r":A()}],"rounded-b":[{"rounded-b":A()}],"rounded-l":[{"rounded-l":A()}],"rounded-ss":[{"rounded-ss":A()}],"rounded-se":[{"rounded-se":A()}],"rounded-ee":[{"rounded-ee":A()}],"rounded-es":[{"rounded-es":A()}],"rounded-tl":[{"rounded-tl":A()}],"rounded-tr":[{"rounded-tr":A()}],"rounded-br":[{"rounded-br":A()}],"rounded-bl":[{"rounded-bl":A()}],"border-w":[{border:de()}],"border-w-x":[{"border-x":de()}],"border-w-y":[{"border-y":de()}],"border-w-s":[{"border-s":de()}],"border-w-e":[{"border-e":de()}],"border-w-bs":[{"border-bs":de()}],"border-w-be":[{"border-be":de()}],"border-w-t":[{"border-t":de()}],"border-w-r":[{"border-r":de()}],"border-w-b":[{"border-b":de()}],"border-w-l":[{"border-l":de()}],"divide-x":[{"divide-x":de()}],"divide-x-reverse":[`divide-x-reverse`],"divide-y":[{"divide-y":de()}],"divide-y-reverse":[`divide-y-reverse`],"border-style":[{border:[...fe(),`hidden`,`none`]}],"divide-style":[{divide:[...fe(),`hidden`,`none`]}],"border-color":[{border:k()}],"border-color-x":[{"border-x":k()}],"border-color-y":[{"border-y":k()}],"border-color-s":[{"border-s":k()}],"border-color-e":[{"border-e":k()}],"border-color-bs":[{"border-bs":k()}],"border-color-be":[{"border-be":k()}],"border-color-t":[{"border-t":k()}],"border-color-r":[{"border-r":k()}],"border-color-b":[{"border-b":k()}],"border-color-l":[{"border-l":k()}],"divide-color":[{divide:k()}],"outline-style":[{outline:[...fe(),`none`,`hidden`]}],"outline-offset":[{"outline-offset":[Wb,X,Y]}],"outline-w":[{outline:[``,Wb,lx,nx]}],"outline-color":[{outline:k()}],shadow:[{shadow:[``,`none`,u,mx,cx]}],"shadow-color":[{shadow:k()}],"inset-shadow":[{"inset-shadow":[`none`,d,mx,cx]}],"inset-shadow-color":[{"inset-shadow":k()}],"ring-w":[{ring:de()}],"ring-w-inset":[`ring-inset`],"ring-color":[{ring:k()}],"ring-offset-w":[{"ring-offset":[Wb,nx]}],"ring-offset-color":[{"ring-offset":k()}],"inset-ring-w":[{"inset-ring":de()}],"inset-ring-color":[{"inset-ring":k()}],"text-shadow":[{"text-shadow":[`none`,f,mx,cx]}],"text-shadow-color":[{"text-shadow":k()}],opacity:[{opacity:[Wb,X,Y]}],"mix-blend":[{"mix-blend":[...pe(),`plus-darker`,`plus-lighter`]}],"bg-blend":[{"bg-blend":pe()}],"mask-clip":[{"mask-clip":[`border`,`padding`,`content`,`fill`,`stroke`,`view`]},`mask-no-clip`],"mask-composite":[{mask:[`add`,`subtract`,`intersect`,`exclude`]}],"mask-image-linear-pos":[{"mask-linear":[Wb]}],"mask-image-linear-from-pos":[{"mask-linear-from":me()}],"mask-image-linear-to-pos":[{"mask-linear-to":me()}],"mask-image-linear-from-color":[{"mask-linear-from":k()}],"mask-image-linear-to-color":[{"mask-linear-to":k()}],"mask-image-t-from-pos":[{"mask-t-from":me()}],"mask-image-t-to-pos":[{"mask-t-to":me()}],"mask-image-t-from-color":[{"mask-t-from":k()}],"mask-image-t-to-color":[{"mask-t-to":k()}],"mask-image-r-from-pos":[{"mask-r-from":me()}],"mask-image-r-to-pos":[{"mask-r-to":me()}],"mask-image-r-from-color":[{"mask-r-from":k()}],"mask-image-r-to-color":[{"mask-r-to":k()}],"mask-image-b-from-pos":[{"mask-b-from":me()}],"mask-image-b-to-pos":[{"mask-b-to":me()}],"mask-image-b-from-color":[{"mask-b-from":k()}],"mask-image-b-to-color":[{"mask-b-to":k()}],"mask-image-l-from-pos":[{"mask-l-from":me()}],"mask-image-l-to-pos":[{"mask-l-to":me()}],"mask-image-l-from-color":[{"mask-l-from":k()}],"mask-image-l-to-color":[{"mask-l-to":k()}],"mask-image-x-from-pos":[{"mask-x-from":me()}],"mask-image-x-to-pos":[{"mask-x-to":me()}],"mask-image-x-from-color":[{"mask-x-from":k()}],"mask-image-x-to-color":[{"mask-x-to":k()}],"mask-image-y-from-pos":[{"mask-y-from":me()}],"mask-image-y-to-pos":[{"mask-y-to":me()}],"mask-image-y-from-color":[{"mask-y-from":k()}],"mask-image-y-to-color":[{"mask-y-to":k()}],"mask-image-radial":[{"mask-radial":[X,Y]}],"mask-image-radial-from-pos":[{"mask-radial-from":me()}],"mask-image-radial-to-pos":[{"mask-radial-to":me()}],"mask-image-radial-from-color":[{"mask-radial-from":k()}],"mask-image-radial-to-color":[{"mask-radial-to":k()}],"mask-image-radial-shape":[{"mask-radial":[`circle`,`ellipse`]}],"mask-image-radial-size":[{"mask-radial":[{closest:[`side`,`corner`],farthest:[`side`,`corner`]}]}],"mask-image-radial-pos":[{"mask-radial-at":b()}],"mask-image-conic-pos":[{"mask-conic":[Wb]}],"mask-image-conic-from-pos":[{"mask-conic-from":me()}],"mask-image-conic-to-pos":[{"mask-conic-to":me()}],"mask-image-conic-from-color":[{"mask-conic-from":k()}],"mask-image-conic-to-color":[{"mask-conic-to":k()}],"mask-mode":[{mask:[`alpha`,`luminance`,`match`]}],"mask-origin":[{"mask-origin":[`border`,`padding`,`content`,`fill`,`stroke`,`view`]}],"mask-position":[{mask:se()}],"mask-repeat":[{mask:ce()}],"mask-size":[{mask:le()}],"mask-type":[{"mask-type":[`alpha`,`luminance`]}],"mask-image":[{mask:[`none`,X,Y]}],filter:[{filter:[``,`none`,X,Y]}],blur:[{blur:he()}],brightness:[{brightness:[Wb,X,Y]}],contrast:[{contrast:[Wb,X,Y]}],"drop-shadow":[{"drop-shadow":[``,`none`,p,mx,cx]}],"drop-shadow-color":[{"drop-shadow":k()}],grayscale:[{grayscale:[``,Wb,X,Y]}],"hue-rotate":[{"hue-rotate":[Wb,X,Y]}],invert:[{invert:[``,Wb,X,Y]}],saturate:[{saturate:[Wb,X,Y]}],sepia:[{sepia:[``,Wb,X,Y]}],"backdrop-filter":[{"backdrop-filter":[``,`none`,X,Y]}],"backdrop-blur":[{"backdrop-blur":he()}],"backdrop-brightness":[{"backdrop-brightness":[Wb,X,Y]}],"backdrop-contrast":[{"backdrop-contrast":[Wb,X,Y]}],"backdrop-grayscale":[{"backdrop-grayscale":[``,Wb,X,Y]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[Wb,X,Y]}],"backdrop-invert":[{"backdrop-invert":[``,Wb,X,Y]}],"backdrop-opacity":[{"backdrop-opacity":[Wb,X,Y]}],"backdrop-saturate":[{"backdrop-saturate":[Wb,X,Y]}],"backdrop-sepia":[{"backdrop-sepia":[``,Wb,X,Y]}],"border-collapse":[{border:[`collapse`,`separate`]}],"border-spacing":[{"border-spacing":w()}],"border-spacing-x":[{"border-spacing-x":w()}],"border-spacing-y":[{"border-spacing-y":w()}],"table-layout":[{table:[`auto`,`fixed`]}],caption:[{caption:[`top`,`bottom`]}],transition:[{transition:[``,`all`,`colors`,`opacity`,`shadow`,`transform`,`none`,X,Y]}],"transition-behavior":[{transition:[`normal`,`discrete`]}],duration:[{duration:[Wb,`initial`,X,Y]}],ease:[{ease:[`linear`,`initial`,_,X,Y]}],delay:[{delay:[Wb,X,Y]}],animate:[{animate:[`none`,v,X,Y]}],backface:[{backface:[`hidden`,`visible`]}],perspective:[{perspective:[h,X,Y]}],"perspective-origin":[{"perspective-origin":x()}],rotate:[{rotate:ge()}],"rotate-x":[{"rotate-x":ge()}],"rotate-y":[{"rotate-y":ge()}],"rotate-z":[{"rotate-z":ge()}],scale:[{scale:_e()}],"scale-x":[{"scale-x":_e()}],"scale-y":[{"scale-y":_e()}],"scale-z":[{"scale-z":_e()}],"scale-3d":[`scale-3d`],skew:[{skew:ve()}],"skew-x":[{"skew-x":ve()}],"skew-y":[{"skew-y":ve()}],transform:[{transform:[X,Y,``,`none`,`gpu`,`cpu`]}],"transform-origin":[{origin:x()}],"transform-style":[{transform:[`3d`,`flat`]}],translate:[{translate:ye()}],"translate-x":[{"translate-x":ye()}],"translate-y":[{"translate-y":ye()}],"translate-z":[{"translate-z":ye()}],"translate-none":[`translate-none`],zoom:[{zoom:[Gb,X,Y]}],accent:[{accent:k()}],appearance:[{appearance:[`none`,`auto`]}],"caret-color":[{caret:k()}],"color-scheme":[{scheme:[`normal`,`dark`,`light`,`light-dark`,`only-dark`,`only-light`]}],cursor:[{cursor:[`auto`,`default`,`pointer`,`wait`,`text`,`move`,`help`,`not-allowed`,`none`,`context-menu`,`progress`,`cell`,`crosshair`,`vertical-text`,`alias`,`copy`,`no-drop`,`grab`,`grabbing`,`all-scroll`,`col-resize`,`row-resize`,`n-resize`,`e-resize`,`s-resize`,`w-resize`,`ne-resize`,`nw-resize`,`se-resize`,`sw-resize`,`ew-resize`,`ns-resize`,`nesw-resize`,`nwse-resize`,`zoom-in`,`zoom-out`,X,Y]}],"field-sizing":[{"field-sizing":[`fixed`,`content`]}],"pointer-events":[{"pointer-events":[`auto`,`none`]}],resize:[{resize:[`none`,``,`y`,`x`]}],"scroll-behavior":[{scroll:[`auto`,`smooth`]}],"scrollbar-thumb-color":[{"scrollbar-thumb":k()}],"scrollbar-track-color":[{"scrollbar-track":k()}],"scrollbar-gutter":[{"scrollbar-gutter":[`auto`,`stable`,`both`]}],"scrollbar-w":[{scrollbar:[`auto`,`thin`,`none`]}],"scroll-m":[{"scroll-m":w()}],"scroll-mx":[{"scroll-mx":w()}],"scroll-my":[{"scroll-my":w()}],"scroll-ms":[{"scroll-ms":w()}],"scroll-me":[{"scroll-me":w()}],"scroll-mbs":[{"scroll-mbs":w()}],"scroll-mbe":[{"scroll-mbe":w()}],"scroll-mt":[{"scroll-mt":w()}],"scroll-mr":[{"scroll-mr":w()}],"scroll-mb":[{"scroll-mb":w()}],"scroll-ml":[{"scroll-ml":w()}],"scroll-p":[{"scroll-p":w()}],"scroll-px":[{"scroll-px":w()}],"scroll-py":[{"scroll-py":w()}],"scroll-ps":[{"scroll-ps":w()}],"scroll-pe":[{"scroll-pe":w()}],"scroll-pbs":[{"scroll-pbs":w()}],"scroll-pbe":[{"scroll-pbe":w()}],"scroll-pt":[{"scroll-pt":w()}],"scroll-pr":[{"scroll-pr":w()}],"scroll-pb":[{"scroll-pb":w()}],"scroll-pl":[{"scroll-pl":w()}],"snap-align":[{snap:[`start`,`end`,`center`,`align-none`]}],"snap-stop":[{snap:[`normal`,`always`]}],"snap-type":[{snap:[`none`,`x`,`y`,`both`]}],"snap-strictness":[{snap:[`mandatory`,`proximity`]}],touch:[{touch:[`auto`,`none`,`manipulation`]}],"touch-x":[{"touch-pan":[`x`,`left`,`right`]}],"touch-y":[{"touch-pan":[`y`,`up`,`down`]}],"touch-pz":[`touch-pinch-zoom`],select:[{select:[`none`,`text`,`all`,`auto`]}],"will-change":[{"will-change":[`auto`,`scroll`,`contents`,`transform`,X,Y]}],fill:[{fill:[`none`,...k()]}],"stroke-w":[{stroke:[Wb,lx,nx,rx]}],stroke:[{stroke:[`none`,...k()]}],"forced-color-adjust":[{"forced-color-adjust":[`auto`,`none`]}]},conflictingClassGroups:{"container-named":[`container-type`],overflow:[`overflow-x`,`overflow-y`],overscroll:[`overscroll-x`,`overscroll-y`],inset:[`inset-x`,`inset-y`,`inset-bs`,`inset-be`,`start`,`end`,`top`,`right`,`bottom`,`left`],"inset-x":[`right`,`left`],"inset-y":[`top`,`bottom`],flex:[`basis`,`grow`,`shrink`],gap:[`gap-x`,`gap-y`],p:[`px`,`py`,`ps`,`pe`,`pbs`,`pbe`,`pt`,`pr`,`pb`,`pl`],px:[`pr`,`pl`],py:[`pt`,`pb`],m:[`mx`,`my`,`ms`,`me`,`mbs`,`mbe`,`mt`,`mr`,`mb`,`ml`],mx:[`mr`,`ml`],my:[`mt`,`mb`],size:[`w`,`h`],"font-size":[`leading`],"fvn-normal":[`fvn-ordinal`,`fvn-slashed-zero`,`fvn-figure`,`fvn-spacing`,`fvn-fraction`],"fvn-ordinal":[`fvn-normal`],"fvn-slashed-zero":[`fvn-normal`],"fvn-figure":[`fvn-normal`],"fvn-spacing":[`fvn-normal`],"fvn-fraction":[`fvn-normal`],"line-clamp":[`display`,`overflow`],rounded:[`rounded-s`,`rounded-e`,`rounded-t`,`rounded-r`,`rounded-b`,`rounded-l`,`rounded-ss`,`rounded-se`,`rounded-ee`,`rounded-es`,`rounded-tl`,`rounded-tr`,`rounded-br`,`rounded-bl`],"rounded-s":[`rounded-ss`,`rounded-es`],"rounded-e":[`rounded-se`,`rounded-ee`],"rounded-t":[`rounded-tl`,`rounded-tr`],"rounded-r":[`rounded-tr`,`rounded-br`],"rounded-b":[`rounded-br`,`rounded-bl`],"rounded-l":[`rounded-tl`,`rounded-bl`],"border-spacing":[`border-spacing-x`,`border-spacing-y`],"border-w":[`border-w-x`,`border-w-y`,`border-w-s`,`border-w-e`,`border-w-bs`,`border-w-be`,`border-w-t`,`border-w-r`,`border-w-b`,`border-w-l`],"border-w-x":[`border-w-r`,`border-w-l`],"border-w-y":[`border-w-t`,`border-w-b`],"border-color":[`border-color-x`,`border-color-y`,`border-color-s`,`border-color-e`,`border-color-bs`,`border-color-be`,`border-color-t`,`border-color-r`,`border-color-b`,`border-color-l`],"border-color-x":[`border-color-r`,`border-color-l`],"border-color-y":[`border-color-t`,`border-color-b`],translate:[`translate-x`,`translate-y`,`translate-none`],"translate-none":[`translate`,`translate-x`,`translate-y`,`translate-z`],"scroll-m":[`scroll-mx`,`scroll-my`,`scroll-ms`,`scroll-me`,`scroll-mbs`,`scroll-mbe`,`scroll-mt`,`scroll-mr`,`scroll-mb`,`scroll-ml`],"scroll-mx":[`scroll-mr`,`scroll-ml`],"scroll-my":[`scroll-mt`,`scroll-mb`],"scroll-p":[`scroll-px`,`scroll-py`,`scroll-ps`,`scroll-pe`,`scroll-pbs`,`scroll-pbe`,`scroll-pt`,`scroll-pr`,`scroll-pb`,`scroll-pl`],"scroll-px":[`scroll-pr`,`scroll-pl`],"scroll-py":[`scroll-pt`,`scroll-pb`],touch:[`touch-x`,`touch-y`,`touch-pz`],"touch-x":[`touch`],"touch-y":[`touch`],"touch-pz":[`touch`]},conflictingClassGroupModifiers:{"font-size":[`leading`]},postfixLookupClassGroups:[`container-type`],orderSensitiveModifiers:[`*`,`**`,`after`,`backdrop`,`before`,`details-content`,`file`,`first-letter`,`first-line`,`marker`,`placeholder`,`selection`]}});function Z(...e){return Ex(Xv(e))}var Dx=Hv,Ox=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(Uv,{ref:n,className:Z(`fixed top-0 z-[100] flex max-h-screen w-full flex-col-reverse p-4 sm:bottom-0 sm:right-0 sm:top-auto sm:flex-col md:max-w-[420px]`,e),...t}));Ox.displayName=Uv.displayName;var kx=$v(`group pointer-events-auto relative flex w-full items-center justify-between space-x-4 overflow-hidden rounded-md border p-6 pr-8 shadow-lg transition-all data-[swipe=cancel]:translate-x-0 data-[swipe=end]:translate-x-[var(--radix-toast-swipe-end-x)] data-[swipe=move]:translate-x-[var(--radix-toast-swipe-move-x)] data-[swipe=move]:transition-none data-[state=open]:animate-in data-[state=closed]:animate-out data-[swipe=end]:animate-out data-[state=closed]:fade-out-80 data-[state=closed]:slide-out-to-right-full data-[state=open]:slide-in-from-top-full data-[state=open]:sm:slide-in-from-bottom-full`,{variants:{variant:{default:`border bg-background text-foreground`,destructive:`destructive group border-destructive bg-destructive text-destructive-foreground`}},defaultVariants:{variant:`default`}}),Ax=j.forwardRef(({className:e,variant:t,...n},r)=>(0,M.jsx)(Wv,{ref:r,className:Z(kx({variant:t}),e),...n}));Ax.displayName=Wv.displayName;var jx=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(qv,{ref:n,className:Z(`inline-flex h-8 shrink-0 items-center justify-center rounded-md border bg-transparent px-3 text-sm font-medium ring-offset-background transition-colors hover:bg-secondary focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 group-[.destructive]:border-muted/40 group-[.destructive]:hover:border-destructive/30 group-[.destructive]:hover:bg-destructive group-[.destructive]:hover:text-destructive-foreground group-[.destructive]:focus:ring-destructive`,e),...t}));jx.displayName=qv.displayName;var Mx=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(Jv,{ref:n,className:Z(`absolute right-2 top-2 rounded-md p-1 text-foreground/50 opacity-0 transition-opacity hover:text-foreground focus:opacity-100 focus:outline-none focus:ring-2 group-hover:opacity-100 group-[.destructive]:text-red-300 group-[.destructive]:hover:text-red-50 group-[.destructive]:focus:ring-red-400 group-[.destructive]:focus:ring-offset-red-600`,e),"toast-close":``,...t,children:(0,M.jsx)(eb,{className:`h-4 w-4`})}));Mx.displayName=Jv.displayName;var Nx=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(Gv,{ref:n,className:Z(`text-sm font-semibold`,e),...t}));Nx.displayName=Gv.displayName;var Px=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(Kv,{ref:n,className:Z(`text-sm opacity-90`,e),...t}));Px.displayName=Kv.displayName;function Fx(){let{toasts:e}=i_();return(0,M.jsxs)(Dx,{children:[e.map(function({id:e,title:t,description:n,action:r,...i}){return(0,M.jsxs)(Ax,{...i,children:[(0,M.jsxs)(`div`,{className:`grid gap-1`,children:[t&&(0,M.jsx)(Nx,{children:t}),n&&(0,M.jsx)(Px,{children:n})]}),r,(0,M.jsx)(Mx,{})]},e)}),(0,M.jsx)(Ox,{})]})}var Ix=Symbol.for(`react.lazy`),Lx=j.use;function Rx(e){return typeof e==`object`&&!!e&&`then`in e}function zx(e){return typeof e==`object`&&!!e&&`$$typeof`in e&&e.$$typeof===Ix&&`_payload`in e&&Rx(e._payload)}function Bx(e){let t=Hx(e),n=j.forwardRef((e,n)=>{let{children:r,...i}=e;zx(r)&&typeof Lx==`function`&&(r=Lx(r._payload));let a=j.Children.toArray(r),o=a.find(Wx);if(o){let e=o.props.children,r=a.map(t=>t===o?j.Children.count(e)>1?j.Children.only(null):j.isValidElement(e)?e.props.children:null:t);return(0,M.jsx)(t,{...i,ref:n,children:j.isValidElement(e)?j.cloneElement(e,void 0,r):null})}return(0,M.jsx)(t,{...i,ref:n,children:r})});return n.displayName=`${e}.Slot`,n}var Vx=Bx(`Slot`);function Hx(e){let t=j.forwardRef((e,t)=>{let{children:n,...r}=e;if(zx(n)&&typeof Lx==`function`&&(n=Lx(n._payload)),j.isValidElement(n)){let e=Kx(n),i=Gx(r,n.props);return n.type!==j.Fragment&&(i.ref=t?o_(t,e):e),j.cloneElement(n,i)}return j.Children.count(n)>1?j.Children.only(null):null});return t.displayName=`${e}.SlotClone`,t}var Ux=Symbol(`radix.slottable`);function Wx(e){return j.isValidElement(e)&&typeof e.type==`function`&&`__radixId`in e.type&&e.type.__radixId===Ux}function Gx(e,t){let n={...t};for(let r in t){let i=e[r],a=t[r];/^on[A-Z]/.test(r)?i&&a?n[r]=(...e)=>{let t=a(...e);return i(...e),t}:i&&(n[r]=i):r===`style`?n[r]={...i,...a}:r===`className`&&(n[r]=[i,a].filter(Boolean).join(` `))}return{...e,...n}}function Kx(e){let t=Object.getOwnPropertyDescriptor(e.props,`ref`)?.get,n=t&&`isReactWarning`in t&&t.isReactWarning;return n?e.ref:(t=Object.getOwnPropertyDescriptor(e,`ref`)?.get,n=t&&`isReactWarning`in t&&t.isReactWarning,n?e.props.ref:e.props.ref||e.ref)}var qx=768;function Jx(){let[e,t]=j.useState(void 0);return j.useEffect(()=>{let e=window.matchMedia(`(max-width: ${qx-1}px)`),n=()=>{t(window.innerWidth<qx)};return e.addEventListener(`change`,n),t(window.innerWidth<qx),()=>e.removeEventListener(`change`,n)},[]),!!e}var Yx=$v(`inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0`,{variants:{variant:{default:`bg-primary text-primary-foreground shadow hover:bg-primary/90`,destructive:`bg-destructive text-destructive-foreground shadow-sm hover:bg-destructive/90`,outline:`border border-input bg-background shadow-sm hover:bg-accent hover:text-accent-foreground`,secondary:`bg-secondary text-secondary-foreground shadow-sm hover:bg-secondary/80`,ghost:`hover:bg-accent hover:text-accent-foreground`,link:`text-primary underline-offset-4 hover:underline`},size:{default:`h-9 px-4 py-2`,sm:`h-8 rounded-md px-3 text-xs`,lg:`h-10 rounded-md px-8`,icon:`h-9 w-9`}},defaultVariants:{variant:`default`,size:`default`}}),Q=j.forwardRef(({className:e,variant:t,size:n,asChild:r=!1,...i},a)=>(0,M.jsx)(r?Vx:`button`,{className:Z(Yx({variant:t,size:n,className:e})),ref:a,...i}));Q.displayName=`Button`;var Xx=j.forwardRef(({className:e,type:t,...n},r)=>(0,M.jsx)(`input`,{type:t,className:Z(`flex h-9 w-full rounded-md border border-input bg-transparent px-3 py-1 text-sm shadow-sm transition-colors file:border-0 file:bg-transparent file:text-sm file:font-medium placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:cursor-not-allowed disabled:opacity-50`,e),ref:r,...n}));Xx.displayName=`Input`;var Zx=[`a`,`button`,`div`,`form`,`h2`,`h3`,`img`,`input`,`label`,`li`,`nav`,`ol`,`p`,`select`,`span`,`svg`,`ul`].reduce((e,t)=>{let n=Bx(`Primitive.${t}`),r=j.forwardRef((e,r)=>{let{asChild:i,...a}=e,o=i?n:t;return typeof window<`u`&&(window[Symbol.for(`radix-ui`)]=!0),(0,M.jsx)(o,{...a,ref:r})});return r.displayName=`Primitive.${t}`,{...e,[t]:r}},{}),Qx=`Separator`,$x=`horizontal`,eS=[`horizontal`,`vertical`],tS=j.forwardRef((e,t)=>{let{decorative:n,orientation:r=$x,...i}=e,a=nS(r)?r:$x,o=n?{role:`none`}:{"aria-orientation":a===`vertical`?a:void 0,role:`separator`};return(0,M.jsx)(Zx.div,{"data-orientation":a,...o,...i,ref:t})});tS.displayName=Qx;function nS(e){return eS.includes(e)}var rS=tS,iS=j.forwardRef(({className:e,orientation:t=`horizontal`,decorative:n=!0,...r},i)=>(0,M.jsx)(rS,{ref:i,decorative:n,orientation:t,className:Z(`shrink-0 bg-border`,t===`horizontal`?`h-[1px] w-full`:`h-full w-[1px]`,e),...r}));iS.displayName=rS.displayName;var aS=j.useId||(()=>void 0),oS=0;function sS(e){let[t,n]=j.useState(aS());return R_(()=>{e||n(e=>e??String(oS++))},[e]),e||(t?`radix-${t}`:``)}var cS=`focusScope.autoFocusOnMount`,lS=`focusScope.autoFocusOnUnmount`,uS={bubbles:!1,cancelable:!0},dS=`FocusScope`,fS=j.forwardRef((e,t)=>{let{loop:n=!1,trapped:r=!1,onMountAutoFocus:i,onUnmountAutoFocus:a,...o}=e,[s,c]=j.useState(null),l=x_(i),u=x_(a),d=j.useRef(null),f=s_(t,e=>c(e)),p=j.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;j.useEffect(()=>{if(r){let e=function(e){if(p.paused||!s)return;let t=e.target;s.contains(t)?d.current=t:yS(d.current,{select:!0})},t=function(e){if(p.paused||!s)return;let t=e.relatedTarget;t!==null&&(s.contains(t)||yS(d.current,{select:!0}))},n=function(e){if(document.activeElement===document.body)for(let t of e)t.removedNodes.length>0&&yS(s)};document.addEventListener(`focusin`,e),document.addEventListener(`focusout`,t);let r=new MutationObserver(n);return s&&r.observe(s,{childList:!0,subtree:!0}),()=>{document.removeEventListener(`focusin`,e),document.removeEventListener(`focusout`,t),r.disconnect()}}},[r,s,p.paused]),j.useEffect(()=>{if(s){bS.add(p);let e=document.activeElement;if(!s.contains(e)){let t=new CustomEvent(cS,uS);s.addEventListener(cS,l),s.dispatchEvent(t),t.defaultPrevented||(pS(CS(hS(s)),{select:!0}),document.activeElement===e&&yS(s))}return()=>{s.removeEventListener(cS,l),setTimeout(()=>{let t=new CustomEvent(lS,uS);s.addEventListener(lS,u),s.dispatchEvent(t),t.defaultPrevented||yS(e??document.body,{select:!0}),s.removeEventListener(lS,u),bS.remove(p)},0)}}},[s,l,u,p]);let m=j.useCallback(e=>{if(!n&&!r||p.paused)return;let t=e.key===`Tab`&&!e.altKey&&!e.ctrlKey&&!e.metaKey,i=document.activeElement;if(t&&i){let t=e.currentTarget,[r,a]=mS(t);r&&a?!e.shiftKey&&i===a?(e.preventDefault(),n&&yS(r,{select:!0})):e.shiftKey&&i===r&&(e.preventDefault(),n&&yS(a,{select:!0})):i===t&&e.preventDefault()}},[n,r,p.paused]);return(0,M.jsx)(y_.div,{tabIndex:-1,...o,ref:f,onKeyDown:m})});fS.displayName=dS;function pS(e,{select:t=!1}={}){let n=document.activeElement;for(let r of e)if(yS(r,{select:t}),document.activeElement!==n)return}function mS(e){let t=hS(e);return[gS(t,e),gS(t.reverse(),e)]}function hS(e){let t=[],n=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:e=>{let t=e.tagName===`INPUT`&&e.type===`hidden`;return e.disabled||e.hidden||t?NodeFilter.FILTER_SKIP:e.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;n.nextNode();)t.push(n.currentNode);return t}function gS(e,t){for(let n of e)if(!_S(n,{upTo:t}))return n}function _S(e,{upTo:t}){if(getComputedStyle(e).visibility===`hidden`)return!0;for(;e;){if(t!==void 0&&e===t)return!1;if(getComputedStyle(e).display===`none`)return!0;e=e.parentElement}return!1}function vS(e){return e instanceof HTMLInputElement&&`select`in e}function yS(e,{select:t=!1}={}){if(e&&e.focus){let n=document.activeElement;e.focus({preventScroll:!0}),e!==n&&vS(e)&&t&&e.select()}}var bS=xS();function xS(){let e=[];return{add(t){let n=e[0];t!==n&&n?.pause(),e=SS(e,t),e.unshift(t)},remove(t){e=SS(e,t),e[0]?.resume()}}}function SS(e,t){let n=[...e],r=n.indexOf(t);return r!==-1&&n.splice(r,1),n}function CS(e){return e.filter(e=>e.tagName!==`A`)}var wS=0;function TS(){j.useEffect(()=>{let e=document.querySelectorAll(`[data-radix-focus-guard]`);return document.body.insertAdjacentElement(`afterbegin`,e[0]??ES()),document.body.insertAdjacentElement(`beforeend`,e[1]??ES()),wS++,()=>{wS===1&&document.querySelectorAll(`[data-radix-focus-guard]`).forEach(e=>e.remove()),wS--}},[])}function ES(){let e=document.createElement(`span`);return e.setAttribute(`data-radix-focus-guard`,``),e.tabIndex=0,e.style.outline=`none`,e.style.opacity=`0`,e.style.position=`fixed`,e.style.pointerEvents=`none`,e}var DS=function(){return DS=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n],t)Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},DS.apply(this,arguments)};function OS(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols==`function`)for(var i=0,r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]]);return n}function kS(e,t,n){if(n||arguments.length===2)for(var r=0,i=t.length,a;r<i;r++)(a||!(r in t))&&(a||=Array.prototype.slice.call(t,0,r),a[r]=t[r]);return e.concat(a||Array.prototype.slice.call(t))}var AS=`right-scroll-bar-position`,jS=`width-before-scroll-bar`,MS=`with-scroll-bars-hidden`,NS=`--removed-body-scroll-bar-size`;function PS(e,t){return typeof e==`function`?e(t):e&&(e.current=t),e}function FS(e,t){var n=(0,j.useState)(function(){return{value:e,callback:t,facade:{get current(){return n.value},set current(e){var t=n.value;t!==e&&(n.value=e,n.callback(e,t))}}}})[0];return n.callback=t,n.facade}var IS=typeof window<`u`?j.useLayoutEffect:j.useEffect,LS=new WeakMap;function RS(e,t){var n=FS(t||null,function(t){return e.forEach(function(e){return PS(e,t)})});return IS(function(){var t=LS.get(n);if(t){var r=new Set(t),i=new Set(e),a=n.current;r.forEach(function(e){i.has(e)||PS(e,null)}),i.forEach(function(e){r.has(e)||PS(e,a)})}LS.set(n,e)},[e]),n}function zS(e){return e}function BS(e,t){t===void 0&&(t=zS);var n=[],r=!1;return{read:function(){if(r)throw Error("Sidecar: could not `read` from an `assigned` medium. `read` could be used only with `useMedium`.");return n.length?n[n.length-1]:e},useMedium:function(e){var i=t(e,r);return n.push(i),function(){n=n.filter(function(e){return e!==i})}},assignSyncMedium:function(e){for(r=!0;n.length;){var t=n;n=[],t.forEach(e)}n={push:function(t){return e(t)},filter:function(){return n}}},assignMedium:function(e){r=!0;var t=[];if(n.length){var i=n;n=[],i.forEach(e),t=n}var a=function(){var n=t;t=[],n.forEach(e)},o=function(){return Promise.resolve().then(a)};o(),n={push:function(e){t.push(e),o()},filter:function(e){return t=t.filter(e),n}}}}}function VS(e){e===void 0&&(e={});var t=BS(null);return t.options=DS({async:!0,ssr:!1},e),t}var HS=function(e){var t=e.sideCar,n=OS(e,[`sideCar`]);if(!t)throw Error("Sidecar: please provide `sideCar` property to import the right car");var r=t.read();if(!r)throw Error(`Sidecar medium not found`);return j.createElement(r,DS({},n))};HS.isSideCarExport=!0;function US(e,t){return e.useMedium(t),HS}var WS=VS(),GS=function(){},KS=j.forwardRef(function(e,t){var n=j.useRef(null),r=j.useState({onScrollCapture:GS,onWheelCapture:GS,onTouchMoveCapture:GS}),i=r[0],a=r[1],o=e.forwardProps,s=e.children,c=e.className,l=e.removeScrollBar,u=e.enabled,d=e.shards,f=e.sideCar,p=e.noRelative,m=e.noIsolation,h=e.inert,g=e.allowPinchZoom,_=e.as,v=_===void 0?`div`:_,y=e.gapMode,b=OS(e,[`forwardProps`,`children`,`className`,`removeScrollBar`,`enabled`,`shards`,`sideCar`,`noRelative`,`noIsolation`,`inert`,`allowPinchZoom`,`as`,`gapMode`]),x=f,S=RS([n,t]),C=DS(DS({},b),i);return j.createElement(j.Fragment,null,u&&j.createElement(x,{sideCar:WS,removeScrollBar:l,shards:d,noRelative:p,noIsolation:m,inert:h,setCallbacks:a,allowPinchZoom:!!g,lockRef:n,gapMode:y}),o?j.cloneElement(j.Children.only(s),DS(DS({},C),{ref:S})):j.createElement(v,DS({},C,{className:c,ref:S}),s))});KS.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1},KS.classNames={fullWidth:jS,zeroRight:AS};var qS,JS=function(){if(qS)return qS;if(typeof __webpack_nonce__<`u`)return __webpack_nonce__};function YS(){if(!document)return null;var e=document.createElement(`style`);e.type=`text/css`;var t=JS();return t&&e.setAttribute(`nonce`,t),e}function XS(e,t){e.styleSheet?e.styleSheet.cssText=t:e.appendChild(document.createTextNode(t))}function ZS(e){(document.head||document.getElementsByTagName(`head`)[0]).appendChild(e)}var QS=function(){var e=0,t=null;return{add:function(n){e==0&&(t=YS())&&(XS(t,n),ZS(t)),e++},remove:function(){e--,!e&&t&&(t.parentNode&&t.parentNode.removeChild(t),t=null)}}},$S=function(){var e=QS();return function(t,n){j.useEffect(function(){return e.add(t),function(){e.remove()}},[t&&n])}},eC=function(){var e=$S();return function(t){var n=t.styles,r=t.dynamic;return e(n,r),null}},tC={left:0,top:0,right:0,gap:0},nC=function(e){return parseInt(e||``,10)||0},rC=function(e){var t=window.getComputedStyle(document.body),n=t[e===`padding`?`paddingLeft`:`marginLeft`],r=t[e===`padding`?`paddingTop`:`marginTop`],i=t[e===`padding`?`paddingRight`:`marginRight`];return[nC(n),nC(r),nC(i)]},iC=function(e){if(e===void 0&&(e=`margin`),typeof window>`u`)return tC;var t=rC(e),n=document.documentElement.clientWidth,r=window.innerWidth;return{left:t[0],top:t[1],right:t[2],gap:Math.max(0,r-n+t[2]-t[0])}},aC=eC(),oC=`data-scroll-locked`,sC=function(e,t,n,r){var i=e.left,a=e.top,o=e.right,s=e.gap;return n===void 0&&(n=`margin`),`
|
|
74
|
+
.${MS} {
|
|
75
75
|
overflow: hidden ${r};
|
|
76
76
|
padding-right: ${s}px ${r};
|
|
77
77
|
}
|
|
78
|
-
body[${
|
|
78
|
+
body[${oC}] {
|
|
79
79
|
overflow: hidden ${r};
|
|
80
80
|
overscroll-behavior: contain;
|
|
81
81
|
${[t&&`position: relative ${r};`,n===`margin`&&`
|
|
@@ -88,31 +88,31 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
88
88
|
`,n===`padding`&&`padding-right: ${s}px ${r};`].filter(Boolean).join(``)}
|
|
89
89
|
}
|
|
90
90
|
|
|
91
|
-
.${
|
|
91
|
+
.${AS} {
|
|
92
92
|
right: ${s}px ${r};
|
|
93
93
|
}
|
|
94
94
|
|
|
95
|
-
.${
|
|
95
|
+
.${jS} {
|
|
96
96
|
margin-right: ${s}px ${r};
|
|
97
97
|
}
|
|
98
98
|
|
|
99
|
-
.${
|
|
99
|
+
.${AS} .${AS} {
|
|
100
100
|
right: 0 ${r};
|
|
101
101
|
}
|
|
102
102
|
|
|
103
|
-
.${
|
|
103
|
+
.${jS} .${jS} {
|
|
104
104
|
margin-right: 0 ${r};
|
|
105
105
|
}
|
|
106
106
|
|
|
107
|
-
body[${
|
|
108
|
-
${
|
|
107
|
+
body[${oC}] {
|
|
108
|
+
${NS}: ${s}px;
|
|
109
109
|
}
|
|
110
|
-
`},
|
|
110
|
+
`},cC=function(){var e=parseInt(document.body.getAttribute(`data-scroll-locked`)||`0`,10);return isFinite(e)?e:0},lC=function(){j.useEffect(function(){return document.body.setAttribute(oC,(cC()+1).toString()),function(){var e=cC()-1;e<=0?document.body.removeAttribute(oC):document.body.setAttribute(oC,e.toString())}},[])},uC=function(e){var t=e.noRelative,n=e.noImportant,r=e.gapMode,i=r===void 0?`margin`:r;lC();var a=j.useMemo(function(){return iC(i)},[i]);return j.createElement(aC,{styles:sC(a,!t,i,n?``:`!important`)})},dC=!1;if(typeof window<`u`)try{var fC=Object.defineProperty({},"passive",{get:function(){return dC=!0,!0}});window.addEventListener(`test`,fC,fC),window.removeEventListener(`test`,fC,fC)}catch{dC=!1}var pC=dC?{passive:!1}:!1,mC=function(e){return e.tagName===`TEXTAREA`},hC=function(e,t){if(!(e instanceof Element))return!1;var n=window.getComputedStyle(e);return n[t]!==`hidden`&&!(n.overflowY===n.overflowX&&!mC(e)&&n[t]===`visible`)},gC=function(e){return hC(e,`overflowY`)},_C=function(e){return hC(e,`overflowX`)},vC=function(e,t){var n=t.ownerDocument,r=t;do{if(typeof ShadowRoot<`u`&&r instanceof ShadowRoot&&(r=r.host),xC(e,r)){var i=SC(e,r);if(i[1]>i[2])return!0}r=r.parentNode}while(r&&r!==n.body);return!1},yC=function(e){return[e.scrollTop,e.scrollHeight,e.clientHeight]},bC=function(e){return[e.scrollLeft,e.scrollWidth,e.clientWidth]},xC=function(e,t){return e===`v`?gC(t):_C(t)},SC=function(e,t){return e===`v`?yC(t):bC(t)},CC=function(e,t){return e===`h`&&t===`rtl`?-1:1},wC=function(e,t,n,r,i){var a=CC(e,window.getComputedStyle(t).direction),o=a*r,s=n.target,c=t.contains(s),l=!1,u=o>0,d=0,f=0;do{if(!s)break;var p=SC(e,s),m=p[0],h=p[1]-p[2]-a*m;(m||h)&&xC(e,s)&&(d+=h,f+=m);var g=s.parentNode;s=g&&g.nodeType===Node.DOCUMENT_FRAGMENT_NODE?g.host:g}while(!c&&s!==document.body||c&&(t.contains(s)||t===s));return(u&&(i&&Math.abs(d)<1||!i&&o>d)||!u&&(i&&Math.abs(f)<1||!i&&-o>f))&&(l=!0),l},TC=function(e){return`changedTouches`in e?[e.changedTouches[0].clientX,e.changedTouches[0].clientY]:[0,0]},EC=function(e){return[e.deltaX,e.deltaY]},DC=function(e){return e&&`current`in e?e.current:e},OC=function(e,t){return e[0]===t[0]&&e[1]===t[1]},kC=function(e){return`
|
|
111
111
|
.block-interactivity-${e} {pointer-events: none;}
|
|
112
112
|
.allow-interactivity-${e} {pointer-events: all;}
|
|
113
|
-
`},
|
|
113
|
+
`},AC=0,jC=[];function MC(e){var t=j.useRef([]),n=j.useRef([0,0]),r=j.useRef(),i=j.useState(AC++)[0],a=j.useState(eC)[0],o=j.useRef(e);j.useEffect(function(){o.current=e},[e]),j.useEffect(function(){if(e.inert){document.body.classList.add(`block-interactivity-${i}`);var t=kS([e.lockRef.current],(e.shards||[]).map(DC),!0).filter(Boolean);return t.forEach(function(e){return e.classList.add(`allow-interactivity-${i}`)}),function(){document.body.classList.remove(`block-interactivity-${i}`),t.forEach(function(e){return e.classList.remove(`allow-interactivity-${i}`)})}}},[e.inert,e.lockRef.current,e.shards]);var s=j.useCallback(function(e,t){if(`touches`in e&&e.touches.length===2||e.type===`wheel`&&e.ctrlKey)return!o.current.allowPinchZoom;var i=TC(e),a=n.current,s=`deltaX`in e?e.deltaX:a[0]-i[0],c=`deltaY`in e?e.deltaY:a[1]-i[1],l,u=e.target,d=Math.abs(s)>Math.abs(c)?`h`:`v`;if(`touches`in e&&d===`h`&&u.type===`range`)return!1;var f=window.getSelection(),p=f&&f.anchorNode;if(p&&(p===u||p.contains(u)))return!1;var m=vC(d,u);if(!m)return!0;if(m?l=d:(l=d===`v`?`h`:`v`,m=vC(d,u)),!m)return!1;if(!r.current&&`changedTouches`in e&&(s||c)&&(r.current=l),!l)return!0;var h=r.current||l;return wC(h,t,e,h===`h`?s:c,!0)},[]),c=j.useCallback(function(e){var n=e;if(!(!jC.length||jC[jC.length-1]!==a)){var r=`deltaY`in n?EC(n):TC(n),i=t.current.filter(function(e){return e.name===n.type&&(e.target===n.target||n.target===e.shadowParent)&&OC(e.delta,r)})[0];if(i&&i.should){n.cancelable&&n.preventDefault();return}if(!i){var c=(o.current.shards||[]).map(DC).filter(Boolean).filter(function(e){return e.contains(n.target)});(c.length>0?s(n,c[0]):!o.current.noIsolation)&&n.cancelable&&n.preventDefault()}}},[]),l=j.useCallback(function(e,n,r,i){var a={name:e,delta:n,target:r,should:i,shadowParent:NC(r)};t.current.push(a),setTimeout(function(){t.current=t.current.filter(function(e){return e!==a})},1)},[]),u=j.useCallback(function(e){n.current=TC(e),r.current=void 0},[]),d=j.useCallback(function(t){l(t.type,EC(t),t.target,s(t,e.lockRef.current))},[]),f=j.useCallback(function(t){l(t.type,TC(t),t.target,s(t,e.lockRef.current))},[]);j.useEffect(function(){return jC.push(a),e.setCallbacks({onScrollCapture:d,onWheelCapture:d,onTouchMoveCapture:f}),document.addEventListener(`wheel`,c,pC),document.addEventListener(`touchmove`,c,pC),document.addEventListener(`touchstart`,u,pC),function(){jC=jC.filter(function(e){return e!==a}),document.removeEventListener(`wheel`,c,pC),document.removeEventListener(`touchmove`,c,pC),document.removeEventListener(`touchstart`,u,pC)}},[]);var p=e.removeScrollBar,m=e.inert;return j.createElement(j.Fragment,null,m?j.createElement(a,{styles:kC(i)}):null,p?j.createElement(uC,{noRelative:e.noRelative,gapMode:e.gapMode}):null)}function NC(e){for(var t=null;e!==null;)e instanceof ShadowRoot&&(t=e.host,e=e.host),e=e.parentNode;return t}var PC=US(WS,MC),FC=j.forwardRef(function(e,t){return j.createElement(KS,DS({},e,{ref:t,sideCar:PC}))});FC.classNames=KS.classNames;var IC=function(e){return typeof document>`u`?null:(Array.isArray(e)?e[0]:e).ownerDocument.body},LC=new WeakMap,RC=new WeakMap,zC={},BC=0,VC=function(e){return e&&(e.host||VC(e.parentNode))},HC=function(e,t){return t.map(function(t){if(e.contains(t))return t;var n=VC(t);return n&&e.contains(n)?n:(console.error(`aria-hidden`,t,`in not contained inside`,e,`. Doing nothing`),null)}).filter(function(e){return!!e})},UC=function(e,t,n,r){var i=HC(t,Array.isArray(e)?e:[e]);zC[n]||(zC[n]=new WeakMap);var a=zC[n],o=[],s=new Set,c=new Set(i),l=function(e){!e||s.has(e)||(s.add(e),l(e.parentNode))};i.forEach(l);var u=function(e){!e||c.has(e)||Array.prototype.forEach.call(e.children,function(e){if(s.has(e))u(e);else try{var t=e.getAttribute(r),i=t!==null&&t!==`false`,c=(LC.get(e)||0)+1,l=(a.get(e)||0)+1;LC.set(e,c),a.set(e,l),o.push(e),c===1&&i&&RC.set(e,!0),l===1&&e.setAttribute(n,`true`),i||e.setAttribute(r,`true`)}catch(t){console.error(`aria-hidden: cannot operate on `,e,t)}})};return u(t),s.clear(),BC++,function(){o.forEach(function(e){var t=LC.get(e)-1,i=a.get(e)-1;LC.set(e,t),a.set(e,i),t||(RC.has(e)||e.removeAttribute(r),RC.delete(e)),i||e.removeAttribute(n)}),BC--,BC||(LC=new WeakMap,LC=new WeakMap,RC=new WeakMap,zC={})}},WC=function(e,t,n){n===void 0&&(n=`data-aria-hidden`);var r=Array.from(Array.isArray(e)?e:[e]),i=t||IC(e);return i?(r.push.apply(r,Array.from(i.querySelectorAll(`[aria-live], script`))),UC(r,i,n,`aria-hidden`)):function(){return null}},GC=`Dialog`,[KC,qC]=l_(GC),[JC,YC]=KC(GC),XC=e=>{let{__scopeDialog:t,children:n,open:r,defaultOpen:i,onOpenChange:a,modal:o=!0}=e,s=j.useRef(null),c=j.useRef(null),[l,u]=q_({prop:r,defaultProp:i??!1,onChange:a,caller:GC});return(0,M.jsx)(JC,{scope:t,triggerRef:s,contentRef:c,contentId:sS(),titleId:sS(),descriptionId:sS(),open:l,onOpenChange:u,onOpenToggle:j.useCallback(()=>u(e=>!e),[u]),modal:o,children:n})};XC.displayName=GC;var ZC=`DialogTrigger`,QC=j.forwardRef((e,t)=>{let{__scopeDialog:n,...r}=e,i=YC(ZC,n),a=s_(t,i.triggerRef);return(0,M.jsx)(y_.button,{type:`button`,"aria-haspopup":`dialog`,"aria-expanded":i.open,"aria-controls":i.contentId,"data-state":vw(i.open),...r,ref:a,onClick:J(e.onClick,i.onOpenToggle)})});QC.displayName=ZC;var $C=`DialogPortal`,[ew,tw]=KC($C,{forceMount:void 0}),nw=e=>{let{__scopeDialog:t,forceMount:n,children:r,container:i}=e,a=YC($C,t);return(0,M.jsx)(ew,{scope:t,forceMount:n,children:j.Children.map(r,e=>(0,M.jsx)(H_,{present:n||a.open,children:(0,M.jsx)(B_,{asChild:!0,container:i,children:e})}))})};nw.displayName=$C;var rw=`DialogOverlay`,iw=j.forwardRef((e,t)=>{let n=tw(rw,e.__scopeDialog),{forceMount:r=n.forceMount,...i}=e,a=YC(rw,e.__scopeDialog);return a.modal?(0,M.jsx)(H_,{present:r||a.open,children:(0,M.jsx)(ow,{...i,ref:t})}):null});iw.displayName=rw;var aw=d_(`DialogOverlay.RemoveScroll`),ow=j.forwardRef((e,t)=>{let{__scopeDialog:n,...r}=e,i=YC(rw,n);return(0,M.jsx)(FC,{as:aw,allowPinchZoom:!0,shards:[i.contentRef],children:(0,M.jsx)(y_.div,{"data-state":vw(i.open),...r,ref:t,style:{pointerEvents:`auto`,...r.style}})})}),sw=`DialogContent`,cw=j.forwardRef((e,t)=>{let n=tw(sw,e.__scopeDialog),{forceMount:r=n.forceMount,...i}=e,a=YC(sw,e.__scopeDialog);return(0,M.jsx)(H_,{present:r||a.open,children:a.modal?(0,M.jsx)(lw,{...i,ref:t}):(0,M.jsx)(uw,{...i,ref:t})})});cw.displayName=sw;var lw=j.forwardRef((e,t)=>{let n=YC(sw,e.__scopeDialog),r=j.useRef(null),i=s_(t,n.contentRef,r);return j.useEffect(()=>{let e=r.current;if(e)return WC(e)},[]),(0,M.jsx)(dw,{...e,ref:i,trapFocus:n.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:J(e.onCloseAutoFocus,e=>{e.preventDefault(),n.triggerRef.current?.focus()}),onPointerDownOutside:J(e.onPointerDownOutside,e=>{let t=e.detail.originalEvent,n=t.button===0&&t.ctrlKey===!0;(t.button===2||n)&&e.preventDefault()}),onFocusOutside:J(e.onFocusOutside,e=>e.preventDefault())})}),uw=j.forwardRef((e,t)=>{let n=YC(sw,e.__scopeDialog),r=j.useRef(!1),i=j.useRef(!1);return(0,M.jsx)(dw,{...e,ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:t=>{e.onCloseAutoFocus?.(t),t.defaultPrevented||(r.current||n.triggerRef.current?.focus(),t.preventDefault()),r.current=!1,i.current=!1},onInteractOutside:t=>{e.onInteractOutside?.(t),t.defaultPrevented||(r.current=!0,t.detail.originalEvent.type===`pointerdown`&&(i.current=!0));let a=t.target;n.triggerRef.current?.contains(a)&&t.preventDefault(),t.detail.originalEvent.type===`focusin`&&i.current&&t.preventDefault()}})}),dw=j.forwardRef((e,t)=>{let{__scopeDialog:n,trapFocus:r,onOpenAutoFocus:i,onCloseAutoFocus:a,...o}=e,s=YC(sw,n),c=j.useRef(null),l=s_(t,c);return TS(),(0,M.jsxs)(M.Fragment,{children:[(0,M.jsx)(fS,{asChild:!0,loop:!0,trapped:r,onMountAutoFocus:i,onUnmountAutoFocus:a,children:(0,M.jsx)(k_,{role:`dialog`,id:s.contentId,"aria-describedby":s.descriptionId,"aria-labelledby":s.titleId,"data-state":vw(s.open),...o,ref:l,onDismiss:()=>s.onOpenChange(!1)})}),(0,M.jsxs)(M.Fragment,{children:[(0,M.jsx)(Sw,{titleId:s.titleId}),(0,M.jsx)(ww,{contentRef:c,descriptionId:s.descriptionId})]})]})}),fw=`DialogTitle`,pw=j.forwardRef((e,t)=>{let{__scopeDialog:n,...r}=e,i=YC(fw,n);return(0,M.jsx)(y_.h2,{id:i.titleId,...r,ref:t})});pw.displayName=fw;var mw=`DialogDescription`,hw=j.forwardRef((e,t)=>{let{__scopeDialog:n,...r}=e,i=YC(mw,n);return(0,M.jsx)(y_.p,{id:i.descriptionId,...r,ref:t})});hw.displayName=mw;var gw=`DialogClose`,_w=j.forwardRef((e,t)=>{let{__scopeDialog:n,...r}=e,i=YC(gw,n);return(0,M.jsx)(y_.button,{type:`button`,...r,ref:t,onClick:J(e.onClick,()=>i.onOpenChange(!1))})});_w.displayName=gw;function vw(e){return e?`open`:`closed`}var yw=`DialogTitleWarning`,[bw,xw]=c_(yw,{contentName:sw,titleName:fw,docsSlug:`dialog`}),Sw=({titleId:e})=>{let t=xw(yw),n=`\`${t.contentName}\` requires a \`${t.titleName}\` for the component to be accessible for screen reader users.
|
|
114
114
|
|
|
115
115
|
If you want to hide the \`${t.titleName}\`, you can wrap it with our VisuallyHidden component.
|
|
116
116
|
|
|
117
|
-
For more information, see https://radix-ui.com/primitives/docs/components/${t.docsSlug}`;return j.useEffect(()=>{e&&(document.getElementById(e)||console.error(n))},[n,e]),null},hw=`DialogDescriptionWarning`,gw=({contentRef:e,descriptionId:t})=>{let n=`Warning: Missing \`Description\` or \`aria-describedby={undefined}\` for {${pw(hw).contentName}}.`;return j.useEffect(()=>{let r=e.current?.getAttribute(`aria-describedby`);t&&r&&(document.getElementById(t)||console.warn(n))},[n,e,t]),null},_w=HC,vw=JC,yw=XC,bw=ew,xw=aw,Sw=sw,Cw=lw,ww=_w,Tw=vw,Ew=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(yw,{className:Z(`fixed inset-0 z-50 bg-black/80 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0`,e),...t,ref:n}));Ew.displayName=yw.displayName;var Dw=Gv(`fixed z-50 gap-4 bg-background p-6 shadow-lg transition ease-in-out data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:duration-300 data-[state=open]:duration-500`,{variants:{side:{top:`inset-x-0 top-0 border-b data-[state=closed]:slide-out-to-top data-[state=open]:slide-in-from-top`,bottom:`inset-x-0 bottom-0 border-t data-[state=closed]:slide-out-to-bottom data-[state=open]:slide-in-from-bottom`,left:`inset-y-0 left-0 h-full w-3/4 border-r data-[state=closed]:slide-out-to-left data-[state=open]:slide-in-from-left sm:max-w-sm`,right:`inset-y-0 right-0 h-full w-3/4 border-l data-[state=closed]:slide-out-to-right data-[state=open]:slide-in-from-right sm:max-w-sm`}},defaultVariants:{side:`right`}}),Ow=j.forwardRef(({side:e=`right`,className:t,children:n,...r},i)=>(0,M.jsxs)(Tw,{children:[(0,M.jsx)(Ew,{}),(0,M.jsxs)(bw,{ref:i,className:Z(Dw({side:e}),t),...r,children:[n,(0,M.jsxs)(Cw,{className:`absolute right-4 top-4 rounded-sm opacity-70 ring-offset-background transition-opacity hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none data-[state=open]:bg-secondary`,children:[(0,M.jsx)(Ky,{className:`h-4 w-4`}),(0,M.jsx)(`span`,{className:`sr-only`,children:`Close`})]})]})]}));Ow.displayName=bw.displayName;var kw=({className:e,...t})=>(0,M.jsx)(`div`,{className:Z(`flex flex-col space-y-2 text-center sm:text-left`,e),...t});kw.displayName=`SheetHeader`;var Aw=({className:e,...t})=>(0,M.jsx)(`div`,{className:Z(`flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2`,e),...t});Aw.displayName=`SheetFooter`;var jw=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(xw,{ref:n,className:Z(`text-lg font-semibold text-foreground`,e),...t}));jw.displayName=xw.displayName;var Mw=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(Sw,{ref:n,className:Z(`text-sm text-muted-foreground`,e),...t}));Mw.displayName=Sw.displayName;function Nw({className:e,...t}){return(0,M.jsx)(`div`,{className:Z(`bg-muted animate-pulse rounded-md`,e),...t})}var Pw=[`top`,`right`,`bottom`,`left`],Fw=Math.min,Iw=Math.max,Lw=Math.round,Rw=Math.floor,zw=e=>({x:e,y:e}),Bw={left:`right`,right:`left`,bottom:`top`,top:`bottom`};function Vw(e,t,n){return Iw(e,Fw(t,n))}function Hw(e,t){return typeof e==`function`?e(t):e}function Uw(e){return e.split(`-`)[0]}function Ww(e){return e.split(`-`)[1]}function Gw(e){return e===`x`?`y`:`x`}function Kw(e){return e===`y`?`height`:`width`}function qw(e){let t=e[0];return t===`t`||t===`b`?`y`:`x`}function Jw(e){return Gw(qw(e))}function Yw(e,t,n){n===void 0&&(n=!1);let r=Ww(e),i=Jw(e),a=Kw(i),o=i===`x`?r===(n?`end`:`start`)?`right`:`left`:r===`start`?`bottom`:`top`;return t.reference[a]>t.floating[a]&&(o=iT(o)),[o,iT(o)]}function Xw(e){let t=iT(e);return[Zw(e),t,Zw(t)]}function Zw(e){return e.includes(`start`)?e.replace(`start`,`end`):e.replace(`end`,`start`)}var Qw=[`left`,`right`],$w=[`right`,`left`],eT=[`top`,`bottom`],tT=[`bottom`,`top`];function nT(e,t,n){switch(e){case`top`:case`bottom`:return n?t?$w:Qw:t?Qw:$w;case`left`:case`right`:return t?eT:tT;default:return[]}}function rT(e,t,n,r){let i=Ww(e),a=nT(Uw(e),n===`start`,r);return i&&(a=a.map(e=>e+`-`+i),t&&(a=a.concat(a.map(Zw)))),a}function iT(e){let t=Uw(e);return Bw[t]+e.slice(t.length)}function aT(e){return{top:0,right:0,bottom:0,left:0,...e}}function oT(e){return typeof e==`number`?{top:e,right:e,bottom:e,left:e}:aT(e)}function sT(e){let{x:t,y:n,width:r,height:i}=e;return{width:r,height:i,top:n,left:t,right:t+r,bottom:n+i,x:t,y:n}}function cT(e,t,n){let{reference:r,floating:i}=e,a=qw(t),o=Jw(t),s=Kw(o),c=Uw(t),l=a===`y`,u=r.x+r.width/2-i.width/2,d=r.y+r.height/2-i.height/2,f=r[s]/2-i[s]/2,p;switch(c){case`top`:p={x:u,y:r.y-i.height};break;case`bottom`:p={x:u,y:r.y+r.height};break;case`right`:p={x:r.x+r.width,y:d};break;case`left`:p={x:r.x-i.width,y:d};break;default:p={x:r.x,y:r.y}}switch(Ww(t)){case`start`:p[o]-=f*(n&&l?-1:1);break;case`end`:p[o]+=f*(n&&l?-1:1);break}return p}async function lT(e,t){t===void 0&&(t={});let{x:n,y:r,platform:i,rects:a,elements:o,strategy:s}=e,{boundary:c=`clippingAncestors`,rootBoundary:l=`viewport`,elementContext:u=`floating`,altBoundary:d=!1,padding:f=0}=Hw(t,e),p=oT(f),m=o[d?u===`floating`?`reference`:`floating`:u],h=sT(await i.getClippingRect({element:await(i.isElement==null?void 0:i.isElement(m))??!0?m:m.contextElement||await(i.getDocumentElement==null?void 0:i.getDocumentElement(o.floating)),boundary:c,rootBoundary:l,strategy:s})),g=u===`floating`?{x:n,y:r,width:a.floating.width,height:a.floating.height}:a.reference,_=await(i.getOffsetParent==null?void 0:i.getOffsetParent(o.floating)),v=await(i.isElement==null?void 0:i.isElement(_))&&await(i.getScale==null?void 0:i.getScale(_))||{x:1,y:1},y=sT(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({elements:o,rect:g,offsetParent:_,strategy:s}):g);return{top:(h.top-y.top+p.top)/v.y,bottom:(y.bottom-h.bottom+p.bottom)/v.y,left:(h.left-y.left+p.left)/v.x,right:(y.right-h.right+p.right)/v.x}}var uT=50,dT=async(e,t,n)=>{let{placement:r=`bottom`,strategy:i=`absolute`,middleware:a=[],platform:o}=n,s=o.detectOverflow?o:{...o,detectOverflow:lT},c=await(o.isRTL==null?void 0:o.isRTL(t)),l=await o.getElementRects({reference:e,floating:t,strategy:i}),{x:u,y:d}=cT(l,r,c),f=r,p=0,m={};for(let n=0;n<a.length;n++){let h=a[n];if(!h)continue;let{name:g,fn:_}=h,{x:v,y,data:b,reset:x}=await _({x:u,y:d,initialPlacement:r,placement:f,strategy:i,middlewareData:m,rects:l,platform:s,elements:{reference:e,floating:t}});u=v??u,d=y??d,m[g]={...m[g],...b},x&&p<uT&&(p++,typeof x==`object`&&(x.placement&&(f=x.placement),x.rects&&(l=x.rects===!0?await o.getElementRects({reference:e,floating:t,strategy:i}):x.rects),{x:u,y:d}=cT(l,f,c)),n=-1)}return{x:u,y:d,placement:f,strategy:i,middlewareData:m}},fT=e=>({name:`arrow`,options:e,async fn(t){let{x:n,y:r,placement:i,rects:a,platform:o,elements:s,middlewareData:c}=t,{element:l,padding:u=0}=Hw(e,t)||{};if(l==null)return{};let d=oT(u),f={x:n,y:r},p=Jw(i),m=Kw(p),h=await o.getDimensions(l),g=p===`y`,_=g?`top`:`left`,v=g?`bottom`:`right`,y=g?`clientHeight`:`clientWidth`,b=a.reference[m]+a.reference[p]-f[p]-a.floating[m],x=f[p]-a.reference[p],S=await(o.getOffsetParent==null?void 0:o.getOffsetParent(l)),C=S?S[y]:0;(!C||!await(o.isElement==null?void 0:o.isElement(S)))&&(C=s.floating[y]||a.floating[m]);let w=b/2-x/2,T=C/2-h[m]/2-1,E=Fw(d[_],T),D=Fw(d[v],T),O=E,ee=C-h[m]-D,te=C/2-h[m]/2+w,ne=Vw(O,te,ee),re=!c.arrow&&Ww(i)!=null&&te!==ne&&a.reference[m]/2-(te<O?E:D)-h[m]/2<0,ie=re?te<O?te-O:te-ee:0;return{[p]:f[p]+ie,data:{[p]:ne,centerOffset:te-ne-ie,...re&&{alignmentOffset:ie}},reset:re}}}),pT=function(e){return e===void 0&&(e={}),{name:`flip`,options:e,async fn(t){var n;let{placement:r,middlewareData:i,rects:a,initialPlacement:o,platform:s,elements:c}=t,{mainAxis:l=!0,crossAxis:u=!0,fallbackPlacements:d,fallbackStrategy:f=`bestFit`,fallbackAxisSideDirection:p=`none`,flipAlignment:m=!0,...h}=Hw(e,t);if((n=i.arrow)!=null&&n.alignmentOffset)return{};let g=Uw(r),_=qw(o),v=Uw(o)===o,y=await(s.isRTL==null?void 0:s.isRTL(c.floating)),b=d||(v||!m?[iT(o)]:Xw(o)),x=p!==`none`;!d&&x&&b.push(...rT(o,m,p,y));let S=[o,...b],C=await s.detectOverflow(t,h),w=[],T=i.flip?.overflows||[];if(l&&w.push(C[g]),u){let e=Yw(r,a,y);w.push(C[e[0]],C[e[1]])}if(T=[...T,{placement:r,overflows:w}],!w.every(e=>e<=0)){let e=(i.flip?.index||0)+1,t=S[e];if(t&&(!(u===`alignment`&&_!==qw(t))||T.every(e=>qw(e.placement)===_?e.overflows[0]>0:!0)))return{data:{index:e,overflows:T},reset:{placement:t}};let n=T.filter(e=>e.overflows[0]<=0).sort((e,t)=>e.overflows[1]-t.overflows[1])[0]?.placement;if(!n)switch(f){case`bestFit`:{let e=T.filter(e=>{if(x){let t=qw(e.placement);return t===_||t===`y`}return!0}).map(e=>[e.placement,e.overflows.filter(e=>e>0).reduce((e,t)=>e+t,0)]).sort((e,t)=>e[1]-t[1])[0]?.[0];e&&(n=e);break}case`initialPlacement`:n=o;break}if(r!==n)return{reset:{placement:n}}}return{}}}};function mT(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function hT(e){return Pw.some(t=>e[t]>=0)}var gT=function(e){return e===void 0&&(e={}),{name:`hide`,options:e,async fn(t){let{rects:n,platform:r}=t,{strategy:i=`referenceHidden`,...a}=Hw(e,t);switch(i){case`referenceHidden`:{let e=mT(await r.detectOverflow(t,{...a,elementContext:`reference`}),n.reference);return{data:{referenceHiddenOffsets:e,referenceHidden:hT(e)}}}case`escaped`:{let e=mT(await r.detectOverflow(t,{...a,altBoundary:!0}),n.floating);return{data:{escapedOffsets:e,escaped:hT(e)}}}default:return{}}}}},_T=new Set([`left`,`top`]);async function vT(e,t){let{placement:n,platform:r,elements:i}=e,a=await(r.isRTL==null?void 0:r.isRTL(i.floating)),o=Uw(n),s=Ww(n),c=qw(n)===`y`,l=_T.has(o)?-1:1,u=a&&c?-1:1,d=Hw(t,e),{mainAxis:f,crossAxis:p,alignmentAxis:m}=typeof d==`number`?{mainAxis:d,crossAxis:0,alignmentAxis:null}:{mainAxis:d.mainAxis||0,crossAxis:d.crossAxis||0,alignmentAxis:d.alignmentAxis};return s&&typeof m==`number`&&(p=s===`end`?m*-1:m),c?{x:p*u,y:f*l}:{x:f*l,y:p*u}}var yT=function(e){return e===void 0&&(e=0),{name:`offset`,options:e,async fn(t){var n;let{x:r,y:i,placement:a,middlewareData:o}=t,s=await vT(t,e);return a===o.offset?.placement&&(n=o.arrow)!=null&&n.alignmentOffset?{}:{x:r+s.x,y:i+s.y,data:{...s,placement:a}}}}},bT=function(e){return e===void 0&&(e={}),{name:`shift`,options:e,async fn(t){let{x:n,y:r,placement:i,platform:a}=t,{mainAxis:o=!0,crossAxis:s=!1,limiter:c={fn:e=>{let{x:t,y:n}=e;return{x:t,y:n}}},...l}=Hw(e,t),u={x:n,y:r},d=await a.detectOverflow(t,l),f=qw(Uw(i)),p=Gw(f),m=u[p],h=u[f];if(o){let e=p===`y`?`top`:`left`,t=p===`y`?`bottom`:`right`,n=m+d[e],r=m-d[t];m=Vw(n,m,r)}if(s){let e=f===`y`?`top`:`left`,t=f===`y`?`bottom`:`right`,n=h+d[e],r=h-d[t];h=Vw(n,h,r)}let g=c.fn({...t,[p]:m,[f]:h});return{...g,data:{x:g.x-n,y:g.y-r,enabled:{[p]:o,[f]:s}}}}}},xT=function(e){return e===void 0&&(e={}),{options:e,fn(t){let{x:n,y:r,placement:i,rects:a,middlewareData:o}=t,{offset:s=0,mainAxis:c=!0,crossAxis:l=!0}=Hw(e,t),u={x:n,y:r},d=qw(i),f=Gw(d),p=u[f],m=u[d],h=Hw(s,t),g=typeof h==`number`?{mainAxis:h,crossAxis:0}:{mainAxis:0,crossAxis:0,...h};if(c){let e=f===`y`?`height`:`width`,t=a.reference[f]-a.floating[e]+g.mainAxis,n=a.reference[f]+a.reference[e]-g.mainAxis;p<t?p=t:p>n&&(p=n)}if(l){let e=f===`y`?`width`:`height`,t=_T.has(Uw(i)),n=a.reference[d]-a.floating[e]+(t&&o.offset?.[d]||0)+(t?0:g.crossAxis),r=a.reference[d]+a.reference[e]+(t?0:o.offset?.[d]||0)-(t?g.crossAxis:0);m<n?m=n:m>r&&(m=r)}return{[f]:p,[d]:m}}}},ST=function(e){return e===void 0&&(e={}),{name:`size`,options:e,async fn(t){var n,r;let{placement:i,rects:a,platform:o,elements:s}=t,{apply:c=()=>{},...l}=Hw(e,t),u=await o.detectOverflow(t,l),d=Uw(i),f=Ww(i),p=qw(i)===`y`,{width:m,height:h}=a.floating,g,_;d===`top`||d===`bottom`?(g=d,_=f===(await(o.isRTL==null?void 0:o.isRTL(s.floating))?`start`:`end`)?`left`:`right`):(_=d,g=f===`end`?`top`:`bottom`);let v=h-u.top-u.bottom,y=m-u.left-u.right,b=Fw(h-u[g],v),x=Fw(m-u[_],y),S=!t.middlewareData.shift,C=b,w=x;if((n=t.middlewareData.shift)!=null&&n.enabled.x&&(w=y),(r=t.middlewareData.shift)!=null&&r.enabled.y&&(C=v),S&&!f){let e=Iw(u.left,0),t=Iw(u.right,0),n=Iw(u.top,0),r=Iw(u.bottom,0);p?w=m-2*(e!==0||t!==0?e+t:Iw(u.left,u.right)):C=h-2*(n!==0||r!==0?n+r:Iw(u.top,u.bottom))}await c({...t,availableWidth:w,availableHeight:C});let T=await o.getDimensions(s.floating);return m!==T.width||h!==T.height?{reset:{rects:!0}}:{}}}};function CT(){return typeof window<`u`}function wT(e){return DT(e)?(e.nodeName||``).toLowerCase():`#document`}function TT(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function ET(e){return((DT(e)?e.ownerDocument:e.document)||window.document)?.documentElement}function DT(e){return CT()?e instanceof Node||e instanceof TT(e).Node:!1}function OT(e){return CT()?e instanceof Element||e instanceof TT(e).Element:!1}function kT(e){return CT()?e instanceof HTMLElement||e instanceof TT(e).HTMLElement:!1}function AT(e){return!CT()||typeof ShadowRoot>`u`?!1:e instanceof ShadowRoot||e instanceof TT(e).ShadowRoot}function jT(e){let{overflow:t,overflowX:n,overflowY:r,display:i}=HT(e);return/auto|scroll|overlay|hidden|clip/.test(t+r+n)&&i!==`inline`&&i!==`contents`}function MT(e){return/^(table|td|th)$/.test(wT(e))}function NT(e){try{if(e.matches(`:popover-open`))return!0}catch{}try{return e.matches(`:modal`)}catch{return!1}}var PT=/transform|translate|scale|rotate|perspective|filter/,FT=/paint|layout|strict|content/,IT=e=>!!e&&e!==`none`,LT;function RT(e){let t=OT(e)?HT(e):e;return IT(t.transform)||IT(t.translate)||IT(t.scale)||IT(t.rotate)||IT(t.perspective)||!BT()&&(IT(t.backdropFilter)||IT(t.filter))||PT.test(t.willChange||``)||FT.test(t.contain||``)}function zT(e){let t=WT(e);for(;kT(t)&&!VT(t);){if(RT(t))return t;if(NT(t))return null;t=WT(t)}return null}function BT(){return LT??=typeof CSS<`u`&&CSS.supports&&CSS.supports(`-webkit-backdrop-filter`,`none`),LT}function VT(e){return/^(html|body|#document)$/.test(wT(e))}function HT(e){return TT(e).getComputedStyle(e)}function UT(e){return OT(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function WT(e){if(wT(e)===`html`)return e;let t=e.assignedSlot||e.parentNode||AT(e)&&e.host||ET(e);return AT(t)?t.host:t}function GT(e){let t=WT(e);return VT(t)?e.ownerDocument?e.ownerDocument.body:e.body:kT(t)&&jT(t)?t:GT(t)}function KT(e,t,n){t===void 0&&(t=[]),n===void 0&&(n=!0);let r=GT(e),i=r===e.ownerDocument?.body,a=TT(r);if(i){let e=qT(a);return t.concat(a,a.visualViewport||[],jT(r)?r:[],e&&n?KT(e):[])}else return t.concat(r,KT(r,[],n))}function qT(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function JT(e){let t=HT(e),n=parseFloat(t.width)||0,r=parseFloat(t.height)||0,i=kT(e),a=i?e.offsetWidth:n,o=i?e.offsetHeight:r,s=Lw(n)!==a||Lw(r)!==o;return s&&(n=a,r=o),{width:n,height:r,$:s}}function YT(e){return OT(e)?e:e.contextElement}function XT(e){let t=YT(e);if(!kT(t))return zw(1);let n=t.getBoundingClientRect(),{width:r,height:i,$:a}=JT(t),o=(a?Lw(n.width):n.width)/r,s=(a?Lw(n.height):n.height)/i;return(!o||!Number.isFinite(o))&&(o=1),(!s||!Number.isFinite(s))&&(s=1),{x:o,y:s}}var ZT=zw(0);function QT(e){let t=TT(e);return!BT()||!t.visualViewport?ZT:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function $T(e,t,n){return t===void 0&&(t=!1),!n||t&&n!==TT(e)?!1:t}function eE(e,t,n,r){t===void 0&&(t=!1),n===void 0&&(n=!1);let i=e.getBoundingClientRect(),a=YT(e),o=zw(1);t&&(r?OT(r)&&(o=XT(r)):o=XT(e));let s=$T(a,n,r)?QT(a):zw(0),c=(i.left+s.x)/o.x,l=(i.top+s.y)/o.y,u=i.width/o.x,d=i.height/o.y;if(a){let e=TT(a),t=r&&OT(r)?TT(r):r,n=e,i=qT(n);for(;i&&r&&t!==n;){let e=XT(i),t=i.getBoundingClientRect(),r=HT(i),a=t.left+(i.clientLeft+parseFloat(r.paddingLeft))*e.x,o=t.top+(i.clientTop+parseFloat(r.paddingTop))*e.y;c*=e.x,l*=e.y,u*=e.x,d*=e.y,c+=a,l+=o,n=TT(i),i=qT(n)}}return sT({width:u,height:d,x:c,y:l})}function tE(e,t){let n=UT(e).scrollLeft;return t?t.left+n:eE(ET(e)).left+n}function nE(e,t){let n=e.getBoundingClientRect();return{x:n.left+t.scrollLeft-tE(e,n),y:n.top+t.scrollTop}}function rE(e){let{elements:t,rect:n,offsetParent:r,strategy:i}=e,a=i===`fixed`,o=ET(r),s=t?NT(t.floating):!1;if(r===o||s&&a)return n;let c={scrollLeft:0,scrollTop:0},l=zw(1),u=zw(0),d=kT(r);if((d||!d&&!a)&&((wT(r)!==`body`||jT(o))&&(c=UT(r)),d)){let e=eE(r);l=XT(r),u.x=e.x+r.clientLeft,u.y=e.y+r.clientTop}let f=o&&!d&&!a?nE(o,c):zw(0);return{width:n.width*l.x,height:n.height*l.y,x:n.x*l.x-c.scrollLeft*l.x+u.x+f.x,y:n.y*l.y-c.scrollTop*l.y+u.y+f.y}}function iE(e){return Array.from(e.getClientRects())}function aE(e){let t=ET(e),n=UT(e),r=e.ownerDocument.body,i=Iw(t.scrollWidth,t.clientWidth,r.scrollWidth,r.clientWidth),a=Iw(t.scrollHeight,t.clientHeight,r.scrollHeight,r.clientHeight),o=-n.scrollLeft+tE(e),s=-n.scrollTop;return HT(r).direction===`rtl`&&(o+=Iw(t.clientWidth,r.clientWidth)-i),{width:i,height:a,x:o,y:s}}var oE=25;function sE(e,t){let n=TT(e),r=ET(e),i=n.visualViewport,a=r.clientWidth,o=r.clientHeight,s=0,c=0;if(i){a=i.width,o=i.height;let e=BT();(!e||e&&t===`fixed`)&&(s=i.offsetLeft,c=i.offsetTop)}let l=tE(r);if(l<=0){let e=r.ownerDocument,t=e.body,n=getComputedStyle(t),i=e.compatMode===`CSS1Compat`&&parseFloat(n.marginLeft)+parseFloat(n.marginRight)||0,o=Math.abs(r.clientWidth-t.clientWidth-i);o<=oE&&(a-=o)}else l<=oE&&(a+=l);return{width:a,height:o,x:s,y:c}}function cE(e,t){let n=eE(e,!0,t===`fixed`),r=n.top+e.clientTop,i=n.left+e.clientLeft,a=kT(e)?XT(e):zw(1);return{width:e.clientWidth*a.x,height:e.clientHeight*a.y,x:i*a.x,y:r*a.y}}function lE(e,t,n){let r;if(t===`viewport`)r=sE(e,n);else if(t===`document`)r=aE(ET(e));else if(OT(t))r=cE(t,n);else{let n=QT(e);r={x:t.x-n.x,y:t.y-n.y,width:t.width,height:t.height}}return sT(r)}function uE(e,t){let n=WT(e);return n===t||!OT(n)||VT(n)?!1:HT(n).position===`fixed`||uE(n,t)}function dE(e,t){let n=t.get(e);if(n)return n;let r=KT(e,[],!1).filter(e=>OT(e)&&wT(e)!==`body`),i=null,a=HT(e).position===`fixed`,o=a?WT(e):e;for(;OT(o)&&!VT(o);){let t=HT(o),n=RT(o);!n&&t.position===`fixed`&&(i=null),(a?!n&&!i:!n&&t.position===`static`&&i&&(i.position===`absolute`||i.position===`fixed`)||jT(o)&&!n&&uE(e,o))?r=r.filter(e=>e!==o):i=t,o=WT(o)}return t.set(e,r),r}function fE(e){let{element:t,boundary:n,rootBoundary:r,strategy:i}=e,a=[...n===`clippingAncestors`?NT(t)?[]:dE(t,this._c):[].concat(n),r],o=lE(t,a[0],i),s=o.top,c=o.right,l=o.bottom,u=o.left;for(let e=1;e<a.length;e++){let n=lE(t,a[e],i);s=Iw(n.top,s),c=Fw(n.right,c),l=Fw(n.bottom,l),u=Iw(n.left,u)}return{width:c-u,height:l-s,x:u,y:s}}function pE(e){let{width:t,height:n}=JT(e);return{width:t,height:n}}function mE(e,t,n){let r=kT(t),i=ET(t),a=n===`fixed`,o=eE(e,!0,a,t),s={scrollLeft:0,scrollTop:0},c=zw(0);function l(){c.x=tE(i)}if(r||!r&&!a)if((wT(t)!==`body`||jT(i))&&(s=UT(t)),r){let e=eE(t,!0,a,t);c.x=e.x+t.clientLeft,c.y=e.y+t.clientTop}else i&&l();a&&!r&&i&&l();let u=i&&!r&&!a?nE(i,s):zw(0);return{x:o.left+s.scrollLeft-c.x-u.x,y:o.top+s.scrollTop-c.y-u.y,width:o.width,height:o.height}}function hE(e){return HT(e).position===`static`}function gE(e,t){if(!kT(e)||HT(e).position===`fixed`)return null;if(t)return t(e);let n=e.offsetParent;return ET(e)===n&&(n=n.ownerDocument.body),n}function _E(e,t){let n=TT(e);if(NT(e))return n;if(!kT(e)){let t=WT(e);for(;t&&!VT(t);){if(OT(t)&&!hE(t))return t;t=WT(t)}return n}let r=gE(e,t);for(;r&&MT(r)&&hE(r);)r=gE(r,t);return r&&VT(r)&&hE(r)&&!RT(r)?n:r||zT(e)||n}var vE=async function(e){let t=this.getOffsetParent||_E,n=this.getDimensions,r=await n(e.floating);return{reference:mE(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:r.width,height:r.height}}};function yE(e){return HT(e).direction===`rtl`}var bE={convertOffsetParentRelativeRectToViewportRelativeRect:rE,getDocumentElement:ET,getClippingRect:fE,getOffsetParent:_E,getElementRects:vE,getClientRects:iE,getDimensions:pE,getScale:XT,isElement:OT,isRTL:yE};function xE(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function SE(e,t){let n=null,r,i=ET(e);function a(){var e;clearTimeout(r),(e=n)==null||e.disconnect(),n=null}function o(s,c){s===void 0&&(s=!1),c===void 0&&(c=1),a();let l=e.getBoundingClientRect(),{left:u,top:d,width:f,height:p}=l;if(s||t(),!f||!p)return;let m=Rw(d),h=Rw(i.clientWidth-(u+f)),g=Rw(i.clientHeight-(d+p)),_=Rw(u),v={rootMargin:-m+`px `+-h+`px `+-g+`px `+-_+`px`,threshold:Iw(0,Fw(1,c))||1},y=!0;function b(t){let n=t[0].intersectionRatio;if(n!==c){if(!y)return o();n?o(!1,n):r=setTimeout(()=>{o(!1,1e-7)},1e3)}n===1&&!xE(l,e.getBoundingClientRect())&&o(),y=!1}try{n=new IntersectionObserver(b,{...v,root:i.ownerDocument})}catch{n=new IntersectionObserver(b,v)}n.observe(e)}return o(!0),a}function CE(e,t,n,r){r===void 0&&(r={});let{ancestorScroll:i=!0,ancestorResize:a=!0,elementResize:o=typeof ResizeObserver==`function`,layoutShift:s=typeof IntersectionObserver==`function`,animationFrame:c=!1}=r,l=YT(e),u=i||a?[...l?KT(l):[],...t?KT(t):[]]:[];u.forEach(e=>{i&&e.addEventListener(`scroll`,n,{passive:!0}),a&&e.addEventListener(`resize`,n)});let d=l&&s?SE(l,n):null,f=-1,p=null;o&&(p=new ResizeObserver(e=>{let[r]=e;r&&r.target===l&&p&&t&&(p.unobserve(t),cancelAnimationFrame(f),f=requestAnimationFrame(()=>{var e;(e=p)==null||e.observe(t)})),n()}),l&&!c&&p.observe(l),t&&p.observe(t));let m,h=c?eE(e):null;c&&g();function g(){let t=eE(e);h&&!xE(h,t)&&n(),h=t,m=requestAnimationFrame(g)}return n(),()=>{var e;u.forEach(e=>{i&&e.removeEventListener(`scroll`,n),a&&e.removeEventListener(`resize`,n)}),d?.(),(e=p)==null||e.disconnect(),p=null,c&&cancelAnimationFrame(m)}}var wE=yT,TE=bT,EE=pT,DE=ST,OE=gT,kE=fT,AE=xT,jE=(e,t,n)=>{let r=new Map,i={platform:bE,...n},a={...i.platform,_c:r};return dT(e,t,{...i,platform:a})},ME=typeof document<`u`?j.useLayoutEffect:function(){};function NE(e,t){if(e===t)return!0;if(typeof e!=typeof t)return!1;if(typeof e==`function`&&e.toString()===t.toString())return!0;let n,r,i;if(e&&t&&typeof e==`object`){if(Array.isArray(e)){if(n=e.length,n!==t.length)return!1;for(r=n;r--!==0;)if(!NE(e[r],t[r]))return!1;return!0}if(i=Object.keys(e),n=i.length,n!==Object.keys(t).length)return!1;for(r=n;r--!==0;)if(!{}.hasOwnProperty.call(t,i[r]))return!1;for(r=n;r--!==0;){let n=i[r];if(!(n===`_owner`&&e.$$typeof)&&!NE(e[n],t[n]))return!1}return!0}return e!==e&&t!==t}function PE(e){return typeof window>`u`?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function FE(e,t){let n=PE(e);return Math.round(t*n)/n}function IE(e){let t=j.useRef(e);return ME(()=>{t.current=e}),t}function LE(e){e===void 0&&(e={});let{placement:t=`bottom`,strategy:n=`absolute`,middleware:r=[],platform:i,elements:{reference:a,floating:o}={},transform:s=!0,whileElementsMounted:c,open:l}=e,[u,d]=j.useState({x:0,y:0,strategy:n,placement:t,middlewareData:{},isPositioned:!1}),[f,p]=j.useState(r);NE(f,r)||p(r);let[m,h]=j.useState(null),[g,_]=j.useState(null),v=j.useCallback(e=>{e!==S.current&&(S.current=e,h(e))},[]),y=j.useCallback(e=>{e!==C.current&&(C.current=e,_(e))},[]),b=a||m,x=o||g,S=j.useRef(null),C=j.useRef(null),w=j.useRef(u),T=c!=null,E=IE(c),D=IE(i),O=IE(l),ee=j.useCallback(()=>{if(!S.current||!C.current)return;let e={placement:t,strategy:n,middleware:f};D.current&&(e.platform=D.current),jE(S.current,C.current,e).then(e=>{let t={...e,isPositioned:O.current!==!1};te.current&&!NE(w.current,t)&&(w.current=t,Gi.flushSync(()=>{d(t)}))})},[f,t,n,D,O]);ME(()=>{l===!1&&w.current.isPositioned&&(w.current.isPositioned=!1,d(e=>({...e,isPositioned:!1})))},[l]);let te=j.useRef(!1);ME(()=>(te.current=!0,()=>{te.current=!1}),[]),ME(()=>{if(b&&(S.current=b),x&&(C.current=x),b&&x){if(E.current)return E.current(b,x,ee);ee()}},[b,x,ee,E,T]);let ne=j.useMemo(()=>({reference:S,floating:C,setReference:v,setFloating:y}),[v,y]),re=j.useMemo(()=>({reference:b,floating:x}),[b,x]),ie=j.useMemo(()=>{let e={position:n,left:0,top:0};if(!re.floating)return e;let t=FE(re.floating,u.x),r=FE(re.floating,u.y);return s?{...e,transform:`translate(`+t+`px, `+r+`px)`,...PE(re.floating)>=1.5&&{willChange:`transform`}}:{position:n,left:t,top:r}},[n,s,re.floating,u.x,u.y]);return j.useMemo(()=>({...u,update:ee,refs:ne,elements:re,floatingStyles:ie}),[u,ee,ne,re,ie])}var RE=e=>{function t(e){return{}.hasOwnProperty.call(e,`current`)}return{name:`arrow`,options:e,fn(n){let{element:r,padding:i}=typeof e==`function`?e(n):e;return r&&t(r)?r.current==null?{}:kE({element:r.current,padding:i}).fn(n):r?kE({element:r,padding:i}).fn(n):{}}}},zE=(e,t)=>{let n=wE(e);return{name:n.name,fn:n.fn,options:[e,t]}},BE=(e,t)=>{let n=TE(e);return{name:n.name,fn:n.fn,options:[e,t]}},VE=(e,t)=>({fn:AE(e).fn,options:[e,t]}),HE=(e,t)=>{let n=EE(e);return{name:n.name,fn:n.fn,options:[e,t]}},UE=(e,t)=>{let n=DE(e);return{name:n.name,fn:n.fn,options:[e,t]}},WE=(e,t)=>{let n=OE(e);return{name:n.name,fn:n.fn,options:[e,t]}},GE=(e,t)=>{let n=RE(e);return{name:n.name,fn:n.fn,options:[e,t]}},KE=`Arrow`,qE=j.forwardRef((e,t)=>{let{children:n,width:r=10,height:i=5,...a}=e;return(0,M.jsx)(d_.svg,{...a,ref:t,width:r,height:i,viewBox:`0 0 30 10`,preserveAspectRatio:`none`,children:e.asChild?n:(0,M.jsx)(`polygon`,{points:`0,0 30,0 15,10`})})});qE.displayName=KE;var JE=qE;function YE(e){let[t,n]=j.useState(void 0);return A_(()=>{if(e){n({width:e.offsetWidth,height:e.offsetHeight});let t=new ResizeObserver(t=>{if(!Array.isArray(t)||!t.length)return;let r=t[0],i,a;if(`borderBoxSize`in r){let e=r.borderBoxSize,t=Array.isArray(e)?e[0]:e;i=t.inlineSize,a=t.blockSize}else i=e.offsetWidth,a=e.offsetHeight;n({width:i,height:a})});return t.observe(e,{box:`border-box`}),()=>t.unobserve(e)}else n(void 0)},[e]),t}var XE=`Popper`,[ZE,QE]=t_(XE),[$E,eD]=ZE(XE),tD=e=>{let{__scopePopper:t,children:n}=e,[r,i]=j.useState(null);return(0,M.jsx)($E,{scope:t,anchor:r,onAnchorChange:i,children:n})};tD.displayName=XE;var nD=`PopperAnchor`,rD=j.forwardRef((e,t)=>{let{__scopePopper:n,virtualRef:r,...i}=e,a=eD(nD,n),o=j.useRef(null),s=$g(t,o),c=j.useRef(null);return j.useEffect(()=>{let e=c.current;c.current=r?.current||o.current,e!==c.current&&a.onAnchorChange(c.current)}),r?null:(0,M.jsx)(d_.div,{...i,ref:s})});rD.displayName=nD;var iD=`PopperContent`,[aD,oD]=ZE(iD),sD=j.forwardRef((e,t)=>{let{__scopePopper:n,side:r=`bottom`,sideOffset:i=0,align:a=`center`,alignOffset:o=0,arrowPadding:s=0,avoidCollisions:c=!0,collisionBoundary:l=[],collisionPadding:u=0,sticky:d=`partial`,hideWhenDetached:f=!1,updatePositionStrategy:p=`optimized`,onPlaced:m,...h}=e,g=eD(iD,n),[_,v]=j.useState(null),y=$g(t,e=>v(e)),[b,x]=j.useState(null),S=YE(b),C=S?.width??0,w=S?.height??0,T=r+(a===`center`?``:`-`+a),E=typeof u==`number`?u:{top:0,right:0,bottom:0,left:0,...u},D=Array.isArray(l)?l:[l],O=D.length>0,ee={padding:E,boundary:D.filter(dD),altBoundary:O},{refs:te,floatingStyles:ne,placement:re,isPositioned:ie,middlewareData:ae}=LE({strategy:`fixed`,placement:T,whileElementsMounted:(...e)=>CE(...e,{animationFrame:p===`always`}),elements:{reference:g.anchor},middleware:[zE({mainAxis:i+w,alignmentAxis:o}),c&&BE({mainAxis:!0,crossAxis:!1,limiter:d===`partial`?VE():void 0,...ee}),c&&HE({...ee}),UE({...ee,apply:({elements:e,rects:t,availableWidth:n,availableHeight:r})=>{let{width:i,height:a}=t.reference,o=e.floating.style;o.setProperty(`--radix-popper-available-width`,`${n}px`),o.setProperty(`--radix-popper-available-height`,`${r}px`),o.setProperty(`--radix-popper-anchor-width`,`${i}px`),o.setProperty(`--radix-popper-anchor-height`,`${a}px`)}}),b&&GE({element:b,padding:s}),fD({arrowWidth:C,arrowHeight:w}),f&&WE({strategy:`referenceHidden`,...ee})]}),[oe,k]=pD(re),se=p_(m);A_(()=>{ie&&se?.()},[ie,se]);let ce=ae.arrow?.x,le=ae.arrow?.y,ue=ae.arrow?.centerOffset!==0,[A,de]=j.useState();return A_(()=>{_&&de(window.getComputedStyle(_).zIndex)},[_]),(0,M.jsx)(`div`,{ref:te.setFloating,"data-radix-popper-content-wrapper":``,style:{...ne,transform:ie?ne.transform:`translate(0, -200%)`,minWidth:`max-content`,zIndex:A,"--radix-popper-transform-origin":[ae.transformOrigin?.x,ae.transformOrigin?.y].join(` `),...ae.hide?.referenceHidden&&{visibility:`hidden`,pointerEvents:`none`}},dir:e.dir,children:(0,M.jsx)(aD,{scope:n,placedSide:oe,onArrowChange:x,arrowX:ce,arrowY:le,shouldHideArrow:ue,children:(0,M.jsx)(d_.div,{"data-side":oe,"data-align":k,...h,ref:y,style:{...h.style,animation:ie?void 0:`none`}})})})});sD.displayName=iD;var cD=`PopperArrow`,lD={top:`bottom`,right:`left`,bottom:`top`,left:`right`},uD=j.forwardRef(function(e,t){let{__scopePopper:n,...r}=e,i=oD(cD,n),a=lD[i.placedSide];return(0,M.jsx)(`span`,{ref:i.onArrowChange,style:{position:`absolute`,left:i.arrowX,top:i.arrowY,[a]:0,transformOrigin:{top:``,right:`0 0`,bottom:`center 0`,left:`100% 0`}[i.placedSide],transform:{top:`translateY(100%)`,right:`translateY(50%) rotate(90deg) translateX(-50%)`,bottom:`rotate(180deg)`,left:`translateY(50%) rotate(-90deg) translateX(50%)`}[i.placedSide],visibility:i.shouldHideArrow?`hidden`:void 0},children:(0,M.jsx)(JE,{...r,ref:t,style:{...r.style,display:`block`}})})});uD.displayName=cD;function dD(e){return e!==null}var fD=e=>({name:`transformOrigin`,options:e,fn(t){let{placement:n,rects:r,middlewareData:i}=t,a=i.arrow?.centerOffset!==0,o=a?0:e.arrowWidth,s=a?0:e.arrowHeight,[c,l]=pD(n),u={start:`0%`,center:`50%`,end:`100%`}[l],d=(i.arrow?.x??0)+o/2,f=(i.arrow?.y??0)+s/2,p=``,m=``;return c===`bottom`?(p=a?u:`${d}px`,m=`${-s}px`):c===`top`?(p=a?u:`${d}px`,m=`${r.floating.height+s}px`):c===`right`?(p=`${-s}px`,m=a?u:`${f}px`):c===`left`&&(p=`${r.floating.width+s}px`,m=a?u:`${f}px`),{data:{x:p,y:m}}}});function pD(e){let[t,n=`center`]=e.split(`-`);return[t,n]}var mD=tD,hD=rD,gD=sD,_D=uD,[vD,yD]=t_(`Tooltip`,[QE]),bD=QE(),xD=`TooltipProvider`,SD=700,CD=`tooltip.open`,[wD,TD]=vD(xD),ED=e=>{let{__scopeTooltip:t,delayDuration:n=SD,skipDelayDuration:r=300,disableHoverableContent:i=!1,children:a}=e,o=j.useRef(!0),s=j.useRef(!1),c=j.useRef(0);return j.useEffect(()=>{let e=c.current;return()=>window.clearTimeout(e)},[]),(0,M.jsx)(wD,{scope:t,isOpenDelayedRef:o,delayDuration:n,onOpen:j.useCallback(()=>{window.clearTimeout(c.current),o.current=!1},[]),onClose:j.useCallback(()=>{window.clearTimeout(c.current),c.current=window.setTimeout(()=>o.current=!0,r)},[r]),isPointerInTransitRef:s,onPointerInTransitChange:j.useCallback(e=>{s.current=e},[]),disableHoverableContent:i,children:a})};ED.displayName=xD;var DD=`Tooltip`,[OD,kD]=vD(DD),AD=e=>{let{__scopeTooltip:t,children:n,open:r,defaultOpen:i,onOpenChange:a,disableHoverableContent:o,delayDuration:s}=e,c=TD(DD,e.__scopeTooltip),l=bD(t),[u,d]=j.useState(null),f=$x(),p=j.useRef(0),m=o??c.disableHoverableContent,h=s??c.delayDuration,g=j.useRef(!1),[_,v]=z_({prop:r,defaultProp:i??!1,onChange:e=>{e?(c.onOpen(),document.dispatchEvent(new CustomEvent(CD))):c.onClose(),a?.(e)},caller:DD}),y=j.useMemo(()=>_?g.current?`delayed-open`:`instant-open`:`closed`,[_]),b=j.useCallback(()=>{window.clearTimeout(p.current),p.current=0,g.current=!1,v(!0)},[v]),x=j.useCallback(()=>{window.clearTimeout(p.current),p.current=0,v(!1)},[v]),S=j.useCallback(()=>{window.clearTimeout(p.current),p.current=window.setTimeout(()=>{g.current=!0,v(!0),p.current=0},h)},[h,v]);return j.useEffect(()=>()=>{p.current&&=(window.clearTimeout(p.current),0)},[]),(0,M.jsx)(mD,{...l,children:(0,M.jsx)(OD,{scope:t,contentId:f,open:_,stateAttribute:y,trigger:u,onTriggerChange:d,onTriggerEnter:j.useCallback(()=>{c.isOpenDelayedRef.current?S():b()},[c.isOpenDelayedRef,S,b]),onTriggerLeave:j.useCallback(()=>{m?x():(window.clearTimeout(p.current),p.current=0)},[x,m]),onOpen:b,onClose:x,disableHoverableContent:m,children:n})})};AD.displayName=DD;var jD=`TooltipTrigger`,MD=j.forwardRef((e,t)=>{let{__scopeTooltip:n,...r}=e,i=kD(jD,n),a=TD(jD,n),o=bD(n),s=$g(t,j.useRef(null),i.onTriggerChange),c=j.useRef(!1),l=j.useRef(!1),u=j.useCallback(()=>c.current=!1,[]);return j.useEffect(()=>()=>document.removeEventListener(`pointerup`,u),[u]),(0,M.jsx)(hD,{asChild:!0,...o,children:(0,M.jsx)(d_.button,{"aria-describedby":i.open?i.contentId:void 0,"data-state":i.stateAttribute,...r,ref:s,onPointerMove:J(e.onPointerMove,e=>{e.pointerType!==`touch`&&!l.current&&!a.isPointerInTransitRef.current&&(i.onTriggerEnter(),l.current=!0)}),onPointerLeave:J(e.onPointerLeave,()=>{i.onTriggerLeave(),l.current=!1}),onPointerDown:J(e.onPointerDown,()=>{i.open&&i.onClose(),c.current=!0,document.addEventListener(`pointerup`,u,{once:!0})}),onFocus:J(e.onFocus,()=>{c.current||i.onOpen()}),onBlur:J(e.onBlur,i.onClose),onClick:J(e.onClick,i.onClose)})})});MD.displayName=jD;var ND=`TooltipPortal`,[PD,FD]=vD(ND,{forceMount:void 0}),ID=e=>{let{__scopeTooltip:t,forceMount:n,children:r,container:i}=e,a=kD(ND,t);return(0,M.jsx)(PD,{scope:t,forceMount:n,children:(0,M.jsx)(P_,{present:n||a.open,children:(0,M.jsx)(M_,{asChild:!0,container:i,children:r})})})};ID.displayName=ND;var LD=`TooltipContent`,RD=j.forwardRef((e,t)=>{let n=FD(LD,e.__scopeTooltip),{forceMount:r=n.forceMount,side:i=`top`,...a}=e,o=kD(LD,e.__scopeTooltip);return(0,M.jsx)(P_,{present:r||o.open,children:o.disableHoverableContent?(0,M.jsx)(UD,{side:i,...a,ref:t}):(0,M.jsx)(zD,{side:i,...a,ref:t})})}),zD=j.forwardRef((e,t)=>{let n=kD(LD,e.__scopeTooltip),r=TD(LD,e.__scopeTooltip),i=j.useRef(null),a=$g(t,i),[o,s]=j.useState(null),{trigger:c,onClose:l}=n,u=i.current,{onPointerInTransitChange:d}=r,f=j.useCallback(()=>{s(null),d(!1)},[d]),p=j.useCallback((e,t)=>{let n=e.currentTarget,r={x:e.clientX,y:e.clientY},i=qD(r,KD(r,n.getBoundingClientRect())),a=JD(t.getBoundingClientRect());s(XD([...i,...a])),d(!0)},[d]);return j.useEffect(()=>()=>f(),[f]),j.useEffect(()=>{if(c&&u){let e=e=>p(e,u),t=e=>p(e,c);return c.addEventListener(`pointerleave`,e),u.addEventListener(`pointerleave`,t),()=>{c.removeEventListener(`pointerleave`,e),u.removeEventListener(`pointerleave`,t)}}},[c,u,p,f]),j.useEffect(()=>{if(o){let e=e=>{let t=e.target,n={x:e.clientX,y:e.clientY},r=c?.contains(t)||u?.contains(t),i=!YD(n,o);r?f():i&&(f(),l())};return document.addEventListener(`pointermove`,e),()=>document.removeEventListener(`pointermove`,e)}},[c,u,o,l,f]),(0,M.jsx)(UD,{...e,ref:a})}),[BD,VD]=vD(DD,{isInside:!1}),HD=o_(`TooltipContent`),UD=j.forwardRef((e,t)=>{let{__scopeTooltip:n,children:r,"aria-label":i,onEscapeKeyDown:a,onPointerDownOutside:o,...s}=e,c=kD(LD,n),l=bD(n),{onClose:u}=c;return j.useEffect(()=>(document.addEventListener(CD,u),()=>document.removeEventListener(CD,u)),[u]),j.useEffect(()=>{if(c.trigger){let e=e=>{e.target?.contains(c.trigger)&&u()};return window.addEventListener(`scroll`,e,{capture:!0}),()=>window.removeEventListener(`scroll`,e,{capture:!0})}},[c.trigger,u]),(0,M.jsx)(x_,{asChild:!0,disableOutsidePointerEvents:!1,onEscapeKeyDown:a,onPointerDownOutside:o,onFocusOutside:e=>e.preventDefault(),onDismiss:u,children:(0,M.jsxs)(gD,{"data-state":c.stateAttribute,...l,...s,ref:t,style:{...s.style,"--radix-tooltip-content-transform-origin":`var(--radix-popper-transform-origin)`,"--radix-tooltip-content-available-width":`var(--radix-popper-available-width)`,"--radix-tooltip-content-available-height":`var(--radix-popper-available-height)`,"--radix-tooltip-trigger-width":`var(--radix-popper-anchor-width)`,"--radix-tooltip-trigger-height":`var(--radix-popper-anchor-height)`},children:[(0,M.jsx)(HD,{children:r}),(0,M.jsx)(BD,{scope:n,isInside:!0,children:(0,M.jsx)(G_,{id:c.contentId,role:`tooltip`,children:i||r})})]})})});RD.displayName=LD;var WD=`TooltipArrow`,GD=j.forwardRef((e,t)=>{let{__scopeTooltip:n,...r}=e,i=bD(n);return VD(WD,n).isInside?null:(0,M.jsx)(_D,{...i,...r,ref:t})});GD.displayName=WD;function KD(e,t){let n=Math.abs(t.top-e.y),r=Math.abs(t.bottom-e.y),i=Math.abs(t.right-e.x),a=Math.abs(t.left-e.x);switch(Math.min(n,r,i,a)){case a:return`left`;case i:return`right`;case n:return`top`;case r:return`bottom`;default:throw Error(`unreachable`)}}function qD(e,t,n=5){let r=[];switch(t){case`top`:r.push({x:e.x-n,y:e.y+n},{x:e.x+n,y:e.y+n});break;case`bottom`:r.push({x:e.x-n,y:e.y-n},{x:e.x+n,y:e.y-n});break;case`left`:r.push({x:e.x+n,y:e.y-n},{x:e.x+n,y:e.y+n});break;case`right`:r.push({x:e.x-n,y:e.y-n},{x:e.x-n,y:e.y+n});break}return r}function JD(e){let{top:t,right:n,bottom:r,left:i}=e;return[{x:i,y:t},{x:n,y:t},{x:n,y:r},{x:i,y:r}]}function YD(e,t){let{x:n,y:r}=e,i=!1;for(let e=0,a=t.length-1;e<t.length;a=e++){let o=t[e],s=t[a],c=o.x,l=o.y,u=s.x,d=s.y;l>r!=d>r&&n<(u-c)*(r-l)/(d-l)+c&&(i=!i)}return i}function XD(e){let t=e.slice();return t.sort((e,t)=>e.x<t.x?-1:e.x>t.x?1:e.y<t.y?-1:+(e.y>t.y)),ZD(t)}function ZD(e){if(e.length<=1)return e.slice();let t=[];for(let n=0;n<e.length;n++){let r=e[n];for(;t.length>=2;){let e=t[t.length-1],n=t[t.length-2];if((e.x-n.x)*(r.y-n.y)>=(e.y-n.y)*(r.x-n.x))t.pop();else break}t.push(r)}t.pop();let n=[];for(let t=e.length-1;t>=0;t--){let r=e[t];for(;n.length>=2;){let e=n[n.length-1],t=n[n.length-2];if((e.x-t.x)*(r.y-t.y)>=(e.y-t.y)*(r.x-t.x))n.pop();else break}n.push(r)}return n.pop(),t.length===1&&n.length===1&&t[0].x===n[0].x&&t[0].y===n[0].y?t:t.concat(n)}var QD=ED,$D=AD,eO=MD,tO=RD,nO=QD,rO=$D,iO=eO,aO=j.forwardRef(({className:e,sideOffset:t=4,...n},r)=>(0,M.jsx)(tO,{ref:r,sideOffset:t,className:Z(`z-50 overflow-hidden rounded-md border bg-popover px-3 py-1.5 text-sm text-popover-foreground shadow-md animate-in fade-in-0 zoom-in-95 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2`,e),...n}));aO.displayName=tO.displayName;var oO=`sidebar_state`,sO=3600*24*7,cO=`16rem`,lO=`18rem`,uO=`3rem`,dO=`b`,fO=j.createContext(null);function pO(){let e=j.useContext(fO);if(!e)throw Error(`useSidebar must be used within a SidebarProvider`);return e}var mO=j.forwardRef(({defaultOpen:e=!0,open:t,onOpenChange:n,className:r,style:i,children:a,...o},s)=>{let c=Bx(),[l,u]=j.useState(!1),[d,f]=j.useState(e),p=t??d,m=j.useCallback(e=>{let t=typeof e==`function`?e(p):e;n?n(t):f(t),document.cookie=`${oO}=${t}; path=/; max-age=${sO}`},[n,p]),h=j.useCallback(()=>c?u(e=>!e):m(e=>!e),[c,m,u]);j.useEffect(()=>{let e=e=>{e.key===dO&&(e.metaKey||e.ctrlKey)&&(e.preventDefault(),h())};return window.addEventListener(`keydown`,e),()=>window.removeEventListener(`keydown`,e)},[h]);let g=p?`expanded`:`collapsed`,_=j.useMemo(()=>({state:g,open:p,setOpen:m,isMobile:c,openMobile:l,setOpenMobile:u,toggleSidebar:h}),[g,p,m,c,l,u,h]);return(0,M.jsx)(fO.Provider,{value:_,children:(0,M.jsx)(nO,{delayDuration:0,children:(0,M.jsx)(`div`,{style:{"--sidebar-width":cO,"--sidebar-width-icon":uO,...i},className:Z(`group/sidebar-wrapper has-data-[variant=inset]:bg-sidebar flex min-h-0 w-full`,r),ref:s,...o,children:a})})})});mO.displayName=`SidebarProvider`;var hO=j.forwardRef(({side:e=`left`,variant:t=`sidebar`,collapsible:n=`offcanvas`,className:r,children:i,...a},o)=>{let{isMobile:s,state:c,openMobile:l,setOpenMobile:u}=pO();return n===`none`?(0,M.jsx)(`div`,{className:Z(`bg-sidebar text-sidebar-foreground flex h-full w-[var(--sidebar-width)] flex-col`,r),ref:o,...a,children:i}):s?(0,M.jsx)(ww,{open:l,onOpenChange:u,...a,children:(0,M.jsx)(Ow,{"data-sidebar":`sidebar`,"data-mobile":`true`,className:`bg-sidebar text-sidebar-foreground w-[var(--sidebar-width)] p-0 [&>button]:hidden`,style:{"--sidebar-width":lO},side:e,children:(0,M.jsx)(`div`,{className:`flex h-full w-full flex-col`,children:i})})}):(0,M.jsx)(`div`,{ref:o,className:Z(`bg-sidebar text-sidebar-foreground hidden md:flex h-svh w-[var(--sidebar-width)] shrink-0 flex-col border-r transition-[width] duration-200 ease-linear overflow-hidden`,c===`collapsed`&&n===`offcanvas`&&`w-0 border-0`,c===`collapsed`&&n===`icon`&&`w-[var(--sidebar-width-icon)]`,r),"data-state":c,"data-collapsible":c===`collapsed`?n:``,"data-variant":t,"data-side":e,...a,children:i})});hO.displayName=`Sidebar`;var gO=j.forwardRef(({className:e,onClick:t,...n},r)=>{let{toggleSidebar:i}=pO();return(0,M.jsxs)(Q,{ref:r,"data-sidebar":`trigger`,variant:`ghost`,size:`icon`,className:Z(`h-7 w-7`,e),onClick:e=>{t?.(e),i()},...n,children:[(0,M.jsx)(Oy,{}),(0,M.jsx)(`span`,{className:`sr-only`,children:`Toggle Sidebar`})]})});gO.displayName=`SidebarTrigger`;var _O=j.forwardRef(({className:e,...t},n)=>{let{toggleSidebar:r}=pO();return(0,M.jsx)(`button`,{ref:n,"data-sidebar":`rail`,"aria-label":`Toggle Sidebar`,tabIndex:-1,onClick:r,title:`Toggle Sidebar`,className:Z(`hover:after:bg-sidebar-border absolute inset-y-0 z-20 hidden w-4 -translate-x-1/2 transition-all ease-linear after:absolute after:inset-y-0 after:left-1/2 after:w-[2px] group-data-[side=left]:-right-4 group-data-[side=right]:left-0 sm:flex`,`[[data-side=left]_&]:cursor-w-resize [[data-side=right]_&]:cursor-e-resize`,`[[data-side=left][data-state=collapsed]_&]:cursor-e-resize [[data-side=right][data-state=collapsed]_&]:cursor-w-resize`,`group-data-[collapsible=offcanvas]:translate-x-0 group-data-[collapsible=offcanvas]:after:left-full group-data-[collapsible=offcanvas]:hover:bg-sidebar`,`[[data-side=left][data-collapsible=offcanvas]_&]:-right-2`,`[[data-side=right][data-collapsible=offcanvas]_&]:-left-2`,e),...t})});_O.displayName=`SidebarRail`;var vO=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(`main`,{ref:n,className:Z(`relative flex min-h-svh flex-1 flex-col bg-background`,`peer-data-[variant=inset]:min-h-[calc(100svh-theme(spacing.4))] md:peer-data-[variant=inset]:m-2 md:peer-data-[state=collapsed]:peer-data-[variant=inset]:ml-2 md:peer-data-[variant=inset]:ml-0 md:peer-data-[variant=inset]:rounded-xl md:peer-data-[variant=inset]:shadow`,e),...t}));vO.displayName=`SidebarInset`;var yO=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(Hx,{ref:n,"data-sidebar":`input`,className:Z(`h-8 w-full bg-background shadow-none focus-visible:ring-2 focus-visible:ring-sidebar-ring`,e),...t}));yO.displayName=`SidebarInput`;var bO=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(`div`,{ref:n,"data-sidebar":`header`,className:Z(`flex flex-col gap-2 p-2`,e),...t}));bO.displayName=`SidebarHeader`;var xO=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(`div`,{ref:n,"data-sidebar":`footer`,className:Z(`flex flex-col gap-2 p-2`,e),...t}));xO.displayName=`SidebarFooter`;var SO=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(Xx,{ref:n,"data-sidebar":`separator`,className:Z(`mx-2 w-auto bg-sidebar-border`,e),...t}));SO.displayName=`SidebarSeparator`;var CO=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(`div`,{ref:n,"data-sidebar":`content`,className:Z(`flex min-h-0 flex-1 flex-col gap-2 overflow-auto`,e),...t}));CO.displayName=`SidebarContent`;var wO=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(`div`,{ref:n,"data-sidebar":`group`,className:Z(`relative flex w-full min-w-0 flex-col p-2`,e),...t}));wO.displayName=`SidebarGroup`;var TO=j.forwardRef(({className:e,asChild:t=!1,...n},r)=>(0,M.jsx)(t?Nx:`div`,{ref:r,"data-sidebar":`group-label`,className:Z(`text-xs/6 font-medium text-sidebar-foreground/70 ring-sidebar-ring flex h-8 shrink-0 items-center rounded-md px-2 outline-none transition-[margin,opacity] duration-200 ease-linear focus-visible:ring-2 [&>svg]:size-4 [&>svg]:shrink-0 [[data-collapsible=icon]_&]:-mt-8 [[data-collapsible=icon]_&]:opacity-0 [[data-collapsible=icon]_&]:overflow-hidden`,e),...n}));TO.displayName=`SidebarGroupLabel`;var EO=j.forwardRef(({className:e,asChild:t=!1,...n},r)=>(0,M.jsx)(t?Nx:`button`,{ref:r,"data-sidebar":`group-action`,className:Z(`absolute right-3 top-3.5 flex aspect-square w-5 items-center justify-center rounded-md p-0 text-sidebar-foreground outline-none ring-sidebar-ring transition-transform hover:bg-sidebar-accent hover:text-sidebar-accent-foreground focus-visible:ring-2 [&>svg]:size-4 [&>svg]:shrink-0`,`after:absolute after:-inset-2 after:md:hidden`,`group-data-[collapsible=icon]:hidden`,e),...n}));EO.displayName=`SidebarGroupAction`;var DO=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(`div`,{ref:n,"data-sidebar":`group-content`,className:Z(`w-full text-sm`,e),...t}));DO.displayName=`SidebarGroupContent`;var OO=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(`ul`,{ref:n,"data-sidebar":`menu`,className:Z(`flex w-full min-w-0 flex-col gap-1`,e),...t}));OO.displayName=`SidebarMenu`;var kO=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(`li`,{ref:n,"data-sidebar":`menu-item`,className:Z(`group/menu-item relative`,e),...t}));kO.displayName=`SidebarMenuItem`;var AO=j.forwardRef(({asChild:e=!1,isActive:t=!1,variant:n=`default`,size:r=`default`,tooltip:i,className:a,...o},s)=>{let c=e?Nx:`button`,{isMobile:l,state:u}=pO(),d=(0,M.jsx)(c,{ref:s,"data-sidebar":`menu-button`,"data-size":r,"data-active":t,className:Z(jO({variant:n,size:r}),a),...o});return i?(typeof i==`string`&&(i={children:i}),(0,M.jsxs)(rO,{children:[(0,M.jsx)(iO,{asChild:!0,children:d}),(0,M.jsx)(aO,{side:`right`,align:`center`,hidden:u!==`collapsed`||l,...i})]})):d});AO.displayName=`SidebarMenuButton`;var jO=Gv(`peer/menu-button flex w-full items-center gap-2 overflow-hidden rounded-md p-2 text-left text-sm outline-none ring-sidebar-ring transition-[width,height,padding] hover:bg-sidebar-accent hover:text-sidebar-accent-foreground focus-visible:ring-2 active:bg-sidebar-accent active:text-sidebar-accent-foreground disabled:pointer-events-none disabled:opacity-50 group-has-[[data-sidebar=menu-action]]/menu-item:pr-8 aria-disabled:pointer-events-none aria-disabled:opacity-50 data-[active=true]:bg-sidebar-accent data-[active=true]:font-medium data-[active=true]:text-sidebar-accent-foreground data-[state=open]:hover:bg-sidebar-accent data-[state=open]:hover:text-sidebar-accent-foreground group-data-[collapsible=icon]:!size-8 group-data-[collapsible=icon]:!p-2 [&>span:last-child]:truncate [&>svg]:size-4 [&>svg]:shrink-0`,{variants:{variant:{default:`hover:bg-sidebar-accent hover:text-sidebar-accent-foreground`,outline:`bg-background shadow-[0_0_0_1px_hsl(var(--sidebar-border))] hover:bg-sidebar-accent hover:text-sidebar-accent-foreground hover:shadow-[0_0_0_1px_hsl(var(--sidebar-accent))]`},size:{default:`h-8 text-sm`,sm:`h-7 text-xs`,lg:`h-12 text-sm group-data-[collapsible=icon]:!p-0`}},defaultVariants:{variant:`default`,size:`default`}}),MO=j.forwardRef(({className:e,asChild:t=!1,showOnHover:n=!1,...r},i)=>(0,M.jsx)(t?Nx:`button`,{ref:i,"data-sidebar":`menu-action`,className:Z(`absolute right-1 top-1.5 flex aspect-square w-5 items-center justify-center rounded-md p-0 text-sidebar-foreground outline-none ring-sidebar-ring transition-transform hover:bg-sidebar-accent hover:text-sidebar-accent-foreground focus-visible:ring-2 [&>svg]:size-4 [&>svg]:shrink-0`,`after:absolute after:-inset-2 after:md:hidden`,`peer-data-[size=sm]/menu-button:top-1`,`peer-data-[size=default]/menu-button:top-1.5`,`peer-data-[size=lg]/menu-button:top-2.5`,`group-data-[collapsible=icon]:hidden`,n&&`group-focus-within/menu-item:opacity-100 group-hover/menu-item:opacity-100 data-[state=open]:opacity-100 peer-data-[active=true]/menu-button:text-sidebar-accent-foreground md:opacity-0`,e),...r}));MO.displayName=`SidebarMenuAction`;var NO=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(`div`,{ref:n,"data-sidebar":`menu-badge`,className:Z(`text-sidebar-foreground pointer-events-none absolute right-1 flex h-5 min-w-5 items-center justify-center rounded-md px-1 text-xs font-medium tabular-nums select-none`,`peer-hover/menu-button:text-sidebar-accent-foreground peer-data-[active=true]/menu-button:text-sidebar-accent-foreground`,`peer-data-[size=sm]/menu-button:top-1`,`peer-data-[size=default]/menu-button:top-1.5`,`peer-data-[size=lg]/menu-button:top-2.5`,`group-data-[collapsible=icon]:hidden`,e),...t}));NO.displayName=`SidebarMenuBadge`;var PO=j.forwardRef(({className:e,showIcon:t=!1,...n},r)=>{let i=j.useMemo(()=>`${Math.floor(Math.random()*40)+50}%`,[]);return(0,M.jsxs)(`div`,{ref:r,"data-sidebar":`menu-skeleton`,className:Z(`rounded-md h-8 flex gap-2 px-2 items-center`,e),...n,children:[t&&(0,M.jsx)(Nw,{className:`size-4 rounded-md`,"data-sidebar":`menu-skeleton-icon`}),(0,M.jsx)(Nw,{className:`h-4 flex-1 max-w-[var(--skeleton-width)]`,"data-sidebar":`menu-skeleton-text`,style:{"--skeleton-width":i}})]})});PO.displayName=`SidebarMenuSkeleton`;var FO=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(`ul`,{ref:n,"data-sidebar":`menu-sub`,className:Z(`mx-3.5 flex min-w-0 translate-x-px flex-col gap-1 border-l border-sidebar-border px-2.5 py-0.5`,`group-data-[collapsible=icon]:hidden`,e),...t}));FO.displayName=`SidebarMenuSub`;var IO=j.forwardRef(({...e},t)=>(0,M.jsx)(`li`,{ref:t,...e}));IO.displayName=`SidebarMenuSubItem`;var LO=j.forwardRef(({asChild:e=!1,size:t=`md`,isActive:n,className:r,...i},a)=>(0,M.jsx)(e?Nx:`a`,{ref:a,"data-sidebar":`menu-sub-button`,"data-size":t,"data-active":n,className:Z(`flex h-7 min-w-0 -translate-x-px items-center gap-2 overflow-hidden rounded-md px-2 text-sidebar-foreground outline-none ring-sidebar-ring hover:bg-sidebar-accent hover:text-sidebar-accent-foreground focus-visible:ring-2 active:bg-sidebar-accent active:text-sidebar-accent-foreground disabled:pointer-events-none disabled:opacity-50 aria-disabled:pointer-events-none aria-disabled:opacity-50 [&>span:last-child]:truncate [&>svg]:size-4 [&>svg]:shrink-0 [&>svg]:text-sidebar-accent-foreground`,`data-[active=true]:bg-sidebar-accent data-[active=true]:text-sidebar-accent-foreground`,t===`sm`&&`text-xs`,t===`md`&&`text-sm`,r),...i}));LO.displayName=`SidebarMenuSubButton`;var RO=Gv(`text-muted-foreground flex flex-wrap items-center gap-1.5 break-words text-sm sm:gap-2.5`),zO=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(`nav`,{ref:n,"aria-label":`breadcrumb`,className:Z(RO(),e),...t}));zO.displayName=`Breadcrumb`;var BO=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(`ol`,{ref:n,className:Z(`text-muted-foreground flex flex-wrap items-center gap-1.5 break-words text-sm sm:gap-2.5`,e),...t}));BO.displayName=`BreadcrumbList`;var VO=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(`li`,{ref:n,className:Z(`inline-flex items-center gap-1.5`,e),...t}));VO.displayName=`BreadcrumbItem`;var HO=j.forwardRef(({asChild:e,className:t,...n},r)=>(0,M.jsx)(e?Nx:`a`,{ref:r,className:Z(`hover:text-foreground transition-colors`,t),...n}));HO.displayName=`BreadcrumbLink`;var UO=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(`span`,{ref:n,role:`link`,"aria-disabled":`true`,"aria-current":`page`,className:Z(`text-foreground font-normal`,e),...t}));UO.displayName=`BreadcrumbPage`;var WO=({children:e,className:t,...n})=>(0,M.jsx)(`li`,{role:`presentation`,"aria-hidden":`true`,className:Z(`[&>svg]:size-3.5`,t),...n,children:e??(0,M.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`,className:`size-4`,children:(0,M.jsx)(`path`,{d:`m9 18 6-6-6-6`})})});WO.displayName=`BreadcrumbSeparator`;var GO=({className:e,...t})=>(0,M.jsxs)(`span`,{role:`presentation`,"aria-hidden":`true`,className:Z(`flex h-9 w-9 items-center justify-center`,e),...t,children:[(0,M.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`,className:`size-4`,children:[(0,M.jsx)(`circle`,{cx:`12`,cy:`12`,r:`1`}),(0,M.jsx)(`circle`,{cx:`19`,cy:`12`,r:`1`}),(0,M.jsx)(`circle`,{cx:`5`,cy:`12`,r:`1`})]}),(0,M.jsx)(`span`,{className:`sr-only`,children:`More`})]});GO.displayName=`BreadcrumbElipssis`;var KO=j.createContext(void 0);function qO(e){let t=j.useContext(KO);return e||t||`ltr`}var JO=`rovingFocusGroup.onEntryFocus`,YO={bubbles:!1,cancelable:!0},XO=`RovingFocusGroup`,[ZO,QO,$O]=u_(XO),[ek,tk]=t_(XO,[$O]),[nk,rk]=ek(XO),ik=j.forwardRef((e,t)=>(0,M.jsx)(ZO.Provider,{scope:e.__scopeRovingFocusGroup,children:(0,M.jsx)(ZO.Slot,{scope:e.__scopeRovingFocusGroup,children:(0,M.jsx)(ak,{...e,ref:t})})}));ik.displayName=XO;var ak=j.forwardRef((e,t)=>{let{__scopeRovingFocusGroup:n,orientation:r,loop:i=!1,dir:a,currentTabStopId:o,defaultCurrentTabStopId:s,onCurrentTabStopIdChange:c,onEntryFocus:l,preventScrollOnEntryFocus:u=!1,...d}=e,f=j.useRef(null),p=$g(t,f),m=qO(a),[h,g]=z_({prop:o,defaultProp:s??null,onChange:c,caller:XO}),[_,v]=j.useState(!1),y=p_(l),b=QO(n),x=j.useRef(!1),[S,C]=j.useState(0);return j.useEffect(()=>{let e=f.current;if(e)return e.addEventListener(JO,y),()=>e.removeEventListener(JO,y)},[y]),(0,M.jsx)(nk,{scope:n,orientation:r,dir:m,loop:i,currentTabStopId:h,onItemFocus:j.useCallback(e=>g(e),[g]),onItemShiftTab:j.useCallback(()=>v(!0),[]),onFocusableItemAdd:j.useCallback(()=>C(e=>e+1),[]),onFocusableItemRemove:j.useCallback(()=>C(e=>e-1),[]),children:(0,M.jsx)(d_.div,{tabIndex:_||S===0?-1:0,"data-orientation":r,...d,ref:p,style:{outline:`none`,...e.style},onMouseDown:J(e.onMouseDown,()=>{x.current=!0}),onFocus:J(e.onFocus,e=>{let t=!x.current;if(e.target===e.currentTarget&&t&&!_){let t=new CustomEvent(JO,YO);if(e.currentTarget.dispatchEvent(t),!t.defaultPrevented){let e=b().filter(e=>e.focusable);dk([e.find(e=>e.active),e.find(e=>e.id===h),...e].filter(Boolean).map(e=>e.ref.current),u)}}x.current=!1}),onBlur:J(e.onBlur,()=>v(!1))})})}),ok=`RovingFocusGroupItem`,sk=j.forwardRef((e,t)=>{let{__scopeRovingFocusGroup:n,focusable:r=!0,active:i=!1,tabStopId:a,children:o,...s}=e,c=$x(),l=a||c,u=rk(ok,n),d=u.currentTabStopId===l,f=QO(n),{onFocusableItemAdd:p,onFocusableItemRemove:m,currentTabStopId:h}=u;return j.useEffect(()=>{if(r)return p(),()=>m()},[r,p,m]),(0,M.jsx)(ZO.ItemSlot,{scope:n,id:l,focusable:r,active:i,children:(0,M.jsx)(d_.span,{tabIndex:d?0:-1,"data-orientation":u.orientation,...s,ref:t,onMouseDown:J(e.onMouseDown,e=>{r?u.onItemFocus(l):e.preventDefault()}),onFocus:J(e.onFocus,()=>u.onItemFocus(l)),onKeyDown:J(e.onKeyDown,e=>{if(e.key===`Tab`&&e.shiftKey){u.onItemShiftTab();return}if(e.target!==e.currentTarget)return;let t=uk(e,u.orientation,u.dir);if(t!==void 0){if(e.metaKey||e.ctrlKey||e.altKey||e.shiftKey)return;e.preventDefault();let n=f().filter(e=>e.focusable).map(e=>e.ref.current);if(t===`last`)n.reverse();else if(t===`prev`||t===`next`){t===`prev`&&n.reverse();let r=n.indexOf(e.currentTarget);n=u.loop?fk(n,r+1):n.slice(r+1)}setTimeout(()=>dk(n))}}),children:typeof o==`function`?o({isCurrentTabStop:d,hasTabStop:h!=null}):o})})});sk.displayName=ok;var ck={ArrowLeft:`prev`,ArrowUp:`prev`,ArrowRight:`next`,ArrowDown:`next`,PageUp:`first`,Home:`first`,PageDown:`last`,End:`last`};function lk(e,t){return t===`rtl`?e===`ArrowLeft`?`ArrowRight`:e===`ArrowRight`?`ArrowLeft`:e:e}function uk(e,t,n){let r=lk(e.key,n);if(!(t===`vertical`&&[`ArrowLeft`,`ArrowRight`].includes(r))&&!(t===`horizontal`&&[`ArrowUp`,`ArrowDown`].includes(r)))return ck[r]}function dk(e,t=!1){let n=document.activeElement;for(let r of e)if(r===n||(r.focus({preventScroll:t}),document.activeElement!==n))return}function fk(e,t){return e.map((n,r)=>e[(t+r)%e.length])}var pk=ik,mk=sk,hk=[`Enter`,` `],gk=[`ArrowDown`,`PageUp`,`Home`],_k=[`ArrowUp`,`PageDown`,`End`],vk=[...gk,..._k],yk={ltr:[...hk,`ArrowRight`],rtl:[...hk,`ArrowLeft`]},bk={ltr:[`ArrowLeft`],rtl:[`ArrowRight`]},xk=`Menu`,[Sk,Ck,wk]=u_(xk),[Tk,Ek]=t_(xk,[wk,QE,tk]),Dk=QE(),Ok=tk(),[kk,Ak]=Tk(xk),[jk,Mk]=Tk(xk),Nk=e=>{let{__scopeMenu:t,open:n=!1,children:r,dir:i,onOpenChange:a,modal:o=!0}=e,s=Dk(t),[c,l]=j.useState(null),u=j.useRef(!1),d=p_(a),f=qO(i);return j.useEffect(()=>{let e=()=>{u.current=!0,document.addEventListener(`pointerdown`,t,{capture:!0,once:!0}),document.addEventListener(`pointermove`,t,{capture:!0,once:!0})},t=()=>u.current=!1;return document.addEventListener(`keydown`,e,{capture:!0}),()=>{document.removeEventListener(`keydown`,e,{capture:!0}),document.removeEventListener(`pointerdown`,t,{capture:!0}),document.removeEventListener(`pointermove`,t,{capture:!0})}},[]),(0,M.jsx)(mD,{...s,children:(0,M.jsx)(kk,{scope:t,open:n,onOpenChange:d,content:c,onContentChange:l,children:(0,M.jsx)(jk,{scope:t,onClose:j.useCallback(()=>d(!1),[d]),isUsingKeyboardRef:u,dir:f,modal:o,children:r})})})};Nk.displayName=xk;var Pk=`MenuAnchor`,Fk=j.forwardRef((e,t)=>{let{__scopeMenu:n,...r}=e,i=Dk(n);return(0,M.jsx)(hD,{...i,...r,ref:t})});Fk.displayName=Pk;var Ik=`MenuPortal`,[Lk,Rk]=Tk(Ik,{forceMount:void 0}),zk=e=>{let{__scopeMenu:t,forceMount:n,children:r,container:i}=e,a=Ak(Ik,t);return(0,M.jsx)(Lk,{scope:t,forceMount:n,children:(0,M.jsx)(P_,{present:n||a.open,children:(0,M.jsx)(M_,{asChild:!0,container:i,children:r})})})};zk.displayName=Ik;var Bk=`MenuContent`,[Vk,Hk]=Tk(Bk),Uk=j.forwardRef((e,t)=>{let n=Rk(Bk,e.__scopeMenu),{forceMount:r=n.forceMount,...i}=e,a=Ak(Bk,e.__scopeMenu),o=Mk(Bk,e.__scopeMenu);return(0,M.jsx)(Sk.Provider,{scope:e.__scopeMenu,children:(0,M.jsx)(P_,{present:r||a.open,children:(0,M.jsx)(Sk.Slot,{scope:e.__scopeMenu,children:o.modal?(0,M.jsx)(Wk,{...i,ref:t}):(0,M.jsx)(Gk,{...i,ref:t})})})})}),Wk=j.forwardRef((e,t)=>{let n=Ak(Bk,e.__scopeMenu),r=j.useRef(null),i=$g(t,r);return j.useEffect(()=>{let e=r.current;if(e)return IC(e)},[]),(0,M.jsx)(qk,{...e,ref:i,trapFocus:n.open,disableOutsidePointerEvents:n.open,disableOutsideScroll:!0,onFocusOutside:J(e.onFocusOutside,e=>e.preventDefault(),{checkForDefaultPrevented:!1}),onDismiss:()=>n.onOpenChange(!1)})}),Gk=j.forwardRef((e,t)=>{let n=Ak(Bk,e.__scopeMenu);return(0,M.jsx)(qk,{...e,ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,disableOutsideScroll:!1,onDismiss:()=>n.onOpenChange(!1)})}),Kk=r_(`MenuContent.ScrollLock`),qk=j.forwardRef((e,t)=>{let{__scopeMenu:n,loop:r=!1,trapFocus:i,onOpenAutoFocus:a,onCloseAutoFocus:o,disableOutsidePointerEvents:s,onEntryFocus:c,onEscapeKeyDown:l,onPointerDownOutside:u,onFocusOutside:d,onInteractOutside:f,onDismiss:p,disableOutsideScroll:m,...h}=e,g=Ak(Bk,n),_=Mk(Bk,n),v=Dk(n),y=Ok(n),b=Ck(n),[x,S]=j.useState(null),C=j.useRef(null),w=$g(t,C,g.onContentChange),T=j.useRef(0),E=j.useRef(``),D=j.useRef(0),O=j.useRef(null),ee=j.useRef(`right`),te=j.useRef(0),ne=m?DC:j.Fragment,re=m?{as:Kk,allowPinchZoom:!0}:void 0,ie=e=>{let t=E.current+e,n=b().filter(e=>!e.disabled),r=document.activeElement,i=n.find(e=>e.ref.current===r)?.textValue,a=jA(n.map(e=>e.textValue),t,i),o=n.find(e=>e.textValue===a)?.ref.current;(function e(t){E.current=t,window.clearTimeout(T.current),t!==``&&(T.current=window.setTimeout(()=>e(``),1e3))})(t),o&&setTimeout(()=>o.focus())};j.useEffect(()=>()=>window.clearTimeout(T.current),[]),_S();let ae=j.useCallback(e=>ee.current===O.current?.side&&NA(e,O.current?.area),[]);return(0,M.jsx)(Vk,{scope:n,searchRef:E,onItemEnter:j.useCallback(e=>{ae(e)&&e.preventDefault()},[ae]),onItemLeave:j.useCallback(e=>{ae(e)||(C.current?.focus(),S(null))},[ae]),onTriggerLeave:j.useCallback(e=>{ae(e)&&e.preventDefault()},[ae]),pointerGraceTimerRef:D,onPointerGraceIntentChange:j.useCallback(e=>{O.current=e},[]),children:(0,M.jsx)(ne,{...re,children:(0,M.jsx)(iS,{asChild:!0,trapped:i,onMountAutoFocus:J(a,e=>{e.preventDefault(),C.current?.focus({preventScroll:!0})}),onUnmountAutoFocus:o,children:(0,M.jsx)(x_,{asChild:!0,disableOutsidePointerEvents:s,onEscapeKeyDown:l,onPointerDownOutside:u,onFocusOutside:d,onInteractOutside:f,onDismiss:p,children:(0,M.jsx)(pk,{asChild:!0,...y,dir:_.dir,orientation:`vertical`,loop:r,currentTabStopId:x,onCurrentTabStopIdChange:S,onEntryFocus:J(c,e=>{_.isUsingKeyboardRef.current||e.preventDefault()}),preventScrollOnEntryFocus:!0,children:(0,M.jsx)(gD,{role:`menu`,"aria-orientation":`vertical`,"data-state":EA(g.open),"data-radix-menu-content":``,dir:_.dir,...v,...h,ref:w,style:{outline:`none`,...h.style},onKeyDown:J(h.onKeyDown,e=>{let t=e.target.closest(`[data-radix-menu-content]`)===e.currentTarget,n=e.ctrlKey||e.altKey||e.metaKey,r=e.key.length===1;t&&(e.key===`Tab`&&e.preventDefault(),!n&&r&&ie(e.key));let i=C.current;if(e.target!==i||!vk.includes(e.key))return;e.preventDefault();let a=b().filter(e=>!e.disabled).map(e=>e.ref.current);_k.includes(e.key)&&a.reverse(),kA(a)}),onBlur:J(e.onBlur,e=>{e.currentTarget.contains(e.target)||(window.clearTimeout(T.current),E.current=``)}),onPointerMove:J(e.onPointerMove,PA(e=>{let t=e.target,n=te.current!==e.clientX;e.currentTarget.contains(t)&&n&&(ee.current=e.clientX>te.current?`right`:`left`,te.current=e.clientX)}))})})})})})})});Uk.displayName=Bk;var Jk=`MenuGroup`,Yk=j.forwardRef((e,t)=>{let{__scopeMenu:n,...r}=e;return(0,M.jsx)(d_.div,{role:`group`,...r,ref:t})});Yk.displayName=Jk;var Xk=`MenuLabel`,Zk=j.forwardRef((e,t)=>{let{__scopeMenu:n,...r}=e;return(0,M.jsx)(d_.div,{...r,ref:t})});Zk.displayName=Xk;var Qk=`MenuItem`,$k=`menu.itemSelect`,eA=j.forwardRef((e,t)=>{let{disabled:n=!1,onSelect:r,...i}=e,a=j.useRef(null),o=Mk(Qk,e.__scopeMenu),s=Hk(Qk,e.__scopeMenu),c=$g(t,a),l=j.useRef(!1),u=()=>{let e=a.current;if(!n&&e){let t=new CustomEvent($k,{bubbles:!0,cancelable:!0});e.addEventListener($k,e=>r?.(e),{once:!0}),f_(e,t),t.defaultPrevented?l.current=!1:o.onClose()}};return(0,M.jsx)(tA,{...i,ref:c,disabled:n,onClick:J(e.onClick,u),onPointerDown:t=>{e.onPointerDown?.(t),l.current=!0},onPointerUp:J(e.onPointerUp,e=>{l.current||e.currentTarget?.click()}),onKeyDown:J(e.onKeyDown,e=>{let t=s.searchRef.current!==``;n||t&&e.key===` `||hk.includes(e.key)&&(e.currentTarget.click(),e.preventDefault())})})});eA.displayName=Qk;var tA=j.forwardRef((e,t)=>{let{__scopeMenu:n,disabled:r=!1,textValue:i,...a}=e,o=Hk(Qk,n),s=Ok(n),c=j.useRef(null),l=$g(t,c),[u,d]=j.useState(!1),[f,p]=j.useState(``);return j.useEffect(()=>{let e=c.current;e&&p((e.textContent??``).trim())},[a.children]),(0,M.jsx)(Sk.ItemSlot,{scope:n,disabled:r,textValue:i??f,children:(0,M.jsx)(mk,{asChild:!0,...s,focusable:!r,children:(0,M.jsx)(d_.div,{role:`menuitem`,"data-highlighted":u?``:void 0,"aria-disabled":r||void 0,"data-disabled":r?``:void 0,...a,ref:l,onPointerMove:J(e.onPointerMove,PA(e=>{r?o.onItemLeave(e):(o.onItemEnter(e),e.defaultPrevented||e.currentTarget.focus({preventScroll:!0}))})),onPointerLeave:J(e.onPointerLeave,PA(e=>o.onItemLeave(e))),onFocus:J(e.onFocus,()=>d(!0)),onBlur:J(e.onBlur,()=>d(!1))})})})}),nA=`MenuCheckboxItem`,rA=j.forwardRef((e,t)=>{let{checked:n=!1,onCheckedChange:r,...i}=e;return(0,M.jsx)(dA,{scope:e.__scopeMenu,checked:n,children:(0,M.jsx)(eA,{role:`menuitemcheckbox`,"aria-checked":DA(n)?`mixed`:n,...i,ref:t,"data-state":OA(n),onSelect:J(i.onSelect,()=>r?.(DA(n)?!0:!n),{checkForDefaultPrevented:!1})})})});rA.displayName=nA;var iA=`MenuRadioGroup`,[aA,oA]=Tk(iA,{value:void 0,onValueChange:()=>{}}),sA=j.forwardRef((e,t)=>{let{value:n,onValueChange:r,...i}=e,a=p_(r);return(0,M.jsx)(aA,{scope:e.__scopeMenu,value:n,onValueChange:a,children:(0,M.jsx)(Yk,{...i,ref:t})})});sA.displayName=iA;var cA=`MenuRadioItem`,lA=j.forwardRef((e,t)=>{let{value:n,...r}=e,i=oA(cA,e.__scopeMenu),a=n===i.value;return(0,M.jsx)(dA,{scope:e.__scopeMenu,checked:a,children:(0,M.jsx)(eA,{role:`menuitemradio`,"aria-checked":a,...r,ref:t,"data-state":OA(a),onSelect:J(r.onSelect,()=>i.onValueChange?.(n),{checkForDefaultPrevented:!1})})})});lA.displayName=cA;var uA=`MenuItemIndicator`,[dA,fA]=Tk(uA,{checked:!1}),pA=j.forwardRef((e,t)=>{let{__scopeMenu:n,forceMount:r,...i}=e,a=fA(uA,n);return(0,M.jsx)(P_,{present:r||DA(a.checked)||a.checked===!0,children:(0,M.jsx)(d_.span,{...i,ref:t,"data-state":OA(a.checked)})})});pA.displayName=uA;var mA=`MenuSeparator`,hA=j.forwardRef((e,t)=>{let{__scopeMenu:n,...r}=e;return(0,M.jsx)(d_.div,{role:`separator`,"aria-orientation":`horizontal`,...r,ref:t})});hA.displayName=mA;var gA=`MenuArrow`,_A=j.forwardRef((e,t)=>{let{__scopeMenu:n,...r}=e,i=Dk(n);return(0,M.jsx)(_D,{...i,...r,ref:t})});_A.displayName=gA;var vA=`MenuSub`,[yA,bA]=Tk(vA),xA=e=>{let{__scopeMenu:t,children:n,open:r=!1,onOpenChange:i}=e,a=Ak(vA,t),o=Dk(t),[s,c]=j.useState(null),[l,u]=j.useState(null),d=p_(i);return j.useEffect(()=>(a.open===!1&&d(!1),()=>d(!1)),[a.open,d]),(0,M.jsx)(mD,{...o,children:(0,M.jsx)(kk,{scope:t,open:r,onOpenChange:d,content:l,onContentChange:u,children:(0,M.jsx)(yA,{scope:t,contentId:$x(),triggerId:$x(),trigger:s,onTriggerChange:c,children:n})})})};xA.displayName=vA;var SA=`MenuSubTrigger`,CA=j.forwardRef((e,t)=>{let n=Ak(SA,e.__scopeMenu),r=Mk(SA,e.__scopeMenu),i=bA(SA,e.__scopeMenu),a=Hk(SA,e.__scopeMenu),o=j.useRef(null),{pointerGraceTimerRef:s,onPointerGraceIntentChange:c}=a,l={__scopeMenu:e.__scopeMenu},u=j.useCallback(()=>{o.current&&window.clearTimeout(o.current),o.current=null},[]);return j.useEffect(()=>u,[u]),j.useEffect(()=>{let e=s.current;return()=>{window.clearTimeout(e),c(null)}},[s,c]),(0,M.jsx)(Fk,{asChild:!0,...l,children:(0,M.jsx)(tA,{id:i.triggerId,"aria-haspopup":`menu`,"aria-expanded":n.open,"aria-controls":i.contentId,"data-state":EA(n.open),...e,ref:Qg(t,i.onTriggerChange),onClick:t=>{e.onClick?.(t),!(e.disabled||t.defaultPrevented)&&(t.currentTarget.focus(),n.open||n.onOpenChange(!0))},onPointerMove:J(e.onPointerMove,PA(t=>{a.onItemEnter(t),!t.defaultPrevented&&!e.disabled&&!n.open&&!o.current&&(a.onPointerGraceIntentChange(null),o.current=window.setTimeout(()=>{n.onOpenChange(!0),u()},100))})),onPointerLeave:J(e.onPointerLeave,PA(e=>{u();let t=n.content?.getBoundingClientRect();if(t){let r=n.content?.dataset.side,i=r===`right`,o=i?-5:5,c=t[i?`left`:`right`],l=t[i?`right`:`left`];a.onPointerGraceIntentChange({area:[{x:e.clientX+o,y:e.clientY},{x:c,y:t.top},{x:l,y:t.top},{x:l,y:t.bottom},{x:c,y:t.bottom}],side:r}),window.clearTimeout(s.current),s.current=window.setTimeout(()=>a.onPointerGraceIntentChange(null),300)}else{if(a.onTriggerLeave(e),e.defaultPrevented)return;a.onPointerGraceIntentChange(null)}})),onKeyDown:J(e.onKeyDown,t=>{let i=a.searchRef.current!==``;e.disabled||i&&t.key===` `||yk[r.dir].includes(t.key)&&(n.onOpenChange(!0),n.content?.focus(),t.preventDefault())})})})});CA.displayName=SA;var wA=`MenuSubContent`,TA=j.forwardRef((e,t)=>{let n=Rk(Bk,e.__scopeMenu),{forceMount:r=n.forceMount,...i}=e,a=Ak(Bk,e.__scopeMenu),o=Mk(Bk,e.__scopeMenu),s=bA(wA,e.__scopeMenu),c=j.useRef(null),l=$g(t,c);return(0,M.jsx)(Sk.Provider,{scope:e.__scopeMenu,children:(0,M.jsx)(P_,{present:r||a.open,children:(0,M.jsx)(Sk.Slot,{scope:e.__scopeMenu,children:(0,M.jsx)(qk,{id:s.contentId,"aria-labelledby":s.triggerId,...i,ref:l,align:`start`,side:o.dir===`rtl`?`left`:`right`,disableOutsidePointerEvents:!1,disableOutsideScroll:!1,trapFocus:!1,onOpenAutoFocus:e=>{o.isUsingKeyboardRef.current&&c.current?.focus(),e.preventDefault()},onCloseAutoFocus:e=>e.preventDefault(),onFocusOutside:J(e.onFocusOutside,e=>{e.target!==s.trigger&&a.onOpenChange(!1)}),onEscapeKeyDown:J(e.onEscapeKeyDown,e=>{o.onClose(),e.preventDefault()}),onKeyDown:J(e.onKeyDown,e=>{let t=e.currentTarget.contains(e.target),n=bk[o.dir].includes(e.key);t&&n&&(a.onOpenChange(!1),s.trigger?.focus(),e.preventDefault())})})})})})});TA.displayName=wA;function EA(e){return e?`open`:`closed`}function DA(e){return e===`indeterminate`}function OA(e){return DA(e)?`indeterminate`:e?`checked`:`unchecked`}function kA(e){let t=document.activeElement;for(let n of e)if(n===t||(n.focus(),document.activeElement!==t))return}function AA(e,t){return e.map((n,r)=>e[(t+r)%e.length])}function jA(e,t,n){let r=t.length>1&&Array.from(t).every(e=>e===t[0])?t[0]:t,i=n?e.indexOf(n):-1,a=AA(e,Math.max(i,0));r.length===1&&(a=a.filter(e=>e!==n));let o=a.find(e=>e.toLowerCase().startsWith(r.toLowerCase()));return o===n?void 0:o}function MA(e,t){let{x:n,y:r}=e,i=!1;for(let e=0,a=t.length-1;e<t.length;a=e++){let o=t[e],s=t[a],c=o.x,l=o.y,u=s.x,d=s.y;l>r!=d>r&&n<(u-c)*(r-l)/(d-l)+c&&(i=!i)}return i}function NA(e,t){return t?MA({x:e.clientX,y:e.clientY},t):!1}function PA(e){return t=>t.pointerType===`mouse`?e(t):void 0}var FA=Nk,IA=Fk,LA=zk,RA=Uk,zA=Yk,BA=Zk,VA=eA,HA=rA,UA=sA,WA=lA,GA=pA,KA=hA,qA=_A,JA=CA,YA=TA,XA=`DropdownMenu`,[ZA,QA]=t_(XA,[Ek]),$A=Ek(),[ej,tj]=ZA(XA),nj=e=>{let{__scopeDropdownMenu:t,children:n,dir:r,open:i,defaultOpen:a,onOpenChange:o,modal:s=!0}=e,c=$A(t),l=j.useRef(null),[u,d]=z_({prop:i,defaultProp:a??!1,onChange:o,caller:XA});return(0,M.jsx)(ej,{scope:t,triggerId:$x(),triggerRef:l,contentId:$x(),open:u,onOpenChange:d,onOpenToggle:j.useCallback(()=>d(e=>!e),[d]),modal:s,children:(0,M.jsx)(FA,{...c,open:u,onOpenChange:d,dir:r,modal:s,children:n})})};nj.displayName=XA;var rj=`DropdownMenuTrigger`,ij=j.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,disabled:r=!1,...i}=e,a=tj(rj,n),o=$A(n);return(0,M.jsx)(IA,{asChild:!0,...o,children:(0,M.jsx)(d_.button,{type:`button`,id:a.triggerId,"aria-haspopup":`menu`,"aria-expanded":a.open,"aria-controls":a.open?a.contentId:void 0,"data-state":a.open?`open`:`closed`,"data-disabled":r?``:void 0,disabled:r,...i,ref:Qg(t,a.triggerRef),onPointerDown:J(e.onPointerDown,e=>{!r&&e.button===0&&e.ctrlKey===!1&&(a.onOpenToggle(),a.open||e.preventDefault())}),onKeyDown:J(e.onKeyDown,e=>{r||([`Enter`,` `].includes(e.key)&&a.onOpenToggle(),e.key===`ArrowDown`&&a.onOpenChange(!0),[`Enter`,` `,`ArrowDown`].includes(e.key)&&e.preventDefault())})})})});ij.displayName=rj;var aj=`DropdownMenuPortal`,oj=e=>{let{__scopeDropdownMenu:t,...n}=e,r=$A(t);return(0,M.jsx)(LA,{...r,...n})};oj.displayName=aj;var sj=`DropdownMenuContent`,cj=j.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=tj(sj,n),a=$A(n),o=j.useRef(!1);return(0,M.jsx)(RA,{id:i.contentId,"aria-labelledby":i.triggerId,...a,...r,ref:t,onCloseAutoFocus:J(e.onCloseAutoFocus,e=>{o.current||i.triggerRef.current?.focus(),o.current=!1,e.preventDefault()}),onInteractOutside:J(e.onInteractOutside,e=>{let t=e.detail.originalEvent,n=t.button===0&&t.ctrlKey===!0,r=t.button===2||n;(!i.modal||r)&&(o.current=!0)}),style:{...e.style,"--radix-dropdown-menu-content-transform-origin":`var(--radix-popper-transform-origin)`,"--radix-dropdown-menu-content-available-width":`var(--radix-popper-available-width)`,"--radix-dropdown-menu-content-available-height":`var(--radix-popper-available-height)`,"--radix-dropdown-menu-trigger-width":`var(--radix-popper-anchor-width)`,"--radix-dropdown-menu-trigger-height":`var(--radix-popper-anchor-height)`}})});cj.displayName=sj;var lj=`DropdownMenuGroup`,uj=j.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=$A(n);return(0,M.jsx)(zA,{...i,...r,ref:t})});uj.displayName=lj;var dj=`DropdownMenuLabel`,fj=j.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=$A(n);return(0,M.jsx)(BA,{...i,...r,ref:t})});fj.displayName=dj;var pj=`DropdownMenuItem`,mj=j.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=$A(n);return(0,M.jsx)(VA,{...i,...r,ref:t})});mj.displayName=pj;var hj=`DropdownMenuCheckboxItem`,gj=j.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=$A(n);return(0,M.jsx)(HA,{...i,...r,ref:t})});gj.displayName=hj;var _j=`DropdownMenuRadioGroup`,vj=j.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=$A(n);return(0,M.jsx)(UA,{...i,...r,ref:t})});vj.displayName=_j;var yj=`DropdownMenuRadioItem`,bj=j.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=$A(n);return(0,M.jsx)(WA,{...i,...r,ref:t})});bj.displayName=yj;var xj=`DropdownMenuItemIndicator`,Sj=j.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=$A(n);return(0,M.jsx)(GA,{...i,...r,ref:t})});Sj.displayName=xj;var Cj=`DropdownMenuSeparator`,wj=j.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=$A(n);return(0,M.jsx)(KA,{...i,...r,ref:t})});wj.displayName=Cj;var Tj=`DropdownMenuArrow`,Ej=j.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=$A(n);return(0,M.jsx)(qA,{...i,...r,ref:t})});Ej.displayName=Tj;var Dj=`DropdownMenuSubTrigger`,Oj=j.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=$A(n);return(0,M.jsx)(JA,{...i,...r,ref:t})});Oj.displayName=Dj;var kj=`DropdownMenuSubContent`,Aj=j.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=$A(n);return(0,M.jsx)(YA,{...i,...r,ref:t,style:{...e.style,"--radix-dropdown-menu-content-transform-origin":`var(--radix-popper-transform-origin)`,"--radix-dropdown-menu-content-available-width":`var(--radix-popper-available-width)`,"--radix-dropdown-menu-content-available-height":`var(--radix-popper-available-height)`,"--radix-dropdown-menu-trigger-width":`var(--radix-popper-anchor-width)`,"--radix-dropdown-menu-trigger-height":`var(--radix-popper-anchor-height)`}})});Aj.displayName=kj;var jj=nj,Mj=ij,Nj=oj,Pj=cj,Fj=fj,Ij=mj,Lj=gj,Rj=bj,zj=Sj,Bj=wj,Vj=Oj,Hj=Aj,Uj=jj,Wj=Mj,Gj=j.forwardRef(({className:e,inset:t,children:n,...r},i)=>(0,M.jsxs)(Vj,{ref:i,className:Z(`flex cursor-default gap-2 select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none focus:bg-accent data-[state=open]:bg-accent [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0`,t&&`pl-8`,e),...r,children:[n,(0,M.jsx)(oy,{className:`ml-auto`})]}));Gj.displayName=Vj.displayName;var Kj=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(Hj,{ref:n,className:Z(`z-50 min-w-[8rem] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-lg data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2`,e),...t}));Kj.displayName=Hj.displayName;var qj=j.forwardRef(({className:e,sideOffset:t=4,...n},r)=>(0,M.jsx)(Nj,{children:(0,M.jsx)(Pj,{ref:r,sideOffset:t,className:Z(`z-50 min-w-[8rem] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-md data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2`,e),...n})}));qj.displayName=Pj.displayName;var Jj=j.forwardRef(({className:e,inset:t,...n},r)=>(0,M.jsx)(Ij,{ref:r,className:Z(`relative flex cursor-default select-none items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0`,t&&`pl-8`,e),...n}));Jj.displayName=Ij.displayName;var Yj=j.forwardRef(({className:e,children:t,checked:n,...r},i)=>(0,M.jsxs)(Lj,{ref:i,className:Z(`relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50`,e),checked:n,...r,children:[(0,M.jsx)(`span`,{className:`absolute left-2 flex h-3.5 w-3.5 items-center justify-center`,children:(0,M.jsx)(zj,{children:(0,M.jsx)(iy,{className:`h-4 w-4`})})}),t]}));Yj.displayName=Lj.displayName;var Xj=j.forwardRef(({className:e,children:t,...n},r)=>(0,M.jsxs)(Rj,{ref:r,className:Z(`relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50`,e),...n,children:[(0,M.jsx)(`span`,{className:`absolute left-2 flex h-3.5 w-3.5 items-center justify-center`,children:(0,M.jsx)(zj,{children:(0,M.jsx)(fy,{className:`h-2 w-2 fill-current`})})}),t]}));Xj.displayName=Rj.displayName;var Zj=j.forwardRef(({className:e,inset:t,...n},r)=>(0,M.jsx)(Fj,{ref:r,className:Z(`px-2 py-1.5 text-sm font-semibold`,t&&`pl-8`,e),...n}));Zj.displayName=Fj.displayName;var Qj=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(Bj,{ref:n,className:Z(`-mx-1 my-1 h-px bg-muted`,e),...t}));Qj.displayName=Bj.displayName;var $j=({className:e,...t})=>(0,M.jsx)(`span`,{className:Z(`ml-auto text-xs tracking-widest opacity-60`,e),...t});$j.displayName=`DropdownMenuShortcut`;var eM=`modulepreload`,tM=function(e){return`/_account/`+e},nM={},rM=function(e,t,n){let r=Promise.resolve();if(t&&t.length>0){let e=document.getElementsByTagName(`link`),i=document.querySelector(`meta[property=csp-nonce]`),a=i?.nonce||i?.getAttribute(`nonce`);function o(e){return Promise.all(e.map(e=>Promise.resolve(e).then(e=>({status:`fulfilled`,value:e}),e=>({status:`rejected`,reason:e}))))}r=o(t.map(t=>{if(t=tM(t,n),t in nM)return;nM[t]=!0;let r=t.endsWith(`.css`),i=r?`[rel="stylesheet"]`:``;if(n)for(let n=e.length-1;n>=0;n--){let i=e[n];if(i.href===t&&(!r||i.rel===`stylesheet`))return}else if(document.querySelector(`link[href="${t}"]${i}`))return;let o=document.createElement(`link`);if(o.rel=r?`stylesheet`:eM,r||(o.as=`script`),o.crossOrigin=``,o.href=t,a&&o.setAttribute(`nonce`,a),document.head.appendChild(o),r)return new Promise((e,n)=>{o.addEventListener(`load`,e),o.addEventListener(`error`,()=>n(Error(`Unable to preload CSS for ${t}`)))})}))}function i(e){let t=new Event(`vite:preloadError`,{cancelable:!0});if(t.payload=e,window.dispatchEvent(t),!t.defaultPrevented)throw e}return r.then(t=>{for(let e of t||[])e.status===`rejected`&&i(e.reason);return e().catch(i)})},iM=[`en`,`zh-CN`],aM={en:()=>rM(()=>import(`./en-BM3I2v7J.js`),[]),"zh-CN":()=>rM(()=>import(`./zh-CN-f2PfHJHM.js`),[])};function oM(e){return iM.includes(e)?e:e.toLowerCase().startsWith(`zh`)?`zh-CN`:`en`}async function sM(e){let t=oM(e);try{return(await aM[t]()).default}catch(t){return console.warn(`[account/i18n] Failed to load language pack '${e}':`,t),{}}}var cM={en:`English`,"zh-CN":`中文`};function lM(){let{t:e,language:t,changeLanguage:n}=vt();async function r(e){await n(e);try{localStorage.setItem(`account.lang`,e)}catch{}}return(0,M.jsxs)(Uj,{children:[(0,M.jsx)(Wj,{asChild:!0,children:(0,M.jsxs)(Q,{variant:`ghost`,size:`icon`,className:`h-8 w-8`,"aria-label":e(`common.language`),children:[(0,M.jsx)(xy,{className:`h-4 w-4`}),(0,M.jsx)(`span`,{className:`sr-only`,children:e(`common.language`)})]})}),(0,M.jsx)(qj,{align:`end`,children:iM.map(e=>(0,M.jsx)(Jj,{onSelect:()=>void r(e),className:e===t?`font-medium`:void 0,children:cM[e]},e))})]})}function uM(e){let t=document.documentElement;e===`dark`?t.classList.add(`dark`):t.classList.remove(`dark`)}function dM(){let{t:e}=vt(),[,t]=(0,j.useState)(`light`);(0,j.useEffect)(()=>{let e=localStorage.getItem(`theme`);e?(t(e),uM(e===`system`?window.matchMedia(`(prefers-color-scheme: dark)`).matches?`dark`:`light`:e)):(t(`system`),uM(window.matchMedia(`(prefers-color-scheme: dark)`).matches?`dark`:`light`))},[]);function n(e){t(e),localStorage.setItem(`theme`,e),uM(e===`system`?window.matchMedia(`(prefers-color-scheme: dark)`).matches?`dark`:`light`:e)}return(0,M.jsxs)(Uj,{children:[(0,M.jsx)(Wj,{asChild:!0,children:(0,M.jsxs)(Q,{variant:`ghost`,size:`icon`,className:`h-8 w-8`,children:[(0,M.jsx)(Iy,{className:`h-4 w-4 rotate-0 scale-100 transition-all dark:-rotate-90 dark:scale-0`}),(0,M.jsx)(Dy,{className:`absolute h-4 w-4 rotate-90 scale-0 transition-all dark:rotate-0 dark:scale-100`}),(0,M.jsx)(`span`,{className:`sr-only`,children:e(`common.toggleTheme`)})]})}),(0,M.jsxs)(qj,{align:`end`,children:[(0,M.jsxs)(Jj,{onClick:()=>n(`light`),children:[(0,M.jsx)(Iy,{className:`mr-2 h-4 w-4`}),e(`common.light`)]}),(0,M.jsxs)(Jj,{onClick:()=>n(`dark`),children:[(0,M.jsx)(Dy,{className:`mr-2 h-4 w-4`}),e(`common.dark`)]}),(0,M.jsx)(Jj,{onClick:()=>n(`system`),children:e(`common.system`)})]})]})}function fM(e,t=[]){let n=[];function r(t,r){let i=j.createContext(r);i.displayName=t+`Context`;let a=n.length;n=[...n,r];let o=t=>{let{scope:n,children:r,...o}=t,s=n?.[e]?.[a]||i,c=j.useMemo(()=>o,Object.values(o));return(0,M.jsx)(s.Provider,{value:c,children:r})};o.displayName=t+`Provider`;function s(n,o){let s=o?.[e]?.[a]||i,c=j.useContext(s);if(c)return c;if(r!==void 0)return r;throw Error(`\`${n}\` must be used within \`${t}\``)}return[o,s]}let i=()=>{let t=n.map(e=>j.createContext(e));return function(n){let r=n?.[e]||t;return j.useMemo(()=>({[`__scope${e}`]:{...n,[e]:r}}),[n,r])}};return i.scopeName=e,[r,pM(i,...t)]}function pM(...e){let t=e[0];if(e.length===1)return t;let n=()=>{let n=e.map(e=>({useScope:e(),scopeName:e.scopeName}));return function(e){let r=n.reduce((t,{useScope:n,scopeName:r})=>{let i=n(e)[`__scope${r}`];return{...t,...i}},{});return j.useMemo(()=>({[`__scope${t.scopeName}`]:r}),[r])}};return n.scopeName=t.scopeName,n}function mM(){return(0,ot.useSyncExternalStore)(hM,()=>!0,()=>!1)}function hM(){return()=>{}}var gM=`Avatar`,[_M,vM]=fM(gM),[yM,bM]=_M(gM),xM=j.forwardRef((e,t)=>{let{__scopeAvatar:n,...r}=e,[i,a]=j.useState(`idle`);return(0,M.jsx)(yM,{scope:n,imageLoadingStatus:i,onImageLoadingStatusChange:a,children:(0,M.jsx)(Ux.span,{...r,ref:t})})});xM.displayName=gM;var SM=`AvatarImage`,CM=j.forwardRef((e,t)=>{let{__scopeAvatar:n,src:r,onLoadingStatusChange:i=()=>{},...a}=e,o=bM(SM,n),s=DM(r,a),c=p_(e=>{i(e),o.onImageLoadingStatusChange(e)});return A_(()=>{s!==`idle`&&c(s)},[s,c]),s===`loaded`?(0,M.jsx)(Ux.img,{...a,ref:t,src:r}):null});CM.displayName=SM;var wM=`AvatarFallback`,TM=j.forwardRef((e,t)=>{let{__scopeAvatar:n,delayMs:r,...i}=e,a=bM(wM,n),[o,s]=j.useState(r===void 0);return j.useEffect(()=>{if(r!==void 0){let e=window.setTimeout(()=>s(!0),r);return()=>window.clearTimeout(e)}},[r]),o&&a.imageLoadingStatus!==`loaded`?(0,M.jsx)(Ux.span,{...i,ref:t}):null});TM.displayName=wM;function EM(e,t){return e?t?(e.src!==t&&(e.src=t),e.complete&&e.naturalWidth>0?`loaded`:`loading`):`error`:`idle`}function DM(e,{referrerPolicy:t,crossOrigin:n}){let r=mM(),i=j.useRef(null),a=r?(i.current||=new window.Image,i.current):null,[o,s]=j.useState(()=>EM(a,e));return A_(()=>{s(EM(a,e))},[a,e]),A_(()=>{let e=e=>()=>{s(e)};if(!a)return;let r=e(`loaded`),i=e(`error`);return a.addEventListener(`load`,r),a.addEventListener(`error`,i),t&&(a.referrerPolicy=t),typeof n==`string`&&(a.crossOrigin=n),()=>{a.removeEventListener(`load`,r),a.removeEventListener(`error`,i)}},[a,n,t]),o}var OM=xM,kM=CM,AM=TM,jM=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(OM,{ref:n,className:Z(`relative flex h-10 w-10 shrink-0 overflow-hidden rounded-full`,e),...t}));jM.displayName=OM.displayName;var MM=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(kM,{ref:n,className:Z(`aspect-square h-full w-full`,e),...t}));MM.displayName=kM.displayName;var NM=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(AM,{ref:n,className:Z(`flex h-full w-full items-center justify-center rounded-full bg-muted`,e),...t}));NM.displayName=AM.displayName;var PM=(0,j.createContext)(null),FM=`auth-session-token`,IM=`auth-active-organization-id`;function LM(e){if(!(typeof window>`u`))try{e?.token?localStorage.setItem(FM,e.token):localStorage.removeItem(FM),e?.activeOrganizationId?localStorage.setItem(IM,e.activeOrganizationId):localStorage.removeItem(IM)}catch{}}function RM(e){if(!e)return{user:null,session:null};let t=e.data===void 0?e:e.data;return t?{user:t.user??null,session:t.session??null}:{user:null,session:null}}function zM({children:e}){let t=zg(),[n,r]=(0,j.useState)(null),[i,a]=(0,j.useState)(null),[o,s]=(0,j.useState)(!0),[c,l]=(0,j.useState)(null),[u,d]=(0,j.useState)([]),[f,p]=(0,j.useState)(!1),[m,h]=(0,j.useState)(!1),g=(0,j.useCallback)(async()=>{if(t?.organizations){p(!0);try{d((await t.organizations.list())?.organizations??[])}catch{d([])}finally{p(!1),h(!0)}}},[t]),_=(0,j.useCallback)(async()=>{if(t?.auth){s(!0),l(null);try{let{user:e,session:n}=RM(await t.auth.me());r(e),a(n),LM(e?n:null)}catch(e){l(e),r(null),a(null),LM(null)}finally{s(!1)}}},[t]);(0,j.useEffect)(()=>{_()},[_]),(0,j.useEffect)(()=>{n?g():(d([]),h(!1))},[n,g]);let v=(0,j.useCallback)(async()=>{if(t?.auth)try{await t.auth.logout()}finally{r(null),a(null),d([]),h(!1),LM(null)}},[t]),y=(0,j.useCallback)(async e=>{if(t?.organizations){await t.organizations.setActive(e),await _();try{localStorage.setItem(IM,e)}catch{}}},[t,_]),b=(0,j.useMemo)(()=>({user:n,session:i,loading:o,error:c,refresh:_,logout:v,setActiveOrganization:y,organizations:u,organizationsLoading:f,organizationsFetched:m,reloadOrganizations:g}),[n,i,o,c,_,v,y,u,f,m,g]);return(0,j.createElement)(PM.Provider,{value:b},e)}function BM(){let e=(0,j.useContext)(PM);if(!e)throw Error(`useSession must be used inside <SessionProvider>.`);return e}function VM(){let{organizations:e,organizationsLoading:t,reloadOrganizations:n}=BM();return{organizations:e,loading:t,error:null,reload:n}}function HM(){let e=zg(),[t,n]=(0,j.useState)(!1),[r,i]=(0,j.useState)(null);return{create:(0,j.useCallback)(async t=>{if(!e?.organizations)throw Error(`Client not ready`);n(!0),i(null);try{return await e.organizations.create(t)}catch(e){throw i(e),e}finally{n(!1)}},[e]),creating:t,error:r}}function UM(){let e=zg(),{reloadOrganizations:t,refresh:n}=BM(),[r,i]=(0,j.useState)(!1),[a,o]=(0,j.useState)(null);return{update:(0,j.useCallback)(async(r,a)=>{if(!e?.organizations?.update)throw Error(`Client not ready`);i(!0),o(null);try{let i=await e.organizations.update(r,a);return await t(),await n(),i}catch(e){throw o(e),e}finally{i(!1)}},[e,t,n]),updating:r,error:a}}function WM(){let e=zg(),{reloadOrganizations:t,refresh:n}=BM(),[r,i]=(0,j.useState)(!1),[a,o]=(0,j.useState)(null);return{remove:(0,j.useCallback)(async r=>{if(!e?.organizations?.delete)throw Error(`Client not ready`);i(!0),o(null);try{let i=await e.organizations.delete(r);return await t(),await n(),i}catch(e){throw o(e),e}finally{i(!1)}},[e,t,n]),deleting:r,error:a}}function GM({message:e}){return typeof document>`u`?null:(0,Gi.createPortal)((0,M.jsx)(`div`,{role:`status`,"aria-live":`polite`,className:`fixed inset-0 z-[100] flex items-center justify-center bg-background/80 backdrop-blur-sm`,children:(0,M.jsxs)(`div`,{className:`flex flex-col items-center gap-3 text-sm text-muted-foreground`,children:[(0,M.jsx)(`div`,{className:`size-8 animate-spin rounded-full border-2 border-muted-foreground border-t-transparent`}),(0,M.jsx)(`span`,{children:e})]})}),document.body)}function KM(e,t){let n=(e||t||`?`).trim(),r=n.split(/\s+/);return r.length>=2?(r[0][0]+r[1][0]).toUpperCase():n.slice(0,2).toUpperCase()}function qM(){let{t:e}=vt(),t=Hi(),{user:n,loading:r,logout:i}=BM(),[a,o]=(0,j.useState)(!1);return r&&!n?(0,M.jsx)(`div`,{className:`h-8 w-8 animate-pulse rounded-full bg-muted`,"aria-hidden":!0}):n?(0,M.jsxs)(M.Fragment,{children:[(0,M.jsxs)(Uj,{children:[(0,M.jsx)(Wj,{asChild:!0,children:(0,M.jsx)(Q,{variant:`ghost`,size:`icon`,className:`h-8 w-8 rounded-full`,children:(0,M.jsxs)(jM,{className:`h-7 w-7`,children:[n.image?(0,M.jsx)(MM,{src:n.image,alt:n.name??n.email??e(`userMenu.user`)}):null,(0,M.jsx)(NM,{className:`text-[11px]`,children:KM(n.name,n.email)})]})})}),(0,M.jsxs)(qj,{align:`end`,className:`w-64`,children:[(0,M.jsx)(Zj,{children:(0,M.jsxs)(`div`,{className:`flex flex-col gap-0.5`,children:[(0,M.jsx)(`span`,{className:`truncate text-sm font-medium`,children:n.name||n.email}),n.email&&(0,M.jsx)(`span`,{className:`truncate text-[11px] text-muted-foreground`,children:n.email})]})}),(0,M.jsx)(Qj,{}),(0,M.jsxs)(Jj,{onSelect:()=>t({to:`/account`}),children:[(0,M.jsx)(Uy,{className:`mr-2 h-3.5 w-3.5`}),e(`userMenu.account`)]}),(0,M.jsxs)(Jj,{onSelect:()=>t({to:`/organizations`}),children:[(0,M.jsx)(ry,{className:`mr-2 h-3.5 w-3.5`}),e(`userMenu.organizations`)]}),(0,M.jsx)(Qj,{}),(0,M.jsxs)(Jj,{onSelect:async()=>{o(!0);try{await i()}finally{window.location.assign(`/_account/login`)}},disabled:a,children:[(0,M.jsx)(wy,{className:`mr-2 h-3.5 w-3.5`}),e(`userMenu.signOut`)]})]})]}),a?(0,M.jsx)(GM,{message:e(`auth.userMenu.signingOut`,{defaultValue:`Signing you out…`})}):null]}):(0,M.jsx)(Q,{variant:`outline`,size:`sm`,className:`h-8`,onClick:()=>t({to:`/login`}),children:e(`userMenu.signIn`)})}function JM(){let{t:e}=vt(),t=Hi(),n=Oa(),{organizations:r,loading:i,reload:a}=VM(),{session:o,setActiveOrganization:s}=BM(),[c,l]=(0,j.useState)(!1),[u,d]=(0,j.useState)(!1),f=o?.activeOrganizationId??void 0,p=(0,j.useMemo)(()=>r.find(e=>e.id===f)??null,[r,f]),m=async r=>{if(l(!1),r===f){t({to:`/organizations/$orgId/general`,params:{orgId:r}});return}d(!0);try{await s(r),await a(),q({title:e(`organizations.general.switched`)});let i=n.pathname.match(/^\/organizations\/[^/]+\/(general|members)\/?$/);t({to:(i?i[1]:`general`)===`members`?`/organizations/$orgId/members`:`/organizations/$orgId/general`,params:{orgId:r}})}catch(t){q({title:e(`organizations.switchFailed`),description:t.message,variant:`destructive`})}finally{d(!1)}};return(0,M.jsxs)(Uj,{open:c,onOpenChange:l,children:[(0,M.jsx)(Wj,{asChild:!0,children:(0,M.jsxs)(Q,{variant:`ghost`,size:`sm`,className:`h-8 gap-2 px-2 text-sm font-medium`,disabled:u,children:[p?(0,M.jsx)(`span`,{className:`max-w-[160px] truncate`,children:p.name}):(0,M.jsx)(`span`,{className:`text-muted-foreground`,children:e(i?`organizations.loading`:`organizationSwitcher.select`)}),(0,M.jsx)(cy,{className:`h-3 w-3 opacity-50`})]})}),(0,M.jsxs)(qj,{align:`start`,className:`w-[280px]`,sideOffset:4,children:[(0,M.jsx)(Zj,{className:`text-[10px] uppercase tracking-wider text-muted-foreground`,children:e(`organizations.title`)}),r.length===0&&!i&&(0,M.jsx)(`div`,{className:`px-3 py-4 text-center text-xs text-muted-foreground`,children:e(`organizations.emptyTitle`)}),r.map(e=>(0,M.jsxs)(Jj,{onSelect:t=>{t.preventDefault(),m(e.id)},className:`flex items-center gap-2`,children:[(0,M.jsxs)(`div`,{className:`flex-1 min-w-0`,children:[(0,M.jsx)(`div`,{className:`truncate font-medium`,children:e.name}),e.slug&&(0,M.jsx)(`code`,{className:`text-[11px] text-muted-foreground font-mono`,children:e.slug})]}),e.id===f&&(0,M.jsx)(iy,{className:`h-3.5 w-3.5 text-primary`})]},e.id)),(0,M.jsx)(Qj,{}),(0,M.jsxs)(Jj,{onSelect:e=>{e.preventDefault(),l(!1),t({to:`/organizations/new`})},className:`gap-2 text-sm`,children:[(0,M.jsx)(ky,{className:`h-3.5 w-3.5`}),e(`organizationSwitcher.new`)]}),(0,M.jsx)(Jj,{onSelect:e=>{e.preventDefault(),l(!1),t({to:`/organizations`})},className:`gap-2 text-sm text-muted-foreground`,children:e(`organizationSwitcher.manage`)})]})]})}function YM({label:e}){return(0,M.jsx)(ra,{to:`/account`,className:`flex h-8 w-8 items-center justify-center rounded-md bg-brand-gradient text-primary-foreground shadow-sm shadow-primary/30 ring-1 ring-white/15 transition-transform hover:scale-105`,"aria-label":e,children:(0,M.jsx)(uy,{className:`h-4 w-4`})})}function XM(){return(0,M.jsx)(oy,{"aria-hidden":!0,className:`size-3.5 shrink-0 text-muted-foreground/50`})}function ZM(){let{t:e}=vt(),t=Oa(),n=Bi({strict:!1}),r=(0,j.useMemo)(()=>{let r=t.pathname,i=t=>e(`topBar.breadcrumb.${t}`);if(r.startsWith(`/account`)){let e=[{label:i(`account`)}];return r===`/account/profile`?e.push({label:i(`profile`)}):r===`/account/security`?e.push({label:i(`security`)}):r===`/account/sessions`?e.push({label:i(`sessions`)}):r===`/account/two-factor`?e.push({label:i(`twoFactor`)}):r===`/account/oauth-applications`?e.push({label:i(`oauthApps`)}):r===`/account/oauth-applications/new`?e.push({label:i(`oauthApps`)},{label:i(`new`)}):r.startsWith(`/account/oauth-applications/`)&&e.push({label:i(`oauthApps`)}),e}if(r===`/organizations/new`)return[{label:i(`organizations`)},{label:i(`new`)}];if(n.orgId){let e=r.endsWith(`/general`)?i(`general`):r.endsWith(`/members`)?i(`members`):i(`settings`);return[{label:i(`organizations`)},{label:e}]}return r===`/organizations`||r.startsWith(`/organizations/`)?[{label:i(`organizations`)}]:r.startsWith(`/accept-invitation/`)?[{label:i(`acceptInvitation`)}]:r.startsWith(`/auth/device`)?[{label:i(`deviceAuthorization`)}]:[{label:i(`account`)}]},[t.pathname,n.orgId,e]);return(0,M.jsxs)(`header`,{className:`sticky top-0 z-30 flex h-14 shrink-0 items-center justify-between gap-2 border-b bg-background/80 px-2 backdrop-blur supports-[backdrop-filter]:bg-background/70 sm:px-4`,children:[(0,M.jsxs)(`div`,{className:`flex min-w-0 items-center gap-1.5 sm:gap-2.5`,children:[(0,M.jsx)(`div`,{className:`sm:hidden`,children:(0,M.jsx)(gO,{className:`h-9 w-9`})}),(0,M.jsx)(YM,{label:e(`topBar.accountHome`)}),(0,M.jsx)(`span`,{className:`hidden text-sm font-semibold tracking-tight sm:inline`,children:e(`topBar.brand`)}),(0,M.jsxs)(`div`,{className:`hidden items-center gap-1.5 sm:flex`,children:[(0,M.jsx)(Xx,{orientation:`vertical`,className:`mx-1 h-4`}),(0,M.jsx)(JM,{}),(0,M.jsx)(XM,{}),(0,M.jsx)(zO,{children:(0,M.jsx)(BO,{children:r.map((e,t)=>(0,M.jsxs)(`div`,{className:`flex items-center`,children:[t>0&&(0,M.jsx)(WO,{}),(0,M.jsx)(VO,{children:(0,M.jsx)(UO,{className:`font-medium`,children:e.label})})]},t))})})]}),(0,M.jsx)(`div`,{className:`min-w-0 flex-1 sm:hidden`,children:r.length>0&&(0,M.jsx)(`span`,{className:`truncate text-sm font-medium`,children:r[r.length-1].label})})]}),(0,M.jsxs)(`div`,{className:`flex items-center gap-1 sm:gap-2`,children:[(0,M.jsx)(`div`,{className:`hidden sm:block`,children:(0,M.jsx)(lM,{})}),(0,M.jsx)(`div`,{className:`hidden sm:block`,children:(0,M.jsx)(dM,{})}),(0,M.jsx)(qM,{})]})]})}var QM=[{to:`/account`,label:`home`,icon:vy,exact:!0},{to:`/account/profile`,label:`profile`,icon:Uy},{to:`/account/security`,label:`security`,icon:Py},{to:`/account/sessions`,label:`sessions`,icon:Ey},{to:`/account/two-factor`,label:`twoFactor`,icon:Ny},{to:`/account/invitations`,label:`invitations`,icon:yy},{to:`/account/linked-accounts`,label:`linkedAccounts`,icon:Cy}],$M=[`group/nav relative transition-all duration-150`,`before:absolute before:left-0 before:top-1/2 before:h-5 before:w-[3px] before:-translate-y-1/2 before:rounded-r-full before:bg-brand-gradient before:opacity-0 before:transition-opacity`,`data-[active=true]:before:opacity-100`,`data-[active=true]:bg-sidebar-accent/80 data-[active=true]:text-sidebar-accent-foreground`,`[&>svg]:transition-transform [&>svg]:duration-150 hover:[&>svg]:scale-110`,`data-[active=true]:[&>svg]:text-primary`].join(` `);function eN(){let{t:e}=vt(),{pathname:t}=Oa(),{organizations:n}=VM(),r=t,i=t.match(/^\/organizations\/([^/]+)(?:\/.*)?$/),a=i&&n.some(e=>e.id===i[1])?i[1]:null;return(0,M.jsxs)(hO,{collapsible:`icon`,className:`h-full`,children:[(0,M.jsxs)(CO,{children:[(0,M.jsxs)(wO,{children:[(0,M.jsx)(TO,{children:e(`sidebar.groups.account`)}),(0,M.jsx)(DO,{children:(0,M.jsx)(OO,{children:QM.map(t=>{let n=t.icon;return(0,M.jsx)(kO,{children:(0,M.jsx)(AO,{asChild:!0,isActive:t.exact?r===t.to||r===`${t.to}/`:r===t.to||r.startsWith(`${t.to}/`),tooltip:e(`sidebar.items.${t.label}`),className:$M,children:(0,M.jsxs)(ra,{to:t.to,children:[(0,M.jsx)(n,{className:`size-4`}),(0,M.jsx)(`span`,{children:e(`sidebar.items.${t.label}`)})]})})},t.to)})})})]}),(0,M.jsx)(SO,{}),(0,M.jsxs)(wO,{children:[(0,M.jsx)(TO,{children:e(`sidebar.groups.organization`)}),(0,M.jsx)(DO,{children:(0,M.jsxs)(OO,{children:[(0,M.jsx)(kO,{children:(0,M.jsx)(AO,{asChild:!0,isActive:t===`/organizations`,tooltip:e(`sidebar.items.overview`),className:$M,children:(0,M.jsxs)(ra,{to:`/organizations`,children:[(0,M.jsx)(ry,{className:`size-4`}),(0,M.jsx)(`span`,{children:e(`sidebar.items.overview`)})]})})}),a&&(0,M.jsxs)(M.Fragment,{children:[(0,M.jsx)(kO,{children:(0,M.jsx)(AO,{asChild:!0,isActive:t===`/organizations/${a}/general`,tooltip:e(`sidebar.items.general`),className:$M,children:(0,M.jsxs)(ra,{to:`/organizations/$orgId/general`,params:{orgId:a},children:[(0,M.jsx)(My,{className:`size-4`}),(0,M.jsx)(`span`,{children:e(`sidebar.items.general`)})]})})}),(0,M.jsx)(kO,{children:(0,M.jsx)(AO,{asChild:!0,isActive:t===`/organizations/${a}/members`,tooltip:e(`sidebar.items.members`),className:$M,children:(0,M.jsxs)(ra,{to:`/organizations/$orgId/members`,params:{orgId:a},children:[(0,M.jsx)(Gy,{className:`size-4`}),(0,M.jsx)(`span`,{children:e(`sidebar.items.members`)})]})})}),(0,M.jsx)(kO,{children:(0,M.jsx)(AO,{asChild:!0,isActive:t===`/organizations/${a}/teams`,tooltip:e(`sidebar.items.teams`),className:$M,children:(0,M.jsxs)(ra,{to:`/organizations/$orgId/teams`,params:{orgId:a},children:[(0,M.jsx)(Wy,{className:`size-4`}),(0,M.jsx)(`span`,{children:e(`sidebar.items.teams`)})]})})})]})]})})]}),(0,M.jsx)(SO,{}),(0,M.jsxs)(wO,{children:[(0,M.jsx)(TO,{children:e(`sidebar.groups.developer`)}),(0,M.jsx)(DO,{children:(0,M.jsx)(OO,{children:(0,M.jsx)(kO,{children:(0,M.jsx)(AO,{asChild:!0,isActive:t.startsWith(`/account/oauth-applications`),tooltip:e(`sidebar.items.oauthApps`),className:$M,children:(0,M.jsxs)(ra,{to:`/account/oauth-applications`,children:[(0,M.jsx)(by,{className:`size-4`}),(0,M.jsx)(`span`,{children:e(`sidebar.items.oauthApps`)})]})})})})})]})]}),(0,M.jsx)(xO,{children:(0,M.jsx)(OO,{children:(0,M.jsx)(kO,{children:(0,M.jsx)(tN,{})})})})]})}function tN(){let{t:e}=vt(),{state:t,toggleSidebar:n}=pO(),r=e(t===`collapsed`?`sidebar.expand`:`sidebar.collapse`);return(0,M.jsx)(AO,{onClick:n,tooltip:r,"aria-label":r,children:(0,M.jsx)(Oy,{className:`size-4`})})}function nN(){return typeof window<`u`&&window.location.pathname.startsWith(`/_account`)?window.location.origin:`http://localhost:3000`}var rN=new Set([`/login`,`/register`,`/forgot-password`,`/reset-password`,`/verify-email`,`/auth/device`,`/setup`]);function iN(e){return rN.has(e)||e.startsWith(`/accept-invitation/`)}function aN(){let[e,t]=(0,j.useState)(null);return(0,j.useEffect)(()=>{let e=!1;return(async()=>{try{let n=await fetch(`/api/v1/auth/bootstrap-status`);if(!n.ok){e||t(!0);return}let r=await n.json();e||t(r.hasOwner!==!1)}catch{e||t(!0)}})(),()=>{e=!0}},[]),e}function oN({children:e}){let{user:t,loading:n}=BM(),r=Hi(),i=Oa(),a=iN(i.pathname),o=i.pathname.startsWith(`/oauth/`),s=aN(),c=i.pathname===`/setup`;return(0,j.useEffect)(()=>{s===!1&&!c&&!t&&r({to:`/setup`,replace:!0})},[s,c,t,r]),(0,j.useEffect)(()=>{n||s!==!1&&!t&&!a&&r({to:`/login`,search:{redirect:i.pathname+i.searchStr},replace:!0})},[t,n,a,r,i.pathname,i.searchStr,s]),s===null||n&&!t?(0,M.jsx)(`div`,{className:`flex min-h-screen w-full flex-1 items-center justify-center bg-background`,children:(0,M.jsx)(`div`,{className:`h-8 w-8 animate-spin rounded-full border-4 border-muted border-t-primary`})}):s===!1&&!c||!t&&!a?null:a||o?(0,M.jsx)(`div`,{className:`flex min-h-screen w-full`,children:e}):(0,M.jsxs)(mO,{className:`flex h-svh w-full flex-col`,children:[(0,M.jsx)(ZM,{}),(0,M.jsxs)(`div`,{className:`flex min-h-0 flex-1 w-full`,children:[(0,M.jsx)(eN,{}),(0,M.jsx)(vO,{className:`flex min-w-0 flex-1 flex-col overflow-hidden`,children:(0,M.jsx)(`main`,{className:`flex min-h-0 flex-1 flex-col overflow-auto bg-background`,children:e})})]})]})}function sN(){let e=nN();return(0,M.jsx)(Rg,{client:(0,j.useMemo)(()=>new Fg({baseUrl:e}),[e]),children:(0,M.jsxs)(zM,{children:[(0,M.jsx)(oN,{children:(0,M.jsx)(ya,{})}),(0,M.jsx)(Dx,{})]})})}var cN=ca({component:sN}),$=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(`div`,{ref:n,className:Z(`rounded-lg border bg-card text-card-foreground shadow-sm`,e),...t}));$.displayName=`Card`;var lN=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(`div`,{ref:n,className:Z(`flex flex-col space-y-1.5 p-6`,e),...t}));lN.displayName=`CardHeader`;var uN=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(`h3`,{ref:n,className:Z(`text-2xl font-semibold leading-none tracking-tight`,e),...t}));uN.displayName=`CardTitle`;var dN=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(`p`,{ref:n,className:Z(`text-sm text-muted-foreground`,e),...t}));dN.displayName=`CardDescription`;var fN=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(`div`,{ref:n,className:Z(`p-6 pt-0`,e),...t}));fN.displayName=`CardContent`;var pN=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(`div`,{ref:n,className:Z(`flex items-center p-6 pt-0`,e),...t}));pN.displayName=`CardFooter`;function mN(e){let t=e.split(`:`)[0].toLowerCase();return/^cloud\./.test(t)}function hN(){return typeof window>`u`?null:window.location.host||null}function gN({children:e,headline:t,subline:n,formWidth:r=`sm`}){let{t:i}=vt(),a=r===`md`?`max-w-md`:`max-w-sm`,o=hN(),s=!!o&&!mN(o);return j.useEffect(()=>{if(typeof document>`u`||!o)return;let e=document.title;return document.title=s?`${o} · ObjectStack`:e,()=>{document.title=e}},[o,s]),(0,M.jsxs)(`div`,{className:`relative grid min-h-svh w-full lg:grid-cols-2`,children:[(0,M.jsx)(`div`,{className:`flex flex-col items-center justify-center gap-6 bg-background p-6 md:p-10`,children:(0,M.jsxs)(`div`,{className:Z(`flex w-full flex-col gap-6`,a),children:[(0,M.jsxs)(`div`,{className:`flex flex-col items-center gap-1 self-center`,children:[(0,M.jsxs)(`a`,{href:`#`,className:`flex items-center gap-2 font-semibold tracking-tight`,children:[(0,M.jsx)(`div`,{className:`flex size-7 items-center justify-center rounded-md bg-brand-gradient text-primary-foreground shadow-sm shadow-primary/30`,children:(0,M.jsx)(gy,{className:`size-4`})}),(0,M.jsx)(`span`,{children:`ObjectStack`})]}),s?(0,M.jsx)(`span`,{className:`rounded-full border border-border/60 bg-muted/50 px-2 py-0.5 font-mono text-[10px] uppercase tracking-wide text-muted-foreground`,title:i(`auth.shell.tenantHostHint`,{defaultValue:`You are signing in to this workspace`}),children:o}):null]}),e]})}),(0,M.jsxs)(`aside`,{"aria-hidden":!0,className:`relative hidden overflow-hidden bg-brand-mesh text-white lg:flex lg:flex-col lg:justify-between lg:p-12`,children:[(0,M.jsx)(`div`,{className:`pointer-events-none absolute inset-0 opacity-[0.12]`,style:{backgroundImage:`linear-gradient(rgba(255,255,255,0.6) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.6) 1px, transparent 1px)`,backgroundSize:`48px 48px`,maskImage:`radial-gradient(ellipse at center, black 40%, transparent 75%)`}}),(0,M.jsx)(`div`,{className:`pointer-events-none absolute -left-24 top-1/3 size-[28rem] rounded-full bg-white/15 blur-3xl`}),(0,M.jsx)(`div`,{className:`pointer-events-none absolute -right-20 -bottom-20 size-[24rem] rounded-full bg-white/10 blur-3xl`}),(0,M.jsxs)(`div`,{className:`relative flex items-center gap-2 text-sm font-semibold tracking-tight`,children:[(0,M.jsx)(`div`,{className:`flex size-7 items-center justify-center rounded-md bg-white/15 ring-1 ring-white/30 backdrop-blur`,children:(0,M.jsx)(gy,{className:`size-4`})}),`ObjectStack`]}),(0,M.jsxs)(`div`,{className:`relative max-w-md space-y-5`,children:[(0,M.jsx)(`h2`,{className:`text-balance text-3xl font-semibold leading-tight tracking-tight md:text-4xl`,children:t??i(`auth.login.brandHeadline`,{defaultValue:`The AI-native backend for business software.`})}),(0,M.jsx)(`p`,{className:`text-balance text-base/relaxed text-white/80`,children:n??i(`auth.login.brandSubline`,{defaultValue:`One identity, every workspace. Sign in to manage your account, organizations and connected apps.`})})]}),(0,M.jsxs)(`div`,{className:`relative text-xs text-white/60`,children:[`© `,new Date().getFullYear(),` ObjectStack`]})]})]})}var _N=la(`/verify-email`)({validateSearch:e=>{let t=e.token;return typeof t==`string`?{token:t}:{}},component:vN});function vN(){let{t:e}=vt(),{token:t}=_N.useSearch(),n=zg(),[r,i]=(0,j.useState)(`loading`),[a,o]=(0,j.useState)(``);return(0,j.useEffect)(()=>{if(!t){i(`error`),o(e(`auth.verifyEmail.missingToken`));return}let r=!1;return(async()=>{try{await n.auth.verifyEmail({token:t}),r||i(`success`)}catch(t){r||(i(`error`),o(t.message||e(`auth.verifyEmail.errorDescription`)))}})(),()=>{r=!0}},[t,e,n]),(0,M.jsx)(gN,{headline:e(`auth.verifyEmail.brandHeadline`,{defaultValue:`One more step to get started.`}),subline:e(`auth.verifyEmail.brandSubline`,{defaultValue:`Verifying your email keeps your ObjectStack account secure.`}),children:(0,M.jsxs)($,{className:`border-border/60 shadow-sm shadow-primary/5 backdrop-blur supports-[backdrop-filter]:bg-card/95`,children:[r===`loading`&&(0,M.jsxs)(M.Fragment,{children:[(0,M.jsxs)(lN,{className:`text-center`,children:[(0,M.jsx)(uN,{className:`text-xl tracking-tight`,children:e(`auth.verifyEmail.verifyingTitle`)}),(0,M.jsx)(dN,{children:e(`auth.verifyEmail.verifyingDescription`)})]}),(0,M.jsx)(fN,{className:`flex justify-center py-6`,children:(0,M.jsx)(`div`,{className:`h-10 w-10 animate-spin rounded-full border-4 border-muted border-t-primary`})})]}),r===`success`&&(0,M.jsxs)(M.Fragment,{children:[(0,M.jsxs)(lN,{className:`text-center`,children:[(0,M.jsx)(`div`,{className:`mx-auto mb-2 flex size-12 items-center justify-center rounded-full bg-emerald-500/10 text-emerald-500 ring-1 ring-emerald-500/30`,children:(0,M.jsx)(ly,{className:`size-6`})}),(0,M.jsx)(uN,{className:`text-xl tracking-tight`,children:e(`auth.verifyEmail.successTitle`)}),(0,M.jsx)(dN,{children:e(`auth.verifyEmail.successDescription`)})]}),(0,M.jsx)(fN,{className:`text-center`,children:(0,M.jsx)(ra,{to:`/login`,className:`text-sm font-medium text-primary underline-offset-4 hover:underline`,children:e(`auth.verifyEmail.signInLink`)})})]}),r===`error`&&(0,M.jsxs)(M.Fragment,{children:[(0,M.jsxs)(lN,{className:`text-center`,children:[(0,M.jsx)(`div`,{className:`mx-auto mb-2 flex size-12 items-center justify-center rounded-full bg-destructive/10 text-destructive ring-1 ring-destructive/30`,children:(0,M.jsx)(dy,{className:`size-6`})}),(0,M.jsx)(uN,{className:`text-xl tracking-tight`,children:e(`auth.verifyEmail.errorTitle`)}),(0,M.jsx)(dN,{children:a||e(`auth.verifyEmail.errorDescription`)})]}),(0,M.jsx)(fN,{className:`text-center`,children:(0,M.jsx)(ra,{to:`/login`,className:`text-sm font-medium text-primary underline-offset-4 hover:underline`,children:e(`auth.verifyEmail.backToSignIn`)})})]})]})})}var yN=`Label`,bN=j.forwardRef((e,t)=>(0,M.jsx)(Ux.label,{...e,ref:t,onMouseDown:t=>{t.target.closest(`button, input, select, textarea`)||(e.onMouseDown?.(t),!t.defaultPrevented&&t.detail>1&&t.preventDefault())}}));bN.displayName=yN;var xN=bN,SN=Gv(`text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70`),CN=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(xN,{ref:n,className:Z(SN(),e),...t}));CN.displayName=xN.displayName;var wN=la(`/setup`)({component:EN});function TN(e){return e.toLowerCase().replace(/[^a-z0-9]+/g,`-`).replace(/^-+|-+$/g,``)}function EN(){let{t:e}=vt(),t=Hi(),n=zg(),{user:r,refresh:i}=BM(),[a,o]=(0,j.useState)(``),[s,c]=(0,j.useState)(``),[l,u]=(0,j.useState)(``),[d,f]=(0,j.useState)(``),[p,m]=(0,j.useState)(!1),[h,g]=(0,j.useState)(null);return(0,j.useEffect)(()=>{let e=!1;return(async()=>{try{let{hasOwner:t}=await n.auth.bootstrapStatus();e||g(t)}catch{e||g(!1)}})(),()=>{e=!0}},[n]),(0,j.useEffect)(()=>{h===!0&&!r&&t({to:`/login`,replace:!0})},[h,r,t]),(0,j.useEffect)(()=>{r&&window.location.assign(`/`)},[r]),h===null?(0,M.jsx)(`div`,{className:`flex min-h-svh w-full items-center justify-center bg-muted`,children:(0,M.jsx)(`div`,{className:`h-8 w-8 animate-spin rounded-full border-4 border-muted-foreground/20 border-t-primary`})}):(0,M.jsx)(`div`,{className:`flex min-h-svh w-full items-center justify-center bg-muted p-6`,children:(0,M.jsxs)(`div`,{className:`flex w-full max-w-md flex-col gap-6`,children:[(0,M.jsxs)(`a`,{href:`#`,className:`flex items-center gap-2 self-center font-medium`,children:[(0,M.jsx)(`div`,{className:`flex size-6 items-center justify-center rounded-md bg-primary text-primary-foreground`,children:(0,M.jsx)(gy,{className:`size-4`})}),`ObjectStack`]}),(0,M.jsxs)($,{children:[(0,M.jsxs)(lN,{className:`text-center`,children:[(0,M.jsx)(uN,{children:e(`auth.setup.welcomeTitle`)}),(0,M.jsx)(dN,{children:e(`auth.setup.description`)})]}),(0,M.jsx)(fN,{children:(0,M.jsxs)(`form`,{onSubmit:async t=>{if(t.preventDefault(),n?.auth){m(!0);try{await n.auth.register({name:a,email:s,password:l}),await i();let e=d.trim();if(e)try{let{organizations:t}=await n.organizations.list(),r=t?.[0],i;if(r?.id)await n.organizations.update(r.id,{name:e,slug:TN(e)}),i=r.id;else{let t=await n.organizations.create({name:e,slug:TN(e)});i=t?.id??t?.data?.id}i&&await n.organizations.setActive(i).catch(()=>{})}catch(e){console.warn(`[setup] organization rename/create failed`,e)}window.location.assign(`/`)}catch(t){q({title:e(`auth.setup.failed`),description:t.message,variant:`destructive`})}finally{m(!1)}}},className:`flex flex-col gap-4`,children:[(0,M.jsxs)(`div`,{className:`flex flex-col gap-2`,children:[(0,M.jsx)(CN,{htmlFor:`name`,children:e(`auth.setup.yourName`)}),(0,M.jsx)(Hx,{id:`name`,autoComplete:`name`,required:!0,value:a,onChange:e=>o(e.target.value)})]}),(0,M.jsxs)(`div`,{className:`flex flex-col gap-2`,children:[(0,M.jsx)(CN,{htmlFor:`orgName`,children:e(`auth.setup.orgName`)}),(0,M.jsx)(Hx,{id:`orgName`,required:!0,placeholder:e(`auth.setup.orgNamePlaceholder`),value:d,onChange:e=>f(e.target.value)})]}),(0,M.jsxs)(`div`,{className:`flex flex-col gap-2`,children:[(0,M.jsx)(CN,{htmlFor:`email`,children:e(`auth.emailLabel`)}),(0,M.jsx)(Hx,{id:`email`,type:`email`,placeholder:e(`auth.emailPlaceholder`),autoComplete:`email`,required:!0,value:s,onChange:e=>c(e.target.value)})]}),(0,M.jsxs)(`div`,{className:`flex flex-col gap-2`,children:[(0,M.jsx)(CN,{htmlFor:`password`,children:e(`auth.passwordLabel`)}),(0,M.jsx)(Hx,{id:`password`,type:`password`,autoComplete:`new-password`,required:!0,minLength:8,placeholder:e(`auth.setup.passwordHint`),value:l,onChange:e=>u(e.target.value)})]}),(0,M.jsx)(Q,{type:`submit`,className:`mt-2 w-full`,disabled:p,children:e(p?`auth.setup.submitting`:`auth.setup.submit`)})]})})]})]})})}var DN=la(`/reset-password`)({validateSearch:e=>{let t=e.token;return typeof t==`string`?{token:t}:{}},component:ON});function ON(){let{t:e}=vt(),t=Hi(),{token:n}=DN.useSearch(),[r,i]=(0,j.useState)(``),[a,o]=(0,j.useState)(``),[s,c]=(0,j.useState)(!1);return(0,M.jsx)(gN,{headline:e(`auth.resetPassword.brandHeadline`,{defaultValue:`Choose a new password.`}),subline:e(`auth.resetPassword.brandSubline`,{defaultValue:`Make it strong — at least 8 characters with a mix of letters and numbers.`}),children:(0,M.jsxs)($,{className:`border-border/60 shadow-sm shadow-primary/5 backdrop-blur supports-[backdrop-filter]:bg-card/95`,children:[(0,M.jsxs)(lN,{className:`text-center`,children:[(0,M.jsx)(uN,{className:`text-xl tracking-tight`,children:e(`auth.resetPassword.title`)}),(0,M.jsx)(dN,{children:e(`auth.resetPassword.description`)})]}),(0,M.jsx)(fN,{children:n?(0,M.jsxs)(`form`,{onSubmit:async i=>{if(i.preventDefault(),r!==a){q({title:e(`auth.resetPassword.passwordsMismatch`),variant:`destructive`});return}if(!n){q({title:e(`auth.resetPassword.missingToken`),variant:`destructive`});return}c(!0);try{let i=await fetch(`/api/v1/auth/reset-password`,{method:`POST`,headers:{"Content-Type":`application/json`},credentials:`include`,body:JSON.stringify({token:n,newPassword:r})});if(!i.ok){let e=await i.json().catch(()=>({}));throw Error(e?.message||`Request failed: ${i.status}`)}q({title:e(`auth.resetPassword.success`)}),t({to:`/login`})}catch(t){q({title:e(`auth.resetPassword.failed`),description:t.message,variant:`destructive`})}finally{c(!1)}},className:`flex flex-col gap-4`,children:[(0,M.jsxs)(`div`,{className:`flex flex-col gap-2`,children:[(0,M.jsx)(CN,{htmlFor:`new-password`,children:e(`auth.resetPassword.newPassword`)}),(0,M.jsx)(Hx,{id:`new-password`,type:`password`,autoComplete:`new-password`,required:!0,minLength:8,value:r,onChange:e=>i(e.target.value)})]}),(0,M.jsxs)(`div`,{className:`flex flex-col gap-2`,children:[(0,M.jsx)(CN,{htmlFor:`confirm-password`,children:e(`auth.resetPassword.confirmPassword`)}),(0,M.jsx)(Hx,{id:`confirm-password`,type:`password`,autoComplete:`new-password`,required:!0,minLength:8,value:a,onChange:e=>o(e.target.value)})]}),(0,M.jsx)(Q,{type:`submit`,className:`w-full bg-brand-gradient text-primary-foreground shadow-sm shadow-primary/20 transition-all hover:opacity-95 hover:shadow-md hover:shadow-primary/30`,disabled:s,children:e(s?`auth.resetPassword.submitting`:`auth.resetPassword.submit`)})]}):(0,M.jsxs)(`p`,{className:`text-sm text-muted-foreground text-center`,children:[e(`auth.resetPassword.invalidToken`),` `,(0,M.jsx)(ra,{to:`/forgot-password`,className:`font-medium text-primary underline-offset-4 hover:underline`,children:e(`auth.resetPassword.requestNewLink`)})]})})]})})}function kN({mode:e,redirect:t}){let{t:n}=vt(),r=zg(),[i,a]=(0,j.useState)([]),[o,s]=(0,j.useState)(!0),[c,l]=(0,j.useState)(null);if((0,j.useEffect)(()=>{r?.auth?.getConfig&&r.auth.getConfig().then(e=>{a((e?.socialProviders??e?.data?.socialProviders??[]).filter(e=>e.enabled))}).catch(e=>{console.warn(`[SocialSignInButtons] failed to load auth config`,e)}).finally(()=>s(!1))},[r]),o||i.length===0)return null;let u=n(e===`sign-in`?`auth.social.continueWith`:`auth.social.signUpWith`),d=window.location.origin+`/_account/login`+(t?`?redirect=${encodeURIComponent(t)}`:``),f=e=>{c||(l(e),Promise.resolve(r.auth.signInWithProvider(e.id,{callbackURL:d,errorCallbackURL:d,type:e.type??`social`})).catch(e=>{console.warn(`[SocialSignInButtons] signInWithProvider failed`,e),l(null)}))};return(0,M.jsxs)(`div`,{className:`flex flex-col gap-2`,children:[i.map(e=>{let t=c?.id===e.id;return(0,M.jsxs)(Q,{type:`button`,variant:`outline`,className:`w-full`,disabled:!!c,onClick:()=>f(e),children:[t?(0,M.jsx)(`span`,{className:`mr-2 inline-block size-4 animate-spin rounded-full border-2 border-muted-foreground border-t-transparent`}):(0,M.jsx)(`span`,{className:`mr-2 flex h-4 w-4 items-center justify-center rounded-sm bg-muted text-[10px] font-bold uppercase`,children:e.id[0]}),t?n(`auth.social.redirectingTo`,{provider:e.name,defaultValue:`Redirecting to ${e.name}…`}):`${u} ${e.name}`]},e.id)}),(0,M.jsxs)(`div`,{className:`relative my-1`,children:[(0,M.jsx)(`div`,{className:`absolute inset-0 flex items-center`,children:(0,M.jsx)(`span`,{className:`w-full border-t`})}),(0,M.jsx)(`div`,{className:`relative flex justify-center text-xs uppercase`,children:(0,M.jsx)(`span`,{className:`bg-card px-2 text-muted-foreground`,children:n(`auth.social.orContinueEmail`)})})]}),c&&typeof document<`u`?(0,Gi.createPortal)((0,M.jsx)(`div`,{role:`status`,"aria-live":`polite`,className:`fixed inset-0 z-[100] flex items-center justify-center bg-background/80 backdrop-blur-sm`,children:(0,M.jsxs)(`div`,{className:`flex flex-col items-center gap-3 text-sm text-muted-foreground`,children:[(0,M.jsx)(`div`,{className:`size-8 animate-spin rounded-full border-2 border-muted-foreground border-t-transparent`}),(0,M.jsx)(`span`,{children:n(`auth.social.redirectingTo`,{provider:c.name,defaultValue:`Redirecting to ${c.name}…`})})]})}),document.body):null]})}var AN=la(`/register`)({validateSearch:e=>{let t=e.redirect;return typeof t==`string`?{redirect:t}:{}},component:NN});function jN(e){return!!e&&e.startsWith(`/`)&&!e.startsWith(`//`)}function MN(e){return e.startsWith(`/_`)?e:`/_account/`.replace(/\/$/,``)+e}function NN(){let{t:e}=vt(),t=Hi(),{redirect:n}=AN.useSearch(),r=zg(),{session:i,user:a,loading:o,refresh:s,organizations:c,organizationsLoading:l,organizationsFetched:u,setActiveOrganization:d}=BM(),[f,p]=(0,j.useState)(``),[m,h]=(0,j.useState)(``),[g,_]=(0,j.useState)(``),[v,y]=(0,j.useState)(!1),[b,x]=(0,j.useState)(!1);return(0,j.useEffect)(()=>{if(a){if(typeof window<`u`){let e=new URLSearchParams(window.location.search);if(e.has(`client_id`)&&e.has(`redirect_uri`)){window.location.assign(`/api/v1/auth/oauth2/authorize${window.location.search}`);return}}if(!i?.activeOrganizationId){if(!u||l||b)return;if(c.length===1){x(!0),d(c[0].id).catch(()=>void 0).finally(()=>x(!1));return}if(c.length>1){t({to:`/organizations`});return}t({to:`/organizations/new`});return}if(!b){if(jN(n)){window.location.assign(MN(n));return}window.location.assign(`/`)}}},[a,i,t,n,c,l,u,b,d]),(0,M.jsx)(gN,{headline:e(`auth.register.brandHeadline`,{defaultValue:`Create your ObjectStack account.`}),subline:e(`auth.register.brandSubline`,{defaultValue:`One identity for every workspace, app and integration in your stack.`}),children:o||a?(0,M.jsxs)(`div`,{className:`flex flex-col items-center gap-3 py-10 text-sm text-muted-foreground`,children:[(0,M.jsx)(`div`,{className:`size-6 animate-spin rounded-full border-2 border-muted-foreground border-t-transparent`}),(0,M.jsx)(`span`,{children:a?e(`auth.register.signingIn`,{defaultValue:`Setting up your account…`}):e(`auth.login.redirecting`,{defaultValue:`Loading…`})})]}):(0,M.jsxs)(`div`,{className:`flex flex-col gap-6`,children:[(0,M.jsxs)($,{className:`border-border/60 shadow-sm shadow-primary/5 backdrop-blur supports-[backdrop-filter]:bg-card/95`,children:[(0,M.jsxs)(lN,{className:`text-center`,children:[(0,M.jsx)(uN,{className:`text-xl tracking-tight`,children:e(`auth.register.title`)}),(0,M.jsx)(dN,{children:e(`auth.register.description`)})]}),(0,M.jsx)(fN,{children:(0,M.jsx)(`form`,{onSubmit:async t=>{if(t.preventDefault(),r?.auth){y(!0);try{await r.auth.register({name:f,email:m,password:g}),await s(),q({title:e(`auth.register.successToast`)})}catch(t){q({title:e(`auth.register.failed`),description:t.message,variant:`destructive`})}finally{y(!1)}}},children:(0,M.jsxs)(`div`,{className:`flex flex-col gap-4`,children:[(0,M.jsx)(kN,{mode:`sign-up`,redirect:n}),(0,M.jsxs)(`div`,{className:`flex flex-col gap-2`,children:[(0,M.jsx)(CN,{htmlFor:`name`,children:e(`auth.nameLabel`)}),(0,M.jsx)(Hx,{id:`name`,autoComplete:`name`,required:!0,value:f,onChange:e=>p(e.target.value)})]}),(0,M.jsxs)(`div`,{className:`flex flex-col gap-2`,children:[(0,M.jsx)(CN,{htmlFor:`email`,children:e(`auth.emailLabel`)}),(0,M.jsx)(Hx,{id:`email`,type:`email`,placeholder:e(`auth.emailPlaceholder`),autoComplete:`email`,required:!0,value:m,onChange:e=>h(e.target.value)})]}),(0,M.jsxs)(`div`,{className:`flex flex-col gap-2`,children:[(0,M.jsx)(CN,{htmlFor:`password`,children:e(`auth.passwordLabel`)}),(0,M.jsx)(Hx,{id:`password`,type:`password`,autoComplete:`new-password`,required:!0,minLength:8,value:g,onChange:e=>_(e.target.value)})]}),(0,M.jsx)(Q,{type:`submit`,className:`w-full bg-brand-gradient text-primary-foreground shadow-sm shadow-primary/20 transition-all hover:opacity-95 hover:shadow-md hover:shadow-primary/30`,disabled:v,children:e(v?`auth.register.submitting`:`auth.register.submit`)}),(0,M.jsxs)(`p`,{className:`text-center text-sm text-muted-foreground`,children:[e(`auth.register.haveAccount`),` `,(0,M.jsx)(ra,{to:`/login`,search:n?{redirect:n}:void 0,className:`font-medium text-primary underline-offset-4 hover:underline`,children:e(`auth.register.signIn`)})]})]})})})]}),(0,M.jsxs)(`p`,{className:`px-6 text-center text-xs text-muted-foreground [&_a]:underline [&_a]:underline-offset-4 [&_a]:hover:text-primary`,children:[e(`legal.agreementPrefix`),` `,(0,M.jsx)(`a`,{href:`#`,children:e(`legal.termsOfService`)}),` `,e(`legal.and`),` `,(0,M.jsx)(`a`,{href:`#`,children:e(`legal.privacyPolicy`)}),`.`]})]})})}var PN=la(`/login`)({validateSearch:e=>{let t=e.redirect;return typeof t==`string`?{redirect:t}:{}},component:LN});function FN(e){return!!e&&e.startsWith(`/`)&&!e.startsWith(`//`)}function IN(e){return e.startsWith(`/_`)?e:`/_account/`.replace(/\/$/,``)+e}function LN(){let{t:e}=vt(),t=Hi(),{redirect:n}=PN.useSearch(),r=zg(),i=null;if(typeof window<`u`){let e=new URLSearchParams(window.location.search),t=e.get(`redirect_uri`);if(e.has(`client_id`)&&t)try{i=new URL(t).host}catch{i=null}}let{session:a,user:o,loading:s,refresh:c,organizations:l,organizationsLoading:u,organizationsFetched:d,setActiveOrganization:f}=BM(),[p,m]=(0,j.useState)(``),[h,g]=(0,j.useState)(``),[_,v]=(0,j.useState)(!1),[y,b]=(0,j.useState)(!1);return(0,j.useEffect)(()=>{if(o){if(typeof window<`u`){let e=new URLSearchParams(window.location.search);if(e.has(`client_id`)&&e.has(`redirect_uri`)){window.location.assign(`/api/v1/auth/oauth2/authorize${window.location.search}`);return}}if(!a?.activeOrganizationId){if(!d||u||y)return;if(l.length===1){b(!0),f(l[0].id).catch(()=>void 0).finally(()=>b(!1));return}if(l.length===0){t({to:`/organizations/new`});return}t({to:`/organizations`});return}if(!y){if(FN(n)){window.location.assign(IN(n));return}window.location.assign(`/`)}}},[o,a,t,n,l,u,d,y,f]),s||o?(0,M.jsx)(gN,{children:(0,M.jsxs)(`div`,{className:`flex flex-col items-center gap-3 py-10 text-sm text-muted-foreground`,children:[(0,M.jsx)(`div`,{className:`size-6 animate-spin rounded-full border-2 border-muted-foreground border-t-transparent`}),(0,M.jsx)(`span`,{children:e(`auth.login.signingIn`,{defaultValue:`Signing you in…`})})]})}):(0,M.jsxs)(gN,{children:[_?(0,M.jsx)(GM,{message:e(`auth.login.signingIn`,{defaultValue:`Signing you in…`})}):null,(0,M.jsxs)(`div`,{className:`flex flex-col gap-6`,children:[i?(0,M.jsxs)(`div`,{role:`status`,className:`flex items-start gap-3 rounded-md border border-primary/30 bg-primary/5 px-4 py-3 text-sm text-foreground`,children:[(0,M.jsx)(`span`,{className:`mt-0.5 inline-block size-2 shrink-0 rounded-full bg-primary`}),(0,M.jsx)(`span`,{children:e(`auth.login.ssoHandoff`,{target:i,defaultValue:`Sign in to ObjectStack to continue to ${i}`})})]}):null,(0,M.jsxs)($,{className:`border-border/60 shadow-sm shadow-primary/5 backdrop-blur supports-[backdrop-filter]:bg-card/95`,children:[(0,M.jsxs)(lN,{className:`text-center`,children:[(0,M.jsx)(uN,{className:`text-xl tracking-tight`,children:e(`auth.login.title`)}),(0,M.jsx)(dN,{children:e(`auth.login.description`)})]}),(0,M.jsx)(fN,{children:(0,M.jsx)(`form`,{onSubmit:async t=>{if(t.preventDefault(),r?.auth){v(!0);try{await r.auth.login({type:`email`,email:p,password:h}),await c(),q({title:e(`auth.login.welcomeToast`)})}catch(t){q({title:e(`auth.login.failed`),description:t.message,variant:`destructive`})}finally{v(!1)}}},children:(0,M.jsxs)(`div`,{className:`flex flex-col gap-4`,children:[(0,M.jsx)(kN,{mode:`sign-in`,redirect:n}),(0,M.jsxs)(`div`,{className:`flex flex-col gap-2`,children:[(0,M.jsx)(CN,{htmlFor:`email`,children:e(`auth.emailLabel`)}),(0,M.jsx)(Hx,{id:`email`,type:`email`,placeholder:e(`auth.emailPlaceholder`),autoComplete:`email`,required:!0,value:p,onChange:e=>m(e.target.value)})]}),(0,M.jsxs)(`div`,{className:`flex flex-col gap-2`,children:[(0,M.jsxs)(`div`,{className:`flex items-center`,children:[(0,M.jsx)(CN,{htmlFor:`password`,children:e(`auth.passwordLabel`)}),(0,M.jsx)(ra,{to:`/forgot-password`,className:`ml-auto text-sm underline-offset-4 hover:underline`,children:e(`auth.login.forgotPassword`)})]}),(0,M.jsx)(Hx,{id:`password`,type:`password`,autoComplete:`current-password`,required:!0,value:h,onChange:e=>g(e.target.value)})]}),(0,M.jsx)(Q,{type:`submit`,className:`w-full bg-brand-gradient text-primary-foreground shadow-sm shadow-primary/20 transition-all hover:opacity-95 hover:shadow-md hover:shadow-primary/30`,disabled:_,children:e(_?`auth.login.submitting`:`auth.login.submit`)}),(0,M.jsxs)(`p`,{className:`text-center text-sm text-muted-foreground`,children:[e(`auth.login.noAccount`),` `,(0,M.jsx)(ra,{to:`/register`,search:n?{redirect:n}:void 0,className:`font-medium text-primary underline-offset-4 hover:underline`,children:e(`auth.login.signUp`)})]})]})})})]}),(0,M.jsxs)(`p`,{className:`px-6 text-center text-xs text-muted-foreground [&_a]:underline [&_a]:underline-offset-4 [&_a]:hover:text-primary`,children:[e(`legal.agreementPrefix`),` `,(0,M.jsx)(`a`,{href:`#`,children:e(`legal.termsOfService`)}),` `,e(`legal.and`),` `,(0,M.jsx)(`a`,{href:`#`,children:e(`legal.privacyPolicy`)}),`.`]})]})]})}var RN=la(`/forgot-password`)({component:zN});function zN(){let{t:e}=vt(),[t,n]=(0,j.useState)(``),[r,i]=(0,j.useState)(!1),[a,o]=(0,j.useState)(!1);return(0,M.jsx)(gN,{headline:e(`auth.forgotPassword.brandHeadline`,{defaultValue:`Forgot your password?`}),subline:e(`auth.forgotPassword.brandSubline`,{defaultValue:`No problem — we will send you a secure link to reset it.`}),children:(0,M.jsx)($,{className:`border-border/60 shadow-sm shadow-primary/5 backdrop-blur supports-[backdrop-filter]:bg-card/95`,children:a?(0,M.jsxs)(M.Fragment,{children:[(0,M.jsxs)(lN,{className:`text-center`,children:[(0,M.jsx)(uN,{className:`text-xl tracking-tight`,children:e(`auth.forgotPassword.checkEmailTitle`)}),(0,M.jsx)(dN,{children:e(`auth.forgotPassword.checkEmailDescription`,{email:t})})]}),(0,M.jsx)(fN,{className:`text-center`,children:(0,M.jsx)(ra,{to:`/login`,className:`text-sm font-medium text-primary underline-offset-4 hover:underline`,children:e(`auth.forgotPassword.backToSignIn`)})})]}):(0,M.jsxs)(M.Fragment,{children:[(0,M.jsxs)(lN,{className:`text-center`,children:[(0,M.jsx)(uN,{className:`text-xl tracking-tight`,children:e(`auth.forgotPassword.title`)}),(0,M.jsx)(dN,{children:e(`auth.forgotPassword.description`)})]}),(0,M.jsx)(fN,{children:(0,M.jsxs)(`form`,{onSubmit:async n=>{n.preventDefault(),i(!0);try{let e=window.location.origin+`/_account/`.replace(/\/$/,``)+`/reset-password`,n=await fetch(`/api/v1/auth/forget-password`,{method:`POST`,headers:{"Content-Type":`application/json`},credentials:`include`,body:JSON.stringify({email:t,redirectTo:e})});if(!n.ok){let e=await n.json().catch(()=>({}));throw Error(e?.message||`Request failed: ${n.status}`)}o(!0)}catch(t){q({title:e(`auth.forgotPassword.failed`),description:t.message,variant:`destructive`})}finally{i(!1)}},className:`flex flex-col gap-4`,children:[(0,M.jsxs)(`div`,{className:`flex flex-col gap-2`,children:[(0,M.jsx)(CN,{htmlFor:`email`,children:e(`auth.emailLabel`)}),(0,M.jsx)(Hx,{id:`email`,type:`email`,placeholder:e(`auth.emailPlaceholder`),autoComplete:`email`,required:!0,value:t,onChange:e=>n(e.target.value)})]}),(0,M.jsx)(Q,{type:`submit`,className:`w-full bg-brand-gradient text-primary-foreground shadow-sm shadow-primary/20 transition-all hover:opacity-95 hover:shadow-md hover:shadow-primary/30`,disabled:r,children:e(r?`auth.forgotPassword.submitting`:`auth.forgotPassword.submit`)}),(0,M.jsxs)(`p`,{className:`text-center text-sm text-muted-foreground`,children:[e(`auth.forgotPassword.rememberPassword`),` `,(0,M.jsx)(ra,{to:`/login`,className:`font-medium text-primary underline-offset-4 hover:underline`,children:e(`auth.forgotPassword.signIn`)})]})]})})]})})})}var BN=la(`/account`)({component:VN});function VN(){return(0,M.jsx)(`div`,{className:`flex flex-1 flex-col overflow-hidden`,children:(0,M.jsx)(`div`,{className:`flex-1 overflow-auto px-4 py-6 sm:px-6 sm:py-8`,children:(0,M.jsx)(`div`,{className:`page-enter mx-auto flex max-w-4xl flex-col gap-6`,children:(0,M.jsx)(ya,{})})})})}var HN=la(`/`)({component:UN});function UN(){return(0,M.jsx)(Ui,{to:`/login`})}var WN=Gv(`inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2`,{variants:{variant:{default:`border-transparent bg-primary text-primary-foreground hover:bg-primary/80`,secondary:`border-transparent bg-secondary text-secondary-foreground hover:bg-secondary/80`,destructive:`border-transparent bg-destructive text-destructive-foreground hover:bg-destructive/80`,outline:`text-foreground`}},defaultVariants:{variant:`default`}});function GN({className:e,variant:t,...n}){return(0,M.jsx)(`div`,{className:Z(WN({variant:t}),e),...n})}function KN({title:e,description:t,icon:n,actions:r,className:i,...a}){return(0,M.jsxs)(`div`,{className:Z(`relative overflow-hidden rounded-xl border bg-brand-gradient-subtle`,`px-5 py-5 sm:px-6 sm:py-6`,i),...a,children:[(0,M.jsx)(`div`,{className:`pointer-events-none absolute inset-0 opacity-60`,style:{backgroundImage:`radial-gradient(ellipse 60% 80% at 0% 0%, hsl(var(--brand-from) / 0.12), transparent 60%)`},"aria-hidden":!0}),(0,M.jsxs)(`div`,{className:`relative flex flex-col gap-4 sm:flex-row sm:items-start sm:justify-between sm:gap-6`,children:[(0,M.jsxs)(`div`,{className:`flex min-w-0 items-start gap-4`,children:[n?(0,M.jsx)(`div`,{className:`flex size-10 shrink-0 items-center justify-center rounded-lg bg-brand-gradient text-primary-foreground shadow-sm shadow-primary/30 ring-1 ring-white/15`,children:(0,M.jsx)(n,{className:`size-5`})}):null,(0,M.jsxs)(`div`,{className:`min-w-0 space-y-1`,children:[(0,M.jsx)(`h1`,{className:`truncate text-xl font-semibold tracking-tight sm:text-2xl`,children:e}),t?(0,M.jsx)(`p`,{className:`text-sm text-muted-foreground`,children:t}):null]})]}),r?(0,M.jsx)(`div`,{className:`flex shrink-0 flex-wrap items-center gap-2`,children:r}):null]})]})}var qN=la(`/organizations/`)({component:JN});function JN(){let{t:e}=vt(),{organizations:t,loading:n}=VM(),{session:r,setActiveOrganization:i}=BM(),a=Hi(),o=r?.activeOrganizationId??void 0,s=async t=>{try{t!==o&&await i(t),a({to:`/organizations/$orgId`,params:{orgId:t}})}catch(t){q({title:e(`organizations.switchFailed`),description:t.message,variant:`destructive`})}},c=e=>e.split(/\s+/).map(e=>e[0]).join(``).slice(0,2).toUpperCase();return(0,M.jsx)(`div`,{className:`flex flex-1 flex-col overflow-hidden`,children:(0,M.jsx)(`div`,{className:`flex-1 overflow-auto px-4 py-6 sm:px-6 sm:py-8`,children:(0,M.jsxs)(`div`,{className:`page-enter mx-auto flex max-w-3xl flex-col gap-6`,children:[(0,M.jsx)(KN,{icon:ry,title:e(`organizations.title`),description:e(`organizations.description`),actions:(0,M.jsxs)(Q,{onClick:()=>a({to:`/organizations/new`}),className:`bg-brand-gradient text-primary-foreground shadow-sm shadow-primary/20 transition-all hover:opacity-95 hover:shadow-md hover:shadow-primary/30`,children:[(0,M.jsx)(ky,{className:`mr-2 h-4 w-4`}),e(`organizations.newOrganization`)]})}),n&&(0,M.jsx)(`p`,{className:`text-sm text-muted-foreground`,children:e(`organizations.loading`)}),!n&&t.length===0&&(0,M.jsxs)($,{className:`p-10 text-center`,children:[(0,M.jsx)(`div`,{className:`mx-auto mb-3 flex size-12 items-center justify-center rounded-lg bg-brand-gradient-subtle text-primary ring-1 ring-primary/15`,children:(0,M.jsx)(ry,{className:`h-6 w-6`})}),(0,M.jsx)(`h3`,{className:`text-base font-medium`,children:e(`organizations.emptyTitle`)}),(0,M.jsx)(`p`,{className:`mb-4 text-sm text-muted-foreground`,children:e(`organizations.emptyDescription`)}),(0,M.jsxs)(Q,{onClick:()=>a({to:`/organizations/new`}),className:`bg-brand-gradient text-primary-foreground shadow-sm shadow-primary/20`,children:[(0,M.jsx)(ky,{className:`mr-2 h-4 w-4`}),e(`organizations.createOrganization`)]})]}),(0,M.jsx)(`div`,{className:`grid gap-3`,children:t.map(t=>{let n=t.id===o;return(0,M.jsx)($,{role:`button`,tabIndex:0,onClick:()=>s(t.id),onKeyDown:e=>{(e.key===`Enter`||e.key===` `)&&(e.preventDefault(),s(t.id))},className:`group cursor-pointer p-4 transition-all hover:-translate-y-0.5 hover:border-primary/30 hover:shadow-md hover:shadow-primary/5 focus:outline-none focus:ring-2 focus:ring-ring ${n?`border-primary/50 bg-brand-gradient-subtle ring-1 ring-primary/30`:``}`,children:(0,M.jsxs)(`div`,{className:`flex items-center gap-4`,children:[(0,M.jsx)(`div`,{className:`flex size-12 shrink-0 items-center justify-center rounded-lg font-semibold `+(n?`bg-brand-gradient text-primary-foreground shadow-sm shadow-primary/30 ring-1 ring-white/15`:`bg-muted text-muted-foreground group-hover:bg-brand-gradient-subtle group-hover:text-primary`),children:c(t.name)||(0,M.jsx)(ry,{className:`h-5 w-5`})}),(0,M.jsxs)(`div`,{className:`min-w-0 flex-1`,children:[(0,M.jsxs)(`div`,{className:`flex flex-wrap items-center gap-2`,children:[(0,M.jsx)(`h3`,{className:`truncate text-base font-medium`,children:t.name}),n&&(0,M.jsxs)(GN,{className:`gap-1 border-transparent bg-emerald-500/15 text-[10px] font-medium text-emerald-600 dark:text-emerald-400`,children:[(0,M.jsx)(iy,{className:`h-3 w-3`}),e(`organizations.active`)]})]}),t.slug&&(0,M.jsx)(`code`,{className:`mt-0.5 block font-mono text-xs text-muted-foreground`,children:t.slug})]}),(0,M.jsx)(oy,{className:`size-4 shrink-0 text-muted-foreground transition-transform group-hover:translate-x-0.5 group-hover:text-primary`})]})},t.id)})})]})})})}var YN=la(`/account/`)({component:XN});function XN(){let{t:e}=vt(),{user:t}=BM(),{organizations:n}=VM(),r=[!!t?.emailVerified,!!t?.twoFactorEnabled,!!t?.name,!!t?.image].filter(Boolean).length*25,i=r>=75?`success`:r>=50?`warn`:`danger`,a=(t?.name??t?.email??`?`).split(/\s+/).map(e=>e[0]).join(``).slice(0,2).toUpperCase(),o=[{to:`/account/profile`,label:e(`home.tiles.profile.title`,{defaultValue:`Profile`}),description:e(`home.tiles.profile.description`,{defaultValue:`Display name, avatar and contact info.`}),icon:Uy},{to:`/account/security`,label:e(`home.tiles.security.title`,{defaultValue:`Security`}),description:e(`home.tiles.security.description`,{defaultValue:`Change your password and review activity.`}),icon:Py},{to:`/account/two-factor`,label:e(`home.tiles.twoFactor.title`,{defaultValue:`Two-factor auth`}),description:e(`home.tiles.twoFactor.description`,{defaultValue:`Add an authenticator app for stronger sign-in.`}),icon:Ny},{to:`/account/sessions`,label:e(`home.tiles.sessions.title`,{defaultValue:`Active sessions`}),description:e(`home.tiles.sessions.description`,{defaultValue:`See and revoke devices that are signed in.`}),icon:Ey},{to:`/account/linked-accounts`,label:e(`home.tiles.linked.title`,{defaultValue:`Linked accounts`}),description:e(`home.tiles.linked.description`,{defaultValue:`Manage your social and SSO providers.`}),icon:Cy},{to:`/account/oauth-applications`,label:e(`home.tiles.oauth.title`,{defaultValue:`OAuth applications`}),description:e(`home.tiles.oauth.description`,{defaultValue:`Apps you have authorised to access your account.`}),icon:by}];return(0,M.jsxs)(`div`,{className:`space-y-6`,children:[(0,M.jsxs)(`div`,{className:`relative overflow-hidden rounded-xl border bg-card`,children:[(0,M.jsx)(`div`,{className:`absolute inset-0 bg-brand-gradient`,"aria-hidden":!0}),(0,M.jsx)(`div`,{className:`absolute inset-0 opacity-40 mix-blend-soft-light`,style:{backgroundImage:`radial-gradient(ellipse at 20% 0%, rgba(255,255,255,0.4), transparent 60%), radial-gradient(ellipse at 100% 100%, rgba(0,0,0,0.25), transparent 60%)`},"aria-hidden":!0}),(0,M.jsxs)(`div`,{className:`relative flex flex-col gap-4 p-6 text-white sm:flex-row sm:items-center sm:gap-6 sm:p-8`,children:[(0,M.jsxs)(jM,{className:`size-16 shrink-0 ring-4 ring-white/30 shadow-md sm:size-20`,children:[t?.image?(0,M.jsx)(MM,{src:t.image,alt:t?.name??``}):null,(0,M.jsx)(NM,{className:`bg-white/20 text-base font-semibold text-white backdrop-blur`,children:a})]}),(0,M.jsxs)(`div`,{className:`min-w-0 flex-1 space-y-1`,children:[(0,M.jsx)(`p`,{className:`text-xs uppercase tracking-wider text-white/70`,children:e(`home.welcome`,{defaultValue:`Welcome back`})}),(0,M.jsx)(`h2`,{className:`truncate text-2xl font-semibold tracking-tight`,children:t?.name||t?.email||`ObjectStack user`}),(0,M.jsxs)(`div`,{className:`flex flex-wrap items-center gap-2 text-sm text-white/80`,children:[(0,M.jsx)(Ty,{className:`size-3.5`,"aria-hidden":!0}),(0,M.jsx)(`span`,{className:`truncate`,children:t?.email}),t?.emailVerified?(0,M.jsx)(GN,{className:`border-white/30 bg-white/15 text-[10px] font-medium text-white backdrop-blur hover:bg-white/20`,children:e(`home.verified`,{defaultValue:`Verified`})}):null]})]})]})]}),(0,M.jsxs)(`div`,{className:`grid grid-cols-1 gap-4 sm:grid-cols-3`,children:[(0,M.jsx)(ZN,{icon:Ny,label:e(`home.stats.score`,{defaultValue:`Security score`}),value:`${r}%`,tone:i,extra:(0,M.jsx)(`div`,{className:`mt-2 h-1.5 w-full overflow-hidden rounded-full bg-muted`,children:(0,M.jsx)(`div`,{className:`h-full bg-brand-gradient transition-[width] duration-500`,style:{width:`${r}%`}})})}),(0,M.jsx)(ZN,{icon:ry,label:e(`home.stats.orgs`,{defaultValue:`Organizations`}),value:String(n.length),extra:(0,M.jsxs)(ra,{to:`/organizations`,className:`mt-2 inline-flex items-center gap-1 text-xs font-medium text-primary hover:underline`,children:[e(`home.stats.manage`,{defaultValue:`Manage`}),(0,M.jsx)(ny,{className:`size-3`})]})}),(0,M.jsx)(ZN,{icon:t?.twoFactorEnabled?Ny:Py,label:e(`home.stats.twoFactor`,{defaultValue:`Two-factor auth`}),value:t?.twoFactorEnabled?e(`home.stats.enabled`,{defaultValue:`Enabled`}):e(`home.stats.disabled`,{defaultValue:`Disabled`}),tone:t?.twoFactorEnabled?`success`:`warn`,extra:(0,M.jsxs)(ra,{to:`/account/two-factor`,className:`mt-2 inline-flex items-center gap-1 text-xs font-medium text-primary hover:underline`,children:[t?.twoFactorEnabled?e(`home.stats.review`,{defaultValue:`Review`}):e(`home.stats.enable`,{defaultValue:`Enable now`}),(0,M.jsx)(ny,{className:`size-3`})]})})]}),(0,M.jsxs)(`div`,{children:[(0,M.jsx)(`h3`,{className:`mb-3 text-sm font-medium text-muted-foreground`,children:e(`home.quickAccess`,{defaultValue:`Quick access`})}),(0,M.jsx)(`div`,{className:`grid grid-cols-1 gap-3 sm:grid-cols-2 lg:grid-cols-3`,children:o.map(({to:e,label:t,description:n,icon:r})=>(0,M.jsxs)(ra,{to:e,className:`group relative flex items-start gap-3 rounded-lg border bg-card p-4 transition-all hover:-translate-y-0.5 hover:border-primary/30 hover:shadow-md hover:shadow-primary/5`,children:[(0,M.jsx)(`div`,{className:`flex size-9 shrink-0 items-center justify-center rounded-md bg-brand-gradient-subtle text-primary ring-1 ring-primary/10 transition-transform group-hover:scale-110`,children:(0,M.jsx)(r,{className:`size-4`})}),(0,M.jsxs)(`div`,{className:`min-w-0 flex-1`,children:[(0,M.jsxs)(`div`,{className:`flex items-center justify-between gap-2`,children:[(0,M.jsx)(`span`,{className:`truncate font-medium`,children:t}),(0,M.jsx)(ny,{className:`size-4 shrink-0 text-muted-foreground transition-transform group-hover:translate-x-0.5 group-hover:text-primary`})]}),(0,M.jsx)(`p`,{className:`mt-0.5 line-clamp-2 text-xs text-muted-foreground`,children:n})]})]},e))})]})]})}function ZN({icon:e,label:t,value:n,tone:r=`neutral`,extra:i}){let a=r===`success`?`text-emerald-600 dark:text-emerald-400`:r===`warn`?`text-amber-600 dark:text-amber-400`:r===`danger`?`text-destructive`:`text-foreground`;return(0,M.jsx)($,{className:`overflow-hidden`,children:(0,M.jsxs)(fN,{className:`p-5`,children:[(0,M.jsxs)(`div`,{className:`flex items-center justify-between`,children:[(0,M.jsx)(`p`,{className:`text-xs font-medium uppercase tracking-wider text-muted-foreground`,children:t}),(0,M.jsx)(e,{className:`size-4 ${a}`})]}),(0,M.jsx)(`p`,{className:`mt-1 text-2xl font-semibold tracking-tight ${a}`,children:n}),i]})})}var QN=la(`/organizations/new`)({component:eP});function $N(e){return e.toLowerCase().trim().replace(/[^a-z0-9]+/g,`-`).replace(/^-+|-+$/g,``).slice(0,48)}function eP(){let{t:e}=vt(),t=Hi(),{create:n,creating:r}=HM(),{setActiveOrganization:i,reloadOrganizations:a}=BM(),[o,s]=(0,j.useState)(``),[c,l]=(0,j.useState)(``),[u,d]=(0,j.useState)(!1),f=e=>{s(e),u||l($N(e))};return(0,M.jsx)(`div`,{className:`flex flex-1 flex-col overflow-hidden`,children:(0,M.jsx)(`div`,{className:`flex-1 px-6 py-8 overflow-auto`,children:(0,M.jsx)(`div`,{className:`mx-auto max-w-lg`,children:(0,M.jsxs)($,{children:[(0,M.jsxs)(lN,{children:[(0,M.jsx)(uN,{children:e(`organizations.new.title`)}),(0,M.jsx)(dN,{children:e(`organizations.new.description`)})]}),(0,M.jsxs)(`form`,{onSubmit:async t=>{t.preventDefault();try{let t=await n({name:o,slug:c||void 0}),r=t?.data??t,s=r?.id??r?.organization?.id;s&&await i(s).catch(()=>{}),await a().catch(()=>{}),q({title:e(`organizations.new.successToast`)}),window.location.assign(`/`)}catch(t){q({title:e(`organizations.new.failed`),description:t.message,variant:`destructive`})}},children:[(0,M.jsxs)(fN,{className:`space-y-4`,children:[(0,M.jsxs)(`div`,{className:`space-y-1.5`,children:[(0,M.jsx)(CN,{htmlFor:`name`,children:e(`organizations.new.name`)}),(0,M.jsx)(Hx,{id:`name`,required:!0,value:o,onChange:e=>f(e.target.value),placeholder:e(`organizations.new.namePlaceholder`)})]}),(0,M.jsxs)(`div`,{className:`space-y-1.5`,children:[(0,M.jsx)(CN,{htmlFor:`slug`,children:e(`organizations.new.slug`)}),(0,M.jsx)(Hx,{id:`slug`,value:c,onChange:e=>{l(e.target.value),d(!0)},placeholder:e(`organizations.new.slugPlaceholder`),pattern:`[a-z0-9-]+`}),(0,M.jsx)(`p`,{className:`text-[11px] text-muted-foreground`,children:e(`organizations.new.slugHint`)})]})]}),(0,M.jsxs)(pN,{className:`flex justify-between`,children:[(0,M.jsx)(Q,{type:`button`,variant:`ghost`,onClick:()=>t({to:`/organizations`}),children:e(`organizations.new.cancel`)}),(0,M.jsx)(Q,{type:`submit`,disabled:r||!o,children:e(r?`organizations.new.submitting`:`organizations.new.submit`)})]})]})]})})})})}var tP=la(`/organizations/$orgId`)({component:nP});function nP(){let{t:e}=vt(),{orgId:t}=tP.useParams(),{organizations:n}=VM(),r=n.find(e=>e.id===t);return(0,M.jsx)(`div`,{className:`flex flex-1 flex-col overflow-hidden`,children:(0,M.jsx)(`div`,{className:`flex-1 overflow-auto px-6 py-8`,children:(0,M.jsxs)(`div`,{className:`mx-auto max-w-4xl space-y-6`,children:[(0,M.jsxs)(`header`,{children:[(0,M.jsx)(`h1`,{className:`text-2xl font-semibold`,children:r?.name??e(`organizations.title`)}),r?.slug&&(0,M.jsx)(`p`,{className:`text-sm text-muted-foreground font-mono`,children:r.slug})]}),(0,M.jsx)(ya,{})]})})})}function rP(){let e=zg(),[t,n]=(0,j.useState)([]),[r,i]=(0,j.useState)(!1),[a,o]=(0,j.useState)(null),s=(0,j.useCallback)(async()=>{if(e?.oauth?.applications){i(!0),o(null);try{n((await e.oauth.applications.list())?.applications??[])}catch(e){o(e),n([])}finally{i(!1)}}},[e]);return(0,j.useEffect)(()=>{s()},[s]),{applications:t,loading:r,error:a,reload:s}}function iP(){let e=zg(),[t,n]=(0,j.useState)(!1),[r,i]=(0,j.useState)(null),[a,o]=(0,j.useState)(null);return{register:(0,j.useCallback)(async t=>{if(!e?.oauth?.applications?.register)throw Error(`Client not ready`);n(!0),i(null);try{let n=await e.oauth.applications.register(t);return o(n),n}catch(e){throw i(e),e}finally{n(!1)}},[e]),registering:t,error:r,lastResult:a}}function aP(){let e=zg(),[t,n]=(0,j.useState)(!1),[r,i]=(0,j.useState)(null);return{remove:(0,j.useCallback)(async t=>{if(!e?.oauth?.applications?.delete)throw Error(`Client not ready`);n(!0),i(null);try{return await e.oauth.applications.delete(t)}catch(e){throw i(e),e}finally{n(!1)}},[e]),deleting:t,error:r}}function oP(){let e=zg(),[t,n]=(0,j.useState)(!1),[r,i]=(0,j.useState)(null);return{submit:(0,j.useCallback)(async t=>{if(!e?.oauth?.consent)throw Error(`Client not ready`);n(!0),i(null);try{return await e.oauth.consent(t)}catch(e){throw i(e),e}finally{n(!1)}},[e]),submitting:t,error:r}}var sP=la(`/oauth/consent`)({validateSearch:e=>e,component:cP});function cP(){let{t:e}=vt(),t=Hi(),n=zg(),{user:r,loading:i}=BM(),{submit:a,submitting:o}=oP(),[s,c]=(0,j.useState)(null),l=typeof window<`u`?window.location.search:``,u=l.startsWith(`?`)?l.slice(1):l,d=new URLSearchParams(u),f=d.get(`client_id`)??void 0,p=d.get(`scope`)??``;(0,j.useEffect)(()=>{i||r||t({to:`/login`,search:{redirect:window.location.pathname+window.location.search}})},[r,i,t]),(0,j.useEffect)(()=>{if(!f||!n?.oauth?.applications?.getPublic)return;let e=!1;return n.oauth.applications.getPublic(f).then(t=>{if(e)return;let n=t?.data??t;c({name:n?.name??n?.client_name,icon:n?.icon??n?.logo_uri})},()=>{}),()=>{e=!0}},[n,f]);let m=p.split(/\s+/).filter(Boolean),h=async t=>{try{let n=await a({accept:t,oauth_query:u}),r=n?.redirect_uri??n?.redirectURI??n?.url;if(r){window.location.href=r;return}q({title:e(t?`oauth.consent.granted`:`oauth.consent.denied`),description:e(`oauth.consent.noRedirect`),variant:t?void 0:`destructive`})}catch(t){q({title:e(`oauth.consent.failed`),description:t.message,variant:`destructive`})}},g=s?.name??f??e(`oauth.consent.unknownApp`);return(0,M.jsx)(`div`,{className:`flex min-h-svh w-full flex-1 items-center justify-center bg-background px-4`,children:(0,M.jsxs)($,{className:`w-full max-w-md`,children:[(0,M.jsxs)(lN,{className:`items-center text-center`,children:[(0,M.jsx)(`div`,{className:`mb-3 rounded-full border bg-muted p-3`,children:s?.icon?(0,M.jsx)(`img`,{src:s.icon,alt:``,className:`h-8 w-8 rounded`,onError:e=>e.currentTarget.style.display=`none`}):(0,M.jsx)(by,{className:`h-7 w-7 text-muted-foreground`})}),(0,M.jsx)(uN,{className:`text-xl`,children:e(`oauth.consent.title`,{appName:g})}),(0,M.jsx)(dN,{children:e(`oauth.consent.request`,{appName:g,suffix:r?.email?` (${r.email})`:``})})]}),(0,M.jsxs)(fN,{className:`space-y-4`,children:[m.length>0&&(0,M.jsxs)(`div`,{children:[(0,M.jsx)(`p`,{className:`mb-2 text-sm font-medium`,children:e(`oauth.consent.willAllow`)}),(0,M.jsx)(`ul`,{className:`space-y-1.5 rounded-md border bg-muted/40 p-3 text-sm`,children:m.map(t=>(0,M.jsxs)(`li`,{className:`flex items-start gap-2`,children:[(0,M.jsx)(iy,{className:`mt-0.5 h-4 w-4 text-green-600 dark:text-green-400`}),(0,M.jsx)(`span`,{children:lP(t,e)})]},t))})]}),(0,M.jsxs)(`div`,{className:`grid grid-cols-2 gap-2 pt-2`,children:[(0,M.jsxs)(Q,{variant:`outline`,onClick:()=>h(!1),disabled:o,children:[(0,M.jsx)(Ky,{className:`mr-2 h-4 w-4`}),e(`oauth.consent.deny`)]}),(0,M.jsxs)(Q,{onClick:()=>h(!0),disabled:o,children:[(0,M.jsx)(iy,{className:`mr-2 h-4 w-4`}),e(o?`oauth.consent.submitting`:`oauth.consent.authorize`)]})]}),(0,M.jsx)(`p`,{className:`pt-2 text-center text-xs text-muted-foreground`,children:e(`oauth.consent.footer`)})]})]})})}function lP(e,t){switch(e){case`openid`:return t(`oauth.consent.scope.openid`);case`profile`:return t(`oauth.consent.scope.profile`);case`email`:return t(`oauth.consent.scope.email`);case`offline_access`:return t(`oauth.consent.scope.offlineAccess`);default:return e}}var uP=la(`/auth/device`)({validateSearch:e=>({user_code:e.user_code??e.code??``}),component:fP});function dP({children:e}){return(0,M.jsx)(`div`,{className:`flex min-h-svh w-full flex-col items-center justify-center gap-6 bg-muted p-6 md:p-10`,children:(0,M.jsxs)(`div`,{className:`flex w-full max-w-sm flex-col gap-6`,children:[(0,M.jsxs)(`a`,{href:`#`,className:`flex items-center gap-2 self-center font-medium`,children:[(0,M.jsx)(`div`,{className:`flex size-6 items-center justify-center rounded-md bg-primary text-primary-foreground`,children:(0,M.jsx)(gy,{className:`size-4`})}),`ObjectStack`]}),(0,M.jsx)(`div`,{className:`flex flex-col gap-6`,children:e})]})})}function fP(){let{t:e}=vt(),{user_code:t}=uP.useSearch(),{user:n,loading:r}=BM(),i=Hi(),[a,o]=(0,j.useState)(!1),[s,c]=(0,j.useState)(!1),[l,u]=(0,j.useState)(!1),[d,f]=(0,j.useState)(!1),[p,m]=(0,j.useState)(``);return t?r?(0,M.jsx)(dP,{children:(0,M.jsx)($,{children:(0,M.jsx)(lN,{className:`text-center`,children:(0,M.jsx)(dN,{children:e(`auth.device.loading`)})})})}):n?l?(0,M.jsx)(dP,{children:(0,M.jsx)($,{children:(0,M.jsxs)(lN,{className:`text-center`,children:[(0,M.jsx)(ly,{className:`h-10 w-10 text-green-500 mx-auto mb-2`}),(0,M.jsx)(uN,{children:e(`auth.device.approvedTitle`)}),(0,M.jsx)(dN,{children:e(`auth.device.approvedDescription`)})]})})}):d?(0,M.jsx)(dP,{children:(0,M.jsx)($,{children:(0,M.jsxs)(lN,{className:`text-center`,children:[(0,M.jsx)(uN,{children:e(`auth.device.deniedTitle`)}),(0,M.jsx)(dN,{children:e(`auth.device.deniedDescription`)})]})})}):(0,M.jsx)(dP,{children:(0,M.jsxs)($,{children:[(0,M.jsxs)(lN,{className:`text-center`,children:[(0,M.jsx)(uN,{children:e(`auth.device.title`)}),(0,M.jsx)(dN,{children:e(`auth.device.subtitle`,{email:n.email})})]}),(0,M.jsxs)(fN,{className:`space-y-4`,children:[(0,M.jsxs)(`div`,{className:`rounded-md border bg-background px-4 py-3 text-center`,children:[(0,M.jsx)(`p`,{className:`text-xs text-muted-foreground mb-1`,children:e(`auth.device.userCodeLabel`)}),(0,M.jsx)(`p`,{className:`font-mono font-semibold tracking-widest text-lg`,children:t})]}),(0,M.jsxs)(`div`,{className:`space-y-4`,children:[(0,M.jsx)(`p`,{className:`text-sm text-center text-muted-foreground`,children:e(`auth.device.loggedInAs`,{email:n.email})}),p&&(0,M.jsx)(`p`,{className:`text-sm text-destructive text-center`,children:p}),(0,M.jsx)(Q,{onClick:async()=>{m(``),o(!0);try{let n=await fetch(`/api/v1/auth/device/approve`,{method:`POST`,headers:{"Content-Type":`application/json`},credentials:`include`,body:JSON.stringify({userCode:t})});if(!n.ok){let t=await n.json().catch(()=>({}));throw Error(t?.message??t?.error?.message??e(`auth.device.approveFailed`))}u(!0),q({title:e(`auth.device.approveSuccess`),description:e(`auth.device.approveSuccessDescription`)})}catch(t){m(t?.message??e(`auth.device.approveFailed`))}finally{o(!1)}},className:`w-full`,disabled:a||s,children:e(a?`auth.device.approving`:`auth.device.approve`)}),(0,M.jsx)(Q,{onClick:async()=>{m(``),c(!0);try{await fetch(`/api/v1/auth/device/deny`,{method:`POST`,headers:{"Content-Type":`application/json`},credentials:`include`,body:JSON.stringify({userCode:t})}),f(!0)}catch(t){m(t?.message??e(`auth.device.denyFailed`))}finally{c(!1)}},variant:`outline`,className:`w-full`,disabled:a||s,children:e(s?`auth.device.denying`:`auth.device.deny`)}),(0,M.jsx)(`div`,{className:`text-center`,children:(0,M.jsx)(`button`,{type:`button`,className:`text-sm text-muted-foreground underline-offset-4 hover:underline`,onClick:()=>i({to:`/`}),children:e(`auth.device.cancel`)})})]})]})]})}):(0,M.jsx)(Ui,{to:`/login`,search:{redirect:`/auth/device?user_code=${encodeURIComponent(t)}`}}):(0,M.jsx)(dP,{children:(0,M.jsx)($,{children:(0,M.jsxs)(lN,{className:`text-center`,children:[(0,M.jsx)(uN,{children:e(`auth.device.invalidTitle`)}),(0,M.jsx)(dN,{children:e(`auth.device.invalidDescription`)})]})})})}var pP=la(`/account/two-factor`)({component:mP});function mP(){let{t:e}=vt(),t=zg(),{user:n,loading:r,refresh:i}=BM(),[a,o]=(0,j.useState)(null),[s,c]=(0,j.useState)(``),[l,u]=(0,j.useState)(!1),[d,f]=(0,j.useState)(null),[p,m]=(0,j.useState)(null),[h,g]=(0,j.useState)(!1),[_,v]=(0,j.useState)(``),[y,b]=(0,j.useState)(!1),[x,S]=(0,j.useState)(``),[C,w]=(0,j.useState)(!1),[T,E]=(0,j.useState)(``),[D,O]=(0,j.useState)(!1),[ee,te]=(0,j.useState)(null);(0,j.useEffect)(()=>{r||o(!!n?.twoFactorEnabled)},[r,n?.twoFactorEnabled]);let ne=async n=>{n.preventDefault(),u(!0);try{let e=await t.auth.twoFactor.enable({password:s});f(e?.totpURI??null),m(e?.backupCodes??null),c(``)}catch(t){q({title:e(`twoFactor.enableFailed`),description:t.message,variant:`destructive`})}finally{u(!1)}},re=async n=>{n.preventDefault(),b(!0);try{await t.auth.twoFactor.verifyTotp({code:_,trustDevice:h}),q({title:e(`twoFactor.enableSuccess`)}),o(!0),f(null),v(``),await i()}catch(t){q({title:e(`twoFactor.invalidCode`),description:t.message,variant:`destructive`})}finally{b(!1)}},ie=async n=>{n.preventDefault(),w(!0);try{await t.auth.twoFactor.disable({password:x}),q({title:e(`twoFactor.disableSuccess`)}),o(!1),S(``),te(null),await i()}catch(t){q({title:e(`twoFactor.disableFailed`),description:t.message,variant:`destructive`})}finally{w(!1)}},ae=async n=>{n.preventDefault(),O(!0);try{te((await t.auth.twoFactor.generateBackupCodes({password:T}))?.backupCodes??[]),E(``),q({title:e(`twoFactor.backupCodes.regenerated`)})}catch(t){q({title:e(`twoFactor.backupCodes.regenerateFailed`),description:t.message,variant:`destructive`})}finally{O(!1)}},oe=async t=>{try{await navigator.clipboard.writeText(t.join(`
|
|
118
|
-
`)),q({title:e(`twoFactor.backupCodes.copied`)})}catch{q({title:e(`twoFactor.backupCodes.copyFailed`),variant:`destructive`})}},k=(0,M.jsx)(KN,{icon:Ny,title:e(`twoFactor.title`),description:e(`twoFactor.notEnabledDescription`),actions:a===!0?(0,M.jsx)(GN,{className:`border-transparent bg-emerald-500/15 font-medium text-emerald-600 dark:text-emerald-400`,children:e(`twoFactor.enabled`)}):a===!1?(0,M.jsx)(GN,{variant:`outline`,className:`font-medium`,children:e(`twoFactor.notEnabled`)}):null});if(a===null)return(0,M.jsxs)(`div`,{className:`space-y-6`,children:[k,(0,M.jsxs)($,{children:[(0,M.jsx)(lN,{children:(0,M.jsx)(uN,{className:`text-base`,children:e(`twoFactor.loadingStatus`)})}),(0,M.jsxs)(fN,{className:`space-y-2`,children:[(0,M.jsx)(Nw,{className:`h-4 w-48`}),(0,M.jsx)(Nw,{className:`h-9 w-full`}),(0,M.jsx)(Nw,{className:`h-9 w-32`})]})]})]});if(d){let t=`https://api.qrserver.com/v1/create-qr-code/?size=200x200&data=${encodeURIComponent(d)}`;return(0,M.jsxs)(`div`,{className:`space-y-6`,children:[k,(0,M.jsxs)($,{children:[(0,M.jsxs)(lN,{children:[(0,M.jsx)(uN,{className:`text-base`,children:e(`twoFactor.setupTitle`)}),(0,M.jsx)(dN,{children:e(`twoFactor.setupDescription`)})]}),(0,M.jsxs)(fN,{className:`space-y-4`,children:[(0,M.jsxs)(`div`,{className:`flex flex-col items-center gap-3`,children:[(0,M.jsx)(`img`,{src:t,alt:e(`twoFactor.qrAlt`),width:200,height:200,className:`rounded border bg-white p-2`}),(0,M.jsx)(`div`,{className:`w-full rounded bg-muted p-3 font-mono text-xs break-all`,children:d}),(0,M.jsx)(`p`,{className:`text-xs text-muted-foreground`,children:e(`twoFactor.uriHint`)})]}),p&&p.length>0&&(0,M.jsxs)(`div`,{className:`rounded border bg-muted/40 p-3`,children:[(0,M.jsxs)(`div`,{className:`flex items-center justify-between`,children:[(0,M.jsx)(`p`,{className:`text-sm font-medium`,children:e(`twoFactor.backupCodes.savedTitle`)}),(0,M.jsxs)(Q,{type:`button`,variant:`ghost`,size:`sm`,onClick:()=>oe(p),children:[(0,M.jsx)(my,{className:`mr-1 h-3 w-3`}),e(`twoFactor.backupCodes.copy`)]})]}),(0,M.jsx)(`p`,{className:`mt-1 text-xs text-muted-foreground`,children:e(`twoFactor.backupCodes.savedHint`)}),(0,M.jsx)(`div`,{className:`mt-2 grid grid-cols-2 gap-1 font-mono text-xs`,children:p.map(e=>(0,M.jsx)(`span`,{className:`rounded bg-background px-2 py-1`,children:e},e))})]}),(0,M.jsx)(Xx,{}),(0,M.jsxs)(`form`,{onSubmit:re,className:`space-y-3`,children:[(0,M.jsxs)(`div`,{className:`space-y-1.5`,children:[(0,M.jsx)(CN,{htmlFor:`totp-code`,children:e(`twoFactor.verificationCode`)}),(0,M.jsx)(Hx,{id:`totp-code`,placeholder:`000000`,maxLength:6,inputMode:`numeric`,autoComplete:`one-time-code`,value:_,onChange:e=>v(e.target.value),required:!0})]}),(0,M.jsxs)(`label`,{className:`flex items-center gap-2 text-sm`,children:[(0,M.jsx)(`input`,{type:`checkbox`,checked:h,onChange:e=>g(e.target.checked)}),e(`twoFactor.trustDevice`)]}),(0,M.jsxs)(`div`,{className:`flex gap-2`,children:[(0,M.jsx)(Q,{type:`submit`,disabled:y||_.length<6,children:e(y?`twoFactor.verifying`:`twoFactor.verify`)}),(0,M.jsx)(Q,{type:`button`,variant:`outline`,onClick:()=>f(null),children:e(`twoFactor.cancel`)})]})]})]})]})]})}return a===!0?(0,M.jsxs)(`div`,{className:`space-y-6`,children:[k,(0,M.jsxs)($,{children:[(0,M.jsxs)(lN,{children:[(0,M.jsx)(uN,{className:`text-base`,children:e(`twoFactor.enabledTitle`,{defaultValue:`Authenticator app`})}),(0,M.jsx)(dN,{children:e(`twoFactor.enabledDescription`)})]}),(0,M.jsx)(fN,{children:(0,M.jsxs)(`form`,{onSubmit:ie,className:`space-y-4`,children:[(0,M.jsxs)(`div`,{className:`space-y-1.5`,children:[(0,M.jsx)(CN,{htmlFor:`disable-password`,children:e(`twoFactor.password`)}),(0,M.jsx)(Hx,{id:`disable-password`,type:`password`,autoComplete:`current-password`,required:!0,value:x,onChange:e=>S(e.target.value)})]}),(0,M.jsx)(Q,{variant:`destructive`,type:`submit`,disabled:C,children:e(C?`twoFactor.disabling`:`twoFactor.disable`)})]})})]}),(0,M.jsxs)($,{children:[(0,M.jsxs)(lN,{children:[(0,M.jsxs)(uN,{className:`text-base flex items-center gap-2`,children:[(0,M.jsx)(by,{className:`h-4 w-4`}),e(`twoFactor.backupCodes.title`)]}),(0,M.jsx)(dN,{children:e(`twoFactor.backupCodes.description`)})]}),(0,M.jsxs)(fN,{className:`space-y-4`,children:[(0,M.jsxs)(`form`,{onSubmit:ae,className:`space-y-3`,children:[(0,M.jsxs)(`div`,{className:`space-y-1.5`,children:[(0,M.jsx)(CN,{htmlFor:`backup-password`,children:e(`twoFactor.password`)}),(0,M.jsx)(Hx,{id:`backup-password`,type:`password`,autoComplete:`current-password`,required:!0,value:T,onChange:e=>E(e.target.value)})]}),(0,M.jsxs)(Q,{type:`submit`,variant:`outline`,disabled:D,children:[(0,M.jsx)(Ay,{className:`mr-2 h-4 w-4`}),e(D?`common.saving`:`twoFactor.backupCodes.regenerate`)]})]}),ee&&ee.length>0&&(0,M.jsxs)(`div`,{className:`rounded border bg-muted/40 p-3`,children:[(0,M.jsxs)(`div`,{className:`flex items-center justify-between`,children:[(0,M.jsx)(`p`,{className:`text-sm font-medium`,children:e(`twoFactor.backupCodes.newTitle`)}),(0,M.jsxs)(Q,{type:`button`,variant:`ghost`,size:`sm`,onClick:()=>oe(ee),children:[(0,M.jsx)(my,{className:`mr-1 h-3 w-3`}),e(`twoFactor.backupCodes.copy`)]})]}),(0,M.jsx)(`p`,{className:`mt-1 text-xs text-muted-foreground`,children:e(`twoFactor.backupCodes.savedHint`)}),(0,M.jsx)(`div`,{className:`mt-2 grid grid-cols-2 gap-1 font-mono text-xs`,children:ee.map(e=>(0,M.jsx)(`span`,{className:`rounded bg-background px-2 py-1`,children:e},e))})]})]})]})]}):(0,M.jsxs)(`div`,{className:`space-y-6`,children:[k,(0,M.jsxs)($,{children:[(0,M.jsxs)(lN,{children:[(0,M.jsx)(uN,{className:`text-base`,children:e(`twoFactor.enable`)}),(0,M.jsx)(dN,{children:e(`twoFactor.notEnabledDescription`)})]}),(0,M.jsx)(fN,{children:(0,M.jsxs)(`form`,{onSubmit:ne,className:`space-y-4`,children:[(0,M.jsxs)(`div`,{className:`space-y-1.5`,children:[(0,M.jsx)(CN,{htmlFor:`enable-password`,children:e(`twoFactor.password`)}),(0,M.jsx)(Hx,{id:`enable-password`,type:`password`,autoComplete:`current-password`,required:!0,value:s,onChange:e=>c(e.target.value),placeholder:e(`twoFactor.passwordPlaceholder`)})]}),(0,M.jsx)(Q,{type:`submit`,disabled:l,className:`bg-brand-gradient text-primary-foreground shadow-sm shadow-primary/20 transition-all hover:opacity-95 hover:shadow-md hover:shadow-primary/30`,children:e(l?`twoFactor.loading`:`twoFactor.enable`)})]})})]})]})}var hP=[[/Edg\//i,`Edge`],[/OPR\//i,`Opera`],[/Chrome\//i,`Chrome`],[/Firefox\//i,`Firefox`],[/Safari\//i,`Safari`]],gP=[[/Windows NT 10/i,`Windows 10/11`],[/Windows/i,`Windows`],[/Mac OS X|Macintosh/i,`macOS`],[/iPhone|iOS/i,`iOS`],[/iPad/i,`iPadOS`],[/Android/i,`Android`],[/Linux/i,`Linux`]];function _P(e){if(!e)return{browser:`Unknown`,os:`Unknown`,device:`desktop`,label:`Unknown device`,icon:_y};let t=hP.find(([t])=>t.test(e))?.[1]??`Browser`,n=gP.find(([t])=>t.test(e))?.[1]??`Unknown OS`,r=/iPad|Tablet/i.test(e),i=!r&&/Mobile|Android|iPhone|iPod/i.test(e),a=r?`tablet`:i?`mobile`:`desktop`,o=Ey;return o=a===`mobile`?Fy:a===`tablet`?Ly:/Linux|Windows|Mac/i.test(e)?Ey:_y,{browser:t,os:n,device:a,label:`${t} · ${n}`,icon:o}}var vP=la(`/account/sessions`)({component:yP});function yP(){let{t:e}=vt(),t=zg(),{session:n}=BM(),[r,i]=(0,j.useState)([]),[a,o]=(0,j.useState)(!0),[s,c]=(0,j.useState)(null),[l,u]=(0,j.useState)(!1),d=async()=>{try{i((await t.auth.sessions.list())?.sessions??[])}catch(t){q({title:e(`sessions.loadFailed`),description:t.message,variant:`destructive`})}finally{o(!1)}};(0,j.useEffect)(()=>{d()},[]);let f=async n=>{c(n);try{await t.auth.sessions.revoke(n),q({title:e(`sessions.revoked`)}),await d()}catch(t){q({title:e(`sessions.revokeFailed`),description:t.message,variant:`destructive`})}finally{c(null)}},p=async()=>{u(!0);try{await t.auth.sessions.revokeOthers(),q({title:e(`sessions.othersRevoked`)}),await d()}catch(t){q({title:e(`sessions.revokeOthersFailed`),description:t.message,variant:`destructive`})}finally{u(!1)}},m=n?.token,h=r.find(e=>e.token===m),g=r.filter(e=>e.token!==m);return(0,M.jsxs)(`div`,{className:`space-y-6`,children:[(0,M.jsx)(KN,{icon:Ey,title:e(`sessions.title`),description:e(`sessions.description`),actions:r.length>1?(0,M.jsxs)(Q,{variant:`outline`,size:`sm`,onClick:p,disabled:l,children:[(0,M.jsx)(wy,{className:`mr-2 h-4 w-4`}),e(l?`sessions.revokingOthers`:`sessions.revokeOthers`)]}):null}),a&&(0,M.jsx)(`div`,{className:`space-y-3`,children:[0,1,2].map(e=>(0,M.jsx)($,{className:`overflow-hidden`,children:(0,M.jsxs)(fN,{className:`flex items-center gap-3 p-4`,children:[(0,M.jsx)(Nw,{className:`size-10 rounded-lg`}),(0,M.jsxs)(`div`,{className:`flex-1 space-y-2`,children:[(0,M.jsx)(Nw,{className:`h-4 w-40`}),(0,M.jsx)(Nw,{className:`h-3 w-64`})]})]})},e))}),!a&&r.length===0&&(0,M.jsx)($,{children:(0,M.jsxs)(fN,{className:`flex flex-col items-center gap-3 p-10 text-center text-sm text-muted-foreground`,children:[(0,M.jsx)(Ey,{className:`size-10 text-muted-foreground/50`}),e(`sessions.empty`)]})}),!a&&h&&(0,M.jsx)(bP,{session:h,isCurrent:!0,revoking:!1,onRevoke:()=>void 0,t:e}),!a&&g.length>0&&(0,M.jsxs)(`div`,{className:`space-y-3`,children:[(0,M.jsx)(`p`,{className:`text-xs font-medium uppercase tracking-wider text-muted-foreground`,children:e(`sessions.otherDevices`,{defaultValue:`Other signed-in devices`})}),(0,M.jsx)(`div`,{className:`space-y-2`,children:g.map(t=>(0,M.jsx)(bP,{session:t,isCurrent:!1,revoking:s===t.token,onRevoke:()=>f(t.token),t:e},t.id))})]})]})}function bP({session:e,isCurrent:t,revoking:n,onRevoke:r,t:i}){let a=_P(e.userAgent),o=a.icon;return(0,M.jsx)($,{className:t?`border-primary/40 bg-brand-gradient-subtle shadow-sm shadow-primary/10`:`transition-colors hover:bg-accent/30`,children:(0,M.jsxs)(fN,{className:`flex items-center gap-3 p-4`,children:[(0,M.jsx)(`div`,{className:`flex size-10 shrink-0 items-center justify-center rounded-lg `+(t?`bg-brand-gradient text-primary-foreground shadow-sm shadow-primary/30`:`bg-muted text-muted-foreground`),children:(0,M.jsx)(o,{className:`size-5`})}),(0,M.jsxs)(`div`,{className:`min-w-0 flex-1`,children:[(0,M.jsxs)(`div`,{className:`flex flex-wrap items-center gap-2`,children:[(0,M.jsx)(`span`,{className:`truncate text-sm font-medium`,children:a.label}),t&&(0,M.jsx)(GN,{className:`border-transparent bg-emerald-500/15 text-[10px] font-medium text-emerald-600 dark:text-emerald-400`,children:i(`sessions.current`)})]}),(0,M.jsxs)(`div`,{className:`mt-1 flex flex-wrap items-center gap-x-3 gap-y-1 text-xs text-muted-foreground`,children:[e.ipAddress&&(0,M.jsx)(`span`,{className:`font-mono`,children:e.ipAddress}),(0,M.jsx)(`span`,{children:i(`sessions.expires`,{date:new Date(e.expiresAt).toLocaleDateString()})})]})]}),!t&&(0,M.jsxs)(Q,{variant:`ghost`,size:`sm`,onClick:r,disabled:n,className:`ml-3 shrink-0 text-muted-foreground hover:text-destructive`,children:[(0,M.jsx)(wy,{className:`mr-1.5 h-4 w-4`}),i(`sessions.revoke`,{defaultValue:`Revoke`})]})]})})}var xP=_w,SP=vw,CP=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(yw,{ref:n,className:Z(`fixed inset-0 z-50 bg-black/80 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0`,e),...t}));CP.displayName=yw.displayName;var wP=j.forwardRef(({className:e,children:t,...n},r)=>(0,M.jsxs)(SP,{children:[(0,M.jsx)(CP,{}),(0,M.jsxs)(bw,{ref:r,className:Z(`fixed left-[50%] top-[50%] z-50 grid w-full max-w-lg translate-x-[-50%] translate-y-[-50%] gap-4 border bg-background p-6 shadow-lg duration-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[state=closed]:slide-out-to-left-1/2 data-[state=closed]:slide-out-to-top-1/2 data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-1/2 sm:rounded-lg`,e),...n,children:[t,(0,M.jsxs)(Cw,{className:`absolute right-4 top-4 rounded-sm opacity-70 ring-offset-background transition-opacity hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none data-[state=open]:bg-accent data-[state=open]:text-muted-foreground`,children:[(0,M.jsx)(Ky,{className:`h-4 w-4`}),(0,M.jsx)(`span`,{className:`sr-only`,children:`Close`})]})]})]}));wP.displayName=bw.displayName;var TP=({className:e,...t})=>(0,M.jsx)(`div`,{className:Z(`flex flex-col space-y-1.5 text-center sm:text-left`,e),...t});TP.displayName=`DialogHeader`;var EP=({className:e,...t})=>(0,M.jsx)(`div`,{className:Z(`flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2`,e),...t});EP.displayName=`DialogFooter`;var DP=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(xw,{ref:n,className:Z(`text-lg font-semibold leading-none tracking-tight`,e),...t}));DP.displayName=xw.displayName;var OP=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(Sw,{ref:n,className:Z(`text-sm text-muted-foreground`,e),...t}));OP.displayName=Sw.displayName;var kP=la(`/account/security`)({component:AP});function AP(){let{t:e}=vt(),t=zg(),n=Hi(),{user:r,logout:i}=BM(),[a,o]=(0,j.useState)(``),[s,c]=(0,j.useState)(``),[l,u]=(0,j.useState)(``),[d,f]=(0,j.useState)(!0),[p,m]=(0,j.useState)(!1),[h,g]=(0,j.useState)(``),[_,v]=(0,j.useState)(!1),[y,b]=(0,j.useState)(!1),[x,S]=(0,j.useState)(``),[C,w]=(0,j.useState)(``),[T,E]=(0,j.useState)(!1);return(0,M.jsxs)(`div`,{className:`space-y-6`,children:[(0,M.jsx)(KN,{icon:Py,title:e(`security.title`),description:e(`security.description`)}),(0,M.jsxs)($,{children:[(0,M.jsxs)(lN,{children:[(0,M.jsxs)(uN,{className:`text-base flex items-center gap-2`,children:[(0,M.jsx)(Py,{className:`h-4 w-4 text-primary`}),e(`security.changePasswordTitle`,{defaultValue:`Change password`})]}),(0,M.jsx)(dN,{children:e(`security.changePasswordDescription`,{defaultValue:`Use at least 8 characters. Mix letters, numbers and symbols for strength.`})})]}),(0,M.jsx)(fN,{children:(0,M.jsxs)(`form`,{onSubmit:async n=>{if(n.preventDefault(),s!==l){q({title:e(`security.passwordsMismatch`),variant:`destructive`});return}m(!0);try{await t.auth.changePassword({currentPassword:a,newPassword:s,revokeOtherSessions:d}),q({title:e(`security.changed`)}),o(``),c(``),u(``)}catch(t){q({title:e(`security.changeFailed`),description:t.message,variant:`destructive`})}finally{m(!1)}},className:`space-y-4`,children:[(0,M.jsxs)(`div`,{className:`space-y-1.5`,children:[(0,M.jsx)(CN,{htmlFor:`current-password`,children:e(`security.currentPassword`)}),(0,M.jsx)(Hx,{id:`current-password`,type:`password`,autoComplete:`current-password`,required:!0,value:a,onChange:e=>o(e.target.value)})]}),(0,M.jsxs)(`div`,{className:`space-y-1.5`,children:[(0,M.jsx)(CN,{htmlFor:`new-password`,children:e(`security.newPassword`)}),(0,M.jsx)(Hx,{id:`new-password`,type:`password`,autoComplete:`new-password`,required:!0,minLength:8,value:s,onChange:e=>c(e.target.value)})]}),(0,M.jsxs)(`div`,{className:`space-y-1.5`,children:[(0,M.jsx)(CN,{htmlFor:`confirm-new-password`,children:e(`security.confirmPassword`)}),(0,M.jsx)(Hx,{id:`confirm-new-password`,type:`password`,autoComplete:`new-password`,required:!0,minLength:8,value:l,onChange:e=>u(e.target.value)})]}),(0,M.jsxs)(`label`,{className:`flex items-center gap-2 text-sm`,children:[(0,M.jsx)(`input`,{type:`checkbox`,checked:d,onChange:e=>f(e.target.checked)}),e(`security.revokeOtherSessions`)]}),(0,M.jsx)(Q,{type:`submit`,disabled:p,children:e(p?`common.saving`:`security.submit`)})]})})]}),(0,M.jsxs)($,{children:[(0,M.jsxs)(lN,{children:[(0,M.jsxs)(uN,{className:`text-base flex items-center gap-2`,children:[(0,M.jsx)(Ty,{className:`h-4 w-4 text-primary`}),e(`security.email.title`)]}),(0,M.jsx)(dN,{children:e(`security.email.description`)})]}),(0,M.jsx)(fN,{children:(0,M.jsxs)(`form`,{onSubmit:async n=>{if(n.preventDefault(),!(!h||h===r?.email)){v(!0);try{await t.auth.changeEmail({newEmail:h,callbackURL:window.location.origin+`/login`}),q({title:e(`security.email.requested`),description:e(`security.email.checkInbox`,{email:h})}),g(``)}catch(t){q({title:e(`security.email.requestFailed`),description:t.message,variant:`destructive`})}finally{v(!1)}}},className:`space-y-4`,children:[(0,M.jsxs)(`div`,{className:`space-y-1.5`,children:[(0,M.jsx)(CN,{htmlFor:`current-email`,children:e(`security.email.current`)}),(0,M.jsx)(Hx,{id:`current-email`,value:r?.email??``,disabled:!0})]}),(0,M.jsxs)(`div`,{className:`space-y-1.5`,children:[(0,M.jsx)(CN,{htmlFor:`new-email`,children:e(`security.email.new`)}),(0,M.jsx)(Hx,{id:`new-email`,type:`email`,value:h,onChange:e=>g(e.target.value),placeholder:e(`security.email.placeholder`),required:!0})]}),(0,M.jsx)(Q,{type:`submit`,disabled:_||!h||h===r?.email,children:e(_?`common.saving`:`security.email.submit`)})]})})]}),(0,M.jsxs)($,{className:`border-destructive/40 bg-destructive/5`,children:[(0,M.jsxs)(lN,{children:[(0,M.jsxs)(uN,{className:`text-base flex items-center gap-2 text-destructive`,children:[(0,M.jsx)(zy,{className:`h-4 w-4`}),e(`security.delete.title`)]}),(0,M.jsx)(dN,{children:e(`security.delete.description`)})]}),(0,M.jsx)(fN,{children:(0,M.jsxs)(Q,{variant:`destructive`,onClick:()=>b(!0),children:[(0,M.jsx)(Ry,{className:`mr-2 h-4 w-4`}),e(`security.delete.cta`)]})})]}),(0,M.jsx)(xP,{open:y,onOpenChange:b,children:(0,M.jsxs)(wP,{children:[(0,M.jsxs)(TP,{children:[(0,M.jsx)(DP,{children:e(`security.delete.dialogTitle`)}),(0,M.jsx)(OP,{children:e(`security.delete.dialogDescription`,{email:r?.email??``})})]}),(0,M.jsxs)(`div`,{className:`space-y-4`,children:[(0,M.jsxs)(`div`,{className:`space-y-1.5`,children:[(0,M.jsx)(CN,{htmlFor:`delete-password`,children:e(`security.delete.password`)}),(0,M.jsx)(Hx,{id:`delete-password`,type:`password`,autoComplete:`current-password`,value:x,onChange:e=>S(e.target.value)})]}),(0,M.jsxs)(`div`,{className:`space-y-1.5`,children:[(0,M.jsx)(CN,{htmlFor:`delete-confirm`,children:e(`security.delete.typeEmail`,{email:r?.email??``})}),(0,M.jsx)(Hx,{id:`delete-confirm`,value:C,onChange:e=>w(e.target.value),placeholder:r?.email??``})]})]}),(0,M.jsxs)(EP,{children:[(0,M.jsx)(Q,{variant:`outline`,onClick:()=>b(!1),disabled:T,children:e(`common.cancel`)}),(0,M.jsx)(Q,{variant:`destructive`,onClick:async()=>{if(C!==r?.email){q({title:e(`security.delete.confirmationMismatch`),description:e(`security.delete.confirmationHint`,{email:r?.email??``}),variant:`destructive`});return}E(!0);try{await t.auth.deleteUser({password:x}),q({title:e(`security.delete.success`)});try{await i()}catch{}n({to:`/login`,replace:!0})}catch(t){q({title:e(`security.delete.failed`),description:t.message,variant:`destructive`})}finally{E(!1)}},disabled:T||C!==r?.email,children:e(T?`common.saving`:`security.delete.confirm`)})]})]})})]})}var jP=la(`/account/profile`)({component:MP});function MP(){let{t:e}=vt(),t=zg(),{user:n,refresh:r}=BM(),[i,a]=(0,j.useState)(n?.name??``),[o,s]=(0,j.useState)(n?.image??null),[c,l]=(0,j.useState)(!1),[u,d]=(0,j.useState)(!1),f=(0,j.useRef)(null);(0,j.useEffect)(()=>{a(n?.name??``),s(n?.image??null)},[n?.id,n?.name,n?.image]);let p=async n=>{n.preventDefault(),l(!0);try{await t.auth.updateUser({name:i,image:o}),await r(),q({title:e(`profile.updated`)})}catch(t){q({title:e(`profile.updateFailed`),description:t.message,variant:`destructive`})}finally{l(!1)}},m=()=>f.current?.click(),h=async n=>{let i=n.target.files?.[0];if(n.target.value=``,i){d(!0);try{if(!t?.storage?.upload)throw Error(e(`profile.avatarStorageUnavailable`));let n=await t.storage.upload(i,`user`),a=n?.data?.url??n?.url;if(!a)throw Error(`Upload returned no URL`);s(a),await t.auth.updateUser({image:a}),await r(),q({title:e(`profile.avatarUpdated`)})}catch(t){q({title:e(`profile.avatarUploadFailed`),description:t.message,variant:`destructive`})}finally{d(!1)}}},g=(n?.name??n?.email??`?`).split(/\s+/).map(e=>e[0]).join(``).slice(0,2).toUpperCase();return(0,M.jsxs)(`div`,{className:`space-y-6`,children:[(0,M.jsxs)(`div`,{className:`relative overflow-hidden rounded-xl border bg-card`,children:[(0,M.jsx)(`div`,{className:`absolute inset-x-0 top-0 h-24 bg-brand-gradient`,"aria-hidden":!0}),(0,M.jsx)(`div`,{className:`absolute inset-x-0 top-0 h-24 opacity-30`,style:{backgroundImage:`radial-gradient(ellipse at 20% 0%, rgba(255,255,255,0.4), transparent 60%)`},"aria-hidden":!0}),(0,M.jsx)(`div`,{className:`relative px-5 pb-5 pt-12 sm:px-6 sm:pb-6 sm:pt-16`,children:(0,M.jsxs)(`div`,{className:`flex flex-col gap-4 sm:flex-row sm:items-end sm:gap-5`,children:[(0,M.jsxs)(jM,{className:`size-20 shrink-0 ring-4 ring-card shadow-md`,children:[o?(0,M.jsx)(MM,{src:o,alt:n?.name??``}):null,(0,M.jsx)(NM,{className:`bg-brand-gradient text-base font-semibold text-primary-foreground`,children:g})]}),(0,M.jsxs)(`div`,{className:`min-w-0 flex-1 space-y-1`,children:[(0,M.jsx)(`h2`,{className:`truncate text-xl font-semibold tracking-tight`,children:n?.name||e(`profile.namePlaceholder`)}),(0,M.jsx)(`p`,{className:`truncate text-sm text-muted-foreground`,children:n?.email})]}),(0,M.jsxs)(Q,{type:`button`,variant:`outline`,size:`sm`,onClick:m,disabled:u,className:`self-start sm:self-auto`,children:[(0,M.jsx)(By,{className:`mr-2 h-4 w-4`}),e(u?`profile.avatarUploading`:`profile.changeAvatar`)]}),(0,M.jsx)(`input`,{ref:f,type:`file`,accept:`image/*`,className:`hidden`,onChange:h})]})})]}),(0,M.jsxs)($,{children:[(0,M.jsxs)(lN,{children:[(0,M.jsx)(uN,{className:`text-base`,children:e(`profile.title`)}),(0,M.jsx)(dN,{children:e(`profile.description`)})]}),(0,M.jsx)(fN,{children:(0,M.jsxs)(`form`,{onSubmit:p,className:`space-y-4`,children:[(0,M.jsxs)(`div`,{className:`space-y-1.5`,children:[(0,M.jsx)(CN,{htmlFor:`profile-email`,children:e(`profile.email`)}),(0,M.jsx)(Hx,{id:`profile-email`,value:n?.email??``,disabled:!0})]}),(0,M.jsxs)(`div`,{className:`space-y-1.5`,children:[(0,M.jsx)(CN,{htmlFor:`profile-name`,children:e(`profile.name`)}),(0,M.jsx)(Hx,{id:`profile-name`,value:i,onChange:e=>a(e.target.value),placeholder:e(`profile.namePlaceholder`)})]}),(0,M.jsx)(`p`,{className:`text-xs text-muted-foreground`,children:e(`profile.avatarHint`)}),(0,M.jsx)(Q,{type:`submit`,disabled:c,className:`bg-brand-gradient text-primary-foreground shadow-sm shadow-primary/20 transition-all hover:opacity-95 hover:shadow-md hover:shadow-primary/30`,children:e(c?`common.saving`:`profile.save`)})]})})]})]})}var NP=la(`/account/linked-accounts`)({component:FP}),PP={google:`Google`,github:`GitHub`,microsoft:`Microsoft`,apple:`Apple`,discord:`Discord`,gitlab:`GitLab`,twitter:`Twitter / X`,facebook:`Facebook`};function FP(){let{t:e}=vt(),t=zg(),[n,r]=(0,j.useState)([]),[i,a]=(0,j.useState)(!0),[o,s]=(0,j.useState)(null),c=(0,j.useCallback)(async()=>{if(t?.auth?.accounts){a(!0);try{let e=await t.auth.accounts.list();r(e?.accounts??e?.data??(Array.isArray(e)?e:[]))}catch{r([])}finally{a(!1)}}},[t]);(0,j.useEffect)(()=>{c()},[c]);let l=async n=>{if(confirm(e(`linkedAccounts.unlinkConfirm`,{provider:PP[n.providerId]??n.providerId}))){s(n.id);try{await t.auth.accounts.unlink({providerId:n.providerId,accountId:n.accountId}),q({title:e(`linkedAccounts.unlinked`)}),await c()}catch(t){q({title:e(`linkedAccounts.unlinkFailed`),description:t.message,variant:`destructive`})}finally{s(null)}}},u=async n=>{try{let r=await t.auth.accounts.linkSocial({provider:n,callbackURL:window.location.href}),i=r?.url??r?.data?.url;i?window.location.assign(i):q({title:e(`linkedAccounts.linkFailed`),variant:`destructive`})}catch(t){q({title:e(`linkedAccounts.linkFailed`),description:t.message,variant:`destructive`})}},d=new Set(n.map(e=>e.providerId)),f=Object.keys(PP).filter(e=>!d.has(e));return(0,M.jsxs)(`div`,{className:`space-y-6`,children:[(0,M.jsx)(KN,{icon:Cy,title:e(`linkedAccounts.title`),description:e(`linkedAccounts.description`)}),(0,M.jsxs)($,{children:[(0,M.jsxs)(lN,{children:[(0,M.jsx)(uN,{className:`text-base`,children:e(`linkedAccounts.connectedTitle`,{defaultValue:`Connected providers`})}),(0,M.jsx)(dN,{children:e(`linkedAccounts.connectedDescription`,{defaultValue:`Sign-in providers currently linked to this account.`})})]}),(0,M.jsxs)(fN,{children:[i&&(0,M.jsxs)(`div`,{className:`space-y-3`,children:[(0,M.jsx)(Nw,{className:`h-12 w-full`}),(0,M.jsx)(Nw,{className:`h-12 w-full`})]}),!i&&n.length===0&&(0,M.jsxs)(`div`,{className:`text-center py-8`,children:[(0,M.jsx)(Cy,{className:`mx-auto h-12 w-12 text-muted-foreground/50`}),(0,M.jsx)(`p`,{className:`mt-4 text-sm text-muted-foreground`,children:e(`linkedAccounts.empty`)})]}),!i&&n.length>0&&(0,M.jsx)(`div`,{className:`divide-y`,children:n.map(t=>(0,M.jsxs)(`div`,{className:`flex items-center justify-between py-3`,children:[(0,M.jsxs)(`div`,{className:`flex items-center gap-3`,children:[(0,M.jsx)(GN,{variant:`secondary`,children:PP[t.providerId]??t.providerId}),t.createdAt&&(0,M.jsx)(`span`,{className:`text-xs text-muted-foreground`,children:e(`linkedAccounts.linkedOn`,{date:new Date(t.createdAt).toLocaleDateString()})})]}),(0,M.jsxs)(Q,{variant:`ghost`,size:`sm`,disabled:o===t.id,onClick:()=>l(t),children:[(0,M.jsx)(Sy,{className:`mr-1 h-4 w-4`}),e(`linkedAccounts.unlink`)]})]},t.id))})]})]}),f.length>0&&(0,M.jsxs)($,{children:[(0,M.jsxs)(lN,{children:[(0,M.jsx)(uN,{className:`text-base`,children:e(`linkedAccounts.addTitle`)}),(0,M.jsx)(dN,{children:e(`linkedAccounts.addDescription`)})]}),(0,M.jsx)(fN,{children:(0,M.jsx)(`div`,{className:`flex flex-wrap gap-2`,children:f.map(e=>(0,M.jsxs)(Q,{variant:`outline`,size:`sm`,onClick:()=>u(e),children:[(0,M.jsx)(ky,{className:`mr-1 h-3 w-3`}),PP[e]]},e))})})]})]})}function IP(e){let t=zg(),[n,r]=(0,j.useState)([]),[i,a]=(0,j.useState)(!1),[o,s]=(0,j.useState)(null),c=(0,j.useCallback)(async()=>{if(!(!e||!t?.organizations)){a(!0),s(null);try{let n=await t.organizations.listMembers(e);r(n?.members??n?.data?.members??(Array.isArray(n)?n:[]))}catch(e){s(e),r([])}finally{a(!1)}}},[t,e]);return(0,j.useEffect)(()=>{c()},[c]),{members:n,loading:i,error:o,reload:c,inviteMember:(0,j.useCallback)(async(n,r=`member`)=>{if(!e||!t?.organizations)throw Error(`Organization ID or client not available`);let i=await t.organizations.invite({email:n,role:r,organizationId:e});return await c(),i},[t,e,c]),removeMember:(0,j.useCallback)(async n=>{if(!e||!t?.organizations?.removeMember)throw Error(`Organization ID or client not available`);let r=await t.organizations.removeMember(e,{memberIdOrEmail:n});return await c(),r},[t,e,c]),updateMemberRole:(0,j.useCallback)(async(n,r)=>{if(!e||!t?.organizations?.updateMemberRole)throw Error(`Organization ID or client not available`);let i=await t.organizations.updateMemberRole(e,{memberId:n,role:r});return await c(),i},[t,e,c])}}function LP(e){let t=zg(),[n,r]=(0,j.useState)([]),[i,a]=(0,j.useState)(!1),[o,s]=(0,j.useState)(null),c=(0,j.useCallback)(async()=>{if(!(!e||!t?.organizations?.invitations)){a(!0),s(null);try{let n=await t.organizations.invitations.list(e);r(n?.invitations??n?.data?.invitations??(Array.isArray(n)?n:[]))}catch(e){s(e),r([])}finally{a(!1)}}},[t,e]);return(0,j.useEffect)(()=>{c()},[c]),{invitations:n,loading:i,error:o,reload:c,cancelInvitation:(0,j.useCallback)(async e=>{if(!t?.organizations?.invitations?.cancel)throw Error(`Client not available`);let n=await t.organizations.invitations.cancel(e);return await c(),n},[t,c]),resendInvitation:(0,j.useCallback)(async e=>{if(!t?.organizations?.invitations?.resend)throw Error(`Client not available`);let n=await t.organizations.invitations.resend({id:e.id,email:e.email,role:e.role,organizationId:e.organizationId,teamId:e.teamId??null});return await c(),n},[t,c])}}function RP(){let e=zg(),[t,n]=(0,j.useState)([]),[r,i]=(0,j.useState)(!1),[a,o]=(0,j.useState)(null),s=(0,j.useCallback)(async()=>{if(e?.organizations?.invitations?.listMine){i(!0),o(null);try{let t=await e.organizations.invitations.listMine();n(t?.invitations??t?.data?.invitations??(Array.isArray(t)?t:[]))}catch(e){o(e),n([])}finally{i(!1)}}},[e]);return(0,j.useEffect)(()=>{s()},[s]),{invitations:t,loading:r,error:a,reload:s,accept:(0,j.useCallback)(async t=>{let n=await e.organizations.invitations.accept(t);return await s(),n},[e,s]),reject:(0,j.useCallback)(async t=>{let n=await e.organizations.invitations.reject(t);return await s(),n},[e,s])}}var zP=la(`/account/invitations`)({component:BP});function BP(){let{t:e}=vt(),{invitations:t,loading:n,accept:r,reject:i}=RP(),a=t.filter(e=>e.status===`pending`),o=async t=>{try{await r(t),q({title:e(`invitations.accepted`)})}catch(t){q({title:e(`invitations.acceptFailed`),description:t.message,variant:`destructive`})}},s=async t=>{try{await i(t),q({title:e(`invitations.rejected`)})}catch(t){q({title:e(`invitations.rejectFailed`),description:t.message,variant:`destructive`})}};return(0,M.jsxs)(`div`,{className:`space-y-6`,children:[(0,M.jsx)(KN,{icon:yy,title:e(`invitations.title`),description:e(`invitations.description`),actions:a.length>0?(0,M.jsx)(GN,{variant:`outline`,className:`font-medium`,children:e(`invitations.pendingCount`,{count:a.length,defaultValue:`{{count}} pending`})}):null}),(0,M.jsxs)($,{children:[(0,M.jsxs)(lN,{children:[(0,M.jsx)(uN,{className:`text-base`,children:e(`invitations.pendingTitle`,{defaultValue:`Pending invitations`})}),(0,M.jsx)(dN,{children:e(`invitations.pendingDescription`,{defaultValue:`Accept to join an organization, or reject to remove it from your inbox.`})})]}),(0,M.jsxs)(fN,{children:[n&&(0,M.jsxs)(`div`,{className:`space-y-3`,children:[(0,M.jsx)(Nw,{className:`h-12 w-full`}),(0,M.jsx)(Nw,{className:`h-12 w-full`})]}),!n&&a.length===0&&(0,M.jsxs)(`div`,{className:`text-center py-8`,children:[(0,M.jsx)(yy,{className:`mx-auto h-12 w-12 text-muted-foreground/50`}),(0,M.jsx)(`p`,{className:`mt-4 text-sm text-muted-foreground`,children:e(`invitations.empty`)})]}),!n&&a.length>0&&(0,M.jsx)(`div`,{className:`divide-y`,children:a.map(t=>(0,M.jsxs)(`div`,{className:`flex items-center justify-between py-3`,children:[(0,M.jsxs)(`div`,{className:`flex-1`,children:[(0,M.jsx)(`div`,{className:`text-sm font-medium`,children:t.organizationId}),(0,M.jsxs)(`div`,{className:`flex items-center gap-2 mt-1`,children:[(0,M.jsx)(GN,{variant:`outline`,className:`text-xs`,children:e(`common.roles.${t.role}`)}),(0,M.jsx)(`span`,{className:`text-xs text-muted-foreground`,children:e(`invitations.expires`,{date:new Date(t.expiresAt).toLocaleDateString()})})]})]}),(0,M.jsxs)(`div`,{className:`flex gap-2`,children:[(0,M.jsxs)(Q,{size:`sm`,onClick:()=>o(t.id),children:[(0,M.jsx)(iy,{className:`mr-1 h-4 w-4`}),e(`invitations.accept`)]}),(0,M.jsxs)(Q,{size:`sm`,variant:`outline`,onClick:()=>s(t.id),children:[(0,M.jsx)(Ky,{className:`mr-1 h-4 w-4`}),e(`invitations.reject`)]})]})]},t.id))})]})]})]})}var VP=la(`/accept-invitation/$invitationId`)({component:HP});function HP(){let{t:e}=vt(),{invitationId:t}=VP.useParams(),n=Hi(),r=zg(),{user:i,loading:a,reloadOrganizations:o}=BM(),[s,c]=(0,j.useState)(!1),[l,u]=(0,j.useState)(!1);return(0,j.useEffect)(()=>{a||i||n({to:`/login`,search:{redirect:`/accept-invitation/${t}`},replace:!0})},[a,i,t,n]),(0,M.jsx)(`div`,{className:`flex min-h-svh w-full flex-col items-center justify-center gap-6 bg-muted p-6 md:p-10`,children:(0,M.jsxs)(`div`,{className:`flex w-full max-w-sm flex-col gap-6`,children:[(0,M.jsxs)(`a`,{href:`#`,className:`flex items-center gap-2 self-center font-medium`,children:[(0,M.jsx)(`div`,{className:`flex size-6 items-center justify-center rounded-md bg-primary text-primary-foreground`,children:(0,M.jsx)(gy,{className:`size-4`})}),`ObjectStack`]}),(0,M.jsxs)($,{children:[(0,M.jsxs)(lN,{className:`text-center`,children:[(0,M.jsx)(uN,{className:`text-xl`,children:e(`acceptInvitation.title`)}),(0,M.jsx)(dN,{children:e(`acceptInvitation.description`)})]}),(0,M.jsxs)(fN,{className:`flex flex-col gap-3`,children:[(0,M.jsx)(Q,{className:`w-full`,onClick:async()=>{c(!0);try{await r.organizations.invitations.accept(t),await o().catch(()=>{}),q({title:e(`acceptInvitation.accepted`)}),n({to:`/organizations`})}catch(t){q({title:e(`acceptInvitation.acceptFailed`),description:t.message,variant:`destructive`})}finally{c(!1)}},disabled:s||l,children:e(s?`acceptInvitation.accepting`:`acceptInvitation.accept`)}),(0,M.jsx)(Q,{variant:`outline`,className:`w-full`,onClick:async()=>{u(!0);try{await r.organizations.invitations.reject(t),q({title:e(`acceptInvitation.declined`)}),n({to:`/organizations`})}catch(t){q({title:e(`acceptInvitation.declineFailed`),description:t.message,variant:`destructive`})}finally{u(!1)}},disabled:s||l,children:e(l?`acceptInvitation.declining`:`acceptInvitation.decline`)})]})]})]})})}var UP=la(`/organizations/$orgId/`)({component:()=>{let{orgId:e}=UP.useParams();return(0,M.jsx)(Ui,{to:`/organizations/$orgId/general`,params:{orgId:e},replace:!0})}}),WP=la(`/account/oauth-applications/`)({component:GP});function GP(){let{t:e}=vt(),t=Hi(),{applications:n,loading:r,reload:i}=rP(),{remove:a,deleting:o}=aP(),[s,c]=(0,j.useState)(null);return(0,M.jsxs)(`div`,{className:`space-y-6`,children:[(0,M.jsx)(KN,{icon:by,title:e(`oauth.applications.title`),description:e(`oauth.applications.description`),actions:(0,M.jsxs)(Q,{onClick:()=>t({to:`/account/oauth-applications/new`}),className:`bg-brand-gradient text-primary-foreground shadow-sm shadow-primary/20 transition-all hover:opacity-95 hover:shadow-md hover:shadow-primary/30`,children:[(0,M.jsx)(ky,{className:`mr-2 h-4 w-4`}),e(`oauth.applications.new`)]})}),r?(0,M.jsx)(`div`,{className:`space-y-3`,children:[0,1,2].map(e=>(0,M.jsx)($,{children:(0,M.jsxs)(fN,{className:`flex items-center gap-3 p-4`,children:[(0,M.jsx)(Nw,{className:`size-10 rounded-md`}),(0,M.jsxs)(`div`,{className:`flex-1 space-y-2`,children:[(0,M.jsx)(Nw,{className:`h-4 w-40`}),(0,M.jsx)(Nw,{className:`h-3 w-64`})]})]})},e))}):n.length===0?(0,M.jsx)($,{children:(0,M.jsxs)(fN,{className:`flex flex-col items-center gap-3 p-12 text-center`,children:[(0,M.jsx)(`div`,{className:`flex size-12 items-center justify-center rounded-lg bg-brand-gradient-subtle text-primary ring-1 ring-primary/15`,children:(0,M.jsx)(by,{className:`h-6 w-6`})}),(0,M.jsxs)(`div`,{children:[(0,M.jsx)(`p`,{className:`font-medium`,children:e(`oauth.applications.emptyTitle`)}),(0,M.jsx)(`p`,{className:`text-sm text-muted-foreground`,children:e(`oauth.applications.emptyDescription`)})]}),(0,M.jsxs)(Q,{onClick:()=>t({to:`/account/oauth-applications/new`}),className:`bg-brand-gradient text-primary-foreground shadow-sm shadow-primary/20`,children:[(0,M.jsx)(ky,{className:`mr-2 h-4 w-4`}),e(`oauth.applications.register`)]})]})}):(0,M.jsx)(`div`,{className:`grid gap-3`,children:n.map(t=>(0,M.jsx)($,{className:`group transition-all hover:-translate-y-0.5 hover:border-primary/30 hover:shadow-md hover:shadow-primary/5`,children:(0,M.jsx)(lN,{className:`pb-3`,children:(0,M.jsxs)(`div`,{className:`flex items-center justify-between gap-3`,children:[(0,M.jsxs)(ra,{to:`/account/oauth-applications/$clientId`,params:{clientId:t.client_id},className:`flex flex-1 items-center gap-3`,children:[(0,M.jsx)(`div`,{className:`flex size-10 shrink-0 items-center justify-center rounded-md bg-brand-gradient-subtle text-primary ring-1 ring-primary/15 transition-transform group-hover:scale-105`,children:(0,M.jsx)(by,{className:`h-5 w-5`})}),(0,M.jsxs)(`div`,{className:`min-w-0 flex-1`,children:[(0,M.jsx)(uN,{className:`text-base`,children:t.name}),(0,M.jsx)(dN,{className:`font-mono text-xs`,children:t.client_id})]}),(0,M.jsx)(GN,{variant:`outline`,className:`capitalize`,children:t.type}),t.disabled&&(0,M.jsx)(GN,{variant:`destructive`,children:e(`oauth.applications.disabled`)})]}),(0,M.jsx)(Q,{variant:`ghost`,size:`icon`,className:`text-muted-foreground hover:text-destructive`,onClick:e=>{e.preventDefault(),e.stopPropagation(),c(t)},children:(0,M.jsx)(Ry,{className:`h-4 w-4`})})]})})},t.id))}),(0,M.jsx)(xP,{open:!!s,onOpenChange:e=>!e&&c(null),children:(0,M.jsxs)(wP,{children:[(0,M.jsxs)(TP,{children:[(0,M.jsx)(DP,{children:e(`oauth.applications.deleteDialogTitle`)}),(0,M.jsx)(OP,{children:e(`oauth.applications.deleteDialogDescription`,{name:s?.name??``})})]}),(0,M.jsxs)(EP,{children:[(0,M.jsx)(Q,{variant:`outline`,onClick:()=>c(null),disabled:o,children:e(`common.cancel`)}),(0,M.jsx)(Q,{variant:`destructive`,onClick:async()=>{if(s)try{await a(s.client_id),q({title:e(`oauth.applications.deleted`)}),c(null),await i()}catch(t){q({title:e(`oauth.applications.deleteFailed`),description:t.message,variant:`destructive`})}},disabled:o,children:e(o?`oauth.applications.deleting`:`common.delete`)})]})]})})]})}function KP(e,[t,n]){return Math.min(n,Math.max(t,e))}function qP(e){let t=j.useRef({value:e,previous:e});return j.useMemo(()=>(t.current.value!==e&&(t.current.previous=t.current.value,t.current.value=e),t.current.previous),[e])}var JP=[` `,`Enter`,`ArrowUp`,`ArrowDown`],YP=[` `,`Enter`],XP=`Select`,[ZP,QP,$P]=u_(XP),[eF,tF]=t_(XP,[$P,QE]),nF=QE(),[rF,iF]=eF(XP),[aF,oF]=eF(XP),sF=e=>{let{__scopeSelect:t,children:n,open:r,defaultOpen:i,onOpenChange:a,value:o,defaultValue:s,onValueChange:c,dir:l,name:u,autoComplete:d,disabled:f,required:p,form:m}=e,h=nF(t),[g,_]=j.useState(null),[v,y]=j.useState(null),[b,x]=j.useState(!1),S=qO(l),[C,w]=z_({prop:r,defaultProp:i??!1,onChange:a,caller:XP}),[T,E]=z_({prop:o,defaultProp:s,onChange:c,caller:XP}),D=j.useRef(null),O=g?m||!!g.closest(`form`):!0,[ee,te]=j.useState(new Set),ne=Array.from(ee).map(e=>e.props.value).join(`;`);return(0,M.jsx)(mD,{...h,children:(0,M.jsxs)(rF,{required:p,scope:t,trigger:g,onTriggerChange:_,valueNode:v,onValueNodeChange:y,valueNodeHasChildren:b,onValueNodeHasChildrenChange:x,contentId:$x(),value:T,onValueChange:E,open:C,onOpenChange:w,dir:S,triggerPointerDownPosRef:D,disabled:f,children:[(0,M.jsx)(ZP.Provider,{scope:t,children:(0,M.jsx)(aF,{scope:e.__scopeSelect,onNativeOptionAdd:j.useCallback(e=>{te(t=>new Set(t).add(e))},[]),onNativeOptionRemove:j.useCallback(e=>{te(t=>{let n=new Set(t);return n.delete(e),n})},[]),children:n})}),O?(0,M.jsxs)(nI,{"aria-hidden":!0,required:p,tabIndex:-1,name:u,autoComplete:d,value:T,onChange:e=>E(e.target.value),disabled:f,form:m,children:[T===void 0?(0,M.jsx)(`option`,{value:``}):null,Array.from(ee)]},ne):null]})})};sF.displayName=XP;var cF=`SelectTrigger`,lF=j.forwardRef((e,t)=>{let{__scopeSelect:n,disabled:r=!1,...i}=e,a=nF(n),o=iF(cF,n),s=o.disabled||r,c=$g(t,o.onTriggerChange),l=QP(n),u=j.useRef(`touch`),[d,f,p]=iI(e=>{let t=l().filter(e=>!e.disabled),n=aI(t,e,t.find(e=>e.value===o.value));n!==void 0&&o.onValueChange(n.value)}),m=e=>{s||(o.onOpenChange(!0),p()),e&&(o.triggerPointerDownPosRef.current={x:Math.round(e.pageX),y:Math.round(e.pageY)})};return(0,M.jsx)(hD,{asChild:!0,...a,children:(0,M.jsx)(d_.button,{type:`button`,role:`combobox`,"aria-controls":o.contentId,"aria-expanded":o.open,"aria-required":o.required,"aria-autocomplete":`none`,dir:o.dir,"data-state":o.open?`open`:`closed`,disabled:s,"data-disabled":s?``:void 0,"data-placeholder":rI(o.value)?``:void 0,...i,ref:c,onClick:J(i.onClick,e=>{e.currentTarget.focus(),u.current!==`mouse`&&m(e)}),onPointerDown:J(i.onPointerDown,e=>{u.current=e.pointerType;let t=e.target;t.hasPointerCapture(e.pointerId)&&t.releasePointerCapture(e.pointerId),e.button===0&&e.ctrlKey===!1&&e.pointerType===`mouse`&&(m(e),e.preventDefault())}),onKeyDown:J(i.onKeyDown,e=>{let t=d.current!==``;!(e.ctrlKey||e.altKey||e.metaKey)&&e.key.length===1&&f(e.key),!(t&&e.key===` `)&&JP.includes(e.key)&&(m(),e.preventDefault())})})})});lF.displayName=cF;var uF=`SelectValue`,dF=j.forwardRef((e,t)=>{let{__scopeSelect:n,className:r,style:i,children:a,placeholder:o=``,...s}=e,c=iF(uF,n),{onValueNodeHasChildrenChange:l}=c,u=a!==void 0,d=$g(t,c.onValueNodeChange);return A_(()=>{l(u)},[l,u]),(0,M.jsx)(d_.span,{...s,ref:d,style:{pointerEvents:`none`},children:rI(c.value)?(0,M.jsx)(M.Fragment,{children:o}):a})});dF.displayName=uF;var fF=`SelectIcon`,pF=j.forwardRef((e,t)=>{let{__scopeSelect:n,children:r,...i}=e;return(0,M.jsx)(d_.span,{"aria-hidden":!0,...i,ref:t,children:r||`▼`})});pF.displayName=fF;var mF=`SelectPortal`,hF=e=>(0,M.jsx)(M_,{asChild:!0,...e});hF.displayName=mF;var gF=`SelectContent`,_F=j.forwardRef((e,t)=>{let n=iF(gF,e.__scopeSelect),[r,i]=j.useState();if(A_(()=>{i(new DocumentFragment)},[]),!n.open){let t=r;return t?Gi.createPortal((0,M.jsx)(yF,{scope:e.__scopeSelect,children:(0,M.jsx)(ZP.Slot,{scope:e.__scopeSelect,children:(0,M.jsx)(`div`,{children:e.children})})}),t):null}return(0,M.jsx)(CF,{...e,ref:t})});_F.displayName=gF;var vF=10,[yF,bF]=eF(gF),xF=`SelectContentImpl`,SF=r_(`SelectContent.RemoveScroll`),CF=j.forwardRef((e,t)=>{let{__scopeSelect:n,position:r=`item-aligned`,onCloseAutoFocus:i,onEscapeKeyDown:a,onPointerDownOutside:o,side:s,sideOffset:c,align:l,alignOffset:u,arrowPadding:d,collisionBoundary:f,collisionPadding:p,sticky:m,hideWhenDetached:h,avoidCollisions:g,..._}=e,v=iF(gF,n),[y,b]=j.useState(null),[x,S]=j.useState(null),C=$g(t,e=>b(e)),[w,T]=j.useState(null),[E,D]=j.useState(null),O=QP(n),[ee,te]=j.useState(!1),ne=j.useRef(!1);j.useEffect(()=>{if(y)return IC(y)},[y]),_S();let re=j.useCallback(e=>{let[t,...n]=O().map(e=>e.ref.current),[r]=n.slice(-1),i=document.activeElement;for(let n of e)if(n===i||(n?.scrollIntoView({block:`nearest`}),n===t&&x&&(x.scrollTop=0),n===r&&x&&(x.scrollTop=x.scrollHeight),n?.focus(),document.activeElement!==i))return},[O,x]),ie=j.useCallback(()=>re([w,y]),[re,w,y]);j.useEffect(()=>{ee&&ie()},[ee,ie]);let{onOpenChange:ae,triggerPointerDownPosRef:oe}=v;j.useEffect(()=>{if(y){let e={x:0,y:0},t=t=>{e={x:Math.abs(Math.round(t.pageX)-(oe.current?.x??0)),y:Math.abs(Math.round(t.pageY)-(oe.current?.y??0))}},n=n=>{e.x<=10&&e.y<=10?n.preventDefault():y.contains(n.target)||ae(!1),document.removeEventListener(`pointermove`,t),oe.current=null};return oe.current!==null&&(document.addEventListener(`pointermove`,t),document.addEventListener(`pointerup`,n,{capture:!0,once:!0})),()=>{document.removeEventListener(`pointermove`,t),document.removeEventListener(`pointerup`,n,{capture:!0})}}},[y,ae,oe]),j.useEffect(()=>{let e=()=>ae(!1);return window.addEventListener(`blur`,e),window.addEventListener(`resize`,e),()=>{window.removeEventListener(`blur`,e),window.removeEventListener(`resize`,e)}},[ae]);let[k,se]=iI(e=>{let t=O().filter(e=>!e.disabled),n=aI(t,e,t.find(e=>e.ref.current===document.activeElement));n&&setTimeout(()=>n.ref.current.focus())}),ce=j.useCallback((e,t,n)=>{let r=!ne.current&&!n;(v.value!==void 0&&v.value===t||r)&&(T(e),r&&(ne.current=!0))},[v.value]),le=j.useCallback(()=>y?.focus(),[y]),ue=j.useCallback((e,t,n)=>{let r=!ne.current&&!n;(v.value!==void 0&&v.value===t||r)&&D(e)},[v.value]),A=r===`popper`?DF:TF,de=A===DF?{side:s,sideOffset:c,align:l,alignOffset:u,arrowPadding:d,collisionBoundary:f,collisionPadding:p,sticky:m,hideWhenDetached:h,avoidCollisions:g}:{};return(0,M.jsx)(yF,{scope:n,content:y,viewport:x,onViewportChange:S,itemRefCallback:ce,selectedItem:w,onItemLeave:le,itemTextRefCallback:ue,focusSelectedItem:ie,selectedItemText:E,position:r,isPositioned:ee,searchRef:k,children:(0,M.jsx)(DC,{as:SF,allowPinchZoom:!0,children:(0,M.jsx)(iS,{asChild:!0,trapped:v.open,onMountAutoFocus:e=>{e.preventDefault()},onUnmountAutoFocus:J(i,e=>{v.trigger?.focus({preventScroll:!0}),e.preventDefault()}),children:(0,M.jsx)(x_,{asChild:!0,disableOutsidePointerEvents:!0,onEscapeKeyDown:a,onPointerDownOutside:o,onFocusOutside:e=>e.preventDefault(),onDismiss:()=>v.onOpenChange(!1),children:(0,M.jsx)(A,{role:`listbox`,id:v.contentId,"data-state":v.open?`open`:`closed`,dir:v.dir,onContextMenu:e=>e.preventDefault(),..._,...de,onPlaced:()=>te(!0),ref:C,style:{display:`flex`,flexDirection:`column`,outline:`none`,..._.style},onKeyDown:J(_.onKeyDown,e=>{let t=e.ctrlKey||e.altKey||e.metaKey;if(e.key===`Tab`&&e.preventDefault(),!t&&e.key.length===1&&se(e.key),[`ArrowUp`,`ArrowDown`,`Home`,`End`].includes(e.key)){let t=O().filter(e=>!e.disabled).map(e=>e.ref.current);if([`ArrowUp`,`End`].includes(e.key)&&(t=t.slice().reverse()),[`ArrowUp`,`ArrowDown`].includes(e.key)){let n=e.target,r=t.indexOf(n);t=t.slice(r+1)}setTimeout(()=>re(t)),e.preventDefault()}})})})})})})});CF.displayName=xF;var wF=`SelectItemAlignedPosition`,TF=j.forwardRef((e,t)=>{let{__scopeSelect:n,onPlaced:r,...i}=e,a=iF(gF,n),o=bF(gF,n),[s,c]=j.useState(null),[l,u]=j.useState(null),d=$g(t,e=>u(e)),f=QP(n),p=j.useRef(!1),m=j.useRef(!0),{viewport:h,selectedItem:g,selectedItemText:_,focusSelectedItem:v}=o,y=j.useCallback(()=>{if(a.trigger&&a.valueNode&&s&&l&&h&&g&&_){let e=a.trigger.getBoundingClientRect(),t=l.getBoundingClientRect(),n=a.valueNode.getBoundingClientRect(),i=_.getBoundingClientRect();if(a.dir!==`rtl`){let r=i.left-t.left,a=n.left-r,o=e.left-a,c=e.width+o,l=Math.max(c,t.width),u=window.innerWidth-vF,d=KP(a,[vF,Math.max(vF,u-l)]);s.style.minWidth=c+`px`,s.style.left=d+`px`}else{let r=t.right-i.right,a=window.innerWidth-n.right-r,o=window.innerWidth-e.right-a,c=e.width+o,l=Math.max(c,t.width),u=window.innerWidth-vF,d=KP(a,[vF,Math.max(vF,u-l)]);s.style.minWidth=c+`px`,s.style.right=d+`px`}let o=f(),c=window.innerHeight-vF*2,u=h.scrollHeight,d=window.getComputedStyle(l),m=parseInt(d.borderTopWidth,10),v=parseInt(d.paddingTop,10),y=parseInt(d.borderBottomWidth,10),b=parseInt(d.paddingBottom,10),x=m+v+u+b+y,S=Math.min(g.offsetHeight*5,x),C=window.getComputedStyle(h),w=parseInt(C.paddingTop,10),T=parseInt(C.paddingBottom,10),E=e.top+e.height/2-vF,D=c-E,O=g.offsetHeight/2,ee=g.offsetTop+O,te=m+v+ee,ne=x-te;if(te<=E){let e=o.length>0&&g===o[o.length-1].ref.current;s.style.bottom=`0px`;let t=l.clientHeight-h.offsetTop-h.offsetHeight,n=te+Math.max(D,O+(e?T:0)+t+y);s.style.height=n+`px`}else{let e=o.length>0&&g===o[0].ref.current;s.style.top=`0px`;let t=Math.max(E,m+h.offsetTop+(e?w:0)+O)+ne;s.style.height=t+`px`,h.scrollTop=te-E+h.offsetTop}s.style.margin=`${vF}px 0`,s.style.minHeight=S+`px`,s.style.maxHeight=c+`px`,r?.(),requestAnimationFrame(()=>p.current=!0)}},[f,a.trigger,a.valueNode,s,l,h,g,_,a.dir,r]);A_(()=>y(),[y]);let[b,x]=j.useState();return A_(()=>{l&&x(window.getComputedStyle(l).zIndex)},[l]),(0,M.jsx)(OF,{scope:n,contentWrapper:s,shouldExpandOnScrollRef:p,onScrollButtonChange:j.useCallback(e=>{e&&m.current===!0&&(y(),v?.(),m.current=!1)},[y,v]),children:(0,M.jsx)(`div`,{ref:c,style:{display:`flex`,flexDirection:`column`,position:`fixed`,zIndex:b},children:(0,M.jsx)(d_.div,{...i,ref:d,style:{boxSizing:`border-box`,maxHeight:`100%`,...i.style}})})})});TF.displayName=wF;var EF=`SelectPopperPosition`,DF=j.forwardRef((e,t)=>{let{__scopeSelect:n,align:r=`start`,collisionPadding:i=vF,...a}=e,o=nF(n);return(0,M.jsx)(gD,{...o,...a,ref:t,align:r,collisionPadding:i,style:{boxSizing:`border-box`,...a.style,"--radix-select-content-transform-origin":`var(--radix-popper-transform-origin)`,"--radix-select-content-available-width":`var(--radix-popper-available-width)`,"--radix-select-content-available-height":`var(--radix-popper-available-height)`,"--radix-select-trigger-width":`var(--radix-popper-anchor-width)`,"--radix-select-trigger-height":`var(--radix-popper-anchor-height)`}})});DF.displayName=EF;var[OF,kF]=eF(gF,{}),AF=`SelectViewport`,jF=j.forwardRef((e,t)=>{let{__scopeSelect:n,nonce:r,...i}=e,a=bF(AF,n),o=kF(AF,n),s=$g(t,a.onViewportChange),c=j.useRef(0);return(0,M.jsxs)(M.Fragment,{children:[(0,M.jsx)(`style`,{dangerouslySetInnerHTML:{__html:`[data-radix-select-viewport]{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;}[data-radix-select-viewport]::-webkit-scrollbar{display:none}`},nonce:r}),(0,M.jsx)(ZP.Slot,{scope:n,children:(0,M.jsx)(d_.div,{"data-radix-select-viewport":``,role:`presentation`,...i,ref:s,style:{position:`relative`,flex:1,overflow:`hidden auto`,...i.style},onScroll:J(i.onScroll,e=>{let t=e.currentTarget,{contentWrapper:n,shouldExpandOnScrollRef:r}=o;if(r?.current&&n){let e=Math.abs(c.current-t.scrollTop);if(e>0){let r=window.innerHeight-vF*2,i=parseFloat(n.style.minHeight),a=parseFloat(n.style.height),o=Math.max(i,a);if(o<r){let i=o+e,a=Math.min(r,i),s=i-a;n.style.height=a+`px`,n.style.bottom===`0px`&&(t.scrollTop=s>0?s:0,n.style.justifyContent=`flex-end`)}}}c.current=t.scrollTop})})})]})});jF.displayName=AF;var MF=`SelectGroup`,[NF,PF]=eF(MF),FF=j.forwardRef((e,t)=>{let{__scopeSelect:n,...r}=e,i=$x();return(0,M.jsx)(NF,{scope:n,id:i,children:(0,M.jsx)(d_.div,{role:`group`,"aria-labelledby":i,...r,ref:t})})});FF.displayName=MF;var IF=`SelectLabel`,LF=j.forwardRef((e,t)=>{let{__scopeSelect:n,...r}=e,i=PF(IF,n);return(0,M.jsx)(d_.div,{id:i.id,...r,ref:t})});LF.displayName=IF;var RF=`SelectItem`,[zF,BF]=eF(RF),VF=j.forwardRef((e,t)=>{let{__scopeSelect:n,value:r,disabled:i=!1,textValue:a,...o}=e,s=iF(RF,n),c=bF(RF,n),l=s.value===r,[u,d]=j.useState(a??``),[f,p]=j.useState(!1),m=$g(t,e=>c.itemRefCallback?.(e,r,i)),h=$x(),g=j.useRef(`touch`),_=()=>{i||(s.onValueChange(r),s.onOpenChange(!1))};if(r===``)throw Error(`A <Select.Item /> must have a value prop that is not an empty string. This is because the Select value can be set to an empty string to clear the selection and show the placeholder.`);return(0,M.jsx)(zF,{scope:n,value:r,disabled:i,textId:h,isSelected:l,onItemTextChange:j.useCallback(e=>{d(t=>t||(e?.textContent??``).trim())},[]),children:(0,M.jsx)(ZP.ItemSlot,{scope:n,value:r,disabled:i,textValue:u,children:(0,M.jsx)(d_.div,{role:`option`,"aria-labelledby":h,"data-highlighted":f?``:void 0,"aria-selected":l&&f,"data-state":l?`checked`:`unchecked`,"aria-disabled":i||void 0,"data-disabled":i?``:void 0,tabIndex:i?void 0:-1,...o,ref:m,onFocus:J(o.onFocus,()=>p(!0)),onBlur:J(o.onBlur,()=>p(!1)),onClick:J(o.onClick,()=>{g.current!==`mouse`&&_()}),onPointerUp:J(o.onPointerUp,()=>{g.current===`mouse`&&_()}),onPointerDown:J(o.onPointerDown,e=>{g.current=e.pointerType}),onPointerMove:J(o.onPointerMove,e=>{g.current=e.pointerType,i?c.onItemLeave?.():g.current===`mouse`&&e.currentTarget.focus({preventScroll:!0})}),onPointerLeave:J(o.onPointerLeave,e=>{e.currentTarget===document.activeElement&&c.onItemLeave?.()}),onKeyDown:J(o.onKeyDown,e=>{c.searchRef?.current!==``&&e.key===` `||(YP.includes(e.key)&&_(),e.key===` `&&e.preventDefault())})})})})});VF.displayName=RF;var HF=`SelectItemText`,UF=j.forwardRef((e,t)=>{let{__scopeSelect:n,className:r,style:i,...a}=e,o=iF(HF,n),s=bF(HF,n),c=BF(HF,n),l=oF(HF,n),[u,d]=j.useState(null),f=$g(t,e=>d(e),c.onItemTextChange,e=>s.itemTextRefCallback?.(e,c.value,c.disabled)),p=u?.textContent,m=j.useMemo(()=>(0,M.jsx)(`option`,{value:c.value,disabled:c.disabled,children:p},c.value),[c.disabled,c.value,p]),{onNativeOptionAdd:h,onNativeOptionRemove:g}=l;return A_(()=>(h(m),()=>g(m)),[h,g,m]),(0,M.jsxs)(M.Fragment,{children:[(0,M.jsx)(d_.span,{id:c.textId,...a,ref:f}),c.isSelected&&o.valueNode&&!o.valueNodeHasChildren?Gi.createPortal(a.children,o.valueNode):null]})});UF.displayName=HF;var WF=`SelectItemIndicator`,GF=j.forwardRef((e,t)=>{let{__scopeSelect:n,...r}=e;return BF(WF,n).isSelected?(0,M.jsx)(d_.span,{"aria-hidden":!0,...r,ref:t}):null});GF.displayName=WF;var KF=`SelectScrollUpButton`,qF=j.forwardRef((e,t)=>{let n=bF(KF,e.__scopeSelect),r=kF(KF,e.__scopeSelect),[i,a]=j.useState(!1),o=$g(t,r.onScrollButtonChange);return A_(()=>{if(n.viewport&&n.isPositioned){let e=function(){a(t.scrollTop>0)},t=n.viewport;return e(),t.addEventListener(`scroll`,e),()=>t.removeEventListener(`scroll`,e)}},[n.viewport,n.isPositioned]),i?(0,M.jsx)(XF,{...e,ref:o,onAutoScroll:()=>{let{viewport:e,selectedItem:t}=n;e&&t&&(e.scrollTop-=t.offsetHeight)}}):null});qF.displayName=KF;var JF=`SelectScrollDownButton`,YF=j.forwardRef((e,t)=>{let n=bF(JF,e.__scopeSelect),r=kF(JF,e.__scopeSelect),[i,a]=j.useState(!1),o=$g(t,r.onScrollButtonChange);return A_(()=>{if(n.viewport&&n.isPositioned){let e=function(){let e=t.scrollHeight-t.clientHeight;a(Math.ceil(t.scrollTop)<e)},t=n.viewport;return e(),t.addEventListener(`scroll`,e),()=>t.removeEventListener(`scroll`,e)}},[n.viewport,n.isPositioned]),i?(0,M.jsx)(XF,{...e,ref:o,onAutoScroll:()=>{let{viewport:e,selectedItem:t}=n;e&&t&&(e.scrollTop+=t.offsetHeight)}}):null});YF.displayName=JF;var XF=j.forwardRef((e,t)=>{let{__scopeSelect:n,onAutoScroll:r,...i}=e,a=bF(`SelectScrollButton`,n),o=j.useRef(null),s=QP(n),c=j.useCallback(()=>{o.current!==null&&(window.clearInterval(o.current),o.current=null)},[]);return j.useEffect(()=>()=>c(),[c]),A_(()=>{s().find(e=>e.ref.current===document.activeElement)?.ref.current?.scrollIntoView({block:`nearest`})},[s]),(0,M.jsx)(d_.div,{"aria-hidden":!0,...i,ref:t,style:{flexShrink:0,...i.style},onPointerDown:J(i.onPointerDown,()=>{o.current===null&&(o.current=window.setInterval(r,50))}),onPointerMove:J(i.onPointerMove,()=>{a.onItemLeave?.(),o.current===null&&(o.current=window.setInterval(r,50))}),onPointerLeave:J(i.onPointerLeave,()=>{c()})})}),ZF=`SelectSeparator`,QF=j.forwardRef((e,t)=>{let{__scopeSelect:n,...r}=e;return(0,M.jsx)(d_.div,{"aria-hidden":!0,...r,ref:t})});QF.displayName=ZF;var $F=`SelectArrow`,eI=j.forwardRef((e,t)=>{let{__scopeSelect:n,...r}=e,i=nF(n),a=iF($F,n),o=bF($F,n);return a.open&&o.position===`popper`?(0,M.jsx)(_D,{...i,...r,ref:t}):null});eI.displayName=$F;var tI=`SelectBubbleInput`,nI=j.forwardRef(({__scopeSelect:e,value:t,...n},r)=>{let i=j.useRef(null),a=$g(r,i),o=qP(t);return j.useEffect(()=>{let e=i.current;if(!e)return;let n=window.HTMLSelectElement.prototype,r=Object.getOwnPropertyDescriptor(n,`value`).set;if(o!==t&&r){let n=new Event(`change`,{bubbles:!0});r.call(e,t),e.dispatchEvent(n)}},[o,t]),(0,M.jsx)(d_.select,{...n,style:{...H_,...n.style},ref:a,defaultValue:t})});nI.displayName=tI;function rI(e){return e===``||e===void 0}function iI(e){let t=p_(e),n=j.useRef(``),r=j.useRef(0),i=j.useCallback(e=>{let i=n.current+e;t(i),(function e(t){n.current=t,window.clearTimeout(r.current),t!==``&&(r.current=window.setTimeout(()=>e(``),1e3))})(i)},[t]),a=j.useCallback(()=>{n.current=``,window.clearTimeout(r.current)},[]);return j.useEffect(()=>()=>window.clearTimeout(r.current),[]),[n,i,a]}function aI(e,t,n){let r=t.length>1&&Array.from(t).every(e=>e===t[0])?t[0]:t,i=n?e.indexOf(n):-1,a=oI(e,Math.max(i,0));r.length===1&&(a=a.filter(e=>e!==n));let o=a.find(e=>e.textValue.toLowerCase().startsWith(r.toLowerCase()));return o===n?void 0:o}function oI(e,t){return e.map((n,r)=>e[(t+r)%e.length])}var sI=sF,cI=lF,lI=dF,uI=pF,dI=hF,fI=_F,pI=jF,mI=LF,hI=VF,gI=UF,_I=GF,vI=qF,yI=YF,bI=QF,xI=sI,SI=lI,CI=j.forwardRef(({className:e,children:t,...n},r)=>(0,M.jsxs)(cI,{ref:r,className:Z(`flex h-9 w-full items-center justify-between whitespace-nowrap rounded-md border border-input bg-transparent px-3 py-2 text-sm shadow-sm ring-offset-background placeholder:text-muted-foreground focus:outline-none focus:ring-1 focus:ring-ring disabled:cursor-not-allowed disabled:opacity-50 [&>span]:line-clamp-1`,e),...n,children:[t,(0,M.jsx)(uI,{asChild:!0,children:(0,M.jsx)(ay,{className:`h-4 w-4 opacity-50`})})]}));CI.displayName=cI.displayName;var wI=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(vI,{ref:n,className:Z(`flex cursor-default items-center justify-center py-1`,e),...t,children:(0,M.jsx)(sy,{className:`h-4 w-4`})}));wI.displayName=vI.displayName;var TI=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(yI,{ref:n,className:Z(`flex cursor-default items-center justify-center py-1`,e),...t,children:(0,M.jsx)(ay,{className:`h-4 w-4`})}));TI.displayName=yI.displayName;var EI=j.forwardRef(({className:e,children:t,position:n=`popper`,...r},i)=>(0,M.jsx)(dI,{children:(0,M.jsxs)(fI,{ref:i,className:Z(`relative z-50 max-h-96 min-w-[8rem] overflow-hidden rounded-md border bg-popover text-popover-foreground shadow-md data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2`,n===`popper`&&`data-[side=bottom]:translate-y-1 data-[side=left]:-translate-x-1 data-[side=right]:translate-x-1 data-[side=top]:-translate-y-1`,e),position:n,...r,children:[(0,M.jsx)(wI,{}),(0,M.jsx)(pI,{className:Z(`p-1`,n===`popper`&&`h-[var(--radix-select-trigger-height)] w-full min-w-[var(--radix-select-trigger-width)]`),children:t}),(0,M.jsx)(TI,{})]})}));EI.displayName=fI.displayName;var DI=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(mI,{ref:n,className:Z(`px-2 py-1.5 text-sm font-semibold`,e),...t}));DI.displayName=mI.displayName;var OI=j.forwardRef(({className:e,children:t,...n},r)=>(0,M.jsxs)(hI,{ref:r,className:Z(`relative flex w-full cursor-default select-none items-center rounded-sm py-1.5 pl-2 pr-8 text-sm outline-none focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50`,e),...n,children:[(0,M.jsx)(`span`,{className:`absolute right-2 flex h-3.5 w-3.5 items-center justify-center`,children:(0,M.jsx)(_I,{children:(0,M.jsx)(iy,{className:`h-4 w-4`})})}),(0,M.jsx)(gI,{children:t})]}));OI.displayName=hI.displayName;var kI=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(bI,{ref:n,className:Z(`-mx-1 my-1 h-px bg-muted`,e),...t}));kI.displayName=bI.displayName;var AI=la(`/organizations/$orgId/teams`)({component:jI});function jI(){let{t:e}=vt(),{orgId:t}=AI.useParams(),n=zg(),{members:r}=IP(t),[i,a]=(0,j.useState)([]),[o,s]=(0,j.useState)(!0),[c,l]=(0,j.useState)(!1),[u,d]=(0,j.useState)(``),[f,p]=(0,j.useState)(!1),[m,h]=(0,j.useState)(null),[g,_]=(0,j.useState)([]),[v,y]=(0,j.useState)(!1),[b,x]=(0,j.useState)(!1),[S,C]=(0,j.useState)(``),w=(0,j.useCallback)(async()=>{if(n?.organizations?.teams){s(!0);try{a((await n.organizations.teams.list(t))?.teams??[])}catch{a([])}finally{s(!1)}}},[n,t]);(0,j.useEffect)(()=>{w()},[w]);let T=(0,j.useCallback)(async e=>{if(n?.organizations?.teams){y(!0);try{_((await n.organizations.teams.listMembers(e))?.members??[])}catch{_([])}finally{y(!1)}}},[n]);(0,j.useEffect)(()=>{m&&T(m)},[m,T]);let E=async r=>{if(r.preventDefault(),u.trim()){p(!0);try{await n.organizations.teams.create({name:u.trim(),organizationId:t}),q({title:e(`teams.created`)}),l(!1),d(``),await w()}catch(t){q({title:e(`teams.createFailed`),description:t.message,variant:`destructive`})}finally{p(!1)}}},D=async r=>{if(confirm(e(`teams.deleteConfirm`,{name:r.name})))try{await n.organizations.teams.delete({teamId:r.id,organizationId:t}),q({title:e(`teams.deleted`)}),m===r.id&&h(null),await w()}catch(t){q({title:e(`teams.deleteFailed`),description:t.message,variant:`destructive`})}},O=async()=>{if(!(!m||!S))try{await n.organizations.teams.addMember({teamId:m,userId:S}),q({title:e(`teams.memberAdded`)}),x(!1),C(``),await T(m)}catch(t){q({title:e(`teams.addMemberFailed`),description:t.message,variant:`destructive`})}},ee=async(t,r)=>{try{await n.organizations.teams.removeMember({teamId:t,userId:r}),q({title:e(`teams.memberRemoved`)}),await T(t)}catch(t){q({title:e(`teams.removeMemberFailed`),description:t.message,variant:`destructive`})}},te=Object.fromEntries(r.map(e=>[e.userId,e])),ne=new Set(g.map(e=>e.userId)),re=r.filter(e=>!ne.has(e.userId));return(0,M.jsxs)(`div`,{className:`space-y-6`,children:[(0,M.jsxs)($,{children:[(0,M.jsx)(lN,{children:(0,M.jsxs)(`div`,{className:`flex items-center justify-between`,children:[(0,M.jsxs)(`div`,{children:[(0,M.jsx)(uN,{className:`text-base`,children:e(`teams.title`,{count:i.length})}),(0,M.jsx)(dN,{children:e(`teams.description`)})]}),(0,M.jsxs)(Q,{size:`sm`,onClick:()=>l(!0),children:[(0,M.jsx)(ky,{className:`mr-2 h-4 w-4`}),e(`teams.create`)]})]})}),(0,M.jsxs)(fN,{children:[o&&(0,M.jsxs)(`div`,{className:`space-y-3`,children:[(0,M.jsx)(Nw,{className:`h-12 w-full`}),(0,M.jsx)(Nw,{className:`h-12 w-full`})]}),!o&&i.length===0&&(0,M.jsxs)(`div`,{className:`text-center py-8`,children:[(0,M.jsx)(Wy,{className:`mx-auto h-12 w-12 text-muted-foreground/50`}),(0,M.jsx)(`p`,{className:`mt-4 text-sm text-muted-foreground`,children:e(`teams.empty`)})]}),!o&&i.length>0&&(0,M.jsx)(`div`,{className:`divide-y`,children:i.map(t=>(0,M.jsxs)(`div`,{children:[(0,M.jsxs)(`div`,{className:`flex items-center justify-between py-3`,children:[(0,M.jsxs)(`button`,{type:`button`,className:`flex-1 text-left`,onClick:()=>h(m===t.id?null:t.id),children:[(0,M.jsx)(`div`,{className:`font-medium text-sm`,children:t.name}),t.createdAt&&(0,M.jsx)(`div`,{className:`text-xs text-muted-foreground`,children:new Date(t.createdAt).toLocaleDateString()})]}),(0,M.jsxs)(Uj,{children:[(0,M.jsx)(Wj,{asChild:!0,children:(0,M.jsx)(Q,{variant:`ghost`,size:`sm`,className:`h-8 w-8 p-0`,children:(0,M.jsx)(hy,{className:`h-4 w-4`})})}),(0,M.jsx)(qj,{align:`end`,children:(0,M.jsxs)(Jj,{className:`text-destructive`,onClick:()=>D(t),children:[(0,M.jsx)(Ry,{className:`mr-2 h-4 w-4`}),e(`teams.delete`)]})})]})]}),m===t.id&&(0,M.jsxs)(`div`,{className:`pb-3 pl-4 border-l-2 ml-2 space-y-2`,children:[(0,M.jsxs)(`div`,{className:`flex items-center justify-between`,children:[(0,M.jsx)(`p`,{className:`text-xs font-medium text-muted-foreground`,children:e(`teams.members`,{count:g.length})}),(0,M.jsxs)(Q,{size:`sm`,variant:`outline`,onClick:()=>x(!0),children:[(0,M.jsx)(Hy,{className:`mr-1 h-3 w-3`}),e(`teams.addMember`)]})]}),v&&(0,M.jsx)(Nw,{className:`h-8 w-full`}),!v&&g.length===0&&(0,M.jsx)(`p`,{className:`text-xs text-muted-foreground`,children:e(`teams.noMembers`)}),!v&&g.map(e=>{let n=te[e.userId];return(0,M.jsxs)(`div`,{className:`flex items-center justify-between py-1`,children:[(0,M.jsx)(`span`,{className:`text-sm`,children:n?.user?.name||n?.user?.email||e.userId}),(0,M.jsx)(Q,{variant:`ghost`,size:`sm`,className:`h-7 w-7 p-0`,onClick:()=>ee(t.id,e.userId),children:(0,M.jsx)(Vy,{className:`h-3 w-3`})})]},e.id)})]})]},t.id))})]})]}),(0,M.jsx)(xP,{open:c,onOpenChange:l,children:(0,M.jsxs)(wP,{children:[(0,M.jsxs)(TP,{children:[(0,M.jsx)(DP,{children:e(`teams.createTitle`)}),(0,M.jsx)(OP,{children:e(`teams.createDescription`)})]}),(0,M.jsxs)(`form`,{onSubmit:E,children:[(0,M.jsx)(`div`,{className:`space-y-4 py-4`,children:(0,M.jsxs)(`div`,{className:`space-y-2`,children:[(0,M.jsx)(CN,{htmlFor:`team-name`,children:e(`teams.nameLabel`)}),(0,M.jsx)(Hx,{id:`team-name`,required:!0,placeholder:e(`teams.namePlaceholder`),value:u,onChange:e=>d(e.target.value)})]})}),(0,M.jsxs)(EP,{children:[(0,M.jsx)(Q,{variant:`outline`,type:`button`,onClick:()=>l(!1),children:e(`common.cancel`)}),(0,M.jsx)(Q,{type:`submit`,disabled:f,children:e(f?`common.saving`:`teams.create`)})]})]})]})}),(0,M.jsx)(xP,{open:b,onOpenChange:x,children:(0,M.jsxs)(wP,{children:[(0,M.jsxs)(TP,{children:[(0,M.jsx)(DP,{children:e(`teams.addMemberTitle`)}),(0,M.jsx)(OP,{children:e(`teams.addMemberDescription`)})]}),(0,M.jsx)(`div`,{className:`space-y-4 py-4`,children:(0,M.jsxs)(`div`,{className:`space-y-2`,children:[(0,M.jsx)(CN,{children:e(`teams.selectMember`)}),(0,M.jsxs)(xI,{value:S,onValueChange:C,children:[(0,M.jsx)(CI,{children:(0,M.jsx)(SI,{placeholder:e(`teams.selectMemberPlaceholder`)})}),(0,M.jsx)(EI,{children:re.map(e=>(0,M.jsx)(OI,{value:e.userId,children:e.user?.name||e.user?.email||e.userId},e.userId))})]})]})}),(0,M.jsxs)(EP,{children:[(0,M.jsx)(Q,{variant:`outline`,onClick:()=>x(!1),children:e(`common.cancel`)}),(0,M.jsx)(Q,{onClick:O,disabled:!S,children:e(`teams.addMember`)})]})]})})]})}var MI=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(`textarea`,{className:Z(`flex min-h-[60px] w-full rounded-md border border-input bg-transparent px-3 py-2 text-sm shadow-sm placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:cursor-not-allowed disabled:opacity-50`,e),ref:n,...t}));MI.displayName=`Textarea`;var NI=la(`/organizations/$orgId/members`)({component:PI});function PI(){let{t:e}=vt(),{orgId:t}=NI.useParams(),{organizations:n}=VM(),{user:r}=BM(),i=zg(),a=n.find(e=>e.id===t),{members:o,loading:s,inviteMember:c,removeMember:l,updateMemberRole:u}=IP(t),{invitations:d,loading:f,cancelInvitation:p,resendInvitation:m}=LP(t),[h,g]=(0,j.useState)(!1),[_,v]=(0,j.useState)(!1),[y,b]=(0,j.useState)(``),[x,S]=(0,j.useState)(``),[C,w]=(0,j.useState)(`member`),[T,E]=(0,j.useState)(!1),[D,O]=(0,j.useState)(!1),ee=d.filter(e=>e.status===`pending`),te=o.find(e=>e.userId===r?.id),ne=te?.role===`owner`||te?.role===`admin`,re=async()=>{let t=_?x.split(/[,;\n]+/).map(e=>e.trim()).filter(Boolean):[y.trim()].filter(Boolean);if(t.length===0){q({title:e(`organizations.members.emailRequired`),variant:`destructive`});return}E(!0);let n=0;try{for(let e of t)try{await c(e,C)}catch{n++}n>0&&n<t.length?q({title:e(`organizations.members.invitePartialSuccess`,{sent:t.length-n,failed:n}),variant:`destructive`}):n===t.length?q({title:e(`organizations.members.inviteFailed`),variant:`destructive`}):q({title:e(`organizations.members.invitationSent`)}),g(!1),b(``),S(``),w(`member`)}finally{E(!1)}},ie=async(t,n)=>{if(confirm(e(`organizations.members.removeConfirm`,{name:n})))try{await l(t),q({title:e(`organizations.members.memberRemoved`)})}catch(t){q({title:e(`organizations.members.removeFailed`),description:t.message,variant:`destructive`})}},ae=async(t,n)=>{try{await u(t,n),q({title:e(`organizations.members.roleUpdated`)})}catch(t){q({title:e(`organizations.members.roleUpdateFailed`),description:t.message,variant:`destructive`})}},oe=async()=>{if(confirm(e(`organizations.members.leaveConfirm`,{org:a?.name??t}))){O(!0);try{await i.organizations.leave(t),q({title:e(`organizations.members.leftOrg`)}),window.location.assign(`/`)}catch(t){q({title:e(`organizations.members.leaveFailed`),description:t.message,variant:`destructive`})}finally{O(!1)}}},k=async(t,n)=>{if(confirm(e(`organizations.members.cancelConfirm`,{email:n})))try{await p(t),q({title:e(`organizations.members.invitationCanceled`)})}catch(t){q({title:e(`organizations.members.cancelFailed`),description:t.message,variant:`destructive`})}},se=async t=>{try{await m(t),q({title:e(`organizations.members.invitationResent`)})}catch(t){q({title:e(`organizations.members.resendFailed`),description:t.message,variant:`destructive`})}},ce=async t=>{let n=`${window.location.origin}/accept-invitation/${t}`;try{await navigator.clipboard.writeText(n),q({title:e(`organizations.members.linkCopied`)})}catch{q({title:e(`organizations.members.linkCopyFailed`),variant:`destructive`})}};return(0,M.jsxs)(`div`,{className:`space-y-6`,children:[(0,M.jsxs)($,{children:[(0,M.jsx)(lN,{children:(0,M.jsxs)(`div`,{className:`flex items-center justify-between`,children:[(0,M.jsxs)(`div`,{children:[(0,M.jsx)(uN,{className:`text-base`,children:e(`organizations.members.title`,{count:o.length})}),(0,M.jsx)(dN,{children:e(`organizations.members.description`)})]}),(0,M.jsxs)(`div`,{className:`flex gap-2`,children:[te&&te.role!==`owner`&&(0,M.jsxs)(Q,{size:`sm`,variant:`outline`,onClick:oe,disabled:D,children:[(0,M.jsx)(wy,{className:`mr-2 h-4 w-4`}),e(`organizations.members.leave`)]}),ne&&(0,M.jsxs)(Q,{size:`sm`,onClick:()=>g(!0),children:[(0,M.jsx)(Hy,{className:`mr-2 h-4 w-4`}),e(`organizations.members.invite`)]})]})]})}),(0,M.jsxs)(fN,{children:[s&&(0,M.jsx)(`p`,{className:`text-xs text-muted-foreground`,children:e(`organizations.members.loadingMembers`)}),!s&&o.length===0&&(0,M.jsxs)(`div`,{className:`text-center py-8`,children:[(0,M.jsx)(Gy,{className:`mx-auto h-12 w-12 text-muted-foreground/50`}),(0,M.jsx)(`p`,{className:`mt-4 text-sm text-muted-foreground`,children:e(`organizations.members.empty`)})]}),!s&&o.length>0&&(0,M.jsx)(`div`,{className:`divide-y`,children:o.map(t=>(0,M.jsxs)(`div`,{className:`flex items-center justify-between py-3`,children:[(0,M.jsxs)(`div`,{className:`flex-1`,children:[(0,M.jsxs)(`div`,{className:`font-medium text-sm`,children:[t.user?.name||t.user?.email||t.userId,t.userId===r?.id&&(0,M.jsx)(GN,{variant:`secondary`,className:`ml-2 text-xs`,children:e(`organizations.members.you`)})]}),t.user?.email&&(0,M.jsx)(`div`,{className:`text-xs text-muted-foreground`,children:t.user.email})]}),(0,M.jsxs)(`div`,{className:`flex items-center gap-2`,children:[ne&&t.role!==`owner`&&t.userId!==r?.id?(0,M.jsxs)(xI,{value:t.role,onValueChange:e=>ae(t.id,e),children:[(0,M.jsx)(CI,{className:`h-7 w-24 text-xs`,children:(0,M.jsx)(SI,{})}),(0,M.jsxs)(EI,{children:[(0,M.jsx)(OI,{value:`admin`,children:e(`common.roles.admin`)}),(0,M.jsx)(OI,{value:`member`,children:e(`common.roles.member`)})]})]}):(0,M.jsx)(GN,{variant:`secondary`,className:`text-xs`,children:e(`common.roles.${t.role??`member`}`)}),ne&&t.role!==`owner`&&t.userId!==r?.id&&(0,M.jsxs)(Uj,{children:[(0,M.jsx)(Wj,{asChild:!0,children:(0,M.jsx)(Q,{variant:`ghost`,size:`sm`,className:`h-8 w-8 p-0`,children:(0,M.jsx)(hy,{className:`h-4 w-4`})})}),(0,M.jsx)(qj,{align:`end`,children:(0,M.jsxs)(Jj,{className:`text-destructive`,onClick:()=>ie(t.id,t.user?.name||t.user?.email||t.userId),children:[(0,M.jsx)(Ry,{className:`mr-2 h-4 w-4`}),e(`organizations.members.removeMember`)]})})]})]})]},t.id))})]})]}),(0,M.jsxs)($,{children:[(0,M.jsx)(lN,{children:(0,M.jsxs)(`div`,{className:`flex items-center justify-between`,children:[(0,M.jsxs)(`div`,{children:[(0,M.jsx)(uN,{className:`text-base`,children:e(`organizations.members.pendingTitle`,{count:ee.length})}),(0,M.jsx)(dN,{children:e(`organizations.members.pendingDescription`)})]}),ne&&(0,M.jsxs)(Q,{size:`sm`,variant:`outline`,onClick:()=>g(!0),children:[(0,M.jsx)(Hy,{className:`mr-2 h-4 w-4`}),e(`organizations.members.sendInvitation`)]})]})}),(0,M.jsxs)(fN,{children:[f&&(0,M.jsx)(`p`,{className:`text-xs text-muted-foreground`,children:e(`organizations.members.loadingInvitations`)}),!f&&ee.length===0&&(0,M.jsxs)(`div`,{className:`text-center py-8`,children:[(0,M.jsx)(Ty,{className:`mx-auto h-12 w-12 text-muted-foreground/50`}),(0,M.jsx)(`p`,{className:`mt-4 text-sm text-muted-foreground`,children:e(`organizations.members.noPending`)})]}),!f&&ee.length>0&&(0,M.jsx)(`div`,{className:`divide-y`,children:ee.map(t=>(0,M.jsxs)(`div`,{className:`flex items-center justify-between py-3`,children:[(0,M.jsxs)(`div`,{className:`flex-1`,children:[(0,M.jsx)(`div`,{className:`font-medium text-sm`,children:t.email}),(0,M.jsxs)(`div`,{className:`flex items-center gap-2 mt-1`,children:[(0,M.jsx)(GN,{variant:`outline`,className:`text-xs`,children:e(`common.roles.${t.role}`)}),(0,M.jsxs)(`span`,{className:`text-xs text-muted-foreground flex items-center gap-1`,children:[(0,M.jsx)(py,{className:`h-3 w-3`}),e(`organizations.members.expires`,{date:new Date(t.expiresAt).toLocaleDateString()})]})]})]}),(0,M.jsxs)(`div`,{className:`flex items-center gap-1`,children:[(0,M.jsx)(Q,{variant:`ghost`,size:`sm`,className:`h-8 w-8 p-0`,title:e(`organizations.members.copyLink`),onClick:()=>ce(t.id),children:(0,M.jsx)(my,{className:`h-4 w-4`})}),(0,M.jsx)(Q,{variant:`ghost`,size:`sm`,className:`h-8 w-8 p-0`,title:e(`organizations.members.resend`),onClick:()=>se(t),children:(0,M.jsx)(Ay,{className:`h-4 w-4`})}),(0,M.jsx)(Q,{variant:`ghost`,size:`sm`,className:`h-8 w-8 p-0`,title:e(`organizations.members.cancel`),onClick:()=>k(t.id,t.email),children:(0,M.jsx)(Ky,{className:`h-4 w-4`})})]})]},t.id))})]})]}),(0,M.jsx)(xP,{open:h,onOpenChange:g,children:(0,M.jsxs)(wP,{children:[(0,M.jsxs)(TP,{children:[(0,M.jsx)(DP,{children:e(`organizations.members.inviteDialogTitle`)}),(0,M.jsx)(OP,{children:e(`organizations.members.inviteDialogDescription`,{organization:a?.name??``})})]}),(0,M.jsxs)(`div`,{className:`space-y-4 py-4`,children:[(0,M.jsxs)(`div`,{className:`flex items-center gap-2`,children:[(0,M.jsx)(Q,{type:`button`,variant:_?`outline`:`default`,size:`sm`,onClick:()=>v(!1),children:e(`organizations.members.singleInvite`)}),(0,M.jsx)(Q,{type:`button`,variant:_?`default`:`outline`,size:`sm`,onClick:()=>v(!0),children:e(`organizations.members.bulkInvite`)})]}),_?(0,M.jsxs)(`div`,{className:`space-y-2`,children:[(0,M.jsx)(CN,{children:e(`organizations.members.bulkEmails`)}),(0,M.jsx)(MI,{placeholder:e(`organizations.members.bulkEmailsPlaceholder`),rows:5,value:x,onChange:e=>S(e.target.value)}),(0,M.jsx)(`p`,{className:`text-xs text-muted-foreground`,children:e(`organizations.members.bulkEmailsHint`)})]}):(0,M.jsxs)(`div`,{className:`space-y-2`,children:[(0,M.jsx)(CN,{htmlFor:`invite-email`,children:e(`organizations.members.email`)}),(0,M.jsx)(Hx,{id:`invite-email`,type:`email`,placeholder:e(`organizations.members.emailPlaceholder`),value:y,onChange:e=>b(e.target.value)})]}),(0,M.jsxs)(`div`,{className:`space-y-2`,children:[(0,M.jsx)(CN,{htmlFor:`role`,children:e(`organizations.members.role`)}),(0,M.jsxs)(xI,{value:C,onValueChange:w,children:[(0,M.jsx)(CI,{id:`role`,children:(0,M.jsx)(SI,{})}),(0,M.jsxs)(EI,{children:[(0,M.jsx)(OI,{value:`owner`,children:e(`common.roles.owner`)}),(0,M.jsx)(OI,{value:`admin`,children:e(`common.roles.admin`)}),(0,M.jsx)(OI,{value:`member`,children:e(`common.roles.member`)})]})]})]})]}),(0,M.jsxs)(EP,{children:[(0,M.jsx)(Q,{variant:`outline`,onClick:()=>g(!1),disabled:T,children:e(`common.cancel`)}),(0,M.jsx)(Q,{onClick:re,disabled:T,children:e(T?`organizations.members.sending`:`organizations.members.sendInvitation`)})]})]})})]})}var FI=la(`/organizations/$orgId/general`)({component:II});function II(){let{t:e}=vt(),{orgId:t}=FI.useParams(),n=Hi(),{organizations:r}=VM(),{session:i,user:a,setActiveOrganization:o}=BM(),s=r.find(e=>e.id===t),{members:c}=IP(t),{invitations:l}=LP(t),{remove:u,deleting:d}=WM(),{update:f,updating:p}=UM(),[m,h]=(0,j.useState)(``),[g,_]=(0,j.useState)(``),[v,y]=(0,j.useState)(``),[b,x]=(0,j.useState)(!1),[S,C]=(0,j.useState)(``);(0,j.useEffect)(()=>{h(s?.name??``),_(s?.slug??``),y(s?.logo??``)},[s?.id,s?.name,s?.slug,s?.logo]);let w=i?.activeOrganizationId===t,T=l.filter(e=>e.status===`pending`),E=(a?c.find(e=>e.userId===a.id):void 0)?.role??null,D=E===`owner`||E===`admin`,O=D&&s!=null&&(m.trim()!==(s.name??``)||g.trim()!==(s.slug??``)||v.trim()!==(s.logo??``));return(0,M.jsxs)(`div`,{className:`space-y-6`,children:[(0,M.jsxs)(`div`,{className:`flex items-center justify-between gap-2`,children:[(0,M.jsxs)(`div`,{className:`flex items-center gap-2`,children:[w&&(0,M.jsx)(GN,{variant:`outline`,children:e(`organizations.active`)}),E&&(0,M.jsx)(GN,{variant:`secondary`,className:`capitalize`,children:e(`common.roles.${E}`)})]}),!w&&(0,M.jsx)(Q,{size:`sm`,variant:`outline`,onClick:async()=>{try{await o(t),q({title:e(`organizations.general.switched`)})}catch(t){q({title:e(`organizations.general.switchFailed`),description:t.message,variant:`destructive`})}},children:e(`organizations.general.setActive`)})]}),(0,M.jsxs)($,{children:[(0,M.jsxs)(lN,{children:[(0,M.jsx)(uN,{children:e(`organizations.general.detailsTitle`)}),(0,M.jsx)(dN,{children:e(D?`organizations.general.detailsDescription`:`organizations.general.detailsReadOnly`)})]}),(0,M.jsxs)(fN,{className:`space-y-4`,children:[(0,M.jsxs)(`div`,{className:`space-y-2`,children:[(0,M.jsx)(CN,{htmlFor:`org-name`,children:e(`organizations.new.name`)}),(0,M.jsx)(Hx,{id:`org-name`,value:m,onChange:e=>h(e.target.value),disabled:!D||p,placeholder:e(`organizations.general.namePlaceholder`)})]}),(0,M.jsxs)(`div`,{className:`space-y-2`,children:[(0,M.jsx)(CN,{htmlFor:`org-slug`,children:e(`organizations.new.slug`)}),(0,M.jsx)(Hx,{id:`org-slug`,value:g,onChange:e=>_(e.target.value),disabled:!D||p,placeholder:e(`organizations.general.slugPlaceholder`),className:`font-mono text-sm`}),(0,M.jsx)(`p`,{className:`text-xs text-muted-foreground`,children:e(`organizations.general.slugHint`)})]}),(0,M.jsxs)(`div`,{className:`space-y-2`,children:[(0,M.jsx)(CN,{htmlFor:`org-logo`,children:e(`organizations.general.logo`)}),(0,M.jsx)(Hx,{id:`org-logo`,value:v,onChange:e=>y(e.target.value),disabled:!D||p,placeholder:e(`organizations.general.logoPlaceholder`)})]}),(0,M.jsxs)(`div`,{className:`flex justify-between border-t pt-4 text-xs`,children:[(0,M.jsx)(`span`,{className:`text-muted-foreground`,children:e(`organizations.general.organizationId`)}),(0,M.jsx)(`code`,{className:`font-mono`,children:t})]})]}),D&&(0,M.jsxs)(fN,{className:`flex justify-end gap-2 border-t pt-4`,children:[(0,M.jsx)(Q,{variant:`ghost`,size:`sm`,onClick:()=>{h(s?.name??``),_(s?.slug??``),y(s?.logo??``)},disabled:!O||p,children:e(`organizations.general.reset`)}),(0,M.jsxs)(Q,{size:`sm`,onClick:async()=>{if(!s||!D||!O)return;let n=m.trim();if(!n){q({title:e(`organizations.general.nameRequired`),variant:`destructive`});return}try{await f(t,{name:n,slug:g.trim()||void 0,logo:v.trim()||void 0}),q({title:e(`organizations.general.updated`)})}catch(t){q({title:e(`organizations.general.updateFailed`),description:t.message,variant:`destructive`})}},disabled:!O||p,children:[(0,M.jsx)(jy,{className:`mr-2 h-4 w-4`}),e(p?`common.saving`:`organizations.general.save`)]})]})]}),(0,M.jsxs)($,{children:[(0,M.jsx)(lN,{children:(0,M.jsx)(uN,{className:`text-base`,children:e(`organizations.general.overviewTitle`)})}),(0,M.jsxs)(fN,{className:`space-y-3 text-sm`,children:[(0,M.jsxs)(`div`,{className:`flex justify-between`,children:[(0,M.jsx)(`span`,{className:`text-muted-foreground`,children:e(`organizations.general.members`)}),(0,M.jsx)(`span`,{children:c.length})]}),(0,M.jsxs)(`div`,{className:`flex justify-between`,children:[(0,M.jsx)(`span`,{className:`text-muted-foreground`,children:e(`organizations.general.pendingInvitations`)}),(0,M.jsx)(`span`,{children:T.length})]})]})]}),D&&(0,M.jsxs)($,{className:`border-destructive/40`,children:[(0,M.jsxs)(lN,{children:[(0,M.jsx)(uN,{className:`text-base text-destructive`,children:e(`organizations.general.dangerTitle`)}),(0,M.jsx)(dN,{children:e(`organizations.general.dangerDescription`)})]}),(0,M.jsx)(fN,{children:(0,M.jsxs)(Q,{variant:`destructive`,size:`sm`,onClick:()=>x(!0),disabled:d,children:[(0,M.jsx)(Ry,{className:`mr-2 h-4 w-4`}),e(`organizations.general.delete`)]})})]}),(0,M.jsx)(xP,{open:b,onOpenChange:e=>{x(e),e||C(``)},children:(0,M.jsxs)(wP,{children:[(0,M.jsxs)(TP,{children:[(0,M.jsx)(DP,{className:`text-destructive`,children:e(`organizations.general.deleteDialogTitle`)}),(0,M.jsx)(OP,{children:e(`organizations.general.deleteDialogDescription`,{name:s?.name??``})})]}),(0,M.jsx)(`div`,{className:`space-y-4 py-2`,children:(0,M.jsxs)(`div`,{className:`space-y-2`,children:[(0,M.jsx)(CN,{htmlFor:`delete-confirm`,children:e(`organizations.general.deleteDialogLabel`,{name:s?.name??``})}),(0,M.jsx)(Hx,{id:`delete-confirm`,value:S,onChange:e=>C(e.target.value),placeholder:s?.name??``,disabled:d})]})}),(0,M.jsxs)(EP,{children:[(0,M.jsx)(Q,{variant:`outline`,onClick:()=>x(!1),disabled:d,children:e(`common.cancel`)}),(0,M.jsx)(Q,{variant:`destructive`,onClick:async()=>{if(s){if(S!==s.name){q({title:e(`organizations.general.confirmationMismatch`),description:e(`organizations.general.confirmationHint`,{name:s.name}),variant:`destructive`});return}try{let r=await u(t),i=r?.warnings,a=r?.deletedProjects??0;q({title:e(`organizations.general.deleted`),description:i?.length?e(`organizations.general.deletedWithWarnings`,{deletedProjects:a,warning:i[0],extraCount:Math.max(i.length-1,0)}):e(`organizations.general.deletedDescription`,{name:s.name,deletedProjects:a}),variant:i?.length?`destructive`:void 0}),x(!1),C(``),n({to:`/organizations`})}catch(t){q({title:e(`organizations.general.deleteFailed`),description:t.message,variant:`destructive`})}}},disabled:d||!s||S!==s.name,children:e(d?`organizations.general.deleting`:`organizations.general.delete`)})]})]})})]})}var LI=la(`/account/oauth-applications/new`)({component:RI});function RI(){let{t:e}=vt(),t=Hi(),{register:n,registering:r}=iP(),[i,a]=(0,j.useState)(``),[o,s]=(0,j.useState)(``),[c,l]=(0,j.useState)(`client_secret_basic`),[u,d]=(0,j.useState)(``),[f,p]=(0,j.useState)(``),[m,h]=(0,j.useState)(null),g=async()=>{let t=i.trim(),r=o.split(/\r?\n|,/).map(e=>e.trim()).filter(Boolean);if(!t){q({title:e(`oauth.applications.form.nameRequired`),variant:`destructive`});return}if(r.length===0){q({title:e(`oauth.applications.form.redirectRequired`),variant:`destructive`});return}try{let i=await n({client_name:t,redirect_uris:r,token_endpoint_auth_method:c,...u.trim()?{client_uri:u.trim()}:{},...f.trim()?{logo_uri:f.trim()}:{}});h({client_id:i?.client_id??``,client_secret:i?.client_secret}),q({title:e(`oauth.applications.registered`)})}catch(t){q({title:e(`oauth.applications.registerFailed`),description:t.message,variant:`destructive`})}},_=(t,n)=>{navigator.clipboard.writeText(t).then(()=>q({title:e(`oauth.applications.copied`,{label:n})}),()=>q({title:e(`oauth.applications.copyFailed`,{label:n}),variant:`destructive`}))};return m?(0,M.jsxs)(`div`,{className:`space-y-6`,children:[(0,M.jsxs)(`div`,{children:[(0,M.jsx)(`h1`,{className:`text-2xl font-semibold`,children:e(`oauth.applications.registeredTitle`)}),(0,M.jsx)(`p`,{className:`text-sm text-muted-foreground`,children:e(`oauth.applications.registeredDescription`)})]}),(0,M.jsxs)($,{children:[(0,M.jsxs)(lN,{children:[(0,M.jsx)(uN,{children:e(`oauth.applications.credentials`)}),(0,M.jsx)(dN,{children:e(`oauth.applications.credentialsDescription`)})]}),(0,M.jsxs)(fN,{className:`space-y-4`,children:[(0,M.jsxs)(`div`,{className:`space-y-1`,children:[(0,M.jsx)(CN,{children:e(`oauth.applications.clientId`)}),(0,M.jsxs)(`div`,{className:`flex items-center gap-2`,children:[(0,M.jsx)(`code`,{className:`flex-1 rounded-md border bg-muted px-3 py-2 font-mono text-xs`,children:m.client_id}),(0,M.jsx)(Q,{size:`icon`,variant:`outline`,onClick:()=>_(m.client_id,e(`oauth.applications.clientId`)),children:(0,M.jsx)(my,{className:`h-4 w-4`})})]})]}),m.client_secret&&(0,M.jsxs)(`div`,{className:`space-y-1`,children:[(0,M.jsx)(CN,{children:e(`oauth.applications.clientSecret`)}),(0,M.jsxs)(`div`,{className:`flex items-center gap-2`,children:[(0,M.jsx)(`code`,{className:`flex-1 break-all rounded-md border bg-muted px-3 py-2 font-mono text-xs`,children:m.client_secret}),(0,M.jsx)(Q,{size:`icon`,variant:`outline`,onClick:()=>_(m.client_secret,e(`oauth.applications.clientSecret`)),children:(0,M.jsx)(my,{className:`h-4 w-4`})})]}),(0,M.jsx)(`p`,{className:`text-xs text-destructive`,children:e(`oauth.applications.clientSecretWarning`)})]})]})]}),(0,M.jsxs)(`div`,{className:`flex justify-end gap-2`,children:[(0,M.jsx)(Q,{variant:`outline`,onClick:()=>t({to:`/account/oauth-applications`}),children:e(`oauth.applications.backToList`)}),(0,M.jsx)(Q,{onClick:()=>t({to:`/account/oauth-applications/$clientId`,params:{clientId:m.client_id}}),children:e(`oauth.applications.viewApplication`)})]})]}):(0,M.jsxs)(`div`,{className:`space-y-6`,children:[(0,M.jsxs)(`div`,{children:[(0,M.jsx)(`h1`,{className:`text-2xl font-semibold`,children:e(`oauth.applications.form.title`)}),(0,M.jsx)(`p`,{className:`text-sm text-muted-foreground`,children:e(`oauth.applications.form.description`)})]}),(0,M.jsxs)($,{children:[(0,M.jsx)(lN,{children:(0,M.jsxs)(uN,{className:`flex items-center gap-2 text-base`,children:[(0,M.jsx)(by,{className:`h-4 w-4`}),e(`oauth.applications.form.details`)]})}),(0,M.jsxs)(fN,{className:`space-y-4`,children:[(0,M.jsxs)(`div`,{className:`space-y-2`,children:[(0,M.jsx)(CN,{htmlFor:`oauth-name`,children:e(`oauth.applications.form.name`)}),(0,M.jsx)(Hx,{id:`oauth-name`,value:i,onChange:e=>a(e.target.value),placeholder:e(`oauth.applications.form.namePlaceholder`),disabled:r})]}),(0,M.jsxs)(`div`,{className:`space-y-2`,children:[(0,M.jsx)(CN,{htmlFor:`oauth-redirect`,children:e(`oauth.applications.form.redirectUris`)}),(0,M.jsx)(MI,{id:`oauth-redirect`,value:o,onChange:e=>s(e.target.value),placeholder:e(`oauth.applications.form.redirectPlaceholder`),rows:3,disabled:r}),(0,M.jsx)(`p`,{className:`text-xs text-muted-foreground`,children:e(`oauth.applications.form.redirectHint`)})]}),(0,M.jsxs)(`div`,{className:`space-y-2`,children:[(0,M.jsx)(CN,{children:e(`oauth.applications.form.authMethod`)}),(0,M.jsxs)(xI,{value:c,onValueChange:e=>l(e),disabled:r,children:[(0,M.jsx)(CI,{children:(0,M.jsx)(SI,{})}),(0,M.jsxs)(EI,{children:[(0,M.jsx)(OI,{value:`client_secret_basic`,children:e(`oauth.applications.form.authMethodBasic`)}),(0,M.jsx)(OI,{value:`client_secret_post`,children:e(`oauth.applications.form.authMethodPost`)}),(0,M.jsx)(OI,{value:`none`,children:e(`oauth.applications.form.authMethodNone`)})]})]})]}),(0,M.jsxs)(`div`,{className:`space-y-2`,children:[(0,M.jsx)(CN,{htmlFor:`oauth-client-uri`,children:e(`oauth.applications.form.clientUri`)}),(0,M.jsx)(Hx,{id:`oauth-client-uri`,value:u,onChange:e=>d(e.target.value),placeholder:e(`oauth.applications.form.clientUriPlaceholder`),disabled:r})]}),(0,M.jsxs)(`div`,{className:`space-y-2`,children:[(0,M.jsx)(CN,{htmlFor:`oauth-logo`,children:e(`oauth.applications.form.logoUri`)}),(0,M.jsx)(Hx,{id:`oauth-logo`,value:f,onChange:e=>p(e.target.value),placeholder:e(`oauth.applications.form.logoUriPlaceholder`),disabled:r}),(0,M.jsx)(`p`,{className:`text-xs text-muted-foreground`,children:e(`oauth.applications.form.logoHint`)})]})]})]}),(0,M.jsxs)(`div`,{className:`flex justify-end gap-2`,children:[(0,M.jsx)(Q,{variant:`ghost`,onClick:()=>t({to:`/account/oauth-applications`}),disabled:r,children:e(`common.cancel`)}),(0,M.jsx)(Q,{onClick:g,disabled:r,children:e(r?`oauth.applications.form.registering`:`oauth.applications.register`)})]})]})}var zI=la(`/account/oauth-applications/$clientId`)({component:BI});function BI(){let{t:e}=vt(),{clientId:t}=zI.useParams(),n=Hi(),{applications:r,loading:i,reload:a}=rP(),{remove:o,deleting:s}=aP(),c=zg(),l=r.find(e=>e.client_id===t),[u,d]=(0,j.useState)(null);(0,j.useEffect)(()=>{let e=!1;if(!l&&c?.oauth?.applications?.get)return c.oauth.applications.get(t).then(t=>{e||d(t?.data??t)},()=>{}),()=>{e=!0}},[c,t,l]);let f=l??u,[p,m]=(0,j.useState)(!1),h=(t,n)=>{navigator.clipboard.writeText(t).then(()=>q({title:e(`oauth.applications.copied`,{label:n})}),()=>q({title:e(`oauth.applications.copyFailed`,{label:n}),variant:`destructive`}))},g=async()=>{if(f)try{await o(f.client_id),q({title:e(`oauth.applications.deleted`)}),await a(),n({to:`/account/oauth-applications`})}catch(t){q({title:e(`oauth.applications.deleteFailed`),description:t.message,variant:`destructive`})}};if(i&&!f)return(0,M.jsx)(`div`,{className:`p-8 text-center text-sm text-muted-foreground`,children:e(`common.loading`)});if(!f)return(0,M.jsxs)(`div`,{className:`space-y-4`,children:[(0,M.jsx)(`h1`,{className:`text-2xl font-semibold`,children:e(`oauth.applications.notFoundTitle`)}),(0,M.jsx)(`p`,{className:`text-sm text-muted-foreground`,children:e(`oauth.applications.notFoundDescription`)}),(0,M.jsx)(Q,{onClick:()=>n({to:`/account/oauth-applications`}),children:e(`oauth.applications.backToList`)})]});let _=typeof f.redirect_urls==`string`?f.redirect_urls.split(/\r?\n|,/).map(e=>e.trim()).filter(Boolean):Array.isArray(f.redirect_urls)?f.redirect_urls:[];return(0,M.jsxs)(`div`,{className:`space-y-6`,children:[(0,M.jsxs)(`div`,{className:`flex items-center justify-between gap-4`,children:[(0,M.jsxs)(`div`,{children:[(0,M.jsx)(`h1`,{className:`text-2xl font-semibold`,children:f.name}),(0,M.jsx)(`p`,{className:`font-mono text-xs text-muted-foreground`,children:f.client_id})]}),(0,M.jsxs)(`div`,{className:`flex items-center gap-2`,children:[f.type&&(0,M.jsx)(GN,{variant:`outline`,className:`capitalize`,children:f.type}),f.disabled&&(0,M.jsx)(GN,{variant:`destructive`,children:e(`oauth.applications.disabled`)})]})]}),(0,M.jsxs)($,{children:[(0,M.jsxs)(lN,{children:[(0,M.jsx)(uN,{children:e(`oauth.applications.credentials`)}),(0,M.jsx)(dN,{children:e(`oauth.applications.credentialsDescriptionDetail`)})]}),(0,M.jsxs)(fN,{className:`space-y-4`,children:[(0,M.jsxs)(`div`,{className:`space-y-1`,children:[(0,M.jsx)(CN,{children:e(`oauth.applications.clientId`)}),(0,M.jsxs)(`div`,{className:`flex items-center gap-2`,children:[(0,M.jsx)(`code`,{className:`flex-1 rounded-md border bg-muted px-3 py-2 font-mono text-xs`,children:f.client_id}),(0,M.jsx)(Q,{size:`icon`,variant:`outline`,onClick:()=>h(f.client_id,e(`oauth.applications.clientId`)),children:(0,M.jsx)(my,{className:`h-4 w-4`})})]})]}),(0,M.jsxs)(`div`,{className:`space-y-1`,children:[(0,M.jsx)(CN,{children:e(`oauth.applications.redirectUris`)}),_.length===0?(0,M.jsx)(`p`,{className:`text-sm text-muted-foreground`,children:e(`oauth.applications.noRedirectUris`)}):(0,M.jsx)(`ul`,{className:`space-y-1`,children:_.map((e,t)=>(0,M.jsx)(`li`,{className:`rounded-md border bg-muted px-3 py-2 font-mono text-xs`,children:e},t))})]})]})]}),(0,M.jsxs)($,{className:`border-destructive/40`,children:[(0,M.jsxs)(lN,{children:[(0,M.jsx)(uN,{className:`text-base text-destructive`,children:e(`oauth.applications.dangerTitle`)}),(0,M.jsx)(dN,{children:e(`oauth.applications.dangerDescription`)})]}),(0,M.jsx)(fN,{children:(0,M.jsxs)(Q,{variant:`destructive`,size:`sm`,onClick:()=>m(!0),disabled:s,children:[(0,M.jsx)(Ry,{className:`mr-2 h-4 w-4`}),e(`oauth.applications.delete`)]})})]}),(0,M.jsx)(xP,{open:p,onOpenChange:m,children:(0,M.jsxs)(wP,{children:[(0,M.jsxs)(TP,{children:[(0,M.jsx)(DP,{className:`text-destructive`,children:e(`oauth.applications.deleteDialogTitle`)}),(0,M.jsx)(OP,{children:e(`oauth.applications.deleteDialogDescription`,{name:f.name})})]}),(0,M.jsxs)(EP,{children:[(0,M.jsx)(Q,{variant:`outline`,onClick:()=>m(!1),disabled:s,children:e(`common.cancel`)}),(0,M.jsx)(Q,{variant:`destructive`,onClick:g,disabled:s,children:e(s?`oauth.applications.deleting`:`common.delete`)})]})]})})]})}var VI=_N.update({id:`/verify-email`,path:`/verify-email`,getParentRoute:()=>cN}),HI=wN.update({id:`/setup`,path:`/setup`,getParentRoute:()=>cN}),UI=DN.update({id:`/reset-password`,path:`/reset-password`,getParentRoute:()=>cN}),WI=AN.update({id:`/register`,path:`/register`,getParentRoute:()=>cN}),GI=PN.update({id:`/login`,path:`/login`,getParentRoute:()=>cN}),KI=RN.update({id:`/forgot-password`,path:`/forgot-password`,getParentRoute:()=>cN}),qI=BN.update({id:`/account`,path:`/account`,getParentRoute:()=>cN}),JI=HN.update({id:`/`,path:`/`,getParentRoute:()=>cN}),YI=qN.update({id:`/organizations/`,path:`/organizations/`,getParentRoute:()=>cN}),XI=YN.update({id:`/`,path:`/`,getParentRoute:()=>qI}),ZI=QN.update({id:`/organizations/new`,path:`/organizations/new`,getParentRoute:()=>cN}),QI=tP.update({id:`/organizations/$orgId`,path:`/organizations/$orgId`,getParentRoute:()=>cN}),$I=sP.update({id:`/oauth/consent`,path:`/oauth/consent`,getParentRoute:()=>cN}),eL=uP.update({id:`/auth/device`,path:`/auth/device`,getParentRoute:()=>cN}),tL=pP.update({id:`/two-factor`,path:`/two-factor`,getParentRoute:()=>qI}),nL=vP.update({id:`/sessions`,path:`/sessions`,getParentRoute:()=>qI}),rL=kP.update({id:`/security`,path:`/security`,getParentRoute:()=>qI}),iL=jP.update({id:`/profile`,path:`/profile`,getParentRoute:()=>qI}),aL=NP.update({id:`/linked-accounts`,path:`/linked-accounts`,getParentRoute:()=>qI}),oL=zP.update({id:`/invitations`,path:`/invitations`,getParentRoute:()=>qI}),sL=VP.update({id:`/accept-invitation/$invitationId`,path:`/accept-invitation/$invitationId`,getParentRoute:()=>cN}),cL=UP.update({id:`/`,path:`/`,getParentRoute:()=>QI}),lL=WP.update({id:`/oauth-applications/`,path:`/oauth-applications/`,getParentRoute:()=>qI}),uL=AI.update({id:`/teams`,path:`/teams`,getParentRoute:()=>QI}),dL=NI.update({id:`/members`,path:`/members`,getParentRoute:()=>QI}),fL=FI.update({id:`/general`,path:`/general`,getParentRoute:()=>QI}),pL=LI.update({id:`/oauth-applications/new`,path:`/oauth-applications/new`,getParentRoute:()=>qI}),mL={AccountInvitationsRoute:oL,AccountLinkedAccountsRoute:aL,AccountProfileRoute:iL,AccountSecurityRoute:rL,AccountSessionsRoute:nL,AccountTwoFactorRoute:tL,AccountIndexRoute:XI,AccountOauthApplicationsClientIdRoute:zI.update({id:`/oauth-applications/$clientId`,path:`/oauth-applications/$clientId`,getParentRoute:()=>qI}),AccountOauthApplicationsNewRoute:pL,AccountOauthApplicationsIndexRoute:lL},hL=qI._addFileChildren(mL),gL={OrganizationsOrgIdGeneralRoute:fL,OrganizationsOrgIdMembersRoute:dL,OrganizationsOrgIdTeamsRoute:uL,OrganizationsOrgIdIndexRoute:cL},_L={IndexRoute:JI,AccountRoute:hL,ForgotPasswordRoute:KI,LoginRoute:GI,RegisterRoute:WI,ResetPasswordRoute:UI,SetupRoute:HI,VerifyEmailRoute:VI,AcceptInvitationInvitationIdRoute:sL,AuthDeviceRoute:eL,OauthConsentRoute:$I,OrganizationsOrgIdRoute:QI._addFileChildren(gL),OrganizationsNewRoute:ZI,OrganizationsIndexRoute:YI},vL=cN._addFileChildren(_L)._addFileTypes();function yL(){let e=`/_account/`;return e.endsWith(`/`)?e.slice(0,-1):e}var bL=wa({routeTree:vL,basepath:yL()});function xL(){return(0,M.jsx)(Da,{router:bL})}var SL=typeof localStorage<`u`&&localStorage.getItem(`account.lang`)||typeof navigator<`u`&&navigator.language||`en`;function CL({children:e}){let{i18n:t,language:n}=yt(),[r,i]=j.useReducer(e=>e+1,0),[a,o]=j.useState(!1);return j.useEffect(()=>{let e=()=>i();t.on(`loaded`,e),t.on(`languageChanged`,e);let n=window.setTimeout(()=>o(!0),1500);return()=>{t.off(`loaded`,e),t.off(`languageChanged`,e),window.clearTimeout(n)}},[t]),a||t.isInitialized&&t.hasResourceBundle?.(n,`translation`)?(0,M.jsx)(M.Fragment,{children:e}):null}qf.createRoot(document.getElementById(`root`)).render((0,M.jsx)(j.StrictMode,{children:(0,M.jsx)(_t,{config:{defaultLanguage:SL,fallbackLanguage:`en`},loadLanguage:sM,children:(0,M.jsx)(CL,{children:(0,M.jsx)(xL,{})})})}));
|
|
117
|
+
For more information, see https://radix-ui.com/primitives/docs/components/${t.docsSlug}`;return j.useEffect(()=>{e&&(document.getElementById(e)||console.error(n))},[n,e]),null},Cw=`DialogDescriptionWarning`,ww=({contentRef:e,descriptionId:t})=>{let n=`Warning: Missing \`Description\` or \`aria-describedby={undefined}\` for {${xw(Cw).contentName}}.`;return j.useEffect(()=>{let r=e.current?.getAttribute(`aria-describedby`);t&&r&&(document.getElementById(t)||console.warn(n))},[n,e,t]),null},Tw=XC,Ew=nw,Dw=iw,Ow=cw,kw=pw,Aw=hw,jw=_w,Mw=Tw,Nw=Ew,Pw=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(Dw,{className:Z(`fixed inset-0 z-50 bg-black/80 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0`,e),...t,ref:n}));Pw.displayName=Dw.displayName;var Fw=$v(`fixed z-50 gap-4 bg-background p-6 shadow-lg transition ease-in-out data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:duration-300 data-[state=open]:duration-500`,{variants:{side:{top:`inset-x-0 top-0 border-b data-[state=closed]:slide-out-to-top data-[state=open]:slide-in-from-top`,bottom:`inset-x-0 bottom-0 border-t data-[state=closed]:slide-out-to-bottom data-[state=open]:slide-in-from-bottom`,left:`inset-y-0 left-0 h-full w-3/4 border-r data-[state=closed]:slide-out-to-left data-[state=open]:slide-in-from-left sm:max-w-sm`,right:`inset-y-0 right-0 h-full w-3/4 border-l data-[state=closed]:slide-out-to-right data-[state=open]:slide-in-from-right sm:max-w-sm`}},defaultVariants:{side:`right`}}),Iw=j.forwardRef(({side:e=`right`,className:t,children:n,...r},i)=>(0,M.jsxs)(Nw,{children:[(0,M.jsx)(Pw,{}),(0,M.jsxs)(Ow,{ref:i,className:Z(Fw({side:e}),t),...r,children:[n,(0,M.jsxs)(jw,{className:`absolute right-4 top-4 rounded-sm opacity-70 ring-offset-background transition-opacity hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none data-[state=open]:bg-secondary`,children:[(0,M.jsx)(eb,{className:`h-4 w-4`}),(0,M.jsx)(`span`,{className:`sr-only`,children:`Close`})]})]})]}));Iw.displayName=Ow.displayName;var Lw=({className:e,...t})=>(0,M.jsx)(`div`,{className:Z(`flex flex-col space-y-2 text-center sm:text-left`,e),...t});Lw.displayName=`SheetHeader`;var Rw=({className:e,...t})=>(0,M.jsx)(`div`,{className:Z(`flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2`,e),...t});Rw.displayName=`SheetFooter`;var zw=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(kw,{ref:n,className:Z(`text-lg font-semibold text-foreground`,e),...t}));zw.displayName=kw.displayName;var Bw=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(Aw,{ref:n,className:Z(`text-sm text-muted-foreground`,e),...t}));Bw.displayName=Aw.displayName;function Vw({className:e,...t}){return(0,M.jsx)(`div`,{className:Z(`bg-muted animate-pulse rounded-md`,e),...t})}var Hw=[`top`,`right`,`bottom`,`left`],Uw=Math.min,Ww=Math.max,Gw=Math.round,Kw=Math.floor,qw=e=>({x:e,y:e}),Jw={left:`right`,right:`left`,bottom:`top`,top:`bottom`};function Yw(e,t,n){return Ww(e,Uw(t,n))}function Xw(e,t){return typeof e==`function`?e(t):e}function Zw(e){return e.split(`-`)[0]}function Qw(e){return e.split(`-`)[1]}function $w(e){return e===`x`?`y`:`x`}function eT(e){return e===`y`?`height`:`width`}function tT(e){let t=e[0];return t===`t`||t===`b`?`y`:`x`}function nT(e){return $w(tT(e))}function rT(e,t,n){n===void 0&&(n=!1);let r=Qw(e),i=nT(e),a=eT(i),o=i===`x`?r===(n?`end`:`start`)?`right`:`left`:r===`start`?`bottom`:`top`;return t.reference[a]>t.floating[a]&&(o=fT(o)),[o,fT(o)]}function iT(e){let t=fT(e);return[aT(e),t,aT(t)]}function aT(e){return e.includes(`start`)?e.replace(`start`,`end`):e.replace(`end`,`start`)}var oT=[`left`,`right`],sT=[`right`,`left`],cT=[`top`,`bottom`],lT=[`bottom`,`top`];function uT(e,t,n){switch(e){case`top`:case`bottom`:return n?t?sT:oT:t?oT:sT;case`left`:case`right`:return t?cT:lT;default:return[]}}function dT(e,t,n,r){let i=Qw(e),a=uT(Zw(e),n===`start`,r);return i&&(a=a.map(e=>e+`-`+i),t&&(a=a.concat(a.map(aT)))),a}function fT(e){let t=Zw(e);return Jw[t]+e.slice(t.length)}function pT(e){return{top:0,right:0,bottom:0,left:0,...e}}function mT(e){return typeof e==`number`?{top:e,right:e,bottom:e,left:e}:pT(e)}function hT(e){let{x:t,y:n,width:r,height:i}=e;return{width:r,height:i,top:n,left:t,right:t+r,bottom:n+i,x:t,y:n}}function gT(e,t,n){let{reference:r,floating:i}=e,a=tT(t),o=nT(t),s=eT(o),c=Zw(t),l=a===`y`,u=r.x+r.width/2-i.width/2,d=r.y+r.height/2-i.height/2,f=r[s]/2-i[s]/2,p;switch(c){case`top`:p={x:u,y:r.y-i.height};break;case`bottom`:p={x:u,y:r.y+r.height};break;case`right`:p={x:r.x+r.width,y:d};break;case`left`:p={x:r.x-i.width,y:d};break;default:p={x:r.x,y:r.y}}switch(Qw(t)){case`start`:p[o]-=f*(n&&l?-1:1);break;case`end`:p[o]+=f*(n&&l?-1:1);break}return p}async function _T(e,t){t===void 0&&(t={});let{x:n,y:r,platform:i,rects:a,elements:o,strategy:s}=e,{boundary:c=`clippingAncestors`,rootBoundary:l=`viewport`,elementContext:u=`floating`,altBoundary:d=!1,padding:f=0}=Xw(t,e),p=mT(f),m=o[d?u===`floating`?`reference`:`floating`:u],h=hT(await i.getClippingRect({element:await(i.isElement==null?void 0:i.isElement(m))??!0?m:m.contextElement||await(i.getDocumentElement==null?void 0:i.getDocumentElement(o.floating)),boundary:c,rootBoundary:l,strategy:s})),g=u===`floating`?{x:n,y:r,width:a.floating.width,height:a.floating.height}:a.reference,_=await(i.getOffsetParent==null?void 0:i.getOffsetParent(o.floating)),v=await(i.isElement==null?void 0:i.isElement(_))&&await(i.getScale==null?void 0:i.getScale(_))||{x:1,y:1},y=hT(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({elements:o,rect:g,offsetParent:_,strategy:s}):g);return{top:(h.top-y.top+p.top)/v.y,bottom:(y.bottom-h.bottom+p.bottom)/v.y,left:(h.left-y.left+p.left)/v.x,right:(y.right-h.right+p.right)/v.x}}var vT=50,yT=async(e,t,n)=>{let{placement:r=`bottom`,strategy:i=`absolute`,middleware:a=[],platform:o}=n,s=o.detectOverflow?o:{...o,detectOverflow:_T},c=await(o.isRTL==null?void 0:o.isRTL(t)),l=await o.getElementRects({reference:e,floating:t,strategy:i}),{x:u,y:d}=gT(l,r,c),f=r,p=0,m={};for(let n=0;n<a.length;n++){let h=a[n];if(!h)continue;let{name:g,fn:_}=h,{x:v,y,data:b,reset:x}=await _({x:u,y:d,initialPlacement:r,placement:f,strategy:i,middlewareData:m,rects:l,platform:s,elements:{reference:e,floating:t}});u=v??u,d=y??d,m[g]={...m[g],...b},x&&p<vT&&(p++,typeof x==`object`&&(x.placement&&(f=x.placement),x.rects&&(l=x.rects===!0?await o.getElementRects({reference:e,floating:t,strategy:i}):x.rects),{x:u,y:d}=gT(l,f,c)),n=-1)}return{x:u,y:d,placement:f,strategy:i,middlewareData:m}},bT=e=>({name:`arrow`,options:e,async fn(t){let{x:n,y:r,placement:i,rects:a,platform:o,elements:s,middlewareData:c}=t,{element:l,padding:u=0}=Xw(e,t)||{};if(l==null)return{};let d=mT(u),f={x:n,y:r},p=nT(i),m=eT(p),h=await o.getDimensions(l),g=p===`y`,_=g?`top`:`left`,v=g?`bottom`:`right`,y=g?`clientHeight`:`clientWidth`,b=a.reference[m]+a.reference[p]-f[p]-a.floating[m],x=f[p]-a.reference[p],S=await(o.getOffsetParent==null?void 0:o.getOffsetParent(l)),C=S?S[y]:0;(!C||!await(o.isElement==null?void 0:o.isElement(S)))&&(C=s.floating[y]||a.floating[m]);let w=b/2-x/2,T=C/2-h[m]/2-1,E=Uw(d[_],T),D=Uw(d[v],T),O=E,ee=C-h[m]-D,te=C/2-h[m]/2+w,ne=Yw(O,te,ee),re=!c.arrow&&Qw(i)!=null&&te!==ne&&a.reference[m]/2-(te<O?E:D)-h[m]/2<0,ie=re?te<O?te-O:te-ee:0;return{[p]:f[p]+ie,data:{[p]:ne,centerOffset:te-ne-ie,...re&&{alignmentOffset:ie}},reset:re}}}),xT=function(e){return e===void 0&&(e={}),{name:`flip`,options:e,async fn(t){var n;let{placement:r,middlewareData:i,rects:a,initialPlacement:o,platform:s,elements:c}=t,{mainAxis:l=!0,crossAxis:u=!0,fallbackPlacements:d,fallbackStrategy:f=`bestFit`,fallbackAxisSideDirection:p=`none`,flipAlignment:m=!0,...h}=Xw(e,t);if((n=i.arrow)!=null&&n.alignmentOffset)return{};let g=Zw(r),_=tT(o),v=Zw(o)===o,y=await(s.isRTL==null?void 0:s.isRTL(c.floating)),b=d||(v||!m?[fT(o)]:iT(o)),x=p!==`none`;!d&&x&&b.push(...dT(o,m,p,y));let S=[o,...b],C=await s.detectOverflow(t,h),w=[],T=i.flip?.overflows||[];if(l&&w.push(C[g]),u){let e=rT(r,a,y);w.push(C[e[0]],C[e[1]])}if(T=[...T,{placement:r,overflows:w}],!w.every(e=>e<=0)){let e=(i.flip?.index||0)+1,t=S[e];if(t&&(!(u===`alignment`&&_!==tT(t))||T.every(e=>tT(e.placement)===_?e.overflows[0]>0:!0)))return{data:{index:e,overflows:T},reset:{placement:t}};let n=T.filter(e=>e.overflows[0]<=0).sort((e,t)=>e.overflows[1]-t.overflows[1])[0]?.placement;if(!n)switch(f){case`bestFit`:{let e=T.filter(e=>{if(x){let t=tT(e.placement);return t===_||t===`y`}return!0}).map(e=>[e.placement,e.overflows.filter(e=>e>0).reduce((e,t)=>e+t,0)]).sort((e,t)=>e[1]-t[1])[0]?.[0];e&&(n=e);break}case`initialPlacement`:n=o;break}if(r!==n)return{reset:{placement:n}}}return{}}}};function ST(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function CT(e){return Hw.some(t=>e[t]>=0)}var wT=function(e){return e===void 0&&(e={}),{name:`hide`,options:e,async fn(t){let{rects:n,platform:r}=t,{strategy:i=`referenceHidden`,...a}=Xw(e,t);switch(i){case`referenceHidden`:{let e=ST(await r.detectOverflow(t,{...a,elementContext:`reference`}),n.reference);return{data:{referenceHiddenOffsets:e,referenceHidden:CT(e)}}}case`escaped`:{let e=ST(await r.detectOverflow(t,{...a,altBoundary:!0}),n.floating);return{data:{escapedOffsets:e,escaped:CT(e)}}}default:return{}}}}},TT=new Set([`left`,`top`]);async function ET(e,t){let{placement:n,platform:r,elements:i}=e,a=await(r.isRTL==null?void 0:r.isRTL(i.floating)),o=Zw(n),s=Qw(n),c=tT(n)===`y`,l=TT.has(o)?-1:1,u=a&&c?-1:1,d=Xw(t,e),{mainAxis:f,crossAxis:p,alignmentAxis:m}=typeof d==`number`?{mainAxis:d,crossAxis:0,alignmentAxis:null}:{mainAxis:d.mainAxis||0,crossAxis:d.crossAxis||0,alignmentAxis:d.alignmentAxis};return s&&typeof m==`number`&&(p=s===`end`?m*-1:m),c?{x:p*u,y:f*l}:{x:f*l,y:p*u}}var DT=function(e){return e===void 0&&(e=0),{name:`offset`,options:e,async fn(t){var n;let{x:r,y:i,placement:a,middlewareData:o}=t,s=await ET(t,e);return a===o.offset?.placement&&(n=o.arrow)!=null&&n.alignmentOffset?{}:{x:r+s.x,y:i+s.y,data:{...s,placement:a}}}}},OT=function(e){return e===void 0&&(e={}),{name:`shift`,options:e,async fn(t){let{x:n,y:r,placement:i,platform:a}=t,{mainAxis:o=!0,crossAxis:s=!1,limiter:c={fn:e=>{let{x:t,y:n}=e;return{x:t,y:n}}},...l}=Xw(e,t),u={x:n,y:r},d=await a.detectOverflow(t,l),f=tT(Zw(i)),p=$w(f),m=u[p],h=u[f];if(o){let e=p===`y`?`top`:`left`,t=p===`y`?`bottom`:`right`,n=m+d[e],r=m-d[t];m=Yw(n,m,r)}if(s){let e=f===`y`?`top`:`left`,t=f===`y`?`bottom`:`right`,n=h+d[e],r=h-d[t];h=Yw(n,h,r)}let g=c.fn({...t,[p]:m,[f]:h});return{...g,data:{x:g.x-n,y:g.y-r,enabled:{[p]:o,[f]:s}}}}}},kT=function(e){return e===void 0&&(e={}),{options:e,fn(t){let{x:n,y:r,placement:i,rects:a,middlewareData:o}=t,{offset:s=0,mainAxis:c=!0,crossAxis:l=!0}=Xw(e,t),u={x:n,y:r},d=tT(i),f=$w(d),p=u[f],m=u[d],h=Xw(s,t),g=typeof h==`number`?{mainAxis:h,crossAxis:0}:{mainAxis:0,crossAxis:0,...h};if(c){let e=f===`y`?`height`:`width`,t=a.reference[f]-a.floating[e]+g.mainAxis,n=a.reference[f]+a.reference[e]-g.mainAxis;p<t?p=t:p>n&&(p=n)}if(l){let e=f===`y`?`width`:`height`,t=TT.has(Zw(i)),n=a.reference[d]-a.floating[e]+(t&&o.offset?.[d]||0)+(t?0:g.crossAxis),r=a.reference[d]+a.reference[e]+(t?0:o.offset?.[d]||0)-(t?g.crossAxis:0);m<n?m=n:m>r&&(m=r)}return{[f]:p,[d]:m}}}},AT=function(e){return e===void 0&&(e={}),{name:`size`,options:e,async fn(t){var n,r;let{placement:i,rects:a,platform:o,elements:s}=t,{apply:c=()=>{},...l}=Xw(e,t),u=await o.detectOverflow(t,l),d=Zw(i),f=Qw(i),p=tT(i)===`y`,{width:m,height:h}=a.floating,g,_;d===`top`||d===`bottom`?(g=d,_=f===(await(o.isRTL==null?void 0:o.isRTL(s.floating))?`start`:`end`)?`left`:`right`):(_=d,g=f===`end`?`top`:`bottom`);let v=h-u.top-u.bottom,y=m-u.left-u.right,b=Uw(h-u[g],v),x=Uw(m-u[_],y),S=!t.middlewareData.shift,C=b,w=x;if((n=t.middlewareData.shift)!=null&&n.enabled.x&&(w=y),(r=t.middlewareData.shift)!=null&&r.enabled.y&&(C=v),S&&!f){let e=Ww(u.left,0),t=Ww(u.right,0),n=Ww(u.top,0),r=Ww(u.bottom,0);p?w=m-2*(e!==0||t!==0?e+t:Ww(u.left,u.right)):C=h-2*(n!==0||r!==0?n+r:Ww(u.top,u.bottom))}await c({...t,availableWidth:w,availableHeight:C});let T=await o.getDimensions(s.floating);return m!==T.width||h!==T.height?{reset:{rects:!0}}:{}}}};function jT(){return typeof window<`u`}function MT(e){return FT(e)?(e.nodeName||``).toLowerCase():`#document`}function NT(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function PT(e){return((FT(e)?e.ownerDocument:e.document)||window.document)?.documentElement}function FT(e){return jT()?e instanceof Node||e instanceof NT(e).Node:!1}function IT(e){return jT()?e instanceof Element||e instanceof NT(e).Element:!1}function LT(e){return jT()?e instanceof HTMLElement||e instanceof NT(e).HTMLElement:!1}function RT(e){return!jT()||typeof ShadowRoot>`u`?!1:e instanceof ShadowRoot||e instanceof NT(e).ShadowRoot}function zT(e){let{overflow:t,overflowX:n,overflowY:r,display:i}=XT(e);return/auto|scroll|overlay|hidden|clip/.test(t+r+n)&&i!==`inline`&&i!==`contents`}function BT(e){return/^(table|td|th)$/.test(MT(e))}function VT(e){try{if(e.matches(`:popover-open`))return!0}catch{}try{return e.matches(`:modal`)}catch{return!1}}var HT=/transform|translate|scale|rotate|perspective|filter/,UT=/paint|layout|strict|content/,WT=e=>!!e&&e!==`none`,GT;function KT(e){let t=IT(e)?XT(e):e;return WT(t.transform)||WT(t.translate)||WT(t.scale)||WT(t.rotate)||WT(t.perspective)||!JT()&&(WT(t.backdropFilter)||WT(t.filter))||HT.test(t.willChange||``)||UT.test(t.contain||``)}function qT(e){let t=QT(e);for(;LT(t)&&!YT(t);){if(KT(t))return t;if(VT(t))return null;t=QT(t)}return null}function JT(){return GT??=typeof CSS<`u`&&CSS.supports&&CSS.supports(`-webkit-backdrop-filter`,`none`),GT}function YT(e){return/^(html|body|#document)$/.test(MT(e))}function XT(e){return NT(e).getComputedStyle(e)}function ZT(e){return IT(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function QT(e){if(MT(e)===`html`)return e;let t=e.assignedSlot||e.parentNode||RT(e)&&e.host||PT(e);return RT(t)?t.host:t}function $T(e){let t=QT(e);return YT(t)?e.ownerDocument?e.ownerDocument.body:e.body:LT(t)&&zT(t)?t:$T(t)}function eE(e,t,n){t===void 0&&(t=[]),n===void 0&&(n=!0);let r=$T(e),i=r===e.ownerDocument?.body,a=NT(r);if(i){let e=tE(a);return t.concat(a,a.visualViewport||[],zT(r)?r:[],e&&n?eE(e):[])}else return t.concat(r,eE(r,[],n))}function tE(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function nE(e){let t=XT(e),n=parseFloat(t.width)||0,r=parseFloat(t.height)||0,i=LT(e),a=i?e.offsetWidth:n,o=i?e.offsetHeight:r,s=Gw(n)!==a||Gw(r)!==o;return s&&(n=a,r=o),{width:n,height:r,$:s}}function rE(e){return IT(e)?e:e.contextElement}function iE(e){let t=rE(e);if(!LT(t))return qw(1);let n=t.getBoundingClientRect(),{width:r,height:i,$:a}=nE(t),o=(a?Gw(n.width):n.width)/r,s=(a?Gw(n.height):n.height)/i;return(!o||!Number.isFinite(o))&&(o=1),(!s||!Number.isFinite(s))&&(s=1),{x:o,y:s}}var aE=qw(0);function oE(e){let t=NT(e);return!JT()||!t.visualViewport?aE:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function sE(e,t,n){return t===void 0&&(t=!1),!n||t&&n!==NT(e)?!1:t}function cE(e,t,n,r){t===void 0&&(t=!1),n===void 0&&(n=!1);let i=e.getBoundingClientRect(),a=rE(e),o=qw(1);t&&(r?IT(r)&&(o=iE(r)):o=iE(e));let s=sE(a,n,r)?oE(a):qw(0),c=(i.left+s.x)/o.x,l=(i.top+s.y)/o.y,u=i.width/o.x,d=i.height/o.y;if(a){let e=NT(a),t=r&&IT(r)?NT(r):r,n=e,i=tE(n);for(;i&&r&&t!==n;){let e=iE(i),t=i.getBoundingClientRect(),r=XT(i),a=t.left+(i.clientLeft+parseFloat(r.paddingLeft))*e.x,o=t.top+(i.clientTop+parseFloat(r.paddingTop))*e.y;c*=e.x,l*=e.y,u*=e.x,d*=e.y,c+=a,l+=o,n=NT(i),i=tE(n)}}return hT({width:u,height:d,x:c,y:l})}function lE(e,t){let n=ZT(e).scrollLeft;return t?t.left+n:cE(PT(e)).left+n}function uE(e,t){let n=e.getBoundingClientRect();return{x:n.left+t.scrollLeft-lE(e,n),y:n.top+t.scrollTop}}function dE(e){let{elements:t,rect:n,offsetParent:r,strategy:i}=e,a=i===`fixed`,o=PT(r),s=t?VT(t.floating):!1;if(r===o||s&&a)return n;let c={scrollLeft:0,scrollTop:0},l=qw(1),u=qw(0),d=LT(r);if((d||!d&&!a)&&((MT(r)!==`body`||zT(o))&&(c=ZT(r)),d)){let e=cE(r);l=iE(r),u.x=e.x+r.clientLeft,u.y=e.y+r.clientTop}let f=o&&!d&&!a?uE(o,c):qw(0);return{width:n.width*l.x,height:n.height*l.y,x:n.x*l.x-c.scrollLeft*l.x+u.x+f.x,y:n.y*l.y-c.scrollTop*l.y+u.y+f.y}}function fE(e){return Array.from(e.getClientRects())}function pE(e){let t=PT(e),n=ZT(e),r=e.ownerDocument.body,i=Ww(t.scrollWidth,t.clientWidth,r.scrollWidth,r.clientWidth),a=Ww(t.scrollHeight,t.clientHeight,r.scrollHeight,r.clientHeight),o=-n.scrollLeft+lE(e),s=-n.scrollTop;return XT(r).direction===`rtl`&&(o+=Ww(t.clientWidth,r.clientWidth)-i),{width:i,height:a,x:o,y:s}}var mE=25;function hE(e,t){let n=NT(e),r=PT(e),i=n.visualViewport,a=r.clientWidth,o=r.clientHeight,s=0,c=0;if(i){a=i.width,o=i.height;let e=JT();(!e||e&&t===`fixed`)&&(s=i.offsetLeft,c=i.offsetTop)}let l=lE(r);if(l<=0){let e=r.ownerDocument,t=e.body,n=getComputedStyle(t),i=e.compatMode===`CSS1Compat`&&parseFloat(n.marginLeft)+parseFloat(n.marginRight)||0,o=Math.abs(r.clientWidth-t.clientWidth-i);o<=mE&&(a-=o)}else l<=mE&&(a+=l);return{width:a,height:o,x:s,y:c}}function gE(e,t){let n=cE(e,!0,t===`fixed`),r=n.top+e.clientTop,i=n.left+e.clientLeft,a=LT(e)?iE(e):qw(1);return{width:e.clientWidth*a.x,height:e.clientHeight*a.y,x:i*a.x,y:r*a.y}}function _E(e,t,n){let r;if(t===`viewport`)r=hE(e,n);else if(t===`document`)r=pE(PT(e));else if(IT(t))r=gE(t,n);else{let n=oE(e);r={x:t.x-n.x,y:t.y-n.y,width:t.width,height:t.height}}return hT(r)}function vE(e,t){let n=QT(e);return n===t||!IT(n)||YT(n)?!1:XT(n).position===`fixed`||vE(n,t)}function yE(e,t){let n=t.get(e);if(n)return n;let r=eE(e,[],!1).filter(e=>IT(e)&&MT(e)!==`body`),i=null,a=XT(e).position===`fixed`,o=a?QT(e):e;for(;IT(o)&&!YT(o);){let t=XT(o),n=KT(o);!n&&t.position===`fixed`&&(i=null),(a?!n&&!i:!n&&t.position===`static`&&i&&(i.position===`absolute`||i.position===`fixed`)||zT(o)&&!n&&vE(e,o))?r=r.filter(e=>e!==o):i=t,o=QT(o)}return t.set(e,r),r}function bE(e){let{element:t,boundary:n,rootBoundary:r,strategy:i}=e,a=[...n===`clippingAncestors`?VT(t)?[]:yE(t,this._c):[].concat(n),r],o=_E(t,a[0],i),s=o.top,c=o.right,l=o.bottom,u=o.left;for(let e=1;e<a.length;e++){let n=_E(t,a[e],i);s=Ww(n.top,s),c=Uw(n.right,c),l=Uw(n.bottom,l),u=Ww(n.left,u)}return{width:c-u,height:l-s,x:u,y:s}}function xE(e){let{width:t,height:n}=nE(e);return{width:t,height:n}}function SE(e,t,n){let r=LT(t),i=PT(t),a=n===`fixed`,o=cE(e,!0,a,t),s={scrollLeft:0,scrollTop:0},c=qw(0);function l(){c.x=lE(i)}if(r||!r&&!a)if((MT(t)!==`body`||zT(i))&&(s=ZT(t)),r){let e=cE(t,!0,a,t);c.x=e.x+t.clientLeft,c.y=e.y+t.clientTop}else i&&l();a&&!r&&i&&l();let u=i&&!r&&!a?uE(i,s):qw(0);return{x:o.left+s.scrollLeft-c.x-u.x,y:o.top+s.scrollTop-c.y-u.y,width:o.width,height:o.height}}function CE(e){return XT(e).position===`static`}function wE(e,t){if(!LT(e)||XT(e).position===`fixed`)return null;if(t)return t(e);let n=e.offsetParent;return PT(e)===n&&(n=n.ownerDocument.body),n}function TE(e,t){let n=NT(e);if(VT(e))return n;if(!LT(e)){let t=QT(e);for(;t&&!YT(t);){if(IT(t)&&!CE(t))return t;t=QT(t)}return n}let r=wE(e,t);for(;r&&BT(r)&&CE(r);)r=wE(r,t);return r&&YT(r)&&CE(r)&&!KT(r)?n:r||qT(e)||n}var EE=async function(e){let t=this.getOffsetParent||TE,n=this.getDimensions,r=await n(e.floating);return{reference:SE(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:r.width,height:r.height}}};function DE(e){return XT(e).direction===`rtl`}var OE={convertOffsetParentRelativeRectToViewportRelativeRect:dE,getDocumentElement:PT,getClippingRect:bE,getOffsetParent:TE,getElementRects:EE,getClientRects:fE,getDimensions:xE,getScale:iE,isElement:IT,isRTL:DE};function kE(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function AE(e,t){let n=null,r,i=PT(e);function a(){var e;clearTimeout(r),(e=n)==null||e.disconnect(),n=null}function o(s,c){s===void 0&&(s=!1),c===void 0&&(c=1),a();let l=e.getBoundingClientRect(),{left:u,top:d,width:f,height:p}=l;if(s||t(),!f||!p)return;let m=Kw(d),h=Kw(i.clientWidth-(u+f)),g=Kw(i.clientHeight-(d+p)),_=Kw(u),v={rootMargin:-m+`px `+-h+`px `+-g+`px `+-_+`px`,threshold:Ww(0,Uw(1,c))||1},y=!0;function b(t){let n=t[0].intersectionRatio;if(n!==c){if(!y)return o();n?o(!1,n):r=setTimeout(()=>{o(!1,1e-7)},1e3)}n===1&&!kE(l,e.getBoundingClientRect())&&o(),y=!1}try{n=new IntersectionObserver(b,{...v,root:i.ownerDocument})}catch{n=new IntersectionObserver(b,v)}n.observe(e)}return o(!0),a}function jE(e,t,n,r){r===void 0&&(r={});let{ancestorScroll:i=!0,ancestorResize:a=!0,elementResize:o=typeof ResizeObserver==`function`,layoutShift:s=typeof IntersectionObserver==`function`,animationFrame:c=!1}=r,l=rE(e),u=i||a?[...l?eE(l):[],...t?eE(t):[]]:[];u.forEach(e=>{i&&e.addEventListener(`scroll`,n,{passive:!0}),a&&e.addEventListener(`resize`,n)});let d=l&&s?AE(l,n):null,f=-1,p=null;o&&(p=new ResizeObserver(e=>{let[r]=e;r&&r.target===l&&p&&t&&(p.unobserve(t),cancelAnimationFrame(f),f=requestAnimationFrame(()=>{var e;(e=p)==null||e.observe(t)})),n()}),l&&!c&&p.observe(l),t&&p.observe(t));let m,h=c?cE(e):null;c&&g();function g(){let t=cE(e);h&&!kE(h,t)&&n(),h=t,m=requestAnimationFrame(g)}return n(),()=>{var e;u.forEach(e=>{i&&e.removeEventListener(`scroll`,n),a&&e.removeEventListener(`resize`,n)}),d?.(),(e=p)==null||e.disconnect(),p=null,c&&cancelAnimationFrame(m)}}var ME=DT,NE=OT,PE=xT,FE=AT,IE=wT,LE=bT,RE=kT,zE=(e,t,n)=>{let r=new Map,i={platform:OE,...n},a={...i.platform,_c:r};return yT(e,t,{...i,platform:a})},BE=typeof document<`u`?j.useLayoutEffect:function(){};function VE(e,t){if(e===t)return!0;if(typeof e!=typeof t)return!1;if(typeof e==`function`&&e.toString()===t.toString())return!0;let n,r,i;if(e&&t&&typeof e==`object`){if(Array.isArray(e)){if(n=e.length,n!==t.length)return!1;for(r=n;r--!==0;)if(!VE(e[r],t[r]))return!1;return!0}if(i=Object.keys(e),n=i.length,n!==Object.keys(t).length)return!1;for(r=n;r--!==0;)if(!{}.hasOwnProperty.call(t,i[r]))return!1;for(r=n;r--!==0;){let n=i[r];if(!(n===`_owner`&&e.$$typeof)&&!VE(e[n],t[n]))return!1}return!0}return e!==e&&t!==t}function HE(e){return typeof window>`u`?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function UE(e,t){let n=HE(e);return Math.round(t*n)/n}function WE(e){let t=j.useRef(e);return BE(()=>{t.current=e}),t}function GE(e){e===void 0&&(e={});let{placement:t=`bottom`,strategy:n=`absolute`,middleware:r=[],platform:i,elements:{reference:a,floating:o}={},transform:s=!0,whileElementsMounted:c,open:l}=e,[u,d]=j.useState({x:0,y:0,strategy:n,placement:t,middlewareData:{},isPositioned:!1}),[f,p]=j.useState(r);VE(f,r)||p(r);let[m,h]=j.useState(null),[g,_]=j.useState(null),v=j.useCallback(e=>{e!==S.current&&(S.current=e,h(e))},[]),y=j.useCallback(e=>{e!==C.current&&(C.current=e,_(e))},[]),b=a||m,x=o||g,S=j.useRef(null),C=j.useRef(null),w=j.useRef(u),T=c!=null,E=WE(c),D=WE(i),O=WE(l),ee=j.useCallback(()=>{if(!S.current||!C.current)return;let e={placement:t,strategy:n,middleware:f};D.current&&(e.platform=D.current),zE(S.current,C.current,e).then(e=>{let t={...e,isPositioned:O.current!==!1};te.current&&!VE(w.current,t)&&(w.current=t,Gi.flushSync(()=>{d(t)}))})},[f,t,n,D,O]);BE(()=>{l===!1&&w.current.isPositioned&&(w.current.isPositioned=!1,d(e=>({...e,isPositioned:!1})))},[l]);let te=j.useRef(!1);BE(()=>(te.current=!0,()=>{te.current=!1}),[]),BE(()=>{if(b&&(S.current=b),x&&(C.current=x),b&&x){if(E.current)return E.current(b,x,ee);ee()}},[b,x,ee,E,T]);let ne=j.useMemo(()=>({reference:S,floating:C,setReference:v,setFloating:y}),[v,y]),re=j.useMemo(()=>({reference:b,floating:x}),[b,x]),ie=j.useMemo(()=>{let e={position:n,left:0,top:0};if(!re.floating)return e;let t=UE(re.floating,u.x),r=UE(re.floating,u.y);return s?{...e,transform:`translate(`+t+`px, `+r+`px)`,...HE(re.floating)>=1.5&&{willChange:`transform`}}:{position:n,left:t,top:r}},[n,s,re.floating,u.x,u.y]);return j.useMemo(()=>({...u,update:ee,refs:ne,elements:re,floatingStyles:ie}),[u,ee,ne,re,ie])}var KE=e=>{function t(e){return{}.hasOwnProperty.call(e,`current`)}return{name:`arrow`,options:e,fn(n){let{element:r,padding:i}=typeof e==`function`?e(n):e;return r&&t(r)?r.current==null?{}:LE({element:r.current,padding:i}).fn(n):r?LE({element:r,padding:i}).fn(n):{}}}},qE=(e,t)=>{let n=ME(e);return{name:n.name,fn:n.fn,options:[e,t]}},JE=(e,t)=>{let n=NE(e);return{name:n.name,fn:n.fn,options:[e,t]}},YE=(e,t)=>({fn:RE(e).fn,options:[e,t]}),XE=(e,t)=>{let n=PE(e);return{name:n.name,fn:n.fn,options:[e,t]}},ZE=(e,t)=>{let n=FE(e);return{name:n.name,fn:n.fn,options:[e,t]}},QE=(e,t)=>{let n=IE(e);return{name:n.name,fn:n.fn,options:[e,t]}},$E=(e,t)=>{let n=KE(e);return{name:n.name,fn:n.fn,options:[e,t]}},eD=`Arrow`,tD=j.forwardRef((e,t)=>{let{children:n,width:r=10,height:i=5,...a}=e;return(0,M.jsx)(y_.svg,{...a,ref:t,width:r,height:i,viewBox:`0 0 30 10`,preserveAspectRatio:`none`,children:e.asChild?n:(0,M.jsx)(`polygon`,{points:`0,0 30,0 15,10`})})});tD.displayName=eD;var nD=tD;function rD(e){let[t,n]=j.useState(void 0);return R_(()=>{if(e){n({width:e.offsetWidth,height:e.offsetHeight});let t=new ResizeObserver(t=>{if(!Array.isArray(t)||!t.length)return;let r=t[0],i,a;if(`borderBoxSize`in r){let e=r.borderBoxSize,t=Array.isArray(e)?e[0]:e;i=t.inlineSize,a=t.blockSize}else i=e.offsetWidth,a=e.offsetHeight;n({width:i,height:a})});return t.observe(e,{box:`border-box`}),()=>t.unobserve(e)}else n(void 0)},[e]),t}var iD=`Popper`,[aD,oD]=l_(iD),[sD,cD]=aD(iD),lD=e=>{let{__scopePopper:t,children:n}=e,[r,i]=j.useState(null);return(0,M.jsx)(sD,{scope:t,anchor:r,onAnchorChange:i,children:n})};lD.displayName=iD;var uD=`PopperAnchor`,dD=j.forwardRef((e,t)=>{let{__scopePopper:n,virtualRef:r,...i}=e,a=cD(uD,n),o=j.useRef(null),s=s_(t,o),c=j.useRef(null);return j.useEffect(()=>{let e=c.current;c.current=r?.current||o.current,e!==c.current&&a.onAnchorChange(c.current)}),r?null:(0,M.jsx)(y_.div,{...i,ref:s})});dD.displayName=uD;var fD=`PopperContent`,[pD,mD]=aD(fD),hD=j.forwardRef((e,t)=>{let{__scopePopper:n,side:r=`bottom`,sideOffset:i=0,align:a=`center`,alignOffset:o=0,arrowPadding:s=0,avoidCollisions:c=!0,collisionBoundary:l=[],collisionPadding:u=0,sticky:d=`partial`,hideWhenDetached:f=!1,updatePositionStrategy:p=`optimized`,onPlaced:m,...h}=e,g=cD(fD,n),[_,v]=j.useState(null),y=s_(t,e=>v(e)),[b,x]=j.useState(null),S=rD(b),C=S?.width??0,w=S?.height??0,T=r+(a===`center`?``:`-`+a),E=typeof u==`number`?u:{top:0,right:0,bottom:0,left:0,...u},D=Array.isArray(l)?l:[l],O=D.length>0,ee={padding:E,boundary:D.filter(yD),altBoundary:O},{refs:te,floatingStyles:ne,placement:re,isPositioned:ie,middlewareData:ae}=GE({strategy:`fixed`,placement:T,whileElementsMounted:(...e)=>jE(...e,{animationFrame:p===`always`}),elements:{reference:g.anchor},middleware:[qE({mainAxis:i+w,alignmentAxis:o}),c&&JE({mainAxis:!0,crossAxis:!1,limiter:d===`partial`?YE():void 0,...ee}),c&&XE({...ee}),ZE({...ee,apply:({elements:e,rects:t,availableWidth:n,availableHeight:r})=>{let{width:i,height:a}=t.reference,o=e.floating.style;o.setProperty(`--radix-popper-available-width`,`${n}px`),o.setProperty(`--radix-popper-available-height`,`${r}px`),o.setProperty(`--radix-popper-anchor-width`,`${i}px`),o.setProperty(`--radix-popper-anchor-height`,`${a}px`)}}),b&&$E({element:b,padding:s}),bD({arrowWidth:C,arrowHeight:w}),f&&QE({strategy:`referenceHidden`,...ee})]}),[oe,k]=xD(re),se=x_(m);R_(()=>{ie&&se?.()},[ie,se]);let ce=ae.arrow?.x,le=ae.arrow?.y,ue=ae.arrow?.centerOffset!==0,[A,de]=j.useState();return R_(()=>{_&&de(window.getComputedStyle(_).zIndex)},[_]),(0,M.jsx)(`div`,{ref:te.setFloating,"data-radix-popper-content-wrapper":``,style:{...ne,transform:ie?ne.transform:`translate(0, -200%)`,minWidth:`max-content`,zIndex:A,"--radix-popper-transform-origin":[ae.transformOrigin?.x,ae.transformOrigin?.y].join(` `),...ae.hide?.referenceHidden&&{visibility:`hidden`,pointerEvents:`none`}},dir:e.dir,children:(0,M.jsx)(pD,{scope:n,placedSide:oe,onArrowChange:x,arrowX:ce,arrowY:le,shouldHideArrow:ue,children:(0,M.jsx)(y_.div,{"data-side":oe,"data-align":k,...h,ref:y,style:{...h.style,animation:ie?void 0:`none`}})})})});hD.displayName=fD;var gD=`PopperArrow`,_D={top:`bottom`,right:`left`,bottom:`top`,left:`right`},vD=j.forwardRef(function(e,t){let{__scopePopper:n,...r}=e,i=mD(gD,n),a=_D[i.placedSide];return(0,M.jsx)(`span`,{ref:i.onArrowChange,style:{position:`absolute`,left:i.arrowX,top:i.arrowY,[a]:0,transformOrigin:{top:``,right:`0 0`,bottom:`center 0`,left:`100% 0`}[i.placedSide],transform:{top:`translateY(100%)`,right:`translateY(50%) rotate(90deg) translateX(-50%)`,bottom:`rotate(180deg)`,left:`translateY(50%) rotate(-90deg) translateX(50%)`}[i.placedSide],visibility:i.shouldHideArrow?`hidden`:void 0},children:(0,M.jsx)(nD,{...r,ref:t,style:{...r.style,display:`block`}})})});vD.displayName=gD;function yD(e){return e!==null}var bD=e=>({name:`transformOrigin`,options:e,fn(t){let{placement:n,rects:r,middlewareData:i}=t,a=i.arrow?.centerOffset!==0,o=a?0:e.arrowWidth,s=a?0:e.arrowHeight,[c,l]=xD(n),u={start:`0%`,center:`50%`,end:`100%`}[l],d=(i.arrow?.x??0)+o/2,f=(i.arrow?.y??0)+s/2,p=``,m=``;return c===`bottom`?(p=a?u:`${d}px`,m=`${-s}px`):c===`top`?(p=a?u:`${d}px`,m=`${r.floating.height+s}px`):c===`right`?(p=`${-s}px`,m=a?u:`${f}px`):c===`left`&&(p=`${r.floating.width+s}px`,m=a?u:`${f}px`),{data:{x:p,y:m}}}});function xD(e){let[t,n=`center`]=e.split(`-`);return[t,n]}var SD=lD,CD=dD,wD=hD,TD=vD,[ED,DD]=l_(`Tooltip`,[oD]),OD=oD(),kD=`TooltipProvider`,AD=700,jD=`tooltip.open`,[MD,ND]=ED(kD),PD=e=>{let{__scopeTooltip:t,delayDuration:n=AD,skipDelayDuration:r=300,disableHoverableContent:i=!1,children:a}=e,o=j.useRef(!0),s=j.useRef(!1),c=j.useRef(0);return j.useEffect(()=>{let e=c.current;return()=>window.clearTimeout(e)},[]),(0,M.jsx)(MD,{scope:t,isOpenDelayedRef:o,delayDuration:n,onOpen:j.useCallback(()=>{window.clearTimeout(c.current),o.current=!1},[]),onClose:j.useCallback(()=>{window.clearTimeout(c.current),c.current=window.setTimeout(()=>o.current=!0,r)},[r]),isPointerInTransitRef:s,onPointerInTransitChange:j.useCallback(e=>{s.current=e},[]),disableHoverableContent:i,children:a})};PD.displayName=kD;var FD=`Tooltip`,[ID,LD]=ED(FD),RD=e=>{let{__scopeTooltip:t,children:n,open:r,defaultOpen:i,onOpenChange:a,disableHoverableContent:o,delayDuration:s}=e,c=ND(FD,e.__scopeTooltip),l=OD(t),[u,d]=j.useState(null),f=sS(),p=j.useRef(0),m=o??c.disableHoverableContent,h=s??c.delayDuration,g=j.useRef(!1),[_,v]=q_({prop:r,defaultProp:i??!1,onChange:e=>{e?(c.onOpen(),document.dispatchEvent(new CustomEvent(jD))):c.onClose(),a?.(e)},caller:FD}),y=j.useMemo(()=>_?g.current?`delayed-open`:`instant-open`:`closed`,[_]),b=j.useCallback(()=>{window.clearTimeout(p.current),p.current=0,g.current=!1,v(!0)},[v]),x=j.useCallback(()=>{window.clearTimeout(p.current),p.current=0,v(!1)},[v]),S=j.useCallback(()=>{window.clearTimeout(p.current),p.current=window.setTimeout(()=>{g.current=!0,v(!0),p.current=0},h)},[h,v]);return j.useEffect(()=>()=>{p.current&&=(window.clearTimeout(p.current),0)},[]),(0,M.jsx)(SD,{...l,children:(0,M.jsx)(ID,{scope:t,contentId:f,open:_,stateAttribute:y,trigger:u,onTriggerChange:d,onTriggerEnter:j.useCallback(()=>{c.isOpenDelayedRef.current?S():b()},[c.isOpenDelayedRef,S,b]),onTriggerLeave:j.useCallback(()=>{m?x():(window.clearTimeout(p.current),p.current=0)},[x,m]),onOpen:b,onClose:x,disableHoverableContent:m,children:n})})};RD.displayName=FD;var zD=`TooltipTrigger`,BD=j.forwardRef((e,t)=>{let{__scopeTooltip:n,...r}=e,i=LD(zD,n),a=ND(zD,n),o=OD(n),s=s_(t,j.useRef(null),i.onTriggerChange),c=j.useRef(!1),l=j.useRef(!1),u=j.useCallback(()=>c.current=!1,[]);return j.useEffect(()=>()=>document.removeEventListener(`pointerup`,u),[u]),(0,M.jsx)(CD,{asChild:!0,...o,children:(0,M.jsx)(y_.button,{"aria-describedby":i.open?i.contentId:void 0,"data-state":i.stateAttribute,...r,ref:s,onPointerMove:J(e.onPointerMove,e=>{e.pointerType!==`touch`&&!l.current&&!a.isPointerInTransitRef.current&&(i.onTriggerEnter(),l.current=!0)}),onPointerLeave:J(e.onPointerLeave,()=>{i.onTriggerLeave(),l.current=!1}),onPointerDown:J(e.onPointerDown,()=>{i.open&&i.onClose(),c.current=!0,document.addEventListener(`pointerup`,u,{once:!0})}),onFocus:J(e.onFocus,()=>{c.current||i.onOpen()}),onBlur:J(e.onBlur,i.onClose),onClick:J(e.onClick,i.onClose)})})});BD.displayName=zD;var VD=`TooltipPortal`,[HD,UD]=ED(VD,{forceMount:void 0}),WD=e=>{let{__scopeTooltip:t,forceMount:n,children:r,container:i}=e,a=LD(VD,t);return(0,M.jsx)(HD,{scope:t,forceMount:n,children:(0,M.jsx)(H_,{present:n||a.open,children:(0,M.jsx)(B_,{asChild:!0,container:i,children:r})})})};WD.displayName=VD;var GD=`TooltipContent`,KD=j.forwardRef((e,t)=>{let n=UD(GD,e.__scopeTooltip),{forceMount:r=n.forceMount,side:i=`top`,...a}=e,o=LD(GD,e.__scopeTooltip);return(0,M.jsx)(H_,{present:r||o.open,children:o.disableHoverableContent?(0,M.jsx)(ZD,{side:i,...a,ref:t}):(0,M.jsx)(qD,{side:i,...a,ref:t})})}),qD=j.forwardRef((e,t)=>{let n=LD(GD,e.__scopeTooltip),r=ND(GD,e.__scopeTooltip),i=j.useRef(null),a=s_(t,i),[o,s]=j.useState(null),{trigger:c,onClose:l}=n,u=i.current,{onPointerInTransitChange:d}=r,f=j.useCallback(()=>{s(null),d(!1)},[d]),p=j.useCallback((e,t)=>{let n=e.currentTarget,r={x:e.clientX,y:e.clientY},i=tO(r,eO(r,n.getBoundingClientRect())),a=nO(t.getBoundingClientRect());s(iO([...i,...a])),d(!0)},[d]);return j.useEffect(()=>()=>f(),[f]),j.useEffect(()=>{if(c&&u){let e=e=>p(e,u),t=e=>p(e,c);return c.addEventListener(`pointerleave`,e),u.addEventListener(`pointerleave`,t),()=>{c.removeEventListener(`pointerleave`,e),u.removeEventListener(`pointerleave`,t)}}},[c,u,p,f]),j.useEffect(()=>{if(o){let e=e=>{let t=e.target,n={x:e.clientX,y:e.clientY},r=c?.contains(t)||u?.contains(t),i=!rO(n,o);r?f():i&&(f(),l())};return document.addEventListener(`pointermove`,e),()=>document.removeEventListener(`pointermove`,e)}},[c,u,o,l,f]),(0,M.jsx)(ZD,{...e,ref:a})}),[JD,YD]=ED(FD,{isInside:!1}),XD=m_(`TooltipContent`),ZD=j.forwardRef((e,t)=>{let{__scopeTooltip:n,children:r,"aria-label":i,onEscapeKeyDown:a,onPointerDownOutside:o,...s}=e,c=LD(GD,n),l=OD(n),{onClose:u}=c;return j.useEffect(()=>(document.addEventListener(jD,u),()=>document.removeEventListener(jD,u)),[u]),j.useEffect(()=>{if(c.trigger){let e=e=>{e.target?.contains(c.trigger)&&u()};return window.addEventListener(`scroll`,e,{capture:!0}),()=>window.removeEventListener(`scroll`,e,{capture:!0})}},[c.trigger,u]),(0,M.jsx)(k_,{asChild:!0,disableOutsidePointerEvents:!1,onEscapeKeyDown:a,onPointerDownOutside:o,onFocusOutside:e=>e.preventDefault(),onDismiss:u,children:(0,M.jsxs)(wD,{"data-state":c.stateAttribute,...l,...s,ref:t,style:{...s.style,"--radix-tooltip-content-transform-origin":`var(--radix-popper-transform-origin)`,"--radix-tooltip-content-available-width":`var(--radix-popper-available-width)`,"--radix-tooltip-content-available-height":`var(--radix-popper-available-height)`,"--radix-tooltip-trigger-width":`var(--radix-popper-anchor-width)`,"--radix-tooltip-trigger-height":`var(--radix-popper-anchor-height)`},children:[(0,M.jsx)(XD,{children:r}),(0,M.jsx)(JD,{scope:n,isInside:!0,children:(0,M.jsx)($_,{id:c.contentId,role:`tooltip`,children:i||r})})]})})});KD.displayName=GD;var QD=`TooltipArrow`,$D=j.forwardRef((e,t)=>{let{__scopeTooltip:n,...r}=e,i=OD(n);return YD(QD,n).isInside?null:(0,M.jsx)(TD,{...i,...r,ref:t})});$D.displayName=QD;function eO(e,t){let n=Math.abs(t.top-e.y),r=Math.abs(t.bottom-e.y),i=Math.abs(t.right-e.x),a=Math.abs(t.left-e.x);switch(Math.min(n,r,i,a)){case a:return`left`;case i:return`right`;case n:return`top`;case r:return`bottom`;default:throw Error(`unreachable`)}}function tO(e,t,n=5){let r=[];switch(t){case`top`:r.push({x:e.x-n,y:e.y+n},{x:e.x+n,y:e.y+n});break;case`bottom`:r.push({x:e.x-n,y:e.y-n},{x:e.x+n,y:e.y-n});break;case`left`:r.push({x:e.x+n,y:e.y-n},{x:e.x+n,y:e.y+n});break;case`right`:r.push({x:e.x-n,y:e.y-n},{x:e.x-n,y:e.y+n});break}return r}function nO(e){let{top:t,right:n,bottom:r,left:i}=e;return[{x:i,y:t},{x:n,y:t},{x:n,y:r},{x:i,y:r}]}function rO(e,t){let{x:n,y:r}=e,i=!1;for(let e=0,a=t.length-1;e<t.length;a=e++){let o=t[e],s=t[a],c=o.x,l=o.y,u=s.x,d=s.y;l>r!=d>r&&n<(u-c)*(r-l)/(d-l)+c&&(i=!i)}return i}function iO(e){let t=e.slice();return t.sort((e,t)=>e.x<t.x?-1:e.x>t.x?1:e.y<t.y?-1:+(e.y>t.y)),aO(t)}function aO(e){if(e.length<=1)return e.slice();let t=[];for(let n=0;n<e.length;n++){let r=e[n];for(;t.length>=2;){let e=t[t.length-1],n=t[t.length-2];if((e.x-n.x)*(r.y-n.y)>=(e.y-n.y)*(r.x-n.x))t.pop();else break}t.push(r)}t.pop();let n=[];for(let t=e.length-1;t>=0;t--){let r=e[t];for(;n.length>=2;){let e=n[n.length-1],t=n[n.length-2];if((e.x-t.x)*(r.y-t.y)>=(e.y-t.y)*(r.x-t.x))n.pop();else break}n.push(r)}return n.pop(),t.length===1&&n.length===1&&t[0].x===n[0].x&&t[0].y===n[0].y?t:t.concat(n)}var oO=PD,sO=RD,cO=BD,lO=KD,uO=oO,dO=sO,fO=cO,pO=j.forwardRef(({className:e,sideOffset:t=4,...n},r)=>(0,M.jsx)(lO,{ref:r,sideOffset:t,className:Z(`z-50 overflow-hidden rounded-md border bg-popover px-3 py-1.5 text-sm text-popover-foreground shadow-md animate-in fade-in-0 zoom-in-95 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2`,e),...n}));pO.displayName=lO.displayName;var mO=`sidebar_state`,hO=3600*24*7,gO=`16rem`,_O=`18rem`,vO=`3rem`,yO=`b`,bO=j.createContext(null);function xO(){let e=j.useContext(bO);if(!e)throw Error(`useSidebar must be used within a SidebarProvider`);return e}var SO=j.forwardRef(({defaultOpen:e=!0,open:t,onOpenChange:n,className:r,style:i,children:a,...o},s)=>{let c=Jx(),[l,u]=j.useState(!1),[d,f]=j.useState(e),p=t??d,m=j.useCallback(e=>{let t=typeof e==`function`?e(p):e;n?n(t):f(t),document.cookie=`${mO}=${t}; path=/; max-age=${hO}`},[n,p]),h=j.useCallback(()=>c?u(e=>!e):m(e=>!e),[c,m,u]);j.useEffect(()=>{let e=e=>{e.key===yO&&(e.metaKey||e.ctrlKey)&&(e.preventDefault(),h())};return window.addEventListener(`keydown`,e),()=>window.removeEventListener(`keydown`,e)},[h]);let g=p?`expanded`:`collapsed`,_=j.useMemo(()=>({state:g,open:p,setOpen:m,isMobile:c,openMobile:l,setOpenMobile:u,toggleSidebar:h}),[g,p,m,c,l,u,h]);return(0,M.jsx)(bO.Provider,{value:_,children:(0,M.jsx)(uO,{delayDuration:0,children:(0,M.jsx)(`div`,{style:{"--sidebar-width":gO,"--sidebar-width-icon":vO,...i},className:Z(`group/sidebar-wrapper has-data-[variant=inset]:bg-sidebar flex min-h-0 w-full`,r),ref:s,...o,children:a})})})});SO.displayName=`SidebarProvider`;var CO=j.forwardRef(({side:e=`left`,variant:t=`sidebar`,collapsible:n=`offcanvas`,className:r,children:i,...a},o)=>{let{isMobile:s,state:c,openMobile:l,setOpenMobile:u}=xO();return n===`none`?(0,M.jsx)(`div`,{className:Z(`bg-sidebar text-sidebar-foreground flex h-full w-[var(--sidebar-width)] flex-col`,r),ref:o,...a,children:i}):s?(0,M.jsx)(Mw,{open:l,onOpenChange:u,...a,children:(0,M.jsx)(Iw,{"data-sidebar":`sidebar`,"data-mobile":`true`,className:`bg-sidebar text-sidebar-foreground w-[var(--sidebar-width)] p-0 [&>button]:hidden`,style:{"--sidebar-width":_O},side:e,children:(0,M.jsx)(`div`,{className:`flex h-full w-full flex-col`,children:i})})}):(0,M.jsx)(`div`,{ref:o,className:Z(`bg-sidebar text-sidebar-foreground hidden md:flex h-svh w-[var(--sidebar-width)] shrink-0 flex-col border-r transition-[width] duration-200 ease-linear overflow-hidden`,c===`collapsed`&&n===`offcanvas`&&`w-0 border-0`,c===`collapsed`&&n===`icon`&&`w-[var(--sidebar-width-icon)]`,r),"data-state":c,"data-collapsible":c===`collapsed`?n:``,"data-variant":t,"data-side":e,...a,children:i})});CO.displayName=`Sidebar`;var wO=j.forwardRef(({className:e,onClick:t,...n},r)=>{let{toggleSidebar:i}=xO();return(0,M.jsxs)(Q,{ref:r,"data-sidebar":`trigger`,variant:`ghost`,size:`icon`,className:Z(`h-7 w-7`,e),onClick:e=>{t?.(e),i()},...n,children:[(0,M.jsx)(Iy,{}),(0,M.jsx)(`span`,{className:`sr-only`,children:`Toggle Sidebar`})]})});wO.displayName=`SidebarTrigger`;var TO=j.forwardRef(({className:e,...t},n)=>{let{toggleSidebar:r}=xO();return(0,M.jsx)(`button`,{ref:n,"data-sidebar":`rail`,"aria-label":`Toggle Sidebar`,tabIndex:-1,onClick:r,title:`Toggle Sidebar`,className:Z(`hover:after:bg-sidebar-border absolute inset-y-0 z-20 hidden w-4 -translate-x-1/2 transition-all ease-linear after:absolute after:inset-y-0 after:left-1/2 after:w-[2px] group-data-[side=left]:-right-4 group-data-[side=right]:left-0 sm:flex`,`[[data-side=left]_&]:cursor-w-resize [[data-side=right]_&]:cursor-e-resize`,`[[data-side=left][data-state=collapsed]_&]:cursor-e-resize [[data-side=right][data-state=collapsed]_&]:cursor-w-resize`,`group-data-[collapsible=offcanvas]:translate-x-0 group-data-[collapsible=offcanvas]:after:left-full group-data-[collapsible=offcanvas]:hover:bg-sidebar`,`[[data-side=left][data-collapsible=offcanvas]_&]:-right-2`,`[[data-side=right][data-collapsible=offcanvas]_&]:-left-2`,e),...t})});TO.displayName=`SidebarRail`;var EO=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(`main`,{ref:n,className:Z(`relative flex min-h-svh flex-1 flex-col bg-background`,`peer-data-[variant=inset]:min-h-[calc(100svh-theme(spacing.4))] md:peer-data-[variant=inset]:m-2 md:peer-data-[state=collapsed]:peer-data-[variant=inset]:ml-2 md:peer-data-[variant=inset]:ml-0 md:peer-data-[variant=inset]:rounded-xl md:peer-data-[variant=inset]:shadow`,e),...t}));EO.displayName=`SidebarInset`;var DO=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(Xx,{ref:n,"data-sidebar":`input`,className:Z(`h-8 w-full bg-background shadow-none focus-visible:ring-2 focus-visible:ring-sidebar-ring`,e),...t}));DO.displayName=`SidebarInput`;var OO=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(`div`,{ref:n,"data-sidebar":`header`,className:Z(`flex flex-col gap-2 p-2`,e),...t}));OO.displayName=`SidebarHeader`;var kO=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(`div`,{ref:n,"data-sidebar":`footer`,className:Z(`flex flex-col gap-2 p-2`,e),...t}));kO.displayName=`SidebarFooter`;var AO=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(iS,{ref:n,"data-sidebar":`separator`,className:Z(`mx-2 w-auto bg-sidebar-border`,e),...t}));AO.displayName=`SidebarSeparator`;var jO=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(`div`,{ref:n,"data-sidebar":`content`,className:Z(`flex min-h-0 flex-1 flex-col gap-2 overflow-auto`,e),...t}));jO.displayName=`SidebarContent`;var MO=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(`div`,{ref:n,"data-sidebar":`group`,className:Z(`relative flex w-full min-w-0 flex-col p-2`,e),...t}));MO.displayName=`SidebarGroup`;var NO=j.forwardRef(({className:e,asChild:t=!1,...n},r)=>(0,M.jsx)(t?Vx:`div`,{ref:r,"data-sidebar":`group-label`,className:Z(`text-xs/6 font-medium text-sidebar-foreground/70 ring-sidebar-ring flex h-8 shrink-0 items-center rounded-md px-2 outline-none transition-[margin,opacity] duration-200 ease-linear focus-visible:ring-2 [&>svg]:size-4 [&>svg]:shrink-0 [[data-collapsible=icon]_&]:-mt-8 [[data-collapsible=icon]_&]:opacity-0 [[data-collapsible=icon]_&]:overflow-hidden`,e),...n}));NO.displayName=`SidebarGroupLabel`;var PO=j.forwardRef(({className:e,asChild:t=!1,...n},r)=>(0,M.jsx)(t?Vx:`button`,{ref:r,"data-sidebar":`group-action`,className:Z(`absolute right-3 top-3.5 flex aspect-square w-5 items-center justify-center rounded-md p-0 text-sidebar-foreground outline-none ring-sidebar-ring transition-transform hover:bg-sidebar-accent hover:text-sidebar-accent-foreground focus-visible:ring-2 [&>svg]:size-4 [&>svg]:shrink-0`,`after:absolute after:-inset-2 after:md:hidden`,`group-data-[collapsible=icon]:hidden`,e),...n}));PO.displayName=`SidebarGroupAction`;var FO=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(`div`,{ref:n,"data-sidebar":`group-content`,className:Z(`w-full text-sm`,e),...t}));FO.displayName=`SidebarGroupContent`;var IO=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(`ul`,{ref:n,"data-sidebar":`menu`,className:Z(`flex w-full min-w-0 flex-col gap-1`,e),...t}));IO.displayName=`SidebarMenu`;var LO=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(`li`,{ref:n,"data-sidebar":`menu-item`,className:Z(`group/menu-item relative`,e),...t}));LO.displayName=`SidebarMenuItem`;var RO=j.forwardRef(({asChild:e=!1,isActive:t=!1,variant:n=`default`,size:r=`default`,tooltip:i,className:a,...o},s)=>{let c=e?Vx:`button`,{isMobile:l,state:u}=xO(),d=(0,M.jsx)(c,{ref:s,"data-sidebar":`menu-button`,"data-size":r,"data-active":t,className:Z(zO({variant:n,size:r}),a),...o});return i?(typeof i==`string`&&(i={children:i}),(0,M.jsxs)(dO,{children:[(0,M.jsx)(fO,{asChild:!0,children:d}),(0,M.jsx)(pO,{side:`right`,align:`center`,hidden:u!==`collapsed`||l,...i})]})):d});RO.displayName=`SidebarMenuButton`;var zO=$v(`peer/menu-button flex w-full items-center gap-2 overflow-hidden rounded-md p-2 text-left text-sm outline-none ring-sidebar-ring transition-[width,height,padding] hover:bg-sidebar-accent hover:text-sidebar-accent-foreground focus-visible:ring-2 active:bg-sidebar-accent active:text-sidebar-accent-foreground disabled:pointer-events-none disabled:opacity-50 group-has-[[data-sidebar=menu-action]]/menu-item:pr-8 aria-disabled:pointer-events-none aria-disabled:opacity-50 data-[active=true]:bg-sidebar-accent data-[active=true]:font-medium data-[active=true]:text-sidebar-accent-foreground data-[state=open]:hover:bg-sidebar-accent data-[state=open]:hover:text-sidebar-accent-foreground group-data-[collapsible=icon]:!size-8 group-data-[collapsible=icon]:!p-2 [&>span:last-child]:truncate [&>svg]:size-4 [&>svg]:shrink-0`,{variants:{variant:{default:`hover:bg-sidebar-accent hover:text-sidebar-accent-foreground`,outline:`bg-background shadow-[0_0_0_1px_hsl(var(--sidebar-border))] hover:bg-sidebar-accent hover:text-sidebar-accent-foreground hover:shadow-[0_0_0_1px_hsl(var(--sidebar-accent))]`},size:{default:`h-8 text-sm`,sm:`h-7 text-xs`,lg:`h-12 text-sm group-data-[collapsible=icon]:!p-0`}},defaultVariants:{variant:`default`,size:`default`}}),BO=j.forwardRef(({className:e,asChild:t=!1,showOnHover:n=!1,...r},i)=>(0,M.jsx)(t?Vx:`button`,{ref:i,"data-sidebar":`menu-action`,className:Z(`absolute right-1 top-1.5 flex aspect-square w-5 items-center justify-center rounded-md p-0 text-sidebar-foreground outline-none ring-sidebar-ring transition-transform hover:bg-sidebar-accent hover:text-sidebar-accent-foreground focus-visible:ring-2 [&>svg]:size-4 [&>svg]:shrink-0`,`after:absolute after:-inset-2 after:md:hidden`,`peer-data-[size=sm]/menu-button:top-1`,`peer-data-[size=default]/menu-button:top-1.5`,`peer-data-[size=lg]/menu-button:top-2.5`,`group-data-[collapsible=icon]:hidden`,n&&`group-focus-within/menu-item:opacity-100 group-hover/menu-item:opacity-100 data-[state=open]:opacity-100 peer-data-[active=true]/menu-button:text-sidebar-accent-foreground md:opacity-0`,e),...r}));BO.displayName=`SidebarMenuAction`;var VO=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(`div`,{ref:n,"data-sidebar":`menu-badge`,className:Z(`text-sidebar-foreground pointer-events-none absolute right-1 flex h-5 min-w-5 items-center justify-center rounded-md px-1 text-xs font-medium tabular-nums select-none`,`peer-hover/menu-button:text-sidebar-accent-foreground peer-data-[active=true]/menu-button:text-sidebar-accent-foreground`,`peer-data-[size=sm]/menu-button:top-1`,`peer-data-[size=default]/menu-button:top-1.5`,`peer-data-[size=lg]/menu-button:top-2.5`,`group-data-[collapsible=icon]:hidden`,e),...t}));VO.displayName=`SidebarMenuBadge`;var HO=j.forwardRef(({className:e,showIcon:t=!1,...n},r)=>{let i=j.useMemo(()=>`${Math.floor(Math.random()*40)+50}%`,[]);return(0,M.jsxs)(`div`,{ref:r,"data-sidebar":`menu-skeleton`,className:Z(`rounded-md h-8 flex gap-2 px-2 items-center`,e),...n,children:[t&&(0,M.jsx)(Vw,{className:`size-4 rounded-md`,"data-sidebar":`menu-skeleton-icon`}),(0,M.jsx)(Vw,{className:`h-4 flex-1 max-w-[var(--skeleton-width)]`,"data-sidebar":`menu-skeleton-text`,style:{"--skeleton-width":i}})]})});HO.displayName=`SidebarMenuSkeleton`;var UO=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(`ul`,{ref:n,"data-sidebar":`menu-sub`,className:Z(`mx-3.5 flex min-w-0 translate-x-px flex-col gap-1 border-l border-sidebar-border px-2.5 py-0.5`,`group-data-[collapsible=icon]:hidden`,e),...t}));UO.displayName=`SidebarMenuSub`;var WO=j.forwardRef(({...e},t)=>(0,M.jsx)(`li`,{ref:t,...e}));WO.displayName=`SidebarMenuSubItem`;var GO=j.forwardRef(({asChild:e=!1,size:t=`md`,isActive:n,className:r,...i},a)=>(0,M.jsx)(e?Vx:`a`,{ref:a,"data-sidebar":`menu-sub-button`,"data-size":t,"data-active":n,className:Z(`flex h-7 min-w-0 -translate-x-px items-center gap-2 overflow-hidden rounded-md px-2 text-sidebar-foreground outline-none ring-sidebar-ring hover:bg-sidebar-accent hover:text-sidebar-accent-foreground focus-visible:ring-2 active:bg-sidebar-accent active:text-sidebar-accent-foreground disabled:pointer-events-none disabled:opacity-50 aria-disabled:pointer-events-none aria-disabled:opacity-50 [&>span:last-child]:truncate [&>svg]:size-4 [&>svg]:shrink-0 [&>svg]:text-sidebar-accent-foreground`,`data-[active=true]:bg-sidebar-accent data-[active=true]:text-sidebar-accent-foreground`,t===`sm`&&`text-xs`,t===`md`&&`text-sm`,r),...i}));GO.displayName=`SidebarMenuSubButton`;var KO=$v(`text-muted-foreground flex flex-wrap items-center gap-1.5 break-words text-sm sm:gap-2.5`),qO=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(`nav`,{ref:n,"aria-label":`breadcrumb`,className:Z(KO(),e),...t}));qO.displayName=`Breadcrumb`;var JO=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(`ol`,{ref:n,className:Z(`text-muted-foreground flex flex-wrap items-center gap-1.5 break-words text-sm sm:gap-2.5`,e),...t}));JO.displayName=`BreadcrumbList`;var YO=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(`li`,{ref:n,className:Z(`inline-flex items-center gap-1.5`,e),...t}));YO.displayName=`BreadcrumbItem`;var XO=j.forwardRef(({asChild:e,className:t,...n},r)=>(0,M.jsx)(e?Vx:`a`,{ref:r,className:Z(`hover:text-foreground transition-colors`,t),...n}));XO.displayName=`BreadcrumbLink`;var ZO=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(`span`,{ref:n,role:`link`,"aria-disabled":`true`,"aria-current":`page`,className:Z(`text-foreground font-normal`,e),...t}));ZO.displayName=`BreadcrumbPage`;var QO=({children:e,className:t,...n})=>(0,M.jsx)(`li`,{role:`presentation`,"aria-hidden":`true`,className:Z(`[&>svg]:size-3.5`,t),...n,children:e??(0,M.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`,className:`size-4`,children:(0,M.jsx)(`path`,{d:`m9 18 6-6-6-6`})})});QO.displayName=`BreadcrumbSeparator`;var $O=({className:e,...t})=>(0,M.jsxs)(`span`,{role:`presentation`,"aria-hidden":`true`,className:Z(`flex h-9 w-9 items-center justify-center`,e),...t,children:[(0,M.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`,className:`size-4`,children:[(0,M.jsx)(`circle`,{cx:`12`,cy:`12`,r:`1`}),(0,M.jsx)(`circle`,{cx:`19`,cy:`12`,r:`1`}),(0,M.jsx)(`circle`,{cx:`5`,cy:`12`,r:`1`})]}),(0,M.jsx)(`span`,{className:`sr-only`,children:`More`})]});$O.displayName=`BreadcrumbElipssis`;var ek=j.createContext(void 0);function tk(e){let t=j.useContext(ek);return e||t||`ltr`}var nk=`rovingFocusGroup.onEntryFocus`,rk={bubbles:!1,cancelable:!0},ik=`RovingFocusGroup`,[ak,ok,sk]=v_(ik),[ck,lk]=l_(ik,[sk]),[uk,dk]=ck(ik),fk=j.forwardRef((e,t)=>(0,M.jsx)(ak.Provider,{scope:e.__scopeRovingFocusGroup,children:(0,M.jsx)(ak.Slot,{scope:e.__scopeRovingFocusGroup,children:(0,M.jsx)(pk,{...e,ref:t})})}));fk.displayName=ik;var pk=j.forwardRef((e,t)=>{let{__scopeRovingFocusGroup:n,orientation:r,loop:i=!1,dir:a,currentTabStopId:o,defaultCurrentTabStopId:s,onCurrentTabStopIdChange:c,onEntryFocus:l,preventScrollOnEntryFocus:u=!1,...d}=e,f=j.useRef(null),p=s_(t,f),m=tk(a),[h,g]=q_({prop:o,defaultProp:s??null,onChange:c,caller:ik}),[_,v]=j.useState(!1),y=x_(l),b=ok(n),x=j.useRef(!1),[S,C]=j.useState(0);return j.useEffect(()=>{let e=f.current;if(e)return e.addEventListener(nk,y),()=>e.removeEventListener(nk,y)},[y]),(0,M.jsx)(uk,{scope:n,orientation:r,dir:m,loop:i,currentTabStopId:h,onItemFocus:j.useCallback(e=>g(e),[g]),onItemShiftTab:j.useCallback(()=>v(!0),[]),onFocusableItemAdd:j.useCallback(()=>C(e=>e+1),[]),onFocusableItemRemove:j.useCallback(()=>C(e=>e-1),[]),children:(0,M.jsx)(y_.div,{tabIndex:_||S===0?-1:0,"data-orientation":r,...d,ref:p,style:{outline:`none`,...e.style},onMouseDown:J(e.onMouseDown,()=>{x.current=!0}),onFocus:J(e.onFocus,e=>{let t=!x.current;if(e.target===e.currentTarget&&t&&!_){let t=new CustomEvent(nk,rk);if(e.currentTarget.dispatchEvent(t),!t.defaultPrevented){let e=b().filter(e=>e.focusable);yk([e.find(e=>e.active),e.find(e=>e.id===h),...e].filter(Boolean).map(e=>e.ref.current),u)}}x.current=!1}),onBlur:J(e.onBlur,()=>v(!1))})})}),mk=`RovingFocusGroupItem`,hk=j.forwardRef((e,t)=>{let{__scopeRovingFocusGroup:n,focusable:r=!0,active:i=!1,tabStopId:a,children:o,...s}=e,c=sS(),l=a||c,u=dk(mk,n),d=u.currentTabStopId===l,f=ok(n),{onFocusableItemAdd:p,onFocusableItemRemove:m,currentTabStopId:h}=u;return j.useEffect(()=>{if(r)return p(),()=>m()},[r,p,m]),(0,M.jsx)(ak.ItemSlot,{scope:n,id:l,focusable:r,active:i,children:(0,M.jsx)(y_.span,{tabIndex:d?0:-1,"data-orientation":u.orientation,...s,ref:t,onMouseDown:J(e.onMouseDown,e=>{r?u.onItemFocus(l):e.preventDefault()}),onFocus:J(e.onFocus,()=>u.onItemFocus(l)),onKeyDown:J(e.onKeyDown,e=>{if(e.key===`Tab`&&e.shiftKey){u.onItemShiftTab();return}if(e.target!==e.currentTarget)return;let t=vk(e,u.orientation,u.dir);if(t!==void 0){if(e.metaKey||e.ctrlKey||e.altKey||e.shiftKey)return;e.preventDefault();let n=f().filter(e=>e.focusable).map(e=>e.ref.current);if(t===`last`)n.reverse();else if(t===`prev`||t===`next`){t===`prev`&&n.reverse();let r=n.indexOf(e.currentTarget);n=u.loop?bk(n,r+1):n.slice(r+1)}setTimeout(()=>yk(n))}}),children:typeof o==`function`?o({isCurrentTabStop:d,hasTabStop:h!=null}):o})})});hk.displayName=mk;var gk={ArrowLeft:`prev`,ArrowUp:`prev`,ArrowRight:`next`,ArrowDown:`next`,PageUp:`first`,Home:`first`,PageDown:`last`,End:`last`};function _k(e,t){return t===`rtl`?e===`ArrowLeft`?`ArrowRight`:e===`ArrowRight`?`ArrowLeft`:e:e}function vk(e,t,n){let r=_k(e.key,n);if(!(t===`vertical`&&[`ArrowLeft`,`ArrowRight`].includes(r))&&!(t===`horizontal`&&[`ArrowUp`,`ArrowDown`].includes(r)))return gk[r]}function yk(e,t=!1){let n=document.activeElement;for(let r of e)if(r===n||(r.focus({preventScroll:t}),document.activeElement!==n))return}function bk(e,t){return e.map((n,r)=>e[(t+r)%e.length])}var xk=fk,Sk=hk,Ck=[`Enter`,` `],wk=[`ArrowDown`,`PageUp`,`Home`],Tk=[`ArrowUp`,`PageDown`,`End`],Ek=[...wk,...Tk],Dk={ltr:[...Ck,`ArrowRight`],rtl:[...Ck,`ArrowLeft`]},Ok={ltr:[`ArrowLeft`],rtl:[`ArrowRight`]},kk=`Menu`,[Ak,jk,Mk]=v_(kk),[Nk,Pk]=l_(kk,[Mk,oD,lk]),Fk=oD(),Ik=lk(),[Lk,Rk]=Nk(kk),[zk,Bk]=Nk(kk),Vk=e=>{let{__scopeMenu:t,open:n=!1,children:r,dir:i,onOpenChange:a,modal:o=!0}=e,s=Fk(t),[c,l]=j.useState(null),u=j.useRef(!1),d=x_(a),f=tk(i);return j.useEffect(()=>{let e=()=>{u.current=!0,document.addEventListener(`pointerdown`,t,{capture:!0,once:!0}),document.addEventListener(`pointermove`,t,{capture:!0,once:!0})},t=()=>u.current=!1;return document.addEventListener(`keydown`,e,{capture:!0}),()=>{document.removeEventListener(`keydown`,e,{capture:!0}),document.removeEventListener(`pointerdown`,t,{capture:!0}),document.removeEventListener(`pointermove`,t,{capture:!0})}},[]),(0,M.jsx)(SD,{...s,children:(0,M.jsx)(Lk,{scope:t,open:n,onOpenChange:d,content:c,onContentChange:l,children:(0,M.jsx)(zk,{scope:t,onClose:j.useCallback(()=>d(!1),[d]),isUsingKeyboardRef:u,dir:f,modal:o,children:r})})})};Vk.displayName=kk;var Hk=`MenuAnchor`,Uk=j.forwardRef((e,t)=>{let{__scopeMenu:n,...r}=e,i=Fk(n);return(0,M.jsx)(CD,{...i,...r,ref:t})});Uk.displayName=Hk;var Wk=`MenuPortal`,[Gk,Kk]=Nk(Wk,{forceMount:void 0}),qk=e=>{let{__scopeMenu:t,forceMount:n,children:r,container:i}=e,a=Rk(Wk,t);return(0,M.jsx)(Gk,{scope:t,forceMount:n,children:(0,M.jsx)(H_,{present:n||a.open,children:(0,M.jsx)(B_,{asChild:!0,container:i,children:r})})})};qk.displayName=Wk;var Jk=`MenuContent`,[Yk,Xk]=Nk(Jk),Zk=j.forwardRef((e,t)=>{let n=Kk(Jk,e.__scopeMenu),{forceMount:r=n.forceMount,...i}=e,a=Rk(Jk,e.__scopeMenu),o=Bk(Jk,e.__scopeMenu);return(0,M.jsx)(Ak.Provider,{scope:e.__scopeMenu,children:(0,M.jsx)(H_,{present:r||a.open,children:(0,M.jsx)(Ak.Slot,{scope:e.__scopeMenu,children:o.modal?(0,M.jsx)(Qk,{...i,ref:t}):(0,M.jsx)($k,{...i,ref:t})})})})}),Qk=j.forwardRef((e,t)=>{let n=Rk(Jk,e.__scopeMenu),r=j.useRef(null),i=s_(t,r);return j.useEffect(()=>{let e=r.current;if(e)return WC(e)},[]),(0,M.jsx)(tA,{...e,ref:i,trapFocus:n.open,disableOutsidePointerEvents:n.open,disableOutsideScroll:!0,onFocusOutside:J(e.onFocusOutside,e=>e.preventDefault(),{checkForDefaultPrevented:!1}),onDismiss:()=>n.onOpenChange(!1)})}),$k=j.forwardRef((e,t)=>{let n=Rk(Jk,e.__scopeMenu);return(0,M.jsx)(tA,{...e,ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,disableOutsideScroll:!1,onDismiss:()=>n.onOpenChange(!1)})}),eA=d_(`MenuContent.ScrollLock`),tA=j.forwardRef((e,t)=>{let{__scopeMenu:n,loop:r=!1,trapFocus:i,onOpenAutoFocus:a,onCloseAutoFocus:o,disableOutsidePointerEvents:s,onEntryFocus:c,onEscapeKeyDown:l,onPointerDownOutside:u,onFocusOutside:d,onInteractOutside:f,onDismiss:p,disableOutsideScroll:m,...h}=e,g=Rk(Jk,n),_=Bk(Jk,n),v=Fk(n),y=Ik(n),b=jk(n),[x,S]=j.useState(null),C=j.useRef(null),w=s_(t,C,g.onContentChange),T=j.useRef(0),E=j.useRef(``),D=j.useRef(0),O=j.useRef(null),ee=j.useRef(`right`),te=j.useRef(0),ne=m?FC:j.Fragment,re=m?{as:eA,allowPinchZoom:!0}:void 0,ie=e=>{let t=E.current+e,n=b().filter(e=>!e.disabled),r=document.activeElement,i=n.find(e=>e.ref.current===r)?.textValue,a=zA(n.map(e=>e.textValue),t,i),o=n.find(e=>e.textValue===a)?.ref.current;(function e(t){E.current=t,window.clearTimeout(T.current),t!==``&&(T.current=window.setTimeout(()=>e(``),1e3))})(t),o&&setTimeout(()=>o.focus())};j.useEffect(()=>()=>window.clearTimeout(T.current),[]),TS();let ae=j.useCallback(e=>ee.current===O.current?.side&&VA(e,O.current?.area),[]);return(0,M.jsx)(Yk,{scope:n,searchRef:E,onItemEnter:j.useCallback(e=>{ae(e)&&e.preventDefault()},[ae]),onItemLeave:j.useCallback(e=>{ae(e)||(C.current?.focus(),S(null))},[ae]),onTriggerLeave:j.useCallback(e=>{ae(e)&&e.preventDefault()},[ae]),pointerGraceTimerRef:D,onPointerGraceIntentChange:j.useCallback(e=>{O.current=e},[]),children:(0,M.jsx)(ne,{...re,children:(0,M.jsx)(fS,{asChild:!0,trapped:i,onMountAutoFocus:J(a,e=>{e.preventDefault(),C.current?.focus({preventScroll:!0})}),onUnmountAutoFocus:o,children:(0,M.jsx)(k_,{asChild:!0,disableOutsidePointerEvents:s,onEscapeKeyDown:l,onPointerDownOutside:u,onFocusOutside:d,onInteractOutside:f,onDismiss:p,children:(0,M.jsx)(xk,{asChild:!0,...y,dir:_.dir,orientation:`vertical`,loop:r,currentTabStopId:x,onCurrentTabStopIdChange:S,onEntryFocus:J(c,e=>{_.isUsingKeyboardRef.current||e.preventDefault()}),preventScrollOnEntryFocus:!0,children:(0,M.jsx)(wD,{role:`menu`,"aria-orientation":`vertical`,"data-state":PA(g.open),"data-radix-menu-content":``,dir:_.dir,...v,...h,ref:w,style:{outline:`none`,...h.style},onKeyDown:J(h.onKeyDown,e=>{let t=e.target.closest(`[data-radix-menu-content]`)===e.currentTarget,n=e.ctrlKey||e.altKey||e.metaKey,r=e.key.length===1;t&&(e.key===`Tab`&&e.preventDefault(),!n&&r&&ie(e.key));let i=C.current;if(e.target!==i||!Ek.includes(e.key))return;e.preventDefault();let a=b().filter(e=>!e.disabled).map(e=>e.ref.current);Tk.includes(e.key)&&a.reverse(),LA(a)}),onBlur:J(e.onBlur,e=>{e.currentTarget.contains(e.target)||(window.clearTimeout(T.current),E.current=``)}),onPointerMove:J(e.onPointerMove,HA(e=>{let t=e.target,n=te.current!==e.clientX;e.currentTarget.contains(t)&&n&&(ee.current=e.clientX>te.current?`right`:`left`,te.current=e.clientX)}))})})})})})})});Zk.displayName=Jk;var nA=`MenuGroup`,rA=j.forwardRef((e,t)=>{let{__scopeMenu:n,...r}=e;return(0,M.jsx)(y_.div,{role:`group`,...r,ref:t})});rA.displayName=nA;var iA=`MenuLabel`,aA=j.forwardRef((e,t)=>{let{__scopeMenu:n,...r}=e;return(0,M.jsx)(y_.div,{...r,ref:t})});aA.displayName=iA;var oA=`MenuItem`,sA=`menu.itemSelect`,cA=j.forwardRef((e,t)=>{let{disabled:n=!1,onSelect:r,...i}=e,a=j.useRef(null),o=Bk(oA,e.__scopeMenu),s=Xk(oA,e.__scopeMenu),c=s_(t,a),l=j.useRef(!1),u=()=>{let e=a.current;if(!n&&e){let t=new CustomEvent(sA,{bubbles:!0,cancelable:!0});e.addEventListener(sA,e=>r?.(e),{once:!0}),b_(e,t),t.defaultPrevented?l.current=!1:o.onClose()}};return(0,M.jsx)(lA,{...i,ref:c,disabled:n,onClick:J(e.onClick,u),onPointerDown:t=>{e.onPointerDown?.(t),l.current=!0},onPointerUp:J(e.onPointerUp,e=>{l.current||e.currentTarget?.click()}),onKeyDown:J(e.onKeyDown,e=>{let t=s.searchRef.current!==``;n||t&&e.key===` `||Ck.includes(e.key)&&(e.currentTarget.click(),e.preventDefault())})})});cA.displayName=oA;var lA=j.forwardRef((e,t)=>{let{__scopeMenu:n,disabled:r=!1,textValue:i,...a}=e,o=Xk(oA,n),s=Ik(n),c=j.useRef(null),l=s_(t,c),[u,d]=j.useState(!1),[f,p]=j.useState(``);return j.useEffect(()=>{let e=c.current;e&&p((e.textContent??``).trim())},[a.children]),(0,M.jsx)(Ak.ItemSlot,{scope:n,disabled:r,textValue:i??f,children:(0,M.jsx)(Sk,{asChild:!0,...s,focusable:!r,children:(0,M.jsx)(y_.div,{role:`menuitem`,"data-highlighted":u?``:void 0,"aria-disabled":r||void 0,"data-disabled":r?``:void 0,...a,ref:l,onPointerMove:J(e.onPointerMove,HA(e=>{r?o.onItemLeave(e):(o.onItemEnter(e),e.defaultPrevented||e.currentTarget.focus({preventScroll:!0}))})),onPointerLeave:J(e.onPointerLeave,HA(e=>o.onItemLeave(e))),onFocus:J(e.onFocus,()=>d(!0)),onBlur:J(e.onBlur,()=>d(!1))})})})}),uA=`MenuCheckboxItem`,dA=j.forwardRef((e,t)=>{let{checked:n=!1,onCheckedChange:r,...i}=e;return(0,M.jsx)(yA,{scope:e.__scopeMenu,checked:n,children:(0,M.jsx)(cA,{role:`menuitemcheckbox`,"aria-checked":FA(n)?`mixed`:n,...i,ref:t,"data-state":IA(n),onSelect:J(i.onSelect,()=>r?.(FA(n)?!0:!n),{checkForDefaultPrevented:!1})})})});dA.displayName=uA;var fA=`MenuRadioGroup`,[pA,mA]=Nk(fA,{value:void 0,onValueChange:()=>{}}),hA=j.forwardRef((e,t)=>{let{value:n,onValueChange:r,...i}=e,a=x_(r);return(0,M.jsx)(pA,{scope:e.__scopeMenu,value:n,onValueChange:a,children:(0,M.jsx)(rA,{...i,ref:t})})});hA.displayName=fA;var gA=`MenuRadioItem`,_A=j.forwardRef((e,t)=>{let{value:n,...r}=e,i=mA(gA,e.__scopeMenu),a=n===i.value;return(0,M.jsx)(yA,{scope:e.__scopeMenu,checked:a,children:(0,M.jsx)(cA,{role:`menuitemradio`,"aria-checked":a,...r,ref:t,"data-state":IA(a),onSelect:J(r.onSelect,()=>i.onValueChange?.(n),{checkForDefaultPrevented:!1})})})});_A.displayName=gA;var vA=`MenuItemIndicator`,[yA,bA]=Nk(vA,{checked:!1}),xA=j.forwardRef((e,t)=>{let{__scopeMenu:n,forceMount:r,...i}=e,a=bA(vA,n);return(0,M.jsx)(H_,{present:r||FA(a.checked)||a.checked===!0,children:(0,M.jsx)(y_.span,{...i,ref:t,"data-state":IA(a.checked)})})});xA.displayName=vA;var SA=`MenuSeparator`,CA=j.forwardRef((e,t)=>{let{__scopeMenu:n,...r}=e;return(0,M.jsx)(y_.div,{role:`separator`,"aria-orientation":`horizontal`,...r,ref:t})});CA.displayName=SA;var wA=`MenuArrow`,TA=j.forwardRef((e,t)=>{let{__scopeMenu:n,...r}=e,i=Fk(n);return(0,M.jsx)(TD,{...i,...r,ref:t})});TA.displayName=wA;var EA=`MenuSub`,[DA,OA]=Nk(EA),kA=e=>{let{__scopeMenu:t,children:n,open:r=!1,onOpenChange:i}=e,a=Rk(EA,t),o=Fk(t),[s,c]=j.useState(null),[l,u]=j.useState(null),d=x_(i);return j.useEffect(()=>(a.open===!1&&d(!1),()=>d(!1)),[a.open,d]),(0,M.jsx)(SD,{...o,children:(0,M.jsx)(Lk,{scope:t,open:r,onOpenChange:d,content:l,onContentChange:u,children:(0,M.jsx)(DA,{scope:t,contentId:sS(),triggerId:sS(),trigger:s,onTriggerChange:c,children:n})})})};kA.displayName=EA;var AA=`MenuSubTrigger`,jA=j.forwardRef((e,t)=>{let n=Rk(AA,e.__scopeMenu),r=Bk(AA,e.__scopeMenu),i=OA(AA,e.__scopeMenu),a=Xk(AA,e.__scopeMenu),o=j.useRef(null),{pointerGraceTimerRef:s,onPointerGraceIntentChange:c}=a,l={__scopeMenu:e.__scopeMenu},u=j.useCallback(()=>{o.current&&window.clearTimeout(o.current),o.current=null},[]);return j.useEffect(()=>u,[u]),j.useEffect(()=>{let e=s.current;return()=>{window.clearTimeout(e),c(null)}},[s,c]),(0,M.jsx)(Uk,{asChild:!0,...l,children:(0,M.jsx)(lA,{id:i.triggerId,"aria-haspopup":`menu`,"aria-expanded":n.open,"aria-controls":i.contentId,"data-state":PA(n.open),...e,ref:o_(t,i.onTriggerChange),onClick:t=>{e.onClick?.(t),!(e.disabled||t.defaultPrevented)&&(t.currentTarget.focus(),n.open||n.onOpenChange(!0))},onPointerMove:J(e.onPointerMove,HA(t=>{a.onItemEnter(t),!t.defaultPrevented&&!e.disabled&&!n.open&&!o.current&&(a.onPointerGraceIntentChange(null),o.current=window.setTimeout(()=>{n.onOpenChange(!0),u()},100))})),onPointerLeave:J(e.onPointerLeave,HA(e=>{u();let t=n.content?.getBoundingClientRect();if(t){let r=n.content?.dataset.side,i=r===`right`,o=i?-5:5,c=t[i?`left`:`right`],l=t[i?`right`:`left`];a.onPointerGraceIntentChange({area:[{x:e.clientX+o,y:e.clientY},{x:c,y:t.top},{x:l,y:t.top},{x:l,y:t.bottom},{x:c,y:t.bottom}],side:r}),window.clearTimeout(s.current),s.current=window.setTimeout(()=>a.onPointerGraceIntentChange(null),300)}else{if(a.onTriggerLeave(e),e.defaultPrevented)return;a.onPointerGraceIntentChange(null)}})),onKeyDown:J(e.onKeyDown,t=>{let i=a.searchRef.current!==``;e.disabled||i&&t.key===` `||Dk[r.dir].includes(t.key)&&(n.onOpenChange(!0),n.content?.focus(),t.preventDefault())})})})});jA.displayName=AA;var MA=`MenuSubContent`,NA=j.forwardRef((e,t)=>{let n=Kk(Jk,e.__scopeMenu),{forceMount:r=n.forceMount,...i}=e,a=Rk(Jk,e.__scopeMenu),o=Bk(Jk,e.__scopeMenu),s=OA(MA,e.__scopeMenu),c=j.useRef(null),l=s_(t,c);return(0,M.jsx)(Ak.Provider,{scope:e.__scopeMenu,children:(0,M.jsx)(H_,{present:r||a.open,children:(0,M.jsx)(Ak.Slot,{scope:e.__scopeMenu,children:(0,M.jsx)(tA,{id:s.contentId,"aria-labelledby":s.triggerId,...i,ref:l,align:`start`,side:o.dir===`rtl`?`left`:`right`,disableOutsidePointerEvents:!1,disableOutsideScroll:!1,trapFocus:!1,onOpenAutoFocus:e=>{o.isUsingKeyboardRef.current&&c.current?.focus(),e.preventDefault()},onCloseAutoFocus:e=>e.preventDefault(),onFocusOutside:J(e.onFocusOutside,e=>{e.target!==s.trigger&&a.onOpenChange(!1)}),onEscapeKeyDown:J(e.onEscapeKeyDown,e=>{o.onClose(),e.preventDefault()}),onKeyDown:J(e.onKeyDown,e=>{let t=e.currentTarget.contains(e.target),n=Ok[o.dir].includes(e.key);t&&n&&(a.onOpenChange(!1),s.trigger?.focus(),e.preventDefault())})})})})})});NA.displayName=MA;function PA(e){return e?`open`:`closed`}function FA(e){return e===`indeterminate`}function IA(e){return FA(e)?`indeterminate`:e?`checked`:`unchecked`}function LA(e){let t=document.activeElement;for(let n of e)if(n===t||(n.focus(),document.activeElement!==t))return}function RA(e,t){return e.map((n,r)=>e[(t+r)%e.length])}function zA(e,t,n){let r=t.length>1&&Array.from(t).every(e=>e===t[0])?t[0]:t,i=n?e.indexOf(n):-1,a=RA(e,Math.max(i,0));r.length===1&&(a=a.filter(e=>e!==n));let o=a.find(e=>e.toLowerCase().startsWith(r.toLowerCase()));return o===n?void 0:o}function BA(e,t){let{x:n,y:r}=e,i=!1;for(let e=0,a=t.length-1;e<t.length;a=e++){let o=t[e],s=t[a],c=o.x,l=o.y,u=s.x,d=s.y;l>r!=d>r&&n<(u-c)*(r-l)/(d-l)+c&&(i=!i)}return i}function VA(e,t){return t?BA({x:e.clientX,y:e.clientY},t):!1}function HA(e){return t=>t.pointerType===`mouse`?e(t):void 0}var UA=Vk,WA=Uk,GA=qk,KA=Zk,qA=rA,JA=aA,YA=cA,XA=dA,ZA=hA,QA=_A,$A=xA,ej=CA,tj=TA,nj=jA,rj=NA,ij=`DropdownMenu`,[aj,oj]=l_(ij,[Pk]),sj=Pk(),[cj,lj]=aj(ij),uj=e=>{let{__scopeDropdownMenu:t,children:n,dir:r,open:i,defaultOpen:a,onOpenChange:o,modal:s=!0}=e,c=sj(t),l=j.useRef(null),[u,d]=q_({prop:i,defaultProp:a??!1,onChange:o,caller:ij});return(0,M.jsx)(cj,{scope:t,triggerId:sS(),triggerRef:l,contentId:sS(),open:u,onOpenChange:d,onOpenToggle:j.useCallback(()=>d(e=>!e),[d]),modal:s,children:(0,M.jsx)(UA,{...c,open:u,onOpenChange:d,dir:r,modal:s,children:n})})};uj.displayName=ij;var dj=`DropdownMenuTrigger`,fj=j.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,disabled:r=!1,...i}=e,a=lj(dj,n),o=sj(n);return(0,M.jsx)(WA,{asChild:!0,...o,children:(0,M.jsx)(y_.button,{type:`button`,id:a.triggerId,"aria-haspopup":`menu`,"aria-expanded":a.open,"aria-controls":a.open?a.contentId:void 0,"data-state":a.open?`open`:`closed`,"data-disabled":r?``:void 0,disabled:r,...i,ref:o_(t,a.triggerRef),onPointerDown:J(e.onPointerDown,e=>{!r&&e.button===0&&e.ctrlKey===!1&&(a.onOpenToggle(),a.open||e.preventDefault())}),onKeyDown:J(e.onKeyDown,e=>{r||([`Enter`,` `].includes(e.key)&&a.onOpenToggle(),e.key===`ArrowDown`&&a.onOpenChange(!0),[`Enter`,` `,`ArrowDown`].includes(e.key)&&e.preventDefault())})})})});fj.displayName=dj;var pj=`DropdownMenuPortal`,mj=e=>{let{__scopeDropdownMenu:t,...n}=e,r=sj(t);return(0,M.jsx)(GA,{...r,...n})};mj.displayName=pj;var hj=`DropdownMenuContent`,gj=j.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=lj(hj,n),a=sj(n),o=j.useRef(!1);return(0,M.jsx)(KA,{id:i.contentId,"aria-labelledby":i.triggerId,...a,...r,ref:t,onCloseAutoFocus:J(e.onCloseAutoFocus,e=>{o.current||i.triggerRef.current?.focus(),o.current=!1,e.preventDefault()}),onInteractOutside:J(e.onInteractOutside,e=>{let t=e.detail.originalEvent,n=t.button===0&&t.ctrlKey===!0,r=t.button===2||n;(!i.modal||r)&&(o.current=!0)}),style:{...e.style,"--radix-dropdown-menu-content-transform-origin":`var(--radix-popper-transform-origin)`,"--radix-dropdown-menu-content-available-width":`var(--radix-popper-available-width)`,"--radix-dropdown-menu-content-available-height":`var(--radix-popper-available-height)`,"--radix-dropdown-menu-trigger-width":`var(--radix-popper-anchor-width)`,"--radix-dropdown-menu-trigger-height":`var(--radix-popper-anchor-height)`}})});gj.displayName=hj;var _j=`DropdownMenuGroup`,vj=j.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=sj(n);return(0,M.jsx)(qA,{...i,...r,ref:t})});vj.displayName=_j;var yj=`DropdownMenuLabel`,bj=j.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=sj(n);return(0,M.jsx)(JA,{...i,...r,ref:t})});bj.displayName=yj;var xj=`DropdownMenuItem`,Sj=j.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=sj(n);return(0,M.jsx)(YA,{...i,...r,ref:t})});Sj.displayName=xj;var Cj=`DropdownMenuCheckboxItem`,wj=j.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=sj(n);return(0,M.jsx)(XA,{...i,...r,ref:t})});wj.displayName=Cj;var Tj=`DropdownMenuRadioGroup`,Ej=j.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=sj(n);return(0,M.jsx)(ZA,{...i,...r,ref:t})});Ej.displayName=Tj;var Dj=`DropdownMenuRadioItem`,Oj=j.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=sj(n);return(0,M.jsx)(QA,{...i,...r,ref:t})});Oj.displayName=Dj;var kj=`DropdownMenuItemIndicator`,Aj=j.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=sj(n);return(0,M.jsx)($A,{...i,...r,ref:t})});Aj.displayName=kj;var jj=`DropdownMenuSeparator`,Mj=j.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=sj(n);return(0,M.jsx)(ej,{...i,...r,ref:t})});Mj.displayName=jj;var Nj=`DropdownMenuArrow`,Pj=j.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=sj(n);return(0,M.jsx)(tj,{...i,...r,ref:t})});Pj.displayName=Nj;var Fj=`DropdownMenuSubTrigger`,Ij=j.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=sj(n);return(0,M.jsx)(nj,{...i,...r,ref:t})});Ij.displayName=Fj;var Lj=`DropdownMenuSubContent`,Rj=j.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=sj(n);return(0,M.jsx)(rj,{...i,...r,ref:t,style:{...e.style,"--radix-dropdown-menu-content-transform-origin":`var(--radix-popper-transform-origin)`,"--radix-dropdown-menu-content-available-width":`var(--radix-popper-available-width)`,"--radix-dropdown-menu-content-available-height":`var(--radix-popper-available-height)`,"--radix-dropdown-menu-trigger-width":`var(--radix-popper-anchor-width)`,"--radix-dropdown-menu-trigger-height":`var(--radix-popper-anchor-height)`}})});Rj.displayName=Lj;var zj=uj,Bj=fj,Vj=mj,Hj=gj,Uj=bj,Wj=Sj,Gj=wj,Kj=Oj,qj=Aj,Jj=Mj,Yj=Ij,Xj=Rj,Zj=zj,Qj=Bj,$j=j.forwardRef(({className:e,inset:t,children:n,...r},i)=>(0,M.jsxs)(Yj,{ref:i,className:Z(`flex cursor-default gap-2 select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none focus:bg-accent data-[state=open]:bg-accent [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0`,t&&`pl-8`,e),...r,children:[n,(0,M.jsx)(my,{className:`ml-auto`})]}));$j.displayName=Yj.displayName;var eM=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(Xj,{ref:n,className:Z(`z-50 min-w-[8rem] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-lg data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2`,e),...t}));eM.displayName=Xj.displayName;var tM=j.forwardRef(({className:e,sideOffset:t=4,...n},r)=>(0,M.jsx)(Vj,{children:(0,M.jsx)(Hj,{ref:r,sideOffset:t,className:Z(`z-50 min-w-[8rem] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-md data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2`,e),...n})}));tM.displayName=Hj.displayName;var nM=j.forwardRef(({className:e,inset:t,...n},r)=>(0,M.jsx)(Wj,{ref:r,className:Z(`relative flex cursor-default select-none items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0`,t&&`pl-8`,e),...n}));nM.displayName=Wj.displayName;var rM=j.forwardRef(({className:e,children:t,checked:n,...r},i)=>(0,M.jsxs)(Gj,{ref:i,className:Z(`relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50`,e),checked:n,...r,children:[(0,M.jsx)(`span`,{className:`absolute left-2 flex h-3.5 w-3.5 items-center justify-center`,children:(0,M.jsx)(qj,{children:(0,M.jsx)(fy,{className:`h-4 w-4`})})}),t]}));rM.displayName=Gj.displayName;var iM=j.forwardRef(({className:e,children:t,...n},r)=>(0,M.jsxs)(Kj,{ref:r,className:Z(`relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50`,e),...n,children:[(0,M.jsx)(`span`,{className:`absolute left-2 flex h-3.5 w-3.5 items-center justify-center`,children:(0,M.jsx)(qj,{children:(0,M.jsx)(by,{className:`h-2 w-2 fill-current`})})}),t]}));iM.displayName=Kj.displayName;var aM=j.forwardRef(({className:e,inset:t,...n},r)=>(0,M.jsx)(Uj,{ref:r,className:Z(`px-2 py-1.5 text-sm font-semibold`,t&&`pl-8`,e),...n}));aM.displayName=Uj.displayName;var oM=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(Jj,{ref:n,className:Z(`-mx-1 my-1 h-px bg-muted`,e),...t}));oM.displayName=Jj.displayName;var sM=({className:e,...t})=>(0,M.jsx)(`span`,{className:Z(`ml-auto text-xs tracking-widest opacity-60`,e),...t});sM.displayName=`DropdownMenuShortcut`;var cM=`modulepreload`,lM=function(e){return`/_account/`+e},uM={},dM=function(e,t,n){let r=Promise.resolve();if(t&&t.length>0){let e=document.getElementsByTagName(`link`),i=document.querySelector(`meta[property=csp-nonce]`),a=i?.nonce||i?.getAttribute(`nonce`);function o(e){return Promise.all(e.map(e=>Promise.resolve(e).then(e=>({status:`fulfilled`,value:e}),e=>({status:`rejected`,reason:e}))))}r=o(t.map(t=>{if(t=lM(t,n),t in uM)return;uM[t]=!0;let r=t.endsWith(`.css`),i=r?`[rel="stylesheet"]`:``;if(n)for(let n=e.length-1;n>=0;n--){let i=e[n];if(i.href===t&&(!r||i.rel===`stylesheet`))return}else if(document.querySelector(`link[href="${t}"]${i}`))return;let o=document.createElement(`link`);if(o.rel=r?`stylesheet`:cM,r||(o.as=`script`),o.crossOrigin=``,o.href=t,a&&o.setAttribute(`nonce`,a),document.head.appendChild(o),r)return new Promise((e,n)=>{o.addEventListener(`load`,e),o.addEventListener(`error`,()=>n(Error(`Unable to preload CSS for ${t}`)))})}))}function i(e){let t=new Event(`vite:preloadError`,{cancelable:!0});if(t.payload=e,window.dispatchEvent(t),!t.defaultPrevented)throw e}return r.then(t=>{for(let e of t||[])e.status===`rejected`&&i(e.reason);return e().catch(i)})},fM=[`en`,`zh-CN`],pM={en:()=>dM(()=>import(`./en-BM3I2v7J.js`),[]),"zh-CN":()=>dM(()=>import(`./zh-CN-f2PfHJHM.js`),[])};function mM(e){return fM.includes(e)?e:e.toLowerCase().startsWith(`zh`)?`zh-CN`:`en`}async function hM(e){let t=mM(e);try{return(await pM[t]()).default}catch(t){return console.warn(`[account/i18n] Failed to load language pack '${e}':`,t),{}}}var gM={en:`English`,"zh-CN":`中文`};function _M(){let{t:e,language:t,changeLanguage:n}=vt();async function r(e){await n(e);try{localStorage.setItem(`account.lang`,e)}catch{}}return(0,M.jsxs)(Zj,{children:[(0,M.jsx)(Qj,{asChild:!0,children:(0,M.jsxs)(Q,{variant:`ghost`,size:`icon`,className:`h-8 w-8`,"aria-label":e(`common.language`),children:[(0,M.jsx)(ky,{className:`h-4 w-4`}),(0,M.jsx)(`span`,{className:`sr-only`,children:e(`common.language`)})]})}),(0,M.jsx)(tM,{align:`end`,children:fM.map(e=>(0,M.jsx)(nM,{onSelect:()=>void r(e),className:e===t?`font-medium`:void 0,children:gM[e]},e))})]})}function vM(e){let t=document.documentElement;e===`dark`?t.classList.add(`dark`):t.classList.remove(`dark`)}function yM(){let{t:e}=vt(),[,t]=(0,j.useState)(`light`);(0,j.useEffect)(()=>{let e=localStorage.getItem(`theme`);e?(t(e),vM(e===`system`?window.matchMedia(`(prefers-color-scheme: dark)`).matches?`dark`:`light`:e)):(t(`system`),vM(window.matchMedia(`(prefers-color-scheme: dark)`).matches?`dark`:`light`))},[]);function n(e){t(e),localStorage.setItem(`theme`,e),vM(e===`system`?window.matchMedia(`(prefers-color-scheme: dark)`).matches?`dark`:`light`:e)}return(0,M.jsxs)(Zj,{children:[(0,M.jsx)(Qj,{asChild:!0,children:(0,M.jsxs)(Q,{variant:`ghost`,size:`icon`,className:`h-8 w-8`,children:[(0,M.jsx)(Wy,{className:`h-4 w-4 rotate-0 scale-100 transition-all dark:-rotate-90 dark:scale-0`}),(0,M.jsx)(Fy,{className:`absolute h-4 w-4 rotate-90 scale-0 transition-all dark:rotate-0 dark:scale-100`}),(0,M.jsx)(`span`,{className:`sr-only`,children:e(`common.toggleTheme`)})]})}),(0,M.jsxs)(tM,{align:`end`,children:[(0,M.jsxs)(nM,{onClick:()=>n(`light`),children:[(0,M.jsx)(Wy,{className:`mr-2 h-4 w-4`}),e(`common.light`)]}),(0,M.jsxs)(nM,{onClick:()=>n(`dark`),children:[(0,M.jsx)(Fy,{className:`mr-2 h-4 w-4`}),e(`common.dark`)]}),(0,M.jsx)(nM,{onClick:()=>n(`system`),children:e(`common.system`)})]})]})}function bM(e,t=[]){let n=[];function r(t,r){let i=j.createContext(r);i.displayName=t+`Context`;let a=n.length;n=[...n,r];let o=t=>{let{scope:n,children:r,...o}=t,s=n?.[e]?.[a]||i,c=j.useMemo(()=>o,Object.values(o));return(0,M.jsx)(s.Provider,{value:c,children:r})};o.displayName=t+`Provider`;function s(n,o){let s=o?.[e]?.[a]||i,c=j.useContext(s);if(c)return c;if(r!==void 0)return r;throw Error(`\`${n}\` must be used within \`${t}\``)}return[o,s]}let i=()=>{let t=n.map(e=>j.createContext(e));return function(n){let r=n?.[e]||t;return j.useMemo(()=>({[`__scope${e}`]:{...n,[e]:r}}),[n,r])}};return i.scopeName=e,[r,xM(i,...t)]}function xM(...e){let t=e[0];if(e.length===1)return t;let n=()=>{let n=e.map(e=>({useScope:e(),scopeName:e.scopeName}));return function(e){let r=n.reduce((t,{useScope:n,scopeName:r})=>{let i=n(e)[`__scope${r}`];return{...t,...i}},{});return j.useMemo(()=>({[`__scope${t.scopeName}`]:r}),[r])}};return n.scopeName=t.scopeName,n}function SM(){return(0,ot.useSyncExternalStore)(CM,()=>!0,()=>!1)}function CM(){return()=>{}}var wM=`Avatar`,[TM,EM]=bM(wM),[DM,OM]=TM(wM),kM=j.forwardRef((e,t)=>{let{__scopeAvatar:n,...r}=e,[i,a]=j.useState(`idle`);return(0,M.jsx)(DM,{scope:n,imageLoadingStatus:i,onImageLoadingStatusChange:a,children:(0,M.jsx)(Zx.span,{...r,ref:t})})});kM.displayName=wM;var AM=`AvatarImage`,jM=j.forwardRef((e,t)=>{let{__scopeAvatar:n,src:r,onLoadingStatusChange:i=()=>{},...a}=e,o=OM(AM,n),s=FM(r,a),c=x_(e=>{i(e),o.onImageLoadingStatusChange(e)});return R_(()=>{s!==`idle`&&c(s)},[s,c]),s===`loaded`?(0,M.jsx)(Zx.img,{...a,ref:t,src:r}):null});jM.displayName=AM;var MM=`AvatarFallback`,NM=j.forwardRef((e,t)=>{let{__scopeAvatar:n,delayMs:r,...i}=e,a=OM(MM,n),[o,s]=j.useState(r===void 0);return j.useEffect(()=>{if(r!==void 0){let e=window.setTimeout(()=>s(!0),r);return()=>window.clearTimeout(e)}},[r]),o&&a.imageLoadingStatus!==`loaded`?(0,M.jsx)(Zx.span,{...i,ref:t}):null});NM.displayName=MM;function PM(e,t){return e?t?(e.src!==t&&(e.src=t),e.complete&&e.naturalWidth>0?`loaded`:`loading`):`error`:`idle`}function FM(e,{referrerPolicy:t,crossOrigin:n}){let r=SM(),i=j.useRef(null),a=r?(i.current||=new window.Image,i.current):null,[o,s]=j.useState(()=>PM(a,e));return R_(()=>{s(PM(a,e))},[a,e]),R_(()=>{let e=e=>()=>{s(e)};if(!a)return;let r=e(`loaded`),i=e(`error`);return a.addEventListener(`load`,r),a.addEventListener(`error`,i),t&&(a.referrerPolicy=t),typeof n==`string`&&(a.crossOrigin=n),()=>{a.removeEventListener(`load`,r),a.removeEventListener(`error`,i)}},[a,n,t]),o}var IM=kM,LM=jM,RM=NM,zM=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(IM,{ref:n,className:Z(`relative flex h-10 w-10 shrink-0 overflow-hidden rounded-full`,e),...t}));zM.displayName=IM.displayName;var BM=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(LM,{ref:n,className:Z(`aspect-square h-full w-full`,e),...t}));BM.displayName=LM.displayName;var VM=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(RM,{ref:n,className:Z(`flex h-full w-full items-center justify-center rounded-full bg-muted`,e),...t}));VM.displayName=RM.displayName;var HM=(0,j.createContext)(null),UM=`auth-session-token`,WM=`auth-active-organization-id`;function GM(e){if(!(typeof window>`u`))try{e?.token?localStorage.setItem(UM,e.token):localStorage.removeItem(UM),e?.activeOrganizationId?localStorage.setItem(WM,e.activeOrganizationId):localStorage.removeItem(WM)}catch{}}function KM(e){if(!e)return{user:null,session:null};let t=e.data===void 0?e:e.data;return t?{user:t.user??null,session:t.session??null}:{user:null,session:null}}function qM({children:e}){let t=qg(),[n,r]=(0,j.useState)(null),[i,a]=(0,j.useState)(null),[o,s]=(0,j.useState)(!0),[c,l]=(0,j.useState)(null),[u,d]=(0,j.useState)([]),[f,p]=(0,j.useState)(!1),[m,h]=(0,j.useState)(!1),g=(0,j.useCallback)(async()=>{if(t?.organizations){p(!0);try{d((await t.organizations.list())?.organizations??[])}catch{d([])}finally{p(!1),h(!0)}}},[t]),_=(0,j.useCallback)(async()=>{if(t?.auth){s(!0),l(null);try{let{user:e,session:n}=KM(await t.auth.me());r(e),a(n),GM(e?n:null)}catch(e){l(e),r(null),a(null),GM(null)}finally{s(!1)}}},[t]);(0,j.useEffect)(()=>{_()},[_]),(0,j.useEffect)(()=>{n?g():(d([]),h(!1))},[n,g]);let v=(0,j.useCallback)(async()=>{if(t?.auth)try{await t.auth.logout()}finally{r(null),a(null),d([]),h(!1),GM(null)}},[t]),y=(0,j.useCallback)(async e=>{if(t?.organizations){await t.organizations.setActive(e),await _();try{localStorage.setItem(WM,e)}catch{}}},[t,_]),b=(0,j.useMemo)(()=>({user:n,session:i,loading:o,error:c,refresh:_,logout:v,setActiveOrganization:y,organizations:u,organizationsLoading:f,organizationsFetched:m,reloadOrganizations:g}),[n,i,o,c,_,v,y,u,f,m,g]);return(0,j.createElement)(HM.Provider,{value:b},e)}function JM(){let e=(0,j.useContext)(HM);if(!e)throw Error(`useSession must be used inside <SessionProvider>.`);return e}function YM(){let{organizations:e,organizationsLoading:t,reloadOrganizations:n}=JM();return{organizations:e,loading:t,error:null,reload:n}}function XM(){let e=qg(),[t,n]=(0,j.useState)(!1),[r,i]=(0,j.useState)(null);return{create:(0,j.useCallback)(async t=>{if(!e?.organizations)throw Error(`Client not ready`);n(!0),i(null);try{return await e.organizations.create(t)}catch(e){throw i(e),e}finally{n(!1)}},[e]),creating:t,error:r}}function ZM(){let e=qg(),{reloadOrganizations:t,refresh:n}=JM(),[r,i]=(0,j.useState)(!1),[a,o]=(0,j.useState)(null);return{update:(0,j.useCallback)(async(r,a)=>{if(!e?.organizations?.update)throw Error(`Client not ready`);i(!0),o(null);try{let i=await e.organizations.update(r,a);return await t(),await n(),i}catch(e){throw o(e),e}finally{i(!1)}},[e,t,n]),updating:r,error:a}}function QM(){let e=qg(),{reloadOrganizations:t,refresh:n}=JM(),[r,i]=(0,j.useState)(!1),[a,o]=(0,j.useState)(null);return{remove:(0,j.useCallback)(async r=>{if(!e?.organizations?.delete)throw Error(`Client not ready`);i(!0),o(null);try{let i=await e.organizations.delete(r);return await t(),await n(),i}catch(e){throw o(e),e}finally{i(!1)}},[e,t,n]),deleting:r,error:a}}function $M({message:e}){return typeof document>`u`?null:(0,Gi.createPortal)((0,M.jsx)(`div`,{role:`status`,"aria-live":`polite`,className:`fixed inset-0 z-[100] flex items-center justify-center bg-background/80 backdrop-blur-sm`,children:(0,M.jsxs)(`div`,{className:`flex flex-col items-center gap-3 text-sm text-muted-foreground`,children:[(0,M.jsx)(`div`,{className:`size-8 animate-spin rounded-full border-2 border-muted-foreground border-t-transparent`}),(0,M.jsx)(`span`,{children:e})]})}),document.body)}function eN(e,t){let n=(e||t||`?`).trim(),r=n.split(/\s+/);return r.length>=2?(r[0][0]+r[1][0]).toUpperCase():n.slice(0,2).toUpperCase()}function tN(){let{t:e}=vt(),t=Hi(),{user:n,loading:r,logout:i}=JM(),[a,o]=(0,j.useState)(!1);return r&&!n?(0,M.jsx)(`div`,{className:`h-8 w-8 animate-pulse rounded-full bg-muted`,"aria-hidden":!0}):n?(0,M.jsxs)(M.Fragment,{children:[(0,M.jsxs)(Zj,{children:[(0,M.jsx)(Qj,{asChild:!0,children:(0,M.jsx)(Q,{variant:`ghost`,size:`icon`,className:`h-8 w-8 rounded-full`,children:(0,M.jsxs)(zM,{className:`h-7 w-7`,children:[n.image?(0,M.jsx)(BM,{src:n.image,alt:n.name??n.email??e(`userMenu.user`)}):null,(0,M.jsx)(VM,{className:`text-[11px]`,children:eN(n.name,n.email)})]})})}),(0,M.jsxs)(tM,{align:`end`,className:`w-64`,children:[(0,M.jsx)(aM,{children:(0,M.jsxs)(`div`,{className:`flex flex-col gap-0.5`,children:[(0,M.jsx)(`span`,{className:`truncate text-sm font-medium`,children:n.name||n.email}),n.email&&(0,M.jsx)(`span`,{className:`truncate text-[11px] text-muted-foreground`,children:n.email})]})}),(0,M.jsx)(oM,{}),(0,M.jsxs)(nM,{onSelect:()=>t({to:`/account`}),children:[(0,M.jsx)(Zy,{className:`mr-2 h-3.5 w-3.5`}),e(`userMenu.account`)]}),(0,M.jsxs)(nM,{onSelect:()=>t({to:`/organizations`}),children:[(0,M.jsx)(dy,{className:`mr-2 h-3.5 w-3.5`}),e(`userMenu.organizations`)]}),(0,M.jsx)(oM,{}),(0,M.jsxs)(nM,{onSelect:async()=>{o(!0);try{await i()}finally{window.location.assign(`/_account/login`)}},disabled:a,children:[(0,M.jsx)(My,{className:`mr-2 h-3.5 w-3.5`}),e(`userMenu.signOut`)]})]})]}),a?(0,M.jsx)($M,{message:e(`auth.userMenu.signingOut`,{defaultValue:`Signing you out…`})}):null]}):(0,M.jsx)(Q,{variant:`outline`,size:`sm`,className:`h-8`,onClick:()=>t({to:`/login`}),children:e(`userMenu.signIn`)})}function nN(){let{t:e}=vt(),t=Hi(),n=Oa(),{organizations:r,loading:i,reload:a}=YM(),{session:o,setActiveOrganization:s}=JM(),[c,l]=(0,j.useState)(!1),[u,d]=(0,j.useState)(!1),f=o?.activeOrganizationId??void 0,p=(0,j.useMemo)(()=>r.find(e=>e.id===f)??null,[r,f]),m=async r=>{if(l(!1),r===f){t({to:`/organizations/$orgId/general`,params:{orgId:r}});return}d(!0);try{await s(r),await a(),q({title:e(`organizations.general.switched`)});let i=n.pathname.match(/^\/organizations\/[^/]+\/(general|members)\/?$/);t({to:(i?i[1]:`general`)===`members`?`/organizations/$orgId/members`:`/organizations/$orgId/general`,params:{orgId:r}})}catch(t){q({title:e(`organizations.switchFailed`),description:t.message,variant:`destructive`})}finally{d(!1)}};return(0,M.jsxs)(Zj,{open:c,onOpenChange:l,children:[(0,M.jsx)(Qj,{asChild:!0,children:(0,M.jsxs)(Q,{variant:`ghost`,size:`sm`,className:`h-8 gap-2 px-2 text-sm font-medium`,disabled:u,children:[p?(0,M.jsx)(`span`,{className:`max-w-[160px] truncate`,children:p.name}):(0,M.jsx)(`span`,{className:`text-muted-foreground`,children:e(i?`organizations.loading`:`organizationSwitcher.select`)}),(0,M.jsx)(gy,{className:`h-3 w-3 opacity-50`})]})}),(0,M.jsxs)(tM,{align:`start`,className:`w-[280px]`,sideOffset:4,children:[(0,M.jsx)(aM,{className:`text-[10px] uppercase tracking-wider text-muted-foreground`,children:e(`organizations.title`)}),r.length===0&&!i&&(0,M.jsx)(`div`,{className:`px-3 py-4 text-center text-xs text-muted-foreground`,children:e(`organizations.emptyTitle`)}),r.map(e=>(0,M.jsxs)(nM,{onSelect:t=>{t.preventDefault(),m(e.id)},className:`flex items-center gap-2`,children:[(0,M.jsxs)(`div`,{className:`flex-1 min-w-0`,children:[(0,M.jsx)(`div`,{className:`truncate font-medium`,children:e.name}),e.slug&&(0,M.jsx)(`code`,{className:`text-[11px] text-muted-foreground font-mono`,children:e.slug})]}),e.id===f&&(0,M.jsx)(fy,{className:`h-3.5 w-3.5 text-primary`})]},e.id)),(0,M.jsx)(oM,{}),(0,M.jsxs)(nM,{onSelect:e=>{e.preventDefault(),l(!1),t({to:`/organizations/new`})},className:`gap-2 text-sm`,children:[(0,M.jsx)(Ly,{className:`h-3.5 w-3.5`}),e(`organizationSwitcher.new`)]}),(0,M.jsx)(nM,{onSelect:e=>{e.preventDefault(),l(!1),t({to:`/organizations`})},className:`gap-2 text-sm text-muted-foreground`,children:e(`organizationSwitcher.manage`)})]})]})}function rN({label:e}){return(0,M.jsx)(ra,{to:`/account`,className:`flex h-8 w-8 items-center justify-center rounded-md bg-brand-gradient text-primary-foreground shadow-sm shadow-primary/30 ring-1 ring-white/15 transition-transform hover:scale-105`,"aria-label":e,children:(0,M.jsx)(vy,{className:`h-4 w-4`})})}function iN(){return(0,M.jsx)(my,{"aria-hidden":!0,className:`size-3.5 shrink-0 text-muted-foreground/50`})}function aN(){let{t:e}=vt(),t=Oa(),n=Bi({strict:!1}),r=(0,j.useMemo)(()=>{let r=t.pathname,i=t=>e(`topBar.breadcrumb.${t}`);if(r.startsWith(`/account`)){let e=[{label:i(`account`)}];return r===`/account/profile`?e.push({label:i(`profile`)}):r===`/account/security`?e.push({label:i(`security`)}):r===`/account/sessions`?e.push({label:i(`sessions`)}):r===`/account/two-factor`?e.push({label:i(`twoFactor`)}):r===`/account/oauth-applications`?e.push({label:i(`oauthApps`)}):r===`/account/oauth-applications/new`?e.push({label:i(`oauthApps`)},{label:i(`new`)}):r.startsWith(`/account/oauth-applications/`)&&e.push({label:i(`oauthApps`)}),e}if(r===`/organizations/new`)return[{label:i(`organizations`)},{label:i(`new`)}];if(n.orgId){let e=r.endsWith(`/general`)?i(`general`):r.endsWith(`/members`)?i(`members`):i(`settings`);return[{label:i(`organizations`)},{label:e}]}return r===`/organizations`||r.startsWith(`/organizations/`)?[{label:i(`organizations`)}]:r.startsWith(`/accept-invitation/`)?[{label:i(`acceptInvitation`)}]:r.startsWith(`/auth/device`)?[{label:i(`deviceAuthorization`)}]:[{label:i(`account`)}]},[t.pathname,n.orgId,e]);return(0,M.jsxs)(`header`,{className:`sticky top-0 z-30 flex h-14 shrink-0 items-center justify-between gap-2 border-b bg-background/80 px-2 backdrop-blur supports-[backdrop-filter]:bg-background/70 sm:px-4`,children:[(0,M.jsxs)(`div`,{className:`flex min-w-0 items-center gap-1.5 sm:gap-2.5`,children:[(0,M.jsx)(`div`,{className:`sm:hidden`,children:(0,M.jsx)(wO,{className:`h-9 w-9`})}),(0,M.jsx)(rN,{label:e(`topBar.accountHome`)}),(0,M.jsx)(`span`,{className:`hidden text-sm font-semibold tracking-tight sm:inline`,children:e(`topBar.brand`)}),(0,M.jsxs)(`div`,{className:`hidden items-center gap-1.5 sm:flex`,children:[(0,M.jsx)(iS,{orientation:`vertical`,className:`mx-1 h-4`}),(0,M.jsx)(nN,{}),(0,M.jsx)(iN,{}),(0,M.jsx)(qO,{children:(0,M.jsx)(JO,{children:r.map((e,t)=>(0,M.jsxs)(`div`,{className:`flex items-center`,children:[t>0&&(0,M.jsx)(QO,{}),(0,M.jsx)(YO,{children:(0,M.jsx)(ZO,{className:`font-medium`,children:e.label})})]},t))})})]}),(0,M.jsx)(`div`,{className:`min-w-0 flex-1 sm:hidden`,children:r.length>0&&(0,M.jsx)(`span`,{className:`truncate text-sm font-medium`,children:r[r.length-1].label})})]}),(0,M.jsxs)(`div`,{className:`flex items-center gap-1 sm:gap-2`,children:[(0,M.jsx)(`div`,{className:`hidden sm:block`,children:(0,M.jsx)(_M,{})}),(0,M.jsx)(`div`,{className:`hidden sm:block`,children:(0,M.jsx)(yM,{})}),(0,M.jsx)(tN,{})]})]})}var oN=[{to:`/account`,label:`home`,icon:Ey,exact:!0},{to:`/account/profile`,label:`profile`,icon:Zy},{to:`/account/security`,label:`security`,icon:Hy},{to:`/account/sessions`,label:`sessions`,icon:Py},{to:`/account/two-factor`,label:`twoFactor`,icon:Vy},{to:`/account/invitations`,label:`invitations`,icon:Dy},{to:`/account/linked-accounts`,label:`linkedAccounts`,icon:jy}],sN=[`group/nav relative transition-all duration-150`,`before:absolute before:left-0 before:top-1/2 before:h-5 before:w-[3px] before:-translate-y-1/2 before:rounded-r-full before:bg-brand-gradient before:opacity-0 before:transition-opacity`,`data-[active=true]:before:opacity-100`,`data-[active=true]:bg-sidebar-accent/80 data-[active=true]:text-sidebar-accent-foreground`,`[&>svg]:transition-transform [&>svg]:duration-150 hover:[&>svg]:scale-110`,`data-[active=true]:[&>svg]:text-primary`].join(` `);function cN(){let{t:e}=vt(),{pathname:t}=Oa(),{organizations:n}=YM(),r=t,i=t.match(/^\/organizations\/([^/]+)(?:\/.*)?$/),a=i&&n.some(e=>e.id===i[1])?i[1]:null;return(0,M.jsxs)(CO,{collapsible:`icon`,className:`h-full`,children:[(0,M.jsxs)(jO,{children:[(0,M.jsxs)(MO,{children:[(0,M.jsx)(NO,{children:e(`sidebar.groups.account`)}),(0,M.jsx)(FO,{children:(0,M.jsx)(IO,{children:oN.map(t=>{let n=t.icon;return(0,M.jsx)(LO,{children:(0,M.jsx)(RO,{asChild:!0,isActive:t.exact?r===t.to||r===`${t.to}/`:r===t.to||r.startsWith(`${t.to}/`),tooltip:e(`sidebar.items.${t.label}`),className:sN,children:(0,M.jsxs)(ra,{to:t.to,children:[(0,M.jsx)(n,{className:`size-4`}),(0,M.jsx)(`span`,{children:e(`sidebar.items.${t.label}`)})]})})},t.to)})})})]}),(0,M.jsx)(AO,{}),(0,M.jsxs)(MO,{children:[(0,M.jsx)(NO,{children:e(`sidebar.groups.organization`)}),(0,M.jsx)(FO,{children:(0,M.jsxs)(IO,{children:[(0,M.jsx)(LO,{children:(0,M.jsx)(RO,{asChild:!0,isActive:t===`/organizations`,tooltip:e(`sidebar.items.overview`),className:sN,children:(0,M.jsxs)(ra,{to:`/organizations`,children:[(0,M.jsx)(dy,{className:`size-4`}),(0,M.jsx)(`span`,{children:e(`sidebar.items.overview`)})]})})}),a&&(0,M.jsxs)(M.Fragment,{children:[(0,M.jsx)(LO,{children:(0,M.jsx)(RO,{asChild:!0,isActive:t===`/organizations/${a}/general`,tooltip:e(`sidebar.items.general`),className:sN,children:(0,M.jsxs)(ra,{to:`/organizations/$orgId/general`,params:{orgId:a},children:[(0,M.jsx)(By,{className:`size-4`}),(0,M.jsx)(`span`,{children:e(`sidebar.items.general`)})]})})}),(0,M.jsx)(LO,{children:(0,M.jsx)(RO,{asChild:!0,isActive:t===`/organizations/${a}/members`,tooltip:e(`sidebar.items.members`),className:sN,children:(0,M.jsxs)(ra,{to:`/organizations/$orgId/members`,params:{orgId:a},children:[(0,M.jsx)($y,{className:`size-4`}),(0,M.jsx)(`span`,{children:e(`sidebar.items.members`)})]})})}),(0,M.jsx)(LO,{children:(0,M.jsx)(RO,{asChild:!0,isActive:t===`/organizations/${a}/teams`,tooltip:e(`sidebar.items.teams`),className:sN,children:(0,M.jsxs)(ra,{to:`/organizations/$orgId/teams`,params:{orgId:a},children:[(0,M.jsx)(Qy,{className:`size-4`}),(0,M.jsx)(`span`,{children:e(`sidebar.items.teams`)})]})})})]})]})})]}),(0,M.jsx)(AO,{}),(0,M.jsxs)(MO,{children:[(0,M.jsx)(NO,{children:e(`sidebar.groups.developer`)}),(0,M.jsx)(FO,{children:(0,M.jsx)(IO,{children:(0,M.jsx)(LO,{children:(0,M.jsx)(RO,{asChild:!0,isActive:t.startsWith(`/account/oauth-applications`),tooltip:e(`sidebar.items.oauthApps`),className:sN,children:(0,M.jsxs)(ra,{to:`/account/oauth-applications`,children:[(0,M.jsx)(Oy,{className:`size-4`}),(0,M.jsx)(`span`,{children:e(`sidebar.items.oauthApps`)})]})})})})})]})]}),(0,M.jsx)(kO,{children:(0,M.jsx)(IO,{children:(0,M.jsx)(LO,{children:(0,M.jsx)(lN,{})})})})]})}function lN(){let{t:e}=vt(),{state:t,toggleSidebar:n}=xO(),r=e(t===`collapsed`?`sidebar.expand`:`sidebar.collapse`);return(0,M.jsx)(RO,{onClick:n,tooltip:r,"aria-label":r,children:(0,M.jsx)(Iy,{className:`size-4`})})}function uN(){return typeof window<`u`&&window.location.pathname.startsWith(`/_account`)?window.location.origin:`http://localhost:3000`}var dN=new Set([`/login`,`/register`,`/forgot-password`,`/reset-password`,`/verify-email`,`/auth/device`,`/setup`]);function fN(e){return dN.has(e)||e.startsWith(`/accept-invitation/`)}function pN(){let[e,t]=(0,j.useState)(null);return(0,j.useEffect)(()=>{let e=!1;return(async()=>{try{let n=await fetch(`/api/v1/auth/bootstrap-status`);if(!n.ok){e||t(!0);return}let r=await n.json();e||t(r.hasOwner!==!1)}catch{e||t(!0)}})(),()=>{e=!0}},[]),e}function mN({children:e}){let{user:t,loading:n}=JM(),r=Hi(),i=Oa(),a=fN(i.pathname),o=i.pathname.startsWith(`/oauth/`),s=pN(),c=i.pathname===`/setup`;return(0,j.useEffect)(()=>{s===!1&&!c&&!t&&r({to:`/setup`,replace:!0})},[s,c,t,r]),(0,j.useEffect)(()=>{n||s!==!1&&!t&&!a&&r({to:`/login`,search:{redirect:i.pathname+i.searchStr},replace:!0})},[t,n,a,r,i.pathname,i.searchStr,s]),s===null||n&&!t?(0,M.jsx)(`div`,{className:`flex min-h-screen w-full flex-1 items-center justify-center bg-background`,children:(0,M.jsx)(`div`,{className:`h-8 w-8 animate-spin rounded-full border-4 border-muted border-t-primary`})}):s===!1&&!c||!t&&!a?null:a||o?(0,M.jsx)(`div`,{className:`flex min-h-screen w-full`,children:e}):(0,M.jsxs)(SO,{className:`flex h-svh w-full flex-col`,children:[(0,M.jsx)(aN,{}),(0,M.jsxs)(`div`,{className:`flex min-h-0 flex-1 w-full`,children:[(0,M.jsx)(cN,{}),(0,M.jsx)(EO,{className:`flex min-w-0 flex-1 flex-col overflow-hidden`,children:(0,M.jsx)(`main`,{className:`flex min-h-0 flex-1 flex-col overflow-auto bg-background`,children:e})})]})]})}function hN(){let e=uN();return(0,M.jsx)(Kg,{client:(0,j.useMemo)(()=>new Ug({baseUrl:e}),[e]),children:(0,M.jsxs)(qM,{children:[(0,M.jsx)(mN,{children:(0,M.jsx)(ya,{})}),(0,M.jsx)(Fx,{})]})})}var gN=ca({component:hN}),$=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(`div`,{ref:n,className:Z(`rounded-lg border bg-card text-card-foreground shadow-sm`,e),...t}));$.displayName=`Card`;var _N=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(`div`,{ref:n,className:Z(`flex flex-col space-y-1.5 p-6`,e),...t}));_N.displayName=`CardHeader`;var vN=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(`h3`,{ref:n,className:Z(`text-2xl font-semibold leading-none tracking-tight`,e),...t}));vN.displayName=`CardTitle`;var yN=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(`p`,{ref:n,className:Z(`text-sm text-muted-foreground`,e),...t}));yN.displayName=`CardDescription`;var bN=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(`div`,{ref:n,className:Z(`p-6 pt-0`,e),...t}));bN.displayName=`CardContent`;var xN=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(`div`,{ref:n,className:Z(`flex items-center p-6 pt-0`,e),...t}));xN.displayName=`CardFooter`;function SN(e){let t=e.split(`:`)[0].toLowerCase();return/^cloud\./.test(t)}function CN(){return typeof window>`u`?null:window.location.host||null}function wN({children:e,headline:t,subline:n,formWidth:r=`sm`}){let{t:i}=vt(),a=r===`md`?`max-w-md`:`max-w-sm`,o=CN(),s=!!o&&!SN(o);return j.useEffect(()=>{if(typeof document>`u`||!o)return;let e=document.title;return document.title=s?`${o} · ObjectStack`:e,()=>{document.title=e}},[o,s]),(0,M.jsxs)(`div`,{className:`relative grid min-h-svh w-full lg:grid-cols-2`,children:[(0,M.jsx)(`div`,{className:`flex flex-col items-center justify-center gap-6 bg-background p-6 md:p-10`,children:(0,M.jsxs)(`div`,{className:Z(`flex w-full flex-col gap-6`,a),children:[(0,M.jsxs)(`div`,{className:`flex flex-col items-center gap-1 self-center`,children:[(0,M.jsxs)(`a`,{href:`#`,className:`flex items-center gap-2 font-semibold tracking-tight`,children:[(0,M.jsx)(`div`,{className:`flex size-7 items-center justify-center rounded-md bg-brand-gradient text-primary-foreground shadow-sm shadow-primary/30`,children:(0,M.jsx)(wy,{className:`size-4`})}),(0,M.jsx)(`span`,{children:`ObjectStack`})]}),s?(0,M.jsx)(`span`,{className:`rounded-full border border-border/60 bg-muted/50 px-2 py-0.5 font-mono text-[10px] uppercase tracking-wide text-muted-foreground`,title:i(`auth.shell.tenantHostHint`,{defaultValue:`You are signing in to this workspace`}),children:o}):null]}),e]})}),(0,M.jsxs)(`aside`,{"aria-hidden":!0,className:`relative hidden overflow-hidden bg-brand-mesh text-white lg:flex lg:flex-col lg:justify-between lg:p-12`,children:[(0,M.jsx)(`div`,{className:`pointer-events-none absolute inset-0 opacity-[0.12]`,style:{backgroundImage:`linear-gradient(rgba(255,255,255,0.6) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.6) 1px, transparent 1px)`,backgroundSize:`48px 48px`,maskImage:`radial-gradient(ellipse at center, black 40%, transparent 75%)`}}),(0,M.jsx)(`div`,{className:`pointer-events-none absolute -left-24 top-1/3 size-[28rem] rounded-full bg-white/15 blur-3xl`}),(0,M.jsx)(`div`,{className:`pointer-events-none absolute -right-20 -bottom-20 size-[24rem] rounded-full bg-white/10 blur-3xl`}),(0,M.jsxs)(`div`,{className:`relative flex items-center gap-2 text-sm font-semibold tracking-tight`,children:[(0,M.jsx)(`div`,{className:`flex size-7 items-center justify-center rounded-md bg-white/15 ring-1 ring-white/30 backdrop-blur`,children:(0,M.jsx)(wy,{className:`size-4`})}),`ObjectStack`]}),(0,M.jsxs)(`div`,{className:`relative max-w-md space-y-5`,children:[(0,M.jsx)(`h2`,{className:`text-balance text-3xl font-semibold leading-tight tracking-tight md:text-4xl`,children:t??i(`auth.login.brandHeadline`,{defaultValue:`The AI-native backend for business software.`})}),(0,M.jsx)(`p`,{className:`text-balance text-base/relaxed text-white/80`,children:n??i(`auth.login.brandSubline`,{defaultValue:`One identity, every workspace. Sign in to manage your account, organizations and connected apps.`})})]}),(0,M.jsxs)(`div`,{className:`relative text-xs text-white/60`,children:[`© `,new Date().getFullYear(),` ObjectStack`]})]})]})}var TN=la(`/verify-email`)({validateSearch:e=>{let t=e.token;return typeof t==`string`?{token:t}:{}},component:EN});function EN(){let{t:e}=vt(),{token:t}=TN.useSearch(),n=qg(),[r,i]=(0,j.useState)(`loading`),[a,o]=(0,j.useState)(``);return(0,j.useEffect)(()=>{if(!t){i(`error`),o(e(`auth.verifyEmail.missingToken`));return}let r=!1;return(async()=>{try{await n.auth.verifyEmail({token:t}),r||i(`success`)}catch(t){r||(i(`error`),o(t.message||e(`auth.verifyEmail.errorDescription`)))}})(),()=>{r=!0}},[t,e,n]),(0,M.jsx)(wN,{headline:e(`auth.verifyEmail.brandHeadline`,{defaultValue:`One more step to get started.`}),subline:e(`auth.verifyEmail.brandSubline`,{defaultValue:`Verifying your email keeps your ObjectStack account secure.`}),children:(0,M.jsxs)($,{className:`border-border/60 shadow-sm shadow-primary/5 backdrop-blur supports-[backdrop-filter]:bg-card/95`,children:[r===`loading`&&(0,M.jsxs)(M.Fragment,{children:[(0,M.jsxs)(_N,{className:`text-center`,children:[(0,M.jsx)(vN,{className:`text-xl tracking-tight`,children:e(`auth.verifyEmail.verifyingTitle`)}),(0,M.jsx)(yN,{children:e(`auth.verifyEmail.verifyingDescription`)})]}),(0,M.jsx)(bN,{className:`flex justify-center py-6`,children:(0,M.jsx)(`div`,{className:`h-10 w-10 animate-spin rounded-full border-4 border-muted border-t-primary`})})]}),r===`success`&&(0,M.jsxs)(M.Fragment,{children:[(0,M.jsxs)(_N,{className:`text-center`,children:[(0,M.jsx)(`div`,{className:`mx-auto mb-2 flex size-12 items-center justify-center rounded-full bg-emerald-500/10 text-emerald-500 ring-1 ring-emerald-500/30`,children:(0,M.jsx)(_y,{className:`size-6`})}),(0,M.jsx)(vN,{className:`text-xl tracking-tight`,children:e(`auth.verifyEmail.successTitle`)}),(0,M.jsx)(yN,{children:e(`auth.verifyEmail.successDescription`)})]}),(0,M.jsx)(bN,{className:`text-center`,children:(0,M.jsx)(ra,{to:`/login`,className:`text-sm font-medium text-primary underline-offset-4 hover:underline`,children:e(`auth.verifyEmail.signInLink`)})})]}),r===`error`&&(0,M.jsxs)(M.Fragment,{children:[(0,M.jsxs)(_N,{className:`text-center`,children:[(0,M.jsx)(`div`,{className:`mx-auto mb-2 flex size-12 items-center justify-center rounded-full bg-destructive/10 text-destructive ring-1 ring-destructive/30`,children:(0,M.jsx)(yy,{className:`size-6`})}),(0,M.jsx)(vN,{className:`text-xl tracking-tight`,children:e(`auth.verifyEmail.errorTitle`)}),(0,M.jsx)(yN,{children:a||e(`auth.verifyEmail.errorDescription`)})]}),(0,M.jsx)(bN,{className:`text-center`,children:(0,M.jsx)(ra,{to:`/login`,className:`text-sm font-medium text-primary underline-offset-4 hover:underline`,children:e(`auth.verifyEmail.backToSignIn`)})})]})]})})}var DN=`Label`,ON=j.forwardRef((e,t)=>(0,M.jsx)(Zx.label,{...e,ref:t,onMouseDown:t=>{t.target.closest(`button, input, select, textarea`)||(e.onMouseDown?.(t),!t.defaultPrevented&&t.detail>1&&t.preventDefault())}}));ON.displayName=DN;var kN=ON,AN=$v(`text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70`),jN=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(kN,{ref:n,className:Z(AN(),e),...t}));jN.displayName=kN.displayName;var MN=la(`/setup`)({component:PN});function NN(e){return e.toLowerCase().replace(/[^a-z0-9]+/g,`-`).replace(/^-+|-+$/g,``)}function PN(){let{t:e}=vt(),t=Hi(),n=qg(),{user:r,refresh:i}=JM(),[a,o]=(0,j.useState)(``),[s,c]=(0,j.useState)(``),[l,u]=(0,j.useState)(``),[d,f]=(0,j.useState)(``),[p,m]=(0,j.useState)(!1),[h,g]=(0,j.useState)(null);return(0,j.useEffect)(()=>{let e=!1;return(async()=>{try{let{hasOwner:t}=await n.auth.bootstrapStatus();e||g(t)}catch{e||g(!1)}})(),()=>{e=!0}},[n]),(0,j.useEffect)(()=>{h===!0&&!r&&t({to:`/login`,replace:!0})},[h,r,t]),(0,j.useEffect)(()=>{r&&window.location.assign(`/`)},[r]),h===null?(0,M.jsx)(`div`,{className:`flex min-h-svh w-full items-center justify-center bg-muted`,children:(0,M.jsx)(`div`,{className:`h-8 w-8 animate-spin rounded-full border-4 border-muted-foreground/20 border-t-primary`})}):(0,M.jsx)(`div`,{className:`flex min-h-svh w-full items-center justify-center bg-muted p-6`,children:(0,M.jsxs)(`div`,{className:`flex w-full max-w-md flex-col gap-6`,children:[(0,M.jsxs)(`a`,{href:`#`,className:`flex items-center gap-2 self-center font-medium`,children:[(0,M.jsx)(`div`,{className:`flex size-6 items-center justify-center rounded-md bg-primary text-primary-foreground`,children:(0,M.jsx)(wy,{className:`size-4`})}),`ObjectStack`]}),(0,M.jsxs)($,{children:[(0,M.jsxs)(_N,{className:`text-center`,children:[(0,M.jsx)(vN,{children:e(`auth.setup.welcomeTitle`)}),(0,M.jsx)(yN,{children:e(`auth.setup.description`)})]}),(0,M.jsx)(bN,{children:(0,M.jsxs)(`form`,{onSubmit:async t=>{if(t.preventDefault(),n?.auth){m(!0);try{await n.auth.register({name:a,email:s,password:l}),await i();let e=d.trim();if(e)try{let{organizations:t}=await n.organizations.list(),r=t?.[0],i;if(r?.id)await n.organizations.update(r.id,{name:e,slug:NN(e)}),i=r.id;else{let t=await n.organizations.create({name:e,slug:NN(e)});i=t?.id??t?.data?.id}i&&await n.organizations.setActive(i).catch(()=>{})}catch(e){console.warn(`[setup] organization rename/create failed`,e)}window.location.assign(`/`)}catch(t){q({title:e(`auth.setup.failed`),description:t.message,variant:`destructive`})}finally{m(!1)}}},className:`flex flex-col gap-4`,children:[(0,M.jsxs)(`div`,{className:`flex flex-col gap-2`,children:[(0,M.jsx)(jN,{htmlFor:`name`,children:e(`auth.setup.yourName`)}),(0,M.jsx)(Xx,{id:`name`,autoComplete:`name`,required:!0,value:a,onChange:e=>o(e.target.value)})]}),(0,M.jsxs)(`div`,{className:`flex flex-col gap-2`,children:[(0,M.jsx)(jN,{htmlFor:`orgName`,children:e(`auth.setup.orgName`)}),(0,M.jsx)(Xx,{id:`orgName`,required:!0,placeholder:e(`auth.setup.orgNamePlaceholder`),value:d,onChange:e=>f(e.target.value)})]}),(0,M.jsxs)(`div`,{className:`flex flex-col gap-2`,children:[(0,M.jsx)(jN,{htmlFor:`email`,children:e(`auth.emailLabel`)}),(0,M.jsx)(Xx,{id:`email`,type:`email`,placeholder:e(`auth.emailPlaceholder`),autoComplete:`email`,required:!0,value:s,onChange:e=>c(e.target.value)})]}),(0,M.jsxs)(`div`,{className:`flex flex-col gap-2`,children:[(0,M.jsx)(jN,{htmlFor:`password`,children:e(`auth.passwordLabel`)}),(0,M.jsx)(Xx,{id:`password`,type:`password`,autoComplete:`new-password`,required:!0,minLength:8,placeholder:e(`auth.setup.passwordHint`),value:l,onChange:e=>u(e.target.value)})]}),(0,M.jsx)(Q,{type:`submit`,className:`mt-2 w-full`,disabled:p,children:e(p?`auth.setup.submitting`:`auth.setup.submit`)})]})})]})]})})}var FN=la(`/reset-password`)({validateSearch:e=>{let t=e.token;return typeof t==`string`?{token:t}:{}},component:IN});function IN(){let{t:e}=vt(),t=Hi(),{token:n}=FN.useSearch(),[r,i]=(0,j.useState)(``),[a,o]=(0,j.useState)(``),[s,c]=(0,j.useState)(!1);return(0,M.jsx)(wN,{headline:e(`auth.resetPassword.brandHeadline`,{defaultValue:`Choose a new password.`}),subline:e(`auth.resetPassword.brandSubline`,{defaultValue:`Make it strong — at least 8 characters with a mix of letters and numbers.`}),children:(0,M.jsxs)($,{className:`border-border/60 shadow-sm shadow-primary/5 backdrop-blur supports-[backdrop-filter]:bg-card/95`,children:[(0,M.jsxs)(_N,{className:`text-center`,children:[(0,M.jsx)(vN,{className:`text-xl tracking-tight`,children:e(`auth.resetPassword.title`)}),(0,M.jsx)(yN,{children:e(`auth.resetPassword.description`)})]}),(0,M.jsx)(bN,{children:n?(0,M.jsxs)(`form`,{onSubmit:async i=>{if(i.preventDefault(),r!==a){q({title:e(`auth.resetPassword.passwordsMismatch`),variant:`destructive`});return}if(!n){q({title:e(`auth.resetPassword.missingToken`),variant:`destructive`});return}c(!0);try{let i=await fetch(`/api/v1/auth/reset-password`,{method:`POST`,headers:{"Content-Type":`application/json`},credentials:`include`,body:JSON.stringify({token:n,newPassword:r})});if(!i.ok){let e=await i.json().catch(()=>({}));throw Error(e?.message||`Request failed: ${i.status}`)}q({title:e(`auth.resetPassword.success`)}),t({to:`/login`})}catch(t){q({title:e(`auth.resetPassword.failed`),description:t.message,variant:`destructive`})}finally{c(!1)}},className:`flex flex-col gap-4`,children:[(0,M.jsxs)(`div`,{className:`flex flex-col gap-2`,children:[(0,M.jsx)(jN,{htmlFor:`new-password`,children:e(`auth.resetPassword.newPassword`)}),(0,M.jsx)(Xx,{id:`new-password`,type:`password`,autoComplete:`new-password`,required:!0,minLength:8,value:r,onChange:e=>i(e.target.value)})]}),(0,M.jsxs)(`div`,{className:`flex flex-col gap-2`,children:[(0,M.jsx)(jN,{htmlFor:`confirm-password`,children:e(`auth.resetPassword.confirmPassword`)}),(0,M.jsx)(Xx,{id:`confirm-password`,type:`password`,autoComplete:`new-password`,required:!0,minLength:8,value:a,onChange:e=>o(e.target.value)})]}),(0,M.jsx)(Q,{type:`submit`,className:`w-full bg-brand-gradient text-primary-foreground shadow-sm shadow-primary/20 transition-all hover:opacity-95 hover:shadow-md hover:shadow-primary/30`,disabled:s,children:e(s?`auth.resetPassword.submitting`:`auth.resetPassword.submit`)})]}):(0,M.jsxs)(`p`,{className:`text-sm text-muted-foreground text-center`,children:[e(`auth.resetPassword.invalidToken`),` `,(0,M.jsx)(ra,{to:`/forgot-password`,className:`font-medium text-primary underline-offset-4 hover:underline`,children:e(`auth.resetPassword.requestNewLink`)})]})})]})})}function LN({mode:e,redirect:t}){let{t:n}=vt(),r=qg(),[i,a]=(0,j.useState)([]),[o,s]=(0,j.useState)(!0),[c,l]=(0,j.useState)(null);if((0,j.useEffect)(()=>{r?.auth?.getConfig&&r.auth.getConfig().then(e=>{a((e?.socialProviders??e?.data?.socialProviders??[]).filter(e=>e.enabled))}).catch(e=>{console.warn(`[SocialSignInButtons] failed to load auth config`,e)}).finally(()=>s(!1))},[r]),o||i.length===0)return null;let u=n(e===`sign-in`?`auth.social.continueWith`:`auth.social.signUpWith`),d=window.location.origin+`/_account/login`+(t?`?redirect=${encodeURIComponent(t)}`:``),f=e=>{c||(l(e),Promise.resolve(r.auth.signInWithProvider(e.id,{callbackURL:d,errorCallbackURL:d,type:e.type??`social`})).catch(e=>{console.warn(`[SocialSignInButtons] signInWithProvider failed`,e),l(null)}))};return(0,M.jsxs)(`div`,{className:`flex flex-col gap-2`,children:[i.map(e=>{let t=c?.id===e.id;return(0,M.jsxs)(Q,{type:`button`,variant:`outline`,className:`w-full`,disabled:!!c,onClick:()=>f(e),children:[t?(0,M.jsx)(`span`,{className:`mr-2 inline-block size-4 animate-spin rounded-full border-2 border-muted-foreground border-t-transparent`}):(0,M.jsx)(`span`,{className:`mr-2 flex h-4 w-4 items-center justify-center rounded-sm bg-muted text-[10px] font-bold uppercase`,children:e.id[0]}),t?n(`auth.social.redirectingTo`,{provider:e.name,defaultValue:`Redirecting to ${e.name}…`}):`${u} ${e.name}`]},e.id)}),(0,M.jsxs)(`div`,{className:`relative my-1`,children:[(0,M.jsx)(`div`,{className:`absolute inset-0 flex items-center`,children:(0,M.jsx)(`span`,{className:`w-full border-t`})}),(0,M.jsx)(`div`,{className:`relative flex justify-center text-xs uppercase`,children:(0,M.jsx)(`span`,{className:`bg-card px-2 text-muted-foreground`,children:n(`auth.social.orContinueEmail`)})})]}),c&&typeof document<`u`?(0,Gi.createPortal)((0,M.jsx)(`div`,{role:`status`,"aria-live":`polite`,className:`fixed inset-0 z-[100] flex items-center justify-center bg-background/80 backdrop-blur-sm`,children:(0,M.jsxs)(`div`,{className:`flex flex-col items-center gap-3 text-sm text-muted-foreground`,children:[(0,M.jsx)(`div`,{className:`size-8 animate-spin rounded-full border-2 border-muted-foreground border-t-transparent`}),(0,M.jsx)(`span`,{children:n(`auth.social.redirectingTo`,{provider:c.name,defaultValue:`Redirecting to ${c.name}…`})})]})}),document.body):null]})}var RN=la(`/register`)({validateSearch:e=>{let t=e.redirect;return typeof t==`string`?{redirect:t}:{}},component:VN});function zN(e){return!!e&&e.startsWith(`/`)&&!e.startsWith(`//`)}function BN(e){return e.startsWith(`/_`)?e:`/_account/`.replace(/\/$/,``)+e}function VN(){let{t:e}=vt(),t=Hi(),{redirect:n}=RN.useSearch(),r=qg(),{session:i,user:a,loading:o,refresh:s,organizations:c,organizationsLoading:l,organizationsFetched:u,setActiveOrganization:d}=JM(),[f,p]=(0,j.useState)(``),[m,h]=(0,j.useState)(``),[g,_]=(0,j.useState)(``),[v,y]=(0,j.useState)(!1),[b,x]=(0,j.useState)(!1);return(0,j.useEffect)(()=>{if(a){if(typeof window<`u`){let e=new URLSearchParams(window.location.search);if(e.has(`client_id`)&&e.has(`redirect_uri`)){window.location.assign(`/api/v1/auth/oauth2/authorize${window.location.search}`);return}}if(!i?.activeOrganizationId){if(!u||l||b)return;if(c.length===1){x(!0),d(c[0].id).catch(()=>void 0).finally(()=>x(!1));return}if(c.length>1){t({to:`/organizations`});return}t({to:`/organizations/new`});return}if(!b){if(zN(n)){window.location.assign(BN(n));return}window.location.assign(`/`)}}},[a,i,t,n,c,l,u,b,d]),(0,M.jsx)(wN,{headline:e(`auth.register.brandHeadline`,{defaultValue:`Create your ObjectStack account.`}),subline:e(`auth.register.brandSubline`,{defaultValue:`One identity for every workspace, app and integration in your stack.`}),children:o||a?(0,M.jsxs)(`div`,{className:`flex flex-col items-center gap-3 py-10 text-sm text-muted-foreground`,children:[(0,M.jsx)(`div`,{className:`size-6 animate-spin rounded-full border-2 border-muted-foreground border-t-transparent`}),(0,M.jsx)(`span`,{children:a?e(`auth.register.signingIn`,{defaultValue:`Setting up your account…`}):e(`auth.login.redirecting`,{defaultValue:`Loading…`})})]}):(0,M.jsxs)(`div`,{className:`flex flex-col gap-6`,children:[(0,M.jsxs)($,{className:`border-border/60 shadow-sm shadow-primary/5 backdrop-blur supports-[backdrop-filter]:bg-card/95`,children:[(0,M.jsxs)(_N,{className:`text-center`,children:[(0,M.jsx)(vN,{className:`text-xl tracking-tight`,children:e(`auth.register.title`)}),(0,M.jsx)(yN,{children:e(`auth.register.description`)})]}),(0,M.jsx)(bN,{children:(0,M.jsx)(`form`,{onSubmit:async t=>{if(t.preventDefault(),r?.auth){y(!0);try{await r.auth.register({name:f,email:m,password:g}),await s(),q({title:e(`auth.register.successToast`)})}catch(t){q({title:e(`auth.register.failed`),description:t.message,variant:`destructive`})}finally{y(!1)}}},children:(0,M.jsxs)(`div`,{className:`flex flex-col gap-4`,children:[(0,M.jsx)(LN,{mode:`sign-up`,redirect:n}),(0,M.jsxs)(`div`,{className:`flex flex-col gap-2`,children:[(0,M.jsx)(jN,{htmlFor:`name`,children:e(`auth.nameLabel`)}),(0,M.jsx)(Xx,{id:`name`,autoComplete:`name`,required:!0,value:f,onChange:e=>p(e.target.value)})]}),(0,M.jsxs)(`div`,{className:`flex flex-col gap-2`,children:[(0,M.jsx)(jN,{htmlFor:`email`,children:e(`auth.emailLabel`)}),(0,M.jsx)(Xx,{id:`email`,type:`email`,placeholder:e(`auth.emailPlaceholder`),autoComplete:`email`,required:!0,value:m,onChange:e=>h(e.target.value)})]}),(0,M.jsxs)(`div`,{className:`flex flex-col gap-2`,children:[(0,M.jsx)(jN,{htmlFor:`password`,children:e(`auth.passwordLabel`)}),(0,M.jsx)(Xx,{id:`password`,type:`password`,autoComplete:`new-password`,required:!0,minLength:8,value:g,onChange:e=>_(e.target.value)})]}),(0,M.jsx)(Q,{type:`submit`,className:`w-full bg-brand-gradient text-primary-foreground shadow-sm shadow-primary/20 transition-all hover:opacity-95 hover:shadow-md hover:shadow-primary/30`,disabled:v,children:e(v?`auth.register.submitting`:`auth.register.submit`)}),(0,M.jsxs)(`p`,{className:`text-center text-sm text-muted-foreground`,children:[e(`auth.register.haveAccount`),` `,(0,M.jsx)(ra,{to:`/login`,search:n?{redirect:n}:void 0,className:`font-medium text-primary underline-offset-4 hover:underline`,children:e(`auth.register.signIn`)})]})]})})})]}),(0,M.jsxs)(`p`,{className:`px-6 text-center text-xs text-muted-foreground [&_a]:underline [&_a]:underline-offset-4 [&_a]:hover:text-primary`,children:[e(`legal.agreementPrefix`),` `,(0,M.jsx)(`a`,{href:`#`,children:e(`legal.termsOfService`)}),` `,e(`legal.and`),` `,(0,M.jsx)(`a`,{href:`#`,children:e(`legal.privacyPolicy`)}),`.`]})]})})}var HN=la(`/login`)({validateSearch:e=>{let t=e.redirect;return typeof t==`string`?{redirect:t}:{}},component:GN});function UN(e){return!!e&&e.startsWith(`/`)&&!e.startsWith(`//`)}function WN(e){return e.startsWith(`/_`)?e:`/_account/`.replace(/\/$/,``)+e}function GN(){let{t:e}=vt(),t=Hi(),{redirect:n}=HN.useSearch(),r=qg(),i=null;if(typeof window<`u`){let e=new URLSearchParams(window.location.search),t=e.get(`redirect_uri`);if(e.has(`client_id`)&&t)try{i=new URL(t).host}catch{i=null}}let{session:a,user:o,loading:s,refresh:c,organizations:l,organizationsLoading:u,organizationsFetched:d,setActiveOrganization:f}=JM(),[p,m]=(0,j.useState)(``),[h,g]=(0,j.useState)(``),[_,v]=(0,j.useState)(!1),[y,b]=(0,j.useState)(!1);return(0,j.useEffect)(()=>{if(o){if(typeof window<`u`){let e=new URLSearchParams(window.location.search);if(e.has(`client_id`)&&e.has(`redirect_uri`)){window.location.assign(`/api/v1/auth/oauth2/authorize${window.location.search}`);return}}if(!a?.activeOrganizationId){if(!d||u||y)return;if(l.length===1){b(!0),f(l[0].id).catch(()=>void 0).finally(()=>b(!1));return}if(l.length===0){t({to:`/organizations/new`});return}t({to:`/organizations`});return}if(!y){if(UN(n)){window.location.assign(WN(n));return}window.location.assign(`/`)}}},[o,a,t,n,l,u,d,y,f]),s||o?(0,M.jsx)(wN,{children:(0,M.jsxs)(`div`,{className:`flex flex-col items-center gap-3 py-10 text-sm text-muted-foreground`,children:[(0,M.jsx)(`div`,{className:`size-6 animate-spin rounded-full border-2 border-muted-foreground border-t-transparent`}),(0,M.jsx)(`span`,{children:e(`auth.login.signingIn`,{defaultValue:`Signing you in…`})})]})}):(0,M.jsxs)(wN,{children:[_?(0,M.jsx)($M,{message:e(`auth.login.signingIn`,{defaultValue:`Signing you in…`})}):null,(0,M.jsxs)(`div`,{className:`flex flex-col gap-6`,children:[i?(0,M.jsxs)(`div`,{role:`status`,className:`flex items-start gap-3 rounded-md border border-primary/30 bg-primary/5 px-4 py-3 text-sm text-foreground`,children:[(0,M.jsx)(`span`,{className:`mt-0.5 inline-block size-2 shrink-0 rounded-full bg-primary`}),(0,M.jsx)(`span`,{children:e(`auth.login.ssoHandoff`,{target:i,defaultValue:`Sign in to ObjectStack to continue to ${i}`})})]}):null,(0,M.jsxs)($,{className:`border-border/60 shadow-sm shadow-primary/5 backdrop-blur supports-[backdrop-filter]:bg-card/95`,children:[(0,M.jsxs)(_N,{className:`text-center`,children:[(0,M.jsx)(vN,{className:`text-xl tracking-tight`,children:e(`auth.login.title`)}),(0,M.jsx)(yN,{children:e(`auth.login.description`)})]}),(0,M.jsx)(bN,{children:(0,M.jsx)(`form`,{onSubmit:async t=>{if(t.preventDefault(),r?.auth){v(!0);try{await r.auth.login({type:`email`,email:p,password:h}),await c(),q({title:e(`auth.login.welcomeToast`)})}catch(t){q({title:e(`auth.login.failed`),description:t.message,variant:`destructive`})}finally{v(!1)}}},children:(0,M.jsxs)(`div`,{className:`flex flex-col gap-4`,children:[(0,M.jsx)(LN,{mode:`sign-in`,redirect:n}),(0,M.jsxs)(`div`,{className:`flex flex-col gap-2`,children:[(0,M.jsx)(jN,{htmlFor:`email`,children:e(`auth.emailLabel`)}),(0,M.jsx)(Xx,{id:`email`,type:`email`,placeholder:e(`auth.emailPlaceholder`),autoComplete:`email`,required:!0,value:p,onChange:e=>m(e.target.value)})]}),(0,M.jsxs)(`div`,{className:`flex flex-col gap-2`,children:[(0,M.jsxs)(`div`,{className:`flex items-center`,children:[(0,M.jsx)(jN,{htmlFor:`password`,children:e(`auth.passwordLabel`)}),(0,M.jsx)(ra,{to:`/forgot-password`,className:`ml-auto text-sm underline-offset-4 hover:underline`,children:e(`auth.login.forgotPassword`)})]}),(0,M.jsx)(Xx,{id:`password`,type:`password`,autoComplete:`current-password`,required:!0,value:h,onChange:e=>g(e.target.value)})]}),(0,M.jsx)(Q,{type:`submit`,className:`w-full bg-brand-gradient text-primary-foreground shadow-sm shadow-primary/20 transition-all hover:opacity-95 hover:shadow-md hover:shadow-primary/30`,disabled:_,children:e(_?`auth.login.submitting`:`auth.login.submit`)}),(0,M.jsxs)(`p`,{className:`text-center text-sm text-muted-foreground`,children:[e(`auth.login.noAccount`),` `,(0,M.jsx)(ra,{to:`/register`,search:n?{redirect:n}:void 0,className:`font-medium text-primary underline-offset-4 hover:underline`,children:e(`auth.login.signUp`)})]})]})})})]}),(0,M.jsxs)(`p`,{className:`px-6 text-center text-xs text-muted-foreground [&_a]:underline [&_a]:underline-offset-4 [&_a]:hover:text-primary`,children:[e(`legal.agreementPrefix`),` `,(0,M.jsx)(`a`,{href:`#`,children:e(`legal.termsOfService`)}),` `,e(`legal.and`),` `,(0,M.jsx)(`a`,{href:`#`,children:e(`legal.privacyPolicy`)}),`.`]})]})]})}var KN=la(`/forgot-password`)({component:qN});function qN(){let{t:e}=vt(),[t,n]=(0,j.useState)(``),[r,i]=(0,j.useState)(!1),[a,o]=(0,j.useState)(!1);return(0,M.jsx)(wN,{headline:e(`auth.forgotPassword.brandHeadline`,{defaultValue:`Forgot your password?`}),subline:e(`auth.forgotPassword.brandSubline`,{defaultValue:`No problem — we will send you a secure link to reset it.`}),children:(0,M.jsx)($,{className:`border-border/60 shadow-sm shadow-primary/5 backdrop-blur supports-[backdrop-filter]:bg-card/95`,children:a?(0,M.jsxs)(M.Fragment,{children:[(0,M.jsxs)(_N,{className:`text-center`,children:[(0,M.jsx)(vN,{className:`text-xl tracking-tight`,children:e(`auth.forgotPassword.checkEmailTitle`)}),(0,M.jsx)(yN,{children:e(`auth.forgotPassword.checkEmailDescription`,{email:t})})]}),(0,M.jsx)(bN,{className:`text-center`,children:(0,M.jsx)(ra,{to:`/login`,className:`text-sm font-medium text-primary underline-offset-4 hover:underline`,children:e(`auth.forgotPassword.backToSignIn`)})})]}):(0,M.jsxs)(M.Fragment,{children:[(0,M.jsxs)(_N,{className:`text-center`,children:[(0,M.jsx)(vN,{className:`text-xl tracking-tight`,children:e(`auth.forgotPassword.title`)}),(0,M.jsx)(yN,{children:e(`auth.forgotPassword.description`)})]}),(0,M.jsx)(bN,{children:(0,M.jsxs)(`form`,{onSubmit:async n=>{n.preventDefault(),i(!0);try{let e=window.location.origin+`/_account/`.replace(/\/$/,``)+`/reset-password`,n=await fetch(`/api/v1/auth/forget-password`,{method:`POST`,headers:{"Content-Type":`application/json`},credentials:`include`,body:JSON.stringify({email:t,redirectTo:e})});if(!n.ok){let e=await n.json().catch(()=>({}));throw Error(e?.message||`Request failed: ${n.status}`)}o(!0)}catch(t){q({title:e(`auth.forgotPassword.failed`),description:t.message,variant:`destructive`})}finally{i(!1)}},className:`flex flex-col gap-4`,children:[(0,M.jsxs)(`div`,{className:`flex flex-col gap-2`,children:[(0,M.jsx)(jN,{htmlFor:`email`,children:e(`auth.emailLabel`)}),(0,M.jsx)(Xx,{id:`email`,type:`email`,placeholder:e(`auth.emailPlaceholder`),autoComplete:`email`,required:!0,value:t,onChange:e=>n(e.target.value)})]}),(0,M.jsx)(Q,{type:`submit`,className:`w-full bg-brand-gradient text-primary-foreground shadow-sm shadow-primary/20 transition-all hover:opacity-95 hover:shadow-md hover:shadow-primary/30`,disabled:r,children:e(r?`auth.forgotPassword.submitting`:`auth.forgotPassword.submit`)}),(0,M.jsxs)(`p`,{className:`text-center text-sm text-muted-foreground`,children:[e(`auth.forgotPassword.rememberPassword`),` `,(0,M.jsx)(ra,{to:`/login`,className:`font-medium text-primary underline-offset-4 hover:underline`,children:e(`auth.forgotPassword.signIn`)})]})]})})]})})})}var JN=la(`/account`)({component:YN});function YN(){return(0,M.jsx)(`div`,{className:`flex flex-1 flex-col overflow-hidden`,children:(0,M.jsx)(`div`,{className:`flex-1 overflow-auto px-4 py-6 sm:px-6 sm:py-8`,children:(0,M.jsx)(`div`,{className:`page-enter mx-auto flex max-w-4xl flex-col gap-6`,children:(0,M.jsx)(ya,{})})})})}var XN=la(`/`)({component:ZN});function ZN(){return(0,M.jsx)(Ui,{to:`/login`})}var QN=$v(`inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2`,{variants:{variant:{default:`border-transparent bg-primary text-primary-foreground hover:bg-primary/80`,secondary:`border-transparent bg-secondary text-secondary-foreground hover:bg-secondary/80`,destructive:`border-transparent bg-destructive text-destructive-foreground hover:bg-destructive/80`,outline:`text-foreground`}},defaultVariants:{variant:`default`}});function $N({className:e,variant:t,...n}){return(0,M.jsx)(`div`,{className:Z(QN({variant:t}),e),...n})}function eP({title:e,description:t,icon:n,actions:r,className:i,...a}){return(0,M.jsxs)(`div`,{className:Z(`relative overflow-hidden rounded-xl border bg-brand-gradient-subtle`,`px-5 py-5 sm:px-6 sm:py-6`,i),...a,children:[(0,M.jsx)(`div`,{className:`pointer-events-none absolute inset-0 opacity-60`,style:{backgroundImage:`radial-gradient(ellipse 60% 80% at 0% 0%, hsl(var(--brand-from) / 0.12), transparent 60%)`},"aria-hidden":!0}),(0,M.jsxs)(`div`,{className:`relative flex flex-col gap-4 sm:flex-row sm:items-start sm:justify-between sm:gap-6`,children:[(0,M.jsxs)(`div`,{className:`flex min-w-0 items-start gap-4`,children:[n?(0,M.jsx)(`div`,{className:`flex size-10 shrink-0 items-center justify-center rounded-lg bg-brand-gradient text-primary-foreground shadow-sm shadow-primary/30 ring-1 ring-white/15`,children:(0,M.jsx)(n,{className:`size-5`})}):null,(0,M.jsxs)(`div`,{className:`min-w-0 space-y-1`,children:[(0,M.jsx)(`h1`,{className:`truncate text-xl font-semibold tracking-tight sm:text-2xl`,children:e}),t?(0,M.jsx)(`p`,{className:`text-sm text-muted-foreground`,children:t}):null]})]}),r?(0,M.jsx)(`div`,{className:`flex shrink-0 flex-wrap items-center gap-2`,children:r}):null]})]})}var tP=la(`/organizations/`)({component:nP});function nP(){let{t:e}=vt(),{organizations:t,loading:n}=YM(),{session:r,setActiveOrganization:i}=JM(),a=Hi(),o=r?.activeOrganizationId??void 0,s=async t=>{try{t!==o&&await i(t),a({to:`/organizations/$orgId`,params:{orgId:t}})}catch(t){q({title:e(`organizations.switchFailed`),description:t.message,variant:`destructive`})}},c=e=>e.split(/\s+/).map(e=>e[0]).join(``).slice(0,2).toUpperCase();return(0,M.jsx)(`div`,{className:`flex flex-1 flex-col overflow-hidden`,children:(0,M.jsx)(`div`,{className:`flex-1 overflow-auto px-4 py-6 sm:px-6 sm:py-8`,children:(0,M.jsxs)(`div`,{className:`page-enter mx-auto flex max-w-3xl flex-col gap-6`,children:[(0,M.jsx)(eP,{icon:dy,title:e(`organizations.title`),description:e(`organizations.description`),actions:(0,M.jsxs)(Q,{onClick:()=>a({to:`/organizations/new`}),className:`bg-brand-gradient text-primary-foreground shadow-sm shadow-primary/20 transition-all hover:opacity-95 hover:shadow-md hover:shadow-primary/30`,children:[(0,M.jsx)(Ly,{className:`mr-2 h-4 w-4`}),e(`organizations.newOrganization`)]})}),n&&(0,M.jsx)(`p`,{className:`text-sm text-muted-foreground`,children:e(`organizations.loading`)}),!n&&t.length===0&&(0,M.jsxs)($,{className:`p-10 text-center`,children:[(0,M.jsx)(`div`,{className:`mx-auto mb-3 flex size-12 items-center justify-center rounded-lg bg-brand-gradient-subtle text-primary ring-1 ring-primary/15`,children:(0,M.jsx)(dy,{className:`h-6 w-6`})}),(0,M.jsx)(`h3`,{className:`text-base font-medium`,children:e(`organizations.emptyTitle`)}),(0,M.jsx)(`p`,{className:`mb-4 text-sm text-muted-foreground`,children:e(`organizations.emptyDescription`)}),(0,M.jsxs)(Q,{onClick:()=>a({to:`/organizations/new`}),className:`bg-brand-gradient text-primary-foreground shadow-sm shadow-primary/20`,children:[(0,M.jsx)(Ly,{className:`mr-2 h-4 w-4`}),e(`organizations.createOrganization`)]})]}),(0,M.jsx)(`div`,{className:`grid gap-3`,children:t.map(t=>{let n=t.id===o;return(0,M.jsx)($,{role:`button`,tabIndex:0,onClick:()=>s(t.id),onKeyDown:e=>{(e.key===`Enter`||e.key===` `)&&(e.preventDefault(),s(t.id))},className:`group cursor-pointer p-4 transition-all hover:-translate-y-0.5 hover:border-primary/30 hover:shadow-md hover:shadow-primary/5 focus:outline-none focus:ring-2 focus:ring-ring ${n?`border-primary/50 bg-brand-gradient-subtle ring-1 ring-primary/30`:``}`,children:(0,M.jsxs)(`div`,{className:`flex items-center gap-4`,children:[(0,M.jsx)(`div`,{className:`flex size-12 shrink-0 items-center justify-center rounded-lg font-semibold `+(n?`bg-brand-gradient text-primary-foreground shadow-sm shadow-primary/30 ring-1 ring-white/15`:`bg-muted text-muted-foreground group-hover:bg-brand-gradient-subtle group-hover:text-primary`),children:c(t.name)||(0,M.jsx)(dy,{className:`h-5 w-5`})}),(0,M.jsxs)(`div`,{className:`min-w-0 flex-1`,children:[(0,M.jsxs)(`div`,{className:`flex flex-wrap items-center gap-2`,children:[(0,M.jsx)(`h3`,{className:`truncate text-base font-medium`,children:t.name}),n&&(0,M.jsxs)($N,{className:`gap-1 border-transparent bg-emerald-500/15 text-[10px] font-medium text-emerald-600 dark:text-emerald-400`,children:[(0,M.jsx)(fy,{className:`h-3 w-3`}),e(`organizations.active`)]})]}),t.slug&&(0,M.jsx)(`code`,{className:`mt-0.5 block font-mono text-xs text-muted-foreground`,children:t.slug})]}),(0,M.jsx)(my,{className:`size-4 shrink-0 text-muted-foreground transition-transform group-hover:translate-x-0.5 group-hover:text-primary`})]})},t.id)})})]})})})}var rP=la(`/account/`)({component:iP});function iP(){let{t:e}=vt(),{user:t}=JM(),{organizations:n}=YM(),r=[!!t?.emailVerified,!!t?.twoFactorEnabled,!!t?.name,!!t?.image].filter(Boolean).length*25,i=r>=75?`success`:r>=50?`warn`:`danger`,a=(t?.name??t?.email??`?`).split(/\s+/).map(e=>e[0]).join(``).slice(0,2).toUpperCase(),o=[{to:`/account/profile`,label:e(`home.tiles.profile.title`,{defaultValue:`Profile`}),description:e(`home.tiles.profile.description`,{defaultValue:`Display name, avatar and contact info.`}),icon:Zy},{to:`/account/security`,label:e(`home.tiles.security.title`,{defaultValue:`Security`}),description:e(`home.tiles.security.description`,{defaultValue:`Change your password and review activity.`}),icon:Hy},{to:`/account/two-factor`,label:e(`home.tiles.twoFactor.title`,{defaultValue:`Two-factor auth`}),description:e(`home.tiles.twoFactor.description`,{defaultValue:`Add an authenticator app for stronger sign-in.`}),icon:Vy},{to:`/account/sessions`,label:e(`home.tiles.sessions.title`,{defaultValue:`Active sessions`}),description:e(`home.tiles.sessions.description`,{defaultValue:`See and revoke devices that are signed in.`}),icon:Py},{to:`/account/linked-accounts`,label:e(`home.tiles.linked.title`,{defaultValue:`Linked accounts`}),description:e(`home.tiles.linked.description`,{defaultValue:`Manage your social and SSO providers.`}),icon:jy},{to:`/account/oauth-applications`,label:e(`home.tiles.oauth.title`,{defaultValue:`OAuth applications`}),description:e(`home.tiles.oauth.description`,{defaultValue:`Apps you have authorised to access your account.`}),icon:Oy}];return(0,M.jsxs)(`div`,{className:`space-y-6`,children:[(0,M.jsxs)(`div`,{className:`relative overflow-hidden rounded-xl border bg-card`,children:[(0,M.jsx)(`div`,{className:`absolute inset-0 bg-brand-gradient`,"aria-hidden":!0}),(0,M.jsx)(`div`,{className:`absolute inset-0 opacity-40 mix-blend-soft-light`,style:{backgroundImage:`radial-gradient(ellipse at 20% 0%, rgba(255,255,255,0.4), transparent 60%), radial-gradient(ellipse at 100% 100%, rgba(0,0,0,0.25), transparent 60%)`},"aria-hidden":!0}),(0,M.jsxs)(`div`,{className:`relative flex flex-col gap-4 p-6 text-white sm:flex-row sm:items-center sm:gap-6 sm:p-8`,children:[(0,M.jsxs)(zM,{className:`size-16 shrink-0 ring-4 ring-white/30 shadow-md sm:size-20`,children:[t?.image?(0,M.jsx)(BM,{src:t.image,alt:t?.name??``}):null,(0,M.jsx)(VM,{className:`bg-white/20 text-base font-semibold text-white backdrop-blur`,children:a})]}),(0,M.jsxs)(`div`,{className:`min-w-0 flex-1 space-y-1`,children:[(0,M.jsx)(`p`,{className:`text-xs uppercase tracking-wider text-white/70`,children:e(`home.welcome`,{defaultValue:`Welcome back`})}),(0,M.jsx)(`h2`,{className:`truncate text-2xl font-semibold tracking-tight`,children:t?.name||t?.email||`ObjectStack user`}),(0,M.jsxs)(`div`,{className:`flex flex-wrap items-center gap-2 text-sm text-white/80`,children:[(0,M.jsx)(Ny,{className:`size-3.5`,"aria-hidden":!0}),(0,M.jsx)(`span`,{className:`truncate`,children:t?.email}),t?.emailVerified?(0,M.jsx)($N,{className:`border-white/30 bg-white/15 text-[10px] font-medium text-white backdrop-blur hover:bg-white/20`,children:e(`home.verified`,{defaultValue:`Verified`})}):null]})]})]})]}),(0,M.jsxs)(`div`,{className:`grid grid-cols-1 gap-4 sm:grid-cols-3`,children:[(0,M.jsx)(aP,{icon:Vy,label:e(`home.stats.score`,{defaultValue:`Security score`}),value:`${r}%`,tone:i,extra:(0,M.jsx)(`div`,{className:`mt-2 h-1.5 w-full overflow-hidden rounded-full bg-muted`,children:(0,M.jsx)(`div`,{className:`h-full bg-brand-gradient transition-[width] duration-500`,style:{width:`${r}%`}})})}),(0,M.jsx)(aP,{icon:dy,label:e(`home.stats.orgs`,{defaultValue:`Organizations`}),value:String(n.length),extra:(0,M.jsxs)(ra,{to:`/organizations`,className:`mt-2 inline-flex items-center gap-1 text-xs font-medium text-primary hover:underline`,children:[e(`home.stats.manage`,{defaultValue:`Manage`}),(0,M.jsx)(uy,{className:`size-3`})]})}),(0,M.jsx)(aP,{icon:t?.twoFactorEnabled?Vy:Hy,label:e(`home.stats.twoFactor`,{defaultValue:`Two-factor auth`}),value:t?.twoFactorEnabled?e(`home.stats.enabled`,{defaultValue:`Enabled`}):e(`home.stats.disabled`,{defaultValue:`Disabled`}),tone:t?.twoFactorEnabled?`success`:`warn`,extra:(0,M.jsxs)(ra,{to:`/account/two-factor`,className:`mt-2 inline-flex items-center gap-1 text-xs font-medium text-primary hover:underline`,children:[t?.twoFactorEnabled?e(`home.stats.review`,{defaultValue:`Review`}):e(`home.stats.enable`,{defaultValue:`Enable now`}),(0,M.jsx)(uy,{className:`size-3`})]})})]}),(0,M.jsxs)(`div`,{children:[(0,M.jsx)(`h3`,{className:`mb-3 text-sm font-medium text-muted-foreground`,children:e(`home.quickAccess`,{defaultValue:`Quick access`})}),(0,M.jsx)(`div`,{className:`grid grid-cols-1 gap-3 sm:grid-cols-2 lg:grid-cols-3`,children:o.map(({to:e,label:t,description:n,icon:r})=>(0,M.jsxs)(ra,{to:e,className:`group relative flex items-start gap-3 rounded-lg border bg-card p-4 transition-all hover:-translate-y-0.5 hover:border-primary/30 hover:shadow-md hover:shadow-primary/5`,children:[(0,M.jsx)(`div`,{className:`flex size-9 shrink-0 items-center justify-center rounded-md bg-brand-gradient-subtle text-primary ring-1 ring-primary/10 transition-transform group-hover:scale-110`,children:(0,M.jsx)(r,{className:`size-4`})}),(0,M.jsxs)(`div`,{className:`min-w-0 flex-1`,children:[(0,M.jsxs)(`div`,{className:`flex items-center justify-between gap-2`,children:[(0,M.jsx)(`span`,{className:`truncate font-medium`,children:t}),(0,M.jsx)(uy,{className:`size-4 shrink-0 text-muted-foreground transition-transform group-hover:translate-x-0.5 group-hover:text-primary`})]}),(0,M.jsx)(`p`,{className:`mt-0.5 line-clamp-2 text-xs text-muted-foreground`,children:n})]})]},e))})]})]})}function aP({icon:e,label:t,value:n,tone:r=`neutral`,extra:i}){let a=r===`success`?`text-emerald-600 dark:text-emerald-400`:r===`warn`?`text-amber-600 dark:text-amber-400`:r===`danger`?`text-destructive`:`text-foreground`;return(0,M.jsx)($,{className:`overflow-hidden`,children:(0,M.jsxs)(bN,{className:`p-5`,children:[(0,M.jsxs)(`div`,{className:`flex items-center justify-between`,children:[(0,M.jsx)(`p`,{className:`text-xs font-medium uppercase tracking-wider text-muted-foreground`,children:t}),(0,M.jsx)(e,{className:`size-4 ${a}`})]}),(0,M.jsx)(`p`,{className:`mt-1 text-2xl font-semibold tracking-tight ${a}`,children:n}),i]})})}var oP=la(`/organizations/new`)({component:cP});function sP(e){return e.toLowerCase().trim().replace(/[^a-z0-9]+/g,`-`).replace(/^-+|-+$/g,``).slice(0,48)}function cP(){let{t:e}=vt(),t=Hi(),{create:n,creating:r}=XM(),{setActiveOrganization:i,reloadOrganizations:a}=JM(),[o,s]=(0,j.useState)(``),[c,l]=(0,j.useState)(``),[u,d]=(0,j.useState)(!1),f=e=>{s(e),u||l(sP(e))};return(0,M.jsx)(`div`,{className:`flex flex-1 flex-col overflow-hidden`,children:(0,M.jsx)(`div`,{className:`flex-1 px-6 py-8 overflow-auto`,children:(0,M.jsx)(`div`,{className:`mx-auto max-w-lg`,children:(0,M.jsxs)($,{children:[(0,M.jsxs)(_N,{children:[(0,M.jsx)(vN,{children:e(`organizations.new.title`)}),(0,M.jsx)(yN,{children:e(`organizations.new.description`)})]}),(0,M.jsxs)(`form`,{onSubmit:async t=>{t.preventDefault();try{let t=await n({name:o,slug:c||void 0}),r=t?.data??t,s=r?.id??r?.organization?.id;s&&await i(s).catch(()=>{}),await a().catch(()=>{}),q({title:e(`organizations.new.successToast`)}),window.location.assign(`/`)}catch(t){q({title:e(`organizations.new.failed`),description:t.message,variant:`destructive`})}},children:[(0,M.jsxs)(bN,{className:`space-y-4`,children:[(0,M.jsxs)(`div`,{className:`space-y-1.5`,children:[(0,M.jsx)(jN,{htmlFor:`name`,children:e(`organizations.new.name`)}),(0,M.jsx)(Xx,{id:`name`,required:!0,value:o,onChange:e=>f(e.target.value),placeholder:e(`organizations.new.namePlaceholder`)})]}),(0,M.jsxs)(`div`,{className:`space-y-1.5`,children:[(0,M.jsx)(jN,{htmlFor:`slug`,children:e(`organizations.new.slug`)}),(0,M.jsx)(Xx,{id:`slug`,value:c,onChange:e=>{l(e.target.value),d(!0)},placeholder:e(`organizations.new.slugPlaceholder`),pattern:`[a-z0-9-]+`}),(0,M.jsx)(`p`,{className:`text-[11px] text-muted-foreground`,children:e(`organizations.new.slugHint`)})]})]}),(0,M.jsxs)(xN,{className:`flex justify-between`,children:[(0,M.jsx)(Q,{type:`button`,variant:`ghost`,onClick:()=>t({to:`/organizations`}),children:e(`organizations.new.cancel`)}),(0,M.jsx)(Q,{type:`submit`,disabled:r||!o,children:e(r?`organizations.new.submitting`:`organizations.new.submit`)})]})]})]})})})})}var lP=la(`/organizations/$orgId`)({component:uP});function uP(){let{t:e}=vt(),{orgId:t}=lP.useParams(),{organizations:n}=YM(),r=n.find(e=>e.id===t);return(0,M.jsx)(`div`,{className:`flex flex-1 flex-col overflow-hidden`,children:(0,M.jsx)(`div`,{className:`flex-1 overflow-auto px-6 py-8`,children:(0,M.jsxs)(`div`,{className:`mx-auto max-w-4xl space-y-6`,children:[(0,M.jsxs)(`header`,{children:[(0,M.jsx)(`h1`,{className:`text-2xl font-semibold`,children:r?.name??e(`organizations.title`)}),r?.slug&&(0,M.jsx)(`p`,{className:`text-sm text-muted-foreground font-mono`,children:r.slug})]}),(0,M.jsx)(ya,{})]})})})}function dP(){let e=qg(),[t,n]=(0,j.useState)([]),[r,i]=(0,j.useState)(!1),[a,o]=(0,j.useState)(null),s=(0,j.useCallback)(async()=>{if(e?.oauth?.applications){i(!0),o(null);try{n((await e.oauth.applications.list())?.applications??[])}catch(e){o(e),n([])}finally{i(!1)}}},[e]);return(0,j.useEffect)(()=>{s()},[s]),{applications:t,loading:r,error:a,reload:s}}function fP(){let e=qg(),[t,n]=(0,j.useState)(!1),[r,i]=(0,j.useState)(null),[a,o]=(0,j.useState)(null);return{register:(0,j.useCallback)(async t=>{if(!e?.oauth?.applications?.register)throw Error(`Client not ready`);n(!0),i(null);try{let n=await e.oauth.applications.register(t);return o(n),n}catch(e){throw i(e),e}finally{n(!1)}},[e]),registering:t,error:r,lastResult:a}}function pP(){let e=qg(),[t,n]=(0,j.useState)(!1),[r,i]=(0,j.useState)(null);return{remove:(0,j.useCallback)(async t=>{if(!e?.oauth?.applications?.delete)throw Error(`Client not ready`);n(!0),i(null);try{return await e.oauth.applications.delete(t)}catch(e){throw i(e),e}finally{n(!1)}},[e]),deleting:t,error:r}}function mP(){let e=qg(),[t,n]=(0,j.useState)(!1),[r,i]=(0,j.useState)(null);return{submit:(0,j.useCallback)(async t=>{if(!e?.oauth?.consent)throw Error(`Client not ready`);n(!0),i(null);try{return await e.oauth.consent(t)}catch(e){throw i(e),e}finally{n(!1)}},[e]),submitting:t,error:r}}var hP=la(`/oauth/consent`)({validateSearch:e=>e,component:gP});function gP(){let{t:e}=vt(),t=Hi(),n=qg(),{user:r,loading:i}=JM(),{submit:a,submitting:o}=mP(),[s,c]=(0,j.useState)(null),l=typeof window<`u`?window.location.search:``,u=l.startsWith(`?`)?l.slice(1):l,d=new URLSearchParams(u),f=d.get(`client_id`)??void 0,p=d.get(`scope`)??``;(0,j.useEffect)(()=>{i||r||t({to:`/login`,search:{redirect:window.location.pathname+window.location.search}})},[r,i,t]),(0,j.useEffect)(()=>{if(!f||!n?.oauth?.applications?.getPublic)return;let e=!1;return n.oauth.applications.getPublic(f).then(t=>{if(e)return;let n=t?.data??t;c({name:n?.name??n?.client_name,icon:n?.icon??n?.logo_uri})},()=>{}),()=>{e=!0}},[n,f]);let m=p.split(/\s+/).filter(Boolean),h=async t=>{try{let n=await a({accept:t,oauth_query:u}),r=n?.redirect_uri??n?.redirectURI??n?.url;if(r){window.location.href=r;return}q({title:e(t?`oauth.consent.granted`:`oauth.consent.denied`),description:e(`oauth.consent.noRedirect`),variant:t?void 0:`destructive`})}catch(t){q({title:e(`oauth.consent.failed`),description:t.message,variant:`destructive`})}},g=s?.name??f??e(`oauth.consent.unknownApp`);return(0,M.jsx)(`div`,{className:`flex min-h-svh w-full flex-1 items-center justify-center bg-background px-4`,children:(0,M.jsxs)($,{className:`w-full max-w-md`,children:[(0,M.jsxs)(_N,{className:`items-center text-center`,children:[(0,M.jsx)(`div`,{className:`mb-3 rounded-full border bg-muted p-3`,children:s?.icon?(0,M.jsx)(`img`,{src:s.icon,alt:``,className:`h-8 w-8 rounded`,onError:e=>e.currentTarget.style.display=`none`}):(0,M.jsx)(Oy,{className:`h-7 w-7 text-muted-foreground`})}),(0,M.jsx)(vN,{className:`text-xl`,children:e(`oauth.consent.title`,{appName:g})}),(0,M.jsx)(yN,{children:e(`oauth.consent.request`,{appName:g,suffix:r?.email?` (${r.email})`:``})})]}),(0,M.jsxs)(bN,{className:`space-y-4`,children:[m.length>0&&(0,M.jsxs)(`div`,{children:[(0,M.jsx)(`p`,{className:`mb-2 text-sm font-medium`,children:e(`oauth.consent.willAllow`)}),(0,M.jsx)(`ul`,{className:`space-y-1.5 rounded-md border bg-muted/40 p-3 text-sm`,children:m.map(t=>(0,M.jsxs)(`li`,{className:`flex items-start gap-2`,children:[(0,M.jsx)(fy,{className:`mt-0.5 h-4 w-4 text-green-600 dark:text-green-400`}),(0,M.jsx)(`span`,{children:_P(t,e)})]},t))})]}),(0,M.jsxs)(`div`,{className:`grid grid-cols-2 gap-2 pt-2`,children:[(0,M.jsxs)(Q,{variant:`outline`,onClick:()=>h(!1),disabled:o,children:[(0,M.jsx)(eb,{className:`mr-2 h-4 w-4`}),e(`oauth.consent.deny`)]}),(0,M.jsxs)(Q,{onClick:()=>h(!0),disabled:o,children:[(0,M.jsx)(fy,{className:`mr-2 h-4 w-4`}),e(o?`oauth.consent.submitting`:`oauth.consent.authorize`)]})]}),(0,M.jsx)(`p`,{className:`pt-2 text-center text-xs text-muted-foreground`,children:e(`oauth.consent.footer`)})]})]})})}function _P(e,t){switch(e){case`openid`:return t(`oauth.consent.scope.openid`);case`profile`:return t(`oauth.consent.scope.profile`);case`email`:return t(`oauth.consent.scope.email`);case`offline_access`:return t(`oauth.consent.scope.offlineAccess`);default:return e}}var vP=la(`/auth/device`)({validateSearch:e=>({user_code:e.user_code??e.code??``}),component:bP});function yP({children:e}){return(0,M.jsx)(`div`,{className:`flex min-h-svh w-full flex-col items-center justify-center gap-6 bg-muted p-6 md:p-10`,children:(0,M.jsxs)(`div`,{className:`flex w-full max-w-sm flex-col gap-6`,children:[(0,M.jsxs)(`a`,{href:`#`,className:`flex items-center gap-2 self-center font-medium`,children:[(0,M.jsx)(`div`,{className:`flex size-6 items-center justify-center rounded-md bg-primary text-primary-foreground`,children:(0,M.jsx)(wy,{className:`size-4`})}),`ObjectStack`]}),(0,M.jsx)(`div`,{className:`flex flex-col gap-6`,children:e})]})})}function bP(){let{t:e}=vt(),{user_code:t}=vP.useSearch(),{user:n,loading:r}=JM(),i=Hi(),[a,o]=(0,j.useState)(!1),[s,c]=(0,j.useState)(!1),[l,u]=(0,j.useState)(!1),[d,f]=(0,j.useState)(!1),[p,m]=(0,j.useState)(``);return t?r?(0,M.jsx)(yP,{children:(0,M.jsx)($,{children:(0,M.jsx)(_N,{className:`text-center`,children:(0,M.jsx)(yN,{children:e(`auth.device.loading`)})})})}):n?l?(0,M.jsx)(yP,{children:(0,M.jsx)($,{children:(0,M.jsxs)(_N,{className:`text-center`,children:[(0,M.jsx)(_y,{className:`h-10 w-10 text-green-500 mx-auto mb-2`}),(0,M.jsx)(vN,{children:e(`auth.device.approvedTitle`)}),(0,M.jsx)(yN,{children:e(`auth.device.approvedDescription`)})]})})}):d?(0,M.jsx)(yP,{children:(0,M.jsx)($,{children:(0,M.jsxs)(_N,{className:`text-center`,children:[(0,M.jsx)(vN,{children:e(`auth.device.deniedTitle`)}),(0,M.jsx)(yN,{children:e(`auth.device.deniedDescription`)})]})})}):(0,M.jsx)(yP,{children:(0,M.jsxs)($,{children:[(0,M.jsxs)(_N,{className:`text-center`,children:[(0,M.jsx)(vN,{children:e(`auth.device.title`)}),(0,M.jsx)(yN,{children:e(`auth.device.subtitle`,{email:n.email})})]}),(0,M.jsxs)(bN,{className:`space-y-4`,children:[(0,M.jsxs)(`div`,{className:`rounded-md border bg-background px-4 py-3 text-center`,children:[(0,M.jsx)(`p`,{className:`text-xs text-muted-foreground mb-1`,children:e(`auth.device.userCodeLabel`)}),(0,M.jsx)(`p`,{className:`font-mono font-semibold tracking-widest text-lg`,children:t})]}),(0,M.jsxs)(`div`,{className:`space-y-4`,children:[(0,M.jsx)(`p`,{className:`text-sm text-center text-muted-foreground`,children:e(`auth.device.loggedInAs`,{email:n.email})}),p&&(0,M.jsx)(`p`,{className:`text-sm text-destructive text-center`,children:p}),(0,M.jsx)(Q,{onClick:async()=>{m(``),o(!0);try{let n=await fetch(`/api/v1/auth/device/approve`,{method:`POST`,headers:{"Content-Type":`application/json`},credentials:`include`,body:JSON.stringify({userCode:t})});if(!n.ok){let t=await n.json().catch(()=>({}));throw Error(t?.message??t?.error?.message??e(`auth.device.approveFailed`))}u(!0),q({title:e(`auth.device.approveSuccess`),description:e(`auth.device.approveSuccessDescription`)})}catch(t){m(t?.message??e(`auth.device.approveFailed`))}finally{o(!1)}},className:`w-full`,disabled:a||s,children:e(a?`auth.device.approving`:`auth.device.approve`)}),(0,M.jsx)(Q,{onClick:async()=>{m(``),c(!0);try{await fetch(`/api/v1/auth/device/deny`,{method:`POST`,headers:{"Content-Type":`application/json`},credentials:`include`,body:JSON.stringify({userCode:t})}),f(!0)}catch(t){m(t?.message??e(`auth.device.denyFailed`))}finally{c(!1)}},variant:`outline`,className:`w-full`,disabled:a||s,children:e(s?`auth.device.denying`:`auth.device.deny`)}),(0,M.jsx)(`div`,{className:`text-center`,children:(0,M.jsx)(`button`,{type:`button`,className:`text-sm text-muted-foreground underline-offset-4 hover:underline`,onClick:()=>i({to:`/`}),children:e(`auth.device.cancel`)})})]})]})]})}):(0,M.jsx)(Ui,{to:`/login`,search:{redirect:`/auth/device?user_code=${encodeURIComponent(t)}`}}):(0,M.jsx)(yP,{children:(0,M.jsx)($,{children:(0,M.jsxs)(_N,{className:`text-center`,children:[(0,M.jsx)(vN,{children:e(`auth.device.invalidTitle`)}),(0,M.jsx)(yN,{children:e(`auth.device.invalidDescription`)})]})})})}var xP=la(`/account/two-factor`)({component:SP});function SP(){let{t:e}=vt(),t=qg(),{user:n,loading:r,refresh:i}=JM(),[a,o]=(0,j.useState)(null),[s,c]=(0,j.useState)(``),[l,u]=(0,j.useState)(!1),[d,f]=(0,j.useState)(null),[p,m]=(0,j.useState)(null),[h,g]=(0,j.useState)(!1),[_,v]=(0,j.useState)(``),[y,b]=(0,j.useState)(!1),[x,S]=(0,j.useState)(``),[C,w]=(0,j.useState)(!1),[T,E]=(0,j.useState)(``),[D,O]=(0,j.useState)(!1),[ee,te]=(0,j.useState)(null);(0,j.useEffect)(()=>{r||o(!!n?.twoFactorEnabled)},[r,n?.twoFactorEnabled]);let ne=async n=>{n.preventDefault(),u(!0);try{let e=await t.auth.twoFactor.enable({password:s});f(e?.totpURI??null),m(e?.backupCodes??null),c(``)}catch(t){q({title:e(`twoFactor.enableFailed`),description:t.message,variant:`destructive`})}finally{u(!1)}},re=async n=>{n.preventDefault(),b(!0);try{await t.auth.twoFactor.verifyTotp({code:_,trustDevice:h}),q({title:e(`twoFactor.enableSuccess`)}),o(!0),f(null),v(``),await i()}catch(t){q({title:e(`twoFactor.invalidCode`),description:t.message,variant:`destructive`})}finally{b(!1)}},ie=async n=>{n.preventDefault(),w(!0);try{await t.auth.twoFactor.disable({password:x}),q({title:e(`twoFactor.disableSuccess`)}),o(!1),S(``),te(null),await i()}catch(t){q({title:e(`twoFactor.disableFailed`),description:t.message,variant:`destructive`})}finally{w(!1)}},ae=async n=>{n.preventDefault(),O(!0);try{te((await t.auth.twoFactor.generateBackupCodes({password:T}))?.backupCodes??[]),E(``),q({title:e(`twoFactor.backupCodes.regenerated`)})}catch(t){q({title:e(`twoFactor.backupCodes.regenerateFailed`),description:t.message,variant:`destructive`})}finally{O(!1)}},oe=async t=>{try{await navigator.clipboard.writeText(t.join(`
|
|
118
|
+
`)),q({title:e(`twoFactor.backupCodes.copied`)})}catch{q({title:e(`twoFactor.backupCodes.copyFailed`),variant:`destructive`})}},k=(0,M.jsx)(eP,{icon:Vy,title:e(`twoFactor.title`),description:e(`twoFactor.notEnabledDescription`),actions:a===!0?(0,M.jsx)($N,{className:`border-transparent bg-emerald-500/15 font-medium text-emerald-600 dark:text-emerald-400`,children:e(`twoFactor.enabled`)}):a===!1?(0,M.jsx)($N,{variant:`outline`,className:`font-medium`,children:e(`twoFactor.notEnabled`)}):null});if(a===null)return(0,M.jsxs)(`div`,{className:`space-y-6`,children:[k,(0,M.jsxs)($,{children:[(0,M.jsx)(_N,{children:(0,M.jsx)(vN,{className:`text-base`,children:e(`twoFactor.loadingStatus`)})}),(0,M.jsxs)(bN,{className:`space-y-2`,children:[(0,M.jsx)(Vw,{className:`h-4 w-48`}),(0,M.jsx)(Vw,{className:`h-9 w-full`}),(0,M.jsx)(Vw,{className:`h-9 w-32`})]})]})]});if(d){let t=`https://api.qrserver.com/v1/create-qr-code/?size=200x200&data=${encodeURIComponent(d)}`;return(0,M.jsxs)(`div`,{className:`space-y-6`,children:[k,(0,M.jsxs)($,{children:[(0,M.jsxs)(_N,{children:[(0,M.jsx)(vN,{className:`text-base`,children:e(`twoFactor.setupTitle`)}),(0,M.jsx)(yN,{children:e(`twoFactor.setupDescription`)})]}),(0,M.jsxs)(bN,{className:`space-y-4`,children:[(0,M.jsxs)(`div`,{className:`flex flex-col items-center gap-3`,children:[(0,M.jsx)(`img`,{src:t,alt:e(`twoFactor.qrAlt`),width:200,height:200,className:`rounded border bg-white p-2`}),(0,M.jsx)(`div`,{className:`w-full rounded bg-muted p-3 font-mono text-xs break-all`,children:d}),(0,M.jsx)(`p`,{className:`text-xs text-muted-foreground`,children:e(`twoFactor.uriHint`)})]}),p&&p.length>0&&(0,M.jsxs)(`div`,{className:`rounded border bg-muted/40 p-3`,children:[(0,M.jsxs)(`div`,{className:`flex items-center justify-between`,children:[(0,M.jsx)(`p`,{className:`text-sm font-medium`,children:e(`twoFactor.backupCodes.savedTitle`)}),(0,M.jsxs)(Q,{type:`button`,variant:`ghost`,size:`sm`,onClick:()=>oe(p),children:[(0,M.jsx)(Sy,{className:`mr-1 h-3 w-3`}),e(`twoFactor.backupCodes.copy`)]})]}),(0,M.jsx)(`p`,{className:`mt-1 text-xs text-muted-foreground`,children:e(`twoFactor.backupCodes.savedHint`)}),(0,M.jsx)(`div`,{className:`mt-2 grid grid-cols-2 gap-1 font-mono text-xs`,children:p.map(e=>(0,M.jsx)(`span`,{className:`rounded bg-background px-2 py-1`,children:e},e))})]}),(0,M.jsx)(iS,{}),(0,M.jsxs)(`form`,{onSubmit:re,className:`space-y-3`,children:[(0,M.jsxs)(`div`,{className:`space-y-1.5`,children:[(0,M.jsx)(jN,{htmlFor:`totp-code`,children:e(`twoFactor.verificationCode`)}),(0,M.jsx)(Xx,{id:`totp-code`,placeholder:`000000`,maxLength:6,inputMode:`numeric`,autoComplete:`one-time-code`,value:_,onChange:e=>v(e.target.value),required:!0})]}),(0,M.jsxs)(`label`,{className:`flex items-center gap-2 text-sm`,children:[(0,M.jsx)(`input`,{type:`checkbox`,checked:h,onChange:e=>g(e.target.checked)}),e(`twoFactor.trustDevice`)]}),(0,M.jsxs)(`div`,{className:`flex gap-2`,children:[(0,M.jsx)(Q,{type:`submit`,disabled:y||_.length<6,children:e(y?`twoFactor.verifying`:`twoFactor.verify`)}),(0,M.jsx)(Q,{type:`button`,variant:`outline`,onClick:()=>f(null),children:e(`twoFactor.cancel`)})]})]})]})]})]})}return a===!0?(0,M.jsxs)(`div`,{className:`space-y-6`,children:[k,(0,M.jsxs)($,{children:[(0,M.jsxs)(_N,{children:[(0,M.jsx)(vN,{className:`text-base`,children:e(`twoFactor.enabledTitle`,{defaultValue:`Authenticator app`})}),(0,M.jsx)(yN,{children:e(`twoFactor.enabledDescription`)})]}),(0,M.jsx)(bN,{children:(0,M.jsxs)(`form`,{onSubmit:ie,className:`space-y-4`,children:[(0,M.jsxs)(`div`,{className:`space-y-1.5`,children:[(0,M.jsx)(jN,{htmlFor:`disable-password`,children:e(`twoFactor.password`)}),(0,M.jsx)(Xx,{id:`disable-password`,type:`password`,autoComplete:`current-password`,required:!0,value:x,onChange:e=>S(e.target.value)})]}),(0,M.jsx)(Q,{variant:`destructive`,type:`submit`,disabled:C,children:e(C?`twoFactor.disabling`:`twoFactor.disable`)})]})})]}),(0,M.jsxs)($,{children:[(0,M.jsxs)(_N,{children:[(0,M.jsxs)(vN,{className:`text-base flex items-center gap-2`,children:[(0,M.jsx)(Oy,{className:`h-4 w-4`}),e(`twoFactor.backupCodes.title`)]}),(0,M.jsx)(yN,{children:e(`twoFactor.backupCodes.description`)})]}),(0,M.jsxs)(bN,{className:`space-y-4`,children:[(0,M.jsxs)(`form`,{onSubmit:ae,className:`space-y-3`,children:[(0,M.jsxs)(`div`,{className:`space-y-1.5`,children:[(0,M.jsx)(jN,{htmlFor:`backup-password`,children:e(`twoFactor.password`)}),(0,M.jsx)(Xx,{id:`backup-password`,type:`password`,autoComplete:`current-password`,required:!0,value:T,onChange:e=>E(e.target.value)})]}),(0,M.jsxs)(Q,{type:`submit`,variant:`outline`,disabled:D,children:[(0,M.jsx)(Ry,{className:`mr-2 h-4 w-4`}),e(D?`common.saving`:`twoFactor.backupCodes.regenerate`)]})]}),ee&&ee.length>0&&(0,M.jsxs)(`div`,{className:`rounded border bg-muted/40 p-3`,children:[(0,M.jsxs)(`div`,{className:`flex items-center justify-between`,children:[(0,M.jsx)(`p`,{className:`text-sm font-medium`,children:e(`twoFactor.backupCodes.newTitle`)}),(0,M.jsxs)(Q,{type:`button`,variant:`ghost`,size:`sm`,onClick:()=>oe(ee),children:[(0,M.jsx)(Sy,{className:`mr-1 h-3 w-3`}),e(`twoFactor.backupCodes.copy`)]})]}),(0,M.jsx)(`p`,{className:`mt-1 text-xs text-muted-foreground`,children:e(`twoFactor.backupCodes.savedHint`)}),(0,M.jsx)(`div`,{className:`mt-2 grid grid-cols-2 gap-1 font-mono text-xs`,children:ee.map(e=>(0,M.jsx)(`span`,{className:`rounded bg-background px-2 py-1`,children:e},e))})]})]})]})]}):(0,M.jsxs)(`div`,{className:`space-y-6`,children:[k,(0,M.jsxs)($,{children:[(0,M.jsxs)(_N,{children:[(0,M.jsx)(vN,{className:`text-base`,children:e(`twoFactor.enable`)}),(0,M.jsx)(yN,{children:e(`twoFactor.notEnabledDescription`)})]}),(0,M.jsx)(bN,{children:(0,M.jsxs)(`form`,{onSubmit:ne,className:`space-y-4`,children:[(0,M.jsxs)(`div`,{className:`space-y-1.5`,children:[(0,M.jsx)(jN,{htmlFor:`enable-password`,children:e(`twoFactor.password`)}),(0,M.jsx)(Xx,{id:`enable-password`,type:`password`,autoComplete:`current-password`,required:!0,value:s,onChange:e=>c(e.target.value),placeholder:e(`twoFactor.passwordPlaceholder`)})]}),(0,M.jsx)(Q,{type:`submit`,disabled:l,className:`bg-brand-gradient text-primary-foreground shadow-sm shadow-primary/20 transition-all hover:opacity-95 hover:shadow-md hover:shadow-primary/30`,children:e(l?`twoFactor.loading`:`twoFactor.enable`)})]})})]})]})}var CP=[[/Edg\//i,`Edge`],[/OPR\//i,`Opera`],[/Chrome\//i,`Chrome`],[/Firefox\//i,`Firefox`],[/Safari\//i,`Safari`]],wP=[[/Windows NT 10/i,`Windows 10/11`],[/Windows/i,`Windows`],[/Mac OS X|Macintosh/i,`macOS`],[/iPhone|iOS/i,`iOS`],[/iPad/i,`iPadOS`],[/Android/i,`Android`],[/Linux/i,`Linux`]];function TP(e){if(!e)return{browser:`Unknown`,os:`Unknown`,device:`desktop`,label:`Unknown device`,icon:Ty};let t=CP.find(([t])=>t.test(e))?.[1]??`Browser`,n=wP.find(([t])=>t.test(e))?.[1]??`Unknown OS`,r=/iPad|Tablet/i.test(e),i=!r&&/Mobile|Android|iPhone|iPod/i.test(e),a=r?`tablet`:i?`mobile`:`desktop`,o=Py;return o=a===`mobile`?Uy:a===`tablet`?Gy:/Linux|Windows|Mac/i.test(e)?Py:Ty,{browser:t,os:n,device:a,label:`${t} · ${n}`,icon:o}}var EP=la(`/account/sessions`)({component:DP});function DP(){let{t:e}=vt(),t=qg(),{session:n}=JM(),[r,i]=(0,j.useState)([]),[a,o]=(0,j.useState)(!0),[s,c]=(0,j.useState)(null),[l,u]=(0,j.useState)(!1),d=async()=>{try{i((await t.auth.sessions.list())?.sessions??[])}catch(t){q({title:e(`sessions.loadFailed`),description:t.message,variant:`destructive`})}finally{o(!1)}};(0,j.useEffect)(()=>{d()},[]);let f=async n=>{c(n);try{await t.auth.sessions.revoke(n),q({title:e(`sessions.revoked`)}),await d()}catch(t){q({title:e(`sessions.revokeFailed`),description:t.message,variant:`destructive`})}finally{c(null)}},p=async()=>{u(!0);try{await t.auth.sessions.revokeOthers(),q({title:e(`sessions.othersRevoked`)}),await d()}catch(t){q({title:e(`sessions.revokeOthersFailed`),description:t.message,variant:`destructive`})}finally{u(!1)}},m=n?.token,h=r.find(e=>e.token===m),g=r.filter(e=>e.token!==m);return(0,M.jsxs)(`div`,{className:`space-y-6`,children:[(0,M.jsx)(eP,{icon:Py,title:e(`sessions.title`),description:e(`sessions.description`),actions:r.length>1?(0,M.jsxs)(Q,{variant:`outline`,size:`sm`,onClick:p,disabled:l,children:[(0,M.jsx)(My,{className:`mr-2 h-4 w-4`}),e(l?`sessions.revokingOthers`:`sessions.revokeOthers`)]}):null}),a&&(0,M.jsx)(`div`,{className:`space-y-3`,children:[0,1,2].map(e=>(0,M.jsx)($,{className:`overflow-hidden`,children:(0,M.jsxs)(bN,{className:`flex items-center gap-3 p-4`,children:[(0,M.jsx)(Vw,{className:`size-10 rounded-lg`}),(0,M.jsxs)(`div`,{className:`flex-1 space-y-2`,children:[(0,M.jsx)(Vw,{className:`h-4 w-40`}),(0,M.jsx)(Vw,{className:`h-3 w-64`})]})]})},e))}),!a&&r.length===0&&(0,M.jsx)($,{children:(0,M.jsxs)(bN,{className:`flex flex-col items-center gap-3 p-10 text-center text-sm text-muted-foreground`,children:[(0,M.jsx)(Py,{className:`size-10 text-muted-foreground/50`}),e(`sessions.empty`)]})}),!a&&h&&(0,M.jsx)(OP,{session:h,isCurrent:!0,revoking:!1,onRevoke:()=>void 0,t:e}),!a&&g.length>0&&(0,M.jsxs)(`div`,{className:`space-y-3`,children:[(0,M.jsx)(`p`,{className:`text-xs font-medium uppercase tracking-wider text-muted-foreground`,children:e(`sessions.otherDevices`,{defaultValue:`Other signed-in devices`})}),(0,M.jsx)(`div`,{className:`space-y-2`,children:g.map(t=>(0,M.jsx)(OP,{session:t,isCurrent:!1,revoking:s===t.token,onRevoke:()=>f(t.token),t:e},t.id))})]})]})}function OP({session:e,isCurrent:t,revoking:n,onRevoke:r,t:i}){let a=TP(e.userAgent),o=a.icon;return(0,M.jsx)($,{className:t?`border-primary/40 bg-brand-gradient-subtle shadow-sm shadow-primary/10`:`transition-colors hover:bg-accent/30`,children:(0,M.jsxs)(bN,{className:`flex items-center gap-3 p-4`,children:[(0,M.jsx)(`div`,{className:`flex size-10 shrink-0 items-center justify-center rounded-lg `+(t?`bg-brand-gradient text-primary-foreground shadow-sm shadow-primary/30`:`bg-muted text-muted-foreground`),children:(0,M.jsx)(o,{className:`size-5`})}),(0,M.jsxs)(`div`,{className:`min-w-0 flex-1`,children:[(0,M.jsxs)(`div`,{className:`flex flex-wrap items-center gap-2`,children:[(0,M.jsx)(`span`,{className:`truncate text-sm font-medium`,children:a.label}),t&&(0,M.jsx)($N,{className:`border-transparent bg-emerald-500/15 text-[10px] font-medium text-emerald-600 dark:text-emerald-400`,children:i(`sessions.current`)})]}),(0,M.jsxs)(`div`,{className:`mt-1 flex flex-wrap items-center gap-x-3 gap-y-1 text-xs text-muted-foreground`,children:[e.ipAddress&&(0,M.jsx)(`span`,{className:`font-mono`,children:e.ipAddress}),(0,M.jsx)(`span`,{children:i(`sessions.expires`,{date:new Date(e.expiresAt).toLocaleDateString()})})]})]}),!t&&(0,M.jsxs)(Q,{variant:`ghost`,size:`sm`,onClick:r,disabled:n,className:`ml-3 shrink-0 text-muted-foreground hover:text-destructive`,children:[(0,M.jsx)(My,{className:`mr-1.5 h-4 w-4`}),i(`sessions.revoke`,{defaultValue:`Revoke`})]})]})})}var kP=Tw,AP=Ew,jP=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(Dw,{ref:n,className:Z(`fixed inset-0 z-50 bg-black/80 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0`,e),...t}));jP.displayName=Dw.displayName;var MP=j.forwardRef(({className:e,children:t,...n},r)=>(0,M.jsxs)(AP,{children:[(0,M.jsx)(jP,{}),(0,M.jsxs)(Ow,{ref:r,className:Z(`fixed left-[50%] top-[50%] z-50 grid w-full max-w-lg translate-x-[-50%] translate-y-[-50%] gap-4 border bg-background p-6 shadow-lg duration-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[state=closed]:slide-out-to-left-1/2 data-[state=closed]:slide-out-to-top-1/2 data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-1/2 sm:rounded-lg`,e),...n,children:[t,(0,M.jsxs)(jw,{className:`absolute right-4 top-4 rounded-sm opacity-70 ring-offset-background transition-opacity hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none data-[state=open]:bg-accent data-[state=open]:text-muted-foreground`,children:[(0,M.jsx)(eb,{className:`h-4 w-4`}),(0,M.jsx)(`span`,{className:`sr-only`,children:`Close`})]})]})]}));MP.displayName=Ow.displayName;var NP=({className:e,...t})=>(0,M.jsx)(`div`,{className:Z(`flex flex-col space-y-1.5 text-center sm:text-left`,e),...t});NP.displayName=`DialogHeader`;var PP=({className:e,...t})=>(0,M.jsx)(`div`,{className:Z(`flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2`,e),...t});PP.displayName=`DialogFooter`;var FP=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(kw,{ref:n,className:Z(`text-lg font-semibold leading-none tracking-tight`,e),...t}));FP.displayName=kw.displayName;var IP=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(Aw,{ref:n,className:Z(`text-sm text-muted-foreground`,e),...t}));IP.displayName=Aw.displayName;var LP=la(`/account/security`)({component:RP});function RP(){let{t:e}=vt(),t=qg(),n=Hi(),{user:r,logout:i}=JM(),[a,o]=(0,j.useState)(``),[s,c]=(0,j.useState)(``),[l,u]=(0,j.useState)(``),[d,f]=(0,j.useState)(!0),[p,m]=(0,j.useState)(!1),[h,g]=(0,j.useState)(``),[_,v]=(0,j.useState)(!1),[y,b]=(0,j.useState)(!1),[x,S]=(0,j.useState)(``),[C,w]=(0,j.useState)(``),[T,E]=(0,j.useState)(!1);return(0,M.jsxs)(`div`,{className:`space-y-6`,children:[(0,M.jsx)(eP,{icon:Hy,title:e(`security.title`),description:e(`security.description`)}),(0,M.jsxs)($,{children:[(0,M.jsxs)(_N,{children:[(0,M.jsxs)(vN,{className:`text-base flex items-center gap-2`,children:[(0,M.jsx)(Hy,{className:`h-4 w-4 text-primary`}),e(`security.changePasswordTitle`,{defaultValue:`Change password`})]}),(0,M.jsx)(yN,{children:e(`security.changePasswordDescription`,{defaultValue:`Use at least 8 characters. Mix letters, numbers and symbols for strength.`})})]}),(0,M.jsx)(bN,{children:(0,M.jsxs)(`form`,{onSubmit:async n=>{if(n.preventDefault(),s!==l){q({title:e(`security.passwordsMismatch`),variant:`destructive`});return}m(!0);try{await t.auth.changePassword({currentPassword:a,newPassword:s,revokeOtherSessions:d}),q({title:e(`security.changed`)}),o(``),c(``),u(``)}catch(t){q({title:e(`security.changeFailed`),description:t.message,variant:`destructive`})}finally{m(!1)}},className:`space-y-4`,children:[(0,M.jsxs)(`div`,{className:`space-y-1.5`,children:[(0,M.jsx)(jN,{htmlFor:`current-password`,children:e(`security.currentPassword`)}),(0,M.jsx)(Xx,{id:`current-password`,type:`password`,autoComplete:`current-password`,required:!0,value:a,onChange:e=>o(e.target.value)})]}),(0,M.jsxs)(`div`,{className:`space-y-1.5`,children:[(0,M.jsx)(jN,{htmlFor:`new-password`,children:e(`security.newPassword`)}),(0,M.jsx)(Xx,{id:`new-password`,type:`password`,autoComplete:`new-password`,required:!0,minLength:8,value:s,onChange:e=>c(e.target.value)})]}),(0,M.jsxs)(`div`,{className:`space-y-1.5`,children:[(0,M.jsx)(jN,{htmlFor:`confirm-new-password`,children:e(`security.confirmPassword`)}),(0,M.jsx)(Xx,{id:`confirm-new-password`,type:`password`,autoComplete:`new-password`,required:!0,minLength:8,value:l,onChange:e=>u(e.target.value)})]}),(0,M.jsxs)(`label`,{className:`flex items-center gap-2 text-sm`,children:[(0,M.jsx)(`input`,{type:`checkbox`,checked:d,onChange:e=>f(e.target.checked)}),e(`security.revokeOtherSessions`)]}),(0,M.jsx)(Q,{type:`submit`,disabled:p,children:e(p?`common.saving`:`security.submit`)})]})})]}),(0,M.jsxs)($,{children:[(0,M.jsxs)(_N,{children:[(0,M.jsxs)(vN,{className:`text-base flex items-center gap-2`,children:[(0,M.jsx)(Ny,{className:`h-4 w-4 text-primary`}),e(`security.email.title`)]}),(0,M.jsx)(yN,{children:e(`security.email.description`)})]}),(0,M.jsx)(bN,{children:(0,M.jsxs)(`form`,{onSubmit:async n=>{if(n.preventDefault(),!(!h||h===r?.email)){v(!0);try{await t.auth.changeEmail({newEmail:h,callbackURL:window.location.origin+`/login`}),q({title:e(`security.email.requested`),description:e(`security.email.checkInbox`,{email:h})}),g(``)}catch(t){q({title:e(`security.email.requestFailed`),description:t.message,variant:`destructive`})}finally{v(!1)}}},className:`space-y-4`,children:[(0,M.jsxs)(`div`,{className:`space-y-1.5`,children:[(0,M.jsx)(jN,{htmlFor:`current-email`,children:e(`security.email.current`)}),(0,M.jsx)(Xx,{id:`current-email`,value:r?.email??``,disabled:!0})]}),(0,M.jsxs)(`div`,{className:`space-y-1.5`,children:[(0,M.jsx)(jN,{htmlFor:`new-email`,children:e(`security.email.new`)}),(0,M.jsx)(Xx,{id:`new-email`,type:`email`,value:h,onChange:e=>g(e.target.value),placeholder:e(`security.email.placeholder`),required:!0})]}),(0,M.jsx)(Q,{type:`submit`,disabled:_||!h||h===r?.email,children:e(_?`common.saving`:`security.email.submit`)})]})})]}),(0,M.jsxs)($,{className:`border-destructive/40 bg-destructive/5`,children:[(0,M.jsxs)(_N,{children:[(0,M.jsxs)(vN,{className:`text-base flex items-center gap-2 text-destructive`,children:[(0,M.jsx)(qy,{className:`h-4 w-4`}),e(`security.delete.title`)]}),(0,M.jsx)(yN,{children:e(`security.delete.description`)})]}),(0,M.jsx)(bN,{children:(0,M.jsxs)(Q,{variant:`destructive`,onClick:()=>b(!0),children:[(0,M.jsx)(Ky,{className:`mr-2 h-4 w-4`}),e(`security.delete.cta`)]})})]}),(0,M.jsx)(kP,{open:y,onOpenChange:b,children:(0,M.jsxs)(MP,{children:[(0,M.jsxs)(NP,{children:[(0,M.jsx)(FP,{children:e(`security.delete.dialogTitle`)}),(0,M.jsx)(IP,{children:e(`security.delete.dialogDescription`,{email:r?.email??``})})]}),(0,M.jsxs)(`div`,{className:`space-y-4`,children:[(0,M.jsxs)(`div`,{className:`space-y-1.5`,children:[(0,M.jsx)(jN,{htmlFor:`delete-password`,children:e(`security.delete.password`)}),(0,M.jsx)(Xx,{id:`delete-password`,type:`password`,autoComplete:`current-password`,value:x,onChange:e=>S(e.target.value)})]}),(0,M.jsxs)(`div`,{className:`space-y-1.5`,children:[(0,M.jsx)(jN,{htmlFor:`delete-confirm`,children:e(`security.delete.typeEmail`,{email:r?.email??``})}),(0,M.jsx)(Xx,{id:`delete-confirm`,value:C,onChange:e=>w(e.target.value),placeholder:r?.email??``})]})]}),(0,M.jsxs)(PP,{children:[(0,M.jsx)(Q,{variant:`outline`,onClick:()=>b(!1),disabled:T,children:e(`common.cancel`)}),(0,M.jsx)(Q,{variant:`destructive`,onClick:async()=>{if(C!==r?.email){q({title:e(`security.delete.confirmationMismatch`),description:e(`security.delete.confirmationHint`,{email:r?.email??``}),variant:`destructive`});return}E(!0);try{await t.auth.deleteUser({password:x}),q({title:e(`security.delete.success`)});try{await i()}catch{}n({to:`/login`,replace:!0})}catch(t){q({title:e(`security.delete.failed`),description:t.message,variant:`destructive`})}finally{E(!1)}},disabled:T||C!==r?.email,children:e(T?`common.saving`:`security.delete.confirm`)})]})]})})]})}var zP=la(`/account/profile`)({component:BP});function BP(){let{t:e}=vt(),t=qg(),{user:n,refresh:r}=JM(),[i,a]=(0,j.useState)(n?.name??``),[o,s]=(0,j.useState)(n?.image??null),[c,l]=(0,j.useState)(!1),[u,d]=(0,j.useState)(!1),f=(0,j.useRef)(null);(0,j.useEffect)(()=>{a(n?.name??``),s(n?.image??null)},[n?.id,n?.name,n?.image]);let p=async n=>{n.preventDefault(),l(!0);try{await t.auth.updateUser({name:i,image:o}),await r(),q({title:e(`profile.updated`)})}catch(t){q({title:e(`profile.updateFailed`),description:t.message,variant:`destructive`})}finally{l(!1)}},m=()=>f.current?.click(),h=async n=>{let i=n.target.files?.[0];if(n.target.value=``,i){d(!0);try{if(!t?.storage?.upload)throw Error(e(`profile.avatarStorageUnavailable`));let n=await t.storage.upload(i,`user`),a=n?.data?.url??n?.url;if(!a)throw Error(`Upload returned no URL`);s(a),await t.auth.updateUser({image:a}),await r(),q({title:e(`profile.avatarUpdated`)})}catch(t){q({title:e(`profile.avatarUploadFailed`),description:t.message,variant:`destructive`})}finally{d(!1)}}},g=(n?.name??n?.email??`?`).split(/\s+/).map(e=>e[0]).join(``).slice(0,2).toUpperCase();return(0,M.jsxs)(`div`,{className:`space-y-6`,children:[(0,M.jsxs)(`div`,{className:`relative overflow-hidden rounded-xl border bg-card`,children:[(0,M.jsx)(`div`,{className:`absolute inset-x-0 top-0 h-24 bg-brand-gradient`,"aria-hidden":!0}),(0,M.jsx)(`div`,{className:`absolute inset-x-0 top-0 h-24 opacity-30`,style:{backgroundImage:`radial-gradient(ellipse at 20% 0%, rgba(255,255,255,0.4), transparent 60%)`},"aria-hidden":!0}),(0,M.jsx)(`div`,{className:`relative px-5 pb-5 pt-12 sm:px-6 sm:pb-6 sm:pt-16`,children:(0,M.jsxs)(`div`,{className:`flex flex-col gap-4 sm:flex-row sm:items-end sm:gap-5`,children:[(0,M.jsxs)(zM,{className:`size-20 shrink-0 ring-4 ring-card shadow-md`,children:[o?(0,M.jsx)(BM,{src:o,alt:n?.name??``}):null,(0,M.jsx)(VM,{className:`bg-brand-gradient text-base font-semibold text-primary-foreground`,children:g})]}),(0,M.jsxs)(`div`,{className:`min-w-0 flex-1 space-y-1`,children:[(0,M.jsx)(`h2`,{className:`truncate text-xl font-semibold tracking-tight`,children:n?.name||e(`profile.namePlaceholder`)}),(0,M.jsx)(`p`,{className:`truncate text-sm text-muted-foreground`,children:n?.email})]}),(0,M.jsxs)(Q,{type:`button`,variant:`outline`,size:`sm`,onClick:m,disabled:u,className:`self-start sm:self-auto`,children:[(0,M.jsx)(Jy,{className:`mr-2 h-4 w-4`}),e(u?`profile.avatarUploading`:`profile.changeAvatar`)]}),(0,M.jsx)(`input`,{ref:f,type:`file`,accept:`image/*`,className:`hidden`,onChange:h})]})})]}),(0,M.jsxs)($,{children:[(0,M.jsxs)(_N,{children:[(0,M.jsx)(vN,{className:`text-base`,children:e(`profile.title`)}),(0,M.jsx)(yN,{children:e(`profile.description`)})]}),(0,M.jsx)(bN,{children:(0,M.jsxs)(`form`,{onSubmit:p,className:`space-y-4`,children:[(0,M.jsxs)(`div`,{className:`space-y-1.5`,children:[(0,M.jsx)(jN,{htmlFor:`profile-email`,children:e(`profile.email`)}),(0,M.jsx)(Xx,{id:`profile-email`,value:n?.email??``,disabled:!0})]}),(0,M.jsxs)(`div`,{className:`space-y-1.5`,children:[(0,M.jsx)(jN,{htmlFor:`profile-name`,children:e(`profile.name`)}),(0,M.jsx)(Xx,{id:`profile-name`,value:i,onChange:e=>a(e.target.value),placeholder:e(`profile.namePlaceholder`)})]}),(0,M.jsx)(`p`,{className:`text-xs text-muted-foreground`,children:e(`profile.avatarHint`)}),(0,M.jsx)(Q,{type:`submit`,disabled:c,className:`bg-brand-gradient text-primary-foreground shadow-sm shadow-primary/20 transition-all hover:opacity-95 hover:shadow-md hover:shadow-primary/30`,children:e(c?`common.saving`:`profile.save`)})]})})]})]})}var VP=la(`/account/linked-accounts`)({component:UP}),HP={google:`Google`,github:`GitHub`,microsoft:`Microsoft`,apple:`Apple`,discord:`Discord`,gitlab:`GitLab`,twitter:`Twitter / X`,facebook:`Facebook`};function UP(){let{t:e}=vt(),t=qg(),[n,r]=(0,j.useState)([]),[i,a]=(0,j.useState)(!0),[o,s]=(0,j.useState)(null),c=(0,j.useCallback)(async()=>{if(t?.auth?.accounts){a(!0);try{let e=await t.auth.accounts.list();r(e?.accounts??e?.data??(Array.isArray(e)?e:[]))}catch{r([])}finally{a(!1)}}},[t]);(0,j.useEffect)(()=>{c()},[c]);let l=async n=>{if(confirm(e(`linkedAccounts.unlinkConfirm`,{provider:HP[n.providerId]??n.providerId}))){s(n.id);try{await t.auth.accounts.unlink({providerId:n.providerId,accountId:n.accountId}),q({title:e(`linkedAccounts.unlinked`)}),await c()}catch(t){q({title:e(`linkedAccounts.unlinkFailed`),description:t.message,variant:`destructive`})}finally{s(null)}}},u=async n=>{try{let r=await t.auth.accounts.linkSocial({provider:n,callbackURL:window.location.href}),i=r?.url??r?.data?.url;i?window.location.assign(i):q({title:e(`linkedAccounts.linkFailed`),variant:`destructive`})}catch(t){q({title:e(`linkedAccounts.linkFailed`),description:t.message,variant:`destructive`})}},d=new Set(n.map(e=>e.providerId)),f=Object.keys(HP).filter(e=>!d.has(e));return(0,M.jsxs)(`div`,{className:`space-y-6`,children:[(0,M.jsx)(eP,{icon:jy,title:e(`linkedAccounts.title`),description:e(`linkedAccounts.description`)}),(0,M.jsxs)($,{children:[(0,M.jsxs)(_N,{children:[(0,M.jsx)(vN,{className:`text-base`,children:e(`linkedAccounts.connectedTitle`,{defaultValue:`Connected providers`})}),(0,M.jsx)(yN,{children:e(`linkedAccounts.connectedDescription`,{defaultValue:`Sign-in providers currently linked to this account.`})})]}),(0,M.jsxs)(bN,{children:[i&&(0,M.jsxs)(`div`,{className:`space-y-3`,children:[(0,M.jsx)(Vw,{className:`h-12 w-full`}),(0,M.jsx)(Vw,{className:`h-12 w-full`})]}),!i&&n.length===0&&(0,M.jsxs)(`div`,{className:`text-center py-8`,children:[(0,M.jsx)(jy,{className:`mx-auto h-12 w-12 text-muted-foreground/50`}),(0,M.jsx)(`p`,{className:`mt-4 text-sm text-muted-foreground`,children:e(`linkedAccounts.empty`)})]}),!i&&n.length>0&&(0,M.jsx)(`div`,{className:`divide-y`,children:n.map(t=>(0,M.jsxs)(`div`,{className:`flex items-center justify-between py-3`,children:[(0,M.jsxs)(`div`,{className:`flex items-center gap-3`,children:[(0,M.jsx)($N,{variant:`secondary`,children:HP[t.providerId]??t.providerId}),t.createdAt&&(0,M.jsx)(`span`,{className:`text-xs text-muted-foreground`,children:e(`linkedAccounts.linkedOn`,{date:new Date(t.createdAt).toLocaleDateString()})})]}),(0,M.jsxs)(Q,{variant:`ghost`,size:`sm`,disabled:o===t.id,onClick:()=>l(t),children:[(0,M.jsx)(Ay,{className:`mr-1 h-4 w-4`}),e(`linkedAccounts.unlink`)]})]},t.id))})]})]}),f.length>0&&(0,M.jsxs)($,{children:[(0,M.jsxs)(_N,{children:[(0,M.jsx)(vN,{className:`text-base`,children:e(`linkedAccounts.addTitle`)}),(0,M.jsx)(yN,{children:e(`linkedAccounts.addDescription`)})]}),(0,M.jsx)(bN,{children:(0,M.jsx)(`div`,{className:`flex flex-wrap gap-2`,children:f.map(e=>(0,M.jsxs)(Q,{variant:`outline`,size:`sm`,onClick:()=>u(e),children:[(0,M.jsx)(Ly,{className:`mr-1 h-3 w-3`}),HP[e]]},e))})})]})]})}function WP(e){let t=qg(),[n,r]=(0,j.useState)([]),[i,a]=(0,j.useState)(!1),[o,s]=(0,j.useState)(null),c=(0,j.useCallback)(async()=>{if(!(!e||!t?.organizations)){a(!0),s(null);try{let n=await t.organizations.listMembers(e);r(n?.members??n?.data?.members??(Array.isArray(n)?n:[]))}catch(e){s(e),r([])}finally{a(!1)}}},[t,e]);return(0,j.useEffect)(()=>{c()},[c]),{members:n,loading:i,error:o,reload:c,inviteMember:(0,j.useCallback)(async(n,r=`member`)=>{if(!e||!t?.organizations)throw Error(`Organization ID or client not available`);let i=await t.organizations.invite({email:n,role:r,organizationId:e});return await c(),i},[t,e,c]),removeMember:(0,j.useCallback)(async n=>{if(!e||!t?.organizations?.removeMember)throw Error(`Organization ID or client not available`);let r=await t.organizations.removeMember(e,{memberIdOrEmail:n});return await c(),r},[t,e,c]),updateMemberRole:(0,j.useCallback)(async(n,r)=>{if(!e||!t?.organizations?.updateMemberRole)throw Error(`Organization ID or client not available`);let i=await t.organizations.updateMemberRole(e,{memberId:n,role:r});return await c(),i},[t,e,c])}}function GP(e){let t=qg(),[n,r]=(0,j.useState)([]),[i,a]=(0,j.useState)(!1),[o,s]=(0,j.useState)(null),c=(0,j.useCallback)(async()=>{if(!(!e||!t?.organizations?.invitations)){a(!0),s(null);try{let n=await t.organizations.invitations.list(e);r(n?.invitations??n?.data?.invitations??(Array.isArray(n)?n:[]))}catch(e){s(e),r([])}finally{a(!1)}}},[t,e]);return(0,j.useEffect)(()=>{c()},[c]),{invitations:n,loading:i,error:o,reload:c,cancelInvitation:(0,j.useCallback)(async e=>{if(!t?.organizations?.invitations?.cancel)throw Error(`Client not available`);let n=await t.organizations.invitations.cancel(e);return await c(),n},[t,c]),resendInvitation:(0,j.useCallback)(async e=>{if(!t?.organizations?.invitations?.resend)throw Error(`Client not available`);let n=await t.organizations.invitations.resend({id:e.id,email:e.email,role:e.role,organizationId:e.organizationId,teamId:e.teamId??null});return await c(),n},[t,c])}}function KP(){let e=qg(),[t,n]=(0,j.useState)([]),[r,i]=(0,j.useState)(!1),[a,o]=(0,j.useState)(null),s=(0,j.useCallback)(async()=>{if(e?.organizations?.invitations?.listMine){i(!0),o(null);try{let t=await e.organizations.invitations.listMine();n(t?.invitations??t?.data?.invitations??(Array.isArray(t)?t:[]))}catch(e){o(e),n([])}finally{i(!1)}}},[e]);return(0,j.useEffect)(()=>{s()},[s]),{invitations:t,loading:r,error:a,reload:s,accept:(0,j.useCallback)(async t=>{let n=await e.organizations.invitations.accept(t);return await s(),n},[e,s]),reject:(0,j.useCallback)(async t=>{let n=await e.organizations.invitations.reject(t);return await s(),n},[e,s])}}var qP=la(`/account/invitations`)({component:JP});function JP(){let{t:e}=vt(),{invitations:t,loading:n,accept:r,reject:i}=KP(),a=t.filter(e=>e.status===`pending`),o=async t=>{try{await r(t),q({title:e(`invitations.accepted`)})}catch(t){q({title:e(`invitations.acceptFailed`),description:t.message,variant:`destructive`})}},s=async t=>{try{await i(t),q({title:e(`invitations.rejected`)})}catch(t){q({title:e(`invitations.rejectFailed`),description:t.message,variant:`destructive`})}};return(0,M.jsxs)(`div`,{className:`space-y-6`,children:[(0,M.jsx)(eP,{icon:Dy,title:e(`invitations.title`),description:e(`invitations.description`),actions:a.length>0?(0,M.jsx)($N,{variant:`outline`,className:`font-medium`,children:e(`invitations.pendingCount`,{count:a.length,defaultValue:`{{count}} pending`})}):null}),(0,M.jsxs)($,{children:[(0,M.jsxs)(_N,{children:[(0,M.jsx)(vN,{className:`text-base`,children:e(`invitations.pendingTitle`,{defaultValue:`Pending invitations`})}),(0,M.jsx)(yN,{children:e(`invitations.pendingDescription`,{defaultValue:`Accept to join an organization, or reject to remove it from your inbox.`})})]}),(0,M.jsxs)(bN,{children:[n&&(0,M.jsxs)(`div`,{className:`space-y-3`,children:[(0,M.jsx)(Vw,{className:`h-12 w-full`}),(0,M.jsx)(Vw,{className:`h-12 w-full`})]}),!n&&a.length===0&&(0,M.jsxs)(`div`,{className:`text-center py-8`,children:[(0,M.jsx)(Dy,{className:`mx-auto h-12 w-12 text-muted-foreground/50`}),(0,M.jsx)(`p`,{className:`mt-4 text-sm text-muted-foreground`,children:e(`invitations.empty`)})]}),!n&&a.length>0&&(0,M.jsx)(`div`,{className:`divide-y`,children:a.map(t=>(0,M.jsxs)(`div`,{className:`flex items-center justify-between py-3`,children:[(0,M.jsxs)(`div`,{className:`flex-1`,children:[(0,M.jsx)(`div`,{className:`text-sm font-medium`,children:t.organizationId}),(0,M.jsxs)(`div`,{className:`flex items-center gap-2 mt-1`,children:[(0,M.jsx)($N,{variant:`outline`,className:`text-xs`,children:e(`common.roles.${t.role}`)}),(0,M.jsx)(`span`,{className:`text-xs text-muted-foreground`,children:e(`invitations.expires`,{date:new Date(t.expiresAt).toLocaleDateString()})})]})]}),(0,M.jsxs)(`div`,{className:`flex gap-2`,children:[(0,M.jsxs)(Q,{size:`sm`,onClick:()=>o(t.id),children:[(0,M.jsx)(fy,{className:`mr-1 h-4 w-4`}),e(`invitations.accept`)]}),(0,M.jsxs)(Q,{size:`sm`,variant:`outline`,onClick:()=>s(t.id),children:[(0,M.jsx)(eb,{className:`mr-1 h-4 w-4`}),e(`invitations.reject`)]})]})]},t.id))})]})]})]})}var YP=la(`/accept-invitation/$invitationId`)({component:XP});function XP(){let{t:e}=vt(),{invitationId:t}=YP.useParams(),n=Hi(),r=qg(),{user:i,loading:a,reloadOrganizations:o}=JM(),[s,c]=(0,j.useState)(!1),[l,u]=(0,j.useState)(!1);return(0,j.useEffect)(()=>{a||i||n({to:`/login`,search:{redirect:`/accept-invitation/${t}`},replace:!0})},[a,i,t,n]),(0,M.jsx)(`div`,{className:`flex min-h-svh w-full flex-col items-center justify-center gap-6 bg-muted p-6 md:p-10`,children:(0,M.jsxs)(`div`,{className:`flex w-full max-w-sm flex-col gap-6`,children:[(0,M.jsxs)(`a`,{href:`#`,className:`flex items-center gap-2 self-center font-medium`,children:[(0,M.jsx)(`div`,{className:`flex size-6 items-center justify-center rounded-md bg-primary text-primary-foreground`,children:(0,M.jsx)(wy,{className:`size-4`})}),`ObjectStack`]}),(0,M.jsxs)($,{children:[(0,M.jsxs)(_N,{className:`text-center`,children:[(0,M.jsx)(vN,{className:`text-xl`,children:e(`acceptInvitation.title`)}),(0,M.jsx)(yN,{children:e(`acceptInvitation.description`)})]}),(0,M.jsxs)(bN,{className:`flex flex-col gap-3`,children:[(0,M.jsx)(Q,{className:`w-full`,onClick:async()=>{c(!0);try{await r.organizations.invitations.accept(t),await o().catch(()=>{}),q({title:e(`acceptInvitation.accepted`)}),n({to:`/organizations`})}catch(t){q({title:e(`acceptInvitation.acceptFailed`),description:t.message,variant:`destructive`})}finally{c(!1)}},disabled:s||l,children:e(s?`acceptInvitation.accepting`:`acceptInvitation.accept`)}),(0,M.jsx)(Q,{variant:`outline`,className:`w-full`,onClick:async()=>{u(!0);try{await r.organizations.invitations.reject(t),q({title:e(`acceptInvitation.declined`)}),n({to:`/organizations`})}catch(t){q({title:e(`acceptInvitation.declineFailed`),description:t.message,variant:`destructive`})}finally{u(!1)}},disabled:s||l,children:e(l?`acceptInvitation.declining`:`acceptInvitation.decline`)})]})]})]})})}var ZP=la(`/organizations/$orgId/`)({component:()=>{let{orgId:e}=ZP.useParams();return(0,M.jsx)(Ui,{to:`/organizations/$orgId/general`,params:{orgId:e},replace:!0})}}),QP=la(`/account/oauth-applications/`)({component:$P});function $P(){let{t:e}=vt(),t=Hi(),{applications:n,loading:r,reload:i}=dP(),{remove:a,deleting:o}=pP(),[s,c]=(0,j.useState)(null);return(0,M.jsxs)(`div`,{className:`space-y-6`,children:[(0,M.jsx)(eP,{icon:Oy,title:e(`oauth.applications.title`),description:e(`oauth.applications.description`),actions:(0,M.jsxs)(Q,{onClick:()=>t({to:`/account/oauth-applications/new`}),className:`bg-brand-gradient text-primary-foreground shadow-sm shadow-primary/20 transition-all hover:opacity-95 hover:shadow-md hover:shadow-primary/30`,children:[(0,M.jsx)(Ly,{className:`mr-2 h-4 w-4`}),e(`oauth.applications.new`)]})}),r?(0,M.jsx)(`div`,{className:`space-y-3`,children:[0,1,2].map(e=>(0,M.jsx)($,{children:(0,M.jsxs)(bN,{className:`flex items-center gap-3 p-4`,children:[(0,M.jsx)(Vw,{className:`size-10 rounded-md`}),(0,M.jsxs)(`div`,{className:`flex-1 space-y-2`,children:[(0,M.jsx)(Vw,{className:`h-4 w-40`}),(0,M.jsx)(Vw,{className:`h-3 w-64`})]})]})},e))}):n.length===0?(0,M.jsx)($,{children:(0,M.jsxs)(bN,{className:`flex flex-col items-center gap-3 p-12 text-center`,children:[(0,M.jsx)(`div`,{className:`flex size-12 items-center justify-center rounded-lg bg-brand-gradient-subtle text-primary ring-1 ring-primary/15`,children:(0,M.jsx)(Oy,{className:`h-6 w-6`})}),(0,M.jsxs)(`div`,{children:[(0,M.jsx)(`p`,{className:`font-medium`,children:e(`oauth.applications.emptyTitle`)}),(0,M.jsx)(`p`,{className:`text-sm text-muted-foreground`,children:e(`oauth.applications.emptyDescription`)})]}),(0,M.jsxs)(Q,{onClick:()=>t({to:`/account/oauth-applications/new`}),className:`bg-brand-gradient text-primary-foreground shadow-sm shadow-primary/20`,children:[(0,M.jsx)(Ly,{className:`mr-2 h-4 w-4`}),e(`oauth.applications.register`)]})]})}):(0,M.jsx)(`div`,{className:`grid gap-3`,children:n.map(t=>(0,M.jsx)($,{className:`group transition-all hover:-translate-y-0.5 hover:border-primary/30 hover:shadow-md hover:shadow-primary/5`,children:(0,M.jsx)(_N,{className:`pb-3`,children:(0,M.jsxs)(`div`,{className:`flex items-center justify-between gap-3`,children:[(0,M.jsxs)(ra,{to:`/account/oauth-applications/$clientId`,params:{clientId:t.client_id},className:`flex flex-1 items-center gap-3`,children:[(0,M.jsx)(`div`,{className:`flex size-10 shrink-0 items-center justify-center rounded-md bg-brand-gradient-subtle text-primary ring-1 ring-primary/15 transition-transform group-hover:scale-105`,children:(0,M.jsx)(Oy,{className:`h-5 w-5`})}),(0,M.jsxs)(`div`,{className:`min-w-0 flex-1`,children:[(0,M.jsx)(vN,{className:`text-base`,children:t.name}),(0,M.jsx)(yN,{className:`font-mono text-xs`,children:t.client_id})]}),(0,M.jsx)($N,{variant:`outline`,className:`capitalize`,children:t.type}),t.disabled&&(0,M.jsx)($N,{variant:`destructive`,children:e(`oauth.applications.disabled`)})]}),(0,M.jsx)(Q,{variant:`ghost`,size:`icon`,className:`text-muted-foreground hover:text-destructive`,onClick:e=>{e.preventDefault(),e.stopPropagation(),c(t)},children:(0,M.jsx)(Ky,{className:`h-4 w-4`})})]})})},t.id))}),(0,M.jsx)(kP,{open:!!s,onOpenChange:e=>!e&&c(null),children:(0,M.jsxs)(MP,{children:[(0,M.jsxs)(NP,{children:[(0,M.jsx)(FP,{children:e(`oauth.applications.deleteDialogTitle`)}),(0,M.jsx)(IP,{children:e(`oauth.applications.deleteDialogDescription`,{name:s?.name??``})})]}),(0,M.jsxs)(PP,{children:[(0,M.jsx)(Q,{variant:`outline`,onClick:()=>c(null),disabled:o,children:e(`common.cancel`)}),(0,M.jsx)(Q,{variant:`destructive`,onClick:async()=>{if(s)try{await a(s.client_id),q({title:e(`oauth.applications.deleted`)}),c(null),await i()}catch(t){q({title:e(`oauth.applications.deleteFailed`),description:t.message,variant:`destructive`})}},disabled:o,children:e(o?`oauth.applications.deleting`:`common.delete`)})]})]})})]})}function eF(e,[t,n]){return Math.min(n,Math.max(t,e))}function tF(e){let t=j.useRef({value:e,previous:e});return j.useMemo(()=>(t.current.value!==e&&(t.current.previous=t.current.value,t.current.value=e),t.current.previous),[e])}var nF=[` `,`Enter`,`ArrowUp`,`ArrowDown`],rF=[` `,`Enter`],iF=`Select`,[aF,oF,sF]=v_(iF),[cF,lF]=l_(iF,[sF,oD]),uF=oD(),[dF,fF]=cF(iF),[pF,mF]=cF(iF),hF=e=>{let{__scopeSelect:t,children:n,open:r,defaultOpen:i,onOpenChange:a,value:o,defaultValue:s,onValueChange:c,dir:l,name:u,autoComplete:d,disabled:f,required:p,form:m}=e,h=uF(t),[g,_]=j.useState(null),[v,y]=j.useState(null),[b,x]=j.useState(!1),S=tk(l),[C,w]=q_({prop:r,defaultProp:i??!1,onChange:a,caller:iF}),[T,E]=q_({prop:o,defaultProp:s,onChange:c,caller:iF}),D=j.useRef(null),O=g?m||!!g.closest(`form`):!0,[ee,te]=j.useState(new Set),ne=Array.from(ee).map(e=>e.props.value).join(`;`);return(0,M.jsx)(SD,{...h,children:(0,M.jsxs)(dF,{required:p,scope:t,trigger:g,onTriggerChange:_,valueNode:v,onValueNodeChange:y,valueNodeHasChildren:b,onValueNodeHasChildrenChange:x,contentId:sS(),value:T,onValueChange:E,open:C,onOpenChange:w,dir:S,triggerPointerDownPosRef:D,disabled:f,children:[(0,M.jsx)(aF.Provider,{scope:t,children:(0,M.jsx)(pF,{scope:e.__scopeSelect,onNativeOptionAdd:j.useCallback(e=>{te(t=>new Set(t).add(e))},[]),onNativeOptionRemove:j.useCallback(e=>{te(t=>{let n=new Set(t);return n.delete(e),n})},[]),children:n})}),O?(0,M.jsxs)(uI,{"aria-hidden":!0,required:p,tabIndex:-1,name:u,autoComplete:d,value:T,onChange:e=>E(e.target.value),disabled:f,form:m,children:[T===void 0?(0,M.jsx)(`option`,{value:``}):null,Array.from(ee)]},ne):null]})})};hF.displayName=iF;var gF=`SelectTrigger`,_F=j.forwardRef((e,t)=>{let{__scopeSelect:n,disabled:r=!1,...i}=e,a=uF(n),o=fF(gF,n),s=o.disabled||r,c=s_(t,o.onTriggerChange),l=oF(n),u=j.useRef(`touch`),[d,f,p]=fI(e=>{let t=l().filter(e=>!e.disabled),n=pI(t,e,t.find(e=>e.value===o.value));n!==void 0&&o.onValueChange(n.value)}),m=e=>{s||(o.onOpenChange(!0),p()),e&&(o.triggerPointerDownPosRef.current={x:Math.round(e.pageX),y:Math.round(e.pageY)})};return(0,M.jsx)(CD,{asChild:!0,...a,children:(0,M.jsx)(y_.button,{type:`button`,role:`combobox`,"aria-controls":o.contentId,"aria-expanded":o.open,"aria-required":o.required,"aria-autocomplete":`none`,dir:o.dir,"data-state":o.open?`open`:`closed`,disabled:s,"data-disabled":s?``:void 0,"data-placeholder":dI(o.value)?``:void 0,...i,ref:c,onClick:J(i.onClick,e=>{e.currentTarget.focus(),u.current!==`mouse`&&m(e)}),onPointerDown:J(i.onPointerDown,e=>{u.current=e.pointerType;let t=e.target;t.hasPointerCapture(e.pointerId)&&t.releasePointerCapture(e.pointerId),e.button===0&&e.ctrlKey===!1&&e.pointerType===`mouse`&&(m(e),e.preventDefault())}),onKeyDown:J(i.onKeyDown,e=>{let t=d.current!==``;!(e.ctrlKey||e.altKey||e.metaKey)&&e.key.length===1&&f(e.key),!(t&&e.key===` `)&&nF.includes(e.key)&&(m(),e.preventDefault())})})})});_F.displayName=gF;var vF=`SelectValue`,yF=j.forwardRef((e,t)=>{let{__scopeSelect:n,className:r,style:i,children:a,placeholder:o=``,...s}=e,c=fF(vF,n),{onValueNodeHasChildrenChange:l}=c,u=a!==void 0,d=s_(t,c.onValueNodeChange);return R_(()=>{l(u)},[l,u]),(0,M.jsx)(y_.span,{...s,ref:d,style:{pointerEvents:`none`},children:dI(c.value)?(0,M.jsx)(M.Fragment,{children:o}):a})});yF.displayName=vF;var bF=`SelectIcon`,xF=j.forwardRef((e,t)=>{let{__scopeSelect:n,children:r,...i}=e;return(0,M.jsx)(y_.span,{"aria-hidden":!0,...i,ref:t,children:r||`▼`})});xF.displayName=bF;var SF=`SelectPortal`,CF=e=>(0,M.jsx)(B_,{asChild:!0,...e});CF.displayName=SF;var wF=`SelectContent`,TF=j.forwardRef((e,t)=>{let n=fF(wF,e.__scopeSelect),[r,i]=j.useState();if(R_(()=>{i(new DocumentFragment)},[]),!n.open){let t=r;return t?Gi.createPortal((0,M.jsx)(DF,{scope:e.__scopeSelect,children:(0,M.jsx)(aF.Slot,{scope:e.__scopeSelect,children:(0,M.jsx)(`div`,{children:e.children})})}),t):null}return(0,M.jsx)(jF,{...e,ref:t})});TF.displayName=wF;var EF=10,[DF,OF]=cF(wF),kF=`SelectContentImpl`,AF=d_(`SelectContent.RemoveScroll`),jF=j.forwardRef((e,t)=>{let{__scopeSelect:n,position:r=`item-aligned`,onCloseAutoFocus:i,onEscapeKeyDown:a,onPointerDownOutside:o,side:s,sideOffset:c,align:l,alignOffset:u,arrowPadding:d,collisionBoundary:f,collisionPadding:p,sticky:m,hideWhenDetached:h,avoidCollisions:g,..._}=e,v=fF(wF,n),[y,b]=j.useState(null),[x,S]=j.useState(null),C=s_(t,e=>b(e)),[w,T]=j.useState(null),[E,D]=j.useState(null),O=oF(n),[ee,te]=j.useState(!1),ne=j.useRef(!1);j.useEffect(()=>{if(y)return WC(y)},[y]),TS();let re=j.useCallback(e=>{let[t,...n]=O().map(e=>e.ref.current),[r]=n.slice(-1),i=document.activeElement;for(let n of e)if(n===i||(n?.scrollIntoView({block:`nearest`}),n===t&&x&&(x.scrollTop=0),n===r&&x&&(x.scrollTop=x.scrollHeight),n?.focus(),document.activeElement!==i))return},[O,x]),ie=j.useCallback(()=>re([w,y]),[re,w,y]);j.useEffect(()=>{ee&&ie()},[ee,ie]);let{onOpenChange:ae,triggerPointerDownPosRef:oe}=v;j.useEffect(()=>{if(y){let e={x:0,y:0},t=t=>{e={x:Math.abs(Math.round(t.pageX)-(oe.current?.x??0)),y:Math.abs(Math.round(t.pageY)-(oe.current?.y??0))}},n=n=>{e.x<=10&&e.y<=10?n.preventDefault():y.contains(n.target)||ae(!1),document.removeEventListener(`pointermove`,t),oe.current=null};return oe.current!==null&&(document.addEventListener(`pointermove`,t),document.addEventListener(`pointerup`,n,{capture:!0,once:!0})),()=>{document.removeEventListener(`pointermove`,t),document.removeEventListener(`pointerup`,n,{capture:!0})}}},[y,ae,oe]),j.useEffect(()=>{let e=()=>ae(!1);return window.addEventListener(`blur`,e),window.addEventListener(`resize`,e),()=>{window.removeEventListener(`blur`,e),window.removeEventListener(`resize`,e)}},[ae]);let[k,se]=fI(e=>{let t=O().filter(e=>!e.disabled),n=pI(t,e,t.find(e=>e.ref.current===document.activeElement));n&&setTimeout(()=>n.ref.current.focus())}),ce=j.useCallback((e,t,n)=>{let r=!ne.current&&!n;(v.value!==void 0&&v.value===t||r)&&(T(e),r&&(ne.current=!0))},[v.value]),le=j.useCallback(()=>y?.focus(),[y]),ue=j.useCallback((e,t,n)=>{let r=!ne.current&&!n;(v.value!==void 0&&v.value===t||r)&&D(e)},[v.value]),A=r===`popper`?FF:NF,de=A===FF?{side:s,sideOffset:c,align:l,alignOffset:u,arrowPadding:d,collisionBoundary:f,collisionPadding:p,sticky:m,hideWhenDetached:h,avoidCollisions:g}:{};return(0,M.jsx)(DF,{scope:n,content:y,viewport:x,onViewportChange:S,itemRefCallback:ce,selectedItem:w,onItemLeave:le,itemTextRefCallback:ue,focusSelectedItem:ie,selectedItemText:E,position:r,isPositioned:ee,searchRef:k,children:(0,M.jsx)(FC,{as:AF,allowPinchZoom:!0,children:(0,M.jsx)(fS,{asChild:!0,trapped:v.open,onMountAutoFocus:e=>{e.preventDefault()},onUnmountAutoFocus:J(i,e=>{v.trigger?.focus({preventScroll:!0}),e.preventDefault()}),children:(0,M.jsx)(k_,{asChild:!0,disableOutsidePointerEvents:!0,onEscapeKeyDown:a,onPointerDownOutside:o,onFocusOutside:e=>e.preventDefault(),onDismiss:()=>v.onOpenChange(!1),children:(0,M.jsx)(A,{role:`listbox`,id:v.contentId,"data-state":v.open?`open`:`closed`,dir:v.dir,onContextMenu:e=>e.preventDefault(),..._,...de,onPlaced:()=>te(!0),ref:C,style:{display:`flex`,flexDirection:`column`,outline:`none`,..._.style},onKeyDown:J(_.onKeyDown,e=>{let t=e.ctrlKey||e.altKey||e.metaKey;if(e.key===`Tab`&&e.preventDefault(),!t&&e.key.length===1&&se(e.key),[`ArrowUp`,`ArrowDown`,`Home`,`End`].includes(e.key)){let t=O().filter(e=>!e.disabled).map(e=>e.ref.current);if([`ArrowUp`,`End`].includes(e.key)&&(t=t.slice().reverse()),[`ArrowUp`,`ArrowDown`].includes(e.key)){let n=e.target,r=t.indexOf(n);t=t.slice(r+1)}setTimeout(()=>re(t)),e.preventDefault()}})})})})})})});jF.displayName=kF;var MF=`SelectItemAlignedPosition`,NF=j.forwardRef((e,t)=>{let{__scopeSelect:n,onPlaced:r,...i}=e,a=fF(wF,n),o=OF(wF,n),[s,c]=j.useState(null),[l,u]=j.useState(null),d=s_(t,e=>u(e)),f=oF(n),p=j.useRef(!1),m=j.useRef(!0),{viewport:h,selectedItem:g,selectedItemText:_,focusSelectedItem:v}=o,y=j.useCallback(()=>{if(a.trigger&&a.valueNode&&s&&l&&h&&g&&_){let e=a.trigger.getBoundingClientRect(),t=l.getBoundingClientRect(),n=a.valueNode.getBoundingClientRect(),i=_.getBoundingClientRect();if(a.dir!==`rtl`){let r=i.left-t.left,a=n.left-r,o=e.left-a,c=e.width+o,l=Math.max(c,t.width),u=window.innerWidth-EF,d=eF(a,[EF,Math.max(EF,u-l)]);s.style.minWidth=c+`px`,s.style.left=d+`px`}else{let r=t.right-i.right,a=window.innerWidth-n.right-r,o=window.innerWidth-e.right-a,c=e.width+o,l=Math.max(c,t.width),u=window.innerWidth-EF,d=eF(a,[EF,Math.max(EF,u-l)]);s.style.minWidth=c+`px`,s.style.right=d+`px`}let o=f(),c=window.innerHeight-EF*2,u=h.scrollHeight,d=window.getComputedStyle(l),m=parseInt(d.borderTopWidth,10),v=parseInt(d.paddingTop,10),y=parseInt(d.borderBottomWidth,10),b=parseInt(d.paddingBottom,10),x=m+v+u+b+y,S=Math.min(g.offsetHeight*5,x),C=window.getComputedStyle(h),w=parseInt(C.paddingTop,10),T=parseInt(C.paddingBottom,10),E=e.top+e.height/2-EF,D=c-E,O=g.offsetHeight/2,ee=g.offsetTop+O,te=m+v+ee,ne=x-te;if(te<=E){let e=o.length>0&&g===o[o.length-1].ref.current;s.style.bottom=`0px`;let t=l.clientHeight-h.offsetTop-h.offsetHeight,n=te+Math.max(D,O+(e?T:0)+t+y);s.style.height=n+`px`}else{let e=o.length>0&&g===o[0].ref.current;s.style.top=`0px`;let t=Math.max(E,m+h.offsetTop+(e?w:0)+O)+ne;s.style.height=t+`px`,h.scrollTop=te-E+h.offsetTop}s.style.margin=`${EF}px 0`,s.style.minHeight=S+`px`,s.style.maxHeight=c+`px`,r?.(),requestAnimationFrame(()=>p.current=!0)}},[f,a.trigger,a.valueNode,s,l,h,g,_,a.dir,r]);R_(()=>y(),[y]);let[b,x]=j.useState();return R_(()=>{l&&x(window.getComputedStyle(l).zIndex)},[l]),(0,M.jsx)(IF,{scope:n,contentWrapper:s,shouldExpandOnScrollRef:p,onScrollButtonChange:j.useCallback(e=>{e&&m.current===!0&&(y(),v?.(),m.current=!1)},[y,v]),children:(0,M.jsx)(`div`,{ref:c,style:{display:`flex`,flexDirection:`column`,position:`fixed`,zIndex:b},children:(0,M.jsx)(y_.div,{...i,ref:d,style:{boxSizing:`border-box`,maxHeight:`100%`,...i.style}})})})});NF.displayName=MF;var PF=`SelectPopperPosition`,FF=j.forwardRef((e,t)=>{let{__scopeSelect:n,align:r=`start`,collisionPadding:i=EF,...a}=e,o=uF(n);return(0,M.jsx)(wD,{...o,...a,ref:t,align:r,collisionPadding:i,style:{boxSizing:`border-box`,...a.style,"--radix-select-content-transform-origin":`var(--radix-popper-transform-origin)`,"--radix-select-content-available-width":`var(--radix-popper-available-width)`,"--radix-select-content-available-height":`var(--radix-popper-available-height)`,"--radix-select-trigger-width":`var(--radix-popper-anchor-width)`,"--radix-select-trigger-height":`var(--radix-popper-anchor-height)`}})});FF.displayName=PF;var[IF,LF]=cF(wF,{}),RF=`SelectViewport`,zF=j.forwardRef((e,t)=>{let{__scopeSelect:n,nonce:r,...i}=e,a=OF(RF,n),o=LF(RF,n),s=s_(t,a.onViewportChange),c=j.useRef(0);return(0,M.jsxs)(M.Fragment,{children:[(0,M.jsx)(`style`,{dangerouslySetInnerHTML:{__html:`[data-radix-select-viewport]{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;}[data-radix-select-viewport]::-webkit-scrollbar{display:none}`},nonce:r}),(0,M.jsx)(aF.Slot,{scope:n,children:(0,M.jsx)(y_.div,{"data-radix-select-viewport":``,role:`presentation`,...i,ref:s,style:{position:`relative`,flex:1,overflow:`hidden auto`,...i.style},onScroll:J(i.onScroll,e=>{let t=e.currentTarget,{contentWrapper:n,shouldExpandOnScrollRef:r}=o;if(r?.current&&n){let e=Math.abs(c.current-t.scrollTop);if(e>0){let r=window.innerHeight-EF*2,i=parseFloat(n.style.minHeight),a=parseFloat(n.style.height),o=Math.max(i,a);if(o<r){let i=o+e,a=Math.min(r,i),s=i-a;n.style.height=a+`px`,n.style.bottom===`0px`&&(t.scrollTop=s>0?s:0,n.style.justifyContent=`flex-end`)}}}c.current=t.scrollTop})})})]})});zF.displayName=RF;var BF=`SelectGroup`,[VF,HF]=cF(BF),UF=j.forwardRef((e,t)=>{let{__scopeSelect:n,...r}=e,i=sS();return(0,M.jsx)(VF,{scope:n,id:i,children:(0,M.jsx)(y_.div,{role:`group`,"aria-labelledby":i,...r,ref:t})})});UF.displayName=BF;var WF=`SelectLabel`,GF=j.forwardRef((e,t)=>{let{__scopeSelect:n,...r}=e,i=HF(WF,n);return(0,M.jsx)(y_.div,{id:i.id,...r,ref:t})});GF.displayName=WF;var KF=`SelectItem`,[qF,JF]=cF(KF),YF=j.forwardRef((e,t)=>{let{__scopeSelect:n,value:r,disabled:i=!1,textValue:a,...o}=e,s=fF(KF,n),c=OF(KF,n),l=s.value===r,[u,d]=j.useState(a??``),[f,p]=j.useState(!1),m=s_(t,e=>c.itemRefCallback?.(e,r,i)),h=sS(),g=j.useRef(`touch`),_=()=>{i||(s.onValueChange(r),s.onOpenChange(!1))};if(r===``)throw Error(`A <Select.Item /> must have a value prop that is not an empty string. This is because the Select value can be set to an empty string to clear the selection and show the placeholder.`);return(0,M.jsx)(qF,{scope:n,value:r,disabled:i,textId:h,isSelected:l,onItemTextChange:j.useCallback(e=>{d(t=>t||(e?.textContent??``).trim())},[]),children:(0,M.jsx)(aF.ItemSlot,{scope:n,value:r,disabled:i,textValue:u,children:(0,M.jsx)(y_.div,{role:`option`,"aria-labelledby":h,"data-highlighted":f?``:void 0,"aria-selected":l&&f,"data-state":l?`checked`:`unchecked`,"aria-disabled":i||void 0,"data-disabled":i?``:void 0,tabIndex:i?void 0:-1,...o,ref:m,onFocus:J(o.onFocus,()=>p(!0)),onBlur:J(o.onBlur,()=>p(!1)),onClick:J(o.onClick,()=>{g.current!==`mouse`&&_()}),onPointerUp:J(o.onPointerUp,()=>{g.current===`mouse`&&_()}),onPointerDown:J(o.onPointerDown,e=>{g.current=e.pointerType}),onPointerMove:J(o.onPointerMove,e=>{g.current=e.pointerType,i?c.onItemLeave?.():g.current===`mouse`&&e.currentTarget.focus({preventScroll:!0})}),onPointerLeave:J(o.onPointerLeave,e=>{e.currentTarget===document.activeElement&&c.onItemLeave?.()}),onKeyDown:J(o.onKeyDown,e=>{c.searchRef?.current!==``&&e.key===` `||(rF.includes(e.key)&&_(),e.key===` `&&e.preventDefault())})})})})});YF.displayName=KF;var XF=`SelectItemText`,ZF=j.forwardRef((e,t)=>{let{__scopeSelect:n,className:r,style:i,...a}=e,o=fF(XF,n),s=OF(XF,n),c=JF(XF,n),l=mF(XF,n),[u,d]=j.useState(null),f=s_(t,e=>d(e),c.onItemTextChange,e=>s.itemTextRefCallback?.(e,c.value,c.disabled)),p=u?.textContent,m=j.useMemo(()=>(0,M.jsx)(`option`,{value:c.value,disabled:c.disabled,children:p},c.value),[c.disabled,c.value,p]),{onNativeOptionAdd:h,onNativeOptionRemove:g}=l;return R_(()=>(h(m),()=>g(m)),[h,g,m]),(0,M.jsxs)(M.Fragment,{children:[(0,M.jsx)(y_.span,{id:c.textId,...a,ref:f}),c.isSelected&&o.valueNode&&!o.valueNodeHasChildren?Gi.createPortal(a.children,o.valueNode):null]})});ZF.displayName=XF;var QF=`SelectItemIndicator`,$F=j.forwardRef((e,t)=>{let{__scopeSelect:n,...r}=e;return JF(QF,n).isSelected?(0,M.jsx)(y_.span,{"aria-hidden":!0,...r,ref:t}):null});$F.displayName=QF;var eI=`SelectScrollUpButton`,tI=j.forwardRef((e,t)=>{let n=OF(eI,e.__scopeSelect),r=LF(eI,e.__scopeSelect),[i,a]=j.useState(!1),o=s_(t,r.onScrollButtonChange);return R_(()=>{if(n.viewport&&n.isPositioned){let e=function(){a(t.scrollTop>0)},t=n.viewport;return e(),t.addEventListener(`scroll`,e),()=>t.removeEventListener(`scroll`,e)}},[n.viewport,n.isPositioned]),i?(0,M.jsx)(iI,{...e,ref:o,onAutoScroll:()=>{let{viewport:e,selectedItem:t}=n;e&&t&&(e.scrollTop-=t.offsetHeight)}}):null});tI.displayName=eI;var nI=`SelectScrollDownButton`,rI=j.forwardRef((e,t)=>{let n=OF(nI,e.__scopeSelect),r=LF(nI,e.__scopeSelect),[i,a]=j.useState(!1),o=s_(t,r.onScrollButtonChange);return R_(()=>{if(n.viewport&&n.isPositioned){let e=function(){let e=t.scrollHeight-t.clientHeight;a(Math.ceil(t.scrollTop)<e)},t=n.viewport;return e(),t.addEventListener(`scroll`,e),()=>t.removeEventListener(`scroll`,e)}},[n.viewport,n.isPositioned]),i?(0,M.jsx)(iI,{...e,ref:o,onAutoScroll:()=>{let{viewport:e,selectedItem:t}=n;e&&t&&(e.scrollTop+=t.offsetHeight)}}):null});rI.displayName=nI;var iI=j.forwardRef((e,t)=>{let{__scopeSelect:n,onAutoScroll:r,...i}=e,a=OF(`SelectScrollButton`,n),o=j.useRef(null),s=oF(n),c=j.useCallback(()=>{o.current!==null&&(window.clearInterval(o.current),o.current=null)},[]);return j.useEffect(()=>()=>c(),[c]),R_(()=>{s().find(e=>e.ref.current===document.activeElement)?.ref.current?.scrollIntoView({block:`nearest`})},[s]),(0,M.jsx)(y_.div,{"aria-hidden":!0,...i,ref:t,style:{flexShrink:0,...i.style},onPointerDown:J(i.onPointerDown,()=>{o.current===null&&(o.current=window.setInterval(r,50))}),onPointerMove:J(i.onPointerMove,()=>{a.onItemLeave?.(),o.current===null&&(o.current=window.setInterval(r,50))}),onPointerLeave:J(i.onPointerLeave,()=>{c()})})}),aI=`SelectSeparator`,oI=j.forwardRef((e,t)=>{let{__scopeSelect:n,...r}=e;return(0,M.jsx)(y_.div,{"aria-hidden":!0,...r,ref:t})});oI.displayName=aI;var sI=`SelectArrow`,cI=j.forwardRef((e,t)=>{let{__scopeSelect:n,...r}=e,i=uF(n),a=fF(sI,n),o=OF(sI,n);return a.open&&o.position===`popper`?(0,M.jsx)(TD,{...i,...r,ref:t}):null});cI.displayName=sI;var lI=`SelectBubbleInput`,uI=j.forwardRef(({__scopeSelect:e,value:t,...n},r)=>{let i=j.useRef(null),a=s_(r,i),o=tF(t);return j.useEffect(()=>{let e=i.current;if(!e)return;let n=window.HTMLSelectElement.prototype,r=Object.getOwnPropertyDescriptor(n,`value`).set;if(o!==t&&r){let n=new Event(`change`,{bubbles:!0});r.call(e,t),e.dispatchEvent(n)}},[o,t]),(0,M.jsx)(y_.select,{...n,style:{...X_,...n.style},ref:a,defaultValue:t})});uI.displayName=lI;function dI(e){return e===``||e===void 0}function fI(e){let t=x_(e),n=j.useRef(``),r=j.useRef(0),i=j.useCallback(e=>{let i=n.current+e;t(i),(function e(t){n.current=t,window.clearTimeout(r.current),t!==``&&(r.current=window.setTimeout(()=>e(``),1e3))})(i)},[t]),a=j.useCallback(()=>{n.current=``,window.clearTimeout(r.current)},[]);return j.useEffect(()=>()=>window.clearTimeout(r.current),[]),[n,i,a]}function pI(e,t,n){let r=t.length>1&&Array.from(t).every(e=>e===t[0])?t[0]:t,i=n?e.indexOf(n):-1,a=mI(e,Math.max(i,0));r.length===1&&(a=a.filter(e=>e!==n));let o=a.find(e=>e.textValue.toLowerCase().startsWith(r.toLowerCase()));return o===n?void 0:o}function mI(e,t){return e.map((n,r)=>e[(t+r)%e.length])}var hI=hF,gI=_F,_I=yF,vI=xF,yI=CF,bI=TF,xI=zF,SI=GF,CI=YF,wI=ZF,TI=$F,EI=tI,DI=rI,OI=oI,kI=hI,AI=_I,jI=j.forwardRef(({className:e,children:t,...n},r)=>(0,M.jsxs)(gI,{ref:r,className:Z(`flex h-9 w-full items-center justify-between whitespace-nowrap rounded-md border border-input bg-transparent px-3 py-2 text-sm shadow-sm ring-offset-background placeholder:text-muted-foreground focus:outline-none focus:ring-1 focus:ring-ring disabled:cursor-not-allowed disabled:opacity-50 [&>span]:line-clamp-1`,e),...n,children:[t,(0,M.jsx)(vI,{asChild:!0,children:(0,M.jsx)(py,{className:`h-4 w-4 opacity-50`})})]}));jI.displayName=gI.displayName;var MI=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(EI,{ref:n,className:Z(`flex cursor-default items-center justify-center py-1`,e),...t,children:(0,M.jsx)(hy,{className:`h-4 w-4`})}));MI.displayName=EI.displayName;var NI=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(DI,{ref:n,className:Z(`flex cursor-default items-center justify-center py-1`,e),...t,children:(0,M.jsx)(py,{className:`h-4 w-4`})}));NI.displayName=DI.displayName;var PI=j.forwardRef(({className:e,children:t,position:n=`popper`,...r},i)=>(0,M.jsx)(yI,{children:(0,M.jsxs)(bI,{ref:i,className:Z(`relative z-50 max-h-96 min-w-[8rem] overflow-hidden rounded-md border bg-popover text-popover-foreground shadow-md data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2`,n===`popper`&&`data-[side=bottom]:translate-y-1 data-[side=left]:-translate-x-1 data-[side=right]:translate-x-1 data-[side=top]:-translate-y-1`,e),position:n,...r,children:[(0,M.jsx)(MI,{}),(0,M.jsx)(xI,{className:Z(`p-1`,n===`popper`&&`h-[var(--radix-select-trigger-height)] w-full min-w-[var(--radix-select-trigger-width)]`),children:t}),(0,M.jsx)(NI,{})]})}));PI.displayName=bI.displayName;var FI=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(SI,{ref:n,className:Z(`px-2 py-1.5 text-sm font-semibold`,e),...t}));FI.displayName=SI.displayName;var II=j.forwardRef(({className:e,children:t,...n},r)=>(0,M.jsxs)(CI,{ref:r,className:Z(`relative flex w-full cursor-default select-none items-center rounded-sm py-1.5 pl-2 pr-8 text-sm outline-none focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50`,e),...n,children:[(0,M.jsx)(`span`,{className:`absolute right-2 flex h-3.5 w-3.5 items-center justify-center`,children:(0,M.jsx)(TI,{children:(0,M.jsx)(fy,{className:`h-4 w-4`})})}),(0,M.jsx)(wI,{children:t})]}));II.displayName=CI.displayName;var LI=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(OI,{ref:n,className:Z(`-mx-1 my-1 h-px bg-muted`,e),...t}));LI.displayName=OI.displayName;var RI=la(`/organizations/$orgId/teams`)({component:zI});function zI(){let{t:e}=vt(),{orgId:t}=RI.useParams(),n=qg(),{members:r}=WP(t),[i,a]=(0,j.useState)([]),[o,s]=(0,j.useState)(!0),[c,l]=(0,j.useState)(!1),[u,d]=(0,j.useState)(``),[f,p]=(0,j.useState)(!1),[m,h]=(0,j.useState)(null),[g,_]=(0,j.useState)([]),[v,y]=(0,j.useState)(!1),[b,x]=(0,j.useState)(!1),[S,C]=(0,j.useState)(``),w=(0,j.useCallback)(async()=>{if(n?.organizations?.teams){s(!0);try{a((await n.organizations.teams.list(t))?.teams??[])}catch{a([])}finally{s(!1)}}},[n,t]);(0,j.useEffect)(()=>{w()},[w]);let T=(0,j.useCallback)(async e=>{if(n?.organizations?.teams){y(!0);try{_((await n.organizations.teams.listMembers(e))?.members??[])}catch{_([])}finally{y(!1)}}},[n]);(0,j.useEffect)(()=>{m&&T(m)},[m,T]);let E=async r=>{if(r.preventDefault(),u.trim()){p(!0);try{await n.organizations.teams.create({name:u.trim(),organizationId:t}),q({title:e(`teams.created`)}),l(!1),d(``),await w()}catch(t){q({title:e(`teams.createFailed`),description:t.message,variant:`destructive`})}finally{p(!1)}}},D=async r=>{if(confirm(e(`teams.deleteConfirm`,{name:r.name})))try{await n.organizations.teams.delete({teamId:r.id,organizationId:t}),q({title:e(`teams.deleted`)}),m===r.id&&h(null),await w()}catch(t){q({title:e(`teams.deleteFailed`),description:t.message,variant:`destructive`})}},O=async()=>{if(!(!m||!S))try{await n.organizations.teams.addMember({teamId:m,userId:S}),q({title:e(`teams.memberAdded`)}),x(!1),C(``),await T(m)}catch(t){q({title:e(`teams.addMemberFailed`),description:t.message,variant:`destructive`})}},ee=async(t,r)=>{try{await n.organizations.teams.removeMember({teamId:t,userId:r}),q({title:e(`teams.memberRemoved`)}),await T(t)}catch(t){q({title:e(`teams.removeMemberFailed`),description:t.message,variant:`destructive`})}},te=Object.fromEntries(r.map(e=>[e.userId,e])),ne=new Set(g.map(e=>e.userId)),re=r.filter(e=>!ne.has(e.userId));return(0,M.jsxs)(`div`,{className:`space-y-6`,children:[(0,M.jsxs)($,{children:[(0,M.jsx)(_N,{children:(0,M.jsxs)(`div`,{className:`flex items-center justify-between`,children:[(0,M.jsxs)(`div`,{children:[(0,M.jsx)(vN,{className:`text-base`,children:e(`teams.title`,{count:i.length})}),(0,M.jsx)(yN,{children:e(`teams.description`)})]}),(0,M.jsxs)(Q,{size:`sm`,onClick:()=>l(!0),children:[(0,M.jsx)(Ly,{className:`mr-2 h-4 w-4`}),e(`teams.create`)]})]})}),(0,M.jsxs)(bN,{children:[o&&(0,M.jsxs)(`div`,{className:`space-y-3`,children:[(0,M.jsx)(Vw,{className:`h-12 w-full`}),(0,M.jsx)(Vw,{className:`h-12 w-full`})]}),!o&&i.length===0&&(0,M.jsxs)(`div`,{className:`text-center py-8`,children:[(0,M.jsx)(Qy,{className:`mx-auto h-12 w-12 text-muted-foreground/50`}),(0,M.jsx)(`p`,{className:`mt-4 text-sm text-muted-foreground`,children:e(`teams.empty`)})]}),!o&&i.length>0&&(0,M.jsx)(`div`,{className:`divide-y`,children:i.map(t=>(0,M.jsxs)(`div`,{children:[(0,M.jsxs)(`div`,{className:`flex items-center justify-between py-3`,children:[(0,M.jsxs)(`button`,{type:`button`,className:`flex-1 text-left`,onClick:()=>h(m===t.id?null:t.id),children:[(0,M.jsx)(`div`,{className:`font-medium text-sm`,children:t.name}),t.createdAt&&(0,M.jsx)(`div`,{className:`text-xs text-muted-foreground`,children:new Date(t.createdAt).toLocaleDateString()})]}),(0,M.jsxs)(Zj,{children:[(0,M.jsx)(Qj,{asChild:!0,children:(0,M.jsx)(Q,{variant:`ghost`,size:`sm`,className:`h-8 w-8 p-0`,children:(0,M.jsx)(Cy,{className:`h-4 w-4`})})}),(0,M.jsx)(tM,{align:`end`,children:(0,M.jsxs)(nM,{className:`text-destructive`,onClick:()=>D(t),children:[(0,M.jsx)(Ky,{className:`mr-2 h-4 w-4`}),e(`teams.delete`)]})})]})]}),m===t.id&&(0,M.jsxs)(`div`,{className:`pb-3 pl-4 border-l-2 ml-2 space-y-2`,children:[(0,M.jsxs)(`div`,{className:`flex items-center justify-between`,children:[(0,M.jsx)(`p`,{className:`text-xs font-medium text-muted-foreground`,children:e(`teams.members`,{count:g.length})}),(0,M.jsxs)(Q,{size:`sm`,variant:`outline`,onClick:()=>x(!0),children:[(0,M.jsx)(Xy,{className:`mr-1 h-3 w-3`}),e(`teams.addMember`)]})]}),v&&(0,M.jsx)(Vw,{className:`h-8 w-full`}),!v&&g.length===0&&(0,M.jsx)(`p`,{className:`text-xs text-muted-foreground`,children:e(`teams.noMembers`)}),!v&&g.map(e=>{let n=te[e.userId];return(0,M.jsxs)(`div`,{className:`flex items-center justify-between py-1`,children:[(0,M.jsx)(`span`,{className:`text-sm`,children:n?.user?.name||n?.user?.email||e.userId}),(0,M.jsx)(Q,{variant:`ghost`,size:`sm`,className:`h-7 w-7 p-0`,onClick:()=>ee(t.id,e.userId),children:(0,M.jsx)(Yy,{className:`h-3 w-3`})})]},e.id)})]})]},t.id))})]})]}),(0,M.jsx)(kP,{open:c,onOpenChange:l,children:(0,M.jsxs)(MP,{children:[(0,M.jsxs)(NP,{children:[(0,M.jsx)(FP,{children:e(`teams.createTitle`)}),(0,M.jsx)(IP,{children:e(`teams.createDescription`)})]}),(0,M.jsxs)(`form`,{onSubmit:E,children:[(0,M.jsx)(`div`,{className:`space-y-4 py-4`,children:(0,M.jsxs)(`div`,{className:`space-y-2`,children:[(0,M.jsx)(jN,{htmlFor:`team-name`,children:e(`teams.nameLabel`)}),(0,M.jsx)(Xx,{id:`team-name`,required:!0,placeholder:e(`teams.namePlaceholder`),value:u,onChange:e=>d(e.target.value)})]})}),(0,M.jsxs)(PP,{children:[(0,M.jsx)(Q,{variant:`outline`,type:`button`,onClick:()=>l(!1),children:e(`common.cancel`)}),(0,M.jsx)(Q,{type:`submit`,disabled:f,children:e(f?`common.saving`:`teams.create`)})]})]})]})}),(0,M.jsx)(kP,{open:b,onOpenChange:x,children:(0,M.jsxs)(MP,{children:[(0,M.jsxs)(NP,{children:[(0,M.jsx)(FP,{children:e(`teams.addMemberTitle`)}),(0,M.jsx)(IP,{children:e(`teams.addMemberDescription`)})]}),(0,M.jsx)(`div`,{className:`space-y-4 py-4`,children:(0,M.jsxs)(`div`,{className:`space-y-2`,children:[(0,M.jsx)(jN,{children:e(`teams.selectMember`)}),(0,M.jsxs)(kI,{value:S,onValueChange:C,children:[(0,M.jsx)(jI,{children:(0,M.jsx)(AI,{placeholder:e(`teams.selectMemberPlaceholder`)})}),(0,M.jsx)(PI,{children:re.map(e=>(0,M.jsx)(II,{value:e.userId,children:e.user?.name||e.user?.email||e.userId},e.userId))})]})]})}),(0,M.jsxs)(PP,{children:[(0,M.jsx)(Q,{variant:`outline`,onClick:()=>x(!1),children:e(`common.cancel`)}),(0,M.jsx)(Q,{onClick:O,disabled:!S,children:e(`teams.addMember`)})]})]})})]})}var BI=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(`textarea`,{className:Z(`flex min-h-[60px] w-full rounded-md border border-input bg-transparent px-3 py-2 text-sm shadow-sm placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:cursor-not-allowed disabled:opacity-50`,e),ref:n,...t}));BI.displayName=`Textarea`;var VI=la(`/organizations/$orgId/members`)({component:HI});function HI(){let{t:e}=vt(),{orgId:t}=VI.useParams(),{organizations:n}=YM(),{user:r}=JM(),i=qg(),a=n.find(e=>e.id===t),{members:o,loading:s,inviteMember:c,removeMember:l,updateMemberRole:u}=WP(t),{invitations:d,loading:f,cancelInvitation:p,resendInvitation:m}=GP(t),[h,g]=(0,j.useState)(!1),[_,v]=(0,j.useState)(!1),[y,b]=(0,j.useState)(``),[x,S]=(0,j.useState)(``),[C,w]=(0,j.useState)(`member`),[T,E]=(0,j.useState)(!1),[D,O]=(0,j.useState)(!1),ee=d.filter(e=>e.status===`pending`),te=o.find(e=>e.userId===r?.id),ne=te?.role===`owner`||te?.role===`admin`,re=async()=>{let t=_?x.split(/[,;\n]+/).map(e=>e.trim()).filter(Boolean):[y.trim()].filter(Boolean);if(t.length===0){q({title:e(`organizations.members.emailRequired`),variant:`destructive`});return}E(!0);let n=0;try{for(let e of t)try{await c(e,C)}catch{n++}n>0&&n<t.length?q({title:e(`organizations.members.invitePartialSuccess`,{sent:t.length-n,failed:n}),variant:`destructive`}):n===t.length?q({title:e(`organizations.members.inviteFailed`),variant:`destructive`}):q({title:e(`organizations.members.invitationSent`)}),g(!1),b(``),S(``),w(`member`)}finally{E(!1)}},ie=async(t,n)=>{if(confirm(e(`organizations.members.removeConfirm`,{name:n})))try{await l(t),q({title:e(`organizations.members.memberRemoved`)})}catch(t){q({title:e(`organizations.members.removeFailed`),description:t.message,variant:`destructive`})}},ae=async(t,n)=>{try{await u(t,n),q({title:e(`organizations.members.roleUpdated`)})}catch(t){q({title:e(`organizations.members.roleUpdateFailed`),description:t.message,variant:`destructive`})}},oe=async()=>{if(confirm(e(`organizations.members.leaveConfirm`,{org:a?.name??t}))){O(!0);try{await i.organizations.leave(t),q({title:e(`organizations.members.leftOrg`)}),window.location.assign(`/`)}catch(t){q({title:e(`organizations.members.leaveFailed`),description:t.message,variant:`destructive`})}finally{O(!1)}}},k=async(t,n)=>{if(confirm(e(`organizations.members.cancelConfirm`,{email:n})))try{await p(t),q({title:e(`organizations.members.invitationCanceled`)})}catch(t){q({title:e(`organizations.members.cancelFailed`),description:t.message,variant:`destructive`})}},se=async t=>{try{await m(t),q({title:e(`organizations.members.invitationResent`)})}catch(t){q({title:e(`organizations.members.resendFailed`),description:t.message,variant:`destructive`})}},ce=async t=>{let n=`${window.location.origin}/accept-invitation/${t}`;try{await navigator.clipboard.writeText(n),q({title:e(`organizations.members.linkCopied`)})}catch{q({title:e(`organizations.members.linkCopyFailed`),variant:`destructive`})}};return(0,M.jsxs)(`div`,{className:`space-y-6`,children:[(0,M.jsxs)($,{children:[(0,M.jsx)(_N,{children:(0,M.jsxs)(`div`,{className:`flex items-center justify-between`,children:[(0,M.jsxs)(`div`,{children:[(0,M.jsx)(vN,{className:`text-base`,children:e(`organizations.members.title`,{count:o.length})}),(0,M.jsx)(yN,{children:e(`organizations.members.description`)})]}),(0,M.jsxs)(`div`,{className:`flex gap-2`,children:[te&&te.role!==`owner`&&(0,M.jsxs)(Q,{size:`sm`,variant:`outline`,onClick:oe,disabled:D,children:[(0,M.jsx)(My,{className:`mr-2 h-4 w-4`}),e(`organizations.members.leave`)]}),ne&&(0,M.jsxs)(Q,{size:`sm`,onClick:()=>g(!0),children:[(0,M.jsx)(Xy,{className:`mr-2 h-4 w-4`}),e(`organizations.members.invite`)]})]})]})}),(0,M.jsxs)(bN,{children:[s&&(0,M.jsx)(`p`,{className:`text-xs text-muted-foreground`,children:e(`organizations.members.loadingMembers`)}),!s&&o.length===0&&(0,M.jsxs)(`div`,{className:`text-center py-8`,children:[(0,M.jsx)($y,{className:`mx-auto h-12 w-12 text-muted-foreground/50`}),(0,M.jsx)(`p`,{className:`mt-4 text-sm text-muted-foreground`,children:e(`organizations.members.empty`)})]}),!s&&o.length>0&&(0,M.jsx)(`div`,{className:`divide-y`,children:o.map(t=>(0,M.jsxs)(`div`,{className:`flex items-center justify-between py-3`,children:[(0,M.jsxs)(`div`,{className:`flex-1`,children:[(0,M.jsxs)(`div`,{className:`font-medium text-sm`,children:[t.user?.name||t.user?.email||t.userId,t.userId===r?.id&&(0,M.jsx)($N,{variant:`secondary`,className:`ml-2 text-xs`,children:e(`organizations.members.you`)})]}),t.user?.email&&(0,M.jsx)(`div`,{className:`text-xs text-muted-foreground`,children:t.user.email})]}),(0,M.jsxs)(`div`,{className:`flex items-center gap-2`,children:[ne&&t.role!==`owner`&&t.userId!==r?.id?(0,M.jsxs)(kI,{value:t.role,onValueChange:e=>ae(t.id,e),children:[(0,M.jsx)(jI,{className:`h-7 w-24 text-xs`,children:(0,M.jsx)(AI,{})}),(0,M.jsxs)(PI,{children:[(0,M.jsx)(II,{value:`admin`,children:e(`common.roles.admin`)}),(0,M.jsx)(II,{value:`member`,children:e(`common.roles.member`)})]})]}):(0,M.jsx)($N,{variant:`secondary`,className:`text-xs`,children:e(`common.roles.${t.role??`member`}`)}),ne&&t.role!==`owner`&&t.userId!==r?.id&&(0,M.jsxs)(Zj,{children:[(0,M.jsx)(Qj,{asChild:!0,children:(0,M.jsx)(Q,{variant:`ghost`,size:`sm`,className:`h-8 w-8 p-0`,children:(0,M.jsx)(Cy,{className:`h-4 w-4`})})}),(0,M.jsx)(tM,{align:`end`,children:(0,M.jsxs)(nM,{className:`text-destructive`,onClick:()=>ie(t.id,t.user?.name||t.user?.email||t.userId),children:[(0,M.jsx)(Ky,{className:`mr-2 h-4 w-4`}),e(`organizations.members.removeMember`)]})})]})]})]},t.id))})]})]}),(0,M.jsxs)($,{children:[(0,M.jsx)(_N,{children:(0,M.jsxs)(`div`,{className:`flex items-center justify-between`,children:[(0,M.jsxs)(`div`,{children:[(0,M.jsx)(vN,{className:`text-base`,children:e(`organizations.members.pendingTitle`,{count:ee.length})}),(0,M.jsx)(yN,{children:e(`organizations.members.pendingDescription`)})]}),ne&&(0,M.jsxs)(Q,{size:`sm`,variant:`outline`,onClick:()=>g(!0),children:[(0,M.jsx)(Xy,{className:`mr-2 h-4 w-4`}),e(`organizations.members.sendInvitation`)]})]})}),(0,M.jsxs)(bN,{children:[f&&(0,M.jsx)(`p`,{className:`text-xs text-muted-foreground`,children:e(`organizations.members.loadingInvitations`)}),!f&&ee.length===0&&(0,M.jsxs)(`div`,{className:`text-center py-8`,children:[(0,M.jsx)(Ny,{className:`mx-auto h-12 w-12 text-muted-foreground/50`}),(0,M.jsx)(`p`,{className:`mt-4 text-sm text-muted-foreground`,children:e(`organizations.members.noPending`)})]}),!f&&ee.length>0&&(0,M.jsx)(`div`,{className:`divide-y`,children:ee.map(t=>(0,M.jsxs)(`div`,{className:`flex items-center justify-between py-3`,children:[(0,M.jsxs)(`div`,{className:`flex-1`,children:[(0,M.jsx)(`div`,{className:`font-medium text-sm`,children:t.email}),(0,M.jsxs)(`div`,{className:`flex items-center gap-2 mt-1`,children:[(0,M.jsx)($N,{variant:`outline`,className:`text-xs`,children:e(`common.roles.${t.role}`)}),(0,M.jsxs)(`span`,{className:`text-xs text-muted-foreground flex items-center gap-1`,children:[(0,M.jsx)(xy,{className:`h-3 w-3`}),e(`organizations.members.expires`,{date:new Date(t.expiresAt).toLocaleDateString()})]})]})]}),(0,M.jsxs)(`div`,{className:`flex items-center gap-1`,children:[(0,M.jsx)(Q,{variant:`ghost`,size:`sm`,className:`h-8 w-8 p-0`,title:e(`organizations.members.copyLink`),onClick:()=>ce(t.id),children:(0,M.jsx)(Sy,{className:`h-4 w-4`})}),(0,M.jsx)(Q,{variant:`ghost`,size:`sm`,className:`h-8 w-8 p-0`,title:e(`organizations.members.resend`),onClick:()=>se(t),children:(0,M.jsx)(Ry,{className:`h-4 w-4`})}),(0,M.jsx)(Q,{variant:`ghost`,size:`sm`,className:`h-8 w-8 p-0`,title:e(`organizations.members.cancel`),onClick:()=>k(t.id,t.email),children:(0,M.jsx)(eb,{className:`h-4 w-4`})})]})]},t.id))})]})]}),(0,M.jsx)(kP,{open:h,onOpenChange:g,children:(0,M.jsxs)(MP,{children:[(0,M.jsxs)(NP,{children:[(0,M.jsx)(FP,{children:e(`organizations.members.inviteDialogTitle`)}),(0,M.jsx)(IP,{children:e(`organizations.members.inviteDialogDescription`,{organization:a?.name??``})})]}),(0,M.jsxs)(`div`,{className:`space-y-4 py-4`,children:[(0,M.jsxs)(`div`,{className:`flex items-center gap-2`,children:[(0,M.jsx)(Q,{type:`button`,variant:_?`outline`:`default`,size:`sm`,onClick:()=>v(!1),children:e(`organizations.members.singleInvite`)}),(0,M.jsx)(Q,{type:`button`,variant:_?`default`:`outline`,size:`sm`,onClick:()=>v(!0),children:e(`organizations.members.bulkInvite`)})]}),_?(0,M.jsxs)(`div`,{className:`space-y-2`,children:[(0,M.jsx)(jN,{children:e(`organizations.members.bulkEmails`)}),(0,M.jsx)(BI,{placeholder:e(`organizations.members.bulkEmailsPlaceholder`),rows:5,value:x,onChange:e=>S(e.target.value)}),(0,M.jsx)(`p`,{className:`text-xs text-muted-foreground`,children:e(`organizations.members.bulkEmailsHint`)})]}):(0,M.jsxs)(`div`,{className:`space-y-2`,children:[(0,M.jsx)(jN,{htmlFor:`invite-email`,children:e(`organizations.members.email`)}),(0,M.jsx)(Xx,{id:`invite-email`,type:`email`,placeholder:e(`organizations.members.emailPlaceholder`),value:y,onChange:e=>b(e.target.value)})]}),(0,M.jsxs)(`div`,{className:`space-y-2`,children:[(0,M.jsx)(jN,{htmlFor:`role`,children:e(`organizations.members.role`)}),(0,M.jsxs)(kI,{value:C,onValueChange:w,children:[(0,M.jsx)(jI,{id:`role`,children:(0,M.jsx)(AI,{})}),(0,M.jsxs)(PI,{children:[(0,M.jsx)(II,{value:`owner`,children:e(`common.roles.owner`)}),(0,M.jsx)(II,{value:`admin`,children:e(`common.roles.admin`)}),(0,M.jsx)(II,{value:`member`,children:e(`common.roles.member`)})]})]})]})]}),(0,M.jsxs)(PP,{children:[(0,M.jsx)(Q,{variant:`outline`,onClick:()=>g(!1),disabled:T,children:e(`common.cancel`)}),(0,M.jsx)(Q,{onClick:re,disabled:T,children:e(T?`organizations.members.sending`:`organizations.members.sendInvitation`)})]})]})})]})}var UI=la(`/organizations/$orgId/general`)({component:WI});function WI(){let{t:e}=vt(),{orgId:t}=UI.useParams(),n=Hi(),{organizations:r}=YM(),{session:i,user:a,setActiveOrganization:o}=JM(),s=r.find(e=>e.id===t),{members:c}=WP(t),{invitations:l}=GP(t),{remove:u,deleting:d}=QM(),{update:f,updating:p}=ZM(),[m,h]=(0,j.useState)(``),[g,_]=(0,j.useState)(``),[v,y]=(0,j.useState)(``),[b,x]=(0,j.useState)(!1),[S,C]=(0,j.useState)(``);(0,j.useEffect)(()=>{h(s?.name??``),_(s?.slug??``),y(s?.logo??``)},[s?.id,s?.name,s?.slug,s?.logo]);let w=i?.activeOrganizationId===t,T=l.filter(e=>e.status===`pending`),E=(a?c.find(e=>e.userId===a.id):void 0)?.role??null,D=E===`owner`||E===`admin`,O=D&&s!=null&&(m.trim()!==(s.name??``)||g.trim()!==(s.slug??``)||v.trim()!==(s.logo??``));return(0,M.jsxs)(`div`,{className:`space-y-6`,children:[(0,M.jsxs)(`div`,{className:`flex items-center justify-between gap-2`,children:[(0,M.jsxs)(`div`,{className:`flex items-center gap-2`,children:[w&&(0,M.jsx)($N,{variant:`outline`,children:e(`organizations.active`)}),E&&(0,M.jsx)($N,{variant:`secondary`,className:`capitalize`,children:e(`common.roles.${E}`)})]}),!w&&(0,M.jsx)(Q,{size:`sm`,variant:`outline`,onClick:async()=>{try{await o(t),q({title:e(`organizations.general.switched`)})}catch(t){q({title:e(`organizations.general.switchFailed`),description:t.message,variant:`destructive`})}},children:e(`organizations.general.setActive`)})]}),(0,M.jsxs)($,{children:[(0,M.jsxs)(_N,{children:[(0,M.jsx)(vN,{children:e(`organizations.general.detailsTitle`)}),(0,M.jsx)(yN,{children:e(D?`organizations.general.detailsDescription`:`organizations.general.detailsReadOnly`)})]}),(0,M.jsxs)(bN,{className:`space-y-4`,children:[(0,M.jsxs)(`div`,{className:`space-y-2`,children:[(0,M.jsx)(jN,{htmlFor:`org-name`,children:e(`organizations.new.name`)}),(0,M.jsx)(Xx,{id:`org-name`,value:m,onChange:e=>h(e.target.value),disabled:!D||p,placeholder:e(`organizations.general.namePlaceholder`)})]}),(0,M.jsxs)(`div`,{className:`space-y-2`,children:[(0,M.jsx)(jN,{htmlFor:`org-slug`,children:e(`organizations.new.slug`)}),(0,M.jsx)(Xx,{id:`org-slug`,value:g,onChange:e=>_(e.target.value),disabled:!D||p,placeholder:e(`organizations.general.slugPlaceholder`),className:`font-mono text-sm`}),(0,M.jsx)(`p`,{className:`text-xs text-muted-foreground`,children:e(`organizations.general.slugHint`)})]}),(0,M.jsxs)(`div`,{className:`space-y-2`,children:[(0,M.jsx)(jN,{htmlFor:`org-logo`,children:e(`organizations.general.logo`)}),(0,M.jsx)(Xx,{id:`org-logo`,value:v,onChange:e=>y(e.target.value),disabled:!D||p,placeholder:e(`organizations.general.logoPlaceholder`)})]}),(0,M.jsxs)(`div`,{className:`flex justify-between border-t pt-4 text-xs`,children:[(0,M.jsx)(`span`,{className:`text-muted-foreground`,children:e(`organizations.general.organizationId`)}),(0,M.jsx)(`code`,{className:`font-mono`,children:t})]})]}),D&&(0,M.jsxs)(bN,{className:`flex justify-end gap-2 border-t pt-4`,children:[(0,M.jsx)(Q,{variant:`ghost`,size:`sm`,onClick:()=>{h(s?.name??``),_(s?.slug??``),y(s?.logo??``)},disabled:!O||p,children:e(`organizations.general.reset`)}),(0,M.jsxs)(Q,{size:`sm`,onClick:async()=>{if(!s||!D||!O)return;let n=m.trim();if(!n){q({title:e(`organizations.general.nameRequired`),variant:`destructive`});return}try{await f(t,{name:n,slug:g.trim()||void 0,logo:v.trim()||void 0}),q({title:e(`organizations.general.updated`)})}catch(t){q({title:e(`organizations.general.updateFailed`),description:t.message,variant:`destructive`})}},disabled:!O||p,children:[(0,M.jsx)(zy,{className:`mr-2 h-4 w-4`}),e(p?`common.saving`:`organizations.general.save`)]})]})]}),(0,M.jsxs)($,{children:[(0,M.jsx)(_N,{children:(0,M.jsx)(vN,{className:`text-base`,children:e(`organizations.general.overviewTitle`)})}),(0,M.jsxs)(bN,{className:`space-y-3 text-sm`,children:[(0,M.jsxs)(`div`,{className:`flex justify-between`,children:[(0,M.jsx)(`span`,{className:`text-muted-foreground`,children:e(`organizations.general.members`)}),(0,M.jsx)(`span`,{children:c.length})]}),(0,M.jsxs)(`div`,{className:`flex justify-between`,children:[(0,M.jsx)(`span`,{className:`text-muted-foreground`,children:e(`organizations.general.pendingInvitations`)}),(0,M.jsx)(`span`,{children:T.length})]})]})]}),D&&(0,M.jsxs)($,{className:`border-destructive/40`,children:[(0,M.jsxs)(_N,{children:[(0,M.jsx)(vN,{className:`text-base text-destructive`,children:e(`organizations.general.dangerTitle`)}),(0,M.jsx)(yN,{children:e(`organizations.general.dangerDescription`)})]}),(0,M.jsx)(bN,{children:(0,M.jsxs)(Q,{variant:`destructive`,size:`sm`,onClick:()=>x(!0),disabled:d,children:[(0,M.jsx)(Ky,{className:`mr-2 h-4 w-4`}),e(`organizations.general.delete`)]})})]}),(0,M.jsx)(kP,{open:b,onOpenChange:e=>{x(e),e||C(``)},children:(0,M.jsxs)(MP,{children:[(0,M.jsxs)(NP,{children:[(0,M.jsx)(FP,{className:`text-destructive`,children:e(`organizations.general.deleteDialogTitle`)}),(0,M.jsx)(IP,{children:e(`organizations.general.deleteDialogDescription`,{name:s?.name??``})})]}),(0,M.jsx)(`div`,{className:`space-y-4 py-2`,children:(0,M.jsxs)(`div`,{className:`space-y-2`,children:[(0,M.jsx)(jN,{htmlFor:`delete-confirm`,children:e(`organizations.general.deleteDialogLabel`,{name:s?.name??``})}),(0,M.jsx)(Xx,{id:`delete-confirm`,value:S,onChange:e=>C(e.target.value),placeholder:s?.name??``,disabled:d})]})}),(0,M.jsxs)(PP,{children:[(0,M.jsx)(Q,{variant:`outline`,onClick:()=>x(!1),disabled:d,children:e(`common.cancel`)}),(0,M.jsx)(Q,{variant:`destructive`,onClick:async()=>{if(s){if(S!==s.name){q({title:e(`organizations.general.confirmationMismatch`),description:e(`organizations.general.confirmationHint`,{name:s.name}),variant:`destructive`});return}try{let r=await u(t),i=r?.warnings,a=r?.deletedProjects??0;q({title:e(`organizations.general.deleted`),description:i?.length?e(`organizations.general.deletedWithWarnings`,{deletedProjects:a,warning:i[0],extraCount:Math.max(i.length-1,0)}):e(`organizations.general.deletedDescription`,{name:s.name,deletedProjects:a}),variant:i?.length?`destructive`:void 0}),x(!1),C(``),n({to:`/organizations`})}catch(t){q({title:e(`organizations.general.deleteFailed`),description:t.message,variant:`destructive`})}}},disabled:d||!s||S!==s.name,children:e(d?`organizations.general.deleting`:`organizations.general.delete`)})]})]})})]})}var GI=la(`/account/oauth-applications/new`)({component:KI});function KI(){let{t:e}=vt(),t=Hi(),{register:n,registering:r}=fP(),[i,a]=(0,j.useState)(``),[o,s]=(0,j.useState)(``),[c,l]=(0,j.useState)(`client_secret_basic`),[u,d]=(0,j.useState)(``),[f,p]=(0,j.useState)(``),[m,h]=(0,j.useState)(null),g=async()=>{let t=i.trim(),r=o.split(/\r?\n|,/).map(e=>e.trim()).filter(Boolean);if(!t){q({title:e(`oauth.applications.form.nameRequired`),variant:`destructive`});return}if(r.length===0){q({title:e(`oauth.applications.form.redirectRequired`),variant:`destructive`});return}try{let i=await n({client_name:t,redirect_uris:r,token_endpoint_auth_method:c,...u.trim()?{client_uri:u.trim()}:{},...f.trim()?{logo_uri:f.trim()}:{}});h({client_id:i?.client_id??``,client_secret:i?.client_secret}),q({title:e(`oauth.applications.registered`)})}catch(t){q({title:e(`oauth.applications.registerFailed`),description:t.message,variant:`destructive`})}},_=(t,n)=>{navigator.clipboard.writeText(t).then(()=>q({title:e(`oauth.applications.copied`,{label:n})}),()=>q({title:e(`oauth.applications.copyFailed`,{label:n}),variant:`destructive`}))};return m?(0,M.jsxs)(`div`,{className:`space-y-6`,children:[(0,M.jsxs)(`div`,{children:[(0,M.jsx)(`h1`,{className:`text-2xl font-semibold`,children:e(`oauth.applications.registeredTitle`)}),(0,M.jsx)(`p`,{className:`text-sm text-muted-foreground`,children:e(`oauth.applications.registeredDescription`)})]}),(0,M.jsxs)($,{children:[(0,M.jsxs)(_N,{children:[(0,M.jsx)(vN,{children:e(`oauth.applications.credentials`)}),(0,M.jsx)(yN,{children:e(`oauth.applications.credentialsDescription`)})]}),(0,M.jsxs)(bN,{className:`space-y-4`,children:[(0,M.jsxs)(`div`,{className:`space-y-1`,children:[(0,M.jsx)(jN,{children:e(`oauth.applications.clientId`)}),(0,M.jsxs)(`div`,{className:`flex items-center gap-2`,children:[(0,M.jsx)(`code`,{className:`flex-1 rounded-md border bg-muted px-3 py-2 font-mono text-xs`,children:m.client_id}),(0,M.jsx)(Q,{size:`icon`,variant:`outline`,onClick:()=>_(m.client_id,e(`oauth.applications.clientId`)),children:(0,M.jsx)(Sy,{className:`h-4 w-4`})})]})]}),m.client_secret&&(0,M.jsxs)(`div`,{className:`space-y-1`,children:[(0,M.jsx)(jN,{children:e(`oauth.applications.clientSecret`)}),(0,M.jsxs)(`div`,{className:`flex items-center gap-2`,children:[(0,M.jsx)(`code`,{className:`flex-1 break-all rounded-md border bg-muted px-3 py-2 font-mono text-xs`,children:m.client_secret}),(0,M.jsx)(Q,{size:`icon`,variant:`outline`,onClick:()=>_(m.client_secret,e(`oauth.applications.clientSecret`)),children:(0,M.jsx)(Sy,{className:`h-4 w-4`})})]}),(0,M.jsx)(`p`,{className:`text-xs text-destructive`,children:e(`oauth.applications.clientSecretWarning`)})]})]})]}),(0,M.jsxs)(`div`,{className:`flex justify-end gap-2`,children:[(0,M.jsx)(Q,{variant:`outline`,onClick:()=>t({to:`/account/oauth-applications`}),children:e(`oauth.applications.backToList`)}),(0,M.jsx)(Q,{onClick:()=>t({to:`/account/oauth-applications/$clientId`,params:{clientId:m.client_id}}),children:e(`oauth.applications.viewApplication`)})]})]}):(0,M.jsxs)(`div`,{className:`space-y-6`,children:[(0,M.jsxs)(`div`,{children:[(0,M.jsx)(`h1`,{className:`text-2xl font-semibold`,children:e(`oauth.applications.form.title`)}),(0,M.jsx)(`p`,{className:`text-sm text-muted-foreground`,children:e(`oauth.applications.form.description`)})]}),(0,M.jsxs)($,{children:[(0,M.jsx)(_N,{children:(0,M.jsxs)(vN,{className:`flex items-center gap-2 text-base`,children:[(0,M.jsx)(Oy,{className:`h-4 w-4`}),e(`oauth.applications.form.details`)]})}),(0,M.jsxs)(bN,{className:`space-y-4`,children:[(0,M.jsxs)(`div`,{className:`space-y-2`,children:[(0,M.jsx)(jN,{htmlFor:`oauth-name`,children:e(`oauth.applications.form.name`)}),(0,M.jsx)(Xx,{id:`oauth-name`,value:i,onChange:e=>a(e.target.value),placeholder:e(`oauth.applications.form.namePlaceholder`),disabled:r})]}),(0,M.jsxs)(`div`,{className:`space-y-2`,children:[(0,M.jsx)(jN,{htmlFor:`oauth-redirect`,children:e(`oauth.applications.form.redirectUris`)}),(0,M.jsx)(BI,{id:`oauth-redirect`,value:o,onChange:e=>s(e.target.value),placeholder:e(`oauth.applications.form.redirectPlaceholder`),rows:3,disabled:r}),(0,M.jsx)(`p`,{className:`text-xs text-muted-foreground`,children:e(`oauth.applications.form.redirectHint`)})]}),(0,M.jsxs)(`div`,{className:`space-y-2`,children:[(0,M.jsx)(jN,{children:e(`oauth.applications.form.authMethod`)}),(0,M.jsxs)(kI,{value:c,onValueChange:e=>l(e),disabled:r,children:[(0,M.jsx)(jI,{children:(0,M.jsx)(AI,{})}),(0,M.jsxs)(PI,{children:[(0,M.jsx)(II,{value:`client_secret_basic`,children:e(`oauth.applications.form.authMethodBasic`)}),(0,M.jsx)(II,{value:`client_secret_post`,children:e(`oauth.applications.form.authMethodPost`)}),(0,M.jsx)(II,{value:`none`,children:e(`oauth.applications.form.authMethodNone`)})]})]})]}),(0,M.jsxs)(`div`,{className:`space-y-2`,children:[(0,M.jsx)(jN,{htmlFor:`oauth-client-uri`,children:e(`oauth.applications.form.clientUri`)}),(0,M.jsx)(Xx,{id:`oauth-client-uri`,value:u,onChange:e=>d(e.target.value),placeholder:e(`oauth.applications.form.clientUriPlaceholder`),disabled:r})]}),(0,M.jsxs)(`div`,{className:`space-y-2`,children:[(0,M.jsx)(jN,{htmlFor:`oauth-logo`,children:e(`oauth.applications.form.logoUri`)}),(0,M.jsx)(Xx,{id:`oauth-logo`,value:f,onChange:e=>p(e.target.value),placeholder:e(`oauth.applications.form.logoUriPlaceholder`),disabled:r}),(0,M.jsx)(`p`,{className:`text-xs text-muted-foreground`,children:e(`oauth.applications.form.logoHint`)})]})]})]}),(0,M.jsxs)(`div`,{className:`flex justify-end gap-2`,children:[(0,M.jsx)(Q,{variant:`ghost`,onClick:()=>t({to:`/account/oauth-applications`}),disabled:r,children:e(`common.cancel`)}),(0,M.jsx)(Q,{onClick:g,disabled:r,children:e(r?`oauth.applications.form.registering`:`oauth.applications.register`)})]})]})}var qI=la(`/account/oauth-applications/$clientId`)({component:JI});function JI(){let{t:e}=vt(),{clientId:t}=qI.useParams(),n=Hi(),{applications:r,loading:i,reload:a}=dP(),{remove:o,deleting:s}=pP(),c=qg(),l=r.find(e=>e.client_id===t),[u,d]=(0,j.useState)(null);(0,j.useEffect)(()=>{let e=!1;if(!l&&c?.oauth?.applications?.get)return c.oauth.applications.get(t).then(t=>{e||d(t?.data??t)},()=>{}),()=>{e=!0}},[c,t,l]);let f=l??u,[p,m]=(0,j.useState)(!1),h=(t,n)=>{navigator.clipboard.writeText(t).then(()=>q({title:e(`oauth.applications.copied`,{label:n})}),()=>q({title:e(`oauth.applications.copyFailed`,{label:n}),variant:`destructive`}))},g=async()=>{if(f)try{await o(f.client_id),q({title:e(`oauth.applications.deleted`)}),await a(),n({to:`/account/oauth-applications`})}catch(t){q({title:e(`oauth.applications.deleteFailed`),description:t.message,variant:`destructive`})}};if(i&&!f)return(0,M.jsx)(`div`,{className:`p-8 text-center text-sm text-muted-foreground`,children:e(`common.loading`)});if(!f)return(0,M.jsxs)(`div`,{className:`space-y-4`,children:[(0,M.jsx)(`h1`,{className:`text-2xl font-semibold`,children:e(`oauth.applications.notFoundTitle`)}),(0,M.jsx)(`p`,{className:`text-sm text-muted-foreground`,children:e(`oauth.applications.notFoundDescription`)}),(0,M.jsx)(Q,{onClick:()=>n({to:`/account/oauth-applications`}),children:e(`oauth.applications.backToList`)})]});let _=typeof f.redirect_urls==`string`?f.redirect_urls.split(/\r?\n|,/).map(e=>e.trim()).filter(Boolean):Array.isArray(f.redirect_urls)?f.redirect_urls:[];return(0,M.jsxs)(`div`,{className:`space-y-6`,children:[(0,M.jsxs)(`div`,{className:`flex items-center justify-between gap-4`,children:[(0,M.jsxs)(`div`,{children:[(0,M.jsx)(`h1`,{className:`text-2xl font-semibold`,children:f.name}),(0,M.jsx)(`p`,{className:`font-mono text-xs text-muted-foreground`,children:f.client_id})]}),(0,M.jsxs)(`div`,{className:`flex items-center gap-2`,children:[f.type&&(0,M.jsx)($N,{variant:`outline`,className:`capitalize`,children:f.type}),f.disabled&&(0,M.jsx)($N,{variant:`destructive`,children:e(`oauth.applications.disabled`)})]})]}),(0,M.jsxs)($,{children:[(0,M.jsxs)(_N,{children:[(0,M.jsx)(vN,{children:e(`oauth.applications.credentials`)}),(0,M.jsx)(yN,{children:e(`oauth.applications.credentialsDescriptionDetail`)})]}),(0,M.jsxs)(bN,{className:`space-y-4`,children:[(0,M.jsxs)(`div`,{className:`space-y-1`,children:[(0,M.jsx)(jN,{children:e(`oauth.applications.clientId`)}),(0,M.jsxs)(`div`,{className:`flex items-center gap-2`,children:[(0,M.jsx)(`code`,{className:`flex-1 rounded-md border bg-muted px-3 py-2 font-mono text-xs`,children:f.client_id}),(0,M.jsx)(Q,{size:`icon`,variant:`outline`,onClick:()=>h(f.client_id,e(`oauth.applications.clientId`)),children:(0,M.jsx)(Sy,{className:`h-4 w-4`})})]})]}),(0,M.jsxs)(`div`,{className:`space-y-1`,children:[(0,M.jsx)(jN,{children:e(`oauth.applications.redirectUris`)}),_.length===0?(0,M.jsx)(`p`,{className:`text-sm text-muted-foreground`,children:e(`oauth.applications.noRedirectUris`)}):(0,M.jsx)(`ul`,{className:`space-y-1`,children:_.map((e,t)=>(0,M.jsx)(`li`,{className:`rounded-md border bg-muted px-3 py-2 font-mono text-xs`,children:e},t))})]})]})]}),(0,M.jsxs)($,{className:`border-destructive/40`,children:[(0,M.jsxs)(_N,{children:[(0,M.jsx)(vN,{className:`text-base text-destructive`,children:e(`oauth.applications.dangerTitle`)}),(0,M.jsx)(yN,{children:e(`oauth.applications.dangerDescription`)})]}),(0,M.jsx)(bN,{children:(0,M.jsxs)(Q,{variant:`destructive`,size:`sm`,onClick:()=>m(!0),disabled:s,children:[(0,M.jsx)(Ky,{className:`mr-2 h-4 w-4`}),e(`oauth.applications.delete`)]})})]}),(0,M.jsx)(kP,{open:p,onOpenChange:m,children:(0,M.jsxs)(MP,{children:[(0,M.jsxs)(NP,{children:[(0,M.jsx)(FP,{className:`text-destructive`,children:e(`oauth.applications.deleteDialogTitle`)}),(0,M.jsx)(IP,{children:e(`oauth.applications.deleteDialogDescription`,{name:f.name})})]}),(0,M.jsxs)(PP,{children:[(0,M.jsx)(Q,{variant:`outline`,onClick:()=>m(!1),disabled:s,children:e(`common.cancel`)}),(0,M.jsx)(Q,{variant:`destructive`,onClick:g,disabled:s,children:e(s?`oauth.applications.deleting`:`common.delete`)})]})]})})]})}var YI=TN.update({id:`/verify-email`,path:`/verify-email`,getParentRoute:()=>gN}),XI=MN.update({id:`/setup`,path:`/setup`,getParentRoute:()=>gN}),ZI=FN.update({id:`/reset-password`,path:`/reset-password`,getParentRoute:()=>gN}),QI=RN.update({id:`/register`,path:`/register`,getParentRoute:()=>gN}),$I=HN.update({id:`/login`,path:`/login`,getParentRoute:()=>gN}),eL=KN.update({id:`/forgot-password`,path:`/forgot-password`,getParentRoute:()=>gN}),tL=JN.update({id:`/account`,path:`/account`,getParentRoute:()=>gN}),nL=XN.update({id:`/`,path:`/`,getParentRoute:()=>gN}),rL=tP.update({id:`/organizations/`,path:`/organizations/`,getParentRoute:()=>gN}),iL=rP.update({id:`/`,path:`/`,getParentRoute:()=>tL}),aL=oP.update({id:`/organizations/new`,path:`/organizations/new`,getParentRoute:()=>gN}),oL=lP.update({id:`/organizations/$orgId`,path:`/organizations/$orgId`,getParentRoute:()=>gN}),sL=hP.update({id:`/oauth/consent`,path:`/oauth/consent`,getParentRoute:()=>gN}),cL=vP.update({id:`/auth/device`,path:`/auth/device`,getParentRoute:()=>gN}),lL=xP.update({id:`/two-factor`,path:`/two-factor`,getParentRoute:()=>tL}),uL=EP.update({id:`/sessions`,path:`/sessions`,getParentRoute:()=>tL}),dL=LP.update({id:`/security`,path:`/security`,getParentRoute:()=>tL}),fL=zP.update({id:`/profile`,path:`/profile`,getParentRoute:()=>tL}),pL=VP.update({id:`/linked-accounts`,path:`/linked-accounts`,getParentRoute:()=>tL}),mL=qP.update({id:`/invitations`,path:`/invitations`,getParentRoute:()=>tL}),hL=YP.update({id:`/accept-invitation/$invitationId`,path:`/accept-invitation/$invitationId`,getParentRoute:()=>gN}),gL=ZP.update({id:`/`,path:`/`,getParentRoute:()=>oL}),_L=QP.update({id:`/oauth-applications/`,path:`/oauth-applications/`,getParentRoute:()=>tL}),vL=RI.update({id:`/teams`,path:`/teams`,getParentRoute:()=>oL}),yL=VI.update({id:`/members`,path:`/members`,getParentRoute:()=>oL}),bL=UI.update({id:`/general`,path:`/general`,getParentRoute:()=>oL}),xL=GI.update({id:`/oauth-applications/new`,path:`/oauth-applications/new`,getParentRoute:()=>tL}),SL={AccountInvitationsRoute:mL,AccountLinkedAccountsRoute:pL,AccountProfileRoute:fL,AccountSecurityRoute:dL,AccountSessionsRoute:uL,AccountTwoFactorRoute:lL,AccountIndexRoute:iL,AccountOauthApplicationsClientIdRoute:qI.update({id:`/oauth-applications/$clientId`,path:`/oauth-applications/$clientId`,getParentRoute:()=>tL}),AccountOauthApplicationsNewRoute:xL,AccountOauthApplicationsIndexRoute:_L},CL=tL._addFileChildren(SL),wL={OrganizationsOrgIdGeneralRoute:bL,OrganizationsOrgIdMembersRoute:yL,OrganizationsOrgIdTeamsRoute:vL,OrganizationsOrgIdIndexRoute:gL},TL={IndexRoute:nL,AccountRoute:CL,ForgotPasswordRoute:eL,LoginRoute:$I,RegisterRoute:QI,ResetPasswordRoute:ZI,SetupRoute:XI,VerifyEmailRoute:YI,AcceptInvitationInvitationIdRoute:hL,AuthDeviceRoute:cL,OauthConsentRoute:sL,OrganizationsOrgIdRoute:oL._addFileChildren(wL),OrganizationsNewRoute:aL,OrganizationsIndexRoute:rL},EL=gN._addFileChildren(TL)._addFileTypes();function DL(){let e=`/_account/`;return e.endsWith(`/`)?e.slice(0,-1):e}var OL=wa({routeTree:EL,basepath:DL()});function kL(){return(0,M.jsx)(Da,{router:OL})}var AL=typeof localStorage<`u`&&localStorage.getItem(`account.lang`)||typeof navigator<`u`&&navigator.language||`en`;function jL({children:e}){let{i18n:t,language:n}=yt(),[r,i]=j.useReducer(e=>e+1,0),[a,o]=j.useState(!1);return j.useEffect(()=>{let e=()=>i();t.on(`loaded`,e),t.on(`languageChanged`,e);let n=window.setTimeout(()=>o(!0),1500);return()=>{t.off(`loaded`,e),t.off(`languageChanged`,e),window.clearTimeout(n)}},[t]),a||t.isInitialized&&t.hasResourceBundle?.(n,`translation`)?(0,M.jsx)(M.Fragment,{children:e}):null}qf.createRoot(document.getElementById(`root`)).render((0,M.jsx)(j.StrictMode,{children:(0,M.jsx)(_t,{config:{defaultLanguage:AL,fallbackLanguage:`en`},loadLanguage:hM,children:(0,M.jsx)(jL,{children:(0,M.jsx)(kL,{})})})}));
|