ztools-plugin-timestamp 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/index-CbKtl592.css +1 -0
- package/assets/index-DvHpjMxP.js +17 -0
- package/index.html +13 -0
- package/logo.svg +15 -0
- package/package.json +14 -0
- package/plugin.json +20 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.input-error[data-v-8366a4e3]{border-color:var(--danger)!important}.input-error[data-v-8366a4e3]:focus{box-shadow:0 0 0 3px #ef444426!important}.input-wrapper[data-v-8366a4e3]{flex:1;min-width:0;position:relative}.input-wrapper .input-field[data-v-8366a4e3]{width:100%}.detect-hint[data-v-8366a4e3]{position:absolute;bottom:-18px;left:0;font-size:11px;color:var(--text-accent);white-space:nowrap}.hint-fade-enter-active[data-v-8366a4e3],.hint-fade-leave-active[data-v-8366a4e3]{transition:opacity .3s ease}.hint-fade-enter-from[data-v-8366a4e3],.hint-fade-leave-to[data-v-8366a4e3]{opacity:0}.relative-time[data-v-8366a4e3]{font-size:12px;color:var(--text-accent);padding:2px 6px;font-style:italic}:root[data-theme=light]{--bg-body: #f7f8fa;--bg-card: #ffffff;--bg-input: #f5f5f7;--bg-input-hover: #ededf0;--bg-hover: rgba(99, 102, 241, .06);--bg-popup: #ffffff;--bg-scroll-track: #f0f0f2;--bg-selected: rgba(99, 102, 241, .1);--bg-today: rgba(99, 102, 241, .08);--text-primary: #1d1d1f;--text-secondary: #6e6e73;--text-tertiary: #aeaeb2;--text-accent: #6366f1;--text-on-accent: #ffffff;--border-color: #e5e5ea;--border-light: #f0f0f2;--divider: #e5e5ea;--accent: #6366f1;--accent-hover: #4f46e5;--accent-light: rgba(99, 102, 241, .12);--shadow-sm: 0 1px 3px rgba(0, 0, 0, .06);--shadow-md: 0 4px 16px rgba(0, 0, 0, .08);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .12);--shadow-popup: 0 8px 32px rgba(0, 0, 0, .15);--toast-bg: #1d1d1f;--toast-text: #ffffff;--danger: #ef4444;--success: #22c55e}:root[data-theme=dark]{--bg-body: #1c1c1e;--bg-card: #2c2c2e;--bg-input: #3a3a3c;--bg-input-hover: #48484a;--bg-hover: rgba(129, 140, 248, .08);--bg-popup: #2c2c2e;--bg-scroll-track: #3a3a3c;--bg-selected: rgba(129, 140, 248, .15);--bg-today: rgba(129, 140, 248, .12);--text-primary: #f5f5f7;--text-secondary: #a1a1a6;--text-tertiary: #636366;--text-accent: #818cf8;--text-on-accent: #ffffff;--border-color: #3a3a3c;--border-light: #2c2c2e;--divider: #3a3a3c;--accent: #818cf8;--accent-hover: #6366f1;--accent-light: rgba(129, 140, 248, .15);--shadow-sm: 0 1px 3px rgba(0, 0, 0, .2);--shadow-md: 0 4px 16px rgba(0, 0, 0, .3);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .4);--shadow-popup: 0 8px 32px rgba(0, 0, 0, .5);--toast-bg: #f5f5f7;--toast-text: #1c1c1e;--danger: #f87171;--success: #4ade80}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html,body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;font-size:14px;line-height:1.5;color:var(--text-primary);background:var(--bg-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;-webkit-user-select:none;user-select:none}body{padding:0}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--text-tertiary);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.app-container{max-width:720px;margin:0 auto;padding:20px 24px 24px}.header-bar{display:flex;align-items:center;gap:12px;margin-bottom:20px}.unit-group{display:flex;position:relative;background:var(--bg-input);border-radius:8px;padding:3px;gap:0}.unit-group-indicator{position:absolute;top:3px;height:calc(100% - 6px);border-radius:6px;background:var(--bg-card);box-shadow:var(--shadow-sm);transition:left .25s cubic-bezier(.34,1.56,.64,1),width .25s cubic-bezier(.34,1.56,.64,1);z-index:0}.unit-btn{position:relative;z-index:1;padding:5px 14px;border:none;border-radius:6px;font-size:13px;font-weight:500;color:var(--text-secondary);background:transparent;cursor:pointer;transition:color .2s ease;white-space:nowrap}.unit-btn:hover{color:var(--text-primary)}.unit-btn.active{color:var(--text-accent)}.tz-select-wrapper{position:relative;flex:1;min-width:0}.tz-select{width:100%;padding:6px 32px 6px 12px;border:1px solid var(--border-color);border-radius:8px;font-size:13px;color:var(--text-primary);background:var(--bg-card);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;transition:border-color .2s}.tz-select:focus{border-color:var(--accent)}.tz-select option{background:var(--bg-card);color:var(--text-primary)}.tz-select-arrow{position:absolute;right:10px;top:50%;transform:translateY(-50%);pointer-events:none;color:var(--text-tertiary);font-size:10px}.header-actions{display:flex;align-items:center;gap:6px;margin-left:auto;flex-shrink:0}.icon-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:8px;background:transparent;color:var(--text-secondary);cursor:pointer;transition:all .2s;position:relative}.icon-btn:hover{background:var(--bg-input);color:var(--text-primary)}.icon-btn svg{width:18px;height:18px}.info-tooltip{position:absolute;top:100%;right:0;margin-top:10px;padding:10px 14px;background:var(--bg-popup);border:1px solid var(--border-color);border-radius:10px;box-shadow:var(--shadow-popup);font-size:12px;color:var(--text-secondary);line-height:1.6;white-space:nowrap;z-index:100;animation:fadeIn .15s ease}.info-tooltip:before{content:"";position:absolute;top:-6px;right:14px;width:10px;height:10px;background:var(--bg-popup);border-left:1px solid var(--border-color);border-top:1px solid var(--border-color);transform:rotate(45deg)}.theme-toggle{width:48px;height:26px;border-radius:13px;border:none;padding:2px;cursor:pointer;position:relative;transition:background .3s ease;background:var(--bg-input);flex-shrink:0}.theme-toggle .toggle-track{width:100%;height:100%;position:relative}.theme-toggle .toggle-thumb{position:absolute;top:0;width:22px;height:22px;border-radius:50%;background:var(--accent);display:flex;align-items:center;justify-content:center;transition:left .3s cubic-bezier(.34,1.56,.64,1);box-shadow:0 1px 3px #00000026}.theme-toggle .toggle-thumb.light{left:0}.theme-toggle .toggle-thumb.dark{left:calc(100% - 22px)}.theme-toggle .toggle-thumb svg{width:13px;height:13px;color:#fff}.section{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid var(--divider)}.section:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.section-label{font-size:13px;color:var(--text-secondary);margin-bottom:10px;display:flex;align-items:center;gap:4px}.section-label .arrow{color:var(--text-tertiary);margin:0 2px}.section-label .tz-name{color:var(--text-primary);font-weight:500}.row{display:flex;align-items:center;gap:12px}.input-field{flex:1;min-width:0;padding:8px 12px;border:1px solid var(--border-color);border-radius:8px;font-size:14px;font-family:inherit;color:var(--text-primary);background:var(--bg-card);outline:none;transition:border-color .2s,box-shadow .2s}.input-field::placeholder{color:var(--text-tertiary)}.input-field:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-light)}.input-with-icon{position:relative;flex:1;min-width:0}.input-with-icon .input-field{width:100%;padding-right:38px;cursor:pointer}.input-with-icon .input-icon{position:absolute;right:10px;top:50%;transform:translateY(-50%);color:var(--text-tertiary);pointer-events:none;display:flex}.input-with-icon .input-icon svg{width:18px;height:18px}.result-separator{color:var(--text-tertiary);font-size:16px;flex-shrink:0;width:16px;text-align:center}.result-value{flex:1;min-width:0;font-size:14px;color:var(--text-primary);font-family:SF Mono,Menlo,Monaco,Consolas,monospace;font-variant-numeric:tabular-nums;display:flex;align-items:center;gap:6px;overflow:hidden}.result-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.result-placeholder{color:var(--text-tertiary)}.copy-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:6px;background:transparent;color:var(--text-tertiary);cursor:pointer;flex-shrink:0;transition:all .2s;opacity:0}.row:hover .copy-btn,.copy-btn:focus-visible{opacity:1}.copy-btn:hover{background:var(--accent-light);color:var(--text-accent)}.copy-btn.copied{opacity:1;color:var(--success)}.copy-btn svg{width:15px;height:15px}.current-ts-section{display:flex;align-items:center;gap:12px}.current-ts-value{font-size:22px;font-weight:600;font-family:SF Mono,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-variant-numeric:tabular-nums;letter-spacing:-.02em;color:var(--text-primary);cursor:pointer;padding:4px 8px;border-radius:8px;transition:background .15s,transform .1s;flex-shrink:0}.current-ts-value:hover{background:var(--bg-hover)}.current-ts-value:active{background:var(--accent-light);transform:scale(.98)}.pause-btn{display:flex;align-items:center;gap:5px;padding:5px 12px;border:none;border-radius:6px;font-size:13px;cursor:pointer;background:transparent;transition:all .2s;white-space:nowrap;flex-shrink:0}.pause-btn.paused{color:var(--success)}.pause-btn.running{color:var(--danger)}.pause-btn:hover{background:var(--bg-input)}.pause-btn svg{width:14px;height:14px}.reset-btn{display:flex;align-items:center;gap:5px;padding:5px 12px;border:1px solid var(--border-color);border-radius:6px;font-size:13px;color:var(--text-secondary);background:var(--bg-card);cursor:pointer;transition:all .2s;margin-left:auto;white-space:nowrap;flex-shrink:0}.reset-btn:hover{border-color:var(--accent);color:var(--text-accent);background:var(--accent-light)}.reset-btn svg{width:14px;height:14px}.picker-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999}.picker-popup{position:absolute;z-index:1000;background:var(--bg-popup);border:1px solid var(--border-color);border-radius:12px;box-shadow:var(--shadow-popup);display:flex;flex-direction:column;animation:popupIn .2s ease;overflow:hidden}.picker-body{display:flex}.calendar-side{padding:12px 14px;border-right:1px solid var(--divider);width:280px}.cal-header{display:flex;align-items:center;justify-content:center;gap:6px;margin-bottom:10px}.cal-nav-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:6px;background:transparent;color:var(--text-secondary);cursor:pointer;font-size:12px;transition:all .15s}.cal-nav-btn:hover{background:var(--bg-input);color:var(--text-primary)}.cal-title{font-size:14px;font-weight:600;color:var(--text-primary);min-width:110px;text-align:center;font-variant-numeric:tabular-nums}.cal-weekdays{display:grid;grid-template-columns:repeat(7,1fr);margin-bottom:4px}.cal-weekday{font-size:12px;color:var(--text-tertiary);text-align:center;padding:4px 0;font-weight:500}.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}.cal-day{position:relative;display:flex;align-items:center;justify-content:center;width:34px;height:34px;margin:0 auto;border:none;border-radius:8px;font-size:13px;cursor:pointer;background:transparent;color:var(--text-primary);transition:all .15s}.cal-day:hover{background:var(--bg-hover)}.cal-day.other-month{color:var(--text-tertiary)}.cal-day.today:after{content:"";position:absolute;bottom:3px;left:50%;transform:translate(-50%);width:4px;height:4px;border-radius:50%;background:var(--accent)}.cal-day.selected{background:var(--accent);color:var(--text-on-accent)}.cal-day.selected:after{display:none}.time-side{padding:12px 0;display:flex;flex-direction:column;width:190px}.time-title{font-size:13px;font-weight:600;color:var(--text-primary);text-align:center;margin-bottom:8px;padding:0 14px}.time-columns{display:flex;flex:1;overflow:hidden}.time-column{flex:1;overflow-y:auto;max-height:230px;padding:0 4px;scroll-behavior:smooth}.time-item{display:flex;align-items:center;justify-content:center;height:30px;border-radius:6px;font-size:13px;font-variant-numeric:tabular-nums;color:var(--text-secondary);cursor:pointer;transition:all .15s;border:none;background:transparent;width:100%}.time-item:hover{background:var(--bg-hover);color:var(--text-primary)}.time-item.selected{background:var(--bg-selected);color:var(--text-accent);font-weight:600}.picker-footer{display:flex;align-items:center;justify-content:space-between;padding:8px 14px;border-top:1px solid var(--divider)}.now-btn{padding:5px 14px;border:1px solid var(--border-color);border-radius:6px;font-size:13px;color:var(--text-secondary);background:var(--bg-card);cursor:pointer;transition:all .2s}.now-btn:hover{border-color:var(--accent);color:var(--text-accent)}.confirm-btn{padding:5px 20px;border:none;border-radius:6px;font-size:13px;font-weight:500;color:var(--text-on-accent);background:var(--accent);cursor:pointer;transition:all .2s}.confirm-btn:hover{background:var(--accent-hover)}.toast-container{position:fixed;top:12px;left:50%;transform:translate(-50%);z-index:9999;pointer-events:none}.toast{padding:6px 16px;background:var(--toast-bg);color:var(--toast-text);border-radius:8px;font-size:13px;box-shadow:var(--shadow-md);animation:toastIn .25s ease,toastOut .25s ease 1.5s forwards;pointer-events:auto}.multi-result{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0;overflow:hidden}.multi-result-item{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--text-primary);font-variant-numeric:tabular-nums;cursor:pointer;padding:2px 6px;border-radius:4px;transition:background .15s}.multi-result-item:first-child{font-size:14px;font-weight:500;font-family:SF Mono,Menlo,Monaco,Consolas,monospace}.multi-result-item:not(:first-child){color:var(--text-secondary);font-size:12px;font-family:SF Mono,Menlo,Monaco,Consolas,monospace}.multi-result-item:hover{background:var(--bg-hover)}.multi-result-item .result-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes popupIn{0%{opacity:0;transform:translateY(-8px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes toastIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes toastOut{0%{opacity:1}to{opacity:0}}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
(function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const o of document.querySelectorAll('link[rel="modulepreload"]'))s(o);new MutationObserver(o=>{for(const i of o)if(i.type==="childList")for(const r of i.addedNodes)r.tagName==="LINK"&&r.rel==="modulepreload"&&s(r)}).observe(document,{childList:!0,subtree:!0});function n(o){const i={};return o.integrity&&(i.integrity=o.integrity),o.referrerPolicy&&(i.referrerPolicy=o.referrerPolicy),o.crossOrigin==="use-credentials"?i.credentials="include":o.crossOrigin==="anonymous"?i.credentials="omit":i.credentials="same-origin",i}function s(o){if(o.ep)return;o.ep=!0;const i=n(o);fetch(o.href,i)}})();/**
|
|
2
|
+
* @vue/shared v3.5.31
|
|
3
|
+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
4
|
+
* @license MIT
|
|
5
|
+
**/function bs(e){const t=Object.create(null);for(const n of e.split(","))t[n]=1;return n=>n in t}const fe={},Rt=[],et=()=>{},Mo=()=>!1,Rn=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),Ln=e=>e.startsWith("onUpdate:"),me=Object.assign,Ts=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},ji=Object.prototype.hasOwnProperty,ne=(e,t)=>ji.call(e,t),F=Array.isArray,Lt=e=>un(e)==="[object Map]",$o=e=>un(e)==="[object Set]",Bs=e=>un(e)==="[object Date]",B=e=>typeof e=="function",he=e=>typeof e=="string",tt=e=>typeof e=="symbol",se=e=>e!==null&&typeof e=="object",Po=e=>(se(e)||B(e))&&B(e.then)&&B(e.catch),Oo=Object.prototype.toString,un=e=>Oo.call(e),Bi=e=>un(e).slice(8,-1),Io=e=>un(e)==="[object Object]",ws=e=>he(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,Gt=bs(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),Fn=e=>{const t=Object.create(null);return(n=>t[n]||(t[n]=e(n)))},Ki=/-\w/g,He=Fn(e=>e.replace(Ki,t=>t.slice(1).toUpperCase())),zi=/\B([A-Z])/g,Tt=Fn(e=>e.replace(zi,"-$1").toLowerCase()),ko=Fn(e=>e.charAt(0).toUpperCase()+e.slice(1)),Wn=Fn(e=>e?`on${ko(e)}`:""),Xe=(e,t)=>!Object.is(e,t),Gn=(e,...t)=>{for(let n=0;n<e.length;n++)e[n](...t)},Do=(e,t,n,s=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:s,value:n})},Wi=e=>{const t=parseFloat(e);return isNaN(t)?e:t},Gi=e=>{const t=he(e)?Number(e):NaN;return isNaN(t)?e:t};let Ks;const Nn=()=>Ks||(Ks=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function an(e){if(F(e)){const t={};for(let n=0;n<e.length;n++){const s=e[n],o=he(s)?Zi(s):an(s);if(o)for(const i in o)t[i]=o[i]}return t}else if(he(e)||se(e))return e}const qi=/;(?![^(]*\))/g,Yi=/:([^]+)/,Ji=/\/\*[^]*?\*\//g;function Zi(e){const t={};return e.replace(Ji,"").split(qi).forEach(n=>{if(n){const s=n.split(Yi);s.length>1&&(t[s[0].trim()]=s[1].trim())}}),t}function Ie(e){let t="";if(he(e))t=e;else if(F(e))for(let n=0;n<e.length;n++){const s=Ie(e[n]);s&&(t+=s+" ")}else if(se(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}const Xi="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",Qi=bs(Xi);function Ro(e){return!!e||e===""}function er(e,t){if(e.length!==t.length)return!1;let n=!0;for(let s=0;n&&s<e.length;s++)n=Cs(e[s],t[s]);return n}function Cs(e,t){if(e===t)return!0;let n=Bs(e),s=Bs(t);if(n||s)return n&&s?e.getTime()===t.getTime():!1;if(n=tt(e),s=tt(t),n||s)return e===t;if(n=F(e),s=F(t),n||s)return n&&s?er(e,t):!1;if(n=se(e),s=se(t),n||s){if(!n||!s)return!1;const o=Object.keys(e).length,i=Object.keys(t).length;if(o!==i)return!1;for(const r in e){const l=e.hasOwnProperty(r),c=t.hasOwnProperty(r);if(l&&!c||!l&&c||!Cs(e[r],t[r]))return!1}}return String(e)===String(t)}const Lo=e=>!!(e&&e.__v_isRef===!0),ge=e=>he(e)?e:e==null?"":F(e)||se(e)&&(e.toString===Oo||!B(e.toString))?Lo(e)?ge(e.value):JSON.stringify(e,Fo,2):String(e),Fo=(e,t)=>Lo(t)?Fo(e,t.value):Lt(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[s,o],i)=>(n[qn(s,i)+" =>"]=o,n),{})}:$o(t)?{[`Set(${t.size})`]:[...t.values()].map(n=>qn(n))}:tt(t)?qn(t):se(t)&&!F(t)&&!Io(t)?String(t):t,qn=(e,t="")=>{var n;return tt(e)?`Symbol(${(n=e.description)!=null?n:t})`:e};/**
|
|
6
|
+
* @vue/reactivity v3.5.31
|
|
7
|
+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
8
|
+
* @license MIT
|
|
9
|
+
**/let Pe;class tr{constructor(t=!1){this.detached=t,this._active=!0,this._on=0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.__v_skip=!0,this.parent=Pe,!t&&Pe&&(this.index=(Pe.scopes||(Pe.scopes=[])).push(this)-1)}get active(){return this._active}pause(){if(this._active){this._isPaused=!0;let t,n;if(this.scopes)for(t=0,n=this.scopes.length;t<n;t++)this.scopes[t].pause();for(t=0,n=this.effects.length;t<n;t++)this.effects[t].pause()}}resume(){if(this._active&&this._isPaused){this._isPaused=!1;let t,n;if(this.scopes)for(t=0,n=this.scopes.length;t<n;t++)this.scopes[t].resume();for(t=0,n=this.effects.length;t<n;t++)this.effects[t].resume()}}run(t){if(this._active){const n=Pe;try{return Pe=this,t()}finally{Pe=n}}}on(){++this._on===1&&(this.prevScope=Pe,Pe=this)}off(){this._on>0&&--this._on===0&&(Pe=this.prevScope,this.prevScope=void 0)}stop(t){if(this._active){this._active=!1;let n,s;for(n=0,s=this.effects.length;n<s;n++)this.effects[n].stop();for(this.effects.length=0,n=0,s=this.cleanups.length;n<s;n++)this.cleanups[n]();if(this.cleanups.length=0,this.scopes){for(n=0,s=this.scopes.length;n<s;n++)this.scopes[n].stop(!0);this.scopes.length=0}if(!this.detached&&this.parent&&!t){const o=this.parent.scopes.pop();o&&o!==this&&(this.parent.scopes[this.index]=o,o.index=this.index)}this.parent=void 0}}}function nr(){return Pe}let ae;const Yn=new WeakSet;class No{constructor(t){this.fn=t,this.deps=void 0,this.depsTail=void 0,this.flags=5,this.next=void 0,this.cleanup=void 0,this.scheduler=void 0,Pe&&Pe.active&&Pe.effects.push(this)}pause(){this.flags|=64}resume(){this.flags&64&&(this.flags&=-65,Yn.has(this)&&(Yn.delete(this),this.trigger()))}notify(){this.flags&2&&!(this.flags&32)||this.flags&8||Ho(this)}run(){if(!(this.flags&1))return this.fn();this.flags|=2,zs(this),Uo(this);const t=ae,n=Ue;ae=this,Ue=!0;try{return this.fn()}finally{jo(this),ae=t,Ue=n,this.flags&=-3}}stop(){if(this.flags&1){for(let t=this.deps;t;t=t.nextDep)As(t);this.deps=this.depsTail=void 0,zs(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){this.flags&64?Yn.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){is(this)&&this.run()}get dirty(){return is(this)}}let Vo=0,qt,Yt;function Ho(e,t=!1){if(e.flags|=8,t){e.next=Yt,Yt=e;return}e.next=qt,qt=e}function xs(){Vo++}function Ss(){if(--Vo>0)return;if(Yt){let t=Yt;for(Yt=void 0;t;){const n=t.next;t.next=void 0,t.flags&=-9,t=n}}let e;for(;qt;){let t=qt;for(qt=void 0;t;){const n=t.next;if(t.next=void 0,t.flags&=-9,t.flags&1)try{t.trigger()}catch(s){e||(e=s)}t=n}}if(e)throw e}function Uo(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function jo(e){let t,n=e.depsTail,s=n;for(;s;){const o=s.prevDep;s.version===-1?(s===n&&(n=o),As(s),sr(s)):t=s,s.dep.activeLink=s.prevActiveLink,s.prevActiveLink=void 0,s=o}e.deps=t,e.depsTail=n}function is(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(Bo(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function Bo(e){if(e.flags&4&&!(e.flags&16)||(e.flags&=-17,e.globalVersion===tn)||(e.globalVersion=tn,!e.isSSR&&e.flags&128&&(!e.deps&&!e._dirty||!is(e))))return;e.flags|=2;const t=e.dep,n=ae,s=Ue;ae=e,Ue=!0;try{Uo(e);const o=e.fn(e._value);(t.version===0||Xe(o,e._value))&&(e.flags|=128,e._value=o,t.version++)}catch(o){throw t.version++,o}finally{ae=n,Ue=s,jo(e),e.flags&=-3}}function As(e,t=!1){const{dep:n,prevSub:s,nextSub:o}=e;if(s&&(s.nextSub=o,e.prevSub=void 0),o&&(o.prevSub=s,e.nextSub=void 0),n.subs===e&&(n.subs=s,!s&&n.computed)){n.computed.flags&=-5;for(let i=n.computed.deps;i;i=i.nextDep)As(i,!0)}!t&&!--n.sc&&n.map&&n.map.delete(n.key)}function sr(e){const{prevDep:t,nextDep:n}=e;t&&(t.nextDep=n,e.prevDep=void 0),n&&(n.prevDep=t,e.nextDep=void 0)}let Ue=!0;const Ko=[];function at(){Ko.push(Ue),Ue=!1}function ft(){const e=Ko.pop();Ue=e===void 0?!0:e}function zs(e){const{cleanup:t}=e;if(e.cleanup=void 0,t){const n=ae;ae=void 0;try{t()}finally{ae=n}}}let tn=0;class or{constructor(t,n){this.sub=t,this.dep=n,this.version=n.version,this.nextDep=this.prevDep=this.nextSub=this.prevSub=this.prevActiveLink=void 0}}class Es{constructor(t){this.computed=t,this.version=0,this.activeLink=void 0,this.subs=void 0,this.map=void 0,this.key=void 0,this.sc=0,this.__v_skip=!0}track(t){if(!ae||!Ue||ae===this.computed)return;let n=this.activeLink;if(n===void 0||n.sub!==ae)n=this.activeLink=new or(ae,this),ae.deps?(n.prevDep=ae.depsTail,ae.depsTail.nextDep=n,ae.depsTail=n):ae.deps=ae.depsTail=n,zo(n);else if(n.version===-1&&(n.version=this.version,n.nextDep)){const s=n.nextDep;s.prevDep=n.prevDep,n.prevDep&&(n.prevDep.nextDep=s),n.prevDep=ae.depsTail,n.nextDep=void 0,ae.depsTail.nextDep=n,ae.depsTail=n,ae.deps===n&&(ae.deps=s)}return n}trigger(t){this.version++,tn++,this.notify(t)}notify(t){xs();try{for(let n=this.subs;n;n=n.prevSub)n.sub.notify()&&n.sub.dep.notify()}finally{Ss()}}}function zo(e){if(e.dep.sc++,e.sub.flags&4){const t=e.dep.computed;if(t&&!e.dep.subs){t.flags|=20;for(let s=t.deps;s;s=s.nextDep)zo(s)}const n=e.dep.subs;n!==e&&(e.prevSub=n,n&&(n.nextSub=e)),e.dep.subs=e}}const rs=new WeakMap,$t=Symbol(""),ls=Symbol(""),nn=Symbol("");function Ce(e,t,n){if(Ue&&ae){let s=rs.get(e);s||rs.set(e,s=new Map);let o=s.get(n);o||(s.set(n,o=new Es),o.map=s,o.key=n),o.track()}}function ut(e,t,n,s,o,i){const r=rs.get(e);if(!r){tn++;return}const l=c=>{c&&c.trigger()};if(xs(),t==="clear")r.forEach(l);else{const c=F(e),d=c&&ws(n);if(c&&n==="length"){const a=Number(s);r.forEach((h,g)=>{(g==="length"||g===nn||!tt(g)&&g>=a)&&l(h)})}else switch((n!==void 0||r.has(void 0))&&l(r.get(n)),d&&l(r.get(nn)),t){case"add":c?d&&l(r.get("length")):(l(r.get($t)),Lt(e)&&l(r.get(ls)));break;case"delete":c||(l(r.get($t)),Lt(e)&&l(r.get(ls)));break;case"set":Lt(e)&&l(r.get($t));break}}Ss()}function kt(e){const t=ee(e);return t===e?t:(Ce(t,"iterate",nn),Ne(e)?t:t.map(je))}function Vn(e){return Ce(e=ee(e),"iterate",nn),e}function Je(e,t){return dt(e)?Ht(Pt(e)?je(t):t):je(t)}const ir={__proto__:null,[Symbol.iterator](){return Jn(this,Symbol.iterator,e=>Je(this,e))},concat(...e){return kt(this).concat(...e.map(t=>F(t)?kt(t):t))},entries(){return Jn(this,"entries",e=>(e[1]=Je(this,e[1]),e))},every(e,t){return ot(this,"every",e,t,void 0,arguments)},filter(e,t){return ot(this,"filter",e,t,n=>n.map(s=>Je(this,s)),arguments)},find(e,t){return ot(this,"find",e,t,n=>Je(this,n),arguments)},findIndex(e,t){return ot(this,"findIndex",e,t,void 0,arguments)},findLast(e,t){return ot(this,"findLast",e,t,n=>Je(this,n),arguments)},findLastIndex(e,t){return ot(this,"findLastIndex",e,t,void 0,arguments)},forEach(e,t){return ot(this,"forEach",e,t,void 0,arguments)},includes(...e){return Zn(this,"includes",e)},indexOf(...e){return Zn(this,"indexOf",e)},join(e){return kt(this).join(e)},lastIndexOf(...e){return Zn(this,"lastIndexOf",e)},map(e,t){return ot(this,"map",e,t,void 0,arguments)},pop(){return Bt(this,"pop")},push(...e){return Bt(this,"push",e)},reduce(e,...t){return Ws(this,"reduce",e,t)},reduceRight(e,...t){return Ws(this,"reduceRight",e,t)},shift(){return Bt(this,"shift")},some(e,t){return ot(this,"some",e,t,void 0,arguments)},splice(...e){return Bt(this,"splice",e)},toReversed(){return kt(this).toReversed()},toSorted(e){return kt(this).toSorted(e)},toSpliced(...e){return kt(this).toSpliced(...e)},unshift(...e){return Bt(this,"unshift",e)},values(){return Jn(this,"values",e=>Je(this,e))}};function Jn(e,t,n){const s=Vn(e),o=s[t]();return s!==e&&!Ne(e)&&(o._next=o.next,o.next=()=>{const i=o._next();return i.done||(i.value=n(i.value)),i}),o}const rr=Array.prototype;function ot(e,t,n,s,o,i){const r=Vn(e),l=r!==e&&!Ne(e),c=r[t];if(c!==rr[t]){const h=c.apply(e,i);return l?je(h):h}let d=n;r!==e&&(l?d=function(h,g){return n.call(this,Je(e,h),g,e)}:n.length>2&&(d=function(h,g){return n.call(this,h,g,e)}));const a=c.call(r,d,s);return l&&o?o(a):a}function Ws(e,t,n,s){const o=Vn(e),i=o!==e&&!Ne(e);let r=n,l=!1;o!==e&&(i?(l=s.length===0,r=function(d,a,h){return l&&(l=!1,d=Je(e,d)),n.call(this,d,Je(e,a),h,e)}):n.length>3&&(r=function(d,a,h){return n.call(this,d,a,h,e)}));const c=o[t](r,...s);return l?Je(e,c):c}function Zn(e,t,n){const s=ee(e);Ce(s,"iterate",nn);const o=s[t](...n);return(o===-1||o===!1)&&Os(n[0])?(n[0]=ee(n[0]),s[t](...n)):o}function Bt(e,t,n=[]){at(),xs();const s=ee(e)[t].apply(e,n);return Ss(),ft(),s}const lr=bs("__proto__,__v_isRef,__isVue"),Wo=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(tt));function cr(e){tt(e)||(e=String(e));const t=ee(this);return Ce(t,"has",e),t.hasOwnProperty(e)}class Go{constructor(t=!1,n=!1){this._isReadonly=t,this._isShallow=n}get(t,n,s){if(n==="__v_skip")return t.__v_skip;const o=this._isReadonly,i=this._isShallow;if(n==="__v_isReactive")return!o;if(n==="__v_isReadonly")return o;if(n==="__v_isShallow")return i;if(n==="__v_raw")return s===(o?i?yr:Zo:i?Jo:Yo).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(s)?t:void 0;const r=F(t);if(!o){let c;if(r&&(c=ir[n]))return c;if(n==="hasOwnProperty")return cr}const l=Reflect.get(t,n,xe(t)?t:s);if((tt(n)?Wo.has(n):lr(n))||(o||Ce(t,"get",n),i))return l;if(xe(l)){const c=r&&ws(n)?l:l.value;return o&&se(c)?us(c):c}return se(l)?o?us(l):$s(l):l}}class qo extends Go{constructor(t=!1){super(!1,t)}set(t,n,s,o){let i=t[n];const r=F(t)&&ws(n);if(!this._isShallow){const d=dt(i);if(!Ne(s)&&!dt(s)&&(i=ee(i),s=ee(s)),!r&&xe(i)&&!xe(s))return d||(i.value=s),!0}const l=r?Number(n)<t.length:ne(t,n),c=Reflect.set(t,n,s,xe(t)?t:o);return t===ee(o)&&(l?Xe(s,i)&&ut(t,"set",n,s):ut(t,"add",n,s)),c}deleteProperty(t,n){const s=ne(t,n);t[n];const o=Reflect.deleteProperty(t,n);return o&&s&&ut(t,"delete",n,void 0),o}has(t,n){const s=Reflect.has(t,n);return(!tt(n)||!Wo.has(n))&&Ce(t,"has",n),s}ownKeys(t){return Ce(t,"iterate",F(t)?"length":$t),Reflect.ownKeys(t)}}class ur extends Go{constructor(t=!1){super(!0,t)}set(t,n){return!0}deleteProperty(t,n){return!0}}const ar=new qo,fr=new ur,dr=new qo(!0);const cs=e=>e,mn=e=>Reflect.getPrototypeOf(e);function hr(e,t,n){return function(...s){const o=this.__v_raw,i=ee(o),r=Lt(i),l=e==="entries"||e===Symbol.iterator&&r,c=e==="keys"&&r,d=o[e](...s),a=n?cs:t?Ht:je;return!t&&Ce(i,"iterate",c?ls:$t),me(Object.create(d),{next(){const{value:h,done:g}=d.next();return g?{value:h,done:g}:{value:l?[a(h[0]),a(h[1])]:a(h),done:g}}})}}function vn(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function pr(e,t){const n={get(o){const i=this.__v_raw,r=ee(i),l=ee(o);e||(Xe(o,l)&&Ce(r,"get",o),Ce(r,"get",l));const{has:c}=mn(r),d=t?cs:e?Ht:je;if(c.call(r,o))return d(i.get(o));if(c.call(r,l))return d(i.get(l));i!==r&&i.get(o)},get size(){const o=this.__v_raw;return!e&&Ce(ee(o),"iterate",$t),o.size},has(o){const i=this.__v_raw,r=ee(i),l=ee(o);return e||(Xe(o,l)&&Ce(r,"has",o),Ce(r,"has",l)),o===l?i.has(o):i.has(o)||i.has(l)},forEach(o,i){const r=this,l=r.__v_raw,c=ee(l),d=t?cs:e?Ht:je;return!e&&Ce(c,"iterate",$t),l.forEach((a,h)=>o.call(i,d(a),d(h),r))}};return me(n,e?{add:vn("add"),set:vn("set"),delete:vn("delete"),clear:vn("clear")}:{add(o){const i=ee(this),r=mn(i),l=ee(o),c=!t&&!Ne(o)&&!dt(o)?l:o;return r.has.call(i,c)||Xe(o,c)&&r.has.call(i,o)||Xe(l,c)&&r.has.call(i,l)||(i.add(c),ut(i,"add",c,c)),this},set(o,i){!t&&!Ne(i)&&!dt(i)&&(i=ee(i));const r=ee(this),{has:l,get:c}=mn(r);let d=l.call(r,o);d||(o=ee(o),d=l.call(r,o));const a=c.call(r,o);return r.set(o,i),d?Xe(i,a)&&ut(r,"set",o,i):ut(r,"add",o,i),this},delete(o){const i=ee(this),{has:r,get:l}=mn(i);let c=r.call(i,o);c||(o=ee(o),c=r.call(i,o)),l&&l.call(i,o);const d=i.delete(o);return c&&ut(i,"delete",o,void 0),d},clear(){const o=ee(this),i=o.size!==0,r=o.clear();return i&&ut(o,"clear",void 0,void 0),r}}),["keys","values","entries",Symbol.iterator].forEach(o=>{n[o]=hr(o,e,t)}),n}function Ms(e,t){const n=pr(e,t);return(s,o,i)=>o==="__v_isReactive"?!e:o==="__v_isReadonly"?e:o==="__v_raw"?s:Reflect.get(ne(n,o)&&o in s?n:s,o,i)}const gr={get:Ms(!1,!1)},mr={get:Ms(!1,!0)},vr={get:Ms(!0,!1)};const Yo=new WeakMap,Jo=new WeakMap,Zo=new WeakMap,yr=new WeakMap;function _r(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function br(e){return e.__v_skip||!Object.isExtensible(e)?0:_r(Bi(e))}function $s(e){return dt(e)?e:Ps(e,!1,ar,gr,Yo)}function Tr(e){return Ps(e,!1,dr,mr,Jo)}function us(e){return Ps(e,!0,fr,vr,Zo)}function Ps(e,t,n,s,o){if(!se(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const i=br(e);if(i===0)return e;const r=o.get(e);if(r)return r;const l=new Proxy(e,i===2?s:n);return o.set(e,l),l}function Pt(e){return dt(e)?Pt(e.__v_raw):!!(e&&e.__v_isReactive)}function dt(e){return!!(e&&e.__v_isReadonly)}function Ne(e){return!!(e&&e.__v_isShallow)}function Os(e){return e?!!e.__v_raw:!1}function ee(e){const t=e&&e.__v_raw;return t?ee(t):e}function wr(e){return!ne(e,"__v_skip")&&Object.isExtensible(e)&&Do(e,"__v_skip",!0),e}const je=e=>se(e)?$s(e):e,Ht=e=>se(e)?us(e):e;function xe(e){return e?e.__v_isRef===!0:!1}function Z(e){return Cr(e,!1)}function Cr(e,t){return xe(e)?e:new xr(e,t)}class xr{constructor(t,n){this.dep=new Es,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=n?t:ee(t),this._value=n?t:je(t),this.__v_isShallow=n}get value(){return this.dep.track(),this._value}set value(t){const n=this._rawValue,s=this.__v_isShallow||Ne(t)||dt(t);t=s?t:ee(t),Xe(t,n)&&(this._rawValue=t,this._value=s?t:je(t),this.dep.trigger())}}function de(e){return xe(e)?e.value:e}const Sr={get:(e,t,n)=>t==="__v_raw"?e:de(Reflect.get(e,t,n)),set:(e,t,n,s)=>{const o=e[t];return xe(o)&&!xe(n)?(o.value=n,!0):Reflect.set(e,t,n,s)}};function Xo(e){return Pt(e)?e:new Proxy(e,Sr)}class Ar{constructor(t,n,s){this.fn=t,this.setter=n,this._value=void 0,this.dep=new Es(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=tn-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!n,this.isSSR=s}notify(){if(this.flags|=16,!(this.flags&8)&&ae!==this)return Ho(this,!0),!0}get value(){const t=this.dep.track();return Bo(this),t&&(t.version=this.dep.version),this._value}set value(t){this.setter&&this.setter(t)}}function Er(e,t,n=!1){let s,o;return B(e)?s=e:(s=e.get,o=e.set),new Ar(s,o,n)}const yn={},Sn=new WeakMap;let At;function Mr(e,t=!1,n=At){if(n){let s=Sn.get(n);s||Sn.set(n,s=[]),s.push(e)}}function $r(e,t,n=fe){const{immediate:s,deep:o,once:i,scheduler:r,augmentJob:l,call:c}=n,d=$=>o?$:Ne($)||o===!1||o===0?mt($,1):mt($);let a,h,g,b,M=!1,T=!1;if(xe(e)?(h=()=>e.value,M=Ne(e)):Pt(e)?(h=()=>d(e),M=!0):F(e)?(T=!0,M=e.some($=>Pt($)||Ne($)),h=()=>e.map($=>{if(xe($))return $.value;if(Pt($))return d($);if(B($))return c?c($,2):$()})):B(e)?t?h=c?()=>c(e,2):e:h=()=>{if(g){at();try{g()}finally{ft()}}const $=At;At=a;try{return c?c(e,3,[b]):e(b)}finally{At=$}}:h=et,t&&o){const $=h,U=o===!0?1/0:o;h=()=>mt($(),U)}const L=nr(),I=()=>{a.stop(),L&&L.active&&Ts(L.effects,a)};if(i&&t){const $=t;t=(...U)=>{$(...U),I()}}let x=T?new Array(e.length).fill(yn):yn;const N=$=>{if(!(!(a.flags&1)||!a.dirty&&!$))if(t){const U=a.run();if(o||M||(T?U.some((X,ce)=>Xe(X,x[ce])):Xe(U,x))){g&&g();const X=At;At=a;try{const ce=[U,x===yn?void 0:T&&x[0]===yn?[]:x,b];x=U,c?c(t,3,ce):t(...ce)}finally{At=X}}}else a.run()};return l&&l(N),a=new No(h),a.scheduler=r?()=>r(N,!1):N,b=$=>Mr($,!1,a),g=a.onStop=()=>{const $=Sn.get(a);if($){if(c)c($,4);else for(const U of $)U();Sn.delete(a)}},t?s?N(!0):x=a.run():r?r(N.bind(null,!0),!0):a.run(),I.pause=a.pause.bind(a),I.resume=a.resume.bind(a),I.stop=I,I}function mt(e,t=1/0,n){if(t<=0||!se(e)||e.__v_skip||(n=n||new Map,(n.get(e)||0)>=t))return e;if(n.set(e,t),t--,xe(e))mt(e.value,t,n);else if(F(e))for(let s=0;s<e.length;s++)mt(e[s],t,n);else if($o(e)||Lt(e))e.forEach(s=>{mt(s,t,n)});else if(Io(e)){for(const s in e)mt(e[s],t,n);for(const s of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,s)&&mt(e[s],t,n)}return e}/**
|
|
10
|
+
* @vue/runtime-core v3.5.31
|
|
11
|
+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
12
|
+
* @license MIT
|
|
13
|
+
**/function fn(e,t,n,s){try{return s?e(...s):e()}catch(o){Hn(o,t,n)}}function Be(e,t,n,s){if(B(e)){const o=fn(e,t,n,s);return o&&Po(o)&&o.catch(i=>{Hn(i,t,n)}),o}if(F(e)){const o=[];for(let i=0;i<e.length;i++)o.push(Be(e[i],t,n,s));return o}}function Hn(e,t,n,s=!0){const o=t?t.vnode:null,{errorHandler:i,throwUnhandledErrorInProduction:r}=t&&t.appContext.config||fe;if(t){let l=t.parent;const c=t.proxy,d=`https://vuejs.org/error-reference/#runtime-${n}`;for(;l;){const a=l.ec;if(a){for(let h=0;h<a.length;h++)if(a[h](e,c,d)===!1)return}l=l.parent}if(i){at(),fn(i,null,10,[e,c,d]),ft();return}}Pr(e,n,o,s,r)}function Pr(e,t,n,s=!0,o=!1){if(o)throw e;console.error(e)}const Ae=[];let qe=-1;const Ft=[];let gt=null,Dt=0;const Qo=Promise.resolve();let An=null;function Mt(e){const t=An||Qo;return e?t.then(this?e.bind(this):e):t}function Or(e){let t=qe+1,n=Ae.length;for(;t<n;){const s=t+n>>>1,o=Ae[s],i=sn(o);i<e||i===e&&o.flags&2?t=s+1:n=s}return t}function Is(e){if(!(e.flags&1)){const t=sn(e),n=Ae[Ae.length-1];!n||!(e.flags&2)&&t>=sn(n)?Ae.push(e):Ae.splice(Or(t),0,e),e.flags|=1,ei()}}function ei(){An||(An=Qo.then(ni))}function Ir(e){F(e)?Ft.push(...e):gt&&e.id===-1?gt.splice(Dt+1,0,e):e.flags&1||(Ft.push(e),e.flags|=1),ei()}function Gs(e,t,n=qe+1){for(;n<Ae.length;n++){const s=Ae[n];if(s&&s.flags&2){if(e&&s.id!==e.uid)continue;Ae.splice(n,1),n--,s.flags&4&&(s.flags&=-2),s(),s.flags&4||(s.flags&=-2)}}}function ti(e){if(Ft.length){const t=[...new Set(Ft)].sort((n,s)=>sn(n)-sn(s));if(Ft.length=0,gt){gt.push(...t);return}for(gt=t,Dt=0;Dt<gt.length;Dt++){const n=gt[Dt];n.flags&4&&(n.flags&=-2),n.flags&8||n(),n.flags&=-2}gt=null,Dt=0}}const sn=e=>e.id==null?e.flags&2?-1:1/0:e.id;function ni(e){try{for(qe=0;qe<Ae.length;qe++){const t=Ae[qe];t&&!(t.flags&8)&&(t.flags&4&&(t.flags&=-2),fn(t,t.i,t.i?15:14),t.flags&4||(t.flags&=-2))}}finally{for(;qe<Ae.length;qe++){const t=Ae[qe];t&&(t.flags&=-2)}qe=-1,Ae.length=0,ti(),An=null,(Ae.length||Ft.length)&&ni()}}let Qe=null,si=null;function En(e){const t=Qe;return Qe=e,si=e&&e.type.__scopeId||null,t}function oi(e,t=Qe,n){if(!t||e._n)return e;const s=(...o)=>{s._d&&Pn(-1);const i=En(t);let r;try{r=e(...o)}finally{En(i),s._d&&Pn(1)}return r};return s._n=!0,s._c=!0,s._d=!0,s}function wt(e,t,n,s){const o=e.dirs,i=t&&t.dirs;for(let r=0;r<o.length;r++){const l=o[r];i&&(l.oldValue=i[r].value);let c=l.dir[s];c&&(at(),Be(c,n,8,[e.el,l,e,t]),ft())}}function kr(e,t){if(Me){let n=Me.provides;const s=Me.parent&&Me.parent.provides;s===n&&(n=Me.provides=Object.create(s)),n[e]=t}}function bn(e,t,n=!1){const s=Li();if(s||Vt){let o=Vt?Vt._context.provides:s?s.parent==null||s.ce?s.vnode.appContext&&s.vnode.appContext.provides:s.parent.provides:void 0;if(o&&e in o)return o[e];if(arguments.length>1)return n&&B(t)?t.call(s&&s.proxy):t}}const Dr=Symbol.for("v-scx"),Rr=()=>bn(Dr);function Lr(e,t){return ks(e,null,t)}function Nt(e,t,n){return ks(e,t,n)}function ks(e,t,n=fe){const{immediate:s,deep:o,flush:i,once:r}=n,l=me({},n),c=t&&s||!t&&i!=="post";let d;if(ln){if(i==="sync"){const b=Rr();d=b.__watcherHandles||(b.__watcherHandles=[])}else if(!c){const b=()=>{};return b.stop=et,b.resume=et,b.pause=et,b}}const a=Me;l.call=(b,M,T)=>Be(b,a,M,T);let h=!1;i==="post"?l.scheduler=b=>{we(b,a&&a.suspense)}:i!=="sync"&&(h=!0,l.scheduler=(b,M)=>{M?b():Is(b)}),l.augmentJob=b=>{t&&(b.flags|=4),h&&(b.flags|=2,a&&(b.id=a.uid,b.i=a))};const g=$r(e,t,l);return ln&&(d?d.push(g):c&&g()),g}function Fr(e,t,n){const s=this.proxy,o=he(e)?e.includes(".")?ii(s,e):()=>s[e]:e.bind(s,s);let i;B(t)?i=t:(i=t.handler,n=t);const r=hn(this),l=ks(o,i.bind(s),n);return r(),l}function ii(e,t){const n=t.split(".");return()=>{let s=e;for(let o=0;o<n.length&&s;o++)s=s[n[o]];return s}}const ri=Symbol("_vte"),li=e=>e.__isTeleport,Jt=e=>e&&(e.disabled||e.disabled===""),Nr=e=>e&&(e.defer||e.defer===""),qs=e=>typeof SVGElement<"u"&&e instanceof SVGElement,Ys=e=>typeof MathMLElement=="function"&&e instanceof MathMLElement,as=(e,t)=>{const n=e&&e.to;return he(n)?t?t(n):null:n},ci={name:"Teleport",__isTeleport:!0,process(e,t,n,s,o,i,r,l,c,d){const{mc:a,pc:h,pbc:g,o:{insert:b,querySelector:M,createText:T,createComment:L}}=d,I=Jt(t.props);let{shapeFlag:x,children:N,dynamicChildren:$}=t;if(e==null){const U=t.el=T(""),X=t.anchor=T("");b(U,n,s),b(X,n,s);const ce=(k,j)=>{x&16&&a(N,k,j,o,i,r,l,c)},re=()=>{const k=t.target=as(t.props,M),j=fs(k,t,T,b);k&&(r!=="svg"&&qs(k)?r="svg":r!=="mathml"&&Ys(k)&&(r="mathml"),o&&o.isCE&&(o.ce._teleportTargets||(o.ce._teleportTargets=new Set)).add(k),I||(ce(k,j),Tn(t,!1)))};I&&(ce(n,X),Tn(t,!0)),Nr(t.props)||i&&i.pendingBranch?(t.el.__isMounted=!1,we(()=>{t.el.__isMounted===!1&&(re(),delete t.el.__isMounted)},i)):re()}else{t.el=e.el,t.targetStart=e.targetStart;const U=t.anchor=e.anchor,X=t.target=e.target,ce=t.targetAnchor=e.targetAnchor;if(e.el.__isMounted===!1){we(()=>{ci.process(e,t,n,s,o,i,r,l,c,d)},i);return}const re=Jt(e.props),k=re?n:X,j=re?U:ce;if(r==="svg"||qs(X)?r="svg":(r==="mathml"||Ys(X))&&(r="mathml"),$?(g(e.dynamicChildren,$,k,o,i,r,l),Ls(e,t,!0)):c||h(e,t,k,j,o,i,r,l,!1),I)re?t.props&&e.props&&t.props.to!==e.props.to&&(t.props.to=e.props.to):_n(t,n,U,d,1);else if((t.props&&t.props.to)!==(e.props&&e.props.to)){const Y=t.target=as(t.props,M);Y&&_n(t,Y,null,d,0)}else re&&_n(t,X,ce,d,1);Tn(t,I)}},remove(e,t,n,{um:s,o:{remove:o}},i){const{shapeFlag:r,children:l,anchor:c,targetStart:d,targetAnchor:a,target:h,props:g}=e;if(h&&(o(d),o(a)),i&&o(c),r&16){const b=i||!Jt(g);for(let M=0;M<l.length;M++){const T=l[M];s(T,t,n,b,!!T.dynamicChildren)}}},move:_n,hydrate:Vr};function _n(e,t,n,{o:{insert:s},m:o},i=2){i===0&&s(e.targetAnchor,t,n);const{el:r,anchor:l,shapeFlag:c,children:d,props:a}=e,h=i===2;if(h&&s(r,t,n),(!h||Jt(a))&&c&16)for(let g=0;g<d.length;g++)o(d[g],t,n,2);h&&s(l,t,n)}function Vr(e,t,n,s,o,i,{o:{nextSibling:r,parentNode:l,querySelector:c,insert:d,createText:a}},h){function g(L,I){let x=I;for(;x;){if(x&&x.nodeType===8){if(x.data==="teleport start anchor")t.targetStart=x;else if(x.data==="teleport anchor"){t.targetAnchor=x,L._lpa=t.targetAnchor&&r(t.targetAnchor);break}}x=r(x)}}function b(L,I){I.anchor=h(r(L),I,l(L),n,s,o,i)}const M=t.target=as(t.props,c),T=Jt(t.props);if(M){const L=M._lpa||M.firstChild;t.shapeFlag&16&&(T?(b(e,t),g(M,L),t.targetAnchor||fs(M,t,a,d,l(e)===M?e:null)):(t.anchor=r(e),g(M,L),t.targetAnchor||fs(M,t,a,d),h(L&&r(L),t,M,n,s,o,i))),Tn(t,T)}else T&&t.shapeFlag&16&&(b(e,t),t.targetStart=e,t.targetAnchor=r(e));return t.anchor&&r(t.anchor)}const ui=ci;function Tn(e,t){const n=e.ctx;if(n&&n.ut){let s,o;for(t?(s=e.el,o=e.anchor):(s=e.targetStart,o=e.targetAnchor);s&&s!==o;)s.nodeType===1&&s.setAttribute("data-v-owner",n.uid),s=s.nextSibling;n.ut()}}function fs(e,t,n,s,o=null){const i=t.targetStart=n(""),r=t.targetAnchor=n("");return i[ri]=r,e&&(s(i,e,o),s(r,e,o)),r}const Ye=Symbol("_leaveCb"),Kt=Symbol("_enterCb");function Hr(){const e={isMounted:!1,isLeaving:!1,isUnmounting:!1,leavingVNodes:new Map};return yt(()=>{e.isMounted=!0}),vi(()=>{e.isUnmounting=!0}),e}const Re=[Function,Array],ai={mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:Re,onEnter:Re,onAfterEnter:Re,onEnterCancelled:Re,onBeforeLeave:Re,onLeave:Re,onAfterLeave:Re,onLeaveCancelled:Re,onBeforeAppear:Re,onAppear:Re,onAfterAppear:Re,onAppearCancelled:Re},fi=e=>{const t=e.subTree;return t.component?fi(t.component):t},Ur={name:"BaseTransition",props:ai,setup(e,{slots:t}){const n=Li(),s=Hr();return()=>{const o=t.default&&pi(t.default(),!0);if(!o||!o.length)return;const i=di(o),r=ee(e),{mode:l}=r;if(s.isLeaving)return Xn(i);const c=Js(i);if(!c)return Xn(i);let d=ds(c,r,s,n,h=>d=h);c.type!==Ee&&on(c,d);let a=n.subTree&&Js(n.subTree);if(a&&a.type!==Ee&&!Et(a,c)&&fi(n).type!==Ee){let h=ds(a,r,s,n);if(on(a,h),l==="out-in"&&c.type!==Ee)return s.isLeaving=!0,h.afterLeave=()=>{s.isLeaving=!1,n.job.flags&8||n.update(),delete h.afterLeave,a=void 0},Xn(i);l==="in-out"&&c.type!==Ee?h.delayLeave=(g,b,M)=>{const T=hi(s,a);T[String(a.key)]=a,g[Ye]=()=>{b(),g[Ye]=void 0,delete d.delayedLeave,a=void 0},d.delayedLeave=()=>{M(),delete d.delayedLeave,a=void 0}}:a=void 0}else a&&(a=void 0);return i}}};function di(e){let t=e[0];if(e.length>1){for(const n of e)if(n.type!==Ee){t=n;break}}return t}const jr=Ur;function hi(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 ds(e,t,n,s,o){const{appear:i,mode:r,persisted:l=!1,onBeforeEnter:c,onEnter:d,onAfterEnter:a,onEnterCancelled:h,onBeforeLeave:g,onLeave:b,onAfterLeave:M,onLeaveCancelled:T,onBeforeAppear:L,onAppear:I,onAfterAppear:x,onAppearCancelled:N}=t,$=String(e.key),U=hi(n,e),X=(k,j)=>{k&&Be(k,s,9,j)},ce=(k,j)=>{const Y=j[1];X(k,j),F(k)?k.every(O=>O.length<=1)&&Y():k.length<=1&&Y()},re={mode:r,persisted:l,beforeEnter(k){let j=c;if(!n.isMounted)if(i)j=L||c;else return;k[Ye]&&k[Ye](!0);const Y=U[$];Y&&Et(e,Y)&&Y.el[Ye]&&Y.el[Ye](),X(j,[k])},enter(k){if(U[$]===e)return;let j=d,Y=a,O=h;if(!n.isMounted)if(i)j=I||d,Y=x||a,O=N||h;else return;let z=!1;k[Kt]=W=>{z||(z=!0,W?X(O,[k]):X(Y,[k]),re.delayedLeave&&re.delayedLeave(),k[Kt]=void 0)};const V=k[Kt].bind(null,!1);j?ce(j,[k,V]):V()},leave(k,j){const Y=String(e.key);if(k[Kt]&&k[Kt](!0),n.isUnmounting)return j();X(g,[k]);let O=!1;k[Ye]=V=>{O||(O=!0,j(),V?X(T,[k]):X(M,[k]),k[Ye]=void 0,U[Y]===e&&delete U[Y])};const z=k[Ye].bind(null,!1);U[Y]=e,b?ce(b,[k,z]):z()},clone(k){const j=ds(k,t,n,s,o);return o&&o(j),j}};return re}function Xn(e){if(Un(e))return e=bt(e),e.children=null,e}function Js(e){if(!Un(e))return li(e.type)&&e.children?di(e.children):e;if(e.component)return e.component.subTree;const{shapeFlag:t,children:n}=e;if(n){if(t&16)return n[0];if(t&32&&B(n.default))return n.default()}}function on(e,t){e.shapeFlag&6&&e.component?(e.transition=t,on(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 pi(e,t=!1,n){let s=[],o=0;for(let i=0;i<e.length;i++){let r=e[i];const l=n==null?r.key:String(n)+String(r.key!=null?r.key:i);r.type===ye?(r.patchFlag&128&&o++,s=s.concat(pi(r.children,t,l))):(t||r.type!==Ee)&&s.push(l!=null?bt(r,{key:l}):r)}if(o>1)for(let i=0;i<s.length;i++)s[i].patchFlag=-2;return s}function dn(e,t){return B(e)?me({name:e.name},t,{setup:e}):e}function gi(e){e.ids=[e.ids[0]+e.ids[2]+++"-",0,0]}function Zs(e,t){let n;return!!((n=Object.getOwnPropertyDescriptor(e,t))&&!n.configurable)}const Mn=new WeakMap;function Zt(e,t,n,s,o=!1){if(F(e)){e.forEach((T,L)=>Zt(T,t&&(F(t)?t[L]:t),n,s,o));return}if(Xt(s)&&!o){s.shapeFlag&512&&s.type.__asyncResolved&&s.component.subTree.component&&Zt(e,t,n,s.component.subTree);return}const i=s.shapeFlag&4?Ns(s.component):s.el,r=o?null:i,{i:l,r:c}=e,d=t&&t.r,a=l.refs===fe?l.refs={}:l.refs,h=l.setupState,g=ee(h),b=h===fe?Mo:T=>Zs(a,T)?!1:ne(g,T),M=(T,L)=>!(L&&Zs(a,L));if(d!=null&&d!==c){if(Xs(t),he(d))a[d]=null,b(d)&&(h[d]=null);else if(xe(d)){const T=t;M(d,T.k)&&(d.value=null),T.k&&(a[T.k]=null)}}if(B(c))fn(c,l,12,[r,a]);else{const T=he(c),L=xe(c);if(T||L){const I=()=>{if(e.f){const x=T?b(c)?h[c]:a[c]:M()||!e.k?c.value:a[e.k];if(o)F(x)&&Ts(x,i);else if(F(x))x.includes(i)||x.push(i);else if(T)a[c]=[i],b(c)&&(h[c]=a[c]);else{const N=[i];M(c,e.k)&&(c.value=N),e.k&&(a[e.k]=N)}}else T?(a[c]=r,b(c)&&(h[c]=r)):L&&(M(c,e.k)&&(c.value=r),e.k&&(a[e.k]=r))};if(r){const x=()=>{I(),Mn.delete(e)};x.id=-1,Mn.set(e,x),we(x,n)}else Xs(e),I()}}}function Xs(e){const t=Mn.get(e);t&&(t.flags|=8,Mn.delete(e))}Nn().requestIdleCallback;Nn().cancelIdleCallback;const Xt=e=>!!e.type.__asyncLoader,Un=e=>e.type.__isKeepAlive;function Br(e,t){mi(e,"a",t)}function Kr(e,t){mi(e,"da",t)}function mi(e,t,n=Me){const s=e.__wdc||(e.__wdc=()=>{let o=n;for(;o;){if(o.isDeactivated)return;o=o.parent}return e()});if(jn(t,s,n),n){let o=n.parent;for(;o&&o.parent;)Un(o.parent.vnode)&&zr(s,t,n,o),o=o.parent}}function zr(e,t,n,s){const o=jn(t,e,s,!0);Ut(()=>{Ts(s[t],o)},n)}function jn(e,t,n=Me,s=!1){if(n){const o=n[e]||(n[e]=[]),i=t.__weh||(t.__weh=(...r)=>{at();const l=hn(n),c=Be(t,n,e,r);return l(),ft(),c});return s?o.unshift(i):o.push(i),i}}const ht=e=>(t,n=Me)=>{(!ln||e==="sp")&&jn(e,(...s)=>t(...s),n)},Wr=ht("bm"),yt=ht("m"),Gr=ht("bu"),qr=ht("u"),vi=ht("bum"),Ut=ht("um"),Yr=ht("sp"),Jr=ht("rtg"),Zr=ht("rtc");function Xr(e,t=Me){jn("ec",e,t)}const Qr=Symbol.for("v-ndc");function vt(e,t,n,s){let o;const i=n,r=F(e);if(r||he(e)){const l=r&&Pt(e);let c=!1,d=!1;l&&(c=!Ne(e),d=dt(e),e=Vn(e)),o=new Array(e.length);for(let a=0,h=e.length;a<h;a++)o[a]=t(c?d?Ht(je(e[a])):je(e[a]):e[a],a,void 0,i)}else if(typeof e=="number"){o=new Array(e);for(let l=0;l<e;l++)o[l]=t(l+1,l,void 0,i)}else if(se(e))if(e[Symbol.iterator])o=Array.from(e,(l,c)=>t(l,c,void 0,i));else{const l=Object.keys(e);o=new Array(l.length);for(let c=0,d=l.length;c<d;c++){const a=l[c];o[c]=t(e[a],a,c,i)}}else o=[];return o}const hs=e=>e?Fi(e)?Ns(e):hs(e.parent):null,Qt=me(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=>hs(e.parent),$root:e=>hs(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>_i(e),$forceUpdate:e=>e.f||(e.f=()=>{Is(e.update)}),$nextTick:e=>e.n||(e.n=Mt.bind(e.proxy)),$watch:e=>Fr.bind(e)}),Qn=(e,t)=>e!==fe&&!e.__isScriptSetup&&ne(e,t),el={get({_:e},t){if(t==="__v_skip")return!0;const{ctx:n,setupState:s,data:o,props:i,accessCache:r,type:l,appContext:c}=e;if(t[0]!=="$"){const g=r[t];if(g!==void 0)switch(g){case 1:return s[t];case 2:return o[t];case 4:return n[t];case 3:return i[t]}else{if(Qn(s,t))return r[t]=1,s[t];if(o!==fe&&ne(o,t))return r[t]=2,o[t];if(ne(i,t))return r[t]=3,i[t];if(n!==fe&&ne(n,t))return r[t]=4,n[t];ps&&(r[t]=0)}}const d=Qt[t];let a,h;if(d)return t==="$attrs"&&Ce(e.attrs,"get",""),d(e);if((a=l.__cssModules)&&(a=a[t]))return a;if(n!==fe&&ne(n,t))return r[t]=4,n[t];if(h=c.config.globalProperties,ne(h,t))return h[t]},set({_:e},t,n){const{data:s,setupState:o,ctx:i}=e;return Qn(o,t)?(o[t]=n,!0):s!==fe&&ne(s,t)?(s[t]=n,!0):ne(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(i[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:s,appContext:o,props:i,type:r}},l){let c;return!!(n[l]||e!==fe&&l[0]!=="$"&&ne(e,l)||Qn(t,l)||ne(i,l)||ne(s,l)||ne(Qt,l)||ne(o.config.globalProperties,l)||(c=r.__cssModules)&&c[l])},defineProperty(e,t,n){return n.get!=null?e._.accessCache[t]=0:ne(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};function Qs(e){return F(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}let ps=!0;function tl(e){const t=_i(e),n=e.proxy,s=e.ctx;ps=!1,t.beforeCreate&&eo(t.beforeCreate,e,"bc");const{data:o,computed:i,methods:r,watch:l,provide:c,inject:d,created:a,beforeMount:h,mounted:g,beforeUpdate:b,updated:M,activated:T,deactivated:L,beforeDestroy:I,beforeUnmount:x,destroyed:N,unmounted:$,render:U,renderTracked:X,renderTriggered:ce,errorCaptured:re,serverPrefetch:k,expose:j,inheritAttrs:Y,components:O,directives:z,filters:V}=t;if(d&&nl(d,s,null),r)for(const te in r){const ie=r[te];B(ie)&&(s[te]=ie.bind(n))}if(o){const te=o.call(n,n);se(te)&&(e.data=$s(te))}if(ps=!0,i)for(const te in i){const ie=i[te],nt=B(ie)?ie.bind(n,n):B(ie.get)?ie.get.bind(n,n):et,Ot=!B(ie)&&B(ie.set)?ie.set.bind(n):et,st=Fe({get:nt,set:Ot});Object.defineProperty(s,te,{enumerable:!0,configurable:!0,get:()=>st.value,set:De=>st.value=De})}if(l)for(const te in l)yi(l[te],s,n,te);if(c){const te=B(c)?c.call(n):c;Reflect.ownKeys(te).forEach(ie=>{kr(ie,te[ie])})}a&&eo(a,e,"c");function oe(te,ie){F(ie)?ie.forEach(nt=>te(nt.bind(n))):ie&&te(ie.bind(n))}if(oe(Wr,h),oe(yt,g),oe(Gr,b),oe(qr,M),oe(Br,T),oe(Kr,L),oe(Xr,re),oe(Zr,X),oe(Jr,ce),oe(vi,x),oe(Ut,$),oe(Yr,k),F(j))if(j.length){const te=e.exposed||(e.exposed={});j.forEach(ie=>{Object.defineProperty(te,ie,{get:()=>n[ie],set:nt=>n[ie]=nt,enumerable:!0})})}else e.exposed||(e.exposed={});U&&e.render===et&&(e.render=U),Y!=null&&(e.inheritAttrs=Y),O&&(e.components=O),z&&(e.directives=z),k&&gi(e)}function nl(e,t,n=et){F(e)&&(e=gs(e));for(const s in e){const o=e[s];let i;se(o)?"default"in o?i=bn(o.from||s,o.default,!0):i=bn(o.from||s):i=bn(o),xe(i)?Object.defineProperty(t,s,{enumerable:!0,configurable:!0,get:()=>i.value,set:r=>i.value=r}):t[s]=i}}function eo(e,t,n){Be(F(e)?e.map(s=>s.bind(t.proxy)):e.bind(t.proxy),t,n)}function yi(e,t,n,s){let o=s.includes(".")?ii(n,s):()=>n[s];if(he(e)){const i=t[e];B(i)&&Nt(o,i)}else if(B(e))Nt(o,e.bind(n));else if(se(e))if(F(e))e.forEach(i=>yi(i,t,n,s));else{const i=B(e.handler)?e.handler.bind(n):t[e.handler];B(i)&&Nt(o,i,e)}}function _i(e){const t=e.type,{mixins:n,extends:s}=t,{mixins:o,optionsCache:i,config:{optionMergeStrategies:r}}=e.appContext,l=i.get(t);let c;return l?c=l:!o.length&&!n&&!s?c=t:(c={},o.length&&o.forEach(d=>$n(c,d,r,!0)),$n(c,t,r)),se(t)&&i.set(t,c),c}function $n(e,t,n,s=!1){const{mixins:o,extends:i}=t;i&&$n(e,i,n,!0),o&&o.forEach(r=>$n(e,r,n,!0));for(const r in t)if(!(s&&r==="expose")){const l=sl[r]||n&&n[r];e[r]=l?l(e[r],t[r]):t[r]}return e}const sl={data:to,props:no,emits:no,methods:Wt,computed:Wt,beforeCreate:Se,created:Se,beforeMount:Se,mounted:Se,beforeUpdate:Se,updated:Se,beforeDestroy:Se,beforeUnmount:Se,destroyed:Se,unmounted:Se,activated:Se,deactivated:Se,errorCaptured:Se,serverPrefetch:Se,components:Wt,directives:Wt,watch:il,provide:to,inject:ol};function to(e,t){return t?e?function(){return me(B(e)?e.call(this,this):e,B(t)?t.call(this,this):t)}:t:e}function ol(e,t){return Wt(gs(e),gs(t))}function gs(e){if(F(e)){const t={};for(let n=0;n<e.length;n++)t[e[n]]=e[n];return t}return e}function Se(e,t){return e?[...new Set([].concat(e,t))]:t}function Wt(e,t){return e?me(Object.create(null),e,t):t}function no(e,t){return e?F(e)&&F(t)?[...new Set([...e,...t])]:me(Object.create(null),Qs(e),Qs(t??{})):t}function il(e,t){if(!e)return t;if(!t)return e;const n=me(Object.create(null),e);for(const s in t)n[s]=Se(e[s],t[s]);return n}function bi(){return{app:null,config:{isNativeTag:Mo,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 rl=0;function ll(e,t){return function(s,o=null){B(s)||(s=me({},s)),o!=null&&!se(o)&&(o=null);const i=bi(),r=new WeakSet,l=[];let c=!1;const d=i.app={_uid:rl++,_component:s,_props:o,_container:null,_context:i,_instance:null,version:Hl,get config(){return i.config},set config(a){},use(a,...h){return r.has(a)||(a&&B(a.install)?(r.add(a),a.install(d,...h)):B(a)&&(r.add(a),a(d,...h))),d},mixin(a){return i.mixins.includes(a)||i.mixins.push(a),d},component(a,h){return h?(i.components[a]=h,d):i.components[a]},directive(a,h){return h?(i.directives[a]=h,d):i.directives[a]},mount(a,h,g){if(!c){const b=d._ceVNode||_e(s,o);return b.appContext=i,g===!0?g="svg":g===!1&&(g=void 0),e(b,a,g),c=!0,d._container=a,a.__vue_app__=d,Ns(b.component)}},onUnmount(a){l.push(a)},unmount(){c&&(Be(l,d._instance,16),e(null,d._container),delete d._container.__vue_app__)},provide(a,h){return i.provides[a]=h,d},runWithContext(a){const h=Vt;Vt=d;try{return a()}finally{Vt=h}}};return d}}let Vt=null;const cl=(e,t)=>t==="modelValue"||t==="model-value"?e.modelModifiers:e[`${t}Modifiers`]||e[`${He(t)}Modifiers`]||e[`${Tt(t)}Modifiers`];function ul(e,t,...n){if(e.isUnmounted)return;const s=e.vnode.props||fe;let o=n;const i=t.startsWith("update:"),r=i&&cl(s,t.slice(7));r&&(r.trim&&(o=n.map(a=>he(a)?a.trim():a)),r.number&&(o=n.map(Wi)));let l,c=s[l=Wn(t)]||s[l=Wn(He(t))];!c&&i&&(c=s[l=Wn(Tt(t))]),c&&Be(c,e,6,o);const d=s[l+"Once"];if(d){if(!e.emitted)e.emitted={};else if(e.emitted[l])return;e.emitted[l]=!0,Be(d,e,6,o)}}const al=new WeakMap;function Ti(e,t,n=!1){const s=n?al:t.emitsCache,o=s.get(e);if(o!==void 0)return o;const i=e.emits;let r={},l=!1;if(!B(e)){const c=d=>{const a=Ti(d,t,!0);a&&(l=!0,me(r,a))};!n&&t.mixins.length&&t.mixins.forEach(c),e.extends&&c(e.extends),e.mixins&&e.mixins.forEach(c)}return!i&&!l?(se(e)&&s.set(e,null),null):(F(i)?i.forEach(c=>r[c]=null):me(r,i),se(e)&&s.set(e,r),r)}function Bn(e,t){return!e||!Rn(t)?!1:(t=t.slice(2).replace(/Once$/,""),ne(e,t[0].toLowerCase()+t.slice(1))||ne(e,Tt(t))||ne(e,t))}function so(e){const{type:t,vnode:n,proxy:s,withProxy:o,propsOptions:[i],slots:r,attrs:l,emit:c,render:d,renderCache:a,props:h,data:g,setupState:b,ctx:M,inheritAttrs:T}=e,L=En(e);let I,x;try{if(n.shapeFlag&4){const $=o||s,U=$;I=Ze(d.call(U,$,a,h,b,g,M)),x=l}else{const $=t;I=Ze($.length>1?$(h,{attrs:l,slots:r,emit:c}):$(h,null)),x=t.props?l:fl(l)}}catch($){en.length=0,Hn($,e,1),I=_e(Ee)}let N=I;if(x&&T!==!1){const $=Object.keys(x),{shapeFlag:U}=N;$.length&&U&7&&(i&&$.some(Ln)&&(x=dl(x,i)),N=bt(N,x,!1,!0))}return n.dirs&&(N=bt(N,null,!1,!0),N.dirs=N.dirs?N.dirs.concat(n.dirs):n.dirs),n.transition&&on(N,n.transition),I=N,En(L),I}const fl=e=>{let t;for(const n in e)(n==="class"||n==="style"||Rn(n))&&((t||(t={}))[n]=e[n]);return t},dl=(e,t)=>{const n={};for(const s in e)(!Ln(s)||!(s.slice(9)in t))&&(n[s]=e[s]);return n};function hl(e,t,n){const{props:s,children:o,component:i}=e,{props:r,children:l,patchFlag:c}=t,d=i.emitsOptions;if(t.dirs||t.transition)return!0;if(n&&c>=0){if(c&1024)return!0;if(c&16)return s?oo(s,r,d):!!r;if(c&8){const a=t.dynamicProps;for(let h=0;h<a.length;h++){const g=a[h];if(wi(r,s,g)&&!Bn(d,g))return!0}}}else return(o||l)&&(!l||!l.$stable)?!0:s===r?!1:s?r?oo(s,r,d):!0:!!r;return!1}function oo(e,t,n){const s=Object.keys(t);if(s.length!==Object.keys(e).length)return!0;for(let o=0;o<s.length;o++){const i=s[o];if(wi(t,e,i)&&!Bn(n,i))return!0}return!1}function wi(e,t,n){const s=e[n],o=t[n];return n==="style"&&se(s)&&se(o)?!Cs(s,o):s!==o}function pl({vnode:e,parent:t,suspense:n},s){for(;t;){const o=t.subTree;if(o.suspense&&o.suspense.activeBranch===e&&(o.suspense.vnode.el=o.el=s,e=o),o===e)(e=t.vnode).el=s,t=t.parent;else break}n&&n.activeBranch===e&&(n.vnode.el=s)}const Ci={},xi=()=>Object.create(Ci),Si=e=>Object.getPrototypeOf(e)===Ci;function gl(e,t,n,s=!1){const o={},i=xi();e.propsDefaults=Object.create(null),Ai(e,t,o,i);for(const r in e.propsOptions[0])r in o||(o[r]=void 0);n?e.props=s?o:Tr(o):e.type.props?e.props=o:e.props=i,e.attrs=i}function ml(e,t,n,s){const{props:o,attrs:i,vnode:{patchFlag:r}}=e,l=ee(o),[c]=e.propsOptions;let d=!1;if((s||r>0)&&!(r&16)){if(r&8){const a=e.vnode.dynamicProps;for(let h=0;h<a.length;h++){let g=a[h];if(Bn(e.emitsOptions,g))continue;const b=t[g];if(c)if(ne(i,g))b!==i[g]&&(i[g]=b,d=!0);else{const M=He(g);o[M]=ms(c,l,M,b,e,!1)}else b!==i[g]&&(i[g]=b,d=!0)}}}else{Ai(e,t,o,i)&&(d=!0);let a;for(const h in l)(!t||!ne(t,h)&&((a=Tt(h))===h||!ne(t,a)))&&(c?n&&(n[h]!==void 0||n[a]!==void 0)&&(o[h]=ms(c,l,h,void 0,e,!0)):delete o[h]);if(i!==l)for(const h in i)(!t||!ne(t,h))&&(delete i[h],d=!0)}d&&ut(e.attrs,"set","")}function Ai(e,t,n,s){const[o,i]=e.propsOptions;let r=!1,l;if(t)for(let c in t){if(Gt(c))continue;const d=t[c];let a;o&&ne(o,a=He(c))?!i||!i.includes(a)?n[a]=d:(l||(l={}))[a]=d:Bn(e.emitsOptions,c)||(!(c in s)||d!==s[c])&&(s[c]=d,r=!0)}if(i){const c=ee(n),d=l||fe;for(let a=0;a<i.length;a++){const h=i[a];n[h]=ms(o,c,h,d[h],e,!ne(d,h))}}return r}function ms(e,t,n,s,o,i){const r=e[n];if(r!=null){const l=ne(r,"default");if(l&&s===void 0){const c=r.default;if(r.type!==Function&&!r.skipFactory&&B(c)){const{propsDefaults:d}=o;if(n in d)s=d[n];else{const a=hn(o);s=d[n]=c.call(null,t),a()}}else s=c;o.ce&&o.ce._setProp(n,s)}r[0]&&(i&&!l?s=!1:r[1]&&(s===""||s===Tt(n))&&(s=!0))}return s}const vl=new WeakMap;function Ei(e,t,n=!1){const s=n?vl:t.propsCache,o=s.get(e);if(o)return o;const i=e.props,r={},l=[];let c=!1;if(!B(e)){const a=h=>{c=!0;const[g,b]=Ei(h,t,!0);me(r,g),b&&l.push(...b)};!n&&t.mixins.length&&t.mixins.forEach(a),e.extends&&a(e.extends),e.mixins&&e.mixins.forEach(a)}if(!i&&!c)return se(e)&&s.set(e,Rt),Rt;if(F(i))for(let a=0;a<i.length;a++){const h=He(i[a]);io(h)&&(r[h]=fe)}else if(i)for(const a in i){const h=He(a);if(io(h)){const g=i[a],b=r[h]=F(g)||B(g)?{type:g}:me({},g),M=b.type;let T=!1,L=!0;if(F(M))for(let I=0;I<M.length;++I){const x=M[I],N=B(x)&&x.name;if(N==="Boolean"){T=!0;break}else N==="String"&&(L=!1)}else T=B(M)&&M.name==="Boolean";b[0]=T,b[1]=L,(T||ne(b,"default"))&&l.push(h)}}const d=[r,l];return se(e)&&s.set(e,d),d}function io(e){return e[0]!=="$"&&!Gt(e)}const Ds=e=>e==="_"||e==="_ctx"||e==="$stable",Rs=e=>F(e)?e.map(Ze):[Ze(e)],yl=(e,t,n)=>{if(t._n)return t;const s=oi((...o)=>Rs(t(...o)),n);return s._c=!1,s},Mi=(e,t,n)=>{const s=e._ctx;for(const o in e){if(Ds(o))continue;const i=e[o];if(B(i))t[o]=yl(o,i,s);else if(i!=null){const r=Rs(i);t[o]=()=>r}}},$i=(e,t)=>{const n=Rs(t);e.slots.default=()=>n},Pi=(e,t,n)=>{for(const s in t)(n||!Ds(s))&&(e[s]=t[s])},_l=(e,t,n)=>{const s=e.slots=xi();if(e.vnode.shapeFlag&32){const o=t._;o?(Pi(s,t,n),n&&Do(s,"_",o,!0)):Mi(t,s)}else t&&$i(e,t)},bl=(e,t,n)=>{const{vnode:s,slots:o}=e;let i=!0,r=fe;if(s.shapeFlag&32){const l=t._;l?n&&l===1?i=!1:Pi(o,t,n):(i=!t.$stable,Mi(t,o)),r=t}else t&&($i(e,t),r={default:1});if(i)for(const l in o)!Ds(l)&&r[l]==null&&delete o[l]},we=Sl;function Tl(e){return wl(e)}function wl(e,t){const n=Nn();n.__VUE__=!0;const{insert:s,remove:o,patchProp:i,createElement:r,createText:l,createComment:c,setText:d,setElementText:a,parentNode:h,nextSibling:g,setScopeId:b=et,insertStaticContent:M}=e,T=(u,f,p,v=null,m=null,y=null,E=void 0,S=null,w=!!f.dynamicChildren)=>{if(u===f)return;u&&!Et(u,f)&&(v=J(u),De(u,m,y,!0),u=null),f.patchFlag===-2&&(w=!1,f.dynamicChildren=null);const{type:_,ref:R,shapeFlag:P}=f;switch(_){case Kn:L(u,f,p,v);break;case Ee:I(u,f,p,v);break;case wn:u==null&&x(f,p,v,E);break;case ye:O(u,f,p,v,m,y,E,S,w);break;default:P&1?U(u,f,p,v,m,y,E,S,w):P&6?z(u,f,p,v,m,y,E,S,w):(P&64||P&128)&&_.process(u,f,p,v,m,y,E,S,w,$e)}R!=null&&m?Zt(R,u&&u.ref,y,f||u,!f):R==null&&u&&u.ref!=null&&Zt(u.ref,null,y,u,!0)},L=(u,f,p,v)=>{if(u==null)s(f.el=l(f.children),p,v);else{const m=f.el=u.el;f.children!==u.children&&d(m,f.children)}},I=(u,f,p,v)=>{u==null?s(f.el=c(f.children||""),p,v):f.el=u.el},x=(u,f,p,v)=>{[u.el,u.anchor]=M(u.children,f,p,v,u.el,u.anchor)},N=({el:u,anchor:f},p,v)=>{let m;for(;u&&u!==f;)m=g(u),s(u,p,v),u=m;s(f,p,v)},$=({el:u,anchor:f})=>{let p;for(;u&&u!==f;)p=g(u),o(u),u=p;o(f)},U=(u,f,p,v,m,y,E,S,w)=>{if(f.type==="svg"?E="svg":f.type==="math"&&(E="mathml"),u==null)X(f,p,v,m,y,E,S,w);else{const _=u.el&&u.el._isVueCE?u.el:null;try{_&&_._beginPatch(),k(u,f,m,y,E,S,w)}finally{_&&_._endPatch()}}},X=(u,f,p,v,m,y,E,S)=>{let w,_;const{props:R,shapeFlag:P,transition:D,dirs:H}=u;if(w=u.el=r(u.type,y,R&&R.is,R),P&8?a(w,u.children):P&16&&re(u.children,w,null,v,m,es(u,y),E,S),H&&wt(u,null,v,"created"),ce(w,u,u.scopeId,E,v),R){for(const le in R)le!=="value"&&!Gt(le)&&i(w,le,null,R[le],y,v);"value"in R&&i(w,"value",null,R.value,y),(_=R.onVnodeBeforeMount)&&Ge(_,v,u)}H&&wt(u,null,v,"beforeMount");const Q=Cl(m,D);Q&&D.beforeEnter(w),s(w,f,p),((_=R&&R.onVnodeMounted)||Q||H)&&we(()=>{try{_&&Ge(_,v,u),Q&&D.enter(w),H&&wt(u,null,v,"mounted")}finally{}},m)},ce=(u,f,p,v,m)=>{if(p&&b(u,p),v)for(let y=0;y<v.length;y++)b(u,v[y]);if(m){let y=m.subTree;if(f===y||ki(y.type)&&(y.ssContent===f||y.ssFallback===f)){const E=m.vnode;ce(u,E,E.scopeId,E.slotScopeIds,m.parent)}}},re=(u,f,p,v,m,y,E,S,w=0)=>{for(let _=w;_<u.length;_++){const R=u[_]=S?ct(u[_]):Ze(u[_]);T(null,R,f,p,v,m,y,E,S)}},k=(u,f,p,v,m,y,E)=>{const S=f.el=u.el;let{patchFlag:w,dynamicChildren:_,dirs:R}=f;w|=u.patchFlag&16;const P=u.props||fe,D=f.props||fe;let H;if(p&&Ct(p,!1),(H=D.onVnodeBeforeUpdate)&&Ge(H,p,f,u),R&&wt(f,u,p,"beforeUpdate"),p&&Ct(p,!0),(P.innerHTML&&D.innerHTML==null||P.textContent&&D.textContent==null)&&a(S,""),_?j(u.dynamicChildren,_,S,p,v,es(f,m),y):E||ie(u,f,S,null,p,v,es(f,m),y,!1),w>0){if(w&16)Y(S,P,D,p,m);else if(w&2&&P.class!==D.class&&i(S,"class",null,D.class,m),w&4&&i(S,"style",P.style,D.style,m),w&8){const Q=f.dynamicProps;for(let le=0;le<Q.length;le++){const ue=Q[le],pe=P[ue],Te=D[ue];(Te!==pe||ue==="value")&&i(S,ue,pe,Te,m,p)}}w&1&&u.children!==f.children&&a(S,f.children)}else!E&&_==null&&Y(S,P,D,p,m);((H=D.onVnodeUpdated)||R)&&we(()=>{H&&Ge(H,p,f,u),R&&wt(f,u,p,"updated")},v)},j=(u,f,p,v,m,y,E)=>{for(let S=0;S<f.length;S++){const w=u[S],_=f[S],R=w.el&&(w.type===ye||!Et(w,_)||w.shapeFlag&198)?h(w.el):p;T(w,_,R,null,v,m,y,E,!0)}},Y=(u,f,p,v,m)=>{if(f!==p){if(f!==fe)for(const y in f)!Gt(y)&&!(y in p)&&i(u,y,f[y],null,m,v);for(const y in p){if(Gt(y))continue;const E=p[y],S=f[y];E!==S&&y!=="value"&&i(u,y,S,E,m,v)}"value"in p&&i(u,"value",f.value,p.value,m)}},O=(u,f,p,v,m,y,E,S,w)=>{const _=f.el=u?u.el:l(""),R=f.anchor=u?u.anchor:l("");let{patchFlag:P,dynamicChildren:D,slotScopeIds:H}=f;H&&(S=S?S.concat(H):H),u==null?(s(_,p,v),s(R,p,v),re(f.children||[],p,R,m,y,E,S,w)):P>0&&P&64&&D&&u.dynamicChildren&&u.dynamicChildren.length===D.length?(j(u.dynamicChildren,D,p,m,y,E,S),(f.key!=null||m&&f===m.subTree)&&Ls(u,f,!0)):ie(u,f,p,R,m,y,E,S,w)},z=(u,f,p,v,m,y,E,S,w)=>{f.slotScopeIds=S,u==null?f.shapeFlag&512?m.ctx.activate(f,p,v,E,w):V(f,p,v,m,y,E,w):W(u,f,w)},V=(u,f,p,v,m,y,E)=>{const S=u.component=kl(u,v,m);if(Un(u)&&(S.ctx.renderer=$e),Dl(S,!1,E),S.asyncDep){if(m&&m.registerDep(S,oe,E),!u.el){const w=S.subTree=_e(Ee);I(null,w,f,p),u.placeholder=w.el}}else oe(S,u,f,p,m,y,E)},W=(u,f,p)=>{const v=f.component=u.component;if(hl(u,f,p))if(v.asyncDep&&!v.asyncResolved){te(v,f,p);return}else v.next=f,v.update();else f.el=u.el,v.vnode=f},oe=(u,f,p,v,m,y,E)=>{const S=()=>{if(u.isMounted){let{next:P,bu:D,u:H,parent:Q,vnode:le}=u;{const ze=Oi(u);if(ze){P&&(P.el=le.el,te(u,P,E)),ze.asyncDep.then(()=>{we(()=>{u.isUnmounted||_()},m)});return}}let ue=P,pe;Ct(u,!1),P?(P.el=le.el,te(u,P,E)):P=le,D&&Gn(D),(pe=P.props&&P.props.onVnodeBeforeUpdate)&&Ge(pe,Q,P,le),Ct(u,!0);const Te=so(u),Ke=u.subTree;u.subTree=Te,T(Ke,Te,h(Ke.el),J(Ke),u,m,y),P.el=Te.el,ue===null&&pl(u,Te.el),H&&we(H,m),(pe=P.props&&P.props.onVnodeUpdated)&&we(()=>Ge(pe,Q,P,le),m)}else{let P;const{el:D,props:H}=f,{bm:Q,m:le,parent:ue,root:pe,type:Te}=u,Ke=Xt(f);Ct(u,!1),Q&&Gn(Q),!Ke&&(P=H&&H.onVnodeBeforeMount)&&Ge(P,ue,f),Ct(u,!0);{pe.ce&&pe.ce._hasShadowRoot()&&pe.ce._injectChildStyle(Te,u.parent?u.parent.type:void 0);const ze=u.subTree=so(u);T(null,ze,p,v,u,m,y),f.el=ze.el}if(le&&we(le,m),!Ke&&(P=H&&H.onVnodeMounted)){const ze=f;we(()=>Ge(P,ue,ze),m)}(f.shapeFlag&256||ue&&Xt(ue.vnode)&&ue.vnode.shapeFlag&256)&&u.a&&we(u.a,m),u.isMounted=!0,f=p=v=null}};u.scope.on();const w=u.effect=new No(S);u.scope.off();const _=u.update=w.run.bind(w),R=u.job=w.runIfDirty.bind(w);R.i=u,R.id=u.uid,w.scheduler=()=>Is(R),Ct(u,!0),_()},te=(u,f,p)=>{f.component=u;const v=u.vnode.props;u.vnode=f,u.next=null,ml(u,f.props,v,p),bl(u,f.children,p),at(),Gs(u),ft()},ie=(u,f,p,v,m,y,E,S,w=!1)=>{const _=u&&u.children,R=u?u.shapeFlag:0,P=f.children,{patchFlag:D,shapeFlag:H}=f;if(D>0){if(D&128){Ot(_,P,p,v,m,y,E,S,w);return}else if(D&256){nt(_,P,p,v,m,y,E,S,w);return}}H&8?(R&16&&A(_,m,y),P!==_&&a(p,P)):R&16?H&16?Ot(_,P,p,v,m,y,E,S,w):A(_,m,y,!0):(R&8&&a(p,""),H&16&&re(P,p,v,m,y,E,S,w))},nt=(u,f,p,v,m,y,E,S,w)=>{u=u||Rt,f=f||Rt;const _=u.length,R=f.length,P=Math.min(_,R);let D;for(D=0;D<P;D++){const H=f[D]=w?ct(f[D]):Ze(f[D]);T(u[D],H,p,null,m,y,E,S,w)}_>R?A(u,m,y,!0,!1,P):re(f,p,v,m,y,E,S,w,P)},Ot=(u,f,p,v,m,y,E,S,w)=>{let _=0;const R=f.length;let P=u.length-1,D=R-1;for(;_<=P&&_<=D;){const H=u[_],Q=f[_]=w?ct(f[_]):Ze(f[_]);if(Et(H,Q))T(H,Q,p,null,m,y,E,S,w);else break;_++}for(;_<=P&&_<=D;){const H=u[P],Q=f[D]=w?ct(f[D]):Ze(f[D]);if(Et(H,Q))T(H,Q,p,null,m,y,E,S,w);else break;P--,D--}if(_>P){if(_<=D){const H=D+1,Q=H<R?f[H].el:v;for(;_<=D;)T(null,f[_]=w?ct(f[_]):Ze(f[_]),p,Q,m,y,E,S,w),_++}}else if(_>D)for(;_<=P;)De(u[_],m,y,!0),_++;else{const H=_,Q=_,le=new Map;for(_=Q;_<=D;_++){const Oe=f[_]=w?ct(f[_]):Ze(f[_]);Oe.key!=null&&le.set(Oe.key,_)}let ue,pe=0;const Te=D-Q+1;let Ke=!1,ze=0;const jt=new Array(Te);for(_=0;_<Te;_++)jt[_]=0;for(_=H;_<=P;_++){const Oe=u[_];if(pe>=Te){De(Oe,m,y,!0);continue}let We;if(Oe.key!=null)We=le.get(Oe.key);else for(ue=Q;ue<=D;ue++)if(jt[ue-Q]===0&&Et(Oe,f[ue])){We=ue;break}We===void 0?De(Oe,m,y,!0):(jt[We-Q]=_+1,We>=ze?ze=We:Ke=!0,T(Oe,f[We],p,null,m,y,E,S,w),pe++)}const Hs=Ke?xl(jt):Rt;for(ue=Hs.length-1,_=Te-1;_>=0;_--){const Oe=Q+_,We=f[Oe],Us=f[Oe+1],js=Oe+1<R?Us.el||Ii(Us):v;jt[_]===0?T(null,We,p,js,m,y,E,S,w):Ke&&(ue<0||_!==Hs[ue]?st(We,p,js,2):ue--)}}},st=(u,f,p,v,m=null)=>{const{el:y,type:E,transition:S,children:w,shapeFlag:_}=u;if(_&6){st(u.component.subTree,f,p,v);return}if(_&128){u.suspense.move(f,p,v);return}if(_&64){E.move(u,f,p,$e);return}if(E===ye){s(y,f,p);for(let P=0;P<w.length;P++)st(w[P],f,p,v);s(u.anchor,f,p);return}if(E===wn){N(u,f,p);return}if(v!==2&&_&1&&S)if(v===0)S.beforeEnter(y),s(y,f,p),we(()=>S.enter(y),m);else{const{leave:P,delayLeave:D,afterLeave:H}=S,Q=()=>{u.ctx.isUnmounted?o(y):s(y,f,p)},le=()=>{y._isLeaving&&y[Ye](!0),P(y,()=>{Q(),H&&H()})};D?D(y,Q,le):le()}else s(y,f,p)},De=(u,f,p,v=!1,m=!1)=>{const{type:y,props:E,ref:S,children:w,dynamicChildren:_,shapeFlag:R,patchFlag:P,dirs:D,cacheIndex:H,memo:Q}=u;if(P===-2&&(m=!1),S!=null&&(at(),Zt(S,null,p,u,!0),ft()),H!=null&&(f.renderCache[H]=void 0),R&256){f.ctx.deactivate(u);return}const le=R&1&&D,ue=!Xt(u);let pe;if(ue&&(pe=E&&E.onVnodeBeforeUnmount)&&Ge(pe,f,u),R&6)zn(u.component,p,v);else{if(R&128){u.suspense.unmount(p,v);return}le&&wt(u,null,f,"beforeUnmount"),R&64?u.type.remove(u,f,p,$e,v):_&&!_.hasOnce&&(y!==ye||P>0&&P&64)?A(_,f,p,!1,!0):(y===ye&&P&384||!m&&R&16)&&A(w,f,p),v&&pn(u)}const Te=Q!=null&&H==null;(ue&&(pe=E&&E.onVnodeUnmounted)||le||Te)&&we(()=>{pe&&Ge(pe,f,u),le&&wt(u,null,f,"unmounted"),Te&&(u.el=null)},p)},pn=u=>{const{type:f,el:p,anchor:v,transition:m}=u;if(f===ye){gn(p,v);return}if(f===wn){$(u);return}const y=()=>{o(p),m&&!m.persisted&&m.afterLeave&&m.afterLeave()};if(u.shapeFlag&1&&m&&!m.persisted){const{leave:E,delayLeave:S}=m,w=()=>E(p,y);S?S(u.el,y,w):w()}else y()},gn=(u,f)=>{let p;for(;u!==f;)p=g(u),o(u),u=p;o(f)},zn=(u,f,p)=>{const{bum:v,scope:m,job:y,subTree:E,um:S,m:w,a:_}=u;ro(w),ro(_),v&&Gn(v),m.stop(),y&&(y.flags|=8,De(E,u,f,p)),S&&we(S,f),we(()=>{u.isUnmounted=!0},f)},A=(u,f,p,v=!1,m=!1,y=0)=>{for(let E=y;E<u.length;E++)De(u[E],f,p,v,m)},J=u=>{if(u.shapeFlag&6)return J(u.component.subTree);if(u.shapeFlag&128)return u.suspense.next();const f=g(u.anchor||u.el),p=f&&f[ri];return p?g(p):f};let q=!1;const be=(u,f,p)=>{let v;u==null?f._vnode&&(De(f._vnode,null,null,!0),v=f._vnode.component):T(f._vnode||null,u,f,null,null,null,p),f._vnode=u,q||(q=!0,Gs(v),ti(),q=!1)},$e={p:T,um:De,m:st,r:pn,mt:V,mc:re,pc:ie,pbc:j,n:J,o:e};return{render:be,hydrate:void 0,createApp:ll(be)}}function es({type:e,props:t},n){return n==="svg"&&e==="foreignObject"||n==="mathml"&&e==="annotation-xml"&&t&&t.encoding&&t.encoding.includes("html")?void 0:n}function Ct({effect:e,job:t},n){n?(e.flags|=32,t.flags|=4):(e.flags&=-33,t.flags&=-5)}function Cl(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function Ls(e,t,n=!1){const s=e.children,o=t.children;if(F(s)&&F(o))for(let i=0;i<s.length;i++){const r=s[i];let l=o[i];l.shapeFlag&1&&!l.dynamicChildren&&((l.patchFlag<=0||l.patchFlag===32)&&(l=o[i]=ct(o[i]),l.el=r.el),!n&&l.patchFlag!==-2&&Ls(r,l)),l.type===Kn&&(l.patchFlag===-1&&(l=o[i]=ct(l)),l.el=r.el),l.type===Ee&&!l.el&&(l.el=r.el)}}function xl(e){const t=e.slice(),n=[0];let s,o,i,r,l;const c=e.length;for(s=0;s<c;s++){const d=e[s];if(d!==0){if(o=n[n.length-1],e[o]<d){t[s]=o,n.push(s);continue}for(i=0,r=n.length-1;i<r;)l=i+r>>1,e[n[l]]<d?i=l+1:r=l;d<e[n[i]]&&(i>0&&(t[s]=n[i-1]),n[i]=s)}}for(i=n.length,r=n[i-1];i-- >0;)n[i]=r,r=t[r];return n}function Oi(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:Oi(t)}function ro(e){if(e)for(let t=0;t<e.length;t++)e[t].flags|=8}function Ii(e){if(e.placeholder)return e.placeholder;const t=e.component;return t?Ii(t.subTree):null}const ki=e=>e.__isSuspense;function Sl(e,t){t&&t.pendingBranch?F(e)?t.effects.push(...e):t.effects.push(e):Ir(e)}const ye=Symbol.for("v-fgt"),Kn=Symbol.for("v-txt"),Ee=Symbol.for("v-cmt"),wn=Symbol.for("v-stc"),en=[];let ke=null;function K(e=!1){en.push(ke=e?null:[])}function Al(){en.pop(),ke=en[en.length-1]||null}let rn=1;function Pn(e,t=!1){rn+=e,e<0&&ke&&t&&(ke.hasOnce=!0)}function Di(e){return e.dynamicChildren=rn>0?ke||Rt:null,Al(),rn>0&&ke&&ke.push(e),e}function G(e,t,n,s,o,i){return Di(C(e,t,n,s,o,i,!0))}function On(e,t,n,s,o){return Di(_e(e,t,n,s,o,!0))}function In(e){return e?e.__v_isVNode===!0:!1}function Et(e,t){return e.type===t.type&&e.key===t.key}const Ri=({key:e})=>e??null,Cn=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?he(e)||xe(e)||B(e)?{i:Qe,r:e,k:t,f:!!n}:e:null);function C(e,t=null,n=null,s=0,o=null,i=e===ye?0:1,r=!1,l=!1){const c={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&Ri(t),ref:t&&Cn(t),scopeId:si,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetStart:null,targetAnchor:null,staticCount:0,shapeFlag:i,patchFlag:s,dynamicProps:o,dynamicChildren:null,appContext:null,ctx:Qe};return l?(Fs(c,n),i&128&&e.normalize(c)):n&&(c.shapeFlag|=he(n)?8:16),rn>0&&!r&&ke&&(c.patchFlag>0||i&6)&&c.patchFlag!==32&&ke.push(c),c}const _e=El;function El(e,t=null,n=null,s=0,o=null,i=!1){if((!e||e===Qr)&&(e=Ee),In(e)){const l=bt(e,t,!0);return n&&Fs(l,n),rn>0&&!i&&ke&&(l.shapeFlag&6?ke[ke.indexOf(e)]=l:ke.push(l)),l.patchFlag=-2,l}if(Nl(e)&&(e=e.__vccOpts),t){t=Ml(t);let{class:l,style:c}=t;l&&!he(l)&&(t.class=Ie(l)),se(c)&&(Os(c)&&!F(c)&&(c=me({},c)),t.style=an(c))}const r=he(e)?1:ki(e)?128:li(e)?64:se(e)?4:B(e)?2:0;return C(e,t,n,s,o,r,i,!0)}function Ml(e){return e?Os(e)||Si(e)?me({},e):e:null}function bt(e,t,n=!1,s=!1){const{props:o,ref:i,patchFlag:r,children:l,transition:c}=e,d=t?Pl(o||{},t):o,a={__v_isVNode:!0,__v_skip:!0,type:e.type,props:d,key:d&&Ri(d),ref:t&&t.ref?n&&i?F(i)?i.concat(Cn(t)):[i,Cn(t)]:Cn(t):i,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:l,target:e.target,targetStart:e.targetStart,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==ye?r===-1?16:r|16:r,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:c,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&bt(e.ssContent),ssFallback:e.ssFallback&&bt(e.ssFallback),placeholder:e.placeholder,el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return c&&s&&on(a,c.clone(a)),a}function Ve(e=" ",t=0){return _e(Kn,null,e,t)}function $l(e,t){const n=_e(wn,null,e);return n.staticCount=t,n}function _t(e="",t=!1){return t?(K(),On(Ee,null,e)):_e(Ee,null,e)}function Ze(e){return e==null||typeof e=="boolean"?_e(Ee):F(e)?_e(ye,null,e.slice()):In(e)?ct(e):_e(Kn,null,String(e))}function ct(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:bt(e)}function Fs(e,t){let n=0;const{shapeFlag:s}=e;if(t==null)t=null;else if(F(t))n=16;else if(typeof t=="object")if(s&65){const o=t.default;o&&(o._c&&(o._d=!1),Fs(e,o()),o._c&&(o._d=!0));return}else{n=32;const o=t._;!o&&!Si(t)?t._ctx=Qe:o===3&&Qe&&(Qe.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else B(t)?(t={default:t,_ctx:Qe},n=32):(t=String(t),s&64?(n=16,t=[Ve(t)]):n=8);e.children=t,e.shapeFlag|=n}function Pl(...e){const t={};for(let n=0;n<e.length;n++){const s=e[n];for(const o in s)if(o==="class")t.class!==s.class&&(t.class=Ie([t.class,s.class]));else if(o==="style")t.style=an([t.style,s.style]);else if(Rn(o)){const i=t[o],r=s[o];r&&i!==r&&!(F(i)&&i.includes(r))?t[o]=i?[].concat(i,r):r:r==null&&i==null&&!Ln(o)&&(t[o]=r)}else o!==""&&(t[o]=s[o])}return t}function Ge(e,t,n,s=null){Be(e,t,7,[n,s])}const Ol=bi();let Il=0;function kl(e,t,n){const s=e.type,o=(t?t.appContext:e.appContext)||Ol,i={uid:Il++,vnode:e,type:s,parent:t,appContext:o,root:null,next:null,subTree:null,effect:null,update:null,job:null,scope:new tr(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:t?t.provides:Object.create(o.provides),ids:t?t.ids:["",0,0],accessCache:null,renderCache:[],components:null,directives:null,propsOptions:Ei(s,o),emitsOptions:Ti(s,o),emit:null,emitted:null,propsDefaults:fe,inheritAttrs:s.inheritAttrs,ctx:fe,data:fe,props:fe,attrs:fe,slots:fe,refs:fe,setupState:fe,setupContext: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 i.ctx={_:i},i.root=t?t.root:i,i.emit=ul.bind(null,i),e.ce&&e.ce(i),i}let Me=null;const Li=()=>Me||Qe;let kn,vs;{const e=Nn(),t=(n,s)=>{let o;return(o=e[n])||(o=e[n]=[]),o.push(s),i=>{o.length>1?o.forEach(r=>r(i)):o[0](i)}};kn=t("__VUE_INSTANCE_SETTERS__",n=>Me=n),vs=t("__VUE_SSR_SETTERS__",n=>ln=n)}const hn=e=>{const t=Me;return kn(e),e.scope.on(),()=>{e.scope.off(),kn(t)}},lo=()=>{Me&&Me.scope.off(),kn(null)};function Fi(e){return e.vnode.shapeFlag&4}let ln=!1;function Dl(e,t=!1,n=!1){t&&vs(t);const{props:s,children:o}=e.vnode,i=Fi(e);gl(e,s,i,t),_l(e,o,n||t);const r=i?Rl(e,t):void 0;return t&&vs(!1),r}function Rl(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,el);const{setup:s}=n;if(s){at();const o=e.setupContext=s.length>1?Fl(e):null,i=hn(e),r=fn(s,e,0,[e.props,o]),l=Po(r);if(ft(),i(),(l||e.sp)&&!Xt(e)&&gi(e),l){if(r.then(lo,lo),t)return r.then(c=>{co(e,c)}).catch(c=>{Hn(c,e,0)});e.asyncDep=r}else co(e,r)}else Ni(e)}function co(e,t,n){B(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:se(t)&&(e.setupState=Xo(t)),Ni(e)}function Ni(e,t,n){const s=e.type;e.render||(e.render=s.render||et);{const o=hn(e);at();try{tl(e)}finally{ft(),o()}}}const Ll={get(e,t){return Ce(e,"get",""),e[t]}};function Fl(e){const t=n=>{e.exposed=n||{}};return{attrs:new Proxy(e.attrs,Ll),slots:e.slots,emit:e.emit,expose:t}}function Ns(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(Xo(wr(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in Qt)return Qt[n](e)},has(t,n){return n in t||n in Qt}})):e.proxy}function Nl(e){return B(e)&&"__vccOpts"in e}const Fe=(e,t)=>Er(e,t,ln);function Vl(e,t,n){try{Pn(-1);const s=arguments.length;return s===2?se(t)&&!F(t)?In(t)?_e(e,null,[t]):_e(e,t):_e(e,null,t):(s>3?n=Array.prototype.slice.call(arguments,2):s===3&&In(n)&&(n=[n]),_e(e,t,n))}finally{Pn(1)}}const Hl="3.5.31";/**
|
|
14
|
+
* @vue/runtime-dom v3.5.31
|
|
15
|
+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
16
|
+
* @license MIT
|
|
17
|
+
**/let ys;const uo=typeof window<"u"&&window.trustedTypes;if(uo)try{ys=uo.createPolicy("vue",{createHTML:e=>e})}catch{}const Vi=ys?e=>ys.createHTML(e):e=>e,Ul="http://www.w3.org/2000/svg",jl="http://www.w3.org/1998/Math/MathML",lt=typeof document<"u"?document:null,ao=lt&<.createElement("template"),Bl={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 o=t==="svg"?lt.createElementNS(Ul,e):t==="mathml"?lt.createElementNS(jl,e):n?lt.createElement(e,{is:n}):lt.createElement(e);return e==="select"&&s&&s.multiple!=null&&o.setAttribute("multiple",s.multiple),o},createText:e=>lt.createTextNode(e),createComment:e=>lt.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>lt.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,s,o,i){const r=n?n.previousSibling:t.lastChild;if(o&&(o===i||o.nextSibling))for(;t.insertBefore(o.cloneNode(!0),n),!(o===i||!(o=o.nextSibling)););else{ao.innerHTML=Vi(s==="svg"?`<svg>${e}</svg>`:s==="mathml"?`<math>${e}</math>`:e);const l=ao.content;if(s==="svg"||s==="mathml"){const c=l.firstChild;for(;c.firstChild;)l.appendChild(c.firstChild);l.removeChild(c)}t.insertBefore(l,n)}return[r?r.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},pt="transition",zt="animation",cn=Symbol("_vtc"),Hi={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},Kl=me({},ai,Hi),zl=e=>(e.displayName="Transition",e.props=Kl,e),Wl=zl((e,{slots:t})=>Vl(jr,Gl(e),t)),xt=(e,t=[])=>{F(e)?e.forEach(n=>n(...t)):e&&e(...t)},fo=e=>e?F(e)?e.some(t=>t.length>1):e.length>1:!1;function Gl(e){const t={};for(const O in e)O in Hi||(t[O]=e[O]);if(e.css===!1)return t;const{name:n="v",type:s,duration:o,enterFromClass:i=`${n}-enter-from`,enterActiveClass:r=`${n}-enter-active`,enterToClass:l=`${n}-enter-to`,appearFromClass:c=i,appearActiveClass:d=r,appearToClass:a=l,leaveFromClass:h=`${n}-leave-from`,leaveActiveClass:g=`${n}-leave-active`,leaveToClass:b=`${n}-leave-to`}=e,M=ql(o),T=M&&M[0],L=M&&M[1],{onBeforeEnter:I,onEnter:x,onEnterCancelled:N,onLeave:$,onLeaveCancelled:U,onBeforeAppear:X=I,onAppear:ce=x,onAppearCancelled:re=N}=t,k=(O,z,V,W)=>{O._enterCancelled=W,St(O,z?a:l),St(O,z?d:r),V&&V()},j=(O,z)=>{O._isLeaving=!1,St(O,h),St(O,b),St(O,g),z&&z()},Y=O=>(z,V)=>{const W=O?ce:x,oe=()=>k(z,O,V);xt(W,[z,oe]),ho(()=>{St(z,O?c:i),it(z,O?a:l),fo(W)||po(z,s,T,oe)})};return me(t,{onBeforeEnter(O){xt(I,[O]),it(O,i),it(O,r)},onBeforeAppear(O){xt(X,[O]),it(O,c),it(O,d)},onEnter:Y(!1),onAppear:Y(!0),onLeave(O,z){O._isLeaving=!0;const V=()=>j(O,z);it(O,h),O._enterCancelled?(it(O,g),vo(O)):(vo(O),it(O,g)),ho(()=>{O._isLeaving&&(St(O,h),it(O,b),fo($)||po(O,s,L,V))}),xt($,[O,V])},onEnterCancelled(O){k(O,!1,void 0,!0),xt(N,[O])},onAppearCancelled(O){k(O,!0,void 0,!0),xt(re,[O])},onLeaveCancelled(O){j(O),xt(U,[O])}})}function ql(e){if(e==null)return null;if(se(e))return[ts(e.enter),ts(e.leave)];{const t=ts(e);return[t,t]}}function ts(e){return Gi(e)}function it(e,t){t.split(/\s+/).forEach(n=>n&&e.classList.add(n)),(e[cn]||(e[cn]=new Set)).add(t)}function St(e,t){t.split(/\s+/).forEach(s=>s&&e.classList.remove(s));const n=e[cn];n&&(n.delete(t),n.size||(e[cn]=void 0))}function ho(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}let Yl=0;function po(e,t,n,s){const o=e._endId=++Yl,i=()=>{o===e._endId&&s()};if(n!=null)return setTimeout(i,n);const{type:r,timeout:l,propCount:c}=Jl(e,t);if(!r)return s();const d=r+"end";let a=0;const h=()=>{e.removeEventListener(d,g),i()},g=b=>{b.target===e&&++a>=c&&h()};setTimeout(()=>{a<c&&h()},l+1),e.addEventListener(d,g)}function Jl(e,t){const n=window.getComputedStyle(e),s=M=>(n[M]||"").split(", "),o=s(`${pt}Delay`),i=s(`${pt}Duration`),r=go(o,i),l=s(`${zt}Delay`),c=s(`${zt}Duration`),d=go(l,c);let a=null,h=0,g=0;t===pt?r>0&&(a=pt,h=r,g=i.length):t===zt?d>0&&(a=zt,h=d,g=c.length):(h=Math.max(r,d),a=h>0?r>d?pt:zt:null,g=a?a===pt?i.length:c.length:0);const b=a===pt&&/\b(?:transform|all)(?:,|$)/.test(s(`${pt}Property`).toString());return{type:a,timeout:h,propCount:g,hasTransform:b}}function go(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max(...t.map((n,s)=>mo(n)+mo(e[s])))}function mo(e){return e==="auto"?0:Number(e.slice(0,-1).replace(",","."))*1e3}function vo(e){return(e?e.ownerDocument:document).body.offsetHeight}function Zl(e,t,n){const s=e[cn];s&&(t=(t?[t,...s]:[...s]).join(" ")),t==null?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}const yo=Symbol("_vod"),Xl=Symbol("_vsh"),Ql=Symbol(""),ec=/(?:^|;)\s*display\s*:/;function tc(e,t,n){const s=e.style,o=he(n);let i=!1;if(n&&!o){if(t)if(he(t))for(const r of t.split(";")){const l=r.slice(0,r.indexOf(":")).trim();n[l]==null&&xn(s,l,"")}else for(const r in t)n[r]==null&&xn(s,r,"");for(const r in n)r==="display"&&(i=!0),xn(s,r,n[r])}else if(o){if(t!==n){const r=s[Ql];r&&(n+=";"+r),s.cssText=n,i=ec.test(n)}}else t&&e.removeAttribute("style");yo in e&&(e[yo]=i?s.display:"",e[Xl]&&(s.display="none"))}const _o=/\s*!important$/;function xn(e,t,n){if(F(n))n.forEach(s=>xn(e,t,s));else if(n==null&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const s=nc(e,t);_o.test(n)?e.setProperty(Tt(s),n.replace(_o,""),"important"):e[s]=n}}const bo=["Webkit","Moz","ms"],ns={};function nc(e,t){const n=ns[t];if(n)return n;let s=He(t);if(s!=="filter"&&s in e)return ns[t]=s;s=ko(s);for(let o=0;o<bo.length;o++){const i=bo[o]+s;if(i in e)return ns[t]=i}return t}const To="http://www.w3.org/1999/xlink";function wo(e,t,n,s,o,i=Qi(t)){s&&t.startsWith("xlink:")?n==null?e.removeAttributeNS(To,t.slice(6,t.length)):e.setAttributeNS(To,t,n):n==null||i&&!Ro(n)?e.removeAttribute(t):e.setAttribute(t,i?"":tt(n)?String(n):n)}function Co(e,t,n,s,o){if(t==="innerHTML"||t==="textContent"){n!=null&&(e[t]=t==="innerHTML"?Vi(n):n);return}const i=e.tagName;if(t==="value"&&i!=="PROGRESS"&&!i.includes("-")){const l=i==="OPTION"?e.getAttribute("value")||"":e.value,c=n==null?e.type==="checkbox"?"on":"":String(n);(l!==c||!("_value"in e))&&(e.value=c),n==null&&e.removeAttribute(t),e._value=n;return}let r=!1;if(n===""||n==null){const l=typeof e[t];l==="boolean"?n=Ro(n):n==null&&l==="string"?(n="",r=!0):l==="number"&&(n=0,r=!0)}try{e[t]=n}catch{}r&&e.removeAttribute(o||t)}function sc(e,t,n,s){e.addEventListener(t,n,s)}function oc(e,t,n,s){e.removeEventListener(t,n,s)}const xo=Symbol("_vei");function ic(e,t,n,s,o=null){const i=e[xo]||(e[xo]={}),r=i[t];if(s&&r)r.value=s;else{const[l,c]=rc(t);if(s){const d=i[t]=uc(s,o);sc(e,l,d,c)}else r&&(oc(e,l,r,c),i[t]=void 0)}}const So=/(?:Once|Passive|Capture)$/;function rc(e){let t;if(So.test(e)){t={};let s;for(;s=e.match(So);)e=e.slice(0,e.length-s[0].length),t[s[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):Tt(e.slice(2)),t]}let ss=0;const lc=Promise.resolve(),cc=()=>ss||(lc.then(()=>ss=0),ss=Date.now());function uc(e,t){const n=s=>{if(!s._vts)s._vts=Date.now();else if(s._vts<=n.attached)return;Be(ac(s,n.value),t,5,[s])};return n.value=e,n.attached=cc(),n}function ac(e,t){if(F(t)){const n=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{n.call(e),e._stopped=!0},t.map(s=>o=>!o._stopped&&s&&s(o))}else return t}const Ao=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,fc=(e,t,n,s,o,i)=>{const r=o==="svg";t==="class"?Zl(e,s,r):t==="style"?tc(e,n,s):Rn(t)?Ln(t)||ic(e,t,n,s,i):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):dc(e,t,s,r))?(Co(e,t,s),!e.tagName.includes("-")&&(t==="value"||t==="checked"||t==="selected")&&wo(e,t,s,r,i,t!=="value")):e._isVueCE&&(hc(e,t)||e._def.__asyncLoader&&(/[A-Z]/.test(t)||!he(s)))?Co(e,He(t),s,i,t):(t==="true-value"?e._trueValue=s:t==="false-value"&&(e._falseValue=s),wo(e,t,s,r))};function dc(e,t,n,s){if(s)return!!(t==="innerHTML"||t==="textContent"||t in e&&Ao(t)&&B(n));if(t==="spellcheck"||t==="draggable"||t==="translate"||t==="autocorrect"||t==="sandbox"&&e.tagName==="IFRAME"||t==="form"||t==="list"&&e.tagName==="INPUT"||t==="type"&&e.tagName==="TEXTAREA")return!1;if(t==="width"||t==="height"){const o=e.tagName;if(o==="IMG"||o==="VIDEO"||o==="CANVAS"||o==="SOURCE")return!1}return Ao(t)&&he(n)?!1:t in e}function hc(e,t){const n=e._def.props;if(!n)return!1;const s=He(t);return Array.isArray(n)?n.some(o=>He(o)===s):Object.keys(n).some(o=>He(o)===s)}const pc=["ctrl","shift","alt","meta"],gc={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)=>pc.some(n=>e[`${n}Key`]&&!t.includes(n))},Vs=(e,t)=>{if(!e)return e;const n=e._withMods||(e._withMods={}),s=t.join(".");return n[s]||(n[s]=((o,...i)=>{for(let r=0;r<t.length;r++){const l=gc[t[r]];if(l&&l(o,t))return}return e(o,...i)}))},mc={esc:"escape",space:" ",up:"arrow-up",left:"arrow-left",right:"arrow-right",down:"arrow-down",delete:"backspace"},vc=(e,t)=>{const n=e._withKeys||(e._withKeys={}),s=t.join(".");return n[s]||(n[s]=(o=>{if(!("key"in o))return;const i=Tt(o.key);if(t.some(r=>r===i||mc[r]===i))return e(o)}))},yc=me({patchProp:fc},Bl);let Eo;function _c(){return Eo||(Eo=Tl(yc))}const bc=((...e)=>{const t=_c().createApp(...e),{mount:n}=t;return t.mount=s=>{const o=wc(s);if(!o)return;const i=t._component;!B(i)&&!i.render&&!i.template&&(i.template=o.innerHTML),o.nodeType===1&&(o.textContent="");const r=n(o,!1,Tc(o));return o instanceof Element&&(o.removeAttribute("v-cloak"),o.setAttribute("data-v-app","")),r},t});function Tc(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function wc(e){return he(e)?document.querySelector(e):e}const Cc={nanosecond:"纳秒",millisecond:"毫秒",second:"秒"},Dn=[{label:"UTC-12:00 | 贝克岛",offset:-12,iana:"Etc/GMT+12"},{label:"UTC-11:00 | 帕果帕果",offset:-11,iana:"Pacific/Pago_Pago"},{label:"UTC-10:00 | 檀香山",offset:-10,iana:"Pacific/Honolulu"},{label:"UTC-09:00 | 安克雷奇",offset:-9,iana:"America/Anchorage"},{label:"UTC-08:00 | 洛杉矶",offset:-8,iana:"America/Los_Angeles"},{label:"UTC-07:00 | 丹佛",offset:-7,iana:"America/Denver"},{label:"UTC-06:00 | 芝加哥",offset:-6,iana:"America/Chicago"},{label:"UTC-05:00 | 纽约",offset:-5,iana:"America/New_York"},{label:"UTC-04:00 | 圣地亚哥",offset:-4,iana:"America/Santiago"},{label:"UTC-03:00 | 圣保罗",offset:-3,iana:"America/Sao_Paulo"},{label:"UTC-02:00 | 中大西洋",offset:-2,iana:"Atlantic/South_Georgia"},{label:"UTC-01:00 | 亚速尔群岛",offset:-1,iana:"Atlantic/Azores"},{label:"UTC+00:00 | 伦敦",offset:0,iana:"Europe/London"},{label:"UTC+01:00 | 巴黎",offset:1,iana:"Europe/Paris"},{label:"UTC+02:00 | 开罗",offset:2,iana:"Africa/Cairo"},{label:"UTC+03:00 | 莫斯科",offset:3,iana:"Europe/Moscow"},{label:"UTC+04:00 | 迪拜",offset:4,iana:"Asia/Dubai"},{label:"UTC+05:00 | 卡拉奇",offset:5,iana:"Asia/Karachi"},{label:"UTC+05:30 | 孟买",offset:5.5,iana:"Asia/Kolkata"},{label:"UTC+06:00 | 达卡",offset:6,iana:"Asia/Dhaka"},{label:"UTC+07:00 | 曼谷",offset:7,iana:"Asia/Bangkok"},{label:"UTC+08:00 | 北京",offset:8,iana:"Asia/Shanghai"},{label:"UTC+09:00 | 东京",offset:9,iana:"Asia/Tokyo"},{label:"UTC+09:30 | 阿德莱德",offset:9.5,iana:"Australia/Adelaide"},{label:"UTC+10:00 | 悉尼",offset:10,iana:"Australia/Sydney"},{label:"UTC+11:00 | 所罗门群岛",offset:11,iana:"Pacific/Guadalcanal"},{label:"UTC+12:00 | 奥克兰",offset:12,iana:"Pacific/Auckland"},{label:"UTC+13:00 | 汤加",offset:13,iana:"Pacific/Tongatapu"}];function xc(){const t=-new Date().getTimezoneOffset()/60,n=Dn.findIndex(s=>s.offset===t);return n>=0?n:Dn.findIndex(s=>s.offset===8)}function Le(e,t){const s=new Intl.DateTimeFormat("en-CA",{timeZone:t.iana,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",hour12:!1}).formatToParts(e),o=i=>{var r;return((r=s.find(l=>l.type===i))==null?void 0:r.value)??"0"};return{year:parseInt(o("year")),month:parseInt(o("month")),day:parseInt(o("day")),hour:parseInt(o("hour"))%24,minute:parseInt(o("minute")),second:parseInt(o("second"))}}function Sc(e,t,n,s,o,i,r){return Date.UTC(e,t-1,n,s,o,i)-r.offset*36e5}function Ac(e,t){const n=new Date(e),s=Le(n,t);return`${s.year}-${ve(s.month)}-${ve(s.day)} ${ve(s.hour)}:${ve(s.minute)}:${ve(s.second)}`}function Ec(e,t){const n=new Date(e),s=Le(n,t),o=["日","一","二","三","四","五","六"],i=new Intl.DateTimeFormat("en-CA",{timeZone:t.iana,weekday:"short"}).format(n),r=o[new Date(Date.UTC(s.year,s.month-1,s.day)).getUTCDay()]??i;return[`${s.year}-${ve(s.month)}-${ve(s.day)} ${ve(s.hour)}:${ve(s.minute)}:${ve(s.second)}`,`${s.year}年${s.month}月${s.day}日 星期${r} ${ve(s.hour)}:${ve(s.minute)}:${ve(s.second)}`,`${ve(s.month)}/${ve(s.day)}/${s.year} ${ve(s.hour)}:${ve(s.minute)}:${ve(s.second)}`]}function _s(e,t){switch(t){case"second":return Math.floor(e/1e3).toString();case"millisecond":return Math.floor(e).toString();case"nanosecond":{const n=Math.floor(e),s=Math.floor((e-n)*1e3);return(BigInt(n)*1000000n+BigInt(s)*1000n).toString()}}}function Mc(e,t){const n=e.trim();if(!n||!/^-?\d+$/.test(n))return null;switch(t){case"second":return parseInt(n)*1e3;case"millisecond":return parseInt(n);case"nanosecond":{const s=BigInt(n);return Number(s/1000000n)}}}function Ui(e){const t=e.trim().replace(/^-/,"");if(!/^\d+$/.test(t))return null;const n=t.length;return n===10?"second":n===13?"millisecond":n>=18&&n<=20?"nanosecond":null}function $c(e,t){const n=e-t,s=Math.abs(n),o=n>=0?"后":"前",i=6e4,r=36e5,l=864e5,c=30*l,d=365*l;return s<i?"刚刚":s<r?`${Math.floor(s/i)} 分钟${o}`:s<l?`${Math.floor(s/r)} 小时${o}`:s<c?`${Math.floor(s/l)} 天${o}`:s<d?`${Math.floor(s/c)} 个月${o}`:`${(s/d).toFixed(1)} 年${o}`}function ve(e){return e.toString().padStart(2,"0")}function Pc(){const e=Z("second"),t=Z(xc()),n=Fe(()=>Dn[t.value]);function s(){return typeof performance<"u"&&performance.timeOrigin?performance.timeOrigin+performance.now():Date.now()}const o=Z(s()),i=Z(!1);let r=null;const l=Fe(()=>_s(o.value,e.value));function c(){r=setInterval(()=>{i.value||(o.value=s())},100)}function d(){r&&(clearInterval(r),r=null)}function a(){i.value=!i.value}const h=Z(null),g=Fe(()=>h.value===null?null:_s(h.value,e.value)),b=Z("");function M(){h.value=null,b.value="",i.value=!1,o.value=s()}function T(L){try{const I=window.ztools;I!=null&&I.copyText?I.copyText(L):navigator.clipboard.writeText(L)}catch{navigator.clipboard.writeText(L)}}return yt(c),Ut(d),{unit:e,timezoneIndex:t,timezone:n,nowMs:o,paused:i,currentTimestamp:l,selectedDateMs:h,dateTimestamp:g,inputTimestamp:b,togglePause:a,resetAll:M,copyToClipboard:T}}const rt=Z("light");function os(e){document.documentElement.setAttribute("data-theme",e)}function Oc(){function e(){var n,s,o;try{const i=window.ztools;((n=i==null?void 0:i.isDarkColors)!=null&&n.call(i)||(s=window.matchMedia)!=null&&s.call(window,"(prefers-color-scheme: dark)").matches)&&(rt.value="dark")}catch{(o=window.matchMedia)!=null&&o.call(window,"(prefers-color-scheme: dark)").matches&&(rt.value="dark")}os(rt.value)}function t(){rt.value=rt.value==="light"?"dark":"light",os(rt.value)}return Lr(()=>os(rt.value)),{theme:rt,initTheme:e,toggleTheme:t}}const Ic={class:"picker-body"},kc={class:"calendar-side"},Dc={class:"cal-header"},Rc={class:"cal-title"},Lc={class:"cal-weekdays"},Fc={class:"cal-grid"},Nc=["onClick"],Vc={class:"time-side"},Hc={class:"time-columns"},Uc=["onClick"],jc=["onClick"],Bc=["onClick"],Kc=dn({__name:"DatePickerPopup",props:{modelValue:{},timezone:{},anchorEl:{}},emits:["update:modelValue","close"],setup(e,{emit:t}){const n=e,s=t,i=Le(new Date,n.timezone),r=Z(i.year),l=Z(i.month),c=Z(n.modelValue?Le(new Date(n.modelValue),n.timezone).year:i.year),d=Z(n.modelValue?Le(new Date(n.modelValue),n.timezone).month:i.month),a=Z(n.modelValue?Le(new Date(n.modelValue),n.timezone).day:i.day),h=Z(n.modelValue?Le(new Date(n.modelValue),n.timezone).hour:i.hour),g=Z(n.modelValue?Le(new Date(n.modelValue),n.timezone).minute:i.minute),b=Z(n.modelValue?Le(new Date(n.modelValue),n.timezone).second:i.second);n.modelValue&&(r.value=c.value,l.value=d.value);const M=Z({});function T(){if(!n.anchorEl)return;const A=n.anchorEl.getBoundingClientRect(),J=470,q=360;let be=A.left,$e=A.bottom+6;be+J>window.innerWidth-10&&(be=window.innerWidth-J-10),be<10&&(be=10),$e+q>window.innerHeight-10&&($e=A.top-q-6),M.value={left:`${be}px`,top:`${$e}px`}}yt(()=>{T(),window.addEventListener("resize",T),Mt(oe)}),Ut(()=>{window.removeEventListener("resize",T)});const L=Fe(()=>Le(new Date,n.timezone)),I=Fe(()=>{const A=r.value,J=l.value,q=new Date(A,J-1,1).getDay(),be=new Date(A,J,0).getDate(),$e=new Date(A,J-1,0).getDate(),It=[];for(let f=q-1;f>=0;f--){const p=J===1?12:J-1,v=J===1?A-1:A;It.push({day:$e-f,month:p,year:v,isOther:!0})}for(let f=1;f<=be;f++)It.push({day:f,month:J,year:A,isOther:!1});const u=42-It.length;for(let f=1;f<=u;f++){const p=J===12?1:J+1,v=J===12?A+1:A;It.push({day:f,month:p,year:v,isOther:!0})}return It});function x(A){const J=L.value;return A.day===J.day&&A.month===J.month&&A.year===J.year}function N(A){return A.day===a.value&&A.month===d.value&&A.year===c.value}function $(A){c.value=A.year,d.value=A.month,a.value=A.day,A.isOther&&(r.value=A.year,l.value=A.month)}function U(){r.value--}function X(){r.value++}function ce(){l.value===1?(l.value=12,r.value--):l.value--}function re(){l.value===12?(l.value=1,r.value++):l.value++}const k=Z(null),j=Z(null),Y=Z(null),O=Array.from({length:24},(A,J)=>J),z=Array.from({length:60},(A,J)=>J),V=Array.from({length:60},(A,J)=>J);function W(A){return A.toString().padStart(2,"0")}function oe(){te(k.value,h.value),te(j.value,g.value),te(Y.value,b.value)}function te(A,J){if(!A)return;const q=30,be=A.clientHeight,$e=J*q-be/2+q/2;A.scrollTo({top:Math.max(0,$e),behavior:"smooth"})}function ie(A){h.value=A,te(k.value,A)}function nt(A){g.value=A,te(j.value,A)}function Ot(A){b.value=A,te(Y.value,A)}function st(){const A=Le(new Date,n.timezone);c.value=A.year,d.value=A.month,a.value=A.day,h.value=A.hour,g.value=A.minute,b.value=A.second,r.value=A.year,l.value=A.month,Mt(oe)}function De(){const A=Sc(c.value,d.value,a.value,h.value,g.value,b.value,n.timezone);s("update:modelValue",A),s("close")}function pn(A){A.target.classList.contains("picker-overlay")&&s("close")}function gn(A){A.key==="Escape"&&s("close")}yt(()=>document.addEventListener("keydown",gn)),Ut(()=>document.removeEventListener("keydown",gn)),Nt(()=>n.timezone,()=>{const A=Le(new Date,n.timezone);n.modelValue||(c.value=A.year,d.value=A.month,a.value=A.day,r.value=A.year,l.value=A.month)});const zn=["日","一","二","三","四","五","六"];return(A,J)=>(K(),G("div",{class:"picker-overlay",onMousedown:pn},[C("div",{class:"picker-popup",style:an(M.value)},[C("div",Ic,[C("div",kc,[C("div",Dc,[C("button",{class:"cal-nav-btn",onClick:U,title:"上一年"},"«"),C("button",{class:"cal-nav-btn",onClick:ce,title:"上个月"},"‹"),C("span",Rc,ge(r.value)+"-"+ge(W(l.value)),1),C("button",{class:"cal-nav-btn",onClick:re,title:"下个月"},"›"),C("button",{class:"cal-nav-btn",onClick:X,title:"下一年"},"»")]),C("div",Lc,[(K(),G(ye,null,vt(zn,q=>C("span",{key:q,class:"cal-weekday"},ge(q),1)),64))]),C("div",Fc,[(K(!0),G(ye,null,vt(I.value,(q,be)=>(K(),G("button",{key:be,class:Ie(["cal-day",{"other-month":q.isOther,today:x(q),selected:N(q)}]),onClick:$e=>$(q)},ge(q.day),11,Nc))),128))])]),C("div",Vc,[J[0]||(J[0]=C("div",{class:"time-title"},"选择时间",-1)),C("div",Hc,[C("div",{ref_key:"hourRef",ref:k,class:"time-column"},[(K(!0),G(ye,null,vt(de(O),q=>(K(),G("button",{key:q,class:Ie(["time-item",{selected:q===h.value}]),onClick:be=>ie(q)},ge(W(q)),11,Uc))),128))],512),C("div",{ref_key:"minuteRef",ref:j,class:"time-column"},[(K(!0),G(ye,null,vt(de(z),q=>(K(),G("button",{key:q,class:Ie(["time-item",{selected:q===g.value}]),onClick:be=>nt(q)},ge(W(q)),11,jc))),128))],512),C("div",{ref_key:"secondRef",ref:Y,class:"time-column"},[(K(!0),G(ye,null,vt(de(V),q=>(K(),G("button",{key:q,class:Ie(["time-item",{selected:q===b.value}]),onClick:be=>Ot(q)},ge(W(q)),11,Bc))),128))],512)])])]),C("div",{class:"picker-footer"},[C("button",{class:"now-btn",onClick:st},"此刻"),C("button",{class:"confirm-btn",onClick:De},"确定")])],4)],32))}}),zc={class:"section"},Wc={class:"section-label"},Gc={class:"tz-name"},qc={class:"row"},Yc=["value"],Jc={class:"result-value"},Zc={key:0,class:"result-text"},Xc={key:0,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},Qc={key:1,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},eu=dn({__name:"DateToTimestamp",props:{modelValue:{},unit:{},timezone:{}},emits:["update:modelValue","copy"],setup(e,{emit:t}){const n=e,s=t,o=Z(!1),i=Z(null),r=Fe(()=>n.modelValue===null?"":Ac(n.modelValue,n.timezone)),l=Fe(()=>n.modelValue===null?null:_s(n.modelValue,n.unit));function c(){o.value=!0}function d(M){s("update:modelValue",M)}function a(){l.value&&s("copy",l.value)}const h=Z(!1);let g=null;function b(){a(),h.value=!0,g&&clearTimeout(g),g=setTimeout(()=>{h.value=!1},1500)}return(M,T)=>{var L;return K(),G("div",zc,[C("div",Wc,[T[1]||(T[1]=Ve(" 日期 ",-1)),T[2]||(T[2]=C("span",{class:"arrow"},"→",-1)),T[3]||(T[3]=Ve(" (",-1)),C("span",Gc,ge(((L=e.timezone.label.split("|")[1])==null?void 0:L.trim())||"本地"),1),T[4]||(T[4]=Ve(") 时间戳: ",-1))]),C("div",qc,[C("div",{ref_key:"inputRef",ref:i,class:"input-with-icon",onClick:c},[C("input",{class:"input-field",value:r.value,placeholder:"请选择日期",readonly:""},null,8,Yc),T[5]||(T[5]=$l('<span class="input-icon"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line></svg></span>',1))],512),T[8]||(T[8]=C("span",{class:"result-separator"},"-",-1)),C("div",Jc,[l.value?(K(),G("span",Zc,ge(l.value),1)):_t("",!0),l.value?(K(),G("button",{key:1,class:Ie(["copy-btn",{copied:h.value}]),title:"复制时间戳",onClick:Vs(b,["stop"])},[h.value?(K(),G("svg",Qc,[...T[7]||(T[7]=[C("polyline",{points:"20 6 9 17 4 12"},null,-1)])])):(K(),G("svg",Xc,[...T[6]||(T[6]=[C("rect",{x:"9",y:"9",width:"13",height:"13",rx:"2",ry:"2"},null,-1),C("path",{d:"M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"},null,-1)])]))],2)):_t("",!0)])]),(K(),On(ui,{to:"body"},[o.value?(K(),On(Kc,{key:0,"model-value":e.modelValue,timezone:e.timezone,"anchor-el":i.value,"onUpdate:modelValue":d,onClose:T[0]||(T[0]=I=>o.value=!1)},null,8,["model-value","timezone","anchor-el"])):_t("",!0)]))])}}}),tu={class:"section"},nu={class:"section-label"},su={class:"tz-name"},ou={class:"row"},iu={class:"input-wrapper"},ru=["value"],lu={key:0,class:"detect-hint"},cu={key:0,class:"result-value"},uu={key:0,class:"result-placeholder",style:{color:"var(--danger)"}},au={key:1,class:"multi-result"},fu=["onClick","title"],du={class:"result-text"},hu=["onClick"],pu={key:0,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},gu={key:1,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},mu={key:0,class:"relative-time"},vu=dn({__name:"TimestampToDate",props:{modelValue:{},unit:{},timezone:{},nowMs:{}},emits:["update:modelValue","copy","detect-unit"],setup(e,{emit:t}){const n=e,s=t,o=Z(n.modelValue);Nt(()=>n.modelValue,I=>{o.value=I});const i=Fe(()=>o.value.trim()?Mc(o.value,n.unit):null),r=Fe(()=>i.value===null||isNaN(i.value)||i.value<-30610224e6||i.value>2534023008e5?null:Ec(i.value,n.timezone)),l=Fe(()=>i.value===null||isNaN(i.value)||i.value<-30610224e6||i.value>2534023008e5?null:$c(i.value,n.nowMs)),c=Fe(()=>{const I=o.value.trim();return I?/^-?\d+$/.test(I)?r.value===null:!0:!1}),d=Z(null),a=Z(!1);let h=null;function g(I){const x=I.target.value;o.value=x,s("update:modelValue",x);const N=Ui(x);N&&N!==n.unit?(d.value=N,a.value=!0,h&&clearTimeout(h),s("detect-unit",N),h=setTimeout(()=>{a.value=!1},2e3)):(d.value=null,a.value=!1)}const b=Z(null);let M=null;function T(I,x){s("copy",I),b.value=x,M&&clearTimeout(M),M=setTimeout(()=>{b.value=null},1500)}const L={second:"秒",millisecond:"毫秒",nanosecond:"纳秒"};return(I,x)=>{var N;return K(),G("div",tu,[C("div",nu,[x[1]||(x[1]=Ve(" 时间戳 ",-1)),x[2]||(x[2]=C("span",{class:"arrow"},"→",-1)),x[3]||(x[3]=Ve(" (",-1)),C("span",su,ge(((N=e.timezone.label.split("|")[1])==null?void 0:N.trim())||"本地"),1),x[4]||(x[4]=Ve(") 日期 ",-1))]),C("div",ou,[C("div",iu,[C("input",{class:Ie(["input-field",{"input-error":c.value}]),value:o.value,placeholder:"请输入时间戳",onInput:g,onKeydown:x[0]||(x[0]=vc($=>$.target.blur(),["enter"]))},null,42,ru),_e(Wl,{name:"hint-fade"},{default:oi(()=>[a.value&&d.value?(K(),G("span",lu," 已识别为"+ge(L[d.value]),1)):_t("",!0)]),_:1})]),x[7]||(x[7]=C("span",{class:"result-separator"},"-",-1)),r.value?(K(),G("div",au,[(K(!0),G(ye,null,vt(r.value,($,U)=>(K(),G("div",{key:U,class:"multi-result-item",onClick:X=>T($,U),title:"点击复制: "+$},[C("span",du,ge($),1),C("button",{class:Ie(["copy-btn",{copied:b.value===U}]),style:{opacity:"1",width:"20px",height:"20px"},onClick:Vs(X=>T($,U),["stop"])},[b.value!==U?(K(),G("svg",pu,[...x[5]||(x[5]=[C("rect",{x:"9",y:"9",width:"13",height:"13",rx:"2",ry:"2"},null,-1),C("path",{d:"M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"},null,-1)])])):(K(),G("svg",gu,[...x[6]||(x[6]=[C("polyline",{points:"20 6 9 17 4 12"},null,-1)])]))],10,hu)],8,fu))),128)),l.value?(K(),G("div",mu,ge(l.value),1)):_t("",!0)])):(K(),G("div",cu,[c.value?(K(),G("span",uu,"无效时间戳")):_t("",!0)]))])])}}}),yu=(e,t)=>{const n=e.__vccOpts||e;for(const[s,o]of t)n[s]=o;return n},_u=yu(vu,[["__scopeId","data-v-8366a4e3"]]),bu={class:"section"},Tu={class:"current-ts-section"},wu=["title"],Cu={key:0,viewBox:"0 0 24 24",fill:"currentColor"},xu={key:1,viewBox:"0 0 24 24",fill:"currentColor"},Su=dn({__name:"CurrentTimestamp",props:{timestamp:{},paused:{type:Boolean}},emits:["toggle-pause","reset","copy"],setup(e,{emit:t}){const n=t,s=Z(!1);let o=null;function i(r){n("copy",r),s.value=!0,o&&clearTimeout(o),o=setTimeout(()=>{s.value=!1},1500)}return(r,l)=>(K(),G("div",bu,[l[6]||(l[6]=C("div",{class:"section-label"},"当前时间戳:",-1)),C("div",Tu,[C("span",{class:"current-ts-value",title:s.value?"已复制":"点击复制",onClick:l[0]||(l[0]=c=>i(e.timestamp))},ge(e.timestamp),9,wu),C("button",{class:Ie(["pause-btn",e.paused?"paused":"running"]),onClick:l[1]||(l[1]=c=>r.$emit("toggle-pause"))},[e.paused?(K(),G("svg",xu,[...l[4]||(l[4]=[C("polygon",{points:"6,4 20,12 6,20"},null,-1)])])):(K(),G("svg",Cu,[...l[3]||(l[3]=[C("rect",{x:"6",y:"4",width:"4",height:"16",rx:"1"},null,-1),C("rect",{x:"14",y:"4",width:"4",height:"16",rx:"1"},null,-1)])])),Ve(" "+ge(e.paused?"继续":"暂停"),1)],2),C("button",{class:"reset-btn",onClick:l[2]||(l[2]=c=>r.$emit("reset"))},[...l[5]||(l[5]=[C("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},[C("polyline",{points:"1 4 1 10 7 10"}),C("path",{d:"M3.51 15a9 9 0 1 0 2.13-9.36L1 10"})],-1),Ve(" 重置数据 ",-1)])])])]))}}),Au={class:"app-container"},Eu={class:"header-bar"},Mu=["onClick"],$u={class:"tz-select-wrapper"},Pu=["value"],Ou=["value"],Iu={class:"header-actions"},ku={key:0,class:"info-tooltip"},Du=["title"],Ru={class:"toggle-track"},Lu={key:0,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2.5","stroke-linecap":"round"},Fu={key:1,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2.5","stroke-linecap":"round"},Nu={key:0,class:"toast-container"},Vu={class:"toast"},Hu=dn({__name:"App",setup(e){const{unit:t,timezoneIndex:n,timezone:s,currentTimestamp:o,paused:i,nowMs:r,selectedDateMs:l,inputTimestamp:c,togglePause:d,resetAll:a,copyToClipboard:h}=Pc(),{theme:g,initTheme:b,toggleTheme:M}=Oc();yt(b);const T=Z(!1),L=Z("");let I=null;function x(z){L.value=z,T.value=!0,I&&clearTimeout(I),I=setTimeout(()=>{T.value=!1},1800)}function N(z){h(z),x("已复制到剪贴板")}const $=Z(!1),U=Z(null);function X(){$.value=!$.value}function ce(z){$.value&&U.value&&!U.value.contains(z.target)&&($.value=!1)}yt(()=>{document.addEventListener("click",ce),window.addEventListener("ztools-enter",re)}),Ut(()=>{document.removeEventListener("click",ce),window.removeEventListener("ztools-enter",re)});function re(z){var W;const V=(W=z.detail)==null?void 0:W.trim();if(V&&/^-?\d+$/.test(V)){c.value=V;const oe=Ui(V);oe&&(t.value=oe,Mt(O))}}const k=["nanosecond","millisecond","second"],j=Z(null),Y=Z({});function O(){if(!j.value)return;const z=j.value.querySelector(".unit-btn.active");if(!z)return;const V=j.value.getBoundingClientRect(),W=z.getBoundingClientRect();Y.value={left:`${W.left-V.left}px`,width:`${W.width}px`}}return Nt(t,()=>Mt(O)),yt(()=>Mt(O)),(z,V)=>(K(),G("div",Au,[C("div",Eu,[C("div",{ref_key:"unitGroupRef",ref:j,class:"unit-group"},[C("div",{class:"unit-group-indicator",style:an(Y.value)},null,4),(K(),G(ye,null,vt(k,W=>C("button",{key:W,class:Ie(["unit-btn",{active:de(t)===W}]),onClick:oe=>t.value=W},ge(de(Cc)[W]),11,Mu)),64))],512),C("div",$u,[C("select",{class:"tz-select",value:de(n),onChange:V[0]||(V[0]=W=>n.value=Number(W.target.value))},[(K(!0),G(ye,null,vt(de(Dn),(W,oe)=>(K(),G("option",{key:oe,value:oe},ge(W.label),9,Ou))),128))],40,Pu),V[5]||(V[5]=C("span",{class:"tz-select-arrow"},"▾",-1))]),C("div",Iu,[C("div",{ref_key:"infoRef",ref:U,style:{position:"relative"}},[C("button",{class:"icon-btn",onClick:Vs(X,["stop"]),title:"关于插件"},[...V[6]||(V[6]=[C("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},[C("circle",{cx:"12",cy:"12",r:"10"}),C("line",{x1:"12",y1:"16",x2:"12",y2:"12"}),C("line",{x1:"12",y1:"8",x2:"12.01",y2:"8"})],-1)])]),$.value?(K(),G("div",ku,[...V[7]||(V[7]=[Ve(" Unix 时间戳是从 1970-01-01 00:00:00 UTC 起",-1),C("br",null,null,-1),Ve(" 经过的时间量,支持秒/毫秒/纳秒单位。",-1),C("br",null,null,-1),Ve(" 点击转换结果可一键复制到剪贴板。 ",-1)])])):_t("",!0)],512),C("button",{class:"theme-toggle",onClick:V[1]||(V[1]=(...W)=>de(M)&&de(M)(...W)),title:de(g)==="light"?"切换到暗色":"切换到亮色"},[C("div",Ru,[C("div",{class:Ie(["toggle-thumb",de(g)])},[de(g)==="light"?(K(),G("svg",Lu,[...V[8]||(V[8]=[C("circle",{cx:"12",cy:"12",r:"4"},null,-1),C("path",{d:"M12 2v2M12 20v2M4.93 4.93l1.41 1.41M17.66 17.66l1.41 1.41M2 12h2M20 12h2M4.93 19.07l1.41-1.41M17.66 6.34l1.41-1.41"},null,-1)])])):(K(),G("svg",Fu,[...V[9]||(V[9]=[C("path",{d:"M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"},null,-1)])]))],2)])],8,Du)])]),_e(eu,{"model-value":de(l),unit:de(t),timezone:de(s),"onUpdate:modelValue":V[2]||(V[2]=W=>l.value=W),onCopy:N},null,8,["model-value","unit","timezone"]),_e(_u,{"model-value":de(c),unit:de(t),timezone:de(s),"now-ms":de(r),"onUpdate:modelValue":V[3]||(V[3]=W=>c.value=W),onCopy:N,onDetectUnit:V[4]||(V[4]=W=>{t.value=W,Mt(O)})},null,8,["model-value","unit","timezone","now-ms"]),_e(Su,{timestamp:de(o),paused:de(i),onTogglePause:de(d),onReset:de(a),onCopy:N},null,8,["timestamp","paused","onTogglePause","onReset"]),(K(),On(ui,{to:"body"},[T.value?(K(),G("div",Nu,[C("div",Vu,ge(L.value),1)])):_t("",!0)]))]))}}),Uu=bc(Hu);Uu.mount("#app");try{const e=window.ztools;e!=null&&e.onPluginEnter&&e.onPluginEnter(t=>{if(t.payload){const n=new CustomEvent("ztools-enter",{detail:t.payload});window.dispatchEvent(n)}})}catch{}
|
package/index.html
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html lang="zh-CN">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8" />
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
|
+
<title>时间戳转换</title>
|
|
7
|
+
<script type="module" crossorigin src="./assets/index-DvHpjMxP.js"></script>
|
|
8
|
+
<link rel="stylesheet" crossorigin href="./assets/index-CbKtl592.css">
|
|
9
|
+
</head>
|
|
10
|
+
<body>
|
|
11
|
+
<div id="app"></div>
|
|
12
|
+
</body>
|
|
13
|
+
</html>
|
package/logo.svg
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120" fill="none">
|
|
2
|
+
<defs>
|
|
3
|
+
<linearGradient id="bg" x1="0" y1="0" x2="120" y2="120" gradientUnits="userSpaceOnUse">
|
|
4
|
+
<stop offset="0%" stop-color="#6366f1"/>
|
|
5
|
+
<stop offset="100%" stop-color="#8b5cf6"/>
|
|
6
|
+
</linearGradient>
|
|
7
|
+
</defs>
|
|
8
|
+
<rect width="120" height="120" rx="24" fill="url(#bg)"/>
|
|
9
|
+
<circle cx="60" cy="58" r="32" stroke="#fff" stroke-width="5" fill="none"/>
|
|
10
|
+
<line x1="60" y1="58" x2="60" y2="38" stroke="#fff" stroke-width="4.5" stroke-linecap="round"/>
|
|
11
|
+
<line x1="60" y1="58" x2="76" y2="58" stroke="#fff" stroke-width="4.5" stroke-linecap="round"/>
|
|
12
|
+
<circle cx="60" cy="58" r="3.5" fill="#fff"/>
|
|
13
|
+
<rect x="56" y="18" width="8" height="6" rx="2" fill="#fff"/>
|
|
14
|
+
<text x="60" y="106" text-anchor="middle" font-family="system-ui,sans-serif" font-size="13" font-weight="600" fill="#fff">UNIX</text>
|
|
15
|
+
</svg>
|
package/package.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "ztools-plugin-timestamp",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "ZTools 时间戳转换插件 - 时间戳与日期互转、实时时间戳、自动识别单位",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"ztools",
|
|
7
|
+
"ztools-plugin",
|
|
8
|
+
"timestamp",
|
|
9
|
+
"时间戳",
|
|
10
|
+
"日期转换"
|
|
11
|
+
],
|
|
12
|
+
"author": "bugless",
|
|
13
|
+
"license": "UNLICENSED"
|
|
14
|
+
}
|
package/plugin.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "timestamp",
|
|
3
|
+
"title": "时间戳转换",
|
|
4
|
+
"description": "时间戳与日期相互转换、实时时间戳显示",
|
|
5
|
+
"author": "bugless",
|
|
6
|
+
"version": "1.0.0",
|
|
7
|
+
"main": "index.html",
|
|
8
|
+
"logo": "logo.svg",
|
|
9
|
+
"development": {
|
|
10
|
+
"main": "http://localhost:5178"
|
|
11
|
+
},
|
|
12
|
+
"features": [
|
|
13
|
+
{
|
|
14
|
+
"code": "timestamp",
|
|
15
|
+
"explain": "时间戳与日期互转",
|
|
16
|
+
"icon": "logo.svg",
|
|
17
|
+
"cmds": ["时间戳", "timestamp", "时间转换", "unix时间", "日期转换", "时间", "日期"]
|
|
18
|
+
}
|
|
19
|
+
]
|
|
20
|
+
}
|