From 28cac21641c5a902c949cec47068131d283372cc Mon Sep 17 00:00:00 2001 From: foxhui Date: Sat, 20 Dec 2025 20:02:24 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E7=A7=BB=E9=99=A4=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E6=96=87=E4=BB=B6=EF=BC=8C=E5=88=9D=E5=A7=8B=E5=8C=96=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E4=B8=93=E7=94=A8=E5=88=86=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker-publish.yml | 69 - .gitignore | 6 +- .vitepress/cache/deps/_metadata.json | 31 + .vitepress/cache/deps/chunk-OHUPUKOE.js | 12787 ++++++++++++++++ .vitepress/cache/deps/chunk-OHUPUKOE.js.map | 7 + .vitepress/cache/deps/package.json | 3 + .../deps/vitepress___@vue_devtools-api.js | 3818 +++++ .../deps/vitepress___@vue_devtools-api.js.map | 7 + .../cache/deps/vitepress___@vueuse_core.js | 8561 +++++++++++ .../deps/vitepress___@vueuse_core.js.map | 7 + .vitepress/cache/deps/vue.js | 346 + .vitepress/cache/deps/vue.js.map | 7 + .vitepress/config.js | 70 + .vitepress/theme/custom.css | 20 + .vitepress/theme/index.js | 4 + CHANGELOG.md | 145 - Dockerfile | 49 - LICENSE | 21 - README.md | 480 - config.example.yaml | 153 - docker-compose.yaml | 14 - docs/admin/linux.md | 111 + docs/admin/troubleshooting.md | 134 + docs/admin/webui.md | 82 + docs/api/chat.md | 171 + docs/api/cookies.md | 70 + docs/api/models.md | 78 + docs/api/overview.md | 86 + docs/config/instances.md | 146 + docs/config/overview.md | 90 + docs/config/proxy.md | 85 + docs/guide/deployment.md | 106 + docs/guide/first-use.md | 82 + docs/guide/requirements.md | 79 + docs/index.md | 31 + {webui/dist => docs/public}/favicon.png | Bin package.json | 46 +- patches/camoufox-js@0.8.3.locale.patched.js | 289 - patches/camoufox-js@0.8.3.pkgman.patched.js | 351 - pnpm-lock.yaml | 3164 ++-- pnpm-workspace.yaml | 5 - scripts/genkey.js | 21 - scripts/init.js | 584 - scripts/postinstall.js | 63 - scripts/test.js | 234 - src/backend/adapter/gemini.js | 196 - src/backend/adapter/gemini_biz.js | 301 - src/backend/adapter/gemini_biz_text.js | 350 - src/backend/adapter/lmarena.js | 244 - src/backend/adapter/lmarena_text.js | 309 - src/backend/adapter/nanobananafree_ai.js | 161 - src/backend/adapter/turnstile_test.js | 216 - src/backend/adapter/zai_is.js | 375 - src/backend/engine/launcher.js | 281 - src/backend/engine/utils.js | 544 - src/backend/index.js | 153 - src/backend/pool/PoolManager.js | 325 - src/backend/pool/Worker.js | 490 - src/backend/pool/index.js | 6 - src/backend/registry.js | 292 - src/backend/strategies/failover.js | 113 - src/backend/strategies/index.js | 73 - src/backend/utils/download.js | 81 - src/backend/utils/error.js | 131 - src/backend/utils/index.js | 49 - src/backend/utils/page.js | 248 - src/config/index.js | 282 - src/config/manager.js | 294 - src/config/validator.js | 270 - src/server/api/admin/routes.js | 433 - src/server/api/admin/vncProxy.js | 195 - src/server/api/index.js | 132 - src/server/api/openai/parse.js | 332 - src/server/api/openai/routes.js | 174 - src/server/errors.js | 144 - src/server/index.js | 21 - src/server/middlewares/auth.js | 39 - src/server/queue.js | 289 - src/server/respond.js | 147 - src/server/server.js | 182 - src/utils/constants.js | 120 - src/utils/ipc.js | 113 - src/utils/logger.js | 224 - src/utils/preflight.js | 126 - src/utils/proxy.js | 167 - src/utils/systemInfo.js | 256 - supervisor.js | 428 - webui/.npmrc | 4 - webui/dist/assets/DesktopOutlined-Bm8LnDmZ.js | 1 - webui/dist/assets/adapters-LfSqUeTz.js | 1 - webui/dist/assets/browser-DLk5U_dw.js | 1 - webui/dist/assets/cache-B8brdyy6.js | 1 - webui/dist/assets/dash-DqyizhMZ.js | 1 - webui/dist/assets/display-D7nTeB7H.js | 1 - webui/dist/assets/index-B8cer5ye.css | 1 - webui/dist/assets/index-BGGdzQd9.js | 475 - webui/dist/assets/logs-BiPWiL4L.css | 1 - webui/dist/assets/logs-ThIYLoc5.js | 2 - webui/dist/assets/rfb-BW3Yvshj.js | 5 - webui/dist/assets/server-D1vV5anY.css | 1 - webui/dist/assets/server-zGrxhmqA.js | 1 - webui/dist/assets/system-C5PnRNr7.js | 1 - webui/dist/assets/workers-BUdVYtoA.js | 1 - webui/dist/index.html | 17 - webui/index.html | 16 - webui/package.json | 23 - webui/pnpm-lock.yaml | 1136 -- webui/pnpm-workspace.yaml | 2 - webui/public/favicon.png | Bin 70830 -> 0 bytes webui/src/App.vue | 558 - webui/src/components/auth/LoginModal.vue | 82 - webui/src/components/dash.vue | 257 - webui/src/components/settings/adapters.vue | 131 - webui/src/components/settings/browser.vue | 171 - webui/src/components/settings/server.vue | 123 - webui/src/components/settings/workers.vue | 490 - webui/src/components/tools/cache.vue | 444 - webui/src/components/tools/display.vue | 220 - webui/src/components/tools/logs.vue | 306 - webui/src/main.js | 29 - webui/src/stores/settings.js | 229 - webui/src/stores/system.js | 118 - webui/vite.config.js | 26 - 123 files changed, 28258 insertions(+), 18637 deletions(-) delete mode 100644 .github/workflows/docker-publish.yml create mode 100644 .vitepress/cache/deps/_metadata.json create mode 100644 .vitepress/cache/deps/chunk-OHUPUKOE.js create mode 100644 .vitepress/cache/deps/chunk-OHUPUKOE.js.map create mode 100644 .vitepress/cache/deps/package.json create mode 100644 .vitepress/cache/deps/vitepress___@vue_devtools-api.js create mode 100644 .vitepress/cache/deps/vitepress___@vue_devtools-api.js.map create mode 100644 .vitepress/cache/deps/vitepress___@vueuse_core.js create mode 100644 .vitepress/cache/deps/vitepress___@vueuse_core.js.map create mode 100644 .vitepress/cache/deps/vue.js create mode 100644 .vitepress/cache/deps/vue.js.map create mode 100644 .vitepress/config.js create mode 100644 .vitepress/theme/custom.css create mode 100644 .vitepress/theme/index.js delete mode 100644 CHANGELOG.md delete mode 100644 Dockerfile delete mode 100644 LICENSE delete mode 100644 README.md delete mode 100644 config.example.yaml delete mode 100644 docker-compose.yaml create mode 100644 docs/admin/linux.md create mode 100644 docs/admin/troubleshooting.md create mode 100644 docs/admin/webui.md create mode 100644 docs/api/chat.md create mode 100644 docs/api/cookies.md create mode 100644 docs/api/models.md create mode 100644 docs/api/overview.md create mode 100644 docs/config/instances.md create mode 100644 docs/config/overview.md create mode 100644 docs/config/proxy.md create mode 100644 docs/guide/deployment.md create mode 100644 docs/guide/first-use.md create mode 100644 docs/guide/requirements.md create mode 100644 docs/index.md rename {webui/dist => docs/public}/favicon.png (100%) delete mode 100644 patches/camoufox-js@0.8.3.locale.patched.js delete mode 100644 patches/camoufox-js@0.8.3.pkgman.patched.js delete mode 100644 pnpm-workspace.yaml delete mode 100644 scripts/genkey.js delete mode 100644 scripts/init.js delete mode 100644 scripts/postinstall.js delete mode 100644 scripts/test.js delete mode 100644 src/backend/adapter/gemini.js delete mode 100644 src/backend/adapter/gemini_biz.js delete mode 100644 src/backend/adapter/gemini_biz_text.js delete mode 100644 src/backend/adapter/lmarena.js delete mode 100644 src/backend/adapter/lmarena_text.js delete mode 100644 src/backend/adapter/nanobananafree_ai.js delete mode 100644 src/backend/adapter/turnstile_test.js delete mode 100644 src/backend/adapter/zai_is.js delete mode 100644 src/backend/engine/launcher.js delete mode 100644 src/backend/engine/utils.js delete mode 100644 src/backend/index.js delete mode 100644 src/backend/pool/PoolManager.js delete mode 100644 src/backend/pool/Worker.js delete mode 100644 src/backend/pool/index.js delete mode 100644 src/backend/registry.js delete mode 100644 src/backend/strategies/failover.js delete mode 100644 src/backend/strategies/index.js delete mode 100644 src/backend/utils/download.js delete mode 100644 src/backend/utils/error.js delete mode 100644 src/backend/utils/index.js delete mode 100644 src/backend/utils/page.js delete mode 100644 src/config/index.js delete mode 100644 src/config/manager.js delete mode 100644 src/config/validator.js delete mode 100644 src/server/api/admin/routes.js delete mode 100644 src/server/api/admin/vncProxy.js delete mode 100644 src/server/api/index.js delete mode 100644 src/server/api/openai/parse.js delete mode 100644 src/server/api/openai/routes.js delete mode 100644 src/server/errors.js delete mode 100644 src/server/index.js delete mode 100644 src/server/middlewares/auth.js delete mode 100644 src/server/queue.js delete mode 100644 src/server/respond.js delete mode 100644 src/server/server.js delete mode 100644 src/utils/constants.js delete mode 100644 src/utils/ipc.js delete mode 100644 src/utils/logger.js delete mode 100644 src/utils/preflight.js delete mode 100644 src/utils/proxy.js delete mode 100644 src/utils/systemInfo.js delete mode 100644 supervisor.js delete mode 100644 webui/.npmrc delete mode 100644 webui/dist/assets/DesktopOutlined-Bm8LnDmZ.js delete mode 100644 webui/dist/assets/adapters-LfSqUeTz.js delete mode 100644 webui/dist/assets/browser-DLk5U_dw.js delete mode 100644 webui/dist/assets/cache-B8brdyy6.js delete mode 100644 webui/dist/assets/dash-DqyizhMZ.js delete mode 100644 webui/dist/assets/display-D7nTeB7H.js delete mode 100644 webui/dist/assets/index-B8cer5ye.css delete mode 100644 webui/dist/assets/index-BGGdzQd9.js delete mode 100644 webui/dist/assets/logs-BiPWiL4L.css delete mode 100644 webui/dist/assets/logs-ThIYLoc5.js delete mode 100644 webui/dist/assets/rfb-BW3Yvshj.js delete mode 100644 webui/dist/assets/server-D1vV5anY.css delete mode 100644 webui/dist/assets/server-zGrxhmqA.js delete mode 100644 webui/dist/assets/system-C5PnRNr7.js delete mode 100644 webui/dist/assets/workers-BUdVYtoA.js delete mode 100644 webui/dist/index.html delete mode 100644 webui/index.html delete mode 100644 webui/package.json delete mode 100644 webui/pnpm-lock.yaml delete mode 100644 webui/pnpm-workspace.yaml delete mode 100644 webui/public/favicon.png delete mode 100644 webui/src/App.vue delete mode 100644 webui/src/components/auth/LoginModal.vue delete mode 100644 webui/src/components/dash.vue delete mode 100644 webui/src/components/settings/adapters.vue delete mode 100644 webui/src/components/settings/browser.vue delete mode 100644 webui/src/components/settings/server.vue delete mode 100644 webui/src/components/settings/workers.vue delete mode 100644 webui/src/components/tools/cache.vue delete mode 100644 webui/src/components/tools/display.vue delete mode 100644 webui/src/components/tools/logs.vue delete mode 100644 webui/src/main.js delete mode 100644 webui/src/stores/settings.js delete mode 100644 webui/src/stores/system.js delete mode 100644 webui/vite.config.js diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml deleted file mode 100644 index 68ec8b1..0000000 --- a/.github/workflows/docker-publish.yml +++ /dev/null @@ -1,69 +0,0 @@ -name: Manual Docker Build - -# 核心配置:仅允许手动触发 -on: - workflow_dispatch: - inputs: - reason: - description: '构建原因' - required: false - default: 'Manual build update' - -env: - IMAGE_NAME: foxhui/webai-2api - -jobs: - build-and-push: - runs-on: ubuntu-latest - permissions: - contents: read - packages: write - - steps: - # 1. 拉取代码 - - name: Checkout repository - uses: actions/checkout@v4 - - # 2. 设置 QEMU (支持多架构构建,如 ARM64) - - name: Set up QEMU - uses: docker/setup-qemu-action@v3 - - # 3. 设置 Docker Buildx - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 - - # 4. 登录 Docker Hub - - name: Log into Docker Hub - uses: docker/login-action@v3 - with: - username: ${{ secrets.DOCKER_USERNAME }} - password: ${{ secrets.DOCKER_PASSWORD }} - - # 5. 生成 Docker 标签 - # 逻辑: - # - 总是打上 'latest' 标签 - # - 额外打上 'sha-xxxxxxx' (基于当前 commit 的哈希) - - name: Extract Docker metadata - id: meta - uses: docker/metadata-action@v5 - with: - images: ${{ env.IMAGE_NAME }} - tags: | - type=raw,value=latest - type=sha,format=short - - # 6. 构建并推送 - - name: Build and push Docker image - uses: docker/build-push-action@v5 - with: - context: . - # 开启推送 - push: true - # 使用上面生成的标签 - tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} - # 缓存加速 - cache-from: type=gha - cache-to: type=gha,mode=max - # 同时构建 PC (amd64) 和 Mac/树莓派 (arm64) 版本 - platforms: linux/amd64,linux/arm64 \ No newline at end of file diff --git a/.gitignore b/.gitignore index 2e8c6f1..40b878d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1 @@ -node_modules/ -data/ -test/ -config.yaml -camoufox/ \ No newline at end of file +node_modules/ \ No newline at end of file diff --git a/.vitepress/cache/deps/_metadata.json b/.vitepress/cache/deps/_metadata.json new file mode 100644 index 0000000..fc31e02 --- /dev/null +++ b/.vitepress/cache/deps/_metadata.json @@ -0,0 +1,31 @@ +{ + "hash": "08caf282", + "configHash": "6337dd35", + "lockfileHash": "5344cd3e", + "browserHash": "89c2052f", + "optimized": { + "vue": { + "src": "../../../node_modules/.pnpm/vue@3.5.26/node_modules/vue/dist/vue.runtime.esm-bundler.js", + "file": "vue.js", + "fileHash": "450708e5", + "needsInterop": false + }, + "vitepress > @vue/devtools-api": { + "src": "../../../node_modules/.pnpm/@vue+devtools-api@8.0.5/node_modules/@vue/devtools-api/dist/index.js", + "file": "vitepress___@vue_devtools-api.js", + "fileHash": "107c6593", + "needsInterop": false + }, + "vitepress > @vueuse/core": { + "src": "../../../node_modules/.pnpm/@vueuse+core@14.1.0_vue@3.5.26/node_modules/@vueuse/core/dist/index.js", + "file": "vitepress___@vueuse_core.js", + "fileHash": "c6610847", + "needsInterop": false + } + }, + "chunks": { + "chunk-OHUPUKOE": { + "file": "chunk-OHUPUKOE.js" + } + } +} \ No newline at end of file diff --git a/.vitepress/cache/deps/chunk-OHUPUKOE.js b/.vitepress/cache/deps/chunk-OHUPUKOE.js new file mode 100644 index 0000000..dbfff79 --- /dev/null +++ b/.vitepress/cache/deps/chunk-OHUPUKOE.js @@ -0,0 +1,12787 @@ +// node_modules/.pnpm/@vue+shared@3.5.26/node_modules/@vue/shared/dist/shared.esm-bundler.js +function makeMap(str) { + const map2 = /* @__PURE__ */ Object.create(null); + for (const key of str.split(",")) map2[key] = 1; + return (val) => val in map2; +} +var EMPTY_OBJ = true ? Object.freeze({}) : {}; +var EMPTY_ARR = true ? Object.freeze([]) : []; +var NOOP = () => { +}; +var NO = () => false; +var isOn = (key) => key.charCodeAt(0) === 111 && key.charCodeAt(1) === 110 && // uppercase letter +(key.charCodeAt(2) > 122 || key.charCodeAt(2) < 97); +var isModelListener = (key) => key.startsWith("onUpdate:"); +var extend = Object.assign; +var remove = (arr, el) => { + const i = arr.indexOf(el); + if (i > -1) { + arr.splice(i, 1); + } +}; +var hasOwnProperty = Object.prototype.hasOwnProperty; +var hasOwn = (val, key) => hasOwnProperty.call(val, key); +var isArray = Array.isArray; +var isMap = (val) => toTypeString(val) === "[object Map]"; +var isSet = (val) => toTypeString(val) === "[object Set]"; +var isDate = (val) => toTypeString(val) === "[object Date]"; +var isRegExp = (val) => toTypeString(val) === "[object RegExp]"; +var isFunction = (val) => typeof val === "function"; +var isString = (val) => typeof val === "string"; +var isSymbol = (val) => typeof val === "symbol"; +var isObject = (val) => val !== null && typeof val === "object"; +var isPromise = (val) => { + return (isObject(val) || isFunction(val)) && isFunction(val.then) && isFunction(val.catch); +}; +var objectToString = Object.prototype.toString; +var toTypeString = (value) => objectToString.call(value); +var toRawType = (value) => { + return toTypeString(value).slice(8, -1); +}; +var isPlainObject = (val) => toTypeString(val) === "[object Object]"; +var isIntegerKey = (key) => isString(key) && key !== "NaN" && key[0] !== "-" && "" + parseInt(key, 10) === key; +var isReservedProp = makeMap( + // the leading comma is intentional so empty string "" is also included + ",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted" +); +var isBuiltInDirective = makeMap( + "bind,cloak,else-if,else,for,html,if,model,on,once,pre,show,slot,text,memo" +); +var cacheStringFunction = (fn) => { + const cache = /* @__PURE__ */ Object.create(null); + return ((str) => { + const hit = cache[str]; + return hit || (cache[str] = fn(str)); + }); +}; +var camelizeRE = /-\w/g; +var camelize = cacheStringFunction( + (str) => { + return str.replace(camelizeRE, (c) => c.slice(1).toUpperCase()); + } +); +var hyphenateRE = /\B([A-Z])/g; +var hyphenate = cacheStringFunction( + (str) => str.replace(hyphenateRE, "-$1").toLowerCase() +); +var capitalize = cacheStringFunction((str) => { + return str.charAt(0).toUpperCase() + str.slice(1); +}); +var toHandlerKey = cacheStringFunction( + (str) => { + const s = str ? `on${capitalize(str)}` : ``; + return s; + } +); +var hasChanged = (value, oldValue) => !Object.is(value, oldValue); +var invokeArrayFns = (fns, ...arg) => { + for (let i = 0; i < fns.length; i++) { + fns[i](...arg); + } +}; +var def = (obj, key, value, writable = false) => { + Object.defineProperty(obj, key, { + configurable: true, + enumerable: false, + writable, + value + }); +}; +var looseToNumber = (val) => { + const n = parseFloat(val); + return isNaN(n) ? val : n; +}; +var toNumber = (val) => { + const n = isString(val) ? Number(val) : NaN; + return isNaN(n) ? val : n; +}; +var _globalThis; +var getGlobalThis = () => { + return _globalThis || (_globalThis = typeof globalThis !== "undefined" ? globalThis : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : {}); +}; +var GLOBALS_ALLOWED = "Infinity,undefined,NaN,isFinite,isNaN,parseFloat,parseInt,decodeURI,decodeURIComponent,encodeURI,encodeURIComponent,Math,Number,Date,Array,Object,Boolean,String,RegExp,Map,Set,JSON,Intl,BigInt,console,Error,Symbol"; +var isGloballyAllowed = makeMap(GLOBALS_ALLOWED); +function normalizeStyle(value) { + if (isArray(value)) { + const res = {}; + for (let i = 0; i < value.length; i++) { + const item = value[i]; + const normalized = isString(item) ? parseStringStyle(item) : normalizeStyle(item); + if (normalized) { + for (const key in normalized) { + res[key] = normalized[key]; + } + } + } + return res; + } else if (isString(value) || isObject(value)) { + return value; + } +} +var listDelimiterRE = /;(?![^(]*\))/g; +var propertyDelimiterRE = /:([^]+)/; +var styleCommentRE = /\/\*[^]*?\*\//g; +function parseStringStyle(cssText) { + const ret = {}; + cssText.replace(styleCommentRE, "").split(listDelimiterRE).forEach((item) => { + if (item) { + const tmp = item.split(propertyDelimiterRE); + tmp.length > 1 && (ret[tmp[0].trim()] = tmp[1].trim()); + } + }); + return ret; +} +function stringifyStyle(styles) { + if (!styles) return ""; + if (isString(styles)) return styles; + let ret = ""; + for (const key in styles) { + const value = styles[key]; + if (isString(value) || typeof value === "number") { + const normalizedKey = key.startsWith(`--`) ? key : hyphenate(key); + ret += `${normalizedKey}:${value};`; + } + } + return ret; +} +function normalizeClass(value) { + let res = ""; + if (isString(value)) { + res = value; + } else if (isArray(value)) { + for (let i = 0; i < value.length; i++) { + const normalized = normalizeClass(value[i]); + if (normalized) { + res += normalized + " "; + } + } + } else if (isObject(value)) { + for (const name in value) { + if (value[name]) { + res += name + " "; + } + } + } + return res.trim(); +} +function normalizeProps(props) { + if (!props) return null; + let { class: klass, style } = props; + if (klass && !isString(klass)) { + props.class = normalizeClass(klass); + } + if (style) { + props.style = normalizeStyle(style); + } + return props; +} +var HTML_TAGS = "html,body,base,head,link,meta,style,title,address,article,aside,footer,header,hgroup,h1,h2,h3,h4,h5,h6,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,summary,template,blockquote,iframe,tfoot"; +var SVG_TAGS = "svg,animate,animateMotion,animateTransform,circle,clipPath,color-profile,defs,desc,discard,ellipse,feBlend,feColorMatrix,feComponentTransfer,feComposite,feConvolveMatrix,feDiffuseLighting,feDisplacementMap,feDistantLight,feDropShadow,feFlood,feFuncA,feFuncB,feFuncG,feFuncR,feGaussianBlur,feImage,feMerge,feMergeNode,feMorphology,feOffset,fePointLight,feSpecularLighting,feSpotLight,feTile,feTurbulence,filter,foreignObject,g,hatch,hatchpath,image,line,linearGradient,marker,mask,mesh,meshgradient,meshpatch,meshrow,metadata,mpath,path,pattern,polygon,polyline,radialGradient,rect,set,solidcolor,stop,switch,symbol,text,textPath,title,tspan,unknown,use,view"; +var MATH_TAGS = "annotation,annotation-xml,maction,maligngroup,malignmark,math,menclose,merror,mfenced,mfrac,mfraction,mglyph,mi,mlabeledtr,mlongdiv,mmultiscripts,mn,mo,mover,mpadded,mphantom,mprescripts,mroot,mrow,ms,mscarries,mscarry,msgroup,msline,mspace,msqrt,msrow,mstack,mstyle,msub,msubsup,msup,mtable,mtd,mtext,mtr,munder,munderover,none,semantics"; +var VOID_TAGS = "area,base,br,col,embed,hr,img,input,link,meta,param,source,track,wbr"; +var isHTMLTag = makeMap(HTML_TAGS); +var isSVGTag = makeMap(SVG_TAGS); +var isMathMLTag = makeMap(MATH_TAGS); +var isVoidTag = makeMap(VOID_TAGS); +var specialBooleanAttrs = `itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly`; +var isSpecialBooleanAttr = makeMap(specialBooleanAttrs); +var isBooleanAttr = makeMap( + specialBooleanAttrs + `,async,autofocus,autoplay,controls,default,defer,disabled,hidden,inert,loop,open,required,reversed,scoped,seamless,checked,muted,multiple,selected` +); +function includeBooleanAttr(value) { + return !!value || value === ""; +} +var isKnownHtmlAttr = makeMap( + `accept,accept-charset,accesskey,action,align,allow,alt,async,autocapitalize,autocomplete,autofocus,autoplay,background,bgcolor,border,buffered,capture,challenge,charset,checked,cite,class,code,codebase,color,cols,colspan,content,contenteditable,contextmenu,controls,coords,crossorigin,csp,data,datetime,decoding,default,defer,dir,dirname,disabled,download,draggable,dropzone,enctype,enterkeyhint,for,form,formaction,formenctype,formmethod,formnovalidate,formtarget,headers,height,hidden,high,href,hreflang,http-equiv,icon,id,importance,inert,integrity,ismap,itemprop,keytype,kind,label,lang,language,loading,list,loop,low,manifest,max,maxlength,minlength,media,min,multiple,muted,name,novalidate,open,optimum,pattern,ping,placeholder,poster,preload,radiogroup,readonly,referrerpolicy,rel,required,reversed,rows,rowspan,sandbox,scope,scoped,selected,shape,size,sizes,slot,span,spellcheck,src,srcdoc,srclang,srcset,start,step,style,summary,tabindex,target,title,translate,type,usemap,value,width,wrap` +); +var isKnownSvgAttr = makeMap( + `xmlns,accent-height,accumulate,additive,alignment-baseline,alphabetic,amplitude,arabic-form,ascent,attributeName,attributeType,azimuth,baseFrequency,baseline-shift,baseProfile,bbox,begin,bias,by,calcMode,cap-height,class,clip,clipPathUnits,clip-path,clip-rule,color,color-interpolation,color-interpolation-filters,color-profile,color-rendering,contentScriptType,contentStyleType,crossorigin,cursor,cx,cy,d,decelerate,descent,diffuseConstant,direction,display,divisor,dominant-baseline,dur,dx,dy,edgeMode,elevation,enable-background,end,exponent,fill,fill-opacity,fill-rule,filter,filterRes,filterUnits,flood-color,flood-opacity,font-family,font-size,font-size-adjust,font-stretch,font-style,font-variant,font-weight,format,from,fr,fx,fy,g1,g2,glyph-name,glyph-orientation-horizontal,glyph-orientation-vertical,glyphRef,gradientTransform,gradientUnits,hanging,height,href,hreflang,horiz-adv-x,horiz-origin-x,id,ideographic,image-rendering,in,in2,intercept,k,k1,k2,k3,k4,kernelMatrix,kernelUnitLength,kerning,keyPoints,keySplines,keyTimes,lang,lengthAdjust,letter-spacing,lighting-color,limitingConeAngle,local,marker-end,marker-mid,marker-start,markerHeight,markerUnits,markerWidth,mask,maskContentUnits,maskUnits,mathematical,max,media,method,min,mode,name,numOctaves,offset,opacity,operator,order,orient,orientation,origin,overflow,overline-position,overline-thickness,panose-1,paint-order,path,pathLength,patternContentUnits,patternTransform,patternUnits,ping,pointer-events,points,pointsAtX,pointsAtY,pointsAtZ,preserveAlpha,preserveAspectRatio,primitiveUnits,r,radius,referrerPolicy,refX,refY,rel,rendering-intent,repeatCount,repeatDur,requiredExtensions,requiredFeatures,restart,result,rotate,rx,ry,scale,seed,shape-rendering,slope,spacing,specularConstant,specularExponent,speed,spreadMethod,startOffset,stdDeviation,stemh,stemv,stitchTiles,stop-color,stop-opacity,strikethrough-position,strikethrough-thickness,string,stroke,stroke-dasharray,stroke-dashoffset,stroke-linecap,stroke-linejoin,stroke-miterlimit,stroke-opacity,stroke-width,style,surfaceScale,systemLanguage,tabindex,tableValues,target,targetX,targetY,text-anchor,text-decoration,text-rendering,textLength,to,transform,transform-origin,type,u1,u2,underline-position,underline-thickness,unicode,unicode-bidi,unicode-range,units-per-em,v-alphabetic,v-hanging,v-ideographic,v-mathematical,values,vector-effect,version,vert-adv-y,vert-origin-x,vert-origin-y,viewBox,viewTarget,visibility,width,widths,word-spacing,writing-mode,x,x-height,x1,x2,xChannelSelector,xlink:actuate,xlink:arcrole,xlink:href,xlink:role,xlink:show,xlink:title,xlink:type,xmlns:xlink,xml:base,xml:lang,xml:space,y,y1,y2,yChannelSelector,z,zoomAndPan` +); +var isKnownMathMLAttr = makeMap( + `accent,accentunder,actiontype,align,alignmentscope,altimg,altimg-height,altimg-valign,altimg-width,alttext,bevelled,close,columnsalign,columnlines,columnspan,denomalign,depth,dir,display,displaystyle,encoding,equalcolumns,equalrows,fence,fontstyle,fontweight,form,frame,framespacing,groupalign,height,href,id,indentalign,indentalignfirst,indentalignlast,indentshift,indentshiftfirst,indentshiftlast,indextype,justify,largetop,largeop,lquote,lspace,mathbackground,mathcolor,mathsize,mathvariant,maxsize,minlabelspacing,mode,other,overflow,position,rowalign,rowlines,rowspan,rquote,rspace,scriptlevel,scriptminsize,scriptsizemultiplier,selection,separator,separators,shift,side,src,stackalign,stretchy,subscriptshift,superscriptshift,symmetric,voffset,width,widths,xlink:href,xlink:show,xlink:type,xmlns` +); +function isRenderableAttrValue(value) { + if (value == null) { + return false; + } + const type = typeof value; + return type === "string" || type === "number" || type === "boolean"; +} +var cssVarNameEscapeSymbolsRE = /[ !"#$%&'()*+,./:;<=>?@[\\\]^`{|}~]/g; +function getEscapedCssVarName(key, doubleEscape) { + return key.replace( + cssVarNameEscapeSymbolsRE, + (s) => doubleEscape ? s === '"' ? '\\\\\\"' : `\\\\${s}` : `\\${s}` + ); +} +function looseCompareArrays(a, b) { + if (a.length !== b.length) return false; + let equal = true; + for (let i = 0; equal && i < a.length; i++) { + equal = looseEqual(a[i], b[i]); + } + return equal; +} +function looseEqual(a, b) { + if (a === b) return true; + let aValidType = isDate(a); + let bValidType = isDate(b); + if (aValidType || bValidType) { + return aValidType && bValidType ? a.getTime() === b.getTime() : false; + } + aValidType = isSymbol(a); + bValidType = isSymbol(b); + if (aValidType || bValidType) { + return a === b; + } + aValidType = isArray(a); + bValidType = isArray(b); + if (aValidType || bValidType) { + return aValidType && bValidType ? looseCompareArrays(a, b) : false; + } + aValidType = isObject(a); + bValidType = isObject(b); + if (aValidType || bValidType) { + if (!aValidType || !bValidType) { + return false; + } + const aKeysCount = Object.keys(a).length; + const bKeysCount = Object.keys(b).length; + if (aKeysCount !== bKeysCount) { + return false; + } + for (const key in a) { + const aHasKey = a.hasOwnProperty(key); + const bHasKey = b.hasOwnProperty(key); + if (aHasKey && !bHasKey || !aHasKey && bHasKey || !looseEqual(a[key], b[key])) { + return false; + } + } + } + return String(a) === String(b); +} +function looseIndexOf(arr, val) { + return arr.findIndex((item) => looseEqual(item, val)); +} +var isRef = (val) => { + return !!(val && val["__v_isRef"] === true); +}; +var toDisplayString = (val) => { + return isString(val) ? val : val == null ? "" : isArray(val) || isObject(val) && (val.toString === objectToString || !isFunction(val.toString)) ? isRef(val) ? toDisplayString(val.value) : JSON.stringify(val, replacer, 2) : String(val); +}; +var replacer = (_key, val) => { + if (isRef(val)) { + return replacer(_key, val.value); + } else if (isMap(val)) { + return { + [`Map(${val.size})`]: [...val.entries()].reduce( + (entries, [key, val2], i) => { + entries[stringifySymbol(key, i) + " =>"] = val2; + return entries; + }, + {} + ) + }; + } else if (isSet(val)) { + return { + [`Set(${val.size})`]: [...val.values()].map((v) => stringifySymbol(v)) + }; + } else if (isSymbol(val)) { + return stringifySymbol(val); + } else if (isObject(val) && !isArray(val) && !isPlainObject(val)) { + return String(val); + } + return val; +}; +var stringifySymbol = (v, i = "") => { + var _a; + return ( + // Symbol.description in es2019+ so we need to cast here to pass + // the lib: es2016 check + isSymbol(v) ? `Symbol(${(_a = v.description) != null ? _a : i})` : v + ); +}; +function normalizeCssVarValue(value) { + if (value == null) { + return "initial"; + } + if (typeof value === "string") { + return value === "" ? " " : value; + } + if (typeof value !== "number" || !Number.isFinite(value)) { + if (true) { + console.warn( + "[Vue warn] Invalid value used for CSS binding. Expected a string or a finite number but received:", + value + ); + } + } + return String(value); +} + +// node_modules/.pnpm/@vue+reactivity@3.5.26/node_modules/@vue/reactivity/dist/reactivity.esm-bundler.js +function warn(msg, ...args) { + console.warn(`[Vue warn] ${msg}`, ...args); +} +var activeEffectScope; +var EffectScope = class { + constructor(detached = false) { + this.detached = detached; + this._active = true; + this._on = 0; + this.effects = []; + this.cleanups = []; + this._isPaused = false; + this.parent = activeEffectScope; + if (!detached && activeEffectScope) { + this.index = (activeEffectScope.scopes || (activeEffectScope.scopes = [])).push( + this + ) - 1; + } + } + get active() { + return this._active; + } + pause() { + if (this._active) { + this._isPaused = true; + let i, l; + if (this.scopes) { + for (i = 0, l = this.scopes.length; i < l; i++) { + this.scopes[i].pause(); + } + } + for (i = 0, l = this.effects.length; i < l; i++) { + this.effects[i].pause(); + } + } + } + /** + * Resumes the effect scope, including all child scopes and effects. + */ + resume() { + if (this._active) { + if (this._isPaused) { + this._isPaused = false; + let i, l; + if (this.scopes) { + for (i = 0, l = this.scopes.length; i < l; i++) { + this.scopes[i].resume(); + } + } + for (i = 0, l = this.effects.length; i < l; i++) { + this.effects[i].resume(); + } + } + } + } + run(fn) { + if (this._active) { + const currentEffectScope = activeEffectScope; + try { + activeEffectScope = this; + return fn(); + } finally { + activeEffectScope = currentEffectScope; + } + } else if (true) { + warn(`cannot run an inactive effect scope.`); + } + } + /** + * This should only be called on non-detached scopes + * @internal + */ + on() { + if (++this._on === 1) { + this.prevScope = activeEffectScope; + activeEffectScope = this; + } + } + /** + * This should only be called on non-detached scopes + * @internal + */ + off() { + if (this._on > 0 && --this._on === 0) { + activeEffectScope = this.prevScope; + this.prevScope = void 0; + } + } + stop(fromParent) { + if (this._active) { + this._active = false; + let i, l; + for (i = 0, l = this.effects.length; i < l; i++) { + this.effects[i].stop(); + } + this.effects.length = 0; + for (i = 0, l = this.cleanups.length; i < l; i++) { + this.cleanups[i](); + } + this.cleanups.length = 0; + if (this.scopes) { + for (i = 0, l = this.scopes.length; i < l; i++) { + this.scopes[i].stop(true); + } + this.scopes.length = 0; + } + if (!this.detached && this.parent && !fromParent) { + const last = this.parent.scopes.pop(); + if (last && last !== this) { + this.parent.scopes[this.index] = last; + last.index = this.index; + } + } + this.parent = void 0; + } + } +}; +function effectScope(detached) { + return new EffectScope(detached); +} +function getCurrentScope() { + return activeEffectScope; +} +function onScopeDispose(fn, failSilently = false) { + if (activeEffectScope) { + activeEffectScope.cleanups.push(fn); + } else if (!failSilently) { + warn( + `onScopeDispose() is called when there is no active effect scope to be associated with.` + ); + } +} +var activeSub; +var pausedQueueEffects = /* @__PURE__ */ new WeakSet(); +var ReactiveEffect = class { + constructor(fn) { + this.fn = fn; + this.deps = void 0; + this.depsTail = void 0; + this.flags = 1 | 4; + this.next = void 0; + this.cleanup = void 0; + this.scheduler = void 0; + if (activeEffectScope && activeEffectScope.active) { + activeEffectScope.effects.push(this); + } + } + pause() { + this.flags |= 64; + } + resume() { + if (this.flags & 64) { + this.flags &= -65; + if (pausedQueueEffects.has(this)) { + pausedQueueEffects.delete(this); + this.trigger(); + } + } + } + /** + * @internal + */ + notify() { + if (this.flags & 2 && !(this.flags & 32)) { + return; + } + if (!(this.flags & 8)) { + batch(this); + } + } + run() { + if (!(this.flags & 1)) { + return this.fn(); + } + this.flags |= 2; + cleanupEffect(this); + prepareDeps(this); + const prevEffect = activeSub; + const prevShouldTrack = shouldTrack; + activeSub = this; + shouldTrack = true; + try { + return this.fn(); + } finally { + if (activeSub !== this) { + warn( + "Active effect was not restored correctly - this is likely a Vue internal bug." + ); + } + cleanupDeps(this); + activeSub = prevEffect; + shouldTrack = prevShouldTrack; + this.flags &= -3; + } + } + stop() { + if (this.flags & 1) { + for (let link = this.deps; link; link = link.nextDep) { + removeSub(link); + } + this.deps = this.depsTail = void 0; + cleanupEffect(this); + this.onStop && this.onStop(); + this.flags &= -2; + } + } + trigger() { + if (this.flags & 64) { + pausedQueueEffects.add(this); + } else if (this.scheduler) { + this.scheduler(); + } else { + this.runIfDirty(); + } + } + /** + * @internal + */ + runIfDirty() { + if (isDirty(this)) { + this.run(); + } + } + get dirty() { + return isDirty(this); + } +}; +var batchDepth = 0; +var batchedSub; +var batchedComputed; +function batch(sub, isComputed = false) { + sub.flags |= 8; + if (isComputed) { + sub.next = batchedComputed; + batchedComputed = sub; + return; + } + sub.next = batchedSub; + batchedSub = sub; +} +function startBatch() { + batchDepth++; +} +function endBatch() { + if (--batchDepth > 0) { + return; + } + if (batchedComputed) { + let e = batchedComputed; + batchedComputed = void 0; + while (e) { + const next = e.next; + e.next = void 0; + e.flags &= -9; + e = next; + } + } + let error; + while (batchedSub) { + let e = batchedSub; + batchedSub = void 0; + while (e) { + const next = e.next; + e.next = void 0; + e.flags &= -9; + if (e.flags & 1) { + try { + ; + e.trigger(); + } catch (err) { + if (!error) error = err; + } + } + e = next; + } + } + if (error) throw error; +} +function prepareDeps(sub) { + for (let link = sub.deps; link; link = link.nextDep) { + link.version = -1; + link.prevActiveLink = link.dep.activeLink; + link.dep.activeLink = link; + } +} +function cleanupDeps(sub) { + let head; + let tail = sub.depsTail; + let link = tail; + while (link) { + const prev = link.prevDep; + if (link.version === -1) { + if (link === tail) tail = prev; + removeSub(link); + removeDep(link); + } else { + head = link; + } + link.dep.activeLink = link.prevActiveLink; + link.prevActiveLink = void 0; + link = prev; + } + sub.deps = head; + sub.depsTail = tail; +} +function isDirty(sub) { + for (let link = sub.deps; link; link = link.nextDep) { + if (link.dep.version !== link.version || link.dep.computed && (refreshComputed(link.dep.computed) || link.dep.version !== link.version)) { + return true; + } + } + if (sub._dirty) { + return true; + } + return false; +} +function refreshComputed(computed3) { + if (computed3.flags & 4 && !(computed3.flags & 16)) { + return; + } + computed3.flags &= -17; + if (computed3.globalVersion === globalVersion) { + return; + } + computed3.globalVersion = globalVersion; + if (!computed3.isSSR && computed3.flags & 128 && (!computed3.deps && !computed3._dirty || !isDirty(computed3))) { + return; + } + computed3.flags |= 2; + const dep = computed3.dep; + const prevSub = activeSub; + const prevShouldTrack = shouldTrack; + activeSub = computed3; + shouldTrack = true; + try { + prepareDeps(computed3); + const value = computed3.fn(computed3._value); + if (dep.version === 0 || hasChanged(value, computed3._value)) { + computed3.flags |= 128; + computed3._value = value; + dep.version++; + } + } catch (err) { + dep.version++; + throw err; + } finally { + activeSub = prevSub; + shouldTrack = prevShouldTrack; + cleanupDeps(computed3); + computed3.flags &= -3; + } +} +function removeSub(link, soft = false) { + const { dep, prevSub, nextSub } = link; + if (prevSub) { + prevSub.nextSub = nextSub; + link.prevSub = void 0; + } + if (nextSub) { + nextSub.prevSub = prevSub; + link.nextSub = void 0; + } + if (dep.subsHead === link) { + dep.subsHead = nextSub; + } + if (dep.subs === link) { + dep.subs = prevSub; + if (!prevSub && dep.computed) { + dep.computed.flags &= -5; + for (let l = dep.computed.deps; l; l = l.nextDep) { + removeSub(l, true); + } + } + } + if (!soft && !--dep.sc && dep.map) { + dep.map.delete(dep.key); + } +} +function removeDep(link) { + const { prevDep, nextDep } = link; + if (prevDep) { + prevDep.nextDep = nextDep; + link.prevDep = void 0; + } + if (nextDep) { + nextDep.prevDep = prevDep; + link.nextDep = void 0; + } +} +function effect(fn, options) { + if (fn.effect instanceof ReactiveEffect) { + fn = fn.effect.fn; + } + const e = new ReactiveEffect(fn); + if (options) { + extend(e, options); + } + try { + e.run(); + } catch (err) { + e.stop(); + throw err; + } + const runner = e.run.bind(e); + runner.effect = e; + return runner; +} +function stop(runner) { + runner.effect.stop(); +} +var shouldTrack = true; +var trackStack = []; +function pauseTracking() { + trackStack.push(shouldTrack); + shouldTrack = false; +} +function resetTracking() { + const last = trackStack.pop(); + shouldTrack = last === void 0 ? true : last; +} +function cleanupEffect(e) { + const { cleanup } = e; + e.cleanup = void 0; + if (cleanup) { + const prevSub = activeSub; + activeSub = void 0; + try { + cleanup(); + } finally { + activeSub = prevSub; + } + } +} +var globalVersion = 0; +var Link = class { + constructor(sub, dep) { + this.sub = sub; + this.dep = dep; + this.version = dep.version; + this.nextDep = this.prevDep = this.nextSub = this.prevSub = this.prevActiveLink = void 0; + } +}; +var Dep = class { + // TODO isolatedDeclarations "__v_skip" + constructor(computed3) { + this.computed = computed3; + 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 = true; + if (true) { + this.subsHead = void 0; + } + } + track(debugInfo) { + if (!activeSub || !shouldTrack || activeSub === this.computed) { + return; + } + let link = this.activeLink; + if (link === void 0 || link.sub !== activeSub) { + link = this.activeLink = new Link(activeSub, this); + if (!activeSub.deps) { + activeSub.deps = activeSub.depsTail = link; + } else { + link.prevDep = activeSub.depsTail; + activeSub.depsTail.nextDep = link; + activeSub.depsTail = link; + } + addSub(link); + } else if (link.version === -1) { + link.version = this.version; + if (link.nextDep) { + const next = link.nextDep; + next.prevDep = link.prevDep; + if (link.prevDep) { + link.prevDep.nextDep = next; + } + link.prevDep = activeSub.depsTail; + link.nextDep = void 0; + activeSub.depsTail.nextDep = link; + activeSub.depsTail = link; + if (activeSub.deps === link) { + activeSub.deps = next; + } + } + } + if (activeSub.onTrack) { + activeSub.onTrack( + extend( + { + effect: activeSub + }, + debugInfo + ) + ); + } + return link; + } + trigger(debugInfo) { + this.version++; + globalVersion++; + this.notify(debugInfo); + } + notify(debugInfo) { + startBatch(); + try { + if (true) { + for (let head = this.subsHead; head; head = head.nextSub) { + if (head.sub.onTrigger && !(head.sub.flags & 8)) { + head.sub.onTrigger( + extend( + { + effect: head.sub + }, + debugInfo + ) + ); + } + } + } + for (let link = this.subs; link; link = link.prevSub) { + if (link.sub.notify()) { + ; + link.sub.dep.notify(); + } + } + } finally { + endBatch(); + } + } +}; +function addSub(link) { + link.dep.sc++; + if (link.sub.flags & 4) { + const computed3 = link.dep.computed; + if (computed3 && !link.dep.subs) { + computed3.flags |= 4 | 16; + for (let l = computed3.deps; l; l = l.nextDep) { + addSub(l); + } + } + const currentTail = link.dep.subs; + if (currentTail !== link) { + link.prevSub = currentTail; + if (currentTail) currentTail.nextSub = link; + } + if (link.dep.subsHead === void 0) { + link.dep.subsHead = link; + } + link.dep.subs = link; + } +} +var targetMap = /* @__PURE__ */ new WeakMap(); +var ITERATE_KEY = /* @__PURE__ */ Symbol( + true ? "Object iterate" : "" +); +var MAP_KEY_ITERATE_KEY = /* @__PURE__ */ Symbol( + true ? "Map keys iterate" : "" +); +var ARRAY_ITERATE_KEY = /* @__PURE__ */ Symbol( + true ? "Array iterate" : "" +); +function track(target, type, key) { + if (shouldTrack && activeSub) { + let depsMap = targetMap.get(target); + if (!depsMap) { + targetMap.set(target, depsMap = /* @__PURE__ */ new Map()); + } + let dep = depsMap.get(key); + if (!dep) { + depsMap.set(key, dep = new Dep()); + dep.map = depsMap; + dep.key = key; + } + if (true) { + dep.track({ + target, + type, + key + }); + } else { + dep.track(); + } + } +} +function trigger(target, type, key, newValue, oldValue, oldTarget) { + const depsMap = targetMap.get(target); + if (!depsMap) { + globalVersion++; + return; + } + const run = (dep) => { + if (dep) { + if (true) { + dep.trigger({ + target, + type, + key, + newValue, + oldValue, + oldTarget + }); + } else { + dep.trigger(); + } + } + }; + startBatch(); + if (type === "clear") { + depsMap.forEach(run); + } else { + const targetIsArray = isArray(target); + const isArrayIndex = targetIsArray && isIntegerKey(key); + if (targetIsArray && key === "length") { + const newLength = Number(newValue); + depsMap.forEach((dep, key2) => { + if (key2 === "length" || key2 === ARRAY_ITERATE_KEY || !isSymbol(key2) && key2 >= newLength) { + run(dep); + } + }); + } else { + if (key !== void 0 || depsMap.has(void 0)) { + run(depsMap.get(key)); + } + if (isArrayIndex) { + run(depsMap.get(ARRAY_ITERATE_KEY)); + } + switch (type) { + case "add": + if (!targetIsArray) { + run(depsMap.get(ITERATE_KEY)); + if (isMap(target)) { + run(depsMap.get(MAP_KEY_ITERATE_KEY)); + } + } else if (isArrayIndex) { + run(depsMap.get("length")); + } + break; + case "delete": + if (!targetIsArray) { + run(depsMap.get(ITERATE_KEY)); + if (isMap(target)) { + run(depsMap.get(MAP_KEY_ITERATE_KEY)); + } + } + break; + case "set": + if (isMap(target)) { + run(depsMap.get(ITERATE_KEY)); + } + break; + } + } + } + endBatch(); +} +function getDepFromReactive(object, key) { + const depMap = targetMap.get(object); + return depMap && depMap.get(key); +} +function reactiveReadArray(array) { + const raw = toRaw(array); + if (raw === array) return raw; + track(raw, "iterate", ARRAY_ITERATE_KEY); + return isShallow(array) ? raw : raw.map(toReactive); +} +function shallowReadArray(arr) { + track(arr = toRaw(arr), "iterate", ARRAY_ITERATE_KEY); + return arr; +} +function toWrapped(target, item) { + if (isReadonly(target)) { + return isReactive(target) ? toReadonly(toReactive(item)) : toReadonly(item); + } + return toReactive(item); +} +var arrayInstrumentations = { + __proto__: null, + [Symbol.iterator]() { + return iterator(this, Symbol.iterator, (item) => toWrapped(this, item)); + }, + concat(...args) { + return reactiveReadArray(this).concat( + ...args.map((x) => isArray(x) ? reactiveReadArray(x) : x) + ); + }, + entries() { + return iterator(this, "entries", (value) => { + value[1] = toWrapped(this, value[1]); + return value; + }); + }, + every(fn, thisArg) { + return apply(this, "every", fn, thisArg, void 0, arguments); + }, + filter(fn, thisArg) { + return apply( + this, + "filter", + fn, + thisArg, + (v) => v.map((item) => toWrapped(this, item)), + arguments + ); + }, + find(fn, thisArg) { + return apply( + this, + "find", + fn, + thisArg, + (item) => toWrapped(this, item), + arguments + ); + }, + findIndex(fn, thisArg) { + return apply(this, "findIndex", fn, thisArg, void 0, arguments); + }, + findLast(fn, thisArg) { + return apply( + this, + "findLast", + fn, + thisArg, + (item) => toWrapped(this, item), + arguments + ); + }, + findLastIndex(fn, thisArg) { + return apply(this, "findLastIndex", fn, thisArg, void 0, arguments); + }, + // flat, flatMap could benefit from ARRAY_ITERATE but are not straight-forward to implement + forEach(fn, thisArg) { + return apply(this, "forEach", fn, thisArg, void 0, arguments); + }, + includes(...args) { + return searchProxy(this, "includes", args); + }, + indexOf(...args) { + return searchProxy(this, "indexOf", args); + }, + join(separator) { + return reactiveReadArray(this).join(separator); + }, + // keys() iterator only reads `length`, no optimization required + lastIndexOf(...args) { + return searchProxy(this, "lastIndexOf", args); + }, + map(fn, thisArg) { + return apply(this, "map", fn, thisArg, void 0, arguments); + }, + pop() { + return noTracking(this, "pop"); + }, + push(...args) { + return noTracking(this, "push", args); + }, + reduce(fn, ...args) { + return reduce(this, "reduce", fn, args); + }, + reduceRight(fn, ...args) { + return reduce(this, "reduceRight", fn, args); + }, + shift() { + return noTracking(this, "shift"); + }, + // slice could use ARRAY_ITERATE but also seems to beg for range tracking + some(fn, thisArg) { + return apply(this, "some", fn, thisArg, void 0, arguments); + }, + splice(...args) { + return noTracking(this, "splice", args); + }, + toReversed() { + return reactiveReadArray(this).toReversed(); + }, + toSorted(comparer) { + return reactiveReadArray(this).toSorted(comparer); + }, + toSpliced(...args) { + return reactiveReadArray(this).toSpliced(...args); + }, + unshift(...args) { + return noTracking(this, "unshift", args); + }, + values() { + return iterator(this, "values", (item) => toWrapped(this, item)); + } +}; +function iterator(self2, method, wrapValue) { + const arr = shallowReadArray(self2); + const iter = arr[method](); + if (arr !== self2 && !isShallow(self2)) { + iter._next = iter.next; + iter.next = () => { + const result = iter._next(); + if (!result.done) { + result.value = wrapValue(result.value); + } + return result; + }; + } + return iter; +} +var arrayProto = Array.prototype; +function apply(self2, method, fn, thisArg, wrappedRetFn, args) { + const arr = shallowReadArray(self2); + const needsWrap = arr !== self2 && !isShallow(self2); + const methodFn = arr[method]; + if (methodFn !== arrayProto[method]) { + const result2 = methodFn.apply(self2, args); + return needsWrap ? toReactive(result2) : result2; + } + let wrappedFn = fn; + if (arr !== self2) { + if (needsWrap) { + wrappedFn = function(item, index) { + return fn.call(this, toWrapped(self2, item), index, self2); + }; + } else if (fn.length > 2) { + wrappedFn = function(item, index) { + return fn.call(this, item, index, self2); + }; + } + } + const result = methodFn.call(arr, wrappedFn, thisArg); + return needsWrap && wrappedRetFn ? wrappedRetFn(result) : result; +} +function reduce(self2, method, fn, args) { + const arr = shallowReadArray(self2); + let wrappedFn = fn; + if (arr !== self2) { + if (!isShallow(self2)) { + wrappedFn = function(acc, item, index) { + return fn.call(this, acc, toWrapped(self2, item), index, self2); + }; + } else if (fn.length > 3) { + wrappedFn = function(acc, item, index) { + return fn.call(this, acc, item, index, self2); + }; + } + } + return arr[method](wrappedFn, ...args); +} +function searchProxy(self2, method, args) { + const arr = toRaw(self2); + track(arr, "iterate", ARRAY_ITERATE_KEY); + const res = arr[method](...args); + if ((res === -1 || res === false) && isProxy(args[0])) { + args[0] = toRaw(args[0]); + return arr[method](...args); + } + return res; +} +function noTracking(self2, method, args = []) { + pauseTracking(); + startBatch(); + const res = toRaw(self2)[method].apply(self2, args); + endBatch(); + resetTracking(); + return res; +} +var isNonTrackableKeys = makeMap(`__proto__,__v_isRef,__isVue`); +var builtInSymbols = new Set( + Object.getOwnPropertyNames(Symbol).filter((key) => key !== "arguments" && key !== "caller").map((key) => Symbol[key]).filter(isSymbol) +); +function hasOwnProperty2(key) { + if (!isSymbol(key)) key = String(key); + const obj = toRaw(this); + track(obj, "has", key); + return obj.hasOwnProperty(key); +} +var BaseReactiveHandler = class { + constructor(_isReadonly = false, _isShallow = false) { + this._isReadonly = _isReadonly; + this._isShallow = _isShallow; + } + get(target, key, receiver) { + if (key === "__v_skip") return target["__v_skip"]; + const isReadonly2 = this._isReadonly, isShallow2 = this._isShallow; + if (key === "__v_isReactive") { + return !isReadonly2; + } else if (key === "__v_isReadonly") { + return isReadonly2; + } else if (key === "__v_isShallow") { + return isShallow2; + } else if (key === "__v_raw") { + if (receiver === (isReadonly2 ? isShallow2 ? shallowReadonlyMap : readonlyMap : isShallow2 ? shallowReactiveMap : reactiveMap).get(target) || // receiver is not the reactive proxy, but has the same prototype + // this means the receiver is a user proxy of the reactive proxy + Object.getPrototypeOf(target) === Object.getPrototypeOf(receiver)) { + return target; + } + return; + } + const targetIsArray = isArray(target); + if (!isReadonly2) { + let fn; + if (targetIsArray && (fn = arrayInstrumentations[key])) { + return fn; + } + if (key === "hasOwnProperty") { + return hasOwnProperty2; + } + } + const res = Reflect.get( + target, + key, + // if this is a proxy wrapping a ref, return methods using the raw ref + // as receiver so that we don't have to call `toRaw` on the ref in all + // its class methods + isRef2(target) ? target : receiver + ); + if (isSymbol(key) ? builtInSymbols.has(key) : isNonTrackableKeys(key)) { + return res; + } + if (!isReadonly2) { + track(target, "get", key); + } + if (isShallow2) { + return res; + } + if (isRef2(res)) { + const value = targetIsArray && isIntegerKey(key) ? res : res.value; + return isReadonly2 && isObject(value) ? readonly(value) : value; + } + if (isObject(res)) { + return isReadonly2 ? readonly(res) : reactive(res); + } + return res; + } +}; +var MutableReactiveHandler = class extends BaseReactiveHandler { + constructor(isShallow2 = false) { + super(false, isShallow2); + } + set(target, key, value, receiver) { + let oldValue = target[key]; + const isArrayWithIntegerKey = isArray(target) && isIntegerKey(key); + if (!this._isShallow) { + const isOldValueReadonly = isReadonly(oldValue); + if (!isShallow(value) && !isReadonly(value)) { + oldValue = toRaw(oldValue); + value = toRaw(value); + } + if (!isArrayWithIntegerKey && isRef2(oldValue) && !isRef2(value)) { + if (isOldValueReadonly) { + if (true) { + warn( + `Set operation on key "${String(key)}" failed: target is readonly.`, + target[key] + ); + } + return true; + } else { + oldValue.value = value; + return true; + } + } + } + const hadKey = isArrayWithIntegerKey ? Number(key) < target.length : hasOwn(target, key); + const result = Reflect.set( + target, + key, + value, + isRef2(target) ? target : receiver + ); + if (target === toRaw(receiver)) { + if (!hadKey) { + trigger(target, "add", key, value); + } else if (hasChanged(value, oldValue)) { + trigger(target, "set", key, value, oldValue); + } + } + return result; + } + deleteProperty(target, key) { + const hadKey = hasOwn(target, key); + const oldValue = target[key]; + const result = Reflect.deleteProperty(target, key); + if (result && hadKey) { + trigger(target, "delete", key, void 0, oldValue); + } + return result; + } + has(target, key) { + const result = Reflect.has(target, key); + if (!isSymbol(key) || !builtInSymbols.has(key)) { + track(target, "has", key); + } + return result; + } + ownKeys(target) { + track( + target, + "iterate", + isArray(target) ? "length" : ITERATE_KEY + ); + return Reflect.ownKeys(target); + } +}; +var ReadonlyReactiveHandler = class extends BaseReactiveHandler { + constructor(isShallow2 = false) { + super(true, isShallow2); + } + set(target, key) { + if (true) { + warn( + `Set operation on key "${String(key)}" failed: target is readonly.`, + target + ); + } + return true; + } + deleteProperty(target, key) { + if (true) { + warn( + `Delete operation on key "${String(key)}" failed: target is readonly.`, + target + ); + } + return true; + } +}; +var mutableHandlers = new MutableReactiveHandler(); +var readonlyHandlers = new ReadonlyReactiveHandler(); +var shallowReactiveHandlers = new MutableReactiveHandler(true); +var shallowReadonlyHandlers = new ReadonlyReactiveHandler(true); +var toShallow = (value) => value; +var getProto = (v) => Reflect.getPrototypeOf(v); +function createIterableMethod(method, isReadonly2, isShallow2) { + return function(...args) { + const target = this["__v_raw"]; + const rawTarget = toRaw(target); + const targetIsMap = isMap(rawTarget); + const isPair = method === "entries" || method === Symbol.iterator && targetIsMap; + const isKeyOnly = method === "keys" && targetIsMap; + const innerIterator = target[method](...args); + const wrap = isShallow2 ? toShallow : isReadonly2 ? toReadonly : toReactive; + !isReadonly2 && track( + rawTarget, + "iterate", + isKeyOnly ? MAP_KEY_ITERATE_KEY : ITERATE_KEY + ); + return { + // iterator protocol + next() { + const { value, done } = innerIterator.next(); + return done ? { value, done } : { + value: isPair ? [wrap(value[0]), wrap(value[1])] : wrap(value), + done + }; + }, + // iterable protocol + [Symbol.iterator]() { + return this; + } + }; + }; +} +function createReadonlyMethod(type) { + return function(...args) { + if (true) { + const key = args[0] ? `on key "${args[0]}" ` : ``; + warn( + `${capitalize(type)} operation ${key}failed: target is readonly.`, + toRaw(this) + ); + } + return type === "delete" ? false : type === "clear" ? void 0 : this; + }; +} +function createInstrumentations(readonly2, shallow) { + const instrumentations = { + get(key) { + const target = this["__v_raw"]; + const rawTarget = toRaw(target); + const rawKey = toRaw(key); + if (!readonly2) { + if (hasChanged(key, rawKey)) { + track(rawTarget, "get", key); + } + track(rawTarget, "get", rawKey); + } + const { has } = getProto(rawTarget); + const wrap = shallow ? toShallow : readonly2 ? toReadonly : toReactive; + if (has.call(rawTarget, key)) { + return wrap(target.get(key)); + } else if (has.call(rawTarget, rawKey)) { + return wrap(target.get(rawKey)); + } else if (target !== rawTarget) { + target.get(key); + } + }, + get size() { + const target = this["__v_raw"]; + !readonly2 && track(toRaw(target), "iterate", ITERATE_KEY); + return target.size; + }, + has(key) { + const target = this["__v_raw"]; + const rawTarget = toRaw(target); + const rawKey = toRaw(key); + if (!readonly2) { + if (hasChanged(key, rawKey)) { + track(rawTarget, "has", key); + } + track(rawTarget, "has", rawKey); + } + return key === rawKey ? target.has(key) : target.has(key) || target.has(rawKey); + }, + forEach(callback, thisArg) { + const observed = this; + const target = observed["__v_raw"]; + const rawTarget = toRaw(target); + const wrap = shallow ? toShallow : readonly2 ? toReadonly : toReactive; + !readonly2 && track(rawTarget, "iterate", ITERATE_KEY); + return target.forEach((value, key) => { + return callback.call(thisArg, wrap(value), wrap(key), observed); + }); + } + }; + extend( + instrumentations, + readonly2 ? { + add: createReadonlyMethod("add"), + set: createReadonlyMethod("set"), + delete: createReadonlyMethod("delete"), + clear: createReadonlyMethod("clear") + } : { + add(value) { + if (!shallow && !isShallow(value) && !isReadonly(value)) { + value = toRaw(value); + } + const target = toRaw(this); + const proto = getProto(target); + const hadKey = proto.has.call(target, value); + if (!hadKey) { + target.add(value); + trigger(target, "add", value, value); + } + return this; + }, + set(key, value) { + if (!shallow && !isShallow(value) && !isReadonly(value)) { + value = toRaw(value); + } + const target = toRaw(this); + const { has, get } = getProto(target); + let hadKey = has.call(target, key); + if (!hadKey) { + key = toRaw(key); + hadKey = has.call(target, key); + } else if (true) { + checkIdentityKeys(target, has, key); + } + const oldValue = get.call(target, key); + target.set(key, value); + if (!hadKey) { + trigger(target, "add", key, value); + } else if (hasChanged(value, oldValue)) { + trigger(target, "set", key, value, oldValue); + } + return this; + }, + delete(key) { + const target = toRaw(this); + const { has, get } = getProto(target); + let hadKey = has.call(target, key); + if (!hadKey) { + key = toRaw(key); + hadKey = has.call(target, key); + } else if (true) { + checkIdentityKeys(target, has, key); + } + const oldValue = get ? get.call(target, key) : void 0; + const result = target.delete(key); + if (hadKey) { + trigger(target, "delete", key, void 0, oldValue); + } + return result; + }, + clear() { + const target = toRaw(this); + const hadItems = target.size !== 0; + const oldTarget = true ? isMap(target) ? new Map(target) : new Set(target) : void 0; + const result = target.clear(); + if (hadItems) { + trigger( + target, + "clear", + void 0, + void 0, + oldTarget + ); + } + return result; + } + } + ); + const iteratorMethods = [ + "keys", + "values", + "entries", + Symbol.iterator + ]; + iteratorMethods.forEach((method) => { + instrumentations[method] = createIterableMethod(method, readonly2, shallow); + }); + return instrumentations; +} +function createInstrumentationGetter(isReadonly2, shallow) { + const instrumentations = createInstrumentations(isReadonly2, shallow); + return (target, key, receiver) => { + if (key === "__v_isReactive") { + return !isReadonly2; + } else if (key === "__v_isReadonly") { + return isReadonly2; + } else if (key === "__v_raw") { + return target; + } + return Reflect.get( + hasOwn(instrumentations, key) && key in target ? instrumentations : target, + key, + receiver + ); + }; +} +var mutableCollectionHandlers = { + get: createInstrumentationGetter(false, false) +}; +var shallowCollectionHandlers = { + get: createInstrumentationGetter(false, true) +}; +var readonlyCollectionHandlers = { + get: createInstrumentationGetter(true, false) +}; +var shallowReadonlyCollectionHandlers = { + get: createInstrumentationGetter(true, true) +}; +function checkIdentityKeys(target, has, key) { + const rawKey = toRaw(key); + if (rawKey !== key && has.call(target, rawKey)) { + const type = toRawType(target); + warn( + `Reactive ${type} contains both the raw and reactive versions of the same object${type === `Map` ? ` as keys` : ``}, which can lead to inconsistencies. Avoid differentiating between the raw and reactive versions of an object and only use the reactive version if possible.` + ); + } +} +var reactiveMap = /* @__PURE__ */ new WeakMap(); +var shallowReactiveMap = /* @__PURE__ */ new WeakMap(); +var readonlyMap = /* @__PURE__ */ new WeakMap(); +var shallowReadonlyMap = /* @__PURE__ */ new WeakMap(); +function targetTypeMap(rawType) { + switch (rawType) { + case "Object": + case "Array": + return 1; + case "Map": + case "Set": + case "WeakMap": + case "WeakSet": + return 2; + default: + return 0; + } +} +function getTargetType(value) { + return value["__v_skip"] || !Object.isExtensible(value) ? 0 : targetTypeMap(toRawType(value)); +} +function reactive(target) { + if (isReadonly(target)) { + return target; + } + return createReactiveObject( + target, + false, + mutableHandlers, + mutableCollectionHandlers, + reactiveMap + ); +} +function shallowReactive(target) { + return createReactiveObject( + target, + false, + shallowReactiveHandlers, + shallowCollectionHandlers, + shallowReactiveMap + ); +} +function readonly(target) { + return createReactiveObject( + target, + true, + readonlyHandlers, + readonlyCollectionHandlers, + readonlyMap + ); +} +function shallowReadonly(target) { + return createReactiveObject( + target, + true, + shallowReadonlyHandlers, + shallowReadonlyCollectionHandlers, + shallowReadonlyMap + ); +} +function createReactiveObject(target, isReadonly2, baseHandlers, collectionHandlers, proxyMap) { + if (!isObject(target)) { + if (true) { + warn( + `value cannot be made ${isReadonly2 ? "readonly" : "reactive"}: ${String( + target + )}` + ); + } + return target; + } + if (target["__v_raw"] && !(isReadonly2 && target["__v_isReactive"])) { + return target; + } + const targetType = getTargetType(target); + if (targetType === 0) { + return target; + } + const existingProxy = proxyMap.get(target); + if (existingProxy) { + return existingProxy; + } + const proxy = new Proxy( + target, + targetType === 2 ? collectionHandlers : baseHandlers + ); + proxyMap.set(target, proxy); + return proxy; +} +function isReactive(value) { + if (isReadonly(value)) { + return isReactive(value["__v_raw"]); + } + return !!(value && value["__v_isReactive"]); +} +function isReadonly(value) { + return !!(value && value["__v_isReadonly"]); +} +function isShallow(value) { + return !!(value && value["__v_isShallow"]); +} +function isProxy(value) { + return value ? !!value["__v_raw"] : false; +} +function toRaw(observed) { + const raw = observed && observed["__v_raw"]; + return raw ? toRaw(raw) : observed; +} +function markRaw(value) { + if (!hasOwn(value, "__v_skip") && Object.isExtensible(value)) { + def(value, "__v_skip", true); + } + return value; +} +var toReactive = (value) => isObject(value) ? reactive(value) : value; +var toReadonly = (value) => isObject(value) ? readonly(value) : value; +function isRef2(r) { + return r ? r["__v_isRef"] === true : false; +} +function ref(value) { + return createRef(value, false); +} +function shallowRef(value) { + return createRef(value, true); +} +function createRef(rawValue, shallow) { + if (isRef2(rawValue)) { + return rawValue; + } + return new RefImpl(rawValue, shallow); +} +var RefImpl = class { + constructor(value, isShallow2) { + this.dep = new Dep(); + this["__v_isRef"] = true; + this["__v_isShallow"] = false; + this._rawValue = isShallow2 ? value : toRaw(value); + this._value = isShallow2 ? value : toReactive(value); + this["__v_isShallow"] = isShallow2; + } + get value() { + if (true) { + this.dep.track({ + target: this, + type: "get", + key: "value" + }); + } else { + this.dep.track(); + } + return this._value; + } + set value(newValue) { + const oldValue = this._rawValue; + const useDirectValue = this["__v_isShallow"] || isShallow(newValue) || isReadonly(newValue); + newValue = useDirectValue ? newValue : toRaw(newValue); + if (hasChanged(newValue, oldValue)) { + this._rawValue = newValue; + this._value = useDirectValue ? newValue : toReactive(newValue); + if (true) { + this.dep.trigger({ + target: this, + type: "set", + key: "value", + newValue, + oldValue + }); + } else { + this.dep.trigger(); + } + } + } +}; +function triggerRef(ref2) { + if (ref2.dep) { + if (true) { + ref2.dep.trigger({ + target: ref2, + type: "set", + key: "value", + newValue: ref2._value + }); + } else { + ref2.dep.trigger(); + } + } +} +function unref(ref2) { + return isRef2(ref2) ? ref2.value : ref2; +} +function toValue(source) { + return isFunction(source) ? source() : unref(source); +} +var shallowUnwrapHandlers = { + get: (target, key, receiver) => key === "__v_raw" ? target : unref(Reflect.get(target, key, receiver)), + set: (target, key, value, receiver) => { + const oldValue = target[key]; + if (isRef2(oldValue) && !isRef2(value)) { + oldValue.value = value; + return true; + } else { + return Reflect.set(target, key, value, receiver); + } + } +}; +function proxyRefs(objectWithRefs) { + return isReactive(objectWithRefs) ? objectWithRefs : new Proxy(objectWithRefs, shallowUnwrapHandlers); +} +var CustomRefImpl = class { + constructor(factory) { + this["__v_isRef"] = true; + this._value = void 0; + const dep = this.dep = new Dep(); + const { get, set } = factory(dep.track.bind(dep), dep.trigger.bind(dep)); + this._get = get; + this._set = set; + } + get value() { + return this._value = this._get(); + } + set value(newVal) { + this._set(newVal); + } +}; +function customRef(factory) { + return new CustomRefImpl(factory); +} +function toRefs(object) { + if (!isProxy(object)) { + warn(`toRefs() expects a reactive object but received a plain one.`); + } + const ret = isArray(object) ? new Array(object.length) : {}; + for (const key in object) { + ret[key] = propertyToRef(object, key); + } + return ret; +} +var ObjectRefImpl = class { + constructor(_object, _key, _defaultValue) { + this._object = _object; + this._key = _key; + this._defaultValue = _defaultValue; + this["__v_isRef"] = true; + this._value = void 0; + this._raw = toRaw(_object); + let shallow = true; + let obj = _object; + if (!isArray(_object) || !isIntegerKey(String(_key))) { + do { + shallow = !isProxy(obj) || isShallow(obj); + } while (shallow && (obj = obj["__v_raw"])); + } + this._shallow = shallow; + } + get value() { + let val = this._object[this._key]; + if (this._shallow) { + val = unref(val); + } + return this._value = val === void 0 ? this._defaultValue : val; + } + set value(newVal) { + if (this._shallow && isRef2(this._raw[this._key])) { + const nestedRef = this._object[this._key]; + if (isRef2(nestedRef)) { + nestedRef.value = newVal; + return; + } + } + this._object[this._key] = newVal; + } + get dep() { + return getDepFromReactive(this._raw, this._key); + } +}; +var GetterRefImpl = class { + constructor(_getter) { + this._getter = _getter; + this["__v_isRef"] = true; + this["__v_isReadonly"] = true; + this._value = void 0; + } + get value() { + return this._value = this._getter(); + } +}; +function toRef(source, key, defaultValue) { + if (isRef2(source)) { + return source; + } else if (isFunction(source)) { + return new GetterRefImpl(source); + } else if (isObject(source) && arguments.length > 1) { + return propertyToRef(source, key, defaultValue); + } else { + return ref(source); + } +} +function propertyToRef(source, key, defaultValue) { + return new ObjectRefImpl(source, key, defaultValue); +} +var ComputedRefImpl = class { + constructor(fn, setter, isSSR) { + this.fn = fn; + this.setter = setter; + this._value = void 0; + this.dep = new Dep(this); + this.__v_isRef = true; + this.deps = void 0; + this.depsTail = void 0; + this.flags = 16; + this.globalVersion = globalVersion - 1; + this.next = void 0; + this.effect = this; + this["__v_isReadonly"] = !setter; + this.isSSR = isSSR; + } + /** + * @internal + */ + notify() { + this.flags |= 16; + if (!(this.flags & 8) && // avoid infinite self recursion + activeSub !== this) { + batch(this, true); + return true; + } else if (true) ; + } + get value() { + const link = true ? this.dep.track({ + target: this, + type: "get", + key: "value" + }) : this.dep.track(); + refreshComputed(this); + if (link) { + link.version = this.dep.version; + } + return this._value; + } + set value(newValue) { + if (this.setter) { + this.setter(newValue); + } else if (true) { + warn("Write operation failed: computed value is readonly"); + } + } +}; +function computed(getterOrOptions, debugOptions, isSSR = false) { + let getter; + let setter; + if (isFunction(getterOrOptions)) { + getter = getterOrOptions; + } else { + getter = getterOrOptions.get; + setter = getterOrOptions.set; + } + const cRef = new ComputedRefImpl(getter, setter, isSSR); + if (debugOptions && !isSSR) { + cRef.onTrack = debugOptions.onTrack; + cRef.onTrigger = debugOptions.onTrigger; + } + return cRef; +} +var TrackOpTypes = { + "GET": "get", + "HAS": "has", + "ITERATE": "iterate" +}; +var TriggerOpTypes = { + "SET": "set", + "ADD": "add", + "DELETE": "delete", + "CLEAR": "clear" +}; +var INITIAL_WATCHER_VALUE = {}; +var cleanupMap = /* @__PURE__ */ new WeakMap(); +var activeWatcher = void 0; +function getCurrentWatcher() { + return activeWatcher; +} +function onWatcherCleanup(cleanupFn, failSilently = false, owner = activeWatcher) { + if (owner) { + let cleanups = cleanupMap.get(owner); + if (!cleanups) cleanupMap.set(owner, cleanups = []); + cleanups.push(cleanupFn); + } else if (!failSilently) { + warn( + `onWatcherCleanup() was called when there was no active watcher to associate with.` + ); + } +} +function watch(source, cb, options = EMPTY_OBJ) { + const { immediate, deep, once, scheduler, augmentJob, call } = options; + const warnInvalidSource = (s) => { + (options.onWarn || warn)( + `Invalid watch source: `, + s, + `A watch source can only be a getter/effect function, a ref, a reactive object, or an array of these types.` + ); + }; + const reactiveGetter = (source2) => { + if (deep) return source2; + if (isShallow(source2) || deep === false || deep === 0) + return traverse(source2, 1); + return traverse(source2); + }; + let effect2; + let getter; + let cleanup; + let boundCleanup; + let forceTrigger = false; + let isMultiSource = false; + if (isRef2(source)) { + getter = () => source.value; + forceTrigger = isShallow(source); + } else if (isReactive(source)) { + getter = () => reactiveGetter(source); + forceTrigger = true; + } else if (isArray(source)) { + isMultiSource = true; + forceTrigger = source.some((s) => isReactive(s) || isShallow(s)); + getter = () => source.map((s) => { + if (isRef2(s)) { + return s.value; + } else if (isReactive(s)) { + return reactiveGetter(s); + } else if (isFunction(s)) { + return call ? call(s, 2) : s(); + } else { + warnInvalidSource(s); + } + }); + } else if (isFunction(source)) { + if (cb) { + getter = call ? () => call(source, 2) : source; + } else { + getter = () => { + if (cleanup) { + pauseTracking(); + try { + cleanup(); + } finally { + resetTracking(); + } + } + const currentEffect = activeWatcher; + activeWatcher = effect2; + try { + return call ? call(source, 3, [boundCleanup]) : source(boundCleanup); + } finally { + activeWatcher = currentEffect; + } + }; + } + } else { + getter = NOOP; + warnInvalidSource(source); + } + if (cb && deep) { + const baseGetter = getter; + const depth = deep === true ? Infinity : deep; + getter = () => traverse(baseGetter(), depth); + } + const scope = getCurrentScope(); + const watchHandle = () => { + effect2.stop(); + if (scope && scope.active) { + remove(scope.effects, effect2); + } + }; + if (once && cb) { + const _cb = cb; + cb = (...args) => { + _cb(...args); + watchHandle(); + }; + } + let oldValue = isMultiSource ? new Array(source.length).fill(INITIAL_WATCHER_VALUE) : INITIAL_WATCHER_VALUE; + const job = (immediateFirstRun) => { + if (!(effect2.flags & 1) || !effect2.dirty && !immediateFirstRun) { + return; + } + if (cb) { + const newValue = effect2.run(); + if (deep || forceTrigger || (isMultiSource ? newValue.some((v, i) => hasChanged(v, oldValue[i])) : hasChanged(newValue, oldValue))) { + if (cleanup) { + cleanup(); + } + const currentWatcher = activeWatcher; + activeWatcher = effect2; + try { + const args = [ + newValue, + // pass undefined as the old value when it's changed for the first time + oldValue === INITIAL_WATCHER_VALUE ? void 0 : isMultiSource && oldValue[0] === INITIAL_WATCHER_VALUE ? [] : oldValue, + boundCleanup + ]; + oldValue = newValue; + call ? call(cb, 3, args) : ( + // @ts-expect-error + cb(...args) + ); + } finally { + activeWatcher = currentWatcher; + } + } + } else { + effect2.run(); + } + }; + if (augmentJob) { + augmentJob(job); + } + effect2 = new ReactiveEffect(getter); + effect2.scheduler = scheduler ? () => scheduler(job, false) : job; + boundCleanup = (fn) => onWatcherCleanup(fn, false, effect2); + cleanup = effect2.onStop = () => { + const cleanups = cleanupMap.get(effect2); + if (cleanups) { + if (call) { + call(cleanups, 4); + } else { + for (const cleanup2 of cleanups) cleanup2(); + } + cleanupMap.delete(effect2); + } + }; + if (true) { + effect2.onTrack = options.onTrack; + effect2.onTrigger = options.onTrigger; + } + if (cb) { + if (immediate) { + job(true); + } else { + oldValue = effect2.run(); + } + } else if (scheduler) { + scheduler(job.bind(null, true), true); + } else { + effect2.run(); + } + watchHandle.pause = effect2.pause.bind(effect2); + watchHandle.resume = effect2.resume.bind(effect2); + watchHandle.stop = watchHandle; + return watchHandle; +} +function traverse(value, depth = Infinity, seen) { + if (depth <= 0 || !isObject(value) || value["__v_skip"]) { + return value; + } + seen = seen || /* @__PURE__ */ new Map(); + if ((seen.get(value) || 0) >= depth) { + return value; + } + seen.set(value, depth); + depth--; + if (isRef2(value)) { + traverse(value.value, depth, seen); + } else if (isArray(value)) { + for (let i = 0; i < value.length; i++) { + traverse(value[i], depth, seen); + } + } else if (isSet(value) || isMap(value)) { + value.forEach((v) => { + traverse(v, depth, seen); + }); + } else if (isPlainObject(value)) { + for (const key in value) { + traverse(value[key], depth, seen); + } + for (const key of Object.getOwnPropertySymbols(value)) { + if (Object.prototype.propertyIsEnumerable.call(value, key)) { + traverse(value[key], depth, seen); + } + } + } + return value; +} + +// node_modules/.pnpm/@vue+runtime-core@3.5.26/node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.js +var stack = []; +function pushWarningContext(vnode) { + stack.push(vnode); +} +function popWarningContext() { + stack.pop(); +} +var isWarning = false; +function warn$1(msg, ...args) { + if (isWarning) return; + isWarning = true; + pauseTracking(); + const instance = stack.length ? stack[stack.length - 1].component : null; + const appWarnHandler = instance && instance.appContext.config.warnHandler; + const trace = getComponentTrace(); + if (appWarnHandler) { + callWithErrorHandling( + appWarnHandler, + instance, + 11, + [ + // eslint-disable-next-line no-restricted-syntax + msg + args.map((a) => { + var _a, _b; + return (_b = (_a = a.toString) == null ? void 0 : _a.call(a)) != null ? _b : JSON.stringify(a); + }).join(""), + instance && instance.proxy, + trace.map( + ({ vnode }) => `at <${formatComponentName(instance, vnode.type)}>` + ).join("\n"), + trace + ] + ); + } else { + const warnArgs = [`[Vue warn]: ${msg}`, ...args]; + if (trace.length && // avoid spamming console during tests + true) { + warnArgs.push(` +`, ...formatTrace(trace)); + } + console.warn(...warnArgs); + } + resetTracking(); + isWarning = false; +} +function getComponentTrace() { + let currentVNode = stack[stack.length - 1]; + if (!currentVNode) { + return []; + } + const normalizedStack = []; + while (currentVNode) { + const last = normalizedStack[0]; + if (last && last.vnode === currentVNode) { + last.recurseCount++; + } else { + normalizedStack.push({ + vnode: currentVNode, + recurseCount: 0 + }); + } + const parentInstance = currentVNode.component && currentVNode.component.parent; + currentVNode = parentInstance && parentInstance.vnode; + } + return normalizedStack; +} +function formatTrace(trace) { + const logs = []; + trace.forEach((entry, i) => { + logs.push(...i === 0 ? [] : [` +`], ...formatTraceEntry(entry)); + }); + return logs; +} +function formatTraceEntry({ vnode, recurseCount }) { + const postfix = recurseCount > 0 ? `... (${recurseCount} recursive calls)` : ``; + const isRoot = vnode.component ? vnode.component.parent == null : false; + const open = ` at <${formatComponentName( + vnode.component, + vnode.type, + isRoot + )}`; + const close = `>` + postfix; + return vnode.props ? [open, ...formatProps(vnode.props), close] : [open + close]; +} +function formatProps(props) { + const res = []; + const keys = Object.keys(props); + keys.slice(0, 3).forEach((key) => { + res.push(...formatProp(key, props[key])); + }); + if (keys.length > 3) { + res.push(` ...`); + } + return res; +} +function formatProp(key, value, raw) { + if (isString(value)) { + value = JSON.stringify(value); + return raw ? value : [`${key}=${value}`]; + } else if (typeof value === "number" || typeof value === "boolean" || value == null) { + return raw ? value : [`${key}=${value}`]; + } else if (isRef2(value)) { + value = formatProp(key, toRaw(value.value), true); + return raw ? value : [`${key}=Ref<`, value, `>`]; + } else if (isFunction(value)) { + return [`${key}=fn${value.name ? `<${value.name}>` : ``}`]; + } else { + value = toRaw(value); + return raw ? value : [`${key}=`, value]; + } +} +function assertNumber(val, type) { + if (false) return; + if (val === void 0) { + return; + } else if (typeof val !== "number") { + warn$1(`${type} is not a valid number - got ${JSON.stringify(val)}.`); + } else if (isNaN(val)) { + warn$1(`${type} is NaN - the duration expression might be incorrect.`); + } +} +var ErrorCodes = { + "SETUP_FUNCTION": 0, + "0": "SETUP_FUNCTION", + "RENDER_FUNCTION": 1, + "1": "RENDER_FUNCTION", + "NATIVE_EVENT_HANDLER": 5, + "5": "NATIVE_EVENT_HANDLER", + "COMPONENT_EVENT_HANDLER": 6, + "6": "COMPONENT_EVENT_HANDLER", + "VNODE_HOOK": 7, + "7": "VNODE_HOOK", + "DIRECTIVE_HOOK": 8, + "8": "DIRECTIVE_HOOK", + "TRANSITION_HOOK": 9, + "9": "TRANSITION_HOOK", + "APP_ERROR_HANDLER": 10, + "10": "APP_ERROR_HANDLER", + "APP_WARN_HANDLER": 11, + "11": "APP_WARN_HANDLER", + "FUNCTION_REF": 12, + "12": "FUNCTION_REF", + "ASYNC_COMPONENT_LOADER": 13, + "13": "ASYNC_COMPONENT_LOADER", + "SCHEDULER": 14, + "14": "SCHEDULER", + "COMPONENT_UPDATE": 15, + "15": "COMPONENT_UPDATE", + "APP_UNMOUNT_CLEANUP": 16, + "16": "APP_UNMOUNT_CLEANUP" +}; +var ErrorTypeStrings$1 = { + ["sp"]: "serverPrefetch hook", + ["bc"]: "beforeCreate hook", + ["c"]: "created hook", + ["bm"]: "beforeMount hook", + ["m"]: "mounted hook", + ["bu"]: "beforeUpdate hook", + ["u"]: "updated", + ["bum"]: "beforeUnmount hook", + ["um"]: "unmounted hook", + ["a"]: "activated hook", + ["da"]: "deactivated hook", + ["ec"]: "errorCaptured hook", + ["rtc"]: "renderTracked hook", + ["rtg"]: "renderTriggered hook", + [0]: "setup function", + [1]: "render function", + [2]: "watcher getter", + [3]: "watcher callback", + [4]: "watcher cleanup function", + [5]: "native event handler", + [6]: "component event handler", + [7]: "vnode hook", + [8]: "directive hook", + [9]: "transition hook", + [10]: "app errorHandler", + [11]: "app warnHandler", + [12]: "ref function", + [13]: "async component loader", + [14]: "scheduler flush", + [15]: "component update", + [16]: "app unmount cleanup function" +}; +function callWithErrorHandling(fn, instance, type, args) { + try { + return args ? fn(...args) : fn(); + } catch (err) { + handleError(err, instance, type); + } +} +function callWithAsyncErrorHandling(fn, instance, type, args) { + if (isFunction(fn)) { + const res = callWithErrorHandling(fn, instance, type, args); + if (res && isPromise(res)) { + res.catch((err) => { + handleError(err, instance, type); + }); + } + return res; + } + if (isArray(fn)) { + const values = []; + for (let i = 0; i < fn.length; i++) { + values.push(callWithAsyncErrorHandling(fn[i], instance, type, args)); + } + return values; + } else if (true) { + warn$1( + `Invalid value type passed to callWithAsyncErrorHandling(): ${typeof fn}` + ); + } +} +function handleError(err, instance, type, throwInDev = true) { + const contextVNode = instance ? instance.vnode : null; + const { errorHandler, throwUnhandledErrorInProduction } = instance && instance.appContext.config || EMPTY_OBJ; + if (instance) { + let cur = instance.parent; + const exposedInstance = instance.proxy; + const errorInfo = true ? ErrorTypeStrings$1[type] : `https://vuejs.org/error-reference/#runtime-${type}`; + while (cur) { + const errorCapturedHooks = cur.ec; + if (errorCapturedHooks) { + for (let i = 0; i < errorCapturedHooks.length; i++) { + if (errorCapturedHooks[i](err, exposedInstance, errorInfo) === false) { + return; + } + } + } + cur = cur.parent; + } + if (errorHandler) { + pauseTracking(); + callWithErrorHandling(errorHandler, null, 10, [ + err, + exposedInstance, + errorInfo + ]); + resetTracking(); + return; + } + } + logError(err, type, contextVNode, throwInDev, throwUnhandledErrorInProduction); +} +function logError(err, type, contextVNode, throwInDev = true, throwInProd = false) { + if (true) { + const info = ErrorTypeStrings$1[type]; + if (contextVNode) { + pushWarningContext(contextVNode); + } + warn$1(`Unhandled error${info ? ` during execution of ${info}` : ``}`); + if (contextVNode) { + popWarningContext(); + } + if (throwInDev) { + throw err; + } else { + console.error(err); + } + } else if (throwInProd) { + throw err; + } else { + console.error(err); + } +} +var queue = []; +var flushIndex = -1; +var pendingPostFlushCbs = []; +var activePostFlushCbs = null; +var postFlushIndex = 0; +var resolvedPromise = Promise.resolve(); +var currentFlushPromise = null; +var RECURSION_LIMIT = 100; +function nextTick(fn) { + const p2 = currentFlushPromise || resolvedPromise; + return fn ? p2.then(this ? fn.bind(this) : fn) : p2; +} +function findInsertionIndex(id) { + let start = flushIndex + 1; + let end = queue.length; + while (start < end) { + const middle = start + end >>> 1; + const middleJob = queue[middle]; + const middleJobId = getId(middleJob); + if (middleJobId < id || middleJobId === id && middleJob.flags & 2) { + start = middle + 1; + } else { + end = middle; + } + } + return start; +} +function queueJob(job) { + if (!(job.flags & 1)) { + const jobId = getId(job); + const lastJob = queue[queue.length - 1]; + if (!lastJob || // fast path when the job id is larger than the tail + !(job.flags & 2) && jobId >= getId(lastJob)) { + queue.push(job); + } else { + queue.splice(findInsertionIndex(jobId), 0, job); + } + job.flags |= 1; + queueFlush(); + } +} +function queueFlush() { + if (!currentFlushPromise) { + currentFlushPromise = resolvedPromise.then(flushJobs); + } +} +function queuePostFlushCb(cb) { + if (!isArray(cb)) { + if (activePostFlushCbs && cb.id === -1) { + activePostFlushCbs.splice(postFlushIndex + 1, 0, cb); + } else if (!(cb.flags & 1)) { + pendingPostFlushCbs.push(cb); + cb.flags |= 1; + } + } else { + pendingPostFlushCbs.push(...cb); + } + queueFlush(); +} +function flushPreFlushCbs(instance, seen, i = flushIndex + 1) { + if (true) { + seen = seen || /* @__PURE__ */ new Map(); + } + for (; i < queue.length; i++) { + const cb = queue[i]; + if (cb && cb.flags & 2) { + if (instance && cb.id !== instance.uid) { + continue; + } + if (checkRecursiveUpdates(seen, cb)) { + continue; + } + queue.splice(i, 1); + i--; + if (cb.flags & 4) { + cb.flags &= -2; + } + cb(); + if (!(cb.flags & 4)) { + cb.flags &= -2; + } + } + } +} +function flushPostFlushCbs(seen) { + if (pendingPostFlushCbs.length) { + const deduped = [...new Set(pendingPostFlushCbs)].sort( + (a, b) => getId(a) - getId(b) + ); + pendingPostFlushCbs.length = 0; + if (activePostFlushCbs) { + activePostFlushCbs.push(...deduped); + return; + } + activePostFlushCbs = deduped; + if (true) { + seen = seen || /* @__PURE__ */ new Map(); + } + for (postFlushIndex = 0; postFlushIndex < activePostFlushCbs.length; postFlushIndex++) { + const cb = activePostFlushCbs[postFlushIndex]; + if (checkRecursiveUpdates(seen, cb)) { + continue; + } + if (cb.flags & 4) { + cb.flags &= -2; + } + if (!(cb.flags & 8)) cb(); + cb.flags &= -2; + } + activePostFlushCbs = null; + postFlushIndex = 0; + } +} +var getId = (job) => job.id == null ? job.flags & 2 ? -1 : Infinity : job.id; +function flushJobs(seen) { + if (true) { + seen = seen || /* @__PURE__ */ new Map(); + } + const check = true ? (job) => checkRecursiveUpdates(seen, job) : NOOP; + try { + for (flushIndex = 0; flushIndex < queue.length; flushIndex++) { + const job = queue[flushIndex]; + if (job && !(job.flags & 8)) { + if (check(job)) { + continue; + } + if (job.flags & 4) { + job.flags &= ~1; + } + callWithErrorHandling( + job, + job.i, + job.i ? 15 : 14 + ); + if (!(job.flags & 4)) { + job.flags &= ~1; + } + } + } + } finally { + for (; flushIndex < queue.length; flushIndex++) { + const job = queue[flushIndex]; + if (job) { + job.flags &= -2; + } + } + flushIndex = -1; + queue.length = 0; + flushPostFlushCbs(seen); + currentFlushPromise = null; + if (queue.length || pendingPostFlushCbs.length) { + flushJobs(seen); + } + } +} +function checkRecursiveUpdates(seen, fn) { + const count = seen.get(fn) || 0; + if (count > RECURSION_LIMIT) { + const instance = fn.i; + const componentName = instance && getComponentName(instance.type); + handleError( + `Maximum recursive updates exceeded${componentName ? ` in component <${componentName}>` : ``}. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function.`, + null, + 10 + ); + return true; + } + seen.set(fn, count + 1); + return false; +} +var isHmrUpdating = false; +var hmrDirtyComponents = /* @__PURE__ */ new Map(); +if (true) { + getGlobalThis().__VUE_HMR_RUNTIME__ = { + createRecord: tryWrap(createRecord), + rerender: tryWrap(rerender), + reload: tryWrap(reload) + }; +} +var map = /* @__PURE__ */ new Map(); +function registerHMR(instance) { + const id = instance.type.__hmrId; + let record = map.get(id); + if (!record) { + createRecord(id, instance.type); + record = map.get(id); + } + record.instances.add(instance); +} +function unregisterHMR(instance) { + map.get(instance.type.__hmrId).instances.delete(instance); +} +function createRecord(id, initialDef) { + if (map.has(id)) { + return false; + } + map.set(id, { + initialDef: normalizeClassComponent(initialDef), + instances: /* @__PURE__ */ new Set() + }); + return true; +} +function normalizeClassComponent(component) { + return isClassComponent(component) ? component.__vccOpts : component; +} +function rerender(id, newRender) { + const record = map.get(id); + if (!record) { + return; + } + record.initialDef.render = newRender; + [...record.instances].forEach((instance) => { + if (newRender) { + instance.render = newRender; + normalizeClassComponent(instance.type).render = newRender; + } + instance.renderCache = []; + isHmrUpdating = true; + if (!(instance.job.flags & 8)) { + instance.update(); + } + isHmrUpdating = false; + }); +} +function reload(id, newComp) { + const record = map.get(id); + if (!record) return; + newComp = normalizeClassComponent(newComp); + updateComponentDef(record.initialDef, newComp); + const instances = [...record.instances]; + for (let i = 0; i < instances.length; i++) { + const instance = instances[i]; + const oldComp = normalizeClassComponent(instance.type); + let dirtyInstances = hmrDirtyComponents.get(oldComp); + if (!dirtyInstances) { + if (oldComp !== record.initialDef) { + updateComponentDef(oldComp, newComp); + } + hmrDirtyComponents.set(oldComp, dirtyInstances = /* @__PURE__ */ new Set()); + } + dirtyInstances.add(instance); + instance.appContext.propsCache.delete(instance.type); + instance.appContext.emitsCache.delete(instance.type); + instance.appContext.optionsCache.delete(instance.type); + if (instance.ceReload) { + dirtyInstances.add(instance); + instance.ceReload(newComp.styles); + dirtyInstances.delete(instance); + } else if (instance.parent) { + queueJob(() => { + if (!(instance.job.flags & 8)) { + isHmrUpdating = true; + instance.parent.update(); + isHmrUpdating = false; + dirtyInstances.delete(instance); + } + }); + } else if (instance.appContext.reload) { + instance.appContext.reload(); + } else if (typeof window !== "undefined") { + window.location.reload(); + } else { + console.warn( + "[HMR] Root or manually mounted instance modified. Full reload required." + ); + } + if (instance.root.ce && instance !== instance.root) { + instance.root.ce._removeChildStyle(oldComp); + } + } + queuePostFlushCb(() => { + hmrDirtyComponents.clear(); + }); +} +function updateComponentDef(oldComp, newComp) { + extend(oldComp, newComp); + for (const key in oldComp) { + if (key !== "__file" && !(key in newComp)) { + delete oldComp[key]; + } + } +} +function tryWrap(fn) { + return (id, arg) => { + try { + return fn(id, arg); + } catch (e) { + console.error(e); + console.warn( + `[HMR] Something went wrong during Vue component hot-reload. Full reload required.` + ); + } + }; +} +var devtools$1; +var buffer = []; +var devtoolsNotInstalled = false; +function emit$1(event, ...args) { + if (devtools$1) { + devtools$1.emit(event, ...args); + } else if (!devtoolsNotInstalled) { + buffer.push({ event, args }); + } +} +function setDevtoolsHook$1(hook, target) { + var _a, _b; + devtools$1 = hook; + if (devtools$1) { + devtools$1.enabled = true; + buffer.forEach(({ event, args }) => devtools$1.emit(event, ...args)); + buffer = []; + } else if ( + // handle late devtools injection - only do this if we are in an actual + // browser environment to avoid the timer handle stalling test runner exit + // (#4815) + typeof window !== "undefined" && // some envs mock window but not fully + window.HTMLElement && // also exclude jsdom + // eslint-disable-next-line no-restricted-syntax + !((_b = (_a = window.navigator) == null ? void 0 : _a.userAgent) == null ? void 0 : _b.includes("jsdom")) + ) { + const replay = target.__VUE_DEVTOOLS_HOOK_REPLAY__ = target.__VUE_DEVTOOLS_HOOK_REPLAY__ || []; + replay.push((newHook) => { + setDevtoolsHook$1(newHook, target); + }); + setTimeout(() => { + if (!devtools$1) { + target.__VUE_DEVTOOLS_HOOK_REPLAY__ = null; + devtoolsNotInstalled = true; + buffer = []; + } + }, 3e3); + } else { + devtoolsNotInstalled = true; + buffer = []; + } +} +function devtoolsInitApp(app, version2) { + emit$1("app:init", app, version2, { + Fragment, + Text, + Comment, + Static + }); +} +function devtoolsUnmountApp(app) { + emit$1("app:unmount", app); +} +var devtoolsComponentAdded = createDevtoolsComponentHook( + "component:added" + /* COMPONENT_ADDED */ +); +var devtoolsComponentUpdated = createDevtoolsComponentHook( + "component:updated" + /* COMPONENT_UPDATED */ +); +var _devtoolsComponentRemoved = createDevtoolsComponentHook( + "component:removed" + /* COMPONENT_REMOVED */ +); +var devtoolsComponentRemoved = (component) => { + if (devtools$1 && typeof devtools$1.cleanupBuffer === "function" && // remove the component if it wasn't buffered + !devtools$1.cleanupBuffer(component)) { + _devtoolsComponentRemoved(component); + } +}; +function createDevtoolsComponentHook(hook) { + return (component) => { + emit$1( + hook, + component.appContext.app, + component.uid, + component.parent ? component.parent.uid : void 0, + component + ); + }; +} +var devtoolsPerfStart = createDevtoolsPerformanceHook( + "perf:start" + /* PERFORMANCE_START */ +); +var devtoolsPerfEnd = createDevtoolsPerformanceHook( + "perf:end" + /* PERFORMANCE_END */ +); +function createDevtoolsPerformanceHook(hook) { + return (component, type, time) => { + emit$1(hook, component.appContext.app, component.uid, component, type, time); + }; +} +function devtoolsComponentEmit(component, event, params) { + emit$1( + "component:emit", + component.appContext.app, + component, + event, + params + ); +} +var currentRenderingInstance = null; +var currentScopeId = null; +function setCurrentRenderingInstance(instance) { + const prev = currentRenderingInstance; + currentRenderingInstance = instance; + currentScopeId = instance && instance.type.__scopeId || null; + return prev; +} +function pushScopeId(id) { + currentScopeId = id; +} +function popScopeId() { + currentScopeId = null; +} +var withScopeId = (_id) => withCtx; +function withCtx(fn, ctx = currentRenderingInstance, isNonScopedSlot) { + if (!ctx) return fn; + if (fn._n) { + return fn; + } + const renderFnWithContext = (...args) => { + if (renderFnWithContext._d) { + setBlockTracking(-1); + } + const prevInstance = setCurrentRenderingInstance(ctx); + let res; + try { + res = fn(...args); + } finally { + setCurrentRenderingInstance(prevInstance); + if (renderFnWithContext._d) { + setBlockTracking(1); + } + } + if (true) { + devtoolsComponentUpdated(ctx); + } + return res; + }; + renderFnWithContext._n = true; + renderFnWithContext._c = true; + renderFnWithContext._d = true; + return renderFnWithContext; +} +function validateDirectiveName(name) { + if (isBuiltInDirective(name)) { + warn$1("Do not use built-in directive ids as custom directive id: " + name); + } +} +function withDirectives(vnode, directives) { + if (currentRenderingInstance === null) { + warn$1(`withDirectives can only be used inside render functions.`); + return vnode; + } + const instance = getComponentPublicInstance(currentRenderingInstance); + const bindings = vnode.dirs || (vnode.dirs = []); + for (let i = 0; i < directives.length; i++) { + let [dir, value, arg, modifiers = EMPTY_OBJ] = directives[i]; + if (dir) { + if (isFunction(dir)) { + dir = { + mounted: dir, + updated: dir + }; + } + if (dir.deep) { + traverse(value); + } + bindings.push({ + dir, + instance, + value, + oldValue: void 0, + arg, + modifiers + }); + } + } + return vnode; +} +function invokeDirectiveHook(vnode, prevVNode, instance, name) { + const bindings = vnode.dirs; + const oldBindings = prevVNode && prevVNode.dirs; + for (let i = 0; i < bindings.length; i++) { + const binding = bindings[i]; + if (oldBindings) { + binding.oldValue = oldBindings[i].value; + } + let hook = binding.dir[name]; + if (hook) { + pauseTracking(); + callWithAsyncErrorHandling(hook, instance, 8, [ + vnode.el, + binding, + vnode, + prevVNode + ]); + resetTracking(); + } + } +} +function provide(key, value) { + if (true) { + if (!currentInstance || currentInstance.isMounted) { + warn$1(`provide() can only be used inside setup().`); + } + } + if (currentInstance) { + let provides = currentInstance.provides; + const parentProvides = currentInstance.parent && currentInstance.parent.provides; + if (parentProvides === provides) { + provides = currentInstance.provides = Object.create(parentProvides); + } + provides[key] = value; + } +} +function inject(key, defaultValue, treatDefaultAsFactory = false) { + const instance = getCurrentInstance(); + if (instance || currentApp) { + let provides = currentApp ? currentApp._context.provides : instance ? instance.parent == null || instance.ce ? instance.vnode.appContext && instance.vnode.appContext.provides : instance.parent.provides : void 0; + if (provides && key in provides) { + return provides[key]; + } else if (arguments.length > 1) { + return treatDefaultAsFactory && isFunction(defaultValue) ? defaultValue.call(instance && instance.proxy) : defaultValue; + } else if (true) { + warn$1(`injection "${String(key)}" not found.`); + } + } else if (true) { + warn$1(`inject() can only be used inside setup() or functional components.`); + } +} +function hasInjectionContext() { + return !!(getCurrentInstance() || currentApp); +} +var ssrContextKey = /* @__PURE__ */ Symbol.for("v-scx"); +var useSSRContext = () => { + { + const ctx = inject(ssrContextKey); + if (!ctx) { + warn$1( + `Server rendering context not provided. Make sure to only call useSSRContext() conditionally in the server build.` + ); + } + return ctx; + } +}; +function watchEffect(effect2, options) { + return doWatch(effect2, null, options); +} +function watchPostEffect(effect2, options) { + return doWatch( + effect2, + null, + true ? extend({}, options, { flush: "post" }) : { flush: "post" } + ); +} +function watchSyncEffect(effect2, options) { + return doWatch( + effect2, + null, + true ? extend({}, options, { flush: "sync" }) : { flush: "sync" } + ); +} +function watch2(source, cb, options) { + if (!isFunction(cb)) { + warn$1( + `\`watch(fn, options?)\` signature has been moved to a separate API. Use \`watchEffect(fn, options?)\` instead. \`watch\` now only supports \`watch(source, cb, options?) signature.` + ); + } + return doWatch(source, cb, options); +} +function doWatch(source, cb, options = EMPTY_OBJ) { + const { immediate, deep, flush, once } = options; + if (!cb) { + if (immediate !== void 0) { + warn$1( + `watch() "immediate" option is only respected when using the watch(source, callback, options?) signature.` + ); + } + if (deep !== void 0) { + warn$1( + `watch() "deep" option is only respected when using the watch(source, callback, options?) signature.` + ); + } + if (once !== void 0) { + warn$1( + `watch() "once" option is only respected when using the watch(source, callback, options?) signature.` + ); + } + } + const baseWatchOptions = extend({}, options); + if (true) baseWatchOptions.onWarn = warn$1; + const runsImmediately = cb && immediate || !cb && flush !== "post"; + let ssrCleanup; + if (isInSSRComponentSetup) { + if (flush === "sync") { + const ctx = useSSRContext(); + ssrCleanup = ctx.__watcherHandles || (ctx.__watcherHandles = []); + } else if (!runsImmediately) { + const watchStopHandle = () => { + }; + watchStopHandle.stop = NOOP; + watchStopHandle.resume = NOOP; + watchStopHandle.pause = NOOP; + return watchStopHandle; + } + } + const instance = currentInstance; + baseWatchOptions.call = (fn, type, args) => callWithAsyncErrorHandling(fn, instance, type, args); + let isPre = false; + if (flush === "post") { + baseWatchOptions.scheduler = (job) => { + queuePostRenderEffect(job, instance && instance.suspense); + }; + } else if (flush !== "sync") { + isPre = true; + baseWatchOptions.scheduler = (job, isFirstRun) => { + if (isFirstRun) { + job(); + } else { + queueJob(job); + } + }; + } + baseWatchOptions.augmentJob = (job) => { + if (cb) { + job.flags |= 4; + } + if (isPre) { + job.flags |= 2; + if (instance) { + job.id = instance.uid; + job.i = instance; + } + } + }; + const watchHandle = watch(source, cb, baseWatchOptions); + if (isInSSRComponentSetup) { + if (ssrCleanup) { + ssrCleanup.push(watchHandle); + } else if (runsImmediately) { + watchHandle(); + } + } + return watchHandle; +} +function instanceWatch(source, value, options) { + const publicThis = this.proxy; + const getter = isString(source) ? source.includes(".") ? createPathGetter(publicThis, source) : () => publicThis[source] : source.bind(publicThis, publicThis); + let cb; + if (isFunction(value)) { + cb = value; + } else { + cb = value.handler; + options = value; + } + const reset = setCurrentInstance(this); + const res = doWatch(getter, cb.bind(publicThis), options); + reset(); + return res; +} +function createPathGetter(ctx, path) { + const segments = path.split("."); + return () => { + let cur = ctx; + for (let i = 0; i < segments.length && cur; i++) { + cur = cur[segments[i]]; + } + return cur; + }; +} +var TeleportEndKey = /* @__PURE__ */ Symbol("_vte"); +var isTeleport = (type) => type.__isTeleport; +var isTeleportDisabled = (props) => props && (props.disabled || props.disabled === ""); +var isTeleportDeferred = (props) => props && (props.defer || props.defer === ""); +var isTargetSVG = (target) => typeof SVGElement !== "undefined" && target instanceof SVGElement; +var isTargetMathML = (target) => typeof MathMLElement === "function" && target instanceof MathMLElement; +var resolveTarget = (props, select) => { + const targetSelector = props && props.to; + if (isString(targetSelector)) { + if (!select) { + warn$1( + `Current renderer does not support string target for Teleports. (missing querySelector renderer option)` + ); + return null; + } else { + const target = select(targetSelector); + if (!target && !isTeleportDisabled(props)) { + warn$1( + `Failed to locate Teleport target with selector "${targetSelector}". Note the target element must exist before the component is mounted - i.e. the target cannot be rendered by the component itself, and ideally should be outside of the entire Vue component tree.` + ); + } + return target; + } + } else { + if (!targetSelector && !isTeleportDisabled(props)) { + warn$1(`Invalid Teleport target: ${targetSelector}`); + } + return targetSelector; + } +}; +var TeleportImpl = { + name: "Teleport", + __isTeleport: true, + process(n1, n2, container, anchor, parentComponent, parentSuspense, namespace, slotScopeIds, optimized, internals) { + const { + mc: mountChildren, + pc: patchChildren, + pbc: patchBlockChildren, + o: { insert, querySelector, createText, createComment } + } = internals; + const disabled = isTeleportDisabled(n2.props); + let { shapeFlag, children, dynamicChildren } = n2; + if (isHmrUpdating) { + optimized = false; + dynamicChildren = null; + } + if (n1 == null) { + const placeholder = n2.el = true ? createComment("teleport start") : createText(""); + const mainAnchor = n2.anchor = true ? createComment("teleport end") : createText(""); + insert(placeholder, container, anchor); + insert(mainAnchor, container, anchor); + const mount = (container2, anchor2) => { + if (shapeFlag & 16) { + mountChildren( + children, + container2, + anchor2, + parentComponent, + parentSuspense, + namespace, + slotScopeIds, + optimized + ); + } + }; + const mountToTarget = () => { + const target = n2.target = resolveTarget(n2.props, querySelector); + const targetAnchor = prepareAnchor(target, n2, createText, insert); + if (target) { + if (namespace !== "svg" && isTargetSVG(target)) { + namespace = "svg"; + } else if (namespace !== "mathml" && isTargetMathML(target)) { + namespace = "mathml"; + } + if (parentComponent && parentComponent.isCE) { + (parentComponent.ce._teleportTargets || (parentComponent.ce._teleportTargets = /* @__PURE__ */ new Set())).add(target); + } + if (!disabled) { + mount(target, targetAnchor); + updateCssVars(n2, false); + } + } else if (!disabled) { + warn$1( + "Invalid Teleport target on mount:", + target, + `(${typeof target})` + ); + } + }; + if (disabled) { + mount(container, mainAnchor); + updateCssVars(n2, true); + } + if (isTeleportDeferred(n2.props)) { + n2.el.__isMounted = false; + queuePostRenderEffect(() => { + mountToTarget(); + delete n2.el.__isMounted; + }, parentSuspense); + } else { + mountToTarget(); + } + } else { + if (isTeleportDeferred(n2.props) && n1.el.__isMounted === false) { + queuePostRenderEffect(() => { + TeleportImpl.process( + n1, + n2, + container, + anchor, + parentComponent, + parentSuspense, + namespace, + slotScopeIds, + optimized, + internals + ); + }, parentSuspense); + return; + } + n2.el = n1.el; + n2.targetStart = n1.targetStart; + const mainAnchor = n2.anchor = n1.anchor; + const target = n2.target = n1.target; + const targetAnchor = n2.targetAnchor = n1.targetAnchor; + const wasDisabled = isTeleportDisabled(n1.props); + const currentContainer = wasDisabled ? container : target; + const currentAnchor = wasDisabled ? mainAnchor : targetAnchor; + if (namespace === "svg" || isTargetSVG(target)) { + namespace = "svg"; + } else if (namespace === "mathml" || isTargetMathML(target)) { + namespace = "mathml"; + } + if (dynamicChildren) { + patchBlockChildren( + n1.dynamicChildren, + dynamicChildren, + currentContainer, + parentComponent, + parentSuspense, + namespace, + slotScopeIds + ); + traverseStaticChildren(n1, n2, false); + } else if (!optimized) { + patchChildren( + n1, + n2, + currentContainer, + currentAnchor, + parentComponent, + parentSuspense, + namespace, + slotScopeIds, + false + ); + } + if (disabled) { + if (!wasDisabled) { + moveTeleport( + n2, + container, + mainAnchor, + internals, + 1 + ); + } else { + if (n2.props && n1.props && n2.props.to !== n1.props.to) { + n2.props.to = n1.props.to; + } + } + } else { + if ((n2.props && n2.props.to) !== (n1.props && n1.props.to)) { + const nextTarget = n2.target = resolveTarget( + n2.props, + querySelector + ); + if (nextTarget) { + moveTeleport( + n2, + nextTarget, + null, + internals, + 0 + ); + } else if (true) { + warn$1( + "Invalid Teleport target on update:", + target, + `(${typeof target})` + ); + } + } else if (wasDisabled) { + moveTeleport( + n2, + target, + targetAnchor, + internals, + 1 + ); + } + } + updateCssVars(n2, disabled); + } + }, + remove(vnode, parentComponent, parentSuspense, { um: unmount, o: { remove: hostRemove } }, doRemove) { + const { + shapeFlag, + children, + anchor, + targetStart, + targetAnchor, + target, + props + } = vnode; + if (target) { + hostRemove(targetStart); + hostRemove(targetAnchor); + } + doRemove && hostRemove(anchor); + if (shapeFlag & 16) { + const shouldRemove = doRemove || !isTeleportDisabled(props); + for (let i = 0; i < children.length; i++) { + const child = children[i]; + unmount( + child, + parentComponent, + parentSuspense, + shouldRemove, + !!child.dynamicChildren + ); + } + } + }, + move: moveTeleport, + hydrate: hydrateTeleport +}; +function moveTeleport(vnode, container, parentAnchor, { o: { insert }, m: move }, moveType = 2) { + if (moveType === 0) { + insert(vnode.targetAnchor, container, parentAnchor); + } + const { el, anchor, shapeFlag, children, props } = vnode; + const isReorder = moveType === 2; + if (isReorder) { + insert(el, container, parentAnchor); + } + if (!isReorder || isTeleportDisabled(props)) { + if (shapeFlag & 16) { + for (let i = 0; i < children.length; i++) { + move( + children[i], + container, + parentAnchor, + 2 + ); + } + } + } + if (isReorder) { + insert(anchor, container, parentAnchor); + } +} +function hydrateTeleport(node, vnode, parentComponent, parentSuspense, slotScopeIds, optimized, { + o: { nextSibling, parentNode, querySelector, insert, createText } +}, hydrateChildren) { + function hydrateDisabledTeleport(node2, vnode2, targetStart, targetAnchor) { + vnode2.anchor = hydrateChildren( + nextSibling(node2), + vnode2, + parentNode(node2), + parentComponent, + parentSuspense, + slotScopeIds, + optimized + ); + vnode2.targetStart = targetStart; + vnode2.targetAnchor = targetAnchor; + } + const target = vnode.target = resolveTarget( + vnode.props, + querySelector + ); + const disabled = isTeleportDisabled(vnode.props); + if (target) { + const targetNode = target._lpa || target.firstChild; + if (vnode.shapeFlag & 16) { + if (disabled) { + hydrateDisabledTeleport( + node, + vnode, + targetNode, + targetNode && nextSibling(targetNode) + ); + } else { + vnode.anchor = nextSibling(node); + let targetAnchor = targetNode; + while (targetAnchor) { + if (targetAnchor && targetAnchor.nodeType === 8) { + if (targetAnchor.data === "teleport start anchor") { + vnode.targetStart = targetAnchor; + } else if (targetAnchor.data === "teleport anchor") { + vnode.targetAnchor = targetAnchor; + target._lpa = vnode.targetAnchor && nextSibling(vnode.targetAnchor); + break; + } + } + targetAnchor = nextSibling(targetAnchor); + } + if (!vnode.targetAnchor) { + prepareAnchor(target, vnode, createText, insert); + } + hydrateChildren( + targetNode && nextSibling(targetNode), + vnode, + target, + parentComponent, + parentSuspense, + slotScopeIds, + optimized + ); + } + } + updateCssVars(vnode, disabled); + } else if (disabled) { + if (vnode.shapeFlag & 16) { + hydrateDisabledTeleport(node, vnode, node, nextSibling(node)); + } + } + return vnode.anchor && nextSibling(vnode.anchor); +} +var Teleport = TeleportImpl; +function updateCssVars(vnode, isDisabled) { + const ctx = vnode.ctx; + if (ctx && ctx.ut) { + let node, anchor; + if (isDisabled) { + node = vnode.el; + anchor = vnode.anchor; + } else { + node = vnode.targetStart; + anchor = vnode.targetAnchor; + } + while (node && node !== anchor) { + if (node.nodeType === 1) node.setAttribute("data-v-owner", ctx.uid); + node = node.nextSibling; + } + ctx.ut(); + } +} +function prepareAnchor(target, vnode, createText, insert) { + const targetStart = vnode.targetStart = createText(""); + const targetAnchor = vnode.targetAnchor = createText(""); + targetStart[TeleportEndKey] = targetAnchor; + if (target) { + insert(targetStart, target); + insert(targetAnchor, target); + } + return targetAnchor; +} +var leaveCbKey = /* @__PURE__ */ Symbol("_leaveCb"); +var enterCbKey = /* @__PURE__ */ Symbol("_enterCb"); +function useTransitionState() { + const state = { + isMounted: false, + isLeaving: false, + isUnmounting: false, + leavingVNodes: /* @__PURE__ */ new Map() + }; + onMounted(() => { + state.isMounted = true; + }); + onBeforeUnmount(() => { + state.isUnmounting = true; + }); + return state; +} +var TransitionHookValidator = [Function, Array]; +var BaseTransitionPropsValidators = { + mode: String, + appear: Boolean, + persisted: Boolean, + // enter + onBeforeEnter: TransitionHookValidator, + onEnter: TransitionHookValidator, + onAfterEnter: TransitionHookValidator, + onEnterCancelled: TransitionHookValidator, + // leave + onBeforeLeave: TransitionHookValidator, + onLeave: TransitionHookValidator, + onAfterLeave: TransitionHookValidator, + onLeaveCancelled: TransitionHookValidator, + // appear + onBeforeAppear: TransitionHookValidator, + onAppear: TransitionHookValidator, + onAfterAppear: TransitionHookValidator, + onAppearCancelled: TransitionHookValidator +}; +var recursiveGetSubtree = (instance) => { + const subTree = instance.subTree; + return subTree.component ? recursiveGetSubtree(subTree.component) : subTree; +}; +var BaseTransitionImpl = { + name: `BaseTransition`, + props: BaseTransitionPropsValidators, + setup(props, { slots }) { + const instance = getCurrentInstance(); + const state = useTransitionState(); + return () => { + const children = slots.default && getTransitionRawChildren(slots.default(), true); + if (!children || !children.length) { + return; + } + const child = findNonCommentChild(children); + const rawProps = toRaw(props); + const { mode } = rawProps; + if (mode && mode !== "in-out" && mode !== "out-in" && mode !== "default") { + warn$1(`invalid mode: ${mode}`); + } + if (state.isLeaving) { + return emptyPlaceholder(child); + } + const innerChild = getInnerChild$1(child); + if (!innerChild) { + return emptyPlaceholder(child); + } + let enterHooks = resolveTransitionHooks( + innerChild, + rawProps, + state, + instance, + // #11061, ensure enterHooks is fresh after clone + (hooks) => enterHooks = hooks + ); + if (innerChild.type !== Comment) { + setTransitionHooks(innerChild, enterHooks); + } + let oldInnerChild = instance.subTree && getInnerChild$1(instance.subTree); + if (oldInnerChild && oldInnerChild.type !== Comment && !isSameVNodeType(oldInnerChild, innerChild) && recursiveGetSubtree(instance).type !== Comment) { + let leavingHooks = resolveTransitionHooks( + oldInnerChild, + rawProps, + state, + instance + ); + setTransitionHooks(oldInnerChild, leavingHooks); + if (mode === "out-in" && innerChild.type !== Comment) { + state.isLeaving = true; + leavingHooks.afterLeave = () => { + state.isLeaving = false; + if (!(instance.job.flags & 8)) { + instance.update(); + } + delete leavingHooks.afterLeave; + oldInnerChild = void 0; + }; + return emptyPlaceholder(child); + } else if (mode === "in-out" && innerChild.type !== Comment) { + leavingHooks.delayLeave = (el, earlyRemove, delayedLeave) => { + const leavingVNodesCache = getLeavingNodesForType( + state, + oldInnerChild + ); + leavingVNodesCache[String(oldInnerChild.key)] = oldInnerChild; + el[leaveCbKey] = () => { + earlyRemove(); + el[leaveCbKey] = void 0; + delete enterHooks.delayedLeave; + oldInnerChild = void 0; + }; + enterHooks.delayedLeave = () => { + delayedLeave(); + delete enterHooks.delayedLeave; + oldInnerChild = void 0; + }; + }; + } else { + oldInnerChild = void 0; + } + } else if (oldInnerChild) { + oldInnerChild = void 0; + } + return child; + }; + } +}; +function findNonCommentChild(children) { + let child = children[0]; + if (children.length > 1) { + let hasFound = false; + for (const c of children) { + if (c.type !== Comment) { + if (hasFound) { + warn$1( + " can only be used on a single element or component. Use for lists." + ); + break; + } + child = c; + hasFound = true; + if (false) break; + } + } + } + return child; +} +var BaseTransition = BaseTransitionImpl; +function getLeavingNodesForType(state, vnode) { + const { leavingVNodes } = state; + let leavingVNodesCache = leavingVNodes.get(vnode.type); + if (!leavingVNodesCache) { + leavingVNodesCache = /* @__PURE__ */ Object.create(null); + leavingVNodes.set(vnode.type, leavingVNodesCache); + } + return leavingVNodesCache; +} +function resolveTransitionHooks(vnode, props, state, instance, postClone) { + const { + appear, + mode, + persisted = false, + onBeforeEnter, + onEnter, + onAfterEnter, + onEnterCancelled, + onBeforeLeave, + onLeave, + onAfterLeave, + onLeaveCancelled, + onBeforeAppear, + onAppear, + onAfterAppear, + onAppearCancelled + } = props; + const key = String(vnode.key); + const leavingVNodesCache = getLeavingNodesForType(state, vnode); + const callHook3 = (hook, args) => { + hook && callWithAsyncErrorHandling( + hook, + instance, + 9, + args + ); + }; + const callAsyncHook = (hook, args) => { + const done = args[1]; + callHook3(hook, args); + if (isArray(hook)) { + if (hook.every((hook2) => hook2.length <= 1)) done(); + } else if (hook.length <= 1) { + done(); + } + }; + const hooks = { + mode, + persisted, + beforeEnter(el) { + let hook = onBeforeEnter; + if (!state.isMounted) { + if (appear) { + hook = onBeforeAppear || onBeforeEnter; + } else { + return; + } + } + if (el[leaveCbKey]) { + el[leaveCbKey]( + true + /* cancelled */ + ); + } + const leavingVNode = leavingVNodesCache[key]; + if (leavingVNode && isSameVNodeType(vnode, leavingVNode) && leavingVNode.el[leaveCbKey]) { + leavingVNode.el[leaveCbKey](); + } + callHook3(hook, [el]); + }, + enter(el) { + let hook = onEnter; + let afterHook = onAfterEnter; + let cancelHook = onEnterCancelled; + if (!state.isMounted) { + if (appear) { + hook = onAppear || onEnter; + afterHook = onAfterAppear || onAfterEnter; + cancelHook = onAppearCancelled || onEnterCancelled; + } else { + return; + } + } + let called = false; + const done = el[enterCbKey] = (cancelled) => { + if (called) return; + called = true; + if (cancelled) { + callHook3(cancelHook, [el]); + } else { + callHook3(afterHook, [el]); + } + if (hooks.delayedLeave) { + hooks.delayedLeave(); + } + el[enterCbKey] = void 0; + }; + if (hook) { + callAsyncHook(hook, [el, done]); + } else { + done(); + } + }, + leave(el, remove2) { + const key2 = String(vnode.key); + if (el[enterCbKey]) { + el[enterCbKey]( + true + /* cancelled */ + ); + } + if (state.isUnmounting) { + return remove2(); + } + callHook3(onBeforeLeave, [el]); + let called = false; + const done = el[leaveCbKey] = (cancelled) => { + if (called) return; + called = true; + remove2(); + if (cancelled) { + callHook3(onLeaveCancelled, [el]); + } else { + callHook3(onAfterLeave, [el]); + } + el[leaveCbKey] = void 0; + if (leavingVNodesCache[key2] === vnode) { + delete leavingVNodesCache[key2]; + } + }; + leavingVNodesCache[key2] = vnode; + if (onLeave) { + callAsyncHook(onLeave, [el, done]); + } else { + done(); + } + }, + clone(vnode2) { + const hooks2 = resolveTransitionHooks( + vnode2, + props, + state, + instance, + postClone + ); + if (postClone) postClone(hooks2); + return hooks2; + } + }; + return hooks; +} +function emptyPlaceholder(vnode) { + if (isKeepAlive(vnode)) { + vnode = cloneVNode(vnode); + vnode.children = null; + return vnode; + } +} +function getInnerChild$1(vnode) { + if (!isKeepAlive(vnode)) { + if (isTeleport(vnode.type) && vnode.children) { + return findNonCommentChild(vnode.children); + } + return vnode; + } + if (vnode.component) { + return vnode.component.subTree; + } + const { shapeFlag, children } = vnode; + if (children) { + if (shapeFlag & 16) { + return children[0]; + } + if (shapeFlag & 32 && isFunction(children.default)) { + return children.default(); + } + } +} +function setTransitionHooks(vnode, hooks) { + if (vnode.shapeFlag & 6 && vnode.component) { + vnode.transition = hooks; + setTransitionHooks(vnode.component.subTree, hooks); + } else if (vnode.shapeFlag & 128) { + vnode.ssContent.transition = hooks.clone(vnode.ssContent); + vnode.ssFallback.transition = hooks.clone(vnode.ssFallback); + } else { + vnode.transition = hooks; + } +} +function getTransitionRawChildren(children, keepComment = false, parentKey) { + let ret = []; + let keyedFragmentCount = 0; + for (let i = 0; i < children.length; i++) { + let child = children[i]; + const key = parentKey == null ? child.key : String(parentKey) + String(child.key != null ? child.key : i); + if (child.type === Fragment) { + if (child.patchFlag & 128) keyedFragmentCount++; + ret = ret.concat( + getTransitionRawChildren(child.children, keepComment, key) + ); + } else if (keepComment || child.type !== Comment) { + ret.push(key != null ? cloneVNode(child, { key }) : child); + } + } + if (keyedFragmentCount > 1) { + for (let i = 0; i < ret.length; i++) { + ret[i].patchFlag = -2; + } + } + return ret; +} +function defineComponent(options, extraOptions) { + return isFunction(options) ? ( + // #8236: extend call and options.name access are considered side-effects + // by Rollup, so we have to wrap it in a pure-annotated IIFE. + (() => extend({ name: options.name }, extraOptions, { setup: options }))() + ) : options; +} +function useId() { + const i = getCurrentInstance(); + if (i) { + return (i.appContext.config.idPrefix || "v") + "-" + i.ids[0] + i.ids[1]++; + } else if (true) { + warn$1( + `useId() is called when there is no active component instance to be associated with.` + ); + } + return ""; +} +function markAsyncBoundary(instance) { + instance.ids = [instance.ids[0] + instance.ids[2]++ + "-", 0, 0]; +} +var knownTemplateRefs = /* @__PURE__ */ new WeakSet(); +function useTemplateRef(key) { + const i = getCurrentInstance(); + const r = shallowRef(null); + if (i) { + const refs = i.refs === EMPTY_OBJ ? i.refs = {} : i.refs; + let desc; + if ((desc = Object.getOwnPropertyDescriptor(refs, key)) && !desc.configurable) { + warn$1(`useTemplateRef('${key}') already exists.`); + } else { + Object.defineProperty(refs, key, { + enumerable: true, + get: () => r.value, + set: (val) => r.value = val + }); + } + } else if (true) { + warn$1( + `useTemplateRef() is called when there is no active component instance to be associated with.` + ); + } + const ret = true ? readonly(r) : r; + if (true) { + knownTemplateRefs.add(ret); + } + return ret; +} +var pendingSetRefMap = /* @__PURE__ */ new WeakMap(); +function setRef(rawRef, oldRawRef, parentSuspense, vnode, isUnmount = false) { + if (isArray(rawRef)) { + rawRef.forEach( + (r, i) => setRef( + r, + oldRawRef && (isArray(oldRawRef) ? oldRawRef[i] : oldRawRef), + parentSuspense, + vnode, + isUnmount + ) + ); + return; + } + if (isAsyncWrapper(vnode) && !isUnmount) { + if (vnode.shapeFlag & 512 && vnode.type.__asyncResolved && vnode.component.subTree.component) { + setRef(rawRef, oldRawRef, parentSuspense, vnode.component.subTree); + } + return; + } + const refValue = vnode.shapeFlag & 4 ? getComponentPublicInstance(vnode.component) : vnode.el; + const value = isUnmount ? null : refValue; + const { i: owner, r: ref2 } = rawRef; + if (!owner) { + warn$1( + `Missing ref owner context. ref cannot be used on hoisted vnodes. A vnode with ref must be created inside the render function.` + ); + return; + } + const oldRef = oldRawRef && oldRawRef.r; + const refs = owner.refs === EMPTY_OBJ ? owner.refs = {} : owner.refs; + const setupState = owner.setupState; + const rawSetupState = toRaw(setupState); + const canSetSetupRef = setupState === EMPTY_OBJ ? NO : (key) => { + if (true) { + if (hasOwn(rawSetupState, key) && !isRef2(rawSetupState[key])) { + warn$1( + `Template ref "${key}" used on a non-ref value. It will not work in the production build.` + ); + } + if (knownTemplateRefs.has(rawSetupState[key])) { + return false; + } + } + return hasOwn(rawSetupState, key); + }; + const canSetRef = (ref22) => { + return !knownTemplateRefs.has(ref22); + }; + if (oldRef != null && oldRef !== ref2) { + invalidatePendingSetRef(oldRawRef); + if (isString(oldRef)) { + refs[oldRef] = null; + if (canSetSetupRef(oldRef)) { + setupState[oldRef] = null; + } + } else if (isRef2(oldRef)) { + if (canSetRef(oldRef)) { + oldRef.value = null; + } + const oldRawRefAtom = oldRawRef; + if (oldRawRefAtom.k) refs[oldRawRefAtom.k] = null; + } + } + if (isFunction(ref2)) { + callWithErrorHandling(ref2, owner, 12, [value, refs]); + } else { + const _isString = isString(ref2); + const _isRef = isRef2(ref2); + if (_isString || _isRef) { + const doSet = () => { + if (rawRef.f) { + const existing = _isString ? canSetSetupRef(ref2) ? setupState[ref2] : refs[ref2] : canSetRef(ref2) || !rawRef.k ? ref2.value : refs[rawRef.k]; + if (isUnmount) { + isArray(existing) && remove(existing, refValue); + } else { + if (!isArray(existing)) { + if (_isString) { + refs[ref2] = [refValue]; + if (canSetSetupRef(ref2)) { + setupState[ref2] = refs[ref2]; + } + } else { + const newVal = [refValue]; + if (canSetRef(ref2)) { + ref2.value = newVal; + } + if (rawRef.k) refs[rawRef.k] = newVal; + } + } else if (!existing.includes(refValue)) { + existing.push(refValue); + } + } + } else if (_isString) { + refs[ref2] = value; + if (canSetSetupRef(ref2)) { + setupState[ref2] = value; + } + } else if (_isRef) { + if (canSetRef(ref2)) { + ref2.value = value; + } + if (rawRef.k) refs[rawRef.k] = value; + } else if (true) { + warn$1("Invalid template ref type:", ref2, `(${typeof ref2})`); + } + }; + if (value) { + const job = () => { + doSet(); + pendingSetRefMap.delete(rawRef); + }; + job.id = -1; + pendingSetRefMap.set(rawRef, job); + queuePostRenderEffect(job, parentSuspense); + } else { + invalidatePendingSetRef(rawRef); + doSet(); + } + } else if (true) { + warn$1("Invalid template ref type:", ref2, `(${typeof ref2})`); + } + } +} +function invalidatePendingSetRef(rawRef) { + const pendingSetRef = pendingSetRefMap.get(rawRef); + if (pendingSetRef) { + pendingSetRef.flags |= 8; + pendingSetRefMap.delete(rawRef); + } +} +var hasLoggedMismatchError = false; +var logMismatchError = () => { + if (hasLoggedMismatchError) { + return; + } + console.error("Hydration completed but contains mismatches."); + hasLoggedMismatchError = true; +}; +var isSVGContainer = (container) => container.namespaceURI.includes("svg") && container.tagName !== "foreignObject"; +var isMathMLContainer = (container) => container.namespaceURI.includes("MathML"); +var getContainerType = (container) => { + if (container.nodeType !== 1) return void 0; + if (isSVGContainer(container)) return "svg"; + if (isMathMLContainer(container)) return "mathml"; + return void 0; +}; +var isComment = (node) => node.nodeType === 8; +function createHydrationFunctions(rendererInternals) { + const { + mt: mountComponent, + p: patch, + o: { + patchProp: patchProp2, + createText, + nextSibling, + parentNode, + remove: remove2, + insert, + createComment + } + } = rendererInternals; + const hydrate2 = (vnode, container) => { + if (!container.hasChildNodes()) { + warn$1( + `Attempting to hydrate existing markup but container is empty. Performing full mount instead.` + ); + patch(null, vnode, container); + flushPostFlushCbs(); + container._vnode = vnode; + return; + } + hydrateNode(container.firstChild, vnode, null, null, null); + flushPostFlushCbs(); + container._vnode = vnode; + }; + const hydrateNode = (node, vnode, parentComponent, parentSuspense, slotScopeIds, optimized = false) => { + optimized = optimized || !!vnode.dynamicChildren; + const isFragmentStart = isComment(node) && node.data === "["; + const onMismatch = () => handleMismatch( + node, + vnode, + parentComponent, + parentSuspense, + slotScopeIds, + isFragmentStart + ); + const { type, ref: ref2, shapeFlag, patchFlag } = vnode; + let domType = node.nodeType; + vnode.el = node; + if (true) { + def(node, "__vnode", vnode, true); + def(node, "__vueParentComponent", parentComponent, true); + } + if (patchFlag === -2) { + optimized = false; + vnode.dynamicChildren = null; + } + let nextNode = null; + switch (type) { + case Text: + if (domType !== 3) { + if (vnode.children === "") { + insert(vnode.el = createText(""), parentNode(node), node); + nextNode = node; + } else { + nextNode = onMismatch(); + } + } else { + if (node.data !== vnode.children) { + warn$1( + `Hydration text mismatch in`, + node.parentNode, + ` + - rendered on server: ${JSON.stringify( + node.data + )} + - expected on client: ${JSON.stringify(vnode.children)}` + ); + logMismatchError(); + node.data = vnode.children; + } + nextNode = nextSibling(node); + } + break; + case Comment: + if (isTemplateNode(node)) { + nextNode = nextSibling(node); + replaceNode( + vnode.el = node.content.firstChild, + node, + parentComponent + ); + } else if (domType !== 8 || isFragmentStart) { + nextNode = onMismatch(); + } else { + nextNode = nextSibling(node); + } + break; + case Static: + if (isFragmentStart) { + node = nextSibling(node); + domType = node.nodeType; + } + if (domType === 1 || domType === 3) { + nextNode = node; + const needToAdoptContent = !vnode.children.length; + for (let i = 0; i < vnode.staticCount; i++) { + if (needToAdoptContent) + vnode.children += nextNode.nodeType === 1 ? nextNode.outerHTML : nextNode.data; + if (i === vnode.staticCount - 1) { + vnode.anchor = nextNode; + } + nextNode = nextSibling(nextNode); + } + return isFragmentStart ? nextSibling(nextNode) : nextNode; + } else { + onMismatch(); + } + break; + case Fragment: + if (!isFragmentStart) { + nextNode = onMismatch(); + } else { + nextNode = hydrateFragment( + node, + vnode, + parentComponent, + parentSuspense, + slotScopeIds, + optimized + ); + } + break; + default: + if (shapeFlag & 1) { + if ((domType !== 1 || vnode.type.toLowerCase() !== node.tagName.toLowerCase()) && !isTemplateNode(node)) { + nextNode = onMismatch(); + } else { + nextNode = hydrateElement( + node, + vnode, + parentComponent, + parentSuspense, + slotScopeIds, + optimized + ); + } + } else if (shapeFlag & 6) { + vnode.slotScopeIds = slotScopeIds; + const container = parentNode(node); + if (isFragmentStart) { + nextNode = locateClosingAnchor(node); + } else if (isComment(node) && node.data === "teleport start") { + nextNode = locateClosingAnchor(node, node.data, "teleport end"); + } else { + nextNode = nextSibling(node); + } + mountComponent( + vnode, + container, + null, + parentComponent, + parentSuspense, + getContainerType(container), + optimized + ); + if (isAsyncWrapper(vnode) && !vnode.type.__asyncResolved) { + let subTree; + if (isFragmentStart) { + subTree = createVNode(Fragment); + subTree.anchor = nextNode ? nextNode.previousSibling : container.lastChild; + } else { + subTree = node.nodeType === 3 ? createTextVNode("") : createVNode("div"); + } + subTree.el = node; + vnode.component.subTree = subTree; + } + } else if (shapeFlag & 64) { + if (domType !== 8) { + nextNode = onMismatch(); + } else { + nextNode = vnode.type.hydrate( + node, + vnode, + parentComponent, + parentSuspense, + slotScopeIds, + optimized, + rendererInternals, + hydrateChildren + ); + } + } else if (shapeFlag & 128) { + nextNode = vnode.type.hydrate( + node, + vnode, + parentComponent, + parentSuspense, + getContainerType(parentNode(node)), + slotScopeIds, + optimized, + rendererInternals, + hydrateNode + ); + } else if (true) { + warn$1("Invalid HostVNode type:", type, `(${typeof type})`); + } + } + if (ref2 != null) { + setRef(ref2, null, parentSuspense, vnode); + } + return nextNode; + }; + const hydrateElement = (el, vnode, parentComponent, parentSuspense, slotScopeIds, optimized) => { + optimized = optimized || !!vnode.dynamicChildren; + const { type, props, patchFlag, shapeFlag, dirs, transition } = vnode; + const forcePatch = type === "input" || type === "option"; + if (true) { + if (dirs) { + invokeDirectiveHook(vnode, null, parentComponent, "created"); + } + let needCallTransitionHooks = false; + if (isTemplateNode(el)) { + needCallTransitionHooks = needTransition( + null, + // no need check parentSuspense in hydration + transition + ) && parentComponent && parentComponent.vnode.props && parentComponent.vnode.props.appear; + const content = el.content.firstChild; + if (needCallTransitionHooks) { + const cls = content.getAttribute("class"); + if (cls) content.$cls = cls; + transition.beforeEnter(content); + } + replaceNode(content, el, parentComponent); + vnode.el = el = content; + } + if (shapeFlag & 16 && // skip if element has innerHTML / textContent + !(props && (props.innerHTML || props.textContent))) { + let next = hydrateChildren( + el.firstChild, + vnode, + el, + parentComponent, + parentSuspense, + slotScopeIds, + optimized + ); + let hasWarned2 = false; + while (next) { + if (!isMismatchAllowed( + el, + 1 + /* CHILDREN */ + )) { + if (!hasWarned2) { + warn$1( + `Hydration children mismatch on`, + el, + ` +Server rendered element contains more child nodes than client vdom.` + ); + hasWarned2 = true; + } + logMismatchError(); + } + const cur = next; + next = next.nextSibling; + remove2(cur); + } + } else if (shapeFlag & 8) { + let clientText = vnode.children; + if (clientText[0] === "\n" && (el.tagName === "PRE" || el.tagName === "TEXTAREA")) { + clientText = clientText.slice(1); + } + const { textContent } = el; + if (textContent !== clientText && // innerHTML normalize \r\n or \r into a single \n in the DOM + textContent !== clientText.replace(/\r\n|\r/g, "\n")) { + if (!isMismatchAllowed( + el, + 0 + /* TEXT */ + )) { + warn$1( + `Hydration text content mismatch on`, + el, + ` + - rendered on server: ${textContent} + - expected on client: ${clientText}` + ); + logMismatchError(); + } + el.textContent = vnode.children; + } + } + if (props) { + if (true) { + const isCustomElement = el.tagName.includes("-"); + for (const key in props) { + if (// #11189 skip if this node has directives that have created hooks + // as it could have mutated the DOM in any possible way + !(dirs && dirs.some((d) => d.dir.created)) && propHasMismatch(el, key, props[key], vnode, parentComponent)) { + logMismatchError(); + } + if (forcePatch && (key.endsWith("value") || key === "indeterminate") || isOn(key) && !isReservedProp(key) || // force hydrate v-bind with .prop modifiers + key[0] === "." || isCustomElement) { + patchProp2(el, key, null, props[key], void 0, parentComponent); + } + } + } else if (props.onClick) { + patchProp2( + el, + "onClick", + null, + props.onClick, + void 0, + parentComponent + ); + } else if (patchFlag & 4 && isReactive(props.style)) { + for (const key in props.style) props.style[key]; + } + } + let vnodeHooks; + if (vnodeHooks = props && props.onVnodeBeforeMount) { + invokeVNodeHook(vnodeHooks, parentComponent, vnode); + } + if (dirs) { + invokeDirectiveHook(vnode, null, parentComponent, "beforeMount"); + } + if ((vnodeHooks = props && props.onVnodeMounted) || dirs || needCallTransitionHooks) { + queueEffectWithSuspense(() => { + vnodeHooks && invokeVNodeHook(vnodeHooks, parentComponent, vnode); + needCallTransitionHooks && transition.enter(el); + dirs && invokeDirectiveHook(vnode, null, parentComponent, "mounted"); + }, parentSuspense); + } + } + return el.nextSibling; + }; + const hydrateChildren = (node, parentVNode, container, parentComponent, parentSuspense, slotScopeIds, optimized) => { + optimized = optimized || !!parentVNode.dynamicChildren; + const children = parentVNode.children; + const l = children.length; + let hasWarned2 = false; + for (let i = 0; i < l; i++) { + const vnode = optimized ? children[i] : children[i] = normalizeVNode(children[i]); + const isText = vnode.type === Text; + if (node) { + if (isText && !optimized) { + if (i + 1 < l && normalizeVNode(children[i + 1]).type === Text) { + insert( + createText( + node.data.slice(vnode.children.length) + ), + container, + nextSibling(node) + ); + node.data = vnode.children; + } + } + node = hydrateNode( + node, + vnode, + parentComponent, + parentSuspense, + slotScopeIds, + optimized + ); + } else if (isText && !vnode.children) { + insert(vnode.el = createText(""), container); + } else { + if (!isMismatchAllowed( + container, + 1 + /* CHILDREN */ + )) { + if (!hasWarned2) { + warn$1( + `Hydration children mismatch on`, + container, + ` +Server rendered element contains fewer child nodes than client vdom.` + ); + hasWarned2 = true; + } + logMismatchError(); + } + patch( + null, + vnode, + container, + null, + parentComponent, + parentSuspense, + getContainerType(container), + slotScopeIds + ); + } + } + return node; + }; + const hydrateFragment = (node, vnode, parentComponent, parentSuspense, slotScopeIds, optimized) => { + const { slotScopeIds: fragmentSlotScopeIds } = vnode; + if (fragmentSlotScopeIds) { + slotScopeIds = slotScopeIds ? slotScopeIds.concat(fragmentSlotScopeIds) : fragmentSlotScopeIds; + } + const container = parentNode(node); + const next = hydrateChildren( + nextSibling(node), + vnode, + container, + parentComponent, + parentSuspense, + slotScopeIds, + optimized + ); + if (next && isComment(next) && next.data === "]") { + return nextSibling(vnode.anchor = next); + } else { + logMismatchError(); + insert(vnode.anchor = createComment(`]`), container, next); + return next; + } + }; + const handleMismatch = (node, vnode, parentComponent, parentSuspense, slotScopeIds, isFragment) => { + if (!isMismatchAllowed( + node.parentElement, + 1 + /* CHILDREN */ + )) { + warn$1( + `Hydration node mismatch: +- rendered on server:`, + node, + node.nodeType === 3 ? `(text)` : isComment(node) && node.data === "[" ? `(start of fragment)` : ``, + ` +- expected on client:`, + vnode.type + ); + logMismatchError(); + } + vnode.el = null; + if (isFragment) { + const end = locateClosingAnchor(node); + while (true) { + const next2 = nextSibling(node); + if (next2 && next2 !== end) { + remove2(next2); + } else { + break; + } + } + } + const next = nextSibling(node); + const container = parentNode(node); + remove2(node); + patch( + null, + vnode, + container, + next, + parentComponent, + parentSuspense, + getContainerType(container), + slotScopeIds + ); + if (parentComponent) { + parentComponent.vnode.el = vnode.el; + updateHOCHostEl(parentComponent, vnode.el); + } + return next; + }; + const locateClosingAnchor = (node, open = "[", close = "]") => { + let match = 0; + while (node) { + node = nextSibling(node); + if (node && isComment(node)) { + if (node.data === open) match++; + if (node.data === close) { + if (match === 0) { + return nextSibling(node); + } else { + match--; + } + } + } + } + return node; + }; + const replaceNode = (newNode, oldNode, parentComponent) => { + const parentNode2 = oldNode.parentNode; + if (parentNode2) { + parentNode2.replaceChild(newNode, oldNode); + } + let parent = parentComponent; + while (parent) { + if (parent.vnode.el === oldNode) { + parent.vnode.el = parent.subTree.el = newNode; + } + parent = parent.parent; + } + }; + const isTemplateNode = (node) => { + return node.nodeType === 1 && node.tagName === "TEMPLATE"; + }; + return [hydrate2, hydrateNode]; +} +function propHasMismatch(el, key, clientValue, vnode, instance) { + let mismatchType; + let mismatchKey; + let actual; + let expected; + if (key === "class") { + if (el.$cls) { + actual = el.$cls; + delete el.$cls; + } else { + actual = el.getAttribute("class"); + } + expected = normalizeClass(clientValue); + if (!isSetEqual(toClassSet(actual || ""), toClassSet(expected))) { + mismatchType = 2; + mismatchKey = `class`; + } + } else if (key === "style") { + actual = el.getAttribute("style") || ""; + expected = isString(clientValue) ? clientValue : stringifyStyle(normalizeStyle(clientValue)); + const actualMap = toStyleMap(actual); + const expectedMap = toStyleMap(expected); + if (vnode.dirs) { + for (const { dir, value } of vnode.dirs) { + if (dir.name === "show" && !value) { + expectedMap.set("display", "none"); + } + } + } + if (instance) { + resolveCssVars(instance, vnode, expectedMap); + } + if (!isMapEqual(actualMap, expectedMap)) { + mismatchType = 3; + mismatchKey = "style"; + } + } else if (el instanceof SVGElement && isKnownSvgAttr(key) || el instanceof HTMLElement && (isBooleanAttr(key) || isKnownHtmlAttr(key))) { + if (isBooleanAttr(key)) { + actual = el.hasAttribute(key); + expected = includeBooleanAttr(clientValue); + } else if (clientValue == null) { + actual = el.hasAttribute(key); + expected = false; + } else { + if (el.hasAttribute(key)) { + actual = el.getAttribute(key); + } else if (key === "value" && el.tagName === "TEXTAREA") { + actual = el.value; + } else { + actual = false; + } + expected = isRenderableAttrValue(clientValue) ? String(clientValue) : false; + } + if (actual !== expected) { + mismatchType = 4; + mismatchKey = key; + } + } + if (mismatchType != null && !isMismatchAllowed(el, mismatchType)) { + const format = (v) => v === false ? `(not rendered)` : `${mismatchKey}="${v}"`; + const preSegment = `Hydration ${MismatchTypeString[mismatchType]} mismatch on`; + const postSegment = ` + - rendered on server: ${format(actual)} + - expected on client: ${format(expected)} + Note: this mismatch is check-only. The DOM will not be rectified in production due to performance overhead. + You should fix the source of the mismatch.`; + { + warn$1(preSegment, el, postSegment); + } + return true; + } + return false; +} +function toClassSet(str) { + return new Set(str.trim().split(/\s+/)); +} +function isSetEqual(a, b) { + if (a.size !== b.size) { + return false; + } + for (const s of a) { + if (!b.has(s)) { + return false; + } + } + return true; +} +function toStyleMap(str) { + const styleMap = /* @__PURE__ */ new Map(); + for (const item of str.split(";")) { + let [key, value] = item.split(":"); + key = key.trim(); + value = value && value.trim(); + if (key && value) { + styleMap.set(key, value); + } + } + return styleMap; +} +function isMapEqual(a, b) { + if (a.size !== b.size) { + return false; + } + for (const [key, value] of a) { + if (value !== b.get(key)) { + return false; + } + } + return true; +} +function resolveCssVars(instance, vnode, expectedMap) { + const root = instance.subTree; + if (instance.getCssVars && (vnode === root || root && root.type === Fragment && root.children.includes(vnode))) { + const cssVars = instance.getCssVars(); + for (const key in cssVars) { + const value = normalizeCssVarValue(cssVars[key]); + expectedMap.set(`--${getEscapedCssVarName(key, false)}`, value); + } + } + if (vnode === root && instance.parent) { + resolveCssVars(instance.parent, instance.vnode, expectedMap); + } +} +var allowMismatchAttr = "data-allow-mismatch"; +var MismatchTypeString = { + [ + 0 + /* TEXT */ + ]: "text", + [ + 1 + /* CHILDREN */ + ]: "children", + [ + 2 + /* CLASS */ + ]: "class", + [ + 3 + /* STYLE */ + ]: "style", + [ + 4 + /* ATTRIBUTE */ + ]: "attribute" +}; +function isMismatchAllowed(el, allowedType) { + if (allowedType === 0 || allowedType === 1) { + while (el && !el.hasAttribute(allowMismatchAttr)) { + el = el.parentElement; + } + } + const allowedAttr = el && el.getAttribute(allowMismatchAttr); + if (allowedAttr == null) { + return false; + } else if (allowedAttr === "") { + return true; + } else { + const list = allowedAttr.split(","); + if (allowedType === 0 && list.includes("children")) { + return true; + } + return list.includes(MismatchTypeString[allowedType]); + } +} +var requestIdleCallback = getGlobalThis().requestIdleCallback || ((cb) => setTimeout(cb, 1)); +var cancelIdleCallback = getGlobalThis().cancelIdleCallback || ((id) => clearTimeout(id)); +var hydrateOnIdle = (timeout = 1e4) => (hydrate2) => { + const id = requestIdleCallback(hydrate2, { timeout }); + return () => cancelIdleCallback(id); +}; +function elementIsVisibleInViewport(el) { + const { top, left, bottom, right } = el.getBoundingClientRect(); + const { innerHeight, innerWidth } = window; + return (top > 0 && top < innerHeight || bottom > 0 && bottom < innerHeight) && (left > 0 && left < innerWidth || right > 0 && right < innerWidth); +} +var hydrateOnVisible = (opts) => (hydrate2, forEach) => { + const ob = new IntersectionObserver((entries) => { + for (const e of entries) { + if (!e.isIntersecting) continue; + ob.disconnect(); + hydrate2(); + break; + } + }, opts); + forEach((el) => { + if (!(el instanceof Element)) return; + if (elementIsVisibleInViewport(el)) { + hydrate2(); + ob.disconnect(); + return false; + } + ob.observe(el); + }); + return () => ob.disconnect(); +}; +var hydrateOnMediaQuery = (query) => (hydrate2) => { + if (query) { + const mql = matchMedia(query); + if (mql.matches) { + hydrate2(); + } else { + mql.addEventListener("change", hydrate2, { once: true }); + return () => mql.removeEventListener("change", hydrate2); + } + } +}; +var hydrateOnInteraction = (interactions = []) => (hydrate2, forEach) => { + if (isString(interactions)) interactions = [interactions]; + let hasHydrated = false; + const doHydrate = (e) => { + if (!hasHydrated) { + hasHydrated = true; + teardown(); + hydrate2(); + e.target.dispatchEvent(new e.constructor(e.type, e)); + } + }; + const teardown = () => { + forEach((el) => { + for (const i of interactions) { + el.removeEventListener(i, doHydrate); + } + }); + }; + forEach((el) => { + for (const i of interactions) { + el.addEventListener(i, doHydrate, { once: true }); + } + }); + return teardown; +}; +function forEachElement(node, cb) { + if (isComment(node) && node.data === "[") { + let depth = 1; + let next = node.nextSibling; + while (next) { + if (next.nodeType === 1) { + const result = cb(next); + if (result === false) { + break; + } + } else if (isComment(next)) { + if (next.data === "]") { + if (--depth === 0) break; + } else if (next.data === "[") { + depth++; + } + } + next = next.nextSibling; + } + } else { + cb(node); + } +} +var isAsyncWrapper = (i) => !!i.type.__asyncLoader; +function defineAsyncComponent(source) { + if (isFunction(source)) { + source = { loader: source }; + } + const { + loader, + loadingComponent, + errorComponent, + delay = 200, + hydrate: hydrateStrategy, + timeout, + // undefined = never times out + suspensible = true, + onError: userOnError + } = source; + let pendingRequest = null; + let resolvedComp; + let retries = 0; + const retry = () => { + retries++; + pendingRequest = null; + return load(); + }; + const load = () => { + let thisRequest; + return pendingRequest || (thisRequest = pendingRequest = loader().catch((err) => { + err = err instanceof Error ? err : new Error(String(err)); + if (userOnError) { + return new Promise((resolve2, reject) => { + const userRetry = () => resolve2(retry()); + const userFail = () => reject(err); + userOnError(err, userRetry, userFail, retries + 1); + }); + } else { + throw err; + } + }).then((comp) => { + if (thisRequest !== pendingRequest && pendingRequest) { + return pendingRequest; + } + if (!comp) { + warn$1( + `Async component loader resolved to undefined. If you are using retry(), make sure to return its return value.` + ); + } + if (comp && (comp.__esModule || comp[Symbol.toStringTag] === "Module")) { + comp = comp.default; + } + if (comp && !isObject(comp) && !isFunction(comp)) { + throw new Error(`Invalid async component load result: ${comp}`); + } + resolvedComp = comp; + return comp; + })); + }; + return defineComponent({ + name: "AsyncComponentWrapper", + __asyncLoader: load, + __asyncHydrate(el, instance, hydrate2) { + let patched = false; + (instance.bu || (instance.bu = [])).push(() => patched = true); + const performHydrate = () => { + if (patched) { + if (true) { + warn$1( + `Skipping lazy hydration for component '${getComponentName(resolvedComp) || resolvedComp.__file}': it was updated before lazy hydration performed.` + ); + } + return; + } + hydrate2(); + }; + const doHydrate = hydrateStrategy ? () => { + const teardown = hydrateStrategy( + performHydrate, + (cb) => forEachElement(el, cb) + ); + if (teardown) { + (instance.bum || (instance.bum = [])).push(teardown); + } + } : performHydrate; + if (resolvedComp) { + doHydrate(); + } else { + load().then(() => !instance.isUnmounted && doHydrate()); + } + }, + get __asyncResolved() { + return resolvedComp; + }, + setup() { + const instance = currentInstance; + markAsyncBoundary(instance); + if (resolvedComp) { + return () => createInnerComp(resolvedComp, instance); + } + const onError = (err) => { + pendingRequest = null; + handleError( + err, + instance, + 13, + !errorComponent + ); + }; + if (suspensible && instance.suspense || isInSSRComponentSetup) { + return load().then((comp) => { + return () => createInnerComp(comp, instance); + }).catch((err) => { + onError(err); + return () => errorComponent ? createVNode(errorComponent, { + error: err + }) : null; + }); + } + const loaded = ref(false); + const error = ref(); + const delayed = ref(!!delay); + if (delay) { + setTimeout(() => { + delayed.value = false; + }, delay); + } + if (timeout != null) { + setTimeout(() => { + if (!loaded.value && !error.value) { + const err = new Error( + `Async component timed out after ${timeout}ms.` + ); + onError(err); + error.value = err; + } + }, timeout); + } + load().then(() => { + loaded.value = true; + if (instance.parent && isKeepAlive(instance.parent.vnode)) { + instance.parent.update(); + } + }).catch((err) => { + onError(err); + error.value = err; + }); + return () => { + if (loaded.value && resolvedComp) { + return createInnerComp(resolvedComp, instance); + } else if (error.value && errorComponent) { + return createVNode(errorComponent, { + error: error.value + }); + } else if (loadingComponent && !delayed.value) { + return createInnerComp( + loadingComponent, + instance + ); + } + }; + } + }); +} +function createInnerComp(comp, parent) { + const { ref: ref2, props, children, ce } = parent.vnode; + const vnode = createVNode(comp, props, children); + vnode.ref = ref2; + vnode.ce = ce; + delete parent.vnode.ce; + return vnode; +} +var isKeepAlive = (vnode) => vnode.type.__isKeepAlive; +var KeepAliveImpl = { + name: `KeepAlive`, + // Marker for special handling inside the renderer. We are not using a === + // check directly on KeepAlive in the renderer, because importing it directly + // would prevent it from being tree-shaken. + __isKeepAlive: true, + props: { + include: [String, RegExp, Array], + exclude: [String, RegExp, Array], + max: [String, Number] + }, + setup(props, { slots }) { + const instance = getCurrentInstance(); + const sharedContext = instance.ctx; + if (!sharedContext.renderer) { + return () => { + const children = slots.default && slots.default(); + return children && children.length === 1 ? children[0] : children; + }; + } + const cache = /* @__PURE__ */ new Map(); + const keys = /* @__PURE__ */ new Set(); + let current = null; + if (true) { + instance.__v_cache = cache; + } + const parentSuspense = instance.suspense; + const { + renderer: { + p: patch, + m: move, + um: _unmount, + o: { createElement } + } + } = sharedContext; + const storageContainer = createElement("div"); + sharedContext.activate = (vnode, container, anchor, namespace, optimized) => { + const instance2 = vnode.component; + move(vnode, container, anchor, 0, parentSuspense); + patch( + instance2.vnode, + vnode, + container, + anchor, + instance2, + parentSuspense, + namespace, + vnode.slotScopeIds, + optimized + ); + queuePostRenderEffect(() => { + instance2.isDeactivated = false; + if (instance2.a) { + invokeArrayFns(instance2.a); + } + const vnodeHook = vnode.props && vnode.props.onVnodeMounted; + if (vnodeHook) { + invokeVNodeHook(vnodeHook, instance2.parent, vnode); + } + }, parentSuspense); + if (true) { + devtoolsComponentAdded(instance2); + } + }; + sharedContext.deactivate = (vnode) => { + const instance2 = vnode.component; + invalidateMount(instance2.m); + invalidateMount(instance2.a); + move(vnode, storageContainer, null, 1, parentSuspense); + queuePostRenderEffect(() => { + if (instance2.da) { + invokeArrayFns(instance2.da); + } + const vnodeHook = vnode.props && vnode.props.onVnodeUnmounted; + if (vnodeHook) { + invokeVNodeHook(vnodeHook, instance2.parent, vnode); + } + instance2.isDeactivated = true; + }, parentSuspense); + if (true) { + devtoolsComponentAdded(instance2); + } + if (true) { + instance2.__keepAliveStorageContainer = storageContainer; + } + }; + function unmount(vnode) { + resetShapeFlag(vnode); + _unmount(vnode, instance, parentSuspense, true); + } + function pruneCache(filter) { + cache.forEach((vnode, key) => { + const name = getComponentName( + isAsyncWrapper(vnode) ? vnode.type.__asyncResolved || {} : vnode.type + ); + if (name && !filter(name)) { + pruneCacheEntry(key); + } + }); + } + function pruneCacheEntry(key) { + const cached = cache.get(key); + if (cached && (!current || !isSameVNodeType(cached, current))) { + unmount(cached); + } else if (current) { + resetShapeFlag(current); + } + cache.delete(key); + keys.delete(key); + } + watch2( + () => [props.include, props.exclude], + ([include, exclude]) => { + include && pruneCache((name) => matches(include, name)); + exclude && pruneCache((name) => !matches(exclude, name)); + }, + // prune post-render after `current` has been updated + { flush: "post", deep: true } + ); + let pendingCacheKey = null; + const cacheSubtree = () => { + if (pendingCacheKey != null) { + if (isSuspense(instance.subTree.type)) { + queuePostRenderEffect(() => { + cache.set(pendingCacheKey, getInnerChild(instance.subTree)); + }, instance.subTree.suspense); + } else { + cache.set(pendingCacheKey, getInnerChild(instance.subTree)); + } + } + }; + onMounted(cacheSubtree); + onUpdated(cacheSubtree); + onBeforeUnmount(() => { + cache.forEach((cached) => { + const { subTree, suspense } = instance; + const vnode = getInnerChild(subTree); + if (cached.type === vnode.type && cached.key === vnode.key) { + resetShapeFlag(vnode); + const da = vnode.component.da; + da && queuePostRenderEffect(da, suspense); + return; + } + unmount(cached); + }); + }); + return () => { + pendingCacheKey = null; + if (!slots.default) { + return current = null; + } + const children = slots.default(); + const rawVNode = children[0]; + if (children.length > 1) { + if (true) { + warn$1(`KeepAlive should contain exactly one component child.`); + } + current = null; + return children; + } else if (!isVNode(rawVNode) || !(rawVNode.shapeFlag & 4) && !(rawVNode.shapeFlag & 128)) { + current = null; + return rawVNode; + } + let vnode = getInnerChild(rawVNode); + if (vnode.type === Comment) { + current = null; + return vnode; + } + const comp = vnode.type; + const name = getComponentName( + isAsyncWrapper(vnode) ? vnode.type.__asyncResolved || {} : comp + ); + const { include, exclude, max } = props; + if (include && (!name || !matches(include, name)) || exclude && name && matches(exclude, name)) { + vnode.shapeFlag &= -257; + current = vnode; + return rawVNode; + } + const key = vnode.key == null ? comp : vnode.key; + const cachedVNode = cache.get(key); + if (vnode.el) { + vnode = cloneVNode(vnode); + if (rawVNode.shapeFlag & 128) { + rawVNode.ssContent = vnode; + } + } + pendingCacheKey = key; + if (cachedVNode) { + vnode.el = cachedVNode.el; + vnode.component = cachedVNode.component; + if (vnode.transition) { + setTransitionHooks(vnode, vnode.transition); + } + vnode.shapeFlag |= 512; + keys.delete(key); + keys.add(key); + } else { + keys.add(key); + if (max && keys.size > parseInt(max, 10)) { + pruneCacheEntry(keys.values().next().value); + } + } + vnode.shapeFlag |= 256; + current = vnode; + return isSuspense(rawVNode.type) ? rawVNode : vnode; + }; + } +}; +var KeepAlive = KeepAliveImpl; +function matches(pattern, name) { + if (isArray(pattern)) { + return pattern.some((p2) => matches(p2, name)); + } else if (isString(pattern)) { + return pattern.split(",").includes(name); + } else if (isRegExp(pattern)) { + pattern.lastIndex = 0; + return pattern.test(name); + } + return false; +} +function onActivated(hook, target) { + registerKeepAliveHook(hook, "a", target); +} +function onDeactivated(hook, target) { + registerKeepAliveHook(hook, "da", target); +} +function registerKeepAliveHook(hook, type, target = currentInstance) { + const wrappedHook = hook.__wdc || (hook.__wdc = () => { + let current = target; + while (current) { + if (current.isDeactivated) { + return; + } + current = current.parent; + } + return hook(); + }); + injectHook(type, wrappedHook, target); + if (target) { + let current = target.parent; + while (current && current.parent) { + if (isKeepAlive(current.parent.vnode)) { + injectToKeepAliveRoot(wrappedHook, type, target, current); + } + current = current.parent; + } + } +} +function injectToKeepAliveRoot(hook, type, target, keepAliveRoot) { + const injected = injectHook( + type, + hook, + keepAliveRoot, + true + /* prepend */ + ); + onUnmounted(() => { + remove(keepAliveRoot[type], injected); + }, target); +} +function resetShapeFlag(vnode) { + vnode.shapeFlag &= -257; + vnode.shapeFlag &= -513; +} +function getInnerChild(vnode) { + return vnode.shapeFlag & 128 ? vnode.ssContent : vnode; +} +function injectHook(type, hook, target = currentInstance, prepend = false) { + if (target) { + const hooks = target[type] || (target[type] = []); + const wrappedHook = hook.__weh || (hook.__weh = (...args) => { + pauseTracking(); + const reset = setCurrentInstance(target); + const res = callWithAsyncErrorHandling(hook, target, type, args); + reset(); + resetTracking(); + return res; + }); + if (prepend) { + hooks.unshift(wrappedHook); + } else { + hooks.push(wrappedHook); + } + return wrappedHook; + } else if (true) { + const apiName = toHandlerKey(ErrorTypeStrings$1[type].replace(/ hook$/, "")); + warn$1( + `${apiName} is called when there is no active component instance to be associated with. Lifecycle injection APIs can only be used during execution of setup(). If you are using async setup(), make sure to register lifecycle hooks before the first await statement.` + ); + } +} +var createHook = (lifecycle) => (hook, target = currentInstance) => { + if (!isInSSRComponentSetup || lifecycle === "sp") { + injectHook(lifecycle, (...args) => hook(...args), target); + } +}; +var onBeforeMount = createHook("bm"); +var onMounted = createHook("m"); +var onBeforeUpdate = createHook( + "bu" +); +var onUpdated = createHook("u"); +var onBeforeUnmount = createHook( + "bum" +); +var onUnmounted = createHook("um"); +var onServerPrefetch = createHook( + "sp" +); +var onRenderTriggered = createHook("rtg"); +var onRenderTracked = createHook("rtc"); +function onErrorCaptured(hook, target = currentInstance) { + injectHook("ec", hook, target); +} +var COMPONENTS = "components"; +var DIRECTIVES = "directives"; +function resolveComponent(name, maybeSelfReference) { + return resolveAsset(COMPONENTS, name, true, maybeSelfReference) || name; +} +var NULL_DYNAMIC_COMPONENT = /* @__PURE__ */ Symbol.for("v-ndc"); +function resolveDynamicComponent(component) { + if (isString(component)) { + return resolveAsset(COMPONENTS, component, false) || component; + } else { + return component || NULL_DYNAMIC_COMPONENT; + } +} +function resolveDirective(name) { + return resolveAsset(DIRECTIVES, name); +} +function resolveAsset(type, name, warnMissing = true, maybeSelfReference = false) { + const instance = currentRenderingInstance || currentInstance; + if (instance) { + const Component = instance.type; + if (type === COMPONENTS) { + const selfName = getComponentName( + Component, + false + ); + if (selfName && (selfName === name || selfName === camelize(name) || selfName === capitalize(camelize(name)))) { + return Component; + } + } + const res = ( + // local registration + // check instance[type] first which is resolved for options API + resolve(instance[type] || Component[type], name) || // global registration + resolve(instance.appContext[type], name) + ); + if (!res && maybeSelfReference) { + return Component; + } + if (warnMissing && !res) { + const extra = type === COMPONENTS ? ` +If this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement.` : ``; + warn$1(`Failed to resolve ${type.slice(0, -1)}: ${name}${extra}`); + } + return res; + } else if (true) { + warn$1( + `resolve${capitalize(type.slice(0, -1))} can only be used in render() or setup().` + ); + } +} +function resolve(registry, name) { + return registry && (registry[name] || registry[camelize(name)] || registry[capitalize(camelize(name))]); +} +function renderList(source, renderItem, cache, index) { + let ret; + const cached = cache && cache[index]; + const sourceIsArray = isArray(source); + if (sourceIsArray || isString(source)) { + const sourceIsReactiveArray = sourceIsArray && isReactive(source); + let needsWrap = false; + let isReadonlySource = false; + if (sourceIsReactiveArray) { + needsWrap = !isShallow(source); + isReadonlySource = isReadonly(source); + source = shallowReadArray(source); + } + ret = new Array(source.length); + for (let i = 0, l = source.length; i < l; i++) { + ret[i] = renderItem( + needsWrap ? isReadonlySource ? toReadonly(toReactive(source[i])) : toReactive(source[i]) : source[i], + i, + void 0, + cached && cached[i] + ); + } + } else if (typeof source === "number") { + if (!Number.isInteger(source)) { + warn$1(`The v-for range expect an integer value but got ${source}.`); + } + ret = new Array(source); + for (let i = 0; i < source; i++) { + ret[i] = renderItem(i + 1, i, void 0, cached && cached[i]); + } + } else if (isObject(source)) { + if (source[Symbol.iterator]) { + ret = Array.from( + source, + (item, i) => renderItem(item, i, void 0, cached && cached[i]) + ); + } else { + const keys = Object.keys(source); + ret = new Array(keys.length); + for (let i = 0, l = keys.length; i < l; i++) { + const key = keys[i]; + ret[i] = renderItem(source[key], key, i, cached && cached[i]); + } + } + } else { + ret = []; + } + if (cache) { + cache[index] = ret; + } + return ret; +} +function createSlots(slots, dynamicSlots) { + for (let i = 0; i < dynamicSlots.length; i++) { + const slot = dynamicSlots[i]; + if (isArray(slot)) { + for (let j = 0; j < slot.length; j++) { + slots[slot[j].name] = slot[j].fn; + } + } else if (slot) { + slots[slot.name] = slot.key ? (...args) => { + const res = slot.fn(...args); + if (res) res.key = slot.key; + return res; + } : slot.fn; + } + } + return slots; +} +function renderSlot(slots, name, props = {}, fallback, noSlotted) { + if (currentRenderingInstance.ce || currentRenderingInstance.parent && isAsyncWrapper(currentRenderingInstance.parent) && currentRenderingInstance.parent.ce) { + const hasProps = Object.keys(props).length > 0; + if (name !== "default") props.name = name; + return openBlock(), createBlock( + Fragment, + null, + [createVNode("slot", props, fallback && fallback())], + hasProps ? -2 : 64 + ); + } + let slot = slots[name]; + if (slot && slot.length > 1) { + warn$1( + `SSR-optimized slot function detected in a non-SSR-optimized render function. You need to mark this component with $dynamic-slots in the parent template.` + ); + slot = () => []; + } + if (slot && slot._c) { + slot._d = false; + } + openBlock(); + const validSlotContent = slot && ensureValidVNode(slot(props)); + const slotKey = props.key || // slot content array of a dynamic conditional slot may have a branch + // key attached in the `createSlots` helper, respect that + validSlotContent && validSlotContent.key; + const rendered = createBlock( + Fragment, + { + key: (slotKey && !isSymbol(slotKey) ? slotKey : `_${name}`) + // #7256 force differentiate fallback content from actual content + (!validSlotContent && fallback ? "_fb" : "") + }, + validSlotContent || (fallback ? fallback() : []), + validSlotContent && slots._ === 1 ? 64 : -2 + ); + if (!noSlotted && rendered.scopeId) { + rendered.slotScopeIds = [rendered.scopeId + "-s"]; + } + if (slot && slot._c) { + slot._d = true; + } + return rendered; +} +function ensureValidVNode(vnodes) { + return vnodes.some((child) => { + if (!isVNode(child)) return true; + if (child.type === Comment) return false; + if (child.type === Fragment && !ensureValidVNode(child.children)) + return false; + return true; + }) ? vnodes : null; +} +function toHandlers(obj, preserveCaseIfNecessary) { + const ret = {}; + if (!isObject(obj)) { + warn$1(`v-on with no argument expects an object value.`); + return ret; + } + for (const key in obj) { + ret[preserveCaseIfNecessary && /[A-Z]/.test(key) ? `on:${key}` : toHandlerKey(key)] = obj[key]; + } + return ret; +} +var getPublicInstance = (i) => { + if (!i) return null; + if (isStatefulComponent(i)) return getComponentPublicInstance(i); + return getPublicInstance(i.parent); +}; +var publicPropertiesMap = ( + // Move PURE marker to new line to workaround compiler discarding it + // due to type annotation + extend(/* @__PURE__ */ Object.create(null), { + $: (i) => i, + $el: (i) => i.vnode.el, + $data: (i) => i.data, + $props: (i) => true ? shallowReadonly(i.props) : i.props, + $attrs: (i) => true ? shallowReadonly(i.attrs) : i.attrs, + $slots: (i) => true ? shallowReadonly(i.slots) : i.slots, + $refs: (i) => true ? shallowReadonly(i.refs) : i.refs, + $parent: (i) => getPublicInstance(i.parent), + $root: (i) => getPublicInstance(i.root), + $host: (i) => i.ce, + $emit: (i) => i.emit, + $options: (i) => __VUE_OPTIONS_API__ ? resolveMergedOptions(i) : i.type, + $forceUpdate: (i) => i.f || (i.f = () => { + queueJob(i.update); + }), + $nextTick: (i) => i.n || (i.n = nextTick.bind(i.proxy)), + $watch: (i) => __VUE_OPTIONS_API__ ? instanceWatch.bind(i) : NOOP + }) +); +var isReservedPrefix = (key) => key === "_" || key === "$"; +var hasSetupBinding = (state, key) => state !== EMPTY_OBJ && !state.__isScriptSetup && hasOwn(state, key); +var PublicInstanceProxyHandlers = { + get({ _: instance }, key) { + if (key === "__v_skip") { + return true; + } + const { ctx, setupState, data, props, accessCache, type, appContext } = instance; + if (key === "__isVue") { + return true; + } + if (key[0] !== "$") { + const n = accessCache[key]; + if (n !== void 0) { + switch (n) { + case 1: + return setupState[key]; + case 2: + return data[key]; + case 4: + return ctx[key]; + case 3: + return props[key]; + } + } else if (hasSetupBinding(setupState, key)) { + accessCache[key] = 1; + return setupState[key]; + } else if (__VUE_OPTIONS_API__ && data !== EMPTY_OBJ && hasOwn(data, key)) { + accessCache[key] = 2; + return data[key]; + } else if (hasOwn(props, key)) { + accessCache[key] = 3; + return props[key]; + } else if (ctx !== EMPTY_OBJ && hasOwn(ctx, key)) { + accessCache[key] = 4; + return ctx[key]; + } else if (!__VUE_OPTIONS_API__ || shouldCacheAccess) { + accessCache[key] = 0; + } + } + const publicGetter = publicPropertiesMap[key]; + let cssModule, globalProperties; + if (publicGetter) { + if (key === "$attrs") { + track(instance.attrs, "get", ""); + markAttrsAccessed(); + } else if (key === "$slots") { + track(instance, "get", key); + } + return publicGetter(instance); + } else if ( + // css module (injected by vue-loader) + (cssModule = type.__cssModules) && (cssModule = cssModule[key]) + ) { + return cssModule; + } else if (ctx !== EMPTY_OBJ && hasOwn(ctx, key)) { + accessCache[key] = 4; + return ctx[key]; + } else if ( + // global properties + globalProperties = appContext.config.globalProperties, hasOwn(globalProperties, key) + ) { + { + return globalProperties[key]; + } + } else if (currentRenderingInstance && (!isString(key) || // #1091 avoid internal isRef/isVNode checks on component instance leading + // to infinite warning loop + key.indexOf("__v") !== 0)) { + if (data !== EMPTY_OBJ && isReservedPrefix(key[0]) && hasOwn(data, key)) { + warn$1( + `Property ${JSON.stringify( + key + )} must be accessed via $data because it starts with a reserved character ("$" or "_") and is not proxied on the render context.` + ); + } else if (instance === currentRenderingInstance) { + warn$1( + `Property ${JSON.stringify(key)} was accessed during render but is not defined on instance.` + ); + } + } + }, + set({ _: instance }, key, value) { + const { data, setupState, ctx } = instance; + if (hasSetupBinding(setupState, key)) { + setupState[key] = value; + return true; + } else if (setupState.__isScriptSetup && hasOwn(setupState, key)) { + warn$1(`Cannot mutate - - - - -
- - - \ No newline at end of file diff --git a/webui/index.html b/webui/index.html deleted file mode 100644 index e3ec350..0000000 --- a/webui/index.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - WebAI2API - - - -
- - - - \ No newline at end of file diff --git a/webui/package.json b/webui/package.json deleted file mode 100644 index b05373e..0000000 --- a/webui/package.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "name": "webui", - "private": true, - "version": "0.0.0", - "type": "module", - "scripts": { - "dev": "vite", - "build": "vite build", - "preview": "vite preview" - }, - "dependencies": { - "@ant-design/icons-vue": "^7.0.1", - "@novnc/novnc": "1.4.0", - "ant-design-vue": "^4.2.6", - "pinia": "^3.0.4", - "vue": "^3.5.24", - "vue-router": "^4.6.4" - }, - "devDependencies": { - "@vitejs/plugin-vue": "^6.0.1", - "vite": "^7.2.4" - } -} diff --git a/webui/pnpm-lock.yaml b/webui/pnpm-lock.yaml deleted file mode 100644 index 993f039..0000000 --- a/webui/pnpm-lock.yaml +++ /dev/null @@ -1,1136 +0,0 @@ -lockfileVersion: '9.0' - -settings: - autoInstallPeers: true - excludeLinksFromLockfile: false - -importers: - - .: - dependencies: - '@ant-design/icons-vue': - specifier: ^7.0.1 - version: 7.0.1(vue@3.5.25) - '@novnc/novnc': - specifier: 1.4.0 - version: 1.4.0 - ant-design-vue: - specifier: ^4.2.6 - version: 4.2.6(vue@3.5.25) - pinia: - specifier: ^3.0.4 - version: 3.0.4(vue@3.5.25) - vue: - specifier: ^3.5.24 - version: 3.5.25 - vue-router: - specifier: ^4.6.4 - version: 4.6.4(vue@3.5.25) - devDependencies: - '@vitejs/plugin-vue': - specifier: ^6.0.1 - version: 6.0.3(vite@7.3.0)(vue@3.5.25) - vite: - specifier: ^7.2.4 - version: 7.3.0 - -packages: - - '@ant-design/colors@6.0.0': - resolution: {integrity: sha512-qAZRvPzfdWHtfameEGP2Qvuf838NhergR35o+EuVyB5XvSA98xod5r4utvi4TJ3ywmevm290g9nsCG5MryrdWQ==} - - '@ant-design/icons-svg@4.4.2': - resolution: {integrity: sha512-vHbT+zJEVzllwP+CM+ul7reTEfBR0vgxFe7+lREAsAA7YGsYpboiq2sQNeQeRvh09GfQgs/GyFEvZpJ9cLXpXA==} - - '@ant-design/icons-vue@7.0.1': - resolution: {integrity: sha512-eCqY2unfZK6Fe02AwFlDHLfoyEFreP6rBwAZMIJ1LugmfMiVgwWDYlp1YsRugaPtICYOabV1iWxXdP12u9U43Q==} - peerDependencies: - vue: '>=3.0.3' - - '@babel/helper-string-parser@7.27.1': - resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==} - engines: {node: '>=6.9.0'} - - '@babel/helper-validator-identifier@7.28.5': - resolution: {integrity: sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==} - engines: {node: '>=6.9.0'} - - '@babel/parser@7.28.5': - resolution: {integrity: sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==} - engines: {node: '>=6.0.0'} - hasBin: true - - '@babel/runtime@7.28.4': - resolution: {integrity: sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==} - engines: {node: '>=6.9.0'} - - '@babel/types@7.28.5': - resolution: {integrity: sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==} - engines: {node: '>=6.9.0'} - - '@ctrl/tinycolor@3.6.1': - resolution: {integrity: sha512-SITSV6aIXsuVNV3f3O0f2n/cgyEDWoSqtZMYiAmcsYHydcKrOz3gUxB/iXd/Qf08+IZX4KpgNbvUdMBmWz+kcA==} - engines: {node: '>=10'} - - '@emotion/hash@0.9.2': - resolution: {integrity: sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==} - - '@emotion/unitless@0.8.1': - resolution: {integrity: sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ==} - - '@esbuild/aix-ppc64@0.27.2': - resolution: {integrity: sha512-GZMB+a0mOMZs4MpDbj8RJp4cw+w1WV5NYD6xzgvzUJ5Ek2jerwfO2eADyI6ExDSUED+1X8aMbegahsJi+8mgpw==} - engines: {node: '>=18'} - cpu: [ppc64] - os: [aix] - - '@esbuild/android-arm64@0.27.2': - resolution: {integrity: sha512-pvz8ZZ7ot/RBphf8fv60ljmaoydPU12VuXHImtAs0XhLLw+EXBi2BLe3OYSBslR4rryHvweW5gmkKFwTiFy6KA==} - engines: {node: '>=18'} - cpu: [arm64] - os: [android] - - '@esbuild/android-arm@0.27.2': - resolution: {integrity: sha512-DVNI8jlPa7Ujbr1yjU2PfUSRtAUZPG9I1RwW4F4xFB1Imiu2on0ADiI/c3td+KmDtVKNbi+nffGDQMfcIMkwIA==} - engines: {node: '>=18'} - cpu: [arm] - os: [android] - - '@esbuild/android-x64@0.27.2': - resolution: {integrity: sha512-z8Ank4Byh4TJJOh4wpz8g2vDy75zFL0TlZlkUkEwYXuPSgX8yzep596n6mT7905kA9uHZsf/o2OJZubl2l3M7A==} - engines: {node: '>=18'} - cpu: [x64] - os: [android] - - '@esbuild/darwin-arm64@0.27.2': - resolution: {integrity: sha512-davCD2Zc80nzDVRwXTcQP/28fiJbcOwvdolL0sOiOsbwBa72kegmVU0Wrh1MYrbuCL98Omp5dVhQFWRKR2ZAlg==} - engines: {node: '>=18'} - cpu: [arm64] - os: [darwin] - - '@esbuild/darwin-x64@0.27.2': - resolution: {integrity: sha512-ZxtijOmlQCBWGwbVmwOF/UCzuGIbUkqB1faQRf5akQmxRJ1ujusWsb3CVfk/9iZKr2L5SMU5wPBi1UWbvL+VQA==} - engines: {node: '>=18'} - cpu: [x64] - os: [darwin] - - '@esbuild/freebsd-arm64@0.27.2': - resolution: {integrity: sha512-lS/9CN+rgqQ9czogxlMcBMGd+l8Q3Nj1MFQwBZJyoEKI50XGxwuzznYdwcav6lpOGv5BqaZXqvBSiB/kJ5op+g==} - engines: {node: '>=18'} - cpu: [arm64] - os: [freebsd] - - '@esbuild/freebsd-x64@0.27.2': - resolution: {integrity: sha512-tAfqtNYb4YgPnJlEFu4c212HYjQWSO/w/h/lQaBK7RbwGIkBOuNKQI9tqWzx7Wtp7bTPaGC6MJvWI608P3wXYA==} - engines: {node: '>=18'} - cpu: [x64] - os: [freebsd] - - '@esbuild/linux-arm64@0.27.2': - resolution: {integrity: sha512-hYxN8pr66NsCCiRFkHUAsxylNOcAQaxSSkHMMjcpx0si13t1LHFphxJZUiGwojB1a/Hd5OiPIqDdXONia6bhTw==} - engines: {node: '>=18'} - cpu: [arm64] - os: [linux] - - '@esbuild/linux-arm@0.27.2': - resolution: {integrity: sha512-vWfq4GaIMP9AIe4yj1ZUW18RDhx6EPQKjwe7n8BbIecFtCQG4CfHGaHuh7fdfq+y3LIA2vGS/o9ZBGVxIDi9hw==} - engines: {node: '>=18'} - cpu: [arm] - os: [linux] - - '@esbuild/linux-ia32@0.27.2': - resolution: {integrity: sha512-MJt5BRRSScPDwG2hLelYhAAKh9imjHK5+NE/tvnRLbIqUWa+0E9N4WNMjmp/kXXPHZGqPLxggwVhz7QP8CTR8w==} - engines: {node: '>=18'} - cpu: [ia32] - os: [linux] - - '@esbuild/linux-loong64@0.27.2': - resolution: {integrity: sha512-lugyF1atnAT463aO6KPshVCJK5NgRnU4yb3FUumyVz+cGvZbontBgzeGFO1nF+dPueHD367a2ZXe1NtUkAjOtg==} - engines: {node: '>=18'} - cpu: [loong64] - os: [linux] - - '@esbuild/linux-mips64el@0.27.2': - resolution: {integrity: sha512-nlP2I6ArEBewvJ2gjrrkESEZkB5mIoaTswuqNFRv/WYd+ATtUpe9Y09RnJvgvdag7he0OWgEZWhviS1OTOKixw==} - engines: {node: '>=18'} - cpu: [mips64el] - os: [linux] - - '@esbuild/linux-ppc64@0.27.2': - resolution: {integrity: sha512-C92gnpey7tUQONqg1n6dKVbx3vphKtTHJaNG2Ok9lGwbZil6DrfyecMsp9CrmXGQJmZ7iiVXvvZH6Ml5hL6XdQ==} - engines: {node: '>=18'} - cpu: [ppc64] - os: [linux] - - '@esbuild/linux-riscv64@0.27.2': - resolution: {integrity: sha512-B5BOmojNtUyN8AXlK0QJyvjEZkWwy/FKvakkTDCziX95AowLZKR6aCDhG7LeF7uMCXEJqwa8Bejz5LTPYm8AvA==} - engines: {node: '>=18'} - cpu: [riscv64] - os: [linux] - - '@esbuild/linux-s390x@0.27.2': - resolution: {integrity: sha512-p4bm9+wsPwup5Z8f4EpfN63qNagQ47Ua2znaqGH6bqLlmJ4bx97Y9JdqxgGZ6Y8xVTixUnEkoKSHcpRlDnNr5w==} - engines: {node: '>=18'} - cpu: [s390x] - os: [linux] - - '@esbuild/linux-x64@0.27.2': - resolution: {integrity: sha512-uwp2Tip5aPmH+NRUwTcfLb+W32WXjpFejTIOWZFw/v7/KnpCDKG66u4DLcurQpiYTiYwQ9B7KOeMJvLCu/OvbA==} - engines: {node: '>=18'} - cpu: [x64] - os: [linux] - - '@esbuild/netbsd-arm64@0.27.2': - resolution: {integrity: sha512-Kj6DiBlwXrPsCRDeRvGAUb/LNrBASrfqAIok+xB0LxK8CHqxZ037viF13ugfsIpePH93mX7xfJp97cyDuTZ3cw==} - engines: {node: '>=18'} - cpu: [arm64] - os: [netbsd] - - '@esbuild/netbsd-x64@0.27.2': - resolution: {integrity: sha512-HwGDZ0VLVBY3Y+Nw0JexZy9o/nUAWq9MlV7cahpaXKW6TOzfVno3y3/M8Ga8u8Yr7GldLOov27xiCnqRZf0tCA==} - engines: {node: '>=18'} - cpu: [x64] - os: [netbsd] - - '@esbuild/openbsd-arm64@0.27.2': - resolution: {integrity: sha512-DNIHH2BPQ5551A7oSHD0CKbwIA/Ox7+78/AWkbS5QoRzaqlev2uFayfSxq68EkonB+IKjiuxBFoV8ESJy8bOHA==} - engines: {node: '>=18'} - cpu: [arm64] - os: [openbsd] - - '@esbuild/openbsd-x64@0.27.2': - resolution: {integrity: sha512-/it7w9Nb7+0KFIzjalNJVR5bOzA9Vay+yIPLVHfIQYG/j+j9VTH84aNB8ExGKPU4AzfaEvN9/V4HV+F+vo8OEg==} - engines: {node: '>=18'} - cpu: [x64] - os: [openbsd] - - '@esbuild/openharmony-arm64@0.27.2': - resolution: {integrity: sha512-LRBbCmiU51IXfeXk59csuX/aSaToeG7w48nMwA6049Y4J4+VbWALAuXcs+qcD04rHDuSCSRKdmY63sruDS5qag==} - engines: {node: '>=18'} - cpu: [arm64] - os: [openharmony] - - '@esbuild/sunos-x64@0.27.2': - resolution: {integrity: sha512-kMtx1yqJHTmqaqHPAzKCAkDaKsffmXkPHThSfRwZGyuqyIeBvf08KSsYXl+abf5HDAPMJIPnbBfXvP2ZC2TfHg==} - engines: {node: '>=18'} - cpu: [x64] - os: [sunos] - - '@esbuild/win32-arm64@0.27.2': - resolution: {integrity: sha512-Yaf78O/B3Kkh+nKABUF++bvJv5Ijoy9AN1ww904rOXZFLWVc5OLOfL56W+C8F9xn5JQZa3UX6m+IktJnIb1Jjg==} - engines: {node: '>=18'} - cpu: [arm64] - os: [win32] - - '@esbuild/win32-ia32@0.27.2': - resolution: {integrity: sha512-Iuws0kxo4yusk7sw70Xa2E2imZU5HoixzxfGCdxwBdhiDgt9vX9VUCBhqcwY7/uh//78A1hMkkROMJq9l27oLQ==} - engines: {node: '>=18'} - cpu: [ia32] - os: [win32] - - '@esbuild/win32-x64@0.27.2': - resolution: {integrity: sha512-sRdU18mcKf7F+YgheI/zGf5alZatMUTKj/jNS6l744f9u3WFu4v7twcUI9vu4mknF4Y9aDlblIie0IM+5xxaqQ==} - engines: {node: '>=18'} - cpu: [x64] - os: [win32] - - '@jridgewell/sourcemap-codec@1.5.5': - resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==} - - '@novnc/novnc@1.4.0': - resolution: {integrity: sha512-kW6ALMc5BuH08e/ond/I1naYcfjc19JYMN1EdtmgjjjzPGCjW8fMtVM3MwM6q7YLRjPlQ3orEvoKMgSS7RkEVQ==} - - '@rolldown/pluginutils@1.0.0-beta.53': - resolution: {integrity: sha512-vENRlFU4YbrwVqNDZ7fLvy+JR1CRkyr01jhSiDpE1u6py3OMzQfztQU2jxykW3ALNxO4kSlqIDeYyD0Y9RcQeQ==} - - '@rollup/rollup-android-arm-eabi@4.53.5': - resolution: {integrity: sha512-iDGS/h7D8t7tvZ1t6+WPK04KD0MwzLZrG0se1hzBjSi5fyxlsiggoJHwh18PCFNn7tG43OWb6pdZ6Y+rMlmyNQ==} - cpu: [arm] - os: [android] - - '@rollup/rollup-android-arm64@4.53.5': - resolution: {integrity: sha512-wrSAViWvZHBMMlWk6EJhvg8/rjxzyEhEdgfMMjREHEq11EtJ6IP6yfcCH57YAEca2Oe3FNCE9DSTgU70EIGmVw==} - cpu: [arm64] - os: [android] - - '@rollup/rollup-darwin-arm64@4.53.5': - resolution: {integrity: sha512-S87zZPBmRO6u1YXQLwpveZm4JfPpAa6oHBX7/ghSiGH3rz/KDgAu1rKdGutV+WUI6tKDMbaBJomhnT30Y2t4VQ==} - cpu: [arm64] - os: [darwin] - - '@rollup/rollup-darwin-x64@4.53.5': - resolution: {integrity: sha512-YTbnsAaHo6VrAczISxgpTva8EkfQus0VPEVJCEaboHtZRIb6h6j0BNxRBOwnDciFTZLDPW5r+ZBmhL/+YpTZgA==} - cpu: [x64] - os: [darwin] - - '@rollup/rollup-freebsd-arm64@4.53.5': - resolution: {integrity: sha512-1T8eY2J8rKJWzaznV7zedfdhD1BqVs1iqILhmHDq/bqCUZsrMt+j8VCTHhP0vdfbHK3e1IQ7VYx3jlKqwlf+vw==} - cpu: [arm64] - os: [freebsd] - - '@rollup/rollup-freebsd-x64@4.53.5': - resolution: {integrity: sha512-sHTiuXyBJApxRn+VFMaw1U+Qsz4kcNlxQ742snICYPrY+DDL8/ZbaC4DVIB7vgZmp3jiDaKA0WpBdP0aqPJoBQ==} - cpu: [x64] - os: [freebsd] - - '@rollup/rollup-linux-arm-gnueabihf@4.53.5': - resolution: {integrity: sha512-dV3T9MyAf0w8zPVLVBptVlzaXxka6xg1f16VAQmjg+4KMSTWDvhimI/Y6mp8oHwNrmnmVl9XxJ/w/mO4uIQONA==} - cpu: [arm] - os: [linux] - libc: [glibc] - - '@rollup/rollup-linux-arm-musleabihf@4.53.5': - resolution: {integrity: sha512-wIGYC1x/hyjP+KAu9+ewDI+fi5XSNiUi9Bvg6KGAh2TsNMA3tSEs+Sh6jJ/r4BV/bx/CyWu2ue9kDnIdRyafcQ==} - cpu: [arm] - os: [linux] - libc: [musl] - - '@rollup/rollup-linux-arm64-gnu@4.53.5': - resolution: {integrity: sha512-Y+qVA0D9d0y2FRNiG9oM3Hut/DgODZbU9I8pLLPwAsU0tUKZ49cyV1tzmB/qRbSzGvY8lpgGkJuMyuhH7Ma+Vg==} - cpu: [arm64] - os: [linux] - libc: [glibc] - - '@rollup/rollup-linux-arm64-musl@4.53.5': - resolution: {integrity: sha512-juaC4bEgJsyFVfqhtGLz8mbopaWD+WeSOYr5E16y+1of6KQjc0BpwZLuxkClqY1i8sco+MdyoXPNiCkQou09+g==} - cpu: [arm64] - os: [linux] - libc: [musl] - - '@rollup/rollup-linux-loong64-gnu@4.53.5': - resolution: {integrity: sha512-rIEC0hZ17A42iXtHX+EPJVL/CakHo+tT7W0pbzdAGuWOt2jxDFh7A/lRhsNHBcqL4T36+UiAgwO8pbmn3dE8wA==} - cpu: [loong64] - os: [linux] - libc: [glibc] - - '@rollup/rollup-linux-ppc64-gnu@4.53.5': - resolution: {integrity: sha512-T7l409NhUE552RcAOcmJHj3xyZ2h7vMWzcwQI0hvn5tqHh3oSoclf9WgTl+0QqffWFG8MEVZZP1/OBglKZx52Q==} - cpu: [ppc64] - os: [linux] - libc: [glibc] - - '@rollup/rollup-linux-riscv64-gnu@4.53.5': - resolution: {integrity: sha512-7OK5/GhxbnrMcxIFoYfhV/TkknarkYC1hqUw1wU2xUN3TVRLNT5FmBv4KkheSG2xZ6IEbRAhTooTV2+R5Tk0lQ==} - cpu: [riscv64] - os: [linux] - libc: [glibc] - - '@rollup/rollup-linux-riscv64-musl@4.53.5': - resolution: {integrity: sha512-GwuDBE/PsXaTa76lO5eLJTyr2k8QkPipAyOrs4V/KJufHCZBJ495VCGJol35grx9xryk4V+2zd3Ri+3v7NPh+w==} - cpu: [riscv64] - os: [linux] - libc: [musl] - - '@rollup/rollup-linux-s390x-gnu@4.53.5': - resolution: {integrity: sha512-IAE1Ziyr1qNfnmiQLHBURAD+eh/zH1pIeJjeShleII7Vj8kyEm2PF77o+lf3WTHDpNJcu4IXJxNO0Zluro8bOw==} - cpu: [s390x] - os: [linux] - libc: [glibc] - - '@rollup/rollup-linux-x64-gnu@4.53.5': - resolution: {integrity: sha512-Pg6E+oP7GvZ4XwgRJBuSXZjcqpIW3yCBhK4BcsANvb47qMvAbCjR6E+1a/U2WXz1JJxp9/4Dno3/iSJLcm5auw==} - cpu: [x64] - os: [linux] - libc: [glibc] - - '@rollup/rollup-linux-x64-musl@4.53.5': - resolution: {integrity: sha512-txGtluxDKTxaMDzUduGP0wdfng24y1rygUMnmlUJ88fzCCULCLn7oE5kb2+tRB+MWq1QDZT6ObT5RrR8HFRKqg==} - cpu: [x64] - os: [linux] - libc: [musl] - - '@rollup/rollup-openharmony-arm64@4.53.5': - resolution: {integrity: sha512-3DFiLPnTxiOQV993fMc+KO8zXHTcIjgaInrqlG8zDp1TlhYl6WgrOHuJkJQ6M8zHEcntSJsUp1XFZSY8C1DYbg==} - cpu: [arm64] - os: [openharmony] - - '@rollup/rollup-win32-arm64-msvc@4.53.5': - resolution: {integrity: sha512-nggc/wPpNTgjGg75hu+Q/3i32R00Lq1B6N1DO7MCU340MRKL3WZJMjA9U4K4gzy3dkZPXm9E1Nc81FItBVGRlA==} - cpu: [arm64] - os: [win32] - - '@rollup/rollup-win32-ia32-msvc@4.53.5': - resolution: {integrity: sha512-U/54pTbdQpPLBdEzCT6NBCFAfSZMvmjr0twhnD9f4EIvlm9wy3jjQ38yQj1AGznrNO65EWQMgm/QUjuIVrYF9w==} - cpu: [ia32] - os: [win32] - - '@rollup/rollup-win32-x64-gnu@4.53.5': - resolution: {integrity: sha512-2NqKgZSuLH9SXBBV2dWNRCZmocgSOx8OJSdpRaEcRlIfX8YrKxUT6z0F1NpvDVhOsl190UFTRh2F2WDWWCYp3A==} - cpu: [x64] - os: [win32] - - '@rollup/rollup-win32-x64-msvc@4.53.5': - resolution: {integrity: sha512-JRpZUhCfhZ4keB5v0fe02gQJy05GqboPOaxvjugW04RLSYYoB/9t2lx2u/tMs/Na/1NXfY8QYjgRljRpN+MjTQ==} - cpu: [x64] - os: [win32] - - '@simonwep/pickr@1.8.2': - resolution: {integrity: sha512-/l5w8BIkrpP6n1xsetx9MWPWlU6OblN5YgZZphxan0Tq4BByTCETL6lyIeY8lagalS2Nbt4F2W034KHLIiunKA==} - - '@types/estree@1.0.8': - resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==} - - '@vitejs/plugin-vue@6.0.3': - resolution: {integrity: sha512-TlGPkLFLVOY3T7fZrwdvKpjprR3s4fxRln0ORDo1VQ7HHyxJwTlrjKU3kpVWTlaAjIEuCTokmjkZnr8Tpc925w==} - engines: {node: ^20.19.0 || >=22.12.0} - peerDependencies: - vite: ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 - vue: ^3.2.25 - - '@vue/compiler-core@3.5.25': - resolution: {integrity: sha512-vay5/oQJdsNHmliWoZfHPoVZZRmnSWhug0BYT34njkYTPqClh3DNWLkZNJBVSjsNMrg0CCrBfoKkjZQPM/QVUw==} - - '@vue/compiler-dom@3.5.25': - resolution: {integrity: sha512-4We0OAcMZsKgYoGlMjzYvaoErltdFI2/25wqanuTu+S4gismOTRTBPi4IASOjxWdzIwrYSjnqONfKvuqkXzE2Q==} - - '@vue/compiler-sfc@3.5.25': - resolution: {integrity: sha512-PUgKp2rn8fFsI++lF2sO7gwO2d9Yj57Utr5yEsDf3GNaQcowCLKL7sf+LvVFvtJDXUp/03+dC6f2+LCv5aK1ag==} - - '@vue/compiler-ssr@3.5.25': - resolution: {integrity: sha512-ritPSKLBcParnsKYi+GNtbdbrIE1mtuFEJ4U1sWeuOMlIziK5GtOL85t5RhsNy4uWIXPgk+OUdpnXiTdzn8o3A==} - - '@vue/devtools-api@6.6.4': - resolution: {integrity: sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==} - - '@vue/devtools-api@7.7.9': - resolution: {integrity: sha512-kIE8wvwlcZ6TJTbNeU2HQNtaxLx3a84aotTITUuL/4bzfPxzajGBOoqjMhwZJ8L9qFYDU/lAYMEEm11dnZOD6g==} - - '@vue/devtools-kit@7.7.9': - resolution: {integrity: sha512-PyQ6odHSgiDVd4hnTP+aDk2X4gl2HmLDfiyEnn3/oV+ckFDuswRs4IbBT7vacMuGdwY/XemxBoh302ctbsptuA==} - - '@vue/devtools-shared@7.7.9': - resolution: {integrity: sha512-iWAb0v2WYf0QWmxCGy0seZNDPdO3Sp5+u78ORnyeonS6MT4PC7VPrryX2BpMJrwlDeaZ6BD4vP4XKjK0SZqaeA==} - - '@vue/reactivity@3.5.25': - resolution: {integrity: sha512-5xfAypCQepv4Jog1U4zn8cZIcbKKFka3AgWHEFQeK65OW+Ys4XybP6z2kKgws4YB43KGpqp5D/K3go2UPPunLA==} - - '@vue/runtime-core@3.5.25': - resolution: {integrity: sha512-Z751v203YWwYzy460bzsYQISDfPjHTl+6Zzwo/a3CsAf+0ccEjQ8c+0CdX1WsumRTHeywvyUFtW6KvNukT/smA==} - - '@vue/runtime-dom@3.5.25': - resolution: {integrity: sha512-a4WrkYFbb19i9pjkz38zJBg8wa/rboNERq3+hRRb0dHiJh13c+6kAbgqCPfMaJ2gg4weWD3APZswASOfmKwamA==} - - '@vue/server-renderer@3.5.25': - resolution: {integrity: sha512-UJaXR54vMG61i8XNIzTSf2Q7MOqZHpp8+x3XLGtE3+fL+nQd+k7O5+X3D/uWrnQXOdMw5VPih+Uremcw+u1woQ==} - peerDependencies: - vue: 3.5.25 - - '@vue/shared@3.5.25': - resolution: {integrity: sha512-AbOPdQQnAnzs58H2FrrDxYj/TJfmeS2jdfEEhgiKINy+bnOANmVizIEgq1r+C5zsbs6l1CCQxtcj71rwNQ4jWg==} - - ant-design-vue@4.2.6: - resolution: {integrity: sha512-t7eX13Yj3i9+i5g9lqFyYneoIb3OzTvQjq9Tts1i+eiOd3Eva/6GagxBSXM1fOCjqemIu0FYVE1ByZ/38epR3Q==} - engines: {node: '>=12.22.0'} - peerDependencies: - vue: '>=3.2.0' - - array-tree-filter@2.1.0: - resolution: {integrity: sha512-4ROwICNlNw/Hqa9v+rk5h22KjmzB1JGTMVKP2AKJBOCgb0yL0ASf0+YvCcLNNwquOHNX48jkeZIJ3a+oOQqKcw==} - - async-validator@4.2.5: - resolution: {integrity: sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==} - - birpc@2.9.0: - resolution: {integrity: sha512-KrayHS5pBi69Xi9JmvoqrIgYGDkD6mcSe/i6YKi3w5kekCLzrX4+nawcXqrj2tIp50Kw/mT/s3p+GVK0A0sKxw==} - - compute-scroll-into-view@1.0.20: - resolution: {integrity: sha512-UCB0ioiyj8CRjtrvaceBLqqhZCVP+1B8+NWQhmdsm0VXOJtobBCf1dBQmebCCo34qZmUwZfIH2MZLqNHazrfjg==} - - copy-anything@4.0.5: - resolution: {integrity: sha512-7Vv6asjS4gMOuILabD3l739tsaxFQmC+a7pLZm02zyvs8p977bL3zEgq3yDk5rn9B0PbYgIv++jmHcuUab4RhA==} - engines: {node: '>=18'} - - core-js@3.47.0: - resolution: {integrity: sha512-c3Q2VVkGAUyupsjRnaNX6u8Dq2vAdzm9iuPj5FW0fRxzlxgq9Q39MDq10IvmQSpLgHQNyQzQmOo6bgGHmH3NNg==} - - csstype@3.2.3: - resolution: {integrity: sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==} - - dayjs@1.11.19: - resolution: {integrity: sha512-t5EcLVS6QPBNqM2z8fakk/NKel+Xzshgt8FFKAn+qwlD1pzZWxh0nVCrvFK7ZDb6XucZeF9z8C7CBWTRIVApAw==} - - dom-align@1.12.4: - resolution: {integrity: sha512-R8LUSEay/68zE5c8/3BDxiTEvgb4xZTF0RKmAHfiEVN3klfIpXfi2/QCoiWPccVQ0J/ZGdz9OjzL4uJEP/MRAw==} - - dom-scroll-into-view@2.0.1: - resolution: {integrity: sha512-bvVTQe1lfaUr1oFzZX80ce9KLDlZ3iU+XGNE/bz9HnGdklTieqsbmsLHe+rT2XWqopvL0PckkYqN7ksmm5pe3w==} - - entities@4.5.0: - resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==} - engines: {node: '>=0.12'} - - esbuild@0.27.2: - resolution: {integrity: sha512-HyNQImnsOC7X9PMNaCIeAm4ISCQXs5a5YasTXVliKv4uuBo1dKrG0A+uQS8M5eXjVMnLg3WgXaKvprHlFJQffw==} - engines: {node: '>=18'} - hasBin: true - - estree-walker@2.0.2: - resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==} - - fdir@6.5.0: - resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==} - engines: {node: '>=12.0.0'} - peerDependencies: - picomatch: ^3 || ^4 - peerDependenciesMeta: - picomatch: - optional: true - - fsevents@2.3.3: - resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==} - engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} - os: [darwin] - - hookable@5.5.3: - resolution: {integrity: sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==} - - is-plain-object@3.0.1: - resolution: {integrity: sha512-Xnpx182SBMrr/aBik8y+GuR4U1L9FqMSojwDQwPMmxyC6bvEqly9UBCxhauBF5vNh2gwWJNX6oDV7O+OM4z34g==} - engines: {node: '>=0.10.0'} - - is-what@5.5.0: - resolution: {integrity: sha512-oG7cgbmg5kLYae2N5IVd3jm2s+vldjxJzK1pcu9LfpGuQ93MQSzo0okvRna+7y5ifrD+20FE8FvjusyGaz14fw==} - engines: {node: '>=18'} - - js-tokens@4.0.0: - resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} - - lodash-es@4.17.22: - resolution: {integrity: sha512-XEawp1t0gxSi9x01glktRZ5HDy0HXqrM0x5pXQM98EaI0NxO6jVM7omDOxsuEo5UIASAnm2bRp1Jt/e0a2XU8Q==} - - lodash@4.17.21: - resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} - - loose-envify@1.4.0: - resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==} - hasBin: true - - magic-string@0.30.21: - resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==} - - mitt@3.0.1: - resolution: {integrity: sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==} - - nanoid@3.3.11: - resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==} - engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} - hasBin: true - - nanopop@2.4.2: - resolution: {integrity: sha512-NzOgmMQ+elxxHeIha+OG/Pv3Oc3p4RU2aBhwWwAqDpXrdTbtRylbRLQztLy8dMMwfl6pclznBdfUhccEn9ZIzw==} - - perfect-debounce@1.0.0: - resolution: {integrity: sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==} - - picocolors@1.1.1: - resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==} - - picomatch@4.0.3: - resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==} - engines: {node: '>=12'} - - pinia@3.0.4: - resolution: {integrity: sha512-l7pqLUFTI/+ESXn6k3nu30ZIzW5E2WZF/LaHJEpoq6ElcLD+wduZoB2kBN19du6K/4FDpPMazY2wJr+IndBtQw==} - peerDependencies: - typescript: '>=4.5.0' - vue: ^3.5.11 - peerDependenciesMeta: - typescript: - optional: true - - postcss@8.5.6: - resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==} - engines: {node: ^10 || ^12 || >=14} - - resize-observer-polyfill@1.5.1: - resolution: {integrity: sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==} - - rfdc@1.4.1: - resolution: {integrity: sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==} - - rollup@4.53.5: - resolution: {integrity: sha512-iTNAbFSlRpcHeeWu73ywU/8KuU/LZmNCSxp6fjQkJBD3ivUb8tpDrXhIxEzA05HlYMEwmtaUnb3RP+YNv162OQ==} - engines: {node: '>=18.0.0', npm: '>=8.0.0'} - hasBin: true - - scroll-into-view-if-needed@2.2.31: - resolution: {integrity: sha512-dGCXy99wZQivjmjIqihaBQNjryrz5rueJY7eHfTdyWEiR4ttYpsajb14rn9s5d4DY4EcY6+4+U/maARBXJedkA==} - - shallow-equal@1.2.1: - resolution: {integrity: sha512-S4vJDjHHMBaiZuT9NPb616CSmLf618jawtv3sufLl6ivK8WocjAo58cXwbRV1cgqxH0Qbv+iUt6m05eqEa2IRA==} - - source-map-js@1.2.1: - resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==} - engines: {node: '>=0.10.0'} - - speakingurl@14.0.1: - resolution: {integrity: sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==} - engines: {node: '>=0.10.0'} - - stylis@4.3.6: - resolution: {integrity: sha512-yQ3rwFWRfwNUY7H5vpU0wfdkNSnvnJinhF9830Swlaxl03zsOjCfmX0ugac+3LtK0lYSgwL/KXc8oYL3mG4YFQ==} - - superjson@2.2.6: - resolution: {integrity: sha512-H+ue8Zo4vJmV2nRjpx86P35lzwDT3nItnIsocgumgr0hHMQ+ZGq5vrERg9kJBo5AWGmxZDhzDo+WVIJqkB0cGA==} - engines: {node: '>=16'} - - throttle-debounce@5.0.2: - resolution: {integrity: sha512-B71/4oyj61iNH0KeCamLuE2rmKuTO5byTOSVwECM5FA7TiAiAW+UqTKZ9ERueC4qvgSttUhdmq1mXC3kJqGX7A==} - engines: {node: '>=12.22'} - - tinyglobby@0.2.15: - resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==} - engines: {node: '>=12.0.0'} - - vite@7.3.0: - resolution: {integrity: sha512-dZwN5L1VlUBewiP6H9s2+B3e3Jg96D0vzN+Ry73sOefebhYr9f94wwkMNN/9ouoU8pV1BqA1d1zGk8928cx0rg==} - engines: {node: ^20.19.0 || >=22.12.0} - hasBin: true - peerDependencies: - '@types/node': ^20.19.0 || >=22.12.0 - jiti: '>=1.21.0' - less: ^4.0.0 - lightningcss: ^1.21.0 - sass: ^1.70.0 - sass-embedded: ^1.70.0 - stylus: '>=0.54.8' - sugarss: ^5.0.0 - terser: ^5.16.0 - tsx: ^4.8.1 - yaml: ^2.4.2 - peerDependenciesMeta: - '@types/node': - optional: true - jiti: - optional: true - less: - optional: true - lightningcss: - optional: true - sass: - optional: true - sass-embedded: - optional: true - stylus: - optional: true - sugarss: - optional: true - terser: - optional: true - tsx: - optional: true - yaml: - optional: true - - vue-router@4.6.4: - resolution: {integrity: sha512-Hz9q5sa33Yhduglwz6g9skT8OBPii+4bFn88w6J+J4MfEo4KRRpmiNG/hHHkdbRFlLBOqxN8y8gf2Fb0MTUgVg==} - peerDependencies: - vue: ^3.5.0 - - vue-types@3.0.2: - resolution: {integrity: sha512-IwUC0Aq2zwaXqy74h4WCvFCUtoV0iSWr0snWnE9TnU18S66GAQyqQbRf2qfJtUuiFsBf6qp0MEwdonlwznlcrw==} - engines: {node: '>=10.15.0'} - peerDependencies: - vue: ^3.0.0 - - vue@3.5.25: - resolution: {integrity: sha512-YLVdgv2K13WJ6n+kD5owehKtEXwdwXuj2TTyJMsO7pSeKw2bfRNZGjhB7YzrpbMYj5b5QsUebHpOqR3R3ziy/g==} - peerDependencies: - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - - warning@4.0.3: - resolution: {integrity: sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==} - -snapshots: - - '@ant-design/colors@6.0.0': - dependencies: - '@ctrl/tinycolor': 3.6.1 - - '@ant-design/icons-svg@4.4.2': {} - - '@ant-design/icons-vue@7.0.1(vue@3.5.25)': - dependencies: - '@ant-design/colors': 6.0.0 - '@ant-design/icons-svg': 4.4.2 - vue: 3.5.25 - - '@babel/helper-string-parser@7.27.1': {} - - '@babel/helper-validator-identifier@7.28.5': {} - - '@babel/parser@7.28.5': - dependencies: - '@babel/types': 7.28.5 - - '@babel/runtime@7.28.4': {} - - '@babel/types@7.28.5': - dependencies: - '@babel/helper-string-parser': 7.27.1 - '@babel/helper-validator-identifier': 7.28.5 - - '@ctrl/tinycolor@3.6.1': {} - - '@emotion/hash@0.9.2': {} - - '@emotion/unitless@0.8.1': {} - - '@esbuild/aix-ppc64@0.27.2': - optional: true - - '@esbuild/android-arm64@0.27.2': - optional: true - - '@esbuild/android-arm@0.27.2': - optional: true - - '@esbuild/android-x64@0.27.2': - optional: true - - '@esbuild/darwin-arm64@0.27.2': - optional: true - - '@esbuild/darwin-x64@0.27.2': - optional: true - - '@esbuild/freebsd-arm64@0.27.2': - optional: true - - '@esbuild/freebsd-x64@0.27.2': - optional: true - - '@esbuild/linux-arm64@0.27.2': - optional: true - - '@esbuild/linux-arm@0.27.2': - optional: true - - '@esbuild/linux-ia32@0.27.2': - optional: true - - '@esbuild/linux-loong64@0.27.2': - optional: true - - '@esbuild/linux-mips64el@0.27.2': - optional: true - - '@esbuild/linux-ppc64@0.27.2': - optional: true - - '@esbuild/linux-riscv64@0.27.2': - optional: true - - '@esbuild/linux-s390x@0.27.2': - optional: true - - '@esbuild/linux-x64@0.27.2': - optional: true - - '@esbuild/netbsd-arm64@0.27.2': - optional: true - - '@esbuild/netbsd-x64@0.27.2': - optional: true - - '@esbuild/openbsd-arm64@0.27.2': - optional: true - - '@esbuild/openbsd-x64@0.27.2': - optional: true - - '@esbuild/openharmony-arm64@0.27.2': - optional: true - - '@esbuild/sunos-x64@0.27.2': - optional: true - - '@esbuild/win32-arm64@0.27.2': - optional: true - - '@esbuild/win32-ia32@0.27.2': - optional: true - - '@esbuild/win32-x64@0.27.2': - optional: true - - '@jridgewell/sourcemap-codec@1.5.5': {} - - '@novnc/novnc@1.4.0': {} - - '@rolldown/pluginutils@1.0.0-beta.53': {} - - '@rollup/rollup-android-arm-eabi@4.53.5': - optional: true - - '@rollup/rollup-android-arm64@4.53.5': - optional: true - - '@rollup/rollup-darwin-arm64@4.53.5': - optional: true - - '@rollup/rollup-darwin-x64@4.53.5': - optional: true - - '@rollup/rollup-freebsd-arm64@4.53.5': - optional: true - - '@rollup/rollup-freebsd-x64@4.53.5': - optional: true - - '@rollup/rollup-linux-arm-gnueabihf@4.53.5': - optional: true - - '@rollup/rollup-linux-arm-musleabihf@4.53.5': - optional: true - - '@rollup/rollup-linux-arm64-gnu@4.53.5': - optional: true - - '@rollup/rollup-linux-arm64-musl@4.53.5': - optional: true - - '@rollup/rollup-linux-loong64-gnu@4.53.5': - optional: true - - '@rollup/rollup-linux-ppc64-gnu@4.53.5': - optional: true - - '@rollup/rollup-linux-riscv64-gnu@4.53.5': - optional: true - - '@rollup/rollup-linux-riscv64-musl@4.53.5': - optional: true - - '@rollup/rollup-linux-s390x-gnu@4.53.5': - optional: true - - '@rollup/rollup-linux-x64-gnu@4.53.5': - optional: true - - '@rollup/rollup-linux-x64-musl@4.53.5': - optional: true - - '@rollup/rollup-openharmony-arm64@4.53.5': - optional: true - - '@rollup/rollup-win32-arm64-msvc@4.53.5': - optional: true - - '@rollup/rollup-win32-ia32-msvc@4.53.5': - optional: true - - '@rollup/rollup-win32-x64-gnu@4.53.5': - optional: true - - '@rollup/rollup-win32-x64-msvc@4.53.5': - optional: true - - '@simonwep/pickr@1.8.2': - dependencies: - core-js: 3.47.0 - nanopop: 2.4.2 - - '@types/estree@1.0.8': {} - - '@vitejs/plugin-vue@6.0.3(vite@7.3.0)(vue@3.5.25)': - dependencies: - '@rolldown/pluginutils': 1.0.0-beta.53 - vite: 7.3.0 - vue: 3.5.25 - - '@vue/compiler-core@3.5.25': - dependencies: - '@babel/parser': 7.28.5 - '@vue/shared': 3.5.25 - entities: 4.5.0 - estree-walker: 2.0.2 - source-map-js: 1.2.1 - - '@vue/compiler-dom@3.5.25': - dependencies: - '@vue/compiler-core': 3.5.25 - '@vue/shared': 3.5.25 - - '@vue/compiler-sfc@3.5.25': - dependencies: - '@babel/parser': 7.28.5 - '@vue/compiler-core': 3.5.25 - '@vue/compiler-dom': 3.5.25 - '@vue/compiler-ssr': 3.5.25 - '@vue/shared': 3.5.25 - estree-walker: 2.0.2 - magic-string: 0.30.21 - postcss: 8.5.6 - source-map-js: 1.2.1 - - '@vue/compiler-ssr@3.5.25': - dependencies: - '@vue/compiler-dom': 3.5.25 - '@vue/shared': 3.5.25 - - '@vue/devtools-api@6.6.4': {} - - '@vue/devtools-api@7.7.9': - dependencies: - '@vue/devtools-kit': 7.7.9 - - '@vue/devtools-kit@7.7.9': - dependencies: - '@vue/devtools-shared': 7.7.9 - birpc: 2.9.0 - hookable: 5.5.3 - mitt: 3.0.1 - perfect-debounce: 1.0.0 - speakingurl: 14.0.1 - superjson: 2.2.6 - - '@vue/devtools-shared@7.7.9': - dependencies: - rfdc: 1.4.1 - - '@vue/reactivity@3.5.25': - dependencies: - '@vue/shared': 3.5.25 - - '@vue/runtime-core@3.5.25': - dependencies: - '@vue/reactivity': 3.5.25 - '@vue/shared': 3.5.25 - - '@vue/runtime-dom@3.5.25': - dependencies: - '@vue/reactivity': 3.5.25 - '@vue/runtime-core': 3.5.25 - '@vue/shared': 3.5.25 - csstype: 3.2.3 - - '@vue/server-renderer@3.5.25(vue@3.5.25)': - dependencies: - '@vue/compiler-ssr': 3.5.25 - '@vue/shared': 3.5.25 - vue: 3.5.25 - - '@vue/shared@3.5.25': {} - - ant-design-vue@4.2.6(vue@3.5.25): - dependencies: - '@ant-design/colors': 6.0.0 - '@ant-design/icons-vue': 7.0.1(vue@3.5.25) - '@babel/runtime': 7.28.4 - '@ctrl/tinycolor': 3.6.1 - '@emotion/hash': 0.9.2 - '@emotion/unitless': 0.8.1 - '@simonwep/pickr': 1.8.2 - array-tree-filter: 2.1.0 - async-validator: 4.2.5 - csstype: 3.2.3 - dayjs: 1.11.19 - dom-align: 1.12.4 - dom-scroll-into-view: 2.0.1 - lodash: 4.17.21 - lodash-es: 4.17.22 - resize-observer-polyfill: 1.5.1 - scroll-into-view-if-needed: 2.2.31 - shallow-equal: 1.2.1 - stylis: 4.3.6 - throttle-debounce: 5.0.2 - vue: 3.5.25 - vue-types: 3.0.2(vue@3.5.25) - warning: 4.0.3 - - array-tree-filter@2.1.0: {} - - async-validator@4.2.5: {} - - birpc@2.9.0: {} - - compute-scroll-into-view@1.0.20: {} - - copy-anything@4.0.5: - dependencies: - is-what: 5.5.0 - - core-js@3.47.0: {} - - csstype@3.2.3: {} - - dayjs@1.11.19: {} - - dom-align@1.12.4: {} - - dom-scroll-into-view@2.0.1: {} - - entities@4.5.0: {} - - esbuild@0.27.2: - optionalDependencies: - '@esbuild/aix-ppc64': 0.27.2 - '@esbuild/android-arm': 0.27.2 - '@esbuild/android-arm64': 0.27.2 - '@esbuild/android-x64': 0.27.2 - '@esbuild/darwin-arm64': 0.27.2 - '@esbuild/darwin-x64': 0.27.2 - '@esbuild/freebsd-arm64': 0.27.2 - '@esbuild/freebsd-x64': 0.27.2 - '@esbuild/linux-arm': 0.27.2 - '@esbuild/linux-arm64': 0.27.2 - '@esbuild/linux-ia32': 0.27.2 - '@esbuild/linux-loong64': 0.27.2 - '@esbuild/linux-mips64el': 0.27.2 - '@esbuild/linux-ppc64': 0.27.2 - '@esbuild/linux-riscv64': 0.27.2 - '@esbuild/linux-s390x': 0.27.2 - '@esbuild/linux-x64': 0.27.2 - '@esbuild/netbsd-arm64': 0.27.2 - '@esbuild/netbsd-x64': 0.27.2 - '@esbuild/openbsd-arm64': 0.27.2 - '@esbuild/openbsd-x64': 0.27.2 - '@esbuild/openharmony-arm64': 0.27.2 - '@esbuild/sunos-x64': 0.27.2 - '@esbuild/win32-arm64': 0.27.2 - '@esbuild/win32-ia32': 0.27.2 - '@esbuild/win32-x64': 0.27.2 - - estree-walker@2.0.2: {} - - fdir@6.5.0(picomatch@4.0.3): - optionalDependencies: - picomatch: 4.0.3 - - fsevents@2.3.3: - optional: true - - hookable@5.5.3: {} - - is-plain-object@3.0.1: {} - - is-what@5.5.0: {} - - js-tokens@4.0.0: {} - - lodash-es@4.17.22: {} - - lodash@4.17.21: {} - - loose-envify@1.4.0: - dependencies: - js-tokens: 4.0.0 - - magic-string@0.30.21: - dependencies: - '@jridgewell/sourcemap-codec': 1.5.5 - - mitt@3.0.1: {} - - nanoid@3.3.11: {} - - nanopop@2.4.2: {} - - perfect-debounce@1.0.0: {} - - picocolors@1.1.1: {} - - picomatch@4.0.3: {} - - pinia@3.0.4(vue@3.5.25): - dependencies: - '@vue/devtools-api': 7.7.9 - vue: 3.5.25 - - postcss@8.5.6: - dependencies: - nanoid: 3.3.11 - picocolors: 1.1.1 - source-map-js: 1.2.1 - - resize-observer-polyfill@1.5.1: {} - - rfdc@1.4.1: {} - - rollup@4.53.5: - dependencies: - '@types/estree': 1.0.8 - optionalDependencies: - '@rollup/rollup-android-arm-eabi': 4.53.5 - '@rollup/rollup-android-arm64': 4.53.5 - '@rollup/rollup-darwin-arm64': 4.53.5 - '@rollup/rollup-darwin-x64': 4.53.5 - '@rollup/rollup-freebsd-arm64': 4.53.5 - '@rollup/rollup-freebsd-x64': 4.53.5 - '@rollup/rollup-linux-arm-gnueabihf': 4.53.5 - '@rollup/rollup-linux-arm-musleabihf': 4.53.5 - '@rollup/rollup-linux-arm64-gnu': 4.53.5 - '@rollup/rollup-linux-arm64-musl': 4.53.5 - '@rollup/rollup-linux-loong64-gnu': 4.53.5 - '@rollup/rollup-linux-ppc64-gnu': 4.53.5 - '@rollup/rollup-linux-riscv64-gnu': 4.53.5 - '@rollup/rollup-linux-riscv64-musl': 4.53.5 - '@rollup/rollup-linux-s390x-gnu': 4.53.5 - '@rollup/rollup-linux-x64-gnu': 4.53.5 - '@rollup/rollup-linux-x64-musl': 4.53.5 - '@rollup/rollup-openharmony-arm64': 4.53.5 - '@rollup/rollup-win32-arm64-msvc': 4.53.5 - '@rollup/rollup-win32-ia32-msvc': 4.53.5 - '@rollup/rollup-win32-x64-gnu': 4.53.5 - '@rollup/rollup-win32-x64-msvc': 4.53.5 - fsevents: 2.3.3 - - scroll-into-view-if-needed@2.2.31: - dependencies: - compute-scroll-into-view: 1.0.20 - - shallow-equal@1.2.1: {} - - source-map-js@1.2.1: {} - - speakingurl@14.0.1: {} - - stylis@4.3.6: {} - - superjson@2.2.6: - dependencies: - copy-anything: 4.0.5 - - throttle-debounce@5.0.2: {} - - tinyglobby@0.2.15: - dependencies: - fdir: 6.5.0(picomatch@4.0.3) - picomatch: 4.0.3 - - vite@7.3.0: - dependencies: - esbuild: 0.27.2 - fdir: 6.5.0(picomatch@4.0.3) - picomatch: 4.0.3 - postcss: 8.5.6 - rollup: 4.53.5 - tinyglobby: 0.2.15 - optionalDependencies: - fsevents: 2.3.3 - - vue-router@4.6.4(vue@3.5.25): - dependencies: - '@vue/devtools-api': 6.6.4 - vue: 3.5.25 - - vue-types@3.0.2(vue@3.5.25): - dependencies: - is-plain-object: 3.0.1 - vue: 3.5.25 - - vue@3.5.25: - dependencies: - '@vue/compiler-dom': 3.5.25 - '@vue/compiler-sfc': 3.5.25 - '@vue/runtime-dom': 3.5.25 - '@vue/server-renderer': 3.5.25(vue@3.5.25) - '@vue/shared': 3.5.25 - - warning@4.0.3: - dependencies: - loose-envify: 1.4.0 diff --git a/webui/pnpm-workspace.yaml b/webui/pnpm-workspace.yaml deleted file mode 100644 index e4aab11..0000000 --- a/webui/pnpm-workspace.yaml +++ /dev/null @@ -1,2 +0,0 @@ -packages: - - '.' \ No newline at end of file diff --git a/webui/public/favicon.png b/webui/public/favicon.png deleted file mode 100644 index eef19bf139910fe0de15f7d716f3eaf9719470fc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 70830 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 diff --git a/webui/src/App.vue b/webui/src/App.vue deleted file mode 100644 index 88d681a..0000000 --- a/webui/src/App.vue +++ /dev/null @@ -1,558 +0,0 @@ - - - - - diff --git a/webui/src/components/auth/LoginModal.vue b/webui/src/components/auth/LoginModal.vue deleted file mode 100644 index 33ffc9c..0000000 --- a/webui/src/components/auth/LoginModal.vue +++ /dev/null @@ -1,82 +0,0 @@ - - - diff --git a/webui/src/components/dash.vue b/webui/src/components/dash.vue deleted file mode 100644 index e5b525d..0000000 --- a/webui/src/components/dash.vue +++ /dev/null @@ -1,257 +0,0 @@ - - - \ No newline at end of file diff --git a/webui/src/components/settings/adapters.vue b/webui/src/components/settings/adapters.vue deleted file mode 100644 index aaaa71d..0000000 --- a/webui/src/components/settings/adapters.vue +++ /dev/null @@ -1,131 +0,0 @@ - - - diff --git a/webui/src/components/settings/browser.vue b/webui/src/components/settings/browser.vue deleted file mode 100644 index 12ef0cd..0000000 --- a/webui/src/components/settings/browser.vue +++ /dev/null @@ -1,171 +0,0 @@ - - - diff --git a/webui/src/components/settings/server.vue b/webui/src/components/settings/server.vue deleted file mode 100644 index 7ffc37e..0000000 --- a/webui/src/components/settings/server.vue +++ /dev/null @@ -1,123 +0,0 @@ - - - - - \ No newline at end of file diff --git a/webui/src/components/settings/workers.vue b/webui/src/components/settings/workers.vue deleted file mode 100644 index c1a59dd..0000000 --- a/webui/src/components/settings/workers.vue +++ /dev/null @@ -1,490 +0,0 @@ - - - diff --git a/webui/src/components/tools/cache.vue b/webui/src/components/tools/cache.vue deleted file mode 100644 index 7ee6ce5..0000000 --- a/webui/src/components/tools/cache.vue +++ /dev/null @@ -1,444 +0,0 @@ - - - diff --git a/webui/src/components/tools/display.vue b/webui/src/components/tools/display.vue deleted file mode 100644 index f03de4d..0000000 --- a/webui/src/components/tools/display.vue +++ /dev/null @@ -1,220 +0,0 @@ - - - diff --git a/webui/src/components/tools/logs.vue b/webui/src/components/tools/logs.vue deleted file mode 100644 index 4832030..0000000 --- a/webui/src/components/tools/logs.vue +++ /dev/null @@ -1,306 +0,0 @@ - - - - - diff --git a/webui/src/main.js b/webui/src/main.js deleted file mode 100644 index 7f33a00..0000000 --- a/webui/src/main.js +++ /dev/null @@ -1,29 +0,0 @@ -import { createApp } from 'vue' -import { createPinia } from 'pinia' -import Antd from 'ant-design-vue'; -import { createRouter, createWebHistory } from 'vue-router' -import App from './App.vue' -import 'ant-design-vue/dist/reset.css'; - -const routes = [ - { path: '/', component: () => import('@/components/dash.vue') }, - { path: '/settings/server', component: () => import('@/components/settings/server.vue') }, - { path: '/settings/workers', component: () => import('@/components/settings/workers.vue') }, - { path: '/settings/browser', component: () => import('@/components/settings/browser.vue') }, - { path: '/settings/adapters', component: () => import('@/components/settings/adapters.vue') }, - { path: '/tools/display', component: () => import('@/components/tools/display.vue') }, - { path: '/tools/cache', component: () => import('@/components/tools/cache.vue') }, - { path: '/tools/logs', component: () => import('@/components/tools/logs.vue') }, -]; - -const router = createRouter({ - history: createWebHistory(), - routes -}) - -const pinia = createPinia() -const app = createApp(App); -app.use(pinia) -app.use(router) -app.use(Antd) -app.mount('#app') diff --git a/webui/src/stores/settings.js b/webui/src/stores/settings.js deleted file mode 100644 index df34baa..0000000 --- a/webui/src/stores/settings.js +++ /dev/null @@ -1,229 +0,0 @@ -import { defineStore } from 'pinia'; -import { message, Modal } from 'ant-design-vue'; - -export const useSettingsStore = defineStore('settings', { - state: () => ({ - token: localStorage.getItem('admin_token') || '', - serverConfig: {}, - browserConfig: {}, - workerConfig: [], - poolConfig: { - strategy: 'least_busy', - failover: { - enabled: false, - maxRetries: 3 - } - }, - adapterConfig: {}, - adaptersMeta: [] - }), - - actions: { - setToken(token) { - this.token = token; - if (token) { - localStorage.setItem('admin_token', token); - } else { - localStorage.removeItem('admin_token'); - } - }, - - getHeaders() { - const headers = { 'Content-Type': 'application/json' }; - if (this.token) { - headers['Authorization'] = `Bearer ${this.token}`; - } - return headers; - }, - - async checkAuth() { - try { - const res = await fetch('/admin/status', { - headers: this.getHeaders() - }); - return res.status !== 401; - } catch (e) { - return false; - } - }, - - // 错误处理辅助函数 - async handleResponse(res, successMsg) { - let data = {}; - try { - data = await res.json(); - } catch (e) { - // 忽略JSON解析错误 - } - - if (res.ok) { - if (successMsg) message.success(successMsg); - return { success: true, data }; - } else { - console.error('Request failed:', res.status, data); - Modal.error({ - title: '保存失败', - content: data.message || `请求未成功: ${res.status} ${res.statusText}`, - okText: '好的' - }); - return { success: false, data }; - } - }, - - // --- 服务器配置 --- - async fetchServerConfig() { - try { - const res = await fetch('/admin/config/server', { headers: this.getHeaders() }); - if (res.ok) this.serverConfig = await res.json(); - } catch (e) { - console.error('Fetch server config failed', e); - } - }, - async saveServerConfig(config) { - try { - const res = await fetch('/admin/config/server', { - method: 'POST', - headers: this.getHeaders(), - body: JSON.stringify(config) - }); - const result = await this.handleResponse(res, '服务器设置保存成功'); - if (result.success) { - this.serverConfig = config; - return true; - } - } catch (e) { - Modal.error({ title: '保存失败 (网络异常)', content: e.message }); - } - return false; - }, - - // --- 浏览器配置 --- - async fetchBrowserConfig() { - try { - const res = await fetch('/admin/config/browser', { headers: this.getHeaders() }); - if (res.ok) this.browserConfig = await res.json(); - } catch (e) { - console.error('Fetch browser config failed', e); - } - }, - async saveBrowserConfig(config) { - try { - const res = await fetch('/admin/config/browser', { - method: 'POST', - headers: this.getHeaders(), - body: JSON.stringify(config) - }); - const result = await this.handleResponse(res, '浏览器设置保存成功'); - if (result.success) { - this.browserConfig = config; - return true; - } - } catch (e) { - Modal.error({ title: '保存失败 (网络异常)', content: e.message }); - } - return false; - }, - - // --- 工作实例配置 --- - async fetchWorkerConfig() { - try { - // 端点已更改为 /admin/config/instances - const res = await fetch('/admin/config/instances', { headers: this.getHeaders() }); - if (res.ok) this.workerConfig = await res.json(); - } catch (e) { - console.error('Fetch instance configuration failed', e); - } - }, - async saveWorkerConfig(config) { - try { - // 端点已更改为 /admin/config/instances - const res = await fetch('/admin/config/instances', { - method: 'POST', - headers: this.getHeaders(), - body: JSON.stringify(config) - }); - const result = await this.handleResponse(res, '实例配置保存成功'); - if (result.success) { - this.workerConfig = config; - return true; - } - } catch (e) { - Modal.error({ title: '保存失败 (网络异常)', content: e.message }); - } - return false; - }, - - // --- 工作池配置 --- - async fetchPoolConfig() { - try { - const res = await fetch('/admin/config/pool', { headers: this.getHeaders() }); - if (res.ok) { - const data = await res.json(); - // 合并以确保结构存在 - this.poolConfig = { - strategy: data.strategy || 'least_busy', - failover: { - enabled: data.failover?.enabled || false, - maxRetries: data.failover?.maxRetries || 3 - } - }; - } - } catch (e) { - console.error('Fetch pool config failed', e); - } - }, - async savePoolConfig(config) { - try { - const res = await fetch('/admin/config/pool', { - method: 'POST', - headers: this.getHeaders(), - body: JSON.stringify(config) - }); - const result = await this.handleResponse(res, '工作池设置保存成功'); - if (result.success) { - this.poolConfig = config; - return true; - } - } catch (e) { - Modal.error({ title: '保存失败 (网络异常)', content: e.message }); - } - return false; - }, - - // --- 适配器配置与元数据 --- - async fetchAdaptersMeta() { - try { - const res = await fetch('/admin/adapters', { headers: this.getHeaders() }); - if (res.ok) this.adaptersMeta = await res.json(); - } catch (e) { - console.error('Fetch adapters meta failed', e); - } - }, - async fetchAdapterConfig() { - try { - const res = await fetch('/admin/config/adapters', { headers: this.getHeaders() }); - if (res.ok) this.adapterConfig = await res.json(); - } catch (e) { - console.error('Fetch adapter config failed', e); - } - }, - async saveAdapterConfig(config) { - try { - const res = await fetch('/admin/config/adapters', { - method: 'POST', - headers: this.getHeaders(), - body: JSON.stringify(config) - }); - const result = await this.handleResponse(res, '适配器设置保存成功'); - if (result.success) { - // 通过合并更新本地状态 - this.adapterConfig = { ...this.adapterConfig, ...config }; - return true; - } - } catch (e) { - Modal.error({ title: '保存失败 (网络异常)', content: e.message }); - } - return false; - } - } -}); diff --git a/webui/src/stores/system.js b/webui/src/stores/system.js deleted file mode 100644 index 347441b..0000000 --- a/webui/src/stores/system.js +++ /dev/null @@ -1,118 +0,0 @@ -import { defineStore } from 'pinia'; -import { message } from 'ant-design-vue'; -import { useSettingsStore } from './settings'; - -export const useSystemStore = defineStore('system', { - state: () => ({ - // 系统状态 - status: '', - version: '1.0.0', - systemVersion: '', - uptime: 0, - cpuUsage: 0, - memoryUsage: { - total: 0, - used: 0, - free: 0 - }, - - // 安全模式状态 - safeMode: { - enabled: false, - reason: null - }, - - // 仪表盘统计信息 - stats: { - totalRequests: 0, - successRate: 0, - activeWorkers: 0, - totalWorkers: 0, - avgResponseTime: 0 - } - }), - - actions: { - // 获取系统状态 - async fetchStatus() { - const settingsStore = useSettingsStore(); - try { - const response = await fetch('/admin/status', { - headers: settingsStore.getHeaders() - }); - // 如果返回401,状态更新将失败,由App.vue的身份验证检查处理 - if (response.ok) { - const data = await response.json(); - this.$patch(data); - } - } catch (error) { - console.error('Failed to fetch system status:', error); - } - }, - - // 获取仪表盘统计信息 - async fetchStats() { - const settingsStore = useSettingsStore(); - try { - const response = await fetch('/admin/stats', { - headers: settingsStore.getHeaders() - }); - if (response.ok) { - const data = await response.json(); - this.stats = data; - } - } catch (error) { - console.error('Failed to fetch stats:', error); - } - }, - - // 重启服务 - async restartService(options = {}) { - const settingsStore = useSettingsStore(); - const { loginMode, workerName } = options; - try { - const response = await fetch('/admin/restart', { - method: 'POST', - headers: { - ...settingsStore.getHeaders(), - 'Content-Type': 'application/json' - }, - body: JSON.stringify({ loginMode, workerName }) - }); - const data = await response.json(); - if (data.success) { - message.success(data.message || '服务重启中...'); - return true; - } else { - message.error('重启失败'); - return false; - } - } catch (error) { - message.error('重启请求失败'); - return false; - } - }, - - // 停止服务 - async stopService() { - const settingsStore = useSettingsStore(); - try { - const response = await fetch('/admin/stop', { - method: 'POST', - headers: settingsStore.getHeaders() - }); - const data = await response.json(); - if (data.success) { - message.success(data.message || '服务停止中...'); - return true; - } else { - message.error('停止失败'); - return false; - } - } catch (error) { - message.error('停止请求失败'); - return false; - } - } - } -}); diff --git a/webui/vite.config.js b/webui/vite.config.js deleted file mode 100644 index abe610e..0000000 --- a/webui/vite.config.js +++ /dev/null @@ -1,26 +0,0 @@ -import { defineConfig } from 'vite' -import vue from '@vitejs/plugin-vue' -import path from 'path' - -export default defineConfig({ - plugins: [vue()], - resolve: { - alias: { - '@': path.resolve(__dirname, './src') - } - }, - server: { - host: '127.0.0.1', - port: 5173, - proxy: { - '/admin': { - target: 'http://127.0.0.1:3000', - changeOrigin: true - }, - '/v1': { - target: 'http://127.0.0.1:3000', - changeOrigin: true - } - } - } -})