diff --git a/API/AcheiUnB/__pycache__/__init__.cpython-312.pyc b/API/AcheiUnB/__pycache__/__init__.cpython-312.pyc index 33c9d177..259941fd 100644 Binary files a/API/AcheiUnB/__pycache__/__init__.cpython-312.pyc and b/API/AcheiUnB/__pycache__/__init__.cpython-312.pyc differ diff --git a/API/AcheiUnB/__pycache__/urls.cpython-312.pyc b/API/AcheiUnB/__pycache__/urls.cpython-312.pyc index ef02e5ee..7fd5036e 100644 Binary files a/API/AcheiUnB/__pycache__/urls.cpython-312.pyc and b/API/AcheiUnB/__pycache__/urls.cpython-312.pyc differ diff --git a/API/AcheiUnB/__pycache__/wsgi.cpython-312.pyc b/API/AcheiUnB/__pycache__/wsgi.cpython-312.pyc index e07b1422..0c04c3fb 100644 Binary files a/API/AcheiUnB/__pycache__/wsgi.cpython-312.pyc and b/API/AcheiUnB/__pycache__/wsgi.cpython-312.pyc differ diff --git a/API/AcheiUnB/settings.py b/API/AcheiUnB/settings.py index 96c0e2e1..0bd785f8 100644 --- a/API/AcheiUnB/settings.py +++ b/API/AcheiUnB/settings.py @@ -27,7 +27,7 @@ # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = [] +ALLOWED_HOSTS = ['0.0.0.0'] # Application definition @@ -100,7 +100,7 @@ TEMPLATES = [ { "BACKEND": "django.template.backends.django.DjangoTemplates", - "DIRS": [], + "DIRS": [BASE_DIR / "templates"], "APP_DIRS": True, "OPTIONS": { "context_processors": [ @@ -182,7 +182,11 @@ # Static files (CSS, JavaScript, Images) # https://docs.djangoproject.com/en/5.1/howto/static-files/ -STATIC_URL = "static/" +STATIC_URL = '/static/' + +STATICFILES_DIRS = [ + os.path.join(BASE_DIR, "AcheiUnB/static/dist"), # Diretório dos arquivos do Vue.js +] # Default primary key field type # https://docs.djangoproject.com/en/5.1/ref/settings/#default-auto-field diff --git a/API/AcheiUnB/static/dist/index-BM3zXh8p.css b/API/AcheiUnB/static/dist/index-BM3zXh8p.css new file mode 100644 index 00000000..1f036e72 --- /dev/null +++ b/API/AcheiUnB/static/dist/index-BM3zXh8p.css @@ -0,0 +1 @@ +*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*! tailwindcss v3.4.15 | MIT License | https://tailwindcss.com*/*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.fixed{position:fixed}.inset-0{top:0;right:0;bottom:0;left:0}.z-50{z-index:50}.mb-20{margin-bottom:5rem}.mb-4{margin-bottom:1rem}.ml-8{margin-left:2rem}.mr-2{margin-right:.5rem}.mt-20{margin-top:5rem}.mt-52{margin-top:13rem}.flex{display:flex}.hidden{display:none}.h-6{height:1.5rem}.h-screen{height:100vh}.w-auto{width:auto}.max-w-72{max-width:18rem}.items-center{align-items:center}.justify-center{justify-content:center}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.rounded-full{border-radius:9999px}.bg-azul{--tw-bg-opacity: 1;background-color:rgb(19 62 120 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.p-4{padding:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.text-5xl{font-size:3rem;line-height:1}.font-bold{font-weight:700}.font-light{font-weight:300}.font-medium{font-weight:500}.italic{font-style:italic}.text-azul{--tw-text-opacity: 1;color:rgb(19 62 120 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-inset{--tw-ring-inset: inset}.ring-gray-500\/10{--tw-ring-color: rgb(107 114 128 / .1)}@media (min-width: 768px){.md\:mb-52{margin-bottom:13rem}.md\:mr-8{margin-right:2rem}.md\:flex{display:flex}.md\:w-auto{width:auto}.md\:max-w-none{max-width:none}.md\:justify-center{justify-content:center}.md\:text-center{text-align:center}.md\:text-6xl{font-size:3.75rem;line-height:1}}.fade-out[data-v-e49d3775]{animation:fadeOut-e49d3775 1s forwards}@keyframes fadeOut-e49d3775{0%{opacity:1}to{opacity:0}}.fade-in[data-v-e49d3775]{animation:fadeIn-e49d3775 1s forwards}@keyframes fadeIn-e49d3775{0%{opacity:0}to{opacity:1}} diff --git a/API/AcheiUnB/static/dist/index-CsmleIEa.js b/API/AcheiUnB/static/dist/index-CsmleIEa.js new file mode 100644 index 00000000..c300f56a --- /dev/null +++ b/API/AcheiUnB/static/dist/index-CsmleIEa.js @@ -0,0 +1,21 @@ +(function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const r of document.querySelectorAll('link[rel="modulepreload"]'))s(r);new MutationObserver(r=>{for(const i of r)if(i.type==="childList")for(const o of i.addedNodes)o.tagName==="LINK"&&o.rel==="modulepreload"&&s(o)}).observe(document,{childList:!0,subtree:!0});function n(r){const i={};return r.integrity&&(i.integrity=r.integrity),r.referrerPolicy&&(i.referrerPolicy=r.referrerPolicy),r.crossOrigin==="use-credentials"?i.credentials="include":r.crossOrigin==="anonymous"?i.credentials="omit":i.credentials="same-origin",i}function s(r){if(r.ep)return;r.ep=!0;const i=n(r);fetch(r.href,i)}})();/** +* @vue/shared v3.5.13 +* (c) 2018-present Yuxi (Evan) You and Vue contributors +* @license MIT +**//*! #__NO_SIDE_EFFECTS__ */function ts(e){const t=Object.create(null);for(const n of e.split(","))t[n]=1;return n=>n in t}const X={},yt=[],je=()=>{},Li=()=>!1,pn=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),ns=e=>e.startsWith("onUpdate:"),se=Object.assign,ss=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},$i=Object.prototype.hasOwnProperty,W=(e,t)=>$i.call(e,t),j=Array.isArray,It=e=>gn(e)==="[object Map]",Hi=e=>gn(e)==="[object Set]",B=e=>typeof e=="function",re=e=>typeof e=="string",Rt=e=>typeof e=="symbol",te=e=>e!==null&&typeof e=="object",_r=e=>(te(e)||B(e))&&B(e.then)&&B(e.catch),Ni=Object.prototype.toString,gn=e=>Ni.call(e),ji=e=>gn(e).slice(8,-1),Di=e=>gn(e)==="[object Object]",rs=e=>re(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,Ft=ts(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),mn=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},Bi=/-(\w)/g,nt=mn(e=>e.replace(Bi,(t,n)=>n?n.toUpperCase():"")),Ui=/\B([A-Z])/g,dt=mn(e=>e.replace(Ui,"-$1").toLowerCase()),vr=mn(e=>e.charAt(0).toUpperCase()+e.slice(1)),Pn=mn(e=>e?`on${vr(e)}`:""),tt=(e,t)=>!Object.is(e,t),On=(e,...t)=>{for(let n=0;n{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:s,value:n})},Ki=e=>{const t=parseFloat(e);return isNaN(t)?e:t};let Cs;const _n=()=>Cs||(Cs=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function is(e){if(j(e)){const t={};for(let n=0;n{if(n){const s=n.split(Wi);s.length>1&&(t[s[0].trim()]=s[1].trim())}}),t}function vn(e){let t="";if(re(e))t=e;else if(j(e))for(let n=0;n0)return;if($t){let t=$t;for($t=void 0;t;){const n=t.next;t.next=void 0,t.flags&=-9,t=n}}let e;for(;Lt;){let t=Lt;for(Lt=void 0;t;){const n=t.next;if(t.next=void 0,t.flags&=-9,t.flags&1)try{t.trigger()}catch(s){e||(e=s)}t=n}}if(e)throw e}function Sr(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function Rr(e){let t,n=e.depsTail,s=n;for(;s;){const r=s.prevDep;s.version===-1?(s===n&&(n=r),cs(s),Ji(s)):t=s,s.dep.activeLink=s.prevActiveLink,s.prevActiveLink=void 0,s=r}e.deps=t,e.depsTail=n}function Un(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(Cr(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function Cr(e){if(e.flags&4&&!(e.flags&16)||(e.flags&=-17,e.globalVersion===Kt))return;e.globalVersion=Kt;const t=e.dep;if(e.flags|=2,t.version>0&&!e.isSSR&&e.deps&&!Un(e)){e.flags&=-3;return}const n=J,s=Re;J=e,Re=!0;try{Sr(e);const r=e.fn(e._value);(t.version===0||tt(r,e._value))&&(e._value=r,t.version++)}catch(r){throw t.version++,r}finally{J=n,Re=s,Rr(e),e.flags&=-3}}function cs(e,t=!1){const{dep:n,prevSub:s,nextSub:r}=e;if(s&&(s.nextSub=r,e.prevSub=void 0),r&&(r.prevSub=s,e.nextSub=void 0),n.subs===e&&(n.subs=s,!s&&n.computed)){n.computed.flags&=-5;for(let i=n.computed.deps;i;i=i.nextDep)cs(i,!0)}!t&&!--n.sc&&n.map&&n.map.delete(n.key)}function Ji(e){const{prevDep:t,nextDep:n}=e;t&&(t.nextDep=n,e.prevDep=void 0),n&&(n.prevDep=t,e.nextDep=void 0)}let Re=!0;const Pr=[];function st(){Pr.push(Re),Re=!1}function rt(){const e=Pr.pop();Re=e===void 0?!0:e}function Ps(e){const{cleanup:t}=e;if(e.cleanup=void 0,t){const n=J;J=void 0;try{t()}finally{J=n}}}let Kt=0;class Xi{constructor(t,n){this.sub=t,this.dep=n,this.version=n.version,this.nextDep=this.prevDep=this.nextSub=this.prevSub=this.prevActiveLink=void 0}}class fs{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}track(t){if(!J||!Re||J===this.computed)return;let n=this.activeLink;if(n===void 0||n.sub!==J)n=this.activeLink=new Xi(J,this),J.deps?(n.prevDep=J.depsTail,J.depsTail.nextDep=n,J.depsTail=n):J.deps=J.depsTail=n,Or(n);else if(n.version===-1&&(n.version=this.version,n.nextDep)){const s=n.nextDep;s.prevDep=n.prevDep,n.prevDep&&(n.prevDep.nextDep=s),n.prevDep=J.depsTail,n.nextDep=void 0,J.depsTail.nextDep=n,J.depsTail=n,J.deps===n&&(J.deps=s)}return n}trigger(t){this.version++,Kt++,this.notify(t)}notify(t){os();try{for(let n=this.subs;n;n=n.prevSub)n.sub.notify()&&n.sub.dep.notify()}finally{ls()}}}function Or(e){if(e.dep.sc++,e.sub.flags&4){const t=e.dep.computed;if(t&&!e.dep.subs){t.flags|=20;for(let s=t.deps;s;s=s.nextDep)Or(s)}const n=e.dep.subs;n!==e&&(e.prevSub=n,n&&(n.nextSub=e)),e.dep.subs=e}}const Kn=new WeakMap,ft=Symbol(""),Vn=Symbol(""),Vt=Symbol("");function le(e,t,n){if(Re&&J){let s=Kn.get(e);s||Kn.set(e,s=new Map);let r=s.get(n);r||(s.set(n,r=new fs),r.map=s,r.key=n),r.track()}}function We(e,t,n,s,r,i){const o=Kn.get(e);if(!o){Kt++;return}const c=l=>{l&&l.trigger()};if(os(),t==="clear")o.forEach(c);else{const l=j(e),h=l&&rs(n);if(l&&n==="length"){const a=Number(s);o.forEach((d,g)=>{(g==="length"||g===Vt||!Rt(g)&&g>=a)&&c(d)})}else switch((n!==void 0||o.has(void 0))&&c(o.get(n)),h&&c(o.get(Vt)),t){case"add":l?h&&c(o.get("length")):(c(o.get(ft)),It(e)&&c(o.get(Vn)));break;case"delete":l||(c(o.get(ft)),It(e)&&c(o.get(Vn)));break;case"set":It(e)&&c(o.get(ft));break}}ls()}function mt(e){const t=V(e);return t===e?t:(le(t,"iterate",Vt),Ce(e)?t:t.map(ue))}function us(e){return le(e=V(e),"iterate",Vt),e}const Zi={__proto__:null,[Symbol.iterator](){return Tn(this,Symbol.iterator,ue)},concat(...e){return mt(this).concat(...e.map(t=>j(t)?mt(t):t))},entries(){return Tn(this,"entries",e=>(e[1]=ue(e[1]),e))},every(e,t){return Ue(this,"every",e,t,void 0,arguments)},filter(e,t){return Ue(this,"filter",e,t,n=>n.map(ue),arguments)},find(e,t){return Ue(this,"find",e,t,ue,arguments)},findIndex(e,t){return Ue(this,"findIndex",e,t,void 0,arguments)},findLast(e,t){return Ue(this,"findLast",e,t,ue,arguments)},findLastIndex(e,t){return Ue(this,"findLastIndex",e,t,void 0,arguments)},forEach(e,t){return Ue(this,"forEach",e,t,void 0,arguments)},includes(...e){return Mn(this,"includes",e)},indexOf(...e){return Mn(this,"indexOf",e)},join(e){return mt(this).join(e)},lastIndexOf(...e){return Mn(this,"lastIndexOf",e)},map(e,t){return Ue(this,"map",e,t,void 0,arguments)},pop(){return Ot(this,"pop")},push(...e){return Ot(this,"push",e)},reduce(e,...t){return Os(this,"reduce",e,t)},reduceRight(e,...t){return Os(this,"reduceRight",e,t)},shift(){return Ot(this,"shift")},some(e,t){return Ue(this,"some",e,t,void 0,arguments)},splice(...e){return Ot(this,"splice",e)},toReversed(){return mt(this).toReversed()},toSorted(e){return mt(this).toSorted(e)},toSpliced(...e){return mt(this).toSpliced(...e)},unshift(...e){return Ot(this,"unshift",e)},values(){return Tn(this,"values",ue)}};function Tn(e,t,n){const s=us(e),r=s[t]();return s!==e&&!Ce(e)&&(r._next=r.next,r.next=()=>{const i=r._next();return i.value&&(i.value=n(i.value)),i}),r}const eo=Array.prototype;function Ue(e,t,n,s,r,i){const o=us(e),c=o!==e&&!Ce(e),l=o[t];if(l!==eo[t]){const d=l.apply(e,i);return c?ue(d):d}let h=n;o!==e&&(c?h=function(d,g){return n.call(this,ue(d),g,e)}:n.length>2&&(h=function(d,g){return n.call(this,d,g,e)}));const a=l.call(o,h,s);return c&&r?r(a):a}function Os(e,t,n,s){const r=us(e);let i=n;return r!==e&&(Ce(e)?n.length>3&&(i=function(o,c,l){return n.call(this,o,c,l,e)}):i=function(o,c,l){return n.call(this,o,ue(c),l,e)}),r[t](i,...s)}function Mn(e,t,n){const s=V(e);le(s,"iterate",Vt);const r=s[t](...n);return(r===-1||r===!1)&&hs(n[0])?(n[0]=V(n[0]),s[t](...n)):r}function Ot(e,t,n=[]){st(),os();const s=V(e)[t].apply(e,n);return ls(),rt(),s}const to=ts("__proto__,__v_isRef,__isVue"),Ar=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(Rt));function no(e){Rt(e)||(e=String(e));const t=V(this);return le(t,"has",e),t.hasOwnProperty(e)}class Tr{constructor(t=!1,n=!1){this._isReadonly=t,this._isShallow=n}get(t,n,s){if(n==="__v_skip")return t.__v_skip;const r=this._isReadonly,i=this._isShallow;if(n==="__v_isReactive")return!r;if(n==="__v_isReadonly")return r;if(n==="__v_isShallow")return i;if(n==="__v_raw")return s===(r?i?ho:Lr:i?Fr:Ir).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(s)?t:void 0;const o=j(t);if(!r){let l;if(o&&(l=Zi[n]))return l;if(n==="hasOwnProperty")return no}const c=Reflect.get(t,n,ce(t)?t:s);return(Rt(n)?Ar.has(n):to(n))||(r||le(t,"get",n),i)?c:ce(c)?o&&rs(n)?c:c.value:te(c)?r?Hr(c):yn(c):c}}class Mr extends Tr{constructor(t=!1){super(!1,t)}set(t,n,s,r){let i=t[n];if(!this._isShallow){const l=at(i);if(!Ce(s)&&!at(s)&&(i=V(i),s=V(s)),!j(t)&&ce(i)&&!ce(s))return l?!1:(i.value=s,!0)}const o=j(t)&&rs(n)?Number(n)e,Zt=e=>Reflect.getPrototypeOf(e);function lo(e,t,n){return function(...s){const r=this.__v_raw,i=V(r),o=It(i),c=e==="entries"||e===Symbol.iterator&&o,l=e==="keys"&&o,h=r[e](...s),a=n?Wn:t?kn:ue;return!t&&le(i,"iterate",l?Vn:ft),{next(){const{value:d,done:g}=h.next();return g?{value:d,done:g}:{value:c?[a(d[0]),a(d[1])]:a(d),done:g}},[Symbol.iterator](){return this}}}}function en(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function co(e,t){const n={get(r){const i=this.__v_raw,o=V(i),c=V(r);e||(tt(r,c)&&le(o,"get",r),le(o,"get",c));const{has:l}=Zt(o),h=t?Wn:e?kn:ue;if(l.call(o,r))return h(i.get(r));if(l.call(o,c))return h(i.get(c));i!==o&&i.get(r)},get size(){const r=this.__v_raw;return!e&&le(V(r),"iterate",ft),Reflect.get(r,"size",r)},has(r){const i=this.__v_raw,o=V(i),c=V(r);return e||(tt(r,c)&&le(o,"has",r),le(o,"has",c)),r===c?i.has(r):i.has(r)||i.has(c)},forEach(r,i){const o=this,c=o.__v_raw,l=V(c),h=t?Wn:e?kn:ue;return!e&&le(l,"iterate",ft),c.forEach((a,d)=>r.call(i,h(a),h(d),o))}};return se(n,e?{add:en("add"),set:en("set"),delete:en("delete"),clear:en("clear")}:{add(r){!t&&!Ce(r)&&!at(r)&&(r=V(r));const i=V(this);return Zt(i).has.call(i,r)||(i.add(r),We(i,"add",r,r)),this},set(r,i){!t&&!Ce(i)&&!at(i)&&(i=V(i));const o=V(this),{has:c,get:l}=Zt(o);let h=c.call(o,r);h||(r=V(r),h=c.call(o,r));const a=l.call(o,r);return o.set(r,i),h?tt(i,a)&&We(o,"set",r,i):We(o,"add",r,i),this},delete(r){const i=V(this),{has:o,get:c}=Zt(i);let l=o.call(i,r);l||(r=V(r),l=o.call(i,r)),c&&c.call(i,r);const h=i.delete(r);return l&&We(i,"delete",r,void 0),h},clear(){const r=V(this),i=r.size!==0,o=r.clear();return i&&We(r,"clear",void 0,void 0),o}}),["keys","values","entries",Symbol.iterator].forEach(r=>{n[r]=lo(r,e,t)}),n}function as(e,t){const n=co(e,t);return(s,r,i)=>r==="__v_isReactive"?!e:r==="__v_isReadonly"?e:r==="__v_raw"?s:Reflect.get(W(n,r)&&r in s?n:s,r,i)}const fo={get:as(!1,!1)},uo={get:as(!1,!0)},ao={get:as(!0,!1)};const Ir=new WeakMap,Fr=new WeakMap,Lr=new WeakMap,ho=new WeakMap;function po(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function go(e){return e.__v_skip||!Object.isExtensible(e)?0:po(ji(e))}function yn(e){return at(e)?e:ds(e,!1,ro,fo,Ir)}function $r(e){return ds(e,!1,oo,uo,Fr)}function Hr(e){return ds(e,!0,io,ao,Lr)}function ds(e,t,n,s,r){if(!te(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const i=r.get(e);if(i)return i;const o=go(e);if(o===0)return e;const c=new Proxy(e,o===2?s:n);return r.set(e,c),c}function Ht(e){return at(e)?Ht(e.__v_raw):!!(e&&e.__v_isReactive)}function at(e){return!!(e&&e.__v_isReadonly)}function Ce(e){return!!(e&&e.__v_isShallow)}function hs(e){return e?!!e.__v_raw:!1}function V(e){const t=e&&e.__v_raw;return t?V(t):e}function mo(e){return!W(e,"__v_skip")&&Object.isExtensible(e)&&yr(e,"__v_skip",!0),e}const ue=e=>te(e)?yn(e):e,kn=e=>te(e)?Hr(e):e;function ce(e){return e?e.__v_isRef===!0:!1}function _o(e){return Nr(e,!1)}function vo(e){return Nr(e,!0)}function Nr(e,t){return ce(e)?e:new yo(e,t)}class yo{constructor(t,n){this.dep=new fs,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=n?t:V(t),this._value=n?t:ue(t),this.__v_isShallow=n}get value(){return this.dep.track(),this._value}set value(t){const n=this._rawValue,s=this.__v_isShallow||Ce(t)||at(t);t=s?t:V(t),tt(t,n)&&(this._rawValue=t,this._value=s?t:ue(t),this.dep.trigger())}}function ut(e){return ce(e)?e.value:e}const bo={get:(e,t,n)=>t==="__v_raw"?e:ut(Reflect.get(e,t,n)),set:(e,t,n,s)=>{const r=e[t];return ce(r)&&!ce(n)?(r.value=n,!0):Reflect.set(e,t,n,s)}};function jr(e){return Ht(e)?e:new Proxy(e,bo)}class xo{constructor(t,n,s){this.fn=t,this.setter=n,this._value=void 0,this.dep=new fs(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=Kt-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!n,this.isSSR=s}notify(){if(this.flags|=16,!(this.flags&8)&&J!==this)return wr(this,!0),!0}get value(){const t=this.dep.track();return Cr(this),t&&(t.version=this.dep.version),this._value}set value(t){this.setter&&this.setter(t)}}function Eo(e,t,n=!1){let s,r;return B(e)?s=e:(s=e.get,r=e.set),new xo(s,r,n)}const tn={},ln=new WeakMap;let ct;function wo(e,t=!1,n=ct){if(n){let s=ln.get(n);s||ln.set(n,s=[]),s.push(e)}}function So(e,t,n=X){const{immediate:s,deep:r,once:i,scheduler:o,augmentJob:c,call:l}=n,h=T=>r?T:Ce(T)||r===!1||r===0?et(T,1):et(T);let a,d,g,m,O=!1,A=!1;if(ce(e)?(d=()=>e.value,O=Ce(e)):Ht(e)?(d=()=>h(e),O=!0):j(e)?(A=!0,O=e.some(T=>Ht(T)||Ce(T)),d=()=>e.map(T=>{if(ce(T))return T.value;if(Ht(T))return h(T);if(B(T))return l?l(T,2):T()})):B(e)?t?d=l?()=>l(e,2):e:d=()=>{if(g){st();try{g()}finally{rt()}}const T=ct;ct=a;try{return l?l(e,3,[m]):e(m)}finally{ct=T}}:d=je,t&&r){const T=d,Y=r===!0?1/0:r;d=()=>et(T(),Y)}const D=Qi(),L=()=>{a.stop(),D&&D.active&&ss(D.effects,a)};if(i&&t){const T=t;t=(...Y)=>{T(...Y),L()}}let F=A?new Array(e.length).fill(tn):tn;const $=T=>{if(!(!(a.flags&1)||!a.dirty&&!T))if(t){const Y=a.run();if(r||O||(A?Y.some((ie,Z)=>tt(ie,F[Z])):tt(Y,F))){g&&g();const ie=ct;ct=a;try{const Z=[Y,F===tn?void 0:A&&F[0]===tn?[]:F,m];l?l(t,3,Z):t(...Z),F=Y}finally{ct=ie}}}else a.run()};return c&&c($),a=new xr(d),a.scheduler=o?()=>o($,!1):$,m=T=>wo(T,!1,a),g=a.onStop=()=>{const T=ln.get(a);if(T){if(l)l(T,4);else for(const Y of T)Y();ln.delete(a)}},t?s?$(!0):F=a.run():o?o($.bind(null,!0),!0):a.run(),L.pause=a.pause.bind(a),L.resume=a.resume.bind(a),L.stop=L,L}function et(e,t=1/0,n){if(t<=0||!te(e)||e.__v_skip||(n=n||new Set,n.has(e)))return e;if(n.add(e),t--,ce(e))et(e.value,t,n);else if(j(e))for(let s=0;s{et(s,t,n)});else if(Di(e)){for(const s in e)et(e[s],t,n);for(const s of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,s)&&et(e[s],t,n)}return e}/** +* @vue/runtime-core v3.5.13 +* (c) 2018-present Yuxi (Evan) You and Vue contributors +* @license MIT +**/function Qt(e,t,n,s){try{return s?e(...s):e()}catch(r){bn(r,t,n)}}function De(e,t,n,s){if(B(e)){const r=Qt(e,t,n,s);return r&&_r(r)&&r.catch(i=>{bn(i,t,n)}),r}if(j(e)){const r=[];for(let i=0;i>>1,r=ae[s],i=Wt(r);i=Wt(n)?ae.push(e):ae.splice(Co(t),0,e),e.flags|=1,Ur()}}function Ur(){cn||(cn=Dr.then(Vr))}function Po(e){j(e)?bt.push(...e):Je&&e.id===-1?Je.splice(_t+1,0,e):e.flags&1||(bt.push(e),e.flags|=1),Ur()}function As(e,t,n=Le+1){for(;nWt(n)-Wt(s));if(bt.length=0,Je){Je.push(...t);return}for(Je=t,_t=0;_te.id==null?e.flags&2?-1:1/0:e.id;function Vr(e){try{for(Le=0;Le{s._d&&Ns(-1);const i=fn(t);let o;try{o=e(...r)}finally{fn(i),s._d&&Ns(1)}return o};return s._n=!0,s._c=!0,s._d=!0,s}function ot(e,t,n,s){const r=e.dirs,i=t&&t.dirs;for(let o=0;oe.__isTeleport;function gs(e,t){e.shapeFlag&6&&e.component?(e.transition=t,gs(e.component.subTree,t)):e.shapeFlag&128?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}/*! #__NO_SIDE_EFFECTS__ */function kr(e,t){return B(e)?se({name:e.name},t,{setup:e}):e}function zr(e){e.ids=[e.ids[0]+e.ids[2]+++"-",0,0]}function un(e,t,n,s,r=!1){if(j(e)){e.forEach((O,A)=>un(O,t&&(j(t)?t[A]:t),n,s,r));return}if(Nt(s)&&!r){s.shapeFlag&512&&s.type.__asyncResolved&&s.component.subTree.component&&un(e,t,n,s.component.subTree);return}const i=s.shapeFlag&4?xs(s.component):s.el,o=r?null:i,{i:c,r:l}=e,h=t&&t.r,a=c.refs===X?c.refs={}:c.refs,d=c.setupState,g=V(d),m=d===X?()=>!1:O=>W(g,O);if(h!=null&&h!==l&&(re(h)?(a[h]=null,m(h)&&(d[h]=null)):ce(h)&&(h.value=null)),B(l))Qt(l,c,12,[o,a]);else{const O=re(l),A=ce(l);if(O||A){const D=()=>{if(e.f){const L=O?m(l)?d[l]:a[l]:l.value;r?j(L)&&ss(L,i):j(L)?L.includes(i)||L.push(i):O?(a[l]=[i],m(l)&&(d[l]=a[l])):(l.value=[i],e.k&&(a[e.k]=l.value))}else O?(a[l]=o,m(l)&&(d[l]=o)):A&&(l.value=o,e.k&&(a[e.k]=o))};o?(D.id=-1,ye(D,n)):D()}}}_n().requestIdleCallback;_n().cancelIdleCallback;const Nt=e=>!!e.type.__asyncLoader,qr=e=>e.type.__isKeepAlive;function Mo(e,t){Gr(e,"a",t)}function Io(e,t){Gr(e,"da",t)}function Gr(e,t,n=de){const s=e.__wdc||(e.__wdc=()=>{let r=n;for(;r;){if(r.isDeactivated)return;r=r.parent}return e()});if(xn(t,s,n),n){let r=n.parent;for(;r&&r.parent;)qr(r.parent.vnode)&&Fo(s,t,n,r),r=r.parent}}function Fo(e,t,n,s){const r=xn(t,e,s,!0);Yr(()=>{ss(s[t],r)},n)}function xn(e,t,n=de,s=!1){if(n){const r=n[e]||(n[e]=[]),i=t.__weh||(t.__weh=(...o)=>{st();const c=Jt(n),l=De(t,n,e,o);return c(),rt(),l});return s?r.unshift(i):r.push(i),i}}const ze=e=>(t,n=de)=>{(!qt||e==="sp")&&xn(e,(...s)=>t(...s),n)},Lo=ze("bm"),$o=ze("m"),Ho=ze("bu"),No=ze("u"),jo=ze("bum"),Yr=ze("um"),Do=ze("sp"),Bo=ze("rtg"),Uo=ze("rtc");function Ko(e,t=de){xn("ec",e,t)}const Vo=Symbol.for("v-ndc"),zn=e=>e?gi(e)?xs(e):zn(e.parent):null,jt=se(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=>zn(e.parent),$root:e=>zn(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>ms(e),$forceUpdate:e=>e.f||(e.f=()=>{ps(e.update)}),$nextTick:e=>e.n||(e.n=Br.bind(e.proxy)),$watch:e=>ul.bind(e)}),In=(e,t)=>e!==X&&!e.__isScriptSetup&&W(e,t),Wo={get({_:e},t){if(t==="__v_skip")return!0;const{ctx:n,setupState:s,data:r,props:i,accessCache:o,type:c,appContext:l}=e;let h;if(t[0]!=="$"){const m=o[t];if(m!==void 0)switch(m){case 1:return s[t];case 2:return r[t];case 4:return n[t];case 3:return i[t]}else{if(In(s,t))return o[t]=1,s[t];if(r!==X&&W(r,t))return o[t]=2,r[t];if((h=e.propsOptions[0])&&W(h,t))return o[t]=3,i[t];if(n!==X&&W(n,t))return o[t]=4,n[t];qn&&(o[t]=0)}}const a=jt[t];let d,g;if(a)return t==="$attrs"&&le(e.attrs,"get",""),a(e);if((d=c.__cssModules)&&(d=d[t]))return d;if(n!==X&&W(n,t))return o[t]=4,n[t];if(g=l.config.globalProperties,W(g,t))return g[t]},set({_:e},t,n){const{data:s,setupState:r,ctx:i}=e;return In(r,t)?(r[t]=n,!0):s!==X&&W(s,t)?(s[t]=n,!0):W(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(i[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:s,appContext:r,propsOptions:i}},o){let c;return!!n[o]||e!==X&&W(e,o)||In(t,o)||(c=i[0])&&W(c,o)||W(s,o)||W(jt,o)||W(r.config.globalProperties,o)},defineProperty(e,t,n){return n.get!=null?e._.accessCache[t]=0:W(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};function Ts(e){return j(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}let qn=!0;function ko(e){const t=ms(e),n=e.proxy,s=e.ctx;qn=!1,t.beforeCreate&&Ms(t.beforeCreate,e,"bc");const{data:r,computed:i,methods:o,watch:c,provide:l,inject:h,created:a,beforeMount:d,mounted:g,beforeUpdate:m,updated:O,activated:A,deactivated:D,beforeDestroy:L,beforeUnmount:F,destroyed:$,unmounted:T,render:Y,renderTracked:ie,renderTriggered:Z,errorCaptured:Oe,serverPrefetch:qe,expose:Ae,inheritAttrs:Ge,components:it,directives:Te,filters:Ct}=t;if(h&&zo(h,s,null),o)for(const G in o){const K=o[G];B(K)&&(s[G]=K.bind(n))}if(r){const G=r.call(n,n);te(G)&&(e.data=yn(G))}if(qn=!0,i)for(const G in i){const K=i[G],Be=B(K)?K.bind(n,n):B(K.get)?K.get.bind(n,n):je,Ye=!B(K)&&B(K.set)?K.set.bind(n):je,Me=Se({get:Be,set:Ye});Object.defineProperty(s,G,{enumerable:!0,configurable:!0,get:()=>Me.value,set:pe=>Me.value=pe})}if(c)for(const G in c)Qr(c[G],s,n,G);if(l){const G=B(l)?l.call(n):l;Reflect.ownKeys(G).forEach(K=>{nn(K,G[K])})}a&&Ms(a,e,"c");function ne(G,K){j(K)?K.forEach(Be=>G(Be.bind(n))):K&&G(K.bind(n))}if(ne(Lo,d),ne($o,g),ne(Ho,m),ne(No,O),ne(Mo,A),ne(Io,D),ne(Ko,Oe),ne(Uo,ie),ne(Bo,Z),ne(jo,F),ne(Yr,T),ne(Do,qe),j(Ae))if(Ae.length){const G=e.exposed||(e.exposed={});Ae.forEach(K=>{Object.defineProperty(G,K,{get:()=>n[K],set:Be=>n[K]=Be})})}else e.exposed||(e.exposed={});Y&&e.render===je&&(e.render=Y),Ge!=null&&(e.inheritAttrs=Ge),it&&(e.components=it),Te&&(e.directives=Te),qe&&zr(e)}function zo(e,t,n=je){j(e)&&(e=Gn(e));for(const s in e){const r=e[s];let i;te(r)?"default"in r?i=ke(r.from||s,r.default,!0):i=ke(r.from||s):i=ke(r),ce(i)?Object.defineProperty(t,s,{enumerable:!0,configurable:!0,get:()=>i.value,set:o=>i.value=o}):t[s]=i}}function Ms(e,t,n){De(j(e)?e.map(s=>s.bind(t.proxy)):e.bind(t.proxy),t,n)}function Qr(e,t,n,s){let r=s.includes(".")?ui(n,s):()=>n[s];if(re(e)){const i=t[e];B(i)&&sn(r,i)}else if(B(e))sn(r,e.bind(n));else if(te(e))if(j(e))e.forEach(i=>Qr(i,t,n,s));else{const i=B(e.handler)?e.handler.bind(n):t[e.handler];B(i)&&sn(r,i,e)}}function ms(e){const t=e.type,{mixins:n,extends:s}=t,{mixins:r,optionsCache:i,config:{optionMergeStrategies:o}}=e.appContext,c=i.get(t);let l;return c?l=c:!r.length&&!n&&!s?l=t:(l={},r.length&&r.forEach(h=>an(l,h,o,!0)),an(l,t,o)),te(t)&&i.set(t,l),l}function an(e,t,n,s=!1){const{mixins:r,extends:i}=t;i&&an(e,i,n,!0),r&&r.forEach(o=>an(e,o,n,!0));for(const o in t)if(!(s&&o==="expose")){const c=qo[o]||n&&n[o];e[o]=c?c(e[o],t[o]):t[o]}return e}const qo={data:Is,props:Fs,emits:Fs,methods:Mt,computed:Mt,beforeCreate:fe,created:fe,beforeMount:fe,mounted:fe,beforeUpdate:fe,updated:fe,beforeDestroy:fe,beforeUnmount:fe,destroyed:fe,unmounted:fe,activated:fe,deactivated:fe,errorCaptured:fe,serverPrefetch:fe,components:Mt,directives:Mt,watch:Yo,provide:Is,inject:Go};function Is(e,t){return t?e?function(){return se(B(e)?e.call(this,this):e,B(t)?t.call(this,this):t)}:t:e}function Go(e,t){return Mt(Gn(e),Gn(t))}function Gn(e){if(j(e)){const t={};for(let n=0;n1)return n&&B(t)?t.call(s&&s.proxy):t}}const Xr={},Zr=()=>Object.create(Xr),ei=e=>Object.getPrototypeOf(e)===Xr;function Xo(e,t,n,s=!1){const r={},i=Zr();e.propsDefaults=Object.create(null),ti(e,t,r,i);for(const o in e.propsOptions[0])o in r||(r[o]=void 0);n?e.props=s?r:$r(r):e.type.props?e.props=r:e.props=i,e.attrs=i}function Zo(e,t,n,s){const{props:r,attrs:i,vnode:{patchFlag:o}}=e,c=V(r),[l]=e.propsOptions;let h=!1;if((s||o>0)&&!(o&16)){if(o&8){const a=e.vnode.dynamicProps;for(let d=0;d{l=!0;const[g,m]=ni(d,t,!0);se(o,g),m&&c.push(...m)};!n&&t.mixins.length&&t.mixins.forEach(a),e.extends&&a(e.extends),e.mixins&&e.mixins.forEach(a)}if(!i&&!l)return te(e)&&s.set(e,yt),yt;if(j(i))for(let a=0;ae[0]==="_"||e==="$stable",_s=e=>j(e)?e.map(He):[He(e)],tl=(e,t,n)=>{if(t._n)return t;const s=Oo((...r)=>_s(t(...r)),n);return s._c=!1,s},ri=(e,t,n)=>{const s=e._ctx;for(const r in e){if(si(r))continue;const i=e[r];if(B(i))t[r]=tl(r,i,s);else if(i!=null){const o=_s(i);t[r]=()=>o}}},ii=(e,t)=>{const n=_s(t);e.slots.default=()=>n},oi=(e,t,n)=>{for(const s in t)(n||s!=="_")&&(e[s]=t[s])},nl=(e,t,n)=>{const s=e.slots=Zr();if(e.vnode.shapeFlag&32){const r=t._;r?(oi(s,t,n),n&&yr(s,"_",r,!0)):ri(t,s)}else t&&ii(e,t)},sl=(e,t,n)=>{const{vnode:s,slots:r}=e;let i=!0,o=X;if(s.shapeFlag&32){const c=t._;c?n&&c===1?i=!1:oi(r,t,n):(i=!t.$stable,ri(t,r)),o=t}else t&&(ii(e,t),o={default:1});if(i)for(const c in r)!si(c)&&o[c]==null&&delete r[c]},ye=_l;function rl(e){return il(e)}function il(e,t){const n=_n();n.__VUE__=!0;const{insert:s,remove:r,patchProp:i,createElement:o,createText:c,createComment:l,setText:h,setElementText:a,parentNode:d,nextSibling:g,setScopeId:m=je,insertStaticContent:O}=e,A=(f,u,p,y=null,_=null,b=null,S=void 0,w=null,E=!!u.dynamicChildren)=>{if(f===u)return;f&&!At(f,u)&&(y=v(f),pe(f,_,b,!0),f=null),u.patchFlag===-2&&(E=!1,u.dynamicChildren=null);const{type:x,ref:H,shapeFlag:C}=u;switch(x){case wn:D(f,u,p,y);break;case kt:L(f,u,p,y);break;case $n:f==null&&F(u,p,y,S);break;case $e:it(f,u,p,y,_,b,S,w,E);break;default:C&1?Y(f,u,p,y,_,b,S,w,E):C&6?Te(f,u,p,y,_,b,S,w,E):(C&64||C&128)&&x.process(f,u,p,y,_,b,S,w,E,M)}H!=null&&_&&un(H,f&&f.ref,b,u||f,!u)},D=(f,u,p,y)=>{if(f==null)s(u.el=c(u.children),p,y);else{const _=u.el=f.el;u.children!==f.children&&h(_,u.children)}},L=(f,u,p,y)=>{f==null?s(u.el=l(u.children||""),p,y):u.el=f.el},F=(f,u,p,y)=>{[f.el,f.anchor]=O(f.children,u,p,y,f.el,f.anchor)},$=({el:f,anchor:u},p,y)=>{let _;for(;f&&f!==u;)_=g(f),s(f,p,y),f=_;s(u,p,y)},T=({el:f,anchor:u})=>{let p;for(;f&&f!==u;)p=g(f),r(f),f=p;r(u)},Y=(f,u,p,y,_,b,S,w,E)=>{u.type==="svg"?S="svg":u.type==="math"&&(S="mathml"),f==null?ie(u,p,y,_,b,S,w,E):qe(f,u,_,b,S,w,E)},ie=(f,u,p,y,_,b,S,w)=>{let E,x;const{props:H,shapeFlag:C,transition:I,dirs:N}=f;if(E=f.el=o(f.type,b,H&&H.is,H),C&8?a(E,f.children):C&16&&Oe(f.children,E,null,y,_,Fn(f,b),S,w),N&&ot(f,null,y,"created"),Z(E,f,f.scopeId,S,y),H){for(const Q in H)Q!=="value"&&!Ft(Q)&&i(E,Q,null,H[Q],b,y);"value"in H&&i(E,"value",null,H.value,b),(x=H.onVnodeBeforeMount)&&Fe(x,y,f)}N&&ot(f,null,y,"beforeMount");const U=ol(_,I);U&&I.beforeEnter(E),s(E,u,p),((x=H&&H.onVnodeMounted)||U||N)&&ye(()=>{x&&Fe(x,y,f),U&&I.enter(E),N&&ot(f,null,y,"mounted")},_)},Z=(f,u,p,y,_)=>{if(p&&m(f,p),y)for(let b=0;b{for(let x=E;x{const w=u.el=f.el;let{patchFlag:E,dynamicChildren:x,dirs:H}=u;E|=f.patchFlag&16;const C=f.props||X,I=u.props||X;let N;if(p&<(p,!1),(N=I.onVnodeBeforeUpdate)&&Fe(N,p,u,f),H&&ot(u,f,p,"beforeUpdate"),p&<(p,!0),(C.innerHTML&&I.innerHTML==null||C.textContent&&I.textContent==null)&&a(w,""),x?Ae(f.dynamicChildren,x,w,p,y,Fn(u,_),b):S||K(f,u,w,null,p,y,Fn(u,_),b,!1),E>0){if(E&16)Ge(w,C,I,p,_);else if(E&2&&C.class!==I.class&&i(w,"class",null,I.class,_),E&4&&i(w,"style",C.style,I.style,_),E&8){const U=u.dynamicProps;for(let Q=0;Q{N&&Fe(N,p,u,f),H&&ot(u,f,p,"updated")},y)},Ae=(f,u,p,y,_,b,S)=>{for(let w=0;w{if(u!==p){if(u!==X)for(const b in u)!Ft(b)&&!(b in p)&&i(f,b,u[b],null,_,y);for(const b in p){if(Ft(b))continue;const S=p[b],w=u[b];S!==w&&b!=="value"&&i(f,b,w,S,_,y)}"value"in p&&i(f,"value",u.value,p.value,_)}},it=(f,u,p,y,_,b,S,w,E)=>{const x=u.el=f?f.el:c(""),H=u.anchor=f?f.anchor:c("");let{patchFlag:C,dynamicChildren:I,slotScopeIds:N}=u;N&&(w=w?w.concat(N):N),f==null?(s(x,p,y),s(H,p,y),Oe(u.children||[],p,H,_,b,S,w,E)):C>0&&C&64&&I&&f.dynamicChildren?(Ae(f.dynamicChildren,I,p,_,b,S,w),(u.key!=null||_&&u===_.subTree)&&li(f,u,!0)):K(f,u,p,H,_,b,S,w,E)},Te=(f,u,p,y,_,b,S,w,E)=>{u.slotScopeIds=w,f==null?u.shapeFlag&512?_.ctx.activate(u,p,y,S,E):Ct(u,p,y,_,b,S,E):ht(f,u,E)},Ct=(f,u,p,y,_,b,S)=>{const w=f.component=Rl(f,y,_);if(qr(f)&&(w.ctx.renderer=M),Cl(w,!1,S),w.asyncDep){if(_&&_.registerDep(w,ne,S),!f.el){const E=w.subTree=he(kt);L(null,E,u,p)}}else ne(w,f,u,p,_,b,S)},ht=(f,u,p)=>{const y=u.component=f.component;if(gl(f,u,p))if(y.asyncDep&&!y.asyncResolved){G(y,u,p);return}else y.next=u,y.update();else u.el=f.el,y.vnode=u},ne=(f,u,p,y,_,b,S)=>{const w=()=>{if(f.isMounted){let{next:C,bu:I,u:N,parent:U,vnode:Q}=f;{const _e=ci(f);if(_e){C&&(C.el=Q.el,G(f,C,S)),_e.asyncDep.then(()=>{f.isUnmounted||w()});return}}let z=C,me;lt(f,!1),C?(C.el=Q.el,G(f,C,S)):C=Q,I&&On(I),(me=C.props&&C.props.onVnodeBeforeUpdate)&&Fe(me,U,C,Q),lt(f,!0);const oe=Ln(f),we=f.subTree;f.subTree=oe,A(we,oe,d(we.el),v(we),f,_,b),C.el=oe.el,z===null&&ml(f,oe.el),N&&ye(N,_),(me=C.props&&C.props.onVnodeUpdated)&&ye(()=>Fe(me,U,C,Q),_)}else{let C;const{el:I,props:N}=u,{bm:U,m:Q,parent:z,root:me,type:oe}=f,we=Nt(u);if(lt(f,!1),U&&On(U),!we&&(C=N&&N.onVnodeBeforeMount)&&Fe(C,z,u),lt(f,!0),I&&ee){const _e=()=>{f.subTree=Ln(f),ee(I,f.subTree,f,_,null)};we&&oe.__asyncHydrate?oe.__asyncHydrate(I,f,_e):_e()}else{me.ce&&me.ce._injectChildStyle(oe);const _e=f.subTree=Ln(f);A(null,_e,p,y,f,_,b),u.el=_e.el}if(Q&&ye(Q,_),!we&&(C=N&&N.onVnodeMounted)){const _e=u;ye(()=>Fe(C,z,_e),_)}(u.shapeFlag&256||z&&Nt(z.vnode)&&z.vnode.shapeFlag&256)&&f.a&&ye(f.a,_),f.isMounted=!0,u=p=y=null}};f.scope.on();const E=f.effect=new xr(w);f.scope.off();const x=f.update=E.run.bind(E),H=f.job=E.runIfDirty.bind(E);H.i=f,H.id=f.uid,E.scheduler=()=>ps(H),lt(f,!0),x()},G=(f,u,p)=>{u.component=f;const y=f.vnode.props;f.vnode=u,f.next=null,Zo(f,u.props,y,p),sl(f,u.children,p),st(),As(f),rt()},K=(f,u,p,y,_,b,S,w,E=!1)=>{const x=f&&f.children,H=f?f.shapeFlag:0,C=u.children,{patchFlag:I,shapeFlag:N}=u;if(I>0){if(I&128){Ye(x,C,p,y,_,b,S,w,E);return}else if(I&256){Be(x,C,p,y,_,b,S,w,E);return}}N&8?(H&16&&Ee(x,_,b),C!==x&&a(p,C)):H&16?N&16?Ye(x,C,p,y,_,b,S,w,E):Ee(x,_,b,!0):(H&8&&a(p,""),N&16&&Oe(C,p,y,_,b,S,w,E))},Be=(f,u,p,y,_,b,S,w,E)=>{f=f||yt,u=u||yt;const x=f.length,H=u.length,C=Math.min(x,H);let I;for(I=0;IH?Ee(f,_,b,!0,!1,C):Oe(u,p,y,_,b,S,w,E,C)},Ye=(f,u,p,y,_,b,S,w,E)=>{let x=0;const H=u.length;let C=f.length-1,I=H-1;for(;x<=C&&x<=I;){const N=f[x],U=u[x]=E?Xe(u[x]):He(u[x]);if(At(N,U))A(N,U,p,null,_,b,S,w,E);else break;x++}for(;x<=C&&x<=I;){const N=f[C],U=u[I]=E?Xe(u[I]):He(u[I]);if(At(N,U))A(N,U,p,null,_,b,S,w,E);else break;C--,I--}if(x>C){if(x<=I){const N=I+1,U=NI)for(;x<=C;)pe(f[x],_,b,!0),x++;else{const N=x,U=x,Q=new Map;for(x=U;x<=I;x++){const ve=u[x]=E?Xe(u[x]):He(u[x]);ve.key!=null&&Q.set(ve.key,x)}let z,me=0;const oe=I-U+1;let we=!1,_e=0;const Pt=new Array(oe);for(x=0;x=oe){pe(ve,_,b,!0);continue}let Ie;if(ve.key!=null)Ie=Q.get(ve.key);else for(z=U;z<=I;z++)if(Pt[z-U]===0&&At(ve,u[z])){Ie=z;break}Ie===void 0?pe(ve,_,b,!0):(Pt[Ie-U]=x+1,Ie>=_e?_e=Ie:we=!0,A(ve,u[Ie],p,null,_,b,S,w,E),me++)}const Ss=we?ll(Pt):yt;for(z=Ss.length-1,x=oe-1;x>=0;x--){const ve=U+x,Ie=u[ve],Rs=ve+1{const{el:b,type:S,transition:w,children:E,shapeFlag:x}=f;if(x&6){Me(f.component.subTree,u,p,y);return}if(x&128){f.suspense.move(u,p,y);return}if(x&64){S.move(f,u,p,M);return}if(S===$e){s(b,u,p);for(let C=0;Cw.enter(b),_);else{const{leave:C,delayLeave:I,afterLeave:N}=w,U=()=>s(b,u,p),Q=()=>{C(b,()=>{U(),N&&N()})};I?I(b,U,Q):Q()}else s(b,u,p)},pe=(f,u,p,y=!1,_=!1)=>{const{type:b,props:S,ref:w,children:E,dynamicChildren:x,shapeFlag:H,patchFlag:C,dirs:I,cacheIndex:N}=f;if(C===-2&&(_=!1),w!=null&&un(w,null,p,f,!0),N!=null&&(u.renderCache[N]=void 0),H&256){u.ctx.deactivate(f);return}const U=H&1&&I,Q=!Nt(f);let z;if(Q&&(z=S&&S.onVnodeBeforeUnmount)&&Fe(z,u,f),H&6)Xt(f.component,p,y);else{if(H&128){f.suspense.unmount(p,y);return}U&&ot(f,null,u,"beforeUnmount"),H&64?f.type.remove(f,u,p,M,y):x&&!x.hasOnce&&(b!==$e||C>0&&C&64)?Ee(x,u,p,!1,!0):(b===$e&&C&384||!_&&H&16)&&Ee(E,u,p),y&&pt(f)}(Q&&(z=S&&S.onVnodeUnmounted)||U)&&ye(()=>{z&&Fe(z,u,f),U&&ot(f,null,u,"unmounted")},p)},pt=f=>{const{type:u,el:p,anchor:y,transition:_}=f;if(u===$e){gt(p,y);return}if(u===$n){T(f);return}const b=()=>{r(p),_&&!_.persisted&&_.afterLeave&&_.afterLeave()};if(f.shapeFlag&1&&_&&!_.persisted){const{leave:S,delayLeave:w}=_,E=()=>S(p,b);w?w(f.el,b,E):E()}else b()},gt=(f,u)=>{let p;for(;f!==u;)p=g(f),r(f),f=p;r(u)},Xt=(f,u,p)=>{const{bum:y,scope:_,job:b,subTree:S,um:w,m:E,a:x}=f;$s(E),$s(x),y&&On(y),_.stop(),b&&(b.flags|=8,pe(S,f,u,p)),w&&ye(w,u),ye(()=>{f.isUnmounted=!0},u),u&&u.pendingBranch&&!u.isUnmounted&&f.asyncDep&&!f.asyncResolved&&f.suspenseId===u.pendingId&&(u.deps--,u.deps===0&&u.resolve())},Ee=(f,u,p,y=!1,_=!1,b=0)=>{for(let S=b;S{if(f.shapeFlag&6)return v(f.component.subTree);if(f.shapeFlag&128)return f.suspense.next();const u=g(f.anchor||f.el),p=u&&u[Ao];return p?g(p):u};let P=!1;const R=(f,u,p)=>{f==null?u._vnode&&pe(u._vnode,null,null,!0):A(u._vnode||null,f,u,null,null,null,p),u._vnode=f,P||(P=!0,As(),Kr(),P=!1)},M={p:A,um:pe,m:Me,r:pt,mt:Ct,mc:Oe,pc:K,pbc:Ae,n:v,o:e};let k,ee;return{render:R,hydrate:k,createApp:Jo(R,k)}}function Fn({type:e,props:t},n){return n==="svg"&&e==="foreignObject"||n==="mathml"&&e==="annotation-xml"&&t&&t.encoding&&t.encoding.includes("html")?void 0:n}function lt({effect:e,job:t},n){n?(e.flags|=32,t.flags|=4):(e.flags&=-33,t.flags&=-5)}function ol(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function li(e,t,n=!1){const s=e.children,r=t.children;if(j(s)&&j(r))for(let i=0;i>1,e[n[c]]0&&(t[s]=n[i-1]),n[i]=s)}}for(i=n.length,o=n[i-1];i-- >0;)n[i]=o,o=t[o];return n}function ci(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:ci(t)}function $s(e){if(e)for(let t=0;tke(cl);function sn(e,t,n){return fi(e,t,n)}function fi(e,t,n=X){const{immediate:s,deep:r,flush:i,once:o}=n,c=se({},n),l=t&&s||!t&&i!=="post";let h;if(qt){if(i==="sync"){const m=fl();h=m.__watcherHandles||(m.__watcherHandles=[])}else if(!l){const m=()=>{};return m.stop=je,m.resume=je,m.pause=je,m}}const a=de;c.call=(m,O,A)=>De(m,a,O,A);let d=!1;i==="post"?c.scheduler=m=>{ye(m,a&&a.suspense)}:i!=="sync"&&(d=!0,c.scheduler=(m,O)=>{O?m():ps(m)}),c.augmentJob=m=>{t&&(m.flags|=4),d&&(m.flags|=2,a&&(m.id=a.uid,m.i=a))};const g=So(e,t,c);return qt&&(h?h.push(g):l&&g()),g}function ul(e,t,n){const s=this.proxy,r=re(e)?e.includes(".")?ui(s,e):()=>s[e]:e.bind(s,s);let i;B(t)?i=t:(i=t.handler,n=t);const o=Jt(this),c=fi(r,i.bind(s),n);return o(),c}function ui(e,t){const n=t.split(".");return()=>{let s=e;for(let r=0;rt==="modelValue"||t==="model-value"?e.modelModifiers:e[`${t}Modifiers`]||e[`${nt(t)}Modifiers`]||e[`${dt(t)}Modifiers`];function dl(e,t,...n){if(e.isUnmounted)return;const s=e.vnode.props||X;let r=n;const i=t.startsWith("update:"),o=i&&al(s,t.slice(7));o&&(o.trim&&(r=n.map(a=>re(a)?a.trim():a)),o.number&&(r=n.map(Ki)));let c,l=s[c=Pn(t)]||s[c=Pn(nt(t))];!l&&i&&(l=s[c=Pn(dt(t))]),l&&De(l,e,6,r);const h=s[c+"Once"];if(h){if(!e.emitted)e.emitted={};else if(e.emitted[c])return;e.emitted[c]=!0,De(h,e,6,r)}}function ai(e,t,n=!1){const s=t.emitsCache,r=s.get(e);if(r!==void 0)return r;const i=e.emits;let o={},c=!1;if(!B(e)){const l=h=>{const a=ai(h,t,!0);a&&(c=!0,se(o,a))};!n&&t.mixins.length&&t.mixins.forEach(l),e.extends&&l(e.extends),e.mixins&&e.mixins.forEach(l)}return!i&&!c?(te(e)&&s.set(e,null),null):(j(i)?i.forEach(l=>o[l]=null):se(o,i),te(e)&&s.set(e,o),o)}function En(e,t){return!e||!pn(t)?!1:(t=t.slice(2).replace(/Once$/,""),W(e,t[0].toLowerCase()+t.slice(1))||W(e,dt(t))||W(e,t))}function Ln(e){const{type:t,vnode:n,proxy:s,withProxy:r,propsOptions:[i],slots:o,attrs:c,emit:l,render:h,renderCache:a,props:d,data:g,setupState:m,ctx:O,inheritAttrs:A}=e,D=fn(e);let L,F;try{if(n.shapeFlag&4){const T=r||s,Y=T;L=He(h.call(Y,T,a,d,m,g,O)),F=c}else{const T=t;L=He(T.length>1?T(d,{attrs:c,slots:o,emit:l}):T(d,null)),F=t.props?c:hl(c)}}catch(T){Dt.length=0,bn(T,e,1),L=he(kt)}let $=L;if(F&&A!==!1){const T=Object.keys(F),{shapeFlag:Y}=$;T.length&&Y&7&&(i&&T.some(ns)&&(F=pl(F,i)),$=Et($,F,!1,!0))}return n.dirs&&($=Et($,null,!1,!0),$.dirs=$.dirs?$.dirs.concat(n.dirs):n.dirs),n.transition&&gs($,n.transition),L=$,fn(D),L}const hl=e=>{let t;for(const n in e)(n==="class"||n==="style"||pn(n))&&((t||(t={}))[n]=e[n]);return t},pl=(e,t)=>{const n={};for(const s in e)(!ns(s)||!(s.slice(9)in t))&&(n[s]=e[s]);return n};function gl(e,t,n){const{props:s,children:r,component:i}=e,{props:o,children:c,patchFlag:l}=t,h=i.emitsOptions;if(t.dirs||t.transition)return!0;if(n&&l>=0){if(l&1024)return!0;if(l&16)return s?Hs(s,o,h):!!o;if(l&8){const a=t.dynamicProps;for(let d=0;de.__isSuspense;function _l(e,t){t&&t.pendingBranch?j(e)?t.effects.push(...e):t.effects.push(e):Po(e)}const $e=Symbol.for("v-fgt"),wn=Symbol.for("v-txt"),kt=Symbol.for("v-cmt"),$n=Symbol.for("v-stc"),Dt=[];let xe=null;function Sn(e=!1){Dt.push(xe=e?null:[])}function vl(){Dt.pop(),xe=Dt[Dt.length-1]||null}let zt=1;function Ns(e,t=!1){zt+=e,e<0&&xe&&t&&(xe.hasOnce=!0)}function hi(e){return e.dynamicChildren=zt>0?xe||yt:null,vl(),zt>0&&xe&&xe.push(e),e}function vs(e,t,n,s,r,i){return hi(ge(e,t,n,s,r,i,!0))}function yl(e,t,n,s,r){return hi(he(e,t,n,s,r,!0))}function dn(e){return e?e.__v_isVNode===!0:!1}function At(e,t){return e.type===t.type&&e.key===t.key}const pi=({key:e})=>e??null,rn=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?re(e)||ce(e)||B(e)?{i:Ne,r:e,k:t,f:!!n}:e:null);function ge(e,t=null,n=null,s=0,r=null,i=e===$e?0:1,o=!1,c=!1){const l={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&pi(t),ref:t&&rn(t),scopeId:Wr,slotScopeIds:null,children:n,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:i,patchFlag:s,dynamicProps:r,dynamicChildren:null,appContext:null,ctx:Ne};return c?(bs(l,n),i&128&&e.normalize(l)):n&&(l.shapeFlag|=re(n)?8:16),zt>0&&!o&&xe&&(l.patchFlag>0||i&6)&&l.patchFlag!==32&&xe.push(l),l}const he=bl;function bl(e,t=null,n=null,s=0,r=null,i=!1){if((!e||e===Vo)&&(e=kt),dn(e)){const c=Et(e,t,!0);return n&&bs(c,n),zt>0&&!i&&xe&&(c.shapeFlag&6?xe[xe.indexOf(e)]=c:xe.push(c)),c.patchFlag=-2,c}if(Tl(e)&&(e=e.__vccOpts),t){t=xl(t);let{class:c,style:l}=t;c&&!re(c)&&(t.class=vn(c)),te(l)&&(hs(l)&&!j(l)&&(l=se({},l)),t.style=is(l))}const o=re(e)?1:di(e)?128:To(e)?64:te(e)?4:B(e)?2:0;return ge(e,t,n,s,r,o,i,!0)}function xl(e){return e?hs(e)||ei(e)?se({},e):e:null}function Et(e,t,n=!1,s=!1){const{props:r,ref:i,patchFlag:o,children:c,transition:l}=e,h=t?El(r||{},t):r,a={__v_isVNode:!0,__v_skip:!0,type:e.type,props:h,key:h&&pi(h),ref:t&&t.ref?n&&i?j(i)?i.concat(rn(t)):[i,rn(t)]:rn(t):i,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:c,target:e.target,targetStart:e.targetStart,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==$e?o===-1?16:o|16:o,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:l,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&Et(e.ssContent),ssFallback:e.ssFallback&&Et(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return l&&s&&gs(a,l.clone(a)),a}function ys(e=" ",t=0){return he(wn,null,e,t)}function He(e){return e==null||typeof e=="boolean"?he(kt):j(e)?he($e,null,e.slice()):dn(e)?Xe(e):he(wn,null,String(e))}function Xe(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:Et(e)}function bs(e,t){let n=0;const{shapeFlag:s}=e;if(t==null)t=null;else if(j(t))n=16;else if(typeof t=="object")if(s&65){const r=t.default;r&&(r._c&&(r._d=!1),bs(e,r()),r._c&&(r._d=!0));return}else{n=32;const r=t._;!r&&!ei(t)?t._ctx=Ne:r===3&&Ne&&(Ne.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else B(t)?(t={default:t,_ctx:Ne},n=32):(t=String(t),s&64?(n=16,t=[ys(t)]):n=8);e.children=t,e.shapeFlag|=n}function El(...e){const t={};for(let n=0;n{let r;return(r=e[n])||(r=e[n]=[]),r.push(s),i=>{r.length>1?r.forEach(o=>o(i)):r[0](i)}};hn=t("__VUE_INSTANCE_SETTERS__",n=>de=n),Qn=t("__VUE_SSR_SETTERS__",n=>qt=n)}const Jt=e=>{const t=de;return hn(e),e.scope.on(),()=>{e.scope.off(),hn(t)}},js=()=>{de&&de.scope.off(),hn(null)};function gi(e){return e.vnode.shapeFlag&4}let qt=!1;function Cl(e,t=!1,n=!1){t&&Qn(t);const{props:s,children:r}=e.vnode,i=gi(e);Xo(e,s,i,t),nl(e,r,n);const o=i?Pl(e,t):void 0;return t&&Qn(!1),o}function Pl(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,Wo);const{setup:s}=n;if(s){st();const r=e.setupContext=s.length>1?Al(e):null,i=Jt(e),o=Qt(s,e,0,[e.props,r]),c=_r(o);if(rt(),i(),(c||e.sp)&&!Nt(e)&&zr(e),c){if(o.then(js,js),t)return o.then(l=>{Ds(e,l,t)}).catch(l=>{bn(l,e,0)});e.asyncDep=o}else Ds(e,o,t)}else mi(e,t)}function Ds(e,t,n){B(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:te(t)&&(e.setupState=jr(t)),mi(e,n)}let Bs;function mi(e,t,n){const s=e.type;if(!e.render){if(!t&&Bs&&!s.render){const r=s.template||ms(e).template;if(r){const{isCustomElement:i,compilerOptions:o}=e.appContext.config,{delimiters:c,compilerOptions:l}=s,h=se(se({isCustomElement:i,delimiters:c},o),l);s.render=Bs(r,h)}}e.render=s.render||je}{const r=Jt(e);st();try{ko(e)}finally{rt(),r()}}}const Ol={get(e,t){return le(e,"get",""),e[t]}};function Al(e){const t=n=>{e.exposed=n||{}};return{attrs:new Proxy(e.attrs,Ol),slots:e.slots,emit:e.emit,expose:t}}function xs(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(jr(mo(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in jt)return jt[n](e)},has(t,n){return n in t||n in jt}})):e.proxy}function Tl(e){return B(e)&&"__vccOpts"in e}const Se=(e,t)=>Eo(e,t,qt);function _i(e,t,n){const s=arguments.length;return s===2?te(t)&&!j(t)?dn(t)?he(e,null,[t]):he(e,t):he(e,null,t):(s>3?n=Array.prototype.slice.call(arguments,2):s===3&&dn(n)&&(n=[n]),he(e,t,n))}const Ml="3.5.13";/** +* @vue/runtime-dom v3.5.13 +* (c) 2018-present Yuxi (Evan) You and Vue contributors +* @license MIT +**/let Jn;const Us=typeof window<"u"&&window.trustedTypes;if(Us)try{Jn=Us.createPolicy("vue",{createHTML:e=>e})}catch{}const vi=Jn?e=>Jn.createHTML(e):e=>e,Il="http://www.w3.org/2000/svg",Fl="http://www.w3.org/1998/Math/MathML",Ve=typeof document<"u"?document:null,Ks=Ve&&Ve.createElement("template"),Ll={insert:(e,t,n)=>{t.insertBefore(e,n||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,n,s)=>{const r=t==="svg"?Ve.createElementNS(Il,e):t==="mathml"?Ve.createElementNS(Fl,e):n?Ve.createElement(e,{is:n}):Ve.createElement(e);return e==="select"&&s&&s.multiple!=null&&r.setAttribute("multiple",s.multiple),r},createText:e=>Ve.createTextNode(e),createComment:e=>Ve.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>Ve.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,s,r,i){const o=n?n.previousSibling:t.lastChild;if(r&&(r===i||r.nextSibling))for(;t.insertBefore(r.cloneNode(!0),n),!(r===i||!(r=r.nextSibling)););else{Ks.innerHTML=vi(s==="svg"?`${e}`:s==="mathml"?`${e}`:e);const c=Ks.content;if(s==="svg"||s==="mathml"){const l=c.firstChild;for(;l.firstChild;)c.appendChild(l.firstChild);c.removeChild(l)}t.insertBefore(c,n)}return[o?o.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},$l=Symbol("_vtc");function Hl(e,t,n){const s=e[$l];s&&(t=(t?[t,...s]:[...s]).join(" ")),t==null?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}const Vs=Symbol("_vod"),Nl=Symbol("_vsh"),jl=Symbol(""),Dl=/(^|;)\s*display\s*:/;function Bl(e,t,n){const s=e.style,r=re(n);let i=!1;if(n&&!r){if(t)if(re(t))for(const o of t.split(";")){const c=o.slice(0,o.indexOf(":")).trim();n[c]==null&&on(s,c,"")}else for(const o in t)n[o]==null&&on(s,o,"");for(const o in n)o==="display"&&(i=!0),on(s,o,n[o])}else if(r){if(t!==n){const o=s[jl];o&&(n+=";"+o),s.cssText=n,i=Dl.test(n)}}else t&&e.removeAttribute("style");Vs in e&&(e[Vs]=i?s.display:"",e[Nl]&&(s.display="none"))}const Ws=/\s*!important$/;function on(e,t,n){if(j(n))n.forEach(s=>on(e,t,s));else if(n==null&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const s=Ul(e,t);Ws.test(n)?e.setProperty(dt(s),n.replace(Ws,""),"important"):e[s]=n}}const ks=["Webkit","Moz","ms"],Hn={};function Ul(e,t){const n=Hn[t];if(n)return n;let s=nt(t);if(s!=="filter"&&s in e)return Hn[t]=s;s=vr(s);for(let r=0;rNn||(zl.then(()=>Nn=0),Nn=Date.now());function Gl(e,t){const n=s=>{if(!s._vts)s._vts=Date.now();else if(s._vts<=n.attached)return;De(Yl(s,n.value),t,5,[s])};return n.value=e,n.attached=ql(),n}function Yl(e,t){if(j(t)){const n=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{n.call(e),e._stopped=!0},t.map(s=>r=>!r._stopped&&s&&s(r))}else return t}const Js=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,Ql=(e,t,n,s,r,i)=>{const o=r==="svg";t==="class"?Hl(e,s,o):t==="style"?Bl(e,n,s):pn(t)?ns(t)||Wl(e,t,n,s,i):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):Jl(e,t,s,o))?(Gs(e,t,s),!e.tagName.includes("-")&&(t==="value"||t==="checked"||t==="selected")&&qs(e,t,s,o,i,t!=="value")):e._isVueCE&&(/[A-Z]/.test(t)||!re(s))?Gs(e,nt(t),s,i,t):(t==="true-value"?e._trueValue=s:t==="false-value"&&(e._falseValue=s),qs(e,t,s,o))};function Jl(e,t,n,s){if(s)return!!(t==="innerHTML"||t==="textContent"||t in e&&Js(t)&&B(n));if(t==="spellcheck"||t==="draggable"||t==="translate"||t==="form"||t==="list"&&e.tagName==="INPUT"||t==="type"&&e.tagName==="TEXTAREA")return!1;if(t==="width"||t==="height"){const r=e.tagName;if(r==="IMG"||r==="VIDEO"||r==="CANVAS"||r==="SOURCE")return!1}return Js(t)&&re(n)?!1:t in e}const Xl=se({patchProp:Ql},Ll);let Xs;function Zl(){return Xs||(Xs=rl(Xl))}const ec=(...e)=>{const t=Zl().createApp(...e),{mount:n}=t;return t.mount=s=>{const r=nc(s);if(!r)return;const i=t._component;!B(i)&&!i.render&&!i.template&&(i.template=r.innerHTML),r.nodeType===1&&(r.textContent="");const o=n(r,!1,tc(r));return r instanceof Element&&(r.removeAttribute("v-cloak"),r.setAttribute("data-v-app","")),o},t};function tc(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function nc(e){return re(e)?document.querySelector(e):e}/*! + * vue-router v4.4.5 + * (c) 2024 Eduardo San Martin Morote + * @license MIT + */const vt=typeof document<"u";function yi(e){return typeof e=="object"||"displayName"in e||"props"in e||"__vccOpts"in e}function sc(e){return e.__esModule||e[Symbol.toStringTag]==="Module"||e.default&&yi(e.default)}const q=Object.assign;function jn(e,t){const n={};for(const s in t){const r=t[s];n[s]=Pe(r)?r.map(e):e(r)}return n}const Bt=()=>{},Pe=Array.isArray,bi=/#/g,rc=/&/g,ic=/\//g,oc=/=/g,lc=/\?/g,xi=/\+/g,cc=/%5B/g,fc=/%5D/g,Ei=/%5E/g,uc=/%60/g,wi=/%7B/g,ac=/%7C/g,Si=/%7D/g,dc=/%20/g;function Es(e){return encodeURI(""+e).replace(ac,"|").replace(cc,"[").replace(fc,"]")}function hc(e){return Es(e).replace(wi,"{").replace(Si,"}").replace(Ei,"^")}function Xn(e){return Es(e).replace(xi,"%2B").replace(dc,"+").replace(bi,"%23").replace(rc,"%26").replace(uc,"`").replace(wi,"{").replace(Si,"}").replace(Ei,"^")}function pc(e){return Xn(e).replace(oc,"%3D")}function gc(e){return Es(e).replace(bi,"%23").replace(lc,"%3F")}function mc(e){return e==null?"":gc(e).replace(ic,"%2F")}function Gt(e){try{return decodeURIComponent(""+e)}catch{}return""+e}const _c=/\/$/,vc=e=>e.replace(_c,"");function Dn(e,t,n="/"){let s,r={},i="",o="";const c=t.indexOf("#");let l=t.indexOf("?");return c=0&&(l=-1),l>-1&&(s=t.slice(0,l),i=t.slice(l+1,c>-1?c:t.length),r=e(i)),c>-1&&(s=s||t.slice(0,c),o=t.slice(c,t.length)),s=Ec(s??t,n),{fullPath:s+(i&&"?")+i+o,path:s,query:r,hash:Gt(o)}}function yc(e,t){const n=t.query?e(t.query):"";return t.path+(n&&"?")+n+(t.hash||"")}function Zs(e,t){return!t||!e.toLowerCase().startsWith(t.toLowerCase())?e:e.slice(t.length)||"/"}function bc(e,t,n){const s=t.matched.length-1,r=n.matched.length-1;return s>-1&&s===r&&wt(t.matched[s],n.matched[r])&&Ri(t.params,n.params)&&e(t.query)===e(n.query)&&t.hash===n.hash}function wt(e,t){return(e.aliasOf||e)===(t.aliasOf||t)}function Ri(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const n in e)if(!xc(e[n],t[n]))return!1;return!0}function xc(e,t){return Pe(e)?er(e,t):Pe(t)?er(t,e):e===t}function er(e,t){return Pe(t)?e.length===t.length&&e.every((n,s)=>n===t[s]):e.length===1&&e[0]===t}function Ec(e,t){if(e.startsWith("/"))return e;if(!e)return t;const n=t.split("/"),s=e.split("/"),r=s[s.length-1];(r===".."||r===".")&&s.push("");let i=n.length-1,o,c;for(o=0;o1&&i--;else break;return n.slice(0,i).join("/")+"/"+s.slice(o).join("/")}const Qe={path:"/",name:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},redirectedFrom:void 0};var Yt;(function(e){e.pop="pop",e.push="push"})(Yt||(Yt={}));var Ut;(function(e){e.back="back",e.forward="forward",e.unknown=""})(Ut||(Ut={}));function wc(e){if(!e)if(vt){const t=document.querySelector("base");e=t&&t.getAttribute("href")||"/",e=e.replace(/^\w+:\/\/[^\/]+/,"")}else e="/";return e[0]!=="/"&&e[0]!=="#"&&(e="/"+e),vc(e)}const Sc=/^[^#]+#/;function Rc(e,t){return e.replace(Sc,"#")+t}function Cc(e,t){const n=document.documentElement.getBoundingClientRect(),s=e.getBoundingClientRect();return{behavior:t.behavior,left:s.left-n.left-(t.left||0),top:s.top-n.top-(t.top||0)}}const Rn=()=>({left:window.scrollX,top:window.scrollY});function Pc(e){let t;if("el"in e){const n=e.el,s=typeof n=="string"&&n.startsWith("#"),r=typeof n=="string"?s?document.getElementById(n.slice(1)):document.querySelector(n):n;if(!r)return;t=Cc(r,e)}else t=e;"scrollBehavior"in document.documentElement.style?window.scrollTo(t):window.scrollTo(t.left!=null?t.left:window.scrollX,t.top!=null?t.top:window.scrollY)}function tr(e,t){return(history.state?history.state.position-t:-1)+e}const Zn=new Map;function Oc(e,t){Zn.set(e,t)}function Ac(e){const t=Zn.get(e);return Zn.delete(e),t}let Tc=()=>location.protocol+"//"+location.host;function Ci(e,t){const{pathname:n,search:s,hash:r}=t,i=e.indexOf("#");if(i>-1){let c=r.includes(e.slice(i))?e.slice(i).length:1,l=r.slice(c);return l[0]!=="/"&&(l="/"+l),Zs(l,"")}return Zs(n,e)+s+r}function Mc(e,t,n,s){let r=[],i=[],o=null;const c=({state:g})=>{const m=Ci(e,location),O=n.value,A=t.value;let D=0;if(g){if(n.value=m,t.value=g,o&&o===O){o=null;return}D=A?g.position-A.position:0}else s(m);r.forEach(L=>{L(n.value,O,{delta:D,type:Yt.pop,direction:D?D>0?Ut.forward:Ut.back:Ut.unknown})})};function l(){o=n.value}function h(g){r.push(g);const m=()=>{const O=r.indexOf(g);O>-1&&r.splice(O,1)};return i.push(m),m}function a(){const{history:g}=window;g.state&&g.replaceState(q({},g.state,{scroll:Rn()}),"")}function d(){for(const g of i)g();i=[],window.removeEventListener("popstate",c),window.removeEventListener("beforeunload",a)}return window.addEventListener("popstate",c),window.addEventListener("beforeunload",a,{passive:!0}),{pauseListeners:l,listen:h,destroy:d}}function nr(e,t,n,s=!1,r=!1){return{back:e,current:t,forward:n,replaced:s,position:window.history.length,scroll:r?Rn():null}}function Ic(e){const{history:t,location:n}=window,s={value:Ci(e,n)},r={value:t.state};r.value||i(s.value,{back:null,current:s.value,forward:null,position:t.length-1,replaced:!0,scroll:null},!0);function i(l,h,a){const d=e.indexOf("#"),g=d>-1?(n.host&&document.querySelector("base")?e:e.slice(d))+l:Tc()+e+l;try{t[a?"replaceState":"pushState"](h,"",g),r.value=h}catch(m){console.error(m),n[a?"replace":"assign"](g)}}function o(l,h){const a=q({},t.state,nr(r.value.back,l,r.value.forward,!0),h,{position:r.value.position});i(l,a,!0),s.value=l}function c(l,h){const a=q({},r.value,t.state,{forward:l,scroll:Rn()});i(a.current,a,!0);const d=q({},nr(s.value,l,null),{position:a.position+1},h);i(l,d,!1),s.value=l}return{location:s,state:r,push:c,replace:o}}function Fc(e){e=wc(e);const t=Ic(e),n=Mc(e,t.state,t.location,t.replace);function s(i,o=!0){o||n.pauseListeners(),history.go(i)}const r=q({location:"",base:e,go:s,createHref:Rc.bind(null,e)},t,n);return Object.defineProperty(r,"location",{enumerable:!0,get:()=>t.location.value}),Object.defineProperty(r,"state",{enumerable:!0,get:()=>t.state.value}),r}function Lc(e){return e=location.host?e||location.pathname+location.search:"",e.includes("#")||(e+="#"),Fc(e)}function $c(e){return typeof e=="string"||e&&typeof e=="object"}function Pi(e){return typeof e=="string"||typeof e=="symbol"}const Oi=Symbol("");var sr;(function(e){e[e.aborted=4]="aborted",e[e.cancelled=8]="cancelled",e[e.duplicated=16]="duplicated"})(sr||(sr={}));function St(e,t){return q(new Error,{type:e,[Oi]:!0},t)}function Ke(e,t){return e instanceof Error&&Oi in e&&(t==null||!!(e.type&t))}const rr="[^/]+?",Hc={sensitive:!1,strict:!1,start:!0,end:!0},Nc=/[.+*?^${}()[\]/\\]/g;function jc(e,t){const n=q({},Hc,t),s=[];let r=n.start?"^":"";const i=[];for(const h of e){const a=h.length?[]:[90];n.strict&&!h.length&&(r+="/");for(let d=0;dt.length?t.length===1&&t[0]===80?1:-1:0}function Ai(e,t){let n=0;const s=e.score,r=t.score;for(;n0&&t[t.length-1]<0}const Bc={type:0,value:""},Uc=/[a-zA-Z0-9_]/;function Kc(e){if(!e)return[[]];if(e==="/")return[[Bc]];if(!e.startsWith("/"))throw new Error(`Invalid path "${e}"`);function t(m){throw new Error(`ERR (${n})/"${h}": ${m}`)}let n=0,s=n;const r=[];let i;function o(){i&&r.push(i),i=[]}let c=0,l,h="",a="";function d(){h&&(n===0?i.push({type:0,value:h}):n===1||n===2||n===3?(i.length>1&&(l==="*"||l==="+")&&t(`A repeatable param (${h}) must be alone in its segment. eg: '/:ids+.`),i.push({type:1,value:h,regexp:a,repeatable:l==="*"||l==="+",optional:l==="*"||l==="?"})):t("Invalid state to consume buffer"),h="")}function g(){h+=l}for(;c{o($)}:Bt}function o(d){if(Pi(d)){const g=s.get(d);g&&(s.delete(d),n.splice(n.indexOf(g),1),g.children.forEach(o),g.alias.forEach(o))}else{const g=n.indexOf(d);g>-1&&(n.splice(g,1),d.record.name&&s.delete(d.record.name),d.children.forEach(o),d.alias.forEach(o))}}function c(){return n}function l(d){const g=qc(d,n);n.splice(g,0,d),d.record.name&&!cr(d)&&s.set(d.record.name,d)}function h(d,g){let m,O={},A,D;if("name"in d&&d.name){if(m=s.get(d.name),!m)throw St(1,{location:d});D=m.record.name,O=q(or(g.params,m.keys.filter($=>!$.optional).concat(m.parent?m.parent.keys.filter($=>$.optional):[]).map($=>$.name)),d.params&&or(d.params,m.keys.map($=>$.name))),A=m.stringify(O)}else if(d.path!=null)A=d.path,m=n.find($=>$.re.test(A)),m&&(O=m.parse(A),D=m.record.name);else{if(m=g.name?s.get(g.name):n.find($=>$.re.test(g.path)),!m)throw St(1,{location:d,currentLocation:g});D=m.record.name,O=q({},g.params,d.params),A=m.stringify(O)}const L=[];let F=m;for(;F;)L.unshift(F.record),F=F.parent;return{name:D,path:A,params:O,matched:L,meta:zc(L)}}e.forEach(d=>i(d));function a(){n.length=0,s.clear()}return{addRoute:i,resolve:h,removeRoute:o,clearRoutes:a,getRoutes:c,getRecordMatcher:r}}function or(e,t){const n={};for(const s of t)s in e&&(n[s]=e[s]);return n}function lr(e){const t={path:e.path,redirect:e.redirect,name:e.name,meta:e.meta||{},aliasOf:e.aliasOf,beforeEnter:e.beforeEnter,props:kc(e),children:e.children||[],instances:{},leaveGuards:new Set,updateGuards:new Set,enterCallbacks:{},components:"components"in e?e.components||null:e.component&&{default:e.component}};return Object.defineProperty(t,"mods",{value:{}}),t}function kc(e){const t={},n=e.props||!1;if("component"in e)t.default=n;else for(const s in e.components)t[s]=typeof n=="object"?n[s]:n;return t}function cr(e){for(;e;){if(e.record.aliasOf)return!0;e=e.parent}return!1}function zc(e){return e.reduce((t,n)=>q(t,n.meta),{})}function fr(e,t){const n={};for(const s in e)n[s]=s in t?t[s]:e[s];return n}function qc(e,t){let n=0,s=t.length;for(;n!==s;){const i=n+s>>1;Ai(e,t[i])<0?s=i:n=i+1}const r=Gc(e);return r&&(s=t.lastIndexOf(r,s-1)),s}function Gc(e){let t=e;for(;t=t.parent;)if(Ti(t)&&Ai(e,t)===0)return t}function Ti({record:e}){return!!(e.name||e.components&&Object.keys(e.components).length||e.redirect)}function Yc(e){const t={};if(e===""||e==="?")return t;const s=(e[0]==="?"?e.slice(1):e).split("&");for(let r=0;ri&&Xn(i)):[s&&Xn(s)]).forEach(i=>{i!==void 0&&(t+=(t.length?"&":"")+n,i!=null&&(t+="="+i))})}return t}function Qc(e){const t={};for(const n in e){const s=e[n];s!==void 0&&(t[n]=Pe(s)?s.map(r=>r==null?null:""+r):s==null?s:""+s)}return t}const Jc=Symbol(""),ar=Symbol(""),ws=Symbol(""),Mi=Symbol(""),es=Symbol("");function Tt(){let e=[];function t(s){return e.push(s),()=>{const r=e.indexOf(s);r>-1&&e.splice(r,1)}}function n(){e=[]}return{add:t,list:()=>e.slice(),reset:n}}function Ze(e,t,n,s,r,i=o=>o()){const o=s&&(s.enterCallbacks[r]=s.enterCallbacks[r]||[]);return()=>new Promise((c,l)=>{const h=g=>{g===!1?l(St(4,{from:n,to:t})):g instanceof Error?l(g):$c(g)?l(St(2,{from:t,to:g})):(o&&s.enterCallbacks[r]===o&&typeof g=="function"&&o.push(g),c())},a=i(()=>e.call(s&&s.instances[r],t,n,h));let d=Promise.resolve(a);e.length<3&&(d=d.then(h)),d.catch(g=>l(g))})}function Bn(e,t,n,s,r=i=>i()){const i=[];for(const o of e)for(const c in o.components){let l=o.components[c];if(!(t!=="beforeRouteEnter"&&!o.instances[c]))if(yi(l)){const a=(l.__vccOpts||l)[t];a&&i.push(Ze(a,n,s,o,c,r))}else{let h=l();i.push(()=>h.then(a=>{if(!a)throw new Error(`Couldn't resolve component "${c}" at "${o.path}"`);const d=sc(a)?a.default:a;o.mods[c]=a,o.components[c]=d;const m=(d.__vccOpts||d)[t];return m&&Ze(m,n,s,o,c,r)()}))}}return i}function dr(e){const t=ke(ws),n=ke(Mi),s=Se(()=>{const l=ut(e.to);return t.resolve(l)}),r=Se(()=>{const{matched:l}=s.value,{length:h}=l,a=l[h-1],d=n.matched;if(!a||!d.length)return-1;const g=d.findIndex(wt.bind(null,a));if(g>-1)return g;const m=hr(l[h-2]);return h>1&&hr(a)===m&&d[d.length-1].path!==m?d.findIndex(wt.bind(null,l[h-2])):g}),i=Se(()=>r.value>-1&&tf(n.params,s.value.params)),o=Se(()=>r.value>-1&&r.value===n.matched.length-1&&Ri(n.params,s.value.params));function c(l={}){return ef(l)?t[ut(e.replace)?"replace":"push"](ut(e.to)).catch(Bt):Promise.resolve()}return{route:s,href:Se(()=>s.value.href),isActive:i,isExactActive:o,navigate:c}}const Xc=kr({name:"RouterLink",compatConfig:{MODE:3},props:{to:{type:[String,Object],required:!0},replace:Boolean,activeClass:String,exactActiveClass:String,custom:Boolean,ariaCurrentValue:{type:String,default:"page"}},useLink:dr,setup(e,{slots:t}){const n=yn(dr(e)),{options:s}=ke(ws),r=Se(()=>({[pr(e.activeClass,s.linkActiveClass,"router-link-active")]:n.isActive,[pr(e.exactActiveClass,s.linkExactActiveClass,"router-link-exact-active")]:n.isExactActive}));return()=>{const i=t.default&&t.default(n);return e.custom?i:_i("a",{"aria-current":n.isExactActive?e.ariaCurrentValue:null,href:n.href,onClick:n.navigate,class:r.value},i)}}}),Zc=Xc;function ef(e){if(!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)&&!e.defaultPrevented&&!(e.button!==void 0&&e.button!==0)){if(e.currentTarget&&e.currentTarget.getAttribute){const t=e.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(t))return}return e.preventDefault&&e.preventDefault(),!0}}function tf(e,t){for(const n in t){const s=t[n],r=e[n];if(typeof s=="string"){if(s!==r)return!1}else if(!Pe(r)||r.length!==s.length||s.some((i,o)=>i!==r[o]))return!1}return!0}function hr(e){return e?e.aliasOf?e.aliasOf.path:e.path:""}const pr=(e,t,n)=>e??t??n,nf=kr({name:"RouterView",inheritAttrs:!1,props:{name:{type:String,default:"default"},route:Object},compatConfig:{MODE:3},setup(e,{attrs:t,slots:n}){const s=ke(es),r=Se(()=>e.route||s.value),i=ke(ar,0),o=Se(()=>{let h=ut(i);const{matched:a}=r.value;let d;for(;(d=a[h])&&!d.components;)h++;return h}),c=Se(()=>r.value.matched[o.value]);nn(ar,Se(()=>o.value+1)),nn(Jc,c),nn(es,r);const l=_o();return sn(()=>[l.value,c.value,e.name],([h,a,d],[g,m,O])=>{a&&(a.instances[d]=h,m&&m!==a&&h&&h===g&&(a.leaveGuards.size||(a.leaveGuards=m.leaveGuards),a.updateGuards.size||(a.updateGuards=m.updateGuards))),h&&a&&(!m||!wt(a,m)||!g)&&(a.enterCallbacks[d]||[]).forEach(A=>A(h))},{flush:"post"}),()=>{const h=r.value,a=e.name,d=c.value,g=d&&d.components[a];if(!g)return gr(n.default,{Component:g,route:h});const m=d.props[a],O=m?m===!0?h.params:typeof m=="function"?m(h):m:null,D=_i(g,q({},O,t,{onVnodeUnmounted:L=>{L.component.isUnmounted&&(d.instances[a]=null)},ref:l}));return gr(n.default,{Component:D,route:h})||D}}});function gr(e,t){if(!e)return null;const n=e(t);return n.length===1?n[0]:n}const Ii=nf;function sf(e){const t=Wc(e.routes,e),n=e.parseQuery||Yc,s=e.stringifyQuery||ur,r=e.history,i=Tt(),o=Tt(),c=Tt(),l=vo(Qe);let h=Qe;vt&&e.scrollBehavior&&"scrollRestoration"in history&&(history.scrollRestoration="manual");const a=jn.bind(null,v=>""+v),d=jn.bind(null,mc),g=jn.bind(null,Gt);function m(v,P){let R,M;return Pi(v)?(R=t.getRecordMatcher(v),M=P):M=v,t.addRoute(M,R)}function O(v){const P=t.getRecordMatcher(v);P&&t.removeRoute(P)}function A(){return t.getRoutes().map(v=>v.record)}function D(v){return!!t.getRecordMatcher(v)}function L(v,P){if(P=q({},P||l.value),typeof v=="string"){const u=Dn(n,v,P.path),p=t.resolve({path:u.path},P),y=r.createHref(u.fullPath);return q(u,p,{params:g(p.params),hash:Gt(u.hash),redirectedFrom:void 0,href:y})}let R;if(v.path!=null)R=q({},v,{path:Dn(n,v.path,P.path).path});else{const u=q({},v.params);for(const p in u)u[p]==null&&delete u[p];R=q({},v,{params:d(u)}),P.params=d(P.params)}const M=t.resolve(R,P),k=v.hash||"";M.params=a(g(M.params));const ee=yc(s,q({},v,{hash:hc(k),path:M.path})),f=r.createHref(ee);return q({fullPath:ee,hash:k,query:s===ur?Qc(v.query):v.query||{}},M,{redirectedFrom:void 0,href:f})}function F(v){return typeof v=="string"?Dn(n,v,l.value.path):q({},v)}function $(v,P){if(h!==v)return St(8,{from:P,to:v})}function T(v){return Z(v)}function Y(v){return T(q(F(v),{replace:!0}))}function ie(v){const P=v.matched[v.matched.length-1];if(P&&P.redirect){const{redirect:R}=P;let M=typeof R=="function"?R(v):R;return typeof M=="string"&&(M=M.includes("?")||M.includes("#")?M=F(M):{path:M},M.params={}),q({query:v.query,hash:v.hash,params:M.path!=null?{}:v.params},M)}}function Z(v,P){const R=h=L(v),M=l.value,k=v.state,ee=v.force,f=v.replace===!0,u=ie(R);if(u)return Z(q(F(u),{state:typeof u=="object"?q({},k,u.state):k,force:ee,replace:f}),P||R);const p=R;p.redirectedFrom=P;let y;return!ee&&bc(s,M,R)&&(y=St(16,{to:p,from:M}),Me(M,M,!0,!1)),(y?Promise.resolve(y):Ae(p,M)).catch(_=>Ke(_)?Ke(_,2)?_:Ye(_):K(_,p,M)).then(_=>{if(_){if(Ke(_,2))return Z(q({replace:f},F(_.to),{state:typeof _.to=="object"?q({},k,_.to.state):k,force:ee}),P||p)}else _=it(p,M,!0,f,k);return Ge(p,M,_),_})}function Oe(v,P){const R=$(v,P);return R?Promise.reject(R):Promise.resolve()}function qe(v){const P=gt.values().next().value;return P&&typeof P.runWithContext=="function"?P.runWithContext(v):v()}function Ae(v,P){let R;const[M,k,ee]=rf(v,P);R=Bn(M.reverse(),"beforeRouteLeave",v,P);for(const u of M)u.leaveGuards.forEach(p=>{R.push(Ze(p,v,P))});const f=Oe.bind(null,v,P);return R.push(f),Ee(R).then(()=>{R=[];for(const u of i.list())R.push(Ze(u,v,P));return R.push(f),Ee(R)}).then(()=>{R=Bn(k,"beforeRouteUpdate",v,P);for(const u of k)u.updateGuards.forEach(p=>{R.push(Ze(p,v,P))});return R.push(f),Ee(R)}).then(()=>{R=[];for(const u of ee)if(u.beforeEnter)if(Pe(u.beforeEnter))for(const p of u.beforeEnter)R.push(Ze(p,v,P));else R.push(Ze(u.beforeEnter,v,P));return R.push(f),Ee(R)}).then(()=>(v.matched.forEach(u=>u.enterCallbacks={}),R=Bn(ee,"beforeRouteEnter",v,P,qe),R.push(f),Ee(R))).then(()=>{R=[];for(const u of o.list())R.push(Ze(u,v,P));return R.push(f),Ee(R)}).catch(u=>Ke(u,8)?u:Promise.reject(u))}function Ge(v,P,R){c.list().forEach(M=>qe(()=>M(v,P,R)))}function it(v,P,R,M,k){const ee=$(v,P);if(ee)return ee;const f=P===Qe,u=vt?history.state:{};R&&(M||f?r.replace(v.fullPath,q({scroll:f&&u&&u.scroll},k)):r.push(v.fullPath,k)),l.value=v,Me(v,P,R,f),Ye()}let Te;function Ct(){Te||(Te=r.listen((v,P,R)=>{if(!Xt.listening)return;const M=L(v),k=ie(M);if(k){Z(q(k,{replace:!0}),M).catch(Bt);return}h=M;const ee=l.value;vt&&Oc(tr(ee.fullPath,R.delta),Rn()),Ae(M,ee).catch(f=>Ke(f,12)?f:Ke(f,2)?(Z(f.to,M).then(u=>{Ke(u,20)&&!R.delta&&R.type===Yt.pop&&r.go(-1,!1)}).catch(Bt),Promise.reject()):(R.delta&&r.go(-R.delta,!1),K(f,M,ee))).then(f=>{f=f||it(M,ee,!1),f&&(R.delta&&!Ke(f,8)?r.go(-R.delta,!1):R.type===Yt.pop&&Ke(f,20)&&r.go(-1,!1)),Ge(M,ee,f)}).catch(Bt)}))}let ht=Tt(),ne=Tt(),G;function K(v,P,R){Ye(v);const M=ne.list();return M.length?M.forEach(k=>k(v,P,R)):console.error(v),Promise.reject(v)}function Be(){return G&&l.value!==Qe?Promise.resolve():new Promise((v,P)=>{ht.add([v,P])})}function Ye(v){return G||(G=!v,Ct(),ht.list().forEach(([P,R])=>v?R(v):P()),ht.reset()),v}function Me(v,P,R,M){const{scrollBehavior:k}=e;if(!vt||!k)return Promise.resolve();const ee=!R&&Ac(tr(v.fullPath,0))||(M||!R)&&history.state&&history.state.scroll||null;return Br().then(()=>k(v,P,ee)).then(f=>f&&Pc(f)).catch(f=>K(f,v,P))}const pe=v=>r.go(v);let pt;const gt=new Set,Xt={currentRoute:l,listening:!0,addRoute:m,removeRoute:O,clearRoutes:t.clearRoutes,hasRoute:D,getRoutes:A,resolve:L,options:e,push:T,replace:Y,go:pe,back:()=>pe(-1),forward:()=>pe(1),beforeEach:i.add,beforeResolve:o.add,afterEach:c.add,onError:ne.add,isReady:Be,install(v){const P=this;v.component("RouterLink",Zc),v.component("RouterView",Ii),v.config.globalProperties.$router=P,Object.defineProperty(v.config.globalProperties,"$route",{enumerable:!0,get:()=>ut(l)}),vt&&!pt&&l.value===Qe&&(pt=!0,T(r.location).catch(k=>{}));const R={};for(const k in Qe)Object.defineProperty(R,k,{get:()=>l.value[k],enumerable:!0});v.provide(ws,P),v.provide(Mi,$r(R)),v.provide(es,l);const M=v.unmount;gt.add(v),v.unmount=function(){gt.delete(v),gt.size<1&&(h=Qe,Te&&Te(),Te=null,l.value=Qe,pt=!1,G=!1),M()}}};function Ee(v){return v.reduce((P,R)=>P.then(()=>qe(R)),Promise.resolve())}return Xt}function rf(e,t){const n=[],s=[],r=[],i=Math.max(t.matched.length,e.matched.length);for(let o=0;owt(h,c))?s.push(c):n.push(c));const l=e.matched[o];l&&(t.matched.find(h=>wt(h,l))||r.push(l))}return[n,s,r]}const of={__name:"App",setup(e){return(t,n)=>(Sn(),yl(ut(Ii)))}},lf="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2023%2023'%3e%3cpath%20fill='%23f3f3f3'%20d='M0%200h23v23H0z'/%3e%3cpath%20fill='%23f35325'%20d='M1%201h10v10H1z'/%3e%3cpath%20fill='%2381bc06'%20d='M12%201h10v10H12z'/%3e%3cpath%20fill='%2305a6f0'%20d='M1%2012h10v10H1z'/%3e%3cpath%20fill='%23ffba08'%20d='M12%2012h10v10H12z'/%3e%3c/svg%3e",Cn=(e,t)=>{const n=e.__vccOpts||e;for(const[s,r]of t)n[s]=r;return n},cf={props:{customClass:{type:String}}};function ff(e,t,n,s,r,i){return Sn(),vs("h1",{class:vn(["text-5xl italic",n.customClass||"text-light"])},t[0]||(t[0]=[ys(" Achei"),ge("span",{class:"text-5xl font-bold"},"UnB",-1)]),2)}const mr=Cn(cf,[["render",ff]]),uf={id:"transition-screen",class:"fixed inset-0 flex items-center justify-center z-50"},af={class:"fixed inset-0 flex items-center justify-center z-50"},df={id:"main-content",class:"telaInteira bg-azul text-white p-4 h-screen hidden"},hf={class:"titulo flex space-x-1 mt-20 mb-20 ml-8 md:flex md:justify-center md:mb-52"},pf={__name:"Login",setup(e){window.addEventListener("load",()=>{const n=document.getElementById("transition-screen"),s=document.getElementById("main-content");setTimeout(()=>{n.classList.add("fade-out")},500),n.addEventListener("animationend",()=>{n.classList.add("hidden"),s.classList.remove("hidden"),s.classList.add("fade-in")})});function t(){window.location.href="https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=407427a4-6920-4549-80c6-bc772b8da945&redirect_uri=http%3A%2F%2Flocalhost%3A5173%2Faccounts%2Fmicrosoft%2Flogin%2Fcallback%2F&scope=User.Read&response_type=code&state=Zay5NfY4tSn7JgvO&domain=alunos.unb.br"}return(n,s)=>(Sn(),vs($e,null,[ge("div",uf,[ge("div",af,[he(mr,{customClass:"text-azul"})])]),ge("div",df,[ge("div",hf,[he(mr)]),s[1]||(s[1]=ge("div",{class:"slogan max-w-72 ml-8 md:mr-8 md:max-w-none md:w-auto md:text-center"},[ge("p",{class:"text-5xl font-bold mb-4 md:text-6xl"},"Perdeu algo no campus?"),ge("p",{class:"text-5xl italic font-light mb-4 md:text-6xl"}," A gente te ajuda! ")],-1)),ge("div",{class:"flex justify-center mt-52 lg:"},[ge("button",{onClick:t,class:"flex items-center rounded-full bg-gray-50 px-5 py-3 text-md font-medium text-azul ring-1 ring-inset ring-gray-500/10"},s[0]||(s[0]=[ge("img",{src:lf,alt:"Logo Microsoft",class:"h-6 w-auto mr-2"},null,-1),ys(" Entre com a conta da Microsoft ")]))])])],64))}},gf=Cn(pf,[["__scopeId","data-v-e49d3775"]]),mf={};function _f(e,t){return"about"}const vf=Cn(mf,[["render",_f]]),yf={name:"MainMenu"};function bf(e,t,n,s,r,i){return"main menu"}const xf=Cn(yf,[["render",bf]]),Ef={class:"h-screen"},wf={class:"fixed bottom-0 w-full h-16"},Sf={__name:"Lost",setup(e){return(t,n)=>(Sn(),vs("div",Ef,[ge("div",wf,[he(xf)])]))}},Rf=[{path:"/",name:"Login",component:gf},{path:"/about",name:"About",component:vf},{path:"/lost",name:"Lost",component:Sf}],Cf=sf({history:Lc(),routes:Rf}),Fi=ec(of);Fi.use(Cf);Fi.mount("#app"); diff --git a/API/AcheiUnB/static/dist/index.html b/API/AcheiUnB/static/dist/index.html new file mode 100644 index 00000000..275b1865 --- /dev/null +++ b/API/AcheiUnB/static/dist/index.html @@ -0,0 +1,14 @@ + + + + + + + AcheiUnB + + + + +
+ + diff --git a/API/AcheiUnB/urls.py b/API/AcheiUnB/urls.py index bdf17044..3522d0a6 100644 --- a/API/AcheiUnB/urls.py +++ b/API/AcheiUnB/urls.py @@ -21,12 +21,17 @@ TokenObtainPairView, TokenRefreshView, ) +from django.shortcuts import render + +# View para servir o arquivo Vue.js +def vue_app(request): + return render(request, 'index.html') # Caminho para o index.html dentro da pasta templates urlpatterns = [ path('admin/', admin.site.urls), path('accounts/', include('allauth.urls')), # Rotas do Allauth para login pelo Microsoft - path('', auth_views.LoginView.as_view(template_name='users/login.html'), name='login'), - path('', include('users.urls')), # Inclui as rotas do app "users" + path('login/', auth_views.LoginView.as_view(template_name='users/login.html'), name='login'), + path('', vue_app, name='vue_home'), # Essa URL renderiza o arquivo index.html path('api/token/', TokenObtainPairView.as_view(), name='token_obtain_pair'), # Obter token de acesso e refresh path('api/token/refresh/', TokenRefreshView.as_view(), name='token_refresh'), # Atualizar token de acesso path('api/chat/', include('chat.urls')), diff --git a/API/users/__pycache__/__init__.cpython-312.pyc b/API/users/__pycache__/__init__.cpython-312.pyc index f855901f..e7d44907 100644 Binary files a/API/users/__pycache__/__init__.cpython-312.pyc and b/API/users/__pycache__/__init__.cpython-312.pyc differ diff --git a/API/users/__pycache__/admin.cpython-312.pyc b/API/users/__pycache__/admin.cpython-312.pyc index 422905d5..d31ba15b 100644 Binary files a/API/users/__pycache__/admin.cpython-312.pyc and b/API/users/__pycache__/admin.cpython-312.pyc differ diff --git a/API/users/__pycache__/apps.cpython-312.pyc b/API/users/__pycache__/apps.cpython-312.pyc index bbae234b..d8f7e032 100644 Binary files a/API/users/__pycache__/apps.cpython-312.pyc and b/API/users/__pycache__/apps.cpython-312.pyc differ diff --git a/API/users/__pycache__/models.cpython-312.pyc b/API/users/__pycache__/models.cpython-312.pyc index 071f3e95..85df6473 100644 Binary files a/API/users/__pycache__/models.cpython-312.pyc and b/API/users/__pycache__/models.cpython-312.pyc differ diff --git a/API/users/__pycache__/views.cpython-312.pyc b/API/users/__pycache__/views.cpython-312.pyc index b58b5ffb..b8cffdf9 100644 Binary files a/API/users/__pycache__/views.cpython-312.pyc and b/API/users/__pycache__/views.cpython-312.pyc differ diff --git a/API/users/migrations/__pycache__/__init__.cpython-312.pyc b/API/users/migrations/__pycache__/__init__.cpython-312.pyc index 153c3e88..5f8ce2de 100644 Binary files a/API/users/migrations/__pycache__/__init__.cpython-312.pyc and b/API/users/migrations/__pycache__/__init__.cpython-312.pyc differ diff --git a/API/users/templates/index.html b/API/users/templates/index.html new file mode 100644 index 00000000..1df3e4a2 --- /dev/null +++ b/API/users/templates/index.html @@ -0,0 +1,15 @@ +{% load static %} + + + + + + + AcheiUnB + + + +
+ + + diff --git a/web/src/views/Login.vue b/web/src/views/Login.vue index eae97088..9a35e925 100644 --- a/web/src/views/Login.vue +++ b/web/src/views/Login.vue @@ -32,7 +32,7 @@ class="flex items-center rounded-full bg-gray-50 px-5 py-3 text-md font-medium text-azul ring-1 ring-inset ring-gray-500/10" > Logo Microsoft @@ -62,7 +62,7 @@ window.addEventListener("load", () => { function redirectToLoginMicrosoft() { window.location.href = - "http://localhost:8000/accounts/microsoft/login/callback/?code=1.AQoAoZs17AtjK024M8jm1I-AWaQndEAgaUlFgMa8dyuNqUUKAEsKAA.AgABBAIAAADW6jl31mB3T7ugrWTT8pFeAwDs_wUA9P9MZdKMoEzV5HiWul9EpMcaWKfGBT0keLmk9c-rCvbWkOxjVSGoUAMeU6cAae8lWykGXY-tzhlJL6cUPo_1F1vEPTJPL-vd3xiMZhexpdE1KrfxPUJaUfkyZf83gIq6lH5iY8rjmPDncnEGE-QiawLZBcUGrUbCd6yeBV1N2v5tJcUIL0qnOPX55XDo22hEKnC-AGK-PimzMAB66TIfwOmMEmoA-3Oga80t8c6Y3h0fVCbx5znZHoziSu1xaG9f0ZeptIAuZUn_GStwiBVua8wstZ7ETcqmauX6KJIIl2TIUZ_UGDmzlOM-5cAyl6X8K0d-qjQ6ojSppdPt5ZuMXjFJO7uTqxpFfz6z5QoU_JxlG264WmVlGOwZ6LlMVHv29zSeE__3siJqpsnnvqnhMEbsIpxxwHi54esBWwhTEtp70fmDo9QdOzALuUyiCXm09ucno-2c4Xbf7v1NQgbWlzEhzrDVAOM-OKD19B5UMRhqHYbjUwQjjmXm390DoYKNDX3OZbvY5RHiV48Xlw3pH9TtTlyLGgOeX4TkGFSpaorkoRKpf7Ra05vD5pWkY2-w3X0zkWwvjK_CPkqn-6Noj-KNGtAmdzc7CZDY8CkjV7malOf8qHw2JgPP7M2a9jzjk6hNOi0ZKBe1WQBTXDzxzykjHZt1_5Mruo2FDo6mSIr4UcftjCgLf1b7Asd9yIHWSmCA8YhXFWBG8wlI6bNLMj-ytwOcjKYlTdkRTeKT&state=Zay5NfY4tSn7JgvO&session_state=22111dff-b57b-4d45-97be-8c7ffaf3d2b7#"; + "https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=407427a4-6920-4549-80c6-bc772b8da945&redirect_uri=http%3A%2F%2Flocalhost%3A5173%2Faccounts%2Fmicrosoft%2Flogin%2Fcallback%2F&scope=User.Read&response_type=code&state=Zay5NfY4tSn7JgvO&domain=alunos.unb.br"; } diff --git a/web/vite.config.js b/web/vite.config.js index 8ebd6ffe..a632600d 100644 --- a/web/vite.config.js +++ b/web/vite.config.js @@ -3,6 +3,7 @@ import { fileURLToPath, URL } from 'node:url' import { defineConfig } from 'vite' import vue from '@vitejs/plugin-vue' import vueDevTools from 'vite-plugin-vue-devtools' +import path from 'path'; // https://vite.dev/config/ export default defineConfig({ @@ -18,4 +19,8 @@ export default defineConfig({ '@': fileURLToPath(new URL('./src', import.meta.url)) }, }, + build: { + outDir: path.resolve(__dirname, '../API/AcheiUnB/static/dist'), // Diretório de saída + assetsDir: './', // Configura o caminho relativo para assets + }, })