Files
DriverVault/API Server/internal/api/dist/assets/index-E4ifC_ff.js
T
tajniak81andClaude Opus 5 b60d929ed6 Service history: columns you can switch off and rearrange
A car's page has let you choose and arrange two things for a while - which tabs
it shows, and which rows the Information tab lists, both dragged into whatever
order you like. The Service history table was left out of that: nine columns,
hardcoded, in one order, for every car. An EV shows Oil & Oil filter and Engine
air filter on every row of a history that will never record either, and a reader
who mostly wants Notes has to look past four columns of dates and distances to
reach it.

It works the way the other two do, because a third mechanism for the same idea
would be one to keep in step. Both lists are properties of the car, so everyone
it is shared with sees the same table, and both need write access to set. The
columns are stored as the hidden set rather than the visible one, so a column
added in a later release is on by default. The arrangement covers the hidden
columns too, which is what makes a column switched back on return to where it
was instead of reappearing at the end - verified below, since that is the part
of this shape that is easy to get wrong and invisible until somebody hits it.

Date cannot be switched off. Every row of that table is work done on a day, and
a history with the day taken out stops being a history; it can still be dragged
anywhere, which is exactly the rule Information already follows in the tab bar.
That is a judgment call and the annotation that prompted this only circled the
other eight columns - moving "date" into hideableServiceColumns and dropping the
filter in the picker would reverse it in two lines if it turns out to be wrong.

Server: hidden_service_columns and service_column_order on the car, validated
against their own key sets by the endpoint that already does this for tabs,
fields and readings. The arrangeable set is derived from the hideable one plus
the date rather than written out again, so the two cannot drift as columns are
added. Bootstrap appends missing fields to existing collections, so the two
columns appear on the next server start with no migration to run.

Web: the table stopped being nine hardcoded th/td pairs and is now driven by one
list of columns, head and body from the same source, which is what stops a moved
or hidden column from shifting the headings out of line with the cells. The
cells are built a row at a time rather than a call per cell, so a long history
doesn't rebuild every cell three times to read its text, its classes and whether
it is the file column. The column headings kept their existing car.services.col*
translations - the keys are mapped rather than derived, because renaming a dozen
strings in three languages to save a lookup table would be the wrong trade. Four
new strings in all three languages.

Verified: go vet and go test ./... pass, with new tests covering both key sets -
that hiding the date is refused, that a field key is not a column key, and that
the arrangeable set is the hideable one plus the date. npm run build is clean.
The page itself was driven in a browser against a throwaway stub API: the
rewritten table renders identically to the hardcoded one, switching two columns
off removed exactly those two from head and body with the rest still aligned and
sent {"hiddenServiceColumns":["oil","engineFilter"]}, dragging Notes onto Km
reordered head and body live and saved an order with the hidden columns still
holding their places, switching Oil back on returned it between Next km and
Cabin air filter rather than to the end, and a read-only share gets no gear
button, no draggable headings and no drag hint.

Not verified: the drag was exercised by dispatching drag events at the
component's own handlers, not by a pointer - the browser pane was not
compositing, which rules out both screenshots and a real drag - so the native
drag image and cursor are unchecked. No automated test guards any of the web
behaviour; the web app still has no test runner. The API rejects unknown JSON
fields, so this web build against an older API Server would take a 400 when
saving the picker: they deploy together from this repo, but one must not ship
without the other. The phone app is deliberately untouched, having no column
table to arrange, and ignores both new fields.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-22 10:31:52 +02:00

18 lines
129 KiB
JavaScript

