Plugin Directory

Changeset 3281271


Ignore:
Timestamp:
04/24/2025 08:47:32 PM (11 months ago)
Author:
onlineada
Message:

2.0.9

Location:
accessibility-toolbar
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • accessibility-toolbar/tags/2.0.9/CHANGELOG.md

    r3239688 r3281271  
    11# Changelog
    22All notable changes to this project will be documented in this file.
     3
     4- [ 2.0.9 ] - 4/24/2025
     5- fixed template router bug causing conflicts with other plugins
     6- fixed submenu hrefs
     7- tested up to Wordpress 6.8
    38
    49- [ 2.0.8 ] - 2/4/2025
  • accessibility-toolbar/tags/2.0.9/README.md

    r3239688 r3281271  
    66Author URI: https://onlineada.com/
    77Author: Ability, Inc
    8 Tested up to: 6.7.1
     8Tested up to: 6.8
    99Requires at least: 4.6
    10 Stable tag: 2.0.8
    11 Version: 2.0.8
     10Stable tag: 2.0.9
     11Version: 2.0.9
    1212Requires PHP: ^5.6
    1313License: GPLv2 or later
  • accessibility-toolbar/tags/2.0.9/index.php

    r3239688 r3281271  
    33 * Plugin Name:       Web Accessibility with Max Access
    44 * Description:       The Future is Accessible
    5  * Version:           2.0.8
     5 * Version:           2.0.9
    66 * Author:            Ability, Inc.
    77 * Author URI:        https://maxaccess.io/
     
    104104        'Web Accessibility',
    105105        'manage_options',
    106         '/max-access-plugin-menu',
     106        'max-access-plugin-menu',
    107107        'display_ma_plugin_menu',
    108108        'dashicons-admin-generic',
     
    111111
    112112    add_submenu_page(
    113         '/max-access-plugin-menu',
     113        'max-access-plugin-menu',
    114114        'General Settings',
    115115        'General Settings',
    116116        'manage_options',
    117         '/admin.php?page=max-access-plugin-menu',
     117        'max-access-plugin-menu',
    118118        null
    119119    );
    120120
    121121    add_submenu_page(
    122         '/max-access-plugin-menu',
     122        'max-access-plugin-menu',
    123123        'Setup Instructions',
    124124        'Setup Instructions',
    125125        'manage_options',
    126         '/admin.php?page=max-access-plugin-menu/setup',
     126        'max-access-plugin-menu/setup',
    127127        'redirect_to_setup_page',
    128128        2
     
    130130
    131131    add_submenu_page(
    132         '/max-access-plugin-menu',
     132        'max-access-plugin-menu',
    133133        'Pro Features',
    134134        'Pro Features',
    135135        'manage_options',
    136         '/admin.php?page=max-access-plugin-menu/features',
     136        'max-access-plugin-menu/features',
    137137        'redirect_to_pro_features_page',
    138138        3
     
    140140
    141141    add_submenu_page(
    142         '/max-access-plugin-menu',
     142        'max-access-plugin-menu',
    143143        'Pricing',
    144144        'Pricing',
    145145        'manage_options',
    146         '/admin.php?page=max-access-plugin-menu/pricing',
     146        'max-access-plugin-menu/pricing',
    147147        'redirect_to_pricing_page',
    148148        4
     
    151151
    152152    add_submenu_page(
    153         '/max-access-plugin-menu',
     153        'max-access-plugin-menu',
    154154        'Get Certified',
    155155        'Get Certified',
    156156        'manage_options',
    157         '/admin.php?page=max-access-plugin-menu/get-certified',
     157        'max-access-plugin-menu/get-certified',
    158158        'redirect_to_get_certified_page',
    159159        5
    160160    );
    161 
    162     //remove the redundant top level link...
    163     global $submenu;
    164     unset($submenu['max-access-plugin-menu'][0]);
    165161};
    166162
  • accessibility-toolbar/tags/2.0.9/src/admin.js

    r3239688 r3281271  
    1 (function(Nt){typeof define=="function"&&define.amd?define(Nt):Nt()})(function(){"use strict";function Nt(e,t){const n=Object.create(null),s=e.split(",");for(let r=0;r<s.length;r++)n[s[r]]=!0;return t?r=>!!n[r.toLowerCase()]:r=>!!n[r]}const le={},Lt=[],qe=()=>{},Vl=()=>!1,Tn=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),Rs=e=>e.startsWith("onUpdate:"),ge=Object.assign,Ss=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},Wl=Object.prototype.hasOwnProperty,Z=(e,t)=>Wl.call(e,t),q=Array.isArray,It=e=>Nn(e)==="[object Map]",zr=e=>Nn(e)==="[object Set]",V=e=>typeof e=="function",he=e=>typeof e=="string",kn=e=>typeof e=="symbol",ce=e=>e!==null&&typeof e=="object",Kr=e=>(ce(e)||V(e))&&V(e.then)&&V(e.catch),Vr=Object.prototype.toString,Nn=e=>Vr.call(e),Jl=e=>Nn(e).slice(8,-1),Wr=e=>Nn(e)==="[object Object]",Ps=e=>he(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,Ln=Nt(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),In=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},Ql=/-(\w)/g,ze=In(e=>e.replace(Ql,(t,n)=>n?n.toUpperCase():"")),Gl=/\B([A-Z])/g,Mt=In(e=>e.replace(Gl,"-$1").toLowerCase()),Mn=In(e=>e.charAt(0).toUpperCase()+e.slice(1)),Os=In(e=>e?`on${Mn(e)}`:""),vt=(e,t)=>!Object.is(e,t),jn=(e,t)=>{for(let n=0;n<e.length;n++)e[n](t)},Fn=(e,t,n)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,value:n})},Cs=e=>{const t=parseFloat(e);return isNaN(t)?e:t},Xl=e=>{const t=he(e)?Number(e):NaN;return isNaN(t)?e:t};let Jr;const Ts=()=>Jr||(Jr=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function jt(e){if(q(e)){const t={};for(let n=0;n<e.length;n++){const s=e[n],r=he(s)?ec(s):jt(s);if(r)for(const o in r)t[o]=r[o]}return t}else if(he(e)||ce(e))return e}const Yl=/;(?![^(]*\))/g,Zl=/:([^]+)/,$l=/\/\*[^]*?\*\//g;function ec(e){const t={};return e.replace($l,"").split(Yl).forEach(n=>{if(n){const s=n.split(Zl);s.length>1&&(t[s[0].trim()]=s[1].trim())}}),t}function Bn(e){let t="";if(he(e))t=e;else if(q(e))for(let n=0;n<e.length;n++){const s=Bn(e[n]);s&&(t+=s+" ")}else if(ce(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}const tc=Nt("itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly");function Qr(e){return!!e||e===""}const wt=e=>he(e)?e:e==null?"":q(e)||ce(e)&&(e.toString===Vr||!V(e.toString))?JSON.stringify(e,Gr,2):String(e),Gr=(e,t)=>t&&t.__v_isRef?Gr(e,t.value):It(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[s,r])=>(n[`${s} =>`]=r,n),{})}:zr(t)?{[`Set(${t.size})`]:[...t.values()]}:ce(t)&&!q(t)&&!Wr(t)?String(t):t;let Ce;class Xr{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this.parent=Ce,!t&&Ce&&(this.index=(Ce.scopes||(Ce.scopes=[])).push(this)-1)}get active(){return this._active}run(t){if(this._active){const n=Ce;try{return Ce=this,t()}finally{Ce=n}}}on(){Ce=this}off(){Ce=this.parent}stop(t){if(this._active){let n,s;for(n=0,s=this.effects.length;n<s;n++)this.effects[n].stop();for(n=0,s=this.cleanups.length;n<s;n++)this.cleanups[n]();if(this.scopes)for(n=0,s=this.scopes.length;n<s;n++)this.scopes[n].stop(!0);if(!this.detached&&this.parent&&!t){const r=this.parent.scopes.pop();r&&r!==this&&(this.parent.scopes[this.index]=r,r.index=this.index)}this.parent=void 0,this._active=!1}}}function Yr(e){return new Xr(e)}function nc(e,t=Ce){t&&t.active&&t.effects.push(e)}function Zr(){return Ce}function sc(e){Ce&&Ce.cleanups.push(e)}const ks=e=>{const t=new Set(e);return t.w=0,t.n=0,t},$r=e=>(e.w&rt)>0,eo=e=>(e.n&rt)>0,rc=({deps:e})=>{if(e.length)for(let t=0;t<e.length;t++)e[t].w|=rt},oc=e=>{const{deps:t}=e;if(t.length){let n=0;for(let s=0;s<t.length;s++){const r=t[s];$r(r)&&!eo(r)?r.delete(e):t[n++]=r,r.w&=~rt,r.n&=~rt}t.length=n}},Dn=new WeakMap;let sn=0,rt=1;const Ns=30;let Me;const Et=Symbol(""),Ls=Symbol("");class Is{constructor(t,n=null,s){this.fn=t,this.scheduler=n,this.active=!0,this.deps=[],this.parent=void 0,nc(this,s)}run(){if(!this.active)return this.fn();let t=Me,n=ot;for(;t;){if(t===this)return;t=t.parent}try{return this.parent=Me,Me=this,ot=!0,rt=1<<++sn,sn<=Ns?rc(this):to(this),this.fn()}finally{sn<=Ns&&oc(this),rt=1<<--sn,Me=this.parent,ot=n,this.parent=void 0,this.deferStop&&this.stop()}}stop(){Me===this?this.deferStop=!0:this.active&&(to(this),this.onStop&&this.onStop(),this.active=!1)}}function to(e){const{deps:t}=e;if(t.length){for(let n=0;n<t.length;n++)t[n].delete(e);t.length=0}}let ot=!0;const no=[];function Ft(){no.push(ot),ot=!1}function Bt(){const e=no.pop();ot=e===void 0?!0:e}function _e(e,t,n){if(ot&&Me){let s=Dn.get(e);s||Dn.set(e,s=new Map);let r=s.get(n);r||s.set(n,r=ks()),so(r)}}function so(e,t){let n=!1;sn<=Ns?eo(e)||(e.n|=rt,n=!$r(e)):n=!e.has(Me),n&&(e.add(Me),Me.deps.push(e))}function Ye(e,t,n,s,r,o){const i=Dn.get(e);if(!i)return;let l=[];if(t==="clear")l=[...i.values()];else if(n==="length"&&q(e)){const c=Number(s);i.forEach((u,a)=>{(a==="length"||!kn(a)&&a>=c)&&l.push(u)})}else switch(n!==void 0&&l.push(i.get(n)),t){case"add":q(e)?Ps(n)&&l.push(i.get("length")):(l.push(i.get(Et)),It(e)&&l.push(i.get(Ls)));break;case"delete":q(e)||(l.push(i.get(Et)),It(e)&&l.push(i.get(Ls)));break;case"set":It(e)&&l.push(i.get(Et));break}if(l.length===1)l[0]&&Ms(l[0]);else{const c=[];for(const u of l)u&&c.push(...u);Ms(ks(c))}}function Ms(e,t){const n=q(e)?e:[...e];for(const s of n)s.computed&&ro(s);for(const s of n)s.computed||ro(s)}function ro(e,t){(e!==Me||e.allowRecurse)&&(e.scheduler?e.scheduler():e.run())}function ic(e,t){var n;return(n=Dn.get(e))==null?void 0:n.get(t)}const lc=Nt("__proto__,__v_isRef,__isVue"),oo=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(kn)),io=cc();function cc(){const e={};return["includes","indexOf","lastIndexOf"].forEach(t=>{e[t]=function(...n){const s=G(this);for(let o=0,i=this.length;o<i;o++)_e(s,"get",o+"");const r=s[t](...n);return r===-1||r===!1?s[t](...n.map(G)):r}}),["push","pop","shift","unshift","splice"].forEach(t=>{e[t]=function(...n){Ft();const s=G(this)[t].apply(this,n);return Bt(),s}}),e}function ac(e){const t=G(this);return _e(t,"has",e),t.hasOwnProperty(e)}class lo{constructor(t=!1,n=!1){this._isReadonly=t,this._shallow=n}get(t,n,s){const r=this._isReadonly,o=this._shallow;if(n==="__v_isReactive")return!r;if(n==="__v_isReadonly")return r;if(n==="__v_isShallow")return o;if(n==="__v_raw"&&s===(r?o?Ac:go:o?mo:po).get(t))return t;const i=q(t);if(!r){if(i&&Z(io,n))return Reflect.get(io,n,s);if(n==="hasOwnProperty")return ac}const l=Reflect.get(t,n,s);return(kn(n)?oo.has(n):lc(n))||(r||_e(t,"get",n),o)?l:de(l)?i&&Ps(n)?l:l.value:ce(l)?r?yo(l):Dt(l):l}}class co extends lo{constructor(t=!1){super(!1,t)}set(t,n,s,r){let o=t[n];if(Ht(o)&&de(o)&&!de(s))return!1;if(!this._shallow&&(!Wn(s)&&!Ht(s)&&(o=G(o),s=G(s)),!q(t)&&de(o)&&!de(s)))return o.value=s,!0;const i=q(t)&&Ps(n)?Number(n)<t.length:Z(t,n),l=Reflect.set(t,n,s,r);return t===G(r)&&(i?vt(s,o)&&Ye(t,"set",n,s):Ye(t,"add",n,s)),l}deleteProperty(t,n){const s=Z(t,n);t[n];const r=Reflect.deleteProperty(t,n);return r&&s&&Ye(t,"delete",n,void 0),r}has(t,n){const s=Reflect.has(t,n);return(!kn(n)||!oo.has(n))&&_e(t,"has",n),s}ownKeys(t){return _e(t,"iterate",q(t)?"length":Et),Reflect.ownKeys(t)}}class uc extends lo{constructor(t=!1){super(!0,t)}set(t,n){return!0}deleteProperty(t,n){return!0}}const fc=new co,dc=new uc,hc=new co(!0),js=e=>e,Hn=e=>Reflect.getPrototypeOf(e);function Un(e,t,n=!1,s=!1){e=e.__v_raw;const r=G(e),o=G(t);n||(vt(t,o)&&_e(r,"get",t),_e(r,"get",o));const{has:i}=Hn(r),l=s?js:n?Ds:rn;if(i.call(r,t))return l(e.get(t));if(i.call(r,o))return l(e.get(o));e!==r&&e.get(t)}function qn(e,t=!1){const n=this.__v_raw,s=G(n),r=G(e);return t||(vt(e,r)&&_e(s,"has",e),_e(s,"has",r)),e===r?n.has(e):n.has(e)||n.has(r)}function zn(e,t=!1){return e=e.__v_raw,!t&&_e(G(e),"iterate",Et),Reflect.get(e,"size",e)}function ao(e){e=G(e);const t=G(this);return Hn(t).has.call(t,e)||(t.add(e),Ye(t,"add",e,e)),this}function uo(e,t){t=G(t);const n=G(this),{has:s,get:r}=Hn(n);let o=s.call(n,e);o||(e=G(e),o=s.call(n,e));const i=r.call(n,e);return n.set(e,t),o?vt(t,i)&&Ye(n,"set",e,t):Ye(n,"add",e,t),this}function fo(e){const t=G(this),{has:n,get:s}=Hn(t);let r=n.call(t,e);r||(e=G(e),r=n.call(t,e)),s&&s.call(t,e);const o=t.delete(e);return r&&Ye(t,"delete",e,void 0),o}function ho(){const e=G(this),t=e.size!==0,n=e.clear();return t&&Ye(e,"clear",void 0,void 0),n}function Kn(e,t){return function(s,r){const o=this,i=o.__v_raw,l=G(i),c=t?js:e?Ds:rn;return!e&&_e(l,"iterate",Et),i.forEach((u,a)=>s.call(r,c(u),c(a),o))}}function Vn(e,t,n){return function(...s){const r=this.__v_raw,o=G(r),i=It(o),l=e==="entries"||e===Symbol.iterator&&i,c=e==="keys"&&i,u=r[e](...s),a=n?js:t?Ds:rn;return!t&&_e(o,"iterate",c?Ls:Et),{next(){const{value:f,done:p}=u.next();return p?{value:f,done:p}:{value:l?[a(f[0]),a(f[1])]:a(f),done:p}},[Symbol.iterator](){return this}}}}function it(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function pc(){const e={get(o){return Un(this,o)},get size(){return zn(this)},has:qn,add:ao,set:uo,delete:fo,clear:ho,forEach:Kn(!1,!1)},t={get(o){return Un(this,o,!1,!0)},get size(){return zn(this)},has:qn,add:ao,set:uo,delete:fo,clear:ho,forEach:Kn(!1,!0)},n={get(o){return Un(this,o,!0)},get size(){return zn(this,!0)},has(o){return qn.call(this,o,!0)},add:it("add"),set:it("set"),delete:it("delete"),clear:it("clear"),forEach:Kn(!0,!1)},s={get(o){return Un(this,o,!0,!0)},get size(){return zn(this,!0)},has(o){return qn.call(this,o,!0)},add:it("add"),set:it("set"),delete:it("delete"),clear:it("clear"),forEach:Kn(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach(o=>{e[o]=Vn(o,!1,!1),n[o]=Vn(o,!0,!1),t[o]=Vn(o,!1,!0),s[o]=Vn(o,!0,!0)}),[e,n,t,s]}const[mc,gc,bc,yc]=pc();function Fs(e,t){const n=t?e?yc:bc:e?gc:mc;return(s,r,o)=>r==="__v_isReactive"?!e:r==="__v_isReadonly"?e:r==="__v_raw"?s:Reflect.get(Z(n,r)&&r in s?n:s,r,o)}const vc={get:Fs(!1,!1)},wc={get:Fs(!1,!0)},Ec={get:Fs(!0,!1)},po=new WeakMap,mo=new WeakMap,go=new WeakMap,Ac=new WeakMap;function xc(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function _c(e){return e.__v_skip||!Object.isExtensible(e)?0:xc(Jl(e))}function Dt(e){return Ht(e)?e:Bs(e,!1,fc,vc,po)}function bo(e){return Bs(e,!1,hc,wc,mo)}function yo(e){return Bs(e,!0,dc,Ec,go)}function Bs(e,t,n,s,r){if(!ce(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const o=r.get(e);if(o)return o;const i=_c(e);if(i===0)return e;const l=new Proxy(e,i===2?s:n);return r.set(e,l),l}function lt(e){return Ht(e)?lt(e.__v_raw):!!(e&&e.__v_isReactive)}function Ht(e){return!!(e&&e.__v_isReadonly)}function Wn(e){return!!(e&&e.__v_isShallow)}function vo(e){return lt(e)||Ht(e)}function G(e){const t=e&&e.__v_raw;return t?G(t):e}function Jn(e){return Fn(e,"__v_skip",!0),e}const rn=e=>ce(e)?Dt(e):e,Ds=e=>ce(e)?yo(e):e;function wo(e){ot&&Me&&(e=G(e),so(e.dep||(e.dep=ks())))}function Eo(e,t){e=G(e);const n=e.dep;n&&Ms(n)}function de(e){return!!(e&&e.__v_isRef===!0)}function on(e){return Ao(e,!1)}function Rc(e){return Ao(e,!0)}function Ao(e,t){return de(e)?e:new Sc(e,t)}class Sc{constructor(t,n){this.__v_isShallow=n,this.dep=void 0,this.__v_isRef=!0,this._rawValue=n?t:G(t),this._value=n?t:rn(t)}get value(){return wo(this),this._value}set value(t){const n=this.__v_isShallow||Wn(t)||Ht(t);t=n?t:G(t),vt(t,this._rawValue)&&(this._rawValue=t,this._value=n?t:rn(t),Eo(this))}}function Ut(e){return de(e)?e.value:e}const Pc={get:(e,t,n)=>Ut(Reflect.get(e,t,n)),set:(e,t,n,s)=>{const r=e[t];return de(r)&&!de(n)?(r.value=n,!0):Reflect.set(e,t,n,s)}};function xo(e){return lt(e)?e:new Proxy(e,Pc)}function Oc(e){const t=q(e)?new Array(e.length):{};for(const n in e)t[n]=Tc(e,n);return t}class Cc{constructor(t,n,s){this._object=t,this._key=n,this._defaultValue=s,this.__v_isRef=!0}get value(){const t=this._object[this._key];return t===void 0?this._defaultValue:t}set value(t){this._object[this._key]=t}get dep(){return ic(G(this._object),this._key)}}function Tc(e,t,n){const s=e[t];return de(s)?s:new Cc(e,t,n)}class kc{constructor(t,n,s,r){this._setter=n,this.dep=void 0,this.__v_isRef=!0,this.__v_isReadonly=!1,this._dirty=!0,this.effect=new Is(t,()=>{this._dirty||(this._dirty=!0,Eo(this))}),this.effect.computed=this,this.effect.active=this._cacheable=!r,this.__v_isReadonly=s}get value(){const t=G(this);return wo(t),(t._dirty||!t._cacheable)&&(t._dirty=!1,t._value=t.effect.run()),t._value}set value(t){this._setter(t)}}function Nc(e,t,n=!1){let s,r;const o=V(e);return o?(s=e,r=qe):(s=e.get,r=e.set),new kc(s,r,o||!r,n)}function Lh(e,...t){}function ct(e,t,n,s){let r;try{r=s?e(...s):e()}catch(o){Qn(o,t,n)}return r}function ke(e,t,n,s){if(V(e)){const o=ct(e,t,n,s);return o&&Kr(o)&&o.catch(i=>{Qn(i,t,n)}),o}const r=[];for(let o=0;o<e.length;o++)r.push(ke(e[o],t,n,s));return r}function Qn(e,t,n,s=!0){const r=t?t.vnode:null;if(t){let o=t.parent;const i=t.proxy,l=n;for(;o;){const u=o.ec;if(u){for(let a=0;a<u.length;a++)if(u[a](e,i,l)===!1)return}o=o.parent}const c=t.appContext.config.errorHandler;if(c){ct(c,null,10,[e,i,l]);return}}Lc(e,n,r,s)}function Lc(e,t,n,s=!0){console.error(e)}let ln=!1,Hs=!1;const ve=[];let Ke=0;const qt=[];let Ze=null,At=0;const _o=Promise.resolve();let Us=null;function qs(e){const t=Us||_o;return e?t.then(this?e.bind(this):e):t}function Ic(e){let t=Ke+1,n=ve.length;for(;t<n;){const s=t+n>>>1,r=ve[s],o=cn(r);o<e||o===e&&r.pre?t=s+1:n=s}return t}function zs(e){(!ve.length||!ve.includes(e,ln&&e.allowRecurse?Ke+1:Ke))&&(e.id==null?ve.push(e):ve.splice(Ic(e.id),0,e),Ro())}function Ro(){!ln&&!Hs&&(Hs=!0,Us=_o.then(Oo))}function Mc(e){const t=ve.indexOf(e);t>Ke&&ve.splice(t,1)}function jc(e){q(e)?qt.push(...e):(!Ze||!Ze.includes(e,e.allowRecurse?At+1:At))&&qt.push(e),Ro()}function So(e,t=ln?Ke+1:0){for(;t<ve.length;t++){const n=ve[t];n&&n.pre&&(ve.splice(t,1),t--,n())}}function Po(e){if(qt.length){const t=[...new Set(qt)];if(qt.length=0,Ze){Ze.push(...t);return}for(Ze=t,Ze.sort((n,s)=>cn(n)-cn(s)),At=0;At<Ze.length;At++)Ze[At]();Ze=null,At=0}}const cn=e=>e.id==null?1/0:e.id,Fc=(e,t)=>{const n=cn(e)-cn(t);if(n===0){if(e.pre&&!t.pre)return-1;if(t.pre&&!e.pre)return 1}return n};function Oo(e){Hs=!1,ln=!0,ve.sort(Fc);try{for(Ke=0;Ke<ve.length;Ke++){const t=ve[Ke];t&&t.active!==!1&&ct(t,null,14)}}finally{Ke=0,ve.length=0,Po(),ln=!1,Us=null,(ve.length||qt.length)&&Oo()}}function Bc(e,t,...n){if(e.isUnmounted)return;const s=e.vnode.props||le;let r=n;const o=t.startsWith("update:"),i=o&&t.slice(7);if(i&&i in s){const a=`${i==="modelValue"?"model":i}Modifiers`,{number:f,trim:p}=s[a]||le;p&&(r=n.map(g=>he(g)?g.trim():g)),f&&(r=n.map(Cs))}let l,c=s[l=Os(t)]||s[l=Os(ze(t))];!c&&o&&(c=s[l=Os(Mt(t))]),c&&ke(c,e,6,r);const u=s[l+"Once"];if(u){if(!e.emitted)e.emitted={};else if(e.emitted[l])return;e.emitted[l]=!0,ke(u,e,6,r)}}function Co(e,t,n=!1){const s=t.emitsCache,r=s.get(e);if(r!==void 0)return r;const o=e.emits;let i={},l=!1;if(!V(e)){const c=u=>{const a=Co(u,t,!0);a&&(l=!0,ge(i,a))};!n&&t.mixins.length&&t.mixins.forEach(c),e.extends&&c(e.extends),e.mixins&&e.mixins.forEach(c)}return!o&&!l?(ce(e)&&s.set(e,null),null):(q(o)?o.forEach(c=>i[c]=null):ge(i,o),ce(e)&&s.set(e,i),i)}function Gn(e,t){return!e||!Tn(t)?!1:(t=t.slice(2).replace(/Once$/,""),Z(e,t[0].toLowerCase()+t.slice(1))||Z(e,Mt(t))||Z(e,t))}let Re=null,Xn=null;function Yn(e){const t=Re;return Re=e,Xn=e&&e.type.__scopeId||null,t}function Ks(e){Xn=e}function Vs(){Xn=null}function zt(e,t=Re,n){if(!t||e._n)return e;const s=(...r)=>{s._d&&li(-1);const o=Yn(t);let i;try{i=e(...r)}finally{Yn(o),s._d&&li(1)}return i};return s._n=!0,s._c=!0,s._d=!0,s}function Ih(){}function Ws(e){const{type:t,vnode:n,proxy:s,withProxy:r,props:o,propsOptions:[i],slots:l,attrs:c,emit:u,render:a,renderCache:f,data:p,setupState:g,ctx:b,inheritAttrs:y}=e;let C,P;const k=Yn(e);try{if(n.shapeFlag&4){const M=r||s,W=M;C=Ve(a.call(W,M,f,o,g,p,b)),P=c}else{const M=t;C=Ve(M.length>1?M(o,{attrs:c,slots:l,emit:u}):M(o,null)),P=t.props?c:Dc(c)}}catch(M){dn.length=0,Qn(M,e,1),C=ue(Be)}let z=C;if(P&&y!==!1){const M=Object.keys(P),{shapeFlag:W}=z;M.length&&W&7&&(i&&M.some(Rs)&&(P=Hc(P,i)),z=ut(z,P))}return n.dirs&&(z=ut(z),z.dirs=z.dirs?z.dirs.concat(n.dirs):n.dirs),n.transition&&(z.transition=n.transition),C=z,Yn(k),C}const Dc=e=>{let t;for(const n in e)(n==="class"||n==="style"||Tn(n))&&((t||(t={}))[n]=e[n]);return t},Hc=(e,t)=>{const n={};for(const s in e)(!Rs(s)||!(s.slice(9)in t))&&(n[s]=e[s]);return n};function Uc(e,t,n){const{props:s,children:r,component:o}=e,{props:i,children:l,patchFlag:c}=t,u=o.emitsOptions;if(t.dirs||t.transition)return!0;if(n&&c>=0){if(c&1024)return!0;if(c&16)return s?To(s,i,u):!!i;if(c&8){const a=t.dynamicProps;for(let f=0;f<a.length;f++){const p=a[f];if(i[p]!==s[p]&&!Gn(u,p))return!0}}}else return(r||l)&&(!l||!l.$stable)?!0:s===i?!1:s?i?To(s,i,u):!0:!!i;return!1}function To(e,t,n){const s=Object.keys(t);if(s.length!==Object.keys(e).length)return!0;for(let r=0;r<s.length;r++){const o=s[r];if(t[o]!==e[o]&&!Gn(n,o))return!0}return!1}function qc({vnode:e,parent:t},n){for(;t&&t.subTree===e;)(e=t.vnode).el=n,t=t.parent}const Js="components";function Zn(e,t){return No(Js,e,!0,t)||e}const ko=Symbol.for("v-ndc");function zc(e){return he(e)?No(Js,e,!1)||e:e||ko}function No(e,t,n=!0,s=!1){const r=Re||be;if(r){const o=r.type;if(e===Js){const l=Fa(o,!1);if(l&&(l===t||l===ze(t)||l===Mn(ze(t))))return o}const i=Lo(r[e]||o[e],t)||Lo(r.appContext[e],t);return!i&&s?o:i}}function Lo(e,t){return e&&(e[t]||e[ze(t)]||e[Mn(ze(t))])}const Kc=e=>e.__isSuspense;function Vc(e,t){t&&t.pendingBranch?q(e)?t.effects.push(...e):t.effects.push(e):jc(e)}const $n={};function xt(e,t,n){return Io(e,t,n)}function Io(e,t,{immediate:n,deep:s,flush:r,onTrack:o,onTrigger:i}=le){var l;const c=Zr()===((l=be)==null?void 0:l.scope)?be:null;let u,a=!1,f=!1;if(de(e)?(u=()=>e.value,a=Wn(e)):lt(e)?(u=()=>e,s=!0):q(e)?(f=!0,a=e.some(M=>lt(M)||Wn(M)),u=()=>e.map(M=>{if(de(M))return M.value;if(lt(M))return _t(M);if(V(M))return ct(M,c,2)})):V(e)?t?u=()=>ct(e,c,2):u=()=>{if(!(c&&c.isUnmounted))return p&&p(),ke(e,c,3,[g])}:u=qe,t&&s){const M=u;u=()=>_t(M())}let p,g=M=>{p=k.onStop=()=>{ct(M,c,4),p=k.onStop=void 0}},b;if(pn)if(g=qe,t?n&&ke(t,c,3,[u(),f?[]:void 0,g]):u(),r==="sync"){const M=Ha();b=M.__watcherHandles||(M.__watcherHandles=[])}else return qe;let y=f?new Array(e.length).fill($n):$n;const C=()=>{if(k.active)if(t){const M=k.run();(s||a||(f?M.some((W,fe)=>vt(W,y[fe])):vt(M,y)))&&(p&&p(),ke(t,c,3,[M,y===$n?void 0:f&&y[0]===$n?[]:y,g]),y=M)}else k.run()};C.allowRecurse=!!t;let P;r==="sync"?P=C:r==="post"?P=()=>Se(C,c&&c.suspense):(C.pre=!0,c&&(C.id=c.uid),P=()=>zs(C));const k=new Is(u,P);t?n?C():y=k.run():r==="post"?Se(k.run.bind(k),c&&c.suspense):k.run();const z=()=>{k.stop(),c&&c.scope&&Ss(c.scope.effects,k)};return b&&b.push(z),z}function Wc(e,t,n){const s=this.proxy,r=he(e)?e.includes(".")?Mo(s,e):()=>s[e]:e.bind(s,s);let o;V(t)?o=t:(o=t.handler,n=t);const i=be;Wt(this);const l=Io(r,o.bind(s),n);return i?Wt(i):Ot(),l}function Mo(e,t){const n=t.split(".");return()=>{let s=e;for(let r=0;r<n.length&&s;r++)s=s[n[r]];return s}}function _t(e,t){if(!ce(e)||e.__v_skip||(t=t||new Set,t.has(e)))return e;if(t.add(e),de(e))_t(e.value,t);else if(q(e))for(let n=0;n<e.length;n++)_t(e[n],t);else if(zr(e)||It(e))e.forEach(n=>{_t(n,t)});else if(Wr(e))for(const n in e)_t(e[n],t);return e}function jo(e,t){const n=Re;if(n===null)return e;const s=us(n)||n.proxy,r=e.dirs||(e.dirs=[]);for(let o=0;o<t.length;o++){let[i,l,c,u=le]=t[o];i&&(V(i)&&(i={mounted:i,updated:i}),i.deep&&_t(l),r.push({dir:i,instance:s,value:l,oldValue:void 0,arg:c,modifiers:u}))}return e}function Rt(e,t,n,s){const r=e.dirs,o=t&&t.dirs;for(let i=0;i<r.length;i++){const l=r[i];o&&(l.oldValue=o[i].value);let c=l.dir[s];c&&(Ft(),ke(c,n,8,[e.el,l,e,t]),Bt())}}const at=Symbol("_leaveCb"),es=Symbol("_enterCb");function Jc(){const e={isMounted:!1,isLeaving:!1,isUnmounting:!1,leavingVNodes:new Map};return Ys(()=>{e.isMounted=!0}),zo(()=>{e.isUnmounting=!0}),e}const Ne=[Function,Array],Fo={mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:Ne,onEnter:Ne,onAfterEnter:Ne,onEnterCancelled:Ne,onBeforeLeave:Ne,onLeave:Ne,onAfterLeave:Ne,onLeaveCancelled:Ne,onBeforeAppear:Ne,onAppear:Ne,onAfterAppear:Ne,onAppearCancelled:Ne},Qc={name:"BaseTransition",props:Fo,setup(e,{slots:t}){const n=Na(),s=Jc();let r;return()=>{const o=t.default&&Ho(t.default(),!0);if(!o||!o.length)return;let i=o[0];if(o.length>1){for(const y of o)if(y.type!==Be){i=y;break}}const l=G(e),{mode:c}=l;if(s.isLeaving)return Gs(i);const u=Do(i);if(!u)return Gs(i);const a=Qs(u,l,s,n);Xs(u,a);const f=n.subTree,p=f&&Do(f);let g=!1;const{getTransitionKey:b}=u.type;if(b){const y=b();r===void 0?r=y:y!==r&&(r=y,g=!0)}if(p&&p.type!==Be&&(!Pt(u,p)||g)){const y=Qs(p,l,s,n);if(Xs(p,y),c==="out-in")return s.isLeaving=!0,y.afterLeave=()=>{s.isLeaving=!1,n.update.active!==!1&&n.update()},Gs(i);c==="in-out"&&u.type!==Be&&(y.delayLeave=(C,P,k)=>{const z=Bo(s,p);z[String(p.key)]=p,C[at]=()=>{P(),C[at]=void 0,delete a.delayedLeave},a.delayedLeave=k})}return i}}};function Bo(e,t){const{leavingVNodes:n}=e;let s=n.get(t.type);return s||(s=Object.create(null),n.set(t.type,s)),s}function Qs(e,t,n,s){const{appear:r,mode:o,persisted:i=!1,onBeforeEnter:l,onEnter:c,onAfterEnter:u,onEnterCancelled:a,onBeforeLeave:f,onLeave:p,onAfterLeave:g,onLeaveCancelled:b,onBeforeAppear:y,onAppear:C,onAfterAppear:P,onAppearCancelled:k}=t,z=String(e.key),M=Bo(n,e),W=(L,U)=>{L&&ke(L,s,9,U)},fe=(L,U)=>{const J=U[1];W(L,U),q(L)?L.every(re=>re.length<=1)&&J():L.length<=1&&J()},ae={mode:o,persisted:i,beforeEnter(L){let U=l;if(!n.isMounted)if(r)U=y||l;else return;L[at]&&L[at](!0);const J=M[z];J&&Pt(e,J)&&J.el[at]&&J.el[at](),W(U,[L])},enter(L){let U=c,J=u,re=a;if(!n.isMounted)if(r)U=C||c,J=P||u,re=k||a;else return;let I=!1;const $=L[es]=ye=>{I||(I=!0,ye?W(re,[L]):W(J,[L]),ae.delayedLeave&&ae.delayedLeave(),L[es]=void 0)};U?fe(U,[L,$]):$()},leave(L,U){const J=String(e.key);if(L[es]&&L[es](!0),n.isUnmounting)return U();W(f,[L]);let re=!1;const I=L[at]=$=>{re||(re=!0,U(),$?W(b,[L]):W(g,[L]),L[at]=void 0,M[J]===e&&delete M[J])};M[J]=e,p?fe(p,[L,I]):I()},clone(L){return Qs(L,t,n,s)}};return ae}function Gs(e){if(ns(e))return e=ut(e),e.children=null,e}function Do(e){return ns(e)?e.children?e.children[0]:void 0:e}function Xs(e,t){e.shapeFlag&6&&e.component?Xs(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 Ho(e,t=!1,n){let s=[],r=0;for(let o=0;o<e.length;o++){let i=e[o];const l=n==null?i.key:String(n)+String(i.key!=null?i.key:o);i.type===Fe?(i.patchFlag&128&&r++,s=s.concat(Ho(i.children,t,l))):(t||i.type!==Be)&&s.push(l!=null?ut(i,{key:l}):i)}if(r>1)for(let o=0;o<s.length;o++)s[o].patchFlag=-2;return s}/*! #__NO_SIDE_EFFECTS__ */function Uo(e,t){return V(e)?ge({name:e.name},t,{setup:e}):e}const ts=e=>!!e.type.__asyncLoader,ns=e=>e.type.__isKeepAlive;function Gc(e,t){qo(e,"a",t)}function Xc(e,t){qo(e,"da",t)}function qo(e,t,n=be){const s=e.__wdc||(e.__wdc=()=>{let r=n;for(;r;){if(r.isDeactivated)return;r=r.parent}return e()});if(ss(t,s,n),n){let r=n.parent;for(;r&&r.parent;)ns(r.parent.vnode)&&Yc(s,t,n,r),r=r.parent}}function Yc(e,t,n,s){const r=ss(t,e,s,!0);Ko(()=>{Ss(s[t],r)},n)}function ss(e,t,n=be,s=!1){if(n){const r=n[e]||(n[e]=[]),o=t.__weh||(t.__weh=(...i)=>{if(n.isUnmounted)return;Ft(),Wt(n);const l=ke(t,n,e,i);return Ot(),Bt(),l});return s?r.unshift(o):r.push(o),o}}const $e=e=>(t,n=be)=>(!pn||e==="sp")&&ss(e,(...s)=>t(...s),n),Zc=$e("bm"),Ys=$e("m"),$c=$e("bu"),ea=$e("u"),zo=$e("bum"),Ko=$e("um"),ta=$e("sp"),na=$e("rtg"),sa=$e("rtc");function ra(e,t=be){ss("ec",e,t)}const Zs=e=>e?di(e)?us(e)||e.proxy:Zs(e.parent):null,an=ge(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=>Zs(e.parent),$root:e=>Zs(e.root),$emit:e=>e.emit,$options:e=>tr(e),$forceUpdate:e=>e.f||(e.f=()=>zs(e.update)),$nextTick:e=>e.n||(e.n=qs.bind(e.proxy)),$watch:e=>Wc.bind(e)}),$s=(e,t)=>e!==le&&!e.__isScriptSetup&&Z(e,t),oa={get({_:e},t){const{ctx:n,setupState:s,data:r,props:o,accessCache:i,type:l,appContext:c}=e;let u;if(t[0]!=="$"){const g=i[t];if(g!==void 0)switch(g){case 1:return s[t];case 2:return r[t];case 4:return n[t];case 3:return o[t]}else{if($s(s,t))return i[t]=1,s[t];if(r!==le&&Z(r,t))return i[t]=2,r[t];if((u=e.propsOptions[0])&&Z(u,t))return i[t]=3,o[t];if(n!==le&&Z(n,t))return i[t]=4,n[t];er&&(i[t]=0)}}const a=an[t];let f,p;if(a)return t==="$attrs"&&_e(e,"get",t),a(e);if((f=l.__cssModules)&&(f=f[t]))return f;if(n!==le&&Z(n,t))return i[t]=4,n[t];if(p=c.config.globalProperties,Z(p,t))return p[t]},set({_:e},t,n){const{data:s,setupState:r,ctx:o}=e;return $s(r,t)?(r[t]=n,!0):s!==le&&Z(s,t)?(s[t]=n,!0):Z(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(o[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:s,appContext:r,propsOptions:o}},i){let l;return!!n[i]||e!==le&&Z(e,i)||$s(t,i)||(l=o[0])&&Z(l,i)||Z(s,i)||Z(an,i)||Z(r.config.globalProperties,i)},defineProperty(e,t,n){return n.get!=null?e._.accessCache[t]=0:Z(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};function Vo(e){return q(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}let er=!0;function ia(e){const t=tr(e),n=e.proxy,s=e.ctx;er=!1,t.beforeCreate&&Wo(t.beforeCreate,e,"bc");const{data:r,computed:o,methods:i,watch:l,provide:c,inject:u,created:a,beforeMount:f,mounted:p,beforeUpdate:g,updated:b,activated:y,deactivated:C,beforeDestroy:P,beforeUnmount:k,destroyed:z,unmounted:M,render:W,renderTracked:fe,renderTriggered:ae,errorCaptured:L,serverPrefetch:U,expose:J,inheritAttrs:re,components:I,directives:$,filters:ye}=t;if(u&&la(u,s,null),i)for(const oe in i){const ee=i[oe];V(ee)&&(s[oe]=ee.bind(n))}if(r){const oe=r.call(n,n);ce(oe)&&(e.data=Dt(oe))}if(er=!0,o)for(const oe in o){const ee=o[oe],st=V(ee)?ee.bind(n,n):V(ee.get)?ee.get.bind(n,n):qe,yt=!V(ee)&&V(ee.set)?ee.set.bind(n):qe,Ge=Le({get:st,set:yt});Object.defineProperty(s,oe,{enumerable:!0,configurable:!0,get:()=>Ge.value,set:Oe=>Ge.value=Oe})}if(l)for(const oe in l)Jo(l[oe],s,n,oe);if(c){const oe=V(c)?c.call(n):c;Reflect.ownKeys(oe).forEach(ee=>{os(ee,oe[ee])})}a&&Wo(a,e,"c");function Y(oe,ee){q(ee)?ee.forEach(st=>oe(st.bind(n))):ee&&oe(ee.bind(n))}if(Y(Zc,f),Y(Ys,p),Y($c,g),Y(ea,b),Y(Gc,y),Y(Xc,C),Y(ra,L),Y(sa,fe),Y(na,ae),Y(zo,k),Y(Ko,M),Y(ta,U),q(J))if(J.length){const oe=e.exposed||(e.exposed={});J.forEach(ee=>{Object.defineProperty(oe,ee,{get:()=>n[ee],set:st=>n[ee]=st})})}else e.exposed||(e.exposed={});W&&e.render===qe&&(e.render=W),re!=null&&(e.inheritAttrs=re),I&&(e.components=I),$&&(e.directives=$)}function la(e,t,n=qe){q(e)&&(e=nr(e));for(const s in e){const r=e[s];let o;ce(r)?"default"in r?o=je(r.from||s,r.default,!0):o=je(r.from||s):o=je(r),de(o)?Object.defineProperty(t,s,{enumerable:!0,configurable:!0,get:()=>o.value,set:i=>o.value=i}):t[s]=o}}function Wo(e,t,n){ke(q(e)?e.map(s=>s.bind(t.proxy)):e.bind(t.proxy),t,n)}function Jo(e,t,n,s){const r=s.includes(".")?Mo(n,s):()=>n[s];if(he(e)){const o=t[e];V(o)&&xt(r,o)}else if(V(e))xt(r,e.bind(n));else if(ce(e))if(q(e))e.forEach(o=>Jo(o,t,n,s));else{const o=V(e.handler)?e.handler.bind(n):t[e.handler];V(o)&&xt(r,o,e)}}function tr(e){const t=e.type,{mixins:n,extends:s}=t,{mixins:r,optionsCache:o,config:{optionMergeStrategies:i}}=e.appContext,l=o.get(t);let c;return l?c=l:!r.length&&!n&&!s?c=t:(c={},r.length&&r.forEach(u=>rs(c,u,i,!0)),rs(c,t,i)),ce(t)&&o.set(t,c),c}function rs(e,t,n,s=!1){const{mixins:r,extends:o}=t;o&&rs(e,o,n,!0),r&&r.forEach(i=>rs(e,i,n,!0));for(const i in t)if(!(s&&i==="expose")){const l=ca[i]||n&&n[i];e[i]=l?l(e[i],t[i]):t[i]}return e}const ca={data:Qo,props:Go,emits:Go,methods:un,computed:un,beforeCreate:Ae,created:Ae,beforeMount:Ae,mounted:Ae,beforeUpdate:Ae,updated:Ae,beforeDestroy:Ae,beforeUnmount:Ae,destroyed:Ae,unmounted:Ae,activated:Ae,deactivated:Ae,errorCaptured:Ae,serverPrefetch:Ae,components:un,directives:un,watch:ua,provide:Qo,inject:aa};function Qo(e,t){return t?e?function(){return ge(V(e)?e.call(this,this):e,V(t)?t.call(this,this):t)}:t:e}function aa(e,t){return un(nr(e),nr(t))}function nr(e){if(q(e)){const t={};for(let n=0;n<e.length;n++)t[e[n]]=e[n];return t}return e}function Ae(e,t){return e?[...new Set([].concat(e,t))]:t}function un(e,t){return e?ge(Object.create(null),e,t):t}function Go(e,t){return e?q(e)&&q(t)?[...new Set([...e,...t])]:ge(Object.create(null),Vo(e),Vo(t??{})):t}function ua(e,t){if(!e)return t;if(!t)return e;const n=ge(Object.create(null),e);for(const s in t)n[s]=Ae(e[s],t[s]);return n}function Xo(){return{app:null,config:{isNativeTag:Vl,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 fa=0;function da(e,t){return function(s,r=null){V(s)||(s=ge({},s)),r!=null&&!ce(r)&&(r=null);const o=Xo(),i=new WeakSet;let l=!1;const c=o.app={_uid:fa++,_component:s,_props:r,_container:null,_context:o,_instance:null,version:Ua,get config(){return o.config},set config(u){},use(u,...a){return i.has(u)||(u&&V(u.install)?(i.add(u),u.install(c,...a)):V(u)&&(i.add(u),u(c,...a))),c},mixin(u){return o.mixins.includes(u)||o.mixins.push(u),c},component(u,a){return a?(o.components[u]=a,c):o.components[u]},directive(u,a){return a?(o.directives[u]=a,c):o.directives[u]},mount(u,a,f){if(!l){const p=ue(s,r);return p.appContext=o,a&&t?t(p,u):e(p,u,f),l=!0,c._container=u,u.__vue_app__=c,us(p.component)||p.component.proxy}},unmount(){l&&(e(null,c._container),delete c._container.__vue_app__)},provide(u,a){return o.provides[u]=a,c},runWithContext(u){fn=c;try{return u()}finally{fn=null}}};return c}}let fn=null;function os(e,t){if(be){let n=be.provides;const s=be.parent&&be.parent.provides;s===n&&(n=be.provides=Object.create(s)),n[e]=t}}function je(e,t,n=!1){const s=be||Re;if(s||fn){const r=s?s.parent==null?s.vnode.appContext&&s.vnode.appContext.provides:s.parent.provides:fn._context.provides;if(r&&e in r)return r[e];if(arguments.length>1)return n&&V(t)?t.call(s&&s.proxy):t}}function ha(){return!!(be||Re||fn)}function pa(e,t,n,s=!1){const r={},o={};Fn(o,cs,1),e.propsDefaults=Object.create(null),Yo(e,t,r,o);for(const i in e.propsOptions[0])i in r||(r[i]=void 0);n?e.props=s?r:bo(r):e.type.props?e.props=r:e.props=o,e.attrs=o}function ma(e,t,n,s){const{props:r,attrs:o,vnode:{patchFlag:i}}=e,l=G(r),[c]=e.propsOptions;let u=!1;if((s||i>0)&&!(i&16)){if(i&8){const a=e.vnode.dynamicProps;for(let f=0;f<a.length;f++){let p=a[f];if(Gn(e.emitsOptions,p))continue;const g=t[p];if(c)if(Z(o,p))g!==o[p]&&(o[p]=g,u=!0);else{const b=ze(p);r[b]=sr(c,l,b,g,e,!1)}else g!==o[p]&&(o[p]=g,u=!0)}}}else{Yo(e,t,r,o)&&(u=!0);let a;for(const f in l)(!t||!Z(t,f)&&((a=Mt(f))===f||!Z(t,a)))&&(c?n&&(n[f]!==void 0||n[a]!==void 0)&&(r[f]=sr(c,l,f,void 0,e,!0)):delete r[f]);if(o!==l)for(const f in o)(!t||!Z(t,f))&&(delete o[f],u=!0)}u&&Ye(e,"set","$attrs")}function Yo(e,t,n,s){const[r,o]=e.propsOptions;let i=!1,l;if(t)for(let c in t){if(Ln(c))continue;const u=t[c];let a;r&&Z(r,a=ze(c))?!o||!o.includes(a)?n[a]=u:(l||(l={}))[a]=u:Gn(e.emitsOptions,c)||(!(c in s)||u!==s[c])&&(s[c]=u,i=!0)}if(o){const c=G(n),u=l||le;for(let a=0;a<o.length;a++){const f=o[a];n[f]=sr(r,c,f,u[f],e,!Z(u,f))}}return i}function sr(e,t,n,s,r,o){const i=e[n];if(i!=null){const l=Z(i,"default");if(l&&s===void 0){const c=i.default;if(i.type!==Function&&!i.skipFactory&&V(c)){const{propsDefaults:u}=r;n in u?s=u[n]:(Wt(r),s=u[n]=c.call(null,t),Ot())}else s=c}i[0]&&(o&&!l?s=!1:i[1]&&(s===""||s===Mt(n))&&(s=!0))}return s}function Zo(e,t,n=!1){const s=t.propsCache,r=s.get(e);if(r)return r;const o=e.props,i={},l=[];let c=!1;if(!V(e)){const a=f=>{c=!0;const[p,g]=Zo(f,t,!0);ge(i,p),g&&l.push(...g)};!n&&t.mixins.length&&t.mixins.forEach(a),e.extends&&a(e.extends),e.mixins&&e.mixins.forEach(a)}if(!o&&!c)return ce(e)&&s.set(e,Lt),Lt;if(q(o))for(let a=0;a<o.length;a++){const f=ze(o[a]);$o(f)&&(i[f]=le)}else if(o)for(const a in o){const f=ze(a);if($o(f)){const p=o[a],g=i[f]=q(p)||V(p)?{type:p}:ge({},p);if(g){const b=ni(Boolean,g.type),y=ni(String,g.type);g[0]=b>-1,g[1]=y<0||b<y,(b>-1||Z(g,"default"))&&l.push(f)}}}const u=[i,l];return ce(e)&&s.set(e,u),u}function $o(e){return e[0]!=="$"}function ei(e){const t=e&&e.toString().match(/^\s*(function|class) (\w+)/);return t?t[2]:e===null?"null":""}function ti(e,t){return ei(e)===ei(t)}function ni(e,t){return q(t)?t.findIndex(n=>ti(n,e)):V(t)&&ti(t,e)?0:-1}const si=e=>e[0]==="_"||e==="$stable",rr=e=>q(e)?e.map(Ve):[Ve(e)],ga=(e,t,n)=>{if(t._n)return t;const s=zt((...r)=>rr(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 o=e[r];if(V(o))t[r]=ga(r,o,s);else if(o!=null){const i=rr(o);t[r]=()=>i}}},oi=(e,t)=>{const n=rr(t);e.slots.default=()=>n},ba=(e,t)=>{if(e.vnode.shapeFlag&32){const n=t._;n?(e.slots=G(t),Fn(t,"_",n)):ri(t,e.slots={})}else e.slots={},t&&oi(e,t);Fn(e.slots,cs,1)},ya=(e,t,n)=>{const{vnode:s,slots:r}=e;let o=!0,i=le;if(s.shapeFlag&32){const l=t._;l?n&&l===1?o=!1:(ge(r,t),!n&&l===1&&delete r._):(o=!t.$stable,ri(t,r)),i=t}else t&&(oi(e,t),i={default:1});if(o)for(const l in r)!si(l)&&i[l]==null&&delete r[l]};function or(e,t,n,s,r=!1){if(q(e)){e.forEach((p,g)=>or(p,t&&(q(t)?t[g]:t),n,s,r));return}if(ts(s)&&!r)return;const o=s.shapeFlag&4?us(s.component)||s.component.proxy:s.el,i=r?null:o,{i:l,r:c}=e,u=t&&t.r,a=l.refs===le?l.refs={}:l.refs,f=l.setupState;if(u!=null&&u!==c&&(he(u)?(a[u]=null,Z(f,u)&&(f[u]=null)):de(u)&&(u.value=null)),V(c))ct(c,l,12,[i,a]);else{const p=he(c),g=de(c);if(p||g){const b=()=>{if(e.f){const y=p?Z(f,c)?f[c]:a[c]:c.value;r?q(y)&&Ss(y,o):q(y)?y.includes(o)||y.push(o):p?(a[c]=[o],Z(f,c)&&(f[c]=a[c])):(c.value=[o],e.k&&(a[e.k]=c.value))}else p?(a[c]=i,Z(f,c)&&(f[c]=i)):g&&(c.value=i,e.k&&(a[e.k]=i))};i?(b.id=-1,Se(b,n)):b()}}}const Se=Vc;function va(e){return wa(e)}function wa(e,t){const n=Ts();n.__VUE__=!0;const{insert:s,remove:r,patchProp:o,createElement:i,createText:l,createComment:c,setText:u,setElementText:a,parentNode:f,nextSibling:p,setScopeId:g=qe,insertStaticContent:b}=e,y=(d,h,m,v=null,A=null,x=null,T=!1,R=null,S=!!h.dynamicChildren)=>{if(d===h)return;d&&!Pt(d,h)&&(v=E(d),Oe(d,A,x,!0),d=null),h.patchFlag===-2&&(S=!1,h.dynamicChildren=null);const{type:_,ref:D,shapeFlag:j}=h;switch(_){case is:C(d,h,m,v);break;case Be:P(d,h,m,v);break;case ls:d==null&&k(h,m,v,T);break;case Fe:I(d,h,m,v,A,x,T,R,S);break;default:j&1?W(d,h,m,v,A,x,T,R,S):j&6?$(d,h,m,v,A,x,T,R,S):(j&64||j&128)&&_.process(d,h,m,v,A,x,T,R,S,O)}D!=null&&A&&or(D,d&&d.ref,x,h||d,!h)},C=(d,h,m,v)=>{if(d==null)s(h.el=l(h.children),m,v);else{const A=h.el=d.el;h.children!==d.children&&u(A,h.children)}},P=(d,h,m,v)=>{d==null?s(h.el=c(h.children||""),m,v):h.el=d.el},k=(d,h,m,v)=>{[d.el,d.anchor]=b(d.children,h,m,v,d.el,d.anchor)},z=({el:d,anchor:h},m,v)=>{let A;for(;d&&d!==h;)A=p(d),s(d,m,v),d=A;s(h,m,v)},M=({el:d,anchor:h})=>{let m;for(;d&&d!==h;)m=p(d),r(d),d=m;r(h)},W=(d,h,m,v,A,x,T,R,S)=>{T=T||h.type==="svg",d==null?fe(h,m,v,A,x,T,R,S):U(d,h,A,x,T,R,S)},fe=(d,h,m,v,A,x,T,R)=>{let S,_;const{type:D,props:j,shapeFlag:H,transition:K,dirs:Q}=d;if(S=d.el=i(d.type,x,j&&j.is,j),H&8?a(S,d.children):H&16&&L(d.children,S,null,v,A,x&&D!=="foreignObject",T,R),Q&&Rt(d,null,v,"created"),ae(S,d,d.scopeId,T,v),j){for(const se in j)se!=="value"&&!Ln(se)&&o(S,se,null,j[se],x,d.children,v,A,Ee);"value"in j&&o(S,"value",null,j.value),(_=j.onVnodeBeforeMount)&&We(_,v,d)}Q&&Rt(d,null,v,"beforeMount");const ie=Ea(A,K);ie&&K.beforeEnter(S),s(S,h,m),((_=j&&j.onVnodeMounted)||ie||Q)&&Se(()=>{_&&We(_,v,d),ie&&K.enter(S),Q&&Rt(d,null,v,"mounted")},A)},ae=(d,h,m,v,A)=>{if(m&&g(d,m),v)for(let x=0;x<v.length;x++)g(d,v[x]);if(A){let x=A.subTree;if(h===x){const T=A.vnode;ae(d,T,T.scopeId,T.slotScopeIds,A.parent)}}},L=(d,h,m,v,A,x,T,R,S=0)=>{for(let _=S;_<d.length;_++){const D=d[_]=R?ft(d[_]):Ve(d[_]);y(null,D,h,m,v,A,x,T,R)}},U=(d,h,m,v,A,x,T)=>{const R=h.el=d.el;let{patchFlag:S,dynamicChildren:_,dirs:D}=h;S|=d.patchFlag&16;const j=d.props||le,H=h.props||le;let K;m&&St(m,!1),(K=H.onVnodeBeforeUpdate)&&We(K,m,h,d),D&&Rt(h,d,m,"beforeUpdate"),m&&St(m,!0);const Q=A&&h.type!=="foreignObject";if(_?J(d.dynamicChildren,_,R,m,v,Q,x):T||ee(d,h,R,null,m,v,Q,x,!1),S>0){if(S&16)re(R,h,j,H,m,v,A);else if(S&2&&j.class!==H.class&&o(R,"class",null,H.class,A),S&4&&o(R,"style",j.style,H.style,A),S&8){const ie=h.dynamicProps;for(let se=0;se<ie.length;se++){const me=ie[se],Ue=j[me],nn=H[me];(nn!==Ue||me==="value")&&o(R,me,Ue,nn,A,d.children,m,v,Ee)}}S&1&&d.children!==h.children&&a(R,h.children)}else!T&&_==null&&re(R,h,j,H,m,v,A);((K=H.onVnodeUpdated)||D)&&Se(()=>{K&&We(K,m,h,d),D&&Rt(h,d,m,"updated")},v)},J=(d,h,m,v,A,x,T)=>{for(let R=0;R<h.length;R++){const S=d[R],_=h[R],D=S.el&&(S.type===Fe||!Pt(S,_)||S.shapeFlag&70)?f(S.el):m;y(S,_,D,null,v,A,x,T,!0)}},re=(d,h,m,v,A,x,T)=>{if(m!==v){if(m!==le)for(const R in m)!Ln(R)&&!(R in v)&&o(d,R,m[R],null,T,h.children,A,x,Ee);for(const R in v){if(Ln(R))continue;const S=v[R],_=m[R];S!==_&&R!=="value"&&o(d,R,_,S,T,h.children,A,x,Ee)}"value"in v&&o(d,"value",m.value,v.value)}},I=(d,h,m,v,A,x,T,R,S)=>{const _=h.el=d?d.el:l(""),D=h.anchor=d?d.anchor:l("");let{patchFlag:j,dynamicChildren:H,slotScopeIds:K}=h;K&&(R=R?R.concat(K):K),d==null?(s(_,m,v),s(D,m,v),L(h.children,m,D,A,x,T,R,S)):j>0&&j&64&&H&&d.dynamicChildren?(J(d.dynamicChildren,H,m,A,x,T,R),(h.key!=null||A&&h===A.subTree)&&ii(d,h,!0)):ee(d,h,m,D,A,x,T,R,S)},$=(d,h,m,v,A,x,T,R,S)=>{h.slotScopeIds=R,d==null?h.shapeFlag&512?A.ctx.activate(h,m,v,T,S):ye(h,m,v,A,x,T,S):xe(d,h,S)},ye=(d,h,m,v,A,x,T)=>{const R=d.component=ka(d,v,A);if(ns(d)&&(R.ctx.renderer=O),La(R),R.asyncDep){if(A&&A.registerDep(R,Y),!d.el){const S=R.subTree=ue(Be);P(null,S,h,m)}return}Y(R,d,h,m,A,x,T)},xe=(d,h,m)=>{const v=h.component=d.component;if(Uc(d,h,m))if(v.asyncDep&&!v.asyncResolved){oe(v,h,m);return}else v.next=h,Mc(v.update),v.update();else h.el=d.el,v.vnode=h},Y=(d,h,m,v,A,x,T)=>{const R=()=>{if(d.isMounted){let{next:D,bu:j,u:H,parent:K,vnode:Q}=d,ie=D,se;St(d,!1),D?(D.el=Q.el,oe(d,D,T)):D=Q,j&&jn(j),(se=D.props&&D.props.onVnodeBeforeUpdate)&&We(se,K,D,Q),St(d,!0);const me=Ws(d),Ue=d.subTree;d.subTree=me,y(Ue,me,f(Ue.el),E(Ue),d,A,x),D.el=me.el,ie===null&&qc(d,me.el),H&&Se(H,A),(se=D.props&&D.props.onVnodeUpdated)&&Se(()=>We(se,K,D,Q),A)}else{let D;const{el:j,props:H}=h,{bm:K,m:Q,parent:ie}=d,se=ts(h);if(St(d,!1),K&&jn(K),!se&&(D=H&&H.onVnodeBeforeMount)&&We(D,ie,h),St(d,!0),j&&te){const me=()=>{d.subTree=Ws(d),te(j,d.subTree,d,A,null)};se?h.type.__asyncLoader().then(()=>!d.isUnmounted&&me()):me()}else{const me=d.subTree=Ws(d);y(null,me,m,v,d,A,x),h.el=me.el}if(Q&&Se(Q,A),!se&&(D=H&&H.onVnodeMounted)){const me=h;Se(()=>We(D,ie,me),A)}(h.shapeFlag&256||ie&&ts(ie.vnode)&&ie.vnode.shapeFlag&256)&&d.a&&Se(d.a,A),d.isMounted=!0,h=m=v=null}},S=d.effect=new Is(R,()=>zs(_),d.scope),_=d.update=()=>S.run();_.id=d.uid,St(d,!0),_()},oe=(d,h,m)=>{h.component=d;const v=d.vnode.props;d.vnode=h,d.next=null,ma(d,h.props,v,m),ya(d,h.children,m),Ft(),So(),Bt()},ee=(d,h,m,v,A,x,T,R,S=!1)=>{const _=d&&d.children,D=d?d.shapeFlag:0,j=h.children,{patchFlag:H,shapeFlag:K}=h;if(H>0){if(H&128){yt(_,j,m,v,A,x,T,R,S);return}else if(H&256){st(_,j,m,v,A,x,T,R,S);return}}K&8?(D&16&&Ee(_,A,x),j!==_&&a(m,j)):D&16?K&16?yt(_,j,m,v,A,x,T,R,S):Ee(_,A,x,!0):(D&8&&a(m,""),K&16&&L(j,m,v,A,x,T,R,S))},st=(d,h,m,v,A,x,T,R,S)=>{d=d||Lt,h=h||Lt;const _=d.length,D=h.length,j=Math.min(_,D);let H;for(H=0;H<j;H++){const K=h[H]=S?ft(h[H]):Ve(h[H]);y(d[H],K,m,null,A,x,T,R,S)}_>D?Ee(d,A,x,!0,!1,j):L(h,m,v,A,x,T,R,S,j)},yt=(d,h,m,v,A,x,T,R,S)=>{let _=0;const D=h.length;let j=d.length-1,H=D-1;for(;_<=j&&_<=H;){const K=d[_],Q=h[_]=S?ft(h[_]):Ve(h[_]);if(Pt(K,Q))y(K,Q,m,null,A,x,T,R,S);else break;_++}for(;_<=j&&_<=H;){const K=d[j],Q=h[H]=S?ft(h[H]):Ve(h[H]);if(Pt(K,Q))y(K,Q,m,null,A,x,T,R,S);else break;j--,H--}if(_>j){if(_<=H){const K=H+1,Q=K<D?h[K].el:v;for(;_<=H;)y(null,h[_]=S?ft(h[_]):Ve(h[_]),m,Q,A,x,T,R,S),_++}}else if(_>H)for(;_<=j;)Oe(d[_],A,x,!0),_++;else{const K=_,Q=_,ie=new Map;for(_=Q;_<=H;_++){const Te=h[_]=S?ft(h[_]):Ve(h[_]);Te.key!=null&&ie.set(Te.key,_)}let se,me=0;const Ue=H-Q+1;let nn=!1,ql=0;const Cn=new Array(Ue);for(_=0;_<Ue;_++)Cn[_]=0;for(_=K;_<=j;_++){const Te=d[_];if(me>=Ue){Oe(Te,A,x,!0);continue}let Xe;if(Te.key!=null)Xe=ie.get(Te.key);else for(se=Q;se<=H;se++)if(Cn[se-Q]===0&&Pt(Te,h[se])){Xe=se;break}Xe===void 0?Oe(Te,A,x,!0):(Cn[Xe-Q]=_+1,Xe>=ql?ql=Xe:nn=!0,y(Te,h[Xe],m,null,A,x,T,R,S),me++)}const zl=nn?Aa(Cn):Lt;for(se=zl.length-1,_=Ue-1;_>=0;_--){const Te=Q+_,Xe=h[Te],Kl=Te+1<D?h[Te+1].el:v;Cn[_]===0?y(null,Xe,m,Kl,A,x,T,R,S):nn&&(se<0||_!==zl[se]?Ge(Xe,m,Kl,2):se--)}}},Ge=(d,h,m,v,A=null)=>{const{el:x,type:T,transition:R,children:S,shapeFlag:_}=d;if(_&6){Ge(d.component.subTree,h,m,v);return}if(_&128){d.suspense.move(h,m,v);return}if(_&64){T.move(d,h,m,O);return}if(T===Fe){s(x,h,m);for(let j=0;j<S.length;j++)Ge(S[j],h,m,v);s(d.anchor,h,m);return}if(T===ls){z(d,h,m);return}if(v!==2&&_&1&&R)if(v===0)R.beforeEnter(x),s(x,h,m),Se(()=>R.enter(x),A);else{const{leave:j,delayLeave:H,afterLeave:K}=R,Q=()=>s(x,h,m),ie=()=>{j(x,()=>{Q(),K&&K()})};H?H(x,Q,ie):ie()}else s(x,h,m)},Oe=(d,h,m,v=!1,A=!1)=>{const{type:x,props:T,ref:R,children:S,dynamicChildren:_,shapeFlag:D,patchFlag:j,dirs:H}=d;if(R!=null&&or(R,null,m,d,!0),D&256){h.ctx.deactivate(d);return}const K=D&1&&H,Q=!ts(d);let ie;if(Q&&(ie=T&&T.onVnodeBeforeUnmount)&&We(ie,h,d),D&6)_s(d.component,m,v);else{if(D&128){d.suspense.unmount(m,v);return}K&&Rt(d,null,h,"beforeUnmount"),D&64?d.type.remove(d,h,m,A,O,v):_&&(x!==Fe||j>0&&j&64)?Ee(_,h,m,!1,!0):(x===Fe&&j&384||!A&&D&16)&&Ee(S,h,m),v&&en(d)}(Q&&(ie=T&&T.onVnodeUnmounted)||K)&&Se(()=>{ie&&We(ie,h,d),K&&Rt(d,null,h,"unmounted")},m)},en=d=>{const{type:h,el:m,anchor:v,transition:A}=d;if(h===Fe){tn(m,v);return}if(h===ls){M(d);return}const x=()=>{r(m),A&&!A.persisted&&A.afterLeave&&A.afterLeave()};if(d.shapeFlag&1&&A&&!A.persisted){const{leave:T,delayLeave:R}=A,S=()=>T(m,x);R?R(d.el,x,S):S()}else x()},tn=(d,h)=>{let m;for(;d!==h;)m=p(d),r(d),d=m;r(h)},_s=(d,h,m)=>{const{bum:v,scope:A,update:x,subTree:T,um:R}=d;v&&jn(v),A.stop(),x&&(x.active=!1,Oe(T,d,h,m)),R&&Se(R,h),Se(()=>{d.isUnmounted=!0},h),h&&h.pendingBranch&&!h.isUnmounted&&d.asyncDep&&!d.asyncResolved&&d.suspenseId===h.pendingId&&(h.deps--,h.deps===0&&h.resolve())},Ee=(d,h,m,v=!1,A=!1,x=0)=>{for(let T=x;T<d.length;T++)Oe(d[T],h,m,v,A)},E=d=>d.shapeFlag&6?E(d.component.subTree):d.shapeFlag&128?d.suspense.next():p(d.anchor||d.el),N=(d,h,m)=>{d==null?h._vnode&&Oe(h._vnode,null,null,!0):y(h._vnode||null,d,h,null,null,null,m),So(),Po(),h._vnode=d},O={p:y,um:Oe,m:Ge,r:en,mt:ye,mc:L,pc:ee,pbc:J,n:E,o:e};let B,te;return t&&([B,te]=t(O)),{render:N,hydrate:B,createApp:da(N,B)}}function St({effect:e,update:t},n){e.allowRecurse=t.allowRecurse=n}function Ea(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function ii(e,t,n=!1){const s=e.children,r=t.children;if(q(s)&&q(r))for(let o=0;o<s.length;o++){const i=s[o];let l=r[o];l.shapeFlag&1&&!l.dynamicChildren&&((l.patchFlag<=0||l.patchFlag===32)&&(l=r[o]=ft(r[o]),l.el=i.el),n||ii(i,l)),l.type===is&&(l.el=i.el)}}function Aa(e){const t=e.slice(),n=[0];let s,r,o,i,l;const c=e.length;for(s=0;s<c;s++){const u=e[s];if(u!==0){if(r=n[n.length-1],e[r]<u){t[s]=r,n.push(s);continue}for(o=0,i=n.length-1;o<i;)l=o+i>>1,e[n[l]]<u?o=l+1:i=l;u<e[n[o]]&&(o>0&&(t[s]=n[o-1]),n[o]=s)}}for(o=n.length,i=n[o-1];o-- >0;)n[o]=i,i=t[i];return n}const xa=e=>e.__isTeleport,Fe=Symbol.for("v-fgt"),is=Symbol.for("v-txt"),Be=Symbol.for("v-cmt"),ls=Symbol.for("v-stc"),dn=[];let De=null;function we(e=!1){dn.push(De=e?null:[])}function _a(){dn.pop(),De=dn[dn.length-1]||null}let hn=1;function li(e){hn+=e}function ci(e){return e.dynamicChildren=hn>0?De||Lt:null,_a(),hn>0&&De&&De.push(e),e}function Pe(e,t,n,s,r,o){return ci(F(e,t,n,s,r,o,!0))}function ai(e,t,n,s,r){return ci(ue(e,t,n,s,r,!0))}function ir(e){return e?e.__v_isVNode===!0:!1}function Pt(e,t){return e.type===t.type&&e.key===t.key}const cs="__vInternal",ui=({key:e})=>e??null,as=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?he(e)||de(e)||V(e)?{i:Re,r:e,k:t,f:!!n}:e:null);function F(e,t=null,n=null,s=0,r=null,o=e===Fe?0:1,i=!1,l=!1){const c={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&ui(t),ref:t&&as(t),scopeId:Xn,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetAnchor:null,staticCount:0,shapeFlag:o,patchFlag:s,dynamicProps:r,dynamicChildren:null,appContext:null,ctx:Re};return l?(lr(c,n),o&128&&e.normalize(c)):n&&(c.shapeFlag|=he(n)?8:16),hn>0&&!i&&De&&(c.patchFlag>0||o&6)&&c.patchFlag!==32&&De.push(c),c}const ue=Ra;function Ra(e,t=null,n=null,s=0,r=null,o=!1){if((!e||e===ko)&&(e=Be),ir(e)){const l=ut(e,t,!0);return n&&lr(l,n),hn>0&&!o&&De&&(l.shapeFlag&6?De[De.indexOf(e)]=l:De.push(l)),l.patchFlag|=-2,l}if(Ba(e)&&(e=e.__vccOpts),t){t=Sa(t);let{class:l,style:c}=t;l&&!he(l)&&(t.class=Bn(l)),ce(c)&&(vo(c)&&!q(c)&&(c=ge({},c)),t.style=jt(c))}const i=he(e)?1:Kc(e)?128:xa(e)?64:ce(e)?4:V(e)?2:0;return F(e,t,n,s,r,i,o,!0)}function Sa(e){return e?vo(e)||cs in e?ge({},e):e:null}function ut(e,t,n=!1){const{props:s,ref:r,patchFlag:o,children:i}=e,l=t?Oa(s||{},t):s;return{__v_isVNode:!0,__v_skip:!0,type:e.type,props:l,key:l&&ui(l),ref:t&&t.ref?n&&r?q(r)?r.concat(as(t)):[r,as(t)]:as(t):r,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:i,target:e.target,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==Fe?o===-1?16:o|16:o,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:e.transition,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&ut(e.ssContent),ssFallback:e.ssFallback&&ut(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce}}function et(e=" ",t=0){return ue(is,null,e,t)}function Pa(e,t){const n=ue(ls,null,e);return n.staticCount=t,n}function Kt(e="",t=!1){return t?(we(),ai(Be,null,e)):ue(Be,null,e)}function Ve(e){return e==null||typeof e=="boolean"?ue(Be):q(e)?ue(Fe,null,e.slice()):typeof e=="object"?ft(e):ue(is,null,String(e))}function ft(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:ut(e)}function lr(e,t){let n=0;const{shapeFlag:s}=e;if(t==null)t=null;else if(q(t))n=16;else if(typeof t=="object")if(s&65){const r=t.default;r&&(r._c&&(r._d=!1),lr(e,r()),r._c&&(r._d=!0));return}else{n=32;const r=t._;!r&&!(cs in t)?t._ctx=Re:r===3&&Re&&(Re.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else V(t)?(t={default:t,_ctx:Re},n=32):(t=String(t),s&64?(n=16,t=[et(t)]):n=8);e.children=t,e.shapeFlag|=n}function Oa(...e){const t={};for(let n=0;n<e.length;n++){const s=e[n];for(const r in s)if(r==="class")t.class!==s.class&&(t.class=Bn([t.class,s.class]));else if(r==="style")t.style=jt([t.style,s.style]);else if(Tn(r)){const o=t[r],i=s[r];i&&o!==i&&!(q(o)&&o.includes(i))&&(t[r]=o?[].concat(o,i):i)}else r!==""&&(t[r]=s[r])}return t}function We(e,t,n,s=null){ke(e,t,7,[n,s])}const Ca=Xo();let Ta=0;function ka(e,t,n){const s=e.type,r=(t?t.appContext:e.appContext)||Ca,o={uid:Ta++,vnode:e,type:s,parent:t,appContext:r,root:null,next:null,subTree:null,effect:null,update:null,scope:new Xr(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:t?t.provides:Object.create(r.provides),accessCache:null,renderCache:[],components:null,directives:null,propsOptions:Zo(s,r),emitsOptions:Co(s,r),emit:null,emitted:null,propsDefaults:le,inheritAttrs:s.inheritAttrs,ctx:le,data:le,props:le,attrs:le,slots:le,refs:le,setupState:le,setupContext:null,attrsProxy:null,slotsProxy:null,suspense:n,suspenseId:n?n.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=Bc.bind(null,o),e.ce&&e.ce(o),o}let be=null;const Na=()=>be||Re;let cr,Vt,fi="__VUE_INSTANCE_SETTERS__";(Vt=Ts()[fi])||(Vt=Ts()[fi]=[]),Vt.push(e=>be=e),cr=e=>{Vt.length>1?Vt.forEach(t=>t(e)):Vt[0](e)};const Wt=e=>{cr(e),e.scope.on()},Ot=()=>{be&&be.scope.off(),cr(null)};function di(e){return e.vnode.shapeFlag&4}let pn=!1;function La(e,t=!1){pn=t;const{props:n,children:s}=e.vnode,r=di(e);pa(e,n,r,t),ba(e,s);const o=r?Ia(e,t):void 0;return pn=!1,o}function Ia(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=Jn(new Proxy(e.ctx,oa));const{setup:s}=n;if(s){const r=e.setupContext=s.length>1?ja(e):null;Wt(e),Ft();const o=ct(s,e,0,[e.props,r]);if(Bt(),Ot(),Kr(o)){if(o.then(Ot,Ot),t)return o.then(i=>{hi(e,i,t)}).catch(i=>{Qn(i,e,0)});e.asyncDep=o}else hi(e,o,t)}else mi(e,t)}function hi(e,t,n){V(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:ce(t)&&(e.setupState=xo(t)),mi(e,n)}let pi;function mi(e,t,n){const s=e.type;if(!e.render){if(!t&&pi&&!s.render){const r=s.template||tr(e).template;if(r){const{isCustomElement:o,compilerOptions:i}=e.appContext.config,{delimiters:l,compilerOptions:c}=s,u=ge(ge({isCustomElement:o,delimiters:l},i),c);s.render=pi(r,u)}}e.render=s.render||qe}{Wt(e),Ft();try{ia(e)}finally{Bt(),Ot()}}}function Ma(e){return e.attrsProxy||(e.attrsProxy=new Proxy(e.attrs,{get(t,n){return _e(e,"get","$attrs"),t[n]}}))}function ja(e){const t=n=>{e.exposed=n||{}};return{get attrs(){return Ma(e)},slots:e.slots,emit:e.emit,expose:t}}function us(e){if(e.exposed)return e.exposeProxy||(e.exposeProxy=new Proxy(xo(Jn(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in an)return an[n](e)},has(t,n){return n in t||n in an}}))}function Fa(e,t=!0){return V(e)?e.displayName||e.name:e.name||t&&e.__name}function Ba(e){return V(e)&&"__vccOpts"in e}const Le=(e,t)=>Nc(e,t,pn);function ar(e,t,n){const s=arguments.length;return s===2?ce(t)&&!q(t)?ir(t)?ue(e,null,[t]):ue(e,t):ue(e,null,t):(s>3?n=Array.prototype.slice.call(arguments,2):s===3&&ir(n)&&(n=[n]),ue(e,t,n))}const Da=Symbol.for("v-scx"),Ha=()=>je(Da),Ua="3.3.10",qa="http://www.w3.org/2000/svg",Ct=typeof document<"u"?document:null,gi=Ct&&Ct.createElement("template"),za={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?Ct.createElementNS(qa,e):Ct.createElement(e,n?{is:n}:void 0);return e==="select"&&s&&s.multiple!=null&&r.setAttribute("multiple",s.multiple),r},createText:e=>Ct.createTextNode(e),createComment:e=>Ct.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>Ct.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,s,r,o){const i=n?n.previousSibling:t.lastChild;if(r&&(r===o||r.nextSibling))for(;t.insertBefore(r.cloneNode(!0),n),!(r===o||!(r=r.nextSibling)););else{gi.innerHTML=s?`<svg>${e}</svg>`:e;const l=gi.content;if(s){const c=l.firstChild;for(;c.firstChild;)l.appendChild(c.firstChild);l.removeChild(c)}t.insertBefore(l,n)}return[i?i.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},dt="transition",mn="animation",gn=Symbol("_vtc"),fs=(e,{slots:t})=>ar(Qc,Ka(e),t);fs.displayName="Transition";const bi={name:String,type:String,css:{type:Boolean,default:!0},duration:[String,Number,Object],enterFromClass:String,enterActiveClass:String,enterToClass:String,appearFromClass:String,appearActiveClass:String,appearToClass:String,leaveFromClass:String,leaveActiveClass:String,leaveToClass:String};fs.props=ge({},Fo,bi);const Tt=(e,t=[])=>{q(e)?e.forEach(n=>n(...t)):e&&e(...t)},yi=e=>e?q(e)?e.some(t=>t.length>1):e.length>1:!1;function Ka(e){const t={};for(const I in e)I in bi||(t[I]=e[I]);if(e.css===!1)return t;const{name:n="v",type:s,duration:r,enterFromClass:o=`${n}-enter-from`,enterActiveClass:i=`${n}-enter-active`,enterToClass:l=`${n}-enter-to`,appearFromClass:c=o,appearActiveClass:u=i,appearToClass:a=l,leaveFromClass:f=`${n}-leave-from`,leaveActiveClass:p=`${n}-leave-active`,leaveToClass:g=`${n}-leave-to`}=e,b=Va(r),y=b&&b[0],C=b&&b[1],{onBeforeEnter:P,onEnter:k,onEnterCancelled:z,onLeave:M,onLeaveCancelled:W,onBeforeAppear:fe=P,onAppear:ae=k,onAppearCancelled:L=z}=t,U=(I,$,ye)=>{kt(I,$?a:l),kt(I,$?u:i),ye&&ye()},J=(I,$)=>{I._isLeaving=!1,kt(I,f),kt(I,g),kt(I,p),$&&$()},re=I=>($,ye)=>{const xe=I?ae:k,Y=()=>U($,I,ye);Tt(xe,[$,Y]),vi(()=>{kt($,I?c:o),ht($,I?a:l),yi(xe)||wi($,s,y,Y)})};return ge(t,{onBeforeEnter(I){Tt(P,[I]),ht(I,o),ht(I,i)},onBeforeAppear(I){Tt(fe,[I]),ht(I,c),ht(I,u)},onEnter:re(!1),onAppear:re(!0),onLeave(I,$){I._isLeaving=!0;const ye=()=>J(I,$);ht(I,f),Qa(),ht(I,p),vi(()=>{I._isLeaving&&(kt(I,f),ht(I,g),yi(M)||wi(I,s,C,ye))}),Tt(M,[I,ye])},onEnterCancelled(I){U(I,!1),Tt(z,[I])},onAppearCancelled(I){U(I,!0),Tt(L,[I])},onLeaveCancelled(I){J(I),Tt(W,[I])}})}function Va(e){if(e==null)return null;if(ce(e))return[ur(e.enter),ur(e.leave)];{const t=ur(e);return[t,t]}}function ur(e){return Xl(e)}function ht(e,t){t.split(/\s+/).forEach(n=>n&&e.classList.add(n)),(e[gn]||(e[gn]=new Set)).add(t)}function kt(e,t){t.split(/\s+/).forEach(s=>s&&e.classList.remove(s));const n=e[gn];n&&(n.delete(t),n.size||(e[gn]=void 0))}function vi(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}let Wa=0;function wi(e,t,n,s){const r=e._endId=++Wa,o=()=>{r===e._endId&&s()};if(n)return setTimeout(o,n);const{type:i,timeout:l,propCount:c}=Ja(e,t);if(!i)return s();const u=i+"end";let a=0;const f=()=>{e.removeEventListener(u,p),o()},p=g=>{g.target===e&&++a>=c&&f()};setTimeout(()=>{a<c&&f()},l+1),e.addEventListener(u,p)}function Ja(e,t){const n=window.getComputedStyle(e),s=b=>(n[b]||"").split(", "),r=s(`${dt}Delay`),o=s(`${dt}Duration`),i=Ei(r,o),l=s(`${mn}Delay`),c=s(`${mn}Duration`),u=Ei(l,c);let a=null,f=0,p=0;t===dt?i>0&&(a=dt,f=i,p=o.length):t===mn?u>0&&(a=mn,f=u,p=c.length):(f=Math.max(i,u),a=f>0?i>u?dt:mn:null,p=a?a===dt?o.length:c.length:0);const g=a===dt&&/\b(transform|all)(,|$)/.test(s(`${dt}Property`).toString());return{type:a,timeout:f,propCount:p,hasTransform:g}}function Ei(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max(...t.map((n,s)=>Ai(n)+Ai(e[s])))}function Ai(e){return e==="auto"?0:Number(e.slice(0,-1).replace(",","."))*1e3}function Qa(){return document.body.offsetHeight}function Ga(e,t,n){const s=e[gn];s&&(t=(t?[t,...s]:[...s]).join(" ")),t==null?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}const fr=Symbol("_vod"),Xa={beforeMount(e,{value:t},{transition:n}){e[fr]=e.style.display==="none"?"":e.style.display,n&&t?n.beforeEnter(e):bn(e,t)},mounted(e,{value:t},{transition:n}){n&&t&&n.enter(e)},updated(e,{value:t,oldValue:n},{transition:s}){!t!=!n&&(s?t?(s.beforeEnter(e),bn(e,!0),s.enter(e)):s.leave(e,()=>{bn(e,!1)}):bn(e,t))},beforeUnmount(e,{value:t}){bn(e,t)}};function bn(e,t){e.style.display=t?e[fr]:"none"}function Ya(e,t,n){const s=e.style,r=he(n);if(n&&!r){if(t&&!he(t))for(const o in t)n[o]==null&&dr(s,o,"");for(const o in n)dr(s,o,n[o])}else{const o=s.display;r?t!==n&&(s.cssText=n):t&&e.removeAttribute("style"),fr in e&&(s.display=o)}}const xi=/\s*!important$/;function dr(e,t,n){if(q(n))n.forEach(s=>dr(e,t,s));else if(n==null&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const s=Za(e,t);xi.test(n)?e.setProperty(Mt(s),n.replace(xi,""),"important"):e[s]=n}}const _i=["Webkit","Moz","ms"],hr={};function Za(e,t){const n=hr[t];if(n)return n;let s=ze(t);if(s!=="filter"&&s in e)return hr[t]=s;s=Mn(s);for(let r=0;r<_i.length;r++){const o=_i[r]+s;if(o in e)return hr[t]=o}return t}const Ri="http://www.w3.org/1999/xlink";function $a(e,t,n,s,r){if(s&&t.startsWith("xlink:"))n==null?e.removeAttributeNS(Ri,t.slice(6,t.length)):e.setAttributeNS(Ri,t,n);else{const o=tc(t);n==null||o&&!Qr(n)?e.removeAttribute(t):e.setAttribute(t,o?"":n)}}function eu(e,t,n,s,r,o,i){if(t==="innerHTML"||t==="textContent"){s&&i(s,r,o),e[t]=n??"";return}const l=e.tagName;if(t==="value"&&l!=="PROGRESS"&&!l.includes("-")){e._value=n;const u=l==="OPTION"?e.getAttribute("value"):e.value,a=n??"";u!==a&&(e.value=a),n==null&&e.removeAttribute(t);return}let c=!1;if(n===""||n==null){const u=typeof e[t];u==="boolean"?n=Qr(n):n==null&&u==="string"?(n="",c=!0):u==="number"&&(n=0,c=!0)}try{e[t]=n}catch{}c&&e.removeAttribute(t)}function Jt(e,t,n,s){e.addEventListener(t,n,s)}function tu(e,t,n,s){e.removeEventListener(t,n,s)}const Si=Symbol("_vei");function nu(e,t,n,s,r=null){const o=e[Si]||(e[Si]={}),i=o[t];if(s&&i)i.value=s;else{const[l,c]=su(t);if(s){const u=o[t]=iu(s,r);Jt(e,l,u,c)}else i&&(tu(e,l,i,c),o[t]=void 0)}}const Pi=/(?:Once|Passive|Capture)$/;function su(e){let t;if(Pi.test(e)){t={};let s;for(;s=e.match(Pi);)e=e.slice(0,e.length-s[0].length),t[s[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):Mt(e.slice(2)),t]}let pr=0;const ru=Promise.resolve(),ou=()=>pr||(ru.then(()=>pr=0),pr=Date.now());function iu(e,t){const n=s=>{if(!s._vts)s._vts=Date.now();else if(s._vts<=n.attached)return;ke(lu(s,n.value),t,5,[s])};return n.value=e,n.attached=ou(),n}function lu(e,t){if(q(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 Oi=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,cu=(e,t,n,s,r=!1,o,i,l,c)=>{t==="class"?Ga(e,s,r):t==="style"?Ya(e,n,s):Tn(t)?Rs(t)||nu(e,t,n,s,i):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):au(e,t,s,r))?eu(e,t,s,o,i,l,c):(t==="true-value"?e._trueValue=s:t==="false-value"&&(e._falseValue=s),$a(e,t,s,r))};function au(e,t,n,s){if(s)return!!(t==="innerHTML"||t==="textContent"||t in e&&Oi(t)&&V(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;return!(r==="IMG"||r==="VIDEO"||r==="CANVAS"||r==="SOURCE")}return Oi(t)&&he(n)?!1:t in e}const Ci=e=>{const t=e.props["onUpdate:modelValue"]||!1;return q(t)?n=>jn(t,n):t};function uu(e){e.target.composing=!0}function Ti(e){const t=e.target;t.composing&&(t.composing=!1,t.dispatchEvent(new Event("input")))}const mr=Symbol("_assign"),fu={created(e,{modifiers:{lazy:t,trim:n,number:s}},r){e[mr]=Ci(r);const o=s||r.props&&r.props.type==="number";Jt(e,t?"change":"input",i=>{if(i.target.composing)return;let l=e.value;n&&(l=l.trim()),o&&(l=Cs(l)),e[mr](l)}),n&&Jt(e,"change",()=>{e.value=e.value.trim()}),t||(Jt(e,"compositionstart",uu),Jt(e,"compositionend",Ti),Jt(e,"change",Ti))},mounted(e,{value:t}){e.value=t??""},beforeUpdate(e,{value:t,modifiers:{lazy:n,trim:s,number:r}},o){if(e[mr]=Ci(o),e.composing)return;const i=r||e.type==="number"?Cs(e.value):e.value,l=t??"";i!==l&&(document.activeElement===e&&e.type!=="range"&&(n||s&&e.value.trim()===l)||(e.value=l))}},du=["ctrl","shift","alt","meta"],hu={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)=>du.some(n=>e[`${n}Key`]&&!t.includes(n))},pu=(e,t)=>e._withMods||(e._withMods=(n,...s)=>{for(let r=0;r<t.length;r++){const o=hu[t[r]];if(o&&o(n,t))return}return e(n,...s)}),mu=ge({patchProp:cu},za);let ki;function gu(){return ki||(ki=va(mu))}const bu=(...e)=>{const t=gu().createApp(...e),{mount:n}=t;return t.mount=s=>{const r=yu(s);if(!r)return;const o=t._component;!V(o)&&!o.render&&!o.template&&(o.template=r.innerHTML),r.innerHTML="";const i=n(r,!1,r instanceof SVGElement);return r instanceof Element&&(r.removeAttribute("v-cloak"),r.setAttribute("data-v-app","")),i},t};function yu(e){return he(e)?document.querySelector(e):e}var vu=!1;/*!
     1(function(Nt){typeof define=="function"&&define.amd?define(Nt):Nt()})(function(){"use strict";function Nt(e,t){const n=Object.create(null),s=e.split(",");for(let r=0;r<s.length;r++)n[s[r]]=!0;return t?r=>!!n[r.toLowerCase()]:r=>!!n[r]}const ie={},It=[],qe=()=>{},zl=()=>!1,Cn=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),_s=e=>e.startsWith("onUpdate:"),ge=Object.assign,Rs=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},Kl=Object.prototype.hasOwnProperty,Z=(e,t)=>Kl.call(e,t),q=Array.isArray,Mt=e=>kn(e)==="[object Map]",zr=e=>kn(e)==="[object Set]",V=e=>typeof e=="function",he=e=>typeof e=="string",Tn=e=>typeof e=="symbol",le=e=>e!==null&&typeof e=="object",Kr=e=>(le(e)||V(e))&&V(e.then)&&V(e.catch),Vr=Object.prototype.toString,kn=e=>Vr.call(e),Vl=e=>kn(e).slice(8,-1),Jr=e=>kn(e)==="[object Object]",Ps=e=>he(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,Nn=Nt(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),In=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},Jl=/-(\w)/g,ze=In(e=>e.replace(Jl,(t,n)=>n?n.toUpperCase():"")),Wl=/\B([A-Z])/g,Lt=In(e=>e.replace(Wl,"-$1").toLowerCase()),Mn=In(e=>e.charAt(0).toUpperCase()+e.slice(1)),Ss=In(e=>e?`on${Mn(e)}`:""),vt=(e,t)=>!Object.is(e,t),Ln=(e,t)=>{for(let n=0;n<e.length;n++)e[n](t)},jn=(e,t,n)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,value:n})},Os=e=>{const t=parseFloat(e);return isNaN(t)?e:t},Ql=e=>{const t=he(e)?Number(e):NaN;return isNaN(t)?e:t};let Wr;const Cs=()=>Wr||(Wr=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function jt(e){if(q(e)){const t={};for(let n=0;n<e.length;n++){const s=e[n],r=he(s)?Zl(s):jt(s);if(r)for(const o in r)t[o]=r[o]}return t}else if(he(e)||le(e))return e}const Gl=/;(?![^(]*\))/g,Xl=/:([^]+)/,Yl=/\/\*[^]*?\*\//g;function Zl(e){const t={};return e.replace(Yl,"").split(Gl).forEach(n=>{if(n){const s=n.split(Xl);s.length>1&&(t[s[0].trim()]=s[1].trim())}}),t}function Fn(e){let t="";if(he(e))t=e;else if(q(e))for(let n=0;n<e.length;n++){const s=Fn(e[n]);s&&(t+=s+" ")}else if(le(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}const $l=Nt("itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly");function Qr(e){return!!e||e===""}const Et=e=>he(e)?e:e==null?"":q(e)||le(e)&&(e.toString===Vr||!V(e.toString))?JSON.stringify(e,Gr,2):String(e),Gr=(e,t)=>t&&t.__v_isRef?Gr(e,t.value):Mt(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[s,r])=>(n[`${s} =>`]=r,n),{})}:zr(t)?{[`Set(${t.size})`]:[...t.values()]}:le(t)&&!q(t)&&!Jr(t)?String(t):t;let Ce;class Xr{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this.parent=Ce,!t&&Ce&&(this.index=(Ce.scopes||(Ce.scopes=[])).push(this)-1)}get active(){return this._active}run(t){if(this._active){const n=Ce;try{return Ce=this,t()}finally{Ce=n}}}on(){Ce=this}off(){Ce=this.parent}stop(t){if(this._active){let n,s;for(n=0,s=this.effects.length;n<s;n++)this.effects[n].stop();for(n=0,s=this.cleanups.length;n<s;n++)this.cleanups[n]();if(this.scopes)for(n=0,s=this.scopes.length;n<s;n++)this.scopes[n].stop(!0);if(!this.detached&&this.parent&&!t){const r=this.parent.scopes.pop();r&&r!==this&&(this.parent.scopes[this.index]=r,r.index=this.index)}this.parent=void 0,this._active=!1}}}function Yr(e){return new Xr(e)}function ec(e,t=Ce){t&&t.active&&t.effects.push(e)}function Zr(){return Ce}function tc(e){Ce&&Ce.cleanups.push(e)}const Ts=e=>{const t=new Set(e);return t.w=0,t.n=0,t},$r=e=>(e.w&rt)>0,eo=e=>(e.n&rt)>0,nc=({deps:e})=>{if(e.length)for(let t=0;t<e.length;t++)e[t].w|=rt},sc=e=>{const{deps:t}=e;if(t.length){let n=0;for(let s=0;s<t.length;s++){const r=t[s];$r(r)&&!eo(r)?r.delete(e):t[n++]=r,r.w&=~rt,r.n&=~rt}t.length=n}},Dn=new WeakMap;let sn=0,rt=1;const ks=30;let Le;const wt=Symbol(""),Ns=Symbol("");class Is{constructor(t,n=null,s){this.fn=t,this.scheduler=n,this.active=!0,this.deps=[],this.parent=void 0,ec(this,s)}run(){if(!this.active)return this.fn();let t=Le,n=ot;for(;t;){if(t===this)return;t=t.parent}try{return this.parent=Le,Le=this,ot=!0,rt=1<<++sn,sn<=ks?nc(this):to(this),this.fn()}finally{sn<=ks&&sc(this),rt=1<<--sn,Le=this.parent,ot=n,this.parent=void 0,this.deferStop&&this.stop()}}stop(){Le===this?this.deferStop=!0:this.active&&(to(this),this.onStop&&this.onStop(),this.active=!1)}}function to(e){const{deps:t}=e;if(t.length){for(let n=0;n<t.length;n++)t[n].delete(e);t.length=0}}let ot=!0;const no=[];function Ft(){no.push(ot),ot=!1}function Dt(){const e=no.pop();ot=e===void 0?!0:e}function _e(e,t,n){if(ot&&Le){let s=Dn.get(e);s||Dn.set(e,s=new Map);let r=s.get(n);r||s.set(n,r=Ts()),so(r)}}function so(e,t){let n=!1;sn<=ks?eo(e)||(e.n|=rt,n=!$r(e)):n=!e.has(Le),n&&(e.add(Le),Le.deps.push(e))}function Ye(e,t,n,s,r,o){const i=Dn.get(e);if(!i)return;let l=[];if(t==="clear")l=[...i.values()];else if(n==="length"&&q(e)){const c=Number(s);i.forEach((u,a)=>{(a==="length"||!Tn(a)&&a>=c)&&l.push(u)})}else switch(n!==void 0&&l.push(i.get(n)),t){case"add":q(e)?Ps(n)&&l.push(i.get("length")):(l.push(i.get(wt)),Mt(e)&&l.push(i.get(Ns)));break;case"delete":q(e)||(l.push(i.get(wt)),Mt(e)&&l.push(i.get(Ns)));break;case"set":Mt(e)&&l.push(i.get(wt));break}if(l.length===1)l[0]&&Ms(l[0]);else{const c=[];for(const u of l)u&&c.push(...u);Ms(Ts(c))}}function Ms(e,t){const n=q(e)?e:[...e];for(const s of n)s.computed&&ro(s);for(const s of n)s.computed||ro(s)}function ro(e,t){(e!==Le||e.allowRecurse)&&(e.scheduler?e.scheduler():e.run())}function rc(e,t){var n;return(n=Dn.get(e))==null?void 0:n.get(t)}const oc=Nt("__proto__,__v_isRef,__isVue"),oo=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(Tn)),io=ic();function ic(){const e={};return["includes","indexOf","lastIndexOf"].forEach(t=>{e[t]=function(...n){const s=G(this);for(let o=0,i=this.length;o<i;o++)_e(s,"get",o+"");const r=s[t](...n);return r===-1||r===!1?s[t](...n.map(G)):r}}),["push","pop","shift","unshift","splice"].forEach(t=>{e[t]=function(...n){Ft();const s=G(this)[t].apply(this,n);return Dt(),s}}),e}function lc(e){const t=G(this);return _e(t,"has",e),t.hasOwnProperty(e)}class lo{constructor(t=!1,n=!1){this._isReadonly=t,this._shallow=n}get(t,n,s){const r=this._isReadonly,o=this._shallow;if(n==="__v_isReactive")return!r;if(n==="__v_isReadonly")return r;if(n==="__v_isShallow")return o;if(n==="__v_raw"&&s===(r?o?Ec:go:o?mo:po).get(t))return t;const i=q(t);if(!r){if(i&&Z(io,n))return Reflect.get(io,n,s);if(n==="hasOwnProperty")return lc}const l=Reflect.get(t,n,s);return(Tn(n)?oo.has(n):oc(n))||(r||_e(t,"get",n),o)?l:de(l)?i&&Ps(n)?l:l.value:le(l)?r?yo(l):Bt(l):l}}class co extends lo{constructor(t=!1){super(!1,t)}set(t,n,s,r){let o=t[n];if(Ht(o)&&de(o)&&!de(s))return!1;if(!this._shallow&&(!Vn(s)&&!Ht(s)&&(o=G(o),s=G(s)),!q(t)&&de(o)&&!de(s)))return o.value=s,!0;const i=q(t)&&Ps(n)?Number(n)<t.length:Z(t,n),l=Reflect.set(t,n,s,r);return t===G(r)&&(i?vt(s,o)&&Ye(t,"set",n,s):Ye(t,"add",n,s)),l}deleteProperty(t,n){const s=Z(t,n);t[n];const r=Reflect.deleteProperty(t,n);return r&&s&&Ye(t,"delete",n,void 0),r}has(t,n){const s=Reflect.has(t,n);return(!Tn(n)||!oo.has(n))&&_e(t,"has",n),s}ownKeys(t){return _e(t,"iterate",q(t)?"length":wt),Reflect.ownKeys(t)}}class cc extends lo{constructor(t=!1){super(!0,t)}set(t,n){return!0}deleteProperty(t,n){return!0}}const ac=new co,uc=new cc,fc=new co(!0),Ls=e=>e,Bn=e=>Reflect.getPrototypeOf(e);function Hn(e,t,n=!1,s=!1){e=e.__v_raw;const r=G(e),o=G(t);n||(vt(t,o)&&_e(r,"get",t),_e(r,"get",o));const{has:i}=Bn(r),l=s?Ls:n?Ds:rn;if(i.call(r,t))return l(e.get(t));if(i.call(r,o))return l(e.get(o));e!==r&&e.get(t)}function Un(e,t=!1){const n=this.__v_raw,s=G(n),r=G(e);return t||(vt(e,r)&&_e(s,"has",e),_e(s,"has",r)),e===r?n.has(e):n.has(e)||n.has(r)}function qn(e,t=!1){return e=e.__v_raw,!t&&_e(G(e),"iterate",wt),Reflect.get(e,"size",e)}function ao(e){e=G(e);const t=G(this);return Bn(t).has.call(t,e)||(t.add(e),Ye(t,"add",e,e)),this}function uo(e,t){t=G(t);const n=G(this),{has:s,get:r}=Bn(n);let o=s.call(n,e);o||(e=G(e),o=s.call(n,e));const i=r.call(n,e);return n.set(e,t),o?vt(t,i)&&Ye(n,"set",e,t):Ye(n,"add",e,t),this}function fo(e){const t=G(this),{has:n,get:s}=Bn(t);let r=n.call(t,e);r||(e=G(e),r=n.call(t,e)),s&&s.call(t,e);const o=t.delete(e);return r&&Ye(t,"delete",e,void 0),o}function ho(){const e=G(this),t=e.size!==0,n=e.clear();return t&&Ye(e,"clear",void 0,void 0),n}function zn(e,t){return function(s,r){const o=this,i=o.__v_raw,l=G(i),c=t?Ls:e?Ds:rn;return!e&&_e(l,"iterate",wt),i.forEach((u,a)=>s.call(r,c(u),c(a),o))}}function Kn(e,t,n){return function(...s){const r=this.__v_raw,o=G(r),i=Mt(o),l=e==="entries"||e===Symbol.iterator&&i,c=e==="keys"&&i,u=r[e](...s),a=n?Ls:t?Ds:rn;return!t&&_e(o,"iterate",c?Ns:wt),{next(){const{value:f,done:p}=u.next();return p?{value:f,done:p}:{value:l?[a(f[0]),a(f[1])]:a(f),done:p}},[Symbol.iterator](){return this}}}}function it(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function dc(){const e={get(o){return Hn(this,o)},get size(){return qn(this)},has:Un,add:ao,set:uo,delete:fo,clear:ho,forEach:zn(!1,!1)},t={get(o){return Hn(this,o,!1,!0)},get size(){return qn(this)},has:Un,add:ao,set:uo,delete:fo,clear:ho,forEach:zn(!1,!0)},n={get(o){return Hn(this,o,!0)},get size(){return qn(this,!0)},has(o){return Un.call(this,o,!0)},add:it("add"),set:it("set"),delete:it("delete"),clear:it("clear"),forEach:zn(!0,!1)},s={get(o){return Hn(this,o,!0,!0)},get size(){return qn(this,!0)},has(o){return Un.call(this,o,!0)},add:it("add"),set:it("set"),delete:it("delete"),clear:it("clear"),forEach:zn(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach(o=>{e[o]=Kn(o,!1,!1),n[o]=Kn(o,!0,!1),t[o]=Kn(o,!1,!0),s[o]=Kn(o,!0,!0)}),[e,n,t,s]}const[hc,pc,mc,gc]=dc();function js(e,t){const n=t?e?gc:mc:e?pc:hc;return(s,r,o)=>r==="__v_isReactive"?!e:r==="__v_isReadonly"?e:r==="__v_raw"?s:Reflect.get(Z(n,r)&&r in s?n:s,r,o)}const bc={get:js(!1,!1)},yc={get:js(!1,!0)},vc={get:js(!0,!1)},po=new WeakMap,mo=new WeakMap,go=new WeakMap,Ec=new WeakMap;function wc(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function Ac(e){return e.__v_skip||!Object.isExtensible(e)?0:wc(Vl(e))}function Bt(e){return Ht(e)?e:Fs(e,!1,ac,bc,po)}function bo(e){return Fs(e,!1,fc,yc,mo)}function yo(e){return Fs(e,!0,uc,vc,go)}function Fs(e,t,n,s,r){if(!le(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const o=r.get(e);if(o)return o;const i=Ac(e);if(i===0)return e;const l=new Proxy(e,i===2?s:n);return r.set(e,l),l}function lt(e){return Ht(e)?lt(e.__v_raw):!!(e&&e.__v_isReactive)}function Ht(e){return!!(e&&e.__v_isReadonly)}function Vn(e){return!!(e&&e.__v_isShallow)}function vo(e){return lt(e)||Ht(e)}function G(e){const t=e&&e.__v_raw;return t?G(t):e}function Jn(e){return jn(e,"__v_skip",!0),e}const rn=e=>le(e)?Bt(e):e,Ds=e=>le(e)?yo(e):e;function Eo(e){ot&&Le&&(e=G(e),so(e.dep||(e.dep=Ts())))}function wo(e,t){e=G(e);const n=e.dep;n&&Ms(n)}function de(e){return!!(e&&e.__v_isRef===!0)}function on(e){return Ao(e,!1)}function xc(e){return Ao(e,!0)}function Ao(e,t){return de(e)?e:new _c(e,t)}class _c{constructor(t,n){this.__v_isShallow=n,this.dep=void 0,this.__v_isRef=!0,this._rawValue=n?t:G(t),this._value=n?t:rn(t)}get value(){return Eo(this),this._value}set value(t){const n=this.__v_isShallow||Vn(t)||Ht(t);t=n?t:G(t),vt(t,this._rawValue)&&(this._rawValue=t,this._value=n?t:rn(t),wo(this))}}function Ut(e){return de(e)?e.value:e}const Rc={get:(e,t,n)=>Ut(Reflect.get(e,t,n)),set:(e,t,n,s)=>{const r=e[t];return de(r)&&!de(n)?(r.value=n,!0):Reflect.set(e,t,n,s)}};function xo(e){return lt(e)?e:new Proxy(e,Rc)}function Pc(e){const t=q(e)?new Array(e.length):{};for(const n in e)t[n]=Oc(e,n);return t}class Sc{constructor(t,n,s){this._object=t,this._key=n,this._defaultValue=s,this.__v_isRef=!0}get value(){const t=this._object[this._key];return t===void 0?this._defaultValue:t}set value(t){this._object[this._key]=t}get dep(){return rc(G(this._object),this._key)}}function Oc(e,t,n){const s=e[t];return de(s)?s:new Sc(e,t,n)}class Cc{constructor(t,n,s,r){this._setter=n,this.dep=void 0,this.__v_isRef=!0,this.__v_isReadonly=!1,this._dirty=!0,this.effect=new Is(t,()=>{this._dirty||(this._dirty=!0,wo(this))}),this.effect.computed=this,this.effect.active=this._cacheable=!r,this.__v_isReadonly=s}get value(){const t=G(this);return Eo(t),(t._dirty||!t._cacheable)&&(t._dirty=!1,t._value=t.effect.run()),t._value}set value(t){this._setter(t)}}function Tc(e,t,n=!1){let s,r;const o=V(e);return o?(s=e,r=qe):(s=e.get,r=e.set),new Cc(s,r,o||!r,n)}function Sh(e,...t){}function ct(e,t,n,s){let r;try{r=s?e(...s):e()}catch(o){Wn(o,t,n)}return r}function ke(e,t,n,s){if(V(e)){const o=ct(e,t,n,s);return o&&Kr(o)&&o.catch(i=>{Wn(i,t,n)}),o}const r=[];for(let o=0;o<e.length;o++)r.push(ke(e[o],t,n,s));return r}function Wn(e,t,n,s=!0){const r=t?t.vnode:null;if(t){let o=t.parent;const i=t.proxy,l=n;for(;o;){const u=o.ec;if(u){for(let a=0;a<u.length;a++)if(u[a](e,i,l)===!1)return}o=o.parent}const c=t.appContext.config.errorHandler;if(c){ct(c,null,10,[e,i,l]);return}}kc(e,n,r,s)}function kc(e,t,n,s=!0){console.error(e)}let ln=!1,Bs=!1;const ve=[];let Ke=0;const qt=[];let Ze=null,At=0;const _o=Promise.resolve();let Hs=null;function Us(e){const t=Hs||_o;return e?t.then(this?e.bind(this):e):t}function Nc(e){let t=Ke+1,n=ve.length;for(;t<n;){const s=t+n>>>1,r=ve[s],o=cn(r);o<e||o===e&&r.pre?t=s+1:n=s}return t}function qs(e){(!ve.length||!ve.includes(e,ln&&e.allowRecurse?Ke+1:Ke))&&(e.id==null?ve.push(e):ve.splice(Nc(e.id),0,e),Ro())}function Ro(){!ln&&!Bs&&(Bs=!0,Hs=_o.then(Oo))}function Ic(e){const t=ve.indexOf(e);t>Ke&&ve.splice(t,1)}function Mc(e){q(e)?qt.push(...e):(!Ze||!Ze.includes(e,e.allowRecurse?At+1:At))&&qt.push(e),Ro()}function Po(e,t=ln?Ke+1:0){for(;t<ve.length;t++){const n=ve[t];n&&n.pre&&(ve.splice(t,1),t--,n())}}function So(e){if(qt.length){const t=[...new Set(qt)];if(qt.length=0,Ze){Ze.push(...t);return}for(Ze=t,Ze.sort((n,s)=>cn(n)-cn(s)),At=0;At<Ze.length;At++)Ze[At]();Ze=null,At=0}}const cn=e=>e.id==null?1/0:e.id,Lc=(e,t)=>{const n=cn(e)-cn(t);if(n===0){if(e.pre&&!t.pre)return-1;if(t.pre&&!e.pre)return 1}return n};function Oo(e){Bs=!1,ln=!0,ve.sort(Lc);try{for(Ke=0;Ke<ve.length;Ke++){const t=ve[Ke];t&&t.active!==!1&&ct(t,null,14)}}finally{Ke=0,ve.length=0,So(),ln=!1,Hs=null,(ve.length||qt.length)&&Oo()}}function jc(e,t,...n){if(e.isUnmounted)return;const s=e.vnode.props||ie;let r=n;const o=t.startsWith("update:"),i=o&&t.slice(7);if(i&&i in s){const a=`${i==="modelValue"?"model":i}Modifiers`,{number:f,trim:p}=s[a]||ie;p&&(r=n.map(y=>he(y)?y.trim():y)),f&&(r=n.map(Os))}let l,c=s[l=Ss(t)]||s[l=Ss(ze(t))];!c&&o&&(c=s[l=Ss(Lt(t))]),c&&ke(c,e,6,r);const u=s[l+"Once"];if(u){if(!e.emitted)e.emitted={};else if(e.emitted[l])return;e.emitted[l]=!0,ke(u,e,6,r)}}function Co(e,t,n=!1){const s=t.emitsCache,r=s.get(e);if(r!==void 0)return r;const o=e.emits;let i={},l=!1;if(!V(e)){const c=u=>{const a=Co(u,t,!0);a&&(l=!0,ge(i,a))};!n&&t.mixins.length&&t.mixins.forEach(c),e.extends&&c(e.extends),e.mixins&&e.mixins.forEach(c)}return!o&&!l?(le(e)&&s.set(e,null),null):(q(o)?o.forEach(c=>i[c]=null):ge(i,o),le(e)&&s.set(e,i),i)}function Qn(e,t){return!e||!Cn(t)?!1:(t=t.slice(2).replace(/Once$/,""),Z(e,t[0].toLowerCase()+t.slice(1))||Z(e,Lt(t))||Z(e,t))}let Re=null,Gn=null;function Xn(e){const t=Re;return Re=e,Gn=e&&e.type.__scopeId||null,t}function zs(e){Gn=e}function Ks(){Gn=null}function zt(e,t=Re,n){if(!t||e._n)return e;const s=(...r)=>{s._d&&li(-1);const o=Xn(t);let i;try{i=e(...r)}finally{Xn(o),s._d&&li(1)}return i};return s._n=!0,s._c=!0,s._d=!0,s}function Oh(){}function Vs(e){const{type:t,vnode:n,proxy:s,withProxy:r,props:o,propsOptions:[i],slots:l,attrs:c,emit:u,render:a,renderCache:f,data:p,setupState:y,ctx:b,inheritAttrs:v}=e;let k,O;const T=Xn(e);try{if(n.shapeFlag&4){const L=r||s,J=L;k=Ve(a.call(J,L,f,o,y,p,b)),O=c}else{const L=t;k=Ve(L.length>1?L(o,{attrs:c,slots:l,emit:u}):L(o,null)),O=t.props?c:Fc(c)}}catch(L){dn.length=0,Wn(L,e,1),k=ue(De)}let z=k;if(O&&v!==!1){const L=Object.keys(O),{shapeFlag:J}=z;L.length&&J&7&&(i&&L.some(_s)&&(O=Dc(O,i)),z=ut(z,O))}return n.dirs&&(z=ut(z),z.dirs=z.dirs?z.dirs.concat(n.dirs):n.dirs),n.transition&&(z.transition=n.transition),k=z,Xn(T),k}const Fc=e=>{let t;for(const n in e)(n==="class"||n==="style"||Cn(n))&&((t||(t={}))[n]=e[n]);return t},Dc=(e,t)=>{const n={};for(const s in e)(!_s(s)||!(s.slice(9)in t))&&(n[s]=e[s]);return n};function Bc(e,t,n){const{props:s,children:r,component:o}=e,{props:i,children:l,patchFlag:c}=t,u=o.emitsOptions;if(t.dirs||t.transition)return!0;if(n&&c>=0){if(c&1024)return!0;if(c&16)return s?To(s,i,u):!!i;if(c&8){const a=t.dynamicProps;for(let f=0;f<a.length;f++){const p=a[f];if(i[p]!==s[p]&&!Qn(u,p))return!0}}}else return(r||l)&&(!l||!l.$stable)?!0:s===i?!1:s?i?To(s,i,u):!0:!!i;return!1}function To(e,t,n){const s=Object.keys(t);if(s.length!==Object.keys(e).length)return!0;for(let r=0;r<s.length;r++){const o=s[r];if(t[o]!==e[o]&&!Qn(n,o))return!0}return!1}function Hc({vnode:e,parent:t},n){for(;t&&t.subTree===e;)(e=t.vnode).el=n,t=t.parent}const Js="components";function Yn(e,t){return No(Js,e,!0,t)||e}const ko=Symbol.for("v-ndc");function Uc(e){return he(e)?No(Js,e,!1)||e:e||ko}function No(e,t,n=!0,s=!1){const r=Re||be;if(r){const o=r.type;if(e===Js){const l=La(o,!1);if(l&&(l===t||l===ze(t)||l===Mn(ze(t))))return o}const i=Io(r[e]||o[e],t)||Io(r.appContext[e],t);return!i&&s?o:i}}function Io(e,t){return e&&(e[t]||e[ze(t)]||e[Mn(ze(t))])}const qc=e=>e.__isSuspense;function zc(e,t){t&&t.pendingBranch?q(e)?t.effects.push(...e):t.effects.push(e):Mc(e)}const Zn={};function xt(e,t,n){return Mo(e,t,n)}function Mo(e,t,{immediate:n,deep:s,flush:r,onTrack:o,onTrigger:i}=ie){var l;const c=Zr()===((l=be)==null?void 0:l.scope)?be:null;let u,a=!1,f=!1;if(de(e)?(u=()=>e.value,a=Vn(e)):lt(e)?(u=()=>e,s=!0):q(e)?(f=!0,a=e.some(L=>lt(L)||Vn(L)),u=()=>e.map(L=>{if(de(L))return L.value;if(lt(L))return _t(L);if(V(L))return ct(L,c,2)})):V(e)?t?u=()=>ct(e,c,2):u=()=>{if(!(c&&c.isUnmounted))return p&&p(),ke(e,c,3,[y])}:u=qe,t&&s){const L=u;u=()=>_t(L())}let p,y=L=>{p=T.onStop=()=>{ct(L,c,4),p=T.onStop=void 0}},b;if(pn)if(y=qe,t?n&&ke(t,c,3,[u(),f?[]:void 0,y]):u(),r==="sync"){const L=Da();b=L.__watcherHandles||(L.__watcherHandles=[])}else return qe;let v=f?new Array(e.length).fill(Zn):Zn;const k=()=>{if(T.active)if(t){const L=T.run();(s||a||(f?L.some((J,fe)=>vt(J,v[fe])):vt(L,v)))&&(p&&p(),ke(t,c,3,[L,v===Zn?void 0:f&&v[0]===Zn?[]:v,y]),v=L)}else T.run()};k.allowRecurse=!!t;let O;r==="sync"?O=k:r==="post"?O=()=>Pe(k,c&&c.suspense):(k.pre=!0,c&&(k.id=c.uid),O=()=>qs(k));const T=new Is(u,O);t?n?k():v=T.run():r==="post"?Pe(T.run.bind(T),c&&c.suspense):T.run();const z=()=>{T.stop(),c&&c.scope&&Rs(c.scope.effects,T)};return b&&b.push(z),z}function Kc(e,t,n){const s=this.proxy,r=he(e)?e.includes(".")?Lo(s,e):()=>s[e]:e.bind(s,s);let o;V(t)?o=t:(o=t.handler,n=t);const i=be;Jt(this);const l=Mo(r,o.bind(s),n);return i?Jt(i):Ot(),l}function Lo(e,t){const n=t.split(".");return()=>{let s=e;for(let r=0;r<n.length&&s;r++)s=s[n[r]];return s}}function _t(e,t){if(!le(e)||e.__v_skip||(t=t||new Set,t.has(e)))return e;if(t.add(e),de(e))_t(e.value,t);else if(q(e))for(let n=0;n<e.length;n++)_t(e[n],t);else if(zr(e)||Mt(e))e.forEach(n=>{_t(n,t)});else if(Jr(e))for(const n in e)_t(e[n],t);return e}function jo(e,t){const n=Re;if(n===null)return e;const s=as(n)||n.proxy,r=e.dirs||(e.dirs=[]);for(let o=0;o<t.length;o++){let[i,l,c,u=ie]=t[o];i&&(V(i)&&(i={mounted:i,updated:i}),i.deep&&_t(l),r.push({dir:i,instance:s,value:l,oldValue:void 0,arg:c,modifiers:u}))}return e}function Rt(e,t,n,s){const r=e.dirs,o=t&&t.dirs;for(let i=0;i<r.length;i++){const l=r[i];o&&(l.oldValue=o[i].value);let c=l.dir[s];c&&(Ft(),ke(c,n,8,[e.el,l,e,t]),Dt())}}const at=Symbol("_leaveCb"),$n=Symbol("_enterCb");function Vc(){const e={isMounted:!1,isLeaving:!1,isUnmounting:!1,leavingVNodes:new Map};return Xs(()=>{e.isMounted=!0}),zo(()=>{e.isUnmounting=!0}),e}const Ne=[Function,Array],Fo={mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:Ne,onEnter:Ne,onAfterEnter:Ne,onEnterCancelled:Ne,onBeforeLeave:Ne,onLeave:Ne,onAfterLeave:Ne,onLeaveCancelled:Ne,onBeforeAppear:Ne,onAppear:Ne,onAfterAppear:Ne,onAppearCancelled:Ne},Jc={name:"BaseTransition",props:Fo,setup(e,{slots:t}){const n=Ta(),s=Vc();let r;return()=>{const o=t.default&&Ho(t.default(),!0);if(!o||!o.length)return;let i=o[0];if(o.length>1){for(const v of o)if(v.type!==De){i=v;break}}const l=G(e),{mode:c}=l;if(s.isLeaving)return Qs(i);const u=Bo(i);if(!u)return Qs(i);const a=Ws(u,l,s,n);Gs(u,a);const f=n.subTree,p=f&&Bo(f);let y=!1;const{getTransitionKey:b}=u.type;if(b){const v=b();r===void 0?r=v:v!==r&&(r=v,y=!0)}if(p&&p.type!==De&&(!St(u,p)||y)){const v=Ws(p,l,s,n);if(Gs(p,v),c==="out-in")return s.isLeaving=!0,v.afterLeave=()=>{s.isLeaving=!1,n.update.active!==!1&&n.update()},Qs(i);c==="in-out"&&u.type!==De&&(v.delayLeave=(k,O,T)=>{const z=Do(s,p);z[String(p.key)]=p,k[at]=()=>{O(),k[at]=void 0,delete a.delayedLeave},a.delayedLeave=T})}return i}}};function Do(e,t){const{leavingVNodes:n}=e;let s=n.get(t.type);return s||(s=Object.create(null),n.set(t.type,s)),s}function Ws(e,t,n,s){const{appear:r,mode:o,persisted:i=!1,onBeforeEnter:l,onEnter:c,onAfterEnter:u,onEnterCancelled:a,onBeforeLeave:f,onLeave:p,onAfterLeave:y,onLeaveCancelled:b,onBeforeAppear:v,onAppear:k,onAfterAppear:O,onAppearCancelled:T}=t,z=String(e.key),L=Do(n,e),J=(I,U)=>{I&&ke(I,s,9,U)},fe=(I,U)=>{const W=U[1];J(I,U),q(I)?I.every(se=>se.length<=1)&&W():I.length<=1&&W()},ae={mode:o,persisted:i,beforeEnter(I){let U=l;if(!n.isMounted)if(r)U=v||l;else return;I[at]&&I[at](!0);const W=L[z];W&&St(e,W)&&W.el[at]&&W.el[at](),J(U,[I])},enter(I){let U=c,W=u,se=a;if(!n.isMounted)if(r)U=k||c,W=O||u,se=T||a;else return;let M=!1;const $=I[$n]=ye=>{M||(M=!0,ye?J(se,[I]):J(W,[I]),ae.delayedLeave&&ae.delayedLeave(),I[$n]=void 0)};U?fe(U,[I,$]):$()},leave(I,U){const W=String(e.key);if(I[$n]&&I[$n](!0),n.isUnmounting)return U();J(f,[I]);let se=!1;const M=I[at]=$=>{se||(se=!0,U(),$?J(b,[I]):J(y,[I]),I[at]=void 0,L[W]===e&&delete L[W])};L[W]=e,p?fe(p,[I,M]):M()},clone(I){return Ws(I,t,n,s)}};return ae}function Qs(e){if(ts(e))return e=ut(e),e.children=null,e}function Bo(e){return ts(e)?e.children?e.children[0]:void 0:e}function Gs(e,t){e.shapeFlag&6&&e.component?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}function Ho(e,t=!1,n){let s=[],r=0;for(let o=0;o<e.length;o++){let i=e[o];const l=n==null?i.key:String(n)+String(i.key!=null?i.key:o);i.type===Fe?(i.patchFlag&128&&r++,s=s.concat(Ho(i.children,t,l))):(t||i.type!==De)&&s.push(l!=null?ut(i,{key:l}):i)}if(r>1)for(let o=0;o<s.length;o++)s[o].patchFlag=-2;return s}/*! #__NO_SIDE_EFFECTS__ */function Uo(e,t){return V(e)?ge({name:e.name},t,{setup:e}):e}const es=e=>!!e.type.__asyncLoader,ts=e=>e.type.__isKeepAlive;function Wc(e,t){qo(e,"a",t)}function Qc(e,t){qo(e,"da",t)}function qo(e,t,n=be){const s=e.__wdc||(e.__wdc=()=>{let r=n;for(;r;){if(r.isDeactivated)return;r=r.parent}return e()});if(ns(t,s,n),n){let r=n.parent;for(;r&&r.parent;)ts(r.parent.vnode)&&Gc(s,t,n,r),r=r.parent}}function Gc(e,t,n,s){const r=ns(t,e,s,!0);Ko(()=>{Rs(s[t],r)},n)}function ns(e,t,n=be,s=!1){if(n){const r=n[e]||(n[e]=[]),o=t.__weh||(t.__weh=(...i)=>{if(n.isUnmounted)return;Ft(),Jt(n);const l=ke(t,n,e,i);return Ot(),Dt(),l});return s?r.unshift(o):r.push(o),o}}const $e=e=>(t,n=be)=>(!pn||e==="sp")&&ns(e,(...s)=>t(...s),n),Xc=$e("bm"),Xs=$e("m"),Yc=$e("bu"),Zc=$e("u"),zo=$e("bum"),Ko=$e("um"),$c=$e("sp"),ea=$e("rtg"),ta=$e("rtc");function na(e,t=be){ns("ec",e,t)}const Ys=e=>e?di(e)?as(e)||e.proxy:Ys(e.parent):null,an=ge(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=>Ys(e.parent),$root:e=>Ys(e.root),$emit:e=>e.emit,$options:e=>er(e),$forceUpdate:e=>e.f||(e.f=()=>qs(e.update)),$nextTick:e=>e.n||(e.n=Us.bind(e.proxy)),$watch:e=>Kc.bind(e)}),Zs=(e,t)=>e!==ie&&!e.__isScriptSetup&&Z(e,t),sa={get({_:e},t){const{ctx:n,setupState:s,data:r,props:o,accessCache:i,type:l,appContext:c}=e;let u;if(t[0]!=="$"){const y=i[t];if(y!==void 0)switch(y){case 1:return s[t];case 2:return r[t];case 4:return n[t];case 3:return o[t]}else{if(Zs(s,t))return i[t]=1,s[t];if(r!==ie&&Z(r,t))return i[t]=2,r[t];if((u=e.propsOptions[0])&&Z(u,t))return i[t]=3,o[t];if(n!==ie&&Z(n,t))return i[t]=4,n[t];$s&&(i[t]=0)}}const a=an[t];let f,p;if(a)return t==="$attrs"&&_e(e,"get",t),a(e);if((f=l.__cssModules)&&(f=f[t]))return f;if(n!==ie&&Z(n,t))return i[t]=4,n[t];if(p=c.config.globalProperties,Z(p,t))return p[t]},set({_:e},t,n){const{data:s,setupState:r,ctx:o}=e;return Zs(r,t)?(r[t]=n,!0):s!==ie&&Z(s,t)?(s[t]=n,!0):Z(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(o[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:s,appContext:r,propsOptions:o}},i){let l;return!!n[i]||e!==ie&&Z(e,i)||Zs(t,i)||(l=o[0])&&Z(l,i)||Z(s,i)||Z(an,i)||Z(r.config.globalProperties,i)},defineProperty(e,t,n){return n.get!=null?e._.accessCache[t]=0:Z(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};function Vo(e){return q(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}let $s=!0;function ra(e){const t=er(e),n=e.proxy,s=e.ctx;$s=!1,t.beforeCreate&&Jo(t.beforeCreate,e,"bc");const{data:r,computed:o,methods:i,watch:l,provide:c,inject:u,created:a,beforeMount:f,mounted:p,beforeUpdate:y,updated:b,activated:v,deactivated:k,beforeDestroy:O,beforeUnmount:T,destroyed:z,unmounted:L,render:J,renderTracked:fe,renderTriggered:ae,errorCaptured:I,serverPrefetch:U,expose:W,inheritAttrs:se,components:M,directives:$,filters:ye}=t;if(u&&oa(u,s,null),i)for(const re in i){const ee=i[re];V(ee)&&(s[re]=ee.bind(n))}if(r){const re=r.call(n,n);le(re)&&(e.data=Bt(re))}if($s=!0,o)for(const re in o){const ee=o[re],st=V(ee)?ee.bind(n,n):V(ee.get)?ee.get.bind(n,n):qe,yt=!V(ee)&&V(ee.set)?ee.set.bind(n):qe,Ge=Ie({get:st,set:yt});Object.defineProperty(s,re,{enumerable:!0,configurable:!0,get:()=>Ge.value,set:Oe=>Ge.value=Oe})}if(l)for(const re in l)Wo(l[re],s,n,re);if(c){const re=V(c)?c.call(n):c;Reflect.ownKeys(re).forEach(ee=>{rs(ee,re[ee])})}a&&Jo(a,e,"c");function Y(re,ee){q(ee)?ee.forEach(st=>re(st.bind(n))):ee&&re(ee.bind(n))}if(Y(Xc,f),Y(Xs,p),Y(Yc,y),Y(Zc,b),Y(Wc,v),Y(Qc,k),Y(na,I),Y(ta,fe),Y(ea,ae),Y(zo,T),Y(Ko,L),Y($c,U),q(W))if(W.length){const re=e.exposed||(e.exposed={});W.forEach(ee=>{Object.defineProperty(re,ee,{get:()=>n[ee],set:st=>n[ee]=st})})}else e.exposed||(e.exposed={});J&&e.render===qe&&(e.render=J),se!=null&&(e.inheritAttrs=se),M&&(e.components=M),$&&(e.directives=$)}function oa(e,t,n=qe){q(e)&&(e=tr(e));for(const s in e){const r=e[s];let o;le(r)?"default"in r?o=je(r.from||s,r.default,!0):o=je(r.from||s):o=je(r),de(o)?Object.defineProperty(t,s,{enumerable:!0,configurable:!0,get:()=>o.value,set:i=>o.value=i}):t[s]=o}}function Jo(e,t,n){ke(q(e)?e.map(s=>s.bind(t.proxy)):e.bind(t.proxy),t,n)}function Wo(e,t,n,s){const r=s.includes(".")?Lo(n,s):()=>n[s];if(he(e)){const o=t[e];V(o)&&xt(r,o)}else if(V(e))xt(r,e.bind(n));else if(le(e))if(q(e))e.forEach(o=>Wo(o,t,n,s));else{const o=V(e.handler)?e.handler.bind(n):t[e.handler];V(o)&&xt(r,o,e)}}function er(e){const t=e.type,{mixins:n,extends:s}=t,{mixins:r,optionsCache:o,config:{optionMergeStrategies:i}}=e.appContext,l=o.get(t);let c;return l?c=l:!r.length&&!n&&!s?c=t:(c={},r.length&&r.forEach(u=>ss(c,u,i,!0)),ss(c,t,i)),le(t)&&o.set(t,c),c}function ss(e,t,n,s=!1){const{mixins:r,extends:o}=t;o&&ss(e,o,n,!0),r&&r.forEach(i=>ss(e,i,n,!0));for(const i in t)if(!(s&&i==="expose")){const l=ia[i]||n&&n[i];e[i]=l?l(e[i],t[i]):t[i]}return e}const ia={data:Qo,props:Go,emits:Go,methods:un,computed:un,beforeCreate:Ae,created:Ae,beforeMount:Ae,mounted:Ae,beforeUpdate:Ae,updated:Ae,beforeDestroy:Ae,beforeUnmount:Ae,destroyed:Ae,unmounted:Ae,activated:Ae,deactivated:Ae,errorCaptured:Ae,serverPrefetch:Ae,components:un,directives:un,watch:ca,provide:Qo,inject:la};function Qo(e,t){return t?e?function(){return ge(V(e)?e.call(this,this):e,V(t)?t.call(this,this):t)}:t:e}function la(e,t){return un(tr(e),tr(t))}function tr(e){if(q(e)){const t={};for(let n=0;n<e.length;n++)t[e[n]]=e[n];return t}return e}function Ae(e,t){return e?[...new Set([].concat(e,t))]:t}function un(e,t){return e?ge(Object.create(null),e,t):t}function Go(e,t){return e?q(e)&&q(t)?[...new Set([...e,...t])]:ge(Object.create(null),Vo(e),Vo(t??{})):t}function ca(e,t){if(!e)return t;if(!t)return e;const n=ge(Object.create(null),e);for(const s in t)n[s]=Ae(e[s],t[s]);return n}function Xo(){return{app:null,config:{isNativeTag:zl,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 aa=0;function ua(e,t){return function(s,r=null){V(s)||(s=ge({},s)),r!=null&&!le(r)&&(r=null);const o=Xo(),i=new WeakSet;let l=!1;const c=o.app={_uid:aa++,_component:s,_props:r,_container:null,_context:o,_instance:null,version:Ba,get config(){return o.config},set config(u){},use(u,...a){return i.has(u)||(u&&V(u.install)?(i.add(u),u.install(c,...a)):V(u)&&(i.add(u),u(c,...a))),c},mixin(u){return o.mixins.includes(u)||o.mixins.push(u),c},component(u,a){return a?(o.components[u]=a,c):o.components[u]},directive(u,a){return a?(o.directives[u]=a,c):o.directives[u]},mount(u,a,f){if(!l){const p=ue(s,r);return p.appContext=o,a&&t?t(p,u):e(p,u,f),l=!0,c._container=u,u.__vue_app__=c,as(p.component)||p.component.proxy}},unmount(){l&&(e(null,c._container),delete c._container.__vue_app__)},provide(u,a){return o.provides[u]=a,c},runWithContext(u){fn=c;try{return u()}finally{fn=null}}};return c}}let fn=null;function rs(e,t){if(be){let n=be.provides;const s=be.parent&&be.parent.provides;s===n&&(n=be.provides=Object.create(s)),n[e]=t}}function je(e,t,n=!1){const s=be||Re;if(s||fn){const r=s?s.parent==null?s.vnode.appContext&&s.vnode.appContext.provides:s.parent.provides:fn._context.provides;if(r&&e in r)return r[e];if(arguments.length>1)return n&&V(t)?t.call(s&&s.proxy):t}}function fa(){return!!(be||Re||fn)}function da(e,t,n,s=!1){const r={},o={};jn(o,ls,1),e.propsDefaults=Object.create(null),Yo(e,t,r,o);for(const i in e.propsOptions[0])i in r||(r[i]=void 0);n?e.props=s?r:bo(r):e.type.props?e.props=r:e.props=o,e.attrs=o}function ha(e,t,n,s){const{props:r,attrs:o,vnode:{patchFlag:i}}=e,l=G(r),[c]=e.propsOptions;let u=!1;if((s||i>0)&&!(i&16)){if(i&8){const a=e.vnode.dynamicProps;for(let f=0;f<a.length;f++){let p=a[f];if(Qn(e.emitsOptions,p))continue;const y=t[p];if(c)if(Z(o,p))y!==o[p]&&(o[p]=y,u=!0);else{const b=ze(p);r[b]=nr(c,l,b,y,e,!1)}else y!==o[p]&&(o[p]=y,u=!0)}}}else{Yo(e,t,r,o)&&(u=!0);let a;for(const f in l)(!t||!Z(t,f)&&((a=Lt(f))===f||!Z(t,a)))&&(c?n&&(n[f]!==void 0||n[a]!==void 0)&&(r[f]=nr(c,l,f,void 0,e,!0)):delete r[f]);if(o!==l)for(const f in o)(!t||!Z(t,f))&&(delete o[f],u=!0)}u&&Ye(e,"set","$attrs")}function Yo(e,t,n,s){const[r,o]=e.propsOptions;let i=!1,l;if(t)for(let c in t){if(Nn(c))continue;const u=t[c];let a;r&&Z(r,a=ze(c))?!o||!o.includes(a)?n[a]=u:(l||(l={}))[a]=u:Qn(e.emitsOptions,c)||(!(c in s)||u!==s[c])&&(s[c]=u,i=!0)}if(o){const c=G(n),u=l||ie;for(let a=0;a<o.length;a++){const f=o[a];n[f]=nr(r,c,f,u[f],e,!Z(u,f))}}return i}function nr(e,t,n,s,r,o){const i=e[n];if(i!=null){const l=Z(i,"default");if(l&&s===void 0){const c=i.default;if(i.type!==Function&&!i.skipFactory&&V(c)){const{propsDefaults:u}=r;n in u?s=u[n]:(Jt(r),s=u[n]=c.call(null,t),Ot())}else s=c}i[0]&&(o&&!l?s=!1:i[1]&&(s===""||s===Lt(n))&&(s=!0))}return s}function Zo(e,t,n=!1){const s=t.propsCache,r=s.get(e);if(r)return r;const o=e.props,i={},l=[];let c=!1;if(!V(e)){const a=f=>{c=!0;const[p,y]=Zo(f,t,!0);ge(i,p),y&&l.push(...y)};!n&&t.mixins.length&&t.mixins.forEach(a),e.extends&&a(e.extends),e.mixins&&e.mixins.forEach(a)}if(!o&&!c)return le(e)&&s.set(e,It),It;if(q(o))for(let a=0;a<o.length;a++){const f=ze(o[a]);$o(f)&&(i[f]=ie)}else if(o)for(const a in o){const f=ze(a);if($o(f)){const p=o[a],y=i[f]=q(p)||V(p)?{type:p}:ge({},p);if(y){const b=ni(Boolean,y.type),v=ni(String,y.type);y[0]=b>-1,y[1]=v<0||b<v,(b>-1||Z(y,"default"))&&l.push(f)}}}const u=[i,l];return le(e)&&s.set(e,u),u}function $o(e){return e[0]!=="$"}function ei(e){const t=e&&e.toString().match(/^\s*(function|class) (\w+)/);return t?t[2]:e===null?"null":""}function ti(e,t){return ei(e)===ei(t)}function ni(e,t){return q(t)?t.findIndex(n=>ti(n,e)):V(t)&&ti(t,e)?0:-1}const si=e=>e[0]==="_"||e==="$stable",sr=e=>q(e)?e.map(Ve):[Ve(e)],pa=(e,t,n)=>{if(t._n)return t;const s=zt((...r)=>sr(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 o=e[r];if(V(o))t[r]=pa(r,o,s);else if(o!=null){const i=sr(o);t[r]=()=>i}}},oi=(e,t)=>{const n=sr(t);e.slots.default=()=>n},ma=(e,t)=>{if(e.vnode.shapeFlag&32){const n=t._;n?(e.slots=G(t),jn(t,"_",n)):ri(t,e.slots={})}else e.slots={},t&&oi(e,t);jn(e.slots,ls,1)},ga=(e,t,n)=>{const{vnode:s,slots:r}=e;let o=!0,i=ie;if(s.shapeFlag&32){const l=t._;l?n&&l===1?o=!1:(ge(r,t),!n&&l===1&&delete r._):(o=!t.$stable,ri(t,r)),i=t}else t&&(oi(e,t),i={default:1});if(o)for(const l in r)!si(l)&&i[l]==null&&delete r[l]};function rr(e,t,n,s,r=!1){if(q(e)){e.forEach((p,y)=>rr(p,t&&(q(t)?t[y]:t),n,s,r));return}if(es(s)&&!r)return;const o=s.shapeFlag&4?as(s.component)||s.component.proxy:s.el,i=r?null:o,{i:l,r:c}=e,u=t&&t.r,a=l.refs===ie?l.refs={}:l.refs,f=l.setupState;if(u!=null&&u!==c&&(he(u)?(a[u]=null,Z(f,u)&&(f[u]=null)):de(u)&&(u.value=null)),V(c))ct(c,l,12,[i,a]);else{const p=he(c),y=de(c);if(p||y){const b=()=>{if(e.f){const v=p?Z(f,c)?f[c]:a[c]:c.value;r?q(v)&&Rs(v,o):q(v)?v.includes(o)||v.push(o):p?(a[c]=[o],Z(f,c)&&(f[c]=a[c])):(c.value=[o],e.k&&(a[e.k]=c.value))}else p?(a[c]=i,Z(f,c)&&(f[c]=i)):y&&(c.value=i,e.k&&(a[e.k]=i))};i?(b.id=-1,Pe(b,n)):b()}}}const Pe=zc;function ba(e){return ya(e)}function ya(e,t){const n=Cs();n.__VUE__=!0;const{insert:s,remove:r,patchProp:o,createElement:i,createText:l,createComment:c,setText:u,setElementText:a,parentNode:f,nextSibling:p,setScopeId:y=qe,insertStaticContent:b}=e,v=(d,h,m,g=null,A=null,x=null,C=!1,R=null,P=!!h.dynamicChildren)=>{if(d===h)return;d&&!St(d,h)&&(g=w(d),Oe(d,A,x,!0),d=null),h.patchFlag===-2&&(P=!1,h.dynamicChildren=null);const{type:_,ref:B,shapeFlag:j}=h;switch(_){case os:k(d,h,m,g);break;case De:O(d,h,m,g);break;case is:d==null&&T(h,m,g,C);break;case Fe:M(d,h,m,g,A,x,C,R,P);break;default:j&1?J(d,h,m,g,A,x,C,R,P):j&6?$(d,h,m,g,A,x,C,R,P):(j&64||j&128)&&_.process(d,h,m,g,A,x,C,R,P,S)}B!=null&&A&&rr(B,d&&d.ref,x,h||d,!h)},k=(d,h,m,g)=>{if(d==null)s(h.el=l(h.children),m,g);else{const A=h.el=d.el;h.children!==d.children&&u(A,h.children)}},O=(d,h,m,g)=>{d==null?s(h.el=c(h.children||""),m,g):h.el=d.el},T=(d,h,m,g)=>{[d.el,d.anchor]=b(d.children,h,m,g,d.el,d.anchor)},z=({el:d,anchor:h},m,g)=>{let A;for(;d&&d!==h;)A=p(d),s(d,m,g),d=A;s(h,m,g)},L=({el:d,anchor:h})=>{let m;for(;d&&d!==h;)m=p(d),r(d),d=m;r(h)},J=(d,h,m,g,A,x,C,R,P)=>{C=C||h.type==="svg",d==null?fe(h,m,g,A,x,C,R,P):U(d,h,A,x,C,R,P)},fe=(d,h,m,g,A,x,C,R)=>{let P,_;const{type:B,props:j,shapeFlag:H,transition:K,dirs:Q}=d;if(P=d.el=i(d.type,x,j&&j.is,j),H&8?a(P,d.children):H&16&&I(d.children,P,null,g,A,x&&B!=="foreignObject",C,R),Q&&Rt(d,null,g,"created"),ae(P,d,d.scopeId,C,g),j){for(const ne in j)ne!=="value"&&!Nn(ne)&&o(P,ne,null,j[ne],x,d.children,g,A,we);"value"in j&&o(P,"value",null,j.value),(_=j.onVnodeBeforeMount)&&Je(_,g,d)}Q&&Rt(d,null,g,"beforeMount");const oe=va(A,K);oe&&K.beforeEnter(P),s(P,h,m),((_=j&&j.onVnodeMounted)||oe||Q)&&Pe(()=>{_&&Je(_,g,d),oe&&K.enter(P),Q&&Rt(d,null,g,"mounted")},A)},ae=(d,h,m,g,A)=>{if(m&&y(d,m),g)for(let x=0;x<g.length;x++)y(d,g[x]);if(A){let x=A.subTree;if(h===x){const C=A.vnode;ae(d,C,C.scopeId,C.slotScopeIds,A.parent)}}},I=(d,h,m,g,A,x,C,R,P=0)=>{for(let _=P;_<d.length;_++){const B=d[_]=R?ft(d[_]):Ve(d[_]);v(null,B,h,m,g,A,x,C,R)}},U=(d,h,m,g,A,x,C)=>{const R=h.el=d.el;let{patchFlag:P,dynamicChildren:_,dirs:B}=h;P|=d.patchFlag&16;const j=d.props||ie,H=h.props||ie;let K;m&&Pt(m,!1),(K=H.onVnodeBeforeUpdate)&&Je(K,m,h,d),B&&Rt(h,d,m,"beforeUpdate"),m&&Pt(m,!0);const Q=A&&h.type!=="foreignObject";if(_?W(d.dynamicChildren,_,R,m,g,Q,x):C||ee(d,h,R,null,m,g,Q,x,!1),P>0){if(P&16)se(R,h,j,H,m,g,A);else if(P&2&&j.class!==H.class&&o(R,"class",null,H.class,A),P&4&&o(R,"style",j.style,H.style,A),P&8){const oe=h.dynamicProps;for(let ne=0;ne<oe.length;ne++){const me=oe[ne],Ue=j[me],nn=H[me];(nn!==Ue||me==="value")&&o(R,me,Ue,nn,A,d.children,m,g,we)}}P&1&&d.children!==h.children&&a(R,h.children)}else!C&&_==null&&se(R,h,j,H,m,g,A);((K=H.onVnodeUpdated)||B)&&Pe(()=>{K&&Je(K,m,h,d),B&&Rt(h,d,m,"updated")},g)},W=(d,h,m,g,A,x,C)=>{for(let R=0;R<h.length;R++){const P=d[R],_=h[R],B=P.el&&(P.type===Fe||!St(P,_)||P.shapeFlag&70)?f(P.el):m;v(P,_,B,null,g,A,x,C,!0)}},se=(d,h,m,g,A,x,C)=>{if(m!==g){if(m!==ie)for(const R in m)!Nn(R)&&!(R in g)&&o(d,R,m[R],null,C,h.children,A,x,we);for(const R in g){if(Nn(R))continue;const P=g[R],_=m[R];P!==_&&R!=="value"&&o(d,R,_,P,C,h.children,A,x,we)}"value"in g&&o(d,"value",m.value,g.value)}},M=(d,h,m,g,A,x,C,R,P)=>{const _=h.el=d?d.el:l(""),B=h.anchor=d?d.anchor:l("");let{patchFlag:j,dynamicChildren:H,slotScopeIds:K}=h;K&&(R=R?R.concat(K):K),d==null?(s(_,m,g),s(B,m,g),I(h.children,m,B,A,x,C,R,P)):j>0&&j&64&&H&&d.dynamicChildren?(W(d.dynamicChildren,H,m,A,x,C,R),(h.key!=null||A&&h===A.subTree)&&ii(d,h,!0)):ee(d,h,m,B,A,x,C,R,P)},$=(d,h,m,g,A,x,C,R,P)=>{h.slotScopeIds=R,d==null?h.shapeFlag&512?A.ctx.activate(h,m,g,C,P):ye(h,m,g,A,x,C,P):xe(d,h,P)},ye=(d,h,m,g,A,x,C)=>{const R=d.component=Ca(d,g,A);if(ts(d)&&(R.ctx.renderer=S),ka(R),R.asyncDep){if(A&&A.registerDep(R,Y),!d.el){const P=R.subTree=ue(De);O(null,P,h,m)}return}Y(R,d,h,m,A,x,C)},xe=(d,h,m)=>{const g=h.component=d.component;if(Bc(d,h,m))if(g.asyncDep&&!g.asyncResolved){re(g,h,m);return}else g.next=h,Ic(g.update),g.update();else h.el=d.el,g.vnode=h},Y=(d,h,m,g,A,x,C)=>{const R=()=>{if(d.isMounted){let{next:B,bu:j,u:H,parent:K,vnode:Q}=d,oe=B,ne;Pt(d,!1),B?(B.el=Q.el,re(d,B,C)):B=Q,j&&Ln(j),(ne=B.props&&B.props.onVnodeBeforeUpdate)&&Je(ne,K,B,Q),Pt(d,!0);const me=Vs(d),Ue=d.subTree;d.subTree=me,v(Ue,me,f(Ue.el),w(Ue),d,A,x),B.el=me.el,oe===null&&Hc(d,me.el),H&&Pe(H,A),(ne=B.props&&B.props.onVnodeUpdated)&&Pe(()=>Je(ne,K,B,Q),A)}else{let B;const{el:j,props:H}=h,{bm:K,m:Q,parent:oe}=d,ne=es(h);if(Pt(d,!1),K&&Ln(K),!ne&&(B=H&&H.onVnodeBeforeMount)&&Je(B,oe,h),Pt(d,!0),j&&te){const me=()=>{d.subTree=Vs(d),te(j,d.subTree,d,A,null)};ne?h.type.__asyncLoader().then(()=>!d.isUnmounted&&me()):me()}else{const me=d.subTree=Vs(d);v(null,me,m,g,d,A,x),h.el=me.el}if(Q&&Pe(Q,A),!ne&&(B=H&&H.onVnodeMounted)){const me=h;Pe(()=>Je(B,oe,me),A)}(h.shapeFlag&256||oe&&es(oe.vnode)&&oe.vnode.shapeFlag&256)&&d.a&&Pe(d.a,A),d.isMounted=!0,h=m=g=null}},P=d.effect=new Is(R,()=>qs(_),d.scope),_=d.update=()=>P.run();_.id=d.uid,Pt(d,!0),_()},re=(d,h,m)=>{h.component=d;const g=d.vnode.props;d.vnode=h,d.next=null,ha(d,h.props,g,m),ga(d,h.children,m),Ft(),Po(),Dt()},ee=(d,h,m,g,A,x,C,R,P=!1)=>{const _=d&&d.children,B=d?d.shapeFlag:0,j=h.children,{patchFlag:H,shapeFlag:K}=h;if(H>0){if(H&128){yt(_,j,m,g,A,x,C,R,P);return}else if(H&256){st(_,j,m,g,A,x,C,R,P);return}}K&8?(B&16&&we(_,A,x),j!==_&&a(m,j)):B&16?K&16?yt(_,j,m,g,A,x,C,R,P):we(_,A,x,!0):(B&8&&a(m,""),K&16&&I(j,m,g,A,x,C,R,P))},st=(d,h,m,g,A,x,C,R,P)=>{d=d||It,h=h||It;const _=d.length,B=h.length,j=Math.min(_,B);let H;for(H=0;H<j;H++){const K=h[H]=P?ft(h[H]):Ve(h[H]);v(d[H],K,m,null,A,x,C,R,P)}_>B?we(d,A,x,!0,!1,j):I(h,m,g,A,x,C,R,P,j)},yt=(d,h,m,g,A,x,C,R,P)=>{let _=0;const B=h.length;let j=d.length-1,H=B-1;for(;_<=j&&_<=H;){const K=d[_],Q=h[_]=P?ft(h[_]):Ve(h[_]);if(St(K,Q))v(K,Q,m,null,A,x,C,R,P);else break;_++}for(;_<=j&&_<=H;){const K=d[j],Q=h[H]=P?ft(h[H]):Ve(h[H]);if(St(K,Q))v(K,Q,m,null,A,x,C,R,P);else break;j--,H--}if(_>j){if(_<=H){const K=H+1,Q=K<B?h[K].el:g;for(;_<=H;)v(null,h[_]=P?ft(h[_]):Ve(h[_]),m,Q,A,x,C,R,P),_++}}else if(_>H)for(;_<=j;)Oe(d[_],A,x,!0),_++;else{const K=_,Q=_,oe=new Map;for(_=Q;_<=H;_++){const Te=h[_]=P?ft(h[_]):Ve(h[_]);Te.key!=null&&oe.set(Te.key,_)}let ne,me=0;const Ue=H-Q+1;let nn=!1,Hl=0;const On=new Array(Ue);for(_=0;_<Ue;_++)On[_]=0;for(_=K;_<=j;_++){const Te=d[_];if(me>=Ue){Oe(Te,A,x,!0);continue}let Xe;if(Te.key!=null)Xe=oe.get(Te.key);else for(ne=Q;ne<=H;ne++)if(On[ne-Q]===0&&St(Te,h[ne])){Xe=ne;break}Xe===void 0?Oe(Te,A,x,!0):(On[Xe-Q]=_+1,Xe>=Hl?Hl=Xe:nn=!0,v(Te,h[Xe],m,null,A,x,C,R,P),me++)}const Ul=nn?Ea(On):It;for(ne=Ul.length-1,_=Ue-1;_>=0;_--){const Te=Q+_,Xe=h[Te],ql=Te+1<B?h[Te+1].el:g;On[_]===0?v(null,Xe,m,ql,A,x,C,R,P):nn&&(ne<0||_!==Ul[ne]?Ge(Xe,m,ql,2):ne--)}}},Ge=(d,h,m,g,A=null)=>{const{el:x,type:C,transition:R,children:P,shapeFlag:_}=d;if(_&6){Ge(d.component.subTree,h,m,g);return}if(_&128){d.suspense.move(h,m,g);return}if(_&64){C.move(d,h,m,S);return}if(C===Fe){s(x,h,m);for(let j=0;j<P.length;j++)Ge(P[j],h,m,g);s(d.anchor,h,m);return}if(C===is){z(d,h,m);return}if(g!==2&&_&1&&R)if(g===0)R.beforeEnter(x),s(x,h,m),Pe(()=>R.enter(x),A);else{const{leave:j,delayLeave:H,afterLeave:K}=R,Q=()=>s(x,h,m),oe=()=>{j(x,()=>{Q(),K&&K()})};H?H(x,Q,oe):oe()}else s(x,h,m)},Oe=(d,h,m,g=!1,A=!1)=>{const{type:x,props:C,ref:R,children:P,dynamicChildren:_,shapeFlag:B,patchFlag:j,dirs:H}=d;if(R!=null&&rr(R,null,m,d,!0),B&256){h.ctx.deactivate(d);return}const K=B&1&&H,Q=!es(d);let oe;if(Q&&(oe=C&&C.onVnodeBeforeUnmount)&&Je(oe,h,d),B&6)xs(d.component,m,g);else{if(B&128){d.suspense.unmount(m,g);return}K&&Rt(d,null,h,"beforeUnmount"),B&64?d.type.remove(d,h,m,A,S,g):_&&(x!==Fe||j>0&&j&64)?we(_,h,m,!1,!0):(x===Fe&&j&384||!A&&B&16)&&we(P,h,m),g&&en(d)}(Q&&(oe=C&&C.onVnodeUnmounted)||K)&&Pe(()=>{oe&&Je(oe,h,d),K&&Rt(d,null,h,"unmounted")},m)},en=d=>{const{type:h,el:m,anchor:g,transition:A}=d;if(h===Fe){tn(m,g);return}if(h===is){L(d);return}const x=()=>{r(m),A&&!A.persisted&&A.afterLeave&&A.afterLeave()};if(d.shapeFlag&1&&A&&!A.persisted){const{leave:C,delayLeave:R}=A,P=()=>C(m,x);R?R(d.el,x,P):P()}else x()},tn=(d,h)=>{let m;for(;d!==h;)m=p(d),r(d),d=m;r(h)},xs=(d,h,m)=>{const{bum:g,scope:A,update:x,subTree:C,um:R}=d;g&&Ln(g),A.stop(),x&&(x.active=!1,Oe(C,d,h,m)),R&&Pe(R,h),Pe(()=>{d.isUnmounted=!0},h),h&&h.pendingBranch&&!h.isUnmounted&&d.asyncDep&&!d.asyncResolved&&d.suspenseId===h.pendingId&&(h.deps--,h.deps===0&&h.resolve())},we=(d,h,m,g=!1,A=!1,x=0)=>{for(let C=x;C<d.length;C++)Oe(d[C],h,m,g,A)},w=d=>d.shapeFlag&6?w(d.component.subTree):d.shapeFlag&128?d.suspense.next():p(d.anchor||d.el),N=(d,h,m)=>{d==null?h._vnode&&Oe(h._vnode,null,null,!0):v(h._vnode||null,d,h,null,null,null,m),Po(),So(),h._vnode=d},S={p:v,um:Oe,m:Ge,r:en,mt:ye,mc:I,pc:ee,pbc:W,n:w,o:e};let D,te;return t&&([D,te]=t(S)),{render:N,hydrate:D,createApp:ua(N,D)}}function Pt({effect:e,update:t},n){e.allowRecurse=t.allowRecurse=n}function va(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function ii(e,t,n=!1){const s=e.children,r=t.children;if(q(s)&&q(r))for(let o=0;o<s.length;o++){const i=s[o];let l=r[o];l.shapeFlag&1&&!l.dynamicChildren&&((l.patchFlag<=0||l.patchFlag===32)&&(l=r[o]=ft(r[o]),l.el=i.el),n||ii(i,l)),l.type===os&&(l.el=i.el)}}function Ea(e){const t=e.slice(),n=[0];let s,r,o,i,l;const c=e.length;for(s=0;s<c;s++){const u=e[s];if(u!==0){if(r=n[n.length-1],e[r]<u){t[s]=r,n.push(s);continue}for(o=0,i=n.length-1;o<i;)l=o+i>>1,e[n[l]]<u?o=l+1:i=l;u<e[n[o]]&&(o>0&&(t[s]=n[o-1]),n[o]=s)}}for(o=n.length,i=n[o-1];o-- >0;)n[o]=i,i=t[i];return n}const wa=e=>e.__isTeleport,Fe=Symbol.for("v-fgt"),os=Symbol.for("v-txt"),De=Symbol.for("v-cmt"),is=Symbol.for("v-stc"),dn=[];let Be=null;function Ee(e=!1){dn.push(Be=e?null:[])}function Aa(){dn.pop(),Be=dn[dn.length-1]||null}let hn=1;function li(e){hn+=e}function ci(e){return e.dynamicChildren=hn>0?Be||It:null,Aa(),hn>0&&Be&&Be.push(e),e}function Se(e,t,n,s,r,o){return ci(F(e,t,n,s,r,o,!0))}function ai(e,t,n,s,r){return ci(ue(e,t,n,s,r,!0))}function or(e){return e?e.__v_isVNode===!0:!1}function St(e,t){return e.type===t.type&&e.key===t.key}const ls="__vInternal",ui=({key:e})=>e??null,cs=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?he(e)||de(e)||V(e)?{i:Re,r:e,k:t,f:!!n}:e:null);function F(e,t=null,n=null,s=0,r=null,o=e===Fe?0:1,i=!1,l=!1){const c={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&ui(t),ref:t&&cs(t),scopeId:Gn,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetAnchor:null,staticCount:0,shapeFlag:o,patchFlag:s,dynamicProps:r,dynamicChildren:null,appContext:null,ctx:Re};return l?(ir(c,n),o&128&&e.normalize(c)):n&&(c.shapeFlag|=he(n)?8:16),hn>0&&!i&&Be&&(c.patchFlag>0||o&6)&&c.patchFlag!==32&&Be.push(c),c}const ue=xa;function xa(e,t=null,n=null,s=0,r=null,o=!1){if((!e||e===ko)&&(e=De),or(e)){const l=ut(e,t,!0);return n&&ir(l,n),hn>0&&!o&&Be&&(l.shapeFlag&6?Be[Be.indexOf(e)]=l:Be.push(l)),l.patchFlag|=-2,l}if(ja(e)&&(e=e.__vccOpts),t){t=_a(t);let{class:l,style:c}=t;l&&!he(l)&&(t.class=Fn(l)),le(c)&&(vo(c)&&!q(c)&&(c=ge({},c)),t.style=jt(c))}const i=he(e)?1:qc(e)?128:wa(e)?64:le(e)?4:V(e)?2:0;return F(e,t,n,s,r,i,o,!0)}function _a(e){return e?vo(e)||ls in e?ge({},e):e:null}function ut(e,t,n=!1){const{props:s,ref:r,patchFlag:o,children:i}=e,l=t?Pa(s||{},t):s;return{__v_isVNode:!0,__v_skip:!0,type:e.type,props:l,key:l&&ui(l),ref:t&&t.ref?n&&r?q(r)?r.concat(cs(t)):[r,cs(t)]:cs(t):r,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:i,target:e.target,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==Fe?o===-1?16:o|16:o,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:e.transition,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&ut(e.ssContent),ssFallback:e.ssFallback&&ut(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce}}function et(e=" ",t=0){return ue(os,null,e,t)}function Ra(e,t){const n=ue(is,null,e);return n.staticCount=t,n}function Kt(e="",t=!1){return t?(Ee(),ai(De,null,e)):ue(De,null,e)}function Ve(e){return e==null||typeof e=="boolean"?ue(De):q(e)?ue(Fe,null,e.slice()):typeof e=="object"?ft(e):ue(os,null,String(e))}function ft(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:ut(e)}function ir(e,t){let n=0;const{shapeFlag:s}=e;if(t==null)t=null;else if(q(t))n=16;else if(typeof t=="object")if(s&65){const r=t.default;r&&(r._c&&(r._d=!1),ir(e,r()),r._c&&(r._d=!0));return}else{n=32;const r=t._;!r&&!(ls in t)?t._ctx=Re:r===3&&Re&&(Re.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else V(t)?(t={default:t,_ctx:Re},n=32):(t=String(t),s&64?(n=16,t=[et(t)]):n=8);e.children=t,e.shapeFlag|=n}function Pa(...e){const t={};for(let n=0;n<e.length;n++){const s=e[n];for(const r in s)if(r==="class")t.class!==s.class&&(t.class=Fn([t.class,s.class]));else if(r==="style")t.style=jt([t.style,s.style]);else if(Cn(r)){const o=t[r],i=s[r];i&&o!==i&&!(q(o)&&o.includes(i))&&(t[r]=o?[].concat(o,i):i)}else r!==""&&(t[r]=s[r])}return t}function Je(e,t,n,s=null){ke(e,t,7,[n,s])}const Sa=Xo();let Oa=0;function Ca(e,t,n){const s=e.type,r=(t?t.appContext:e.appContext)||Sa,o={uid:Oa++,vnode:e,type:s,parent:t,appContext:r,root:null,next:null,subTree:null,effect:null,update:null,scope:new Xr(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:t?t.provides:Object.create(r.provides),accessCache:null,renderCache:[],components:null,directives:null,propsOptions:Zo(s,r),emitsOptions:Co(s,r),emit:null,emitted:null,propsDefaults:ie,inheritAttrs:s.inheritAttrs,ctx:ie,data:ie,props:ie,attrs:ie,slots:ie,refs:ie,setupState:ie,setupContext:null,attrsProxy:null,slotsProxy:null,suspense:n,suspenseId:n?n.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=jc.bind(null,o),e.ce&&e.ce(o),o}let be=null;const Ta=()=>be||Re;let lr,Vt,fi="__VUE_INSTANCE_SETTERS__";(Vt=Cs()[fi])||(Vt=Cs()[fi]=[]),Vt.push(e=>be=e),lr=e=>{Vt.length>1?Vt.forEach(t=>t(e)):Vt[0](e)};const Jt=e=>{lr(e),e.scope.on()},Ot=()=>{be&&be.scope.off(),lr(null)};function di(e){return e.vnode.shapeFlag&4}let pn=!1;function ka(e,t=!1){pn=t;const{props:n,children:s}=e.vnode,r=di(e);da(e,n,r,t),ma(e,s);const o=r?Na(e,t):void 0;return pn=!1,o}function Na(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=Jn(new Proxy(e.ctx,sa));const{setup:s}=n;if(s){const r=e.setupContext=s.length>1?Ma(e):null;Jt(e),Ft();const o=ct(s,e,0,[e.props,r]);if(Dt(),Ot(),Kr(o)){if(o.then(Ot,Ot),t)return o.then(i=>{hi(e,i,t)}).catch(i=>{Wn(i,e,0)});e.asyncDep=o}else hi(e,o,t)}else mi(e,t)}function hi(e,t,n){V(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:le(t)&&(e.setupState=xo(t)),mi(e,n)}let pi;function mi(e,t,n){const s=e.type;if(!e.render){if(!t&&pi&&!s.render){const r=s.template||er(e).template;if(r){const{isCustomElement:o,compilerOptions:i}=e.appContext.config,{delimiters:l,compilerOptions:c}=s,u=ge(ge({isCustomElement:o,delimiters:l},i),c);s.render=pi(r,u)}}e.render=s.render||qe}{Jt(e),Ft();try{ra(e)}finally{Dt(),Ot()}}}function Ia(e){return e.attrsProxy||(e.attrsProxy=new Proxy(e.attrs,{get(t,n){return _e(e,"get","$attrs"),t[n]}}))}function Ma(e){const t=n=>{e.exposed=n||{}};return{get attrs(){return Ia(e)},slots:e.slots,emit:e.emit,expose:t}}function as(e){if(e.exposed)return e.exposeProxy||(e.exposeProxy=new Proxy(xo(Jn(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in an)return an[n](e)},has(t,n){return n in t||n in an}}))}function La(e,t=!0){return V(e)?e.displayName||e.name:e.name||t&&e.__name}function ja(e){return V(e)&&"__vccOpts"in e}const Ie=(e,t)=>Tc(e,t,pn);function cr(e,t,n){const s=arguments.length;return s===2?le(t)&&!q(t)?or(t)?ue(e,null,[t]):ue(e,t):ue(e,null,t):(s>3?n=Array.prototype.slice.call(arguments,2):s===3&&or(n)&&(n=[n]),ue(e,t,n))}const Fa=Symbol.for("v-scx"),Da=()=>je(Fa),Ba="3.3.10",Ha="http://www.w3.org/2000/svg",Ct=typeof document<"u"?document:null,gi=Ct&&Ct.createElement("template"),Ua={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?Ct.createElementNS(Ha,e):Ct.createElement(e,n?{is:n}:void 0);return e==="select"&&s&&s.multiple!=null&&r.setAttribute("multiple",s.multiple),r},createText:e=>Ct.createTextNode(e),createComment:e=>Ct.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>Ct.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,s,r,o){const i=n?n.previousSibling:t.lastChild;if(r&&(r===o||r.nextSibling))for(;t.insertBefore(r.cloneNode(!0),n),!(r===o||!(r=r.nextSibling)););else{gi.innerHTML=s?`<svg>${e}</svg>`:e;const l=gi.content;if(s){const c=l.firstChild;for(;c.firstChild;)l.appendChild(c.firstChild);l.removeChild(c)}t.insertBefore(l,n)}return[i?i.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},dt="transition",mn="animation",gn=Symbol("_vtc"),us=(e,{slots:t})=>cr(Jc,qa(e),t);us.displayName="Transition";const bi={name:String,type:String,css:{type:Boolean,default:!0},duration:[String,Number,Object],enterFromClass:String,enterActiveClass:String,enterToClass:String,appearFromClass:String,appearActiveClass:String,appearToClass:String,leaveFromClass:String,leaveActiveClass:String,leaveToClass:String};us.props=ge({},Fo,bi);const Tt=(e,t=[])=>{q(e)?e.forEach(n=>n(...t)):e&&e(...t)},yi=e=>e?q(e)?e.some(t=>t.length>1):e.length>1:!1;function qa(e){const t={};for(const M in e)M in bi||(t[M]=e[M]);if(e.css===!1)return t;const{name:n="v",type:s,duration:r,enterFromClass:o=`${n}-enter-from`,enterActiveClass:i=`${n}-enter-active`,enterToClass:l=`${n}-enter-to`,appearFromClass:c=o,appearActiveClass:u=i,appearToClass:a=l,leaveFromClass:f=`${n}-leave-from`,leaveActiveClass:p=`${n}-leave-active`,leaveToClass:y=`${n}-leave-to`}=e,b=za(r),v=b&&b[0],k=b&&b[1],{onBeforeEnter:O,onEnter:T,onEnterCancelled:z,onLeave:L,onLeaveCancelled:J,onBeforeAppear:fe=O,onAppear:ae=T,onAppearCancelled:I=z}=t,U=(M,$,ye)=>{kt(M,$?a:l),kt(M,$?u:i),ye&&ye()},W=(M,$)=>{M._isLeaving=!1,kt(M,f),kt(M,y),kt(M,p),$&&$()},se=M=>($,ye)=>{const xe=M?ae:T,Y=()=>U($,M,ye);Tt(xe,[$,Y]),vi(()=>{kt($,M?c:o),ht($,M?a:l),yi(xe)||Ei($,s,v,Y)})};return ge(t,{onBeforeEnter(M){Tt(O,[M]),ht(M,o),ht(M,i)},onBeforeAppear(M){Tt(fe,[M]),ht(M,c),ht(M,u)},onEnter:se(!1),onAppear:se(!0),onLeave(M,$){M._isLeaving=!0;const ye=()=>W(M,$);ht(M,f),Ja(),ht(M,p),vi(()=>{M._isLeaving&&(kt(M,f),ht(M,y),yi(L)||Ei(M,s,k,ye))}),Tt(L,[M,ye])},onEnterCancelled(M){U(M,!1),Tt(z,[M])},onAppearCancelled(M){U(M,!0),Tt(I,[M])},onLeaveCancelled(M){W(M),Tt(J,[M])}})}function za(e){if(e==null)return null;if(le(e))return[ar(e.enter),ar(e.leave)];{const t=ar(e);return[t,t]}}function ar(e){return Ql(e)}function ht(e,t){t.split(/\s+/).forEach(n=>n&&e.classList.add(n)),(e[gn]||(e[gn]=new Set)).add(t)}function kt(e,t){t.split(/\s+/).forEach(s=>s&&e.classList.remove(s));const n=e[gn];n&&(n.delete(t),n.size||(e[gn]=void 0))}function vi(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}let Ka=0;function Ei(e,t,n,s){const r=e._endId=++Ka,o=()=>{r===e._endId&&s()};if(n)return setTimeout(o,n);const{type:i,timeout:l,propCount:c}=Va(e,t);if(!i)return s();const u=i+"end";let a=0;const f=()=>{e.removeEventListener(u,p),o()},p=y=>{y.target===e&&++a>=c&&f()};setTimeout(()=>{a<c&&f()},l+1),e.addEventListener(u,p)}function Va(e,t){const n=window.getComputedStyle(e),s=b=>(n[b]||"").split(", "),r=s(`${dt}Delay`),o=s(`${dt}Duration`),i=wi(r,o),l=s(`${mn}Delay`),c=s(`${mn}Duration`),u=wi(l,c);let a=null,f=0,p=0;t===dt?i>0&&(a=dt,f=i,p=o.length):t===mn?u>0&&(a=mn,f=u,p=c.length):(f=Math.max(i,u),a=f>0?i>u?dt:mn:null,p=a?a===dt?o.length:c.length:0);const y=a===dt&&/\b(transform|all)(,|$)/.test(s(`${dt}Property`).toString());return{type:a,timeout:f,propCount:p,hasTransform:y}}function wi(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max(...t.map((n,s)=>Ai(n)+Ai(e[s])))}function Ai(e){return e==="auto"?0:Number(e.slice(0,-1).replace(",","."))*1e3}function Ja(){return document.body.offsetHeight}function Wa(e,t,n){const s=e[gn];s&&(t=(t?[t,...s]:[...s]).join(" ")),t==null?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}const ur=Symbol("_vod"),Qa={beforeMount(e,{value:t},{transition:n}){e[ur]=e.style.display==="none"?"":e.style.display,n&&t?n.beforeEnter(e):bn(e,t)},mounted(e,{value:t},{transition:n}){n&&t&&n.enter(e)},updated(e,{value:t,oldValue:n},{transition:s}){!t!=!n&&(s?t?(s.beforeEnter(e),bn(e,!0),s.enter(e)):s.leave(e,()=>{bn(e,!1)}):bn(e,t))},beforeUnmount(e,{value:t}){bn(e,t)}};function bn(e,t){e.style.display=t?e[ur]:"none"}function Ga(e,t,n){const s=e.style,r=he(n);if(n&&!r){if(t&&!he(t))for(const o in t)n[o]==null&&fr(s,o,"");for(const o in n)fr(s,o,n[o])}else{const o=s.display;r?t!==n&&(s.cssText=n):t&&e.removeAttribute("style"),ur in e&&(s.display=o)}}const xi=/\s*!important$/;function fr(e,t,n){if(q(n))n.forEach(s=>fr(e,t,s));else if(n==null&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const s=Xa(e,t);xi.test(n)?e.setProperty(Lt(s),n.replace(xi,""),"important"):e[s]=n}}const _i=["Webkit","Moz","ms"],dr={};function Xa(e,t){const n=dr[t];if(n)return n;let s=ze(t);if(s!=="filter"&&s in e)return dr[t]=s;s=Mn(s);for(let r=0;r<_i.length;r++){const o=_i[r]+s;if(o in e)return dr[t]=o}return t}const Ri="http://www.w3.org/1999/xlink";function Ya(e,t,n,s,r){if(s&&t.startsWith("xlink:"))n==null?e.removeAttributeNS(Ri,t.slice(6,t.length)):e.setAttributeNS(Ri,t,n);else{const o=$l(t);n==null||o&&!Qr(n)?e.removeAttribute(t):e.setAttribute(t,o?"":n)}}function Za(e,t,n,s,r,o,i){if(t==="innerHTML"||t==="textContent"){s&&i(s,r,o),e[t]=n??"";return}const l=e.tagName;if(t==="value"&&l!=="PROGRESS"&&!l.includes("-")){e._value=n;const u=l==="OPTION"?e.getAttribute("value"):e.value,a=n??"";u!==a&&(e.value=a),n==null&&e.removeAttribute(t);return}let c=!1;if(n===""||n==null){const u=typeof e[t];u==="boolean"?n=Qr(n):n==null&&u==="string"?(n="",c=!0):u==="number"&&(n=0,c=!0)}try{e[t]=n}catch{}c&&e.removeAttribute(t)}function Wt(e,t,n,s){e.addEventListener(t,n,s)}function $a(e,t,n,s){e.removeEventListener(t,n,s)}const Pi=Symbol("_vei");function eu(e,t,n,s,r=null){const o=e[Pi]||(e[Pi]={}),i=o[t];if(s&&i)i.value=s;else{const[l,c]=tu(t);if(s){const u=o[t]=ru(s,r);Wt(e,l,u,c)}else i&&($a(e,l,i,c),o[t]=void 0)}}const Si=/(?:Once|Passive|Capture)$/;function tu(e){let t;if(Si.test(e)){t={};let s;for(;s=e.match(Si);)e=e.slice(0,e.length-s[0].length),t[s[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):Lt(e.slice(2)),t]}let hr=0;const nu=Promise.resolve(),su=()=>hr||(nu.then(()=>hr=0),hr=Date.now());function ru(e,t){const n=s=>{if(!s._vts)s._vts=Date.now();else if(s._vts<=n.attached)return;ke(ou(s,n.value),t,5,[s])};return n.value=e,n.attached=su(),n}function ou(e,t){if(q(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 Oi=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,iu=(e,t,n,s,r=!1,o,i,l,c)=>{t==="class"?Wa(e,s,r):t==="style"?Ga(e,n,s):Cn(t)?_s(t)||eu(e,t,n,s,i):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):lu(e,t,s,r))?Za(e,t,s,o,i,l,c):(t==="true-value"?e._trueValue=s:t==="false-value"&&(e._falseValue=s),Ya(e,t,s,r))};function lu(e,t,n,s){if(s)return!!(t==="innerHTML"||t==="textContent"||t in e&&Oi(t)&&V(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;return!(r==="IMG"||r==="VIDEO"||r==="CANVAS"||r==="SOURCE")}return Oi(t)&&he(n)?!1:t in e}const Ci=e=>{const t=e.props["onUpdate:modelValue"]||!1;return q(t)?n=>Ln(t,n):t};function cu(e){e.target.composing=!0}function Ti(e){const t=e.target;t.composing&&(t.composing=!1,t.dispatchEvent(new Event("input")))}const pr=Symbol("_assign"),au={created(e,{modifiers:{lazy:t,trim:n,number:s}},r){e[pr]=Ci(r);const o=s||r.props&&r.props.type==="number";Wt(e,t?"change":"input",i=>{if(i.target.composing)return;let l=e.value;n&&(l=l.trim()),o&&(l=Os(l)),e[pr](l)}),n&&Wt(e,"change",()=>{e.value=e.value.trim()}),t||(Wt(e,"compositionstart",cu),Wt(e,"compositionend",Ti),Wt(e,"change",Ti))},mounted(e,{value:t}){e.value=t??""},beforeUpdate(e,{value:t,modifiers:{lazy:n,trim:s,number:r}},o){if(e[pr]=Ci(o),e.composing)return;const i=r||e.type==="number"?Os(e.value):e.value,l=t??"";i!==l&&(document.activeElement===e&&e.type!=="range"&&(n||s&&e.value.trim()===l)||(e.value=l))}},uu=["ctrl","shift","alt","meta"],fu={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)=>uu.some(n=>e[`${n}Key`]&&!t.includes(n))},du=(e,t)=>e._withMods||(e._withMods=(n,...s)=>{for(let r=0;r<t.length;r++){const o=fu[t[r]];if(o&&o(n,t))return}return e(n,...s)}),hu=ge({patchProp:iu},Ua);let ki;function pu(){return ki||(ki=ba(hu))}const mu=(...e)=>{const t=pu().createApp(...e),{mount:n}=t;return t.mount=s=>{const r=gu(s);if(!r)return;const o=t._component;!V(o)&&!o.render&&!o.template&&(o.template=r.innerHTML),r.innerHTML="";const i=n(r,!1,r instanceof SVGElement);return r instanceof Element&&(r.removeAttribute("v-cloak"),r.setAttribute("data-v-app","")),i},t};function gu(e){return he(e)?document.querySelector(e):e}var bu=!1;/*!
    22 * pinia v2.1.7
    33 * (c) 2023 Eduardo San Martin Morote
    44 * @license MIT
    5  */let Ni;const ds=e=>Ni=e,Li=Symbol();function gr(e){return e&&typeof e=="object"&&Object.prototype.toString.call(e)==="[object Object]"&&typeof e.toJSON!="function"}var yn;(function(e){e.direct="direct",e.patchObject="patch object",e.patchFunction="patch function"})(yn||(yn={}));function wu(){const e=Yr(!0),t=e.run(()=>on({}));let n=[],s=[];const r=Jn({install(o){ds(r),r._a=o,o.provide(Li,r),o.config.globalProperties.$pinia=r,s.forEach(i=>n.push(i)),s=[]},use(o){return!this._a&&!vu?s.push(o):n.push(o),this},_p:n,_a:null,_e:e,_s:new Map,state:t});return r}const Ii=()=>{};function Mi(e,t,n,s=Ii){e.push(t);const r=()=>{const o=e.indexOf(t);o>-1&&(e.splice(o,1),s())};return!n&&Zr()&&sc(r),r}function Qt(e,...t){e.slice().forEach(n=>{n(...t)})}const Eu=e=>e();function br(e,t){e instanceof Map&&t instanceof Map&&t.forEach((n,s)=>e.set(s,n)),e instanceof Set&&t instanceof Set&&t.forEach(e.add,e);for(const n in t){if(!t.hasOwnProperty(n))continue;const s=t[n],r=e[n];gr(r)&&gr(s)&&e.hasOwnProperty(n)&&!de(s)&&!lt(s)?e[n]=br(r,s):e[n]=s}return e}const Au=Symbol();function xu(e){return!gr(e)||!e.hasOwnProperty(Au)}const{assign:pt}=Object;function _u(e){return!!(de(e)&&e.effect)}function Ru(e,t,n,s){const{state:r,actions:o,getters:i}=t,l=n.state.value[e];let c;function u(){l||(n.state.value[e]=r?r():{});const a=Oc(n.state.value[e]);return pt(a,o,Object.keys(i||{}).reduce((f,p)=>(f[p]=Jn(Le(()=>{ds(n);const g=n._s.get(e);return i[p].call(g,g)})),f),{}))}return c=ji(e,u,t,n,s,!0),c}function ji(e,t,n={},s,r,o){let i;const l=pt({actions:{}},n),c={deep:!0};let u,a,f=[],p=[],g;const b=s.state.value[e];!o&&!b&&(s.state.value[e]={}),on({});let y;function C(L){let U;u=a=!1,typeof L=="function"?(L(s.state.value[e]),U={type:yn.patchFunction,storeId:e,events:g}):(br(s.state.value[e],L),U={type:yn.patchObject,payload:L,storeId:e,events:g});const J=y=Symbol();qs().then(()=>{y===J&&(u=!0)}),a=!0,Qt(f,U,s.state.value[e])}const P=o?function(){const{state:U}=n,J=U?U():{};this.$patch(re=>{pt(re,J)})}:Ii;function k(){i.stop(),f=[],p=[],s._s.delete(e)}function z(L,U){return function(){ds(s);const J=Array.from(arguments),re=[],I=[];function $(Y){re.push(Y)}function ye(Y){I.push(Y)}Qt(p,{args:J,name:L,store:W,after:$,onError:ye});let xe;try{xe=U.apply(this&&this.$id===e?this:W,J)}catch(Y){throw Qt(I,Y),Y}return xe instanceof Promise?xe.then(Y=>(Qt(re,Y),Y)).catch(Y=>(Qt(I,Y),Promise.reject(Y))):(Qt(re,xe),xe)}}const M={_p:s,$id:e,$onAction:Mi.bind(null,p),$patch:C,$reset:P,$subscribe(L,U={}){const J=Mi(f,L,U.detached,()=>re()),re=i.run(()=>xt(()=>s.state.value[e],I=>{(U.flush==="sync"?a:u)&&L({storeId:e,type:yn.direct,events:g},I)},pt({},c,U)));return J},$dispose:k},W=Dt(M);s._s.set(e,W);const ae=(s._a&&s._a.runWithContext||Eu)(()=>s._e.run(()=>(i=Yr()).run(t)));for(const L in ae){const U=ae[L];if(de(U)&&!_u(U)||lt(U))o||(b&&xu(U)&&(de(U)?U.value=b[L]:br(U,b[L])),s.state.value[e][L]=U);else if(typeof U=="function"){const J=z(L,U);ae[L]=J,l.actions[L]=U}}return pt(W,ae),pt(G(W),ae),Object.defineProperty(W,"$state",{get:()=>s.state.value[e],set:L=>{C(U=>{pt(U,L)})}}),s._p.forEach(L=>{pt(W,i.run(()=>L({store:W,app:s._a,pinia:s,options:l})))}),b&&o&&n.hydrate&&n.hydrate(W.$state,b),u=!0,a=!0,W}function Su(e,t,n){let s,r;const o=typeof t=="function";typeof e=="string"?(s=e,r=o?n:t):(r=e,s=e.id);function i(l,c){const u=ha();return l=l||(u?je(Li,null):null),l&&ds(l),l=Ni,l._s.has(s)||(o?ji(s,t,r,l):Ru(s,r,l)),l._s.get(s)}return i.$id=s,i}/*!
     5 */let Ni;const fs=e=>Ni=e,Ii=Symbol();function mr(e){return e&&typeof e=="object"&&Object.prototype.toString.call(e)==="[object Object]"&&typeof e.toJSON!="function"}var yn;(function(e){e.direct="direct",e.patchObject="patch object",e.patchFunction="patch function"})(yn||(yn={}));function yu(){const e=Yr(!0),t=e.run(()=>on({}));let n=[],s=[];const r=Jn({install(o){fs(r),r._a=o,o.provide(Ii,r),o.config.globalProperties.$pinia=r,s.forEach(i=>n.push(i)),s=[]},use(o){return!this._a&&!bu?s.push(o):n.push(o),this},_p:n,_a:null,_e:e,_s:new Map,state:t});return r}const Mi=()=>{};function Li(e,t,n,s=Mi){e.push(t);const r=()=>{const o=e.indexOf(t);o>-1&&(e.splice(o,1),s())};return!n&&Zr()&&tc(r),r}function Qt(e,...t){e.slice().forEach(n=>{n(...t)})}const vu=e=>e();function gr(e,t){e instanceof Map&&t instanceof Map&&t.forEach((n,s)=>e.set(s,n)),e instanceof Set&&t instanceof Set&&t.forEach(e.add,e);for(const n in t){if(!t.hasOwnProperty(n))continue;const s=t[n],r=e[n];mr(r)&&mr(s)&&e.hasOwnProperty(n)&&!de(s)&&!lt(s)?e[n]=gr(r,s):e[n]=s}return e}const Eu=Symbol();function wu(e){return!mr(e)||!e.hasOwnProperty(Eu)}const{assign:pt}=Object;function Au(e){return!!(de(e)&&e.effect)}function xu(e,t,n,s){const{state:r,actions:o,getters:i}=t,l=n.state.value[e];let c;function u(){l||(n.state.value[e]=r?r():{});const a=Pc(n.state.value[e]);return pt(a,o,Object.keys(i||{}).reduce((f,p)=>(f[p]=Jn(Ie(()=>{fs(n);const y=n._s.get(e);return i[p].call(y,y)})),f),{}))}return c=ji(e,u,t,n,s,!0),c}function ji(e,t,n={},s,r,o){let i;const l=pt({actions:{}},n),c={deep:!0};let u,a,f=[],p=[],y;const b=s.state.value[e];!o&&!b&&(s.state.value[e]={}),on({});let v;function k(I){let U;u=a=!1,typeof I=="function"?(I(s.state.value[e]),U={type:yn.patchFunction,storeId:e,events:y}):(gr(s.state.value[e],I),U={type:yn.patchObject,payload:I,storeId:e,events:y});const W=v=Symbol();Us().then(()=>{v===W&&(u=!0)}),a=!0,Qt(f,U,s.state.value[e])}const O=o?function(){const{state:U}=n,W=U?U():{};this.$patch(se=>{pt(se,W)})}:Mi;function T(){i.stop(),f=[],p=[],s._s.delete(e)}function z(I,U){return function(){fs(s);const W=Array.from(arguments),se=[],M=[];function $(Y){se.push(Y)}function ye(Y){M.push(Y)}Qt(p,{args:W,name:I,store:J,after:$,onError:ye});let xe;try{xe=U.apply(this&&this.$id===e?this:J,W)}catch(Y){throw Qt(M,Y),Y}return xe instanceof Promise?xe.then(Y=>(Qt(se,Y),Y)).catch(Y=>(Qt(M,Y),Promise.reject(Y))):(Qt(se,xe),xe)}}const L={_p:s,$id:e,$onAction:Li.bind(null,p),$patch:k,$reset:O,$subscribe(I,U={}){const W=Li(f,I,U.detached,()=>se()),se=i.run(()=>xt(()=>s.state.value[e],M=>{(U.flush==="sync"?a:u)&&I({storeId:e,type:yn.direct,events:y},M)},pt({},c,U)));return W},$dispose:T},J=Bt(L);s._s.set(e,J);const ae=(s._a&&s._a.runWithContext||vu)(()=>s._e.run(()=>(i=Yr()).run(t)));for(const I in ae){const U=ae[I];if(de(U)&&!Au(U)||lt(U))o||(b&&wu(U)&&(de(U)?U.value=b[I]:gr(U,b[I])),s.state.value[e][I]=U);else if(typeof U=="function"){const W=z(I,U);ae[I]=W,l.actions[I]=U}}return pt(J,ae),pt(G(J),ae),Object.defineProperty(J,"$state",{get:()=>s.state.value[e],set:I=>{k(U=>{pt(U,I)})}}),s._p.forEach(I=>{pt(J,i.run(()=>I({store:J,app:s._a,pinia:s,options:l})))}),b&&o&&n.hydrate&&n.hydrate(J.$state,b),u=!0,a=!0,J}function _u(e,t,n){let s,r;const o=typeof t=="function";typeof e=="string"?(s=e,r=o?n:t):(r=e,s=e.id);function i(l,c){const u=fa();return l=l||(u?je(Ii,null):null),l&&fs(l),l=Ni,l._s.has(s)||(o?ji(s,t,r,l):xu(s,r,l)),l._s.get(s)}return i.$id=s,i}/*!
    66  * vue-router v4.2.5
    77  * (c) 2023 Eduardo San Martin Morote
    88  * @license MIT
    9   */const Gt=typeof window<"u";function Pu(e){return e.__esModule||e[Symbol.toStringTag]==="Module"}const ne=Object.assign;function yr(e,t){const n={};for(const s in t){const r=t[s];n[s]=He(r)?r.map(e):e(r)}return n}const vn=()=>{},He=Array.isArray,Ou=/\/$/,Cu=e=>e.replace(Ou,"");function vr(e,t,n="/"){let s,r={},o="",i="";const l=t.indexOf("#");let c=t.indexOf("?");return l<c&&l>=0&&(c=-1),c>-1&&(s=t.slice(0,c),o=t.slice(c+1,l>-1?l:t.length),r=e(o)),l>-1&&(s=s||t.slice(0,l),i=t.slice(l,t.length)),s=Lu(s??t,n),{fullPath:s+(o&&"?")+o+i,path:s,query:r,hash:i}}function Tu(e,t){const n=t.query?e(t.query):"";return t.path+(n&&"?")+n+(t.hash||"")}function Fi(e,t){return!t||!e.toLowerCase().startsWith(t.toLowerCase())?e:e.slice(t.length)||"/"}function ku(e,t,n){const s=t.matched.length-1,r=n.matched.length-1;return s>-1&&s===r&&Xt(t.matched[s],n.matched[r])&&Bi(t.params,n.params)&&e(t.query)===e(n.query)&&t.hash===n.hash}function Xt(e,t){return(e.aliasOf||e)===(t.aliasOf||t)}function Bi(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const n in e)if(!Nu(e[n],t[n]))return!1;return!0}function Nu(e,t){return He(e)?Di(e,t):He(t)?Di(t,e):e===t}function Di(e,t){return He(t)?e.length===t.length&&e.every((n,s)=>n===t[s]):e.length===1&&e[0]===t}function Lu(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 o=n.length-1,i,l;for(i=0;i<s.length;i++)if(l=s[i],l!==".")if(l==="..")o>1&&o--;else break;return n.slice(0,o).join("/")+"/"+s.slice(i-(i===s.length?1:0)).join("/")}var wn;(function(e){e.pop="pop",e.push="push"})(wn||(wn={}));var En;(function(e){e.back="back",e.forward="forward",e.unknown=""})(En||(En={}));function Iu(e){if(!e)if(Gt){const t=document.querySelector("base");e=t&&t.getAttribute("href")||"/",e=e.replace(/^\w+:\/\/[^\/]+/,"")}else e="/";return e[0]!=="/"&&e[0]!=="#"&&(e="/"+e),Cu(e)}const Mu=/^[^#]+#/;function ju(e,t){return e.replace(Mu,"#")+t}function Fu(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 hs=()=>({left:window.pageXOffset,top:window.pageYOffset});function Bu(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=Fu(r,e)}else t=e;"scrollBehavior"in document.documentElement.style?window.scrollTo(t):window.scrollTo(t.left!=null?t.left:window.pageXOffset,t.top!=null?t.top:window.pageYOffset)}function Hi(e,t){return(history.state?history.state.position-t:-1)+e}const wr=new Map;function Du(e,t){wr.set(e,t)}function Hu(e){const t=wr.get(e);return wr.delete(e),t}let Uu=()=>location.protocol+"//"+location.host;function Ui(e,t){const{pathname:n,search:s,hash:r}=t,o=e.indexOf("#");if(o>-1){let l=r.includes(e.slice(o))?e.slice(o).length:1,c=r.slice(l);return c[0]!=="/"&&(c="/"+c),Fi(c,"")}return Fi(n,e)+s+r}function qu(e,t,n,s){let r=[],o=[],i=null;const l=({state:p})=>{const g=Ui(e,location),b=n.value,y=t.value;let C=0;if(p){if(n.value=g,t.value=p,i&&i===b){i=null;return}C=y?p.position-y.position:0}else s(g);r.forEach(P=>{P(n.value,b,{delta:C,type:wn.pop,direction:C?C>0?En.forward:En.back:En.unknown})})};function c(){i=n.value}function u(p){r.push(p);const g=()=>{const b=r.indexOf(p);b>-1&&r.splice(b,1)};return o.push(g),g}function a(){const{history:p}=window;p.state&&p.replaceState(ne({},p.state,{scroll:hs()}),"")}function f(){for(const p of o)p();o=[],window.removeEventListener("popstate",l),window.removeEventListener("beforeunload",a)}return window.addEventListener("popstate",l),window.addEventListener("beforeunload",a,{passive:!0}),{pauseListeners:c,listen:u,destroy:f}}function qi(e,t,n,s=!1,r=!1){return{back:e,current:t,forward:n,replaced:s,position:window.history.length,scroll:r?hs():null}}function zu(e){const{history:t,location:n}=window,s={value:Ui(e,n)},r={value:t.state};r.value||o(s.value,{back:null,current:s.value,forward:null,position:t.length-1,replaced:!0,scroll:null},!0);function o(c,u,a){const f=e.indexOf("#"),p=f>-1?(n.host&&document.querySelector("base")?e:e.slice(f))+c:Uu()+e+c;try{t[a?"replaceState":"pushState"](u,"",p),r.value=u}catch(g){console.error(g),n[a?"replace":"assign"](p)}}function i(c,u){const a=ne({},t.state,qi(r.value.back,c,r.value.forward,!0),u,{position:r.value.position});o(c,a,!0),s.value=c}function l(c,u){const a=ne({},r.value,t.state,{forward:c,scroll:hs()});o(a.current,a,!0);const f=ne({},qi(s.value,c,null),{position:a.position+1},u);o(c,f,!1),s.value=c}return{location:s,state:r,push:l,replace:i}}function Ku(e){e=Iu(e);const t=zu(e),n=qu(e,t.state,t.location,t.replace);function s(o,i=!0){i||n.pauseListeners(),history.go(o)}const r=ne({location:"",base:e,go:s,createHref:ju.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 Vu(e){return e=location.host?e||location.pathname+location.search:"",e.includes("#")||(e+="#"),Ku(e)}function Wu(e){return typeof e=="string"||e&&typeof e=="object"}function zi(e){return typeof e=="string"||typeof e=="symbol"}const mt={path:"/",name:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},redirectedFrom:void 0},Ki=Symbol("");var Vi;(function(e){e[e.aborted=4]="aborted",e[e.cancelled=8]="cancelled",e[e.duplicated=16]="duplicated"})(Vi||(Vi={}));function Yt(e,t){return ne(new Error,{type:e,[Ki]:!0},t)}function tt(e,t){return e instanceof Error&&Ki in e&&(t==null||!!(e.type&t))}const Wi="[^/]+?",Ju={sensitive:!1,strict:!1,start:!0,end:!0},Qu=/[.+*?^${}()[\]/\\]/g;function Gu(e,t){const n=ne({},Ju,t),s=[];let r=n.start?"^":"";const o=[];for(const u of e){const a=u.length?[]:[90];n.strict&&!u.length&&(r+="/");for(let f=0;f<u.length;f++){const p=u[f];let g=40+(n.sensitive?.25:0);if(p.type===0)f||(r+="/"),r+=p.value.replace(Qu,"\\$&"),g+=40;else if(p.type===1){const{value:b,repeatable:y,optional:C,regexp:P}=p;o.push({name:b,repeatable:y,optional:C});const k=P||Wi;if(k!==Wi){g+=10;try{new RegExp(`(${k})`)}catch(M){throw new Error(`Invalid custom RegExp for param "${b}" (${k}): `+M.message)}}let z=y?`((?:${k})(?:/(?:${k}))*)`:`(${k})`;f||(z=C&&u.length<2?`(?:/${z})`:"/"+z),C&&(z+="?"),r+=z,g+=20,C&&(g+=-8),y&&(g+=-20),k===".*"&&(g+=-50)}a.push(g)}s.push(a)}if(n.strict&&n.end){const u=s.length-1;s[u][s[u].length-1]+=.7000000000000001}n.strict||(r+="/?"),n.end?r+="$":n.strict&&(r+="(?:/|$)");const i=new RegExp(r,n.sensitive?"":"i");function l(u){const a=u.match(i),f={};if(!a)return null;for(let p=1;p<a.length;p++){const g=a[p]||"",b=o[p-1];f[b.name]=g&&b.repeatable?g.split("/"):g}return f}function c(u){let a="",f=!1;for(const p of e){(!f||!a.endsWith("/"))&&(a+="/"),f=!1;for(const g of p)if(g.type===0)a+=g.value;else if(g.type===1){const{value:b,repeatable:y,optional:C}=g,P=b in u?u[b]:"";if(He(P)&&!y)throw new Error(`Provided param "${b}" is an array but it is not repeatable (* or + modifiers)`);const k=He(P)?P.join("/"):P;if(!k)if(C)p.length<2&&(a.endsWith("/")?a=a.slice(0,-1):f=!0);else throw new Error(`Missing required param "${b}"`);a+=k}}return a||"/"}return{re:i,score:s,keys:o,parse:l,stringify:c}}function Xu(e,t){let n=0;for(;n<e.length&&n<t.length;){const s=t[n]-e[n];if(s)return s;n++}return e.length<t.length?e.length===1&&e[0]===80?-1:1:e.length>t.length?t.length===1&&t[0]===80?1:-1:0}function Yu(e,t){let n=0;const s=e.score,r=t.score;for(;n<s.length&&n<r.length;){const o=Xu(s[n],r[n]);if(o)return o;n++}if(Math.abs(r.length-s.length)===1){if(Ji(s))return 1;if(Ji(r))return-1}return r.length-s.length}function Ji(e){const t=e[e.length-1];return e.length>0&&t[t.length-1]<0}const Zu={type:0,value:""},$u=/[a-zA-Z0-9_]/;function ef(e){if(!e)return[[]];if(e==="/")return[[Zu]];if(!e.startsWith("/"))throw new Error(`Invalid path "${e}"`);function t(g){throw new Error(`ERR (${n})/"${u}": ${g}`)}let n=0,s=n;const r=[];let o;function i(){o&&r.push(o),o=[]}let l=0,c,u="",a="";function f(){u&&(n===0?o.push({type:0,value:u}):n===1||n===2||n===3?(o.length>1&&(c==="*"||c==="+")&&t(`A repeatable param (${u}) must be alone in its segment. eg: '/:ids+.`),o.push({type:1,value:u,regexp:a,repeatable:c==="*"||c==="+",optional:c==="*"||c==="?"})):t("Invalid state to consume buffer"),u="")}function p(){u+=c}for(;l<e.length;){if(c=e[l++],c==="\\"&&n!==2){s=n,n=4;continue}switch(n){case 0:c==="/"?(u&&f(),i()):c===":"?(f(),n=1):p();break;case 4:p(),n=s;break;case 1:c==="("?n=2:$u.test(c)?p():(f(),n=0,c!=="*"&&c!=="?"&&c!=="+"&&l--);break;case 2:c===")"?a[a.length-1]=="\\"?a=a.slice(0,-1)+c:n=3:a+=c;break;case 3:f(),n=0,c!=="*"&&c!=="?"&&c!=="+"&&l--,a="";break;default:t("Unknown state");break}}return n===2&&t(`Unfinished custom RegExp for param "${u}"`),f(),i(),r}function tf(e,t,n){const s=Gu(ef(e.path),n),r=ne(s,{record:e,parent:t,children:[],alias:[]});return t&&!r.record.aliasOf==!t.record.aliasOf&&t.children.push(r),r}function nf(e,t){const n=[],s=new Map;t=Xi({strict:!1,end:!0,sensitive:!1},t);function r(a){return s.get(a)}function o(a,f,p){const g=!p,b=sf(a);b.aliasOf=p&&p.record;const y=Xi(t,a),C=[b];if("alias"in a){const z=typeof a.alias=="string"?[a.alias]:a.alias;for(const M of z)C.push(ne({},b,{components:p?p.record.components:b.components,path:M,aliasOf:p?p.record:b}))}let P,k;for(const z of C){const{path:M}=z;if(f&&M[0]!=="/"){const W=f.record.path,fe=W[W.length-1]==="/"?"":"/";z.path=f.record.path+(M&&fe+M)}if(P=tf(z,f,y),p?p.alias.push(P):(k=k||P,k!==P&&k.alias.push(P),g&&a.name&&!Gi(P)&&i(a.name)),b.children){const W=b.children;for(let fe=0;fe<W.length;fe++)o(W[fe],P,p&&p.children[fe])}p=p||P,(P.record.components&&Object.keys(P.record.components).length||P.record.name||P.record.redirect)&&c(P)}return k?()=>{i(k)}:vn}function i(a){if(zi(a)){const f=s.get(a);f&&(s.delete(a),n.splice(n.indexOf(f),1),f.children.forEach(i),f.alias.forEach(i))}else{const f=n.indexOf(a);f>-1&&(n.splice(f,1),a.record.name&&s.delete(a.record.name),a.children.forEach(i),a.alias.forEach(i))}}function l(){return n}function c(a){let f=0;for(;f<n.length&&Yu(a,n[f])>=0&&(a.record.path!==n[f].record.path||!Yi(a,n[f]));)f++;n.splice(f,0,a),a.record.name&&!Gi(a)&&s.set(a.record.name,a)}function u(a,f){let p,g={},b,y;if("name"in a&&a.name){if(p=s.get(a.name),!p)throw Yt(1,{location:a});y=p.record.name,g=ne(Qi(f.params,p.keys.filter(k=>!k.optional).map(k=>k.name)),a.params&&Qi(a.params,p.keys.map(k=>k.name))),b=p.stringify(g)}else if("path"in a)b=a.path,p=n.find(k=>k.re.test(b)),p&&(g=p.parse(b),y=p.record.name);else{if(p=f.name?s.get(f.name):n.find(k=>k.re.test(f.path)),!p)throw Yt(1,{location:a,currentLocation:f});y=p.record.name,g=ne({},f.params,a.params),b=p.stringify(g)}const C=[];let P=p;for(;P;)C.unshift(P.record),P=P.parent;return{name:y,path:b,params:g,matched:C,meta:of(C)}}return e.forEach(a=>o(a)),{addRoute:o,resolve:u,removeRoute:i,getRoutes:l,getRecordMatcher:r}}function Qi(e,t){const n={};for(const s of t)s in e&&(n[s]=e[s]);return n}function sf(e){return{path:e.path,redirect:e.redirect,name:e.name,meta:e.meta||{},aliasOf:void 0,beforeEnter:e.beforeEnter,props:rf(e),children:e.children||[],instances:{},leaveGuards:new Set,updateGuards:new Set,enterCallbacks:{},components:"components"in e?e.components||null:e.component&&{default:e.component}}}function rf(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 Gi(e){for(;e;){if(e.record.aliasOf)return!0;e=e.parent}return!1}function of(e){return e.reduce((t,n)=>ne(t,n.meta),{})}function Xi(e,t){const n={};for(const s in e)n[s]=s in t?t[s]:e[s];return n}function Yi(e,t){return t.children.some(n=>n===e||Yi(e,n))}const Zi=/#/g,lf=/&/g,cf=/\//g,af=/=/g,uf=/\?/g,$i=/\+/g,ff=/%5B/g,df=/%5D/g,el=/%5E/g,hf=/%60/g,tl=/%7B/g,pf=/%7C/g,nl=/%7D/g,mf=/%20/g;function Er(e){return encodeURI(""+e).replace(pf,"|").replace(ff,"[").replace(df,"]")}function gf(e){return Er(e).replace(tl,"{").replace(nl,"}").replace(el,"^")}function Ar(e){return Er(e).replace($i,"%2B").replace(mf,"+").replace(Zi,"%23").replace(lf,"%26").replace(hf,"`").replace(tl,"{").replace(nl,"}").replace(el,"^")}function bf(e){return Ar(e).replace(af,"%3D")}function yf(e){return Er(e).replace(Zi,"%23").replace(uf,"%3F")}function vf(e){return e==null?"":yf(e).replace(cf,"%2F")}function ps(e){try{return decodeURIComponent(""+e)}catch{}return""+e}function wf(e){const t={};if(e===""||e==="?")return t;const s=(e[0]==="?"?e.slice(1):e).split("&");for(let r=0;r<s.length;++r){const o=s[r].replace($i," "),i=o.indexOf("="),l=ps(i<0?o:o.slice(0,i)),c=i<0?null:ps(o.slice(i+1));if(l in t){let u=t[l];He(u)||(u=t[l]=[u]),u.push(c)}else t[l]=c}return t}function sl(e){let t="";for(let n in e){const s=e[n];if(n=bf(n),s==null){s!==void 0&&(t+=(t.length?"&":"")+n);continue}(He(s)?s.map(o=>o&&Ar(o)):[s&&Ar(s)]).forEach(o=>{o!==void 0&&(t+=(t.length?"&":"")+n,o!=null&&(t+="="+o))})}return t}function Ef(e){const t={};for(const n in e){const s=e[n];s!==void 0&&(t[n]=He(s)?s.map(r=>r==null?null:""+r):s==null?s:""+s)}return t}const Af=Symbol(""),rl=Symbol(""),xr=Symbol(""),_r=Symbol(""),Rr=Symbol("");function An(){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 gt(e,t,n,s,r){const o=s&&(s.enterCallbacks[r]=s.enterCallbacks[r]||[]);return()=>new Promise((i,l)=>{const c=f=>{f===!1?l(Yt(4,{from:n,to:t})):f instanceof Error?l(f):Wu(f)?l(Yt(2,{from:t,to:f})):(o&&s.enterCallbacks[r]===o&&typeof f=="function"&&o.push(f),i())},u=e.call(s&&s.instances[r],t,n,c);let a=Promise.resolve(u);e.length<3&&(a=a.then(c)),a.catch(f=>l(f))})}function Sr(e,t,n,s){const r=[];for(const o of e)for(const i in o.components){let l=o.components[i];if(!(t!=="beforeRouteEnter"&&!o.instances[i]))if(xf(l)){const u=(l.__vccOpts||l)[t];u&&r.push(gt(u,n,s,o,i))}else{let c=l();r.push(()=>c.then(u=>{if(!u)return Promise.reject(new Error(`Couldn't resolve component "${i}" at "${o.path}"`));const a=Pu(u)?u.default:u;o.components[i]=a;const p=(a.__vccOpts||a)[t];return p&&gt(p,n,s,o,i)()}))}}return r}function xf(e){return typeof e=="object"||"displayName"in e||"props"in e||"__vccOpts"in e}function ol(e){const t=je(xr),n=je(_r),s=Le(()=>t.resolve(Ut(e.to))),r=Le(()=>{const{matched:c}=s.value,{length:u}=c,a=c[u-1],f=n.matched;if(!a||!f.length)return-1;const p=f.findIndex(Xt.bind(null,a));if(p>-1)return p;const g=il(c[u-2]);return u>1&&il(a)===g&&f[f.length-1].path!==g?f.findIndex(Xt.bind(null,c[u-2])):p}),o=Le(()=>r.value>-1&&Sf(n.params,s.value.params)),i=Le(()=>r.value>-1&&r.value===n.matched.length-1&&Bi(n.params,s.value.params));function l(c={}){return Rf(c)?t[Ut(e.replace)?"replace":"push"](Ut(e.to)).catch(vn):Promise.resolve()}return{route:s,href:Le(()=>s.value.href),isActive:o,isExactActive:i,navigate:l}}const _f=Uo({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:ol,setup(e,{slots:t}){const n=Dt(ol(e)),{options:s}=je(xr),r=Le(()=>({[ll(e.activeClass,s.linkActiveClass,"router-link-active")]:n.isActive,[ll(e.exactActiveClass,s.linkExactActiveClass,"router-link-exact-active")]:n.isExactActive}));return()=>{const o=t.default&&t.default(n);return e.custom?o:ar("a",{"aria-current":n.isExactActive?e.ariaCurrentValue:null,href:n.href,onClick:n.navigate,class:r.value},o)}}});function Rf(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 Sf(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(!He(r)||r.length!==s.length||s.some((o,i)=>o!==r[i]))return!1}return!0}function il(e){return e?e.aliasOf?e.aliasOf.path:e.path:""}const ll=(e,t,n)=>e??t??n,Pf=Uo({name:"RouterView",inheritAttrs:!1,props:{name:{type:String,default:"default"},route:Object},compatConfig:{MODE:3},setup(e,{attrs:t,slots:n}){const s=je(Rr),r=Le(()=>e.route||s.value),o=je(rl,0),i=Le(()=>{let u=Ut(o);const{matched:a}=r.value;let f;for(;(f=a[u])&&!f.components;)u++;return u}),l=Le(()=>r.value.matched[i.value]);os(rl,Le(()=>i.value+1)),os(Af,l),os(Rr,r);const c=on();return xt(()=>[c.value,l.value,e.name],([u,a,f],[p,g,b])=>{a&&(a.instances[f]=u,g&&g!==a&&u&&u===p&&(a.leaveGuards.size||(a.leaveGuards=g.leaveGuards),a.updateGuards.size||(a.updateGuards=g.updateGuards))),u&&a&&(!g||!Xt(a,g)||!p)&&(a.enterCallbacks[f]||[]).forEach(y=>y(u))},{flush:"post"}),()=>{const u=r.value,a=e.name,f=l.value,p=f&&f.components[a];if(!p)return cl(n.default,{Component:p,route:u});const g=f.props[a],b=g?g===!0?u.params:typeof g=="function"?g(u):g:null,C=ar(p,ne({},b,t,{onVnodeUnmounted:P=>{P.component.isUnmounted&&(f.instances[a]=null)},ref:c}));return cl(n.default,{Component:C,route:u})||C}}});function cl(e,t){if(!e)return null;const n=e(t);return n.length===1?n[0]:n}const Of=Pf;function Cf(e){const t=nf(e.routes,e),n=e.parseQuery||wf,s=e.stringifyQuery||sl,r=e.history,o=An(),i=An(),l=An(),c=Rc(mt);let u=mt;Gt&&e.scrollBehavior&&"scrollRestoration"in history&&(history.scrollRestoration="manual");const a=yr.bind(null,E=>""+E),f=yr.bind(null,vf),p=yr.bind(null,ps);function g(E,N){let O,B;return zi(E)?(O=t.getRecordMatcher(E),B=N):B=E,t.addRoute(B,O)}function b(E){const N=t.getRecordMatcher(E);N&&t.removeRoute(N)}function y(){return t.getRoutes().map(E=>E.record)}function C(E){return!!t.getRecordMatcher(E)}function P(E,N){if(N=ne({},N||c.value),typeof E=="string"){const m=vr(n,E,N.path),v=t.resolve({path:m.path},N),A=r.createHref(m.fullPath);return ne(m,v,{params:p(v.params),hash:ps(m.hash),redirectedFrom:void 0,href:A})}let O;if("path"in E)O=ne({},E,{path:vr(n,E.path,N.path).path});else{const m=ne({},E.params);for(const v in m)m[v]==null&&delete m[v];O=ne({},E,{params:f(m)}),N.params=f(N.params)}const B=t.resolve(O,N),te=E.hash||"";B.params=a(p(B.params));const d=Tu(s,ne({},E,{hash:gf(te),path:B.path})),h=r.createHref(d);return ne({fullPath:d,hash:te,query:s===sl?Ef(E.query):E.query||{}},B,{redirectedFrom:void 0,href:h})}function k(E){return typeof E=="string"?vr(n,E,c.value.path):ne({},E)}function z(E,N){if(u!==E)return Yt(8,{from:N,to:E})}function M(E){return ae(E)}function W(E){return M(ne(k(E),{replace:!0}))}function fe(E){const N=E.matched[E.matched.length-1];if(N&&N.redirect){const{redirect:O}=N;let B=typeof O=="function"?O(E):O;return typeof B=="string"&&(B=B.includes("?")||B.includes("#")?B=k(B):{path:B},B.params={}),ne({query:E.query,hash:E.hash,params:"path"in B?{}:E.params},B)}}function ae(E,N){const O=u=P(E),B=c.value,te=E.state,d=E.force,h=E.replace===!0,m=fe(O);if(m)return ae(ne(k(m),{state:typeof m=="object"?ne({},te,m.state):te,force:d,replace:h}),N||O);const v=O;v.redirectedFrom=N;let A;return!d&&ku(s,B,O)&&(A=Yt(16,{to:v,from:B}),Ge(B,B,!0,!1)),(A?Promise.resolve(A):J(v,B)).catch(x=>tt(x)?tt(x,2)?x:yt(x):ee(x,v,B)).then(x=>{if(x){if(tt(x,2))return ae(ne({replace:h},k(x.to),{state:typeof x.to=="object"?ne({},te,x.to.state):te,force:d}),N||v)}else x=I(v,B,!0,h,te);return re(v,B,x),x})}function L(E,N){const O=z(E,N);return O?Promise.reject(O):Promise.resolve()}function U(E){const N=tn.values().next().value;return N&&typeof N.runWithContext=="function"?N.runWithContext(E):E()}function J(E,N){let O;const[B,te,d]=Tf(E,N);O=Sr(B.reverse(),"beforeRouteLeave",E,N);for(const m of B)m.leaveGuards.forEach(v=>{O.push(gt(v,E,N))});const h=L.bind(null,E,N);return O.push(h),Ee(O).then(()=>{O=[];for(const m of o.list())O.push(gt(m,E,N));return O.push(h),Ee(O)}).then(()=>{O=Sr(te,"beforeRouteUpdate",E,N);for(const m of te)m.updateGuards.forEach(v=>{O.push(gt(v,E,N))});return O.push(h),Ee(O)}).then(()=>{O=[];for(const m of d)if(m.beforeEnter)if(He(m.beforeEnter))for(const v of m.beforeEnter)O.push(gt(v,E,N));else O.push(gt(m.beforeEnter,E,N));return O.push(h),Ee(O)}).then(()=>(E.matched.forEach(m=>m.enterCallbacks={}),O=Sr(d,"beforeRouteEnter",E,N),O.push(h),Ee(O))).then(()=>{O=[];for(const m of i.list())O.push(gt(m,E,N));return O.push(h),Ee(O)}).catch(m=>tt(m,8)?m:Promise.reject(m))}function re(E,N,O){l.list().forEach(B=>U(()=>B(E,N,O)))}function I(E,N,O,B,te){const d=z(E,N);if(d)return d;const h=N===mt,m=Gt?history.state:{};O&&(B||h?r.replace(E.fullPath,ne({scroll:h&&m&&m.scroll},te)):r.push(E.fullPath,te)),c.value=E,Ge(E,N,O,h),yt()}let $;function ye(){$||($=r.listen((E,N,O)=>{if(!_s.listening)return;const B=P(E),te=fe(B);if(te){ae(ne(te,{replace:!0}),B).catch(vn);return}u=B;const d=c.value;Gt&&Du(Hi(d.fullPath,O.delta),hs()),J(B,d).catch(h=>tt(h,12)?h:tt(h,2)?(ae(h.to,B).then(m=>{tt(m,20)&&!O.delta&&O.type===wn.pop&&r.go(-1,!1)}).catch(vn),Promise.reject()):(O.delta&&r.go(-O.delta,!1),ee(h,B,d))).then(h=>{h=h||I(B,d,!1),h&&(O.delta&&!tt(h,8)?r.go(-O.delta,!1):O.type===wn.pop&&tt(h,20)&&r.go(-1,!1)),re(B,d,h)}).catch(vn)}))}let xe=An(),Y=An(),oe;function ee(E,N,O){yt(E);const B=Y.list();return B.length?B.forEach(te=>te(E,N,O)):console.error(E),Promise.reject(E)}function st(){return oe&&c.value!==mt?Promise.resolve():new Promise((E,N)=>{xe.add([E,N])})}function yt(E){return oe||(oe=!E,ye(),xe.list().forEach(([N,O])=>E?O(E):N()),xe.reset()),E}function Ge(E,N,O,B){const{scrollBehavior:te}=e;if(!Gt||!te)return Promise.resolve();const d=!O&&Hu(Hi(E.fullPath,0))||(B||!O)&&history.state&&history.state.scroll||null;return qs().then(()=>te(E,N,d)).then(h=>h&&Bu(h)).catch(h=>ee(h,E,N))}const Oe=E=>r.go(E);let en;const tn=new Set,_s={currentRoute:c,listening:!0,addRoute:g,removeRoute:b,hasRoute:C,getRoutes:y,resolve:P,options:e,push:M,replace:W,go:Oe,back:()=>Oe(-1),forward:()=>Oe(1),beforeEach:o.add,beforeResolve:i.add,afterEach:l.add,onError:Y.add,isReady:st,install(E){const N=this;E.component("RouterLink",_f),E.component("RouterView",Of),E.config.globalProperties.$router=N,Object.defineProperty(E.config.globalProperties,"$route",{enumerable:!0,get:()=>Ut(c)}),Gt&&!en&&c.value===mt&&(en=!0,M(r.location).catch(te=>{}));const O={};for(const te in mt)Object.defineProperty(O,te,{get:()=>c.value[te],enumerable:!0});E.provide(xr,N),E.provide(_r,bo(O)),E.provide(Rr,c);const B=E.unmount;tn.add(E),E.unmount=function(){tn.delete(E),tn.size<1&&(u=mt,$&&$(),$=null,c.value=mt,en=!1,oe=!1),B()}}};function Ee(E){return E.reduce((N,O)=>N.then(()=>U(O)),Promise.resolve())}return _s}function Tf(e,t){const n=[],s=[],r=[],o=Math.max(t.matched.length,e.matched.length);for(let i=0;i<o;i++){const l=t.matched[i];l&&(e.matched.find(u=>Xt(u,l))?s.push(l):n.push(l));const c=e.matched[i];c&&(t.matched.find(u=>Xt(u,c))||r.push(c))}return[n,s,r]}function kf(){return je(_r)}function al(e,t){return function(){return e.apply(t,arguments)}}const{toString:Nf}=Object.prototype,{getPrototypeOf:Pr}=Object,ms=(e=>t=>{const n=Nf.call(t);return e[n]||(e[n]=n.slice(8,-1).toLowerCase())})(Object.create(null)),Je=e=>(e=e.toLowerCase(),t=>ms(t)===e),gs=e=>t=>typeof t===e,{isArray:Zt}=Array,xn=gs("undefined");function Lf(e){return e!==null&&!xn(e)&&e.constructor!==null&&!xn(e.constructor)&&Ie(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const ul=Je("ArrayBuffer");function If(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&ul(e.buffer),t}const Mf=gs("string"),Ie=gs("function"),fl=gs("number"),bs=e=>e!==null&&typeof e=="object",jf=e=>e===!0||e===!1,ys=e=>{if(ms(e)!=="object")return!1;const t=Pr(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},Ff=Je("Date"),Bf=Je("File"),Df=Je("Blob"),Hf=Je("FileList"),Uf=e=>bs(e)&&Ie(e.pipe),qf=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||Ie(e.append)&&((t=ms(e))==="formdata"||t==="object"&&Ie(e.toString)&&e.toString()==="[object FormData]"))},zf=Je("URLSearchParams"),Kf=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function _n(e,t,{allOwnKeys:n=!1}={}){if(e===null||typeof e>"u")return;let s,r;if(typeof e!="object"&&(e=[e]),Zt(e))for(s=0,r=e.length;s<r;s++)t.call(null,e[s],s,e);else{const o=n?Object.getOwnPropertyNames(e):Object.keys(e),i=o.length;let l;for(s=0;s<i;s++)l=o[s],t.call(null,e[l],l,e)}}function dl(e,t){t=t.toLowerCase();const n=Object.keys(e);let s=n.length,r;for(;s-- >0;)if(r=n[s],t===r.toLowerCase())return r;return null}const hl=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global,pl=e=>!xn(e)&&e!==hl;function Or(){const{caseless:e}=pl(this)&&this||{},t={},n=(s,r)=>{const o=e&&dl(t,r)||r;ys(t[o])&&ys(s)?t[o]=Or(t[o],s):ys(s)?t[o]=Or({},s):Zt(s)?t[o]=s.slice():t[o]=s};for(let s=0,r=arguments.length;s<r;s++)arguments[s]&&_n(arguments[s],n);return t}const Vf=(e,t,n,{allOwnKeys:s}={})=>(_n(t,(r,o)=>{n&&Ie(r)?e[o]=al(r,n):e[o]=r},{allOwnKeys:s}),e),Wf=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),Jf=(e,t,n,s)=>{e.prototype=Object.create(t.prototype,s),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),n&&Object.assign(e.prototype,n)},Qf=(e,t,n,s)=>{let r,o,i;const l={};if(t=t||{},e==null)return t;do{for(r=Object.getOwnPropertyNames(e),o=r.length;o-- >0;)i=r[o],(!s||s(i,e,t))&&!l[i]&&(t[i]=e[i],l[i]=!0);e=n!==!1&&Pr(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},Gf=(e,t,n)=>{e=String(e),(n===void 0||n>e.length)&&(n=e.length),n-=t.length;const s=e.indexOf(t,n);return s!==-1&&s===n},Xf=e=>{if(!e)return null;if(Zt(e))return e;let t=e.length;if(!fl(t))return null;const n=new Array(t);for(;t-- >0;)n[t]=e[t];return n},Yf=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&Pr(Uint8Array)),Zf=(e,t)=>{const s=(e&&e[Symbol.iterator]).call(e);let r;for(;(r=s.next())&&!r.done;){const o=r.value;t.call(e,o[0],o[1])}},$f=(e,t)=>{let n;const s=[];for(;(n=e.exec(t))!==null;)s.push(n);return s},ed=Je("HTMLFormElement"),td=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(n,s,r){return s.toUpperCase()+r}),ml=(({hasOwnProperty:e})=>(t,n)=>e.call(t,n))(Object.prototype),nd=Je("RegExp"),gl=(e,t)=>{const n=Object.getOwnPropertyDescriptors(e),s={};_n(n,(r,o)=>{let i;(i=t(r,o,e))!==!1&&(s[o]=i||r)}),Object.defineProperties(e,s)},sd=e=>{gl(e,(t,n)=>{if(Ie(e)&&["arguments","caller","callee"].indexOf(n)!==-1)return!1;const s=e[n];if(Ie(s)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")})}})},rd=(e,t)=>{const n={},s=r=>{r.forEach(o=>{n[o]=!0})};return Zt(e)?s(e):s(String(e).split(t)),n},od=()=>{},id=(e,t)=>(e=+e,Number.isFinite(e)?e:t),Cr="abcdefghijklmnopqrstuvwxyz",bl="0123456789",yl={DIGIT:bl,ALPHA:Cr,ALPHA_DIGIT:Cr+Cr.toUpperCase()+bl},ld=(e=16,t=yl.ALPHA_DIGIT)=>{let n="";const{length:s}=t;for(;e--;)n+=t[Math.random()*s|0];return n};function cd(e){return!!(e&&Ie(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}const ad=e=>{const t=new Array(10),n=(s,r)=>{if(bs(s)){if(t.indexOf(s)>=0)return;if(!("toJSON"in s)){t[r]=s;const o=Zt(s)?[]:{};return _n(s,(i,l)=>{const c=n(i,r+1);!xn(c)&&(o[l]=c)}),t[r]=void 0,o}}return s};return n(e,0)},ud=Je("AsyncFunction"),w={isArray:Zt,isArrayBuffer:ul,isBuffer:Lf,isFormData:qf,isArrayBufferView:If,isString:Mf,isNumber:fl,isBoolean:jf,isObject:bs,isPlainObject:ys,isUndefined:xn,isDate:Ff,isFile:Bf,isBlob:Df,isRegExp:nd,isFunction:Ie,isStream:Uf,isURLSearchParams:zf,isTypedArray:Yf,isFileList:Hf,forEach:_n,merge:Or,extend:Vf,trim:Kf,stripBOM:Wf,inherits:Jf,toFlatObject:Qf,kindOf:ms,kindOfTest:Je,endsWith:Gf,toArray:Xf,forEachEntry:Zf,matchAll:$f,isHTMLForm:ed,hasOwnProperty:ml,hasOwnProp:ml,reduceDescriptors:gl,freezeMethods:sd,toObjectSet:rd,toCamelCase:td,noop:od,toFiniteNumber:id,findKey:dl,global:hl,isContextDefined:pl,ALPHABET:yl,generateString:ld,isSpecCompliantForm:cd,toJSONObject:ad,isAsyncFn:ud,isThenable:e=>e&&(bs(e)||Ie(e))&&Ie(e.then)&&Ie(e.catch)};function X(e,t,n,s,r){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=e,this.name="AxiosError",t&&(this.code=t),n&&(this.config=n),s&&(this.request=s),r&&(this.response=r)}w.inherits(X,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:w.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const vl=X.prototype,wl={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(e=>{wl[e]={value:e}}),Object.defineProperties(X,wl),Object.defineProperty(vl,"isAxiosError",{value:!0}),X.from=(e,t,n,s,r,o)=>{const i=Object.create(vl);return w.toFlatObject(e,i,function(c){return c!==Error.prototype},l=>l!=="isAxiosError"),X.call(i,e.message,t,n,s,r),i.cause=e,i.name=e.name,o&&Object.assign(i,o),i};const fd=null;function Tr(e){return w.isPlainObject(e)||w.isArray(e)}function El(e){return w.endsWith(e,"[]")?e.slice(0,-2):e}function Al(e,t,n){return e?e.concat(t).map(function(r,o){return r=El(r),!n&&o?"["+r+"]":r}).join(n?".":""):t}function dd(e){return w.isArray(e)&&!e.some(Tr)}const hd=w.toFlatObject(w,{},null,function(t){return/^is[A-Z]/.test(t)});function vs(e,t,n){if(!w.isObject(e))throw new TypeError("target must be an object");t=t||new FormData,n=w.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,function(y,C){return!w.isUndefined(C[y])});const s=n.metaTokens,r=n.visitor||a,o=n.dots,i=n.indexes,c=(n.Blob||typeof Blob<"u"&&Blob)&&w.isSpecCompliantForm(t);if(!w.isFunction(r))throw new TypeError("visitor must be a function");function u(b){if(b===null)return"";if(w.isDate(b))return b.toISOString();if(!c&&w.isBlob(b))throw new X("Blob is not supported. Use a Buffer instead.");return w.isArrayBuffer(b)||w.isTypedArray(b)?c&&typeof Blob=="function"?new Blob([b]):Buffer.from(b):b}function a(b,y,C){let P=b;if(b&&!C&&typeof b=="object"){if(w.endsWith(y,"{}"))y=s?y:y.slice(0,-2),b=JSON.stringify(b);else if(w.isArray(b)&&dd(b)||(w.isFileList(b)||w.endsWith(y,"[]"))&&(P=w.toArray(b)))return y=El(y),P.forEach(function(z,M){!(w.isUndefined(z)||z===null)&&t.append(i===!0?Al([y],M,o):i===null?y:y+"[]",u(z))}),!1}return Tr(b)?!0:(t.append(Al(C,y,o),u(b)),!1)}const f=[],p=Object.assign(hd,{defaultVisitor:a,convertValue:u,isVisitable:Tr});function g(b,y){if(!w.isUndefined(b)){if(f.indexOf(b)!==-1)throw Error("Circular reference detected in "+y.join("."));f.push(b),w.forEach(b,function(P,k){(!(w.isUndefined(P)||P===null)&&r.call(t,P,w.isString(k)?k.trim():k,y,p))===!0&&g(P,y?y.concat(k):[k])}),f.pop()}}if(!w.isObject(e))throw new TypeError("data must be an object");return g(e),t}function xl(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(s){return t[s]})}function kr(e,t){this._pairs=[],e&&vs(e,this,t)}const _l=kr.prototype;_l.append=function(t,n){this._pairs.push([t,n])},_l.toString=function(t){const n=t?function(s){return t.call(this,s,xl)}:xl;return this._pairs.map(function(r){return n(r[0])+"="+n(r[1])},"").join("&")};function pd(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function Rl(e,t,n){if(!t)return e;const s=n&&n.encode||pd,r=n&&n.serialize;let o;if(r?o=r(t,n):o=w.isURLSearchParams(t)?t.toString():new kr(t,n).toString(s),o){const i=e.indexOf("#");i!==-1&&(e=e.slice(0,i)),e+=(e.indexOf("?")===-1?"?":"&")+o}return e}class md{constructor(){this.handlers=[]}use(t,n,s){return this.handlers.push({fulfilled:t,rejected:n,synchronous:s?s.synchronous:!1,runWhen:s?s.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){w.forEach(this.handlers,function(s){s!==null&&t(s)})}}const Sl=md,Pl={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},gd={isBrowser:!0,classes:{URLSearchParams:typeof URLSearchParams<"u"?URLSearchParams:kr,FormData:typeof FormData<"u"?FormData:null,Blob:typeof Blob<"u"?Blob:null},protocols:["http","https","file","blob","url","data"]},Ol=typeof window<"u"&&typeof document<"u",bd=(e=>Ol&&["ReactNative","NativeScript","NS"].indexOf(e)<0)(typeof navigator<"u"&&navigator.product),yd=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",Qe={...Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:Ol,hasStandardBrowserEnv:bd,hasStandardBrowserWebWorkerEnv:yd},Symbol.toStringTag,{value:"Module"})),...gd};function vd(e,t){return vs(e,new Qe.classes.URLSearchParams,Object.assign({visitor:function(n,s,r,o){return Qe.isNode&&w.isBuffer(n)?(this.append(s,n.toString("base64")),!1):o.defaultVisitor.apply(this,arguments)}},t))}function wd(e){return w.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function Ed(e){const t={},n=Object.keys(e);let s;const r=n.length;let o;for(s=0;s<r;s++)o=n[s],t[o]=e[o];return t}function Cl(e){function t(n,s,r,o){let i=n[o++];const l=Number.isFinite(+i),c=o>=n.length;return i=!i&&w.isArray(r)?r.length:i,c?(w.hasOwnProp(r,i)?r[i]=[r[i],s]:r[i]=s,!l):((!r[i]||!w.isObject(r[i]))&&(r[i]=[]),t(n,s,r[i],o)&&w.isArray(r[i])&&(r[i]=Ed(r[i])),!l)}if(w.isFormData(e)&&w.isFunction(e.entries)){const n={};return w.forEachEntry(e,(s,r)=>{t(wd(s),r,n,0)}),n}return null}function Ad(e,t,n){if(w.isString(e))try{return(t||JSON.parse)(e),w.trim(e)}catch(s){if(s.name!=="SyntaxError")throw s}return(n||JSON.stringify)(e)}const Nr={transitional:Pl,adapter:["xhr","http"],transformRequest:[function(t,n){const s=n.getContentType()||"",r=s.indexOf("application/json")>-1,o=w.isObject(t);if(o&&w.isHTMLForm(t)&&(t=new FormData(t)),w.isFormData(t))return r&&r?JSON.stringify(Cl(t)):t;if(w.isArrayBuffer(t)||w.isBuffer(t)||w.isStream(t)||w.isFile(t)||w.isBlob(t))return t;if(w.isArrayBufferView(t))return t.buffer;if(w.isURLSearchParams(t))return n.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let l;if(o){if(s.indexOf("application/x-www-form-urlencoded")>-1)return vd(t,this.formSerializer).toString();if((l=w.isFileList(t))||s.indexOf("multipart/form-data")>-1){const c=this.env&&this.env.FormData;return vs(l?{"files[]":t}:t,c&&new c,this.formSerializer)}}return o||r?(n.setContentType("application/json",!1),Ad(t)):t}],transformResponse:[function(t){const n=this.transitional||Nr.transitional,s=n&&n.forcedJSONParsing,r=this.responseType==="json";if(t&&w.isString(t)&&(s&&!this.responseType||r)){const i=!(n&&n.silentJSONParsing)&&r;try{return JSON.parse(t)}catch(l){if(i)throw l.name==="SyntaxError"?X.from(l,X.ERR_BAD_RESPONSE,this,null,this.response):l}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:Qe.classes.FormData,Blob:Qe.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};w.forEach(["delete","get","head","post","put","patch"],e=>{Nr.headers[e]={}});const Lr=Nr,xd=w.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),_d=e=>{const t={};let n,s,r;return e&&e.split(`
    10 `).forEach(function(i){r=i.indexOf(":"),n=i.substring(0,r).trim().toLowerCase(),s=i.substring(r+1).trim(),!(!n||t[n]&&xd[n])&&(n==="set-cookie"?t[n]?t[n].push(s):t[n]=[s]:t[n]=t[n]?t[n]+", "+s:s)}),t},Tl=Symbol("internals");function Rn(e){return e&&String(e).trim().toLowerCase()}function ws(e){return e===!1||e==null?e:w.isArray(e)?e.map(ws):String(e)}function Rd(e){const t=Object.create(null),n=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let s;for(;s=n.exec(e);)t[s[1]]=s[2];return t}const Sd=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function Ir(e,t,n,s,r){if(w.isFunction(s))return s.call(this,t,n);if(r&&(t=n),!!w.isString(t)){if(w.isString(s))return t.indexOf(s)!==-1;if(w.isRegExp(s))return s.test(t)}}function Pd(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,n,s)=>n.toUpperCase()+s)}function Od(e,t){const n=w.toCamelCase(" "+t);["get","set","has"].forEach(s=>{Object.defineProperty(e,s+n,{value:function(r,o,i){return this[s].call(this,t,r,o,i)},configurable:!0})})}class Es{constructor(t){t&&this.set(t)}set(t,n,s){const r=this;function o(l,c,u){const a=Rn(c);if(!a)throw new Error("header name must be a non-empty string");const f=w.findKey(r,a);(!f||r[f]===void 0||u===!0||u===void 0&&r[f]!==!1)&&(r[f||c]=ws(l))}const i=(l,c)=>w.forEach(l,(u,a)=>o(u,a,c));return w.isPlainObject(t)||t instanceof this.constructor?i(t,n):w.isString(t)&&(t=t.trim())&&!Sd(t)?i(_d(t),n):t!=null&&o(n,t,s),this}get(t,n){if(t=Rn(t),t){const s=w.findKey(this,t);if(s){const r=this[s];if(!n)return r;if(n===!0)return Rd(r);if(w.isFunction(n))return n.call(this,r,s);if(w.isRegExp(n))return n.exec(r);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,n){if(t=Rn(t),t){const s=w.findKey(this,t);return!!(s&&this[s]!==void 0&&(!n||Ir(this,this[s],s,n)))}return!1}delete(t,n){const s=this;let r=!1;function o(i){if(i=Rn(i),i){const l=w.findKey(s,i);l&&(!n||Ir(s,s[l],l,n))&&(delete s[l],r=!0)}}return w.isArray(t)?t.forEach(o):o(t),r}clear(t){const n=Object.keys(this);let s=n.length,r=!1;for(;s--;){const o=n[s];(!t||Ir(this,this[o],o,t,!0))&&(delete this[o],r=!0)}return r}normalize(t){const n=this,s={};return w.forEach(this,(r,o)=>{const i=w.findKey(s,o);if(i){n[i]=ws(r),delete n[o];return}const l=t?Pd(o):String(o).trim();l!==o&&delete n[o],n[l]=ws(r),s[l]=!0}),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){const n=Object.create(null);return w.forEach(this,(s,r)=>{s!=null&&s!==!1&&(n[r]=t&&w.isArray(s)?s.join(", "):s)}),n}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([t,n])=>t+": "+n).join(`
    11 `)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...n){const s=new this(t);return n.forEach(r=>s.set(r)),s}static accessor(t){const s=(this[Tl]=this[Tl]={accessors:{}}).accessors,r=this.prototype;function o(i){const l=Rn(i);s[l]||(Od(r,i),s[l]=!0)}return w.isArray(t)?t.forEach(o):o(t),this}}Es.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),w.reduceDescriptors(Es.prototype,({value:e},t)=>{let n=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(s){this[n]=s}}}),w.freezeMethods(Es);const nt=Es;function Mr(e,t){const n=this||Lr,s=t||n,r=nt.from(s.headers);let o=s.data;return w.forEach(e,function(l){o=l.call(n,o,r.normalize(),t?t.status:void 0)}),r.normalize(),o}function kl(e){return!!(e&&e.__CANCEL__)}function Sn(e,t,n){X.call(this,e??"canceled",X.ERR_CANCELED,t,n),this.name="CanceledError"}w.inherits(Sn,X,{__CANCEL__:!0});function Cd(e,t,n){const s=n.config.validateStatus;!n.status||!s||s(n.status)?e(n):t(new X("Request failed with status code "+n.status,[X.ERR_BAD_REQUEST,X.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n))}const Td=Qe.hasStandardBrowserEnv?{write(e,t,n,s,r,o){const i=[e+"="+encodeURIComponent(t)];w.isNumber(n)&&i.push("expires="+new Date(n).toGMTString()),w.isString(s)&&i.push("path="+s),w.isString(r)&&i.push("domain="+r),o===!0&&i.push("secure"),document.cookie=i.join("; ")},read(e){const t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove(e){this.write(e,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function kd(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function Nd(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}function Nl(e,t){return e&&!kd(t)?Nd(e,t):t}const Ld=Qe.hasStandardBrowserEnv?function(){const t=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");let s;function r(o){let i=o;return t&&(n.setAttribute("href",i),i=n.href),n.setAttribute("href",i),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:n.pathname.charAt(0)==="/"?n.pathname:"/"+n.pathname}}return s=r(window.location.href),function(i){const l=w.isString(i)?r(i):i;return l.protocol===s.protocol&&l.host===s.host}}():function(){return function(){return!0}}();function Id(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}function Md(e,t){e=e||10;const n=new Array(e),s=new Array(e);let r=0,o=0,i;return t=t!==void 0?t:1e3,function(c){const u=Date.now(),a=s[o];i||(i=u),n[r]=c,s[r]=u;let f=o,p=0;for(;f!==r;)p+=n[f++],f=f%e;if(r=(r+1)%e,r===o&&(o=(o+1)%e),u-i<t)return;const g=a&&u-a;return g?Math.round(p*1e3/g):void 0}}function Ll(e,t){let n=0;const s=Md(50,250);return r=>{const o=r.loaded,i=r.lengthComputable?r.total:void 0,l=o-n,c=s(l),u=o<=i;n=o;const a={loaded:o,total:i,progress:i?o/i:void 0,bytes:l,rate:c||void 0,estimated:c&&i&&u?(i-o)/c:void 0,event:r};a[t?"download":"upload"]=!0,e(a)}}const jr={http:fd,xhr:typeof XMLHttpRequest<"u"&&function(e){return new Promise(function(n,s){let r=e.data;const o=nt.from(e.headers).normalize();let{responseType:i,withXSRFToken:l}=e,c;function u(){e.cancelToken&&e.cancelToken.unsubscribe(c),e.signal&&e.signal.removeEventListener("abort",c)}let a;if(w.isFormData(r)){if(Qe.hasStandardBrowserEnv||Qe.hasStandardBrowserWebWorkerEnv)o.setContentType(!1);else if((a=o.getContentType())!==!1){const[y,...C]=a?a.split(";").map(P=>P.trim()).filter(Boolean):[];o.setContentType([y||"multipart/form-data",...C].join("; "))}}let f=new XMLHttpRequest;if(e.auth){const y=e.auth.username||"",C=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";o.set("Authorization","Basic "+btoa(y+":"+C))}const p=Nl(e.baseURL,e.url);f.open(e.method.toUpperCase(),Rl(p,e.params,e.paramsSerializer),!0),f.timeout=e.timeout;function g(){if(!f)return;const y=nt.from("getAllResponseHeaders"in f&&f.getAllResponseHeaders()),P={data:!i||i==="text"||i==="json"?f.responseText:f.response,status:f.status,statusText:f.statusText,headers:y,config:e,request:f};Cd(function(z){n(z),u()},function(z){s(z),u()},P),f=null}if("onloadend"in f?f.onloadend=g:f.onreadystatechange=function(){!f||f.readyState!==4||f.status===0&&!(f.responseURL&&f.responseURL.indexOf("file:")===0)||setTimeout(g)},f.onabort=function(){f&&(s(new X("Request aborted",X.ECONNABORTED,e,f)),f=null)},f.onerror=function(){s(new X("Network Error",X.ERR_NETWORK,e,f)),f=null},f.ontimeout=function(){let C=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded";const P=e.transitional||Pl;e.timeoutErrorMessage&&(C=e.timeoutErrorMessage),s(new X(C,P.clarifyTimeoutError?X.ETIMEDOUT:X.ECONNABORTED,e,f)),f=null},Qe.hasStandardBrowserEnv&&(l&&w.isFunction(l)&&(l=l(e)),l||l!==!1&&Ld(p))){const y=e.xsrfHeaderName&&e.xsrfCookieName&&Td.read(e.xsrfCookieName);y&&o.set(e.xsrfHeaderName,y)}r===void 0&&o.setContentType(null),"setRequestHeader"in f&&w.forEach(o.toJSON(),function(C,P){f.setRequestHeader(P,C)}),w.isUndefined(e.withCredentials)||(f.withCredentials=!!e.withCredentials),i&&i!=="json"&&(f.responseType=e.responseType),typeof e.onDownloadProgress=="function"&&f.addEventListener("progress",Ll(e.onDownloadProgress,!0)),typeof e.onUploadProgress=="function"&&f.upload&&f.upload.addEventListener("progress",Ll(e.onUploadProgress)),(e.cancelToken||e.signal)&&(c=y=>{f&&(s(!y||y.type?new Sn(null,e,f):y),f.abort(),f=null)},e.cancelToken&&e.cancelToken.subscribe(c),e.signal&&(e.signal.aborted?c():e.signal.addEventListener("abort",c)));const b=Id(p);if(b&&Qe.protocols.indexOf(b)===-1){s(new X("Unsupported protocol "+b+":",X.ERR_BAD_REQUEST,e));return}f.send(r||null)})}};w.forEach(jr,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});const Il=e=>`- ${e}`,jd=e=>w.isFunction(e)||e===null||e===!1,Ml={getAdapter:e=>{e=w.isArray(e)?e:[e];const{length:t}=e;let n,s;const r={};for(let o=0;o<t;o++){n=e[o];let i;if(s=n,!jd(n)&&(s=jr[(i=String(n)).toLowerCase()],s===void 0))throw new X(`Unknown adapter '${i}'`);if(s)break;r[i||"#"+o]=s}if(!s){const o=Object.entries(r).map(([l,c])=>`adapter ${l} `+(c===!1?"is not supported by the environment":"is not available in the build"));let i=t?o.length>1?`since :
    12 `+o.map(Il).join(`
    13 `):" "+Il(o[0]):"as no adapter specified";throw new X("There is no suitable adapter to dispatch the request "+i,"ERR_NOT_SUPPORT")}return s},adapters:jr};function Fr(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new Sn(null,e)}function jl(e){return Fr(e),e.headers=nt.from(e.headers),e.data=Mr.call(e,e.transformRequest),["post","put","patch"].indexOf(e.method)!==-1&&e.headers.setContentType("application/x-www-form-urlencoded",!1),Ml.getAdapter(e.adapter||Lr.adapter)(e).then(function(s){return Fr(e),s.data=Mr.call(e,e.transformResponse,s),s.headers=nt.from(s.headers),s},function(s){return kl(s)||(Fr(e),s&&s.response&&(s.response.data=Mr.call(e,e.transformResponse,s.response),s.response.headers=nt.from(s.response.headers))),Promise.reject(s)})}const Fl=e=>e instanceof nt?e.toJSON():e;function $t(e,t){t=t||{};const n={};function s(u,a,f){return w.isPlainObject(u)&&w.isPlainObject(a)?w.merge.call({caseless:f},u,a):w.isPlainObject(a)?w.merge({},a):w.isArray(a)?a.slice():a}function r(u,a,f){if(w.isUndefined(a)){if(!w.isUndefined(u))return s(void 0,u,f)}else return s(u,a,f)}function o(u,a){if(!w.isUndefined(a))return s(void 0,a)}function i(u,a){if(w.isUndefined(a)){if(!w.isUndefined(u))return s(void 0,u)}else return s(void 0,a)}function l(u,a,f){if(f in t)return s(u,a);if(f in e)return s(void 0,u)}const c={url:o,method:o,data:o,baseURL:i,transformRequest:i,transformResponse:i,paramsSerializer:i,timeout:i,timeoutMessage:i,withCredentials:i,withXSRFToken:i,adapter:i,responseType:i,xsrfCookieName:i,xsrfHeaderName:i,onUploadProgress:i,onDownloadProgress:i,decompress:i,maxContentLength:i,maxBodyLength:i,beforeRedirect:i,transport:i,httpAgent:i,httpsAgent:i,cancelToken:i,socketPath:i,responseEncoding:i,validateStatus:l,headers:(u,a)=>r(Fl(u),Fl(a),!0)};return w.forEach(Object.keys(Object.assign({},e,t)),function(a){const f=c[a]||r,p=f(e[a],t[a],a);w.isUndefined(p)&&f!==l||(n[a]=p)}),n}const Bl="1.6.2",Br={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{Br[e]=function(s){return typeof s===e||"a"+(t<1?"n ":" ")+e}});const Dl={};Br.transitional=function(t,n,s){function r(o,i){return"[Axios v"+Bl+"] Transitional option '"+o+"'"+i+(s?". "+s:"")}return(o,i,l)=>{if(t===!1)throw new X(r(i," has been removed"+(n?" in "+n:"")),X.ERR_DEPRECATED);return n&&!Dl[i]&&(Dl[i]=!0,console.warn(r(i," has been deprecated since v"+n+" and will be removed in the near future"))),t?t(o,i,l):!0}};function Fd(e,t,n){if(typeof e!="object")throw new X("options must be an object",X.ERR_BAD_OPTION_VALUE);const s=Object.keys(e);let r=s.length;for(;r-- >0;){const o=s[r],i=t[o];if(i){const l=e[o],c=l===void 0||i(l,o,e);if(c!==!0)throw new X("option "+o+" must be "+c,X.ERR_BAD_OPTION_VALUE);continue}if(n!==!0)throw new X("Unknown option "+o,X.ERR_BAD_OPTION)}}const Dr={assertOptions:Fd,validators:Br},bt=Dr.validators;class As{constructor(t){this.defaults=t,this.interceptors={request:new Sl,response:new Sl}}request(t,n){typeof t=="string"?(n=n||{},n.url=t):n=t||{},n=$t(this.defaults,n);const{transitional:s,paramsSerializer:r,headers:o}=n;s!==void 0&&Dr.assertOptions(s,{silentJSONParsing:bt.transitional(bt.boolean),forcedJSONParsing:bt.transitional(bt.boolean),clarifyTimeoutError:bt.transitional(bt.boolean)},!1),r!=null&&(w.isFunction(r)?n.paramsSerializer={serialize:r}:Dr.assertOptions(r,{encode:bt.function,serialize:bt.function},!0)),n.method=(n.method||this.defaults.method||"get").toLowerCase();let i=o&&w.merge(o.common,o[n.method]);o&&w.forEach(["delete","get","head","post","put","patch","common"],b=>{delete o[b]}),n.headers=nt.concat(i,o);const l=[];let c=!0;this.interceptors.request.forEach(function(y){typeof y.runWhen=="function"&&y.runWhen(n)===!1||(c=c&&y.synchronous,l.unshift(y.fulfilled,y.rejected))});const u=[];this.interceptors.response.forEach(function(y){u.push(y.fulfilled,y.rejected)});let a,f=0,p;if(!c){const b=[jl.bind(this),void 0];for(b.unshift.apply(b,l),b.push.apply(b,u),p=b.length,a=Promise.resolve(n);f<p;)a=a.then(b[f++],b[f++]);return a}p=l.length;let g=n;for(f=0;f<p;){const b=l[f++],y=l[f++];try{g=b(g)}catch(C){y.call(this,C);break}}try{a=jl.call(this,g)}catch(b){return Promise.reject(b)}for(f=0,p=u.length;f<p;)a=a.then(u[f++],u[f++]);return a}getUri(t){t=$t(this.defaults,t);const n=Nl(t.baseURL,t.url);return Rl(n,t.params,t.paramsSerializer)}}w.forEach(["delete","get","head","options"],function(t){As.prototype[t]=function(n,s){return this.request($t(s||{},{method:t,url:n,data:(s||{}).data}))}}),w.forEach(["post","put","patch"],function(t){function n(s){return function(o,i,l){return this.request($t(l||{},{method:t,headers:s?{"Content-Type":"multipart/form-data"}:{},url:o,data:i}))}}As.prototype[t]=n(),As.prototype[t+"Form"]=n(!0)});const xs=As;class Hr{constructor(t){if(typeof t!="function")throw new TypeError("executor must be a function.");let n;this.promise=new Promise(function(o){n=o});const s=this;this.promise.then(r=>{if(!s._listeners)return;let o=s._listeners.length;for(;o-- >0;)s._listeners[o](r);s._listeners=null}),this.promise.then=r=>{let o;const i=new Promise(l=>{s.subscribe(l),o=l}).then(r);return i.cancel=function(){s.unsubscribe(o)},i},t(function(o,i,l){s.reason||(s.reason=new Sn(o,i,l),n(s.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(t){if(this.reason){t(this.reason);return}this._listeners?this._listeners.push(t):this._listeners=[t]}unsubscribe(t){if(!this._listeners)return;const n=this._listeners.indexOf(t);n!==-1&&this._listeners.splice(n,1)}static source(){let t;return{token:new Hr(function(r){t=r}),cancel:t}}}const Bd=Hr;function Dd(e){return function(n){return e.apply(null,n)}}function Hd(e){return w.isObject(e)&&e.isAxiosError===!0}const Ur={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(Ur).forEach(([e,t])=>{Ur[t]=e});const Ud=Ur;function Hl(e){const t=new xs(e),n=al(xs.prototype.request,t);return w.extend(n,xs.prototype,t,{allOwnKeys:!0}),w.extend(n,t,null,{allOwnKeys:!0}),n.create=function(r){return Hl($t(e,r))},n}const pe=Hl(Lr);pe.Axios=xs,pe.CanceledError=Sn,pe.CancelToken=Bd,pe.isCancel=kl,pe.VERSION=Bl,pe.toFormData=vs,pe.AxiosError=X,pe.Cancel=pe.CanceledError,pe.all=function(t){return Promise.all(t)},pe.spread=Dd,pe.isAxiosError=Hd,pe.mergeConfig=$t,pe.AxiosHeaders=nt,pe.formToJSON=e=>Cl(w.isHTMLForm(e)?new FormData(e):e),pe.getAdapter=Ml.getAdapter,pe.HttpStatusCode=Ud,pe.default=pe;const qd=pe,Ul=Su("license",{state:()=>({license:null,domain:null,pro:!1,product:null,loading:!1,errors:null,domainError:null}),actions:{getLicense(e){this.loading=!0,this.license=null,this.domain=null,this.pro=!1,this.product=null,this.errors=null,this.domainError=null,qd.get(ajax_object.ajax_url,{params:{action:"get_licenses",license_key:e}}).then(t=>{t.data.success===1&&t.data.success?(this.license=t.data.license,t.data.domain?window.location.hostname==t.data.domain.domain.replace("www.","")?this.domain=t.data.domain.domain:(this.domain=t.data.domain.domain,this.domainError="Error! License is mapped to a different domain."):(this.domain="Not Set",this.domainError="Max Access will not work without adding a domain."),t.data.pro!=null&&(this.pro=!0),t.data.product&&(this.product=t.data.product.name),this.loading=!1):(this.loading=!1,t.data.msg?this.errors=t.data.msg:this.errors="Please create an account and add your license key here. See the Setup Instructions for more information.")})}}}),zd="data:image/png;base64,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",Pn=(e,t)=>{const n=e.__vccOpts||e;for(const[s,r]of t)n[s]=r;return n},Kd={name:"FooterEl"},Vd=[(e=>(Ks("data-v-acb15bb5"),e=e(),Vs(),e))(()=>F("nav",{class:"footer-nav"},[F("div",{class:"footer-logo-box"},[F("div",{class:"social-icons"},[F("a",{href:"https://www.facebook.com/digitalaccessibilityonline/",target:"_blank"},[F("span",{class:"facebook-icon"},[F("svg",{xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",viewBox:"0 0 310 310","xml:space":"preserve"},[F("g",{id:"XMLID_834_"},[F("path",{id:"XMLID_835_",d:"M81.703,165.106h33.981V305c0,2.762,2.238,5,5,5h57.616c2.762,0,5-2.238,5-5V165.765h39.064   c2.54,0,4.677-1.906,4.967-4.429l5.933-51.502c0.163-1.417-0.286-2.836-1.234-3.899c-0.949-1.064-2.307-1.673-3.732-1.673h-44.996   V71.978c0-9.732,5.24-14.667,15.576-14.667c1.473,0,29.42,0,29.42,0c2.762,0,5-2.239,5-5V5.037c0-2.762-2.238-5-5-5h-40.545   C187.467,0.023,186.832,0,185.896,0c-7.035,0-31.488,1.381-50.804,19.151c-21.402,19.692-18.427,43.27-17.716,47.358v37.752H81.703   c-2.762,0-5,2.238-5,5v50.844C76.703,162.867,78.941,165.106,81.703,165.106z"})])])])]),F("a",{href:"https://www.linkedin.com/company/onlineada",target:"_blank"},[F("span",{class:"linkedin-icon"},[F("svg",{xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",viewBox:"-271 283.9 256 235.1","xml:space":"preserve"},[F("g",null,[F("rect",{x:"-264.4",y:"359.3",width:"49.9",height:"159.7"}),F("path",{d:"M-240.5,283.9c-18.4,0-30.5,11.9-30.5,27.7c0,15.5,11.7,27.7,29.8,27.7h0.4c18.8,0,30.5-12.3,30.4-27.7   C-210.8,295.8-222.1,283.9-240.5,283.9z"}),F("path",{d:"M-78.2,357.8c-28.6,0-46.5,15.6-49.8,26.6v-25.1h-56.1c0.7,13.3,0,159.7,0,159.7h56.1v-86.3c0-4.9-0.2-9.7,1.2-13.1   c3.8-9.6,12.1-19.6,27-19.6c19.5,0,28.3,14.8,28.3,36.4V519h56.6v-88.8C-14.9,380.8-42.7,357.8-78.2,357.8z"})])])])])]),F("div",{class:"footer-logo"},[F("img",{src:zd})])])],-1))];function Wd(e,t,n,s,r,o){return we(),Pe("footer",null,Vd)}const Jd=Pn(Kd,[["render",Wd],["__scopeId","data-v-acb15bb5"]]),Qd={name:"PopupModal",props:["header","message","hide_modal"],setup(e){function t(s){var r=s.querySelectorAll('a[href], area[href], input:not([disabled]), select:not([disabled]), textarea:not([disabled]), button:not([disabled]), iframe, object, embed, [tabindex="0"], [contenteditable]'),o=r[0],i=r[r.length-1];s.addEventListener("keydown",function(l){var c=l.key==="Tab"||l.keyCode===9;c&&(l.shiftKey?document.activeElement===o&&(i.focus(),l.preventDefault()):document.activeElement===i&&(o.focus(),l.preventDefault()))})}const n=on(null);return Ys(()=>{t(n.value)}),{modal:n}}},Gd={id:"oada-modal-box",ref:"modal"},Xd={class:"oada-modal-container"},Yd={class:"oada-modal-content"},Zd=[F("svg",{xmlns:"http://www.w3.org/2000/svg",focusable:"false","data-prefix":"fas","data-icon":"times",role:"img",viewBox:"0 0 352 512",class:"ada-ignore-all svg-inline--fa fa-times fa-w-11"},[F("path",{fill:"white",d:"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z",class:"ada-ignore-all"})],-1)],$d=F("div",{style:{"text-align":"center","margin-bottom":"15px"}},[F("a",{href:"https://maxaccess.io/free",target:"_blank"}," Get a license! ")],-1);function eh(e,t,n,s,r,o){return jo((we(),Pe("div",Gd,[F("div",Xd,[F("div",Yd,[F("button",{onClick:t[0]||(t[0]=i=>e.$emit("close"))},Zd),F("h2",null,wt(n.header),1),F("p",null,wt(n.message),1),$d])])],512)),[[Xa,!n.hide_modal&&n.hide_modal!=null]])}const th={name:"App",components:{PopupModal:Pn(Qd,[["render",eh]]),FooterEl:Jd},setup(){const e=Ul(),t=kf();function n(){s.value=!0}e.getLicense("init");const s=on(null);return xt(()=>t.path,async r=>{e.license?s.value=!0:s.value=!1}),xt(()=>e.license,async r=>{e.license?s.value=!0:s.value=!1}),{license_store:e,hideModal:s,closeModal:n}}},nh=e=>(Ks("data-v-216512c5"),e=e(),Vs(),e),sh={class:"wrapper"},rh=nh(()=>F("div",{class:"logo-box"},[F("img",{src:"data:image/png;base64,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",alt:"Max Access",class:"ada-ignore-all"})],-1));function oh(e,t,n,s,r,o){const i=Zn("RouterLink"),l=Zn("RouterView"),c=Zn("PopupModal"),u=Zn("FooterEl");return we(),Pe(Fe,null,[F("header",null,[F("div",sh,[rh,F("nav",null,[ue(i,{to:"/"},{default:zt(()=>[et("General")]),_:1}),ue(i,{to:"/element-controls"},{default:zt(()=>[et("UI Classes")]),_:1})])])]),F("main",null,[F("div",{class:"container",style:jt(s.hideModal?"":"overflow-y:hidden;")},[ue(l,null,{default:zt(({Component:a})=>[ue(fs,{name:"fade"},{default:zt(()=>[(we(),ai(zc(a),{key:e.$route.path}))]),_:2},1024)]),_:1}),ue(c,{header:"No License Yet? Create an Account!",message:"Create a Max Access account to get FREE Max Access Toolbar License",hide_modal:s.hideModal,onClose:t[0]||(t[0]=a=>s.hideModal=!0)},null,8,["hide_modal"])],4)]),ue(u)],64)}const ih=Pn(th,[["render",oh],["__scopeId","data-v-216512c5"]]),lh=Cf({history:Vu(),routes:[{path:"/",alias:["/features","/pricing","/setup","/get-certified"],name:"SettingsEl",component:()=>Promise.resolve().then(()=>Ph)},{path:"/element-controls",name:"element-controls",component:()=>Promise.resolve().then(()=>kh)}]}),qr=bu(ih);qr.use(wu()),qr.use(lh),qr.mount("#oada_accessibility_toolbar_admin");const ch={name:"LicenseInput",setup(){const e=Dt({license_key:""}),t=Ul();function n(){e.license_key!=""&&t.getLicense(e.license_key)}return{state:e,license_store:t,checkLicenseKey:n}}},On=e=>(Ks("data-v-4e35421d"),e=e(),Vs(),e),ah={class:"input-box"},uh={class:"input-form"},fh=On(()=>F("label",{for:"license_key",style:{display:"block",width:"100%"}},[F("span",{style:{"font-weight":"bold","margin-bottom":"0","text-align":"left"}},"License Key")],-1)),dh={style:{display:"flex","align-items":"center","margin-bottom":"1rem"}},hh=["placeholder"],ph={key:0},mh={key:1,class:"loader"},gh=[On(()=>F("svg",{fill:"#000000",height:"800px",width:"800px",version:"1.1",id:"Layer_1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",viewBox:"0 0 32 32","xml:space":"preserve"},[F("path",{d:`M18,4.181v2.021c4.559,0.929,8,4.97,8,9.798c0,5.514-4.486,10-10,10S6,21.514,6,16c0-4.829,3.441-8.869,8-9.798V4.181
    14               C8.334,5.137,4,10.066,4,16c0,6.617,5.383,12,12,12s12-5.383,12-12C28,10.066,23.666,5.137,18,4.181z`})],-1))],bh=[On(()=>F("h2",null,"Don't Have a License Yet?",-1)),On(()=>F("a",{href:"https://maxaccess.io/free/",class:"page-link",target:"_blank"},[F("button",{class:"default-button"}," Get Free License ")],-1))],yh={class:"license-details-box"},vh={key:0,style:{color:"var(--oada-orange)",padding:"0","margin-top":"0.2em"}},wh={key:0,class:"license-details"},Eh={key:0,class:"pro-badge"},Ah={key:0,class:"domain-msg"},xh=On(()=>F("a",{href:"https://dashboard.onlineada.com",target:"_blank"},"dashboard",-1)),_h={key:1};function Rh(e,t,n,s,r,o){return we(),Pe("div",null,[F("div",ah,[F("div",{style:jt(s.license_store.license&&!s.license_store.license.license_key?"width:100%":"")},[F("form",uh,[fh,F("div",dh,[jo(F("input",{type:"text",id:"license_key",name:"license_key",required:"",ref:"license_key","onUpdate:modelValue":t[0]||(t[0]=i=>s.state.license_key=i),placeholder:s.license_store.license?s.license_store.license.key:"Enter License Key"},null,8,hh),[[fu,s.state.license_key]]),F("button",{class:"default-button",onClick:t[1]||(t[1]=pu((...i)=>s.checkLicenseKey&&s.checkLicenseKey(...i),["prevent"]))},[s.license_store.loading?(we(),Pe("span",mh,gh)):(we(),Pe("span",ph,"Activate"))])])])],4),F("div",{class:"cta-box",style:jt(s.license_store.license&&!s.license_store.license.license_key?"display:none":"display:flex")},bh,4)]),F("div",yh,[F("h3",null,[et("License Details"),s.license_store.license&&s.license_store.license.status?(we(),Pe("span",{key:0,style:{position:"absolute",right:"0","font-weight":"bold"},class:Bn(s.license_store.license.status!="Active"?"red-text":"green-text")},wt(s.license_store.license.status),3)):Kt("",!0)]),s.license_store.errors?(we(),Pe("p",vh,wt(s.license_store.errors),1)):Kt("",!0),ue(fs,{name:"fade-w-height"},{default:zt(()=>[s.license_store.license?(we(),Pe("div",wh,[F("p",null,[et("Version: "),F("span",null,wt(s.license_store.product),1)]),F("p",null,[et("Domain: "),F("span",null,[F("span",null,wt(s.license_store.domain),1),et(),s.license_store.pro?(we(),Pe("span",Eh,"Pro")):Kt("",!0)])]),s.license_store.domainError?(we(),Pe("p",Ah,[et(wt(s.license_store.domainError)+" Please visit your ",1),xh,et(" to update your domain settings.")])):Kt("",!0)])):Kt("",!0)]),_:1}),!s.license_store.license&&s.license_store.errors===null?(we(),Pe("div",_h," Enter a License ")):Kt("",!0)])])}const Sh=Pn(ch,[["render",Rh],["__scopeId","data-v-4e35421d"]]),Ph=Object.freeze(Object.defineProperty({__proto__:null,default:Object.assign({name:"SettingsEl"},{setup(e){return(t,n)=>(we(),Pe("div",null,[ue(Sh)]))}})},Symbol.toStringTag,{value:"Module"})),Oh={name:"ElementControls"},Ch=[Pa(`<h1 style="text-align:center;" data-v-becdb20e>Classes</h1><hr data-v-becdb20e><div class="class-box" data-v-becdb20e><h3 class="class-name" data-v-becdb20e>.ada-ignore-all</h3><p data-v-becdb20e>Applying this class to an element will prevent the Max Access toolbar from making any modifications to it or its child elements. This is particularly useful for ensuring that key branding elements, like your logo, remain unchanged.</p><pre data-v-becdb20e><code data-v-becdb20e><p data-v-becdb20e>&lt;img src=&quot;logo.png&quot; class=&quot;ada-ignore-all&quot;&gt;</p></code></pre></div><div class="class-box" data-v-becdb20e><h3 class="class-name" data-v-becdb20e>.ada-text-ignore</h3><p data-v-becdb20e>Placing this class on an element will prevent the toolbar from modifying it and it&#39;s child elements font size and font-family.</p><pre data-v-becdb20e><code data-v-becdb20e><p data-v-becdb20e>&lt;p class=&quot;ada-text-ignore some-other-class&quot;&gt;This is a text example!&lt;/p&gt;</p></code></pre></div><div class="class-box" data-v-becdb20e><h3 class="class-name" data-v-becdb20e>.ada-img-hide</h3><p data-v-becdb20e>This class should be placed on any image tag or near parent in order to hide image when toolbar contrast settings have been applied.</p><pre data-v-becdb20e><code data-v-becdb20e><p data-v-becdb20e>&lt;img class=&quot;ada-text-ignore some-other-class&quot; src=&quot;https://adatoolbar.com/wp-content/uploads/2019/03/onlineadalogo.png&quot; &gt;
     9  */const Gt=typeof window<"u";function Ru(e){return e.__esModule||e[Symbol.toStringTag]==="Module"}const ce=Object.assign;function br(e,t){const n={};for(const s in t){const r=t[s];n[s]=He(r)?r.map(e):e(r)}return n}const vn=()=>{},He=Array.isArray,Pu=/\/$/,Su=e=>e.replace(Pu,"");function yr(e,t,n="/"){let s,r={},o="",i="";const l=t.indexOf("#");let c=t.indexOf("?");return l<c&&l>=0&&(c=-1),c>-1&&(s=t.slice(0,c),o=t.slice(c+1,l>-1?l:t.length),r=e(o)),l>-1&&(s=s||t.slice(0,l),i=t.slice(l,t.length)),s=ku(s??t,n),{fullPath:s+(o&&"?")+o+i,path:s,query:r,hash:i}}function Ou(e,t){const n=t.query?e(t.query):"";return t.path+(n&&"?")+n+(t.hash||"")}function Cu(e,t,n){const s=t.matched.length-1,r=n.matched.length-1;return s>-1&&s===r&&Xt(t.matched[s],n.matched[r])&&Fi(t.params,n.params)&&e(t.query)===e(n.query)&&t.hash===n.hash}function Xt(e,t){return(e.aliasOf||e)===(t.aliasOf||t)}function Fi(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const n in e)if(!Tu(e[n],t[n]))return!1;return!0}function Tu(e,t){return He(e)?Di(e,t):He(t)?Di(t,e):e===t}function Di(e,t){return He(t)?e.length===t.length&&e.every((n,s)=>n===t[s]):e.length===1&&e[0]===t}function ku(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 o=n.length-1,i,l;for(i=0;i<s.length;i++)if(l=s[i],l!==".")if(l==="..")o>1&&o--;else break;return n.slice(0,o).join("/")+"/"+s.slice(i-(i===s.length?1:0)).join("/")}var En;(function(e){e.pop="pop",e.push="push"})(En||(En={}));var ds;(function(e){e.back="back",e.forward="forward",e.unknown=""})(ds||(ds={}));const vr="";function Nu(e){if(!e)if(Gt){const t=document.querySelector("base");e=t&&t.getAttribute("href")||"/",e=e.replace(/^\w+:\/\/[^\/]+/,"")}else e="/";return e[0]!=="/"&&e[0]!=="#"&&(e="/"+e),Su(e)}const Iu=/^[^#]+#/;function Mu(e,t){return e.replace(Iu,"#")+t}function Lu(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 ju=()=>({left:window.pageXOffset,top:window.pageYOffset});function Fu(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=Lu(r,e)}else t=e;"scrollBehavior"in document.documentElement.style?window.scrollTo(t):window.scrollTo(t.left!=null?t.left:window.pageXOffset,t.top!=null?t.top:window.pageYOffset)}function Bi(e,t){return(history.state?history.state.position-t:-1)+e}const Er=new Map;function Du(e,t){Er.set(e,t)}function Bu(e){const t=Er.get(e);return Er.delete(e),t}function Hu(e=""){let t=[],n=[vr],s=0;e=Nu(e);function r(l){s++,s!==n.length&&n.splice(s),n.push(l)}function o(l,c,{direction:u,delta:a}){const f={direction:u,delta:a,type:En.pop};for(const p of t)p(l,c,f)}const i={location:vr,state:{},base:e,createHref:Mu.bind(null,e),replace(l){n.splice(s--,1),r(l)},push(l,c){r(l)},listen(l){return t.push(l),()=>{const c=t.indexOf(l);c>-1&&t.splice(c,1)}},destroy(){t=[],n=[vr],s=0},go(l,c=!0){const u=this.location,a=l<0?ds.back:ds.forward;s=Math.max(0,Math.min(s+l,n.length-1)),c&&o(this.location,u,{direction:a,delta:l})}};return Object.defineProperty(i,"location",{enumerable:!0,get:()=>n[s]}),i}function Uu(e){return typeof e=="string"||e&&typeof e=="object"}function Hi(e){return typeof e=="string"||typeof e=="symbol"}const mt={path:"/",name:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},redirectedFrom:void 0},Ui=Symbol("");var qi;(function(e){e[e.aborted=4]="aborted",e[e.cancelled=8]="cancelled",e[e.duplicated=16]="duplicated"})(qi||(qi={}));function Yt(e,t){return ce(new Error,{type:e,[Ui]:!0},t)}function tt(e,t){return e instanceof Error&&Ui in e&&(t==null||!!(e.type&t))}const zi="[^/]+?",qu={sensitive:!1,strict:!1,start:!0,end:!0},zu=/[.+*?^${}()[\]/\\]/g;function Ku(e,t){const n=ce({},qu,t),s=[];let r=n.start?"^":"";const o=[];for(const u of e){const a=u.length?[]:[90];n.strict&&!u.length&&(r+="/");for(let f=0;f<u.length;f++){const p=u[f];let y=40+(n.sensitive?.25:0);if(p.type===0)f||(r+="/"),r+=p.value.replace(zu,"\\$&"),y+=40;else if(p.type===1){const{value:b,repeatable:v,optional:k,regexp:O}=p;o.push({name:b,repeatable:v,optional:k});const T=O||zi;if(T!==zi){y+=10;try{new RegExp(`(${T})`)}catch(L){throw new Error(`Invalid custom RegExp for param "${b}" (${T}): `+L.message)}}let z=v?`((?:${T})(?:/(?:${T}))*)`:`(${T})`;f||(z=k&&u.length<2?`(?:/${z})`:"/"+z),k&&(z+="?"),r+=z,y+=20,k&&(y+=-8),v&&(y+=-20),T===".*"&&(y+=-50)}a.push(y)}s.push(a)}if(n.strict&&n.end){const u=s.length-1;s[u][s[u].length-1]+=.7000000000000001}n.strict||(r+="/?"),n.end?r+="$":n.strict&&(r+="(?:/|$)");const i=new RegExp(r,n.sensitive?"":"i");function l(u){const a=u.match(i),f={};if(!a)return null;for(let p=1;p<a.length;p++){const y=a[p]||"",b=o[p-1];f[b.name]=y&&b.repeatable?y.split("/"):y}return f}function c(u){let a="",f=!1;for(const p of e){(!f||!a.endsWith("/"))&&(a+="/"),f=!1;for(const y of p)if(y.type===0)a+=y.value;else if(y.type===1){const{value:b,repeatable:v,optional:k}=y,O=b in u?u[b]:"";if(He(O)&&!v)throw new Error(`Provided param "${b}" is an array but it is not repeatable (* or + modifiers)`);const T=He(O)?O.join("/"):O;if(!T)if(k)p.length<2&&(a.endsWith("/")?a=a.slice(0,-1):f=!0);else throw new Error(`Missing required param "${b}"`);a+=T}}return a||"/"}return{re:i,score:s,keys:o,parse:l,stringify:c}}function Vu(e,t){let n=0;for(;n<e.length&&n<t.length;){const s=t[n]-e[n];if(s)return s;n++}return e.length<t.length?e.length===1&&e[0]===80?-1:1:e.length>t.length?t.length===1&&t[0]===80?1:-1:0}function Ju(e,t){let n=0;const s=e.score,r=t.score;for(;n<s.length&&n<r.length;){const o=Vu(s[n],r[n]);if(o)return o;n++}if(Math.abs(r.length-s.length)===1){if(Ki(s))return 1;if(Ki(r))return-1}return r.length-s.length}function Ki(e){const t=e[e.length-1];return e.length>0&&t[t.length-1]<0}const Wu={type:0,value:""},Qu=/[a-zA-Z0-9_]/;function Gu(e){if(!e)return[[]];if(e==="/")return[[Wu]];if(!e.startsWith("/"))throw new Error(`Invalid path "${e}"`);function t(y){throw new Error(`ERR (${n})/"${u}": ${y}`)}let n=0,s=n;const r=[];let o;function i(){o&&r.push(o),o=[]}let l=0,c,u="",a="";function f(){u&&(n===0?o.push({type:0,value:u}):n===1||n===2||n===3?(o.length>1&&(c==="*"||c==="+")&&t(`A repeatable param (${u}) must be alone in its segment. eg: '/:ids+.`),o.push({type:1,value:u,regexp:a,repeatable:c==="*"||c==="+",optional:c==="*"||c==="?"})):t("Invalid state to consume buffer"),u="")}function p(){u+=c}for(;l<e.length;){if(c=e[l++],c==="\\"&&n!==2){s=n,n=4;continue}switch(n){case 0:c==="/"?(u&&f(),i()):c===":"?(f(),n=1):p();break;case 4:p(),n=s;break;case 1:c==="("?n=2:Qu.test(c)?p():(f(),n=0,c!=="*"&&c!=="?"&&c!=="+"&&l--);break;case 2:c===")"?a[a.length-1]=="\\"?a=a.slice(0,-1)+c:n=3:a+=c;break;case 3:f(),n=0,c!=="*"&&c!=="?"&&c!=="+"&&l--,a="";break;default:t("Unknown state");break}}return n===2&&t(`Unfinished custom RegExp for param "${u}"`),f(),i(),r}function Xu(e,t,n){const s=Ku(Gu(e.path),n),r=ce(s,{record:e,parent:t,children:[],alias:[]});return t&&!r.record.aliasOf==!t.record.aliasOf&&t.children.push(r),r}function Yu(e,t){const n=[],s=new Map;t=Wi({strict:!1,end:!0,sensitive:!1},t);function r(a){return s.get(a)}function o(a,f,p){const y=!p,b=Zu(a);b.aliasOf=p&&p.record;const v=Wi(t,a),k=[b];if("alias"in a){const z=typeof a.alias=="string"?[a.alias]:a.alias;for(const L of z)k.push(ce({},b,{components:p?p.record.components:b.components,path:L,aliasOf:p?p.record:b}))}let O,T;for(const z of k){const{path:L}=z;if(f&&L[0]!=="/"){const J=f.record.path,fe=J[J.length-1]==="/"?"":"/";z.path=f.record.path+(L&&fe+L)}if(O=Xu(z,f,v),p?p.alias.push(O):(T=T||O,T!==O&&T.alias.push(O),y&&a.name&&!Ji(O)&&i(a.name)),b.children){const J=b.children;for(let fe=0;fe<J.length;fe++)o(J[fe],O,p&&p.children[fe])}p=p||O,(O.record.components&&Object.keys(O.record.components).length||O.record.name||O.record.redirect)&&c(O)}return T?()=>{i(T)}:vn}function i(a){if(Hi(a)){const f=s.get(a);f&&(s.delete(a),n.splice(n.indexOf(f),1),f.children.forEach(i),f.alias.forEach(i))}else{const f=n.indexOf(a);f>-1&&(n.splice(f,1),a.record.name&&s.delete(a.record.name),a.children.forEach(i),a.alias.forEach(i))}}function l(){return n}function c(a){let f=0;for(;f<n.length&&Ju(a,n[f])>=0&&(a.record.path!==n[f].record.path||!Qi(a,n[f]));)f++;n.splice(f,0,a),a.record.name&&!Ji(a)&&s.set(a.record.name,a)}function u(a,f){let p,y={},b,v;if("name"in a&&a.name){if(p=s.get(a.name),!p)throw Yt(1,{location:a});v=p.record.name,y=ce(Vi(f.params,p.keys.filter(T=>!T.optional).map(T=>T.name)),a.params&&Vi(a.params,p.keys.map(T=>T.name))),b=p.stringify(y)}else if("path"in a)b=a.path,p=n.find(T=>T.re.test(b)),p&&(y=p.parse(b),v=p.record.name);else{if(p=f.name?s.get(f.name):n.find(T=>T.re.test(f.path)),!p)throw Yt(1,{location:a,currentLocation:f});v=p.record.name,y=ce({},f.params,a.params),b=p.stringify(y)}const k=[];let O=p;for(;O;)k.unshift(O.record),O=O.parent;return{name:v,path:b,params:y,matched:k,meta:ef(k)}}return e.forEach(a=>o(a)),{addRoute:o,resolve:u,removeRoute:i,getRoutes:l,getRecordMatcher:r}}function Vi(e,t){const n={};for(const s of t)s in e&&(n[s]=e[s]);return n}function Zu(e){return{path:e.path,redirect:e.redirect,name:e.name,meta:e.meta||{},aliasOf:void 0,beforeEnter:e.beforeEnter,props:$u(e),children:e.children||[],instances:{},leaveGuards:new Set,updateGuards:new Set,enterCallbacks:{},components:"components"in e?e.components||null:e.component&&{default:e.component}}}function $u(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 Ji(e){for(;e;){if(e.record.aliasOf)return!0;e=e.parent}return!1}function ef(e){return e.reduce((t,n)=>ce(t,n.meta),{})}function Wi(e,t){const n={};for(const s in e)n[s]=s in t?t[s]:e[s];return n}function Qi(e,t){return t.children.some(n=>n===e||Qi(e,n))}const Gi=/#/g,tf=/&/g,nf=/\//g,sf=/=/g,rf=/\?/g,Xi=/\+/g,of=/%5B/g,lf=/%5D/g,Yi=/%5E/g,cf=/%60/g,Zi=/%7B/g,af=/%7C/g,$i=/%7D/g,uf=/%20/g;function wr(e){return encodeURI(""+e).replace(af,"|").replace(of,"[").replace(lf,"]")}function ff(e){return wr(e).replace(Zi,"{").replace($i,"}").replace(Yi,"^")}function Ar(e){return wr(e).replace(Xi,"%2B").replace(uf,"+").replace(Gi,"%23").replace(tf,"%26").replace(cf,"`").replace(Zi,"{").replace($i,"}").replace(Yi,"^")}function df(e){return Ar(e).replace(sf,"%3D")}function hf(e){return wr(e).replace(Gi,"%23").replace(rf,"%3F")}function pf(e){return e==null?"":hf(e).replace(nf,"%2F")}function hs(e){try{return decodeURIComponent(""+e)}catch{}return""+e}function mf(e){const t={};if(e===""||e==="?")return t;const s=(e[0]==="?"?e.slice(1):e).split("&");for(let r=0;r<s.length;++r){const o=s[r].replace(Xi," "),i=o.indexOf("="),l=hs(i<0?o:o.slice(0,i)),c=i<0?null:hs(o.slice(i+1));if(l in t){let u=t[l];He(u)||(u=t[l]=[u]),u.push(c)}else t[l]=c}return t}function el(e){let t="";for(let n in e){const s=e[n];if(n=df(n),s==null){s!==void 0&&(t+=(t.length?"&":"")+n);continue}(He(s)?s.map(o=>o&&Ar(o)):[s&&Ar(s)]).forEach(o=>{o!==void 0&&(t+=(t.length?"&":"")+n,o!=null&&(t+="="+o))})}return t}function gf(e){const t={};for(const n in e){const s=e[n];s!==void 0&&(t[n]=He(s)?s.map(r=>r==null?null:""+r):s==null?s:""+s)}return t}const bf=Symbol(""),tl=Symbol(""),xr=Symbol(""),_r=Symbol(""),Rr=Symbol("");function wn(){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 gt(e,t,n,s,r){const o=s&&(s.enterCallbacks[r]=s.enterCallbacks[r]||[]);return()=>new Promise((i,l)=>{const c=f=>{f===!1?l(Yt(4,{from:n,to:t})):f instanceof Error?l(f):Uu(f)?l(Yt(2,{from:t,to:f})):(o&&s.enterCallbacks[r]===o&&typeof f=="function"&&o.push(f),i())},u=e.call(s&&s.instances[r],t,n,c);let a=Promise.resolve(u);e.length<3&&(a=a.then(c)),a.catch(f=>l(f))})}function Pr(e,t,n,s){const r=[];for(const o of e)for(const i in o.components){let l=o.components[i];if(!(t!=="beforeRouteEnter"&&!o.instances[i]))if(yf(l)){const u=(l.__vccOpts||l)[t];u&&r.push(gt(u,n,s,o,i))}else{let c=l();r.push(()=>c.then(u=>{if(!u)return Promise.reject(new Error(`Couldn't resolve component "${i}" at "${o.path}"`));const a=Ru(u)?u.default:u;o.components[i]=a;const p=(a.__vccOpts||a)[t];return p&&gt(p,n,s,o,i)()}))}}return r}function yf(e){return typeof e=="object"||"displayName"in e||"props"in e||"__vccOpts"in e}function nl(e){const t=je(xr),n=je(_r),s=Ie(()=>t.resolve(Ut(e.to))),r=Ie(()=>{const{matched:c}=s.value,{length:u}=c,a=c[u-1],f=n.matched;if(!a||!f.length)return-1;const p=f.findIndex(Xt.bind(null,a));if(p>-1)return p;const y=sl(c[u-2]);return u>1&&sl(a)===y&&f[f.length-1].path!==y?f.findIndex(Xt.bind(null,c[u-2])):p}),o=Ie(()=>r.value>-1&&wf(n.params,s.value.params)),i=Ie(()=>r.value>-1&&r.value===n.matched.length-1&&Fi(n.params,s.value.params));function l(c={}){return Ef(c)?t[Ut(e.replace)?"replace":"push"](Ut(e.to)).catch(vn):Promise.resolve()}return{route:s,href:Ie(()=>s.value.href),isActive:o,isExactActive:i,navigate:l}}const vf=Uo({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:nl,setup(e,{slots:t}){const n=Bt(nl(e)),{options:s}=je(xr),r=Ie(()=>({[rl(e.activeClass,s.linkActiveClass,"router-link-active")]:n.isActive,[rl(e.exactActiveClass,s.linkExactActiveClass,"router-link-exact-active")]:n.isExactActive}));return()=>{const o=t.default&&t.default(n);return e.custom?o:cr("a",{"aria-current":n.isExactActive?e.ariaCurrentValue:null,href:n.href,onClick:n.navigate,class:r.value},o)}}});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 wf(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(!He(r)||r.length!==s.length||s.some((o,i)=>o!==r[i]))return!1}return!0}function sl(e){return e?e.aliasOf?e.aliasOf.path:e.path:""}const rl=(e,t,n)=>e??t??n,Af=Uo({name:"RouterView",inheritAttrs:!1,props:{name:{type:String,default:"default"},route:Object},compatConfig:{MODE:3},setup(e,{attrs:t,slots:n}){const s=je(Rr),r=Ie(()=>e.route||s.value),o=je(tl,0),i=Ie(()=>{let u=Ut(o);const{matched:a}=r.value;let f;for(;(f=a[u])&&!f.components;)u++;return u}),l=Ie(()=>r.value.matched[i.value]);rs(tl,Ie(()=>i.value+1)),rs(bf,l),rs(Rr,r);const c=on();return xt(()=>[c.value,l.value,e.name],([u,a,f],[p,y,b])=>{a&&(a.instances[f]=u,y&&y!==a&&u&&u===p&&(a.leaveGuards.size||(a.leaveGuards=y.leaveGuards),a.updateGuards.size||(a.updateGuards=y.updateGuards))),u&&a&&(!y||!Xt(a,y)||!p)&&(a.enterCallbacks[f]||[]).forEach(v=>v(u))},{flush:"post"}),()=>{const u=r.value,a=e.name,f=l.value,p=f&&f.components[a];if(!p)return ol(n.default,{Component:p,route:u});const y=f.props[a],b=y?y===!0?u.params:typeof y=="function"?y(u):y:null,k=cr(p,ce({},b,t,{onVnodeUnmounted:O=>{O.component.isUnmounted&&(f.instances[a]=null)},ref:c}));return ol(n.default,{Component:k,route:u})||k}}});function ol(e,t){if(!e)return null;const n=e(t);return n.length===1?n[0]:n}const xf=Af;function _f(e){const t=Yu(e.routes,e),n=e.parseQuery||mf,s=e.stringifyQuery||el,r=e.history,o=wn(),i=wn(),l=wn(),c=xc(mt);let u=mt;Gt&&e.scrollBehavior&&"scrollRestoration"in history&&(history.scrollRestoration="manual");const a=br.bind(null,w=>""+w),f=br.bind(null,pf),p=br.bind(null,hs);function y(w,N){let S,D;return Hi(w)?(S=t.getRecordMatcher(w),D=N):D=w,t.addRoute(D,S)}function b(w){const N=t.getRecordMatcher(w);N&&t.removeRoute(N)}function v(){return t.getRoutes().map(w=>w.record)}function k(w){return!!t.getRecordMatcher(w)}function O(w,N){if(N=ce({},N||c.value),typeof w=="string"){const m=yr(n,w,N.path),g=t.resolve({path:m.path},N),A=r.createHref(m.fullPath);return ce(m,g,{params:p(g.params),hash:hs(m.hash),redirectedFrom:void 0,href:A})}let S;if("path"in w)S=ce({},w,{path:yr(n,w.path,N.path).path});else{const m=ce({},w.params);for(const g in m)m[g]==null&&delete m[g];S=ce({},w,{params:f(m)}),N.params=f(N.params)}const D=t.resolve(S,N),te=w.hash||"";D.params=a(p(D.params));const d=Ou(s,ce({},w,{hash:ff(te),path:D.path})),h=r.createHref(d);return ce({fullPath:d,hash:te,query:s===el?gf(w.query):w.query||{}},D,{redirectedFrom:void 0,href:h})}function T(w){return typeof w=="string"?yr(n,w,c.value.path):ce({},w)}function z(w,N){if(u!==w)return Yt(8,{from:N,to:w})}function L(w){return ae(w)}function J(w){return L(ce(T(w),{replace:!0}))}function fe(w){const N=w.matched[w.matched.length-1];if(N&&N.redirect){const{redirect:S}=N;let D=typeof S=="function"?S(w):S;return typeof D=="string"&&(D=D.includes("?")||D.includes("#")?D=T(D):{path:D},D.params={}),ce({query:w.query,hash:w.hash,params:"path"in D?{}:w.params},D)}}function ae(w,N){const S=u=O(w),D=c.value,te=w.state,d=w.force,h=w.replace===!0,m=fe(S);if(m)return ae(ce(T(m),{state:typeof m=="object"?ce({},te,m.state):te,force:d,replace:h}),N||S);const g=S;g.redirectedFrom=N;let A;return!d&&Cu(s,D,S)&&(A=Yt(16,{to:g,from:D}),Ge(D,D,!0,!1)),(A?Promise.resolve(A):W(g,D)).catch(x=>tt(x)?tt(x,2)?x:yt(x):ee(x,g,D)).then(x=>{if(x){if(tt(x,2))return ae(ce({replace:h},T(x.to),{state:typeof x.to=="object"?ce({},te,x.to.state):te,force:d}),N||g)}else x=M(g,D,!0,h,te);return se(g,D,x),x})}function I(w,N){const S=z(w,N);return S?Promise.reject(S):Promise.resolve()}function U(w){const N=tn.values().next().value;return N&&typeof N.runWithContext=="function"?N.runWithContext(w):w()}function W(w,N){let S;const[D,te,d]=Rf(w,N);S=Pr(D.reverse(),"beforeRouteLeave",w,N);for(const m of D)m.leaveGuards.forEach(g=>{S.push(gt(g,w,N))});const h=I.bind(null,w,N);return S.push(h),we(S).then(()=>{S=[];for(const m of o.list())S.push(gt(m,w,N));return S.push(h),we(S)}).then(()=>{S=Pr(te,"beforeRouteUpdate",w,N);for(const m of te)m.updateGuards.forEach(g=>{S.push(gt(g,w,N))});return S.push(h),we(S)}).then(()=>{S=[];for(const m of d)if(m.beforeEnter)if(He(m.beforeEnter))for(const g of m.beforeEnter)S.push(gt(g,w,N));else S.push(gt(m.beforeEnter,w,N));return S.push(h),we(S)}).then(()=>(w.matched.forEach(m=>m.enterCallbacks={}),S=Pr(d,"beforeRouteEnter",w,N),S.push(h),we(S))).then(()=>{S=[];for(const m of i.list())S.push(gt(m,w,N));return S.push(h),we(S)}).catch(m=>tt(m,8)?m:Promise.reject(m))}function se(w,N,S){l.list().forEach(D=>U(()=>D(w,N,S)))}function M(w,N,S,D,te){const d=z(w,N);if(d)return d;const h=N===mt,m=Gt?history.state:{};S&&(D||h?r.replace(w.fullPath,ce({scroll:h&&m&&m.scroll},te)):r.push(w.fullPath,te)),c.value=w,Ge(w,N,S,h),yt()}let $;function ye(){$||($=r.listen((w,N,S)=>{if(!xs.listening)return;const D=O(w),te=fe(D);if(te){ae(ce(te,{replace:!0}),D).catch(vn);return}u=D;const d=c.value;Gt&&Du(Bi(d.fullPath,S.delta),ju()),W(D,d).catch(h=>tt(h,12)?h:tt(h,2)?(ae(h.to,D).then(m=>{tt(m,20)&&!S.delta&&S.type===En.pop&&r.go(-1,!1)}).catch(vn),Promise.reject()):(S.delta&&r.go(-S.delta,!1),ee(h,D,d))).then(h=>{h=h||M(D,d,!1),h&&(S.delta&&!tt(h,8)?r.go(-S.delta,!1):S.type===En.pop&&tt(h,20)&&r.go(-1,!1)),se(D,d,h)}).catch(vn)}))}let xe=wn(),Y=wn(),re;function ee(w,N,S){yt(w);const D=Y.list();return D.length?D.forEach(te=>te(w,N,S)):console.error(w),Promise.reject(w)}function st(){return re&&c.value!==mt?Promise.resolve():new Promise((w,N)=>{xe.add([w,N])})}function yt(w){return re||(re=!w,ye(),xe.list().forEach(([N,S])=>w?S(w):N()),xe.reset()),w}function Ge(w,N,S,D){const{scrollBehavior:te}=e;if(!Gt||!te)return Promise.resolve();const d=!S&&Bu(Bi(w.fullPath,0))||(D||!S)&&history.state&&history.state.scroll||null;return Us().then(()=>te(w,N,d)).then(h=>h&&Fu(h)).catch(h=>ee(h,w,N))}const Oe=w=>r.go(w);let en;const tn=new Set,xs={currentRoute:c,listening:!0,addRoute:y,removeRoute:b,hasRoute:k,getRoutes:v,resolve:O,options:e,push:L,replace:J,go:Oe,back:()=>Oe(-1),forward:()=>Oe(1),beforeEach:o.add,beforeResolve:i.add,afterEach:l.add,onError:Y.add,isReady:st,install(w){const N=this;w.component("RouterLink",vf),w.component("RouterView",xf),w.config.globalProperties.$router=N,Object.defineProperty(w.config.globalProperties,"$route",{enumerable:!0,get:()=>Ut(c)}),Gt&&!en&&c.value===mt&&(en=!0,L(r.location).catch(te=>{}));const S={};for(const te in mt)Object.defineProperty(S,te,{get:()=>c.value[te],enumerable:!0});w.provide(xr,N),w.provide(_r,bo(S)),w.provide(Rr,c);const D=w.unmount;tn.add(w),w.unmount=function(){tn.delete(w),tn.size<1&&(u=mt,$&&$(),$=null,c.value=mt,en=!1,re=!1),D()}}};function we(w){return w.reduce((N,S)=>N.then(()=>U(S)),Promise.resolve())}return xs}function Rf(e,t){const n=[],s=[],r=[],o=Math.max(t.matched.length,e.matched.length);for(let i=0;i<o;i++){const l=t.matched[i];l&&(e.matched.find(u=>Xt(u,l))?s.push(l):n.push(l));const c=e.matched[i];c&&(t.matched.find(u=>Xt(u,c))||r.push(c))}return[n,s,r]}function Pf(){return je(_r)}function il(e,t){return function(){return e.apply(t,arguments)}}const{toString:Sf}=Object.prototype,{getPrototypeOf:Sr}=Object,ps=(e=>t=>{const n=Sf.call(t);return e[n]||(e[n]=n.slice(8,-1).toLowerCase())})(Object.create(null)),We=e=>(e=e.toLowerCase(),t=>ps(t)===e),ms=e=>t=>typeof t===e,{isArray:Zt}=Array,An=ms("undefined");function Of(e){return e!==null&&!An(e)&&e.constructor!==null&&!An(e.constructor)&&Me(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const ll=We("ArrayBuffer");function Cf(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&ll(e.buffer),t}const Tf=ms("string"),Me=ms("function"),cl=ms("number"),gs=e=>e!==null&&typeof e=="object",kf=e=>e===!0||e===!1,bs=e=>{if(ps(e)!=="object")return!1;const t=Sr(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},Nf=We("Date"),If=We("File"),Mf=We("Blob"),Lf=We("FileList"),jf=e=>gs(e)&&Me(e.pipe),Ff=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||Me(e.append)&&((t=ps(e))==="formdata"||t==="object"&&Me(e.toString)&&e.toString()==="[object FormData]"))},Df=We("URLSearchParams"),Bf=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function xn(e,t,{allOwnKeys:n=!1}={}){if(e===null||typeof e>"u")return;let s,r;if(typeof e!="object"&&(e=[e]),Zt(e))for(s=0,r=e.length;s<r;s++)t.call(null,e[s],s,e);else{const o=n?Object.getOwnPropertyNames(e):Object.keys(e),i=o.length;let l;for(s=0;s<i;s++)l=o[s],t.call(null,e[l],l,e)}}function al(e,t){t=t.toLowerCase();const n=Object.keys(e);let s=n.length,r;for(;s-- >0;)if(r=n[s],t===r.toLowerCase())return r;return null}const ul=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global,fl=e=>!An(e)&&e!==ul;function Or(){const{caseless:e}=fl(this)&&this||{},t={},n=(s,r)=>{const o=e&&al(t,r)||r;bs(t[o])&&bs(s)?t[o]=Or(t[o],s):bs(s)?t[o]=Or({},s):Zt(s)?t[o]=s.slice():t[o]=s};for(let s=0,r=arguments.length;s<r;s++)arguments[s]&&xn(arguments[s],n);return t}const Hf=(e,t,n,{allOwnKeys:s}={})=>(xn(t,(r,o)=>{n&&Me(r)?e[o]=il(r,n):e[o]=r},{allOwnKeys:s}),e),Uf=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),qf=(e,t,n,s)=>{e.prototype=Object.create(t.prototype,s),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),n&&Object.assign(e.prototype,n)},zf=(e,t,n,s)=>{let r,o,i;const l={};if(t=t||{},e==null)return t;do{for(r=Object.getOwnPropertyNames(e),o=r.length;o-- >0;)i=r[o],(!s||s(i,e,t))&&!l[i]&&(t[i]=e[i],l[i]=!0);e=n!==!1&&Sr(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},Kf=(e,t,n)=>{e=String(e),(n===void 0||n>e.length)&&(n=e.length),n-=t.length;const s=e.indexOf(t,n);return s!==-1&&s===n},Vf=e=>{if(!e)return null;if(Zt(e))return e;let t=e.length;if(!cl(t))return null;const n=new Array(t);for(;t-- >0;)n[t]=e[t];return n},Jf=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&Sr(Uint8Array)),Wf=(e,t)=>{const s=(e&&e[Symbol.iterator]).call(e);let r;for(;(r=s.next())&&!r.done;){const o=r.value;t.call(e,o[0],o[1])}},Qf=(e,t)=>{let n;const s=[];for(;(n=e.exec(t))!==null;)s.push(n);return s},Gf=We("HTMLFormElement"),Xf=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(n,s,r){return s.toUpperCase()+r}),dl=(({hasOwnProperty:e})=>(t,n)=>e.call(t,n))(Object.prototype),Yf=We("RegExp"),hl=(e,t)=>{const n=Object.getOwnPropertyDescriptors(e),s={};xn(n,(r,o)=>{let i;(i=t(r,o,e))!==!1&&(s[o]=i||r)}),Object.defineProperties(e,s)},Zf=e=>{hl(e,(t,n)=>{if(Me(e)&&["arguments","caller","callee"].indexOf(n)!==-1)return!1;const s=e[n];if(Me(s)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")})}})},$f=(e,t)=>{const n={},s=r=>{r.forEach(o=>{n[o]=!0})};return Zt(e)?s(e):s(String(e).split(t)),n},ed=()=>{},td=(e,t)=>(e=+e,Number.isFinite(e)?e:t),Cr="abcdefghijklmnopqrstuvwxyz",pl="0123456789",ml={DIGIT:pl,ALPHA:Cr,ALPHA_DIGIT:Cr+Cr.toUpperCase()+pl},nd=(e=16,t=ml.ALPHA_DIGIT)=>{let n="";const{length:s}=t;for(;e--;)n+=t[Math.random()*s|0];return n};function sd(e){return!!(e&&Me(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}const rd=e=>{const t=new Array(10),n=(s,r)=>{if(gs(s)){if(t.indexOf(s)>=0)return;if(!("toJSON"in s)){t[r]=s;const o=Zt(s)?[]:{};return xn(s,(i,l)=>{const c=n(i,r+1);!An(c)&&(o[l]=c)}),t[r]=void 0,o}}return s};return n(e,0)},od=We("AsyncFunction"),E={isArray:Zt,isArrayBuffer:ll,isBuffer:Of,isFormData:Ff,isArrayBufferView:Cf,isString:Tf,isNumber:cl,isBoolean:kf,isObject:gs,isPlainObject:bs,isUndefined:An,isDate:Nf,isFile:If,isBlob:Mf,isRegExp:Yf,isFunction:Me,isStream:jf,isURLSearchParams:Df,isTypedArray:Jf,isFileList:Lf,forEach:xn,merge:Or,extend:Hf,trim:Bf,stripBOM:Uf,inherits:qf,toFlatObject:zf,kindOf:ps,kindOfTest:We,endsWith:Kf,toArray:Vf,forEachEntry:Wf,matchAll:Qf,isHTMLForm:Gf,hasOwnProperty:dl,hasOwnProp:dl,reduceDescriptors:hl,freezeMethods:Zf,toObjectSet:$f,toCamelCase:Xf,noop:ed,toFiniteNumber:td,findKey:al,global:ul,isContextDefined:fl,ALPHABET:ml,generateString:nd,isSpecCompliantForm:sd,toJSONObject:rd,isAsyncFn:od,isThenable:e=>e&&(gs(e)||Me(e))&&Me(e.then)&&Me(e.catch)};function X(e,t,n,s,r){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=e,this.name="AxiosError",t&&(this.code=t),n&&(this.config=n),s&&(this.request=s),r&&(this.response=r)}E.inherits(X,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:E.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const gl=X.prototype,bl={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(e=>{bl[e]={value:e}}),Object.defineProperties(X,bl),Object.defineProperty(gl,"isAxiosError",{value:!0}),X.from=(e,t,n,s,r,o)=>{const i=Object.create(gl);return E.toFlatObject(e,i,function(c){return c!==Error.prototype},l=>l!=="isAxiosError"),X.call(i,e.message,t,n,s,r),i.cause=e,i.name=e.name,o&&Object.assign(i,o),i};const id=null;function Tr(e){return E.isPlainObject(e)||E.isArray(e)}function yl(e){return E.endsWith(e,"[]")?e.slice(0,-2):e}function vl(e,t,n){return e?e.concat(t).map(function(r,o){return r=yl(r),!n&&o?"["+r+"]":r}).join(n?".":""):t}function ld(e){return E.isArray(e)&&!e.some(Tr)}const cd=E.toFlatObject(E,{},null,function(t){return/^is[A-Z]/.test(t)});function ys(e,t,n){if(!E.isObject(e))throw new TypeError("target must be an object");t=t||new FormData,n=E.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,function(v,k){return!E.isUndefined(k[v])});const s=n.metaTokens,r=n.visitor||a,o=n.dots,i=n.indexes,c=(n.Blob||typeof Blob<"u"&&Blob)&&E.isSpecCompliantForm(t);if(!E.isFunction(r))throw new TypeError("visitor must be a function");function u(b){if(b===null)return"";if(E.isDate(b))return b.toISOString();if(!c&&E.isBlob(b))throw new X("Blob is not supported. Use a Buffer instead.");return E.isArrayBuffer(b)||E.isTypedArray(b)?c&&typeof Blob=="function"?new Blob([b]):Buffer.from(b):b}function a(b,v,k){let O=b;if(b&&!k&&typeof b=="object"){if(E.endsWith(v,"{}"))v=s?v:v.slice(0,-2),b=JSON.stringify(b);else if(E.isArray(b)&&ld(b)||(E.isFileList(b)||E.endsWith(v,"[]"))&&(O=E.toArray(b)))return v=yl(v),O.forEach(function(z,L){!(E.isUndefined(z)||z===null)&&t.append(i===!0?vl([v],L,o):i===null?v:v+"[]",u(z))}),!1}return Tr(b)?!0:(t.append(vl(k,v,o),u(b)),!1)}const f=[],p=Object.assign(cd,{defaultVisitor:a,convertValue:u,isVisitable:Tr});function y(b,v){if(!E.isUndefined(b)){if(f.indexOf(b)!==-1)throw Error("Circular reference detected in "+v.join("."));f.push(b),E.forEach(b,function(O,T){(!(E.isUndefined(O)||O===null)&&r.call(t,O,E.isString(T)?T.trim():T,v,p))===!0&&y(O,v?v.concat(T):[T])}),f.pop()}}if(!E.isObject(e))throw new TypeError("data must be an object");return y(e),t}function El(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(s){return t[s]})}function kr(e,t){this._pairs=[],e&&ys(e,this,t)}const wl=kr.prototype;wl.append=function(t,n){this._pairs.push([t,n])},wl.toString=function(t){const n=t?function(s){return t.call(this,s,El)}:El;return this._pairs.map(function(r){return n(r[0])+"="+n(r[1])},"").join("&")};function ad(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function Al(e,t,n){if(!t)return e;const s=n&&n.encode||ad,r=n&&n.serialize;let o;if(r?o=r(t,n):o=E.isURLSearchParams(t)?t.toString():new kr(t,n).toString(s),o){const i=e.indexOf("#");i!==-1&&(e=e.slice(0,i)),e+=(e.indexOf("?")===-1?"?":"&")+o}return e}class ud{constructor(){this.handlers=[]}use(t,n,s){return this.handlers.push({fulfilled:t,rejected:n,synchronous:s?s.synchronous:!1,runWhen:s?s.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){E.forEach(this.handlers,function(s){s!==null&&t(s)})}}const xl=ud,_l={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},fd={isBrowser:!0,classes:{URLSearchParams:typeof URLSearchParams<"u"?URLSearchParams:kr,FormData:typeof FormData<"u"?FormData:null,Blob:typeof Blob<"u"?Blob:null},protocols:["http","https","file","blob","url","data"]},Rl=typeof window<"u"&&typeof document<"u",dd=(e=>Rl&&["ReactNative","NativeScript","NS"].indexOf(e)<0)(typeof navigator<"u"&&navigator.product),hd=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",Qe={...Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:Rl,hasStandardBrowserEnv:dd,hasStandardBrowserWebWorkerEnv:hd},Symbol.toStringTag,{value:"Module"})),...fd};function pd(e,t){return ys(e,new Qe.classes.URLSearchParams,Object.assign({visitor:function(n,s,r,o){return Qe.isNode&&E.isBuffer(n)?(this.append(s,n.toString("base64")),!1):o.defaultVisitor.apply(this,arguments)}},t))}function md(e){return E.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function gd(e){const t={},n=Object.keys(e);let s;const r=n.length;let o;for(s=0;s<r;s++)o=n[s],t[o]=e[o];return t}function Pl(e){function t(n,s,r,o){let i=n[o++];const l=Number.isFinite(+i),c=o>=n.length;return i=!i&&E.isArray(r)?r.length:i,c?(E.hasOwnProp(r,i)?r[i]=[r[i],s]:r[i]=s,!l):((!r[i]||!E.isObject(r[i]))&&(r[i]=[]),t(n,s,r[i],o)&&E.isArray(r[i])&&(r[i]=gd(r[i])),!l)}if(E.isFormData(e)&&E.isFunction(e.entries)){const n={};return E.forEachEntry(e,(s,r)=>{t(md(s),r,n,0)}),n}return null}function bd(e,t,n){if(E.isString(e))try{return(t||JSON.parse)(e),E.trim(e)}catch(s){if(s.name!=="SyntaxError")throw s}return(n||JSON.stringify)(e)}const Nr={transitional:_l,adapter:["xhr","http"],transformRequest:[function(t,n){const s=n.getContentType()||"",r=s.indexOf("application/json")>-1,o=E.isObject(t);if(o&&E.isHTMLForm(t)&&(t=new FormData(t)),E.isFormData(t))return r&&r?JSON.stringify(Pl(t)):t;if(E.isArrayBuffer(t)||E.isBuffer(t)||E.isStream(t)||E.isFile(t)||E.isBlob(t))return t;if(E.isArrayBufferView(t))return t.buffer;if(E.isURLSearchParams(t))return n.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let l;if(o){if(s.indexOf("application/x-www-form-urlencoded")>-1)return pd(t,this.formSerializer).toString();if((l=E.isFileList(t))||s.indexOf("multipart/form-data")>-1){const c=this.env&&this.env.FormData;return ys(l?{"files[]":t}:t,c&&new c,this.formSerializer)}}return o||r?(n.setContentType("application/json",!1),bd(t)):t}],transformResponse:[function(t){const n=this.transitional||Nr.transitional,s=n&&n.forcedJSONParsing,r=this.responseType==="json";if(t&&E.isString(t)&&(s&&!this.responseType||r)){const i=!(n&&n.silentJSONParsing)&&r;try{return JSON.parse(t)}catch(l){if(i)throw l.name==="SyntaxError"?X.from(l,X.ERR_BAD_RESPONSE,this,null,this.response):l}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:Qe.classes.FormData,Blob:Qe.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};E.forEach(["delete","get","head","post","put","patch"],e=>{Nr.headers[e]={}});const Ir=Nr,yd=E.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),vd=e=>{const t={};let n,s,r;return e&&e.split(`
     10`).forEach(function(i){r=i.indexOf(":"),n=i.substring(0,r).trim().toLowerCase(),s=i.substring(r+1).trim(),!(!n||t[n]&&yd[n])&&(n==="set-cookie"?t[n]?t[n].push(s):t[n]=[s]:t[n]=t[n]?t[n]+", "+s:s)}),t},Sl=Symbol("internals");function _n(e){return e&&String(e).trim().toLowerCase()}function vs(e){return e===!1||e==null?e:E.isArray(e)?e.map(vs):String(e)}function Ed(e){const t=Object.create(null),n=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let s;for(;s=n.exec(e);)t[s[1]]=s[2];return t}const wd=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function Mr(e,t,n,s,r){if(E.isFunction(s))return s.call(this,t,n);if(r&&(t=n),!!E.isString(t)){if(E.isString(s))return t.indexOf(s)!==-1;if(E.isRegExp(s))return s.test(t)}}function Ad(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,n,s)=>n.toUpperCase()+s)}function xd(e,t){const n=E.toCamelCase(" "+t);["get","set","has"].forEach(s=>{Object.defineProperty(e,s+n,{value:function(r,o,i){return this[s].call(this,t,r,o,i)},configurable:!0})})}class Es{constructor(t){t&&this.set(t)}set(t,n,s){const r=this;function o(l,c,u){const a=_n(c);if(!a)throw new Error("header name must be a non-empty string");const f=E.findKey(r,a);(!f||r[f]===void 0||u===!0||u===void 0&&r[f]!==!1)&&(r[f||c]=vs(l))}const i=(l,c)=>E.forEach(l,(u,a)=>o(u,a,c));return E.isPlainObject(t)||t instanceof this.constructor?i(t,n):E.isString(t)&&(t=t.trim())&&!wd(t)?i(vd(t),n):t!=null&&o(n,t,s),this}get(t,n){if(t=_n(t),t){const s=E.findKey(this,t);if(s){const r=this[s];if(!n)return r;if(n===!0)return Ed(r);if(E.isFunction(n))return n.call(this,r,s);if(E.isRegExp(n))return n.exec(r);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,n){if(t=_n(t),t){const s=E.findKey(this,t);return!!(s&&this[s]!==void 0&&(!n||Mr(this,this[s],s,n)))}return!1}delete(t,n){const s=this;let r=!1;function o(i){if(i=_n(i),i){const l=E.findKey(s,i);l&&(!n||Mr(s,s[l],l,n))&&(delete s[l],r=!0)}}return E.isArray(t)?t.forEach(o):o(t),r}clear(t){const n=Object.keys(this);let s=n.length,r=!1;for(;s--;){const o=n[s];(!t||Mr(this,this[o],o,t,!0))&&(delete this[o],r=!0)}return r}normalize(t){const n=this,s={};return E.forEach(this,(r,o)=>{const i=E.findKey(s,o);if(i){n[i]=vs(r),delete n[o];return}const l=t?Ad(o):String(o).trim();l!==o&&delete n[o],n[l]=vs(r),s[l]=!0}),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){const n=Object.create(null);return E.forEach(this,(s,r)=>{s!=null&&s!==!1&&(n[r]=t&&E.isArray(s)?s.join(", "):s)}),n}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([t,n])=>t+": "+n).join(`
     11`)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...n){const s=new this(t);return n.forEach(r=>s.set(r)),s}static accessor(t){const s=(this[Sl]=this[Sl]={accessors:{}}).accessors,r=this.prototype;function o(i){const l=_n(i);s[l]||(xd(r,i),s[l]=!0)}return E.isArray(t)?t.forEach(o):o(t),this}}Es.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),E.reduceDescriptors(Es.prototype,({value:e},t)=>{let n=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(s){this[n]=s}}}),E.freezeMethods(Es);const nt=Es;function Lr(e,t){const n=this||Ir,s=t||n,r=nt.from(s.headers);let o=s.data;return E.forEach(e,function(l){o=l.call(n,o,r.normalize(),t?t.status:void 0)}),r.normalize(),o}function Ol(e){return!!(e&&e.__CANCEL__)}function Rn(e,t,n){X.call(this,e??"canceled",X.ERR_CANCELED,t,n),this.name="CanceledError"}E.inherits(Rn,X,{__CANCEL__:!0});function _d(e,t,n){const s=n.config.validateStatus;!n.status||!s||s(n.status)?e(n):t(new X("Request failed with status code "+n.status,[X.ERR_BAD_REQUEST,X.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n))}const Rd=Qe.hasStandardBrowserEnv?{write(e,t,n,s,r,o){const i=[e+"="+encodeURIComponent(t)];E.isNumber(n)&&i.push("expires="+new Date(n).toGMTString()),E.isString(s)&&i.push("path="+s),E.isString(r)&&i.push("domain="+r),o===!0&&i.push("secure"),document.cookie=i.join("; ")},read(e){const t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove(e){this.write(e,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function Pd(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function Sd(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}function Cl(e,t){return e&&!Pd(t)?Sd(e,t):t}const Od=Qe.hasStandardBrowserEnv?function(){const t=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");let s;function r(o){let i=o;return t&&(n.setAttribute("href",i),i=n.href),n.setAttribute("href",i),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:n.pathname.charAt(0)==="/"?n.pathname:"/"+n.pathname}}return s=r(window.location.href),function(i){const l=E.isString(i)?r(i):i;return l.protocol===s.protocol&&l.host===s.host}}():function(){return function(){return!0}}();function Cd(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}function Td(e,t){e=e||10;const n=new Array(e),s=new Array(e);let r=0,o=0,i;return t=t!==void 0?t:1e3,function(c){const u=Date.now(),a=s[o];i||(i=u),n[r]=c,s[r]=u;let f=o,p=0;for(;f!==r;)p+=n[f++],f=f%e;if(r=(r+1)%e,r===o&&(o=(o+1)%e),u-i<t)return;const y=a&&u-a;return y?Math.round(p*1e3/y):void 0}}function Tl(e,t){let n=0;const s=Td(50,250);return r=>{const o=r.loaded,i=r.lengthComputable?r.total:void 0,l=o-n,c=s(l),u=o<=i;n=o;const a={loaded:o,total:i,progress:i?o/i:void 0,bytes:l,rate:c||void 0,estimated:c&&i&&u?(i-o)/c:void 0,event:r};a[t?"download":"upload"]=!0,e(a)}}const jr={http:id,xhr:typeof XMLHttpRequest<"u"&&function(e){return new Promise(function(n,s){let r=e.data;const o=nt.from(e.headers).normalize();let{responseType:i,withXSRFToken:l}=e,c;function u(){e.cancelToken&&e.cancelToken.unsubscribe(c),e.signal&&e.signal.removeEventListener("abort",c)}let a;if(E.isFormData(r)){if(Qe.hasStandardBrowserEnv||Qe.hasStandardBrowserWebWorkerEnv)o.setContentType(!1);else if((a=o.getContentType())!==!1){const[v,...k]=a?a.split(";").map(O=>O.trim()).filter(Boolean):[];o.setContentType([v||"multipart/form-data",...k].join("; "))}}let f=new XMLHttpRequest;if(e.auth){const v=e.auth.username||"",k=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";o.set("Authorization","Basic "+btoa(v+":"+k))}const p=Cl(e.baseURL,e.url);f.open(e.method.toUpperCase(),Al(p,e.params,e.paramsSerializer),!0),f.timeout=e.timeout;function y(){if(!f)return;const v=nt.from("getAllResponseHeaders"in f&&f.getAllResponseHeaders()),O={data:!i||i==="text"||i==="json"?f.responseText:f.response,status:f.status,statusText:f.statusText,headers:v,config:e,request:f};_d(function(z){n(z),u()},function(z){s(z),u()},O),f=null}if("onloadend"in f?f.onloadend=y:f.onreadystatechange=function(){!f||f.readyState!==4||f.status===0&&!(f.responseURL&&f.responseURL.indexOf("file:")===0)||setTimeout(y)},f.onabort=function(){f&&(s(new X("Request aborted",X.ECONNABORTED,e,f)),f=null)},f.onerror=function(){s(new X("Network Error",X.ERR_NETWORK,e,f)),f=null},f.ontimeout=function(){let k=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded";const O=e.transitional||_l;e.timeoutErrorMessage&&(k=e.timeoutErrorMessage),s(new X(k,O.clarifyTimeoutError?X.ETIMEDOUT:X.ECONNABORTED,e,f)),f=null},Qe.hasStandardBrowserEnv&&(l&&E.isFunction(l)&&(l=l(e)),l||l!==!1&&Od(p))){const v=e.xsrfHeaderName&&e.xsrfCookieName&&Rd.read(e.xsrfCookieName);v&&o.set(e.xsrfHeaderName,v)}r===void 0&&o.setContentType(null),"setRequestHeader"in f&&E.forEach(o.toJSON(),function(k,O){f.setRequestHeader(O,k)}),E.isUndefined(e.withCredentials)||(f.withCredentials=!!e.withCredentials),i&&i!=="json"&&(f.responseType=e.responseType),typeof e.onDownloadProgress=="function"&&f.addEventListener("progress",Tl(e.onDownloadProgress,!0)),typeof e.onUploadProgress=="function"&&f.upload&&f.upload.addEventListener("progress",Tl(e.onUploadProgress)),(e.cancelToken||e.signal)&&(c=v=>{f&&(s(!v||v.type?new Rn(null,e,f):v),f.abort(),f=null)},e.cancelToken&&e.cancelToken.subscribe(c),e.signal&&(e.signal.aborted?c():e.signal.addEventListener("abort",c)));const b=Cd(p);if(b&&Qe.protocols.indexOf(b)===-1){s(new X("Unsupported protocol "+b+":",X.ERR_BAD_REQUEST,e));return}f.send(r||null)})}};E.forEach(jr,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});const kl=e=>`- ${e}`,kd=e=>E.isFunction(e)||e===null||e===!1,Nl={getAdapter:e=>{e=E.isArray(e)?e:[e];const{length:t}=e;let n,s;const r={};for(let o=0;o<t;o++){n=e[o];let i;if(s=n,!kd(n)&&(s=jr[(i=String(n)).toLowerCase()],s===void 0))throw new X(`Unknown adapter '${i}'`);if(s)break;r[i||"#"+o]=s}if(!s){const o=Object.entries(r).map(([l,c])=>`adapter ${l} `+(c===!1?"is not supported by the environment":"is not available in the build"));let i=t?o.length>1?`since :
     12`+o.map(kl).join(`
     13`):" "+kl(o[0]):"as no adapter specified";throw new X("There is no suitable adapter to dispatch the request "+i,"ERR_NOT_SUPPORT")}return s},adapters:jr};function Fr(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new Rn(null,e)}function Il(e){return Fr(e),e.headers=nt.from(e.headers),e.data=Lr.call(e,e.transformRequest),["post","put","patch"].indexOf(e.method)!==-1&&e.headers.setContentType("application/x-www-form-urlencoded",!1),Nl.getAdapter(e.adapter||Ir.adapter)(e).then(function(s){return Fr(e),s.data=Lr.call(e,e.transformResponse,s),s.headers=nt.from(s.headers),s},function(s){return Ol(s)||(Fr(e),s&&s.response&&(s.response.data=Lr.call(e,e.transformResponse,s.response),s.response.headers=nt.from(s.response.headers))),Promise.reject(s)})}const Ml=e=>e instanceof nt?e.toJSON():e;function $t(e,t){t=t||{};const n={};function s(u,a,f){return E.isPlainObject(u)&&E.isPlainObject(a)?E.merge.call({caseless:f},u,a):E.isPlainObject(a)?E.merge({},a):E.isArray(a)?a.slice():a}function r(u,a,f){if(E.isUndefined(a)){if(!E.isUndefined(u))return s(void 0,u,f)}else return s(u,a,f)}function o(u,a){if(!E.isUndefined(a))return s(void 0,a)}function i(u,a){if(E.isUndefined(a)){if(!E.isUndefined(u))return s(void 0,u)}else return s(void 0,a)}function l(u,a,f){if(f in t)return s(u,a);if(f in e)return s(void 0,u)}const c={url:o,method:o,data:o,baseURL:i,transformRequest:i,transformResponse:i,paramsSerializer:i,timeout:i,timeoutMessage:i,withCredentials:i,withXSRFToken:i,adapter:i,responseType:i,xsrfCookieName:i,xsrfHeaderName:i,onUploadProgress:i,onDownloadProgress:i,decompress:i,maxContentLength:i,maxBodyLength:i,beforeRedirect:i,transport:i,httpAgent:i,httpsAgent:i,cancelToken:i,socketPath:i,responseEncoding:i,validateStatus:l,headers:(u,a)=>r(Ml(u),Ml(a),!0)};return E.forEach(Object.keys(Object.assign({},e,t)),function(a){const f=c[a]||r,p=f(e[a],t[a],a);E.isUndefined(p)&&f!==l||(n[a]=p)}),n}const Ll="1.6.2",Dr={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{Dr[e]=function(s){return typeof s===e||"a"+(t<1?"n ":" ")+e}});const jl={};Dr.transitional=function(t,n,s){function r(o,i){return"[Axios v"+Ll+"] Transitional option '"+o+"'"+i+(s?". "+s:"")}return(o,i,l)=>{if(t===!1)throw new X(r(i," has been removed"+(n?" in "+n:"")),X.ERR_DEPRECATED);return n&&!jl[i]&&(jl[i]=!0,console.warn(r(i," has been deprecated since v"+n+" and will be removed in the near future"))),t?t(o,i,l):!0}};function Nd(e,t,n){if(typeof e!="object")throw new X("options must be an object",X.ERR_BAD_OPTION_VALUE);const s=Object.keys(e);let r=s.length;for(;r-- >0;){const o=s[r],i=t[o];if(i){const l=e[o],c=l===void 0||i(l,o,e);if(c!==!0)throw new X("option "+o+" must be "+c,X.ERR_BAD_OPTION_VALUE);continue}if(n!==!0)throw new X("Unknown option "+o,X.ERR_BAD_OPTION)}}const Br={assertOptions:Nd,validators:Dr},bt=Br.validators;class ws{constructor(t){this.defaults=t,this.interceptors={request:new xl,response:new xl}}request(t,n){typeof t=="string"?(n=n||{},n.url=t):n=t||{},n=$t(this.defaults,n);const{transitional:s,paramsSerializer:r,headers:o}=n;s!==void 0&&Br.assertOptions(s,{silentJSONParsing:bt.transitional(bt.boolean),forcedJSONParsing:bt.transitional(bt.boolean),clarifyTimeoutError:bt.transitional(bt.boolean)},!1),r!=null&&(E.isFunction(r)?n.paramsSerializer={serialize:r}:Br.assertOptions(r,{encode:bt.function,serialize:bt.function},!0)),n.method=(n.method||this.defaults.method||"get").toLowerCase();let i=o&&E.merge(o.common,o[n.method]);o&&E.forEach(["delete","get","head","post","put","patch","common"],b=>{delete o[b]}),n.headers=nt.concat(i,o);const l=[];let c=!0;this.interceptors.request.forEach(function(v){typeof v.runWhen=="function"&&v.runWhen(n)===!1||(c=c&&v.synchronous,l.unshift(v.fulfilled,v.rejected))});const u=[];this.interceptors.response.forEach(function(v){u.push(v.fulfilled,v.rejected)});let a,f=0,p;if(!c){const b=[Il.bind(this),void 0];for(b.unshift.apply(b,l),b.push.apply(b,u),p=b.length,a=Promise.resolve(n);f<p;)a=a.then(b[f++],b[f++]);return a}p=l.length;let y=n;for(f=0;f<p;){const b=l[f++],v=l[f++];try{y=b(y)}catch(k){v.call(this,k);break}}try{a=Il.call(this,y)}catch(b){return Promise.reject(b)}for(f=0,p=u.length;f<p;)a=a.then(u[f++],u[f++]);return a}getUri(t){t=$t(this.defaults,t);const n=Cl(t.baseURL,t.url);return Al(n,t.params,t.paramsSerializer)}}E.forEach(["delete","get","head","options"],function(t){ws.prototype[t]=function(n,s){return this.request($t(s||{},{method:t,url:n,data:(s||{}).data}))}}),E.forEach(["post","put","patch"],function(t){function n(s){return function(o,i,l){return this.request($t(l||{},{method:t,headers:s?{"Content-Type":"multipart/form-data"}:{},url:o,data:i}))}}ws.prototype[t]=n(),ws.prototype[t+"Form"]=n(!0)});const As=ws;class Hr{constructor(t){if(typeof t!="function")throw new TypeError("executor must be a function.");let n;this.promise=new Promise(function(o){n=o});const s=this;this.promise.then(r=>{if(!s._listeners)return;let o=s._listeners.length;for(;o-- >0;)s._listeners[o](r);s._listeners=null}),this.promise.then=r=>{let o;const i=new Promise(l=>{s.subscribe(l),o=l}).then(r);return i.cancel=function(){s.unsubscribe(o)},i},t(function(o,i,l){s.reason||(s.reason=new Rn(o,i,l),n(s.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(t){if(this.reason){t(this.reason);return}this._listeners?this._listeners.push(t):this._listeners=[t]}unsubscribe(t){if(!this._listeners)return;const n=this._listeners.indexOf(t);n!==-1&&this._listeners.splice(n,1)}static source(){let t;return{token:new Hr(function(r){t=r}),cancel:t}}}const Id=Hr;function Md(e){return function(n){return e.apply(null,n)}}function Ld(e){return E.isObject(e)&&e.isAxiosError===!0}const Ur={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(Ur).forEach(([e,t])=>{Ur[t]=e});const jd=Ur;function Fl(e){const t=new As(e),n=il(As.prototype.request,t);return E.extend(n,As.prototype,t,{allOwnKeys:!0}),E.extend(n,t,null,{allOwnKeys:!0}),n.create=function(r){return Fl($t(e,r))},n}const pe=Fl(Ir);pe.Axios=As,pe.CanceledError=Rn,pe.CancelToken=Id,pe.isCancel=Ol,pe.VERSION=Ll,pe.toFormData=ys,pe.AxiosError=X,pe.Cancel=pe.CanceledError,pe.all=function(t){return Promise.all(t)},pe.spread=Md,pe.isAxiosError=Ld,pe.mergeConfig=$t,pe.AxiosHeaders=nt,pe.formToJSON=e=>Pl(E.isHTMLForm(e)?new FormData(e):e),pe.getAdapter=Nl.getAdapter,pe.HttpStatusCode=jd,pe.default=pe;const Fd=pe,Dl=_u("license",{state:()=>({license:null,domain:null,pro:!1,product:null,loading:!1,errors:null,domainError:null}),actions:{getLicense(e){this.loading=!0,this.license=null,this.domain=null,this.pro=!1,this.product=null,this.errors=null,this.domainError=null,Fd.get(ajax_object.ajax_url,{params:{action:"get_licenses",license_key:e}}).then(t=>{t.data.success===1&&t.data.success?(this.license=t.data.license,t.data.domain?window.location.hostname==t.data.domain.domain.replace("www.","")?this.domain=t.data.domain.domain:(this.domain=t.data.domain.domain,this.domainError="Error! License is mapped to a different domain."):(this.domain="Not Set",this.domainError="Max Access will not work without adding a domain."),t.data.pro!=null&&(this.pro=!0),t.data.product&&(this.product=t.data.product.name),this.loading=!1):(this.loading=!1,t.data.msg?this.errors=t.data.msg:this.errors="Please create an account and add your license key here. See the Setup Instructions for more information.")})}}}),Dd="data:image/png;base64,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",Pn=(e,t)=>{const n=e.__vccOpts||e;for(const[s,r]of t)n[s]=r;return n},Bd={name:"FooterEl"},Hd=[(e=>(zs("data-v-acb15bb5"),e=e(),Ks(),e))(()=>F("nav",{class:"footer-nav"},[F("div",{class:"footer-logo-box"},[F("div",{class:"social-icons"},[F("a",{href:"https://www.facebook.com/digitalaccessibilityonline/",target:"_blank"},[F("span",{class:"facebook-icon"},[F("svg",{xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",viewBox:"0 0 310 310","xml:space":"preserve"},[F("g",{id:"XMLID_834_"},[F("path",{id:"XMLID_835_",d:"M81.703,165.106h33.981V305c0,2.762,2.238,5,5,5h57.616c2.762,0,5-2.238,5-5V165.765h39.064   c2.54,0,4.677-1.906,4.967-4.429l5.933-51.502c0.163-1.417-0.286-2.836-1.234-3.899c-0.949-1.064-2.307-1.673-3.732-1.673h-44.996   V71.978c0-9.732,5.24-14.667,15.576-14.667c1.473,0,29.42,0,29.42,0c2.762,0,5-2.239,5-5V5.037c0-2.762-2.238-5-5-5h-40.545   C187.467,0.023,186.832,0,185.896,0c-7.035,0-31.488,1.381-50.804,19.151c-21.402,19.692-18.427,43.27-17.716,47.358v37.752H81.703   c-2.762,0-5,2.238-5,5v50.844C76.703,162.867,78.941,165.106,81.703,165.106z"})])])])]),F("a",{href:"https://www.linkedin.com/company/onlineada",target:"_blank"},[F("span",{class:"linkedin-icon"},[F("svg",{xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",viewBox:"-271 283.9 256 235.1","xml:space":"preserve"},[F("g",null,[F("rect",{x:"-264.4",y:"359.3",width:"49.9",height:"159.7"}),F("path",{d:"M-240.5,283.9c-18.4,0-30.5,11.9-30.5,27.7c0,15.5,11.7,27.7,29.8,27.7h0.4c18.8,0,30.5-12.3,30.4-27.7   C-210.8,295.8-222.1,283.9-240.5,283.9z"}),F("path",{d:"M-78.2,357.8c-28.6,0-46.5,15.6-49.8,26.6v-25.1h-56.1c0.7,13.3,0,159.7,0,159.7h56.1v-86.3c0-4.9-0.2-9.7,1.2-13.1   c3.8-9.6,12.1-19.6,27-19.6c19.5,0,28.3,14.8,28.3,36.4V519h56.6v-88.8C-14.9,380.8-42.7,357.8-78.2,357.8z"})])])])])]),F("div",{class:"footer-logo"},[F("img",{src:Dd})])])],-1))];function Ud(e,t,n,s,r,o){return Ee(),Se("footer",null,Hd)}const qd=Pn(Bd,[["render",Ud],["__scopeId","data-v-acb15bb5"]]),zd={name:"PopupModal",props:["header","message","hide_modal"],setup(e){function t(s){var r=s.querySelectorAll('a[href], area[href], input:not([disabled]), select:not([disabled]), textarea:not([disabled]), button:not([disabled]), iframe, object, embed, [tabindex="0"], [contenteditable]'),o=r[0],i=r[r.length-1];s.addEventListener("keydown",function(l){var c=l.key==="Tab"||l.keyCode===9;c&&(l.shiftKey?document.activeElement===o&&(i.focus(),l.preventDefault()):document.activeElement===i&&(o.focus(),l.preventDefault()))})}const n=on(null);return Xs(()=>{t(n.value)}),{modal:n}}},Kd={id:"oada-modal-box",ref:"modal"},Vd={class:"oada-modal-container"},Jd={class:"oada-modal-content"},Wd=[F("svg",{xmlns:"http://www.w3.org/2000/svg",focusable:"false","data-prefix":"fas","data-icon":"times",role:"img",viewBox:"0 0 352 512",class:"ada-ignore-all svg-inline--fa fa-times fa-w-11"},[F("path",{fill:"white",d:"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z",class:"ada-ignore-all"})],-1)],Qd=F("div",{style:{"text-align":"center","margin-bottom":"15px"}},[F("a",{href:"https://maxaccess.io/free",target:"_blank"}," Get a license! ")],-1);function Gd(e,t,n,s,r,o){return jo((Ee(),Se("div",Kd,[F("div",Vd,[F("div",Jd,[F("button",{onClick:t[0]||(t[0]=i=>e.$emit("close"))},Wd),F("h2",null,Et(n.header),1),F("p",null,Et(n.message),1),Qd])])],512)),[[Qa,!n.hide_modal&&n.hide_modal!=null]])}const Xd={name:"App",components:{PopupModal:Pn(zd,[["render",Gd]]),FooterEl:qd},setup(){const e=Dl(),t=Pf();function n(){s.value=!0}e.getLicense("init");const s=on(null);return xt(()=>t.path,async r=>{e.license?s.value=!0:s.value=!1}),xt(()=>e.license,async r=>{e.license?s.value=!0:s.value=!1}),{license_store:e,hideModal:s,closeModal:n}}},Yd=e=>(zs("data-v-216512c5"),e=e(),Ks(),e),Zd={class:"wrapper"},$d=Yd(()=>F("div",{class:"logo-box"},[F("img",{src:"data:image/png;base64,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",alt:"Max Access",class:"ada-ignore-all"})],-1));function eh(e,t,n,s,r,o){const i=Yn("RouterLink"),l=Yn("RouterView"),c=Yn("PopupModal"),u=Yn("FooterEl");return Ee(),Se(Fe,null,[F("header",null,[F("div",Zd,[$d,F("nav",null,[ue(i,{to:"/"},{default:zt(()=>[et("General")]),_:1}),ue(i,{to:"/element-controls"},{default:zt(()=>[et("UI Classes")]),_:1})])])]),F("main",null,[F("div",{class:"container",style:jt(s.hideModal?"":"overflow-y:hidden;")},[ue(l,null,{default:zt(({Component:a})=>[ue(us,{name:"fade"},{default:zt(()=>[(Ee(),ai(Uc(a),{key:e.$route.path}))]),_:2},1024)]),_:1}),ue(c,{header:"No License Yet? Create an Account!",message:"Create a Max Access account to get FREE Max Access Toolbar License",hide_modal:s.hideModal,onClose:t[0]||(t[0]=a=>s.hideModal=!0)},null,8,["hide_modal"])],4)]),ue(u)],64)}const th=Pn(Xd,[["render",eh],["__scopeId","data-v-216512c5"]]),Bl=_f({history:Hu(),routes:[{path:"/",alias:["/features","/pricing","/setup","/get-certified"],name:"SettingsEl",component:()=>Promise.resolve().then(()=>wh)},{path:"/element-controls",name:"element-controls",component:()=>Promise.resolve().then(()=>Rh)}]});Bl.push("/");const qr=mu(th);qr.use(yu()),qr.use(Bl),qr.mount("#oada_accessibility_toolbar_admin");const nh={name:"LicenseInput",setup(){const e=Bt({license_key:""}),t=Dl();function n(){e.license_key!=""&&t.getLicense(e.license_key)}return{state:e,license_store:t,checkLicenseKey:n}}},Sn=e=>(zs("data-v-4e35421d"),e=e(),Ks(),e),sh={class:"input-box"},rh={class:"input-form"},oh=Sn(()=>F("label",{for:"license_key",style:{display:"block",width:"100%"}},[F("span",{style:{"font-weight":"bold","margin-bottom":"0","text-align":"left"}},"License Key")],-1)),ih={style:{display:"flex","align-items":"center","margin-bottom":"1rem"}},lh=["placeholder"],ch={key:0},ah={key:1,class:"loader"},uh=[Sn(()=>F("svg",{fill:"#000000",height:"800px",width:"800px",version:"1.1",id:"Layer_1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",viewBox:"0 0 32 32","xml:space":"preserve"},[F("path",{d:`M18,4.181v2.021c4.559,0.929,8,4.97,8,9.798c0,5.514-4.486,10-10,10S6,21.514,6,16c0-4.829,3.441-8.869,8-9.798V4.181
     14              C8.334,5.137,4,10.066,4,16c0,6.617,5.383,12,12,12s12-5.383,12-12C28,10.066,23.666,5.137,18,4.181z`})],-1))],fh=[Sn(()=>F("h2",null,"Don't Have a License Yet?",-1)),Sn(()=>F("a",{href:"https://maxaccess.io/free/",class:"page-link",target:"_blank"},[F("button",{class:"default-button"}," Get Free License ")],-1))],dh={class:"license-details-box"},hh={key:0,style:{color:"var(--oada-orange)",padding:"0","margin-top":"0.2em"}},ph={key:0,class:"license-details"},mh={key:0,class:"pro-badge"},gh={key:0,class:"domain-msg"},bh=Sn(()=>F("a",{href:"https://dashboard.onlineada.com",target:"_blank"},"dashboard",-1)),yh={key:1};function vh(e,t,n,s,r,o){return Ee(),Se("div",null,[F("div",sh,[F("div",{style:jt(s.license_store.license&&!s.license_store.license.license_key?"width:100%":"")},[F("form",rh,[oh,F("div",ih,[jo(F("input",{type:"text",id:"license_key",name:"license_key",required:"",ref:"license_key","onUpdate:modelValue":t[0]||(t[0]=i=>s.state.license_key=i),placeholder:s.license_store.license?s.license_store.license.key:"Enter License Key"},null,8,lh),[[au,s.state.license_key]]),F("button",{class:"default-button",onClick:t[1]||(t[1]=du((...i)=>s.checkLicenseKey&&s.checkLicenseKey(...i),["prevent"]))},[s.license_store.loading?(Ee(),Se("span",ah,uh)):(Ee(),Se("span",ch,"Activate"))])])])],4),F("div",{class:"cta-box",style:jt(s.license_store.license&&!s.license_store.license.license_key?"display:none":"display:flex")},fh,4)]),F("div",dh,[F("h3",null,[et("License Details"),s.license_store.license&&s.license_store.license.status?(Ee(),Se("span",{key:0,style:{position:"absolute",right:"0","font-weight":"bold"},class:Fn(s.license_store.license.status!="Active"?"red-text":"green-text")},Et(s.license_store.license.status),3)):Kt("",!0)]),s.license_store.errors?(Ee(),Se("p",hh,Et(s.license_store.errors),1)):Kt("",!0),ue(us,{name:"fade-w-height"},{default:zt(()=>[s.license_store.license?(Ee(),Se("div",ph,[F("p",null,[et("Version: "),F("span",null,Et(s.license_store.product),1)]),F("p",null,[et("Domain: "),F("span",null,[F("span",null,Et(s.license_store.domain),1),et(),s.license_store.pro?(Ee(),Se("span",mh,"Pro")):Kt("",!0)])]),s.license_store.domainError?(Ee(),Se("p",gh,[et(Et(s.license_store.domainError)+" Please visit your ",1),bh,et(" to update your domain settings.")])):Kt("",!0)])):Kt("",!0)]),_:1}),!s.license_store.license&&s.license_store.errors===null?(Ee(),Se("div",yh," Enter a License ")):Kt("",!0)])])}const Eh=Pn(nh,[["render",vh],["__scopeId","data-v-4e35421d"]]),wh=Object.freeze(Object.defineProperty({__proto__:null,default:Object.assign({name:"SettingsEl"},{setup(e){return(t,n)=>(Ee(),Se("div",null,[ue(Eh)]))}})},Symbol.toStringTag,{value:"Module"})),Ah={name:"ElementControls"},xh=[Ra(`<h1 style="text-align:center;" data-v-becdb20e>Classes</h1><hr data-v-becdb20e><div class="class-box" data-v-becdb20e><h3 class="class-name" data-v-becdb20e>.ada-ignore-all</h3><p data-v-becdb20e>Applying this class to an element will prevent the Max Access toolbar from making any modifications to it or its child elements. This is particularly useful for ensuring that key branding elements, like your logo, remain unchanged.</p><pre data-v-becdb20e><code data-v-becdb20e><p data-v-becdb20e>&lt;img src=&quot;logo.png&quot; class=&quot;ada-ignore-all&quot;&gt;</p></code></pre></div><div class="class-box" data-v-becdb20e><h3 class="class-name" data-v-becdb20e>.ada-text-ignore</h3><p data-v-becdb20e>Placing this class on an element will prevent the toolbar from modifying it and it&#39;s child elements font size and font-family.</p><pre data-v-becdb20e><code data-v-becdb20e><p data-v-becdb20e>&lt;p class=&quot;ada-text-ignore some-other-class&quot;&gt;This is a text example!&lt;/p&gt;</p></code></pre></div><div class="class-box" data-v-becdb20e><h3 class="class-name" data-v-becdb20e>.ada-img-hide</h3><p data-v-becdb20e>This class should be placed on any image tag or near parent in order to hide image when toolbar contrast settings have been applied.</p><pre data-v-becdb20e><code data-v-becdb20e><p data-v-becdb20e>&lt;img class=&quot;ada-text-ignore some-other-class&quot; src=&quot;https://adatoolbar.com/wp-content/uploads/2019/03/onlineadalogo.png&quot; &gt;
    1515      Or
    1616      &lt;div class=&quot;ada-text-ignore some-other-class&quot; &gt;
     
    2020      &lt;div class=&quot;ada-bkgd-hide some-other-class&quot; &gt;
    2121          &lt;div style=&quot;background-image: url(&#39;https://adatoolbar.com/wp-content/uploads/2019/03/onlineadalogo.png&#39;);&quot; &gt;Some Content&lt;/div&gt;
    22       &lt;/div&gt;</p></code></pre></div><div class="class-box" data-v-becdb20e><h3 class="class-name" data-v-becdb20e>.ada-img-contrast</h3><p data-v-becdb20e>This class will automatically adjust contrast of image element to match that of the selected toolbar contrast settings.</p><p data-v-becdb20e>This can be placed on an image element or any of it&#39;s parents.</p><pre data-v-becdb20e><code data-v-becdb20e><p data-v-becdb20e>&lt;img class=&quot;ada-img-contrast some-other-class&quot; src=&quot;https://adatoolbar.com/wp-content/uploads/2019/03/onlineadalogo.png&quot; &gt;</p></code></pre></div>`,8)];function Th(e,t,n,s,r,o){return we(),Pe("div",null,Ch)}const kh=Object.freeze(Object.defineProperty({__proto__:null,default:Pn(Oh,[["render",Th],["__scopeId","data-v-becdb20e"]])},Symbol.toStringTag,{value:"Module"}))});
     22      &lt;/div&gt;</p></code></pre></div><div class="class-box" data-v-becdb20e><h3 class="class-name" data-v-becdb20e>.ada-img-contrast</h3><p data-v-becdb20e>This class will automatically adjust contrast of image element to match that of the selected toolbar contrast settings.</p><p data-v-becdb20e>This can be placed on an image element or any of it&#39;s parents.</p><pre data-v-becdb20e><code data-v-becdb20e><p data-v-becdb20e>&lt;img class=&quot;ada-img-contrast some-other-class&quot; src=&quot;https://adatoolbar.com/wp-content/uploads/2019/03/onlineadalogo.png&quot; &gt;</p></code></pre></div>`,8)];function _h(e,t,n,s,r,o){return Ee(),Se("div",null,xh)}const Rh=Object.freeze(Object.defineProperty({__proto__:null,default:Pn(Ah,[["render",_h],["__scopeId","data-v-becdb20e"]])},Symbol.toStringTag,{value:"Module"}))});
  • accessibility-toolbar/trunk/CHANGELOG.md

    r3239688 r3281271  
    11# Changelog
    22All notable changes to this project will be documented in this file.
     3
     4- [ 2.0.9 ] - 4/24/2025
     5- fixed template router bug causing conflicts with other plugins
     6- fixed submenu hrefs
     7- tested up to Wordpress 6.8
    38
    49- [ 2.0.8 ] - 2/4/2025
  • accessibility-toolbar/trunk/README.md

    r3239688 r3281271  
    66Author URI: https://onlineada.com/
    77Author: Ability, Inc
    8 Tested up to: 6.7.1
     8Tested up to: 6.8
    99Requires at least: 4.6
    10 Stable tag: 2.0.8
    11 Version: 2.0.8
     10Stable tag: 2.0.9
     11Version: 2.0.9
    1212Requires PHP: ^5.6
    1313License: GPLv2 or later
  • accessibility-toolbar/trunk/index.php

    r3239688 r3281271  
    33 * Plugin Name:       Web Accessibility with Max Access
    44 * Description:       The Future is Accessible
    5  * Version:           2.0.8
     5 * Version:           2.0.9
    66 * Author:            Ability, Inc.
    77 * Author URI:        https://maxaccess.io/
     
    104104        'Web Accessibility',
    105105        'manage_options',
    106         '/max-access-plugin-menu',
     106        'max-access-plugin-menu',
    107107        'display_ma_plugin_menu',
    108108        'dashicons-admin-generic',
     
    111111
    112112    add_submenu_page(
    113         '/max-access-plugin-menu',
     113        'max-access-plugin-menu',
    114114        'General Settings',
    115115        'General Settings',
    116116        'manage_options',
    117         '/admin.php?page=max-access-plugin-menu',
     117        'max-access-plugin-menu',
    118118        null
    119119    );
    120120
    121121    add_submenu_page(
    122         '/max-access-plugin-menu',
     122        'max-access-plugin-menu',
    123123        'Setup Instructions',
    124124        'Setup Instructions',
    125125        'manage_options',
    126         '/admin.php?page=max-access-plugin-menu/setup',
     126        'max-access-plugin-menu/setup',
    127127        'redirect_to_setup_page',
    128128        2
     
    130130
    131131    add_submenu_page(
    132         '/max-access-plugin-menu',
     132        'max-access-plugin-menu',
    133133        'Pro Features',
    134134        'Pro Features',
    135135        'manage_options',
    136         '/admin.php?page=max-access-plugin-menu/features',
     136        'max-access-plugin-menu/features',
    137137        'redirect_to_pro_features_page',
    138138        3
     
    140140
    141141    add_submenu_page(
    142         '/max-access-plugin-menu',
     142        'max-access-plugin-menu',
    143143        'Pricing',
    144144        'Pricing',
    145145        'manage_options',
    146         '/admin.php?page=max-access-plugin-menu/pricing',
     146        'max-access-plugin-menu/pricing',
    147147        'redirect_to_pricing_page',
    148148        4
     
    151151
    152152    add_submenu_page(
    153         '/max-access-plugin-menu',
     153        'max-access-plugin-menu',
    154154        'Get Certified',
    155155        'Get Certified',
    156156        'manage_options',
    157         '/admin.php?page=max-access-plugin-menu/get-certified',
     157        'max-access-plugin-menu/get-certified',
    158158        'redirect_to_get_certified_page',
    159159        5
    160160    );
    161 
    162     //remove the redundant top level link...
    163     global $submenu;
    164     unset($submenu['max-access-plugin-menu'][0]);
    165161};
    166162
  • accessibility-toolbar/trunk/src/admin.js

    r3239688 r3281271  
    1 (function(Nt){typeof define=="function"&&define.amd?define(Nt):Nt()})(function(){"use strict";function Nt(e,t){const n=Object.create(null),s=e.split(",");for(let r=0;r<s.length;r++)n[s[r]]=!0;return t?r=>!!n[r.toLowerCase()]:r=>!!n[r]}const le={},Lt=[],qe=()=>{},Vl=()=>!1,Tn=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),Rs=e=>e.startsWith("onUpdate:"),ge=Object.assign,Ss=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},Wl=Object.prototype.hasOwnProperty,Z=(e,t)=>Wl.call(e,t),q=Array.isArray,It=e=>Nn(e)==="[object Map]",zr=e=>Nn(e)==="[object Set]",V=e=>typeof e=="function",he=e=>typeof e=="string",kn=e=>typeof e=="symbol",ce=e=>e!==null&&typeof e=="object",Kr=e=>(ce(e)||V(e))&&V(e.then)&&V(e.catch),Vr=Object.prototype.toString,Nn=e=>Vr.call(e),Jl=e=>Nn(e).slice(8,-1),Wr=e=>Nn(e)==="[object Object]",Ps=e=>he(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,Ln=Nt(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),In=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},Ql=/-(\w)/g,ze=In(e=>e.replace(Ql,(t,n)=>n?n.toUpperCase():"")),Gl=/\B([A-Z])/g,Mt=In(e=>e.replace(Gl,"-$1").toLowerCase()),Mn=In(e=>e.charAt(0).toUpperCase()+e.slice(1)),Os=In(e=>e?`on${Mn(e)}`:""),vt=(e,t)=>!Object.is(e,t),jn=(e,t)=>{for(let n=0;n<e.length;n++)e[n](t)},Fn=(e,t,n)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,value:n})},Cs=e=>{const t=parseFloat(e);return isNaN(t)?e:t},Xl=e=>{const t=he(e)?Number(e):NaN;return isNaN(t)?e:t};let Jr;const Ts=()=>Jr||(Jr=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function jt(e){if(q(e)){const t={};for(let n=0;n<e.length;n++){const s=e[n],r=he(s)?ec(s):jt(s);if(r)for(const o in r)t[o]=r[o]}return t}else if(he(e)||ce(e))return e}const Yl=/;(?![^(]*\))/g,Zl=/:([^]+)/,$l=/\/\*[^]*?\*\//g;function ec(e){const t={};return e.replace($l,"").split(Yl).forEach(n=>{if(n){const s=n.split(Zl);s.length>1&&(t[s[0].trim()]=s[1].trim())}}),t}function Bn(e){let t="";if(he(e))t=e;else if(q(e))for(let n=0;n<e.length;n++){const s=Bn(e[n]);s&&(t+=s+" ")}else if(ce(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}const tc=Nt("itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly");function Qr(e){return!!e||e===""}const wt=e=>he(e)?e:e==null?"":q(e)||ce(e)&&(e.toString===Vr||!V(e.toString))?JSON.stringify(e,Gr,2):String(e),Gr=(e,t)=>t&&t.__v_isRef?Gr(e,t.value):It(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[s,r])=>(n[`${s} =>`]=r,n),{})}:zr(t)?{[`Set(${t.size})`]:[...t.values()]}:ce(t)&&!q(t)&&!Wr(t)?String(t):t;let Ce;class Xr{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this.parent=Ce,!t&&Ce&&(this.index=(Ce.scopes||(Ce.scopes=[])).push(this)-1)}get active(){return this._active}run(t){if(this._active){const n=Ce;try{return Ce=this,t()}finally{Ce=n}}}on(){Ce=this}off(){Ce=this.parent}stop(t){if(this._active){let n,s;for(n=0,s=this.effects.length;n<s;n++)this.effects[n].stop();for(n=0,s=this.cleanups.length;n<s;n++)this.cleanups[n]();if(this.scopes)for(n=0,s=this.scopes.length;n<s;n++)this.scopes[n].stop(!0);if(!this.detached&&this.parent&&!t){const r=this.parent.scopes.pop();r&&r!==this&&(this.parent.scopes[this.index]=r,r.index=this.index)}this.parent=void 0,this._active=!1}}}function Yr(e){return new Xr(e)}function nc(e,t=Ce){t&&t.active&&t.effects.push(e)}function Zr(){return Ce}function sc(e){Ce&&Ce.cleanups.push(e)}const ks=e=>{const t=new Set(e);return t.w=0,t.n=0,t},$r=e=>(e.w&rt)>0,eo=e=>(e.n&rt)>0,rc=({deps:e})=>{if(e.length)for(let t=0;t<e.length;t++)e[t].w|=rt},oc=e=>{const{deps:t}=e;if(t.length){let n=0;for(let s=0;s<t.length;s++){const r=t[s];$r(r)&&!eo(r)?r.delete(e):t[n++]=r,r.w&=~rt,r.n&=~rt}t.length=n}},Dn=new WeakMap;let sn=0,rt=1;const Ns=30;let Me;const Et=Symbol(""),Ls=Symbol("");class Is{constructor(t,n=null,s){this.fn=t,this.scheduler=n,this.active=!0,this.deps=[],this.parent=void 0,nc(this,s)}run(){if(!this.active)return this.fn();let t=Me,n=ot;for(;t;){if(t===this)return;t=t.parent}try{return this.parent=Me,Me=this,ot=!0,rt=1<<++sn,sn<=Ns?rc(this):to(this),this.fn()}finally{sn<=Ns&&oc(this),rt=1<<--sn,Me=this.parent,ot=n,this.parent=void 0,this.deferStop&&this.stop()}}stop(){Me===this?this.deferStop=!0:this.active&&(to(this),this.onStop&&this.onStop(),this.active=!1)}}function to(e){const{deps:t}=e;if(t.length){for(let n=0;n<t.length;n++)t[n].delete(e);t.length=0}}let ot=!0;const no=[];function Ft(){no.push(ot),ot=!1}function Bt(){const e=no.pop();ot=e===void 0?!0:e}function _e(e,t,n){if(ot&&Me){let s=Dn.get(e);s||Dn.set(e,s=new Map);let r=s.get(n);r||s.set(n,r=ks()),so(r)}}function so(e,t){let n=!1;sn<=Ns?eo(e)||(e.n|=rt,n=!$r(e)):n=!e.has(Me),n&&(e.add(Me),Me.deps.push(e))}function Ye(e,t,n,s,r,o){const i=Dn.get(e);if(!i)return;let l=[];if(t==="clear")l=[...i.values()];else if(n==="length"&&q(e)){const c=Number(s);i.forEach((u,a)=>{(a==="length"||!kn(a)&&a>=c)&&l.push(u)})}else switch(n!==void 0&&l.push(i.get(n)),t){case"add":q(e)?Ps(n)&&l.push(i.get("length")):(l.push(i.get(Et)),It(e)&&l.push(i.get(Ls)));break;case"delete":q(e)||(l.push(i.get(Et)),It(e)&&l.push(i.get(Ls)));break;case"set":It(e)&&l.push(i.get(Et));break}if(l.length===1)l[0]&&Ms(l[0]);else{const c=[];for(const u of l)u&&c.push(...u);Ms(ks(c))}}function Ms(e,t){const n=q(e)?e:[...e];for(const s of n)s.computed&&ro(s);for(const s of n)s.computed||ro(s)}function ro(e,t){(e!==Me||e.allowRecurse)&&(e.scheduler?e.scheduler():e.run())}function ic(e,t){var n;return(n=Dn.get(e))==null?void 0:n.get(t)}const lc=Nt("__proto__,__v_isRef,__isVue"),oo=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(kn)),io=cc();function cc(){const e={};return["includes","indexOf","lastIndexOf"].forEach(t=>{e[t]=function(...n){const s=G(this);for(let o=0,i=this.length;o<i;o++)_e(s,"get",o+"");const r=s[t](...n);return r===-1||r===!1?s[t](...n.map(G)):r}}),["push","pop","shift","unshift","splice"].forEach(t=>{e[t]=function(...n){Ft();const s=G(this)[t].apply(this,n);return Bt(),s}}),e}function ac(e){const t=G(this);return _e(t,"has",e),t.hasOwnProperty(e)}class lo{constructor(t=!1,n=!1){this._isReadonly=t,this._shallow=n}get(t,n,s){const r=this._isReadonly,o=this._shallow;if(n==="__v_isReactive")return!r;if(n==="__v_isReadonly")return r;if(n==="__v_isShallow")return o;if(n==="__v_raw"&&s===(r?o?Ac:go:o?mo:po).get(t))return t;const i=q(t);if(!r){if(i&&Z(io,n))return Reflect.get(io,n,s);if(n==="hasOwnProperty")return ac}const l=Reflect.get(t,n,s);return(kn(n)?oo.has(n):lc(n))||(r||_e(t,"get",n),o)?l:de(l)?i&&Ps(n)?l:l.value:ce(l)?r?yo(l):Dt(l):l}}class co extends lo{constructor(t=!1){super(!1,t)}set(t,n,s,r){let o=t[n];if(Ht(o)&&de(o)&&!de(s))return!1;if(!this._shallow&&(!Wn(s)&&!Ht(s)&&(o=G(o),s=G(s)),!q(t)&&de(o)&&!de(s)))return o.value=s,!0;const i=q(t)&&Ps(n)?Number(n)<t.length:Z(t,n),l=Reflect.set(t,n,s,r);return t===G(r)&&(i?vt(s,o)&&Ye(t,"set",n,s):Ye(t,"add",n,s)),l}deleteProperty(t,n){const s=Z(t,n);t[n];const r=Reflect.deleteProperty(t,n);return r&&s&&Ye(t,"delete",n,void 0),r}has(t,n){const s=Reflect.has(t,n);return(!kn(n)||!oo.has(n))&&_e(t,"has",n),s}ownKeys(t){return _e(t,"iterate",q(t)?"length":Et),Reflect.ownKeys(t)}}class uc extends lo{constructor(t=!1){super(!0,t)}set(t,n){return!0}deleteProperty(t,n){return!0}}const fc=new co,dc=new uc,hc=new co(!0),js=e=>e,Hn=e=>Reflect.getPrototypeOf(e);function Un(e,t,n=!1,s=!1){e=e.__v_raw;const r=G(e),o=G(t);n||(vt(t,o)&&_e(r,"get",t),_e(r,"get",o));const{has:i}=Hn(r),l=s?js:n?Ds:rn;if(i.call(r,t))return l(e.get(t));if(i.call(r,o))return l(e.get(o));e!==r&&e.get(t)}function qn(e,t=!1){const n=this.__v_raw,s=G(n),r=G(e);return t||(vt(e,r)&&_e(s,"has",e),_e(s,"has",r)),e===r?n.has(e):n.has(e)||n.has(r)}function zn(e,t=!1){return e=e.__v_raw,!t&&_e(G(e),"iterate",Et),Reflect.get(e,"size",e)}function ao(e){e=G(e);const t=G(this);return Hn(t).has.call(t,e)||(t.add(e),Ye(t,"add",e,e)),this}function uo(e,t){t=G(t);const n=G(this),{has:s,get:r}=Hn(n);let o=s.call(n,e);o||(e=G(e),o=s.call(n,e));const i=r.call(n,e);return n.set(e,t),o?vt(t,i)&&Ye(n,"set",e,t):Ye(n,"add",e,t),this}function fo(e){const t=G(this),{has:n,get:s}=Hn(t);let r=n.call(t,e);r||(e=G(e),r=n.call(t,e)),s&&s.call(t,e);const o=t.delete(e);return r&&Ye(t,"delete",e,void 0),o}function ho(){const e=G(this),t=e.size!==0,n=e.clear();return t&&Ye(e,"clear",void 0,void 0),n}function Kn(e,t){return function(s,r){const o=this,i=o.__v_raw,l=G(i),c=t?js:e?Ds:rn;return!e&&_e(l,"iterate",Et),i.forEach((u,a)=>s.call(r,c(u),c(a),o))}}function Vn(e,t,n){return function(...s){const r=this.__v_raw,o=G(r),i=It(o),l=e==="entries"||e===Symbol.iterator&&i,c=e==="keys"&&i,u=r[e](...s),a=n?js:t?Ds:rn;return!t&&_e(o,"iterate",c?Ls:Et),{next(){const{value:f,done:p}=u.next();return p?{value:f,done:p}:{value:l?[a(f[0]),a(f[1])]:a(f),done:p}},[Symbol.iterator](){return this}}}}function it(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function pc(){const e={get(o){return Un(this,o)},get size(){return zn(this)},has:qn,add:ao,set:uo,delete:fo,clear:ho,forEach:Kn(!1,!1)},t={get(o){return Un(this,o,!1,!0)},get size(){return zn(this)},has:qn,add:ao,set:uo,delete:fo,clear:ho,forEach:Kn(!1,!0)},n={get(o){return Un(this,o,!0)},get size(){return zn(this,!0)},has(o){return qn.call(this,o,!0)},add:it("add"),set:it("set"),delete:it("delete"),clear:it("clear"),forEach:Kn(!0,!1)},s={get(o){return Un(this,o,!0,!0)},get size(){return zn(this,!0)},has(o){return qn.call(this,o,!0)},add:it("add"),set:it("set"),delete:it("delete"),clear:it("clear"),forEach:Kn(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach(o=>{e[o]=Vn(o,!1,!1),n[o]=Vn(o,!0,!1),t[o]=Vn(o,!1,!0),s[o]=Vn(o,!0,!0)}),[e,n,t,s]}const[mc,gc,bc,yc]=pc();function Fs(e,t){const n=t?e?yc:bc:e?gc:mc;return(s,r,o)=>r==="__v_isReactive"?!e:r==="__v_isReadonly"?e:r==="__v_raw"?s:Reflect.get(Z(n,r)&&r in s?n:s,r,o)}const vc={get:Fs(!1,!1)},wc={get:Fs(!1,!0)},Ec={get:Fs(!0,!1)},po=new WeakMap,mo=new WeakMap,go=new WeakMap,Ac=new WeakMap;function xc(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function _c(e){return e.__v_skip||!Object.isExtensible(e)?0:xc(Jl(e))}function Dt(e){return Ht(e)?e:Bs(e,!1,fc,vc,po)}function bo(e){return Bs(e,!1,hc,wc,mo)}function yo(e){return Bs(e,!0,dc,Ec,go)}function Bs(e,t,n,s,r){if(!ce(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const o=r.get(e);if(o)return o;const i=_c(e);if(i===0)return e;const l=new Proxy(e,i===2?s:n);return r.set(e,l),l}function lt(e){return Ht(e)?lt(e.__v_raw):!!(e&&e.__v_isReactive)}function Ht(e){return!!(e&&e.__v_isReadonly)}function Wn(e){return!!(e&&e.__v_isShallow)}function vo(e){return lt(e)||Ht(e)}function G(e){const t=e&&e.__v_raw;return t?G(t):e}function Jn(e){return Fn(e,"__v_skip",!0),e}const rn=e=>ce(e)?Dt(e):e,Ds=e=>ce(e)?yo(e):e;function wo(e){ot&&Me&&(e=G(e),so(e.dep||(e.dep=ks())))}function Eo(e,t){e=G(e);const n=e.dep;n&&Ms(n)}function de(e){return!!(e&&e.__v_isRef===!0)}function on(e){return Ao(e,!1)}function Rc(e){return Ao(e,!0)}function Ao(e,t){return de(e)?e:new Sc(e,t)}class Sc{constructor(t,n){this.__v_isShallow=n,this.dep=void 0,this.__v_isRef=!0,this._rawValue=n?t:G(t),this._value=n?t:rn(t)}get value(){return wo(this),this._value}set value(t){const n=this.__v_isShallow||Wn(t)||Ht(t);t=n?t:G(t),vt(t,this._rawValue)&&(this._rawValue=t,this._value=n?t:rn(t),Eo(this))}}function Ut(e){return de(e)?e.value:e}const Pc={get:(e,t,n)=>Ut(Reflect.get(e,t,n)),set:(e,t,n,s)=>{const r=e[t];return de(r)&&!de(n)?(r.value=n,!0):Reflect.set(e,t,n,s)}};function xo(e){return lt(e)?e:new Proxy(e,Pc)}function Oc(e){const t=q(e)?new Array(e.length):{};for(const n in e)t[n]=Tc(e,n);return t}class Cc{constructor(t,n,s){this._object=t,this._key=n,this._defaultValue=s,this.__v_isRef=!0}get value(){const t=this._object[this._key];return t===void 0?this._defaultValue:t}set value(t){this._object[this._key]=t}get dep(){return ic(G(this._object),this._key)}}function Tc(e,t,n){const s=e[t];return de(s)?s:new Cc(e,t,n)}class kc{constructor(t,n,s,r){this._setter=n,this.dep=void 0,this.__v_isRef=!0,this.__v_isReadonly=!1,this._dirty=!0,this.effect=new Is(t,()=>{this._dirty||(this._dirty=!0,Eo(this))}),this.effect.computed=this,this.effect.active=this._cacheable=!r,this.__v_isReadonly=s}get value(){const t=G(this);return wo(t),(t._dirty||!t._cacheable)&&(t._dirty=!1,t._value=t.effect.run()),t._value}set value(t){this._setter(t)}}function Nc(e,t,n=!1){let s,r;const o=V(e);return o?(s=e,r=qe):(s=e.get,r=e.set),new kc(s,r,o||!r,n)}function Lh(e,...t){}function ct(e,t,n,s){let r;try{r=s?e(...s):e()}catch(o){Qn(o,t,n)}return r}function ke(e,t,n,s){if(V(e)){const o=ct(e,t,n,s);return o&&Kr(o)&&o.catch(i=>{Qn(i,t,n)}),o}const r=[];for(let o=0;o<e.length;o++)r.push(ke(e[o],t,n,s));return r}function Qn(e,t,n,s=!0){const r=t?t.vnode:null;if(t){let o=t.parent;const i=t.proxy,l=n;for(;o;){const u=o.ec;if(u){for(let a=0;a<u.length;a++)if(u[a](e,i,l)===!1)return}o=o.parent}const c=t.appContext.config.errorHandler;if(c){ct(c,null,10,[e,i,l]);return}}Lc(e,n,r,s)}function Lc(e,t,n,s=!0){console.error(e)}let ln=!1,Hs=!1;const ve=[];let Ke=0;const qt=[];let Ze=null,At=0;const _o=Promise.resolve();let Us=null;function qs(e){const t=Us||_o;return e?t.then(this?e.bind(this):e):t}function Ic(e){let t=Ke+1,n=ve.length;for(;t<n;){const s=t+n>>>1,r=ve[s],o=cn(r);o<e||o===e&&r.pre?t=s+1:n=s}return t}function zs(e){(!ve.length||!ve.includes(e,ln&&e.allowRecurse?Ke+1:Ke))&&(e.id==null?ve.push(e):ve.splice(Ic(e.id),0,e),Ro())}function Ro(){!ln&&!Hs&&(Hs=!0,Us=_o.then(Oo))}function Mc(e){const t=ve.indexOf(e);t>Ke&&ve.splice(t,1)}function jc(e){q(e)?qt.push(...e):(!Ze||!Ze.includes(e,e.allowRecurse?At+1:At))&&qt.push(e),Ro()}function So(e,t=ln?Ke+1:0){for(;t<ve.length;t++){const n=ve[t];n&&n.pre&&(ve.splice(t,1),t--,n())}}function Po(e){if(qt.length){const t=[...new Set(qt)];if(qt.length=0,Ze){Ze.push(...t);return}for(Ze=t,Ze.sort((n,s)=>cn(n)-cn(s)),At=0;At<Ze.length;At++)Ze[At]();Ze=null,At=0}}const cn=e=>e.id==null?1/0:e.id,Fc=(e,t)=>{const n=cn(e)-cn(t);if(n===0){if(e.pre&&!t.pre)return-1;if(t.pre&&!e.pre)return 1}return n};function Oo(e){Hs=!1,ln=!0,ve.sort(Fc);try{for(Ke=0;Ke<ve.length;Ke++){const t=ve[Ke];t&&t.active!==!1&&ct(t,null,14)}}finally{Ke=0,ve.length=0,Po(),ln=!1,Us=null,(ve.length||qt.length)&&Oo()}}function Bc(e,t,...n){if(e.isUnmounted)return;const s=e.vnode.props||le;let r=n;const o=t.startsWith("update:"),i=o&&t.slice(7);if(i&&i in s){const a=`${i==="modelValue"?"model":i}Modifiers`,{number:f,trim:p}=s[a]||le;p&&(r=n.map(g=>he(g)?g.trim():g)),f&&(r=n.map(Cs))}let l,c=s[l=Os(t)]||s[l=Os(ze(t))];!c&&o&&(c=s[l=Os(Mt(t))]),c&&ke(c,e,6,r);const u=s[l+"Once"];if(u){if(!e.emitted)e.emitted={};else if(e.emitted[l])return;e.emitted[l]=!0,ke(u,e,6,r)}}function Co(e,t,n=!1){const s=t.emitsCache,r=s.get(e);if(r!==void 0)return r;const o=e.emits;let i={},l=!1;if(!V(e)){const c=u=>{const a=Co(u,t,!0);a&&(l=!0,ge(i,a))};!n&&t.mixins.length&&t.mixins.forEach(c),e.extends&&c(e.extends),e.mixins&&e.mixins.forEach(c)}return!o&&!l?(ce(e)&&s.set(e,null),null):(q(o)?o.forEach(c=>i[c]=null):ge(i,o),ce(e)&&s.set(e,i),i)}function Gn(e,t){return!e||!Tn(t)?!1:(t=t.slice(2).replace(/Once$/,""),Z(e,t[0].toLowerCase()+t.slice(1))||Z(e,Mt(t))||Z(e,t))}let Re=null,Xn=null;function Yn(e){const t=Re;return Re=e,Xn=e&&e.type.__scopeId||null,t}function Ks(e){Xn=e}function Vs(){Xn=null}function zt(e,t=Re,n){if(!t||e._n)return e;const s=(...r)=>{s._d&&li(-1);const o=Yn(t);let i;try{i=e(...r)}finally{Yn(o),s._d&&li(1)}return i};return s._n=!0,s._c=!0,s._d=!0,s}function Ih(){}function Ws(e){const{type:t,vnode:n,proxy:s,withProxy:r,props:o,propsOptions:[i],slots:l,attrs:c,emit:u,render:a,renderCache:f,data:p,setupState:g,ctx:b,inheritAttrs:y}=e;let C,P;const k=Yn(e);try{if(n.shapeFlag&4){const M=r||s,W=M;C=Ve(a.call(W,M,f,o,g,p,b)),P=c}else{const M=t;C=Ve(M.length>1?M(o,{attrs:c,slots:l,emit:u}):M(o,null)),P=t.props?c:Dc(c)}}catch(M){dn.length=0,Qn(M,e,1),C=ue(Be)}let z=C;if(P&&y!==!1){const M=Object.keys(P),{shapeFlag:W}=z;M.length&&W&7&&(i&&M.some(Rs)&&(P=Hc(P,i)),z=ut(z,P))}return n.dirs&&(z=ut(z),z.dirs=z.dirs?z.dirs.concat(n.dirs):n.dirs),n.transition&&(z.transition=n.transition),C=z,Yn(k),C}const Dc=e=>{let t;for(const n in e)(n==="class"||n==="style"||Tn(n))&&((t||(t={}))[n]=e[n]);return t},Hc=(e,t)=>{const n={};for(const s in e)(!Rs(s)||!(s.slice(9)in t))&&(n[s]=e[s]);return n};function Uc(e,t,n){const{props:s,children:r,component:o}=e,{props:i,children:l,patchFlag:c}=t,u=o.emitsOptions;if(t.dirs||t.transition)return!0;if(n&&c>=0){if(c&1024)return!0;if(c&16)return s?To(s,i,u):!!i;if(c&8){const a=t.dynamicProps;for(let f=0;f<a.length;f++){const p=a[f];if(i[p]!==s[p]&&!Gn(u,p))return!0}}}else return(r||l)&&(!l||!l.$stable)?!0:s===i?!1:s?i?To(s,i,u):!0:!!i;return!1}function To(e,t,n){const s=Object.keys(t);if(s.length!==Object.keys(e).length)return!0;for(let r=0;r<s.length;r++){const o=s[r];if(t[o]!==e[o]&&!Gn(n,o))return!0}return!1}function qc({vnode:e,parent:t},n){for(;t&&t.subTree===e;)(e=t.vnode).el=n,t=t.parent}const Js="components";function Zn(e,t){return No(Js,e,!0,t)||e}const ko=Symbol.for("v-ndc");function zc(e){return he(e)?No(Js,e,!1)||e:e||ko}function No(e,t,n=!0,s=!1){const r=Re||be;if(r){const o=r.type;if(e===Js){const l=Fa(o,!1);if(l&&(l===t||l===ze(t)||l===Mn(ze(t))))return o}const i=Lo(r[e]||o[e],t)||Lo(r.appContext[e],t);return!i&&s?o:i}}function Lo(e,t){return e&&(e[t]||e[ze(t)]||e[Mn(ze(t))])}const Kc=e=>e.__isSuspense;function Vc(e,t){t&&t.pendingBranch?q(e)?t.effects.push(...e):t.effects.push(e):jc(e)}const $n={};function xt(e,t,n){return Io(e,t,n)}function Io(e,t,{immediate:n,deep:s,flush:r,onTrack:o,onTrigger:i}=le){var l;const c=Zr()===((l=be)==null?void 0:l.scope)?be:null;let u,a=!1,f=!1;if(de(e)?(u=()=>e.value,a=Wn(e)):lt(e)?(u=()=>e,s=!0):q(e)?(f=!0,a=e.some(M=>lt(M)||Wn(M)),u=()=>e.map(M=>{if(de(M))return M.value;if(lt(M))return _t(M);if(V(M))return ct(M,c,2)})):V(e)?t?u=()=>ct(e,c,2):u=()=>{if(!(c&&c.isUnmounted))return p&&p(),ke(e,c,3,[g])}:u=qe,t&&s){const M=u;u=()=>_t(M())}let p,g=M=>{p=k.onStop=()=>{ct(M,c,4),p=k.onStop=void 0}},b;if(pn)if(g=qe,t?n&&ke(t,c,3,[u(),f?[]:void 0,g]):u(),r==="sync"){const M=Ha();b=M.__watcherHandles||(M.__watcherHandles=[])}else return qe;let y=f?new Array(e.length).fill($n):$n;const C=()=>{if(k.active)if(t){const M=k.run();(s||a||(f?M.some((W,fe)=>vt(W,y[fe])):vt(M,y)))&&(p&&p(),ke(t,c,3,[M,y===$n?void 0:f&&y[0]===$n?[]:y,g]),y=M)}else k.run()};C.allowRecurse=!!t;let P;r==="sync"?P=C:r==="post"?P=()=>Se(C,c&&c.suspense):(C.pre=!0,c&&(C.id=c.uid),P=()=>zs(C));const k=new Is(u,P);t?n?C():y=k.run():r==="post"?Se(k.run.bind(k),c&&c.suspense):k.run();const z=()=>{k.stop(),c&&c.scope&&Ss(c.scope.effects,k)};return b&&b.push(z),z}function Wc(e,t,n){const s=this.proxy,r=he(e)?e.includes(".")?Mo(s,e):()=>s[e]:e.bind(s,s);let o;V(t)?o=t:(o=t.handler,n=t);const i=be;Wt(this);const l=Io(r,o.bind(s),n);return i?Wt(i):Ot(),l}function Mo(e,t){const n=t.split(".");return()=>{let s=e;for(let r=0;r<n.length&&s;r++)s=s[n[r]];return s}}function _t(e,t){if(!ce(e)||e.__v_skip||(t=t||new Set,t.has(e)))return e;if(t.add(e),de(e))_t(e.value,t);else if(q(e))for(let n=0;n<e.length;n++)_t(e[n],t);else if(zr(e)||It(e))e.forEach(n=>{_t(n,t)});else if(Wr(e))for(const n in e)_t(e[n],t);return e}function jo(e,t){const n=Re;if(n===null)return e;const s=us(n)||n.proxy,r=e.dirs||(e.dirs=[]);for(let o=0;o<t.length;o++){let[i,l,c,u=le]=t[o];i&&(V(i)&&(i={mounted:i,updated:i}),i.deep&&_t(l),r.push({dir:i,instance:s,value:l,oldValue:void 0,arg:c,modifiers:u}))}return e}function Rt(e,t,n,s){const r=e.dirs,o=t&&t.dirs;for(let i=0;i<r.length;i++){const l=r[i];o&&(l.oldValue=o[i].value);let c=l.dir[s];c&&(Ft(),ke(c,n,8,[e.el,l,e,t]),Bt())}}const at=Symbol("_leaveCb"),es=Symbol("_enterCb");function Jc(){const e={isMounted:!1,isLeaving:!1,isUnmounting:!1,leavingVNodes:new Map};return Ys(()=>{e.isMounted=!0}),zo(()=>{e.isUnmounting=!0}),e}const Ne=[Function,Array],Fo={mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:Ne,onEnter:Ne,onAfterEnter:Ne,onEnterCancelled:Ne,onBeforeLeave:Ne,onLeave:Ne,onAfterLeave:Ne,onLeaveCancelled:Ne,onBeforeAppear:Ne,onAppear:Ne,onAfterAppear:Ne,onAppearCancelled:Ne},Qc={name:"BaseTransition",props:Fo,setup(e,{slots:t}){const n=Na(),s=Jc();let r;return()=>{const o=t.default&&Ho(t.default(),!0);if(!o||!o.length)return;let i=o[0];if(o.length>1){for(const y of o)if(y.type!==Be){i=y;break}}const l=G(e),{mode:c}=l;if(s.isLeaving)return Gs(i);const u=Do(i);if(!u)return Gs(i);const a=Qs(u,l,s,n);Xs(u,a);const f=n.subTree,p=f&&Do(f);let g=!1;const{getTransitionKey:b}=u.type;if(b){const y=b();r===void 0?r=y:y!==r&&(r=y,g=!0)}if(p&&p.type!==Be&&(!Pt(u,p)||g)){const y=Qs(p,l,s,n);if(Xs(p,y),c==="out-in")return s.isLeaving=!0,y.afterLeave=()=>{s.isLeaving=!1,n.update.active!==!1&&n.update()},Gs(i);c==="in-out"&&u.type!==Be&&(y.delayLeave=(C,P,k)=>{const z=Bo(s,p);z[String(p.key)]=p,C[at]=()=>{P(),C[at]=void 0,delete a.delayedLeave},a.delayedLeave=k})}return i}}};function Bo(e,t){const{leavingVNodes:n}=e;let s=n.get(t.type);return s||(s=Object.create(null),n.set(t.type,s)),s}function Qs(e,t,n,s){const{appear:r,mode:o,persisted:i=!1,onBeforeEnter:l,onEnter:c,onAfterEnter:u,onEnterCancelled:a,onBeforeLeave:f,onLeave:p,onAfterLeave:g,onLeaveCancelled:b,onBeforeAppear:y,onAppear:C,onAfterAppear:P,onAppearCancelled:k}=t,z=String(e.key),M=Bo(n,e),W=(L,U)=>{L&&ke(L,s,9,U)},fe=(L,U)=>{const J=U[1];W(L,U),q(L)?L.every(re=>re.length<=1)&&J():L.length<=1&&J()},ae={mode:o,persisted:i,beforeEnter(L){let U=l;if(!n.isMounted)if(r)U=y||l;else return;L[at]&&L[at](!0);const J=M[z];J&&Pt(e,J)&&J.el[at]&&J.el[at](),W(U,[L])},enter(L){let U=c,J=u,re=a;if(!n.isMounted)if(r)U=C||c,J=P||u,re=k||a;else return;let I=!1;const $=L[es]=ye=>{I||(I=!0,ye?W(re,[L]):W(J,[L]),ae.delayedLeave&&ae.delayedLeave(),L[es]=void 0)};U?fe(U,[L,$]):$()},leave(L,U){const J=String(e.key);if(L[es]&&L[es](!0),n.isUnmounting)return U();W(f,[L]);let re=!1;const I=L[at]=$=>{re||(re=!0,U(),$?W(b,[L]):W(g,[L]),L[at]=void 0,M[J]===e&&delete M[J])};M[J]=e,p?fe(p,[L,I]):I()},clone(L){return Qs(L,t,n,s)}};return ae}function Gs(e){if(ns(e))return e=ut(e),e.children=null,e}function Do(e){return ns(e)?e.children?e.children[0]:void 0:e}function Xs(e,t){e.shapeFlag&6&&e.component?Xs(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 Ho(e,t=!1,n){let s=[],r=0;for(let o=0;o<e.length;o++){let i=e[o];const l=n==null?i.key:String(n)+String(i.key!=null?i.key:o);i.type===Fe?(i.patchFlag&128&&r++,s=s.concat(Ho(i.children,t,l))):(t||i.type!==Be)&&s.push(l!=null?ut(i,{key:l}):i)}if(r>1)for(let o=0;o<s.length;o++)s[o].patchFlag=-2;return s}/*! #__NO_SIDE_EFFECTS__ */function Uo(e,t){return V(e)?ge({name:e.name},t,{setup:e}):e}const ts=e=>!!e.type.__asyncLoader,ns=e=>e.type.__isKeepAlive;function Gc(e,t){qo(e,"a",t)}function Xc(e,t){qo(e,"da",t)}function qo(e,t,n=be){const s=e.__wdc||(e.__wdc=()=>{let r=n;for(;r;){if(r.isDeactivated)return;r=r.parent}return e()});if(ss(t,s,n),n){let r=n.parent;for(;r&&r.parent;)ns(r.parent.vnode)&&Yc(s,t,n,r),r=r.parent}}function Yc(e,t,n,s){const r=ss(t,e,s,!0);Ko(()=>{Ss(s[t],r)},n)}function ss(e,t,n=be,s=!1){if(n){const r=n[e]||(n[e]=[]),o=t.__weh||(t.__weh=(...i)=>{if(n.isUnmounted)return;Ft(),Wt(n);const l=ke(t,n,e,i);return Ot(),Bt(),l});return s?r.unshift(o):r.push(o),o}}const $e=e=>(t,n=be)=>(!pn||e==="sp")&&ss(e,(...s)=>t(...s),n),Zc=$e("bm"),Ys=$e("m"),$c=$e("bu"),ea=$e("u"),zo=$e("bum"),Ko=$e("um"),ta=$e("sp"),na=$e("rtg"),sa=$e("rtc");function ra(e,t=be){ss("ec",e,t)}const Zs=e=>e?di(e)?us(e)||e.proxy:Zs(e.parent):null,an=ge(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=>Zs(e.parent),$root:e=>Zs(e.root),$emit:e=>e.emit,$options:e=>tr(e),$forceUpdate:e=>e.f||(e.f=()=>zs(e.update)),$nextTick:e=>e.n||(e.n=qs.bind(e.proxy)),$watch:e=>Wc.bind(e)}),$s=(e,t)=>e!==le&&!e.__isScriptSetup&&Z(e,t),oa={get({_:e},t){const{ctx:n,setupState:s,data:r,props:o,accessCache:i,type:l,appContext:c}=e;let u;if(t[0]!=="$"){const g=i[t];if(g!==void 0)switch(g){case 1:return s[t];case 2:return r[t];case 4:return n[t];case 3:return o[t]}else{if($s(s,t))return i[t]=1,s[t];if(r!==le&&Z(r,t))return i[t]=2,r[t];if((u=e.propsOptions[0])&&Z(u,t))return i[t]=3,o[t];if(n!==le&&Z(n,t))return i[t]=4,n[t];er&&(i[t]=0)}}const a=an[t];let f,p;if(a)return t==="$attrs"&&_e(e,"get",t),a(e);if((f=l.__cssModules)&&(f=f[t]))return f;if(n!==le&&Z(n,t))return i[t]=4,n[t];if(p=c.config.globalProperties,Z(p,t))return p[t]},set({_:e},t,n){const{data:s,setupState:r,ctx:o}=e;return $s(r,t)?(r[t]=n,!0):s!==le&&Z(s,t)?(s[t]=n,!0):Z(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(o[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:s,appContext:r,propsOptions:o}},i){let l;return!!n[i]||e!==le&&Z(e,i)||$s(t,i)||(l=o[0])&&Z(l,i)||Z(s,i)||Z(an,i)||Z(r.config.globalProperties,i)},defineProperty(e,t,n){return n.get!=null?e._.accessCache[t]=0:Z(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};function Vo(e){return q(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}let er=!0;function ia(e){const t=tr(e),n=e.proxy,s=e.ctx;er=!1,t.beforeCreate&&Wo(t.beforeCreate,e,"bc");const{data:r,computed:o,methods:i,watch:l,provide:c,inject:u,created:a,beforeMount:f,mounted:p,beforeUpdate:g,updated:b,activated:y,deactivated:C,beforeDestroy:P,beforeUnmount:k,destroyed:z,unmounted:M,render:W,renderTracked:fe,renderTriggered:ae,errorCaptured:L,serverPrefetch:U,expose:J,inheritAttrs:re,components:I,directives:$,filters:ye}=t;if(u&&la(u,s,null),i)for(const oe in i){const ee=i[oe];V(ee)&&(s[oe]=ee.bind(n))}if(r){const oe=r.call(n,n);ce(oe)&&(e.data=Dt(oe))}if(er=!0,o)for(const oe in o){const ee=o[oe],st=V(ee)?ee.bind(n,n):V(ee.get)?ee.get.bind(n,n):qe,yt=!V(ee)&&V(ee.set)?ee.set.bind(n):qe,Ge=Le({get:st,set:yt});Object.defineProperty(s,oe,{enumerable:!0,configurable:!0,get:()=>Ge.value,set:Oe=>Ge.value=Oe})}if(l)for(const oe in l)Jo(l[oe],s,n,oe);if(c){const oe=V(c)?c.call(n):c;Reflect.ownKeys(oe).forEach(ee=>{os(ee,oe[ee])})}a&&Wo(a,e,"c");function Y(oe,ee){q(ee)?ee.forEach(st=>oe(st.bind(n))):ee&&oe(ee.bind(n))}if(Y(Zc,f),Y(Ys,p),Y($c,g),Y(ea,b),Y(Gc,y),Y(Xc,C),Y(ra,L),Y(sa,fe),Y(na,ae),Y(zo,k),Y(Ko,M),Y(ta,U),q(J))if(J.length){const oe=e.exposed||(e.exposed={});J.forEach(ee=>{Object.defineProperty(oe,ee,{get:()=>n[ee],set:st=>n[ee]=st})})}else e.exposed||(e.exposed={});W&&e.render===qe&&(e.render=W),re!=null&&(e.inheritAttrs=re),I&&(e.components=I),$&&(e.directives=$)}function la(e,t,n=qe){q(e)&&(e=nr(e));for(const s in e){const r=e[s];let o;ce(r)?"default"in r?o=je(r.from||s,r.default,!0):o=je(r.from||s):o=je(r),de(o)?Object.defineProperty(t,s,{enumerable:!0,configurable:!0,get:()=>o.value,set:i=>o.value=i}):t[s]=o}}function Wo(e,t,n){ke(q(e)?e.map(s=>s.bind(t.proxy)):e.bind(t.proxy),t,n)}function Jo(e,t,n,s){const r=s.includes(".")?Mo(n,s):()=>n[s];if(he(e)){const o=t[e];V(o)&&xt(r,o)}else if(V(e))xt(r,e.bind(n));else if(ce(e))if(q(e))e.forEach(o=>Jo(o,t,n,s));else{const o=V(e.handler)?e.handler.bind(n):t[e.handler];V(o)&&xt(r,o,e)}}function tr(e){const t=e.type,{mixins:n,extends:s}=t,{mixins:r,optionsCache:o,config:{optionMergeStrategies:i}}=e.appContext,l=o.get(t);let c;return l?c=l:!r.length&&!n&&!s?c=t:(c={},r.length&&r.forEach(u=>rs(c,u,i,!0)),rs(c,t,i)),ce(t)&&o.set(t,c),c}function rs(e,t,n,s=!1){const{mixins:r,extends:o}=t;o&&rs(e,o,n,!0),r&&r.forEach(i=>rs(e,i,n,!0));for(const i in t)if(!(s&&i==="expose")){const l=ca[i]||n&&n[i];e[i]=l?l(e[i],t[i]):t[i]}return e}const ca={data:Qo,props:Go,emits:Go,methods:un,computed:un,beforeCreate:Ae,created:Ae,beforeMount:Ae,mounted:Ae,beforeUpdate:Ae,updated:Ae,beforeDestroy:Ae,beforeUnmount:Ae,destroyed:Ae,unmounted:Ae,activated:Ae,deactivated:Ae,errorCaptured:Ae,serverPrefetch:Ae,components:un,directives:un,watch:ua,provide:Qo,inject:aa};function Qo(e,t){return t?e?function(){return ge(V(e)?e.call(this,this):e,V(t)?t.call(this,this):t)}:t:e}function aa(e,t){return un(nr(e),nr(t))}function nr(e){if(q(e)){const t={};for(let n=0;n<e.length;n++)t[e[n]]=e[n];return t}return e}function Ae(e,t){return e?[...new Set([].concat(e,t))]:t}function un(e,t){return e?ge(Object.create(null),e,t):t}function Go(e,t){return e?q(e)&&q(t)?[...new Set([...e,...t])]:ge(Object.create(null),Vo(e),Vo(t??{})):t}function ua(e,t){if(!e)return t;if(!t)return e;const n=ge(Object.create(null),e);for(const s in t)n[s]=Ae(e[s],t[s]);return n}function Xo(){return{app:null,config:{isNativeTag:Vl,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 fa=0;function da(e,t){return function(s,r=null){V(s)||(s=ge({},s)),r!=null&&!ce(r)&&(r=null);const o=Xo(),i=new WeakSet;let l=!1;const c=o.app={_uid:fa++,_component:s,_props:r,_container:null,_context:o,_instance:null,version:Ua,get config(){return o.config},set config(u){},use(u,...a){return i.has(u)||(u&&V(u.install)?(i.add(u),u.install(c,...a)):V(u)&&(i.add(u),u(c,...a))),c},mixin(u){return o.mixins.includes(u)||o.mixins.push(u),c},component(u,a){return a?(o.components[u]=a,c):o.components[u]},directive(u,a){return a?(o.directives[u]=a,c):o.directives[u]},mount(u,a,f){if(!l){const p=ue(s,r);return p.appContext=o,a&&t?t(p,u):e(p,u,f),l=!0,c._container=u,u.__vue_app__=c,us(p.component)||p.component.proxy}},unmount(){l&&(e(null,c._container),delete c._container.__vue_app__)},provide(u,a){return o.provides[u]=a,c},runWithContext(u){fn=c;try{return u()}finally{fn=null}}};return c}}let fn=null;function os(e,t){if(be){let n=be.provides;const s=be.parent&&be.parent.provides;s===n&&(n=be.provides=Object.create(s)),n[e]=t}}function je(e,t,n=!1){const s=be||Re;if(s||fn){const r=s?s.parent==null?s.vnode.appContext&&s.vnode.appContext.provides:s.parent.provides:fn._context.provides;if(r&&e in r)return r[e];if(arguments.length>1)return n&&V(t)?t.call(s&&s.proxy):t}}function ha(){return!!(be||Re||fn)}function pa(e,t,n,s=!1){const r={},o={};Fn(o,cs,1),e.propsDefaults=Object.create(null),Yo(e,t,r,o);for(const i in e.propsOptions[0])i in r||(r[i]=void 0);n?e.props=s?r:bo(r):e.type.props?e.props=r:e.props=o,e.attrs=o}function ma(e,t,n,s){const{props:r,attrs:o,vnode:{patchFlag:i}}=e,l=G(r),[c]=e.propsOptions;let u=!1;if((s||i>0)&&!(i&16)){if(i&8){const a=e.vnode.dynamicProps;for(let f=0;f<a.length;f++){let p=a[f];if(Gn(e.emitsOptions,p))continue;const g=t[p];if(c)if(Z(o,p))g!==o[p]&&(o[p]=g,u=!0);else{const b=ze(p);r[b]=sr(c,l,b,g,e,!1)}else g!==o[p]&&(o[p]=g,u=!0)}}}else{Yo(e,t,r,o)&&(u=!0);let a;for(const f in l)(!t||!Z(t,f)&&((a=Mt(f))===f||!Z(t,a)))&&(c?n&&(n[f]!==void 0||n[a]!==void 0)&&(r[f]=sr(c,l,f,void 0,e,!0)):delete r[f]);if(o!==l)for(const f in o)(!t||!Z(t,f))&&(delete o[f],u=!0)}u&&Ye(e,"set","$attrs")}function Yo(e,t,n,s){const[r,o]=e.propsOptions;let i=!1,l;if(t)for(let c in t){if(Ln(c))continue;const u=t[c];let a;r&&Z(r,a=ze(c))?!o||!o.includes(a)?n[a]=u:(l||(l={}))[a]=u:Gn(e.emitsOptions,c)||(!(c in s)||u!==s[c])&&(s[c]=u,i=!0)}if(o){const c=G(n),u=l||le;for(let a=0;a<o.length;a++){const f=o[a];n[f]=sr(r,c,f,u[f],e,!Z(u,f))}}return i}function sr(e,t,n,s,r,o){const i=e[n];if(i!=null){const l=Z(i,"default");if(l&&s===void 0){const c=i.default;if(i.type!==Function&&!i.skipFactory&&V(c)){const{propsDefaults:u}=r;n in u?s=u[n]:(Wt(r),s=u[n]=c.call(null,t),Ot())}else s=c}i[0]&&(o&&!l?s=!1:i[1]&&(s===""||s===Mt(n))&&(s=!0))}return s}function Zo(e,t,n=!1){const s=t.propsCache,r=s.get(e);if(r)return r;const o=e.props,i={},l=[];let c=!1;if(!V(e)){const a=f=>{c=!0;const[p,g]=Zo(f,t,!0);ge(i,p),g&&l.push(...g)};!n&&t.mixins.length&&t.mixins.forEach(a),e.extends&&a(e.extends),e.mixins&&e.mixins.forEach(a)}if(!o&&!c)return ce(e)&&s.set(e,Lt),Lt;if(q(o))for(let a=0;a<o.length;a++){const f=ze(o[a]);$o(f)&&(i[f]=le)}else if(o)for(const a in o){const f=ze(a);if($o(f)){const p=o[a],g=i[f]=q(p)||V(p)?{type:p}:ge({},p);if(g){const b=ni(Boolean,g.type),y=ni(String,g.type);g[0]=b>-1,g[1]=y<0||b<y,(b>-1||Z(g,"default"))&&l.push(f)}}}const u=[i,l];return ce(e)&&s.set(e,u),u}function $o(e){return e[0]!=="$"}function ei(e){const t=e&&e.toString().match(/^\s*(function|class) (\w+)/);return t?t[2]:e===null?"null":""}function ti(e,t){return ei(e)===ei(t)}function ni(e,t){return q(t)?t.findIndex(n=>ti(n,e)):V(t)&&ti(t,e)?0:-1}const si=e=>e[0]==="_"||e==="$stable",rr=e=>q(e)?e.map(Ve):[Ve(e)],ga=(e,t,n)=>{if(t._n)return t;const s=zt((...r)=>rr(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 o=e[r];if(V(o))t[r]=ga(r,o,s);else if(o!=null){const i=rr(o);t[r]=()=>i}}},oi=(e,t)=>{const n=rr(t);e.slots.default=()=>n},ba=(e,t)=>{if(e.vnode.shapeFlag&32){const n=t._;n?(e.slots=G(t),Fn(t,"_",n)):ri(t,e.slots={})}else e.slots={},t&&oi(e,t);Fn(e.slots,cs,1)},ya=(e,t,n)=>{const{vnode:s,slots:r}=e;let o=!0,i=le;if(s.shapeFlag&32){const l=t._;l?n&&l===1?o=!1:(ge(r,t),!n&&l===1&&delete r._):(o=!t.$stable,ri(t,r)),i=t}else t&&(oi(e,t),i={default:1});if(o)for(const l in r)!si(l)&&i[l]==null&&delete r[l]};function or(e,t,n,s,r=!1){if(q(e)){e.forEach((p,g)=>or(p,t&&(q(t)?t[g]:t),n,s,r));return}if(ts(s)&&!r)return;const o=s.shapeFlag&4?us(s.component)||s.component.proxy:s.el,i=r?null:o,{i:l,r:c}=e,u=t&&t.r,a=l.refs===le?l.refs={}:l.refs,f=l.setupState;if(u!=null&&u!==c&&(he(u)?(a[u]=null,Z(f,u)&&(f[u]=null)):de(u)&&(u.value=null)),V(c))ct(c,l,12,[i,a]);else{const p=he(c),g=de(c);if(p||g){const b=()=>{if(e.f){const y=p?Z(f,c)?f[c]:a[c]:c.value;r?q(y)&&Ss(y,o):q(y)?y.includes(o)||y.push(o):p?(a[c]=[o],Z(f,c)&&(f[c]=a[c])):(c.value=[o],e.k&&(a[e.k]=c.value))}else p?(a[c]=i,Z(f,c)&&(f[c]=i)):g&&(c.value=i,e.k&&(a[e.k]=i))};i?(b.id=-1,Se(b,n)):b()}}}const Se=Vc;function va(e){return wa(e)}function wa(e,t){const n=Ts();n.__VUE__=!0;const{insert:s,remove:r,patchProp:o,createElement:i,createText:l,createComment:c,setText:u,setElementText:a,parentNode:f,nextSibling:p,setScopeId:g=qe,insertStaticContent:b}=e,y=(d,h,m,v=null,A=null,x=null,T=!1,R=null,S=!!h.dynamicChildren)=>{if(d===h)return;d&&!Pt(d,h)&&(v=E(d),Oe(d,A,x,!0),d=null),h.patchFlag===-2&&(S=!1,h.dynamicChildren=null);const{type:_,ref:D,shapeFlag:j}=h;switch(_){case is:C(d,h,m,v);break;case Be:P(d,h,m,v);break;case ls:d==null&&k(h,m,v,T);break;case Fe:I(d,h,m,v,A,x,T,R,S);break;default:j&1?W(d,h,m,v,A,x,T,R,S):j&6?$(d,h,m,v,A,x,T,R,S):(j&64||j&128)&&_.process(d,h,m,v,A,x,T,R,S,O)}D!=null&&A&&or(D,d&&d.ref,x,h||d,!h)},C=(d,h,m,v)=>{if(d==null)s(h.el=l(h.children),m,v);else{const A=h.el=d.el;h.children!==d.children&&u(A,h.children)}},P=(d,h,m,v)=>{d==null?s(h.el=c(h.children||""),m,v):h.el=d.el},k=(d,h,m,v)=>{[d.el,d.anchor]=b(d.children,h,m,v,d.el,d.anchor)},z=({el:d,anchor:h},m,v)=>{let A;for(;d&&d!==h;)A=p(d),s(d,m,v),d=A;s(h,m,v)},M=({el:d,anchor:h})=>{let m;for(;d&&d!==h;)m=p(d),r(d),d=m;r(h)},W=(d,h,m,v,A,x,T,R,S)=>{T=T||h.type==="svg",d==null?fe(h,m,v,A,x,T,R,S):U(d,h,A,x,T,R,S)},fe=(d,h,m,v,A,x,T,R)=>{let S,_;const{type:D,props:j,shapeFlag:H,transition:K,dirs:Q}=d;if(S=d.el=i(d.type,x,j&&j.is,j),H&8?a(S,d.children):H&16&&L(d.children,S,null,v,A,x&&D!=="foreignObject",T,R),Q&&Rt(d,null,v,"created"),ae(S,d,d.scopeId,T,v),j){for(const se in j)se!=="value"&&!Ln(se)&&o(S,se,null,j[se],x,d.children,v,A,Ee);"value"in j&&o(S,"value",null,j.value),(_=j.onVnodeBeforeMount)&&We(_,v,d)}Q&&Rt(d,null,v,"beforeMount");const ie=Ea(A,K);ie&&K.beforeEnter(S),s(S,h,m),((_=j&&j.onVnodeMounted)||ie||Q)&&Se(()=>{_&&We(_,v,d),ie&&K.enter(S),Q&&Rt(d,null,v,"mounted")},A)},ae=(d,h,m,v,A)=>{if(m&&g(d,m),v)for(let x=0;x<v.length;x++)g(d,v[x]);if(A){let x=A.subTree;if(h===x){const T=A.vnode;ae(d,T,T.scopeId,T.slotScopeIds,A.parent)}}},L=(d,h,m,v,A,x,T,R,S=0)=>{for(let _=S;_<d.length;_++){const D=d[_]=R?ft(d[_]):Ve(d[_]);y(null,D,h,m,v,A,x,T,R)}},U=(d,h,m,v,A,x,T)=>{const R=h.el=d.el;let{patchFlag:S,dynamicChildren:_,dirs:D}=h;S|=d.patchFlag&16;const j=d.props||le,H=h.props||le;let K;m&&St(m,!1),(K=H.onVnodeBeforeUpdate)&&We(K,m,h,d),D&&Rt(h,d,m,"beforeUpdate"),m&&St(m,!0);const Q=A&&h.type!=="foreignObject";if(_?J(d.dynamicChildren,_,R,m,v,Q,x):T||ee(d,h,R,null,m,v,Q,x,!1),S>0){if(S&16)re(R,h,j,H,m,v,A);else if(S&2&&j.class!==H.class&&o(R,"class",null,H.class,A),S&4&&o(R,"style",j.style,H.style,A),S&8){const ie=h.dynamicProps;for(let se=0;se<ie.length;se++){const me=ie[se],Ue=j[me],nn=H[me];(nn!==Ue||me==="value")&&o(R,me,Ue,nn,A,d.children,m,v,Ee)}}S&1&&d.children!==h.children&&a(R,h.children)}else!T&&_==null&&re(R,h,j,H,m,v,A);((K=H.onVnodeUpdated)||D)&&Se(()=>{K&&We(K,m,h,d),D&&Rt(h,d,m,"updated")},v)},J=(d,h,m,v,A,x,T)=>{for(let R=0;R<h.length;R++){const S=d[R],_=h[R],D=S.el&&(S.type===Fe||!Pt(S,_)||S.shapeFlag&70)?f(S.el):m;y(S,_,D,null,v,A,x,T,!0)}},re=(d,h,m,v,A,x,T)=>{if(m!==v){if(m!==le)for(const R in m)!Ln(R)&&!(R in v)&&o(d,R,m[R],null,T,h.children,A,x,Ee);for(const R in v){if(Ln(R))continue;const S=v[R],_=m[R];S!==_&&R!=="value"&&o(d,R,_,S,T,h.children,A,x,Ee)}"value"in v&&o(d,"value",m.value,v.value)}},I=(d,h,m,v,A,x,T,R,S)=>{const _=h.el=d?d.el:l(""),D=h.anchor=d?d.anchor:l("");let{patchFlag:j,dynamicChildren:H,slotScopeIds:K}=h;K&&(R=R?R.concat(K):K),d==null?(s(_,m,v),s(D,m,v),L(h.children,m,D,A,x,T,R,S)):j>0&&j&64&&H&&d.dynamicChildren?(J(d.dynamicChildren,H,m,A,x,T,R),(h.key!=null||A&&h===A.subTree)&&ii(d,h,!0)):ee(d,h,m,D,A,x,T,R,S)},$=(d,h,m,v,A,x,T,R,S)=>{h.slotScopeIds=R,d==null?h.shapeFlag&512?A.ctx.activate(h,m,v,T,S):ye(h,m,v,A,x,T,S):xe(d,h,S)},ye=(d,h,m,v,A,x,T)=>{const R=d.component=ka(d,v,A);if(ns(d)&&(R.ctx.renderer=O),La(R),R.asyncDep){if(A&&A.registerDep(R,Y),!d.el){const S=R.subTree=ue(Be);P(null,S,h,m)}return}Y(R,d,h,m,A,x,T)},xe=(d,h,m)=>{const v=h.component=d.component;if(Uc(d,h,m))if(v.asyncDep&&!v.asyncResolved){oe(v,h,m);return}else v.next=h,Mc(v.update),v.update();else h.el=d.el,v.vnode=h},Y=(d,h,m,v,A,x,T)=>{const R=()=>{if(d.isMounted){let{next:D,bu:j,u:H,parent:K,vnode:Q}=d,ie=D,se;St(d,!1),D?(D.el=Q.el,oe(d,D,T)):D=Q,j&&jn(j),(se=D.props&&D.props.onVnodeBeforeUpdate)&&We(se,K,D,Q),St(d,!0);const me=Ws(d),Ue=d.subTree;d.subTree=me,y(Ue,me,f(Ue.el),E(Ue),d,A,x),D.el=me.el,ie===null&&qc(d,me.el),H&&Se(H,A),(se=D.props&&D.props.onVnodeUpdated)&&Se(()=>We(se,K,D,Q),A)}else{let D;const{el:j,props:H}=h,{bm:K,m:Q,parent:ie}=d,se=ts(h);if(St(d,!1),K&&jn(K),!se&&(D=H&&H.onVnodeBeforeMount)&&We(D,ie,h),St(d,!0),j&&te){const me=()=>{d.subTree=Ws(d),te(j,d.subTree,d,A,null)};se?h.type.__asyncLoader().then(()=>!d.isUnmounted&&me()):me()}else{const me=d.subTree=Ws(d);y(null,me,m,v,d,A,x),h.el=me.el}if(Q&&Se(Q,A),!se&&(D=H&&H.onVnodeMounted)){const me=h;Se(()=>We(D,ie,me),A)}(h.shapeFlag&256||ie&&ts(ie.vnode)&&ie.vnode.shapeFlag&256)&&d.a&&Se(d.a,A),d.isMounted=!0,h=m=v=null}},S=d.effect=new Is(R,()=>zs(_),d.scope),_=d.update=()=>S.run();_.id=d.uid,St(d,!0),_()},oe=(d,h,m)=>{h.component=d;const v=d.vnode.props;d.vnode=h,d.next=null,ma(d,h.props,v,m),ya(d,h.children,m),Ft(),So(),Bt()},ee=(d,h,m,v,A,x,T,R,S=!1)=>{const _=d&&d.children,D=d?d.shapeFlag:0,j=h.children,{patchFlag:H,shapeFlag:K}=h;if(H>0){if(H&128){yt(_,j,m,v,A,x,T,R,S);return}else if(H&256){st(_,j,m,v,A,x,T,R,S);return}}K&8?(D&16&&Ee(_,A,x),j!==_&&a(m,j)):D&16?K&16?yt(_,j,m,v,A,x,T,R,S):Ee(_,A,x,!0):(D&8&&a(m,""),K&16&&L(j,m,v,A,x,T,R,S))},st=(d,h,m,v,A,x,T,R,S)=>{d=d||Lt,h=h||Lt;const _=d.length,D=h.length,j=Math.min(_,D);let H;for(H=0;H<j;H++){const K=h[H]=S?ft(h[H]):Ve(h[H]);y(d[H],K,m,null,A,x,T,R,S)}_>D?Ee(d,A,x,!0,!1,j):L(h,m,v,A,x,T,R,S,j)},yt=(d,h,m,v,A,x,T,R,S)=>{let _=0;const D=h.length;let j=d.length-1,H=D-1;for(;_<=j&&_<=H;){const K=d[_],Q=h[_]=S?ft(h[_]):Ve(h[_]);if(Pt(K,Q))y(K,Q,m,null,A,x,T,R,S);else break;_++}for(;_<=j&&_<=H;){const K=d[j],Q=h[H]=S?ft(h[H]):Ve(h[H]);if(Pt(K,Q))y(K,Q,m,null,A,x,T,R,S);else break;j--,H--}if(_>j){if(_<=H){const K=H+1,Q=K<D?h[K].el:v;for(;_<=H;)y(null,h[_]=S?ft(h[_]):Ve(h[_]),m,Q,A,x,T,R,S),_++}}else if(_>H)for(;_<=j;)Oe(d[_],A,x,!0),_++;else{const K=_,Q=_,ie=new Map;for(_=Q;_<=H;_++){const Te=h[_]=S?ft(h[_]):Ve(h[_]);Te.key!=null&&ie.set(Te.key,_)}let se,me=0;const Ue=H-Q+1;let nn=!1,ql=0;const Cn=new Array(Ue);for(_=0;_<Ue;_++)Cn[_]=0;for(_=K;_<=j;_++){const Te=d[_];if(me>=Ue){Oe(Te,A,x,!0);continue}let Xe;if(Te.key!=null)Xe=ie.get(Te.key);else for(se=Q;se<=H;se++)if(Cn[se-Q]===0&&Pt(Te,h[se])){Xe=se;break}Xe===void 0?Oe(Te,A,x,!0):(Cn[Xe-Q]=_+1,Xe>=ql?ql=Xe:nn=!0,y(Te,h[Xe],m,null,A,x,T,R,S),me++)}const zl=nn?Aa(Cn):Lt;for(se=zl.length-1,_=Ue-1;_>=0;_--){const Te=Q+_,Xe=h[Te],Kl=Te+1<D?h[Te+1].el:v;Cn[_]===0?y(null,Xe,m,Kl,A,x,T,R,S):nn&&(se<0||_!==zl[se]?Ge(Xe,m,Kl,2):se--)}}},Ge=(d,h,m,v,A=null)=>{const{el:x,type:T,transition:R,children:S,shapeFlag:_}=d;if(_&6){Ge(d.component.subTree,h,m,v);return}if(_&128){d.suspense.move(h,m,v);return}if(_&64){T.move(d,h,m,O);return}if(T===Fe){s(x,h,m);for(let j=0;j<S.length;j++)Ge(S[j],h,m,v);s(d.anchor,h,m);return}if(T===ls){z(d,h,m);return}if(v!==2&&_&1&&R)if(v===0)R.beforeEnter(x),s(x,h,m),Se(()=>R.enter(x),A);else{const{leave:j,delayLeave:H,afterLeave:K}=R,Q=()=>s(x,h,m),ie=()=>{j(x,()=>{Q(),K&&K()})};H?H(x,Q,ie):ie()}else s(x,h,m)},Oe=(d,h,m,v=!1,A=!1)=>{const{type:x,props:T,ref:R,children:S,dynamicChildren:_,shapeFlag:D,patchFlag:j,dirs:H}=d;if(R!=null&&or(R,null,m,d,!0),D&256){h.ctx.deactivate(d);return}const K=D&1&&H,Q=!ts(d);let ie;if(Q&&(ie=T&&T.onVnodeBeforeUnmount)&&We(ie,h,d),D&6)_s(d.component,m,v);else{if(D&128){d.suspense.unmount(m,v);return}K&&Rt(d,null,h,"beforeUnmount"),D&64?d.type.remove(d,h,m,A,O,v):_&&(x!==Fe||j>0&&j&64)?Ee(_,h,m,!1,!0):(x===Fe&&j&384||!A&&D&16)&&Ee(S,h,m),v&&en(d)}(Q&&(ie=T&&T.onVnodeUnmounted)||K)&&Se(()=>{ie&&We(ie,h,d),K&&Rt(d,null,h,"unmounted")},m)},en=d=>{const{type:h,el:m,anchor:v,transition:A}=d;if(h===Fe){tn(m,v);return}if(h===ls){M(d);return}const x=()=>{r(m),A&&!A.persisted&&A.afterLeave&&A.afterLeave()};if(d.shapeFlag&1&&A&&!A.persisted){const{leave:T,delayLeave:R}=A,S=()=>T(m,x);R?R(d.el,x,S):S()}else x()},tn=(d,h)=>{let m;for(;d!==h;)m=p(d),r(d),d=m;r(h)},_s=(d,h,m)=>{const{bum:v,scope:A,update:x,subTree:T,um:R}=d;v&&jn(v),A.stop(),x&&(x.active=!1,Oe(T,d,h,m)),R&&Se(R,h),Se(()=>{d.isUnmounted=!0},h),h&&h.pendingBranch&&!h.isUnmounted&&d.asyncDep&&!d.asyncResolved&&d.suspenseId===h.pendingId&&(h.deps--,h.deps===0&&h.resolve())},Ee=(d,h,m,v=!1,A=!1,x=0)=>{for(let T=x;T<d.length;T++)Oe(d[T],h,m,v,A)},E=d=>d.shapeFlag&6?E(d.component.subTree):d.shapeFlag&128?d.suspense.next():p(d.anchor||d.el),N=(d,h,m)=>{d==null?h._vnode&&Oe(h._vnode,null,null,!0):y(h._vnode||null,d,h,null,null,null,m),So(),Po(),h._vnode=d},O={p:y,um:Oe,m:Ge,r:en,mt:ye,mc:L,pc:ee,pbc:J,n:E,o:e};let B,te;return t&&([B,te]=t(O)),{render:N,hydrate:B,createApp:da(N,B)}}function St({effect:e,update:t},n){e.allowRecurse=t.allowRecurse=n}function Ea(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function ii(e,t,n=!1){const s=e.children,r=t.children;if(q(s)&&q(r))for(let o=0;o<s.length;o++){const i=s[o];let l=r[o];l.shapeFlag&1&&!l.dynamicChildren&&((l.patchFlag<=0||l.patchFlag===32)&&(l=r[o]=ft(r[o]),l.el=i.el),n||ii(i,l)),l.type===is&&(l.el=i.el)}}function Aa(e){const t=e.slice(),n=[0];let s,r,o,i,l;const c=e.length;for(s=0;s<c;s++){const u=e[s];if(u!==0){if(r=n[n.length-1],e[r]<u){t[s]=r,n.push(s);continue}for(o=0,i=n.length-1;o<i;)l=o+i>>1,e[n[l]]<u?o=l+1:i=l;u<e[n[o]]&&(o>0&&(t[s]=n[o-1]),n[o]=s)}}for(o=n.length,i=n[o-1];o-- >0;)n[o]=i,i=t[i];return n}const xa=e=>e.__isTeleport,Fe=Symbol.for("v-fgt"),is=Symbol.for("v-txt"),Be=Symbol.for("v-cmt"),ls=Symbol.for("v-stc"),dn=[];let De=null;function we(e=!1){dn.push(De=e?null:[])}function _a(){dn.pop(),De=dn[dn.length-1]||null}let hn=1;function li(e){hn+=e}function ci(e){return e.dynamicChildren=hn>0?De||Lt:null,_a(),hn>0&&De&&De.push(e),e}function Pe(e,t,n,s,r,o){return ci(F(e,t,n,s,r,o,!0))}function ai(e,t,n,s,r){return ci(ue(e,t,n,s,r,!0))}function ir(e){return e?e.__v_isVNode===!0:!1}function Pt(e,t){return e.type===t.type&&e.key===t.key}const cs="__vInternal",ui=({key:e})=>e??null,as=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?he(e)||de(e)||V(e)?{i:Re,r:e,k:t,f:!!n}:e:null);function F(e,t=null,n=null,s=0,r=null,o=e===Fe?0:1,i=!1,l=!1){const c={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&ui(t),ref:t&&as(t),scopeId:Xn,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetAnchor:null,staticCount:0,shapeFlag:o,patchFlag:s,dynamicProps:r,dynamicChildren:null,appContext:null,ctx:Re};return l?(lr(c,n),o&128&&e.normalize(c)):n&&(c.shapeFlag|=he(n)?8:16),hn>0&&!i&&De&&(c.patchFlag>0||o&6)&&c.patchFlag!==32&&De.push(c),c}const ue=Ra;function Ra(e,t=null,n=null,s=0,r=null,o=!1){if((!e||e===ko)&&(e=Be),ir(e)){const l=ut(e,t,!0);return n&&lr(l,n),hn>0&&!o&&De&&(l.shapeFlag&6?De[De.indexOf(e)]=l:De.push(l)),l.patchFlag|=-2,l}if(Ba(e)&&(e=e.__vccOpts),t){t=Sa(t);let{class:l,style:c}=t;l&&!he(l)&&(t.class=Bn(l)),ce(c)&&(vo(c)&&!q(c)&&(c=ge({},c)),t.style=jt(c))}const i=he(e)?1:Kc(e)?128:xa(e)?64:ce(e)?4:V(e)?2:0;return F(e,t,n,s,r,i,o,!0)}function Sa(e){return e?vo(e)||cs in e?ge({},e):e:null}function ut(e,t,n=!1){const{props:s,ref:r,patchFlag:o,children:i}=e,l=t?Oa(s||{},t):s;return{__v_isVNode:!0,__v_skip:!0,type:e.type,props:l,key:l&&ui(l),ref:t&&t.ref?n&&r?q(r)?r.concat(as(t)):[r,as(t)]:as(t):r,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:i,target:e.target,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==Fe?o===-1?16:o|16:o,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:e.transition,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&ut(e.ssContent),ssFallback:e.ssFallback&&ut(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce}}function et(e=" ",t=0){return ue(is,null,e,t)}function Pa(e,t){const n=ue(ls,null,e);return n.staticCount=t,n}function Kt(e="",t=!1){return t?(we(),ai(Be,null,e)):ue(Be,null,e)}function Ve(e){return e==null||typeof e=="boolean"?ue(Be):q(e)?ue(Fe,null,e.slice()):typeof e=="object"?ft(e):ue(is,null,String(e))}function ft(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:ut(e)}function lr(e,t){let n=0;const{shapeFlag:s}=e;if(t==null)t=null;else if(q(t))n=16;else if(typeof t=="object")if(s&65){const r=t.default;r&&(r._c&&(r._d=!1),lr(e,r()),r._c&&(r._d=!0));return}else{n=32;const r=t._;!r&&!(cs in t)?t._ctx=Re:r===3&&Re&&(Re.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else V(t)?(t={default:t,_ctx:Re},n=32):(t=String(t),s&64?(n=16,t=[et(t)]):n=8);e.children=t,e.shapeFlag|=n}function Oa(...e){const t={};for(let n=0;n<e.length;n++){const s=e[n];for(const r in s)if(r==="class")t.class!==s.class&&(t.class=Bn([t.class,s.class]));else if(r==="style")t.style=jt([t.style,s.style]);else if(Tn(r)){const o=t[r],i=s[r];i&&o!==i&&!(q(o)&&o.includes(i))&&(t[r]=o?[].concat(o,i):i)}else r!==""&&(t[r]=s[r])}return t}function We(e,t,n,s=null){ke(e,t,7,[n,s])}const Ca=Xo();let Ta=0;function ka(e,t,n){const s=e.type,r=(t?t.appContext:e.appContext)||Ca,o={uid:Ta++,vnode:e,type:s,parent:t,appContext:r,root:null,next:null,subTree:null,effect:null,update:null,scope:new Xr(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:t?t.provides:Object.create(r.provides),accessCache:null,renderCache:[],components:null,directives:null,propsOptions:Zo(s,r),emitsOptions:Co(s,r),emit:null,emitted:null,propsDefaults:le,inheritAttrs:s.inheritAttrs,ctx:le,data:le,props:le,attrs:le,slots:le,refs:le,setupState:le,setupContext:null,attrsProxy:null,slotsProxy:null,suspense:n,suspenseId:n?n.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=Bc.bind(null,o),e.ce&&e.ce(o),o}let be=null;const Na=()=>be||Re;let cr,Vt,fi="__VUE_INSTANCE_SETTERS__";(Vt=Ts()[fi])||(Vt=Ts()[fi]=[]),Vt.push(e=>be=e),cr=e=>{Vt.length>1?Vt.forEach(t=>t(e)):Vt[0](e)};const Wt=e=>{cr(e),e.scope.on()},Ot=()=>{be&&be.scope.off(),cr(null)};function di(e){return e.vnode.shapeFlag&4}let pn=!1;function La(e,t=!1){pn=t;const{props:n,children:s}=e.vnode,r=di(e);pa(e,n,r,t),ba(e,s);const o=r?Ia(e,t):void 0;return pn=!1,o}function Ia(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=Jn(new Proxy(e.ctx,oa));const{setup:s}=n;if(s){const r=e.setupContext=s.length>1?ja(e):null;Wt(e),Ft();const o=ct(s,e,0,[e.props,r]);if(Bt(),Ot(),Kr(o)){if(o.then(Ot,Ot),t)return o.then(i=>{hi(e,i,t)}).catch(i=>{Qn(i,e,0)});e.asyncDep=o}else hi(e,o,t)}else mi(e,t)}function hi(e,t,n){V(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:ce(t)&&(e.setupState=xo(t)),mi(e,n)}let pi;function mi(e,t,n){const s=e.type;if(!e.render){if(!t&&pi&&!s.render){const r=s.template||tr(e).template;if(r){const{isCustomElement:o,compilerOptions:i}=e.appContext.config,{delimiters:l,compilerOptions:c}=s,u=ge(ge({isCustomElement:o,delimiters:l},i),c);s.render=pi(r,u)}}e.render=s.render||qe}{Wt(e),Ft();try{ia(e)}finally{Bt(),Ot()}}}function Ma(e){return e.attrsProxy||(e.attrsProxy=new Proxy(e.attrs,{get(t,n){return _e(e,"get","$attrs"),t[n]}}))}function ja(e){const t=n=>{e.exposed=n||{}};return{get attrs(){return Ma(e)},slots:e.slots,emit:e.emit,expose:t}}function us(e){if(e.exposed)return e.exposeProxy||(e.exposeProxy=new Proxy(xo(Jn(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in an)return an[n](e)},has(t,n){return n in t||n in an}}))}function Fa(e,t=!0){return V(e)?e.displayName||e.name:e.name||t&&e.__name}function Ba(e){return V(e)&&"__vccOpts"in e}const Le=(e,t)=>Nc(e,t,pn);function ar(e,t,n){const s=arguments.length;return s===2?ce(t)&&!q(t)?ir(t)?ue(e,null,[t]):ue(e,t):ue(e,null,t):(s>3?n=Array.prototype.slice.call(arguments,2):s===3&&ir(n)&&(n=[n]),ue(e,t,n))}const Da=Symbol.for("v-scx"),Ha=()=>je(Da),Ua="3.3.10",qa="http://www.w3.org/2000/svg",Ct=typeof document<"u"?document:null,gi=Ct&&Ct.createElement("template"),za={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?Ct.createElementNS(qa,e):Ct.createElement(e,n?{is:n}:void 0);return e==="select"&&s&&s.multiple!=null&&r.setAttribute("multiple",s.multiple),r},createText:e=>Ct.createTextNode(e),createComment:e=>Ct.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>Ct.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,s,r,o){const i=n?n.previousSibling:t.lastChild;if(r&&(r===o||r.nextSibling))for(;t.insertBefore(r.cloneNode(!0),n),!(r===o||!(r=r.nextSibling)););else{gi.innerHTML=s?`<svg>${e}</svg>`:e;const l=gi.content;if(s){const c=l.firstChild;for(;c.firstChild;)l.appendChild(c.firstChild);l.removeChild(c)}t.insertBefore(l,n)}return[i?i.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},dt="transition",mn="animation",gn=Symbol("_vtc"),fs=(e,{slots:t})=>ar(Qc,Ka(e),t);fs.displayName="Transition";const bi={name:String,type:String,css:{type:Boolean,default:!0},duration:[String,Number,Object],enterFromClass:String,enterActiveClass:String,enterToClass:String,appearFromClass:String,appearActiveClass:String,appearToClass:String,leaveFromClass:String,leaveActiveClass:String,leaveToClass:String};fs.props=ge({},Fo,bi);const Tt=(e,t=[])=>{q(e)?e.forEach(n=>n(...t)):e&&e(...t)},yi=e=>e?q(e)?e.some(t=>t.length>1):e.length>1:!1;function Ka(e){const t={};for(const I in e)I in bi||(t[I]=e[I]);if(e.css===!1)return t;const{name:n="v",type:s,duration:r,enterFromClass:o=`${n}-enter-from`,enterActiveClass:i=`${n}-enter-active`,enterToClass:l=`${n}-enter-to`,appearFromClass:c=o,appearActiveClass:u=i,appearToClass:a=l,leaveFromClass:f=`${n}-leave-from`,leaveActiveClass:p=`${n}-leave-active`,leaveToClass:g=`${n}-leave-to`}=e,b=Va(r),y=b&&b[0],C=b&&b[1],{onBeforeEnter:P,onEnter:k,onEnterCancelled:z,onLeave:M,onLeaveCancelled:W,onBeforeAppear:fe=P,onAppear:ae=k,onAppearCancelled:L=z}=t,U=(I,$,ye)=>{kt(I,$?a:l),kt(I,$?u:i),ye&&ye()},J=(I,$)=>{I._isLeaving=!1,kt(I,f),kt(I,g),kt(I,p),$&&$()},re=I=>($,ye)=>{const xe=I?ae:k,Y=()=>U($,I,ye);Tt(xe,[$,Y]),vi(()=>{kt($,I?c:o),ht($,I?a:l),yi(xe)||wi($,s,y,Y)})};return ge(t,{onBeforeEnter(I){Tt(P,[I]),ht(I,o),ht(I,i)},onBeforeAppear(I){Tt(fe,[I]),ht(I,c),ht(I,u)},onEnter:re(!1),onAppear:re(!0),onLeave(I,$){I._isLeaving=!0;const ye=()=>J(I,$);ht(I,f),Qa(),ht(I,p),vi(()=>{I._isLeaving&&(kt(I,f),ht(I,g),yi(M)||wi(I,s,C,ye))}),Tt(M,[I,ye])},onEnterCancelled(I){U(I,!1),Tt(z,[I])},onAppearCancelled(I){U(I,!0),Tt(L,[I])},onLeaveCancelled(I){J(I),Tt(W,[I])}})}function Va(e){if(e==null)return null;if(ce(e))return[ur(e.enter),ur(e.leave)];{const t=ur(e);return[t,t]}}function ur(e){return Xl(e)}function ht(e,t){t.split(/\s+/).forEach(n=>n&&e.classList.add(n)),(e[gn]||(e[gn]=new Set)).add(t)}function kt(e,t){t.split(/\s+/).forEach(s=>s&&e.classList.remove(s));const n=e[gn];n&&(n.delete(t),n.size||(e[gn]=void 0))}function vi(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}let Wa=0;function wi(e,t,n,s){const r=e._endId=++Wa,o=()=>{r===e._endId&&s()};if(n)return setTimeout(o,n);const{type:i,timeout:l,propCount:c}=Ja(e,t);if(!i)return s();const u=i+"end";let a=0;const f=()=>{e.removeEventListener(u,p),o()},p=g=>{g.target===e&&++a>=c&&f()};setTimeout(()=>{a<c&&f()},l+1),e.addEventListener(u,p)}function Ja(e,t){const n=window.getComputedStyle(e),s=b=>(n[b]||"").split(", "),r=s(`${dt}Delay`),o=s(`${dt}Duration`),i=Ei(r,o),l=s(`${mn}Delay`),c=s(`${mn}Duration`),u=Ei(l,c);let a=null,f=0,p=0;t===dt?i>0&&(a=dt,f=i,p=o.length):t===mn?u>0&&(a=mn,f=u,p=c.length):(f=Math.max(i,u),a=f>0?i>u?dt:mn:null,p=a?a===dt?o.length:c.length:0);const g=a===dt&&/\b(transform|all)(,|$)/.test(s(`${dt}Property`).toString());return{type:a,timeout:f,propCount:p,hasTransform:g}}function Ei(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max(...t.map((n,s)=>Ai(n)+Ai(e[s])))}function Ai(e){return e==="auto"?0:Number(e.slice(0,-1).replace(",","."))*1e3}function Qa(){return document.body.offsetHeight}function Ga(e,t,n){const s=e[gn];s&&(t=(t?[t,...s]:[...s]).join(" ")),t==null?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}const fr=Symbol("_vod"),Xa={beforeMount(e,{value:t},{transition:n}){e[fr]=e.style.display==="none"?"":e.style.display,n&&t?n.beforeEnter(e):bn(e,t)},mounted(e,{value:t},{transition:n}){n&&t&&n.enter(e)},updated(e,{value:t,oldValue:n},{transition:s}){!t!=!n&&(s?t?(s.beforeEnter(e),bn(e,!0),s.enter(e)):s.leave(e,()=>{bn(e,!1)}):bn(e,t))},beforeUnmount(e,{value:t}){bn(e,t)}};function bn(e,t){e.style.display=t?e[fr]:"none"}function Ya(e,t,n){const s=e.style,r=he(n);if(n&&!r){if(t&&!he(t))for(const o in t)n[o]==null&&dr(s,o,"");for(const o in n)dr(s,o,n[o])}else{const o=s.display;r?t!==n&&(s.cssText=n):t&&e.removeAttribute("style"),fr in e&&(s.display=o)}}const xi=/\s*!important$/;function dr(e,t,n){if(q(n))n.forEach(s=>dr(e,t,s));else if(n==null&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const s=Za(e,t);xi.test(n)?e.setProperty(Mt(s),n.replace(xi,""),"important"):e[s]=n}}const _i=["Webkit","Moz","ms"],hr={};function Za(e,t){const n=hr[t];if(n)return n;let s=ze(t);if(s!=="filter"&&s in e)return hr[t]=s;s=Mn(s);for(let r=0;r<_i.length;r++){const o=_i[r]+s;if(o in e)return hr[t]=o}return t}const Ri="http://www.w3.org/1999/xlink";function $a(e,t,n,s,r){if(s&&t.startsWith("xlink:"))n==null?e.removeAttributeNS(Ri,t.slice(6,t.length)):e.setAttributeNS(Ri,t,n);else{const o=tc(t);n==null||o&&!Qr(n)?e.removeAttribute(t):e.setAttribute(t,o?"":n)}}function eu(e,t,n,s,r,o,i){if(t==="innerHTML"||t==="textContent"){s&&i(s,r,o),e[t]=n??"";return}const l=e.tagName;if(t==="value"&&l!=="PROGRESS"&&!l.includes("-")){e._value=n;const u=l==="OPTION"?e.getAttribute("value"):e.value,a=n??"";u!==a&&(e.value=a),n==null&&e.removeAttribute(t);return}let c=!1;if(n===""||n==null){const u=typeof e[t];u==="boolean"?n=Qr(n):n==null&&u==="string"?(n="",c=!0):u==="number"&&(n=0,c=!0)}try{e[t]=n}catch{}c&&e.removeAttribute(t)}function Jt(e,t,n,s){e.addEventListener(t,n,s)}function tu(e,t,n,s){e.removeEventListener(t,n,s)}const Si=Symbol("_vei");function nu(e,t,n,s,r=null){const o=e[Si]||(e[Si]={}),i=o[t];if(s&&i)i.value=s;else{const[l,c]=su(t);if(s){const u=o[t]=iu(s,r);Jt(e,l,u,c)}else i&&(tu(e,l,i,c),o[t]=void 0)}}const Pi=/(?:Once|Passive|Capture)$/;function su(e){let t;if(Pi.test(e)){t={};let s;for(;s=e.match(Pi);)e=e.slice(0,e.length-s[0].length),t[s[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):Mt(e.slice(2)),t]}let pr=0;const ru=Promise.resolve(),ou=()=>pr||(ru.then(()=>pr=0),pr=Date.now());function iu(e,t){const n=s=>{if(!s._vts)s._vts=Date.now();else if(s._vts<=n.attached)return;ke(lu(s,n.value),t,5,[s])};return n.value=e,n.attached=ou(),n}function lu(e,t){if(q(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 Oi=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,cu=(e,t,n,s,r=!1,o,i,l,c)=>{t==="class"?Ga(e,s,r):t==="style"?Ya(e,n,s):Tn(t)?Rs(t)||nu(e,t,n,s,i):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):au(e,t,s,r))?eu(e,t,s,o,i,l,c):(t==="true-value"?e._trueValue=s:t==="false-value"&&(e._falseValue=s),$a(e,t,s,r))};function au(e,t,n,s){if(s)return!!(t==="innerHTML"||t==="textContent"||t in e&&Oi(t)&&V(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;return!(r==="IMG"||r==="VIDEO"||r==="CANVAS"||r==="SOURCE")}return Oi(t)&&he(n)?!1:t in e}const Ci=e=>{const t=e.props["onUpdate:modelValue"]||!1;return q(t)?n=>jn(t,n):t};function uu(e){e.target.composing=!0}function Ti(e){const t=e.target;t.composing&&(t.composing=!1,t.dispatchEvent(new Event("input")))}const mr=Symbol("_assign"),fu={created(e,{modifiers:{lazy:t,trim:n,number:s}},r){e[mr]=Ci(r);const o=s||r.props&&r.props.type==="number";Jt(e,t?"change":"input",i=>{if(i.target.composing)return;let l=e.value;n&&(l=l.trim()),o&&(l=Cs(l)),e[mr](l)}),n&&Jt(e,"change",()=>{e.value=e.value.trim()}),t||(Jt(e,"compositionstart",uu),Jt(e,"compositionend",Ti),Jt(e,"change",Ti))},mounted(e,{value:t}){e.value=t??""},beforeUpdate(e,{value:t,modifiers:{lazy:n,trim:s,number:r}},o){if(e[mr]=Ci(o),e.composing)return;const i=r||e.type==="number"?Cs(e.value):e.value,l=t??"";i!==l&&(document.activeElement===e&&e.type!=="range"&&(n||s&&e.value.trim()===l)||(e.value=l))}},du=["ctrl","shift","alt","meta"],hu={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)=>du.some(n=>e[`${n}Key`]&&!t.includes(n))},pu=(e,t)=>e._withMods||(e._withMods=(n,...s)=>{for(let r=0;r<t.length;r++){const o=hu[t[r]];if(o&&o(n,t))return}return e(n,...s)}),mu=ge({patchProp:cu},za);let ki;function gu(){return ki||(ki=va(mu))}const bu=(...e)=>{const t=gu().createApp(...e),{mount:n}=t;return t.mount=s=>{const r=yu(s);if(!r)return;const o=t._component;!V(o)&&!o.render&&!o.template&&(o.template=r.innerHTML),r.innerHTML="";const i=n(r,!1,r instanceof SVGElement);return r instanceof Element&&(r.removeAttribute("v-cloak"),r.setAttribute("data-v-app","")),i},t};function yu(e){return he(e)?document.querySelector(e):e}var vu=!1;/*!
     1(function(Nt){typeof define=="function"&&define.amd?define(Nt):Nt()})(function(){"use strict";function Nt(e,t){const n=Object.create(null),s=e.split(",");for(let r=0;r<s.length;r++)n[s[r]]=!0;return t?r=>!!n[r.toLowerCase()]:r=>!!n[r]}const ie={},It=[],qe=()=>{},zl=()=>!1,Cn=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),_s=e=>e.startsWith("onUpdate:"),ge=Object.assign,Rs=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},Kl=Object.prototype.hasOwnProperty,Z=(e,t)=>Kl.call(e,t),q=Array.isArray,Mt=e=>kn(e)==="[object Map]",zr=e=>kn(e)==="[object Set]",V=e=>typeof e=="function",he=e=>typeof e=="string",Tn=e=>typeof e=="symbol",le=e=>e!==null&&typeof e=="object",Kr=e=>(le(e)||V(e))&&V(e.then)&&V(e.catch),Vr=Object.prototype.toString,kn=e=>Vr.call(e),Vl=e=>kn(e).slice(8,-1),Jr=e=>kn(e)==="[object Object]",Ps=e=>he(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,Nn=Nt(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),In=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},Jl=/-(\w)/g,ze=In(e=>e.replace(Jl,(t,n)=>n?n.toUpperCase():"")),Wl=/\B([A-Z])/g,Lt=In(e=>e.replace(Wl,"-$1").toLowerCase()),Mn=In(e=>e.charAt(0).toUpperCase()+e.slice(1)),Ss=In(e=>e?`on${Mn(e)}`:""),vt=(e,t)=>!Object.is(e,t),Ln=(e,t)=>{for(let n=0;n<e.length;n++)e[n](t)},jn=(e,t,n)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,value:n})},Os=e=>{const t=parseFloat(e);return isNaN(t)?e:t},Ql=e=>{const t=he(e)?Number(e):NaN;return isNaN(t)?e:t};let Wr;const Cs=()=>Wr||(Wr=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function jt(e){if(q(e)){const t={};for(let n=0;n<e.length;n++){const s=e[n],r=he(s)?Zl(s):jt(s);if(r)for(const o in r)t[o]=r[o]}return t}else if(he(e)||le(e))return e}const Gl=/;(?![^(]*\))/g,Xl=/:([^]+)/,Yl=/\/\*[^]*?\*\//g;function Zl(e){const t={};return e.replace(Yl,"").split(Gl).forEach(n=>{if(n){const s=n.split(Xl);s.length>1&&(t[s[0].trim()]=s[1].trim())}}),t}function Fn(e){let t="";if(he(e))t=e;else if(q(e))for(let n=0;n<e.length;n++){const s=Fn(e[n]);s&&(t+=s+" ")}else if(le(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}const $l=Nt("itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly");function Qr(e){return!!e||e===""}const Et=e=>he(e)?e:e==null?"":q(e)||le(e)&&(e.toString===Vr||!V(e.toString))?JSON.stringify(e,Gr,2):String(e),Gr=(e,t)=>t&&t.__v_isRef?Gr(e,t.value):Mt(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[s,r])=>(n[`${s} =>`]=r,n),{})}:zr(t)?{[`Set(${t.size})`]:[...t.values()]}:le(t)&&!q(t)&&!Jr(t)?String(t):t;let Ce;class Xr{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this.parent=Ce,!t&&Ce&&(this.index=(Ce.scopes||(Ce.scopes=[])).push(this)-1)}get active(){return this._active}run(t){if(this._active){const n=Ce;try{return Ce=this,t()}finally{Ce=n}}}on(){Ce=this}off(){Ce=this.parent}stop(t){if(this._active){let n,s;for(n=0,s=this.effects.length;n<s;n++)this.effects[n].stop();for(n=0,s=this.cleanups.length;n<s;n++)this.cleanups[n]();if(this.scopes)for(n=0,s=this.scopes.length;n<s;n++)this.scopes[n].stop(!0);if(!this.detached&&this.parent&&!t){const r=this.parent.scopes.pop();r&&r!==this&&(this.parent.scopes[this.index]=r,r.index=this.index)}this.parent=void 0,this._active=!1}}}function Yr(e){return new Xr(e)}function ec(e,t=Ce){t&&t.active&&t.effects.push(e)}function Zr(){return Ce}function tc(e){Ce&&Ce.cleanups.push(e)}const Ts=e=>{const t=new Set(e);return t.w=0,t.n=0,t},$r=e=>(e.w&rt)>0,eo=e=>(e.n&rt)>0,nc=({deps:e})=>{if(e.length)for(let t=0;t<e.length;t++)e[t].w|=rt},sc=e=>{const{deps:t}=e;if(t.length){let n=0;for(let s=0;s<t.length;s++){const r=t[s];$r(r)&&!eo(r)?r.delete(e):t[n++]=r,r.w&=~rt,r.n&=~rt}t.length=n}},Dn=new WeakMap;let sn=0,rt=1;const ks=30;let Le;const wt=Symbol(""),Ns=Symbol("");class Is{constructor(t,n=null,s){this.fn=t,this.scheduler=n,this.active=!0,this.deps=[],this.parent=void 0,ec(this,s)}run(){if(!this.active)return this.fn();let t=Le,n=ot;for(;t;){if(t===this)return;t=t.parent}try{return this.parent=Le,Le=this,ot=!0,rt=1<<++sn,sn<=ks?nc(this):to(this),this.fn()}finally{sn<=ks&&sc(this),rt=1<<--sn,Le=this.parent,ot=n,this.parent=void 0,this.deferStop&&this.stop()}}stop(){Le===this?this.deferStop=!0:this.active&&(to(this),this.onStop&&this.onStop(),this.active=!1)}}function to(e){const{deps:t}=e;if(t.length){for(let n=0;n<t.length;n++)t[n].delete(e);t.length=0}}let ot=!0;const no=[];function Ft(){no.push(ot),ot=!1}function Dt(){const e=no.pop();ot=e===void 0?!0:e}function _e(e,t,n){if(ot&&Le){let s=Dn.get(e);s||Dn.set(e,s=new Map);let r=s.get(n);r||s.set(n,r=Ts()),so(r)}}function so(e,t){let n=!1;sn<=ks?eo(e)||(e.n|=rt,n=!$r(e)):n=!e.has(Le),n&&(e.add(Le),Le.deps.push(e))}function Ye(e,t,n,s,r,o){const i=Dn.get(e);if(!i)return;let l=[];if(t==="clear")l=[...i.values()];else if(n==="length"&&q(e)){const c=Number(s);i.forEach((u,a)=>{(a==="length"||!Tn(a)&&a>=c)&&l.push(u)})}else switch(n!==void 0&&l.push(i.get(n)),t){case"add":q(e)?Ps(n)&&l.push(i.get("length")):(l.push(i.get(wt)),Mt(e)&&l.push(i.get(Ns)));break;case"delete":q(e)||(l.push(i.get(wt)),Mt(e)&&l.push(i.get(Ns)));break;case"set":Mt(e)&&l.push(i.get(wt));break}if(l.length===1)l[0]&&Ms(l[0]);else{const c=[];for(const u of l)u&&c.push(...u);Ms(Ts(c))}}function Ms(e,t){const n=q(e)?e:[...e];for(const s of n)s.computed&&ro(s);for(const s of n)s.computed||ro(s)}function ro(e,t){(e!==Le||e.allowRecurse)&&(e.scheduler?e.scheduler():e.run())}function rc(e,t){var n;return(n=Dn.get(e))==null?void 0:n.get(t)}const oc=Nt("__proto__,__v_isRef,__isVue"),oo=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(Tn)),io=ic();function ic(){const e={};return["includes","indexOf","lastIndexOf"].forEach(t=>{e[t]=function(...n){const s=G(this);for(let o=0,i=this.length;o<i;o++)_e(s,"get",o+"");const r=s[t](...n);return r===-1||r===!1?s[t](...n.map(G)):r}}),["push","pop","shift","unshift","splice"].forEach(t=>{e[t]=function(...n){Ft();const s=G(this)[t].apply(this,n);return Dt(),s}}),e}function lc(e){const t=G(this);return _e(t,"has",e),t.hasOwnProperty(e)}class lo{constructor(t=!1,n=!1){this._isReadonly=t,this._shallow=n}get(t,n,s){const r=this._isReadonly,o=this._shallow;if(n==="__v_isReactive")return!r;if(n==="__v_isReadonly")return r;if(n==="__v_isShallow")return o;if(n==="__v_raw"&&s===(r?o?Ec:go:o?mo:po).get(t))return t;const i=q(t);if(!r){if(i&&Z(io,n))return Reflect.get(io,n,s);if(n==="hasOwnProperty")return lc}const l=Reflect.get(t,n,s);return(Tn(n)?oo.has(n):oc(n))||(r||_e(t,"get",n),o)?l:de(l)?i&&Ps(n)?l:l.value:le(l)?r?yo(l):Bt(l):l}}class co extends lo{constructor(t=!1){super(!1,t)}set(t,n,s,r){let o=t[n];if(Ht(o)&&de(o)&&!de(s))return!1;if(!this._shallow&&(!Vn(s)&&!Ht(s)&&(o=G(o),s=G(s)),!q(t)&&de(o)&&!de(s)))return o.value=s,!0;const i=q(t)&&Ps(n)?Number(n)<t.length:Z(t,n),l=Reflect.set(t,n,s,r);return t===G(r)&&(i?vt(s,o)&&Ye(t,"set",n,s):Ye(t,"add",n,s)),l}deleteProperty(t,n){const s=Z(t,n);t[n];const r=Reflect.deleteProperty(t,n);return r&&s&&Ye(t,"delete",n,void 0),r}has(t,n){const s=Reflect.has(t,n);return(!Tn(n)||!oo.has(n))&&_e(t,"has",n),s}ownKeys(t){return _e(t,"iterate",q(t)?"length":wt),Reflect.ownKeys(t)}}class cc extends lo{constructor(t=!1){super(!0,t)}set(t,n){return!0}deleteProperty(t,n){return!0}}const ac=new co,uc=new cc,fc=new co(!0),Ls=e=>e,Bn=e=>Reflect.getPrototypeOf(e);function Hn(e,t,n=!1,s=!1){e=e.__v_raw;const r=G(e),o=G(t);n||(vt(t,o)&&_e(r,"get",t),_e(r,"get",o));const{has:i}=Bn(r),l=s?Ls:n?Ds:rn;if(i.call(r,t))return l(e.get(t));if(i.call(r,o))return l(e.get(o));e!==r&&e.get(t)}function Un(e,t=!1){const n=this.__v_raw,s=G(n),r=G(e);return t||(vt(e,r)&&_e(s,"has",e),_e(s,"has",r)),e===r?n.has(e):n.has(e)||n.has(r)}function qn(e,t=!1){return e=e.__v_raw,!t&&_e(G(e),"iterate",wt),Reflect.get(e,"size",e)}function ao(e){e=G(e);const t=G(this);return Bn(t).has.call(t,e)||(t.add(e),Ye(t,"add",e,e)),this}function uo(e,t){t=G(t);const n=G(this),{has:s,get:r}=Bn(n);let o=s.call(n,e);o||(e=G(e),o=s.call(n,e));const i=r.call(n,e);return n.set(e,t),o?vt(t,i)&&Ye(n,"set",e,t):Ye(n,"add",e,t),this}function fo(e){const t=G(this),{has:n,get:s}=Bn(t);let r=n.call(t,e);r||(e=G(e),r=n.call(t,e)),s&&s.call(t,e);const o=t.delete(e);return r&&Ye(t,"delete",e,void 0),o}function ho(){const e=G(this),t=e.size!==0,n=e.clear();return t&&Ye(e,"clear",void 0,void 0),n}function zn(e,t){return function(s,r){const o=this,i=o.__v_raw,l=G(i),c=t?Ls:e?Ds:rn;return!e&&_e(l,"iterate",wt),i.forEach((u,a)=>s.call(r,c(u),c(a),o))}}function Kn(e,t,n){return function(...s){const r=this.__v_raw,o=G(r),i=Mt(o),l=e==="entries"||e===Symbol.iterator&&i,c=e==="keys"&&i,u=r[e](...s),a=n?Ls:t?Ds:rn;return!t&&_e(o,"iterate",c?Ns:wt),{next(){const{value:f,done:p}=u.next();return p?{value:f,done:p}:{value:l?[a(f[0]),a(f[1])]:a(f),done:p}},[Symbol.iterator](){return this}}}}function it(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function dc(){const e={get(o){return Hn(this,o)},get size(){return qn(this)},has:Un,add:ao,set:uo,delete:fo,clear:ho,forEach:zn(!1,!1)},t={get(o){return Hn(this,o,!1,!0)},get size(){return qn(this)},has:Un,add:ao,set:uo,delete:fo,clear:ho,forEach:zn(!1,!0)},n={get(o){return Hn(this,o,!0)},get size(){return qn(this,!0)},has(o){return Un.call(this,o,!0)},add:it("add"),set:it("set"),delete:it("delete"),clear:it("clear"),forEach:zn(!0,!1)},s={get(o){return Hn(this,o,!0,!0)},get size(){return qn(this,!0)},has(o){return Un.call(this,o,!0)},add:it("add"),set:it("set"),delete:it("delete"),clear:it("clear"),forEach:zn(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach(o=>{e[o]=Kn(o,!1,!1),n[o]=Kn(o,!0,!1),t[o]=Kn(o,!1,!0),s[o]=Kn(o,!0,!0)}),[e,n,t,s]}const[hc,pc,mc,gc]=dc();function js(e,t){const n=t?e?gc:mc:e?pc:hc;return(s,r,o)=>r==="__v_isReactive"?!e:r==="__v_isReadonly"?e:r==="__v_raw"?s:Reflect.get(Z(n,r)&&r in s?n:s,r,o)}const bc={get:js(!1,!1)},yc={get:js(!1,!0)},vc={get:js(!0,!1)},po=new WeakMap,mo=new WeakMap,go=new WeakMap,Ec=new WeakMap;function wc(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function Ac(e){return e.__v_skip||!Object.isExtensible(e)?0:wc(Vl(e))}function Bt(e){return Ht(e)?e:Fs(e,!1,ac,bc,po)}function bo(e){return Fs(e,!1,fc,yc,mo)}function yo(e){return Fs(e,!0,uc,vc,go)}function Fs(e,t,n,s,r){if(!le(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const o=r.get(e);if(o)return o;const i=Ac(e);if(i===0)return e;const l=new Proxy(e,i===2?s:n);return r.set(e,l),l}function lt(e){return Ht(e)?lt(e.__v_raw):!!(e&&e.__v_isReactive)}function Ht(e){return!!(e&&e.__v_isReadonly)}function Vn(e){return!!(e&&e.__v_isShallow)}function vo(e){return lt(e)||Ht(e)}function G(e){const t=e&&e.__v_raw;return t?G(t):e}function Jn(e){return jn(e,"__v_skip",!0),e}const rn=e=>le(e)?Bt(e):e,Ds=e=>le(e)?yo(e):e;function Eo(e){ot&&Le&&(e=G(e),so(e.dep||(e.dep=Ts())))}function wo(e,t){e=G(e);const n=e.dep;n&&Ms(n)}function de(e){return!!(e&&e.__v_isRef===!0)}function on(e){return Ao(e,!1)}function xc(e){return Ao(e,!0)}function Ao(e,t){return de(e)?e:new _c(e,t)}class _c{constructor(t,n){this.__v_isShallow=n,this.dep=void 0,this.__v_isRef=!0,this._rawValue=n?t:G(t),this._value=n?t:rn(t)}get value(){return Eo(this),this._value}set value(t){const n=this.__v_isShallow||Vn(t)||Ht(t);t=n?t:G(t),vt(t,this._rawValue)&&(this._rawValue=t,this._value=n?t:rn(t),wo(this))}}function Ut(e){return de(e)?e.value:e}const Rc={get:(e,t,n)=>Ut(Reflect.get(e,t,n)),set:(e,t,n,s)=>{const r=e[t];return de(r)&&!de(n)?(r.value=n,!0):Reflect.set(e,t,n,s)}};function xo(e){return lt(e)?e:new Proxy(e,Rc)}function Pc(e){const t=q(e)?new Array(e.length):{};for(const n in e)t[n]=Oc(e,n);return t}class Sc{constructor(t,n,s){this._object=t,this._key=n,this._defaultValue=s,this.__v_isRef=!0}get value(){const t=this._object[this._key];return t===void 0?this._defaultValue:t}set value(t){this._object[this._key]=t}get dep(){return rc(G(this._object),this._key)}}function Oc(e,t,n){const s=e[t];return de(s)?s:new Sc(e,t,n)}class Cc{constructor(t,n,s,r){this._setter=n,this.dep=void 0,this.__v_isRef=!0,this.__v_isReadonly=!1,this._dirty=!0,this.effect=new Is(t,()=>{this._dirty||(this._dirty=!0,wo(this))}),this.effect.computed=this,this.effect.active=this._cacheable=!r,this.__v_isReadonly=s}get value(){const t=G(this);return Eo(t),(t._dirty||!t._cacheable)&&(t._dirty=!1,t._value=t.effect.run()),t._value}set value(t){this._setter(t)}}function Tc(e,t,n=!1){let s,r;const o=V(e);return o?(s=e,r=qe):(s=e.get,r=e.set),new Cc(s,r,o||!r,n)}function Sh(e,...t){}function ct(e,t,n,s){let r;try{r=s?e(...s):e()}catch(o){Wn(o,t,n)}return r}function ke(e,t,n,s){if(V(e)){const o=ct(e,t,n,s);return o&&Kr(o)&&o.catch(i=>{Wn(i,t,n)}),o}const r=[];for(let o=0;o<e.length;o++)r.push(ke(e[o],t,n,s));return r}function Wn(e,t,n,s=!0){const r=t?t.vnode:null;if(t){let o=t.parent;const i=t.proxy,l=n;for(;o;){const u=o.ec;if(u){for(let a=0;a<u.length;a++)if(u[a](e,i,l)===!1)return}o=o.parent}const c=t.appContext.config.errorHandler;if(c){ct(c,null,10,[e,i,l]);return}}kc(e,n,r,s)}function kc(e,t,n,s=!0){console.error(e)}let ln=!1,Bs=!1;const ve=[];let Ke=0;const qt=[];let Ze=null,At=0;const _o=Promise.resolve();let Hs=null;function Us(e){const t=Hs||_o;return e?t.then(this?e.bind(this):e):t}function Nc(e){let t=Ke+1,n=ve.length;for(;t<n;){const s=t+n>>>1,r=ve[s],o=cn(r);o<e||o===e&&r.pre?t=s+1:n=s}return t}function qs(e){(!ve.length||!ve.includes(e,ln&&e.allowRecurse?Ke+1:Ke))&&(e.id==null?ve.push(e):ve.splice(Nc(e.id),0,e),Ro())}function Ro(){!ln&&!Bs&&(Bs=!0,Hs=_o.then(Oo))}function Ic(e){const t=ve.indexOf(e);t>Ke&&ve.splice(t,1)}function Mc(e){q(e)?qt.push(...e):(!Ze||!Ze.includes(e,e.allowRecurse?At+1:At))&&qt.push(e),Ro()}function Po(e,t=ln?Ke+1:0){for(;t<ve.length;t++){const n=ve[t];n&&n.pre&&(ve.splice(t,1),t--,n())}}function So(e){if(qt.length){const t=[...new Set(qt)];if(qt.length=0,Ze){Ze.push(...t);return}for(Ze=t,Ze.sort((n,s)=>cn(n)-cn(s)),At=0;At<Ze.length;At++)Ze[At]();Ze=null,At=0}}const cn=e=>e.id==null?1/0:e.id,Lc=(e,t)=>{const n=cn(e)-cn(t);if(n===0){if(e.pre&&!t.pre)return-1;if(t.pre&&!e.pre)return 1}return n};function Oo(e){Bs=!1,ln=!0,ve.sort(Lc);try{for(Ke=0;Ke<ve.length;Ke++){const t=ve[Ke];t&&t.active!==!1&&ct(t,null,14)}}finally{Ke=0,ve.length=0,So(),ln=!1,Hs=null,(ve.length||qt.length)&&Oo()}}function jc(e,t,...n){if(e.isUnmounted)return;const s=e.vnode.props||ie;let r=n;const o=t.startsWith("update:"),i=o&&t.slice(7);if(i&&i in s){const a=`${i==="modelValue"?"model":i}Modifiers`,{number:f,trim:p}=s[a]||ie;p&&(r=n.map(y=>he(y)?y.trim():y)),f&&(r=n.map(Os))}let l,c=s[l=Ss(t)]||s[l=Ss(ze(t))];!c&&o&&(c=s[l=Ss(Lt(t))]),c&&ke(c,e,6,r);const u=s[l+"Once"];if(u){if(!e.emitted)e.emitted={};else if(e.emitted[l])return;e.emitted[l]=!0,ke(u,e,6,r)}}function Co(e,t,n=!1){const s=t.emitsCache,r=s.get(e);if(r!==void 0)return r;const o=e.emits;let i={},l=!1;if(!V(e)){const c=u=>{const a=Co(u,t,!0);a&&(l=!0,ge(i,a))};!n&&t.mixins.length&&t.mixins.forEach(c),e.extends&&c(e.extends),e.mixins&&e.mixins.forEach(c)}return!o&&!l?(le(e)&&s.set(e,null),null):(q(o)?o.forEach(c=>i[c]=null):ge(i,o),le(e)&&s.set(e,i),i)}function Qn(e,t){return!e||!Cn(t)?!1:(t=t.slice(2).replace(/Once$/,""),Z(e,t[0].toLowerCase()+t.slice(1))||Z(e,Lt(t))||Z(e,t))}let Re=null,Gn=null;function Xn(e){const t=Re;return Re=e,Gn=e&&e.type.__scopeId||null,t}function zs(e){Gn=e}function Ks(){Gn=null}function zt(e,t=Re,n){if(!t||e._n)return e;const s=(...r)=>{s._d&&li(-1);const o=Xn(t);let i;try{i=e(...r)}finally{Xn(o),s._d&&li(1)}return i};return s._n=!0,s._c=!0,s._d=!0,s}function Oh(){}function Vs(e){const{type:t,vnode:n,proxy:s,withProxy:r,props:o,propsOptions:[i],slots:l,attrs:c,emit:u,render:a,renderCache:f,data:p,setupState:y,ctx:b,inheritAttrs:v}=e;let k,O;const T=Xn(e);try{if(n.shapeFlag&4){const L=r||s,J=L;k=Ve(a.call(J,L,f,o,y,p,b)),O=c}else{const L=t;k=Ve(L.length>1?L(o,{attrs:c,slots:l,emit:u}):L(o,null)),O=t.props?c:Fc(c)}}catch(L){dn.length=0,Wn(L,e,1),k=ue(De)}let z=k;if(O&&v!==!1){const L=Object.keys(O),{shapeFlag:J}=z;L.length&&J&7&&(i&&L.some(_s)&&(O=Dc(O,i)),z=ut(z,O))}return n.dirs&&(z=ut(z),z.dirs=z.dirs?z.dirs.concat(n.dirs):n.dirs),n.transition&&(z.transition=n.transition),k=z,Xn(T),k}const Fc=e=>{let t;for(const n in e)(n==="class"||n==="style"||Cn(n))&&((t||(t={}))[n]=e[n]);return t},Dc=(e,t)=>{const n={};for(const s in e)(!_s(s)||!(s.slice(9)in t))&&(n[s]=e[s]);return n};function Bc(e,t,n){const{props:s,children:r,component:o}=e,{props:i,children:l,patchFlag:c}=t,u=o.emitsOptions;if(t.dirs||t.transition)return!0;if(n&&c>=0){if(c&1024)return!0;if(c&16)return s?To(s,i,u):!!i;if(c&8){const a=t.dynamicProps;for(let f=0;f<a.length;f++){const p=a[f];if(i[p]!==s[p]&&!Qn(u,p))return!0}}}else return(r||l)&&(!l||!l.$stable)?!0:s===i?!1:s?i?To(s,i,u):!0:!!i;return!1}function To(e,t,n){const s=Object.keys(t);if(s.length!==Object.keys(e).length)return!0;for(let r=0;r<s.length;r++){const o=s[r];if(t[o]!==e[o]&&!Qn(n,o))return!0}return!1}function Hc({vnode:e,parent:t},n){for(;t&&t.subTree===e;)(e=t.vnode).el=n,t=t.parent}const Js="components";function Yn(e,t){return No(Js,e,!0,t)||e}const ko=Symbol.for("v-ndc");function Uc(e){return he(e)?No(Js,e,!1)||e:e||ko}function No(e,t,n=!0,s=!1){const r=Re||be;if(r){const o=r.type;if(e===Js){const l=La(o,!1);if(l&&(l===t||l===ze(t)||l===Mn(ze(t))))return o}const i=Io(r[e]||o[e],t)||Io(r.appContext[e],t);return!i&&s?o:i}}function Io(e,t){return e&&(e[t]||e[ze(t)]||e[Mn(ze(t))])}const qc=e=>e.__isSuspense;function zc(e,t){t&&t.pendingBranch?q(e)?t.effects.push(...e):t.effects.push(e):Mc(e)}const Zn={};function xt(e,t,n){return Mo(e,t,n)}function Mo(e,t,{immediate:n,deep:s,flush:r,onTrack:o,onTrigger:i}=ie){var l;const c=Zr()===((l=be)==null?void 0:l.scope)?be:null;let u,a=!1,f=!1;if(de(e)?(u=()=>e.value,a=Vn(e)):lt(e)?(u=()=>e,s=!0):q(e)?(f=!0,a=e.some(L=>lt(L)||Vn(L)),u=()=>e.map(L=>{if(de(L))return L.value;if(lt(L))return _t(L);if(V(L))return ct(L,c,2)})):V(e)?t?u=()=>ct(e,c,2):u=()=>{if(!(c&&c.isUnmounted))return p&&p(),ke(e,c,3,[y])}:u=qe,t&&s){const L=u;u=()=>_t(L())}let p,y=L=>{p=T.onStop=()=>{ct(L,c,4),p=T.onStop=void 0}},b;if(pn)if(y=qe,t?n&&ke(t,c,3,[u(),f?[]:void 0,y]):u(),r==="sync"){const L=Da();b=L.__watcherHandles||(L.__watcherHandles=[])}else return qe;let v=f?new Array(e.length).fill(Zn):Zn;const k=()=>{if(T.active)if(t){const L=T.run();(s||a||(f?L.some((J,fe)=>vt(J,v[fe])):vt(L,v)))&&(p&&p(),ke(t,c,3,[L,v===Zn?void 0:f&&v[0]===Zn?[]:v,y]),v=L)}else T.run()};k.allowRecurse=!!t;let O;r==="sync"?O=k:r==="post"?O=()=>Pe(k,c&&c.suspense):(k.pre=!0,c&&(k.id=c.uid),O=()=>qs(k));const T=new Is(u,O);t?n?k():v=T.run():r==="post"?Pe(T.run.bind(T),c&&c.suspense):T.run();const z=()=>{T.stop(),c&&c.scope&&Rs(c.scope.effects,T)};return b&&b.push(z),z}function Kc(e,t,n){const s=this.proxy,r=he(e)?e.includes(".")?Lo(s,e):()=>s[e]:e.bind(s,s);let o;V(t)?o=t:(o=t.handler,n=t);const i=be;Jt(this);const l=Mo(r,o.bind(s),n);return i?Jt(i):Ot(),l}function Lo(e,t){const n=t.split(".");return()=>{let s=e;for(let r=0;r<n.length&&s;r++)s=s[n[r]];return s}}function _t(e,t){if(!le(e)||e.__v_skip||(t=t||new Set,t.has(e)))return e;if(t.add(e),de(e))_t(e.value,t);else if(q(e))for(let n=0;n<e.length;n++)_t(e[n],t);else if(zr(e)||Mt(e))e.forEach(n=>{_t(n,t)});else if(Jr(e))for(const n in e)_t(e[n],t);return e}function jo(e,t){const n=Re;if(n===null)return e;const s=as(n)||n.proxy,r=e.dirs||(e.dirs=[]);for(let o=0;o<t.length;o++){let[i,l,c,u=ie]=t[o];i&&(V(i)&&(i={mounted:i,updated:i}),i.deep&&_t(l),r.push({dir:i,instance:s,value:l,oldValue:void 0,arg:c,modifiers:u}))}return e}function Rt(e,t,n,s){const r=e.dirs,o=t&&t.dirs;for(let i=0;i<r.length;i++){const l=r[i];o&&(l.oldValue=o[i].value);let c=l.dir[s];c&&(Ft(),ke(c,n,8,[e.el,l,e,t]),Dt())}}const at=Symbol("_leaveCb"),$n=Symbol("_enterCb");function Vc(){const e={isMounted:!1,isLeaving:!1,isUnmounting:!1,leavingVNodes:new Map};return Xs(()=>{e.isMounted=!0}),zo(()=>{e.isUnmounting=!0}),e}const Ne=[Function,Array],Fo={mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:Ne,onEnter:Ne,onAfterEnter:Ne,onEnterCancelled:Ne,onBeforeLeave:Ne,onLeave:Ne,onAfterLeave:Ne,onLeaveCancelled:Ne,onBeforeAppear:Ne,onAppear:Ne,onAfterAppear:Ne,onAppearCancelled:Ne},Jc={name:"BaseTransition",props:Fo,setup(e,{slots:t}){const n=Ta(),s=Vc();let r;return()=>{const o=t.default&&Ho(t.default(),!0);if(!o||!o.length)return;let i=o[0];if(o.length>1){for(const v of o)if(v.type!==De){i=v;break}}const l=G(e),{mode:c}=l;if(s.isLeaving)return Qs(i);const u=Bo(i);if(!u)return Qs(i);const a=Ws(u,l,s,n);Gs(u,a);const f=n.subTree,p=f&&Bo(f);let y=!1;const{getTransitionKey:b}=u.type;if(b){const v=b();r===void 0?r=v:v!==r&&(r=v,y=!0)}if(p&&p.type!==De&&(!St(u,p)||y)){const v=Ws(p,l,s,n);if(Gs(p,v),c==="out-in")return s.isLeaving=!0,v.afterLeave=()=>{s.isLeaving=!1,n.update.active!==!1&&n.update()},Qs(i);c==="in-out"&&u.type!==De&&(v.delayLeave=(k,O,T)=>{const z=Do(s,p);z[String(p.key)]=p,k[at]=()=>{O(),k[at]=void 0,delete a.delayedLeave},a.delayedLeave=T})}return i}}};function Do(e,t){const{leavingVNodes:n}=e;let s=n.get(t.type);return s||(s=Object.create(null),n.set(t.type,s)),s}function Ws(e,t,n,s){const{appear:r,mode:o,persisted:i=!1,onBeforeEnter:l,onEnter:c,onAfterEnter:u,onEnterCancelled:a,onBeforeLeave:f,onLeave:p,onAfterLeave:y,onLeaveCancelled:b,onBeforeAppear:v,onAppear:k,onAfterAppear:O,onAppearCancelled:T}=t,z=String(e.key),L=Do(n,e),J=(I,U)=>{I&&ke(I,s,9,U)},fe=(I,U)=>{const W=U[1];J(I,U),q(I)?I.every(se=>se.length<=1)&&W():I.length<=1&&W()},ae={mode:o,persisted:i,beforeEnter(I){let U=l;if(!n.isMounted)if(r)U=v||l;else return;I[at]&&I[at](!0);const W=L[z];W&&St(e,W)&&W.el[at]&&W.el[at](),J(U,[I])},enter(I){let U=c,W=u,se=a;if(!n.isMounted)if(r)U=k||c,W=O||u,se=T||a;else return;let M=!1;const $=I[$n]=ye=>{M||(M=!0,ye?J(se,[I]):J(W,[I]),ae.delayedLeave&&ae.delayedLeave(),I[$n]=void 0)};U?fe(U,[I,$]):$()},leave(I,U){const W=String(e.key);if(I[$n]&&I[$n](!0),n.isUnmounting)return U();J(f,[I]);let se=!1;const M=I[at]=$=>{se||(se=!0,U(),$?J(b,[I]):J(y,[I]),I[at]=void 0,L[W]===e&&delete L[W])};L[W]=e,p?fe(p,[I,M]):M()},clone(I){return Ws(I,t,n,s)}};return ae}function Qs(e){if(ts(e))return e=ut(e),e.children=null,e}function Bo(e){return ts(e)?e.children?e.children[0]:void 0:e}function Gs(e,t){e.shapeFlag&6&&e.component?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}function Ho(e,t=!1,n){let s=[],r=0;for(let o=0;o<e.length;o++){let i=e[o];const l=n==null?i.key:String(n)+String(i.key!=null?i.key:o);i.type===Fe?(i.patchFlag&128&&r++,s=s.concat(Ho(i.children,t,l))):(t||i.type!==De)&&s.push(l!=null?ut(i,{key:l}):i)}if(r>1)for(let o=0;o<s.length;o++)s[o].patchFlag=-2;return s}/*! #__NO_SIDE_EFFECTS__ */function Uo(e,t){return V(e)?ge({name:e.name},t,{setup:e}):e}const es=e=>!!e.type.__asyncLoader,ts=e=>e.type.__isKeepAlive;function Wc(e,t){qo(e,"a",t)}function Qc(e,t){qo(e,"da",t)}function qo(e,t,n=be){const s=e.__wdc||(e.__wdc=()=>{let r=n;for(;r;){if(r.isDeactivated)return;r=r.parent}return e()});if(ns(t,s,n),n){let r=n.parent;for(;r&&r.parent;)ts(r.parent.vnode)&&Gc(s,t,n,r),r=r.parent}}function Gc(e,t,n,s){const r=ns(t,e,s,!0);Ko(()=>{Rs(s[t],r)},n)}function ns(e,t,n=be,s=!1){if(n){const r=n[e]||(n[e]=[]),o=t.__weh||(t.__weh=(...i)=>{if(n.isUnmounted)return;Ft(),Jt(n);const l=ke(t,n,e,i);return Ot(),Dt(),l});return s?r.unshift(o):r.push(o),o}}const $e=e=>(t,n=be)=>(!pn||e==="sp")&&ns(e,(...s)=>t(...s),n),Xc=$e("bm"),Xs=$e("m"),Yc=$e("bu"),Zc=$e("u"),zo=$e("bum"),Ko=$e("um"),$c=$e("sp"),ea=$e("rtg"),ta=$e("rtc");function na(e,t=be){ns("ec",e,t)}const Ys=e=>e?di(e)?as(e)||e.proxy:Ys(e.parent):null,an=ge(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=>Ys(e.parent),$root:e=>Ys(e.root),$emit:e=>e.emit,$options:e=>er(e),$forceUpdate:e=>e.f||(e.f=()=>qs(e.update)),$nextTick:e=>e.n||(e.n=Us.bind(e.proxy)),$watch:e=>Kc.bind(e)}),Zs=(e,t)=>e!==ie&&!e.__isScriptSetup&&Z(e,t),sa={get({_:e},t){const{ctx:n,setupState:s,data:r,props:o,accessCache:i,type:l,appContext:c}=e;let u;if(t[0]!=="$"){const y=i[t];if(y!==void 0)switch(y){case 1:return s[t];case 2:return r[t];case 4:return n[t];case 3:return o[t]}else{if(Zs(s,t))return i[t]=1,s[t];if(r!==ie&&Z(r,t))return i[t]=2,r[t];if((u=e.propsOptions[0])&&Z(u,t))return i[t]=3,o[t];if(n!==ie&&Z(n,t))return i[t]=4,n[t];$s&&(i[t]=0)}}const a=an[t];let f,p;if(a)return t==="$attrs"&&_e(e,"get",t),a(e);if((f=l.__cssModules)&&(f=f[t]))return f;if(n!==ie&&Z(n,t))return i[t]=4,n[t];if(p=c.config.globalProperties,Z(p,t))return p[t]},set({_:e},t,n){const{data:s,setupState:r,ctx:o}=e;return Zs(r,t)?(r[t]=n,!0):s!==ie&&Z(s,t)?(s[t]=n,!0):Z(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(o[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:s,appContext:r,propsOptions:o}},i){let l;return!!n[i]||e!==ie&&Z(e,i)||Zs(t,i)||(l=o[0])&&Z(l,i)||Z(s,i)||Z(an,i)||Z(r.config.globalProperties,i)},defineProperty(e,t,n){return n.get!=null?e._.accessCache[t]=0:Z(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};function Vo(e){return q(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}let $s=!0;function ra(e){const t=er(e),n=e.proxy,s=e.ctx;$s=!1,t.beforeCreate&&Jo(t.beforeCreate,e,"bc");const{data:r,computed:o,methods:i,watch:l,provide:c,inject:u,created:a,beforeMount:f,mounted:p,beforeUpdate:y,updated:b,activated:v,deactivated:k,beforeDestroy:O,beforeUnmount:T,destroyed:z,unmounted:L,render:J,renderTracked:fe,renderTriggered:ae,errorCaptured:I,serverPrefetch:U,expose:W,inheritAttrs:se,components:M,directives:$,filters:ye}=t;if(u&&oa(u,s,null),i)for(const re in i){const ee=i[re];V(ee)&&(s[re]=ee.bind(n))}if(r){const re=r.call(n,n);le(re)&&(e.data=Bt(re))}if($s=!0,o)for(const re in o){const ee=o[re],st=V(ee)?ee.bind(n,n):V(ee.get)?ee.get.bind(n,n):qe,yt=!V(ee)&&V(ee.set)?ee.set.bind(n):qe,Ge=Ie({get:st,set:yt});Object.defineProperty(s,re,{enumerable:!0,configurable:!0,get:()=>Ge.value,set:Oe=>Ge.value=Oe})}if(l)for(const re in l)Wo(l[re],s,n,re);if(c){const re=V(c)?c.call(n):c;Reflect.ownKeys(re).forEach(ee=>{rs(ee,re[ee])})}a&&Jo(a,e,"c");function Y(re,ee){q(ee)?ee.forEach(st=>re(st.bind(n))):ee&&re(ee.bind(n))}if(Y(Xc,f),Y(Xs,p),Y(Yc,y),Y(Zc,b),Y(Wc,v),Y(Qc,k),Y(na,I),Y(ta,fe),Y(ea,ae),Y(zo,T),Y(Ko,L),Y($c,U),q(W))if(W.length){const re=e.exposed||(e.exposed={});W.forEach(ee=>{Object.defineProperty(re,ee,{get:()=>n[ee],set:st=>n[ee]=st})})}else e.exposed||(e.exposed={});J&&e.render===qe&&(e.render=J),se!=null&&(e.inheritAttrs=se),M&&(e.components=M),$&&(e.directives=$)}function oa(e,t,n=qe){q(e)&&(e=tr(e));for(const s in e){const r=e[s];let o;le(r)?"default"in r?o=je(r.from||s,r.default,!0):o=je(r.from||s):o=je(r),de(o)?Object.defineProperty(t,s,{enumerable:!0,configurable:!0,get:()=>o.value,set:i=>o.value=i}):t[s]=o}}function Jo(e,t,n){ke(q(e)?e.map(s=>s.bind(t.proxy)):e.bind(t.proxy),t,n)}function Wo(e,t,n,s){const r=s.includes(".")?Lo(n,s):()=>n[s];if(he(e)){const o=t[e];V(o)&&xt(r,o)}else if(V(e))xt(r,e.bind(n));else if(le(e))if(q(e))e.forEach(o=>Wo(o,t,n,s));else{const o=V(e.handler)?e.handler.bind(n):t[e.handler];V(o)&&xt(r,o,e)}}function er(e){const t=e.type,{mixins:n,extends:s}=t,{mixins:r,optionsCache:o,config:{optionMergeStrategies:i}}=e.appContext,l=o.get(t);let c;return l?c=l:!r.length&&!n&&!s?c=t:(c={},r.length&&r.forEach(u=>ss(c,u,i,!0)),ss(c,t,i)),le(t)&&o.set(t,c),c}function ss(e,t,n,s=!1){const{mixins:r,extends:o}=t;o&&ss(e,o,n,!0),r&&r.forEach(i=>ss(e,i,n,!0));for(const i in t)if(!(s&&i==="expose")){const l=ia[i]||n&&n[i];e[i]=l?l(e[i],t[i]):t[i]}return e}const ia={data:Qo,props:Go,emits:Go,methods:un,computed:un,beforeCreate:Ae,created:Ae,beforeMount:Ae,mounted:Ae,beforeUpdate:Ae,updated:Ae,beforeDestroy:Ae,beforeUnmount:Ae,destroyed:Ae,unmounted:Ae,activated:Ae,deactivated:Ae,errorCaptured:Ae,serverPrefetch:Ae,components:un,directives:un,watch:ca,provide:Qo,inject:la};function Qo(e,t){return t?e?function(){return ge(V(e)?e.call(this,this):e,V(t)?t.call(this,this):t)}:t:e}function la(e,t){return un(tr(e),tr(t))}function tr(e){if(q(e)){const t={};for(let n=0;n<e.length;n++)t[e[n]]=e[n];return t}return e}function Ae(e,t){return e?[...new Set([].concat(e,t))]:t}function un(e,t){return e?ge(Object.create(null),e,t):t}function Go(e,t){return e?q(e)&&q(t)?[...new Set([...e,...t])]:ge(Object.create(null),Vo(e),Vo(t??{})):t}function ca(e,t){if(!e)return t;if(!t)return e;const n=ge(Object.create(null),e);for(const s in t)n[s]=Ae(e[s],t[s]);return n}function Xo(){return{app:null,config:{isNativeTag:zl,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 aa=0;function ua(e,t){return function(s,r=null){V(s)||(s=ge({},s)),r!=null&&!le(r)&&(r=null);const o=Xo(),i=new WeakSet;let l=!1;const c=o.app={_uid:aa++,_component:s,_props:r,_container:null,_context:o,_instance:null,version:Ba,get config(){return o.config},set config(u){},use(u,...a){return i.has(u)||(u&&V(u.install)?(i.add(u),u.install(c,...a)):V(u)&&(i.add(u),u(c,...a))),c},mixin(u){return o.mixins.includes(u)||o.mixins.push(u),c},component(u,a){return a?(o.components[u]=a,c):o.components[u]},directive(u,a){return a?(o.directives[u]=a,c):o.directives[u]},mount(u,a,f){if(!l){const p=ue(s,r);return p.appContext=o,a&&t?t(p,u):e(p,u,f),l=!0,c._container=u,u.__vue_app__=c,as(p.component)||p.component.proxy}},unmount(){l&&(e(null,c._container),delete c._container.__vue_app__)},provide(u,a){return o.provides[u]=a,c},runWithContext(u){fn=c;try{return u()}finally{fn=null}}};return c}}let fn=null;function rs(e,t){if(be){let n=be.provides;const s=be.parent&&be.parent.provides;s===n&&(n=be.provides=Object.create(s)),n[e]=t}}function je(e,t,n=!1){const s=be||Re;if(s||fn){const r=s?s.parent==null?s.vnode.appContext&&s.vnode.appContext.provides:s.parent.provides:fn._context.provides;if(r&&e in r)return r[e];if(arguments.length>1)return n&&V(t)?t.call(s&&s.proxy):t}}function fa(){return!!(be||Re||fn)}function da(e,t,n,s=!1){const r={},o={};jn(o,ls,1),e.propsDefaults=Object.create(null),Yo(e,t,r,o);for(const i in e.propsOptions[0])i in r||(r[i]=void 0);n?e.props=s?r:bo(r):e.type.props?e.props=r:e.props=o,e.attrs=o}function ha(e,t,n,s){const{props:r,attrs:o,vnode:{patchFlag:i}}=e,l=G(r),[c]=e.propsOptions;let u=!1;if((s||i>0)&&!(i&16)){if(i&8){const a=e.vnode.dynamicProps;for(let f=0;f<a.length;f++){let p=a[f];if(Qn(e.emitsOptions,p))continue;const y=t[p];if(c)if(Z(o,p))y!==o[p]&&(o[p]=y,u=!0);else{const b=ze(p);r[b]=nr(c,l,b,y,e,!1)}else y!==o[p]&&(o[p]=y,u=!0)}}}else{Yo(e,t,r,o)&&(u=!0);let a;for(const f in l)(!t||!Z(t,f)&&((a=Lt(f))===f||!Z(t,a)))&&(c?n&&(n[f]!==void 0||n[a]!==void 0)&&(r[f]=nr(c,l,f,void 0,e,!0)):delete r[f]);if(o!==l)for(const f in o)(!t||!Z(t,f))&&(delete o[f],u=!0)}u&&Ye(e,"set","$attrs")}function Yo(e,t,n,s){const[r,o]=e.propsOptions;let i=!1,l;if(t)for(let c in t){if(Nn(c))continue;const u=t[c];let a;r&&Z(r,a=ze(c))?!o||!o.includes(a)?n[a]=u:(l||(l={}))[a]=u:Qn(e.emitsOptions,c)||(!(c in s)||u!==s[c])&&(s[c]=u,i=!0)}if(o){const c=G(n),u=l||ie;for(let a=0;a<o.length;a++){const f=o[a];n[f]=nr(r,c,f,u[f],e,!Z(u,f))}}return i}function nr(e,t,n,s,r,o){const i=e[n];if(i!=null){const l=Z(i,"default");if(l&&s===void 0){const c=i.default;if(i.type!==Function&&!i.skipFactory&&V(c)){const{propsDefaults:u}=r;n in u?s=u[n]:(Jt(r),s=u[n]=c.call(null,t),Ot())}else s=c}i[0]&&(o&&!l?s=!1:i[1]&&(s===""||s===Lt(n))&&(s=!0))}return s}function Zo(e,t,n=!1){const s=t.propsCache,r=s.get(e);if(r)return r;const o=e.props,i={},l=[];let c=!1;if(!V(e)){const a=f=>{c=!0;const[p,y]=Zo(f,t,!0);ge(i,p),y&&l.push(...y)};!n&&t.mixins.length&&t.mixins.forEach(a),e.extends&&a(e.extends),e.mixins&&e.mixins.forEach(a)}if(!o&&!c)return le(e)&&s.set(e,It),It;if(q(o))for(let a=0;a<o.length;a++){const f=ze(o[a]);$o(f)&&(i[f]=ie)}else if(o)for(const a in o){const f=ze(a);if($o(f)){const p=o[a],y=i[f]=q(p)||V(p)?{type:p}:ge({},p);if(y){const b=ni(Boolean,y.type),v=ni(String,y.type);y[0]=b>-1,y[1]=v<0||b<v,(b>-1||Z(y,"default"))&&l.push(f)}}}const u=[i,l];return le(e)&&s.set(e,u),u}function $o(e){return e[0]!=="$"}function ei(e){const t=e&&e.toString().match(/^\s*(function|class) (\w+)/);return t?t[2]:e===null?"null":""}function ti(e,t){return ei(e)===ei(t)}function ni(e,t){return q(t)?t.findIndex(n=>ti(n,e)):V(t)&&ti(t,e)?0:-1}const si=e=>e[0]==="_"||e==="$stable",sr=e=>q(e)?e.map(Ve):[Ve(e)],pa=(e,t,n)=>{if(t._n)return t;const s=zt((...r)=>sr(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 o=e[r];if(V(o))t[r]=pa(r,o,s);else if(o!=null){const i=sr(o);t[r]=()=>i}}},oi=(e,t)=>{const n=sr(t);e.slots.default=()=>n},ma=(e,t)=>{if(e.vnode.shapeFlag&32){const n=t._;n?(e.slots=G(t),jn(t,"_",n)):ri(t,e.slots={})}else e.slots={},t&&oi(e,t);jn(e.slots,ls,1)},ga=(e,t,n)=>{const{vnode:s,slots:r}=e;let o=!0,i=ie;if(s.shapeFlag&32){const l=t._;l?n&&l===1?o=!1:(ge(r,t),!n&&l===1&&delete r._):(o=!t.$stable,ri(t,r)),i=t}else t&&(oi(e,t),i={default:1});if(o)for(const l in r)!si(l)&&i[l]==null&&delete r[l]};function rr(e,t,n,s,r=!1){if(q(e)){e.forEach((p,y)=>rr(p,t&&(q(t)?t[y]:t),n,s,r));return}if(es(s)&&!r)return;const o=s.shapeFlag&4?as(s.component)||s.component.proxy:s.el,i=r?null:o,{i:l,r:c}=e,u=t&&t.r,a=l.refs===ie?l.refs={}:l.refs,f=l.setupState;if(u!=null&&u!==c&&(he(u)?(a[u]=null,Z(f,u)&&(f[u]=null)):de(u)&&(u.value=null)),V(c))ct(c,l,12,[i,a]);else{const p=he(c),y=de(c);if(p||y){const b=()=>{if(e.f){const v=p?Z(f,c)?f[c]:a[c]:c.value;r?q(v)&&Rs(v,o):q(v)?v.includes(o)||v.push(o):p?(a[c]=[o],Z(f,c)&&(f[c]=a[c])):(c.value=[o],e.k&&(a[e.k]=c.value))}else p?(a[c]=i,Z(f,c)&&(f[c]=i)):y&&(c.value=i,e.k&&(a[e.k]=i))};i?(b.id=-1,Pe(b,n)):b()}}}const Pe=zc;function ba(e){return ya(e)}function ya(e,t){const n=Cs();n.__VUE__=!0;const{insert:s,remove:r,patchProp:o,createElement:i,createText:l,createComment:c,setText:u,setElementText:a,parentNode:f,nextSibling:p,setScopeId:y=qe,insertStaticContent:b}=e,v=(d,h,m,g=null,A=null,x=null,C=!1,R=null,P=!!h.dynamicChildren)=>{if(d===h)return;d&&!St(d,h)&&(g=w(d),Oe(d,A,x,!0),d=null),h.patchFlag===-2&&(P=!1,h.dynamicChildren=null);const{type:_,ref:B,shapeFlag:j}=h;switch(_){case os:k(d,h,m,g);break;case De:O(d,h,m,g);break;case is:d==null&&T(h,m,g,C);break;case Fe:M(d,h,m,g,A,x,C,R,P);break;default:j&1?J(d,h,m,g,A,x,C,R,P):j&6?$(d,h,m,g,A,x,C,R,P):(j&64||j&128)&&_.process(d,h,m,g,A,x,C,R,P,S)}B!=null&&A&&rr(B,d&&d.ref,x,h||d,!h)},k=(d,h,m,g)=>{if(d==null)s(h.el=l(h.children),m,g);else{const A=h.el=d.el;h.children!==d.children&&u(A,h.children)}},O=(d,h,m,g)=>{d==null?s(h.el=c(h.children||""),m,g):h.el=d.el},T=(d,h,m,g)=>{[d.el,d.anchor]=b(d.children,h,m,g,d.el,d.anchor)},z=({el:d,anchor:h},m,g)=>{let A;for(;d&&d!==h;)A=p(d),s(d,m,g),d=A;s(h,m,g)},L=({el:d,anchor:h})=>{let m;for(;d&&d!==h;)m=p(d),r(d),d=m;r(h)},J=(d,h,m,g,A,x,C,R,P)=>{C=C||h.type==="svg",d==null?fe(h,m,g,A,x,C,R,P):U(d,h,A,x,C,R,P)},fe=(d,h,m,g,A,x,C,R)=>{let P,_;const{type:B,props:j,shapeFlag:H,transition:K,dirs:Q}=d;if(P=d.el=i(d.type,x,j&&j.is,j),H&8?a(P,d.children):H&16&&I(d.children,P,null,g,A,x&&B!=="foreignObject",C,R),Q&&Rt(d,null,g,"created"),ae(P,d,d.scopeId,C,g),j){for(const ne in j)ne!=="value"&&!Nn(ne)&&o(P,ne,null,j[ne],x,d.children,g,A,we);"value"in j&&o(P,"value",null,j.value),(_=j.onVnodeBeforeMount)&&Je(_,g,d)}Q&&Rt(d,null,g,"beforeMount");const oe=va(A,K);oe&&K.beforeEnter(P),s(P,h,m),((_=j&&j.onVnodeMounted)||oe||Q)&&Pe(()=>{_&&Je(_,g,d),oe&&K.enter(P),Q&&Rt(d,null,g,"mounted")},A)},ae=(d,h,m,g,A)=>{if(m&&y(d,m),g)for(let x=0;x<g.length;x++)y(d,g[x]);if(A){let x=A.subTree;if(h===x){const C=A.vnode;ae(d,C,C.scopeId,C.slotScopeIds,A.parent)}}},I=(d,h,m,g,A,x,C,R,P=0)=>{for(let _=P;_<d.length;_++){const B=d[_]=R?ft(d[_]):Ve(d[_]);v(null,B,h,m,g,A,x,C,R)}},U=(d,h,m,g,A,x,C)=>{const R=h.el=d.el;let{patchFlag:P,dynamicChildren:_,dirs:B}=h;P|=d.patchFlag&16;const j=d.props||ie,H=h.props||ie;let K;m&&Pt(m,!1),(K=H.onVnodeBeforeUpdate)&&Je(K,m,h,d),B&&Rt(h,d,m,"beforeUpdate"),m&&Pt(m,!0);const Q=A&&h.type!=="foreignObject";if(_?W(d.dynamicChildren,_,R,m,g,Q,x):C||ee(d,h,R,null,m,g,Q,x,!1),P>0){if(P&16)se(R,h,j,H,m,g,A);else if(P&2&&j.class!==H.class&&o(R,"class",null,H.class,A),P&4&&o(R,"style",j.style,H.style,A),P&8){const oe=h.dynamicProps;for(let ne=0;ne<oe.length;ne++){const me=oe[ne],Ue=j[me],nn=H[me];(nn!==Ue||me==="value")&&o(R,me,Ue,nn,A,d.children,m,g,we)}}P&1&&d.children!==h.children&&a(R,h.children)}else!C&&_==null&&se(R,h,j,H,m,g,A);((K=H.onVnodeUpdated)||B)&&Pe(()=>{K&&Je(K,m,h,d),B&&Rt(h,d,m,"updated")},g)},W=(d,h,m,g,A,x,C)=>{for(let R=0;R<h.length;R++){const P=d[R],_=h[R],B=P.el&&(P.type===Fe||!St(P,_)||P.shapeFlag&70)?f(P.el):m;v(P,_,B,null,g,A,x,C,!0)}},se=(d,h,m,g,A,x,C)=>{if(m!==g){if(m!==ie)for(const R in m)!Nn(R)&&!(R in g)&&o(d,R,m[R],null,C,h.children,A,x,we);for(const R in g){if(Nn(R))continue;const P=g[R],_=m[R];P!==_&&R!=="value"&&o(d,R,_,P,C,h.children,A,x,we)}"value"in g&&o(d,"value",m.value,g.value)}},M=(d,h,m,g,A,x,C,R,P)=>{const _=h.el=d?d.el:l(""),B=h.anchor=d?d.anchor:l("");let{patchFlag:j,dynamicChildren:H,slotScopeIds:K}=h;K&&(R=R?R.concat(K):K),d==null?(s(_,m,g),s(B,m,g),I(h.children,m,B,A,x,C,R,P)):j>0&&j&64&&H&&d.dynamicChildren?(W(d.dynamicChildren,H,m,A,x,C,R),(h.key!=null||A&&h===A.subTree)&&ii(d,h,!0)):ee(d,h,m,B,A,x,C,R,P)},$=(d,h,m,g,A,x,C,R,P)=>{h.slotScopeIds=R,d==null?h.shapeFlag&512?A.ctx.activate(h,m,g,C,P):ye(h,m,g,A,x,C,P):xe(d,h,P)},ye=(d,h,m,g,A,x,C)=>{const R=d.component=Ca(d,g,A);if(ts(d)&&(R.ctx.renderer=S),ka(R),R.asyncDep){if(A&&A.registerDep(R,Y),!d.el){const P=R.subTree=ue(De);O(null,P,h,m)}return}Y(R,d,h,m,A,x,C)},xe=(d,h,m)=>{const g=h.component=d.component;if(Bc(d,h,m))if(g.asyncDep&&!g.asyncResolved){re(g,h,m);return}else g.next=h,Ic(g.update),g.update();else h.el=d.el,g.vnode=h},Y=(d,h,m,g,A,x,C)=>{const R=()=>{if(d.isMounted){let{next:B,bu:j,u:H,parent:K,vnode:Q}=d,oe=B,ne;Pt(d,!1),B?(B.el=Q.el,re(d,B,C)):B=Q,j&&Ln(j),(ne=B.props&&B.props.onVnodeBeforeUpdate)&&Je(ne,K,B,Q),Pt(d,!0);const me=Vs(d),Ue=d.subTree;d.subTree=me,v(Ue,me,f(Ue.el),w(Ue),d,A,x),B.el=me.el,oe===null&&Hc(d,me.el),H&&Pe(H,A),(ne=B.props&&B.props.onVnodeUpdated)&&Pe(()=>Je(ne,K,B,Q),A)}else{let B;const{el:j,props:H}=h,{bm:K,m:Q,parent:oe}=d,ne=es(h);if(Pt(d,!1),K&&Ln(K),!ne&&(B=H&&H.onVnodeBeforeMount)&&Je(B,oe,h),Pt(d,!0),j&&te){const me=()=>{d.subTree=Vs(d),te(j,d.subTree,d,A,null)};ne?h.type.__asyncLoader().then(()=>!d.isUnmounted&&me()):me()}else{const me=d.subTree=Vs(d);v(null,me,m,g,d,A,x),h.el=me.el}if(Q&&Pe(Q,A),!ne&&(B=H&&H.onVnodeMounted)){const me=h;Pe(()=>Je(B,oe,me),A)}(h.shapeFlag&256||oe&&es(oe.vnode)&&oe.vnode.shapeFlag&256)&&d.a&&Pe(d.a,A),d.isMounted=!0,h=m=g=null}},P=d.effect=new Is(R,()=>qs(_),d.scope),_=d.update=()=>P.run();_.id=d.uid,Pt(d,!0),_()},re=(d,h,m)=>{h.component=d;const g=d.vnode.props;d.vnode=h,d.next=null,ha(d,h.props,g,m),ga(d,h.children,m),Ft(),Po(),Dt()},ee=(d,h,m,g,A,x,C,R,P=!1)=>{const _=d&&d.children,B=d?d.shapeFlag:0,j=h.children,{patchFlag:H,shapeFlag:K}=h;if(H>0){if(H&128){yt(_,j,m,g,A,x,C,R,P);return}else if(H&256){st(_,j,m,g,A,x,C,R,P);return}}K&8?(B&16&&we(_,A,x),j!==_&&a(m,j)):B&16?K&16?yt(_,j,m,g,A,x,C,R,P):we(_,A,x,!0):(B&8&&a(m,""),K&16&&I(j,m,g,A,x,C,R,P))},st=(d,h,m,g,A,x,C,R,P)=>{d=d||It,h=h||It;const _=d.length,B=h.length,j=Math.min(_,B);let H;for(H=0;H<j;H++){const K=h[H]=P?ft(h[H]):Ve(h[H]);v(d[H],K,m,null,A,x,C,R,P)}_>B?we(d,A,x,!0,!1,j):I(h,m,g,A,x,C,R,P,j)},yt=(d,h,m,g,A,x,C,R,P)=>{let _=0;const B=h.length;let j=d.length-1,H=B-1;for(;_<=j&&_<=H;){const K=d[_],Q=h[_]=P?ft(h[_]):Ve(h[_]);if(St(K,Q))v(K,Q,m,null,A,x,C,R,P);else break;_++}for(;_<=j&&_<=H;){const K=d[j],Q=h[H]=P?ft(h[H]):Ve(h[H]);if(St(K,Q))v(K,Q,m,null,A,x,C,R,P);else break;j--,H--}if(_>j){if(_<=H){const K=H+1,Q=K<B?h[K].el:g;for(;_<=H;)v(null,h[_]=P?ft(h[_]):Ve(h[_]),m,Q,A,x,C,R,P),_++}}else if(_>H)for(;_<=j;)Oe(d[_],A,x,!0),_++;else{const K=_,Q=_,oe=new Map;for(_=Q;_<=H;_++){const Te=h[_]=P?ft(h[_]):Ve(h[_]);Te.key!=null&&oe.set(Te.key,_)}let ne,me=0;const Ue=H-Q+1;let nn=!1,Hl=0;const On=new Array(Ue);for(_=0;_<Ue;_++)On[_]=0;for(_=K;_<=j;_++){const Te=d[_];if(me>=Ue){Oe(Te,A,x,!0);continue}let Xe;if(Te.key!=null)Xe=oe.get(Te.key);else for(ne=Q;ne<=H;ne++)if(On[ne-Q]===0&&St(Te,h[ne])){Xe=ne;break}Xe===void 0?Oe(Te,A,x,!0):(On[Xe-Q]=_+1,Xe>=Hl?Hl=Xe:nn=!0,v(Te,h[Xe],m,null,A,x,C,R,P),me++)}const Ul=nn?Ea(On):It;for(ne=Ul.length-1,_=Ue-1;_>=0;_--){const Te=Q+_,Xe=h[Te],ql=Te+1<B?h[Te+1].el:g;On[_]===0?v(null,Xe,m,ql,A,x,C,R,P):nn&&(ne<0||_!==Ul[ne]?Ge(Xe,m,ql,2):ne--)}}},Ge=(d,h,m,g,A=null)=>{const{el:x,type:C,transition:R,children:P,shapeFlag:_}=d;if(_&6){Ge(d.component.subTree,h,m,g);return}if(_&128){d.suspense.move(h,m,g);return}if(_&64){C.move(d,h,m,S);return}if(C===Fe){s(x,h,m);for(let j=0;j<P.length;j++)Ge(P[j],h,m,g);s(d.anchor,h,m);return}if(C===is){z(d,h,m);return}if(g!==2&&_&1&&R)if(g===0)R.beforeEnter(x),s(x,h,m),Pe(()=>R.enter(x),A);else{const{leave:j,delayLeave:H,afterLeave:K}=R,Q=()=>s(x,h,m),oe=()=>{j(x,()=>{Q(),K&&K()})};H?H(x,Q,oe):oe()}else s(x,h,m)},Oe=(d,h,m,g=!1,A=!1)=>{const{type:x,props:C,ref:R,children:P,dynamicChildren:_,shapeFlag:B,patchFlag:j,dirs:H}=d;if(R!=null&&rr(R,null,m,d,!0),B&256){h.ctx.deactivate(d);return}const K=B&1&&H,Q=!es(d);let oe;if(Q&&(oe=C&&C.onVnodeBeforeUnmount)&&Je(oe,h,d),B&6)xs(d.component,m,g);else{if(B&128){d.suspense.unmount(m,g);return}K&&Rt(d,null,h,"beforeUnmount"),B&64?d.type.remove(d,h,m,A,S,g):_&&(x!==Fe||j>0&&j&64)?we(_,h,m,!1,!0):(x===Fe&&j&384||!A&&B&16)&&we(P,h,m),g&&en(d)}(Q&&(oe=C&&C.onVnodeUnmounted)||K)&&Pe(()=>{oe&&Je(oe,h,d),K&&Rt(d,null,h,"unmounted")},m)},en=d=>{const{type:h,el:m,anchor:g,transition:A}=d;if(h===Fe){tn(m,g);return}if(h===is){L(d);return}const x=()=>{r(m),A&&!A.persisted&&A.afterLeave&&A.afterLeave()};if(d.shapeFlag&1&&A&&!A.persisted){const{leave:C,delayLeave:R}=A,P=()=>C(m,x);R?R(d.el,x,P):P()}else x()},tn=(d,h)=>{let m;for(;d!==h;)m=p(d),r(d),d=m;r(h)},xs=(d,h,m)=>{const{bum:g,scope:A,update:x,subTree:C,um:R}=d;g&&Ln(g),A.stop(),x&&(x.active=!1,Oe(C,d,h,m)),R&&Pe(R,h),Pe(()=>{d.isUnmounted=!0},h),h&&h.pendingBranch&&!h.isUnmounted&&d.asyncDep&&!d.asyncResolved&&d.suspenseId===h.pendingId&&(h.deps--,h.deps===0&&h.resolve())},we=(d,h,m,g=!1,A=!1,x=0)=>{for(let C=x;C<d.length;C++)Oe(d[C],h,m,g,A)},w=d=>d.shapeFlag&6?w(d.component.subTree):d.shapeFlag&128?d.suspense.next():p(d.anchor||d.el),N=(d,h,m)=>{d==null?h._vnode&&Oe(h._vnode,null,null,!0):v(h._vnode||null,d,h,null,null,null,m),Po(),So(),h._vnode=d},S={p:v,um:Oe,m:Ge,r:en,mt:ye,mc:I,pc:ee,pbc:W,n:w,o:e};let D,te;return t&&([D,te]=t(S)),{render:N,hydrate:D,createApp:ua(N,D)}}function Pt({effect:e,update:t},n){e.allowRecurse=t.allowRecurse=n}function va(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function ii(e,t,n=!1){const s=e.children,r=t.children;if(q(s)&&q(r))for(let o=0;o<s.length;o++){const i=s[o];let l=r[o];l.shapeFlag&1&&!l.dynamicChildren&&((l.patchFlag<=0||l.patchFlag===32)&&(l=r[o]=ft(r[o]),l.el=i.el),n||ii(i,l)),l.type===os&&(l.el=i.el)}}function Ea(e){const t=e.slice(),n=[0];let s,r,o,i,l;const c=e.length;for(s=0;s<c;s++){const u=e[s];if(u!==0){if(r=n[n.length-1],e[r]<u){t[s]=r,n.push(s);continue}for(o=0,i=n.length-1;o<i;)l=o+i>>1,e[n[l]]<u?o=l+1:i=l;u<e[n[o]]&&(o>0&&(t[s]=n[o-1]),n[o]=s)}}for(o=n.length,i=n[o-1];o-- >0;)n[o]=i,i=t[i];return n}const wa=e=>e.__isTeleport,Fe=Symbol.for("v-fgt"),os=Symbol.for("v-txt"),De=Symbol.for("v-cmt"),is=Symbol.for("v-stc"),dn=[];let Be=null;function Ee(e=!1){dn.push(Be=e?null:[])}function Aa(){dn.pop(),Be=dn[dn.length-1]||null}let hn=1;function li(e){hn+=e}function ci(e){return e.dynamicChildren=hn>0?Be||It:null,Aa(),hn>0&&Be&&Be.push(e),e}function Se(e,t,n,s,r,o){return ci(F(e,t,n,s,r,o,!0))}function ai(e,t,n,s,r){return ci(ue(e,t,n,s,r,!0))}function or(e){return e?e.__v_isVNode===!0:!1}function St(e,t){return e.type===t.type&&e.key===t.key}const ls="__vInternal",ui=({key:e})=>e??null,cs=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?he(e)||de(e)||V(e)?{i:Re,r:e,k:t,f:!!n}:e:null);function F(e,t=null,n=null,s=0,r=null,o=e===Fe?0:1,i=!1,l=!1){const c={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&ui(t),ref:t&&cs(t),scopeId:Gn,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetAnchor:null,staticCount:0,shapeFlag:o,patchFlag:s,dynamicProps:r,dynamicChildren:null,appContext:null,ctx:Re};return l?(ir(c,n),o&128&&e.normalize(c)):n&&(c.shapeFlag|=he(n)?8:16),hn>0&&!i&&Be&&(c.patchFlag>0||o&6)&&c.patchFlag!==32&&Be.push(c),c}const ue=xa;function xa(e,t=null,n=null,s=0,r=null,o=!1){if((!e||e===ko)&&(e=De),or(e)){const l=ut(e,t,!0);return n&&ir(l,n),hn>0&&!o&&Be&&(l.shapeFlag&6?Be[Be.indexOf(e)]=l:Be.push(l)),l.patchFlag|=-2,l}if(ja(e)&&(e=e.__vccOpts),t){t=_a(t);let{class:l,style:c}=t;l&&!he(l)&&(t.class=Fn(l)),le(c)&&(vo(c)&&!q(c)&&(c=ge({},c)),t.style=jt(c))}const i=he(e)?1:qc(e)?128:wa(e)?64:le(e)?4:V(e)?2:0;return F(e,t,n,s,r,i,o,!0)}function _a(e){return e?vo(e)||ls in e?ge({},e):e:null}function ut(e,t,n=!1){const{props:s,ref:r,patchFlag:o,children:i}=e,l=t?Pa(s||{},t):s;return{__v_isVNode:!0,__v_skip:!0,type:e.type,props:l,key:l&&ui(l),ref:t&&t.ref?n&&r?q(r)?r.concat(cs(t)):[r,cs(t)]:cs(t):r,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:i,target:e.target,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==Fe?o===-1?16:o|16:o,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:e.transition,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&ut(e.ssContent),ssFallback:e.ssFallback&&ut(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce}}function et(e=" ",t=0){return ue(os,null,e,t)}function Ra(e,t){const n=ue(is,null,e);return n.staticCount=t,n}function Kt(e="",t=!1){return t?(Ee(),ai(De,null,e)):ue(De,null,e)}function Ve(e){return e==null||typeof e=="boolean"?ue(De):q(e)?ue(Fe,null,e.slice()):typeof e=="object"?ft(e):ue(os,null,String(e))}function ft(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:ut(e)}function ir(e,t){let n=0;const{shapeFlag:s}=e;if(t==null)t=null;else if(q(t))n=16;else if(typeof t=="object")if(s&65){const r=t.default;r&&(r._c&&(r._d=!1),ir(e,r()),r._c&&(r._d=!0));return}else{n=32;const r=t._;!r&&!(ls in t)?t._ctx=Re:r===3&&Re&&(Re.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else V(t)?(t={default:t,_ctx:Re},n=32):(t=String(t),s&64?(n=16,t=[et(t)]):n=8);e.children=t,e.shapeFlag|=n}function Pa(...e){const t={};for(let n=0;n<e.length;n++){const s=e[n];for(const r in s)if(r==="class")t.class!==s.class&&(t.class=Fn([t.class,s.class]));else if(r==="style")t.style=jt([t.style,s.style]);else if(Cn(r)){const o=t[r],i=s[r];i&&o!==i&&!(q(o)&&o.includes(i))&&(t[r]=o?[].concat(o,i):i)}else r!==""&&(t[r]=s[r])}return t}function Je(e,t,n,s=null){ke(e,t,7,[n,s])}const Sa=Xo();let Oa=0;function Ca(e,t,n){const s=e.type,r=(t?t.appContext:e.appContext)||Sa,o={uid:Oa++,vnode:e,type:s,parent:t,appContext:r,root:null,next:null,subTree:null,effect:null,update:null,scope:new Xr(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:t?t.provides:Object.create(r.provides),accessCache:null,renderCache:[],components:null,directives:null,propsOptions:Zo(s,r),emitsOptions:Co(s,r),emit:null,emitted:null,propsDefaults:ie,inheritAttrs:s.inheritAttrs,ctx:ie,data:ie,props:ie,attrs:ie,slots:ie,refs:ie,setupState:ie,setupContext:null,attrsProxy:null,slotsProxy:null,suspense:n,suspenseId:n?n.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=jc.bind(null,o),e.ce&&e.ce(o),o}let be=null;const Ta=()=>be||Re;let lr,Vt,fi="__VUE_INSTANCE_SETTERS__";(Vt=Cs()[fi])||(Vt=Cs()[fi]=[]),Vt.push(e=>be=e),lr=e=>{Vt.length>1?Vt.forEach(t=>t(e)):Vt[0](e)};const Jt=e=>{lr(e),e.scope.on()},Ot=()=>{be&&be.scope.off(),lr(null)};function di(e){return e.vnode.shapeFlag&4}let pn=!1;function ka(e,t=!1){pn=t;const{props:n,children:s}=e.vnode,r=di(e);da(e,n,r,t),ma(e,s);const o=r?Na(e,t):void 0;return pn=!1,o}function Na(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=Jn(new Proxy(e.ctx,sa));const{setup:s}=n;if(s){const r=e.setupContext=s.length>1?Ma(e):null;Jt(e),Ft();const o=ct(s,e,0,[e.props,r]);if(Dt(),Ot(),Kr(o)){if(o.then(Ot,Ot),t)return o.then(i=>{hi(e,i,t)}).catch(i=>{Wn(i,e,0)});e.asyncDep=o}else hi(e,o,t)}else mi(e,t)}function hi(e,t,n){V(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:le(t)&&(e.setupState=xo(t)),mi(e,n)}let pi;function mi(e,t,n){const s=e.type;if(!e.render){if(!t&&pi&&!s.render){const r=s.template||er(e).template;if(r){const{isCustomElement:o,compilerOptions:i}=e.appContext.config,{delimiters:l,compilerOptions:c}=s,u=ge(ge({isCustomElement:o,delimiters:l},i),c);s.render=pi(r,u)}}e.render=s.render||qe}{Jt(e),Ft();try{ra(e)}finally{Dt(),Ot()}}}function Ia(e){return e.attrsProxy||(e.attrsProxy=new Proxy(e.attrs,{get(t,n){return _e(e,"get","$attrs"),t[n]}}))}function Ma(e){const t=n=>{e.exposed=n||{}};return{get attrs(){return Ia(e)},slots:e.slots,emit:e.emit,expose:t}}function as(e){if(e.exposed)return e.exposeProxy||(e.exposeProxy=new Proxy(xo(Jn(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in an)return an[n](e)},has(t,n){return n in t||n in an}}))}function La(e,t=!0){return V(e)?e.displayName||e.name:e.name||t&&e.__name}function ja(e){return V(e)&&"__vccOpts"in e}const Ie=(e,t)=>Tc(e,t,pn);function cr(e,t,n){const s=arguments.length;return s===2?le(t)&&!q(t)?or(t)?ue(e,null,[t]):ue(e,t):ue(e,null,t):(s>3?n=Array.prototype.slice.call(arguments,2):s===3&&or(n)&&(n=[n]),ue(e,t,n))}const Fa=Symbol.for("v-scx"),Da=()=>je(Fa),Ba="3.3.10",Ha="http://www.w3.org/2000/svg",Ct=typeof document<"u"?document:null,gi=Ct&&Ct.createElement("template"),Ua={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?Ct.createElementNS(Ha,e):Ct.createElement(e,n?{is:n}:void 0);return e==="select"&&s&&s.multiple!=null&&r.setAttribute("multiple",s.multiple),r},createText:e=>Ct.createTextNode(e),createComment:e=>Ct.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>Ct.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,s,r,o){const i=n?n.previousSibling:t.lastChild;if(r&&(r===o||r.nextSibling))for(;t.insertBefore(r.cloneNode(!0),n),!(r===o||!(r=r.nextSibling)););else{gi.innerHTML=s?`<svg>${e}</svg>`:e;const l=gi.content;if(s){const c=l.firstChild;for(;c.firstChild;)l.appendChild(c.firstChild);l.removeChild(c)}t.insertBefore(l,n)}return[i?i.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},dt="transition",mn="animation",gn=Symbol("_vtc"),us=(e,{slots:t})=>cr(Jc,qa(e),t);us.displayName="Transition";const bi={name:String,type:String,css:{type:Boolean,default:!0},duration:[String,Number,Object],enterFromClass:String,enterActiveClass:String,enterToClass:String,appearFromClass:String,appearActiveClass:String,appearToClass:String,leaveFromClass:String,leaveActiveClass:String,leaveToClass:String};us.props=ge({},Fo,bi);const Tt=(e,t=[])=>{q(e)?e.forEach(n=>n(...t)):e&&e(...t)},yi=e=>e?q(e)?e.some(t=>t.length>1):e.length>1:!1;function qa(e){const t={};for(const M in e)M in bi||(t[M]=e[M]);if(e.css===!1)return t;const{name:n="v",type:s,duration:r,enterFromClass:o=`${n}-enter-from`,enterActiveClass:i=`${n}-enter-active`,enterToClass:l=`${n}-enter-to`,appearFromClass:c=o,appearActiveClass:u=i,appearToClass:a=l,leaveFromClass:f=`${n}-leave-from`,leaveActiveClass:p=`${n}-leave-active`,leaveToClass:y=`${n}-leave-to`}=e,b=za(r),v=b&&b[0],k=b&&b[1],{onBeforeEnter:O,onEnter:T,onEnterCancelled:z,onLeave:L,onLeaveCancelled:J,onBeforeAppear:fe=O,onAppear:ae=T,onAppearCancelled:I=z}=t,U=(M,$,ye)=>{kt(M,$?a:l),kt(M,$?u:i),ye&&ye()},W=(M,$)=>{M._isLeaving=!1,kt(M,f),kt(M,y),kt(M,p),$&&$()},se=M=>($,ye)=>{const xe=M?ae:T,Y=()=>U($,M,ye);Tt(xe,[$,Y]),vi(()=>{kt($,M?c:o),ht($,M?a:l),yi(xe)||Ei($,s,v,Y)})};return ge(t,{onBeforeEnter(M){Tt(O,[M]),ht(M,o),ht(M,i)},onBeforeAppear(M){Tt(fe,[M]),ht(M,c),ht(M,u)},onEnter:se(!1),onAppear:se(!0),onLeave(M,$){M._isLeaving=!0;const ye=()=>W(M,$);ht(M,f),Ja(),ht(M,p),vi(()=>{M._isLeaving&&(kt(M,f),ht(M,y),yi(L)||Ei(M,s,k,ye))}),Tt(L,[M,ye])},onEnterCancelled(M){U(M,!1),Tt(z,[M])},onAppearCancelled(M){U(M,!0),Tt(I,[M])},onLeaveCancelled(M){W(M),Tt(J,[M])}})}function za(e){if(e==null)return null;if(le(e))return[ar(e.enter),ar(e.leave)];{const t=ar(e);return[t,t]}}function ar(e){return Ql(e)}function ht(e,t){t.split(/\s+/).forEach(n=>n&&e.classList.add(n)),(e[gn]||(e[gn]=new Set)).add(t)}function kt(e,t){t.split(/\s+/).forEach(s=>s&&e.classList.remove(s));const n=e[gn];n&&(n.delete(t),n.size||(e[gn]=void 0))}function vi(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}let Ka=0;function Ei(e,t,n,s){const r=e._endId=++Ka,o=()=>{r===e._endId&&s()};if(n)return setTimeout(o,n);const{type:i,timeout:l,propCount:c}=Va(e,t);if(!i)return s();const u=i+"end";let a=0;const f=()=>{e.removeEventListener(u,p),o()},p=y=>{y.target===e&&++a>=c&&f()};setTimeout(()=>{a<c&&f()},l+1),e.addEventListener(u,p)}function Va(e,t){const n=window.getComputedStyle(e),s=b=>(n[b]||"").split(", "),r=s(`${dt}Delay`),o=s(`${dt}Duration`),i=wi(r,o),l=s(`${mn}Delay`),c=s(`${mn}Duration`),u=wi(l,c);let a=null,f=0,p=0;t===dt?i>0&&(a=dt,f=i,p=o.length):t===mn?u>0&&(a=mn,f=u,p=c.length):(f=Math.max(i,u),a=f>0?i>u?dt:mn:null,p=a?a===dt?o.length:c.length:0);const y=a===dt&&/\b(transform|all)(,|$)/.test(s(`${dt}Property`).toString());return{type:a,timeout:f,propCount:p,hasTransform:y}}function wi(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max(...t.map((n,s)=>Ai(n)+Ai(e[s])))}function Ai(e){return e==="auto"?0:Number(e.slice(0,-1).replace(",","."))*1e3}function Ja(){return document.body.offsetHeight}function Wa(e,t,n){const s=e[gn];s&&(t=(t?[t,...s]:[...s]).join(" ")),t==null?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}const ur=Symbol("_vod"),Qa={beforeMount(e,{value:t},{transition:n}){e[ur]=e.style.display==="none"?"":e.style.display,n&&t?n.beforeEnter(e):bn(e,t)},mounted(e,{value:t},{transition:n}){n&&t&&n.enter(e)},updated(e,{value:t,oldValue:n},{transition:s}){!t!=!n&&(s?t?(s.beforeEnter(e),bn(e,!0),s.enter(e)):s.leave(e,()=>{bn(e,!1)}):bn(e,t))},beforeUnmount(e,{value:t}){bn(e,t)}};function bn(e,t){e.style.display=t?e[ur]:"none"}function Ga(e,t,n){const s=e.style,r=he(n);if(n&&!r){if(t&&!he(t))for(const o in t)n[o]==null&&fr(s,o,"");for(const o in n)fr(s,o,n[o])}else{const o=s.display;r?t!==n&&(s.cssText=n):t&&e.removeAttribute("style"),ur in e&&(s.display=o)}}const xi=/\s*!important$/;function fr(e,t,n){if(q(n))n.forEach(s=>fr(e,t,s));else if(n==null&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const s=Xa(e,t);xi.test(n)?e.setProperty(Lt(s),n.replace(xi,""),"important"):e[s]=n}}const _i=["Webkit","Moz","ms"],dr={};function Xa(e,t){const n=dr[t];if(n)return n;let s=ze(t);if(s!=="filter"&&s in e)return dr[t]=s;s=Mn(s);for(let r=0;r<_i.length;r++){const o=_i[r]+s;if(o in e)return dr[t]=o}return t}const Ri="http://www.w3.org/1999/xlink";function Ya(e,t,n,s,r){if(s&&t.startsWith("xlink:"))n==null?e.removeAttributeNS(Ri,t.slice(6,t.length)):e.setAttributeNS(Ri,t,n);else{const o=$l(t);n==null||o&&!Qr(n)?e.removeAttribute(t):e.setAttribute(t,o?"":n)}}function Za(e,t,n,s,r,o,i){if(t==="innerHTML"||t==="textContent"){s&&i(s,r,o),e[t]=n??"";return}const l=e.tagName;if(t==="value"&&l!=="PROGRESS"&&!l.includes("-")){e._value=n;const u=l==="OPTION"?e.getAttribute("value"):e.value,a=n??"";u!==a&&(e.value=a),n==null&&e.removeAttribute(t);return}let c=!1;if(n===""||n==null){const u=typeof e[t];u==="boolean"?n=Qr(n):n==null&&u==="string"?(n="",c=!0):u==="number"&&(n=0,c=!0)}try{e[t]=n}catch{}c&&e.removeAttribute(t)}function Wt(e,t,n,s){e.addEventListener(t,n,s)}function $a(e,t,n,s){e.removeEventListener(t,n,s)}const Pi=Symbol("_vei");function eu(e,t,n,s,r=null){const o=e[Pi]||(e[Pi]={}),i=o[t];if(s&&i)i.value=s;else{const[l,c]=tu(t);if(s){const u=o[t]=ru(s,r);Wt(e,l,u,c)}else i&&($a(e,l,i,c),o[t]=void 0)}}const Si=/(?:Once|Passive|Capture)$/;function tu(e){let t;if(Si.test(e)){t={};let s;for(;s=e.match(Si);)e=e.slice(0,e.length-s[0].length),t[s[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):Lt(e.slice(2)),t]}let hr=0;const nu=Promise.resolve(),su=()=>hr||(nu.then(()=>hr=0),hr=Date.now());function ru(e,t){const n=s=>{if(!s._vts)s._vts=Date.now();else if(s._vts<=n.attached)return;ke(ou(s,n.value),t,5,[s])};return n.value=e,n.attached=su(),n}function ou(e,t){if(q(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 Oi=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,iu=(e,t,n,s,r=!1,o,i,l,c)=>{t==="class"?Wa(e,s,r):t==="style"?Ga(e,n,s):Cn(t)?_s(t)||eu(e,t,n,s,i):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):lu(e,t,s,r))?Za(e,t,s,o,i,l,c):(t==="true-value"?e._trueValue=s:t==="false-value"&&(e._falseValue=s),Ya(e,t,s,r))};function lu(e,t,n,s){if(s)return!!(t==="innerHTML"||t==="textContent"||t in e&&Oi(t)&&V(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;return!(r==="IMG"||r==="VIDEO"||r==="CANVAS"||r==="SOURCE")}return Oi(t)&&he(n)?!1:t in e}const Ci=e=>{const t=e.props["onUpdate:modelValue"]||!1;return q(t)?n=>Ln(t,n):t};function cu(e){e.target.composing=!0}function Ti(e){const t=e.target;t.composing&&(t.composing=!1,t.dispatchEvent(new Event("input")))}const pr=Symbol("_assign"),au={created(e,{modifiers:{lazy:t,trim:n,number:s}},r){e[pr]=Ci(r);const o=s||r.props&&r.props.type==="number";Wt(e,t?"change":"input",i=>{if(i.target.composing)return;let l=e.value;n&&(l=l.trim()),o&&(l=Os(l)),e[pr](l)}),n&&Wt(e,"change",()=>{e.value=e.value.trim()}),t||(Wt(e,"compositionstart",cu),Wt(e,"compositionend",Ti),Wt(e,"change",Ti))},mounted(e,{value:t}){e.value=t??""},beforeUpdate(e,{value:t,modifiers:{lazy:n,trim:s,number:r}},o){if(e[pr]=Ci(o),e.composing)return;const i=r||e.type==="number"?Os(e.value):e.value,l=t??"";i!==l&&(document.activeElement===e&&e.type!=="range"&&(n||s&&e.value.trim()===l)||(e.value=l))}},uu=["ctrl","shift","alt","meta"],fu={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)=>uu.some(n=>e[`${n}Key`]&&!t.includes(n))},du=(e,t)=>e._withMods||(e._withMods=(n,...s)=>{for(let r=0;r<t.length;r++){const o=fu[t[r]];if(o&&o(n,t))return}return e(n,...s)}),hu=ge({patchProp:iu},Ua);let ki;function pu(){return ki||(ki=ba(hu))}const mu=(...e)=>{const t=pu().createApp(...e),{mount:n}=t;return t.mount=s=>{const r=gu(s);if(!r)return;const o=t._component;!V(o)&&!o.render&&!o.template&&(o.template=r.innerHTML),r.innerHTML="";const i=n(r,!1,r instanceof SVGElement);return r instanceof Element&&(r.removeAttribute("v-cloak"),r.setAttribute("data-v-app","")),i},t};function gu(e){return he(e)?document.querySelector(e):e}var bu=!1;/*!
    22 * pinia v2.1.7
    33 * (c) 2023 Eduardo San Martin Morote
    44 * @license MIT
    5  */let Ni;const ds=e=>Ni=e,Li=Symbol();function gr(e){return e&&typeof e=="object"&&Object.prototype.toString.call(e)==="[object Object]"&&typeof e.toJSON!="function"}var yn;(function(e){e.direct="direct",e.patchObject="patch object",e.patchFunction="patch function"})(yn||(yn={}));function wu(){const e=Yr(!0),t=e.run(()=>on({}));let n=[],s=[];const r=Jn({install(o){ds(r),r._a=o,o.provide(Li,r),o.config.globalProperties.$pinia=r,s.forEach(i=>n.push(i)),s=[]},use(o){return!this._a&&!vu?s.push(o):n.push(o),this},_p:n,_a:null,_e:e,_s:new Map,state:t});return r}const Ii=()=>{};function Mi(e,t,n,s=Ii){e.push(t);const r=()=>{const o=e.indexOf(t);o>-1&&(e.splice(o,1),s())};return!n&&Zr()&&sc(r),r}function Qt(e,...t){e.slice().forEach(n=>{n(...t)})}const Eu=e=>e();function br(e,t){e instanceof Map&&t instanceof Map&&t.forEach((n,s)=>e.set(s,n)),e instanceof Set&&t instanceof Set&&t.forEach(e.add,e);for(const n in t){if(!t.hasOwnProperty(n))continue;const s=t[n],r=e[n];gr(r)&&gr(s)&&e.hasOwnProperty(n)&&!de(s)&&!lt(s)?e[n]=br(r,s):e[n]=s}return e}const Au=Symbol();function xu(e){return!gr(e)||!e.hasOwnProperty(Au)}const{assign:pt}=Object;function _u(e){return!!(de(e)&&e.effect)}function Ru(e,t,n,s){const{state:r,actions:o,getters:i}=t,l=n.state.value[e];let c;function u(){l||(n.state.value[e]=r?r():{});const a=Oc(n.state.value[e]);return pt(a,o,Object.keys(i||{}).reduce((f,p)=>(f[p]=Jn(Le(()=>{ds(n);const g=n._s.get(e);return i[p].call(g,g)})),f),{}))}return c=ji(e,u,t,n,s,!0),c}function ji(e,t,n={},s,r,o){let i;const l=pt({actions:{}},n),c={deep:!0};let u,a,f=[],p=[],g;const b=s.state.value[e];!o&&!b&&(s.state.value[e]={}),on({});let y;function C(L){let U;u=a=!1,typeof L=="function"?(L(s.state.value[e]),U={type:yn.patchFunction,storeId:e,events:g}):(br(s.state.value[e],L),U={type:yn.patchObject,payload:L,storeId:e,events:g});const J=y=Symbol();qs().then(()=>{y===J&&(u=!0)}),a=!0,Qt(f,U,s.state.value[e])}const P=o?function(){const{state:U}=n,J=U?U():{};this.$patch(re=>{pt(re,J)})}:Ii;function k(){i.stop(),f=[],p=[],s._s.delete(e)}function z(L,U){return function(){ds(s);const J=Array.from(arguments),re=[],I=[];function $(Y){re.push(Y)}function ye(Y){I.push(Y)}Qt(p,{args:J,name:L,store:W,after:$,onError:ye});let xe;try{xe=U.apply(this&&this.$id===e?this:W,J)}catch(Y){throw Qt(I,Y),Y}return xe instanceof Promise?xe.then(Y=>(Qt(re,Y),Y)).catch(Y=>(Qt(I,Y),Promise.reject(Y))):(Qt(re,xe),xe)}}const M={_p:s,$id:e,$onAction:Mi.bind(null,p),$patch:C,$reset:P,$subscribe(L,U={}){const J=Mi(f,L,U.detached,()=>re()),re=i.run(()=>xt(()=>s.state.value[e],I=>{(U.flush==="sync"?a:u)&&L({storeId:e,type:yn.direct,events:g},I)},pt({},c,U)));return J},$dispose:k},W=Dt(M);s._s.set(e,W);const ae=(s._a&&s._a.runWithContext||Eu)(()=>s._e.run(()=>(i=Yr()).run(t)));for(const L in ae){const U=ae[L];if(de(U)&&!_u(U)||lt(U))o||(b&&xu(U)&&(de(U)?U.value=b[L]:br(U,b[L])),s.state.value[e][L]=U);else if(typeof U=="function"){const J=z(L,U);ae[L]=J,l.actions[L]=U}}return pt(W,ae),pt(G(W),ae),Object.defineProperty(W,"$state",{get:()=>s.state.value[e],set:L=>{C(U=>{pt(U,L)})}}),s._p.forEach(L=>{pt(W,i.run(()=>L({store:W,app:s._a,pinia:s,options:l})))}),b&&o&&n.hydrate&&n.hydrate(W.$state,b),u=!0,a=!0,W}function Su(e,t,n){let s,r;const o=typeof t=="function";typeof e=="string"?(s=e,r=o?n:t):(r=e,s=e.id);function i(l,c){const u=ha();return l=l||(u?je(Li,null):null),l&&ds(l),l=Ni,l._s.has(s)||(o?ji(s,t,r,l):Ru(s,r,l)),l._s.get(s)}return i.$id=s,i}/*!
     5 */let Ni;const fs=e=>Ni=e,Ii=Symbol();function mr(e){return e&&typeof e=="object"&&Object.prototype.toString.call(e)==="[object Object]"&&typeof e.toJSON!="function"}var yn;(function(e){e.direct="direct",e.patchObject="patch object",e.patchFunction="patch function"})(yn||(yn={}));function yu(){const e=Yr(!0),t=e.run(()=>on({}));let n=[],s=[];const r=Jn({install(o){fs(r),r._a=o,o.provide(Ii,r),o.config.globalProperties.$pinia=r,s.forEach(i=>n.push(i)),s=[]},use(o){return!this._a&&!bu?s.push(o):n.push(o),this},_p:n,_a:null,_e:e,_s:new Map,state:t});return r}const Mi=()=>{};function Li(e,t,n,s=Mi){e.push(t);const r=()=>{const o=e.indexOf(t);o>-1&&(e.splice(o,1),s())};return!n&&Zr()&&tc(r),r}function Qt(e,...t){e.slice().forEach(n=>{n(...t)})}const vu=e=>e();function gr(e,t){e instanceof Map&&t instanceof Map&&t.forEach((n,s)=>e.set(s,n)),e instanceof Set&&t instanceof Set&&t.forEach(e.add,e);for(const n in t){if(!t.hasOwnProperty(n))continue;const s=t[n],r=e[n];mr(r)&&mr(s)&&e.hasOwnProperty(n)&&!de(s)&&!lt(s)?e[n]=gr(r,s):e[n]=s}return e}const Eu=Symbol();function wu(e){return!mr(e)||!e.hasOwnProperty(Eu)}const{assign:pt}=Object;function Au(e){return!!(de(e)&&e.effect)}function xu(e,t,n,s){const{state:r,actions:o,getters:i}=t,l=n.state.value[e];let c;function u(){l||(n.state.value[e]=r?r():{});const a=Pc(n.state.value[e]);return pt(a,o,Object.keys(i||{}).reduce((f,p)=>(f[p]=Jn(Ie(()=>{fs(n);const y=n._s.get(e);return i[p].call(y,y)})),f),{}))}return c=ji(e,u,t,n,s,!0),c}function ji(e,t,n={},s,r,o){let i;const l=pt({actions:{}},n),c={deep:!0};let u,a,f=[],p=[],y;const b=s.state.value[e];!o&&!b&&(s.state.value[e]={}),on({});let v;function k(I){let U;u=a=!1,typeof I=="function"?(I(s.state.value[e]),U={type:yn.patchFunction,storeId:e,events:y}):(gr(s.state.value[e],I),U={type:yn.patchObject,payload:I,storeId:e,events:y});const W=v=Symbol();Us().then(()=>{v===W&&(u=!0)}),a=!0,Qt(f,U,s.state.value[e])}const O=o?function(){const{state:U}=n,W=U?U():{};this.$patch(se=>{pt(se,W)})}:Mi;function T(){i.stop(),f=[],p=[],s._s.delete(e)}function z(I,U){return function(){fs(s);const W=Array.from(arguments),se=[],M=[];function $(Y){se.push(Y)}function ye(Y){M.push(Y)}Qt(p,{args:W,name:I,store:J,after:$,onError:ye});let xe;try{xe=U.apply(this&&this.$id===e?this:J,W)}catch(Y){throw Qt(M,Y),Y}return xe instanceof Promise?xe.then(Y=>(Qt(se,Y),Y)).catch(Y=>(Qt(M,Y),Promise.reject(Y))):(Qt(se,xe),xe)}}const L={_p:s,$id:e,$onAction:Li.bind(null,p),$patch:k,$reset:O,$subscribe(I,U={}){const W=Li(f,I,U.detached,()=>se()),se=i.run(()=>xt(()=>s.state.value[e],M=>{(U.flush==="sync"?a:u)&&I({storeId:e,type:yn.direct,events:y},M)},pt({},c,U)));return W},$dispose:T},J=Bt(L);s._s.set(e,J);const ae=(s._a&&s._a.runWithContext||vu)(()=>s._e.run(()=>(i=Yr()).run(t)));for(const I in ae){const U=ae[I];if(de(U)&&!Au(U)||lt(U))o||(b&&wu(U)&&(de(U)?U.value=b[I]:gr(U,b[I])),s.state.value[e][I]=U);else if(typeof U=="function"){const W=z(I,U);ae[I]=W,l.actions[I]=U}}return pt(J,ae),pt(G(J),ae),Object.defineProperty(J,"$state",{get:()=>s.state.value[e],set:I=>{k(U=>{pt(U,I)})}}),s._p.forEach(I=>{pt(J,i.run(()=>I({store:J,app:s._a,pinia:s,options:l})))}),b&&o&&n.hydrate&&n.hydrate(J.$state,b),u=!0,a=!0,J}function _u(e,t,n){let s,r;const o=typeof t=="function";typeof e=="string"?(s=e,r=o?n:t):(r=e,s=e.id);function i(l,c){const u=fa();return l=l||(u?je(Ii,null):null),l&&fs(l),l=Ni,l._s.has(s)||(o?ji(s,t,r,l):xu(s,r,l)),l._s.get(s)}return i.$id=s,i}/*!
    66  * vue-router v4.2.5
    77  * (c) 2023 Eduardo San Martin Morote
    88  * @license MIT
    9   */const Gt=typeof window<"u";function Pu(e){return e.__esModule||e[Symbol.toStringTag]==="Module"}const ne=Object.assign;function yr(e,t){const n={};for(const s in t){const r=t[s];n[s]=He(r)?r.map(e):e(r)}return n}const vn=()=>{},He=Array.isArray,Ou=/\/$/,Cu=e=>e.replace(Ou,"");function vr(e,t,n="/"){let s,r={},o="",i="";const l=t.indexOf("#");let c=t.indexOf("?");return l<c&&l>=0&&(c=-1),c>-1&&(s=t.slice(0,c),o=t.slice(c+1,l>-1?l:t.length),r=e(o)),l>-1&&(s=s||t.slice(0,l),i=t.slice(l,t.length)),s=Lu(s??t,n),{fullPath:s+(o&&"?")+o+i,path:s,query:r,hash:i}}function Tu(e,t){const n=t.query?e(t.query):"";return t.path+(n&&"?")+n+(t.hash||"")}function Fi(e,t){return!t||!e.toLowerCase().startsWith(t.toLowerCase())?e:e.slice(t.length)||"/"}function ku(e,t,n){const s=t.matched.length-1,r=n.matched.length-1;return s>-1&&s===r&&Xt(t.matched[s],n.matched[r])&&Bi(t.params,n.params)&&e(t.query)===e(n.query)&&t.hash===n.hash}function Xt(e,t){return(e.aliasOf||e)===(t.aliasOf||t)}function Bi(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const n in e)if(!Nu(e[n],t[n]))return!1;return!0}function Nu(e,t){return He(e)?Di(e,t):He(t)?Di(t,e):e===t}function Di(e,t){return He(t)?e.length===t.length&&e.every((n,s)=>n===t[s]):e.length===1&&e[0]===t}function Lu(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 o=n.length-1,i,l;for(i=0;i<s.length;i++)if(l=s[i],l!==".")if(l==="..")o>1&&o--;else break;return n.slice(0,o).join("/")+"/"+s.slice(i-(i===s.length?1:0)).join("/")}var wn;(function(e){e.pop="pop",e.push="push"})(wn||(wn={}));var En;(function(e){e.back="back",e.forward="forward",e.unknown=""})(En||(En={}));function Iu(e){if(!e)if(Gt){const t=document.querySelector("base");e=t&&t.getAttribute("href")||"/",e=e.replace(/^\w+:\/\/[^\/]+/,"")}else e="/";return e[0]!=="/"&&e[0]!=="#"&&(e="/"+e),Cu(e)}const Mu=/^[^#]+#/;function ju(e,t){return e.replace(Mu,"#")+t}function Fu(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 hs=()=>({left:window.pageXOffset,top:window.pageYOffset});function Bu(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=Fu(r,e)}else t=e;"scrollBehavior"in document.documentElement.style?window.scrollTo(t):window.scrollTo(t.left!=null?t.left:window.pageXOffset,t.top!=null?t.top:window.pageYOffset)}function Hi(e,t){return(history.state?history.state.position-t:-1)+e}const wr=new Map;function Du(e,t){wr.set(e,t)}function Hu(e){const t=wr.get(e);return wr.delete(e),t}let Uu=()=>location.protocol+"//"+location.host;function Ui(e,t){const{pathname:n,search:s,hash:r}=t,o=e.indexOf("#");if(o>-1){let l=r.includes(e.slice(o))?e.slice(o).length:1,c=r.slice(l);return c[0]!=="/"&&(c="/"+c),Fi(c,"")}return Fi(n,e)+s+r}function qu(e,t,n,s){let r=[],o=[],i=null;const l=({state:p})=>{const g=Ui(e,location),b=n.value,y=t.value;let C=0;if(p){if(n.value=g,t.value=p,i&&i===b){i=null;return}C=y?p.position-y.position:0}else s(g);r.forEach(P=>{P(n.value,b,{delta:C,type:wn.pop,direction:C?C>0?En.forward:En.back:En.unknown})})};function c(){i=n.value}function u(p){r.push(p);const g=()=>{const b=r.indexOf(p);b>-1&&r.splice(b,1)};return o.push(g),g}function a(){const{history:p}=window;p.state&&p.replaceState(ne({},p.state,{scroll:hs()}),"")}function f(){for(const p of o)p();o=[],window.removeEventListener("popstate",l),window.removeEventListener("beforeunload",a)}return window.addEventListener("popstate",l),window.addEventListener("beforeunload",a,{passive:!0}),{pauseListeners:c,listen:u,destroy:f}}function qi(e,t,n,s=!1,r=!1){return{back:e,current:t,forward:n,replaced:s,position:window.history.length,scroll:r?hs():null}}function zu(e){const{history:t,location:n}=window,s={value:Ui(e,n)},r={value:t.state};r.value||o(s.value,{back:null,current:s.value,forward:null,position:t.length-1,replaced:!0,scroll:null},!0);function o(c,u,a){const f=e.indexOf("#"),p=f>-1?(n.host&&document.querySelector("base")?e:e.slice(f))+c:Uu()+e+c;try{t[a?"replaceState":"pushState"](u,"",p),r.value=u}catch(g){console.error(g),n[a?"replace":"assign"](p)}}function i(c,u){const a=ne({},t.state,qi(r.value.back,c,r.value.forward,!0),u,{position:r.value.position});o(c,a,!0),s.value=c}function l(c,u){const a=ne({},r.value,t.state,{forward:c,scroll:hs()});o(a.current,a,!0);const f=ne({},qi(s.value,c,null),{position:a.position+1},u);o(c,f,!1),s.value=c}return{location:s,state:r,push:l,replace:i}}function Ku(e){e=Iu(e);const t=zu(e),n=qu(e,t.state,t.location,t.replace);function s(o,i=!0){i||n.pauseListeners(),history.go(o)}const r=ne({location:"",base:e,go:s,createHref:ju.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 Vu(e){return e=location.host?e||location.pathname+location.search:"",e.includes("#")||(e+="#"),Ku(e)}function Wu(e){return typeof e=="string"||e&&typeof e=="object"}function zi(e){return typeof e=="string"||typeof e=="symbol"}const mt={path:"/",name:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},redirectedFrom:void 0},Ki=Symbol("");var Vi;(function(e){e[e.aborted=4]="aborted",e[e.cancelled=8]="cancelled",e[e.duplicated=16]="duplicated"})(Vi||(Vi={}));function Yt(e,t){return ne(new Error,{type:e,[Ki]:!0},t)}function tt(e,t){return e instanceof Error&&Ki in e&&(t==null||!!(e.type&t))}const Wi="[^/]+?",Ju={sensitive:!1,strict:!1,start:!0,end:!0},Qu=/[.+*?^${}()[\]/\\]/g;function Gu(e,t){const n=ne({},Ju,t),s=[];let r=n.start?"^":"";const o=[];for(const u of e){const a=u.length?[]:[90];n.strict&&!u.length&&(r+="/");for(let f=0;f<u.length;f++){const p=u[f];let g=40+(n.sensitive?.25:0);if(p.type===0)f||(r+="/"),r+=p.value.replace(Qu,"\\$&"),g+=40;else if(p.type===1){const{value:b,repeatable:y,optional:C,regexp:P}=p;o.push({name:b,repeatable:y,optional:C});const k=P||Wi;if(k!==Wi){g+=10;try{new RegExp(`(${k})`)}catch(M){throw new Error(`Invalid custom RegExp for param "${b}" (${k}): `+M.message)}}let z=y?`((?:${k})(?:/(?:${k}))*)`:`(${k})`;f||(z=C&&u.length<2?`(?:/${z})`:"/"+z),C&&(z+="?"),r+=z,g+=20,C&&(g+=-8),y&&(g+=-20),k===".*"&&(g+=-50)}a.push(g)}s.push(a)}if(n.strict&&n.end){const u=s.length-1;s[u][s[u].length-1]+=.7000000000000001}n.strict||(r+="/?"),n.end?r+="$":n.strict&&(r+="(?:/|$)");const i=new RegExp(r,n.sensitive?"":"i");function l(u){const a=u.match(i),f={};if(!a)return null;for(let p=1;p<a.length;p++){const g=a[p]||"",b=o[p-1];f[b.name]=g&&b.repeatable?g.split("/"):g}return f}function c(u){let a="",f=!1;for(const p of e){(!f||!a.endsWith("/"))&&(a+="/"),f=!1;for(const g of p)if(g.type===0)a+=g.value;else if(g.type===1){const{value:b,repeatable:y,optional:C}=g,P=b in u?u[b]:"";if(He(P)&&!y)throw new Error(`Provided param "${b}" is an array but it is not repeatable (* or + modifiers)`);const k=He(P)?P.join("/"):P;if(!k)if(C)p.length<2&&(a.endsWith("/")?a=a.slice(0,-1):f=!0);else throw new Error(`Missing required param "${b}"`);a+=k}}return a||"/"}return{re:i,score:s,keys:o,parse:l,stringify:c}}function Xu(e,t){let n=0;for(;n<e.length&&n<t.length;){const s=t[n]-e[n];if(s)return s;n++}return e.length<t.length?e.length===1&&e[0]===80?-1:1:e.length>t.length?t.length===1&&t[0]===80?1:-1:0}function Yu(e,t){let n=0;const s=e.score,r=t.score;for(;n<s.length&&n<r.length;){const o=Xu(s[n],r[n]);if(o)return o;n++}if(Math.abs(r.length-s.length)===1){if(Ji(s))return 1;if(Ji(r))return-1}return r.length-s.length}function Ji(e){const t=e[e.length-1];return e.length>0&&t[t.length-1]<0}const Zu={type:0,value:""},$u=/[a-zA-Z0-9_]/;function ef(e){if(!e)return[[]];if(e==="/")return[[Zu]];if(!e.startsWith("/"))throw new Error(`Invalid path "${e}"`);function t(g){throw new Error(`ERR (${n})/"${u}": ${g}`)}let n=0,s=n;const r=[];let o;function i(){o&&r.push(o),o=[]}let l=0,c,u="",a="";function f(){u&&(n===0?o.push({type:0,value:u}):n===1||n===2||n===3?(o.length>1&&(c==="*"||c==="+")&&t(`A repeatable param (${u}) must be alone in its segment. eg: '/:ids+.`),o.push({type:1,value:u,regexp:a,repeatable:c==="*"||c==="+",optional:c==="*"||c==="?"})):t("Invalid state to consume buffer"),u="")}function p(){u+=c}for(;l<e.length;){if(c=e[l++],c==="\\"&&n!==2){s=n,n=4;continue}switch(n){case 0:c==="/"?(u&&f(),i()):c===":"?(f(),n=1):p();break;case 4:p(),n=s;break;case 1:c==="("?n=2:$u.test(c)?p():(f(),n=0,c!=="*"&&c!=="?"&&c!=="+"&&l--);break;case 2:c===")"?a[a.length-1]=="\\"?a=a.slice(0,-1)+c:n=3:a+=c;break;case 3:f(),n=0,c!=="*"&&c!=="?"&&c!=="+"&&l--,a="";break;default:t("Unknown state");break}}return n===2&&t(`Unfinished custom RegExp for param "${u}"`),f(),i(),r}function tf(e,t,n){const s=Gu(ef(e.path),n),r=ne(s,{record:e,parent:t,children:[],alias:[]});return t&&!r.record.aliasOf==!t.record.aliasOf&&t.children.push(r),r}function nf(e,t){const n=[],s=new Map;t=Xi({strict:!1,end:!0,sensitive:!1},t);function r(a){return s.get(a)}function o(a,f,p){const g=!p,b=sf(a);b.aliasOf=p&&p.record;const y=Xi(t,a),C=[b];if("alias"in a){const z=typeof a.alias=="string"?[a.alias]:a.alias;for(const M of z)C.push(ne({},b,{components:p?p.record.components:b.components,path:M,aliasOf:p?p.record:b}))}let P,k;for(const z of C){const{path:M}=z;if(f&&M[0]!=="/"){const W=f.record.path,fe=W[W.length-1]==="/"?"":"/";z.path=f.record.path+(M&&fe+M)}if(P=tf(z,f,y),p?p.alias.push(P):(k=k||P,k!==P&&k.alias.push(P),g&&a.name&&!Gi(P)&&i(a.name)),b.children){const W=b.children;for(let fe=0;fe<W.length;fe++)o(W[fe],P,p&&p.children[fe])}p=p||P,(P.record.components&&Object.keys(P.record.components).length||P.record.name||P.record.redirect)&&c(P)}return k?()=>{i(k)}:vn}function i(a){if(zi(a)){const f=s.get(a);f&&(s.delete(a),n.splice(n.indexOf(f),1),f.children.forEach(i),f.alias.forEach(i))}else{const f=n.indexOf(a);f>-1&&(n.splice(f,1),a.record.name&&s.delete(a.record.name),a.children.forEach(i),a.alias.forEach(i))}}function l(){return n}function c(a){let f=0;for(;f<n.length&&Yu(a,n[f])>=0&&(a.record.path!==n[f].record.path||!Yi(a,n[f]));)f++;n.splice(f,0,a),a.record.name&&!Gi(a)&&s.set(a.record.name,a)}function u(a,f){let p,g={},b,y;if("name"in a&&a.name){if(p=s.get(a.name),!p)throw Yt(1,{location:a});y=p.record.name,g=ne(Qi(f.params,p.keys.filter(k=>!k.optional).map(k=>k.name)),a.params&&Qi(a.params,p.keys.map(k=>k.name))),b=p.stringify(g)}else if("path"in a)b=a.path,p=n.find(k=>k.re.test(b)),p&&(g=p.parse(b),y=p.record.name);else{if(p=f.name?s.get(f.name):n.find(k=>k.re.test(f.path)),!p)throw Yt(1,{location:a,currentLocation:f});y=p.record.name,g=ne({},f.params,a.params),b=p.stringify(g)}const C=[];let P=p;for(;P;)C.unshift(P.record),P=P.parent;return{name:y,path:b,params:g,matched:C,meta:of(C)}}return e.forEach(a=>o(a)),{addRoute:o,resolve:u,removeRoute:i,getRoutes:l,getRecordMatcher:r}}function Qi(e,t){const n={};for(const s of t)s in e&&(n[s]=e[s]);return n}function sf(e){return{path:e.path,redirect:e.redirect,name:e.name,meta:e.meta||{},aliasOf:void 0,beforeEnter:e.beforeEnter,props:rf(e),children:e.children||[],instances:{},leaveGuards:new Set,updateGuards:new Set,enterCallbacks:{},components:"components"in e?e.components||null:e.component&&{default:e.component}}}function rf(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 Gi(e){for(;e;){if(e.record.aliasOf)return!0;e=e.parent}return!1}function of(e){return e.reduce((t,n)=>ne(t,n.meta),{})}function Xi(e,t){const n={};for(const s in e)n[s]=s in t?t[s]:e[s];return n}function Yi(e,t){return t.children.some(n=>n===e||Yi(e,n))}const Zi=/#/g,lf=/&/g,cf=/\//g,af=/=/g,uf=/\?/g,$i=/\+/g,ff=/%5B/g,df=/%5D/g,el=/%5E/g,hf=/%60/g,tl=/%7B/g,pf=/%7C/g,nl=/%7D/g,mf=/%20/g;function Er(e){return encodeURI(""+e).replace(pf,"|").replace(ff,"[").replace(df,"]")}function gf(e){return Er(e).replace(tl,"{").replace(nl,"}").replace(el,"^")}function Ar(e){return Er(e).replace($i,"%2B").replace(mf,"+").replace(Zi,"%23").replace(lf,"%26").replace(hf,"`").replace(tl,"{").replace(nl,"}").replace(el,"^")}function bf(e){return Ar(e).replace(af,"%3D")}function yf(e){return Er(e).replace(Zi,"%23").replace(uf,"%3F")}function vf(e){return e==null?"":yf(e).replace(cf,"%2F")}function ps(e){try{return decodeURIComponent(""+e)}catch{}return""+e}function wf(e){const t={};if(e===""||e==="?")return t;const s=(e[0]==="?"?e.slice(1):e).split("&");for(let r=0;r<s.length;++r){const o=s[r].replace($i," "),i=o.indexOf("="),l=ps(i<0?o:o.slice(0,i)),c=i<0?null:ps(o.slice(i+1));if(l in t){let u=t[l];He(u)||(u=t[l]=[u]),u.push(c)}else t[l]=c}return t}function sl(e){let t="";for(let n in e){const s=e[n];if(n=bf(n),s==null){s!==void 0&&(t+=(t.length?"&":"")+n);continue}(He(s)?s.map(o=>o&&Ar(o)):[s&&Ar(s)]).forEach(o=>{o!==void 0&&(t+=(t.length?"&":"")+n,o!=null&&(t+="="+o))})}return t}function Ef(e){const t={};for(const n in e){const s=e[n];s!==void 0&&(t[n]=He(s)?s.map(r=>r==null?null:""+r):s==null?s:""+s)}return t}const Af=Symbol(""),rl=Symbol(""),xr=Symbol(""),_r=Symbol(""),Rr=Symbol("");function An(){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 gt(e,t,n,s,r){const o=s&&(s.enterCallbacks[r]=s.enterCallbacks[r]||[]);return()=>new Promise((i,l)=>{const c=f=>{f===!1?l(Yt(4,{from:n,to:t})):f instanceof Error?l(f):Wu(f)?l(Yt(2,{from:t,to:f})):(o&&s.enterCallbacks[r]===o&&typeof f=="function"&&o.push(f),i())},u=e.call(s&&s.instances[r],t,n,c);let a=Promise.resolve(u);e.length<3&&(a=a.then(c)),a.catch(f=>l(f))})}function Sr(e,t,n,s){const r=[];for(const o of e)for(const i in o.components){let l=o.components[i];if(!(t!=="beforeRouteEnter"&&!o.instances[i]))if(xf(l)){const u=(l.__vccOpts||l)[t];u&&r.push(gt(u,n,s,o,i))}else{let c=l();r.push(()=>c.then(u=>{if(!u)return Promise.reject(new Error(`Couldn't resolve component "${i}" at "${o.path}"`));const a=Pu(u)?u.default:u;o.components[i]=a;const p=(a.__vccOpts||a)[t];return p&&gt(p,n,s,o,i)()}))}}return r}function xf(e){return typeof e=="object"||"displayName"in e||"props"in e||"__vccOpts"in e}function ol(e){const t=je(xr),n=je(_r),s=Le(()=>t.resolve(Ut(e.to))),r=Le(()=>{const{matched:c}=s.value,{length:u}=c,a=c[u-1],f=n.matched;if(!a||!f.length)return-1;const p=f.findIndex(Xt.bind(null,a));if(p>-1)return p;const g=il(c[u-2]);return u>1&&il(a)===g&&f[f.length-1].path!==g?f.findIndex(Xt.bind(null,c[u-2])):p}),o=Le(()=>r.value>-1&&Sf(n.params,s.value.params)),i=Le(()=>r.value>-1&&r.value===n.matched.length-1&&Bi(n.params,s.value.params));function l(c={}){return Rf(c)?t[Ut(e.replace)?"replace":"push"](Ut(e.to)).catch(vn):Promise.resolve()}return{route:s,href:Le(()=>s.value.href),isActive:o,isExactActive:i,navigate:l}}const _f=Uo({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:ol,setup(e,{slots:t}){const n=Dt(ol(e)),{options:s}=je(xr),r=Le(()=>({[ll(e.activeClass,s.linkActiveClass,"router-link-active")]:n.isActive,[ll(e.exactActiveClass,s.linkExactActiveClass,"router-link-exact-active")]:n.isExactActive}));return()=>{const o=t.default&&t.default(n);return e.custom?o:ar("a",{"aria-current":n.isExactActive?e.ariaCurrentValue:null,href:n.href,onClick:n.navigate,class:r.value},o)}}});function Rf(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 Sf(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(!He(r)||r.length!==s.length||s.some((o,i)=>o!==r[i]))return!1}return!0}function il(e){return e?e.aliasOf?e.aliasOf.path:e.path:""}const ll=(e,t,n)=>e??t??n,Pf=Uo({name:"RouterView",inheritAttrs:!1,props:{name:{type:String,default:"default"},route:Object},compatConfig:{MODE:3},setup(e,{attrs:t,slots:n}){const s=je(Rr),r=Le(()=>e.route||s.value),o=je(rl,0),i=Le(()=>{let u=Ut(o);const{matched:a}=r.value;let f;for(;(f=a[u])&&!f.components;)u++;return u}),l=Le(()=>r.value.matched[i.value]);os(rl,Le(()=>i.value+1)),os(Af,l),os(Rr,r);const c=on();return xt(()=>[c.value,l.value,e.name],([u,a,f],[p,g,b])=>{a&&(a.instances[f]=u,g&&g!==a&&u&&u===p&&(a.leaveGuards.size||(a.leaveGuards=g.leaveGuards),a.updateGuards.size||(a.updateGuards=g.updateGuards))),u&&a&&(!g||!Xt(a,g)||!p)&&(a.enterCallbacks[f]||[]).forEach(y=>y(u))},{flush:"post"}),()=>{const u=r.value,a=e.name,f=l.value,p=f&&f.components[a];if(!p)return cl(n.default,{Component:p,route:u});const g=f.props[a],b=g?g===!0?u.params:typeof g=="function"?g(u):g:null,C=ar(p,ne({},b,t,{onVnodeUnmounted:P=>{P.component.isUnmounted&&(f.instances[a]=null)},ref:c}));return cl(n.default,{Component:C,route:u})||C}}});function cl(e,t){if(!e)return null;const n=e(t);return n.length===1?n[0]:n}const Of=Pf;function Cf(e){const t=nf(e.routes,e),n=e.parseQuery||wf,s=e.stringifyQuery||sl,r=e.history,o=An(),i=An(),l=An(),c=Rc(mt);let u=mt;Gt&&e.scrollBehavior&&"scrollRestoration"in history&&(history.scrollRestoration="manual");const a=yr.bind(null,E=>""+E),f=yr.bind(null,vf),p=yr.bind(null,ps);function g(E,N){let O,B;return zi(E)?(O=t.getRecordMatcher(E),B=N):B=E,t.addRoute(B,O)}function b(E){const N=t.getRecordMatcher(E);N&&t.removeRoute(N)}function y(){return t.getRoutes().map(E=>E.record)}function C(E){return!!t.getRecordMatcher(E)}function P(E,N){if(N=ne({},N||c.value),typeof E=="string"){const m=vr(n,E,N.path),v=t.resolve({path:m.path},N),A=r.createHref(m.fullPath);return ne(m,v,{params:p(v.params),hash:ps(m.hash),redirectedFrom:void 0,href:A})}let O;if("path"in E)O=ne({},E,{path:vr(n,E.path,N.path).path});else{const m=ne({},E.params);for(const v in m)m[v]==null&&delete m[v];O=ne({},E,{params:f(m)}),N.params=f(N.params)}const B=t.resolve(O,N),te=E.hash||"";B.params=a(p(B.params));const d=Tu(s,ne({},E,{hash:gf(te),path:B.path})),h=r.createHref(d);return ne({fullPath:d,hash:te,query:s===sl?Ef(E.query):E.query||{}},B,{redirectedFrom:void 0,href:h})}function k(E){return typeof E=="string"?vr(n,E,c.value.path):ne({},E)}function z(E,N){if(u!==E)return Yt(8,{from:N,to:E})}function M(E){return ae(E)}function W(E){return M(ne(k(E),{replace:!0}))}function fe(E){const N=E.matched[E.matched.length-1];if(N&&N.redirect){const{redirect:O}=N;let B=typeof O=="function"?O(E):O;return typeof B=="string"&&(B=B.includes("?")||B.includes("#")?B=k(B):{path:B},B.params={}),ne({query:E.query,hash:E.hash,params:"path"in B?{}:E.params},B)}}function ae(E,N){const O=u=P(E),B=c.value,te=E.state,d=E.force,h=E.replace===!0,m=fe(O);if(m)return ae(ne(k(m),{state:typeof m=="object"?ne({},te,m.state):te,force:d,replace:h}),N||O);const v=O;v.redirectedFrom=N;let A;return!d&&ku(s,B,O)&&(A=Yt(16,{to:v,from:B}),Ge(B,B,!0,!1)),(A?Promise.resolve(A):J(v,B)).catch(x=>tt(x)?tt(x,2)?x:yt(x):ee(x,v,B)).then(x=>{if(x){if(tt(x,2))return ae(ne({replace:h},k(x.to),{state:typeof x.to=="object"?ne({},te,x.to.state):te,force:d}),N||v)}else x=I(v,B,!0,h,te);return re(v,B,x),x})}function L(E,N){const O=z(E,N);return O?Promise.reject(O):Promise.resolve()}function U(E){const N=tn.values().next().value;return N&&typeof N.runWithContext=="function"?N.runWithContext(E):E()}function J(E,N){let O;const[B,te,d]=Tf(E,N);O=Sr(B.reverse(),"beforeRouteLeave",E,N);for(const m of B)m.leaveGuards.forEach(v=>{O.push(gt(v,E,N))});const h=L.bind(null,E,N);return O.push(h),Ee(O).then(()=>{O=[];for(const m of o.list())O.push(gt(m,E,N));return O.push(h),Ee(O)}).then(()=>{O=Sr(te,"beforeRouteUpdate",E,N);for(const m of te)m.updateGuards.forEach(v=>{O.push(gt(v,E,N))});return O.push(h),Ee(O)}).then(()=>{O=[];for(const m of d)if(m.beforeEnter)if(He(m.beforeEnter))for(const v of m.beforeEnter)O.push(gt(v,E,N));else O.push(gt(m.beforeEnter,E,N));return O.push(h),Ee(O)}).then(()=>(E.matched.forEach(m=>m.enterCallbacks={}),O=Sr(d,"beforeRouteEnter",E,N),O.push(h),Ee(O))).then(()=>{O=[];for(const m of i.list())O.push(gt(m,E,N));return O.push(h),Ee(O)}).catch(m=>tt(m,8)?m:Promise.reject(m))}function re(E,N,O){l.list().forEach(B=>U(()=>B(E,N,O)))}function I(E,N,O,B,te){const d=z(E,N);if(d)return d;const h=N===mt,m=Gt?history.state:{};O&&(B||h?r.replace(E.fullPath,ne({scroll:h&&m&&m.scroll},te)):r.push(E.fullPath,te)),c.value=E,Ge(E,N,O,h),yt()}let $;function ye(){$||($=r.listen((E,N,O)=>{if(!_s.listening)return;const B=P(E),te=fe(B);if(te){ae(ne(te,{replace:!0}),B).catch(vn);return}u=B;const d=c.value;Gt&&Du(Hi(d.fullPath,O.delta),hs()),J(B,d).catch(h=>tt(h,12)?h:tt(h,2)?(ae(h.to,B).then(m=>{tt(m,20)&&!O.delta&&O.type===wn.pop&&r.go(-1,!1)}).catch(vn),Promise.reject()):(O.delta&&r.go(-O.delta,!1),ee(h,B,d))).then(h=>{h=h||I(B,d,!1),h&&(O.delta&&!tt(h,8)?r.go(-O.delta,!1):O.type===wn.pop&&tt(h,20)&&r.go(-1,!1)),re(B,d,h)}).catch(vn)}))}let xe=An(),Y=An(),oe;function ee(E,N,O){yt(E);const B=Y.list();return B.length?B.forEach(te=>te(E,N,O)):console.error(E),Promise.reject(E)}function st(){return oe&&c.value!==mt?Promise.resolve():new Promise((E,N)=>{xe.add([E,N])})}function yt(E){return oe||(oe=!E,ye(),xe.list().forEach(([N,O])=>E?O(E):N()),xe.reset()),E}function Ge(E,N,O,B){const{scrollBehavior:te}=e;if(!Gt||!te)return Promise.resolve();const d=!O&&Hu(Hi(E.fullPath,0))||(B||!O)&&history.state&&history.state.scroll||null;return qs().then(()=>te(E,N,d)).then(h=>h&&Bu(h)).catch(h=>ee(h,E,N))}const Oe=E=>r.go(E);let en;const tn=new Set,_s={currentRoute:c,listening:!0,addRoute:g,removeRoute:b,hasRoute:C,getRoutes:y,resolve:P,options:e,push:M,replace:W,go:Oe,back:()=>Oe(-1),forward:()=>Oe(1),beforeEach:o.add,beforeResolve:i.add,afterEach:l.add,onError:Y.add,isReady:st,install(E){const N=this;E.component("RouterLink",_f),E.component("RouterView",Of),E.config.globalProperties.$router=N,Object.defineProperty(E.config.globalProperties,"$route",{enumerable:!0,get:()=>Ut(c)}),Gt&&!en&&c.value===mt&&(en=!0,M(r.location).catch(te=>{}));const O={};for(const te in mt)Object.defineProperty(O,te,{get:()=>c.value[te],enumerable:!0});E.provide(xr,N),E.provide(_r,bo(O)),E.provide(Rr,c);const B=E.unmount;tn.add(E),E.unmount=function(){tn.delete(E),tn.size<1&&(u=mt,$&&$(),$=null,c.value=mt,en=!1,oe=!1),B()}}};function Ee(E){return E.reduce((N,O)=>N.then(()=>U(O)),Promise.resolve())}return _s}function Tf(e,t){const n=[],s=[],r=[],o=Math.max(t.matched.length,e.matched.length);for(let i=0;i<o;i++){const l=t.matched[i];l&&(e.matched.find(u=>Xt(u,l))?s.push(l):n.push(l));const c=e.matched[i];c&&(t.matched.find(u=>Xt(u,c))||r.push(c))}return[n,s,r]}function kf(){return je(_r)}function al(e,t){return function(){return e.apply(t,arguments)}}const{toString:Nf}=Object.prototype,{getPrototypeOf:Pr}=Object,ms=(e=>t=>{const n=Nf.call(t);return e[n]||(e[n]=n.slice(8,-1).toLowerCase())})(Object.create(null)),Je=e=>(e=e.toLowerCase(),t=>ms(t)===e),gs=e=>t=>typeof t===e,{isArray:Zt}=Array,xn=gs("undefined");function Lf(e){return e!==null&&!xn(e)&&e.constructor!==null&&!xn(e.constructor)&&Ie(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const ul=Je("ArrayBuffer");function If(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&ul(e.buffer),t}const Mf=gs("string"),Ie=gs("function"),fl=gs("number"),bs=e=>e!==null&&typeof e=="object",jf=e=>e===!0||e===!1,ys=e=>{if(ms(e)!=="object")return!1;const t=Pr(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},Ff=Je("Date"),Bf=Je("File"),Df=Je("Blob"),Hf=Je("FileList"),Uf=e=>bs(e)&&Ie(e.pipe),qf=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||Ie(e.append)&&((t=ms(e))==="formdata"||t==="object"&&Ie(e.toString)&&e.toString()==="[object FormData]"))},zf=Je("URLSearchParams"),Kf=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function _n(e,t,{allOwnKeys:n=!1}={}){if(e===null||typeof e>"u")return;let s,r;if(typeof e!="object"&&(e=[e]),Zt(e))for(s=0,r=e.length;s<r;s++)t.call(null,e[s],s,e);else{const o=n?Object.getOwnPropertyNames(e):Object.keys(e),i=o.length;let l;for(s=0;s<i;s++)l=o[s],t.call(null,e[l],l,e)}}function dl(e,t){t=t.toLowerCase();const n=Object.keys(e);let s=n.length,r;for(;s-- >0;)if(r=n[s],t===r.toLowerCase())return r;return null}const hl=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global,pl=e=>!xn(e)&&e!==hl;function Or(){const{caseless:e}=pl(this)&&this||{},t={},n=(s,r)=>{const o=e&&dl(t,r)||r;ys(t[o])&&ys(s)?t[o]=Or(t[o],s):ys(s)?t[o]=Or({},s):Zt(s)?t[o]=s.slice():t[o]=s};for(let s=0,r=arguments.length;s<r;s++)arguments[s]&&_n(arguments[s],n);return t}const Vf=(e,t,n,{allOwnKeys:s}={})=>(_n(t,(r,o)=>{n&&Ie(r)?e[o]=al(r,n):e[o]=r},{allOwnKeys:s}),e),Wf=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),Jf=(e,t,n,s)=>{e.prototype=Object.create(t.prototype,s),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),n&&Object.assign(e.prototype,n)},Qf=(e,t,n,s)=>{let r,o,i;const l={};if(t=t||{},e==null)return t;do{for(r=Object.getOwnPropertyNames(e),o=r.length;o-- >0;)i=r[o],(!s||s(i,e,t))&&!l[i]&&(t[i]=e[i],l[i]=!0);e=n!==!1&&Pr(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},Gf=(e,t,n)=>{e=String(e),(n===void 0||n>e.length)&&(n=e.length),n-=t.length;const s=e.indexOf(t,n);return s!==-1&&s===n},Xf=e=>{if(!e)return null;if(Zt(e))return e;let t=e.length;if(!fl(t))return null;const n=new Array(t);for(;t-- >0;)n[t]=e[t];return n},Yf=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&Pr(Uint8Array)),Zf=(e,t)=>{const s=(e&&e[Symbol.iterator]).call(e);let r;for(;(r=s.next())&&!r.done;){const o=r.value;t.call(e,o[0],o[1])}},$f=(e,t)=>{let n;const s=[];for(;(n=e.exec(t))!==null;)s.push(n);return s},ed=Je("HTMLFormElement"),td=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(n,s,r){return s.toUpperCase()+r}),ml=(({hasOwnProperty:e})=>(t,n)=>e.call(t,n))(Object.prototype),nd=Je("RegExp"),gl=(e,t)=>{const n=Object.getOwnPropertyDescriptors(e),s={};_n(n,(r,o)=>{let i;(i=t(r,o,e))!==!1&&(s[o]=i||r)}),Object.defineProperties(e,s)},sd=e=>{gl(e,(t,n)=>{if(Ie(e)&&["arguments","caller","callee"].indexOf(n)!==-1)return!1;const s=e[n];if(Ie(s)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")})}})},rd=(e,t)=>{const n={},s=r=>{r.forEach(o=>{n[o]=!0})};return Zt(e)?s(e):s(String(e).split(t)),n},od=()=>{},id=(e,t)=>(e=+e,Number.isFinite(e)?e:t),Cr="abcdefghijklmnopqrstuvwxyz",bl="0123456789",yl={DIGIT:bl,ALPHA:Cr,ALPHA_DIGIT:Cr+Cr.toUpperCase()+bl},ld=(e=16,t=yl.ALPHA_DIGIT)=>{let n="";const{length:s}=t;for(;e--;)n+=t[Math.random()*s|0];return n};function cd(e){return!!(e&&Ie(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}const ad=e=>{const t=new Array(10),n=(s,r)=>{if(bs(s)){if(t.indexOf(s)>=0)return;if(!("toJSON"in s)){t[r]=s;const o=Zt(s)?[]:{};return _n(s,(i,l)=>{const c=n(i,r+1);!xn(c)&&(o[l]=c)}),t[r]=void 0,o}}return s};return n(e,0)},ud=Je("AsyncFunction"),w={isArray:Zt,isArrayBuffer:ul,isBuffer:Lf,isFormData:qf,isArrayBufferView:If,isString:Mf,isNumber:fl,isBoolean:jf,isObject:bs,isPlainObject:ys,isUndefined:xn,isDate:Ff,isFile:Bf,isBlob:Df,isRegExp:nd,isFunction:Ie,isStream:Uf,isURLSearchParams:zf,isTypedArray:Yf,isFileList:Hf,forEach:_n,merge:Or,extend:Vf,trim:Kf,stripBOM:Wf,inherits:Jf,toFlatObject:Qf,kindOf:ms,kindOfTest:Je,endsWith:Gf,toArray:Xf,forEachEntry:Zf,matchAll:$f,isHTMLForm:ed,hasOwnProperty:ml,hasOwnProp:ml,reduceDescriptors:gl,freezeMethods:sd,toObjectSet:rd,toCamelCase:td,noop:od,toFiniteNumber:id,findKey:dl,global:hl,isContextDefined:pl,ALPHABET:yl,generateString:ld,isSpecCompliantForm:cd,toJSONObject:ad,isAsyncFn:ud,isThenable:e=>e&&(bs(e)||Ie(e))&&Ie(e.then)&&Ie(e.catch)};function X(e,t,n,s,r){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=e,this.name="AxiosError",t&&(this.code=t),n&&(this.config=n),s&&(this.request=s),r&&(this.response=r)}w.inherits(X,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:w.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const vl=X.prototype,wl={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(e=>{wl[e]={value:e}}),Object.defineProperties(X,wl),Object.defineProperty(vl,"isAxiosError",{value:!0}),X.from=(e,t,n,s,r,o)=>{const i=Object.create(vl);return w.toFlatObject(e,i,function(c){return c!==Error.prototype},l=>l!=="isAxiosError"),X.call(i,e.message,t,n,s,r),i.cause=e,i.name=e.name,o&&Object.assign(i,o),i};const fd=null;function Tr(e){return w.isPlainObject(e)||w.isArray(e)}function El(e){return w.endsWith(e,"[]")?e.slice(0,-2):e}function Al(e,t,n){return e?e.concat(t).map(function(r,o){return r=El(r),!n&&o?"["+r+"]":r}).join(n?".":""):t}function dd(e){return w.isArray(e)&&!e.some(Tr)}const hd=w.toFlatObject(w,{},null,function(t){return/^is[A-Z]/.test(t)});function vs(e,t,n){if(!w.isObject(e))throw new TypeError("target must be an object");t=t||new FormData,n=w.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,function(y,C){return!w.isUndefined(C[y])});const s=n.metaTokens,r=n.visitor||a,o=n.dots,i=n.indexes,c=(n.Blob||typeof Blob<"u"&&Blob)&&w.isSpecCompliantForm(t);if(!w.isFunction(r))throw new TypeError("visitor must be a function");function u(b){if(b===null)return"";if(w.isDate(b))return b.toISOString();if(!c&&w.isBlob(b))throw new X("Blob is not supported. Use a Buffer instead.");return w.isArrayBuffer(b)||w.isTypedArray(b)?c&&typeof Blob=="function"?new Blob([b]):Buffer.from(b):b}function a(b,y,C){let P=b;if(b&&!C&&typeof b=="object"){if(w.endsWith(y,"{}"))y=s?y:y.slice(0,-2),b=JSON.stringify(b);else if(w.isArray(b)&&dd(b)||(w.isFileList(b)||w.endsWith(y,"[]"))&&(P=w.toArray(b)))return y=El(y),P.forEach(function(z,M){!(w.isUndefined(z)||z===null)&&t.append(i===!0?Al([y],M,o):i===null?y:y+"[]",u(z))}),!1}return Tr(b)?!0:(t.append(Al(C,y,o),u(b)),!1)}const f=[],p=Object.assign(hd,{defaultVisitor:a,convertValue:u,isVisitable:Tr});function g(b,y){if(!w.isUndefined(b)){if(f.indexOf(b)!==-1)throw Error("Circular reference detected in "+y.join("."));f.push(b),w.forEach(b,function(P,k){(!(w.isUndefined(P)||P===null)&&r.call(t,P,w.isString(k)?k.trim():k,y,p))===!0&&g(P,y?y.concat(k):[k])}),f.pop()}}if(!w.isObject(e))throw new TypeError("data must be an object");return g(e),t}function xl(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(s){return t[s]})}function kr(e,t){this._pairs=[],e&&vs(e,this,t)}const _l=kr.prototype;_l.append=function(t,n){this._pairs.push([t,n])},_l.toString=function(t){const n=t?function(s){return t.call(this,s,xl)}:xl;return this._pairs.map(function(r){return n(r[0])+"="+n(r[1])},"").join("&")};function pd(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function Rl(e,t,n){if(!t)return e;const s=n&&n.encode||pd,r=n&&n.serialize;let o;if(r?o=r(t,n):o=w.isURLSearchParams(t)?t.toString():new kr(t,n).toString(s),o){const i=e.indexOf("#");i!==-1&&(e=e.slice(0,i)),e+=(e.indexOf("?")===-1?"?":"&")+o}return e}class md{constructor(){this.handlers=[]}use(t,n,s){return this.handlers.push({fulfilled:t,rejected:n,synchronous:s?s.synchronous:!1,runWhen:s?s.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){w.forEach(this.handlers,function(s){s!==null&&t(s)})}}const Sl=md,Pl={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},gd={isBrowser:!0,classes:{URLSearchParams:typeof URLSearchParams<"u"?URLSearchParams:kr,FormData:typeof FormData<"u"?FormData:null,Blob:typeof Blob<"u"?Blob:null},protocols:["http","https","file","blob","url","data"]},Ol=typeof window<"u"&&typeof document<"u",bd=(e=>Ol&&["ReactNative","NativeScript","NS"].indexOf(e)<0)(typeof navigator<"u"&&navigator.product),yd=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",Qe={...Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:Ol,hasStandardBrowserEnv:bd,hasStandardBrowserWebWorkerEnv:yd},Symbol.toStringTag,{value:"Module"})),...gd};function vd(e,t){return vs(e,new Qe.classes.URLSearchParams,Object.assign({visitor:function(n,s,r,o){return Qe.isNode&&w.isBuffer(n)?(this.append(s,n.toString("base64")),!1):o.defaultVisitor.apply(this,arguments)}},t))}function wd(e){return w.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function Ed(e){const t={},n=Object.keys(e);let s;const r=n.length;let o;for(s=0;s<r;s++)o=n[s],t[o]=e[o];return t}function Cl(e){function t(n,s,r,o){let i=n[o++];const l=Number.isFinite(+i),c=o>=n.length;return i=!i&&w.isArray(r)?r.length:i,c?(w.hasOwnProp(r,i)?r[i]=[r[i],s]:r[i]=s,!l):((!r[i]||!w.isObject(r[i]))&&(r[i]=[]),t(n,s,r[i],o)&&w.isArray(r[i])&&(r[i]=Ed(r[i])),!l)}if(w.isFormData(e)&&w.isFunction(e.entries)){const n={};return w.forEachEntry(e,(s,r)=>{t(wd(s),r,n,0)}),n}return null}function Ad(e,t,n){if(w.isString(e))try{return(t||JSON.parse)(e),w.trim(e)}catch(s){if(s.name!=="SyntaxError")throw s}return(n||JSON.stringify)(e)}const Nr={transitional:Pl,adapter:["xhr","http"],transformRequest:[function(t,n){const s=n.getContentType()||"",r=s.indexOf("application/json")>-1,o=w.isObject(t);if(o&&w.isHTMLForm(t)&&(t=new FormData(t)),w.isFormData(t))return r&&r?JSON.stringify(Cl(t)):t;if(w.isArrayBuffer(t)||w.isBuffer(t)||w.isStream(t)||w.isFile(t)||w.isBlob(t))return t;if(w.isArrayBufferView(t))return t.buffer;if(w.isURLSearchParams(t))return n.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let l;if(o){if(s.indexOf("application/x-www-form-urlencoded")>-1)return vd(t,this.formSerializer).toString();if((l=w.isFileList(t))||s.indexOf("multipart/form-data")>-1){const c=this.env&&this.env.FormData;return vs(l?{"files[]":t}:t,c&&new c,this.formSerializer)}}return o||r?(n.setContentType("application/json",!1),Ad(t)):t}],transformResponse:[function(t){const n=this.transitional||Nr.transitional,s=n&&n.forcedJSONParsing,r=this.responseType==="json";if(t&&w.isString(t)&&(s&&!this.responseType||r)){const i=!(n&&n.silentJSONParsing)&&r;try{return JSON.parse(t)}catch(l){if(i)throw l.name==="SyntaxError"?X.from(l,X.ERR_BAD_RESPONSE,this,null,this.response):l}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:Qe.classes.FormData,Blob:Qe.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};w.forEach(["delete","get","head","post","put","patch"],e=>{Nr.headers[e]={}});const Lr=Nr,xd=w.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),_d=e=>{const t={};let n,s,r;return e&&e.split(`
    10 `).forEach(function(i){r=i.indexOf(":"),n=i.substring(0,r).trim().toLowerCase(),s=i.substring(r+1).trim(),!(!n||t[n]&&xd[n])&&(n==="set-cookie"?t[n]?t[n].push(s):t[n]=[s]:t[n]=t[n]?t[n]+", "+s:s)}),t},Tl=Symbol("internals");function Rn(e){return e&&String(e).trim().toLowerCase()}function ws(e){return e===!1||e==null?e:w.isArray(e)?e.map(ws):String(e)}function Rd(e){const t=Object.create(null),n=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let s;for(;s=n.exec(e);)t[s[1]]=s[2];return t}const Sd=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function Ir(e,t,n,s,r){if(w.isFunction(s))return s.call(this,t,n);if(r&&(t=n),!!w.isString(t)){if(w.isString(s))return t.indexOf(s)!==-1;if(w.isRegExp(s))return s.test(t)}}function Pd(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,n,s)=>n.toUpperCase()+s)}function Od(e,t){const n=w.toCamelCase(" "+t);["get","set","has"].forEach(s=>{Object.defineProperty(e,s+n,{value:function(r,o,i){return this[s].call(this,t,r,o,i)},configurable:!0})})}class Es{constructor(t){t&&this.set(t)}set(t,n,s){const r=this;function o(l,c,u){const a=Rn(c);if(!a)throw new Error("header name must be a non-empty string");const f=w.findKey(r,a);(!f||r[f]===void 0||u===!0||u===void 0&&r[f]!==!1)&&(r[f||c]=ws(l))}const i=(l,c)=>w.forEach(l,(u,a)=>o(u,a,c));return w.isPlainObject(t)||t instanceof this.constructor?i(t,n):w.isString(t)&&(t=t.trim())&&!Sd(t)?i(_d(t),n):t!=null&&o(n,t,s),this}get(t,n){if(t=Rn(t),t){const s=w.findKey(this,t);if(s){const r=this[s];if(!n)return r;if(n===!0)return Rd(r);if(w.isFunction(n))return n.call(this,r,s);if(w.isRegExp(n))return n.exec(r);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,n){if(t=Rn(t),t){const s=w.findKey(this,t);return!!(s&&this[s]!==void 0&&(!n||Ir(this,this[s],s,n)))}return!1}delete(t,n){const s=this;let r=!1;function o(i){if(i=Rn(i),i){const l=w.findKey(s,i);l&&(!n||Ir(s,s[l],l,n))&&(delete s[l],r=!0)}}return w.isArray(t)?t.forEach(o):o(t),r}clear(t){const n=Object.keys(this);let s=n.length,r=!1;for(;s--;){const o=n[s];(!t||Ir(this,this[o],o,t,!0))&&(delete this[o],r=!0)}return r}normalize(t){const n=this,s={};return w.forEach(this,(r,o)=>{const i=w.findKey(s,o);if(i){n[i]=ws(r),delete n[o];return}const l=t?Pd(o):String(o).trim();l!==o&&delete n[o],n[l]=ws(r),s[l]=!0}),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){const n=Object.create(null);return w.forEach(this,(s,r)=>{s!=null&&s!==!1&&(n[r]=t&&w.isArray(s)?s.join(", "):s)}),n}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([t,n])=>t+": "+n).join(`
    11 `)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...n){const s=new this(t);return n.forEach(r=>s.set(r)),s}static accessor(t){const s=(this[Tl]=this[Tl]={accessors:{}}).accessors,r=this.prototype;function o(i){const l=Rn(i);s[l]||(Od(r,i),s[l]=!0)}return w.isArray(t)?t.forEach(o):o(t),this}}Es.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),w.reduceDescriptors(Es.prototype,({value:e},t)=>{let n=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(s){this[n]=s}}}),w.freezeMethods(Es);const nt=Es;function Mr(e,t){const n=this||Lr,s=t||n,r=nt.from(s.headers);let o=s.data;return w.forEach(e,function(l){o=l.call(n,o,r.normalize(),t?t.status:void 0)}),r.normalize(),o}function kl(e){return!!(e&&e.__CANCEL__)}function Sn(e,t,n){X.call(this,e??"canceled",X.ERR_CANCELED,t,n),this.name="CanceledError"}w.inherits(Sn,X,{__CANCEL__:!0});function Cd(e,t,n){const s=n.config.validateStatus;!n.status||!s||s(n.status)?e(n):t(new X("Request failed with status code "+n.status,[X.ERR_BAD_REQUEST,X.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n))}const Td=Qe.hasStandardBrowserEnv?{write(e,t,n,s,r,o){const i=[e+"="+encodeURIComponent(t)];w.isNumber(n)&&i.push("expires="+new Date(n).toGMTString()),w.isString(s)&&i.push("path="+s),w.isString(r)&&i.push("domain="+r),o===!0&&i.push("secure"),document.cookie=i.join("; ")},read(e){const t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove(e){this.write(e,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function kd(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function Nd(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}function Nl(e,t){return e&&!kd(t)?Nd(e,t):t}const Ld=Qe.hasStandardBrowserEnv?function(){const t=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");let s;function r(o){let i=o;return t&&(n.setAttribute("href",i),i=n.href),n.setAttribute("href",i),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:n.pathname.charAt(0)==="/"?n.pathname:"/"+n.pathname}}return s=r(window.location.href),function(i){const l=w.isString(i)?r(i):i;return l.protocol===s.protocol&&l.host===s.host}}():function(){return function(){return!0}}();function Id(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}function Md(e,t){e=e||10;const n=new Array(e),s=new Array(e);let r=0,o=0,i;return t=t!==void 0?t:1e3,function(c){const u=Date.now(),a=s[o];i||(i=u),n[r]=c,s[r]=u;let f=o,p=0;for(;f!==r;)p+=n[f++],f=f%e;if(r=(r+1)%e,r===o&&(o=(o+1)%e),u-i<t)return;const g=a&&u-a;return g?Math.round(p*1e3/g):void 0}}function Ll(e,t){let n=0;const s=Md(50,250);return r=>{const o=r.loaded,i=r.lengthComputable?r.total:void 0,l=o-n,c=s(l),u=o<=i;n=o;const a={loaded:o,total:i,progress:i?o/i:void 0,bytes:l,rate:c||void 0,estimated:c&&i&&u?(i-o)/c:void 0,event:r};a[t?"download":"upload"]=!0,e(a)}}const jr={http:fd,xhr:typeof XMLHttpRequest<"u"&&function(e){return new Promise(function(n,s){let r=e.data;const o=nt.from(e.headers).normalize();let{responseType:i,withXSRFToken:l}=e,c;function u(){e.cancelToken&&e.cancelToken.unsubscribe(c),e.signal&&e.signal.removeEventListener("abort",c)}let a;if(w.isFormData(r)){if(Qe.hasStandardBrowserEnv||Qe.hasStandardBrowserWebWorkerEnv)o.setContentType(!1);else if((a=o.getContentType())!==!1){const[y,...C]=a?a.split(";").map(P=>P.trim()).filter(Boolean):[];o.setContentType([y||"multipart/form-data",...C].join("; "))}}let f=new XMLHttpRequest;if(e.auth){const y=e.auth.username||"",C=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";o.set("Authorization","Basic "+btoa(y+":"+C))}const p=Nl(e.baseURL,e.url);f.open(e.method.toUpperCase(),Rl(p,e.params,e.paramsSerializer),!0),f.timeout=e.timeout;function g(){if(!f)return;const y=nt.from("getAllResponseHeaders"in f&&f.getAllResponseHeaders()),P={data:!i||i==="text"||i==="json"?f.responseText:f.response,status:f.status,statusText:f.statusText,headers:y,config:e,request:f};Cd(function(z){n(z),u()},function(z){s(z),u()},P),f=null}if("onloadend"in f?f.onloadend=g:f.onreadystatechange=function(){!f||f.readyState!==4||f.status===0&&!(f.responseURL&&f.responseURL.indexOf("file:")===0)||setTimeout(g)},f.onabort=function(){f&&(s(new X("Request aborted",X.ECONNABORTED,e,f)),f=null)},f.onerror=function(){s(new X("Network Error",X.ERR_NETWORK,e,f)),f=null},f.ontimeout=function(){let C=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded";const P=e.transitional||Pl;e.timeoutErrorMessage&&(C=e.timeoutErrorMessage),s(new X(C,P.clarifyTimeoutError?X.ETIMEDOUT:X.ECONNABORTED,e,f)),f=null},Qe.hasStandardBrowserEnv&&(l&&w.isFunction(l)&&(l=l(e)),l||l!==!1&&Ld(p))){const y=e.xsrfHeaderName&&e.xsrfCookieName&&Td.read(e.xsrfCookieName);y&&o.set(e.xsrfHeaderName,y)}r===void 0&&o.setContentType(null),"setRequestHeader"in f&&w.forEach(o.toJSON(),function(C,P){f.setRequestHeader(P,C)}),w.isUndefined(e.withCredentials)||(f.withCredentials=!!e.withCredentials),i&&i!=="json"&&(f.responseType=e.responseType),typeof e.onDownloadProgress=="function"&&f.addEventListener("progress",Ll(e.onDownloadProgress,!0)),typeof e.onUploadProgress=="function"&&f.upload&&f.upload.addEventListener("progress",Ll(e.onUploadProgress)),(e.cancelToken||e.signal)&&(c=y=>{f&&(s(!y||y.type?new Sn(null,e,f):y),f.abort(),f=null)},e.cancelToken&&e.cancelToken.subscribe(c),e.signal&&(e.signal.aborted?c():e.signal.addEventListener("abort",c)));const b=Id(p);if(b&&Qe.protocols.indexOf(b)===-1){s(new X("Unsupported protocol "+b+":",X.ERR_BAD_REQUEST,e));return}f.send(r||null)})}};w.forEach(jr,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});const Il=e=>`- ${e}`,jd=e=>w.isFunction(e)||e===null||e===!1,Ml={getAdapter:e=>{e=w.isArray(e)?e:[e];const{length:t}=e;let n,s;const r={};for(let o=0;o<t;o++){n=e[o];let i;if(s=n,!jd(n)&&(s=jr[(i=String(n)).toLowerCase()],s===void 0))throw new X(`Unknown adapter '${i}'`);if(s)break;r[i||"#"+o]=s}if(!s){const o=Object.entries(r).map(([l,c])=>`adapter ${l} `+(c===!1?"is not supported by the environment":"is not available in the build"));let i=t?o.length>1?`since :
    12 `+o.map(Il).join(`
    13 `):" "+Il(o[0]):"as no adapter specified";throw new X("There is no suitable adapter to dispatch the request "+i,"ERR_NOT_SUPPORT")}return s},adapters:jr};function Fr(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new Sn(null,e)}function jl(e){return Fr(e),e.headers=nt.from(e.headers),e.data=Mr.call(e,e.transformRequest),["post","put","patch"].indexOf(e.method)!==-1&&e.headers.setContentType("application/x-www-form-urlencoded",!1),Ml.getAdapter(e.adapter||Lr.adapter)(e).then(function(s){return Fr(e),s.data=Mr.call(e,e.transformResponse,s),s.headers=nt.from(s.headers),s},function(s){return kl(s)||(Fr(e),s&&s.response&&(s.response.data=Mr.call(e,e.transformResponse,s.response),s.response.headers=nt.from(s.response.headers))),Promise.reject(s)})}const Fl=e=>e instanceof nt?e.toJSON():e;function $t(e,t){t=t||{};const n={};function s(u,a,f){return w.isPlainObject(u)&&w.isPlainObject(a)?w.merge.call({caseless:f},u,a):w.isPlainObject(a)?w.merge({},a):w.isArray(a)?a.slice():a}function r(u,a,f){if(w.isUndefined(a)){if(!w.isUndefined(u))return s(void 0,u,f)}else return s(u,a,f)}function o(u,a){if(!w.isUndefined(a))return s(void 0,a)}function i(u,a){if(w.isUndefined(a)){if(!w.isUndefined(u))return s(void 0,u)}else return s(void 0,a)}function l(u,a,f){if(f in t)return s(u,a);if(f in e)return s(void 0,u)}const c={url:o,method:o,data:o,baseURL:i,transformRequest:i,transformResponse:i,paramsSerializer:i,timeout:i,timeoutMessage:i,withCredentials:i,withXSRFToken:i,adapter:i,responseType:i,xsrfCookieName:i,xsrfHeaderName:i,onUploadProgress:i,onDownloadProgress:i,decompress:i,maxContentLength:i,maxBodyLength:i,beforeRedirect:i,transport:i,httpAgent:i,httpsAgent:i,cancelToken:i,socketPath:i,responseEncoding:i,validateStatus:l,headers:(u,a)=>r(Fl(u),Fl(a),!0)};return w.forEach(Object.keys(Object.assign({},e,t)),function(a){const f=c[a]||r,p=f(e[a],t[a],a);w.isUndefined(p)&&f!==l||(n[a]=p)}),n}const Bl="1.6.2",Br={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{Br[e]=function(s){return typeof s===e||"a"+(t<1?"n ":" ")+e}});const Dl={};Br.transitional=function(t,n,s){function r(o,i){return"[Axios v"+Bl+"] Transitional option '"+o+"'"+i+(s?". "+s:"")}return(o,i,l)=>{if(t===!1)throw new X(r(i," has been removed"+(n?" in "+n:"")),X.ERR_DEPRECATED);return n&&!Dl[i]&&(Dl[i]=!0,console.warn(r(i," has been deprecated since v"+n+" and will be removed in the near future"))),t?t(o,i,l):!0}};function Fd(e,t,n){if(typeof e!="object")throw new X("options must be an object",X.ERR_BAD_OPTION_VALUE);const s=Object.keys(e);let r=s.length;for(;r-- >0;){const o=s[r],i=t[o];if(i){const l=e[o],c=l===void 0||i(l,o,e);if(c!==!0)throw new X("option "+o+" must be "+c,X.ERR_BAD_OPTION_VALUE);continue}if(n!==!0)throw new X("Unknown option "+o,X.ERR_BAD_OPTION)}}const Dr={assertOptions:Fd,validators:Br},bt=Dr.validators;class As{constructor(t){this.defaults=t,this.interceptors={request:new Sl,response:new Sl}}request(t,n){typeof t=="string"?(n=n||{},n.url=t):n=t||{},n=$t(this.defaults,n);const{transitional:s,paramsSerializer:r,headers:o}=n;s!==void 0&&Dr.assertOptions(s,{silentJSONParsing:bt.transitional(bt.boolean),forcedJSONParsing:bt.transitional(bt.boolean),clarifyTimeoutError:bt.transitional(bt.boolean)},!1),r!=null&&(w.isFunction(r)?n.paramsSerializer={serialize:r}:Dr.assertOptions(r,{encode:bt.function,serialize:bt.function},!0)),n.method=(n.method||this.defaults.method||"get").toLowerCase();let i=o&&w.merge(o.common,o[n.method]);o&&w.forEach(["delete","get","head","post","put","patch","common"],b=>{delete o[b]}),n.headers=nt.concat(i,o);const l=[];let c=!0;this.interceptors.request.forEach(function(y){typeof y.runWhen=="function"&&y.runWhen(n)===!1||(c=c&&y.synchronous,l.unshift(y.fulfilled,y.rejected))});const u=[];this.interceptors.response.forEach(function(y){u.push(y.fulfilled,y.rejected)});let a,f=0,p;if(!c){const b=[jl.bind(this),void 0];for(b.unshift.apply(b,l),b.push.apply(b,u),p=b.length,a=Promise.resolve(n);f<p;)a=a.then(b[f++],b[f++]);return a}p=l.length;let g=n;for(f=0;f<p;){const b=l[f++],y=l[f++];try{g=b(g)}catch(C){y.call(this,C);break}}try{a=jl.call(this,g)}catch(b){return Promise.reject(b)}for(f=0,p=u.length;f<p;)a=a.then(u[f++],u[f++]);return a}getUri(t){t=$t(this.defaults,t);const n=Nl(t.baseURL,t.url);return Rl(n,t.params,t.paramsSerializer)}}w.forEach(["delete","get","head","options"],function(t){As.prototype[t]=function(n,s){return this.request($t(s||{},{method:t,url:n,data:(s||{}).data}))}}),w.forEach(["post","put","patch"],function(t){function n(s){return function(o,i,l){return this.request($t(l||{},{method:t,headers:s?{"Content-Type":"multipart/form-data"}:{},url:o,data:i}))}}As.prototype[t]=n(),As.prototype[t+"Form"]=n(!0)});const xs=As;class Hr{constructor(t){if(typeof t!="function")throw new TypeError("executor must be a function.");let n;this.promise=new Promise(function(o){n=o});const s=this;this.promise.then(r=>{if(!s._listeners)return;let o=s._listeners.length;for(;o-- >0;)s._listeners[o](r);s._listeners=null}),this.promise.then=r=>{let o;const i=new Promise(l=>{s.subscribe(l),o=l}).then(r);return i.cancel=function(){s.unsubscribe(o)},i},t(function(o,i,l){s.reason||(s.reason=new Sn(o,i,l),n(s.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(t){if(this.reason){t(this.reason);return}this._listeners?this._listeners.push(t):this._listeners=[t]}unsubscribe(t){if(!this._listeners)return;const n=this._listeners.indexOf(t);n!==-1&&this._listeners.splice(n,1)}static source(){let t;return{token:new Hr(function(r){t=r}),cancel:t}}}const Bd=Hr;function Dd(e){return function(n){return e.apply(null,n)}}function Hd(e){return w.isObject(e)&&e.isAxiosError===!0}const Ur={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(Ur).forEach(([e,t])=>{Ur[t]=e});const Ud=Ur;function Hl(e){const t=new xs(e),n=al(xs.prototype.request,t);return w.extend(n,xs.prototype,t,{allOwnKeys:!0}),w.extend(n,t,null,{allOwnKeys:!0}),n.create=function(r){return Hl($t(e,r))},n}const pe=Hl(Lr);pe.Axios=xs,pe.CanceledError=Sn,pe.CancelToken=Bd,pe.isCancel=kl,pe.VERSION=Bl,pe.toFormData=vs,pe.AxiosError=X,pe.Cancel=pe.CanceledError,pe.all=function(t){return Promise.all(t)},pe.spread=Dd,pe.isAxiosError=Hd,pe.mergeConfig=$t,pe.AxiosHeaders=nt,pe.formToJSON=e=>Cl(w.isHTMLForm(e)?new FormData(e):e),pe.getAdapter=Ml.getAdapter,pe.HttpStatusCode=Ud,pe.default=pe;const qd=pe,Ul=Su("license",{state:()=>({license:null,domain:null,pro:!1,product:null,loading:!1,errors:null,domainError:null}),actions:{getLicense(e){this.loading=!0,this.license=null,this.domain=null,this.pro=!1,this.product=null,this.errors=null,this.domainError=null,qd.get(ajax_object.ajax_url,{params:{action:"get_licenses",license_key:e}}).then(t=>{t.data.success===1&&t.data.success?(this.license=t.data.license,t.data.domain?window.location.hostname==t.data.domain.domain.replace("www.","")?this.domain=t.data.domain.domain:(this.domain=t.data.domain.domain,this.domainError="Error! License is mapped to a different domain."):(this.domain="Not Set",this.domainError="Max Access will not work without adding a domain."),t.data.pro!=null&&(this.pro=!0),t.data.product&&(this.product=t.data.product.name),this.loading=!1):(this.loading=!1,t.data.msg?this.errors=t.data.msg:this.errors="Please create an account and add your license key here. See the Setup Instructions for more information.")})}}}),zd="data:image/png;base64,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",Pn=(e,t)=>{const n=e.__vccOpts||e;for(const[s,r]of t)n[s]=r;return n},Kd={name:"FooterEl"},Vd=[(e=>(Ks("data-v-acb15bb5"),e=e(),Vs(),e))(()=>F("nav",{class:"footer-nav"},[F("div",{class:"footer-logo-box"},[F("div",{class:"social-icons"},[F("a",{href:"https://www.facebook.com/digitalaccessibilityonline/",target:"_blank"},[F("span",{class:"facebook-icon"},[F("svg",{xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",viewBox:"0 0 310 310","xml:space":"preserve"},[F("g",{id:"XMLID_834_"},[F("path",{id:"XMLID_835_",d:"M81.703,165.106h33.981V305c0,2.762,2.238,5,5,5h57.616c2.762,0,5-2.238,5-5V165.765h39.064   c2.54,0,4.677-1.906,4.967-4.429l5.933-51.502c0.163-1.417-0.286-2.836-1.234-3.899c-0.949-1.064-2.307-1.673-3.732-1.673h-44.996   V71.978c0-9.732,5.24-14.667,15.576-14.667c1.473,0,29.42,0,29.42,0c2.762,0,5-2.239,5-5V5.037c0-2.762-2.238-5-5-5h-40.545   C187.467,0.023,186.832,0,185.896,0c-7.035,0-31.488,1.381-50.804,19.151c-21.402,19.692-18.427,43.27-17.716,47.358v37.752H81.703   c-2.762,0-5,2.238-5,5v50.844C76.703,162.867,78.941,165.106,81.703,165.106z"})])])])]),F("a",{href:"https://www.linkedin.com/company/onlineada",target:"_blank"},[F("span",{class:"linkedin-icon"},[F("svg",{xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",viewBox:"-271 283.9 256 235.1","xml:space":"preserve"},[F("g",null,[F("rect",{x:"-264.4",y:"359.3",width:"49.9",height:"159.7"}),F("path",{d:"M-240.5,283.9c-18.4,0-30.5,11.9-30.5,27.7c0,15.5,11.7,27.7,29.8,27.7h0.4c18.8,0,30.5-12.3,30.4-27.7   C-210.8,295.8-222.1,283.9-240.5,283.9z"}),F("path",{d:"M-78.2,357.8c-28.6,0-46.5,15.6-49.8,26.6v-25.1h-56.1c0.7,13.3,0,159.7,0,159.7h56.1v-86.3c0-4.9-0.2-9.7,1.2-13.1   c3.8-9.6,12.1-19.6,27-19.6c19.5,0,28.3,14.8,28.3,36.4V519h56.6v-88.8C-14.9,380.8-42.7,357.8-78.2,357.8z"})])])])])]),F("div",{class:"footer-logo"},[F("img",{src:zd})])])],-1))];function Wd(e,t,n,s,r,o){return we(),Pe("footer",null,Vd)}const Jd=Pn(Kd,[["render",Wd],["__scopeId","data-v-acb15bb5"]]),Qd={name:"PopupModal",props:["header","message","hide_modal"],setup(e){function t(s){var r=s.querySelectorAll('a[href], area[href], input:not([disabled]), select:not([disabled]), textarea:not([disabled]), button:not([disabled]), iframe, object, embed, [tabindex="0"], [contenteditable]'),o=r[0],i=r[r.length-1];s.addEventListener("keydown",function(l){var c=l.key==="Tab"||l.keyCode===9;c&&(l.shiftKey?document.activeElement===o&&(i.focus(),l.preventDefault()):document.activeElement===i&&(o.focus(),l.preventDefault()))})}const n=on(null);return Ys(()=>{t(n.value)}),{modal:n}}},Gd={id:"oada-modal-box",ref:"modal"},Xd={class:"oada-modal-container"},Yd={class:"oada-modal-content"},Zd=[F("svg",{xmlns:"http://www.w3.org/2000/svg",focusable:"false","data-prefix":"fas","data-icon":"times",role:"img",viewBox:"0 0 352 512",class:"ada-ignore-all svg-inline--fa fa-times fa-w-11"},[F("path",{fill:"white",d:"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z",class:"ada-ignore-all"})],-1)],$d=F("div",{style:{"text-align":"center","margin-bottom":"15px"}},[F("a",{href:"https://maxaccess.io/free",target:"_blank"}," Get a license! ")],-1);function eh(e,t,n,s,r,o){return jo((we(),Pe("div",Gd,[F("div",Xd,[F("div",Yd,[F("button",{onClick:t[0]||(t[0]=i=>e.$emit("close"))},Zd),F("h2",null,wt(n.header),1),F("p",null,wt(n.message),1),$d])])],512)),[[Xa,!n.hide_modal&&n.hide_modal!=null]])}const th={name:"App",components:{PopupModal:Pn(Qd,[["render",eh]]),FooterEl:Jd},setup(){const e=Ul(),t=kf();function n(){s.value=!0}e.getLicense("init");const s=on(null);return xt(()=>t.path,async r=>{e.license?s.value=!0:s.value=!1}),xt(()=>e.license,async r=>{e.license?s.value=!0:s.value=!1}),{license_store:e,hideModal:s,closeModal:n}}},nh=e=>(Ks("data-v-216512c5"),e=e(),Vs(),e),sh={class:"wrapper"},rh=nh(()=>F("div",{class:"logo-box"},[F("img",{src:"data:image/png;base64,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",alt:"Max Access",class:"ada-ignore-all"})],-1));function oh(e,t,n,s,r,o){const i=Zn("RouterLink"),l=Zn("RouterView"),c=Zn("PopupModal"),u=Zn("FooterEl");return we(),Pe(Fe,null,[F("header",null,[F("div",sh,[rh,F("nav",null,[ue(i,{to:"/"},{default:zt(()=>[et("General")]),_:1}),ue(i,{to:"/element-controls"},{default:zt(()=>[et("UI Classes")]),_:1})])])]),F("main",null,[F("div",{class:"container",style:jt(s.hideModal?"":"overflow-y:hidden;")},[ue(l,null,{default:zt(({Component:a})=>[ue(fs,{name:"fade"},{default:zt(()=>[(we(),ai(zc(a),{key:e.$route.path}))]),_:2},1024)]),_:1}),ue(c,{header:"No License Yet? Create an Account!",message:"Create a Max Access account to get FREE Max Access Toolbar License",hide_modal:s.hideModal,onClose:t[0]||(t[0]=a=>s.hideModal=!0)},null,8,["hide_modal"])],4)]),ue(u)],64)}const ih=Pn(th,[["render",oh],["__scopeId","data-v-216512c5"]]),lh=Cf({history:Vu(),routes:[{path:"/",alias:["/features","/pricing","/setup","/get-certified"],name:"SettingsEl",component:()=>Promise.resolve().then(()=>Ph)},{path:"/element-controls",name:"element-controls",component:()=>Promise.resolve().then(()=>kh)}]}),qr=bu(ih);qr.use(wu()),qr.use(lh),qr.mount("#oada_accessibility_toolbar_admin");const ch={name:"LicenseInput",setup(){const e=Dt({license_key:""}),t=Ul();function n(){e.license_key!=""&&t.getLicense(e.license_key)}return{state:e,license_store:t,checkLicenseKey:n}}},On=e=>(Ks("data-v-4e35421d"),e=e(),Vs(),e),ah={class:"input-box"},uh={class:"input-form"},fh=On(()=>F("label",{for:"license_key",style:{display:"block",width:"100%"}},[F("span",{style:{"font-weight":"bold","margin-bottom":"0","text-align":"left"}},"License Key")],-1)),dh={style:{display:"flex","align-items":"center","margin-bottom":"1rem"}},hh=["placeholder"],ph={key:0},mh={key:1,class:"loader"},gh=[On(()=>F("svg",{fill:"#000000",height:"800px",width:"800px",version:"1.1",id:"Layer_1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",viewBox:"0 0 32 32","xml:space":"preserve"},[F("path",{d:`M18,4.181v2.021c4.559,0.929,8,4.97,8,9.798c0,5.514-4.486,10-10,10S6,21.514,6,16c0-4.829,3.441-8.869,8-9.798V4.181
    14               C8.334,5.137,4,10.066,4,16c0,6.617,5.383,12,12,12s12-5.383,12-12C28,10.066,23.666,5.137,18,4.181z`})],-1))],bh=[On(()=>F("h2",null,"Don't Have a License Yet?",-1)),On(()=>F("a",{href:"https://maxaccess.io/free/",class:"page-link",target:"_blank"},[F("button",{class:"default-button"}," Get Free License ")],-1))],yh={class:"license-details-box"},vh={key:0,style:{color:"var(--oada-orange)",padding:"0","margin-top":"0.2em"}},wh={key:0,class:"license-details"},Eh={key:0,class:"pro-badge"},Ah={key:0,class:"domain-msg"},xh=On(()=>F("a",{href:"https://dashboard.onlineada.com",target:"_blank"},"dashboard",-1)),_h={key:1};function Rh(e,t,n,s,r,o){return we(),Pe("div",null,[F("div",ah,[F("div",{style:jt(s.license_store.license&&!s.license_store.license.license_key?"width:100%":"")},[F("form",uh,[fh,F("div",dh,[jo(F("input",{type:"text",id:"license_key",name:"license_key",required:"",ref:"license_key","onUpdate:modelValue":t[0]||(t[0]=i=>s.state.license_key=i),placeholder:s.license_store.license?s.license_store.license.key:"Enter License Key"},null,8,hh),[[fu,s.state.license_key]]),F("button",{class:"default-button",onClick:t[1]||(t[1]=pu((...i)=>s.checkLicenseKey&&s.checkLicenseKey(...i),["prevent"]))},[s.license_store.loading?(we(),Pe("span",mh,gh)):(we(),Pe("span",ph,"Activate"))])])])],4),F("div",{class:"cta-box",style:jt(s.license_store.license&&!s.license_store.license.license_key?"display:none":"display:flex")},bh,4)]),F("div",yh,[F("h3",null,[et("License Details"),s.license_store.license&&s.license_store.license.status?(we(),Pe("span",{key:0,style:{position:"absolute",right:"0","font-weight":"bold"},class:Bn(s.license_store.license.status!="Active"?"red-text":"green-text")},wt(s.license_store.license.status),3)):Kt("",!0)]),s.license_store.errors?(we(),Pe("p",vh,wt(s.license_store.errors),1)):Kt("",!0),ue(fs,{name:"fade-w-height"},{default:zt(()=>[s.license_store.license?(we(),Pe("div",wh,[F("p",null,[et("Version: "),F("span",null,wt(s.license_store.product),1)]),F("p",null,[et("Domain: "),F("span",null,[F("span",null,wt(s.license_store.domain),1),et(),s.license_store.pro?(we(),Pe("span",Eh,"Pro")):Kt("",!0)])]),s.license_store.domainError?(we(),Pe("p",Ah,[et(wt(s.license_store.domainError)+" Please visit your ",1),xh,et(" to update your domain settings.")])):Kt("",!0)])):Kt("",!0)]),_:1}),!s.license_store.license&&s.license_store.errors===null?(we(),Pe("div",_h," Enter a License ")):Kt("",!0)])])}const Sh=Pn(ch,[["render",Rh],["__scopeId","data-v-4e35421d"]]),Ph=Object.freeze(Object.defineProperty({__proto__:null,default:Object.assign({name:"SettingsEl"},{setup(e){return(t,n)=>(we(),Pe("div",null,[ue(Sh)]))}})},Symbol.toStringTag,{value:"Module"})),Oh={name:"ElementControls"},Ch=[Pa(`<h1 style="text-align:center;" data-v-becdb20e>Classes</h1><hr data-v-becdb20e><div class="class-box" data-v-becdb20e><h3 class="class-name" data-v-becdb20e>.ada-ignore-all</h3><p data-v-becdb20e>Applying this class to an element will prevent the Max Access toolbar from making any modifications to it or its child elements. This is particularly useful for ensuring that key branding elements, like your logo, remain unchanged.</p><pre data-v-becdb20e><code data-v-becdb20e><p data-v-becdb20e>&lt;img src=&quot;logo.png&quot; class=&quot;ada-ignore-all&quot;&gt;</p></code></pre></div><div class="class-box" data-v-becdb20e><h3 class="class-name" data-v-becdb20e>.ada-text-ignore</h3><p data-v-becdb20e>Placing this class on an element will prevent the toolbar from modifying it and it&#39;s child elements font size and font-family.</p><pre data-v-becdb20e><code data-v-becdb20e><p data-v-becdb20e>&lt;p class=&quot;ada-text-ignore some-other-class&quot;&gt;This is a text example!&lt;/p&gt;</p></code></pre></div><div class="class-box" data-v-becdb20e><h3 class="class-name" data-v-becdb20e>.ada-img-hide</h3><p data-v-becdb20e>This class should be placed on any image tag or near parent in order to hide image when toolbar contrast settings have been applied.</p><pre data-v-becdb20e><code data-v-becdb20e><p data-v-becdb20e>&lt;img class=&quot;ada-text-ignore some-other-class&quot; src=&quot;https://adatoolbar.com/wp-content/uploads/2019/03/onlineadalogo.png&quot; &gt;
     9  */const Gt=typeof window<"u";function Ru(e){return e.__esModule||e[Symbol.toStringTag]==="Module"}const ce=Object.assign;function br(e,t){const n={};for(const s in t){const r=t[s];n[s]=He(r)?r.map(e):e(r)}return n}const vn=()=>{},He=Array.isArray,Pu=/\/$/,Su=e=>e.replace(Pu,"");function yr(e,t,n="/"){let s,r={},o="",i="";const l=t.indexOf("#");let c=t.indexOf("?");return l<c&&l>=0&&(c=-1),c>-1&&(s=t.slice(0,c),o=t.slice(c+1,l>-1?l:t.length),r=e(o)),l>-1&&(s=s||t.slice(0,l),i=t.slice(l,t.length)),s=ku(s??t,n),{fullPath:s+(o&&"?")+o+i,path:s,query:r,hash:i}}function Ou(e,t){const n=t.query?e(t.query):"";return t.path+(n&&"?")+n+(t.hash||"")}function Cu(e,t,n){const s=t.matched.length-1,r=n.matched.length-1;return s>-1&&s===r&&Xt(t.matched[s],n.matched[r])&&Fi(t.params,n.params)&&e(t.query)===e(n.query)&&t.hash===n.hash}function Xt(e,t){return(e.aliasOf||e)===(t.aliasOf||t)}function Fi(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const n in e)if(!Tu(e[n],t[n]))return!1;return!0}function Tu(e,t){return He(e)?Di(e,t):He(t)?Di(t,e):e===t}function Di(e,t){return He(t)?e.length===t.length&&e.every((n,s)=>n===t[s]):e.length===1&&e[0]===t}function ku(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 o=n.length-1,i,l;for(i=0;i<s.length;i++)if(l=s[i],l!==".")if(l==="..")o>1&&o--;else break;return n.slice(0,o).join("/")+"/"+s.slice(i-(i===s.length?1:0)).join("/")}var En;(function(e){e.pop="pop",e.push="push"})(En||(En={}));var ds;(function(e){e.back="back",e.forward="forward",e.unknown=""})(ds||(ds={}));const vr="";function Nu(e){if(!e)if(Gt){const t=document.querySelector("base");e=t&&t.getAttribute("href")||"/",e=e.replace(/^\w+:\/\/[^\/]+/,"")}else e="/";return e[0]!=="/"&&e[0]!=="#"&&(e="/"+e),Su(e)}const Iu=/^[^#]+#/;function Mu(e,t){return e.replace(Iu,"#")+t}function Lu(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 ju=()=>({left:window.pageXOffset,top:window.pageYOffset});function Fu(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=Lu(r,e)}else t=e;"scrollBehavior"in document.documentElement.style?window.scrollTo(t):window.scrollTo(t.left!=null?t.left:window.pageXOffset,t.top!=null?t.top:window.pageYOffset)}function Bi(e,t){return(history.state?history.state.position-t:-1)+e}const Er=new Map;function Du(e,t){Er.set(e,t)}function Bu(e){const t=Er.get(e);return Er.delete(e),t}function Hu(e=""){let t=[],n=[vr],s=0;e=Nu(e);function r(l){s++,s!==n.length&&n.splice(s),n.push(l)}function o(l,c,{direction:u,delta:a}){const f={direction:u,delta:a,type:En.pop};for(const p of t)p(l,c,f)}const i={location:vr,state:{},base:e,createHref:Mu.bind(null,e),replace(l){n.splice(s--,1),r(l)},push(l,c){r(l)},listen(l){return t.push(l),()=>{const c=t.indexOf(l);c>-1&&t.splice(c,1)}},destroy(){t=[],n=[vr],s=0},go(l,c=!0){const u=this.location,a=l<0?ds.back:ds.forward;s=Math.max(0,Math.min(s+l,n.length-1)),c&&o(this.location,u,{direction:a,delta:l})}};return Object.defineProperty(i,"location",{enumerable:!0,get:()=>n[s]}),i}function Uu(e){return typeof e=="string"||e&&typeof e=="object"}function Hi(e){return typeof e=="string"||typeof e=="symbol"}const mt={path:"/",name:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},redirectedFrom:void 0},Ui=Symbol("");var qi;(function(e){e[e.aborted=4]="aborted",e[e.cancelled=8]="cancelled",e[e.duplicated=16]="duplicated"})(qi||(qi={}));function Yt(e,t){return ce(new Error,{type:e,[Ui]:!0},t)}function tt(e,t){return e instanceof Error&&Ui in e&&(t==null||!!(e.type&t))}const zi="[^/]+?",qu={sensitive:!1,strict:!1,start:!0,end:!0},zu=/[.+*?^${}()[\]/\\]/g;function Ku(e,t){const n=ce({},qu,t),s=[];let r=n.start?"^":"";const o=[];for(const u of e){const a=u.length?[]:[90];n.strict&&!u.length&&(r+="/");for(let f=0;f<u.length;f++){const p=u[f];let y=40+(n.sensitive?.25:0);if(p.type===0)f||(r+="/"),r+=p.value.replace(zu,"\\$&"),y+=40;else if(p.type===1){const{value:b,repeatable:v,optional:k,regexp:O}=p;o.push({name:b,repeatable:v,optional:k});const T=O||zi;if(T!==zi){y+=10;try{new RegExp(`(${T})`)}catch(L){throw new Error(`Invalid custom RegExp for param "${b}" (${T}): `+L.message)}}let z=v?`((?:${T})(?:/(?:${T}))*)`:`(${T})`;f||(z=k&&u.length<2?`(?:/${z})`:"/"+z),k&&(z+="?"),r+=z,y+=20,k&&(y+=-8),v&&(y+=-20),T===".*"&&(y+=-50)}a.push(y)}s.push(a)}if(n.strict&&n.end){const u=s.length-1;s[u][s[u].length-1]+=.7000000000000001}n.strict||(r+="/?"),n.end?r+="$":n.strict&&(r+="(?:/|$)");const i=new RegExp(r,n.sensitive?"":"i");function l(u){const a=u.match(i),f={};if(!a)return null;for(let p=1;p<a.length;p++){const y=a[p]||"",b=o[p-1];f[b.name]=y&&b.repeatable?y.split("/"):y}return f}function c(u){let a="",f=!1;for(const p of e){(!f||!a.endsWith("/"))&&(a+="/"),f=!1;for(const y of p)if(y.type===0)a+=y.value;else if(y.type===1){const{value:b,repeatable:v,optional:k}=y,O=b in u?u[b]:"";if(He(O)&&!v)throw new Error(`Provided param "${b}" is an array but it is not repeatable (* or + modifiers)`);const T=He(O)?O.join("/"):O;if(!T)if(k)p.length<2&&(a.endsWith("/")?a=a.slice(0,-1):f=!0);else throw new Error(`Missing required param "${b}"`);a+=T}}return a||"/"}return{re:i,score:s,keys:o,parse:l,stringify:c}}function Vu(e,t){let n=0;for(;n<e.length&&n<t.length;){const s=t[n]-e[n];if(s)return s;n++}return e.length<t.length?e.length===1&&e[0]===80?-1:1:e.length>t.length?t.length===1&&t[0]===80?1:-1:0}function Ju(e,t){let n=0;const s=e.score,r=t.score;for(;n<s.length&&n<r.length;){const o=Vu(s[n],r[n]);if(o)return o;n++}if(Math.abs(r.length-s.length)===1){if(Ki(s))return 1;if(Ki(r))return-1}return r.length-s.length}function Ki(e){const t=e[e.length-1];return e.length>0&&t[t.length-1]<0}const Wu={type:0,value:""},Qu=/[a-zA-Z0-9_]/;function Gu(e){if(!e)return[[]];if(e==="/")return[[Wu]];if(!e.startsWith("/"))throw new Error(`Invalid path "${e}"`);function t(y){throw new Error(`ERR (${n})/"${u}": ${y}`)}let n=0,s=n;const r=[];let o;function i(){o&&r.push(o),o=[]}let l=0,c,u="",a="";function f(){u&&(n===0?o.push({type:0,value:u}):n===1||n===2||n===3?(o.length>1&&(c==="*"||c==="+")&&t(`A repeatable param (${u}) must be alone in its segment. eg: '/:ids+.`),o.push({type:1,value:u,regexp:a,repeatable:c==="*"||c==="+",optional:c==="*"||c==="?"})):t("Invalid state to consume buffer"),u="")}function p(){u+=c}for(;l<e.length;){if(c=e[l++],c==="\\"&&n!==2){s=n,n=4;continue}switch(n){case 0:c==="/"?(u&&f(),i()):c===":"?(f(),n=1):p();break;case 4:p(),n=s;break;case 1:c==="("?n=2:Qu.test(c)?p():(f(),n=0,c!=="*"&&c!=="?"&&c!=="+"&&l--);break;case 2:c===")"?a[a.length-1]=="\\"?a=a.slice(0,-1)+c:n=3:a+=c;break;case 3:f(),n=0,c!=="*"&&c!=="?"&&c!=="+"&&l--,a="";break;default:t("Unknown state");break}}return n===2&&t(`Unfinished custom RegExp for param "${u}"`),f(),i(),r}function Xu(e,t,n){const s=Ku(Gu(e.path),n),r=ce(s,{record:e,parent:t,children:[],alias:[]});return t&&!r.record.aliasOf==!t.record.aliasOf&&t.children.push(r),r}function Yu(e,t){const n=[],s=new Map;t=Wi({strict:!1,end:!0,sensitive:!1},t);function r(a){return s.get(a)}function o(a,f,p){const y=!p,b=Zu(a);b.aliasOf=p&&p.record;const v=Wi(t,a),k=[b];if("alias"in a){const z=typeof a.alias=="string"?[a.alias]:a.alias;for(const L of z)k.push(ce({},b,{components:p?p.record.components:b.components,path:L,aliasOf:p?p.record:b}))}let O,T;for(const z of k){const{path:L}=z;if(f&&L[0]!=="/"){const J=f.record.path,fe=J[J.length-1]==="/"?"":"/";z.path=f.record.path+(L&&fe+L)}if(O=Xu(z,f,v),p?p.alias.push(O):(T=T||O,T!==O&&T.alias.push(O),y&&a.name&&!Ji(O)&&i(a.name)),b.children){const J=b.children;for(let fe=0;fe<J.length;fe++)o(J[fe],O,p&&p.children[fe])}p=p||O,(O.record.components&&Object.keys(O.record.components).length||O.record.name||O.record.redirect)&&c(O)}return T?()=>{i(T)}:vn}function i(a){if(Hi(a)){const f=s.get(a);f&&(s.delete(a),n.splice(n.indexOf(f),1),f.children.forEach(i),f.alias.forEach(i))}else{const f=n.indexOf(a);f>-1&&(n.splice(f,1),a.record.name&&s.delete(a.record.name),a.children.forEach(i),a.alias.forEach(i))}}function l(){return n}function c(a){let f=0;for(;f<n.length&&Ju(a,n[f])>=0&&(a.record.path!==n[f].record.path||!Qi(a,n[f]));)f++;n.splice(f,0,a),a.record.name&&!Ji(a)&&s.set(a.record.name,a)}function u(a,f){let p,y={},b,v;if("name"in a&&a.name){if(p=s.get(a.name),!p)throw Yt(1,{location:a});v=p.record.name,y=ce(Vi(f.params,p.keys.filter(T=>!T.optional).map(T=>T.name)),a.params&&Vi(a.params,p.keys.map(T=>T.name))),b=p.stringify(y)}else if("path"in a)b=a.path,p=n.find(T=>T.re.test(b)),p&&(y=p.parse(b),v=p.record.name);else{if(p=f.name?s.get(f.name):n.find(T=>T.re.test(f.path)),!p)throw Yt(1,{location:a,currentLocation:f});v=p.record.name,y=ce({},f.params,a.params),b=p.stringify(y)}const k=[];let O=p;for(;O;)k.unshift(O.record),O=O.parent;return{name:v,path:b,params:y,matched:k,meta:ef(k)}}return e.forEach(a=>o(a)),{addRoute:o,resolve:u,removeRoute:i,getRoutes:l,getRecordMatcher:r}}function Vi(e,t){const n={};for(const s of t)s in e&&(n[s]=e[s]);return n}function Zu(e){return{path:e.path,redirect:e.redirect,name:e.name,meta:e.meta||{},aliasOf:void 0,beforeEnter:e.beforeEnter,props:$u(e),children:e.children||[],instances:{},leaveGuards:new Set,updateGuards:new Set,enterCallbacks:{},components:"components"in e?e.components||null:e.component&&{default:e.component}}}function $u(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 Ji(e){for(;e;){if(e.record.aliasOf)return!0;e=e.parent}return!1}function ef(e){return e.reduce((t,n)=>ce(t,n.meta),{})}function Wi(e,t){const n={};for(const s in e)n[s]=s in t?t[s]:e[s];return n}function Qi(e,t){return t.children.some(n=>n===e||Qi(e,n))}const Gi=/#/g,tf=/&/g,nf=/\//g,sf=/=/g,rf=/\?/g,Xi=/\+/g,of=/%5B/g,lf=/%5D/g,Yi=/%5E/g,cf=/%60/g,Zi=/%7B/g,af=/%7C/g,$i=/%7D/g,uf=/%20/g;function wr(e){return encodeURI(""+e).replace(af,"|").replace(of,"[").replace(lf,"]")}function ff(e){return wr(e).replace(Zi,"{").replace($i,"}").replace(Yi,"^")}function Ar(e){return wr(e).replace(Xi,"%2B").replace(uf,"+").replace(Gi,"%23").replace(tf,"%26").replace(cf,"`").replace(Zi,"{").replace($i,"}").replace(Yi,"^")}function df(e){return Ar(e).replace(sf,"%3D")}function hf(e){return wr(e).replace(Gi,"%23").replace(rf,"%3F")}function pf(e){return e==null?"":hf(e).replace(nf,"%2F")}function hs(e){try{return decodeURIComponent(""+e)}catch{}return""+e}function mf(e){const t={};if(e===""||e==="?")return t;const s=(e[0]==="?"?e.slice(1):e).split("&");for(let r=0;r<s.length;++r){const o=s[r].replace(Xi," "),i=o.indexOf("="),l=hs(i<0?o:o.slice(0,i)),c=i<0?null:hs(o.slice(i+1));if(l in t){let u=t[l];He(u)||(u=t[l]=[u]),u.push(c)}else t[l]=c}return t}function el(e){let t="";for(let n in e){const s=e[n];if(n=df(n),s==null){s!==void 0&&(t+=(t.length?"&":"")+n);continue}(He(s)?s.map(o=>o&&Ar(o)):[s&&Ar(s)]).forEach(o=>{o!==void 0&&(t+=(t.length?"&":"")+n,o!=null&&(t+="="+o))})}return t}function gf(e){const t={};for(const n in e){const s=e[n];s!==void 0&&(t[n]=He(s)?s.map(r=>r==null?null:""+r):s==null?s:""+s)}return t}const bf=Symbol(""),tl=Symbol(""),xr=Symbol(""),_r=Symbol(""),Rr=Symbol("");function wn(){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 gt(e,t,n,s,r){const o=s&&(s.enterCallbacks[r]=s.enterCallbacks[r]||[]);return()=>new Promise((i,l)=>{const c=f=>{f===!1?l(Yt(4,{from:n,to:t})):f instanceof Error?l(f):Uu(f)?l(Yt(2,{from:t,to:f})):(o&&s.enterCallbacks[r]===o&&typeof f=="function"&&o.push(f),i())},u=e.call(s&&s.instances[r],t,n,c);let a=Promise.resolve(u);e.length<3&&(a=a.then(c)),a.catch(f=>l(f))})}function Pr(e,t,n,s){const r=[];for(const o of e)for(const i in o.components){let l=o.components[i];if(!(t!=="beforeRouteEnter"&&!o.instances[i]))if(yf(l)){const u=(l.__vccOpts||l)[t];u&&r.push(gt(u,n,s,o,i))}else{let c=l();r.push(()=>c.then(u=>{if(!u)return Promise.reject(new Error(`Couldn't resolve component "${i}" at "${o.path}"`));const a=Ru(u)?u.default:u;o.components[i]=a;const p=(a.__vccOpts||a)[t];return p&&gt(p,n,s,o,i)()}))}}return r}function yf(e){return typeof e=="object"||"displayName"in e||"props"in e||"__vccOpts"in e}function nl(e){const t=je(xr),n=je(_r),s=Ie(()=>t.resolve(Ut(e.to))),r=Ie(()=>{const{matched:c}=s.value,{length:u}=c,a=c[u-1],f=n.matched;if(!a||!f.length)return-1;const p=f.findIndex(Xt.bind(null,a));if(p>-1)return p;const y=sl(c[u-2]);return u>1&&sl(a)===y&&f[f.length-1].path!==y?f.findIndex(Xt.bind(null,c[u-2])):p}),o=Ie(()=>r.value>-1&&wf(n.params,s.value.params)),i=Ie(()=>r.value>-1&&r.value===n.matched.length-1&&Fi(n.params,s.value.params));function l(c={}){return Ef(c)?t[Ut(e.replace)?"replace":"push"](Ut(e.to)).catch(vn):Promise.resolve()}return{route:s,href:Ie(()=>s.value.href),isActive:o,isExactActive:i,navigate:l}}const vf=Uo({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:nl,setup(e,{slots:t}){const n=Bt(nl(e)),{options:s}=je(xr),r=Ie(()=>({[rl(e.activeClass,s.linkActiveClass,"router-link-active")]:n.isActive,[rl(e.exactActiveClass,s.linkExactActiveClass,"router-link-exact-active")]:n.isExactActive}));return()=>{const o=t.default&&t.default(n);return e.custom?o:cr("a",{"aria-current":n.isExactActive?e.ariaCurrentValue:null,href:n.href,onClick:n.navigate,class:r.value},o)}}});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 wf(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(!He(r)||r.length!==s.length||s.some((o,i)=>o!==r[i]))return!1}return!0}function sl(e){return e?e.aliasOf?e.aliasOf.path:e.path:""}const rl=(e,t,n)=>e??t??n,Af=Uo({name:"RouterView",inheritAttrs:!1,props:{name:{type:String,default:"default"},route:Object},compatConfig:{MODE:3},setup(e,{attrs:t,slots:n}){const s=je(Rr),r=Ie(()=>e.route||s.value),o=je(tl,0),i=Ie(()=>{let u=Ut(o);const{matched:a}=r.value;let f;for(;(f=a[u])&&!f.components;)u++;return u}),l=Ie(()=>r.value.matched[i.value]);rs(tl,Ie(()=>i.value+1)),rs(bf,l),rs(Rr,r);const c=on();return xt(()=>[c.value,l.value,e.name],([u,a,f],[p,y,b])=>{a&&(a.instances[f]=u,y&&y!==a&&u&&u===p&&(a.leaveGuards.size||(a.leaveGuards=y.leaveGuards),a.updateGuards.size||(a.updateGuards=y.updateGuards))),u&&a&&(!y||!Xt(a,y)||!p)&&(a.enterCallbacks[f]||[]).forEach(v=>v(u))},{flush:"post"}),()=>{const u=r.value,a=e.name,f=l.value,p=f&&f.components[a];if(!p)return ol(n.default,{Component:p,route:u});const y=f.props[a],b=y?y===!0?u.params:typeof y=="function"?y(u):y:null,k=cr(p,ce({},b,t,{onVnodeUnmounted:O=>{O.component.isUnmounted&&(f.instances[a]=null)},ref:c}));return ol(n.default,{Component:k,route:u})||k}}});function ol(e,t){if(!e)return null;const n=e(t);return n.length===1?n[0]:n}const xf=Af;function _f(e){const t=Yu(e.routes,e),n=e.parseQuery||mf,s=e.stringifyQuery||el,r=e.history,o=wn(),i=wn(),l=wn(),c=xc(mt);let u=mt;Gt&&e.scrollBehavior&&"scrollRestoration"in history&&(history.scrollRestoration="manual");const a=br.bind(null,w=>""+w),f=br.bind(null,pf),p=br.bind(null,hs);function y(w,N){let S,D;return Hi(w)?(S=t.getRecordMatcher(w),D=N):D=w,t.addRoute(D,S)}function b(w){const N=t.getRecordMatcher(w);N&&t.removeRoute(N)}function v(){return t.getRoutes().map(w=>w.record)}function k(w){return!!t.getRecordMatcher(w)}function O(w,N){if(N=ce({},N||c.value),typeof w=="string"){const m=yr(n,w,N.path),g=t.resolve({path:m.path},N),A=r.createHref(m.fullPath);return ce(m,g,{params:p(g.params),hash:hs(m.hash),redirectedFrom:void 0,href:A})}let S;if("path"in w)S=ce({},w,{path:yr(n,w.path,N.path).path});else{const m=ce({},w.params);for(const g in m)m[g]==null&&delete m[g];S=ce({},w,{params:f(m)}),N.params=f(N.params)}const D=t.resolve(S,N),te=w.hash||"";D.params=a(p(D.params));const d=Ou(s,ce({},w,{hash:ff(te),path:D.path})),h=r.createHref(d);return ce({fullPath:d,hash:te,query:s===el?gf(w.query):w.query||{}},D,{redirectedFrom:void 0,href:h})}function T(w){return typeof w=="string"?yr(n,w,c.value.path):ce({},w)}function z(w,N){if(u!==w)return Yt(8,{from:N,to:w})}function L(w){return ae(w)}function J(w){return L(ce(T(w),{replace:!0}))}function fe(w){const N=w.matched[w.matched.length-1];if(N&&N.redirect){const{redirect:S}=N;let D=typeof S=="function"?S(w):S;return typeof D=="string"&&(D=D.includes("?")||D.includes("#")?D=T(D):{path:D},D.params={}),ce({query:w.query,hash:w.hash,params:"path"in D?{}:w.params},D)}}function ae(w,N){const S=u=O(w),D=c.value,te=w.state,d=w.force,h=w.replace===!0,m=fe(S);if(m)return ae(ce(T(m),{state:typeof m=="object"?ce({},te,m.state):te,force:d,replace:h}),N||S);const g=S;g.redirectedFrom=N;let A;return!d&&Cu(s,D,S)&&(A=Yt(16,{to:g,from:D}),Ge(D,D,!0,!1)),(A?Promise.resolve(A):W(g,D)).catch(x=>tt(x)?tt(x,2)?x:yt(x):ee(x,g,D)).then(x=>{if(x){if(tt(x,2))return ae(ce({replace:h},T(x.to),{state:typeof x.to=="object"?ce({},te,x.to.state):te,force:d}),N||g)}else x=M(g,D,!0,h,te);return se(g,D,x),x})}function I(w,N){const S=z(w,N);return S?Promise.reject(S):Promise.resolve()}function U(w){const N=tn.values().next().value;return N&&typeof N.runWithContext=="function"?N.runWithContext(w):w()}function W(w,N){let S;const[D,te,d]=Rf(w,N);S=Pr(D.reverse(),"beforeRouteLeave",w,N);for(const m of D)m.leaveGuards.forEach(g=>{S.push(gt(g,w,N))});const h=I.bind(null,w,N);return S.push(h),we(S).then(()=>{S=[];for(const m of o.list())S.push(gt(m,w,N));return S.push(h),we(S)}).then(()=>{S=Pr(te,"beforeRouteUpdate",w,N);for(const m of te)m.updateGuards.forEach(g=>{S.push(gt(g,w,N))});return S.push(h),we(S)}).then(()=>{S=[];for(const m of d)if(m.beforeEnter)if(He(m.beforeEnter))for(const g of m.beforeEnter)S.push(gt(g,w,N));else S.push(gt(m.beforeEnter,w,N));return S.push(h),we(S)}).then(()=>(w.matched.forEach(m=>m.enterCallbacks={}),S=Pr(d,"beforeRouteEnter",w,N),S.push(h),we(S))).then(()=>{S=[];for(const m of i.list())S.push(gt(m,w,N));return S.push(h),we(S)}).catch(m=>tt(m,8)?m:Promise.reject(m))}function se(w,N,S){l.list().forEach(D=>U(()=>D(w,N,S)))}function M(w,N,S,D,te){const d=z(w,N);if(d)return d;const h=N===mt,m=Gt?history.state:{};S&&(D||h?r.replace(w.fullPath,ce({scroll:h&&m&&m.scroll},te)):r.push(w.fullPath,te)),c.value=w,Ge(w,N,S,h),yt()}let $;function ye(){$||($=r.listen((w,N,S)=>{if(!xs.listening)return;const D=O(w),te=fe(D);if(te){ae(ce(te,{replace:!0}),D).catch(vn);return}u=D;const d=c.value;Gt&&Du(Bi(d.fullPath,S.delta),ju()),W(D,d).catch(h=>tt(h,12)?h:tt(h,2)?(ae(h.to,D).then(m=>{tt(m,20)&&!S.delta&&S.type===En.pop&&r.go(-1,!1)}).catch(vn),Promise.reject()):(S.delta&&r.go(-S.delta,!1),ee(h,D,d))).then(h=>{h=h||M(D,d,!1),h&&(S.delta&&!tt(h,8)?r.go(-S.delta,!1):S.type===En.pop&&tt(h,20)&&r.go(-1,!1)),se(D,d,h)}).catch(vn)}))}let xe=wn(),Y=wn(),re;function ee(w,N,S){yt(w);const D=Y.list();return D.length?D.forEach(te=>te(w,N,S)):console.error(w),Promise.reject(w)}function st(){return re&&c.value!==mt?Promise.resolve():new Promise((w,N)=>{xe.add([w,N])})}function yt(w){return re||(re=!w,ye(),xe.list().forEach(([N,S])=>w?S(w):N()),xe.reset()),w}function Ge(w,N,S,D){const{scrollBehavior:te}=e;if(!Gt||!te)return Promise.resolve();const d=!S&&Bu(Bi(w.fullPath,0))||(D||!S)&&history.state&&history.state.scroll||null;return Us().then(()=>te(w,N,d)).then(h=>h&&Fu(h)).catch(h=>ee(h,w,N))}const Oe=w=>r.go(w);let en;const tn=new Set,xs={currentRoute:c,listening:!0,addRoute:y,removeRoute:b,hasRoute:k,getRoutes:v,resolve:O,options:e,push:L,replace:J,go:Oe,back:()=>Oe(-1),forward:()=>Oe(1),beforeEach:o.add,beforeResolve:i.add,afterEach:l.add,onError:Y.add,isReady:st,install(w){const N=this;w.component("RouterLink",vf),w.component("RouterView",xf),w.config.globalProperties.$router=N,Object.defineProperty(w.config.globalProperties,"$route",{enumerable:!0,get:()=>Ut(c)}),Gt&&!en&&c.value===mt&&(en=!0,L(r.location).catch(te=>{}));const S={};for(const te in mt)Object.defineProperty(S,te,{get:()=>c.value[te],enumerable:!0});w.provide(xr,N),w.provide(_r,bo(S)),w.provide(Rr,c);const D=w.unmount;tn.add(w),w.unmount=function(){tn.delete(w),tn.size<1&&(u=mt,$&&$(),$=null,c.value=mt,en=!1,re=!1),D()}}};function we(w){return w.reduce((N,S)=>N.then(()=>U(S)),Promise.resolve())}return xs}function Rf(e,t){const n=[],s=[],r=[],o=Math.max(t.matched.length,e.matched.length);for(let i=0;i<o;i++){const l=t.matched[i];l&&(e.matched.find(u=>Xt(u,l))?s.push(l):n.push(l));const c=e.matched[i];c&&(t.matched.find(u=>Xt(u,c))||r.push(c))}return[n,s,r]}function Pf(){return je(_r)}function il(e,t){return function(){return e.apply(t,arguments)}}const{toString:Sf}=Object.prototype,{getPrototypeOf:Sr}=Object,ps=(e=>t=>{const n=Sf.call(t);return e[n]||(e[n]=n.slice(8,-1).toLowerCase())})(Object.create(null)),We=e=>(e=e.toLowerCase(),t=>ps(t)===e),ms=e=>t=>typeof t===e,{isArray:Zt}=Array,An=ms("undefined");function Of(e){return e!==null&&!An(e)&&e.constructor!==null&&!An(e.constructor)&&Me(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const ll=We("ArrayBuffer");function Cf(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&ll(e.buffer),t}const Tf=ms("string"),Me=ms("function"),cl=ms("number"),gs=e=>e!==null&&typeof e=="object",kf=e=>e===!0||e===!1,bs=e=>{if(ps(e)!=="object")return!1;const t=Sr(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},Nf=We("Date"),If=We("File"),Mf=We("Blob"),Lf=We("FileList"),jf=e=>gs(e)&&Me(e.pipe),Ff=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||Me(e.append)&&((t=ps(e))==="formdata"||t==="object"&&Me(e.toString)&&e.toString()==="[object FormData]"))},Df=We("URLSearchParams"),Bf=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function xn(e,t,{allOwnKeys:n=!1}={}){if(e===null||typeof e>"u")return;let s,r;if(typeof e!="object"&&(e=[e]),Zt(e))for(s=0,r=e.length;s<r;s++)t.call(null,e[s],s,e);else{const o=n?Object.getOwnPropertyNames(e):Object.keys(e),i=o.length;let l;for(s=0;s<i;s++)l=o[s],t.call(null,e[l],l,e)}}function al(e,t){t=t.toLowerCase();const n=Object.keys(e);let s=n.length,r;for(;s-- >0;)if(r=n[s],t===r.toLowerCase())return r;return null}const ul=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global,fl=e=>!An(e)&&e!==ul;function Or(){const{caseless:e}=fl(this)&&this||{},t={},n=(s,r)=>{const o=e&&al(t,r)||r;bs(t[o])&&bs(s)?t[o]=Or(t[o],s):bs(s)?t[o]=Or({},s):Zt(s)?t[o]=s.slice():t[o]=s};for(let s=0,r=arguments.length;s<r;s++)arguments[s]&&xn(arguments[s],n);return t}const Hf=(e,t,n,{allOwnKeys:s}={})=>(xn(t,(r,o)=>{n&&Me(r)?e[o]=il(r,n):e[o]=r},{allOwnKeys:s}),e),Uf=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),qf=(e,t,n,s)=>{e.prototype=Object.create(t.prototype,s),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),n&&Object.assign(e.prototype,n)},zf=(e,t,n,s)=>{let r,o,i;const l={};if(t=t||{},e==null)return t;do{for(r=Object.getOwnPropertyNames(e),o=r.length;o-- >0;)i=r[o],(!s||s(i,e,t))&&!l[i]&&(t[i]=e[i],l[i]=!0);e=n!==!1&&Sr(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},Kf=(e,t,n)=>{e=String(e),(n===void 0||n>e.length)&&(n=e.length),n-=t.length;const s=e.indexOf(t,n);return s!==-1&&s===n},Vf=e=>{if(!e)return null;if(Zt(e))return e;let t=e.length;if(!cl(t))return null;const n=new Array(t);for(;t-- >0;)n[t]=e[t];return n},Jf=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&Sr(Uint8Array)),Wf=(e,t)=>{const s=(e&&e[Symbol.iterator]).call(e);let r;for(;(r=s.next())&&!r.done;){const o=r.value;t.call(e,o[0],o[1])}},Qf=(e,t)=>{let n;const s=[];for(;(n=e.exec(t))!==null;)s.push(n);return s},Gf=We("HTMLFormElement"),Xf=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(n,s,r){return s.toUpperCase()+r}),dl=(({hasOwnProperty:e})=>(t,n)=>e.call(t,n))(Object.prototype),Yf=We("RegExp"),hl=(e,t)=>{const n=Object.getOwnPropertyDescriptors(e),s={};xn(n,(r,o)=>{let i;(i=t(r,o,e))!==!1&&(s[o]=i||r)}),Object.defineProperties(e,s)},Zf=e=>{hl(e,(t,n)=>{if(Me(e)&&["arguments","caller","callee"].indexOf(n)!==-1)return!1;const s=e[n];if(Me(s)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")})}})},$f=(e,t)=>{const n={},s=r=>{r.forEach(o=>{n[o]=!0})};return Zt(e)?s(e):s(String(e).split(t)),n},ed=()=>{},td=(e,t)=>(e=+e,Number.isFinite(e)?e:t),Cr="abcdefghijklmnopqrstuvwxyz",pl="0123456789",ml={DIGIT:pl,ALPHA:Cr,ALPHA_DIGIT:Cr+Cr.toUpperCase()+pl},nd=(e=16,t=ml.ALPHA_DIGIT)=>{let n="";const{length:s}=t;for(;e--;)n+=t[Math.random()*s|0];return n};function sd(e){return!!(e&&Me(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}const rd=e=>{const t=new Array(10),n=(s,r)=>{if(gs(s)){if(t.indexOf(s)>=0)return;if(!("toJSON"in s)){t[r]=s;const o=Zt(s)?[]:{};return xn(s,(i,l)=>{const c=n(i,r+1);!An(c)&&(o[l]=c)}),t[r]=void 0,o}}return s};return n(e,0)},od=We("AsyncFunction"),E={isArray:Zt,isArrayBuffer:ll,isBuffer:Of,isFormData:Ff,isArrayBufferView:Cf,isString:Tf,isNumber:cl,isBoolean:kf,isObject:gs,isPlainObject:bs,isUndefined:An,isDate:Nf,isFile:If,isBlob:Mf,isRegExp:Yf,isFunction:Me,isStream:jf,isURLSearchParams:Df,isTypedArray:Jf,isFileList:Lf,forEach:xn,merge:Or,extend:Hf,trim:Bf,stripBOM:Uf,inherits:qf,toFlatObject:zf,kindOf:ps,kindOfTest:We,endsWith:Kf,toArray:Vf,forEachEntry:Wf,matchAll:Qf,isHTMLForm:Gf,hasOwnProperty:dl,hasOwnProp:dl,reduceDescriptors:hl,freezeMethods:Zf,toObjectSet:$f,toCamelCase:Xf,noop:ed,toFiniteNumber:td,findKey:al,global:ul,isContextDefined:fl,ALPHABET:ml,generateString:nd,isSpecCompliantForm:sd,toJSONObject:rd,isAsyncFn:od,isThenable:e=>e&&(gs(e)||Me(e))&&Me(e.then)&&Me(e.catch)};function X(e,t,n,s,r){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=e,this.name="AxiosError",t&&(this.code=t),n&&(this.config=n),s&&(this.request=s),r&&(this.response=r)}E.inherits(X,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:E.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const gl=X.prototype,bl={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(e=>{bl[e]={value:e}}),Object.defineProperties(X,bl),Object.defineProperty(gl,"isAxiosError",{value:!0}),X.from=(e,t,n,s,r,o)=>{const i=Object.create(gl);return E.toFlatObject(e,i,function(c){return c!==Error.prototype},l=>l!=="isAxiosError"),X.call(i,e.message,t,n,s,r),i.cause=e,i.name=e.name,o&&Object.assign(i,o),i};const id=null;function Tr(e){return E.isPlainObject(e)||E.isArray(e)}function yl(e){return E.endsWith(e,"[]")?e.slice(0,-2):e}function vl(e,t,n){return e?e.concat(t).map(function(r,o){return r=yl(r),!n&&o?"["+r+"]":r}).join(n?".":""):t}function ld(e){return E.isArray(e)&&!e.some(Tr)}const cd=E.toFlatObject(E,{},null,function(t){return/^is[A-Z]/.test(t)});function ys(e,t,n){if(!E.isObject(e))throw new TypeError("target must be an object");t=t||new FormData,n=E.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,function(v,k){return!E.isUndefined(k[v])});const s=n.metaTokens,r=n.visitor||a,o=n.dots,i=n.indexes,c=(n.Blob||typeof Blob<"u"&&Blob)&&E.isSpecCompliantForm(t);if(!E.isFunction(r))throw new TypeError("visitor must be a function");function u(b){if(b===null)return"";if(E.isDate(b))return b.toISOString();if(!c&&E.isBlob(b))throw new X("Blob is not supported. Use a Buffer instead.");return E.isArrayBuffer(b)||E.isTypedArray(b)?c&&typeof Blob=="function"?new Blob([b]):Buffer.from(b):b}function a(b,v,k){let O=b;if(b&&!k&&typeof b=="object"){if(E.endsWith(v,"{}"))v=s?v:v.slice(0,-2),b=JSON.stringify(b);else if(E.isArray(b)&&ld(b)||(E.isFileList(b)||E.endsWith(v,"[]"))&&(O=E.toArray(b)))return v=yl(v),O.forEach(function(z,L){!(E.isUndefined(z)||z===null)&&t.append(i===!0?vl([v],L,o):i===null?v:v+"[]",u(z))}),!1}return Tr(b)?!0:(t.append(vl(k,v,o),u(b)),!1)}const f=[],p=Object.assign(cd,{defaultVisitor:a,convertValue:u,isVisitable:Tr});function y(b,v){if(!E.isUndefined(b)){if(f.indexOf(b)!==-1)throw Error("Circular reference detected in "+v.join("."));f.push(b),E.forEach(b,function(O,T){(!(E.isUndefined(O)||O===null)&&r.call(t,O,E.isString(T)?T.trim():T,v,p))===!0&&y(O,v?v.concat(T):[T])}),f.pop()}}if(!E.isObject(e))throw new TypeError("data must be an object");return y(e),t}function El(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(s){return t[s]})}function kr(e,t){this._pairs=[],e&&ys(e,this,t)}const wl=kr.prototype;wl.append=function(t,n){this._pairs.push([t,n])},wl.toString=function(t){const n=t?function(s){return t.call(this,s,El)}:El;return this._pairs.map(function(r){return n(r[0])+"="+n(r[1])},"").join("&")};function ad(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function Al(e,t,n){if(!t)return e;const s=n&&n.encode||ad,r=n&&n.serialize;let o;if(r?o=r(t,n):o=E.isURLSearchParams(t)?t.toString():new kr(t,n).toString(s),o){const i=e.indexOf("#");i!==-1&&(e=e.slice(0,i)),e+=(e.indexOf("?")===-1?"?":"&")+o}return e}class ud{constructor(){this.handlers=[]}use(t,n,s){return this.handlers.push({fulfilled:t,rejected:n,synchronous:s?s.synchronous:!1,runWhen:s?s.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){E.forEach(this.handlers,function(s){s!==null&&t(s)})}}const xl=ud,_l={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},fd={isBrowser:!0,classes:{URLSearchParams:typeof URLSearchParams<"u"?URLSearchParams:kr,FormData:typeof FormData<"u"?FormData:null,Blob:typeof Blob<"u"?Blob:null},protocols:["http","https","file","blob","url","data"]},Rl=typeof window<"u"&&typeof document<"u",dd=(e=>Rl&&["ReactNative","NativeScript","NS"].indexOf(e)<0)(typeof navigator<"u"&&navigator.product),hd=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",Qe={...Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:Rl,hasStandardBrowserEnv:dd,hasStandardBrowserWebWorkerEnv:hd},Symbol.toStringTag,{value:"Module"})),...fd};function pd(e,t){return ys(e,new Qe.classes.URLSearchParams,Object.assign({visitor:function(n,s,r,o){return Qe.isNode&&E.isBuffer(n)?(this.append(s,n.toString("base64")),!1):o.defaultVisitor.apply(this,arguments)}},t))}function md(e){return E.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function gd(e){const t={},n=Object.keys(e);let s;const r=n.length;let o;for(s=0;s<r;s++)o=n[s],t[o]=e[o];return t}function Pl(e){function t(n,s,r,o){let i=n[o++];const l=Number.isFinite(+i),c=o>=n.length;return i=!i&&E.isArray(r)?r.length:i,c?(E.hasOwnProp(r,i)?r[i]=[r[i],s]:r[i]=s,!l):((!r[i]||!E.isObject(r[i]))&&(r[i]=[]),t(n,s,r[i],o)&&E.isArray(r[i])&&(r[i]=gd(r[i])),!l)}if(E.isFormData(e)&&E.isFunction(e.entries)){const n={};return E.forEachEntry(e,(s,r)=>{t(md(s),r,n,0)}),n}return null}function bd(e,t,n){if(E.isString(e))try{return(t||JSON.parse)(e),E.trim(e)}catch(s){if(s.name!=="SyntaxError")throw s}return(n||JSON.stringify)(e)}const Nr={transitional:_l,adapter:["xhr","http"],transformRequest:[function(t,n){const s=n.getContentType()||"",r=s.indexOf("application/json")>-1,o=E.isObject(t);if(o&&E.isHTMLForm(t)&&(t=new FormData(t)),E.isFormData(t))return r&&r?JSON.stringify(Pl(t)):t;if(E.isArrayBuffer(t)||E.isBuffer(t)||E.isStream(t)||E.isFile(t)||E.isBlob(t))return t;if(E.isArrayBufferView(t))return t.buffer;if(E.isURLSearchParams(t))return n.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let l;if(o){if(s.indexOf("application/x-www-form-urlencoded")>-1)return pd(t,this.formSerializer).toString();if((l=E.isFileList(t))||s.indexOf("multipart/form-data")>-1){const c=this.env&&this.env.FormData;return ys(l?{"files[]":t}:t,c&&new c,this.formSerializer)}}return o||r?(n.setContentType("application/json",!1),bd(t)):t}],transformResponse:[function(t){const n=this.transitional||Nr.transitional,s=n&&n.forcedJSONParsing,r=this.responseType==="json";if(t&&E.isString(t)&&(s&&!this.responseType||r)){const i=!(n&&n.silentJSONParsing)&&r;try{return JSON.parse(t)}catch(l){if(i)throw l.name==="SyntaxError"?X.from(l,X.ERR_BAD_RESPONSE,this,null,this.response):l}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:Qe.classes.FormData,Blob:Qe.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};E.forEach(["delete","get","head","post","put","patch"],e=>{Nr.headers[e]={}});const Ir=Nr,yd=E.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),vd=e=>{const t={};let n,s,r;return e&&e.split(`
     10`).forEach(function(i){r=i.indexOf(":"),n=i.substring(0,r).trim().toLowerCase(),s=i.substring(r+1).trim(),!(!n||t[n]&&yd[n])&&(n==="set-cookie"?t[n]?t[n].push(s):t[n]=[s]:t[n]=t[n]?t[n]+", "+s:s)}),t},Sl=Symbol("internals");function _n(e){return e&&String(e).trim().toLowerCase()}function vs(e){return e===!1||e==null?e:E.isArray(e)?e.map(vs):String(e)}function Ed(e){const t=Object.create(null),n=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let s;for(;s=n.exec(e);)t[s[1]]=s[2];return t}const wd=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function Mr(e,t,n,s,r){if(E.isFunction(s))return s.call(this,t,n);if(r&&(t=n),!!E.isString(t)){if(E.isString(s))return t.indexOf(s)!==-1;if(E.isRegExp(s))return s.test(t)}}function Ad(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,n,s)=>n.toUpperCase()+s)}function xd(e,t){const n=E.toCamelCase(" "+t);["get","set","has"].forEach(s=>{Object.defineProperty(e,s+n,{value:function(r,o,i){return this[s].call(this,t,r,o,i)},configurable:!0})})}class Es{constructor(t){t&&this.set(t)}set(t,n,s){const r=this;function o(l,c,u){const a=_n(c);if(!a)throw new Error("header name must be a non-empty string");const f=E.findKey(r,a);(!f||r[f]===void 0||u===!0||u===void 0&&r[f]!==!1)&&(r[f||c]=vs(l))}const i=(l,c)=>E.forEach(l,(u,a)=>o(u,a,c));return E.isPlainObject(t)||t instanceof this.constructor?i(t,n):E.isString(t)&&(t=t.trim())&&!wd(t)?i(vd(t),n):t!=null&&o(n,t,s),this}get(t,n){if(t=_n(t),t){const s=E.findKey(this,t);if(s){const r=this[s];if(!n)return r;if(n===!0)return Ed(r);if(E.isFunction(n))return n.call(this,r,s);if(E.isRegExp(n))return n.exec(r);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,n){if(t=_n(t),t){const s=E.findKey(this,t);return!!(s&&this[s]!==void 0&&(!n||Mr(this,this[s],s,n)))}return!1}delete(t,n){const s=this;let r=!1;function o(i){if(i=_n(i),i){const l=E.findKey(s,i);l&&(!n||Mr(s,s[l],l,n))&&(delete s[l],r=!0)}}return E.isArray(t)?t.forEach(o):o(t),r}clear(t){const n=Object.keys(this);let s=n.length,r=!1;for(;s--;){const o=n[s];(!t||Mr(this,this[o],o,t,!0))&&(delete this[o],r=!0)}return r}normalize(t){const n=this,s={};return E.forEach(this,(r,o)=>{const i=E.findKey(s,o);if(i){n[i]=vs(r),delete n[o];return}const l=t?Ad(o):String(o).trim();l!==o&&delete n[o],n[l]=vs(r),s[l]=!0}),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){const n=Object.create(null);return E.forEach(this,(s,r)=>{s!=null&&s!==!1&&(n[r]=t&&E.isArray(s)?s.join(", "):s)}),n}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([t,n])=>t+": "+n).join(`
     11`)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...n){const s=new this(t);return n.forEach(r=>s.set(r)),s}static accessor(t){const s=(this[Sl]=this[Sl]={accessors:{}}).accessors,r=this.prototype;function o(i){const l=_n(i);s[l]||(xd(r,i),s[l]=!0)}return E.isArray(t)?t.forEach(o):o(t),this}}Es.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),E.reduceDescriptors(Es.prototype,({value:e},t)=>{let n=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(s){this[n]=s}}}),E.freezeMethods(Es);const nt=Es;function Lr(e,t){const n=this||Ir,s=t||n,r=nt.from(s.headers);let o=s.data;return E.forEach(e,function(l){o=l.call(n,o,r.normalize(),t?t.status:void 0)}),r.normalize(),o}function Ol(e){return!!(e&&e.__CANCEL__)}function Rn(e,t,n){X.call(this,e??"canceled",X.ERR_CANCELED,t,n),this.name="CanceledError"}E.inherits(Rn,X,{__CANCEL__:!0});function _d(e,t,n){const s=n.config.validateStatus;!n.status||!s||s(n.status)?e(n):t(new X("Request failed with status code "+n.status,[X.ERR_BAD_REQUEST,X.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n))}const Rd=Qe.hasStandardBrowserEnv?{write(e,t,n,s,r,o){const i=[e+"="+encodeURIComponent(t)];E.isNumber(n)&&i.push("expires="+new Date(n).toGMTString()),E.isString(s)&&i.push("path="+s),E.isString(r)&&i.push("domain="+r),o===!0&&i.push("secure"),document.cookie=i.join("; ")},read(e){const t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove(e){this.write(e,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function Pd(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function Sd(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}function Cl(e,t){return e&&!Pd(t)?Sd(e,t):t}const Od=Qe.hasStandardBrowserEnv?function(){const t=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");let s;function r(o){let i=o;return t&&(n.setAttribute("href",i),i=n.href),n.setAttribute("href",i),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:n.pathname.charAt(0)==="/"?n.pathname:"/"+n.pathname}}return s=r(window.location.href),function(i){const l=E.isString(i)?r(i):i;return l.protocol===s.protocol&&l.host===s.host}}():function(){return function(){return!0}}();function Cd(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}function Td(e,t){e=e||10;const n=new Array(e),s=new Array(e);let r=0,o=0,i;return t=t!==void 0?t:1e3,function(c){const u=Date.now(),a=s[o];i||(i=u),n[r]=c,s[r]=u;let f=o,p=0;for(;f!==r;)p+=n[f++],f=f%e;if(r=(r+1)%e,r===o&&(o=(o+1)%e),u-i<t)return;const y=a&&u-a;return y?Math.round(p*1e3/y):void 0}}function Tl(e,t){let n=0;const s=Td(50,250);return r=>{const o=r.loaded,i=r.lengthComputable?r.total:void 0,l=o-n,c=s(l),u=o<=i;n=o;const a={loaded:o,total:i,progress:i?o/i:void 0,bytes:l,rate:c||void 0,estimated:c&&i&&u?(i-o)/c:void 0,event:r};a[t?"download":"upload"]=!0,e(a)}}const jr={http:id,xhr:typeof XMLHttpRequest<"u"&&function(e){return new Promise(function(n,s){let r=e.data;const o=nt.from(e.headers).normalize();let{responseType:i,withXSRFToken:l}=e,c;function u(){e.cancelToken&&e.cancelToken.unsubscribe(c),e.signal&&e.signal.removeEventListener("abort",c)}let a;if(E.isFormData(r)){if(Qe.hasStandardBrowserEnv||Qe.hasStandardBrowserWebWorkerEnv)o.setContentType(!1);else if((a=o.getContentType())!==!1){const[v,...k]=a?a.split(";").map(O=>O.trim()).filter(Boolean):[];o.setContentType([v||"multipart/form-data",...k].join("; "))}}let f=new XMLHttpRequest;if(e.auth){const v=e.auth.username||"",k=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";o.set("Authorization","Basic "+btoa(v+":"+k))}const p=Cl(e.baseURL,e.url);f.open(e.method.toUpperCase(),Al(p,e.params,e.paramsSerializer),!0),f.timeout=e.timeout;function y(){if(!f)return;const v=nt.from("getAllResponseHeaders"in f&&f.getAllResponseHeaders()),O={data:!i||i==="text"||i==="json"?f.responseText:f.response,status:f.status,statusText:f.statusText,headers:v,config:e,request:f};_d(function(z){n(z),u()},function(z){s(z),u()},O),f=null}if("onloadend"in f?f.onloadend=y:f.onreadystatechange=function(){!f||f.readyState!==4||f.status===0&&!(f.responseURL&&f.responseURL.indexOf("file:")===0)||setTimeout(y)},f.onabort=function(){f&&(s(new X("Request aborted",X.ECONNABORTED,e,f)),f=null)},f.onerror=function(){s(new X("Network Error",X.ERR_NETWORK,e,f)),f=null},f.ontimeout=function(){let k=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded";const O=e.transitional||_l;e.timeoutErrorMessage&&(k=e.timeoutErrorMessage),s(new X(k,O.clarifyTimeoutError?X.ETIMEDOUT:X.ECONNABORTED,e,f)),f=null},Qe.hasStandardBrowserEnv&&(l&&E.isFunction(l)&&(l=l(e)),l||l!==!1&&Od(p))){const v=e.xsrfHeaderName&&e.xsrfCookieName&&Rd.read(e.xsrfCookieName);v&&o.set(e.xsrfHeaderName,v)}r===void 0&&o.setContentType(null),"setRequestHeader"in f&&E.forEach(o.toJSON(),function(k,O){f.setRequestHeader(O,k)}),E.isUndefined(e.withCredentials)||(f.withCredentials=!!e.withCredentials),i&&i!=="json"&&(f.responseType=e.responseType),typeof e.onDownloadProgress=="function"&&f.addEventListener("progress",Tl(e.onDownloadProgress,!0)),typeof e.onUploadProgress=="function"&&f.upload&&f.upload.addEventListener("progress",Tl(e.onUploadProgress)),(e.cancelToken||e.signal)&&(c=v=>{f&&(s(!v||v.type?new Rn(null,e,f):v),f.abort(),f=null)},e.cancelToken&&e.cancelToken.subscribe(c),e.signal&&(e.signal.aborted?c():e.signal.addEventListener("abort",c)));const b=Cd(p);if(b&&Qe.protocols.indexOf(b)===-1){s(new X("Unsupported protocol "+b+":",X.ERR_BAD_REQUEST,e));return}f.send(r||null)})}};E.forEach(jr,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});const kl=e=>`- ${e}`,kd=e=>E.isFunction(e)||e===null||e===!1,Nl={getAdapter:e=>{e=E.isArray(e)?e:[e];const{length:t}=e;let n,s;const r={};for(let o=0;o<t;o++){n=e[o];let i;if(s=n,!kd(n)&&(s=jr[(i=String(n)).toLowerCase()],s===void 0))throw new X(`Unknown adapter '${i}'`);if(s)break;r[i||"#"+o]=s}if(!s){const o=Object.entries(r).map(([l,c])=>`adapter ${l} `+(c===!1?"is not supported by the environment":"is not available in the build"));let i=t?o.length>1?`since :
     12`+o.map(kl).join(`
     13`):" "+kl(o[0]):"as no adapter specified";throw new X("There is no suitable adapter to dispatch the request "+i,"ERR_NOT_SUPPORT")}return s},adapters:jr};function Fr(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new Rn(null,e)}function Il(e){return Fr(e),e.headers=nt.from(e.headers),e.data=Lr.call(e,e.transformRequest),["post","put","patch"].indexOf(e.method)!==-1&&e.headers.setContentType("application/x-www-form-urlencoded",!1),Nl.getAdapter(e.adapter||Ir.adapter)(e).then(function(s){return Fr(e),s.data=Lr.call(e,e.transformResponse,s),s.headers=nt.from(s.headers),s},function(s){return Ol(s)||(Fr(e),s&&s.response&&(s.response.data=Lr.call(e,e.transformResponse,s.response),s.response.headers=nt.from(s.response.headers))),Promise.reject(s)})}const Ml=e=>e instanceof nt?e.toJSON():e;function $t(e,t){t=t||{};const n={};function s(u,a,f){return E.isPlainObject(u)&&E.isPlainObject(a)?E.merge.call({caseless:f},u,a):E.isPlainObject(a)?E.merge({},a):E.isArray(a)?a.slice():a}function r(u,a,f){if(E.isUndefined(a)){if(!E.isUndefined(u))return s(void 0,u,f)}else return s(u,a,f)}function o(u,a){if(!E.isUndefined(a))return s(void 0,a)}function i(u,a){if(E.isUndefined(a)){if(!E.isUndefined(u))return s(void 0,u)}else return s(void 0,a)}function l(u,a,f){if(f in t)return s(u,a);if(f in e)return s(void 0,u)}const c={url:o,method:o,data:o,baseURL:i,transformRequest:i,transformResponse:i,paramsSerializer:i,timeout:i,timeoutMessage:i,withCredentials:i,withXSRFToken:i,adapter:i,responseType:i,xsrfCookieName:i,xsrfHeaderName:i,onUploadProgress:i,onDownloadProgress:i,decompress:i,maxContentLength:i,maxBodyLength:i,beforeRedirect:i,transport:i,httpAgent:i,httpsAgent:i,cancelToken:i,socketPath:i,responseEncoding:i,validateStatus:l,headers:(u,a)=>r(Ml(u),Ml(a),!0)};return E.forEach(Object.keys(Object.assign({},e,t)),function(a){const f=c[a]||r,p=f(e[a],t[a],a);E.isUndefined(p)&&f!==l||(n[a]=p)}),n}const Ll="1.6.2",Dr={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{Dr[e]=function(s){return typeof s===e||"a"+(t<1?"n ":" ")+e}});const jl={};Dr.transitional=function(t,n,s){function r(o,i){return"[Axios v"+Ll+"] Transitional option '"+o+"'"+i+(s?". "+s:"")}return(o,i,l)=>{if(t===!1)throw new X(r(i," has been removed"+(n?" in "+n:"")),X.ERR_DEPRECATED);return n&&!jl[i]&&(jl[i]=!0,console.warn(r(i," has been deprecated since v"+n+" and will be removed in the near future"))),t?t(o,i,l):!0}};function Nd(e,t,n){if(typeof e!="object")throw new X("options must be an object",X.ERR_BAD_OPTION_VALUE);const s=Object.keys(e);let r=s.length;for(;r-- >0;){const o=s[r],i=t[o];if(i){const l=e[o],c=l===void 0||i(l,o,e);if(c!==!0)throw new X("option "+o+" must be "+c,X.ERR_BAD_OPTION_VALUE);continue}if(n!==!0)throw new X("Unknown option "+o,X.ERR_BAD_OPTION)}}const Br={assertOptions:Nd,validators:Dr},bt=Br.validators;class ws{constructor(t){this.defaults=t,this.interceptors={request:new xl,response:new xl}}request(t,n){typeof t=="string"?(n=n||{},n.url=t):n=t||{},n=$t(this.defaults,n);const{transitional:s,paramsSerializer:r,headers:o}=n;s!==void 0&&Br.assertOptions(s,{silentJSONParsing:bt.transitional(bt.boolean),forcedJSONParsing:bt.transitional(bt.boolean),clarifyTimeoutError:bt.transitional(bt.boolean)},!1),r!=null&&(E.isFunction(r)?n.paramsSerializer={serialize:r}:Br.assertOptions(r,{encode:bt.function,serialize:bt.function},!0)),n.method=(n.method||this.defaults.method||"get").toLowerCase();let i=o&&E.merge(o.common,o[n.method]);o&&E.forEach(["delete","get","head","post","put","patch","common"],b=>{delete o[b]}),n.headers=nt.concat(i,o);const l=[];let c=!0;this.interceptors.request.forEach(function(v){typeof v.runWhen=="function"&&v.runWhen(n)===!1||(c=c&&v.synchronous,l.unshift(v.fulfilled,v.rejected))});const u=[];this.interceptors.response.forEach(function(v){u.push(v.fulfilled,v.rejected)});let a,f=0,p;if(!c){const b=[Il.bind(this),void 0];for(b.unshift.apply(b,l),b.push.apply(b,u),p=b.length,a=Promise.resolve(n);f<p;)a=a.then(b[f++],b[f++]);return a}p=l.length;let y=n;for(f=0;f<p;){const b=l[f++],v=l[f++];try{y=b(y)}catch(k){v.call(this,k);break}}try{a=Il.call(this,y)}catch(b){return Promise.reject(b)}for(f=0,p=u.length;f<p;)a=a.then(u[f++],u[f++]);return a}getUri(t){t=$t(this.defaults,t);const n=Cl(t.baseURL,t.url);return Al(n,t.params,t.paramsSerializer)}}E.forEach(["delete","get","head","options"],function(t){ws.prototype[t]=function(n,s){return this.request($t(s||{},{method:t,url:n,data:(s||{}).data}))}}),E.forEach(["post","put","patch"],function(t){function n(s){return function(o,i,l){return this.request($t(l||{},{method:t,headers:s?{"Content-Type":"multipart/form-data"}:{},url:o,data:i}))}}ws.prototype[t]=n(),ws.prototype[t+"Form"]=n(!0)});const As=ws;class Hr{constructor(t){if(typeof t!="function")throw new TypeError("executor must be a function.");let n;this.promise=new Promise(function(o){n=o});const s=this;this.promise.then(r=>{if(!s._listeners)return;let o=s._listeners.length;for(;o-- >0;)s._listeners[o](r);s._listeners=null}),this.promise.then=r=>{let o;const i=new Promise(l=>{s.subscribe(l),o=l}).then(r);return i.cancel=function(){s.unsubscribe(o)},i},t(function(o,i,l){s.reason||(s.reason=new Rn(o,i,l),n(s.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(t){if(this.reason){t(this.reason);return}this._listeners?this._listeners.push(t):this._listeners=[t]}unsubscribe(t){if(!this._listeners)return;const n=this._listeners.indexOf(t);n!==-1&&this._listeners.splice(n,1)}static source(){let t;return{token:new Hr(function(r){t=r}),cancel:t}}}const Id=Hr;function Md(e){return function(n){return e.apply(null,n)}}function Ld(e){return E.isObject(e)&&e.isAxiosError===!0}const Ur={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(Ur).forEach(([e,t])=>{Ur[t]=e});const jd=Ur;function Fl(e){const t=new As(e),n=il(As.prototype.request,t);return E.extend(n,As.prototype,t,{allOwnKeys:!0}),E.extend(n,t,null,{allOwnKeys:!0}),n.create=function(r){return Fl($t(e,r))},n}const pe=Fl(Ir);pe.Axios=As,pe.CanceledError=Rn,pe.CancelToken=Id,pe.isCancel=Ol,pe.VERSION=Ll,pe.toFormData=ys,pe.AxiosError=X,pe.Cancel=pe.CanceledError,pe.all=function(t){return Promise.all(t)},pe.spread=Md,pe.isAxiosError=Ld,pe.mergeConfig=$t,pe.AxiosHeaders=nt,pe.formToJSON=e=>Pl(E.isHTMLForm(e)?new FormData(e):e),pe.getAdapter=Nl.getAdapter,pe.HttpStatusCode=jd,pe.default=pe;const Fd=pe,Dl=_u("license",{state:()=>({license:null,domain:null,pro:!1,product:null,loading:!1,errors:null,domainError:null}),actions:{getLicense(e){this.loading=!0,this.license=null,this.domain=null,this.pro=!1,this.product=null,this.errors=null,this.domainError=null,Fd.get(ajax_object.ajax_url,{params:{action:"get_licenses",license_key:e}}).then(t=>{t.data.success===1&&t.data.success?(this.license=t.data.license,t.data.domain?window.location.hostname==t.data.domain.domain.replace("www.","")?this.domain=t.data.domain.domain:(this.domain=t.data.domain.domain,this.domainError="Error! License is mapped to a different domain."):(this.domain="Not Set",this.domainError="Max Access will not work without adding a domain."),t.data.pro!=null&&(this.pro=!0),t.data.product&&(this.product=t.data.product.name),this.loading=!1):(this.loading=!1,t.data.msg?this.errors=t.data.msg:this.errors="Please create an account and add your license key here. See the Setup Instructions for more information.")})}}}),Dd="data:image/png;base64,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",Pn=(e,t)=>{const n=e.__vccOpts||e;for(const[s,r]of t)n[s]=r;return n},Bd={name:"FooterEl"},Hd=[(e=>(zs("data-v-acb15bb5"),e=e(),Ks(),e))(()=>F("nav",{class:"footer-nav"},[F("div",{class:"footer-logo-box"},[F("div",{class:"social-icons"},[F("a",{href:"https://www.facebook.com/digitalaccessibilityonline/",target:"_blank"},[F("span",{class:"facebook-icon"},[F("svg",{xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",viewBox:"0 0 310 310","xml:space":"preserve"},[F("g",{id:"XMLID_834_"},[F("path",{id:"XMLID_835_",d:"M81.703,165.106h33.981V305c0,2.762,2.238,5,5,5h57.616c2.762,0,5-2.238,5-5V165.765h39.064   c2.54,0,4.677-1.906,4.967-4.429l5.933-51.502c0.163-1.417-0.286-2.836-1.234-3.899c-0.949-1.064-2.307-1.673-3.732-1.673h-44.996   V71.978c0-9.732,5.24-14.667,15.576-14.667c1.473,0,29.42,0,29.42,0c2.762,0,5-2.239,5-5V5.037c0-2.762-2.238-5-5-5h-40.545   C187.467,0.023,186.832,0,185.896,0c-7.035,0-31.488,1.381-50.804,19.151c-21.402,19.692-18.427,43.27-17.716,47.358v37.752H81.703   c-2.762,0-5,2.238-5,5v50.844C76.703,162.867,78.941,165.106,81.703,165.106z"})])])])]),F("a",{href:"https://www.linkedin.com/company/onlineada",target:"_blank"},[F("span",{class:"linkedin-icon"},[F("svg",{xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",viewBox:"-271 283.9 256 235.1","xml:space":"preserve"},[F("g",null,[F("rect",{x:"-264.4",y:"359.3",width:"49.9",height:"159.7"}),F("path",{d:"M-240.5,283.9c-18.4,0-30.5,11.9-30.5,27.7c0,15.5,11.7,27.7,29.8,27.7h0.4c18.8,0,30.5-12.3,30.4-27.7   C-210.8,295.8-222.1,283.9-240.5,283.9z"}),F("path",{d:"M-78.2,357.8c-28.6,0-46.5,15.6-49.8,26.6v-25.1h-56.1c0.7,13.3,0,159.7,0,159.7h56.1v-86.3c0-4.9-0.2-9.7,1.2-13.1   c3.8-9.6,12.1-19.6,27-19.6c19.5,0,28.3,14.8,28.3,36.4V519h56.6v-88.8C-14.9,380.8-42.7,357.8-78.2,357.8z"})])])])])]),F("div",{class:"footer-logo"},[F("img",{src:Dd})])])],-1))];function Ud(e,t,n,s,r,o){return Ee(),Se("footer",null,Hd)}const qd=Pn(Bd,[["render",Ud],["__scopeId","data-v-acb15bb5"]]),zd={name:"PopupModal",props:["header","message","hide_modal"],setup(e){function t(s){var r=s.querySelectorAll('a[href], area[href], input:not([disabled]), select:not([disabled]), textarea:not([disabled]), button:not([disabled]), iframe, object, embed, [tabindex="0"], [contenteditable]'),o=r[0],i=r[r.length-1];s.addEventListener("keydown",function(l){var c=l.key==="Tab"||l.keyCode===9;c&&(l.shiftKey?document.activeElement===o&&(i.focus(),l.preventDefault()):document.activeElement===i&&(o.focus(),l.preventDefault()))})}const n=on(null);return Xs(()=>{t(n.value)}),{modal:n}}},Kd={id:"oada-modal-box",ref:"modal"},Vd={class:"oada-modal-container"},Jd={class:"oada-modal-content"},Wd=[F("svg",{xmlns:"http://www.w3.org/2000/svg",focusable:"false","data-prefix":"fas","data-icon":"times",role:"img",viewBox:"0 0 352 512",class:"ada-ignore-all svg-inline--fa fa-times fa-w-11"},[F("path",{fill:"white",d:"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z",class:"ada-ignore-all"})],-1)],Qd=F("div",{style:{"text-align":"center","margin-bottom":"15px"}},[F("a",{href:"https://maxaccess.io/free",target:"_blank"}," Get a license! ")],-1);function Gd(e,t,n,s,r,o){return jo((Ee(),Se("div",Kd,[F("div",Vd,[F("div",Jd,[F("button",{onClick:t[0]||(t[0]=i=>e.$emit("close"))},Wd),F("h2",null,Et(n.header),1),F("p",null,Et(n.message),1),Qd])])],512)),[[Qa,!n.hide_modal&&n.hide_modal!=null]])}const Xd={name:"App",components:{PopupModal:Pn(zd,[["render",Gd]]),FooterEl:qd},setup(){const e=Dl(),t=Pf();function n(){s.value=!0}e.getLicense("init");const s=on(null);return xt(()=>t.path,async r=>{e.license?s.value=!0:s.value=!1}),xt(()=>e.license,async r=>{e.license?s.value=!0:s.value=!1}),{license_store:e,hideModal:s,closeModal:n}}},Yd=e=>(zs("data-v-216512c5"),e=e(),Ks(),e),Zd={class:"wrapper"},$d=Yd(()=>F("div",{class:"logo-box"},[F("img",{src:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAK4AAAAcCAYAAAD4DoSQAAAia0lEQVR42uxbd5hb1ZU/7+mpjTTSFE3v4zLjcRkXjLFhAWMwJTGdBNjYtDgE2FACAQIkMdXYoYYQaugkxkAg9JYQw8J6bQxu2NM9nl5UZkYadent71y9N8jjMSb7Zb9v//Cz3yeNdO99957zO+f8zrlXUlXuZHInDVQrR6hGjkm7EmZlWJIyC6REURYlKy2ULFckKjZI0iRJTU5NJpIOVU2qssHQSbLcGEuqnTGSu0dVqd1Dho6QKrsXGkKhflVRtybNqkuKk58MNKLKJFPq8vmG6drrLqXlK86m4WE/hpGppKREfMfvI5EIdXd1UzQaFZ8pikI2u51UVRV/82thQQFJskQTXYlEghoaGsfeZ2dnU2lpCRkMBjFmc1MLSZJEyWSSnE4HWSwW8V4xKpSfn0+xWGxsLi3NLRQMhkRfvuPxOBWXFFFubq4Ym9tAJtSF+fL79IvH9A35xLPSL243Y8Z0CofD1N3dI8Yd3280MIpXlbJzsqisrJQimLd7YJBK8d5qtQoZ8FxGRkbE39u3bYcsR8TnDkcm2Ww2MU5Obg5lOhyUnZUt2vJ6uU0MfcOhMPpa6Oudu7DGIOUX5JEdcuZ+PEeHwzEm8wNdvLYQ5MOy4NuL9ZYUF5PfHxB6KyjIJxlteBQV/wb6BqA3WTybdcHPGejvJ6PRSK78PLGmjIyMVD98x334v9vtFp97PV6hH4XlWCTFi11SYiHef2+uIXxaXKKskCpRFGCLykYaiScoEA6SrBjJZLaS1+0hSVWnFuTnLZEATJOapCwpSQA7mSUGFm2xS8k3SqXY+xhz1xABu4euQ9e/8FKqpdhP6g2RRxqSRtqLO0gS+QHYgGSg0XiShgM+uACZysuLqaCwiIZgKbWLT6D29j30weaNlJtdRrA1+NQkwcbJAQDDZueZJXVevRy51QDH9m7cmJ0kaYTtji00rkYohHHGe6JD16HrOwN3khQ7uwmAfS9hJweAZwC4rLJKFrhNK3OE6jyaN2c+ZWY4aON//xeZDSqtvf06hLkQHXfcEgp42qgsr4JAGSjBLh20o5uMFIEBtEtGOlkZleHNi2KqNMJjR8MROnxWPR2x8DCMETmkgUPX/w64IZKyPKqBnPCaefCWSQn8Axxzb6CP7LYM+sONj5Bv2Ee33HozHXPE0XTjr2+kSVMni87r/ryeVl72Y+ru6KGirBJSEzHKkFR43gRMgAR4BwBkI6kWOz5jBpgA5Vg4fyYdvmAu9YDfCR6jqhJ4Va6gQaAu4EpRfDY8nhcy32L+BR4kgVdmS2BLTLNwh3AH9LYTcEYZdxY8vAGvMYw/pHNcfWzB12TJzPPArVuUAW0HxvNPfMbtsnDHuTvPC890Y0x1Ir49PrJo68jDd2G8+pkLCi6Xxhsnupj/ob0DKUZuUk0qeD+EMdya3L714mei7bi+SQ8vaSIZ89rxmoO/kwfhuNxumGWmy3NMTvEEf5eHNvakYJDqCD7zyAodcMyUfhOsLxf+dKiiGwUwdw/mHh8DLtSeaeQQzoIhXlycHNlOKqspoyXHL6G9nXvp/ofupbNOO5vuffC35Mxyio5DviGaPW82rb51DS2/cDkNevspLzuf4sm4kCLPjD0snDalq5Ofw8mM2WKmrKwsHWhZhUWFn2mCYBCHhoaGlkR8EbeiGAQZ7+vrE/042aipmfpTe6b9Spa1NuR7uK/FLbKqzZu/EAIQtATKLiwsWFJUXPQ7FjL+9oaC4TNkg9zLAHcPuqm3t0+0zbBZ7dOmTfsKQvLy2Nw+FA5fsae17X0SNIc4KbNVVVe9iIRoBpSa4DZIejZ1dnaezwlGOlAYkFVVVRMlOJUFhQUf4DkjkUj0jP7+gU5ep37xelPgTRecVFA3ve4mm912LABWyLrDuD4kng1er/cOrHfjgcCQiMdd6HdjZqZ9iUExlGrG5kOfRiQ7twMQGxm0HreXamtrIIcMfv4UJGdvCOB8G3BJMiDRugtreSoO7AwNDwnHkp+fd2p2Ts7lJqOxhjGm5+WZ9szmQCDw7J629pd5avsYZiwmAQdHo+/1kGUN5pCdEiYNZzoy2yLhyPrBwYGnWUQKQDWABlMZujz5UAQ+OCzRiQuW0ty5c+mWX91EM2fOoocffYjMVvPYQ0ZHR+m/P9tEZ517JoViQfr5NdfRXvdeKs8tB2VICFOQxMJgDKQmE5oa4uJVEorRPQuD1Ww2T91Hs1WVq3YFd/0syak1mmHSAoQQst3hdFyJhdWmNd+armU7MmqrxSqAFovF5eyc7HMwvmhvMpmosLjw31ubmu8xAFgGQ8rLMFjYqru7uq+oqKx4WR9r8uRJr3d1dmbGkYansvTsI51O52lpHtWLrPynnCGzd00HLmfGo4HAfp6vtrb2KsxjCv8N4C1G5HlOSYsSbKDp7XFPLy8tfdNoMlZpn3GDJMSWAzlMghEsmVU/6/JPP/nPp9MrGzxf/h7XBsWolOh92TfgbQ7uSfkF+cdh7Vdt27r9cW7Pz5Nl1o0sm8ypOR7sisaimQlouLm5hfUjAWRXFxYW3qfrl50F3pvgKCbBmCdZM6wn4T6ztbntvHA4nNCiAeXl559fUVH+DNoqmmw5MmJJchXmXwVnsWRm/ayrGhuaZoPNUgN7RhUP4fKMrMi09KQTaPZseNPbVpPX46Pbf3PHPqDlq7ikmE49axnJyL5WwOP+7e8f0jwA3RPwCMiquscVblAKIhUT1IHv+DcK0e/9QkdeXt4VGRkZLt1b6UAvLS89dxxo+QqmAzcUClEg4Cd4bbLZMgoAtLPSG1utllMSoA/8HmAQ1IIVzuMPDQ2/MRoMbkkLn5a6uroVXIYymc3WsvKyh9LH6uzoXBkJh0f0MfRxuEQlylZaIUifHsBhhPc7Q+8PL3haUXGh0eXKJVdeLuXkZI/JRStLZbnyXM8zaAGwzr6evsVtrW32jo6ODLxOhgPZgGdbML8/zDts3jwu01mtGaI/jMNSU1PzqQbaTkStE9HH1t3VldHc3Dw5GAyKvuUV5Y/NnlM/h8t8ACuHatJoEEUjUTjIwNH4266BffydizEegScXjiXT4agpKiq6j5/v9/vvampqymnY1ZDX3NSc1djQmIPocF0kEtkzODj4NIw9YdBkBgOqrKqufEHQ11DooeamlvydO77ObWlqyQZQHW63+z8wlz39ff2rYrFoXAaZaxIMS9T2IlQEQM6qn0nNTU309dc76aTjTqJFxx4xYf2OQ6F+1c+ZRc+88DS8axwLiIkYYMK4JoEq2RcEjPFKo3iNat74YNeUKVMekFKhQhgVwn0mwv5PDtaPvSo8rKgN2u32uZhnTvr3+G5eWUVZXU5ODrlcLgaPoC6stN7e3mh7254LtOAgLoSv1QCNDAOoSo8MEPCuHdt3vsYVEv15fDOIJ0+ZTLkAYm6uC15av3MIwF8IJRcJY4XMQb3ONBpN5X19/aAtXvJ6fWIsvpk+VFaUXwgDmMNAam5qPQaC+wf6hnDH8JxWAOJk0I1uNrDS0pI1WK/M9U7WDajFTwH4IgAlsGfPnhMiocgHmHaY+8Iztm7auGlpLBrr5rUgiv0aYxgDo4GUsWkKQvgPA2CN+G6UQ/0EN9MqUXCfPr1Oqq6uupzfe9yeFwb6B36D5/h4reC27Fl9w8Mj923auHkm1vseY4hlUju9VoJclgkKOjT0iX/Yfy3aDqJvUnNqfq/b+/AXm76Yju9fgRNWFb9qaBG11yQX0xUOhWR3ZtJoaxtcE9H3ln1vQnBwAZmLwRyPC4sLQAhlwRcR2EkxKBSRjGSRYmSSKRhVjaMRVRYeOIZEMA4AfxfgZmVnne9wOH+ByfbgPRUVFn4fCp1/sH5cfAdfYgApEMxl+2WkiuLIsFq/37S3aycDlj3jiN8vQjQbcE9P726E38cA6iu08OpA6LsLvPqw9HE69nackhD6UPcJ7cwR4aUQZ6R9aCoARvX1My8GCEzgtasAxtGiosLfIiocDeNpZYNjZdrtNkGy4MEMGTbbbEHNAqOvIlLs0cM5t2MdgEmFent6LisoKLiROXfVpOpin9fb5fV44P0yT9V09caWzVsa2UirJ1WmNg1CYtMg2tLSsgw8/AmLxTKVqUdrU2v/rNmzyGQ06bLKAPgVn88n6JQsyfs4L6ZIkItwFtwHCe58LbL8CV4yzrpgQ8ZchEFwMAEeR7lvpsMuciYOpkazaV6K38f/MOh2x9gTM41L5R42UMUwgY6EZPE55uUhuXGyFCcreGkYrr6ysoJKSovFTkVeTj7VH14/ITg62jvp8kuuoLgSo7mz59Ki+Yto9W9XUyA6hDu138BJX69iem7EGI5JkiXlZ9URzC4iAP9drklTJt33X59tPLdu+jQbwPTrg7Xv7eklhCFEjxjlgzQhwZjQ8izWjNMhrAehQCEMeASxeyR27oYjyebGltucTsep8IZlEJ4Fz75hn+f09q4ZGfHvZZDq4NQrA+zxENZSSZn0Dd8E986CoRyLZsmujq6HmZYxcBEmrwcA/ow7zEp2OJ1iLBgSsGAsFiE7Gn2Hd8Q4HLOhJfEPoRgGGifQhzfR72POB4LBUIhBBCqnGGSDQwPYF9OnTxf9sB540QQND6WKNh6P5yskyUvY+uB9/bwbmW6IkEccbdWuvV0Ugd504EpaTjQ8MiyiVm1drQCopEpRzYDrMjMz32UwM/9F1BJRk6knaCC5PW6CU2IuLWSvKGpYm+t89HspGo2gH6gSwOty5RAMnaADkVv5vEOk9CeVPfVyjJzJKPlsdiHoToDyqy+/EhbED5zoKiwqoOz8LHrlry/T559upCfkJyicDNM5Z/xAWCB4CCHu0J7tjQbP3l1qBsGLMOdm4EbDRPTdgIvQtzg7O8sBJdbBK9QerD17zuzsHCF8COC4NE8InScGjUalgPUBL7cAoJ7R0t+/OUUtTAJ6oVBEhFl/wD8QCIzen51tum//LD3hRUK1mr0qe5R0DwTli+1ageG0JTKQq6oqT8SzKriaEA6H3KVlZVbYTSsAVYvcrwxhtJkpQh5vfQKQnJUAIDYNuEMMWp3rxyNxASJ+z8oFaAIpoElaciUSHKO29j4knJrXD1MAytcTJ42bD+sJEvipWP9YqdAgJwcHBpnokiXDkl5NEGPwdnl/f78I+Zi7ivW9jsT4aETIG/G+1e32vIN5R3nsVLRIpoALx8jb1Jwr4fskktQPQFcuhbO4IsNq2dLT3fsavG8Y+sK8kkKeoIq06+vdTENICapyBOF9Q44iH9OPte78cjvNmzeXnHan4Kr+4RHh0sdfjiwHPfj7B8gz6KOPP/+IYskIPfP4M3TWD8/khAjWooozB/39g8vvvO123/rnXl4FMYS4gsXZvKhdaiHvWwvNiuKaM2/OBkzc8p2QrgolsxAVGN1dY9QmHN7W0txyHnjf51AW1wh53/5EOOUvIGCVZ8GeAeQ/pTDMa/vW7Q/h2YsB8GXpj2hoaDyru6t7GEyEgqPBfbJ4PhdRUJgvzhmklwAxJxnjnJw6q+F7HEqhgN/PinnMWmJdm5ubs5w5IUAP1pag6snVHJqFY0sllNZIetWCDYapAss4vf7Kc2LZou1YIoG/Y7oXNZst4PMW6tzbuc/ZDx24AM8+dXAYhx1zWVtWWrYbIE4vkEsYNxsyvReyHUAixWU3ysrJfmpxft5dALQLOngN0ecTyLUFet6BZzTi3gag9vCckagJXWWnEtIPYLA7gZ0ZyBP+hBxkI+bTjHsbbu63A/Lo4Fo5z08pkuPJPtXwWJFJOuaroQB1dkYEKI9YtIA+/vhj2rVzNxWXFU+IkWJQitfeeoXuuusumjZ1Ol2wcgW1tbTRTTcAo/EQnb50SfKsSy6yPPrEI9cnIknbcy898x+MrPV/XUeVteV00YUXicz/IJcMAcz+rjsqLAjmb1h8MfqVjZXvAqPv+P2BllAw9BkigihnwUv8FN7iIYTCYRaGtrkxxt0AQkTVxBdouuybWmN8BIj4mjNvTsrGl5/YY6ZvbugbBwhzpeB5oprQ1zfwCIftjr2dfFjpPXidtfBCNzTJzXeORkcjvAHEdEMcJtESYHDB5PjkmA/N8Dw5IeTIGBfGEBAemEO/PjfQmf36KujDh10YyOzh9cNMPFcGcFrirTgdzovJcYB8wm57XR6UB3g9TNHCPX3DX3zxZdXsOfVvGBVlvsVqORrNjtaT5kx7pjuZTPyjpbn5QjxjlJ8lDEWigM/nPQbT/gvA+28APlcE+F7ORoXnePG6CfDhv91KW9JEUUn66DhDiIotRvJEk7Tu+XW09JSlZDVaqaWphY4/ecmYd2QLZ0vXNyKc2U66e+3dY56TBVdeXkqffPY5/eTG6zdsam2nW26+fsHpZ5523gsvP381BoqPBkdpBJ58/Gkq/fKP+P8CpXXDElcyvxy3e9QL8D2JhVyG/q7073hunDAyV506dcqP0wHl8Xhfyc3NVQHUB3XgQuElUNxUVR3anN5W37jAd4XwbD/aJwIYFUd2TtYKhON7dU+VnpiN7XxJaRsuGBPzXQQFObCu/v6+vnZ2h5xwQg5tMLTNUPz8vIK8OeDAGzn88hp4DgxKBhHkKukeV9ADyE4kS1r5TS/HqX6VhoeHRW2cEyL+HB5RHr8rpxuW3leLSmNVmXSKhWc/H41FG9HOmO5QmEODQrTp8+SxEvEkJ8Z9g/2DR0Si4UoY/zzw6jokW3MMiqFOUYxT8Hr23MPmVrS0tB4FahUV2MI/RGJvR0fHYqy/LCcnm6tB0/GMuZA5e2Gu5pw0b/7cZsisWGw2wka9ESC9zKyc6UaIe/+j9+mEk08QJZ2+nlToHAIh/mzDZ5RfUEAfvPsh3XLHTRNuUc6aM4vW4OZP1q17peCPjzzpP2r+UdcX5hfvKLAXJVi3vX4+zWDaZ5tzHDib9+zZswpeZx4sdlH6dwDmZQg9HwEI5+LPfYDbsLuBwhFxVM+AhOGGbzZLgv2VVRUd8IZya0vr5jEr5yKkK/cSPG8LF+X5qB9zZA0Y0qQp1XfqGwXpF7jWPeCCr3Z2drbLadGTvTCX1jj0JfRNBFaKLJmyspzL+c+uzq5LkS0nM23IsiWV5zbqHnT/vqy87NmSkuJbOjs6v88AKgafSzLfUlPbo4HRgIk9qp48BUdD4NPR/Y1fSoGS++qGBH6tGLSdOeba7kGP4OITbUWzbNJ3ACGbERjIDZjH4ETHM3WKInYK0c9mMwneizXw6YE29Gnjbq1tbTw1E6jZCuQsD8MhzLfb7EcFpeDfeVyup1PqqCbPG5RA7sDr63ysFMBVkECe58pz/R5zy5oxa/r5Ch9HDJOUaEma10w3hM7clZApN7+CaqbV0O6vG2jy1Mm09cttsAYZQu+GYhx0+MIDV6TeBqhff+9t+vclJ9G5555dd+YZp9EFK1a8um79uk8slCFOklUUV9DM+hnCQ06YkGXaF2Ixsfb2vb+qnVbzt7HEa2RkAEL8G0KbEUJz7lcpgMAyMmy8Y3UYg+Wbz80IKtIdPERVdZUz3Uu6XLmXAizXDw0Nj3DdlGu7SMypvKx0Pt5feKB1zpg143FkuCchVCf5HK9ugwy6gb7BMaNksBWVFBU7nc5TxFwyLIUAfb0FIZq3fZzOmB/etpydIBLR7yGs260WS0DzpLzLFdG8oJM9IYOEPSoDUDh2Puua8p58/oANJ8HVT7Th7eiEdgYjl0uVnFz5h/1C7qp2Uk+ThVFL1GJM3Zju6BED3/OOl8L0g5NO4fW175jycjRAEizG5NfJ4OZMG5CUIYdwiiqAqDZIokwaBS17CoZ7FGR7AfR4Onjxx0azSeXypR/Uh3cQ2fuOigRybL8gjtzjBbzOQZ9rAODL5ITY4SLqTCpfYZIbJpnggdU4vfvWe7T8ouXU09dDp595Oj339PO0An/fdvdt9Pl/fj6hMv+y7jU695wf0ObfPRi46gfn3PrHF9e/bDIb6emnnln7/eNOvXh2fT3NmD6dLrnoIlCREwStOMCJECtCjNLT0/33Id/QBt0bdOztuBoKDUCBeWJ/Y9zl8/rEAfTCooJfpn8OKy3Dorkm+0v0v3z8IRwYynzeueKzExyiXbm5RnDStbzdqIXVYHNj89LB/oF705KjE8rKyk5iJYWCYUGfAlAs/82ckXew4M0pBzcAefyYty4serSmtmZrRVXF1sqqyq+mTJ3SAkXcrp27oMqKinP4sQMDAzwX2GmsT+OfR4FCia3voD8oeCwDmct+Zqt1Bpo8hnk+FAgEixjYXo+Ht6hHtS3k2Vu//IqaG1oowvQCfTPtdmFUGIMTmKcg33UApUvsPaRtxwvHapAllgtzWK4GsBHwzdUErjwVIAqrYwdrUhw5I8OaOlju9hGSTgFG/ps9MZpuTAFfzhJ6be8QxpI62O8Uuva5vTQ4MJgqT2LNkUhUBZX4WpNFmRAWbwwMkxxrTJpvXmhJUiwYoc8+2UhdHZ20/oWXkYF20f0P3k/vv/8BnXzSybD2mAg33+ytq3TrTavogotXUC04ztL80i+3R+K33nb9L+7csnELWWxmWrBgwcqFCxbRonlHps71Dg0fkONGoa28PJfKi3G7B09BuCjp6+0rhQJe+rYT+QyWosICG7zW4n/miBxC9Gqz2SQx8FlIhYUFZ8F7HJOW8DW2tbV96PZ4H0jvh2j0qhUaYtDyEU1+5dojh3P91xmZmTYzDOnX2vmODb09vav7+vrWQOlr+cb7tT3dPavgsVq1NVw5PDQkYb2cX8TBfxu1suD5AG625kGFcjm8IkGUMd/n8fHFmMOxjQ2Nbq+bfyUQV5ELfCoqEhnWU2umTcvjLV2uWGjJjqhaVFSU/xlNfuQPBKoxVpCrCkIv6hgNDMILx/Vqi/5LEP3W6UXa2Q0ZeqrQP9NKdVzfFYaG8Y2Qzg+0nKQRVElta23j56BfYur4fqmau5Xnyyf1ThD7+8HgJwofGteqSLQpYfm8Soo+e7w1ecFHPYO06obfAGABskk2mjS9WpR6Vhy5glpbW+n2m++gBx+/nzz9Hrr2qmvp2ZeepRxLHi3JNoY/Smb8gqxONR6NbL/yJ1dPraisWNrU2PwOh5PASICMGUY6+bQTxU8+DnTxT1XgkRhIwYG+/mA0K0aV1ZXi8MyBjvGxVygrL12GEGZPK4NtBS9eLw6lyJLMR+OgmGx4xZV6WQxcej5A54KXGwTNyAJHfTh93LaWtgvZG0PRPQiBT8A7r9SUaqmqqrqnva39Cj1J4iyfw5zgmaI8JVdCYWWs4FAwuNLr9bamQqeUfsSRed1n4M5vA4wzioqLK/x+f3vbQBtHmT8iibuEo0b15Oq3PG7PCqyhjX+Cgvk4QaXuRsSYzeN4PJ6fA+hRvSKwe3fDbxcccfg1JrMpf2rNlNf7+wcuAt1qlhQj2EXSuWDhgl8hgRMZf09n93Xbtm0PHr7g8DHuqgHVBBnmg5p4kDga0qslAmAkg6mrXG5L4rnW6smTXkL/wxFN74SHfiF1PJXJDLMeKQ9GdjPGXKztPD7f2dnFHNaEvg8Xl5aeDeNZAyP5I/p5eExcfMomu6q68lo4snO43562PXcosbRaI96rHyRs155vHFnYmghPbXKHKFcBYVaTtOrWVfTx+/+g5Rf+iN5+82265fabRMi67rrrBGjNtio6JzNGnQn14SGSNknok2HLVLs7u5u7O3ubUwpK0LB/WICXLWrflGKfizmXxLVK5nKcWIitP20PXgurSlp7Q2tzKyHxouOXHn+xHuLFFmI09qtQOPQ2pzhamYi9lATPuBee9tGxQz0FeadBME/luHLuBkjGzjYga/4Y9w7tt2VJvL8PVGKlPmNXXu7ltXW1j/R09ezk8XnbmCsmSazfqBil/MmTxLYxwvfbIyP+digtOR64nNT19fV/CsrQxqfYXPmulfC6NyOJYQPuQsi8BNTlLchjEXj8l3jfzEvDOEyBxKkvgOSeTRs3vcsmzRtAvKMHA/I1NjaeWFtb+ze0XQSj3IJsfTc7Rg63Y30HBu9HYvt35uf67+10nWDdDhjnR8mK5DAf4TxAMv0brPnFeCJuwfyXyaLMZv4dwv4vk6njk15ZkrIgn3w8M5/77G3fu3Jw0N0BGfF8jQD/MvTJwr3abrddA+N0Iwnn02FmzL0U/QpSpcS+VYg825V0xBhSKaxnS8Ky8hRjaMOw5CR/El6EumnXzl102VWX0rT6WqqbWQdPGKVfALTPvPA8mTIn0ynWOLKDRMM78cwb4uLUVRaZrND/qAfvLYK8I2Ekm9UG3pezT3jRgBjQjvHK2qkjmZXP+/bglvC0lvTaIrvd0bT2KhSqFpcUT4F3m8VJGH8O79MGhW7kZEU/ucWlG4Rh9nAfQZEjOrdEiL6DDz4jaViONjr5joPbXohxVL3c1NfT25hhtd6eX5B/jXa0UK6urnoY3O9EAD6cFDtEqfIO/nZw1UJUCUf8T+G5MV4Dl8H0MhSX7/r7BhjokYrK8s+huGKslUPiaswlwIkf5vMhFDbP5XI9hf41fEhI497IaWKtoF2rvtj85Yu8dSp+W6iVLnl88O9PEIrrS0pK/gBvPgdy0s8SYNh4q883dNvuXbtf4G7Mz9P4v1HXCZ7JiXBu+qHzdN0hyuRPmzFN2vrlVh/yH9OMmTN+jtB+CcYqMUhSkZ4Ecq6AOe6ER71+cMD9nn4Wgeu5wdFgaTAY+jGi2VUMVMkg1RklY+p8Q1INR6OxJsh41WggsA56UJX9tjMhcJ9q+GRb0rzybMX/xIsxB4BXROtffIkynZl0xIIj6Nknn6e33nyT/vrOm2S0V9KxGSpNpuCedTHHoghJCfkAjpQ3Bo469ki6+pdXAoyD6QkA70Icqf8CglI/rgx/Cy1lr3GcllfyGvrhpZKYXx+Uc6ImYAUCHcRi3QwW/sWqrhQGoH94pB1WfyTXJsUJJIlkJBr2zo7Oo/hv3m6Ftx/FnDvHlYFUeKY1eH1NO0EmWawWefbsepmfwwmMXyupAWC8b38st4Pgd3/brxPEkUrf0JUA5wMAfKKioiLGkYazfE3pO3d/vfuIXJerKteVU402Rp/P1wtv2ZCdkxPSy5LjS4zijHUwtGvnjp2L8wsKqpE7iL6gFb2B0dEGyCWk/2K4rm4asZdnuoO1sFf/t/GHvSfa3IQTahfnplXBv7kysaa7u+cBOIOqDJu1GJHCgjmEQZO6+ESbYlD2GxOfx5HwPeoZGHgyNz+vCgZWgrllhMOhKIy+u6enrwVGHOOkMlVCSQMXvxsBifaqZtpBpicVadR1nmlk9auInNs6+uhnV/8MKDEKv6wCMxnOybTIHKO5qn/vmwn7sQHV4JMPskqxOxWLj68h8kK2/xP5FANi1wQ/h2HAbxu/SzTRtjKXinDvHPtO2rcmfaB+emkY91fj16XXM9O2UhlQm7/rovA8HndH+jbsOBCyh+ckrvU7zHF8X/VgffX562mGdkD/n760sSO4G7i8fjBd7Pu9HMdrM9/pn+s5xDc/3dnvpxikQZPovbhtzSlKIPFD2bP2dZuTuixZlJcMU1RWKGgw01Gyn2ZQqPPtROZir2ro4H5ROvTL3UPX//0lf9sXfAjx7bj9ni0J8w9PU4ZpthKmHoOVkJbTMnmIJlF0+1/ijgVu1bDHcvDf6x26Dl3/skv5ti/FwW+S1Kakab2V1N31cuTDYilekAV/HCDpoT8lHDeA2YR49y1xSJaHrv8PHje9gVWcZzDseD9uq7FS8rFe1XD+oGq4CklcyHzAEweHrkPX/931PwIMALEpY6J+TBepAAAAAElFTkSuQmCC",alt:"Max Access",class:"ada-ignore-all"})],-1));function eh(e,t,n,s,r,o){const i=Yn("RouterLink"),l=Yn("RouterView"),c=Yn("PopupModal"),u=Yn("FooterEl");return Ee(),Se(Fe,null,[F("header",null,[F("div",Zd,[$d,F("nav",null,[ue(i,{to:"/"},{default:zt(()=>[et("General")]),_:1}),ue(i,{to:"/element-controls"},{default:zt(()=>[et("UI Classes")]),_:1})])])]),F("main",null,[F("div",{class:"container",style:jt(s.hideModal?"":"overflow-y:hidden;")},[ue(l,null,{default:zt(({Component:a})=>[ue(us,{name:"fade"},{default:zt(()=>[(Ee(),ai(Uc(a),{key:e.$route.path}))]),_:2},1024)]),_:1}),ue(c,{header:"No License Yet? Create an Account!",message:"Create a Max Access account to get FREE Max Access Toolbar License",hide_modal:s.hideModal,onClose:t[0]||(t[0]=a=>s.hideModal=!0)},null,8,["hide_modal"])],4)]),ue(u)],64)}const th=Pn(Xd,[["render",eh],["__scopeId","data-v-216512c5"]]),Bl=_f({history:Hu(),routes:[{path:"/",alias:["/features","/pricing","/setup","/get-certified"],name:"SettingsEl",component:()=>Promise.resolve().then(()=>wh)},{path:"/element-controls",name:"element-controls",component:()=>Promise.resolve().then(()=>Rh)}]});Bl.push("/");const qr=mu(th);qr.use(yu()),qr.use(Bl),qr.mount("#oada_accessibility_toolbar_admin");const nh={name:"LicenseInput",setup(){const e=Bt({license_key:""}),t=Dl();function n(){e.license_key!=""&&t.getLicense(e.license_key)}return{state:e,license_store:t,checkLicenseKey:n}}},Sn=e=>(zs("data-v-4e35421d"),e=e(),Ks(),e),sh={class:"input-box"},rh={class:"input-form"},oh=Sn(()=>F("label",{for:"license_key",style:{display:"block",width:"100%"}},[F("span",{style:{"font-weight":"bold","margin-bottom":"0","text-align":"left"}},"License Key")],-1)),ih={style:{display:"flex","align-items":"center","margin-bottom":"1rem"}},lh=["placeholder"],ch={key:0},ah={key:1,class:"loader"},uh=[Sn(()=>F("svg",{fill:"#000000",height:"800px",width:"800px",version:"1.1",id:"Layer_1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",viewBox:"0 0 32 32","xml:space":"preserve"},[F("path",{d:`M18,4.181v2.021c4.559,0.929,8,4.97,8,9.798c0,5.514-4.486,10-10,10S6,21.514,6,16c0-4.829,3.441-8.869,8-9.798V4.181
     14              C8.334,5.137,4,10.066,4,16c0,6.617,5.383,12,12,12s12-5.383,12-12C28,10.066,23.666,5.137,18,4.181z`})],-1))],fh=[Sn(()=>F("h2",null,"Don't Have a License Yet?",-1)),Sn(()=>F("a",{href:"https://maxaccess.io/free/",class:"page-link",target:"_blank"},[F("button",{class:"default-button"}," Get Free License ")],-1))],dh={class:"license-details-box"},hh={key:0,style:{color:"var(--oada-orange)",padding:"0","margin-top":"0.2em"}},ph={key:0,class:"license-details"},mh={key:0,class:"pro-badge"},gh={key:0,class:"domain-msg"},bh=Sn(()=>F("a",{href:"https://dashboard.onlineada.com",target:"_blank"},"dashboard",-1)),yh={key:1};function vh(e,t,n,s,r,o){return Ee(),Se("div",null,[F("div",sh,[F("div",{style:jt(s.license_store.license&&!s.license_store.license.license_key?"width:100%":"")},[F("form",rh,[oh,F("div",ih,[jo(F("input",{type:"text",id:"license_key",name:"license_key",required:"",ref:"license_key","onUpdate:modelValue":t[0]||(t[0]=i=>s.state.license_key=i),placeholder:s.license_store.license?s.license_store.license.key:"Enter License Key"},null,8,lh),[[au,s.state.license_key]]),F("button",{class:"default-button",onClick:t[1]||(t[1]=du((...i)=>s.checkLicenseKey&&s.checkLicenseKey(...i),["prevent"]))},[s.license_store.loading?(Ee(),Se("span",ah,uh)):(Ee(),Se("span",ch,"Activate"))])])])],4),F("div",{class:"cta-box",style:jt(s.license_store.license&&!s.license_store.license.license_key?"display:none":"display:flex")},fh,4)]),F("div",dh,[F("h3",null,[et("License Details"),s.license_store.license&&s.license_store.license.status?(Ee(),Se("span",{key:0,style:{position:"absolute",right:"0","font-weight":"bold"},class:Fn(s.license_store.license.status!="Active"?"red-text":"green-text")},Et(s.license_store.license.status),3)):Kt("",!0)]),s.license_store.errors?(Ee(),Se("p",hh,Et(s.license_store.errors),1)):Kt("",!0),ue(us,{name:"fade-w-height"},{default:zt(()=>[s.license_store.license?(Ee(),Se("div",ph,[F("p",null,[et("Version: "),F("span",null,Et(s.license_store.product),1)]),F("p",null,[et("Domain: "),F("span",null,[F("span",null,Et(s.license_store.domain),1),et(),s.license_store.pro?(Ee(),Se("span",mh,"Pro")):Kt("",!0)])]),s.license_store.domainError?(Ee(),Se("p",gh,[et(Et(s.license_store.domainError)+" Please visit your ",1),bh,et(" to update your domain settings.")])):Kt("",!0)])):Kt("",!0)]),_:1}),!s.license_store.license&&s.license_store.errors===null?(Ee(),Se("div",yh," Enter a License ")):Kt("",!0)])])}const Eh=Pn(nh,[["render",vh],["__scopeId","data-v-4e35421d"]]),wh=Object.freeze(Object.defineProperty({__proto__:null,default:Object.assign({name:"SettingsEl"},{setup(e){return(t,n)=>(Ee(),Se("div",null,[ue(Eh)]))}})},Symbol.toStringTag,{value:"Module"})),Ah={name:"ElementControls"},xh=[Ra(`<h1 style="text-align:center;" data-v-becdb20e>Classes</h1><hr data-v-becdb20e><div class="class-box" data-v-becdb20e><h3 class="class-name" data-v-becdb20e>.ada-ignore-all</h3><p data-v-becdb20e>Applying this class to an element will prevent the Max Access toolbar from making any modifications to it or its child elements. This is particularly useful for ensuring that key branding elements, like your logo, remain unchanged.</p><pre data-v-becdb20e><code data-v-becdb20e><p data-v-becdb20e>&lt;img src=&quot;logo.png&quot; class=&quot;ada-ignore-all&quot;&gt;</p></code></pre></div><div class="class-box" data-v-becdb20e><h3 class="class-name" data-v-becdb20e>.ada-text-ignore</h3><p data-v-becdb20e>Placing this class on an element will prevent the toolbar from modifying it and it&#39;s child elements font size and font-family.</p><pre data-v-becdb20e><code data-v-becdb20e><p data-v-becdb20e>&lt;p class=&quot;ada-text-ignore some-other-class&quot;&gt;This is a text example!&lt;/p&gt;</p></code></pre></div><div class="class-box" data-v-becdb20e><h3 class="class-name" data-v-becdb20e>.ada-img-hide</h3><p data-v-becdb20e>This class should be placed on any image tag or near parent in order to hide image when toolbar contrast settings have been applied.</p><pre data-v-becdb20e><code data-v-becdb20e><p data-v-becdb20e>&lt;img class=&quot;ada-text-ignore some-other-class&quot; src=&quot;https://adatoolbar.com/wp-content/uploads/2019/03/onlineadalogo.png&quot; &gt;
    1515      Or
    1616      &lt;div class=&quot;ada-text-ignore some-other-class&quot; &gt;
     
    2020      &lt;div class=&quot;ada-bkgd-hide some-other-class&quot; &gt;
    2121          &lt;div style=&quot;background-image: url(&#39;https://adatoolbar.com/wp-content/uploads/2019/03/onlineadalogo.png&#39;);&quot; &gt;Some Content&lt;/div&gt;
    22       &lt;/div&gt;</p></code></pre></div><div class="class-box" data-v-becdb20e><h3 class="class-name" data-v-becdb20e>.ada-img-contrast</h3><p data-v-becdb20e>This class will automatically adjust contrast of image element to match that of the selected toolbar contrast settings.</p><p data-v-becdb20e>This can be placed on an image element or any of it&#39;s parents.</p><pre data-v-becdb20e><code data-v-becdb20e><p data-v-becdb20e>&lt;img class=&quot;ada-img-contrast some-other-class&quot; src=&quot;https://adatoolbar.com/wp-content/uploads/2019/03/onlineadalogo.png&quot; &gt;</p></code></pre></div>`,8)];function Th(e,t,n,s,r,o){return we(),Pe("div",null,Ch)}const kh=Object.freeze(Object.defineProperty({__proto__:null,default:Pn(Oh,[["render",Th],["__scopeId","data-v-becdb20e"]])},Symbol.toStringTag,{value:"Module"}))});
     22      &lt;/div&gt;</p></code></pre></div><div class="class-box" data-v-becdb20e><h3 class="class-name" data-v-becdb20e>.ada-img-contrast</h3><p data-v-becdb20e>This class will automatically adjust contrast of image element to match that of the selected toolbar contrast settings.</p><p data-v-becdb20e>This can be placed on an image element or any of it&#39;s parents.</p><pre data-v-becdb20e><code data-v-becdb20e><p data-v-becdb20e>&lt;img class=&quot;ada-img-contrast some-other-class&quot; src=&quot;https://adatoolbar.com/wp-content/uploads/2019/03/onlineadalogo.png&quot; &gt;</p></code></pre></div>`,8)];function _h(e,t,n,s,r,o){return Ee(),Se("div",null,xh)}const Rh=Object.freeze(Object.defineProperty({__proto__:null,default:Pn(Ah,[["render",_h],["__scopeId","data-v-becdb20e"]])},Symbol.toStringTag,{value:"Module"}))});
Note: See TracChangeset for help on using the changeset viewer.