@objectstack/account 7.9.0 → 8.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -99,19 +99,19 @@ The cached manifest will be removed. The app will remain loaded in the running k
|
|
|
99
99
|
|
|
100
100
|
`)}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?Cc([],p,d,f,u,e):d):n(d,f):(d.issues.push({expected:`object`,code:`invalid_type`,input:p,inst:e}),d)}});function Ec(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 Dc=N(`$ZodUnion`,(e,t)=>{Fs.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=>Ec(t,r,e,i)):Ec(o,r,e,i)}}),Oc=N(`$ZodDiscriminatedUnion`,(e,t)=>{t.inclusive=!1,Dc.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)}}),kc=N(`$ZodIntersection`,(e,t)=>{Fs.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])=>jc(e,t,n)):jc(e,i,a)}});function Ac(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=Ac(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=Ac(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 jc(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=Ac(t.value,n.value);if(!o.valid)throw Error(`Unmergable intersection. Error path: ${JSON.stringify(o.mergeErrorPath)}`);return e.value=o.data,e}var Mc=N(`$ZodTuple`,(e,t)=>{Fs.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=Nc(n,`optin`),c=Nc(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=>Pc(t,r,e))):Pc(a,r,e)}}return o.length?Promise.all(o).then(()=>Fc(l,r,n,a,c)):Fc(l,r,n,a,c)}});function Nc(e,t){for(let n=e.length-1;n>=0;n--)if(e[n]._zod[t]!==`optional`)return n+1;return 0}function Pc(e,t,n){e.issues.length&&t.issues.push(...fo(n,e.issues)),t.value[n]=e.value}function Fc(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 Ic=N(`$ZodRecord`,(e,t)=>{Fs.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`&&ds.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}}),Lc=N(`$ZodEnum`,(e,t)=>{Fs.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}}),Rc=N(`$ZodLiteral`,(e,t)=>{if(Fs.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}}),zc=N(`$ZodTransform`,(e,t)=>{Fs.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 Bc(e,t){return t===void 0&&(e.issues.length||e.fallback)?{issues:[],value:void 0}:e}var Vc=N(`$ZodOptional`,(e,t)=>{Fs.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=>Bc(e,r)):Bc(i,r)}return e.value===void 0?e:t.innerType._zod.run(e,n)}}),Hc=N(`$ZodExactOptional`,(e,t)=>{Vc.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)}),Uc=N(`$ZodNullable`,(e,t)=>{Fs.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)}),Wc=N(`$ZodDefault`,(e,t)=>{Fs.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=>Gc(e,t)):Gc(r,t)}});function Gc(e,t){return e.value===void 0&&(e.value=t.defaultValue),e}var Kc=N(`$ZodPrefault`,(e,t)=>{Fs.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))}),qc=N(`$ZodNonOptional`,(e,t)=>{Fs.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=>Jc(t,e)):Jc(i,e)}});function Jc(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 Yc=N(`$ZodCatch`,(e,t)=>{Fs.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)}}),Xc=N(`$ZodPipe`,(e,t)=>{Fs.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=>Zc(e,t.in,n)):Zc(r,t.in,n)}let r=t.in._zod.run(e,n);return r instanceof Promise?r.then(e=>Zc(e,t.out,n)):Zc(r,t.out,n)}});function Zc(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 Qc=N(`$ZodReadonly`,(e,t)=>{Fs.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($c):$c(r)}});function $c(e){return e.value=Object.freeze(e.value),e}var el=N(`$ZodFunction`,(e,t)=>(Fs.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?Co(e._def.input,n):n,i=Reflect.apply(t,this,r);return e._def.output?Co(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 To(e._def.input,n):n,i=await Reflect.apply(t,this,r);return e._def.output?await To(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 Mc({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)),tl=N(`$ZodPromise`,(e,t)=>{Fs.init(e,t),e._zod.parse=(e,n)=>Promise.resolve(e.value).then(e=>t.innerType._zod.run({value:e,issues:[]},n))}),nl=N(`$ZodLazy`,(e,t)=>{Fs.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)}),rl=N(`$ZodCustom`,(e,t)=>{gs.init(e,t),Fs.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=>il(t,n,r,e));il(i,n,r,e)}});function il(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 al,ol=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 sl(){return new ol}(al=globalThis).__zod_globalRegistry??(al.__zod_globalRegistry=sl());var cl=globalThis.__zod_globalRegistry;function ll(e,t){return new e({type:`string`,...P(t)})}function ul(e,t){return new e({type:`string`,format:`email`,check:`string_format`,abort:!1,...P(t)})}function dl(e,t){return new e({type:`string`,format:`guid`,check:`string_format`,abort:!1,...P(t)})}function fl(e,t){return new e({type:`string`,format:`uuid`,check:`string_format`,abort:!1,...P(t)})}function pl(e,t){return new e({type:`string`,format:`uuid`,check:`string_format`,abort:!1,version:`v4`,...P(t)})}function ml(e,t){return new e({type:`string`,format:`uuid`,check:`string_format`,abort:!1,version:`v6`,...P(t)})}function hl(e,t){return new e({type:`string`,format:`uuid`,check:`string_format`,abort:!1,version:`v7`,...P(t)})}function gl(e,t){return new e({type:`string`,format:`url`,check:`string_format`,abort:!1,...P(t)})}function _l(e,t){return new e({type:`string`,format:`emoji`,check:`string_format`,abort:!1,...P(t)})}function vl(e,t){return new e({type:`string`,format:`nanoid`,check:`string_format`,abort:!1,...P(t)})}function yl(e,t){return new e({type:`string`,format:`cuid`,check:`string_format`,abort:!1,...P(t)})}function bl(e,t){return new e({type:`string`,format:`cuid2`,check:`string_format`,abort:!1,...P(t)})}function xl(e,t){return new e({type:`string`,format:`ulid`,check:`string_format`,abort:!1,...P(t)})}function Sl(e,t){return new e({type:`string`,format:`xid`,check:`string_format`,abort:!1,...P(t)})}function Cl(e,t){return new e({type:`string`,format:`ksuid`,check:`string_format`,abort:!1,...P(t)})}function wl(e,t){return new e({type:`string`,format:`ipv4`,check:`string_format`,abort:!1,...P(t)})}function Tl(e,t){return new e({type:`string`,format:`ipv6`,check:`string_format`,abort:!1,...P(t)})}function El(e,t){return new e({type:`string`,format:`cidrv4`,check:`string_format`,abort:!1,...P(t)})}function Dl(e,t){return new e({type:`string`,format:`cidrv6`,check:`string_format`,abort:!1,...P(t)})}function Ol(e,t){return new e({type:`string`,format:`base64`,check:`string_format`,abort:!1,...P(t)})}function kl(e,t){return new e({type:`string`,format:`base64url`,check:`string_format`,abort:!1,...P(t)})}function Al(e,t){return new e({type:`string`,format:`e164`,check:`string_format`,abort:!1,...P(t)})}function jl(e,t){return new e({type:`string`,format:`jwt`,check:`string_format`,abort:!1,...P(t)})}function Ml(e,t){return new e({type:`string`,format:`datetime`,check:`string_format`,offset:!1,local:!1,precision:null,...P(t)})}function Nl(e,t){return new e({type:`string`,format:`date`,check:`string_format`,...P(t)})}function Pl(e,t){return new e({type:`string`,format:`time`,check:`string_format`,precision:null,...P(t)})}function Fl(e,t){return new e({type:`string`,format:`duration`,check:`string_format`,...P(t)})}function Il(e,t){return new e({type:`number`,checks:[],...P(t)})}function Ll(e,t){return new e({type:`number`,check:`number_format`,abort:!1,format:`safeint`,...P(t)})}function Rl(e,t){return new e({type:`boolean`,...P(t)})}function zl(e,t){return new e({type:`null`,...P(t)})}function Bl(e){return new e({type:`any`})}function Vl(e){return new e({type:`unknown`})}function Hl(e,t){return new e({type:`never`,...P(t)})}function Ul(e,t){return new e({type:`void`,...P(t)})}function Wl(e,t){return new e({type:`date`,...P(t)})}function Gl(e,t){return new vs({check:`less_than`,...P(t),value:e,inclusive:!1})}function Kl(e,t){return new vs({check:`less_than`,...P(t),value:e,inclusive:!0})}function ql(e,t){return new ys({check:`greater_than`,...P(t),value:e,inclusive:!1})}function Jl(e,t){return new ys({check:`greater_than`,...P(t),value:e,inclusive:!0})}function Yl(e,t){return new bs({check:`multiple_of`,...P(t),value:e})}function Xl(e,t){return new Ss({check:`max_length`,...P(t),maximum:e})}function Zl(e,t){return new Cs({check:`min_length`,...P(t),minimum:e})}function Ql(e,t){return new ws({check:`length_equals`,...P(t),length:e})}function $l(e,t){return new Es({check:`string_format`,format:`regex`,...P(t),pattern:e})}function eu(e){return new Ds({check:`string_format`,format:`lowercase`,...P(e)})}function tu(e){return new Os({check:`string_format`,format:`uppercase`,...P(e)})}function nu(e,t){return new ks({check:`string_format`,format:`includes`,...P(t),includes:e})}function ru(e,t){return new As({check:`string_format`,format:`starts_with`,...P(t),prefix:e})}function iu(e,t){return new js({check:`string_format`,format:`ends_with`,...P(t),suffix:e})}function au(e){return new Ms({check:`overwrite`,tx:e})}function ou(e){return au(t=>t.normalize(e))}function su(){return au(e=>e.trim())}function cu(){return au(e=>e.toLowerCase())}function lu(){return au(e=>e.toUpperCase())}function uu(){return au(e=>Ga(e))}function du(e,t,n){return new e({type:`array`,element:t,...P(n)})}function fu(e,t,n){let r=P(n);return r.abort??=!0,new e({type:`custom`,check:`custom`,fn:t,...r})}function pu(e,t,n){return new e({type:`custom`,check:`custom`,fn:t,...P(n)})}function mu(e,t){let n=hu(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 hu(e,t){let n=new gs({check:`custom`,...P(t)});return n._zod.check=e,n}function gu(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??cl,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 _u(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,_u(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`&&bu(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 vu(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>
|
|
101
101
|
|
|
102
|
-
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 yu(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:Su(t,`input`,e.processors),output:Su(t,`output`,e.processors)}},enumerable:!1,writable:!1}),n}catch{throw Error(`Error converting schema to JSON.`)}}function bu(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 bu(r.element,n);if(r.type===`set`)return bu(r.valueType,n);if(r.type===`lazy`)return bu(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 bu(r.innerType,n);if(r.type===`intersection`)return bu(r.left,n)||bu(r.right,n);if(r.type===`record`||r.type===`map`)return bu(r.keyType,n)||bu(r.valueType,n);if(r.type===`pipe`)return e._zod.traits.has(`$ZodCodec`)?!0:bu(r.in,n)||bu(r.out,n);if(r.type===`object`){for(let e in r.shape)if(bu(r.shape[e],n))return!0;return!1}if(r.type===`union`){for(let e of r.options)if(bu(e,n))return!0;return!1}if(r.type===`tuple`){for(let e of r.items)if(bu(e,n))return!0;return!!(r.rest&&bu(r.rest,n))}return!1}var xu=(e,t={})=>n=>{let r=gu({...n,processors:t});return _u(e,r),vu(r,e),yu(r,e)},Su=(e,t,n={})=>r=>{let{libraryOptions:i,target:a}=r??{},o=gu({...i??{},target:a,io:t,processors:n});return _u(e,o),vu(o,e),yu(o,e)},Cu={guid:`uuid`,url:`uri`,datetime:`date-time`,json_string:`json-string`,regex:``},wu=(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=Cu[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}))])}},Tu=(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)},Eu=(e,t,n,r)=>{n.type=`boolean`},Du=(e,t,n,r)=>{t.target===`openapi-3.0`?(n.type=`string`,n.nullable=!0,n.enum=[null]):n.type=`null`},Ou=(e,t,n,r)=>{if(t.unrepresentable===`throw`)throw Error(`Void cannot be represented in JSON Schema`)},ku=(e,t,n,r)=>{n.not={}},Au=(e,t,n,r)=>{if(t.unrepresentable===`throw`)throw Error(`Date cannot be represented in JSON Schema`)},ju=(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},Mu=(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},Nu=(e,t,n,r)=>{if(t.unrepresentable===`throw`)throw Error(`Custom types cannot be represented in JSON Schema`)},Pu=(e,t,n,r)=>{if(t.unrepresentable===`throw`)throw Error(`Function types cannot be represented in JSON Schema`)},Fu=(e,t,n,r)=>{if(t.unrepresentable===`throw`)throw Error(`Transforms cannot be represented in JSON Schema`)},Iu=(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=_u(a.element,t,{...r,path:[...r.path,`items`]})},Lu=(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]=_u(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=_u(a.catchall,t,{...r,path:[...r.path,`additionalProperties`]})):t.io===`output`&&(i.additionalProperties=!1)},Ru=(e,t,n,r)=>{let i=e._zod.def,a=i.inclusive===!1,o=i.options.map((e,n)=>_u(e,t,{...r,path:[...r.path,a?`oneOf`:`anyOf`,n]}));a?n.oneOf=o:n.anyOf=o},zu=(e,t,n,r)=>{let i=e._zod.def,a=_u(i.left,t,{...r,path:[...r.path,`allOf`,0]}),o=_u(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]]},Bu=(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)=>_u(e,t,{...r,path:[...r.path,o,n]})),l=a.rest?_u(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)},Vu=(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=_u(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=_u(a.keyType,t,{...r,path:[...r.path,`propertyNames`]})),i.additionalProperties=_u(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)}},Hu=(e,t,n,r)=>{let i=e._zod.def,a=_u(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`}]},Uu=(e,t,n,r)=>{let i=e._zod.def;_u(i.innerType,t,r);let a=t.seen.get(e);a.ref=i.innerType},Wu=(e,t,n,r)=>{let i=e._zod.def;_u(i.innerType,t,r);let a=t.seen.get(e);a.ref=i.innerType,n.default=JSON.parse(JSON.stringify(i.defaultValue))},Gu=(e,t,n,r)=>{let i=e._zod.def;_u(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)))},Ku=(e,t,n,r)=>{let i=e._zod.def;_u(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},qu=(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;_u(o,t,r);let s=t.seen.get(e);s.ref=o},Ju=(e,t,n,r)=>{let i=e._zod.def;_u(i.innerType,t,r);let a=t.seen.get(e);a.ref=i.innerType,n.readOnly=!0},Yu=(e,t,n,r)=>{let i=e._zod.def;_u(i.innerType,t,r);let a=t.seen.get(e);a.ref=i.innerType},Xu=(e,t,n,r)=>{let i=e._zod.def;_u(i.innerType,t,r);let a=t.seen.get(e);a.ref=i.innerType},Zu=(e,t,n,r)=>{let i=e._zod.innerType;_u(i,t,r);let a=t.seen.get(e);a.ref=i},Qu=N(`ZodISODateTime`,(e,t)=>{Ys.init(e,t),wd.init(e,t)});function $u(e){return Ml(Qu,e)}var ed=N(`ZodISODate`,(e,t)=>{Xs.init(e,t),wd.init(e,t)});function td(e){return Nl(ed,e)}var nd=N(`ZodISOTime`,(e,t)=>{Zs.init(e,t),wd.init(e,t)});function rd(e){return Pl(nd,e)}var id=N(`ZodISODuration`,(e,t)=>{Qs.init(e,t),wd.init(e,t)});function ad(e){return Fl(id,e)}var od=N(`ZodError`,(e,t)=>{vo.init(e,t),e.name=`ZodError`,Object.defineProperties(e,{format:{value:t=>xo(e,t)},flatten:{value:t=>bo(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}),sd=So(od),cd=wo(od),ld=Eo(od),ud=Oo(od),dd=Ao(od),fd=jo(od),pd=Mo(od),md=No(od),hd=Po(od),gd=Fo(od),_d=Io(od),vd=Lo(od),yd=new WeakMap;function bd(e,t,n){let r=Object.getPrototypeOf(e),i=yd.get(r);if(i||(i=new Set,yd.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 xd=N(`ZodType`,(e,t)=>(Fs.init(e,t),Object.assign(e[`~standard`],{jsonSchema:{input:Su(e,`input`),output:Su(e,`output`)}}),e.toJSONSchema=xu(e,{}),e.def=t,e.type=t.type,Object.defineProperty(e,"_def",{value:t}),e.parse=(t,n)=>sd(e,t,n,{callee:e.parse}),e.safeParse=(t,n)=>ld(e,t,n),e.parseAsync=async(t,n)=>cd(e,t,n,{callee:e.parseAsync}),e.safeParseAsync=async(t,n)=>ud(e,t,n),e.spa=e.safeParseAsync,e.encode=(t,n)=>dd(e,t,n),e.decode=(t,n)=>fd(e,t,n),e.encodeAsync=async(t,n)=>pd(e,t,n),e.decodeAsync=async(t,n)=>md(e,t,n),e.safeEncode=(t,n)=>hd(e,t,n),e.safeDecode=(t,n)=>gd(e,t,n),e.safeEncodeAsync=async(t,n)=>_d(e,t,n),e.safeDecodeAsync=async(t,n)=>vd(e,t,n),bd(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(Kf(e,t))},superRefine(e,t){return this.check(qf(e,t))},overwrite(e){return this.check(au(e))},optional(){return xf(this)},exactOptional(){return Cf(this)},nullable(){return Tf(this)},nullish(){return xf(Tf(this))},nonoptional(e){return jf(this,e)},array(){return z(this)},or(e){return V([this,e])},and(e){return ff(this,e)},transform(e){return Ff(this,yf(e))},default(e){return Df(this,e)},prefault(e){return kf(this,e)},catch(e){return Nf(this,e)},pipe(e){return Ff(this,e)},readonly(){return Lf(this)},describe(e){let t=this.clone();return cl.add(t,{description:e}),t},meta(...e){if(e.length===0)return cl.get(this);let t=this.clone();return cl.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 cl.get(e)?.description},configurable:!0}),e)),Sd=N(`_ZodString`,(e,t)=>{Is.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>wu(e,t,n,r);let n=e._zod.bag;e.format=n.format??null,e.minLength=n.minimum??null,e.maxLength=n.maximum??null,bd(e,`_ZodString`,{regex(...e){return this.check($l(...e))},includes(...e){return this.check(nu(...e))},startsWith(...e){return this.check(ru(...e))},endsWith(...e){return this.check(iu(...e))},min(...e){return this.check(Zl(...e))},max(...e){return this.check(Xl(...e))},length(...e){return this.check(Ql(...e))},nonempty(...e){return this.check(Zl(1,...e))},lowercase(e){return this.check(eu(e))},uppercase(e){return this.check(tu(e))},trim(){return this.check(su())},normalize(...e){return this.check(ou(...e))},toLowerCase(){return this.check(cu())},toUpperCase(){return this.check(lu())},slugify(){return this.check(uu())}})}),Cd=N(`ZodString`,(e,t)=>{Is.init(e,t),Sd.init(e,t),e.email=t=>e.check(ul(Td,t)),e.url=t=>e.check(gl(Od,t)),e.jwt=t=>e.check(jl(Ud,t)),e.emoji=t=>e.check(_l(kd,t)),e.guid=t=>e.check(dl(Ed,t)),e.uuid=t=>e.check(fl(Dd,t)),e.uuidv4=t=>e.check(pl(Dd,t)),e.uuidv6=t=>e.check(ml(Dd,t)),e.uuidv7=t=>e.check(hl(Dd,t)),e.nanoid=t=>e.check(vl(Ad,t)),e.guid=t=>e.check(dl(Ed,t)),e.cuid=t=>e.check(yl(jd,t)),e.cuid2=t=>e.check(bl(Md,t)),e.ulid=t=>e.check(xl(Nd,t)),e.base64=t=>e.check(Ol(Bd,t)),e.base64url=t=>e.check(kl(Vd,t)),e.xid=t=>e.check(Sl(Pd,t)),e.ksuid=t=>e.check(Cl(Fd,t)),e.ipv4=t=>e.check(wl(Id,t)),e.ipv6=t=>e.check(Tl(Ld,t)),e.cidrv4=t=>e.check(El(Rd,t)),e.cidrv6=t=>e.check(Dl(zd,t)),e.e164=t=>e.check(Al(Hd,t)),e.datetime=t=>e.check($u(t)),e.date=t=>e.check(td(t)),e.time=t=>e.check(rd(t)),e.duration=t=>e.check(ad(t))});function F(e){return ll(Cd,e)}var wd=N(`ZodStringFormat`,(e,t)=>{Ls.init(e,t),Sd.init(e,t)}),Td=N(`ZodEmail`,(e,t)=>{Bs.init(e,t),wd.init(e,t)}),Ed=N(`ZodGUID`,(e,t)=>{Rs.init(e,t),wd.init(e,t)}),Dd=N(`ZodUUID`,(e,t)=>{zs.init(e,t),wd.init(e,t)}),Od=N(`ZodURL`,(e,t)=>{Vs.init(e,t),wd.init(e,t)}),kd=N(`ZodEmoji`,(e,t)=>{Hs.init(e,t),wd.init(e,t)}),Ad=N(`ZodNanoID`,(e,t)=>{Us.init(e,t),wd.init(e,t)}),jd=N(`ZodCUID`,(e,t)=>{Ws.init(e,t),wd.init(e,t)}),Md=N(`ZodCUID2`,(e,t)=>{Gs.init(e,t),wd.init(e,t)}),Nd=N(`ZodULID`,(e,t)=>{Ks.init(e,t),wd.init(e,t)}),Pd=N(`ZodXID`,(e,t)=>{qs.init(e,t),wd.init(e,t)}),Fd=N(`ZodKSUID`,(e,t)=>{Js.init(e,t),wd.init(e,t)}),Id=N(`ZodIPv4`,(e,t)=>{$s.init(e,t),wd.init(e,t)}),Ld=N(`ZodIPv6`,(e,t)=>{ec.init(e,t),wd.init(e,t)}),Rd=N(`ZodCIDRv4`,(e,t)=>{tc.init(e,t),wd.init(e,t)}),zd=N(`ZodCIDRv6`,(e,t)=>{nc.init(e,t),wd.init(e,t)}),Bd=N(`ZodBase64`,(e,t)=>{ic.init(e,t),wd.init(e,t)}),Vd=N(`ZodBase64URL`,(e,t)=>{oc.init(e,t),wd.init(e,t)}),Hd=N(`ZodE164`,(e,t)=>{sc.init(e,t),wd.init(e,t)}),Ud=N(`ZodJWT`,(e,t)=>{lc.init(e,t),wd.init(e,t)}),Wd=N(`ZodNumber`,(e,t)=>{uc.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Tu(e,t,n,r),bd(e,`ZodNumber`,{gt(e,t){return this.check(ql(e,t))},gte(e,t){return this.check(Jl(e,t))},min(e,t){return this.check(Jl(e,t))},lt(e,t){return this.check(Gl(e,t))},lte(e,t){return this.check(Kl(e,t))},max(e,t){return this.check(Kl(e,t))},int(e){return this.check(Kd(e))},safe(e){return this.check(Kd(e))},positive(e){return this.check(ql(0,e))},nonnegative(e){return this.check(Jl(0,e))},negative(e){return this.check(Gl(0,e))},nonpositive(e){return this.check(Kl(0,e))},multipleOf(e,t){return this.check(Yl(e,t))},step(e,t){return this.check(Yl(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 I(e){return Il(Wd,e)}var Gd=N(`ZodNumberFormat`,(e,t)=>{dc.init(e,t),Wd.init(e,t)});function Kd(e){return Ll(Gd,e)}var qd=N(`ZodBoolean`,(e,t)=>{fc.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Eu(e,t,n,r)});function L(e){return Rl(qd,e)}var Jd=N(`ZodNull`,(e,t)=>{pc.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Du(e,t,n,r)});function Yd(e){return zl(Jd,e)}var Xd=N(`ZodAny`,(e,t)=>{mc.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(e,t,n)=>void 0});function Zd(){return Bl(Xd)}var Qd=N(`ZodUnknown`,(e,t)=>{hc.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(e,t,n)=>void 0});function R(){return Vl(Qd)}var $d=N(`ZodNever`,(e,t)=>{gc.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>ku(e,t,n,r)});function ef(e){return Hl($d,e)}var tf=N(`ZodVoid`,(e,t)=>{_c.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Ou(e,t,n,r)});function nf(e){return Ul(tf,e)}var rf=N(`ZodDate`,(e,t)=>{vc.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Au(e,t,n,r),e.min=(t,n)=>e.check(Jl(t,n)),e.max=(t,n)=>e.check(Kl(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 af(e){return Wl(rf,e)}var of=N(`ZodArray`,(e,t)=>{bc.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Iu(e,t,n,r),e.element=t.element,bd(e,`ZodArray`,{min(e,t){return this.check(Zl(e,t))},nonempty(e){return this.check(Zl(1,e))},max(e,t){return this.check(Xl(e,t))},length(e,t){return this.check(Ql(e,t))},unwrap(){return this.element}})});function z(e,t){return du(of,e,t)}var sf=N(`ZodObject`,(e,t)=>{Tc.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Lu(e,t,n,r),Va(e,`shape`,()=>t.shape),bd(e,`ZodObject`,{keyof(){return U(Object.keys(this._zod.def.shape))},catchall(e){return this.clone({...this._zod.def,catchall:e})},passthrough(){return this.clone({...this._zod.def,catchall:R()})},loose(){return this.clone({...this._zod.def,catchall:R()})},strict(){return this.clone({...this._zod.def,catchall:ef()})},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(bf,this,e[0])},required(...e){return co(Af,this,e[0])}})});function B(e,t){return new sf({type:`object`,shape:e??{},...P(t)})}var cf=N(`ZodUnion`,(e,t)=>{Dc.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Ru(e,t,n,r),e.options=t.options});function V(e,t){return new cf({type:`union`,options:e,...P(t)})}var lf=N(`ZodDiscriminatedUnion`,(e,t)=>{cf.init(e,t),Oc.init(e,t)});function uf(e,t,n){return new lf({type:`union`,options:t,discriminator:e,...P(n)})}var df=N(`ZodIntersection`,(e,t)=>{kc.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>zu(e,t,n,r)});function ff(e,t){return new df({type:`intersection`,left:e,right:t})}var pf=N(`ZodTuple`,(e,t)=>{Mc.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Bu(e,t,n,r),e.rest=t=>e.clone({...e._zod.def,rest:t})});function mf(e,t,n){let r=t instanceof Fs;return new pf({type:`tuple`,items:e,rest:r?t:null,...P(r?n:t)})}var hf=N(`ZodRecord`,(e,t)=>{Ic.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Vu(e,t,n,r),e.keyType=t.keyType,e.valueType=t.valueType});function H(e,t,n){return!t||!t._zod?new hf({type:`record`,keyType:F(),valueType:e,...P(t)}):new hf({type:`record`,keyType:e,valueType:t,...P(n)})}var gf=N(`ZodEnum`,(e,t)=>{Lc.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>ju(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 gf({...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 gf({...t,checks:[],...P(r),entries:i})}});function U(e,t){return new gf({type:`enum`,entries:Array.isArray(e)?Object.fromEntries(e.map(e=>[e,e])):e,...P(t)})}var _f=N(`ZodLiteral`,(e,t)=>{Rc.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Mu(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 W(e,t){return new _f({type:`literal`,values:Array.isArray(e)?e:[e],...P(t)})}var vf=N(`ZodTransform`,(e,t)=>{zc.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Fu(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 yf(e){return new vf({type:`transform`,transform:e})}var bf=N(`ZodOptional`,(e,t)=>{Vc.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Xu(e,t,n,r),e.unwrap=()=>e._zod.def.innerType});function xf(e){return new bf({type:`optional`,innerType:e})}var Sf=N(`ZodExactOptional`,(e,t)=>{Hc.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Xu(e,t,n,r),e.unwrap=()=>e._zod.def.innerType});function Cf(e){return new Sf({type:`optional`,innerType:e})}var wf=N(`ZodNullable`,(e,t)=>{Uc.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Hu(e,t,n,r),e.unwrap=()=>e._zod.def.innerType});function Tf(e){return new wf({type:`nullable`,innerType:e})}var Ef=N(`ZodDefault`,(e,t)=>{Wc.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Wu(e,t,n,r),e.unwrap=()=>e._zod.def.innerType,e.removeDefault=e.unwrap});function Df(e,t){return new Ef({type:`default`,innerType:e,get defaultValue(){return typeof t==`function`?t():Xa(t)}})}var Of=N(`ZodPrefault`,(e,t)=>{Kc.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Gu(e,t,n,r),e.unwrap=()=>e._zod.def.innerType});function kf(e,t){return new Of({type:`prefault`,innerType:e,get defaultValue(){return typeof t==`function`?t():Xa(t)}})}var Af=N(`ZodNonOptional`,(e,t)=>{qc.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Uu(e,t,n,r),e.unwrap=()=>e._zod.def.innerType});function jf(e,t){return new Af({type:`nonoptional`,innerType:e,...P(t)})}var Mf=N(`ZodCatch`,(e,t)=>{Yc.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Ku(e,t,n,r),e.unwrap=()=>e._zod.def.innerType,e.removeCatch=e.unwrap});function Nf(e,t){return new Mf({type:`catch`,innerType:e,catchValue:typeof t==`function`?t:()=>t})}var Pf=N(`ZodPipe`,(e,t)=>{Xc.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>qu(e,t,n,r),e.in=t.in,e.out=t.out});function Ff(e,t){return new Pf({type:`pipe`,in:e,out:t})}var If=N(`ZodReadonly`,(e,t)=>{Qc.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Ju(e,t,n,r),e.unwrap=()=>e._zod.def.innerType});function Lf(e){return new If({type:`readonly`,innerType:e})}var Rf=N(`ZodLazy`,(e,t)=>{nl.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Zu(e,t,n,r),e.unwrap=()=>e._zod.def.getter()});function zf(e){return new Rf({type:`lazy`,getter:e})}var Bf=N(`ZodPromise`,(e,t)=>{tl.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Yu(e,t,n,r),e.unwrap=()=>e._zod.def.innerType});function Vf(e){return new Bf({type:`promise`,innerType:e})}var Hf=N(`ZodFunction`,(e,t)=>{el.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Pu(e,t,n,r)});function Uf(e){return new Hf({type:`function`,input:Array.isArray(e?.input)?mf(e?.input):e?.input??z(R()),output:e?.output??R()})}var Wf=N(`ZodCustom`,(e,t)=>{rl.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Nu(e,t,n,r)});function Gf(e,t){return fu(Wf,e??(()=>!0),t)}function Kf(e,t={}){return pu(Wf,e,t)}function qf(e,t){return mu(e,t)}var Jf=c(_(),1);function G(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 Yf=G(()=>B({$field:F().describe(`Field Reference/Column Name`)}));G(()=>B({$eq:Zd().optional(),$ne:Zd().optional()})),G(()=>B({$gt:V([I(),af(),Yf]).optional(),$gte:V([I(),af(),Yf]).optional(),$lt:V([I(),af(),Yf]).optional(),$lte:V([I(),af(),Yf]).optional()})),G(()=>B({$in:z(Zd()).optional(),$nin:z(Zd()).optional()})),G(()=>B({$between:mf([V([I(),af(),Yf]),V([I(),af(),Yf])]).optional()})),G(()=>B({$contains:F().optional(),$notContains:F().optional(),$startsWith:F().optional(),$endsWith:F().optional()})),G(()=>B({$null:L().optional(),$exists:L().optional()}));var Xf=G(()=>B({$eq:Zd().optional(),$ne:Zd().optional(),$gt:V([I(),af(),Yf]).optional(),$gte:V([I(),af(),Yf]).optional(),$lt:V([I(),af(),Yf]).optional(),$lte:V([I(),af(),Yf]).optional(),$in:z(Zd()).optional(),$nin:z(Zd()).optional(),$between:mf([V([I(),af(),Yf]),V([I(),af(),Yf])]).optional(),$contains:F().optional(),$notContains:F().optional(),$startsWith:F().optional(),$endsWith:F().optional(),$null:L().optional(),$exists:L().optional()})),Zf=zf(()=>H(F(),R()).and(B({$and:z(Zf).optional(),$or:z(Zf).optional(),$not:Zf.optional()})));G(()=>B({where:Zf.optional()}));var Qf=zf(()=>B({$and:z(V([H(F(),Xf),Qf])).optional(),$or:z(V([H(F(),Xf),Qf])).optional(),$not:V([H(F(),Xf),Qf]).optional()})),$f=new Set([`=`,`==`,`!=`,`<>`,`>`,`>=`,`<`,`<=`,`in`,`nin`,`not_in`,`contains`,`notcontains`,`not_contains`,`like`,`startswith`,`starts_with`,`endswith`,`ends_with`,`between`,`is_null`,`is_not_null`]);function ep(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=>ep(e));if(e.length>=2&&typeof e[1]==`string`)return $f.has(e[1].toLowerCase())}return e.every(e=>ep(e))?e.length>0:!1}var tp=[`$eq`,`$ne`,`$gt`,`$gte`,`$lt`,`$lte`,`$in`,`$nin`,`$between`,`$contains`,`$notContains`,`$startsWith`,`$endsWith`,`$null`,`$exists`],np=[`$and`,`$or`,`$not`];[...tp,...np];var rp=G(()=>B({field:F(),order:U([`asc`,`desc`]).default(`asc`)})),ip=U([`count`,`sum`,`avg`,`min`,`max`,`count_distinct`,`array_agg`,`string_agg`]),ap=U([`day`,`week`,`month`,`quarter`,`year`]),op=G(()=>V([F(),B({field:F().describe(`Field to group by`),dateGranularity:ap.optional().describe(`Bucket date values into uniform periods (day/week/month/quarter/year)`),alias:F().optional().describe(`Alias for the projected group value`)})])),sp=G(()=>B({function:ip.describe(`Aggregation function`),field:F().optional().describe(`Field to aggregate (optional for COUNT(*))`),alias:F().describe(`Result column alias`),distinct:L().optional().describe(`Apply DISTINCT before aggregation`),filter:Zf.optional().describe(`Filter/Condition to apply to the aggregation (FILTER WHERE clause)`)})),cp=U([`inner`,`left`,`right`,`full`]),lp=U([`auto`,`database`,`hash`,`loop`]),up=zf(()=>B({type:cp.describe(`Join type`),strategy:lp.optional().describe(`Execution strategy hint`),object:F().describe(`Object/table to join`),alias:F().optional().describe(`Table alias`),on:Zf.describe(`Join condition`),subquery:zf(()=>_p).optional().describe(`Subquery instead of object`)})),dp=U([`row_number`,`rank`,`dense_rank`,`percent_rank`,`lag`,`lead`,`first_value`,`last_value`,`sum`,`avg`,`count`,`min`,`max`]),fp=G(()=>B({partitionBy:z(F()).optional().describe(`PARTITION BY fields`),orderBy:z(rp).optional().describe(`ORDER BY specification`),frame:B({type:U([`rows`,`range`]).optional(),start:F().optional().describe(`Frame start (e.g., "UNBOUNDED PRECEDING", "1 PRECEDING")`),end:F().optional().describe(`Frame end (e.g., "CURRENT ROW", "1 FOLLOWING")`)}).optional().describe(`Window frame specification`)})),pp=G(()=>B({function:dp.describe(`Window function name`),field:F().optional().describe(`Field to operate on (for aggregate window functions)`),alias:F().describe(`Result column alias`),over:fp.describe(`Window specification (OVER clause)`)})),mp=zf(()=>V([F(),B({field:F(),fields:z(mp).optional(),alias:F().optional()})])),hp=G(()=>B({query:F().describe(`Search query text`),fields:z(F()).optional().describe(`Fields to search in (if not specified, searches all text fields)`),fuzzy:L().optional().default(!1).describe(`Enable fuzzy matching (tolerates typos)`),operator:U([`and`,`or`]).optional().default(`or`).describe(`Logical operator between terms`),boost:H(F(),I()).optional().describe(`Field-specific relevance boosting (field name -> boost factor)`),minScore:I().optional().describe(`Minimum relevance score threshold`),language:F().optional().describe(`Language for text analysis (e.g., "en", "zh", "es")`),highlight:L().optional().default(!1).describe(`Enable search result highlighting`)})),gp=B({object:F().describe(`Object name (e.g. account)`),fields:z(mp).optional().describe(`Fields to retrieve`),where:Zf.optional().describe(`Filtering criteria (WHERE)`),search:hp.optional().describe(`Full-text search configuration ($search parameter)`),orderBy:z(rp).optional().describe(`Sorting instructions (ORDER BY)`),limit:I().optional().describe(`Max records to return (LIMIT)`),offset:I().optional().describe(`Records to skip (OFFSET)`),top:I().optional().describe(`Alias for limit (OData compatibility)`),cursor:H(F(),R()).optional().describe(`Cursor for keyset pagination`),joins:z(up).optional().describe(`Explicit Table Joins`),aggregations:z(sp).optional().describe(`Aggregation functions`),groupBy:z(op).optional().describe("GROUP BY targets (strings or `{field, dateGranularity?}` objects for date bucketing)"),having:Zf.optional().describe(`HAVING clause for aggregation filtering`),windowFunctions:z(pp).optional().describe(`Window functions with OVER clause`),distinct:L().optional().describe(`SELECT DISTINCT flag`)}),_p=G(()=>gp.extend({expand:zf(()=>H(F(),_p)).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.`)})),vp=[`today`,`yesterday`,`tomorrow`,`now`],yp=[`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`],bp=[`week_start`,`week_end`,`month_start`,`month_end`,`quarter_start`,`quarter_end`,`year_start`,`year_end`],xp=[...vp,...yp,...bp],Sp=/^(\d+)_(minutes?|hours?|days?|weeks?|months?|years?)_(ago|from_now)$/,Cp=[`minute`,`hour`,`day`,`week`,`month`,`year`];function wp(e){return xp.includes(e)||Sp.test(e)}F().refine(wp,{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: `+Cp.join(`, `)});var Tp=/^\$?\{([a-zA-Z0-9_]+)\}$/;F().refine(e=>{let t=e.match(Tp);return!!t&&wp(t[1])},{message:`Not a recognised {date-macro} placeholder`});var Ep=G(()=>F().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)`)),Dp=G(()=>F().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)`));G(()=>F().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 Op=U([`cel`,`js`,`cron`,`template`]),kp=B({rationale:F().optional(),generatedBy:F().optional()}),Ap=B({dialect:Op,source:F().min(1).optional(),ast:R().optional(),meta:kp.optional()}).refine(e=>e.source!==void 0||e.ast!==void 0,{message:"Expression requires at least one of `source` or `ast`"}),jp=V([F().min(1).transform(e=>({dialect:`cel`,source:e})),Ap]);V([F().min(1).transform(e=>({dialect:`cron`,source:e})),Ap]);var Mp=V([F().min(1).transform(e=>({dialect:`template`,source:e})),Ap]),Np=G(()=>U([`aes-256-gcm`,`aes-256-cbc`,`chacha20-poly1305`]).describe(`Supported encryption algorithm`)),Pp=G(()=>U([`local`,`aws-kms`,`azure-key-vault`,`gcp-kms`,`hashicorp-vault`]).describe(`Key management service provider`)),Fp=G(()=>B({enabled:L().default(!1).describe(`Enable automatic key rotation`),frequencyDays:I().min(1).default(90).describe(`Rotation frequency in days`),retainOldVersions:I().default(3).describe(`Number of old key versions to retain`),autoRotate:L().default(!0).describe(`Automatically rotate without manual approval`)}).describe(`Policy for automatic encryption key rotation`)),Ip=G(()=>B({enabled:L().default(!1).describe(`Enable field-level encryption`),algorithm:Np.default(`aes-256-gcm`).describe(`Encryption algorithm`),keyManagement:B({provider:Pp.describe(`Key management service provider`),keyId:F().optional().describe(`Key identifier in the provider`),rotationPolicy:Fp.optional().describe(`Key rotation policy`)}).describe(`Key management configuration`),scope:U([`field`,`record`,`table`,`database`]).describe(`Encryption scope level`),deterministicEncryption:L().default(!1).describe(`Allows equality queries on encrypted data`),searchableEncryption:L().default(!1).describe(`Allows search on encrypted data`)}).describe(`Field-level encryption configuration`));G(()=>B({fieldName:F().describe(`Name of the field to encrypt`),encryptionConfig:Ip.describe(`Encryption settings for this field`),indexable:L().default(!1).describe(`Allow indexing on encrypted field`)}).describe(`Per-field encryption assignment`));var Lp=G(()=>U([`redact`,`partial`,`hash`,`tokenize`,`randomize`,`nullify`,`substitute`]).describe(`Data masking strategy for PII protection`)),Rp=G(()=>B({field:F().describe(`Field name to apply masking to`),strategy:Lp.describe(`Masking strategy to use`),pattern:F().optional().describe(`Regex pattern for partial masking`),preserveFormat:L().default(!0).describe(`Keep the original data format after masking`),preserveLength:L().default(!0).describe(`Keep the original data length after masking`),roles:z(F()).optional().describe(`Roles that see masked data`),exemptRoles:z(F()).optional().describe(`Roles that see unmasked data`)}).describe(`Masking rule for a single field`));G(()=>B({enabled:L().default(!1).describe(`Enable data masking`),rules:z(Rp).describe(`List of field-level masking rules`),auditUnmasking:L().default(!0).describe(`Log when masked data is accessed unmasked`)}).describe(`Top-level data masking configuration for PII protection`));var zp=U(`text.textarea.email.url.phone.password.secret.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.composite.repeater.record.location.address.code.json.color.rating.slider.signature.qrcode.progress.tags.vector`.split(`.`)),Bp=G(()=>B({label:F().describe(`Display label (human-readable, any case allowed)`),value:Ep.describe(`Stored value (lowercase machine identifier)`),color:F().optional().describe(`Color code for badges/charts`),default:L().optional().describe(`Is default option`)}));G(()=>B({latitude:I().min(-90).max(90).describe(`Latitude coordinate`),longitude:I().min(-180).max(180).describe(`Longitude coordinate`),altitude:I().optional().describe(`Altitude in meters`),accuracy:I().optional().describe(`Accuracy in meters`)}));var Vp=G(()=>B({precision:I().int().min(0).max(10).default(2).describe(`Decimal precision (default: 2)`),currencyMode:U([`dynamic`,`fixed`]).default(`dynamic`).describe(`Currency mode: dynamic (user selectable) or fixed (single currency)`),defaultCurrency:F().length(3).default(`CNY`).describe(`Default or fixed currency code (ISO 4217, e.g., USD, CNY, EUR)`)}));G(()=>B({value:I().describe(`Monetary amount`),currency:F().length(3).describe(`Currency code (ISO 4217)`)})),G(()=>B({street:F().optional().describe(`Street address`),city:F().optional().describe(`City name`),state:F().optional().describe(`State/Province`),postalCode:F().optional().describe(`Postal/ZIP code`),country:F().optional().describe(`Country name or code`),countryCode:F().optional().describe(`ISO country code (e.g., US, GB)`),formatted:F().optional().describe(`Formatted address string`)}));var Hp=G(()=>B({dimensions:I().int().min(1).max(1e4).describe(`Vector dimensionality (e.g., 1536 for OpenAI embeddings)`),distanceMetric:U([`cosine`,`euclidean`,`dotProduct`,`manhattan`]).default(`cosine`).describe(`Distance/similarity metric for vector search`),normalized:L().default(!1).describe(`Whether vectors are normalized (unit length)`),indexed:L().default(!0).describe(`Whether to create a vector index for fast similarity search`),indexType:U([`hnsw`,`ivfflat`,`flat`]).optional().describe(`Vector index algorithm (HNSW for high accuracy, IVFFlat for large datasets)`)})),Up=G(()=>B({minSize:I().min(0).optional().describe(`Minimum file size in bytes`),maxSize:I().min(1).optional().describe(`Maximum file size in bytes (e.g., 10485760 = 10MB)`),allowedTypes:z(F()).optional().describe(`Allowed file extensions (e.g., [".pdf", ".docx", ".jpg"])`),blockedTypes:z(F()).optional().describe(`Blocked file extensions (e.g., [".exe", ".bat", ".sh"])`),allowedMimeTypes:z(F()).optional().describe(`Allowed MIME types (e.g., ["image/jpeg", "application/pdf"])`),blockedMimeTypes:z(F()).optional().describe(`Blocked MIME types`),virusScan:L().default(!1).describe(`Enable virus scanning for uploaded files`),virusScanProvider:U([`clamav`,`virustotal`,`metadefender`,`custom`]).optional().describe(`Virus scanning service provider`),virusScanOnUpload:L().default(!0).describe(`Scan files immediately on upload`),quarantineOnThreat:L().default(!0).describe(`Quarantine files if threat detected`),storageProvider:F().optional().describe(`Object storage provider name (references ObjectStorageConfig)`),storageBucket:F().optional().describe(`Target bucket name`),storagePrefix:F().optional().describe(`Storage path prefix (e.g., "uploads/documents/")`),imageValidation:B({minWidth:I().min(1).optional().describe(`Minimum image width in pixels`),maxWidth:I().min(1).optional().describe(`Maximum image width in pixels`),minHeight:I().min(1).optional().describe(`Minimum image height in pixels`),maxHeight:I().min(1).optional().describe(`Maximum image height in pixels`),aspectRatio:F().optional().describe(`Required aspect ratio (e.g., "16:9", "1:1")`),generateThumbnails:L().default(!1).describe(`Auto-generate thumbnails`),thumbnailSizes:z(B({name:F().describe(`Thumbnail variant name (e.g., "small", "medium", "large")`),width:I().min(1).describe(`Thumbnail width in pixels`),height:I().min(1).describe(`Thumbnail height in pixels`),crop:L().default(!1).describe(`Crop to exact dimensions`)})).optional().describe(`Thumbnail size configurations`),preserveMetadata:L().default(!1).describe(`Preserve EXIF metadata`),autoRotate:L().default(!0).describe(`Auto-rotate based on EXIF orientation`)}).optional().describe(`Image-specific validation rules`),allowMultiple:L().default(!1).describe(`Allow multiple file uploads (overrides field.multiple)`),allowReplace:L().default(!0).describe(`Allow replacing existing files`),allowDelete:L().default(!0).describe(`Allow deleting uploaded files`),requireUpload:L().default(!1).describe(`Require at least one file when field is required`),extractMetadata:L().default(!0).describe(`Extract file metadata (name, size, type, etc.)`),extractText:L().default(!1).describe(`Extract text content from documents (OCR/parsing)`),versioningEnabled:L().default(!1).describe(`Keep previous versions of replaced files`),maxVersions:I().min(1).optional().describe(`Maximum number of versions to retain`),publicRead:L().default(!1).describe(`Allow public read access to uploaded files`),presignedUrlExpiry:I().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`})),Wp=G(()=>B({uniqueness:L().default(!1).describe(`Enforce unique values across all records`),completeness:I().min(0).max(1).default(0).describe(`Minimum ratio of non-null values (0-1, default: 0 = no requirement)`),accuracy:B({source:F().describe(`Reference data source for validation (e.g., "api.verify.com", "master_data")`),threshold:I().min(0).max(1).describe(`Minimum accuracy threshold (0-1, e.g., 0.95 = 95% match required)`)}).optional().describe(`Accuracy validation configuration`)})),Gp=G(()=>B({enabled:L().describe(`Enable caching for computed field results`),ttl:I().min(0).describe(`Cache TTL in seconds (0 = no expiration)`),invalidateOn:z(F()).describe(`Field paths that invalidate cache (e.g., ["inventory.quantity", "pricing.base_price"])`)})),Kp=G(()=>B({name:F().regex(/^[a-z_][a-z0-9_]*$/).describe(`Machine name (snake_case)`).optional(),label:F().optional().describe(`Human readable label`),type:zp.describe(`Field Data Type`),description:F().optional().describe(`Tooltip/Help text`),format:F().optional().describe(`Format string (e.g. email, phone)`),columnName:F().optional().describe(`Physical column name in the target datasource. Defaults to the field key when not set.`),required:L().default(!1).describe(`Is required`),searchable:L().default(!1).describe(`Is searchable`),multiple:L().default(!1).describe(`Allow multiple values (Stores as Array/JSON). Applicable for select, lookup, file, image.`),unique:L().default(!1).describe(`Is unique constraint`),defaultValue:R().optional().describe(`Default value`),maxLength:I().optional().describe(`Max character length`),minLength:I().optional().describe(`Min character length`),precision:I().optional().describe(`Total digits`),scale:I().optional().describe(`Decimal places`),min:I().optional().describe(`Minimum value`),max:I().optional().describe(`Maximum value`),options:z(Bp).optional().describe(`Static options for select/multiselect`),reference:F().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:z(F()).optional().describe(`Filters applied to lookup dialogs (e.g. "active = true")`),writeRequiresMasterRead:L().optional().describe(`If true, user needs read access to master record to edit this field`),deleteBehavior:U([`set_null`,`cascade`,`restrict`]).optional().default(`set_null`).describe(`What happens if referenced record is deleted`),expression:jp.optional().describe("Formula expression (CEL). e.g. F`record.amount * 0.1`"),summaryOperations:B({object:F().describe(`Source child object name for roll-up`),field:F().describe(`Field on child object to aggregate`),function:U([`count`,`sum`,`min`,`max`,`avg`]).describe(`Aggregation function to apply`)}).optional().describe(`Roll-up summary definition`),language:F().optional().describe(`Programming language for syntax highlighting (e.g., javascript, python, sql)`),theme:F().optional().describe(`Code editor theme (e.g., dark, light, monokai)`),lineNumbers:L().optional().describe(`Show line numbers in code editor`),maxRating:I().optional().describe(`Maximum rating value (default: 5)`),allowHalf:L().optional().describe(`Allow half-star ratings`),displayMap:L().optional().describe(`Display map widget for location field`),allowGeocoding:L().optional().describe(`Allow address-to-coordinate conversion`),addressFormat:U([`us`,`uk`,`international`]).optional().describe(`Address format template`),colorFormat:U([`hex`,`rgb`,`rgba`,`hsl`]).optional().describe(`Color value format`),allowAlpha:L().optional().describe(`Allow transparency/alpha channel`),presetColors:z(F()).optional().describe(`Preset color options`),step:I().optional().describe(`Step increment for slider (default: 1)`),showValue:L().optional().describe(`Display current value on slider`),marks:H(F(),F()).optional().describe(`Custom marks/labels at specific values (e.g., {0: "Low", 50: "Medium", 100: "High"})`),barcodeFormat:U([`qr`,`ean13`,`ean8`,`code128`,`code39`,`upca`,`upce`]).optional().describe(`Barcode format type`),qrErrorCorrection:U([`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:L().optional().describe(`Display human-readable value below barcode/QR code`),allowScanning:L().optional().describe(`Enable camera scanning for barcode/QR code input`),currencyConfig:Vp.optional().describe(`Configuration for currency field type`),vectorConfig:Hp.optional().describe(`Configuration for vector field type (AI/ML embeddings)`),fileAttachmentConfig:Up.optional().describe(`Configuration for file and attachment field types`),encryptionConfig:Ip.optional().describe(`Field-level encryption configuration for sensitive data (GDPR/HIPAA/PCI-DSS)`),maskingRule:Rp.optional().describe(`Data masking rules for PII protection`),auditTrail:L().default(!1).describe(`Enable detailed audit trail for this field (tracks all changes with user and timestamp)`),dependencies:z(F()).optional().describe(`Array of field names that this field depends on (for formulas, visibility rules, etc.)`),cached:Gp.optional().describe(`Caching configuration for computed/formula fields`),dataQuality:Wp.optional().describe(`Data quality validation and monitoring rules`),group:F().optional().describe(`Field group name for organizing fields in forms and layouts (e.g., "contact_info", "billing", "system")`),conditionalRequired:jp.optional().describe("Predicate (CEL) — field is required when TRUE. e.g. P`record.status == 'closed_won'`"),hidden:L().default(!1).describe(`Hidden from default UI`),readonly:L().default(!1).describe(`Read-only in UI`),system:L().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:L().optional().default(!0).describe(`Whether field is sortable in list views`),inlineHelpText:F().optional().describe(`Help text displayed below the field in forms`),trackFeedHistory:L().optional().describe(`Track field changes in Chatter/activity feed (Salesforce pattern)`),caseSensitive:L().optional().describe(`Whether text comparisons are case-sensitive`),autonumberFormat:F().optional().describe(`Auto-number display format pattern (e.g., "CASE-{0000}")`),index:L().default(!1).describe(`Create standard database index`),externalId:L().default(!1).describe(`Is external ID for upsert operations`)})),qp=B({name:F().regex(/^[a-z_][a-z0-9_]*$/).describe(`Unique rule name (snake_case)`),label:F().optional().describe(`Human-readable label for the rule listing`),description:F().optional().describe(`Administrative notes explaining the business reason`),active:L().default(!0),events:z(U([`insert`,`update`,`delete`])).default([`insert`,`update`]).describe(`Validation contexts`),priority:I().int().min(0).max(9999).default(100).describe(`Execution priority (lower runs first, default: 100)`),tags:z(F()).optional().describe(`Categorization tags (e.g., "compliance", "billing")`),severity:U([`error`,`warning`,`info`]).default(`error`),message:F().describe(`Error message to display to the user`)}),Jp=G(()=>qp.extend({type:W(`script`),condition:jp.describe("Predicate (CEL). If TRUE, validation fails. e.g. P`record.amount < 0`")})),Yp=G(()=>qp.extend({type:W(`state_machine`),field:F().describe(`State field (e.g. status)`),transitions:H(F(),z(F())).describe(`Map of { OldState: [AllowedNewStates] }`)})),Xp=G(()=>qp.extend({type:W(`format`),field:F(),regex:F().optional(),format:U([`email`,`url`,`phone`,`json`]).optional()})),Zp=G(()=>qp.extend({type:W(`cross_field`),condition:jp.describe("Predicate (CEL) comparing fields. e.g. P`record.end_date > record.start_date`"),fields:z(F()).describe(`Fields involved in the validation`)})),Qp=G(()=>qp.extend({type:W(`json_schema`),field:F().describe(`JSON field to validate`),schema:H(F(),R()).describe(`JSON Schema object definition`)})),$p=zf(()=>uf(`type`,[Jp,Yp,Xp,Zp,Qp,em])),em=G(()=>qp.extend({type:W(`conditional`),when:jp.describe("Predicate (CEL). e.g. P`record.type == 'enterprise'`"),then:$p.describe(`Validation rule to apply when condition is true`),otherwise:$p.optional().describe(`Validation rule to apply when condition is false`)}));G(()=>B({key:F().describe(`Translation key (e.g., "views.task_list.label")`),defaultValue:F().optional().describe(`Fallback value when translation key is not found`),params:H(F(),V([F(),I(),L()])).optional().describe(`Interpolation parameters (e.g., { count: 5 })`)}));var tm=G(()=>F().describe(`Display label (plain string; i18n keys are auto-generated by the framework)`)),nm=G(()=>B({ariaLabel:tm.optional().describe(`Accessible label for screen readers (WAI-ARIA aria-label)`),ariaDescribedBy:F().optional().describe(`ID of element providing additional description (WAI-ARIA aria-describedby)`),role:F().optional().describe(`WAI-ARIA role attribute (e.g., "dialog", "navigation", "alert")`)}).describe(`ARIA accessibility attributes`));G(()=>B({key:F().describe(`Translation key`),zero:F().optional().describe(`Zero form (e.g., "No items")`),one:F().optional().describe(`Singular form (e.g., "{count} item")`),two:F().optional().describe(`Dual form (e.g., "{count} items" for exactly 2)`),few:F().optional().describe(`Few form (e.g., for 2-4 in some languages)`),many:F().optional().describe(`Many form (e.g., for 5+ in some languages)`),other:F().describe(`Default plural form (e.g., "{count} items")`)}).describe(`ICU plural rules for a translation key`));var rm=G(()=>B({style:U([`decimal`,`currency`,`percent`,`unit`]).default(`decimal`).describe(`Number formatting style`),currency:F().optional().describe(`ISO 4217 currency code (e.g., "USD", "EUR")`),unit:F().optional().describe(`Unit for unit formatting (e.g., "kilometer", "liter")`),minimumFractionDigits:I().optional().describe(`Minimum number of fraction digits`),maximumFractionDigits:I().optional().describe(`Maximum number of fraction digits`),useGrouping:L().optional().describe(`Whether to use grouping separators (e.g., 1,000)`)}).describe(`Number formatting rules`)),im=G(()=>B({dateStyle:U([`full`,`long`,`medium`,`short`]).optional().describe(`Date display style`),timeStyle:U([`full`,`long`,`medium`,`short`]).optional().describe(`Time display style`),timeZone:F().optional().describe(`IANA time zone (e.g., "America/New_York")`),hour12:L().optional().describe(`Use 12-hour format`)}).describe(`Date/time formatting rules`));G(()=>B({code:F().describe(`BCP 47 language code (e.g., "en-US", "zh-CN")`),fallbackChain:z(F()).optional().describe(`Fallback language codes in priority order (e.g., ["zh-TW", "en"])`),direction:U([`ltr`,`rtl`]).default(`ltr`).describe(`Text direction: left-to-right or right-to-left`),numberFormat:rm.optional().describe(`Default number formatting rules`),dateFormat:im.optional().describe(`Default date/time formatting rules`)}).describe(`Locale configuration`));var am=U([`api.read`,`api.write`,`crypto.uuid`,`crypto.hash`,`log`]),om=uf(`language`,[B({language:W(`expression`),source:F().min(1).describe(`Formula expression source`)}).describe(`L1 expression body — pure formula, no IO`),B({language:W(`js`),source:F().min(1).describe(`Function body source`),capabilities:z(am).default([]).describe(`Granted capability tokens`),timeoutMs:I().int().positive().max(3e4).optional().describe(`Per-invocation timeout (ms)`),memoryMb:I().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)`),sm=G(()=>B({name:F().optional(),field:Dp.optional(),objectOverride:Dp.optional(),label:tm.optional(),type:zp.optional(),required:L().optional().default(!1),options:z(B({label:tm,value:F()})).optional(),placeholder:F().optional(),helpText:F().optional(),defaultValue:R().optional(),defaultFromRow:L().optional()}).refine(e=>!!e.name||!!e.field,{message:`ActionParam requires either "name" or "field"`})),cm=U([`script`,`url`,`modal`,`flow`,`api`,`form`]),lm=new Set(cm.options.filter(e=>e!==`script`)),um=U([`list_toolbar`,`list_item`,`record_header`,`record_more`,`record_related`,`record_section`,`global_nav`]),dm=G(()=>B({name:Dp.describe(`Machine name (lowercase snake_case)`),label:tm.describe(`Display label`),objectName:F().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:F().optional().describe(`Icon name`),locations:z(um).optional().describe(`Locations where this action is visible`),component:U([`action:button`,`action:icon`,`action:menu`,`action:group`]).optional().describe(`Visual component override`),type:cm.default(`script`).describe(`Action functionality type`),target:F().optional().describe("URL, Script Name, Flow ID, or API Endpoint. Supports ${param.X} and ${ctx.X} interpolation."),body:om.optional().describe("Action body — expression (L1) or sandboxed JS (L2). Only used when type is `script`."),execute:F().optional().describe(`@deprecated — Use target instead. Auto-migrated to target during parsing.`),params:z(sm).optional().describe(`Input parameters required from user`),variant:U([`primary`,`secondary`,`danger`,`ghost`,`link`]).optional().describe(`Button visual variant for styling (primary = highlighted, danger = destructive, ghost = transparent)`),confirmText:tm.optional().describe(`Confirmation message before execution`),successMessage:tm.optional().describe(`Success message to show after execution`),refreshAfter:L().default(!1).describe(`Refresh view after execution`),resultDialog:B({title:tm.optional(),description:tm.optional(),acknowledge:tm.optional().describe(`Acknowledge button label, e.g. "I have saved this"`),format:U([`qrcode`,`code-list`,`secret`,`text`,`json`]).optional().describe(`Default format for fields without their own format. Defaults to json when omitted.`),fields:z(B({path:F().describe(`Dot path into result.data (e.g. "totpURI", "client.client_secret").`),label:tm.optional(),format:U([`qrcode`,`code-list`,`secret`,`text`,`json`]).optional().describe(`Per-field format override.`)})).optional().describe(`Which fields from result.data to render. Omit to dump full JSON.`)}).optional().describe(`Render API response in a one-shot reveal dialog (suppresses successMessage when set).`),visible:jp.optional().describe(`Visibility predicate (CEL).`),disabled:V([L(),jp]).optional().describe(`Boolean or predicate (CEL) — action is disabled when TRUE.`),shortcut:F().optional().describe(`Keyboard shortcut to trigger this action (e.g., "Ctrl+S")`),bulkEnabled:L().optional().describe(`Whether this action can be applied to multiple selected records`),aiExposed:L().optional().describe(`Set to false to keep this action out of the AI tool registry.`),recordIdParam:F().optional().describe(`Body key to inject the row id into when running from a list_item context.`),recordIdField:F().optional().describe(`Row field whose value seeds recordIdParam. Defaults to "id".`),bodyShape:V([W(`flat`),B({wrap:F()})]).optional().describe(`Body wrapping: flat (default) or { wrap: key } to nest user-collected params under a key.`),method:U([`POST`,`PATCH`,`PUT`,`DELETE`]).optional().describe(`HTTP method for type:"api" actions. Defaults to POST.`),bodyExtra:H(F(),R()).optional().describe(`Constant body fields merged into the API request (applied last; overrides user params).`),mode:U([`create`,`edit`,`delete`,`custom`]).optional().describe(`Semantic mode of the action.`),timeout:I().optional().describe(`Maximum execution time in milliseconds for the action`),aria:nm.optional().describe(`ARIA accessibility attributes`)}).transform(e=>e.execute&&!e.target?{...e,target:e.execute}:e).refine(e=>!(lm.has(e.type)&&!e.target),{message:`Action 'target' is required when type is 'url', 'flow', 'modal', 'api', or 'form'.`,path:[`target`]})),fm=U([`none`,`no-overlay`,`no-delete`,`full`]),pm=U([`artifact`,`package`,`env-forced`]),mm=U([`package`,`org`,`env-forced`]),hm={_lock:fm.optional().describe(`Item-level lock — controls overlay & delete (ADR-0010).`),_lockReason:F().max(500).optional().describe(`Human-readable reason shown when a write is refused by _lock.`),_lockSource:pm.optional().describe(`Layer that set _lock (artifact | package | env-forced).`),_provenance:mm.optional().describe(`Origin of the item (package | org | env-forced).`),_packageId:F().optional().describe(`Owning package machine id.`),_packageVersion:F().optional().describe(`Owning package version.`),_lockDocsUrl:F().optional().describe(`Optional documentation link surfaced next to _lockReason.`)},gm=B({lock:fm.describe(`Lock policy — none | no-overlay | no-delete | full.`),reason:F().min(1).max(500).describe(`User-visible reason shown when the lock blocks an action.`),docsUrl:F().url().optional().describe(`Optional URL the Studio banner links to for more context.`)}).strict(),_m=G(()=>B({enabled:L().default(!1).describe(`Enable public sharing`),publicLink:F().optional().describe(`Generated public share URL`),password:F().optional().describe(`Password required to access shared link`),allowedDomains:z(F()).optional().describe(`Restrict access to specific email domains (e.g. ["example.com"])`),expiresAt:F().optional().describe(`Expiration date/time in ISO 8601 format`),allowAnonymous:L().optional().default(!1).describe(`Allow access without authentication`)}));G(()=>B({enabled:L().default(!1).describe(`Enable iframe embedding`),allowedOrigins:z(F()).optional().describe(`Allowed iframe parent origins (e.g. ["https://example.com"])`),width:F().optional().default(`100%`).describe(`Embed width (CSS value)`),height:F().optional().default(`600px`).describe(`Embed height (CSS value)`),showHeader:L().optional().default(!0).describe(`Show interface header in embed`),showNavigation:L().optional().default(!1).describe(`Show navigation in embed`),responsive:L().optional().default(!0).describe(`Enable responsive resizing`)}));var vm=U([`xs`,`sm`,`md`,`lg`,`xl`,`2xl`]),ym=G(()=>B({xs:I().min(1).max(12).optional(),sm:I().min(1).max(12).optional(),md:I().min(1).max(12).optional(),lg:I().min(1).max(12).optional(),xl:I().min(1).max(12).optional(),"2xl":I().min(1).max(12).optional()}).describe(`Grid columns per breakpoint (1-12)`)),bm=G(()=>B({xs:I().optional(),sm:I().optional(),md:I().optional(),lg:I().optional(),xl:I().optional(),"2xl":I().optional()}).describe(`Display order per breakpoint`)),xm=G(()=>B({breakpoint:vm.optional().describe(`Minimum breakpoint for visibility`),hiddenOn:z(vm).optional().describe(`Hide on these breakpoints`),columns:ym.optional().describe(`Grid columns per breakpoint`),order:bm.optional().describe(`Display order per breakpoint`)}).describe(`Responsive layout configuration`)),Sm=G(()=>B({lazyLoad:L().optional().describe(`Enable lazy loading (defer rendering until visible)`),virtualScroll:B({enabled:L().default(!1).describe(`Enable virtual scrolling`),itemHeight:I().optional().describe(`Fixed item height in pixels (for estimation)`),overscan:I().optional().describe(`Number of extra items to render outside viewport`)}).optional().describe(`Virtual scrolling configuration`),cacheStrategy:U([`none`,`cache-first`,`network-first`,`stale-while-revalidate`]).optional().describe(`Client-side data caching strategy`),prefetch:L().optional().describe(`Prefetch data before component is visible`),pageSize:I().optional().describe(`Number of items per page for pagination`),debounceMs:I().optional().describe(`Debounce interval for user interactions in milliseconds`)}).describe(`Performance optimization configuration`)),Cm=U([`GET`,`POST`,`PUT`,`DELETE`,`PATCH`,`HEAD`,`OPTIONS`]),wm=G(()=>U([`GET`,`POST`,`PUT`,`PATCH`,`DELETE`])),Tm=G(()=>B({url:F().describe(`API endpoint URL`),method:wm.optional().default(`GET`).describe(`HTTP method`),headers:H(F(),F()).optional().describe(`Custom HTTP headers`),params:H(F(),R()).optional().describe(`Query parameters`),body:R().optional().describe(`Request body for POST/PUT/PATCH`)}));G(()=>B({enabled:L().default(!0).describe(`Enable CORS`),origins:V([F(),z(F())]).default(`*`).describe(`Allowed origins (* for all)`),methods:z(Cm).optional().describe(`Allowed HTTP methods`),credentials:L().default(!1).describe(`Allow credentials (cookies, authorization headers)`),maxAge:I().int().optional().describe(`Preflight cache duration in seconds`)})),G(()=>B({enabled:L().default(!1).describe(`Enable rate limiting`),windowMs:I().int().default(6e4).describe(`Time window in milliseconds`),maxRequests:I().int().default(100).describe(`Max requests per window`)})),G(()=>B({path:F().describe(`URL path to serve from`),directory:F().describe(`Physical directory to serve`),cacheControl:F().optional().describe(`Cache-Control header value`)}));var Em=G(()=>uf(`provider`,[B({provider:W(`object`),object:F().describe(`Target object name`)}),B({provider:W(`api`),read:Tm.optional().describe(`Configuration for fetching data`),write:Tm.optional().describe(`Configuration for submitting data (for forms/editable tables)`)}),B({provider:W(`value`),items:z(R()).describe(`Static data array`)}),B({provider:W(`schema`),schemaId:F().describe(`Schema identifier — typically the metadata type name`),schema:H(F(),R()).optional().describe(`Inline JSON Schema (Draft 2020-12). Optional when schemaId is resolvable.`)})])),Dm=G(()=>B({field:F().describe(`Field name to filter on`),operator:F().describe(`Filter operator (e.g. equals, not_equals, contains, this_quarter)`),value:V([F(),I(),L(),Yd(),z(V([F(),I()]))]).optional().describe(`Filter value`)}).describe(`View filter rule`)),Om=G(()=>U([`none`,`count`,`count_empty`,`count_filled`,`count_unique`,`percent_empty`,`percent_filled`,`sum`,`avg`,`min`,`max`]).describe(`Aggregation function for column footer summary`)),km=G(()=>B({field:F().describe(`Field name (snake_case)`),label:tm.optional().describe(`Display label override`),width:I().positive().optional().describe(`Column width in pixels`),align:U([`left`,`center`,`right`]).optional().describe(`Text alignment`),hidden:L().optional().describe(`Hide column by default`),sortable:L().optional().describe(`Allow sorting by this column`),resizable:L().optional().describe(`Allow resizing this column`),wrap:L().optional().describe(`Allow text wrapping`),type:F().optional().describe(`Renderer type override (e.g., "currency", "date")`),pinned:U([`left`,`right`]).optional().describe(`Pin/freeze column to left or right side`),summary:Om.optional().describe(`Footer aggregation function for this column`),link:L().optional().describe(`Functions as the primary navigation link (triggers View navigation)`),action:F().optional().describe(`Registered Action ID to execute when clicked`)})),Am=G(()=>B({type:U([`none`,`single`,`multiple`]).default(`none`).describe(`Selection mode`)})),jm=G(()=>B({pageSize:I().int().positive().default(25).describe(`Number of records per page`),pageSizeOptions:z(I().int().positive()).optional().describe(`Available page size options`)})),Mm=G(()=>U([`compact`,`short`,`medium`,`tall`,`extra_tall`]).describe(`Row height / density setting for list view`)),Nm=G(()=>B({field:F().describe(`Field name to group by`),order:U([`asc`,`desc`]).default(`asc`).describe(`Group sort order`),collapsed:L().default(!1).describe(`Collapse groups by default`)})),Pm=G(()=>B({fields:z(Nm).min(1).describe(`Fields to group by (supports up to 3 levels)`)}).describe(`Record grouping configuration`)),Fm=G(()=>B({coverField:F().optional().describe(`Attachment/image field to display as card cover`),coverFit:U([`cover`,`contain`]).default(`cover`).describe(`Image fit mode for card cover`),cardSize:U([`small`,`medium`,`large`]).default(`medium`).describe(`Card size in gallery view`),titleField:F().optional().describe(`Field to display as card title`),visibleFields:z(F()).optional().describe(`Fields to display on card body`)}).describe(`Gallery/card view configuration`)),Im=G(()=>B({startDateField:F().describe(`Field for timeline item start date`),endDateField:F().optional().describe(`Field for timeline item end date`),titleField:F().describe(`Field to display as timeline item title`),groupByField:F().optional().describe(`Field to group timeline rows`),colorField:F().optional().describe(`Field to determine item color`),scale:U([`hour`,`day`,`week`,`month`,`quarter`,`year`]).default(`week`).describe(`Default timeline scale`)}).describe(`Timeline view configuration`)),Lm=G(()=>B({type:U([`personal`,`collaborative`]).default(`collaborative`).describe(`View ownership type`),lockedBy:F().optional().describe(`User who locked the view configuration`)}).describe(`View sharing and access configuration`)),Rm=G(()=>B({field:F().describe(`Field to derive color from (typically a select/status field)`),colors:H(F(),F()).optional().describe(`Map of field value to color (hex/token)`)}).describe(`Row color configuration based on field values`)),zm=G(()=>U([`grid`,`kanban`,`gallery`,`calendar`,`timeline`,`gantt`,`map`]).describe(`Visualization type that users can switch to`)),Bm=G(()=>B({sort:L().default(!0).describe(`Allow users to sort records`),search:L().default(!0).describe(`Allow users to search records`),filter:L().default(!0).describe(`Allow users to filter records`),rowHeight:L().default(!0).describe(`Allow users to toggle row height/density`),addRecordForm:L().default(!1).describe(`Add records through a form instead of inline`),buttons:z(F()).optional().describe(`Custom action button IDs to show in the toolbar`)}).describe(`User action toggles for the view toolbar`)),Vm=G(()=>B({showDescription:L().default(!0).describe(`Show the view description text`),allowedVisualizations:z(zm).optional().describe(`Whitelist of visualization types users can switch between (e.g. ["grid", "gallery", "kanban"])`)}).describe(`Appearance and visualization configuration`)),Hm=G(()=>B({name:Dp.describe(`Tab identifier (snake_case)`),label:tm.optional().describe(`Display label`),icon:F().optional().describe(`Tab icon name`),view:F().optional().describe(`Referenced list view name from listViews`),filter:z(Dm).optional().describe(`Tab-specific filter criteria`),order:I().int().min(0).optional().describe(`Tab display order`),pinned:L().default(!1).describe(`Pin tab (cannot be removed by users)`),isDefault:L().default(!1).describe(`Set as the default active tab`),visible:L().default(!0).describe(`Tab visibility`)}).describe(`Tab configuration for multi-tab view interface`)),Um=G(()=>B({enabled:L().default(!0).describe(`Show the add record entry point`),position:U([`top`,`bottom`,`both`]).default(`bottom`).describe(`Position of the add record button`),mode:U([`inline`,`form`,`modal`]).default(`inline`).describe(`How to add a new record`),formView:F().optional().describe(`Named form view to use when mode is "form" or "modal"`)}).describe(`Add record entry point configuration`)),Wm=G(()=>B({groupByField:F().describe(`Field to group columns by (usually status/select)`),summarizeField:F().optional().describe(`Field to sum at top of column (e.g. amount)`),columns:z(F()).describe(`Fields to show on cards`)})),Gm=G(()=>B({chartType:U([`bar`,`line`,`pie`,`area`,`scatter`]).default(`bar`).describe(`Chart visualisation type`),xAxisField:F().describe(`Field used as the X axis / category dimension`),yAxisFields:z(F()).min(1).describe(`Field(s) used as the Y axis / measures`),aggregation:U([`sum`,`avg`,`count`,`min`,`max`]).optional().describe(`Aggregation function applied to Y axis fields`),groupByField:F().optional().describe(`Optional field used to split / stack the chart`)}).describe(`List chart view configuration`)),Km=G(()=>B({startDateField:F(),endDateField:F().optional(),titleField:F(),colorField:F().optional()})),qm=G(()=>B({startDateField:F(),endDateField:F(),titleField:F(),progressField:F().optional(),dependenciesField:F().optional()})),Jm=G(()=>U([`page`,`drawer`,`modal`,`split`,`popover`,`new_window`,`none`])),Ym=G(()=>B({mode:Jm.default(`page`),view:F().optional().describe(`Name of the form view to use for details (e.g. "summary_view", "edit_form")`),preventNavigation:L().default(!1).describe(`Disable standard navigation entirely`),openNewTab:L().default(!1).describe(`Force open in new tab (applies to page mode)`),width:V([F(),I()]).optional().describe(`Width of the drawer/modal (e.g. "600px", "50%")`)})),Xm=G(()=>B({name:Dp.optional().describe(`Internal view name (lowercase snake_case)`),label:tm.optional(),type:U([`grid`,`kanban`,`gallery`,`calendar`,`timeline`,`gantt`,`map`,`chart`]).default(`grid`),data:Em.optional().describe(`Data source configuration (defaults to "object" provider)`),columns:V([z(F()),z(km)]).describe(`Fields to display as columns`),filter:z(Dm).optional().describe(`Filter criteria (JSON Rules)`),sort:V([F(),z(B({field:F(),order:U([`asc`,`desc`])}))]).optional(),searchableFields:z(F()).optional().describe(`Fields enabled for search`),filterableFields:z(F()).optional().describe(`Fields enabled for end-user filtering in the top bar`),resizable:L().optional().describe(`Enable column resizing`),striped:L().optional().describe(`Striped row styling`),bordered:L().optional().describe(`Show borders`),compactToolbar:L().optional().describe(`Collapse Group/Color/Density/Hide-fields into a single View settings popover`),selection:Am.optional().describe(`Row selection configuration`),navigation:Ym.optional().describe(`Configuration for item click navigation (page, drawer, modal, etc.)`),pagination:jm.optional().describe(`Pagination configuration`),kanban:Wm.optional(),calendar:Km.optional(),gantt:qm.optional(),gallery:Fm.optional(),timeline:Im.optional(),chart:Gm.optional(),description:tm.optional().describe(`View description for documentation/tooltips`),sharing:Lm.optional().describe(`View sharing and access configuration`),rowHeight:Mm.optional().describe(`Row height / density setting`),grouping:Pm.optional().describe(`Group records by one or more fields`),rowColor:Rm.optional().describe(`Color rows based on field value`),hiddenFields:z(F()).optional().describe(`Fields to hide in this specific view`),fieldOrder:z(F()).optional().describe(`Explicit field display order for this view`),rowActions:z(F()).optional().describe(`Actions available for individual row items`),bulkActions:z(F()).optional().describe(`Actions available when multiple rows are selected`),bulkActionDefs:z(H(F(),Zd())).optional().describe(`Rich bulk action definitions (schema-driven, executed via BulkActionDialog)`),virtualScroll:L().optional().describe(`Enable virtual scrolling for large datasets`),conditionalFormatting:z(B({condition:jp.describe(`Predicate (CEL) to evaluate.`),style:H(F(),F()).describe(`CSS styles to apply when condition is true`)})).optional().describe(`Conditional formatting rules for list rows`),inlineEdit:L().optional().describe(`Allow inline editing of records directly in the list view`),exportOptions:z(U([`csv`,`xlsx`,`pdf`,`json`])).optional().describe(`Available export format options`),userActions:Bm.optional().describe(`User action toggles for the view toolbar`),appearance:Vm.optional().describe(`Appearance and visualization configuration`),tabs:z(Hm).optional().describe(`Tab definitions for multi-tab view interface`),addRecord:Um.optional().describe(`Add record entry point configuration`),showRecordCount:L().optional().describe(`Show record count at the bottom of the list`),allowPrinting:L().optional().describe(`Allow users to print the view`),emptyState:B({title:tm.optional(),message:tm.optional(),icon:F().optional()}).optional().describe(`Empty state configuration when no records found`),aria:nm.optional().describe(`ARIA accessibility attributes for the list view`),responsive:xm.optional().describe(`Responsive layout configuration`),performance:Sm.optional().describe(`Performance optimization settings`)})),Zm=G(()=>B({field:F().describe(`Field name (snake_case)`),type:zp.optional().describe(`Field type (auto-infers widget if omitted)`),options:z(Bp).optional().describe(`Options for select/multiselect/radio/checkboxes fields`),reference:F().optional().describe(`Target object name for lookup/master_detail fields`),maxLength:I().optional().describe(`Maximum character length (for text/textarea/email/url/phone)`),minLength:I().optional().describe(`Minimum character length`),min:I().optional().describe(`Minimum value (for number/currency/percent/slider)`),max:I().optional().describe(`Maximum value`),precision:I().optional().describe(`Total digits (for number/currency)`),scale:I().optional().describe(`Decimal places`),multiple:L().optional().describe(`Allow multiple values (for select/lookup/file/image)`),label:tm.optional().describe(`Display label override`),placeholder:tm.optional().describe(`Placeholder text`),helpText:tm.optional().describe(`Help/hint text`),readonly:L().optional().describe(`Read-only override`),immutable:L().optional().describe(`Editable on create, locked once the record exists (e.g. machine names).`),required:L().optional().describe(`Required override`),hidden:L().optional().describe(`Hidden override`),colSpan:I().int().min(1).max(4).optional().describe(`Column span in grid layout (1-4)`),widget:F().optional().describe(`Custom widget/component name (overrides type-based inference)`),language:F().optional().describe(`Code editor language (for type=code)`),fields:z(zf(()=>Zm)).optional().describe(`Sub-fields for composite/repeater/record types`),keyField:B({field:F().default(`name`).describe(`Property name that holds the key inside each item (defaults to "name")`),label:tm.optional().describe(`Display label for the key column`),placeholder:tm.optional().describe(`Placeholder when entering a new key`),helpText:tm.optional().describe(`Help text under the key input`),regex:F().optional().describe(`JS regex source string the key must match (no flags)`),immutable:L().default(!0).describe(`If true, the key is read-only after creation`)}).optional().describe(`Key column config for record-typed fields`),dependsOn:F().optional().describe(`Parent field name for cascading`),visibleOn:jp.optional().describe(`Visibility predicate (CEL).`)})),Qm=G(()=>B({name:F().optional().describe(`Stable section identifier for i18n lookup (snake_case)`),label:tm.optional(),description:F().optional().describe(`Optional description rendered under the section header.`),collapsible:L().default(!1),collapsed:L().default(!1),visibleOn:jp.optional().describe(`Visibility predicate (CEL). Hides the whole section when false.`),columns:V([U([`1`,`2`,`3`,`4`]),W(1),W(2),W(3),W(4)]).default(1).transform(e=>typeof e==`string`?parseInt(e):e),fields:z(V([F(),Zm]))})),$m=G(()=>B({type:U([`simple`,`tabbed`,`wizard`,`split`,`drawer`,`modal`]).default(`simple`),data:Em.optional().describe(`Data source configuration (defaults to "object" provider)`),sections:z(Qm).optional(),groups:z(Qm).optional(),defaultSort:z(B({field:F().describe(`Field name to sort by`),order:U([`asc`,`desc`]).default(`desc`).describe(`Sort direction`)})).optional().describe(`Default sort order for related list views within this form`),sharing:_m.optional().describe(`Public sharing configuration for this form`),submitBehavior:V([B({kind:W(`thank-you`),title:F().optional(),message:F().optional()}),B({kind:W(`redirect`),url:F(),delayMs:I().int().min(0).optional()}),B({kind:W(`continue`)}),B({kind:W(`next-record`)})]).optional().describe(`Post-submit behavior`),aria:nm.optional().describe(`ARIA accessibility attributes for the form view`)}));G(()=>B({list:Xm.optional(),form:$m.optional(),listViews:H(F(),Xm).optional().describe(`Additional named list views`),formViews:H(F(),$m).optional().describe(`Additional named form views`),protection:gm.optional().describe(`Package author protection block — lock policy for this view.`),...hm}));var eh=F().regex(/^[a-z][a-z0-9_]*(\.[a-z][a-z0-9_]*)+$/,`View item name must be a dotted snake_case qualified name, e.g. "crm_lead.pipeline".`).describe("Globally-unique view id, `<object>.<viewKey>`."),th=U([`package`,`shared`,`personal`]).describe(`View identity layer: package | shared | personal.`);U([`list`,`form`]).describe("Whether `config` is a ListView (list family) or a FormView.");function nh(){return{name:eh,object:F().describe(`Bound object name — the foreign key used to aggregate views.`),label:tm.optional().describe(`Display label (supports i18n).`),isDefault:L().optional().describe(`Whether this is the object's default view in the switcher.`),order:I().int().optional().describe(`Sort order within the object's view switcher / left rail.`),scope:th.optional().describe("Identity layer (defaults to `package` for source-loaded views)."),owner:F().optional().describe("Owner user id — set when `scope` is `personal`."),hidden:L().optional().describe(`Hidden from the switcher (per-user / per-org declutter).`),protection:gm.optional().describe(`Package author protection block — lock policy for this view.`),...hm}}G(()=>uf(`viewKind`,[B({viewKind:W(`list`),config:Xm.describe(`List-family view configuration.`),...nh()}),B({viewKind:W(`form`),config:$m.describe(`Form view configuration.`),...nh()})]));function rh(e){let{schemaId:t,...n}=e;return $m.parse({...n,data:{provider:`schema`,schemaId:t}})}var ih=U([`get`,`list`,`create`,`update`,`delete`,`upsert`,`bulk`,`aggregate`,`history`,`search`,`restore`,`purge`,`import`,`export`]),ah=B({trackHistory:L().default(!1).describe(`Enable field history tracking for audit compliance`),searchable:L().default(!0).describe(`Index records for global search`),apiEnabled:L().default(!0).describe(`Expose object via automatic APIs`),apiMethods:z(ih).optional().describe(`Whitelist of allowed API operations`),files:L().default(!1).describe(`Enable file attachments and document management`),feeds:L().default(!1).describe(`Enable social feed, comments, and mentions (Chatter-like)`),activities:L().default(!1).describe(`Enable standard tasks and events tracking`),trash:L().default(!0).describe(`Enable soft-delete with restore capability`),mru:L().default(!0).describe(`Track Most Recently Used (MRU) list for users`),clone:L().default(!0).describe(`Allow record deep cloning`)}),oh=G(()=>B({name:F().optional().describe(`Index name (auto-generated if not provided)`),fields:z(F()).describe(`Fields included in the index`),type:U([`btree`,`hash`,`gin`,`gist`,`fulltext`]).optional().default(`btree`).describe(`Index algorithm type`),unique:L().optional().default(!1).describe(`Whether the index enforces uniqueness`),partial:F().optional().describe(`Partial index condition (SQL WHERE clause for conditional indexes)`)})),sh=G(()=>B({fields:z(F()).describe(`Fields to index for full-text search weighting`),displayFields:z(F()).optional().describe(`Fields to display in search result cards`),filters:z(F()).optional().describe(`Default filters for search results`)})),ch=G(()=>B({enabled:L().describe(`Enable multi-tenancy for this object`),strategy:U([`shared`,`isolated`,`hybrid`]).describe(`Tenant isolation strategy: shared (single DB, row-level), isolated (separate DB per tenant), hybrid (mix)`),tenantField:F().default(`tenant_id`).describe(`Field name for tenant identifier`),crossTenantAccess:L().default(!1).describe(`Allow cross-tenant data access (with explicit permission)`)})),lh=G(()=>B({enabled:L().describe(`Enable soft delete (trash/recycle bin)`),field:F().default(`deleted_at`).describe(`Field name for soft delete timestamp`),cascadeDelete:L().default(!1).describe(`Cascade soft delete to related records`)})),uh=G(()=>B({enabled:L().describe(`Enable record versioning`),strategy:U([`snapshot`,`delta`,`event-sourcing`]).describe(`Versioning strategy: snapshot (full copy), delta (changes only), event-sourcing (event log)`),retentionDays:I().min(1).optional().describe(`Number of days to retain old versions (undefined = infinite)`),versionField:F().default(`version`).describe(`Field name for version number/timestamp`)})),dh=G(()=>B({enabled:L().describe(`Enable table partitioning`),strategy:U([`range`,`hash`,`list`]).describe(`Partitioning strategy: range (date ranges), hash (consistent hashing), list (predefined values)`),key:F().describe(`Field name to partition by`),interval:F().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"`})),fh=G(()=>B({enabled:L().describe(`Enable Change Data Capture`),events:z(U([`insert`,`update`,`delete`])).describe(`Event types to capture`),destination:F().describe(`Destination endpoint (e.g., "kafka://topic", "webhook://url")`)})),ph=G(()=>B({key:F().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:F().describe(`Group display label`),icon:F().optional().describe(`Icon name (Lucide/Material) for the group header`),description:F().optional().describe(`Optional description shown under the group header`),defaultExpanded:L().optional().default(!0).describe(`Whether the group is expanded by default`),visibleOn:jp.optional().describe(`Visibility predicate (CEL); group is hidden when FALSE.`)})),mh=B({remoteName:F().optional().describe(`Remote table/view name. Defaults to object.name.`),remoteSchema:F().optional().describe(`Remote schema/database qualifier.`),writable:L().default(!1).describe(`Per-object write opt-in (also requires datasource.external.allowWrites).`),columnMap:H(F(),F()).optional().describe(`Remote column name → local field name.`),introspectedAt:F().datetime().optional().describe("Set by `os datasource introspect`; informational."),ignoreColumns:z(F()).optional().describe(`Remote columns to skip during validation (dev convenience).`)}).describe(`External datasource binding (ADR-0015)`),hh=B({name:F().regex(/^[a-z_][a-z0-9_]*$/).describe(`Machine unique key (snake_case). Immutable.`),label:F().optional().describe(`Human readable singular label (e.g. "Account")`),pluralLabel:F().optional().describe(`Human readable plural label (e.g. "Accounts")`),description:F().optional().describe(`Developer documentation / description`),icon:F().optional().describe(`Icon name (Lucide/Material) for UI representation`),tags:z(F()).optional().describe(`Categorization tags (e.g. "sales", "system", "reference")`),active:L().optional().default(!0).describe(`Is the object active and usable`),isSystem:L().optional().default(!1).describe(`Is system object (protected from deletion)`),abstract:L().optional().default(!1).describe(`Is abstract base object (cannot be instantiated)`),managedBy:U([`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:B({create:L().optional().describe(`Show generic "New" button.`),import:L().optional().describe(`Show CSV import wizard entry.`),edit:L().optional().describe(`Allow inline / form edit of existing rows.`),delete:L().optional().describe(`Show row-level delete + bulk delete.`),exportCsv:L().optional().describe(`Show CSV export entry.`)}).optional().describe(`Per-object override of the resolved CRUD affordance matrix.`),systemFields:V([W(!1),B({tenant:L().optional().describe(`Inject organization_id (multi-tenant only). Default true.`),owner:L().optional().describe(`Reserved for future owner_id auto-injection.`),audit:L().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:F().optional().default(`default`).describe(`Target Datasource ID. "default" is the primary DB.`),external:mh.optional().describe(`Remote table binding for federated (external) objects.`),fields:H(F().regex(/^[a-z_][a-z0-9_]*$/,{message:`Field names must be lowercase snake_case (e.g., "first_name", "company", "annual_revenue")`}),Kp).describe(`Field definitions map. Keys must be snake_case identifiers.`),indexes:z(oh).optional().describe(`Database performance indexes`),fieldGroups:z(ph).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:ch.optional().describe(`Multi-tenancy configuration for SaaS applications`),softDelete:lh.optional().describe(`Soft delete (trash/recycle bin) configuration`),versioning:uh.optional().describe(`Record versioning and history tracking configuration`),partitioning:dh.optional().describe(`Table partitioning configuration for performance`),cdc:fh.optional().describe(`Change Data Capture (CDC) configuration for real-time data streaming`),validations:z($p).optional().describe(`Object-level validation rules`),displayNameField:F().optional().describe(`Field to use as the record display name (e.g., "name", "title"). Defaults to "name" if present.`),recordName:B({type:U([`text`,`autonumber`]).describe(`Record name type: text (user-entered) or autonumber (system-generated)`),displayFormat:F().optional().describe(`Auto-number format pattern (e.g., "CASE-{0000}", "INV-{YYYY}-{0000}")`),startNumber:I().int().min(0).optional().describe(`Starting number for autonumber (default: 1)`)}).optional().describe(`Record name generation configuration (Salesforce pattern)`),titleFormat:Mp.optional().describe(`Title template — supports {{record.field}} interpolation. Overrides displayNameField.`),compactLayout:z(F()).optional().describe(`Primary fields for hover/cards/lookups`),listViews:H(F(),Xm).optional().describe(`Built-in named list views (segmented tabs) shipped with the object schema`),defaultDetailForm:F().optional().describe(`Name of the default FormView for record detail / edit screens`),search:sh.optional().describe(`Search engine configuration`),enable:ah.optional().describe(`Enabled system features modules`),recordTypes:z(F()).optional().describe(`Record type names for this object`),sharingModel:U([`private`,`read`,`read_write`,`full`]).optional().describe(`Default sharing model`),publicSharing:B({enabled:L().default(!1).describe(`Allow records of this object to be published via share link`),allowedAudiences:z(U([`public`,`link_only`,`signed_in`,`email`])).optional().describe(`Audiences callers may select when creating a link`),allowedPermissions:z(U([`view`,`comment`,`edit`])).optional().describe(`Permission levels selectable on the share dialog`),maxExpiryDays:I().int().positive().optional().describe(`Reject links with expiry beyond this many days`),redactFields:z(F()).optional().describe(`Field names removed from records served via a share token`),eligibility:F().optional().describe(`CEL expression that must evaluate to true on the target record`)}).optional().describe(`Public share-link policy (Notion/Figma-style link sharing)`),keyPrefix:F().max(5).optional().describe(`Short prefix for record IDs (e.g., "001" for Account)`),detail:B({renderViaSchema:L().optional().describe(`Opt this object out of the schema-driven detail renderer`),hideReferenceRail:L().optional().describe(`Suppress the right-hand reference-rail on the detail page`),hideRelatedTab:L().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:z(dm).optional().describe(`Actions associated with this object (auto-populated from top-level actions via objectName)`),protection:gm.optional().describe(`Package author protection block — lock policy for this object.`),...hm});function gh(e){return e.split(`_`).map(e=>e.charAt(0).toUpperCase()+e.slice(1)).join(` `)}var _h={workflows:"`workflows` is not an ObjectSchema field. Object-level, record-triggered automation is authored as a lifecycle hook (`src/objects/<name>.hook.ts`, registered via `defineHook()`) or as a top-level `record_change` flow — not as `workflows[]` on the object schema.",workflow:"`workflow` is not an ObjectSchema field. Record-triggered automation is authored as a lifecycle hook (`src/objects/<name>.hook.ts`) or a top-level `record_change` flow.",hooks:"`hooks` is not an ObjectSchema field. Lifecycle hooks live in their own `src/objects/<name>.hook.ts` module, registered via `defineHook()`.",triggers:"`triggers` is not an ObjectSchema field. Use a lifecycle hook (`src/objects/<name>.hook.ts`) or a top-level `record_change` flow."};function vh(e,t){let n=Array.from({length:e.length+1},()=>Array(t.length+1).fill(0));for(let t=0;t<=e.length;t++)n[t][0]=t;for(let e=0;e<=t.length;e++)n[0][e]=e;for(let r=1;r<=e.length;r++)for(let i=1;i<=t.length;i++)n[r][i]=e[r-1]===t[i-1]?n[r-1][i-1]:1+Math.min(n[r-1][i],n[r][i-1],n[r-1][i-1]);return n[e.length][t.length]}function yh(e,t){let n,r=1/0;for(let i of t){let t=vh(e.toLowerCase(),i.toLowerCase());t<r&&(r=t,n=i)}return n!==void 0&&r<=Math.max(2,Math.floor(e.length/3))?n:void 0}function bh(e,t,n){let r=typeof e==`string`&&e.length>0?e:`<unnamed>`,i=t.map(e=>{let t=_h[e];if(t)return` \u2022 ${t}`;let r=yh(e,n);return r?` \u2022 \`${e}\` is not an ObjectSchema field \u2014 did you mean \`${r}\`?`:` \u2022 \`${e}\` is not an ObjectSchema field.`});return Error(`ObjectSchema.create('${r}'): unknown key(s) \u2014 ${t.join(`, `)}.
|
|
102
|
+
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 yu(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:Su(t,`input`,e.processors),output:Su(t,`output`,e.processors)}},enumerable:!1,writable:!1}),n}catch{throw Error(`Error converting schema to JSON.`)}}function bu(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 bu(r.element,n);if(r.type===`set`)return bu(r.valueType,n);if(r.type===`lazy`)return bu(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 bu(r.innerType,n);if(r.type===`intersection`)return bu(r.left,n)||bu(r.right,n);if(r.type===`record`||r.type===`map`)return bu(r.keyType,n)||bu(r.valueType,n);if(r.type===`pipe`)return e._zod.traits.has(`$ZodCodec`)?!0:bu(r.in,n)||bu(r.out,n);if(r.type===`object`){for(let e in r.shape)if(bu(r.shape[e],n))return!0;return!1}if(r.type===`union`){for(let e of r.options)if(bu(e,n))return!0;return!1}if(r.type===`tuple`){for(let e of r.items)if(bu(e,n))return!0;return!!(r.rest&&bu(r.rest,n))}return!1}var xu=(e,t={})=>n=>{let r=gu({...n,processors:t});return _u(e,r),vu(r,e),yu(r,e)},Su=(e,t,n={})=>r=>{let{libraryOptions:i,target:a}=r??{},o=gu({...i??{},target:a,io:t,processors:n});return _u(e,o),vu(o,e),yu(o,e)},Cu={guid:`uuid`,url:`uri`,datetime:`date-time`,json_string:`json-string`,regex:``},wu=(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=Cu[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}))])}},Tu=(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)},Eu=(e,t,n,r)=>{n.type=`boolean`},Du=(e,t,n,r)=>{t.target===`openapi-3.0`?(n.type=`string`,n.nullable=!0,n.enum=[null]):n.type=`null`},Ou=(e,t,n,r)=>{if(t.unrepresentable===`throw`)throw Error(`Void cannot be represented in JSON Schema`)},ku=(e,t,n,r)=>{n.not={}},Au=(e,t,n,r)=>{if(t.unrepresentable===`throw`)throw Error(`Date cannot be represented in JSON Schema`)},ju=(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},Mu=(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},Nu=(e,t,n,r)=>{if(t.unrepresentable===`throw`)throw Error(`Custom types cannot be represented in JSON Schema`)},Pu=(e,t,n,r)=>{if(t.unrepresentable===`throw`)throw Error(`Function types cannot be represented in JSON Schema`)},Fu=(e,t,n,r)=>{if(t.unrepresentable===`throw`)throw Error(`Transforms cannot be represented in JSON Schema`)},Iu=(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=_u(a.element,t,{...r,path:[...r.path,`items`]})},Lu=(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]=_u(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=_u(a.catchall,t,{...r,path:[...r.path,`additionalProperties`]})):t.io===`output`&&(i.additionalProperties=!1)},Ru=(e,t,n,r)=>{let i=e._zod.def,a=i.inclusive===!1,o=i.options.map((e,n)=>_u(e,t,{...r,path:[...r.path,a?`oneOf`:`anyOf`,n]}));a?n.oneOf=o:n.anyOf=o},zu=(e,t,n,r)=>{let i=e._zod.def,a=_u(i.left,t,{...r,path:[...r.path,`allOf`,0]}),o=_u(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]]},Bu=(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)=>_u(e,t,{...r,path:[...r.path,o,n]})),l=a.rest?_u(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)},Vu=(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=_u(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=_u(a.keyType,t,{...r,path:[...r.path,`propertyNames`]})),i.additionalProperties=_u(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)}},Hu=(e,t,n,r)=>{let i=e._zod.def,a=_u(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`}]},Uu=(e,t,n,r)=>{let i=e._zod.def;_u(i.innerType,t,r);let a=t.seen.get(e);a.ref=i.innerType},Wu=(e,t,n,r)=>{let i=e._zod.def;_u(i.innerType,t,r);let a=t.seen.get(e);a.ref=i.innerType,n.default=JSON.parse(JSON.stringify(i.defaultValue))},Gu=(e,t,n,r)=>{let i=e._zod.def;_u(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)))},Ku=(e,t,n,r)=>{let i=e._zod.def;_u(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},qu=(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;_u(o,t,r);let s=t.seen.get(e);s.ref=o},Ju=(e,t,n,r)=>{let i=e._zod.def;_u(i.innerType,t,r);let a=t.seen.get(e);a.ref=i.innerType,n.readOnly=!0},Yu=(e,t,n,r)=>{let i=e._zod.def;_u(i.innerType,t,r);let a=t.seen.get(e);a.ref=i.innerType},Xu=(e,t,n,r)=>{let i=e._zod.def;_u(i.innerType,t,r);let a=t.seen.get(e);a.ref=i.innerType},Zu=(e,t,n,r)=>{let i=e._zod.innerType;_u(i,t,r);let a=t.seen.get(e);a.ref=i},Qu=N(`ZodISODateTime`,(e,t)=>{Ys.init(e,t),wd.init(e,t)});function $u(e){return Ml(Qu,e)}var ed=N(`ZodISODate`,(e,t)=>{Xs.init(e,t),wd.init(e,t)});function td(e){return Nl(ed,e)}var nd=N(`ZodISOTime`,(e,t)=>{Zs.init(e,t),wd.init(e,t)});function rd(e){return Pl(nd,e)}var id=N(`ZodISODuration`,(e,t)=>{Qs.init(e,t),wd.init(e,t)});function ad(e){return Fl(id,e)}var od=N(`ZodError`,(e,t)=>{vo.init(e,t),e.name=`ZodError`,Object.defineProperties(e,{format:{value:t=>xo(e,t)},flatten:{value:t=>bo(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}),sd=So(od),cd=wo(od),ld=Eo(od),ud=Oo(od),dd=Ao(od),fd=jo(od),pd=Mo(od),md=No(od),hd=Po(od),gd=Fo(od),_d=Io(od),vd=Lo(od),yd=new WeakMap;function bd(e,t,n){let r=Object.getPrototypeOf(e),i=yd.get(r);if(i||(i=new Set,yd.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 xd=N(`ZodType`,(e,t)=>(Fs.init(e,t),Object.assign(e[`~standard`],{jsonSchema:{input:Su(e,`input`),output:Su(e,`output`)}}),e.toJSONSchema=xu(e,{}),e.def=t,e.type=t.type,Object.defineProperty(e,"_def",{value:t}),e.parse=(t,n)=>sd(e,t,n,{callee:e.parse}),e.safeParse=(t,n)=>ld(e,t,n),e.parseAsync=async(t,n)=>cd(e,t,n,{callee:e.parseAsync}),e.safeParseAsync=async(t,n)=>ud(e,t,n),e.spa=e.safeParseAsync,e.encode=(t,n)=>dd(e,t,n),e.decode=(t,n)=>fd(e,t,n),e.encodeAsync=async(t,n)=>pd(e,t,n),e.decodeAsync=async(t,n)=>md(e,t,n),e.safeEncode=(t,n)=>hd(e,t,n),e.safeDecode=(t,n)=>gd(e,t,n),e.safeEncodeAsync=async(t,n)=>_d(e,t,n),e.safeDecodeAsync=async(t,n)=>vd(e,t,n),bd(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(Kf(e,t))},superRefine(e,t){return this.check(qf(e,t))},overwrite(e){return this.check(au(e))},optional(){return xf(this)},exactOptional(){return Cf(this)},nullable(){return Tf(this)},nullish(){return xf(Tf(this))},nonoptional(e){return jf(this,e)},array(){return z(this)},or(e){return V([this,e])},and(e){return ff(this,e)},transform(e){return Ff(this,yf(e))},default(e){return Df(this,e)},prefault(e){return kf(this,e)},catch(e){return Nf(this,e)},pipe(e){return Ff(this,e)},readonly(){return Lf(this)},describe(e){let t=this.clone();return cl.add(t,{description:e}),t},meta(...e){if(e.length===0)return cl.get(this);let t=this.clone();return cl.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 cl.get(e)?.description},configurable:!0}),e)),Sd=N(`_ZodString`,(e,t)=>{Is.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>wu(e,t,n,r);let n=e._zod.bag;e.format=n.format??null,e.minLength=n.minimum??null,e.maxLength=n.maximum??null,bd(e,`_ZodString`,{regex(...e){return this.check($l(...e))},includes(...e){return this.check(nu(...e))},startsWith(...e){return this.check(ru(...e))},endsWith(...e){return this.check(iu(...e))},min(...e){return this.check(Zl(...e))},max(...e){return this.check(Xl(...e))},length(...e){return this.check(Ql(...e))},nonempty(...e){return this.check(Zl(1,...e))},lowercase(e){return this.check(eu(e))},uppercase(e){return this.check(tu(e))},trim(){return this.check(su())},normalize(...e){return this.check(ou(...e))},toLowerCase(){return this.check(cu())},toUpperCase(){return this.check(lu())},slugify(){return this.check(uu())}})}),Cd=N(`ZodString`,(e,t)=>{Is.init(e,t),Sd.init(e,t),e.email=t=>e.check(ul(Td,t)),e.url=t=>e.check(gl(Od,t)),e.jwt=t=>e.check(jl(Ud,t)),e.emoji=t=>e.check(_l(kd,t)),e.guid=t=>e.check(dl(Ed,t)),e.uuid=t=>e.check(fl(Dd,t)),e.uuidv4=t=>e.check(pl(Dd,t)),e.uuidv6=t=>e.check(ml(Dd,t)),e.uuidv7=t=>e.check(hl(Dd,t)),e.nanoid=t=>e.check(vl(Ad,t)),e.guid=t=>e.check(dl(Ed,t)),e.cuid=t=>e.check(yl(jd,t)),e.cuid2=t=>e.check(bl(Md,t)),e.ulid=t=>e.check(xl(Nd,t)),e.base64=t=>e.check(Ol(Bd,t)),e.base64url=t=>e.check(kl(Vd,t)),e.xid=t=>e.check(Sl(Pd,t)),e.ksuid=t=>e.check(Cl(Fd,t)),e.ipv4=t=>e.check(wl(Id,t)),e.ipv6=t=>e.check(Tl(Ld,t)),e.cidrv4=t=>e.check(El(Rd,t)),e.cidrv6=t=>e.check(Dl(zd,t)),e.e164=t=>e.check(Al(Hd,t)),e.datetime=t=>e.check($u(t)),e.date=t=>e.check(td(t)),e.time=t=>e.check(rd(t)),e.duration=t=>e.check(ad(t))});function F(e){return ll(Cd,e)}var wd=N(`ZodStringFormat`,(e,t)=>{Ls.init(e,t),Sd.init(e,t)}),Td=N(`ZodEmail`,(e,t)=>{Bs.init(e,t),wd.init(e,t)}),Ed=N(`ZodGUID`,(e,t)=>{Rs.init(e,t),wd.init(e,t)}),Dd=N(`ZodUUID`,(e,t)=>{zs.init(e,t),wd.init(e,t)}),Od=N(`ZodURL`,(e,t)=>{Vs.init(e,t),wd.init(e,t)}),kd=N(`ZodEmoji`,(e,t)=>{Hs.init(e,t),wd.init(e,t)}),Ad=N(`ZodNanoID`,(e,t)=>{Us.init(e,t),wd.init(e,t)}),jd=N(`ZodCUID`,(e,t)=>{Ws.init(e,t),wd.init(e,t)}),Md=N(`ZodCUID2`,(e,t)=>{Gs.init(e,t),wd.init(e,t)}),Nd=N(`ZodULID`,(e,t)=>{Ks.init(e,t),wd.init(e,t)}),Pd=N(`ZodXID`,(e,t)=>{qs.init(e,t),wd.init(e,t)}),Fd=N(`ZodKSUID`,(e,t)=>{Js.init(e,t),wd.init(e,t)}),Id=N(`ZodIPv4`,(e,t)=>{$s.init(e,t),wd.init(e,t)}),Ld=N(`ZodIPv6`,(e,t)=>{ec.init(e,t),wd.init(e,t)}),Rd=N(`ZodCIDRv4`,(e,t)=>{tc.init(e,t),wd.init(e,t)}),zd=N(`ZodCIDRv6`,(e,t)=>{nc.init(e,t),wd.init(e,t)}),Bd=N(`ZodBase64`,(e,t)=>{ic.init(e,t),wd.init(e,t)}),Vd=N(`ZodBase64URL`,(e,t)=>{oc.init(e,t),wd.init(e,t)}),Hd=N(`ZodE164`,(e,t)=>{sc.init(e,t),wd.init(e,t)}),Ud=N(`ZodJWT`,(e,t)=>{lc.init(e,t),wd.init(e,t)}),Wd=N(`ZodNumber`,(e,t)=>{uc.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Tu(e,t,n,r),bd(e,`ZodNumber`,{gt(e,t){return this.check(ql(e,t))},gte(e,t){return this.check(Jl(e,t))},min(e,t){return this.check(Jl(e,t))},lt(e,t){return this.check(Gl(e,t))},lte(e,t){return this.check(Kl(e,t))},max(e,t){return this.check(Kl(e,t))},int(e){return this.check(Kd(e))},safe(e){return this.check(Kd(e))},positive(e){return this.check(ql(0,e))},nonnegative(e){return this.check(Jl(0,e))},negative(e){return this.check(Gl(0,e))},nonpositive(e){return this.check(Kl(0,e))},multipleOf(e,t){return this.check(Yl(e,t))},step(e,t){return this.check(Yl(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 I(e){return Il(Wd,e)}var Gd=N(`ZodNumberFormat`,(e,t)=>{dc.init(e,t),Wd.init(e,t)});function Kd(e){return Ll(Gd,e)}var qd=N(`ZodBoolean`,(e,t)=>{fc.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Eu(e,t,n,r)});function L(e){return Rl(qd,e)}var Jd=N(`ZodNull`,(e,t)=>{pc.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Du(e,t,n,r)});function Yd(e){return zl(Jd,e)}var Xd=N(`ZodAny`,(e,t)=>{mc.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(e,t,n)=>void 0});function Zd(){return Bl(Xd)}var Qd=N(`ZodUnknown`,(e,t)=>{hc.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(e,t,n)=>void 0});function R(){return Vl(Qd)}var $d=N(`ZodNever`,(e,t)=>{gc.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>ku(e,t,n,r)});function ef(e){return Hl($d,e)}var tf=N(`ZodVoid`,(e,t)=>{_c.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Ou(e,t,n,r)});function nf(e){return Ul(tf,e)}var rf=N(`ZodDate`,(e,t)=>{vc.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Au(e,t,n,r),e.min=(t,n)=>e.check(Jl(t,n)),e.max=(t,n)=>e.check(Kl(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 af(e){return Wl(rf,e)}var of=N(`ZodArray`,(e,t)=>{bc.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Iu(e,t,n,r),e.element=t.element,bd(e,`ZodArray`,{min(e,t){return this.check(Zl(e,t))},nonempty(e){return this.check(Zl(1,e))},max(e,t){return this.check(Xl(e,t))},length(e,t){return this.check(Ql(e,t))},unwrap(){return this.element}})});function z(e,t){return du(of,e,t)}var sf=N(`ZodObject`,(e,t)=>{Tc.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Lu(e,t,n,r),Va(e,`shape`,()=>t.shape),bd(e,`ZodObject`,{keyof(){return U(Object.keys(this._zod.def.shape))},catchall(e){return this.clone({...this._zod.def,catchall:e})},passthrough(){return this.clone({...this._zod.def,catchall:R()})},loose(){return this.clone({...this._zod.def,catchall:R()})},strict(){return this.clone({...this._zod.def,catchall:ef()})},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(bf,this,e[0])},required(...e){return co(Af,this,e[0])}})});function B(e,t){return new sf({type:`object`,shape:e??{},...P(t)})}var cf=N(`ZodUnion`,(e,t)=>{Dc.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Ru(e,t,n,r),e.options=t.options});function V(e,t){return new cf({type:`union`,options:e,...P(t)})}var lf=N(`ZodDiscriminatedUnion`,(e,t)=>{cf.init(e,t),Oc.init(e,t)});function uf(e,t,n){return new lf({type:`union`,options:t,discriminator:e,...P(n)})}var df=N(`ZodIntersection`,(e,t)=>{kc.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>zu(e,t,n,r)});function ff(e,t){return new df({type:`intersection`,left:e,right:t})}var pf=N(`ZodTuple`,(e,t)=>{Mc.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Bu(e,t,n,r),e.rest=t=>e.clone({...e._zod.def,rest:t})});function mf(e,t,n){let r=t instanceof Fs;return new pf({type:`tuple`,items:e,rest:r?t:null,...P(r?n:t)})}var hf=N(`ZodRecord`,(e,t)=>{Ic.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Vu(e,t,n,r),e.keyType=t.keyType,e.valueType=t.valueType});function H(e,t,n){return!t||!t._zod?new hf({type:`record`,keyType:F(),valueType:e,...P(t)}):new hf({type:`record`,keyType:e,valueType:t,...P(n)})}var gf=N(`ZodEnum`,(e,t)=>{Lc.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>ju(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 gf({...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 gf({...t,checks:[],...P(r),entries:i})}});function U(e,t){return new gf({type:`enum`,entries:Array.isArray(e)?Object.fromEntries(e.map(e=>[e,e])):e,...P(t)})}var _f=N(`ZodLiteral`,(e,t)=>{Rc.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Mu(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 W(e,t){return new _f({type:`literal`,values:Array.isArray(e)?e:[e],...P(t)})}var vf=N(`ZodTransform`,(e,t)=>{zc.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Fu(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 yf(e){return new vf({type:`transform`,transform:e})}var bf=N(`ZodOptional`,(e,t)=>{Vc.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Xu(e,t,n,r),e.unwrap=()=>e._zod.def.innerType});function xf(e){return new bf({type:`optional`,innerType:e})}var Sf=N(`ZodExactOptional`,(e,t)=>{Hc.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Xu(e,t,n,r),e.unwrap=()=>e._zod.def.innerType});function Cf(e){return new Sf({type:`optional`,innerType:e})}var wf=N(`ZodNullable`,(e,t)=>{Uc.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Hu(e,t,n,r),e.unwrap=()=>e._zod.def.innerType});function Tf(e){return new wf({type:`nullable`,innerType:e})}var Ef=N(`ZodDefault`,(e,t)=>{Wc.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Wu(e,t,n,r),e.unwrap=()=>e._zod.def.innerType,e.removeDefault=e.unwrap});function Df(e,t){return new Ef({type:`default`,innerType:e,get defaultValue(){return typeof t==`function`?t():Xa(t)}})}var Of=N(`ZodPrefault`,(e,t)=>{Kc.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Gu(e,t,n,r),e.unwrap=()=>e._zod.def.innerType});function kf(e,t){return new Of({type:`prefault`,innerType:e,get defaultValue(){return typeof t==`function`?t():Xa(t)}})}var Af=N(`ZodNonOptional`,(e,t)=>{qc.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Uu(e,t,n,r),e.unwrap=()=>e._zod.def.innerType});function jf(e,t){return new Af({type:`nonoptional`,innerType:e,...P(t)})}var Mf=N(`ZodCatch`,(e,t)=>{Yc.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Ku(e,t,n,r),e.unwrap=()=>e._zod.def.innerType,e.removeCatch=e.unwrap});function Nf(e,t){return new Mf({type:`catch`,innerType:e,catchValue:typeof t==`function`?t:()=>t})}var Pf=N(`ZodPipe`,(e,t)=>{Xc.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>qu(e,t,n,r),e.in=t.in,e.out=t.out});function Ff(e,t){return new Pf({type:`pipe`,in:e,out:t})}var If=N(`ZodReadonly`,(e,t)=>{Qc.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Ju(e,t,n,r),e.unwrap=()=>e._zod.def.innerType});function Lf(e){return new If({type:`readonly`,innerType:e})}var Rf=N(`ZodLazy`,(e,t)=>{nl.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Zu(e,t,n,r),e.unwrap=()=>e._zod.def.getter()});function zf(e){return new Rf({type:`lazy`,getter:e})}var Bf=N(`ZodPromise`,(e,t)=>{tl.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Yu(e,t,n,r),e.unwrap=()=>e._zod.def.innerType});function Vf(e){return new Bf({type:`promise`,innerType:e})}var Hf=N(`ZodFunction`,(e,t)=>{el.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Pu(e,t,n,r)});function Uf(e){return new Hf({type:`function`,input:Array.isArray(e?.input)?mf(e?.input):e?.input??z(R()),output:e?.output??R()})}var Wf=N(`ZodCustom`,(e,t)=>{rl.init(e,t),xd.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Nu(e,t,n,r)});function Gf(e,t){return fu(Wf,e??(()=>!0),t)}function Kf(e,t={}){return pu(Wf,e,t)}function qf(e,t){return mu(e,t)}var Jf=c(_(),1);function G(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 Yf=G(()=>B({$field:F().describe(`Field Reference/Column Name`)}));G(()=>B({$eq:Zd().optional(),$ne:Zd().optional()})),G(()=>B({$gt:V([I(),af(),Yf]).optional(),$gte:V([I(),af(),Yf]).optional(),$lt:V([I(),af(),Yf]).optional(),$lte:V([I(),af(),Yf]).optional()})),G(()=>B({$in:z(Zd()).optional(),$nin:z(Zd()).optional()})),G(()=>B({$between:mf([V([I(),af(),Yf]),V([I(),af(),Yf])]).optional()})),G(()=>B({$contains:F().optional(),$notContains:F().optional(),$startsWith:F().optional(),$endsWith:F().optional()})),G(()=>B({$null:L().optional(),$exists:L().optional()}));var Xf=G(()=>B({$eq:Zd().optional(),$ne:Zd().optional(),$gt:V([I(),af(),Yf]).optional(),$gte:V([I(),af(),Yf]).optional(),$lt:V([I(),af(),Yf]).optional(),$lte:V([I(),af(),Yf]).optional(),$in:z(Zd()).optional(),$nin:z(Zd()).optional(),$between:mf([V([I(),af(),Yf]),V([I(),af(),Yf])]).optional(),$contains:F().optional(),$notContains:F().optional(),$startsWith:F().optional(),$endsWith:F().optional(),$null:L().optional(),$exists:L().optional()})),Zf=zf(()=>H(F(),R()).and(B({$and:z(Zf).optional(),$or:z(Zf).optional(),$not:Zf.optional()})));G(()=>B({where:Zf.optional()}));var Qf=zf(()=>B({$and:z(V([H(F(),Xf),Qf])).optional(),$or:z(V([H(F(),Xf),Qf])).optional(),$not:V([H(F(),Xf),Qf]).optional()})),$f=new Set([`=`,`==`,`!=`,`<>`,`>`,`>=`,`<`,`<=`,`in`,`nin`,`not_in`,`contains`,`notcontains`,`not_contains`,`like`,`startswith`,`starts_with`,`endswith`,`ends_with`,`between`,`is_null`,`is_not_null`]);function ep(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=>ep(e));if(e.length>=2&&typeof e[1]==`string`)return $f.has(e[1].toLowerCase())}return e.every(e=>ep(e))?e.length>0:!1}var tp=[`$eq`,`$ne`,`$gt`,`$gte`,`$lt`,`$lte`,`$in`,`$nin`,`$between`,`$contains`,`$notContains`,`$startsWith`,`$endsWith`,`$null`,`$exists`],np=[`$and`,`$or`,`$not`];[...tp,...np];var rp=G(()=>B({field:F(),order:U([`asc`,`desc`]).default(`asc`)})),ip=U([`count`,`sum`,`avg`,`min`,`max`,`count_distinct`,`array_agg`,`string_agg`]),ap=U([`day`,`week`,`month`,`quarter`,`year`]),op=G(()=>V([F(),B({field:F().describe(`Field to group by`),dateGranularity:ap.optional().describe(`Bucket date values into uniform periods (day/week/month/quarter/year)`),alias:F().optional().describe(`Alias for the projected group value`)})])),sp=G(()=>B({function:ip.describe(`Aggregation function`),field:F().optional().describe(`Field to aggregate (optional for COUNT(*))`),alias:F().describe(`Result column alias`),distinct:L().optional().describe(`Apply DISTINCT before aggregation`),filter:Zf.optional().describe(`Filter/Condition to apply to the aggregation (FILTER WHERE clause)`)})),cp=U([`inner`,`left`,`right`,`full`]),lp=U([`auto`,`database`,`hash`,`loop`]),up=zf(()=>B({type:cp.describe(`Join type`),strategy:lp.optional().describe(`Execution strategy hint`),object:F().describe(`Object/table to join`),alias:F().optional().describe(`Table alias`),on:Zf.describe(`Join condition`),subquery:zf(()=>_p).optional().describe(`Subquery instead of object`)})),dp=U([`row_number`,`rank`,`dense_rank`,`percent_rank`,`lag`,`lead`,`first_value`,`last_value`,`sum`,`avg`,`count`,`min`,`max`]),fp=G(()=>B({partitionBy:z(F()).optional().describe(`PARTITION BY fields`),orderBy:z(rp).optional().describe(`ORDER BY specification`),frame:B({type:U([`rows`,`range`]).optional(),start:F().optional().describe(`Frame start (e.g., "UNBOUNDED PRECEDING", "1 PRECEDING")`),end:F().optional().describe(`Frame end (e.g., "CURRENT ROW", "1 FOLLOWING")`)}).optional().describe(`Window frame specification`)})),pp=G(()=>B({function:dp.describe(`Window function name`),field:F().optional().describe(`Field to operate on (for aggregate window functions)`),alias:F().describe(`Result column alias`),over:fp.describe(`Window specification (OVER clause)`)})),mp=zf(()=>V([F(),B({field:F(),fields:z(mp).optional(),alias:F().optional()})])),hp=G(()=>B({query:F().describe(`Search query text`),fields:z(F()).optional().describe(`Fields to search in (if not specified, searches all text fields)`),fuzzy:L().optional().default(!1).describe(`Enable fuzzy matching (tolerates typos)`),operator:U([`and`,`or`]).optional().default(`or`).describe(`Logical operator between terms`),boost:H(F(),I()).optional().describe(`Field-specific relevance boosting (field name -> boost factor)`),minScore:I().optional().describe(`Minimum relevance score threshold`),language:F().optional().describe(`Language for text analysis (e.g., "en", "zh", "es")`),highlight:L().optional().default(!1).describe(`Enable search result highlighting`)})),gp=B({object:F().describe(`Object name (e.g. account)`),fields:z(mp).optional().describe(`Fields to retrieve`),where:Zf.optional().describe(`Filtering criteria (WHERE)`),search:hp.optional().describe(`Full-text search configuration ($search parameter)`),orderBy:z(rp).optional().describe(`Sorting instructions (ORDER BY)`),limit:I().optional().describe(`Max records to return (LIMIT)`),offset:I().optional().describe(`Records to skip (OFFSET)`),top:I().optional().describe(`Alias for limit (OData compatibility)`),cursor:H(F(),R()).optional().describe(`Cursor for keyset pagination`),joins:z(up).optional().describe(`Explicit Table Joins`),aggregations:z(sp).optional().describe(`Aggregation functions`),groupBy:z(op).optional().describe("GROUP BY targets (strings or `{field, dateGranularity?}` objects for date bucketing)"),having:Zf.optional().describe(`HAVING clause for aggregation filtering`),windowFunctions:z(pp).optional().describe(`Window functions with OVER clause`),distinct:L().optional().describe(`SELECT DISTINCT flag`)}),_p=G(()=>gp.extend({expand:zf(()=>H(F(),_p)).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.`)})),vp=[`today`,`yesterday`,`tomorrow`,`now`],yp=[`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`],bp=[`week_start`,`week_end`,`month_start`,`month_end`,`quarter_start`,`quarter_end`,`year_start`,`year_end`],xp=[...vp,...yp,...bp],Sp=/^(\d+)_(minutes?|hours?|days?|weeks?|months?|years?)_(ago|from_now)$/,Cp=[`minute`,`hour`,`day`,`week`,`month`,`year`];function wp(e){return xp.includes(e)||Sp.test(e)}F().refine(wp,{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: `+Cp.join(`, `)});var Tp=/^\$?\{([a-zA-Z0-9_]+)\}$/;F().refine(e=>{let t=e.match(Tp);return!!t&&wp(t[1])},{message:`Not a recognised {date-macro} placeholder`});var Ep=G(()=>F().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)`)),Dp=G(()=>F().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)`));G(()=>F().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 Op=U([`cel`,`js`,`cron`,`template`]),kp=B({rationale:F().optional(),generatedBy:F().optional()}),Ap=B({dialect:Op,source:F().min(1).optional(),ast:R().optional(),meta:kp.optional()}).refine(e=>e.source!==void 0||e.ast!==void 0,{message:"Expression requires at least one of `source` or `ast`"}),jp=V([F().min(1).transform(e=>({dialect:`cel`,source:e})),Ap]);V([F().min(1).transform(e=>({dialect:`cron`,source:e})),Ap]);var Mp=V([F().min(1).transform(e=>({dialect:`template`,source:e})),Ap]),Np=G(()=>U([`aes-256-gcm`,`aes-256-cbc`,`chacha20-poly1305`]).describe(`Supported encryption algorithm`)),Pp=G(()=>U([`local`,`aws-kms`,`azure-key-vault`,`gcp-kms`,`hashicorp-vault`]).describe(`Key management service provider`)),Fp=G(()=>B({enabled:L().default(!1).describe(`Enable automatic key rotation`),frequencyDays:I().min(1).default(90).describe(`Rotation frequency in days`),retainOldVersions:I().default(3).describe(`Number of old key versions to retain`),autoRotate:L().default(!0).describe(`Automatically rotate without manual approval`)}).describe(`Policy for automatic encryption key rotation`)),Ip=G(()=>B({enabled:L().default(!1).describe(`Enable field-level encryption`),algorithm:Np.default(`aes-256-gcm`).describe(`Encryption algorithm`),keyManagement:B({provider:Pp.describe(`Key management service provider`),keyId:F().optional().describe(`Key identifier in the provider`),rotationPolicy:Fp.optional().describe(`Key rotation policy`)}).describe(`Key management configuration`),scope:U([`field`,`record`,`table`,`database`]).describe(`Encryption scope level`),deterministicEncryption:L().default(!1).describe(`Allows equality queries on encrypted data`),searchableEncryption:L().default(!1).describe(`Allows search on encrypted data`)}).describe(`Field-level encryption configuration`));G(()=>B({fieldName:F().describe(`Name of the field to encrypt`),encryptionConfig:Ip.describe(`Encryption settings for this field`),indexable:L().default(!1).describe(`Allow indexing on encrypted field`)}).describe(`Per-field encryption assignment`));var Lp=G(()=>U([`redact`,`partial`,`hash`,`tokenize`,`randomize`,`nullify`,`substitute`]).describe(`Data masking strategy for PII protection`)),Rp=G(()=>B({field:F().describe(`Field name to apply masking to`),strategy:Lp.describe(`Masking strategy to use`),pattern:F().optional().describe(`Regex pattern for partial masking`),preserveFormat:L().default(!0).describe(`Keep the original data format after masking`),preserveLength:L().default(!0).describe(`Keep the original data length after masking`),roles:z(F()).optional().describe(`Roles that see masked data`),exemptRoles:z(F()).optional().describe(`Roles that see unmasked data`)}).describe(`Masking rule for a single field`));G(()=>B({enabled:L().default(!1).describe(`Enable data masking`),rules:z(Rp).describe(`List of field-level masking rules`),auditUnmasking:L().default(!0).describe(`Log when masked data is accessed unmasked`)}).describe(`Top-level data masking configuration for PII protection`));var zp=U(`text.textarea.email.url.phone.password.secret.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.composite.repeater.record.location.address.code.json.color.rating.slider.signature.qrcode.progress.tags.vector`.split(`.`)),Bp=G(()=>B({label:F().describe(`Display label (human-readable, any case allowed)`),value:Ep.describe(`Stored value (lowercase machine identifier)`),color:F().optional().describe(`Color code for badges/charts`),default:L().optional().describe(`Is default option`)}));G(()=>B({latitude:I().min(-90).max(90).describe(`Latitude coordinate`),longitude:I().min(-180).max(180).describe(`Longitude coordinate`),altitude:I().optional().describe(`Altitude in meters`),accuracy:I().optional().describe(`Accuracy in meters`)}));var Vp=G(()=>B({precision:I().int().min(0).max(10).default(2).describe(`Decimal precision (default: 2)`),currencyMode:U([`dynamic`,`fixed`]).default(`dynamic`).describe(`Currency mode: dynamic (user selectable) or fixed (single currency)`),defaultCurrency:F().length(3).default(`CNY`).describe(`Default or fixed currency code (ISO 4217, e.g., USD, CNY, EUR)`)}));G(()=>B({value:I().describe(`Monetary amount`),currency:F().length(3).describe(`Currency code (ISO 4217)`)})),G(()=>B({street:F().optional().describe(`Street address`),city:F().optional().describe(`City name`),state:F().optional().describe(`State/Province`),postalCode:F().optional().describe(`Postal/ZIP code`),country:F().optional().describe(`Country name or code`),countryCode:F().optional().describe(`ISO country code (e.g., US, GB)`),formatted:F().optional().describe(`Formatted address string`)}));var Hp=G(()=>B({dimensions:I().int().min(1).max(1e4).describe(`Vector dimensionality (e.g., 1536 for OpenAI embeddings)`),distanceMetric:U([`cosine`,`euclidean`,`dotProduct`,`manhattan`]).default(`cosine`).describe(`Distance/similarity metric for vector search`),normalized:L().default(!1).describe(`Whether vectors are normalized (unit length)`),indexed:L().default(!0).describe(`Whether to create a vector index for fast similarity search`),indexType:U([`hnsw`,`ivfflat`,`flat`]).optional().describe(`Vector index algorithm (HNSW for high accuracy, IVFFlat for large datasets)`)})),Up=G(()=>B({minSize:I().min(0).optional().describe(`Minimum file size in bytes`),maxSize:I().min(1).optional().describe(`Maximum file size in bytes (e.g., 10485760 = 10MB)`),allowedTypes:z(F()).optional().describe(`Allowed file extensions (e.g., [".pdf", ".docx", ".jpg"])`),blockedTypes:z(F()).optional().describe(`Blocked file extensions (e.g., [".exe", ".bat", ".sh"])`),allowedMimeTypes:z(F()).optional().describe(`Allowed MIME types (e.g., ["image/jpeg", "application/pdf"])`),blockedMimeTypes:z(F()).optional().describe(`Blocked MIME types`),virusScan:L().default(!1).describe(`Enable virus scanning for uploaded files`),virusScanProvider:U([`clamav`,`virustotal`,`metadefender`,`custom`]).optional().describe(`Virus scanning service provider`),virusScanOnUpload:L().default(!0).describe(`Scan files immediately on upload`),quarantineOnThreat:L().default(!0).describe(`Quarantine files if threat detected`),storageProvider:F().optional().describe(`Object storage provider name (references ObjectStorageConfig)`),storageBucket:F().optional().describe(`Target bucket name`),storagePrefix:F().optional().describe(`Storage path prefix (e.g., "uploads/documents/")`),imageValidation:B({minWidth:I().min(1).optional().describe(`Minimum image width in pixels`),maxWidth:I().min(1).optional().describe(`Maximum image width in pixels`),minHeight:I().min(1).optional().describe(`Minimum image height in pixels`),maxHeight:I().min(1).optional().describe(`Maximum image height in pixels`),aspectRatio:F().optional().describe(`Required aspect ratio (e.g., "16:9", "1:1")`),generateThumbnails:L().default(!1).describe(`Auto-generate thumbnails`),thumbnailSizes:z(B({name:F().describe(`Thumbnail variant name (e.g., "small", "medium", "large")`),width:I().min(1).describe(`Thumbnail width in pixels`),height:I().min(1).describe(`Thumbnail height in pixels`),crop:L().default(!1).describe(`Crop to exact dimensions`)})).optional().describe(`Thumbnail size configurations`),preserveMetadata:L().default(!1).describe(`Preserve EXIF metadata`),autoRotate:L().default(!0).describe(`Auto-rotate based on EXIF orientation`)}).optional().describe(`Image-specific validation rules`),allowMultiple:L().default(!1).describe(`Allow multiple file uploads (overrides field.multiple)`),allowReplace:L().default(!0).describe(`Allow replacing existing files`),allowDelete:L().default(!0).describe(`Allow deleting uploaded files`),requireUpload:L().default(!1).describe(`Require at least one file when field is required`),extractMetadata:L().default(!0).describe(`Extract file metadata (name, size, type, etc.)`),extractText:L().default(!1).describe(`Extract text content from documents (OCR/parsing)`),versioningEnabled:L().default(!1).describe(`Keep previous versions of replaced files`),maxVersions:I().min(1).optional().describe(`Maximum number of versions to retain`),publicRead:L().default(!1).describe(`Allow public read access to uploaded files`),presignedUrlExpiry:I().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`})),Wp=G(()=>B({uniqueness:L().default(!1).describe(`Enforce unique values across all records`),completeness:I().min(0).max(1).default(0).describe(`Minimum ratio of non-null values (0-1, default: 0 = no requirement)`),accuracy:B({source:F().describe(`Reference data source for validation (e.g., "api.verify.com", "master_data")`),threshold:I().min(0).max(1).describe(`Minimum accuracy threshold (0-1, e.g., 0.95 = 95% match required)`)}).optional().describe(`Accuracy validation configuration`)})),Gp=G(()=>B({enabled:L().describe(`Enable caching for computed field results`),ttl:I().min(0).describe(`Cache TTL in seconds (0 = no expiration)`),invalidateOn:z(F()).describe(`Field paths that invalidate cache (e.g., ["inventory.quantity", "pricing.base_price"])`)})),Kp=G(()=>B({name:F().regex(/^[a-z_][a-z0-9_]*$/).describe(`Machine name (snake_case)`).optional(),label:F().optional().describe(`Human readable label`),type:zp.describe(`Field Data Type`),description:F().optional().describe(`Tooltip/Help text`),format:F().optional().describe(`Format string (e.g. email, phone)`),columnName:F().optional().describe(`Physical column name in the target datasource. Defaults to the field key when not set.`),required:L().default(!1).describe(`Is required`),searchable:L().default(!1).describe(`Is searchable`),multiple:L().default(!1).describe(`Allow multiple values (Stores as Array/JSON). Applicable for select, lookup, file, image.`),unique:L().default(!1).describe(`Is unique constraint`),defaultValue:R().optional().describe(`Default value`),maxLength:I().optional().describe(`Max character length`),minLength:I().optional().describe(`Min character length`),precision:I().optional().describe(`Total digits`),scale:I().optional().describe(`Decimal places`),min:I().optional().describe(`Minimum value`),max:I().optional().describe(`Maximum value`),options:z(Bp).optional().describe(`Static options for select/multiselect`),reference:F().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:z(F()).optional().describe(`Filters applied to lookup dialogs (e.g. "active = true")`),writeRequiresMasterRead:L().optional().describe(`If true, user needs read access to master record to edit this field`),deleteBehavior:U([`set_null`,`cascade`,`restrict`]).optional().default(`set_null`).describe(`What happens if referenced record is deleted`),inlineEdit:V([L(),U([`grid`,`form`])]).optional().describe(`Edit these child records inline within the parent's form (atomic master-detail). true = auto-pick grid/form by child shape; 'grid' = editable line-item grid; 'form' = list + per-row full form.`),inlineTitle:F().optional().describe(`Title for the inline master-detail grid`),inlineColumns:z(Zd()).optional().describe(`Explicit columns for the inline grid (derived from the child object when omitted)`),inlineAmountField:F().optional().describe(`Numeric child field summed for the inline grid total`),relatedList:L().optional().describe(`Show this child collection as a related list on the parent's detail page (read-side mirror of inlineEdit). Defaults to shown for master_detail/lookup; set false to suppress.`),relatedListTitle:F().optional().describe(`Title for the detail-page related list`),relatedListColumns:z(Zd()).optional().describe(`Explicit columns for the detail-page related list (derived from the child object when omitted)`),expression:jp.optional().describe("Formula expression (CEL). e.g. F`record.amount * 0.1`"),summaryOperations:B({object:F().describe(`Source child object name for roll-up`),field:F().describe(`Field on child object to aggregate (ignored for count)`),function:U([`count`,`sum`,`min`,`max`,`avg`]).describe(`Aggregation function to apply`),relationshipField:F().optional().describe(`FK field on the child pointing back to this parent. Auto-detected from the child's lookup/master_detail field referencing this object when omitted; set explicitly only when the child has more than one such reference.`)}).optional().describe(`Roll-up summary definition. The engine recomputes the value when child records are inserted/updated/deleted.`),language:F().optional().describe(`Programming language for syntax highlighting (e.g., javascript, python, sql)`),theme:F().optional().describe(`Code editor theme (e.g., dark, light, monokai)`),lineNumbers:L().optional().describe(`Show line numbers in code editor`),maxRating:I().optional().describe(`Maximum rating value (default: 5)`),allowHalf:L().optional().describe(`Allow half-star ratings`),displayMap:L().optional().describe(`Display map widget for location field`),allowGeocoding:L().optional().describe(`Allow address-to-coordinate conversion`),addressFormat:U([`us`,`uk`,`international`]).optional().describe(`Address format template`),colorFormat:U([`hex`,`rgb`,`rgba`,`hsl`]).optional().describe(`Color value format`),allowAlpha:L().optional().describe(`Allow transparency/alpha channel`),presetColors:z(F()).optional().describe(`Preset color options`),step:I().optional().describe(`Step increment for slider (default: 1)`),showValue:L().optional().describe(`Display current value on slider`),marks:H(F(),F()).optional().describe(`Custom marks/labels at specific values (e.g., {0: "Low", 50: "Medium", 100: "High"})`),barcodeFormat:U([`qr`,`ean13`,`ean8`,`code128`,`code39`,`upca`,`upce`]).optional().describe(`Barcode format type`),qrErrorCorrection:U([`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:L().optional().describe(`Display human-readable value below barcode/QR code`),allowScanning:L().optional().describe(`Enable camera scanning for barcode/QR code input`),currencyConfig:Vp.optional().describe(`Configuration for currency field type`),vectorConfig:Hp.optional().describe(`Configuration for vector field type (AI/ML embeddings)`),fileAttachmentConfig:Up.optional().describe(`Configuration for file and attachment field types`),encryptionConfig:Ip.optional().describe(`Field-level encryption configuration for sensitive data (GDPR/HIPAA/PCI-DSS)`),maskingRule:Rp.optional().describe(`Data masking rules for PII protection`),auditTrail:L().default(!1).describe(`Enable detailed audit trail for this field (tracks all changes with user and timestamp)`),dependencies:z(F()).optional().describe(`Array of field names that this field depends on (for formulas, visibility rules, etc.)`),cached:Gp.optional().describe(`Caching configuration for computed/formula fields`),dataQuality:Wp.optional().describe(`Data quality validation and monitoring rules`),group:F().optional().describe(`Field group name for organizing fields in forms and layouts (e.g., "contact_info", "billing", "system")`),visibleWhen:jp.optional().describe("Predicate (CEL) — field is shown only when TRUE (else hidden). e.g. P`record.type == 'invoice'`"),readonlyWhen:jp.optional().describe("Predicate (CEL) — field is read-only when TRUE. e.g. P`record.status == 'paid'`"),requiredWhen:jp.optional().describe("Predicate (CEL) — field is required when TRUE. Canonical name for `conditionalRequired`."),conditionalRequired:jp.optional().describe("Predicate (CEL) — field is required when TRUE. Alias of `requiredWhen`."),hidden:L().default(!1).describe(`Hidden from default UI`),readonly:L().default(!1).describe(`Read-only in UI`),system:L().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:L().optional().default(!0).describe(`Whether field is sortable in list views`),inlineHelpText:F().optional().describe(`Help text displayed below the field in forms`),trackFeedHistory:L().optional().describe(`Track field changes in Chatter/activity feed (Salesforce pattern)`),caseSensitive:L().optional().describe(`Whether text comparisons are case-sensitive`),autonumberFormat:F().optional().describe(`Auto-number display format pattern (e.g., "CASE-{0000}")`),index:L().default(!1).describe(`Create standard database index`),externalId:L().default(!1).describe(`Is external ID for upsert operations`)})),qp=B({name:F().regex(/^[a-z_][a-z0-9_]*$/).describe(`Unique rule name (snake_case)`),label:F().optional().describe(`Human-readable label for the rule listing`),description:F().optional().describe(`Administrative notes explaining the business reason`),active:L().default(!0),events:z(U([`insert`,`update`,`delete`])).default([`insert`,`update`]).describe(`Validation contexts`),priority:I().int().min(0).max(9999).default(100).describe(`Execution priority (lower runs first, default: 100)`),tags:z(F()).optional().describe(`Categorization tags (e.g., "compliance", "billing")`),severity:U([`error`,`warning`,`info`]).default(`error`),message:F().describe(`Error message to display to the user`)}),Jp=G(()=>qp.extend({type:W(`script`),condition:jp.describe("Predicate (CEL). If TRUE, validation fails. e.g. P`record.amount < 0`")})),Yp=G(()=>qp.extend({type:W(`state_machine`),field:F().describe(`State field (e.g. status)`),transitions:H(F(),z(F())).describe(`Map of { OldState: [AllowedNewStates] }`)})),Xp=G(()=>qp.extend({type:W(`format`),field:F(),regex:F().optional(),format:U([`email`,`url`,`phone`,`json`]).optional()})),Zp=G(()=>qp.extend({type:W(`cross_field`),condition:jp.describe("Predicate (CEL) comparing fields. e.g. P`record.end_date > record.start_date`"),fields:z(F()).describe(`Fields involved in the validation`)})),Qp=G(()=>qp.extend({type:W(`json_schema`),field:F().describe(`JSON field to validate`),schema:H(F(),R()).describe(`JSON Schema object definition`)})),$p=zf(()=>uf(`type`,[Jp,Yp,Xp,Zp,Qp,em])),em=G(()=>qp.extend({type:W(`conditional`),when:jp.describe("Predicate (CEL). e.g. P`record.type == 'enterprise'`"),then:$p.describe(`Validation rule to apply when condition is true`),otherwise:$p.optional().describe(`Validation rule to apply when condition is false`)}));G(()=>B({key:F().describe(`Translation key (e.g., "views.task_list.label")`),defaultValue:F().optional().describe(`Fallback value when translation key is not found`),params:H(F(),V([F(),I(),L()])).optional().describe(`Interpolation parameters (e.g., { count: 5 })`)}));var tm=G(()=>F().describe(`Display label (plain string; i18n keys are auto-generated by the framework)`)),nm=G(()=>B({ariaLabel:tm.optional().describe(`Accessible label for screen readers (WAI-ARIA aria-label)`),ariaDescribedBy:F().optional().describe(`ID of element providing additional description (WAI-ARIA aria-describedby)`),role:F().optional().describe(`WAI-ARIA role attribute (e.g., "dialog", "navigation", "alert")`)}).describe(`ARIA accessibility attributes`));G(()=>B({key:F().describe(`Translation key`),zero:F().optional().describe(`Zero form (e.g., "No items")`),one:F().optional().describe(`Singular form (e.g., "{count} item")`),two:F().optional().describe(`Dual form (e.g., "{count} items" for exactly 2)`),few:F().optional().describe(`Few form (e.g., for 2-4 in some languages)`),many:F().optional().describe(`Many form (e.g., for 5+ in some languages)`),other:F().describe(`Default plural form (e.g., "{count} items")`)}).describe(`ICU plural rules for a translation key`));var rm=G(()=>B({style:U([`decimal`,`currency`,`percent`,`unit`]).default(`decimal`).describe(`Number formatting style`),currency:F().optional().describe(`ISO 4217 currency code (e.g., "USD", "EUR")`),unit:F().optional().describe(`Unit for unit formatting (e.g., "kilometer", "liter")`),minimumFractionDigits:I().optional().describe(`Minimum number of fraction digits`),maximumFractionDigits:I().optional().describe(`Maximum number of fraction digits`),useGrouping:L().optional().describe(`Whether to use grouping separators (e.g., 1,000)`)}).describe(`Number formatting rules`)),im=G(()=>B({dateStyle:U([`full`,`long`,`medium`,`short`]).optional().describe(`Date display style`),timeStyle:U([`full`,`long`,`medium`,`short`]).optional().describe(`Time display style`),timeZone:F().optional().describe(`IANA time zone (e.g., "America/New_York")`),hour12:L().optional().describe(`Use 12-hour format`)}).describe(`Date/time formatting rules`));G(()=>B({code:F().describe(`BCP 47 language code (e.g., "en-US", "zh-CN")`),fallbackChain:z(F()).optional().describe(`Fallback language codes in priority order (e.g., ["zh-TW", "en"])`),direction:U([`ltr`,`rtl`]).default(`ltr`).describe(`Text direction: left-to-right or right-to-left`),numberFormat:rm.optional().describe(`Default number formatting rules`),dateFormat:im.optional().describe(`Default date/time formatting rules`)}).describe(`Locale configuration`));var am=U([`api.read`,`api.write`,`crypto.uuid`,`crypto.hash`,`log`]),om=uf(`language`,[B({language:W(`expression`),source:F().min(1).describe(`Formula expression source`)}).describe(`L1 expression body — pure formula, no IO`),B({language:W(`js`),source:F().min(1).describe(`Function body source`),capabilities:z(am).default([]).describe(`Granted capability tokens`),timeoutMs:I().int().positive().max(3e4).optional().describe(`Per-invocation timeout (ms)`),memoryMb:I().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)`),sm=G(()=>B({name:F().optional(),field:Dp.optional(),objectOverride:Dp.optional(),label:tm.optional(),type:zp.optional(),required:L().optional().default(!1),options:z(B({label:tm,value:F()})).optional(),placeholder:F().optional(),helpText:F().optional(),defaultValue:R().optional(),defaultFromRow:L().optional()}).refine(e=>!!e.name||!!e.field,{message:`ActionParam requires either "name" or "field"`})),cm=U([`script`,`url`,`modal`,`flow`,`api`,`form`]),lm=new Set(cm.options.filter(e=>e!==`script`)),um=U([`list_toolbar`,`list_item`,`record_header`,`record_more`,`record_related`,`record_section`,`global_nav`]),dm=U([`data`,`action`,`flow`,`integration`,`vector_search`,`analytics`,`utility`]),fm=B({exposed:L().default(!1).describe("Expose this action to AI agents. Requires `description` when true."),description:F().min(40).optional().describe(`LLM-facing description (≥40 chars). Required when exposed.`),category:dm.optional().describe(`Tool category override (defaults to "action").`),paramHints:H(F(),B({description:F().optional(),enum:z(V([F(),I()])).optional(),examples:z(R()).optional()})).optional().describe(`Per-parameter AI hints keyed by param name.`),outputSchema:H(F(),R()).optional().describe(`JSON Schema for the action return value.`),requiresConfirmation:L().optional().describe(`Override HITL confirmation for AI invocations.`)}),pm=G(()=>B({name:Dp.describe(`Machine name (lowercase snake_case)`),label:tm.describe(`Display label`),objectName:F().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:F().optional().describe(`Icon name`),locations:z(um).optional().describe(`Locations where this action is visible`),component:U([`action:button`,`action:icon`,`action:menu`,`action:group`]).optional().describe(`Visual component override`),type:cm.default(`script`).describe(`Action functionality type`),target:F().optional().describe("URL, Script Name, Flow ID, or API Endpoint. Supports ${param.X} and ${ctx.X} interpolation."),body:om.optional().describe("Action body — expression (L1) or sandboxed JS (L2). Only used when type is `script`."),execute:F().optional().describe(`@deprecated — Use target instead. Auto-migrated to target during parsing.`),params:z(sm).optional().describe(`Input parameters required from user`),variant:U([`primary`,`secondary`,`danger`,`ghost`,`link`]).optional().describe(`Button visual variant for styling (primary = highlighted, danger = destructive, ghost = transparent)`),confirmText:tm.optional().describe(`Confirmation message before execution`),successMessage:tm.optional().describe(`Success message to show after execution`),refreshAfter:L().default(!1).describe(`Refresh view after execution`),resultDialog:B({title:tm.optional(),description:tm.optional(),acknowledge:tm.optional().describe(`Acknowledge button label, e.g. "I have saved this"`),format:U([`qrcode`,`code-list`,`secret`,`text`,`json`]).optional().describe(`Default format for fields without their own format. Defaults to json when omitted.`),fields:z(B({path:F().describe(`Dot path into result.data (e.g. "totpURI", "client.client_secret").`),label:tm.optional(),format:U([`qrcode`,`code-list`,`secret`,`text`,`json`]).optional().describe(`Per-field format override.`)})).optional().describe(`Which fields from result.data to render. Omit to dump full JSON.`)}).optional().describe(`Render API response in a one-shot reveal dialog (suppresses successMessage when set).`),visible:jp.optional().describe(`Visibility predicate (CEL).`),disabled:V([L(),jp]).optional().describe(`Boolean or predicate (CEL) — action is disabled when TRUE.`),shortcut:F().optional().describe(`Keyboard shortcut to trigger this action (e.g., "Ctrl+S")`),bulkEnabled:L().optional().describe(`Whether this action can be applied to multiple selected records`),ai:fm.optional().describe(`AI exposure (opt-in). Set ai.exposed=true + ai.description to make this callable by agents.`),recordIdParam:F().optional().describe(`Body key to inject the row id into when running from a list_item context.`),recordIdField:F().optional().describe(`Row field whose value seeds recordIdParam. Defaults to "id".`),bodyShape:V([W(`flat`),B({wrap:F()})]).optional().describe(`Body wrapping: flat (default) or { wrap: key } to nest user-collected params under a key.`),method:U([`POST`,`PATCH`,`PUT`,`DELETE`]).optional().describe(`HTTP method for type:"api" actions. Defaults to POST.`),bodyExtra:H(F(),R()).optional().describe(`Constant body fields merged into the API request (applied last; overrides user params).`),mode:U([`create`,`edit`,`delete`,`custom`]).optional().describe(`Semantic mode of the action.`),timeout:I().optional().describe(`Maximum execution time in milliseconds for the action`),aria:nm.optional().describe(`ARIA accessibility attributes`)}).transform(e=>e.execute&&!e.target?{...e,target:e.execute}:e).refine(e=>!(lm.has(e.type)&&!e.target),{message:`Action 'target' is required when type is 'url', 'flow', 'modal', 'api', or 'form'.`,path:[`target`]}).refine(e=>!(e.ai?.exposed===!0&&!e.ai.description),{message:`ai.description is required (≥40 chars) when ai.exposed is true.`,path:[`ai`,`description`]}).refine(e=>{let t=e.ai?.paramHints;if(!t)return!0;let n=new Set([`recordId`]);for(let t of e.params??[]){let e=t.name??t.field;e&&n.add(e)}return Object.keys(t).every(e=>n.has(e))},{message:`ai.paramHints keys must match a declared param name (or "recordId").`,path:[`ai`,`paramHints`]})),mm=U([`none`,`no-overlay`,`no-delete`,`full`]),hm=U([`artifact`,`package`,`env-forced`]),gm=U([`package`,`org`,`env-forced`]),_m={_lock:mm.optional().describe(`Item-level lock — controls overlay & delete (ADR-0010).`),_lockReason:F().max(500).optional().describe(`Human-readable reason shown when a write is refused by _lock.`),_lockSource:hm.optional().describe(`Layer that set _lock (artifact | package | env-forced).`),_provenance:gm.optional().describe(`Origin of the item (package | org | env-forced).`),_packageId:F().optional().describe(`Owning package machine id.`),_packageVersion:F().optional().describe(`Owning package version.`),_lockDocsUrl:F().optional().describe(`Optional documentation link surfaced next to _lockReason.`)},vm=B({lock:mm.describe(`Lock policy — none | no-overlay | no-delete | full.`),reason:F().min(1).max(500).describe(`User-visible reason shown when the lock blocks an action.`),docsUrl:F().url().optional().describe(`Optional URL the Studio banner links to for more context.`)}).strict(),ym=G(()=>B({enabled:L().default(!1).describe(`Enable public sharing`),publicLink:F().optional().describe(`Generated public share URL`),password:F().optional().describe(`Password required to access shared link`),allowedDomains:z(F()).optional().describe(`Restrict access to specific email domains (e.g. ["example.com"])`),expiresAt:F().optional().describe(`Expiration date/time in ISO 8601 format`),allowAnonymous:L().optional().default(!1).describe(`Allow access without authentication`)}));G(()=>B({enabled:L().default(!1).describe(`Enable iframe embedding`),allowedOrigins:z(F()).optional().describe(`Allowed iframe parent origins (e.g. ["https://example.com"])`),width:F().optional().default(`100%`).describe(`Embed width (CSS value)`),height:F().optional().default(`600px`).describe(`Embed height (CSS value)`),showHeader:L().optional().default(!0).describe(`Show interface header in embed`),showNavigation:L().optional().default(!1).describe(`Show navigation in embed`),responsive:L().optional().default(!0).describe(`Enable responsive resizing`)}));var bm=U([`xs`,`sm`,`md`,`lg`,`xl`,`2xl`]),xm=G(()=>B({xs:I().min(1).max(12).optional(),sm:I().min(1).max(12).optional(),md:I().min(1).max(12).optional(),lg:I().min(1).max(12).optional(),xl:I().min(1).max(12).optional(),"2xl":I().min(1).max(12).optional()}).describe(`Grid columns per breakpoint (1-12)`)),Sm=G(()=>B({xs:I().optional(),sm:I().optional(),md:I().optional(),lg:I().optional(),xl:I().optional(),"2xl":I().optional()}).describe(`Display order per breakpoint`)),Cm=G(()=>B({breakpoint:bm.optional().describe(`Minimum breakpoint for visibility`),hiddenOn:z(bm).optional().describe(`Hide on these breakpoints`),columns:xm.optional().describe(`Grid columns per breakpoint`),order:Sm.optional().describe(`Display order per breakpoint`)}).describe(`Responsive layout configuration`)),wm=G(()=>B({lazyLoad:L().optional().describe(`Enable lazy loading (defer rendering until visible)`),virtualScroll:B({enabled:L().default(!1).describe(`Enable virtual scrolling`),itemHeight:I().optional().describe(`Fixed item height in pixels (for estimation)`),overscan:I().optional().describe(`Number of extra items to render outside viewport`)}).optional().describe(`Virtual scrolling configuration`),cacheStrategy:U([`none`,`cache-first`,`network-first`,`stale-while-revalidate`]).optional().describe(`Client-side data caching strategy`),prefetch:L().optional().describe(`Prefetch data before component is visible`),pageSize:I().optional().describe(`Number of items per page for pagination`),debounceMs:I().optional().describe(`Debounce interval for user interactions in milliseconds`)}).describe(`Performance optimization configuration`)),Tm=U([`GET`,`POST`,`PUT`,`DELETE`,`PATCH`,`HEAD`,`OPTIONS`]),Em=G(()=>U([`GET`,`POST`,`PUT`,`PATCH`,`DELETE`])),Dm=G(()=>B({url:F().describe(`API endpoint URL`),method:Em.optional().default(`GET`).describe(`HTTP method`),headers:H(F(),F()).optional().describe(`Custom HTTP headers`),params:H(F(),R()).optional().describe(`Query parameters`),body:R().optional().describe(`Request body for POST/PUT/PATCH`)}));G(()=>B({enabled:L().default(!0).describe(`Enable CORS`),origins:V([F(),z(F())]).default(`*`).describe(`Allowed origins (* for all)`),methods:z(Tm).optional().describe(`Allowed HTTP methods`),credentials:L().default(!1).describe(`Allow credentials (cookies, authorization headers)`),maxAge:I().int().optional().describe(`Preflight cache duration in seconds`)})),G(()=>B({enabled:L().default(!1).describe(`Enable rate limiting`),windowMs:I().int().default(6e4).describe(`Time window in milliseconds`),maxRequests:I().int().default(100).describe(`Max requests per window`)})),G(()=>B({path:F().describe(`URL path to serve from`),directory:F().describe(`Physical directory to serve`),cacheControl:F().optional().describe(`Cache-Control header value`)}));var Om=G(()=>uf(`provider`,[B({provider:W(`object`),object:F().describe(`Target object name`)}),B({provider:W(`api`),read:Dm.optional().describe(`Configuration for fetching data`),write:Dm.optional().describe(`Configuration for submitting data (for forms/editable tables)`)}),B({provider:W(`value`),items:z(R()).describe(`Static data array`)}),B({provider:W(`schema`),schemaId:F().describe(`Schema identifier — typically the metadata type name`),schema:H(F(),R()).optional().describe(`Inline JSON Schema (Draft 2020-12). Optional when schemaId is resolvable.`)})])),km=G(()=>B({field:F().describe(`Field name to filter on`),operator:F().describe(`Filter operator (e.g. equals, not_equals, contains, this_quarter)`),value:V([F(),I(),L(),Yd(),z(V([F(),I()]))]).optional().describe(`Filter value`)}).describe(`View filter rule`)),Am=G(()=>U([`none`,`count`,`count_empty`,`count_filled`,`count_unique`,`percent_empty`,`percent_filled`,`sum`,`avg`,`min`,`max`]).describe(`Aggregation function for column footer summary`)),jm=G(()=>B({field:F().describe(`Field name (snake_case)`),label:tm.optional().describe(`Display label override`),width:I().positive().optional().describe(`Column width in pixels`),align:U([`left`,`center`,`right`]).optional().describe(`Text alignment`),hidden:L().optional().describe(`Hide column by default`),sortable:L().optional().describe(`Allow sorting by this column`),resizable:L().optional().describe(`Allow resizing this column`),wrap:L().optional().describe(`Allow text wrapping`),type:F().optional().describe(`Renderer type override (e.g., "currency", "date")`),pinned:U([`left`,`right`]).optional().describe(`Pin/freeze column to left or right side`),summary:Am.optional().describe(`Footer aggregation function for this column`),link:L().optional().describe(`Functions as the primary navigation link (triggers View navigation)`),action:F().optional().describe(`Registered Action ID to execute when clicked`)})),Mm=G(()=>B({type:U([`none`,`single`,`multiple`]).default(`none`).describe(`Selection mode`)})),Nm=G(()=>B({pageSize:I().int().positive().default(25).describe(`Number of records per page`),pageSizeOptions:z(I().int().positive()).optional().describe(`Available page size options`)})),Pm=G(()=>U([`compact`,`short`,`medium`,`tall`,`extra_tall`]).describe(`Row height / density setting for list view`)),Fm=G(()=>B({field:F().describe(`Field name to group by`),order:U([`asc`,`desc`]).default(`asc`).describe(`Group sort order`),collapsed:L().default(!1).describe(`Collapse groups by default`)})),Im=G(()=>B({fields:z(Fm).min(1).describe(`Fields to group by (supports up to 3 levels)`)}).describe(`Record grouping configuration`)),Lm=G(()=>B({coverField:F().optional().describe(`Attachment/image field to display as card cover`),coverFit:U([`cover`,`contain`]).default(`cover`).describe(`Image fit mode for card cover`),cardSize:U([`small`,`medium`,`large`]).default(`medium`).describe(`Card size in gallery view`),titleField:F().optional().describe(`Field to display as card title`),visibleFields:z(F()).optional().describe(`Fields to display on card body`)}).describe(`Gallery/card view configuration`)),Rm=G(()=>B({startDateField:F().describe(`Field for timeline item start date`),endDateField:F().optional().describe(`Field for timeline item end date`),titleField:F().describe(`Field to display as timeline item title`),groupByField:F().optional().describe(`Field to group timeline rows`),colorField:F().optional().describe(`Field to determine item color`),scale:U([`hour`,`day`,`week`,`month`,`quarter`,`year`]).default(`week`).describe(`Default timeline scale`)}).describe(`Timeline view configuration`)),zm=G(()=>B({type:U([`personal`,`collaborative`]).default(`collaborative`).describe(`View ownership type`),lockedBy:F().optional().describe(`User who locked the view configuration`)}).describe(`View sharing and access configuration`)),Bm=G(()=>B({field:F().describe(`Field to derive color from (typically a select/status field)`),colors:H(F(),F()).optional().describe(`Map of field value to color (hex/token)`)}).describe(`Row color configuration based on field values`)),Vm=G(()=>U([`grid`,`kanban`,`gallery`,`calendar`,`timeline`,`gantt`,`map`]).describe(`Visualization type that users can switch to`)),Hm=G(()=>B({sort:L().default(!0).describe(`Allow users to sort records`),search:L().default(!0).describe(`Allow users to search records`),filter:L().default(!0).describe(`Allow users to filter records`),rowHeight:L().default(!0).describe(`Allow users to toggle row height/density`),addRecordForm:L().default(!1).describe(`Add records through a form instead of inline`),buttons:z(F()).optional().describe(`Custom action button IDs to show in the toolbar`)}).describe(`User action toggles for the view toolbar`)),Um=G(()=>B({showDescription:L().default(!0).describe(`Show the view description text`),allowedVisualizations:z(Vm).optional().describe(`Whitelist of visualization types users can switch between (e.g. ["grid", "gallery", "kanban"])`)}).describe(`Appearance and visualization configuration`)),Wm=G(()=>B({name:Dp.describe(`Tab identifier (snake_case)`),label:tm.optional().describe(`Display label`),icon:F().optional().describe(`Tab icon name`),view:F().optional().describe(`Referenced list view name from listViews`),filter:z(km).optional().describe(`Tab-specific filter criteria`),order:I().int().min(0).optional().describe(`Tab display order`),pinned:L().default(!1).describe(`Pin tab (cannot be removed by users)`),isDefault:L().default(!1).describe(`Set as the default active tab`),visible:L().default(!0).describe(`Tab visibility`)}).describe(`Tab configuration for multi-tab view interface`)),Gm=G(()=>B({enabled:L().default(!0).describe(`Show the add record entry point`),position:U([`top`,`bottom`,`both`]).default(`bottom`).describe(`Position of the add record button`),mode:U([`inline`,`form`,`modal`]).default(`inline`).describe(`How to add a new record`),formView:F().optional().describe(`Named form view to use when mode is "form" or "modal"`)}).describe(`Add record entry point configuration`)),Km=G(()=>B({groupByField:F().describe(`Field to group columns by (usually status/select)`),summarizeField:F().optional().describe(`Field to sum at top of column (e.g. amount)`),columns:z(F()).describe(`Fields to show on cards`)})),qm=G(()=>B({chartType:U([`bar`,`line`,`pie`,`area`,`scatter`]).default(`bar`).describe(`Chart visualisation type`),xAxisField:F().describe(`Field used as the X axis / category dimension`),yAxisFields:z(F()).min(1).describe(`Field(s) used as the Y axis / measures`),aggregation:U([`sum`,`avg`,`count`,`min`,`max`]).optional().describe(`Aggregation function applied to Y axis fields`),groupByField:F().optional().describe(`Optional field used to split / stack the chart`)}).describe(`List chart view configuration`)),Jm=G(()=>B({startDateField:F(),endDateField:F().optional(),titleField:F(),colorField:F().optional()})),Ym=G(()=>B({startDateField:F(),endDateField:F(),titleField:F(),progressField:F().optional(),dependenciesField:F().optional()})),Xm=G(()=>U([`page`,`drawer`,`modal`,`split`,`popover`,`new_window`,`none`])),Zm=G(()=>B({mode:Xm.default(`page`),view:F().optional().describe(`Name of the form view to use for details (e.g. "summary_view", "edit_form")`),preventNavigation:L().default(!1).describe(`Disable standard navigation entirely`),openNewTab:L().default(!1).describe(`Force open in new tab (applies to page mode)`),width:V([F(),I()]).optional().describe(`Width of the drawer/modal (e.g. "600px", "50%")`)})),Qm=G(()=>B({name:Dp.optional().describe(`Internal view name (lowercase snake_case)`),label:tm.optional(),type:U([`grid`,`kanban`,`gallery`,`calendar`,`timeline`,`gantt`,`map`,`chart`]).default(`grid`),data:Om.optional().describe(`Data source configuration (defaults to "object" provider)`),columns:V([z(F()),z(jm)]).describe(`Fields to display as columns`),filter:z(km).optional().describe(`Filter criteria (JSON Rules)`),sort:V([F(),z(B({field:F(),order:U([`asc`,`desc`])}))]).optional(),searchableFields:z(F()).optional().describe(`Fields enabled for search`),filterableFields:z(F()).optional().describe(`Fields enabled for end-user filtering in the top bar`),resizable:L().optional().describe(`Enable column resizing`),striped:L().optional().describe(`Striped row styling`),bordered:L().optional().describe(`Show borders`),compactToolbar:L().optional().describe(`Collapse Group/Color/Density/Hide-fields into a single View settings popover`),selection:Mm.optional().describe(`Row selection configuration`),navigation:Zm.optional().describe(`Configuration for item click navigation (page, drawer, modal, etc.)`),pagination:Nm.optional().describe(`Pagination configuration`),kanban:Km.optional(),calendar:Jm.optional(),gantt:Ym.optional(),gallery:Lm.optional(),timeline:Rm.optional(),chart:qm.optional(),description:tm.optional().describe(`View description for documentation/tooltips`),sharing:zm.optional().describe(`View sharing and access configuration`),rowHeight:Pm.optional().describe(`Row height / density setting`),grouping:Im.optional().describe(`Group records by one or more fields`),rowColor:Bm.optional().describe(`Color rows based on field value`),hiddenFields:z(F()).optional().describe(`Fields to hide in this specific view`),fieldOrder:z(F()).optional().describe(`Explicit field display order for this view`),rowActions:z(F()).optional().describe(`Actions available for individual row items`),bulkActions:z(F()).optional().describe(`Actions available when multiple rows are selected`),bulkActionDefs:z(H(F(),Zd())).optional().describe(`Rich bulk action definitions (schema-driven, executed via BulkActionDialog)`),virtualScroll:L().optional().describe(`Enable virtual scrolling for large datasets`),conditionalFormatting:z(B({condition:jp.describe(`Predicate (CEL) to evaluate.`),style:H(F(),F()).describe(`CSS styles to apply when condition is true`)})).optional().describe(`Conditional formatting rules for list rows`),inlineEdit:L().optional().describe(`Allow inline editing of records directly in the list view`),exportOptions:z(U([`csv`,`xlsx`,`pdf`,`json`])).optional().describe(`Available export format options`),userActions:Hm.optional().describe(`User action toggles for the view toolbar`),appearance:Um.optional().describe(`Appearance and visualization configuration`),tabs:z(Wm).optional().describe(`Tab definitions for multi-tab view interface`),addRecord:Gm.optional().describe(`Add record entry point configuration`),showRecordCount:L().optional().describe(`Show record count at the bottom of the list`),allowPrinting:L().optional().describe(`Allow users to print the view`),emptyState:B({title:tm.optional(),message:tm.optional(),icon:F().optional()}).optional().describe(`Empty state configuration when no records found`),aria:nm.optional().describe(`ARIA accessibility attributes for the list view`),responsive:Cm.optional().describe(`Responsive layout configuration`),performance:wm.optional().describe(`Performance optimization settings`)})),$m=G(()=>B({field:F().describe(`Field name (snake_case)`),type:zp.optional().describe(`Field type (auto-infers widget if omitted)`),options:z(Bp).optional().describe(`Options for select/multiselect/radio/checkboxes fields`),reference:F().optional().describe(`Target object name for lookup/master_detail fields`),maxLength:I().optional().describe(`Maximum character length (for text/textarea/email/url/phone)`),minLength:I().optional().describe(`Minimum character length`),min:I().optional().describe(`Minimum value (for number/currency/percent/slider)`),max:I().optional().describe(`Maximum value`),precision:I().optional().describe(`Total digits (for number/currency)`),scale:I().optional().describe(`Decimal places`),multiple:L().optional().describe(`Allow multiple values (for select/lookup/file/image)`),label:tm.optional().describe(`Display label override`),placeholder:tm.optional().describe(`Placeholder text`),helpText:tm.optional().describe(`Help/hint text`),readonly:L().optional().describe(`Read-only override`),immutable:L().optional().describe(`Editable on create, locked once the record exists (e.g. machine names).`),required:L().optional().describe(`Required override`),hidden:L().optional().describe(`Hidden override`),colSpan:I().int().min(1).max(4).optional().describe(`Column span in grid layout (1-4)`),widget:F().optional().describe(`Custom widget/component name (overrides type-based inference)`),language:F().optional().describe(`Code editor language (for type=code)`),fields:z(zf(()=>$m)).optional().describe(`Sub-fields for composite/repeater/record types`),keyField:B({field:F().default(`name`).describe(`Property name that holds the key inside each item (defaults to "name")`),label:tm.optional().describe(`Display label for the key column`),placeholder:tm.optional().describe(`Placeholder when entering a new key`),helpText:tm.optional().describe(`Help text under the key input`),regex:F().optional().describe(`JS regex source string the key must match (no flags)`),immutable:L().default(!0).describe(`If true, the key is read-only after creation`)}).optional().describe(`Key column config for record-typed fields`),dependsOn:F().optional().describe(`Parent field name for cascading`),visibleOn:jp.optional().describe(`Visibility predicate (CEL).`)})),eh=G(()=>B({name:F().optional().describe(`Stable section identifier for i18n lookup (snake_case)`),label:tm.optional(),description:F().optional().describe(`Optional description rendered under the section header.`),collapsible:L().default(!1),collapsed:L().default(!1),visibleOn:jp.optional().describe(`Visibility predicate (CEL). Hides the whole section when false.`),columns:V([U([`1`,`2`,`3`,`4`]),W(1),W(2),W(3),W(4)]).default(1).transform(e=>typeof e==`string`?parseInt(e):e),fields:z(V([F(),$m]))})),th=G(()=>B({type:U([`simple`,`tabbed`,`wizard`,`split`,`drawer`,`modal`]).default(`simple`),data:Om.optional().describe(`Data source configuration (defaults to "object" provider)`),sections:z(eh).optional(),groups:z(eh).optional(),subforms:z(B({childObject:F().describe(`Child object whose records are entered inline`),relationshipField:F().optional().describe(`FK on the child pointing back to the parent (auto-detected when omitted)`),columns:z(Zd()).optional().describe(`Editable grid columns (derived from the child object when omitted)`),amountField:F().optional().describe(`Numeric child column summed for the running total`),totalField:F().optional().describe(`Parent field to receive the rolled-up sum`),title:F().optional().describe(`Section title`),addLabel:F().optional().describe(`Add-row button label`),minRows:I().optional(),maxRows:I().optional()})).optional().describe(`Inline master-detail child collections`),defaultSort:z(B({field:F().describe(`Field name to sort by`),order:U([`asc`,`desc`]).default(`desc`).describe(`Sort direction`)})).optional().describe(`Default sort order for related list views within this form`),sharing:ym.optional().describe(`Public sharing configuration for this form`),submitBehavior:V([B({kind:W(`thank-you`),title:F().optional(),message:F().optional()}),B({kind:W(`redirect`),url:F(),delayMs:I().int().min(0).optional()}),B({kind:W(`continue`)}),B({kind:W(`next-record`)})]).optional().describe(`Post-submit behavior`),aria:nm.optional().describe(`ARIA accessibility attributes for the form view`)}));G(()=>B({list:Qm.optional(),form:th.optional(),listViews:H(F(),Qm).optional().describe(`Additional named list views`),formViews:H(F(),th).optional().describe(`Additional named form views`),protection:vm.optional().describe(`Package author protection block — lock policy for this view.`),..._m}));var nh=F().regex(/^[a-z][a-z0-9_]*(\.[a-z][a-z0-9_]*)+$/,`View item name must be a dotted snake_case qualified name, e.g. "crm_lead.pipeline".`).describe("Globally-unique view id, `<object>.<viewKey>`."),rh=U([`package`,`shared`,`personal`]).describe(`View identity layer: package | shared | personal.`);U([`list`,`form`]).describe("Whether `config` is a ListView (list family) or a FormView.");function ih(){return{name:nh,object:F().describe(`Bound object name — the foreign key used to aggregate views.`),label:tm.optional().describe(`Display label (supports i18n).`),isDefault:L().optional().describe(`Whether this is the object's default view in the switcher.`),order:I().int().optional().describe(`Sort order within the object's view switcher / left rail.`),scope:rh.optional().describe("Identity layer (defaults to `package` for source-loaded views)."),owner:F().optional().describe("Owner user id — set when `scope` is `personal`."),hidden:L().optional().describe(`Hidden from the switcher (per-user / per-org declutter).`),protection:vm.optional().describe(`Package author protection block — lock policy for this view.`),..._m}}G(()=>uf(`viewKind`,[B({viewKind:W(`list`),config:Qm.describe(`List-family view configuration.`),...ih()}),B({viewKind:W(`form`),config:th.describe(`Form view configuration.`),...ih()})]));function ah(e){let{schemaId:t,...n}=e;return th.parse({...n,data:{provider:`schema`,schemaId:t}})}var oh=U([`get`,`list`,`create`,`update`,`delete`,`upsert`,`bulk`,`aggregate`,`history`,`search`,`restore`,`purge`,`import`,`export`]),sh=B({trackHistory:L().default(!1).describe(`Enable field history tracking for audit compliance`),searchable:L().default(!0).describe(`Index records for global search`),apiEnabled:L().default(!0).describe(`Expose object via automatic APIs`),apiMethods:z(oh).optional().describe(`Whitelist of allowed API operations`),files:L().default(!1).describe(`Enable file attachments and document management`),feeds:L().default(!1).describe(`Enable social feed, comments, and mentions (Chatter-like)`),activities:L().default(!1).describe(`Enable standard tasks and events tracking`),trash:L().default(!0).describe(`Enable soft-delete with restore capability`),mru:L().default(!0).describe(`Track Most Recently Used (MRU) list for users`),clone:L().default(!0).describe(`Allow record deep cloning`)}),ch=G(()=>B({name:F().optional().describe(`Index name (auto-generated if not provided)`),fields:z(F()).describe(`Fields included in the index`),type:U([`btree`,`hash`,`gin`,`gist`,`fulltext`]).optional().default(`btree`).describe(`Index algorithm type`),unique:L().optional().default(!1).describe(`Whether the index enforces uniqueness`),partial:F().optional().describe(`Partial index condition (SQL WHERE clause for conditional indexes)`)})),lh=G(()=>B({fields:z(F()).describe(`Fields to index for full-text search weighting`),displayFields:z(F()).optional().describe(`Fields to display in search result cards`),filters:z(F()).optional().describe(`Default filters for search results`)})),uh=G(()=>B({enabled:L().describe(`Enable multi-tenancy for this object`),strategy:U([`shared`,`isolated`,`hybrid`]).describe(`Tenant isolation strategy: shared (single DB, row-level), isolated (separate DB per tenant), hybrid (mix)`),tenantField:F().default(`tenant_id`).describe(`Field name for tenant identifier`),crossTenantAccess:L().default(!1).describe(`Allow cross-tenant data access (with explicit permission)`)})),dh=G(()=>B({enabled:L().describe(`Enable soft delete (trash/recycle bin)`),field:F().default(`deleted_at`).describe(`Field name for soft delete timestamp`),cascadeDelete:L().default(!1).describe(`Cascade soft delete to related records`)})),fh=G(()=>B({enabled:L().describe(`Enable record versioning`),strategy:U([`snapshot`,`delta`,`event-sourcing`]).describe(`Versioning strategy: snapshot (full copy), delta (changes only), event-sourcing (event log)`),retentionDays:I().min(1).optional().describe(`Number of days to retain old versions (undefined = infinite)`),versionField:F().default(`version`).describe(`Field name for version number/timestamp`)})),ph=G(()=>B({enabled:L().describe(`Enable table partitioning`),strategy:U([`range`,`hash`,`list`]).describe(`Partitioning strategy: range (date ranges), hash (consistent hashing), list (predefined values)`),key:F().describe(`Field name to partition by`),interval:F().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"`})),mh=G(()=>B({enabled:L().describe(`Enable Change Data Capture`),events:z(U([`insert`,`update`,`delete`])).describe(`Event types to capture`),destination:F().describe(`Destination endpoint (e.g., "kafka://topic", "webhook://url")`)})),hh=G(()=>B({key:F().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:F().describe(`Group display label`),icon:F().optional().describe(`Icon name (Lucide/Material) for the group header`),description:F().optional().describe(`Optional description shown under the group header`),defaultExpanded:L().optional().default(!0).describe(`Whether the group is expanded by default`),visibleOn:jp.optional().describe(`Visibility predicate (CEL); group is hidden when FALSE.`)})),gh=B({remoteName:F().optional().describe(`Remote table/view name. Defaults to object.name.`),remoteSchema:F().optional().describe(`Remote schema/database qualifier.`),writable:L().default(!1).describe(`Per-object write opt-in (also requires datasource.external.allowWrites).`),columnMap:H(F(),F()).optional().describe(`Remote column name → local field name.`),introspectedAt:F().datetime().optional().describe("Set by `os datasource introspect`; informational."),ignoreColumns:z(F()).optional().describe(`Remote columns to skip during validation (dev convenience).`)}).describe(`External datasource binding (ADR-0015)`),_h=B({name:F().regex(/^[a-z_][a-z0-9_]*$/).describe(`Machine unique key (snake_case). Immutable.`),label:F().optional().describe(`Human readable singular label (e.g. "Account")`),pluralLabel:F().optional().describe(`Human readable plural label (e.g. "Accounts")`),description:F().optional().describe(`Developer documentation / description`),icon:F().optional().describe(`Icon name (Lucide/Material) for UI representation`),tags:z(F()).optional().describe(`Categorization tags (e.g. "sales", "system", "reference")`),active:L().optional().default(!0).describe(`Is the object active and usable`),isSystem:L().optional().default(!1).describe(`Is system object (protected from deletion)`),abstract:L().optional().default(!1).describe(`Is abstract base object (cannot be instantiated)`),managedBy:U([`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:B({create:L().optional().describe(`Show generic "New" button.`),import:L().optional().describe(`Show CSV import wizard entry.`),edit:L().optional().describe(`Allow inline / form edit of existing rows.`),delete:L().optional().describe(`Show row-level delete + bulk delete.`),exportCsv:L().optional().describe(`Show CSV export entry.`)}).optional().describe(`Per-object override of the resolved CRUD affordance matrix.`),systemFields:V([W(!1),B({tenant:L().optional().describe(`Inject organization_id (multi-tenant only). Default true.`),owner:L().optional().describe(`Reserved for future owner_id auto-injection.`),audit:L().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:F().optional().default(`default`).describe(`Target Datasource ID. "default" is the primary DB.`),external:gh.optional().describe(`Remote table binding for federated (external) objects.`),fields:H(F().regex(/^[a-z_][a-z0-9_]*$/,{message:`Field names must be lowercase snake_case (e.g., "first_name", "company", "annual_revenue")`}),Kp).describe(`Field definitions map. Keys must be snake_case identifiers.`),indexes:z(ch).optional().describe(`Database performance indexes`),fieldGroups:z(hh).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:uh.optional().describe(`Multi-tenancy configuration for SaaS applications`),softDelete:dh.optional().describe(`Soft delete (trash/recycle bin) configuration`),versioning:fh.optional().describe(`Record versioning and history tracking configuration`),partitioning:ph.optional().describe(`Table partitioning configuration for performance`),cdc:mh.optional().describe(`Change Data Capture (CDC) configuration for real-time data streaming`),validations:z($p).optional().describe(`Object-level validation rules`),displayNameField:F().optional().describe(`Field to use as the record display name (e.g., "name", "title"). Defaults to "name" if present.`),recordName:B({type:U([`text`,`autonumber`]).describe(`Record name type: text (user-entered) or autonumber (system-generated)`),displayFormat:F().optional().describe(`Auto-number format pattern (e.g., "CASE-{0000}", "INV-{YYYY}-{0000}")`),startNumber:I().int().min(0).optional().describe(`Starting number for autonumber (default: 1)`)}).optional().describe(`Record name generation configuration (Salesforce pattern)`),titleFormat:Mp.optional().describe(`Title template — supports {{record.field}} interpolation. Overrides displayNameField.`),compactLayout:z(F()).optional().describe(`Primary fields for hover/cards/lookups`),listViews:H(F(),Qm).optional().describe(`Built-in named list views (segmented tabs) shipped with the object schema`),defaultDetailForm:F().optional().describe(`Name of the default FormView for record detail / edit screens`),search:lh.optional().describe(`Search engine configuration`),enable:sh.optional().describe(`Enabled system features modules`),recordTypes:z(F()).optional().describe(`Record type names for this object`),sharingModel:U([`private`,`read`,`read_write`,`full`]).optional().describe(`Default sharing model`),publicSharing:B({enabled:L().default(!1).describe(`Allow records of this object to be published via share link`),allowedAudiences:z(U([`public`,`link_only`,`signed_in`,`email`])).optional().describe(`Audiences callers may select when creating a link`),allowedPermissions:z(U([`view`,`comment`,`edit`])).optional().describe(`Permission levels selectable on the share dialog`),maxExpiryDays:I().int().positive().optional().describe(`Reject links with expiry beyond this many days`),redactFields:z(F()).optional().describe(`Field names removed from records served via a share token`),eligibility:F().optional().describe(`CEL expression that must evaluate to true on the target record`)}).optional().describe(`Public share-link policy (Notion/Figma-style link sharing)`),keyPrefix:F().max(5).optional().describe(`Short prefix for record IDs (e.g., "001" for Account)`),detail:B({renderViaSchema:L().optional().describe(`Opt this object out of the schema-driven detail renderer`),hideReferenceRail:L().optional().describe(`Suppress the right-hand reference-rail on the detail page`),hideRelatedTab:L().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:z(pm).optional().describe(`Actions associated with this object (auto-populated from top-level actions via objectName)`),protection:vm.optional().describe(`Package author protection block — lock policy for this object.`),..._m});function vh(e){return e.split(`_`).map(e=>e.charAt(0).toUpperCase()+e.slice(1)).join(` `)}var yh={workflows:"`workflows` is not an ObjectSchema field. Object-level, record-triggered automation is authored as a lifecycle hook (`src/objects/<name>.hook.ts`, registered via `defineHook()`) or as a top-level `record_change` flow — not as `workflows[]` on the object schema.",workflow:"`workflow` is not an ObjectSchema field. Record-triggered automation is authored as a lifecycle hook (`src/objects/<name>.hook.ts`) or a top-level `record_change` flow.",hooks:"`hooks` is not an ObjectSchema field. Lifecycle hooks live in their own `src/objects/<name>.hook.ts` module, registered via `defineHook()`.",triggers:"`triggers` is not an ObjectSchema field. Use a lifecycle hook (`src/objects/<name>.hook.ts`) or a top-level `record_change` flow."};function bh(e,t){let n=Array.from({length:e.length+1},()=>Array(t.length+1).fill(0));for(let t=0;t<=e.length;t++)n[t][0]=t;for(let e=0;e<=t.length;e++)n[0][e]=e;for(let r=1;r<=e.length;r++)for(let i=1;i<=t.length;i++)n[r][i]=e[r-1]===t[i-1]?n[r-1][i-1]:1+Math.min(n[r-1][i],n[r][i-1],n[r-1][i-1]);return n[e.length][t.length]}function xh(e,t){let n,r=1/0;for(let i of t){let t=bh(e.toLowerCase(),i.toLowerCase());t<r&&(r=t,n=i)}return n!==void 0&&r<=Math.max(2,Math.floor(e.length/3))?n:void 0}function Sh(e,t,n){let r=typeof e==`string`&&e.length>0?e:`<unnamed>`,i=t.map(e=>{let t=yh[e];if(t)return` \u2022 ${t}`;let r=xh(e,n);return r?` \u2022 \`${e}\` is not an ObjectSchema field \u2014 did you mean \`${r}\`?`:` \u2022 \`${e}\` is not an ObjectSchema field.`});return Error(`ObjectSchema.create('${r}'): unknown key(s) \u2014 ${t.join(`, `)}.
|
|
103
103
|
These keys would previously have been stripped silently at build, shipping dead metadata with no diagnostic (ADR-0032 "no silent failure", issue #1535).
|
|
104
104
|
|
|
105
105
|
${i.join(`
|
|
106
106
|
`)}
|
|
107
107
|
|
|
108
|
-
Remove the unknown key(s), fix the typo, or move the logic to a supported mechanism.`)}G(()=>Object.assign(hh,{create:e=>{let t=e,n=Object.keys(hh.shape),r=Object.keys(t).filter(e=>!n.includes(e));if(r.length>0)throw bh(t.name,r,n);let i={...t,label:t.label??gh(t.name)};return hh.parse(i)}})),U([`own`,`extend`]),G(()=>B({extend:F().describe(`Target object name (FQN) to extend`),fields:H(F(),Kp).optional().describe(`Fields to add/override`),label:F().optional().describe(`Override label for the extended object`),pluralLabel:F().optional().describe(`Override plural label for the extended object`),description:F().optional().describe(`Override description for the extended object`),validations:z($p).optional().describe(`Additional validation rules to merge into the target object`),indexes:z(oh).optional().describe(`Additional indexes to merge into the target object`),priority:I().int().min(0).max(999).default(200).describe(`Merge priority (higher = applied later)`)}));var xh=U([`beforeFind`,`afterFind`,`beforeFindOne`,`afterFindOne`,`beforeCount`,`afterCount`,`beforeAggregate`,`afterAggregate`,`beforeInsert`,`afterInsert`,`beforeUpdate`,`afterUpdate`,`beforeDelete`,`afterDelete`,`beforeUpdateMany`,`afterUpdateMany`,`beforeDeleteMany`,`afterDeleteMany`]);G(()=>B({name:F().regex(/^[a-z_][a-z0-9_]*$/).describe(`Hook unique name (snake_case)`),label:F().optional().describe(`Description of what this hook does`),object:V([F(),z(F())]).describe(`Target object(s)`),events:z(xh).describe(`Lifecycle events`),handler:V([F(),Gf(e=>typeof e==`function`,{message:`Expected function`})]).optional().describe("Handler function name (string, post-build) or inline function (pre-build) — DEPRECATED, prefer `body`"),body:om.optional().describe(`Hook body — expression (L1) or sandboxed JS (L2)`),priority:I().default(100).describe(`Execution priority`),async:L().default(!1).describe(`Run specifically as fire-and-forget`),condition:jp.optional().describe('Predicate (CEL); hook runs only when TRUE. e.g. P`record.status == "closed" && record.amount > 1000`'),description:F().optional().describe(`Human-readable description of what this hook does`),retryPolicy:B({maxRetries:I().default(3).describe(`Maximum retry attempts on failure`),backoffMs:I().default(1e3).describe(`Backoff delay between retries in milliseconds`)}).optional().describe(`Retry policy for failed hook executions`),timeout:I().optional().describe(`Maximum execution time in milliseconds before the hook is aborted`),onError:U([`abort`,`log`]).default(`abort`).describe(`Error handling strategy`)})),G(()=>B({id:F().optional().describe(`Unique execution ID for tracing`),object:F(),event:xh,input:H(F(),R()).describe(`Mutable input parameters`),result:R().optional().describe(`Operation result (After hooks only)`),previous:H(F(),R()).optional().describe(`Record state before operation`),session:B({userId:F().optional(),tenantId:F().optional(),roles:z(F()).optional(),accessToken:F().optional(),isSystem:L().optional().describe(`True when the call was made with an elevated system context (engine self-writes)`)}).optional().describe(`Current session context`),transaction:R().optional().describe(`Database transaction handle`),ql:R().describe(`ObjectQL Engine Reference`),api:R().optional().describe(`Cross-object data access (ScopedContext)`),user:B({id:F().optional(),name:F().optional(),email:F().optional()}).optional().describe(`Current user info shortcut`)}));var Sh=U([`none`,`constant`,`lookup`,`split`,`join`,`javascript`,`map`]),Ch=G(()=>B({source:V([F(),z(F())]).describe(`Source column header(s)`),target:V([F(),z(F())]).describe(`Target object field(s)`),transform:Sh.default(`none`),params:B({value:R().optional(),object:F().optional(),fromField:F().optional(),toField:F().optional(),autoCreate:L().optional(),valueMap:H(F(),R()).optional(),separator:F().optional()}).optional()}));G(()=>B({name:Dp.describe(`Mapping unique name (lowercase snake_case)`),label:F().optional(),sourceFormat:U([`csv`,`json`,`xml`,`sql`]).default(`csv`),targetObject:F().describe(`Target Object Name`),fieldMapping:z(Ch),mode:U([`insert`,`update`,`upsert`]).default(`insert`),upsertKey:z(F()).optional().describe(`Fields to match for upsert (e.g. email)`),extractQuery:_p.optional().describe(`Query to run for export only`),errorPolicy:U([`skip`,`abort`,`retry`]).default(`skip`),batchSize:I().default(1e3)}));var wh=G(()=>B({userId:F().optional(),tenantId:F().optional(),roles:z(F()).default([]),permissions:z(F()).default([]),systemPermissions:z(F()).optional(),tabPermissions:H(F(),U([`visible`,`hidden`,`default_on`,`default_off`])).optional(),org_user_ids:z(F()).optional(),isSystem:L().default(!1),accessToken:F().optional(),transaction:R().optional(),traceId:F().optional()})),Th=G(()=>V([H(F(),R()),Zf]).describe(`Data Engine query filter conditions`)),Eh=G(()=>V([H(F(),U([`asc`,`desc`])),H(F(),V([W(1),W(-1)])),z(rp)]).describe(`Sort order definition`)),Dh=G(()=>B({context:wh.optional()})),Oh=G(()=>Dh.extend({where:V([H(F(),R()),Zf]).optional(),fields:z(mp).optional(),orderBy:z(rp).optional(),limit:I().optional(),offset:I().optional(),top:I().optional(),cursor:H(F(),R()).optional(),search:hp.optional(),expand:zf(()=>H(F(),_p)).optional(),distinct:L().optional()}).describe(`QueryAST-aligned query options for IDataEngine.find() operations`));G(()=>Dh.extend({filter:Th.optional(),select:z(F()).optional(),sort:Eh.optional(),limit:I().int().min(1).optional(),skip:I().int().min(0).optional(),top:I().int().min(1).optional(),populate:z(F()).optional()}).describe(`Query options for IDataEngine.find() operations`));var kh=G(()=>Dh.extend({returning:L().default(!0).optional()}).describe(`Options for DataEngine.insert operations`)),Ah=G(()=>Dh.extend({where:V([H(F(),R()),Zf]).optional(),upsert:L().default(!1).optional(),multi:L().default(!1).optional(),returning:L().default(!1).optional()}).describe(`QueryAST-aligned options for DataEngine.update operations`));G(()=>Dh.extend({filter:Th.optional(),upsert:L().default(!1).optional(),multi:L().default(!1).optional(),returning:L().default(!1).optional()}).describe(`Options for DataEngine.update operations`));var jh=G(()=>Dh.extend({where:V([H(F(),R()),Zf]).optional(),multi:L().default(!1).optional()}).describe(`QueryAST-aligned options for DataEngine.delete operations`));G(()=>Dh.extend({filter:Th.optional(),multi:L().default(!1).optional()}).describe(`Options for DataEngine.delete operations`));var Mh=G(()=>Dh.extend({where:V([H(F(),R()),Zf]).optional(),groupBy:z(F()).optional(),aggregations:z(sp).optional()}).describe(`QueryAST-aligned options for DataEngine.aggregate operations`));G(()=>Dh.extend({filter:Th.optional(),groupBy:z(F()).optional(),aggregations:z(B({field:F(),method:U([`count`,`sum`,`avg`,`min`,`max`,`count_distinct`]),alias:F().optional()})).optional()}).describe(`Options for DataEngine.aggregate operations`));var Nh=G(()=>Dh.extend({where:V([H(F(),R()),Zf]).optional()}).describe(`QueryAST-aligned options for DataEngine.count operations`));G(()=>Dh.extend({filter:Th.optional()}).describe(`Options for DataEngine.count operations`)),G(()=>B({find:Uf().input(mf([F(),Oh.optional()])).output(Vf(z(R()))),findOne:Uf().input(mf([F(),Oh.optional()])).output(Vf(R())),insert:Uf().input(mf([F(),V([H(F(),R()),z(H(F(),R()))]),kh.optional()])).output(Vf(R())),update:Uf().input(mf([F(),H(F(),R()),Ah.optional()])).output(Vf(R())),delete:Uf().input(mf([F(),jh.optional()])).output(Vf(R())),count:Uf().input(mf([F(),Nh.optional()])).output(Vf(I())),aggregate:Uf().input(mf([F(),Mh])).output(Vf(z(R())))}).describe(`Standard Data Engine Contract`));var Ph={filter:Th.optional()},Fh=Oh.extend({...Ph,select:z(F()).optional(),sort:Eh.optional(),skip:I().int().min(0).optional(),populate:z(F()).optional()}),Ih=G(()=>B({method:W(`find`),object:F(),query:Fh.optional()})),Lh=G(()=>B({method:W(`findOne`),object:F(),query:Fh.optional()})),Rh=G(()=>B({method:W(`insert`),object:F(),data:V([H(F(),R()),z(H(F(),R()))]),options:kh.optional()})),zh=G(()=>B({method:W(`update`),object:F(),data:H(F(),R()),id:V([F(),I()]).optional().describe(`ID for single update, or use where in options`),options:Ah.extend(Ph).optional()})),Bh=G(()=>B({method:W(`delete`),object:F(),id:V([F(),I()]).optional().describe(`ID for single delete, or use where in options`),options:jh.extend(Ph).optional()})),Vh=G(()=>B({method:W(`count`),object:F(),query:Nh.extend(Ph).optional()})),Hh=G(()=>B({method:W(`aggregate`),object:F(),query:Mh.extend(Ph)})),Uh=G(()=>B({method:W(`execute`),command:R(),options:H(F(),R()).optional()})),Wh=G(()=>B({method:W(`vectorFind`),object:F(),vector:z(I()),where:V([H(F(),R()),Zf]).optional(),fields:z(F()).optional(),limit:I().int().default(5).optional(),threshold:I().optional()})),Gh=G(()=>B({method:W(`batch`),requests:z(uf(`method`,[Ih,Lh,Rh,zh,Bh,Vh,Hh,Uh,Wh])),transaction:L().default(!0).optional()}));G(()=>uf(`method`,[Ih,Lh,Rh,zh,Bh,Vh,Hh,Gh,Uh,Wh]).describe(`Virtual ObjectQL Request Protocol`)),U([`count`,`sum`,`avg`,`min`,`max`,`count_distinct`,`percentile`,`median`,`stddev`,`variance`]).describe(`Standard aggregation functions`);var Kh=U([`asc`,`desc`]).describe(`Sort order direction`);G(()=>B({field:F().describe(`Field name to sort by`),order:Kh.describe(`Sort direction`)}).describe(`Sort field and direction pair`)),U([`insert`,`update`,`delete`,`upsert`]).describe(`Data mutation event types`);var qh=U([`read_uncommitted`,`read_committed`,`repeatable_read`,`serializable`,`snapshot`]).describe(`Transaction isolation levels (snake_case standard)`);U([`lru`,`lfu`,`ttl`,`fifo`]).describe(`Cache eviction strategy`);var Jh=G(()=>B({transaction:R().optional().describe(`Transaction handle`),timeout:I().optional().describe(`Timeout in ms`),skipCache:L().optional().describe(`Bypass cache`),traceContext:H(F(),F()).optional().describe(`OpenTelemetry context or request ID`),tenantId:F().optional().describe(`Tenant Isolation identifier`)})),Yh=G(()=>B({create:L().default(!0).describe(`Supports CREATE operations`),read:L().default(!0).describe(`Supports READ operations`),update:L().default(!0).describe(`Supports UPDATE operations`),delete:L().default(!0).describe(`Supports DELETE operations`),bulkCreate:L().default(!1).describe(`Supports bulk CREATE operations`),bulkUpdate:L().default(!1).describe(`Supports bulk UPDATE operations`),bulkDelete:L().default(!1).describe(`Supports bulk DELETE operations`),transactions:L().default(!1).describe(`Supports ACID transactions`),savepoints:L().default(!1).describe(`Supports transaction savepoints`),isolationLevels:z(qh).optional().describe(`Supported isolation levels`),queryFilters:L().default(!0).describe(`Supports WHERE clause filtering`),queryAggregations:L().default(!1).describe(`Supports GROUP BY and aggregation functions`),queryDateGranularity:H(ap,L()).optional().describe(`Per-granularity native date bucketing (day/week/month/quarter/year). Missing keys fall back to in-memory bucketing.`),querySorting:L().default(!0).describe(`Supports ORDER BY sorting`),queryPagination:L().default(!0).describe(`Supports LIMIT/OFFSET pagination`),queryWindowFunctions:L().default(!1).describe(`Supports window functions with OVER clause`),querySubqueries:L().default(!1).describe(`Supports subqueries`),queryCTE:L().default(!1).describe(`Supports Common Table Expressions (WITH clause)`),joins:L().default(!1).describe(`Supports SQL joins`),fullTextSearch:L().default(!1).describe(`Supports full-text search`),jsonQuery:L().default(!1).describe(`Supports JSON field querying`),geospatialQuery:L().default(!1).describe(`Supports geospatial queries`),streaming:L().default(!1).describe(`Supports result streaming (cursors/iterators)`),jsonFields:L().default(!1).describe(`Supports JSON field types`),arrayFields:L().default(!1).describe(`Supports array field types`),vectorSearch:L().default(!1).describe(`Supports vector embeddings and similarity search`),schemaSync:L().default(!1).describe(`Supports automatic schema synchronization`),batchSchemaSync:L().default(!1).describe(`Supports batched schema sync to reduce schema DDL round-trips`),migrations:L().default(!1).describe(`Supports database migrations`),indexes:L().default(!1).describe(`Supports index creation and management`),connectionPooling:L().default(!1).describe(`Supports connection pooling`),preparedStatements:L().default(!1).describe(`Supports prepared statements (SQL injection prevention)`),queryCache:L().default(!1).describe(`Supports query result caching`)}));G(()=>B({name:F().describe(`Driver unique name`),version:F().describe(`Driver version`),supports:Yh,connect:Uf().input(mf([])).output(Vf(nf())).describe(`Establish connection`),disconnect:Uf().input(mf([])).output(Vf(nf())).describe(`Close connection`),checkHealth:Uf().input(mf([])).output(Vf(L())).describe(`Health check`),getPoolStats:Uf().input(mf([])).output(B({total:I(),idle:I(),active:I(),waiting:I()}).optional()).optional().describe(`Get connection pool statistics`),execute:Uf().input(mf([R(),z(R()).optional(),Jh.optional()])).output(Vf(R())).describe(`Execute raw command`),find:Uf().input(mf([F(),_p,Jh.optional()])).output(Vf(z(H(F(),R())))).describe(`Find records`),findStream:Uf().input(mf([F(),_p,Jh.optional()])).output(R()).describe(`Stream records (AsyncIterable)`),findOne:Uf().input(mf([F(),_p,Jh.optional()])).output(Vf(H(F(),R()).nullable())).describe(`Find one record`),create:Uf().input(mf([F(),H(F(),R()),Jh.optional()])).output(Vf(H(F(),R()))).describe(`Create record`),update:Uf().input(mf([F(),F().or(I()),H(F(),R()),Jh.optional()])).output(Vf(H(F(),R()))).describe(`Update record`),upsert:Uf().input(mf([F(),H(F(),R()),z(F()).optional(),Jh.optional()])).output(Vf(H(F(),R()))).describe(`Upsert record`),delete:Uf().input(mf([F(),F().or(I()),Jh.optional()])).output(Vf(L())).describe(`Delete record`),count:Uf().input(mf([F(),_p.optional(),Jh.optional()])).output(Vf(I())).describe(`Count records`),bulkCreate:Uf().input(mf([F(),z(H(F(),R())),Jh.optional()])).output(Vf(z(H(F(),R())))),bulkUpdate:Uf().input(mf([F(),z(B({id:F().or(I()),data:H(F(),R())})),Jh.optional()])).output(Vf(z(H(F(),R())))),bulkDelete:Uf().input(mf([F(),z(F().or(I())),Jh.optional()])).output(Vf(nf())),updateMany:Uf().input(mf([F(),_p,H(F(),R()),Jh.optional()])).output(Vf(I())).optional(),deleteMany:Uf().input(mf([F(),_p,Jh.optional()])).output(Vf(I())).optional(),beginTransaction:Uf().input(mf([B({isolationLevel:qh.optional()}).optional()])).output(Vf(R())).describe(`Start transaction`),commit:Uf().input(mf([R()])).output(Vf(nf())).describe(`Commit transaction`),rollback:Uf().input(mf([R()])).output(Vf(nf())).describe(`Rollback transaction`),syncSchema:Uf().input(mf([F(),R(),Jh.optional()])).output(Vf(nf())).describe(`Sync object schema to DB`),syncSchemasBatch:Uf().input(mf([z(B({object:F(),schema:R()})),Jh.optional()])).output(Vf(nf())).optional().describe(`Batch sync multiple schemas in one round-trip`),dropTable:Uf().input(mf([F(),Jh.optional()])).output(Vf(nf())),explain:Uf().input(mf([F(),_p,Jh.optional()])).output(Vf(R())).optional()}));var Xh=G(()=>B({min:I().min(0).default(2).describe(`Minimum number of connections in pool`),max:I().min(1).default(10).describe(`Maximum number of connections in pool`),idleTimeoutMillis:I().min(0).default(3e4).describe(`Time in ms before idle connection is closed`),connectionTimeoutMillis:I().min(0).default(5e3).describe(`Time in ms to wait for available connection`)})),Zh=G(()=>B({name:F().describe(`Driver instance name`),type:U([`sql`,`nosql`,`cache`,`search`,`graph`,`timeseries`]).describe(`Driver type category`),capabilities:Yh.describe(`Driver capability flags`),connectionString:F().optional().describe(`Database connection string (driver-specific format)`),poolConfig:Xh.optional().describe(`Connection pool configuration`)})),Qh=G(()=>U([`postgresql`,`mysql`,`sqlite`,`mssql`,`oracle`,`mariadb`])),$h=G(()=>B({text:F().describe(`SQL type for text fields (e.g., VARCHAR, TEXT)`),number:F().describe(`SQL type for number fields (e.g., NUMERIC, DECIMAL, INT)`),boolean:F().describe(`SQL type for boolean fields (e.g., BOOLEAN, BIT)`),date:F().describe(`SQL type for date fields (e.g., DATE)`),datetime:F().describe(`SQL type for datetime fields (e.g., TIMESTAMP, DATETIME)`),json:F().optional().describe(`SQL type for JSON fields (e.g., JSON, JSONB)`),uuid:F().optional().describe(`SQL type for UUID fields (e.g., UUID, CHAR(36))`),binary:F().optional().describe(`SQL type for binary fields (e.g., BLOB, BYTEA)`)})),eg=G(()=>B({rejectUnauthorized:L().default(!0).describe(`Reject connections with invalid certificates`),ca:F().optional().describe(`CA certificate file path or content`),cert:F().optional().describe(`Client certificate file path or content`),key:F().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`}));G(()=>Zh.extend({type:W(`sql`).describe(`Driver type must be "sql"`),dialect:Qh.describe(`SQL database dialect`),dataTypeMapping:$h.describe(`SQL data type mapping configuration`),ssl:L().default(!1).describe(`Enable SSL/TLS connection`),sslConfig:eg.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 tg=G(()=>U([`mongodb`,`couchdb`,`dynamodb`,`cassandra`,`redis`,`elasticsearch`,`neo4j`,`orientdb`]));G(()=>U([`find`,`findOne`,`insert`,`update`,`delete`,`aggregate`,`mapReduce`,`count`,`distinct`,`createIndex`,`dropIndex`]));var ng=G(()=>U([`all`,`quorum`,`one`,`local_quorum`,`each_quorum`,`eventual`])),rg=G(()=>U([`single`,`compound`,`unique`,`text`,`geospatial`,`hashed`,`ttl`,`sparse`])),ig=G(()=>B({enabled:L().default(!1).describe(`Enable sharding`),shardKey:F().optional().describe(`Field to use as shard key`),shardingStrategy:U([`hash`,`range`,`zone`]).optional().describe(`Sharding strategy`),numShards:I().int().positive().optional().describe(`Number of shards`)})),ag=G(()=>B({enabled:L().default(!1).describe(`Enable replication`),replicaSetName:F().optional().describe(`Replica set name`),replicas:I().int().positive().optional().describe(`Number of replicas`),readPreference:U([`primary`,`primaryPreferred`,`secondary`,`secondaryPreferred`,`nearest`]).optional().describe(`Read preference for replica set`),writeConcern:U([`majority`,`acknowledged`,`unacknowledged`]).optional().describe(`Write concern level`)})),og=G(()=>B({enabled:L().default(!1).describe(`Enable schema validation`),validationLevel:U([`strict`,`moderate`,`off`]).optional().describe(`Validation strictness`),validationAction:U([`error`,`warn`]).optional().describe(`Action on validation failure`),jsonSchema:H(F(),R()).optional().describe(`JSON Schema for validation`)})),sg=G(()=>B({text:F().describe(`NoSQL type for text fields`),number:F().describe(`NoSQL type for number fields`),boolean:F().describe(`NoSQL type for boolean fields`),date:F().describe(`NoSQL type for date fields`),datetime:F().describe(`NoSQL type for datetime fields`),json:F().optional().describe(`NoSQL type for JSON/object fields`),uuid:F().optional().describe(`NoSQL type for UUID fields`),binary:F().optional().describe(`NoSQL type for binary fields`),array:F().optional().describe(`NoSQL type for array fields`),objectId:F().optional().describe(`NoSQL type for ObjectID fields (MongoDB)`),geopoint:F().optional().describe(`NoSQL type for geospatial point fields`)}));G(()=>Zh.extend({type:W(`nosql`).describe(`Driver type must be "nosql"`),databaseType:tg.describe(`Specific NoSQL database type`),dataTypeMapping:sg.describe(`NoSQL data type mapping configuration`),consistency:ng.optional().describe(`Consistency level for operations`),replication:ag.optional().describe(`Replication configuration`),sharding:ig.optional().describe(`Sharding configuration`),schemaValidation:og.optional().describe(`Document schema validation`),region:F().optional().describe(`AWS region (for managed NoSQL services)`),accessKeyId:F().optional().describe(`AWS access key ID`),secretAccessKey:F().optional().describe(`AWS secret access key`),ttlField:F().optional().describe(`Field name for TTL (auto-deletion)`),maxDocumentSize:I().int().positive().optional().describe(`Maximum document size in bytes`),collectionPrefix:F().optional().describe(`Prefix for collection/table names`)}));var cg=G(()=>B({consistency:ng.optional().describe(`Consistency level override`),readFromSecondary:L().optional().describe(`Allow reading from secondary replicas`),projection:H(F(),V([W(0),W(1)])).optional().describe(`Field projection`),timeout:I().int().positive().optional().describe(`Query timeout (ms)`),useCursor:L().optional().describe(`Use cursor instead of loading all results`),batchSize:I().int().positive().optional().describe(`Cursor batch size`),profile:L().optional().describe(`Enable query profiling`),hint:F().optional().describe(`Index hint for query optimization`)})),lg=G(()=>B({operator:F().describe(`Aggregation operator (e.g., $match, $group, $sort)`),options:H(F(),R()).describe(`Stage-specific options`)}));G(()=>B({collection:F().describe(`Collection/table name`),stages:z(lg).describe(`Aggregation pipeline stages`),options:cg.optional().describe(`Query options`)})),G(()=>B({name:F().describe(`Index name`),type:rg.describe(`Index type`),fields:z(B({field:F().describe(`Field name`),order:U([`asc`,`desc`,`text`,`2dsphere`]).optional().describe(`Index order or type`)})).describe(`Fields to index`),unique:L().default(!1).describe(`Enforce uniqueness`),sparse:L().default(!1).describe(`Sparse index`),expireAfterSeconds:I().int().positive().optional().describe(`TTL in seconds`),partialFilterExpression:H(F(),R()).optional().describe(`Partial index filter`),background:L().default(!1).describe(`Create index in background`)})),G(()=>B({readConcern:U([`local`,`majority`,`linearizable`,`snapshot`]).optional().describe(`Read concern level`),writeConcern:U([`majority`,`acknowledged`,`unacknowledged`]).optional().describe(`Write concern level`),readPreference:U([`primary`,`primaryPreferred`,`secondary`,`secondaryPreferred`,`nearest`]).optional().describe(`Read preference`),maxCommitTimeMS:I().int().positive().optional().describe(`Transaction commit timeout (ms)`)}));var ug=U([`insert`,`update`,`upsert`,`replace`,`ignore`]),dg=G(()=>B({object:F().regex(/^[a-z_][a-z0-9_]*$/).describe(`Target Object Name`),externalId:F().default(`name`).describe(`Field match for uniqueness check`),mode:ug.default(`upsert`).describe(`Conflict resolution strategy`),env:z(U([`prod`,`dev`,`test`])).default([`prod`,`dev`,`test`]).describe(`Applicable environments`),records:z(H(F(),R())).describe(`Data records`)}));rh({schemaId:`object`,type:`simple`,sections:[{name:`basics`,label:`Basics`,description:`Identity, labels, and taxonomy.`,columns:2,fields:[{field:`name`,type:`text`,required:!0,immutable:!0,colSpan:1,helpText:`snake_case unique identifier (immutable after creation)`},{field:`label`,type:`text`,colSpan:1,helpText:`Singular display name (e.g. "Account")`},{field:`pluralLabel`,type:`text`,colSpan:1,helpText:`Plural display name (e.g. "Accounts")`},{field:`icon`,type:`text`,colSpan:1,helpText:`Lucide icon name (e.g. "building", "users")`},{field:`description`,type:`textarea`,colSpan:2,helpText:`Developer documentation`},{field:`tags`,type:`tags`,colSpan:2,helpText:`Categorization tags (e.g. "sales", "system")`},{field:`active`,type:`boolean`,colSpan:1,helpText:`Is the object active and usable`},{field:`isSystem`,type:`boolean`,colSpan:1,helpText:`System object (protected from deletion)`},{field:`abstract`,type:`boolean`,colSpan:1,helpText:`Abstract base (cannot be instantiated)`}]},{name:`fields`,label:`Fields`,description:`Define the data model — each entry becomes a column in the database table.`,fields:[{field:`fields`,type:`record`,required:!0,helpText:`Add the columns this object will store`,keyField:{field:`name`,label:`Name`,placeholder:`snake_case_identifier`,helpText:`snake_case machine name (used as column name and API key)`,regex:`^[a-z_][a-z0-9_]*$`,immutable:!0},fields:[{field:`label`,type:`text`,helpText:`Display label`},{field:`type`,type:`select`,required:!0,helpText:`Field type`,options:[{label:`Text`,value:`text`},{label:`Textarea`,value:`textarea`},{label:`Email`,value:`email`},{label:`URL`,value:`url`},{label:`Phone`,value:`phone`},{label:`Password`,value:`password`},{label:`Markdown`,value:`markdown`},{label:`HTML`,value:`html`},{label:`Rich Text`,value:`richtext`},{label:`Number`,value:`number`},{label:`Currency`,value:`currency`},{label:`Percent`,value:`percent`},{label:`Date`,value:`date`},{label:`Date & Time`,value:`datetime`},{label:`Time`,value:`time`},{label:`Boolean`,value:`boolean`},{label:`Toggle`,value:`toggle`},{label:`Select`,value:`select`},{label:`Multiselect`,value:`multiselect`},{label:`Radio`,value:`radio`},{label:`Checkboxes`,value:`checkboxes`},{label:`Lookup (reference)`,value:`lookup`},{label:`Master–Detail`,value:`master_detail`},{label:`Tree`,value:`tree`},{label:`Image`,value:`image`},{label:`File`,value:`file`},{label:`Avatar`,value:`avatar`},{label:`Video`,value:`video`},{label:`Audio`,value:`audio`},{label:`Formula (computed)`,value:`formula`},{label:`Summary (rollup)`,value:`summary`},{label:`Autonumber`,value:`autonumber`},{label:`Composite (embedded)`,value:`composite`},{label:`Repeater (embedded array)`,value:`repeater`},{label:`Record (keyed map)`,value:`record`},{label:`Location (GPS)`,value:`location`},{label:`Address`,value:`address`},{label:`Code`,value:`code`},{label:`JSON`,value:`json`},{label:`Color`,value:`color`},{label:`Rating`,value:`rating`},{label:`Slider`,value:`slider`},{label:`Signature`,value:`signature`},{label:`QR / Barcode`,value:`qrcode`},{label:`Progress`,value:`progress`},{label:`Tags`,value:`tags`},{label:`Vector embedding`,value:`vector`}]},{field:`description`,type:`textarea`,helpText:`Developer documentation for this column`},{field:`required`,type:`boolean`,helpText:`Must be set on every record`},{field:`unique`,type:`boolean`,helpText:`Disallow duplicate values`},{field:`indexed`,type:`boolean`,helpText:`Create a database index for faster querying`},{field:`readonly`,type:`boolean`,helpText:`Visible but never user-editable`},{field:`immutable`,type:`boolean`,helpText:`Editable on create, locked thereafter`},{field:`hidden`,type:`boolean`,helpText:`Hidden from default UI`},{field:`searchable`,type:`boolean`,helpText:`Include in full-text search`},{field:`sortable`,type:`boolean`,helpText:`Allow sorting on this column`},{field:`filterable`,type:`boolean`,helpText:`Allow filtering on this column`},{field:`defaultValue`,type:`text`,helpText:`Default value for new records (JSON literal)`},{field:`placeholder`,type:`text`,helpText:`Placeholder hint`},{field:`maxLength`,type:`number`,helpText:`Max characters`,visibleOn:`type in ['text','textarea','email','url','phone','password','markdown','html','richtext']`},{field:`minLength`,type:`number`,helpText:`Min characters`,visibleOn:`type in ['text','textarea','email','url','phone','password','markdown','html','richtext']`},{field:`min`,type:`number`,helpText:`Minimum value`,visibleOn:`type in ['number','currency','percent','rating','slider','progress']`},{field:`max`,type:`number`,helpText:`Maximum value`,visibleOn:`type in ['number','currency','percent','rating','slider','progress']`},{field:`precision`,type:`number`,helpText:`Total digits`,visibleOn:`type in ['number','currency','percent']`},{field:`scale`,type:`number`,helpText:`Decimal places`,visibleOn:`type in ['number','currency','percent']`},{field:`options`,type:`repeater`,helpText:`Available choices`,visibleOn:`type in ['select','multiselect','radio','checkboxes']`,fields:[{field:`label`,type:`text`,required:!0},{field:`value`,type:`text`,required:!0},{field:`color`,type:`color`},{field:`icon`,type:`text`,helpText:`Lucide icon name`},{field:`description`,type:`text`}]},{field:`reference`,type:`text`,helpText:`Target object name`,visibleOn:`type in ['lookup','master_detail','tree']`},{field:`referenceFilter`,type:`code`,language:`expression`,helpText:`CEL filter applied to the picker`,visibleOn:`type in ['lookup','master_detail']`},{field:`cascadeDelete`,type:`boolean`,helpText:`Delete children when parent is deleted`,visibleOn:`type == 'master_detail'`},{field:`multiple`,type:`boolean`,helpText:`Allow selecting multiple records`,visibleOn:`type in ['lookup']`},{field:`formula`,type:`code`,language:`expression`,helpText:`CEL formula expression`,visibleOn:`type == 'formula'`},{field:`returnType`,type:`select`,helpText:`Result type for formulas`,visibleOn:`type == 'formula'`,options:[{label:`Text`,value:`text`},{label:`Number`,value:`number`},{label:`Boolean`,value:`boolean`},{label:`Date`,value:`date`},{label:`Datetime`,value:`datetime`},{label:`Currency`,value:`currency`}]},{field:`summaryType`,type:`select`,helpText:`Aggregation`,visibleOn:`type == 'summary'`,options:[{label:`Count`,value:`count`},{label:`Sum`,value:`sum`},{label:`Avg`,value:`avg`},{label:`Min`,value:`min`},{label:`Max`,value:`max`}]},{field:`summaryField`,type:`text`,helpText:`Field on child object to aggregate`,visibleOn:`type == 'summary'`},{field:`displayFormat`,type:`text`,helpText:`e.g. "INV-{0000}"`,visibleOn:`type == 'autonumber'`},{field:`startingNumber`,type:`number`,helpText:`Starting sequence value`,visibleOn:`type == 'autonumber'`},{field:`language`,type:`text`,helpText:`Editor language (e.g. sql, javascript)`,visibleOn:`type == 'code'`},{field:`validation`,type:`code`,language:`expression`,helpText:`CEL predicate — must evaluate true`},{field:`errorMessage`,type:`text`,helpText:`Shown when validation fails`},{field:`audit`,type:`boolean`,helpText:`Audit changes to this field`},{field:`trackHistory`,type:`boolean`,helpText:`Keep change history`},{field:`pii`,type:`boolean`,helpText:`Personally identifiable information`},{field:`encrypted`,type:`boolean`,helpText:`Encrypt at rest`}]}]},{name:`capabilities`,label:`Capabilities`,description:`System features and API exposure.`,collapsible:!0,collapsed:!0,fields:[{field:`capabilities`,type:`composite`,helpText:`Enable/disable system features`,fields:[{field:`trackHistory`,type:`boolean`},{field:`searchable`,type:`boolean`},{field:`apiEnabled`,type:`boolean`},{field:`files`,type:`boolean`},{field:`feeds`,type:`boolean`},{field:`activities`,type:`boolean`},{field:`trash`,type:`boolean`},{field:`mru`,type:`boolean`},{field:`clone`,type:`boolean`}]}]},{name:`advanced`,label:`Advanced`,description:`State machines, actions, and storage.`,collapsible:!0,collapsed:!0,fields:[{field:`datasource`,type:`text`,helpText:`Target datasource ID (default: "default")`}]}]}),rh({schemaId:`field`,type:`simple`,sections:[{name:`basics`,label:`Basics`,description:`Core field identity and constraints.`,columns:2,fields:[{field:`name`,required:!0,immutable:!0,colSpan:1,helpText:`Unique identifier (snake_case, immutable after creation)`},{field:`label`,required:!0,colSpan:1,helpText:`Display name for users`},{field:`type`,required:!0,colSpan:1,helpText:`Data type of this field`},{field:`group`,colSpan:1,helpText:`Group name for form layout`},{field:`description`,widget:`textarea`,colSpan:2,helpText:`Help text shown to users`},{field:`required`,colSpan:1,helpText:`User must provide a value`},{field:`unique`,colSpan:1,helpText:`No two records can have the same value`},{field:`multiple`,colSpan:1,helpText:`Allow multiple values (for select/lookup)`}]},{name:`configuration`,label:`Configuration`,description:`Field-type specific settings (visible blocks depend on the chosen type).`,fields:[{field:`defaultValue`,helpText:`Default value for new records`},{field:`minLength`,visibleOn:`data.type == 'text' || data.type == 'textarea' || data.type == 'email'`,helpText:`Minimum character length`},{field:`maxLength`,visibleOn:`data.type == 'text' || data.type == 'textarea' || data.type == 'email'`,helpText:`Maximum character length`},{field:`min`,visibleOn:`data.type == 'number' || data.type == 'currency'`,helpText:`Minimum value`},{field:`max`,visibleOn:`data.type == 'number' || data.type == 'currency'`,helpText:`Maximum value`},{field:`precision`,visibleOn:`data.type == 'currency' || data.type == 'number'`,helpText:`Decimal places (e.g., 2 for $10.50)`},{field:`scale`,visibleOn:`data.type == 'number'`,helpText:`Number of decimal digits`},{field:`options`,type:`repeater`,visibleOn:`data.type == 'select' || data.type == 'multiselect'`,helpText:`Available options (label/value pairs)`},{field:`reference`,widget:`ref:object`,visibleOn:`data.type == 'lookup' || data.type == 'master_detail'`,helpText:`Referenced object name`},{field:`referenceFilters`,widget:`string-tags`,visibleOn:`data.type == 'lookup' || data.type == 'master_detail'`,helpText:`Filter expressions (e.g., "active = true")`},{field:`deleteBehavior`,visibleOn:`data.type == 'lookup' || data.type == 'master_detail'`,helpText:`What happens when referenced record is deleted`}]},{name:`formula`,label:`Formula & Computed`,description:`Calculated values and roll-up summaries.`,collapsible:!0,collapsed:!0,fields:[{field:`expression`,widget:`textarea`,helpText:`CEL expression to calculate this field (makes it read-only)`},{field:`summaryOperations`,type:`composite`,helpText:`Roll-up summary configuration (for parent-child relationships)`},{field:`cached`,type:`composite`,helpText:`Caching configuration for computed fields`}]},{name:`advanced`,label:`Advanced`,description:`Database, UI, audit, and security settings.`,collapsible:!0,collapsed:!0,columns:2,fields:[{field:`columnName`,colSpan:2,helpText:`Physical column name in database (defaults to field name)`},{field:`index`,colSpan:1,helpText:`Create database index for faster queries`},{field:`externalId`,colSpan:1,helpText:`Mark as external ID for upsert operations`},{field:`readonly`,colSpan:1,helpText:`Field is read-only in forms`},{field:`hidden`,colSpan:1,helpText:`Hide field from default UI views`},{field:`searchable`,colSpan:1,helpText:`Include in global search results`},{field:`sortable`,colSpan:1,helpText:`Allow sorting lists by this field`},{field:`auditTrail`,colSpan:1,helpText:`Track detailed changes with user and timestamp`},{field:`trackFeedHistory`,colSpan:1,helpText:`Show changes in activity feed`},{field:`encryptionConfig`,type:`composite`,colSpan:2,helpText:`Field-level encryption (GDPR/HIPAA/PCI-DSS)`},{field:`maskingRule`,type:`composite`,colSpan:2,helpText:`Data masking rules for PII protection`}]}]}),rh({schemaId:`hook`,type:`simple`,sections:[{label:`Identity`,description:`What this hook is and when it fires.`,columns:2,fields:[{field:`name`,type:`text`,required:!0,immutable:!0,colSpan:1,helpText:`snake_case identifier (immutable after creation)`},{field:`label`,type:`text`,colSpan:1},{field:`description`,type:`textarea`,colSpan:2},{field:`object`,type:`text`,required:!0,colSpan:1,helpText:`Target object name (or "*" for global)`},{field:`events`,type:`tags`,required:!0,colSpan:1,helpText:`Lifecycle events (e.g. beforeInsert, afterUpdate)`},{field:`priority`,type:`number`,colSpan:1,helpText:`Lower numbers run first`}]},{label:`Body`,description:`Inline expression or sandboxed JavaScript executed when the hook fires.`,fields:[{field:`body`,type:`composite`,helpText:`Either an L1 expression or an L2 sandboxed JS body`,fields:[{field:`language`,type:`select`,required:!0,helpText:`expression = pure formula; js = sandboxed JavaScript`,options:[{label:`Expression (L1)`,value:`expression`},{label:`JavaScript (L2 sandboxed)`,value:`js`}]},{field:`source`,type:`code`,language:`javascript`,required:!0,helpText:`Function body source — no top-level imports`},{field:`capabilities`,type:`tags`,helpText:`Allowed ctx APIs (api.read, api.write, crypto.uuid, log, …)`},{field:`timeoutMs`,type:`number`,helpText:`Per-invocation timeout (ms)`}]}]},{label:`Legacy handler`,description:`Function name reference — deprecated in favour of body.`,collapsible:!0,collapsed:!0,fields:[{field:`handler`,type:`text`,helpText:"Handler function name (deprecated — prefer `body`)"}]},{label:`Execution`,collapsible:!0,collapsed:!0,columns:2,fields:[{field:`async`,type:`boolean`,colSpan:1,helpText:`Run in background, do not block the transaction`},{field:`onError`,type:`select`,colSpan:1,options:[{label:`Abort`,value:`abort`},{label:`Log`,value:`log`}]},{field:`condition`,type:`code`,language:`javascript`,colSpan:2,helpText:`Optional formula — skip the hook when this evaluates to false`}]}]});var fg=G(()=>B({field:F().describe(`Source field name containing the reference value`),targetObject:F().regex(/^[a-z_][a-z0-9_]*$/).describe(`Target object name (snake_case)`),targetField:F().default(`name`).describe(`Field on target object used for matching`),fieldType:U([`lookup`,`master_detail`]).describe(`Relationship field type`)}).describe(`Describes how a field reference is resolved during seed loading`)),pg=G(()=>B({object:F().regex(/^[a-z_][a-z0-9_]*$/).describe(`Object name (snake_case)`),dependsOn:z(F()).describe(`Objects this object depends on`),references:z(fg).describe(`Field-level reference details`)}).describe(`Object node in the seed data dependency graph`)),mg=G(()=>B({nodes:z(pg).describe(`All objects in the dependency graph`),insertOrder:z(F()).describe(`Topologically sorted insert order`),circularDependencies:z(z(F())).default([]).describe(`Circular dependency chains (e.g., [["a", "b", "a"]])`)}).describe(`Complete object dependency graph for seed data loading`)),hg=G(()=>B({sourceObject:F().describe(`Object with the broken reference`),field:F().describe(`Field name with unresolved reference`),targetObject:F().describe(`Target object searched for the reference`),targetField:F().describe(`ExternalId field used for matching`),attemptedValue:R().describe(`Value that failed to resolve`),recordIndex:I().int().min(0).describe(`Index of the record in the dataset`),message:F().describe(`Human-readable error description`)}).describe(`Actionable error for a failed reference resolution`)),gg=B({user:B({id:F().min(1),role:F().optional(),email:F().optional()}).optional().describe(`Subject bound to os.user in seed CEL expressions`),org:B({id:F().min(1),tier:F().optional()}).optional().describe(`Organization bound to os.org in seed CEL expressions`)}).describe(`Identity context for resolving os.user / os.org in seed CEL values`),_g=G(()=>B({dryRun:L().default(!1).describe(`Validate references without writing data`),haltOnError:L().default(!1).describe(`Stop on first reference resolution error`),multiPass:L().default(!0).describe(`Enable multi-pass loading for circular dependencies`),defaultMode:ug.default(`upsert`).describe(`Default conflict resolution strategy`),batchSize:I().int().min(1).default(1e3).describe(`Maximum records per batch insert/upsert`),transaction:L().default(!1).describe(`Wrap entire load in a transaction (all-or-nothing)`),env:U([`prod`,`dev`,`test`]).optional().describe(`Only load datasets matching this environment`),organizationId:F().min(1).optional().describe(`Target organization id for per-tenant seed replay`),identity:gg.optional().describe(`Identity bound to os.user / os.org when resolving CEL seed values`)}).describe(`Seed data loader configuration`)),vg=G(()=>B({object:F().describe(`Object that was loaded`),mode:ug.describe(`Import mode used`),inserted:I().int().min(0).describe(`Records inserted`),updated:I().int().min(0).describe(`Records updated`),skipped:I().int().min(0).describe(`Records skipped`),errored:I().int().min(0).describe(`Records with errors`),total:I().int().min(0).describe(`Total records in dataset`),referencesResolved:I().int().min(0).describe(`References resolved via externalId`),referencesDeferred:I().int().min(0).describe(`References deferred to second pass`),errors:z(hg).default([]).describe(`Reference resolution errors`)}).describe(`Result of loading a single dataset`));G(()=>B({success:L().describe(`Overall success status`),dryRun:L().describe(`Whether this was a dry-run`),dependencyGraph:mg.describe(`Object dependency graph`),results:z(vg).describe(`Per-object load results`),errors:z(hg).describe(`All reference resolution errors`),summary:B({objectsProcessed:I().int().min(0).describe(`Total objects processed`),totalRecords:I().int().min(0).describe(`Total records across all objects`),totalInserted:I().int().min(0).describe(`Total records inserted`),totalUpdated:I().int().min(0).describe(`Total records updated`),totalSkipped:I().int().min(0).describe(`Total records skipped`),totalErrored:I().int().min(0).describe(`Total records with errors`),totalReferencesResolved:I().int().min(0).describe(`Total references resolved`),totalReferencesDeferred:I().int().min(0).describe(`Total references deferred`),circularDependencyCount:I().int().min(0).describe(`Circular dependency chains detected`),durationMs:I().min(0).describe(`Load duration in milliseconds`)}).describe(`Summary statistics`)}).describe(`Complete seed loader result`)),G(()=>B({datasets:z(dg).min(1).describe(`Datasets to load`),config:_g.default(()=>_g.parse({})).describe(`Loader configuration`)}).describe(`Seed loader request with datasets and configuration`));var yg=G(()=>B({versionNumber:I().describe(`Version number`),createdAt:I().describe(`Creation timestamp`),createdBy:F().describe(`Creator user ID`),size:I().describe(`File size in bytes`),checksum:F().describe(`File checksum`),downloadUrl:F().url().describe(`Download URL`),isLatest:L().optional().default(!1).describe(`Is latest version`)})),bg=G(()=>B({id:F().describe(`Template ID`),name:F().describe(`Template name`),description:F().optional().describe(`Template description`),fileUrl:F().url().describe(`Template file URL`),fileType:F().describe(`File MIME type`),placeholders:z(B({key:F().describe(`Placeholder key`),label:F().describe(`Placeholder label`),type:U([`text`,`number`,`date`,`image`]).describe(`Placeholder type`),required:L().optional().default(!1).describe(`Is required`)})).describe(`Template placeholders`)})),xg=G(()=>B({provider:U([`docusign`,`adobe-sign`,`hellosign`,`custom`]).describe(`E-signature provider`),enabled:L().optional().default(!1).describe(`E-signature enabled`),signers:z(B({email:F().email().describe(`Signer email`),name:F().describe(`Signer name`),role:F().describe(`Signer role`),order:I().describe(`Signing order`)})).describe(`Document signers`),expirationDays:I().optional().default(30).describe(`Expiration days`),reminderDays:I().optional().default(7).describe(`Reminder interval days`)}));G(()=>B({id:F().describe(`Document ID`),name:F().describe(`Document name`),description:F().optional().describe(`Document description`),fileType:F().describe(`File MIME type`),fileSize:I().describe(`File size in bytes`),category:F().optional().describe(`Document category`),tags:z(F()).optional().describe(`Document tags`),versioning:B({enabled:L().describe(`Versioning enabled`),versions:z(yg).describe(`Version history`),majorVersion:I().describe(`Major version`),minorVersion:I().describe(`Minor version`)}).optional().describe(`Version control`),template:bg.optional().describe(`Document template`),eSignature:xg.optional().describe(`E-signature config`),access:B({isPublic:L().optional().default(!1).describe(`Public access`),sharedWith:z(F()).optional().describe(`Shared with`),expiresAt:I().optional().describe(`Access expiration`)}).optional().describe(`Access control`),metadata:H(F(),R()).optional().describe(`Custom metadata`)}));var Sg=G(()=>uf(`type`,[B({type:W(`constant`),value:R().describe(`Constant value to use`)}).describe(`Set a constant value`),B({type:W(`cast`),targetType:U([`string`,`number`,`boolean`,`date`]).describe(`Target data type`)}).describe(`Cast to a specific data type`),B({type:W(`lookup`),table:F().describe(`Lookup table name`),keyField:F().describe(`Field to match on`),valueField:F().describe(`Field to retrieve`)}).describe(`Lookup value from another table`),B({type:W(`javascript`),expression:jp.describe(`JS expression (dialect="js" recommended). e.g. value.toUpperCase()`)}).describe(`Custom JavaScript transformation`),B({type:W(`map`),mappings:H(F(),R()).describe(`Value mappings (e.g., {"Active": "active"})`)}).describe(`Map values using a dictionary`)])),Cg=G(()=>B({source:F().describe(`Source field name`),target:F().describe(`Target field name`),transform:Sg.optional().describe(`Transformation to apply`),defaultValue:R().optional().describe(`Default if source is null/undefined`)})),wg=G(()=>B({id:F().describe(`Data source ID`),name:F().describe(`Data source name`),type:U([`odata`,`rest-api`,`graphql`,`custom`]).describe(`Protocol type`),endpoint:F().url().describe(`API endpoint URL`),authentication:B({type:U([`oauth2`,`api-key`,`basic`,`none`]).describe(`Auth type`),config:H(F(),R()).describe(`Auth configuration`)}).describe(`Authentication`)})),Tg=G(()=>Cg.extend({type:F().optional().describe(`Field type`),readonly:L().optional().default(!0).describe(`Read-only field`)}));G(()=>B({fieldName:F().describe(`Field name`),dataSource:wg.describe(`External data source`),query:B({endpoint:F().describe(`Query endpoint path`),method:U([`GET`,`POST`]).optional().default(`GET`).describe(`HTTP method`),parameters:H(F(),R()).optional().describe(`Query parameters`)}).describe(`Query configuration`),fieldMappings:z(Tg).describe(`Field mappings`),caching:B({enabled:L().optional().default(!0).describe(`Cache enabled`),ttl:I().optional().default(300).describe(`Cache TTL (seconds)`),strategy:U([`lru`,`lfu`,`ttl`]).optional().default(`ttl`).describe(`Cache strategy`)}).optional().describe(`Caching configuration`),fallback:B({enabled:L().optional().default(!0).describe(`Fallback enabled`),defaultValue:R().optional().describe(`Default fallback value`),showError:L().optional().default(!0).describe(`Show error to user`)}).optional().describe(`Fallback configuration`),rateLimit:B({requestsPerSecond:I().describe(`Requests per second limit`),burstSize:I().optional().describe(`Burst size`)}).optional().describe(`Rate limiting`),retry:B({maxRetries:I().min(0).default(3).describe(`Maximum retry attempts`),initialDelayMs:I().default(1e3).describe(`Initial retry delay in milliseconds`),maxDelayMs:I().default(3e4).describe(`Maximum retry delay in milliseconds`),backoffMultiplier:I().default(2).describe(`Exponential backoff multiplier`),retryableStatusCodes:z(I()).default([429,500,502,503,504]).describe(`HTTP status codes that are retryable`)}).optional().describe(`Retry configuration with exponential backoff`),transform:B({request:B({headers:H(F(),F()).optional().describe(`Additional request headers`),queryParams:H(F(),F()).optional().describe(`Additional query parameters`)}).optional().describe(`Request transformation`),response:B({dataPath:F().optional().describe(`JSONPath to extract data (e.g., "$.data.results")`),totalPath:F().optional().describe(`JSONPath to extract total count (e.g., "$.meta.total")`)}).optional().describe(`Response transformation`)}).optional().describe(`Request/response transformation pipeline`),pagination:B({type:U([`offset`,`cursor`,`page`]).default(`offset`).describe(`Pagination type`),pageSize:I().default(100).describe(`Items per page`),maxPages:I().optional().describe(`Maximum number of pages to fetch`)}).optional().describe(`Pagination configuration for external data`)}));var Eg=F().describe(`Underlying driver identifier`);G(()=>B({id:F().describe(`Unique driver identifier (e.g. "postgres")`),label:F().describe(`Display label (e.g. "PostgreSQL")`),description:F().optional(),icon:F().optional(),configSchema:H(F(),R()).describe(`JSON Schema for connection configuration`),capabilities:zf(()=>Dg).optional()}));var Dg=B({transactions:L().default(!1),queryFilters:L().default(!1),queryAggregations:L().default(!1),querySorting:L().default(!1),queryPagination:L().default(!1),queryWindowFunctions:L().default(!1),querySubqueries:L().default(!1),joins:L().default(!1),fullTextSearch:L().default(!1),readOnly:L().default(!1),dynamicSchema:L().default(!1)}),Og=U([`managed`,`external`,`validate-only`]).describe(`Schema ownership mode`),kg=B({label:F().optional().describe(`Display label, e.g. "Snowflake — ANALYTICS / PROD"`),allowedSchemas:z(F()).optional().describe(`Whitelist of remote schemas/databases that may be exposed.`),allowWrites:L().default(!1).describe(`Global write gate. Individual objects must also opt in via object.external.writable.`),validation:B({onMismatch:U([`fail`,`warn`,`ignore`]).default(`fail`).describe(`What to do when a federated object diverges from the remote table.`),checkOnBoot:L().default(!0).describe(`Validate federated objects against the remote schema at boot.`),checkIntervalMs:I().optional().describe(`Optional background drift-check interval in milliseconds.`)}).default({onMismatch:`fail`,checkOnBoot:!0}).describe(`Boot/drift validation policy`),credentialsRef:F().optional().describe(`Reference into the secrets store; never inline credentials.`),queryTimeoutMs:I().default(3e4).describe(`Hard cap on per-query execution time.`),requirePermission:F().optional().describe(`Optional convenience: gate the entire datasource behind a single role.`)}).describe(`External datasource federation settings (schemaMode != "managed")`);G(()=>B({name:F().regex(/^[a-z_][a-z0-9_]*$/).describe(`Unique datasource identifier`),label:F().optional().describe(`Display label`),driver:Eg.describe(`Underlying driver type`),config:H(F(),R()).describe(`Driver specific configuration`),pool:B({min:I().default(0).describe(`Minimum connections`),max:I().default(10).describe(`Maximum connections`),idleTimeoutMillis:I().default(3e4).describe(`Idle timeout`),connectionTimeoutMillis:I().default(3e3).describe(`Connection establishment timeout`)}).optional().describe(`Connection pool settings`),readReplicas:z(H(F(),R())).optional().describe(`Read-only replica configurations`),capabilities:Dg.optional().describe(`Capability overrides`),healthCheck:B({enabled:L().default(!0).describe(`Enable health check endpoint`),intervalMs:I().default(3e4).describe(`Health check interval in milliseconds`),timeoutMs:I().default(5e3).describe(`Health check timeout in milliseconds`)}).optional().describe(`Datasource health check configuration`),ssl:B({enabled:L().default(!1).describe(`Enable SSL/TLS for database connection`),rejectUnauthorized:L().default(!0).describe(`Reject connections with invalid/self-signed certificates`),ca:F().optional().describe(`CA certificate (PEM format or path to file)`),cert:F().optional().describe(`Client certificate (PEM format or path to file)`),key:F().optional().describe(`Client private key (PEM format or path to file)`)}).optional().describe(`SSL/TLS configuration for secure database connections`),retryPolicy:B({maxRetries:I().default(3).describe(`Maximum number of retry attempts`),baseDelayMs:I().default(1e3).describe(`Base delay between retries in milliseconds`),maxDelayMs:I().default(3e4).describe(`Maximum delay between retries in milliseconds`),backoffMultiplier:I().default(2).describe(`Exponential backoff multiplier`)}).optional().describe(`Connection retry policy for transient failures`),description:F().optional().describe(`Internal description`),active:L().default(!0).describe(`Is datasource enabled`),schemaMode:Og.default(`managed`),external:kg.optional(),origin:U([`code`,`runtime`]).default(`code`).describe(`Datasource provenance (server-managed, read-only)`)}).superRefine((e,t)=>{e.schemaMode!==`managed`&&!e.external&&t.addIssue({code:`custom`,path:[`external`],message:`schemaMode='${e.schemaMode}' requires 'external' settings.`}),e.schemaMode===`managed`&&e.external&&t.addIssue({code:`custom`,path:[`external`],message:`'external' settings only apply when schemaMode != 'managed'.`})}));var Ag=B({name:F().describe(`Remote column name`),sqlType:F().describe(`Raw remote SQL type (e.g. "numeric(10,2)")`),nullable:L().describe(`Whether the remote column is nullable`),primaryKey:L().default(!1).describe(`Part of the remote primary key`),suggestedFieldType:F().optional().describe(`ObjectStack field type suggested by the type-compat matrix`)}),jg=B({remoteSchema:F().optional().describe(`Remote schema/database qualifier`),remoteName:F().describe(`Remote table/view name`),columns:z(Ag).describe(`Remote columns`),indexes:z(B({name:F(),columns:z(F()),unique:L()})).optional().describe(`Remote indexes, when introspectable`),rowCountEstimate:I().optional().describe(`Approximate row count`)});G(()=>B({name:F().regex(/^[a-z_][a-z0-9_]*$/).describe("Catalog id, conventionally `<datasource>_catalog`."),datasource:F().describe(`Datasource.name this catalog snapshots.`),snapshotAt:F().datetime().describe(`When the snapshot was taken (ISO 8601).`),dialect:F().optional().describe(`Remote SQL dialect, when known.`),tables:z(jg).describe(`Snapshotted remote tables.`)}));var Mg=U([`count`,`sum`,`avg`,`min`,`max`,`count_distinct`,`number`,`string`,`boolean`]),Ng=U([`string`,`number`,`boolean`,`time`,`geo`]),Pg=U([`second`,`minute`,`hour`,`day`,`week`,`month`,`quarter`,`year`]),Fg=G(()=>B({name:F().regex(/^[a-z_][a-z0-9_]*$/).describe(`Unique metric ID`),label:F().describe(`Human readable label`),description:F().optional(),type:Mg,sql:F().describe(`SQL expression or field reference`),filters:z(B({sql:F()})).optional(),format:F().optional()})),Ig=G(()=>B({name:F().regex(/^[a-z_][a-z0-9_]*$/).describe(`Unique dimension ID`),label:F().describe(`Human readable label`),description:F().optional(),type:Ng,sql:F().describe(`SQL expression or column reference`),granularities:z(Pg).optional()})),Lg=G(()=>B({name:F().describe(`Target cube name`),relationship:U([`one_to_one`,`one_to_many`,`many_to_one`]).default(`many_to_one`),sql:F().describe(`Join condition (ON clause)`)}));G(()=>B({name:F().regex(/^[a-z_][a-z0-9_]*$/).describe(`Cube name (snake_case)`),title:F().optional(),description:F().optional(),sql:F().describe(`Base SQL statement or Table Name`),measures:H(F(),Fg).describe(`Quantitative metrics`),dimensions:H(F(),Ig).describe(`Qualitative attributes`),joins:H(F(),Lg).optional(),refreshKey:B({every:F().optional(),sql:F().optional()}).optional(),public:L().default(!1)})),G(()=>B({cube:F().optional().describe(`Target cube name (optional when provided externally, e.g. in API request wrapper)`),measures:z(F()).describe(`List of metrics to calculate`),dimensions:z(F()).optional().describe(`List of dimensions to group by`),where:Zf.optional().describe(`Filtering criteria (canonical Query DSL FilterCondition)`),timeDimensions:z(B({dimension:F(),granularity:Pg.optional(),dateRange:V([F(),z(F())]).optional()})).optional(),order:H(F(),U([`asc`,`desc`])).optional(),limit:I().optional(),offset:I().optional(),timezone:F().optional().default(`UTC`)}));var Rg=U([`comment`,`field_change`,`task`,`event`,`email`,`call`,`note`,`file`,`record_create`,`record_delete`,`approval`,`sharing`,`system`]),zg=G(()=>B({type:U([`user`,`team`,`record`]).describe(`Mention target type`),id:F().describe(`Target ID`),name:F().describe(`Display name for rendering`),offset:I().int().min(0).describe(`Character offset in body text`),length:I().int().min(1).describe(`Length of mention token in body text`)})),Bg=G(()=>B({field:F().describe(`Field machine name`),fieldLabel:F().optional().describe(`Field display label`),oldValue:R().optional().describe(`Previous value`),newValue:R().optional().describe(`New value`),oldDisplayValue:F().optional().describe(`Human-readable old value`),newDisplayValue:F().optional().describe(`Human-readable new value`)})),Vg=G(()=>B({emoji:F().describe(`Emoji character or shortcode (e.g., "👍", ":thumbsup:")`),userIds:z(F()).describe(`Users who reacted`),count:I().int().min(1).describe(`Total reaction count`)})),Hg=G(()=>B({type:U([`user`,`system`,`service`,`automation`]).describe(`Actor type`),id:F().describe(`Actor ID`),name:F().optional().describe(`Actor display name`),avatarUrl:F().url().optional().describe(`Actor avatar URL`),source:F().optional().describe(`Source application (e.g., "Omni", "API", "Studio")`)})),Ug=U([`public`,`internal`,`private`]);G(()=>B({id:F().describe(`Feed item ID`),type:Rg.describe(`Activity type`),object:F().describe(`Object name (e.g., "account")`),recordId:F().describe(`Record ID this feed item belongs to`),actor:Hg.describe(`Who performed this action`),body:F().optional().describe(`Rich text body (Markdown supported)`),mentions:z(zg).optional().describe(`Mentioned users/teams/records`),changes:z(Bg).optional().describe(`Field-level changes`),reactions:z(Vg).optional().describe(`Emoji reactions on this item`),parentId:F().optional().describe(`Parent feed item ID for threaded replies`),replyCount:I().int().min(0).default(0).describe(`Number of replies`),pinned:L().default(!1).describe(`Whether the feed item is pinned to the top of the timeline`),pinnedAt:F().datetime().optional().describe(`Timestamp when the item was pinned`),pinnedBy:F().optional().describe(`User ID who pinned the item`),starred:L().default(!1).describe(`Whether the feed item is starred/bookmarked by the current user`),starredAt:F().datetime().optional().describe(`Timestamp when the item was starred`),visibility:Ug.default(`public`).describe(`Visibility: public (all users), internal (team only), private (author + mentioned)`),createdAt:F().datetime().describe(`Creation timestamp`),updatedAt:F().datetime().optional().describe(`Last update timestamp`),editedAt:F().datetime().optional().describe(`When comment was last edited`),isEdited:L().default(!1).describe(`Whether comment has been edited`)})),U([`all`,`comments_only`,`changes_only`,`tasks_only`]);var Wg=U([`comment`,`mention`,`field_change`,`task`,`approval`,`all`]),Gg=U([`in_app`,`email`,`push`,`slack`]);G(()=>B({object:F().describe(`Object name`),recordId:F().describe(`Record ID`),userId:F().describe(`Subscribing user ID`),events:z(Wg).default([`all`]).describe(`Event types to receive notifications for`),channels:z(Gg).default([`in_app`]).describe(`Notification delivery channels`),active:L().default(!0).describe(`Whether the subscription is active`),createdAt:F().datetime().describe(`Subscription creation timestamp`)}));var Kg=(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`)}),qg={debug:0,info:1,warn:2,error:3,fatal:4,silent:5},Jg={debug:`\x1B[36m`,info:`\x1B[32m`,warn:`\x1B[33m`,error:`\x1B[31m`,fatal:`\x1B[35m`,silent:``},Yg=`\x1B[0m`,Xg=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=Kg(`fs`),n=Kg(`path`).dirname(e);t.mkdirSync(n,{recursive:!0}),this.fileStream=t.createWriteStream(e,{flags:`a`})}catch{}}isEnabled(e){return qg[e]>=qg[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=Jg[e]||``,r=this.config.name?`[${this.config.name}] `:``;s=`${n}${o} ${e.toUpperCase()}${Yg} ${r}${t}`,a&&(s+=` ${JSON.stringify(i)}`)}let c=s+`
|
|
109
|
-
`;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 Zg(e){return new Xg(e)}var Qg=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=[]}},$g=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 this.fetch(`${this.baseUrl}${t}/sign-in/email`,{method:`POST`,headers:{Origin:this.baseUrl},body:JSON.stringify(e)}),r=await n.json().catch(()=>({}));if(!n.ok){let e=r?.message||r?.error?.message||`Login failed (HTTP ${n.status})`,t=Error(e);throw r?.code&&(t.code=r.code),t.status=n.status,t}let i=r&&(r.data??(r.token||r.user?{token:r.token,user:r.user}:void 0)),a=i?{...r,data:i}:r;return a.data?.token&&(this.token=a.data.token),a},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)}},this.approvals={listRequests:async e=>{let t=this.getRoute(`approvals`),n=new URLSearchParams;e?.object&&n.set(`object`,e.object),e?.recordId&&n.set(`recordId`,e.recordId),e?.status&&n.set(`status`,Array.isArray(e.status)?e.status.join(`,`):e.status),e?.approverId&&n.set(`approverId`,e.approverId),e?.submitterId&&n.set(`submitterId`,e.submitterId);let r=n.toString(),i=await this.fetch(`${this.baseUrl}${t}/requests${r?`?${r}`:``}`),a=await this.unwrapResponse(i);return Array.isArray(a)?a:a?.data??[]},getRequest:async e=>{let t=this.getRoute(`approvals`),n=await this.fetch(`${this.baseUrl}${t}/requests/${encodeURIComponent(e)}`);return this.unwrapResponse(n)},approve:async(e,t)=>{let n=this.getRoute(`approvals`),r=await this.fetch(`${this.baseUrl}${n}/requests/${encodeURIComponent(e)}/approve`,{method:`POST`,body:JSON.stringify({actorId:t?.actorId,comment:t?.comment})});return this.unwrapResponse(r)},reject:async(e,t)=>{let n=this.getRoute(`approvals`),r=await this.fetch(`${this.baseUrl}${n}/requests/${encodeURIComponent(e)}/reject`,{method:`POST`,body:JSON.stringify({actorId:t?.actorId,comment:t?.comment})});return this.unwrapResponse(r)},listActions:async e=>{let t=this.getRoute(`approvals`),n=await this.fetch(`${this.baseUrl}${t}/requests/${encodeURIComponent(e)}/actions`),r=await this.unwrapResponse(n);return Array.isArray(r)?r:r?.data??[]}},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.locale=e.locale,this.fetchImpl=e.fetch||globalThis.fetch.bind(globalThis),this.logger=e.logger||Zg({level:e.debug?`debug`:`info`,format:`pretty`}),this.realtimeAPI=new Qg(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 e_(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}setLocale(e){this.locale=e,this.logger.debug(`Active locale changed`,{locale:e})}getLocale(){return this.locale}get events(){return this.realtimeAPI}isFilterAST(e){return ep(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),this.locale&&!Object.keys(n).some(e=>e.toLowerCase()===`accept-language`)&&(n[`Accept-Language`]=this.locale);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`,approvals:`/api/v1/approvals`,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}`}},e_=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}`}},t_=(0,j.createContext)(null),n_=(0,j.createContext)(void 0);function r_({client:e,locale:t,children:n}){let r=(0,j.useRef)(null);return(r.current?.client!==e||r.current?.locale!==t)&&(r.current={client:e,locale:t},e.setLocale?.(t)),j.createElement(t_.Provider,{value:e},j.createElement(n_.Provider,{value:t},n))}function i_(){let e=(0,j.useContext)(t_);if(!e)throw Error(`useClient must be used within an ObjectStackProvider. Make sure your component is wrapped with <ObjectStackProvider client={...}>.`);return e}var a_=1,o_=1e6,s_=0;function c_(){return s_=(s_+1)%(2**53-1),s_.toString()}var l_=new Map,u_=e=>{if(l_.has(e))return;let t=setTimeout(()=>{l_.delete(e),m_({type:`REMOVE_TOAST`,toastId:e})},o_);l_.set(e,t)},d_=(e,t)=>{switch(t.type){case`ADD_TOAST`:return{...e,toasts:[t.toast,...e.toasts].slice(0,a_)};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?u_(n):e.toasts.forEach(e=>{u_(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)}}},f_=[],p_={toasts:[]};function m_(e){p_=d_(p_,e),f_.forEach(e=>{e(p_)})}function K({...e}){let t=c_(),n=e=>m_({type:`UPDATE_TOAST`,toast:{...e,id:t}}),r=()=>m_({type:`DISMISS_TOAST`,toastId:t});return m_({type:`ADD_TOAST`,toast:{...e,id:t,open:!0,onOpenChange:e=>{e||r()}}}),{id:t,dismiss:r,update:n}}function h_(){let[e,t]=j.useState(p_);return j.useEffect(()=>(f_.push(t),()=>{let e=f_.indexOf(t);e>-1&&f_.splice(e,1)}),[e]),{...e,toast:K,dismiss:e=>m_({type:`DISMISS_TOAST`,toastId:e})}}typeof window<`u`&&window.document&&window.document.createElement;function q(e,t,{checkForDefaultPrevented:n=!0}={}){return function(r){if(e?.(r),n===!1||!r.defaultPrevented)return t?.(r)}}function g_(e,t){if(typeof e==`function`)return e(t);e!=null&&(e.current=t)}function __(...e){return t=>{let n=!1,r=e.map(e=>{let r=g_(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():g_(e[t],null)}}}}function v_(...e){return j.useCallback(__(...e),e)}function y_(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 b_(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,x_(i,...t)]}function x_(...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 S_(e){let t=C_(e),n=j.forwardRef((e,n)=>{let{children:r,...i}=e,a=j.Children.toArray(r),o=a.find(E_);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 C_(e){let t=j.forwardRef((e,t)=>{let{children:n,...r}=e;if(j.isValidElement(n)){let e=O_(n),i=D_(r,n.props);return n.type!==j.Fragment&&(i.ref=t?__(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 w_=Symbol(`radix.slottable`);function T_(e){let t=({children:e})=>(0,M.jsx)(M.Fragment,{children:e});return t.displayName=`${e}.Slottable`,t.__radixId=w_,t}function E_(e){return j.isValidElement(e)&&typeof e.type==`function`&&`__radixId`in e.type&&e.type.__radixId===w_}function D_(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 O_(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 k_(e){let t=e+`CollectionProvider`,[n,r]=b_(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=S_(s),l=j.forwardRef((e,t)=>{let{scope:n,children:r}=e;return(0,M.jsx)(c,{ref:v_(t,a(s,n).collectionRef),children:r})});l.displayName=s;let u=e+`CollectionItemSlot`,d=`data-radix-collection-item`,f=S_(u),p=j.forwardRef((e,t)=>{let{scope:n,children:r,...i}=e,o=j.useRef(null),s=v_(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 A_=[`a`,`button`,`div`,`form`,`h2`,`h3`,`img`,`input`,`label`,`li`,`nav`,`ol`,`p`,`select`,`span`,`svg`,`ul`].reduce((e,t)=>{let n=S_(`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 j_(e,t){e&&Gi.flushSync(()=>e.dispatchEvent(t))}function M_(e){let t=j.useRef(e);return j.useEffect(()=>{t.current=e}),j.useMemo(()=>(...e)=>t.current?.(...e),[])}function N_(e,t=globalThis?.document){let n=M_(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 P_=`DismissableLayer`,F_=`dismissableLayer.update`,I_=`dismissableLayer.pointerDownOutside`,L_=`dismissableLayer.focusOutside`,R_,z_=j.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),B_=j.forwardRef((e,t)=>{let{disableOutsidePointerEvents:n=!1,onEscapeKeyDown:r,onPointerDownOutside:i,onFocusOutside:a,onInteractOutside:o,onDismiss:s,...c}=e,l=j.useContext(z_),[u,d]=j.useState(null),f=u?.ownerDocument??globalThis?.document,[,p]=j.useState({}),m=v_(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=U_(e=>{let t=e.target,n=[...l.branches].some(e=>e.contains(t));!b||n||(i?.(e),o?.(e),e.defaultPrevented||s?.())},f),S=W_(e=>{let t=e.target;[...l.branches].some(e=>e.contains(t))||(a?.(e),o?.(e),e.defaultPrevented||s?.())},f);return N_(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&&(R_=f.body.style.pointerEvents,f.body.style.pointerEvents=`none`),l.layersWithOutsidePointerEventsDisabled.add(u)),l.layers.add(u),G_(),()=>{n&&l.layersWithOutsidePointerEventsDisabled.size===1&&(f.body.style.pointerEvents=R_)}},[u,f,n,l]),j.useEffect(()=>()=>{u&&(l.layers.delete(u),l.layersWithOutsidePointerEventsDisabled.delete(u),G_())},[u,l]),j.useEffect(()=>{let e=()=>p({});return document.addEventListener(F_,e),()=>document.removeEventListener(F_,e)},[]),(0,M.jsx)(A_.div,{...c,ref:m,style:{pointerEvents:y?b?`auto`:`none`:void 0,...e.style},onFocusCapture:q(e.onFocusCapture,S.onFocusCapture),onBlurCapture:q(e.onBlurCapture,S.onBlurCapture),onPointerDownCapture:q(e.onPointerDownCapture,x.onPointerDownCapture)})});B_.displayName=P_;var V_=`DismissableLayerBranch`,H_=j.forwardRef((e,t)=>{let n=j.useContext(z_),r=j.useRef(null),i=v_(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)(A_.div,{...e,ref:i})});H_.displayName=V_;function U_(e,t=globalThis?.document){let n=M_(e),r=j.useRef(!1),i=j.useRef(()=>{});return j.useEffect(()=>{let e=e=>{if(e.target&&!r.current){let r=function(){K_(I_,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 W_(e,t=globalThis?.document){let n=M_(e),r=j.useRef(!1);return j.useEffect(()=>{let e=e=>{e.target&&!r.current&&K_(L_,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 G_(){let e=new CustomEvent(F_);document.dispatchEvent(e)}function K_(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?j_(i,a):i.dispatchEvent(a)}var q_=B_,J_=H_,Y_=globalThis?.document?j.useLayoutEffect:()=>{},X_=`Portal`,Z_=j.forwardRef((e,t)=>{let{container:n,...r}=e,[i,a]=j.useState(!1);Y_(()=>a(!0),[]);let o=n||i&&globalThis?.document?.body;return o?Gi.createPortal((0,M.jsx)(A_.div,{...r,ref:t}),o):null});Z_.displayName=X_;function Q_(e,t){return j.useReducer((e,n)=>t[e][n]??e,e)}var $_=e=>{let{present:t,children:n}=e,r=ev(t),i=typeof n==`function`?n({present:r.isPresent}):j.Children.only(n),a=v_(r.ref,nv(i));return typeof n==`function`||r.isPresent?j.cloneElement(i,{ref:a}):null};$_.displayName=`Presence`;function ev(e){let[t,n]=j.useState(),r=j.useRef(null),i=j.useRef(e),a=j.useRef(`none`),[o,s]=Q_(e?`mounted`:`unmounted`,{mounted:{UNMOUNT:`unmounted`,ANIMATION_OUT:`unmountSuspended`},unmountSuspended:{MOUNT:`mounted`,ANIMATION_END:`unmounted`},unmounted:{MOUNT:`mounted`}});return j.useEffect(()=>{let e=tv(r.current);a.current=o===`mounted`?e:`none`},[o]),Y_(()=>{let t=r.current,n=i.current;if(n!==e){let r=a.current,o=tv(t);e?s(`MOUNT`):o===`none`||t?.display===`none`?s(`UNMOUNT`):s(n&&r!==o?`ANIMATION_OUT`:`UNMOUNT`),i.current=e}},[e,s]),Y_(()=>{if(t){let e,n=t.ownerDocument.defaultView??window,o=a=>{let o=tv(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=tv(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 tv(e){return e?.animationName||`none`}function nv(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 rv=j.useInsertionEffect||Y_;function iv({prop:e,defaultProp:t,onChange:n=()=>{},caller:r}){let[i,a,o]=av({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=ov(t)?t(e):t;n!==e&&o.current?.(n)}else a(t)},[s,e,a,o])]}function av({defaultProp:e,onChange:t}){let[n,r]=j.useState(e),i=j.useRef(n),a=j.useRef(t);return rv(()=>{a.current=t},[t]),j.useEffect(()=>{i.current!==n&&(a.current?.(n),i.current=n)},[n,i]),[n,r,a]}function ov(e){return typeof e==`function`}var sv=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`}),cv=`VisuallyHidden`,lv=j.forwardRef((e,t)=>(0,M.jsx)(A_.span,{...e,ref:t,style:{...sv,...e.style}}));lv.displayName=cv;var uv=lv,dv=`ToastProvider`,[fv,pv,mv]=k_(`Toast`),[hv,gv]=b_(`Toast`,[mv]),[_v,vv]=hv(dv),yv=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 \`${dv}\`. Expected non-empty \`string\`.`),(0,M.jsx)(fv.Provider,{scope:t,children:(0,M.jsx)(_v,{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})})};yv.displayName=dv;var bv=`ToastViewport`,xv=[`F8`],Sv=`toast.viewportPause`,Cv=`toast.viewportResume`,wv=j.forwardRef((e,t)=>{let{__scopeToast:n,hotkey:r=xv,label:i=`Notifications ({hotkey})`,...a}=e,o=vv(bv,n),s=pv(n),c=j.useRef(null),l=j.useRef(null),u=j.useRef(null),d=j.useRef(null),f=v_(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(Sv);t.dispatchEvent(e),o.isClosePausedRef.current=!0}},r=()=>{if(o.isClosePausedRef.current){let e=new CustomEvent(Cv);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,...Zv(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);Qv(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)(J_,{ref:c,role:`region`,"aria-label":i.replace(`{hotkey}`,p),tabIndex:-1,style:{pointerEvents:m?void 0:`none`},children:[m&&(0,M.jsx)(Ev,{ref:l,onFocusFromOutsideViewport:()=>{Qv(h({tabbingDirection:`forwards`}))}}),(0,M.jsx)(fv.Slot,{scope:n,children:(0,M.jsx)(A_.ol,{tabIndex:-1,...a,ref:f})}),m&&(0,M.jsx)(Ev,{ref:u,onFocusFromOutsideViewport:()=>{Qv(h({tabbingDirection:`backwards`}))}})]})});wv.displayName=bv;var Tv=`ToastFocusProxy`,Ev=j.forwardRef((e,t)=>{let{__scopeToast:n,onFocusFromOutsideViewport:r,...i}=e,a=vv(Tv,n);return(0,M.jsx)(lv,{tabIndex:0,...i,ref:t,style:{position:`fixed`},onFocus:e=>{let t=e.relatedTarget;a.viewport?.contains(t)||r()}})});Ev.displayName=Tv;var Dv=`Toast`,Ov=`toast.swipeStart`,kv=`toast.swipeMove`,Av=`toast.swipeCancel`,jv=`toast.swipeEnd`,Mv=j.forwardRef((e,t)=>{let{forceMount:n,open:r,defaultOpen:i,onOpenChange:a,...o}=e,[s,c]=iv({prop:r,defaultProp:i??!0,onChange:a,caller:Dv});return(0,M.jsx)($_,{present:n||s,children:(0,M.jsx)(Fv,{open:s,...o,ref:t,onClose:()=>c(!1),onPause:M_(e.onPause),onResume:M_(e.onResume),onSwipeStart:q(e.onSwipeStart,e=>{e.currentTarget.setAttribute(`data-swipe`,`start`)}),onSwipeMove:q(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:q(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:q(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)})})})});Mv.displayName=Dv;var[Nv,Pv]=hv(Dv,{onClose(){}}),Fv=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=vv(Dv,n),[g,_]=j.useState(null),v=v_(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=M_(()=>{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(Sv,n),e.addEventListener(Cv,t),()=>{e.removeEventListener(Sv,n),e.removeEventListener(Cv,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?Kv(g):null,[g]);return h.viewport?(0,M.jsxs)(M.Fragment,{children:[ee&&(0,M.jsx)(Iv,{__scopeToast:n,role:`status`,"aria-live":r===`foreground`?`assertive`:`polite`,children:ee}),(0,M.jsx)(Nv,{scope:n,onClose:D,children:Gi.createPortal((0,M.jsx)(fv.ItemSlot,{scope:n,children:(0,M.jsx)(q_,{asChild:!0,onEscapeKeyDown:q(s,()=>{h.isFocusedToastEscapeKeyDownRef.current||D(),h.isFocusedToastEscapeKeyDownRef.current=!1}),children:(0,M.jsx)(A_.li,{tabIndex:0,"data-state":a?`open`:`closed`,"data-swipe-direction":h.swipeDirection,...m,ref:v,style:{userSelect:`none`,touchAction:`none`,...e.style},onKeyDown:q(e.onKeyDown,e=>{e.key===`Escape`&&(s?.(e.nativeEvent),e.nativeEvent.defaultPrevented||(h.isFocusedToastEscapeKeyDownRef.current=!0,D()))}),onPointerDown:q(e.onPointerDown,e=>{e.button===0&&(y.current={x:e.clientX,y:e.clientY})}),onPointerMove:q(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,qv(kv,d,f,{discrete:!1})):Jv(l,h.swipeDirection,c)?(b.current=l,qv(Ov,u,f,{discrete:!1}),e.target.setPointerCapture(e.pointerId)):(Math.abs(t)>c||Math.abs(n)>c)&&(y.current=null)}),onPointerUp:q(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};Jv(t,h.swipeDirection,h.swipeThreshold)?qv(jv,p,r,{discrete:!0}):qv(Av,f,r,{discrete:!0}),n.addEventListener(`click`,e=>e.preventDefault(),{once:!0})}})})})}),h.viewport)})]}):null}),Iv=e=>{let{__scopeToast:t,children:n,...r}=e,i=vv(Dv,t),[a,o]=j.useState(!1),[s,c]=j.useState(!1);return Yv(()=>o(!0)),j.useEffect(()=>{let e=window.setTimeout(()=>c(!0),1e3);return()=>window.clearTimeout(e)},[]),s?null:(0,M.jsx)(Z_,{asChild:!0,children:(0,M.jsx)(lv,{...r,children:a&&(0,M.jsxs)(M.Fragment,{children:[i.label,` `,n]})})})},Lv=`ToastTitle`,Rv=j.forwardRef((e,t)=>{let{__scopeToast:n,...r}=e;return(0,M.jsx)(A_.div,{...r,ref:t})});Rv.displayName=Lv;var zv=`ToastDescription`,Bv=j.forwardRef((e,t)=>{let{__scopeToast:n,...r}=e;return(0,M.jsx)(A_.div,{...r,ref:t})});Bv.displayName=zv;var Vv=`ToastAction`,Hv=j.forwardRef((e,t)=>{let{altText:n,...r}=e;return n.trim()?(0,M.jsx)(Gv,{altText:n,asChild:!0,children:(0,M.jsx)(Wv,{...r,ref:t})}):(console.error(`Invalid prop \`altText\` supplied to \`${Vv}\`. Expected non-empty \`string\`.`),null)});Hv.displayName=Vv;var Uv=`ToastClose`,Wv=j.forwardRef((e,t)=>{let{__scopeToast:n,...r}=e,i=Pv(Uv,n);return(0,M.jsx)(Gv,{asChild:!0,children:(0,M.jsx)(A_.button,{type:`button`,...r,ref:t,onClick:q(e.onClick,i.onClose)})})});Wv.displayName=Uv;var Gv=j.forwardRef((e,t)=>{let{__scopeToast:n,altText:r,...i}=e;return(0,M.jsx)(A_.div,{"data-radix-toast-announce-exclude":``,"data-radix-toast-announce-alt":r||void 0,...i,ref:t})});function Kv(e){let t=[];return Array.from(e.childNodes).forEach(e=>{if(e.nodeType===e.TEXT_NODE&&e.textContent&&t.push(e.textContent),Xv(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(...Kv(e))}}),t}function qv(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?j_(i,a):i.dispatchEvent(a)}var Jv=(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 Yv(e=()=>{}){let t=M_(e);Y_(()=>{let e=0,n=0;return e=window.requestAnimationFrame(()=>n=window.requestAnimationFrame(t)),()=>{window.cancelAnimationFrame(e),window.cancelAnimationFrame(n)}},[t])}function Xv(e){return e.nodeType===e.ELEMENT_NODE}function Zv(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 Qv(e){let t=document.activeElement;return e.some(e=>e===t?!0:(e.focus(),document.activeElement!==t))}var $v=yv,ey=wv,ty=Mv,ny=Rv,ry=Bv,iy=Hv,ay=Wv;function oy(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=oy(e[t]))&&(r&&(r+=` `),r+=n)}else for(n in e)e[n]&&(r&&(r+=` `),r+=n);return r}function sy(){for(var e,t,n=0,r=``,i=arguments.length;n<i;n++)(e=arguments[n])&&(t=oy(e))&&(r&&(r+=` `),r+=t);return r}var cy=e=>typeof e==`boolean`?`${e}`:e===0?`0`:e,ly=sy,uy=(e,t)=>n=>{if(t?.variants==null)return ly(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=cy(t)||cy(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 ly(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)},dy=(...e)=>e.filter((e,t,n)=>!!e&&e.trim()!==``&&n.indexOf(e)===t).join(` `).trim(),fy=e=>e.replace(/([a-z0-9])([A-Z])/g,`$1-$2`).toLowerCase(),py=e=>e.replace(/^([A-Z])|[\s-_]+(\w)/g,(e,t,n)=>n?n.toUpperCase():t.toLowerCase()),my=e=>{let t=py(e);return t.charAt(0).toUpperCase()+t.slice(1)},hy={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`},gy=e=>{for(let t in e)if(t.startsWith(`aria-`)||t===`role`||t===`title`)return!0;return!1},_y=(0,j.createContext)({}),vy=()=>(0,j.useContext)(_y),yy=(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=``}=vy()??{},m=r??d?Number(n??u)*24/Number(t??l):n??u;return(0,j.createElement)(`svg`,{ref:c,...hy,width:t??l??hy.width,height:t??l??hy.height,stroke:e??f,strokeWidth:m,className:dy(`lucide`,p,i),...!a&&!gy(s)&&{"aria-hidden":`true`},...s},[...o.map(([e,t])=>(0,j.createElement)(e,t)),...Array.isArray(a)?a:[a]])}),J=(e,t)=>{let n=(0,j.forwardRef)(({className:n,...r},i)=>(0,j.createElement)(yy,{ref:i,iconNode:t,className:dy(`lucide-${fy(my(e))}`,`lucide-${e}`,n),...r}));return n.displayName=my(e),n},by=J(`arrow-right`,[[`path`,{d:`M5 12h14`,key:`1ays0h`}],[`path`,{d:`m12 5 7 7-7 7`,key:`xquz4c`}]]),xy=J(`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`}]]),Sy=J(`check`,[[`path`,{d:`M20 6 9 17l-5-5`,key:`1gmf2c`}]]),Cy=J(`chevron-down`,[[`path`,{d:`m6 9 6 6 6-6`,key:`qrunsl`}]]),wy=J(`chevron-right`,[[`path`,{d:`m9 18 6-6-6-6`,key:`mthhwq`}]]),Ty=J(`chevron-up`,[[`path`,{d:`m18 15-6-6-6 6`,key:`153udz`}]]),Ey=J(`chevrons-up-down`,[[`path`,{d:`m7 15 5 5 5-5`,key:`1hf1tw`}],[`path`,{d:`m7 9 5-5 5 5`,key:`sgt6xg`}]]),Dy=J(`circle-check`,[[`circle`,{cx:`12`,cy:`12`,r:`10`,key:`1mglay`}],[`path`,{d:`m9 12 2 2 4-4`,key:`dzmm74`}]]),Oy=J(`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`}]]),ky=J(`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`}]]),Ay=J(`circle`,[[`circle`,{cx:`12`,cy:`12`,r:`10`,key:`1mglay`}]]),jy=J(`clock`,[[`circle`,{cx:`12`,cy:`12`,r:`10`,key:`1mglay`}],[`path`,{d:`M12 6v6l4 2`,key:`mmk7yg`}]]),My=J(`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`}]]),Ny=J(`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`}]]),Py=J(`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`}]]),Fy=J(`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`}]]),Iy=J(`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`}]]),Ly=J(`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`}]]),Ry=J(`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`}]]),zy=J(`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`}]]),By=J(`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`}]]),Vy=J(`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`}]]),Hy=J(`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`}]]),Uy=J(`mail-check`,[[`path`,{d:`M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8`,key:`12jkf8`}],[`path`,{d:`m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7`,key:`1ocrg3`}],[`path`,{d:`m16 19 2 2 4-4`,key:`1b14m6`}]]),Wy=J(`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`}]]),Gy=J(`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`}]]),Ky=J(`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`}]]),qy=J(`panel-left`,[[`rect`,{width:`18`,height:`18`,x:`3`,y:`3`,rx:`2`,key:`afitv7`}],[`path`,{d:`M9 3v18`,key:`fh3hqa`}]]),Jy=J(`plus`,[[`path`,{d:`M5 12h14`,key:`1ays0h`}],[`path`,{d:`M12 5v14`,key:`s699le`}]]),Yy=J(`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`}]]),Xy=J(`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`}]]),Zy=J(`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`}]]),Qy=J(`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`}]]),$y=J(`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`}]]),eb=J(`smartphone`,[[`rect`,{width:`14`,height:`20`,x:`5`,y:`2`,rx:`2`,ry:`2`,key:`1yt0o3`}],[`path`,{d:`M12 18h.01`,key:`mhygvu`}]]),tb=J(`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`}]]),nb=J(`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`}]]),rb=J(`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`}]]),ib=J(`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`}]]),ab=J(`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`}]]),ob=J(`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`}]]),sb=J(`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`}]]),cb=J(`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`}]]),lb=J(`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`}]]),ub=J(`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`}]]),db=J(`x`,[[`path`,{d:`M18 6 6 18`,key:`1bl5f8`}],[`path`,{d:`m6 6 12 12`,key:`d8bk6v`}]]),fb=(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},pb=(e,t)=>({classGroupId:e,validator:t}),mb=(e=new Map,t=null,n)=>({nextPart:e,validators:t,classGroupId:n}),hb=`-`,gb=[],_b=`arbitrary..`,vb=e=>{let t=xb(e),{conflictingClassGroups:n,conflictingClassGroupModifiers:r}=e;return{getClassGroupId:e=>{if(e.startsWith(`[`)&&e.endsWith(`]`))return bb(e);let n=e.split(hb);return yb(n,+(n[0]===``&&n.length>1),t)},getConflictingClassGroupIds:(e,t)=>{if(t){let t=r[e],i=n[e];return t?i?fb(i,t):t:i||gb}return n[e]||gb}}},yb=(e,t,n)=>{if(e.length-t===0)return n.classGroupId;let r=e[t],i=n.nextPart.get(r);if(i){let n=yb(e,t+1,i);if(n)return n}let a=n.validators;if(a===null)return;let o=t===0?e.join(hb):e.slice(t).join(hb),s=a.length;for(let e=0;e<s;e++){let t=a[e];if(t.validator(o))return t.classGroupId}},bb=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?_b+r:void 0})(),xb=e=>{let{theme:t,classGroups:n}=e;return Sb(n,t)},Sb=(e,t)=>{let n=mb();for(let r in e){let i=e[r];Cb(i,n,r,t)}return n},Cb=(e,t,n,r)=>{let i=e.length;for(let a=0;a<i;a++){let i=e[a];wb(i,t,n,r)}},wb=(e,t,n,r)=>{if(typeof e==`string`){Tb(e,t,n);return}if(typeof e==`function`){Eb(e,t,n,r);return}Db(e,t,n,r)},Tb=(e,t,n)=>{let r=e===``?t:Ob(t,e);r.classGroupId=n},Eb=(e,t,n,r)=>{if(kb(e)){Cb(e(r),t,n,r);return}t.validators===null&&(t.validators=[]),t.validators.push(pb(n,e))},Db=(e,t,n,r)=>{let i=Object.entries(e),a=i.length;for(let e=0;e<a;e++){let[a,o]=i[e];Cb(o,Ob(t,a),n,r)}},Ob=(e,t)=>{let n=e,r=t.split(hb),i=r.length;for(let e=0;e<i;e++){let t=r[e],i=n.nextPart.get(t);i||(i=mb(),n.nextPart.set(t,i)),n=i}return n},kb=e=>`isThemeGetter`in e&&e.isThemeGetter===!0,Ab=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)}}},jb=`!`,Mb=`:`,Nb=[],Pb=(e,t,n,r,i)=>({modifiers:e,hasImportantModifier:t,baseClassName:n,maybePostfixModifierPosition:r,isExternal:i}),Fb=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===Mb){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(jb)?(c=s.slice(0,-1),l=!0):s.startsWith(jb)&&(c=s.slice(1),l=!0);let u=a&&a>i?a-i:void 0;return Pb(t,l,c,u)};if(t){let e=t+Mb,n=r;r=t=>t.startsWith(e)?n(t.slice(e.length)):Pb(Nb,!1,t,void 0,!0)}if(n){let e=r;r=t=>n({className:t,parseClassName:e})}return r},Ib=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}},Lb=e=>({cache:Ab(e.cacheSize),parseClassName:Fb(e),sortModifiers:Ib(e),postfixLookupClassGroupIds:Rb(e),...vb(e)}),Rb=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},zb=/\s+/,Bb=(e,t)=>{let{parseClassName:n,getClassGroupId:r,getConflictingClassGroupIds:i,sortModifiers:a,postfixLookupClassGroupIds:o}=t,s=[],c=e.trim().split(zb),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?_+jb:_,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},Vb=(...e)=>{let t=0,n,r,i=``;for(;t<e.length;)(n=e[t++])&&(r=Hb(n))&&(i&&(i+=` `),i+=r);return i},Hb=e=>{if(typeof e==`string`)return e;let t,n=``;for(let r=0;r<e.length;r++)e[r]&&(t=Hb(e[r]))&&(n&&(n+=` `),n+=t);return n},Ub=(e,...t)=>{let n,r,i,a,o=o=>(n=Lb(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=Bb(e,n);return i(e,a),a};return a=o,(...e)=>a(Vb(...e))},Wb=[],Gb=e=>{let t=t=>t[e]||Wb;return t.isThemeGetter=!0,t},Kb=/^\[(?:(\w[\w-]*):)?(.+)\]$/i,qb=/^\((?:(\w[\w-]*):)?(.+)\)$/i,Jb=/^\d+(?:\.\d+)?\/\d+(?:\.\d+)?$/,Yb=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,Xb=/\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$/,Zb=/^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/,Qb=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,$b=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,ex=e=>Jb.test(e),tx=e=>!!e&&!Number.isNaN(Number(e)),nx=e=>!!e&&Number.isInteger(Number(e)),rx=e=>e.endsWith(`%`)&&tx(e.slice(0,-1)),ix=e=>Yb.test(e),ax=()=>!0,ox=e=>Xb.test(e)&&!Zb.test(e),sx=()=>!1,cx=e=>Qb.test(e),lx=e=>$b.test(e),ux=e=>!Y(e)&&!X(e),dx=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)),fx=e=>Dx(e,jx,sx),Y=e=>Kb.test(e),px=e=>Dx(e,Mx,ox),mx=e=>Dx(e,Nx,tx),hx=e=>Dx(e,Fx,ax),gx=e=>Dx(e,Px,sx),_x=e=>Dx(e,kx,sx),vx=e=>Dx(e,Ax,lx),yx=e=>Dx(e,Ix,cx),X=e=>qb.test(e),bx=e=>Ox(e,Mx),xx=e=>Ox(e,Px),Sx=e=>Ox(e,kx),Cx=e=>Ox(e,jx),wx=e=>Ox(e,Ax),Tx=e=>Ox(e,Ix,!0),Ex=e=>Ox(e,Fx,!0),Dx=(e,t,n)=>{let r=Kb.exec(e);return r?r[1]?t(r[1]):n(r[2]):!1},Ox=(e,t,n=!1)=>{let r=qb.exec(e);return r?r[1]?t(r[1]):n:!1},kx=e=>e===`position`||e===`percentage`,Ax=e=>e===`image`||e===`url`,jx=e=>e===`length`||e===`size`||e===`bg-size`,Mx=e=>e===`length`,Nx=e=>e===`number`,Px=e=>e===`family-name`,Fx=e=>e===`number`||e===`weight`,Ix=e=>e===`shadow`,Lx=Ub(()=>{let e=Gb(`color`),t=Gb(`font`),n=Gb(`text`),r=Gb(`font-weight`),i=Gb(`tracking`),a=Gb(`leading`),o=Gb(`breakpoint`),s=Gb(`container`),c=Gb(`spacing`),l=Gb(`radius`),u=Gb(`shadow`),d=Gb(`inset-shadow`),f=Gb(`text-shadow`),p=Gb(`drop-shadow`),m=Gb(`blur`),h=Gb(`perspective`),g=Gb(`aspect`),_=Gb(`ease`),v=Gb(`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=()=>[ex,`full`,`auto`,...w()],E=()=>[nx,`none`,`subgrid`,X,Y],D=()=>[`auto`,{span:[`full`,nx,X,Y]},nx,X,Y],O=()=>[nx,`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=()=>[ex,`auto`,`full`,`dvw`,`dvh`,`lvw`,`lvh`,`svw`,`svh`,`min`,`max`,`fit`,...w()],ae=()=>[ex,`screen`,`full`,`dvw`,`lvw`,`svw`,`min`,`max`,`fit`,...w()],oe=()=>[ex,`screen`,`full`,`lh`,`dvh`,`lvh`,`svh`,`min`,`max`,`fit`,...w()],k=()=>[e,X,Y],se=()=>[...b(),Sx,_x,{position:[X,Y]}],ce=()=>[`no-repeat`,{repeat:[``,`x`,`y`,`space`,`round`]}],le=()=>[`auto`,`cover`,`contain`,Cx,fx,{size:[X,Y]}],ue=()=>[rx,bx,px],A=()=>[``,`none`,`full`,l,X,Y],de=()=>[``,tx,bx,px],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=()=>[tx,rx,Sx,_x],he=()=>[``,`none`,m,X,Y],ge=()=>[`none`,tx,X,Y],_e=()=>[`none`,tx,X,Y],ve=()=>[tx,X,Y],ye=()=>[ex,`full`,...w()];return{cacheSize:500,theme:{animate:[`spin`,`ping`,`pulse`,`bounce`],aspect:[`video`],blur:[ix],breakpoint:[ix],color:[ax],container:[ix],"drop-shadow":[ix],ease:[`in`,`out`,`in-out`],font:[ux],"font-weight":[`thin`,`extralight`,`light`,`normal`,`medium`,`semibold`,`bold`,`extrabold`,`black`],"inset-shadow":[ix],leading:[`none`,`tight`,`snug`,`normal`,`relaxed`,`loose`],perspective:[`dramatic`,`near`,`normal`,`midrange`,`distant`,`none`],radius:[ix],shadow:[ix],spacing:[`px`,tx],text:[ix],"text-shadow":[ix],tracking:[`tighter`,`tight`,`normal`,`wide`,`wider`,`widest`]},classGroups:{aspect:[{aspect:[`auto`,`square`,ex,Y,X,g]}],container:[`container`],"container-type":[{"@container":[``,`normal`,`size`,X,Y]}],"container-named":[dx],columns:[{columns:[tx,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:[nx,`auto`,X,Y]}],basis:[{basis:[ex,`full`,`auto`,s,...w()]}],"flex-direction":[{flex:[`row`,`row-reverse`,`col`,`col-reverse`]}],"flex-wrap":[{flex:[`nowrap`,`wrap`,`wrap-reverse`]}],flex:[{flex:[tx,ex,`auto`,`initial`,`none`,Y]}],grow:[{grow:[``,tx,X,Y]}],shrink:[{shrink:[``,tx,X,Y]}],order:[{order:[nx,`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,bx,px]}],"font-smoothing":[`antialiased`,`subpixel-antialiased`],"font-style":[`italic`,`not-italic`],"font-weight":[{font:[r,Ex,hx]}],"font-stretch":[{"font-stretch":[`ultra-condensed`,`extra-condensed`,`condensed`,`semi-condensed`,`normal`,`semi-expanded`,`expanded`,`extra-expanded`,`ultra-expanded`,rx,Y]}],"font-family":[{font:[xx,gx,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":[tx,`none`,X,mx]}],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:[tx,`from-font`,`auto`,X,px]}],"text-decoration-color":[{decoration:k()}],"underline-offset":[{"underline-offset":[tx,`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:[nx,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`]},nx,X,Y],radial:[``,X,Y],conic:[nx,X,Y]},wx,vx]}],"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":[tx,X,Y]}],"outline-w":[{outline:[``,tx,bx,px]}],"outline-color":[{outline:k()}],shadow:[{shadow:[``,`none`,u,Tx,yx]}],"shadow-color":[{shadow:k()}],"inset-shadow":[{"inset-shadow":[`none`,d,Tx,yx]}],"inset-shadow-color":[{"inset-shadow":k()}],"ring-w":[{ring:de()}],"ring-w-inset":[`ring-inset`],"ring-color":[{ring:k()}],"ring-offset-w":[{"ring-offset":[tx,px]}],"ring-offset-color":[{"ring-offset":k()}],"inset-ring-w":[{"inset-ring":de()}],"inset-ring-color":[{"inset-ring":k()}],"text-shadow":[{"text-shadow":[`none`,f,Tx,yx]}],"text-shadow-color":[{"text-shadow":k()}],opacity:[{opacity:[tx,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":[tx]}],"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":[tx]}],"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:[tx,X,Y]}],contrast:[{contrast:[tx,X,Y]}],"drop-shadow":[{"drop-shadow":[``,`none`,p,Tx,yx]}],"drop-shadow-color":[{"drop-shadow":k()}],grayscale:[{grayscale:[``,tx,X,Y]}],"hue-rotate":[{"hue-rotate":[tx,X,Y]}],invert:[{invert:[``,tx,X,Y]}],saturate:[{saturate:[tx,X,Y]}],sepia:[{sepia:[``,tx,X,Y]}],"backdrop-filter":[{"backdrop-filter":[``,`none`,X,Y]}],"backdrop-blur":[{"backdrop-blur":he()}],"backdrop-brightness":[{"backdrop-brightness":[tx,X,Y]}],"backdrop-contrast":[{"backdrop-contrast":[tx,X,Y]}],"backdrop-grayscale":[{"backdrop-grayscale":[``,tx,X,Y]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[tx,X,Y]}],"backdrop-invert":[{"backdrop-invert":[``,tx,X,Y]}],"backdrop-opacity":[{"backdrop-opacity":[tx,X,Y]}],"backdrop-saturate":[{"backdrop-saturate":[tx,X,Y]}],"backdrop-sepia":[{"backdrop-sepia":[``,tx,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:[tx,`initial`,X,Y]}],ease:[{ease:[`linear`,`initial`,_,X,Y]}],delay:[{delay:[tx,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:[nx,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:[tx,bx,px,mx]}],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 Lx(sy(e))}var Rx=$v,zx=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(ey,{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}));zx.displayName=ey.displayName;var Bx=uy(`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`}}),Vx=j.forwardRef(({className:e,variant:t,...n},r)=>(0,M.jsx)(ty,{ref:r,className:Z(Bx({variant:t}),e),...n}));Vx.displayName=ty.displayName;var Hx=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(iy,{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}));Hx.displayName=iy.displayName;var Ux=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(ay,{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)(db,{className:`h-4 w-4`})}));Ux.displayName=ay.displayName;var Wx=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(ny,{ref:n,className:Z(`text-sm font-semibold`,e),...t}));Wx.displayName=ny.displayName;var Gx=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(ry,{ref:n,className:Z(`text-sm opacity-90`,e),...t}));Gx.displayName=ry.displayName;function Kx(){let{toasts:e}=h_();return(0,M.jsxs)(Rx,{children:[e.map(function({id:e,title:t,description:n,action:r,...i}){return(0,M.jsxs)(Vx,{...i,children:[(0,M.jsxs)(`div`,{className:`grid gap-1`,children:[t&&(0,M.jsx)(Wx,{children:t}),n&&(0,M.jsx)(Gx,{children:n})]}),r,(0,M.jsx)(Ux,{})]},e)}),(0,M.jsx)(zx,{})]})}var qx=Symbol.for(`react.lazy`),Jx=j.use;function Yx(e){return typeof e==`object`&&!!e&&`then`in e}function Xx(e){return typeof e==`object`&&!!e&&`$$typeof`in e&&e.$$typeof===qx&&`_payload`in e&&Yx(e._payload)}function Zx(e){let t=$x(e),n=j.forwardRef((e,n)=>{let{children:r,...i}=e;Xx(r)&&typeof Jx==`function`&&(r=Jx(r._payload));let a=j.Children.toArray(r),o=a.find(tS);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 Qx=Zx(`Slot`);function $x(e){let t=j.forwardRef((e,t)=>{let{children:n,...r}=e;if(Xx(n)&&typeof Jx==`function`&&(n=Jx(n._payload)),j.isValidElement(n)){let e=rS(n),i=nS(r,n.props);return n.type!==j.Fragment&&(i.ref=t?__(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 eS=Symbol(`radix.slottable`);function tS(e){return j.isValidElement(e)&&typeof e.type==`function`&&`__radixId`in e.type&&e.type.__radixId===eS}function nS(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 rS(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 iS=768;function aS(){let[e,t]=j.useState(void 0);return j.useEffect(()=>{let e=window.matchMedia(`(max-width: ${iS-1}px)`),n=()=>{t(window.innerWidth<iS)};return e.addEventListener(`change`,n),t(window.innerWidth<iS),()=>e.removeEventListener(`change`,n)},[]),!!e}var oS=uy(`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?Qx:`button`,{className:Z(oS({variant:t,size:n,className:e})),ref:a,...i}));Q.displayName=`Button`;var sS=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}));sS.displayName=`Input`;var cS=[`a`,`button`,`div`,`form`,`h2`,`h3`,`img`,`input`,`label`,`li`,`nav`,`ol`,`p`,`select`,`span`,`svg`,`ul`].reduce((e,t)=>{let n=Zx(`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}},{}),lS=`Separator`,uS=`horizontal`,dS=[`horizontal`,`vertical`],fS=j.forwardRef((e,t)=>{let{decorative:n,orientation:r=uS,...i}=e,a=pS(r)?r:uS,o=n?{role:`none`}:{"aria-orientation":a===`vertical`?a:void 0,role:`separator`};return(0,M.jsx)(cS.div,{"data-orientation":a,...o,...i,ref:t})});fS.displayName=lS;function pS(e){return dS.includes(e)}var mS=fS,hS=j.forwardRef(({className:e,orientation:t=`horizontal`,decorative:n=!0,...r},i)=>(0,M.jsx)(mS,{ref:i,decorative:n,orientation:t,className:Z(`shrink-0 bg-border`,t===`horizontal`?`h-[1px] w-full`:`h-full w-[1px]`,e),...r}));hS.displayName=mS.displayName;var gS=j.useId||(()=>void 0),_S=0;function vS(e){let[t,n]=j.useState(gS());return Y_(()=>{e||n(e=>e??String(_S++))},[e]),e||(t?`radix-${t}`:``)}var yS=`focusScope.autoFocusOnMount`,bS=`focusScope.autoFocusOnUnmount`,xS={bubbles:!1,cancelable:!0},SS=`FocusScope`,CS=j.forwardRef((e,t)=>{let{loop:n=!1,trapped:r=!1,onMountAutoFocus:i,onUnmountAutoFocus:a,...o}=e,[s,c]=j.useState(null),l=M_(i),u=M_(a),d=j.useRef(null),f=v_(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:AS(d.current,{select:!0})},t=function(e){if(p.paused||!s)return;let t=e.relatedTarget;t!==null&&(s.contains(t)||AS(d.current,{select:!0}))},n=function(e){if(document.activeElement===document.body)for(let t of e)t.removedNodes.length>0&&AS(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){jS.add(p);let e=document.activeElement;if(!s.contains(e)){let t=new CustomEvent(yS,xS);s.addEventListener(yS,l),s.dispatchEvent(t),t.defaultPrevented||(wS(PS(ES(s)),{select:!0}),document.activeElement===e&&AS(s))}return()=>{s.removeEventListener(yS,l),setTimeout(()=>{let t=new CustomEvent(bS,xS);s.addEventListener(bS,u),s.dispatchEvent(t),t.defaultPrevented||AS(e??document.body,{select:!0}),s.removeEventListener(bS,u),jS.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]=TS(t);r&&a?!e.shiftKey&&i===a?(e.preventDefault(),n&&AS(r,{select:!0})):e.shiftKey&&i===r&&(e.preventDefault(),n&&AS(a,{select:!0})):i===t&&e.preventDefault()}},[n,r,p.paused]);return(0,M.jsx)(A_.div,{tabIndex:-1,...o,ref:f,onKeyDown:m})});CS.displayName=SS;function wS(e,{select:t=!1}={}){let n=document.activeElement;for(let r of e)if(AS(r,{select:t}),document.activeElement!==n)return}function TS(e){let t=ES(e);return[DS(t,e),DS(t.reverse(),e)]}function ES(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 DS(e,t){for(let n of e)if(!OS(n,{upTo:t}))return n}function OS(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 kS(e){return e instanceof HTMLInputElement&&`select`in e}function AS(e,{select:t=!1}={}){if(e&&e.focus){let n=document.activeElement;e.focus({preventScroll:!0}),e!==n&&kS(e)&&t&&e.select()}}var jS=MS();function MS(){let e=[];return{add(t){let n=e[0];t!==n&&n?.pause(),e=NS(e,t),e.unshift(t)},remove(t){e=NS(e,t),e[0]?.resume()}}}function NS(e,t){let n=[...e],r=n.indexOf(t);return r!==-1&&n.splice(r,1),n}function PS(e){return e.filter(e=>e.tagName!==`A`)}var FS=0;function IS(){j.useEffect(()=>{let e=document.querySelectorAll(`[data-radix-focus-guard]`);return document.body.insertAdjacentElement(`afterbegin`,e[0]??LS()),document.body.insertAdjacentElement(`beforeend`,e[1]??LS()),FS++,()=>{FS===1&&document.querySelectorAll(`[data-radix-focus-guard]`).forEach(e=>e.remove()),FS--}},[])}function LS(){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 RS=function(){return RS=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},RS.apply(this,arguments)};function zS(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 BS(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 VS=`right-scroll-bar-position`,HS=`width-before-scroll-bar`,US=`with-scroll-bars-hidden`,WS=`--removed-body-scroll-bar-size`;function GS(e,t){return typeof e==`function`?e(t):e&&(e.current=t),e}function KS(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 qS=typeof window<`u`?j.useLayoutEffect:j.useEffect,JS=new WeakMap;function YS(e,t){var n=KS(t||null,function(t){return e.forEach(function(e){return GS(e,t)})});return qS(function(){var t=JS.get(n);if(t){var r=new Set(t),i=new Set(e),a=n.current;r.forEach(function(e){i.has(e)||GS(e,null)}),i.forEach(function(e){r.has(e)||GS(e,a)})}JS.set(n,e)},[e]),n}function XS(e){return e}function ZS(e,t){t===void 0&&(t=XS);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 QS(e){e===void 0&&(e={});var t=ZS(null);return t.options=RS({async:!0,ssr:!1},e),t}var $S=function(e){var t=e.sideCar,n=zS(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,RS({},n))};$S.isSideCarExport=!0;function eC(e,t){return e.useMedium(t),$S}var tC=QS(),nC=function(){},rC=j.forwardRef(function(e,t){var n=j.useRef(null),r=j.useState({onScrollCapture:nC,onWheelCapture:nC,onTouchMoveCapture:nC}),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=zS(e,[`forwardProps`,`children`,`className`,`removeScrollBar`,`enabled`,`shards`,`sideCar`,`noRelative`,`noIsolation`,`inert`,`allowPinchZoom`,`as`,`gapMode`]),x=f,S=YS([n,t]),C=RS(RS({},b),i);return j.createElement(j.Fragment,null,u&&j.createElement(x,{sideCar:tC,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),RS(RS({},C),{ref:S})):j.createElement(v,RS({},C,{className:c,ref:S}),s))});rC.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1},rC.classNames={fullWidth:HS,zeroRight:VS};var iC,aC=function(){if(iC)return iC;if(typeof __webpack_nonce__<`u`)return __webpack_nonce__};function oC(){if(!document)return null;var e=document.createElement(`style`);e.type=`text/css`;var t=aC();return t&&e.setAttribute(`nonce`,t),e}function sC(e,t){e.styleSheet?e.styleSheet.cssText=t:e.appendChild(document.createTextNode(t))}function cC(e){(document.head||document.getElementsByTagName(`head`)[0]).appendChild(e)}var lC=function(){var e=0,t=null;return{add:function(n){e==0&&(t=oC())&&(sC(t,n),cC(t)),e++},remove:function(){e--,!e&&t&&(t.parentNode&&t.parentNode.removeChild(t),t=null)}}},uC=function(){var e=lC();return function(t,n){j.useEffect(function(){return e.add(t),function(){e.remove()}},[t&&n])}},dC=function(){var e=uC();return function(t){var n=t.styles,r=t.dynamic;return e(n,r),null}},fC={left:0,top:0,right:0,gap:0},pC=function(e){return parseInt(e||``,10)||0},mC=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[pC(n),pC(r),pC(i)]},hC=function(e){if(e===void 0&&(e=`margin`),typeof window>`u`)return fC;var t=mC(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])}},gC=dC(),_C=`data-scroll-locked`,vC=function(e,t,n,r){var i=e.left,a=e.top,o=e.right,s=e.gap;return n===void 0&&(n=`margin`),`
|
|
110
|
-
.${
|
|
108
|
+
Remove the unknown key(s), fix the typo, or move the logic to a supported mechanism.`)}G(()=>Object.assign(_h,{create:e=>{let t=e,n=Object.keys(_h.shape),r=Object.keys(t).filter(e=>!n.includes(e));if(r.length>0)throw Sh(t.name,r,n);let i={...t,label:t.label??vh(t.name)};return _h.parse(i)}})),U([`own`,`extend`]),G(()=>B({extend:F().describe(`Target object name (FQN) to extend`),fields:H(F(),Kp).optional().describe(`Fields to add/override`),label:F().optional().describe(`Override label for the extended object`),pluralLabel:F().optional().describe(`Override plural label for the extended object`),description:F().optional().describe(`Override description for the extended object`),validations:z($p).optional().describe(`Additional validation rules to merge into the target object`),indexes:z(ch).optional().describe(`Additional indexes to merge into the target object`),priority:I().int().min(0).max(999).default(200).describe(`Merge priority (higher = applied later)`)}));var Ch=U([`beforeFind`,`afterFind`,`beforeFindOne`,`afterFindOne`,`beforeCount`,`afterCount`,`beforeAggregate`,`afterAggregate`,`beforeInsert`,`afterInsert`,`beforeUpdate`,`afterUpdate`,`beforeDelete`,`afterDelete`,`beforeUpdateMany`,`afterUpdateMany`,`beforeDeleteMany`,`afterDeleteMany`]);G(()=>B({name:F().regex(/^[a-z_][a-z0-9_]*$/).describe(`Hook unique name (snake_case)`),label:F().optional().describe(`Description of what this hook does`),object:V([F(),z(F())]).describe(`Target object(s)`),events:z(Ch).describe(`Lifecycle events`),handler:V([F(),Gf(e=>typeof e==`function`,{message:`Expected function`})]).optional().describe("Handler function name (string, post-build) or inline function (pre-build) — DEPRECATED, prefer `body`"),body:om.optional().describe(`Hook body — expression (L1) or sandboxed JS (L2)`),priority:I().default(100).describe(`Execution priority`),async:L().default(!1).describe(`Run specifically as fire-and-forget`),condition:jp.optional().describe('Predicate (CEL); hook runs only when TRUE. e.g. P`record.status == "closed" && record.amount > 1000`'),description:F().optional().describe(`Human-readable description of what this hook does`),retryPolicy:B({maxRetries:I().default(3).describe(`Maximum retry attempts on failure`),backoffMs:I().default(1e3).describe(`Backoff delay between retries in milliseconds`)}).optional().describe(`Retry policy for failed hook executions`),timeout:I().optional().describe(`Maximum execution time in milliseconds before the hook is aborted`),onError:U([`abort`,`log`]).default(`abort`).describe(`Error handling strategy`)})),G(()=>B({id:F().optional().describe(`Unique execution ID for tracing`),object:F(),event:Ch,input:H(F(),R()).describe(`Mutable input parameters`),result:R().optional().describe(`Operation result (After hooks only)`),previous:H(F(),R()).optional().describe(`Record state before operation`),session:B({userId:F().optional(),tenantId:F().optional(),roles:z(F()).optional(),accessToken:F().optional(),isSystem:L().optional().describe(`True when the call was made with an elevated system context (engine self-writes)`)}).optional().describe(`Current session context`),transaction:R().optional().describe(`Database transaction handle`),ql:R().describe(`ObjectQL Engine Reference`),api:R().optional().describe(`Cross-object data access (ScopedContext)`),user:B({id:F().optional(),name:F().optional(),email:F().optional()}).optional().describe(`Current user info shortcut`)}));var wh=U([`none`,`constant`,`lookup`,`split`,`join`,`javascript`,`map`]),Th=G(()=>B({source:V([F(),z(F())]).describe(`Source column header(s)`),target:V([F(),z(F())]).describe(`Target object field(s)`),transform:wh.default(`none`),params:B({value:R().optional(),object:F().optional(),fromField:F().optional(),toField:F().optional(),autoCreate:L().optional(),valueMap:H(F(),R()).optional(),separator:F().optional()}).optional()}));G(()=>B({name:Dp.describe(`Mapping unique name (lowercase snake_case)`),label:F().optional(),sourceFormat:U([`csv`,`json`,`xml`,`sql`]).default(`csv`),targetObject:F().describe(`Target Object Name`),fieldMapping:z(Th),mode:U([`insert`,`update`,`upsert`]).default(`insert`),upsertKey:z(F()).optional().describe(`Fields to match for upsert (e.g. email)`),extractQuery:_p.optional().describe(`Query to run for export only`),errorPolicy:U([`skip`,`abort`,`retry`]).default(`skip`),batchSize:I().default(1e3)}));var Eh=G(()=>B({userId:F().optional(),tenantId:F().optional(),roles:z(F()).default([]),permissions:z(F()).default([]),systemPermissions:z(F()).optional(),tabPermissions:H(F(),U([`visible`,`hidden`,`default_on`,`default_off`])).optional(),org_user_ids:z(F()).optional(),isSystem:L().default(!1),accessToken:F().optional(),transaction:R().optional(),traceId:F().optional()})),Dh=G(()=>V([H(F(),R()),Zf]).describe(`Data Engine query filter conditions`)),Oh=G(()=>V([H(F(),U([`asc`,`desc`])),H(F(),V([W(1),W(-1)])),z(rp)]).describe(`Sort order definition`)),kh=G(()=>B({context:Eh.optional()})),Ah=G(()=>kh.extend({where:V([H(F(),R()),Zf]).optional(),fields:z(mp).optional(),orderBy:z(rp).optional(),limit:I().optional(),offset:I().optional(),top:I().optional(),cursor:H(F(),R()).optional(),search:hp.optional(),expand:zf(()=>H(F(),_p)).optional(),distinct:L().optional()}).describe(`QueryAST-aligned query options for IDataEngine.find() operations`));G(()=>kh.extend({filter:Dh.optional(),select:z(F()).optional(),sort:Oh.optional(),limit:I().int().min(1).optional(),skip:I().int().min(0).optional(),top:I().int().min(1).optional(),populate:z(F()).optional()}).describe(`Query options for IDataEngine.find() operations`));var jh=G(()=>kh.extend({returning:L().default(!0).optional()}).describe(`Options for DataEngine.insert operations`)),Mh=G(()=>kh.extend({where:V([H(F(),R()),Zf]).optional(),upsert:L().default(!1).optional(),multi:L().default(!1).optional(),returning:L().default(!1).optional()}).describe(`QueryAST-aligned options for DataEngine.update operations`));G(()=>kh.extend({filter:Dh.optional(),upsert:L().default(!1).optional(),multi:L().default(!1).optional(),returning:L().default(!1).optional()}).describe(`Options for DataEngine.update operations`));var Nh=G(()=>kh.extend({where:V([H(F(),R()),Zf]).optional(),multi:L().default(!1).optional()}).describe(`QueryAST-aligned options for DataEngine.delete operations`));G(()=>kh.extend({filter:Dh.optional(),multi:L().default(!1).optional()}).describe(`Options for DataEngine.delete operations`));var Ph=G(()=>kh.extend({where:V([H(F(),R()),Zf]).optional(),groupBy:z(F()).optional(),aggregations:z(sp).optional()}).describe(`QueryAST-aligned options for DataEngine.aggregate operations`));G(()=>kh.extend({filter:Dh.optional(),groupBy:z(F()).optional(),aggregations:z(B({field:F(),method:U([`count`,`sum`,`avg`,`min`,`max`,`count_distinct`]),alias:F().optional()})).optional()}).describe(`Options for DataEngine.aggregate operations`));var Fh=G(()=>kh.extend({where:V([H(F(),R()),Zf]).optional()}).describe(`QueryAST-aligned options for DataEngine.count operations`));G(()=>kh.extend({filter:Dh.optional()}).describe(`Options for DataEngine.count operations`)),G(()=>B({find:Uf().input(mf([F(),Ah.optional()])).output(Vf(z(R()))),findOne:Uf().input(mf([F(),Ah.optional()])).output(Vf(R())),insert:Uf().input(mf([F(),V([H(F(),R()),z(H(F(),R()))]),jh.optional()])).output(Vf(R())),update:Uf().input(mf([F(),H(F(),R()),Mh.optional()])).output(Vf(R())),delete:Uf().input(mf([F(),Nh.optional()])).output(Vf(R())),count:Uf().input(mf([F(),Fh.optional()])).output(Vf(I())),aggregate:Uf().input(mf([F(),Ph])).output(Vf(z(R())))}).describe(`Standard Data Engine Contract`));var Ih={filter:Dh.optional()},Lh=Ah.extend({...Ih,select:z(F()).optional(),sort:Oh.optional(),skip:I().int().min(0).optional(),populate:z(F()).optional()}),Rh=G(()=>B({method:W(`find`),object:F(),query:Lh.optional()})),zh=G(()=>B({method:W(`findOne`),object:F(),query:Lh.optional()})),Bh=G(()=>B({method:W(`insert`),object:F(),data:V([H(F(),R()),z(H(F(),R()))]),options:jh.optional()})),Vh=G(()=>B({method:W(`update`),object:F(),data:H(F(),R()),id:V([F(),I()]).optional().describe(`ID for single update, or use where in options`),options:Mh.extend(Ih).optional()})),Hh=G(()=>B({method:W(`delete`),object:F(),id:V([F(),I()]).optional().describe(`ID for single delete, or use where in options`),options:Nh.extend(Ih).optional()})),Uh=G(()=>B({method:W(`count`),object:F(),query:Fh.extend(Ih).optional()})),Wh=G(()=>B({method:W(`aggregate`),object:F(),query:Ph.extend(Ih)})),Gh=G(()=>B({method:W(`execute`),command:R(),options:H(F(),R()).optional()})),Kh=G(()=>B({method:W(`vectorFind`),object:F(),vector:z(I()),where:V([H(F(),R()),Zf]).optional(),fields:z(F()).optional(),limit:I().int().default(5).optional(),threshold:I().optional()})),qh=G(()=>B({method:W(`batch`),requests:z(uf(`method`,[Rh,zh,Bh,Vh,Hh,Uh,Wh,Gh,Kh])),transaction:L().default(!0).optional()}));G(()=>uf(`method`,[Rh,zh,Bh,Vh,Hh,Uh,Wh,qh,Gh,Kh]).describe(`Virtual ObjectQL Request Protocol`)),U([`count`,`sum`,`avg`,`min`,`max`,`count_distinct`,`percentile`,`median`,`stddev`,`variance`]).describe(`Standard aggregation functions`);var Jh=U([`asc`,`desc`]).describe(`Sort order direction`);G(()=>B({field:F().describe(`Field name to sort by`),order:Jh.describe(`Sort direction`)}).describe(`Sort field and direction pair`)),U([`insert`,`update`,`delete`,`upsert`]).describe(`Data mutation event types`);var Yh=U([`read_uncommitted`,`read_committed`,`repeatable_read`,`serializable`,`snapshot`]).describe(`Transaction isolation levels (snake_case standard)`);U([`lru`,`lfu`,`ttl`,`fifo`]).describe(`Cache eviction strategy`);var Xh=G(()=>B({transaction:R().optional().describe(`Transaction handle`),timeout:I().optional().describe(`Timeout in ms`),skipCache:L().optional().describe(`Bypass cache`),traceContext:H(F(),F()).optional().describe(`OpenTelemetry context or request ID`),tenantId:F().optional().describe(`Tenant Isolation identifier`)})),Zh=G(()=>B({create:L().default(!0).describe(`Supports CREATE operations`),read:L().default(!0).describe(`Supports READ operations`),update:L().default(!0).describe(`Supports UPDATE operations`),delete:L().default(!0).describe(`Supports DELETE operations`),bulkCreate:L().default(!1).describe(`Supports bulk CREATE operations`),bulkUpdate:L().default(!1).describe(`Supports bulk UPDATE operations`),bulkDelete:L().default(!1).describe(`Supports bulk DELETE operations`),transactions:L().default(!1).describe(`Supports ACID transactions`),savepoints:L().default(!1).describe(`Supports transaction savepoints`),isolationLevels:z(Yh).optional().describe(`Supported isolation levels`),queryFilters:L().default(!0).describe(`Supports WHERE clause filtering`),queryAggregations:L().default(!1).describe(`Supports GROUP BY and aggregation functions`),queryDateGranularity:H(ap,L()).optional().describe(`Per-granularity native date bucketing (day/week/month/quarter/year). Missing keys fall back to in-memory bucketing.`),querySorting:L().default(!0).describe(`Supports ORDER BY sorting`),queryPagination:L().default(!0).describe(`Supports LIMIT/OFFSET pagination`),queryWindowFunctions:L().default(!1).describe(`Supports window functions with OVER clause`),querySubqueries:L().default(!1).describe(`Supports subqueries`),queryCTE:L().default(!1).describe(`Supports Common Table Expressions (WITH clause)`),joins:L().default(!1).describe(`Supports SQL joins`),fullTextSearch:L().default(!1).describe(`Supports full-text search`),jsonQuery:L().default(!1).describe(`Supports JSON field querying`),geospatialQuery:L().default(!1).describe(`Supports geospatial queries`),streaming:L().default(!1).describe(`Supports result streaming (cursors/iterators)`),jsonFields:L().default(!1).describe(`Supports JSON field types`),arrayFields:L().default(!1).describe(`Supports array field types`),vectorSearch:L().default(!1).describe(`Supports vector embeddings and similarity search`),autonumber:L().optional().describe(`Driver natively generates persistent autonumber/sequence values`),schemaSync:L().default(!1).describe(`Supports automatic schema synchronization`),batchSchemaSync:L().default(!1).describe(`Supports batched schema sync to reduce schema DDL round-trips`),migrations:L().default(!1).describe(`Supports database migrations`),indexes:L().default(!1).describe(`Supports index creation and management`),connectionPooling:L().default(!1).describe(`Supports connection pooling`),preparedStatements:L().default(!1).describe(`Supports prepared statements (SQL injection prevention)`),queryCache:L().default(!1).describe(`Supports query result caching`)}));G(()=>B({name:F().describe(`Driver unique name`),version:F().describe(`Driver version`),supports:Zh,connect:Uf().input(mf([])).output(Vf(nf())).describe(`Establish connection`),disconnect:Uf().input(mf([])).output(Vf(nf())).describe(`Close connection`),checkHealth:Uf().input(mf([])).output(Vf(L())).describe(`Health check`),getPoolStats:Uf().input(mf([])).output(B({total:I(),idle:I(),active:I(),waiting:I()}).optional()).optional().describe(`Get connection pool statistics`),execute:Uf().input(mf([R(),z(R()).optional(),Xh.optional()])).output(Vf(R())).describe(`Execute raw command`),find:Uf().input(mf([F(),_p,Xh.optional()])).output(Vf(z(H(F(),R())))).describe(`Find records`),findStream:Uf().input(mf([F(),_p,Xh.optional()])).output(R()).describe(`Stream records (AsyncIterable)`),findOne:Uf().input(mf([F(),_p,Xh.optional()])).output(Vf(H(F(),R()).nullable())).describe(`Find one record`),create:Uf().input(mf([F(),H(F(),R()),Xh.optional()])).output(Vf(H(F(),R()))).describe(`Create record`),update:Uf().input(mf([F(),F().or(I()),H(F(),R()),Xh.optional()])).output(Vf(H(F(),R()))).describe(`Update record`),upsert:Uf().input(mf([F(),H(F(),R()),z(F()).optional(),Xh.optional()])).output(Vf(H(F(),R()))).describe(`Upsert record`),delete:Uf().input(mf([F(),F().or(I()),Xh.optional()])).output(Vf(L())).describe(`Delete record`),count:Uf().input(mf([F(),_p.optional(),Xh.optional()])).output(Vf(I())).describe(`Count records`),bulkCreate:Uf().input(mf([F(),z(H(F(),R())),Xh.optional()])).output(Vf(z(H(F(),R())))),bulkUpdate:Uf().input(mf([F(),z(B({id:F().or(I()),data:H(F(),R())})),Xh.optional()])).output(Vf(z(H(F(),R())))),bulkDelete:Uf().input(mf([F(),z(F().or(I())),Xh.optional()])).output(Vf(nf())),updateMany:Uf().input(mf([F(),_p,H(F(),R()),Xh.optional()])).output(Vf(I())).optional(),deleteMany:Uf().input(mf([F(),_p,Xh.optional()])).output(Vf(I())).optional(),beginTransaction:Uf().input(mf([B({isolationLevel:Yh.optional()}).optional()])).output(Vf(R())).describe(`Start transaction`),commit:Uf().input(mf([R()])).output(Vf(nf())).describe(`Commit transaction`),rollback:Uf().input(mf([R()])).output(Vf(nf())).describe(`Rollback transaction`),syncSchema:Uf().input(mf([F(),R(),Xh.optional()])).output(Vf(nf())).describe(`Sync object schema to DB`),syncSchemasBatch:Uf().input(mf([z(B({object:F(),schema:R()})),Xh.optional()])).output(Vf(nf())).optional().describe(`Batch sync multiple schemas in one round-trip`),dropTable:Uf().input(mf([F(),Xh.optional()])).output(Vf(nf())),explain:Uf().input(mf([F(),_p,Xh.optional()])).output(Vf(R())).optional()}));var Qh=G(()=>B({min:I().min(0).default(2).describe(`Minimum number of connections in pool`),max:I().min(1).default(10).describe(`Maximum number of connections in pool`),idleTimeoutMillis:I().min(0).default(3e4).describe(`Time in ms before idle connection is closed`),connectionTimeoutMillis:I().min(0).default(5e3).describe(`Time in ms to wait for available connection`)})),$h=G(()=>B({name:F().describe(`Driver instance name`),type:U([`sql`,`nosql`,`cache`,`search`,`graph`,`timeseries`]).describe(`Driver type category`),capabilities:Zh.describe(`Driver capability flags`),connectionString:F().optional().describe(`Database connection string (driver-specific format)`),poolConfig:Qh.optional().describe(`Connection pool configuration`)})),eg=G(()=>U([`postgresql`,`mysql`,`sqlite`,`mssql`,`oracle`,`mariadb`])),tg=G(()=>B({text:F().describe(`SQL type for text fields (e.g., VARCHAR, TEXT)`),number:F().describe(`SQL type for number fields (e.g., NUMERIC, DECIMAL, INT)`),boolean:F().describe(`SQL type for boolean fields (e.g., BOOLEAN, BIT)`),date:F().describe(`SQL type for date fields (e.g., DATE)`),datetime:F().describe(`SQL type for datetime fields (e.g., TIMESTAMP, DATETIME)`),json:F().optional().describe(`SQL type for JSON fields (e.g., JSON, JSONB)`),uuid:F().optional().describe(`SQL type for UUID fields (e.g., UUID, CHAR(36))`),binary:F().optional().describe(`SQL type for binary fields (e.g., BLOB, BYTEA)`)})),ng=G(()=>B({rejectUnauthorized:L().default(!0).describe(`Reject connections with invalid certificates`),ca:F().optional().describe(`CA certificate file path or content`),cert:F().optional().describe(`Client certificate file path or content`),key:F().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`}));G(()=>$h.extend({type:W(`sql`).describe(`Driver type must be "sql"`),dialect:eg.describe(`SQL database dialect`),dataTypeMapping:tg.describe(`SQL data type mapping configuration`),ssl:L().default(!1).describe(`Enable SSL/TLS connection`),sslConfig:ng.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 rg=G(()=>U([`mongodb`,`couchdb`,`dynamodb`,`cassandra`,`redis`,`elasticsearch`,`neo4j`,`orientdb`]));G(()=>U([`find`,`findOne`,`insert`,`update`,`delete`,`aggregate`,`mapReduce`,`count`,`distinct`,`createIndex`,`dropIndex`]));var ig=G(()=>U([`all`,`quorum`,`one`,`local_quorum`,`each_quorum`,`eventual`])),ag=G(()=>U([`single`,`compound`,`unique`,`text`,`geospatial`,`hashed`,`ttl`,`sparse`])),og=G(()=>B({enabled:L().default(!1).describe(`Enable sharding`),shardKey:F().optional().describe(`Field to use as shard key`),shardingStrategy:U([`hash`,`range`,`zone`]).optional().describe(`Sharding strategy`),numShards:I().int().positive().optional().describe(`Number of shards`)})),sg=G(()=>B({enabled:L().default(!1).describe(`Enable replication`),replicaSetName:F().optional().describe(`Replica set name`),replicas:I().int().positive().optional().describe(`Number of replicas`),readPreference:U([`primary`,`primaryPreferred`,`secondary`,`secondaryPreferred`,`nearest`]).optional().describe(`Read preference for replica set`),writeConcern:U([`majority`,`acknowledged`,`unacknowledged`]).optional().describe(`Write concern level`)})),cg=G(()=>B({enabled:L().default(!1).describe(`Enable schema validation`),validationLevel:U([`strict`,`moderate`,`off`]).optional().describe(`Validation strictness`),validationAction:U([`error`,`warn`]).optional().describe(`Action on validation failure`),jsonSchema:H(F(),R()).optional().describe(`JSON Schema for validation`)})),lg=G(()=>B({text:F().describe(`NoSQL type for text fields`),number:F().describe(`NoSQL type for number fields`),boolean:F().describe(`NoSQL type for boolean fields`),date:F().describe(`NoSQL type for date fields`),datetime:F().describe(`NoSQL type for datetime fields`),json:F().optional().describe(`NoSQL type for JSON/object fields`),uuid:F().optional().describe(`NoSQL type for UUID fields`),binary:F().optional().describe(`NoSQL type for binary fields`),array:F().optional().describe(`NoSQL type for array fields`),objectId:F().optional().describe(`NoSQL type for ObjectID fields (MongoDB)`),geopoint:F().optional().describe(`NoSQL type for geospatial point fields`)}));G(()=>$h.extend({type:W(`nosql`).describe(`Driver type must be "nosql"`),databaseType:rg.describe(`Specific NoSQL database type`),dataTypeMapping:lg.describe(`NoSQL data type mapping configuration`),consistency:ig.optional().describe(`Consistency level for operations`),replication:sg.optional().describe(`Replication configuration`),sharding:og.optional().describe(`Sharding configuration`),schemaValidation:cg.optional().describe(`Document schema validation`),region:F().optional().describe(`AWS region (for managed NoSQL services)`),accessKeyId:F().optional().describe(`AWS access key ID`),secretAccessKey:F().optional().describe(`AWS secret access key`),ttlField:F().optional().describe(`Field name for TTL (auto-deletion)`),maxDocumentSize:I().int().positive().optional().describe(`Maximum document size in bytes`),collectionPrefix:F().optional().describe(`Prefix for collection/table names`)}));var ug=G(()=>B({consistency:ig.optional().describe(`Consistency level override`),readFromSecondary:L().optional().describe(`Allow reading from secondary replicas`),projection:H(F(),V([W(0),W(1)])).optional().describe(`Field projection`),timeout:I().int().positive().optional().describe(`Query timeout (ms)`),useCursor:L().optional().describe(`Use cursor instead of loading all results`),batchSize:I().int().positive().optional().describe(`Cursor batch size`),profile:L().optional().describe(`Enable query profiling`),hint:F().optional().describe(`Index hint for query optimization`)})),dg=G(()=>B({operator:F().describe(`Aggregation operator (e.g., $match, $group, $sort)`),options:H(F(),R()).describe(`Stage-specific options`)}));G(()=>B({collection:F().describe(`Collection/table name`),stages:z(dg).describe(`Aggregation pipeline stages`),options:ug.optional().describe(`Query options`)})),G(()=>B({name:F().describe(`Index name`),type:ag.describe(`Index type`),fields:z(B({field:F().describe(`Field name`),order:U([`asc`,`desc`,`text`,`2dsphere`]).optional().describe(`Index order or type`)})).describe(`Fields to index`),unique:L().default(!1).describe(`Enforce uniqueness`),sparse:L().default(!1).describe(`Sparse index`),expireAfterSeconds:I().int().positive().optional().describe(`TTL in seconds`),partialFilterExpression:H(F(),R()).optional().describe(`Partial index filter`),background:L().default(!1).describe(`Create index in background`)})),G(()=>B({readConcern:U([`local`,`majority`,`linearizable`,`snapshot`]).optional().describe(`Read concern level`),writeConcern:U([`majority`,`acknowledged`,`unacknowledged`]).optional().describe(`Write concern level`),readPreference:U([`primary`,`primaryPreferred`,`secondary`,`secondaryPreferred`,`nearest`]).optional().describe(`Read preference`),maxCommitTimeMS:I().int().positive().optional().describe(`Transaction commit timeout (ms)`)}));var fg=U([`insert`,`update`,`upsert`,`replace`,`ignore`]),pg=G(()=>B({object:F().regex(/^[a-z_][a-z0-9_]*$/).describe(`Target Object Name`),externalId:F().default(`name`).describe(`Field match for uniqueness check`),mode:fg.default(`upsert`).describe(`Conflict resolution strategy`),env:z(U([`prod`,`dev`,`test`])).default([`prod`,`dev`,`test`]).describe(`Applicable environments`),records:z(H(F(),R())).describe(`Data records`)}));ah({schemaId:`object`,type:`simple`,sections:[{name:`basics`,label:`Basics`,description:`Identity, labels, and taxonomy.`,columns:2,fields:[{field:`name`,type:`text`,required:!0,immutable:!0,colSpan:1,helpText:`snake_case unique identifier (immutable after creation)`},{field:`label`,type:`text`,colSpan:1,helpText:`Singular display name (e.g. "Account")`},{field:`pluralLabel`,type:`text`,colSpan:1,helpText:`Plural display name (e.g. "Accounts")`},{field:`icon`,type:`text`,colSpan:1,helpText:`Lucide icon name (e.g. "building", "users")`},{field:`description`,type:`textarea`,colSpan:2,helpText:`Developer documentation`},{field:`tags`,type:`tags`,colSpan:2,helpText:`Categorization tags (e.g. "sales", "system")`},{field:`active`,type:`boolean`,colSpan:1,helpText:`Is the object active and usable`},{field:`isSystem`,type:`boolean`,colSpan:1,helpText:`System object (protected from deletion)`},{field:`abstract`,type:`boolean`,colSpan:1,helpText:`Abstract base (cannot be instantiated)`}]},{name:`fields`,label:`Fields`,description:`Define the data model — each entry becomes a column in the database table.`,fields:[{field:`fields`,type:`record`,required:!0,helpText:`Add the columns this object will store`,keyField:{field:`name`,label:`Name`,placeholder:`snake_case_identifier`,helpText:`snake_case machine name (used as column name and API key)`,regex:`^[a-z_][a-z0-9_]*$`,immutable:!0},fields:[{field:`label`,type:`text`,helpText:`Display label`},{field:`type`,type:`select`,required:!0,helpText:`Field type`,options:[{label:`Text`,value:`text`},{label:`Textarea`,value:`textarea`},{label:`Email`,value:`email`},{label:`URL`,value:`url`},{label:`Phone`,value:`phone`},{label:`Password`,value:`password`},{label:`Markdown`,value:`markdown`},{label:`HTML`,value:`html`},{label:`Rich Text`,value:`richtext`},{label:`Number`,value:`number`},{label:`Currency`,value:`currency`},{label:`Percent`,value:`percent`},{label:`Date`,value:`date`},{label:`Date & Time`,value:`datetime`},{label:`Time`,value:`time`},{label:`Boolean`,value:`boolean`},{label:`Toggle`,value:`toggle`},{label:`Select`,value:`select`},{label:`Multiselect`,value:`multiselect`},{label:`Radio`,value:`radio`},{label:`Checkboxes`,value:`checkboxes`},{label:`Lookup (reference)`,value:`lookup`},{label:`Master–Detail`,value:`master_detail`},{label:`Tree`,value:`tree`},{label:`Image`,value:`image`},{label:`File`,value:`file`},{label:`Avatar`,value:`avatar`},{label:`Video`,value:`video`},{label:`Audio`,value:`audio`},{label:`Formula (computed)`,value:`formula`},{label:`Summary (rollup)`,value:`summary`},{label:`Autonumber`,value:`autonumber`},{label:`Composite (embedded)`,value:`composite`},{label:`Repeater (embedded array)`,value:`repeater`},{label:`Record (keyed map)`,value:`record`},{label:`Location (GPS)`,value:`location`},{label:`Address`,value:`address`},{label:`Code`,value:`code`},{label:`JSON`,value:`json`},{label:`Color`,value:`color`},{label:`Rating`,value:`rating`},{label:`Slider`,value:`slider`},{label:`Signature`,value:`signature`},{label:`QR / Barcode`,value:`qrcode`},{label:`Progress`,value:`progress`},{label:`Tags`,value:`tags`},{label:`Vector embedding`,value:`vector`}]},{field:`description`,type:`textarea`,helpText:`Developer documentation for this column`},{field:`required`,type:`boolean`,helpText:`Must be set on every record`},{field:`unique`,type:`boolean`,helpText:`Disallow duplicate values`},{field:`indexed`,type:`boolean`,helpText:`Create a database index for faster querying`},{field:`readonly`,type:`boolean`,helpText:`Visible but never user-editable`},{field:`immutable`,type:`boolean`,helpText:`Editable on create, locked thereafter`},{field:`hidden`,type:`boolean`,helpText:`Hidden from default UI`},{field:`searchable`,type:`boolean`,helpText:`Include in full-text search`},{field:`sortable`,type:`boolean`,helpText:`Allow sorting on this column`},{field:`filterable`,type:`boolean`,helpText:`Allow filtering on this column`},{field:`defaultValue`,type:`text`,helpText:`Default value for new records (JSON literal)`},{field:`placeholder`,type:`text`,helpText:`Placeholder hint`},{field:`maxLength`,type:`number`,helpText:`Max characters`,visibleOn:`type in ['text','textarea','email','url','phone','password','markdown','html','richtext']`},{field:`minLength`,type:`number`,helpText:`Min characters`,visibleOn:`type in ['text','textarea','email','url','phone','password','markdown','html','richtext']`},{field:`min`,type:`number`,helpText:`Minimum value`,visibleOn:`type in ['number','currency','percent','rating','slider','progress']`},{field:`max`,type:`number`,helpText:`Maximum value`,visibleOn:`type in ['number','currency','percent','rating','slider','progress']`},{field:`precision`,type:`number`,helpText:`Total digits`,visibleOn:`type in ['number','currency','percent']`},{field:`scale`,type:`number`,helpText:`Decimal places`,visibleOn:`type in ['number','currency','percent']`},{field:`options`,type:`repeater`,helpText:`Available choices`,visibleOn:`type in ['select','multiselect','radio','checkboxes']`,fields:[{field:`label`,type:`text`,required:!0},{field:`value`,type:`text`,required:!0},{field:`color`,type:`color`},{field:`icon`,type:`text`,helpText:`Lucide icon name`},{field:`description`,type:`text`}]},{field:`reference`,type:`text`,helpText:`Target object name`,visibleOn:`type in ['lookup','master_detail','tree']`},{field:`referenceFilter`,type:`code`,language:`expression`,helpText:`CEL filter applied to the picker`,visibleOn:`type in ['lookup','master_detail']`},{field:`cascadeDelete`,type:`boolean`,helpText:`Delete children when parent is deleted`,visibleOn:`type == 'master_detail'`},{field:`multiple`,type:`boolean`,helpText:`Allow selecting multiple records`,visibleOn:`type in ['lookup']`},{field:`formula`,type:`code`,language:`expression`,helpText:`CEL formula expression`,visibleOn:`type == 'formula'`},{field:`returnType`,type:`select`,helpText:`Result type for formulas`,visibleOn:`type == 'formula'`,options:[{label:`Text`,value:`text`},{label:`Number`,value:`number`},{label:`Boolean`,value:`boolean`},{label:`Date`,value:`date`},{label:`Datetime`,value:`datetime`},{label:`Currency`,value:`currency`}]},{field:`summaryType`,type:`select`,helpText:`Aggregation`,visibleOn:`type == 'summary'`,options:[{label:`Count`,value:`count`},{label:`Sum`,value:`sum`},{label:`Avg`,value:`avg`},{label:`Min`,value:`min`},{label:`Max`,value:`max`}]},{field:`summaryField`,type:`text`,helpText:`Field on child object to aggregate`,visibleOn:`type == 'summary'`},{field:`displayFormat`,type:`text`,helpText:`e.g. "INV-{0000}"`,visibleOn:`type == 'autonumber'`},{field:`startingNumber`,type:`number`,helpText:`Starting sequence value`,visibleOn:`type == 'autonumber'`},{field:`language`,type:`text`,helpText:`Editor language (e.g. sql, javascript)`,visibleOn:`type == 'code'`},{field:`validation`,type:`code`,language:`expression`,helpText:`CEL predicate — must evaluate true`},{field:`errorMessage`,type:`text`,helpText:`Shown when validation fails`},{field:`audit`,type:`boolean`,helpText:`Audit changes to this field`},{field:`trackHistory`,type:`boolean`,helpText:`Keep change history`},{field:`pii`,type:`boolean`,helpText:`Personally identifiable information`},{field:`encrypted`,type:`boolean`,helpText:`Encrypt at rest`}]}]},{name:`capabilities`,label:`Capabilities`,description:`System features and API exposure.`,collapsible:!0,collapsed:!0,fields:[{field:`capabilities`,type:`composite`,helpText:`Enable/disable system features`,fields:[{field:`trackHistory`,type:`boolean`},{field:`searchable`,type:`boolean`},{field:`apiEnabled`,type:`boolean`},{field:`files`,type:`boolean`},{field:`feeds`,type:`boolean`},{field:`activities`,type:`boolean`},{field:`trash`,type:`boolean`},{field:`mru`,type:`boolean`},{field:`clone`,type:`boolean`}]}]},{name:`advanced`,label:`Advanced`,description:`State machines, actions, and storage.`,collapsible:!0,collapsed:!0,fields:[{field:`datasource`,type:`text`,helpText:`Target datasource ID (default: "default")`}]}]}),ah({schemaId:`field`,type:`simple`,sections:[{name:`basics`,label:`Basics`,description:`Core field identity and constraints.`,columns:2,fields:[{field:`name`,required:!0,immutable:!0,colSpan:1,helpText:`Unique identifier (snake_case, immutable after creation)`},{field:`label`,required:!0,colSpan:1,helpText:`Display name for users`},{field:`type`,required:!0,colSpan:1,helpText:`Data type of this field`},{field:`group`,colSpan:1,helpText:`Group name for form layout`},{field:`description`,widget:`textarea`,colSpan:2,helpText:`Help text shown to users`},{field:`required`,colSpan:1,helpText:`User must provide a value`},{field:`unique`,colSpan:1,helpText:`No two records can have the same value`},{field:`multiple`,colSpan:1,helpText:`Allow multiple values (for select/lookup)`}]},{name:`configuration`,label:`Configuration`,description:`Field-type specific settings (visible blocks depend on the chosen type).`,fields:[{field:`defaultValue`,helpText:`Default value for new records`},{field:`minLength`,visibleOn:`data.type == 'text' || data.type == 'textarea' || data.type == 'email'`,helpText:`Minimum character length`},{field:`maxLength`,visibleOn:`data.type == 'text' || data.type == 'textarea' || data.type == 'email'`,helpText:`Maximum character length`},{field:`min`,visibleOn:`data.type == 'number' || data.type == 'currency'`,helpText:`Minimum value`},{field:`max`,visibleOn:`data.type == 'number' || data.type == 'currency'`,helpText:`Maximum value`},{field:`precision`,visibleOn:`data.type == 'currency' || data.type == 'number'`,helpText:`Decimal places (e.g., 2 for $10.50)`},{field:`scale`,visibleOn:`data.type == 'number'`,helpText:`Number of decimal digits`},{field:`options`,type:`repeater`,visibleOn:`data.type == 'select' || data.type == 'multiselect'`,helpText:`Available options (label/value pairs)`},{field:`reference`,widget:`ref:object`,visibleOn:`data.type == 'lookup' || data.type == 'master_detail'`,helpText:`Referenced object name`},{field:`referenceFilters`,widget:`string-tags`,visibleOn:`data.type == 'lookup' || data.type == 'master_detail'`,helpText:`Filter expressions (e.g., "active = true")`},{field:`deleteBehavior`,visibleOn:`data.type == 'lookup' || data.type == 'master_detail'`,helpText:`What happens when referenced record is deleted`}]},{name:`formula`,label:`Formula & Computed`,description:`Calculated values and roll-up summaries.`,collapsible:!0,collapsed:!0,fields:[{field:`expression`,widget:`textarea`,helpText:`CEL expression to calculate this field (makes it read-only)`},{field:`summaryOperations`,type:`composite`,helpText:`Roll-up summary configuration (for parent-child relationships)`},{field:`cached`,type:`composite`,helpText:`Caching configuration for computed fields`}]},{name:`advanced`,label:`Advanced`,description:`Database, UI, audit, and security settings.`,collapsible:!0,collapsed:!0,columns:2,fields:[{field:`columnName`,colSpan:2,helpText:`Physical column name in database (defaults to field name)`},{field:`index`,colSpan:1,helpText:`Create database index for faster queries`},{field:`externalId`,colSpan:1,helpText:`Mark as external ID for upsert operations`},{field:`readonly`,colSpan:1,helpText:`Field is read-only in forms`},{field:`hidden`,colSpan:1,helpText:`Hide field from default UI views`},{field:`searchable`,colSpan:1,helpText:`Include in global search results`},{field:`sortable`,colSpan:1,helpText:`Allow sorting lists by this field`},{field:`auditTrail`,colSpan:1,helpText:`Track detailed changes with user and timestamp`},{field:`trackFeedHistory`,colSpan:1,helpText:`Show changes in activity feed`},{field:`encryptionConfig`,type:`composite`,colSpan:2,helpText:`Field-level encryption (GDPR/HIPAA/PCI-DSS)`},{field:`maskingRule`,type:`composite`,colSpan:2,helpText:`Data masking rules for PII protection`}]}]}),ah({schemaId:`hook`,type:`simple`,sections:[{label:`Identity`,description:`What this hook is and when it fires.`,columns:2,fields:[{field:`name`,type:`text`,required:!0,immutable:!0,colSpan:1,helpText:`snake_case identifier (immutable after creation)`},{field:`label`,type:`text`,colSpan:1},{field:`description`,type:`textarea`,colSpan:2},{field:`object`,type:`text`,required:!0,colSpan:1,helpText:`Target object name (or "*" for global)`},{field:`events`,type:`tags`,required:!0,colSpan:1,helpText:`Lifecycle events (e.g. beforeInsert, afterUpdate)`},{field:`priority`,type:`number`,colSpan:1,helpText:`Lower numbers run first`}]},{label:`Body`,description:`Inline expression or sandboxed JavaScript executed when the hook fires.`,fields:[{field:`body`,type:`composite`,helpText:`Either an L1 expression or an L2 sandboxed JS body`,fields:[{field:`language`,type:`select`,required:!0,helpText:`expression = pure formula; js = sandboxed JavaScript`,options:[{label:`Expression (L1)`,value:`expression`},{label:`JavaScript (L2 sandboxed)`,value:`js`}]},{field:`source`,type:`code`,language:`javascript`,required:!0,helpText:`Function body source — no top-level imports`},{field:`capabilities`,type:`tags`,helpText:`Allowed ctx APIs (api.read, api.write, crypto.uuid, log, …)`},{field:`timeoutMs`,type:`number`,helpText:`Per-invocation timeout (ms)`}]}]},{label:`Legacy handler`,description:`Function name reference — deprecated in favour of body.`,collapsible:!0,collapsed:!0,fields:[{field:`handler`,type:`text`,helpText:"Handler function name (deprecated — prefer `body`)"}]},{label:`Execution`,collapsible:!0,collapsed:!0,columns:2,fields:[{field:`async`,type:`boolean`,colSpan:1,helpText:`Run in background, do not block the transaction`},{field:`onError`,type:`select`,colSpan:1,options:[{label:`Abort`,value:`abort`},{label:`Log`,value:`log`}]},{field:`condition`,type:`code`,language:`javascript`,colSpan:2,helpText:`Optional formula — skip the hook when this evaluates to false`}]}]});var mg=G(()=>B({field:F().describe(`Source field name containing the reference value`),targetObject:F().regex(/^[a-z_][a-z0-9_]*$/).describe(`Target object name (snake_case)`),targetField:F().default(`name`).describe(`Field on target object used for matching`),fieldType:U([`lookup`,`master_detail`]).describe(`Relationship field type`)}).describe(`Describes how a field reference is resolved during seed loading`)),hg=G(()=>B({object:F().regex(/^[a-z_][a-z0-9_]*$/).describe(`Object name (snake_case)`),dependsOn:z(F()).describe(`Objects this object depends on`),references:z(mg).describe(`Field-level reference details`)}).describe(`Object node in the seed data dependency graph`)),gg=G(()=>B({nodes:z(hg).describe(`All objects in the dependency graph`),insertOrder:z(F()).describe(`Topologically sorted insert order`),circularDependencies:z(z(F())).default([]).describe(`Circular dependency chains (e.g., [["a", "b", "a"]])`)}).describe(`Complete object dependency graph for seed data loading`)),_g=G(()=>B({sourceObject:F().describe(`Object with the broken reference`),field:F().describe(`Field name with unresolved reference`),targetObject:F().describe(`Target object searched for the reference`),targetField:F().describe(`ExternalId field used for matching`),attemptedValue:R().describe(`Value that failed to resolve`),recordIndex:I().int().min(0).describe(`Index of the record in the dataset`),message:F().describe(`Human-readable error description`)}).describe(`Actionable error for a failed reference resolution`)),vg=B({user:B({id:F().min(1),role:F().optional(),email:F().optional()}).optional().describe(`Subject bound to os.user in seed CEL expressions`),org:B({id:F().min(1),tier:F().optional()}).optional().describe(`Organization bound to os.org in seed CEL expressions`)}).describe(`Identity context for resolving os.user / os.org in seed CEL values`),yg=G(()=>B({dryRun:L().default(!1).describe(`Validate references without writing data`),haltOnError:L().default(!1).describe(`Stop on first reference resolution error`),multiPass:L().default(!0).describe(`Enable multi-pass loading for circular dependencies`),defaultMode:fg.default(`upsert`).describe(`Default conflict resolution strategy`),batchSize:I().int().min(1).default(1e3).describe(`Maximum records per batch insert/upsert`),transaction:L().default(!1).describe(`Wrap entire load in a transaction (all-or-nothing)`),env:U([`prod`,`dev`,`test`]).optional().describe(`Only load datasets matching this environment`),organizationId:F().min(1).optional().describe(`Target organization id for per-tenant seed replay`),identity:vg.optional().describe(`Identity bound to os.user / os.org when resolving CEL seed values`)}).describe(`Seed data loader configuration`)),bg=G(()=>B({object:F().describe(`Object that was loaded`),mode:fg.describe(`Import mode used`),inserted:I().int().min(0).describe(`Records inserted`),updated:I().int().min(0).describe(`Records updated`),skipped:I().int().min(0).describe(`Records skipped`),errored:I().int().min(0).describe(`Records with errors`),total:I().int().min(0).describe(`Total records in dataset`),referencesResolved:I().int().min(0).describe(`References resolved via externalId`),referencesDeferred:I().int().min(0).describe(`References deferred to second pass`),errors:z(_g).default([]).describe(`Reference resolution errors`)}).describe(`Result of loading a single dataset`));G(()=>B({success:L().describe(`Overall success status`),dryRun:L().describe(`Whether this was a dry-run`),dependencyGraph:gg.describe(`Object dependency graph`),results:z(bg).describe(`Per-object load results`),errors:z(_g).describe(`All reference resolution errors`),summary:B({objectsProcessed:I().int().min(0).describe(`Total objects processed`),totalRecords:I().int().min(0).describe(`Total records across all objects`),totalInserted:I().int().min(0).describe(`Total records inserted`),totalUpdated:I().int().min(0).describe(`Total records updated`),totalSkipped:I().int().min(0).describe(`Total records skipped`),totalErrored:I().int().min(0).describe(`Total records with errors`),totalReferencesResolved:I().int().min(0).describe(`Total references resolved`),totalReferencesDeferred:I().int().min(0).describe(`Total references deferred`),circularDependencyCount:I().int().min(0).describe(`Circular dependency chains detected`),durationMs:I().min(0).describe(`Load duration in milliseconds`)}).describe(`Summary statistics`)}).describe(`Complete seed loader result`)),G(()=>B({seeds:z(pg).min(1).describe(`Seeds to load`),config:yg.default(()=>yg.parse({})).describe(`Loader configuration`)}).describe(`Seed loader request with datasets and configuration`));var xg=G(()=>B({versionNumber:I().describe(`Version number`),createdAt:I().describe(`Creation timestamp`),createdBy:F().describe(`Creator user ID`),size:I().describe(`File size in bytes`),checksum:F().describe(`File checksum`),downloadUrl:F().url().describe(`Download URL`),isLatest:L().optional().default(!1).describe(`Is latest version`)})),Sg=G(()=>B({id:F().describe(`Template ID`),name:F().describe(`Template name`),description:F().optional().describe(`Template description`),fileUrl:F().url().describe(`Template file URL`),fileType:F().describe(`File MIME type`),placeholders:z(B({key:F().describe(`Placeholder key`),label:F().describe(`Placeholder label`),type:U([`text`,`number`,`date`,`image`]).describe(`Placeholder type`),required:L().optional().default(!1).describe(`Is required`)})).describe(`Template placeholders`)})),Cg=G(()=>B({provider:U([`docusign`,`adobe-sign`,`hellosign`,`custom`]).describe(`E-signature provider`),enabled:L().optional().default(!1).describe(`E-signature enabled`),signers:z(B({email:F().email().describe(`Signer email`),name:F().describe(`Signer name`),role:F().describe(`Signer role`),order:I().describe(`Signing order`)})).describe(`Document signers`),expirationDays:I().optional().default(30).describe(`Expiration days`),reminderDays:I().optional().default(7).describe(`Reminder interval days`)}));G(()=>B({id:F().describe(`Document ID`),name:F().describe(`Document name`),description:F().optional().describe(`Document description`),fileType:F().describe(`File MIME type`),fileSize:I().describe(`File size in bytes`),category:F().optional().describe(`Document category`),tags:z(F()).optional().describe(`Document tags`),versioning:B({enabled:L().describe(`Versioning enabled`),versions:z(xg).describe(`Version history`),majorVersion:I().describe(`Major version`),minorVersion:I().describe(`Minor version`)}).optional().describe(`Version control`),template:Sg.optional().describe(`Document template`),eSignature:Cg.optional().describe(`E-signature config`),access:B({isPublic:L().optional().default(!1).describe(`Public access`),sharedWith:z(F()).optional().describe(`Shared with`),expiresAt:I().optional().describe(`Access expiration`)}).optional().describe(`Access control`),metadata:H(F(),R()).optional().describe(`Custom metadata`)}));var wg=G(()=>uf(`type`,[B({type:W(`constant`),value:R().describe(`Constant value to use`)}).describe(`Set a constant value`),B({type:W(`cast`),targetType:U([`string`,`number`,`boolean`,`date`]).describe(`Target data type`)}).describe(`Cast to a specific data type`),B({type:W(`lookup`),table:F().describe(`Lookup table name`),keyField:F().describe(`Field to match on`),valueField:F().describe(`Field to retrieve`)}).describe(`Lookup value from another table`),B({type:W(`javascript`),expression:jp.describe(`JS expression (dialect="js" recommended). e.g. value.toUpperCase()`)}).describe(`Custom JavaScript transformation`),B({type:W(`map`),mappings:H(F(),R()).describe(`Value mappings (e.g., {"Active": "active"})`)}).describe(`Map values using a dictionary`)])),Tg=G(()=>B({source:F().describe(`Source field name`),target:F().describe(`Target field name`),transform:wg.optional().describe(`Transformation to apply`),defaultValue:R().optional().describe(`Default if source is null/undefined`)})),Eg=G(()=>B({id:F().describe(`Data source ID`),name:F().describe(`Data source name`),type:U([`odata`,`rest-api`,`graphql`,`custom`]).describe(`Protocol type`),endpoint:F().url().describe(`API endpoint URL`),authentication:B({type:U([`oauth2`,`api-key`,`basic`,`none`]).describe(`Auth type`),config:H(F(),R()).describe(`Auth configuration`)}).describe(`Authentication`)})),Dg=G(()=>Tg.extend({type:F().optional().describe(`Field type`),readonly:L().optional().default(!0).describe(`Read-only field`)}));G(()=>B({fieldName:F().describe(`Field name`),dataSource:Eg.describe(`External data source`),query:B({endpoint:F().describe(`Query endpoint path`),method:U([`GET`,`POST`]).optional().default(`GET`).describe(`HTTP method`),parameters:H(F(),R()).optional().describe(`Query parameters`)}).describe(`Query configuration`),fieldMappings:z(Dg).describe(`Field mappings`),caching:B({enabled:L().optional().default(!0).describe(`Cache enabled`),ttl:I().optional().default(300).describe(`Cache TTL (seconds)`),strategy:U([`lru`,`lfu`,`ttl`]).optional().default(`ttl`).describe(`Cache strategy`)}).optional().describe(`Caching configuration`),fallback:B({enabled:L().optional().default(!0).describe(`Fallback enabled`),defaultValue:R().optional().describe(`Default fallback value`),showError:L().optional().default(!0).describe(`Show error to user`)}).optional().describe(`Fallback configuration`),rateLimit:B({requestsPerSecond:I().describe(`Requests per second limit`),burstSize:I().optional().describe(`Burst size`)}).optional().describe(`Rate limiting`),retry:B({maxRetries:I().min(0).default(3).describe(`Maximum retry attempts`),initialDelayMs:I().default(1e3).describe(`Initial retry delay in milliseconds`),maxDelayMs:I().default(3e4).describe(`Maximum retry delay in milliseconds`),backoffMultiplier:I().default(2).describe(`Exponential backoff multiplier`),retryableStatusCodes:z(I()).default([429,500,502,503,504]).describe(`HTTP status codes that are retryable`)}).optional().describe(`Retry configuration with exponential backoff`),transform:B({request:B({headers:H(F(),F()).optional().describe(`Additional request headers`),queryParams:H(F(),F()).optional().describe(`Additional query parameters`)}).optional().describe(`Request transformation`),response:B({dataPath:F().optional().describe(`JSONPath to extract data (e.g., "$.data.results")`),totalPath:F().optional().describe(`JSONPath to extract total count (e.g., "$.meta.total")`)}).optional().describe(`Response transformation`)}).optional().describe(`Request/response transformation pipeline`),pagination:B({type:U([`offset`,`cursor`,`page`]).default(`offset`).describe(`Pagination type`),pageSize:I().default(100).describe(`Items per page`),maxPages:I().optional().describe(`Maximum number of pages to fetch`)}).optional().describe(`Pagination configuration for external data`)}));var Og=F().describe(`Underlying driver identifier`);G(()=>B({id:F().describe(`Unique driver identifier (e.g. "postgres")`),label:F().describe(`Display label (e.g. "PostgreSQL")`),description:F().optional(),icon:F().optional(),configSchema:H(F(),R()).describe(`JSON Schema for connection configuration`),capabilities:zf(()=>kg).optional()}));var kg=B({transactions:L().default(!1),queryFilters:L().default(!1),queryAggregations:L().default(!1),querySorting:L().default(!1),queryPagination:L().default(!1),queryWindowFunctions:L().default(!1),querySubqueries:L().default(!1),joins:L().default(!1),fullTextSearch:L().default(!1),readOnly:L().default(!1),dynamicSchema:L().default(!1)}),Ag=U([`managed`,`external`,`validate-only`]).describe(`Schema ownership mode`),jg=B({label:F().optional().describe(`Display label, e.g. "Snowflake — ANALYTICS / PROD"`),allowedSchemas:z(F()).optional().describe(`Whitelist of remote schemas/databases that may be exposed.`),allowWrites:L().default(!1).describe(`Global write gate. Individual objects must also opt in via object.external.writable.`),validation:B({onMismatch:U([`fail`,`warn`,`ignore`]).default(`fail`).describe(`What to do when a federated object diverges from the remote table.`),checkOnBoot:L().default(!0).describe(`Validate federated objects against the remote schema at boot.`),checkIntervalMs:I().optional().describe(`Optional background drift-check interval in milliseconds.`)}).default({onMismatch:`fail`,checkOnBoot:!0}).describe(`Boot/drift validation policy`),credentialsRef:F().optional().describe(`Reference into the secrets store; never inline credentials.`),queryTimeoutMs:I().default(3e4).describe(`Hard cap on per-query execution time.`),requirePermission:F().optional().describe(`Optional convenience: gate the entire datasource behind a single role.`)}).describe(`External datasource federation settings (schemaMode != "managed")`);G(()=>B({name:F().regex(/^[a-z_][a-z0-9_]*$/).describe(`Unique datasource identifier`),label:F().optional().describe(`Display label`),driver:Og.describe(`Underlying driver type`),config:H(F(),R()).describe(`Driver specific configuration`),pool:B({min:I().default(0).describe(`Minimum connections`),max:I().default(10).describe(`Maximum connections`),idleTimeoutMillis:I().default(3e4).describe(`Idle timeout`),connectionTimeoutMillis:I().default(3e3).describe(`Connection establishment timeout`)}).optional().describe(`Connection pool settings`),readReplicas:z(H(F(),R())).optional().describe(`Read-only replica configurations`),capabilities:kg.optional().describe(`Capability overrides`),healthCheck:B({enabled:L().default(!0).describe(`Enable health check endpoint`),intervalMs:I().default(3e4).describe(`Health check interval in milliseconds`),timeoutMs:I().default(5e3).describe(`Health check timeout in milliseconds`)}).optional().describe(`Datasource health check configuration`),ssl:B({enabled:L().default(!1).describe(`Enable SSL/TLS for database connection`),rejectUnauthorized:L().default(!0).describe(`Reject connections with invalid/self-signed certificates`),ca:F().optional().describe(`CA certificate (PEM format or path to file)`),cert:F().optional().describe(`Client certificate (PEM format or path to file)`),key:F().optional().describe(`Client private key (PEM format or path to file)`)}).optional().describe(`SSL/TLS configuration for secure database connections`),retryPolicy:B({maxRetries:I().default(3).describe(`Maximum number of retry attempts`),baseDelayMs:I().default(1e3).describe(`Base delay between retries in milliseconds`),maxDelayMs:I().default(3e4).describe(`Maximum delay between retries in milliseconds`),backoffMultiplier:I().default(2).describe(`Exponential backoff multiplier`)}).optional().describe(`Connection retry policy for transient failures`),description:F().optional().describe(`Internal description`),active:L().default(!0).describe(`Is datasource enabled`),schemaMode:Ag.default(`managed`),external:jg.optional(),origin:U([`code`,`runtime`]).default(`code`).describe(`Datasource provenance (server-managed, read-only)`)}).superRefine((e,t)=>{e.schemaMode!==`managed`&&!e.external&&t.addIssue({code:`custom`,path:[`external`],message:`schemaMode='${e.schemaMode}' requires 'external' settings.`}),e.schemaMode===`managed`&&e.external&&t.addIssue({code:`custom`,path:[`external`],message:`'external' settings only apply when schemaMode != 'managed'.`})}));var Mg=B({name:F().describe(`Remote column name`),sqlType:F().describe(`Raw remote SQL type (e.g. "numeric(10,2)")`),nullable:L().describe(`Whether the remote column is nullable`),primaryKey:L().default(!1).describe(`Part of the remote primary key`),suggestedFieldType:F().optional().describe(`ObjectStack field type suggested by the type-compat matrix`)}),Ng=B({remoteSchema:F().optional().describe(`Remote schema/database qualifier`),remoteName:F().describe(`Remote table/view name`),columns:z(Mg).describe(`Remote columns`),indexes:z(B({name:F(),columns:z(F()),unique:L()})).optional().describe(`Remote indexes, when introspectable`),rowCountEstimate:I().optional().describe(`Approximate row count`)});G(()=>B({name:F().regex(/^[a-z_][a-z0-9_]*$/).describe("Catalog id, conventionally `<datasource>_catalog`."),datasource:F().describe(`Datasource.name this catalog snapshots.`),snapshotAt:F().datetime().describe(`When the snapshot was taken (ISO 8601).`),dialect:F().optional().describe(`Remote SQL dialect, when known.`),tables:z(Ng).describe(`Snapshotted remote tables.`)}));var Pg=U([`count`,`sum`,`avg`,`min`,`max`,`count_distinct`,`number`,`string`,`boolean`]),Fg=U([`string`,`number`,`boolean`,`time`,`geo`]),Ig=U([`second`,`minute`,`hour`,`day`,`week`,`month`,`quarter`,`year`]),Lg=G(()=>B({name:F().regex(/^[a-z_][a-z0-9_]*$/).describe(`Unique metric ID`),label:F().describe(`Human readable label`),description:F().optional(),type:Pg,sql:F().describe(`SQL expression or field reference`),filters:z(B({sql:F()})).optional(),format:F().optional()})),Rg=G(()=>B({name:F().regex(/^[a-z_][a-z0-9_]*$/).describe(`Unique dimension ID`),label:F().describe(`Human readable label`),description:F().optional(),type:Fg,sql:F().describe(`SQL expression or column reference`),granularities:z(Ig).optional()})),zg=G(()=>B({name:F().describe(`Target cube name`),relationship:U([`one_to_one`,`one_to_many`,`many_to_one`]).default(`many_to_one`),sql:F().describe(`Join condition (ON clause)`)}));G(()=>B({name:F().regex(/^[a-z_][a-z0-9_]*$/).describe(`Cube name (snake_case)`),title:F().optional(),description:F().optional(),sql:F().describe(`Base SQL statement or Table Name`),measures:H(F(),Lg).describe(`Quantitative metrics`),dimensions:H(F(),Rg).describe(`Qualitative attributes`),joins:H(F(),zg).optional(),refreshKey:B({every:F().optional(),sql:F().optional()}).optional(),public:L().default(!1)})),G(()=>B({cube:F().optional().describe(`Target cube name (optional when provided externally, e.g. in API request wrapper)`),measures:z(F()).describe(`List of metrics to calculate`),dimensions:z(F()).optional().describe(`List of dimensions to group by`),where:Zf.optional().describe(`Filtering criteria (canonical Query DSL FilterCondition)`),timeDimensions:z(B({dimension:F(),granularity:Ig.optional(),dateRange:V([F(),z(F())]).optional()})).optional(),order:H(F(),U([`asc`,`desc`])).optional(),limit:I().optional(),offset:I().optional(),timezone:F().optional().default(`UTC`)}));var Bg=U([`comment`,`field_change`,`task`,`event`,`email`,`call`,`note`,`file`,`record_create`,`record_delete`,`approval`,`sharing`,`system`]),Vg=G(()=>B({type:U([`user`,`team`,`record`]).describe(`Mention target type`),id:F().describe(`Target ID`),name:F().describe(`Display name for rendering`),offset:I().int().min(0).describe(`Character offset in body text`),length:I().int().min(1).describe(`Length of mention token in body text`)})),Hg=G(()=>B({field:F().describe(`Field machine name`),fieldLabel:F().optional().describe(`Field display label`),oldValue:R().optional().describe(`Previous value`),newValue:R().optional().describe(`New value`),oldDisplayValue:F().optional().describe(`Human-readable old value`),newDisplayValue:F().optional().describe(`Human-readable new value`)})),Ug=G(()=>B({emoji:F().describe(`Emoji character or shortcode (e.g., "👍", ":thumbsup:")`),userIds:z(F()).describe(`Users who reacted`),count:I().int().min(1).describe(`Total reaction count`)})),Wg=G(()=>B({type:U([`user`,`system`,`service`,`automation`]).describe(`Actor type`),id:F().describe(`Actor ID`),name:F().optional().describe(`Actor display name`),avatarUrl:F().url().optional().describe(`Actor avatar URL`),source:F().optional().describe(`Source application (e.g., "Omni", "API", "Studio")`)})),Gg=U([`public`,`internal`,`private`]);G(()=>B({id:F().describe(`Feed item ID`),type:Bg.describe(`Activity type`),object:F().describe(`Object name (e.g., "account")`),recordId:F().describe(`Record ID this feed item belongs to`),actor:Wg.describe(`Who performed this action`),body:F().optional().describe(`Rich text body (Markdown supported)`),mentions:z(Vg).optional().describe(`Mentioned users/teams/records`),changes:z(Hg).optional().describe(`Field-level changes`),reactions:z(Ug).optional().describe(`Emoji reactions on this item`),parentId:F().optional().describe(`Parent feed item ID for threaded replies`),replyCount:I().int().min(0).default(0).describe(`Number of replies`),pinned:L().default(!1).describe(`Whether the feed item is pinned to the top of the timeline`),pinnedAt:F().datetime().optional().describe(`Timestamp when the item was pinned`),pinnedBy:F().optional().describe(`User ID who pinned the item`),starred:L().default(!1).describe(`Whether the feed item is starred/bookmarked by the current user`),starredAt:F().datetime().optional().describe(`Timestamp when the item was starred`),visibility:Gg.default(`public`).describe(`Visibility: public (all users), internal (team only), private (author + mentioned)`),createdAt:F().datetime().describe(`Creation timestamp`),updatedAt:F().datetime().optional().describe(`Last update timestamp`),editedAt:F().datetime().optional().describe(`When comment was last edited`),isEdited:L().default(!1).describe(`Whether comment has been edited`)})),U([`all`,`comments_only`,`changes_only`,`tasks_only`]);var Kg=U([`comment`,`mention`,`field_change`,`task`,`approval`,`all`]),qg=U([`in_app`,`email`,`push`,`slack`]);G(()=>B({object:F().describe(`Object name`),recordId:F().describe(`Record ID`),userId:F().describe(`Subscribing user ID`),events:z(Kg).default([`all`]).describe(`Event types to receive notifications for`),channels:z(qg).default([`in_app`]).describe(`Notification delivery channels`),active:L().default(!0).describe(`Whether the subscription is active`),createdAt:F().datetime().describe(`Subscription creation timestamp`)}));var Jg=(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`)}),Yg={debug:0,info:1,warn:2,error:3,fatal:4,silent:5},Xg={debug:`\x1B[36m`,info:`\x1B[32m`,warn:`\x1B[33m`,error:`\x1B[31m`,fatal:`\x1B[35m`,silent:``},Zg=`\x1B[0m`,Qg=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=Jg(`fs`),n=Jg(`path`).dirname(e);t.mkdirSync(n,{recursive:!0}),this.fileStream=t.createWriteStream(e,{flags:`a`})}catch{}}isEnabled(e){return Yg[e]>=Yg[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=Xg[e]||``,r=this.config.name?`[${this.config.name}] `:``;s=`${n}${o} ${e.toUpperCase()}${Zg} ${r}${t}`,a&&(s+=` ${JSON.stringify(i)}`)}let c=s+`
|
|
109
|
+
`;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 $g(e){return new Qg(e)}var e_=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=[]}},t_=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 this.fetch(`${this.baseUrl}${t}/sign-in/email`,{method:`POST`,headers:{Origin:this.baseUrl},body:JSON.stringify(e)}),r=await n.json().catch(()=>({}));if(!n.ok){let e=r?.message||r?.error?.message||`Login failed (HTTP ${n.status})`,t=Error(e);throw r?.code&&(t.code=r.code),t.status=n.status,t}let i=r&&(r.data??(r.token||r.user?{token:r.token,user:r.user}:void 0)),a=i?{...r,data:i}:r;return a.data?.token&&(this.token=a.data.token),a},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)}},this.approvals={listRequests:async e=>{let t=this.getRoute(`approvals`),n=new URLSearchParams;e?.object&&n.set(`object`,e.object),e?.recordId&&n.set(`recordId`,e.recordId),e?.status&&n.set(`status`,Array.isArray(e.status)?e.status.join(`,`):e.status),e?.approverId&&n.set(`approverId`,Array.isArray(e.approverId)?e.approverId.join(`,`):e.approverId),e?.submitterId&&n.set(`submitterId`,e.submitterId);let r=n.toString(),i=await this.fetch(`${this.baseUrl}${t}/requests${r?`?${r}`:``}`),a=await this.unwrapResponse(i);return Array.isArray(a)?a:a?.data??[]},getRequest:async e=>{let t=this.getRoute(`approvals`),n=await this.fetch(`${this.baseUrl}${t}/requests/${encodeURIComponent(e)}`);return this.unwrapResponse(n)},approve:async(e,t)=>{let n=this.getRoute(`approvals`),r=await this.fetch(`${this.baseUrl}${n}/requests/${encodeURIComponent(e)}/approve`,{method:`POST`,body:JSON.stringify({actorId:t?.actorId,comment:t?.comment})});return this.unwrapResponse(r)},reject:async(e,t)=>{let n=this.getRoute(`approvals`),r=await this.fetch(`${this.baseUrl}${n}/requests/${encodeURIComponent(e)}/reject`,{method:`POST`,body:JSON.stringify({actorId:t?.actorId,comment:t?.comment})});return this.unwrapResponse(r)},listActions:async e=>{let t=this.getRoute(`approvals`),n=await this.fetch(`${this.baseUrl}${t}/requests/${encodeURIComponent(e)}/actions`),r=await this.unwrapResponse(n);return Array.isArray(r)?r:r?.data??[]}},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.locale=e.locale,this.fetchImpl=e.fetch||globalThis.fetch.bind(globalThis),this.logger=e.logger||$g({level:e.debug?`debug`:`info`,format:`pretty`}),this.realtimeAPI=new e_(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 n_(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}setLocale(e){this.locale=e,this.logger.debug(`Active locale changed`,{locale:e})}getLocale(){return this.locale}get events(){return this.realtimeAPI}isFilterAST(e){return ep(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),this.locale&&!Object.keys(n).some(e=>e.toLowerCase()===`accept-language`)&&(n[`Accept-Language`]=this.locale);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`,approvals:`/api/v1/approvals`,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}`}},n_=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}`}},r_=(0,j.createContext)(null),i_=(0,j.createContext)(void 0);function a_({client:e,locale:t,children:n}){let r=(0,j.useRef)(null);return(r.current?.client!==e||r.current?.locale!==t)&&(r.current={client:e,locale:t},e.setLocale?.(t)),j.createElement(r_.Provider,{value:e},j.createElement(i_.Provider,{value:t},n))}function o_(){let e=(0,j.useContext)(r_);if(!e)throw Error(`useClient must be used within an ObjectStackProvider. Make sure your component is wrapped with <ObjectStackProvider client={...}>.`);return e}var s_=1,c_=1e6,l_=0;function u_(){return l_=(l_+1)%(2**53-1),l_.toString()}var d_=new Map,f_=e=>{if(d_.has(e))return;let t=setTimeout(()=>{d_.delete(e),g_({type:`REMOVE_TOAST`,toastId:e})},c_);d_.set(e,t)},p_=(e,t)=>{switch(t.type){case`ADD_TOAST`:return{...e,toasts:[t.toast,...e.toasts].slice(0,s_)};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?f_(n):e.toasts.forEach(e=>{f_(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)}}},m_=[],h_={toasts:[]};function g_(e){h_=p_(h_,e),m_.forEach(e=>{e(h_)})}function K({...e}){let t=u_(),n=e=>g_({type:`UPDATE_TOAST`,toast:{...e,id:t}}),r=()=>g_({type:`DISMISS_TOAST`,toastId:t});return g_({type:`ADD_TOAST`,toast:{...e,id:t,open:!0,onOpenChange:e=>{e||r()}}}),{id:t,dismiss:r,update:n}}function __(){let[e,t]=j.useState(h_);return j.useEffect(()=>(m_.push(t),()=>{let e=m_.indexOf(t);e>-1&&m_.splice(e,1)}),[e]),{...e,toast:K,dismiss:e=>g_({type:`DISMISS_TOAST`,toastId:e})}}typeof window<`u`&&window.document&&window.document.createElement;function q(e,t,{checkForDefaultPrevented:n=!0}={}){return function(r){if(e?.(r),n===!1||!r.defaultPrevented)return t?.(r)}}function v_(e,t){if(typeof e==`function`)return e(t);e!=null&&(e.current=t)}function y_(...e){return t=>{let n=!1,r=e.map(e=>{let r=v_(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():v_(e[t],null)}}}}function b_(...e){return j.useCallback(y_(...e),e)}function x_(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 S_(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,C_(i,...t)]}function C_(...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 w_(e){let t=T_(e),n=j.forwardRef((e,n)=>{let{children:r,...i}=e,a=j.Children.toArray(r),o=a.find(O_);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 T_(e){let t=j.forwardRef((e,t)=>{let{children:n,...r}=e;if(j.isValidElement(n)){let e=A_(n),i=k_(r,n.props);return n.type!==j.Fragment&&(i.ref=t?y_(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 E_=Symbol(`radix.slottable`);function D_(e){let t=({children:e})=>(0,M.jsx)(M.Fragment,{children:e});return t.displayName=`${e}.Slottable`,t.__radixId=E_,t}function O_(e){return j.isValidElement(e)&&typeof e.type==`function`&&`__radixId`in e.type&&e.type.__radixId===E_}function k_(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 A_(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 j_(e){let t=e+`CollectionProvider`,[n,r]=S_(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=w_(s),l=j.forwardRef((e,t)=>{let{scope:n,children:r}=e;return(0,M.jsx)(c,{ref:b_(t,a(s,n).collectionRef),children:r})});l.displayName=s;let u=e+`CollectionItemSlot`,d=`data-radix-collection-item`,f=w_(u),p=j.forwardRef((e,t)=>{let{scope:n,children:r,...i}=e,o=j.useRef(null),s=b_(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 M_=[`a`,`button`,`div`,`form`,`h2`,`h3`,`img`,`input`,`label`,`li`,`nav`,`ol`,`p`,`select`,`span`,`svg`,`ul`].reduce((e,t)=>{let n=w_(`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 N_(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 F_(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 I_=`DismissableLayer`,L_=`dismissableLayer.update`,R_=`dismissableLayer.pointerDownOutside`,z_=`dismissableLayer.focusOutside`,B_,V_=j.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),H_=j.forwardRef((e,t)=>{let{disableOutsidePointerEvents:n=!1,onEscapeKeyDown:r,onPointerDownOutside:i,onFocusOutside:a,onInteractOutside:o,onDismiss:s,...c}=e,l=j.useContext(V_),[u,d]=j.useState(null),f=u?.ownerDocument??globalThis?.document,[,p]=j.useState({}),m=b_(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=G_(e=>{let t=e.target,n=[...l.branches].some(e=>e.contains(t));!b||n||(i?.(e),o?.(e),e.defaultPrevented||s?.())},f),S=K_(e=>{let t=e.target;[...l.branches].some(e=>e.contains(t))||(a?.(e),o?.(e),e.defaultPrevented||s?.())},f);return F_(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&&(B_=f.body.style.pointerEvents,f.body.style.pointerEvents=`none`),l.layersWithOutsidePointerEventsDisabled.add(u)),l.layers.add(u),q_(),()=>{n&&l.layersWithOutsidePointerEventsDisabled.size===1&&(f.body.style.pointerEvents=B_)}},[u,f,n,l]),j.useEffect(()=>()=>{u&&(l.layers.delete(u),l.layersWithOutsidePointerEventsDisabled.delete(u),q_())},[u,l]),j.useEffect(()=>{let e=()=>p({});return document.addEventListener(L_,e),()=>document.removeEventListener(L_,e)},[]),(0,M.jsx)(M_.div,{...c,ref:m,style:{pointerEvents:y?b?`auto`:`none`:void 0,...e.style},onFocusCapture:q(e.onFocusCapture,S.onFocusCapture),onBlurCapture:q(e.onBlurCapture,S.onBlurCapture),onPointerDownCapture:q(e.onPointerDownCapture,x.onPointerDownCapture)})});H_.displayName=I_;var U_=`DismissableLayerBranch`,W_=j.forwardRef((e,t)=>{let n=j.useContext(V_),r=j.useRef(null),i=b_(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)(M_.div,{...e,ref:i})});W_.displayName=U_;function G_(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(){J_(R_,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 K_(e,t=globalThis?.document){let n=P_(e),r=j.useRef(!1);return j.useEffect(()=>{let e=e=>{e.target&&!r.current&&J_(z_,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 q_(){let e=new CustomEvent(L_);document.dispatchEvent(e)}function J_(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?N_(i,a):i.dispatchEvent(a)}var Y_=H_,X_=W_,Z_=globalThis?.document?j.useLayoutEffect:()=>{},Q_=`Portal`,$_=j.forwardRef((e,t)=>{let{container:n,...r}=e,[i,a]=j.useState(!1);Z_(()=>a(!0),[]);let o=n||i&&globalThis?.document?.body;return o?Gi.createPortal((0,M.jsx)(M_.div,{...r,ref:t}),o):null});$_.displayName=Q_;function ev(e,t){return j.useReducer((e,n)=>t[e][n]??e,e)}var tv=e=>{let{present:t,children:n}=e,r=nv(t),i=typeof n==`function`?n({present:r.isPresent}):j.Children.only(n),a=b_(r.ref,iv(i));return typeof n==`function`||r.isPresent?j.cloneElement(i,{ref:a}):null};tv.displayName=`Presence`;function nv(e){let[t,n]=j.useState(),r=j.useRef(null),i=j.useRef(e),a=j.useRef(`none`),[o,s]=ev(e?`mounted`:`unmounted`,{mounted:{UNMOUNT:`unmounted`,ANIMATION_OUT:`unmountSuspended`},unmountSuspended:{MOUNT:`mounted`,ANIMATION_END:`unmounted`},unmounted:{MOUNT:`mounted`}});return j.useEffect(()=>{let e=rv(r.current);a.current=o===`mounted`?e:`none`},[o]),Z_(()=>{let t=r.current,n=i.current;if(n!==e){let r=a.current,o=rv(t);e?s(`MOUNT`):o===`none`||t?.display===`none`?s(`UNMOUNT`):s(n&&r!==o?`ANIMATION_OUT`:`UNMOUNT`),i.current=e}},[e,s]),Z_(()=>{if(t){let e,n=t.ownerDocument.defaultView??window,o=a=>{let o=rv(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=rv(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 rv(e){return e?.animationName||`none`}function iv(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 av=j.useInsertionEffect||Z_;function ov({prop:e,defaultProp:t,onChange:n=()=>{},caller:r}){let[i,a,o]=sv({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=cv(t)?t(e):t;n!==e&&o.current?.(n)}else a(t)},[s,e,a,o])]}function sv({defaultProp:e,onChange:t}){let[n,r]=j.useState(e),i=j.useRef(n),a=j.useRef(t);return av(()=>{a.current=t},[t]),j.useEffect(()=>{i.current!==n&&(a.current?.(n),i.current=n)},[n,i]),[n,r,a]}function cv(e){return typeof e==`function`}var lv=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`}),uv=`VisuallyHidden`,dv=j.forwardRef((e,t)=>(0,M.jsx)(M_.span,{...e,ref:t,style:{...lv,...e.style}}));dv.displayName=uv;var fv=dv,pv=`ToastProvider`,[mv,hv,gv]=j_(`Toast`),[_v,vv]=S_(`Toast`,[gv]),[yv,bv]=_v(pv),xv=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 \`${pv}\`. Expected non-empty \`string\`.`),(0,M.jsx)(mv.Provider,{scope:t,children:(0,M.jsx)(yv,{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})})};xv.displayName=pv;var Sv=`ToastViewport`,Cv=[`F8`],wv=`toast.viewportPause`,Tv=`toast.viewportResume`,Ev=j.forwardRef((e,t)=>{let{__scopeToast:n,hotkey:r=Cv,label:i=`Notifications ({hotkey})`,...a}=e,o=bv(Sv,n),s=hv(n),c=j.useRef(null),l=j.useRef(null),u=j.useRef(null),d=j.useRef(null),f=b_(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(wv);t.dispatchEvent(e),o.isClosePausedRef.current=!0}},r=()=>{if(o.isClosePausedRef.current){let e=new CustomEvent(Tv);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,...$v(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);ey(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)(X_,{ref:c,role:`region`,"aria-label":i.replace(`{hotkey}`,p),tabIndex:-1,style:{pointerEvents:m?void 0:`none`},children:[m&&(0,M.jsx)(Ov,{ref:l,onFocusFromOutsideViewport:()=>{ey(h({tabbingDirection:`forwards`}))}}),(0,M.jsx)(mv.Slot,{scope:n,children:(0,M.jsx)(M_.ol,{tabIndex:-1,...a,ref:f})}),m&&(0,M.jsx)(Ov,{ref:u,onFocusFromOutsideViewport:()=>{ey(h({tabbingDirection:`backwards`}))}})]})});Ev.displayName=Sv;var Dv=`ToastFocusProxy`,Ov=j.forwardRef((e,t)=>{let{__scopeToast:n,onFocusFromOutsideViewport:r,...i}=e,a=bv(Dv,n);return(0,M.jsx)(dv,{tabIndex:0,...i,ref:t,style:{position:`fixed`},onFocus:e=>{let t=e.relatedTarget;a.viewport?.contains(t)||r()}})});Ov.displayName=Dv;var kv=`Toast`,Av=`toast.swipeStart`,jv=`toast.swipeMove`,Mv=`toast.swipeCancel`,Nv=`toast.swipeEnd`,Pv=j.forwardRef((e,t)=>{let{forceMount:n,open:r,defaultOpen:i,onOpenChange:a,...o}=e,[s,c]=ov({prop:r,defaultProp:i??!0,onChange:a,caller:kv});return(0,M.jsx)(tv,{present:n||s,children:(0,M.jsx)(Lv,{open:s,...o,ref:t,onClose:()=>c(!1),onPause:P_(e.onPause),onResume:P_(e.onResume),onSwipeStart:q(e.onSwipeStart,e=>{e.currentTarget.setAttribute(`data-swipe`,`start`)}),onSwipeMove:q(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:q(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:q(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=kv;var[Fv,Iv]=_v(kv,{onClose(){}}),Lv=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=bv(kv,n),[g,_]=j.useState(null),v=b_(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(wv,n),e.addEventListener(Tv,t),()=>{e.removeEventListener(wv,n),e.removeEventListener(Tv,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?Jv(g):null,[g]);return h.viewport?(0,M.jsxs)(M.Fragment,{children:[ee&&(0,M.jsx)(Rv,{__scopeToast:n,role:`status`,"aria-live":r===`foreground`?`assertive`:`polite`,children:ee}),(0,M.jsx)(Fv,{scope:n,onClose:D,children:Gi.createPortal((0,M.jsx)(mv.ItemSlot,{scope:n,children:(0,M.jsx)(Y_,{asChild:!0,onEscapeKeyDown:q(s,()=>{h.isFocusedToastEscapeKeyDownRef.current||D(),h.isFocusedToastEscapeKeyDownRef.current=!1}),children:(0,M.jsx)(M_.li,{tabIndex:0,"data-state":a?`open`:`closed`,"data-swipe-direction":h.swipeDirection,...m,ref:v,style:{userSelect:`none`,touchAction:`none`,...e.style},onKeyDown:q(e.onKeyDown,e=>{e.key===`Escape`&&(s?.(e.nativeEvent),e.nativeEvent.defaultPrevented||(h.isFocusedToastEscapeKeyDownRef.current=!0,D()))}),onPointerDown:q(e.onPointerDown,e=>{e.button===0&&(y.current={x:e.clientX,y:e.clientY})}),onPointerMove:q(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,Yv(jv,d,f,{discrete:!1})):Xv(l,h.swipeDirection,c)?(b.current=l,Yv(Av,u,f,{discrete:!1}),e.target.setPointerCapture(e.pointerId)):(Math.abs(t)>c||Math.abs(n)>c)&&(y.current=null)}),onPointerUp:q(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};Xv(t,h.swipeDirection,h.swipeThreshold)?Yv(Nv,p,r,{discrete:!0}):Yv(Mv,f,r,{discrete:!0}),n.addEventListener(`click`,e=>e.preventDefault(),{once:!0})}})})})}),h.viewport)})]}):null}),Rv=e=>{let{__scopeToast:t,children:n,...r}=e,i=bv(kv,t),[a,o]=j.useState(!1),[s,c]=j.useState(!1);return Zv(()=>o(!0)),j.useEffect(()=>{let e=window.setTimeout(()=>c(!0),1e3);return()=>window.clearTimeout(e)},[]),s?null:(0,M.jsx)($_,{asChild:!0,children:(0,M.jsx)(dv,{...r,children:a&&(0,M.jsxs)(M.Fragment,{children:[i.label,` `,n]})})})},zv=`ToastTitle`,Bv=j.forwardRef((e,t)=>{let{__scopeToast:n,...r}=e;return(0,M.jsx)(M_.div,{...r,ref:t})});Bv.displayName=zv;var Vv=`ToastDescription`,Hv=j.forwardRef((e,t)=>{let{__scopeToast:n,...r}=e;return(0,M.jsx)(M_.div,{...r,ref:t})});Hv.displayName=Vv;var Uv=`ToastAction`,Wv=j.forwardRef((e,t)=>{let{altText:n,...r}=e;return n.trim()?(0,M.jsx)(qv,{altText:n,asChild:!0,children:(0,M.jsx)(Kv,{...r,ref:t})}):(console.error(`Invalid prop \`altText\` supplied to \`${Uv}\`. Expected non-empty \`string\`.`),null)});Wv.displayName=Uv;var Gv=`ToastClose`,Kv=j.forwardRef((e,t)=>{let{__scopeToast:n,...r}=e,i=Iv(Gv,n);return(0,M.jsx)(qv,{asChild:!0,children:(0,M.jsx)(M_.button,{type:`button`,...r,ref:t,onClick:q(e.onClick,i.onClose)})})});Kv.displayName=Gv;var qv=j.forwardRef((e,t)=>{let{__scopeToast:n,altText:r,...i}=e;return(0,M.jsx)(M_.div,{"data-radix-toast-announce-exclude":``,"data-radix-toast-announce-alt":r||void 0,...i,ref:t})});function Jv(e){let t=[];return Array.from(e.childNodes).forEach(e=>{if(e.nodeType===e.TEXT_NODE&&e.textContent&&t.push(e.textContent),Qv(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(...Jv(e))}}),t}function Yv(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?N_(i,a):i.dispatchEvent(a)}var Xv=(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 Zv(e=()=>{}){let t=P_(e);Z_(()=>{let e=0,n=0;return e=window.requestAnimationFrame(()=>n=window.requestAnimationFrame(t)),()=>{window.cancelAnimationFrame(e),window.cancelAnimationFrame(n)}},[t])}function Qv(e){return e.nodeType===e.ELEMENT_NODE}function $v(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 ey(e){let t=document.activeElement;return e.some(e=>e===t?!0:(e.focus(),document.activeElement!==t))}var ty=xv,ny=Ev,ry=Pv,iy=Bv,ay=Hv,oy=Wv,sy=Kv;function cy(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=cy(e[t]))&&(r&&(r+=` `),r+=n)}else for(n in e)e[n]&&(r&&(r+=` `),r+=n);return r}function ly(){for(var e,t,n=0,r=``,i=arguments.length;n<i;n++)(e=arguments[n])&&(t=cy(e))&&(r&&(r+=` `),r+=t);return r}var uy=e=>typeof e==`boolean`?`${e}`:e===0?`0`:e,dy=ly,fy=(e,t)=>n=>{if(t?.variants==null)return dy(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=uy(t)||uy(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 dy(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)},py=(...e)=>e.filter((e,t,n)=>!!e&&e.trim()!==``&&n.indexOf(e)===t).join(` `).trim(),my=e=>e.replace(/([a-z0-9])([A-Z])/g,`$1-$2`).toLowerCase(),hy=e=>e.replace(/^([A-Z])|[\s-_]+(\w)/g,(e,t,n)=>n?n.toUpperCase():t.toLowerCase()),gy=e=>{let t=hy(e);return t.charAt(0).toUpperCase()+t.slice(1)},_y={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`},vy=e=>{for(let t in e)if(t.startsWith(`aria-`)||t===`role`||t===`title`)return!0;return!1},yy=(0,j.createContext)({}),by=()=>(0,j.useContext)(yy),xy=(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=``}=by()??{},m=r??d?Number(n??u)*24/Number(t??l):n??u;return(0,j.createElement)(`svg`,{ref:c,..._y,width:t??l??_y.width,height:t??l??_y.height,stroke:e??f,strokeWidth:m,className:py(`lucide`,p,i),...!a&&!vy(s)&&{"aria-hidden":`true`},...s},[...o.map(([e,t])=>(0,j.createElement)(e,t)),...Array.isArray(a)?a:[a]])}),J=(e,t)=>{let n=(0,j.forwardRef)(({className:n,...r},i)=>(0,j.createElement)(xy,{ref:i,iconNode:t,className:py(`lucide-${my(gy(e))}`,`lucide-${e}`,n),...r}));return n.displayName=gy(e),n},Sy=J(`arrow-right`,[[`path`,{d:`M5 12h14`,key:`1ays0h`}],[`path`,{d:`m12 5 7 7-7 7`,key:`xquz4c`}]]),Cy=J(`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`}]]),wy=J(`check`,[[`path`,{d:`M20 6 9 17l-5-5`,key:`1gmf2c`}]]),Ty=J(`chevron-down`,[[`path`,{d:`m6 9 6 6 6-6`,key:`qrunsl`}]]),Ey=J(`chevron-right`,[[`path`,{d:`m9 18 6-6-6-6`,key:`mthhwq`}]]),Dy=J(`chevron-up`,[[`path`,{d:`m18 15-6-6-6 6`,key:`153udz`}]]),Oy=J(`chevrons-up-down`,[[`path`,{d:`m7 15 5 5 5-5`,key:`1hf1tw`}],[`path`,{d:`m7 9 5-5 5 5`,key:`sgt6xg`}]]),ky=J(`circle-check`,[[`circle`,{cx:`12`,cy:`12`,r:`10`,key:`1mglay`}],[`path`,{d:`m9 12 2 2 4-4`,key:`dzmm74`}]]),Ay=J(`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`}]]),jy=J(`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`}]]),My=J(`circle`,[[`circle`,{cx:`12`,cy:`12`,r:`10`,key:`1mglay`}]]),Ny=J(`clock`,[[`circle`,{cx:`12`,cy:`12`,r:`10`,key:`1mglay`}],[`path`,{d:`M12 6v6l4 2`,key:`mmk7yg`}]]),Py=J(`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`}]]),Fy=J(`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`}]]),Iy=J(`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`}]]),Ly=J(`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`}]]),Ry=J(`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`}]]),zy=J(`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=J(`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`}]]),Vy=J(`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`}]]),Hy=J(`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`}]]),Uy=J(`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=J(`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`}]]),Gy=J(`mail-check`,[[`path`,{d:`M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8`,key:`12jkf8`}],[`path`,{d:`m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7`,key:`1ocrg3`}],[`path`,{d:`m16 19 2 2 4-4`,key:`1b14m6`}]]),Ky=J(`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`}]]),qy=J(`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`}]]),Jy=J(`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`}]]),Yy=J(`panel-left`,[[`rect`,{width:`18`,height:`18`,x:`3`,y:`3`,rx:`2`,key:`afitv7`}],[`path`,{d:`M9 3v18`,key:`fh3hqa`}]]),Xy=J(`plus`,[[`path`,{d:`M5 12h14`,key:`1ays0h`}],[`path`,{d:`M12 5v14`,key:`s699le`}]]),Zy=J(`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`}]]),Qy=J(`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`}]]),$y=J(`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`}]]),eb=J(`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`}]]),tb=J(`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`}]]),nb=J(`smartphone`,[[`rect`,{width:`14`,height:`20`,x:`5`,y:`2`,rx:`2`,ry:`2`,key:`1yt0o3`}],[`path`,{d:`M12 18h.01`,key:`mhygvu`}]]),rb=J(`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`}]]),ib=J(`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`}]]),ab=J(`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`}]]),ob=J(`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`}]]),sb=J(`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`}]]),cb=J(`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`}]]),lb=J(`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`}]]),ub=J(`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`}]]),db=J(`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`}]]),fb=J(`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`}]]),pb=J(`x`,[[`path`,{d:`M18 6 6 18`,key:`1bl5f8`}],[`path`,{d:`m6 6 12 12`,key:`d8bk6v`}]]),mb=(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},hb=(e,t)=>({classGroupId:e,validator:t}),gb=(e=new Map,t=null,n)=>({nextPart:e,validators:t,classGroupId:n}),_b=`-`,vb=[],yb=`arbitrary..`,bb=e=>{let t=Cb(e),{conflictingClassGroups:n,conflictingClassGroupModifiers:r}=e;return{getClassGroupId:e=>{if(e.startsWith(`[`)&&e.endsWith(`]`))return Sb(e);let n=e.split(_b);return xb(n,+(n[0]===``&&n.length>1),t)},getConflictingClassGroupIds:(e,t)=>{if(t){let t=r[e],i=n[e];return t?i?mb(i,t):t:i||vb}return n[e]||vb}}},xb=(e,t,n)=>{if(e.length-t===0)return n.classGroupId;let r=e[t],i=n.nextPart.get(r);if(i){let n=xb(e,t+1,i);if(n)return n}let a=n.validators;if(a===null)return;let o=t===0?e.join(_b):e.slice(t).join(_b),s=a.length;for(let e=0;e<s;e++){let t=a[e];if(t.validator(o))return t.classGroupId}},Sb=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?yb+r:void 0})(),Cb=e=>{let{theme:t,classGroups:n}=e;return wb(n,t)},wb=(e,t)=>{let n=gb();for(let r in e){let i=e[r];Tb(i,n,r,t)}return n},Tb=(e,t,n,r)=>{let i=e.length;for(let a=0;a<i;a++){let i=e[a];Eb(i,t,n,r)}},Eb=(e,t,n,r)=>{if(typeof e==`string`){Db(e,t,n);return}if(typeof e==`function`){Ob(e,t,n,r);return}kb(e,t,n,r)},Db=(e,t,n)=>{let r=e===``?t:Ab(t,e);r.classGroupId=n},Ob=(e,t,n,r)=>{if(jb(e)){Tb(e(r),t,n,r);return}t.validators===null&&(t.validators=[]),t.validators.push(hb(n,e))},kb=(e,t,n,r)=>{let i=Object.entries(e),a=i.length;for(let e=0;e<a;e++){let[a,o]=i[e];Tb(o,Ab(t,a),n,r)}},Ab=(e,t)=>{let n=e,r=t.split(_b),i=r.length;for(let e=0;e<i;e++){let t=r[e],i=n.nextPart.get(t);i||(i=gb(),n.nextPart.set(t,i)),n=i}return n},jb=e=>`isThemeGetter`in e&&e.isThemeGetter===!0,Mb=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)}}},Nb=`!`,Pb=`:`,Fb=[],Ib=(e,t,n,r,i)=>({modifiers:e,hasImportantModifier:t,baseClassName:n,maybePostfixModifierPosition:r,isExternal:i}),Lb=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(Nb)?(c=s.slice(0,-1),l=!0):s.startsWith(Nb)&&(c=s.slice(1),l=!0);let u=a&&a>i?a-i:void 0;return Ib(t,l,c,u)};if(t){let e=t+Pb,n=r;r=t=>t.startsWith(e)?n(t.slice(e.length)):Ib(Fb,!1,t,void 0,!0)}if(n){let e=r;r=t=>n({className:t,parseClassName:e})}return r},Rb=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}},zb=e=>({cache:Mb(e.cacheSize),parseClassName:Lb(e),sortModifiers:Rb(e),postfixLookupClassGroupIds:Bb(e),...bb(e)}),Bb=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},Vb=/\s+/,Hb=(e,t)=>{let{parseClassName:n,getClassGroupId:r,getConflictingClassGroupIds:i,sortModifiers:a,postfixLookupClassGroupIds:o}=t,s=[],c=e.trim().split(Vb),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?_+Nb:_,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},Ub=(...e)=>{let t=0,n,r,i=``;for(;t<e.length;)(n=e[t++])&&(r=Wb(n))&&(i&&(i+=` `),i+=r);return i},Wb=e=>{if(typeof e==`string`)return e;let t,n=``;for(let r=0;r<e.length;r++)e[r]&&(t=Wb(e[r]))&&(n&&(n+=` `),n+=t);return n},Gb=(e,...t)=>{let n,r,i,a,o=o=>(n=zb(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=Hb(e,n);return i(e,a),a};return a=o,(...e)=>a(Ub(...e))},Kb=[],qb=e=>{let t=t=>t[e]||Kb;return t.isThemeGetter=!0,t},Jb=/^\[(?:(\w[\w-]*):)?(.+)\]$/i,Yb=/^\((?:(\w[\w-]*):)?(.+)\)$/i,Xb=/^\d+(?:\.\d+)?\/\d+(?:\.\d+)?$/,Zb=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,Qb=/\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$/,$b=/^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/,ex=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,tx=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,nx=e=>Xb.test(e),rx=e=>!!e&&!Number.isNaN(Number(e)),ix=e=>!!e&&Number.isInteger(Number(e)),ax=e=>e.endsWith(`%`)&&rx(e.slice(0,-1)),ox=e=>Zb.test(e),sx=()=>!0,cx=e=>Qb.test(e)&&!$b.test(e),lx=()=>!1,ux=e=>ex.test(e),dx=e=>tx.test(e),fx=e=>!Y(e)&&!X(e),px=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)),mx=e=>kx(e,Nx,lx),Y=e=>Jb.test(e),hx=e=>kx(e,Px,cx),gx=e=>kx(e,Fx,rx),_x=e=>kx(e,Lx,sx),vx=e=>kx(e,Ix,lx),yx=e=>kx(e,jx,lx),bx=e=>kx(e,Mx,dx),xx=e=>kx(e,Rx,ux),X=e=>Yb.test(e),Sx=e=>Ax(e,Px),Cx=e=>Ax(e,Ix),wx=e=>Ax(e,jx),Tx=e=>Ax(e,Nx),Ex=e=>Ax(e,Mx),Dx=e=>Ax(e,Rx,!0),Ox=e=>Ax(e,Lx,!0),kx=(e,t,n)=>{let r=Jb.exec(e);return r?r[1]?t(r[1]):n(r[2]):!1},Ax=(e,t,n=!1)=>{let r=Yb.exec(e);return r?r[1]?t(r[1]):n:!1},jx=e=>e===`position`||e===`percentage`,Mx=e=>e===`image`||e===`url`,Nx=e=>e===`length`||e===`size`||e===`bg-size`,Px=e=>e===`length`,Fx=e=>e===`number`,Ix=e=>e===`family-name`,Lx=e=>e===`number`||e===`weight`,Rx=e=>e===`shadow`,zx=Gb(()=>{let e=qb(`color`),t=qb(`font`),n=qb(`text`),r=qb(`font-weight`),i=qb(`tracking`),a=qb(`leading`),o=qb(`breakpoint`),s=qb(`container`),c=qb(`spacing`),l=qb(`radius`),u=qb(`shadow`),d=qb(`inset-shadow`),f=qb(`text-shadow`),p=qb(`drop-shadow`),m=qb(`blur`),h=qb(`perspective`),g=qb(`aspect`),_=qb(`ease`),v=qb(`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=()=>[nx,`full`,`auto`,...w()],E=()=>[ix,`none`,`subgrid`,X,Y],D=()=>[`auto`,{span:[`full`,ix,X,Y]},ix,X,Y],O=()=>[ix,`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=()=>[nx,`auto`,`full`,`dvw`,`dvh`,`lvw`,`lvh`,`svw`,`svh`,`min`,`max`,`fit`,...w()],ae=()=>[nx,`screen`,`full`,`dvw`,`lvw`,`svw`,`min`,`max`,`fit`,...w()],oe=()=>[nx,`screen`,`full`,`lh`,`dvh`,`lvh`,`svh`,`min`,`max`,`fit`,...w()],k=()=>[e,X,Y],se=()=>[...b(),wx,yx,{position:[X,Y]}],ce=()=>[`no-repeat`,{repeat:[``,`x`,`y`,`space`,`round`]}],le=()=>[`auto`,`cover`,`contain`,Tx,mx,{size:[X,Y]}],ue=()=>[ax,Sx,hx],A=()=>[``,`none`,`full`,l,X,Y],de=()=>[``,rx,Sx,hx],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=()=>[rx,ax,wx,yx],he=()=>[``,`none`,m,X,Y],ge=()=>[`none`,rx,X,Y],_e=()=>[`none`,rx,X,Y],ve=()=>[rx,X,Y],ye=()=>[nx,`full`,...w()];return{cacheSize:500,theme:{animate:[`spin`,`ping`,`pulse`,`bounce`],aspect:[`video`],blur:[ox],breakpoint:[ox],color:[sx],container:[ox],"drop-shadow":[ox],ease:[`in`,`out`,`in-out`],font:[fx],"font-weight":[`thin`,`extralight`,`light`,`normal`,`medium`,`semibold`,`bold`,`extrabold`,`black`],"inset-shadow":[ox],leading:[`none`,`tight`,`snug`,`normal`,`relaxed`,`loose`],perspective:[`dramatic`,`near`,`normal`,`midrange`,`distant`,`none`],radius:[ox],shadow:[ox],spacing:[`px`,rx],text:[ox],"text-shadow":[ox],tracking:[`tighter`,`tight`,`normal`,`wide`,`wider`,`widest`]},classGroups:{aspect:[{aspect:[`auto`,`square`,nx,Y,X,g]}],container:[`container`],"container-type":[{"@container":[``,`normal`,`size`,X,Y]}],"container-named":[px],columns:[{columns:[rx,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:[ix,`auto`,X,Y]}],basis:[{basis:[nx,`full`,`auto`,s,...w()]}],"flex-direction":[{flex:[`row`,`row-reverse`,`col`,`col-reverse`]}],"flex-wrap":[{flex:[`nowrap`,`wrap`,`wrap-reverse`]}],flex:[{flex:[rx,nx,`auto`,`initial`,`none`,Y]}],grow:[{grow:[``,rx,X,Y]}],shrink:[{shrink:[``,rx,X,Y]}],order:[{order:[ix,`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,Sx,hx]}],"font-smoothing":[`antialiased`,`subpixel-antialiased`],"font-style":[`italic`,`not-italic`],"font-weight":[{font:[r,Ox,_x]}],"font-stretch":[{"font-stretch":[`ultra-condensed`,`extra-condensed`,`condensed`,`semi-condensed`,`normal`,`semi-expanded`,`expanded`,`extra-expanded`,`ultra-expanded`,ax,Y]}],"font-family":[{font:[Cx,vx,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":[rx,`none`,X,gx]}],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:[rx,`from-font`,`auto`,X,hx]}],"text-decoration-color":[{decoration:k()}],"underline-offset":[{"underline-offset":[rx,`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:[ix,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`]},ix,X,Y],radial:[``,X,Y],conic:[ix,X,Y]},Ex,bx]}],"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":[rx,X,Y]}],"outline-w":[{outline:[``,rx,Sx,hx]}],"outline-color":[{outline:k()}],shadow:[{shadow:[``,`none`,u,Dx,xx]}],"shadow-color":[{shadow:k()}],"inset-shadow":[{"inset-shadow":[`none`,d,Dx,xx]}],"inset-shadow-color":[{"inset-shadow":k()}],"ring-w":[{ring:de()}],"ring-w-inset":[`ring-inset`],"ring-color":[{ring:k()}],"ring-offset-w":[{"ring-offset":[rx,hx]}],"ring-offset-color":[{"ring-offset":k()}],"inset-ring-w":[{"inset-ring":de()}],"inset-ring-color":[{"inset-ring":k()}],"text-shadow":[{"text-shadow":[`none`,f,Dx,xx]}],"text-shadow-color":[{"text-shadow":k()}],opacity:[{opacity:[rx,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":[rx]}],"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":[rx]}],"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:[rx,X,Y]}],contrast:[{contrast:[rx,X,Y]}],"drop-shadow":[{"drop-shadow":[``,`none`,p,Dx,xx]}],"drop-shadow-color":[{"drop-shadow":k()}],grayscale:[{grayscale:[``,rx,X,Y]}],"hue-rotate":[{"hue-rotate":[rx,X,Y]}],invert:[{invert:[``,rx,X,Y]}],saturate:[{saturate:[rx,X,Y]}],sepia:[{sepia:[``,rx,X,Y]}],"backdrop-filter":[{"backdrop-filter":[``,`none`,X,Y]}],"backdrop-blur":[{"backdrop-blur":he()}],"backdrop-brightness":[{"backdrop-brightness":[rx,X,Y]}],"backdrop-contrast":[{"backdrop-contrast":[rx,X,Y]}],"backdrop-grayscale":[{"backdrop-grayscale":[``,rx,X,Y]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[rx,X,Y]}],"backdrop-invert":[{"backdrop-invert":[``,rx,X,Y]}],"backdrop-opacity":[{"backdrop-opacity":[rx,X,Y]}],"backdrop-saturate":[{"backdrop-saturate":[rx,X,Y]}],"backdrop-sepia":[{"backdrop-sepia":[``,rx,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:[rx,`initial`,X,Y]}],ease:[{ease:[`linear`,`initial`,_,X,Y]}],delay:[{delay:[rx,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:[ix,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:[rx,Sx,hx,gx]}],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 zx(ly(e))}var Bx=ty,Vx=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(ny,{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}));Vx.displayName=ny.displayName;var Hx=fy(`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`}}),Ux=j.forwardRef(({className:e,variant:t,...n},r)=>(0,M.jsx)(ry,{ref:r,className:Z(Hx({variant:t}),e),...n}));Ux.displayName=ry.displayName;var Wx=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(oy,{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}));Wx.displayName=oy.displayName;var Gx=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(sy,{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)(pb,{className:`h-4 w-4`})}));Gx.displayName=sy.displayName;var Kx=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(iy,{ref:n,className:Z(`text-sm font-semibold`,e),...t}));Kx.displayName=iy.displayName;var qx=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(ay,{ref:n,className:Z(`text-sm opacity-90`,e),...t}));qx.displayName=ay.displayName;function Jx(){let{toasts:e}=__();return(0,M.jsxs)(Bx,{children:[e.map(function({id:e,title:t,description:n,action:r,...i}){return(0,M.jsxs)(Ux,{...i,children:[(0,M.jsxs)(`div`,{className:`grid gap-1`,children:[t&&(0,M.jsx)(Kx,{children:t}),n&&(0,M.jsx)(qx,{children:n})]}),r,(0,M.jsx)(Gx,{})]},e)}),(0,M.jsx)(Vx,{})]})}var Yx=Symbol.for(`react.lazy`),Xx=j.use;function Zx(e){return typeof e==`object`&&!!e&&`then`in e}function Qx(e){return typeof e==`object`&&!!e&&`$$typeof`in e&&e.$$typeof===Yx&&`_payload`in e&&Zx(e._payload)}function $x(e){let t=tS(e),n=j.forwardRef((e,n)=>{let{children:r,...i}=e;Qx(r)&&typeof Xx==`function`&&(r=Xx(r._payload));let a=j.Children.toArray(r),o=a.find(rS);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 eS=$x(`Slot`);function tS(e){let t=j.forwardRef((e,t)=>{let{children:n,...r}=e;if(Qx(n)&&typeof Xx==`function`&&(n=Xx(n._payload)),j.isValidElement(n)){let e=aS(n),i=iS(r,n.props);return n.type!==j.Fragment&&(i.ref=t?y_(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 nS=Symbol(`radix.slottable`);function rS(e){return j.isValidElement(e)&&typeof e.type==`function`&&`__radixId`in e.type&&e.type.__radixId===nS}function iS(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 aS(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 oS=768;function sS(){let[e,t]=j.useState(void 0);return j.useEffect(()=>{let e=window.matchMedia(`(max-width: ${oS-1}px)`),n=()=>{t(window.innerWidth<oS)};return e.addEventListener(`change`,n),t(window.innerWidth<oS),()=>e.removeEventListener(`change`,n)},[]),!!e}var cS=fy(`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?eS:`button`,{className:Z(cS({variant:t,size:n,className:e})),ref:a,...i}));Q.displayName=`Button`;var lS=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}));lS.displayName=`Input`;var uS=[`a`,`button`,`div`,`form`,`h2`,`h3`,`img`,`input`,`label`,`li`,`nav`,`ol`,`p`,`select`,`span`,`svg`,`ul`].reduce((e,t)=>{let n=$x(`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}},{}),dS=`Separator`,fS=`horizontal`,pS=[`horizontal`,`vertical`],mS=j.forwardRef((e,t)=>{let{decorative:n,orientation:r=fS,...i}=e,a=hS(r)?r:fS,o=n?{role:`none`}:{"aria-orientation":a===`vertical`?a:void 0,role:`separator`};return(0,M.jsx)(uS.div,{"data-orientation":a,...o,...i,ref:t})});mS.displayName=dS;function hS(e){return pS.includes(e)}var gS=mS,_S=j.forwardRef(({className:e,orientation:t=`horizontal`,decorative:n=!0,...r},i)=>(0,M.jsx)(gS,{ref:i,decorative:n,orientation:t,className:Z(`shrink-0 bg-border`,t===`horizontal`?`h-[1px] w-full`:`h-full w-[1px]`,e),...r}));_S.displayName=gS.displayName;var vS=j.useId||(()=>void 0),yS=0;function bS(e){let[t,n]=j.useState(vS());return Z_(()=>{e||n(e=>e??String(yS++))},[e]),e||(t?`radix-${t}`:``)}var xS=`focusScope.autoFocusOnMount`,SS=`focusScope.autoFocusOnUnmount`,CS={bubbles:!1,cancelable:!0},wS=`FocusScope`,TS=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=b_(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:MS(d.current,{select:!0})},t=function(e){if(p.paused||!s)return;let t=e.relatedTarget;t!==null&&(s.contains(t)||MS(d.current,{select:!0}))},n=function(e){if(document.activeElement===document.body)for(let t of e)t.removedNodes.length>0&&MS(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){NS.add(p);let e=document.activeElement;if(!s.contains(e)){let t=new CustomEvent(xS,CS);s.addEventListener(xS,l),s.dispatchEvent(t),t.defaultPrevented||(ES(IS(OS(s)),{select:!0}),document.activeElement===e&&MS(s))}return()=>{s.removeEventListener(xS,l),setTimeout(()=>{let t=new CustomEvent(SS,CS);s.addEventListener(SS,u),s.dispatchEvent(t),t.defaultPrevented||MS(e??document.body,{select:!0}),s.removeEventListener(SS,u),NS.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]=DS(t);r&&a?!e.shiftKey&&i===a?(e.preventDefault(),n&&MS(r,{select:!0})):e.shiftKey&&i===r&&(e.preventDefault(),n&&MS(a,{select:!0})):i===t&&e.preventDefault()}},[n,r,p.paused]);return(0,M.jsx)(M_.div,{tabIndex:-1,...o,ref:f,onKeyDown:m})});TS.displayName=wS;function ES(e,{select:t=!1}={}){let n=document.activeElement;for(let r of e)if(MS(r,{select:t}),document.activeElement!==n)return}function DS(e){let t=OS(e);return[kS(t,e),kS(t.reverse(),e)]}function OS(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 kS(e,t){for(let n of e)if(!AS(n,{upTo:t}))return n}function AS(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 jS(e){return e instanceof HTMLInputElement&&`select`in e}function MS(e,{select:t=!1}={}){if(e&&e.focus){let n=document.activeElement;e.focus({preventScroll:!0}),e!==n&&jS(e)&&t&&e.select()}}var NS=PS();function PS(){let e=[];return{add(t){let n=e[0];t!==n&&n?.pause(),e=FS(e,t),e.unshift(t)},remove(t){e=FS(e,t),e[0]?.resume()}}}function FS(e,t){let n=[...e],r=n.indexOf(t);return r!==-1&&n.splice(r,1),n}function IS(e){return e.filter(e=>e.tagName!==`A`)}var LS=0;function RS(){j.useEffect(()=>{let e=document.querySelectorAll(`[data-radix-focus-guard]`);return document.body.insertAdjacentElement(`afterbegin`,e[0]??zS()),document.body.insertAdjacentElement(`beforeend`,e[1]??zS()),LS++,()=>{LS===1&&document.querySelectorAll(`[data-radix-focus-guard]`).forEach(e=>e.remove()),LS--}},[])}function zS(){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 BS=function(){return BS=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},BS.apply(this,arguments)};function VS(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 HS(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 US=`right-scroll-bar-position`,WS=`width-before-scroll-bar`,GS=`with-scroll-bars-hidden`,KS=`--removed-body-scroll-bar-size`;function qS(e,t){return typeof e==`function`?e(t):e&&(e.current=t),e}function JS(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 YS=typeof window<`u`?j.useLayoutEffect:j.useEffect,XS=new WeakMap;function ZS(e,t){var n=JS(t||null,function(t){return e.forEach(function(e){return qS(e,t)})});return YS(function(){var t=XS.get(n);if(t){var r=new Set(t),i=new Set(e),a=n.current;r.forEach(function(e){i.has(e)||qS(e,null)}),i.forEach(function(e){r.has(e)||qS(e,a)})}XS.set(n,e)},[e]),n}function QS(e){return e}function $S(e,t){t===void 0&&(t=QS);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 eC(e){e===void 0&&(e={});var t=$S(null);return t.options=BS({async:!0,ssr:!1},e),t}var tC=function(e){var t=e.sideCar,n=VS(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,BS({},n))};tC.isSideCarExport=!0;function nC(e,t){return e.useMedium(t),tC}var rC=eC(),iC=function(){},aC=j.forwardRef(function(e,t){var n=j.useRef(null),r=j.useState({onScrollCapture:iC,onWheelCapture:iC,onTouchMoveCapture:iC}),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=VS(e,[`forwardProps`,`children`,`className`,`removeScrollBar`,`enabled`,`shards`,`sideCar`,`noRelative`,`noIsolation`,`inert`,`allowPinchZoom`,`as`,`gapMode`]),x=f,S=ZS([n,t]),C=BS(BS({},b),i);return j.createElement(j.Fragment,null,u&&j.createElement(x,{sideCar:rC,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),BS(BS({},C),{ref:S})):j.createElement(v,BS({},C,{className:c,ref:S}),s))});aC.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1},aC.classNames={fullWidth:WS,zeroRight:US};var oC,sC=function(){if(oC)return oC;if(typeof __webpack_nonce__<`u`)return __webpack_nonce__};function cC(){if(!document)return null;var e=document.createElement(`style`);e.type=`text/css`;var t=sC();return t&&e.setAttribute(`nonce`,t),e}function lC(e,t){e.styleSheet?e.styleSheet.cssText=t:e.appendChild(document.createTextNode(t))}function uC(e){(document.head||document.getElementsByTagName(`head`)[0]).appendChild(e)}var dC=function(){var e=0,t=null;return{add:function(n){e==0&&(t=cC())&&(lC(t,n),uC(t)),e++},remove:function(){e--,!e&&t&&(t.parentNode&&t.parentNode.removeChild(t),t=null)}}},fC=function(){var e=dC();return function(t,n){j.useEffect(function(){return e.add(t),function(){e.remove()}},[t&&n])}},pC=function(){var e=fC();return function(t){var n=t.styles,r=t.dynamic;return e(n,r),null}},mC={left:0,top:0,right:0,gap:0},hC=function(e){return parseInt(e||``,10)||0},gC=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[hC(n),hC(r),hC(i)]},_C=function(e){if(e===void 0&&(e=`margin`),typeof window>`u`)return mC;var t=gC(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])}},vC=pC(),yC=`data-scroll-locked`,bC=function(e,t,n,r){var i=e.left,a=e.top,o=e.right,s=e.gap;return n===void 0&&(n=`margin`),`
|
|
110
|
+
.${GS} {
|
|
111
111
|
overflow: hidden ${r};
|
|
112
112
|
padding-right: ${s}px ${r};
|
|
113
113
|
}
|
|
114
|
-
body[${
|
|
114
|
+
body[${yC}] {
|
|
115
115
|
overflow: hidden ${r};
|
|
116
116
|
overscroll-behavior: contain;
|
|
117
117
|
${[t&&`position: relative ${r};`,n===`margin`&&`
|
|
@@ -124,31 +124,31 @@ Remove the unknown key(s), fix the typo, or move the logic to a supported mechan
|
|
|
124
124
|
`,n===`padding`&&`padding-right: ${s}px ${r};`].filter(Boolean).join(``)}
|
|
125
125
|
}
|
|
126
126
|
|
|
127
|
-
.${
|
|
127
|
+
.${US} {
|
|
128
128
|
right: ${s}px ${r};
|
|
129
129
|
}
|
|
130
130
|
|
|
131
|
-
.${
|
|
131
|
+
.${WS} {
|
|
132
132
|
margin-right: ${s}px ${r};
|
|
133
133
|
}
|
|
134
134
|
|
|
135
|
-
.${
|
|
135
|
+
.${US} .${US} {
|
|
136
136
|
right: 0 ${r};
|
|
137
137
|
}
|
|
138
138
|
|
|
139
|
-
.${
|
|
139
|
+
.${WS} .${WS} {
|
|
140
140
|
margin-right: 0 ${r};
|
|
141
141
|
}
|
|
142
142
|
|
|
143
|
-
body[${
|
|
144
|
-
${
|
|
143
|
+
body[${yC}] {
|
|
144
|
+
${KS}: ${s}px;
|
|
145
145
|
}
|
|
146
|
-
`},
|
|
146
|
+
`},xC=function(){var e=parseInt(document.body.getAttribute(`data-scroll-locked`)||`0`,10);return isFinite(e)?e:0},SC=function(){j.useEffect(function(){return document.body.setAttribute(yC,(xC()+1).toString()),function(){var e=xC()-1;e<=0?document.body.removeAttribute(yC):document.body.setAttribute(yC,e.toString())}},[])},CC=function(e){var t=e.noRelative,n=e.noImportant,r=e.gapMode,i=r===void 0?`margin`:r;SC();var a=j.useMemo(function(){return _C(i)},[i]);return j.createElement(vC,{styles:bC(a,!t,i,n?``:`!important`)})},wC=!1;if(typeof window<`u`)try{var TC=Object.defineProperty({},"passive",{get:function(){return wC=!0,!0}});window.addEventListener(`test`,TC,TC),window.removeEventListener(`test`,TC,TC)}catch{wC=!1}var EC=wC?{passive:!1}:!1,DC=function(e){return e.tagName===`TEXTAREA`},OC=function(e,t){if(!(e instanceof Element))return!1;var n=window.getComputedStyle(e);return n[t]!==`hidden`&&!(n.overflowY===n.overflowX&&!DC(e)&&n[t]===`visible`)},kC=function(e){return OC(e,`overflowY`)},AC=function(e){return OC(e,`overflowX`)},jC=function(e,t){var n=t.ownerDocument,r=t;do{if(typeof ShadowRoot<`u`&&r instanceof ShadowRoot&&(r=r.host),PC(e,r)){var i=FC(e,r);if(i[1]>i[2])return!0}r=r.parentNode}while(r&&r!==n.body);return!1},MC=function(e){return[e.scrollTop,e.scrollHeight,e.clientHeight]},NC=function(e){return[e.scrollLeft,e.scrollWidth,e.clientWidth]},PC=function(e,t){return e===`v`?kC(t):AC(t)},FC=function(e,t){return e===`v`?MC(t):NC(t)},IC=function(e,t){return e===`h`&&t===`rtl`?-1:1},LC=function(e,t,n,r,i){var a=IC(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=FC(e,s),m=p[0],h=p[1]-p[2]-a*m;(m||h)&&PC(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},RC=function(e){return`changedTouches`in e?[e.changedTouches[0].clientX,e.changedTouches[0].clientY]:[0,0]},zC=function(e){return[e.deltaX,e.deltaY]},BC=function(e){return e&&`current`in e?e.current:e},VC=function(e,t){return e[0]===t[0]&&e[1]===t[1]},HC=function(e){return`
|
|
147
147
|
.block-interactivity-${e} {pointer-events: none;}
|
|
148
148
|
.allow-interactivity-${e} {pointer-events: all;}
|
|
149
|
-
`},
|
|
149
|
+
`},UC=0,WC=[];function GC(e){var t=j.useRef([]),n=j.useRef([0,0]),r=j.useRef(),i=j.useState(UC++)[0],a=j.useState(pC)[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=HS([e.lockRef.current],(e.shards||[]).map(BC),!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=RC(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=jC(d,u);if(!m)return!0;if(m?l=d:(l=d===`v`?`h`:`v`,m=jC(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 LC(h,t,e,h===`h`?s:c,!0)},[]),c=j.useCallback(function(e){var n=e;if(!(!WC.length||WC[WC.length-1]!==a)){var r=`deltaY`in n?zC(n):RC(n),i=t.current.filter(function(e){return e.name===n.type&&(e.target===n.target||n.target===e.shadowParent)&&VC(e.delta,r)})[0];if(i&&i.should){n.cancelable&&n.preventDefault();return}if(!i){var c=(o.current.shards||[]).map(BC).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:KC(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=RC(e),r.current=void 0},[]),d=j.useCallback(function(t){l(t.type,zC(t),t.target,s(t,e.lockRef.current))},[]),f=j.useCallback(function(t){l(t.type,RC(t),t.target,s(t,e.lockRef.current))},[]);j.useEffect(function(){return WC.push(a),e.setCallbacks({onScrollCapture:d,onWheelCapture:d,onTouchMoveCapture:f}),document.addEventListener(`wheel`,c,EC),document.addEventListener(`touchmove`,c,EC),document.addEventListener(`touchstart`,u,EC),function(){WC=WC.filter(function(e){return e!==a}),document.removeEventListener(`wheel`,c,EC),document.removeEventListener(`touchmove`,c,EC),document.removeEventListener(`touchstart`,u,EC)}},[]);var p=e.removeScrollBar,m=e.inert;return j.createElement(j.Fragment,null,m?j.createElement(a,{styles:HC(i)}):null,p?j.createElement(CC,{noRelative:e.noRelative,gapMode:e.gapMode}):null)}function KC(e){for(var t=null;e!==null;)e instanceof ShadowRoot&&(t=e.host,e=e.host),e=e.parentNode;return t}var qC=nC(rC,GC),JC=j.forwardRef(function(e,t){return j.createElement(aC,BS({},e,{ref:t,sideCar:qC}))});JC.classNames=aC.classNames;var YC=function(e){return typeof document>`u`?null:(Array.isArray(e)?e[0]:e).ownerDocument.body},XC=new WeakMap,ZC=new WeakMap,QC={},$C=0,ew=function(e){return e&&(e.host||ew(e.parentNode))},tw=function(e,t){return t.map(function(t){if(e.contains(t))return t;var n=ew(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})},nw=function(e,t,n,r){var i=tw(t,Array.isArray(e)?e:[e]);QC[n]||(QC[n]=new WeakMap);var a=QC[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=(XC.get(e)||0)+1,l=(a.get(e)||0)+1;XC.set(e,c),a.set(e,l),o.push(e),c===1&&i&&ZC.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(),$C++,function(){o.forEach(function(e){var t=XC.get(e)-1,i=a.get(e)-1;XC.set(e,t),a.set(e,i),t||(ZC.has(e)||e.removeAttribute(r),ZC.delete(e)),i||e.removeAttribute(n)}),$C--,$C||(XC=new WeakMap,XC=new WeakMap,ZC=new WeakMap,QC={})}},rw=function(e,t,n){n===void 0&&(n=`data-aria-hidden`);var r=Array.from(Array.isArray(e)?e:[e]),i=t||YC(e);return i?(r.push.apply(r,Array.from(i.querySelectorAll(`[aria-live], script`))),nw(r,i,n,`aria-hidden`)):function(){return null}},iw=`Dialog`,[aw,ow]=S_(iw),[sw,cw]=aw(iw),lw=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]=ov({prop:r,defaultProp:i??!1,onChange:a,caller:iw});return(0,M.jsx)(sw,{scope:t,triggerRef:s,contentRef:c,contentId:bS(),titleId:bS(),descriptionId:bS(),open:l,onOpenChange:u,onOpenToggle:j.useCallback(()=>u(e=>!e),[u]),modal:o,children:n})};lw.displayName=iw;var uw=`DialogTrigger`,dw=j.forwardRef((e,t)=>{let{__scopeDialog:n,...r}=e,i=cw(uw,n),a=b_(t,i.triggerRef);return(0,M.jsx)(M_.button,{type:`button`,"aria-haspopup":`dialog`,"aria-expanded":i.open,"aria-controls":i.contentId,"data-state":jw(i.open),...r,ref:a,onClick:q(e.onClick,i.onOpenToggle)})});dw.displayName=uw;var fw=`DialogPortal`,[pw,mw]=aw(fw,{forceMount:void 0}),hw=e=>{let{__scopeDialog:t,forceMount:n,children:r,container:i}=e,a=cw(fw,t);return(0,M.jsx)(pw,{scope:t,forceMount:n,children:j.Children.map(r,e=>(0,M.jsx)(tv,{present:n||a.open,children:(0,M.jsx)($_,{asChild:!0,container:i,children:e})}))})};hw.displayName=fw;var gw=`DialogOverlay`,_w=j.forwardRef((e,t)=>{let n=mw(gw,e.__scopeDialog),{forceMount:r=n.forceMount,...i}=e,a=cw(gw,e.__scopeDialog);return a.modal?(0,M.jsx)(tv,{present:r||a.open,children:(0,M.jsx)(yw,{...i,ref:t})}):null});_w.displayName=gw;var vw=w_(`DialogOverlay.RemoveScroll`),yw=j.forwardRef((e,t)=>{let{__scopeDialog:n,...r}=e,i=cw(gw,n);return(0,M.jsx)(JC,{as:vw,allowPinchZoom:!0,shards:[i.contentRef],children:(0,M.jsx)(M_.div,{"data-state":jw(i.open),...r,ref:t,style:{pointerEvents:`auto`,...r.style}})})}),bw=`DialogContent`,xw=j.forwardRef((e,t)=>{let n=mw(bw,e.__scopeDialog),{forceMount:r=n.forceMount,...i}=e,a=cw(bw,e.__scopeDialog);return(0,M.jsx)(tv,{present:r||a.open,children:a.modal?(0,M.jsx)(Sw,{...i,ref:t}):(0,M.jsx)(Cw,{...i,ref:t})})});xw.displayName=bw;var Sw=j.forwardRef((e,t)=>{let n=cw(bw,e.__scopeDialog),r=j.useRef(null),i=b_(t,n.contentRef,r);return j.useEffect(()=>{let e=r.current;if(e)return rw(e)},[]),(0,M.jsx)(ww,{...e,ref:i,trapFocus:n.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:q(e.onCloseAutoFocus,e=>{e.preventDefault(),n.triggerRef.current?.focus()}),onPointerDownOutside:q(e.onPointerDownOutside,e=>{let t=e.detail.originalEvent,n=t.button===0&&t.ctrlKey===!0;(t.button===2||n)&&e.preventDefault()}),onFocusOutside:q(e.onFocusOutside,e=>e.preventDefault())})}),Cw=j.forwardRef((e,t)=>{let n=cw(bw,e.__scopeDialog),r=j.useRef(!1),i=j.useRef(!1);return(0,M.jsx)(ww,{...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()}})}),ww=j.forwardRef((e,t)=>{let{__scopeDialog:n,trapFocus:r,onOpenAutoFocus:i,onCloseAutoFocus:a,...o}=e,s=cw(bw,n),c=j.useRef(null),l=b_(t,c);return RS(),(0,M.jsxs)(M.Fragment,{children:[(0,M.jsx)(TS,{asChild:!0,loop:!0,trapped:r,onMountAutoFocus:i,onUnmountAutoFocus:a,children:(0,M.jsx)(H_,{role:`dialog`,id:s.contentId,"aria-describedby":s.descriptionId,"aria-labelledby":s.titleId,"data-state":jw(s.open),...o,ref:l,onDismiss:()=>s.onOpenChange(!1)})}),(0,M.jsxs)(M.Fragment,{children:[(0,M.jsx)(Fw,{titleId:s.titleId}),(0,M.jsx)(Lw,{contentRef:c,descriptionId:s.descriptionId})]})]})}),Tw=`DialogTitle`,Ew=j.forwardRef((e,t)=>{let{__scopeDialog:n,...r}=e,i=cw(Tw,n);return(0,M.jsx)(M_.h2,{id:i.titleId,...r,ref:t})});Ew.displayName=Tw;var Dw=`DialogDescription`,Ow=j.forwardRef((e,t)=>{let{__scopeDialog:n,...r}=e,i=cw(Dw,n);return(0,M.jsx)(M_.p,{id:i.descriptionId,...r,ref:t})});Ow.displayName=Dw;var kw=`DialogClose`,Aw=j.forwardRef((e,t)=>{let{__scopeDialog:n,...r}=e,i=cw(kw,n);return(0,M.jsx)(M_.button,{type:`button`,...r,ref:t,onClick:q(e.onClick,()=>i.onOpenChange(!1))})});Aw.displayName=kw;function jw(e){return e?`open`:`closed`}var Mw=`DialogTitleWarning`,[Nw,Pw]=x_(Mw,{contentName:bw,titleName:Tw,docsSlug:`dialog`}),Fw=({titleId:e})=>{let t=Pw(Mw),n=`\`${t.contentName}\` requires a \`${t.titleName}\` for the component to be accessible for screen reader users.
|
|
150
150
|
|
|
151
151
|
If you want to hide the \`${t.titleName}\`, you can wrap it with our VisuallyHidden component.
|
|
152
152
|
|
|
153
|
-
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},Pw=`DialogDescriptionWarning`,Fw=({contentRef:e,descriptionId:t})=>{let n=`Warning: Missing \`Description\` or \`aria-describedby={undefined}\` for {${Mw(Pw).contentName}}.`;return j.useEffect(()=>{let r=e.current?.getAttribute(`aria-describedby`);t&&r&&(document.getElementById(t)||console.warn(n))},[n,e,t]),null},Iw=sw,Lw=pw,Rw=hw,zw=yw,Bw=ww,Vw=Ew,Hw=Ow,Uw=Iw,Ww=Lw,Gw=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(Rw,{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}));Gw.displayName=Rw.displayName;var Kw=uy(`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`}}),qw=j.forwardRef(({side:e=`right`,className:t,children:n,...r},i)=>(0,M.jsxs)(Ww,{children:[(0,M.jsx)(Gw,{}),(0,M.jsxs)(zw,{ref:i,className:Z(Kw({side:e}),t),...r,children:[n,(0,M.jsxs)(Hw,{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)(db,{className:`h-4 w-4`}),(0,M.jsx)(`span`,{className:`sr-only`,children:`Close`})]})]})]}));qw.displayName=zw.displayName;var Jw=({className:e,...t})=>(0,M.jsx)(`div`,{className:Z(`flex flex-col space-y-2 text-center sm:text-left`,e),...t});Jw.displayName=`SheetHeader`;var Yw=({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});Yw.displayName=`SheetFooter`;var Xw=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(Bw,{ref:n,className:Z(`text-lg font-semibold text-foreground`,e),...t}));Xw.displayName=Bw.displayName;var Zw=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(Vw,{ref:n,className:Z(`text-sm text-muted-foreground`,e),...t}));Zw.displayName=Vw.displayName;function Qw({className:e,...t}){return(0,M.jsx)(`div`,{className:Z(`bg-muted animate-pulse rounded-md`,e),...t})}var $w=[`top`,`right`,`bottom`,`left`],eT=Math.min,tT=Math.max,nT=Math.round,rT=Math.floor,iT=e=>({x:e,y:e}),aT={left:`right`,right:`left`,bottom:`top`,top:`bottom`};function oT(e,t,n){return tT(e,eT(t,n))}function sT(e,t){return typeof e==`function`?e(t):e}function cT(e){return e.split(`-`)[0]}function lT(e){return e.split(`-`)[1]}function uT(e){return e===`x`?`y`:`x`}function dT(e){return e===`y`?`height`:`width`}function fT(e){let t=e[0];return t===`t`||t===`b`?`y`:`x`}function pT(e){return uT(fT(e))}function mT(e,t,n){n===void 0&&(n=!1);let r=lT(e),i=pT(e),a=dT(i),o=i===`x`?r===(n?`end`:`start`)?`right`:`left`:r===`start`?`bottom`:`top`;return t.reference[a]>t.floating[a]&&(o=CT(o)),[o,CT(o)]}function hT(e){let t=CT(e);return[gT(e),t,gT(t)]}function gT(e){return e.includes(`start`)?e.replace(`start`,`end`):e.replace(`end`,`start`)}var _T=[`left`,`right`],vT=[`right`,`left`],yT=[`top`,`bottom`],bT=[`bottom`,`top`];function xT(e,t,n){switch(e){case`top`:case`bottom`:return n?t?vT:_T:t?_T:vT;case`left`:case`right`:return t?yT:bT;default:return[]}}function ST(e,t,n,r){let i=lT(e),a=xT(cT(e),n===`start`,r);return i&&(a=a.map(e=>e+`-`+i),t&&(a=a.concat(a.map(gT)))),a}function CT(e){let t=cT(e);return aT[t]+e.slice(t.length)}function wT(e){return{top:0,right:0,bottom:0,left:0,...e}}function TT(e){return typeof e==`number`?{top:e,right:e,bottom:e,left:e}:wT(e)}function ET(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 DT(e,t,n){let{reference:r,floating:i}=e,a=fT(t),o=pT(t),s=dT(o),c=cT(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(lT(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 OT(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}=sT(t,e),p=TT(f),m=o[d?u===`floating`?`reference`:`floating`:u],h=ET(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=ET(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 kT=50,AT=async(e,t,n)=>{let{placement:r=`bottom`,strategy:i=`absolute`,middleware:a=[],platform:o}=n,s=o.detectOverflow?o:{...o,detectOverflow:OT},c=await(o.isRTL==null?void 0:o.isRTL(t)),l=await o.getElementRects({reference:e,floating:t,strategy:i}),{x:u,y:d}=DT(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<kT&&(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}=DT(l,f,c)),n=-1)}return{x:u,y:d,placement:f,strategy:i,middlewareData:m}},jT=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}=sT(e,t)||{};if(l==null)return{};let d=TT(u),f={x:n,y:r},p=pT(i),m=dT(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=eT(d[_],T),D=eT(d[v],T),O=E,ee=C-h[m]-D,te=C/2-h[m]/2+w,ne=oT(O,te,ee),re=!c.arrow&&lT(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}}}),MT=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}=sT(e,t);if((n=i.arrow)!=null&&n.alignmentOffset)return{};let g=cT(r),_=fT(o),v=cT(o)===o,y=await(s.isRTL==null?void 0:s.isRTL(c.floating)),b=d||(v||!m?[CT(o)]:hT(o)),x=p!==`none`;!d&&x&&b.push(...ST(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=mT(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`&&_!==fT(t))||T.every(e=>fT(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=fT(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 NT(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function PT(e){return $w.some(t=>e[t]>=0)}var FT=function(e){return e===void 0&&(e={}),{name:`hide`,options:e,async fn(t){let{rects:n,platform:r}=t,{strategy:i=`referenceHidden`,...a}=sT(e,t);switch(i){case`referenceHidden`:{let e=NT(await r.detectOverflow(t,{...a,elementContext:`reference`}),n.reference);return{data:{referenceHiddenOffsets:e,referenceHidden:PT(e)}}}case`escaped`:{let e=NT(await r.detectOverflow(t,{...a,altBoundary:!0}),n.floating);return{data:{escapedOffsets:e,escaped:PT(e)}}}default:return{}}}}},IT=new Set([`left`,`top`]);async function LT(e,t){let{placement:n,platform:r,elements:i}=e,a=await(r.isRTL==null?void 0:r.isRTL(i.floating)),o=cT(n),s=lT(n),c=fT(n)===`y`,l=IT.has(o)?-1:1,u=a&&c?-1:1,d=sT(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 RT=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 LT(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}}}}},zT=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}=sT(e,t),u={x:n,y:r},d=await a.detectOverflow(t,l),f=fT(cT(i)),p=uT(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=oT(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=oT(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}}}}}},BT=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}=sT(e,t),u={x:n,y:r},d=fT(i),f=uT(d),p=u[f],m=u[d],h=sT(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=IT.has(cT(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}}}},VT=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}=sT(e,t),u=await o.detectOverflow(t,l),d=cT(i),f=lT(i),p=fT(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=eT(h-u[g],v),x=eT(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=tT(u.left,0),t=tT(u.right,0),n=tT(u.top,0),r=tT(u.bottom,0);p?w=m-2*(e!==0||t!==0?e+t:tT(u.left,u.right)):C=h-2*(n!==0||r!==0?n+r:tT(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 HT(){return typeof window<`u`}function UT(e){return KT(e)?(e.nodeName||``).toLowerCase():`#document`}function WT(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function GT(e){return((KT(e)?e.ownerDocument:e.document)||window.document)?.documentElement}function KT(e){return HT()?e instanceof Node||e instanceof WT(e).Node:!1}function qT(e){return HT()?e instanceof Element||e instanceof WT(e).Element:!1}function JT(e){return HT()?e instanceof HTMLElement||e instanceof WT(e).HTMLElement:!1}function YT(e){return!HT()||typeof ShadowRoot>`u`?!1:e instanceof ShadowRoot||e instanceof WT(e).ShadowRoot}function XT(e){let{overflow:t,overflowX:n,overflowY:r,display:i}=sE(e);return/auto|scroll|overlay|hidden|clip/.test(t+r+n)&&i!==`inline`&&i!==`contents`}function ZT(e){return/^(table|td|th)$/.test(UT(e))}function QT(e){try{if(e.matches(`:popover-open`))return!0}catch{}try{return e.matches(`:modal`)}catch{return!1}}var $T=/transform|translate|scale|rotate|perspective|filter/,eE=/paint|layout|strict|content/,tE=e=>!!e&&e!==`none`,nE;function rE(e){let t=qT(e)?sE(e):e;return tE(t.transform)||tE(t.translate)||tE(t.scale)||tE(t.rotate)||tE(t.perspective)||!aE()&&(tE(t.backdropFilter)||tE(t.filter))||$T.test(t.willChange||``)||eE.test(t.contain||``)}function iE(e){let t=lE(e);for(;JT(t)&&!oE(t);){if(rE(t))return t;if(QT(t))return null;t=lE(t)}return null}function aE(){return nE??=typeof CSS<`u`&&CSS.supports&&CSS.supports(`-webkit-backdrop-filter`,`none`),nE}function oE(e){return/^(html|body|#document)$/.test(UT(e))}function sE(e){return WT(e).getComputedStyle(e)}function cE(e){return qT(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function lE(e){if(UT(e)===`html`)return e;let t=e.assignedSlot||e.parentNode||YT(e)&&e.host||GT(e);return YT(t)?t.host:t}function uE(e){let t=lE(e);return oE(t)?e.ownerDocument?e.ownerDocument.body:e.body:JT(t)&&XT(t)?t:uE(t)}function dE(e,t,n){t===void 0&&(t=[]),n===void 0&&(n=!0);let r=uE(e),i=r===e.ownerDocument?.body,a=WT(r);if(i){let e=fE(a);return t.concat(a,a.visualViewport||[],XT(r)?r:[],e&&n?dE(e):[])}else return t.concat(r,dE(r,[],n))}function fE(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function pE(e){let t=sE(e),n=parseFloat(t.width)||0,r=parseFloat(t.height)||0,i=JT(e),a=i?e.offsetWidth:n,o=i?e.offsetHeight:r,s=nT(n)!==a||nT(r)!==o;return s&&(n=a,r=o),{width:n,height:r,$:s}}function mE(e){return qT(e)?e:e.contextElement}function hE(e){let t=mE(e);if(!JT(t))return iT(1);let n=t.getBoundingClientRect(),{width:r,height:i,$:a}=pE(t),o=(a?nT(n.width):n.width)/r,s=(a?nT(n.height):n.height)/i;return(!o||!Number.isFinite(o))&&(o=1),(!s||!Number.isFinite(s))&&(s=1),{x:o,y:s}}var gE=iT(0);function _E(e){let t=WT(e);return!aE()||!t.visualViewport?gE:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function vE(e,t,n){return t===void 0&&(t=!1),!n||t&&n!==WT(e)?!1:t}function yE(e,t,n,r){t===void 0&&(t=!1),n===void 0&&(n=!1);let i=e.getBoundingClientRect(),a=mE(e),o=iT(1);t&&(r?qT(r)&&(o=hE(r)):o=hE(e));let s=vE(a,n,r)?_E(a):iT(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=WT(a),t=r&&qT(r)?WT(r):r,n=e,i=fE(n);for(;i&&r&&t!==n;){let e=hE(i),t=i.getBoundingClientRect(),r=sE(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=WT(i),i=fE(n)}}return ET({width:u,height:d,x:c,y:l})}function bE(e,t){let n=cE(e).scrollLeft;return t?t.left+n:yE(GT(e)).left+n}function xE(e,t){let n=e.getBoundingClientRect();return{x:n.left+t.scrollLeft-bE(e,n),y:n.top+t.scrollTop}}function SE(e){let{elements:t,rect:n,offsetParent:r,strategy:i}=e,a=i===`fixed`,o=GT(r),s=t?QT(t.floating):!1;if(r===o||s&&a)return n;let c={scrollLeft:0,scrollTop:0},l=iT(1),u=iT(0),d=JT(r);if((d||!d&&!a)&&((UT(r)!==`body`||XT(o))&&(c=cE(r)),d)){let e=yE(r);l=hE(r),u.x=e.x+r.clientLeft,u.y=e.y+r.clientTop}let f=o&&!d&&!a?xE(o,c):iT(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 CE(e){return Array.from(e.getClientRects())}function wE(e){let t=GT(e),n=cE(e),r=e.ownerDocument.body,i=tT(t.scrollWidth,t.clientWidth,r.scrollWidth,r.clientWidth),a=tT(t.scrollHeight,t.clientHeight,r.scrollHeight,r.clientHeight),o=-n.scrollLeft+bE(e),s=-n.scrollTop;return sE(r).direction===`rtl`&&(o+=tT(t.clientWidth,r.clientWidth)-i),{width:i,height:a,x:o,y:s}}var TE=25;function EE(e,t){let n=WT(e),r=GT(e),i=n.visualViewport,a=r.clientWidth,o=r.clientHeight,s=0,c=0;if(i){a=i.width,o=i.height;let e=aE();(!e||e&&t===`fixed`)&&(s=i.offsetLeft,c=i.offsetTop)}let l=bE(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<=TE&&(a-=o)}else l<=TE&&(a+=l);return{width:a,height:o,x:s,y:c}}function DE(e,t){let n=yE(e,!0,t===`fixed`),r=n.top+e.clientTop,i=n.left+e.clientLeft,a=JT(e)?hE(e):iT(1);return{width:e.clientWidth*a.x,height:e.clientHeight*a.y,x:i*a.x,y:r*a.y}}function OE(e,t,n){let r;if(t===`viewport`)r=EE(e,n);else if(t===`document`)r=wE(GT(e));else if(qT(t))r=DE(t,n);else{let n=_E(e);r={x:t.x-n.x,y:t.y-n.y,width:t.width,height:t.height}}return ET(r)}function kE(e,t){let n=lE(e);return n===t||!qT(n)||oE(n)?!1:sE(n).position===`fixed`||kE(n,t)}function AE(e,t){let n=t.get(e);if(n)return n;let r=dE(e,[],!1).filter(e=>qT(e)&&UT(e)!==`body`),i=null,a=sE(e).position===`fixed`,o=a?lE(e):e;for(;qT(o)&&!oE(o);){let t=sE(o),n=rE(o);!n&&t.position===`fixed`&&(i=null),(a?!n&&!i:!n&&t.position===`static`&&i&&(i.position===`absolute`||i.position===`fixed`)||XT(o)&&!n&&kE(e,o))?r=r.filter(e=>e!==o):i=t,o=lE(o)}return t.set(e,r),r}function jE(e){let{element:t,boundary:n,rootBoundary:r,strategy:i}=e,a=[...n===`clippingAncestors`?QT(t)?[]:AE(t,this._c):[].concat(n),r],o=OE(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=OE(t,a[e],i);s=tT(n.top,s),c=eT(n.right,c),l=eT(n.bottom,l),u=tT(n.left,u)}return{width:c-u,height:l-s,x:u,y:s}}function ME(e){let{width:t,height:n}=pE(e);return{width:t,height:n}}function NE(e,t,n){let r=JT(t),i=GT(t),a=n===`fixed`,o=yE(e,!0,a,t),s={scrollLeft:0,scrollTop:0},c=iT(0);function l(){c.x=bE(i)}if(r||!r&&!a)if((UT(t)!==`body`||XT(i))&&(s=cE(t)),r){let e=yE(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?xE(i,s):iT(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 PE(e){return sE(e).position===`static`}function FE(e,t){if(!JT(e)||sE(e).position===`fixed`)return null;if(t)return t(e);let n=e.offsetParent;return GT(e)===n&&(n=n.ownerDocument.body),n}function IE(e,t){let n=WT(e);if(QT(e))return n;if(!JT(e)){let t=lE(e);for(;t&&!oE(t);){if(qT(t)&&!PE(t))return t;t=lE(t)}return n}let r=FE(e,t);for(;r&&ZT(r)&&PE(r);)r=FE(r,t);return r&&oE(r)&&PE(r)&&!rE(r)?n:r||iE(e)||n}var LE=async function(e){let t=this.getOffsetParent||IE,n=this.getDimensions,r=await n(e.floating);return{reference:NE(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:r.width,height:r.height}}};function RE(e){return sE(e).direction===`rtl`}var zE={convertOffsetParentRelativeRectToViewportRelativeRect:SE,getDocumentElement:GT,getClippingRect:jE,getOffsetParent:IE,getElementRects:LE,getClientRects:CE,getDimensions:ME,getScale:hE,isElement:qT,isRTL:RE};function BE(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function VE(e,t){let n=null,r,i=GT(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=rT(d),h=rT(i.clientWidth-(u+f)),g=rT(i.clientHeight-(d+p)),_=rT(u),v={rootMargin:-m+`px `+-h+`px `+-g+`px `+-_+`px`,threshold:tT(0,eT(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&&!BE(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 HE(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=mE(e),u=i||a?[...l?dE(l):[],...t?dE(t):[]]:[];u.forEach(e=>{i&&e.addEventListener(`scroll`,n,{passive:!0}),a&&e.addEventListener(`resize`,n)});let d=l&&s?VE(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?yE(e):null;c&&g();function g(){let t=yE(e);h&&!BE(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 UE=RT,WE=zT,GE=MT,KE=VT,qE=FT,JE=jT,YE=BT,XE=(e,t,n)=>{let r=new Map,i={platform:zE,...n},a={...i.platform,_c:r};return AT(e,t,{...i,platform:a})},ZE=typeof document<`u`?j.useLayoutEffect:function(){};function QE(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(!QE(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)&&!QE(e[n],t[n]))return!1}return!0}return e!==e&&t!==t}function $E(e){return typeof window>`u`?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function eD(e,t){let n=$E(e);return Math.round(t*n)/n}function tD(e){let t=j.useRef(e);return ZE(()=>{t.current=e}),t}function nD(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);QE(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=tD(c),D=tD(i),O=tD(l),ee=j.useCallback(()=>{if(!S.current||!C.current)return;let e={placement:t,strategy:n,middleware:f};D.current&&(e.platform=D.current),XE(S.current,C.current,e).then(e=>{let t={...e,isPositioned:O.current!==!1};te.current&&!QE(w.current,t)&&(w.current=t,Gi.flushSync(()=>{d(t)}))})},[f,t,n,D,O]);ZE(()=>{l===!1&&w.current.isPositioned&&(w.current.isPositioned=!1,d(e=>({...e,isPositioned:!1})))},[l]);let te=j.useRef(!1);ZE(()=>(te.current=!0,()=>{te.current=!1}),[]),ZE(()=>{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=eD(re.floating,u.x),r=eD(re.floating,u.y);return s?{...e,transform:`translate(`+t+`px, `+r+`px)`,...$E(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 rD=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?{}:JE({element:r.current,padding:i}).fn(n):r?JE({element:r,padding:i}).fn(n):{}}}},iD=(e,t)=>{let n=UE(e);return{name:n.name,fn:n.fn,options:[e,t]}},aD=(e,t)=>{let n=WE(e);return{name:n.name,fn:n.fn,options:[e,t]}},oD=(e,t)=>({fn:YE(e).fn,options:[e,t]}),sD=(e,t)=>{let n=GE(e);return{name:n.name,fn:n.fn,options:[e,t]}},cD=(e,t)=>{let n=KE(e);return{name:n.name,fn:n.fn,options:[e,t]}},lD=(e,t)=>{let n=qE(e);return{name:n.name,fn:n.fn,options:[e,t]}},uD=(e,t)=>{let n=rD(e);return{name:n.name,fn:n.fn,options:[e,t]}},dD=`Arrow`,fD=j.forwardRef((e,t)=>{let{children:n,width:r=10,height:i=5,...a}=e;return(0,M.jsx)(A_.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`})})});fD.displayName=dD;var pD=fD;function mD(e){let[t,n]=j.useState(void 0);return Y_(()=>{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 hD=`Popper`,[gD,_D]=b_(hD),[vD,yD]=gD(hD),bD=e=>{let{__scopePopper:t,children:n}=e,[r,i]=j.useState(null);return(0,M.jsx)(vD,{scope:t,anchor:r,onAnchorChange:i,children:n})};bD.displayName=hD;var xD=`PopperAnchor`,SD=j.forwardRef((e,t)=>{let{__scopePopper:n,virtualRef:r,...i}=e,a=yD(xD,n),o=j.useRef(null),s=v_(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)(A_.div,{...i,ref:s})});SD.displayName=xD;var CD=`PopperContent`,[wD,TD]=gD(CD),ED=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=yD(CD,n),[_,v]=j.useState(null),y=v_(t,e=>v(e)),[b,x]=j.useState(null),S=mD(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(AD),altBoundary:O},{refs:te,floatingStyles:ne,placement:re,isPositioned:ie,middlewareData:ae}=nD({strategy:`fixed`,placement:T,whileElementsMounted:(...e)=>HE(...e,{animationFrame:p===`always`}),elements:{reference:g.anchor},middleware:[iD({mainAxis:i+w,alignmentAxis:o}),c&&aD({mainAxis:!0,crossAxis:!1,limiter:d===`partial`?oD():void 0,...ee}),c&&sD({...ee}),cD({...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&&uD({element:b,padding:s}),jD({arrowWidth:C,arrowHeight:w}),f&&lD({strategy:`referenceHidden`,...ee})]}),[oe,k]=MD(re),se=M_(m);Y_(()=>{ie&&se?.()},[ie,se]);let ce=ae.arrow?.x,le=ae.arrow?.y,ue=ae.arrow?.centerOffset!==0,[A,de]=j.useState();return Y_(()=>{_&&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)(wD,{scope:n,placedSide:oe,onArrowChange:x,arrowX:ce,arrowY:le,shouldHideArrow:ue,children:(0,M.jsx)(A_.div,{"data-side":oe,"data-align":k,...h,ref:y,style:{...h.style,animation:ie?void 0:`none`}})})})});ED.displayName=CD;var DD=`PopperArrow`,OD={top:`bottom`,right:`left`,bottom:`top`,left:`right`},kD=j.forwardRef(function(e,t){let{__scopePopper:n,...r}=e,i=TD(DD,n),a=OD[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)(pD,{...r,ref:t,style:{...r.style,display:`block`}})})});kD.displayName=DD;function AD(e){return e!==null}var jD=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]=MD(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 MD(e){let[t,n=`center`]=e.split(`-`);return[t,n]}var ND=bD,PD=SD,FD=ED,ID=kD,[LD,RD]=b_(`Tooltip`,[_D]),zD=_D(),BD=`TooltipProvider`,VD=700,HD=`tooltip.open`,[UD,WD]=LD(BD),GD=e=>{let{__scopeTooltip:t,delayDuration:n=VD,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)(UD,{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})};GD.displayName=BD;var KD=`Tooltip`,[qD,JD]=LD(KD),YD=e=>{let{__scopeTooltip:t,children:n,open:r,defaultOpen:i,onOpenChange:a,disableHoverableContent:o,delayDuration:s}=e,c=WD(KD,e.__scopeTooltip),l=zD(t),[u,d]=j.useState(null),f=vS(),p=j.useRef(0),m=o??c.disableHoverableContent,h=s??c.delayDuration,g=j.useRef(!1),[_,v]=iv({prop:r,defaultProp:i??!1,onChange:e=>{e?(c.onOpen(),document.dispatchEvent(new CustomEvent(HD))):c.onClose(),a?.(e)},caller:KD}),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)(ND,{...l,children:(0,M.jsx)(qD,{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})})};YD.displayName=KD;var XD=`TooltipTrigger`,ZD=j.forwardRef((e,t)=>{let{__scopeTooltip:n,...r}=e,i=JD(XD,n),a=WD(XD,n),o=zD(n),s=v_(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)(PD,{asChild:!0,...o,children:(0,M.jsx)(A_.button,{"aria-describedby":i.open?i.contentId:void 0,"data-state":i.stateAttribute,...r,ref:s,onPointerMove:q(e.onPointerMove,e=>{e.pointerType!==`touch`&&!l.current&&!a.isPointerInTransitRef.current&&(i.onTriggerEnter(),l.current=!0)}),onPointerLeave:q(e.onPointerLeave,()=>{i.onTriggerLeave(),l.current=!1}),onPointerDown:q(e.onPointerDown,()=>{i.open&&i.onClose(),c.current=!0,document.addEventListener(`pointerup`,u,{once:!0})}),onFocus:q(e.onFocus,()=>{c.current||i.onOpen()}),onBlur:q(e.onBlur,i.onClose),onClick:q(e.onClick,i.onClose)})})});ZD.displayName=XD;var QD=`TooltipPortal`,[$D,eO]=LD(QD,{forceMount:void 0}),tO=e=>{let{__scopeTooltip:t,forceMount:n,children:r,container:i}=e,a=JD(QD,t);return(0,M.jsx)($D,{scope:t,forceMount:n,children:(0,M.jsx)($_,{present:n||a.open,children:(0,M.jsx)(Z_,{asChild:!0,container:i,children:r})})})};tO.displayName=QD;var nO=`TooltipContent`,rO=j.forwardRef((e,t)=>{let n=eO(nO,e.__scopeTooltip),{forceMount:r=n.forceMount,side:i=`top`,...a}=e,o=JD(nO,e.__scopeTooltip);return(0,M.jsx)($_,{present:r||o.open,children:o.disableHoverableContent?(0,M.jsx)(cO,{side:i,...a,ref:t}):(0,M.jsx)(iO,{side:i,...a,ref:t})})}),iO=j.forwardRef((e,t)=>{let n=JD(nO,e.__scopeTooltip),r=WD(nO,e.__scopeTooltip),i=j.useRef(null),a=v_(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=fO(r,dO(r,n.getBoundingClientRect())),a=pO(t.getBoundingClientRect());s(hO([...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=!mO(n,o);r?f():i&&(f(),l())};return document.addEventListener(`pointermove`,e),()=>document.removeEventListener(`pointermove`,e)}},[c,u,o,l,f]),(0,M.jsx)(cO,{...e,ref:a})}),[aO,oO]=LD(KD,{isInside:!1}),sO=T_(`TooltipContent`),cO=j.forwardRef((e,t)=>{let{__scopeTooltip:n,children:r,"aria-label":i,onEscapeKeyDown:a,onPointerDownOutside:o,...s}=e,c=JD(nO,n),l=zD(n),{onClose:u}=c;return j.useEffect(()=>(document.addEventListener(HD,u),()=>document.removeEventListener(HD,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)(B_,{asChild:!0,disableOutsidePointerEvents:!1,onEscapeKeyDown:a,onPointerDownOutside:o,onFocusOutside:e=>e.preventDefault(),onDismiss:u,children:(0,M.jsxs)(FD,{"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)(sO,{children:r}),(0,M.jsx)(aO,{scope:n,isInside:!0,children:(0,M.jsx)(uv,{id:c.contentId,role:`tooltip`,children:i||r})})]})})});rO.displayName=nO;var lO=`TooltipArrow`,uO=j.forwardRef((e,t)=>{let{__scopeTooltip:n,...r}=e,i=zD(n);return oO(lO,n).isInside?null:(0,M.jsx)(ID,{...i,...r,ref:t})});uO.displayName=lO;function dO(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 fO(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 pO(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 mO(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 hO(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)),gO(t)}function gO(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 _O=GD,vO=YD,yO=ZD,bO=rO,xO=_O,SO=vO,CO=yO,wO=j.forwardRef(({className:e,sideOffset:t=4,...n},r)=>(0,M.jsx)(bO,{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}));wO.displayName=bO.displayName;var TO=`sidebar_state`,EO=3600*24*7,DO=`16rem`,OO=`18rem`,kO=`3rem`,AO=`b`,jO=j.createContext(null);function MO(){let e=j.useContext(jO);if(!e)throw Error(`useSidebar must be used within a SidebarProvider`);return e}var NO=j.forwardRef(({defaultOpen:e=!0,open:t,onOpenChange:n,className:r,style:i,children:a,...o},s)=>{let c=aS(),[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=`${TO}=${t}; path=/; max-age=${EO}`},[n,p]),h=j.useCallback(()=>c?u(e=>!e):m(e=>!e),[c,m,u]);j.useEffect(()=>{let e=e=>{e.key===AO&&(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)(jO.Provider,{value:_,children:(0,M.jsx)(xO,{delayDuration:0,children:(0,M.jsx)(`div`,{style:{"--sidebar-width":DO,"--sidebar-width-icon":kO,...i},className:Z(`group/sidebar-wrapper has-data-[variant=inset]:bg-sidebar flex min-h-0 w-full`,r),ref:s,...o,children:a})})})});NO.displayName=`SidebarProvider`;var PO=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}=MO();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)(Uw,{open:l,onOpenChange:u,...a,children:(0,M.jsx)(qw,{"data-sidebar":`sidebar`,"data-mobile":`true`,className:`bg-sidebar text-sidebar-foreground w-[var(--sidebar-width)] p-0 [&>button]:hidden`,style:{"--sidebar-width":OO},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})});PO.displayName=`Sidebar`;var FO=j.forwardRef(({className:e,onClick:t,...n},r)=>{let{toggleSidebar:i}=MO();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)(qy,{}),(0,M.jsx)(`span`,{className:`sr-only`,children:`Toggle Sidebar`})]})});FO.displayName=`SidebarTrigger`;var IO=j.forwardRef(({className:e,...t},n)=>{let{toggleSidebar:r}=MO();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})});IO.displayName=`SidebarRail`;var LO=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}));LO.displayName=`SidebarInset`;var RO=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(sS,{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}));RO.displayName=`SidebarInput`;var zO=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}));zO.displayName=`SidebarHeader`;var BO=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}));BO.displayName=`SidebarFooter`;var VO=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(hS,{ref:n,"data-sidebar":`separator`,className:Z(`mx-2 w-auto bg-sidebar-border`,e),...t}));VO.displayName=`SidebarSeparator`;var HO=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}));HO.displayName=`SidebarContent`;var UO=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}));UO.displayName=`SidebarGroup`;var WO=j.forwardRef(({className:e,asChild:t=!1,...n},r)=>(0,M.jsx)(t?Qx:`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}));WO.displayName=`SidebarGroupLabel`;var GO=j.forwardRef(({className:e,asChild:t=!1,...n},r)=>(0,M.jsx)(t?Qx:`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}));GO.displayName=`SidebarGroupAction`;var KO=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(`div`,{ref:n,"data-sidebar":`group-content`,className:Z(`w-full text-sm`,e),...t}));KO.displayName=`SidebarGroupContent`;var qO=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}));qO.displayName=`SidebarMenu`;var JO=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(`li`,{ref:n,"data-sidebar":`menu-item`,className:Z(`group/menu-item relative`,e),...t}));JO.displayName=`SidebarMenuItem`;var YO=j.forwardRef(({asChild:e=!1,isActive:t=!1,variant:n=`default`,size:r=`default`,tooltip:i,className:a,...o},s)=>{let c=e?Qx:`button`,{isMobile:l,state:u}=MO(),d=(0,M.jsx)(c,{ref:s,"data-sidebar":`menu-button`,"data-size":r,"data-active":t,className:Z(XO({variant:n,size:r}),a),...o});return i?(typeof i==`string`&&(i={children:i}),(0,M.jsxs)(SO,{children:[(0,M.jsx)(CO,{asChild:!0,children:d}),(0,M.jsx)(wO,{side:`right`,align:`center`,hidden:u!==`collapsed`||l,...i})]})):d});YO.displayName=`SidebarMenuButton`;var XO=uy(`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`}}),ZO=j.forwardRef(({className:e,asChild:t=!1,showOnHover:n=!1,...r},i)=>(0,M.jsx)(t?Qx:`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}));ZO.displayName=`SidebarMenuAction`;var QO=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}));QO.displayName=`SidebarMenuBadge`;var $O=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)(Qw,{className:`size-4 rounded-md`,"data-sidebar":`menu-skeleton-icon`}),(0,M.jsx)(Qw,{className:`h-4 flex-1 max-w-[var(--skeleton-width)]`,"data-sidebar":`menu-skeleton-text`,style:{"--skeleton-width":i}})]})});$O.displayName=`SidebarMenuSkeleton`;var ek=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}));ek.displayName=`SidebarMenuSub`;var tk=j.forwardRef(({...e},t)=>(0,M.jsx)(`li`,{ref:t,...e}));tk.displayName=`SidebarMenuSubItem`;var nk=j.forwardRef(({asChild:e=!1,size:t=`md`,isActive:n,className:r,...i},a)=>(0,M.jsx)(e?Qx:`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}));nk.displayName=`SidebarMenuSubButton`;var rk=uy(`text-muted-foreground flex flex-wrap items-center gap-1.5 break-words text-sm sm:gap-2.5`),ik=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(`nav`,{ref:n,"aria-label":`breadcrumb`,className:Z(rk(),e),...t}));ik.displayName=`Breadcrumb`;var ak=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}));ak.displayName=`BreadcrumbList`;var ok=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(`li`,{ref:n,className:Z(`inline-flex items-center gap-1.5`,e),...t}));ok.displayName=`BreadcrumbItem`;var sk=j.forwardRef(({asChild:e,className:t,...n},r)=>(0,M.jsx)(e?Qx:`a`,{ref:r,className:Z(`hover:text-foreground transition-colors`,t),...n}));sk.displayName=`BreadcrumbLink`;var ck=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}));ck.displayName=`BreadcrumbPage`;var lk=({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`})})});lk.displayName=`BreadcrumbSeparator`;var uk=({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`})]});uk.displayName=`BreadcrumbElipssis`;var dk=j.createContext(void 0);function fk(e){let t=j.useContext(dk);return e||t||`ltr`}var pk=`rovingFocusGroup.onEntryFocus`,mk={bubbles:!1,cancelable:!0},hk=`RovingFocusGroup`,[gk,_k,vk]=k_(hk),[yk,bk]=b_(hk,[vk]),[xk,Sk]=yk(hk),Ck=j.forwardRef((e,t)=>(0,M.jsx)(gk.Provider,{scope:e.__scopeRovingFocusGroup,children:(0,M.jsx)(gk.Slot,{scope:e.__scopeRovingFocusGroup,children:(0,M.jsx)(wk,{...e,ref:t})})}));Ck.displayName=hk;var wk=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=v_(t,f),m=fk(a),[h,g]=iv({prop:o,defaultProp:s??null,onChange:c,caller:hk}),[_,v]=j.useState(!1),y=M_(l),b=_k(n),x=j.useRef(!1),[S,C]=j.useState(0);return j.useEffect(()=>{let e=f.current;if(e)return e.addEventListener(pk,y),()=>e.removeEventListener(pk,y)},[y]),(0,M.jsx)(xk,{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)(A_.div,{tabIndex:_||S===0?-1:0,"data-orientation":r,...d,ref:p,style:{outline:`none`,...e.style},onMouseDown:q(e.onMouseDown,()=>{x.current=!0}),onFocus:q(e.onFocus,e=>{let t=!x.current;if(e.target===e.currentTarget&&t&&!_){let t=new CustomEvent(pk,mk);if(e.currentTarget.dispatchEvent(t),!t.defaultPrevented){let e=b().filter(e=>e.focusable);Ak([e.find(e=>e.active),e.find(e=>e.id===h),...e].filter(Boolean).map(e=>e.ref.current),u)}}x.current=!1}),onBlur:q(e.onBlur,()=>v(!1))})})}),Tk=`RovingFocusGroupItem`,Ek=j.forwardRef((e,t)=>{let{__scopeRovingFocusGroup:n,focusable:r=!0,active:i=!1,tabStopId:a,children:o,...s}=e,c=vS(),l=a||c,u=Sk(Tk,n),d=u.currentTabStopId===l,f=_k(n),{onFocusableItemAdd:p,onFocusableItemRemove:m,currentTabStopId:h}=u;return j.useEffect(()=>{if(r)return p(),()=>m()},[r,p,m]),(0,M.jsx)(gk.ItemSlot,{scope:n,id:l,focusable:r,active:i,children:(0,M.jsx)(A_.span,{tabIndex:d?0:-1,"data-orientation":u.orientation,...s,ref:t,onMouseDown:q(e.onMouseDown,e=>{r?u.onItemFocus(l):e.preventDefault()}),onFocus:q(e.onFocus,()=>u.onItemFocus(l)),onKeyDown:q(e.onKeyDown,e=>{if(e.key===`Tab`&&e.shiftKey){u.onItemShiftTab();return}if(e.target!==e.currentTarget)return;let t=kk(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?jk(n,r+1):n.slice(r+1)}setTimeout(()=>Ak(n))}}),children:typeof o==`function`?o({isCurrentTabStop:d,hasTabStop:h!=null}):o})})});Ek.displayName=Tk;var Dk={ArrowLeft:`prev`,ArrowUp:`prev`,ArrowRight:`next`,ArrowDown:`next`,PageUp:`first`,Home:`first`,PageDown:`last`,End:`last`};function Ok(e,t){return t===`rtl`?e===`ArrowLeft`?`ArrowRight`:e===`ArrowRight`?`ArrowLeft`:e:e}function kk(e,t,n){let r=Ok(e.key,n);if(!(t===`vertical`&&[`ArrowLeft`,`ArrowRight`].includes(r))&&!(t===`horizontal`&&[`ArrowUp`,`ArrowDown`].includes(r)))return Dk[r]}function Ak(e,t=!1){let n=document.activeElement;for(let r of e)if(r===n||(r.focus({preventScroll:t}),document.activeElement!==n))return}function jk(e,t){return e.map((n,r)=>e[(t+r)%e.length])}var Mk=Ck,Nk=Ek,Pk=[`Enter`,` `],Fk=[`ArrowDown`,`PageUp`,`Home`],Ik=[`ArrowUp`,`PageDown`,`End`],Lk=[...Fk,...Ik],Rk={ltr:[...Pk,`ArrowRight`],rtl:[...Pk,`ArrowLeft`]},zk={ltr:[`ArrowLeft`],rtl:[`ArrowRight`]},Bk=`Menu`,[Vk,Hk,Uk]=k_(Bk),[Wk,Gk]=b_(Bk,[Uk,_D,bk]),Kk=_D(),qk=bk(),[Jk,Yk]=Wk(Bk),[Xk,Zk]=Wk(Bk),Qk=e=>{let{__scopeMenu:t,open:n=!1,children:r,dir:i,onOpenChange:a,modal:o=!0}=e,s=Kk(t),[c,l]=j.useState(null),u=j.useRef(!1),d=M_(a),f=fk(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)(ND,{...s,children:(0,M.jsx)(Jk,{scope:t,open:n,onOpenChange:d,content:c,onContentChange:l,children:(0,M.jsx)(Xk,{scope:t,onClose:j.useCallback(()=>d(!1),[d]),isUsingKeyboardRef:u,dir:f,modal:o,children:r})})})};Qk.displayName=Bk;var $k=`MenuAnchor`,eA=j.forwardRef((e,t)=>{let{__scopeMenu:n,...r}=e,i=Kk(n);return(0,M.jsx)(PD,{...i,...r,ref:t})});eA.displayName=$k;var tA=`MenuPortal`,[nA,rA]=Wk(tA,{forceMount:void 0}),iA=e=>{let{__scopeMenu:t,forceMount:n,children:r,container:i}=e,a=Yk(tA,t);return(0,M.jsx)(nA,{scope:t,forceMount:n,children:(0,M.jsx)($_,{present:n||a.open,children:(0,M.jsx)(Z_,{asChild:!0,container:i,children:r})})})};iA.displayName=tA;var aA=`MenuContent`,[oA,sA]=Wk(aA),cA=j.forwardRef((e,t)=>{let n=rA(aA,e.__scopeMenu),{forceMount:r=n.forceMount,...i}=e,a=Yk(aA,e.__scopeMenu),o=Zk(aA,e.__scopeMenu);return(0,M.jsx)(Vk.Provider,{scope:e.__scopeMenu,children:(0,M.jsx)($_,{present:r||a.open,children:(0,M.jsx)(Vk.Slot,{scope:e.__scopeMenu,children:o.modal?(0,M.jsx)(lA,{...i,ref:t}):(0,M.jsx)(uA,{...i,ref:t})})})})}),lA=j.forwardRef((e,t)=>{let n=Yk(aA,e.__scopeMenu),r=j.useRef(null),i=v_(t,r);return j.useEffect(()=>{let e=r.current;if(e)return tw(e)},[]),(0,M.jsx)(fA,{...e,ref:i,trapFocus:n.open,disableOutsidePointerEvents:n.open,disableOutsideScroll:!0,onFocusOutside:q(e.onFocusOutside,e=>e.preventDefault(),{checkForDefaultPrevented:!1}),onDismiss:()=>n.onOpenChange(!1)})}),uA=j.forwardRef((e,t)=>{let n=Yk(aA,e.__scopeMenu);return(0,M.jsx)(fA,{...e,ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,disableOutsideScroll:!1,onDismiss:()=>n.onOpenChange(!1)})}),dA=S_(`MenuContent.ScrollLock`),fA=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=Yk(aA,n),_=Zk(aA,n),v=Kk(n),y=qk(n),b=Hk(n),[x,S]=j.useState(null),C=j.useRef(null),w=v_(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?KC:j.Fragment,re=m?{as:dA,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=XA(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),[]),IS();let ae=j.useCallback(e=>ee.current===O.current?.side&&QA(e,O.current?.area),[]);return(0,M.jsx)(oA,{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)(CS,{asChild:!0,trapped:i,onMountAutoFocus:q(a,e=>{e.preventDefault(),C.current?.focus({preventScroll:!0})}),onUnmountAutoFocus:o,children:(0,M.jsx)(B_,{asChild:!0,disableOutsidePointerEvents:s,onEscapeKeyDown:l,onPointerDownOutside:u,onFocusOutside:d,onInteractOutside:f,onDismiss:p,children:(0,M.jsx)(Mk,{asChild:!0,...y,dir:_.dir,orientation:`vertical`,loop:r,currentTabStopId:x,onCurrentTabStopIdChange:S,onEntryFocus:q(c,e=>{_.isUsingKeyboardRef.current||e.preventDefault()}),preventScrollOnEntryFocus:!0,children:(0,M.jsx)(FD,{role:`menu`,"aria-orientation":`vertical`,"data-state":GA(g.open),"data-radix-menu-content":``,dir:_.dir,...v,...h,ref:w,style:{outline:`none`,...h.style},onKeyDown:q(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||!Lk.includes(e.key))return;e.preventDefault();let a=b().filter(e=>!e.disabled).map(e=>e.ref.current);Ik.includes(e.key)&&a.reverse(),JA(a)}),onBlur:q(e.onBlur,e=>{e.currentTarget.contains(e.target)||(window.clearTimeout(T.current),E.current=``)}),onPointerMove:q(e.onPointerMove,$A(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)}))})})})})})})});cA.displayName=aA;var pA=`MenuGroup`,mA=j.forwardRef((e,t)=>{let{__scopeMenu:n,...r}=e;return(0,M.jsx)(A_.div,{role:`group`,...r,ref:t})});mA.displayName=pA;var hA=`MenuLabel`,gA=j.forwardRef((e,t)=>{let{__scopeMenu:n,...r}=e;return(0,M.jsx)(A_.div,{...r,ref:t})});gA.displayName=hA;var _A=`MenuItem`,vA=`menu.itemSelect`,yA=j.forwardRef((e,t)=>{let{disabled:n=!1,onSelect:r,...i}=e,a=j.useRef(null),o=Zk(_A,e.__scopeMenu),s=sA(_A,e.__scopeMenu),c=v_(t,a),l=j.useRef(!1),u=()=>{let e=a.current;if(!n&&e){let t=new CustomEvent(vA,{bubbles:!0,cancelable:!0});e.addEventListener(vA,e=>r?.(e),{once:!0}),j_(e,t),t.defaultPrevented?l.current=!1:o.onClose()}};return(0,M.jsx)(bA,{...i,ref:c,disabled:n,onClick:q(e.onClick,u),onPointerDown:t=>{e.onPointerDown?.(t),l.current=!0},onPointerUp:q(e.onPointerUp,e=>{l.current||e.currentTarget?.click()}),onKeyDown:q(e.onKeyDown,e=>{let t=s.searchRef.current!==``;n||t&&e.key===` `||Pk.includes(e.key)&&(e.currentTarget.click(),e.preventDefault())})})});yA.displayName=_A;var bA=j.forwardRef((e,t)=>{let{__scopeMenu:n,disabled:r=!1,textValue:i,...a}=e,o=sA(_A,n),s=qk(n),c=j.useRef(null),l=v_(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)(Vk.ItemSlot,{scope:n,disabled:r,textValue:i??f,children:(0,M.jsx)(Nk,{asChild:!0,...s,focusable:!r,children:(0,M.jsx)(A_.div,{role:`menuitem`,"data-highlighted":u?``:void 0,"aria-disabled":r||void 0,"data-disabled":r?``:void 0,...a,ref:l,onPointerMove:q(e.onPointerMove,$A(e=>{r?o.onItemLeave(e):(o.onItemEnter(e),e.defaultPrevented||e.currentTarget.focus({preventScroll:!0}))})),onPointerLeave:q(e.onPointerLeave,$A(e=>o.onItemLeave(e))),onFocus:q(e.onFocus,()=>d(!0)),onBlur:q(e.onBlur,()=>d(!1))})})})}),xA=`MenuCheckboxItem`,SA=j.forwardRef((e,t)=>{let{checked:n=!1,onCheckedChange:r,...i}=e;return(0,M.jsx)(AA,{scope:e.__scopeMenu,checked:n,children:(0,M.jsx)(yA,{role:`menuitemcheckbox`,"aria-checked":KA(n)?`mixed`:n,...i,ref:t,"data-state":qA(n),onSelect:q(i.onSelect,()=>r?.(KA(n)?!0:!n),{checkForDefaultPrevented:!1})})})});SA.displayName=xA;var CA=`MenuRadioGroup`,[wA,TA]=Wk(CA,{value:void 0,onValueChange:()=>{}}),EA=j.forwardRef((e,t)=>{let{value:n,onValueChange:r,...i}=e,a=M_(r);return(0,M.jsx)(wA,{scope:e.__scopeMenu,value:n,onValueChange:a,children:(0,M.jsx)(mA,{...i,ref:t})})});EA.displayName=CA;var DA=`MenuRadioItem`,OA=j.forwardRef((e,t)=>{let{value:n,...r}=e,i=TA(DA,e.__scopeMenu),a=n===i.value;return(0,M.jsx)(AA,{scope:e.__scopeMenu,checked:a,children:(0,M.jsx)(yA,{role:`menuitemradio`,"aria-checked":a,...r,ref:t,"data-state":qA(a),onSelect:q(r.onSelect,()=>i.onValueChange?.(n),{checkForDefaultPrevented:!1})})})});OA.displayName=DA;var kA=`MenuItemIndicator`,[AA,jA]=Wk(kA,{checked:!1}),MA=j.forwardRef((e,t)=>{let{__scopeMenu:n,forceMount:r,...i}=e,a=jA(kA,n);return(0,M.jsx)($_,{present:r||KA(a.checked)||a.checked===!0,children:(0,M.jsx)(A_.span,{...i,ref:t,"data-state":qA(a.checked)})})});MA.displayName=kA;var NA=`MenuSeparator`,PA=j.forwardRef((e,t)=>{let{__scopeMenu:n,...r}=e;return(0,M.jsx)(A_.div,{role:`separator`,"aria-orientation":`horizontal`,...r,ref:t})});PA.displayName=NA;var FA=`MenuArrow`,IA=j.forwardRef((e,t)=>{let{__scopeMenu:n,...r}=e,i=Kk(n);return(0,M.jsx)(ID,{...i,...r,ref:t})});IA.displayName=FA;var LA=`MenuSub`,[RA,zA]=Wk(LA),BA=e=>{let{__scopeMenu:t,children:n,open:r=!1,onOpenChange:i}=e,a=Yk(LA,t),o=Kk(t),[s,c]=j.useState(null),[l,u]=j.useState(null),d=M_(i);return j.useEffect(()=>(a.open===!1&&d(!1),()=>d(!1)),[a.open,d]),(0,M.jsx)(ND,{...o,children:(0,M.jsx)(Jk,{scope:t,open:r,onOpenChange:d,content:l,onContentChange:u,children:(0,M.jsx)(RA,{scope:t,contentId:vS(),triggerId:vS(),trigger:s,onTriggerChange:c,children:n})})})};BA.displayName=LA;var VA=`MenuSubTrigger`,HA=j.forwardRef((e,t)=>{let n=Yk(VA,e.__scopeMenu),r=Zk(VA,e.__scopeMenu),i=zA(VA,e.__scopeMenu),a=sA(VA,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)(eA,{asChild:!0,...l,children:(0,M.jsx)(bA,{id:i.triggerId,"aria-haspopup":`menu`,"aria-expanded":n.open,"aria-controls":i.contentId,"data-state":GA(n.open),...e,ref:__(t,i.onTriggerChange),onClick:t=>{e.onClick?.(t),!(e.disabled||t.defaultPrevented)&&(t.currentTarget.focus(),n.open||n.onOpenChange(!0))},onPointerMove:q(e.onPointerMove,$A(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:q(e.onPointerLeave,$A(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:q(e.onKeyDown,t=>{let i=a.searchRef.current!==``;e.disabled||i&&t.key===` `||Rk[r.dir].includes(t.key)&&(n.onOpenChange(!0),n.content?.focus(),t.preventDefault())})})})});HA.displayName=VA;var UA=`MenuSubContent`,WA=j.forwardRef((e,t)=>{let n=rA(aA,e.__scopeMenu),{forceMount:r=n.forceMount,...i}=e,a=Yk(aA,e.__scopeMenu),o=Zk(aA,e.__scopeMenu),s=zA(UA,e.__scopeMenu),c=j.useRef(null),l=v_(t,c);return(0,M.jsx)(Vk.Provider,{scope:e.__scopeMenu,children:(0,M.jsx)($_,{present:r||a.open,children:(0,M.jsx)(Vk.Slot,{scope:e.__scopeMenu,children:(0,M.jsx)(fA,{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:q(e.onFocusOutside,e=>{e.target!==s.trigger&&a.onOpenChange(!1)}),onEscapeKeyDown:q(e.onEscapeKeyDown,e=>{o.onClose(),e.preventDefault()}),onKeyDown:q(e.onKeyDown,e=>{let t=e.currentTarget.contains(e.target),n=zk[o.dir].includes(e.key);t&&n&&(a.onOpenChange(!1),s.trigger?.focus(),e.preventDefault())})})})})})});WA.displayName=UA;function GA(e){return e?`open`:`closed`}function KA(e){return e===`indeterminate`}function qA(e){return KA(e)?`indeterminate`:e?`checked`:`unchecked`}function JA(e){let t=document.activeElement;for(let n of e)if(n===t||(n.focus(),document.activeElement!==t))return}function YA(e,t){return e.map((n,r)=>e[(t+r)%e.length])}function XA(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=YA(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 ZA(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 QA(e,t){return t?ZA({x:e.clientX,y:e.clientY},t):!1}function $A(e){return t=>t.pointerType===`mouse`?e(t):void 0}var ej=Qk,tj=eA,nj=iA,rj=cA,ij=mA,aj=gA,oj=yA,sj=SA,cj=EA,lj=OA,uj=MA,dj=PA,fj=IA,pj=HA,mj=WA,hj=`DropdownMenu`,[gj,_j]=b_(hj,[Gk]),vj=Gk(),[yj,bj]=gj(hj),xj=e=>{let{__scopeDropdownMenu:t,children:n,dir:r,open:i,defaultOpen:a,onOpenChange:o,modal:s=!0}=e,c=vj(t),l=j.useRef(null),[u,d]=iv({prop:i,defaultProp:a??!1,onChange:o,caller:hj});return(0,M.jsx)(yj,{scope:t,triggerId:vS(),triggerRef:l,contentId:vS(),open:u,onOpenChange:d,onOpenToggle:j.useCallback(()=>d(e=>!e),[d]),modal:s,children:(0,M.jsx)(ej,{...c,open:u,onOpenChange:d,dir:r,modal:s,children:n})})};xj.displayName=hj;var Sj=`DropdownMenuTrigger`,Cj=j.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,disabled:r=!1,...i}=e,a=bj(Sj,n),o=vj(n);return(0,M.jsx)(tj,{asChild:!0,...o,children:(0,M.jsx)(A_.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:__(t,a.triggerRef),onPointerDown:q(e.onPointerDown,e=>{!r&&e.button===0&&e.ctrlKey===!1&&(a.onOpenToggle(),a.open||e.preventDefault())}),onKeyDown:q(e.onKeyDown,e=>{r||([`Enter`,` `].includes(e.key)&&a.onOpenToggle(),e.key===`ArrowDown`&&a.onOpenChange(!0),[`Enter`,` `,`ArrowDown`].includes(e.key)&&e.preventDefault())})})})});Cj.displayName=Sj;var wj=`DropdownMenuPortal`,Tj=e=>{let{__scopeDropdownMenu:t,...n}=e,r=vj(t);return(0,M.jsx)(nj,{...r,...n})};Tj.displayName=wj;var Ej=`DropdownMenuContent`,Dj=j.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=bj(Ej,n),a=vj(n),o=j.useRef(!1);return(0,M.jsx)(rj,{id:i.contentId,"aria-labelledby":i.triggerId,...a,...r,ref:t,onCloseAutoFocus:q(e.onCloseAutoFocus,e=>{o.current||i.triggerRef.current?.focus(),o.current=!1,e.preventDefault()}),onInteractOutside:q(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)`}})});Dj.displayName=Ej;var Oj=`DropdownMenuGroup`,kj=j.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=vj(n);return(0,M.jsx)(ij,{...i,...r,ref:t})});kj.displayName=Oj;var Aj=`DropdownMenuLabel`,jj=j.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=vj(n);return(0,M.jsx)(aj,{...i,...r,ref:t})});jj.displayName=Aj;var Mj=`DropdownMenuItem`,Nj=j.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=vj(n);return(0,M.jsx)(oj,{...i,...r,ref:t})});Nj.displayName=Mj;var Pj=`DropdownMenuCheckboxItem`,Fj=j.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=vj(n);return(0,M.jsx)(sj,{...i,...r,ref:t})});Fj.displayName=Pj;var Ij=`DropdownMenuRadioGroup`,Lj=j.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=vj(n);return(0,M.jsx)(cj,{...i,...r,ref:t})});Lj.displayName=Ij;var Rj=`DropdownMenuRadioItem`,zj=j.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=vj(n);return(0,M.jsx)(lj,{...i,...r,ref:t})});zj.displayName=Rj;var Bj=`DropdownMenuItemIndicator`,Vj=j.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=vj(n);return(0,M.jsx)(uj,{...i,...r,ref:t})});Vj.displayName=Bj;var Hj=`DropdownMenuSeparator`,Uj=j.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=vj(n);return(0,M.jsx)(dj,{...i,...r,ref:t})});Uj.displayName=Hj;var Wj=`DropdownMenuArrow`,Gj=j.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=vj(n);return(0,M.jsx)(fj,{...i,...r,ref:t})});Gj.displayName=Wj;var Kj=`DropdownMenuSubTrigger`,qj=j.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=vj(n);return(0,M.jsx)(pj,{...i,...r,ref:t})});qj.displayName=Kj;var Jj=`DropdownMenuSubContent`,Yj=j.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=vj(n);return(0,M.jsx)(mj,{...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)`}})});Yj.displayName=Jj;var Xj=xj,Zj=Cj,Qj=Tj,$j=Dj,eM=jj,tM=Nj,nM=Fj,rM=zj,iM=Vj,aM=Uj,oM=qj,sM=Yj,cM=Xj,lM=Zj,uM=j.forwardRef(({className:e,inset:t,children:n,...r},i)=>(0,M.jsxs)(oM,{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)(wy,{className:`ml-auto`})]}));uM.displayName=oM.displayName;var dM=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(sM,{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}));dM.displayName=sM.displayName;var fM=j.forwardRef(({className:e,sideOffset:t=4,...n},r)=>(0,M.jsx)(Qj,{children:(0,M.jsx)($j,{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})}));fM.displayName=$j.displayName;var pM=j.forwardRef(({className:e,inset:t,...n},r)=>(0,M.jsx)(tM,{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}));pM.displayName=tM.displayName;var mM=j.forwardRef(({className:e,children:t,checked:n,...r},i)=>(0,M.jsxs)(nM,{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)(iM,{children:(0,M.jsx)(Sy,{className:`h-4 w-4`})})}),t]}));mM.displayName=nM.displayName;var hM=j.forwardRef(({className:e,children:t,...n},r)=>(0,M.jsxs)(rM,{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)(iM,{children:(0,M.jsx)(Ay,{className:`h-2 w-2 fill-current`})})}),t]}));hM.displayName=rM.displayName;var gM=j.forwardRef(({className:e,inset:t,...n},r)=>(0,M.jsx)(eM,{ref:r,className:Z(`px-2 py-1.5 text-sm font-semibold`,t&&`pl-8`,e),...n}));gM.displayName=eM.displayName;var _M=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(aM,{ref:n,className:Z(`-mx-1 my-1 h-px bg-muted`,e),...t}));_M.displayName=aM.displayName;var vM=({className:e,...t})=>(0,M.jsx)(`span`,{className:Z(`ml-auto text-xs tracking-widest opacity-60`,e),...t});vM.displayName=`DropdownMenuShortcut`;var yM=`modulepreload`,bM=function(e){return`/_account/`+e},xM={},SM=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=bM(t,n),t in xM)return;xM[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`:yM,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)})},CM=[`en`,`zh-CN`],wM={en:()=>SM(()=>import(`./en-QM3gmMOi.js`),[]),"zh-CN":()=>SM(()=>import(`./zh-CN-B0Jn4kQl.js`),[])};function TM(e){return CM.includes(e)?e:e.toLowerCase().startsWith(`zh`)?`zh-CN`:`en`}async function EM(e){let t=TM(e);try{return(await wM[t]()).default}catch(t){return console.warn(`[account/i18n] Failed to load language pack '${e}':`,t),{}}}var DM={en:`English`,"zh-CN":`中文`};function OM(){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)(cM,{children:[(0,M.jsx)(lM,{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)(zy,{className:`h-4 w-4`}),(0,M.jsx)(`span`,{className:`sr-only`,children:e(`common.language`)})]})}),(0,M.jsx)(fM,{align:`end`,children:CM.map(e=>(0,M.jsx)(pM,{onSelect:()=>void r(e),className:e===t?`font-medium`:void 0,children:DM[e]},e))})]})}function kM(e){let t=document.documentElement;e===`dark`?t.classList.add(`dark`):t.classList.remove(`dark`)}function AM(){let{t:e}=vt(),[,t]=(0,j.useState)(`light`);(0,j.useEffect)(()=>{let e=localStorage.getItem(`theme`);e?(t(e),kM(e===`system`?window.matchMedia(`(prefers-color-scheme: dark)`).matches?`dark`:`light`:e)):(t(`system`),kM(window.matchMedia(`(prefers-color-scheme: dark)`).matches?`dark`:`light`))},[]);function n(e){t(e),localStorage.setItem(`theme`,e),kM(e===`system`?window.matchMedia(`(prefers-color-scheme: dark)`).matches?`dark`:`light`:e)}return(0,M.jsxs)(cM,{children:[(0,M.jsx)(lM,{asChild:!0,children:(0,M.jsxs)(Q,{variant:`ghost`,size:`icon`,className:`h-8 w-8`,children:[(0,M.jsx)(tb,{className:`h-4 w-4 rotate-0 scale-100 transition-all dark:-rotate-90 dark:scale-0`}),(0,M.jsx)(Ky,{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)(fM,{align:`end`,children:[(0,M.jsxs)(pM,{onClick:()=>n(`light`),children:[(0,M.jsx)(tb,{className:`mr-2 h-4 w-4`}),e(`common.light`)]}),(0,M.jsxs)(pM,{onClick:()=>n(`dark`),children:[(0,M.jsx)(Ky,{className:`mr-2 h-4 w-4`}),e(`common.dark`)]}),(0,M.jsx)(pM,{onClick:()=>n(`system`),children:e(`common.system`)})]})]})}function jM(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,MM(i,...t)]}function MM(...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 NM(){return(0,ot.useSyncExternalStore)(PM,()=>!0,()=>!1)}function PM(){return()=>{}}var FM=`Avatar`,[IM,LM]=jM(FM),[RM,zM]=IM(FM),BM=j.forwardRef((e,t)=>{let{__scopeAvatar:n,...r}=e,[i,a]=j.useState(`idle`);return(0,M.jsx)(RM,{scope:n,imageLoadingStatus:i,onImageLoadingStatusChange:a,children:(0,M.jsx)(cS.span,{...r,ref:t})})});BM.displayName=FM;var VM=`AvatarImage`,HM=j.forwardRef((e,t)=>{let{__scopeAvatar:n,src:r,onLoadingStatusChange:i=()=>{},...a}=e,o=zM(VM,n),s=KM(r,a),c=M_(e=>{i(e),o.onImageLoadingStatusChange(e)});return Y_(()=>{s!==`idle`&&c(s)},[s,c]),s===`loaded`?(0,M.jsx)(cS.img,{...a,ref:t,src:r}):null});HM.displayName=VM;var UM=`AvatarFallback`,WM=j.forwardRef((e,t)=>{let{__scopeAvatar:n,delayMs:r,...i}=e,a=zM(UM,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)(cS.span,{...i,ref:t}):null});WM.displayName=UM;function GM(e,t){return e?t?(e.src!==t&&(e.src=t),e.complete&&e.naturalWidth>0?`loaded`:`loading`):`error`:`idle`}function KM(e,{referrerPolicy:t,crossOrigin:n}){let r=NM(),i=j.useRef(null),a=r?(i.current||=new window.Image,i.current):null,[o,s]=j.useState(()=>GM(a,e));return Y_(()=>{s(GM(a,e))},[a,e]),Y_(()=>{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 qM=BM,JM=HM,YM=WM,XM=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(qM,{ref:n,className:Z(`relative flex h-10 w-10 shrink-0 overflow-hidden rounded-full`,e),...t}));XM.displayName=qM.displayName;var ZM=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(JM,{ref:n,className:Z(`aspect-square h-full w-full`,e),...t}));ZM.displayName=JM.displayName;var QM=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(YM,{ref:n,className:Z(`flex h-full w-full items-center justify-center rounded-full bg-muted`,e),...t}));QM.displayName=YM.displayName;var $M=(0,j.createContext)(null),eN=`auth-session-token`,tN=`auth-active-organization-id`;function nN(e){if(!(typeof window>`u`))try{e?.token?localStorage.setItem(eN,e.token):localStorage.removeItem(eN),e?.activeOrganizationId?localStorage.setItem(tN,e.activeOrganizationId):localStorage.removeItem(tN)}catch{}}function rN(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 iN({children:e}){let t=i_(),[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.useState)(null);(0,j.useEffect)(()=>{if(!t?.auth?.getConfig)return;let e=!1;return t.auth.getConfig().then(t=>{if(e)return;let n=t?.data??t??{},r={...n.features??{}};n.emailPassword?.disableSignUp===!0&&(r.signUpDisabled=!0),_(r)}).catch(()=>{e||_(null)}),()=>{e=!0}},[t]);let v=(0,j.useCallback)(async()=>{if(t?.organizations){p(!0);try{d((await t.organizations.list())?.organizations??[])}catch{d([])}finally{p(!1),h(!0)}}},[t]),y=(0,j.useCallback)(async()=>{if(t?.auth){s(!0),l(null);try{let{user:e,session:n}=rN(await t.auth.me());r(e),a(n),nN(e?n:null)}catch(e){l(e),r(null),a(null),nN(null)}finally{s(!1)}}},[t]);(0,j.useEffect)(()=>{y()},[y]),(0,j.useEffect)(()=>{n?v():(d([]),h(!1))},[n,v]);let b=(0,j.useCallback)(async()=>{if(t?.auth)try{await t.auth.logout()}finally{r(null),a(null),d([]),h(!1),nN(null)}},[t]),x=(0,j.useCallback)(async e=>{if(t?.organizations){await t.organizations.setActive(e),await y();try{localStorage.setItem(tN,e)}catch{}}},[t,y]),S=(0,j.useMemo)(()=>({user:n,session:i,loading:o,error:c,refresh:y,logout:b,setActiveOrganization:x,organizations:u,organizationsLoading:f,organizationsFetched:m,reloadOrganizations:v,features:g}),[n,i,o,c,y,b,x,u,f,m,v,g]);return(0,j.createElement)($M.Provider,{value:S},e)}function aN(){let e=(0,j.useContext)($M);if(!e)throw Error(`useSession must be used inside <SessionProvider>.`);return e}function oN(){let{organizations:e,organizationsLoading:t,reloadOrganizations:n}=aN();return{organizations:e,loading:t,error:null,reload:n}}function sN(){let e=i_(),[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 cN(){let e=i_(),{reloadOrganizations:t,refresh:n}=aN(),[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 lN(){let e=i_(),{reloadOrganizations:t,refresh:n}=aN(),[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 uN({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 dN(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 fN(){let{t:e}=vt(),t=Hi(),{user:n,loading:r,logout:i}=aN(),[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)(cM,{children:[(0,M.jsx)(lM,{asChild:!0,children:(0,M.jsx)(Q,{variant:`ghost`,size:`icon`,className:`h-8 w-8 rounded-full`,children:(0,M.jsxs)(XM,{className:`h-7 w-7`,children:[n.image?(0,M.jsx)(ZM,{src:n.image,alt:n.name??n.email??e(`userMenu.user`)}):null,(0,M.jsx)(QM,{className:`text-[11px]`,children:dN(n.name,n.email)})]})})}),(0,M.jsxs)(fM,{align:`end`,className:`w-64`,children:[(0,M.jsx)(gM,{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)(_M,{}),(0,M.jsxs)(pM,{onSelect:()=>t({to:`/account`}),children:[(0,M.jsx)(lb,{className:`mr-2 h-3.5 w-3.5`}),e(`userMenu.account`)]}),(0,M.jsxs)(pM,{onSelect:()=>t({to:`/organizations`}),children:[(0,M.jsx)(xy,{className:`mr-2 h-3.5 w-3.5`}),e(`userMenu.organizations`)]}),(0,M.jsx)(_M,{}),(0,M.jsxs)(pM,{onSelect:async()=>{o(!0);try{await i()}finally{window.location.assign(`/_account/login`)}},disabled:a,children:[(0,M.jsx)(Hy,{className:`mr-2 h-3.5 w-3.5`}),e(`userMenu.signOut`)]})]})]}),a?(0,M.jsx)(uN,{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 pN(){let{t:e}=vt(),t=Hi(),n=Oa(),{organizations:r,loading:i,reload:a}=oN(),{session:o,setActiveOrganization:s}=aN(),[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(),K({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){K({title:e(`organizations.switchFailed`),description:t.message,variant:`destructive`})}finally{d(!1)}};return(0,M.jsxs)(cM,{open:c,onOpenChange:l,children:[(0,M.jsx)(lM,{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)(Ey,{className:`h-3 w-3 opacity-50`})]})}),(0,M.jsxs)(fM,{align:`start`,className:`w-[280px]`,sideOffset:4,children:[(0,M.jsx)(gM,{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)(pM,{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)(Sy,{className:`h-3.5 w-3.5 text-primary`})]},e.id)),(0,M.jsx)(_M,{}),(0,M.jsxs)(pM,{onSelect:e=>{e.preventDefault(),l(!1),t({to:`/organizations/new`})},className:`gap-2 text-sm`,children:[(0,M.jsx)(Jy,{className:`h-3.5 w-3.5`}),e(`organizationSwitcher.new`)]}),(0,M.jsx)(pM,{onSelect:e=>{e.preventDefault(),l(!1),t({to:`/organizations`})},className:`gap-2 text-sm text-muted-foreground`,children:e(`organizationSwitcher.manage`)})]})]})}function mN({label:e}){return(0,M.jsx)(`a`,{href:`/`,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)(Oy,{className:`h-4 w-4`})})}function hN(){return(0,M.jsx)(wy,{"aria-hidden":!0,className:`size-3.5 shrink-0 text-muted-foreground/50`})}function gN(){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)(FO,{className:`h-9 w-9`})}),(0,M.jsx)(mN,{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)(hS,{orientation:`vertical`,className:`mx-1 h-4`}),(0,M.jsx)(pN,{}),(0,M.jsx)(hN,{}),(0,M.jsx)(ik,{children:(0,M.jsx)(ak,{children:r.map((e,t)=>(0,M.jsxs)(`div`,{className:`flex items-center`,children:[t>0&&(0,M.jsx)(lk,{}),(0,M.jsx)(ok,{children:(0,M.jsx)(ck,{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)(OM,{})}),(0,M.jsx)(`div`,{className:`hidden sm:block`,children:(0,M.jsx)(AM,{})}),(0,M.jsx)(fN,{})]})]})}var _N=[{to:`/account`,label:`home`,icon:Iy,exact:!0},{to:`/account/profile`,label:`profile`,icon:lb},{to:`/account/security`,label:`security`,icon:$y},{to:`/account/sessions`,label:`sessions`,icon:Gy},{to:`/account/two-factor`,label:`twoFactor`,icon:Qy},{to:`/account/invitations`,label:`invitations`,icon:Ly},{to:`/account/linked-accounts`,label:`linkedAccounts`,icon:Vy}],vN=[`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 yN(){let{t:e}=vt(),{pathname:t}=Oa(),{organizations:n}=oN(),r=t,i=t.match(/^\/organizations\/([^/]+)(?:\/.*)?$/),a=i&&n.some(e=>e.id===i[1])?i[1]:null;return(0,M.jsxs)(PO,{collapsible:`icon`,className:`h-full`,children:[(0,M.jsxs)(HO,{children:[(0,M.jsxs)(UO,{children:[(0,M.jsx)(WO,{children:e(`sidebar.groups.account`)}),(0,M.jsx)(KO,{children:(0,M.jsx)(qO,{children:_N.map(t=>{let n=t.icon;return(0,M.jsx)(JO,{children:(0,M.jsx)(YO,{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:vN,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)(VO,{}),(0,M.jsxs)(UO,{children:[(0,M.jsx)(WO,{children:e(`sidebar.groups.organization`)}),(0,M.jsx)(KO,{children:(0,M.jsxs)(qO,{children:[(0,M.jsx)(JO,{children:(0,M.jsx)(YO,{asChild:!0,isActive:t===`/organizations`,tooltip:e(`sidebar.items.overview`),className:vN,children:(0,M.jsxs)(ra,{to:`/organizations`,children:[(0,M.jsx)(xy,{className:`size-4`}),(0,M.jsx)(`span`,{children:e(`sidebar.items.overview`)})]})})}),a&&(0,M.jsxs)(M.Fragment,{children:[(0,M.jsx)(JO,{children:(0,M.jsx)(YO,{asChild:!0,isActive:t===`/organizations/${a}/general`,tooltip:e(`sidebar.items.general`),className:vN,children:(0,M.jsxs)(ra,{to:`/organizations/$orgId/general`,params:{orgId:a},children:[(0,M.jsx)(Zy,{className:`size-4`}),(0,M.jsx)(`span`,{children:e(`sidebar.items.general`)})]})})}),(0,M.jsx)(JO,{children:(0,M.jsx)(YO,{asChild:!0,isActive:t===`/organizations/${a}/members`,tooltip:e(`sidebar.items.members`),className:vN,children:(0,M.jsxs)(ra,{to:`/organizations/$orgId/members`,params:{orgId:a},children:[(0,M.jsx)(ub,{className:`size-4`}),(0,M.jsx)(`span`,{children:e(`sidebar.items.members`)})]})})}),(0,M.jsx)(JO,{children:(0,M.jsx)(YO,{asChild:!0,isActive:t===`/organizations/${a}/teams`,tooltip:e(`sidebar.items.teams`),className:vN,children:(0,M.jsxs)(ra,{to:`/organizations/$orgId/teams`,params:{orgId:a},children:[(0,M.jsx)(cb,{className:`size-4`}),(0,M.jsx)(`span`,{children:e(`sidebar.items.teams`)})]})})})]})]})})]}),(0,M.jsx)(VO,{}),(0,M.jsxs)(UO,{children:[(0,M.jsx)(WO,{children:e(`sidebar.groups.developer`)}),(0,M.jsx)(KO,{children:(0,M.jsx)(qO,{children:(0,M.jsx)(JO,{children:(0,M.jsx)(YO,{asChild:!0,isActive:t.startsWith(`/account/oauth-applications`),tooltip:e(`sidebar.items.oauthApps`),className:vN,children:(0,M.jsxs)(ra,{to:`/account/oauth-applications`,children:[(0,M.jsx)(Ry,{className:`size-4`}),(0,M.jsx)(`span`,{children:e(`sidebar.items.oauthApps`)})]})})})})})]})]}),(0,M.jsx)(BO,{children:(0,M.jsx)(qO,{children:(0,M.jsx)(JO,{children:(0,M.jsx)(bN,{})})})})]})}function bN(){let{t:e}=vt(),{state:t,toggleSidebar:n}=MO(),r=e(t===`collapsed`?`sidebar.expand`:`sidebar.collapse`);return(0,M.jsx)(YO,{onClick:n,tooltip:r,"aria-label":r,children:(0,M.jsx)(qy,{className:`size-4`})})}function xN(){return typeof window<`u`&&window.location.pathname.startsWith(`/_account`)?window.location.origin:`http://localhost:3000`}var SN=new Set([`/login`,`/register`,`/forgot-password`,`/reset-password`,`/verify-email`,`/verify-email-prompt`,`/auth/device`,`/setup`]);function CN(e){return SN.has(e)||e.startsWith(`/accept-invitation/`)}function wN(){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 TN({children:e}){let{user:t,loading:n}=aN(),r=Hi(),i=Oa(),a=CN(i.pathname),o=i.pathname.startsWith(`/oauth/`)||i.pathname===`/organizations/new`,s=wN(),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)(NO,{className:`flex h-svh w-full flex-col`,children:[(0,M.jsx)(gN,{}),(0,M.jsxs)(`div`,{className:`flex min-h-0 flex-1 w-full`,children:[(0,M.jsx)(yN,{}),(0,M.jsx)(LO,{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 EN(){let e=xN(),t=(0,j.useMemo)(()=>new $g({baseUrl:e}),[e]),{language:n}=vt();return(0,M.jsx)(r_,{client:t,locale:n,children:(0,M.jsxs)(iN,{children:[(0,M.jsx)(TN,{children:(0,M.jsx)(ya,{})}),(0,M.jsx)(Kx,{})]})})}var DN=ca({component:EN}),$=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 ON=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}));ON.displayName=`CardHeader`;var kN=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(`h3`,{ref:n,className:Z(`text-2xl font-semibold leading-none tracking-tight`,e),...t}));kN.displayName=`CardTitle`;var AN=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(`p`,{ref:n,className:Z(`text-sm text-muted-foreground`,e),...t}));AN.displayName=`CardDescription`;var jN=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(`div`,{ref:n,className:Z(`p-6 pt-0`,e),...t}));jN.displayName=`CardContent`;var MN=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(`div`,{ref:n,className:Z(`flex items-center p-6 pt-0`,e),...t}));MN.displayName=`CardFooter`;function NN(e){let t=e.split(`:`)[0].toLowerCase();return/^cloud\./.test(t)}function PN(){return typeof window>`u`?null:window.location.host||null}function FN({children:e,formWidth:t=`sm`}){let{t:n}=vt(),r=t===`md`?`max-w-md`:`max-w-sm`,i=PN(),a=!!i&&!NN(i);return j.useEffect(()=>{if(typeof document>`u`||!i)return;let e=document.title;return a&&(document.title=i),()=>{document.title=e}},[i,a]),(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:Z(`flex w-full flex-col gap-4`,r),children:[a?(0,M.jsx)(`div`,{className:`flex justify-center`,children:(0,M.jsx)(`span`,{className:`rounded-full border border-border/60 bg-background/60 px-2 py-0.5 font-mono text-[10px] uppercase tracking-wide text-muted-foreground`,title:n(`auth.shell.tenantHostHint`,{defaultValue:`You are signing in to this workspace`}),children:i})}):null,e]})})}var IN=la(`/verify-email-prompt`)({validateSearch:e=>({email:typeof e.email==`string`?e.email:void 0,redirect:typeof e.redirect==`string`?e.redirect:void 0}),component:LN});function LN(){let{t:e}=vt(),t=Hi(),{email:n,redirect:r}=IN.useSearch(),i=i_(),[a,o]=(0,j.useState)(!1),[s,c]=(0,j.useState)(!1);return(0,M.jsx)(FN,{children:(0,M.jsx)(`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)(ON,{className:`text-center`,children:[(0,M.jsx)(`div`,{className:`mx-auto mb-4 flex size-16 items-center justify-center rounded-full bg-primary/10`,children:(0,M.jsx)(Uy,{className:`size-8 text-primary`})}),(0,M.jsx)(kN,{className:`text-xl tracking-tight`,children:e(`auth.verifyEmail.title`,{defaultValue:`Verify your email address`})}),(0,M.jsx)(AN,{children:e(`auth.verifyEmail.description`,{defaultValue:`We sent a verification link to your email address. Please click the link to verify your account.`})})]}),(0,M.jsx)(jN,{children:(0,M.jsxs)(`div`,{className:`flex flex-col gap-4`,children:[n?(0,M.jsxs)(`p`,{className:`text-center text-sm text-muted-foreground`,children:[e(`auth.verifyEmail.sentTo`,{defaultValue:`Sent to:`}),` `,(0,M.jsx)(`span`,{className:`font-medium text-foreground`,children:n})]}):null,(0,M.jsx)(Q,{onClick:async()=>{if(!n||!i?.auth){K({title:e(`auth.verifyEmail.resendFailed`,{defaultValue:`Cannot resend verification email`}),description:e(`auth.verifyEmail.emailMissing`,{defaultValue:`Email address is missing`}),variant:`destructive`});return}o(!0);try{let t=await fetch(`/api/v1/auth/send-verification-email`,{method:`POST`,headers:{"Content-Type":`application/json`},body:JSON.stringify({email:n,callbackURL:r||`/`})});if(!t.ok){let e=await t.json().catch(()=>({message:`Unknown error`}));throw Error(e.message||`Failed to send verification email`)}c(!0),K({title:e(`auth.verifyEmail.resentSuccess`,{defaultValue:`Verification email sent!`}),description:e(`auth.verifyEmail.resentDescription`,{defaultValue:`Please check your inbox and click the verification link.`})})}catch(t){K({title:e(`auth.verifyEmail.resendFailed`,{defaultValue:`Failed to resend verification email`}),description:t.message,variant:`destructive`})}finally{o(!1)}},disabled:a||s,className:`w-full`,variant:s?`outline`:`default`,children:a?(0,M.jsxs)(M.Fragment,{children:[(0,M.jsx)(Yy,{className:`mr-2 size-4 animate-spin`}),e(`auth.verifyEmail.resending`,{defaultValue:`Sending...`})]}):s?e(`auth.verifyEmail.resent`,{defaultValue:`Email sent! Check your inbox`}):(0,M.jsxs)(M.Fragment,{children:[(0,M.jsx)(Yy,{className:`mr-2 size-4`}),e(`auth.verifyEmail.resendButton`,{defaultValue:`Resend verification email`})]})}),(0,M.jsxs)(`div`,{className:`relative`,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:e(`auth.verifyEmail.or`,{defaultValue:`Or`})})})]}),(0,M.jsx)(Q,{onClick:()=>{t({to:`/login`,search:r?{redirect:r}:void 0})},variant:`ghost`,className:`w-full`,children:e(`auth.verifyEmail.backToLogin`,{defaultValue:`Back to login`})}),(0,M.jsx)(`p`,{className:`text-center text-xs text-muted-foreground`,children:e(`auth.verifyEmail.checkSpam`,{defaultValue:`Didn't receive the email? Check your spam folder or contact support.`})})]})})]})})})}var RN=la(`/verify-email`)({validateSearch:e=>{let t=e.token;return typeof t==`string`?{token:t}:{}},component:zN});function zN(){let{t:e}=vt(),{token:t}=RN.useSearch(),n=i_(),[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)(FN,{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)(ON,{className:`text-center`,children:[(0,M.jsx)(kN,{className:`text-xl tracking-tight`,children:e(`auth.verifyEmail.verifyingTitle`)}),(0,M.jsx)(AN,{children:e(`auth.verifyEmail.verifyingDescription`)})]}),(0,M.jsx)(jN,{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)(ON,{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)(Dy,{className:`size-6`})}),(0,M.jsx)(kN,{className:`text-xl tracking-tight`,children:e(`auth.verifyEmail.successTitle`)}),(0,M.jsx)(AN,{children:e(`auth.verifyEmail.successDescription`)})]}),(0,M.jsx)(jN,{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)(ON,{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)(ky,{className:`size-6`})}),(0,M.jsx)(kN,{className:`text-xl tracking-tight`,children:e(`auth.verifyEmail.errorTitle`)}),(0,M.jsx)(AN,{children:a||e(`auth.verifyEmail.errorDescription`)})]}),(0,M.jsx)(jN,{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 BN=`Label`,VN=j.forwardRef((e,t)=>(0,M.jsx)(cS.label,{...e,ref:t,onMouseDown:t=>{t.target.closest(`button, input, select, textarea`)||(e.onMouseDown?.(t),!t.defaultPrevented&&t.detail>1&&t.preventDefault())}}));VN.displayName=BN;var HN=VN,UN=uy(`text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70`),WN=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(HN,{ref:n,className:Z(UN(),e),...t}));WN.displayName=HN.displayName;var GN=la(`/setup`)({component:qN});function KN(e){return e.toLowerCase().replace(/[^a-z0-9]+/g,`-`).replace(/^-+|-+$/g,``)}function qN(){let{t:e}=vt(),t=Hi(),n=i_(),{user:r,refresh:i}=aN(),[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.jsx)(`div`,{className:`flex w-full max-w-md flex-col gap-6`,children:(0,M.jsxs)($,{children:[(0,M.jsxs)(ON,{className:`text-center`,children:[(0,M.jsx)(kN,{children:e(`auth.setup.welcomeTitle`)}),(0,M.jsx)(AN,{children:e(`auth.setup.description`)})]}),(0,M.jsx)(jN,{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:KN(e)}),i=r.id;else{let t=await n.organizations.create({name:e,slug:KN(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){K({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)(WN,{htmlFor:`name`,children:e(`auth.setup.yourName`)}),(0,M.jsx)(sS,{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)(WN,{htmlFor:`orgName`,children:e(`auth.setup.orgName`)}),(0,M.jsx)(sS,{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)(WN,{htmlFor:`email`,children:e(`auth.emailLabel`)}),(0,M.jsx)(sS,{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)(WN,{htmlFor:`password`,children:e(`auth.passwordLabel`)}),(0,M.jsx)(sS,{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 JN=la(`/reset-password`)({validateSearch:e=>{let t=e.token;return typeof t==`string`?{token:t}:{}},component:YN});function YN(){let{t:e}=vt(),t=Hi(),{token:n}=JN.useSearch(),[r,i]=(0,j.useState)(``),[a,o]=(0,j.useState)(``),[s,c]=(0,j.useState)(!1);return(0,M.jsx)(FN,{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)(ON,{className:`text-center`,children:[(0,M.jsx)(kN,{className:`text-xl tracking-tight`,children:e(`auth.resetPassword.title`)}),(0,M.jsx)(AN,{children:e(`auth.resetPassword.description`)})]}),(0,M.jsx)(jN,{children:n?(0,M.jsxs)(`form`,{onSubmit:async i=>{if(i.preventDefault(),r!==a){K({title:e(`auth.resetPassword.passwordsMismatch`),variant:`destructive`});return}if(!n){K({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}`)}K({title:e(`auth.resetPassword.success`)}),t({to:`/login`})}catch(t){K({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)(WN,{htmlFor:`new-password`,children:e(`auth.resetPassword.newPassword`)}),(0,M.jsx)(sS,{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)(WN,{htmlFor:`confirm-password`,children:e(`auth.resetPassword.confirmPassword`)}),(0,M.jsx)(sS,{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 XN({mode:e,redirect:t}){let{t:n}=vt(),r=i_(),[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]})}function ZN(e,t){if(e.metaKey||e.ctrlKey||e.shiftKey||e.button===1)return;e.preventDefault();let n=Math.min(960,window.screen.availWidth-80),r=Math.min(720,window.screen.availHeight-80),i=Math.max(0,Math.round((window.screen.availWidth-n)/2)),a=Math.max(0,Math.round((window.screen.availHeight-r)/2)),o=[`popup=yes`,`width=${n}`,`height=${r}`,`left=${i}`,`top=${a}`,`resizable=yes`,`scrollbars=yes`,`noopener=yes`,`noreferrer=yes`].join(`,`);window.open(t,`objectstack-legal`,o)||window.open(t,`_blank`,`noopener,noreferrer`)}function QN({termsUrl:e,privacyUrl:t}){let{t:n}=vt(`account`),r=typeof e==`string`&&e.length>0,i=typeof t==`string`&&t.length>0;return!r&&!i?null:(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:[n(`legal.agreementPrefix`),` `,r?(0,M.jsx)(`a`,{href:e,target:`objectstack-legal`,rel:`noreferrer noopener`,onClick:t=>ZN(t,e),children:n(`legal.termsOfService`)}):null,r&&i?(0,M.jsxs)(M.Fragment,{children:[` `,n(`legal.and`),` `]}):null,i?(0,M.jsx)(`a`,{href:t,target:`objectstack-legal`,rel:`noreferrer noopener`,onClick:e=>ZN(e,t),children:n(`legal.privacyPolicy`)}):null,`.`]})}var $N=la(`/register`)({validateSearch:e=>{let t=e.redirect;return typeof t==`string`?{redirect:t}:{}},component:nP});function eP(e){return!!e&&e.startsWith(`/`)&&!e.startsWith(`//`)}function tP(e){return e.startsWith(`/_`)?e:`/_account/`.replace(/\/$/,``)+e}function nP(){let{t:e}=vt(),t=Hi(),{redirect:n}=$N.useSearch(),r=i_(),{session:i,user:a,loading:o,refresh:s,organizations:c,organizationsLoading:l,organizationsFetched:u,setActiveOrganization:d,features:f}=aN();(0,j.useEffect)(()=>{f?.signUpDisabled===!0&&t({to:`/login`,search:n?{redirect:n}:{},replace:!0})},[f?.signUpDisabled,t,n]);let[p,m]=(0,j.useState)(``),[h,g]=(0,j.useState)(``),[_,v]=(0,j.useState)(``),[y,b]=(0,j.useState)(!1),[x,S]=(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||x)return;if(c.length===1){S(!0),d(c[0].id).catch(()=>void 0).finally(()=>S(!1));return}if(!f)return;if(c.length>1){t({to:`/organizations`});return}if(f.multiOrgEnabled===!1){eP(n)?window.location.assign(tP(n)):window.location.assign(`/`);return}t({to:`/organizations/new`,search:n?{redirect:n}:{}});return}if(!x){if(eP(n)){window.location.assign(tP(n));return}window.location.assign(`/`)}}},[a,i,t,n,c,l,u,x,d,f]),(0,M.jsx)(FN,{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)(ON,{className:`text-center`,children:[(0,M.jsx)(kN,{className:`text-xl tracking-tight`,children:e(`auth.register.title`)}),(0,M.jsx)(AN,{children:e(`auth.register.description`)})]}),(0,M.jsx)(jN,{children:(0,M.jsx)(`form`,{onSubmit:async i=>{if(i.preventDefault(),r?.auth){b(!0);try{let i=await r.auth.register({name:p,email:h,password:_}),a=i?.data??i;if(a&&a.token===null&&a.user){t({to:`/verify-email-prompt`,search:{email:h,redirect:n}});return}try{await s()}catch(e){let r=e.message;if(r.includes(`email`)&&(r.toLowerCase().includes(`verif`)||r.toLowerCase().includes(`not verified`))){t({to:`/verify-email-prompt`,search:{email:h,redirect:n}});return}throw e}K({title:e(`auth.register.successToast`)})}catch(r){let i=r.message;if(i.includes(`email`)&&(i.toLowerCase().includes(`verif`)||i.toLowerCase().includes(`sent`))){t({to:`/verify-email-prompt`,search:{email:h,redirect:n}});return}K({title:e(`auth.register.failed`),description:i,variant:`destructive`})}finally{b(!1)}}},children:(0,M.jsxs)(`div`,{className:`flex flex-col gap-4`,children:[(0,M.jsx)(XN,{mode:`sign-up`,redirect:n}),(0,M.jsxs)(`div`,{className:`flex flex-col gap-2`,children:[(0,M.jsx)(WN,{htmlFor:`name`,children:e(`auth.nameLabel`)}),(0,M.jsx)(sS,{id:`name`,autoComplete:`name`,required:!0,value:p,onChange:e=>m(e.target.value)})]}),(0,M.jsxs)(`div`,{className:`flex flex-col gap-2`,children:[(0,M.jsx)(WN,{htmlFor:`email`,children:e(`auth.emailLabel`)}),(0,M.jsx)(sS,{id:`email`,type:`email`,placeholder:e(`auth.emailPlaceholder`),autoComplete:`email`,required:!0,value:h,onChange:e=>g(e.target.value)})]}),(0,M.jsxs)(`div`,{className:`flex flex-col gap-2`,children:[(0,M.jsx)(WN,{htmlFor:`password`,children:e(`auth.passwordLabel`)}),(0,M.jsx)(sS,{id:`password`,type:`password`,autoComplete:`new-password`,required:!0,minLength:8,value:_,onChange:e=>v(e.target.value)})]}),(0,M.jsx)(Q,{type:`submit`,className:`w-full`,disabled:y,children:e(y?`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.jsx)(QN,{termsUrl:f?.termsUrl,privacyUrl:f?.privacyUrl})]})})}var rP=la(`/login`)({validateSearch:e=>{let t=e.redirect;return typeof t==`string`?{redirect:t}:{}},component:oP});function iP(e){return!!e&&e.startsWith(`/`)&&!e.startsWith(`//`)}function aP(e){return e.startsWith(`/_`)?e:`/_account/`.replace(/\/$/,``)+e}function oP(){let{t:e}=vt(),t=Hi(),{redirect:n}=rP.useSearch(),r=i_(),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,features:p}=aN(),m=p?.signUpDisabled===!0,[h,g]=(0,j.useState)(``),[_,v]=(0,j.useState)(``),[y,b]=(0,j.useState)(!1),[x,S]=(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||x)return;if(l.length===1){S(!0),f(l[0].id).catch(()=>void 0).finally(()=>S(!1));return}if(!p)return;if(l.length===0){if(p.multiOrgEnabled===!1){iP(n)?window.location.assign(aP(n)):window.location.assign(`/`);return}t({to:`/organizations/new`});return}if(p.multiOrgEnabled===!1){S(!0),f(l[0].id).catch(()=>void 0).finally(()=>S(!1));return}t({to:`/organizations`});return}if(!x){if(iP(n)){window.location.assign(aP(n));return}window.location.assign(`/`)}}},[o,a,t,n,l,u,d,x,f,p]),s||o?(0,M.jsx)(FN,{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)(FN,{children:[y?(0,M.jsx)(uN,{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:`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)(ON,{className:`text-center`,children:[(0,M.jsx)(kN,{className:`text-xl tracking-tight`,children:e(`auth.login.title`)}),(0,M.jsx)(AN,{children:e(`auth.login.description`)})]}),(0,M.jsx)(jN,{children:(0,M.jsx)(`form`,{onSubmit:async i=>{if(i.preventDefault(),r?.auth){b(!0);try{await r.auth.login({type:`email`,email:h,password:_}),await c(),K({title:e(`auth.login.welcomeToast`)})}catch(r){let i=r.message,a=r.code,o=(i||``).toLowerCase();if(a===`EMAIL_NOT_VERIFIED`||o.includes(`email`)&&(o.includes(`verif`)||o.includes(`not verified`))){t({to:`/verify-email-prompt`,search:{email:h,redirect:n}});return}K({title:e(`auth.login.failed`),description:i,variant:`destructive`})}finally{b(!1)}}},children:(0,M.jsxs)(`div`,{className:`flex flex-col gap-4`,children:[(0,M.jsx)(XN,{mode:`sign-in`,redirect:n}),(0,M.jsxs)(`div`,{className:`flex flex-col gap-2`,children:[(0,M.jsx)(WN,{htmlFor:`email`,children:e(`auth.emailLabel`)}),(0,M.jsx)(sS,{id:`email`,type:`email`,placeholder:e(`auth.emailPlaceholder`),autoComplete:`email`,required:!0,value:h,onChange:e=>g(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)(WN,{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)(sS,{id:`password`,type:`password`,autoComplete:`current-password`,required:!0,value:_,onChange:e=>v(e.target.value)})]}),(0,M.jsx)(Q,{type:`submit`,className:`w-full`,disabled:y,children:e(y?`auth.login.submitting`:`auth.login.submit`)}),m?null:(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.jsx)(QN,{termsUrl:p?.termsUrl,privacyUrl:p?.privacyUrl})]})]})}var sP=la(`/forgot-password`)({component:cP});function cP(){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)(FN,{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)(ON,{className:`text-center`,children:[(0,M.jsx)(kN,{className:`text-xl tracking-tight`,children:e(`auth.forgotPassword.checkEmailTitle`)}),(0,M.jsx)(AN,{children:e(`auth.forgotPassword.checkEmailDescription`,{email:t})})]}),(0,M.jsx)(jN,{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)(ON,{className:`text-center`,children:[(0,M.jsx)(kN,{className:`text-xl tracking-tight`,children:e(`auth.forgotPassword.title`)}),(0,M.jsx)(AN,{children:e(`auth.forgotPassword.description`)})]}),(0,M.jsx)(jN,{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/request-password-reset`,{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){K({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)(WN,{htmlFor:`email`,children:e(`auth.emailLabel`)}),(0,M.jsx)(sS,{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 lP=la(`/account`)({component:uP});function uP(){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 dP=la(`/`)({component:fP});function fP(){return(0,M.jsx)(Ui,{to:`/login`})}var pP=uy(`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 mP({className:e,variant:t,...n}){return(0,M.jsx)(`div`,{className:Z(pP({variant:t}),e),...n})}function hP({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 gP=la(`/organizations/`)({component:_P});function _P(){let{t:e}=vt(),{organizations:t,loading:n}=oN(),{session:r,setActiveOrganization:i,features:a}=aN(),o=Hi(),s=r?.activeOrganizationId??void 0,c=a?.multiOrgEnabled!==!1,l=async t=>{try{t!==s&&await i(t),o({to:`/organizations/$orgId`,params:{orgId:t}})}catch(t){K({title:e(`organizations.switchFailed`),description:t.message,variant:`destructive`})}},u=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)(hP,{icon:xy,title:e(`organizations.title`),description:e(`organizations.description`),actions:c?(0,M.jsxs)(Q,{onClick:()=>o({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)(Jy,{className:`mr-2 h-4 w-4`}),e(`organizations.newOrganization`)]}):null}),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)(xy,{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`)}),c&&(0,M.jsxs)(Q,{onClick:()=>o({to:`/organizations/new`}),className:`bg-brand-gradient text-primary-foreground shadow-sm shadow-primary/20`,children:[(0,M.jsx)(Jy,{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===s;return(0,M.jsx)($,{role:`button`,tabIndex:0,onClick:()=>l(t.id),onKeyDown:e=>{(e.key===`Enter`||e.key===` `)&&(e.preventDefault(),l(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:u(t.name)||(0,M.jsx)(xy,{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)(mP,{className:`gap-1 border-transparent bg-emerald-500/15 text-[10px] font-medium text-emerald-600 dark:text-emerald-400`,children:[(0,M.jsx)(Sy,{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)(wy,{className:`size-4 shrink-0 text-muted-foreground transition-transform group-hover:translate-x-0.5 group-hover:text-primary`})]})},t.id)})})]})})})}var vP=la(`/account/`)({component:yP});function yP(){let{t:e}=vt(),{user:t}=aN(),{organizations:n}=oN(),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:lb},{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:$y},{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:Qy},{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:Gy},{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:Vy},{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:Ry}];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)(XM,{className:`size-16 shrink-0 ring-4 ring-white/30 shadow-md sm:size-20`,children:[t?.image?(0,M.jsx)(ZM,{src:t.image,alt:t?.name??``}):null,(0,M.jsx)(QM,{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)(Wy,{className:`size-3.5`,"aria-hidden":!0}),(0,M.jsx)(`span`,{className:`truncate`,children:t?.email}),t?.emailVerified?(0,M.jsx)(mP,{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)(bP,{icon:Qy,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)(bP,{icon:xy,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)(by,{className:`size-3`})]})}),(0,M.jsx)(bP,{icon:t?.twoFactorEnabled?Qy:$y,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)(by,{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)(by,{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 bP({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)(jN,{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 xP=la(`/organizations/new`)({validateSearch:e=>{let t=e.redirect;return typeof t==`string`?{redirect:t}:{}},component:TP});function SP(e){return e.toLowerCase().trim().replace(/[^a-z0-9]+/g,`-`).replace(/^-+|-+$/g,``).slice(0,48)}function CP(e){return!!e&&e.startsWith(`/`)&&!e.startsWith(`//`)}function wP(e){return e.startsWith(`/_`)?e:`/_account/`.replace(/\/$/,``)+e}function TP(){let{t:e}=vt(),t=Hi(),{redirect:n}=xP.useSearch(),{create:r,creating:i}=sN(),{setActiveOrganization:a,reloadOrganizations:o,features:s}=aN(),[c,l]=(0,j.useState)(``),[u,d]=(0,j.useState)(``),[f,p]=(0,j.useState)(!1);(0,j.useEffect)(()=>{s&&s.multiOrgEnabled===!1&&t({to:`/organizations`})},[s,t]);let m=e=>{l(e),f||d(SP(e))};return(0,M.jsx)(FN,{formWidth:`md`,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)(ON,{className:`text-center`,children:[(0,M.jsx)(kN,{className:`text-xl tracking-tight`,children:e(`organizations.new.title`)}),(0,M.jsx)(AN,{children:e(`organizations.new.description`)})]}),(0,M.jsx)(jN,{children:(0,M.jsxs)(`form`,{onSubmit:async t=>{t.preventDefault();try{let t=await r({name:c,slug:u||void 0}),i=t?.data??t,s=i?.id??i?.organization?.id;s&&await a(s).catch(()=>{}),await o().catch(()=>{}),K({title:e(`organizations.new.successToast`)}),CP(n)?window.location.assign(wP(n)):window.location.assign(`/`)}catch(t){K({title:e(`organizations.new.failed`),description:t.message,variant:`destructive`})}},className:`flex flex-col gap-4`,children:[(0,M.jsxs)(`div`,{className:`flex flex-col gap-2`,children:[(0,M.jsx)(WN,{htmlFor:`name`,children:e(`organizations.new.name`)}),(0,M.jsx)(sS,{id:`name`,required:!0,autoFocus:!0,value:c,onChange:e=>m(e.target.value),placeholder:e(`organizations.new.namePlaceholder`)})]}),(0,M.jsxs)(`div`,{className:`flex flex-col gap-2`,children:[(0,M.jsx)(WN,{htmlFor:`slug`,children:e(`organizations.new.slug`)}),(0,M.jsx)(sS,{id:`slug`,value:u,onChange:e=>{d(e.target.value),p(!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.jsx)(Q,{type:`submit`,className:`w-full`,disabled:i||!c,children:e(i?`organizations.new.submitting`:`organizations.new.submit`)}),(0,M.jsx)(`p`,{className:`text-center text-sm text-muted-foreground`,children:(0,M.jsx)(ra,{to:`/organizations`,className:`font-medium text-primary underline-offset-4 hover:underline`,children:e(`organizations.new.cancel`)})})]})})]})})}var EP=la(`/organizations/$orgId`)({component:DP});function DP(){let{t:e}=vt(),{orgId:t}=EP.useParams(),{organizations:n}=oN(),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 OP(){let e=i_(),[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 kP(){let e=i_(),[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=i_(),[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 jP(){let e=i_(),[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 MP=la(`/oauth/consent`)({validateSearch:e=>e,component:NP});function NP(){let{t:e}=vt(),t=Hi(),n=i_(),{user:r,loading:i}=aN(),{submit:a,submitting:o}=jP(),[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}K({title:e(t?`oauth.consent.granted`:`oauth.consent.denied`),description:e(`oauth.consent.noRedirect`),variant:t?void 0:`destructive`})}catch(t){K({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)(ON,{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)(Ry,{className:`h-7 w-7 text-muted-foreground`})}),(0,M.jsx)(kN,{className:`text-xl`,children:e(`oauth.consent.title`,{appName:g})}),(0,M.jsx)(AN,{children:e(`oauth.consent.request`,{appName:g,suffix:r?.email?` (${r.email})`:``})})]}),(0,M.jsxs)(jN,{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)(Sy,{className:`mt-0.5 h-4 w-4 text-green-600 dark:text-green-400`}),(0,M.jsx)(`span`,{children:PP(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)(db,{className:`mr-2 h-4 w-4`}),e(`oauth.consent.deny`)]}),(0,M.jsxs)(Q,{onClick:()=>h(!0),disabled:o,children:[(0,M.jsx)(Sy,{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 PP(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 FP=la(`/auth/device`)({validateSearch:e=>({user_code:e.user_code??e.code??``}),component:LP});function IP({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)(Py,{className:`size-4`})}),`ObjectStack`]}),(0,M.jsx)(`div`,{className:`flex flex-col gap-6`,children:e})]})})}function LP(){let{t:e}=vt(),{user_code:t}=FP.useSearch(),{user:n,loading:r}=aN(),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)(IP,{children:(0,M.jsx)($,{children:(0,M.jsx)(ON,{className:`text-center`,children:(0,M.jsx)(AN,{children:e(`auth.device.loading`)})})})}):n?l?(0,M.jsx)(IP,{children:(0,M.jsx)($,{children:(0,M.jsxs)(ON,{className:`text-center`,children:[(0,M.jsx)(Dy,{className:`h-10 w-10 text-green-500 mx-auto mb-2`}),(0,M.jsx)(kN,{children:e(`auth.device.approvedTitle`)}),(0,M.jsx)(AN,{children:e(`auth.device.approvedDescription`)})]})})}):d?(0,M.jsx)(IP,{children:(0,M.jsx)($,{children:(0,M.jsxs)(ON,{className:`text-center`,children:[(0,M.jsx)(kN,{children:e(`auth.device.deniedTitle`)}),(0,M.jsx)(AN,{children:e(`auth.device.deniedDescription`)})]})})}):(0,M.jsx)(IP,{children:(0,M.jsxs)($,{children:[(0,M.jsxs)(ON,{className:`text-center`,children:[(0,M.jsx)(kN,{children:e(`auth.device.title`)}),(0,M.jsx)(AN,{children:e(`auth.device.subtitle`,{email:n.email})})]}),(0,M.jsxs)(jN,{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),K({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)(IP,{children:(0,M.jsx)($,{children:(0,M.jsxs)(ON,{className:`text-center`,children:[(0,M.jsx)(kN,{children:e(`auth.device.invalidTitle`)}),(0,M.jsx)(AN,{children:e(`auth.device.invalidDescription`)})]})})})}var RP=la(`/account/two-factor`)({component:zP});function zP(){let{t:e}=vt(),t=i_(),{user:n,loading:r,refresh:i}=aN(),[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){K({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}),K({title:e(`twoFactor.enableSuccess`)}),o(!0),f(null),v(``),await i()}catch(t){K({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}),K({title:e(`twoFactor.disableSuccess`)}),o(!1),S(``),te(null),await i()}catch(t){K({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(``),K({title:e(`twoFactor.backupCodes.regenerated`)})}catch(t){K({title:e(`twoFactor.backupCodes.regenerateFailed`),description:t.message,variant:`destructive`})}finally{O(!1)}},oe=async t=>{try{await navigator.clipboard.writeText(t.join(`
|
|
154
|
-
`)),K({title:e(`twoFactor.backupCodes.copied`)})}catch{K({title:e(`twoFactor.backupCodes.copyFailed`),variant:`destructive`})}},k=(0,M.jsx)(hP,{icon:Qy,title:e(`twoFactor.title`),description:e(`twoFactor.notEnabledDescription`),actions:a===!0?(0,M.jsx)(mP,{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)(mP,{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)(ON,{children:(0,M.jsx)(kN,{className:`text-base`,children:e(`twoFactor.loadingStatus`)})}),(0,M.jsxs)(jN,{className:`space-y-2`,children:[(0,M.jsx)(Qw,{className:`h-4 w-48`}),(0,M.jsx)(Qw,{className:`h-9 w-full`}),(0,M.jsx)(Qw,{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)(ON,{children:[(0,M.jsx)(kN,{className:`text-base`,children:e(`twoFactor.setupTitle`)}),(0,M.jsx)(AN,{children:e(`twoFactor.setupDescription`)})]}),(0,M.jsxs)(jN,{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)(hS,{}),(0,M.jsxs)(`form`,{onSubmit:re,className:`space-y-3`,children:[(0,M.jsxs)(`div`,{className:`space-y-1.5`,children:[(0,M.jsx)(WN,{htmlFor:`totp-code`,children:e(`twoFactor.verificationCode`)}),(0,M.jsx)(sS,{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)(ON,{children:[(0,M.jsx)(kN,{className:`text-base`,children:e(`twoFactor.enabledTitle`,{defaultValue:`Authenticator app`})}),(0,M.jsx)(AN,{children:e(`twoFactor.enabledDescription`)})]}),(0,M.jsx)(jN,{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)(WN,{htmlFor:`disable-password`,children:e(`twoFactor.password`)}),(0,M.jsx)(sS,{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)(ON,{children:[(0,M.jsxs)(kN,{className:`text-base flex items-center gap-2`,children:[(0,M.jsx)(Ry,{className:`h-4 w-4`}),e(`twoFactor.backupCodes.title`)]}),(0,M.jsx)(AN,{children:e(`twoFactor.backupCodes.description`)})]}),(0,M.jsxs)(jN,{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)(WN,{htmlFor:`backup-password`,children:e(`twoFactor.password`)}),(0,M.jsx)(sS,{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)(Yy,{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)(ON,{children:[(0,M.jsx)(kN,{className:`text-base`,children:e(`twoFactor.enable`)}),(0,M.jsx)(AN,{children:e(`twoFactor.notEnabledDescription`)})]}),(0,M.jsx)(jN,{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)(WN,{htmlFor:`enable-password`,children:e(`twoFactor.password`)}),(0,M.jsx)(sS,{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 BP=[[/Edg\//i,`Edge`],[/OPR\//i,`Opera`],[/Chrome\//i,`Chrome`],[/Firefox\//i,`Firefox`],[/Safari\//i,`Safari`]],VP=[[/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 HP(e){if(!e)return{browser:`Unknown`,os:`Unknown`,device:`desktop`,label:`Unknown device`,icon:Fy};let t=BP.find(([t])=>t.test(e))?.[1]??`Browser`,n=VP.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=Gy;return o=a===`mobile`?eb:a===`tablet`?nb:/Linux|Windows|Mac/i.test(e)?Gy:Fy,{browser:t,os:n,device:a,label:`${t} · ${n}`,icon:o}}var UP=la(`/account/sessions`)({component:WP});function WP(){let{t:e}=vt(),t=i_(),{session:n}=aN(),[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){K({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),K({title:e(`sessions.revoked`)}),await d()}catch(t){K({title:e(`sessions.revokeFailed`),description:t.message,variant:`destructive`})}finally{c(null)}},p=async()=>{u(!0);try{await t.auth.sessions.revokeOthers(),K({title:e(`sessions.othersRevoked`)}),await d()}catch(t){K({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)(hP,{icon:Gy,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)(Hy,{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)(jN,{className:`flex items-center gap-3 p-4`,children:[(0,M.jsx)(Qw,{className:`size-10 rounded-lg`}),(0,M.jsxs)(`div`,{className:`flex-1 space-y-2`,children:[(0,M.jsx)(Qw,{className:`h-4 w-40`}),(0,M.jsx)(Qw,{className:`h-3 w-64`})]})]})},e))}),!a&&r.length===0&&(0,M.jsx)($,{children:(0,M.jsxs)(jN,{className:`flex flex-col items-center gap-3 p-10 text-center text-sm text-muted-foreground`,children:[(0,M.jsx)(Gy,{className:`size-10 text-muted-foreground/50`}),e(`sessions.empty`)]})}),!a&&h&&(0,M.jsx)(GP,{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)(GP,{session:t,isCurrent:!1,revoking:s===t.token,onRevoke:()=>f(t.token),t:e},t.id))})]})]})}function GP({session:e,isCurrent:t,revoking:n,onRevoke:r,t:i}){let a=HP(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)(jN,{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)(mP,{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)(Hy,{className:`mr-1.5 h-4 w-4`}),i(`sessions.revoke`,{defaultValue:`Revoke`})]})]})})}var KP=Iw,qP=Lw,JP=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(Rw,{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=Rw.displayName;var YP=j.forwardRef(({className:e,children:t,...n},r)=>(0,M.jsxs)(qP,{children:[(0,M.jsx)(JP,{}),(0,M.jsxs)(zw,{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)(Hw,{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)(db,{className:`h-4 w-4`}),(0,M.jsx)(`span`,{className:`sr-only`,children:`Close`})]})]})]}));YP.displayName=zw.displayName;var XP=({className:e,...t})=>(0,M.jsx)(`div`,{className:Z(`flex flex-col space-y-1.5 text-center sm:text-left`,e),...t});XP.displayName=`DialogHeader`;var ZP=({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});ZP.displayName=`DialogFooter`;var QP=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(Bw,{ref:n,className:Z(`text-lg font-semibold leading-none tracking-tight`,e),...t}));QP.displayName=Bw.displayName;var $P=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(Vw,{ref:n,className:Z(`text-sm text-muted-foreground`,e),...t}));$P.displayName=Vw.displayName;var eF=la(`/account/security`)({component:tF});function tF(){let{t:e}=vt(),t=i_(),n=Hi(),{user:r,logout:i}=aN(),[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)(hP,{icon:$y,title:e(`security.title`),description:e(`security.description`)}),(0,M.jsxs)($,{children:[(0,M.jsxs)(ON,{children:[(0,M.jsxs)(kN,{className:`text-base flex items-center gap-2`,children:[(0,M.jsx)($y,{className:`h-4 w-4 text-primary`}),e(`security.changePasswordTitle`,{defaultValue:`Change password`})]}),(0,M.jsx)(AN,{children:e(`security.changePasswordDescription`,{defaultValue:`Use at least 8 characters. Mix letters, numbers and symbols for strength.`})})]}),(0,M.jsx)(jN,{children:(0,M.jsxs)(`form`,{onSubmit:async n=>{if(n.preventDefault(),s!==l){K({title:e(`security.passwordsMismatch`),variant:`destructive`});return}m(!0);try{await t.auth.changePassword({currentPassword:a,newPassword:s,revokeOtherSessions:d}),K({title:e(`security.changed`)}),o(``),c(``),u(``)}catch(t){K({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)(WN,{htmlFor:`current-password`,children:e(`security.currentPassword`)}),(0,M.jsx)(sS,{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)(WN,{htmlFor:`new-password`,children:e(`security.newPassword`)}),(0,M.jsx)(sS,{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)(WN,{htmlFor:`confirm-new-password`,children:e(`security.confirmPassword`)}),(0,M.jsx)(sS,{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)(ON,{children:[(0,M.jsxs)(kN,{className:`text-base flex items-center gap-2`,children:[(0,M.jsx)(Wy,{className:`h-4 w-4 text-primary`}),e(`security.email.title`)]}),(0,M.jsx)(AN,{children:e(`security.email.description`)})]}),(0,M.jsx)(jN,{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`}),K({title:e(`security.email.requested`),description:e(`security.email.checkInbox`,{email:h})}),g(``)}catch(t){K({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)(WN,{htmlFor:`current-email`,children:e(`security.email.current`)}),(0,M.jsx)(sS,{id:`current-email`,value:r?.email??``,disabled:!0})]}),(0,M.jsxs)(`div`,{className:`space-y-1.5`,children:[(0,M.jsx)(WN,{htmlFor:`new-email`,children:e(`security.email.new`)}),(0,M.jsx)(sS,{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)(ON,{children:[(0,M.jsxs)(kN,{className:`text-base flex items-center gap-2 text-destructive`,children:[(0,M.jsx)(ib,{className:`h-4 w-4`}),e(`security.delete.title`)]}),(0,M.jsx)(AN,{children:e(`security.delete.description`)})]}),(0,M.jsx)(jN,{children:(0,M.jsxs)(Q,{variant:`destructive`,onClick:()=>b(!0),children:[(0,M.jsx)(rb,{className:`mr-2 h-4 w-4`}),e(`security.delete.cta`)]})})]}),(0,M.jsx)(KP,{open:y,onOpenChange:b,children:(0,M.jsxs)(YP,{children:[(0,M.jsxs)(XP,{children:[(0,M.jsx)(QP,{children:e(`security.delete.dialogTitle`)}),(0,M.jsx)($P,{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)(WN,{htmlFor:`delete-password`,children:e(`security.delete.password`)}),(0,M.jsx)(sS,{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)(WN,{htmlFor:`delete-confirm`,children:e(`security.delete.typeEmail`,{email:r?.email??``})}),(0,M.jsx)(sS,{id:`delete-confirm`,value:C,onChange:e=>w(e.target.value),placeholder:r?.email??``})]})]}),(0,M.jsxs)(ZP,{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){K({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}),K({title:e(`security.delete.success`)});try{await i()}catch{}n({to:`/login`,replace:!0})}catch(t){K({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 nF=la(`/account/profile`)({component:rF});function rF(){let{t:e}=vt(),t=i_(),{user:n,refresh:r}=aN(),[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(),K({title:e(`profile.updated`)})}catch(t){K({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(),K({title:e(`profile.avatarUpdated`)})}catch(t){K({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)(XM,{className:`size-20 shrink-0 ring-4 ring-card shadow-md`,children:[o?(0,M.jsx)(ZM,{src:o,alt:n?.name??``}):null,(0,M.jsx)(QM,{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)(ab,{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)(ON,{children:[(0,M.jsx)(kN,{className:`text-base`,children:e(`profile.title`)}),(0,M.jsx)(AN,{children:e(`profile.description`)})]}),(0,M.jsx)(jN,{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)(WN,{htmlFor:`profile-email`,children:e(`profile.email`)}),(0,M.jsx)(sS,{id:`profile-email`,value:n?.email??``,disabled:!0})]}),(0,M.jsxs)(`div`,{className:`space-y-1.5`,children:[(0,M.jsx)(WN,{htmlFor:`profile-name`,children:e(`profile.name`)}),(0,M.jsx)(sS,{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 iF=la(`/account/linked-accounts`)({component:oF}),aF={google:`Google`,github:`GitHub`,microsoft:`Microsoft`,apple:`Apple`,discord:`Discord`,gitlab:`GitLab`,twitter:`Twitter / X`,facebook:`Facebook`};function oF(){let{t:e}=vt(),t=i_(),[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:aF[n.providerId]??n.providerId}))){s(n.id);try{await t.auth.accounts.unlink({providerId:n.providerId,accountId:n.accountId}),K({title:e(`linkedAccounts.unlinked`)}),await c()}catch(t){K({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):K({title:e(`linkedAccounts.linkFailed`),variant:`destructive`})}catch(t){K({title:e(`linkedAccounts.linkFailed`),description:t.message,variant:`destructive`})}},d=new Set(n.map(e=>e.providerId)),f=Object.keys(aF).filter(e=>!d.has(e));return(0,M.jsxs)(`div`,{className:`space-y-6`,children:[(0,M.jsx)(hP,{icon:Vy,title:e(`linkedAccounts.title`),description:e(`linkedAccounts.description`)}),(0,M.jsxs)($,{children:[(0,M.jsxs)(ON,{children:[(0,M.jsx)(kN,{className:`text-base`,children:e(`linkedAccounts.connectedTitle`,{defaultValue:`Connected providers`})}),(0,M.jsx)(AN,{children:e(`linkedAccounts.connectedDescription`,{defaultValue:`Sign-in providers currently linked to this account.`})})]}),(0,M.jsxs)(jN,{children:[i&&(0,M.jsxs)(`div`,{className:`space-y-3`,children:[(0,M.jsx)(Qw,{className:`h-12 w-full`}),(0,M.jsx)(Qw,{className:`h-12 w-full`})]}),!i&&n.length===0&&(0,M.jsxs)(`div`,{className:`text-center py-8`,children:[(0,M.jsx)(Vy,{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)(mP,{variant:`secondary`,children:aF[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)(By,{className:`mr-1 h-4 w-4`}),e(`linkedAccounts.unlink`)]})]},t.id))})]})]}),f.length>0&&(0,M.jsxs)($,{children:[(0,M.jsxs)(ON,{children:[(0,M.jsx)(kN,{className:`text-base`,children:e(`linkedAccounts.addTitle`)}),(0,M.jsx)(AN,{children:e(`linkedAccounts.addDescription`)})]}),(0,M.jsx)(jN,{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)(Jy,{className:`mr-1 h-3 w-3`}),aF[e]]},e))})})]})]})}function sF(e){let t=i_(),[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 cF(e){let t=i_(),[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 lF(){let e=i_(),[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 uF=la(`/account/invitations`)({component:dF});function dF(){let{t:e}=vt(),{invitations:t,loading:n,accept:r,reject:i}=lF(),a=t.filter(e=>e.status===`pending`),o=async t=>{try{await r(t),K({title:e(`invitations.accepted`)})}catch(t){K({title:e(`invitations.acceptFailed`),description:t.message,variant:`destructive`})}},s=async t=>{try{await i(t),K({title:e(`invitations.rejected`)})}catch(t){K({title:e(`invitations.rejectFailed`),description:t.message,variant:`destructive`})}};return(0,M.jsxs)(`div`,{className:`space-y-6`,children:[(0,M.jsx)(hP,{icon:Ly,title:e(`invitations.title`),description:e(`invitations.description`),actions:a.length>0?(0,M.jsx)(mP,{variant:`outline`,className:`font-medium`,children:e(`invitations.pendingCount`,{count:a.length,defaultValue:`{{count}} pending`})}):null}),(0,M.jsxs)($,{children:[(0,M.jsxs)(ON,{children:[(0,M.jsx)(kN,{className:`text-base`,children:e(`invitations.pendingTitle`,{defaultValue:`Pending invitations`})}),(0,M.jsx)(AN,{children:e(`invitations.pendingDescription`,{defaultValue:`Accept to join an organization, or reject to remove it from your inbox.`})})]}),(0,M.jsxs)(jN,{children:[n&&(0,M.jsxs)(`div`,{className:`space-y-3`,children:[(0,M.jsx)(Qw,{className:`h-12 w-full`}),(0,M.jsx)(Qw,{className:`h-12 w-full`})]}),!n&&a.length===0&&(0,M.jsxs)(`div`,{className:`text-center py-8`,children:[(0,M.jsx)(Ly,{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)(mP,{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)(Sy,{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)(db,{className:`mr-1 h-4 w-4`}),e(`invitations.reject`)]})]})]},t.id))})]})]})]})}var fF=la(`/accept-invitation/$invitationId`)({component:pF});function pF(){let{t:e}=vt(),{invitationId:t}=fF.useParams(),n=Hi(),r=i_(),{user:i,loading:a,reloadOrganizations:o}=aN(),[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.jsx)(`div`,{className:`flex w-full max-w-sm flex-col gap-6`,children:(0,M.jsxs)($,{children:[(0,M.jsxs)(ON,{className:`text-center`,children:[(0,M.jsx)(kN,{className:`text-xl`,children:e(`acceptInvitation.title`)}),(0,M.jsx)(AN,{children:e(`acceptInvitation.description`)})]}),(0,M.jsxs)(jN,{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(()=>{}),K({title:e(`acceptInvitation.accepted`)}),n({to:`/organizations`})}catch(t){K({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),K({title:e(`acceptInvitation.declined`)}),n({to:`/organizations`})}catch(t){K({title:e(`acceptInvitation.declineFailed`),description:t.message,variant:`destructive`})}finally{u(!1)}},disabled:s||l,children:e(l?`acceptInvitation.declining`:`acceptInvitation.decline`)})]})]})})})}var mF=la(`/organizations/$orgId/`)({component:()=>{let{orgId:e}=mF.useParams();return(0,M.jsx)(Ui,{to:`/organizations/$orgId/general`,params:{orgId:e},replace:!0})}}),hF=la(`/account/oauth-applications/`)({component:gF});function gF(){let{t:e}=vt(),t=Hi(),{applications:n,loading:r,reload:i}=OP(),{remove:a,deleting:o}=AP(),[s,c]=(0,j.useState)(null);return(0,M.jsxs)(`div`,{className:`space-y-6`,children:[(0,M.jsx)(hP,{icon:Ry,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)(Jy,{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)(jN,{className:`flex items-center gap-3 p-4`,children:[(0,M.jsx)(Qw,{className:`size-10 rounded-md`}),(0,M.jsxs)(`div`,{className:`flex-1 space-y-2`,children:[(0,M.jsx)(Qw,{className:`h-4 w-40`}),(0,M.jsx)(Qw,{className:`h-3 w-64`})]})]})},e))}):n.length===0?(0,M.jsx)($,{children:(0,M.jsxs)(jN,{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)(Ry,{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)(Jy,{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)(ON,{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)(Ry,{className:`h-5 w-5`})}),(0,M.jsxs)(`div`,{className:`min-w-0 flex-1`,children:[(0,M.jsx)(kN,{className:`text-base`,children:t.name}),(0,M.jsx)(AN,{className:`font-mono text-xs`,children:t.client_id})]}),(0,M.jsx)(mP,{variant:`outline`,className:`capitalize`,children:t.type}),t.disabled&&(0,M.jsx)(mP,{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)(rb,{className:`h-4 w-4`})})]})})},t.id))}),(0,M.jsx)(KP,{open:!!s,onOpenChange:e=>!e&&c(null),children:(0,M.jsxs)(YP,{children:[(0,M.jsxs)(XP,{children:[(0,M.jsx)(QP,{children:e(`oauth.applications.deleteDialogTitle`)}),(0,M.jsx)($P,{children:e(`oauth.applications.deleteDialogDescription`,{name:s?.name??``})})]}),(0,M.jsxs)(ZP,{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),K({title:e(`oauth.applications.deleted`)}),c(null),await i()}catch(t){K({title:e(`oauth.applications.deleteFailed`),description:t.message,variant:`destructive`})}},disabled:o,children:e(o?`oauth.applications.deleting`:`common.delete`)})]})]})})]})}function _F(e,[t,n]){return Math.min(n,Math.max(t,e))}function vF(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 yF=[` `,`Enter`,`ArrowUp`,`ArrowDown`],bF=[` `,`Enter`],xF=`Select`,[SF,CF,wF]=k_(xF),[TF,EF]=b_(xF,[wF,_D]),DF=_D(),[OF,kF]=TF(xF),[AF,jF]=TF(xF),MF=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=DF(t),[g,_]=j.useState(null),[v,y]=j.useState(null),[b,x]=j.useState(!1),S=fk(l),[C,w]=iv({prop:r,defaultProp:i??!1,onChange:a,caller:xF}),[T,E]=iv({prop:o,defaultProp:s,onChange:c,caller:xF}),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)(ND,{...h,children:(0,M.jsxs)(OF,{required:p,scope:t,trigger:g,onTriggerChange:_,valueNode:v,onValueNodeChange:y,valueNodeHasChildren:b,onValueNodeHasChildrenChange:x,contentId:vS(),value:T,onValueChange:E,open:C,onOpenChange:w,dir:S,triggerPointerDownPosRef:D,disabled:f,children:[(0,M.jsx)(SF.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)(DI,{"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]})})};MF.displayName=xF;var NF=`SelectTrigger`,PF=j.forwardRef((e,t)=>{let{__scopeSelect:n,disabled:r=!1,...i}=e,a=DF(n),o=kF(NF,n),s=o.disabled||r,c=v_(t,o.onTriggerChange),l=CF(n),u=j.useRef(`touch`),[d,f,p]=kI(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)(PD,{asChild:!0,...a,children:(0,M.jsx)(A_.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":OI(o.value)?``:void 0,...i,ref:c,onClick:q(i.onClick,e=>{e.currentTarget.focus(),u.current!==`mouse`&&m(e)}),onPointerDown:q(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:q(i.onKeyDown,e=>{let t=d.current!==``;!(e.ctrlKey||e.altKey||e.metaKey)&&e.key.length===1&&f(e.key),!(t&&e.key===` `)&&yF.includes(e.key)&&(m(),e.preventDefault())})})})});PF.displayName=NF;var FF=`SelectValue`,IF=j.forwardRef((e,t)=>{let{__scopeSelect:n,className:r,style:i,children:a,placeholder:o=``,...s}=e,c=kF(FF,n),{onValueNodeHasChildrenChange:l}=c,u=a!==void 0,d=v_(t,c.onValueNodeChange);return Y_(()=>{l(u)},[l,u]),(0,M.jsx)(A_.span,{...s,ref:d,style:{pointerEvents:`none`},children:OI(c.value)?(0,M.jsx)(M.Fragment,{children:o}):a})});IF.displayName=FF;var LF=`SelectIcon`,RF=j.forwardRef((e,t)=>{let{__scopeSelect:n,children:r,...i}=e;return(0,M.jsx)(A_.span,{"aria-hidden":!0,...i,ref:t,children:r||`▼`})});RF.displayName=LF;var zF=`SelectPortal`,BF=e=>(0,M.jsx)(Z_,{asChild:!0,...e});BF.displayName=zF;var VF=`SelectContent`,HF=j.forwardRef((e,t)=>{let n=kF(VF,e.__scopeSelect),[r,i]=j.useState();if(Y_(()=>{i(new DocumentFragment)},[]),!n.open){let t=r;return t?Gi.createPortal((0,M.jsx)(WF,{scope:e.__scopeSelect,children:(0,M.jsx)(SF.Slot,{scope:e.__scopeSelect,children:(0,M.jsx)(`div`,{children:e.children})})}),t):null}return(0,M.jsx)(JF,{...e,ref:t})});HF.displayName=VF;var UF=10,[WF,GF]=TF(VF),KF=`SelectContentImpl`,qF=S_(`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=kF(VF,n),[y,b]=j.useState(null),[x,S]=j.useState(null),C=v_(t,e=>b(e)),[w,T]=j.useState(null),[E,D]=j.useState(null),O=CF(n),[ee,te]=j.useState(!1),ne=j.useRef(!1);j.useEffect(()=>{if(y)return tw(y)},[y]),IS();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]=kI(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`?QF:XF,de=A===QF?{side:s,sideOffset:c,align:l,alignOffset:u,arrowPadding:d,collisionBoundary:f,collisionPadding:p,sticky:m,hideWhenDetached:h,avoidCollisions:g}:{};return(0,M.jsx)(WF,{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)(KC,{as:qF,allowPinchZoom:!0,children:(0,M.jsx)(CS,{asChild:!0,trapped:v.open,onMountAutoFocus:e=>{e.preventDefault()},onUnmountAutoFocus:q(i,e=>{v.trigger?.focus({preventScroll:!0}),e.preventDefault()}),children:(0,M.jsx)(B_,{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:q(_.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 YF=`SelectItemAlignedPosition`,XF=j.forwardRef((e,t)=>{let{__scopeSelect:n,onPlaced:r,...i}=e,a=kF(VF,n),o=GF(VF,n),[s,c]=j.useState(null),[l,u]=j.useState(null),d=v_(t,e=>u(e)),f=CF(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-UF,d=_F(a,[UF,Math.max(UF,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-UF,d=_F(a,[UF,Math.max(UF,u-l)]);s.style.minWidth=c+`px`,s.style.right=d+`px`}let o=f(),c=window.innerHeight-UF*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-UF,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=`${UF}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]);Y_(()=>y(),[y]);let[b,x]=j.useState();return Y_(()=>{l&&x(window.getComputedStyle(l).zIndex)},[l]),(0,M.jsx)($F,{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)(A_.div,{...i,ref:d,style:{boxSizing:`border-box`,maxHeight:`100%`,...i.style}})})})});XF.displayName=YF;var ZF=`SelectPopperPosition`,QF=j.forwardRef((e,t)=>{let{__scopeSelect:n,align:r=`start`,collisionPadding:i=UF,...a}=e,o=DF(n);return(0,M.jsx)(FD,{...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)`}})});QF.displayName=ZF;var[$F,eI]=TF(VF,{}),tI=`SelectViewport`,nI=j.forwardRef((e,t)=>{let{__scopeSelect:n,nonce:r,...i}=e,a=GF(tI,n),o=eI(tI,n),s=v_(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)(SF.Slot,{scope:n,children:(0,M.jsx)(A_.div,{"data-radix-select-viewport":``,role:`presentation`,...i,ref:s,style:{position:`relative`,flex:1,overflow:`hidden auto`,...i.style},onScroll:q(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-UF*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})})})]})});nI.displayName=tI;var rI=`SelectGroup`,[iI,aI]=TF(rI),oI=j.forwardRef((e,t)=>{let{__scopeSelect:n,...r}=e,i=vS();return(0,M.jsx)(iI,{scope:n,id:i,children:(0,M.jsx)(A_.div,{role:`group`,"aria-labelledby":i,...r,ref:t})})});oI.displayName=rI;var sI=`SelectLabel`,cI=j.forwardRef((e,t)=>{let{__scopeSelect:n,...r}=e,i=aI(sI,n);return(0,M.jsx)(A_.div,{id:i.id,...r,ref:t})});cI.displayName=sI;var lI=`SelectItem`,[uI,dI]=TF(lI),fI=j.forwardRef((e,t)=>{let{__scopeSelect:n,value:r,disabled:i=!1,textValue:a,...o}=e,s=kF(lI,n),c=GF(lI,n),l=s.value===r,[u,d]=j.useState(a??``),[f,p]=j.useState(!1),m=v_(t,e=>c.itemRefCallback?.(e,r,i)),h=vS(),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)(uI,{scope:n,value:r,disabled:i,textId:h,isSelected:l,onItemTextChange:j.useCallback(e=>{d(t=>t||(e?.textContent??``).trim())},[]),children:(0,M.jsx)(SF.ItemSlot,{scope:n,value:r,disabled:i,textValue:u,children:(0,M.jsx)(A_.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:q(o.onFocus,()=>p(!0)),onBlur:q(o.onBlur,()=>p(!1)),onClick:q(o.onClick,()=>{g.current!==`mouse`&&_()}),onPointerUp:q(o.onPointerUp,()=>{g.current===`mouse`&&_()}),onPointerDown:q(o.onPointerDown,e=>{g.current=e.pointerType}),onPointerMove:q(o.onPointerMove,e=>{g.current=e.pointerType,i?c.onItemLeave?.():g.current===`mouse`&&e.currentTarget.focus({preventScroll:!0})}),onPointerLeave:q(o.onPointerLeave,e=>{e.currentTarget===document.activeElement&&c.onItemLeave?.()}),onKeyDown:q(o.onKeyDown,e=>{c.searchRef?.current!==``&&e.key===` `||(bF.includes(e.key)&&_(),e.key===` `&&e.preventDefault())})})})})});fI.displayName=lI;var pI=`SelectItemText`,mI=j.forwardRef((e,t)=>{let{__scopeSelect:n,className:r,style:i,...a}=e,o=kF(pI,n),s=GF(pI,n),c=dI(pI,n),l=jF(pI,n),[u,d]=j.useState(null),f=v_(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 Y_(()=>(h(m),()=>g(m)),[h,g,m]),(0,M.jsxs)(M.Fragment,{children:[(0,M.jsx)(A_.span,{id:c.textId,...a,ref:f}),c.isSelected&&o.valueNode&&!o.valueNodeHasChildren?Gi.createPortal(a.children,o.valueNode):null]})});mI.displayName=pI;var hI=`SelectItemIndicator`,gI=j.forwardRef((e,t)=>{let{__scopeSelect:n,...r}=e;return dI(hI,n).isSelected?(0,M.jsx)(A_.span,{"aria-hidden":!0,...r,ref:t}):null});gI.displayName=hI;var _I=`SelectScrollUpButton`,vI=j.forwardRef((e,t)=>{let n=GF(_I,e.__scopeSelect),r=eI(_I,e.__scopeSelect),[i,a]=j.useState(!1),o=v_(t,r.onScrollButtonChange);return Y_(()=>{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)(xI,{...e,ref:o,onAutoScroll:()=>{let{viewport:e,selectedItem:t}=n;e&&t&&(e.scrollTop-=t.offsetHeight)}}):null});vI.displayName=_I;var yI=`SelectScrollDownButton`,bI=j.forwardRef((e,t)=>{let n=GF(yI,e.__scopeSelect),r=eI(yI,e.__scopeSelect),[i,a]=j.useState(!1),o=v_(t,r.onScrollButtonChange);return Y_(()=>{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)(xI,{...e,ref:o,onAutoScroll:()=>{let{viewport:e,selectedItem:t}=n;e&&t&&(e.scrollTop+=t.offsetHeight)}}):null});bI.displayName=yI;var xI=j.forwardRef((e,t)=>{let{__scopeSelect:n,onAutoScroll:r,...i}=e,a=GF(`SelectScrollButton`,n),o=j.useRef(null),s=CF(n),c=j.useCallback(()=>{o.current!==null&&(window.clearInterval(o.current),o.current=null)},[]);return j.useEffect(()=>()=>c(),[c]),Y_(()=>{s().find(e=>e.ref.current===document.activeElement)?.ref.current?.scrollIntoView({block:`nearest`})},[s]),(0,M.jsx)(A_.div,{"aria-hidden":!0,...i,ref:t,style:{flexShrink:0,...i.style},onPointerDown:q(i.onPointerDown,()=>{o.current===null&&(o.current=window.setInterval(r,50))}),onPointerMove:q(i.onPointerMove,()=>{a.onItemLeave?.(),o.current===null&&(o.current=window.setInterval(r,50))}),onPointerLeave:q(i.onPointerLeave,()=>{c()})})}),SI=`SelectSeparator`,CI=j.forwardRef((e,t)=>{let{__scopeSelect:n,...r}=e;return(0,M.jsx)(A_.div,{"aria-hidden":!0,...r,ref:t})});CI.displayName=SI;var wI=`SelectArrow`,TI=j.forwardRef((e,t)=>{let{__scopeSelect:n,...r}=e,i=DF(n),a=kF(wI,n),o=GF(wI,n);return a.open&&o.position===`popper`?(0,M.jsx)(ID,{...i,...r,ref:t}):null});TI.displayName=wI;var EI=`SelectBubbleInput`,DI=j.forwardRef(({__scopeSelect:e,value:t,...n},r)=>{let i=j.useRef(null),a=v_(r,i),o=vF(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)(A_.select,{...n,style:{...sv,...n.style},ref:a,defaultValue:t})});DI.displayName=EI;function OI(e){return e===``||e===void 0}function kI(e){let t=M_(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=jI(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 jI(e,t){return e.map((n,r)=>e[(t+r)%e.length])}var MI=MF,NI=PF,PI=IF,FI=RF,II=BF,LI=HF,RI=nI,zI=cI,BI=fI,VI=mI,HI=gI,UI=vI,WI=bI,GI=CI,KI=MI,qI=PI,JI=j.forwardRef(({className:e,children:t,...n},r)=>(0,M.jsxs)(NI,{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)(FI,{asChild:!0,children:(0,M.jsx)(Cy,{className:`h-4 w-4 opacity-50`})})]}));JI.displayName=NI.displayName;var YI=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(UI,{ref:n,className:Z(`flex cursor-default items-center justify-center py-1`,e),...t,children:(0,M.jsx)(Ty,{className:`h-4 w-4`})}));YI.displayName=UI.displayName;var XI=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(WI,{ref:n,className:Z(`flex cursor-default items-center justify-center py-1`,e),...t,children:(0,M.jsx)(Cy,{className:`h-4 w-4`})}));XI.displayName=WI.displayName;var ZI=j.forwardRef(({className:e,children:t,position:n=`popper`,...r},i)=>(0,M.jsx)(II,{children:(0,M.jsxs)(LI,{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)(YI,{}),(0,M.jsx)(RI,{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)(XI,{})]})}));ZI.displayName=LI.displayName;var QI=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(zI,{ref:n,className:Z(`px-2 py-1.5 text-sm font-semibold`,e),...t}));QI.displayName=zI.displayName;var $I=j.forwardRef(({className:e,children:t,...n},r)=>(0,M.jsxs)(BI,{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)(HI,{children:(0,M.jsx)(Sy,{className:`h-4 w-4`})})}),(0,M.jsx)(VI,{children:t})]}));$I.displayName=BI.displayName;var eL=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(GI,{ref:n,className:Z(`-mx-1 my-1 h-px bg-muted`,e),...t}));eL.displayName=GI.displayName;var tL=la(`/organizations/$orgId/teams`)({component:nL});function nL(){let{t:e}=vt(),{orgId:t}=tL.useParams(),n=i_(),{members:r}=sF(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}),K({title:e(`teams.created`)}),l(!1),d(``),await w()}catch(t){K({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}),K({title:e(`teams.deleted`)}),m===r.id&&h(null),await w()}catch(t){K({title:e(`teams.deleteFailed`),description:t.message,variant:`destructive`})}},O=async()=>{if(!(!m||!S))try{await n.organizations.teams.addMember({teamId:m,userId:S}),K({title:e(`teams.memberAdded`)}),x(!1),C(``),await T(m)}catch(t){K({title:e(`teams.addMemberFailed`),description:t.message,variant:`destructive`})}},ee=async(t,r)=>{try{await n.organizations.teams.removeMember({teamId:t,userId:r}),K({title:e(`teams.memberRemoved`)}),await T(t)}catch(t){K({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)(ON,{children:(0,M.jsxs)(`div`,{className:`flex items-center justify-between`,children:[(0,M.jsxs)(`div`,{children:[(0,M.jsx)(kN,{className:`text-base`,children:e(`teams.title`,{count:i.length})}),(0,M.jsx)(AN,{children:e(`teams.description`)})]}),(0,M.jsxs)(Q,{size:`sm`,onClick:()=>l(!0),children:[(0,M.jsx)(Jy,{className:`mr-2 h-4 w-4`}),e(`teams.create`)]})]})}),(0,M.jsxs)(jN,{children:[o&&(0,M.jsxs)(`div`,{className:`space-y-3`,children:[(0,M.jsx)(Qw,{className:`h-12 w-full`}),(0,M.jsx)(Qw,{className:`h-12 w-full`})]}),!o&&i.length===0&&(0,M.jsxs)(`div`,{className:`text-center py-8`,children:[(0,M.jsx)(cb,{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)(cM,{children:[(0,M.jsx)(lM,{asChild:!0,children:(0,M.jsx)(Q,{variant:`ghost`,size:`sm`,className:`h-8 w-8 p-0`,children:(0,M.jsx)(Ny,{className:`h-4 w-4`})})}),(0,M.jsx)(fM,{align:`end`,children:(0,M.jsxs)(pM,{className:`text-destructive`,onClick:()=>D(t),children:[(0,M.jsx)(rb,{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)(sb,{className:`mr-1 h-3 w-3`}),e(`teams.addMember`)]})]}),v&&(0,M.jsx)(Qw,{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)(ob,{className:`h-3 w-3`})})]},e.id)})]})]},t.id))})]})]}),(0,M.jsx)(KP,{open:c,onOpenChange:l,children:(0,M.jsxs)(YP,{children:[(0,M.jsxs)(XP,{children:[(0,M.jsx)(QP,{children:e(`teams.createTitle`)}),(0,M.jsx)($P,{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)(WN,{htmlFor:`team-name`,children:e(`teams.nameLabel`)}),(0,M.jsx)(sS,{id:`team-name`,required:!0,placeholder:e(`teams.namePlaceholder`),value:u,onChange:e=>d(e.target.value)})]})}),(0,M.jsxs)(ZP,{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)(YP,{children:[(0,M.jsxs)(XP,{children:[(0,M.jsx)(QP,{children:e(`teams.addMemberTitle`)}),(0,M.jsx)($P,{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)(WN,{children:e(`teams.selectMember`)}),(0,M.jsxs)(KI,{value:S,onValueChange:C,children:[(0,M.jsx)(JI,{children:(0,M.jsx)(qI,{placeholder:e(`teams.selectMemberPlaceholder`)})}),(0,M.jsx)(ZI,{children:re.map(e=>(0,M.jsx)($I,{value:e.userId,children:e.user?.name||e.user?.email||e.userId},e.userId))})]})]})}),(0,M.jsxs)(ZP,{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 rL=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}));rL.displayName=`Textarea`;var iL=la(`/organizations/$orgId/members`)({component:aL});function aL(){let{t:e}=vt(),{orgId:t}=iL.useParams(),{organizations:n}=oN(),{user:r}=aN(),i=i_(),a=n.find(e=>e.id===t),{members:o,loading:s,inviteMember:c,removeMember:l,updateMemberRole:u}=sF(t),{invitations:d,loading:f,cancelInvitation:p,resendInvitation:m}=cF(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){K({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?K({title:e(`organizations.members.invitePartialSuccess`,{sent:t.length-n,failed:n}),variant:`destructive`}):n===t.length?K({title:e(`organizations.members.inviteFailed`),variant:`destructive`}):K({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),K({title:e(`organizations.members.memberRemoved`)})}catch(t){K({title:e(`organizations.members.removeFailed`),description:t.message,variant:`destructive`})}},ae=async(t,n)=>{try{await u(t,n),K({title:e(`organizations.members.roleUpdated`)})}catch(t){K({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),K({title:e(`organizations.members.leftOrg`)}),window.location.assign(`/`)}catch(t){K({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),K({title:e(`organizations.members.invitationCanceled`)})}catch(t){K({title:e(`organizations.members.cancelFailed`),description:t.message,variant:`destructive`})}},se=async t=>{try{await m(t),K({title:e(`organizations.members.invitationResent`)})}catch(t){K({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),K({title:e(`organizations.members.linkCopied`)})}catch{K({title:e(`organizations.members.linkCopyFailed`),variant:`destructive`})}};return(0,M.jsxs)(`div`,{className:`space-y-6`,children:[(0,M.jsxs)($,{children:[(0,M.jsx)(ON,{children:(0,M.jsxs)(`div`,{className:`flex items-center justify-between`,children:[(0,M.jsxs)(`div`,{children:[(0,M.jsx)(kN,{className:`text-base`,children:e(`organizations.members.title`,{count:o.length})}),(0,M.jsx)(AN,{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)(Hy,{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)(sb,{className:`mr-2 h-4 w-4`}),e(`organizations.members.invite`)]})]})]})}),(0,M.jsxs)(jN,{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)(ub,{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)(mP,{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)(qI,{})}),(0,M.jsxs)(ZI,{children:[(0,M.jsx)($I,{value:`admin`,children:e(`common.roles.admin`)}),(0,M.jsx)($I,{value:`member`,children:e(`common.roles.member`)})]})]}):(0,M.jsx)(mP,{variant:`secondary`,className:`text-xs`,children:e(`common.roles.${t.role??`member`}`)}),ne&&t.role!==`owner`&&t.userId!==r?.id&&(0,M.jsxs)(cM,{children:[(0,M.jsx)(lM,{asChild:!0,children:(0,M.jsx)(Q,{variant:`ghost`,size:`sm`,className:`h-8 w-8 p-0`,children:(0,M.jsx)(Ny,{className:`h-4 w-4`})})}),(0,M.jsx)(fM,{align:`end`,children:(0,M.jsxs)(pM,{className:`text-destructive`,onClick:()=>ie(t.id,t.user?.name||t.user?.email||t.userId),children:[(0,M.jsx)(rb,{className:`mr-2 h-4 w-4`}),e(`organizations.members.removeMember`)]})})]})]})]},t.id))})]})]}),(0,M.jsxs)($,{children:[(0,M.jsx)(ON,{children:(0,M.jsxs)(`div`,{className:`flex items-center justify-between`,children:[(0,M.jsxs)(`div`,{children:[(0,M.jsx)(kN,{className:`text-base`,children:e(`organizations.members.pendingTitle`,{count:ee.length})}),(0,M.jsx)(AN,{children:e(`organizations.members.pendingDescription`)})]}),ne&&(0,M.jsxs)(Q,{size:`sm`,variant:`outline`,onClick:()=>g(!0),children:[(0,M.jsx)(sb,{className:`mr-2 h-4 w-4`}),e(`organizations.members.sendInvitation`)]})]})}),(0,M.jsxs)(jN,{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)(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(`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)(mP,{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)(jy,{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)(Yy,{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)(db,{className:`h-4 w-4`})})]})]},t.id))})]})]}),(0,M.jsx)(KP,{open:h,onOpenChange:g,children:(0,M.jsxs)(YP,{children:[(0,M.jsxs)(XP,{children:[(0,M.jsx)(QP,{children:e(`organizations.members.inviteDialogTitle`)}),(0,M.jsx)($P,{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)(WN,{children:e(`organizations.members.bulkEmails`)}),(0,M.jsx)(rL,{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)(WN,{htmlFor:`invite-email`,children:e(`organizations.members.email`)}),(0,M.jsx)(sS,{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)(WN,{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)(qI,{})}),(0,M.jsxs)(ZI,{children:[(0,M.jsx)($I,{value:`owner`,children:e(`common.roles.owner`)}),(0,M.jsx)($I,{value:`admin`,children:e(`common.roles.admin`)}),(0,M.jsx)($I,{value:`member`,children:e(`common.roles.member`)})]})]})]})]}),(0,M.jsxs)(ZP,{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 oL=la(`/organizations/$orgId/general`)({component:sL});function sL(){let{t:e}=vt(),{orgId:t}=oL.useParams(),n=Hi(),{organizations:r}=oN(),{session:i,user:a,setActiveOrganization:o}=aN(),s=r.find(e=>e.id===t),{members:c}=sF(t),{invitations:l}=cF(t),{remove:u,deleting:d}=lN(),{update:f,updating:p}=cN(),[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)(mP,{variant:`outline`,children:e(`organizations.active`)}),E&&(0,M.jsx)(mP,{variant:`secondary`,className:`capitalize`,children:e(`common.roles.${E}`)})]}),!w&&(0,M.jsx)(Q,{size:`sm`,variant:`outline`,onClick:async()=>{try{await o(t),K({title:e(`organizations.general.switched`)})}catch(t){K({title:e(`organizations.general.switchFailed`),description:t.message,variant:`destructive`})}},children:e(`organizations.general.setActive`)})]}),(0,M.jsxs)($,{children:[(0,M.jsxs)(ON,{children:[(0,M.jsx)(kN,{children:e(`organizations.general.detailsTitle`)}),(0,M.jsx)(AN,{children:e(D?`organizations.general.detailsDescription`:`organizations.general.detailsReadOnly`)})]}),(0,M.jsxs)(jN,{className:`space-y-4`,children:[(0,M.jsxs)(`div`,{className:`space-y-2`,children:[(0,M.jsx)(WN,{htmlFor:`org-name`,children:e(`organizations.new.name`)}),(0,M.jsx)(sS,{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)(WN,{htmlFor:`org-slug`,children:e(`organizations.new.slug`)}),(0,M.jsx)(sS,{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)(WN,{htmlFor:`org-logo`,children:e(`organizations.general.logo`)}),(0,M.jsx)(sS,{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)(jN,{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){K({title:e(`organizations.general.nameRequired`),variant:`destructive`});return}try{await f(t,{name:n,slug:g.trim()||void 0,logo:v.trim()||void 0}),K({title:e(`organizations.general.updated`)})}catch(t){K({title:e(`organizations.general.updateFailed`),description:t.message,variant:`destructive`})}},disabled:!O||p,children:[(0,M.jsx)(Xy,{className:`mr-2 h-4 w-4`}),e(p?`common.saving`:`organizations.general.save`)]})]})]}),(0,M.jsxs)($,{children:[(0,M.jsx)(ON,{children:(0,M.jsx)(kN,{className:`text-base`,children:e(`organizations.general.overviewTitle`)})}),(0,M.jsxs)(jN,{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)(ON,{children:[(0,M.jsx)(kN,{className:`text-base text-destructive`,children:e(`organizations.general.dangerTitle`)}),(0,M.jsx)(AN,{children:e(`organizations.general.dangerDescription`)})]}),(0,M.jsx)(jN,{children:(0,M.jsxs)(Q,{variant:`destructive`,size:`sm`,onClick:()=>x(!0),disabled:d,children:[(0,M.jsx)(rb,{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)(YP,{children:[(0,M.jsxs)(XP,{children:[(0,M.jsx)(QP,{className:`text-destructive`,children:e(`organizations.general.deleteDialogTitle`)}),(0,M.jsx)($P,{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)(WN,{htmlFor:`delete-confirm`,children:e(`organizations.general.deleteDialogLabel`,{name:s?.name??``})}),(0,M.jsx)(sS,{id:`delete-confirm`,value:S,onChange:e=>C(e.target.value),placeholder:s?.name??``,disabled:d})]})}),(0,M.jsxs)(ZP,{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){K({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;K({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){K({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 cL=la(`/account/oauth-applications/new`)({component:lL});function lL(){let{t:e}=vt(),t=Hi(),{register:n,registering:r}=kP(),[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){K({title:e(`oauth.applications.form.nameRequired`),variant:`destructive`});return}if(r.length===0){K({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}),K({title:e(`oauth.applications.registered`)})}catch(t){K({title:e(`oauth.applications.registerFailed`),description:t.message,variant:`destructive`})}},_=(t,n)=>{navigator.clipboard.writeText(t).then(()=>K({title:e(`oauth.applications.copied`,{label:n})}),()=>K({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)(ON,{children:[(0,M.jsx)(kN,{children:e(`oauth.applications.credentials`)}),(0,M.jsx)(AN,{children:e(`oauth.applications.credentialsDescription`)})]}),(0,M.jsxs)(jN,{className:`space-y-4`,children:[(0,M.jsxs)(`div`,{className:`space-y-1`,children:[(0,M.jsx)(WN,{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)(WN,{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)(ON,{children:(0,M.jsxs)(kN,{className:`flex items-center gap-2 text-base`,children:[(0,M.jsx)(Ry,{className:`h-4 w-4`}),e(`oauth.applications.form.details`)]})}),(0,M.jsxs)(jN,{className:`space-y-4`,children:[(0,M.jsxs)(`div`,{className:`space-y-2`,children:[(0,M.jsx)(WN,{htmlFor:`oauth-name`,children:e(`oauth.applications.form.name`)}),(0,M.jsx)(sS,{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)(WN,{htmlFor:`oauth-redirect`,children:e(`oauth.applications.form.redirectUris`)}),(0,M.jsx)(rL,{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)(WN,{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)(qI,{})}),(0,M.jsxs)(ZI,{children:[(0,M.jsx)($I,{value:`client_secret_basic`,children:e(`oauth.applications.form.authMethodBasic`)}),(0,M.jsx)($I,{value:`client_secret_post`,children:e(`oauth.applications.form.authMethodPost`)}),(0,M.jsx)($I,{value:`none`,children:e(`oauth.applications.form.authMethodNone`)})]})]})]}),(0,M.jsxs)(`div`,{className:`space-y-2`,children:[(0,M.jsx)(WN,{htmlFor:`oauth-client-uri`,children:e(`oauth.applications.form.clientUri`)}),(0,M.jsx)(sS,{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)(WN,{htmlFor:`oauth-logo`,children:e(`oauth.applications.form.logoUri`)}),(0,M.jsx)(sS,{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 uL=la(`/account/oauth-applications/$clientId`)({component:dL});function dL(){let{t:e}=vt(),{clientId:t}=uL.useParams(),n=Hi(),{applications:r,loading:i,reload:a}=OP(),{remove:o,deleting:s}=AP(),c=i_(),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(()=>K({title:e(`oauth.applications.copied`,{label:n})}),()=>K({title:e(`oauth.applications.copyFailed`,{label:n}),variant:`destructive`}))},g=async()=>{if(f)try{await o(f.client_id),K({title:e(`oauth.applications.deleted`)}),await a(),n({to:`/account/oauth-applications`})}catch(t){K({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)(mP,{variant:`outline`,className:`capitalize`,children:f.type}),f.disabled&&(0,M.jsx)(mP,{variant:`destructive`,children:e(`oauth.applications.disabled`)})]})]}),(0,M.jsxs)($,{children:[(0,M.jsxs)(ON,{children:[(0,M.jsx)(kN,{children:e(`oauth.applications.credentials`)}),(0,M.jsx)(AN,{children:e(`oauth.applications.credentialsDescriptionDetail`)})]}),(0,M.jsxs)(jN,{className:`space-y-4`,children:[(0,M.jsxs)(`div`,{className:`space-y-1`,children:[(0,M.jsx)(WN,{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)(WN,{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)(ON,{children:[(0,M.jsx)(kN,{className:`text-base text-destructive`,children:e(`oauth.applications.dangerTitle`)}),(0,M.jsx)(AN,{children:e(`oauth.applications.dangerDescription`)})]}),(0,M.jsx)(jN,{children:(0,M.jsxs)(Q,{variant:`destructive`,size:`sm`,onClick:()=>m(!0),disabled:s,children:[(0,M.jsx)(rb,{className:`mr-2 h-4 w-4`}),e(`oauth.applications.delete`)]})})]}),(0,M.jsx)(KP,{open:p,onOpenChange:m,children:(0,M.jsxs)(YP,{children:[(0,M.jsxs)(XP,{children:[(0,M.jsx)(QP,{className:`text-destructive`,children:e(`oauth.applications.deleteDialogTitle`)}),(0,M.jsx)($P,{children:e(`oauth.applications.deleteDialogDescription`,{name:f.name})})]}),(0,M.jsxs)(ZP,{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 fL=IN.update({id:`/verify-email-prompt`,path:`/verify-email-prompt`,getParentRoute:()=>DN}),pL=RN.update({id:`/verify-email`,path:`/verify-email`,getParentRoute:()=>DN}),mL=GN.update({id:`/setup`,path:`/setup`,getParentRoute:()=>DN}),hL=JN.update({id:`/reset-password`,path:`/reset-password`,getParentRoute:()=>DN}),gL=$N.update({id:`/register`,path:`/register`,getParentRoute:()=>DN}),_L=rP.update({id:`/login`,path:`/login`,getParentRoute:()=>DN}),vL=sP.update({id:`/forgot-password`,path:`/forgot-password`,getParentRoute:()=>DN}),yL=lP.update({id:`/account`,path:`/account`,getParentRoute:()=>DN}),bL=dP.update({id:`/`,path:`/`,getParentRoute:()=>DN}),xL=gP.update({id:`/organizations/`,path:`/organizations/`,getParentRoute:()=>DN}),SL=vP.update({id:`/`,path:`/`,getParentRoute:()=>yL}),CL=xP.update({id:`/organizations/new`,path:`/organizations/new`,getParentRoute:()=>DN}),wL=EP.update({id:`/organizations/$orgId`,path:`/organizations/$orgId`,getParentRoute:()=>DN}),TL=MP.update({id:`/oauth/consent`,path:`/oauth/consent`,getParentRoute:()=>DN}),EL=FP.update({id:`/auth/device`,path:`/auth/device`,getParentRoute:()=>DN}),DL=RP.update({id:`/two-factor`,path:`/two-factor`,getParentRoute:()=>yL}),OL=UP.update({id:`/sessions`,path:`/sessions`,getParentRoute:()=>yL}),kL=eF.update({id:`/security`,path:`/security`,getParentRoute:()=>yL}),AL=nF.update({id:`/profile`,path:`/profile`,getParentRoute:()=>yL}),jL=iF.update({id:`/linked-accounts`,path:`/linked-accounts`,getParentRoute:()=>yL}),ML=uF.update({id:`/invitations`,path:`/invitations`,getParentRoute:()=>yL}),NL=fF.update({id:`/accept-invitation/$invitationId`,path:`/accept-invitation/$invitationId`,getParentRoute:()=>DN}),PL=mF.update({id:`/`,path:`/`,getParentRoute:()=>wL}),FL=hF.update({id:`/oauth-applications/`,path:`/oauth-applications/`,getParentRoute:()=>yL}),IL=tL.update({id:`/teams`,path:`/teams`,getParentRoute:()=>wL}),LL=iL.update({id:`/members`,path:`/members`,getParentRoute:()=>wL}),RL=oL.update({id:`/general`,path:`/general`,getParentRoute:()=>wL}),zL=cL.update({id:`/oauth-applications/new`,path:`/oauth-applications/new`,getParentRoute:()=>yL}),BL={AccountInvitationsRoute:ML,AccountLinkedAccountsRoute:jL,AccountProfileRoute:AL,AccountSecurityRoute:kL,AccountSessionsRoute:OL,AccountTwoFactorRoute:DL,AccountIndexRoute:SL,AccountOauthApplicationsClientIdRoute:uL.update({id:`/oauth-applications/$clientId`,path:`/oauth-applications/$clientId`,getParentRoute:()=>yL}),AccountOauthApplicationsNewRoute:zL,AccountOauthApplicationsIndexRoute:FL},VL=yL._addFileChildren(BL),HL={OrganizationsOrgIdGeneralRoute:RL,OrganizationsOrgIdMembersRoute:LL,OrganizationsOrgIdTeamsRoute:IL,OrganizationsOrgIdIndexRoute:PL},UL={IndexRoute:bL,AccountRoute:VL,ForgotPasswordRoute:vL,LoginRoute:_L,RegisterRoute:gL,ResetPasswordRoute:hL,SetupRoute:mL,VerifyEmailRoute:pL,VerifyEmailPromptRoute:fL,AcceptInvitationInvitationIdRoute:NL,AuthDeviceRoute:EL,OauthConsentRoute:TL,OrganizationsOrgIdRoute:wL._addFileChildren(HL),OrganizationsNewRoute:CL,OrganizationsIndexRoute:xL},WL=DN._addFileChildren(UL)._addFileTypes();function GL(){let e=`/_account/`;return e.endsWith(`/`)?e.slice(0,-1):e}var KL=wa({routeTree:WL,basepath:GL()});function qL(){return(0,M.jsx)(Da,{router:KL})}var JL=typeof localStorage<`u`&&localStorage.getItem(`account.lang`)||typeof navigator<`u`&&navigator.language||`en`;function YL({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}Jf.createRoot(document.getElementById(`root`)).render((0,M.jsx)(j.StrictMode,{children:(0,M.jsx)(_t,{config:{defaultLanguage:JL,fallbackLanguage:`en`},loadLanguage:EM,children:(0,M.jsx)(YL,{children:(0,M.jsx)(qL,{})})})}));
|
|
153
|
+
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},Iw=`DialogDescriptionWarning`,Lw=({contentRef:e,descriptionId:t})=>{let n=`Warning: Missing \`Description\` or \`aria-describedby={undefined}\` for {${Pw(Iw).contentName}}.`;return j.useEffect(()=>{let r=e.current?.getAttribute(`aria-describedby`);t&&r&&(document.getElementById(t)||console.warn(n))},[n,e,t]),null},Rw=lw,zw=hw,Bw=_w,Vw=xw,Hw=Ew,Uw=Ow,Ww=Aw,Gw=Rw,Kw=zw,qw=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(Bw,{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}));qw.displayName=Bw.displayName;var Jw=fy(`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`}}),Yw=j.forwardRef(({side:e=`right`,className:t,children:n,...r},i)=>(0,M.jsxs)(Kw,{children:[(0,M.jsx)(qw,{}),(0,M.jsxs)(Vw,{ref:i,className:Z(Jw({side:e}),t),...r,children:[n,(0,M.jsxs)(Ww,{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)(pb,{className:`h-4 w-4`}),(0,M.jsx)(`span`,{className:`sr-only`,children:`Close`})]})]})]}));Yw.displayName=Vw.displayName;var Xw=({className:e,...t})=>(0,M.jsx)(`div`,{className:Z(`flex flex-col space-y-2 text-center sm:text-left`,e),...t});Xw.displayName=`SheetHeader`;var Zw=({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});Zw.displayName=`SheetFooter`;var Qw=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(Hw,{ref:n,className:Z(`text-lg font-semibold text-foreground`,e),...t}));Qw.displayName=Hw.displayName;var $w=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(Uw,{ref:n,className:Z(`text-sm text-muted-foreground`,e),...t}));$w.displayName=Uw.displayName;function eT({className:e,...t}){return(0,M.jsx)(`div`,{className:Z(`bg-muted animate-pulse rounded-md`,e),...t})}var tT=[`top`,`right`,`bottom`,`left`],nT=Math.min,rT=Math.max,iT=Math.round,aT=Math.floor,oT=e=>({x:e,y:e}),sT={left:`right`,right:`left`,bottom:`top`,top:`bottom`};function cT(e,t,n){return rT(e,nT(t,n))}function lT(e,t){return typeof e==`function`?e(t):e}function uT(e){return e.split(`-`)[0]}function dT(e){return e.split(`-`)[1]}function fT(e){return e===`x`?`y`:`x`}function pT(e){return e===`y`?`height`:`width`}function mT(e){let t=e[0];return t===`t`||t===`b`?`y`:`x`}function hT(e){return fT(mT(e))}function gT(e,t,n){n===void 0&&(n=!1);let r=dT(e),i=hT(e),a=pT(i),o=i===`x`?r===(n?`end`:`start`)?`right`:`left`:r===`start`?`bottom`:`top`;return t.reference[a]>t.floating[a]&&(o=TT(o)),[o,TT(o)]}function _T(e){let t=TT(e);return[vT(e),t,vT(t)]}function vT(e){return e.includes(`start`)?e.replace(`start`,`end`):e.replace(`end`,`start`)}var yT=[`left`,`right`],bT=[`right`,`left`],xT=[`top`,`bottom`],ST=[`bottom`,`top`];function CT(e,t,n){switch(e){case`top`:case`bottom`:return n?t?bT:yT:t?yT:bT;case`left`:case`right`:return t?xT:ST;default:return[]}}function wT(e,t,n,r){let i=dT(e),a=CT(uT(e),n===`start`,r);return i&&(a=a.map(e=>e+`-`+i),t&&(a=a.concat(a.map(vT)))),a}function TT(e){let t=uT(e);return sT[t]+e.slice(t.length)}function ET(e){return{top:0,right:0,bottom:0,left:0,...e}}function DT(e){return typeof e==`number`?{top:e,right:e,bottom:e,left:e}:ET(e)}function OT(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 kT(e,t,n){let{reference:r,floating:i}=e,a=mT(t),o=hT(t),s=pT(o),c=uT(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(dT(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 AT(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}=lT(t,e),p=DT(f),m=o[d?u===`floating`?`reference`:`floating`:u],h=OT(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=OT(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 jT=50,MT=async(e,t,n)=>{let{placement:r=`bottom`,strategy:i=`absolute`,middleware:a=[],platform:o}=n,s=o.detectOverflow?o:{...o,detectOverflow:AT},c=await(o.isRTL==null?void 0:o.isRTL(t)),l=await o.getElementRects({reference:e,floating:t,strategy:i}),{x:u,y:d}=kT(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<jT&&(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}=kT(l,f,c)),n=-1)}return{x:u,y:d,placement:f,strategy:i,middlewareData:m}},NT=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}=lT(e,t)||{};if(l==null)return{};let d=DT(u),f={x:n,y:r},p=hT(i),m=pT(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=nT(d[_],T),D=nT(d[v],T),O=E,ee=C-h[m]-D,te=C/2-h[m]/2+w,ne=cT(O,te,ee),re=!c.arrow&&dT(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}=lT(e,t);if((n=i.arrow)!=null&&n.alignmentOffset)return{};let g=uT(r),_=mT(o),v=uT(o)===o,y=await(s.isRTL==null?void 0:s.isRTL(c.floating)),b=d||(v||!m?[TT(o)]:_T(o)),x=p!==`none`;!d&&x&&b.push(...wT(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=gT(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`&&_!==mT(t))||T.every(e=>mT(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=mT(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 FT(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function IT(e){return tT.some(t=>e[t]>=0)}var LT=function(e){return e===void 0&&(e={}),{name:`hide`,options:e,async fn(t){let{rects:n,platform:r}=t,{strategy:i=`referenceHidden`,...a}=lT(e,t);switch(i){case`referenceHidden`:{let e=FT(await r.detectOverflow(t,{...a,elementContext:`reference`}),n.reference);return{data:{referenceHiddenOffsets:e,referenceHidden:IT(e)}}}case`escaped`:{let e=FT(await r.detectOverflow(t,{...a,altBoundary:!0}),n.floating);return{data:{escapedOffsets:e,escaped:IT(e)}}}default:return{}}}}},RT=new Set([`left`,`top`]);async function zT(e,t){let{placement:n,platform:r,elements:i}=e,a=await(r.isRTL==null?void 0:r.isRTL(i.floating)),o=uT(n),s=dT(n),c=mT(n)===`y`,l=RT.has(o)?-1:1,u=a&&c?-1:1,d=lT(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 BT=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 zT(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}}}}},VT=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}=lT(e,t),u={x:n,y:r},d=await a.detectOverflow(t,l),f=mT(uT(i)),p=fT(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=cT(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=cT(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}}}}}},HT=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}=lT(e,t),u={x:n,y:r},d=mT(i),f=fT(d),p=u[f],m=u[d],h=lT(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=RT.has(uT(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}}}},UT=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}=lT(e,t),u=await o.detectOverflow(t,l),d=uT(i),f=dT(i),p=mT(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=nT(h-u[g],v),x=nT(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=rT(u.left,0),t=rT(u.right,0),n=rT(u.top,0),r=rT(u.bottom,0);p?w=m-2*(e!==0||t!==0?e+t:rT(u.left,u.right)):C=h-2*(n!==0||r!==0?n+r:rT(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 WT(){return typeof window<`u`}function GT(e){return JT(e)?(e.nodeName||``).toLowerCase():`#document`}function KT(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function qT(e){return((JT(e)?e.ownerDocument:e.document)||window.document)?.documentElement}function JT(e){return WT()?e instanceof Node||e instanceof KT(e).Node:!1}function YT(e){return WT()?e instanceof Element||e instanceof KT(e).Element:!1}function XT(e){return WT()?e instanceof HTMLElement||e instanceof KT(e).HTMLElement:!1}function ZT(e){return!WT()||typeof ShadowRoot>`u`?!1:e instanceof ShadowRoot||e instanceof KT(e).ShadowRoot}function QT(e){let{overflow:t,overflowX:n,overflowY:r,display:i}=lE(e);return/auto|scroll|overlay|hidden|clip/.test(t+r+n)&&i!==`inline`&&i!==`contents`}function $T(e){return/^(table|td|th)$/.test(GT(e))}function eE(e){try{if(e.matches(`:popover-open`))return!0}catch{}try{return e.matches(`:modal`)}catch{return!1}}var tE=/transform|translate|scale|rotate|perspective|filter/,nE=/paint|layout|strict|content/,rE=e=>!!e&&e!==`none`,iE;function aE(e){let t=YT(e)?lE(e):e;return rE(t.transform)||rE(t.translate)||rE(t.scale)||rE(t.rotate)||rE(t.perspective)||!sE()&&(rE(t.backdropFilter)||rE(t.filter))||tE.test(t.willChange||``)||nE.test(t.contain||``)}function oE(e){let t=dE(e);for(;XT(t)&&!cE(t);){if(aE(t))return t;if(eE(t))return null;t=dE(t)}return null}function sE(){return iE??=typeof CSS<`u`&&CSS.supports&&CSS.supports(`-webkit-backdrop-filter`,`none`),iE}function cE(e){return/^(html|body|#document)$/.test(GT(e))}function lE(e){return KT(e).getComputedStyle(e)}function uE(e){return YT(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function dE(e){if(GT(e)===`html`)return e;let t=e.assignedSlot||e.parentNode||ZT(e)&&e.host||qT(e);return ZT(t)?t.host:t}function fE(e){let t=dE(e);return cE(t)?e.ownerDocument?e.ownerDocument.body:e.body:XT(t)&&QT(t)?t:fE(t)}function pE(e,t,n){t===void 0&&(t=[]),n===void 0&&(n=!0);let r=fE(e),i=r===e.ownerDocument?.body,a=KT(r);if(i){let e=mE(a);return t.concat(a,a.visualViewport||[],QT(r)?r:[],e&&n?pE(e):[])}else return t.concat(r,pE(r,[],n))}function mE(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function hE(e){let t=lE(e),n=parseFloat(t.width)||0,r=parseFloat(t.height)||0,i=XT(e),a=i?e.offsetWidth:n,o=i?e.offsetHeight:r,s=iT(n)!==a||iT(r)!==o;return s&&(n=a,r=o),{width:n,height:r,$:s}}function gE(e){return YT(e)?e:e.contextElement}function _E(e){let t=gE(e);if(!XT(t))return oT(1);let n=t.getBoundingClientRect(),{width:r,height:i,$:a}=hE(t),o=(a?iT(n.width):n.width)/r,s=(a?iT(n.height):n.height)/i;return(!o||!Number.isFinite(o))&&(o=1),(!s||!Number.isFinite(s))&&(s=1),{x:o,y:s}}var vE=oT(0);function yE(e){let t=KT(e);return!sE()||!t.visualViewport?vE:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function bE(e,t,n){return t===void 0&&(t=!1),!n||t&&n!==KT(e)?!1:t}function xE(e,t,n,r){t===void 0&&(t=!1),n===void 0&&(n=!1);let i=e.getBoundingClientRect(),a=gE(e),o=oT(1);t&&(r?YT(r)&&(o=_E(r)):o=_E(e));let s=bE(a,n,r)?yE(a):oT(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=KT(a),t=r&&YT(r)?KT(r):r,n=e,i=mE(n);for(;i&&r&&t!==n;){let e=_E(i),t=i.getBoundingClientRect(),r=lE(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=KT(i),i=mE(n)}}return OT({width:u,height:d,x:c,y:l})}function SE(e,t){let n=uE(e).scrollLeft;return t?t.left+n:xE(qT(e)).left+n}function CE(e,t){let n=e.getBoundingClientRect();return{x:n.left+t.scrollLeft-SE(e,n),y:n.top+t.scrollTop}}function wE(e){let{elements:t,rect:n,offsetParent:r,strategy:i}=e,a=i===`fixed`,o=qT(r),s=t?eE(t.floating):!1;if(r===o||s&&a)return n;let c={scrollLeft:0,scrollTop:0},l=oT(1),u=oT(0),d=XT(r);if((d||!d&&!a)&&((GT(r)!==`body`||QT(o))&&(c=uE(r)),d)){let e=xE(r);l=_E(r),u.x=e.x+r.clientLeft,u.y=e.y+r.clientTop}let f=o&&!d&&!a?CE(o,c):oT(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 TE(e){return Array.from(e.getClientRects())}function EE(e){let t=qT(e),n=uE(e),r=e.ownerDocument.body,i=rT(t.scrollWidth,t.clientWidth,r.scrollWidth,r.clientWidth),a=rT(t.scrollHeight,t.clientHeight,r.scrollHeight,r.clientHeight),o=-n.scrollLeft+SE(e),s=-n.scrollTop;return lE(r).direction===`rtl`&&(o+=rT(t.clientWidth,r.clientWidth)-i),{width:i,height:a,x:o,y:s}}var DE=25;function OE(e,t){let n=KT(e),r=qT(e),i=n.visualViewport,a=r.clientWidth,o=r.clientHeight,s=0,c=0;if(i){a=i.width,o=i.height;let e=sE();(!e||e&&t===`fixed`)&&(s=i.offsetLeft,c=i.offsetTop)}let l=SE(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<=DE&&(a-=o)}else l<=DE&&(a+=l);return{width:a,height:o,x:s,y:c}}function kE(e,t){let n=xE(e,!0,t===`fixed`),r=n.top+e.clientTop,i=n.left+e.clientLeft,a=XT(e)?_E(e):oT(1);return{width:e.clientWidth*a.x,height:e.clientHeight*a.y,x:i*a.x,y:r*a.y}}function AE(e,t,n){let r;if(t===`viewport`)r=OE(e,n);else if(t===`document`)r=EE(qT(e));else if(YT(t))r=kE(t,n);else{let n=yE(e);r={x:t.x-n.x,y:t.y-n.y,width:t.width,height:t.height}}return OT(r)}function jE(e,t){let n=dE(e);return n===t||!YT(n)||cE(n)?!1:lE(n).position===`fixed`||jE(n,t)}function ME(e,t){let n=t.get(e);if(n)return n;let r=pE(e,[],!1).filter(e=>YT(e)&>(e)!==`body`),i=null,a=lE(e).position===`fixed`,o=a?dE(e):e;for(;YT(o)&&!cE(o);){let t=lE(o),n=aE(o);!n&&t.position===`fixed`&&(i=null),(a?!n&&!i:!n&&t.position===`static`&&i&&(i.position===`absolute`||i.position===`fixed`)||QT(o)&&!n&&jE(e,o))?r=r.filter(e=>e!==o):i=t,o=dE(o)}return t.set(e,r),r}function NE(e){let{element:t,boundary:n,rootBoundary:r,strategy:i}=e,a=[...n===`clippingAncestors`?eE(t)?[]:ME(t,this._c):[].concat(n),r],o=AE(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=AE(t,a[e],i);s=rT(n.top,s),c=nT(n.right,c),l=nT(n.bottom,l),u=rT(n.left,u)}return{width:c-u,height:l-s,x:u,y:s}}function PE(e){let{width:t,height:n}=hE(e);return{width:t,height:n}}function FE(e,t,n){let r=XT(t),i=qT(t),a=n===`fixed`,o=xE(e,!0,a,t),s={scrollLeft:0,scrollTop:0},c=oT(0);function l(){c.x=SE(i)}if(r||!r&&!a)if((GT(t)!==`body`||QT(i))&&(s=uE(t)),r){let e=xE(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?CE(i,s):oT(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 IE(e){return lE(e).position===`static`}function LE(e,t){if(!XT(e)||lE(e).position===`fixed`)return null;if(t)return t(e);let n=e.offsetParent;return qT(e)===n&&(n=n.ownerDocument.body),n}function RE(e,t){let n=KT(e);if(eE(e))return n;if(!XT(e)){let t=dE(e);for(;t&&!cE(t);){if(YT(t)&&!IE(t))return t;t=dE(t)}return n}let r=LE(e,t);for(;r&&$T(r)&&IE(r);)r=LE(r,t);return r&&cE(r)&&IE(r)&&!aE(r)?n:r||oE(e)||n}var zE=async function(e){let t=this.getOffsetParent||RE,n=this.getDimensions,r=await n(e.floating);return{reference:FE(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:r.width,height:r.height}}};function BE(e){return lE(e).direction===`rtl`}var VE={convertOffsetParentRelativeRectToViewportRelativeRect:wE,getDocumentElement:qT,getClippingRect:NE,getOffsetParent:RE,getElementRects:zE,getClientRects:TE,getDimensions:PE,getScale:_E,isElement:YT,isRTL:BE};function HE(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function UE(e,t){let n=null,r,i=qT(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=aT(d),h=aT(i.clientWidth-(u+f)),g=aT(i.clientHeight-(d+p)),_=aT(u),v={rootMargin:-m+`px `+-h+`px `+-g+`px `+-_+`px`,threshold:rT(0,nT(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&&!HE(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 WE(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=gE(e),u=i||a?[...l?pE(l):[],...t?pE(t):[]]:[];u.forEach(e=>{i&&e.addEventListener(`scroll`,n,{passive:!0}),a&&e.addEventListener(`resize`,n)});let d=l&&s?UE(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?xE(e):null;c&&g();function g(){let t=xE(e);h&&!HE(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 GE=BT,KE=VT,qE=PT,JE=UT,YE=LT,XE=NT,ZE=HT,QE=(e,t,n)=>{let r=new Map,i={platform:VE,...n},a={...i.platform,_c:r};return MT(e,t,{...i,platform:a})},$E=typeof document<`u`?j.useLayoutEffect:function(){};function eD(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(!eD(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)&&!eD(e[n],t[n]))return!1}return!0}return e!==e&&t!==t}function tD(e){return typeof window>`u`?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function nD(e,t){let n=tD(e);return Math.round(t*n)/n}function rD(e){let t=j.useRef(e);return $E(()=>{t.current=e}),t}function iD(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);eD(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=rD(c),D=rD(i),O=rD(l),ee=j.useCallback(()=>{if(!S.current||!C.current)return;let e={placement:t,strategy:n,middleware:f};D.current&&(e.platform=D.current),QE(S.current,C.current,e).then(e=>{let t={...e,isPositioned:O.current!==!1};te.current&&!eD(w.current,t)&&(w.current=t,Gi.flushSync(()=>{d(t)}))})},[f,t,n,D,O]);$E(()=>{l===!1&&w.current.isPositioned&&(w.current.isPositioned=!1,d(e=>({...e,isPositioned:!1})))},[l]);let te=j.useRef(!1);$E(()=>(te.current=!0,()=>{te.current=!1}),[]),$E(()=>{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=nD(re.floating,u.x),r=nD(re.floating,u.y);return s?{...e,transform:`translate(`+t+`px, `+r+`px)`,...tD(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 aD=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?{}:XE({element:r.current,padding:i}).fn(n):r?XE({element:r,padding:i}).fn(n):{}}}},oD=(e,t)=>{let n=GE(e);return{name:n.name,fn:n.fn,options:[e,t]}},sD=(e,t)=>{let n=KE(e);return{name:n.name,fn:n.fn,options:[e,t]}},cD=(e,t)=>({fn:ZE(e).fn,options:[e,t]}),lD=(e,t)=>{let n=qE(e);return{name:n.name,fn:n.fn,options:[e,t]}},uD=(e,t)=>{let n=JE(e);return{name:n.name,fn:n.fn,options:[e,t]}},dD=(e,t)=>{let n=YE(e);return{name:n.name,fn:n.fn,options:[e,t]}},fD=(e,t)=>{let n=aD(e);return{name:n.name,fn:n.fn,options:[e,t]}},pD=`Arrow`,mD=j.forwardRef((e,t)=>{let{children:n,width:r=10,height:i=5,...a}=e;return(0,M.jsx)(M_.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`})})});mD.displayName=pD;var hD=mD;function gD(e){let[t,n]=j.useState(void 0);return Z_(()=>{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 _D=`Popper`,[vD,yD]=S_(_D),[bD,xD]=vD(_D),SD=e=>{let{__scopePopper:t,children:n}=e,[r,i]=j.useState(null);return(0,M.jsx)(bD,{scope:t,anchor:r,onAnchorChange:i,children:n})};SD.displayName=_D;var CD=`PopperAnchor`,wD=j.forwardRef((e,t)=>{let{__scopePopper:n,virtualRef:r,...i}=e,a=xD(CD,n),o=j.useRef(null),s=b_(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)(M_.div,{...i,ref:s})});wD.displayName=CD;var TD=`PopperContent`,[ED,DD]=vD(TD),OD=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=xD(TD,n),[_,v]=j.useState(null),y=b_(t,e=>v(e)),[b,x]=j.useState(null),S=gD(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(MD),altBoundary:O},{refs:te,floatingStyles:ne,placement:re,isPositioned:ie,middlewareData:ae}=iD({strategy:`fixed`,placement:T,whileElementsMounted:(...e)=>WE(...e,{animationFrame:p===`always`}),elements:{reference:g.anchor},middleware:[oD({mainAxis:i+w,alignmentAxis:o}),c&&sD({mainAxis:!0,crossAxis:!1,limiter:d===`partial`?cD():void 0,...ee}),c&&lD({...ee}),uD({...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&&fD({element:b,padding:s}),ND({arrowWidth:C,arrowHeight:w}),f&&dD({strategy:`referenceHidden`,...ee})]}),[oe,k]=PD(re),se=P_(m);Z_(()=>{ie&&se?.()},[ie,se]);let ce=ae.arrow?.x,le=ae.arrow?.y,ue=ae.arrow?.centerOffset!==0,[A,de]=j.useState();return Z_(()=>{_&&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)(ED,{scope:n,placedSide:oe,onArrowChange:x,arrowX:ce,arrowY:le,shouldHideArrow:ue,children:(0,M.jsx)(M_.div,{"data-side":oe,"data-align":k,...h,ref:y,style:{...h.style,animation:ie?void 0:`none`}})})})});OD.displayName=TD;var kD=`PopperArrow`,AD={top:`bottom`,right:`left`,bottom:`top`,left:`right`},jD=j.forwardRef(function(e,t){let{__scopePopper:n,...r}=e,i=DD(kD,n),a=AD[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)(hD,{...r,ref:t,style:{...r.style,display:`block`}})})});jD.displayName=kD;function MD(e){return e!==null}var ND=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 FD=SD,ID=wD,LD=OD,RD=jD,[zD,BD]=S_(`Tooltip`,[yD]),VD=yD(),HD=`TooltipProvider`,UD=700,WD=`tooltip.open`,[GD,KD]=zD(HD),qD=e=>{let{__scopeTooltip:t,delayDuration:n=UD,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)(GD,{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})};qD.displayName=HD;var JD=`Tooltip`,[YD,XD]=zD(JD),ZD=e=>{let{__scopeTooltip:t,children:n,open:r,defaultOpen:i,onOpenChange:a,disableHoverableContent:o,delayDuration:s}=e,c=KD(JD,e.__scopeTooltip),l=VD(t),[u,d]=j.useState(null),f=bS(),p=j.useRef(0),m=o??c.disableHoverableContent,h=s??c.delayDuration,g=j.useRef(!1),[_,v]=ov({prop:r,defaultProp:i??!1,onChange:e=>{e?(c.onOpen(),document.dispatchEvent(new CustomEvent(WD))):c.onClose(),a?.(e)},caller:JD}),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)(FD,{...l,children:(0,M.jsx)(YD,{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})})};ZD.displayName=JD;var QD=`TooltipTrigger`,$D=j.forwardRef((e,t)=>{let{__scopeTooltip:n,...r}=e,i=XD(QD,n),a=KD(QD,n),o=VD(n),s=b_(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)(ID,{asChild:!0,...o,children:(0,M.jsx)(M_.button,{"aria-describedby":i.open?i.contentId:void 0,"data-state":i.stateAttribute,...r,ref:s,onPointerMove:q(e.onPointerMove,e=>{e.pointerType!==`touch`&&!l.current&&!a.isPointerInTransitRef.current&&(i.onTriggerEnter(),l.current=!0)}),onPointerLeave:q(e.onPointerLeave,()=>{i.onTriggerLeave(),l.current=!1}),onPointerDown:q(e.onPointerDown,()=>{i.open&&i.onClose(),c.current=!0,document.addEventListener(`pointerup`,u,{once:!0})}),onFocus:q(e.onFocus,()=>{c.current||i.onOpen()}),onBlur:q(e.onBlur,i.onClose),onClick:q(e.onClick,i.onClose)})})});$D.displayName=QD;var eO=`TooltipPortal`,[tO,nO]=zD(eO,{forceMount:void 0}),rO=e=>{let{__scopeTooltip:t,forceMount:n,children:r,container:i}=e,a=XD(eO,t);return(0,M.jsx)(tO,{scope:t,forceMount:n,children:(0,M.jsx)(tv,{present:n||a.open,children:(0,M.jsx)($_,{asChild:!0,container:i,children:r})})})};rO.displayName=eO;var iO=`TooltipContent`,aO=j.forwardRef((e,t)=>{let n=nO(iO,e.__scopeTooltip),{forceMount:r=n.forceMount,side:i=`top`,...a}=e,o=XD(iO,e.__scopeTooltip);return(0,M.jsx)(tv,{present:r||o.open,children:o.disableHoverableContent?(0,M.jsx)(uO,{side:i,...a,ref:t}):(0,M.jsx)(oO,{side:i,...a,ref:t})})}),oO=j.forwardRef((e,t)=>{let n=XD(iO,e.__scopeTooltip),r=KD(iO,e.__scopeTooltip),i=j.useRef(null),a=b_(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=mO(r,pO(r,n.getBoundingClientRect())),a=hO(t.getBoundingClientRect());s(_O([...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=!gO(n,o);r?f():i&&(f(),l())};return document.addEventListener(`pointermove`,e),()=>document.removeEventListener(`pointermove`,e)}},[c,u,o,l,f]),(0,M.jsx)(uO,{...e,ref:a})}),[sO,cO]=zD(JD,{isInside:!1}),lO=D_(`TooltipContent`),uO=j.forwardRef((e,t)=>{let{__scopeTooltip:n,children:r,"aria-label":i,onEscapeKeyDown:a,onPointerDownOutside:o,...s}=e,c=XD(iO,n),l=VD(n),{onClose:u}=c;return j.useEffect(()=>(document.addEventListener(WD,u),()=>document.removeEventListener(WD,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)(H_,{asChild:!0,disableOutsidePointerEvents:!1,onEscapeKeyDown:a,onPointerDownOutside:o,onFocusOutside:e=>e.preventDefault(),onDismiss:u,children:(0,M.jsxs)(LD,{"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)(lO,{children:r}),(0,M.jsx)(sO,{scope:n,isInside:!0,children:(0,M.jsx)(fv,{id:c.contentId,role:`tooltip`,children:i||r})})]})})});aO.displayName=iO;var dO=`TooltipArrow`,fO=j.forwardRef((e,t)=>{let{__scopeTooltip:n,...r}=e,i=VD(n);return cO(dO,n).isInside?null:(0,M.jsx)(RD,{...i,...r,ref:t})});fO.displayName=dO;function pO(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 mO(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 hO(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 gO(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 _O(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)),vO(t)}function vO(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 yO=qD,bO=ZD,xO=$D,SO=aO,CO=yO,wO=bO,TO=xO,EO=j.forwardRef(({className:e,sideOffset:t=4,...n},r)=>(0,M.jsx)(SO,{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}));EO.displayName=SO.displayName;var DO=`sidebar_state`,OO=3600*24*7,kO=`16rem`,AO=`18rem`,jO=`3rem`,MO=`b`,NO=j.createContext(null);function PO(){let e=j.useContext(NO);if(!e)throw Error(`useSidebar must be used within a SidebarProvider`);return e}var FO=j.forwardRef(({defaultOpen:e=!0,open:t,onOpenChange:n,className:r,style:i,children:a,...o},s)=>{let c=sS(),[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=`${DO}=${t}; path=/; max-age=${OO}`},[n,p]),h=j.useCallback(()=>c?u(e=>!e):m(e=>!e),[c,m,u]);j.useEffect(()=>{let e=e=>{e.key===MO&&(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)(NO.Provider,{value:_,children:(0,M.jsx)(CO,{delayDuration:0,children:(0,M.jsx)(`div`,{style:{"--sidebar-width":kO,"--sidebar-width-icon":jO,...i},className:Z(`group/sidebar-wrapper has-data-[variant=inset]:bg-sidebar flex min-h-0 w-full`,r),ref:s,...o,children:a})})})});FO.displayName=`SidebarProvider`;var IO=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)(Gw,{open:l,onOpenChange:u,...a,children:(0,M.jsx)(Yw,{"data-sidebar":`sidebar`,"data-mobile":`true`,className:`bg-sidebar text-sidebar-foreground w-[var(--sidebar-width)] p-0 [&>button]:hidden`,style:{"--sidebar-width":AO},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})});IO.displayName=`Sidebar`;var LO=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)(Yy,{}),(0,M.jsx)(`span`,{className:`sr-only`,children:`Toggle Sidebar`})]})});LO.displayName=`SidebarTrigger`;var RO=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})});RO.displayName=`SidebarRail`;var zO=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}));zO.displayName=`SidebarInset`;var BO=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(lS,{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}));BO.displayName=`SidebarInput`;var VO=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}));VO.displayName=`SidebarHeader`;var HO=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}));HO.displayName=`SidebarFooter`;var UO=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(_S,{ref:n,"data-sidebar":`separator`,className:Z(`mx-2 w-auto bg-sidebar-border`,e),...t}));UO.displayName=`SidebarSeparator`;var WO=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}));WO.displayName=`SidebarContent`;var GO=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}));GO.displayName=`SidebarGroup`;var KO=j.forwardRef(({className:e,asChild:t=!1,...n},r)=>(0,M.jsx)(t?eS:`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}));KO.displayName=`SidebarGroupLabel`;var qO=j.forwardRef(({className:e,asChild:t=!1,...n},r)=>(0,M.jsx)(t?eS:`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}));qO.displayName=`SidebarGroupAction`;var JO=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(`div`,{ref:n,"data-sidebar":`group-content`,className:Z(`w-full text-sm`,e),...t}));JO.displayName=`SidebarGroupContent`;var YO=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}));YO.displayName=`SidebarMenu`;var XO=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(`li`,{ref:n,"data-sidebar":`menu-item`,className:Z(`group/menu-item relative`,e),...t}));XO.displayName=`SidebarMenuItem`;var ZO=j.forwardRef(({asChild:e=!1,isActive:t=!1,variant:n=`default`,size:r=`default`,tooltip:i,className:a,...o},s)=>{let c=e?eS:`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(QO({variant:n,size:r}),a),...o});return i?(typeof i==`string`&&(i={children:i}),(0,M.jsxs)(wO,{children:[(0,M.jsx)(TO,{asChild:!0,children:d}),(0,M.jsx)(EO,{side:`right`,align:`center`,hidden:u!==`collapsed`||l,...i})]})):d});ZO.displayName=`SidebarMenuButton`;var QO=fy(`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`}}),$O=j.forwardRef(({className:e,asChild:t=!1,showOnHover:n=!1,...r},i)=>(0,M.jsx)(t?eS:`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}));$O.displayName=`SidebarMenuAction`;var ek=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}));ek.displayName=`SidebarMenuBadge`;var tk=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)(eT,{className:`size-4 rounded-md`,"data-sidebar":`menu-skeleton-icon`}),(0,M.jsx)(eT,{className:`h-4 flex-1 max-w-[var(--skeleton-width)]`,"data-sidebar":`menu-skeleton-text`,style:{"--skeleton-width":i}})]})});tk.displayName=`SidebarMenuSkeleton`;var nk=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}));nk.displayName=`SidebarMenuSub`;var rk=j.forwardRef(({...e},t)=>(0,M.jsx)(`li`,{ref:t,...e}));rk.displayName=`SidebarMenuSubItem`;var ik=j.forwardRef(({asChild:e=!1,size:t=`md`,isActive:n,className:r,...i},a)=>(0,M.jsx)(e?eS:`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}));ik.displayName=`SidebarMenuSubButton`;var ak=fy(`text-muted-foreground flex flex-wrap items-center gap-1.5 break-words text-sm sm:gap-2.5`),ok=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(`nav`,{ref:n,"aria-label":`breadcrumb`,className:Z(ak(),e),...t}));ok.displayName=`Breadcrumb`;var sk=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}));sk.displayName=`BreadcrumbList`;var ck=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(`li`,{ref:n,className:Z(`inline-flex items-center gap-1.5`,e),...t}));ck.displayName=`BreadcrumbItem`;var lk=j.forwardRef(({asChild:e,className:t,...n},r)=>(0,M.jsx)(e?eS:`a`,{ref:r,className:Z(`hover:text-foreground transition-colors`,t),...n}));lk.displayName=`BreadcrumbLink`;var uk=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}));uk.displayName=`BreadcrumbPage`;var dk=({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`})})});dk.displayName=`BreadcrumbSeparator`;var fk=({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`})]});fk.displayName=`BreadcrumbElipssis`;var pk=j.createContext(void 0);function mk(e){let t=j.useContext(pk);return e||t||`ltr`}var hk=`rovingFocusGroup.onEntryFocus`,gk={bubbles:!1,cancelable:!0},_k=`RovingFocusGroup`,[vk,yk,bk]=j_(_k),[xk,Sk]=S_(_k,[bk]),[Ck,wk]=xk(_k),Tk=j.forwardRef((e,t)=>(0,M.jsx)(vk.Provider,{scope:e.__scopeRovingFocusGroup,children:(0,M.jsx)(vk.Slot,{scope:e.__scopeRovingFocusGroup,children:(0,M.jsx)(Ek,{...e,ref:t})})}));Tk.displayName=_k;var Ek=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=b_(t,f),m=mk(a),[h,g]=ov({prop:o,defaultProp:s??null,onChange:c,caller:_k}),[_,v]=j.useState(!1),y=P_(l),b=yk(n),x=j.useRef(!1),[S,C]=j.useState(0);return j.useEffect(()=>{let e=f.current;if(e)return e.addEventListener(hk,y),()=>e.removeEventListener(hk,y)},[y]),(0,M.jsx)(Ck,{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)(M_.div,{tabIndex:_||S===0?-1:0,"data-orientation":r,...d,ref:p,style:{outline:`none`,...e.style},onMouseDown:q(e.onMouseDown,()=>{x.current=!0}),onFocus:q(e.onFocus,e=>{let t=!x.current;if(e.target===e.currentTarget&&t&&!_){let t=new CustomEvent(hk,gk);if(e.currentTarget.dispatchEvent(t),!t.defaultPrevented){let e=b().filter(e=>e.focusable);Mk([e.find(e=>e.active),e.find(e=>e.id===h),...e].filter(Boolean).map(e=>e.ref.current),u)}}x.current=!1}),onBlur:q(e.onBlur,()=>v(!1))})})}),Dk=`RovingFocusGroupItem`,Ok=j.forwardRef((e,t)=>{let{__scopeRovingFocusGroup:n,focusable:r=!0,active:i=!1,tabStopId:a,children:o,...s}=e,c=bS(),l=a||c,u=wk(Dk,n),d=u.currentTabStopId===l,f=yk(n),{onFocusableItemAdd:p,onFocusableItemRemove:m,currentTabStopId:h}=u;return j.useEffect(()=>{if(r)return p(),()=>m()},[r,p,m]),(0,M.jsx)(vk.ItemSlot,{scope:n,id:l,focusable:r,active:i,children:(0,M.jsx)(M_.span,{tabIndex:d?0:-1,"data-orientation":u.orientation,...s,ref:t,onMouseDown:q(e.onMouseDown,e=>{r?u.onItemFocus(l):e.preventDefault()}),onFocus:q(e.onFocus,()=>u.onItemFocus(l)),onKeyDown:q(e.onKeyDown,e=>{if(e.key===`Tab`&&e.shiftKey){u.onItemShiftTab();return}if(e.target!==e.currentTarget)return;let t=jk(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?Nk(n,r+1):n.slice(r+1)}setTimeout(()=>Mk(n))}}),children:typeof o==`function`?o({isCurrentTabStop:d,hasTabStop:h!=null}):o})})});Ok.displayName=Dk;var kk={ArrowLeft:`prev`,ArrowUp:`prev`,ArrowRight:`next`,ArrowDown:`next`,PageUp:`first`,Home:`first`,PageDown:`last`,End:`last`};function Ak(e,t){return t===`rtl`?e===`ArrowLeft`?`ArrowRight`:e===`ArrowRight`?`ArrowLeft`:e:e}function jk(e,t,n){let r=Ak(e.key,n);if(!(t===`vertical`&&[`ArrowLeft`,`ArrowRight`].includes(r))&&!(t===`horizontal`&&[`ArrowUp`,`ArrowDown`].includes(r)))return kk[r]}function Mk(e,t=!1){let n=document.activeElement;for(let r of e)if(r===n||(r.focus({preventScroll:t}),document.activeElement!==n))return}function Nk(e,t){return e.map((n,r)=>e[(t+r)%e.length])}var Pk=Tk,Fk=Ok,Ik=[`Enter`,` `],Lk=[`ArrowDown`,`PageUp`,`Home`],Rk=[`ArrowUp`,`PageDown`,`End`],zk=[...Lk,...Rk],Bk={ltr:[...Ik,`ArrowRight`],rtl:[...Ik,`ArrowLeft`]},Vk={ltr:[`ArrowLeft`],rtl:[`ArrowRight`]},Hk=`Menu`,[Uk,Wk,Gk]=j_(Hk),[Kk,qk]=S_(Hk,[Gk,yD,Sk]),Jk=yD(),Yk=Sk(),[Xk,Zk]=Kk(Hk),[Qk,$k]=Kk(Hk),eA=e=>{let{__scopeMenu:t,open:n=!1,children:r,dir:i,onOpenChange:a,modal:o=!0}=e,s=Jk(t),[c,l]=j.useState(null),u=j.useRef(!1),d=P_(a),f=mk(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)(FD,{...s,children:(0,M.jsx)(Xk,{scope:t,open:n,onOpenChange:d,content:c,onContentChange:l,children:(0,M.jsx)(Qk,{scope:t,onClose:j.useCallback(()=>d(!1),[d]),isUsingKeyboardRef:u,dir:f,modal:o,children:r})})})};eA.displayName=Hk;var tA=`MenuAnchor`,nA=j.forwardRef((e,t)=>{let{__scopeMenu:n,...r}=e,i=Jk(n);return(0,M.jsx)(ID,{...i,...r,ref:t})});nA.displayName=tA;var rA=`MenuPortal`,[iA,aA]=Kk(rA,{forceMount:void 0}),oA=e=>{let{__scopeMenu:t,forceMount:n,children:r,container:i}=e,a=Zk(rA,t);return(0,M.jsx)(iA,{scope:t,forceMount:n,children:(0,M.jsx)(tv,{present:n||a.open,children:(0,M.jsx)($_,{asChild:!0,container:i,children:r})})})};oA.displayName=rA;var sA=`MenuContent`,[cA,lA]=Kk(sA),uA=j.forwardRef((e,t)=>{let n=aA(sA,e.__scopeMenu),{forceMount:r=n.forceMount,...i}=e,a=Zk(sA,e.__scopeMenu),o=$k(sA,e.__scopeMenu);return(0,M.jsx)(Uk.Provider,{scope:e.__scopeMenu,children:(0,M.jsx)(tv,{present:r||a.open,children:(0,M.jsx)(Uk.Slot,{scope:e.__scopeMenu,children:o.modal?(0,M.jsx)(dA,{...i,ref:t}):(0,M.jsx)(fA,{...i,ref:t})})})})}),dA=j.forwardRef((e,t)=>{let n=Zk(sA,e.__scopeMenu),r=j.useRef(null),i=b_(t,r);return j.useEffect(()=>{let e=r.current;if(e)return rw(e)},[]),(0,M.jsx)(mA,{...e,ref:i,trapFocus:n.open,disableOutsidePointerEvents:n.open,disableOutsideScroll:!0,onFocusOutside:q(e.onFocusOutside,e=>e.preventDefault(),{checkForDefaultPrevented:!1}),onDismiss:()=>n.onOpenChange(!1)})}),fA=j.forwardRef((e,t)=>{let n=Zk(sA,e.__scopeMenu);return(0,M.jsx)(mA,{...e,ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,disableOutsideScroll:!1,onDismiss:()=>n.onOpenChange(!1)})}),pA=w_(`MenuContent.ScrollLock`),mA=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=Zk(sA,n),_=$k(sA,n),v=Jk(n),y=Yk(n),b=Wk(n),[x,S]=j.useState(null),C=j.useRef(null),w=b_(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?JC:j.Fragment,re=m?{as:pA,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=QA(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),[]),RS();let ae=j.useCallback(e=>ee.current===O.current?.side&&ej(e,O.current?.area),[]);return(0,M.jsx)(cA,{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)(TS,{asChild:!0,trapped:i,onMountAutoFocus:q(a,e=>{e.preventDefault(),C.current?.focus({preventScroll:!0})}),onUnmountAutoFocus:o,children:(0,M.jsx)(H_,{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:q(c,e=>{_.isUsingKeyboardRef.current||e.preventDefault()}),preventScrollOnEntryFocus:!0,children:(0,M.jsx)(LD,{role:`menu`,"aria-orientation":`vertical`,"data-state":qA(g.open),"data-radix-menu-content":``,dir:_.dir,...v,...h,ref:w,style:{outline:`none`,...h.style},onKeyDown:q(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||!zk.includes(e.key))return;e.preventDefault();let a=b().filter(e=>!e.disabled).map(e=>e.ref.current);Rk.includes(e.key)&&a.reverse(),XA(a)}),onBlur:q(e.onBlur,e=>{e.currentTarget.contains(e.target)||(window.clearTimeout(T.current),E.current=``)}),onPointerMove:q(e.onPointerMove,tj(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)}))})})})})})})});uA.displayName=sA;var hA=`MenuGroup`,gA=j.forwardRef((e,t)=>{let{__scopeMenu:n,...r}=e;return(0,M.jsx)(M_.div,{role:`group`,...r,ref:t})});gA.displayName=hA;var _A=`MenuLabel`,vA=j.forwardRef((e,t)=>{let{__scopeMenu:n,...r}=e;return(0,M.jsx)(M_.div,{...r,ref:t})});vA.displayName=_A;var yA=`MenuItem`,bA=`menu.itemSelect`,xA=j.forwardRef((e,t)=>{let{disabled:n=!1,onSelect:r,...i}=e,a=j.useRef(null),o=$k(yA,e.__scopeMenu),s=lA(yA,e.__scopeMenu),c=b_(t,a),l=j.useRef(!1),u=()=>{let e=a.current;if(!n&&e){let t=new CustomEvent(bA,{bubbles:!0,cancelable:!0});e.addEventListener(bA,e=>r?.(e),{once:!0}),N_(e,t),t.defaultPrevented?l.current=!1:o.onClose()}};return(0,M.jsx)(SA,{...i,ref:c,disabled:n,onClick:q(e.onClick,u),onPointerDown:t=>{e.onPointerDown?.(t),l.current=!0},onPointerUp:q(e.onPointerUp,e=>{l.current||e.currentTarget?.click()}),onKeyDown:q(e.onKeyDown,e=>{let t=s.searchRef.current!==``;n||t&&e.key===` `||Ik.includes(e.key)&&(e.currentTarget.click(),e.preventDefault())})})});xA.displayName=yA;var SA=j.forwardRef((e,t)=>{let{__scopeMenu:n,disabled:r=!1,textValue:i,...a}=e,o=lA(yA,n),s=Yk(n),c=j.useRef(null),l=b_(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)(Uk.ItemSlot,{scope:n,disabled:r,textValue:i??f,children:(0,M.jsx)(Fk,{asChild:!0,...s,focusable:!r,children:(0,M.jsx)(M_.div,{role:`menuitem`,"data-highlighted":u?``:void 0,"aria-disabled":r||void 0,"data-disabled":r?``:void 0,...a,ref:l,onPointerMove:q(e.onPointerMove,tj(e=>{r?o.onItemLeave(e):(o.onItemEnter(e),e.defaultPrevented||e.currentTarget.focus({preventScroll:!0}))})),onPointerLeave:q(e.onPointerLeave,tj(e=>o.onItemLeave(e))),onFocus:q(e.onFocus,()=>d(!0)),onBlur:q(e.onBlur,()=>d(!1))})})})}),CA=`MenuCheckboxItem`,wA=j.forwardRef((e,t)=>{let{checked:n=!1,onCheckedChange:r,...i}=e;return(0,M.jsx)(MA,{scope:e.__scopeMenu,checked:n,children:(0,M.jsx)(xA,{role:`menuitemcheckbox`,"aria-checked":JA(n)?`mixed`:n,...i,ref:t,"data-state":YA(n),onSelect:q(i.onSelect,()=>r?.(JA(n)?!0:!n),{checkForDefaultPrevented:!1})})})});wA.displayName=CA;var TA=`MenuRadioGroup`,[EA,DA]=Kk(TA,{value:void 0,onValueChange:()=>{}}),OA=j.forwardRef((e,t)=>{let{value:n,onValueChange:r,...i}=e,a=P_(r);return(0,M.jsx)(EA,{scope:e.__scopeMenu,value:n,onValueChange:a,children:(0,M.jsx)(gA,{...i,ref:t})})});OA.displayName=TA;var kA=`MenuRadioItem`,AA=j.forwardRef((e,t)=>{let{value:n,...r}=e,i=DA(kA,e.__scopeMenu),a=n===i.value;return(0,M.jsx)(MA,{scope:e.__scopeMenu,checked:a,children:(0,M.jsx)(xA,{role:`menuitemradio`,"aria-checked":a,...r,ref:t,"data-state":YA(a),onSelect:q(r.onSelect,()=>i.onValueChange?.(n),{checkForDefaultPrevented:!1})})})});AA.displayName=kA;var jA=`MenuItemIndicator`,[MA,NA]=Kk(jA,{checked:!1}),PA=j.forwardRef((e,t)=>{let{__scopeMenu:n,forceMount:r,...i}=e,a=NA(jA,n);return(0,M.jsx)(tv,{present:r||JA(a.checked)||a.checked===!0,children:(0,M.jsx)(M_.span,{...i,ref:t,"data-state":YA(a.checked)})})});PA.displayName=jA;var FA=`MenuSeparator`,IA=j.forwardRef((e,t)=>{let{__scopeMenu:n,...r}=e;return(0,M.jsx)(M_.div,{role:`separator`,"aria-orientation":`horizontal`,...r,ref:t})});IA.displayName=FA;var LA=`MenuArrow`,RA=j.forwardRef((e,t)=>{let{__scopeMenu:n,...r}=e,i=Jk(n);return(0,M.jsx)(RD,{...i,...r,ref:t})});RA.displayName=LA;var zA=`MenuSub`,[BA,VA]=Kk(zA),HA=e=>{let{__scopeMenu:t,children:n,open:r=!1,onOpenChange:i}=e,a=Zk(zA,t),o=Jk(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)(FD,{...o,children:(0,M.jsx)(Xk,{scope:t,open:r,onOpenChange:d,content:l,onContentChange:u,children:(0,M.jsx)(BA,{scope:t,contentId:bS(),triggerId:bS(),trigger:s,onTriggerChange:c,children:n})})})};HA.displayName=zA;var UA=`MenuSubTrigger`,WA=j.forwardRef((e,t)=>{let n=Zk(UA,e.__scopeMenu),r=$k(UA,e.__scopeMenu),i=VA(UA,e.__scopeMenu),a=lA(UA,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)(nA,{asChild:!0,...l,children:(0,M.jsx)(SA,{id:i.triggerId,"aria-haspopup":`menu`,"aria-expanded":n.open,"aria-controls":i.contentId,"data-state":qA(n.open),...e,ref:y_(t,i.onTriggerChange),onClick:t=>{e.onClick?.(t),!(e.disabled||t.defaultPrevented)&&(t.currentTarget.focus(),n.open||n.onOpenChange(!0))},onPointerMove:q(e.onPointerMove,tj(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:q(e.onPointerLeave,tj(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:q(e.onKeyDown,t=>{let i=a.searchRef.current!==``;e.disabled||i&&t.key===` `||Bk[r.dir].includes(t.key)&&(n.onOpenChange(!0),n.content?.focus(),t.preventDefault())})})})});WA.displayName=UA;var GA=`MenuSubContent`,KA=j.forwardRef((e,t)=>{let n=aA(sA,e.__scopeMenu),{forceMount:r=n.forceMount,...i}=e,a=Zk(sA,e.__scopeMenu),o=$k(sA,e.__scopeMenu),s=VA(GA,e.__scopeMenu),c=j.useRef(null),l=b_(t,c);return(0,M.jsx)(Uk.Provider,{scope:e.__scopeMenu,children:(0,M.jsx)(tv,{present:r||a.open,children:(0,M.jsx)(Uk.Slot,{scope:e.__scopeMenu,children:(0,M.jsx)(mA,{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:q(e.onFocusOutside,e=>{e.target!==s.trigger&&a.onOpenChange(!1)}),onEscapeKeyDown:q(e.onEscapeKeyDown,e=>{o.onClose(),e.preventDefault()}),onKeyDown:q(e.onKeyDown,e=>{let t=e.currentTarget.contains(e.target),n=Vk[o.dir].includes(e.key);t&&n&&(a.onOpenChange(!1),s.trigger?.focus(),e.preventDefault())})})})})})});KA.displayName=GA;function qA(e){return e?`open`:`closed`}function JA(e){return e===`indeterminate`}function YA(e){return JA(e)?`indeterminate`:e?`checked`:`unchecked`}function XA(e){let t=document.activeElement;for(let n of e)if(n===t||(n.focus(),document.activeElement!==t))return}function ZA(e,t){return e.map((n,r)=>e[(t+r)%e.length])}function QA(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=ZA(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 $A(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 ej(e,t){return t?$A({x:e.clientX,y:e.clientY},t):!1}function tj(e){return t=>t.pointerType===`mouse`?e(t):void 0}var nj=eA,rj=nA,ij=oA,aj=uA,oj=gA,sj=vA,cj=xA,lj=wA,uj=OA,dj=AA,fj=PA,pj=IA,mj=RA,hj=WA,gj=KA,_j=`DropdownMenu`,[vj,yj]=S_(_j,[qk]),bj=qk(),[xj,Sj]=vj(_j),Cj=e=>{let{__scopeDropdownMenu:t,children:n,dir:r,open:i,defaultOpen:a,onOpenChange:o,modal:s=!0}=e,c=bj(t),l=j.useRef(null),[u,d]=ov({prop:i,defaultProp:a??!1,onChange:o,caller:_j});return(0,M.jsx)(xj,{scope:t,triggerId:bS(),triggerRef:l,contentId:bS(),open:u,onOpenChange:d,onOpenToggle:j.useCallback(()=>d(e=>!e),[d]),modal:s,children:(0,M.jsx)(nj,{...c,open:u,onOpenChange:d,dir:r,modal:s,children:n})})};Cj.displayName=_j;var wj=`DropdownMenuTrigger`,Tj=j.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,disabled:r=!1,...i}=e,a=Sj(wj,n),o=bj(n);return(0,M.jsx)(rj,{asChild:!0,...o,children:(0,M.jsx)(M_.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:y_(t,a.triggerRef),onPointerDown:q(e.onPointerDown,e=>{!r&&e.button===0&&e.ctrlKey===!1&&(a.onOpenToggle(),a.open||e.preventDefault())}),onKeyDown:q(e.onKeyDown,e=>{r||([`Enter`,` `].includes(e.key)&&a.onOpenToggle(),e.key===`ArrowDown`&&a.onOpenChange(!0),[`Enter`,` `,`ArrowDown`].includes(e.key)&&e.preventDefault())})})})});Tj.displayName=wj;var Ej=`DropdownMenuPortal`,Dj=e=>{let{__scopeDropdownMenu:t,...n}=e,r=bj(t);return(0,M.jsx)(ij,{...r,...n})};Dj.displayName=Ej;var Oj=`DropdownMenuContent`,kj=j.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=Sj(Oj,n),a=bj(n),o=j.useRef(!1);return(0,M.jsx)(aj,{id:i.contentId,"aria-labelledby":i.triggerId,...a,...r,ref:t,onCloseAutoFocus:q(e.onCloseAutoFocus,e=>{o.current||i.triggerRef.current?.focus(),o.current=!1,e.preventDefault()}),onInteractOutside:q(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)`}})});kj.displayName=Oj;var Aj=`DropdownMenuGroup`,jj=j.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=bj(n);return(0,M.jsx)(oj,{...i,...r,ref:t})});jj.displayName=Aj;var Mj=`DropdownMenuLabel`,Nj=j.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=bj(n);return(0,M.jsx)(sj,{...i,...r,ref:t})});Nj.displayName=Mj;var Pj=`DropdownMenuItem`,Fj=j.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=bj(n);return(0,M.jsx)(cj,{...i,...r,ref:t})});Fj.displayName=Pj;var Ij=`DropdownMenuCheckboxItem`,Lj=j.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=bj(n);return(0,M.jsx)(lj,{...i,...r,ref:t})});Lj.displayName=Ij;var Rj=`DropdownMenuRadioGroup`,zj=j.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=bj(n);return(0,M.jsx)(uj,{...i,...r,ref:t})});zj.displayName=Rj;var Bj=`DropdownMenuRadioItem`,Vj=j.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=bj(n);return(0,M.jsx)(dj,{...i,...r,ref:t})});Vj.displayName=Bj;var Hj=`DropdownMenuItemIndicator`,Uj=j.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=bj(n);return(0,M.jsx)(fj,{...i,...r,ref:t})});Uj.displayName=Hj;var Wj=`DropdownMenuSeparator`,Gj=j.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=bj(n);return(0,M.jsx)(pj,{...i,...r,ref:t})});Gj.displayName=Wj;var Kj=`DropdownMenuArrow`,qj=j.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=bj(n);return(0,M.jsx)(mj,{...i,...r,ref:t})});qj.displayName=Kj;var Jj=`DropdownMenuSubTrigger`,Yj=j.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=bj(n);return(0,M.jsx)(hj,{...i,...r,ref:t})});Yj.displayName=Jj;var Xj=`DropdownMenuSubContent`,Zj=j.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=bj(n);return(0,M.jsx)(gj,{...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)`}})});Zj.displayName=Xj;var Qj=Cj,$j=Tj,eM=Dj,tM=kj,nM=Nj,rM=Fj,iM=Lj,aM=Vj,oM=Uj,sM=Gj,cM=Yj,lM=Zj,uM=Qj,dM=$j,fM=j.forwardRef(({className:e,inset:t,children:n,...r},i)=>(0,M.jsxs)(cM,{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)(Ey,{className:`ml-auto`})]}));fM.displayName=cM.displayName;var pM=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(lM,{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}));pM.displayName=lM.displayName;var mM=j.forwardRef(({className:e,sideOffset:t=4,...n},r)=>(0,M.jsx)(eM,{children:(0,M.jsx)(tM,{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})}));mM.displayName=tM.displayName;var hM=j.forwardRef(({className:e,inset:t,...n},r)=>(0,M.jsx)(rM,{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}));hM.displayName=rM.displayName;var gM=j.forwardRef(({className:e,children:t,checked:n,...r},i)=>(0,M.jsxs)(iM,{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)(oM,{children:(0,M.jsx)(wy,{className:`h-4 w-4`})})}),t]}));gM.displayName=iM.displayName;var _M=j.forwardRef(({className:e,children:t,...n},r)=>(0,M.jsxs)(aM,{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)(oM,{children:(0,M.jsx)(My,{className:`h-2 w-2 fill-current`})})}),t]}));_M.displayName=aM.displayName;var vM=j.forwardRef(({className:e,inset:t,...n},r)=>(0,M.jsx)(nM,{ref:r,className:Z(`px-2 py-1.5 text-sm font-semibold`,t&&`pl-8`,e),...n}));vM.displayName=nM.displayName;var yM=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(sM,{ref:n,className:Z(`-mx-1 my-1 h-px bg-muted`,e),...t}));yM.displayName=sM.displayName;var bM=({className:e,...t})=>(0,M.jsx)(`span`,{className:Z(`ml-auto text-xs tracking-widest opacity-60`,e),...t});bM.displayName=`DropdownMenuShortcut`;var xM=`modulepreload`,SM=function(e){return`/_account/`+e},CM={},wM=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=SM(t,n),t in CM)return;CM[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`:xM,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)})},TM=[`en`,`zh-CN`],EM={en:()=>wM(()=>import(`./en-QM3gmMOi.js`),[]),"zh-CN":()=>wM(()=>import(`./zh-CN-B0Jn4kQl.js`),[])};function DM(e){return TM.includes(e)?e:e.toLowerCase().startsWith(`zh`)?`zh-CN`:`en`}async function OM(e){let t=DM(e);try{return(await EM[t]()).default}catch(t){return console.warn(`[account/i18n] Failed to load language pack '${e}':`,t),{}}}var kM={en:`English`,"zh-CN":`中文`};function AM(){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)(uM,{children:[(0,M.jsx)(dM,{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)(Vy,{className:`h-4 w-4`}),(0,M.jsx)(`span`,{className:`sr-only`,children:e(`common.language`)})]})}),(0,M.jsx)(mM,{align:`end`,children:TM.map(e=>(0,M.jsx)(hM,{onSelect:()=>void r(e),className:e===t?`font-medium`:void 0,children:kM[e]},e))})]})}function jM(e){let t=document.documentElement;e===`dark`?t.classList.add(`dark`):t.classList.remove(`dark`)}function MM(){let{t:e}=vt(),[,t]=(0,j.useState)(`light`);(0,j.useEffect)(()=>{let e=localStorage.getItem(`theme`);e?(t(e),jM(e===`system`?window.matchMedia(`(prefers-color-scheme: dark)`).matches?`dark`:`light`:e)):(t(`system`),jM(window.matchMedia(`(prefers-color-scheme: dark)`).matches?`dark`:`light`))},[]);function n(e){t(e),localStorage.setItem(`theme`,e),jM(e===`system`?window.matchMedia(`(prefers-color-scheme: dark)`).matches?`dark`:`light`:e)}return(0,M.jsxs)(uM,{children:[(0,M.jsx)(dM,{asChild:!0,children:(0,M.jsxs)(Q,{variant:`ghost`,size:`icon`,className:`h-8 w-8`,children:[(0,M.jsx)(rb,{className:`h-4 w-4 rotate-0 scale-100 transition-all dark:-rotate-90 dark:scale-0`}),(0,M.jsx)(Jy,{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)(mM,{align:`end`,children:[(0,M.jsxs)(hM,{onClick:()=>n(`light`),children:[(0,M.jsx)(rb,{className:`mr-2 h-4 w-4`}),e(`common.light`)]}),(0,M.jsxs)(hM,{onClick:()=>n(`dark`),children:[(0,M.jsx)(Jy,{className:`mr-2 h-4 w-4`}),e(`common.dark`)]}),(0,M.jsx)(hM,{onClick:()=>n(`system`),children:e(`common.system`)})]})]})}function NM(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 FM(){return(0,ot.useSyncExternalStore)(IM,()=>!0,()=>!1)}function IM(){return()=>{}}var LM=`Avatar`,[RM,zM]=NM(LM),[BM,VM]=RM(LM),HM=j.forwardRef((e,t)=>{let{__scopeAvatar:n,...r}=e,[i,a]=j.useState(`idle`);return(0,M.jsx)(BM,{scope:n,imageLoadingStatus:i,onImageLoadingStatusChange:a,children:(0,M.jsx)(uS.span,{...r,ref:t})})});HM.displayName=LM;var UM=`AvatarImage`,WM=j.forwardRef((e,t)=>{let{__scopeAvatar:n,src:r,onLoadingStatusChange:i=()=>{},...a}=e,o=VM(UM,n),s=JM(r,a),c=P_(e=>{i(e),o.onImageLoadingStatusChange(e)});return Z_(()=>{s!==`idle`&&c(s)},[s,c]),s===`loaded`?(0,M.jsx)(uS.img,{...a,ref:t,src:r}):null});WM.displayName=UM;var GM=`AvatarFallback`,KM=j.forwardRef((e,t)=>{let{__scopeAvatar:n,delayMs:r,...i}=e,a=VM(GM,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)(uS.span,{...i,ref:t}):null});KM.displayName=GM;function qM(e,t){return e?t?(e.src!==t&&(e.src=t),e.complete&&e.naturalWidth>0?`loaded`:`loading`):`error`:`idle`}function JM(e,{referrerPolicy:t,crossOrigin:n}){let r=FM(),i=j.useRef(null),a=r?(i.current||=new window.Image,i.current):null,[o,s]=j.useState(()=>qM(a,e));return Z_(()=>{s(qM(a,e))},[a,e]),Z_(()=>{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 YM=HM,XM=WM,ZM=KM,QM=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(YM,{ref:n,className:Z(`relative flex h-10 w-10 shrink-0 overflow-hidden rounded-full`,e),...t}));QM.displayName=YM.displayName;var $M=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(XM,{ref:n,className:Z(`aspect-square h-full w-full`,e),...t}));$M.displayName=XM.displayName;var eN=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(ZM,{ref:n,className:Z(`flex h-full w-full items-center justify-center rounded-full bg-muted`,e),...t}));eN.displayName=ZM.displayName;var tN=(0,j.createContext)(null),nN=`auth-session-token`,rN=`auth-active-organization-id`;function iN(e){if(!(typeof window>`u`))try{e?.token?localStorage.setItem(nN,e.token):localStorage.removeItem(nN),e?.activeOrganizationId?localStorage.setItem(rN,e.activeOrganizationId):localStorage.removeItem(rN)}catch{}}function aN(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 oN({children:e}){let t=o_(),[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.useState)(null);(0,j.useEffect)(()=>{if(!t?.auth?.getConfig)return;let e=!1;return t.auth.getConfig().then(t=>{if(e)return;let n=t?.data??t??{},r={...n.features??{}};n.emailPassword?.disableSignUp===!0&&(r.signUpDisabled=!0),_(r)}).catch(()=>{e||_(null)}),()=>{e=!0}},[t]);let v=(0,j.useCallback)(async()=>{if(t?.organizations){p(!0);try{d((await t.organizations.list())?.organizations??[])}catch{d([])}finally{p(!1),h(!0)}}},[t]),y=(0,j.useCallback)(async()=>{if(t?.auth){s(!0),l(null);try{let{user:e,session:n}=aN(await t.auth.me());r(e),a(n),iN(e?n:null)}catch(e){l(e),r(null),a(null),iN(null)}finally{s(!1)}}},[t]);(0,j.useEffect)(()=>{y()},[y]),(0,j.useEffect)(()=>{n?v():(d([]),h(!1))},[n,v]);let b=(0,j.useCallback)(async()=>{if(t?.auth)try{await t.auth.logout()}finally{r(null),a(null),d([]),h(!1),iN(null)}},[t]),x=(0,j.useCallback)(async e=>{if(t?.organizations){await t.organizations.setActive(e),await y();try{localStorage.setItem(rN,e)}catch{}}},[t,y]),S=(0,j.useMemo)(()=>({user:n,session:i,loading:o,error:c,refresh:y,logout:b,setActiveOrganization:x,organizations:u,organizationsLoading:f,organizationsFetched:m,reloadOrganizations:v,features:g}),[n,i,o,c,y,b,x,u,f,m,v,g]);return(0,j.createElement)(tN.Provider,{value:S},e)}function sN(){let e=(0,j.useContext)(tN);if(!e)throw Error(`useSession must be used inside <SessionProvider>.`);return e}function cN(){let{organizations:e,organizationsLoading:t,reloadOrganizations:n}=sN();return{organizations:e,loading:t,error:null,reload:n}}function lN(){let e=o_(),[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 uN(){let e=o_(),{reloadOrganizations:t,refresh:n}=sN(),[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 dN(){let e=o_(),{reloadOrganizations:t,refresh:n}=sN(),[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 fN({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 pN(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 mN(){let{t:e}=vt(),t=Hi(),{user:n,loading:r,logout:i}=sN(),[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)(uM,{children:[(0,M.jsx)(dM,{asChild:!0,children:(0,M.jsx)(Q,{variant:`ghost`,size:`icon`,className:`h-8 w-8 rounded-full`,children:(0,M.jsxs)(QM,{className:`h-7 w-7`,children:[n.image?(0,M.jsx)($M,{src:n.image,alt:n.name??n.email??e(`userMenu.user`)}):null,(0,M.jsx)(eN,{className:`text-[11px]`,children:pN(n.name,n.email)})]})})}),(0,M.jsxs)(mM,{align:`end`,className:`w-64`,children:[(0,M.jsx)(vM,{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)(yM,{}),(0,M.jsxs)(hM,{onSelect:()=>t({to:`/account`}),children:[(0,M.jsx)(db,{className:`mr-2 h-3.5 w-3.5`}),e(`userMenu.account`)]}),(0,M.jsxs)(hM,{onSelect:()=>t({to:`/organizations`}),children:[(0,M.jsx)(Cy,{className:`mr-2 h-3.5 w-3.5`}),e(`userMenu.organizations`)]}),(0,M.jsx)(yM,{}),(0,M.jsxs)(hM,{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)(fN,{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 hN(){let{t:e}=vt(),t=Hi(),n=Oa(),{organizations:r,loading:i,reload:a}=cN(),{session:o,setActiveOrganization:s}=sN(),[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(),K({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){K({title:e(`organizations.switchFailed`),description:t.message,variant:`destructive`})}finally{d(!1)}};return(0,M.jsxs)(uM,{open:c,onOpenChange:l,children:[(0,M.jsx)(dM,{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)(Oy,{className:`h-3 w-3 opacity-50`})]})}),(0,M.jsxs)(mM,{align:`start`,className:`w-[280px]`,sideOffset:4,children:[(0,M.jsx)(vM,{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)(hM,{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)(wy,{className:`h-3.5 w-3.5 text-primary`})]},e.id)),(0,M.jsx)(yM,{}),(0,M.jsxs)(hM,{onSelect:e=>{e.preventDefault(),l(!1),t({to:`/organizations/new`})},className:`gap-2 text-sm`,children:[(0,M.jsx)(Xy,{className:`h-3.5 w-3.5`}),e(`organizationSwitcher.new`)]}),(0,M.jsx)(hM,{onSelect:e=>{e.preventDefault(),l(!1),t({to:`/organizations`})},className:`gap-2 text-sm text-muted-foreground`,children:e(`organizationSwitcher.manage`)})]})]})}function gN({label:e}){return(0,M.jsx)(`a`,{href:`/`,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)(Ay,{className:`h-4 w-4`})})}function _N(){return(0,M.jsx)(Ey,{"aria-hidden":!0,className:`size-3.5 shrink-0 text-muted-foreground/50`})}function vN(){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)(LO,{className:`h-9 w-9`})}),(0,M.jsx)(gN,{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)(_S,{orientation:`vertical`,className:`mx-1 h-4`}),(0,M.jsx)(hN,{}),(0,M.jsx)(_N,{}),(0,M.jsx)(ok,{children:(0,M.jsx)(sk,{children:r.map((e,t)=>(0,M.jsxs)(`div`,{className:`flex items-center`,children:[t>0&&(0,M.jsx)(dk,{}),(0,M.jsx)(ck,{children:(0,M.jsx)(uk,{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)(AM,{})}),(0,M.jsx)(`div`,{className:`hidden sm:block`,children:(0,M.jsx)(MM,{})}),(0,M.jsx)(mN,{})]})]})}var yN=[{to:`/account`,label:`home`,icon:Ry,exact:!0},{to:`/account/profile`,label:`profile`,icon:db},{to:`/account/security`,label:`security`,icon:tb},{to:`/account/sessions`,label:`sessions`,icon:qy},{to:`/account/two-factor`,label:`twoFactor`,icon:eb},{to:`/account/invitations`,label:`invitations`,icon:zy},{to:`/account/linked-accounts`,label:`linkedAccounts`,icon:Uy}],bN=[`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 xN(){let{t:e}=vt(),{pathname:t}=Oa(),{organizations:n}=cN(),r=t,i=t.match(/^\/organizations\/([^/]+)(?:\/.*)?$/),a=i&&n.some(e=>e.id===i[1])?i[1]:null;return(0,M.jsxs)(IO,{collapsible:`icon`,className:`h-full`,children:[(0,M.jsxs)(WO,{children:[(0,M.jsxs)(GO,{children:[(0,M.jsx)(KO,{children:e(`sidebar.groups.account`)}),(0,M.jsx)(JO,{children:(0,M.jsx)(YO,{children:yN.map(t=>{let n=t.icon;return(0,M.jsx)(XO,{children:(0,M.jsx)(ZO,{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:bN,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)(UO,{}),(0,M.jsxs)(GO,{children:[(0,M.jsx)(KO,{children:e(`sidebar.groups.organization`)}),(0,M.jsx)(JO,{children:(0,M.jsxs)(YO,{children:[(0,M.jsx)(XO,{children:(0,M.jsx)(ZO,{asChild:!0,isActive:t===`/organizations`,tooltip:e(`sidebar.items.overview`),className:bN,children:(0,M.jsxs)(ra,{to:`/organizations`,children:[(0,M.jsx)(Cy,{className:`size-4`}),(0,M.jsx)(`span`,{children:e(`sidebar.items.overview`)})]})})}),a&&(0,M.jsxs)(M.Fragment,{children:[(0,M.jsx)(XO,{children:(0,M.jsx)(ZO,{asChild:!0,isActive:t===`/organizations/${a}/general`,tooltip:e(`sidebar.items.general`),className:bN,children:(0,M.jsxs)(ra,{to:`/organizations/$orgId/general`,params:{orgId:a},children:[(0,M.jsx)($y,{className:`size-4`}),(0,M.jsx)(`span`,{children:e(`sidebar.items.general`)})]})})}),(0,M.jsx)(XO,{children:(0,M.jsx)(ZO,{asChild:!0,isActive:t===`/organizations/${a}/members`,tooltip:e(`sidebar.items.members`),className:bN,children:(0,M.jsxs)(ra,{to:`/organizations/$orgId/members`,params:{orgId:a},children:[(0,M.jsx)(fb,{className:`size-4`}),(0,M.jsx)(`span`,{children:e(`sidebar.items.members`)})]})})}),(0,M.jsx)(XO,{children:(0,M.jsx)(ZO,{asChild:!0,isActive:t===`/organizations/${a}/teams`,tooltip:e(`sidebar.items.teams`),className:bN,children:(0,M.jsxs)(ra,{to:`/organizations/$orgId/teams`,params:{orgId:a},children:[(0,M.jsx)(ub,{className:`size-4`}),(0,M.jsx)(`span`,{children:e(`sidebar.items.teams`)})]})})})]})]})})]}),(0,M.jsx)(UO,{}),(0,M.jsxs)(GO,{children:[(0,M.jsx)(KO,{children:e(`sidebar.groups.developer`)}),(0,M.jsx)(JO,{children:(0,M.jsx)(YO,{children:(0,M.jsx)(XO,{children:(0,M.jsx)(ZO,{asChild:!0,isActive:t.startsWith(`/account/oauth-applications`),tooltip:e(`sidebar.items.oauthApps`),className:bN,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)(HO,{children:(0,M.jsx)(YO,{children:(0,M.jsx)(XO,{children:(0,M.jsx)(SN,{})})})})]})}function SN(){let{t:e}=vt(),{state:t,toggleSidebar:n}=PO(),r=e(t===`collapsed`?`sidebar.expand`:`sidebar.collapse`);return(0,M.jsx)(ZO,{onClick:n,tooltip:r,"aria-label":r,children:(0,M.jsx)(Yy,{className:`size-4`})})}function CN(){return typeof window<`u`&&window.location.pathname.startsWith(`/_account`)?window.location.origin:`http://localhost:3000`}var wN=new Set([`/login`,`/register`,`/forgot-password`,`/reset-password`,`/verify-email`,`/verify-email-prompt`,`/auth/device`,`/setup`]);function TN(e){return wN.has(e)||e.startsWith(`/accept-invitation/`)}function EN(){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 DN({children:e}){let{user:t,loading:n}=sN(),r=Hi(),i=Oa(),a=TN(i.pathname),o=i.pathname.startsWith(`/oauth/`)||i.pathname===`/organizations/new`,s=EN(),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)(FO,{className:`flex h-svh w-full flex-col`,children:[(0,M.jsx)(vN,{}),(0,M.jsxs)(`div`,{className:`flex min-h-0 flex-1 w-full`,children:[(0,M.jsx)(xN,{}),(0,M.jsx)(zO,{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 ON(){let e=CN(),t=(0,j.useMemo)(()=>new t_({baseUrl:e}),[e]),{language:n}=vt();return(0,M.jsx)(a_,{client:t,locale:n,children:(0,M.jsxs)(oN,{children:[(0,M.jsx)(DN,{children:(0,M.jsx)(ya,{})}),(0,M.jsx)(Jx,{})]})})}var kN=ca({component:ON}),$=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 AN=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}));AN.displayName=`CardHeader`;var jN=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(`h3`,{ref:n,className:Z(`text-2xl font-semibold leading-none tracking-tight`,e),...t}));jN.displayName=`CardTitle`;var MN=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(`p`,{ref:n,className:Z(`text-sm text-muted-foreground`,e),...t}));MN.displayName=`CardDescription`;var NN=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(`div`,{ref:n,className:Z(`p-6 pt-0`,e),...t}));NN.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 FN(e){let t=e.split(`:`)[0].toLowerCase();return/^cloud\./.test(t)}function IN(){return typeof window>`u`?null:window.location.host||null}function LN({children:e,formWidth:t=`sm`}){let{t:n}=vt(),r=t===`md`?`max-w-md`:`max-w-sm`,i=IN(),a=!!i&&!FN(i);return j.useEffect(()=>{if(typeof document>`u`||!i)return;let e=document.title;return a&&(document.title=i),()=>{document.title=e}},[i,a]),(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:Z(`flex w-full flex-col gap-4`,r),children:[a?(0,M.jsx)(`div`,{className:`flex justify-center`,children:(0,M.jsx)(`span`,{className:`rounded-full border border-border/60 bg-background/60 px-2 py-0.5 font-mono text-[10px] uppercase tracking-wide text-muted-foreground`,title:n(`auth.shell.tenantHostHint`,{defaultValue:`You are signing in to this workspace`}),children:i})}):null,e]})})}var RN=la(`/verify-email-prompt`)({validateSearch:e=>({email:typeof e.email==`string`?e.email:void 0,redirect:typeof e.redirect==`string`?e.redirect:void 0}),component:zN});function zN(){let{t:e}=vt(),t=Hi(),{email:n,redirect:r}=RN.useSearch(),i=o_(),[a,o]=(0,j.useState)(!1),[s,c]=(0,j.useState)(!1);return(0,M.jsx)(LN,{children:(0,M.jsx)(`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)(AN,{className:`text-center`,children:[(0,M.jsx)(`div`,{className:`mx-auto mb-4 flex size-16 items-center justify-center rounded-full bg-primary/10`,children:(0,M.jsx)(Gy,{className:`size-8 text-primary`})}),(0,M.jsx)(jN,{className:`text-xl tracking-tight`,children:e(`auth.verifyEmail.title`,{defaultValue:`Verify your email address`})}),(0,M.jsx)(MN,{children:e(`auth.verifyEmail.description`,{defaultValue:`We sent a verification link to your email address. Please click the link to verify your account.`})})]}),(0,M.jsx)(NN,{children:(0,M.jsxs)(`div`,{className:`flex flex-col gap-4`,children:[n?(0,M.jsxs)(`p`,{className:`text-center text-sm text-muted-foreground`,children:[e(`auth.verifyEmail.sentTo`,{defaultValue:`Sent to:`}),` `,(0,M.jsx)(`span`,{className:`font-medium text-foreground`,children:n})]}):null,(0,M.jsx)(Q,{onClick:async()=>{if(!n||!i?.auth){K({title:e(`auth.verifyEmail.resendFailed`,{defaultValue:`Cannot resend verification email`}),description:e(`auth.verifyEmail.emailMissing`,{defaultValue:`Email address is missing`}),variant:`destructive`});return}o(!0);try{let t=await fetch(`/api/v1/auth/send-verification-email`,{method:`POST`,headers:{"Content-Type":`application/json`},body:JSON.stringify({email:n,callbackURL:r||`/`})});if(!t.ok){let e=await t.json().catch(()=>({message:`Unknown error`}));throw Error(e.message||`Failed to send verification email`)}c(!0),K({title:e(`auth.verifyEmail.resentSuccess`,{defaultValue:`Verification email sent!`}),description:e(`auth.verifyEmail.resentDescription`,{defaultValue:`Please check your inbox and click the verification link.`})})}catch(t){K({title:e(`auth.verifyEmail.resendFailed`,{defaultValue:`Failed to resend verification email`}),description:t.message,variant:`destructive`})}finally{o(!1)}},disabled:a||s,className:`w-full`,variant:s?`outline`:`default`,children:a?(0,M.jsxs)(M.Fragment,{children:[(0,M.jsx)(Zy,{className:`mr-2 size-4 animate-spin`}),e(`auth.verifyEmail.resending`,{defaultValue:`Sending...`})]}):s?e(`auth.verifyEmail.resent`,{defaultValue:`Email sent! Check your inbox`}):(0,M.jsxs)(M.Fragment,{children:[(0,M.jsx)(Zy,{className:`mr-2 size-4`}),e(`auth.verifyEmail.resendButton`,{defaultValue:`Resend verification email`})]})}),(0,M.jsxs)(`div`,{className:`relative`,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:e(`auth.verifyEmail.or`,{defaultValue:`Or`})})})]}),(0,M.jsx)(Q,{onClick:()=>{t({to:`/login`,search:r?{redirect:r}:void 0})},variant:`ghost`,className:`w-full`,children:e(`auth.verifyEmail.backToLogin`,{defaultValue:`Back to login`})}),(0,M.jsx)(`p`,{className:`text-center text-xs text-muted-foreground`,children:e(`auth.verifyEmail.checkSpam`,{defaultValue:`Didn't receive the email? Check your spam folder or contact support.`})})]})})]})})})}var BN=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}=BN.useSearch(),n=o_(),[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)(LN,{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)(AN,{className:`text-center`,children:[(0,M.jsx)(jN,{className:`text-xl tracking-tight`,children:e(`auth.verifyEmail.verifyingTitle`)}),(0,M.jsx)(MN,{children:e(`auth.verifyEmail.verifyingDescription`)})]}),(0,M.jsx)(NN,{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)(AN,{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)(ky,{className:`size-6`})}),(0,M.jsx)(jN,{className:`text-xl tracking-tight`,children:e(`auth.verifyEmail.successTitle`)}),(0,M.jsx)(MN,{children:e(`auth.verifyEmail.successDescription`)})]}),(0,M.jsx)(NN,{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)(AN,{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)(jy,{className:`size-6`})}),(0,M.jsx)(jN,{className:`text-xl tracking-tight`,children:e(`auth.verifyEmail.errorTitle`)}),(0,M.jsx)(MN,{children:a||e(`auth.verifyEmail.errorDescription`)})]}),(0,M.jsx)(NN,{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 HN=`Label`,UN=j.forwardRef((e,t)=>(0,M.jsx)(uS.label,{...e,ref:t,onMouseDown:t=>{t.target.closest(`button, input, select, textarea`)||(e.onMouseDown?.(t),!t.defaultPrevented&&t.detail>1&&t.preventDefault())}}));UN.displayName=HN;var WN=UN,GN=fy(`text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70`),KN=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(WN,{ref:n,className:Z(GN(),e),...t}));KN.displayName=WN.displayName;var qN=la(`/setup`)({component:YN});function JN(e){return e.toLowerCase().replace(/[^a-z0-9]+/g,`-`).replace(/^-+|-+$/g,``)}function YN(){let{t:e}=vt(),t=Hi(),n=o_(),{user:r,refresh:i}=sN(),[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.jsx)(`div`,{className:`flex w-full max-w-md flex-col gap-6`,children:(0,M.jsxs)($,{children:[(0,M.jsxs)(AN,{className:`text-center`,children:[(0,M.jsx)(jN,{children:e(`auth.setup.welcomeTitle`)}),(0,M.jsx)(MN,{children:e(`auth.setup.description`)})]}),(0,M.jsx)(NN,{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:JN(e)}),i=r.id;else{let t=await n.organizations.create({name:e,slug:JN(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){K({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)(KN,{htmlFor:`name`,children:e(`auth.setup.yourName`)}),(0,M.jsx)(lS,{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)(KN,{htmlFor:`orgName`,children:e(`auth.setup.orgName`)}),(0,M.jsx)(lS,{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)(KN,{htmlFor:`email`,children:e(`auth.emailLabel`)}),(0,M.jsx)(lS,{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)(KN,{htmlFor:`password`,children:e(`auth.passwordLabel`)}),(0,M.jsx)(lS,{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 XN=la(`/reset-password`)({validateSearch:e=>{let t=e.token;return typeof t==`string`?{token:t}:{}},component:ZN});function ZN(){let{t:e}=vt(),t=Hi(),{token:n}=XN.useSearch(),[r,i]=(0,j.useState)(``),[a,o]=(0,j.useState)(``),[s,c]=(0,j.useState)(!1);return(0,M.jsx)(LN,{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)(AN,{className:`text-center`,children:[(0,M.jsx)(jN,{className:`text-xl tracking-tight`,children:e(`auth.resetPassword.title`)}),(0,M.jsx)(MN,{children:e(`auth.resetPassword.description`)})]}),(0,M.jsx)(NN,{children:n?(0,M.jsxs)(`form`,{onSubmit:async i=>{if(i.preventDefault(),r!==a){K({title:e(`auth.resetPassword.passwordsMismatch`),variant:`destructive`});return}if(!n){K({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}`)}K({title:e(`auth.resetPassword.success`)}),t({to:`/login`})}catch(t){K({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)(KN,{htmlFor:`new-password`,children:e(`auth.resetPassword.newPassword`)}),(0,M.jsx)(lS,{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)(KN,{htmlFor:`confirm-password`,children:e(`auth.resetPassword.confirmPassword`)}),(0,M.jsx)(lS,{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 QN({mode:e,redirect:t}){let{t:n}=vt(),r=o_(),[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]})}function $N(e,t){if(e.metaKey||e.ctrlKey||e.shiftKey||e.button===1)return;e.preventDefault();let n=Math.min(960,window.screen.availWidth-80),r=Math.min(720,window.screen.availHeight-80),i=Math.max(0,Math.round((window.screen.availWidth-n)/2)),a=Math.max(0,Math.round((window.screen.availHeight-r)/2)),o=[`popup=yes`,`width=${n}`,`height=${r}`,`left=${i}`,`top=${a}`,`resizable=yes`,`scrollbars=yes`,`noopener=yes`,`noreferrer=yes`].join(`,`);window.open(t,`objectstack-legal`,o)||window.open(t,`_blank`,`noopener,noreferrer`)}function eP({termsUrl:e,privacyUrl:t}){let{t:n}=vt(`account`),r=typeof e==`string`&&e.length>0,i=typeof t==`string`&&t.length>0;return!r&&!i?null:(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:[n(`legal.agreementPrefix`),` `,r?(0,M.jsx)(`a`,{href:e,target:`objectstack-legal`,rel:`noreferrer noopener`,onClick:t=>$N(t,e),children:n(`legal.termsOfService`)}):null,r&&i?(0,M.jsxs)(M.Fragment,{children:[` `,n(`legal.and`),` `]}):null,i?(0,M.jsx)(`a`,{href:t,target:`objectstack-legal`,rel:`noreferrer noopener`,onClick:e=>$N(e,t),children:n(`legal.privacyPolicy`)}):null,`.`]})}var tP=la(`/register`)({validateSearch:e=>{let t=e.redirect;return typeof t==`string`?{redirect:t}:{}},component:iP});function nP(e){return!!e&&e.startsWith(`/`)&&!e.startsWith(`//`)}function rP(e){return e.startsWith(`/_`)?e:`/_account/`.replace(/\/$/,``)+e}function iP(){let{t:e}=vt(),t=Hi(),{redirect:n}=tP.useSearch(),r=o_(),{session:i,user:a,loading:o,refresh:s,organizations:c,organizationsLoading:l,organizationsFetched:u,setActiveOrganization:d,features:f}=sN();(0,j.useEffect)(()=>{f?.signUpDisabled===!0&&t({to:`/login`,search:n?{redirect:n}:{},replace:!0})},[f?.signUpDisabled,t,n]);let[p,m]=(0,j.useState)(``),[h,g]=(0,j.useState)(``),[_,v]=(0,j.useState)(``),[y,b]=(0,j.useState)(!1),[x,S]=(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||x)return;if(c.length===1){S(!0),d(c[0].id).catch(()=>void 0).finally(()=>S(!1));return}if(!f)return;if(c.length>1){t({to:`/organizations`});return}if(f.multiOrgEnabled===!1){nP(n)?window.location.assign(rP(n)):window.location.assign(`/`);return}t({to:`/organizations/new`,search:n?{redirect:n}:{}});return}if(!x){if(nP(n)){window.location.assign(rP(n));return}window.location.assign(`/`)}}},[a,i,t,n,c,l,u,x,d,f]),(0,M.jsx)(LN,{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)(AN,{className:`text-center`,children:[(0,M.jsx)(jN,{className:`text-xl tracking-tight`,children:e(`auth.register.title`)}),(0,M.jsx)(MN,{children:e(`auth.register.description`)})]}),(0,M.jsx)(NN,{children:(0,M.jsx)(`form`,{onSubmit:async i=>{if(i.preventDefault(),r?.auth){b(!0);try{let i=await r.auth.register({name:p,email:h,password:_}),a=i?.data??i;if(a&&a.token===null&&a.user){t({to:`/verify-email-prompt`,search:{email:h,redirect:n}});return}try{await s()}catch(e){let r=e.message;if(r.includes(`email`)&&(r.toLowerCase().includes(`verif`)||r.toLowerCase().includes(`not verified`))){t({to:`/verify-email-prompt`,search:{email:h,redirect:n}});return}throw e}K({title:e(`auth.register.successToast`)})}catch(r){let i=r.message;if(i.includes(`email`)&&(i.toLowerCase().includes(`verif`)||i.toLowerCase().includes(`sent`))){t({to:`/verify-email-prompt`,search:{email:h,redirect:n}});return}K({title:e(`auth.register.failed`),description:i,variant:`destructive`})}finally{b(!1)}}},children:(0,M.jsxs)(`div`,{className:`flex flex-col gap-4`,children:[(0,M.jsx)(QN,{mode:`sign-up`,redirect:n}),(0,M.jsxs)(`div`,{className:`flex flex-col gap-2`,children:[(0,M.jsx)(KN,{htmlFor:`name`,children:e(`auth.nameLabel`)}),(0,M.jsx)(lS,{id:`name`,autoComplete:`name`,required:!0,value:p,onChange:e=>m(e.target.value)})]}),(0,M.jsxs)(`div`,{className:`flex flex-col gap-2`,children:[(0,M.jsx)(KN,{htmlFor:`email`,children:e(`auth.emailLabel`)}),(0,M.jsx)(lS,{id:`email`,type:`email`,placeholder:e(`auth.emailPlaceholder`),autoComplete:`email`,required:!0,value:h,onChange:e=>g(e.target.value)})]}),(0,M.jsxs)(`div`,{className:`flex flex-col gap-2`,children:[(0,M.jsx)(KN,{htmlFor:`password`,children:e(`auth.passwordLabel`)}),(0,M.jsx)(lS,{id:`password`,type:`password`,autoComplete:`new-password`,required:!0,minLength:8,value:_,onChange:e=>v(e.target.value)})]}),(0,M.jsx)(Q,{type:`submit`,className:`w-full`,disabled:y,children:e(y?`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.jsx)(eP,{termsUrl:f?.termsUrl,privacyUrl:f?.privacyUrl})]})})}var aP=la(`/login`)({validateSearch:e=>{let t=e.redirect;return typeof t==`string`?{redirect:t}:{}},component:cP});function oP(e){return!!e&&e.startsWith(`/`)&&!e.startsWith(`//`)}function sP(e){return e.startsWith(`/_`)?e:`/_account/`.replace(/\/$/,``)+e}function cP(){let{t:e}=vt(),t=Hi(),{redirect:n}=aP.useSearch(),r=o_(),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,features:p}=sN(),m=p?.signUpDisabled===!0,[h,g]=(0,j.useState)(``),[_,v]=(0,j.useState)(``),[y,b]=(0,j.useState)(!1),[x,S]=(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||x)return;if(l.length===1){S(!0),f(l[0].id).catch(()=>void 0).finally(()=>S(!1));return}if(!p)return;if(l.length===0){if(p.multiOrgEnabled===!1){oP(n)?window.location.assign(sP(n)):window.location.assign(`/`);return}t({to:`/organizations/new`});return}if(p.multiOrgEnabled===!1){S(!0),f(l[0].id).catch(()=>void 0).finally(()=>S(!1));return}t({to:`/organizations`});return}if(!x){if(oP(n)){window.location.assign(sP(n));return}window.location.assign(`/`)}}},[o,a,t,n,l,u,d,x,f,p]),s||o?(0,M.jsx)(LN,{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)(LN,{children:[y?(0,M.jsx)(fN,{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:`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)(AN,{className:`text-center`,children:[(0,M.jsx)(jN,{className:`text-xl tracking-tight`,children:e(`auth.login.title`)}),(0,M.jsx)(MN,{children:e(`auth.login.description`)})]}),(0,M.jsx)(NN,{children:(0,M.jsx)(`form`,{onSubmit:async i=>{if(i.preventDefault(),r?.auth){b(!0);try{await r.auth.login({type:`email`,email:h,password:_}),await c(),K({title:e(`auth.login.welcomeToast`)})}catch(r){let i=r.message,a=r.code,o=(i||``).toLowerCase();if(a===`EMAIL_NOT_VERIFIED`||o.includes(`email`)&&(o.includes(`verif`)||o.includes(`not verified`))){t({to:`/verify-email-prompt`,search:{email:h,redirect:n}});return}K({title:e(`auth.login.failed`),description:i,variant:`destructive`})}finally{b(!1)}}},children:(0,M.jsxs)(`div`,{className:`flex flex-col gap-4`,children:[(0,M.jsx)(QN,{mode:`sign-in`,redirect:n}),(0,M.jsxs)(`div`,{className:`flex flex-col gap-2`,children:[(0,M.jsx)(KN,{htmlFor:`email`,children:e(`auth.emailLabel`)}),(0,M.jsx)(lS,{id:`email`,type:`email`,placeholder:e(`auth.emailPlaceholder`),autoComplete:`email`,required:!0,value:h,onChange:e=>g(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)(KN,{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)(lS,{id:`password`,type:`password`,autoComplete:`current-password`,required:!0,value:_,onChange:e=>v(e.target.value)})]}),(0,M.jsx)(Q,{type:`submit`,className:`w-full`,disabled:y,children:e(y?`auth.login.submitting`:`auth.login.submit`)}),m?null:(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.jsx)(eP,{termsUrl:p?.termsUrl,privacyUrl:p?.privacyUrl})]})]})}var lP=la(`/forgot-password`)({component:uP});function uP(){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)(LN,{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)(AN,{className:`text-center`,children:[(0,M.jsx)(jN,{className:`text-xl tracking-tight`,children:e(`auth.forgotPassword.checkEmailTitle`)}),(0,M.jsx)(MN,{children:e(`auth.forgotPassword.checkEmailDescription`,{email:t})})]}),(0,M.jsx)(NN,{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)(AN,{className:`text-center`,children:[(0,M.jsx)(jN,{className:`text-xl tracking-tight`,children:e(`auth.forgotPassword.title`)}),(0,M.jsx)(MN,{children:e(`auth.forgotPassword.description`)})]}),(0,M.jsx)(NN,{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/request-password-reset`,{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){K({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)(KN,{htmlFor:`email`,children:e(`auth.emailLabel`)}),(0,M.jsx)(lS,{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 dP=la(`/account`)({component:fP});function fP(){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 pP=la(`/`)({component:mP});function mP(){return(0,M.jsx)(Ui,{to:`/login`})}var hP=fy(`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 gP({className:e,variant:t,...n}){return(0,M.jsx)(`div`,{className:Z(hP({variant:t}),e),...n})}function _P({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 vP=la(`/organizations/`)({component:yP});function yP(){let{t:e}=vt(),{organizations:t,loading:n}=cN(),{session:r,setActiveOrganization:i,features:a}=sN(),o=Hi(),s=r?.activeOrganizationId??void 0,c=a?.multiOrgEnabled!==!1,l=async t=>{try{t!==s&&await i(t),o({to:`/organizations/$orgId`,params:{orgId:t}})}catch(t){K({title:e(`organizations.switchFailed`),description:t.message,variant:`destructive`})}},u=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)(_P,{icon:Cy,title:e(`organizations.title`),description:e(`organizations.description`),actions:c?(0,M.jsxs)(Q,{onClick:()=>o({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)(Xy,{className:`mr-2 h-4 w-4`}),e(`organizations.newOrganization`)]}):null}),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)(Cy,{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`)}),c&&(0,M.jsxs)(Q,{onClick:()=>o({to:`/organizations/new`}),className:`bg-brand-gradient text-primary-foreground shadow-sm shadow-primary/20`,children:[(0,M.jsx)(Xy,{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===s;return(0,M.jsx)($,{role:`button`,tabIndex:0,onClick:()=>l(t.id),onKeyDown:e=>{(e.key===`Enter`||e.key===` `)&&(e.preventDefault(),l(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:u(t.name)||(0,M.jsx)(Cy,{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)(gP,{className:`gap-1 border-transparent bg-emerald-500/15 text-[10px] font-medium text-emerald-600 dark:text-emerald-400`,children:[(0,M.jsx)(wy,{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)(Ey,{className:`size-4 shrink-0 text-muted-foreground transition-transform group-hover:translate-x-0.5 group-hover:text-primary`})]})},t.id)})})]})})})}var bP=la(`/account/`)({component:xP});function xP(){let{t:e}=vt(),{user:t}=sN(),{organizations:n}=cN(),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:db},{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:tb},{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:eb},{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:qy},{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:Uy},{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)(QM,{className:`size-16 shrink-0 ring-4 ring-white/30 shadow-md sm:size-20`,children:[t?.image?(0,M.jsx)($M,{src:t.image,alt:t?.name??``}):null,(0,M.jsx)(eN,{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)(Ky,{className:`size-3.5`,"aria-hidden":!0}),(0,M.jsx)(`span`,{className:`truncate`,children:t?.email}),t?.emailVerified?(0,M.jsx)(gP,{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)(SP,{icon:eb,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)(SP,{icon:Cy,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)(Sy,{className:`size-3`})]})}),(0,M.jsx)(SP,{icon:t?.twoFactorEnabled?eb:tb,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)(Sy,{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)(Sy,{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 SP({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)(NN,{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 CP=la(`/organizations/new`)({validateSearch:e=>{let t=e.redirect;return typeof t==`string`?{redirect:t}:{}},component:DP});function wP(e){return e.toLowerCase().trim().replace(/[^a-z0-9]+/g,`-`).replace(/^-+|-+$/g,``).slice(0,48)}function TP(e){return!!e&&e.startsWith(`/`)&&!e.startsWith(`//`)}function EP(e){return e.startsWith(`/_`)?e:`/_account/`.replace(/\/$/,``)+e}function DP(){let{t:e}=vt(),t=Hi(),{redirect:n}=CP.useSearch(),{create:r,creating:i}=lN(),{setActiveOrganization:a,reloadOrganizations:o,features:s}=sN(),[c,l]=(0,j.useState)(``),[u,d]=(0,j.useState)(``),[f,p]=(0,j.useState)(!1);(0,j.useEffect)(()=>{s&&s.multiOrgEnabled===!1&&t({to:`/organizations`})},[s,t]);let m=e=>{l(e),f||d(wP(e))};return(0,M.jsx)(LN,{formWidth:`md`,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)(AN,{className:`text-center`,children:[(0,M.jsx)(jN,{className:`text-xl tracking-tight`,children:e(`organizations.new.title`)}),(0,M.jsx)(MN,{children:e(`organizations.new.description`)})]}),(0,M.jsx)(NN,{children:(0,M.jsxs)(`form`,{onSubmit:async t=>{t.preventDefault();try{let t=await r({name:c,slug:u||void 0}),i=t?.data??t,s=i?.id??i?.organization?.id;s&&await a(s).catch(()=>{}),await o().catch(()=>{}),K({title:e(`organizations.new.successToast`)}),TP(n)?window.location.assign(EP(n)):window.location.assign(`/`)}catch(t){K({title:e(`organizations.new.failed`),description:t.message,variant:`destructive`})}},className:`flex flex-col gap-4`,children:[(0,M.jsxs)(`div`,{className:`flex flex-col gap-2`,children:[(0,M.jsx)(KN,{htmlFor:`name`,children:e(`organizations.new.name`)}),(0,M.jsx)(lS,{id:`name`,required:!0,autoFocus:!0,value:c,onChange:e=>m(e.target.value),placeholder:e(`organizations.new.namePlaceholder`)})]}),(0,M.jsxs)(`div`,{className:`flex flex-col gap-2`,children:[(0,M.jsx)(KN,{htmlFor:`slug`,children:e(`organizations.new.slug`)}),(0,M.jsx)(lS,{id:`slug`,value:u,onChange:e=>{d(e.target.value),p(!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.jsx)(Q,{type:`submit`,className:`w-full`,disabled:i||!c,children:e(i?`organizations.new.submitting`:`organizations.new.submit`)}),(0,M.jsx)(`p`,{className:`text-center text-sm text-muted-foreground`,children:(0,M.jsx)(ra,{to:`/organizations`,className:`font-medium text-primary underline-offset-4 hover:underline`,children:e(`organizations.new.cancel`)})})]})})]})})}var OP=la(`/organizations/$orgId`)({component:kP});function kP(){let{t:e}=vt(),{orgId:t}=OP.useParams(),{organizations:n}=cN(),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 AP(){let e=o_(),[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 jP(){let e=o_(),[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 MP(){let e=o_(),[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 NP(){let e=o_(),[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 PP=la(`/oauth/consent`)({validateSearch:e=>e,component:FP});function FP(){let{t:e}=vt(),t=Hi(),n=o_(),{user:r,loading:i}=sN(),{submit:a,submitting:o}=NP(),[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}K({title:e(t?`oauth.consent.granted`:`oauth.consent.denied`),description:e(`oauth.consent.noRedirect`),variant:t?void 0:`destructive`})}catch(t){K({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)(AN,{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)(jN,{className:`text-xl`,children:e(`oauth.consent.title`,{appName:g})}),(0,M.jsx)(MN,{children:e(`oauth.consent.request`,{appName:g,suffix:r?.email?` (${r.email})`:``})})]}),(0,M.jsxs)(NN,{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)(wy,{className:`mt-0.5 h-4 w-4 text-green-600 dark:text-green-400`}),(0,M.jsx)(`span`,{children:IP(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)(pb,{className:`mr-2 h-4 w-4`}),e(`oauth.consent.deny`)]}),(0,M.jsxs)(Q,{onClick:()=>h(!0),disabled:o,children:[(0,M.jsx)(wy,{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 IP(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 LP=la(`/auth/device`)({validateSearch:e=>({user_code:e.user_code??e.code??``}),component:zP});function RP({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)(Iy,{className:`size-4`})}),`ObjectStack`]}),(0,M.jsx)(`div`,{className:`flex flex-col gap-6`,children:e})]})})}function zP(){let{t:e}=vt(),{user_code:t}=LP.useSearch(),{user:n,loading:r}=sN(),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)(RP,{children:(0,M.jsx)($,{children:(0,M.jsx)(AN,{className:`text-center`,children:(0,M.jsx)(MN,{children:e(`auth.device.loading`)})})})}):n?l?(0,M.jsx)(RP,{children:(0,M.jsx)($,{children:(0,M.jsxs)(AN,{className:`text-center`,children:[(0,M.jsx)(ky,{className:`h-10 w-10 text-green-500 mx-auto mb-2`}),(0,M.jsx)(jN,{children:e(`auth.device.approvedTitle`)}),(0,M.jsx)(MN,{children:e(`auth.device.approvedDescription`)})]})})}):d?(0,M.jsx)(RP,{children:(0,M.jsx)($,{children:(0,M.jsxs)(AN,{className:`text-center`,children:[(0,M.jsx)(jN,{children:e(`auth.device.deniedTitle`)}),(0,M.jsx)(MN,{children:e(`auth.device.deniedDescription`)})]})})}):(0,M.jsx)(RP,{children:(0,M.jsxs)($,{children:[(0,M.jsxs)(AN,{className:`text-center`,children:[(0,M.jsx)(jN,{children:e(`auth.device.title`)}),(0,M.jsx)(MN,{children:e(`auth.device.subtitle`,{email:n.email})})]}),(0,M.jsxs)(NN,{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),K({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)(RP,{children:(0,M.jsx)($,{children:(0,M.jsxs)(AN,{className:`text-center`,children:[(0,M.jsx)(jN,{children:e(`auth.device.invalidTitle`)}),(0,M.jsx)(MN,{children:e(`auth.device.invalidDescription`)})]})})})}var BP=la(`/account/two-factor`)({component:VP});function VP(){let{t:e}=vt(),t=o_(),{user:n,loading:r,refresh:i}=sN(),[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){K({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}),K({title:e(`twoFactor.enableSuccess`)}),o(!0),f(null),v(``),await i()}catch(t){K({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}),K({title:e(`twoFactor.disableSuccess`)}),o(!1),S(``),te(null),await i()}catch(t){K({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(``),K({title:e(`twoFactor.backupCodes.regenerated`)})}catch(t){K({title:e(`twoFactor.backupCodes.regenerateFailed`),description:t.message,variant:`destructive`})}finally{O(!1)}},oe=async t=>{try{await navigator.clipboard.writeText(t.join(`
|
|
154
|
+
`)),K({title:e(`twoFactor.backupCodes.copied`)})}catch{K({title:e(`twoFactor.backupCodes.copyFailed`),variant:`destructive`})}},k=(0,M.jsx)(_P,{icon:eb,title:e(`twoFactor.title`),description:e(`twoFactor.notEnabledDescription`),actions:a===!0?(0,M.jsx)(gP,{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)(gP,{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)(AN,{children:(0,M.jsx)(jN,{className:`text-base`,children:e(`twoFactor.loadingStatus`)})}),(0,M.jsxs)(NN,{className:`space-y-2`,children:[(0,M.jsx)(eT,{className:`h-4 w-48`}),(0,M.jsx)(eT,{className:`h-9 w-full`}),(0,M.jsx)(eT,{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)(AN,{children:[(0,M.jsx)(jN,{className:`text-base`,children:e(`twoFactor.setupTitle`)}),(0,M.jsx)(MN,{children:e(`twoFactor.setupDescription`)})]}),(0,M.jsxs)(NN,{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)(Py,{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)(_S,{}),(0,M.jsxs)(`form`,{onSubmit:re,className:`space-y-3`,children:[(0,M.jsxs)(`div`,{className:`space-y-1.5`,children:[(0,M.jsx)(KN,{htmlFor:`totp-code`,children:e(`twoFactor.verificationCode`)}),(0,M.jsx)(lS,{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)(AN,{children:[(0,M.jsx)(jN,{className:`text-base`,children:e(`twoFactor.enabledTitle`,{defaultValue:`Authenticator app`})}),(0,M.jsx)(MN,{children:e(`twoFactor.enabledDescription`)})]}),(0,M.jsx)(NN,{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)(KN,{htmlFor:`disable-password`,children:e(`twoFactor.password`)}),(0,M.jsx)(lS,{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)(AN,{children:[(0,M.jsxs)(jN,{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)(MN,{children:e(`twoFactor.backupCodes.description`)})]}),(0,M.jsxs)(NN,{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)(KN,{htmlFor:`backup-password`,children:e(`twoFactor.password`)}),(0,M.jsx)(lS,{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)(Zy,{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)(Py,{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)(AN,{children:[(0,M.jsx)(jN,{className:`text-base`,children:e(`twoFactor.enable`)}),(0,M.jsx)(MN,{children:e(`twoFactor.notEnabledDescription`)})]}),(0,M.jsx)(NN,{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)(KN,{htmlFor:`enable-password`,children:e(`twoFactor.password`)}),(0,M.jsx)(lS,{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`]],UP=[[/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 WP(e){if(!e)return{browser:`Unknown`,os:`Unknown`,device:`desktop`,label:`Unknown device`,icon:Ly};let t=HP.find(([t])=>t.test(e))?.[1]??`Browser`,n=UP.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=qy;return o=a===`mobile`?nb:a===`tablet`?ib:/Linux|Windows|Mac/i.test(e)?qy:Ly,{browser:t,os:n,device:a,label:`${t} · ${n}`,icon:o}}var GP=la(`/account/sessions`)({component:KP});function KP(){let{t:e}=vt(),t=o_(),{session:n}=sN(),[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){K({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),K({title:e(`sessions.revoked`)}),await d()}catch(t){K({title:e(`sessions.revokeFailed`),description:t.message,variant:`destructive`})}finally{c(null)}},p=async()=>{u(!0);try{await t.auth.sessions.revokeOthers(),K({title:e(`sessions.othersRevoked`)}),await d()}catch(t){K({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)(_P,{icon:qy,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)(NN,{className:`flex items-center gap-3 p-4`,children:[(0,M.jsx)(eT,{className:`size-10 rounded-lg`}),(0,M.jsxs)(`div`,{className:`flex-1 space-y-2`,children:[(0,M.jsx)(eT,{className:`h-4 w-40`}),(0,M.jsx)(eT,{className:`h-3 w-64`})]})]})},e))}),!a&&r.length===0&&(0,M.jsx)($,{children:(0,M.jsxs)(NN,{className:`flex flex-col items-center gap-3 p-10 text-center text-sm text-muted-foreground`,children:[(0,M.jsx)(qy,{className:`size-10 text-muted-foreground/50`}),e(`sessions.empty`)]})}),!a&&h&&(0,M.jsx)(qP,{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)(qP,{session:t,isCurrent:!1,revoking:s===t.token,onRevoke:()=>f(t.token),t:e},t.id))})]})]})}function qP({session:e,isCurrent:t,revoking:n,onRevoke:r,t:i}){let a=WP(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)(NN,{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)(gP,{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 JP=Rw,YP=zw,XP=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(Bw,{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}));XP.displayName=Bw.displayName;var ZP=j.forwardRef(({className:e,children:t,...n},r)=>(0,M.jsxs)(YP,{children:[(0,M.jsx)(XP,{}),(0,M.jsxs)(Vw,{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)(Ww,{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)(pb,{className:`h-4 w-4`}),(0,M.jsx)(`span`,{className:`sr-only`,children:`Close`})]})]})]}));ZP.displayName=Vw.displayName;var QP=({className:e,...t})=>(0,M.jsx)(`div`,{className:Z(`flex flex-col space-y-1.5 text-center sm:text-left`,e),...t});QP.displayName=`DialogHeader`;var $P=({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});$P.displayName=`DialogFooter`;var eF=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(Hw,{ref:n,className:Z(`text-lg font-semibold leading-none tracking-tight`,e),...t}));eF.displayName=Hw.displayName;var tF=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(Uw,{ref:n,className:Z(`text-sm text-muted-foreground`,e),...t}));tF.displayName=Uw.displayName;var nF=la(`/account/security`)({component:rF});function rF(){let{t:e}=vt(),t=o_(),n=Hi(),{user:r,logout:i}=sN(),[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)(_P,{icon:tb,title:e(`security.title`),description:e(`security.description`)}),(0,M.jsxs)($,{children:[(0,M.jsxs)(AN,{children:[(0,M.jsxs)(jN,{className:`text-base flex items-center gap-2`,children:[(0,M.jsx)(tb,{className:`h-4 w-4 text-primary`}),e(`security.changePasswordTitle`,{defaultValue:`Change password`})]}),(0,M.jsx)(MN,{children:e(`security.changePasswordDescription`,{defaultValue:`Use at least 8 characters. Mix letters, numbers and symbols for strength.`})})]}),(0,M.jsx)(NN,{children:(0,M.jsxs)(`form`,{onSubmit:async n=>{if(n.preventDefault(),s!==l){K({title:e(`security.passwordsMismatch`),variant:`destructive`});return}m(!0);try{await t.auth.changePassword({currentPassword:a,newPassword:s,revokeOtherSessions:d}),K({title:e(`security.changed`)}),o(``),c(``),u(``)}catch(t){K({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)(KN,{htmlFor:`current-password`,children:e(`security.currentPassword`)}),(0,M.jsx)(lS,{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)(KN,{htmlFor:`new-password`,children:e(`security.newPassword`)}),(0,M.jsx)(lS,{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)(KN,{htmlFor:`confirm-new-password`,children:e(`security.confirmPassword`)}),(0,M.jsx)(lS,{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)(AN,{children:[(0,M.jsxs)(jN,{className:`text-base flex items-center gap-2`,children:[(0,M.jsx)(Ky,{className:`h-4 w-4 text-primary`}),e(`security.email.title`)]}),(0,M.jsx)(MN,{children:e(`security.email.description`)})]}),(0,M.jsx)(NN,{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`}),K({title:e(`security.email.requested`),description:e(`security.email.checkInbox`,{email:h})}),g(``)}catch(t){K({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)(KN,{htmlFor:`current-email`,children:e(`security.email.current`)}),(0,M.jsx)(lS,{id:`current-email`,value:r?.email??``,disabled:!0})]}),(0,M.jsxs)(`div`,{className:`space-y-1.5`,children:[(0,M.jsx)(KN,{htmlFor:`new-email`,children:e(`security.email.new`)}),(0,M.jsx)(lS,{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)(AN,{children:[(0,M.jsxs)(jN,{className:`text-base flex items-center gap-2 text-destructive`,children:[(0,M.jsx)(ob,{className:`h-4 w-4`}),e(`security.delete.title`)]}),(0,M.jsx)(MN,{children:e(`security.delete.description`)})]}),(0,M.jsx)(NN,{children:(0,M.jsxs)(Q,{variant:`destructive`,onClick:()=>b(!0),children:[(0,M.jsx)(ab,{className:`mr-2 h-4 w-4`}),e(`security.delete.cta`)]})})]}),(0,M.jsx)(JP,{open:y,onOpenChange:b,children:(0,M.jsxs)(ZP,{children:[(0,M.jsxs)(QP,{children:[(0,M.jsx)(eF,{children:e(`security.delete.dialogTitle`)}),(0,M.jsx)(tF,{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)(KN,{htmlFor:`delete-password`,children:e(`security.delete.password`)}),(0,M.jsx)(lS,{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)(KN,{htmlFor:`delete-confirm`,children:e(`security.delete.typeEmail`,{email:r?.email??``})}),(0,M.jsx)(lS,{id:`delete-confirm`,value:C,onChange:e=>w(e.target.value),placeholder:r?.email??``})]})]}),(0,M.jsxs)($P,{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){K({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}),K({title:e(`security.delete.success`)});try{await i()}catch{}n({to:`/login`,replace:!0})}catch(t){K({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 iF=la(`/account/profile`)({component:aF});function aF(){let{t:e}=vt(),t=o_(),{user:n,refresh:r}=sN(),[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(),K({title:e(`profile.updated`)})}catch(t){K({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(),K({title:e(`profile.avatarUpdated`)})}catch(t){K({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)(QM,{className:`size-20 shrink-0 ring-4 ring-card shadow-md`,children:[o?(0,M.jsx)($M,{src:o,alt:n?.name??``}):null,(0,M.jsx)(eN,{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)(sb,{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)(AN,{children:[(0,M.jsx)(jN,{className:`text-base`,children:e(`profile.title`)}),(0,M.jsx)(MN,{children:e(`profile.description`)})]}),(0,M.jsx)(NN,{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)(KN,{htmlFor:`profile-email`,children:e(`profile.email`)}),(0,M.jsx)(lS,{id:`profile-email`,value:n?.email??``,disabled:!0})]}),(0,M.jsxs)(`div`,{className:`space-y-1.5`,children:[(0,M.jsx)(KN,{htmlFor:`profile-name`,children:e(`profile.name`)}),(0,M.jsx)(lS,{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 oF=la(`/account/linked-accounts`)({component:cF}),sF={google:`Google`,github:`GitHub`,microsoft:`Microsoft`,apple:`Apple`,discord:`Discord`,gitlab:`GitLab`,twitter:`Twitter / X`,facebook:`Facebook`};function cF(){let{t:e}=vt(),t=o_(),[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:sF[n.providerId]??n.providerId}))){s(n.id);try{await t.auth.accounts.unlink({providerId:n.providerId,accountId:n.accountId}),K({title:e(`linkedAccounts.unlinked`)}),await c()}catch(t){K({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):K({title:e(`linkedAccounts.linkFailed`),variant:`destructive`})}catch(t){K({title:e(`linkedAccounts.linkFailed`),description:t.message,variant:`destructive`})}},d=new Set(n.map(e=>e.providerId)),f=Object.keys(sF).filter(e=>!d.has(e));return(0,M.jsxs)(`div`,{className:`space-y-6`,children:[(0,M.jsx)(_P,{icon:Uy,title:e(`linkedAccounts.title`),description:e(`linkedAccounts.description`)}),(0,M.jsxs)($,{children:[(0,M.jsxs)(AN,{children:[(0,M.jsx)(jN,{className:`text-base`,children:e(`linkedAccounts.connectedTitle`,{defaultValue:`Connected providers`})}),(0,M.jsx)(MN,{children:e(`linkedAccounts.connectedDescription`,{defaultValue:`Sign-in providers currently linked to this account.`})})]}),(0,M.jsxs)(NN,{children:[i&&(0,M.jsxs)(`div`,{className:`space-y-3`,children:[(0,M.jsx)(eT,{className:`h-12 w-full`}),(0,M.jsx)(eT,{className:`h-12 w-full`})]}),!i&&n.length===0&&(0,M.jsxs)(`div`,{className:`text-center py-8`,children:[(0,M.jsx)(Uy,{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)(gP,{variant:`secondary`,children:sF[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)(Hy,{className:`mr-1 h-4 w-4`}),e(`linkedAccounts.unlink`)]})]},t.id))})]})]}),f.length>0&&(0,M.jsxs)($,{children:[(0,M.jsxs)(AN,{children:[(0,M.jsx)(jN,{className:`text-base`,children:e(`linkedAccounts.addTitle`)}),(0,M.jsx)(MN,{children:e(`linkedAccounts.addDescription`)})]}),(0,M.jsx)(NN,{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)(Xy,{className:`mr-1 h-3 w-3`}),sF[e]]},e))})})]})]})}function lF(e){let t=o_(),[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 uF(e){let t=o_(),[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 dF(){let e=o_(),[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 fF=la(`/account/invitations`)({component:pF});function pF(){let{t:e}=vt(),{invitations:t,loading:n,accept:r,reject:i}=dF(),a=t.filter(e=>e.status===`pending`),o=async t=>{try{await r(t),K({title:e(`invitations.accepted`)})}catch(t){K({title:e(`invitations.acceptFailed`),description:t.message,variant:`destructive`})}},s=async t=>{try{await i(t),K({title:e(`invitations.rejected`)})}catch(t){K({title:e(`invitations.rejectFailed`),description:t.message,variant:`destructive`})}};return(0,M.jsxs)(`div`,{className:`space-y-6`,children:[(0,M.jsx)(_P,{icon:zy,title:e(`invitations.title`),description:e(`invitations.description`),actions:a.length>0?(0,M.jsx)(gP,{variant:`outline`,className:`font-medium`,children:e(`invitations.pendingCount`,{count:a.length,defaultValue:`{{count}} pending`})}):null}),(0,M.jsxs)($,{children:[(0,M.jsxs)(AN,{children:[(0,M.jsx)(jN,{className:`text-base`,children:e(`invitations.pendingTitle`,{defaultValue:`Pending invitations`})}),(0,M.jsx)(MN,{children:e(`invitations.pendingDescription`,{defaultValue:`Accept to join an organization, or reject to remove it from your inbox.`})})]}),(0,M.jsxs)(NN,{children:[n&&(0,M.jsxs)(`div`,{className:`space-y-3`,children:[(0,M.jsx)(eT,{className:`h-12 w-full`}),(0,M.jsx)(eT,{className:`h-12 w-full`})]}),!n&&a.length===0&&(0,M.jsxs)(`div`,{className:`text-center py-8`,children:[(0,M.jsx)(zy,{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)(gP,{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)(wy,{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)(pb,{className:`mr-1 h-4 w-4`}),e(`invitations.reject`)]})]})]},t.id))})]})]})]})}var mF=la(`/accept-invitation/$invitationId`)({component:hF});function hF(){let{t:e}=vt(),{invitationId:t}=mF.useParams(),n=Hi(),r=o_(),{user:i,loading:a,reloadOrganizations:o}=sN(),[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.jsx)(`div`,{className:`flex w-full max-w-sm flex-col gap-6`,children:(0,M.jsxs)($,{children:[(0,M.jsxs)(AN,{className:`text-center`,children:[(0,M.jsx)(jN,{className:`text-xl`,children:e(`acceptInvitation.title`)}),(0,M.jsx)(MN,{children:e(`acceptInvitation.description`)})]}),(0,M.jsxs)(NN,{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(()=>{}),K({title:e(`acceptInvitation.accepted`)}),n({to:`/organizations`})}catch(t){K({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),K({title:e(`acceptInvitation.declined`)}),n({to:`/organizations`})}catch(t){K({title:e(`acceptInvitation.declineFailed`),description:t.message,variant:`destructive`})}finally{u(!1)}},disabled:s||l,children:e(l?`acceptInvitation.declining`:`acceptInvitation.decline`)})]})]})})})}var gF=la(`/organizations/$orgId/`)({component:()=>{let{orgId:e}=gF.useParams();return(0,M.jsx)(Ui,{to:`/organizations/$orgId/general`,params:{orgId:e},replace:!0})}}),_F=la(`/account/oauth-applications/`)({component:vF});function vF(){let{t:e}=vt(),t=Hi(),{applications:n,loading:r,reload:i}=AP(),{remove:a,deleting:o}=MP(),[s,c]=(0,j.useState)(null);return(0,M.jsxs)(`div`,{className:`space-y-6`,children:[(0,M.jsx)(_P,{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)(Xy,{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)(NN,{className:`flex items-center gap-3 p-4`,children:[(0,M.jsx)(eT,{className:`size-10 rounded-md`}),(0,M.jsxs)(`div`,{className:`flex-1 space-y-2`,children:[(0,M.jsx)(eT,{className:`h-4 w-40`}),(0,M.jsx)(eT,{className:`h-3 w-64`})]})]})},e))}):n.length===0?(0,M.jsx)($,{children:(0,M.jsxs)(NN,{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)(Xy,{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)(AN,{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)(jN,{className:`text-base`,children:t.name}),(0,M.jsx)(MN,{className:`font-mono text-xs`,children:t.client_id})]}),(0,M.jsx)(gP,{variant:`outline`,className:`capitalize`,children:t.type}),t.disabled&&(0,M.jsx)(gP,{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)(ab,{className:`h-4 w-4`})})]})})},t.id))}),(0,M.jsx)(JP,{open:!!s,onOpenChange:e=>!e&&c(null),children:(0,M.jsxs)(ZP,{children:[(0,M.jsxs)(QP,{children:[(0,M.jsx)(eF,{children:e(`oauth.applications.deleteDialogTitle`)}),(0,M.jsx)(tF,{children:e(`oauth.applications.deleteDialogDescription`,{name:s?.name??``})})]}),(0,M.jsxs)($P,{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),K({title:e(`oauth.applications.deleted`)}),c(null),await i()}catch(t){K({title:e(`oauth.applications.deleteFailed`),description:t.message,variant:`destructive`})}},disabled:o,children:e(o?`oauth.applications.deleting`:`common.delete`)})]})]})})]})}function yF(e,[t,n]){return Math.min(n,Math.max(t,e))}function bF(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 xF=[` `,`Enter`,`ArrowUp`,`ArrowDown`],SF=[` `,`Enter`],CF=`Select`,[wF,TF,EF]=j_(CF),[DF,OF]=S_(CF,[EF,yD]),kF=yD(),[AF,jF]=DF(CF),[MF,NF]=DF(CF),PF=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=kF(t),[g,_]=j.useState(null),[v,y]=j.useState(null),[b,x]=j.useState(!1),S=mk(l),[C,w]=ov({prop:r,defaultProp:i??!1,onChange:a,caller:CF}),[T,E]=ov({prop:o,defaultProp:s,onChange:c,caller:CF}),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)(FD,{...h,children:(0,M.jsxs)(AF,{required:p,scope:t,trigger:g,onTriggerChange:_,valueNode:v,onValueNodeChange:y,valueNodeHasChildren:b,onValueNodeHasChildrenChange:x,contentId:bS(),value:T,onValueChange:E,open:C,onOpenChange:w,dir:S,triggerPointerDownPosRef:D,disabled:f,children:[(0,M.jsx)(wF.Provider,{scope:t,children:(0,M.jsx)(MF,{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)(kI,{"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]})})};PF.displayName=CF;var FF=`SelectTrigger`,IF=j.forwardRef((e,t)=>{let{__scopeSelect:n,disabled:r=!1,...i}=e,a=kF(n),o=jF(FF,n),s=o.disabled||r,c=b_(t,o.onTriggerChange),l=TF(n),u=j.useRef(`touch`),[d,f,p]=jI(e=>{let t=l().filter(e=>!e.disabled),n=MI(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)(ID,{asChild:!0,...a,children:(0,M.jsx)(M_.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":AI(o.value)?``:void 0,...i,ref:c,onClick:q(i.onClick,e=>{e.currentTarget.focus(),u.current!==`mouse`&&m(e)}),onPointerDown:q(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:q(i.onKeyDown,e=>{let t=d.current!==``;!(e.ctrlKey||e.altKey||e.metaKey)&&e.key.length===1&&f(e.key),!(t&&e.key===` `)&&xF.includes(e.key)&&(m(),e.preventDefault())})})})});IF.displayName=FF;var LF=`SelectValue`,RF=j.forwardRef((e,t)=>{let{__scopeSelect:n,className:r,style:i,children:a,placeholder:o=``,...s}=e,c=jF(LF,n),{onValueNodeHasChildrenChange:l}=c,u=a!==void 0,d=b_(t,c.onValueNodeChange);return Z_(()=>{l(u)},[l,u]),(0,M.jsx)(M_.span,{...s,ref:d,style:{pointerEvents:`none`},children:AI(c.value)?(0,M.jsx)(M.Fragment,{children:o}):a})});RF.displayName=LF;var zF=`SelectIcon`,BF=j.forwardRef((e,t)=>{let{__scopeSelect:n,children:r,...i}=e;return(0,M.jsx)(M_.span,{"aria-hidden":!0,...i,ref:t,children:r||`▼`})});BF.displayName=zF;var VF=`SelectPortal`,HF=e=>(0,M.jsx)($_,{asChild:!0,...e});HF.displayName=VF;var UF=`SelectContent`,WF=j.forwardRef((e,t)=>{let n=jF(UF,e.__scopeSelect),[r,i]=j.useState();if(Z_(()=>{i(new DocumentFragment)},[]),!n.open){let t=r;return t?Gi.createPortal((0,M.jsx)(KF,{scope:e.__scopeSelect,children:(0,M.jsx)(wF.Slot,{scope:e.__scopeSelect,children:(0,M.jsx)(`div`,{children:e.children})})}),t):null}return(0,M.jsx)(XF,{...e,ref:t})});WF.displayName=UF;var GF=10,[KF,qF]=DF(UF),JF=`SelectContentImpl`,YF=w_(`SelectContent.RemoveScroll`),XF=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=jF(UF,n),[y,b]=j.useState(null),[x,S]=j.useState(null),C=b_(t,e=>b(e)),[w,T]=j.useState(null),[E,D]=j.useState(null),O=TF(n),[ee,te]=j.useState(!1),ne=j.useRef(!1);j.useEffect(()=>{if(y)return rw(y)},[y]),RS();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]=jI(e=>{let t=O().filter(e=>!e.disabled),n=MI(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`?eI:QF,de=A===eI?{side:s,sideOffset:c,align:l,alignOffset:u,arrowPadding:d,collisionBoundary:f,collisionPadding:p,sticky:m,hideWhenDetached:h,avoidCollisions:g}:{};return(0,M.jsx)(KF,{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)(JC,{as:YF,allowPinchZoom:!0,children:(0,M.jsx)(TS,{asChild:!0,trapped:v.open,onMountAutoFocus:e=>{e.preventDefault()},onUnmountAutoFocus:q(i,e=>{v.trigger?.focus({preventScroll:!0}),e.preventDefault()}),children:(0,M.jsx)(H_,{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:q(_.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()}})})})})})})});XF.displayName=JF;var ZF=`SelectItemAlignedPosition`,QF=j.forwardRef((e,t)=>{let{__scopeSelect:n,onPlaced:r,...i}=e,a=jF(UF,n),o=qF(UF,n),[s,c]=j.useState(null),[l,u]=j.useState(null),d=b_(t,e=>u(e)),f=TF(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-GF,d=yF(a,[GF,Math.max(GF,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-GF,d=yF(a,[GF,Math.max(GF,u-l)]);s.style.minWidth=c+`px`,s.style.right=d+`px`}let o=f(),c=window.innerHeight-GF*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-GF,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=`${GF}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]);Z_(()=>y(),[y]);let[b,x]=j.useState();return Z_(()=>{l&&x(window.getComputedStyle(l).zIndex)},[l]),(0,M.jsx)(tI,{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)(M_.div,{...i,ref:d,style:{boxSizing:`border-box`,maxHeight:`100%`,...i.style}})})})});QF.displayName=ZF;var $F=`SelectPopperPosition`,eI=j.forwardRef((e,t)=>{let{__scopeSelect:n,align:r=`start`,collisionPadding:i=GF,...a}=e,o=kF(n);return(0,M.jsx)(LD,{...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)`}})});eI.displayName=$F;var[tI,nI]=DF(UF,{}),rI=`SelectViewport`,iI=j.forwardRef((e,t)=>{let{__scopeSelect:n,nonce:r,...i}=e,a=qF(rI,n),o=nI(rI,n),s=b_(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)(wF.Slot,{scope:n,children:(0,M.jsx)(M_.div,{"data-radix-select-viewport":``,role:`presentation`,...i,ref:s,style:{position:`relative`,flex:1,overflow:`hidden auto`,...i.style},onScroll:q(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-GF*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})})})]})});iI.displayName=rI;var aI=`SelectGroup`,[oI,sI]=DF(aI),cI=j.forwardRef((e,t)=>{let{__scopeSelect:n,...r}=e,i=bS();return(0,M.jsx)(oI,{scope:n,id:i,children:(0,M.jsx)(M_.div,{role:`group`,"aria-labelledby":i,...r,ref:t})})});cI.displayName=aI;var lI=`SelectLabel`,uI=j.forwardRef((e,t)=>{let{__scopeSelect:n,...r}=e,i=sI(lI,n);return(0,M.jsx)(M_.div,{id:i.id,...r,ref:t})});uI.displayName=lI;var dI=`SelectItem`,[fI,pI]=DF(dI),mI=j.forwardRef((e,t)=>{let{__scopeSelect:n,value:r,disabled:i=!1,textValue:a,...o}=e,s=jF(dI,n),c=qF(dI,n),l=s.value===r,[u,d]=j.useState(a??``),[f,p]=j.useState(!1),m=b_(t,e=>c.itemRefCallback?.(e,r,i)),h=bS(),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)(fI,{scope:n,value:r,disabled:i,textId:h,isSelected:l,onItemTextChange:j.useCallback(e=>{d(t=>t||(e?.textContent??``).trim())},[]),children:(0,M.jsx)(wF.ItemSlot,{scope:n,value:r,disabled:i,textValue:u,children:(0,M.jsx)(M_.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:q(o.onFocus,()=>p(!0)),onBlur:q(o.onBlur,()=>p(!1)),onClick:q(o.onClick,()=>{g.current!==`mouse`&&_()}),onPointerUp:q(o.onPointerUp,()=>{g.current===`mouse`&&_()}),onPointerDown:q(o.onPointerDown,e=>{g.current=e.pointerType}),onPointerMove:q(o.onPointerMove,e=>{g.current=e.pointerType,i?c.onItemLeave?.():g.current===`mouse`&&e.currentTarget.focus({preventScroll:!0})}),onPointerLeave:q(o.onPointerLeave,e=>{e.currentTarget===document.activeElement&&c.onItemLeave?.()}),onKeyDown:q(o.onKeyDown,e=>{c.searchRef?.current!==``&&e.key===` `||(SF.includes(e.key)&&_(),e.key===` `&&e.preventDefault())})})})})});mI.displayName=dI;var hI=`SelectItemText`,gI=j.forwardRef((e,t)=>{let{__scopeSelect:n,className:r,style:i,...a}=e,o=jF(hI,n),s=qF(hI,n),c=pI(hI,n),l=NF(hI,n),[u,d]=j.useState(null),f=b_(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 Z_(()=>(h(m),()=>g(m)),[h,g,m]),(0,M.jsxs)(M.Fragment,{children:[(0,M.jsx)(M_.span,{id:c.textId,...a,ref:f}),c.isSelected&&o.valueNode&&!o.valueNodeHasChildren?Gi.createPortal(a.children,o.valueNode):null]})});gI.displayName=hI;var _I=`SelectItemIndicator`,vI=j.forwardRef((e,t)=>{let{__scopeSelect:n,...r}=e;return pI(_I,n).isSelected?(0,M.jsx)(M_.span,{"aria-hidden":!0,...r,ref:t}):null});vI.displayName=_I;var yI=`SelectScrollUpButton`,bI=j.forwardRef((e,t)=>{let n=qF(yI,e.__scopeSelect),r=nI(yI,e.__scopeSelect),[i,a]=j.useState(!1),o=b_(t,r.onScrollButtonChange);return Z_(()=>{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)(CI,{...e,ref:o,onAutoScroll:()=>{let{viewport:e,selectedItem:t}=n;e&&t&&(e.scrollTop-=t.offsetHeight)}}):null});bI.displayName=yI;var xI=`SelectScrollDownButton`,SI=j.forwardRef((e,t)=>{let n=qF(xI,e.__scopeSelect),r=nI(xI,e.__scopeSelect),[i,a]=j.useState(!1),o=b_(t,r.onScrollButtonChange);return Z_(()=>{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)(CI,{...e,ref:o,onAutoScroll:()=>{let{viewport:e,selectedItem:t}=n;e&&t&&(e.scrollTop+=t.offsetHeight)}}):null});SI.displayName=xI;var CI=j.forwardRef((e,t)=>{let{__scopeSelect:n,onAutoScroll:r,...i}=e,a=qF(`SelectScrollButton`,n),o=j.useRef(null),s=TF(n),c=j.useCallback(()=>{o.current!==null&&(window.clearInterval(o.current),o.current=null)},[]);return j.useEffect(()=>()=>c(),[c]),Z_(()=>{s().find(e=>e.ref.current===document.activeElement)?.ref.current?.scrollIntoView({block:`nearest`})},[s]),(0,M.jsx)(M_.div,{"aria-hidden":!0,...i,ref:t,style:{flexShrink:0,...i.style},onPointerDown:q(i.onPointerDown,()=>{o.current===null&&(o.current=window.setInterval(r,50))}),onPointerMove:q(i.onPointerMove,()=>{a.onItemLeave?.(),o.current===null&&(o.current=window.setInterval(r,50))}),onPointerLeave:q(i.onPointerLeave,()=>{c()})})}),wI=`SelectSeparator`,TI=j.forwardRef((e,t)=>{let{__scopeSelect:n,...r}=e;return(0,M.jsx)(M_.div,{"aria-hidden":!0,...r,ref:t})});TI.displayName=wI;var EI=`SelectArrow`,DI=j.forwardRef((e,t)=>{let{__scopeSelect:n,...r}=e,i=kF(n),a=jF(EI,n),o=qF(EI,n);return a.open&&o.position===`popper`?(0,M.jsx)(RD,{...i,...r,ref:t}):null});DI.displayName=EI;var OI=`SelectBubbleInput`,kI=j.forwardRef(({__scopeSelect:e,value:t,...n},r)=>{let i=j.useRef(null),a=b_(r,i),o=bF(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)(M_.select,{...n,style:{...lv,...n.style},ref:a,defaultValue:t})});kI.displayName=OI;function AI(e){return e===``||e===void 0}function jI(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 MI(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=NI(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 NI(e,t){return e.map((n,r)=>e[(t+r)%e.length])}var PI=PF,FI=IF,II=RF,LI=BF,RI=HF,zI=WF,BI=iI,VI=uI,HI=mI,UI=gI,WI=vI,GI=bI,KI=SI,qI=TI,JI=PI,YI=II,XI=j.forwardRef(({className:e,children:t,...n},r)=>(0,M.jsxs)(FI,{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)(LI,{asChild:!0,children:(0,M.jsx)(Ty,{className:`h-4 w-4 opacity-50`})})]}));XI.displayName=FI.displayName;var ZI=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(GI,{ref:n,className:Z(`flex cursor-default items-center justify-center py-1`,e),...t,children:(0,M.jsx)(Dy,{className:`h-4 w-4`})}));ZI.displayName=GI.displayName;var QI=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(KI,{ref:n,className:Z(`flex cursor-default items-center justify-center py-1`,e),...t,children:(0,M.jsx)(Ty,{className:`h-4 w-4`})}));QI.displayName=KI.displayName;var $I=j.forwardRef(({className:e,children:t,position:n=`popper`,...r},i)=>(0,M.jsx)(RI,{children:(0,M.jsxs)(zI,{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)(ZI,{}),(0,M.jsx)(BI,{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)(QI,{})]})}));$I.displayName=zI.displayName;var eL=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(VI,{ref:n,className:Z(`px-2 py-1.5 text-sm font-semibold`,e),...t}));eL.displayName=VI.displayName;var tL=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)(WI,{children:(0,M.jsx)(wy,{className:`h-4 w-4`})})}),(0,M.jsx)(UI,{children:t})]}));tL.displayName=HI.displayName;var nL=j.forwardRef(({className:e,...t},n)=>(0,M.jsx)(qI,{ref:n,className:Z(`-mx-1 my-1 h-px bg-muted`,e),...t}));nL.displayName=qI.displayName;var rL=la(`/organizations/$orgId/teams`)({component:iL});function iL(){let{t:e}=vt(),{orgId:t}=rL.useParams(),n=o_(),{members:r}=lF(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}),K({title:e(`teams.created`)}),l(!1),d(``),await w()}catch(t){K({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}),K({title:e(`teams.deleted`)}),m===r.id&&h(null),await w()}catch(t){K({title:e(`teams.deleteFailed`),description:t.message,variant:`destructive`})}},O=async()=>{if(!(!m||!S))try{await n.organizations.teams.addMember({teamId:m,userId:S}),K({title:e(`teams.memberAdded`)}),x(!1),C(``),await T(m)}catch(t){K({title:e(`teams.addMemberFailed`),description:t.message,variant:`destructive`})}},ee=async(t,r)=>{try{await n.organizations.teams.removeMember({teamId:t,userId:r}),K({title:e(`teams.memberRemoved`)}),await T(t)}catch(t){K({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)(AN,{children:(0,M.jsxs)(`div`,{className:`flex items-center justify-between`,children:[(0,M.jsxs)(`div`,{children:[(0,M.jsx)(jN,{className:`text-base`,children:e(`teams.title`,{count:i.length})}),(0,M.jsx)(MN,{children:e(`teams.description`)})]}),(0,M.jsxs)(Q,{size:`sm`,onClick:()=>l(!0),children:[(0,M.jsx)(Xy,{className:`mr-2 h-4 w-4`}),e(`teams.create`)]})]})}),(0,M.jsxs)(NN,{children:[o&&(0,M.jsxs)(`div`,{className:`space-y-3`,children:[(0,M.jsx)(eT,{className:`h-12 w-full`}),(0,M.jsx)(eT,{className:`h-12 w-full`})]}),!o&&i.length===0&&(0,M.jsxs)(`div`,{className:`text-center py-8`,children:[(0,M.jsx)(ub,{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)(uM,{children:[(0,M.jsx)(dM,{asChild:!0,children:(0,M.jsx)(Q,{variant:`ghost`,size:`sm`,className:`h-8 w-8 p-0`,children:(0,M.jsx)(Fy,{className:`h-4 w-4`})})}),(0,M.jsx)(mM,{align:`end`,children:(0,M.jsxs)(hM,{className:`text-destructive`,onClick:()=>D(t),children:[(0,M.jsx)(ab,{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)(lb,{className:`mr-1 h-3 w-3`}),e(`teams.addMember`)]})]}),v&&(0,M.jsx)(eT,{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)(cb,{className:`h-3 w-3`})})]},e.id)})]})]},t.id))})]})]}),(0,M.jsx)(JP,{open:c,onOpenChange:l,children:(0,M.jsxs)(ZP,{children:[(0,M.jsxs)(QP,{children:[(0,M.jsx)(eF,{children:e(`teams.createTitle`)}),(0,M.jsx)(tF,{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)(KN,{htmlFor:`team-name`,children:e(`teams.nameLabel`)}),(0,M.jsx)(lS,{id:`team-name`,required:!0,placeholder:e(`teams.namePlaceholder`),value:u,onChange:e=>d(e.target.value)})]})}),(0,M.jsxs)($P,{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)(JP,{open:b,onOpenChange:x,children:(0,M.jsxs)(ZP,{children:[(0,M.jsxs)(QP,{children:[(0,M.jsx)(eF,{children:e(`teams.addMemberTitle`)}),(0,M.jsx)(tF,{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)(KN,{children:e(`teams.selectMember`)}),(0,M.jsxs)(JI,{value:S,onValueChange:C,children:[(0,M.jsx)(XI,{children:(0,M.jsx)(YI,{placeholder:e(`teams.selectMemberPlaceholder`)})}),(0,M.jsx)($I,{children:re.map(e=>(0,M.jsx)(tL,{value:e.userId,children:e.user?.name||e.user?.email||e.userId},e.userId))})]})]})}),(0,M.jsxs)($P,{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 aL=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}));aL.displayName=`Textarea`;var oL=la(`/organizations/$orgId/members`)({component:sL});function sL(){let{t:e}=vt(),{orgId:t}=oL.useParams(),{organizations:n}=cN(),{user:r}=sN(),i=o_(),a=n.find(e=>e.id===t),{members:o,loading:s,inviteMember:c,removeMember:l,updateMemberRole:u}=lF(t),{invitations:d,loading:f,cancelInvitation:p,resendInvitation:m}=uF(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){K({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?K({title:e(`organizations.members.invitePartialSuccess`,{sent:t.length-n,failed:n}),variant:`destructive`}):n===t.length?K({title:e(`organizations.members.inviteFailed`),variant:`destructive`}):K({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),K({title:e(`organizations.members.memberRemoved`)})}catch(t){K({title:e(`organizations.members.removeFailed`),description:t.message,variant:`destructive`})}},ae=async(t,n)=>{try{await u(t,n),K({title:e(`organizations.members.roleUpdated`)})}catch(t){K({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),K({title:e(`organizations.members.leftOrg`)}),window.location.assign(`/`)}catch(t){K({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),K({title:e(`organizations.members.invitationCanceled`)})}catch(t){K({title:e(`organizations.members.cancelFailed`),description:t.message,variant:`destructive`})}},se=async t=>{try{await m(t),K({title:e(`organizations.members.invitationResent`)})}catch(t){K({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),K({title:e(`organizations.members.linkCopied`)})}catch{K({title:e(`organizations.members.linkCopyFailed`),variant:`destructive`})}};return(0,M.jsxs)(`div`,{className:`space-y-6`,children:[(0,M.jsxs)($,{children:[(0,M.jsx)(AN,{children:(0,M.jsxs)(`div`,{className:`flex items-center justify-between`,children:[(0,M.jsxs)(`div`,{children:[(0,M.jsx)(jN,{className:`text-base`,children:e(`organizations.members.title`,{count:o.length})}),(0,M.jsx)(MN,{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)(lb,{className:`mr-2 h-4 w-4`}),e(`organizations.members.invite`)]})]})]})}),(0,M.jsxs)(NN,{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)(fb,{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)(gP,{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)(JI,{value:t.role,onValueChange:e=>ae(t.id,e),children:[(0,M.jsx)(XI,{className:`h-7 w-24 text-xs`,children:(0,M.jsx)(YI,{})}),(0,M.jsxs)($I,{children:[(0,M.jsx)(tL,{value:`admin`,children:e(`common.roles.admin`)}),(0,M.jsx)(tL,{value:`member`,children:e(`common.roles.member`)})]})]}):(0,M.jsx)(gP,{variant:`secondary`,className:`text-xs`,children:e(`common.roles.${t.role??`member`}`)}),ne&&t.role!==`owner`&&t.userId!==r?.id&&(0,M.jsxs)(uM,{children:[(0,M.jsx)(dM,{asChild:!0,children:(0,M.jsx)(Q,{variant:`ghost`,size:`sm`,className:`h-8 w-8 p-0`,children:(0,M.jsx)(Fy,{className:`h-4 w-4`})})}),(0,M.jsx)(mM,{align:`end`,children:(0,M.jsxs)(hM,{className:`text-destructive`,onClick:()=>ie(t.id,t.user?.name||t.user?.email||t.userId),children:[(0,M.jsx)(ab,{className:`mr-2 h-4 w-4`}),e(`organizations.members.removeMember`)]})})]})]})]},t.id))})]})]}),(0,M.jsxs)($,{children:[(0,M.jsx)(AN,{children:(0,M.jsxs)(`div`,{className:`flex items-center justify-between`,children:[(0,M.jsxs)(`div`,{children:[(0,M.jsx)(jN,{className:`text-base`,children:e(`organizations.members.pendingTitle`,{count:ee.length})}),(0,M.jsx)(MN,{children:e(`organizations.members.pendingDescription`)})]}),ne&&(0,M.jsxs)(Q,{size:`sm`,variant:`outline`,onClick:()=>g(!0),children:[(0,M.jsx)(lb,{className:`mr-2 h-4 w-4`}),e(`organizations.members.sendInvitation`)]})]})}),(0,M.jsxs)(NN,{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)(Ky,{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)(gP,{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)(Ny,{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)(Py,{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)(Zy,{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)(pb,{className:`h-4 w-4`})})]})]},t.id))})]})]}),(0,M.jsx)(JP,{open:h,onOpenChange:g,children:(0,M.jsxs)(ZP,{children:[(0,M.jsxs)(QP,{children:[(0,M.jsx)(eF,{children:e(`organizations.members.inviteDialogTitle`)}),(0,M.jsx)(tF,{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)(KN,{children:e(`organizations.members.bulkEmails`)}),(0,M.jsx)(aL,{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)(KN,{htmlFor:`invite-email`,children:e(`organizations.members.email`)}),(0,M.jsx)(lS,{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)(KN,{htmlFor:`role`,children:e(`organizations.members.role`)}),(0,M.jsxs)(JI,{value:C,onValueChange:w,children:[(0,M.jsx)(XI,{id:`role`,children:(0,M.jsx)(YI,{})}),(0,M.jsxs)($I,{children:[(0,M.jsx)(tL,{value:`owner`,children:e(`common.roles.owner`)}),(0,M.jsx)(tL,{value:`admin`,children:e(`common.roles.admin`)}),(0,M.jsx)(tL,{value:`member`,children:e(`common.roles.member`)})]})]})]})]}),(0,M.jsxs)($P,{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 cL=la(`/organizations/$orgId/general`)({component:lL});function lL(){let{t:e}=vt(),{orgId:t}=cL.useParams(),n=Hi(),{organizations:r}=cN(),{session:i,user:a,setActiveOrganization:o}=sN(),s=r.find(e=>e.id===t),{members:c}=lF(t),{invitations:l}=uF(t),{remove:u,deleting:d}=dN(),{update:f,updating:p}=uN(),[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)(gP,{variant:`outline`,children:e(`organizations.active`)}),E&&(0,M.jsx)(gP,{variant:`secondary`,className:`capitalize`,children:e(`common.roles.${E}`)})]}),!w&&(0,M.jsx)(Q,{size:`sm`,variant:`outline`,onClick:async()=>{try{await o(t),K({title:e(`organizations.general.switched`)})}catch(t){K({title:e(`organizations.general.switchFailed`),description:t.message,variant:`destructive`})}},children:e(`organizations.general.setActive`)})]}),(0,M.jsxs)($,{children:[(0,M.jsxs)(AN,{children:[(0,M.jsx)(jN,{children:e(`organizations.general.detailsTitle`)}),(0,M.jsx)(MN,{children:e(D?`organizations.general.detailsDescription`:`organizations.general.detailsReadOnly`)})]}),(0,M.jsxs)(NN,{className:`space-y-4`,children:[(0,M.jsxs)(`div`,{className:`space-y-2`,children:[(0,M.jsx)(KN,{htmlFor:`org-name`,children:e(`organizations.new.name`)}),(0,M.jsx)(lS,{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)(KN,{htmlFor:`org-slug`,children:e(`organizations.new.slug`)}),(0,M.jsx)(lS,{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)(KN,{htmlFor:`org-logo`,children:e(`organizations.general.logo`)}),(0,M.jsx)(lS,{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)(NN,{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){K({title:e(`organizations.general.nameRequired`),variant:`destructive`});return}try{await f(t,{name:n,slug:g.trim()||void 0,logo:v.trim()||void 0}),K({title:e(`organizations.general.updated`)})}catch(t){K({title:e(`organizations.general.updateFailed`),description:t.message,variant:`destructive`})}},disabled:!O||p,children:[(0,M.jsx)(Qy,{className:`mr-2 h-4 w-4`}),e(p?`common.saving`:`organizations.general.save`)]})]})]}),(0,M.jsxs)($,{children:[(0,M.jsx)(AN,{children:(0,M.jsx)(jN,{className:`text-base`,children:e(`organizations.general.overviewTitle`)})}),(0,M.jsxs)(NN,{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)(AN,{children:[(0,M.jsx)(jN,{className:`text-base text-destructive`,children:e(`organizations.general.dangerTitle`)}),(0,M.jsx)(MN,{children:e(`organizations.general.dangerDescription`)})]}),(0,M.jsx)(NN,{children:(0,M.jsxs)(Q,{variant:`destructive`,size:`sm`,onClick:()=>x(!0),disabled:d,children:[(0,M.jsx)(ab,{className:`mr-2 h-4 w-4`}),e(`organizations.general.delete`)]})})]}),(0,M.jsx)(JP,{open:b,onOpenChange:e=>{x(e),e||C(``)},children:(0,M.jsxs)(ZP,{children:[(0,M.jsxs)(QP,{children:[(0,M.jsx)(eF,{className:`text-destructive`,children:e(`organizations.general.deleteDialogTitle`)}),(0,M.jsx)(tF,{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)(KN,{htmlFor:`delete-confirm`,children:e(`organizations.general.deleteDialogLabel`,{name:s?.name??``})}),(0,M.jsx)(lS,{id:`delete-confirm`,value:S,onChange:e=>C(e.target.value),placeholder:s?.name??``,disabled:d})]})}),(0,M.jsxs)($P,{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){K({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;K({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){K({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 uL=la(`/account/oauth-applications/new`)({component:dL});function dL(){let{t:e}=vt(),t=Hi(),{register:n,registering:r}=jP(),[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){K({title:e(`oauth.applications.form.nameRequired`),variant:`destructive`});return}if(r.length===0){K({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}),K({title:e(`oauth.applications.registered`)})}catch(t){K({title:e(`oauth.applications.registerFailed`),description:t.message,variant:`destructive`})}},_=(t,n)=>{navigator.clipboard.writeText(t).then(()=>K({title:e(`oauth.applications.copied`,{label:n})}),()=>K({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)(AN,{children:[(0,M.jsx)(jN,{children:e(`oauth.applications.credentials`)}),(0,M.jsx)(MN,{children:e(`oauth.applications.credentialsDescription`)})]}),(0,M.jsxs)(NN,{className:`space-y-4`,children:[(0,M.jsxs)(`div`,{className:`space-y-1`,children:[(0,M.jsx)(KN,{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)(Py,{className:`h-4 w-4`})})]})]}),m.client_secret&&(0,M.jsxs)(`div`,{className:`space-y-1`,children:[(0,M.jsx)(KN,{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)(Py,{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)(AN,{children:(0,M.jsxs)(jN,{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)(NN,{className:`space-y-4`,children:[(0,M.jsxs)(`div`,{className:`space-y-2`,children:[(0,M.jsx)(KN,{htmlFor:`oauth-name`,children:e(`oauth.applications.form.name`)}),(0,M.jsx)(lS,{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)(KN,{htmlFor:`oauth-redirect`,children:e(`oauth.applications.form.redirectUris`)}),(0,M.jsx)(aL,{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)(KN,{children:e(`oauth.applications.form.authMethod`)}),(0,M.jsxs)(JI,{value:c,onValueChange:e=>l(e),disabled:r,children:[(0,M.jsx)(XI,{children:(0,M.jsx)(YI,{})}),(0,M.jsxs)($I,{children:[(0,M.jsx)(tL,{value:`client_secret_basic`,children:e(`oauth.applications.form.authMethodBasic`)}),(0,M.jsx)(tL,{value:`client_secret_post`,children:e(`oauth.applications.form.authMethodPost`)}),(0,M.jsx)(tL,{value:`none`,children:e(`oauth.applications.form.authMethodNone`)})]})]})]}),(0,M.jsxs)(`div`,{className:`space-y-2`,children:[(0,M.jsx)(KN,{htmlFor:`oauth-client-uri`,children:e(`oauth.applications.form.clientUri`)}),(0,M.jsx)(lS,{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)(KN,{htmlFor:`oauth-logo`,children:e(`oauth.applications.form.logoUri`)}),(0,M.jsx)(lS,{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 fL=la(`/account/oauth-applications/$clientId`)({component:pL});function pL(){let{t:e}=vt(),{clientId:t}=fL.useParams(),n=Hi(),{applications:r,loading:i,reload:a}=AP(),{remove:o,deleting:s}=MP(),c=o_(),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(()=>K({title:e(`oauth.applications.copied`,{label:n})}),()=>K({title:e(`oauth.applications.copyFailed`,{label:n}),variant:`destructive`}))},g=async()=>{if(f)try{await o(f.client_id),K({title:e(`oauth.applications.deleted`)}),await a(),n({to:`/account/oauth-applications`})}catch(t){K({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)(gP,{variant:`outline`,className:`capitalize`,children:f.type}),f.disabled&&(0,M.jsx)(gP,{variant:`destructive`,children:e(`oauth.applications.disabled`)})]})]}),(0,M.jsxs)($,{children:[(0,M.jsxs)(AN,{children:[(0,M.jsx)(jN,{children:e(`oauth.applications.credentials`)}),(0,M.jsx)(MN,{children:e(`oauth.applications.credentialsDescriptionDetail`)})]}),(0,M.jsxs)(NN,{className:`space-y-4`,children:[(0,M.jsxs)(`div`,{className:`space-y-1`,children:[(0,M.jsx)(KN,{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)(Py,{className:`h-4 w-4`})})]})]}),(0,M.jsxs)(`div`,{className:`space-y-1`,children:[(0,M.jsx)(KN,{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)(AN,{children:[(0,M.jsx)(jN,{className:`text-base text-destructive`,children:e(`oauth.applications.dangerTitle`)}),(0,M.jsx)(MN,{children:e(`oauth.applications.dangerDescription`)})]}),(0,M.jsx)(NN,{children:(0,M.jsxs)(Q,{variant:`destructive`,size:`sm`,onClick:()=>m(!0),disabled:s,children:[(0,M.jsx)(ab,{className:`mr-2 h-4 w-4`}),e(`oauth.applications.delete`)]})})]}),(0,M.jsx)(JP,{open:p,onOpenChange:m,children:(0,M.jsxs)(ZP,{children:[(0,M.jsxs)(QP,{children:[(0,M.jsx)(eF,{className:`text-destructive`,children:e(`oauth.applications.deleteDialogTitle`)}),(0,M.jsx)(tF,{children:e(`oauth.applications.deleteDialogDescription`,{name:f.name})})]}),(0,M.jsxs)($P,{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 mL=RN.update({id:`/verify-email-prompt`,path:`/verify-email-prompt`,getParentRoute:()=>kN}),hL=BN.update({id:`/verify-email`,path:`/verify-email`,getParentRoute:()=>kN}),gL=qN.update({id:`/setup`,path:`/setup`,getParentRoute:()=>kN}),_L=XN.update({id:`/reset-password`,path:`/reset-password`,getParentRoute:()=>kN}),vL=tP.update({id:`/register`,path:`/register`,getParentRoute:()=>kN}),yL=aP.update({id:`/login`,path:`/login`,getParentRoute:()=>kN}),bL=lP.update({id:`/forgot-password`,path:`/forgot-password`,getParentRoute:()=>kN}),xL=dP.update({id:`/account`,path:`/account`,getParentRoute:()=>kN}),SL=pP.update({id:`/`,path:`/`,getParentRoute:()=>kN}),CL=vP.update({id:`/organizations/`,path:`/organizations/`,getParentRoute:()=>kN}),wL=bP.update({id:`/`,path:`/`,getParentRoute:()=>xL}),TL=CP.update({id:`/organizations/new`,path:`/organizations/new`,getParentRoute:()=>kN}),EL=OP.update({id:`/organizations/$orgId`,path:`/organizations/$orgId`,getParentRoute:()=>kN}),DL=PP.update({id:`/oauth/consent`,path:`/oauth/consent`,getParentRoute:()=>kN}),OL=LP.update({id:`/auth/device`,path:`/auth/device`,getParentRoute:()=>kN}),kL=BP.update({id:`/two-factor`,path:`/two-factor`,getParentRoute:()=>xL}),AL=GP.update({id:`/sessions`,path:`/sessions`,getParentRoute:()=>xL}),jL=nF.update({id:`/security`,path:`/security`,getParentRoute:()=>xL}),ML=iF.update({id:`/profile`,path:`/profile`,getParentRoute:()=>xL}),NL=oF.update({id:`/linked-accounts`,path:`/linked-accounts`,getParentRoute:()=>xL}),PL=fF.update({id:`/invitations`,path:`/invitations`,getParentRoute:()=>xL}),FL=mF.update({id:`/accept-invitation/$invitationId`,path:`/accept-invitation/$invitationId`,getParentRoute:()=>kN}),IL=gF.update({id:`/`,path:`/`,getParentRoute:()=>EL}),LL=_F.update({id:`/oauth-applications/`,path:`/oauth-applications/`,getParentRoute:()=>xL}),RL=rL.update({id:`/teams`,path:`/teams`,getParentRoute:()=>EL}),zL=oL.update({id:`/members`,path:`/members`,getParentRoute:()=>EL}),BL=cL.update({id:`/general`,path:`/general`,getParentRoute:()=>EL}),VL=uL.update({id:`/oauth-applications/new`,path:`/oauth-applications/new`,getParentRoute:()=>xL}),HL={AccountInvitationsRoute:PL,AccountLinkedAccountsRoute:NL,AccountProfileRoute:ML,AccountSecurityRoute:jL,AccountSessionsRoute:AL,AccountTwoFactorRoute:kL,AccountIndexRoute:wL,AccountOauthApplicationsClientIdRoute:fL.update({id:`/oauth-applications/$clientId`,path:`/oauth-applications/$clientId`,getParentRoute:()=>xL}),AccountOauthApplicationsNewRoute:VL,AccountOauthApplicationsIndexRoute:LL},UL=xL._addFileChildren(HL),WL={OrganizationsOrgIdGeneralRoute:BL,OrganizationsOrgIdMembersRoute:zL,OrganizationsOrgIdTeamsRoute:RL,OrganizationsOrgIdIndexRoute:IL},GL={IndexRoute:SL,AccountRoute:UL,ForgotPasswordRoute:bL,LoginRoute:yL,RegisterRoute:vL,ResetPasswordRoute:_L,SetupRoute:gL,VerifyEmailRoute:hL,VerifyEmailPromptRoute:mL,AcceptInvitationInvitationIdRoute:FL,AuthDeviceRoute:OL,OauthConsentRoute:DL,OrganizationsOrgIdRoute:EL._addFileChildren(WL),OrganizationsNewRoute:TL,OrganizationsIndexRoute:CL},KL=kN._addFileChildren(GL)._addFileTypes();function qL(){let e=`/_account/`;return e.endsWith(`/`)?e.slice(0,-1):e}var JL=wa({routeTree:KL,basepath:qL()});function YL(){return(0,M.jsx)(Da,{router:JL})}var XL=typeof localStorage<`u`&&localStorage.getItem(`account.lang`)||typeof navigator<`u`&&navigator.language||`en`;function ZL({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}Jf.createRoot(document.getElementById(`root`)).render((0,M.jsx)(j.StrictMode,{children:(0,M.jsx)(_t,{config:{defaultLanguage:XL,fallbackLanguage:`en`},loadLanguage:OM,children:(0,M.jsx)(ZL,{children:(0,M.jsx)(YL,{})})})}));
|