(function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const i of document.querySelectorAll('link[rel="modulepreload"]'))n(i);new MutationObserver(i=>{for(const o of i)if(o.type==="childList")for(const r of o.addedNodes)r.tagName==="LINK"&&r.rel==="modulepreload"&&n(r)}).observe(document,{childList:!0,subtree:!0});function s(i){const o={};return i.integrity&&(o.integrity=i.integrity),i.referrerPolicy&&(o.referrerPolicy=i.referrerPolicy),i.crossOrigin==="use-credentials"?o.credentials="include":i.crossOrigin==="anonymous"?o.credentials="omit":o.credentials="same-origin",o}function n(i){if(i.ep)return;i.ep=!0;const o=s(i);fetch(i.href,o)}})();/**
* @vue/shared v3.5.39
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**/function cn(e){const t=Object.create(null);for(const s of e.split(","))t[s]=1;return s=>s in t}const X={},St=[],Je=()=>{},mi=()=>!1,Ts=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),Es=e=>e.startsWith("onUpdate:"),ve=Object.assign,un=(e,t)=>{const s=e.indexOf(t);s>-1&&e.splice(s,1)},$o=Object.prototype.hasOwnProperty,W=(e,t)=>$o.call(e,t),M=Array.isArray,Tt=e=>ss(e)==="[object Map]",Dt=e=>ss(e)==="[object Set]",Dn=e=>ss(e)==="[object Date]",V=e=>typeof e=="function",oe=e=>typeof e=="string",Ye=e=>typeof e=="symbol",Z=e=>e!==null&&typeof e=="object",bi=e=>(Z(e)||V(e))&&V(e.then)&&V(e.catch),vi=Object.prototype.toString,ss=e=>vi.call(e),Oo=e=>ss(e).slice(8,-1),yi=e=>ss(e)==="[object Object]",dn=e=>oe(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,Ht=cn(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),Ps=e=>{const t=Object.create(null);return(s=>t[s]||(t[s]=e(s)))},Ro=/-\w/g,De=Ps(e=>e.replace(Ro,t=>t.slice(1).toUpperCase())),zo=/\B([A-Z])/g,ht=Ps(e=>e.replace(zo,"-$1").toLowerCase()),_i=Ps(e=>e.charAt(0).toUpperCase()+e.slice(1)),Ns=Ps(e=>e?`on${_i(e)}`:""),Ze=(e,t)=>!Object.is(e,t),ps=(e,...t)=>{for(let s=0;s<e.length;s++)e[s](...t)},wi=(e,t,s,n=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:n,value:s})},Cs=e=>{const t=parseFloat(e);return isNaN(t)?e:t};let In;const As=()=>In||(In=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function pn(e){if(M(e)){const t={};for(let s=0;s<e.length;s++){const n=e[s],i=oe(n)?Uo(n):pn(n);if(i)for(const o in i)t[o]=i[o]}return t}else if(oe(e)||Z(e))return e}const Do=/;(?![^(]*\))/g,Io=/:([^]+)/,jo=/\/\*[^]*?\*\//g;function Uo(e){const t={};return e.replace(jo,"").split(Do).forEach(s=>{if(s){const n=s.split(Io);n.length>1&&(t[n[0].trim()]=n[1].trim())}}),t}function Ue(e){let t="";if(oe(e))t=e;else if(M(e))for(let s=0;s<e.length;s++){const n=Ue(e[s]);n&&(t+=n+" ")}else if(Z(e))for(const s in e)e[s]&&(t+=s+" ");return t.trim()}const No="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",Mo=cn(No);function xi(e){return!!e||e===""}function Lo(e,t){if(e.length!==t.length)return!1;let s=!0;for(let n=0;s&&n<e.length;n++)s=dt(e[n],t[n]);return s}function dt(e,t){if(e===t)return!0;let s=Dn(e),n=Dn(t);if(s||n)return s&&n?e.getTime()===t.getTime():!1;if(s=Ye(e),n=Ye(t),s||n)return e===t;if(s=M(e),n=M(t),s||n)return s&&n?Lo(e,t):!1;if(s=Z(e),n=Z(t),s||n){if(!s||!n)return!1;const i=Object.keys(e).length,o=Object.keys(t).length;if(i!==o)return!1;for(const r in e){const a=e.hasOwnProperty(r),l=t.hasOwnProperty(r);if(a&&!l||!a&&l||!dt(e[r],t[r]))return!1}}return String(e)===String(t)}function fn(e,t){return e.findIndex(s=>dt(s,t))}const ki=e=>!!(e&&e.__v_isRef===!0),m=e=>oe(e)?e:e==null?"":M(e)||Z(e)&&(e.toString===vi||!V(e.toString))?ki(e)?m(e.value):JSON.stringify(e,Si,2):String(e),Si=(e,t)=>ki(t)?Si(e,t.value):Tt(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((s,[n,i],o)=>(s[Ms(n,o)+" =>"]=i,s),{})}:Dt(t)?{[`Set(${t.size})`]:[...t.values()].map(s=>Ms(s))}:Ye(t)?Ms(t):Z(t)&&!M(t)&&!yi(t)?String(t):t,Ms=(e,t="")=>{var s;return Ye(e)?`Symbol(${(s=e.description)!=null?s:t})`:e};/**
* @vue/reactivity v3.5.39
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**/let he;class Fo{constructor(t=!1){this.detached=t,this._active=!0,this._on=0,this.effects=[],this.cleanups=[],this._isPaused=!1,this._warnOnRun=!0,this.__v_skip=!0,!t&&he&&(he.active?(this.parent=he,this.index=(he.scopes||(he.scopes=[])).push(this)-1):(this._active=!1,this._warnOnRun=!1))}get active(){return this._active}pause(){if(this._active){this._isPaused=!0;let t,s;if(this.scopes)for(t=0,s=this.scopes.length;t<s;t++)this.scopes[t].pause();for(t=0,s=this.effects.length;t<s;t++)this.effects[t].pause()}}resume(){if(this._active&&this._isPaused){this._isPaused=!1;let t,s;if(this.scopes)for(t=0,s=this.scopes.length;t<s;t++)this.scopes[t].resume();for(t=0,s=this.effects.length;t<s;t++)this.effects[t].resume()}}run(t){if(this._active){const s=he;try{return he=this,t()}finally{he=s}}}on(){++this._on===1&&(this.prevScope=he,he=this)}off(){if(this._on>0&&--this._on===0){if(he===this)he=this.prevScope;else{let t=he;for(;t;){if(t.prevScope===this){t.prevScope=this.prevScope;break}t=t.prevScope}}this.prevScope=void 0}}stop(t){if(this._active){this._active=!1;let s,n;for(s=0,n=this.effects.length;s<n;s++)this.effects[s].stop();for(this.effects.length=0,s=0,n=this.cleanups.length;s<n;s++)this.cleanups[s]();if(this.cleanups.length=0,this.scopes){for(s=0,n=this.scopes.length;s<n;s++)this.scopes[s].stop(!0);this.scopes.length=0}if(!this.detached&&this.parent&&!t){const i=this.parent.scopes.pop();i&&i!==this&&(this.parent.scopes[this.index]=i,i.index=this.index)}this.parent=void 0}}}function Bo(){return he}let ee;const Ls=new WeakSet;class Ti{constructor(t){this.fn=t,this.deps=void 0,this.depsTail=void 0,this.flags=5,this.next=void 0,this.cleanup=void 0,this.scheduler=void 0,he&&(he.active?he.effects.push(this):this.flags&=-2)}pause(){this.flags|=64}resume(){this.flags&64&&(this.flags&=-65,Ls.has(this)&&(Ls.delete(this),this.trigger()))}notify(){this.flags&2&&!(this.flags&32)||this.flags&8||Pi(this)}run(){if(!(this.flags&1))return this.fn();this.flags|=2,jn(this),Ci(this);const t=ee,s=Ie;ee=this,Ie=!0;try{return this.fn()}finally{Ai(this),ee=t,Ie=s,this.flags&=-3}}stop(){if(this.flags&1){for(let t=this.deps;t;t=t.nextDep)mn(t);this.deps=this.depsTail=void 0,jn(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){this.flags&64?Ls.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){Js(this)&&this.run()}get dirty(){return Js(this)}}let Ei=0,Vt,Gt;function Pi(e,t=!1){if(e.flags|=8,t){e.next=Gt,Gt=e;return}e.next=Vt,Vt=e}function hn(){Ei++}function gn(){if(--Ei>0)return;if(Gt){let t=Gt;for(Gt=void 0;t;){const s=t.next;t.next=void 0,t.flags&=-9,t=s}}let e;for(;Vt;){let t=Vt;for(Vt=void 0;t;){const s=t.next;if(t.next=void 0,t.flags&=-9,t.flags&1)try{t.trigger()}catch(n){e||(e=n)}t=s}}if(e)throw e}function Ci(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function Ai(e){let t,s=e.depsTail,n=s;for(;n;){const i=n.prevDep;n.version===-1?(n===s&&(s=i),mn(n),Ho(n)):t=n,n.dep.activeLink=n.prevActiveLink,n.prevActiveLink=void 0,n=i}e.deps=t,e.depsTail=s}function Js(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&($i(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function $i(e){if(e.flags&4&&!(e.flags&16)||(e.flags&=-17,e.globalVersion===Jt)||(e.globalVersion=Jt,!e.isSSR&&e.flags&128&&(!e.deps&&!e._dirty||!Js(e))))return;e.flags|=2;const t=e.dep,s=ee,n=Ie;ee=e,Ie=!0;try{Ci(e);const i=e.fn(e._value);(t.version===0||Ze(i,e._value))&&(e.flags|=128,e._value=i,t.version++)}catch(i){throw t.version++,i}finally{ee=s,Ie=n,Ai(e),e.flags&=-3}}function mn(e,t=!1){const{dep:s,prevSub:n,nextSub:i}=e;if(n&&(n.nextSub=i,e.prevSub=void 0),i&&(i.prevSub=n,e.nextSub=void 0),s.subs===e&&(s.subs=n,!n&&s.computed)){s.computed.flags&=-5;for(let o=s.computed.deps;o;o=o.nextDep)mn(o,!0)}!t&&!--s.sc&&s.map&&s.map.delete(s.key)}function Ho(e){const{prevDep:t,nextDep:s}=e;t&&(t.nextDep=s,e.prevDep=void 0),s&&(s.prevDep=t,e.nextDep=void 0)}let Ie=!0;const Oi=[];function Xe(){Oi.push(Ie),Ie=!1}function Qe(){const e=Oi.pop();Ie=e===void 0?!0:e}function jn(e){const{cleanup:t}=e;if(e.cleanup=void 0,t){const s=ee;ee=void 0;try{t()}finally{ee=s}}}let Jt=0;class Vo{constructor(t,s){this.sub=t,this.dep=s,this.version=s.version,this.nextDep=this.prevDep=this.nextSub=this.prevSub=this.prevActiveLink=void 0}}class bn{constructor(t){this.computed=t,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(t){if(!ee||!Ie||ee===this.computed)return;let s=this.activeLink;if(s===void 0||s.sub!==ee)s=this.activeLink=new Vo(ee,this),ee.deps?(s.prevDep=ee.depsTail,ee.depsTail.nextDep=s,ee.depsTail=s):ee.deps=ee.depsTail=s,Ri(s);else if(s.version===-1&&(s.version=this.version,s.nextDep)){const n=s.nextDep;n.prevDep=s.prevDep,s.prevDep&&(s.prevDep.nextDep=n),s.prevDep=ee.depsTail,s.nextDep=void 0,ee.depsTail.nextDep=s,ee.depsTail=s,ee.deps===s&&(ee.deps=n)}return s}trigger(t){this.version++,Jt++,this.notify(t)}notify(t){hn();try{for(let s=this.subs;s;s=s.prevSub)s.sub.notify()&&s.sub.dep.notify()}finally{gn()}}}function Ri(e){if(e.dep.sc++,e.sub.flags&4){const t=e.dep.computed;if(t&&!e.dep.subs){t.flags|=20;for(let n=t.deps;n;n=n.nextDep)Ri(n)}const s=e.dep.subs;s!==e&&(e.prevSub=s,s&&(s.nextSub=e)),e.dep.subs=e}}const Ys=new WeakMap,_t=Symbol(""),Xs=Symbol(""),Yt=Symbol("");function me(e,t,s){if(Ie&&ee){let n=Ys.get(e);n||Ys.set(e,n=new Map);let i=n.get(s);i||(n.set(s,i=new bn),i.map=n,i.key=s),i.track()}}function it(e,t,s,n,i,o){const r=Ys.get(e);if(!r){Jt++;return}const a=l=>{l&&l.trigger()};if(hn(),t==="clear")r.forEach(a);else{const l=M(e),g=l&&dn(s);if(l&&s==="length"){const d=Number(n);r.forEach((b,P)=>{(P==="length"||P===Yt||!Ye(P)&&P>=d)&&a(b)})}else switch((s!==void 0||r.has(void 0))&&a(r.get(s)),g&&a(r.get(Yt)),t){case"add":l?g&&a(r.get("length")):(a(r.get(_t)),Tt(e)&&a(r.get(Xs)));break;case"delete":l||(a(r.get(_t)),Tt(e)&&a(r.get(Xs)));break;case"set":Tt(e)&&a(r.get(_t));break}}gn()}function xt(e){const t=K(e);return t===e?t:(me(t,"iterate",Yt),Oe(e)?t:t.map(Ne))}function $s(e){return me(e=K(e),"iterate",Yt),e}function We(e,t){return at(e)?At(wt(e)?Ne(t):t):Ne(t)}const Go={__proto__:null,[Symbol.iterator](){return Fs(this,Symbol.iterator,e=>We(this,e))},concat(...e){return xt(this).concat(...e.map(t=>M(t)?xt(t):t))},entries(){return Fs(this,"entries",e=>(e[1]=We(this,e[1]),e))},every(e,t){return et(this,"every",e,t,void 0,arguments)},filter(e,t){return et(this,"filter",e,t,s=>s.map(n=>We(this,n)),arguments)},find(e,t){return et(this,"find",e,t,s=>We(this,s),arguments)},findIndex(e,t){return et(this,"findIndex",e,t,void 0,arguments)},findLast(e,t){return et(this,"findLast",e,t,s=>We(this,s),arguments)},findLastIndex(e,t){return et(this,"findLastIndex",e,t,void 0,arguments)},forEach(e,t){return et(this,"forEach",e,t,void 0,arguments)},includes(...e){return Bs(this,"includes",e)},indexOf(...e){return Bs(this,"indexOf",e)},join(e){return xt(this).join(e)},lastIndexOf(...e){return Bs(this,"lastIndexOf",e)},map(e,t){return et(this,"map",e,t,void 0,arguments)},pop(){return Mt(this,"pop")},push(...e){return Mt(this,"push",e)},reduce(e,...t){return Un(this,"reduce",e,t)},reduceRight(e,...t){return Un(this,"reduceRight",e,t)},shift(){return Mt(this,"shift")},some(e,t){return et(this,"some",e,t,void 0,arguments)},splice(...e){return Mt(this,"splice",e)},toReversed(){return xt(this).toReversed()},toSorted(e){return xt(this).toSorted(e)},toSpliced(...e){return xt(this).toSpliced(...e)},unshift(...e){return Mt(this,"unshift",e)},values(){return Fs(this,"values",e=>We(this,e))}};function Fs(e,t,s){const n=$s(e),i=n[t]();return n!==e&&!Oe(e)&&(i._next=i.next,i.next=()=>{const o=i._next();return o.done||(o.value=s(o.value)),o}),i}const Ko=Array.prototype;function et(e,t,s,n,i,o){const r=$s(e),a=r!==e&&!Oe(e),l=r[t];if(l!==Ko[t]){const b=l.apply(e,o);return a?Ne(b):b}let g=s;r!==e&&(a?g=function(b,P){return s.call(this,We(e,b),P,e)}:s.length>2&&(g=function(b,P){return s.call(this,b,P,e)}));const d=l.call(r,g,n);return a&&i?i(d):d}function Un(e,t,s,n){const i=$s(e),o=i!==e&&!Oe(e);let r=s,a=!1;i!==e&&(o?(a=n.length===0,r=function(g,d,b){return a&&(a=!1,g=We(e,g)),s.call(this,g,We(e,d),b,e)}):s.length>3&&(r=function(g,d,b){return s.call(this,g,d,b,e)}));const l=i[t](r,...n);return a?We(e,l):l}function Bs(e,t,s){const n=K(e);me(n,"iterate",Yt);const i=n[t](...s);return(i===-1||i===!1)&&_n(s[0])?(s[0]=K(s[0]),n[t](...s)):i}function Mt(e,t,s=[]){Xe(),hn();const n=K(e)[t].apply(e,s);return gn(),Qe(),n}const Wo=cn("__proto__,__v_isRef,__isVue"),zi=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(Ye));function qo(e){Ye(e)||(e=String(e));const t=K(this);return me(t,"has",e),t.hasOwnProperty(e)}class Di{constructor(t=!1,s=!1){this._isReadonly=t,this._isShallow=s}get(t,s,n){if(s==="__v_skip")return t.__v_skip;const i=this._isReadonly,o=this._isShallow;if(s==="__v_isReactive")return!i;if(s==="__v_isReadonly")return i;if(s==="__v_isShallow")return o;if(s==="__v_raw")return n===(i?o?ir:Ni:o?Ui:ji).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(n)?t:void 0;const r=M(t);if(!i){let l;if(r&&(l=Go[s]))return l;if(s==="hasOwnProperty")return qo}const a=Reflect.get(t,s,be(t)?t:n);if((Ye(s)?zi.has(s):Wo(s))||(i||me(t,"get",s),o))return a;if(be(a)){const l=r&&dn(s)?a:a.value;return i&&Z(l)?en(l):l}return Z(a)?i?en(a):Xt(a):a}}class Ii extends Di{constructor(t=!1){super(!1,t)}set(t,s,n,i){let o=t[s];const r=M(t)&&dn(s);if(!this._isShallow){const g=at(o);if(!Oe(n)&&!at(n)&&(o=K(o),n=K(n)),!r&&be(o)&&!be(n))return g||(o.value=n),!0}const a=r?Number(s)<t.length:W(t,s),l=Reflect.set(t,s,n,be(t)?t:i);return t===K(i)&&l&&(a?Ze(n,o)&&it(t,"set",s,n):it(t,"add",s,n)),l}deleteProperty(t,s){const n=W(t,s);t[s];const i=Reflect.deleteProperty(t,s);return i&&n&&it(t,"delete",s,void 0),i}has(t,s){const n=Reflect.has(t,s);return(!Ye(s)||!zi.has(s))&&me(t,"has",s),n}ownKeys(t){return me(t,"iterate",M(t)?"length":_t),Reflect.ownKeys(t)}}class Zo extends Di{constructor(t=!1){super(!0,t)}set(t,s){return!0}deleteProperty(t,s){return!0}}const Jo=new Ii,Yo=new Zo,Xo=new Ii(!0);const Qs=e=>e,ls=e=>Reflect.getPrototypeOf(e);function Qo(e,t,s){return function(...n){const i=this.__v_raw,o=K(i),r=Tt(o),a=e==="entries"||e===Symbol.iterator&&r,l=e==="keys"&&r,g=i[e](...n),d=s?Qs:t?At:Ne;return!t&&me(o,"iterate",l?Xs:_t),ve(Object.create(g),{next(){const{value:b,done:P}=g.next();return P?{value:b,done:P}:{value:a?[d(b[0]),d(b[1])]:d(b),done:P}}})}}function cs(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function er(e,t){const s={get(i){const o=this.__v_raw,r=K(o),a=K(i);e||(Ze(i,a)&&me(r,"get",i),me(r,"get",a));const{has:l}=ls(r),g=t?Qs:e?At:Ne;if(l.call(r,i))return g(o.get(i));if(l.call(r,a))return g(o.get(a));o!==r&&o.get(i)},get size(){const i=this.__v_raw;return!e&&me(K(i),"iterate",_t),i.size},has(i){const o=this.__v_raw,r=K(o),a=K(i);return e||(Ze(i,a)&&me(r,"has",i),me(r,"has",a)),i===a?o.has(i):o.has(i)||o.has(a)},forEach(i,o){const r=this,a=r.__v_raw,l=K(a),g=t?Qs:e?At:Ne;return!e&&me(l,"iterate",_t),a.forEach((d,b)=>i.call(o,g(d),g(b),r))}};return ve(s,e?{add:cs("add"),set:cs("set"),delete:cs("delete"),clear:cs("clear")}:{add(i){const o=K(this),r=ls(o),a=K(i),l=!t&&!Oe(i)&&!at(i)?a:i;return r.has.call(o,l)||Ze(i,l)&&r.has.call(o,i)||Ze(a,l)&&r.has.call(o,a)||(o.add(l),it(o,"add",l,l)),this},set(i,o){!t&&!Oe(o)&&!at(o)&&(o=K(o));const r=K(this),{has:a,get:l}=ls(r);let g=a.call(r,i);g||(i=K(i),g=a.call(r,i));const d=l.call(r,i);return r.set(i,o),g?Ze(o,d)&&it(r,"set",i,o):it(r,"add",i,o),this},delete(i){const o=K(this),{has:r,get:a}=ls(o);let l=r.call(o,i);l||(i=K(i),l=r.call(o,i)),a&&a.call(o,i);const g=o.delete(i);return l&&it(o,"delete",i,void 0),g},clear(){const i=K(this),o=i.size!==0,r=i.clear();return o&&it(i,"clear",void 0,void 0),r}}),["keys","values","entries",Symbol.iterator].forEach(i=>{s[i]=Qo(i,e,t)}),s}function vn(e,t){const s=er(e,t);return(n,i,o)=>i==="__v_isReactive"?!e:i==="__v_isReadonly"?e:i==="__v_raw"?n:Reflect.get(W(s,i)&&i in n?s:n,i,o)}const tr={get:vn(!1,!1)},sr={get:vn(!1,!0)},nr={get:vn(!0,!1)};const ji=new WeakMap,Ui=new WeakMap,Ni=new WeakMap,ir=new WeakMap;function or(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function Xt(e){return at(e)?e:yn(e,!1,Jo,tr,ji)}function rr(e){return yn(e,!1,Xo,sr,Ui)}function en(e){return yn(e,!0,Yo,nr,Ni)}function yn(e,t,s,n,i){if(!Z(e)||e.__v_raw&&!(t&&e.__v_isReactive)||e.__v_skip||!Object.isExtensible(e))return e;const o=i.get(e);if(o)return o;const r=or(Oo(e));if(r===0)return e;const a=new Proxy(e,r===2?n:s);return i.set(e,a),a}function wt(e){return at(e)?wt(e.__v_raw):!!(e&&e.__v_isReactive)}function at(e){return!!(e&&e.__v_isReadonly)}function Oe(e){return!!(e&&e.__v_isShallow)}function _n(e){return e?!!e.__v_raw:!1}function K(e){const t=e&&e.__v_raw;return t?K(t):e}function ar(e){return!W(e,"__v_skip")&&Object.isExtensible(e)&&wi(e,"__v_skip",!0),e}const Ne=e=>Z(e)?Xt(e):e,At=e=>Z(e)?en(e):e;function be(e){return e?e.__v_isRef===!0:!1}function H(e){return lr(e,!1)}function lr(e,t){return be(e)?e:new cr(e,t)}class cr{constructor(t,s){this.dep=new bn,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=s?t:K(t),this._value=s?t:Ne(t),this.__v_isShallow=s}get value(){return this.dep.track(),this._value}set value(t){const s=this._rawValue,n=this.__v_isShallow||Oe(t)||at(t);t=n?t:K(t),Ze(t,s)&&(this._rawValue=t,this._value=n?t:Ne(t),this.dep.trigger())}}function h(e){return be(e)?e.value:e}const ur={get:(e,t,s)=>t==="__v_raw"?e:h(Reflect.get(e,t,s)),set:(e,t,s,n)=>{const i=e[t];return be(i)&&!be(s)?(i.value=s,!0):Reflect.set(e,t,s,n)}};function Mi(e){return wt(e)?e:new Proxy(e,ur)}class dr{constructor(t,s,n){this.fn=t,this.setter=s,this._value=void 0,this.dep=new bn(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=Jt-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!s,this.isSSR=n}notify(){if(this.flags|=16,!(this.flags&8)&&ee!==this)return Pi(this,!0),!0}get value(){const t=this.dep.track();return $i(this),t&&(t.version=this.dep.version),this._value}set value(t){this.setter&&this.setter(t)}}function pr(e,t,s=!1){let n,i;return V(e)?n=e:(n=e.get,i=e.set),new dr(n,i,s)}const us={},ms=new WeakMap;let yt;function fr(e,t=!1,s=yt){if(s){let n=ms.get(s);n||ms.set(s,n=[]),n.push(e)}}function hr(e,t,s=X){const{immediate:n,deep:i,once:o,scheduler:r,augmentJob:a,call:l}=s,g=j=>i?j:Oe(j)||i===!1||i===0?ot(j,1):ot(j);let d,b,P,$,F=!1,k=!1;if(be(e)?(b=()=>e.value,F=Oe(e)):wt(e)?(b=()=>g(e),F=!0):M(e)?(k=!0,F=e.some(j=>wt(j)||Oe(j)),b=()=>e.map(j=>{if(be(j))return j.value;if(wt(j))return g(j);if(V(j))return l?l(j,2):j()})):V(e)?t?b=l?()=>l(e,2):e:b=()=>{if(P){Xe();try{P()}finally{Qe()}}const j=yt;yt=d;try{return l?l(e,3,[$]):e($)}finally{yt=j}}:b=Je,t&&i){const j=b,re=i===!0?1/0:i;b=()=>ot(j(),re)}const O=Bo(),E=()=>{d.stop(),O&&O.active&&un(O.effects,d)};if(o&&t){const j=t;t=(...re)=>{const Ee=j(...re);return E(),Ee}}let C=k?new Array(e.length).fill(us):us;const I=j=>{if(!(!(d.flags&1)||!d.dirty&&!j))if(t){const re=d.run();if(j||i||F||(k?re.some((Ee,Pe)=>Ze(Ee,C[Pe])):Ze(re,C))){P&&P();const Ee=yt;yt=d;try{const Pe=[re,C===us?void 0:k&&C[0]===us?[]:C,$];C=re,l?l(t,3,Pe):t(...Pe)}finally{yt=Ee}}}else d.run()};return a&&a(I),d=new Ti(b),d.scheduler=r?()=>r(I,!1):I,$=j=>fr(j,!1,d),P=d.onStop=()=>{const j=ms.get(d);if(j){if(l)l(j,4);else for(const re of j)re();ms.delete(d)}},t?n?I(!0):C=d.run():r?r(I.bind(null,!0),!0):d.run(),E.pause=d.pause.bind(d),E.resume=d.resume.bind(d),E.stop=E,E}function ot(e,t=1/0,s){if(t<=0||!Z(e)||e.__v_skip||(s=s||new Map,(s.get(e)||0)>=t))return e;if(s.set(e,t),t--,be(e))ot(e.value,t,s);else if(M(e))for(let n=0;n<e.length;n++)ot(e[n],t,s);else if(Dt(e)||Tt(e))e.forEach(n=>{ot(n,t,s)});else if(yi(e)){for(const n in e)ot(e[n],t,s);for(const n of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,n)&&ot(e[n],t,s)}return e}/**
* @vue/runtime-core v3.5.39
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**/function ns(e,t,s,n){try{return n?e(...n):e()}catch(i){Os(i,t,s)}}function Me(e,t,s,n){if(V(e)){const i=ns(e,t,s,n);return i&&bi(i)&&i.catch(o=>{Os(o,t,s)}),i}if(M(e)){const i=[];for(let o=0;o<e.length;o++)i.push(Me(e[o],t,s,n));return i}}function Os(e,t,s,n=!0){const i=t?t.vnode:null,{errorHandler:o,throwUnhandledErrorInProduction:r}=t&&t.appContext.config||X;if(t){let a=t.parent;const l=t.proxy,g=`https://vuejs.org/error-reference/#runtime-${s}`;for(;a;){const d=a.ec;if(d){for(let b=0;b<d.length;b++)if(d[b](e,l,g)===!1)return}a=a.parent}if(o){Xe(),ns(o,null,10,[e,l,g]),Qe();return}}gr(e,s,i,n,r)}function gr(e,t,s,n=!0,i=!1){if(i)throw e;console.error(e)}const we=[];let Ke=-1;const Et=[];let ut=null,kt=0;const Li=Promise.resolve();let bs=null;function Fi(e){const t=bs||Li;return e?t.then(this?e.bind(this):e):t}function mr(e){let t=Ke+1,s=we.length;for(;t<s;){const n=t+s>>>1,i=we[n],o=Qt(i);o<e||o===e&&i.flags&2?t=n+1:s=n}return t}function wn(e){if(!(e.flags&1)){const t=Qt(e),s=we[we.length-1];!s||!(e.flags&2)&&t>=Qt(s)?we.push(e):we.splice(mr(t),0,e),e.flags|=1,Bi()}}function Bi(){bs||(bs=Li.then(Vi))}function br(e){M(e)?Et.push(...e):ut&&e.id===-1?ut.splice(kt+1,0,e):e.flags&1||(Et.push(e),e.flags|=1),Bi()}function Nn(e,t,s=Ke+1){for(;s<we.length;s++){const n=we[s];if(n&&n.flags&2){if(e&&n.id!==e.uid)continue;we.splice(s,1),s--,n.flags&4&&(n.flags&=-2),n(),n.flags&4||(n.flags&=-2)}}}function Hi(e){if(Et.length){const t=[...new Set(Et)].sort((s,n)=>Qt(s)-Qt(n));if(Et.length=0,ut){ut.push(...t);return}for(ut=t,kt=0;kt<ut.length;kt++){const s=ut[kt];s.flags&4&&(s.flags&=-2),s.flags&8||s(),s.flags&=-2}ut=null,kt=0}}const Qt=e=>e.id==null?e.flags&2?-1:1/0:e.id;function Vi(e){try{for(Ke=0;Ke<we.length;Ke++){const t=we[Ke];t&&!(t.flags&8)&&(t.flags&4&&(t.flags&=-2),ns(t,t.i,t.i?15:14),t.flags&4||(t.flags&=-2))}}finally{for(;Ke<we.length;Ke++){const t=we[Ke];t&&(t.flags&=-2)}Ke=-1,we.length=0,Hi(),bs=null,(we.length||Et.length)&&Vi()}}let Ae=null,Gi=null;function vs(e){const t=Ae;return Ae=e,Gi=e&&e.type.__scopeId||null,t}function vr(e,t=Ae,s){if(!t||e._n)return e;const n=(...i)=>{n._d&&Zn(-1);const o=vs(t);let r;try{r=e(...i)}finally{vs(o),n._d&&Zn(1)}return r};return n._n=!0,n._c=!0,n._d=!0,n}function le(e,t){if(Ae===null)return e;const s=Is(Ae),n=e.dirs||(e.dirs=[]);for(let i=0;i<t.length;i++){let[o,r,a,l=X]=t[i];o&&(V(o)&&(o={mounted:o,updated:o}),o.deep&&ot(r),n.push({dir:o,instance:s,value:r,oldValue:void 0,arg:a,modifiers:l}))}return e}function bt(e,t,s,n){const i=e.dirs,o=t&&t.dirs;for(let r=0;r<i.length;r++){const a=i[r];o&&(a.oldValue=o[r].value);let l=a.dir[n];l&&(Xe(),Me(l,s,8,[e.el,a,e,t]),Qe())}}function yr(e,t){if(xe){let s=xe.provides;const n=xe.parent&&xe.parent.provides;n===s&&(s=xe.provides=Object.create(n)),s[e]=t}}function fs(e,t,s=!1){const n=ma();if(n||Pt){let i=Pt?Pt._context.provides:n?n.parent==null||n.ce?n.vnode.appContext&&n.vnode.appContext.provides:n.parent.provides:void 0;if(i&&e in i)return i[e];if(arguments.length>1)return s&&V(t)?t.call(n&&n.proxy):t}}const _r=Symbol.for("v-scx"),wr=()=>fs(_r);function Hs(e,t,s){return Ki(e,t,s)}function Ki(e,t,s=X){const{immediate:n,deep:i,flush:o,once:r}=s,a=ve({},s),l=t&&n||!t&&o!=="post";let g;if(ts){if(o==="sync"){const $=wr();g=$.__watcherHandles||($.__watcherHandles=[])}else if(!l){const $=()=>{};return $.stop=Je,$.resume=Je,$.pause=Je,$}}const d=xe;a.call=($,F,k)=>Me($,d,F,k);let b=!1;o==="post"?a.scheduler=$=>{ke($,d&&d.suspense)}:o!=="sync"&&(b=!0,a.scheduler=($,F)=>{F?$():wn($)}),a.augmentJob=$=>{t&&($.flags|=4),b&&($.flags|=2,d&&($.id=d.uid,$.i=d))};const P=hr(e,t,a);return ts&&(g?g.push(P):l&&P()),P}function xr(e,t,s){const n=this.proxy,i=oe(e)?e.includes(".")?Wi(n,e):()=>n[e]:e.bind(n,n);let o;V(t)?o=t:(o=t.handler,s=t);const r=is(this),a=Ki(i,o.bind(n),s);return r(),a}function Wi(e,t){const s=t.split(".");return()=>{let n=e;for(let i=0;i<s.length&&n;i++)n=n[s[i]];return n}}const kr=Symbol("_vte"),Sr=e=>e.__isTeleport,Vs=Symbol("_leaveCb");function xn(e,t){e.shapeFlag&6&&e.component?(e.transition=t,xn(e.component.subTree,t)):e.shapeFlag&128?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}function qi(e){e.ids=[e.ids[0]+e.ids[2]+++"-",0,0]}function Mn(e,t){let s;return!!((s=Object.getOwnPropertyDescriptor(e,t))&&!s.configurable)}const ys=new WeakMap;function Kt(e,t,s,n,i=!1){if(M(e)){e.forEach((k,O)=>Kt(k,t&&(M(t)?t[O]:t),s,n,i));return}if(Wt(n)&&!i){n.shapeFlag&512&&n.type.__asyncResolved&&n.component.subTree.component&&Kt(e,t,s,n.component.subTree);return}const o=n.shapeFlag&4?Is(n.component):n.el,r=i?null:o,{i:a,r:l}=e,g=t&&t.r,d=a.refs===X?a.refs={}:a.refs,b=a.setupState,P=K(b),$=b===X?mi:k=>Mn(d,k)?!1:W(P,k),F=(k,O)=>!(O&&Mn(d,O));if(g!=null&&g!==l){if(Ln(t),oe(g))d[g]=null,$(g)&&(b[g]=null);else if(be(g)){const k=t;F(g,k.k)&&(g.value=null),k.k&&(d[k.k]=null)}}if(V(l)){Xe();try{ns(l,a,12,[r,d])}finally{Qe()}}else{const k=oe(l),O=be(l);if(k||O){const E=()=>{if(e.f){const C=k?$(l)?b[l]:d[l]:F()||!e.k?l.value:d[e.k];if(i)M(C)&&un(C,o);else if(M(C))C.includes(o)||C.push(o);else if(k)d[l]=[o],$(l)&&(b[l]=d[l]);else{const I=[o];F(l,e.k)&&(l.value=I),e.k&&(d[e.k]=I)}}else k?(d[l]=r,$(l)&&(b[l]=r)):O&&(F(l,e.k)&&(l.value=r),e.k&&(d[e.k]=r))};if(r){const C=()=>{E(),ys.delete(e)};C.id=-1,ys.set(e,C),ke(C,s)}else Ln(e),E()}}}function Ln(e){const t=ys.get(e);t&&(t.flags|=8,ys.delete(e))}As().requestIdleCallback;As().cancelIdleCallback;const Wt=e=>!!e.type.__asyncLoader,Zi=e=>e.type.__isKeepAlive;function Tr(e,t){Ji(e,"a",t)}function Er(e,t){Ji(e,"da",t)}function Ji(e,t,s=xe){const n=e.__wdc||(e.__wdc=()=>{let i=s;for(;i;){if(i.isDeactivated)return;i=i.parent}return e()});if(Rs(t,n,s),s){let i=s.parent;for(;i&&i.parent;)Zi(i.parent.vnode)&&Pr(n,t,s,i),i=i.parent}}function Pr(e,t,s,n){const i=Rs(t,e,n,!0);kn(()=>{un(n[t],i)},s)}function Rs(e,t,s=xe,n=!1){if(s){const i=s[e]||(s[e]=[]),o=t.__weh||(t.__weh=(...r)=>{Xe();const a=is(s),l=Me(t,s,e,r);return a(),Qe(),l});return n?i.unshift(o):i.push(o),o}}const lt=e=>(t,s=xe)=>{(!ts||e==="sp")&&Rs(e,(...n)=>t(...n),s)},Cr=lt("bm"),ct=lt("m"),Ar=lt("bu"),$r=lt("u"),Or=lt("bum"),kn=lt("um"),Rr=lt("sp"),zr=lt("rtg"),Dr=lt("rtc");function Ir(e,t=xe){Rs("ec",e,t)}const jr=Symbol.for("v-ndc");function $e(e,t,s,n){let i;const o=s,r=M(e);if(r||oe(e)){const a=r&&wt(e);let l=!1,g=!1;a&&(l=!Oe(e),g=at(e),e=$s(e)),i=new Array(e.length);for(let d=0,b=e.length;d<b;d++)i[d]=t(l?g?At(Ne(e[d])):Ne(e[d]):e[d],d,void 0,o)}else if(typeof e=="number"){i=new Array(e);for(let a=0;a<e;a++)i[a]=t(a+1,a,void 0,o)}else if(Z(e))if(e[Symbol.iterator])i=Array.from(e,(a,l)=>t(a,l,void 0,o));else{const a=Object.keys(e);i=new Array(a.length);for(let l=0,g=a.length;l<g;l++){const d=a[l];i[l]=t(e[d],d,l,o)}}else i=[];return i}const tn=e=>e?vo(e)?Is(e):tn(e.parent):null,qt=ve(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>e.props,$attrs:e=>e.attrs,$slots:e=>e.slots,$refs:e=>e.refs,$parent:e=>tn(e.parent),$root:e=>tn(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>Xi(e),$forceUpdate:e=>e.f||(e.f=()=>{wn(e.update)}),$nextTick:e=>e.n||(e.n=Fi.bind(e.proxy)),$watch:e=>xr.bind(e)}),Gs=(e,t)=>e!==X&&!e.__isScriptSetup&&W(e,t),Ur={get({_:e},t){if(t==="__v_skip")return!0;const{ctx:s,setupState:n,data:i,props:o,accessCache:r,type:a,appContext:l}=e;if(t[0]!=="$"){const P=r[t];if(P!==void 0)switch(P){case 1:return n[t];case 2:return i[t];case 4:return s[t];case 3:return o[t]}else{if(Gs(n,t))return r[t]=1,n[t];if(i!==X&&W(i,t))return r[t]=2,i[t];if(W(o,t))return r[t]=3,o[t];if(s!==X&&W(s,t))return r[t]=4,s[t];sn&&(r[t]=0)}}const g=qt[t];let d,b;if(g)return t==="$attrs"&&me(e.attrs,"get",""),g(e);if((d=a.__cssModules)&&(d=d[t]))return d;if(s!==X&&W(s,t))return r[t]=4,s[t];if(b=l.config.globalProperties,W(b,t))return b[t]},set({_:e},t,s){const{data:n,setupState:i,ctx:o}=e;return Gs(i,t)?(i[t]=s,!0):n!==X&&W(n,t)?(n[t]=s,!0):W(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(o[t]=s,!0)},has({_:{data:e,setupState:t,accessCache:s,ctx:n,appContext:i,props:o,type:r}},a){let l;return!!(s[a]||e!==X&&a[0]!=="$"&&W(e,a)||Gs(t,a)||W(o,a)||W(n,a)||W(qt,a)||W(i.config.globalProperties,a)||(l=r.__cssModules)&&l[a])},defineProperty(e,t,s){return s.get!=null?e._.accessCache[t]=0:W(s,"value")&&this.set(e,t,s.value,null),Reflect.defineProperty(e,t,s)}};function Fn(e){return M(e)?e.reduce((t,s)=>(t[s]=null,t),{}):e}let sn=!0;function Nr(e){const t=Xi(e),s=e.proxy,n=e.ctx;sn=!1,t.beforeCreate&&Bn(t.beforeCreate,e,"bc");const{data:i,computed:o,methods:r,watch:a,provide:l,inject:g,created:d,beforeMount:b,mounted:P,beforeUpdate:$,updated:F,activated:k,deactivated:O,beforeDestroy:E,beforeUnmount:C,destroyed:I,unmounted:j,render:re,renderTracked:Ee,renderTriggered:Pe,errorCaptured:Le,serverPrefetch:pe,expose:se,inheritAttrs:ce,components:It,directives:os,filters:js}=t;if(g&&Mr(g,n,null),r)for(const ie in r){const Q=r[ie];V(Q)&&(n[ie]=Q.bind(s))}if(i){const ie=i.call(s,s);Z(ie)&&(e.data=Xt(ie))}if(sn=!0,o)for(const ie in o){const Q=o[ie],gt=V(Q)?Q.bind(s,s):V(Q.get)?Q.get.bind(s,s):Je,rs=!V(Q)&&V(Q.set)?Q.set.bind(s):Je,mt=je({get:gt,set:rs});Object.defineProperty(n,ie,{enumerable:!0,configurable:!0,get:()=>mt.value,set:Fe=>mt.value=Fe})}if(a)for(const ie in a)Yi(a[ie],n,s,ie);if(l){const ie=V(l)?l.call(s):l;Reflect.ownKeys(ie).forEach(Q=>{yr(Q,ie[Q])})}d&&Bn(d,e,"c");function ye(ie,Q){M(Q)?Q.forEach(gt=>ie(gt.bind(s))):Q&&ie(Q.bind(s))}if(ye(Cr,b),ye(ct,P),ye(Ar,$),ye($r,F),ye(Tr,k),ye(Er,O),ye(Ir,Le),ye(Dr,Ee),ye(zr,Pe),ye(Or,C),ye(kn,j),ye(Rr,pe),M(se))if(se.length){const ie=e.exposed||(e.exposed={});se.forEach(Q=>{Object.defineProperty(ie,Q,{get:()=>s[Q],set:gt=>s[Q]=gt,enumerable:!0})})}else e.exposed||(e.exposed={});re&&e.render===Je&&(e.render=re),ce!=null&&(e.inheritAttrs=ce),It&&(e.components=It),os&&(e.directives=os),pe&&qi(e)}function Mr(e,t,s=Je){M(e)&&(e=nn(e));for(const n in e){const i=e[n];let o;Z(i)?"default"in i?o=fs(i.from||n,i.default,!0):o=fs(i.from||n):o=fs(i),be(o)?Object.defineProperty(t,n,{enumerable:!0,configurable:!0,get:()=>o.value,set:r=>o.value=r}):t[n]=o}}function Bn(e,t,s){Me(M(e)?e.map(n=>n.bind(t.proxy)):e.bind(t.proxy),t,s)}function Yi(e,t,s,n){let i=n.includes(".")?Wi(s,n):()=>s[n];if(oe(e)){const o=t[e];V(o)&&Hs(i,o)}else if(V(e))Hs(i,e.bind(s));else if(Z(e))if(M(e))e.forEach(o=>Yi(o,t,s,n));else{const o=V(e.handler)?e.handler.bind(s):t[e.handler];V(o)&&Hs(i,o,e)}}function Xi(e){const t=e.type,{mixins:s,extends:n}=t,{mixins:i,optionsCache:o,config:{optionMergeStrategies:r}}=e.appContext,a=o.get(t);let l;return a?l=a:!i.length&&!s&&!n?l=t:(l={},i.length&&i.forEach(g=>_s(l,g,r,!0)),_s(l,t,r)),Z(t)&&o.set(t,l),l}function _s(e,t,s,n=!1){const{mixins:i,extends:o}=t;o&&_s(e,o,s,!0),i&&i.forEach(r=>_s(e,r,s,!0));for(const r in t)if(!(n&&r==="expose")){const a=Lr[r]||s&&s[r];e[r]=a?a(e[r],t[r]):t[r]}return e}const Lr={data:Hn,props:Vn,emits:Vn,methods:Ft,computed:Ft,beforeCreate:_e,created:_e,beforeMount:_e,mounted:_e,beforeUpdate:_e,updated:_e,beforeDestroy:_e,beforeUnmount:_e,destroyed:_e,unmounted:_e,activated:_e,deactivated:_e,errorCaptured:_e,serverPrefetch:_e,components:Ft,directives:Ft,watch:Br,provide:Hn,inject:Fr};function Hn(e,t){return t?e?function(){return ve(V(e)?e.call(this,this):e,V(t)?t.call(this,this):t)}:t:e}function Fr(e,t){return Ft(nn(e),nn(t))}function nn(e){if(M(e)){const t={};for(let s=0;s<e.length;s++)t[e[s]]=e[s];return t}return e}function _e(e,t){return e?[...new Set([].concat(e,t))]:t}function Ft(e,t){return e?ve(Object.create(null),e,t):t}function Vn(e,t){return e?M(e)&&M(t)?[...new Set([...e,...t])]:ve(Object.create(null),Fn(e),Fn(t??{})):t}function Br(e,t){if(!e)return t;if(!t)return e;const s=ve(Object.create(null),e);for(const n in t)s[n]=_e(e[n],t[n]);return s}function Qi(){return{app:null,config:{isNativeTag:mi,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 Hr=0;function Vr(e,t){return function(n,i=null){V(n)||(n=ve({},n)),i!=null&&!Z(i)&&(i=null);const o=Qi(),r=new WeakSet,a=[];let l=!1;const g=o.app={_uid:Hr++,_component:n,_props:i,_container:null,_context:o,_instance:null,version:xa,get config(){return o.config},set config(d){},use(d,...b){return r.has(d)||(d&&V(d.install)?(r.add(d),d.install(g,...b)):V(d)&&(r.add(d),d(g,...b))),g},mixin(d){return o.mixins.includes(d)||o.mixins.push(d),g},component(d,b){return b?(o.components[d]=b,g):o.components[d]},directive(d,b){return b?(o.directives[d]=b,g):o.directives[d]},mount(d,b,P){if(!l){const $=g._ceVNode||Y(n,i);return $.appContext=o,P===!0?P="svg":P===!1&&(P=void 0),e($,d,P),l=!0,g._container=d,d.__vue_app__=g,Is($.component)}},onUnmount(d){a.push(d)},unmount(){l&&(Me(a,g._instance,16),e(null,g._container),delete g._container.__vue_app__)},provide(d,b){return o.provides[d]=b,g},runWithContext(d){const b=Pt;Pt=g;try{return d()}finally{Pt=b}}};return g}}let Pt=null;const Gr=(e,t)=>t==="modelValue"||t==="model-value"?e.modelModifiers:e[`${t}Modifiers`]||e[`${De(t)}Modifiers`]||e[`${ht(t)}Modifiers`];function Kr(e,t,...s){if(e.isUnmounted)return;const n=e.vnode.props||X;let i=s;const o=t.startsWith("update:"),r=o&&Gr(n,t.slice(7));r&&(r.trim&&(i=s.map(d=>oe(d)?d.trim():d)),r.number&&(i=s.map(Cs)));let a,l=n[a=Ns(t)]||n[a=Ns(De(t))];!l&&o&&(l=n[a=Ns(ht(t))]),l&&Me(l,e,6,i);const g=n[a+"Once"];if(g){if(!e.emitted)e.emitted={};else if(e.emitted[a])return;e.emitted[a]=!0,Me(g,e,6,i)}}const Wr=new WeakMap;function eo(e,t,s=!1){const n=s?Wr:t.emitsCache,i=n.get(e);if(i!==void 0)return i;const o=e.emits;let r={},a=!1;if(!V(e)){const l=g=>{const d=eo(g,t,!0);d&&(a=!0,ve(r,d))};!s&&t.mixins.length&&t.mixins.forEach(l),e.extends&&l(e.extends),e.mixins&&e.mixins.forEach(l)}return!o&&!a?(Z(e)&&n.set(e,null),null):(M(o)?o.forEach(l=>r[l]=null):ve(r,o),Z(e)&&n.set(e,r),r)}function zs(e,t){return!e||!Ts(t)?!1:(t=t.slice(2),t=t==="Once"?t:t.replace(/Once$/,""),W(e,t[0].toLowerCase()+t.slice(1))||W(e,ht(t))||W(e,t))}function Gn(e){const{type:t,vnode:s,proxy:n,withProxy:i,propsOptions:[o],slots:r,attrs:a,emit:l,render:g,renderCache:d,props:b,data:P,setupState:$,ctx:F,inheritAttrs:k}=e,O=vs(e);let E,C;try{if(s.shapeFlag&4){const j=i||n,re=j;E=qe(g.call(re,j,d,b,$,P,F)),C=a}else{const j=t;E=qe(j.length>1?j(b,{attrs:a,slots:r,emit:l}):j(b,null)),C=t.props?a:qr(a)}}catch(j){Zt.length=0,Os(j,e,1),E=Y(pt)}let I=E;if(C&&k!==!1){const j=Object.keys(C),{shapeFlag:re}=I;j.length&&re&7&&(o&&j.some(Es)&&(C=Zr(C,o)),I=$t(I,C,!1,!0))}return s.dirs&&(I=$t(I,null,!1,!0),I.dirs=I.dirs?I.dirs.concat(s.dirs):s.dirs),s.transition&&xn(I,s.transition),E=I,vs(O),E}const qr=e=>{let t;for(const s in e)(s==="class"||s==="style"||Ts(s))&&((t||(t={}))[s]=e[s]);return t},Zr=(e,t)=>{const s={};for(const n in e)(!Es(n)||!(n.slice(9)in t))&&(s[n]=e[n]);return s};function Jr(e,t,s){const{props:n,children:i,component:o}=e,{props:r,children:a,patchFlag:l}=t,g=o.emitsOptions;if(t.dirs||t.transition)return!0;if(s&&l>=0){if(l&1024)return!0;if(l&16)return n?Kn(n,r,g):!!r;if(l&8){const d=t.dynamicProps;for(let b=0;b<d.length;b++){const P=d[b];if(to(r,n,P)&&!zs(g,P))return!0}}}else return(i||a)&&(!a||!a.$stable)?!0:n===r?!1:n?r?Kn(n,r,g):!0:!!r;return!1}function Kn(e,t,s){const n=Object.keys(t);if(n.length!==Object.keys(e).length)return!0;for(let i=0;i<n.length;i++){const o=n[i];if(to(t,e,o)&&!zs(s,o))return!0}return!1}function to(e,t,s){const n=e[s],i=t[s];return s==="style"&&Z(n)&&Z(i)?!dt(n,i):n!==i}function Yr({vnode:e,parent:t,suspense:s},n){for(;t;){const i=t.subTree;if(i.suspense&&i.suspense.activeBranch===e&&(i.suspense.vnode.el=i.el=n,e=i),i===e)(e=t.vnode).el=n,t=t.parent;else break}s&&s.activeBranch===e&&(s.vnode.el=n)}const so={},no=()=>Object.create(so),io=e=>Object.getPrototypeOf(e)===so;function Xr(e,t,s,n=!1){const i={},o=no();e.propsDefaults=Object.create(null),oo(e,t,i,o);for(const r in e.propsOptions[0])r in i||(i[r]=void 0);s?e.props=n?i:rr(i):e.type.props?e.props=i:e.props=o,e.attrs=o}function Qr(e,t,s,n){const{props:i,attrs:o,vnode:{patchFlag:r}}=e,a=K(i),[l]=e.propsOptions;let g=!1;if((n||r>0)&&!(r&16)){if(r&8){const d=e.vnode.dynamicProps;for(let b=0;b<d.length;b++){let P=d[b];if(zs(e.emitsOptions,P))continue;const $=t[P];if(l)if(W(o,P))$!==o[P]&&(o[P]=$,g=!0);else{const F=De(P);i[F]=on(l,a,F,$,e,!1)}else $!==o[P]&&(o[P]=$,g=!0)}}}else{oo(e,t,i,o)&&(g=!0);let d;for(const b in a)(!t||!W(t,b)&&((d=ht(b))===b||!W(t,d)))&&(l?s&&(s[b]!==void 0||s[d]!==void 0)&&(i[b]=on(l,a,b,void 0,e,!0)):delete i[b]);if(o!==a)for(const b in o)(!t||!W(t,b))&&(delete o[b],g=!0)}g&&it(e.attrs,"set","")}function oo(e,t,s,n){const[i,o]=e.propsOptions;let r=!1,a;if(t)for(let l in t){if(Ht(l))continue;const g=t[l];let d;i&&W(i,d=De(l))?!o||!o.includes(d)?s[d]=g:(a||(a={}))[d]=g:zs(e.emitsOptions,l)||(!(l in n)||g!==n[l])&&(n[l]=g,r=!0)}if(o){const l=K(s),g=a||X;for(let d=0;d<o.length;d++){const b=o[d];s[b]=on(i,l,b,g[b],e,!W(g,b))}}return r}function on(e,t,s,n,i,o){const r=e[s];if(r!=null){const a=W(r,"default");if(a&&n===void 0){const l=r.default;if(r.type!==Function&&!r.skipFactory&&V(l)){const{propsDefaults:g}=i;if(s in g)n=g[s];else{const d=is(i);n=g[s]=l.call(null,t),d()}}else n=l;i.ce&&i.ce._setProp(s,n)}r[0]&&(o&&!a?n=!1:r[1]&&(n===""||n===ht(s))&&(n=!0))}return n}const ea=new WeakMap;function ro(e,t,s=!1){const n=s?ea:t.propsCache,i=n.get(e);if(i)return i;const o=e.props,r={},a=[];let l=!1;if(!V(e)){const d=b=>{l=!0;const[P,$]=ro(b,t,!0);ve(r,P),$&&a.push(...$)};!s&&t.mixins.length&&t.mixins.forEach(d),e.extends&&d(e.extends),e.mixins&&e.mixins.forEach(d)}if(!o&&!l)return Z(e)&&n.set(e,St),St;if(M(o))for(let d=0;d<o.length;d++){const b=De(o[d]);Wn(b)&&(r[b]=X)}else if(o)for(const d in o){const b=De(d);if(Wn(b)){const P=o[d],$=r[b]=M(P)||V(P)?{type:P}:ve({},P),F=$.type;let k=!1,O=!0;if(M(F))for(let E=0;E<F.length;++E){const C=F[E],I=V(C)&&C.name;if(I==="Boolean"){k=!0;break}else I==="String"&&(O=!1)}else k=V(F)&&F.name==="Boolean";$[0]=k,$[1]=O,(k||W($,"default"))&&a.push(b)}}const g=[r,a];return Z(e)&&n.set(e,g),g}function Wn(e){return e[0]!=="$"&&!Ht(e)}const Sn=e=>e==="_"||e==="_ctx"||e==="$stable",Tn=e=>M(e)?e.map(qe):[qe(e)],ta=(e,t,s)=>{if(t._n)return t;const n=vr((...i)=>Tn(t(...i)),s);return n._c=!1,n},ao=(e,t,s)=>{const n=e._ctx;for(const i in e){if(Sn(i))continue;const o=e[i];if(V(o))t[i]=ta(i,o,n);else if(o!=null){const r=Tn(o);t[i]=()=>r}}},lo=(e,t)=>{const s=Tn(t);e.slots.default=()=>s},co=(e,t,s)=>{for(const n in t)(s||!Sn(n))&&(e[n]=t[n])},sa=(e,t,s)=>{const n=e.slots=no();if(e.vnode.shapeFlag&32){const i=t._;i?(co(n,t,s),s&&wi(n,"_",i,!0)):ao(t,n)}else t&&lo(e,t)},na=(e,t,s)=>{const{vnode:n,slots:i}=e;let o=!0,r=X;if(n.shapeFlag&32){const a=t._;a?s&&a===1?o=!1:co(i,t,s):(o=!t.$stable,ao(t,i)),r=t}else t&&(lo(e,t),r={default:1});if(o)for(const a in i)!Sn(a)&&r[a]==null&&delete i[a]},ke=la;function ia(e){return oa(e)}function oa(e,t){const s=As();s.__VUE__=!0;const{insert:n,remove:i,patchProp:o,createElement:r,createText:a,createComment:l,setText:g,setElementText:d,parentNode:b,nextSibling:P,setScopeId:$=Je,insertStaticContent:F}=e,k=(c,p,v,S=null,x=null,_=null,z=void 0,R=null,A=!!p.dynamicChildren)=>{if(c===p)return;c&&!Lt(c,p)&&(S=as(c),Fe(c,x,_,!0),c=null),p.patchFlag===-2&&(A=!1,p.dynamicChildren=null);const{type:w,ref:N,shapeFlag:D}=p;switch(w){case Ds:O(c,p,v,S);break;case pt:E(c,p,v,S);break;case Ws:c==null&&C(p,v,S,z);break;case ne:It(c,p,v,S,x,_,z,R,A);break;default:D&1?re(c,p,v,S,x,_,z,R,A):D&6?os(c,p,v,S,x,_,z,R,A):(D&64||D&128)&&w.process(c,p,v,S,x,_,z,R,A,Ut)}N!=null&&x?Kt(N,c&&c.ref,_,p||c,!p):N==null&&c&&c.ref!=null&&Kt(c.ref,null,_,c,!0)},O=(c,p,v,S)=>{if(c==null)n(p.el=a(p.children),v,S);else{const x=p.el=c.el;p.children!==c.children&&g(x,p.children)}},E=(c,p,v,S)=>{c==null?n(p.el=l(p.children||""),v,S):p.el=c.el},C=(c,p,v,S)=>{[c.el,c.anchor]=F(c.children,p,v,S,c.el,c.anchor)},I=({el:c,anchor:p},v,S)=>{let x;for(;c&&c!==p;)x=P(c),n(c,v,S),c=x;n(p,v,S)},j=({el:c,anchor:p})=>{let v;for(;c&&c!==p;)v=P(c),i(c),c=v;i(p)},re=(c,p,v,S,x,_,z,R,A)=>{if(p.type==="svg"?z="svg":p.type==="math"&&(z="mathml"),c==null)Ee(p,v,S,x,_,z,R,A);else{const w=c.el&&c.el._isVueCE?c.el:null;try{w&&w._beginPatch(),pe(c,p,x,_,z,R,A)}finally{w&&w._endPatch()}}},Ee=(c,p,v,S,x,_,z,R)=>{let A,w;const{props:N,shapeFlag:D,transition:U,dirs:L}=c;if(A=c.el=r(c.type,_,N&&N.is,N),D&8?d(A,c.children):D&16&&Le(c.children,A,null,S,x,Ks(c,_),z,R),L&&bt(c,null,S,"created"),Pe(A,c,c.scopeId,z,S),N){for(const J in N)J!=="value"&&!Ht(J)&&o(A,J,null,N[J],_,S);"value"in N&&o(A,"value",null,N.value,_),(w=N.onVnodeBeforeMount)&&Ge(w,S,c)}L&&bt(c,null,S,"beforeMount");const G=ra(x,U);G&&U.beforeEnter(A),n(A,p,v),((w=N&&N.onVnodeMounted)||G||L)&&ke(()=>{try{w&&Ge(w,S,c),G&&U.enter(A),L&&bt(c,null,S,"mounted")}finally{}},x)},Pe=(c,p,v,S,x)=>{if(v&&$(c,v),S)for(let _=0;_<S.length;_++)$(c,S[_]);if(x){let _=x.subTree;if(p===_||ho(_.type)&&(_.ssContent===p||_.ssFallback===p)){const z=x.vnode;Pe(c,z,z.scopeId,z.slotScopeIds,x.parent)}}},Le=(c,p,v,S,x,_,z,R,A=0)=>{for(let w=A;w<c.length;w++){const N=c[w]=R?nt(c[w]):qe(c[w]);k(null,N,p,v,S,x,_,z,R)}},pe=(c,p,v,S,x,_,z)=>{const R=p.el=c.el;let{patchFlag:A,dynamicChildren:w,dirs:N}=p;A|=c.patchFlag&16;const D=c.props||X,U=p.props||X;let L;if(v&&vt(v,!1),(L=U.onVnodeBeforeUpdate)&&Ge(L,v,p,c),N&&bt(p,c,v,"beforeUpdate"),v&&vt(v,!0),w&&(!c.dynamicChildren||c.dynamicChildren.length!==w.length)&&(A=0,z=!1,w=null),(D.innerHTML&&U.innerHTML==null||D.textContent&&U.textContent==null)&&d(R,""),w?se(c.dynamicChildren,w,R,v,S,Ks(p,x),_):z||Q(c,p,R,null,v,S,Ks(p,x),_,!1),A>0){if(A&16)ce(R,D,U,v,x);else if(A&2&&D.class!==U.class&&o(R,"class",null,U.class,x),A&4&&o(R,"style",D.style,U.style,x),A&8){const G=p.dynamicProps;for(let J=0;J<G.length;J++){const q=G[J],ae=D[q],fe=U[q];(fe!==ae||q==="value")&&o(R,q,ae,fe,x,v)}}A&1&&c.children!==p.children&&d(R,p.children)}else!z&&w==null&&ce(R,D,U,v,x);((L=U.onVnodeUpdated)||N)&&ke(()=>{L&&Ge(L,v,p,c),N&&bt(p,c,v,"updated")},S)},se=(c,p,v,S,x,_,z)=>{for(let R=0;R<p.length;R++){const A=c[R],w=p[R],N=A.el&&(A.type===ne||!Lt(A,w)||A.shapeFlag&198)?b(A.el):v;k(A,w,N,null,S,x,_,z,!0)}},ce=(c,p,v,S,x)=>{if(p!==v){if(p!==X)for(const _ in p)!Ht(_)&&!(_ in v)&&o(c,_,p[_],null,x,S);for(const _ in v){if(Ht(_))continue;const z=v[_],R=p[_];z!==R&&_!=="value"&&o(c,_,R,z,x,S)}"value"in v&&o(c,"value",p.value,v.value,x)}},It=(c,p,v,S,x,_,z,R,A)=>{const w=p.el=c?c.el:a(""),N=p.anchor=c?c.anchor:a("");let{patchFlag:D,dynamicChildren:U,slotScopeIds:L}=p;L&&(R=R?R.concat(L):L),c==null?(n(w,v,S),n(N,v,S),Le(p.children||[],v,N,x,_,z,R,A)):D>0&&D&64&&U&&c.dynamicChildren&&c.dynamicChildren.length===U.length?(se(c.dynamicChildren,U,v,x,_,z,R),(p.key!=null||x&&p===x.subTree)&&uo(c,p,!0)):Q(c,p,v,N,x,_,z,R,A)},os=(c,p,v,S,x,_,z,R,A)=>{p.slotScopeIds=R,c==null?p.shapeFlag&512?x.ctx.activate(p,v,S,z,A):js(p,v,S,x,_,z,A):Cn(c,p,A)},js=(c,p,v,S,x,_,z)=>{const R=c.component=ga(c,S,x);if(Zi(c)&&(R.ctx.renderer=Ut),ba(R,!1,z),R.asyncDep){if(x&&x.registerDep(R,ye,z),!c.el){const A=R.subTree=Y(pt);E(null,A,p,v),c.placeholder=A.el}}else ye(R,c,p,v,x,_,z)},Cn=(c,p,v)=>{const S=p.component=c.component;if(Jr(c,p,v))if(S.asyncDep&&!S.asyncResolved){ie(S,p,v);return}else S.next=p,S.update();else p.el=c.el,S.vnode=p},ye=(c,p,v,S,x,_,z)=>{const R=()=>{if(c.isMounted){let{next:D,bu:U,u:L,parent:G,vnode:J}=c;{const He=po(c);if(He){D&&(D.el=J.el,ie(c,D,z)),He.asyncDep.then(()=>{ke(()=>{c.isUnmounted||w()},x)});return}}let q=D,ae;vt(c,!1),D?(D.el=J.el,ie(c,D,z)):D=J,U&&ps(U),(ae=D.props&&D.props.onVnodeBeforeUpdate)&&Ge(ae,G,D,J),vt(c,!0);const fe=Gn(c),Be=c.subTree;c.subTree=fe,k(Be,fe,b(Be.el),as(Be),c,x,_),D.el=fe.el,q===null&&Yr(c,fe.el),L&&ke(L,x),(ae=D.props&&D.props.onVnodeUpdated)&&ke(()=>Ge(ae,G,D,J),x)}else{let D;const{el:U,props:L}=p,{bm:G,m:J,parent:q,root:ae,type:fe}=c,Be=Wt(p);vt(c,!1),G&&ps(G),!Be&&(D=L&&L.onVnodeBeforeMount)&&Ge(D,q,p),vt(c,!0);{ae.ce&&ae.ce._hasShadowRoot()&&ae.ce._injectChildStyle(fe,c.parent?c.parent.type:void 0);const He=c.subTree=Gn(c);k(null,He,v,S,c,x,_),p.el=He.el}if(J&&ke(J,x),!Be&&(D=L&&L.onVnodeMounted)){const He=p;ke(()=>Ge(D,q,He),x)}(p.shapeFlag&256||q&&Wt(q.vnode)&&q.vnode.shapeFlag&256)&&c.a&&ke(c.a,x),c.isMounted=!0,p=v=S=null}};c.scope.on();const A=c.effect=new Ti(R);c.scope.off();const w=c.update=A.run.bind(A),N=c.job=A.runIfDirty.bind(A);N.i=c,N.id=c.uid,A.scheduler=()=>wn(N),vt(c,!0),w()},ie=(c,p,v)=>{p.component=c;const S=c.vnode.props;c.vnode=p,c.next=null,Qr(c,p.props,S,v),na(c,p.children,v),Xe(),Nn(c),Qe()},Q=(c,p,v,S,x,_,z,R,A=!1)=>{const w=c&&c.children,N=c?c.shapeFlag:0,D=p.children,{patchFlag:U,shapeFlag:L}=p;if(U>0){if(U&128){rs(w,D,v,S,x,_,z,R,A);return}else if(U&256){gt(w,D,v,S,x,_,z,R,A);return}}L&8?(N&16&&jt(w,x,_),D!==w&&d(v,D)):N&16?L&16?rs(w,D,v,S,x,_,z,R,A):jt(w,x,_,!0):(N&8&&d(v,""),L&16&&Le(D,v,S,x,_,z,R,A))},gt=(c,p,v,S,x,_,z,R,A)=>{c=c||St,p=p||St;const w=c.length,N=p.length,D=Math.min(w,N);let U;for(U=0;U<D;U++){const L=p[U]=A?nt(p[U]):qe(p[U]);k(c[U],L,v,null,x,_,z,R,A)}w>N?jt(c,x,_,!0,!1,D):Le(p,v,S,x,_,z,R,A,D)},rs=(c,p,v,S,x,_,z,R,A)=>{let w=0;const N=p.length;let D=c.length-1,U=N-1;for(;w<=D&&w<=U;){const L=c[w],G=p[w]=A?nt(p[w]):qe(p[w]);if(Lt(L,G))k(L,G,v,null,x,_,z,R,A);else break;w++}for(;w<=D&&w<=U;){const L=c[D],G=p[U]=A?nt(p[U]):qe(p[U]);if(Lt(L,G))k(L,G,v,null,x,_,z,R,A);else break;D--,U--}if(w>D){if(w<=U){const L=U+1,G=L<N?p[L].el:S;for(;w<=U;)k(null,p[w]=A?nt(p[w]):qe(p[w]),v,G,x,_,z,R,A),w++}}else if(w>U)for(;w<=D;)Fe(c[w],x,_,!0),w++;else{const L=w,G=w,J=new Map;for(w=G;w<=U;w++){const Se=p[w]=A?nt(p[w]):qe(p[w]);Se.key!=null&&J.set(Se.key,w)}let q,ae=0;const fe=U-G+1;let Be=!1,He=0;const Nt=new Array(fe);for(w=0;w<fe;w++)Nt[w]=0;for(w=L;w<=D;w++){const Se=c[w];if(ae>=fe){Fe(Se,x,_,!0);continue}let Ve;if(Se.key!=null)Ve=J.get(Se.key);else for(q=G;q<=U;q++)if(Nt[q-G]===0&&Lt(Se,p[q])){Ve=q;break}Ve===void 0?Fe(Se,x,_,!0):(Nt[Ve-G]=w+1,Ve>=He?He=Ve:Be=!0,k(Se,p[Ve],v,null,x,_,z,R,A),ae++)}const On=Be?aa(Nt):St;for(q=On.length-1,w=fe-1;w>=0;w--){const Se=G+w,Ve=p[Se],Rn=p[Se+1],zn=Se+1<N?Rn.el||fo(Rn):S;Nt[w]===0?k(null,Ve,v,zn,x,_,z,R,A):Be&&(q<0||w!==On[q]?mt(Ve,v,zn,2):q--)}}},mt=(c,p,v,S,x=null)=>{const{el:_,type:z,transition:R,children:A,shapeFlag:w}=c;if(w&6){mt(c.component.subTree,p,v,S);return}if(w&128){c.suspense.move(p,v,S);return}if(w&64){z.move(c,p,v,Ut);return}if(z===ne){n(_,p,v);for(let D=0;D<A.length;D++)mt(A[D],p,v,S);n(c.anchor,p,v);return}if(z===Ws){I(c,p,v);return}if(S!==2&&w&1&&R)if(S===0)R.persisted&&!_[Vs]?n(_,p,v):(R.beforeEnter(_),n(_,p,v),ke(()=>R.enter(_),x));else{const{leave:D,delayLeave:U,afterLeave:L}=R,G=()=>{c.ctx.isUnmounted?i(_):n(_,p,v)},J=()=>{const q=_._isLeaving||!!_[Vs];_._isLeaving&&_[Vs](!0),R.persisted&&!q?G():D(_,()=>{G(),L&&L()})};U?U(_,G,J):J()}else n(_,p,v)},Fe=(c,p,v,S=!1,x=!1)=>{const{type:_,props:z,ref:R,children:A,dynamicChildren:w,shapeFlag:N,patchFlag:D,dirs:U,cacheIndex:L,memo:G}=c;if(D===-2&&(x=!1),R!=null&&(Xe(),Kt(R,null,v,c,!0),Qe()),L!=null&&(p.renderCache[L]=void 0),N&256){p.ctx.deactivate(c);return}const J=N&1&&U,q=!Wt(c);let ae;if(q&&(ae=z&&z.onVnodeBeforeUnmount)&&Ge(ae,p,c),N&6)Ao(c.component,v,S);else{if(N&128){c.suspense.unmount(v,S);return}J&&bt(c,null,p,"beforeUnmount"),N&64?c.type.remove(c,p,v,Ut,S):w&&!w.hasOnce&&(_!==ne||D>0&&D&64)?jt(w,p,v,!1,!0):(_===ne&&D&384||!x&&N&16)&&jt(A,p,v),S&&An(c)}const fe=G!=null&&L==null;(q&&(ae=z&&z.onVnodeUnmounted)||J||fe)&&ke(()=>{ae&&Ge(ae,p,c),J&&bt(c,null,p,"unmounted"),fe&&(c.el=null)},v)},An=c=>{const{type:p,el:v,anchor:S,transition:x}=c;if(p===ne){Co(v,S);return}if(p===Ws){j(c);return}const _=()=>{i(v),x&&!x.persisted&&x.afterLeave&&x.afterLeave()};if(c.shapeFlag&1&&x&&!x.persisted){const{leave:z,delayLeave:R}=x,A=()=>z(v,_);R?R(c.el,_,A):A()}else _()},Co=(c,p)=>{let v;for(;c!==p;)v=P(c),i(c),c=v;i(p)},Ao=(c,p,v)=>{const{bum:S,scope:x,job:_,subTree:z,um:R,m:A,a:w}=c;qn(A),qn(w),S&&ps(S),x.stop(),_&&(_.flags|=8,Fe(z,c,p,v)),R&&ke(R,p),ke(()=>{c.isUnmounted=!0},p)},jt=(c,p,v,S=!1,x=!1,_=0)=>{for(let z=_;z<c.length;z++)Fe(c[z],p,v,S,x)},as=c=>{if(c.shapeFlag&6)return as(c.component.subTree);if(c.shapeFlag&128)return c.suspense.next();const p=P(c.anchor||c.el),v=p&&p[kr];return v?P(v):p};let Us=!1;const $n=(c,p,v)=>{let S;c==null?p._vnode&&(Fe(p._vnode,null,null,!0),S=p._vnode.component):k(p._vnode||null,c,p,null,null,null,v),p._vnode=c,Us||(Us=!0,Nn(S),Hi(),Us=!1)},Ut={p:k,um:Fe,m:mt,r:An,mt:js,mc:Le,pc:Q,pbc:se,n:as,o:e};return{render:$n,hydrate:void 0,createApp:Vr($n)}}function Ks({type:e,props:t},s){return s==="svg"&&e==="foreignObject"||s==="mathml"&&e==="annotation-xml"&&t&&t.encoding&&t.encoding.includes("html")?void 0:s}function vt({effect:e,job:t},s){s?(e.flags|=32,t.flags|=4):(e.flags&=-33,t.flags&=-5)}function ra(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function uo(e,t,s=!1){const n=e.children,i=t.children;if(M(n)&&M(i))for(let o=0;o<n.length;o++){const r=n[o];let a=i[o];a.shapeFlag&1&&!a.dynamicChildren&&((a.patchFlag<=0||a.patchFlag===32)&&(a=i[o]=nt(i[o]),a.el=r.el),!s&&a.patchFlag!==-2&&uo(r,a)),a.type===Ds&&(a.patchFlag===-1&&(a=i[o]=nt(a)),a.el=r.el),a.type===pt&&!a.el&&(a.el=r.el)}}function aa(e){const t=e.slice(),s=[0];let n,i,o,r,a;const l=e.length;for(n=0;n<l;n++){const g=e[n];if(g!==0){if(i=s[s.length-1],e[i]<g){t[n]=i,s.push(n);continue}for(o=0,r=s.length-1;o<r;)a=o+r>>1,e[s[a]]<g?o=a+1:r=a;g<e[s[o]]&&(o>0&&(t[n]=s[o-1]),s[o]=n)}}for(o=s.length,r=s[o-1];o-- >0;)s[o]=r,r=t[r];return s}function po(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:po(t)}function qn(e){if(e)for(let t=0;t<e.length;t++)e[t].flags|=8}function fo(e){if(e.placeholder)return e.placeholder;const t=e.component;return t?fo(t.subTree):null}const ho=e=>e.__isSuspense;function la(e,t){t&&t.pendingBranch?M(e)?t.effects.push(...e):t.effects.push(e):br(e)}const ne=Symbol.for("v-fgt"),Ds=Symbol.for("v-txt"),pt=Symbol.for("v-cmt"),Ws=Symbol.for("v-stc"),Zt=[];let Te=null;function y(e=!1){Zt.push(Te=e?null:[])}function ca(){Zt.pop(),Te=Zt[Zt.length-1]||null}let es=1;function Zn(e,t=!1){es+=e,e<0&&Te&&t&&(Te.hasOnce=!0)}function go(e){return e.dynamicChildren=es>0?Te||St:null,ca(),es>0&&Te&&Te.push(e),e}function T(e,t,s,n,i,o){return go(u(e,t,s,n,i,o,!0))}function tt(e,t,s,n,i){return go(Y(e,t,s,n,i,!0))}function mo(e){return e?e.__v_isVNode===!0:!1}function Lt(e,t){return e.type===t.type&&e.key===t.key}const bo=({key:e})=>e??null,hs=({ref:e,ref_key:t,ref_for:s})=>(typeof e=="number"&&(e=""+e),e!=null?oe(e)||be(e)||V(e)?{i:Ae,r:e,k:t,f:!!s}:e:null);function u(e,t=null,s=null,n=0,i=null,o=e===ne?0:1,r=!1,a=!1){const l={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&bo(t),ref:t&&hs(t),scopeId:Gi,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:o,patchFlag:n,dynamicProps:i,dynamicChildren:null,appContext:null,ctx:Ae};return a?(ws(l,s),o&128&&e.normalize(l)):s&&(l.shapeFlag|=oe(s)?8:16),es>0&&!r&&Te&&(l.patchFlag>0||o&6)&&l.patchFlag!==32&&Te.push(l),l}const Y=ua;function ua(e,t=null,s=null,n=0,i=null,o=!1){if((!e||e===jr)&&(e=pt),mo(e)){const a=$t(e,t,!0);return s&&ws(a,s),es>0&&!o&&Te&&(a.shapeFlag&6?Te[Te.indexOf(e)]=a:Te.push(a)),a.patchFlag=-2,a}if(wa(e)&&(e=e.__vccOpts),t){t=da(t);let{class:a,style:l}=t;a&&!oe(a)&&(t.class=Ue(a)),Z(l)&&(_n(l)&&!M(l)&&(l=ve({},l)),t.style=pn(l))}const r=oe(e)?1:ho(e)?128:Sr(e)?64:Z(e)?4:V(e)?2:0;return u(e,t,s,n,i,r,o,!0)}function da(e){return e?_n(e)||io(e)?ve({},e):e:null}function $t(e,t,s=!1,n=!1){const{props:i,ref:o,patchFlag:r,children:a,transition:l}=e,g=t?pa(i||{},t):i,d={__v_isVNode:!0,__v_skip:!0,type:e.type,props:g,key:g&&bo(g),ref:t&&t.ref?s&&o?M(o)?o.concat(hs(t)):[o,hs(t)]:hs(t):o,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:a,target:e.target,targetStart:e.targetStart,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==ne?r===-1?16:r|16:r,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:l,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&$t(e.ssContent),ssFallback:e.ssFallback&&$t(e.ssFallback),placeholder:e.placeholder,el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return l&&n&&xn(d,l.clone(d)),d}function Re(e=" ",t=0){return Y(Ds,null,e,t)}function B(e="",t=!1){return t?(y(),tt(pt,null,e)):Y(pt,null,e)}function qe(e){return e==null||typeof e=="boolean"?Y(pt):M(e)?Y(ne,null,e.slice()):mo(e)?nt(e):Y(Ds,null,String(e))}function nt(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:$t(e)}function ws(e,t){let s=0;const{shapeFlag:n}=e;if(t==null)t=null;else if(M(t))s=16;else if(typeof t=="object")if(n&65){const i=t.default;i&&(i._c&&(i._d=!1),ws(e,i()),i._c&&(i._d=!0));return}else{s=32;const i=t._;!i&&!io(t)?t._ctx=Ae:i===3&&Ae&&(Ae.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else if(V(t)){if(n&65){ws(e,{default:t});return}t={default:t,_ctx:Ae},s=32}else t=String(t),n&64?(s=16,t=[Re(t)]):s=8;e.children=t,e.shapeFlag|=s}function pa(...e){const t={};for(let s=0;s<e.length;s++){const n=e[s];for(const i in n)if(i==="class")t.class!==n.class&&(t.class=Ue([t.class,n.class]));else if(i==="style")t.style=pn([t.style,n.style]);else if(Ts(i)){const o=t[i],r=n[i];r&&o!==r&&!(M(o)&&o.includes(r))?t[i]=o?[].concat(o,r):r:r==null&&o==null&&!Es(i)&&(t[i]=r)}else i!==""&&(t[i]=n[i])}return t}function Ge(e,t,s,n=null){Me(e,t,7,[s,n])}const fa=Qi();let ha=0;function ga(e,t,s){const n=e.type,i=(t?t.appContext:e.appContext)||fa,o={uid:ha++,vnode:e,type:n,parent:t,appContext:i,root:null,next:null,subTree:null,effect:null,update:null,job:null,scope:new Fo(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:t?t.provides:Object.create(i.provides),ids:t?t.ids:["",0,0],accessCache:null,renderCache:[],components:null,directives:null,propsOptions:ro(n,i),emitsOptions:eo(n,i),emit:null,emitted:null,propsDefaults:X,inheritAttrs:n.inheritAttrs,ctx:X,data:X,props:X,attrs:X,slots:X,refs:X,setupState:X,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 o.ctx={_:o},o.root=t?t.root:o,o.emit=Kr.bind(null,o),e.ce&&e.ce(o),o}let xe=null;const ma=()=>xe||Ae;let xs,rn;{const e=As(),t=(s,n)=>{let i;return(i=e[s])||(i=e[s]=[]),i.push(n),o=>{i.length>1?i.forEach(r=>r(o)):i[0](o)}};xs=t("__VUE_INSTANCE_SETTERS__",s=>xe=s),rn=t("__VUE_SSR_SETTERS__",s=>ts=s)}const is=e=>{const t=xe;return xs(e),e.scope.on(),()=>{e.scope.off(),xs(t)}},Jn=()=>{xe&&xe.scope.off(),xs(null)};function vo(e){return e.vnode.shapeFlag&4}let ts=!1;function ba(e,t=!1,s=!1){t&&rn(t);const{props:n,children:i}=e.vnode,o=vo(e);Xr(e,n,o,t),sa(e,i,s||t);const r=o?va(e,t):void 0;return t&&rn(!1),r}function va(e,t){const s=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,Ur);const{setup:n}=s;if(n){Xe();const i=e.setupContext=n.length>1?_a(e):null,o=is(e),r=ns(n,e,0,[e.props,i]),a=bi(r);if(Qe(),o(),(a||e.sp)&&!Wt(e)&&qi(e),a){if(r.then(Jn,Jn),t)return r.then(l=>{Yn(e,l)}).catch(l=>{Os(l,e,0)});e.asyncDep=r}else Yn(e,r)}else yo(e)}function Yn(e,t,s){V(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:Z(t)&&(e.setupState=Mi(t)),yo(e)}function yo(e,t,s){const n=e.type;e.render||(e.render=n.render||Je);{const i=is(e);Xe();try{Nr(e)}finally{Qe(),i()}}}const ya={get(e,t){return me(e,"get",""),e[t]}};function _a(e){const t=s=>{e.exposed=s||{}};return{attrs:new Proxy(e.attrs,ya),slots:e.slots,emit:e.emit,expose:t}}function Is(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(Mi(ar(e.exposed)),{get(t,s){if(s in t)return t[s];if(s in qt)return qt[s](e)},has(t,s){return s in t||s in qt}})):e.proxy}function wa(e){return V(e)&&"__vccOpts"in e}const je=(e,t)=>pr(e,t,ts),xa="3.5.39";/**
* @vue/runtime-dom v3.5.39
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**/let an;const Xn=typeof window<"u"&&window.trustedTypes;if(Xn)try{an=Xn.createPolicy("vue",{createHTML:e=>e})}catch{}const _o=an?e=>an.createHTML(e):e=>e,ka="http://www.w3.org/2000/svg",Sa="http://www.w3.org/1998/Math/MathML",st=typeof document<"u"?document:null,Qn=st&&st.createElement("template"),Ta={insert:(e,t,s)=>{t.insertBefore(e,s||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,s,n)=>{const i=t==="svg"?st.createElementNS(ka,e):t==="mathml"?st.createElementNS(Sa,e):s?st.createElement(e,{is:s}):st.createElement(e);return e==="select"&&n&&n.multiple!=null&&i.setAttribute("multiple",n.multiple),i},createText:e=>st.createTextNode(e),createComment:e=>st.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>st.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,s,n,i,o){const r=s?s.previousSibling:t.lastChild;if(i&&(i===o||i.nextSibling))for(;t.insertBefore(i.cloneNode(!0),s),!(i===o||!(i=i.nextSibling)););else{Qn.innerHTML=_o(n==="svg"?`<svg>${e}</svg>`:n==="mathml"?`<math>${e}</math>`:e);const a=Qn.content;if(n==="svg"||n==="mathml"){const l=a.firstChild;for(;l.firstChild;)a.appendChild(l.firstChild);a.removeChild(l)}t.insertBefore(a,s)}return[r?r.nextSibling:t.firstChild,s?s.previousSibling:t.lastChild]}},Ea=Symbol("_vtc");function Pa(e,t,s){const n=e[Ea];n&&(t=(t?[t,...n]:[...n]).join(" ")),t==null?e.removeAttribute("class"):s?e.setAttribute("class",t):e.className=t}const ei=Symbol("_vod"),Ca=Symbol("_vsh"),Aa=Symbol(""),$a=/(?:^|;)\s*display\s*:/;function Oa(e,t,s){const n=e.style,i=oe(s);let o=!1;if(s&&!i){if(t)if(oe(t))for(const r of t.split(";")){const a=r.slice(0,r.indexOf(":")).trim();s[a]==null&&Bt(n,a,"")}else for(const r in t)s[r]==null&&Bt(n,r,"");for(const r in s){r==="display"&&(o=!0);const a=s[r];a!=null?za(e,r,!oe(t)&&t?t[r]:void 0,a)||Bt(n,r,a):Bt(n,r,"")}}else if(i){if(t!==s){const r=n[Aa];r&&(s+=";"+r),n.cssText=s,o=$a.test(s)}}else t&&e.removeAttribute("style");ei in e&&(e[ei]=o?n.display:"",e[Ca]&&(n.display="none"))}const ti=/\s*!important$/;function Bt(e,t,s){if(M(s))s.forEach(n=>Bt(e,t,n));else if(s==null&&(s=""),t.startsWith("--"))e.setProperty(t,s);else{const n=Ra(e,t);ti.test(s)?e.setProperty(ht(n),s.replace(ti,""),"important"):e[n]=s}}const si=["Webkit","Moz","ms"],qs={};function Ra(e,t){const s=qs[t];if(s)return s;let n=De(t);if(n!=="filter"&&n in e)return qs[t]=n;n=_i(n);for(let i=0;i<si.length;i++){const o=si[i]+n;if(o in e)return qs[t]=o}return t}function za(e,t,s,n){return e.tagName==="TEXTAREA"&&(t==="width"||t==="height")&&oe(n)&&s===n}const ni="http://www.w3.org/1999/xlink";function ii(e,t,s,n,i,o=Mo(t)){n&&t.startsWith("xlink:")?s==null?e.removeAttributeNS(ni,t.slice(6,t.length)):e.setAttributeNS(ni,t,s):s==null||o&&!xi(s)?e.removeAttribute(t):e.setAttribute(t,o?"":Ye(s)?String(s):s)}function oi(e,t,s,n,i){if(t==="innerHTML"||t==="textContent"){s!=null&&(e[t]=t==="innerHTML"?_o(s):s);return}const o=e.tagName;if(t==="value"&&o!=="PROGRESS"&&!o.includes("-")){const a=o==="OPTION"?e.getAttribute("value")||"":e.value,l=s==null?e.type==="checkbox"?"on":"":String(s);(a!==l||!("_value"in e))&&(e.value=l),s==null&&e.removeAttribute(t),e._value=s;return}let r=!1;if(s===""||s==null){const a=typeof e[t];a==="boolean"?s=xi(s):s==null&&a==="string"?(s="",r=!0):a==="number"&&(s=0,r=!0)}try{e[t]=s}catch{}r&&e.removeAttribute(i||t)}function rt(e,t,s,n){e.addEventListener(t,s,n)}function Da(e,t,s,n){e.removeEventListener(t,s,n)}const ri=Symbol("_vei");function Ia(e,t,s,n,i=null){const o=e[ri]||(e[ri]={}),r=o[t];if(n&&r)r.value=n;else{const[a,l]=Na(t);if(n){const g=o[t]=Fa(n,i);rt(e,a,g,l)}else r&&(Da(e,a,r,l),o[t]=void 0)}}const ja=/(Once|Passive|Capture)$/,Ua=/^on:?(?:Once|Passive|Capture)$/;function Na(e){let t,s;for(;(s=e.match(ja))&&!Ua.test(e);)t||(t={}),e=e.slice(0,e.length-s[1].length),t[s[1].toLowerCase()]=!0;return[e[2]===":"?e.slice(3):ht(e.slice(2)),t]}let Zs=0;const Ma=Promise.resolve(),La=()=>Zs||(Ma.then(()=>Zs=0),Zs=Date.now());function Fa(e,t){const s=n=>{if(!n._vts)n._vts=Date.now();else if(n._vts<=s.attached)return;const i=s.value;if(M(i)){const o=n.stopImmediatePropagation;n.stopImmediatePropagation=()=>{o.call(n),n._stopped=!0};const r=i.slice(),a=[n];for(let l=0;l<r.length&&!n._stopped;l++){const g=r[l];g&&Me(g,t,5,a)}}else Me(i,t,5,[n])};return s.value=e,s.attached=La(),s}const ai=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,Ba=(e,t,s,n,i,o)=>{const r=i==="svg";t==="class"?Pa(e,n,r):t==="style"?Oa(e,s,n):Ts(t)?Es(t)||Ia(e,t,s,n,o):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):Ha(e,t,n,r))?(oi(e,t,n),!e.tagName.includes("-")&&(t==="value"||t==="checked"||t==="selected")&&ii(e,t,n,r,o,t!=="value")):e._isVueCE&&(Va(e,t)||e._def.__asyncLoader&&(/[A-Z]/.test(t)||!oe(n)))?oi(e,De(t),n,o,t):(t==="true-value"?e._trueValue=n:t==="false-value"&&(e._falseValue=n),ii(e,t,n,r))};function Ha(e,t,s,n){if(n)return!!(t==="innerHTML"||t==="textContent"||t in e&&ai(t)&&V(s));if(t==="spellcheck"||t==="draggable"||t==="translate"||t==="autocorrect"||t==="sandbox"&&e.tagName==="IFRAME"||t==="form"||t==="list"&&e.tagName==="INPUT"||t==="type"&&e.tagName==="TEXTAREA")return!1;if(t==="width"||t==="height"){const i=e.tagName;if(i==="IMG"||i==="VIDEO"||i==="CANVAS"||i==="SOURCE")return!1}return ai(t)&&oe(s)?!1:t in e}function Va(e,t){const s=e._def.props;if(!s)return!1;const n=De(t);return Array.isArray(s)?s.some(i=>De(i)===n):Object.keys(s).some(i=>De(i)===n)}const ft=e=>{const t=e.props["onUpdate:modelValue"]||!1;return M(t)?s=>ps(t,s):t};function Ga(e){e.target.composing=!0}function li(e){const t=e.target;t.composing&&(t.composing=!1,t.dispatchEvent(new Event("input")))}const ze=Symbol("_assign");function ci(e,t,s){return t&&(e=e.trim()),s&&(e=Cs(e)),e}const ge={created(e,{modifiers:{lazy:t,trim:s,number:n}},i){e[ze]=ft(i);const o=n||i.props&&i.props.type==="number";rt(e,t?"change":"input",r=>{r.target.composing||e[ze](ci(e.value,s,o))}),(s||o)&&rt(e,"change",()=>{e.value=ci(e.value,s,o)}),t||(rt(e,"compositionstart",Ga),rt(e,"compositionend",li),rt(e,"change",li))},mounted(e,{value:t}){e.value=t??""},beforeUpdate(e,{value:t,oldValue:s,modifiers:{lazy:n,trim:i,number:o}},r){if(e[ze]=ft(r),e.composing)return;const a=(o||e.type==="number")&&!/^0\d/.test(e.value)?Cs(e.value):e.value,l=t??"";if(a===l)return;const g=e.getRootNode();(g instanceof Document||g instanceof ShadowRoot)&&g.activeElement===e&&e.type!=="range"&&(n&&t===s||i&&e.value.trim()===l)||(e.value=l)}},Ka={deep:!0,created(e,t,s){e[ze]=ft(s),rt(e,"change",()=>{const n=e._modelValue,i=Ot(e),o=e.checked,r=e[ze];if(M(n)){const a=fn(n,i),l=a!==-1;if(o&&!l)r(n.concat(i));else if(!o&&l){const g=[...n];g.splice(a,1),r(g)}}else if(Dt(n)){const a=new Set(n);o?a.add(i):a.delete(i),r(a)}else r(wo(e,o))})},mounted:ui,beforeUpdate(e,t,s){e[ze]=ft(s),ui(e,t,s)}};function ui(e,{value:t,oldValue:s},n){e._modelValue=t;let i;if(M(t))i=fn(t,n.props.value)>-1;else if(Dt(t))i=t.has(n.props.value);else{if(t===s)return;i=dt(t,wo(e,!0))}e.checked!==i&&(e.checked=i)}const Wa={created(e,{value:t},s){e.checked=dt(t,s.props.value),e[ze]=ft(s),rt(e,"change",()=>{e[ze](Ot(e))})},beforeUpdate(e,{value:t,oldValue:s},n){e[ze]=ft(n),t!==s&&(e.checked=dt(t,n.props.value))}},ks={deep:!0,created(e,{value:t,modifiers:{number:s}},n){const i=Dt(t);rt(e,"change",()=>{const o=Array.prototype.filter.call(e.options,r=>r.selected).map(r=>s?Cs(Ot(r)):Ot(r));e[ze](e.multiple?i?new Set(o):o:o[0]),e._assigning=!0,Fi(()=>{e._assigning=!1})}),e[ze]=ft(n)},mounted(e,{value:t}){di(e,t)},beforeUpdate(e,t,s){e[ze]=ft(s)},updated(e,{value:t}){e._assigning||di(e,t)}};function di(e,t){const s=e.multiple,n=M(t);if(!(s&&!n&&!Dt(t))){for(let i=0,o=e.options.length;i<o;i++){const r=e.options[i],a=Ot(r);if(s)if(n){const l=typeof a;l==="string"||l==="number"?r.selected=t.some(g=>String(g)===String(a)):r.selected=fn(t,a)>-1}else r.selected=t.has(a);else if(dt(Ot(r),t)){e.selectedIndex!==i&&(e.selectedIndex=i);return}}!s&&e.selectedIndex!==-1&&(e.selectedIndex=-1)}}function Ot(e){return"_value"in e?e._value:e.value}function wo(e,t){const s=t?"_trueValue":"_falseValue";return s in e?e[s]:t}const qa={created(e,t,s){ds(e,t,s,null,"created")},mounted(e,t,s){ds(e,t,s,null,"mounted")},beforeUpdate(e,t,s,n){ds(e,t,s,n,"beforeUpdate")},updated(e,t,s,n){ds(e,t,s,n,"updated")}};function Za(e,t){switch(e){case"SELECT":return ks;case"TEXTAREA":return ge;default:switch(t){case"checkbox":return Ka;case"radio":return Wa;default:return ge}}}function ds(e,t,s,n,i){const r=Za(e.tagName,s.props&&s.props.type)[i];r&&r(e,t,s,n)}const Ja=["ctrl","shift","alt","meta"],Ya={stop:e=>e.stopPropagation(),prevent:e=>e.preventDefault(),self:e=>e.target!==e.currentTarget,ctrl:e=>!e.ctrlKey,shift:e=>!e.shiftKey,alt:e=>!e.altKey,meta:e=>!e.metaKey,left:e=>"button"in e&&e.button!==0,middle:e=>"button"in e&&e.button!==1,right:e=>"button"in e&&e.button!==2,exact:(e,t)=>Ja.some(s=>e[`${s}Key`]&&!t.includes(s))},Xa=(e,t)=>{if(!e)return e;const s=e._withMods||(e._withMods={}),n=t.join(".");return s[n]||(s[n]=((i,...o)=>{for(let r=0;r<t.length;r++){const a=Ya[t[r]];if(a&&a(i,t))return}return e(i,...o)}))},Qa={esc:"escape",space:" ",up:"arrow-up",left:"arrow-left",right:"arrow-right",down:"arrow-down",delete:"backspace"},xo=(e,t)=>{const s=e._withKeys||(e._withKeys={}),n=t.join(".");return s[n]||(s[n]=(i=>{if(!("key"in i))return;const o=ht(i.key);if(t.some(r=>r===o||Qa[r]===o))return e(i)}))},el=ve({patchProp:Ba},Ta);let pi;function tl(){return pi||(pi=ia(el))}const sl=((...e)=>{const t=tl().createApp(...e),{mount:s}=t;return t.mount=n=>{const i=il(n);if(!i)return;const o=t._component;!V(o)&&!o.render&&!o.template&&(o.template=i.innerHTML),i.nodeType===1&&(i.textContent="");const r=s(i,!1,nl(i));return i instanceof Element&&(i.removeAttribute("v-cloak"),i.setAttribute("data-v-app","")),r},t});function nl(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function il(e){return oe(e)?document.querySelector(e):e}const ko="dh-panel-theme";function ol(){var e;try{const t=localStorage.getItem(ko);if(t==="dark"||t==="light")return t}catch{}return(e=window.matchMedia)!=null&&e.call(window,"(prefers-color-scheme: dark)").matches?"dark":"light"}const Ct=H(ol());function So(e){Ct.value=e,document.documentElement.classList.toggle("dark",e==="dark");try{localStorage.setItem(ko,e)}catch{}}function fi(){So(Ct.value==="dark"?"light":"dark")}So(Ct.value);const rl={apiServer:"API server",switchToLight:"Switch to light theme",switchToDark:"Switch to dark theme",theme:"Theme",signOut:"Sign out",loading:"Loading…",standardUserNote:"Signed in as a standard user — management sections need an admin role",footer:"DriverVault — car maintenance & service tracker."},al={overview:"Overview",users:"Users",orgs:"Organizations",server:"API Server",pocketbase:"PocketBase",webapp:"Web App",plugins:"Plugins",api:"API"},ll={title:"Sign in",subtitle:"Superadmin console for the DriverVault API Server.",email:"Email",password:"Password",submit:"Sign in",submitting:"Signing in…",invalid:"Invalid email or password.",failed:"Could not sign in.",authNote:"Authenticates against PocketBase through this server"},cl={title:"Status",unreachable:"unreachable",checking:"Checking…",apiServer:"API Server",pocketBase:"PocketBase",webApp:"Web App",thisProcess:"this process"},ul={create:"Create",save:"Save",cancel:"Cancel",edit:"Edit",delete:"Delete",rename:"Rename",empty:"—",name:"Name",email:"Email",role:"Role",organization:"Organization"},dl={title:"Users",allOrgs:"All organizations",yourOrg:"Your organization",newUser:"New user",password:"Password",passwordUnchanged:"Password (blank = unchanged)",passwordPlaceholder:"min 8 characters",orgNone:"— none —",you:"you",empty:"No users.",confirmDelete:"Delete {email}? This cannot be undone."},pl={title:"Organizations",subtitle:"Tenants users belong to",subtitleOwn:"Your organization",subtitleNone:"Create one to manage your own team",newOrg:"New organization",namePlaceholder:"Acme Fleet",empty:"No organizations yet.",createHint:"You have no organization yet. Create one to become its admin.",colId:"ID",confirmDelete:'Delete the organization "{name}"?',confirmDeleteOwn:'Delete your organization "{name}"? You will be removed from it and become a regular user.'},fl={title:"API Server",subtitle:"How this server identifies itself to the clients that connect to it",name:"Server name",nameHint:"Shown by clients that can be pointed at more than one DriverVault, such as the Web App's server switcher. Reported by /api/health.",saveApply:"Save & apply",persistedEnv:"persisted to .env",savedNotice:"Saved. The new name applies to the next request."},hl={title:"PocketBase",subtitle:"Database connection used by every endpoint",connected:"connected",noSuperuser:"no superuser",unreachable:"unreachable",baseUrl:"Base URL",superuserEmail:"Superuser email",superuserPassword:"Superuser password",passwordUnchanged:"unchanged",passwordNotSet:"not set",saveApply:"Save & apply",testConnection:"Test connection",persistedEnv:"persisted to .env",testOk:"Connection OK — superuser authenticated.",testReachableNoAuth:"PocketBase is reachable, but the service account did not authenticate.",testUnreachable:"PocketBase is not reachable at that address.",savedNotice:"Saved. The server is now using this PocketBase."},gl={title:"Web App",subtitle:"Address probed by the status check, and who may call this API from a browser",reachable:"reachable",unreachable:"unreachable",baseUrl:"Base URL",allowedOrigins:"Allowed origins",originsHint:"Comma separated, or {star} for any. Native mobile apps are not subject to CORS.",saveApply:"Save & apply",testConnection:"Test connection",persistedEnv:"persisted to .env",testOk:"Web App is reachable.",testFailed:"Web App did not answer its health check at that address.",savedNotice:"Saved. New origins apply to the next request."},ml={title:"Plugins",subtitle:"Third-party service integrations",registerExternal:"Register external",cancelRegister:"Cancel",name:"Name",baseUrl:"Base URL",provider:"Provider",register:"Register",empty:"No plugins yet. Register an external one above, or compile a built-in connector.",builtin:"builtin",enabled:"enabled",disabled:"disabled",health:"Health",configure:"Configure",close:"Close",noConfig:"This plugin takes no configuration.",notSet:"Not set — let organizations and users choose",capabilities:"Capabilities",saved:"Saved.",checking:"Checking…",save:"Save",saveEnable:"Save & enable",disable:"Disable",remove:"Remove",builtinNote:"Built-in plugins can be disabled but not removed",confirmRemove:'Remove the external plugin "{name}"? Its saved config is deleted.'},bl={colEndpoint:"Endpoint",colDescription:"Description",authNone:"No auth",authBearer:"Bearer token",authManager:"Admin / superadmin",authSuperadmin:"Superadmin",authCharger:"Charger credentials",groupPublic:"Public",groupIdentity:"Identity",groupCars:"Cars",groupService:"Service records",groupTechnical:"Technical checks",groupParts:"Parts",groupFuel:"Fuel",groupCharging:"Charging",groupMaintenance:"Maintenance",groupDocuments:"Documents",groupReminders:"Reminders",groupAttachments:"Attachments",groupProviders:"Vehicle providers",groupIntegrations:"Integrations",groupOcpp:"OCPP",groupAccount:"Account",groupManagement:"Management",groupSuperadmin:"Superadmin"},vl={app:rl,sections:al,login:ll,status:cl,common:ul,users:dl,orgs:pl,server:fl,pocketbase:hl,webapp:gl,plugins:ml,api:bl},yl={apiServer:"Serwer API",switchToLight:"Przełącz na motyw jasny",switchToDark:"Przełącz na motyw ciemny",theme:"Motyw",signOut:"Wyloguj się",loading:"Ładowanie…",standardUserNote:"Zalogowano jako zwykły użytkownik — sekcje zarządzania wymagają roli administratora",footer:"DriverVault — rejestr serwisu i konserwacji samochodu."},_l={overview:"Przegląd",users:"Użytkownicy",orgs:"Organizacje",server:"Serwer API",pocketbase:"PocketBase",webapp:"Aplikacja webowa",plugins:"Wtyczki",api:"API"},wl={title:"Zaloguj się",subtitle:"Konsola superadministratora serwera API DriverVault.",email:"E-mail",password:"Hasło",submit:"Zaloguj się",submitting:"Logowanie…",invalid:"Nieprawidłowy e-mail lub hasło.",failed:"Nie udało się zalogować.",authNote:"Uwierzytelnia w PocketBase za pośrednictwem tego serwera"},xl={title:"Status",unreachable:"niedostępny",checking:"Sprawdzanie…",apiServer:"Serwer API",pocketBase:"PocketBase",webApp:"Aplikacja webowa",thisProcess:"ten proces"},kl={create:"Utwórz",save:"Zapisz",cancel:"Anuluj",edit:"Edytuj",delete:"Usuń",rename:"Zmień nazwę",empty:"—",name:"Nazwa",email:"E-mail",role:"Rola",organization:"Organizacja"},Sl={title:"Użytkownicy",allOrgs:"Wszystkie organizacje",yourOrg:"Twoja organizacja",newUser:"Nowy użytkownik",password:"Hasło",passwordUnchanged:"Hasło (puste = bez zmian)",passwordPlaceholder:"min. 8 znaków",orgNone:"— brak —",you:"Ty",empty:"Brak użytkowników.",confirmDelete:"Usunąć {email}? Tej operacji nie można cofnąć."},Tl={title:"Organizacje",subtitle:"Podmioty, do których należą użytkownicy",subtitleOwn:"Twoja organizacja",subtitleNone:"Utwórz ją, aby zarządzać własnym zespołem",newOrg:"Nowa organizacja",namePlaceholder:"Acme Fleet",empty:"Brak organizacji.",createHint:"Nie masz jeszcze organizacji. Utwórz ją, aby zostać jej administratorem.",colId:"ID",confirmDelete:"Usunąć organizację „{name}”?",confirmDeleteOwn:"Usunąć Twoją organizację „{name}”? Zostaniesz z niej usunięty i staniesz się zwykłym użytkownikiem."},El={title:"Serwer API",subtitle:"Jak ten serwer przedstawia się klientom, które się z nim łączą",name:"Nazwa serwera",nameHint:"Widoczna w klientach, które można skierować na więcej niż jeden DriverVault, na przykład w przełączniku serwerów aplikacji webowej. Zwracana przez /api/health.",saveApply:"Zapisz i zastosuj",persistedEnv:"zapisano w .env",savedNotice:"Zapisano. Nowa nazwa obowiązuje od następnego żądania."},Pl={title:"PocketBase",subtitle:"Połączenie z bazą danych używane przez każdy punkt końcowy",connected:"połączono",noSuperuser:"brak superużytkownika",unreachable:"niedostępny",baseUrl:"Adres bazowy",superuserEmail:"E-mail superużytkownika",superuserPassword:"Hasło superużytkownika",passwordUnchanged:"bez zmian",passwordNotSet:"nie ustawiono",saveApply:"Zapisz i zastosuj",testConnection:"Testuj połączenie",persistedEnv:"zapisano w .env",testOk:"Połączenie OK — superużytkownik uwierzytelniony.",testReachableNoAuth:"PocketBase jest dostępny, ale konto usługowe nie zostało uwierzytelnione.",testUnreachable:"PocketBase jest niedostępny pod tym adresem.",savedNotice:"Zapisano. Serwer korzysta teraz z tego PocketBase."},Cl={title:"Aplikacja webowa",subtitle:"Adres sprawdzany podczas kontroli statusu oraz kto może wywoływać to API z przeglądarki",reachable:"dostępna",unreachable:"niedostępna",baseUrl:"Adres bazowy",allowedOrigins:"Dozwolone źródła",originsHint:"Oddzielone przecinkami lub {star} dla dowolnego. Natywne aplikacje mobilne nie podlegają CORS.",saveApply:"Zapisz i zastosuj",testConnection:"Testuj połączenie",persistedEnv:"zapisano w .env",testOk:"Aplikacja webowa jest dostępna.",testFailed:"Aplikacja webowa nie odpowiedziała na kontrolę stanu pod tym adresem.",savedNotice:"Zapisano. Nowe źródła obowiązują od następnego żądania."},Al={title:"Wtyczki",subtitle:"Integracje z usługami zewnętrznymi",registerExternal:"Zarejestruj zewnętrzną",cancelRegister:"Anuluj",name:"Nazwa",baseUrl:"Adres bazowy",provider:"Dostawca",register:"Zarejestruj",empty:"Brak wtyczek. Zarejestruj zewnętrzną powyżej lub skompiluj wbudowany łącznik.",builtin:"wbudowana",enabled:"włączona",disabled:"wyłączona",health:"Stan",configure:"Konfiguruj",close:"Zamknij",noConfig:"Ta wtyczka nie wymaga konfiguracji.",notSet:"Nie ustawiono — pozwól organizacjom i użytkownikom wybrać",capabilities:"Możliwości",saved:"Zapisano.",checking:"Sprawdzanie…",save:"Zapisz",saveEnable:"Zapisz i włącz",disable:"Wyłącz",remove:"Usuń",builtinNote:"Wtyczki wbudowane można wyłączyć, ale nie usunąć",confirmRemove:"Usunąć zewnętrzną wtyczkę „{name}”? Jej zapisana konfiguracja zostanie usunięta."},$l={colEndpoint:"Punkt końcowy",colDescription:"Opis",authNone:"Bez uwierzytelniania",authBearer:"Token Bearer",authManager:"Administrator / superadministrator",authSuperadmin:"Superadministrator",authCharger:"Dane logowania ładowarki",groupPublic:"Publiczne",groupIdentity:"Tożsamość",groupCars:"Samochody",groupService:"Wpisy serwisowe",groupTechnical:"Przeglądy techniczne",groupParts:"Części",groupFuel:"Paliwo",groupCharging:"Ładowanie",groupMaintenance:"Naprawy",groupDocuments:"Dokumenty",groupReminders:"Przypomnienia",groupAttachments:"Załączniki",groupProviders:"Dostawcy pojazdów",groupIntegrations:"Integracje",groupOcpp:"OCPP",groupAccount:"Konto",groupManagement:"Zarządzanie",groupSuperadmin:"Superadministrator"},Ol={app:yl,sections:_l,login:wl,status:xl,common:kl,users:Sl,orgs:Tl,server:El,pocketbase:Pl,webapp:Cl,plugins:Al,api:$l},Rl={apiServer:"API-server",switchToLight:"Skift til lyst tema",switchToDark:"Skift til mørkt tema",theme:"Tema",signOut:"Log ud",loading:"Indlæser…",standardUserNote:"Logget ind som almindelig bruger — administrationssektioner kræver en administratorrolle",footer:"DriverVault — bilservice- og vedligeholdelsesregister."},zl={overview:"Oversigt",users:"Brugere",orgs:"Organisationer",server:"API-server",pocketbase:"PocketBase",webapp:"Webapp",plugins:"Plugins",api:"API"},Dl={title:"Log ind",subtitle:"Superadmin-konsol til DriverVault API-serveren.",email:"E-mail",password:"Adgangskode",submit:"Log ind",submitting:"Logger ind…",invalid:"Ugyldig e-mail eller adgangskode.",failed:"Kunne ikke logge ind.",authNote:"Godkender mod PocketBase gennem denne server"},Il={title:"Status",unreachable:"utilgængelig",checking:"Tjekker…",apiServer:"API-server",pocketBase:"PocketBase",webApp:"Webapp",thisProcess:"denne proces"},jl={create:"Opret",save:"Gem",cancel:"Annuller",edit:"Rediger",delete:"Slet",rename:"Omdøb",empty:"—",name:"Navn",email:"E-mail",role:"Rolle",organization:"Organisation"},Ul={title:"Brugere",allOrgs:"Alle organisationer",yourOrg:"Din organisation",newUser:"Ny bruger",password:"Adgangskode",passwordUnchanged:"Adgangskode (tom = uændret)",passwordPlaceholder:"mindst 8 tegn",orgNone:"— ingen —",you:"dig",empty:"Ingen brugere.",confirmDelete:"Slet {email}? Dette kan ikke fortrydes."},Nl={title:"Organisationer",subtitle:"Enheder, som brugere tilhører",subtitleOwn:"Din organisation",subtitleNone:"Opret en for at administrere dit eget team",newOrg:"Ny organisation",namePlaceholder:"Acme Fleet",empty:"Ingen organisationer endnu.",createHint:"Du har endnu ingen organisation. Opret en for at blive dens administrator.",colId:"ID",confirmDelete:'Slet organisationen "{name}"?',confirmDeleteOwn:"Slet din organisation „{name}“? Du fjernes fra den og bliver en almindelig bruger."},Ml={title:"API-server",subtitle:"Hvordan denne server identificerer sig over for de klienter, der forbinder til den",name:"Servernavn",nameHint:"Vises af klienter, der kan pege på mere end én DriverVault, for eksempel webappens serverskifter. Returneres af /api/health.",saveApply:"Gem og anvend",persistedEnv:"gemt i .env",savedNotice:"Gemt. Det nye navn gælder fra næste anmodning."},Ll={title:"PocketBase",subtitle:"Databaseforbindelse brugt af hvert endpoint",connected:"forbundet",noSuperuser:"ingen superbruger",unreachable:"utilgængelig",baseUrl:"Basis-URL",superuserEmail:"Superbrugerens e-mail",superuserPassword:"Superbrugerens adgangskode",passwordUnchanged:"uændret",passwordNotSet:"ikke angivet",saveApply:"Gem og anvend",testConnection:"Test forbindelse",persistedEnv:"gemt i .env",testOk:"Forbindelse OK — superbruger godkendt.",testReachableNoAuth:"PocketBase er tilgængelig, men servicekontoen blev ikke godkendt.",testUnreachable:"PocketBase er ikke tilgængelig på den adresse.",savedNotice:"Gemt. Serveren bruger nu denne PocketBase."},Fl={title:"Webapp",subtitle:"Adressen, der tjekkes ved statuskontrol, og hvem der må kalde dette API fra en browser",reachable:"tilgængelig",unreachable:"utilgængelig",baseUrl:"Basis-URL",allowedOrigins:"Tilladte oprindelser",originsHint:"Kommasepareret, eller {star} for enhver. Native mobilapps er ikke underlagt CORS.",saveApply:"Gem og anvend",testConnection:"Test forbindelse",persistedEnv:"gemt i .env",testOk:"Webappen er tilgængelig.",testFailed:"Webappen svarede ikke på sit helbredstjek på den adresse.",savedNotice:"Gemt. Nye oprindelser gælder fra næste anmodning."},Bl={title:"Plugins",subtitle:"Integrationer med tredjepartstjenester",registerExternal:"Registrér ekstern",cancelRegister:"Annuller",name:"Navn",baseUrl:"Basis-URL",provider:"Udbyder",register:"Registrér",empty:"Ingen plugins endnu. Registrér et eksternt ovenfor, eller kompilér et indbygget stik.",builtin:"indbygget",enabled:"aktiveret",disabled:"deaktiveret",health:"Helbred",configure:"Konfigurer",close:"Luk",noConfig:"Dette plugin kræver ingen konfiguration.",notSet:"Ikke angivet — lad organisationer og brugere vælge",capabilities:"Funktioner",saved:"Gemt.",checking:"Tjekker…",save:"Gem",saveEnable:"Gem og aktivér",disable:"Deaktiver",remove:"Fjern",builtinNote:"Indbyggede plugins kan deaktiveres, men ikke fjernes",confirmRemove:'Fjern det eksterne plugin "{name}"? Dets gemte konfiguration slettes.'},Hl={colEndpoint:"Endpoint",colDescription:"Beskrivelse",authNone:"Ingen godkendelse",authBearer:"Bearer-token",authManager:"Admin / superadmin",authSuperadmin:"Superadmin",authCharger:"Laderens loginoplysninger",groupPublic:"Offentlig",groupIdentity:"Identitet",groupCars:"Biler",groupService:"Serviceposter",groupTechnical:"Syn",groupParts:"Reservedele",groupFuel:"Brændstof",groupCharging:"Opladning",groupMaintenance:"Værksted",groupDocuments:"Dokumenter",groupReminders:"Påmindelser",groupAttachments:"Vedhæftede filer",groupProviders:"Køretøjsudbydere",groupIntegrations:"Integrationer",groupOcpp:"OCPP",groupAccount:"Konto",groupManagement:"Administration",groupSuperadmin:"Superadmin"},Vl={app:Rl,sections:zl,login:Dl,status:Il,common:jl,users:Ul,orgs:Nl,server:Ml,pocketbase:Ll,webapp:Fl,plugins:Bl,api:Hl},To="dh-panel-lang",Eo="en",Rt={en:vl,pl:Ol,da:Vl},Gl=Object.keys(Rt);function Kl(){try{const t=localStorage.getItem(To);if(t&&Rt[t])return t}catch{}const e=(navigator.language||"en").split("-")[0];return Rt[e]?e:Eo}const En=H(Kl());function Wl(e){if(Rt[e]){En.value=e;try{localStorage.setItem(To,e)}catch{}}}function hi(e,t){return t.split(".").reduce((s,n)=>s==null?void 0:s[n],e)}function ql(e,t){return t?e.replace(/\{(\w+)\}/g,(s,n)=>t[n]==null?s:String(t[n])):e}function Zl(e,t,s){let n="other";try{n=new Intl.PluralRules(s).select(t)}catch{n=t===1?"one":"other"}return e[n]??e.other??e.one}function f(e,t){const s=En.value;let n=hi(Rt[s],e);if(n==null&&(n=hi(Rt[Eo],e)),n==null)return e;if(typeof n=="object"){if((t==null?void 0:t.n)==null)return e;n=Zl(n,t.n,s)}return typeof n!="string"?e:ql(n,t)}function gi(e,t,s){const i=f(e,{...s,[t]:"\0"}),o=i.indexOf("\0");return o===-1?{before:i,after:""}:{before:i.slice(0,o),after:i.slice(o+1)}}const ln="dh-panel-token";function Jl(){try{return localStorage.getItem(ln)||""}catch{return""}}const zt=H(Jl()),de=H(null),Ce=je(()=>{var e;return((e=de.value)==null?void 0:e.role)==="superadmin"}),gs=je(()=>{var e,t;return((e=de.value)==null?void 0:e.role)==="admin"||((t=de.value)==null?void 0:t.role)==="superadmin"});function Po(e){zt.value=e;try{e?localStorage.setItem(ln,e):localStorage.removeItem(ln)}catch{}}class Yl extends Error{constructor(t,s,n){super(t),this.status=s,this.body=n}}function Xl(e,t){if(!e||typeof e!="object")return`HTTP ${t}`;if(e.error)return e.error;const s=Object.entries(e.data||{}).map(([n,i])=>`${n}: ${(i==null?void 0:i.message)||i}`).filter(Boolean);return s.length?s.join("; "):e.message||`HTTP ${t}`}async function te(e,{method:t="GET",body:s,auth:n=!0}={}){const i={};s!==void 0&&(i["Content-Type"]="application/json"),n&&zt.value&&(i.Authorization=zt.value);const o=await fetch(e,{method:t,headers:i,body:s===void 0?void 0:JSON.stringify(s)}),r=await o.text();let a=null;try{a=r?JSON.parse(r):null}catch{a=null}if(!o.ok)throw o.status===401&&n&&Pn(),new Yl(Xl(a,o.status),o.status,a);return a}async function Ql(e,t){const s=await te("/api/auth/login",{method:"POST",body:{email:e,password:t},auth:!1});return Po(s.token),await Ss(),de.value}async function Ss(){return de.value=await te("/api/identity"),de.value}function Pn(){Po(""),de.value=null}async function ec(){if(!zt.value)return null;try{return await Ss()}catch{return Pn(),null}}const tc={class:"mx-auto flex w-full max-w-sm flex-col gap-5 pt-24"},sc={class:"dh-card p-6"},nc={class:"text-lg font-bold tracking-[-0.02em] text-strong"},ic={class:"mt-1 mb-5 text-sm text-body"},oc={class:"dh-label",for:"login-email"},rc={class:"dh-label",for:"login-password"},ac={key:0,class:"rounded-control bg-danger-soft px-3 py-2 text-xs text-danger"},lc=["disabled"],cc={class:"eyebrow text-center"},uc={__name:"LoginView",emits:["authenticated"],setup(e,{emit:t}){const s=t,n=H(""),i=H(""),o=H(""),r=H(!1),a=je(()=>n.value.trim()!==""&&i.value!==""&&!r.value);async function l(){if(a.value){o.value="",r.value=!0;try{const g=await Ql(n.value.trim(),i.value);s("authenticated",g)}catch(g){o.value=g.status===400||g.status===404?f("login.invalid"):g.message||f("login.failed"),i.value=""}finally{r.value=!1}}}return(g,d)=>(y(),T("div",tc,[u("div",sc,[u("h1",nc,m(h(f)("login.title")),1),u("p",ic,m(h(f)("login.subtitle")),1),u("form",{class:"flex flex-col gap-4",onSubmit:Xa(l,["prevent"])},[u("div",null,[u("label",oc,m(h(f)("login.email")),1),le(u("input",{id:"login-email","onUpdate:modelValue":d[0]||(d[0]=b=>n.value=b),class:"dh-input",type:"email",autocomplete:"username",autofocus:"",placeholder:"you@example.com"},null,512),[[ge,n.value]])]),u("div",null,[u("label",rc,m(h(f)("login.password")),1),le(u("input",{id:"login-password","onUpdate:modelValue":d[1]||(d[1]=b=>i.value=b),class:"dh-input",type:"password",autocomplete:"current-password",placeholder:"••••••••"},null,512),[[ge,i.value]])]),o.value?(y(),T("p",ac,m(o.value),1)):B("",!0),u("button",{class:"dh-btn w-full",type:"submit",disabled:!a.value},m(r.value?h(f)("login.submitting"):h(f)("login.submit")),9,lc)],32)]),u("p",cc,m(h(f)("login.authNote")),1)]))}},dc={class:"dh-card overflow-hidden"},pc={class:"flex items-center justify-between border-b border-subtle px-5 py-4"},fc={class:"text-base font-bold tracking-[-0.02em] text-strong"},hc={key:0,class:"dh-pill bg-danger-soft text-danger"},gc={key:0,class:"px-5 py-4 text-sm text-danger"},mc={key:1,class:"w-full text-left text-sm"},bc={class:"px-5 py-3 font-medium text-strong"},vc={class:"data px-5 py-3 text-xs text-muted"},yc={class:"data px-5 py-3 text-right text-xs text-muted"},_c={class:"px-5 py-3 text-right"},wc={key:2,class:"px-5 py-4 text-sm text-muted"},xc={__name:"StatusCard",setup(e){const t=H(null),s=H("");let n=null;async function i(){try{t.value=await te("/api/status",{auth:!1}),s.value=""}catch(a){t.value=null,s.value=a.message||f("status.unreachable")}}const o=je(()=>{var a,l,g;return[{key:"apiServer",label:f("status.apiServer"),h:(a=t.value)==null?void 0:a.apiServer},{key:"pocketBase",label:f("status.pocketBase"),h:(l=t.value)==null?void 0:l.pocketBase},{key:"webApp",label:f("status.webApp"),h:(g=t.value)==null?void 0:g.webApp}]});ct(()=>{i(),n=setInterval(i,1e4)}),kn(()=>clearInterval(n));const r=a=>a==="ok"?"bg-success-soft text-success":"bg-danger-soft text-danger";return(a,l)=>(y(),T("div",dc,[u("div",pc,[u("div",fc,m(h(f)("status.title")),1),s.value?(y(),T("span",hc,[l[0]||(l[0]=u("span",{class:"h-1.5 w-1.5 rounded-full bg-current"},null,-1)),Re(m(h(f)("status.unreachable")),1)])):B("",!0)]),s.value?(y(),T("div",gc,m(s.value),1)):t.value?(y(),T("table",mc,[u("tbody",null,[(y(!0),T(ne,null,$e(o.value,g=>(y(),T("tr",{key:g.key,class:"border-t border-subtle first:border-t-0"},[u("td",bc,m(g.label),1),u("td",vc,m(g.h.url||h(f)("status.thisProcess")),1),u("td",yc,m(g.h.latencyMs!=null?g.h.latencyMs+"ms":h(f)("common.empty")),1),u("td",_c,[u("span",{class:Ue(["dh-pill",r(g.h.status)])},[l[1]||(l[1]=u("span",{class:"h-1.5 w-1.5 rounded-full bg-current"},null,-1)),Re(m(g.h.status),1)],2)])]))),128))])])):(y(),T("div",wc,m(h(f)("status.checking")),1))]))}},kc={class:"dh-card overflow-hidden"},Sc={class:"flex items-center justify-between border-b border-subtle px-5 py-4"},Tc={class:"text-base font-bold tracking-[-0.02em] text-strong"},Ec={class:"mt-0.5 text-xs text-muted"},Pc={class:"flex flex-col gap-4 px-5 py-4"},Cc={class:"dh-label",for:"pb-url"},Ac={class:"grid gap-4 sm:grid-cols-2"},$c={class:"dh-label",for:"pb-email"},Oc={class:"dh-label",for:"pb-password"},Rc=["placeholder"],zc={key:0,class:"data text-xs text-muted"},Dc={key:1,class:"rounded-control bg-info-soft px-3 py-2 text-xs text-info"},Ic={key:2,class:"rounded-control bg-danger-soft px-3 py-2 text-xs text-danger"},jc={class:"flex items-center gap-2"},Uc=["disabled"],Nc=["disabled"],Mc={class:"eyebrow"},Lc={__name:"PocketBaseCard",setup(e){const t=H(null),s=H({url:"",adminEmail:"",adminPassword:""}),n=H(null),i=H(""),o=H(""),r=H(!1);async function a(){try{t.value=await te("/api/admin/pb-config"),s.value={url:t.value.url,adminEmail:t.value.adminEmail,adminPassword:""},n.value=t.value.probe}catch(d){i.value=d.message}}ct(a);async function l(){i.value="",o.value="",r.value=!0;try{n.value=await te("/api/admin/pb-config/test",{method:"POST",body:s.value}),o.value=n.value.superuser?f("pocketbase.testOk"):n.value.reachable?f("pocketbase.testReachableNoAuth"):f("pocketbase.testUnreachable")}catch(d){i.value=d.message}finally{r.value=!1}}async function g(){i.value="",o.value="",r.value=!0;try{const d=await te("/api/admin/pb-config",{method:"PUT",body:s.value});t.value=d.config,n.value=d.config.probe,s.value.adminPassword="",o.value=d.warning||f("pocketbase.savedNotice")}catch(d){i.value=d.message}finally{r.value=!1}}return(d,b)=>{var P,$;return y(),T("div",kc,[u("div",Sc,[u("div",null,[u("div",Tc,m(h(f)("pocketbase.title")),1),u("p",Ec,m(h(f)("pocketbase.subtitle")),1)]),n.value?(y(),T("span",{key:0,class:Ue(["dh-pill",n.value.superuser?"bg-success-soft text-success":n.value.reachable?"bg-warning-soft text-warning":"bg-danger-soft text-danger"])},[b[3]||(b[3]=u("span",{class:"h-1.5 w-1.5 rounded-full bg-current"},null,-1)),Re(" "+m(n.value.superuser?h(f)("pocketbase.connected"):n.value.reachable?h(f)("pocketbase.noSuperuser"):h(f)("pocketbase.unreachable")),1)],2)):B("",!0)]),u("div",Pc,[u("div",null,[u("label",Cc,m(h(f)("pocketbase.baseUrl")),1),le(u("input",{id:"pb-url","onUpdate:modelValue":b[0]||(b[0]=F=>s.value.url=F),class:"dh-input",placeholder:"http://10.2.1.10:8027"},null,512),[[ge,s.value.url]])]),u("div",Ac,[u("div",null,[u("label",$c,m(h(f)("pocketbase.superuserEmail")),1),le(u("input",{id:"pb-email","onUpdate:modelValue":b[1]||(b[1]=F=>s.value.adminEmail=F),class:"dh-input",autocomplete:"off"},null,512),[[ge,s.value.adminEmail]])]),u("div",null,[u("label",Oc,m(h(f)("pocketbase.superuserPassword")),1),le(u("input",{id:"pb-password","onUpdate:modelValue":b[2]||(b[2]=F=>s.value.adminPassword=F),class:"dh-input",type:"password",autocomplete:"new-password",placeholder:(P=t.value)!=null&&P.adminConfigured?h(f)("pocketbase.passwordUnchanged"):h(f)("pocketbase.passwordNotSet")},null,8,Rc),[[ge,s.value.adminPassword]])])]),($=n.value)!=null&&$.detail?(y(),T("p",zc,m(n.value.detail),1)):B("",!0),o.value?(y(),T("p",Dc,m(o.value),1)):B("",!0),i.value?(y(),T("p",Ic,m(i.value),1)):B("",!0),u("div",jc,[u("button",{class:"dh-btn",disabled:r.value,onClick:g},m(h(f)("pocketbase.saveApply")),9,Uc),u("button",{class:"dh-btn-ghost",disabled:r.value,onClick:l},m(h(f)("pocketbase.testConnection")),9,Nc),b[4]||(b[4]=u("span",{class:"flex-1"},null,-1)),u("span",Mc,m(h(f)("pocketbase.persistedEnv")),1)])])])}}},Fc={class:"dh-card overflow-hidden"},Bc={class:"border-b border-subtle px-5 py-4"},Hc={class:"text-base font-bold tracking-[-0.02em] text-strong"},Vc={class:"mt-0.5 text-xs text-muted"},Gc={class:"flex flex-col gap-4 px-5 py-4"},Kc={class:"dh-label",for:"server-name"},Wc={class:"mt-1 text-xs text-muted"},qc={key:0,class:"rounded-control bg-info-soft px-3 py-2 text-xs text-info"},Zc={key:1,class:"rounded-control bg-danger-soft px-3 py-2 text-xs text-danger"},Jc={class:"flex items-center gap-2"},Yc=["disabled"],Xc={class:"eyebrow"},Qc={__name:"ServerCard",setup(e){const t=H({name:""}),s=H(""),n=H(""),i=H(!1);async function o(){try{const a=await te("/api/admin/server-config");t.value={name:a.name}}catch(a){s.value=a.message}}ct(o);async function r(){s.value="",n.value="",i.value=!0;try{const a=await te("/api/admin/server-config",{method:"PUT",body:{name:t.value.name}});t.value={name:a.config.name},n.value=a.warning||f("server.savedNotice")}catch(a){s.value=a.message}finally{i.value=!1}}return(a,l)=>(y(),T("div",Fc,[u("div",Bc,[u("div",Hc,m(h(f)("server.title")),1),u("p",Vc,m(h(f)("server.subtitle")),1)]),u("div",Gc,[u("div",null,[u("label",Kc,m(h(f)("server.name")),1),le(u("input",{id:"server-name","onUpdate:modelValue":l[0]||(l[0]=g=>t.value.name=g),class:"dh-input",maxlength:"64",placeholder:"DriverVault API Server",onKeyup:xo(r,["enter"])},null,544),[[ge,t.value.name]]),u("p",Wc,m(h(f)("server.nameHint")),1)]),n.value?(y(),T("p",qc,m(n.value),1)):B("",!0),s.value?(y(),T("p",Zc,m(s.value),1)):B("",!0),u("div",Jc,[u("button",{class:"dh-btn",disabled:i.value,onClick:r},m(h(f)("server.saveApply")),9,Yc),l[1]||(l[1]=u("span",{class:"flex-1"},null,-1)),u("span",Xc,m(h(f)("server.persistedEnv")),1)])])]))}},eu={class:"dh-card overflow-hidden"},tu={class:"flex items-center justify-between border-b border-subtle px-5 py-4"},su={class:"text-base font-bold tracking-[-0.02em] text-strong"},nu={class:"mt-0.5 text-xs text-muted"},iu={class:"flex flex-col gap-4 px-5 py-4"},ou={class:"dh-label",for:"web-url"},ru={class:"dh-label",for:"web-origins"},au={class:"mt-1 text-xs text-muted"},lu={key:0,class:"data text-xs text-muted"},cu={key:1,class:"rounded-control bg-info-soft px-3 py-2 text-xs text-info"},uu={key:2,class:"rounded-control bg-danger-soft px-3 py-2 text-xs text-danger"},du={class:"flex items-center gap-2"},pu=["disabled"],fu=["disabled"],hu={class:"eyebrow"},gu={__name:"WebAppCard",setup(e){const t=H(null),s=H({url:"",origins:""}),n=H(null),i=H(""),o=H(""),r=H(!1),a=P=>P.split(",").map($=>$.trim()).filter(Boolean);function l(P){t.value=P,s.value={url:P.url,origins:(P.allowOrigins||[]).join(", ")},n.value=P.probe}async function g(){try{l(await te("/api/admin/webapp-config"))}catch(P){i.value=P.message}}ct(g);async function d(){i.value="",o.value="",r.value=!0;try{n.value=await te("/api/admin/webapp-config/test",{method:"POST",body:{url:s.value.url}}),o.value=n.value.status==="ok"?f("webapp.testOk"):f("webapp.testFailed")}catch(P){i.value=P.message}finally{r.value=!1}}async function b(){i.value="",o.value="",r.value=!0;try{const P=await te("/api/admin/webapp-config",{method:"PUT",body:{url:s.value.url,allowOrigins:a(s.value.origins)}});l(P.config),o.value=P.warning||f("webapp.savedNotice")}catch(P){i.value=P.message}finally{r.value=!1}}return(P,$)=>{var F;return y(),T("div",eu,[u("div",tu,[u("div",null,[u("div",su,m(h(f)("webapp.title")),1),u("p",nu,m(h(f)("webapp.subtitle")),1)]),n.value?(y(),T("span",{key:0,class:Ue(["dh-pill",n.value.status==="ok"?"bg-success-soft text-success":"bg-danger-soft text-danger"])},[$[2]||($[2]=u("span",{class:"h-1.5 w-1.5 rounded-full bg-current"},null,-1)),Re(" "+m(n.value.status==="ok"?h(f)("webapp.reachable"):h(f)("webapp.unreachable")),1)],2)):B("",!0)]),u("div",iu,[u("div",null,[u("label",ou,m(h(f)("webapp.baseUrl")),1),le(u("input",{id:"web-url","onUpdate:modelValue":$[0]||($[0]=k=>s.value.url=k),class:"dh-input",placeholder:"http://localhost:8090"},null,512),[[ge,s.value.url]])]),u("div",null,[u("label",ru,m(h(f)("webapp.allowedOrigins")),1),le(u("input",{id:"web-origins","onUpdate:modelValue":$[1]||($[1]=k=>s.value.origins=k),class:"dh-input",placeholder:"http://localhost:8090, https://app.example.com"},null,512),[[ge,s.value.origins]]),u("p",au,[Re(m(h(gi)("webapp.originsHint","star").before),1),$[3]||($[3]=u("span",{class:"data"},"*",-1)),Re(m(h(gi)("webapp.originsHint","star").after),1)])]),(F=n.value)!=null&&F.error?(y(),T("p",lu,m(n.value.error),1)):B("",!0),o.value?(y(),T("p",cu,m(o.value),1)):B("",!0),i.value?(y(),T("p",uu,m(i.value),1)):B("",!0),u("div",du,[u("button",{class:"dh-btn",disabled:r.value,onClick:b},m(h(f)("webapp.saveApply")),9,pu),u("button",{class:"dh-btn-ghost",disabled:r.value,onClick:d},m(h(f)("webapp.testConnection")),9,fu),$[4]||($[4]=u("span",{class:"flex-1"},null,-1)),u("span",hu,m(h(f)("webapp.persistedEnv")),1)])])])}}},mu={class:"dh-card overflow-hidden"},bu={class:"flex items-center justify-between border-b border-subtle px-5 py-4"},vu={class:"text-base font-bold tracking-[-0.02em] text-strong"},yu={class:"mt-0.5 text-xs text-muted"},_u={key:0,class:"border-b border-subtle bg-sunken px-5 py-4"},wu={class:"grid gap-3 sm:grid-cols-3"},xu={class:"dh-label"},ku={class:"dh-label"},Su={class:"dh-label"},Tu=["disabled"],Eu={key:1,class:"border-b border-subtle px-5 py-3 text-xs text-danger"},Pu={key:2,class:"px-5 py-6 text-center text-sm text-muted"},Cu={class:"flex items-center gap-3 px-5 py-3"},Au=["onClick"],$u={class:"font-semibold text-strong"},Ou={class:"dh-pill bg-sunken text-muted"},Ru={key:0,class:"text-xs text-muted"},zu=["disabled","onClick"],Du=["disabled","onClick"],Iu={key:0,class:"bg-sunken px-5 py-4"},ju={key:0,class:"data mb-3 text-xs text-muted"},Uu={key:1,class:"grid gap-3 sm:grid-cols-2"},Nu={class:"dh-label"},Mu={key:0,class:"text-danger"},Lu=["onUpdate:modelValue"],Fu={key:0,value:""},Bu=["value"],Hu=["onUpdate:modelValue","type","placeholder"],Vu={key:2,class:"mt-1 text-xs text-muted"},Gu={key:2,class:"text-xs text-muted"},Ku={key:3,class:"mt-4"},Wu={class:"eyebrow mb-1.5"},qu={class:"data flex flex-col gap-1 text-xs text-muted"},Zu={class:"text-strong"},Ju={key:0},Yu={key:1},Xu={key:4,class:"data mt-3 text-xs text-body"},Qu={class:"mt-4 flex items-center gap-2"},ed=["disabled","onClick"],td=["disabled","onClick"],sd=["disabled","onClick"],nd={key:5,class:"eyebrow mt-2"},id={__name:"PluginsCard",setup(e){const t=H([]),s=H(""),n=H(!1),i=H(null),o=Xt({}),r=Xt({}),a=H(!1),l=H({name:"",baseURL:"",provider:""});async function g(){try{const O=await te("/api/admin/plugins");t.value=O.plugins||[],s.value=""}catch(O){s.value=O.message}}ct(g);function d(O){var C;if(i.value===O.name){i.value=null;return}const E={};for(const I of O.configFields||[])E[I.key]=((C=O.config)==null?void 0:C[I.key])??"";o[O.name]=E,i.value=O.name}async function b(O,E){n.value=!0,r[O.name]="";try{const C=await te(`/api/admin/plugins/${encodeURIComponent(O.name)}`,{method:"PUT",body:{enabled:E,config:o[O.name]??{}}});r[O.name]=C.warning||f("plugins.saved"),await g()}catch(C){r[O.name]=C.message}finally{n.value=!1}}async function P(O){n.value=!0,r[O.name]=f("plugins.checking");try{const E=await te(`/api/admin/plugins/${encodeURIComponent(O.name)}/health`,{method:"POST"});r[O.name]=`${E.health.status}${E.health.detail?" — "+E.health.detail:""}`,await g()}catch(E){r[O.name]=E.message}finally{n.value=!1}}async function $(O){if(confirm(f("plugins.confirmRemove",{name:O.name}))){n.value=!0;try{await te(`/api/admin/plugins/${encodeURIComponent(O.name)}`,{method:"DELETE"}),i.value===O.name&&(i.value=null),await g()}catch(E){r[O.name]=E.message}finally{n.value=!1}}}async function F(){n.value=!0,s.value="";try{await te("/api/admin/plugins",{method:"POST",body:l.value}),l.value={name:"",baseURL:"",provider:""},a.value=!1,await g()}catch(O){s.value=O.message}finally{n.value=!1}}const k=O=>O==="ok"?"bg-success-soft text-success":O==="degraded"?"bg-warning-soft text-warning":"bg-danger-soft text-danger";return(O,E)=>(y(),T("div",mu,[u("div",bu,[u("div",null,[u("div",vu,m(h(f)("plugins.title")),1),u("p",yu,m(h(f)("plugins.subtitle")),1)]),u("button",{class:"dh-btn-ghost",onClick:E[0]||(E[0]=C=>a.value=!a.value)},m(a.value?h(f)("plugins.cancelRegister"):h(f)("plugins.registerExternal")),1)]),a.value?(y(),T("div",_u,[u("div",wu,[u("div",null,[u("label",xu,m(h(f)("plugins.name")),1),le(u("input",{"onUpdate:modelValue":E[1]||(E[1]=C=>l.value.name=C),class:"dh-input",placeholder:"acme-parts"},null,512),[[ge,l.value.name]])]),u("div",null,[u("label",ku,m(h(f)("plugins.baseUrl")),1),le(u("input",{"onUpdate:modelValue":E[2]||(E[2]=C=>l.value.baseURL=C),class:"dh-input",placeholder:"http://127.0.0.1:9100"},null,512),[[ge,l.value.baseURL]])]),u("div",null,[u("label",Su,m(h(f)("plugins.provider")),1),le(u("input",{"onUpdate:modelValue":E[3]||(E[3]=C=>l.value.provider=C),class:"dh-input",placeholder:"ACME Corp"},null,512),[[ge,l.value.provider]])])]),u("button",{class:"dh-btn mt-3",disabled:n.value||!l.value.name||!l.value.baseURL,onClick:F},m(h(f)("plugins.register")),9,Tu)])):B("",!0),s.value?(y(),T("p",Eu,m(s.value),1)):B("",!0),t.value.length?B("",!0):(y(),T("p",Pu,m(h(f)("plugins.empty")),1)),(y(!0),T(ne,null,$e(t.value,C=>(y(),T("div",{key:C.name,class:"border-t border-subtle first:border-t-0"},[u("div",Cu,[u("button",{class:"flex flex-1 items-center gap-3 text-left",onClick:I=>d(C)},[u("span",$u,m(C.name),1),u("span",Ou,m(C.kind||h(f)("plugins.builtin")),1),C.provider?(y(),T("span",Ru,m(C.provider),1)):B("",!0),C.health?(y(),T("span",{key:1,class:Ue(["dh-pill",k(C.health.status)])},[E[4]||(E[4]=u("span",{class:"h-1.5 w-1.5 rounded-full bg-current"},null,-1)),Re(m(C.health.status),1)],2)):B("",!0)],8,Au),u("span",{class:Ue(["dh-pill",C.enabled?"bg-success-soft text-success":"bg-sunken text-muted"])},m(C.enabled?h(f)("plugins.enabled"):h(f)("plugins.disabled")),3),u("button",{class:"dh-btn-ghost",disabled:n.value,onClick:I=>P(C)},m(h(f)("plugins.health")),9,zu),u("button",{class:"dh-btn-ghost",disabled:n.value,onClick:I=>d(C)},m(i.value===C.name?h(f)("plugins.close"):h(f)("plugins.configure")),9,Du)]),i.value===C.name?(y(),T("div",Iu,[C.baseURL?(y(),T("div",ju,m(C.baseURL),1)):B("",!0),(C.configFields||[]).length?(y(),T("div",Uu,[(y(!0),T(ne,null,$e(C.configFields,I=>(y(),T("div",{key:I.key},[u("label",Nu,[Re(m(I.label||I.key),1),I.required?(y(),T("span",Mu," *")):B("",!0)]),I.type==="select"?le((y(),T("select",{key:0,"onUpdate:modelValue":j=>o[C.name][I.key]=j,class:"dh-select"},[I.required?B("",!0):(y(),T("option",Fu,m(h(f)("plugins.notSet")),1)),(y(!0),T(ne,null,$e(I.options||[],j=>(y(),T("option",{key:j.value,value:j.value},m(j.label||j.value),9,Bu))),128))],8,Lu)),[[ks,o[C.name][I.key]]]):le((y(),T("input",{key:1,"onUpdate:modelValue":j=>o[C.name][I.key]=j,class:"dh-input",type:I.type==="password"?"password":I.type==="number"?"number":"text",placeholder:I.default||"",autocomplete:"off"},null,8,Hu)),[[qa,o[C.name][I.key]]]),I.help?(y(),T("p",Vu,m(I.help),1)):B("",!0)]))),128))])):(y(),T("p",Gu,m(h(f)("plugins.noConfig")),1)),(C.capabilities||[]).length?(y(),T("div",Ku,[u("div",Wu,m(h(f)("plugins.capabilities")),1),u("ul",qu,[(y(!0),T(ne,null,$e(C.capabilities,I=>(y(),T("li",{key:I.id},[u("span",Zu,m(I.id),1),I.method||I.endpoint?(y(),T("span",Ju," — "+m(I.method)+" "+m(I.endpoint),1)):B("",!0),I.description?(y(),T("span",Yu," · "+m(I.description),1)):B("",!0)]))),128))])])):B("",!0),r[C.name]?(y(),T("p",Xu,m(r[C.name]),1)):B("",!0),u("div",Qu,[u("button",{class:"dh-btn",disabled:n.value,onClick:I=>b(C,!0)},m(C.enabled?h(f)("plugins.save"):h(f)("plugins.saveEnable")),9,ed),C.enabled?(y(),T("button",{key:0,class:"dh-btn-ghost",disabled:n.value,onClick:I=>b(C,!1)},m(h(f)("plugins.disable")),9,td)):B("",!0),E[5]||(E[5]=u("span",{class:"flex-1"},null,-1)),C.kind==="external"?(y(),T("button",{key:1,class:"dh-btn-danger",disabled:n.value,onClick:I=>$(C)},m(h(f)("plugins.remove")),9,sd)):B("",!0)]),C.kind!=="external"?(y(),T("p",nd,m(h(f)("plugins.builtinNote")),1)):B("",!0)])):B("",!0)]))),128))]))}},od={class:"dh-card overflow-hidden"},rd={class:"flex items-center justify-between border-b border-subtle px-5 py-4"},ad={class:"text-base font-bold tracking-[-0.02em] text-strong"},ld={class:"mt-0.5 text-xs text-muted"},cd={key:0,class:"border-b border-subtle px-5 py-3 text-xs text-danger"},ud={key:1,class:"border-b border-subtle bg-sunken px-5 py-4"},dd={class:"grid gap-3 sm:grid-cols-2"},pd={class:"dh-label"},fd={class:"dh-label"},hd={class:"dh-label"},gd=["placeholder"],md={class:"dh-label"},bd=["value"],vd={key:0},yd={class:"dh-label"},_d={value:""},wd=["value"],xd={class:"mt-3 flex items-center gap-2"},kd=["disabled"],Sd=["disabled"],Td={key:2,class:"px-5 py-6 text-center text-sm text-muted"},Ed={key:3,class:"w-full text-left text-sm"},Pd={class:"[&>th]:eyebrow [&>th]:px-5 [&>th]:py-2.5 [&>th]:font-medium"},Cd={class:"data px-5 py-2.5 text-xs text-strong"},Ad={key:0,class:"eyebrow ml-1"},$d={class:"px-5 py-2.5 text-body"},Od={class:"px-5 py-2.5 text-body"},Rd={class:"px-5 py-2.5"},zd={class:"px-5 py-2.5 text-right whitespace-nowrap"},Dd=["onClick"],Id=["disabled","onClick"],jd={__name:"UsersCard",setup(e){const t=H([]),s=H([]),n=H(""),i=H(!1),o=H(null),r=H({}),a=je(()=>Ce.value?["user","admin","superadmin"]:["user","admin"]);async function l(){try{const[k,O]=await Promise.all([te("/api/users"),te("/api/orgs")]);t.value=k.users||[],s.value=O.organizations||[],n.value=""}catch(k){n.value=k.message}}ct(l);function g(){var k;o.value="new",r.value={email:"",name:"",password:"",role:"user",organization:Ce.value?"":((k=de.value)==null?void 0:k.organization)||""}}function d(k){o.value=k.id,r.value={email:k.email,name:k.name||"",password:"",role:k.role,organization:k.organization||""}}function b(){o.value=null,n.value=""}async function P(){i.value=!0,n.value="";try{if(o.value==="new")await te("/api/users",{method:"POST",body:r.value});else{const k={...r.value};k.password||delete k.password,await te(`/api/users/${o.value}`,{method:"PATCH",body:k})}o.value=null,await l()}catch(k){n.value=k.message}finally{i.value=!1}}async function $(k){if(confirm(f("users.confirmDelete",{email:k.email}))){i.value=!0,n.value="";try{await te(`/api/users/${k.id}`,{method:"DELETE"}),await l()}catch(O){n.value=O.message}finally{i.value=!1}}}const F=k=>k==="superadmin"?"bg-info-soft text-info":k==="admin"?"bg-warning-soft text-warning":"bg-sunken text-muted";return(k,O)=>(y(),T("div",od,[u("div",rd,[u("div",null,[u("div",ad,m(h(f)("users.title")),1),u("p",ld,m(h(Ce)?h(f)("users.allOrgs"):h(f)("users.yourOrg")),1)]),u("button",{class:"dh-btn",onClick:g},m(h(f)("users.newUser")),1)]),n.value?(y(),T("p",cd,m(n.value),1)):B("",!0),o.value?(y(),T("div",ud,[u("div",dd,[u("div",null,[u("label",pd,m(h(f)("common.email")),1),le(u("input",{"onUpdate:modelValue":O[0]||(O[0]=E=>r.value.email=E),class:"dh-input",type:"email",autocomplete:"off"},null,512),[[ge,r.value.email]])]),u("div",null,[u("label",fd,m(h(f)("common.name")),1),le(u("input",{"onUpdate:modelValue":O[1]||(O[1]=E=>r.value.name=E),class:"dh-input",autocomplete:"off"},null,512),[[ge,r.value.name]])]),u("div",null,[u("label",hd,m(o.value==="new"?h(f)("users.password"):h(f)("users.passwordUnchanged")),1),le(u("input",{"onUpdate:modelValue":O[2]||(O[2]=E=>r.value.password=E),class:"dh-input",type:"password",autocomplete:"new-password",placeholder:h(f)("users.passwordPlaceholder")},null,8,gd),[[ge,r.value.password]])]),u("div",null,[u("label",md,m(h(f)("common.role")),1),le(u("select",{"onUpdate:modelValue":O[3]||(O[3]=E=>r.value.role=E),class:"dh-select"},[(y(!0),T(ne,null,$e(a.value,E=>(y(),T("option",{key:E,value:E},m(E),9,bd))),128))],512),[[ks,r.value.role]])]),h(Ce)?(y(),T("div",vd,[u("label",yd,m(h(f)("common.organization")),1),le(u("select",{"onUpdate:modelValue":O[4]||(O[4]=E=>r.value.organization=E),class:"dh-select"},[u("option",_d,m(h(f)("users.orgNone")),1),(y(!0),T(ne,null,$e(s.value,E=>(y(),T("option",{key:E.id,value:E.id},m(E.name),9,wd))),128))],512),[[ks,r.value.organization]])])):B("",!0)]),u("div",xd,[u("button",{class:"dh-btn",disabled:i.value,onClick:P},m(o.value==="new"?h(f)("common.create"):h(f)("common.save")),9,kd),u("button",{class:"dh-btn-ghost",disabled:i.value,onClick:b},m(h(f)("common.cancel")),9,Sd)])])):B("",!0),t.value.length?(y(),T("table",Ed,[u("thead",null,[u("tr",Pd,[u("th",null,m(h(f)("common.email")),1),u("th",null,m(h(f)("common.name")),1),u("th",null,m(h(f)("common.organization")),1),u("th",null,m(h(f)("common.role")),1),O[5]||(O[5]=u("th",null,null,-1))])]),u("tbody",null,[(y(!0),T(ne,null,$e(t.value,E=>{var C,I;return y(),T("tr",{key:E.id,class:"border-t border-subtle transition-colors hover:bg-sunken"},[u("td",Cd,[Re(m(E.email)+" ",1),E.id===((C=h(de))==null?void 0:C.id)?(y(),T("span",Ad,m(h(f)("users.you")),1)):B("",!0)]),u("td",$d,m(E.name||h(f)("common.empty")),1),u("td",Od,m(E.organizationName||h(f)("common.empty")),1),u("td",Rd,[u("span",{class:Ue(["dh-pill",F(E.role)])},m(E.role),3)]),u("td",zd,[u("button",{class:"dh-btn-ghost",onClick:j=>d(E)},m(h(f)("common.edit")),9,Dd),E.id!==((I=h(de))==null?void 0:I.id)?(y(),T("button",{key:0,class:"dh-btn-danger ml-1.5",disabled:i.value,onClick:j=>$(E)},m(h(f)("common.delete")),9,Id)):B("",!0)])])}),128))])])):(y(),T("p",Td,m(h(f)("users.empty")),1))]))}},Ud={class:"dh-card overflow-hidden"},Nd={class:"flex items-center justify-between border-b border-subtle px-5 py-4"},Md={class:"text-base font-bold tracking-[-0.02em] text-strong"},Ld={class:"mt-0.5 text-xs text-muted"},Fd={key:0,class:"border-b border-subtle px-5 py-3 text-xs text-danger"},Bd={key:1,class:"border-b border-subtle bg-sunken px-5 py-4"},Hd={class:"dh-label"},Vd=["placeholder"],Gd={class:"mt-3 flex items-center gap-2"},Kd=["disabled"],Wd=["disabled"],qd={key:2,class:"px-5 py-6 text-center text-sm text-muted"},Zd={key:3,class:"w-full text-left text-sm"},Jd={class:"[&>th]:eyebrow [&>th]:px-5 [&>th]:py-2.5 [&>th]:font-medium"},Yd={class:"px-5 py-2.5 font-medium text-strong"},Xd={class:"data px-5 py-2.5 text-xs text-muted"},Qd={class:"px-5 py-2.5 text-right whitespace-nowrap"},ep=["onClick"],tp=["disabled","onClick"],sp={__name:"OrgsCard",setup(e){const t=H([]),s=H(""),n=H(!1),i=H(null),o=H(""),r=je(()=>{var k;return((k=de.value)==null?void 0:k.organization)||""}),a=je(()=>Ce.value||!r.value);function l(k){return Ce.value||k.id===r.value}async function g(){if(!gs.value){t.value=[];return}try{const k=await te("/api/orgs");t.value=k.organizations||[],s.value=""}catch(k){s.value=k.message}}ct(g);function d(){i.value="new",o.value=""}function b(k){i.value=k.id,o.value=k.name}function P(){i.value=null,s.value=""}async function $(){n.value=!0,s.value="";try{i.value==="new"?(await te("/api/orgs",{method:"POST",body:{name:o.value}}),Ce.value||await Ss()):await te(`/api/orgs/${i.value}`,{method:"PATCH",body:{name:o.value}}),i.value=null,await g()}catch(k){s.value=k.message}finally{n.value=!1}}async function F(k){const O=!Ce.value&&k.id===r.value;if(confirm(f(O?"orgs.confirmDeleteOwn":"orgs.confirmDelete",{name:k.name}))){n.value=!0,s.value="";try{await te(`/api/orgs/${k.id}`,{method:"DELETE"}),O&&await Ss(),await g()}catch(C){s.value=C.message}finally{n.value=!1}}}return(k,O)=>(y(),T("div",Ud,[u("div",Nd,[u("div",null,[u("div",Md,m(h(Ce)?h(f)("orgs.title"):h(f)("common.organization")),1),u("p",Ld,m(h(Ce)?h(f)("orgs.subtitle"):r.value?h(f)("orgs.subtitleOwn"):h(f)("orgs.subtitleNone")),1)]),a.value?(y(),T("button",{key:0,class:"dh-btn",onClick:d},m(h(f)("orgs.newOrg")),1)):B("",!0)]),s.value?(y(),T("p",Fd,m(s.value),1)):B("",!0),i.value?(y(),T("div",Bd,[u("label",Hd,m(h(f)("common.name")),1),le(u("input",{"onUpdate:modelValue":O[0]||(O[0]=E=>o.value=E),class:"dh-input",placeholder:h(f)("orgs.namePlaceholder"),onKeyup:xo($,["enter"])},null,40,Vd),[[ge,o.value]]),u("div",Gd,[u("button",{class:"dh-btn",disabled:n.value||!o.value.trim(),onClick:$},m(i.value==="new"?h(f)("common.create"):h(f)("common.save")),9,Kd),u("button",{class:"dh-btn-ghost",disabled:n.value,onClick:P},m(h(f)("common.cancel")),9,Wd)])])):B("",!0),t.value.length?(y(),T("table",Zd,[u("thead",null,[u("tr",Jd,[u("th",null,m(h(f)("common.name")),1),u("th",null,m(h(f)("orgs.colId")),1),O[1]||(O[1]=u("th",null,null,-1))])]),u("tbody",null,[(y(!0),T(ne,null,$e(t.value,E=>(y(),T("tr",{key:E.id,class:"border-t border-subtle transition-colors hover:bg-sunken"},[u("td",Yd,m(E.name),1),u("td",Xd,m(E.id),1),u("td",Qd,[l(E)?(y(),T(ne,{key:0},[u("button",{class:"dh-btn-ghost",onClick:C=>b(E)},m(h(f)("common.rename")),9,ep),u("button",{class:"dh-btn-danger ml-1.5",disabled:n.value,onClick:C=>F(E)},m(h(f)("common.delete")),9,tp)],64)):B("",!0)])]))),128))])])):(y(),T("p",qd,m(a.value&&!h(Ce)?h(f)("orgs.createHint"):h(f)("orgs.empty")),1))]))}},np={class:"dh-card overflow-hidden"},ip={class:"border-b border-subtle px-5 py-4"},op={class:"flex items-center justify-between"},rp={class:"text-base font-bold tracking-[-0.02em] text-strong"},ap={class:"eyebrow"},lp={key:0,class:"mt-1.5 text-xs text-muted"},cp={class:"overflow-x-auto"},up={class:"w-full text-left text-sm"},dp={class:"[&>th]:eyebrow [&>th]:px-5 [&>th]:py-2.5 [&>th]:font-medium"},pp={class:"data border-t border-subtle px-5 py-2.5 text-xs whitespace-nowrap"},fp={class:"text-strong"},hp={class:"border-t border-subtle px-5 py-2.5 text-body"},ue={__name:"EndpointTable",props:{title:String,auth:String,endpoints:Array,note:String},setup(e){const t={GET:"text-success",POST:"text-brandtext",PUT:"text-info",PATCH:"text-warning",DELETE:"text-danger"};return(s,n)=>(y(),T("div",np,[u("div",ip,[u("div",op,[u("div",rp,m(e.title),1),u("span",ap,m(e.auth),1)]),e.note?(y(),T("p",lp,m(e.note),1)):B("",!0)]),u("div",cp,[u("table",up,[u("thead",null,[u("tr",dp,[u("th",null,m(h(f)("api.colEndpoint")),1),u("th",null,m(h(f)("api.colDescription")),1)])]),u("tbody",null,[(y(!0),T(ne,null,$e(e.endpoints,i=>(y(),T("tr",{key:i.method+i.path,class:"transition-colors hover:bg-sunken"},[u("td",pp,[u("span",{class:Ue(["font-semibold",t[i.method]])},m(i.method),3),u("span",fp,m(i.path),1)]),u("td",hp,m(i.desc),1)]))),128))])])])]))}},gp={class:"mx-auto flex max-w-4xl flex-col gap-6 px-6 pt-12 pb-16"},mp={class:"flex items-center gap-3"},bp={class:"inline-flex items-center gap-2.5 select-none"},vp={class:"h-8 w-8 shrink-0",viewBox:"0 0 48 48",fill:"none","aria-hidden":"true"},yp={transform:"translate(7 0) skewX(-13)"},_p=["fill"],wp=["fill"],xp=["fill"],kp={class:"eyebrow mt-1.5"},Sp={key:0,class:"data hidden text-xs text-muted sm:inline"},Tp={key:0},Ep={key:1,class:"dh-pill bg-info-soft text-info"},Pp=["value","aria-label"],Cp=["value"],Ap=["title"],$p={key:0,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"1.75",class:"h-4 w-4"},Op={key:1,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"1.75",class:"h-4 w-4"},Rp={key:0,class:"eyebrow py-16 text-center"},zp={class:"flex flex-wrap gap-1.5"},Dp=["onClick"],Ip={key:8,class:"eyebrow text-center"},jp={class:"eyebrow text-center"},Up="{records} is any of service-records, technical-checks, maintenance, fuel-entries, charging-sessions, car-documents, parts.",Np={__name:"App",setup(e){const t=H(!0),s=H("overview");ct(async()=>{await ec(),t.value=!1});const n=je(()=>{const pe=[{id:"overview",label:f("sections.overview")}];return gs.value&&pe.push({id:"users",label:f("sections.users")}),(gs.value||de.value)&&pe.push({id:"orgs",label:f("sections.orgs")}),Ce.value&&pe.push({id:"server",label:f("sections.server")},{id:"pocketbase",label:f("sections.pocketbase")},{id:"webapp",label:f("sections.webapp")},{id:"plugins",label:f("sections.plugins")}),pe.push({id:"api",label:f("sections.api")}),pe}),i=je(()=>Gl.map(pe=>{let se=pe;try{se=new Intl.DisplayNames([pe],{type:"language"}).of(pe)||pe}catch{}return{code:pe,label:se.charAt(0).toUpperCase()+se.slice(1)}}));function o(){Pn(),s.value="overview"}const r=je(()=>Ct.value==="dark"?["#60a5fa","#93c5fd","#ffffff"]:["var(--brand-700)","var(--brand-500)","var(--brand-400)"]),a=[{method:"GET",path:"/api/health",desc:"Liveness probe (no auth)"},{method:"GET",path:"/healthz",desc:"The same probe under the conventional container path"},{method:"GET",path:"/api/status",desc:"Health of PocketBase + Web App"},{method:"POST",path:"/api/auth/login",desc:"Exchange email + password for a PocketBase token"},{method:"GET",path:"/api/auth/validate",desc:"Check whether a token is still valid"}],l=[{method:"GET",path:"/api/auth/me",desc:"Identity of the bearer token"},{method:"GET",path:"/api/identity",desc:"Identity incl. role + organization"}],g=[{method:"GET",path:"/api/cars",desc:"List owned + shared cars"},{method:"POST",path:"/api/cars",desc:"Create a car"},{method:"GET",path:"/api/cars/{id}",desc:"Fetch one car"},{method:"PATCH",path:"/api/cars/{id}",desc:"Update a car"},{method:"PUT",path:"/api/cars/{id}/view",desc:"Save the car's layout — hidden tabs/fields/columns and their order"},{method:"DELETE",path:"/api/cars/{id}",desc:"Delete a car (owner only)"},{method:"GET",path:"/api/cars/{id}/service-records",desc:"A car's service history"},{method:"GET",path:"/api/cars/{id}/technical-checks",desc:"A car's roadworthiness inspections"},{method:"GET",path:"/api/cars/{id}/parts",desc:"A car's parts catalog"},{method:"GET",path:"/api/cars/{id}/fuel-entries",desc:"A car's refuelings"},{method:"GET",path:"/api/cars/{id}/fuel-stats",desc:"Consumption + cost totals from the fuel log"},{method:"GET",path:"/api/cars/{id}/charging-sessions",desc:"A car's charging sessions"},{method:"GET",path:"/api/cars/{id}/charging-stats",desc:"Energy + cost totals from the charging log"},{method:"GET",path:"/api/cars/{id}/maintenance",desc:"A car's maintenance log"},{method:"GET",path:"/api/cars/{id}/documents",desc:"A car's documents"},{method:"GET",path:"/api/cars/{id}/reminders",desc:"A car's reminders"},{method:"GET",path:"/api/cars/{id}/provider",desc:"Live snapshot from the car's connected service"},{method:"POST",path:"/api/cars/{id}/provider",desc:"Link the car to a provider vehicle (an empty provider unlinks)"},{method:"POST",path:"/api/cars/{id}/provider/sync",desc:"Re-apply the provider's data to the car"},{method:"GET",path:"/api/cars/{id}/shares",desc:"Who a car is shared with (owner)"},{method:"POST",path:"/api/cars/{id}/shares",desc:"Share a car by email (owner)"},{method:"DELETE",path:"/api/cars/{id}/shares/{userId}",desc:"Revoke a share (owner)"}],d=[{method:"GET",path:"/api/service-records",desc:"List one car's service records (?car={id})"},{method:"POST",path:"/api/service-records",desc:"Log a service record"},{method:"GET",path:"/api/service-records/{id}",desc:"Fetch one record"},{method:"PATCH",path:"/api/service-records/{id}",desc:"Update a record"},{method:"DELETE",path:"/api/service-records/{id}",desc:"Delete a record"}],b=[{method:"GET",path:"/api/technical-checks",desc:"List one car's inspections (?car={id})"},{method:"POST",path:"/api/technical-checks",desc:"Log an inspection"},{method:"GET",path:"/api/technical-checks/{id}",desc:"Fetch one inspection"},{method:"PATCH",path:"/api/technical-checks/{id}",desc:"Update an inspection"},{method:"DELETE",path:"/api/technical-checks/{id}",desc:"Delete an inspection"}],P=[{method:"GET",path:"/api/parts",desc:"List one car's parts (?car={id})"},{method:"POST",path:"/api/parts",desc:"Add a part"},{method:"GET",path:"/api/parts/{id}",desc:"Fetch one part"},{method:"PATCH",path:"/api/parts/{id}",desc:"Update a part"},{method:"DELETE",path:"/api/parts/{id}",desc:"Delete a part"}],$=[{method:"GET",path:"/api/fuel-entries",desc:"List one car's refuelings (?car={id})"},{method:"POST",path:"/api/fuel-entries",desc:"Log a refueling"},{method:"GET",path:"/api/fuel-entries/{id}",desc:"Fetch one refueling"},{method:"PATCH",path:"/api/fuel-entries/{id}",desc:"Update a refueling"},{method:"DELETE",path:"/api/fuel-entries/{id}",desc:"Delete a refueling"}],F=[{method:"GET",path:"/api/charging-sessions",desc:"List one car's charging sessions (?car={id})"},{method:"POST",path:"/api/charging-sessions",desc:"Log a charging session"},{method:"GET",path:"/api/charging-sessions/{id}",desc:"Fetch one session"},{method:"PATCH",path:"/api/charging-sessions/{id}",desc:"Update a session"},{method:"DELETE",path:"/api/charging-sessions/{id}",desc:"Delete a session"}],k=[{method:"GET",path:"/api/maintenance",desc:"List one car's maintenance jobs (?car={id})"},{method:"POST",path:"/api/maintenance",desc:"Log a maintenance job"},{method:"GET",path:"/api/maintenance/{id}",desc:"Fetch one job"},{method:"PATCH",path:"/api/maintenance/{id}",desc:"Update a job"},{method:"DELETE",path:"/api/maintenance/{id}",desc:"Delete a job"}],O=[{method:"GET",path:"/api/car-documents",desc:"List one car's documents (?car={id})"},{method:"POST",path:"/api/car-documents",desc:"Add a document"},{method:"GET",path:"/api/car-documents/{id}",desc:"Fetch one document"},{method:"PATCH",path:"/api/car-documents/{id}",desc:"Update a document"},{method:"DELETE",path:"/api/car-documents/{id}",desc:"Delete a document"}],E=[{method:"GET",path:"/api/reminders",desc:"List one car's reminders (?car={id})"},{method:"POST",path:"/api/reminders",desc:"Create a reminder"},{method:"GET",path:"/api/reminders/{id}",desc:"Fetch one reminder"},{method:"PATCH",path:"/api/reminders/{id}",desc:"Update a reminder"},{method:"DELETE",path:"/api/reminders/{id}",desc:"Delete a reminder"},{method:"POST",path:"/api/reminders/{id}/complete",desc:"Mark done — a recurring reminder rolls forward from now"}],C=[{method:"POST",path:"/api/{records}/{id}/file",desc:"Attach a file, replacing any previous one (PDF or image, max 10 MB)"},{method:"GET",path:"/api/{records}/{id}/file",desc:"Download the attachment (car access re-checked on every request)"},{method:"DELETE",path:"/api/{records}/{id}/file",desc:"Detach and delete the file"}],I=[{method:"GET",path:"/api/vehicle-providers",desc:"Registered providers and whether the caller can use each one"},{method:"GET",path:"/api/vehicle-providers/{provider}/vehicles",desc:"Vehicles on the caller's provider account, as importable cars"},{method:"POST",path:"/api/vehicle-providers/{provider}/import",desc:"Create a car from a provider vehicle (409 if already imported)"}],j=[{method:"GET",path:"/api/integrations/toyota",desc:"Resolved Toyota Connected settings (secrets masked)"},{method:"PUT",path:"/api/integrations/toyota",desc:"Save the caller's own layer (user or org scope)"},{method:"POST",path:"/api/integrations/toyota/health",desc:"Live probe with the resolved credentials"},{method:"GET",path:"/api/integrations/toyota/vehicles",desc:"Raw MyToyota vehicle payload"},{method:"GET",path:"/api/integrations/anker-solix",desc:"Resolved Anker Solix settings (secrets masked)"},{method:"PUT",path:"/api/integrations/anker-solix",desc:"Save the caller's own layer (user or org scope)"},{method:"POST",path:"/api/integrations/anker-solix/health",desc:"Live probe with the resolved credentials"},{method:"GET",path:"/api/integrations/anker-solix/chargers",desc:"EV chargers on the linked Anker account"},{method:"GET",path:"/api/integrations/anker-solix/chargers/{sn}/control",desc:"Control mode, token state and live CSMS session for one charger"},{method:"POST",path:"/api/integrations/anker-solix/chargers/{sn}/control/token",desc:"(Re)issue the charger's control token"},{method:"DELETE",path:"/api/integrations/anker-solix/chargers/{sn}/control/token",desc:"Revoke the control token"},{method:"POST",path:"/api/integrations/anker-solix/chargers/{sn}/{action}",desc:"One OCPP command: start, stop, limit, clear-limit, availability, reset, unlock, trigger, config"}],re=[{method:"GET",path:"/ocpp/{serial}",desc:"WebSocket the charger dials out to; OCPP Basic auth with the serial + its control token"}],Ee=[{method:"GET",path:"/api/me",desc:"Current user profile"},{method:"PATCH",path:"/api/me",desc:"Update profile"},{method:"POST",path:"/api/me/password",desc:"Change password"},{method:"POST",path:"/api/me/avatar",desc:"Upload avatar"},{method:"GET",path:"/api/me/avatar",desc:"Fetch avatar"},{method:"DELETE",path:"/api/me/avatar",desc:"Remove avatar"},{method:"POST",path:"/api/me/verify/request",desc:"Request email verification"},{method:"GET",path:"/api/me/export",desc:"Export your data"},{method:"POST",path:"/api/me/import",desc:"Import data"},{method:"POST",path:"/api/me/delete",desc:"Request account deletion"},{method:"POST",path:"/api/me/delete/cancel",desc:"Cancel deletion request"},{method:"DELETE",path:"/api/me",desc:"Finalize account deletion"}],Pe=[{method:"GET",path:"/api/users",desc:"List users (scoped by role)"},{method:"POST",path:"/api/users",desc:"Create a user"},{method:"PATCH",path:"/api/users/{id}",desc:"Update email / name / role / org / password"},{method:"DELETE",path:"/api/users/{id}",desc:"Delete a user"},{method:"GET",path:"/api/orgs",desc:"List organizations"},{method:"POST",path:"/api/orgs",desc:"Create an organization (any user without one; creator becomes admin)"},{method:"PATCH",path:"/api/orgs/{id}",desc:"Rename an organization (own org; any as superadmin)"},{method:"DELETE",path:"/api/orgs/{id}",desc:"Delete an organization (own org; any as superadmin)"}],Le=[{method:"GET",path:"/api/admin/pb-config",desc:"PocketBase connection + live probe"},{method:"POST",path:"/api/admin/pb-config/test",desc:"Probe a candidate connection"},{method:"PUT",path:"/api/admin/pb-config",desc:"Apply + persist a connection"},{method:"GET",path:"/api/admin/server-config",desc:"This server's display name"},{method:"PUT",path:"/api/admin/server-config",desc:"Rename this server (applied + persisted)"},{method:"GET",path:"/api/admin/webapp-config",desc:"Web App URL + CORS origins, with a live probe"},{method:"POST",path:"/api/admin/webapp-config/test",desc:"Probe a candidate Web App address"},{method:"PUT",path:"/api/admin/webapp-config",desc:"Apply + persist Web App settings"},{method:"GET",path:"/api/admin/plugins",desc:"List plugins (secrets masked)"},{method:"POST",path:"/api/admin/plugins",desc:"Register an external plugin"},{method:"GET",path:"/api/admin/plugins/{name}",desc:"Fetch one plugin"},{method:"PUT",path:"/api/admin/plugins/{name}",desc:"Enable/disable + configure"},{method:"DELETE",path:"/api/admin/plugins/{name}",desc:"Remove an external plugin"},{method:"POST",path:"/api/admin/plugins/{name}/health",desc:"Run a health check now"}];return(pe,se)=>(y(),T("div",gp,[u("div",mp,[u("span",bp,[(y(),T("svg",vp,[u("g",yp,[u("rect",{x:"9",y:"16",width:"6",height:"16",rx:"3",fill:r.value[0]},null,8,_p),u("rect",{x:"19",y:"12",width:"6",height:"24",rx:"3",fill:r.value[1]},null,8,wp),u("rect",{x:"29",y:"8",width:"6",height:"32",rx:"3",fill:r.value[2]},null,8,xp)])])),se[2]||(se[2]=u("span",{class:"text-2xl leading-none font-extrabold tracking-[-0.03em] italic"},[u("span",{class:"text-strong"},"Driver"),u("span",{class:"text-brandtext"},"Vault")],-1))]),u("span",kp,m(h(f)("app.apiServer")),1),se[5]||(se[5]=u("div",{class:"flex-1"},null,-1)),h(de)?(y(),T("span",Sp,[Re(m(h(de).email),1),h(de).organizationName?(y(),T("span",Tp," · "+m(h(de).organizationName),1)):B("",!0)])):B("",!0),h(de)?(y(),T("span",Ep,m(h(de).role),1)):B("",!0),u("select",{class:"dh-select !w-auto !py-1 !text-xs",value:h(En),"aria-label":h(f)("sections.overview"),onChange:se[0]||(se[0]=ce=>h(Wl)(ce.target.value))},[(y(!0),T(ne,null,$e(i.value,ce=>(y(),T("option",{key:ce.code,value:ce.code},m(ce.label),9,Cp))),128))],40,Pp),u("button",{class:"dh-btn-ghost",title:h(Ct)==="dark"?h(f)("app.switchToLight"):h(f)("app.switchToDark"),onClick:se[1]||(se[1]=(...ce)=>h(fi)&&h(fi)(...ce))},[h(Ct)==="dark"?(y(),T("svg",$p,[...se[3]||(se[3]=[u("circle",{cx:"12",cy:"12",r:"4"},null,-1),u("path",{"stroke-linecap":"round",d:"M12 2v2M12 20v2M4.9 4.9l1.4 1.4M17.7 17.7l1.4 1.4M2 12h2M20 12h2M4.9 19.1l1.4-1.4M17.7 6.3l1.4-1.4"},null,-1)])])):(y(),T("svg",Op,[...se[4]||(se[4]=[u("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M21 12.8A9 9 0 1 1 11.2 3a7 7 0 0 0 9.8 9.8Z"},null,-1)])])),Re(" "+m(h(f)("app.theme")),1)],8,Ap),h(zt)?(y(),T("button",{key:2,class:"dh-btn-ghost",onClick:o},m(h(f)("app.signOut")),1)):B("",!0)]),t.value?(y(),T("p",Rp,m(h(f)("app.loading")),1)):h(zt)?(y(),T(ne,{key:2},[u("nav",zp,[(y(!0),T(ne,null,$e(n.value,ce=>(y(),T("button",{key:ce.id,class:Ue(["dh-btn-ghost",s.value===ce.id?"border-accent text-brandtext":""]),onClick:It=>s.value=ce.id},m(ce.label),11,Dp))),128))]),s.value==="overview"?(y(),tt(xc,{key:0})):s.value==="users"?(y(),tt(jd,{key:1})):s.value==="orgs"?(y(),tt(sp,{key:2})):s.value==="server"?(y(),tt(Qc,{key:3})):s.value==="pocketbase"?(y(),tt(Lc,{key:4})):s.value==="webapp"?(y(),tt(gu,{key:5})):s.value==="plugins"?(y(),tt(id,{key:6})):s.value==="api"?(y(),T(ne,{key:7},[Y(ue,{title:h(f)("api.groupPublic"),auth:h(f)("api.authNone"),endpoints:a},null,8,["title","auth"]),Y(ue,{title:h(f)("api.groupIdentity"),auth:h(f)("api.authBearer"),endpoints:l},null,8,["title","auth"]),Y(ue,{title:h(f)("api.groupCars"),auth:h(f)("api.authBearer"),endpoints:g},null,8,["title","auth"]),Y(ue,{title:h(f)("api.groupService"),auth:h(f)("api.authBearer"),endpoints:d},null,8,["title","auth"]),Y(ue,{title:h(f)("api.groupTechnical"),auth:h(f)("api.authBearer"),endpoints:b},null,8,["title","auth"]),Y(ue,{title:h(f)("api.groupParts"),auth:h(f)("api.authBearer"),endpoints:P},null,8,["title","auth"]),Y(ue,{title:h(f)("api.groupFuel"),auth:h(f)("api.authBearer"),endpoints:$},null,8,["title","auth"]),Y(ue,{title:h(f)("api.groupCharging"),auth:h(f)("api.authBearer"),endpoints:F},null,8,["title","auth"]),Y(ue,{title:h(f)("api.groupMaintenance"),auth:h(f)("api.authBearer"),endpoints:k},null,8,["title","auth"]),Y(ue,{title:h(f)("api.groupDocuments"),auth:h(f)("api.authBearer"),endpoints:O},null,8,["title","auth"]),Y(ue,{title:h(f)("api.groupReminders"),auth:h(f)("api.authBearer"),endpoints:E},null,8,["title","auth"]),Y(ue,{title:h(f)("api.groupAttachments"),auth:h(f)("api.authBearer"),endpoints:C,note:Up},null,8,["title","auth"]),Y(ue,{title:h(f)("api.groupProviders"),auth:h(f)("api.authBearer"),endpoints:I},null,8,["title","auth"]),Y(ue,{title:h(f)("api.groupIntegrations"),auth:h(f)("api.authBearer"),endpoints:j},null,8,["title","auth"]),Y(ue,{title:h(f)("api.groupOcpp"),auth:h(f)("api.authCharger"),endpoints:re},null,8,["title","auth"]),Y(ue,{title:h(f)("api.groupAccount"),auth:h(f)("api.authBearer"),endpoints:Ee},null,8,["title","auth"]),Y(ue,{title:h(f)("api.groupManagement"),auth:h(f)("api.authManager"),endpoints:Pe},null,8,["title","auth"]),Y(ue,{title:h(f)("api.groupSuperadmin"),auth:h(f)("api.authSuperadmin"),endpoints:Le},null,8,["title","auth"])],64)):B("",!0),!h(gs)&&s.value==="overview"?(y(),T("p",Ip,m(h(f)("app.standardUserNote")),1)):B("",!0)],64)):(y(),tt(uc,{key:1})),u("p",jp,m(h(f)("app.footer")),1)]))}};sl(Np).mount("#app");