The fleet lived as a tab inside the Logbook, which buried it, and every
drone had to be typed in by hand — model, serial and firmware copied off
an airframe the app was already talking to.
Promote it to its own nav section above Logbook, and let a connecting
drone register itself. The Fly App already forwarded model, serial and
firmware upstream; the hub was keeping only the model. It now carries the
identity through to DeviceState, and the Web App offers it to a new
POST /api/drones/auto, which upserts keyed by serial. The auto path only
writes what the aircraft is authoritative about (model, both firmware
versions) and never touches what the pilot curates.
Serial and the firmware versions resolve on their own schedules after
connect — the serial in seconds, the aircraft firmware sometimes a minute
later — so nothing along the path treats an absent value as a cleared one,
and a later event filling firmware in still reaches the server. The auto
call rides every telemetry frame, so the client remembers the identity
tuple it last sent and only a change goes out; a 4xx is the server's
settled answer and is not retried, or one drone connected for an hour
would mean one request per frame for an hour.
New fields on drones: firmware, controller_firmware, and registration for
the FAA/CAA aircraft number — distinct from operator_number, which stays
the EU operator ID. Controller firmware is the remote controller's own
version, read from its component; the flight controller's version is a
different quantity and stays off this field (see 002e484). name becomes
optional and is now the pilot's custom name: auto-added drones arrive
unnamed, so the API serves a computed displayName (name, else model +
serial) for the fleet table, the flight picker and the CSV export. A
unique index on serial is what keeps the find-then-create path from
forking a drone's history across two records.
The schema is applied to the remote PocketBase; the migration is here for
fresh deployments, which the remote does not read.
Verified against a simulated device over the real socket with identity
resolving late: one record from four events, both firmware versions
filled, curated fields intact across re-registration, and a drone deleted
while connected coming back on the next frame.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
21 lines
441 KiB
JavaScript
21 lines
441 KiB
JavaScript
(function(){const i=document.createElement("link").relList;if(i&&i.supports&&i.supports("modulepreload"))return;for(const u of document.querySelectorAll('link[rel="modulepreload"]'))l(u);new MutationObserver(u=>{for(const f of u)if(f.type==="childList")for(const h of f.addedNodes)h.tagName==="LINK"&&h.rel==="modulepreload"&&l(h)}).observe(document,{childList:!0,subtree:!0});function s(u){const f={};return u.integrity&&(f.integrity=u.integrity),u.referrerPolicy&&(f.referrerPolicy=u.referrerPolicy),u.crossOrigin==="use-credentials"?f.credentials="include":u.crossOrigin==="anonymous"?f.credentials="omit":f.credentials="same-origin",f}function l(u){if(u.ep)return;u.ep=!0;const f=s(u);fetch(u.href,f)}})();/**
|
||
* @vue/shared v3.5.39
|
||
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
||
* @license MIT
|
||
**/function Xr(t){const i=Object.create(null);for(const s of t.split(","))i[s]=1;return s=>s in i}const vt={},es=[],ui=()=>{},zu=()=>!1,ja=t=>t.charCodeAt(0)===111&&t.charCodeAt(1)===110&&(t.charCodeAt(2)>122||t.charCodeAt(2)<97),Wa=t=>t.startsWith("onUpdate:"),Kt=Object.assign,Qr=(t,i)=>{const s=t.indexOf(i);s>-1&&t.splice(s,1)},pd=Object.prototype.hasOwnProperty,ct=(t,i)=>pd.call(t,i),$e=Array.isArray,ts=t=>ea(t)==="[object Map]",ls=t=>ea(t)==="[object Set]",Al=t=>ea(t)==="[object Date]",je=t=>typeof t=="function",Tt=t=>typeof t=="string",Qn=t=>typeof t=="symbol",dt=t=>t!==null&&typeof t=="object",$u=t=>(dt(t)||je(t))&&je(t.then)&&je(t.catch),Iu=Object.prototype.toString,ea=t=>Iu.call(t),md=t=>ea(t).slice(8,-1),Nu=t=>ea(t)==="[object Object]",el=t=>Tt(t)&&t!=="NaN"&&t[0]!=="-"&&""+parseInt(t,10)===t,Rs=Xr(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),Ka=t=>{const i=Object.create(null);return(s=>i[s]||(i[s]=t(s)))},gd=/-\w/g,Jn=Ka(t=>t.replace(gd,i=>i.slice(1).toUpperCase())),vd=/\B([A-Z])/g,to=Ka(t=>t.replace(vd,"-$1").toLowerCase()),Du=Ka(t=>t.charAt(0).toUpperCase()+t.slice(1)),xr=Ka(t=>t?`on${Du(t)}`:""),li=(t,i)=>!Object.is(t,i),Ea=(t,...i)=>{for(let s=0;s<t.length;s++)t[s](...i)},Fu=(t,i,s,l=!1)=>{Object.defineProperty(t,i,{configurable:!0,enumerable:!1,writable:l,value:s})},Ga=t=>{const i=parseFloat(t);return isNaN(i)?t:i},_d=t=>{const i=Tt(t)?Number(t):NaN;return isNaN(i)?t:i};let Ml;const qa=()=>Ml||(Ml=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function Eo(t){if($e(t)){const i={};for(let s=0;s<t.length;s++){const l=t[s],u=Tt(l)?wd(l):Eo(l);if(u)for(const f in u)i[f]=u[f]}return i}else if(Tt(t)||dt(t))return t}const bd=/;(?![^(]*\))/g,yd=/:([^]+)/,xd=/\/\*[^]*?\*\//g;function wd(t){const i={};return t.replace(xd,"").split(bd).forEach(s=>{if(s){const l=s.split(yd);l.length>1&&(i[l[0].trim()]=l[1].trim())}}),i}function Ce(t){let i="";if(Tt(t))i=t;else if($e(t))for(let s=0;s<t.length;s++){const l=Ce(t[s]);l&&(i+=l+" ")}else if(dt(t))for(const s in t)t[s]&&(i+=s+" ");return i.trim()}const kd="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",Sd=Xr(kd);function Ru(t){return!!t||t===""}function Td(t,i){if(t.length!==i.length)return!1;let s=!0;for(let l=0;s&&l<t.length;l++)s=Xi(t[l],i[l]);return s}function Xi(t,i){if(t===i)return!0;let s=Al(t),l=Al(i);if(s||l)return s&&l?t.getTime()===i.getTime():!1;if(s=Qn(t),l=Qn(i),s||l)return t===i;if(s=$e(t),l=$e(i),s||l)return s&&l?Td(t,i):!1;if(s=dt(t),l=dt(i),s||l){if(!s||!l)return!1;const u=Object.keys(t).length,f=Object.keys(i).length;if(u!==f)return!1;for(const h in t){const _=t.hasOwnProperty(h),y=i.hasOwnProperty(h);if(_&&!y||!_&&y||!Xi(t[h],i[h]))return!1}}return String(t)===String(i)}function tl(t,i){return t.findIndex(s=>Xi(s,i))}const Bu=t=>!!(t&&t.__v_isRef===!0),w=t=>Tt(t)?t:t==null?"":$e(t)||dt(t)&&(t.toString===Iu||!je(t.toString))?Bu(t)?w(t.value):JSON.stringify(t,Uu,2):String(t),Uu=(t,i)=>Bu(i)?Uu(t,i.value):ts(i)?{[`Map(${i.size})`]:[...i.entries()].reduce((s,[l,u],f)=>(s[wr(l,f)+" =>"]=u,s),{})}:ls(i)?{[`Set(${i.size})`]:[...i.values()].map(s=>wr(s))}:Qn(i)?wr(i):dt(i)&&!$e(i)&&!Nu(i)?String(i):i,wr=(t,i="")=>{var s;return Qn(t)?`Symbol(${(s=t.description)!=null?s:i})`:t};/**
|
||
* @vue/reactivity v3.5.39
|
||
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
||
* @license MIT
|
||
**/let Yt;class Pd{constructor(i=!1){this.detached=i,this._active=!0,this._on=0,this.effects=[],this.cleanups=[],this._isPaused=!1,this._warnOnRun=!0,this.__v_skip=!0,!i&&Yt&&(Yt.active?(this.parent=Yt,this.index=(Yt.scopes||(Yt.scopes=[])).push(this)-1):(this._active=!1,this._warnOnRun=!1))}get active(){return this._active}pause(){if(this._active){this._isPaused=!0;let i,s;if(this.scopes)for(i=0,s=this.scopes.length;i<s;i++)this.scopes[i].pause();for(i=0,s=this.effects.length;i<s;i++)this.effects[i].pause()}}resume(){if(this._active&&this._isPaused){this._isPaused=!1;let i,s;if(this.scopes)for(i=0,s=this.scopes.length;i<s;i++)this.scopes[i].resume();for(i=0,s=this.effects.length;i<s;i++)this.effects[i].resume()}}run(i){if(this._active){const s=Yt;try{return Yt=this,i()}finally{Yt=s}}}on(){++this._on===1&&(this.prevScope=Yt,Yt=this)}off(){if(this._on>0&&--this._on===0){if(Yt===this)Yt=this.prevScope;else{let i=Yt;for(;i;){if(i.prevScope===this){i.prevScope=this.prevScope;break}i=i.prevScope}}this.prevScope=void 0}}stop(i){if(this._active){this._active=!1;let s,l;for(s=0,l=this.effects.length;s<l;s++)this.effects[s].stop();for(this.effects.length=0,s=0,l=this.cleanups.length;s<l;s++)this.cleanups[s]();if(this.cleanups.length=0,this.scopes){for(s=0,l=this.scopes.length;s<l;s++)this.scopes[s].stop(!0);this.scopes.length=0}if(!this.detached&&this.parent&&!i){const u=this.parent.scopes.pop();u&&u!==this&&(this.parent.scopes[this.index]=u,u.index=this.index)}this.parent=void 0}}}function Cd(){return Yt}let xt;const kr=new WeakSet;class Vu{constructor(i){this.fn=i,this.deps=void 0,this.depsTail=void 0,this.flags=5,this.next=void 0,this.cleanup=void 0,this.scheduler=void 0,Yt&&(Yt.active?Yt.effects.push(this):this.flags&=-2)}pause(){this.flags|=64}resume(){this.flags&64&&(this.flags&=-65,kr.has(this)&&(kr.delete(this),this.trigger()))}notify(){this.flags&2&&!(this.flags&32)||this.flags&8||Hu(this)}run(){if(!(this.flags&1))return this.fn();this.flags|=2,El(this),ju(this);const i=xt,s=Xn;xt=this,Xn=!0;try{return this.fn()}finally{Wu(this),xt=i,Xn=s,this.flags&=-3}}stop(){if(this.flags&1){for(let i=this.deps;i;i=i.nextDep)ol(i);this.deps=this.depsTail=void 0,El(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){this.flags&64?kr.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){Ir(this)&&this.run()}get dirty(){return Ir(this)}}let Zu=0,Bs,Us;function Hu(t,i=!1){if(t.flags|=8,i){t.next=Us,Us=t;return}t.next=Bs,Bs=t}function nl(){Zu++}function il(){if(--Zu>0)return;if(Us){let i=Us;for(Us=void 0;i;){const s=i.next;i.next=void 0,i.flags&=-9,i=s}}let t;for(;Bs;){let i=Bs;for(Bs=void 0;i;){const s=i.next;if(i.next=void 0,i.flags&=-9,i.flags&1)try{i.trigger()}catch(l){t||(t=l)}i=s}}if(t)throw t}function ju(t){for(let i=t.deps;i;i=i.nextDep)i.version=-1,i.prevActiveLink=i.dep.activeLink,i.dep.activeLink=i}function Wu(t){let i,s=t.depsTail,l=s;for(;l;){const u=l.prevDep;l.version===-1?(l===s&&(s=u),ol(l),Ld(l)):i=l,l.dep.activeLink=l.prevActiveLink,l.prevActiveLink=void 0,l=u}t.deps=i,t.depsTail=s}function Ir(t){for(let i=t.deps;i;i=i.nextDep)if(i.dep.version!==i.version||i.dep.computed&&(Ku(i.dep.computed)||i.dep.version!==i.version))return!0;return!!t._dirty}function Ku(t){if(t.flags&4&&!(t.flags&16)||(t.flags&=-17,t.globalVersion===Ws)||(t.globalVersion=Ws,!t.isSSR&&t.flags&128&&(!t.deps&&!t._dirty||!Ir(t))))return;t.flags|=2;const i=t.dep,s=xt,l=Xn;xt=t,Xn=!0;try{ju(t);const u=t.fn(t._value);(i.version===0||li(u,t._value))&&(t.flags|=128,t._value=u,i.version++)}catch(u){throw i.version++,u}finally{xt=s,Xn=l,Wu(t),t.flags&=-3}}function ol(t,i=!1){const{dep:s,prevSub:l,nextSub:u}=t;if(l&&(l.nextSub=u,t.prevSub=void 0),u&&(u.prevSub=l,t.nextSub=void 0),s.subs===t&&(s.subs=l,!l&&s.computed)){s.computed.flags&=-5;for(let f=s.computed.deps;f;f=f.nextDep)ol(f,!0)}!i&&!--s.sc&&s.map&&s.map.delete(s.key)}function Ld(t){const{prevDep:i,nextDep:s}=t;i&&(i.nextDep=s,t.prevDep=void 0),s&&(s.prevDep=i,t.nextDep=void 0)}let Xn=!0;const Gu=[];function ci(){Gu.push(Xn),Xn=!1}function di(){const t=Gu.pop();Xn=t===void 0?!0:t}function El(t){const{cleanup:i}=t;if(t.cleanup=void 0,i){const s=xt;xt=void 0;try{i()}finally{xt=s}}}let Ws=0;class Ad{constructor(i,s){this.sub=i,this.dep=s,this.version=s.version,this.nextDep=this.prevDep=this.nextSub=this.prevSub=this.prevActiveLink=void 0}}class sl{constructor(i){this.computed=i,this.version=0,this.activeLink=void 0,this.subs=void 0,this.map=void 0,this.key=void 0,this.sc=0,this.__v_skip=!0}track(i){if(!xt||!Xn||xt===this.computed)return;let s=this.activeLink;if(s===void 0||s.sub!==xt)s=this.activeLink=new Ad(xt,this),xt.deps?(s.prevDep=xt.depsTail,xt.depsTail.nextDep=s,xt.depsTail=s):xt.deps=xt.depsTail=s,qu(s);else if(s.version===-1&&(s.version=this.version,s.nextDep)){const l=s.nextDep;l.prevDep=s.prevDep,s.prevDep&&(s.prevDep.nextDep=l),s.prevDep=xt.depsTail,s.nextDep=void 0,xt.depsTail.nextDep=s,xt.depsTail=s,xt.deps===s&&(xt.deps=l)}return s}trigger(i){this.version++,Ws++,this.notify(i)}notify(i){nl();try{for(let s=this.subs;s;s=s.prevSub)s.sub.notify()&&s.sub.dep.notify()}finally{il()}}}function qu(t){if(t.dep.sc++,t.sub.flags&4){const i=t.dep.computed;if(i&&!t.dep.subs){i.flags|=20;for(let l=i.deps;l;l=l.nextDep)qu(l)}const s=t.dep.subs;s!==t&&(t.prevSub=s,s&&(s.nextSub=t)),t.dep.subs=t}}const Nr=new WeakMap,Ao=Symbol(""),Dr=Symbol(""),Ks=Symbol("");function on(t,i,s){if(Xn&&xt){let l=Nr.get(t);l||Nr.set(t,l=new Map);let u=l.get(s);u||(l.set(s,u=new sl),u.map=l,u.key=s),u.track()}}function Li(t,i,s,l,u,f){const h=Nr.get(t);if(!h){Ws++;return}const _=y=>{y&&y.trigger()};if(nl(),i==="clear")h.forEach(_);else{const y=$e(t),C=y&&el(s);if(y&&s==="length"){const T=Number(l);h.forEach((M,H)=>{(H==="length"||H===Ks||!Qn(H)&&H>=T)&&_(M)})}else switch((s!==void 0||h.has(void 0))&&_(h.get(s)),C&&_(h.get(Ks)),i){case"add":y?C&&_(h.get("length")):(_(h.get(Ao)),ts(t)&&_(h.get(Dr)));break;case"delete":y||(_(h.get(Ao)),ts(t)&&_(h.get(Dr)));break;case"set":ts(t)&&_(h.get(Ao));break}}il()}function Xo(t){const i=ut(t);return i===t?i:(on(i,"iterate",Ks),Vn(t)?i:i.map(ei))}function Ya(t){return on(t=ut(t),"iterate",Ks),t}function ai(t,i){return Ei(t)?as(Mo(t)?ei(i):i):ei(i)}const Md={__proto__:null,[Symbol.iterator](){return Sr(this,Symbol.iterator,t=>ai(this,t))},concat(...t){return Xo(this).concat(...t.map(i=>$e(i)?Xo(i):i))},entries(){return Sr(this,"entries",t=>(t[1]=ai(this,t[1]),t))},every(t,i){return Si(this,"every",t,i,void 0,arguments)},filter(t,i){return Si(this,"filter",t,i,s=>s.map(l=>ai(this,l)),arguments)},find(t,i){return Si(this,"find",t,i,s=>ai(this,s),arguments)},findIndex(t,i){return Si(this,"findIndex",t,i,void 0,arguments)},findLast(t,i){return Si(this,"findLast",t,i,s=>ai(this,s),arguments)},findLastIndex(t,i){return Si(this,"findLastIndex",t,i,void 0,arguments)},forEach(t,i){return Si(this,"forEach",t,i,void 0,arguments)},includes(...t){return Tr(this,"includes",t)},indexOf(...t){return Tr(this,"indexOf",t)},join(t){return Xo(this).join(t)},lastIndexOf(...t){return Tr(this,"lastIndexOf",t)},map(t,i){return Si(this,"map",t,i,void 0,arguments)},pop(){return Es(this,"pop")},push(...t){return Es(this,"push",t)},reduce(t,...i){return Ol(this,"reduce",t,i)},reduceRight(t,...i){return Ol(this,"reduceRight",t,i)},shift(){return Es(this,"shift")},some(t,i){return Si(this,"some",t,i,void 0,arguments)},splice(...t){return Es(this,"splice",t)},toReversed(){return Xo(this).toReversed()},toSorted(t){return Xo(this).toSorted(t)},toSpliced(...t){return Xo(this).toSpliced(...t)},unshift(...t){return Es(this,"unshift",t)},values(){return Sr(this,"values",t=>ai(this,t))}};function Sr(t,i,s){const l=Ya(t),u=l[i]();return l!==t&&!Vn(t)&&(u._next=u.next,u.next=()=>{const f=u._next();return f.done||(f.value=s(f.value)),f}),u}const Ed=Array.prototype;function Si(t,i,s,l,u,f){const h=Ya(t),_=h!==t&&!Vn(t),y=h[i];if(y!==Ed[i]){const M=y.apply(t,f);return _?ei(M):M}let C=s;h!==t&&(_?C=function(M,H){return s.call(this,ai(t,M),H,t)}:s.length>2&&(C=function(M,H){return s.call(this,M,H,t)}));const T=y.call(h,C,l);return _&&u?u(T):T}function Ol(t,i,s,l){const u=Ya(t),f=u!==t&&!Vn(t);let h=s,_=!1;u!==t&&(f?(_=l.length===0,h=function(C,T,M){return _&&(_=!1,C=ai(t,C)),s.call(this,C,ai(t,T),M,t)}):s.length>3&&(h=function(C,T,M){return s.call(this,C,T,M,t)}));const y=u[i](h,...l);return _?ai(t,y):y}function Tr(t,i,s){const l=ut(t);on(l,"iterate",Ks);const u=l[i](...s);return(u===-1||u===!1)&&ll(s[0])?(s[0]=ut(s[0]),l[i](...s)):u}function Es(t,i,s=[]){ci(),nl();const l=ut(t)[i].apply(t,s);return il(),di(),l}const Od=Xr("__proto__,__v_isRef,__isVue"),Yu=new Set(Object.getOwnPropertyNames(Symbol).filter(t=>t!=="arguments"&&t!=="caller").map(t=>Symbol[t]).filter(Qn));function zd(t){Qn(t)||(t=String(t));const i=ut(this);return on(i,"has",t),i.hasOwnProperty(t)}class Ju{constructor(i=!1,s=!1){this._isReadonly=i,this._isShallow=s}get(i,s,l){if(s==="__v_skip")return i.__v_skip;const u=this._isReadonly,f=this._isShallow;if(s==="__v_isReactive")return!u;if(s==="__v_isReadonly")return u;if(s==="__v_isShallow")return f;if(s==="__v_raw")return l===(u?f?Zd:tc:f?ec:Qu).get(i)||Object.getPrototypeOf(i)===Object.getPrototypeOf(l)?i:void 0;const h=$e(i);if(!u){let y;if(h&&(y=Md[s]))return y;if(s==="hasOwnProperty")return zd}const _=Reflect.get(i,s,rn(i)?i:l);if((Qn(s)?Yu.has(s):Od(s))||(u||on(i,"get",s),f))return _;if(rn(_)){const y=h&&el(s)?_:_.value;return u&&dt(y)?Rr(y):y}return dt(_)?u?Rr(_):gt(_):_}}class Xu extends Ju{constructor(i=!1){super(!1,i)}set(i,s,l,u){let f=i[s];const h=$e(i)&&el(s);if(!this._isShallow){const C=Ei(f);if(!Vn(l)&&!Ei(l)&&(f=ut(f),l=ut(l)),!h&&rn(f)&&!rn(l))return C||(f.value=l),!0}const _=h?Number(s)<i.length:ct(i,s),y=Reflect.set(i,s,l,rn(i)?i:u);return i===ut(u)&&y&&(_?li(l,f)&&Li(i,"set",s,l):Li(i,"add",s,l)),y}deleteProperty(i,s){const l=ct(i,s);i[s];const u=Reflect.deleteProperty(i,s);return u&&l&&Li(i,"delete",s,void 0),u}has(i,s){const l=Reflect.has(i,s);return(!Qn(s)||!Yu.has(s))&&on(i,"has",s),l}ownKeys(i){return on(i,"iterate",$e(i)?"length":Ao),Reflect.ownKeys(i)}}class $d extends Ju{constructor(i=!1){super(!0,i)}set(i,s){return!0}deleteProperty(i,s){return!0}}const Id=new Xu,Nd=new $d,Dd=new Xu(!0);const Fr=t=>t,Ta=t=>Reflect.getPrototypeOf(t);function Fd(t,i,s){return function(...l){const u=this.__v_raw,f=ut(u),h=ts(f),_=t==="entries"||t===Symbol.iterator&&h,y=t==="keys"&&h,C=u[t](...l),T=s?Fr:i?as:ei;return!i&&on(f,"iterate",y?Dr:Ao),Kt(Object.create(C),{next(){const{value:M,done:H}=C.next();return H?{value:M,done:H}:{value:_?[T(M[0]),T(M[1])]:T(M),done:H}}})}}function Pa(t){return function(...i){return t==="delete"?!1:t==="clear"?void 0:this}}function Rd(t,i){const s={get(u){const f=this.__v_raw,h=ut(f),_=ut(u);t||(li(u,_)&&on(h,"get",u),on(h,"get",_));const{has:y}=Ta(h),C=i?Fr:t?as:ei;if(y.call(h,u))return C(f.get(u));if(y.call(h,_))return C(f.get(_));f!==h&&f.get(u)},get size(){const u=this.__v_raw;return!t&&on(ut(u),"iterate",Ao),u.size},has(u){const f=this.__v_raw,h=ut(f),_=ut(u);return t||(li(u,_)&&on(h,"has",u),on(h,"has",_)),u===_?f.has(u):f.has(u)||f.has(_)},forEach(u,f){const h=this,_=h.__v_raw,y=ut(_),C=i?Fr:t?as:ei;return!t&&on(y,"iterate",Ao),_.forEach((T,M)=>u.call(f,C(T),C(M),h))}};return Kt(s,t?{add:Pa("add"),set:Pa("set"),delete:Pa("delete"),clear:Pa("clear")}:{add(u){const f=ut(this),h=Ta(f),_=ut(u),y=!i&&!Vn(u)&&!Ei(u)?_:u;return h.has.call(f,y)||li(u,y)&&h.has.call(f,u)||li(_,y)&&h.has.call(f,_)||(f.add(y),Li(f,"add",y,y)),this},set(u,f){!i&&!Vn(f)&&!Ei(f)&&(f=ut(f));const h=ut(this),{has:_,get:y}=Ta(h);let C=_.call(h,u);C||(u=ut(u),C=_.call(h,u));const T=y.call(h,u);return h.set(u,f),C?li(f,T)&&Li(h,"set",u,f):Li(h,"add",u,f),this},delete(u){const f=ut(this),{has:h,get:_}=Ta(f);let y=h.call(f,u);y||(u=ut(u),y=h.call(f,u)),_&&_.call(f,u);const C=f.delete(u);return y&&Li(f,"delete",u,void 0),C},clear(){const u=ut(this),f=u.size!==0,h=u.clear();return f&&Li(u,"clear",void 0,void 0),h}}),["keys","values","entries",Symbol.iterator].forEach(u=>{s[u]=Fd(u,t,i)}),s}function al(t,i){const s=Rd(t,i);return(l,u,f)=>u==="__v_isReactive"?!t:u==="__v_isReadonly"?t:u==="__v_raw"?l:Reflect.get(ct(s,u)&&u in l?s:l,u,f)}const Bd={get:al(!1,!1)},Ud={get:al(!1,!0)},Vd={get:al(!0,!1)};const Qu=new WeakMap,ec=new WeakMap,tc=new WeakMap,Zd=new WeakMap;function Hd(t){switch(t){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function gt(t){return Ei(t)?t:rl(t,!1,Id,Bd,Qu)}function jd(t){return rl(t,!1,Dd,Ud,ec)}function Rr(t){return rl(t,!0,Nd,Vd,tc)}function rl(t,i,s,l,u){if(!dt(t)||t.__v_raw&&!(i&&t.__v_isReactive)||t.__v_skip||!Object.isExtensible(t))return t;const f=u.get(t);if(f)return f;const h=Hd(md(t));if(h===0)return t;const _=new Proxy(t,h===2?l:s);return u.set(t,_),_}function Mo(t){return Ei(t)?Mo(t.__v_raw):!!(t&&t.__v_isReactive)}function Ei(t){return!!(t&&t.__v_isReadonly)}function Vn(t){return!!(t&&t.__v_isShallow)}function ll(t){return t?!!t.__v_raw:!1}function ut(t){const i=t&&t.__v_raw;return i?ut(i):t}function Wd(t){return!ct(t,"__v_skip")&&Object.isExtensible(t)&&Fu(t,"__v_skip",!0),t}const ei=t=>dt(t)?gt(t):t,as=t=>dt(t)?Rr(t):t;function rn(t){return t?t.__v_isRef===!0:!1}function Y(t){return Kd(t,!1)}function Kd(t,i){return rn(t)?t:new Gd(t,i)}class Gd{constructor(i,s){this.dep=new sl,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=s?i:ut(i),this._value=s?i:ei(i),this.__v_isShallow=s}get value(){return this.dep.track(),this._value}set value(i){const s=this._rawValue,l=this.__v_isShallow||Vn(i)||Ei(i);i=l?i:ut(i),li(i,s)&&(this._rawValue=i,this._value=l?i:ei(i),this.dep.trigger())}}function Ee(t){return rn(t)?t.value:t}const qd={get:(t,i,s)=>i==="__v_raw"?t:Ee(Reflect.get(t,i,s)),set:(t,i,s,l)=>{const u=t[i];return rn(u)&&!rn(s)?(u.value=s,!0):Reflect.set(t,i,s,l)}};function nc(t){return Mo(t)?t:new Proxy(t,qd)}class Yd{constructor(i,s,l){this.fn=i,this.setter=s,this._value=void 0,this.dep=new sl(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=Ws-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!s,this.isSSR=l}notify(){if(this.flags|=16,!(this.flags&8)&&xt!==this)return Hu(this,!0),!0}get value(){const i=this.dep.track();return Ku(this),i&&(i.version=this.dep.version),this._value}set value(i){this.setter&&this.setter(i)}}function Jd(t,i,s=!1){let l,u;return je(t)?l=t:(l=t.get,u=t.set),new Yd(l,u,s)}const Ca={},za=new WeakMap;let Po;function Xd(t,i=!1,s=Po){if(s){let l=za.get(s);l||za.set(s,l=[]),l.push(t)}}function Qd(t,i,s=vt){const{immediate:l,deep:u,once:f,scheduler:h,augmentJob:_,call:y}=s,C=de=>u?de:Vn(de)||u===!1||u===0?Ai(de,1):Ai(de);let T,M,H,j,K=!1,F=!1;if(rn(t)?(M=()=>t.value,K=Vn(t)):Mo(t)?(M=()=>C(t),K=!0):$e(t)?(F=!0,K=t.some(de=>Mo(de)||Vn(de)),M=()=>t.map(de=>{if(rn(de))return de.value;if(Mo(de))return C(de);if(je(de))return y?y(de,2):de()})):je(t)?i?M=y?()=>y(t,2):t:M=()=>{if(H){ci();try{H()}finally{di()}}const de=Po;Po=T;try{return y?y(t,3,[j]):t(j)}finally{Po=de}}:M=ui,i&&u){const de=M,Fe=u===!0?1/0:u;M=()=>Ai(de(),Fe)}const te=Cd(),X=()=>{T.stop(),te&&te.active&&Qr(te.effects,T)};if(f&&i){const de=i;i=(...Fe)=>{const Oe=de(...Fe);return X(),Oe}}let fe=F?new Array(t.length).fill(Ca):Ca;const Se=de=>{if(!(!(T.flags&1)||!T.dirty&&!de))if(i){const Fe=T.run();if(de||u||K||(F?Fe.some((Oe,Te)=>li(Oe,fe[Te])):li(Fe,fe))){H&&H();const Oe=Po;Po=T;try{const Te=[Fe,fe===Ca?void 0:F&&fe[0]===Ca?[]:fe,j];fe=Fe,y?y(i,3,Te):i(...Te)}finally{Po=Oe}}}else T.run()};return _&&_(Se),T=new Vu(M),T.scheduler=h?()=>h(Se,!1):Se,j=de=>Xd(de,!1,T),H=T.onStop=()=>{const de=za.get(T);if(de){if(y)y(de,4);else for(const Fe of de)Fe();za.delete(T)}},i?l?Se(!0):fe=T.run():h?h(Se.bind(null,!0),!0):T.run(),X.pause=T.pause.bind(T),X.resume=T.resume.bind(T),X.stop=X,X}function Ai(t,i=1/0,s){if(i<=0||!dt(t)||t.__v_skip||(s=s||new Map,(s.get(t)||0)>=i))return t;if(s.set(t,i),i--,rn(t))Ai(t.value,i,s);else if($e(t))for(let l=0;l<t.length;l++)Ai(t[l],i,s);else if(ls(t)||ts(t))t.forEach(l=>{Ai(l,i,s)});else if(Nu(t)){for(const l in t)Ai(t[l],i,s);for(const l of Object.getOwnPropertySymbols(t))Object.prototype.propertyIsEnumerable.call(t,l)&&Ai(t[l],i,s)}return t}/**
|
||
* @vue/runtime-core v3.5.39
|
||
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
||
* @license MIT
|
||
**/function ta(t,i,s,l){try{return l?t(...l):t()}catch(u){Ja(u,i,s)}}function Hn(t,i,s,l){if(je(t)){const u=ta(t,i,s,l);return u&&$u(u)&&u.catch(f=>{Ja(f,i,s)}),u}if($e(t)){const u=[];for(let f=0;f<t.length;f++)u.push(Hn(t[f],i,s,l));return u}}function Ja(t,i,s,l=!0){const u=i?i.vnode:null,{errorHandler:f,throwUnhandledErrorInProduction:h}=i&&i.appContext.config||vt;if(i){let _=i.parent;const y=i.proxy,C=`https://vuejs.org/error-reference/#runtime-${s}`;for(;_;){const T=_.ec;if(T){for(let M=0;M<T.length;M++)if(T[M](t,y,C)===!1)return}_=_.parent}if(f){ci(),ta(f,null,10,[t,y,C]),di();return}}ef(t,s,u,l,h)}function ef(t,i,s,l=!0,u=!1){if(u)throw t;console.error(t)}const fn=[];let si=-1;const ns=[];let Ji=null,Qo=0;const ic=Promise.resolve();let $a=null;function oc(t){const i=$a||ic;return t?i.then(this?t.bind(this):t):i}function tf(t){let i=si+1,s=fn.length;for(;i<s;){const l=i+s>>>1,u=fn[l],f=Gs(u);f<t||f===t&&u.flags&2?i=l+1:s=l}return i}function ul(t){if(!(t.flags&1)){const i=Gs(t),s=fn[fn.length-1];!s||!(t.flags&2)&&i>=Gs(s)?fn.push(t):fn.splice(tf(i),0,t),t.flags|=1,sc()}}function sc(){$a||($a=ic.then(rc))}function nf(t){$e(t)?ns.push(...t):Ji&&t.id===-1?Ji.splice(Qo+1,0,t):t.flags&1||(ns.push(t),t.flags|=1),sc()}function zl(t,i,s=si+1){for(;s<fn.length;s++){const l=fn[s];if(l&&l.flags&2){if(t&&l.id!==t.uid)continue;fn.splice(s,1),s--,l.flags&4&&(l.flags&=-2),l(),l.flags&4||(l.flags&=-2)}}}function ac(t){if(ns.length){const i=[...new Set(ns)].sort((s,l)=>Gs(s)-Gs(l));if(ns.length=0,Ji){Ji.push(...i);return}for(Ji=i,Qo=0;Qo<Ji.length;Qo++){const s=Ji[Qo];s.flags&4&&(s.flags&=-2),s.flags&8||s(),s.flags&=-2}Ji=null,Qo=0}}const Gs=t=>t.id==null?t.flags&2?-1:1/0:t.id;function rc(t){try{for(si=0;si<fn.length;si++){const i=fn[si];i&&!(i.flags&8)&&(i.flags&4&&(i.flags&=-2),ta(i,i.i,i.i?15:14),i.flags&4||(i.flags&=-2))}}finally{for(;si<fn.length;si++){const i=fn[si];i&&(i.flags&=-2)}si=-1,fn.length=0,ac(),$a=null,(fn.length||ns.length)&&rc()}}let an=null,lc=null;function Ia(t){const i=an;return an=t,lc=t&&t.type.__scopeId||null,i}function ye(t,i=an,s){if(!i||t._n)return t;const l=(...u)=>{l._d&&Fa(-1);const f=Ia(i);let h;try{h=t(...u)}finally{Ia(f),l._d&&Fa(1)}return h};return l._n=!0,l._c=!0,l._d=!0,l}function ie(t,i){if(an===null)return t;const s=nr(an),l=t.dirs||(t.dirs=[]);for(let u=0;u<i.length;u++){let[f,h,_,y=vt]=i[u];f&&(je(f)&&(f={mounted:f,updated:f}),f.deep&&Ai(h),l.push({dir:f,instance:s,value:h,oldValue:void 0,arg:_,modifiers:y}))}return t}function wo(t,i,s,l){const u=t.dirs,f=i&&i.dirs;for(let h=0;h<u.length;h++){const _=u[h];f&&(_.oldValue=f[h].value);let y=_.dir[l];y&&(ci(),Hn(y,s,8,[t.el,_,t,i]),di())}}function uc(t,i){if(hn){let s=hn.provides;const l=hn.parent&&hn.parent.provides;l===s&&(s=hn.provides=Object.create(l)),s[t]=i}}function Vs(t,i,s=!1){const l=Uc();if(l||os){let u=os?os._context.provides:l?l.parent==null||l.ce?l.vnode.appContext&&l.vnode.appContext.provides:l.parent.provides:void 0;if(u&&t in u)return u[t];if(arguments.length>1)return s&&je(i)?i.call(l&&l.proxy):i}}const of=Symbol.for("v-scx"),sf=()=>Vs(of);function Bt(t,i,s){return cc(t,i,s)}function cc(t,i,s=vt){const{immediate:l,deep:u,flush:f,once:h}=s,_=Kt({},s),y=i&&l||!i&&f!=="post";let C;if(Xs){if(f==="sync"){const j=sf();C=j.__watcherHandles||(j.__watcherHandles=[])}else if(!y){const j=()=>{};return j.stop=ui,j.resume=ui,j.pause=ui,j}}const T=hn;_.call=(j,K,F)=>Hn(j,T,K,F);let M=!1;f==="post"?_.scheduler=j=>{dn(j,T&&T.suspense)}:f!=="sync"&&(M=!0,_.scheduler=(j,K)=>{K?j():ul(j)}),_.augmentJob=j=>{i&&(j.flags|=4),M&&(j.flags|=2,T&&(j.id=T.uid,j.i=T))};const H=Qd(t,i,_);return Xs&&(C?C.push(H):y&&H()),H}function af(t,i,s){const l=this.proxy,u=Tt(t)?t.includes(".")?dc(l,t):()=>l[t]:t.bind(l,l);let f;je(i)?f=i:(f=i.handler,s=i);const h=na(this),_=cc(u,f.bind(l),s);return h(),_}function dc(t,i){const s=i.split(".");return()=>{let l=t;for(let u=0;u<s.length&&l;u++)l=l[s[u]];return l}}const Yi=new WeakMap,fc=Symbol("_vte"),hc=t=>t.__isTeleport,Co=t=>t&&(t.disabled||t.disabled===""),rf=t=>t&&(t.defer||t.defer===""),$l=t=>typeof SVGElement<"u"&&t instanceof SVGElement,Il=t=>typeof MathMLElement=="function"&&t instanceof MathMLElement,Br=(t,i)=>{const s=t&&t.to;return Tt(s)?i?i(s):null:s},lf={name:"Teleport",__isTeleport:!0,process(t,i,s,l,u,f,h,_,y,C){const{mc:T,pc:M,pbc:H,o:{insert:j,querySelector:K,createText:F,createComment:te,parentNode:X}}=C,fe=Co(i.props);let{dynamicChildren:Se}=i;const de=(Te,Ze,he)=>{Te.shapeFlag&16&&T(Te.children,Ze,he,u,f,h,_,y)},Fe=(Te=i)=>{const Ze=Co(Te.props),he=Te.target=Br(Te.props,K),Q=Ur(he,Te,F,j);he&&(h!=="svg"&&$l(he)?h="svg":h!=="mathml"&&Il(he)&&(h="mathml"),u&&u.isCE&&(u.ce._teleportTargets||(u.ce._teleportTargets=new Set)).add(he),Ze||(de(Te,he,Q),Is(Te,!1)))},Oe=Te=>{const Ze=()=>{if(Yi.get(Te)===Ze){if(Yi.delete(Te),Co(Te.props)){const he=X(Te.el)||s;de(Te,he,Te.anchor),Is(Te,!0)}Fe(Te)}};Yi.set(Te,Ze),dn(Ze,f)};if(t==null){const Te=i.el=F(""),Ze=i.anchor=F("");if(j(Te,s,l),j(Ze,s,l),rf(i.props)||f&&f.pendingBranch){Oe(i);return}fe&&(de(i,s,Ze),Is(i,!0)),Fe()}else{i.el=t.el;const Te=i.anchor=t.anchor,Ze=Yi.get(t);if(Ze){Ze.flags|=8,Yi.delete(t),Oe(i);return}i.targetStart=t.targetStart;const he=i.target=t.target,Q=i.targetAnchor=t.targetAnchor,B=Co(t.props),O=B?s:he,N=B?Te:Q;if(h==="svg"||$l(he)?h="svg":(h==="mathml"||Il(he))&&(h="mathml"),Se?(H(t.dynamicChildren,Se,O,u,f,h,_),fl(t,i,!0)):y||M(t,i,O,N,u,f,h,_,!1),fe)B?i.props&&t.props&&i.props.to!==t.props.to&&(i.props.to=t.props.to):La(i,s,Te,C,1);else if((i.props&&i.props.to)!==(t.props&&t.props.to)){const $=Br(i.props,K);$&&(i.target=$,La(i,$,null,C,0))}else B&&La(i,he,Q,C,1);Is(i,fe)}},remove(t,i,s,{um:l,o:{remove:u}},f){const{shapeFlag:h,children:_,anchor:y,targetStart:C,targetAnchor:T,target:M,props:H}=t,j=Co(H),K=f||!j,F=Yi.get(t);if(F&&(F.flags|=8,Yi.delete(t)),M&&(u(C),u(T)),f&&u(y),!F&&(j||M)&&h&16)for(let te=0;te<_.length;te++){const X=_[te];l(X,i,s,K,!!X.dynamicChildren)}},move:La,hydrate:uf};function La(t,i,s,{o:{insert:l},m:u},f=2){f===0&&l(t.targetAnchor,i,s);const{el:h,anchor:_,shapeFlag:y,children:C,props:T}=t,M=f===2;if(M&&l(h,i,s),!Yi.has(t)&&(!M||Co(T))&&y&16)for(let H=0;H<C.length;H++)u(C[H],i,s,2);M&&l(_,i,s)}function uf(t,i,s,l,u,f,{o:{nextSibling:h,parentNode:_,querySelector:y,insert:C,createText:T}},M){function H(te,X){let fe=X;for(;fe;){if(fe&&fe.nodeType===8){if(fe.data==="teleport start anchor")i.targetStart=fe;else if(fe.data==="teleport anchor"){i.targetAnchor=fe,te._lpa=i.targetAnchor&&h(i.targetAnchor);break}}fe=h(fe)}}function j(te,X){X.anchor=M(h(te),X,_(te),s,l,u,f)}const K=i.target=Br(i.props,y),F=Co(i.props);if(K){const te=K._lpa||K.firstChild;i.shapeFlag&16&&(F?(j(t,i),H(K,te),i.targetAnchor||Ur(K,i,T,C,_(t)===K?t:null)):(i.anchor=h(t),H(K,te),i.targetAnchor||Ur(K,i,T,C),M(te&&h(te),i,K,s,l,u,f))),Is(i,F)}else F&&i.shapeFlag&16&&(j(t,i),i.targetStart=t,i.targetAnchor=h(t));return i.anchor&&h(i.anchor)}const cf=lf;function Is(t,i){const s=t.ctx;if(s&&s.ut){let l,u;for(i?(l=t.el,u=t.anchor):(l=t.targetStart,u=t.targetAnchor);l&&l!==u;)l.nodeType===1&&l.setAttribute("data-v-owner",s.uid),l=l.nextSibling;s.ut()}}function Ur(t,i,s,l,u=null){const f=i.targetStart=s(""),h=i.targetAnchor=s("");return f[fc]=h,t&&(l(f,t,u),l(h,t,u)),h}const Un=Symbol("_leaveCb"),Os=Symbol("_enterCb");function df(){const t={isMounted:!1,isLeaving:!1,isUnmounting:!1,leavingVNodes:new Map};return fi(()=>{t.isMounted=!0}),us(()=>{t.isUnmounting=!0}),t}const Bn=[Function,Array],pc={mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:Bn,onEnter:Bn,onAfterEnter:Bn,onEnterCancelled:Bn,onBeforeLeave:Bn,onLeave:Bn,onAfterLeave:Bn,onLeaveCancelled:Bn,onBeforeAppear:Bn,onAppear:Bn,onAfterAppear:Bn,onAppearCancelled:Bn},mc=t=>{const i=t.subTree;return i.component?mc(i.component):i},ff={name:"BaseTransition",props:pc,setup(t,{slots:i}){const s=Uc(),l=df();return()=>{const u=i.default&&_c(i.default(),!0),f=u&&u.length?gc(u):s.subTree?I():void 0;if(!f)return;const h=ut(t),{mode:_}=h;if(l.isLeaving)return Pr(f);const y=Nl(f);if(!y)return Pr(f);let C=Vr(y,h,l,s,M=>C=M);y.type!==sn&&qs(y,C);let T=s.subTree&&Nl(s.subTree);if(T&&T.type!==sn&&!Lo(T,y)&&mc(s).type!==sn){let M=Vr(T,h,l,s);if(qs(T,M),_==="out-in"&&y.type!==sn)return l.isLeaving=!0,M.afterLeave=()=>{l.isLeaving=!1,s.job.flags&8||s.update(),delete M.afterLeave,T=void 0},Pr(f);_==="in-out"&&y.type!==sn?M.delayLeave=(H,j,K)=>{const F=vc(l,T);F[String(T.key)]=T,H[Un]=()=>{j(),H[Un]=void 0,delete C.delayedLeave,T=void 0},C.delayedLeave=()=>{K(),delete C.delayedLeave,T=void 0}}:T=void 0}else T&&(T=void 0);return f}}};function gc(t){let i=t[0];if(t.length>1){for(const s of t)if(s.type!==sn){i=s;break}}return i}const hf=ff;function vc(t,i){const{leavingVNodes:s}=t;let l=s.get(i.type);return l||(l=Object.create(null),s.set(i.type,l)),l}function Vr(t,i,s,l,u){const{appear:f,mode:h,persisted:_=!1,onBeforeEnter:y,onEnter:C,onAfterEnter:T,onEnterCancelled:M,onBeforeLeave:H,onLeave:j,onAfterLeave:K,onLeaveCancelled:F,onBeforeAppear:te,onAppear:X,onAfterAppear:fe,onAppearCancelled:Se}=i,de=String(t.key),Fe=vc(s,t),Oe=(he,Q)=>{he&&Hn(he,l,9,Q)},Te=(he,Q)=>{const B=Q[1];Oe(he,Q),$e(he)?he.every(O=>O.length<=1)&&B():he.length<=1&&B()},Ze={mode:h,persisted:_,beforeEnter(he){let Q=y;if(!s.isMounted)if(f)Q=te||y;else return;he[Un]&&he[Un](!0);const B=Fe[de];B&&Lo(t,B)&&B.el[Un]&&B.el[Un](),Oe(Q,[he])},enter(he){if(Fe[de]===t)return;let Q=C,B=T,O=M;if(!s.isMounted)if(f)Q=X||C,B=fe||T,O=Se||M;else return;let N=!1;he[Os]=Ye=>{N||(N=!0,Ye?Oe(O,[he]):Oe(B,[he]),Ze.delayedLeave&&Ze.delayedLeave(),he[Os]=void 0)};const $=he[Os].bind(null,!1);Q?Te(Q,[he,$]):$()},leave(he,Q){const B=String(t.key);if(he[Os]&&he[Os](!0),s.isUnmounting)return Q();Oe(H,[he]);let O=!1;he[Un]=$=>{O||(O=!0,Q(),$?Oe(F,[he]):Oe(K,[he]),he[Un]=void 0,Fe[B]===t&&delete Fe[B])};const N=he[Un].bind(null,!1);Fe[B]=t,j?Te(j,[he,N]):N()},clone(he){const Q=Vr(he,i,s,l,u);return u&&u(Q),Q}};return Ze}function Pr(t){if(Xa(t))return t=Qi(t),t.children=null,t}function Nl(t){if(!Xa(t))return hc(t.type)&&t.children?gc(t.children):t;if(t.component)return t.component.subTree;const{shapeFlag:i,children:s}=t;if(s){if(i&16)return s[0];if(i&32&&je(s.default))return s.default()}}function qs(t,i){t.shapeFlag&6&&t.component?(t.transition=i,qs(t.component.subTree,i)):t.shapeFlag&128?(t.ssContent.transition=i.clone(t.ssContent),t.ssFallback.transition=i.clone(t.ssFallback)):t.transition=i}function _c(t,i=!1,s){let l=[],u=0;for(let f=0;f<t.length;f++){let h=t[f];const _=s==null?h.key:String(s)+String(h.key!=null?h.key:f);h.type===le?(h.patchFlag&128&&u++,l=l.concat(_c(h.children,i,_))):(i||h.type!==sn)&&l.push(_!=null?Qi(h,{key:_}):h)}if(u>1)for(let f=0;f<l.length;f++)l[f].patchFlag=-2;return l}function bc(t){t.ids=[t.ids[0]+t.ids[2]+++"-",0,0]}function Dl(t,i){let s;return!!((s=Object.getOwnPropertyDescriptor(t,i))&&!s.configurable)}const Na=new WeakMap;function Zs(t,i,s,l,u=!1){if($e(t)){t.forEach((F,te)=>Zs(F,i&&($e(i)?i[te]:i),s,l,u));return}if(is(l)&&!u){l.shapeFlag&512&&l.type.__asyncResolved&&l.component.subTree.component&&Zs(t,i,s,l.component.subTree);return}const f=l.shapeFlag&4?nr(l.component):l.el,h=u?null:f,{i:_,r:y}=t,C=i&&i.r,T=_.refs===vt?_.refs={}:_.refs,M=_.setupState,H=ut(M),j=M===vt?zu:F=>Dl(T,F)?!1:ct(H,F),K=(F,te)=>!(te&&Dl(T,te));if(C!=null&&C!==y){if(Fl(i),Tt(C))T[C]=null,j(C)&&(M[C]=null);else if(rn(C)){const F=i;K(C,F.k)&&(C.value=null),F.k&&(T[F.k]=null)}}if(je(y)){ci();try{ta(y,_,12,[h,T])}finally{di()}}else{const F=Tt(y),te=rn(y);if(F||te){const X=()=>{if(t.f){const fe=F?j(y)?M[y]:T[y]:K()||!t.k?y.value:T[t.k];if(u)$e(fe)&&Qr(fe,f);else if($e(fe))fe.includes(f)||fe.push(f);else if(F)T[y]=[f],j(y)&&(M[y]=T[y]);else{const Se=[f];K(y,t.k)&&(y.value=Se),t.k&&(T[t.k]=Se)}}else F?(T[y]=h,j(y)&&(M[y]=h)):te&&(K(y,t.k)&&(y.value=h),t.k&&(T[t.k]=h))};if(h){const fe=()=>{X(),Na.delete(t)};fe.id=-1,Na.set(t,fe),dn(fe,s)}else Fl(t),X()}}}function Fl(t){const i=Na.get(t);i&&(i.flags|=8,Na.delete(t))}qa().requestIdleCallback;qa().cancelIdleCallback;const is=t=>!!t.type.__asyncLoader,Xa=t=>t.type.__isKeepAlive;function pf(t,i){yc(t,"a",i)}function mf(t,i){yc(t,"da",i)}function yc(t,i,s=hn){const l=t.__wdc||(t.__wdc=()=>{let u=s;for(;u;){if(u.isDeactivated)return;u=u.parent}return t()});if(Qa(i,l,s),s){let u=s.parent;for(;u&&u.parent;)Xa(u.parent.vnode)&&gf(l,i,s,u),u=u.parent}}function gf(t,i,s,l){const u=Qa(i,t,l,!0);xc(()=>{Qr(l[i],u)},s)}function Qa(t,i,s=hn,l=!1){if(s){const u=s[t]||(s[t]=[]),f=i.__weh||(i.__weh=(...h)=>{ci();const _=na(s),y=Hn(i,s,t,h);return _(),di(),y});return l?u.unshift(f):u.push(f),f}}const Oi=t=>(i,s=hn)=>{(!Xs||t==="sp")&&Qa(t,(...l)=>i(...l),s)},vf=Oi("bm"),fi=Oi("m"),_f=Oi("bu"),bf=Oi("u"),us=Oi("bum"),xc=Oi("um"),yf=Oi("sp"),xf=Oi("rtg"),wf=Oi("rtc");function kf(t,i=hn){Qa("ec",t,i)}const Sf=Symbol.for("v-ndc");function Ie(t,i,s,l){let u;const f=s,h=$e(t);if(h||Tt(t)){const _=h&&Mo(t);let y=!1,C=!1;_&&(y=!Vn(t),C=Ei(t),t=Ya(t)),u=new Array(t.length);for(let T=0,M=t.length;T<M;T++)u[T]=i(y?C?as(ei(t[T])):ei(t[T]):t[T],T,void 0,f)}else if(typeof t=="number"){u=new Array(t);for(let _=0;_<t;_++)u[_]=i(_+1,_,void 0,f)}else if(dt(t))if(t[Symbol.iterator])u=Array.from(t,(_,y)=>i(_,y,void 0,f));else{const _=Object.keys(t);u=new Array(_.length);for(let y=0,C=_.length;y<C;y++){const T=_[y];u[y]=i(t[T],T,y,f)}}else u=[];return u}function Tf(t,i,s={},l,u){if(an.ce||an.parent&&is(an.parent)&&an.parent.ce){const C=Object.keys(s).length>0;return p(),nt(le,null,[A("slot",s,l)],C?-2:64)}let f=t[i];f&&f._c&&(f._d=!1),p();const h=f&&wc(f(s)),_=s.key||h&&h.key,y=nt(le,{key:(_&&!Qn(_)?_:`_${i}`)+(!h&&l?"_fb":"")},h||[],h&&t._===1?64:-2);return y.scopeId&&(y.slotScopeIds=[y.scopeId+"-s"]),f&&f._c&&(f._d=!0),y}function wc(t){return t.some(i=>Js(i)?!(i.type===sn||i.type===le&&!wc(i.children)):!0)?t:null}const Zr=t=>t?Vc(t)?nr(t):Zr(t.parent):null,Hs=Kt(Object.create(null),{$:t=>t,$el:t=>t.vnode.el,$data:t=>t.data,$props:t=>t.props,$attrs:t=>t.attrs,$slots:t=>t.slots,$refs:t=>t.refs,$parent:t=>Zr(t.parent),$root:t=>Zr(t.root),$host:t=>t.ce,$emit:t=>t.emit,$options:t=>Sc(t),$forceUpdate:t=>t.f||(t.f=()=>{ul(t.update)}),$nextTick:t=>t.n||(t.n=oc.bind(t.proxy)),$watch:t=>af.bind(t)}),Cr=(t,i)=>t!==vt&&!t.__isScriptSetup&&ct(t,i),Pf={get({_:t},i){if(i==="__v_skip")return!0;const{ctx:s,setupState:l,data:u,props:f,accessCache:h,type:_,appContext:y}=t;if(i[0]!=="$"){const H=h[i];if(H!==void 0)switch(H){case 1:return l[i];case 2:return u[i];case 4:return s[i];case 3:return f[i]}else{if(Cr(l,i))return h[i]=1,l[i];if(u!==vt&&ct(u,i))return h[i]=2,u[i];if(ct(f,i))return h[i]=3,f[i];if(s!==vt&&ct(s,i))return h[i]=4,s[i];Hr&&(h[i]=0)}}const C=Hs[i];let T,M;if(C)return i==="$attrs"&&on(t.attrs,"get",""),C(t);if((T=_.__cssModules)&&(T=T[i]))return T;if(s!==vt&&ct(s,i))return h[i]=4,s[i];if(M=y.config.globalProperties,ct(M,i))return M[i]},set({_:t},i,s){const{data:l,setupState:u,ctx:f}=t;return Cr(u,i)?(u[i]=s,!0):l!==vt&&ct(l,i)?(l[i]=s,!0):ct(t.props,i)||i[0]==="$"&&i.slice(1)in t?!1:(f[i]=s,!0)},has({_:{data:t,setupState:i,accessCache:s,ctx:l,appContext:u,props:f,type:h}},_){let y;return!!(s[_]||t!==vt&&_[0]!=="$"&&ct(t,_)||Cr(i,_)||ct(f,_)||ct(l,_)||ct(Hs,_)||ct(u.config.globalProperties,_)||(y=h.__cssModules)&&y[_])},defineProperty(t,i,s){return s.get!=null?t._.accessCache[i]=0:ct(s,"value")&&this.set(t,i,s.value,null),Reflect.defineProperty(t,i,s)}};function Rl(t){return $e(t)?t.reduce((i,s)=>(i[s]=null,i),{}):t}let Hr=!0;function Cf(t){const i=Sc(t),s=t.proxy,l=t.ctx;Hr=!1,i.beforeCreate&&Bl(i.beforeCreate,t,"bc");const{data:u,computed:f,methods:h,watch:_,provide:y,inject:C,created:T,beforeMount:M,mounted:H,beforeUpdate:j,updated:K,activated:F,deactivated:te,beforeDestroy:X,beforeUnmount:fe,destroyed:Se,unmounted:de,render:Fe,renderTracked:Oe,renderTriggered:Te,errorCaptured:Ze,serverPrefetch:he,expose:Q,inheritAttrs:B,components:O,directives:N,filters:$}=i;if(C&&Lf(C,l,null),h)for(const ge in h){const ue=h[ge];je(ue)&&(l[ge]=ue.bind(s))}if(u){const ge=u.call(s,s);dt(ge)&&(t.data=gt(ge))}if(Hr=!0,f)for(const ge in f){const ue=f[ge],ft=je(ue)?ue.bind(s,s):je(ue.get)?ue.get.bind(s,s):ui,pe=!je(ue)&&je(ue.set)?ue.set.bind(s):ui,Ue=ce({get:ft,set:pe});Object.defineProperty(l,ge,{enumerable:!0,configurable:!0,get:()=>Ue.value,set:Ve=>Ue.value=Ve})}if(_)for(const ge in _)kc(_[ge],l,s,ge);if(y){const ge=je(y)?y.call(s):y;Reflect.ownKeys(ge).forEach(ue=>{uc(ue,ge[ue])})}T&&Bl(T,t,"c");function we(ge,ue){$e(ue)?ue.forEach(ft=>ge(ft.bind(s))):ue&&ge(ue.bind(s))}if(we(vf,M),we(fi,H),we(_f,j),we(bf,K),we(pf,F),we(mf,te),we(kf,Ze),we(wf,Oe),we(xf,Te),we(us,fe),we(xc,de),we(yf,he),$e(Q))if(Q.length){const ge=t.exposed||(t.exposed={});Q.forEach(ue=>{Object.defineProperty(ge,ue,{get:()=>s[ue],set:ft=>s[ue]=ft,enumerable:!0})})}else t.exposed||(t.exposed={});Fe&&t.render===ui&&(t.render=Fe),B!=null&&(t.inheritAttrs=B),O&&(t.components=O),N&&(t.directives=N),he&&bc(t)}function Lf(t,i,s=ui){$e(t)&&(t=jr(t));for(const l in t){const u=t[l];let f;dt(u)?"default"in u?f=Vs(u.from||l,u.default,!0):f=Vs(u.from||l):f=Vs(u),rn(f)?Object.defineProperty(i,l,{enumerable:!0,configurable:!0,get:()=>f.value,set:h=>f.value=h}):i[l]=f}}function Bl(t,i,s){Hn($e(t)?t.map(l=>l.bind(i.proxy)):t.bind(i.proxy),i,s)}function kc(t,i,s,l){let u=l.includes(".")?dc(s,l):()=>s[l];if(Tt(t)){const f=i[t];je(f)&&Bt(u,f)}else if(je(t))Bt(u,t.bind(s));else if(dt(t))if($e(t))t.forEach(f=>kc(f,i,s,l));else{const f=je(t.handler)?t.handler.bind(s):i[t.handler];je(f)&&Bt(u,f,t)}}function Sc(t){const i=t.type,{mixins:s,extends:l}=i,{mixins:u,optionsCache:f,config:{optionMergeStrategies:h}}=t.appContext,_=f.get(i);let y;return _?y=_:!u.length&&!s&&!l?y=i:(y={},u.length&&u.forEach(C=>Da(y,C,h,!0)),Da(y,i,h)),dt(i)&&f.set(i,y),y}function Da(t,i,s,l=!1){const{mixins:u,extends:f}=i;f&&Da(t,f,s,!0),u&&u.forEach(h=>Da(t,h,s,!0));for(const h in i)if(!(l&&h==="expose")){const _=Af[h]||s&&s[h];t[h]=_?_(t[h],i[h]):i[h]}return t}const Af={data:Ul,props:Vl,emits:Vl,methods:Ns,computed:Ns,beforeCreate:cn,created:cn,beforeMount:cn,mounted:cn,beforeUpdate:cn,updated:cn,beforeDestroy:cn,beforeUnmount:cn,destroyed:cn,unmounted:cn,activated:cn,deactivated:cn,errorCaptured:cn,serverPrefetch:cn,components:Ns,directives:Ns,watch:Ef,provide:Ul,inject:Mf};function Ul(t,i){return i?t?function(){return Kt(je(t)?t.call(this,this):t,je(i)?i.call(this,this):i)}:i:t}function Mf(t,i){return Ns(jr(t),jr(i))}function jr(t){if($e(t)){const i={};for(let s=0;s<t.length;s++)i[t[s]]=t[s];return i}return t}function cn(t,i){return t?[...new Set([].concat(t,i))]:i}function Ns(t,i){return t?Kt(Object.create(null),t,i):i}function Vl(t,i){return t?$e(t)&&$e(i)?[...new Set([...t,...i])]:Kt(Object.create(null),Rl(t),Rl(i??{})):i}function Ef(t,i){if(!t)return i;if(!i)return t;const s=Kt(Object.create(null),t);for(const l in i)s[l]=cn(t[l],i[l]);return s}function Tc(){return{app:null,config:{isNativeTag:zu,performance:!1,globalProperties:{},optionMergeStrategies:{},errorHandler:void 0,warnHandler:void 0,compilerOptions:{}},mixins:[],components:{},directives:{},provides:Object.create(null),optionsCache:new WeakMap,propsCache:new WeakMap,emitsCache:new WeakMap}}let Of=0;function zf(t,i){return function(l,u=null){je(l)||(l=Kt({},l)),u!=null&&!dt(u)&&(u=null);const f=Tc(),h=new WeakSet,_=[];let y=!1;const C=f.app={_uid:Of++,_component:l,_props:u,_container:null,_context:f,_instance:null,version:dh,get config(){return f.config},set config(T){},use(T,...M){return h.has(T)||(T&&je(T.install)?(h.add(T),T.install(C,...M)):je(T)&&(h.add(T),T(C,...M))),C},mixin(T){return f.mixins.includes(T)||f.mixins.push(T),C},component(T,M){return M?(f.components[T]=M,C):f.components[T]},directive(T,M){return M?(f.directives[T]=M,C):f.directives[T]},mount(T,M,H){if(!y){const j=C._ceVNode||A(l,u);return j.appContext=f,H===!0?H="svg":H===!1&&(H=void 0),t(j,T,H),y=!0,C._container=T,T.__vue_app__=C,nr(j.component)}},onUnmount(T){_.push(T)},unmount(){y&&(Hn(_,C._instance,16),t(null,C._container),delete C._container.__vue_app__)},provide(T,M){return f.provides[T]=M,C},runWithContext(T){const M=os;os=C;try{return T()}finally{os=M}}};return C}}let os=null;const $f=(t,i)=>i==="modelValue"||i==="model-value"?t.modelModifiers:t[`${i}Modifiers`]||t[`${Jn(i)}Modifiers`]||t[`${to(i)}Modifiers`];function If(t,i,...s){if(t.isUnmounted)return;const l=t.vnode.props||vt;let u=s;const f=i.startsWith("update:"),h=f&&$f(l,i.slice(7));h&&(h.trim&&(u=s.map(T=>Tt(T)?T.trim():T)),h.number&&(u=s.map(Ga)));let _,y=l[_=xr(i)]||l[_=xr(Jn(i))];!y&&f&&(y=l[_=xr(to(i))]),y&&Hn(y,t,6,u);const C=l[_+"Once"];if(C){if(!t.emitted)t.emitted={};else if(t.emitted[_])return;t.emitted[_]=!0,Hn(C,t,6,u)}}const Nf=new WeakMap;function Pc(t,i,s=!1){const l=s?Nf:i.emitsCache,u=l.get(t);if(u!==void 0)return u;const f=t.emits;let h={},_=!1;if(!je(t)){const y=C=>{const T=Pc(C,i,!0);T&&(_=!0,Kt(h,T))};!s&&i.mixins.length&&i.mixins.forEach(y),t.extends&&y(t.extends),t.mixins&&t.mixins.forEach(y)}return!f&&!_?(dt(t)&&l.set(t,null),null):($e(f)?f.forEach(y=>h[y]=null):Kt(h,f),dt(t)&&l.set(t,h),h)}function er(t,i){return!t||!ja(i)?!1:(i=i.slice(2),i=i==="Once"?i:i.replace(/Once$/,""),ct(t,i[0].toLowerCase()+i.slice(1))||ct(t,to(i))||ct(t,i))}function Zl(t){const{type:i,vnode:s,proxy:l,withProxy:u,propsOptions:[f],slots:h,attrs:_,emit:y,render:C,renderCache:T,props:M,data:H,setupState:j,ctx:K,inheritAttrs:F}=t,te=Ia(t);let X,fe;try{if(s.shapeFlag&4){const de=u||l,Fe=de;X=ri(C.call(Fe,de,T,M,j,H,K)),fe=_}else{const de=i;X=ri(de.length>1?de(M,{attrs:_,slots:h,emit:y}):de(M,null)),fe=i.props?_:Df(_)}}catch(de){js.length=0,Ja(de,t,1),X=A(sn)}let Se=X;if(fe&&F!==!1){const de=Object.keys(fe),{shapeFlag:Fe}=Se;de.length&&Fe&7&&(f&&de.some(Wa)&&(fe=Ff(fe,f)),Se=Qi(Se,fe,!1,!0))}return s.dirs&&(Se=Qi(Se,null,!1,!0),Se.dirs=Se.dirs?Se.dirs.concat(s.dirs):s.dirs),s.transition&&qs(Se,s.transition),X=Se,Ia(te),X}const Df=t=>{let i;for(const s in t)(s==="class"||s==="style"||ja(s))&&((i||(i={}))[s]=t[s]);return i},Ff=(t,i)=>{const s={};for(const l in t)(!Wa(l)||!(l.slice(9)in i))&&(s[l]=t[l]);return s};function Rf(t,i,s){const{props:l,children:u,component:f}=t,{props:h,children:_,patchFlag:y}=i,C=f.emitsOptions;if(i.dirs||i.transition)return!0;if(s&&y>=0){if(y&1024)return!0;if(y&16)return l?Hl(l,h,C):!!h;if(y&8){const T=i.dynamicProps;for(let M=0;M<T.length;M++){const H=T[M];if(Cc(h,l,H)&&!er(C,H))return!0}}}else return(u||_)&&(!_||!_.$stable)?!0:l===h?!1:l?h?Hl(l,h,C):!0:!!h;return!1}function Hl(t,i,s){const l=Object.keys(i);if(l.length!==Object.keys(t).length)return!0;for(let u=0;u<l.length;u++){const f=l[u];if(Cc(i,t,f)&&!er(s,f))return!0}return!1}function Cc(t,i,s){const l=t[s],u=i[s];return s==="style"&&dt(l)&&dt(u)?!Xi(l,u):l!==u}function Bf({vnode:t,parent:i,suspense:s},l){for(;i;){const u=i.subTree;if(u.suspense&&u.suspense.activeBranch===t&&(u.suspense.vnode.el=u.el=l,t=u),u===t)(t=i.vnode).el=l,i=i.parent;else break}s&&s.activeBranch===t&&(s.vnode.el=l)}const Lc={},Ac=()=>Object.create(Lc),Mc=t=>Object.getPrototypeOf(t)===Lc;function Uf(t,i,s,l=!1){const u={},f=Ac();t.propsDefaults=Object.create(null),Ec(t,i,u,f);for(const h in t.propsOptions[0])h in u||(u[h]=void 0);s?t.props=l?u:jd(u):t.type.props?t.props=u:t.props=f,t.attrs=f}function Vf(t,i,s,l){const{props:u,attrs:f,vnode:{patchFlag:h}}=t,_=ut(u),[y]=t.propsOptions;let C=!1;if((l||h>0)&&!(h&16)){if(h&8){const T=t.vnode.dynamicProps;for(let M=0;M<T.length;M++){let H=T[M];if(er(t.emitsOptions,H))continue;const j=i[H];if(y)if(ct(f,H))j!==f[H]&&(f[H]=j,C=!0);else{const K=Jn(H);u[K]=Wr(y,_,K,j,t,!1)}else j!==f[H]&&(f[H]=j,C=!0)}}}else{Ec(t,i,u,f)&&(C=!0);let T;for(const M in _)(!i||!ct(i,M)&&((T=to(M))===M||!ct(i,T)))&&(y?s&&(s[M]!==void 0||s[T]!==void 0)&&(u[M]=Wr(y,_,M,void 0,t,!0)):delete u[M]);if(f!==_)for(const M in f)(!i||!ct(i,M))&&(delete f[M],C=!0)}C&&Li(t.attrs,"set","")}function Ec(t,i,s,l){const[u,f]=t.propsOptions;let h=!1,_;if(i)for(let y in i){if(Rs(y))continue;const C=i[y];let T;u&&ct(u,T=Jn(y))?!f||!f.includes(T)?s[T]=C:(_||(_={}))[T]=C:er(t.emitsOptions,y)||(!(y in l)||C!==l[y])&&(l[y]=C,h=!0)}if(f){const y=ut(s),C=_||vt;for(let T=0;T<f.length;T++){const M=f[T];s[M]=Wr(u,y,M,C[M],t,!ct(C,M))}}return h}function Wr(t,i,s,l,u,f){const h=t[s];if(h!=null){const _=ct(h,"default");if(_&&l===void 0){const y=h.default;if(h.type!==Function&&!h.skipFactory&&je(y)){const{propsDefaults:C}=u;if(s in C)l=C[s];else{const T=na(u);l=C[s]=y.call(null,i),T()}}else l=y;u.ce&&u.ce._setProp(s,l)}h[0]&&(f&&!_?l=!1:h[1]&&(l===""||l===to(s))&&(l=!0))}return l}const Zf=new WeakMap;function Oc(t,i,s=!1){const l=s?Zf:i.propsCache,u=l.get(t);if(u)return u;const f=t.props,h={},_=[];let y=!1;if(!je(t)){const T=M=>{y=!0;const[H,j]=Oc(M,i,!0);Kt(h,H),j&&_.push(...j)};!s&&i.mixins.length&&i.mixins.forEach(T),t.extends&&T(t.extends),t.mixins&&t.mixins.forEach(T)}if(!f&&!y)return dt(t)&&l.set(t,es),es;if($e(f))for(let T=0;T<f.length;T++){const M=Jn(f[T]);jl(M)&&(h[M]=vt)}else if(f)for(const T in f){const M=Jn(T);if(jl(M)){const H=f[T],j=h[M]=$e(H)||je(H)?{type:H}:Kt({},H),K=j.type;let F=!1,te=!0;if($e(K))for(let X=0;X<K.length;++X){const fe=K[X],Se=je(fe)&&fe.name;if(Se==="Boolean"){F=!0;break}else Se==="String"&&(te=!1)}else F=je(K)&&K.name==="Boolean";j[0]=F,j[1]=te,(F||ct(j,"default"))&&_.push(M)}}const C=[h,_];return dt(t)&&l.set(t,C),C}function jl(t){return t[0]!=="$"&&!Rs(t)}const cl=t=>t==="_"||t==="_ctx"||t==="$stable",dl=t=>$e(t)?t.map(ri):[ri(t)],Hf=(t,i,s)=>{if(i._n)return i;const l=ye((...u)=>dl(i(...u)),s);return l._c=!1,l},zc=(t,i,s)=>{const l=t._ctx;for(const u in t){if(cl(u))continue;const f=t[u];if(je(f))i[u]=Hf(u,f,l);else if(f!=null){const h=dl(f);i[u]=()=>h}}},$c=(t,i)=>{const s=dl(i);t.slots.default=()=>s},Ic=(t,i,s)=>{for(const l in i)(s||!cl(l))&&(t[l]=i[l])},jf=(t,i,s)=>{const l=t.slots=Ac();if(t.vnode.shapeFlag&32){const u=i._;u?(Ic(l,i,s),s&&Fu(l,"_",u,!0)):zc(i,l)}else i&&$c(t,i)},Wf=(t,i,s)=>{const{vnode:l,slots:u}=t;let f=!0,h=vt;if(l.shapeFlag&32){const _=i._;_?s&&_===1?f=!1:Ic(u,i,s):(f=!i.$stable,zc(i,u)),h=i}else i&&($c(t,i),h={default:1});if(f)for(const _ in u)!cl(_)&&h[_]==null&&delete u[_]},dn=Jf;function Kf(t){return Gf(t)}function Gf(t,i){const s=qa();s.__VUE__=!0;const{insert:l,remove:u,patchProp:f,createElement:h,createText:_,createComment:y,setText:C,setElementText:T,parentNode:M,nextSibling:H,setScopeId:j=ui,insertStaticContent:K}=t,F=(x,b,S,W=null,V=null,G=null,re=void 0,ae=null,oe=!!b.dynamicChildren)=>{if(x===b)return;x&&!Lo(x,b)&&(W=zt(x),Ve(x,V,G,!0),x=null),b.patchFlag===-2&&(oe=!1,b.dynamicChildren=null);const{type:ee,ref:ve,shapeFlag:se}=b;switch(ee){case tr:te(x,b,S,W);break;case sn:X(x,b,S,W);break;case Ar:x==null&&fe(b,S,W,re);break;case le:O(x,b,S,W,V,G,re,ae,oe);break;default:se&1?Fe(x,b,S,W,V,G,re,ae,oe):se&6?N(x,b,S,W,V,G,re,ae,oe):(se&64||se&128)&&ee.process(x,b,S,W,V,G,re,ae,oe,Pt)}ve!=null&&V?Zs(ve,x&&x.ref,G,b||x,!b):ve==null&&x&&x.ref!=null&&Zs(x.ref,null,G,x,!0)},te=(x,b,S,W)=>{if(x==null)l(b.el=_(b.children),S,W);else{const V=b.el=x.el;b.children!==x.children&&C(V,b.children)}},X=(x,b,S,W)=>{x==null?l(b.el=y(b.children||""),S,W):b.el=x.el},fe=(x,b,S,W)=>{[x.el,x.anchor]=K(x.children,b,S,W,x.el,x.anchor)},Se=({el:x,anchor:b},S,W)=>{let V;for(;x&&x!==b;)V=H(x),l(x,S,W),x=V;l(b,S,W)},de=({el:x,anchor:b})=>{let S;for(;x&&x!==b;)S=H(x),u(x),x=S;u(b)},Fe=(x,b,S,W,V,G,re,ae,oe)=>{if(b.type==="svg"?re="svg":b.type==="math"&&(re="mathml"),x==null)Oe(b,S,W,V,G,re,ae,oe);else{const ee=x.el&&x.el._isVueCE?x.el:null;try{ee&&ee._beginPatch(),he(x,b,V,G,re,ae,oe)}finally{ee&&ee._endPatch()}}},Oe=(x,b,S,W,V,G,re,ae)=>{let oe,ee;const{props:ve,shapeFlag:se,transition:ke,dirs:Pe}=x;if(oe=x.el=h(x.type,G,ve&&ve.is,ve),se&8?T(oe,x.children):se&16&&Ze(x.children,oe,null,W,V,Lr(x,G),re,ae),Pe&&wo(x,null,W,"created"),Te(oe,x,x.scopeId,re,W),ve){for(const Ke in ve)Ke!=="value"&&!Rs(Ke)&&f(oe,Ke,null,ve[Ke],G,W);"value"in ve&&f(oe,"value",null,ve.value,G),(ee=ve.onVnodeBeforeMount)&&oi(ee,W,x)}Pe&&wo(x,null,W,"beforeMount");const Re=qf(V,ke);Re&&ke.beforeEnter(oe),l(oe,b,S),((ee=ve&&ve.onVnodeMounted)||Re||Pe)&&dn(()=>{try{ee&&oi(ee,W,x),Re&&ke.enter(oe),Pe&&wo(x,null,W,"mounted")}finally{}},V)},Te=(x,b,S,W,V)=>{if(S&&j(x,S),W)for(let G=0;G<W.length;G++)j(x,W[G]);if(V){let G=V.subTree;if(b===G||Fc(G.type)&&(G.ssContent===b||G.ssFallback===b)){const re=V.vnode;Te(x,re,re.scopeId,re.slotScopeIds,V.parent)}}},Ze=(x,b,S,W,V,G,re,ae,oe=0)=>{for(let ee=oe;ee<x.length;ee++){const ve=x[ee]=ae?Ci(x[ee]):ri(x[ee]);F(null,ve,b,S,W,V,G,re,ae)}},he=(x,b,S,W,V,G,re)=>{const ae=b.el=x.el;let{patchFlag:oe,dynamicChildren:ee,dirs:ve}=b;oe|=x.patchFlag&16;const se=x.props||vt,ke=b.props||vt;let Pe;if(S&&ko(S,!1),(Pe=ke.onVnodeBeforeUpdate)&&oi(Pe,S,b,x),ve&&wo(b,x,S,"beforeUpdate"),S&&ko(S,!0),ee&&(!x.dynamicChildren||x.dynamicChildren.length!==ee.length)&&(oe=0,re=!1,ee=null),(se.innerHTML&&ke.innerHTML==null||se.textContent&&ke.textContent==null)&&T(ae,""),ee?Q(x.dynamicChildren,ee,ae,S,W,Lr(b,V),G):re||ue(x,b,ae,null,S,W,Lr(b,V),G,!1),oe>0){if(oe&16)B(ae,se,ke,S,V);else if(oe&2&&se.class!==ke.class&&f(ae,"class",null,ke.class,V),oe&4&&f(ae,"style",se.style,ke.style,V),oe&8){const Re=b.dynamicProps;for(let Ke=0;Ke<Re.length;Ke++){const Ge=Re[Ke],pt=se[Ge],ht=ke[Ge];(ht!==pt||Ge==="value")&&f(ae,Ge,pt,ht,V,S)}}oe&1&&x.children!==b.children&&T(ae,b.children)}else!re&&ee==null&&B(ae,se,ke,S,V);((Pe=ke.onVnodeUpdated)||ve)&&dn(()=>{Pe&&oi(Pe,S,b,x),ve&&wo(b,x,S,"updated")},W)},Q=(x,b,S,W,V,G,re)=>{for(let ae=0;ae<b.length;ae++){const oe=x[ae],ee=b[ae],ve=oe.el&&(oe.type===le||!Lo(oe,ee)||oe.shapeFlag&198)?M(oe.el):S;F(oe,ee,ve,null,W,V,G,re,!0)}},B=(x,b,S,W,V)=>{if(b!==S){if(b!==vt)for(const G in b)!Rs(G)&&!(G in S)&&f(x,G,b[G],null,V,W);for(const G in S){if(Rs(G))continue;const re=S[G],ae=b[G];re!==ae&&G!=="value"&&f(x,G,ae,re,V,W)}"value"in S&&f(x,"value",b.value,S.value,V)}},O=(x,b,S,W,V,G,re,ae,oe)=>{const ee=b.el=x?x.el:_(""),ve=b.anchor=x?x.anchor:_("");let{patchFlag:se,dynamicChildren:ke,slotScopeIds:Pe}=b;Pe&&(ae=ae?ae.concat(Pe):Pe),x==null?(l(ee,S,W),l(ve,S,W),Ze(b.children||[],S,ve,V,G,re,ae,oe)):se>0&&se&64&&ke&&x.dynamicChildren&&x.dynamicChildren.length===ke.length?(Q(x.dynamicChildren,ke,S,V,G,re,ae),(b.key!=null||V&&b===V.subTree)&&fl(x,b,!0)):ue(x,b,S,ve,V,G,re,ae,oe)},N=(x,b,S,W,V,G,re,ae,oe)=>{b.slotScopeIds=ae,x==null?b.shapeFlag&512?V.ctx.activate(b,S,W,re,oe):$(b,S,W,V,G,re,oe):Ye(x,b,oe)},$=(x,b,S,W,V,G,re)=>{const ae=x.component=oh(x,W,V);if(Xa(x)&&(ae.ctx.renderer=Pt),sh(ae,!1,re),ae.asyncDep){if(V&&V.registerDep(ae,we,re),!x.el){const oe=ae.subTree=A(sn);X(null,oe,b,S),x.placeholder=oe.el}}else we(ae,x,b,S,V,G,re)},Ye=(x,b,S)=>{const W=b.component=x.component;if(Rf(x,b,S))if(W.asyncDep&&!W.asyncResolved){ge(W,b,S);return}else W.next=b,W.update();else b.el=x.el,W.vnode=b},we=(x,b,S,W,V,G,re)=>{const ae=()=>{if(x.isMounted){let{next:se,bu:ke,u:Pe,parent:Re,vnode:Ke}=x;{const Jt=Nc(x);if(Jt){se&&(se.el=Ke.el,ge(x,se,re)),Jt.asyncDep.then(()=>{dn(()=>{x.isUnmounted||ee()},V)});return}}let Ge=se,pt;ko(x,!1),se?(se.el=Ke.el,ge(x,se,re)):se=Ke,ke&&Ea(ke),(pt=se.props&&se.props.onVnodeBeforeUpdate)&&oi(pt,Re,se,Ke),ko(x,!0);const ht=Zl(x),Vt=x.subTree;x.subTree=ht,F(Vt,ht,M(Vt.el),zt(Vt),x,V,G),se.el=ht.el,Ge===null&&Bf(x,ht.el),Pe&&dn(Pe,V),(pt=se.props&&se.props.onVnodeUpdated)&&dn(()=>oi(pt,Re,se,Ke),V)}else{let se;const{el:ke,props:Pe}=b,{bm:Re,m:Ke,parent:Ge,root:pt,type:ht}=x,Vt=is(b);ko(x,!1),Re&&Ea(Re),!Vt&&(se=Pe&&Pe.onVnodeBeforeMount)&&oi(se,Ge,b),ko(x,!0);{pt.ce&&pt.ce._hasShadowRoot()&&pt.ce._injectChildStyle(ht,x.parent?x.parent.type:void 0);const Jt=x.subTree=Zl(x);F(null,Jt,S,W,x,V,G),b.el=Jt.el}if(Ke&&dn(Ke,V),!Vt&&(se=Pe&&Pe.onVnodeMounted)){const Jt=b;dn(()=>oi(se,Ge,Jt),V)}(b.shapeFlag&256||Ge&&is(Ge.vnode)&&Ge.vnode.shapeFlag&256)&&x.a&&dn(x.a,V),x.isMounted=!0,b=S=W=null}};x.scope.on();const oe=x.effect=new Vu(ae);x.scope.off();const ee=x.update=oe.run.bind(oe),ve=x.job=oe.runIfDirty.bind(oe);ve.i=x,ve.id=x.uid,oe.scheduler=()=>ul(ve),ko(x,!0),ee()},ge=(x,b,S)=>{b.component=x;const W=x.vnode.props;x.vnode=b,x.next=null,Vf(x,b.props,W,S),Wf(x,b.children,S),ci(),zl(x),di()},ue=(x,b,S,W,V,G,re,ae,oe=!1)=>{const ee=x&&x.children,ve=x?x.shapeFlag:0,se=b.children,{patchFlag:ke,shapeFlag:Pe}=b;if(ke>0){if(ke&128){pe(ee,se,S,W,V,G,re,ae,oe);return}else if(ke&256){ft(ee,se,S,W,V,G,re,ae,oe);return}}Pe&8?(ve&16&&De(ee,V,G),se!==ee&&T(S,se)):ve&16?Pe&16?pe(ee,se,S,W,V,G,re,ae,oe):De(ee,V,G,!0):(ve&8&&T(S,""),Pe&16&&Ze(se,S,W,V,G,re,ae,oe))},ft=(x,b,S,W,V,G,re,ae,oe)=>{x=x||es,b=b||es;const ee=x.length,ve=b.length,se=Math.min(ee,ve);let ke;for(ke=0;ke<se;ke++){const Pe=b[ke]=oe?Ci(b[ke]):ri(b[ke]);F(x[ke],Pe,S,null,V,G,re,ae,oe)}ee>ve?De(x,V,G,!0,!1,se):Ze(b,S,W,V,G,re,ae,oe,se)},pe=(x,b,S,W,V,G,re,ae,oe)=>{let ee=0;const ve=b.length;let se=x.length-1,ke=ve-1;for(;ee<=se&&ee<=ke;){const Pe=x[ee],Re=b[ee]=oe?Ci(b[ee]):ri(b[ee]);if(Lo(Pe,Re))F(Pe,Re,S,null,V,G,re,ae,oe);else break;ee++}for(;ee<=se&&ee<=ke;){const Pe=x[se],Re=b[ke]=oe?Ci(b[ke]):ri(b[ke]);if(Lo(Pe,Re))F(Pe,Re,S,null,V,G,re,ae,oe);else break;se--,ke--}if(ee>se){if(ee<=ke){const Pe=ke+1,Re=Pe<ve?b[Pe].el:W;for(;ee<=ke;)F(null,b[ee]=oe?Ci(b[ee]):ri(b[ee]),S,Re,V,G,re,ae,oe),ee++}}else if(ee>ke)for(;ee<=se;)Ve(x[ee],V,G,!0),ee++;else{const Pe=ee,Re=ee,Ke=new Map;for(ee=Re;ee<=ke;ee++){const Ct=b[ee]=oe?Ci(b[ee]):ri(b[ee]);Ct.key!=null&&Ke.set(Ct.key,ee)}let Ge,pt=0;const ht=ke-Re+1;let Vt=!1,Jt=0;const Zt=new Array(ht);for(ee=0;ee<ht;ee++)Zt[ee]=0;for(ee=Pe;ee<=se;ee++){const Ct=x[ee];if(pt>=ht){Ve(Ct,V,G,!0);continue}let $t;if(Ct.key!=null)$t=Ke.get(Ct.key);else for(Ge=Re;Ge<=ke;Ge++)if(Zt[Ge-Re]===0&&Lo(Ct,b[Ge])){$t=Ge;break}$t===void 0?Ve(Ct,V,G,!0):(Zt[$t-Re]=ee+1,$t>=Jt?Jt=$t:Vt=!0,F(Ct,b[$t],S,null,V,G,re,ae,oe),pt++)}const pn=Vt?Yf(Zt):es;for(Ge=pn.length-1,ee=ht-1;ee>=0;ee--){const Ct=Re+ee,$t=b[Ct],kn=b[Ct+1],zi=Ct+1<ve?kn.el||Dc(kn):W;Zt[ee]===0?F(null,$t,S,zi,V,G,re,ae,oe):Vt&&(Ge<0||ee!==pn[Ge]?Ue($t,S,zi,2):Ge--)}}},Ue=(x,b,S,W,V=null)=>{const{el:G,type:re,transition:ae,children:oe,shapeFlag:ee}=x;if(ee&6){Ue(x.component.subTree,b,S,W);return}if(ee&128){x.suspense.move(b,S,W);return}if(ee&64){re.move(x,b,S,Pt);return}if(re===le){l(G,b,S);for(let se=0;se<oe.length;se++)Ue(oe[se],b,S,W);l(x.anchor,b,S);return}if(re===Ar){Se(x,b,S);return}if(W!==2&&ee&1&&ae)if(W===0)ae.persisted&&!G[Un]?l(G,b,S):(ae.beforeEnter(G),l(G,b,S),dn(()=>ae.enter(G),V));else{const{leave:se,delayLeave:ke,afterLeave:Pe}=ae,Re=()=>{x.ctx.isUnmounted?u(G):l(G,b,S)},Ke=()=>{const Ge=G._isLeaving||!!G[Un];G._isLeaving&&G[Un](!0),ae.persisted&&!Ge?Re():se(G,()=>{Re(),Pe&&Pe()})};ke?ke(G,Re,Ke):Ke()}else l(G,b,S)},Ve=(x,b,S,W=!1,V=!1)=>{const{type:G,props:re,ref:ae,children:oe,dynamicChildren:ee,shapeFlag:ve,patchFlag:se,dirs:ke,cacheIndex:Pe,memo:Re}=x;if(se===-2&&(V=!1),ae!=null&&(ci(),Zs(ae,null,S,x,!0),di()),Pe!=null&&(b.renderCache[Pe]=void 0),ve&256){b.ctx.deactivate(x);return}const Ke=ve&1&&ke,Ge=!is(x);let pt;if(Ge&&(pt=re&&re.onVnodeBeforeUnmount)&&oi(pt,b,x),ve&6)Le(x.component,S,W);else{if(ve&128){x.suspense.unmount(S,W);return}Ke&&wo(x,null,b,"beforeUnmount"),ve&64?x.type.remove(x,b,S,Pt,W):ee&&!ee.hasOnce&&(G!==le||se>0&&se&64)?De(ee,b,S,!1,!0):(G===le&&se&384||!V&&ve&16)&&De(oe,b,S),W&&wt(x)}const ht=Re!=null&&Pe==null;(Ge&&(pt=re&&re.onVnodeUnmounted)||Ke||ht)&&dn(()=>{pt&&oi(pt,b,x),Ke&&wo(x,null,b,"unmounted"),ht&&(x.el=null)},S)},wt=x=>{const{type:b,el:S,anchor:W,transition:V}=x;if(b===le){st(S,W);return}if(b===Ar){de(x);return}const G=()=>{u(S),V&&!V.persisted&&V.afterLeave&&V.afterLeave()};if(x.shapeFlag&1&&V&&!V.persisted){const{leave:re,delayLeave:ae}=V,oe=()=>re(S,G);ae?ae(x.el,G,oe):oe()}else G()},st=(x,b)=>{let S;for(;x!==b;)S=H(x),u(x),x=S;u(b)},Le=(x,b,S)=>{const{bum:W,scope:V,job:G,subTree:re,um:ae,m:oe,a:ee}=x;Wl(oe),Wl(ee),W&&Ea(W),V.stop(),G&&(G.flags|=8,Ve(re,x,b,S)),ae&&dn(ae,b),dn(()=>{x.isUnmounted=!0},b)},De=(x,b,S,W=!1,V=!1,G=0)=>{for(let re=G;re<x.length;re++)Ve(x[re],b,S,W,V)},zt=x=>{if(x.shapeFlag&6)return zt(x.component.subTree);if(x.shapeFlag&128)return x.suspense.next();const b=H(x.anchor||x.el),S=b&&b[fc];return S?H(S):b};let At=!1;const Ut=(x,b,S)=>{let W;x==null?b._vnode&&(Ve(b._vnode,null,null,!0),W=b._vnode.component):F(b._vnode||null,x,b,null,null,null,S),b._vnode=x,At||(At=!0,zl(W),ac(),At=!1)},Pt={p:F,um:Ve,m:Ue,r:wt,mt:$,mc:Ze,pc:ue,pbc:Q,n:zt,o:t};return{render:Ut,hydrate:void 0,createApp:zf(Ut)}}function Lr({type:t,props:i},s){return s==="svg"&&t==="foreignObject"||s==="mathml"&&t==="annotation-xml"&&i&&i.encoding&&i.encoding.includes("html")?void 0:s}function ko({effect:t,job:i},s){s?(t.flags|=32,i.flags|=4):(t.flags&=-33,i.flags&=-5)}function qf(t,i){return(!t||t&&!t.pendingBranch)&&i&&!i.persisted}function fl(t,i,s=!1){const l=t.children,u=i.children;if($e(l)&&$e(u))for(let f=0;f<l.length;f++){const h=l[f];let _=u[f];_.shapeFlag&1&&!_.dynamicChildren&&((_.patchFlag<=0||_.patchFlag===32)&&(_=u[f]=Ci(u[f]),_.el=h.el),!s&&_.patchFlag!==-2&&fl(h,_)),_.type===tr&&(_.patchFlag===-1&&(_=u[f]=Ci(_)),_.el=h.el),_.type===sn&&!_.el&&(_.el=h.el)}}function Yf(t){const i=t.slice(),s=[0];let l,u,f,h,_;const y=t.length;for(l=0;l<y;l++){const C=t[l];if(C!==0){if(u=s[s.length-1],t[u]<C){i[l]=u,s.push(l);continue}for(f=0,h=s.length-1;f<h;)_=f+h>>1,t[s[_]]<C?f=_+1:h=_;C<t[s[f]]&&(f>0&&(i[l]=s[f-1]),s[f]=l)}}for(f=s.length,h=s[f-1];f-- >0;)s[f]=h,h=i[h];return s}function Nc(t){const i=t.subTree.component;if(i)return i.asyncDep&&!i.asyncResolved?i:Nc(i)}function Wl(t){if(t)for(let i=0;i<t.length;i++)t[i].flags|=8}function Dc(t){if(t.placeholder)return t.placeholder;const i=t.component;return i?Dc(i.subTree):null}const Fc=t=>t.__isSuspense;function Jf(t,i){i&&i.pendingBranch?$e(t)?i.effects.push(...t):i.effects.push(t):nf(t)}const le=Symbol.for("v-fgt"),tr=Symbol.for("v-txt"),sn=Symbol.for("v-cmt"),Ar=Symbol.for("v-stc"),js=[];let zn=null;function p(t=!1){js.push(zn=t?null:[])}function Xf(){js.pop(),zn=js[js.length-1]||null}let Ys=1;function Fa(t,i=!1){Ys+=t,t<0&&zn&&i&&(zn.hasOnce=!0)}function Rc(t){return t.dynamicChildren=Ys>0?zn||es:null,Xf(),Ys>0&&zn&&zn.push(t),t}function m(t,i,s,l,u,f){return Rc(a(t,i,s,l,u,f,!0))}function nt(t,i,s,l,u){return Rc(A(t,i,s,l,u,!0))}function Js(t){return t?t.__v_isVNode===!0:!1}function Lo(t,i){return t.type===i.type&&t.key===i.key}const Bc=({key:t})=>t??null,Oa=({ref:t,ref_key:i,ref_for:s})=>(typeof t=="number"&&(t=""+t),t!=null?Tt(t)||rn(t)||je(t)?{i:an,r:t,k:i,f:!!s}:t:null);function a(t,i=null,s=null,l=0,u=null,f=t===le?0:1,h=!1,_=!1){const y={__v_isVNode:!0,__v_skip:!0,type:t,props:i,key:i&&Bc(i),ref:i&&Oa(i),scopeId:lc,slotScopeIds:null,children:s,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetStart:null,targetAnchor:null,staticCount:0,shapeFlag:f,patchFlag:l,dynamicProps:u,dynamicChildren:null,appContext:null,ctx:an};return _?(Ra(y,s),f&128&&t.normalize(y)):s&&(y.shapeFlag|=Tt(s)?8:16),Ys>0&&!h&&zn&&(y.patchFlag>0||f&6)&&y.patchFlag!==32&&zn.push(y),y}const A=Qf;function Qf(t,i=null,s=null,l=0,u=null,f=!1){if((!t||t===Sf)&&(t=sn),Js(t)){const _=Qi(t,i,!0);return s&&Ra(_,s),Ys>0&&!f&&zn&&(_.shapeFlag&6?zn[zn.indexOf(t)]=_:zn.push(_)),_.patchFlag=-2,_}if(uh(t)&&(t=t.__vccOpts),i){i=eh(i);let{class:_,style:y}=i;_&&!Tt(_)&&(i.class=Ce(_)),dt(y)&&(ll(y)&&!$e(y)&&(y=Kt({},y)),i.style=Eo(y))}const h=Tt(t)?1:Fc(t)?128:hc(t)?64:dt(t)?4:je(t)?2:0;return a(t,i,s,l,u,h,f,!0)}function eh(t){return t?ll(t)||Mc(t)?Kt({},t):t:null}function Qi(t,i,s=!1,l=!1){const{props:u,ref:f,patchFlag:h,children:_,transition:y}=t,C=i?th(u||{},i):u,T={__v_isVNode:!0,__v_skip:!0,type:t.type,props:C,key:C&&Bc(C),ref:i&&i.ref?s&&f?$e(f)?f.concat(Oa(i)):[f,Oa(i)]:Oa(i):f,scopeId:t.scopeId,slotScopeIds:t.slotScopeIds,children:_,target:t.target,targetStart:t.targetStart,targetAnchor:t.targetAnchor,staticCount:t.staticCount,shapeFlag:t.shapeFlag,patchFlag:i&&t.type!==le?h===-1?16:h|16:h,dynamicProps:t.dynamicProps,dynamicChildren:t.dynamicChildren,appContext:t.appContext,dirs:t.dirs,transition:y,component:t.component,suspense:t.suspense,ssContent:t.ssContent&&Qi(t.ssContent),ssFallback:t.ssFallback&&Qi(t.ssFallback),placeholder:t.placeholder,el:t.el,anchor:t.anchor,ctx:t.ctx,ce:t.ce};return y&&l&&qs(T,y.clone(T)),T}function z(t=" ",i=0){return A(tr,null,t,i)}function I(t="",i=!1){return i?(p(),nt(sn,null,t)):A(sn,null,t)}function ri(t){return t==null||typeof t=="boolean"?A(sn):$e(t)?A(le,null,t.slice()):Js(t)?Ci(t):A(tr,null,String(t))}function Ci(t){return t.el===null&&t.patchFlag!==-1||t.memo?t:Qi(t)}function Ra(t,i){let s=0;const{shapeFlag:l}=t;if(i==null)i=null;else if($e(i))s=16;else if(typeof i=="object")if(l&65){const u=i.default;u&&(u._c&&(u._d=!1),Ra(t,u()),u._c&&(u._d=!0));return}else{s=32;const u=i._;!u&&!Mc(i)?i._ctx=an:u===3&&an&&(an.slots._===1?i._=1:(i._=2,t.patchFlag|=1024))}else if(je(i)){if(l&65){Ra(t,{default:i});return}i={default:i,_ctx:an},s=32}else i=String(i),l&64?(s=16,i=[z(i)]):s=8;t.children=i,t.shapeFlag|=s}function th(...t){const i={};for(let s=0;s<t.length;s++){const l=t[s];for(const u in l)if(u==="class")i.class!==l.class&&(i.class=Ce([i.class,l.class]));else if(u==="style")i.style=Eo([i.style,l.style]);else if(ja(u)){const f=i[u],h=l[u];h&&f!==h&&!($e(f)&&f.includes(h))?i[u]=f?[].concat(f,h):h:h==null&&f==null&&!Wa(u)&&(i[u]=h)}else u!==""&&(i[u]=l[u])}return i}function oi(t,i,s,l=null){Hn(t,i,7,[s,l])}const nh=Tc();let ih=0;function oh(t,i,s){const l=t.type,u=(i?i.appContext:t.appContext)||nh,f={uid:ih++,vnode:t,type:l,parent:i,appContext:u,root:null,next:null,subTree:null,effect:null,update:null,job:null,scope:new Pd(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:i?i.provides:Object.create(u.provides),ids:i?i.ids:["",0,0],accessCache:null,renderCache:[],components:null,directives:null,propsOptions:Oc(l,u),emitsOptions:Pc(l,u),emit:null,emitted:null,propsDefaults:vt,inheritAttrs:l.inheritAttrs,ctx:vt,data:vt,props:vt,attrs:vt,slots:vt,refs:vt,setupState:vt,setupContext:null,suspense:s,suspenseId:s?s.pendingId:0,asyncDep:null,asyncResolved:!1,isMounted:!1,isUnmounted:!1,isDeactivated:!1,bc:null,c:null,bm:null,m:null,bu:null,u:null,um:null,bum:null,da:null,a:null,rtg:null,rtc:null,ec:null,sp:null};return f.ctx={_:f},f.root=i?i.root:f,f.emit=If.bind(null,f),t.ce&&t.ce(f),f}let hn=null;const Uc=()=>hn||an;let Ba,Kr;{const t=qa(),i=(s,l)=>{let u;return(u=t[s])||(u=t[s]=[]),u.push(l),f=>{u.length>1?u.forEach(h=>h(f)):u[0](f)}};Ba=i("__VUE_INSTANCE_SETTERS__",s=>hn=s),Kr=i("__VUE_SSR_SETTERS__",s=>Xs=s)}const na=t=>{const i=hn;return Ba(t),t.scope.on(),()=>{t.scope.off(),Ba(i)}},Kl=()=>{hn&&hn.scope.off(),Ba(null)};function Vc(t){return t.vnode.shapeFlag&4}let Xs=!1;function sh(t,i=!1,s=!1){i&&Kr(i);const{props:l,children:u}=t.vnode,f=Vc(t);Uf(t,l,f,i),jf(t,u,s||i);const h=f?ah(t,i):void 0;return i&&Kr(!1),h}function ah(t,i){const s=t.type;t.accessCache=Object.create(null),t.proxy=new Proxy(t.ctx,Pf);const{setup:l}=s;if(l){ci();const u=t.setupContext=l.length>1?lh(t):null,f=na(t),h=ta(l,t,0,[t.props,u]),_=$u(h);if(di(),f(),(_||t.sp)&&!is(t)&&bc(t),_){if(h.then(Kl,Kl),i)return h.then(y=>{Gl(t,y)}).catch(y=>{Ja(y,t,0)});t.asyncDep=h}else Gl(t,h)}else Zc(t)}function Gl(t,i,s){je(i)?t.type.__ssrInlineRender?t.ssrRender=i:t.render=i:dt(i)&&(t.setupState=nc(i)),Zc(t)}function Zc(t,i,s){const l=t.type;t.render||(t.render=l.render||ui);{const u=na(t);ci();try{Cf(t)}finally{di(),u()}}}const rh={get(t,i){return on(t,"get",""),t[i]}};function lh(t){const i=s=>{t.exposed=s||{}};return{attrs:new Proxy(t.attrs,rh),slots:t.slots,emit:t.emit,expose:i}}function nr(t){return t.exposed?t.exposeProxy||(t.exposeProxy=new Proxy(nc(Wd(t.exposed)),{get(i,s){if(s in i)return i[s];if(s in Hs)return Hs[s](t)},has(i,s){return s in i||s in Hs}})):t.proxy}function uh(t){return je(t)&&"__vccOpts"in t}const ce=(t,i)=>Jd(t,i,Xs);function ch(t,i,s){try{Fa(-1);const l=arguments.length;return l===2?dt(i)&&!$e(i)?Js(i)?A(t,null,[i]):A(t,i):A(t,null,i):(l>3?s=Array.prototype.slice.call(arguments,2):l===3&&Js(s)&&(s=[s]),A(t,i,s))}finally{Fa(1)}}const dh="3.5.39";/**
|
||
* @vue/runtime-dom v3.5.39
|
||
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
||
* @license MIT
|
||
**/let Gr;const ql=typeof window<"u"&&window.trustedTypes;if(ql)try{Gr=ql.createPolicy("vue",{createHTML:t=>t})}catch{}const Hc=Gr?t=>Gr.createHTML(t):t=>t,fh="http://www.w3.org/2000/svg",hh="http://www.w3.org/1998/Math/MathML",Pi=typeof document<"u"?document:null,Yl=Pi&&Pi.createElement("template"),ph={insert:(t,i,s)=>{i.insertBefore(t,s||null)},remove:t=>{const i=t.parentNode;i&&i.removeChild(t)},createElement:(t,i,s,l)=>{const u=i==="svg"?Pi.createElementNS(fh,t):i==="mathml"?Pi.createElementNS(hh,t):s?Pi.createElement(t,{is:s}):Pi.createElement(t);return t==="select"&&l&&l.multiple!=null&&u.setAttribute("multiple",l.multiple),u},createText:t=>Pi.createTextNode(t),createComment:t=>Pi.createComment(t),setText:(t,i)=>{t.nodeValue=i},setElementText:(t,i)=>{t.textContent=i},parentNode:t=>t.parentNode,nextSibling:t=>t.nextSibling,querySelector:t=>Pi.querySelector(t),setScopeId(t,i){t.setAttribute(i,"")},insertStaticContent(t,i,s,l,u,f){const h=s?s.previousSibling:i.lastChild;if(u&&(u===f||u.nextSibling))for(;i.insertBefore(u.cloneNode(!0),s),!(u===f||!(u=u.nextSibling)););else{Yl.innerHTML=Hc(l==="svg"?`<svg>${t}</svg>`:l==="mathml"?`<math>${t}</math>`:t);const _=Yl.content;if(l==="svg"||l==="mathml"){const y=_.firstChild;for(;y.firstChild;)_.appendChild(y.firstChild);_.removeChild(y)}i.insertBefore(_,s)}return[h?h.nextSibling:i.firstChild,s?s.previousSibling:i.lastChild]}},Gi="transition",zs="animation",Qs=Symbol("_vtc"),jc={name:String,type:String,css:{type:Boolean,default:!0},duration:[String,Number,Object],enterFromClass:String,enterActiveClass:String,enterToClass:String,appearFromClass:String,appearActiveClass:String,appearToClass:String,leaveFromClass:String,leaveActiveClass:String,leaveToClass:String},mh=Kt({},pc,jc),gh=t=>(t.displayName="Transition",t.props=mh,t),vh=gh((t,{slots:i})=>ch(hf,_h(t),i)),So=(t,i=[])=>{$e(t)?t.forEach(s=>s(...i)):t&&t(...i)},Jl=t=>t?$e(t)?t.some(i=>i.length>1):t.length>1:!1;function _h(t){const i={};for(const O in t)O in jc||(i[O]=t[O]);if(t.css===!1)return i;const{name:s="v",type:l,duration:u,enterFromClass:f=`${s}-enter-from`,enterActiveClass:h=`${s}-enter-active`,enterToClass:_=`${s}-enter-to`,appearFromClass:y=f,appearActiveClass:C=h,appearToClass:T=_,leaveFromClass:M=`${s}-leave-from`,leaveActiveClass:H=`${s}-leave-active`,leaveToClass:j=`${s}-leave-to`}=t,K=bh(u),F=K&&K[0],te=K&&K[1],{onBeforeEnter:X,onEnter:fe,onEnterCancelled:Se,onLeave:de,onLeaveCancelled:Fe,onBeforeAppear:Oe=X,onAppear:Te=fe,onAppearCancelled:Ze=Se}=i,he=(O,N,$,Ye)=>{O._enterCancelled=Ye,To(O,N?T:_),To(O,N?C:h),$&&$()},Q=(O,N)=>{O._isLeaving=!1,To(O,M),To(O,j),To(O,H),N&&N()},B=O=>(N,$)=>{const Ye=O?Te:fe,we=()=>he(N,O,$);So(Ye,[N,we]),Xl(()=>{To(N,O?y:f),Ti(N,O?T:_),Jl(Ye)||Ql(N,l,F,we)})};return Kt(i,{onBeforeEnter(O){So(X,[O]),Ti(O,f),Ti(O,h)},onBeforeAppear(O){So(Oe,[O]),Ti(O,y),Ti(O,C)},onEnter:B(!1),onAppear:B(!0),onLeave(O,N){O._isLeaving=!0;const $=()=>Q(O,N);Ti(O,M),O._enterCancelled?(Ti(O,H),nu(O)):(nu(O),Ti(O,H)),Xl(()=>{O._isLeaving&&(To(O,M),Ti(O,j),Jl(de)||Ql(O,l,te,$))}),So(de,[O,$])},onEnterCancelled(O){he(O,!1,void 0,!0),So(Se,[O])},onAppearCancelled(O){he(O,!0,void 0,!0),So(Ze,[O])},onLeaveCancelled(O){Q(O),So(Fe,[O])}})}function bh(t){if(t==null)return null;if(dt(t))return[Mr(t.enter),Mr(t.leave)];{const i=Mr(t);return[i,i]}}function Mr(t){return _d(t)}function Ti(t,i){i.split(/\s+/).forEach(s=>s&&t.classList.add(s)),(t[Qs]||(t[Qs]=new Set)).add(i)}function To(t,i){i.split(/\s+/).forEach(l=>l&&t.classList.remove(l));const s=t[Qs];s&&(s.delete(i),s.size||(t[Qs]=void 0))}function Xl(t){requestAnimationFrame(()=>{requestAnimationFrame(t)})}let yh=0;function Ql(t,i,s,l){const u=t._endId=++yh,f=()=>{u===t._endId&&l()};if(s!=null)return setTimeout(f,s);const{type:h,timeout:_,propCount:y}=xh(t,i);if(!h)return l();const C=h+"end";let T=0;const M=()=>{t.removeEventListener(C,H),f()},H=j=>{j.target===t&&++T>=y&&M()};setTimeout(()=>{T<y&&M()},_+1),t.addEventListener(C,H)}function xh(t,i){const s=window.getComputedStyle(t),l=K=>(s[K]||"").split(", "),u=l(`${Gi}Delay`),f=l(`${Gi}Duration`),h=eu(u,f),_=l(`${zs}Delay`),y=l(`${zs}Duration`),C=eu(_,y);let T=null,M=0,H=0;i===Gi?h>0&&(T=Gi,M=h,H=f.length):i===zs?C>0&&(T=zs,M=C,H=y.length):(M=Math.max(h,C),T=M>0?h>C?Gi:zs:null,H=T?T===Gi?f.length:y.length:0);const j=T===Gi&&/\b(?:transform|all)(?:,|$)/.test(l(`${Gi}Property`).toString());return{type:T,timeout:M,propCount:H,hasTransform:j}}function eu(t,i){for(;t.length<i.length;)t=t.concat(t);return Math.max(...i.map((s,l)=>tu(s)+tu(t[l])))}function tu(t){return t==="auto"?0:Number(t.slice(0,-1).replace(",","."))*1e3}function nu(t){return(t?t.ownerDocument:document).body.offsetHeight}function wh(t,i,s){const l=t[Qs];l&&(i=(i?[i,...l]:[...l]).join(" ")),i==null?t.removeAttribute("class"):s?t.setAttribute("class",i):t.className=i}const Ua=Symbol("_vod"),Wc=Symbol("_vsh"),kh={name:"show",beforeMount(t,{value:i},{transition:s}){t[Ua]=t.style.display==="none"?"":t.style.display,s&&i?s.beforeEnter(t):$s(t,i)},mounted(t,{value:i},{transition:s}){s&&i&&s.enter(t)},updated(t,{value:i,oldValue:s},{transition:l}){!i!=!s&&(l?i?(l.beforeEnter(t),$s(t,!0),l.enter(t)):l.leave(t,()=>{$s(t,!1)}):$s(t,i))},beforeUnmount(t,{value:i}){$s(t,i)}};function $s(t,i){t.style.display=i?t[Ua]:"none",t[Wc]=!i}const Sh=Symbol(""),Th=/(?:^|;)\s*display\s*:/;function Ph(t,i,s){const l=t.style,u=Tt(s);let f=!1;if(s&&!u){if(i)if(Tt(i))for(const h of i.split(";")){const _=h.slice(0,h.indexOf(":")).trim();s[_]==null&&Ds(l,_,"")}else for(const h in i)s[h]==null&&Ds(l,h,"");for(const h in s){h==="display"&&(f=!0);const _=s[h];_!=null?Lh(t,h,!Tt(i)&&i?i[h]:void 0,_)||Ds(l,h,_):Ds(l,h,"")}}else if(u){if(i!==s){const h=l[Sh];h&&(s+=";"+h),l.cssText=s,f=Th.test(s)}}else i&&t.removeAttribute("style");Ua in t&&(t[Ua]=f?l.display:"",t[Wc]&&(l.display="none"))}const iu=/\s*!important$/;function Ds(t,i,s){if($e(s))s.forEach(l=>Ds(t,i,l));else if(s==null&&(s=""),i.startsWith("--"))t.setProperty(i,s);else{const l=Ch(t,i);iu.test(s)?t.setProperty(to(l),s.replace(iu,""),"important"):t[l]=s}}const ou=["Webkit","Moz","ms"],Er={};function Ch(t,i){const s=Er[i];if(s)return s;let l=Jn(i);if(l!=="filter"&&l in t)return Er[i]=l;l=Du(l);for(let u=0;u<ou.length;u++){const f=ou[u]+l;if(f in t)return Er[i]=f}return i}function Lh(t,i,s,l){return t.tagName==="TEXTAREA"&&(i==="width"||i==="height")&&Tt(l)&&s===l}const su="http://www.w3.org/1999/xlink";function au(t,i,s,l,u,f=Sd(i)){l&&i.startsWith("xlink:")?s==null?t.removeAttributeNS(su,i.slice(6,i.length)):t.setAttributeNS(su,i,s):s==null||f&&!Ru(s)?t.removeAttribute(i):t.setAttribute(i,f?"":Qn(s)?String(s):s)}function ru(t,i,s,l,u){if(i==="innerHTML"||i==="textContent"){s!=null&&(t[i]=i==="innerHTML"?Hc(s):s);return}const f=t.tagName;if(i==="value"&&f!=="PROGRESS"&&!f.includes("-")){const _=f==="OPTION"?t.getAttribute("value")||"":t.value,y=s==null?t.type==="checkbox"?"on":"":String(s);(_!==y||!("_value"in t))&&(t.value=y),s==null&&t.removeAttribute(i),t._value=s;return}let h=!1;if(s===""||s==null){const _=typeof t[i];_==="boolean"?s=Ru(s):s==null&&_==="string"?(s="",h=!0):_==="number"&&(s=0,h=!0)}try{t[i]=s}catch{}h&&t.removeAttribute(u||i)}function Mi(t,i,s,l){t.addEventListener(i,s,l)}function Ah(t,i,s,l){t.removeEventListener(i,s,l)}const lu=Symbol("_vei");function Mh(t,i,s,l,u=null){const f=t[lu]||(t[lu]={}),h=f[i];if(l&&h)h.value=l;else{const[_,y]=zh(i);if(l){const C=f[i]=Nh(l,u);Mi(t,_,C,y)}else h&&(Ah(t,_,h,y),f[i]=void 0)}}const Eh=/(Once|Passive|Capture)$/,Oh=/^on:?(?:Once|Passive|Capture)$/;function zh(t){let i,s;for(;(s=t.match(Eh))&&!Oh.test(t);)i||(i={}),t=t.slice(0,t.length-s[1].length),i[s[1].toLowerCase()]=!0;return[t[2]===":"?t.slice(3):to(t.slice(2)),i]}let Or=0;const $h=Promise.resolve(),Ih=()=>Or||($h.then(()=>Or=0),Or=Date.now());function Nh(t,i){const s=l=>{if(!l._vts)l._vts=Date.now();else if(l._vts<=s.attached)return;const u=s.value;if($e(u)){const f=l.stopImmediatePropagation;l.stopImmediatePropagation=()=>{f.call(l),l._stopped=!0};const h=u.slice(),_=[l];for(let y=0;y<h.length&&!l._stopped;y++){const C=h[y];C&&Hn(C,i,5,_)}}else Hn(u,i,5,[l])};return s.value=t,s.attached=Ih(),s}const uu=t=>t.charCodeAt(0)===111&&t.charCodeAt(1)===110&&t.charCodeAt(2)>96&&t.charCodeAt(2)<123,Dh=(t,i,s,l,u,f)=>{const h=u==="svg";i==="class"?wh(t,l,h):i==="style"?Ph(t,s,l):ja(i)?Wa(i)||Mh(t,i,s,l,f):(i[0]==="."?(i=i.slice(1),!0):i[0]==="^"?(i=i.slice(1),!1):Fh(t,i,l,h))?(ru(t,i,l),!t.tagName.includes("-")&&(i==="value"||i==="checked"||i==="selected")&&au(t,i,l,h,f,i!=="value")):t._isVueCE&&(Rh(t,i)||t._def.__asyncLoader&&(/[A-Z]/.test(i)||!Tt(l)))?ru(t,Jn(i),l,f,i):(i==="true-value"?t._trueValue=l:i==="false-value"&&(t._falseValue=l),au(t,i,l,h))};function Fh(t,i,s,l){if(l)return!!(i==="innerHTML"||i==="textContent"||i in t&&uu(i)&&je(s));if(i==="spellcheck"||i==="draggable"||i==="translate"||i==="autocorrect"||i==="sandbox"&&t.tagName==="IFRAME"||i==="form"||i==="list"&&t.tagName==="INPUT"||i==="type"&&t.tagName==="TEXTAREA")return!1;if(i==="width"||i==="height"){const u=t.tagName;if(u==="IMG"||u==="VIDEO"||u==="CANVAS"||u==="SOURCE")return!1}return uu(i)&&Tt(s)?!1:i in t}function Rh(t,i){const s=t._def.props;if(!s)return!1;const l=Jn(i);return Array.isArray(s)?s.some(u=>Jn(u)===l):Object.keys(s).some(u=>Jn(u)===l)}const eo=t=>{const i=t.props["onUpdate:modelValue"]||!1;return $e(i)?s=>Ea(i,s):i};function Bh(t){t.target.composing=!0}function cu(t){const i=t.target;i.composing&&(i.composing=!1,i.dispatchEvent(new Event("input")))}const Zn=Symbol("_assign");function du(t,i,s){return i&&(t=t.trim()),s&&(t=Ga(t)),t}const me={created(t,{modifiers:{lazy:i,trim:s,number:l}},u){t[Zn]=eo(u);const f=l||u.props&&u.props.type==="number";Mi(t,i?"change":"input",h=>{h.target.composing||t[Zn](du(t.value,s,f))}),(s||f)&&Mi(t,"change",()=>{t.value=du(t.value,s,f)}),i||(Mi(t,"compositionstart",Bh),Mi(t,"compositionend",cu),Mi(t,"change",cu))},mounted(t,{value:i}){t.value=i??""},beforeUpdate(t,{value:i,oldValue:s,modifiers:{lazy:l,trim:u,number:f}},h){if(t[Zn]=eo(h),t.composing)return;const _=(f||t.type==="number")&&!/^0\d/.test(t.value)?Ga(t.value):t.value,y=i??"";if(_===y)return;const C=t.getRootNode();(C instanceof Document||C instanceof ShadowRoot)&&C.activeElement===t&&t.type!=="range"&&(l&&i===s||u&&t.value.trim()===y)||(t.value=y)}},Va={deep:!0,created(t,i,s){t[Zn]=eo(s),Mi(t,"change",()=>{const l=t._modelValue,u=rs(t),f=t.checked,h=t[Zn];if($e(l)){const _=tl(l,u),y=_!==-1;if(f&&!y)h(l.concat(u));else if(!f&&y){const C=[...l];C.splice(_,1),h(C)}}else if(ls(l)){const _=new Set(l);f?_.add(u):_.delete(u),h(_)}else h(Kc(t,f))})},mounted:fu,beforeUpdate(t,i,s){t[Zn]=eo(s),fu(t,i,s)}};function fu(t,{value:i,oldValue:s},l){t._modelValue=i;let u;if($e(i))u=tl(i,l.props.value)>-1;else if(ls(i))u=i.has(l.props.value);else{if(i===s)return;u=Xi(i,Kc(t,!0))}t.checked!==u&&(t.checked=u)}const Uh={created(t,{value:i},s){t.checked=Xi(i,s.props.value),t[Zn]=eo(s),Mi(t,"change",()=>{t[Zn](rs(t))})},beforeUpdate(t,{value:i,oldValue:s},l){t[Zn]=eo(l),i!==s&&(t.checked=Xi(i,l.props.value))}},Ot={deep:!0,created(t,{value:i,modifiers:{number:s}},l){const u=ls(i);Mi(t,"change",()=>{const f=Array.prototype.filter.call(t.options,h=>h.selected).map(h=>s?Ga(rs(h)):rs(h));t[Zn](t.multiple?u?new Set(f):f:f[0]),t._assigning=!0,oc(()=>{t._assigning=!1})}),t[Zn]=eo(l)},mounted(t,{value:i}){hu(t,i)},beforeUpdate(t,i,s){t[Zn]=eo(s)},updated(t,{value:i}){t._assigning||hu(t,i)}};function hu(t,i){const s=t.multiple,l=$e(i);if(!(s&&!l&&!ls(i))){for(let u=0,f=t.options.length;u<f;u++){const h=t.options[u],_=rs(h);if(s)if(l){const y=typeof _;y==="string"||y==="number"?h.selected=i.some(C=>String(C)===String(_)):h.selected=tl(i,_)>-1}else h.selected=i.has(_);else if(Xi(rs(h),i)){t.selectedIndex!==u&&(t.selectedIndex=u);return}}!s&&t.selectedIndex!==-1&&(t.selectedIndex=-1)}}function rs(t){return"_value"in t?t._value:t.value}function Kc(t,i){const s=i?"_trueValue":"_falseValue";return s in t?t[s]:i}const Vh={created(t,i,s){Aa(t,i,s,null,"created")},mounted(t,i,s){Aa(t,i,s,null,"mounted")},beforeUpdate(t,i,s,l){Aa(t,i,s,l,"beforeUpdate")},updated(t,i,s,l){Aa(t,i,s,l,"updated")}};function Zh(t,i){switch(t){case"SELECT":return Ot;case"TEXTAREA":return me;default:switch(i){case"checkbox":return Va;case"radio":return Uh;default:return me}}}function Aa(t,i,s,l,u){const h=Zh(t.tagName,s.props&&s.props.type)[u];h&&h(t,i,s,l)}const Hh=["ctrl","shift","alt","meta"],jh={stop:t=>t.stopPropagation(),prevent:t=>t.preventDefault(),self:t=>t.target!==t.currentTarget,ctrl:t=>!t.ctrlKey,shift:t=>!t.shiftKey,alt:t=>!t.altKey,meta:t=>!t.metaKey,left:t=>"button"in t&&t.button!==0,middle:t=>"button"in t&&t.button!==1,right:t=>"button"in t&&t.button!==2,exact:(t,i)=>Hh.some(s=>t[`${s}Key`]&&!i.includes(s))},hl=(t,i)=>{if(!t)return t;const s=t._withMods||(t._withMods={}),l=i.join(".");return s[l]||(s[l]=((u,...f)=>{for(let h=0;h<i.length;h++){const _=jh[i[h]];if(_&&_(u,i))return}return t(u,...f)}))},Wh={esc:"escape",space:" ",up:"arrow-up",left:"arrow-left",right:"arrow-right",down:"arrow-down",delete:"backspace"},pu=(t,i)=>{const s=t._withKeys||(t._withKeys={}),l=i.join(".");return s[l]||(s[l]=(u=>{if(!("key"in u))return;const f=to(u.key);if(i.some(h=>h===f||Wh[h]===f))return t(u)}))},Kh=Kt({patchProp:Dh},ph);let mu;function Gh(){return mu||(mu=Kf(Kh))}const qh=((...t)=>{const i=Gh().createApp(...t),{mount:s}=i;return i.mount=l=>{const u=Jh(l);if(!u)return;const f=i._component;!je(f)&&!f.render&&!f.template&&(f.template=u.innerHTML),u.nodeType===1&&(u.textContent="");const h=s(u,!1,Yh(u));return u instanceof Element&&(u.removeAttribute("v-cloak"),u.setAttribute("data-v-app","")),h},i});function Yh(t){if(t instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&t instanceof MathMLElement)return"mathml"}function Jh(t){return Tt(t)?document.querySelector(t):t}const Gc="pv_theme",gu={light:"#EEF0F3",dark:"#0B1730"},Za=typeof window<"u"&&window.matchMedia?window.matchMedia("(prefers-color-scheme: dark)"):null;function qc(){return Za&&Za.matches?"dark":"light"}function Xh(){try{return localStorage.getItem(Gc)||"light"}catch{return"light"}}function Yc(t){return t==="system"?qc():t}function Jc(t){const i=document.documentElement;i.setAttribute("data-theme",t),i.style.backgroundColor=gu[t]||gu.light}const Oo=Y(Xh()),ss=Y(Yc(Oo.value));function Ha(t){Oo.value=t;const i=Yc(t);ss.value=i,Jc(i);try{localStorage.setItem(Gc,t)}catch{}}function vu(){Ha(ss.value==="dark"?"light":"dark")}Za&&Za.addEventListener("change",()=>{if(Oo.value==="system"){const t=qc();ss.value=t,Jc(t)}});async function Qh(){try{const t=await fetch("/bff/config");return t.ok?await t.json():{apiBase:""}}catch{return{apiBase:""}}}async function _u(){try{const t=await fetch("/bff/me");return t.ok?await t.json():null}catch{return null}}async function ep(t,i,s){const l=await fetch("/bff/login",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({email:t,password:i,apiBase:s})});return{ok:l.ok,status:l.status,body:await l.json().catch(()=>({}))}}async function tp(){try{await fetch("/bff/logout",{method:"POST"})}catch{}}async function np(){try{const t=await fetch("/bff/devices");return t.ok?await t.json():[]}catch{return[]}}async function ip(){try{const t=await fetch("/bff/users");return t.ok?{ok:!0,status:200,users:(await t.json()).users||[]}:{ok:!1,status:t.status,users:[]}}catch{return{ok:!1,status:0,users:[]}}}async function op(t,i,s,l){const u=await fetch("/bff/users",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({email:t,password:i,role:s,organization:l})});return{ok:u.ok,status:u.status,body:await u.json().catch(()=>({}))}}async function sp(t,i){const s=await fetch(`/bff/users/${encodeURIComponent(t)}`,{method:"PATCH",headers:{"Content-Type":"application/json"},body:JSON.stringify(i)});return{ok:s.ok,status:s.status,body:await s.json().catch(()=>({}))}}async function ap(t){const i=await fetch(`/bff/users/${encodeURIComponent(t)}`,{method:"DELETE"});return{ok:i.ok,status:i.status,body:await i.json().catch(()=>({}))}}async function rp(){try{const t=await fetch("/bff/orgs");return t.ok?{ok:!0,status:200,organizations:(await t.json()).organizations||[]}:{ok:!1,status:t.status,organizations:[]}}catch{return{ok:!1,status:0,organizations:[]}}}async function lp(t){const i=await fetch("/bff/orgs",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({name:t})});return{ok:i.ok,status:i.status,body:await i.json().catch(()=>({}))}}async function up(t,i){const s=await fetch(`/bff/orgs/${encodeURIComponent(t)}`,{method:"PATCH",headers:{"Content-Type":"application/json"},body:JSON.stringify({name:i})});return{ok:s.ok,status:s.status,body:await s.json().catch(()=>({}))}}async function cp(t){const i=await fetch(`/bff/orgs/${encodeURIComponent(t)}`,{method:"DELETE"});return{ok:i.ok,status:i.status,body:await i.json().catch(()=>({}))}}async function dp(){try{const t=await fetch("/bff/preferences");if(!t.ok)return null;const i=await t.json();return i&&typeof i.preferences=="object"?i.preferences:null}catch{return null}}async function fp(t){try{return(await fetch("/bff/preferences",{method:"PUT",headers:{"Content-Type":"application/json"},body:JSON.stringify({preferences:t})})).ok}catch{return!1}}async function hp(){try{const t=await fetch("/bff/integrations/opensky");return t.ok?{ok:!0,status:200,body:await t.json()}:{ok:!1,status:t.status,body:await t.json().catch(()=>({}))}}catch{return{ok:!1,status:0,body:{}}}}async function bu(t){const i=await fetch("/bff/integrations/opensky",{method:"PUT",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)});return{ok:i.ok,status:i.status,body:await i.json().catch(()=>({}))}}async function pp(t){const i=t?`?bbox=${encodeURIComponent(t)}`:"",s=await fetch(`/bff/integrations/opensky/health${i}`,{method:"POST"});return{ok:s.ok,status:s.status,body:await s.json().catch(()=>({}))}}async function mp(t){try{const i=t?`?bbox=${encodeURIComponent(t)}`:"",s=await fetch(`/bff/integrations/opensky/states${i}`);if(!s.ok)return{states:[],unavailable:!0,detail:"OpenSky unavailable"};const l=await s.json();return{states:l.states||[],time:l.time,unavailable:!!l.unavailable,detail:l.detail||"",plan:l.plan||"",recommendedInterval:l.recommendedInterval||0}}catch{return{states:[],unavailable:!0,detail:"OpenSky unavailable"}}}async function gp(){try{const t=await fetch("/bff/integrations/filetransfer");return t.ok?{ok:!0,status:200,body:await t.json()}:{ok:!1,status:t.status,body:await t.json().catch(()=>({}))}}catch{return{ok:!1,status:0,body:{}}}}async function yu(t){const i=await fetch("/bff/integrations/filetransfer",{method:"PUT",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)});return{ok:i.ok,status:i.status,body:await i.json().catch(()=>({}))}}async function vp(){const t=await fetch("/bff/integrations/filetransfer/health",{method:"POST"});return{ok:t.ok,status:t.status,body:await t.json().catch(()=>({}))}}async function _p(){try{const t=await fetch("/bff/integrations/localstorage");return t.ok?{ok:!0,status:200,body:await t.json()}:{ok:!1,status:t.status,body:await t.json().catch(()=>({}))}}catch{return{ok:!1,status:0,body:{}}}}async function Ma(t){const i=await fetch("/bff/integrations/localstorage",{method:"PUT",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)});return{ok:i.ok,status:i.status,body:await i.json().catch(()=>({}))}}async function bp(){const t=await fetch("/bff/integrations/localstorage/health",{method:"POST"});return{ok:t.ok,status:t.status,body:await t.json().catch(()=>({}))}}async function yp(){try{const t=await fetch("/bff/integrations/webdav");return t.ok?{ok:!0,status:200,body:await t.json()}:{ok:!1,status:t.status,body:await t.json().catch(()=>({}))}}catch{return{ok:!1,status:0,body:{}}}}async function xu(t){const i=await fetch("/bff/integrations/webdav",{method:"PUT",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)});return{ok:i.ok,status:i.status,body:await i.json().catch(()=>({}))}}async function xp(){const t=await fetch("/bff/integrations/webdav/health",{method:"POST"});return{ok:t.ok,status:t.status,body:await t.json().catch(()=>({}))}}async function wp(){try{const t=await fetch("/bff/integrations/openweather");return t.ok?{ok:!0,status:200,body:await t.json()}:{ok:!1,status:t.status,body:await t.json().catch(()=>({}))}}catch{return{ok:!1,status:0,body:{}}}}async function wu(t){const i=await fetch("/bff/integrations/openweather",{method:"PUT",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)});return{ok:i.ok,status:i.status,body:await i.json().catch(()=>({}))}}async function kp(){const t=await fetch("/bff/integrations/openweather/health",{method:"POST"});return{ok:t.ok,status:t.status,body:await t.json().catch(()=>({}))}}async function Sp(t,i){try{const s=t!=null&&i!=null?`?lat=${encodeURIComponent(t)}&lon=${encodeURIComponent(i)}`:"",l=await fetch(`/bff/integrations/openweather/current${s}`);return l.ok?await l.json():{unavailable:!0,detail:"Weather unavailable"}}catch{return{unavailable:!0,detail:"Weather unavailable"}}}async function pl(){try{const t=await fetch("/bff/drones");return t.ok?{ok:!0,status:200,drones:(await t.json()).drones||[]}:{ok:!1,status:t.status,drones:[]}}catch{return{ok:!1,status:0,drones:[]}}}async function Tp(t){const i=await fetch("/bff/drones",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)});return{ok:i.ok,status:i.status,body:await i.json().catch(()=>({}))}}async function Pp(t){try{const i=await fetch("/bff/drones/auto",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)});return{ok:i.ok,status:i.status,body:await i.json().catch(()=>({}))}}catch{return{ok:!1,status:0,body:{}}}}async function Cp(t,i){const s=await fetch(`/bff/drones/${encodeURIComponent(t)}`,{method:"PATCH",headers:{"Content-Type":"application/json"},body:JSON.stringify(i)});return{ok:s.ok,status:s.status,body:await s.json().catch(()=>({}))}}async function Lp(t){const i=await fetch(`/bff/drones/${encodeURIComponent(t)}`,{method:"DELETE"});return{ok:i.ok,status:i.status,body:await i.json().catch(()=>({}))}}async function Ap(){try{const t=await fetch("/bff/flights");return t.ok?{ok:!0,status:200,flights:(await t.json()).flights||[]}:{ok:!1,status:t.status,flights:[]}}catch{return{ok:!1,status:0,flights:[]}}}async function Mp(t){const i=await fetch("/bff/flights",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)});return{ok:i.ok,status:i.status,body:await i.json().catch(()=>({}))}}async function Ep(t,i){const s=await fetch(`/bff/flights/${encodeURIComponent(t)}`,{method:"PATCH",headers:{"Content-Type":"application/json"},body:JSON.stringify(i)});return{ok:s.ok,status:s.status,body:await s.json().catch(()=>({}))}}async function Op(t){const i=await fetch(`/bff/flights/${encodeURIComponent(t)}`,{method:"DELETE"});return{ok:i.ok,status:i.status,body:await i.json().catch(()=>({}))}}function zp(){return"/bff/logbook/export"}async function $p(t){try{const i=t!=null&&t!==""?`?expiring=${encodeURIComponent(t)}`:"",s=await fetch(`/bff/documents${i}`);return s.ok?{ok:!0,status:200,documents:(await s.json()).documents||[]}:{ok:!1,status:s.status,documents:[]}}catch{return{ok:!1,status:0,documents:[]}}}async function Ip(t,i){const s=new FormData;Object.entries(t).forEach(([u,f])=>{f!=null&&f!==""&&s.append(u,f)}),i&&s.append("file",i);const l=await fetch("/bff/documents",{method:"POST",body:s});return{ok:l.ok,status:l.status,body:await l.json().catch(()=>({}))}}async function Np(t,i){const s=await fetch(`/bff/documents/${encodeURIComponent(t)}`,{method:"PATCH",headers:{"Content-Type":"application/json"},body:JSON.stringify(i)});return{ok:s.ok,status:s.status,body:await s.json().catch(()=>({}))}}async function Dp(t){const i=await fetch(`/bff/documents/${encodeURIComponent(t)}`,{method:"DELETE"});return{ok:i.ok,status:i.status,body:await i.json().catch(()=>({}))}}function zr(t){return`/bff/documents/${encodeURIComponent(t)}/file`}function Fp(t){return`/bff/documents/${encodeURIComponent(t)}/file?inline=1`}async function Rp(t,i,s){const l=await fetch(`/bff/devices/${encodeURIComponent(t)}/command`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({command:i,payload:s})});return{ok:l.ok,body:await l.json().catch(()=>({}))}}const Xc="pv_prefs",qr={name:"",username:"",displayName:"",bio:"",avatar:"",showEmail:!1,fontSize:"md",language:"en",region:"US",dateFormat:"MDY",timeFormat:"24",reduceMotion:!1,showAirTraffic:!0,autoBbox:!0,airTrafficInterval:"auto",twoFactor:!1};function Bp(){try{return{...qr,...JSON.parse(localStorage.getItem(Xc)||"{}")||{}}}catch{return{...qr}}}const be=gt(Bp());function Qc(){try{localStorage.setItem(Xc,JSON.stringify(be))}catch{}}function ed(t){if(!t||typeof t!="object")return!1;for(const i of Object.keys(qr))i in t&&(be[i]=t[i]);return!0}const Up={sm:15,md:16,lg:18};function ml(t){document.documentElement.style.fontSize=(Up[t]||16)+"px"}function gl(t){document.documentElement.classList.toggle("reduce-motion",!!t)}function td(t){const i=new Date(t),s=i.getFullYear(),l=String(i.getMonth()+1).padStart(2,"0"),u=String(i.getDate()).padStart(2,"0");let f;switch(be.dateFormat){case"DMY":f=`${u}/${l}/${s}`;break;case"YMD":f=`${s}/${l}/${u}`;break;case"ISO":f=`${s}-${l}-${u}`;break;default:f=`${l}/${u}/${s}`}let h;return be.timeFormat==="12"?h=i.toLocaleTimeString("en-US",{hour:"numeric",minute:"2-digit",second:"2-digit",hour12:!0}):h=`${String(i.getHours()).padStart(2,"0")}:${String(i.getMinutes()).padStart(2,"0")}:${String(i.getSeconds()).padStart(2,"0")}`,{date:f,time:h}}function ku(t){return td(t).time}function Su(t){const i=td(t);return`${i.date} ${i.time}`}let vl=!1,Yr=!1,Jr=null;function Vp(){return{...JSON.parse(JSON.stringify(be)),themeMode:Oo.value}}function _l(){!vl||Yr||(clearTimeout(Jr),Jr=setTimeout(()=>{fp(Vp())},600))}function Zp(t){Yr=!0;try{ed(t),t.themeMode&&Ha(t.themeMode),ml(be.fontSize),gl(be.reduceMotion),Qc()}finally{Yr=!1}}async function Tu(){vl=!0;const t=await dp();t&&Object.keys(t).length?Zp(t):_l()}function Hp(){vl=!1,clearTimeout(Jr)}Bt(be,()=>{Qc(),_l()},{deep:!0});Bt(Oo,_l);Bt(()=>be.fontSize,ml,{immediate:!0});Bt(()=>be.reduceMotion,gl,{immediate:!0});const jp=["width","height"],nd={__name:"BrandMark",props:{size:{type:[Number,String],default:28}},setup(t){return(i,s)=>(p(),m("svg",{width:t.size,height:t.size,viewBox:"0 0 48 48",fill:"none","aria-hidden":"true"},[...s[0]||(s[0]=[a("g",{"stroke-width":"4","stroke-linecap":"round","stroke-linejoin":"round"},[a("polyline",{points:"8,30 19,17 30,30",stroke:"var(--accent)"}),a("polyline",{points:"18,33 29,20 40,33",stroke:"currentColor"})],-1)])],8,jp))}},Wp=["title","aria-label"],Kp={key:0,width:"18",height:"18",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},Gp={key:1,width:"18",height:"18",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},qp={__name:"ThemeToggle",setup(t){return(i,s)=>(p(),m("button",{class:"btn-icon",type:"button",title:Ee(ss)==="dark"?"Switch to light":"Switch to dark","aria-label":Ee(ss)==="dark"?"Switch to light theme":"Switch to dark theme",onClick:s[0]||(s[0]=(...l)=>Ee(vu)&&Ee(vu)(...l))},[Ee(ss)==="dark"?(p(),m("svg",Kp,[...s[1]||(s[1]=[a("circle",{cx:"12",cy:"12",r:"4"},null,-1),a("path",{d:"M12 2v2M12 20v2M4.93 4.93l1.41 1.41M17.66 17.66l1.41 1.41M2 12h2M20 12h2M6.34 17.66l-1.41 1.41M19.07 4.93l-1.41 1.41"},null,-1)])])):(p(),m("svg",Gp,[...s[2]||(s[2]=[a("path",{d:"M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9z"},null,-1)])]))],8,Wp))}},Yp={class:"relative grid h-full place-items-center p-5"},Jp={class:"absolute right-5 top-5"},Xp={class:"mb-6 flex items-center gap-3 text-ink"},Qp={class:"relative mb-1"},em=["type"],tm=["aria-label","title"],nm={key:0,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round",class:"h-[18px] w-[18px]"},im={key:1,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round",class:"h-[18px] w-[18px]"},om={key:0,class:"mt-4"},sm={key:1,class:"mt-4 rounded border border-line bg-danger-soft px-3 py-2 text-sm text-danger-fg"},am=["disabled"],rm={__name:"LoginView",props:{defaultApiBase:{type:String,default:""}},emits:["signed-in"],setup(t,{emit:i}){const s=t,l=i,u=Y(""),f=Y(""),h=Y(localStorage.getItem("api_url")||s.defaultApiBase||"http://localhost:8080"),_=Y(!1),y=Y(!1),C=Y(!1),T=Y("");async function M(){C.value=!0,T.value="",localStorage.setItem("api_url",h.value.trim());const{ok:H,status:j,body:K}=await ep(u.value.trim(),f.value,h.value.trim());if(C.value=!1,H){l("signed-in",K.email);return}T.value=j===400?"Invalid email or password.":j===502?"API server can't reach PocketBase.":K.message||K.error||"Cannot reach the API server."}return(H,j)=>(p(),m("div",Yp,[a("div",Jp,[A(qp)]),a("form",{class:"panel w-[380px] p-8 shadow-md",onSubmit:hl(M,["prevent"])},[a("div",Xp,[A(nd,{size:34}),j[5]||(j[5]=a("div",{class:"leading-tight"},[a("div",{class:"text-mode"},"PilotVault"),a("div",{class:"eyebrow mt-0.5"},"Control panel")],-1))]),j[9]||(j[9]=a("label",{class:"eyebrow mb-1.5 block"},"Email",-1)),ie(a("input",{"onUpdate:modelValue":j[0]||(j[0]=K=>u.value=K),type:"email",autocomplete:"username",required:"",class:"field mb-4",placeholder:"you@example.com"},null,512),[[me,u.value]]),j[10]||(j[10]=a("label",{class:"eyebrow mb-1.5 block"},"Password",-1)),a("div",Qp,[ie(a("input",{"onUpdate:modelValue":j[1]||(j[1]=K=>f.value=K),type:y.value?"text":"password",autocomplete:"current-password",required:"",class:"field w-full pr-10",placeholder:"••••••••"},null,8,em),[[Vh,f.value]]),a("button",{type:"button",class:"absolute inset-y-0 right-0 grid w-10 place-items-center text-ink-muted transition hover:text-ink-secondary","aria-label":y.value?"Hide password":"Show password",title:y.value?"Hide password":"Show password",onClick:j[2]||(j[2]=K=>y.value=!y.value)},[y.value?(p(),m("svg",nm,[...j[6]||(j[6]=[a("path",{d:"M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24"},null,-1),a("line",{x1:"1",y1:"1",x2:"23",y2:"23"},null,-1)])])):(p(),m("svg",im,[...j[7]||(j[7]=[a("path",{d:"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"},null,-1),a("circle",{cx:"12",cy:"12",r:"3"},null,-1)])]))],8,tm)]),_.value?(p(),m("div",om,[j[8]||(j[8]=a("label",{class:"eyebrow mb-1.5 block"},"API Server",-1)),ie(a("input",{"onUpdate:modelValue":j[3]||(j[3]=K=>h.value=K),type:"text",class:"field font-mono",placeholder:"10.2.1.101:8080"},null,512),[[me,h.value]])])):I("",!0),T.value?(p(),m("p",sm,w(T.value),1)):I("",!0),a("button",{type:"submit",class:"btn-accent mt-6 w-full",disabled:C.value},w(C.value?"Signing in…":"Sign in"),9,am),a("button",{type:"button",class:"mx-auto mt-3 block text-xs text-ink-muted transition hover:text-ink-secondary",onClick:j[4]||(j[4]=K=>_.value=!_.value)},w(_.value?"Hide server settings":"Server settings"),1)],32)]))}};function lm(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var Fs={exports:{}};/* @preserve
|
||
* Leaflet 1.9.4, a JS library for interactive maps. https://leafletjs.com
|
||
* (c) 2010-2023 Vladimir Agafonkin, (c) 2010-2011 CloudMade
|
||
*/var um=Fs.exports,Pu;function cm(){return Pu||(Pu=1,(function(t,i){(function(s,l){l(i)})(um,(function(s){var l="1.9.4";function u(e){var n,o,r,d;for(o=1,r=arguments.length;o<r;o++){d=arguments[o];for(n in d)e[n]=d[n]}return e}var f=Object.create||(function(){function e(){}return function(n){return e.prototype=n,new e}})();function h(e,n){var o=Array.prototype.slice;if(e.bind)return e.bind.apply(e,o.call(arguments,1));var r=o.call(arguments,2);return function(){return e.apply(n,r.length?r.concat(o.call(arguments)):arguments)}}var _=0;function y(e){return"_leaflet_id"in e||(e._leaflet_id=++_),e._leaflet_id}function C(e,n,o){var r,d,v,P;return P=function(){r=!1,d&&(v.apply(o,d),d=!1)},v=function(){r?d=arguments:(e.apply(o,arguments),setTimeout(P,n),r=!0)},v}function T(e,n,o){var r=n[1],d=n[0],v=r-d;return e===r&&o?e:((e-d)%v+v)%v+d}function M(){return!1}function H(e,n){if(n===!1)return e;var o=Math.pow(10,n===void 0?6:n);return Math.round(e*o)/o}function j(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")}function K(e){return j(e).split(/\s+/)}function F(e,n){Object.prototype.hasOwnProperty.call(e,"options")||(e.options=e.options?f(e.options):{});for(var o in n)e.options[o]=n[o];return e.options}function te(e,n,o){var r=[];for(var d in e)r.push(encodeURIComponent(o?d.toUpperCase():d)+"="+encodeURIComponent(e[d]));return(!n||n.indexOf("?")===-1?"?":"&")+r.join("&")}var X=/\{ *([\w_ -]+) *\}/g;function fe(e,n){return e.replace(X,function(o,r){var d=n[r];if(d===void 0)throw new Error("No value provided for variable "+o);return typeof d=="function"&&(d=d(n)),d})}var Se=Array.isArray||function(e){return Object.prototype.toString.call(e)==="[object Array]"};function de(e,n){for(var o=0;o<e.length;o++)if(e[o]===n)return o;return-1}var Fe="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=";function Oe(e){return window["webkit"+e]||window["moz"+e]||window["ms"+e]}var Te=0;function Ze(e){var n=+new Date,o=Math.max(0,16-(n-Te));return Te=n+o,window.setTimeout(e,o)}var he=window.requestAnimationFrame||Oe("RequestAnimationFrame")||Ze,Q=window.cancelAnimationFrame||Oe("CancelAnimationFrame")||Oe("CancelRequestAnimationFrame")||function(e){window.clearTimeout(e)};function B(e,n,o){if(o&&he===Ze)e.call(n);else return he.call(window,h(e,n))}function O(e){e&&Q.call(window,e)}var N={__proto__:null,extend:u,create:f,bind:h,get lastId(){return _},stamp:y,throttle:C,wrapNum:T,falseFn:M,formatNum:H,trim:j,splitWords:K,setOptions:F,getParamString:te,template:fe,isArray:Se,indexOf:de,emptyImageUrl:Fe,requestFn:he,cancelFn:Q,requestAnimFrame:B,cancelAnimFrame:O};function $(){}$.extend=function(e){var n=function(){F(this),this.initialize&&this.initialize.apply(this,arguments),this.callInitHooks()},o=n.__super__=this.prototype,r=f(o);r.constructor=n,n.prototype=r;for(var d in this)Object.prototype.hasOwnProperty.call(this,d)&&d!=="prototype"&&d!=="__super__"&&(n[d]=this[d]);return e.statics&&u(n,e.statics),e.includes&&(Ye(e.includes),u.apply(null,[r].concat(e.includes))),u(r,e),delete r.statics,delete r.includes,r.options&&(r.options=o.options?f(o.options):{},u(r.options,e.options)),r._initHooks=[],r.callInitHooks=function(){if(!this._initHooksCalled){o.callInitHooks&&o.callInitHooks.call(this),this._initHooksCalled=!0;for(var v=0,P=r._initHooks.length;v<P;v++)r._initHooks[v].call(this)}},n},$.include=function(e){var n=this.prototype.options;return u(this.prototype,e),e.options&&(this.prototype.options=n,this.mergeOptions(e.options)),this},$.mergeOptions=function(e){return u(this.prototype.options,e),this},$.addInitHook=function(e){var n=Array.prototype.slice.call(arguments,1),o=typeof e=="function"?e:function(){this[e].apply(this,n)};return this.prototype._initHooks=this.prototype._initHooks||[],this.prototype._initHooks.push(o),this};function Ye(e){if(!(typeof L>"u"||!L||!L.Mixin)){e=Se(e)?e:[e];for(var n=0;n<e.length;n++)e[n]===L.Mixin.Events&&console.warn("Deprecated include of L.Mixin.Events: this property will be removed in future releases, please inherit from L.Evented instead.",new Error().stack)}}var we={on:function(e,n,o){if(typeof e=="object")for(var r in e)this._on(r,e[r],n);else{e=K(e);for(var d=0,v=e.length;d<v;d++)this._on(e[d],n,o)}return this},off:function(e,n,o){if(!arguments.length)delete this._events;else if(typeof e=="object")for(var r in e)this._off(r,e[r],n);else{e=K(e);for(var d=arguments.length===1,v=0,P=e.length;v<P;v++)d?this._off(e[v]):this._off(e[v],n,o)}return this},_on:function(e,n,o,r){if(typeof n!="function"){console.warn("wrong listener type: "+typeof n);return}if(this._listens(e,n,o)===!1){o===this&&(o=void 0);var d={fn:n,ctx:o};r&&(d.once=!0),this._events=this._events||{},this._events[e]=this._events[e]||[],this._events[e].push(d)}},_off:function(e,n,o){var r,d,v;if(this._events&&(r=this._events[e],!!r)){if(arguments.length===1){if(this._firingCount)for(d=0,v=r.length;d<v;d++)r[d].fn=M;delete this._events[e];return}if(typeof n!="function"){console.warn("wrong listener type: "+typeof n);return}var P=this._listens(e,n,o);if(P!==!1){var D=r[P];this._firingCount&&(D.fn=M,this._events[e]=r=r.slice()),r.splice(P,1)}}},fire:function(e,n,o){if(!this.listens(e,o))return this;var r=u({},n,{type:e,target:this,sourceTarget:n&&n.sourceTarget||this});if(this._events){var d=this._events[e];if(d){this._firingCount=this._firingCount+1||1;for(var v=0,P=d.length;v<P;v++){var D=d[v],R=D.fn;D.once&&this.off(e,R,D.ctx),R.call(D.ctx||this,r)}this._firingCount--}}return o&&this._propagateEvent(r),this},listens:function(e,n,o,r){typeof e!="string"&&console.warn('"string" type argument expected');var d=n;typeof n!="function"&&(r=!!n,d=void 0,o=void 0);var v=this._events&&this._events[e];if(v&&v.length&&this._listens(e,d,o)!==!1)return!0;if(r){for(var P in this._eventParents)if(this._eventParents[P].listens(e,n,o,r))return!0}return!1},_listens:function(e,n,o){if(!this._events)return!1;var r=this._events[e]||[];if(!n)return!!r.length;o===this&&(o=void 0);for(var d=0,v=r.length;d<v;d++)if(r[d].fn===n&&r[d].ctx===o)return d;return!1},once:function(e,n,o){if(typeof e=="object")for(var r in e)this._on(r,e[r],n,!0);else{e=K(e);for(var d=0,v=e.length;d<v;d++)this._on(e[d],n,o,!0)}return this},addEventParent:function(e){return this._eventParents=this._eventParents||{},this._eventParents[y(e)]=e,this},removeEventParent:function(e){return this._eventParents&&delete this._eventParents[y(e)],this},_propagateEvent:function(e){for(var n in this._eventParents)this._eventParents[n].fire(e.type,u({layer:e.target,propagatedFrom:e.target},e),!0)}};we.addEventListener=we.on,we.removeEventListener=we.clearAllEventListeners=we.off,we.addOneTimeEventListener=we.once,we.fireEvent=we.fire,we.hasEventListeners=we.listens;var ge=$.extend(we);function ue(e,n,o){this.x=o?Math.round(e):e,this.y=o?Math.round(n):n}var ft=Math.trunc||function(e){return e>0?Math.floor(e):Math.ceil(e)};ue.prototype={clone:function(){return new ue(this.x,this.y)},add:function(e){return this.clone()._add(pe(e))},_add:function(e){return this.x+=e.x,this.y+=e.y,this},subtract:function(e){return this.clone()._subtract(pe(e))},_subtract:function(e){return this.x-=e.x,this.y-=e.y,this},divideBy:function(e){return this.clone()._divideBy(e)},_divideBy:function(e){return this.x/=e,this.y/=e,this},multiplyBy:function(e){return this.clone()._multiplyBy(e)},_multiplyBy:function(e){return this.x*=e,this.y*=e,this},scaleBy:function(e){return new ue(this.x*e.x,this.y*e.y)},unscaleBy:function(e){return new ue(this.x/e.x,this.y/e.y)},round:function(){return this.clone()._round()},_round:function(){return this.x=Math.round(this.x),this.y=Math.round(this.y),this},floor:function(){return this.clone()._floor()},_floor:function(){return this.x=Math.floor(this.x),this.y=Math.floor(this.y),this},ceil:function(){return this.clone()._ceil()},_ceil:function(){return this.x=Math.ceil(this.x),this.y=Math.ceil(this.y),this},trunc:function(){return this.clone()._trunc()},_trunc:function(){return this.x=ft(this.x),this.y=ft(this.y),this},distanceTo:function(e){e=pe(e);var n=e.x-this.x,o=e.y-this.y;return Math.sqrt(n*n+o*o)},equals:function(e){return e=pe(e),e.x===this.x&&e.y===this.y},contains:function(e){return e=pe(e),Math.abs(e.x)<=Math.abs(this.x)&&Math.abs(e.y)<=Math.abs(this.y)},toString:function(){return"Point("+H(this.x)+", "+H(this.y)+")"}};function pe(e,n,o){return e instanceof ue?e:Se(e)?new ue(e[0],e[1]):e==null?e:typeof e=="object"&&"x"in e&&"y"in e?new ue(e.x,e.y):new ue(e,n,o)}function Ue(e,n){if(e)for(var o=n?[e,n]:e,r=0,d=o.length;r<d;r++)this.extend(o[r])}Ue.prototype={extend:function(e){var n,o;if(!e)return this;if(e instanceof ue||typeof e[0]=="number"||"x"in e)n=o=pe(e);else if(e=Ve(e),n=e.min,o=e.max,!n||!o)return this;return!this.min&&!this.max?(this.min=n.clone(),this.max=o.clone()):(this.min.x=Math.min(n.x,this.min.x),this.max.x=Math.max(o.x,this.max.x),this.min.y=Math.min(n.y,this.min.y),this.max.y=Math.max(o.y,this.max.y)),this},getCenter:function(e){return pe((this.min.x+this.max.x)/2,(this.min.y+this.max.y)/2,e)},getBottomLeft:function(){return pe(this.min.x,this.max.y)},getTopRight:function(){return pe(this.max.x,this.min.y)},getTopLeft:function(){return this.min},getBottomRight:function(){return this.max},getSize:function(){return this.max.subtract(this.min)},contains:function(e){var n,o;return typeof e[0]=="number"||e instanceof ue?e=pe(e):e=Ve(e),e instanceof Ue?(n=e.min,o=e.max):n=o=e,n.x>=this.min.x&&o.x<=this.max.x&&n.y>=this.min.y&&o.y<=this.max.y},intersects:function(e){e=Ve(e);var n=this.min,o=this.max,r=e.min,d=e.max,v=d.x>=n.x&&r.x<=o.x,P=d.y>=n.y&&r.y<=o.y;return v&&P},overlaps:function(e){e=Ve(e);var n=this.min,o=this.max,r=e.min,d=e.max,v=d.x>n.x&&r.x<o.x,P=d.y>n.y&&r.y<o.y;return v&&P},isValid:function(){return!!(this.min&&this.max)},pad:function(e){var n=this.min,o=this.max,r=Math.abs(n.x-o.x)*e,d=Math.abs(n.y-o.y)*e;return Ve(pe(n.x-r,n.y-d),pe(o.x+r,o.y+d))},equals:function(e){return e?(e=Ve(e),this.min.equals(e.getTopLeft())&&this.max.equals(e.getBottomRight())):!1}};function Ve(e,n){return!e||e instanceof Ue?e:new Ue(e,n)}function wt(e,n){if(e)for(var o=n?[e,n]:e,r=0,d=o.length;r<d;r++)this.extend(o[r])}wt.prototype={extend:function(e){var n=this._southWest,o=this._northEast,r,d;if(e instanceof Le)r=e,d=e;else if(e instanceof wt){if(r=e._southWest,d=e._northEast,!r||!d)return this}else return e?this.extend(De(e)||st(e)):this;return!n&&!o?(this._southWest=new Le(r.lat,r.lng),this._northEast=new Le(d.lat,d.lng)):(n.lat=Math.min(r.lat,n.lat),n.lng=Math.min(r.lng,n.lng),o.lat=Math.max(d.lat,o.lat),o.lng=Math.max(d.lng,o.lng)),this},pad:function(e){var n=this._southWest,o=this._northEast,r=Math.abs(n.lat-o.lat)*e,d=Math.abs(n.lng-o.lng)*e;return new wt(new Le(n.lat-r,n.lng-d),new Le(o.lat+r,o.lng+d))},getCenter:function(){return new Le((this._southWest.lat+this._northEast.lat)/2,(this._southWest.lng+this._northEast.lng)/2)},getSouthWest:function(){return this._southWest},getNorthEast:function(){return this._northEast},getNorthWest:function(){return new Le(this.getNorth(),this.getWest())},getSouthEast:function(){return new Le(this.getSouth(),this.getEast())},getWest:function(){return this._southWest.lng},getSouth:function(){return this._southWest.lat},getEast:function(){return this._northEast.lng},getNorth:function(){return this._northEast.lat},contains:function(e){typeof e[0]=="number"||e instanceof Le||"lat"in e?e=De(e):e=st(e);var n=this._southWest,o=this._northEast,r,d;return e instanceof wt?(r=e.getSouthWest(),d=e.getNorthEast()):r=d=e,r.lat>=n.lat&&d.lat<=o.lat&&r.lng>=n.lng&&d.lng<=o.lng},intersects:function(e){e=st(e);var n=this._southWest,o=this._northEast,r=e.getSouthWest(),d=e.getNorthEast(),v=d.lat>=n.lat&&r.lat<=o.lat,P=d.lng>=n.lng&&r.lng<=o.lng;return v&&P},overlaps:function(e){e=st(e);var n=this._southWest,o=this._northEast,r=e.getSouthWest(),d=e.getNorthEast(),v=d.lat>n.lat&&r.lat<o.lat,P=d.lng>n.lng&&r.lng<o.lng;return v&&P},toBBoxString:function(){return[this.getWest(),this.getSouth(),this.getEast(),this.getNorth()].join(",")},equals:function(e,n){return e?(e=st(e),this._southWest.equals(e.getSouthWest(),n)&&this._northEast.equals(e.getNorthEast(),n)):!1},isValid:function(){return!!(this._southWest&&this._northEast)}};function st(e,n){return e instanceof wt?e:new wt(e,n)}function Le(e,n,o){if(isNaN(e)||isNaN(n))throw new Error("Invalid LatLng object: ("+e+", "+n+")");this.lat=+e,this.lng=+n,o!==void 0&&(this.alt=+o)}Le.prototype={equals:function(e,n){if(!e)return!1;e=De(e);var o=Math.max(Math.abs(this.lat-e.lat),Math.abs(this.lng-e.lng));return o<=(n===void 0?1e-9:n)},toString:function(e){return"LatLng("+H(this.lat,e)+", "+H(this.lng,e)+")"},distanceTo:function(e){return At.distance(this,De(e))},wrap:function(){return At.wrapLatLng(this)},toBounds:function(e){var n=180*e/40075017,o=n/Math.cos(Math.PI/180*this.lat);return st([this.lat-n,this.lng-o],[this.lat+n,this.lng+o])},clone:function(){return new Le(this.lat,this.lng,this.alt)}};function De(e,n,o){return e instanceof Le?e:Se(e)&&typeof e[0]!="object"?e.length===3?new Le(e[0],e[1],e[2]):e.length===2?new Le(e[0],e[1]):null:e==null?e:typeof e=="object"&&"lat"in e?new Le(e.lat,"lng"in e?e.lng:e.lon,e.alt):n===void 0?null:new Le(e,n,o)}var zt={latLngToPoint:function(e,n){var o=this.projection.project(e),r=this.scale(n);return this.transformation._transform(o,r)},pointToLatLng:function(e,n){var o=this.scale(n),r=this.transformation.untransform(e,o);return this.projection.unproject(r)},project:function(e){return this.projection.project(e)},unproject:function(e){return this.projection.unproject(e)},scale:function(e){return 256*Math.pow(2,e)},zoom:function(e){return Math.log(e/256)/Math.LN2},getProjectedBounds:function(e){if(this.infinite)return null;var n=this.projection.bounds,o=this.scale(e),r=this.transformation.transform(n.min,o),d=this.transformation.transform(n.max,o);return new Ue(r,d)},infinite:!1,wrapLatLng:function(e){var n=this.wrapLng?T(e.lng,this.wrapLng,!0):e.lng,o=this.wrapLat?T(e.lat,this.wrapLat,!0):e.lat,r=e.alt;return new Le(o,n,r)},wrapLatLngBounds:function(e){var n=e.getCenter(),o=this.wrapLatLng(n),r=n.lat-o.lat,d=n.lng-o.lng;if(r===0&&d===0)return e;var v=e.getSouthWest(),P=e.getNorthEast(),D=new Le(v.lat-r,v.lng-d),R=new Le(P.lat-r,P.lng-d);return new wt(D,R)}},At=u({},zt,{wrapLng:[-180,180],R:6371e3,distance:function(e,n){var o=Math.PI/180,r=e.lat*o,d=n.lat*o,v=Math.sin((n.lat-e.lat)*o/2),P=Math.sin((n.lng-e.lng)*o/2),D=v*v+Math.cos(r)*Math.cos(d)*P*P,R=2*Math.atan2(Math.sqrt(D),Math.sqrt(1-D));return this.R*R}}),Ut=6378137,Pt={R:Ut,MAX_LATITUDE:85.0511287798,project:function(e){var n=Math.PI/180,o=this.MAX_LATITUDE,r=Math.max(Math.min(o,e.lat),-o),d=Math.sin(r*n);return new ue(this.R*e.lng*n,this.R*Math.log((1+d)/(1-d))/2)},unproject:function(e){var n=180/Math.PI;return new Le((2*Math.atan(Math.exp(e.y/this.R))-Math.PI/2)*n,e.x*n/this.R)},bounds:(function(){var e=Ut*Math.PI;return new Ue([-e,-e],[e,e])})()};function kt(e,n,o,r){if(Se(e)){this._a=e[0],this._b=e[1],this._c=e[2],this._d=e[3];return}this._a=e,this._b=n,this._c=o,this._d=r}kt.prototype={transform:function(e,n){return this._transform(e.clone(),n)},_transform:function(e,n){return n=n||1,e.x=n*(this._a*e.x+this._b),e.y=n*(this._c*e.y+this._d),e},untransform:function(e,n){return n=n||1,new ue((e.x/n-this._b)/this._a,(e.y/n-this._d)/this._c)}};function x(e,n,o,r){return new kt(e,n,o,r)}var b=u({},At,{code:"EPSG:3857",projection:Pt,transformation:(function(){var e=.5/(Math.PI*Pt.R);return x(e,.5,-e,.5)})()}),S=u({},b,{code:"EPSG:900913"});function W(e){return document.createElementNS("http://www.w3.org/2000/svg",e)}function V(e,n){var o="",r,d,v,P,D,R;for(r=0,v=e.length;r<v;r++){for(D=e[r],d=0,P=D.length;d<P;d++)R=D[d],o+=(d?"L":"M")+R.x+" "+R.y;o+=n?Z.svg?"z":"x":""}return o||"M0 0"}var G=document.documentElement.style,re="ActiveXObject"in window,ae=re&&!document.addEventListener,oe="msLaunchUri"in navigator&&!("documentMode"in document),ee=Et("webkit"),ve=Et("android"),se=Et("android 2")||Et("android 3"),ke=parseInt(/WebKit\/([0-9]+)|$/.exec(navigator.userAgent)[1],10),Pe=ve&&Et("Google")&&ke<537&&!("AudioNode"in window),Re=!!window.opera,Ke=!oe&&Et("chrome"),Ge=Et("gecko")&&!ee&&!Re&&!re,pt=!Ke&&Et("safari"),ht=Et("phantom"),Vt="OTransition"in G,Jt=navigator.platform.indexOf("Win")===0,Zt=re&&"transition"in G,pn="WebKitCSSMatrix"in window&&"m11"in new window.WebKitCSSMatrix&&!se,Ct="MozPerspective"in G,$t=!window.L_DISABLE_3D&&(Zt||pn||Ct)&&!Vt&&!ht,kn=typeof orientation<"u"||Et("mobile"),zi=kn&&ee,at=kn&&pn,Sn=!window.PointerEvent&&window.MSPointerEvent,$i=!!(window.PointerEvent||Sn),rt="ontouchstart"in window||!!window.TouchEvent,hi=!window.L_NO_TOUCH&&(rt||$i),pi=kn&&Re,Ii=kn&&Ge,Gt=(window.devicePixelRatio||window.screen.deviceXDPI/window.screen.logicalXDPI)>1,jn=(function(){var e=!1;try{var n=Object.defineProperty({},"passive",{get:function(){e=!0}});window.addEventListener("testPassiveEventSupport",M,n),window.removeEventListener("testPassiveEventSupport",M,n)}catch{}return e})(),U=(function(){return!!document.createElement("canvas").getContext})(),E=!!(document.createElementNS&&W("svg").createSVGRect),Me=!!E&&(function(){var e=document.createElement("div");return e.innerHTML="<svg/>",(e.firstChild&&e.firstChild.namespaceURI)==="http://www.w3.org/2000/svg"})(),tt=!E&&(function(){try{var e=document.createElement("div");e.innerHTML='<v:shape adj="1"/>';var n=e.firstChild;return n.style.behavior="url(#default#VML)",n&&typeof n.adj=="object"}catch{return!1}})(),It=navigator.platform.indexOf("Mac")===0,St=navigator.platform.indexOf("Linux")===0;function Et(e){return navigator.userAgent.toLowerCase().indexOf(e)>=0}var Z={ie:re,ielt9:ae,edge:oe,webkit:ee,android:ve,android23:se,androidStock:Pe,opera:Re,chrome:Ke,gecko:Ge,safari:pt,phantom:ht,opera12:Vt,win:Jt,ie3d:Zt,webkit3d:pn,gecko3d:Ct,any3d:$t,mobile:kn,mobileWebkit:zi,mobileWebkit3d:at,msPointer:Sn,pointer:$i,touch:hi,touchNative:rt,mobileOpera:pi,mobileGecko:Ii,retina:Gt,passiveEvents:jn,canvas:U,svg:E,vml:tt,inlineSvg:Me,mac:It,linux:St},_t=Z.msPointer?"MSPointerDown":"pointerdown",bt=Z.msPointer?"MSPointerMove":"pointermove",oa=Z.msPointer?"MSPointerUp":"pointerup",cs=Z.msPointer?"MSPointerCancel":"pointercancel",no={touchstart:_t,touchmove:bt,touchend:oa,touchcancel:cs},sa={touchstart:ds,touchmove:Wn,touchend:Wn,touchcancel:Wn},Ni={},aa=!1;function ir(e,n,o){return n==="touchstart"&<(),sa[n]?(o=sa[n].bind(this,o),e.addEventListener(no[n],o,!1),o):(console.warn("wrong event specified:",n),M)}function ra(e,n,o){if(!no[n]){console.warn("wrong event specified:",n);return}e.removeEventListener(no[n],o,!1)}function or(e){Ni[e.pointerId]=e}function sr(e){Ni[e.pointerId]&&(Ni[e.pointerId]=e)}function la(e){delete Ni[e.pointerId]}function lt(){aa||(document.addEventListener(_t,or,!0),document.addEventListener(bt,sr,!0),document.addEventListener(oa,la,!0),document.addEventListener(cs,la,!0),aa=!0)}function Wn(e,n){if(n.pointerType!==(n.MSPOINTER_TYPE_MOUSE||"mouse")){n.touches=[];for(var o in Ni)n.touches.push(Ni[o]);n.changedTouches=[n],e(n)}}function ds(e,n){n.MSPOINTER_TYPE_TOUCH&&n.pointerType===n.MSPOINTER_TYPE_TOUCH&&Ft(n),Wn(e,n)}function Xt(e){var n={},o,r;for(r in e)o=e[r],n[r]=o&&o.bind?o.bind(e):o;return e=n,n.type="dblclick",n.detail=2,n.isTrusted=!1,n._simulated=!0,n}var io=200;function zo(e,n){e.addEventListener("dblclick",n);var o=0,r;function d(v){if(v.detail!==1){r=v.detail;return}if(!(v.pointerType==="mouse"||v.sourceCapabilities&&!v.sourceCapabilities.firesTouchEvents)){var P=da(v);if(!(P.some(function(R){return R instanceof HTMLLabelElement&&R.attributes.for})&&!P.some(function(R){return R instanceof HTMLInputElement||R instanceof HTMLSelectElement}))){var D=Date.now();D-o<=io?(r++,r===2&&n(Xt(v))):r=1,o=D}}}return e.addEventListener("click",d),{dblclick:n,simDblclick:d}}function $o(e,n){e.removeEventListener("dblclick",n.dblclick),e.removeEventListener("click",n.simDblclick)}var Tn=Fo(["transform","webkitTransform","OTransform","MozTransform","msTransform"]),$n=Fo(["webkitTransition","transition","OTransition","MozTransition","msTransition"]),ua=$n==="webkitTransition"||$n==="OTransition"?$n+"End":"transitionend";function Io(e){return typeof e=="string"?document.getElementById(e):e}function mi(e,n){var o=e.style[n]||e.currentStyle&&e.currentStyle[n];if((!o||o==="auto")&&document.defaultView){var r=document.defaultView.getComputedStyle(e,null);o=r?r[n]:null}return o==="auto"?null:o}function it(e,n,o){var r=document.createElement(e);return r.className=n||"",o&&o.appendChild(r),r}function ot(e){var n=e.parentNode;n&&n.removeChild(e)}function Pn(e){for(;e.firstChild;)e.removeChild(e.firstChild)}function Cn(e){var n=e.parentNode;n&&n.lastChild!==e&&n.appendChild(e)}function qt(e){var n=e.parentNode;n&&n.firstChild!==e&&n.insertBefore(e,n.firstChild)}function No(e,n){if(e.classList!==void 0)return e.classList.contains(n);var o=Do(e);return o.length>0&&new RegExp("(^|\\s)"+n+"(\\s|$)").test(o)}function He(e,n){if(e.classList!==void 0)for(var o=K(n),r=0,d=o.length;r<d;r++)e.classList.add(o[r]);else if(!No(e,n)){var v=Do(e);fs(e,(v?v+" ":"")+n)}}function Lt(e,n){e.classList!==void 0?e.classList.remove(n):fs(e,j((" "+Do(e)+" ").replace(" "+n+" "," ")))}function fs(e,n){e.className.baseVal===void 0?e.className=n:e.className.baseVal=n}function Do(e){return e.correspondingElement&&(e=e.correspondingElement),e.className.baseVal===void 0?e.className:e.className.baseVal}function mn(e,n){"opacity"in e.style?e.style.opacity=n:"filter"in e.style&&ca(e,n)}function ca(e,n){var o=!1,r="DXImageTransform.Microsoft.Alpha";try{o=e.filters.item(r)}catch{if(n===1)return}n=Math.round(n*100),o?(o.Enabled=n!==100,o.Opacity=n):e.style.filter+=" progid:"+r+"(opacity="+n+")"}function Fo(e){for(var n=document.documentElement.style,o=0;o<e.length;o++)if(e[o]in n)return e[o];return!1}function gi(e,n,o){var r=n||new ue(0,0);e.style[Tn]=(Z.ie3d?"translate("+r.x+"px,"+r.y+"px)":"translate3d("+r.x+"px,"+r.y+"px,0)")+(o?" scale("+o+")":"")}function Mt(e,n){e._leaflet_pos=n,Z.any3d?gi(e,n):(e.style.left=n.x+"px",e.style.top=n.y+"px")}function Xe(e){return e._leaflet_pos||new ue(0,0)}var In,vi,Ht;if("onselectstart"in document)In=function(){ze(window,"selectstart",Ft)},vi=function(){Je(window,"selectstart",Ft)};else{var Kn=Fo(["userSelect","WebkitUserSelect","OUserSelect","MozUserSelect","msUserSelect"]);In=function(){if(Kn){var e=document.documentElement.style;Ht=e[Kn],e[Kn]="none"}},vi=function(){Kn&&(document.documentElement.style[Kn]=Ht,Ht=void 0)}}function Di(){ze(window,"dragstart",Ft)}function Fi(){Je(window,"dragstart",Ft)}var Qt,Gn;function Ro(e){for(;e.tabIndex===-1;)e=e.parentNode;e.style&&(Ri(),Qt=e,Gn=e.style.outlineStyle,e.style.outlineStyle="none",ze(window,"keydown",Ri))}function Ri(){Qt&&(Qt.style.outlineStyle=Gn,Qt=void 0,Gn=void 0,Je(window,"keydown",Ri))}function Bo(e){do e=e.parentNode;while((!e.offsetWidth||!e.offsetHeight)&&e!==document.body);return e}function hs(e){var n=e.getBoundingClientRect();return{x:n.width/e.offsetWidth||1,y:n.height/e.offsetHeight||1,boundingClientRect:n}}var Ln={__proto__:null,TRANSFORM:Tn,TRANSITION:$n,TRANSITION_END:ua,get:Io,getStyle:mi,create:it,remove:ot,empty:Pn,toFront:Cn,toBack:qt,hasClass:No,addClass:He,removeClass:Lt,setClass:fs,getClass:Do,setOpacity:mn,testProp:Fo,setTransform:gi,setPosition:Mt,getPosition:Xe,get disableTextSelection(){return In},get enableTextSelection(){return vi},disableImageDrag:Di,enableImageDrag:Fi,preventOutline:Ro,restoreOutline:Ri,getSizedParentNode:Bo,getScale:hs};function ze(e,n,o,r){if(n&&typeof n=="object")for(var d in n)Uo(e,d,n[d],o);else{n=K(n);for(var v=0,P=n.length;v<P;v++)Uo(e,n[v],o,r)}return this}var jt="_leaflet_events";function Je(e,n,o,r){if(arguments.length===1)ps(e),delete e[jt];else if(n&&typeof n=="object")for(var d in n)ms(e,d,n[d],o);else if(n=K(n),arguments.length===2)ps(e,function(D){return de(n,D)!==-1});else for(var v=0,P=n.length;v<P;v++)ms(e,n[v],o,r);return this}function ps(e,n){for(var o in e[jt]){var r=o.split(/\d/)[0];(!n||n(r))&&ms(e,r,null,null,o)}}var oo={mouseenter:"mouseover",mouseleave:"mouseout",wheel:!("onwheel"in window)&&"mousewheel"};function Uo(e,n,o,r){var d=n+y(o)+(r?"_"+y(r):"");if(e[jt]&&e[jt][d])return this;var v=function(D){return o.call(r||e,D||window.event)},P=v;!Z.touchNative&&Z.pointer&&n.indexOf("touch")===0?v=ir(e,n,v):Z.touch&&n==="dblclick"?v=zo(e,v):"addEventListener"in e?n==="touchstart"||n==="touchmove"||n==="wheel"||n==="mousewheel"?e.addEventListener(oo[n]||n,v,Z.passiveEvents?{passive:!1}:!1):n==="mouseenter"||n==="mouseleave"?(v=function(D){D=D||window.event,Ae(e,D)&&P(D)},e.addEventListener(oo[n],v,!1)):e.addEventListener(n,P,!1):e.attachEvent("on"+n,v),e[jt]=e[jt]||{},e[jt][d]=v}function ms(e,n,o,r,d){d=d||n+y(o)+(r?"_"+y(r):"");var v=e[jt]&&e[jt][d];if(!v)return this;!Z.touchNative&&Z.pointer&&n.indexOf("touch")===0?ra(e,n,v):Z.touch&&n==="dblclick"?$o(e,v):"removeEventListener"in e?e.removeEventListener(oo[n]||n,v,!1):e.detachEvent("on"+n,v),e[jt][d]=null}function _i(e){return e.stopPropagation?e.stopPropagation():e.originalEvent?e.originalEvent._stopped=!0:e.cancelBubble=!0,this}function gs(e){return Uo(e,"wheel",_i),this}function Bi(e){return ze(e,"mousedown touchstart dblclick contextmenu",_i),e._leaflet_disable_click=!0,this}function Ft(e){return e.preventDefault?e.preventDefault():e.returnValue=!1,this}function bi(e){return Ft(e),_i(e),this}function da(e){if(e.composedPath)return e.composedPath();for(var n=[],o=e.target;o;)n.push(o),o=o.parentNode;return n}function Ui(e,n){if(!n)return new ue(e.clientX,e.clientY);var o=hs(n),r=o.boundingClientRect;return new ue((e.clientX-r.left)/o.x-n.clientLeft,(e.clientY-r.top)/o.y-n.clientTop)}var vs=Z.linux&&Z.chrome?window.devicePixelRatio:Z.mac?window.devicePixelRatio*3:window.devicePixelRatio>0?2*window.devicePixelRatio:1;function fa(e){return Z.edge?e.wheelDeltaY/2:e.deltaY&&e.deltaMode===0?-e.deltaY/vs:e.deltaY&&e.deltaMode===1?-e.deltaY*20:e.deltaY&&e.deltaMode===2?-e.deltaY*60:e.deltaX||e.deltaZ?0:e.wheelDelta?(e.wheelDeltaY||e.wheelDelta)/2:e.detail&&Math.abs(e.detail)<32765?-e.detail*20:e.detail?e.detail/-32765*60:0}function Ae(e,n){var o=n.relatedTarget;if(!o)return!0;try{for(;o&&o!==e;)o=o.parentNode}catch{return!1}return o!==e}var Vi={__proto__:null,on:ze,off:Je,stopPropagation:_i,disableScrollPropagation:gs,disableClickPropagation:Bi,preventDefault:Ft,stop:bi,getPropagationPath:da,getMousePosition:Ui,getWheelDelta:fa,isExternalTarget:Ae,addListener:ze,removeListener:Je},so=ge.extend({run:function(e,n,o,r){this.stop(),this._el=e,this._inProgress=!0,this._duration=o||.25,this._easeOutPower=1/Math.max(r||.5,.2),this._startPos=Xe(e),this._offset=n.subtract(this._startPos),this._startTime=+new Date,this.fire("start"),this._animate()},stop:function(){this._inProgress&&(this._step(!0),this._complete())},_animate:function(){this._animId=B(this._animate,this),this._step()},_step:function(e){var n=+new Date-this._startTime,o=this._duration*1e3;n<o?this._runFrame(this._easeOut(n/o),e):(this._runFrame(1),this._complete())},_runFrame:function(e,n){var o=this._startPos.add(this._offset.multiplyBy(e));n&&o._round(),Mt(this._el,o),this.fire("step")},_complete:function(){O(this._animId),this._inProgress=!1,this.fire("end")},_easeOut:function(e){return 1-Math.pow(1-e,this._easeOutPower)}}),qe=ge.extend({options:{crs:b,center:void 0,zoom:void 0,minZoom:void 0,maxZoom:void 0,layers:[],maxBounds:void 0,renderer:void 0,zoomAnimation:!0,zoomAnimationThreshold:4,fadeAnimation:!0,markerZoomAnimation:!0,transform3DLimit:8388608,zoomSnap:1,zoomDelta:1,trackResize:!0},initialize:function(e,n){n=F(this,n),this._handlers=[],this._layers={},this._zoomBoundLayers={},this._sizeChanged=!0,this._initContainer(e),this._initLayout(),this._onResize=h(this._onResize,this),this._initEvents(),n.maxBounds&&this.setMaxBounds(n.maxBounds),n.zoom!==void 0&&(this._zoom=this._limitZoom(n.zoom)),n.center&&n.zoom!==void 0&&this.setView(De(n.center),n.zoom,{reset:!0}),this.callInitHooks(),this._zoomAnimated=$n&&Z.any3d&&!Z.mobileOpera&&this.options.zoomAnimation,this._zoomAnimated&&(this._createAnimProxy(),ze(this._proxy,ua,this._catchTransitionEnd,this)),this._addLayers(this.options.layers)},setView:function(e,n,o){if(n=n===void 0?this._zoom:this._limitZoom(n),e=this._limitCenter(De(e),n,this.options.maxBounds),o=o||{},this._stop(),this._loaded&&!o.reset&&o!==!0){o.animate!==void 0&&(o.zoom=u({animate:o.animate},o.zoom),o.pan=u({animate:o.animate,duration:o.duration},o.pan));var r=this._zoom!==n?this._tryAnimatedZoom&&this._tryAnimatedZoom(e,n,o.zoom):this._tryAnimatedPan(e,o.pan);if(r)return clearTimeout(this._sizeTimer),this}return this._resetView(e,n,o.pan&&o.pan.noMoveStart),this},setZoom:function(e,n){return this._loaded?this.setView(this.getCenter(),e,{zoom:n}):(this._zoom=e,this)},zoomIn:function(e,n){return e=e||(Z.any3d?this.options.zoomDelta:1),this.setZoom(this._zoom+e,n)},zoomOut:function(e,n){return e=e||(Z.any3d?this.options.zoomDelta:1),this.setZoom(this._zoom-e,n)},setZoomAround:function(e,n,o){var r=this.getZoomScale(n),d=this.getSize().divideBy(2),v=e instanceof ue?e:this.latLngToContainerPoint(e),P=v.subtract(d).multiplyBy(1-1/r),D=this.containerPointToLatLng(d.add(P));return this.setView(D,n,{zoom:o})},_getBoundsCenterZoom:function(e,n){n=n||{},e=e.getBounds?e.getBounds():st(e);var o=pe(n.paddingTopLeft||n.padding||[0,0]),r=pe(n.paddingBottomRight||n.padding||[0,0]),d=this.getBoundsZoom(e,!1,o.add(r));if(d=typeof n.maxZoom=="number"?Math.min(n.maxZoom,d):d,d===1/0)return{center:e.getCenter(),zoom:d};var v=r.subtract(o).divideBy(2),P=this.project(e.getSouthWest(),d),D=this.project(e.getNorthEast(),d),R=this.unproject(P.add(D).divideBy(2).add(v),d);return{center:R,zoom:d}},fitBounds:function(e,n){if(e=st(e),!e.isValid())throw new Error("Bounds are not valid.");var o=this._getBoundsCenterZoom(e,n);return this.setView(o.center,o.zoom,n)},fitWorld:function(e){return this.fitBounds([[-90,-180],[90,180]],e)},panTo:function(e,n){return this.setView(e,this._zoom,{pan:n})},panBy:function(e,n){if(e=pe(e).round(),n=n||{},!e.x&&!e.y)return this.fire("moveend");if(n.animate!==!0&&!this.getSize().contains(e))return this._resetView(this.unproject(this.project(this.getCenter()).add(e)),this.getZoom()),this;if(this._panAnim||(this._panAnim=new so,this._panAnim.on({step:this._onPanTransitionStep,end:this._onPanTransitionEnd},this)),n.noMoveStart||this.fire("movestart"),n.animate!==!1){He(this._mapPane,"leaflet-pan-anim");var o=this._getMapPanePos().subtract(e).round();this._panAnim.run(this._mapPane,o,n.duration||.25,n.easeLinearity)}else this._rawPanBy(e),this.fire("move").fire("moveend");return this},flyTo:function(e,n,o){if(o=o||{},o.animate===!1||!Z.any3d)return this.setView(e,n,o);this._stop();var r=this.project(this.getCenter()),d=this.project(e),v=this.getSize(),P=this._zoom;e=De(e),n=n===void 0?P:n;var D=Math.max(v.x,v.y),R=D*this.getZoomScale(P,n),ne=d.distanceTo(r)||1,_e=1.42,Ne=_e*_e;function et(Dt){var Sa=Dt?-1:1,cd=Dt?R:D,dd=R*R-D*D+Sa*Ne*Ne*ne*ne,fd=2*cd*Ne*ne,yr=dd/fd,Ll=Math.sqrt(yr*yr+1)-yr,hd=Ll<1e-9?-18:Math.log(Ll);return hd}function un(Dt){return(Math.exp(Dt)-Math.exp(-Dt))/2}function Wt(Dt){return(Math.exp(Dt)+Math.exp(-Dt))/2}function Rn(Dt){return un(Dt)/Wt(Dt)}var xn=et(0);function Jo(Dt){return D*(Wt(xn)/Wt(xn+_e*Dt))}function ad(Dt){return D*(Wt(xn)*Rn(xn+_e*Dt)-un(xn))/Ne}function rd(Dt){return 1-Math.pow(1-Dt,1.5)}var ld=Date.now(),Pl=(et(1)-xn)/_e,ud=o.duration?1e3*o.duration:1e3*Pl*.8;function Cl(){var Dt=(Date.now()-ld)/ud,Sa=rd(Dt)*Pl;Dt<=1?(this._flyToFrame=B(Cl,this),this._move(this.unproject(r.add(d.subtract(r).multiplyBy(ad(Sa)/ne)),P),this.getScaleZoom(D/Jo(Sa),P),{flyTo:!0})):this._move(e,n)._moveEnd(!0)}return this._moveStart(!0,o.noMoveStart),Cl.call(this),this},flyToBounds:function(e,n){var o=this._getBoundsCenterZoom(e,n);return this.flyTo(o.center,o.zoom,n)},setMaxBounds:function(e){return e=st(e),this.listens("moveend",this._panInsideMaxBounds)&&this.off("moveend",this._panInsideMaxBounds),e.isValid()?(this.options.maxBounds=e,this._loaded&&this._panInsideMaxBounds(),this.on("moveend",this._panInsideMaxBounds)):(this.options.maxBounds=null,this)},setMinZoom:function(e){var n=this.options.minZoom;return this.options.minZoom=e,this._loaded&&n!==e&&(this.fire("zoomlevelschange"),this.getZoom()<this.options.minZoom)?this.setZoom(e):this},setMaxZoom:function(e){var n=this.options.maxZoom;return this.options.maxZoom=e,this._loaded&&n!==e&&(this.fire("zoomlevelschange"),this.getZoom()>this.options.maxZoom)?this.setZoom(e):this},panInsideBounds:function(e,n){this._enforcingBounds=!0;var o=this.getCenter(),r=this._limitCenter(o,this._zoom,st(e));return o.equals(r)||this.panTo(r,n),this._enforcingBounds=!1,this},panInside:function(e,n){n=n||{};var o=pe(n.paddingTopLeft||n.padding||[0,0]),r=pe(n.paddingBottomRight||n.padding||[0,0]),d=this.project(this.getCenter()),v=this.project(e),P=this.getPixelBounds(),D=Ve([P.min.add(o),P.max.subtract(r)]),R=D.getSize();if(!D.contains(v)){this._enforcingBounds=!0;var ne=v.subtract(D.getCenter()),_e=D.extend(v).getSize().subtract(R);d.x+=ne.x<0?-_e.x:_e.x,d.y+=ne.y<0?-_e.y:_e.y,this.panTo(this.unproject(d),n),this._enforcingBounds=!1}return this},invalidateSize:function(e){if(!this._loaded)return this;e=u({animate:!1,pan:!0},e===!0?{animate:!0}:e);var n=this.getSize();this._sizeChanged=!0,this._lastCenter=null;var o=this.getSize(),r=n.divideBy(2).round(),d=o.divideBy(2).round(),v=r.subtract(d);return!v.x&&!v.y?this:(e.animate&&e.pan?this.panBy(v):(e.pan&&this._rawPanBy(v),this.fire("move"),e.debounceMoveend?(clearTimeout(this._sizeTimer),this._sizeTimer=setTimeout(h(this.fire,this,"moveend"),200)):this.fire("moveend")),this.fire("resize",{oldSize:n,newSize:o}))},stop:function(){return this.setZoom(this._limitZoom(this._zoom)),this.options.zoomSnap||this.fire("viewreset"),this._stop()},locate:function(e){if(e=this._locateOptions=u({timeout:1e4,watch:!1},e),!("geolocation"in navigator))return this._handleGeolocationError({code:0,message:"Geolocation not supported."}),this;var n=h(this._handleGeolocationResponse,this),o=h(this._handleGeolocationError,this);return e.watch?this._locationWatchId=navigator.geolocation.watchPosition(n,o,e):navigator.geolocation.getCurrentPosition(n,o,e),this},stopLocate:function(){return navigator.geolocation&&navigator.geolocation.clearWatch&&navigator.geolocation.clearWatch(this._locationWatchId),this._locateOptions&&(this._locateOptions.setView=!1),this},_handleGeolocationError:function(e){if(this._container._leaflet_id){var n=e.code,o=e.message||(n===1?"permission denied":n===2?"position unavailable":"timeout");this._locateOptions.setView&&!this._loaded&&this.fitWorld(),this.fire("locationerror",{code:n,message:"Geolocation error: "+o+"."})}},_handleGeolocationResponse:function(e){if(this._container._leaflet_id){var n=e.coords.latitude,o=e.coords.longitude,r=new Le(n,o),d=r.toBounds(e.coords.accuracy*2),v=this._locateOptions;if(v.setView){var P=this.getBoundsZoom(d);this.setView(r,v.maxZoom?Math.min(P,v.maxZoom):P)}var D={latlng:r,bounds:d,timestamp:e.timestamp};for(var R in e.coords)typeof e.coords[R]=="number"&&(D[R]=e.coords[R]);this.fire("locationfound",D)}},addHandler:function(e,n){if(!n)return this;var o=this[e]=new n(this);return this._handlers.push(o),this.options[e]&&o.enable(),this},remove:function(){if(this._initEvents(!0),this.options.maxBounds&&this.off("moveend",this._panInsideMaxBounds),this._containerId!==this._container._leaflet_id)throw new Error("Map container is being reused by another instance");try{delete this._container._leaflet_id,delete this._containerId}catch{this._container._leaflet_id=void 0,this._containerId=void 0}this._locationWatchId!==void 0&&this.stopLocate(),this._stop(),ot(this._mapPane),this._clearControlPos&&this._clearControlPos(),this._resizeRequest&&(O(this._resizeRequest),this._resizeRequest=null),this._clearHandlers(),this._loaded&&this.fire("unload");var e;for(e in this._layers)this._layers[e].remove();for(e in this._panes)ot(this._panes[e]);return this._layers=[],this._panes=[],delete this._mapPane,delete this._renderer,this},createPane:function(e,n){var o="leaflet-pane"+(e?" leaflet-"+e.replace("Pane","")+"-pane":""),r=it("div",o,n||this._mapPane);return e&&(this._panes[e]=r),r},getCenter:function(){return this._checkIfLoaded(),this._lastCenter&&!this._moved()?this._lastCenter.clone():this.layerPointToLatLng(this._getCenterLayerPoint())},getZoom:function(){return this._zoom},getBounds:function(){var e=this.getPixelBounds(),n=this.unproject(e.getBottomLeft()),o=this.unproject(e.getTopRight());return new wt(n,o)},getMinZoom:function(){return this.options.minZoom===void 0?this._layersMinZoom||0:this.options.minZoom},getMaxZoom:function(){return this.options.maxZoom===void 0?this._layersMaxZoom===void 0?1/0:this._layersMaxZoom:this.options.maxZoom},getBoundsZoom:function(e,n,o){e=st(e),o=pe(o||[0,0]);var r=this.getZoom()||0,d=this.getMinZoom(),v=this.getMaxZoom(),P=e.getNorthWest(),D=e.getSouthEast(),R=this.getSize().subtract(o),ne=Ve(this.project(D,r),this.project(P,r)).getSize(),_e=Z.any3d?this.options.zoomSnap:1,Ne=R.x/ne.x,et=R.y/ne.y,un=n?Math.max(Ne,et):Math.min(Ne,et);return r=this.getScaleZoom(un,r),_e&&(r=Math.round(r/(_e/100))*(_e/100),r=n?Math.ceil(r/_e)*_e:Math.floor(r/_e)*_e),Math.max(d,Math.min(v,r))},getSize:function(){return(!this._size||this._sizeChanged)&&(this._size=new ue(this._container.clientWidth||0,this._container.clientHeight||0),this._sizeChanged=!1),this._size.clone()},getPixelBounds:function(e,n){var o=this._getTopLeftPoint(e,n);return new Ue(o,o.add(this.getSize()))},getPixelOrigin:function(){return this._checkIfLoaded(),this._pixelOrigin},getPixelWorldBounds:function(e){return this.options.crs.getProjectedBounds(e===void 0?this.getZoom():e)},getPane:function(e){return typeof e=="string"?this._panes[e]:e},getPanes:function(){return this._panes},getContainer:function(){return this._container},getZoomScale:function(e,n){var o=this.options.crs;return n=n===void 0?this._zoom:n,o.scale(e)/o.scale(n)},getScaleZoom:function(e,n){var o=this.options.crs;n=n===void 0?this._zoom:n;var r=o.zoom(e*o.scale(n));return isNaN(r)?1/0:r},project:function(e,n){return n=n===void 0?this._zoom:n,this.options.crs.latLngToPoint(De(e),n)},unproject:function(e,n){return n=n===void 0?this._zoom:n,this.options.crs.pointToLatLng(pe(e),n)},layerPointToLatLng:function(e){var n=pe(e).add(this.getPixelOrigin());return this.unproject(n)},latLngToLayerPoint:function(e){var n=this.project(De(e))._round();return n._subtract(this.getPixelOrigin())},wrapLatLng:function(e){return this.options.crs.wrapLatLng(De(e))},wrapLatLngBounds:function(e){return this.options.crs.wrapLatLngBounds(st(e))},distance:function(e,n){return this.options.crs.distance(De(e),De(n))},containerPointToLayerPoint:function(e){return pe(e).subtract(this._getMapPanePos())},layerPointToContainerPoint:function(e){return pe(e).add(this._getMapPanePos())},containerPointToLatLng:function(e){var n=this.containerPointToLayerPoint(pe(e));return this.layerPointToLatLng(n)},latLngToContainerPoint:function(e){return this.layerPointToContainerPoint(this.latLngToLayerPoint(De(e)))},mouseEventToContainerPoint:function(e){return Ui(e,this._container)},mouseEventToLayerPoint:function(e){return this.containerPointToLayerPoint(this.mouseEventToContainerPoint(e))},mouseEventToLatLng:function(e){return this.layerPointToLatLng(this.mouseEventToLayerPoint(e))},_initContainer:function(e){var n=this._container=Io(e);if(n){if(n._leaflet_id)throw new Error("Map container is already initialized.")}else throw new Error("Map container not found.");ze(n,"scroll",this._onScroll,this),this._containerId=y(n)},_initLayout:function(){var e=this._container;this._fadeAnimated=this.options.fadeAnimation&&Z.any3d,He(e,"leaflet-container"+(Z.touch?" leaflet-touch":"")+(Z.retina?" leaflet-retina":"")+(Z.ielt9?" leaflet-oldie":"")+(Z.safari?" leaflet-safari":"")+(this._fadeAnimated?" leaflet-fade-anim":""));var n=mi(e,"position");n!=="absolute"&&n!=="relative"&&n!=="fixed"&&n!=="sticky"&&(e.style.position="relative"),this._initPanes(),this._initControlPos&&this._initControlPos()},_initPanes:function(){var e=this._panes={};this._paneRenderers={},this._mapPane=this.createPane("mapPane",this._container),Mt(this._mapPane,new ue(0,0)),this.createPane("tilePane"),this.createPane("overlayPane"),this.createPane("shadowPane"),this.createPane("markerPane"),this.createPane("tooltipPane"),this.createPane("popupPane"),this.options.markerZoomAnimation||(He(e.markerPane,"leaflet-zoom-hide"),He(e.shadowPane,"leaflet-zoom-hide"))},_resetView:function(e,n,o){Mt(this._mapPane,new ue(0,0));var r=!this._loaded;this._loaded=!0,n=this._limitZoom(n),this.fire("viewprereset");var d=this._zoom!==n;this._moveStart(d,o)._move(e,n)._moveEnd(d),this.fire("viewreset"),r&&this.fire("load")},_moveStart:function(e,n){return e&&this.fire("zoomstart"),n||this.fire("movestart"),this},_move:function(e,n,o,r){n===void 0&&(n=this._zoom);var d=this._zoom!==n;return this._zoom=n,this._lastCenter=e,this._pixelOrigin=this._getNewPixelOrigin(e),r?o&&o.pinch&&this.fire("zoom",o):((d||o&&o.pinch)&&this.fire("zoom",o),this.fire("move",o)),this},_moveEnd:function(e){return e&&this.fire("zoomend"),this.fire("moveend")},_stop:function(){return O(this._flyToFrame),this._panAnim&&this._panAnim.stop(),this},_rawPanBy:function(e){Mt(this._mapPane,this._getMapPanePos().subtract(e))},_getZoomSpan:function(){return this.getMaxZoom()-this.getMinZoom()},_panInsideMaxBounds:function(){this._enforcingBounds||this.panInsideBounds(this.options.maxBounds)},_checkIfLoaded:function(){if(!this._loaded)throw new Error("Set map center and zoom first.")},_initEvents:function(e){this._targets={},this._targets[y(this._container)]=this;var n=e?Je:ze;n(this._container,"click dblclick mousedown mouseup mouseover mouseout mousemove contextmenu keypress keydown keyup",this._handleDOMEvent,this),this.options.trackResize&&n(window,"resize",this._onResize,this),Z.any3d&&this.options.transform3DLimit&&(e?this.off:this.on).call(this,"moveend",this._onMoveEnd)},_onResize:function(){O(this._resizeRequest),this._resizeRequest=B(function(){this.invalidateSize({debounceMoveend:!0})},this)},_onScroll:function(){this._container.scrollTop=0,this._container.scrollLeft=0},_onMoveEnd:function(){var e=this._getMapPanePos();Math.max(Math.abs(e.x),Math.abs(e.y))>=this.options.transform3DLimit&&this._resetView(this.getCenter(),this.getZoom())},_findEventTargets:function(e,n){for(var o=[],r,d=n==="mouseout"||n==="mouseover",v=e.target||e.srcElement,P=!1;v;){if(r=this._targets[y(v)],r&&(n==="click"||n==="preclick")&&this._draggableMoved(r)){P=!0;break}if(r&&r.listens(n,!0)&&(d&&!Ae(v,e)||(o.push(r),d))||v===this._container)break;v=v.parentNode}return!o.length&&!P&&!d&&this.listens(n,!0)&&(o=[this]),o},_isClickDisabled:function(e){for(;e&&e!==this._container;){if(e._leaflet_disable_click)return!0;e=e.parentNode}},_handleDOMEvent:function(e){var n=e.target||e.srcElement;if(!(!this._loaded||n._leaflet_disable_events||e.type==="click"&&this._isClickDisabled(n))){var o=e.type;o==="mousedown"&&Ro(n),this._fireDOMEvent(e,o)}},_mouseEvents:["click","dblclick","mouseover","mouseout","contextmenu"],_fireDOMEvent:function(e,n,o){if(e.type==="click"){var r=u({},e);r.type="preclick",this._fireDOMEvent(r,r.type,o)}var d=this._findEventTargets(e,n);if(o){for(var v=[],P=0;P<o.length;P++)o[P].listens(n,!0)&&v.push(o[P]);d=v.concat(d)}if(d.length){n==="contextmenu"&&Ft(e);var D=d[0],R={originalEvent:e};if(e.type!=="keypress"&&e.type!=="keydown"&&e.type!=="keyup"){var ne=D.getLatLng&&(!D._radius||D._radius<=10);R.containerPoint=ne?this.latLngToContainerPoint(D.getLatLng()):this.mouseEventToContainerPoint(e),R.layerPoint=this.containerPointToLayerPoint(R.containerPoint),R.latlng=ne?D.getLatLng():this.layerPointToLatLng(R.layerPoint)}for(P=0;P<d.length;P++)if(d[P].fire(n,R,!0),R.originalEvent._stopped||d[P].options.bubblingMouseEvents===!1&&de(this._mouseEvents,n)!==-1)return}},_draggableMoved:function(e){return e=e.dragging&&e.dragging.enabled()?e:this,e.dragging&&e.dragging.moved()||this.boxZoom&&this.boxZoom.moved()},_clearHandlers:function(){for(var e=0,n=this._handlers.length;e<n;e++)this._handlers[e].disable()},whenReady:function(e,n){return this._loaded?e.call(n||this,{target:this}):this.on("load",e,n),this},_getMapPanePos:function(){return Xe(this._mapPane)||new ue(0,0)},_moved:function(){var e=this._getMapPanePos();return e&&!e.equals([0,0])},_getTopLeftPoint:function(e,n){var o=e&&n!==void 0?this._getNewPixelOrigin(e,n):this.getPixelOrigin();return o.subtract(this._getMapPanePos())},_getNewPixelOrigin:function(e,n){var o=this.getSize()._divideBy(2);return this.project(e,n)._subtract(o)._add(this._getMapPanePos())._round()},_latLngToNewLayerPoint:function(e,n,o){var r=this._getNewPixelOrigin(o,n);return this.project(e,n)._subtract(r)},_latLngBoundsToNewLayerBounds:function(e,n,o){var r=this._getNewPixelOrigin(o,n);return Ve([this.project(e.getSouthWest(),n)._subtract(r),this.project(e.getNorthWest(),n)._subtract(r),this.project(e.getSouthEast(),n)._subtract(r),this.project(e.getNorthEast(),n)._subtract(r)])},_getCenterLayerPoint:function(){return this.containerPointToLayerPoint(this.getSize()._divideBy(2))},_getCenterOffset:function(e){return this.latLngToLayerPoint(e).subtract(this._getCenterLayerPoint())},_limitCenter:function(e,n,o){if(!o)return e;var r=this.project(e,n),d=this.getSize().divideBy(2),v=new Ue(r.subtract(d),r.add(d)),P=this._getBoundsOffset(v,o,n);return Math.abs(P.x)<=1&&Math.abs(P.y)<=1?e:this.unproject(r.add(P),n)},_limitOffset:function(e,n){if(!n)return e;var o=this.getPixelBounds(),r=new Ue(o.min.add(e),o.max.add(e));return e.add(this._getBoundsOffset(r,n))},_getBoundsOffset:function(e,n,o){var r=Ve(this.project(n.getNorthEast(),o),this.project(n.getSouthWest(),o)),d=r.min.subtract(e.min),v=r.max.subtract(e.max),P=this._rebound(d.x,-v.x),D=this._rebound(d.y,-v.y);return new ue(P,D)},_rebound:function(e,n){return e+n>0?Math.round(e-n)/2:Math.max(0,Math.ceil(e))-Math.max(0,Math.floor(n))},_limitZoom:function(e){var n=this.getMinZoom(),o=this.getMaxZoom(),r=Z.any3d?this.options.zoomSnap:1;return r&&(e=Math.round(e/r)*r),Math.max(n,Math.min(o,e))},_onPanTransitionStep:function(){this.fire("move")},_onPanTransitionEnd:function(){Lt(this._mapPane,"leaflet-pan-anim"),this.fire("moveend")},_tryAnimatedPan:function(e,n){var o=this._getCenterOffset(e)._trunc();return(n&&n.animate)!==!0&&!this.getSize().contains(o)?!1:(this.panBy(o,n),!0)},_createAnimProxy:function(){var e=this._proxy=it("div","leaflet-proxy leaflet-zoom-animated");this._panes.mapPane.appendChild(e),this.on("zoomanim",function(n){var o=Tn,r=this._proxy.style[o];gi(this._proxy,this.project(n.center,n.zoom),this.getZoomScale(n.zoom,1)),r===this._proxy.style[o]&&this._animatingZoom&&this._onZoomTransitionEnd()},this),this.on("load moveend",this._animMoveEnd,this),this._on("unload",this._destroyAnimProxy,this)},_destroyAnimProxy:function(){ot(this._proxy),this.off("load moveend",this._animMoveEnd,this),delete this._proxy},_animMoveEnd:function(){var e=this.getCenter(),n=this.getZoom();gi(this._proxy,this.project(e,n),this.getZoomScale(n,1))},_catchTransitionEnd:function(e){this._animatingZoom&&e.propertyName.indexOf("transform")>=0&&this._onZoomTransitionEnd()},_nothingToAnimate:function(){return!this._container.getElementsByClassName("leaflet-zoom-animated").length},_tryAnimatedZoom:function(e,n,o){if(this._animatingZoom)return!0;if(o=o||{},!this._zoomAnimated||o.animate===!1||this._nothingToAnimate()||Math.abs(n-this._zoom)>this.options.zoomAnimationThreshold)return!1;var r=this.getZoomScale(n),d=this._getCenterOffset(e)._divideBy(1-1/r);return o.animate!==!0&&!this.getSize().contains(d)?!1:(B(function(){this._moveStart(!0,o.noMoveStart||!1)._animateZoom(e,n,!0)},this),!0)},_animateZoom:function(e,n,o,r){this._mapPane&&(o&&(this._animatingZoom=!0,this._animateToCenter=e,this._animateToZoom=n,He(this._mapPane,"leaflet-zoom-anim")),this.fire("zoomanim",{center:e,zoom:n,noUpdate:r}),this._tempFireZoomEvent||(this._tempFireZoomEvent=this._zoom!==this._animateToZoom),this._move(this._animateToCenter,this._animateToZoom,void 0,!0),setTimeout(h(this._onZoomTransitionEnd,this),250))},_onZoomTransitionEnd:function(){this._animatingZoom&&(this._mapPane&&Lt(this._mapPane,"leaflet-zoom-anim"),this._animatingZoom=!1,this._move(this._animateToCenter,this._animateToZoom,void 0,!0),this._tempFireZoomEvent&&this.fire("zoom"),delete this._tempFireZoomEvent,this.fire("move"),this._moveEnd(!0))}});function Vo(e,n){return new qe(e,n)}var en=$.extend({options:{position:"topright"},initialize:function(e){F(this,e)},getPosition:function(){return this.options.position},setPosition:function(e){var n=this._map;return n&&n.removeControl(this),this.options.position=e,n&&n.addControl(this),this},getContainer:function(){return this._container},addTo:function(e){this.remove(),this._map=e;var n=this._container=this.onAdd(e),o=this.getPosition(),r=e._controlCorners[o];return He(n,"leaflet-control"),o.indexOf("bottom")!==-1?r.insertBefore(n,r.firstChild):r.appendChild(n),this._map.on("unload",this.remove,this),this},remove:function(){return this._map?(ot(this._container),this.onRemove&&this.onRemove(this._map),this._map.off("unload",this.remove,this),this._map=null,this):this},_refocusOnMap:function(e){this._map&&e&&e.screenX>0&&e.screenY>0&&this._map.getContainer().focus()}}),ln=function(e){return new en(e)};qe.include({addControl:function(e){return e.addTo(this),this},removeControl:function(e){return e.remove(),this},_initControlPos:function(){var e=this._controlCorners={},n="leaflet-",o=this._controlContainer=it("div",n+"control-container",this._container);function r(d,v){var P=n+d+" "+n+v;e[d+v]=it("div",P,o)}r("top","left"),r("top","right"),r("bottom","left"),r("bottom","right")},_clearControlPos:function(){for(var e in this._controlCorners)ot(this._controlCorners[e]);ot(this._controlContainer),delete this._controlCorners,delete this._controlContainer}});var yi=en.extend({options:{collapsed:!0,position:"topright",autoZIndex:!0,hideSingleBase:!1,sortLayers:!1,sortFunction:function(e,n,o,r){return o<r?-1:r<o?1:0}},initialize:function(e,n,o){F(this,o),this._layerControlInputs=[],this._layers=[],this._lastZIndex=0,this._handlingClick=!1,this._preventClick=!1;for(var r in e)this._addLayer(e[r],r);for(r in n)this._addLayer(n[r],r,!0)},onAdd:function(e){this._initLayout(),this._update(),this._map=e,e.on("zoomend",this._checkDisabledLayers,this);for(var n=0;n<this._layers.length;n++)this._layers[n].layer.on("add remove",this._onLayerChange,this);return this._container},addTo:function(e){return en.prototype.addTo.call(this,e),this._expandIfNotCollapsed()},onRemove:function(){this._map.off("zoomend",this._checkDisabledLayers,this);for(var e=0;e<this._layers.length;e++)this._layers[e].layer.off("add remove",this._onLayerChange,this)},addBaseLayer:function(e,n){return this._addLayer(e,n),this._map?this._update():this},addOverlay:function(e,n){return this._addLayer(e,n,!0),this._map?this._update():this},removeLayer:function(e){e.off("add remove",this._onLayerChange,this);var n=this._getLayer(y(e));return n&&this._layers.splice(this._layers.indexOf(n),1),this._map?this._update():this},expand:function(){He(this._container,"leaflet-control-layers-expanded"),this._section.style.height=null;var e=this._map.getSize().y-(this._container.offsetTop+50);return e<this._section.clientHeight?(He(this._section,"leaflet-control-layers-scrollbar"),this._section.style.height=e+"px"):Lt(this._section,"leaflet-control-layers-scrollbar"),this._checkDisabledLayers(),this},collapse:function(){return Lt(this._container,"leaflet-control-layers-expanded"),this},_initLayout:function(){var e="leaflet-control-layers",n=this._container=it("div",e),o=this.options.collapsed;n.setAttribute("aria-haspopup",!0),Bi(n),gs(n);var r=this._section=it("section",e+"-list");o&&(this._map.on("click",this.collapse,this),ze(n,{mouseenter:this._expandSafely,mouseleave:this.collapse},this));var d=this._layersLink=it("a",e+"-toggle",n);d.href="#",d.title="Layers",d.setAttribute("role","button"),ze(d,{keydown:function(v){v.keyCode===13&&this._expandSafely()},click:function(v){Ft(v),this._expandSafely()}},this),o||this.expand(),this._baseLayersList=it("div",e+"-base",r),this._separator=it("div",e+"-separator",r),this._overlaysList=it("div",e+"-overlays",r),n.appendChild(r)},_getLayer:function(e){for(var n=0;n<this._layers.length;n++)if(this._layers[n]&&y(this._layers[n].layer)===e)return this._layers[n]},_addLayer:function(e,n,o){this._map&&e.on("add remove",this._onLayerChange,this),this._layers.push({layer:e,name:n,overlay:o}),this.options.sortLayers&&this._layers.sort(h(function(r,d){return this.options.sortFunction(r.layer,d.layer,r.name,d.name)},this)),this.options.autoZIndex&&e.setZIndex&&(this._lastZIndex++,e.setZIndex(this._lastZIndex)),this._expandIfNotCollapsed()},_update:function(){if(!this._container)return this;Pn(this._baseLayersList),Pn(this._overlaysList),this._layerControlInputs=[];var e,n,o,r,d=0;for(o=0;o<this._layers.length;o++)r=this._layers[o],this._addItem(r),n=n||r.overlay,e=e||!r.overlay,d+=r.overlay?0:1;return this.options.hideSingleBase&&(e=e&&d>1,this._baseLayersList.style.display=e?"":"none"),this._separator.style.display=n&&e?"":"none",this},_onLayerChange:function(e){this._handlingClick||this._update();var n=this._getLayer(y(e.target)),o=n.overlay?e.type==="add"?"overlayadd":"overlayremove":e.type==="add"?"baselayerchange":null;o&&this._map.fire(o,n)},_createRadioElement:function(e,n){var o='<input type="radio" class="leaflet-control-layers-selector" name="'+e+'"'+(n?' checked="checked"':"")+"/>",r=document.createElement("div");return r.innerHTML=o,r.firstChild},_addItem:function(e){var n=document.createElement("label"),o=this._map.hasLayer(e.layer),r;e.overlay?(r=document.createElement("input"),r.type="checkbox",r.className="leaflet-control-layers-selector",r.defaultChecked=o):r=this._createRadioElement("leaflet-base-layers_"+y(this),o),this._layerControlInputs.push(r),r.layerId=y(e.layer),ze(r,"click",this._onInputClick,this);var d=document.createElement("span");d.innerHTML=" "+e.name;var v=document.createElement("span");n.appendChild(v),v.appendChild(r),v.appendChild(d);var P=e.overlay?this._overlaysList:this._baseLayersList;return P.appendChild(n),this._checkDisabledLayers(),n},_onInputClick:function(){if(!this._preventClick){var e=this._layerControlInputs,n,o,r=[],d=[];this._handlingClick=!0;for(var v=e.length-1;v>=0;v--)n=e[v],o=this._getLayer(n.layerId).layer,n.checked?r.push(o):n.checked||d.push(o);for(v=0;v<d.length;v++)this._map.hasLayer(d[v])&&this._map.removeLayer(d[v]);for(v=0;v<r.length;v++)this._map.hasLayer(r[v])||this._map.addLayer(r[v]);this._handlingClick=!1,this._refocusOnMap()}},_checkDisabledLayers:function(){for(var e=this._layerControlInputs,n,o,r=this._map.getZoom(),d=e.length-1;d>=0;d--)n=e[d],o=this._getLayer(n.layerId).layer,n.disabled=o.options.minZoom!==void 0&&r<o.options.minZoom||o.options.maxZoom!==void 0&&r>o.options.maxZoom},_expandIfNotCollapsed:function(){return this._map&&!this.options.collapsed&&this.expand(),this},_expandSafely:function(){var e=this._section;this._preventClick=!0,ze(e,"click",Ft),this.expand();var n=this;setTimeout(function(){Je(e,"click",Ft),n._preventClick=!1})}}),ao=function(e,n,o){return new yi(e,n,o)},Zo=en.extend({options:{position:"topleft",zoomInText:'<span aria-hidden="true">+</span>',zoomInTitle:"Zoom in",zoomOutText:'<span aria-hidden="true">−</span>',zoomOutTitle:"Zoom out"},onAdd:function(e){var n="leaflet-control-zoom",o=it("div",n+" leaflet-bar"),r=this.options;return this._zoomInButton=this._createButton(r.zoomInText,r.zoomInTitle,n+"-in",o,this._zoomIn),this._zoomOutButton=this._createButton(r.zoomOutText,r.zoomOutTitle,n+"-out",o,this._zoomOut),this._updateDisabled(),e.on("zoomend zoomlevelschange",this._updateDisabled,this),o},onRemove:function(e){e.off("zoomend zoomlevelschange",this._updateDisabled,this)},disable:function(){return this._disabled=!0,this._updateDisabled(),this},enable:function(){return this._disabled=!1,this._updateDisabled(),this},_zoomIn:function(e){!this._disabled&&this._map._zoom<this._map.getMaxZoom()&&this._map.zoomIn(this._map.options.zoomDelta*(e.shiftKey?3:1))},_zoomOut:function(e){!this._disabled&&this._map._zoom>this._map.getMinZoom()&&this._map.zoomOut(this._map.options.zoomDelta*(e.shiftKey?3:1))},_createButton:function(e,n,o,r,d){var v=it("a",o,r);return v.innerHTML=e,v.href="#",v.title=n,v.setAttribute("role","button"),v.setAttribute("aria-label",n),Bi(v),ze(v,"click",bi),ze(v,"click",d,this),ze(v,"click",this._refocusOnMap,this),v},_updateDisabled:function(){var e=this._map,n="leaflet-disabled";Lt(this._zoomInButton,n),Lt(this._zoomOutButton,n),this._zoomInButton.setAttribute("aria-disabled","false"),this._zoomOutButton.setAttribute("aria-disabled","false"),(this._disabled||e._zoom===e.getMinZoom())&&(He(this._zoomOutButton,n),this._zoomOutButton.setAttribute("aria-disabled","true")),(this._disabled||e._zoom===e.getMaxZoom())&&(He(this._zoomInButton,n),this._zoomInButton.setAttribute("aria-disabled","true"))}});qe.mergeOptions({zoomControl:!0}),qe.addInitHook(function(){this.options.zoomControl&&(this.zoomControl=new Zo,this.addControl(this.zoomControl))});var _s=function(e){return new Zo(e)},Ho=en.extend({options:{position:"bottomleft",maxWidth:100,metric:!0,imperial:!0},onAdd:function(e){var n="leaflet-control-scale",o=it("div",n),r=this.options;return this._addScales(r,n+"-line",o),e.on(r.updateWhenIdle?"moveend":"move",this._update,this),e.whenReady(this._update,this),o},onRemove:function(e){e.off(this.options.updateWhenIdle?"moveend":"move",this._update,this)},_addScales:function(e,n,o){e.metric&&(this._mScale=it("div",n,o)),e.imperial&&(this._iScale=it("div",n,o))},_update:function(){var e=this._map,n=e.getSize().y/2,o=e.distance(e.containerPointToLatLng([0,n]),e.containerPointToLatLng([this.options.maxWidth,n]));this._updateScales(o)},_updateScales:function(e){this.options.metric&&e&&this._updateMetric(e),this.options.imperial&&e&&this._updateImperial(e)},_updateMetric:function(e){var n=this._getRoundNum(e),o=n<1e3?n+" m":n/1e3+" km";this._updateScale(this._mScale,o,n/e)},_updateImperial:function(e){var n=e*3.2808399,o,r,d;n>5280?(o=n/5280,r=this._getRoundNum(o),this._updateScale(this._iScale,r+" mi",r/o)):(d=this._getRoundNum(n),this._updateScale(this._iScale,d+" ft",d/n))},_updateScale:function(e,n,o){e.style.width=Math.round(this.options.maxWidth*o)+"px",e.innerHTML=n},_getRoundNum:function(e){var n=Math.pow(10,(Math.floor(e)+"").length-1),o=e/n;return o=o>=10?10:o>=5?5:o>=3?3:o>=2?2:1,n*o}}),ar=function(e){return new Ho(e)},gn='<svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8" class="leaflet-attribution-flag"><path fill="#4C7BE1" d="M0 0h12v4H0z"/><path fill="#FFD500" d="M0 4h12v3H0z"/><path fill="#E0BC00" d="M0 7h12v1H0z"/></svg>',Zi=en.extend({options:{position:"bottomright",prefix:'<a href="https://leafletjs.com" title="A JavaScript library for interactive maps">'+(Z.inlineSvg?gn+" ":"")+"Leaflet</a>"},initialize:function(e){F(this,e),this._attributions={}},onAdd:function(e){e.attributionControl=this,this._container=it("div","leaflet-control-attribution"),Bi(this._container);for(var n in e._layers)e._layers[n].getAttribution&&this.addAttribution(e._layers[n].getAttribution());return this._update(),e.on("layeradd",this._addAttribution,this),this._container},onRemove:function(e){e.off("layeradd",this._addAttribution,this)},_addAttribution:function(e){e.layer.getAttribution&&(this.addAttribution(e.layer.getAttribution()),e.layer.once("remove",function(){this.removeAttribution(e.layer.getAttribution())},this))},setPrefix:function(e){return this.options.prefix=e,this._update(),this},addAttribution:function(e){return e?(this._attributions[e]||(this._attributions[e]=0),this._attributions[e]++,this._update(),this):this},removeAttribution:function(e){return e?(this._attributions[e]&&(this._attributions[e]--,this._update()),this):this},_update:function(){if(this._map){var e=[];for(var n in this._attributions)this._attributions[n]&&e.push(n);var o=[];this.options.prefix&&o.push(this.options.prefix),e.length&&o.push(e.join(", ")),this._container.innerHTML=o.join(' <span aria-hidden="true">|</span> ')}}});qe.mergeOptions({attributionControl:!0}),qe.addInitHook(function(){this.options.attributionControl&&new Zi().addTo(this)});var ha=function(e){return new Zi(e)};en.Layers=yi,en.Zoom=Zo,en.Scale=Ho,en.Attribution=Zi,ln.layers=ao,ln.zoom=_s,ln.scale=ar,ln.attribution=ha;var An=$.extend({initialize:function(e){this._map=e},enable:function(){return this._enabled?this:(this._enabled=!0,this.addHooks(),this)},disable:function(){return this._enabled?(this._enabled=!1,this.removeHooks(),this):this},enabled:function(){return!!this._enabled}});An.addTo=function(e,n){return e.addHandler(n,this),this};var rr={Events:we},bs=Z.touch?"touchstart mousedown":"mousedown",vn=ge.extend({options:{clickTolerance:3},initialize:function(e,n,o,r){F(this,r),this._element=e,this._dragStartTarget=n||e,this._preventOutline=o},enable:function(){this._enabled||(ze(this._dragStartTarget,bs,this._onDown,this),this._enabled=!0)},disable:function(){this._enabled&&(vn._dragging===this&&this.finishDrag(!0),Je(this._dragStartTarget,bs,this._onDown,this),this._enabled=!1,this._moved=!1)},_onDown:function(e){if(this._enabled&&(this._moved=!1,!No(this._element,"leaflet-zoom-anim"))){if(e.touches&&e.touches.length!==1){vn._dragging===this&&this.finishDrag();return}if(!(vn._dragging||e.shiftKey||e.which!==1&&e.button!==1&&!e.touches)&&(vn._dragging=this,this._preventOutline&&Ro(this._element),Di(),In(),!this._moving)){this.fire("down");var n=e.touches?e.touches[0]:e,o=Bo(this._element);this._startPoint=new ue(n.clientX,n.clientY),this._startPos=Xe(this._element),this._parentScale=hs(o);var r=e.type==="mousedown";ze(document,r?"mousemove":"touchmove",this._onMove,this),ze(document,r?"mouseup":"touchend touchcancel",this._onUp,this)}}},_onMove:function(e){if(this._enabled){if(e.touches&&e.touches.length>1){this._moved=!0;return}var n=e.touches&&e.touches.length===1?e.touches[0]:e,o=new ue(n.clientX,n.clientY)._subtract(this._startPoint);!o.x&&!o.y||Math.abs(o.x)+Math.abs(o.y)<this.options.clickTolerance||(o.x/=this._parentScale.x,o.y/=this._parentScale.y,Ft(e),this._moved||(this.fire("dragstart"),this._moved=!0,He(document.body,"leaflet-dragging"),this._lastTarget=e.target||e.srcElement,window.SVGElementInstance&&this._lastTarget instanceof window.SVGElementInstance&&(this._lastTarget=this._lastTarget.correspondingUseElement),He(this._lastTarget,"leaflet-drag-target")),this._newPos=this._startPos.add(o),this._moving=!0,this._lastEvent=e,this._updatePosition())}},_updatePosition:function(){var e={originalEvent:this._lastEvent};this.fire("predrag",e),Mt(this._element,this._newPos),this.fire("drag",e)},_onUp:function(){this._enabled&&this.finishDrag()},finishDrag:function(e){Lt(document.body,"leaflet-dragging"),this._lastTarget&&(Lt(this._lastTarget,"leaflet-drag-target"),this._lastTarget=null),Je(document,"mousemove touchmove",this._onMove,this),Je(document,"mouseup touchend touchcancel",this._onUp,this),Fi(),vi();var n=this._moved&&this._moving;this._moving=!1,vn._dragging=!1,n&&this.fire("dragend",{noInertia:e,distance:this._newPos.distanceTo(this._startPos)})}});function pa(e,n,o){var r,d=[1,4,2,8],v,P,D,R,ne,_e,Ne,et;for(v=0,_e=e.length;v<_e;v++)e[v]._code=Nn(e[v],n);for(D=0;D<4;D++){for(Ne=d[D],r=[],v=0,_e=e.length,P=_e-1;v<_e;P=v++)R=e[v],ne=e[P],R._code&Ne?ne._code&Ne||(et=Hi(ne,R,Ne,n,o),et._code=Nn(et,n),r.push(et)):(ne._code&Ne&&(et=Hi(ne,R,Ne,n,o),et._code=Nn(et,n),r.push(et)),r.push(R));e=r}return e}function ma(e,n){var o,r,d,v,P,D,R,ne,_e;if(!e||e.length===0)throw new Error("latlngs not passed");yt(e)||(console.warn("latlngs are not flat! Only the first ring will be used"),e=e[0]);var Ne=De([0,0]),et=st(e),un=et.getNorthWest().distanceTo(et.getSouthWest())*et.getNorthEast().distanceTo(et.getNorthWest());un<1700&&(Ne=ys(e));var Wt=e.length,Rn=[];for(o=0;o<Wt;o++){var xn=De(e[o]);Rn.push(n.project(De([xn.lat-Ne.lat,xn.lng-Ne.lng])))}for(D=R=ne=0,o=0,r=Wt-1;o<Wt;r=o++)d=Rn[o],v=Rn[r],P=d.y*v.x-v.y*d.x,R+=(d.x+v.x)*P,ne+=(d.y+v.y)*P,D+=P*3;D===0?_e=Rn[0]:_e=[R/D,ne/D];var Jo=n.unproject(pe(_e));return De([Jo.lat+Ne.lat,Jo.lng+Ne.lng])}function ys(e){for(var n=0,o=0,r=0,d=0;d<e.length;d++){var v=De(e[d]);n+=v.lat,o+=v.lng,r++}return De([n/r,o/r])}var lr={__proto__:null,clipPolygon:pa,polygonCenter:ma,centroid:ys};function xs(e,n){if(!n||!e.length)return e.slice();var o=n*n;return e=va(e,o),e=cr(e,o),e}function ga(e,n,o){return Math.sqrt(We(e,n,o,!0))}function ur(e,n,o){return We(e,n,o)}function cr(e,n){var o=e.length,r=typeof Uint8Array<"u"?Uint8Array:Array,d=new r(o);d[0]=d[o-1]=1,ws(e,d,n,0,o-1);var v,P=[];for(v=0;v<o;v++)d[v]&&P.push(e[v]);return P}function ws(e,n,o,r,d){var v=0,P,D,R;for(D=r+1;D<=d-1;D++)R=We(e[D],e[r],e[d],!0),R>v&&(P=D,v=R);v>o&&(n[P]=1,ws(e,n,o,r,P),ws(e,n,o,P,d))}function va(e,n){for(var o=[e[0]],r=1,d=0,v=e.length;r<v;r++)ks(e[r],e[d])>n&&(o.push(e[r]),d=r);return d<v-1&&o.push(e[v-1]),o}var _a;function jo(e,n,o,r,d){var v=r?_a:Nn(e,o),P=Nn(n,o),D,R,ne;for(_a=P;;){if(!(v|P))return[e,n];if(v&P)return!1;D=v||P,R=Hi(e,n,D,o,d),ne=Nn(R,o),D===v?(e=R,v=ne):(n=R,P=ne)}}function Hi(e,n,o,r,d){var v=n.x-e.x,P=n.y-e.y,D=r.min,R=r.max,ne,_e;return o&8?(ne=e.x+v*(R.y-e.y)/P,_e=R.y):o&4?(ne=e.x+v*(D.y-e.y)/P,_e=D.y):o&2?(ne=R.x,_e=e.y+P*(R.x-e.x)/v):o&1&&(ne=D.x,_e=e.y+P*(D.x-e.x)/v),new ue(ne,_e,d)}function Nn(e,n){var o=0;return e.x<n.min.x?o|=1:e.x>n.max.x&&(o|=2),e.y<n.min.y?o|=4:e.y>n.max.y&&(o|=8),o}function ks(e,n){var o=n.x-e.x,r=n.y-e.y;return o*o+r*r}function We(e,n,o,r){var d=n.x,v=n.y,P=o.x-d,D=o.y-v,R=P*P+D*D,ne;return R>0&&(ne=((e.x-d)*P+(e.y-v)*D)/R,ne>1?(d=o.x,v=o.y):ne>0&&(d+=P*ne,v+=D*ne)),P=e.x-d,D=e.y-v,r?P*P+D*D:new ue(d,v)}function yt(e){return!Se(e[0])||typeof e[0][0]!="object"&&typeof e[0][0]<"u"}function xi(e){return console.warn("Deprecated use of _flat, please use L.LineUtil.isFlat instead."),yt(e)}function Ss(e,n){var o,r,d,v,P,D,R,ne;if(!e||e.length===0)throw new Error("latlngs not passed");yt(e)||(console.warn("latlngs are not flat! Only the first ring will be used"),e=e[0]);var _e=De([0,0]),Ne=st(e),et=Ne.getNorthWest().distanceTo(Ne.getSouthWest())*Ne.getNorthEast().distanceTo(Ne.getNorthWest());et<1700&&(_e=ys(e));var un=e.length,Wt=[];for(o=0;o<un;o++){var Rn=De(e[o]);Wt.push(n.project(De([Rn.lat-_e.lat,Rn.lng-_e.lng])))}for(o=0,r=0;o<un-1;o++)r+=Wt[o].distanceTo(Wt[o+1])/2;if(r===0)ne=Wt[0];else for(o=0,v=0;o<un-1;o++)if(P=Wt[o],D=Wt[o+1],d=P.distanceTo(D),v+=d,v>r){R=(v-r)/d,ne=[D.x-R*(D.x-P.x),D.y-R*(D.y-P.y)];break}var xn=n.unproject(pe(ne));return De([xn.lat+_e.lat,xn.lng+_e.lng])}var dr={__proto__:null,simplify:xs,pointToSegmentDistance:ga,closestPointOnSegment:ur,clipSegment:jo,_getEdgeIntersection:Hi,_getBitCode:Nn,_sqClosestPointOnSegment:We,isFlat:yt,_flat:xi,polylineCenter:Ss},ro={project:function(e){return new ue(e.lng,e.lat)},unproject:function(e){return new Le(e.y,e.x)},bounds:new Ue([-180,-90],[180,90])},Ts={R:6378137,R_MINOR:6356752314245179e-9,bounds:new Ue([-2003750834279e-5,-1549657073972e-5],[2003750834279e-5,1876465623138e-5]),project:function(e){var n=Math.PI/180,o=this.R,r=e.lat*n,d=this.R_MINOR/o,v=Math.sqrt(1-d*d),P=v*Math.sin(r),D=Math.tan(Math.PI/4-r/2)/Math.pow((1-P)/(1+P),v/2);return r=-o*Math.log(Math.max(D,1e-10)),new ue(e.lng*n*o,r)},unproject:function(e){for(var n=180/Math.PI,o=this.R,r=this.R_MINOR/o,d=Math.sqrt(1-r*r),v=Math.exp(-e.y/o),P=Math.PI/2-2*Math.atan(v),D=0,R=.1,ne;D<15&&Math.abs(R)>1e-7;D++)ne=d*Math.sin(P),ne=Math.pow((1-ne)/(1+ne),d/2),R=Math.PI/2-2*Math.atan(v*ne)-P,P+=R;return new Le(P*n,e.x*n/o)}},fr={__proto__:null,LonLat:ro,Mercator:Ts,SphericalMercator:Pt},hr=u({},At,{code:"EPSG:3395",projection:Ts,transformation:(function(){var e=.5/(Math.PI*Ts.R);return x(e,.5,-e,.5)})()}),ba=u({},At,{code:"EPSG:4326",projection:ro,transformation:x(1/180,1,-1/180,.5)}),lo=u({},zt,{projection:ro,transformation:x(1,0,-1,0),scale:function(e){return Math.pow(2,e)},zoom:function(e){return Math.log(e)/Math.LN2},distance:function(e,n){var o=n.lng-e.lng,r=n.lat-e.lat;return Math.sqrt(o*o+r*r)},infinite:!0});zt.Earth=At,zt.EPSG3395=hr,zt.EPSG3857=b,zt.EPSG900913=S,zt.EPSG4326=ba,zt.Simple=lo;var _n=ge.extend({options:{pane:"overlayPane",attribution:null,bubblingMouseEvents:!0},addTo:function(e){return e.addLayer(this),this},remove:function(){return this.removeFrom(this._map||this._mapToAdd)},removeFrom:function(e){return e&&e.removeLayer(this),this},getPane:function(e){return this._map.getPane(e?this.options[e]||e:this.options.pane)},addInteractiveTarget:function(e){return this._map._targets[y(e)]=this,this},removeInteractiveTarget:function(e){return delete this._map._targets[y(e)],this},getAttribution:function(){return this.options.attribution},_layerAdd:function(e){var n=e.target;if(n.hasLayer(this)){if(this._map=n,this._zoomAnimated=n._zoomAnimated,this.getEvents){var o=this.getEvents();n.on(o,this),this.once("remove",function(){n.off(o,this)},this)}this.onAdd(n),this.fire("add"),n.fire("layeradd",{layer:this})}}});qe.include({addLayer:function(e){if(!e._layerAdd)throw new Error("The provided object is not a Layer.");var n=y(e);return this._layers[n]?this:(this._layers[n]=e,e._mapToAdd=this,e.beforeAdd&&e.beforeAdd(this),this.whenReady(e._layerAdd,e),this)},removeLayer:function(e){var n=y(e);return this._layers[n]?(this._loaded&&e.onRemove(this),delete this._layers[n],this._loaded&&(this.fire("layerremove",{layer:e}),e.fire("remove")),e._map=e._mapToAdd=null,this):this},hasLayer:function(e){return y(e)in this._layers},eachLayer:function(e,n){for(var o in this._layers)e.call(n,this._layers[o]);return this},_addLayers:function(e){e=e?Se(e)?e:[e]:[];for(var n=0,o=e.length;n<o;n++)this.addLayer(e[n])},_addZoomLimit:function(e){(!isNaN(e.options.maxZoom)||!isNaN(e.options.minZoom))&&(this._zoomBoundLayers[y(e)]=e,this._updateZoomLevels())},_removeZoomLimit:function(e){var n=y(e);this._zoomBoundLayers[n]&&(delete this._zoomBoundLayers[n],this._updateZoomLevels())},_updateZoomLevels:function(){var e=1/0,n=-1/0,o=this._getZoomSpan();for(var r in this._zoomBoundLayers){var d=this._zoomBoundLayers[r].options;e=d.minZoom===void 0?e:Math.min(e,d.minZoom),n=d.maxZoom===void 0?n:Math.max(n,d.maxZoom)}this._layersMaxZoom=n===-1/0?void 0:n,this._layersMinZoom=e===1/0?void 0:e,o!==this._getZoomSpan()&&this.fire("zoomlevelschange"),this.options.maxZoom===void 0&&this._layersMaxZoom&&this.getZoom()>this._layersMaxZoom&&this.setZoom(this._layersMaxZoom),this.options.minZoom===void 0&&this._layersMinZoom&&this.getZoom()<this._layersMinZoom&&this.setZoom(this._layersMinZoom)}});var qn=_n.extend({initialize:function(e,n){F(this,n),this._layers={};var o,r;if(e)for(o=0,r=e.length;o<r;o++)this.addLayer(e[o])},addLayer:function(e){var n=this.getLayerId(e);return this._layers[n]=e,this._map&&this._map.addLayer(e),this},removeLayer:function(e){var n=e in this._layers?e:this.getLayerId(e);return this._map&&this._layers[n]&&this._map.removeLayer(this._layers[n]),delete this._layers[n],this},hasLayer:function(e){var n=typeof e=="number"?e:this.getLayerId(e);return n in this._layers},clearLayers:function(){return this.eachLayer(this.removeLayer,this)},invoke:function(e){var n=Array.prototype.slice.call(arguments,1),o,r;for(o in this._layers)r=this._layers[o],r[e]&&r[e].apply(r,n);return this},onAdd:function(e){this.eachLayer(e.addLayer,e)},onRemove:function(e){this.eachLayer(e.removeLayer,e)},eachLayer:function(e,n){for(var o in this._layers)e.call(n,this._layers[o]);return this},getLayer:function(e){return this._layers[e]},getLayers:function(){var e=[];return this.eachLayer(e.push,e),e},setZIndex:function(e){return this.invoke("setZIndex",e)},getLayerId:function(e){return y(e)}}),uo=function(e,n){return new qn(e,n)},bn=qn.extend({addLayer:function(e){return this.hasLayer(e)?this:(e.addEventParent(this),qn.prototype.addLayer.call(this,e),this.fire("layeradd",{layer:e}))},removeLayer:function(e){return this.hasLayer(e)?(e in this._layers&&(e=this._layers[e]),e.removeEventParent(this),qn.prototype.removeLayer.call(this,e),this.fire("layerremove",{layer:e})):this},setStyle:function(e){return this.invoke("setStyle",e)},bringToFront:function(){return this.invoke("bringToFront")},bringToBack:function(){return this.invoke("bringToBack")},getBounds:function(){var e=new wt;for(var n in this._layers){var o=this._layers[n];e.extend(o.getBounds?o.getBounds():o.getLatLng())}return e}}),Ps=function(e,n){return new bn(e,n)},ji=$.extend({options:{popupAnchor:[0,0],tooltipAnchor:[0,0],crossOrigin:!1},initialize:function(e){F(this,e)},createIcon:function(e){return this._createIcon("icon",e)},createShadow:function(e){return this._createIcon("shadow",e)},_createIcon:function(e,n){var o=this._getIconUrl(e);if(!o){if(e==="icon")throw new Error("iconUrl not set in Icon options (see the docs).");return null}var r=this._createImg(o,n&&n.tagName==="IMG"?n:null);return this._setIconStyles(r,e),(this.options.crossOrigin||this.options.crossOrigin==="")&&(r.crossOrigin=this.options.crossOrigin===!0?"":this.options.crossOrigin),r},_setIconStyles:function(e,n){var o=this.options,r=o[n+"Size"];typeof r=="number"&&(r=[r,r]);var d=pe(r),v=pe(n==="shadow"&&o.shadowAnchor||o.iconAnchor||d&&d.divideBy(2,!0));e.className="leaflet-marker-"+n+" "+(o.className||""),v&&(e.style.marginLeft=-v.x+"px",e.style.marginTop=-v.y+"px"),d&&(e.style.width=d.x+"px",e.style.height=d.y+"px")},_createImg:function(e,n){return n=n||document.createElement("img"),n.src=e,n},_getIconUrl:function(e){return Z.retina&&this.options[e+"RetinaUrl"]||this.options[e+"Url"]}});function pr(e){return new ji(e)}var co=ji.extend({options:{iconUrl:"marker-icon.png",iconRetinaUrl:"marker-icon-2x.png",shadowUrl:"marker-shadow.png",iconSize:[25,41],iconAnchor:[12,41],popupAnchor:[1,-34],tooltipAnchor:[16,-28],shadowSize:[41,41]},_getIconUrl:function(e){return typeof co.imagePath!="string"&&(co.imagePath=this._detectIconPath()),(this.options.imagePath||co.imagePath)+ji.prototype._getIconUrl.call(this,e)},_stripUrl:function(e){var n=function(o,r,d){var v=r.exec(o);return v&&v[d]};return e=n(e,/^url\((['"])?(.+)\1\)$/,2),e&&n(e,/^(.*)marker-icon\.png$/,1)},_detectIconPath:function(){var e=it("div","leaflet-default-icon-path",document.body),n=mi(e,"background-image")||mi(e,"backgroundImage");if(document.body.removeChild(e),n=this._stripUrl(n),n)return n;var o=document.querySelector('link[href$="leaflet.css"]');return o?o.href.substring(0,o.href.length-11-1):""}}),Mn=An.extend({initialize:function(e){this._marker=e},addHooks:function(){var e=this._marker._icon;this._draggable||(this._draggable=new vn(e,e,!0)),this._draggable.on({dragstart:this._onDragStart,predrag:this._onPreDrag,drag:this._onDrag,dragend:this._onDragEnd},this).enable(),He(e,"leaflet-marker-draggable")},removeHooks:function(){this._draggable.off({dragstart:this._onDragStart,predrag:this._onPreDrag,drag:this._onDrag,dragend:this._onDragEnd},this).disable(),this._marker._icon&&Lt(this._marker._icon,"leaflet-marker-draggable")},moved:function(){return this._draggable&&this._draggable._moved},_adjustPan:function(e){var n=this._marker,o=n._map,r=this._marker.options.autoPanSpeed,d=this._marker.options.autoPanPadding,v=Xe(n._icon),P=o.getPixelBounds(),D=o.getPixelOrigin(),R=Ve(P.min._subtract(D).add(d),P.max._subtract(D).subtract(d));if(!R.contains(v)){var ne=pe((Math.max(R.max.x,v.x)-R.max.x)/(P.max.x-R.max.x)-(Math.min(R.min.x,v.x)-R.min.x)/(P.min.x-R.min.x),(Math.max(R.max.y,v.y)-R.max.y)/(P.max.y-R.max.y)-(Math.min(R.min.y,v.y)-R.min.y)/(P.min.y-R.min.y)).multiplyBy(r);o.panBy(ne,{animate:!1}),this._draggable._newPos._add(ne),this._draggable._startPos._add(ne),Mt(n._icon,this._draggable._newPos),this._onDrag(e),this._panRequest=B(this._adjustPan.bind(this,e))}},_onDragStart:function(){this._oldLatLng=this._marker.getLatLng(),this._marker.closePopup&&this._marker.closePopup(),this._marker.fire("movestart").fire("dragstart")},_onPreDrag:function(e){this._marker.options.autoPan&&(O(this._panRequest),this._panRequest=B(this._adjustPan.bind(this,e)))},_onDrag:function(e){var n=this._marker,o=n._shadow,r=Xe(n._icon),d=n._map.layerPointToLatLng(r);o&&Mt(o,r),n._latlng=d,e.latlng=d,e.oldLatLng=this._oldLatLng,n.fire("move",e).fire("drag",e)},_onDragEnd:function(e){O(this._panRequest),delete this._oldLatLng,this._marker.fire("moveend").fire("dragend",e)}}),Wo=_n.extend({options:{icon:new co,interactive:!0,keyboard:!0,title:"",alt:"Marker",zIndexOffset:0,opacity:1,riseOnHover:!1,riseOffset:250,pane:"markerPane",shadowPane:"shadowPane",bubblingMouseEvents:!1,autoPanOnFocus:!0,draggable:!1,autoPan:!1,autoPanPadding:[50,50],autoPanSpeed:10},initialize:function(e,n){F(this,n),this._latlng=De(e)},onAdd:function(e){this._zoomAnimated=this._zoomAnimated&&e.options.markerZoomAnimation,this._zoomAnimated&&e.on("zoomanim",this._animateZoom,this),this._initIcon(),this.update()},onRemove:function(e){this.dragging&&this.dragging.enabled()&&(this.options.draggable=!0,this.dragging.removeHooks()),delete this.dragging,this._zoomAnimated&&e.off("zoomanim",this._animateZoom,this),this._removeIcon(),this._removeShadow()},getEvents:function(){return{zoom:this.update,viewreset:this.update}},getLatLng:function(){return this._latlng},setLatLng:function(e){var n=this._latlng;return this._latlng=De(e),this.update(),this.fire("move",{oldLatLng:n,latlng:this._latlng})},setZIndexOffset:function(e){return this.options.zIndexOffset=e,this.update()},getIcon:function(){return this.options.icon},setIcon:function(e){return this.options.icon=e,this._map&&(this._initIcon(),this.update()),this._popup&&this.bindPopup(this._popup,this._popup.options),this},getElement:function(){return this._icon},update:function(){if(this._icon&&this._map){var e=this._map.latLngToLayerPoint(this._latlng).round();this._setPos(e)}return this},_initIcon:function(){var e=this.options,n="leaflet-zoom-"+(this._zoomAnimated?"animated":"hide"),o=e.icon.createIcon(this._icon),r=!1;o!==this._icon&&(this._icon&&this._removeIcon(),r=!0,e.title&&(o.title=e.title),o.tagName==="IMG"&&(o.alt=e.alt||"")),He(o,n),e.keyboard&&(o.tabIndex="0",o.setAttribute("role","button")),this._icon=o,e.riseOnHover&&this.on({mouseover:this._bringToFront,mouseout:this._resetZIndex}),this.options.autoPanOnFocus&&ze(o,"focus",this._panOnFocus,this);var d=e.icon.createShadow(this._shadow),v=!1;d!==this._shadow&&(this._removeShadow(),v=!0),d&&(He(d,n),d.alt=""),this._shadow=d,e.opacity<1&&this._updateOpacity(),r&&this.getPane().appendChild(this._icon),this._initInteraction(),d&&v&&this.getPane(e.shadowPane).appendChild(this._shadow)},_removeIcon:function(){this.options.riseOnHover&&this.off({mouseover:this._bringToFront,mouseout:this._resetZIndex}),this.options.autoPanOnFocus&&Je(this._icon,"focus",this._panOnFocus,this),ot(this._icon),this.removeInteractiveTarget(this._icon),this._icon=null},_removeShadow:function(){this._shadow&&ot(this._shadow),this._shadow=null},_setPos:function(e){this._icon&&Mt(this._icon,e),this._shadow&&Mt(this._shadow,e),this._zIndex=e.y+this.options.zIndexOffset,this._resetZIndex()},_updateZIndex:function(e){this._icon&&(this._icon.style.zIndex=this._zIndex+e)},_animateZoom:function(e){var n=this._map._latLngToNewLayerPoint(this._latlng,e.zoom,e.center).round();this._setPos(n)},_initInteraction:function(){if(this.options.interactive&&(He(this._icon,"leaflet-interactive"),this.addInteractiveTarget(this._icon),Mn)){var e=this.options.draggable;this.dragging&&(e=this.dragging.enabled(),this.dragging.disable()),this.dragging=new Mn(this),e&&this.dragging.enable()}},setOpacity:function(e){return this.options.opacity=e,this._map&&this._updateOpacity(),this},_updateOpacity:function(){var e=this.options.opacity;this._icon&&mn(this._icon,e),this._shadow&&mn(this._shadow,e)},_bringToFront:function(){this._updateZIndex(this.options.riseOffset)},_resetZIndex:function(){this._updateZIndex(0)},_panOnFocus:function(){var e=this._map;if(e){var n=this.options.icon.options,o=n.iconSize?pe(n.iconSize):pe(0,0),r=n.iconAnchor?pe(n.iconAnchor):pe(0,0);e.panInside(this._latlng,{paddingTopLeft:r,paddingBottomRight:o.subtract(r)})}},_getPopupAnchor:function(){return this.options.icon.options.popupAnchor},_getTooltipAnchor:function(){return this.options.icon.options.tooltipAnchor}});function mr(e,n){return new Wo(e,n)}var ti=_n.extend({options:{stroke:!0,color:"#3388ff",weight:3,opacity:1,lineCap:"round",lineJoin:"round",dashArray:null,dashOffset:null,fill:!1,fillColor:null,fillOpacity:.2,fillRule:"evenodd",interactive:!0,bubblingMouseEvents:!0},beforeAdd:function(e){this._renderer=e.getRenderer(this)},onAdd:function(){this._renderer._initPath(this),this._reset(),this._renderer._addPath(this)},onRemove:function(){this._renderer._removePath(this)},redraw:function(){return this._map&&this._renderer._updatePath(this),this},setStyle:function(e){return F(this,e),this._renderer&&(this._renderer._updateStyle(this),this.options.stroke&&e&&Object.prototype.hasOwnProperty.call(e,"weight")&&this._updateBounds()),this},bringToFront:function(){return this._renderer&&this._renderer._bringToFront(this),this},bringToBack:function(){return this._renderer&&this._renderer._bringToBack(this),this},getElement:function(){return this._path},_reset:function(){this._project(),this._update()},_clickTolerance:function(){return(this.options.stroke?this.options.weight/2:0)+(this._renderer.options.tolerance||0)}}),wi=ti.extend({options:{fill:!0,radius:10},initialize:function(e,n){F(this,n),this._latlng=De(e),this._radius=this.options.radius},setLatLng:function(e){var n=this._latlng;return this._latlng=De(e),this.redraw(),this.fire("move",{oldLatLng:n,latlng:this._latlng})},getLatLng:function(){return this._latlng},setRadius:function(e){return this.options.radius=this._radius=e,this.redraw()},getRadius:function(){return this._radius},setStyle:function(e){var n=e&&e.radius||this._radius;return ti.prototype.setStyle.call(this,e),this.setRadius(n),this},_project:function(){this._point=this._map.latLngToLayerPoint(this._latlng),this._updateBounds()},_updateBounds:function(){var e=this._radius,n=this._radiusY||e,o=this._clickTolerance(),r=[e+o,n+o];this._pxBounds=new Ue(this._point.subtract(r),this._point.add(r))},_update:function(){this._map&&this._updatePath()},_updatePath:function(){this._renderer._updateCircle(this)},_empty:function(){return this._radius&&!this._renderer._bounds.intersects(this._pxBounds)},_containsPoint:function(e){return e.distanceTo(this._point)<=this._radius+this._clickTolerance()}});function fo(e,n){return new wi(e,n)}var Wi=wi.extend({initialize:function(e,n,o){if(typeof n=="number"&&(n=u({},o,{radius:n})),F(this,n),this._latlng=De(e),isNaN(this.options.radius))throw new Error("Circle radius cannot be NaN");this._mRadius=this.options.radius},setRadius:function(e){return this._mRadius=e,this.redraw()},getRadius:function(){return this._mRadius},getBounds:function(){var e=[this._radius,this._radiusY||this._radius];return new wt(this._map.layerPointToLatLng(this._point.subtract(e)),this._map.layerPointToLatLng(this._point.add(e)))},setStyle:ti.prototype.setStyle,_project:function(){var e=this._latlng.lng,n=this._latlng.lat,o=this._map,r=o.options.crs;if(r.distance===At.distance){var d=Math.PI/180,v=this._mRadius/At.R/d,P=o.project([n+v,e]),D=o.project([n-v,e]),R=P.add(D).divideBy(2),ne=o.unproject(R).lat,_e=Math.acos((Math.cos(v*d)-Math.sin(n*d)*Math.sin(ne*d))/(Math.cos(n*d)*Math.cos(ne*d)))/d;(isNaN(_e)||_e===0)&&(_e=v/Math.cos(Math.PI/180*n)),this._point=R.subtract(o.getPixelOrigin()),this._radius=isNaN(_e)?0:R.x-o.project([ne,e-_e]).x,this._radiusY=R.y-P.y}else{var Ne=r.unproject(r.project(this._latlng).subtract([this._mRadius,0]));this._point=o.latLngToLayerPoint(this._latlng),this._radius=this._point.x-o.latLngToLayerPoint(Ne).x}this._updateBounds()}});function Rt(e,n,o){return new Wi(e,n,o)}var tn=ti.extend({options:{smoothFactor:1,noClip:!1},initialize:function(e,n){F(this,n),this._setLatLngs(e)},getLatLngs:function(){return this._latlngs},setLatLngs:function(e){return this._setLatLngs(e),this.redraw()},isEmpty:function(){return!this._latlngs.length},closestLayerPoint:function(e){for(var n=1/0,o=null,r=We,d,v,P=0,D=this._parts.length;P<D;P++)for(var R=this._parts[P],ne=1,_e=R.length;ne<_e;ne++){d=R[ne-1],v=R[ne];var Ne=r(e,d,v,!0);Ne<n&&(n=Ne,o=r(e,d,v))}return o&&(o.distance=Math.sqrt(n)),o},getCenter:function(){if(!this._map)throw new Error("Must add layer to map before using getCenter()");return Ss(this._defaultShape(),this._map.options.crs)},getBounds:function(){return this._bounds},addLatLng:function(e,n){return n=n||this._defaultShape(),e=De(e),n.push(e),this._bounds.extend(e),this.redraw()},_setLatLngs:function(e){this._bounds=new wt,this._latlngs=this._convertLatLngs(e)},_defaultShape:function(){return yt(this._latlngs)?this._latlngs:this._latlngs[0]},_convertLatLngs:function(e){for(var n=[],o=yt(e),r=0,d=e.length;r<d;r++)o?(n[r]=De(e[r]),this._bounds.extend(n[r])):n[r]=this._convertLatLngs(e[r]);return n},_project:function(){var e=new Ue;this._rings=[],this._projectLatlngs(this._latlngs,this._rings,e),this._bounds.isValid()&&e.isValid()&&(this._rawPxBounds=e,this._updateBounds())},_updateBounds:function(){var e=this._clickTolerance(),n=new ue(e,e);this._rawPxBounds&&(this._pxBounds=new Ue([this._rawPxBounds.min.subtract(n),this._rawPxBounds.max.add(n)]))},_projectLatlngs:function(e,n,o){var r=e[0]instanceof Le,d=e.length,v,P;if(r){for(P=[],v=0;v<d;v++)P[v]=this._map.latLngToLayerPoint(e[v]),o.extend(P[v]);n.push(P)}else for(v=0;v<d;v++)this._projectLatlngs(e[v],n,o)},_clipPoints:function(){var e=this._renderer._bounds;if(this._parts=[],!(!this._pxBounds||!this._pxBounds.intersects(e))){if(this.options.noClip){this._parts=this._rings;return}var n=this._parts,o,r,d,v,P,D,R;for(o=0,d=0,v=this._rings.length;o<v;o++)for(R=this._rings[o],r=0,P=R.length;r<P-1;r++)D=jo(R[r],R[r+1],e,r,!0),D&&(n[d]=n[d]||[],n[d].push(D[0]),(D[1]!==R[r+1]||r===P-2)&&(n[d].push(D[1]),d++))}},_simplifyPoints:function(){for(var e=this._parts,n=this.options.smoothFactor,o=0,r=e.length;o<r;o++)e[o]=xs(e[o],n)},_update:function(){this._map&&(this._clipPoints(),this._simplifyPoints(),this._updatePath())},_updatePath:function(){this._renderer._updatePoly(this)},_containsPoint:function(e,n){var o,r,d,v,P,D,R=this._clickTolerance();if(!this._pxBounds||!this._pxBounds.contains(e))return!1;for(o=0,v=this._parts.length;o<v;o++)for(D=this._parts[o],r=0,P=D.length,d=P-1;r<P;d=r++)if(!(!n&&r===0)&&ga(e,D[d],D[r])<=R)return!0;return!1}});function Ko(e,n){return new tn(e,n)}tn._flat=xi;var Dn=tn.extend({options:{fill:!0},isEmpty:function(){return!this._latlngs.length||!this._latlngs[0].length},getCenter:function(){if(!this._map)throw new Error("Must add layer to map before using getCenter()");return ma(this._defaultShape(),this._map.options.crs)},_convertLatLngs:function(e){var n=tn.prototype._convertLatLngs.call(this,e),o=n.length;return o>=2&&n[0]instanceof Le&&n[0].equals(n[o-1])&&n.pop(),n},_setLatLngs:function(e){tn.prototype._setLatLngs.call(this,e),yt(this._latlngs)&&(this._latlngs=[this._latlngs])},_defaultShape:function(){return yt(this._latlngs[0])?this._latlngs[0]:this._latlngs[0][0]},_clipPoints:function(){var e=this._renderer._bounds,n=this.options.weight,o=new ue(n,n);if(e=new Ue(e.min.subtract(o),e.max.add(o)),this._parts=[],!(!this._pxBounds||!this._pxBounds.intersects(e))){if(this.options.noClip){this._parts=this._rings;return}for(var r=0,d=this._rings.length,v;r<d;r++)v=pa(this._rings[r],e,!0),v.length&&this._parts.push(v)}},_updatePath:function(){this._renderer._updatePoly(this,!0)},_containsPoint:function(e){var n=!1,o,r,d,v,P,D,R,ne;if(!this._pxBounds||!this._pxBounds.contains(e))return!1;for(v=0,R=this._parts.length;v<R;v++)for(o=this._parts[v],P=0,ne=o.length,D=ne-1;P<ne;D=P++)r=o[P],d=o[D],r.y>e.y!=d.y>e.y&&e.x<(d.x-r.x)*(e.y-r.y)/(d.y-r.y)+r.x&&(n=!n);return n||tn.prototype._containsPoint.call(this,e,!0)}});function ya(e,n){return new Dn(e,n)}var yn=bn.extend({initialize:function(e,n){F(this,n),this._layers={},e&&this.addData(e)},addData:function(e){var n=Se(e)?e:e.features,o,r,d;if(n){for(o=0,r=n.length;o<r;o++)d=n[o],(d.geometries||d.geometry||d.features||d.coordinates)&&this.addData(d);return this}var v=this.options;if(v.filter&&!v.filter(e))return this;var P=ni(e,v);return P?(P.feature=En(e),P.defaultOptions=P.options,this.resetStyle(P),v.onEachFeature&&v.onEachFeature(e,P),this.addLayer(P)):this},resetStyle:function(e){return e===void 0?this.eachLayer(this.resetStyle,this):(e.options=u({},e.defaultOptions),this._setLayerStyle(e,this.options.style),this)},setStyle:function(e){return this.eachLayer(function(n){this._setLayerStyle(n,e)},this)},_setLayerStyle:function(e,n){e.setStyle&&(typeof n=="function"&&(n=n(e.feature)),e.setStyle(n))}});function ni(e,n){var o=e.type==="Feature"?e.geometry:e,r=o?o.coordinates:null,d=[],v=n&&n.pointToLayer,P=n&&n.coordsToLatLng||ii,D,R,ne,_e;if(!r&&!o)return null;switch(o.type){case"Point":return D=P(r),Cs(v,e,D,n);case"MultiPoint":for(ne=0,_e=r.length;ne<_e;ne++)D=P(r[ne]),d.push(Cs(v,e,D,n));return new bn(d);case"LineString":case"MultiLineString":return R=ki(r,o.type==="LineString"?0:1,P),new tn(R,n);case"Polygon":case"MultiPolygon":return R=ki(r,o.type==="Polygon"?1:2,P),new Dn(R,n);case"GeometryCollection":for(ne=0,_e=o.geometries.length;ne<_e;ne++){var Ne=ni({geometry:o.geometries[ne],type:"Feature",properties:e.properties},n);Ne&&d.push(Ne)}return new bn(d);case"FeatureCollection":for(ne=0,_e=o.features.length;ne<_e;ne++){var et=ni(o.features[ne],n);et&&d.push(et)}return new bn(d);default:throw new Error("Invalid GeoJSON object.")}}function Cs(e,n,o,r){return e?e(n,o):new Wo(o,r&&r.markersInheritOptions&&r)}function ii(e){return new Le(e[1],e[0],e[2])}function ki(e,n,o){for(var r=[],d=0,v=e.length,P;d<v;d++)P=n?ki(e[d],n-1,o):(o||ii)(e[d]),r.push(P);return r}function Ls(e,n){return e=De(e),e.alt!==void 0?[H(e.lng,n),H(e.lat,n),H(e.alt,n)]:[H(e.lng,n),H(e.lat,n)]}function Go(e,n,o,r){for(var d=[],v=0,P=e.length;v<P;v++)d.push(n?Go(e[v],yt(e[v])?0:n-1,o,r):Ls(e[v],r));return!n&&o&&d.length>0&&d.push(d[0].slice()),d}function Qe(e,n){return e.feature?u({},e.feature,{geometry:n}):En(n)}function En(e){return e.type==="Feature"||e.type==="FeatureCollection"?e:{type:"Feature",properties:{},geometry:e}}var Ki={toGeoJSON:function(e){return Qe(this,{type:"Point",coordinates:Ls(this.getLatLng(),e)})}};Wo.include(Ki),Wi.include(Ki),wi.include(Ki),tn.include({toGeoJSON:function(e){var n=!yt(this._latlngs),o=Go(this._latlngs,n?1:0,!1,e);return Qe(this,{type:(n?"Multi":"")+"LineString",coordinates:o})}}),Dn.include({toGeoJSON:function(e){var n=!yt(this._latlngs),o=n&&!yt(this._latlngs[0]),r=Go(this._latlngs,o?2:n?1:0,!0,e);return n||(r=[r]),Qe(this,{type:(o?"Multi":"")+"Polygon",coordinates:r})}}),qn.include({toMultiPoint:function(e){var n=[];return this.eachLayer(function(o){n.push(o.toGeoJSON(e).geometry.coordinates)}),Qe(this,{type:"MultiPoint",coordinates:n})},toGeoJSON:function(e){var n=this.feature&&this.feature.geometry&&this.feature.geometry.type;if(n==="MultiPoint")return this.toMultiPoint(e);var o=n==="GeometryCollection",r=[];return this.eachLayer(function(d){if(d.toGeoJSON){var v=d.toGeoJSON(e);if(o)r.push(v.geometry);else{var P=En(v);P.type==="FeatureCollection"?r.push.apply(r,P.features):r.push(P)}}}),o?Qe(this,{geometries:r,type:"GeometryCollection"}):{type:"FeatureCollection",features:r}}});function qo(e,n){return new yn(e,n)}var gr=qo,ho=_n.extend({options:{opacity:1,alt:"",interactive:!1,crossOrigin:!1,errorOverlayUrl:"",zIndex:1,className:""},initialize:function(e,n,o){this._url=e,this._bounds=st(n),F(this,o)},onAdd:function(){this._image||(this._initImage(),this.options.opacity<1&&this._updateOpacity()),this.options.interactive&&(He(this._image,"leaflet-interactive"),this.addInteractiveTarget(this._image)),this.getPane().appendChild(this._image),this._reset()},onRemove:function(){ot(this._image),this.options.interactive&&this.removeInteractiveTarget(this._image)},setOpacity:function(e){return this.options.opacity=e,this._image&&this._updateOpacity(),this},setStyle:function(e){return e.opacity&&this.setOpacity(e.opacity),this},bringToFront:function(){return this._map&&Cn(this._image),this},bringToBack:function(){return this._map&&qt(this._image),this},setUrl:function(e){return this._url=e,this._image&&(this._image.src=e),this},setBounds:function(e){return this._bounds=st(e),this._map&&this._reset(),this},getEvents:function(){var e={zoom:this._reset,viewreset:this._reset};return this._zoomAnimated&&(e.zoomanim=this._animateZoom),e},setZIndex:function(e){return this.options.zIndex=e,this._updateZIndex(),this},getBounds:function(){return this._bounds},getElement:function(){return this._image},_initImage:function(){var e=this._url.tagName==="IMG",n=this._image=e?this._url:it("img");if(He(n,"leaflet-image-layer"),this._zoomAnimated&&He(n,"leaflet-zoom-animated"),this.options.className&&He(n,this.options.className),n.onselectstart=M,n.onmousemove=M,n.onload=h(this.fire,this,"load"),n.onerror=h(this._overlayOnError,this,"error"),(this.options.crossOrigin||this.options.crossOrigin==="")&&(n.crossOrigin=this.options.crossOrigin===!0?"":this.options.crossOrigin),this.options.zIndex&&this._updateZIndex(),e){this._url=n.src;return}n.src=this._url,n.alt=this.options.alt},_animateZoom:function(e){var n=this._map.getZoomScale(e.zoom),o=this._map._latLngBoundsToNewLayerBounds(this._bounds,e.zoom,e.center).min;gi(this._image,o,n)},_reset:function(){var e=this._image,n=new Ue(this._map.latLngToLayerPoint(this._bounds.getNorthWest()),this._map.latLngToLayerPoint(this._bounds.getSouthEast())),o=n.getSize();Mt(e,n.min),e.style.width=o.x+"px",e.style.height=o.y+"px"},_updateOpacity:function(){mn(this._image,this.options.opacity)},_updateZIndex:function(){this._image&&this.options.zIndex!==void 0&&this.options.zIndex!==null&&(this._image.style.zIndex=this.options.zIndex)},_overlayOnError:function(){this.fire("error");var e=this.options.errorOverlayUrl;e&&this._url!==e&&(this._url=e,this._image.src=e)},getCenter:function(){return this._bounds.getCenter()}}),vr=function(e,n,o){return new ho(e,n,o)},po=ho.extend({options:{autoplay:!0,loop:!0,keepAspectRatio:!0,muted:!1,playsInline:!0},_initImage:function(){var e=this._url.tagName==="VIDEO",n=this._image=e?this._url:it("video");if(He(n,"leaflet-image-layer"),this._zoomAnimated&&He(n,"leaflet-zoom-animated"),this.options.className&&He(n,this.options.className),n.onselectstart=M,n.onmousemove=M,n.onloadeddata=h(this.fire,this,"load"),e){for(var o=n.getElementsByTagName("source"),r=[],d=0;d<o.length;d++)r.push(o[d].src);this._url=o.length>0?r:[n.src];return}Se(this._url)||(this._url=[this._url]),!this.options.keepAspectRatio&&Object.prototype.hasOwnProperty.call(n.style,"objectFit")&&(n.style.objectFit="fill"),n.autoplay=!!this.options.autoplay,n.loop=!!this.options.loop,n.muted=!!this.options.muted,n.playsInline=!!this.options.playsInline;for(var v=0;v<this._url.length;v++){var P=it("source");P.src=this._url[v],n.appendChild(P)}}});function mo(e,n,o){return new po(e,n,o)}var go=ho.extend({_initImage:function(){var e=this._image=this._url;He(e,"leaflet-image-layer"),this._zoomAnimated&&He(e,"leaflet-zoom-animated"),this.options.className&&He(e,this.options.className),e.onselectstart=M,e.onmousemove=M}});function vo(e,n,o){return new go(e,n,o)}var Nt=_n.extend({options:{interactive:!1,offset:[0,0],className:"",pane:void 0,content:""},initialize:function(e,n){e&&(e instanceof Le||Se(e))?(this._latlng=De(e),F(this,n)):(F(this,e),this._source=n),this.options.content&&(this._content=this.options.content)},openOn:function(e){return e=arguments.length?e:this._source._map,e.hasLayer(this)||e.addLayer(this),this},close:function(){return this._map&&this._map.removeLayer(this),this},toggle:function(e){return this._map?this.close():(arguments.length?this._source=e:e=this._source,this._prepareOpen(),this.openOn(e._map)),this},onAdd:function(e){this._zoomAnimated=e._zoomAnimated,this._container||this._initLayout(),e._fadeAnimated&&mn(this._container,0),clearTimeout(this._removeTimeout),this.getPane().appendChild(this._container),this.update(),e._fadeAnimated&&mn(this._container,1),this.bringToFront(),this.options.interactive&&(He(this._container,"leaflet-interactive"),this.addInteractiveTarget(this._container))},onRemove:function(e){e._fadeAnimated?(mn(this._container,0),this._removeTimeout=setTimeout(h(ot,void 0,this._container),200)):ot(this._container),this.options.interactive&&(Lt(this._container,"leaflet-interactive"),this.removeInteractiveTarget(this._container))},getLatLng:function(){return this._latlng},setLatLng:function(e){return this._latlng=De(e),this._map&&(this._updatePosition(),this._adjustPan()),this},getContent:function(){return this._content},setContent:function(e){return this._content=e,this.update(),this},getElement:function(){return this._container},update:function(){this._map&&(this._container.style.visibility="hidden",this._updateContent(),this._updateLayout(),this._updatePosition(),this._container.style.visibility="",this._adjustPan())},getEvents:function(){var e={zoom:this._updatePosition,viewreset:this._updatePosition};return this._zoomAnimated&&(e.zoomanim=this._animateZoom),e},isOpen:function(){return!!this._map&&this._map.hasLayer(this)},bringToFront:function(){return this._map&&Cn(this._container),this},bringToBack:function(){return this._map&&qt(this._container),this},_prepareOpen:function(e){var n=this._source;if(!n._map)return!1;if(n instanceof bn){n=null;var o=this._source._layers;for(var r in o)if(o[r]._map){n=o[r];break}if(!n)return!1;this._source=n}if(!e)if(n.getCenter)e=n.getCenter();else if(n.getLatLng)e=n.getLatLng();else if(n.getBounds)e=n.getBounds().getCenter();else throw new Error("Unable to get source layer LatLng.");return this.setLatLng(e),this._map&&this.update(),!0},_updateContent:function(){if(this._content){var e=this._contentNode,n=typeof this._content=="function"?this._content(this._source||this):this._content;if(typeof n=="string")e.innerHTML=n;else{for(;e.hasChildNodes();)e.removeChild(e.firstChild);e.appendChild(n)}this.fire("contentupdate")}},_updatePosition:function(){if(this._map){var e=this._map.latLngToLayerPoint(this._latlng),n=pe(this.options.offset),o=this._getAnchor();this._zoomAnimated?Mt(this._container,e.add(o)):n=n.add(e).add(o);var r=this._containerBottom=-n.y,d=this._containerLeft=-Math.round(this._containerWidth/2)+n.x;this._container.style.bottom=r+"px",this._container.style.left=d+"px"}},_getAnchor:function(){return[0,0]}});qe.include({_initOverlay:function(e,n,o,r){var d=n;return d instanceof e||(d=new e(r).setContent(n)),o&&d.setLatLng(o),d}}),_n.include({_initOverlay:function(e,n,o,r){var d=o;return d instanceof e?(F(d,r),d._source=this):(d=n&&!r?n:new e(r,this),d.setContent(o)),d}});var Fn=Nt.extend({options:{pane:"popupPane",offset:[0,7],maxWidth:300,minWidth:50,maxHeight:null,autoPan:!0,autoPanPaddingTopLeft:null,autoPanPaddingBottomRight:null,autoPanPadding:[5,5],keepInView:!1,closeButton:!0,autoClose:!0,closeOnEscapeKey:!0,className:""},openOn:function(e){return e=arguments.length?e:this._source._map,!e.hasLayer(this)&&e._popup&&e._popup.options.autoClose&&e.removeLayer(e._popup),e._popup=this,Nt.prototype.openOn.call(this,e)},onAdd:function(e){Nt.prototype.onAdd.call(this,e),e.fire("popupopen",{popup:this}),this._source&&(this._source.fire("popupopen",{popup:this},!0),this._source instanceof ti||this._source.on("preclick",_i))},onRemove:function(e){Nt.prototype.onRemove.call(this,e),e.fire("popupclose",{popup:this}),this._source&&(this._source.fire("popupclose",{popup:this},!0),this._source instanceof ti||this._source.off("preclick",_i))},getEvents:function(){var e=Nt.prototype.getEvents.call(this);return(this.options.closeOnClick!==void 0?this.options.closeOnClick:this._map.options.closePopupOnClick)&&(e.preclick=this.close),this.options.keepInView&&(e.moveend=this._adjustPan),e},_initLayout:function(){var e="leaflet-popup",n=this._container=it("div",e+" "+(this.options.className||"")+" leaflet-zoom-animated"),o=this._wrapper=it("div",e+"-content-wrapper",n);if(this._contentNode=it("div",e+"-content",o),Bi(n),gs(this._contentNode),ze(n,"contextmenu",_i),this._tipContainer=it("div",e+"-tip-container",n),this._tip=it("div",e+"-tip",this._tipContainer),this.options.closeButton){var r=this._closeButton=it("a",e+"-close-button",n);r.setAttribute("role","button"),r.setAttribute("aria-label","Close popup"),r.href="#close",r.innerHTML='<span aria-hidden="true">×</span>',ze(r,"click",function(d){Ft(d),this.close()},this)}},_updateLayout:function(){var e=this._contentNode,n=e.style;n.width="",n.whiteSpace="nowrap";var o=e.offsetWidth;o=Math.min(o,this.options.maxWidth),o=Math.max(o,this.options.minWidth),n.width=o+1+"px",n.whiteSpace="",n.height="";var r=e.offsetHeight,d=this.options.maxHeight,v="leaflet-popup-scrolled";d&&r>d?(n.height=d+"px",He(e,v)):Lt(e,v),this._containerWidth=this._container.offsetWidth},_animateZoom:function(e){var n=this._map._latLngToNewLayerPoint(this._latlng,e.zoom,e.center),o=this._getAnchor();Mt(this._container,n.add(o))},_adjustPan:function(){if(this.options.autoPan){if(this._map._panAnim&&this._map._panAnim.stop(),this._autopanning){this._autopanning=!1;return}var e=this._map,n=parseInt(mi(this._container,"marginBottom"),10)||0,o=this._container.offsetHeight+n,r=this._containerWidth,d=new ue(this._containerLeft,-o-this._containerBottom);d._add(Xe(this._container));var v=e.layerPointToContainerPoint(d),P=pe(this.options.autoPanPadding),D=pe(this.options.autoPanPaddingTopLeft||P),R=pe(this.options.autoPanPaddingBottomRight||P),ne=e.getSize(),_e=0,Ne=0;v.x+r+R.x>ne.x&&(_e=v.x+r-ne.x+R.x),v.x-_e-D.x<0&&(_e=v.x-D.x),v.y+o+R.y>ne.y&&(Ne=v.y+o-ne.y+R.y),v.y-Ne-D.y<0&&(Ne=v.y-D.y),(_e||Ne)&&(this.options.keepInView&&(this._autopanning=!0),e.fire("autopanstart").panBy([_e,Ne]))}},_getAnchor:function(){return pe(this._source&&this._source._getPopupAnchor?this._source._getPopupAnchor():[0,0])}}),As=function(e,n){return new Fn(e,n)};qe.mergeOptions({closePopupOnClick:!0}),qe.include({openPopup:function(e,n,o){return this._initOverlay(Fn,e,n,o).openOn(this),this},closePopup:function(e){return e=arguments.length?e:this._popup,e&&e.close(),this}}),_n.include({bindPopup:function(e,n){return this._popup=this._initOverlay(Fn,this._popup,e,n),this._popupHandlersAdded||(this.on({click:this._openPopup,keypress:this._onKeyPress,remove:this.closePopup,move:this._movePopup}),this._popupHandlersAdded=!0),this},unbindPopup:function(){return this._popup&&(this.off({click:this._openPopup,keypress:this._onKeyPress,remove:this.closePopup,move:this._movePopup}),this._popupHandlersAdded=!1,this._popup=null),this},openPopup:function(e){return this._popup&&(this instanceof bn||(this._popup._source=this),this._popup._prepareOpen(e||this._latlng)&&this._popup.openOn(this._map)),this},closePopup:function(){return this._popup&&this._popup.close(),this},togglePopup:function(){return this._popup&&this._popup.toggle(this),this},isPopupOpen:function(){return this._popup?this._popup.isOpen():!1},setPopupContent:function(e){return this._popup&&this._popup.setContent(e),this},getPopup:function(){return this._popup},_openPopup:function(e){if(!(!this._popup||!this._map)){bi(e);var n=e.layer||e.target;if(this._popup._source===n&&!(n instanceof ti)){this._map.hasLayer(this._popup)?this.closePopup():this.openPopup(e.latlng);return}this._popup._source=n,this.openPopup(e.latlng)}},_movePopup:function(e){this._popup.setLatLng(e.latlng)},_onKeyPress:function(e){e.originalEvent.keyCode===13&&this._openPopup(e)}});var _o=Nt.extend({options:{pane:"tooltipPane",offset:[0,0],direction:"auto",permanent:!1,sticky:!1,opacity:.9},onAdd:function(e){Nt.prototype.onAdd.call(this,e),this.setOpacity(this.options.opacity),e.fire("tooltipopen",{tooltip:this}),this._source&&(this.addEventParent(this._source),this._source.fire("tooltipopen",{tooltip:this},!0))},onRemove:function(e){Nt.prototype.onRemove.call(this,e),e.fire("tooltipclose",{tooltip:this}),this._source&&(this.removeEventParent(this._source),this._source.fire("tooltipclose",{tooltip:this},!0))},getEvents:function(){var e=Nt.prototype.getEvents.call(this);return this.options.permanent||(e.preclick=this.close),e},_initLayout:function(){var e="leaflet-tooltip",n=e+" "+(this.options.className||"")+" leaflet-zoom-"+(this._zoomAnimated?"animated":"hide");this._contentNode=this._container=it("div",n),this._container.setAttribute("role","tooltip"),this._container.setAttribute("id","leaflet-tooltip-"+y(this))},_updateLayout:function(){},_adjustPan:function(){},_setPosition:function(e){var n,o,r=this._map,d=this._container,v=r.latLngToContainerPoint(r.getCenter()),P=r.layerPointToContainerPoint(e),D=this.options.direction,R=d.offsetWidth,ne=d.offsetHeight,_e=pe(this.options.offset),Ne=this._getAnchor();D==="top"?(n=R/2,o=ne):D==="bottom"?(n=R/2,o=0):D==="center"?(n=R/2,o=ne/2):D==="right"?(n=0,o=ne/2):D==="left"?(n=R,o=ne/2):P.x<v.x?(D="right",n=0,o=ne/2):(D="left",n=R+(_e.x+Ne.x)*2,o=ne/2),e=e.subtract(pe(n,o,!0)).add(_e).add(Ne),Lt(d,"leaflet-tooltip-right"),Lt(d,"leaflet-tooltip-left"),Lt(d,"leaflet-tooltip-top"),Lt(d,"leaflet-tooltip-bottom"),He(d,"leaflet-tooltip-"+D),Mt(d,e)},_updatePosition:function(){var e=this._map.latLngToLayerPoint(this._latlng);this._setPosition(e)},setOpacity:function(e){this.options.opacity=e,this._container&&mn(this._container,e)},_animateZoom:function(e){var n=this._map._latLngToNewLayerPoint(this._latlng,e.zoom,e.center);this._setPosition(n)},_getAnchor:function(){return pe(this._source&&this._source._getTooltipAnchor&&!this.options.sticky?this._source._getTooltipAnchor():[0,0])}}),_r=function(e,n){return new _o(e,n)};qe.include({openTooltip:function(e,n,o){return this._initOverlay(_o,e,n,o).openOn(this),this},closeTooltip:function(e){return e.close(),this}}),_n.include({bindTooltip:function(e,n){return this._tooltip&&this.isTooltipOpen()&&this.unbindTooltip(),this._tooltip=this._initOverlay(_o,this._tooltip,e,n),this._initTooltipInteractions(),this._tooltip.options.permanent&&this._map&&this._map.hasLayer(this)&&this.openTooltip(),this},unbindTooltip:function(){return this._tooltip&&(this._initTooltipInteractions(!0),this.closeTooltip(),this._tooltip=null),this},_initTooltipInteractions:function(e){if(!(!e&&this._tooltipHandlersAdded)){var n=e?"off":"on",o={remove:this.closeTooltip,move:this._moveTooltip};this._tooltip.options.permanent?o.add=this._openTooltip:(o.mouseover=this._openTooltip,o.mouseout=this.closeTooltip,o.click=this._openTooltip,this._map?this._addFocusListeners():o.add=this._addFocusListeners),this._tooltip.options.sticky&&(o.mousemove=this._moveTooltip),this[n](o),this._tooltipHandlersAdded=!e}},openTooltip:function(e){return this._tooltip&&(this instanceof bn||(this._tooltip._source=this),this._tooltip._prepareOpen(e)&&(this._tooltip.openOn(this._map),this.getElement?this._setAriaDescribedByOnLayer(this):this.eachLayer&&this.eachLayer(this._setAriaDescribedByOnLayer,this))),this},closeTooltip:function(){if(this._tooltip)return this._tooltip.close()},toggleTooltip:function(){return this._tooltip&&this._tooltip.toggle(this),this},isTooltipOpen:function(){return this._tooltip.isOpen()},setTooltipContent:function(e){return this._tooltip&&this._tooltip.setContent(e),this},getTooltip:function(){return this._tooltip},_addFocusListeners:function(){this.getElement?this._addFocusListenersOnLayer(this):this.eachLayer&&this.eachLayer(this._addFocusListenersOnLayer,this)},_addFocusListenersOnLayer:function(e){var n=typeof e.getElement=="function"&&e.getElement();n&&(ze(n,"focus",function(){this._tooltip._source=e,this.openTooltip()},this),ze(n,"blur",this.closeTooltip,this))},_setAriaDescribedByOnLayer:function(e){var n=typeof e.getElement=="function"&&e.getElement();n&&n.setAttribute("aria-describedby",this._tooltip._container.id)},_openTooltip:function(e){if(!(!this._tooltip||!this._map)){if(this._map.dragging&&this._map.dragging.moving()&&!this._openOnceFlag){this._openOnceFlag=!0;var n=this;this._map.once("moveend",function(){n._openOnceFlag=!1,n._openTooltip(e)});return}this._tooltip._source=e.layer||e.target,this.openTooltip(this._tooltip.options.sticky?e.latlng:void 0)}},_moveTooltip:function(e){var n=e.latlng,o,r;this._tooltip.options.sticky&&e.originalEvent&&(o=this._map.mouseEventToContainerPoint(e.originalEvent),r=this._map.containerPointToLayerPoint(o),n=this._map.layerPointToLatLng(r)),this._tooltip.setLatLng(n)}});var Ms=ji.extend({options:{iconSize:[12,12],html:!1,bgPos:null,className:"leaflet-div-icon"},createIcon:function(e){var n=e&&e.tagName==="DIV"?e:document.createElement("div"),o=this.options;if(o.html instanceof Element?(Pn(n),n.appendChild(o.html)):n.innerHTML=o.html!==!1?o.html:"",o.bgPos){var r=pe(o.bgPos);n.style.backgroundPosition=-r.x+"px "+-r.y+"px"}return this._setIconStyles(n,"icon"),n},createShadow:function(){return null}});function xa(e){return new Ms(e)}ji.Default=co;var bo=_n.extend({options:{tileSize:256,opacity:1,updateWhenIdle:Z.mobile,updateWhenZooming:!0,updateInterval:200,zIndex:1,bounds:null,minZoom:0,maxZoom:void 0,maxNativeZoom:void 0,minNativeZoom:void 0,noWrap:!1,pane:"tilePane",className:"",keepBuffer:2},initialize:function(e){F(this,e)},onAdd:function(){this._initContainer(),this._levels={},this._tiles={},this._resetView()},beforeAdd:function(e){e._addZoomLimit(this)},onRemove:function(e){this._removeAllTiles(),ot(this._container),e._removeZoomLimit(this),this._container=null,this._tileZoom=void 0},bringToFront:function(){return this._map&&(Cn(this._container),this._setAutoZIndex(Math.max)),this},bringToBack:function(){return this._map&&(qt(this._container),this._setAutoZIndex(Math.min)),this},getContainer:function(){return this._container},setOpacity:function(e){return this.options.opacity=e,this._updateOpacity(),this},setZIndex:function(e){return this.options.zIndex=e,this._updateZIndex(),this},isLoading:function(){return this._loading},redraw:function(){if(this._map){this._removeAllTiles();var e=this._clampZoom(this._map.getZoom());e!==this._tileZoom&&(this._tileZoom=e,this._updateLevels()),this._update()}return this},getEvents:function(){var e={viewprereset:this._invalidateAll,viewreset:this._resetView,zoom:this._resetView,moveend:this._onMoveEnd};return this.options.updateWhenIdle||(this._onMove||(this._onMove=C(this._onMoveEnd,this.options.updateInterval,this)),e.move=this._onMove),this._zoomAnimated&&(e.zoomanim=this._animateZoom),e},createTile:function(){return document.createElement("div")},getTileSize:function(){var e=this.options.tileSize;return e instanceof ue?e:new ue(e,e)},_updateZIndex:function(){this._container&&this.options.zIndex!==void 0&&this.options.zIndex!==null&&(this._container.style.zIndex=this.options.zIndex)},_setAutoZIndex:function(e){for(var n=this.getPane().children,o=-e(-1/0,1/0),r=0,d=n.length,v;r<d;r++)v=n[r].style.zIndex,n[r]!==this._container&&v&&(o=e(o,+v));isFinite(o)&&(this.options.zIndex=o+e(-1,1),this._updateZIndex())},_updateOpacity:function(){if(this._map&&!Z.ielt9){mn(this._container,this.options.opacity);var e=+new Date,n=!1,o=!1;for(var r in this._tiles){var d=this._tiles[r];if(!(!d.current||!d.loaded)){var v=Math.min(1,(e-d.loaded)/200);mn(d.el,v),v<1?n=!0:(d.active?o=!0:this._onOpaqueTile(d),d.active=!0)}}o&&!this._noPrune&&this._pruneTiles(),n&&(O(this._fadeFrame),this._fadeFrame=B(this._updateOpacity,this))}},_onOpaqueTile:M,_initContainer:function(){this._container||(this._container=it("div","leaflet-layer "+(this.options.className||"")),this._updateZIndex(),this.options.opacity<1&&this._updateOpacity(),this.getPane().appendChild(this._container))},_updateLevels:function(){var e=this._tileZoom,n=this.options.maxZoom;if(e!==void 0){for(var o in this._levels)o=Number(o),this._levels[o].el.children.length||o===e?(this._levels[o].el.style.zIndex=n-Math.abs(e-o),this._onUpdateLevel(o)):(ot(this._levels[o].el),this._removeTilesAtZoom(o),this._onRemoveLevel(o),delete this._levels[o]);var r=this._levels[e],d=this._map;return r||(r=this._levels[e]={},r.el=it("div","leaflet-tile-container leaflet-zoom-animated",this._container),r.el.style.zIndex=n,r.origin=d.project(d.unproject(d.getPixelOrigin()),e).round(),r.zoom=e,this._setZoomTransform(r,d.getCenter(),d.getZoom()),M(r.el.offsetWidth),this._onCreateLevel(r)),this._level=r,r}},_onUpdateLevel:M,_onRemoveLevel:M,_onCreateLevel:M,_pruneTiles:function(){if(this._map){var e,n,o=this._map.getZoom();if(o>this.options.maxZoom||o<this.options.minZoom){this._removeAllTiles();return}for(e in this._tiles)n=this._tiles[e],n.retain=n.current;for(e in this._tiles)if(n=this._tiles[e],n.current&&!n.active){var r=n.coords;this._retainParent(r.x,r.y,r.z,r.z-5)||this._retainChildren(r.x,r.y,r.z,r.z+2)}for(e in this._tiles)this._tiles[e].retain||this._removeTile(e)}},_removeTilesAtZoom:function(e){for(var n in this._tiles)this._tiles[n].coords.z===e&&this._removeTile(n)},_removeAllTiles:function(){for(var e in this._tiles)this._removeTile(e)},_invalidateAll:function(){for(var e in this._levels)ot(this._levels[e].el),this._onRemoveLevel(Number(e)),delete this._levels[e];this._removeAllTiles(),this._tileZoom=void 0},_retainParent:function(e,n,o,r){var d=Math.floor(e/2),v=Math.floor(n/2),P=o-1,D=new ue(+d,+v);D.z=+P;var R=this._tileCoordsToKey(D),ne=this._tiles[R];return ne&&ne.active?(ne.retain=!0,!0):(ne&&ne.loaded&&(ne.retain=!0),P>r?this._retainParent(d,v,P,r):!1)},_retainChildren:function(e,n,o,r){for(var d=2*e;d<2*e+2;d++)for(var v=2*n;v<2*n+2;v++){var P=new ue(d,v);P.z=o+1;var D=this._tileCoordsToKey(P),R=this._tiles[D];if(R&&R.active){R.retain=!0;continue}else R&&R.loaded&&(R.retain=!0);o+1<r&&this._retainChildren(d,v,o+1,r)}},_resetView:function(e){var n=e&&(e.pinch||e.flyTo);this._setView(this._map.getCenter(),this._map.getZoom(),n,n)},_animateZoom:function(e){this._setView(e.center,e.zoom,!0,e.noUpdate)},_clampZoom:function(e){var n=this.options;return n.minNativeZoom!==void 0&&e<n.minNativeZoom?n.minNativeZoom:n.maxNativeZoom!==void 0&&n.maxNativeZoom<e?n.maxNativeZoom:e},_setView:function(e,n,o,r){var d=Math.round(n);this.options.maxZoom!==void 0&&d>this.options.maxZoom||this.options.minZoom!==void 0&&d<this.options.minZoom?d=void 0:d=this._clampZoom(d);var v=this.options.updateWhenZooming&&d!==this._tileZoom;(!r||v)&&(this._tileZoom=d,this._abortLoading&&this._abortLoading(),this._updateLevels(),this._resetGrid(),d!==void 0&&this._update(e),o||this._pruneTiles(),this._noPrune=!!o),this._setZoomTransforms(e,n)},_setZoomTransforms:function(e,n){for(var o in this._levels)this._setZoomTransform(this._levels[o],e,n)},_setZoomTransform:function(e,n,o){var r=this._map.getZoomScale(o,e.zoom),d=e.origin.multiplyBy(r).subtract(this._map._getNewPixelOrigin(n,o)).round();Z.any3d?gi(e.el,d,r):Mt(e.el,d)},_resetGrid:function(){var e=this._map,n=e.options.crs,o=this._tileSize=this.getTileSize(),r=this._tileZoom,d=this._map.getPixelWorldBounds(this._tileZoom);d&&(this._globalTileRange=this._pxBoundsToTileRange(d)),this._wrapX=n.wrapLng&&!this.options.noWrap&&[Math.floor(e.project([0,n.wrapLng[0]],r).x/o.x),Math.ceil(e.project([0,n.wrapLng[1]],r).x/o.y)],this._wrapY=n.wrapLat&&!this.options.noWrap&&[Math.floor(e.project([n.wrapLat[0],0],r).y/o.x),Math.ceil(e.project([n.wrapLat[1],0],r).y/o.y)]},_onMoveEnd:function(){!this._map||this._map._animatingZoom||this._update()},_getTiledPixelBounds:function(e){var n=this._map,o=n._animatingZoom?Math.max(n._animateToZoom,n.getZoom()):n.getZoom(),r=n.getZoomScale(o,this._tileZoom),d=n.project(e,this._tileZoom).floor(),v=n.getSize().divideBy(r*2);return new Ue(d.subtract(v),d.add(v))},_update:function(e){var n=this._map;if(n){var o=this._clampZoom(n.getZoom());if(e===void 0&&(e=n.getCenter()),this._tileZoom!==void 0){var r=this._getTiledPixelBounds(e),d=this._pxBoundsToTileRange(r),v=d.getCenter(),P=[],D=this.options.keepBuffer,R=new Ue(d.getBottomLeft().subtract([D,-D]),d.getTopRight().add([D,-D]));if(!(isFinite(d.min.x)&&isFinite(d.min.y)&&isFinite(d.max.x)&&isFinite(d.max.y)))throw new Error("Attempted to load an infinite number of tiles");for(var ne in this._tiles){var _e=this._tiles[ne].coords;(_e.z!==this._tileZoom||!R.contains(new ue(_e.x,_e.y)))&&(this._tiles[ne].current=!1)}if(Math.abs(o-this._tileZoom)>1){this._setView(e,o);return}for(var Ne=d.min.y;Ne<=d.max.y;Ne++)for(var et=d.min.x;et<=d.max.x;et++){var un=new ue(et,Ne);if(un.z=this._tileZoom,!!this._isValidTile(un)){var Wt=this._tiles[this._tileCoordsToKey(un)];Wt?Wt.current=!0:P.push(un)}}if(P.sort(function(xn,Jo){return xn.distanceTo(v)-Jo.distanceTo(v)}),P.length!==0){this._loading||(this._loading=!0,this.fire("loading"));var Rn=document.createDocumentFragment();for(et=0;et<P.length;et++)this._addTile(P[et],Rn);this._level.el.appendChild(Rn)}}}},_isValidTile:function(e){var n=this._map.options.crs;if(!n.infinite){var o=this._globalTileRange;if(!n.wrapLng&&(e.x<o.min.x||e.x>o.max.x)||!n.wrapLat&&(e.y<o.min.y||e.y>o.max.y))return!1}if(!this.options.bounds)return!0;var r=this._tileCoordsToBounds(e);return st(this.options.bounds).overlaps(r)},_keyToBounds:function(e){return this._tileCoordsToBounds(this._keyToTileCoords(e))},_tileCoordsToNwSe:function(e){var n=this._map,o=this.getTileSize(),r=e.scaleBy(o),d=r.add(o),v=n.unproject(r,e.z),P=n.unproject(d,e.z);return[v,P]},_tileCoordsToBounds:function(e){var n=this._tileCoordsToNwSe(e),o=new wt(n[0],n[1]);return this.options.noWrap||(o=this._map.wrapLatLngBounds(o)),o},_tileCoordsToKey:function(e){return e.x+":"+e.y+":"+e.z},_keyToTileCoords:function(e){var n=e.split(":"),o=new ue(+n[0],+n[1]);return o.z=+n[2],o},_removeTile:function(e){var n=this._tiles[e];n&&(ot(n.el),delete this._tiles[e],this.fire("tileunload",{tile:n.el,coords:this._keyToTileCoords(e)}))},_initTile:function(e){He(e,"leaflet-tile");var n=this.getTileSize();e.style.width=n.x+"px",e.style.height=n.y+"px",e.onselectstart=M,e.onmousemove=M,Z.ielt9&&this.options.opacity<1&&mn(e,this.options.opacity)},_addTile:function(e,n){var o=this._getTilePos(e),r=this._tileCoordsToKey(e),d=this.createTile(this._wrapCoords(e),h(this._tileReady,this,e));this._initTile(d),this.createTile.length<2&&B(h(this._tileReady,this,e,null,d)),Mt(d,o),this._tiles[r]={el:d,coords:e,current:!0},n.appendChild(d),this.fire("tileloadstart",{tile:d,coords:e})},_tileReady:function(e,n,o){n&&this.fire("tileerror",{error:n,tile:o,coords:e});var r=this._tileCoordsToKey(e);o=this._tiles[r],o&&(o.loaded=+new Date,this._map._fadeAnimated?(mn(o.el,0),O(this._fadeFrame),this._fadeFrame=B(this._updateOpacity,this)):(o.active=!0,this._pruneTiles()),n||(He(o.el,"leaflet-tile-loaded"),this.fire("tileload",{tile:o.el,coords:e})),this._noTilesToLoad()&&(this._loading=!1,this.fire("load"),Z.ielt9||!this._map._fadeAnimated?B(this._pruneTiles,this):setTimeout(h(this._pruneTiles,this),250)))},_getTilePos:function(e){return e.scaleBy(this.getTileSize()).subtract(this._level.origin)},_wrapCoords:function(e){var n=new ue(this._wrapX?T(e.x,this._wrapX):e.x,this._wrapY?T(e.y,this._wrapY):e.y);return n.z=e.z,n},_pxBoundsToTileRange:function(e){var n=this.getTileSize();return new Ue(e.min.unscaleBy(n).floor(),e.max.unscaleBy(n).ceil().subtract([1,1]))},_noTilesToLoad:function(){for(var e in this._tiles)if(!this._tiles[e].loaded)return!1;return!0}});function br(e){return new bo(e)}var Yn=bo.extend({options:{minZoom:0,maxZoom:18,subdomains:"abc",errorTileUrl:"",zoomOffset:0,tms:!1,zoomReverse:!1,detectRetina:!1,crossOrigin:!1,referrerPolicy:!1},initialize:function(e,n){this._url=e,n=F(this,n),n.detectRetina&&Z.retina&&n.maxZoom>0?(n.tileSize=Math.floor(n.tileSize/2),n.zoomReverse?(n.zoomOffset--,n.minZoom=Math.min(n.maxZoom,n.minZoom+1)):(n.zoomOffset++,n.maxZoom=Math.max(n.minZoom,n.maxZoom-1)),n.minZoom=Math.max(0,n.minZoom)):n.zoomReverse?n.minZoom=Math.min(n.maxZoom,n.minZoom):n.maxZoom=Math.max(n.minZoom,n.maxZoom),typeof n.subdomains=="string"&&(n.subdomains=n.subdomains.split("")),this.on("tileunload",this._onTileRemove)},setUrl:function(e,n){return this._url===e&&n===void 0&&(n=!0),this._url=e,n||this.redraw(),this},createTile:function(e,n){var o=document.createElement("img");return ze(o,"load",h(this._tileOnLoad,this,n,o)),ze(o,"error",h(this._tileOnError,this,n,o)),(this.options.crossOrigin||this.options.crossOrigin==="")&&(o.crossOrigin=this.options.crossOrigin===!0?"":this.options.crossOrigin),typeof this.options.referrerPolicy=="string"&&(o.referrerPolicy=this.options.referrerPolicy),o.alt="",o.src=this.getTileUrl(e),o},getTileUrl:function(e){var n={r:Z.retina?"@2x":"",s:this._getSubdomain(e),x:e.x,y:e.y,z:this._getZoomForUrl()};if(this._map&&!this._map.options.crs.infinite){var o=this._globalTileRange.max.y-e.y;this.options.tms&&(n.y=o),n["-y"]=o}return fe(this._url,u(n,this.options))},_tileOnLoad:function(e,n){Z.ielt9?setTimeout(h(e,this,null,n),0):e(null,n)},_tileOnError:function(e,n,o){var r=this.options.errorTileUrl;r&&n.getAttribute("src")!==r&&(n.src=r),e(o,n)},_onTileRemove:function(e){e.tile.onload=null},_getZoomForUrl:function(){var e=this._tileZoom,n=this.options.maxZoom,o=this.options.zoomReverse,r=this.options.zoomOffset;return o&&(e=n-e),e+r},_getSubdomain:function(e){var n=Math.abs(e.x+e.y)%this.options.subdomains.length;return this.options.subdomains[n]},_abortLoading:function(){var e,n;for(e in this._tiles)if(this._tiles[e].coords.z!==this._tileZoom&&(n=this._tiles[e].el,n.onload=M,n.onerror=M,!n.complete)){n.src=Fe;var o=this._tiles[e].coords;ot(n),delete this._tiles[e],this.fire("tileabort",{tile:n,coords:o})}},_removeTile:function(e){var n=this._tiles[e];if(n)return n.el.setAttribute("src",Fe),bo.prototype._removeTile.call(this,e)},_tileReady:function(e,n,o){if(!(!this._map||o&&o.getAttribute("src")===Fe))return bo.prototype._tileReady.call(this,e,n,o)}});function wa(e,n){return new Yn(e,n)}var mt=Yn.extend({defaultWmsParams:{service:"WMS",request:"GetMap",layers:"",styles:"",format:"image/jpeg",transparent:!1,version:"1.1.1"},options:{crs:null,uppercase:!1},initialize:function(e,n){this._url=e;var o=u({},this.defaultWmsParams);for(var r in n)r in this.options||(o[r]=n[r]);n=F(this,n);var d=n.detectRetina&&Z.retina?2:1,v=this.getTileSize();o.width=v.x*d,o.height=v.y*d,this.wmsParams=o},onAdd:function(e){this._crs=this.options.crs||e.options.crs,this._wmsVersion=parseFloat(this.wmsParams.version);var n=this._wmsVersion>=1.3?"crs":"srs";this.wmsParams[n]=this._crs.code,Yn.prototype.onAdd.call(this,e)},getTileUrl:function(e){var n=this._tileCoordsToNwSe(e),o=this._crs,r=Ve(o.project(n[0]),o.project(n[1])),d=r.min,v=r.max,P=(this._wmsVersion>=1.3&&this._crs===ba?[d.y,d.x,v.y,v.x]:[d.x,d.y,v.x,v.y]).join(","),D=Yn.prototype.getTileUrl.call(this,e);return D+te(this.wmsParams,D,this.options.uppercase)+(this.options.uppercase?"&BBOX=":"&bbox=")+P},setParams:function(e,n){return u(this.wmsParams,e),n||this.redraw(),this}});function yo(e,n){return new mt(e,n)}Yn.WMS=mt,wa.wms=yo;var On=_n.extend({options:{padding:.1},initialize:function(e){F(this,e),y(this),this._layers=this._layers||{}},onAdd:function(){this._container||(this._initContainer(),He(this._container,"leaflet-zoom-animated")),this.getPane().appendChild(this._container),this._update(),this.on("update",this._updatePaths,this)},onRemove:function(){this.off("update",this._updatePaths,this),this._destroyContainer()},getEvents:function(){var e={viewreset:this._reset,zoom:this._onZoom,moveend:this._update,zoomend:this._onZoomEnd};return this._zoomAnimated&&(e.zoomanim=this._onAnimZoom),e},_onAnimZoom:function(e){this._updateTransform(e.center,e.zoom)},_onZoom:function(){this._updateTransform(this._map.getCenter(),this._map.getZoom())},_updateTransform:function(e,n){var o=this._map.getZoomScale(n,this._zoom),r=this._map.getSize().multiplyBy(.5+this.options.padding),d=this._map.project(this._center,n),v=r.multiplyBy(-o).add(d).subtract(this._map._getNewPixelOrigin(e,n));Z.any3d?gi(this._container,v,o):Mt(this._container,v)},_reset:function(){this._update(),this._updateTransform(this._center,this._zoom);for(var e in this._layers)this._layers[e]._reset()},_onZoomEnd:function(){for(var e in this._layers)this._layers[e]._project()},_updatePaths:function(){for(var e in this._layers)this._layers[e]._update()},_update:function(){var e=this.options.padding,n=this._map.getSize(),o=this._map.containerPointToLayerPoint(n.multiplyBy(-e)).round();this._bounds=new Ue(o,o.add(n.multiplyBy(1+e*2)).round()),this._center=this._map.getCenter(),this._zoom=this._map.getZoom()}}),Yo=On.extend({options:{tolerance:0},getEvents:function(){var e=On.prototype.getEvents.call(this);return e.viewprereset=this._onViewPreReset,e},_onViewPreReset:function(){this._postponeUpdatePaths=!0},onAdd:function(){On.prototype.onAdd.call(this),this._draw()},_initContainer:function(){var e=this._container=document.createElement("canvas");ze(e,"mousemove",this._onMouseMove,this),ze(e,"click dblclick mousedown mouseup contextmenu",this._onClick,this),ze(e,"mouseout",this._handleMouseOut,this),e._leaflet_disable_events=!0,this._ctx=e.getContext("2d")},_destroyContainer:function(){O(this._redrawRequest),delete this._ctx,ot(this._container),Je(this._container),delete this._container},_updatePaths:function(){if(!this._postponeUpdatePaths){var e;this._redrawBounds=null;for(var n in this._layers)e=this._layers[n],e._update();this._redraw()}},_update:function(){if(!(this._map._animatingZoom&&this._bounds)){On.prototype._update.call(this);var e=this._bounds,n=this._container,o=e.getSize(),r=Z.retina?2:1;Mt(n,e.min),n.width=r*o.x,n.height=r*o.y,n.style.width=o.x+"px",n.style.height=o.y+"px",Z.retina&&this._ctx.scale(2,2),this._ctx.translate(-e.min.x,-e.min.y),this.fire("update")}},_reset:function(){On.prototype._reset.call(this),this._postponeUpdatePaths&&(this._postponeUpdatePaths=!1,this._updatePaths())},_initPath:function(e){this._updateDashArray(e),this._layers[y(e)]=e;var n=e._order={layer:e,prev:this._drawLast,next:null};this._drawLast&&(this._drawLast.next=n),this._drawLast=n,this._drawFirst=this._drawFirst||this._drawLast},_addPath:function(e){this._requestRedraw(e)},_removePath:function(e){var n=e._order,o=n.next,r=n.prev;o?o.prev=r:this._drawLast=r,r?r.next=o:this._drawFirst=o,delete e._order,delete this._layers[y(e)],this._requestRedraw(e)},_updatePath:function(e){this._extendRedrawBounds(e),e._project(),e._update(),this._requestRedraw(e)},_updateStyle:function(e){this._updateDashArray(e),this._requestRedraw(e)},_updateDashArray:function(e){if(typeof e.options.dashArray=="string"){var n=e.options.dashArray.split(/[, ]+/),o=[],r,d;for(d=0;d<n.length;d++){if(r=Number(n[d]),isNaN(r))return;o.push(r)}e.options._dashArray=o}else e.options._dashArray=e.options.dashArray},_requestRedraw:function(e){this._map&&(this._extendRedrawBounds(e),this._redrawRequest=this._redrawRequest||B(this._redraw,this))},_extendRedrawBounds:function(e){if(e._pxBounds){var n=(e.options.weight||0)+1;this._redrawBounds=this._redrawBounds||new Ue,this._redrawBounds.extend(e._pxBounds.min.subtract([n,n])),this._redrawBounds.extend(e._pxBounds.max.add([n,n]))}},_redraw:function(){this._redrawRequest=null,this._redrawBounds&&(this._redrawBounds.min._floor(),this._redrawBounds.max._ceil()),this._clear(),this._draw(),this._redrawBounds=null},_clear:function(){var e=this._redrawBounds;if(e){var n=e.getSize();this._ctx.clearRect(e.min.x,e.min.y,n.x,n.y)}else this._ctx.save(),this._ctx.setTransform(1,0,0,1,0,0),this._ctx.clearRect(0,0,this._container.width,this._container.height),this._ctx.restore()},_draw:function(){var e,n=this._redrawBounds;if(this._ctx.save(),n){var o=n.getSize();this._ctx.beginPath(),this._ctx.rect(n.min.x,n.min.y,o.x,o.y),this._ctx.clip()}this._drawing=!0;for(var r=this._drawFirst;r;r=r.next)e=r.layer,(!n||e._pxBounds&&e._pxBounds.intersects(n))&&e._updatePath();this._drawing=!1,this._ctx.restore()},_updatePoly:function(e,n){if(this._drawing){var o,r,d,v,P=e._parts,D=P.length,R=this._ctx;if(D){for(R.beginPath(),o=0;o<D;o++){for(r=0,d=P[o].length;r<d;r++)v=P[o][r],R[r?"lineTo":"moveTo"](v.x,v.y);n&&R.closePath()}this._fillStroke(R,e)}}},_updateCircle:function(e){if(!(!this._drawing||e._empty())){var n=e._point,o=this._ctx,r=Math.max(Math.round(e._radius),1),d=(Math.max(Math.round(e._radiusY),1)||r)/r;d!==1&&(o.save(),o.scale(1,d)),o.beginPath(),o.arc(n.x,n.y/d,r,0,Math.PI*2,!1),d!==1&&o.restore(),this._fillStroke(o,e)}},_fillStroke:function(e,n){var o=n.options;o.fill&&(e.globalAlpha=o.fillOpacity,e.fillStyle=o.fillColor||o.color,e.fill(o.fillRule||"evenodd")),o.stroke&&o.weight!==0&&(e.setLineDash&&e.setLineDash(n.options&&n.options._dashArray||[]),e.globalAlpha=o.opacity,e.lineWidth=o.weight,e.strokeStyle=o.color,e.lineCap=o.lineCap,e.lineJoin=o.lineJoin,e.stroke())},_onClick:function(e){for(var n=this._map.mouseEventToLayerPoint(e),o,r,d=this._drawFirst;d;d=d.next)o=d.layer,o.options.interactive&&o._containsPoint(n)&&(!(e.type==="click"||e.type==="preclick")||!this._map._draggableMoved(o))&&(r=o);this._fireEvent(r?[r]:!1,e)},_onMouseMove:function(e){if(!(!this._map||this._map.dragging.moving()||this._map._animatingZoom)){var n=this._map.mouseEventToLayerPoint(e);this._handleMouseHover(e,n)}},_handleMouseOut:function(e){var n=this._hoveredLayer;n&&(Lt(this._container,"leaflet-interactive"),this._fireEvent([n],e,"mouseout"),this._hoveredLayer=null,this._mouseHoverThrottled=!1)},_handleMouseHover:function(e,n){if(!this._mouseHoverThrottled){for(var o,r,d=this._drawFirst;d;d=d.next)o=d.layer,o.options.interactive&&o._containsPoint(n)&&(r=o);r!==this._hoveredLayer&&(this._handleMouseOut(e),r&&(He(this._container,"leaflet-interactive"),this._fireEvent([r],e,"mouseover"),this._hoveredLayer=r)),this._fireEvent(this._hoveredLayer?[this._hoveredLayer]:!1,e),this._mouseHoverThrottled=!0,setTimeout(h(function(){this._mouseHoverThrottled=!1},this),32)}},_fireEvent:function(e,n,o){this._map._fireDOMEvent(n,o||n.type,e)},_bringToFront:function(e){var n=e._order;if(n){var o=n.next,r=n.prev;if(o)o.prev=r;else return;r?r.next=o:o&&(this._drawFirst=o),n.prev=this._drawLast,this._drawLast.next=n,n.next=null,this._drawLast=n,this._requestRedraw(e)}},_bringToBack:function(e){var n=e._order;if(n){var o=n.next,r=n.prev;if(r)r.next=o;else return;o?o.prev=r:r&&(this._drawLast=r),n.prev=null,n.next=this._drawFirst,this._drawFirst.prev=n,this._drawFirst=n,this._requestRedraw(e)}}});function ka(e){return Z.canvas?new Yo(e):null}var xo=(function(){try{return document.namespaces.add("lvml","urn:schemas-microsoft-com:vml"),function(e){return document.createElement("<lvml:"+e+' class="lvml">')}}catch{}return function(e){return document.createElement("<"+e+' xmlns="urn:schemas-microsoft.com:vml" class="lvml">')}})(),g={_initContainer:function(){this._container=it("div","leaflet-vml-container")},_update:function(){this._map._animatingZoom||(On.prototype._update.call(this),this.fire("update"))},_initPath:function(e){var n=e._container=xo("shape");He(n,"leaflet-vml-shape "+(this.options.className||"")),n.coordsize="1 1",e._path=xo("path"),n.appendChild(e._path),this._updateStyle(e),this._layers[y(e)]=e},_addPath:function(e){var n=e._container;this._container.appendChild(n),e.options.interactive&&e.addInteractiveTarget(n)},_removePath:function(e){var n=e._container;ot(n),e.removeInteractiveTarget(n),delete this._layers[y(e)]},_updateStyle:function(e){var n=e._stroke,o=e._fill,r=e.options,d=e._container;d.stroked=!!r.stroke,d.filled=!!r.fill,r.stroke?(n||(n=e._stroke=xo("stroke")),d.appendChild(n),n.weight=r.weight+"px",n.color=r.color,n.opacity=r.opacity,r.dashArray?n.dashStyle=Se(r.dashArray)?r.dashArray.join(" "):r.dashArray.replace(/( *, *)/g," "):n.dashStyle="",n.endcap=r.lineCap.replace("butt","flat"),n.joinstyle=r.lineJoin):n&&(d.removeChild(n),e._stroke=null),r.fill?(o||(o=e._fill=xo("fill")),d.appendChild(o),o.color=r.fillColor||r.color,o.opacity=r.fillOpacity):o&&(d.removeChild(o),e._fill=null)},_updateCircle:function(e){var n=e._point.round(),o=Math.round(e._radius),r=Math.round(e._radiusY||o);this._setPath(e,e._empty()?"M0 0":"AL "+n.x+","+n.y+" "+o+","+r+" 0,"+65535*360)},_setPath:function(e,n){e._path.v=n},_bringToFront:function(e){Cn(e._container)},_bringToBack:function(e){qt(e._container)}},c=Z.vml?xo:W,q=On.extend({_initContainer:function(){this._container=c("svg"),this._container.setAttribute("pointer-events","none"),this._rootGroup=c("g"),this._container.appendChild(this._rootGroup)},_destroyContainer:function(){ot(this._container),Je(this._container),delete this._container,delete this._rootGroup,delete this._svgSize},_update:function(){if(!(this._map._animatingZoom&&this._bounds)){On.prototype._update.call(this);var e=this._bounds,n=e.getSize(),o=this._container;(!this._svgSize||!this._svgSize.equals(n))&&(this._svgSize=n,o.setAttribute("width",n.x),o.setAttribute("height",n.y)),Mt(o,e.min),o.setAttribute("viewBox",[e.min.x,e.min.y,n.x,n.y].join(" ")),this.fire("update")}},_initPath:function(e){var n=e._path=c("path");e.options.className&&He(n,e.options.className),e.options.interactive&&He(n,"leaflet-interactive"),this._updateStyle(e),this._layers[y(e)]=e},_addPath:function(e){this._rootGroup||this._initContainer(),this._rootGroup.appendChild(e._path),e.addInteractiveTarget(e._path)},_removePath:function(e){ot(e._path),e.removeInteractiveTarget(e._path),delete this._layers[y(e)]},_updatePath:function(e){e._project(),e._update()},_updateStyle:function(e){var n=e._path,o=e.options;n&&(o.stroke?(n.setAttribute("stroke",o.color),n.setAttribute("stroke-opacity",o.opacity),n.setAttribute("stroke-width",o.weight),n.setAttribute("stroke-linecap",o.lineCap),n.setAttribute("stroke-linejoin",o.lineJoin),o.dashArray?n.setAttribute("stroke-dasharray",o.dashArray):n.removeAttribute("stroke-dasharray"),o.dashOffset?n.setAttribute("stroke-dashoffset",o.dashOffset):n.removeAttribute("stroke-dashoffset")):n.setAttribute("stroke","none"),o.fill?(n.setAttribute("fill",o.fillColor||o.color),n.setAttribute("fill-opacity",o.fillOpacity),n.setAttribute("fill-rule",o.fillRule||"evenodd")):n.setAttribute("fill","none"))},_updatePoly:function(e,n){this._setPath(e,V(e._parts,n))},_updateCircle:function(e){var n=e._point,o=Math.max(Math.round(e._radius),1),r=Math.max(Math.round(e._radiusY),1)||o,d="a"+o+","+r+" 0 1,0 ",v=e._empty()?"M0 0":"M"+(n.x-o)+","+n.y+d+o*2+",0 "+d+-o*2+",0 ";this._setPath(e,v)},_setPath:function(e,n){e._path.setAttribute("d",n)},_bringToFront:function(e){Cn(e._path)},_bringToBack:function(e){qt(e._path)}});Z.vml&&q.include(g);function k(e){return Z.svg||Z.vml?new q(e):null}qe.include({getRenderer:function(e){var n=e.options.renderer||this._getPaneRenderer(e.options.pane)||this.options.renderer||this._renderer;return n||(n=this._renderer=this._createRenderer()),this.hasLayer(n)||this.addLayer(n),n},_getPaneRenderer:function(e){if(e==="overlayPane"||e===void 0)return!1;var n=this._paneRenderers[e];return n===void 0&&(n=this._createRenderer({pane:e}),this._paneRenderers[e]=n),n},_createRenderer:function(e){return this.options.preferCanvas&&ka(e)||k(e)}});var Be=Dn.extend({initialize:function(e,n){Dn.prototype.initialize.call(this,this._boundsToLatLngs(e),n)},setBounds:function(e){return this.setLatLngs(this._boundsToLatLngs(e))},_boundsToLatLngs:function(e){return e=st(e),[e.getSouthWest(),e.getNorthWest(),e.getNorthEast(),e.getSouthEast()]}});function id(e,n){return new Be(e,n)}q.create=c,q.pointsToPath=V,yn.geometryToLayer=ni,yn.coordsToLatLng=ii,yn.coordsToLatLngs=ki,yn.latLngToCoords=Ls,yn.latLngsToCoords=Go,yn.getFeature=Qe,yn.asFeature=En,qe.mergeOptions({boxZoom:!0});var bl=An.extend({initialize:function(e){this._map=e,this._container=e._container,this._pane=e._panes.overlayPane,this._resetStateTimeout=0,e.on("unload",this._destroy,this)},addHooks:function(){ze(this._container,"mousedown",this._onMouseDown,this)},removeHooks:function(){Je(this._container,"mousedown",this._onMouseDown,this)},moved:function(){return this._moved},_destroy:function(){ot(this._pane),delete this._pane},_resetState:function(){this._resetStateTimeout=0,this._moved=!1},_clearDeferredResetState:function(){this._resetStateTimeout!==0&&(clearTimeout(this._resetStateTimeout),this._resetStateTimeout=0)},_onMouseDown:function(e){if(!e.shiftKey||e.which!==1&&e.button!==1)return!1;this._clearDeferredResetState(),this._resetState(),In(),Di(),this._startPoint=this._map.mouseEventToContainerPoint(e),ze(document,{contextmenu:bi,mousemove:this._onMouseMove,mouseup:this._onMouseUp,keydown:this._onKeyDown},this)},_onMouseMove:function(e){this._moved||(this._moved=!0,this._box=it("div","leaflet-zoom-box",this._container),He(this._container,"leaflet-crosshair"),this._map.fire("boxzoomstart")),this._point=this._map.mouseEventToContainerPoint(e);var n=new Ue(this._point,this._startPoint),o=n.getSize();Mt(this._box,n.min),this._box.style.width=o.x+"px",this._box.style.height=o.y+"px"},_finish:function(){this._moved&&(ot(this._box),Lt(this._container,"leaflet-crosshair")),vi(),Fi(),Je(document,{contextmenu:bi,mousemove:this._onMouseMove,mouseup:this._onMouseUp,keydown:this._onKeyDown},this)},_onMouseUp:function(e){if(!(e.which!==1&&e.button!==1)&&(this._finish(),!!this._moved)){this._clearDeferredResetState(),this._resetStateTimeout=setTimeout(h(this._resetState,this),0);var n=new wt(this._map.containerPointToLatLng(this._startPoint),this._map.containerPointToLatLng(this._point));this._map.fitBounds(n).fire("boxzoomend",{boxZoomBounds:n})}},_onKeyDown:function(e){e.keyCode===27&&(this._finish(),this._clearDeferredResetState(),this._resetState())}});qe.addInitHook("addHandler","boxZoom",bl),qe.mergeOptions({doubleClickZoom:!0});var yl=An.extend({addHooks:function(){this._map.on("dblclick",this._onDoubleClick,this)},removeHooks:function(){this._map.off("dblclick",this._onDoubleClick,this)},_onDoubleClick:function(e){var n=this._map,o=n.getZoom(),r=n.options.zoomDelta,d=e.originalEvent.shiftKey?o-r:o+r;n.options.doubleClickZoom==="center"?n.setZoom(d):n.setZoomAround(e.containerPoint,d)}});qe.addInitHook("addHandler","doubleClickZoom",yl),qe.mergeOptions({dragging:!0,inertia:!0,inertiaDeceleration:3400,inertiaMaxSpeed:1/0,easeLinearity:.2,worldCopyJump:!1,maxBoundsViscosity:0});var xl=An.extend({addHooks:function(){if(!this._draggable){var e=this._map;this._draggable=new vn(e._mapPane,e._container),this._draggable.on({dragstart:this._onDragStart,drag:this._onDrag,dragend:this._onDragEnd},this),this._draggable.on("predrag",this._onPreDragLimit,this),e.options.worldCopyJump&&(this._draggable.on("predrag",this._onPreDragWrap,this),e.on("zoomend",this._onZoomEnd,this),e.whenReady(this._onZoomEnd,this))}He(this._map._container,"leaflet-grab leaflet-touch-drag"),this._draggable.enable(),this._positions=[],this._times=[]},removeHooks:function(){Lt(this._map._container,"leaflet-grab"),Lt(this._map._container,"leaflet-touch-drag"),this._draggable.disable()},moved:function(){return this._draggable&&this._draggable._moved},moving:function(){return this._draggable&&this._draggable._moving},_onDragStart:function(){var e=this._map;if(e._stop(),this._map.options.maxBounds&&this._map.options.maxBoundsViscosity){var n=st(this._map.options.maxBounds);this._offsetLimit=Ve(this._map.latLngToContainerPoint(n.getNorthWest()).multiplyBy(-1),this._map.latLngToContainerPoint(n.getSouthEast()).multiplyBy(-1).add(this._map.getSize())),this._viscosity=Math.min(1,Math.max(0,this._map.options.maxBoundsViscosity))}else this._offsetLimit=null;e.fire("movestart").fire("dragstart"),e.options.inertia&&(this._positions=[],this._times=[])},_onDrag:function(e){if(this._map.options.inertia){var n=this._lastTime=+new Date,o=this._lastPos=this._draggable._absPos||this._draggable._newPos;this._positions.push(o),this._times.push(n),this._prunePositions(n)}this._map.fire("move",e).fire("drag",e)},_prunePositions:function(e){for(;this._positions.length>1&&e-this._times[0]>50;)this._positions.shift(),this._times.shift()},_onZoomEnd:function(){var e=this._map.getSize().divideBy(2),n=this._map.latLngToLayerPoint([0,0]);this._initialWorldOffset=n.subtract(e).x,this._worldWidth=this._map.getPixelWorldBounds().getSize().x},_viscousLimit:function(e,n){return e-(e-n)*this._viscosity},_onPreDragLimit:function(){if(!(!this._viscosity||!this._offsetLimit)){var e=this._draggable._newPos.subtract(this._draggable._startPos),n=this._offsetLimit;e.x<n.min.x&&(e.x=this._viscousLimit(e.x,n.min.x)),e.y<n.min.y&&(e.y=this._viscousLimit(e.y,n.min.y)),e.x>n.max.x&&(e.x=this._viscousLimit(e.x,n.max.x)),e.y>n.max.y&&(e.y=this._viscousLimit(e.y,n.max.y)),this._draggable._newPos=this._draggable._startPos.add(e)}},_onPreDragWrap:function(){var e=this._worldWidth,n=Math.round(e/2),o=this._initialWorldOffset,r=this._draggable._newPos.x,d=(r-n+o)%e+n-o,v=(r+n+o)%e-n-o,P=Math.abs(d+o)<Math.abs(v+o)?d:v;this._draggable._absPos=this._draggable._newPos.clone(),this._draggable._newPos.x=P},_onDragEnd:function(e){var n=this._map,o=n.options,r=!o.inertia||e.noInertia||this._times.length<2;if(n.fire("dragend",e),r)n.fire("moveend");else{this._prunePositions(+new Date);var d=this._lastPos.subtract(this._positions[0]),v=(this._lastTime-this._times[0])/1e3,P=o.easeLinearity,D=d.multiplyBy(P/v),R=D.distanceTo([0,0]),ne=Math.min(o.inertiaMaxSpeed,R),_e=D.multiplyBy(ne/R),Ne=ne/(o.inertiaDeceleration*P),et=_e.multiplyBy(-Ne/2).round();!et.x&&!et.y?n.fire("moveend"):(et=n._limitOffset(et,n.options.maxBounds),B(function(){n.panBy(et,{duration:Ne,easeLinearity:P,noMoveStart:!0,animate:!0})}))}}});qe.addInitHook("addHandler","dragging",xl),qe.mergeOptions({keyboard:!0,keyboardPanDelta:80});var wl=An.extend({keyCodes:{left:[37],right:[39],down:[40],up:[38],zoomIn:[187,107,61,171],zoomOut:[189,109,54,173]},initialize:function(e){this._map=e,this._setPanDelta(e.options.keyboardPanDelta),this._setZoomDelta(e.options.zoomDelta)},addHooks:function(){var e=this._map._container;e.tabIndex<=0&&(e.tabIndex="0"),ze(e,{focus:this._onFocus,blur:this._onBlur,mousedown:this._onMouseDown},this),this._map.on({focus:this._addHooks,blur:this._removeHooks},this)},removeHooks:function(){this._removeHooks(),Je(this._map._container,{focus:this._onFocus,blur:this._onBlur,mousedown:this._onMouseDown},this),this._map.off({focus:this._addHooks,blur:this._removeHooks},this)},_onMouseDown:function(){if(!this._focused){var e=document.body,n=document.documentElement,o=e.scrollTop||n.scrollTop,r=e.scrollLeft||n.scrollLeft;this._map._container.focus(),window.scrollTo(r,o)}},_onFocus:function(){this._focused=!0,this._map.fire("focus")},_onBlur:function(){this._focused=!1,this._map.fire("blur")},_setPanDelta:function(e){var n=this._panKeys={},o=this.keyCodes,r,d;for(r=0,d=o.left.length;r<d;r++)n[o.left[r]]=[-1*e,0];for(r=0,d=o.right.length;r<d;r++)n[o.right[r]]=[e,0];for(r=0,d=o.down.length;r<d;r++)n[o.down[r]]=[0,e];for(r=0,d=o.up.length;r<d;r++)n[o.up[r]]=[0,-1*e]},_setZoomDelta:function(e){var n=this._zoomKeys={},o=this.keyCodes,r,d;for(r=0,d=o.zoomIn.length;r<d;r++)n[o.zoomIn[r]]=e;for(r=0,d=o.zoomOut.length;r<d;r++)n[o.zoomOut[r]]=-e},_addHooks:function(){ze(document,"keydown",this._onKeyDown,this)},_removeHooks:function(){Je(document,"keydown",this._onKeyDown,this)},_onKeyDown:function(e){if(!(e.altKey||e.ctrlKey||e.metaKey)){var n=e.keyCode,o=this._map,r;if(n in this._panKeys){if(!o._panAnim||!o._panAnim._inProgress)if(r=this._panKeys[n],e.shiftKey&&(r=pe(r).multiplyBy(3)),o.options.maxBounds&&(r=o._limitOffset(pe(r),o.options.maxBounds)),o.options.worldCopyJump){var d=o.wrapLatLng(o.unproject(o.project(o.getCenter()).add(r)));o.panTo(d)}else o.panBy(r)}else if(n in this._zoomKeys)o.setZoom(o.getZoom()+(e.shiftKey?3:1)*this._zoomKeys[n]);else if(n===27&&o._popup&&o._popup.options.closeOnEscapeKey)o.closePopup();else return;bi(e)}}});qe.addInitHook("addHandler","keyboard",wl),qe.mergeOptions({scrollWheelZoom:!0,wheelDebounceTime:40,wheelPxPerZoomLevel:60});var kl=An.extend({addHooks:function(){ze(this._map._container,"wheel",this._onWheelScroll,this),this._delta=0},removeHooks:function(){Je(this._map._container,"wheel",this._onWheelScroll,this)},_onWheelScroll:function(e){var n=fa(e),o=this._map.options.wheelDebounceTime;this._delta+=n,this._lastMousePos=this._map.mouseEventToContainerPoint(e),this._startTime||(this._startTime=+new Date);var r=Math.max(o-(+new Date-this._startTime),0);clearTimeout(this._timer),this._timer=setTimeout(h(this._performZoom,this),r),bi(e)},_performZoom:function(){var e=this._map,n=e.getZoom(),o=this._map.options.zoomSnap||0;e._stop();var r=this._delta/(this._map.options.wheelPxPerZoomLevel*4),d=4*Math.log(2/(1+Math.exp(-Math.abs(r))))/Math.LN2,v=o?Math.ceil(d/o)*o:d,P=e._limitZoom(n+(this._delta>0?v:-v))-n;this._delta=0,this._startTime=null,P&&(e.options.scrollWheelZoom==="center"?e.setZoom(n+P):e.setZoomAround(this._lastMousePos,n+P))}});qe.addInitHook("addHandler","scrollWheelZoom",kl);var od=600;qe.mergeOptions({tapHold:Z.touchNative&&Z.safari&&Z.mobile,tapTolerance:15});var Sl=An.extend({addHooks:function(){ze(this._map._container,"touchstart",this._onDown,this)},removeHooks:function(){Je(this._map._container,"touchstart",this._onDown,this)},_onDown:function(e){if(clearTimeout(this._holdTimeout),e.touches.length===1){var n=e.touches[0];this._startPos=this._newPos=new ue(n.clientX,n.clientY),this._holdTimeout=setTimeout(h(function(){this._cancel(),this._isTapValid()&&(ze(document,"touchend",Ft),ze(document,"touchend touchcancel",this._cancelClickPrevent),this._simulateEvent("contextmenu",n))},this),od),ze(document,"touchend touchcancel contextmenu",this._cancel,this),ze(document,"touchmove",this._onMove,this)}},_cancelClickPrevent:function e(){Je(document,"touchend",Ft),Je(document,"touchend touchcancel",e)},_cancel:function(){clearTimeout(this._holdTimeout),Je(document,"touchend touchcancel contextmenu",this._cancel,this),Je(document,"touchmove",this._onMove,this)},_onMove:function(e){var n=e.touches[0];this._newPos=new ue(n.clientX,n.clientY)},_isTapValid:function(){return this._newPos.distanceTo(this._startPos)<=this._map.options.tapTolerance},_simulateEvent:function(e,n){var o=new MouseEvent(e,{bubbles:!0,cancelable:!0,view:window,screenX:n.screenX,screenY:n.screenY,clientX:n.clientX,clientY:n.clientY});o._simulated=!0,n.target.dispatchEvent(o)}});qe.addInitHook("addHandler","tapHold",Sl),qe.mergeOptions({touchZoom:Z.touch,bounceAtZoomLimits:!0});var Tl=An.extend({addHooks:function(){He(this._map._container,"leaflet-touch-zoom"),ze(this._map._container,"touchstart",this._onTouchStart,this)},removeHooks:function(){Lt(this._map._container,"leaflet-touch-zoom"),Je(this._map._container,"touchstart",this._onTouchStart,this)},_onTouchStart:function(e){var n=this._map;if(!(!e.touches||e.touches.length!==2||n._animatingZoom||this._zooming)){var o=n.mouseEventToContainerPoint(e.touches[0]),r=n.mouseEventToContainerPoint(e.touches[1]);this._centerPoint=n.getSize()._divideBy(2),this._startLatLng=n.containerPointToLatLng(this._centerPoint),n.options.touchZoom!=="center"&&(this._pinchStartLatLng=n.containerPointToLatLng(o.add(r)._divideBy(2))),this._startDist=o.distanceTo(r),this._startZoom=n.getZoom(),this._moved=!1,this._zooming=!0,n._stop(),ze(document,"touchmove",this._onTouchMove,this),ze(document,"touchend touchcancel",this._onTouchEnd,this),Ft(e)}},_onTouchMove:function(e){if(!(!e.touches||e.touches.length!==2||!this._zooming)){var n=this._map,o=n.mouseEventToContainerPoint(e.touches[0]),r=n.mouseEventToContainerPoint(e.touches[1]),d=o.distanceTo(r)/this._startDist;if(this._zoom=n.getScaleZoom(d,this._startZoom),!n.options.bounceAtZoomLimits&&(this._zoom<n.getMinZoom()&&d<1||this._zoom>n.getMaxZoom()&&d>1)&&(this._zoom=n._limitZoom(this._zoom)),n.options.touchZoom==="center"){if(this._center=this._startLatLng,d===1)return}else{var v=o._add(r)._divideBy(2)._subtract(this._centerPoint);if(d===1&&v.x===0&&v.y===0)return;this._center=n.unproject(n.project(this._pinchStartLatLng,this._zoom).subtract(v),this._zoom)}this._moved||(n._moveStart(!0,!1),this._moved=!0),O(this._animRequest);var P=h(n._move,n,this._center,this._zoom,{pinch:!0,round:!1},void 0);this._animRequest=B(P,this,!0),Ft(e)}},_onTouchEnd:function(){if(!this._moved||!this._zooming){this._zooming=!1;return}this._zooming=!1,O(this._animRequest),Je(document,"touchmove",this._onTouchMove,this),Je(document,"touchend touchcancel",this._onTouchEnd,this),this._map.options.zoomAnimation?this._map._animateZoom(this._center,this._map._limitZoom(this._zoom),!0,this._map.options.zoomSnap):this._map._resetView(this._center,this._map._limitZoom(this._zoom))}});qe.addInitHook("addHandler","touchZoom",Tl),qe.BoxZoom=bl,qe.DoubleClickZoom=yl,qe.Drag=xl,qe.Keyboard=wl,qe.ScrollWheelZoom=kl,qe.TapHold=Sl,qe.TouchZoom=Tl,s.Bounds=Ue,s.Browser=Z,s.CRS=zt,s.Canvas=Yo,s.Circle=Wi,s.CircleMarker=wi,s.Class=$,s.Control=en,s.DivIcon=Ms,s.DivOverlay=Nt,s.DomEvent=Vi,s.DomUtil=Ln,s.Draggable=vn,s.Evented=ge,s.FeatureGroup=bn,s.GeoJSON=yn,s.GridLayer=bo,s.Handler=An,s.Icon=ji,s.ImageOverlay=ho,s.LatLng=Le,s.LatLngBounds=wt,s.Layer=_n,s.LayerGroup=qn,s.LineUtil=dr,s.Map=qe,s.Marker=Wo,s.Mixin=rr,s.Path=ti,s.Point=ue,s.PolyUtil=lr,s.Polygon=Dn,s.Polyline=tn,s.Popup=Fn,s.PosAnimation=so,s.Projection=fr,s.Rectangle=Be,s.Renderer=On,s.SVG=q,s.SVGOverlay=go,s.TileLayer=Yn,s.Tooltip=_o,s.Transformation=kt,s.Util=N,s.VideoOverlay=po,s.bind=h,s.bounds=Ve,s.canvas=ka,s.circle=Rt,s.circleMarker=fo,s.control=ln,s.divIcon=xa,s.extend=u,s.featureGroup=Ps,s.geoJSON=qo,s.geoJson=gr,s.gridLayer=br,s.icon=pr,s.imageOverlay=vr,s.latLng=De,s.latLngBounds=st,s.layerGroup=uo,s.map=Vo,s.marker=mr,s.point=pe,s.polygon=ya,s.polyline=Ko,s.popup=As,s.rectangle=id,s.setOptions=F,s.stamp=y,s.svg=k,s.svgOverlay=vo,s.tileLayer=wa,s.tooltip=_r,s.transformation=x,s.version=l,s.videoOverlay=mo;var sd=window.L;s.noConflict=function(){return window.L=sd,this},window.L=s}))})(Fs,Fs.exports)),Fs.exports}var dm=cm();const qi=lm(dm),Cu={__name:"DeviceMap",props:{position:{type:Object,default:null},trail:{type:Array,default:()=>[]},aircraft:{type:Array,default:()=>[]}},setup(t){const i=t,s=Y(null);let l,u,f,h;const _=new Map;function y(K,F){const te=getComputedStyle(document.documentElement).getPropertyValue("--accent").trim()||"#3D7BF0",X=F?"#8a94a6":te,fe=typeof K=="number"?K:0;return qi.divIcon({className:"plane-marker",iconSize:[22,22],iconAnchor:[11,11],html:`<svg viewBox="0 0 24 24" width="22" height="22" style="transform:rotate(${fe}deg)"><path fill="${X}" stroke="rgba(0,0,0,.35)" stroke-width="0.5" d="M12 2l1.4 6.9 7.6 4.3-.1 1.6-7.2-1.9-.4 4.8 2.1 1.5-.1 1.3L12 21l-3.3-.6-.1-1.3 2.1-1.5-.4-4.8-7.2 1.9-.1-1.6 7.6-4.3z"/></svg>`})}function C(K){const te=[`<strong>${K.callsign||K.icao24||"aircraft"}</strong>`];return K.country&&te.push(K.country),typeof K.altitude=="number"&&te.push(`${Math.round(K.altitude)} m`),typeof K.velocity=="number"&&te.push(`${Math.round(K.velocity*3.6)} km/h`),K.onGround&&te.push("on ground"),te.join(" · ")}function T(){if(!l)return;h||(h=qi.layerGroup().addTo(l));const K=new Set;for(const F of i.aircraft){if(typeof F.lat!="number"||typeof F.lng!="number")continue;K.add(F.icao24);const te=[F.lat,F.lng];let X=_.get(F.icao24);X?(X.setLatLng(te),X.setIcon(y(F.heading,F.onGround)),X.setTooltipContent(C(F))):(X=qi.marker(te,{icon:y(F.heading,F.onGround)}).bindTooltip(C(F)),X.addTo(h),_.set(F.icao24,X))}for(const[F,te]of _)K.has(F)||(h.removeLayer(te),_.delete(F))}function M(){if(!l)return;const K=i.position;if(K&&(K.lat||K.lng)){const F=[K.lat,K.lng];u?u.setLatLng(F):(u=qi.marker(F).addTo(l),l.setView(F,17))}if(f&&f.remove(),i.trail.length){const F=getComputedStyle(document.documentElement).getPropertyValue("--accent").trim()||"#3D7BF0";f=qi.polyline(i.trail,{color:F,weight:3}).addTo(l)}}fi(()=>{l=qi.map(s.value,{zoomControl:!0}).setView([20,0],2),qi.tileLayer("https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",{attribution:"© OpenStreetMap",maxZoom:19}).addTo(l),setTimeout(()=>l.invalidateSize(),60),M(),T(),(!i.position||!i.position.lat&&!i.position.lng)&&i.aircraft.length&&j()});let H=!1;function j(){if(H||!l||!i.aircraft.length)return;const K=i.aircraft.filter(F=>typeof F.lat=="number"&&typeof F.lng=="number").map(F=>[F.lat,F.lng]);K.length&&(l.fitBounds(qi.latLngBounds(K).pad(.2)),H=!0)}return us(()=>{l&&l.remove(),l=null}),Bt(()=>i.position,M,{deep:!0}),Bt(()=>i.trail,M,{deep:!0}),Bt(()=>i.aircraft,()=>{T(),(!i.position||!i.position.lat&&!i.position.lng)&&j()},{deep:!0}),(K,F)=>(p(),m("div",{ref_key:"el",ref:s,class:"h-[320px] w-full rounded-lg"},null,512))}},fm=["width","height","stroke-width"],hm=["d"],J={__name:"Icon",props:{name:{type:String,required:!0},size:{type:[Number,String],default:18},stroke:{type:[Number,String],default:2}},setup(t){const l=({grid:"M3 3h7v7H3zM14 3h7v7h-7zM14 14h7v7h-7zM3 14h7v7H3z",radio:"M4.9 19.1a10 10 0 0 1 0-14.2M7.8 16.2a6 6 0 0 1 0-8.4M16.2 7.8a6 6 0 0 1 0 8.4M19.1 4.9a10 10 0 0 1 0 14.2M12 13a1 1 0 1 0 0-2 1 1 0 0 0 0 2z",route:"M6 19a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM18 11a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM6 13V9a4 4 0 0 1 4-4h4",calendar:"M8 2v4M16 2v4M3 10h18M5 4h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2z",book:"M4 19.5A2.5 2.5 0 0 1 6.5 17H20M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z",fileText:"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8zM14 2v6h6M16 13H8M16 17H8M10 9H8",settings:"M12 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6z M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 1 1-2.83 2.83l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-4 0v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 1 1-2.83-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1 0-4h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 1 1 2.83-2.83l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 4 0v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 1 1 2.83 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 0 4h-.09a1.65 1.65 0 0 0-1.51 1z",search:"M11 19a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM21 21l-4.3-4.3",plus:"M12 5v14M5 12h14",battery:"M3 8h14a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H3a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1zM22 11v2",signal:"M2 20h.01M7 20v-4M12 20v-8M17 20V8M22 20V4",clock:"M12 21a9 9 0 1 0 0-18 9 9 0 0 0 0 18zM12 7v5l3 2",chevronRight:"M9 6l6 6-6 6",play:"M6 3l14 9-14 9V3z",logout:"M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4M16 17l5-5-5-5M21 12H9",wind:"M12.8 19.6A2 2 0 1 0 14 16H2M17.5 8a2.5 2.5 0 1 1 2 4H2M9.6 4.6A2 2 0 1 1 11 8H2",drone:"M12 8a4 4 0 1 0 0 8 4 4 0 0 0 0-8zM6 6 4 4M18 6l2-2M6 18l-2 2M18 18l2 2",user:"M20 21a8 8 0 1 0-16 0M12 11a4 4 0 1 0 0-8 4 4 0 0 0 0 8z",users:"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2M9 11a4 4 0 1 0 0-8 4 4 0 0 0 0 8zM23 21v-2a4 4 0 0 0-3-3.87M16 3.13a4 4 0 0 1 0 7.75",shield:"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z",sliders:"M4 21v-7M4 10V3M12 21v-9M12 8V3M20 21v-5M20 12V3M1 14h6M9 8h6M17 16h6",alertTriangle:"M10.29 3.86 1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0zM12 9v4M12 17h.01",download:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4M7 10l5 5 5-5M12 15V3",upload:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4M17 8l-5-5-5 5M12 3v12",trash:"M3 6h18M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2M19 6l-1 14a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2L5 6M10 11v6M14 11v6",check:"M20 6 9 17l-5-5",mail:"M4 4h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2zM22 6l-10 7L2 6",lock:"M5 11h14a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2zM7 11V7a5 5 0 0 1 10 0v4",monitor:"M3 4h18a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1zM8 21h8M12 17v4",globe:"M12 21a9 9 0 1 0 0-18 9 9 0 0 0 0 18zM3 12h18M12 3a15 15 0 0 1 0 18 15 15 0 0 1 0-18z",smartphone:"M7 2h10a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1zM11 18h2",image:"M4 4h16a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1zM8.5 11a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zM21 15l-5-5L5 21",eye:"M2 12s3-7 10-7 10 7 10 7-3 7-10 7-10-7-10-7z M12 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6z",type:"M4 7V4h16v3M9 20h6M12 4v16",sun:"M12 17a5 5 0 1 0 0-10 5 5 0 0 0 0 10zM12 1v2M12 21v2M4.2 4.2l1.4 1.4M18.4 18.4l1.4 1.4M1 12h2M21 12h2M4.2 19.8l1.4-1.4M18.4 5.6l1.4-1.4",moon:"M21 12.8A9 9 0 1 1 11.2 3a7 7 0 0 0 9.8 9.8z",x:"M18 6 6 18M6 6l12 12",server:"M20 4H4a2 2 0 0 0-2 2v3a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zM20 13H4a2 2 0 0 0-2 2v3a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-3a2 2 0 0 0-2-2zM6 7.5h.01M6 16.5h.01",cloud:"M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9z"}[t.name]||"").split(" M").map((u,f)=>f?"M"+u:u);return(u,f)=>(p(),m("svg",{width:t.size,height:t.size,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":t.stroke,"stroke-linecap":"round","stroke-linejoin":"round",style:{flex:"none"},"aria-hidden":"true"},[(p(!0),m(le,null,Ie(Ee(l),(h,_)=>(p(),m("path",{key:_,d:h},null,8,hm))),128))],8,fm))}},pm=["aria-checked","disabled"],nn={__name:"Toggle",props:{modelValue:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(t,{emit:i}){const s=i;return(l,u)=>(p(),m("button",{type:"button",role:"switch","aria-checked":t.modelValue,disabled:t.disabled,class:Ce(["relative inline-flex h-6 w-11 shrink-0 items-center rounded-full transition disabled:opacity-40",t.modelValue?"bg-accent":"bg-surface-2 border border-line-strong"]),onClick:u[0]||(u[0]=f=>s("update:modelValue",!t.modelValue))},[a("span",{class:Ce(["inline-block h-4 w-4 transform rounded-full bg-white shadow-sm transition",t.modelValue?"translate-x-6":"translate-x-1"])},null,2)],10,pm))}},mm={class:"inline-flex rounded-[10px] border border-line bg-surface-2 p-0.5"},gm=["onClick"],wn={__name:"Segmented",props:{modelValue:{type:[String,Number],default:""},options:{type:Array,default:()=>[]}},emits:["update:modelValue"],setup(t,{emit:i}){const s=i;return(l,u)=>(p(),m("div",mm,[(p(!0),m(le,null,Ie(t.options,f=>(p(),m("button",{key:f.value,type:"button",class:Ce(["inline-flex items-center gap-1.5 rounded-lg px-3 py-1.5 text-[13px] font-semibold transition",t.modelValue===f.value?"bg-surface-1 text-ink shadow-xs":"text-ink-secondary hover:text-ink"]),onClick:h=>s("update:modelValue",f.value)},[f.icon?(p(),nt(J,{key:0,name:f.icon,size:15},null,8,["name"])):I("",!0),z(" "+w(f.label),1)],10,gm))),128))]))}},vm={class:"text-sm font-semibold text-ink"},_m={key:0,class:"mt-0.5 text-xs text-ink-muted"},xe={__name:"Row",props:{title:{type:String,default:""},desc:{type:String,default:""},keywords:{type:String,default:""},block:{type:Boolean,default:!1}},setup(t){const i=t,s=Vs("settingsSearch",{value:""}),l=ce(()=>{const u=(s.value||"").trim().toLowerCase();return u?`${i.title} ${i.desc} ${i.keywords}`.toLowerCase().includes(u):!0});return(u,f)=>l.value?(p(),m("div",{key:0,class:Ce(["border-b border-line py-4 last:border-0",t.block?"":"flex items-center justify-between gap-6"])},[a("div",{class:Ce(t.block?"mb-3":"min-w-0")},[a("div",vm,w(t.title),1),t.desc?(p(),m("div",_m,w(t.desc),1)):I("",!0)],2),a("div",{class:Ce(t.block?"":"shrink-0")},[Tf(u.$slots,"default")],2)],2)):I("",!0)}},ia=[{code:"AL",name:"Albania",continent:"EU",bbox:"39.6,19.3,42.7,21.1"},{code:"AD",name:"Andorra",continent:"EU",bbox:"42.4,1.4,42.7,1.8"},{code:"AT",name:"Austria",continent:"EU",bbox:"46.4,9.5,49.0,17.2"},{code:"BY",name:"Belarus",continent:"EU",bbox:"51.2,23.2,56.2,32.8"},{code:"BE",name:"Belgium",continent:"EU",bbox:"49.5,2.5,51.5,6.4"},{code:"BA",name:"Bosnia and Herzegovina",continent:"EU",bbox:"42.6,15.7,45.3,19.6"},{code:"BG",name:"Bulgaria",continent:"EU",bbox:"41.2,22.4,44.2,28.6"},{code:"HR",name:"Croatia",continent:"EU",bbox:"42.4,13.5,46.6,19.4"},{code:"CY",name:"Cyprus",continent:"EU",bbox:"34.6,32.3,35.7,34.6"},{code:"CZ",name:"Czechia",continent:"EU",bbox:"48.6,12.1,51.1,18.9"},{code:"DK",name:"Denmark",continent:"EU",bbox:"54.6,8.1,57.8,12.7"},{code:"EE",name:"Estonia",continent:"EU",bbox:"57.5,21.8,59.7,28.2"},{code:"FI",name:"Finland",continent:"EU",bbox:"59.8,20.6,70.1,31.6"},{code:"FR",name:"France",continent:"EU",bbox:"41.3,-5.2,51.1,9.6"},{code:"DE",name:"Germany",continent:"EU",bbox:"47.2,5.8,55.1,15.1"},{code:"GR",name:"Greece",continent:"EU",bbox:"34.8,19.4,41.8,28.3"},{code:"HU",name:"Hungary",continent:"EU",bbox:"45.7,16.1,48.6,22.9"},{code:"IS",name:"Iceland",continent:"EU",bbox:"63.3,-24.6,66.6,-13.5"},{code:"IE",name:"Ireland",continent:"EU",bbox:"51.4,-10.6,55.4,-6.0"},{code:"IT",name:"Italy",continent:"EU",bbox:"36.6,6.6,47.1,18.6"},{code:"XK",name:"Kosovo",continent:"EU",bbox:"41.8,20.0,43.3,21.8"},{code:"LV",name:"Latvia",continent:"EU",bbox:"55.7,20.9,58.1,28.2"},{code:"LI",name:"Liechtenstein",continent:"EU",bbox:"47.0,9.4,47.3,9.6"},{code:"LT",name:"Lithuania",continent:"EU",bbox:"53.9,20.9,56.5,26.9"},{code:"LU",name:"Luxembourg",continent:"EU",bbox:"49.4,5.7,50.2,6.5"},{code:"MT",name:"Malta",continent:"EU",bbox:"35.8,14.1,36.1,14.6"},{code:"MD",name:"Moldova",continent:"EU",bbox:"45.4,26.6,48.5,30.2"},{code:"MC",name:"Monaco",continent:"EU",bbox:"43.72,7.40,43.75,7.44"},{code:"ME",name:"Montenegro",continent:"EU",bbox:"41.8,18.4,43.6,20.4"},{code:"NL",name:"Netherlands",continent:"EU",bbox:"50.7,3.3,53.7,7.2"},{code:"MK",name:"North Macedonia",continent:"EU",bbox:"40.8,20.4,42.4,23.0"},{code:"NO",name:"Norway",continent:"EU",bbox:"57.9,4.6,71.2,31.1"},{code:"PL",name:"Poland",continent:"EU",bbox:"49.0,14.1,54.9,24.2"},{code:"PT",name:"Portugal",continent:"EU",bbox:"36.9,-9.5,42.2,-6.2"},{code:"RO",name:"Romania",continent:"EU",bbox:"43.6,20.2,48.3,29.7"},{code:"SM",name:"San Marino",continent:"EU",bbox:"43.89,12.40,43.99,12.52"},{code:"RS",name:"Serbia",continent:"EU",bbox:"42.2,18.8,46.2,23.0"},{code:"SK",name:"Slovakia",continent:"EU",bbox:"47.7,16.8,49.6,22.6"},{code:"SI",name:"Slovenia",continent:"EU",bbox:"45.4,13.4,46.9,16.6"},{code:"ES",name:"Spain",continent:"EU",bbox:"35.9,-9.4,43.8,3.4"},{code:"SE",name:"Sweden",continent:"EU",bbox:"55.3,11.1,69.1,24.2"},{code:"CH",name:"Switzerland",continent:"EU",bbox:"45.8,5.9,47.8,10.5"},{code:"UA",name:"Ukraine",continent:"EU",bbox:"44.4,22.1,52.4,40.2"},{code:"GB",name:"United Kingdom",continent:"EU",bbox:"49.9,-8.7,60.9,1.8"},{code:"VA",name:"Vatican City",continent:"EU",bbox:"41.900,12.445,41.908,12.458"},{code:"RU",name:"Russia",continent:"EU",bbox:"41.2,19.6,81.9,180"},{code:"TR",name:"Turkey",continent:"EU",bbox:"35.8,25.7,42.3,44.8"},{code:"AF",name:"Afghanistan",continent:"AS",bbox:"29.4,60.5,38.5,74.9"},{code:"AM",name:"Armenia",continent:"AS",bbox:"38.8,43.4,41.3,46.6"},{code:"AZ",name:"Azerbaijan",continent:"AS",bbox:"38.4,44.8,41.9,50.4"},{code:"BH",name:"Bahrain",continent:"AS",bbox:"25.8,50.4,26.3,50.7"},{code:"BD",name:"Bangladesh",continent:"AS",bbox:"20.7,88.0,26.6,92.7"},{code:"BT",name:"Bhutan",continent:"AS",bbox:"26.7,88.7,28.3,92.1"},{code:"BN",name:"Brunei",continent:"AS",bbox:"4.0,114.0,5.1,115.4"},{code:"KH",name:"Cambodia",continent:"AS",bbox:"10.4,102.3,14.7,107.6"},{code:"CN",name:"China",continent:"AS",bbox:"18.2,73.5,53.6,134.8"},{code:"GE",name:"Georgia",continent:"AS",bbox:"41.0,40.0,43.6,46.7"},{code:"IN",name:"India",continent:"AS",bbox:"6.7,68.1,35.5,97.4"},{code:"ID",name:"Indonesia",continent:"AS",bbox:"-11.0,95.0,6.1,141.0"},{code:"IR",name:"Iran",continent:"AS",bbox:"25.0,44.0,39.8,63.3"},{code:"IQ",name:"Iraq",continent:"AS",bbox:"29.1,38.8,37.4,48.6"},{code:"IL",name:"Israel",continent:"AS",bbox:"29.5,34.2,33.3,35.9"},{code:"JP",name:"Japan",continent:"AS",bbox:"24.0,122.9,45.5,145.8"},{code:"JO",name:"Jordan",continent:"AS",bbox:"29.2,34.9,33.4,39.3"},{code:"KZ",name:"Kazakhstan",continent:"AS",bbox:"40.6,46.5,55.4,87.3"},{code:"KW",name:"Kuwait",continent:"AS",bbox:"28.5,46.5,30.1,48.4"},{code:"KG",name:"Kyrgyzstan",continent:"AS",bbox:"39.2,69.3,43.3,80.3"},{code:"LA",name:"Laos",continent:"AS",bbox:"13.9,100.1,22.5,107.7"},{code:"LB",name:"Lebanon",continent:"AS",bbox:"33.0,35.1,34.7,36.6"},{code:"MY",name:"Malaysia",continent:"AS",bbox:"0.9,99.6,7.4,119.3"},{code:"MV",name:"Maldives",continent:"AS",bbox:"-0.7,72.7,7.1,73.7"},{code:"MN",name:"Mongolia",continent:"AS",bbox:"41.6,87.7,52.1,119.9"},{code:"MM",name:"Myanmar",continent:"AS",bbox:"9.8,92.2,28.5,101.2"},{code:"NP",name:"Nepal",continent:"AS",bbox:"26.3,80.1,30.4,88.2"},{code:"KP",name:"North Korea",continent:"AS",bbox:"37.7,124.2,43.0,130.7"},{code:"OM",name:"Oman",continent:"AS",bbox:"16.6,52.0,26.4,59.8"},{code:"PK",name:"Pakistan",continent:"AS",bbox:"23.7,60.9,37.1,77.8"},{code:"PH",name:"Philippines",continent:"AS",bbox:"4.6,116.9,21.1,126.6"},{code:"QA",name:"Qatar",continent:"AS",bbox:"24.5,50.7,26.2,51.6"},{code:"SA",name:"Saudi Arabia",continent:"AS",bbox:"16.4,34.6,32.2,55.7"},{code:"SG",name:"Singapore",continent:"AS",bbox:"1.2,103.6,1.5,104.1"},{code:"KR",name:"South Korea",continent:"AS",bbox:"33.1,125.9,38.6,129.6"},{code:"LK",name:"Sri Lanka",continent:"AS",bbox:"5.9,79.7,9.8,81.9"},{code:"SY",name:"Syria",continent:"AS",bbox:"32.3,35.7,37.3,42.4"},{code:"TW",name:"Taiwan",continent:"AS",bbox:"21.9,120.0,25.3,122.0"},{code:"TJ",name:"Tajikistan",continent:"AS",bbox:"36.7,67.4,41.0,75.2"},{code:"TH",name:"Thailand",continent:"AS",bbox:"5.6,97.3,20.5,105.6"},{code:"TL",name:"Timor-Leste",continent:"AS",bbox:"-9.5,124.0,-8.1,127.3"},{code:"TM",name:"Turkmenistan",continent:"AS",bbox:"35.1,52.4,42.8,66.7"},{code:"AE",name:"United Arab Emirates",continent:"AS",bbox:"22.6,51.5,26.1,56.4"},{code:"UZ",name:"Uzbekistan",continent:"AS",bbox:"37.2,55.9,45.6,73.1"},{code:"VN",name:"Vietnam",continent:"AS",bbox:"8.2,102.1,23.4,109.5"},{code:"YE",name:"Yemen",continent:"AS",bbox:"12.1,42.5,19.0,54.5"},{code:"DZ",name:"Algeria",continent:"AF",bbox:"18.9,-8.7,37.1,12.0"},{code:"AO",name:"Angola",continent:"AF",bbox:"-18.0,11.6,-4.4,24.1"},{code:"BJ",name:"Benin",continent:"AF",bbox:"6.2,0.8,12.4,3.9"},{code:"BW",name:"Botswana",continent:"AF",bbox:"-26.9,20.0,-17.8,29.4"},{code:"BF",name:"Burkina Faso",continent:"AF",bbox:"9.4,-5.5,15.1,2.4"},{code:"BI",name:"Burundi",continent:"AF",bbox:"-4.5,29.0,-2.3,30.8"},{code:"CV",name:"Cabo Verde",continent:"AF",bbox:"14.8,-25.4,17.2,-22.7"},{code:"CM",name:"Cameroon",continent:"AF",bbox:"1.7,8.5,13.1,16.2"},{code:"CF",name:"Central African Republic",continent:"AF",bbox:"2.2,14.4,11.0,27.5"},{code:"TD",name:"Chad",continent:"AF",bbox:"7.4,13.5,23.4,24.0"},{code:"KM",name:"Comoros",continent:"AF",bbox:"-12.4,43.2,-11.4,44.5"},{code:"CG",name:"Congo",continent:"AF",bbox:"-5.0,11.1,3.7,18.6"},{code:"CD",name:"DR Congo",continent:"AF",bbox:"-13.5,12.2,5.4,31.3"},{code:"DJ",name:"Djibouti",continent:"AF",bbox:"10.9,41.7,12.7,43.4"},{code:"EG",name:"Egypt",continent:"AF",bbox:"22.0,25.0,31.7,36.9"},{code:"GQ",name:"Equatorial Guinea",continent:"AF",bbox:"0.9,9.3,3.8,11.4"},{code:"ER",name:"Eritrea",continent:"AF",bbox:"12.4,36.4,18.0,43.1"},{code:"SZ",name:"Eswatini",continent:"AF",bbox:"-27.3,30.8,-25.7,32.1"},{code:"ET",name:"Ethiopia",continent:"AF",bbox:"3.4,33.0,14.9,48.0"},{code:"GA",name:"Gabon",continent:"AF",bbox:"-4.0,8.7,2.3,14.5"},{code:"GM",name:"Gambia",continent:"AF",bbox:"13.1,-16.8,13.8,-13.8"},{code:"GH",name:"Ghana",continent:"AF",bbox:"4.7,-3.3,11.2,1.2"},{code:"GN",name:"Guinea",continent:"AF",bbox:"7.2,-15.1,12.7,-7.6"},{code:"GW",name:"Guinea-Bissau",continent:"AF",bbox:"10.9,-16.7,12.7,-13.6"},{code:"CI",name:"Ivory Coast",continent:"AF",bbox:"4.4,-8.6,10.7,-2.5"},{code:"KE",name:"Kenya",continent:"AF",bbox:"-4.7,33.9,5.5,41.9"},{code:"LS",name:"Lesotho",continent:"AF",bbox:"-30.7,27.0,-28.6,29.5"},{code:"LR",name:"Liberia",continent:"AF",bbox:"4.3,-11.5,8.6,-7.4"},{code:"LY",name:"Libya",continent:"AF",bbox:"19.5,9.3,33.2,25.2"},{code:"MG",name:"Madagascar",continent:"AF",bbox:"-25.6,43.2,-11.9,50.5"},{code:"MW",name:"Malawi",continent:"AF",bbox:"-17.1,32.7,-9.4,35.9"},{code:"ML",name:"Mali",continent:"AF",bbox:"10.1,-12.3,25.0,4.3"},{code:"MR",name:"Mauritania",continent:"AF",bbox:"14.7,-17.1,27.3,-4.8"},{code:"MU",name:"Mauritius",continent:"AF",bbox:"-20.5,57.3,-19.9,57.8"},{code:"MA",name:"Morocco",continent:"AF",bbox:"27.7,-13.2,35.9,-1.0"},{code:"MZ",name:"Mozambique",continent:"AF",bbox:"-26.9,30.2,-10.5,40.8"},{code:"NA",name:"Namibia",continent:"AF",bbox:"-28.9,11.7,-16.9,25.3"},{code:"NE",name:"Niger",continent:"AF",bbox:"11.7,0.2,23.5,16.0"},{code:"NG",name:"Nigeria",continent:"AF",bbox:"4.3,2.7,13.9,14.7"},{code:"RW",name:"Rwanda",continent:"AF",bbox:"-2.8,28.9,-1.1,30.9"},{code:"SN",name:"Senegal",continent:"AF",bbox:"12.3,-17.5,16.7,-11.4"},{code:"SL",name:"Sierra Leone",continent:"AF",bbox:"6.9,-13.3,10.0,-10.3"},{code:"SO",name:"Somalia",continent:"AF",bbox:"-1.7,40.9,12.0,51.4"},{code:"ZA",name:"South Africa",continent:"AF",bbox:"-34.8,16.5,-22.1,32.9"},{code:"SS",name:"South Sudan",continent:"AF",bbox:"3.5,24.1,12.2,35.9"},{code:"SD",name:"Sudan",continent:"AF",bbox:"8.7,21.8,22.2,38.6"},{code:"TZ",name:"Tanzania",continent:"AF",bbox:"-11.7,29.3,-1.0,40.4"},{code:"TG",name:"Togo",continent:"AF",bbox:"6.1,-0.1,11.1,1.8"},{code:"TN",name:"Tunisia",continent:"AF",bbox:"30.2,7.5,37.5,11.6"},{code:"UG",name:"Uganda",continent:"AF",bbox:"-1.5,29.6,4.2,35.0"},{code:"ZM",name:"Zambia",continent:"AF",bbox:"-18.1,21.9,-8.2,33.7"},{code:"ZW",name:"Zimbabwe",continent:"AF",bbox:"-22.4,25.2,-15.6,33.1"},{code:"CA",name:"Canada",continent:"NA",bbox:"41.7,-141.0,83.1,-52.6"},{code:"US",name:"United States",continent:"NA",bbox:"24.4,-125.0,49.4,-66.9"},{code:"MX",name:"Mexico",continent:"NA",bbox:"14.5,-118.4,32.7,-86.7"},{code:"GT",name:"Guatemala",continent:"NA",bbox:"13.7,-92.2,17.8,-88.2"},{code:"BZ",name:"Belize",continent:"NA",bbox:"15.9,-89.2,18.5,-87.8"},{code:"SV",name:"El Salvador",continent:"NA",bbox:"13.1,-90.1,14.4,-87.7"},{code:"HN",name:"Honduras",continent:"NA",bbox:"12.9,-89.4,16.5,-83.1"},{code:"NI",name:"Nicaragua",continent:"NA",bbox:"10.7,-87.7,15.0,-83.1"},{code:"CR",name:"Costa Rica",continent:"NA",bbox:"8.0,-85.9,11.2,-82.5"},{code:"PA",name:"Panama",continent:"NA",bbox:"7.2,-83.1,9.6,-77.2"},{code:"CU",name:"Cuba",continent:"NA",bbox:"19.8,-85.0,23.3,-74.1"},{code:"DO",name:"Dominican Republic",continent:"NA",bbox:"17.5,-72.0,19.9,-68.3"},{code:"HT",name:"Haiti",continent:"NA",bbox:"18.0,-74.5,20.1,-71.6"},{code:"JM",name:"Jamaica",continent:"NA",bbox:"17.7,-78.4,18.5,-76.2"},{code:"BS",name:"Bahamas",continent:"NA",bbox:"20.9,-79.0,27.3,-72.7"},{code:"TT",name:"Trinidad and Tobago",continent:"NA",bbox:"10.0,-61.9,11.4,-60.5"},{code:"AR",name:"Argentina",continent:"SA",bbox:"-55.1,-73.6,-21.8,-53.6"},{code:"BO",name:"Bolivia",continent:"SA",bbox:"-22.9,-69.6,-9.7,-57.5"},{code:"BR",name:"Brazil",continent:"SA",bbox:"-33.8,-74.0,5.3,-34.8"},{code:"CL",name:"Chile",continent:"SA",bbox:"-55.9,-75.6,-17.5,-66.4"},{code:"CO",name:"Colombia",continent:"SA",bbox:"-4.2,-79.0,12.5,-66.9"},{code:"EC",name:"Ecuador",continent:"SA",bbox:"-5.0,-81.1,1.4,-75.2"},{code:"GY",name:"Guyana",continent:"SA",bbox:"1.2,-61.4,8.6,-56.5"},{code:"PY",name:"Paraguay",continent:"SA",bbox:"-27.6,-62.6,-19.3,-54.3"},{code:"PE",name:"Peru",continent:"SA",bbox:"-18.4,-81.3,0.0,-68.7"},{code:"SR",name:"Suriname",continent:"SA",bbox:"1.8,-58.1,6.0,-54.0"},{code:"UY",name:"Uruguay",continent:"SA",bbox:"-35.0,-58.4,-30.1,-53.1"},{code:"VE",name:"Venezuela",continent:"SA",bbox:"0.6,-73.4,12.2,-59.8"},{code:"AU",name:"Australia",continent:"OC",bbox:"-43.6,113.3,-10.7,153.6"},{code:"NZ",name:"New Zealand",continent:"OC",bbox:"-47.3,166.4,-34.4,178.6"},{code:"PG",name:"Papua New Guinea",continent:"OC",bbox:"-11.7,140.8,-1.3,155.9"},{code:"FJ",name:"Fiji",continent:"OC",bbox:"-19.2,177.0,-16.0,180.0"}],bm=new Map(ia.map(t=>[t.code,t]));function ym(t){const i=String(t||"").split(",").map(s=>Number(s.trim()));return i.length!==4||i.some(s=>Number.isNaN(s))?null:i}function xm(t){const i=bm.get(t);return i?i.bbox:""}function $r(t,i){if(typeof t!="number"||typeof i!="number"||Number.isNaN(t)||Number.isNaN(i))return null;let s=null,l=1/0;for(const u of ia){const f=ym(u.bbox);if(!f)continue;const[h,_,y,C]=f;if(t<h||t>y||i<_||i>C)continue;const T=Math.abs(y-h)*Math.abs(C-_);T<l&&(l=T,s=u)}return s}function wm(){return ia.filter(t=>t.continent==="EU").slice().sort((t,i)=>t.name.localeCompare(i.name)).map(t=>({value:t.bbox,label:t.name}))}function km(){return ia.slice().sort((t,i)=>t.name.localeCompare(i.name)).map(t=>[t.code,t.name])}const Sm=[["EU","European countries"],["AS","Asian countries"],["AF","African countries"],["NA","North American countries"],["SA","South American countries"],["OC","Oceanian countries"]];function Tm(){return Sm.map(([t,i])=>({label:i,options:ia.filter(s=>s.continent===t).slice().sort((s,l)=>s.name.localeCompare(l.name)).map(s=>({value:s.bbox,label:s.name}))}))}const Pm=(t,i)=>{const s=t.__vccOpts||t;for(const[l,u]of i)s[l]=u;return s},Cm={class:"mx-auto max-w-[1280px] p-7"},Lm={class:"mb-5 flex flex-wrap items-end justify-between gap-4"},Am={class:"flex h-10 w-full max-w-[280px] items-center gap-2 rounded border border-line-strong bg-surface-1 px-3"},Mm={class:"grid grid-cols-[210px_1fr] gap-6 max-[760px]:grid-cols-1"},Em={class:"flex flex-col gap-0.5 max-[760px]:flex-row max-[760px]:overflow-x-auto"},Om=["onClick"],zm={class:"whitespace-nowrap"},$m={class:"min-w-0"},Im={key:0,class:"panel p-10 text-center text-sm text-ink-muted"},Nm={key:0,class:"eyebrow mb-2 mt-5 first:mt-0 flex items-center gap-2"},Dm={key:1,class:"panel mb-5 p-5"},Fm={class:"flex items-center gap-1"},Rm={class:"flex items-center gap-2"},Bm={class:"font-mono text-sm text-ink"},Um={class:"inline-flex items-center gap-1 rounded-full bg-amber-soft px-2 py-0.5 text-[11px] font-semibold text-amber-fg"},Vm={key:0,class:"mt-2 text-xs text-ink-muted"},Zm={class:"grid max-w-[420px] gap-2"},Hm={class:"flex items-center gap-3"},jm={key:2,class:"panel mb-5 p-5"},Wm=["value"],Km=["value"],Gm=["value"],qm={class:"font-mono text-sm text-ink"},Ym={key:3},Jm={key:0,class:"mb-5 flex items-center gap-1 overflow-x-auto border-b border-line"},Xm=["onClick"],Qm={class:"panel mb-5 p-5"},eg={class:"mb-4 flex items-start gap-3 border-b border-line pb-4"},tg={class:"grid h-10 w-10 place-items-center rounded-lg bg-accent-soft text-accent-soft-fg"},ng={key:0,class:"mb-4 rounded-lg border border-line bg-surface-2 px-4 py-3 text-xs text-ink-secondary"},ig={key:1,class:"mb-4 flex flex-col gap-2 border-b border-line pb-4 sm:flex-row sm:items-center sm:justify-between"},og={key:4,class:"border-b border-line py-3 text-xs text-amber-fg"},sg={key:0},ag={key:5,class:"border-b border-line py-3 text-xs text-ink-muted"},rg={class:"font-semibold text-ink-secondary"},lg={key:6,class:"border-b border-line py-3 text-xs text-ink-muted"},ug={key:7,class:"my-4 rounded-lg border border-line bg-surface-2 p-4","data-keywords":"credits usage quota remaining daily allowance rate limit"},cg={class:"flex items-center justify-between gap-3"},dg={class:"flex items-center gap-2 text-sm font-semibold text-ink"},fg={key:0,class:"text-[11px] text-ink-muted"},hg={class:"mt-2 flex items-baseline gap-1.5"},pg={class:"font-mono text-2xl font-semibold text-ink"},mg={class:"text-sm text-ink-muted"},gg={class:"mt-2 h-2 w-full overflow-hidden rounded-full bg-line"},vg={class:"mt-2 text-xs text-ink-muted"},_g={class:"mt-2 text-sm text-ink"},bg={class:"font-semibold"},yg={class:"mt-1 text-xs text-ink-muted"},xg={key:1,class:"mt-2 text-xs text-ink-muted"},wg={key:0,class:"inline-flex items-center gap-2 text-sm text-ink"},kg={key:0,class:"inline-flex items-center gap-1 rounded-full bg-surface-2 px-2 py-0.5 text-[10px] font-semibold text-ink-secondary"},Sg={key:0,class:"inline-flex items-center gap-2 font-mono text-sm text-ink"},Tg={key:0,class:"inline-flex items-center gap-1 rounded-full bg-surface-2 px-2 py-0.5 text-[10px] font-semibold text-ink-secondary"},Pg={key:1,class:"flex flex-col items-end gap-2"},Cg={key:0,value:"__auto__"},Lg=["label"],Ag=["value"],Mg={key:0,class:"w-64 text-right text-[11px] leading-snug text-ink-muted"},Eg={key:0,class:"inline-flex items-center gap-2 font-mono text-sm text-ink"},Og={key:0,class:"inline-flex items-center gap-1 rounded-full bg-surface-2 px-2 py-0.5 text-[10px] font-semibold text-ink-secondary"},zg={key:0,class:"inline-flex items-center gap-2 font-mono text-sm text-ink"},$g={key:0,class:"inline-flex items-center gap-1 rounded-full bg-surface-2 px-2 py-0.5 text-[10px] font-semibold text-ink-secondary"},Ig={key:8,class:"border-b border-line py-3 text-xs text-amber-fg"},Ng={class:"mt-4 flex flex-wrap items-center gap-3"},Dg=["disabled"],Fg={key:1,class:"flex items-center gap-2",title:"Bounding box used for Test connection — smaller areas cost fewer OpenSky credits"},Rg=["label"],Bg=["value"],Ug=["disabled"],Vg={key:3,class:"text-xs text-danger-fg"},Zg={class:"panel mb-5 p-5"},Hg={class:"mb-4 flex items-start gap-3 border-b border-line pb-4"},jg={class:"grid h-10 w-10 place-items-center rounded-lg bg-accent-soft text-accent-soft-fg"},Wg={key:0,class:"mb-4 rounded-lg border border-line bg-surface-2 px-4 py-3 text-xs text-ink-secondary"},Kg={key:1,class:"mb-4 flex flex-col gap-2 border-b border-line pb-4 sm:flex-row sm:items-center sm:justify-between"},Gg={key:4,class:"border-b border-line py-3 text-xs text-amber-fg"},qg={key:0},Yg={key:5,class:"border-b border-line py-3 text-xs text-ink-muted"},Jg={class:"font-semibold text-ink-secondary"},Xg={key:6,class:"border-b border-line py-3 text-xs text-ink-muted"},Qg={key:0,class:"inline-flex items-center gap-2 font-mono text-sm text-ink"},ev={key:0,class:"inline-flex items-center gap-1 rounded-full bg-surface-2 px-2 py-0.5 text-[10px] font-semibold text-ink-secondary"},tv={key:0,class:"inline-flex items-center gap-2 text-sm text-ink"},nv={key:0,class:"inline-flex items-center gap-1 rounded-full bg-surface-2 px-2 py-0.5 text-[10px] font-semibold text-ink-secondary"},iv={key:0,class:"inline-flex items-center gap-2 font-mono text-sm text-ink"},ov={key:0,class:"inline-flex items-center gap-1 rounded-full bg-surface-2 px-2 py-0.5 text-[10px] font-semibold text-ink-secondary"},sv={key:0,class:"inline-flex items-center gap-2 font-mono text-sm text-ink"},av={key:0,class:"inline-flex items-center gap-1 rounded-full bg-surface-2 px-2 py-0.5 text-[10px] font-semibold text-ink-secondary"},rv={key:0,class:"inline-flex items-center gap-2 font-mono text-sm text-ink"},lv={key:0,class:"inline-flex items-center gap-1 rounded-full bg-surface-2 px-2 py-0.5 text-[10px] font-semibold text-ink-secondary"},uv={key:0,class:"inline-flex items-center gap-2 font-mono text-sm text-ink"},cv={key:0,class:"inline-flex items-center gap-1 rounded-full bg-surface-2 px-2 py-0.5 text-[10px] font-semibold text-ink-secondary"},dv={key:7,class:"my-4 rounded-lg border border-line bg-surface-2 p-4","data-keywords":"usage quota rate limit calls per minute remaining left api"},fv={class:"flex items-center justify-between gap-3"},hv={class:"flex items-center gap-2 text-sm font-semibold text-ink"},pv={key:0,class:"text-[11px] text-ink-muted"},mv={class:"mt-2 flex items-baseline gap-1.5"},gv={class:"font-mono text-2xl font-semibold text-ink"},vv={class:"text-sm text-ink-muted"},_v={key:0,class:"mt-2 h-2 w-full overflow-hidden rounded-full bg-line"},bv={class:"mt-2 text-xs text-ink-muted"},yv={key:1,class:"mt-2 text-xs text-ink-muted"},xv={class:"mt-4 flex flex-wrap items-center gap-3"},wv=["disabled"],kv=["disabled"],Sv={key:2,class:"text-xs text-danger-fg"},Tv={key:3,class:"text-[11px] text-ink-muted"},Pv={class:"panel mb-5 p-5"},Cv={class:"mb-4 flex items-start gap-3 border-b border-line pb-4"},Lv={class:"grid h-10 w-10 place-items-center rounded-lg bg-accent-soft text-accent-soft-fg"},Av={key:0,class:"mb-4 rounded-lg border border-line bg-surface-2 px-4 py-3 text-xs text-ink-secondary"},Mv={key:1,class:"mb-4 flex flex-col gap-2 border-b border-line pb-4 sm:flex-row sm:items-center sm:justify-between"},Ev={key:4,class:"border-b border-line py-3 text-xs text-amber-fg"},Ov={key:0},zv={key:5,class:"border-b border-line py-3 text-xs text-ink-muted"},$v={class:"font-semibold text-ink-secondary"},Iv={key:6,class:"border-b border-line py-3 text-xs text-ink-muted"},Nv={key:0,class:"inline-flex items-center gap-2 text-sm text-ink"},Dv={key:0,class:"inline-flex items-center gap-1 rounded-full bg-surface-2 px-2 py-0.5 text-[10px] font-semibold text-ink-secondary"},Fv={key:0,class:"inline-flex items-center gap-2 font-mono text-sm text-ink"},Rv={key:0,class:"inline-flex items-center gap-1 rounded-full bg-surface-2 px-2 py-0.5 text-[10px] font-semibold text-ink-secondary"},Bv={key:0,class:"inline-flex items-center gap-2 font-mono text-sm text-ink"},Uv={key:0,class:"inline-flex items-center gap-1 rounded-full bg-surface-2 px-2 py-0.5 text-[10px] font-semibold text-ink-secondary"},Vv={key:0,class:"inline-flex items-center gap-2 font-mono text-sm text-ink"},Zv={key:0,class:"inline-flex items-center gap-1 rounded-full bg-surface-2 px-2 py-0.5 text-[10px] font-semibold text-ink-secondary"},Hv={key:0,class:"inline-flex items-center gap-2 font-mono text-sm text-ink"},jv={key:0,class:"inline-flex items-center gap-1 rounded-full bg-surface-2 px-2 py-0.5 text-[10px] font-semibold text-ink-secondary"},Wv={key:0,class:"inline-flex items-center gap-2 font-mono text-sm text-ink"},Kv={key:0,class:"inline-flex items-center gap-1 rounded-full bg-surface-2 px-2 py-0.5 text-[10px] font-semibold text-ink-secondary"},Gv={key:0,class:"inline-flex items-center gap-2 font-mono text-sm text-ink"},qv={key:0,class:"inline-flex items-center gap-1 rounded-full bg-surface-2 px-2 py-0.5 text-[10px] font-semibold text-ink-secondary"},Yv={key:0,class:"inline-flex items-center gap-2 font-mono text-sm text-ink"},Jv={key:0,class:"inline-flex items-center gap-1 rounded-full bg-surface-2 px-2 py-0.5 text-[10px] font-semibold text-ink-secondary"},Xv={key:0,class:"inline-flex items-center gap-2 text-sm text-ink"},Qv={key:0,class:"inline-flex items-center gap-1 rounded-full bg-surface-2 px-2 py-0.5 text-[10px] font-semibold text-ink-secondary"},e_={key:0,class:"inline-flex items-center gap-2 font-mono text-sm text-ink"},t_={key:0,class:"inline-flex items-center gap-1 rounded-full bg-surface-2 px-2 py-0.5 text-[10px] font-semibold text-ink-secondary"},n_={class:"mt-4 flex flex-wrap items-center gap-3"},i_=["disabled"],o_=["disabled"],s_={key:2,class:"text-xs text-danger-fg"},a_={key:3,class:"text-[11px] text-ink-muted"},r_={class:"panel mb-5 p-5"},l_={class:"mb-4 flex items-start gap-3 border-b border-line pb-4"},u_={class:"grid h-10 w-10 place-items-center rounded-lg bg-accent-soft text-accent-soft-fg"},c_={key:0,class:"mb-4 rounded-lg border border-line bg-surface-2 px-4 py-3 text-xs text-ink-secondary"},d_={key:1,class:"mb-4 flex flex-col gap-2 border-b border-line pb-4 sm:flex-row sm:items-center sm:justify-between"},f_={key:4,class:"border-b border-line py-3 text-xs text-amber-fg"},h_={key:0},p_={key:5,class:"border-b border-line py-3 text-xs text-ink-muted"},m_={class:"font-semibold text-ink-secondary"},g_={key:6,class:"border-b border-line py-3 text-xs text-ink-muted"},v_={key:0,class:"inline-flex items-center gap-2 break-all font-mono text-sm text-ink"},__={key:0,class:"inline-flex items-center gap-1 rounded-full bg-surface-2 px-2 py-0.5 text-[10px] font-semibold text-ink-secondary"},b_={key:0,class:"inline-flex items-center gap-2 font-mono text-sm text-ink"},y_={key:0,class:"inline-flex items-center gap-1 rounded-full bg-surface-2 px-2 py-0.5 text-[10px] font-semibold text-ink-secondary"},x_={key:0,class:"inline-flex items-center gap-2 font-mono text-sm text-ink"},w_={key:0,class:"inline-flex items-center gap-1 rounded-full bg-surface-2 px-2 py-0.5 text-[10px] font-semibold text-ink-secondary"},k_={key:0,class:"inline-flex items-center gap-2 text-sm text-ink"},S_={key:0,class:"inline-flex items-center gap-1 rounded-full bg-surface-2 px-2 py-0.5 text-[10px] font-semibold text-ink-secondary"},T_={key:0,class:"inline-flex items-center gap-2 font-mono text-sm text-ink"},P_={key:0,class:"inline-flex items-center gap-1 rounded-full bg-surface-2 px-2 py-0.5 text-[10px] font-semibold text-ink-secondary"},C_={class:"mt-4 flex flex-wrap items-center gap-3"},L_=["disabled"],A_=["disabled"],M_={key:2,class:"text-xs text-danger-fg"},E_={key:3,class:"text-[11px] text-ink-muted"},O_={key:3,class:"panel mb-5 p-5"},z_={class:"mb-4 flex items-start gap-3 border-b border-line pb-4"},$_={class:"grid h-10 w-10 place-items-center rounded-lg bg-accent-soft text-accent-soft-fg"},I_={key:0,class:"mb-4 rounded-lg border border-line bg-surface-2 px-4 py-3 text-xs text-ink-secondary"},N_={key:1,class:"mb-4 rounded-lg border border-line bg-surface-2 px-4 py-3 text-xs text-ink-secondary"},D_={key:2,class:"mb-4 flex flex-col gap-2 border-b border-line pb-4 sm:flex-row sm:items-center sm:justify-between"},F_={key:5,class:"border-b border-line py-3 text-xs text-amber-fg"},R_={key:0},B_={key:6,class:"border-b border-line py-3 text-xs text-ink-muted"},U_={class:"font-semibold text-ink-secondary"},V_={key:7,class:"border-b border-line py-3 text-xs text-ink-muted"},Z_={class:"flex w-full flex-col gap-2"},H_={class:"break-all font-mono text-sm text-ink"},j_={key:0,class:"inline-flex items-center gap-1 rounded-full bg-surface-2 px-2 py-0.5 text-[10px] font-semibold text-ink-secondary"},W_={key:1,class:"inline-flex items-center gap-1 rounded-full bg-surface-2 px-2 py-0.5 text-[10px] font-semibold text-ink-secondary"},K_={key:0,class:"text-xs text-ink-muted"},G_={key:1,class:"border-b border-line py-3 text-xs text-ink-muted"},q_={key:0,class:"inline-flex items-center gap-2 text-sm text-ink"},Y_={key:0,class:"inline-flex items-center gap-1 rounded-full bg-surface-2 px-2 py-0.5 text-[10px] font-semibold text-ink-secondary"},J_={class:"mt-4 flex flex-wrap items-center gap-3"},X_=["disabled"],Q_=["disabled"],e1={key:2,class:"text-xs text-danger-fg"},t1={key:3,class:"text-[11px] text-ink-muted"},n1={key:4,class:"panel mb-5 p-5"},i1={class:"flex items-center gap-4"},o1=["src"],s1={key:1,class:"grid h-16 w-16 place-items-center rounded-full bg-[var(--navy-800)] text-lg font-bold text-white"},a1={class:"flex gap-2"},r1={class:"btn-ghost cursor-pointer"},l1={class:"mt-1 text-right text-[11px] text-ink-muted"},u1={key:5,class:"panel mb-5 p-5"},c1={class:"flex items-center gap-3"},d1={key:0,class:"mt-4 rounded-lg border border-line bg-surface-2 p-4"},f1={class:"flex flex-wrap items-center gap-4"},h1={class:"min-w-0"},p1={class:"mt-1 select-all font-mono text-sm font-bold text-ink"},m1={class:"mt-3 flex items-center gap-2"},g1={key:0,class:"mt-2 text-xs text-danger-fg"},v1={key:1,class:"mt-4 rounded-lg border border-line bg-surface-2 p-4"},_1={class:"mt-2 grid grid-cols-2 gap-1 font-mono text-xs text-ink-secondary sm:grid-cols-4"},b1={class:"rounded-lg border border-line bg-surface-2 p-3"},y1={class:"flex items-center gap-3"},x1={class:"grid h-9 w-9 place-items-center rounded-full bg-accent-soft text-accent-soft-fg"},w1={class:"min-w-0 flex-1"},k1={class:"text-sm font-semibold text-ink"},S1={class:"font-mono text-[11px] text-ink-muted"},T1={key:6,class:"mb-5"},P1={key:0,class:"panel mb-5 p-5"},C1={class:"grid max-w-[520px] gap-2"},L1={class:"flex flex-wrap gap-2"},A1=["disabled","title"],M1=["value"],E1=["value"],O1={class:"flex items-center gap-2 py-1 text-sm text-ink-secondary"},z1={class:"flex items-center gap-3"},$1=["disabled"],I1={key:0,class:"text-xs text-danger-fg"},N1={key:1,class:"text-xs text-ink-muted"},D1={key:1,class:"panel mb-5 p-5"},F1={class:"grid max-w-[520px] gap-2"},R1={class:"flex flex-wrap gap-2"},B1=["value"],U1=["value"],V1={key:1,class:"text-xs text-ink-muted"},Z1={class:"font-semibold text-ink-secondary"},H1={class:"flex items-center gap-3"},j1=["disabled"],W1={key:0,class:"text-xs text-danger-fg"},K1={class:"panel overflow-hidden p-0"},G1={class:"flex items-center justify-between px-5 py-4"},q1=["disabled"],Y1={key:0,class:"px-5 pb-5 text-sm text-danger-fg"},J1={key:1,class:"px-5 pb-8 text-sm text-ink-muted"},X1={key:2,class:"overflow-x-auto"},Q1={class:"w-full border-collapse text-sm"},eb={class:"text-left"},tb={class:"px-5 py-3"},nb={class:"text-ink"},ib={key:0,class:"ml-1.5 text-[11px] text-ink-muted"},ob={class:"px-5 py-3"},sb={class:"px-5 py-3"},ab={class:"px-5 py-3"},rb={class:"px-5 py-3 text-right"},lb=["onClick"],ub={key:1,class:"inline-flex items-center gap-1.5"},cb=["onClick"],db=["onClick"],fb={key:7,class:"mb-5"},hb={key:0,class:"panel mb-5 p-5"},pb={class:"grid max-w-[520px] gap-2"},mb={class:"flex items-center gap-3"},gb={key:0,class:"text-xs text-danger-fg"},vb={key:1,class:"panel mb-5 p-5"},_b={class:"grid max-w-[520px] gap-2"},bb={class:"flex items-center gap-3"},yb=["disabled"],xb={key:0,class:"text-xs text-danger-fg"},wb={class:"panel overflow-hidden p-0"},kb={key:0,class:"px-5 pb-8 text-sm text-ink-muted"},Sb={key:1,class:"overflow-x-auto"},Tb={class:"w-full border-collapse text-sm"},Pb={class:"text-left"},Cb={class:"px-5 py-3"},Lb={class:"inline-flex items-center gap-2 text-ink"},Ab={class:"px-5 py-3 text-ink-secondary"},Mb={class:"px-5 py-3 text-right"},Eb=["onClick"],Ob={key:1,class:"inline-flex items-center gap-1.5"},zb=["onClick"],$b=["disabled","title","onClick"],Ib={key:8,class:"mb-5"},Nb={class:"panel mb-5 p-5"},Db={class:"btn-ghost cursor-pointer"},Fb={key:0,class:"mt-2 text-xs text-ink-muted"},Rb={class:"rounded-lg border p-5",style:{"border-color":"color-mix(in srgb, var(--danger) 35%, transparent)",background:"var(--danger-soft)"}},Bb={class:"flex items-center gap-2 text-danger-fg"},Ub={class:"mt-4 rounded-lg border border-line bg-surface-1 p-4"},Vb={class:"mt-3 flex items-start gap-2 text-sm text-ink-secondary"},Zb={class:"mt-3"},Hb={class:"eyebrow mb-1 block"},jb={class:"text-ink"},Wb=["placeholder"],Kb={class:"mt-4 flex flex-wrap items-center gap-3"},Gb=["disabled"],qb=["disabled"],Yb={key:2,class:"text-xs text-ink-muted"},Jb={key:0,class:"mt-3 rounded border border-line bg-surface-2 px-3 py-2 text-xs text-ink-secondary"},Xb={key:0,class:"fixed bottom-5 right-5 z-20 flex items-center gap-2 rounded-lg border border-line bg-surface-1 px-4 py-2.5 text-sm text-ink shadow-md"},Lu="pv.opensky.health",Au="pv.filetransfer.health",Mu="pv.webdav.health",Eu="pv.openweather.health",Ou="pv.localstorage.health",Qb={__name:"Settings",props:{email:{type:String,default:""},role:{type:String,default:"user"},organization:{type:String,default:""},organizationName:{type:String,default:""}},emits:["logout"],setup(t,{emit:i}){const s=t,l=i,u=ce(()=>s.role==="superadmin"),f=ce(()=>s.role==="admin"||s.role==="superadmin");function h(g){return g==="superadmin"?"Superadmin":g==="admin"?"Admin":"User"}function _(g){return g==="superadmin"||g==="admin"?"shield":"user"}function y(g){return g==="superadmin"||g==="admin"?C.accent:C.neutral}const C={success:"bg-success-soft text-success-fg",warning:"bg-amber-soft text-amber-fg",danger:"bg-danger-soft text-danger-fg",accent:"bg-accent-soft text-accent-soft-fg",neutral:"bg-surface-2 text-ink-secondary"},T=ce(()=>{const g=[{id:"account",label:"Account",icon:"user",kw:"name username email password verification login credentials role"},{id:"appearance",label:"Appearance",icon:"sliders",kw:"theme light dark system language region font size accessibility date time format motion"},{id:"integrations",label:"Integrations",icon:"radio",kw:"opensky flights adsb aircraft plugin oauth credentials bounding box plan connection ftp sftp ftps file transfer server host upload download local storage folder drive isolated private read only webdav nextcloud owncloud dav url https openweather weather forecast temperature api key units calls per minute usage limit quota"},{id:"profile",label:"Profile",icon:"image",kw:"avatar photo display name bio public"},{id:"security",label:"Privacy & Security",icon:"shield",kw:"two factor authentication 2fa sessions devices logout security privacy"}];return f.value&&g.push({id:"team",label:"User management",icon:"users",kw:"users team members add remove create delete role admin permissions rights organization"}),u.value&&g.push({id:"organizations",label:"Organizations",icon:"grid",kw:"organization org tenant company create rename delete members"}),g.push({id:"advanced",label:"Advanced",icon:"alertTriangle",kw:"export import data delete account danger zone",danger:!0}),g}),M=Y("account"),H=Y("");uc("settingsSearch",H);const j=ce(()=>H.value.trim().length>0),K=ce(()=>H.value.trim().toLowerCase());function F(g){return K.value?(g.label+" "+g.kw).toLowerCase().includes(K.value)||X(g.id):!0}const te={account:["full name","username","email address verification verify","password change current new"],appearance:["theme light dark system","language","region","font size accessibility","reduce motion","date format","time format clock"],integrations:["opensky live flights","enable plugin","oauth client id secret","plan credits","bounding box","test connection","file transfer ftp sftp ftps","server host port username password","private key passphrase","base path directory","local storage folder drive","private isolated folder","read only access mode","webdav nextcloud owncloud dav","server url username password tls","base path directory folder","openweather weather forecast","api key units metric imperial","default latitude longitude language","calls per minute limit usage quota","api call usage today rate limit"],profile:["profile photo avatar","display name","bio about","show email public"],security:["two factor authentication","active sessions devices","sign out"],team:["add user create account","members list role admin remove delete","organization org assign"],organizations:["add organization create","rename organization","delete organization members"],advanced:["export data download","import data upload","delete account permanent danger"]};function X(g){return K.value?(te[g]||[]).some(c=>c.includes(K.value)):!0}const fe=ce(()=>j.value?T.value.filter(F):T.value.filter(g=>g.id===M.value)),Se=ce({get:()=>Oo.value,set:g=>Ha(g)}),de=[{value:"light",label:"Light",icon:"sun"},{value:"dark",label:"Dark",icon:"moon"},{value:"system",label:"System",icon:"monitor"}],Fe=[{value:"sm",label:"Small"},{value:"md",label:"Default"},{value:"lg",label:"Large"}],Oe=[{value:"12",label:"12-hour"},{value:"24",label:"24-hour"}],Te=[["en","English"],["es","Español"],["de","Deutsch"],["fr","Français"],["pl","Polski"],["ja","日本語"]],Ze=km(),he=ce(()=>(Ze.find(([g])=>g===be.region)||[null,be.region])[1]),Q=[["MDY","MM/DD/YYYY"],["DMY","DD/MM/YYYY"],["YMD","YYYY/MM/DD"],["ISO","YYYY-MM-DD"]],B=Y(Date.now());let O=null;const N=ce(()=>Su(B.value)),$=gt({loaded:!1,available:!1,orgEnabled:!0,allowAnonymous:!0,enabled:!1,canEditOrg:!1,isSuperadmin:!1,scopes:{}}),Ye=Y("user"),we=gt({clientId:"",clientSecret:"",plan:"",bbox:""}),ge=Y(""),ue=Y(!1),ft=Y(!1),pe=Y(null),Ue=Y(null),Ve=ce(()=>pe.value&&pe.value.credits||null),wt=ce(()=>{const g=Ve.value;return!g||!g.daily||g.remaining==null?null:Math.max(0,Math.min(100,Math.round(g.remaining/g.daily*100)))}),st=ce(()=>{const g=wt.value;return g==null?"bg-accent":g<=10?"bg-danger":g<=30?"bg-amber":"bg-success"});function Le(g){return typeof g=="number"?g.toLocaleString():g}function De(){if(!Ue.value)return"";const g=Math.max(0,Math.round((Date.now()-Ue.value)/1e3));if(g<60)return"just now";const c=Math.round(g/60);if(c<60)return`${c} min ago`;const q=Math.round(c/60);return q<24?`${q} h ago`:`${Math.round(q/24)} d ago`}function zt(){try{pe.value&&localStorage.setItem(Lu,JSON.stringify({health:pe.value,ts:Ue.value}))}catch{}}function At(){try{const g=localStorage.getItem(Lu);if(!g)return;const c=JSON.parse(g);c&&c.health&&(pe.value=c.health,Ue.value=c.ts||null)}catch{}}const Ut=[{value:"",label:"Not set"},{value:"anonymous",label:"Anonymous"},{value:"standard",label:"Standard"},{value:"contributor",label:"Contributor"}],Pt=[{value:"user",label:"My settings",icon:"user"},{value:"org",label:"Organization",icon:"users"}],kt=[{label:"World",options:[{value:"-90,-180,90,180",label:"World"}]},{label:"Continents",options:[{value:"34,-25,72,45",label:"Europe"},{value:"-35,-18,38,52",label:"Africa"},{value:"5,25,82,180",label:"Asia"},{value:"7,-168,72,-52",label:"North America"},{value:"-56,-82,13,-34",label:"South America"},{value:"-48,110,-10,180",label:"Oceania"}]},{label:"European countries",options:wm()},{label:"Other countries",options:[{value:"24,-125,49.5,-66.5",label:"United States"},{value:"41.7,-141,83.1,-52.6",label:"Canada"},{value:"-43.6,113.3,-10.7,153.6",label:"Australia"},{value:"24,122.9,45.5,145.8",label:"Japan"}]}],x=kt.flatMap(g=>g.options);function b(g){const c=String(g||"").split(",").map(k=>k.trim());if(c.length!==4)return"";const q=c.map(Number);return q.some(k=>Number.isNaN(k))?"":q.join(",")}function S(g){const c=b(g),q=c&&x.find(k=>b(k.value)===c);return q?q.label:""}const W=Y(!1),V=ce({get(){if(!ve.value&&be.autoBbox)return"__auto__";if(W.value)return"__custom__";const g=b(we.bbox),c=g&&x.find(q=>b(q.value)===g);return c?c.value:"__custom__"},set(g){if(g==="__auto__"){ve.value||(be.autoBbox=!0),W.value=!1;return}if(ve.value||(be.autoBbox=!1),g==="__custom__"){W.value=!0;return}W.value=!1,we.bbox=g}}),G=ce(()=>V.value==="__custom__"),re=ce(()=>V.value==="__auto__"),ae=ce(()=>$.isSuperadmin),oe=ce(()=>$.isSuperadmin?"user":Ye.value),ee=ce(()=>$.scopes[oe.value]||{editableLayer:"user",fields:{}}),ve=ce(()=>oe.value==="org");function se(g){return ee.value.fields[g]||{effective:"",own:"",source:"unset",locked:!1}}function ke(g){return ae.value||se(g).locked}function Pe(g){const c=se(g).source;return c==="global"?"Set by administrator":c==="org"?"Set by your organization":""}function Re(){we.clientId=se("clientId").own||"",we.clientSecret=se("clientSecret").own||"",we.plan=se("plan").own||"",we.bbox=se("bbox").own||"",W.value=!1}function Ke(g){$.available=!!g.available,$.orgEnabled=g.orgEnabled!==!1,$.allowAnonymous=!!g.allowAnonymous,$.enabled=!!g.enabled,$.canEditOrg=!!g.canEditOrg,$.isSuperadmin=!!g.isSuperadmin,$.scopes=g.scopes||{},Ye.value==="org"&&!$.canEditOrg&&(Ye.value="user"),Re(),$.loaded=!0}Bt(Ye,()=>{ge.value="",Re()});async function Ge(){At();const{ok:g,body:c}=await hp();g&&Ke(c)}async function pt(g){const c=ve.value;c?$.orgEnabled=g:$.enabled=g;const{ok:q,body:k}=await bu(c?{scope:"org",enabled:g}:{scope:"user",enabled:g});q?(Ke(k),We(c?g?"OpenSky enabled for your organization.":"OpenSky disabled for your organization.":g?"OpenSky enabled.":"OpenSky disabled.")):(c?$.orgEnabled=!g:$.enabled=!g,We(k.error||"Could not update."))}async function ht(){ge.value="",ue.value=!0;const g={};for(const Be of["clientId","clientSecret","plan","bbox"])ke(Be)||(g[Be]=we[Be]);const c={scope:oe.value,config:g};ve.value||(c.enabled=$.enabled);const{ok:q,body:k}=await bu(c);if(ue.value=!1,!q){ge.value=k.error||"Could not save settings.";return}Ke(k),We(ve.value?"Organization OpenSky settings saved.":"OpenSky settings saved.")}const Vt=[{label:"World",options:[{value:"-90,-180,90,180",label:"World"}]},{label:"Continents",options:[{value:"34,-25,72,45",label:"Europe"},{value:"-35,-18,38,52",label:"Africa"},{value:"5,25,82,180",label:"Asia"},{value:"7,-168,72,-52",label:"North America"},{value:"-56,-82,13,-34",label:"South America"},{value:"-48,110,-10,180",label:"Oceania"}]},...Tm()],Jt=Vt.flatMap(g=>g.options),Zt=Y(""),pn=Y(!1),Ct=ce({get(){if(pn.value)return"__custom__";if(!Zt.value)return"__default__";const g=b(Zt.value),c=g&&Jt.find(q=>b(q.value)===g);return c?c.value:"__custom__"},set(g){if(g==="__default__"){pn.value=!1,Zt.value="";return}if(g==="__custom__"){pn.value=!0;return}pn.value=!1,Zt.value=g}}),$t=ce(()=>Ct.value==="__custom__");async function kn(){ft.value=!0,pe.value=null;const{ok:g,body:c}=await pp((Zt.value||"").trim()||void 0);ft.value=!1,pe.value=g&&c.health?c.health:{status:"down",detail:c.error||"Probe failed."},Ue.value=Date.now(),zt()}function zi(g){return g==="ok"?C.success:g==="degraded"?C.warning:C.danger}const at=gt({loaded:!1,available:!1,orgEnabled:!0,enabled:!1,canEditOrg:!1,isSuperadmin:!1,scopes:{}}),Sn=Y("user"),$i=["protocol","host","port","username","password","privateKey","keyPassphrase","hostKeyFingerprint","insecureSkipVerify","basePath"],rt=gt(Object.fromEntries($i.map(g=>[g,""]))),hi=Y(""),pi=Y(!1),Ii=Y(!1),Gt=Y(null),jn=Y(null),U=[{value:"sftp",label:"SFTP"},{value:"ftps",label:"FTPS"},{value:"ftp",label:"FTP"}],E=[{value:"false",label:"Verify certificate"},{value:"true",label:"Skip verification"}],Me=ce(()=>at.isSuperadmin),tt=ce(()=>at.isSuperadmin?"user":Sn.value),It=ce(()=>at.scopes[tt.value]||{editableLayer:"user",fields:{}}),St=ce(()=>tt.value==="org"),Et=ce(()=>(_t("protocol")?Z("protocol").effective:rt.protocol)||"sftp");function Z(g){return It.value.fields[g]||{effective:"",own:"",source:"unset",locked:!1}}function _t(g){return Me.value||Z(g).locked}function bt(g){const c=Z(g).source;return c==="global"?"Set by administrator":c==="org"?"Set by your organization":""}function oa(g){return(U.find(c=>c.value===g)||{}).label||g||"—"}function cs(){for(const g of $i)rt[g]=Z(g).own||"";rt.protocol||(rt.protocol="sftp"),rt.insecureSkipVerify||(rt.insecureSkipVerify="false")}function no(g){at.available=!!g.available,at.orgEnabled=g.orgEnabled!==!1,at.enabled=!!g.enabled,at.canEditOrg=!!g.canEditOrg,at.isSuperadmin=!!g.isSuperadmin,at.scopes=g.scopes||{},Sn.value==="org"&&!at.canEditOrg&&(Sn.value="user"),cs(),at.loaded=!0}Bt(Sn,()=>{hi.value="",cs()});function sa(){if(!jn.value)return"";const g=Math.max(0,Math.round((Date.now()-jn.value)/1e3));if(g<60)return"just now";const c=Math.round(g/60);if(c<60)return`${c} min ago`;const q=Math.round(c/60);return q<24?`${q} h ago`:`${Math.round(q/24)} d ago`}function Ni(){try{Gt.value&&localStorage.setItem(Au,JSON.stringify({health:Gt.value,ts:jn.value}))}catch{}}function aa(){try{const g=localStorage.getItem(Au);if(!g)return;const c=JSON.parse(g);c&&c.health&&(Gt.value=c.health,jn.value=c.ts||null)}catch{}}async function ir(){aa();const{ok:g,body:c}=await gp();g&&no(c)}async function ra(g){const c=St.value;c?at.orgEnabled=g:at.enabled=g;const{ok:q,body:k}=await yu(c?{scope:"org",enabled:g}:{scope:"user",enabled:g});q?(no(k),We(c?g?"File transfer enabled for your organization.":"File transfer disabled for your organization.":g?"File transfer enabled.":"File transfer disabled.")):(c?at.orgEnabled=!g:at.enabled=!g,We(k.error||"Could not update."))}async function or(){hi.value="",pi.value=!0;const g={};for(const Be of $i)_t(Be)||(g[Be]=rt[Be]);const c={scope:tt.value,config:g};St.value||(c.enabled=at.enabled);const{ok:q,body:k}=await yu(c);if(pi.value=!1,!q){hi.value=k.error||"Could not save settings.";return}no(k),We(St.value?"Organization file-transfer settings saved.":"File-transfer settings saved.")}async function sr(){Ii.value=!0,Gt.value=null;const{ok:g,body:c}=await vp();Ii.value=!1,Gt.value=g&&c.health?c.health:{status:"down",detail:c.error||"Probe failed."},jn.value=Date.now(),Ni()}function la(g){return g==="ok"?C.success:g==="degraded"?C.warning:C.danger}const lt=gt({loaded:!1,available:!1,orgEnabled:!0,enabled:!1,canEditOrg:!1,isSuperadmin:!1,scopes:{}}),Wn=Y("user"),ds=["baseURL","username","password","insecureSkipVerify","basePath"],Xt=gt(Object.fromEntries(ds.map(g=>[g,""]))),io=Y(""),zo=Y(!1),$o=Y(!1),Tn=Y(null),$n=Y(null),ua=[{value:"false",label:"Verify certificate"},{value:"true",label:"Skip verification"}],Io=ce(()=>lt.isSuperadmin),mi=ce(()=>lt.isSuperadmin?"user":Wn.value),it=ce(()=>lt.scopes[mi.value]||{editableLayer:"user",fields:{}}),ot=ce(()=>mi.value==="org");function Pn(g){return it.value.fields[g]||{effective:"",own:"",source:"unset",locked:!1}}function Cn(g){return Io.value||Pn(g).locked}function qt(g){const c=Pn(g).source;return c==="global"?"Set by administrator":c==="org"?"Set by your organization":""}function No(){for(const g of ds)Xt[g]=Pn(g).own||"";Xt.insecureSkipVerify||(Xt.insecureSkipVerify="false")}function He(g){lt.available=!!g.available,lt.orgEnabled=g.orgEnabled!==!1,lt.enabled=!!g.enabled,lt.canEditOrg=!!g.canEditOrg,lt.isSuperadmin=!!g.isSuperadmin,lt.scopes=g.scopes||{},Wn.value==="org"&&!lt.canEditOrg&&(Wn.value="user"),No(),lt.loaded=!0}Bt(Wn,()=>{io.value="",No()});function Lt(){if(!$n.value)return"";const g=Math.max(0,Math.round((Date.now()-$n.value)/1e3));if(g<60)return"just now";const c=Math.round(g/60);if(c<60)return`${c} min ago`;const q=Math.round(c/60);return q<24?`${q} h ago`:`${Math.round(q/24)} d ago`}function fs(){try{Tn.value&&localStorage.setItem(Mu,JSON.stringify({health:Tn.value,ts:$n.value}))}catch{}}function Do(){try{const g=localStorage.getItem(Mu);if(!g)return;const c=JSON.parse(g);c&&c.health&&(Tn.value=c.health,$n.value=c.ts||null)}catch{}}async function mn(){Do();const{ok:g,body:c}=await yp();g&&He(c)}async function ca(g){const c=ot.value;c?lt.orgEnabled=g:lt.enabled=g;const{ok:q,body:k}=await xu(c?{scope:"org",enabled:g}:{scope:"user",enabled:g});q?(He(k),We(c?g?"WebDAV enabled for your organization.":"WebDAV disabled for your organization.":g?"WebDAV enabled.":"WebDAV disabled.")):(c?lt.orgEnabled=!g:lt.enabled=!g,We(k.error||"Could not update."))}async function Fo(){io.value="",zo.value=!0;const g={};for(const Be of ds)Cn(Be)||(g[Be]=Xt[Be]);const c={scope:mi.value,config:g};ot.value||(c.enabled=lt.enabled);const{ok:q,body:k}=await xu(c);if(zo.value=!1,!q){io.value=k.error||"Could not save settings.";return}He(k),We(ot.value?"Organization WebDAV settings saved.":"WebDAV settings saved.")}async function gi(){$o.value=!0,Tn.value=null;const{ok:g,body:c}=await xp();$o.value=!1,Tn.value=g&&c.health?c.health:{status:"down",detail:c.error||"Probe failed."},$n.value=Date.now(),fs()}function Mt(g){return g==="ok"?C.success:g==="degraded"?C.warning:C.danger}const Xe=gt({loaded:!1,available:!1,orgEnabled:!0,enabled:!1,canEditOrg:!1,isSuperadmin:!1,scopes:{}}),In=Y("user"),vi=["apiKey","units","lat","lon","lang","callsPerMinute"],Ht=gt(Object.fromEntries(vi.map(g=>[g,""]))),Kn=Y(""),Di=Y(!1),Fi=Y(!1),Qt=Y(null),Gn=Y(null),Ro=[{value:"",label:"Not set"},{value:"metric",label:"Metric (°C)"},{value:"imperial",label:"Imperial (°F)"},{value:"standard",label:"Standard (K)"}],Ri=ce(()=>Xe.isSuperadmin),Bo=ce(()=>Xe.isSuperadmin?"user":In.value),hs=ce(()=>Xe.scopes[Bo.value]||{editableLayer:"user",fields:{}}),Ln=ce(()=>Bo.value==="org");function ze(g){return hs.value.fields[g]||{effective:"",own:"",source:"unset",locked:!1}}function jt(g){return Ri.value||ze(g).locked}function Je(g){const c=ze(g).source;return c==="global"?"Set by administrator":c==="org"?"Set by your organization":""}function ps(){for(const g of vi)Ht[g]=ze(g).own||""}function oo(g){Xe.available=!!g.available,Xe.orgEnabled=g.orgEnabled!==!1,Xe.enabled=!!g.enabled,Xe.canEditOrg=!!g.canEditOrg,Xe.isSuperadmin=!!g.isSuperadmin,Xe.scopes=g.scopes||{},In.value==="org"&&!Xe.canEditOrg&&(In.value="user"),ps(),Xe.loaded=!0}Bt(In,()=>{Kn.value="",ps()});function Uo(){if(!Gn.value)return"";const g=Math.max(0,Math.round((Date.now()-Gn.value)/1e3));if(g<60)return"just now";const c=Math.round(g/60);if(c<60)return`${c} min ago`;const q=Math.round(c/60);return q<24?`${q} h ago`:`${Math.round(q/24)} d ago`}function ms(){try{Qt.value&&localStorage.setItem(Eu,JSON.stringify({health:Qt.value,ts:Gn.value}))}catch{}}function _i(){try{const g=localStorage.getItem(Eu);if(!g)return;const c=JSON.parse(g);c&&c.health&&(Qt.value=c.health,Gn.value=c.ts||null)}catch{}}async function gs(){_i();const{ok:g,body:c}=await wp();g&&oo(c)}async function Bi(g){const c=Ln.value;c?Xe.orgEnabled=g:Xe.enabled=g;const{ok:q,body:k}=await wu(c?{scope:"org",enabled:g}:{scope:"user",enabled:g});q?(oo(k),We(c?g?"OpenWeather enabled for your organization.":"OpenWeather disabled for your organization.":g?"OpenWeather enabled.":"OpenWeather disabled.")):(c?Xe.orgEnabled=!g:Xe.enabled=!g,We(k.error||"Could not update."))}async function Ft(){Kn.value="",Di.value=!0;const g={};for(const Be of vi)jt(Be)||(g[Be]=Ht[Be]);const c={scope:Bo.value,config:g};Ln.value||(c.enabled=Xe.enabled);const{ok:q,body:k}=await wu(c);if(Di.value=!1,!q){Kn.value=k.error||"Could not save settings.";return}oo(k),We(Ln.value?"Organization OpenWeather settings saved.":"OpenWeather settings saved.")}async function bi(){Fi.value=!0,Qt.value=null;const{ok:g,body:c}=await kp();Fi.value=!1,Qt.value=g&&c.health?c.health:{status:"down",detail:c.error||"Probe failed."},Gn.value=Date.now(),ms()}function da(g){return g==="ok"?C.success:g==="degraded"?C.warning:C.danger}const Ui=ce(()=>Qt.value&&Qt.value.usage||null),vs=ce(()=>{const g=Ui.value;return!g||!g.minuteLimit?null:Math.max(0,Math.min(100,Math.round(g.minuteUsed/g.minuteLimit*100)))}),fa=ce(()=>{const g=vs.value;return g==null?"bg-accent":g>=90?"bg-danger":g>=70?"bg-amber":"bg-success"}),Ae=gt({loaded:!1,available:!1,orgEnabled:!0,enabled:!1,canEditOrg:!1,isSuperadmin:!1,isOrgUser:!1,mounts:[],privateFolder:!1,privateEnabled:!1,allowPrivate:!0,rootConfigured:!1,scopes:{}}),Vi=Y("user"),so=Y(""),qe=Y(""),Vo=Y(!1),en=Y(!1),ln=Y(null),yi=Y(null),ao=Y({}),Zo=[{value:"",label:"Inherit"},{value:"false",label:"Read-write"},{value:"true",label:"Read-only"}],_s=ce(()=>Ae.isSuperadmin),Ho=ce(()=>Ae.isSuperadmin?"user":Vi.value),ar=ce(()=>Ae.scopes[Ho.value]||{editableLayer:"user",fields:{}}),gn=ce(()=>Ho.value==="org");function Zi(g){return ar.value.fields[g]||{effective:"",own:"",source:"unset",locked:!1}}function ha(g){return _s.value||Zi(g).locked}function An(g){const c=Zi(g).source;return c==="global"?"Set by administrator":c==="org"?"Set by your organization":""}function rr(g){return(Zo.find(c=>c.value===g)||{}).label||"Inherit"}function bs(){so.value=Zi("readOnly").own||""}function vn(g){Ae.available=!!g.available,Ae.orgEnabled=g.orgEnabled!==!1,Ae.enabled=!!g.enabled,Ae.canEditOrg=!!g.canEditOrg,Ae.isSuperadmin=!!g.isSuperadmin,Ae.isOrgUser=!!g.isOrgUser,Ae.mounts=Array.isArray(g.mounts)?g.mounts:[],Ae.privateFolder=!!g.privateFolder,Ae.privateEnabled=!!g.privateEnabled,Ae.allowPrivate=g.allowPrivate!==!1,Ae.rootConfigured=!!g.rootConfigured,Ae.scopes=g.scopes||{},Vi.value==="org"&&!Ae.canEditOrg&&(Vi.value="user"),bs(),Ae.loaded=!0}Bt(Vi,()=>{qe.value="",bs()});function pa(){if(!yi.value)return"";const g=Math.max(0,Math.round((Date.now()-yi.value)/1e3));if(g<60)return"just now";const c=Math.round(g/60);if(c<60)return`${c} min ago`;const q=Math.round(c/60);return q<24?`${q} h ago`:`${Math.round(q/24)} d ago`}function ma(){try{ln.value&&localStorage.setItem(Ou,JSON.stringify({health:ln.value,ts:yi.value}))}catch{}}function ys(){try{const g=localStorage.getItem(Ou);if(!g)return;const c=JSON.parse(g);c&&c.health&&(ln.value=c.health,yi.value=c.ts||null)}catch{}}async function lr(){ys();const{ok:g,body:c}=await _p();g&&vn(c)}async function xs(g){const c=gn.value;c?Ae.orgEnabled=g:Ae.enabled=g;const{ok:q,body:k}=await Ma(c?{scope:"org",enabled:g}:{scope:"user",enabled:g});q?(vn(k),We(c?g?"Local storage enabled for your organization.":"Local storage disabled for your organization.":g?"Local storage enabled.":"Local storage disabled.")):(c?Ae.orgEnabled=!g:Ae.enabled=!g,We(k.error||"Could not update."))}async function ga(g){Ae.privateFolder=g;const{ok:c,body:q}=await Ma({scope:"user",privateFolder:g});c?(vn(q),We(g?"Private folder enabled.":"Private folder disabled.")):(Ae.privateFolder=!g,We(q.error||"Could not update."))}async function ur(g){Ae.allowPrivate=g;const{ok:c,body:q}=await Ma({scope:"org",allowPrivate:g});c?(vn(q),We(g?"Members may now create private folders.":"Private folders disabled for your organization.")):(Ae.allowPrivate=!g,We(q.error||"Could not update."))}async function cr(){qe.value="",Vo.value=!0;const g={};ha("readOnly")||(g.readOnly=so.value);const c={scope:Ho.value,config:g};gn.value||(c.enabled=Ae.enabled);const{ok:q,body:k}=await Ma(c);if(Vo.value=!1,!q){qe.value=k.error||"Could not save settings.";return}vn(k),We(gn.value?"Organization local-storage settings saved.":"Local-storage settings saved.")}async function ws(){en.value=!0,ln.value=null,ao.value={};const{ok:g,body:c}=await bp();en.value=!1,ln.value=g&&c.health?c.health:{status:"down",detail:c.error||"Probe failed."};const q={};if(Array.isArray(c.mounts))for(const k of c.mounts)q[k.id]={status:k.status,detail:k.detail};ao.value=q,yi.value=Date.now(),ma()}function va(g){return g==="ok"?C.success:g==="degraded"?C.warning:C.danger}const _a=[{id:"apis-external",label:"APIs — External",icon:"globe"},{id:"drives-external",label:"Drives — External",icon:"server"},{id:"drives-local",label:"Drives — Local",icon:"monitor"}],jo=Y("apis-external");function Hi(g){return j.value||jo.value===g}const Nn=Y("");let ks=null;function We(g){Nn.value=g,clearTimeout(ks),ks=setTimeout(()=>Nn.value="",2200)}const yt=gt({current:"",next:"",confirm:""}),xi=Y(""),Ss=Y(!1);function dr(){if(Ss.value=!1,!yt.current)return xi.value="Enter your current password.";if(yt.next.length<8)return xi.value="New password must be at least 8 characters.";if(yt.next!==yt.confirm)return xi.value="New passwords do not match.";xi.value="Validated. Connecting to the account service is pending — no password endpoint yet.",yt.current=yt.next=yt.confirm=""}const ro=Y("");function Ts(){ro.value="Verification link would be sent once the account service is wired up."}function fr(g){const c=g.target.files&&g.target.files[0];if(!c)return;if(c.size>1.5*1024*1024){We("Image too large (max ~1.5 MB).");return}const q=new FileReader;q.onload=()=>{be.avatar=String(q.result),We("Photo updated.")},q.readAsDataURL(c)}function hr(){be.avatar="",We("Photo removed.")}const ba=ce(()=>{var q,k,Be;const c=(be.displayName||be.name||s.email||"PV").split("@")[0].split(/[.\-_ ]+/).filter(Boolean);return((((q=c[0])==null?void 0:q[0])||"P")+(((k=c[1])==null?void 0:k[0])||((Be=c[0])==null?void 0:Be[1])||"V")).toUpperCase()}),lo=Y(!1),_n=Y(""),qn=Y(""),uo=Y(""),bn=Y([]);function Ps(g){const c="ABCDEFGHIJKLMNOPQRSTUVWXYZ234567";let q="";for(let k=0;k<g;k++)q+=c[Math.floor(Math.random()*c.length)];return q}function ji(){_n.value=Ps(16).replace(/(.{4})/g,"$1 ").trim(),qn.value="",uo.value="",lo.value=!0}function pr(){if(!/^\d{6}$/.test(qn.value)){uo.value="Enter the 6-digit code from your authenticator app.";return}be.twoFactor=!0,lo.value=!1,bn.value=Array.from({length:8},()=>Ps(4).toLowerCase()+"-"+Ps(4).toLowerCase()),uo.value=""}function co(){be.twoFactor=!1,bn.value=[],lo.value=!1}const Mn=navigator.userAgent;function Wo(){return/Edg\//.test(Mn)?"Edge":/OPR\//.test(Mn)?"Opera":/Chrome\//.test(Mn)?"Chrome":/Firefox\//.test(Mn)?"Firefox":/Safari\//.test(Mn)?"Safari":"Browser"}function mr(){return/Windows/.test(Mn)?"Windows":/Mac OS X/.test(Mn)?"macOS":/Android/.test(Mn)?"Android":/iPhone|iPad/.test(Mn)?"iOS":/Linux/.test(Mn)?"Linux":"Unknown OS"}const ti=Date.now(),wi=Y([]),fo=Y(!1),Wi=Y(""),Rt=gt({email:"",password:"",role:"user",organization:""}),tn=Y(""),Ko=Y(!1),Dn=Y(""),ya=ce(()=>{const g=[{value:"user",label:"User"},{value:"admin",label:"Admin"}];return u.value&&g.push({value:"superadmin",label:"Superadmin"}),g}),yn=Y([]);async function ni(){if(!f.value)return;const g=await rp();g.ok&&(yn.value=g.organizations.slice().sort((c,q)=>c.name.localeCompare(q.name)))}const Cs=ce(()=>{const g=yn.value.map(c=>({value:c.id,label:c.name}));return u.value&&g.unshift({value:"",label:"No organization"}),g});async function ii(){if(!f.value)return;fo.value=!0,Wi.value="";const g=await ip();if(fo.value=!1,!g.ok){Wi.value=g.status===403?"Manager role required.":"Could not load users.";return}wi.value=g.users.slice().sort((c,q)=>c.email.localeCompare(q.email))}function ki(g){try{const c=g.data||{},q=Object.keys(c)[0];return q&&c[q]&&c[q].message||g.message||g.error||"Invalid input."}catch{return g.error||"Could not create user."}}async function Ls(){tn.value="";const g=Rt.email.trim().toLowerCase();if(!g.includes("@"))return tn.value="Enter a valid email.";if(Rt.password.length<8)return tn.value="Password must be at least 8 characters.";Ko.value=!0;const c=u.value?Rt.organization:s.organization,{ok:q,body:k}=await op(g,Rt.password,Rt.role,c);if(Ko.value=!1,!q)return tn.value=ki(k);Rt.email="",Rt.password="",Rt.role="user",Rt.organization="",We("User created."),ii()}async function Go(g){const{ok:c,body:q}=await ap(g.id);if(Dn.value="",!c)return We(q.error||"Could not remove user.");We("User removed."),ii()}const Qe=gt({id:"",email:"",role:"user",verified:!1,password:"",organization:""}),En=Y(""),Ki=Y(!1),qo=ce(()=>!!Qe.id&&Qe.email===s.email);function gr(g){Dn.value="",Qe.id=g.id,Qe.email=g.email,Qe.role=g.role||"user",Qe.verified=!!g.verified,Qe.password="",Qe.organization=g.organization||"",En.value=""}function ho(){Qe.id="",En.value=""}async function vr(){En.value="";const g=Qe.email.trim().toLowerCase();if(!g.includes("@"))return En.value="Enter a valid email.";if(Qe.password&&Qe.password.length<8)return En.value="New password must be at least 8 characters (or leave blank).";const c={email:g,role:Qe.role,verified:Qe.verified};u.value&&(c.organization=Qe.organization),Qe.password&&(c.password=Qe.password),Ki.value=!0;const{ok:q,body:k}=await sp(Qe.id,c);if(Ki.value=!1,!q)return En.value=ki(k);We("User updated."),ho(),ii()}const po=gt({name:""}),mo=Y(""),go=Y(!1),vo=Y(""),Nt=gt({id:"",name:""}),Fn=Y(""),As=ce(()=>{const g={};for(const c of wi.value)c.organization&&(g[c.organization]=(g[c.organization]||0)+1);return g});async function _o(){mo.value="";const g=po.name.trim();if(!g)return mo.value="Enter an organization name.";go.value=!0;const{ok:c,body:q}=await lp(g);if(go.value=!1,!c)return mo.value=ki(q);po.name="",We("Organization created."),ni()}function _r(g){vo.value="",Nt.id=g.id,Nt.name=g.name,Fn.value=""}function Ms(){Nt.id="",Fn.value=""}async function xa(){Fn.value="";const g=Nt.name.trim();if(!g)return Fn.value="Enter an organization name.";const{ok:c,body:q}=await up(Nt.id,g);if(!c)return Fn.value=ki(q);We("Organization renamed."),Ms(),ni(),ii()}async function bo(g){const{ok:c,body:q}=await cp(g.id);if(vo.value="",!c)return We(q.error||"Could not delete organization.");We("Organization deleted."),ni()}function br(){const g={_app:"PilotVault",_kind:"settings-export",exportedAt:new Date().toISOString(),email:s.email,prefs:{...be},themeMode:Oo.value},c=new Blob([JSON.stringify(g,null,2)],{type:"application/json"}),q=URL.createObjectURL(c),k=document.createElement("a");k.href=q,k.download=`pilotvault-settings-${new Date().toISOString().slice(0,10)}.json`,document.body.appendChild(k),k.click(),k.remove(),URL.revokeObjectURL(q),We("Settings exported.")}const Yn=Y("");function wa(g){const c=g.target.files&&g.target.files[0];if(!c)return;const q=new FileReader;q.onload=()=>{try{const k=JSON.parse(String(q.result)),Be=k.prefs||k;if(!ed(Be))throw new Error("bad shape");k.themeMode&&Ha(k.themeMode),ml(be.fontSize),gl(be.reduceMotion),Yn.value="Settings imported and applied."}catch{Yn.value="That file is not a valid PilotVault settings export."}},q.readAsText(c),g.target.value=""}const mt=gt({understand:!1,typed:"",cooldown:0,armed:!1,msg:""});let yo=null;const On=ce(()=>s.email||"DELETE MY ACCOUNT"),Yo=ce(()=>mt.understand&&mt.typed===On.value);function ka(){Yo.value&&(mt.armed=!0,mt.cooldown=5,clearInterval(yo),yo=setInterval(()=>{mt.cooldown--,mt.cooldown<=0&&clearInterval(yo)},1e3))}Bt(Yo,g=>{!g&&mt.armed&&(mt.armed=!1,mt.cooldown=0,clearInterval(yo))});function xo(){if(!(!mt.armed||mt.cooldown>0)){try{localStorage.removeItem("pv_prefs")}catch{}mt.msg="Account deletion requires the account service. Local data was cleared and you were signed out.",setTimeout(()=>l("logout"),900)}}return fi(()=>{O=setInterval(()=>B.value=Date.now(),1e3),ni(),ii(),Ge(),ir(),mn(),gs(),lr()}),us(()=>{clearInterval(O),clearInterval(yo),clearTimeout(ks)}),(g,c)=>(p(),m("div",Cm,[a("div",Lm,[c[72]||(c[72]=a("div",null,[a("div",{class:"eyebrow"},"Preferences"),a("h2",{class:"mt-0.5 text-[22px] font-bold tracking-tightest text-ink"},"Settings")],-1)),a("div",Am,[A(J,{name:"search",size:16,class:"text-ink-muted"}),ie(a("input",{"onUpdate:modelValue":c[0]||(c[0]=q=>H.value=q),placeholder:"Search settings…",class:"w-full border-none bg-transparent text-sm text-ink outline-none placeholder:text-ink-muted"},null,512),[[me,H.value]]),H.value?(p(),m("button",{key:0,class:"text-ink-muted hover:text-ink","aria-label":"Clear search",onClick:c[1]||(c[1]=q=>H.value="")},[A(J,{name:"x",size:15})])):I("",!0)])]),a("div",Mm,[ie(a("nav",Em,[(p(!0),m(le,null,Ie(T.value,q=>(p(),m("button",{key:q.id,class:Ce(["flex items-center gap-2.5 rounded px-3 py-2.5 text-left text-sm transition",[M.value===q.id?q.danger?"bg-danger-soft font-semibold text-danger-fg":"bg-accent-soft font-semibold text-accent-soft-fg":q.danger?"font-medium text-danger-fg hover:bg-danger-soft":"font-medium text-ink-secondary hover:bg-surface-2"]]),onClick:k=>M.value=q.id},[A(J,{name:q.icon,size:17},null,8,["name"]),a("span",zm,w(q.label),1)],10,Om))),128))],512),[[kh,!j.value]]),a("div",$m,[j.value&&!fe.value.length?(p(),m("div",Im," No settings match “"+w(H.value)+"”. ",1)):I("",!0),(p(!0),m(le,null,Ie(fe.value,q=>(p(),m(le,{key:q.id},[j.value?(p(),m("div",Nm,[A(J,{name:q.icon,size:14},null,8,["name"]),z(" "+w(q.label),1)])):I("",!0),q.id==="account"?(p(),m("div",Dm,[A(xe,{title:"Full name",desc:"Shown to your team on flights and audit logs.",keywords:"full name account"},{default:ye(()=>[ie(a("input",{"onUpdate:modelValue":c[2]||(c[2]=k=>Ee(be).name=k),class:"field w-56",placeholder:"Jane Operator",onBlur:c[3]||(c[3]=k=>We("Saved."))},null,544),[[me,Ee(be).name]])]),_:1}),A(xe,{title:"Username",desc:"Your unique handle within PilotVault.",keywords:"username handle"},{default:ye(()=>[a("div",Fm,[c[73]||(c[73]=a("span",{class:"text-sm text-ink-muted"},"@",-1)),ie(a("input",{"onUpdate:modelValue":c[4]||(c[4]=k=>Ee(be).username=k),class:"field w-48",placeholder:"jane",onBlur:c[5]||(c[5]=k=>We("Saved."))},null,544),[[me,Ee(be).username]])])]),_:1}),A(xe,{title:"Email address",desc:"Used for sign-in and notifications.",keywords:"email verification verify"},{default:ye(()=>[a("div",Rm,[a("span",Bm,w(t.email||"—"),1),a("span",Um,[A(J,{name:"mail",size:12}),c[74]||(c[74]=z(" Unverified ",-1))])])]),_:1}),A(xe,{title:"Role",desc:"Your access level in PilotVault.",keywords:"role admin user superadmin access rights permissions"},{default:ye(()=>[a("span",{class:Ce(["inline-flex items-center gap-1.5 rounded-full px-2.5 py-1 text-[11px] font-semibold",y(t.role)])},[A(J,{name:_(t.role),size:12},null,8,["name"]),z(w(h(t.role)),1)],2)]),_:1}),A(xe,{title:"Organization",desc:"The organization your account belongs to.",keywords:"organization org tenant company"},{default:ye(()=>[a("span",{class:Ce(["text-sm",t.organizationName?"text-ink":"text-ink-muted"])},w(t.organizationName||(u.value?"All organizations":"None")),3)]),_:1}),A(xe,{block:"",title:"Verify email",desc:"Confirm ownership to enable password resets and alerts.",keywords:"verify email resend"},{default:ye(()=>[a("button",{class:"btn-ghost",onClick:Ts},"Send verification link"),ro.value?(p(),m("p",Vm,w(ro.value),1)):I("",!0)]),_:1}),A(xe,{block:"",title:"Change password",desc:"Use at least 8 characters.",keywords:"password change current new"},{default:ye(()=>[a("div",Zm,[ie(a("input",{"onUpdate:modelValue":c[6]||(c[6]=k=>yt.current=k),type:"password",class:"field",placeholder:"Current password"},null,512),[[me,yt.current]]),ie(a("input",{"onUpdate:modelValue":c[7]||(c[7]=k=>yt.next=k),type:"password",class:"field",placeholder:"New password"},null,512),[[me,yt.next]]),ie(a("input",{"onUpdate:modelValue":c[8]||(c[8]=k=>yt.confirm=k),type:"password",class:"field",placeholder:"Confirm new password"},null,512),[[me,yt.confirm]]),a("div",Hm,[a("button",{class:"btn-accent",onClick:dr},"Update password"),xi.value?(p(),m("span",{key:0,class:Ce(["text-xs",Ss.value?"text-success-fg":"text-ink-muted"])},w(xi.value),3)):I("",!0)])])]),_:1})])):q.id==="appearance"?(p(),m("div",jm,[A(xe,{title:"Theme",desc:"Light, dark, or follow your system.",keywords:"theme light dark system appearance"},{default:ye(()=>[A(wn,{modelValue:Se.value,"onUpdate:modelValue":c[9]||(c[9]=k=>Se.value=k),options:de},null,8,["modelValue"])]),_:1}),A(xe,{title:"Font size",desc:"Scales the entire interface for readability.",keywords:"font size accessibility text"},{default:ye(()=>[A(wn,{modelValue:Ee(be).fontSize,"onUpdate:modelValue":c[10]||(c[10]=k=>Ee(be).fontSize=k),options:Fe},null,8,["modelValue"])]),_:1}),A(xe,{title:"Reduce motion",desc:"Minimise animations and transitions.",keywords:"reduce motion accessibility animation"},{default:ye(()=>[A(nn,{modelValue:Ee(be).reduceMotion,"onUpdate:modelValue":c[11]||(c[11]=k=>Ee(be).reduceMotion=k)},null,8,["modelValue"])]),_:1}),A(xe,{title:"Language",desc:"Interface language.",keywords:"language locale"},{default:ye(()=>[ie(a("select",{"onUpdate:modelValue":c[12]||(c[12]=k=>Ee(be).language=k),class:"field w-48"},[(p(),m(le,null,Ie(Te,([k,Be])=>a("option",{key:k,value:k},w(Be),9,Wm)),64))],512),[[Ot,Ee(be).language]])]),_:1}),A(xe,{title:"Region",desc:"Affects number, unit and date defaults.",keywords:"region country locale"},{default:ye(()=>[ie(a("select",{"onUpdate:modelValue":c[13]||(c[13]=k=>Ee(be).region=k),class:"field w-48"},[(p(!0),m(le,null,Ie(Ee(Ze),([k,Be])=>(p(),m("option",{key:k,value:k},w(Be),9,Km))),128))],512),[[Ot,Ee(be).region]])]),_:1}),A(xe,{title:"Date format",desc:"How calendar dates are displayed.",keywords:"date format"},{default:ye(()=>[ie(a("select",{"onUpdate:modelValue":c[14]||(c[14]=k=>Ee(be).dateFormat=k),class:"field w-48"},[(p(),m(le,null,Ie(Q,([k,Be])=>a("option",{key:k,value:k},w(Be),9,Gm)),64))],512),[[Ot,Ee(be).dateFormat]])]),_:1}),A(xe,{title:"Time format",desc:"12- or 24-hour clock.",keywords:"time format clock 12 24 hour"},{default:ye(()=>[A(wn,{modelValue:Ee(be).timeFormat,"onUpdate:modelValue":c[15]||(c[15]=k=>Ee(be).timeFormat=k),options:Oe},null,8,["modelValue"])]),_:1}),A(xe,{title:"Preview",desc:"How timestamps appear across the app.",keywords:"preview date time"},{default:ye(()=>[a("span",qm,w(N.value),1)]),_:1}),c[75]||(c[75]=a("p",{class:"mt-3 text-xs text-ink-muted"}," Language & region are stored now; full localisation ships with the account service. ",-1))])):q.id==="integrations"?(p(),m("div",Ym,[j.value?I("",!0):(p(),m("div",Jm,[(p(),m(le,null,Ie(_a,k=>a("button",{key:k.id,type:"button",class:Ce(["-mb-px inline-flex items-center gap-1.5 whitespace-nowrap border-b-2 px-3 py-2 text-sm font-semibold transition",jo.value===k.id?"border-accent text-ink":"border-transparent text-ink-secondary hover:text-ink"]),onClick:Be=>jo.value=k.id},[A(J,{name:k.icon,size:16},null,8,["name"]),z(w(k.label),1)],10,Xm)),64))])),Hi("apis-external")?(p(),m(le,{key:1},[a("div",Qm,[a("div",eg,[a("div",tg,[A(J,{name:"radio",size:20})]),c[76]||(c[76]=a("div",{class:"min-w-0"},[a("div",{class:"text-sm font-semibold text-ink"},"OpenSky Network"),a("div",{class:"mt-0.5 text-xs text-ink-muted"}," Live ADS-B aircraft data. Configure your own OAuth2 credentials, plan and default bounding box. ")],-1))]),$.loaded&&!$.available?(p(),m("div",ng,[A(J,{name:"lock",size:14,class:"mr-1 inline"}),c[77]||(c[77]=z(" OpenSky is currently disabled by your administrator. Contact them to enable it. ",-1))])):I("",!0),$.canEditOrg?(p(),m("div",ig,[c[78]||(c[78]=a("div",{class:"text-xs text-ink-muted"},"Manage your own settings, or organization-wide settings that apply to every user.",-1)),A(wn,{modelValue:Ye.value,"onUpdate:modelValue":c[16]||(c[16]=k=>Ye.value=k),options:Pt},null,8,["modelValue"])])):I("",!0),ve.value?(p(),nt(xe,{key:2,title:"Enable OpenSky (organization-wide)",desc:"Turn OpenSky on or off for everyone in your organization.",keywords:"enable disable plugin opensky organization"},{default:ye(()=>[A(nn,{"model-value":$.orgEnabled,disabled:!$.available,"onUpdate:modelValue":pt},null,8,["model-value","disabled"])]),_:1})):(p(),nt(xe,{key:3,title:"Enable OpenSky",desc:"Turn the plugin on for your account in the Web App.",keywords:"enable disable plugin opensky"},{default:ye(()=>[A(nn,{"model-value":$.enabled,disabled:!$.available||!$.orgEnabled,"onUpdate:modelValue":pt},null,8,["model-value","disabled"])]),_:1})),!ve.value&&$.available&&!$.orgEnabled?(p(),m("div",og,[A(J,{name:"lock",size:13,class:"mr-1 inline"}),c[80]||(c[80]=z("OpenSky is turned off for your organization",-1)),$.canEditOrg?(p(),m("span",sg,[...c[79]||(c[79]=[z(" — switch to ",-1),a("span",{class:"font-semibold"},"Organization",-1),z(" to turn it back on",-1)])])):I("",!0),c[81]||(c[81]=z(". ",-1))])):I("",!0),ve.value?(p(),m("div",ag,[A(J,{name:"users",size:13,class:"mr-1 inline"}),c[82]||(c[82]=z("These are organization-wide settings — they apply to everyone in ",-1)),a("span",rg,w(t.organizationName||"your organization"),1),c[83]||(c[83]=z(". Leave a field blank to let each user choose their own; a value set here overrides the user's. ",-1))])):ae.value?(p(),m("div",lg," As a superadmin you manage the global OpenSky configuration in the API Server panel. The effective configuration is shown below. ")):I("",!0),$.available&&!ve.value?(p(),m("div",ug,[a("div",cg,[a("div",dg,[A(J,{name:"signal",size:15}),c[84]||(c[84]=z("Credit usage ",-1))]),Ue.value?(p(),m("span",fg,"Checked "+w(De()),1)):I("",!0)]),Ve.value?(p(),m(le,{key:0},[Ve.value.remaining!=null?(p(),m(le,{key:0},[a("div",hg,[a("span",pg,w(Le(Ve.value.remaining)),1),a("span",mg,"/ "+w(Le(Ve.value.daily))+" credits left today",1)]),a("div",gg,[a("div",{class:Ce(["h-full rounded-full transition-all",st.value]),style:Eo({width:wt.value+"%"})},null,6)]),a("div",vg," Used "+w(Le(Ve.value.daily-Ve.value.remaining))+" today · "+w(Ve.value.probeCost)+" credit"+w(Ve.value.probeCost===1?"":"s")+" per query · "+w(Ve.value.mode),1)],64)):(p(),m(le,{key:1},[a("div",_g,[c[85]||(c[85]=z("Daily allowance: ",-1)),a("span",bg,w(Le(Ve.value.daily)),1),c[86]||(c[86]=z(" credits",-1))]),a("div",yg,w(Ve.value.probeCost)+" credit"+w(Ve.value.probeCost===1?"":"s")+" per query · "+w(Ve.value.mode)+". OpenSky only reports live remaining credits for authenticated requests — add OAuth2 credentials below to track usage. ",1)],64))],64)):(p(),m("div",xg,[...c[87]||(c[87]=[z(" Run ",-1),a("span",{class:"font-semibold text-ink-secondary"},"Test connection",-1),z(" below to fetch your live OpenSky credit balance. ",-1)])]))])):I("",!0),A(xe,{title:"OpenSky plan",desc:"Your account tier — sets the daily credit allowance.",keywords:"plan tier credits"},{default:ye(()=>[ke("plan")?(p(),m("span",wg,[z(w((Ut.find(k=>k.value===se("plan").effective)||{}).label||se("plan").effective||"—")+" ",1),Pe("plan")?(p(),m("span",kg,[A(J,{name:"lock",size:10}),z(w(Pe("plan")),1)])):I("",!0)])):(p(),nt(wn,{key:1,modelValue:we.plan,"onUpdate:modelValue":c[17]||(c[17]=k=>we.plan=k),options:Ut},null,8,["modelValue"]))]),_:1}),A(xe,{title:"Default bounding box",desc:"Automatic follows your location; or pick a region, or enter lamin,lomin,lamax,lomax by hand.",keywords:"bounding box bbox area region country continent world europe custom coordinates automatic location drone"},{default:ye(()=>[ke("bbox")?(p(),m("span",Sg,[z(w(S(se("bbox").effective)||se("bbox").effective||"—")+" ",1),Pe("bbox")?(p(),m("span",Tg,[A(J,{name:"lock",size:10}),z(w(Pe("bbox")),1)])):I("",!0)])):(p(),m("div",Pg,[ie(a("select",{"onUpdate:modelValue":c[18]||(c[18]=k=>V.value=k),class:"field w-64"},[ve.value?I("",!0):(p(),m("option",Cg,"Automatic (by location)")),(p(),m(le,null,Ie(kt,k=>a("optgroup",{key:k.label,label:k.label},[(p(!0),m(le,null,Ie(k.options,Be=>(p(),m("option",{key:Be.value,value:Be.value},w(Be.label),9,Ag))),128))],8,Lg)),64)),c[88]||(c[88]=a("option",{value:"__custom__"},"Custom…",-1))],512),[[Ot,V.value]]),re.value?(p(),m("p",Mg," Live map follows drone location → your device location → your Region ("+w(he.value)+"). ",1)):I("",!0),G.value?ie((p(),m("input",{key:1,"onUpdate:modelValue":c[19]||(c[19]=k=>we.bbox=k),class:"field w-64 font-mono",placeholder:"50.5,3.2,53.7,7.3"},null,512)),[[me,we.bbox]]):I("",!0)]))]),_:1}),A(xe,{title:"OAuth2 client ID",desc:"Optional — leave blank for anonymous access (lower limits).",keywords:"oauth client id credentials"},{default:ye(()=>[ke("clientId")?(p(),m("span",Eg,[z(w(se("clientId").effective||"—")+" ",1),Pe("clientId")?(p(),m("span",Og,[A(J,{name:"lock",size:10}),z(w(Pe("clientId")),1)])):I("",!0)])):ie((p(),m("input",{key:1,"onUpdate:modelValue":c[20]||(c[20]=k=>we.clientId=k),class:"field w-64",placeholder:"your-api-client"},null,512)),[[me,we.clientId]])]),_:1}),A(xe,{title:"OAuth2 client secret",desc:"Paired with the client ID for authenticated access.",keywords:"oauth client secret credentials password"},{default:ye(()=>[ke("clientSecret")?(p(),m("span",zg,[z(w(se("clientSecret").effective||"—")+" ",1),Pe("clientSecret")?(p(),m("span",$g,[A(J,{name:"lock",size:10}),z(w(Pe("clientSecret")),1)])):I("",!0)])):ie((p(),m("input",{key:1,"onUpdate:modelValue":c[21]||(c[21]=k=>we.clientSecret=k),type:"password",class:"field w-64",placeholder:"••••••••"},null,512)),[[me,we.clientSecret]])]),_:1}),$.available&&!$.allowAnonymous?(p(),m("div",Ig," Anonymous access is disabled by the administrator — OpenSky needs OAuth2 credentials from some layer to work. ")):I("",!0),a("div",Ng,[ae.value?I("",!0):(p(),m("button",{key:0,class:"btn-accent",disabled:ue.value||!$.available,onClick:ht},w(ue.value?"Saving…":ve.value?"Save organization settings":"Save settings"),9,Dg)),ve.value?I("",!0):(p(),m("div",Fg,[c[91]||(c[91]=a("label",{class:"text-xs text-ink-muted"},"Test area",-1)),ie(a("select",{"onUpdate:modelValue":c[22]||(c[22]=k=>Ct.value=k),class:"field w-44"},[c[89]||(c[89]=a("option",{value:"__default__"},"Default bounding box",-1)),(p(),m(le,null,Ie(Vt,k=>a("optgroup",{key:k.label,label:k.label},[(p(!0),m(le,null,Ie(k.options,Be=>(p(),m("option",{key:Be.value,value:Be.value},w(Be.label),9,Bg))),128))],8,Rg)),64)),c[90]||(c[90]=a("option",{value:"__custom__"},"Custom…",-1))],512),[[Ot,Ct.value]]),$t.value?ie((p(),m("input",{key:0,"onUpdate:modelValue":c[23]||(c[23]=k=>Zt.value=k),class:"field w-44 font-mono",placeholder:"lamin,lomin,lamax,lomax"},null,512)),[[me,Zt.value]]):I("",!0)])),ve.value?I("",!0):(p(),m("button",{key:2,class:"btn-ghost",disabled:ft.value||!$.available,onClick:kn},w(ft.value?"Testing…":"Test connection"),9,Ug)),ge.value?(p(),m("span",Vg,w(ge.value),1)):I("",!0),pe.value&&!ve.value?(p(),m("span",{key:4,class:Ce(["inline-flex items-center gap-1.5 rounded-full px-2.5 py-1 text-[11px] font-semibold",zi(pe.value.status)])},[c[92]||(c[92]=a("span",{class:"h-1.5 w-1.5 rounded-full bg-current"},null,-1)),z(w(pe.value.detail||pe.value.status),1)],2)):I("",!0)])]),a("div",Zg,[a("div",Hg,[a("div",jg,[A(J,{name:"sun",size:20})]),c[93]||(c[93]=a("div",{class:"min-w-0"},[a("div",{class:"text-sm font-semibold text-ink"},"OpenWeather"),a("div",{class:"mt-0.5 text-xs text-ink-muted"}," Current conditions and forecast from the OpenWeather API. Configure the API key and default location your account uses. ")],-1))]),Xe.loaded&&!Xe.available?(p(),m("div",Wg,[A(J,{name:"lock",size:14,class:"mr-1 inline"}),c[94]||(c[94]=z(" OpenWeather is currently disabled by your administrator. Contact them to enable it. ",-1))])):I("",!0),Xe.canEditOrg?(p(),m("div",Kg,[c[95]||(c[95]=a("div",{class:"text-xs text-ink-muted"},"Manage your own settings, or organization-wide settings that apply to every user.",-1)),A(wn,{modelValue:In.value,"onUpdate:modelValue":c[24]||(c[24]=k=>In.value=k),options:Pt},null,8,["modelValue"])])):I("",!0),Ln.value?(p(),nt(xe,{key:2,title:"Enable OpenWeather (organization-wide)",desc:"Turn it on or off for everyone in your organization.",keywords:"enable disable plugin openweather weather organization"},{default:ye(()=>[A(nn,{"model-value":Xe.orgEnabled,disabled:!Xe.available,"onUpdate:modelValue":Bi},null,8,["model-value","disabled"])]),_:1})):(p(),nt(xe,{key:3,title:"Enable OpenWeather",desc:"Turn the plugin on for your account in the Web App.",keywords:"enable disable plugin openweather weather"},{default:ye(()=>[A(nn,{"model-value":Xe.enabled,disabled:!Xe.available||!Xe.orgEnabled,"onUpdate:modelValue":Bi},null,8,["model-value","disabled"])]),_:1})),!Ln.value&&Xe.available&&!Xe.orgEnabled?(p(),m("div",Gg,[A(J,{name:"lock",size:13,class:"mr-1 inline"}),c[97]||(c[97]=z("OpenWeather is turned off for your organization",-1)),Xe.canEditOrg?(p(),m("span",qg,[...c[96]||(c[96]=[z(" — switch to ",-1),a("span",{class:"font-semibold"},"Organization",-1),z(" to turn it back on",-1)])])):I("",!0),c[98]||(c[98]=z(". ",-1))])):I("",!0),Ln.value?(p(),m("div",Yg,[A(J,{name:"users",size:13,class:"mr-1 inline"}),c[99]||(c[99]=z("These are organization-wide settings — they apply to everyone in ",-1)),a("span",Jg,w(t.organizationName||"your organization"),1),c[100]||(c[100]=z(". Leave the API key blank to let each user configure their own; a key set here overrides the user's. ",-1))])):Ri.value?(p(),m("div",Xg," As a superadmin you manage the global OpenWeather configuration in the API Server panel. The effective configuration is shown below. ")):I("",!0),A(xe,{title:"API key",desc:"Your OpenWeather API key (the appid parameter). Required — OpenWeather has no anonymous tier.",keywords:"api key appid secret credentials token openweather"},{default:ye(()=>[jt("apiKey")?(p(),m("span",Qg,[z(w(ze("apiKey").effective||"—")+" ",1),Je("apiKey")?(p(),m("span",ev,[A(J,{name:"lock",size:10}),z(w(Je("apiKey")),1)])):I("",!0)])):ie((p(),m("input",{key:1,"onUpdate:modelValue":c[25]||(c[25]=k=>Ht.apiKey=k),type:"password",class:"field w-64",placeholder:"••••••••"},null,512)),[[me,Ht.apiKey]])]),_:1}),A(xe,{title:"Units",desc:"Measurement system for temperatures and wind speed.",keywords:"units metric imperial standard celsius fahrenheit kelvin"},{default:ye(()=>[jt("units")?(p(),m("span",tv,[z(w((Ro.find(k=>k.value===ze("units").effective)||{}).label||ze("units").effective||"—")+" ",1),Je("units")?(p(),m("span",nv,[A(J,{name:"lock",size:10}),z(w(Je("units")),1)])):I("",!0)])):(p(),nt(wn,{key:1,modelValue:Ht.units,"onUpdate:modelValue":c[26]||(c[26]=k=>Ht.units=k),options:Ro},null,8,["modelValue"]))]),_:1}),A(xe,{title:"Default latitude",desc:"Latitude used by the health probe and calls with no location (−90…90).",keywords:"latitude location coordinates default"},{default:ye(()=>[jt("lat")?(p(),m("span",iv,[z(w(ze("lat").effective||"—")+" ",1),Je("lat")?(p(),m("span",ov,[A(J,{name:"lock",size:10}),z(w(Je("lat")),1)])):I("",!0)])):ie((p(),m("input",{key:1,"onUpdate:modelValue":c[27]||(c[27]=k=>Ht.lat=k),inputmode:"decimal",class:"field w-40 font-mono",placeholder:"52.2297"},null,512)),[[me,Ht.lat]])]),_:1}),A(xe,{title:"Default longitude",desc:"Longitude used by the health probe and calls with no location (−180…180).",keywords:"longitude location coordinates default"},{default:ye(()=>[jt("lon")?(p(),m("span",sv,[z(w(ze("lon").effective||"—")+" ",1),Je("lon")?(p(),m("span",av,[A(J,{name:"lock",size:10}),z(w(Je("lon")),1)])):I("",!0)])):ie((p(),m("input",{key:1,"onUpdate:modelValue":c[28]||(c[28]=k=>Ht.lon=k),inputmode:"decimal",class:"field w-40 font-mono",placeholder:"21.0122"},null,512)),[[me,Ht.lon]])]),_:1}),A(xe,{title:"Language",desc:"Optional ISO code for human-readable weather descriptions, e.g. en, pl, de.",keywords:"language locale description"},{default:ye(()=>[jt("lang")?(p(),m("span",rv,[z(w(ze("lang").effective||"—")+" ",1),Je("lang")?(p(),m("span",lv,[A(J,{name:"lock",size:10}),z(w(Je("lang")),1)])):I("",!0)])):ie((p(),m("input",{key:1,"onUpdate:modelValue":c[29]||(c[29]=k=>Ht.lang=k),class:"field w-24 font-mono",placeholder:"en"},null,512)),[[me,Ht.lang]])]),_:1}),A(xe,{title:"Calls per minute limit",desc:"Your plan's per-minute limit (free tier is 60). Only used to gauge app usage below. Leave blank to inherit; the app falls back to 60.",keywords:"calls per minute limit rate quota plan usage"},{default:ye(()=>[jt("callsPerMinute")?(p(),m("span",uv,[z(w(ze("callsPerMinute").effective||"60")+" ",1),Je("callsPerMinute")?(p(),m("span",cv,[A(J,{name:"lock",size:10}),z(w(Je("callsPerMinute")),1)])):I("",!0)])):ie((p(),m("input",{key:1,"onUpdate:modelValue":c[30]||(c[30]=k=>Ht.callsPerMinute=k),inputmode:"numeric",class:"field w-24 font-mono",placeholder:"60"},null,512)),[[me,Ht.callsPerMinute]])]),_:1}),Xe.available&&!Ln.value?(p(),m("div",dv,[a("div",fv,[a("div",hv,[A(J,{name:"signal",size:15}),c[101]||(c[101]=z("API call usage ",-1))]),Gn.value?(p(),m("span",pv,"Checked "+w(Uo()),1)):I("",!0)]),Ui.value?(p(),m(le,{key:0},[a("div",mv,[a("span",gv,w(Ui.value.minuteUsed),1),a("span",vv,"/ "+w(Ui.value.minuteLimit||"—")+" calls this minute",1)]),vs.value!=null?(p(),m("div",_v,[a("div",{class:Ce(["h-full rounded-full transition-all",fa.value]),style:Eo({width:vs.value+"%"})},null,6)])):I("",!0),a("div",bv,w(Ui.value.dayUsed)+" calls today · counts only requests PilotVault makes with this key, since server start. OpenWeather does not report remaining quota — check your account dashboard for the authoritative total. ",1)],64)):(p(),m("div",yv,[...c[102]||(c[102]=[z(" Run ",-1),a("span",{class:"font-semibold text-ink-secondary"},"Test connection",-1),z(" below to record and show call usage. ",-1)])]))])):I("",!0),a("div",xv,[Ri.value?I("",!0):(p(),m("button",{key:0,class:"btn-accent",disabled:Di.value||!Xe.available,onClick:Ft},w(Di.value?"Saving…":Ln.value?"Save organization settings":"Save settings"),9,wv)),Ln.value?I("",!0):(p(),m("button",{key:1,class:"btn-ghost",disabled:Fi.value||!Xe.available,onClick:bi},w(Fi.value?"Testing…":"Test connection"),9,kv)),Kn.value?(p(),m("span",Sv,w(Kn.value),1)):I("",!0),Gn.value&&!Ln.value?(p(),m("span",Tv,"Checked "+w(Uo()),1)):I("",!0),Qt.value&&!Ln.value?(p(),m("span",{key:4,class:Ce(["inline-flex items-center gap-1.5 rounded-full px-2.5 py-1 text-[11px] font-semibold",da(Qt.value.status)])},[c[103]||(c[103]=a("span",{class:"h-1.5 w-1.5 rounded-full bg-current"},null,-1)),z(w(Qt.value.detail||Qt.value.status),1)],2)):I("",!0)])])],64)):I("",!0),Hi("drives-external")?(p(),m(le,{key:2},[a("div",Pv,[a("div",Cv,[a("div",Lv,[A(J,{name:"server",size:20})]),c[104]||(c[104]=a("div",{class:"min-w-0"},[a("div",{class:"text-sm font-semibold text-ink"},"File Transfer (FTP / SFTP)"),a("div",{class:"mt-0.5 text-xs text-ink-muted"}," Connect to an FTP, FTPS or SFTP server. Configure the connection your account uses for file transfers. ")],-1))]),at.loaded&&!at.available?(p(),m("div",Av,[A(J,{name:"lock",size:14,class:"mr-1 inline"}),c[105]||(c[105]=z(" File transfer is currently disabled by your administrator. Contact them to enable it. ",-1))])):I("",!0),at.canEditOrg?(p(),m("div",Mv,[c[106]||(c[106]=a("div",{class:"text-xs text-ink-muted"},"Manage your own settings, or organization-wide settings that apply to every user.",-1)),A(wn,{modelValue:Sn.value,"onUpdate:modelValue":c[31]||(c[31]=k=>Sn.value=k),options:Pt},null,8,["modelValue"])])):I("",!0),St.value?(p(),nt(xe,{key:2,title:"Enable file transfer (organization-wide)",desc:"Turn it on or off for everyone in your organization.",keywords:"enable disable plugin ftp sftp organization"},{default:ye(()=>[A(nn,{"model-value":at.orgEnabled,disabled:!at.available,"onUpdate:modelValue":ra},null,8,["model-value","disabled"])]),_:1})):(p(),nt(xe,{key:3,title:"Enable file transfer",desc:"Turn the plugin on for your account in the Web App.",keywords:"enable disable plugin ftp sftp"},{default:ye(()=>[A(nn,{"model-value":at.enabled,disabled:!at.available||!at.orgEnabled,"onUpdate:modelValue":ra},null,8,["model-value","disabled"])]),_:1})),!St.value&&at.available&&!at.orgEnabled?(p(),m("div",Ev,[A(J,{name:"lock",size:13,class:"mr-1 inline"}),c[108]||(c[108]=z("File transfer is turned off for your organization",-1)),at.canEditOrg?(p(),m("span",Ov,[...c[107]||(c[107]=[z(" — switch to ",-1),a("span",{class:"font-semibold"},"Organization",-1),z(" to turn it back on",-1)])])):I("",!0),c[109]||(c[109]=z(". ",-1))])):I("",!0),St.value?(p(),m("div",zv,[A(J,{name:"users",size:13,class:"mr-1 inline"}),c[110]||(c[110]=z("These are organization-wide settings — they apply to everyone in ",-1)),a("span",$v,w(t.organizationName||"your organization"),1),c[111]||(c[111]=z(". Leave the connection blank to let each user configure their own; a connection set here overrides the user's. ",-1))])):Me.value?(p(),m("div",Iv," As a superadmin you manage the global file-transfer configuration in the API Server panel. The effective configuration is shown below. ")):I("",!0),A(xe,{title:"Protocol",desc:"SFTP (over SSH), FTPS (FTP over TLS), or plain FTP.",keywords:"protocol sftp ftps ftp"},{default:ye(()=>[_t("protocol")?(p(),m("span",Nv,[z(w(oa(Z("protocol").effective))+" ",1),bt("protocol")?(p(),m("span",Dv,[A(J,{name:"lock",size:10}),z(w(bt("protocol")),1)])):I("",!0)])):(p(),nt(wn,{key:1,modelValue:rt.protocol,"onUpdate:modelValue":c[32]||(c[32]=k=>rt.protocol=k),options:U},null,8,["modelValue"]))]),_:1}),A(xe,{title:"Host",desc:"Server hostname or IP address.",keywords:"host server address"},{default:ye(()=>[_t("host")?(p(),m("span",Fv,[z(w(Z("host").effective||"—")+" ",1),bt("host")?(p(),m("span",Rv,[A(J,{name:"lock",size:10}),z(w(bt("host")),1)])):I("",!0)])):ie((p(),m("input",{key:1,"onUpdate:modelValue":c[33]||(c[33]=k=>rt.host=k),class:"field w-64",placeholder:"files.example.com"},null,512)),[[me,rt.host]])]),_:1}),A(xe,{title:"Port",desc:"Leave blank for the protocol default (22 for SFTP, 21 for FTP/FTPS).",keywords:"port"},{default:ye(()=>[_t("port")?(p(),m("span",Bv,[z(w(Z("port").effective||"default")+" ",1),bt("port")?(p(),m("span",Uv,[A(J,{name:"lock",size:10}),z(w(bt("port")),1)])):I("",!0)])):ie((p(),m("input",{key:1,"onUpdate:modelValue":c[34]||(c[34]=k=>rt.port=k),inputmode:"numeric",class:"field w-24 font-mono",placeholder:"22"},null,512)),[[me,rt.port]])]),_:1}),A(xe,{title:"Username",desc:"Account used to authenticate.",keywords:"username login account"},{default:ye(()=>[_t("username")?(p(),m("span",Vv,[z(w(Z("username").effective||"—")+" ",1),bt("username")?(p(),m("span",Zv,[A(J,{name:"lock",size:10}),z(w(bt("username")),1)])):I("",!0)])):ie((p(),m("input",{key:1,"onUpdate:modelValue":c[35]||(c[35]=k=>rt.username=k),class:"field w-64",placeholder:"user"},null,512)),[[me,rt.username]])]),_:1}),A(xe,{title:"Password",desc:"Password auth for FTP/FTPS, or SFTP password login. Leave blank to use a key.",keywords:"password secret credentials"},{default:ye(()=>[_t("password")?(p(),m("span",Hv,[z(w(Z("password").effective||"—")+" ",1),bt("password")?(p(),m("span",jv,[A(J,{name:"lock",size:10}),z(w(bt("password")),1)])):I("",!0)])):ie((p(),m("input",{key:1,"onUpdate:modelValue":c[36]||(c[36]=k=>rt.password=k),type:"password",class:"field w-64",placeholder:"••••••••"},null,512)),[[me,rt.password]])]),_:1}),Et.value==="sftp"?(p(),nt(xe,{key:7,block:"",title:"SSH private key",desc:"PEM key for SFTP key auth — used instead of, or alongside, a password.",keywords:"private key ssh pem identity"},{default:ye(()=>[_t("privateKey")?(p(),m("span",Wv,[z(w(Z("privateKey").effective||"—")+" ",1),bt("privateKey")?(p(),m("span",Kv,[A(J,{name:"lock",size:10}),z(w(bt("privateKey")),1)])):I("",!0)])):ie((p(),m("textarea",{key:1,"onUpdate:modelValue":c[37]||(c[37]=k=>rt.privateKey=k),rows:"3",class:"field w-full font-mono text-xs",placeholder:"-----BEGIN OPENSSH PRIVATE KEY-----"},null,512)),[[me,rt.privateKey]])]),_:1})):I("",!0),Et.value==="sftp"?(p(),nt(xe,{key:8,title:"Private key passphrase",desc:"Passphrase protecting the SSH private key, if any.",keywords:"passphrase key secret"},{default:ye(()=>[_t("keyPassphrase")?(p(),m("span",Gv,[z(w(Z("keyPassphrase").effective||"—")+" ",1),bt("keyPassphrase")?(p(),m("span",qv,[A(J,{name:"lock",size:10}),z(w(bt("keyPassphrase")),1)])):I("",!0)])):ie((p(),m("input",{key:1,"onUpdate:modelValue":c[38]||(c[38]=k=>rt.keyPassphrase=k),type:"password",class:"field w-64",placeholder:"••••••••"},null,512)),[[me,rt.keyPassphrase]])]),_:1})):I("",!0),Et.value==="sftp"?(p(),nt(xe,{key:9,title:"Host key fingerprint",desc:"Optional SHA256:… fingerprint to pin the server's host key. Blank accepts any key.",keywords:"host key fingerprint verify trust"},{default:ye(()=>[_t("hostKeyFingerprint")?(p(),m("span",Yv,[z(w(Z("hostKeyFingerprint").effective||"—")+" ",1),bt("hostKeyFingerprint")?(p(),m("span",Jv,[A(J,{name:"lock",size:10}),z(w(bt("hostKeyFingerprint")),1)])):I("",!0)])):ie((p(),m("input",{key:1,"onUpdate:modelValue":c[39]||(c[39]=k=>rt.hostKeyFingerprint=k),class:"field w-full font-mono text-xs",placeholder:"SHA256:…"},null,512)),[[me,rt.hostKeyFingerprint]])]),_:1})):I("",!0),Et.value==="ftps"?(p(),nt(xe,{key:10,title:"TLS verification",desc:"Skip only for self-signed test servers.",keywords:"tls certificate verify insecure ftps"},{default:ye(()=>[_t("insecureSkipVerify")?(p(),m("span",Xv,[z(w(Z("insecureSkipVerify").effective==="true"?"Skip verification":"Verify certificate")+" ",1),bt("insecureSkipVerify")?(p(),m("span",Qv,[A(J,{name:"lock",size:10}),z(w(bt("insecureSkipVerify")),1)])):I("",!0)])):(p(),nt(wn,{key:1,modelValue:rt.insecureSkipVerify,"onUpdate:modelValue":c[40]||(c[40]=k=>rt.insecureSkipVerify=k),options:E},null,8,["modelValue"]))]),_:1})):I("",!0),A(xe,{title:"Base path",desc:"Working directory and health-check target, e.g. /uploads.",keywords:"base path directory folder root"},{default:ye(()=>[_t("basePath")?(p(),m("span",e_,[z(w(Z("basePath").effective||"—")+" ",1),bt("basePath")?(p(),m("span",t_,[A(J,{name:"lock",size:10}),z(w(bt("basePath")),1)])):I("",!0)])):ie((p(),m("input",{key:1,"onUpdate:modelValue":c[41]||(c[41]=k=>rt.basePath=k),class:"field w-64 font-mono",placeholder:"/uploads"},null,512)),[[me,rt.basePath]])]),_:1}),a("div",n_,[Me.value?I("",!0):(p(),m("button",{key:0,class:"btn-accent",disabled:pi.value||!at.available,onClick:or},w(pi.value?"Saving…":St.value?"Save organization settings":"Save settings"),9,i_)),St.value?I("",!0):(p(),m("button",{key:1,class:"btn-ghost",disabled:Ii.value||!at.available,onClick:sr},w(Ii.value?"Testing…":"Test connection"),9,o_)),hi.value?(p(),m("span",s_,w(hi.value),1)):I("",!0),jn.value&&!St.value?(p(),m("span",a_,"Checked "+w(sa()),1)):I("",!0),Gt.value&&!St.value?(p(),m("span",{key:4,class:Ce(["inline-flex items-center gap-1.5 rounded-full px-2.5 py-1 text-[11px] font-semibold",la(Gt.value.status)])},[c[112]||(c[112]=a("span",{class:"h-1.5 w-1.5 rounded-full bg-current"},null,-1)),z(w(Gt.value.detail||Gt.value.status),1)],2)):I("",!0)])]),a("div",r_,[a("div",l_,[a("div",u_,[A(J,{name:"cloud",size:20})]),c[113]||(c[113]=a("div",{class:"min-w-0"},[a("div",{class:"text-sm font-semibold text-ink"},"WebDAV"),a("div",{class:"mt-0.5 text-xs text-ink-muted"}," Connect to a WebDAV server (Nextcloud, ownCloud, IIS, …). Configure the connection your account uses. ")],-1))]),lt.loaded&&!lt.available?(p(),m("div",c_,[A(J,{name:"lock",size:14,class:"mr-1 inline"}),c[114]||(c[114]=z(" WebDAV is currently disabled by your administrator. Contact them to enable it. ",-1))])):I("",!0),lt.canEditOrg?(p(),m("div",d_,[c[115]||(c[115]=a("div",{class:"text-xs text-ink-muted"},"Manage your own settings, or organization-wide settings that apply to every user.",-1)),A(wn,{modelValue:Wn.value,"onUpdate:modelValue":c[42]||(c[42]=k=>Wn.value=k),options:Pt},null,8,["modelValue"])])):I("",!0),ot.value?(p(),nt(xe,{key:2,title:"Enable WebDAV (organization-wide)",desc:"Turn it on or off for everyone in your organization.",keywords:"enable disable plugin webdav organization"},{default:ye(()=>[A(nn,{"model-value":lt.orgEnabled,disabled:!lt.available,"onUpdate:modelValue":ca},null,8,["model-value","disabled"])]),_:1})):(p(),nt(xe,{key:3,title:"Enable WebDAV",desc:"Turn the plugin on for your account in the Web App.",keywords:"enable disable plugin webdav"},{default:ye(()=>[A(nn,{"model-value":lt.enabled,disabled:!lt.available||!lt.orgEnabled,"onUpdate:modelValue":ca},null,8,["model-value","disabled"])]),_:1})),!ot.value&<.available&&!lt.orgEnabled?(p(),m("div",f_,[A(J,{name:"lock",size:13,class:"mr-1 inline"}),c[117]||(c[117]=z("WebDAV is turned off for your organization",-1)),lt.canEditOrg?(p(),m("span",h_,[...c[116]||(c[116]=[z(" — switch to ",-1),a("span",{class:"font-semibold"},"Organization",-1),z(" to turn it back on",-1)])])):I("",!0),c[118]||(c[118]=z(". ",-1))])):I("",!0),ot.value?(p(),m("div",p_,[A(J,{name:"users",size:13,class:"mr-1 inline"}),c[119]||(c[119]=z("These are organization-wide settings — they apply to everyone in ",-1)),a("span",m_,w(t.organizationName||"your organization"),1),c[120]||(c[120]=z(". Leave the connection blank to let each user configure their own; a connection set here overrides the user's. ",-1))])):Io.value?(p(),m("div",g_," As a superadmin you manage the global WebDAV configuration in the API Server panel. The effective configuration is shown below. ")):I("",!0),A(xe,{block:"",title:"Server URL",desc:"WebDAV endpoint including scheme, e.g. https://cloud.example.com/remote.php/dav/files/alice/.",keywords:"url server address endpoint webdav host"},{default:ye(()=>[Cn("baseURL")?(p(),m("span",v_,[z(w(Pn("baseURL").effective||"—")+" ",1),qt("baseURL")?(p(),m("span",__,[A(J,{name:"lock",size:10}),z(w(qt("baseURL")),1)])):I("",!0)])):ie((p(),m("input",{key:1,"onUpdate:modelValue":c[43]||(c[43]=k=>Xt.baseURL=k),class:"field w-full font-mono text-xs",placeholder:"https://cloud.example.com/remote.php/dav/files/alice/"},null,512)),[[me,Xt.baseURL]])]),_:1}),A(xe,{title:"Username",desc:"Account used to authenticate (leave blank for a public share).",keywords:"username login account"},{default:ye(()=>[Cn("username")?(p(),m("span",b_,[z(w(Pn("username").effective||"—")+" ",1),qt("username")?(p(),m("span",y_,[A(J,{name:"lock",size:10}),z(w(qt("username")),1)])):I("",!0)])):ie((p(),m("input",{key:1,"onUpdate:modelValue":c[44]||(c[44]=k=>Xt.username=k),class:"field w-64",placeholder:"user"},null,512)),[[me,Xt.username]])]),_:1}),A(xe,{title:"Password",desc:"Password or app-specific token for HTTP Basic auth.",keywords:"password secret credentials token"},{default:ye(()=>[Cn("password")?(p(),m("span",x_,[z(w(Pn("password").effective||"—")+" ",1),qt("password")?(p(),m("span",w_,[A(J,{name:"lock",size:10}),z(w(qt("password")),1)])):I("",!0)])):ie((p(),m("input",{key:1,"onUpdate:modelValue":c[45]||(c[45]=k=>Xt.password=k),type:"password",class:"field w-64",placeholder:"••••••••"},null,512)),[[me,Xt.password]])]),_:1}),A(xe,{title:"TLS verification",desc:"Only affects HTTPS. Skip only for self-signed test servers.",keywords:"tls certificate verify insecure https"},{default:ye(()=>[Cn("insecureSkipVerify")?(p(),m("span",k_,[z(w(Pn("insecureSkipVerify").effective==="true"?"Skip verification":"Verify certificate")+" ",1),qt("insecureSkipVerify")?(p(),m("span",S_,[A(J,{name:"lock",size:10}),z(w(qt("insecureSkipVerify")),1)])):I("",!0)])):(p(),nt(wn,{key:1,modelValue:Xt.insecureSkipVerify,"onUpdate:modelValue":c[46]||(c[46]=k=>Xt.insecureSkipVerify=k),options:ua},null,8,["modelValue"]))]),_:1}),A(xe,{title:"Base path",desc:"Working directory under the server URL and health-check target, e.g. /Documents.",keywords:"base path directory folder root"},{default:ye(()=>[Cn("basePath")?(p(),m("span",T_,[z(w(Pn("basePath").effective||"—")+" ",1),qt("basePath")?(p(),m("span",P_,[A(J,{name:"lock",size:10}),z(w(qt("basePath")),1)])):I("",!0)])):ie((p(),m("input",{key:1,"onUpdate:modelValue":c[47]||(c[47]=k=>Xt.basePath=k),class:"field w-64 font-mono",placeholder:"/Documents"},null,512)),[[me,Xt.basePath]])]),_:1}),a("div",C_,[Io.value?I("",!0):(p(),m("button",{key:0,class:"btn-accent",disabled:zo.value||!lt.available,onClick:Fo},w(zo.value?"Saving…":ot.value?"Save organization settings":"Save settings"),9,L_)),ot.value?I("",!0):(p(),m("button",{key:1,class:"btn-ghost",disabled:$o.value||!lt.available,onClick:gi},w($o.value?"Testing…":"Test connection"),9,A_)),io.value?(p(),m("span",M_,w(io.value),1)):I("",!0),$n.value&&!ot.value?(p(),m("span",E_,"Checked "+w(Lt()),1)):I("",!0),Tn.value&&!ot.value?(p(),m("span",{key:4,class:Ce(["inline-flex items-center gap-1.5 rounded-full px-2.5 py-1 text-[11px] font-semibold",Mt(Tn.value.status)])},[c[121]||(c[121]=a("span",{class:"h-1.5 w-1.5 rounded-full bg-current"},null,-1)),z(w(Tn.value.detail||Tn.value.status),1)],2)):I("",!0)])])],64)):I("",!0),Hi("drives-local")?(p(),m("div",O_,[a("div",z_,[a("div",$_,[A(J,{name:"monitor",size:20})]),c[122]||(c[122]=a("div",{class:"min-w-0"},[a("div",{class:"text-sm font-semibold text-ink"},"Local Storage"),a("div",{class:"mt-0.5 text-xs text-ink-muted"}," A private folder on the server for your files. Each user has their own; members of an organization share one. ")],-1))]),Ae.loaded&&!Ae.available?(p(),m("div",I_,[A(J,{name:"lock",size:14,class:"mr-1 inline"}),c[123]||(c[123]=z(" Local storage is currently disabled by your administrator. Contact them to enable it. ",-1))])):Ae.loaded&&!Ae.rootConfigured?(p(),m("div",N_,[A(J,{name:"alertTriangle",size:14,class:"mr-1 inline"}),c[124]||(c[124]=z(" No storage root has been configured by your administrator yet. ",-1))])):I("",!0),Ae.canEditOrg?(p(),m("div",D_,[c[125]||(c[125]=a("div",{class:"text-xs text-ink-muted"},"Manage your own settings, or organization-wide settings that apply to every user.",-1)),A(wn,{modelValue:Vi.value,"onUpdate:modelValue":c[48]||(c[48]=k=>Vi.value=k),options:Pt},null,8,["modelValue"])])):I("",!0),gn.value?(p(),nt(xe,{key:3,title:"Enable local storage (organization-wide)",desc:"Turn it on or off for everyone in your organization.",keywords:"enable disable plugin local storage folder organization"},{default:ye(()=>[A(nn,{"model-value":Ae.orgEnabled,disabled:!Ae.available,"onUpdate:modelValue":xs},null,8,["model-value","disabled"])]),_:1})):(p(),nt(xe,{key:4,title:"Enable local storage",desc:"Turn the plugin on for your account in the Web App.",keywords:"enable disable plugin local storage folder"},{default:ye(()=>[A(nn,{"model-value":Ae.enabled,disabled:!Ae.available||!Ae.orgEnabled,"onUpdate:modelValue":xs},null,8,["model-value","disabled"])]),_:1})),!gn.value&&Ae.available&&!Ae.orgEnabled?(p(),m("div",F_,[A(J,{name:"lock",size:13,class:"mr-1 inline"}),c[127]||(c[127]=z("Local storage is turned off for your organization",-1)),Ae.canEditOrg?(p(),m("span",R_,[...c[126]||(c[126]=[z(" — switch to ",-1),a("span",{class:"font-semibold"},"Organization",-1),z(" to turn it back on",-1)])])):I("",!0),c[128]||(c[128]=z(". ",-1))])):I("",!0),gn.value?(p(),m("div",B_,[A(J,{name:"users",size:13,class:"mr-1 inline"}),c[129]||(c[129]=z("These are organization-wide settings — they apply to everyone in ",-1)),a("span",U_,w(t.organizationName||"your organization"),1),c[130]||(c[130]=z(", who all share the organization folder. Members can additionally enable a private folder inside it. ",-1))])):_s.value?(p(),m("div",V_," As a superadmin you manage the global storage root in the API Server panel. The effective configuration is shown below. ")):I("",!0),gn.value?(p(),nt(xe,{key:8,title:"Private folders",desc:"Let members create a private folder inside the organization folder, reachable only by them.",keywords:"private folder members allow policy organization"},{default:ye(()=>[A(nn,{"model-value":Ae.allowPrivate,disabled:!Ae.available,"onUpdate:modelValue":ur},null,8,["model-value","disabled"])]),_:1})):I("",!0),gn.value?I("",!0):(p(),m(le,{key:9},[A(xe,{block:"",title:"Your folders",desc:"Assigned automatically and isolated — no one else can reach your private folder.",keywords:"folder directory path storage location isolated private shared"},{default:ye(()=>[a("div",Z_,[(p(!0),m(le,null,Ie(Ae.mounts,k=>(p(),m("div",{key:k.id,class:"flex flex-wrap items-center gap-2"},[a("span",H_,w(k.path),1),k.kind==="shared"?(p(),m("span",j_,[A(J,{name:"users",size:10}),c[131]||(c[131]=z("Shared with your organization",-1))])):(p(),m("span",W_,[A(J,{name:"lock",size:10}),c[132]||(c[132]=z("Private to you",-1))])),ao.value[k.id]?(p(),m("span",{key:2,class:Ce(["inline-flex items-center gap-1.5 rounded-full px-2 py-0.5 text-[10px] font-semibold",va(ao.value[k.id].status)])},[c[133]||(c[133]=a("span",{class:"h-1.5 w-1.5 rounded-full bg-current"},null,-1)),z(w(ao.value[k.id].status),1)],2)):I("",!0)]))),128)),Ae.mounts.length?I("",!0):(p(),m("div",K_,w(Ae.rootConfigured?"No folder assigned yet.":"Waiting for the administrator to configure a storage root."),1))])]),_:1}),Ae.isOrgUser&&Ae.allowPrivate?(p(),nt(xe,{key:0,title:"My private folder",desc:"Add a private folder inside the organization folder, reachable only by you — you keep the shared folder too.",keywords:"private folder personal isolated organization inside"},{default:ye(()=>[A(nn,{"model-value":Ae.privateFolder,disabled:!Ae.available||!Ae.orgEnabled,"onUpdate:modelValue":ga},null,8,["model-value","disabled"])]),_:1})):Ae.isOrgUser&&!Ae.allowPrivate?(p(),m("div",G_,[A(J,{name:"lock",size:13,class:"mr-1 inline"}),c[134]||(c[134]=z("Private folders are turned off by your organization. ",-1))])):I("",!0)],64)),A(xe,{title:"Access mode",desc:"Read-only prevents uploads, deletes and folder creation.",keywords:"read only write access mode permission"},{default:ye(()=>[ha("readOnly")?(p(),m("span",q_,[z(w(rr(Zi("readOnly").effective))+" ",1),An("readOnly")?(p(),m("span",Y_,[A(J,{name:"lock",size:10}),z(w(An("readOnly")),1)])):I("",!0)])):(p(),nt(wn,{key:1,modelValue:so.value,"onUpdate:modelValue":c[49]||(c[49]=k=>so.value=k),options:Zo},null,8,["modelValue"]))]),_:1}),a("div",J_,[_s.value?I("",!0):(p(),m("button",{key:0,class:"btn-accent",disabled:Vo.value||!Ae.available,onClick:cr},w(Vo.value?"Saving…":gn.value?"Save organization settings":"Save settings"),9,X_)),gn.value?I("",!0):(p(),m("button",{key:1,class:"btn-ghost",disabled:en.value||!Ae.available,onClick:ws},w(en.value?"Testing…":"Test folder"),9,Q_)),qe.value?(p(),m("span",e1,w(qe.value),1)):I("",!0),yi.value&&!gn.value?(p(),m("span",t1,"Checked "+w(pa()),1)):I("",!0),ln.value&&!gn.value?(p(),m("span",{key:4,class:Ce(["inline-flex items-center gap-1.5 rounded-full px-2.5 py-1 text-[11px] font-semibold",va(ln.value.status)])},[c[135]||(c[135]=a("span",{class:"h-1.5 w-1.5 rounded-full bg-current"},null,-1)),z(w(ln.value.detail||ln.value.status),1)],2)):I("",!0)])])):I("",!0)])):q.id==="profile"?(p(),m("div",n1,[A(xe,{block:"",title:"Profile photo",desc:"PNG or JPG, up to ~1.5 MB. Stored on this device.",keywords:"avatar photo picture"},{default:ye(()=>[a("div",i1,[Ee(be).avatar?(p(),m("img",{key:0,src:Ee(be).avatar,alt:"Avatar",class:"h-16 w-16 rounded-full object-cover"},null,8,o1)):(p(),m("div",s1,w(ba.value),1)),a("div",a1,[a("label",r1,[A(J,{name:"upload",size:15,class:"mr-1.5 inline"}),c[136]||(c[136]=z("Upload ",-1)),a("input",{type:"file",accept:"image/*",class:"hidden",onChange:fr},null,32)]),Ee(be).avatar?(p(),m("button",{key:0,class:"btn-ghost",onClick:hr},"Remove")):I("",!0)])])]),_:1}),A(xe,{title:"Display name",desc:"The name shown on your public profile.",keywords:"display name profile"},{default:ye(()=>[ie(a("input",{"onUpdate:modelValue":c[50]||(c[50]=k=>Ee(be).displayName=k),class:"field w-56",placeholder:"Jane O.",onBlur:c[51]||(c[51]=k=>We("Saved."))},null,544),[[me,Ee(be).displayName]])]),_:1}),A(xe,{block:"",title:"Bio",desc:"A short description others can see.",keywords:"bio about description"},{default:ye(()=>[ie(a("textarea",{"onUpdate:modelValue":c[52]||(c[52]=k=>Ee(be).bio=k),rows:"3",maxlength:"240",class:"field w-full resize-none",placeholder:"Flight director, North yard operations…",onBlur:c[53]||(c[53]=k=>We("Saved."))},null,544),[[me,Ee(be).bio]]),a("div",l1,w((Ee(be).bio||"").length)+"/240",1)]),_:1}),A(xe,{title:"Show email on profile",desc:"Let teammates see your email address.",keywords:"show email public visibility"},{default:ye(()=>[A(nn,{modelValue:Ee(be).showEmail,"onUpdate:modelValue":c[54]||(c[54]=k=>Ee(be).showEmail=k)},null,8,["modelValue"])]),_:1})])):q.id==="security"?(p(),m("div",u1,[A(xe,{block:"",title:"Two-factor authentication",desc:"Require a one-time code at sign-in.",keywords:"two factor 2fa authentication security"},{default:ye(()=>[a("div",c1,[a("span",{class:Ce(["inline-flex items-center gap-1.5 rounded-full px-2.5 py-1 text-[11px] font-semibold",Ee(be).twoFactor?"bg-success-soft text-success-fg":"bg-surface-2 text-ink-secondary"])},[c[137]||(c[137]=a("span",{class:"h-1.5 w-1.5 rounded-full bg-current"},null,-1)),z(w(Ee(be).twoFactor?"Enabled":"Disabled"),1)],2),!Ee(be).twoFactor&&!lo.value?(p(),m("button",{key:0,class:"btn-accent",onClick:ji},"Enable 2FA")):Ee(be).twoFactor?(p(),m("button",{key:1,class:"btn-ghost",onClick:co},"Disable")):I("",!0)]),lo.value?(p(),m("div",d1,[a("div",f1,[c[139]||(c[139]=a("div",{class:"grid h-28 w-28 place-items-center rounded bg-white p-2"},[a("svg",{viewBox:"0 0 100 100",class:"h-full w-full"},[a("rect",{width:"100",height:"100",fill:"#fff"}),a("g",{fill:"#0F1E3D"},[a("rect",{x:"6",y:"6",width:"24",height:"24"}),a("rect",{x:"70",y:"6",width:"24",height:"24"}),a("rect",{x:"6",y:"70",width:"24",height:"24"}),a("rect",{x:"12",y:"12",width:"12",height:"12",fill:"#fff"}),a("rect",{x:"76",y:"12",width:"12",height:"12",fill:"#fff"}),a("rect",{x:"12",y:"76",width:"12",height:"12",fill:"#fff"}),a("rect",{x:"40",y:"10",width:"8",height:"8"}),a("rect",{x:"52",y:"20",width:"8",height:"8"}),a("rect",{x:"40",y:"40",width:"8",height:"8"}),a("rect",{x:"60",y:"44",width:"8",height:"8"}),a("rect",{x:"44",y:"60",width:"8",height:"8"}),a("rect",{x:"70",y:"60",width:"8",height:"8"}),a("rect",{x:"80",y:"72",width:"8",height:"8"}),a("rect",{x:"60",y:"80",width:"8",height:"8"})])])],-1)),a("div",h1,[c[138]||(c[138]=a("div",{class:"text-xs text-ink-secondary"},"Scan with an authenticator app, or enter this secret:",-1)),a("div",p1,w(_n.value),1),a("div",m1,[ie(a("input",{"onUpdate:modelValue":c[55]||(c[55]=k=>qn.value=k),inputmode:"numeric",maxlength:"6",class:"field w-28 font-mono tracking-[0.3em]",placeholder:"000000"},null,512),[[me,qn.value]]),a("button",{class:"btn-accent",onClick:pr},"Verify & enable")]),uo.value?(p(),m("p",g1,w(uo.value),1)):I("",!0)])])])):I("",!0),Ee(be).twoFactor&&bn.value.length?(p(),m("div",v1,[c[140]||(c[140]=a("div",{class:"text-xs font-semibold text-ink"},"Recovery codes",-1)),c[141]||(c[141]=a("div",{class:"mt-0.5 text-xs text-ink-muted"},"Store these somewhere safe — each works once.",-1)),a("div",_1,[(p(!0),m(le,null,Ie(bn.value,k=>(p(),m("span",{key:k,class:"select-all"},w(k),1))),128))])])):I("",!0),c[142]||(c[142]=a("p",{class:"mt-2 text-xs text-ink-muted"},"Prototype — codes are generated locally until the account service verifies them.",-1))]),_:1}),A(xe,{block:"",title:"Active sessions",desc:"Devices currently signed in to your account.",keywords:"sessions devices logout sign out remote"},{default:ye(()=>[a("div",b1,[a("div",y1,[a("div",x1,[A(J,{name:"monitor",size:18})]),a("div",w1,[a("div",k1,[z(w(Wo())+" on "+w(mr())+" ",1),c[143]||(c[143]=a("span",{class:"ml-1 rounded-full bg-success-soft px-2 py-0.5 text-[10px] font-semibold text-success-fg"},"This device",-1))]),a("div",S1,"Signed in "+w(Ee(Su)(Ee(ti))),1)]),a("button",{class:"btn-ghost",onClick:c[56]||(c[56]=k=>l("logout"))},"Log out")])]),c[144]||(c[144]=a("button",{class:"btn-ghost mt-2 opacity-60",disabled:"",title:"Requires the account service"}," Log out all other devices ",-1)),c[145]||(c[145]=a("p",{class:"mt-2 text-xs text-ink-muted"}," Only this session is visible from the browser; enumerating and revoking remote sessions needs the account service. ",-1))]),_:1})])):q.id==="team"?(p(),m("div",T1,[Qe.id?(p(),m("div",P1,[A(xe,{block:"",title:`Edit user — ${Qe.email}`,desc:"Update details, change role, reset password, or set verified.",keywords:"edit user update role password verified organization"},{default:ye(()=>[a("div",C1,[a("div",L1,[ie(a("input",{"onUpdate:modelValue":c[57]||(c[57]=k=>Qe.email=k),type:"email",class:"field flex-1",placeholder:"name@pilotvault.local"},null,512),[[me,Qe.email]]),ie(a("select",{"onUpdate:modelValue":c[58]||(c[58]=k=>Qe.role=k),class:"field w-32",disabled:qo.value,title:qo.value?"You cannot change your own role":""},[(p(!0),m(le,null,Ie(ya.value,k=>(p(),m("option",{key:k.value,value:k.value},w(k.label),9,M1))),128))],8,A1),[[Ot,Qe.role]])]),u.value?ie((p(),m("select",{key:0,"onUpdate:modelValue":c[59]||(c[59]=k=>Qe.organization=k),class:"field",title:"Organization"},[(p(!0),m(le,null,Ie(Cs.value,k=>(p(),m("option",{key:k.value,value:k.value},w(k.label),9,E1))),128))],512)),[[Ot,Qe.organization]]):I("",!0),ie(a("input",{"onUpdate:modelValue":c[60]||(c[60]=k=>Qe.password=k),type:"password",class:"field",placeholder:"New password (leave blank to keep current)"},null,512),[[me,Qe.password]]),a("label",O1,[A(nn,{modelValue:Qe.verified,"onUpdate:modelValue":c[61]||(c[61]=k=>Qe.verified=k)},null,8,["modelValue"]),c[146]||(c[146]=z(" Email verified ",-1))]),a("div",z1,[a("button",{class:"btn-accent",disabled:Ki.value,onClick:vr},w(Ki.value?"Saving…":"Save changes"),9,$1),a("button",{class:"btn-ghost",onClick:ho},"Cancel"),En.value?(p(),m("span",I1,w(En.value),1)):I("",!0),qo.value?(p(),m("span",N1,"Editing your own account — role locked.")):I("",!0)])])]),_:1},8,["title"])])):(p(),m("div",D1,[A(xe,{block:"",title:"Add user",desc:"Create a new account. Admins add users within their organization; superadmins can target any.",keywords:"add user create account role admin organization"},{default:ye(()=>[a("div",F1,[a("div",R1,[ie(a("input",{"onUpdate:modelValue":c[62]||(c[62]=k=>Rt.email=k),type:"email",class:"field flex-1",placeholder:"name@pilotvault.local"},null,512),[[me,Rt.email]]),ie(a("select",{"onUpdate:modelValue":c[63]||(c[63]=k=>Rt.role=k),class:"field w-32"},[(p(!0),m(le,null,Ie(ya.value,k=>(p(),m("option",{key:k.value,value:k.value},w(k.label),9,B1))),128))],512),[[Ot,Rt.role]])]),u.value?ie((p(),m("select",{key:0,"onUpdate:modelValue":c[64]||(c[64]=k=>Rt.organization=k),class:"field",title:"Organization"},[(p(!0),m(le,null,Ie(Cs.value,k=>(p(),m("option",{key:k.value,value:k.value},w(k.label),9,U1))),128))],512)),[[Ot,Rt.organization]]):(p(),m("div",V1,[c[147]||(c[147]=z(" New users join your organization: ",-1)),a("span",Z1,w(t.organizationName||"—"),1)])),ie(a("input",{"onUpdate:modelValue":c[65]||(c[65]=k=>Rt.password=k),type:"password",class:"field",placeholder:"Temporary password (min 8 chars)"},null,512),[[me,Rt.password]]),a("div",H1,[a("button",{class:"btn-accent",disabled:Ko.value,onClick:Ls},w(Ko.value?"Creating…":"Create user"),9,j1),tn.value?(p(),m("span",W1,w(tn.value),1)):I("",!0)])])]),_:1})])),a("div",K1,[a("div",G1,[c[148]||(c[148]=a("div",null,[a("div",{class:"eyebrow"},"Team"),a("div",{class:"mt-0.5 text-base font-semibold text-ink"},"All users")],-1)),a("button",{class:"btn-ghost",disabled:fo.value,onClick:ii},w(fo.value?"Loading…":"Refresh"),9,q1)]),Wi.value?(p(),m("div",Y1,w(Wi.value),1)):!wi.value.length&&!fo.value?(p(),m("div",J1,"No users yet.")):(p(),m("div",X1,[a("table",Q1,[a("thead",null,[a("tr",eb,[(p(),m(le,null,Ie(["User","Role","Organization","Status",""],k=>a("th",{key:k,class:"border-y border-line bg-surface-2 px-5 py-2.5 font-mono text-[10.5px] font-normal uppercase tracking-caps text-ink-muted"},w(k),1)),64))])]),a("tbody",null,[(p(!0),m(le,null,Ie(wi.value,k=>(p(),m("tr",{key:k.id,class:Ce(["border-b border-line last:border-0",Qe.id===k.id?"bg-accent-soft":""])},[a("td",tb,[a("span",nb,w(k.email),1),k.email===t.email?(p(),m("span",ib,"(you)")):I("",!0)]),a("td",ob,[a("span",{class:Ce(["inline-flex items-center gap-1.5 rounded-full px-2.5 py-1 text-[11px] font-semibold",y(k.role||"user")])},[A(J,{name:_(k.role||"user"),size:12},null,8,["name"]),z(w(h(k.role||"user")),1)],2)]),a("td",sb,[a("span",{class:Ce(["text-sm",k.organizationName?"text-ink-secondary":"text-ink-muted"])},w(k.organizationName||"—"),3)]),a("td",ab,[a("span",{class:Ce(["text-xs",k.verified?"text-success-fg":"text-ink-muted"])},w(k.verified?"Verified":"Unverified"),3)]),a("td",rb,[Dn.value===k.id?(p(),m(le,{key:0},[c[149]||(c[149]=a("span",{class:"mr-2 text-xs text-ink-muted"},"Remove?",-1)),a("button",{class:"btn-ghost mr-1",onClick:c[66]||(c[66]=Be=>Dn.value="")},"Cancel"),a("button",{class:"rounded bg-danger px-3 py-1.5 text-sm font-semibold text-white transition hover:brightness-110",onClick:Be=>Go(k)}," Remove ",8,lb)],64)):(p(),m("div",ub,[a("button",{class:"btn-ghost inline-flex items-center gap-1.5",onClick:Be=>gr(k)},[A(J,{name:"settings",size:14}),c[150]||(c[150]=z(" Edit ",-1))],8,cb),k.email!==t.email?(p(),m("button",{key:0,class:"btn-ghost inline-flex items-center gap-1.5",onClick:Be=>Dn.value=k.id},[A(J,{name:"trash",size:14}),c[151]||(c[151]=z(" Remove ",-1))],8,db)):I("",!0)]))])],2))),128))])])]))])])):q.id==="organizations"?(p(),m("div",fb,[Nt.id?(p(),m("div",hb,[A(xe,{block:"",title:"Rename organization",desc:"Update the organization's display name.",keywords:"rename organization edit"},{default:ye(()=>[a("div",pb,[ie(a("input",{"onUpdate:modelValue":c[67]||(c[67]=k=>Nt.name=k),class:"field",placeholder:"Organization name",onKeyup:pu(xa,["enter"])},null,544),[[me,Nt.name]]),a("div",mb,[a("button",{class:"btn-accent",onClick:xa},"Save changes"),a("button",{class:"btn-ghost",onClick:Ms},"Cancel"),Fn.value?(p(),m("span",gb,w(Fn.value),1)):I("",!0)])])]),_:1})])):(p(),m("div",vb,[A(xe,{block:"",title:"Add organization",desc:"Create a new organization. Assign admins and users to it from User management.",keywords:"add organization create tenant company"},{default:ye(()=>[a("div",_b,[ie(a("input",{"onUpdate:modelValue":c[68]||(c[68]=k=>po.name=k),class:"field",placeholder:"e.g. Northwind Aerial",onKeyup:pu(_o,["enter"])},null,544),[[me,po.name]]),a("div",bb,[a("button",{class:"btn-accent",disabled:go.value,onClick:_o},w(go.value?"Creating…":"Create organization"),9,yb),mo.value?(p(),m("span",xb,w(mo.value),1)):I("",!0)])])]),_:1})])),a("div",wb,[a("div",{class:"flex items-center justify-between px-5 py-4"},[c[152]||(c[152]=a("div",null,[a("div",{class:"eyebrow"},"Tenancy"),a("div",{class:"mt-0.5 text-base font-semibold text-ink"},"All organizations")],-1)),a("button",{class:"btn-ghost",onClick:ni},"Refresh")]),yn.value.length?(p(),m("div",Sb,[a("table",Tb,[a("thead",null,[a("tr",Pb,[(p(),m(le,null,Ie(["Organization","Members",""],k=>a("th",{key:k,class:"border-y border-line bg-surface-2 px-5 py-2.5 font-mono text-[10.5px] font-normal uppercase tracking-caps text-ink-muted"},w(k),1)),64))])]),a("tbody",null,[(p(!0),m(le,null,Ie(yn.value,k=>(p(),m("tr",{key:k.id,class:Ce(["border-b border-line last:border-0",Nt.id===k.id?"bg-accent-soft":""])},[a("td",Cb,[a("span",Lb,[A(J,{name:"grid",size:14,class:"text-ink-muted"}),z(w(k.name),1)])]),a("td",Ab,w(As.value[k.id]||0),1),a("td",Mb,[vo.value===k.id?(p(),m(le,{key:0},[c[153]||(c[153]=a("span",{class:"mr-2 text-xs text-ink-muted"},"Delete?",-1)),a("button",{class:"btn-ghost mr-1",onClick:c[69]||(c[69]=Be=>vo.value="")},"Cancel"),a("button",{class:"rounded bg-danger px-3 py-1.5 text-sm font-semibold text-white transition hover:brightness-110",onClick:Be=>bo(k)}," Delete ",8,Eb)],64)):(p(),m("div",Ob,[a("button",{class:"btn-ghost inline-flex items-center gap-1.5",onClick:Be=>_r(k)},[A(J,{name:"settings",size:14}),c[154]||(c[154]=z(" Rename ",-1))],8,zb),a("button",{class:"btn-ghost inline-flex items-center gap-1.5",disabled:(As.value[k.id]||0)>0,title:(As.value[k.id]||0)>0?"Reassign or remove members first":"",onClick:Be=>vo.value=k.id},[A(J,{name:"trash",size:14}),c[155]||(c[155]=z(" Delete ",-1))],8,$b)]))])],2))),128))])])])):(p(),m("div",kb,"No organizations yet."))])])):q.id==="advanced"?(p(),m("div",Ib,[a("div",Nb,[A(xe,{title:"Export data",desc:"Download your settings and profile as JSON.",keywords:"export data download backup"},{default:ye(()=>[a("button",{class:"btn-ghost",onClick:br},[A(J,{name:"download",size:15,class:"mr-1.5 inline"}),c[156]||(c[156]=z("Export",-1))])]),_:1}),A(xe,{block:"",title:"Import data",desc:"Restore settings from a previous export.",keywords:"import data upload restore"},{default:ye(()=>[a("label",Db,[A(J,{name:"upload",size:15,class:"mr-1.5 inline"}),c[157]||(c[157]=z("Choose file… ",-1)),a("input",{type:"file",accept:"application/json,.json",class:"hidden",onChange:wa},null,32)]),Yn.value?(p(),m("p",Fb,w(Yn.value),1)):I("",!0)]),_:1})]),a("div",Rb,[a("div",Bb,[A(J,{name:"alertTriangle",size:18}),c[158]||(c[158]=a("h3",{class:"text-sm font-bold uppercase tracking-caps"},"Danger zone",-1))]),c[163]||(c[163]=a("p",{class:"mt-1 text-xs text-ink-secondary"},"Deleting your account is permanent and cannot be undone.",-1)),a("div",Ub,[c[162]||(c[162]=a("div",{class:"text-sm font-semibold text-ink"},"Delete account",-1)),a("label",Vb,[ie(a("input",{"onUpdate:modelValue":c[70]||(c[70]=k=>mt.understand=k),type:"checkbox",class:"mt-0.5 h-4 w-4 accent-[var(--danger)]"},null,512),[[Va,mt.understand]]),c[159]||(c[159]=z(" I understand this permanently deletes my account and all associated data. ",-1))]),a("div",Zb,[a("label",Hb,[c[160]||(c[160]=z("Type ",-1)),a("span",jb,w(On.value),1),c[161]||(c[161]=z(" to confirm",-1))]),ie(a("input",{"onUpdate:modelValue":c[71]||(c[71]=k=>mt.typed=k),class:"field w-full max-w-[360px] font-mono",placeholder:On.value},null,8,Wb),[[me,mt.typed]])]),a("div",Kb,[mt.armed?(p(),m("button",{key:1,class:"rounded bg-danger px-4 py-2.5 text-sm font-semibold text-white transition enabled:hover:brightness-110 disabled:cursor-not-allowed disabled:opacity-50",disabled:mt.cooldown>0,onClick:xo},w(mt.cooldown>0?`Confirm in ${mt.cooldown}s…`:"Permanently delete account"),9,qb)):(p(),m("button",{key:0,class:"rounded bg-danger px-4 py-2.5 text-sm font-semibold text-white transition enabled:hover:brightness-110 disabled:cursor-not-allowed disabled:opacity-40",disabled:!Yo.value,onClick:ka}," Delete account… ",8,Gb)),mt.armed&&mt.cooldown>0?(p(),m("span",Yb,"Cooling-off period — read once more.")):I("",!0)]),mt.msg?(p(),m("p",Jb,w(mt.msg),1)):I("",!0)])])])):I("",!0)],64))),128))])]),A(vh,{name:"fade"},{default:ye(()=>[Nn.value?(p(),m("div",Xb,[A(J,{name:"check",size:16,class:"text-success-fg"}),z(w(Nn.value),1)])):I("",!0)]),_:1})]))}},ey=Pm(Qb,[["__scopeId","data-v-7522b856"]]),ty={class:"mx-auto flex max-w-[1240px] flex-col gap-5 p-7"},ny={class:"flex flex-wrap items-center gap-3"},iy={class:"ml-auto flex items-center gap-2"},oy=["href"],sy={class:"grid grid-cols-3 gap-4 max-[900px]:grid-cols-1"},ay={class:"eyebrow"},ry={key:0,class:"panel border-danger/40 p-4 text-sm text-danger-fg"},ly={key:1,class:"panel p-5"},uy={class:"mb-4 flex items-center justify-between"},cy={class:"eyebrow"},dy={class:"grid grid-cols-3 gap-3 max-[760px]:grid-cols-1"},fy={class:"block"},hy={class:"block"},py={class:"block"},my={class:"block"},gy={key:0,value:""},vy=["value"],_y={class:"block"},by={class:"block"},yy={class:"block"},xy={class:"block"},wy={class:"block"},ky=["value"],Sy={class:"block"},Ty=["value"],Py={class:"block"},Cy=["value"],Ly={class:"block"},Ay={class:"mt-3 block"},My={key:0,class:"mt-3 grid grid-cols-2 gap-3 max-[760px]:grid-cols-1"},Ey={class:"block"},Oy={class:"block"},zy={class:"block"},$y={class:"block"},Iy={class:"col-span-2 block max-[760px]:col-span-1"},Ny={class:"mt-4 flex items-center gap-3"},Dy=["disabled"],Fy={key:0,class:"text-sm text-danger-fg"},Ry={class:"panel overflow-hidden p-0"},By={key:0,class:"px-5 py-12 text-center text-sm text-ink-muted"},Uy={key:1,class:"grid place-items-center px-5 py-16 text-center"},Vy={key:2,class:"overflow-x-auto"},Zy={class:"w-full border-collapse text-sm"},Hy={class:"text-left"},jy={class:"whitespace-nowrap px-5 py-3 font-mono text-ink"},Wy={key:0,class:"text-ink-muted"},Ky={class:"px-5 py-3 text-ink-secondary"},Gy=["title"],qy={class:"px-5 py-3 font-mono text-ink-secondary"},Yy={class:"px-5 py-3 text-ink-secondary"},Jy={class:"px-5 py-3"},Xy=["onClick"],Qy={class:"whitespace-nowrap px-5 py-3 text-right"},ex=["onClick"],tx=["onClick"],nx=["onClick"],ix={key:0,class:"border-b border-line bg-surface-2"},ox={colspan:"7",class:"px-5 py-3"},sx={class:"flex flex-wrap gap-x-8 gap-y-1.5 text-xs"},ax={class:"text-ink-secondary"},rx={class:"text-ink"},lx={class:"text-ink-secondary"},ux={class:"text-ink"},cx={class:"text-ink-secondary"},dx={class:"font-mono text-ink"},fx={key:0,class:"text-ink-secondary"},hx={class:"text-ink"},px={key:0,class:"mt-2 space-y-1"},mx={key:1,class:"mt-2 text-xs text-success-fg"},gx={__name:"Logbook",props:{email:{type:String,default:""},role:{type:String,default:"user"},organization:{type:String,default:""},organizationName:{type:String,default:""}},setup(t){const i=t,s={success:"bg-success-soft text-success-fg",danger:"bg-danger-soft text-danger-fg",neutral:"bg-surface-2 text-ink-secondary"},l=Y([]),u=Y([]),f=Y(!1),h=Y("");async function _(){f.value=!0,h.value="";const[O,N]=await Promise.all([pl(),Ap()]);(!O.ok||!N.ok)&&(h.value=O.status===503||N.status===503?"Logbook storage is not configured on the API Server (service account missing).":"Could not load the logbook."),l.value=O.drones,u.value=N.flights,f.value=!1}fi(_);function y(O){const N=O.compliance||{};return N.exempt?{tone:"neutral",label:"Exempt"}:(N.redFlags||[]).length?{tone:"danger",label:`${N.redFlags.length} issue${N.redFlags.length>1?"s":""}`}:{tone:"success",label:"Compliant"}}const C=Y("");function T(O){C.value=C.value===O?"":O}const M=[{value:"open",label:"Open"},{value:"specific",label:"Specific"},{value:"certified",label:"Certified"}],H=[{value:"commercial",label:"Commercial"},{value:"research",label:"Research"},{value:"public",label:"Public-benefit"},{value:"hobby",label:"Private hobby"},{value:"club_area",label:"Model-club area"}],j=[{value:"",label:"Auto (from drone)"},{value:"manual",label:"Manual"},{value:"automatic",label:"Automatic (FDR)"}];function K(){var O;return{operationDate:new Date().toISOString().slice(0,10),startTime:"",endTime:"",drone:((O=l.value[0])==null?void 0:O.id)||"",areaRoute:"",maxAltitudeAgl:"",pilotName:i.email,certificateRef:"",category:"open",purpose:"commercial",loggingPath:"",rawFdrLogUrl:"",authorisationRef:"",weather:"",airspaceRef:"",observer:"",incidents:"",notes:""}}const F=Y(!1),te=Y(""),X=gt(K()),fe=Y(""),Se=Y(!1),de=Y(!1);function Fe(){Object.assign(X,K()),te.value="",fe.value="",de.value=!1,F.value=!0}function Oe(O){Object.assign(X,{operationDate:(O.operationDate||"").slice(0,10),startTime:O.startTime||"",endTime:O.endTime||"",drone:O.drone||"",areaRoute:O.areaRoute||"",maxAltitudeAgl:O.maxAltitudeAgl||"",pilotName:O.pilotName||"",certificateRef:O.certificateRef||"",category:O.category||"open",purpose:O.purpose||"commercial",loggingPath:O.loggingPath||"",rawFdrLogUrl:O.rawFdrLogUrl||"",authorisationRef:O.authorisationRef||"",weather:O.weather||"",airspaceRef:O.airspaceRef||"",observer:O.observer||"",incidents:O.incidents||"",notes:O.notes||""}),te.value=O.id,fe.value="",de.value=!!(O.weather||O.airspaceRef||O.observer||O.incidents||O.notes),F.value=!0}function Te(){F.value=!1,te.value=""}async function Ze(){var $;if(fe.value="",!X.drone){fe.value="Select a drone first (add one in the Drones section).";return}Se.value=!0;const O={...X,maxAltitudeAgl:Number(X.maxAltitudeAgl)||0},N=te.value?await Ep(te.value,O):await Mp(O);if(Se.value=!1,!N.ok){fe.value=(($=N.body)==null?void 0:$.error)||"Could not save the flight.";return}F.value=!1,await _()}const he=Y("");async function Q(O){const N=await Op(O.id);he.value="",N.ok&&await _()}const B=ce(()=>{const O=u.value.length,N=u.value.filter(Ye=>{var we;return(((we=Ye.compliance)==null?void 0:we.redFlags)||[]).length}).length,$=u.value.filter(Ye=>{var we;return(we=Ye.compliance)==null?void 0:we.required}).length;return{total:O,flagged:N,required:$}});return(O,N)=>(p(),m("div",ty,[a("div",ny,[N[22]||(N[22]=a("div",null,[a("div",{class:"eyebrow"},"Logbook"),a("div",{class:"mt-0.5 text-base font-semibold text-ink"},"Flights (BEK 1649 §5)")],-1)),a("div",iy,[a("a",{href:Ee(zp)(),class:"btn-ghost inline-flex items-center gap-2",title:"Download a compliance CSV (Trafikstyrelsen / police disclosure)"},[A(J,{name:"download",size:15}),N[20]||(N[20]=z(" Export CSV ",-1))],8,oy),a("button",{class:"btn-accent inline-flex items-center gap-2",onClick:Fe},[A(J,{name:"plus",size:15}),N[21]||(N[21]=z(" Log flight ",-1))])])]),a("div",sy,[(p(!0),m(le,null,Ie([{label:"Flights logged",value:B.value.total,tone:"neutral"},{label:"Require logbook",value:B.value.required,tone:"neutral"},{label:"Compliance flags",value:B.value.flagged,tone:B.value.flagged?"danger":"success"}],$=>(p(),m("div",{key:$.label,class:"panel p-5"},[a("div",ay,w($.label),1),a("div",{class:Ce(["mt-2 text-[30px] font-bold leading-none tracking-tightest",$.tone==="danger"?"text-danger-fg":$.tone==="success"?"text-success-fg":"text-ink"])},w($.value),3)]))),128))]),h.value?(p(),m("div",ry,w(h.value),1)):I("",!0),F.value?(p(),m("div",ly,[a("div",uy,[a("div",null,[a("div",cy,w(te.value?"Edit entry":"New entry"),1),N[23]||(N[23]=a("div",{class:"mt-0.5 text-base font-semibold text-ink"},"Logbook flight (BEK 1649 §5)",-1))]),a("button",{class:"btn-icon",onClick:Te},[A(J,{name:"x",size:16})])]),a("div",dy,[a("label",fy,[N[24]||(N[24]=a("span",{class:"eyebrow mb-1 block"},"Date",-1)),ie(a("input",{"onUpdate:modelValue":N[0]||(N[0]=$=>X.operationDate=$),type:"date",class:"field"},null,512),[[me,X.operationDate]])]),a("label",hy,[N[25]||(N[25]=a("span",{class:"eyebrow mb-1 block"},"Start",-1)),ie(a("input",{"onUpdate:modelValue":N[1]||(N[1]=$=>X.startTime=$),type:"time",class:"field"},null,512),[[me,X.startTime]])]),a("label",py,[N[26]||(N[26]=a("span",{class:"eyebrow mb-1 block"},"End",-1)),ie(a("input",{"onUpdate:modelValue":N[2]||(N[2]=$=>X.endTime=$),type:"time",class:"field"},null,512),[[me,X.endTime]])]),a("label",my,[N[27]||(N[27]=a("span",{class:"eyebrow mb-1 block"},"Drone",-1)),ie(a("select",{"onUpdate:modelValue":N[3]||(N[3]=$=>X.drone=$),class:"field"},[l.value.length?I("",!0):(p(),m("option",gy,"— add a drone first —")),(p(!0),m(le,null,Ie(l.value,$=>(p(),m("option",{key:$.id,value:$.id},w($.displayName),9,vy))),128))],512),[[Ot,X.drone]])]),a("label",_y,[N[28]||(N[28]=a("span",{class:"eyebrow mb-1 block"},"Max altitude (m AGL)",-1)),ie(a("input",{"onUpdate:modelValue":N[4]||(N[4]=$=>X.maxAltitudeAgl=$),type:"number",min:"0",class:"field",placeholder:"120"},null,512),[[me,X.maxAltitudeAgl]])]),a("label",by,[N[29]||(N[29]=a("span",{class:"eyebrow mb-1 block"},"Area / route",-1)),ie(a("input",{"onUpdate:modelValue":N[5]||(N[5]=$=>X.areaRoute=$),class:"field",placeholder:"Field N of Roskilde, grid survey"},null,512),[[me,X.areaRoute]])]),a("label",yy,[N[30]||(N[30]=a("span",{class:"eyebrow mb-1 block"},"Remote pilot name",-1)),ie(a("input",{"onUpdate:modelValue":N[6]||(N[6]=$=>X.pilotName=$),class:"field",placeholder:"Full name"},null,512),[[me,X.pilotName]])]),a("label",xy,[N[31]||(N[31]=a("span",{class:"eyebrow mb-1 block"},"Certificate ref",-1)),ie(a("input",{"onUpdate:modelValue":N[7]||(N[7]=$=>X.certificateRef=$),class:"field",placeholder:"A2 / STS cert no."},null,512),[[me,X.certificateRef]])]),a("label",wy,[N[32]||(N[32]=a("span",{class:"eyebrow mb-1 block"},"Logging path",-1)),ie(a("select",{"onUpdate:modelValue":N[8]||(N[8]=$=>X.loggingPath=$),class:"field"},[(p(),m(le,null,Ie(j,$=>a("option",{key:$.value,value:$.value},w($.label),9,ky)),64))],512),[[Ot,X.loggingPath]])]),a("label",Sy,[N[33]||(N[33]=a("span",{class:"eyebrow mb-1 block"},"Category",-1)),ie(a("select",{"onUpdate:modelValue":N[9]||(N[9]=$=>X.category=$),class:"field"},[(p(),m(le,null,Ie(M,$=>a("option",{key:$.value,value:$.value},w($.label),9,Ty)),64))],512),[[Ot,X.category]])]),a("label",Py,[N[34]||(N[34]=a("span",{class:"eyebrow mb-1 block"},"Purpose",-1)),ie(a("select",{"onUpdate:modelValue":N[10]||(N[10]=$=>X.purpose=$),class:"field"},[(p(),m(le,null,Ie(H,$=>a("option",{key:$.value,value:$.value},w($.label),9,Cy)),64))],512),[[Ot,X.purpose]])]),a("label",Ly,[N[35]||(N[35]=a("span",{class:"eyebrow mb-1 block"},"Authorisation ref",-1)),ie(a("input",{"onUpdate:modelValue":N[11]||(N[11]=$=>X.authorisationRef=$),class:"field",placeholder:"Specific-category ref"},null,512),[[me,X.authorisationRef]])])]),a("label",Ay,[N[36]||(N[36]=a("span",{class:"eyebrow mb-1 block"},"FDR log URL (automatic path)",-1)),ie(a("input",{"onUpdate:modelValue":N[12]||(N[12]=$=>X.rawFdrLogUrl=$),class:"field",placeholder:"Link to the stored flight-data-recorder export"},null,512),[[me,X.rawFdrLogUrl]])]),a("button",{class:"mt-4 flex items-center gap-1.5 text-sm font-semibold text-accent",onClick:N[13]||(N[13]=$=>de.value=!de.value)},[A(J,{name:de.value?"x":"plus",size:14},null,8,["name"]),N[37]||(N[37]=z(" Operational details (weather, airspace, incidents) ",-1))]),de.value?(p(),m("div",My,[a("label",Ey,[N[38]||(N[38]=a("span",{class:"eyebrow mb-1 block"},"Weather / wind",-1)),ie(a("input",{"onUpdate:modelValue":N[14]||(N[14]=$=>X.weather=$),class:"field",placeholder:"6 m/s NW, CAVOK"},null,512),[[me,X.weather]])]),a("label",Oy,[N[39]||(N[39]=a("span",{class:"eyebrow mb-1 block"},"Airspace / NOTAM ref",-1)),ie(a("input",{"onUpdate:modelValue":N[15]||(N[15]=$=>X.airspaceRef=$),class:"field"},null,512),[[me,X.airspaceRef]])]),a("label",zy,[N[40]||(N[40]=a("span",{class:"eyebrow mb-1 block"},"Observer",-1)),ie(a("input",{"onUpdate:modelValue":N[16]||(N[16]=$=>X.observer=$),class:"field"},null,512),[[me,X.observer]])]),a("label",$y,[N[41]||(N[41]=a("span",{class:"eyebrow mb-1 block"},"Incidents / anomalies",-1)),ie(a("input",{"onUpdate:modelValue":N[17]||(N[17]=$=>X.incidents=$),class:"field",placeholder:"RTH trigger, GPS dropout…"},null,512),[[me,X.incidents]])]),a("label",Iy,[N[42]||(N[42]=a("span",{class:"eyebrow mb-1 block"},"Notes",-1)),ie(a("textarea",{"onUpdate:modelValue":N[18]||(N[18]=$=>X.notes=$),rows:"2",class:"field"},null,512),[[me,X.notes]])])])):I("",!0),a("div",Ny,[a("button",{class:"btn-accent",disabled:Se.value,onClick:Ze},w(Se.value?"Saving…":te.value?"Save changes":"Log flight"),9,Dy),a("button",{class:"btn-ghost",onClick:Te},"Cancel"),fe.value?(p(),m("span",Fy,w(fe.value),1)):I("",!0)])])):I("",!0),a("div",Ry,[f.value?(p(),m("div",By,"Loading…")):u.value.length?(p(),m("div",Vy,[a("table",Zy,[a("thead",null,[a("tr",Hy,[(p(),m(le,null,Ie(["Date","Drone","Area / route","Alt","Pilot","Compliance",""],$=>a("th",{key:$,class:"border-y border-line bg-surface-2 px-5 py-2.5 font-mono text-[10.5px] font-normal uppercase tracking-caps text-ink-muted"},w($),1)),64))])]),a("tbody",null,[(p(!0),m(le,null,Ie(u.value,$=>{var Ye,we,ge,ue;return p(),m(le,{key:$.id},[a("tr",{class:Ce(["border-b border-line last:border-0",te.value===$.id?"bg-accent-soft":""])},[a("td",jy,[z(w(($.operationDate||"").slice(0,10))+" ",1),$.startTime?(p(),m("span",Wy,w($.startTime),1)):I("",!0)]),a("td",Ky,w($.droneName||"—"),1),a("td",{class:"max-w-[220px] truncate px-5 py-3 text-ink-secondary",title:$.areaRoute},w($.areaRoute||"—"),9,Gy),a("td",qy,w($.maxAltitudeAgl?$.maxAltitudeAgl+" m":"—"),1),a("td",Yy,w($.pilotName||"—"),1),a("td",Jy,[a("button",{class:Ce(["inline-flex items-center gap-1.5 rounded-full px-2.5 py-1 text-[11px] font-semibold",s[y($).tone]]),onClick:ft=>T($.id)},[y($).tone==="danger"?(p(),nt(J,{key:0,name:"alertTriangle",size:12})):y($).tone==="success"?(p(),nt(J,{key:1,name:"check",size:12})):I("",!0),z(" "+w(y($).label),1)],10,Xy)]),a("td",Qy,[he.value===$.id?(p(),m(le,{key:0},[N[45]||(N[45]=a("span",{class:"mr-2 text-xs text-ink-muted"},"Delete?",-1)),a("button",{class:"btn-ghost mr-1",onClick:N[19]||(N[19]=ft=>he.value="")},"Cancel"),a("button",{class:"rounded bg-danger px-3 py-1.5 text-sm font-semibold text-white transition hover:brightness-110",onClick:ft=>Q($)},"Delete",8,ex)],64)):(p(),m(le,{key:1},[a("button",{class:"btn-ghost mr-1 inline-flex items-center gap-1",onClick:ft=>Oe($)},[A(J,{name:"sliders",size:13}),N[46]||(N[46]=z(" Edit",-1))],8,tx),a("button",{class:"btn-ghost inline-flex items-center gap-1",onClick:ft=>he.value=$.id},[A(J,{name:"trash",size:13})],8,nx)],64))])],2),C.value===$.id?(p(),m("tr",ix,[a("td",ox,[a("div",sx,[a("span",ax,[N[47]||(N[47]=z("Logging path: ",-1)),a("b",rx,w(((Ye=$.compliance)==null?void 0:Ye.loggingPath)||"—"),1)]),a("span",lx,[N[48]||(N[48]=z("Category: ",-1)),a("b",ux,w($.category||"—"),1)]),a("span",cx,[N[49]||(N[49]=z("Retain until: ",-1)),a("b",dx,w(($.retentionUntil||"").slice(0,10)||"—"),1)]),(we=$.compliance)!=null&&we.exempt?(p(),m("span",fx,[N[50]||(N[50]=z("Exempt: ",-1)),a("b",hx,w($.compliance.exemptReason),1)])):I("",!0)]),(((ge=$.compliance)==null?void 0:ge.redFlags)||[]).length?(p(),m("ul",px,[(p(!0),m(le,null,Ie($.compliance.redFlags,(ft,pe)=>(p(),m("li",{key:pe,class:"flex items-start gap-2 text-xs text-danger-fg"},[A(J,{name:"alertTriangle",size:13,class:"mt-px shrink-0"}),z(" "+w(ft),1)]))),128))])):(ue=$.compliance)!=null&&ue.exempt?I("",!0):(p(),m("div",mx,"No compliance gaps detected."))])])):I("",!0)],64)}),128))])])])):(p(),m("div",Uy,[A(J,{name:"book",size:26,class:"text-ink-muted"}),N[43]||(N[43]=a("div",{class:"mt-3 text-sm font-medium text-ink-secondary"},"No flights logged yet",-1)),N[44]||(N[44]=a("div",{class:"mt-1 text-xs text-ink-muted"},"Log your first operation to start the 5-year retention record.",-1))]))])]))}},vx={class:"mx-auto flex max-w-[1240px] flex-col gap-5 p-7"},_x={class:"flex flex-wrap items-center gap-3"},bx={class:"ml-auto flex items-center gap-2"},yx={class:"grid grid-cols-4 gap-4 max-[900px]:grid-cols-2"},xx={class:"eyebrow"},wx={key:0,class:"panel border-danger/40 p-4 text-sm text-danger-fg"},kx={key:1,class:"panel p-5"},Sx={class:"mb-4 flex items-center justify-between"},Tx={class:"eyebrow"},Px={class:"grid grid-cols-3 gap-3 max-[760px]:grid-cols-1"},Cx={class:"block"},Lx={class:"block"},Ax={class:"block"},Mx={class:"block"},Ex={class:"block"},Ox={class:"block"},zx={class:"block"},$x={class:"block"},Ix={class:"block"},Nx=["value"],Dx={class:"mt-3 flex flex-wrap gap-6"},Fx={class:"flex items-center gap-2 text-sm text-ink-secondary"},Rx={class:"flex items-center gap-2 text-sm text-ink-secondary"},Bx={class:"mt-4 flex items-center gap-3"},Ux=["disabled"],Vx={key:0,class:"text-sm text-danger-fg"},Zx={class:"panel overflow-hidden p-0"},Hx={key:0,class:"px-5 py-12 text-center text-sm text-ink-muted"},jx={key:1,class:"grid place-items-center px-5 py-16 text-center"},Wx={key:2,class:"overflow-x-auto"},Kx={class:"w-full border-collapse text-sm"},Gx={class:"text-left"},qx={class:"px-5 py-3"},Yx={class:"flex items-center gap-2"},Jx={class:"font-semibold text-ink"},Xx={key:0,class:"text-xs text-ink-muted"},Qx={key:1,class:"text-xs text-ink-muted"},e0={class:"px-5 py-3 font-mono text-xs text-ink-secondary"},t0={class:"px-5 py-3 font-mono text-xs text-ink-secondary"},n0={class:"px-5 py-3 font-mono text-xs text-ink-secondary"},i0={class:"px-5 py-3 font-mono text-xs text-ink-secondary"},o0={class:"px-5 py-3"},s0={key:1,class:"text-ink-muted"},a0={class:"whitespace-nowrap px-5 py-3 text-right"},r0=["onClick"],l0=["onClick"],u0=["onClick"],c0={__name:"Drones",props:{connectedSerials:{type:Array,default:()=>[]}},emits:["deleted"],setup(t,{expose:i,emit:s}){const l=t,u=s,f={success:"bg-success-soft text-success-fg",accent:"bg-accent-soft text-accent-soft-fg",neutral:"bg-surface-2 text-ink-secondary"},h=Y([]),_=Y(!1),y=Y("");async function C(){_.value=!0,y.value="";const Q=await pl();Q.ok||(y.value=Q.status===503?"Drone storage is not configured on the API Server (service account missing).":"Could not load your drones."),h.value=Q.drones,_.value=!1}fi(C),i({reload:C});const T=ce(()=>new Set(l.connectedSerials.filter(Boolean)));function M(Q){return!!Q.serial&&T.value.has(Q.serial)}const H=["","C0","C1","C2","C3","C4","C5","C6"];function j(){return{name:"",model:"",serial:"",firmware:"",controllerFirmware:"",registration:"",operatorNumber:"",mtomGrams:"",isToy:!1,autologsFlights:!1,cClass:""}}const K=Y(!1),F=Y(""),te=gt(j()),X=Y(""),fe=Y(!1);function Se(){Object.assign(te,j()),F.value="",X.value="",K.value=!0}function de(Q){Object.assign(te,{name:Q.name||"",model:Q.model||"",serial:Q.serial||"",firmware:Q.firmware||"",controllerFirmware:Q.controllerFirmware||"",registration:Q.registration||"",operatorNumber:Q.operatorNumber||"",mtomGrams:Q.mtomGrams||"",isToy:!!Q.isToy,autologsFlights:!!Q.autologsFlights,cClass:Q.cClass||""}),F.value=Q.id,X.value="",K.value=!0}function Fe(){K.value=!1,F.value=""}async function Oe(){var O;if(X.value="",!te.name.trim()&&!te.model.trim()&&!te.serial.trim()){X.value="Give the drone a custom name, model or serial.";return}fe.value=!0;const Q={...te,mtomGrams:Number(te.mtomGrams)||0},B=F.value?await Cp(F.value,Q):await Tp(Q);if(fe.value=!1,!B.ok){X.value=((O=B.body)==null?void 0:O.error)||"Could not save the drone.";return}K.value=!1,await C()}const Te=Y("");async function Ze(Q){var O;const B=await Lp(Q.id);Te.value="",B.ok?(u("deleted",Q.serial),await C()):X.value=((O=B.body)==null?void 0:O.error)||"Could not delete the drone."}const he=ce(()=>({fleet:h.value.length,connected:h.value.filter(M).length,unnamed:h.value.filter(Q=>!(Q.name||"").trim()).length,unregistered:h.value.filter(Q=>!(Q.registration||"").trim()).length}));return(Q,B)=>(p(),m("div",vx,[a("div",_x,[B[13]||(B[13]=a("div",null,[a("div",{class:"eyebrow"},"Fleet"),a("div",{class:"mt-0.5 text-base font-semibold text-ink"},"Drones you fly")],-1)),a("div",bx,[a("button",{class:"btn-accent inline-flex items-center gap-2",onClick:Se},[A(J,{name:"plus",size:15}),B[12]||(B[12]=z(" Add drone ",-1))])])]),a("div",yx,[(p(!0),m(le,null,Ie([{label:"Drones in fleet",value:he.value.fleet,tone:"neutral"},{label:"Connected now",value:he.value.connected,tone:he.value.connected?"success":"neutral"},{label:"Awaiting a name",value:he.value.unnamed,tone:"neutral"},{label:"No registration",value:he.value.unregistered,tone:"neutral"}],O=>(p(),m("div",{key:O.label,class:"panel p-5"},[a("div",xx,w(O.label),1),a("div",{class:Ce(["mt-2 text-[30px] font-bold leading-none tracking-tightest",O.tone==="success"?"text-success-fg":"text-ink"])},w(O.value),3)]))),128))]),y.value?(p(),m("div",wx,w(y.value),1)):I("",!0),K.value?(p(),m("div",kx,[a("div",Sx,[a("div",null,[a("div",Tx,w(F.value?"Edit drone":"New drone"),1),B[14]||(B[14]=a("div",{class:"mt-0.5 text-base font-semibold text-ink"},"Aircraft registry",-1))]),a("button",{class:"btn-icon",onClick:Fe},[A(J,{name:"x",size:16})])]),a("div",Px,[a("label",Cx,[B[15]||(B[15]=a("span",{class:"eyebrow mb-1 block"},"Custom name",-1)),ie(a("input",{"onUpdate:modelValue":B[0]||(B[0]=O=>te.name=O),class:"field",placeholder:"Mavic-01"},null,512),[[me,te.name]])]),a("label",Lx,[B[16]||(B[16]=a("span",{class:"eyebrow mb-1 block"},"Model",-1)),ie(a("input",{"onUpdate:modelValue":B[1]||(B[1]=O=>te.model=O),class:"field",placeholder:"DJI Mavic 3 Enterprise"},null,512),[[me,te.model]])]),a("label",Ax,[B[17]||(B[17]=a("span",{class:"eyebrow mb-1 block"},"Serial number",-1)),ie(a("input",{"onUpdate:modelValue":B[2]||(B[2]=O=>te.serial=O),class:"field"},null,512),[[me,te.serial]])]),a("label",Mx,[B[18]||(B[18]=a("span",{class:"eyebrow mb-1 block"},"Drone firmware",-1)),ie(a("input",{"onUpdate:modelValue":B[3]||(B[3]=O=>te.firmware=O),class:"field",placeholder:"03.02.35.05"},null,512),[[me,te.firmware]])]),a("label",Ex,[B[19]||(B[19]=a("span",{class:"eyebrow mb-1 block"},"Controller firmware",-1)),ie(a("input",{"onUpdate:modelValue":B[4]||(B[4]=O=>te.controllerFirmware=O),class:"field",placeholder:"01.03.0800"},null,512),[[me,te.controllerFirmware]])]),a("label",Ox,[B[20]||(B[20]=a("span",{class:"eyebrow mb-1 block"},"Registration (FAA/CAA)",-1)),ie(a("input",{"onUpdate:modelValue":B[5]||(B[5]=O=>te.registration=O),class:"field",placeholder:"FA3X7K9PLM"},null,512),[[me,te.registration]])]),a("label",zx,[B[21]||(B[21]=a("span",{class:"eyebrow mb-1 block"},"Operator no. (EU)",-1)),ie(a("input",{"onUpdate:modelValue":B[6]||(B[6]=O=>te.operatorNumber=O),class:"field",placeholder:"DNK…"},null,512),[[me,te.operatorNumber]])]),a("label",$x,[B[22]||(B[22]=a("span",{class:"eyebrow mb-1 block"},"MTOM (grams)",-1)),ie(a("input",{"onUpdate:modelValue":B[7]||(B[7]=O=>te.mtomGrams=O),type:"number",min:"0",class:"field",placeholder:"920"},null,512),[[me,te.mtomGrams]])]),a("label",Ix,[B[23]||(B[23]=a("span",{class:"eyebrow mb-1 block"},"C-class",-1)),ie(a("select",{"onUpdate:modelValue":B[8]||(B[8]=O=>te.cClass=O),class:"field"},[(p(),m(le,null,Ie(H,O=>a("option",{key:O,value:O},w(O||"— none —"),9,Nx)),64))],512),[[Ot,te.cClass]])])]),B[26]||(B[26]=a("p",{class:"mt-3 text-xs text-ink-muted"}," Model, serial and both firmware versions fill themselves in when the drone connects — anything you type here is kept as-is. ",-1)),a("div",Dx,[a("label",Fx,[ie(a("input",{"onUpdate:modelValue":B[9]||(B[9]=O=>te.autologsFlights=O),type:"checkbox",class:"h-4 w-4 accent-[var(--accent)]"},null,512),[[Va,te.autologsFlights]]),B[24]||(B[24]=z(" Auto-logs flights (onboard FDR) ",-1))]),a("label",Rx,[ie(a("input",{"onUpdate:modelValue":B[10]||(B[10]=O=>te.isToy=O),type:"checkbox",class:"h-4 w-4 accent-[var(--accent)]"},null,512),[[Va,te.isToy]]),B[25]||(B[25]=z(" Toy drone (logbook-exempt) ",-1))])]),a("div",Bx,[a("button",{class:"btn-accent",disabled:fe.value,onClick:Oe},w(fe.value?"Saving…":F.value?"Save changes":"Add drone"),9,Ux),a("button",{class:"btn-ghost",onClick:Fe},"Cancel"),X.value?(p(),m("span",Vx,w(X.value),1)):I("",!0)])])):I("",!0),a("div",Zx,[_.value?(p(),m("div",Hx,"Loading…")):h.value.length?(p(),m("div",Wx,[a("table",Kx,[a("thead",null,[a("tr",Gx,[(p(),m(le,null,Ie(["Drone","Serial","Firmware","Ctrl FW","Registration","Class",""],O=>a("th",{key:O,class:"border-y border-line bg-surface-2 px-5 py-2.5 font-mono text-[10.5px] font-normal uppercase tracking-caps text-ink-muted"},w(O),1)),64))])]),a("tbody",null,[(p(!0),m(le,null,Ie(h.value,O=>(p(),m("tr",{key:O.id,class:Ce(["border-b border-line last:border-0",F.value===O.id?"bg-accent-soft":""])},[a("td",qx,[a("div",Yx,[a("span",Jx,w(O.displayName),1),M(O)?(p(),m("span",{key:0,class:Ce(["inline-flex items-center gap-1 rounded-full px-2 py-0.5 text-[11px] font-semibold",f.success])},[A(J,{name:"signal",size:11}),B[29]||(B[29]=z(" connected ",-1))],2)):I("",!0)]),O.name&&O.model?(p(),m("div",Xx,w(O.model),1)):O.name?I("",!0):(p(),m("div",Qx,"no custom name yet"))]),a("td",e0,w(O.serial||"—"),1),a("td",t0,w(O.firmware||"—"),1),a("td",n0,w(O.controllerFirmware||"—"),1),a("td",i0,w(O.registration||"—"),1),a("td",o0,[O.cClass?(p(),m("span",{key:0,class:Ce(["inline-flex rounded-full px-2 py-0.5 text-[11px] font-semibold",f.accent])},w(O.cClass),3)):(p(),m("span",s0,"—")),O.isToy?(p(),m("span",{key:2,class:Ce(["ml-1 inline-flex rounded-full px-2 py-0.5 text-[11px] font-semibold",f.neutral])},"toy",2)):I("",!0)]),a("td",a0,[Te.value===O.id?(p(),m(le,{key:0},[B[30]||(B[30]=a("span",{class:"mr-2 text-xs text-ink-muted"},"Delete?",-1)),a("button",{class:"btn-ghost mr-1",onClick:B[11]||(B[11]=N=>Te.value="")},"Cancel"),a("button",{class:"rounded bg-danger px-3 py-1.5 text-sm font-semibold text-white transition hover:brightness-110",onClick:N=>Ze(O)},"Delete",8,r0)],64)):(p(),m(le,{key:1},[a("button",{class:"btn-ghost mr-1 inline-flex items-center gap-1",onClick:N=>de(O)},[A(J,{name:"sliders",size:13}),B[31]||(B[31]=z(" Edit",-1))],8,l0),a("button",{class:"btn-ghost inline-flex items-center gap-1",onClick:N=>Te.value=O.id},[A(J,{name:"trash",size:13})],8,u0)],64))])],2))),128))])])])):(p(),m("div",jx,[A(J,{name:"drone",size:26,class:"text-ink-muted"}),B[27]||(B[27]=a("div",{class:"mt-3 text-sm font-medium text-ink-secondary"},"No drones yet",-1)),B[28]||(B[28]=a("div",{class:"mt-1 text-xs text-ink-muted"}," Connect a drone in the Fly App and it lands here by itself — or add one by hand. ",-1))]))])]))}},d0={class:"mx-auto flex max-w-[1240px] flex-col gap-5 p-7"},f0={class:"flex flex-wrap items-center gap-3"},h0={class:"inline-flex flex-wrap rounded-lg border border-line bg-surface-1 p-0.5"},p0=["onClick"],m0={class:"ml-auto"},g0={class:"grid grid-cols-4 gap-4 max-[900px]:grid-cols-2"},v0={class:"eyebrow"},_0={key:0,class:"panel border-danger/40 p-4 text-sm text-danger-fg"},b0={key:1,class:"panel p-5"},y0={class:"mb-4 flex items-center justify-between"},x0={class:"eyebrow"},w0={class:"mt-0.5 text-base font-semibold text-ink"},k0={class:"grid grid-cols-3 gap-3 max-[760px]:grid-cols-1"},S0={class:"col-span-2 block max-[760px]:col-span-1"},T0={class:"block"},P0=["value"],C0={class:"block"},L0=["value"],A0={class:"block"},M0=["value"],E0={class:"block"},O0={class:"block"},z0={class:"block"},$0={class:"block"},I0=["value"],N0={class:"block"},D0={class:"block"},F0={class:"block"},R0=["value"],B0={class:"mt-3 block"},U0={key:0,class:"mt-3"},V0={class:"eyebrow mb-1 block"},Z0={key:1,class:"mt-3 text-xs text-ink-muted"},H0={class:"mt-4 flex items-center gap-3"},j0=["disabled"],W0={key:0,class:"text-sm text-danger-fg"},K0={class:"panel overflow-hidden p-0"},G0={key:0,class:"px-5 py-12 text-center text-sm text-ink-muted"},q0={key:1,class:"grid place-items-center px-5 py-16 text-center"},Y0={class:"mt-3 text-sm font-medium text-ink-secondary"},J0={class:"mt-1 text-xs text-ink-muted"},X0={key:2,class:"overflow-x-auto"},Q0={class:"w-full border-collapse text-sm"},ew={class:"text-left"},tw={class:"px-5 py-3"},nw={class:"font-semibold text-ink"},iw={key:0,class:"font-mono text-[11px] text-ink-muted"},ow={class:"px-5 py-3 text-ink-secondary"},sw={class:"px-5 py-3 text-ink-secondary"},aw={class:"px-5 py-3"},rw=["onClick"],lw={key:0,class:"mt-0.5 font-mono text-[10.5px] text-ink-muted"},uw={class:"px-5 py-3 font-mono text-ink-secondary"},cw={class:"whitespace-nowrap px-5 py-3 text-right"},dw=["onClick"],fw=["onClick"],hw=["href"],pw=["onClick"],mw=["onClick"],gw=["onClick"],vw={key:0,class:"border-b border-line bg-surface-2"},_w={colspan:"6",class:"px-5 py-3"},bw={class:"flex flex-wrap gap-x-8 gap-y-1.5 text-xs"},yw={class:"text-ink-secondary"},xw={class:"text-ink"},ww={class:"text-ink-secondary"},kw={class:"text-ink"},Sw={key:0,class:"text-ink-secondary"},Tw={class:"text-ink"},Pw={key:1,class:"text-ink-secondary"},Cw={class:"font-mono text-ink"},Lw={key:2,class:"text-ink-secondary"},Aw={class:"font-mono text-ink"},Mw={class:"text-ink-secondary"},Ew={class:"text-ink"},Ow={key:0,class:"mt-2 space-y-1"},zw={key:1,class:"mt-2 text-xs text-success-fg"},$w={key:2,class:"mt-2 text-xs text-ink-secondary"},Iw={class:"flex max-h-[90vh] w-full max-w-[920px] flex-col overflow-hidden rounded-lg border border-line bg-surface-1 shadow-2xl"},Nw={class:"flex items-center gap-3 border-b border-line px-5 py-3"},Dw={class:"min-w-0"},Fw={class:"truncate text-sm font-semibold text-ink"},Rw={class:"truncate font-mono text-[11px] text-ink-muted"},Bw={class:"ml-auto flex items-center gap-2"},Uw=["href"],Vw=["href"],Zw={class:"flex-1 overflow-auto bg-surface-2"},Hw=["src","alt"],jw=["src","title"],Ww={key:2,class:"grid place-items-center px-6 py-16 text-center"},Kw={class:"mt-1 text-xs text-ink-muted"},Gw=["href"],qw={__name:"Documents",props:{email:{type:String,default:""},role:{type:String,default:"user"},organization:{type:String,default:""},organizationName:{type:String,default:""}},setup(t){const i={success:"bg-success-soft text-success-fg",warning:"bg-amber-soft text-amber-fg",danger:"bg-danger-soft text-danger-fg",accent:"bg-accent-soft text-accent-soft-fg",neutral:"bg-surface-2 text-ink-secondary"},s=[{value:"certificate",label:"Pilot certificate"},{value:"medical",label:"Medical / training"},{value:"insurance",label:"Insurance / liability"},{value:"background_check",label:"Background check / waiver"},{value:"registration",label:"Aircraft registration"},{value:"maintenance",label:"Maintenance log"},{value:"conformity",label:"Conformity / compliance"},{value:"firmware",label:"Firmware / software"},{value:"incident",label:"Incident / repair report"},{value:"flight_log",label:"Flight log"},{value:"checklist",label:"Pre-flight checklist"},{value:"airspace_auth",label:"Airspace authorisation"},{value:"mission_plan",label:"Mission plan / flight path"},{value:"risk_assessment",label:"Risk assessment / survey"},{value:"contract",label:"Contract / SOW"},{value:"client_insurance",label:"Client insurance cert"},{value:"delivery_report",label:"Delivery / media handoff"},{value:"other",label:"Other"}],l=Object.fromEntries(s.map(x=>[x.value,x.label])),u=[{value:"pilot",label:"Pilot"},{value:"aircraft",label:"Aircraft"},{value:"organization",label:"Organization"},{value:"client",label:"Client"},{value:"other",label:"Other"}],f=[{value:"active",label:"Active"},{value:"pending_review",label:"Pending review"},{value:"archived",label:"Archived"}],h=[{value:"pilot",label:"Pilot"},{value:"ops",label:"Ops manager"},{value:"admin",label:"Admin"},{value:"client",label:"Client-facing"}],_=Y([]),y=Y([]),C=Y(!1),T=Y("");async function M(){C.value=!0,T.value="";const[x,b]=await Promise.all([$p(),pl()]);x.ok||(T.value=x.status===503?"Document storage is not configured on the API Server (service account missing).":"Could not load documents."),_.value=x.documents,y.value=b.drones||[],C.value=!1}fi(M);const H=Y("all"),j=[["all","All"],["expiring","Expiring soon"],["expired","Expired"],["pending","Pending review"],["archived","Archived"]],K=ce(()=>{const x=_.value;switch(H.value){case"expiring":return x.filter(b=>{var S;return((S=b.expiry)==null?void 0:S.state)==="expiring_soon"&&b.status!=="archived"});case"expired":return x.filter(b=>{var S;return((S=b.expiry)==null?void 0:S.state)==="expired"&&b.status!=="archived"});case"pending":return x.filter(b=>b.status==="pending_review");case"archived":return x.filter(b=>b.status==="archived");default:return x.filter(b=>b.status!=="archived")}});function F(x){if(x.status==="archived")return{tone:"neutral",label:"Superseded",icon:""};const b=x.expiry||{};return b.state==="expired"?{tone:"danger",label:"Expired",icon:"alertTriangle"}:b.state==="expiring_soon"?{tone:"warning",label:`Expires in ${b.daysUntilExpiry}d`,icon:"clock"}:b.state==="valid"?{tone:"success",label:"Valid",icon:"check"}:{tone:"neutral",label:"No expiry",icon:""}}const te=Y("");function X(x){te.value=te.value===x?"":x}function fe(x){return x.ownerDrone?x.ownerDroneName||"Aircraft":x.ownerRef?x.ownerRef:x.ownerType==="pilot"?"Pilot":x.ownerType?x.ownerType.charAt(0).toUpperCase()+x.ownerType.slice(1):"—"}const Se=["png","jpg","jpeg","gif","webp","svg","bmp","avif"],de=["pdf","txt","csv","log","json","md","html","htm","xml"];function Fe(x){const b=(x||"").split(".").pop().toLowerCase();return Se.includes(b)?"image":de.includes(b)?"frame":"none"}const Oe=Y(null),Te=ce(()=>Oe.value?Fe(Oe.value.fileName):"none"),Ze=ce(()=>Oe.value?Fp(Oe.value.id):"");function he(x){Oe.value=x}function Q(){Oe.value=null}function B(x){x.key==="Escape"&&Oe.value&&Q()}fi(()=>window.addEventListener("keydown",B)),us(()=>window.removeEventListener("keydown",B));function O(){return{title:"",docType:"certificate",ownerType:"pilot",ownerDrone:"",ownerRef:"",reference:"",jurisdiction:"",issueDate:"",expiryDate:"",status:"active",accessTier:"ops",notes:""}}const N=Y(!1),$=Y(""),Ye=Y(""),we=Y(""),ge=gt(O()),ue=Y(null),ft=Y(null),pe=Y(""),Ue=Y(!1);function Ve(){ue.value=null,ft.value&&(ft.value.value="")}function wt(){Object.assign(ge,O()),$.value="",Ye.value="",we.value="",Ve(),pe.value="",N.value=!0}function st(x){Object.assign(ge,{title:x.title||"",docType:x.docType||"certificate",ownerType:x.ownerType||"pilot",ownerDrone:x.ownerDrone||"",ownerRef:x.ownerRef||"",reference:x.reference||"",jurisdiction:x.jurisdiction||"",issueDate:x.issueDate||"",expiryDate:x.expiryDate||"",status:x.status||"active",accessTier:x.accessTier||"ops",notes:x.notes||""}),$.value=x.id,Ye.value="",we.value="",Ve(),pe.value="",N.value=!0}function Le(x){st(x),$.value="",Ye.value=x.id,we.value=x.title,ge.status="active"}function De(){N.value=!1,$.value="",Ye.value=""}function zt(x){var b;ue.value=((b=x.target.files)==null?void 0:b[0])||null}async function At(){var b;if(pe.value="",!ge.title.trim()){pe.value="Give the document a title.";return}Ue.value=!0;let x;if($.value)x=await Np($.value,{...ge});else{const S={...ge};Ye.value&&(S.replaces=Ye.value),x=await Ip(S,ue.value)}if(Ue.value=!1,!x.ok){pe.value=((b=x.body)==null?void 0:b.error)||"Could not save the document.";return}N.value=!1,$.value="",Ye.value="",await M()}const Ut=Y("");async function Pt(x){var S;const b=await Dp(x.id);Ut.value="",b.ok?await M():pe.value=((S=b.body)==null?void 0:S.error)||"Could not delete the document."}const kt=ce(()=>{const x=_.value.filter(b=>b.status!=="archived");return{total:x.length,expiring:x.filter(b=>{var S;return((S=b.expiry)==null?void 0:S.state)==="expiring_soon"}).length,expired:x.filter(b=>{var S;return((S=b.expiry)==null?void 0:S.state)==="expired"}).length,pending:_.value.filter(b=>b.status==="pending_review").length}});return(x,b)=>(p(),m("div",d0,[a("div",f0,[a("div",h0,[(p(),m(le,null,Ie(j,S=>a("button",{key:S[0],class:Ce(["rounded-md px-3.5 py-1.5 text-sm font-semibold transition",H.value===S[0]?"bg-accent-soft text-accent-soft-fg":"text-ink-secondary hover:text-ink"]),onClick:W=>H.value=S[0]},w(S[1]),11,p0)),64))]),a("div",m0,[a("button",{class:"btn-accent inline-flex items-center gap-2",onClick:wt},[A(J,{name:"upload",size:15}),b[13]||(b[13]=z(" Add document ",-1))])])]),a("div",g0,[(p(!0),m(le,null,Ie([{label:"Documents on file",value:kt.value.total,tone:"neutral"},{label:"Expiring soon",value:kt.value.expiring,tone:kt.value.expiring?"warning":"neutral"},{label:"Expired",value:kt.value.expired,tone:kt.value.expired?"danger":"success"},{label:"Pending review",value:kt.value.pending,tone:kt.value.pending?"accent":"neutral"}],S=>(p(),m("div",{key:S.label,class:"panel p-5"},[a("div",v0,w(S.label),1),a("div",{class:Ce(["mt-2 text-[30px] font-bold leading-none tracking-tightest",S.tone==="danger"?"text-danger-fg":S.tone==="warning"?"text-amber-fg":S.tone==="success"?"text-success-fg":S.tone==="accent"?"text-accent-soft-fg":"text-ink"])},w(S.value),3)]))),128))]),T.value?(p(),m("div",_0,w(T.value),1)):I("",!0),N.value?(p(),m("div",b0,[a("div",y0,[a("div",null,[a("div",x0,w($.value?"Edit document":Ye.value?"New version":"New document"),1),a("div",w0,w(Ye.value?`Supersedes “${we.value}”`:"Compliance & operational document"),1)]),a("button",{class:"btn-icon",onClick:De},[A(J,{name:"x",size:16})])]),a("div",k0,[a("label",S0,[b[14]||(b[14]=a("span",{class:"eyebrow mb-1 block"},"Title",-1)),ie(a("input",{"onUpdate:modelValue":b[0]||(b[0]=S=>ge.title=S),class:"field",placeholder:"A2 Remote Pilot Certificate — J. Dariusz"},null,512),[[me,ge.title]])]),a("label",T0,[b[15]||(b[15]=a("span",{class:"eyebrow mb-1 block"},"Type",-1)),ie(a("select",{"onUpdate:modelValue":b[1]||(b[1]=S=>ge.docType=S),class:"field"},[(p(),m(le,null,Ie(s,S=>a("option",{key:S.value,value:S.value},w(S.label),9,P0)),64))],512),[[Ot,ge.docType]])]),a("label",C0,[b[16]||(b[16]=a("span",{class:"eyebrow mb-1 block"},"Owner type",-1)),ie(a("select",{"onUpdate:modelValue":b[2]||(b[2]=S=>ge.ownerType=S),class:"field"},[(p(),m(le,null,Ie(u,S=>a("option",{key:S.value,value:S.value},w(S.label),9,L0)),64))],512),[[Ot,ge.ownerType]])]),a("label",A0,[b[18]||(b[18]=a("span",{class:"eyebrow mb-1 block"},"Aircraft (if any)",-1)),ie(a("select",{"onUpdate:modelValue":b[3]||(b[3]=S=>ge.ownerDrone=S),class:"field"},[b[17]||(b[17]=a("option",{value:""},"— none —",-1)),(p(!0),m(le,null,Ie(y.value,S=>(p(),m("option",{key:S.id,value:S.id},w(S.name)+w(S.model?` · ${S.model}`:""),9,M0))),128))],512),[[Ot,ge.ownerDrone]])]),a("label",E0,[b[19]||(b[19]=a("span",{class:"eyebrow mb-1 block"},"Owner reference",-1)),ie(a("input",{"onUpdate:modelValue":b[4]||(b[4]=S=>ge.ownerRef=S),class:"field",placeholder:"Client name / serial / site"},null,512),[[me,ge.ownerRef]])]),a("label",O0,[b[20]||(b[20]=a("span",{class:"eyebrow mb-1 block"},"Reference / number",-1)),ie(a("input",{"onUpdate:modelValue":b[5]||(b[5]=S=>ge.reference=S),class:"field",placeholder:"Cert / registration / policy no."},null,512),[[me,ge.reference]])]),a("label",z0,[b[21]||(b[21]=a("span",{class:"eyebrow mb-1 block"},"Jurisdiction",-1)),ie(a("input",{"onUpdate:modelValue":b[6]||(b[6]=S=>ge.jurisdiction=S),class:"field",placeholder:"DK / EASA / FAA"},null,512),[[me,ge.jurisdiction]])]),a("label",$0,[b[22]||(b[22]=a("span",{class:"eyebrow mb-1 block"},"Access tier",-1)),ie(a("select",{"onUpdate:modelValue":b[7]||(b[7]=S=>ge.accessTier=S),class:"field"},[(p(),m(le,null,Ie(h,S=>a("option",{key:S.value,value:S.value},w(S.label),9,I0)),64))],512),[[Ot,ge.accessTier]])]),a("label",N0,[b[23]||(b[23]=a("span",{class:"eyebrow mb-1 block"},"Issue date",-1)),ie(a("input",{"onUpdate:modelValue":b[8]||(b[8]=S=>ge.issueDate=S),type:"date",class:"field"},null,512),[[me,ge.issueDate]])]),a("label",D0,[b[24]||(b[24]=a("span",{class:"eyebrow mb-1 block"},"Expiry date",-1)),ie(a("input",{"onUpdate:modelValue":b[9]||(b[9]=S=>ge.expiryDate=S),type:"date",class:"field"},null,512),[[me,ge.expiryDate]])]),a("label",F0,[b[25]||(b[25]=a("span",{class:"eyebrow mb-1 block"},"Status",-1)),ie(a("select",{"onUpdate:modelValue":b[10]||(b[10]=S=>ge.status=S),class:"field"},[(p(),m(le,null,Ie(f,S=>a("option",{key:S.value,value:S.value},w(S.label),9,R0)),64))],512),[[Ot,ge.status]])])]),a("label",B0,[b[26]||(b[26]=a("span",{class:"eyebrow mb-1 block"},"Notes",-1)),ie(a("textarea",{"onUpdate:modelValue":b[11]||(b[11]=S=>ge.notes=S),rows:"2",class:"field",placeholder:"Conditions, renewal contacts, anything worth recording"},null,512),[[me,ge.notes]])]),$.value?(p(),m("div",Z0,[...b[28]||(b[28]=[z(" Editing updates metadata only. To replace the file, close this and use ",-1),a("b",{class:"text-ink-secondary"},"New version",-1),z(" on the document — the old version is kept for audit. ",-1)])])):(p(),m("div",U0,[a("span",V0,"File "+w(Ye.value?"(new version)":"(optional)"),1),a("input",{ref_key:"fileInput",ref:ft,type:"file",class:"field",onChange:zt},null,544),b[27]||(b[27]=a("p",{class:"mt-1 text-xs text-ink-muted"}," Stored in PocketBase for now (object storage later). Max 50 MB. ",-1))])),a("div",H0,[a("button",{class:"btn-accent",disabled:Ue.value,onClick:At},w(Ue.value?"Saving…":$.value?"Save changes":Ye.value?"Upload new version":"Add document"),9,j0),a("button",{class:"btn-ghost",onClick:De},"Cancel"),pe.value?(p(),m("span",W0,w(pe.value),1)):I("",!0)])])):I("",!0),a("div",K0,[C.value?(p(),m("div",G0,"Loading…")):K.value.length?(p(),m("div",X0,[a("table",Q0,[a("thead",null,[a("tr",ew,[(p(),m(le,null,Ie(["Title","Type","Owner","Expiry","Ver",""],S=>a("th",{key:S,class:"border-y border-line bg-surface-2 px-5 py-2.5 font-mono text-[10.5px] font-normal uppercase tracking-caps text-ink-muted"},w(S),1)),64))])]),a("tbody",null,[(p(!0),m(le,null,Ie(K.value,S=>{var W,V;return p(),m(le,{key:S.id},[a("tr",{class:Ce(["border-b border-line last:border-0",$.value===S.id?"bg-accent-soft":""])},[a("td",tw,[a("div",nw,w(S.title),1),S.reference?(p(),m("div",iw,w(S.reference),1)):I("",!0)]),a("td",ow,w(Ee(l)[S.docType]||S.docType||"—"),1),a("td",sw,w(fe(S)),1),a("td",aw,[a("button",{class:Ce(["inline-flex items-center gap-1.5 rounded-full px-2.5 py-1 text-[11px] font-semibold",i[F(S).tone]]),onClick:G=>X(S.id)},[F(S).icon?(p(),nt(J,{key:0,name:F(S).icon,size:12},null,8,["name"])):I("",!0),z(" "+w(F(S).label),1)],10,rw),S.expiryDate?(p(),m("div",lw,w(S.expiryDate),1)):I("",!0)]),a("td",uw,"v"+w(S.version||1),1),a("td",cw,[Ut.value===S.id?(p(),m(le,{key:0},[b[29]||(b[29]=a("span",{class:"mr-2 text-xs text-ink-muted"},"Delete?",-1)),a("button",{class:"btn-ghost mr-1",onClick:b[12]||(b[12]=G=>Ut.value="")},"Cancel"),a("button",{class:"rounded bg-danger px-3 py-1.5 text-sm font-semibold text-white transition hover:brightness-110",onClick:G=>Pt(S)},"Delete",8,dw)],64)):(p(),m(le,{key:1},[S.hasFile?(p(),m("button",{key:0,class:"btn-ghost mr-1 inline-flex items-center gap-1",title:"Preview",onClick:G=>he(S)},[A(J,{name:"eye",size:13})],8,fw)):I("",!0),S.hasFile?(p(),m("a",{key:1,href:Ee(zr)(S.id),class:"btn-ghost mr-1 inline-flex items-center gap-1",title:"Download file"},[A(J,{name:"download",size:13})],8,hw)):I("",!0),a("button",{class:"btn-ghost mr-1 inline-flex items-center gap-1",title:"Upload new version",onClick:G=>Le(S)},[A(J,{name:"upload",size:13})],8,pw),a("button",{class:"btn-ghost mr-1 inline-flex items-center gap-1",onClick:G=>st(S)},[A(J,{name:"sliders",size:13}),b[30]||(b[30]=z(" Edit",-1))],8,mw),a("button",{class:"btn-ghost inline-flex items-center gap-1",onClick:G=>Ut.value=S.id},[A(J,{name:"trash",size:13})],8,gw)],64))])],2),te.value===S.id?(p(),m("tr",vw,[a("td",_w,[a("div",bw,[a("span",yw,[b[31]||(b[31]=z("Status: ",-1)),a("b",xw,w(S.status||"—"),1)]),a("span",ww,[b[32]||(b[32]=z("Access: ",-1)),a("b",kw,w(S.accessTier||"—"),1)]),S.jurisdiction?(p(),m("span",Sw,[b[33]||(b[33]=z("Jurisdiction: ",-1)),a("b",Tw,w(S.jurisdiction),1)])):I("",!0),S.issueDate?(p(),m("span",Pw,[b[34]||(b[34]=z("Issued: ",-1)),a("b",Cw,w(S.issueDate),1)])):I("",!0),S.expiryDate?(p(),m("span",Lw,[b[35]||(b[35]=z("Expires: ",-1)),a("b",Aw,w(S.expiryDate),1)])):I("",!0),a("span",Mw,[b[36]||(b[36]=z("File: ",-1)),a("b",Ew,w(S.hasFile?S.fileName:"none"),1)])]),(((W=S.expiry)==null?void 0:W.flags)||[]).length?(p(),m("ul",Ow,[(p(!0),m(le,null,Ie(S.expiry.flags,(G,re)=>(p(),m("li",{key:re,class:Ce(["flex items-start gap-2 text-xs",S.expiry.state==="expired"?"text-danger-fg":S.expiry.state==="expiring_soon"?"text-amber-fg":"text-ink-secondary"])},[A(J,{name:"alertTriangle",size:13,class:"mt-px shrink-0"}),z(" "+w(G),1)],2))),128))])):((V=S.expiry)==null?void 0:V.state)==="valid"?(p(),m("div",zw,"In force — no action needed.")):I("",!0),S.notes?(p(),m("div",$w,[b[37]||(b[37]=a("span",{class:"text-ink-muted"},"Notes:",-1)),z(" "+w(S.notes),1)])):I("",!0)])])):I("",!0)],64)}),128))])])])):(p(),m("div",q0,[A(J,{name:"fileText",size:26,class:"text-ink-muted"}),a("div",Y0,w(H.value==="all"?"No documents on file yet":"Nothing in this view"),1),a("div",J0,w(H.value==="all"?"Add certificates, registrations, insurance and authorisations to track their expiry.":"Try a different filter."),1)]))]),(p(),nt(cf,{to:"body"},[Oe.value?(p(),m("div",{key:0,class:"fixed inset-0 z-50 grid place-items-center p-4",style:{background:"color-mix(in srgb, black 60%, transparent)"},onClick:hl(Q,["self"])},[a("div",Iw,[a("div",Nw,[a("div",Dw,[a("div",Fw,w(Oe.value.title),1),a("div",Rw,w(Oe.value.fileName),1)]),a("div",Bw,[a("a",{href:Ze.value,target:"_blank",rel:"noopener",class:"btn-ghost inline-flex items-center gap-1.5",title:"Open in new tab"},[A(J,{name:"globe",size:14}),b[38]||(b[38]=z(" New tab ",-1))],8,Uw),a("a",{href:Ee(zr)(Oe.value.id),class:"btn-ghost inline-flex items-center gap-1.5",title:"Download"},[A(J,{name:"download",size:14}),b[39]||(b[39]=z(" Download ",-1))],8,Vw),a("button",{class:"btn-icon",title:"Close",onClick:Q},[A(J,{name:"x",size:16})])])]),a("div",Zw,[Te.value==="image"?(p(),m("img",{key:0,src:Ze.value,alt:Oe.value.title,class:"mx-auto block max-w-full"},null,8,Hw)):Te.value==="frame"?(p(),m("iframe",{key:1,src:Ze.value,class:"h-[74vh] w-full border-0 bg-white",title:Oe.value.title},null,8,jw)):(p(),m("div",Ww,[A(J,{name:"fileText",size:28,class:"text-ink-muted"}),b[41]||(b[41]=a("div",{class:"mt-3 text-sm font-medium text-ink-secondary"},"Preview isn't available for this file type",-1)),a("div",Kw,w(Oe.value.fileName),1),a("a",{href:Ee(zr)(Oe.value.id),class:"btn-accent mt-4 inline-flex items-center gap-2"},[A(J,{name:"download",size:15}),b[40]||(b[40]=z(" Download instead ",-1))],8,Gw)]))])])])):I("",!0)]))]))}},Yw={class:"grid h-full grid-cols-[248px_1fr] max-[900px]:grid-cols-1"},Jw={class:"flex flex-col border-r border-line bg-surface-1 px-4 py-5 max-[900px]:hidden"},Xw={class:"flex items-center gap-2.5 px-2 pb-5"},Qw={class:"flex flex-col gap-0.5"},e2=["onClick"],t2={class:"mt-auto flex flex-col gap-2.5"},n2={class:"rounded-lg bg-surface-2 p-3"},i2={class:"flex items-center gap-2"},o2={class:"text-xs font-semibold text-ink"},s2={class:"mt-1.5 block font-mono text-[10.5px] text-ink-muted"},a2={class:"flex items-center gap-2.5 px-2 py-1"},r2={class:"grid h-8 w-8 place-items-center rounded-full bg-[var(--navy-800)] text-xs font-bold text-white"},l2={class:"min-w-0 flex-1"},u2={class:"truncate text-[13px] font-semibold text-ink"},c2={class:"flex items-center gap-1.5 text-[11px] text-ink-muted"},d2=["title"],f2={class:"overflow-y-auto"},h2={class:"sticky top-0 z-10 flex items-center gap-4 border-b border-line px-7 py-3.5",style:{background:"color-mix(in srgb, var(--bg-app) 82%, transparent)","backdrop-filter":"blur(10px)"}},p2={class:"mt-0.5 text-[22px] font-bold tracking-tightest text-ink"},m2={class:"ml-auto flex items-center gap-3"},g2={class:"flex h-10 w-60 items-center gap-2 rounded border border-line-strong bg-surface-1 px-3 max-[1100px]:hidden"},v2={key:0,class:"mx-auto flex max-w-[1240px] flex-col gap-5 p-7"},_2={class:"grid grid-cols-4 gap-4 max-[1100px]:grid-cols-2 max-[560px]:grid-cols-1"},b2={class:"flex items-center justify-between"},y2={class:"eyebrow"},x2={class:"mt-2.5 text-[34px] font-bold leading-none tracking-tightest text-ink"},w2={class:"grid grid-cols-[1.6fr_1fr] gap-5 max-[1100px]:grid-cols-1"},k2={class:"panel p-5"},S2={class:"mb-3.5 flex items-center justify-between"},T2={class:"flex items-center gap-2"},P2={class:"relative z-[1200]"},C2={class:"panel absolute right-0 z-[1200] mt-1.5 w-72 p-3.5 shadow-lg"},L2={class:"flex items-center justify-between gap-3"},A2={class:"mb-1.5 flex items-center justify-between"},M2={class:"font-mono text-[11px] text-ink-muted"},E2=["value"],O2={key:0,class:"mt-1.5 text-[11px] text-ink-muted"},z2={key:0,class:"mt-2.5 text-xs text-ink-muted"},$2={key:1,class:"mt-2.5 text-xs text-ink-muted"},I2={key:2,class:"mt-2.5 text-xs text-ink-muted"},N2={class:"flex flex-col gap-5"},D2={class:"panel p-5"},F2={class:"mb-3.5 flex items-center justify-between"},R2={class:"flex items-center gap-3"},B2={class:"text-5xl leading-none"},U2={class:"min-w-0"},V2={class:"flex items-baseline gap-1"},Z2={class:"text-[34px] font-bold leading-none tracking-tightest text-ink"},H2={class:"text-lg font-semibold text-ink-secondary"},j2={class:"mt-1 truncate text-sm capitalize text-ink-secondary"},W2={class:"mt-1.5 truncate text-xs text-ink-muted"},K2={class:"mt-4 grid grid-cols-2 gap-2.5"},G2={class:"rounded-lg bg-surface-2 px-3 py-2"},q2={class:"mt-0.5 font-mono text-sm text-ink"},Y2={class:"rounded-lg bg-surface-2 px-3 py-2"},J2={class:"mt-0.5 font-mono text-sm text-ink"},X2={class:"rounded-lg bg-surface-2 px-3 py-2"},Q2={class:"mt-0.5 font-mono text-sm text-ink"},ek={key:0},tk={class:"rounded-lg bg-surface-2 px-3 py-2"},nk={class:"mt-0.5 font-mono text-sm text-ink"},ik={key:0},ok={key:0,class:"mt-3 text-[11px] text-ink-muted"},sk={key:1,class:"grid place-items-center py-8 text-center"},ak={class:"mt-0.5 text-xs text-ink-muted"},rk={key:2,class:"grid place-items-center py-8 text-center text-sm text-ink-muted"},lk={class:"panel p-5"},uk={class:"mb-3.5 flex items-center justify-between"},ck={class:"grid place-items-center py-10 text-center"},dk={class:"panel overflow-hidden p-0"},fk={class:"flex items-center justify-between px-5 py-4"},hk={class:"flex gap-2"},pk={key:0,class:"px-5 py-12 text-center text-sm text-ink-muted"},mk={key:1,class:"overflow-x-auto"},gk={class:"w-full border-collapse text-sm"},vk={class:"text-left"},_k=["onClick"],bk={class:"px-5 py-3 font-mono font-bold text-ink"},yk={class:"px-5 py-3 text-ink-secondary"},xk={class:"px-5 py-3"},wk={class:"px-5 py-3 font-mono text-ink-secondary"},kk={class:"px-5 py-3"},Sk={key:0,class:"flex items-center gap-2"},Tk={class:"h-1.5 w-12 overflow-hidden rounded bg-surface-2"},Pk={class:"font-mono text-xs text-ink-secondary"},Ck={key:1,class:"font-mono text-xs text-ink-muted"},Lk={class:"px-5 py-3 font-mono text-ink-secondary"},Ak={class:"px-5 py-3 text-right"},Mk=["onClick"],Ek={key:1,class:"p-7"},Ok={class:"mb-4 flex flex-wrap items-center gap-3"},zk={class:"font-mono text-mode font-bold text-ink"},$k={key:0,class:"rounded-full bg-danger-soft px-2.5 py-0.5 font-mono text-[10px] font-bold uppercase tracking-caps text-danger-fg"},Ik={key:1,class:"ml-auto flex flex-wrap gap-1.5"},Nk=["onClick"],Dk={key:0,class:"panel grid place-items-center p-16 text-center"},Fk={class:"pill"},Rk={class:"pill"},Bk={class:"pill"},Uk={class:"mt-1 text-sm font-semibold text-ink"},Vk={class:"pill"},Zk={class:"mt-1 font-mono text-sm font-bold tabular text-ink"},Hk={class:"grid grid-cols-2 gap-4 max-[820px]:grid-cols-1"},jk={class:"panel p-4"},Wk={class:"flex items-center gap-4"},Kk={class:"h-9 flex-1 overflow-hidden rounded border border-line bg-surface-2"},Gk={class:"readout"},qk={class:"panel p-4"},Yk={class:"readout"},Jk={class:"panel p-4"},Xk={class:"space-y-1.5 text-sm"},Qk={class:"flex justify-between"},eS={class:"text-ink"},tS={class:"flex justify-between"},nS={class:"text-ink"},iS={class:"flex justify-between"},oS={class:"font-mono tabular text-ink"},sS={class:"flex justify-between"},aS={class:"font-mono tabular text-ink"},rS={class:"panel p-4"},lS={class:"space-y-1.5 text-sm"},uS={class:"flex justify-between"},cS={class:"font-mono tabular text-ink"},dS={class:"flex justify-between"},fS={class:"font-mono tabular text-ink"},hS={class:"flex justify-between"},pS={class:"font-mono tabular text-ink"},mS={class:"panel col-span-2 p-4 max-[820px]:col-span-1"},gS={class:"panel p-4"},vS={class:"flex flex-wrap gap-2"},_S={class:"mt-2 min-h-[16px] text-xs text-ink-muted"},bS={class:"panel p-4"},yS={class:"h-[180px] overflow-y-auto font-mono text-xs"},xS={class:"text-ink-muted"},wS={class:"font-semibold text-accent"},kS={class:"break-all text-ink"},SS={key:6,class:"p-7"},TS={class:"panel grid place-items-center p-16 text-center"},PS={class:"mt-3 text-sm font-medium text-ink-secondary"},CS={key:0,class:"mt-1 text-xs text-ink-muted"},LS={key:1,class:"mt-1 text-xs text-ink-muted"},AS="34,-25,72,45",MS=600*1e3,ES={__name:"Dashboard",props:{email:{type:String,default:""},role:{type:String,default:"user"},organization:{type:String,default:""},organizationName:{type:String,default:""}},emits:["logout"],setup(t,{emit:i}){const s=t,l=i,u=gt({}),f=gt({}),h=Y(null),_=Y(!1),y=gt([]),C=Y(""),T=Y([]),M=gt({unavailable:!1,detail:"",loaded:!1,plan:"",recommendedInterval:30}),H=ce(()=>T.value.filter(U=>!U.onGround).length),j=Y(!1);let K=null;const F=[{value:"auto",label:"Auto"},{value:5,label:"5s"},{value:10,label:"10s"},{value:15,label:"15s"},{value:30,label:"30s"},{value:60,label:"60s"},{value:120,label:"120s"}],te=ce(()=>{if(be.airTrafficInterval==="auto")return M.recommendedInterval||30;const U=Number(be.airTrafficInterval);return Number.isFinite(U)&&U>0?U:30}),X=Y(null);let fe=!1;function Se(){if(!(fe||X.value!==null)){if(typeof navigator>"u"||!navigator.geolocation){X.value=!1;return}fe=!0,navigator.geolocation.getCurrentPosition(U=>{X.value={lat:U.coords.latitude,lng:U.coords.longitude},fe=!1},()=>{X.value=!1,fe=!1},{timeout:8e3,maximumAge:6e5})}}function de(U,E,Me){const tt=U&&U.telemetry||{},It=tt[E],St=tt[Me];return typeof It=="number"&&typeof St=="number"&&(It||St)?{lat:It,lng:St}:null}function Fe(){const U=de(W.value,"latitude","longitude")||S.value.map(tt=>de(u[tt],"latitude","longitude")).find(Boolean);if(U){const tt=$r(U.lat,U.lng);if(tt)return tt.bbox}const E=de(W.value,"phoneLatitude","phoneLongitude")||S.value.map(tt=>de(u[tt],"phoneLatitude","phoneLongitude")).find(Boolean);if(E){const tt=$r(E.lat,E.lng);if(tt)return tt.bbox}if(Se(),X.value){const tt=$r(X.value.lat,X.value.lng);if(tt)return tt.bbox}const Me=xm(be.region);return Me||AS}async function Oe(){if(!be.showAirTraffic)return;const U=be.autoBbox?Fe():void 0,{states:E,unavailable:Me,detail:tt,plan:It,recommendedInterval:St}=await mp(U);T.value=E,M.unavailable=Me,M.detail=tt,M.plan=It||"",St&&(M.recommendedInterval=St),M.loaded=!0}function Te(){K&&clearInterval(K),K=setInterval(()=>{Le.value==="Overview"&&be.showAirTraffic&&Oe()},te.value*1e3)}function Ze(){Oe(),Te()}function he(){K&&clearInterval(K),K=null}const Q=gt({loaded:!1,unavailable:!1,detail:"",data:null,units:"metric",source:"",updatedAt:0});let B=null;function O(){const U=de(W.value,"latitude","longitude")||S.value.map(Me=>de(u[Me],"latitude","longitude")).find(Boolean);if(U)return{lat:U.lat,lng:U.lng,source:"drone"};const E=de(W.value,"phoneLatitude","phoneLongitude")||S.value.map(Me=>de(u[Me],"phoneLatitude","phoneLongitude")).find(Boolean);return E?{lat:E.lat,lng:E.lng,source:"phone"}:X.value?{lat:X.value.lat,lng:X.value.lng,source:"browser"}:null}async function N(){const U=O(),E=await Sp(U?U.lat:void 0,U?U.lng:void 0);if(Q.loaded=!0,Q.units=E.units||"metric",E.unavailable||!E.weather){Q.unavailable=!0,Q.detail=E.detail||"Weather is unavailable.",Q.data=null;return}Q.unavailable=!1,Q.detail="",Q.data=E.weather,Q.source=U?U.source:"default",Q.updatedAt=Date.now()}function $(){B&&clearInterval(B),B=setInterval(()=>{Le.value==="Overview"&&N()},MS)}function Ye(){N(),$()}function we(){B&&clearInterval(B),B=null}const ge=ce(()=>Q.units==="imperial"?"°F":Q.units==="standard"?"K":"°C"),ue=ce(()=>Q.units==="imperial"?"mph":"m/s");function ft(U){const E=(U||"").slice(0,2);return E==="01"?(U||"").endsWith("n")?"🌙":"☀️":{"02":"🌤️","03":"⛅","04":"☁️","09":"🌧️",10:"🌦️",11:"⛈️",13:"❄️",50:"🌫️"}[E]||"🌡️"}const pe=ce(()=>ft(Q.data&&Q.data.icon)),Ue=ce(()=>{const U=Q.data;return U?U.country?`${U.location}, ${U.country}`:U.location||"Unknown location":""}),Ve=ce(()=>Q.source==="drone"?"at aircraft location":Q.source==="phone"||Q.source==="browser"?"at your location":"default location"),wt=ce(()=>Q.updatedAt?new Date(Q.updatedAt).toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"}):"");function st(U,E=0){return typeof U=="number"?U.toFixed(E):"—"}const Le=Y("Overview"),De=[["grid","Overview"],["radio","Live flights"],["route","Routes"],["calendar","Schedule"],["drone","Drones"],["book","Logbook"],["fileText","Documents"],["server","Drives"],["settings","Settings"]],zt=ce(()=>(De.find(([,U])=>U===Le.value)||["grid"])[0]),At=Y(""),Ut=Y(""),Pt=Y("");let kt=null,x=null,b=!1;const S=ce(()=>Object.keys(u).sort((U,E)=>(u[E].online?1:0)-(u[U].online?1:0)||U.localeCompare(E))),W=ce(()=>h.value?u[h.value]:null),V=ce(()=>W.value&&W.value.telemetry||{}),G=ce(()=>!!(W.value&&W.value.online)),re=ce(()=>{const U=V.value;return typeof U.latitude=="number"&&typeof U.longitude=="number"&&(U.latitude||U.longitude)?{lat:U.latitude,lng:U.longitude}:null}),ae=ce(()=>h.value&&f[h.value]||[]),oe=ce(()=>{const U=V.value;return typeof U.velocityX=="number"&&typeof U.velocityY=="number"?Math.hypot(U.velocityX,U.velocityY):null});function ee(U){return U.online?U.connected?["In flight","success"]:["Standby","accent"]:["Offline","neutral"]}function ve(U){const E=U&&U.telemetry||{};return typeof E.velocityX=="number"&&typeof E.velocityY=="number"?Math.hypot(E.velocityX,E.velocityY):null}const se=ce(()=>S.value.map(U=>{const E=u[U],Me=E.telemetry||{},[tt,It]=ee(E);return{id:U,mission:E.model||(E.connected?"Drone linked":E.online?"App online":"No signal"),status:tt,tone:It,alt:typeof Me.altitude=="number"?Me.altitude.toFixed(0)+" m":"—",battery:typeof Me.batteryPercent=="number"?Me.batteryPercent:null,speed:ve(E)}})),ke=ce(()=>S.value.map(U=>u[U].connected?u[U].serial:"").filter(Boolean)),Pe=ce(()=>S.value.filter(U=>u[U].online).length),Re=ce(()=>S.value.filter(U=>u[U].online&&u[U].connected).length),Ke=ce(()=>S.value.filter(U=>!u[U].online).length),Ge=ce(()=>{const U=S.value.map(E=>{var Me;return(Me=u[E].telemetry)==null?void 0:Me.batteryPercent}).filter(E=>typeof E=="number");return U.length?Math.round(U.reduce((E,Me)=>E+Me,0)/U.length):null}),pt=ce(()=>[{label:"Active flights",value:String(Re.value),delta:`${Pe.value} online`,tone:"success",icon:"radio"},{label:"Avg battery",value:Ge.value==null?"—":Ge.value+"%",delta:Ge.value==null?"no telemetry":Ge.value<40?"low — watch":"nominal",tone:Ge.value!=null&&Ge.value<40?"danger":"neutral",icon:"battery"},{label:"Fleet size",value:String(S.value.length),delta:`${Re.value} in flight`,tone:"neutral",icon:"grid"},{label:"Offline",value:String(Ke.value),delta:Ke.value?"needs attention":"all reachable",tone:Ke.value?"warning":"success",icon:"signal"}]),ht={success:"bg-success-soft text-success-fg",warning:"bg-amber-soft text-amber-fg",danger:"bg-danger-soft text-danger-fg",accent:"bg-accent-soft text-accent-soft-fg",neutral:"bg-surface-2 text-ink-secondary"},Vt={success:"text-success-fg",danger:"text-danger-fg",warning:"text-amber-fg",neutral:"text-ink-muted",accent:"text-accent-soft-fg"},Jt=ce(()=>{var Me,tt,It;const E=(s.email||"PV").split("@")[0].split(/[.\-_ ]+/).filter(Boolean);return((((Me=E[0])==null?void 0:Me[0])||"P")+(((tt=E[1])==null?void 0:tt[0])||((It=E[0])==null?void 0:It[1])||"V")).toUpperCase()}),Zt={superadmin:"Superadmin",admin:"Admin",user:"Operator"},pn=ce(()=>Zt[s.role]||"Operator"),Ct=ce(()=>s.organizationName||(s.role==="superadmin"?"All organizations":"No organization")),$t=new Set,kn=Y(null);async function zi(U){var It,St,Et;if(!U.connected||!U.serial)return;const E={serial:U.serial,model:U.model||"",firmware:U.firmware||"",controllerFirmware:U.controllerFirmware||""},Me=[E.serial,E.model,E.firmware,E.controllerFirmware].join("|");if($t.has(Me))return;$t.add(Me);const tt=await Pp(E);if(!tt.ok){(tt.status===0||tt.status>=500)&&$t.delete(Me);return}((It=tt.body)!=null&&It.created||(St=tt.body)!=null&&St.updated)&&((Et=kn.value)==null||Et.reload())}function at(U){if(U)for(const E of $t)E.startsWith(`${U}|`)&&$t.delete(E)}function Sn(U){var Me;u[U.deviceId]=U,zi(U);const E=U.telemetry||{};typeof E.latitude=="number"&&typeof E.longitude=="number"&&(E.latitude||E.longitude)&&(f[U.deviceId]||(f[U.deviceId]=[]),f[U.deviceId].push([E.latitude,E.longitude]),f[U.deviceId].length>1e3&&f[U.deviceId].shift()),(!h.value||U.online&&!((Me=u[h.value])!=null&&Me.online))&&(h.value=U.deviceId)}function $i(U){delete u[U],delete f[U],h.value===U&&(h.value=S.value[0]||null)}function rt(U){y.unshift({t:ku(Date.now()),tag:U.type||"?",text:JSON.stringify(hi(U))}),y.length>200&&y.pop()}function hi(U){const E={...U};return delete E.type,E}function pi(){const U=location.protocol==="https:"?"wss":"ws";kt=new WebSocket(`${U}://${location.host}/bff/ws`),kt.onopen=()=>_.value=!0,kt.onclose=()=>{_.value=!1,b||(x=setTimeout(pi,1500))},kt.onerror=()=>kt&&kt.close(),kt.onmessage=E=>{let Me;try{Me=JSON.parse(E.data)}catch{return}Me.type==="snapshot"?(Me.devices||[]).forEach(Sn):Me.type==="update"&&Me.device?(Sn(Me.device),Me.event&&Me.device.deviceId===h.value&&rt(Me.event)):Me.type==="removed"&&Me.deviceId&&$i(Me.deviceId)}}async function Ii(){if(!h.value)return Pt.value="No device selected.";if(!At.value.trim())return Pt.value="Enter a command name.";let U;if(Ut.value.trim())try{U=JSON.parse(Ut.value)}catch{return Pt.value="Payload is not valid JSON."}const{ok:E,body:Me}=await Rp(h.value,At.value.trim(),U);Pt.value=E?`Sent "${At.value.trim()}".`:`Error: ${Me.error||"failed"}`}function Gt(U,E,Me=""){return typeof U=="number"?U.toFixed(E)+Me:"—"}function jn(U){h.value=U,Le.value="Live flights"}return Bt(Le,U=>{U==="Overview"&&(Oe(),N())}),Bt(()=>be.showAirTraffic,U=>{U?Oe():T.value=[]}),Bt(te,Te),fi(async()=>{(await np()).forEach(Sn),pi(),Ze(),Ye()}),us(()=>{b=!0,x&&clearTimeout(x),kt&&kt.close(),he(),we()}),(U,E)=>{var Me,tt,It,St,Et;return p(),m("div",Yw,[a("aside",Jw,[a("div",Xw,[A(nd,{size:26}),E[11]||(E[11]=a("span",{class:"text-[19px] tracking-tightest"},[a("span",{class:"font-medium text-ink-secondary"},"Pilot"),a("span",{class:"font-bold text-ink"},"Vault")],-1))]),a("nav",Qw,[(p(),m(le,null,Ie(De,([Z,_t])=>a("button",{key:_t,class:Ce(["flex items-center gap-3 rounded px-3 py-2.5 text-left text-sm transition",Le.value===_t?"bg-accent-soft font-semibold text-accent-soft-fg":"font-medium text-ink-secondary hover:bg-surface-2"]),onClick:bt=>Le.value=_t},[A(J,{name:Z,size:18,stroke:Le.value===_t?2.2:1.8},null,8,["name","stroke"]),z(" "+w(_t),1)],10,e2)),64))]),a("div",t2,[a("div",n2,[a("div",i2,[a("span",{class:Ce(["h-2 w-2 rounded-full",_.value?"bg-ready":"bg-caution"])},null,2),a("span",o2,w(_.value?"Link healthy":"Reconnecting…"),1)]),a("span",s2,"API gateway · "+w(_.value?"streaming":"retrying"),1)]),a("div",a2,[a("div",r2,w(Jt.value),1),a("div",l2,[a("div",u2,w(t.email||"Operator"),1),a("div",c2,[A(J,{name:"grid",size:11,class:"shrink-0"}),a("span",{class:"truncate",title:`${pn.value} · ${Ct.value}`},w(pn.value)+" · "+w(Ct.value),9,d2)])]),a("button",{class:"text-ink-muted transition hover:text-ink",title:"Log out","aria-label":"Log out",onClick:E[0]||(E[0]=Z=>l("logout"))},[A(J,{name:"logout",size:16})])])])]),a("main",f2,[a("header",h2,[a("div",null,[E[12]||(E[12]=a("div",{class:"eyebrow"},"Live operations",-1)),a("h1",p2,w(Le.value),1)]),a("div",m2,[a("div",g2,[A(J,{name:"search",size:16,class:"text-ink-muted"}),ie(a("input",{"onUpdate:modelValue":E[1]||(E[1]=Z=>C.value=Z),placeholder:"Search drones, routes…",class:"w-full border-none bg-transparent text-sm text-ink outline-none placeholder:text-ink-muted"},null,512),[[me,C.value]])]),a("button",{class:"btn-accent flex items-center gap-2",onClick:E[2]||(E[2]=Z=>Le.value="Live flights")},[A(J,{name:"radio",size:16}),E[13]||(E[13]=z(" Live flights ",-1))])])]),Le.value==="Overview"?(p(),m("div",v2,[a("div",_2,[(p(!0),m(le,null,Ie(pt.value,Z=>(p(),m("div",{key:Z.label,class:"panel p-5"},[a("div",b2,[a("span",y2,w(Z.label),1),A(J,{name:Z.icon,size:16,class:"text-ink-muted"},null,8,["name"])]),a("div",x2,w(Z.value),1),a("span",{class:Ce(["mt-2 block font-mono text-[11px]",Vt[Z.tone]])},w(Z.delta),3)]))),128))]),a("div",w2,[a("div",k2,[a("div",S2,[E[18]||(E[18]=a("div",null,[a("div",{class:"eyebrow"},"Airspace"),a("div",{class:"mt-0.5 text-base font-semibold text-ink"},"Live map")],-1)),a("div",T2,[Ee(be).showAirTraffic&&H.value?(p(),m("span",{key:0,class:Ce(["inline-flex items-center gap-1.5 rounded-full px-2.5 py-1 text-[11px] font-semibold",ht.accent]),title:"Live aircraft from OpenSky Network"},[A(J,{name:"radio",size:12}),z(w(H.value)+" aircraft ",1)],2)):I("",!0),Re.value?(p(),m("span",{key:1,class:Ce(["inline-flex items-center gap-1.5 rounded-full px-2.5 py-1 text-[11px] font-semibold",ht.success])},[E[14]||(E[14]=a("span",{class:"h-1.5 w-1.5 rounded-full bg-current"},null,-1)),z(w(Re.value)+" drones ",1)],2)):I("",!0),a("div",P2,[a("button",{type:"button",class:Ce(["grid h-7 w-7 place-items-center rounded-md text-ink-muted transition hover:bg-surface-2 hover:text-ink",j.value?"bg-surface-2 text-ink":""]),title:"Map settings","aria-label":"Map settings",onClick:E[3]||(E[3]=Z=>j.value=!j.value)},[A(J,{name:"settings",size:16})],2),j.value?(p(),m(le,{key:0},[a("div",{class:"fixed inset-0 z-[1190]",onClick:E[4]||(E[4]=Z=>j.value=!1)}),a("div",C2,[E[17]||(E[17]=a("div",{class:"eyebrow mb-2.5"},"Map settings",-1)),a("label",L2,[E[15]||(E[15]=a("span",{class:"text-sm text-ink-secondary"},"Show live air traffic",-1)),A(nn,{modelValue:Ee(be).showAirTraffic,"onUpdate:modelValue":E[5]||(E[5]=Z=>Ee(be).showAirTraffic=Z)},null,8,["modelValue"])]),a("div",{class:Ce(["mt-3.5",Ee(be).showAirTraffic?"":"pointer-events-none opacity-40"])},[a("div",A2,[E[16]||(E[16]=a("span",{class:"text-sm text-ink-secondary"},"Refresh interval",-1)),a("span",M2,"every "+w(te.value)+"s",1)]),ie(a("select",{"onUpdate:modelValue":E[6]||(E[6]=Z=>Ee(be).airTrafficInterval=Z),class:"field"},[(p(),m(le,null,Ie(F,Z=>a("option",{key:Z.value,value:Z.value},w(Z.label)+w(Z.value==="auto"?` (plan: ${M.recommendedInterval}s)`:""),9,E2)),64))],512),[[Ot,Ee(be).airTrafficInterval]]),M.plan?(p(),m("p",O2," OpenSky plan: "+w(M.plan),1)):I("",!0)],2)])],64)):I("",!0)])])]),A(Cu,{position:re.value,trail:ae.value,aircraft:Ee(be).showAirTraffic?T.value:[]},null,8,["position","trail","aircraft"]),Ee(be).showAirTraffic?M.loaded&&M.unavailable?(p(),m("p",$2,w(M.detail||"Live air traffic is unavailable."),1)):(p(),m("p",I2," Live air traffic from OpenSky Network · updates every "+w(te.value)+"s ",1)):(p(),m("p",z2," Live air traffic hidden · enable it in Map settings "))]),a("div",N2,[a("div",D2,[a("div",F2,[E[19]||(E[19]=a("div",null,[a("div",{class:"eyebrow"},"Conditions"),a("div",{class:"mt-0.5 text-base font-semibold text-ink"},"Weather")],-1)),A(J,{name:"sun",size:16,class:"text-ink-muted"})]),Q.data?(p(),m(le,{key:0},[a("div",R2,[a("div",B2,w(pe.value),1),a("div",U2,[a("div",V2,[a("span",Z2,w(st(Q.data.temp)),1),a("span",H2,w(ge.value),1)]),a("div",j2,w(Q.data.description||"—"),1)])]),a("div",W2,w(Ue.value)+" · "+w(Ve.value),1),a("div",K2,[a("div",G2,[E[20]||(E[20]=a("div",{class:"eyebrow"},"Feels like",-1)),a("div",q2,w(st(Q.data.feelsLike))+w(ge.value),1)]),a("div",Y2,[E[21]||(E[21]=a("div",{class:"eyebrow"},"Wind",-1)),a("div",J2,w(st(Q.data.windSpeed,1))+" "+w(ue.value),1)]),a("div",X2,[E[22]||(E[22]=a("div",{class:"eyebrow"},"Humidity",-1)),a("div",Q2,[z(w(st(Q.data.humidity)),1),Q.data.humidity!=null?(p(),m("span",ek,"%")):I("",!0)])]),a("div",tk,[E[23]||(E[23]=a("div",{class:"eyebrow"},"Cloud cover",-1)),a("div",nk,[z(w(st(Q.data.clouds)),1),Q.data.clouds!=null?(p(),m("span",ik,"%")):I("",!0)])])]),wt.value?(p(),m("div",ok,"Updated "+w(wt.value)+" · OpenWeather",1)):I("",!0)],64)):Q.loaded&&Q.unavailable?(p(),m("div",sk,[A(J,{name:"sun",size:24,class:"text-ink-muted"}),E[24]||(E[24]=a("div",{class:"mt-2 text-sm font-medium text-ink-secondary"},"Weather unavailable",-1)),a("div",ak,w(Q.detail),1)])):(p(),m("div",rk," Loading weather… "))]),a("div",lk,[a("div",uk,[E[25]||(E[25]=a("div",null,[a("div",{class:"eyebrow"},"Today"),a("div",{class:"mt-0.5 text-base font-semibold text-ink"},"Schedule")],-1)),A(J,{name:"clock",size:16,class:"text-ink-muted"})]),a("div",ck,[A(J,{name:"calendar",size:24,class:"text-ink-muted"}),E[26]||(E[26]=a("div",{class:"mt-2 text-sm font-medium text-ink-secondary"},"No missions scheduled",-1)),E[27]||(E[27]=a("div",{class:"mt-0.5 text-xs text-ink-muted"},"Scheduling is not wired to a backend yet.",-1))])])])]),a("div",dk,[a("div",fk,[E[30]||(E[30]=a("div",null,[a("div",{class:"eyebrow"},"Fleet"),a("div",{class:"mt-0.5 text-base font-semibold text-ink"},"Aircraft status")],-1)),a("div",hk,[a("span",{class:Ce(["inline-flex items-center gap-1.5 rounded-full px-2.5 py-1 text-[11px] font-semibold",ht.success])},[E[28]||(E[28]=a("span",{class:"h-1.5 w-1.5 rounded-full bg-current"},null,-1)),z(w(Re.value)+" in flight ",1)],2),Ke.value?(p(),m("span",{key:0,class:Ce(["inline-flex items-center gap-1.5 rounded-full px-2.5 py-1 text-[11px] font-semibold",ht.warning])},[E[29]||(E[29]=a("span",{class:"h-1.5 w-1.5 rounded-full bg-current"},null,-1)),z(w(Ke.value)+" offline ",1)],2)):I("",!0)])]),se.value.length?(p(),m("div",mk,[a("table",gk,[a("thead",null,[a("tr",vk,[(p(),m(le,null,Ie(["Aircraft","Mission","Status","Alt","Battery","Speed",""],Z=>a("th",{key:Z,class:"border-y border-line bg-surface-2 px-5 py-2.5 font-mono text-[10.5px] font-normal uppercase tracking-caps text-ink-muted"},w(Z),1)),64))])]),a("tbody",null,[(p(!0),m(le,null,Ie(se.value,(Z,_t)=>(p(),m("tr",{key:Z.id,class:Ce(["cursor-pointer transition hover:bg-surface-2",_t<se.value.length-1?"border-b border-line":""]),onClick:bt=>jn(Z.id)},[a("td",bk,w(Z.id),1),a("td",yk,w(Z.mission),1),a("td",xk,[a("span",{class:Ce(["inline-flex items-center gap-1.5 rounded-full px-2.5 py-1 text-[11px] font-semibold",ht[Z.tone]])},[E[31]||(E[31]=a("span",{class:"h-1.5 w-1.5 rounded-full bg-current"},null,-1)),z(w(Z.status),1)],2)]),a("td",wk,w(Z.alt),1),a("td",kk,[Z.battery!=null?(p(),m("div",Sk,[a("div",Tk,[a("div",{class:Ce(["h-full",Z.battery<40?"bg-caution":"bg-ready"]),style:Eo({width:Z.battery+"%"})},null,6)]),a("span",Pk,w(Z.battery)+"%",1)])):(p(),m("span",Ck,"—"))]),a("td",Lk,[z(w(Z.speed==null?"—":Z.speed.toFixed(1))+" ",1),E[32]||(E[32]=a("span",{class:"text-ink-muted"},"m/s",-1))]),a("td",Ak,[a("button",{class:"btn-ghost inline-flex items-center gap-1.5 whitespace-nowrap",onClick:hl(bt=>jn(Z.id),["stop"])},[A(J,{name:"play",size:14}),E[33]||(E[33]=z(" Track ",-1))],8,Mk)])],10,_k))),128))])])])):(p(),m("div",pk," No aircraft connected yet. Devices appear here as they come online. "))])])):Le.value==="Live flights"?(p(),m("div",Ek,[a("div",Ok,[a("span",zk,w(h.value||"No device selected"),1),W.value&&!G.value?(p(),m("span",$k,"Offline")):I("",!0),S.value.length?(p(),m("div",Ik,[(p(!0),m(le,null,Ie(S.value,Z=>(p(),m("button",{key:Z,class:Ce(["flex items-center gap-2 rounded border px-3 py-1.5 font-mono text-xs font-bold transition",Z===h.value?"border-accent bg-accent-soft text-accent-soft-fg":"border-line bg-surface-1 text-ink-secondary hover:border-line-strong"]),onClick:_t=>h.value=Z},[a("span",{class:Ce(["h-2 w-2 rounded-full",u[Z].online?"bg-ready":"bg-ink-muted"])},null,2),z(" "+w(Z),1)],10,Nk))),128))])):I("",!0)]),S.value.length?(p(),m(le,{key:1},[a("div",{class:Ce(["mb-4 grid gap-3",!G.value&&W.value?"opacity-60":""]),style:{"grid-template-columns":"repeat(auto-fit, minmax(150px, 1fr))"}},[a("div",Fk,[E[36]||(E[36]=a("div",{class:"eyebrow"},"Registration",-1)),a("div",{class:Ce(["mt-1 text-sm font-semibold",G.value?((Me=W.value)==null?void 0:Me.registration)==="success"?"text-success-fg":"text-danger-fg":"text-ink"])},w(G.value&&((tt=W.value)!=null&&tt.registration)?W.value.registration:"—"),3)]),a("div",Rk,[E[37]||(E[37]=a("div",{class:"eyebrow"},"Drone link",-1)),a("div",{class:Ce(["mt-1 text-sm font-semibold",G.value?(It=W.value)!=null&&It.connected?"text-success-fg":"text-danger-fg":"text-ink"])},w(W.value?G.value?W.value.connected?"connected":"no drone":"app offline":"—"),3)]),a("div",Bk,[E[38]||(E[38]=a("div",{class:"eyebrow"},"Model",-1)),a("div",Uk,w(((St=W.value)==null?void 0:St.model)||"—"),1)]),a("div",Vk,[E[39]||(E[39]=a("div",{class:"eyebrow"},"Last update",-1)),a("div",Zk,w((Et=W.value)!=null&&Et.lastSeenMs?Ee(ku)(W.value.lastSeenMs):"—"),1)])],2),a("div",Hk,[a("div",jk,[E[41]||(E[41]=a("div",{class:"mb-3 eyebrow"},"Battery",-1)),a("div",Wk,[a("div",Kk,[a("div",{class:Ce(["h-full transition-all",typeof V.value.batteryPercent=="number"?V.value.batteryPercent<20?"bg-warning":V.value.batteryPercent<40?"bg-caution":"bg-ready":""]),style:Eo({width:(typeof V.value.batteryPercent=="number"?V.value.batteryPercent:0)+"%"})},null,6)]),a("div",Gk,[z(w(typeof V.value.batteryPercent=="number"?V.value.batteryPercent:"—"),1),E[40]||(E[40]=a("span",{class:"text-sm text-ink-secondary"},"%",-1))])])]),a("div",qk,[E[43]||(E[43]=a("div",{class:"mb-3 eyebrow"},"Altitude",-1)),a("div",Yk,[z(w(Gt(V.value.altitude,1)),1),E[42]||(E[42]=a("span",{class:"text-sm text-ink-secondary"}," m",-1))])]),a("div",Jk,[E[48]||(E[48]=a("div",{class:"mb-3 eyebrow"},"Flight",-1)),a("div",Xk,[a("div",Qk,[E[44]||(E[44]=a("span",{class:"text-ink-secondary"},"Mode",-1)),a("b",eS,w(V.value.flightMode||"—"),1)]),a("div",tS,[E[45]||(E[45]=a("span",{class:"text-ink-secondary"},"Flying",-1)),a("b",nS,w(V.value.isFlying==null?"—":V.value.isFlying?"yes":"no"),1)]),a("div",iS,[E[46]||(E[46]=a("span",{class:"text-ink-secondary"},"GPS sats",-1)),a("b",oS,w(V.value.satelliteCount==null?"—":V.value.satelliteCount),1)]),a("div",sS,[E[47]||(E[47]=a("span",{class:"text-ink-secondary"},"Speed (H)",-1)),a("b",aS,w(oe.value==null?"—":Gt(oe.value,2," m/s")),1)])])]),a("div",rS,[E[52]||(E[52]=a("div",{class:"mb-3 eyebrow"},"Position",-1)),a("div",lS,[a("div",uS,[E[49]||(E[49]=a("span",{class:"text-ink-secondary"},"Latitude",-1)),a("b",cS,w(Gt(V.value.latitude,6)),1)]),a("div",dS,[E[50]||(E[50]=a("span",{class:"text-ink-secondary"},"Longitude",-1)),a("b",fS,w(Gt(V.value.longitude,6)),1)]),a("div",hS,[E[51]||(E[51]=a("span",{class:"text-ink-secondary"},"Vert. speed",-1)),a("b",pS,w(Gt(typeof V.value.velocityZ=="number"?-V.value.velocityZ:void 0,2," m/s")),1)])])]),a("div",mS,[E[53]||(E[53]=a("div",{class:"mb-3 eyebrow"},"Track",-1)),A(Cu,{position:re.value,trail:ae.value},null,8,["position","trail"])]),a("div",gS,[E[54]||(E[54]=a("div",{class:"mb-3 eyebrow"},"Send command",-1)),a("div",vS,[ie(a("input",{"onUpdate:modelValue":E[7]||(E[7]=Z=>At.value=Z),class:"field flex-1",placeholder:"command (e.g. startConnection)"},null,512),[[me,At.value]]),ie(a("input",{"onUpdate:modelValue":E[8]||(E[8]=Z=>Ut.value=Z),class:"field flex-1",placeholder:"payload JSON (optional)"},null,512),[[me,Ut.value]]),a("button",{class:"btn-accent",onClick:Ii},"Send")]),a("div",_S,w(Pt.value),1)]),a("div",bS,[E[55]||(E[55]=a("div",{class:"mb-3 eyebrow"},"Event log",-1)),a("div",yS,[(p(!0),m(le,null,Ie(y,(Z,_t)=>(p(),m("div",{key:_t,class:"border-b border-line py-1"},[a("span",xS,w(Z.t),1),a("span",wS,w(Z.tag),1),a("span",kS,w(Z.text),1)]))),128))])])])],64)):(p(),m("div",Dk,[A(J,{name:"radio",size:28,class:"text-ink-muted"}),E[34]||(E[34]=a("div",{class:"mt-3 text-sm font-medium text-ink-secondary"},"No aircraft online",-1)),E[35]||(E[35]=a("div",{class:"mt-1 text-xs text-ink-muted"},"Live telemetry appears here once a drone connects.",-1))]))])):Le.value==="Logbook"?(p(),nt(gx,{key:2,email:t.email,role:t.role,organization:t.organization,"organization-name":t.organizationName},null,8,["email","role","organization","organization-name"])):Le.value==="Drones"?(p(),nt(c0,{key:3,ref_key:"dronesView",ref:kn,"connected-serials":ke.value,onDeleted:at},null,8,["connected-serials"])):Le.value==="Documents"?(p(),nt(qw,{key:4,email:t.email,role:t.role,organization:t.organization,"organization-name":t.organizationName},null,8,["email","role","organization","organization-name"])):Le.value==="Settings"?(p(),nt(ey,{key:5,email:t.email,role:t.role,organization:t.organization,"organization-name":t.organizationName,onLogout:E[9]||(E[9]=Z=>l("logout"))},null,8,["email","role","organization","organization-name"])):(p(),m("div",SS,[a("div",TS,[A(J,{name:zt.value,size:28,class:"text-ink-muted"},null,8,["name"]),a("div",PS,w(Le.value),1),Le.value==="Drives"?(p(),m("div",CS,[E[56]||(E[56]=z(" Browse and transfer files here once a drive is connected. Configure drives in ",-1)),a("button",{class:"font-semibold text-accent hover:underline",onClick:E[10]||(E[10]=Z=>Le.value="Settings")},"Settings → Integrations"),E[57]||(E[57]=z(". ",-1))])):(p(),m("div",LS,"This section is part of the console shell and has no backend yet."))])]))])])}}},OS={key:0,class:"h-full"},zS={key:1,class:"grid h-full place-items-center text-ink-muted text-sm"},$S={__name:"App",setup(t){const i=Y(!1),s=Y(null),l=Y("user"),u=Y(""),f=Y(""),h=Y("");function _(T){l.value=T&&T.role||"user",u.value=T&&T.organization||"",f.value=T&&T.organizationName||""}fi(async()=>{h.value=(await Qh()).apiBase||"";const T=await _u();T&&(s.value=T.email,_(T),await Tu()),i.value=!0});async function y(T){s.value=T,_(await _u()),await Tu()}async function C(){Hp(),await tp(),s.value=null,l.value="user",u.value="",f.value=""}return(T,M)=>i.value?(p(),m("div",OS,[s.value?(p(),nt(ES,{key:0,email:s.value,role:l.value,organization:u.value,"organization-name":f.value,onLogout:C},null,8,["email","role","organization","organization-name"])):(p(),nt(rm,{key:1,"default-api-base":h.value,onSignedIn:y},null,8,["default-api-base"]))])):(p(),m("div",zS,"Loading…"))}};qh($S).mount("#app");
|